⧼vector-jumptocontent⧽

REF 2029: Difference between revisions

From EPrints Documentation
No edit summary
 
Line 23: Line 23:
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.

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.

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>