Difference between revisions of "REF 2029"
Will.fyson (talk | contribs) (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...") |
Will.fyson (talk | contribs) (→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 | + | 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== | ||
| − | == | + | ===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"> | ||
| − | < | + | <epc:if test="$STAFF_ONLY = 'TRUE'"> |
| − | <title> | + | <component> |
| − | + | <title> | |
| − | + | <epc:phrase ref="user_section_ref2029"/> | |
| − | + | </title> | |
| − | </ | + | <field ref="ref2029_uoa_champion"/> |
| + | </component> | ||
| + | </epc:if> | ||
</source> | </source> | ||
Latest revision as of 15:13, 10 November 2025
Contents
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>