Difference between revisions of "REF 2029"

From EPrints Documentation
Jump to: navigation, search
(Created page with "==Introduction== The REF2029 plugin for EPrints is a re-implementation of the previous REF2014 and REF Support plugins to help simplify and streamline the REF selection proces...")
 
(UoA Champions)
 
(3 intermediate revisions by the same user not shown)
Line 3: Line 3:
  
 
==Benchmarks==
 
==Benchmarks==
Before any REF selections can be made, a REF Benchmark needs to be created.
+
Before any REF selections can be made, a REF Benchmark needs to be created. This can be achieved using the REF 2029 screen.
 +
 
 +
[[File:REF 2029 Benchmarks.jpg|600px|thumb|none]]
  
 
==Units of Assessment Champions==
 
==Units of Assessment Champions==
 
Only users who are assigned as a REF Unit of Assessment (UoA) champion are able to select EPrints records for a UoA.
 
Only users who are assigned as a REF Unit of Assessment (UoA) champion are able to select EPrints records for a UoA.
  
Users can be assigned to as a UoA champion in their  
+
Users can be assigned as a UoA champion in their user profiles.
 
 
  
 +
[[File:UoA Champions.jpg|600px|thumb|none]]
  
 +
Benchmarks may be active or inactive. When a REF Selection is made, it is added to the current benchmark.
  
 +
==For Developers==
  
==For Developers==
+
===REF 2029 Screen===
  
 
===UoA Champions===
 
===UoA Champions===
 
The user workflow needs updating to allow users to be selected as UoA Champions.
 
The user workflow needs updating to allow users to be selected as UoA Champions.
 
<source lang="xml">
 
<source lang="xml">
     <component type="Field::Multi">
+
     <epc:if test="$STAFF_ONLY = 'TRUE'">
       <title>
+
       <component>
        <epc:phrase ref="user_section_ref2029"/>
+
        <title>
      </title>
+
          <epc:phrase ref="user_section_ref2029"/>
      <field ref="ref2029_uoa_champion"/>
+
        </title>
     </component>
+
        <field ref="ref2029_uoa_champion"/>
 +
      </component>
 +
     </epc:if>
 
</source>
 
</source>

Latest revision as of 15:13, 10 November 2025

Introduction

The REF2029 plugin for EPrints is a re-implementation of the previous REF2014 and REF Support plugins to help simplify and streamline the REF selection process for REF 2029.

Benchmarks

Before any REF selections can be made, a REF Benchmark needs to be created. This can be achieved using the REF 2029 screen.

REF 2029 Benchmarks.jpg

Units of Assessment Champions

Only users who are assigned as a REF Unit of Assessment (UoA) champion are able to select EPrints records for a UoA.

Users can be assigned as a UoA champion in their user profiles.

UoA Champions.jpg

Benchmarks may be active or inactive. When a REF Selection is made, it is added to the current benchmark.

For Developers

REF 2029 Screen

UoA Champions

The user workflow needs updating to allow users to be selected as UoA Champions.

    <epc:if test="$STAFF_ONLY = 'TRUE'">
      <component>
        <title>
          <epc:phrase ref="user_section_ref2029"/>
        </title>
        <field ref="ref2029_uoa_champion"/>
      </component>
    </epc:if>