SlideShare uma empresa Scribd logo
1 de 24
Baixar para ler offline
24 Nov 2015
REF Compliance Checker for EPrints
Tim Miles-Board @drtjmb
Who we are
»* Sheridan Brown
› sbrown@keyperspectives.co.uk
»*Tim Miles-Board
› @drtjmb
»* Peter West, Digital Repository Services Ltd
26/11/2015 Title of presentation (Insert > Header & Footer > Slide > Footer > Apply to all) 2
What we are doing
»Working with HEFCE
»Translating OA policy into executable tests that can be
run in EPrints
3 Aug 2015 Jisc Publications Router – Repository Fringe 2015 3
What we are not doing
»Reinventing the existing REF plugin for EPrints
› Developed by EPrints Services for REF2014
› Used by several institutions to create and submit REF
return
› Complex workflows and interactions
› Requires resources and coordination
– run infrequently
26/11/2015 Title of presentation (Insert > Header & Footer > Slide > Footer > Apply to all) 4
Aims: Architecture
»Build something lightweight
› separate to REF plugin
› incorporate into day-to-day workflows
»Use data from other plugins / sources
› RIOXX2
› Dates3
› bespoke fields
»Share test results with other plugins
› REF
»Expose test data and decisions for auditing
26/11/2015 Title of presentation (Insert > Header & Footer > Slide > Footer > Apply to all) 5
Aims: Architecture
26/11/2015 Title of presentation (Insert > Header & Footer > Slide > Footer > Apply to all) 6
RIOXX2
Dates3
day-to-day workflows
REF
Compliance
Checker
Biennial REF exercises
REF
Aims: UX
»Provide at-a-glance compliance status for individual records
»Help you understand how a record is being tested
› why it is not compliant
› remedial steps for false negatives
»Enable you to monitor overall compliance
› management reports
26/11/2015 Title of presentation (Insert > Header & Footer > Slide > Footer > Apply to all) 7
Roadmap
»September 2015
› first github commit https://github.com/eprintsug/hefce_oa/
»October 2015
› preview release to EPrints Bazaar
»November 2015
› volunteer organisations invited to install and test
»December 2015
› integrate with RIOXX2 and Dates3
› respond to feedback from testers
»January 2016
› official release to EPrints Bazaar
26/11/2015 Title of presentation (Insert > Header & Footer > Slide > Footer > Apply to all) 8
How it works
»Collect data about record
› manual input
› in response to actions within Eprints
› From other plugins/sources
»Run tests on data
»Store results
› make results available to other plugins eg. REF
»Display stored results
»Run tests and update results whenever record is updated
26/11/2015 Title of presentation (Insert > Header & Footer > Slide > Footer > Apply to all) 9
The tests
»HEFCE policy distilled into 5 executable tests
1. Does record meet basic OA criteria?
2. Did #1 happen within 3m of acceptance?
3. Is record discoverable?
4. Did full text become OA within 1m of #1 / end of embargo?
5. Was embargo length within limits?
26/11/2015 Title of presentation (Insert > Header & Footer > Slide > Footer > Apply to all) 10
#1: Basic OA criteria
»Has the record been submitted?
› record is in Review or Live Archive
»Has the accepted or published version of manuscript been
uploaded?
› record has an attached document with the Content field set to
Accepted or Published
»If record passes both these checks we call it a compliant deposit
26/11/2015 How compliant is your institution? REF Package for Eprints 11
#2:Timing of basic OA criteria
»Did the record meet the basic OA criteria within 3m of
acceptance?
»To test this need to know when record first met basic OA criteria
› we call this the Date of First Compliant Deposit
› not the same as date of deposit
26/11/2015 Title of presentation (Insert > Header & Footer > Slide > Footer > Apply to all) 12
#2:Timing of basic OA criteria
»Example timeline
› Researcher creates record in work area
› ... adds metadata
› ... adds accepted version of manuscript
› ... and submits the record for Review
26/11/2015 Title of presentation (Insert > Header & Footer > Slide > Footer > Apply to all) 13
#2:Timing of basic OA criteria
»Example timeline
› Researcher creates record in work area
› ... adds metadata
› ... and submits the record for Review
› Editor reviews metadata
› ... and adds accepted version of manuscript
26/11/2015 Title of presentation (Insert > Header & Footer > Slide > Footer > Apply to all) 14
#2:Timing of basic OA criteria
»Example timeline
› Researcher creates record in work area
› ... adds metadata
› ... and submits the record for Review
› Editor reviews metadata
› ... and makes record live
› Editor returns to record at later stage
› ... and adds published version of manuscript
26/11/2015 Title of presentation (Insert > Header & Footer > Slide > Footer > Apply to all) 15
#2:Timing of basic OA criteria
»Example timeline
› Batch process imports record complete with accepted
version of manuscript directly into Live Archive
26/11/2015 Title of presentation (Insert > Header & Footer > Slide > Footer > Apply to all) 16
#2:Timing of basic OA criteria
»So now we know when, we can test:
»Did the record meet the basic OA criteria within 3m of
acceptance?
› date of FCD < ( acceptance date + 3m )
»Or, for records accepted beforeApril 2017:
»Did the record meet the basic OA criteria within 3m of
publication?
› ( acceptance date < 2017-04-01 )
and
( date of FCD < ( publication date + 3m ) )
26/11/2015 Title of presentation (Insert > Header & Footer > Slide > Footer > Apply to all) 17
#3: Discoverability
»Is record discoverable?
› record is in Live Archive

26/11/2015 Title of presentation (Insert > Header & Footer > Slide > Footer > Apply to all) 18
#4:Timing of full text OA
»Did the manuscript become OA within 1m of the record meeting
the basic OA criteria?
› or within 1m of embargo period ending
»To test this need to know when manuscript became OA
› we call this Date of First Compliant Open Access
› when compliant deposit is made live
› when embargo on compliant deposit is lifted
26/11/2015 Title of presentation (Insert > Header & Footer > Slide > Footer > Apply to all) 19
#4:Timing of full text OA
»Knowing when, we can test:
»Did the manuscript become OA within 1m of the record meeting
the basic OA criteria?
› date of FOA < ( date of FCD + 1m )
»Or for records with an embargo:
› date of FOA < ( date of first online publication + embargo
period + 1m )
26/11/2015 Title of presentation (Insert > Header & Footer > Slide > Footer > Apply to all) 20
#5: Embargo length
»Was the embargo length allowable for the target REF panel?
»To test this we just need to know the embargo length and the
target REF panel
› embargo length < 12m # REF panels A & B
› embargo length < 24m # REF panels C & D
26/11/2015 Title of presentation (Insert > Header & Footer > Slide > Footer > Apply to all) 21
Overall compliance
»To work out the overall compliance result for a record we
combine the results of the 5 tests
› and consider any exceptions that have been raised
»The record is compliant if:
› all 5 tests pass
› or there is a deposit exception
› or there is an access exception and tests 1, 2 & 3 pass
› or there is a technical exception
› or there is some other exception
26/11/2015 Title of presentation (Insert > Header & Footer > Slide > Footer > Apply to all) 22
Demonstration
»Putting it all together..
26/11/2015 Title of presentation (Insert > Header & Footer > Slide > Footer > Apply to all) 23
Links
26/11/2015 Title of presentation (Insert > Header & Footer > Slide > Footer > Apply to all) 24
»github development
› https://github.com/eprintsug/hefce_oa/
»Documentation
› http://eprintsug.github.io/hefce_oa/

Mais conteúdo relacionado

Mais procurados

Volvo Group Connected Solutions: Starting the Observability Journey with Elastic
Volvo Group Connected Solutions: Starting the Observability Journey with ElasticVolvo Group Connected Solutions: Starting the Observability Journey with Elastic
Volvo Group Connected Solutions: Starting the Observability Journey with ElasticElasticsearch
 
Big Data for Security - DNS Analytics
Big Data for Security - DNS AnalyticsBig Data for Security - DNS Analytics
Big Data for Security - DNS AnalyticsMarco Casassa Mont
 
CLARIAH Toogdag 2018: A distributed network of digital heritage information
CLARIAH Toogdag 2018: A distributed network of digital heritage informationCLARIAH Toogdag 2018: A distributed network of digital heritage information
CLARIAH Toogdag 2018: A distributed network of digital heritage informationEnno Meijers
 
Cloud Computing: Security, Privacy and Trust Aspects across Public and Privat...
Cloud Computing: Security, Privacy and Trust Aspects across Public and Privat...Cloud Computing: Security, Privacy and Trust Aspects across Public and Privat...
Cloud Computing: Security, Privacy and Trust Aspects across Public and Privat...Marco Casassa Mont
 
Lightning Talk: Real-Time Analytics from MongoDB
Lightning Talk: Real-Time Analytics from MongoDBLightning Talk: Real-Time Analytics from MongoDB
Lightning Talk: Real-Time Analytics from MongoDBMongoDB
 
Building a Distributed Collaborative Data Pipeline with Apache Spark
Building a Distributed Collaborative Data Pipeline with Apache SparkBuilding a Distributed Collaborative Data Pipeline with Apache Spark
Building a Distributed Collaborative Data Pipeline with Apache SparkDatabricks
 
Pure what is equipment.data
Pure what is equipment.dataPure what is equipment.data
Pure what is equipment.dataDataAcUk
 
Session 1.2 improving access to digital content by semantic enrichment
Session 1.2   improving access to digital content by semantic enrichmentSession 1.2   improving access to digital content by semantic enrichment
Session 1.2 improving access to digital content by semantic enrichmentsemanticsconference
 
The Curse of the Data Lake Monster
The Curse of the Data Lake MonsterThe Curse of the Data Lake Monster
The Curse of the Data Lake MonsterThoughtworks
 
Infochimps CxO Seminar @ PARC
Infochimps CxO Seminar @ PARCInfochimps CxO Seminar @ PARC
Infochimps CxO Seminar @ PARCJim Kaskade
 
European Open Science Cloud
European Open Science CloudEuropean Open Science Cloud
European Open Science CloudJisc RDM
 
A distributed network of digital heritage information - Semantics Amsterdam
A distributed network of digital heritage information - Semantics AmsterdamA distributed network of digital heritage information - Semantics Amsterdam
A distributed network of digital heritage information - Semantics AmsterdamEnno Meijers
 
Scality medical imaging storage
Scality medical imaging storageScality medical imaging storage
Scality medical imaging storageScality
 
Digitalisation and the future of research environments
Digitalisation and the future of research environmentsDigitalisation and the future of research environments
Digitalisation and the future of research environmentsJisc
 

Mais procurados (17)

Volvo Group Connected Solutions: Starting the Observability Journey with Elastic
Volvo Group Connected Solutions: Starting the Observability Journey with ElasticVolvo Group Connected Solutions: Starting the Observability Journey with Elastic
Volvo Group Connected Solutions: Starting the Observability Journey with Elastic
 
Connecticut Digital Archive
Connecticut Digital ArchiveConnecticut Digital Archive
Connecticut Digital Archive
 
Big Data for Security - DNS Analytics
Big Data for Security - DNS AnalyticsBig Data for Security - DNS Analytics
Big Data for Security - DNS Analytics
 
CLARIAH Toogdag 2018: A distributed network of digital heritage information
CLARIAH Toogdag 2018: A distributed network of digital heritage informationCLARIAH Toogdag 2018: A distributed network of digital heritage information
CLARIAH Toogdag 2018: A distributed network of digital heritage information
 
Cloud Computing: Security, Privacy and Trust Aspects across Public and Privat...
Cloud Computing: Security, Privacy and Trust Aspects across Public and Privat...Cloud Computing: Security, Privacy and Trust Aspects across Public and Privat...
Cloud Computing: Security, Privacy and Trust Aspects across Public and Privat...
 
Lightning Talk: Real-Time Analytics from MongoDB
Lightning Talk: Real-Time Analytics from MongoDBLightning Talk: Real-Time Analytics from MongoDB
Lightning Talk: Real-Time Analytics from MongoDB
 
Building a Distributed Collaborative Data Pipeline with Apache Spark
Building a Distributed Collaborative Data Pipeline with Apache SparkBuilding a Distributed Collaborative Data Pipeline with Apache Spark
Building a Distributed Collaborative Data Pipeline with Apache Spark
 
Pure what is equipment.data
Pure what is equipment.dataPure what is equipment.data
Pure what is equipment.data
 
Session 1.2 improving access to digital content by semantic enrichment
Session 1.2   improving access to digital content by semantic enrichmentSession 1.2   improving access to digital content by semantic enrichment
Session 1.2 improving access to digital content by semantic enrichment
 
Melb oleg2
Melb oleg2Melb oleg2
Melb oleg2
 
The Curse of the Data Lake Monster
The Curse of the Data Lake MonsterThe Curse of the Data Lake Monster
The Curse of the Data Lake Monster
 
Infochimps CxO Seminar @ PARC
Infochimps CxO Seminar @ PARCInfochimps CxO Seminar @ PARC
Infochimps CxO Seminar @ PARC
 
European Open Science Cloud
European Open Science CloudEuropean Open Science Cloud
European Open Science Cloud
 
A distributed network of digital heritage information - Semantics Amsterdam
A distributed network of digital heritage information - Semantics AmsterdamA distributed network of digital heritage information - Semantics Amsterdam
A distributed network of digital heritage information - Semantics Amsterdam
 
Scality medical imaging storage
Scality medical imaging storageScality medical imaging storage
Scality medical imaging storage
 
CTDA Brown Bag, Oct. 2016
CTDA Brown Bag, Oct. 2016CTDA Brown Bag, Oct. 2016
CTDA Brown Bag, Oct. 2016
 
Digitalisation and the future of research environments
Digitalisation and the future of research environmentsDigitalisation and the future of research environments
Digitalisation and the future of research environments
 

Destaque

How compliant is UCA? Experiences using the REF package at the University for...
How compliant is UCA? Experiences using the REF package at the University for...How compliant is UCA? Experiences using the REF package at the University for...
How compliant is UCA? Experiences using the REF package at the University for...Jisc
 
Imperial RIOXX implementation - Andrew McLean, Imperial College London
Imperial RIOXX implementation - Andrew McLean, Imperial College LondonImperial RIOXX implementation - Andrew McLean, Imperial College London
Imperial RIOXX implementation - Andrew McLean, Imperial College LondonJisc
 
Open access (OA) in the Research Excellence Framework (REF) - Ben Johnson, HEFCE
Open access (OA) in the Research Excellence Framework (REF) - Ben Johnson, HEFCEOpen access (OA) in the Research Excellence Framework (REF) - Ben Johnson, HEFCE
Open access (OA) in the Research Excellence Framework (REF) - Ben Johnson, HEFCEJisc
 
How compliant is your institution? University of Glasgow RIOXX case study - M...
How compliant is your institution? University of Glasgow RIOXX case study - M...How compliant is your institution? University of Glasgow RIOXX case study - M...
How compliant is your institution? University of Glasgow RIOXX case study - M...Jisc
 
RIOXX in context: demonstrating compliance with RCUK open access policy - Ben...
RIOXX in context: demonstrating compliance with RCUK open access policy - Ben...RIOXX in context: demonstrating compliance with RCUK open access policy - Ben...
RIOXX in context: demonstrating compliance with RCUK open access policy - Ben...Jisc
 
REF Compliance at UCLan - Helen Cooper and Paul Harrison, UCLan
REF Compliance at UCLan - Helen Cooper and Paul Harrison, UCLanREF Compliance at UCLan - Helen Cooper and Paul Harrison, UCLan
REF Compliance at UCLan - Helen Cooper and Paul Harrison, UCLanJisc
 
How compliant is your institution? Meeting RCUK and REF metadata and policy r...
How compliant is your institution? Meeting RCUK and REF metadata and policy r...How compliant is your institution? Meeting RCUK and REF metadata and policy r...
How compliant is your institution? Meeting RCUK and REF metadata and policy r...Jisc
 
Learning analytics for FE colleges
Learning analytics for FE collegesLearning analytics for FE colleges
Learning analytics for FE collegesJisc
 
A Google-powered classroom
A Google-powered classroomA Google-powered classroom
A Google-powered classroomJisc
 

Destaque (9)

How compliant is UCA? Experiences using the REF package at the University for...
How compliant is UCA? Experiences using the REF package at the University for...How compliant is UCA? Experiences using the REF package at the University for...
How compliant is UCA? Experiences using the REF package at the University for...
 
Imperial RIOXX implementation - Andrew McLean, Imperial College London
Imperial RIOXX implementation - Andrew McLean, Imperial College LondonImperial RIOXX implementation - Andrew McLean, Imperial College London
Imperial RIOXX implementation - Andrew McLean, Imperial College London
 
Open access (OA) in the Research Excellence Framework (REF) - Ben Johnson, HEFCE
Open access (OA) in the Research Excellence Framework (REF) - Ben Johnson, HEFCEOpen access (OA) in the Research Excellence Framework (REF) - Ben Johnson, HEFCE
Open access (OA) in the Research Excellence Framework (REF) - Ben Johnson, HEFCE
 
How compliant is your institution? University of Glasgow RIOXX case study - M...
How compliant is your institution? University of Glasgow RIOXX case study - M...How compliant is your institution? University of Glasgow RIOXX case study - M...
How compliant is your institution? University of Glasgow RIOXX case study - M...
 
RIOXX in context: demonstrating compliance with RCUK open access policy - Ben...
RIOXX in context: demonstrating compliance with RCUK open access policy - Ben...RIOXX in context: demonstrating compliance with RCUK open access policy - Ben...
RIOXX in context: demonstrating compliance with RCUK open access policy - Ben...
 
REF Compliance at UCLan - Helen Cooper and Paul Harrison, UCLan
REF Compliance at UCLan - Helen Cooper and Paul Harrison, UCLanREF Compliance at UCLan - Helen Cooper and Paul Harrison, UCLan
REF Compliance at UCLan - Helen Cooper and Paul Harrison, UCLan
 
How compliant is your institution? Meeting RCUK and REF metadata and policy r...
How compliant is your institution? Meeting RCUK and REF metadata and policy r...How compliant is your institution? Meeting RCUK and REF metadata and policy r...
How compliant is your institution? Meeting RCUK and REF metadata and policy r...
 
Learning analytics for FE colleges
Learning analytics for FE collegesLearning analytics for FE colleges
Learning analytics for FE colleges
 
A Google-powered classroom
A Google-powered classroomA Google-powered classroom
A Google-powered classroom
 

Semelhante a REF Compliance Checker for EPrints - Tim Miles-Board

REF compliance - what Jisc is doing
REF compliance - what Jisc is doingREF compliance - what Jisc is doing
REF compliance - what Jisc is doingRepository Fringe
 
BRQ_PortfolioMgmt BRQPresentation
BRQ_PortfolioMgmt BRQPresentationBRQ_PortfolioMgmt BRQPresentation
BRQ_PortfolioMgmt BRQPresentationKyle D. Gearhart
 
Data vault - a platform for archiving research data
Data vault - a platform for archiving research dataData vault - a platform for archiving research data
Data vault - a platform for archiving research dataJisc
 
SRE and GitOps for Building Robust Kubernetes Platforms.pdf
SRE and GitOps for Building Robust Kubernetes Platforms.pdfSRE and GitOps for Building Robust Kubernetes Platforms.pdf
SRE and GitOps for Building Robust Kubernetes Platforms.pdfWeaveworks
 
Pb602 operation management chapter 7
Pb602  operation management chapter 7Pb602  operation management chapter 7
Pb602 operation management chapter 7Akihisa Akimoto
 
Agile Development in a Regulated Environment
Agile Development in a Regulated EnvironmentAgile Development in a Regulated Environment
Agile Development in a Regulated EnvironmentTechWell
 
Taming the Beast: Test/QA on Large-scale Projects
Taming the Beast: Test/QA on Large-scale ProjectsTaming the Beast: Test/QA on Large-scale Projects
Taming the Beast: Test/QA on Large-scale ProjectsTechWell
 
Validation and Verification using Rational DOORS for Aerospace
Validation and Verification using Rational DOORS for AerospaceValidation and Verification using Rational DOORS for Aerospace
Validation and Verification using Rational DOORS for AerospaceHellasserve
 
Multiple awr reports_parser
Multiple awr reports_parserMultiple awr reports_parser
Multiple awr reports_parserJacques Kostic
 
Service Execution Process.pptx
Service Execution Process.pptxService Execution Process.pptx
Service Execution Process.pptxssuserfb3b311
 
Enterprise DataWarehousing + Management Information
Enterprise DataWarehousing + Management InformationEnterprise DataWarehousing + Management Information
Enterprise DataWarehousing + Management InformationAjay Kumar Uppal
 
Arokia Raj RM Resume
Arokia Raj RM  ResumeArokia Raj RM  Resume
Arokia Raj RM Resumearokiagetz
 
Project closure template v3.0
Project closure template v3.0Project closure template v3.0
Project closure template v3.0Aditya Pandey
 
Methodology Perspective and Narrative
Methodology Perspective and NarrativeMethodology Perspective and Narrative
Methodology Perspective and NarrativeLarry Dalton
 
Good IT Project Management
Good IT Project Management Good IT Project Management
Good IT Project Management William Francis
 
Is there a way that we can build our Azure Synapse Pipelines all with paramet...
Is there a way that we can build our Azure Synapse Pipelines all with paramet...Is there a way that we can build our Azure Synapse Pipelines all with paramet...
Is there a way that we can build our Azure Synapse Pipelines all with paramet...Erwin de Kreuk
 

Semelhante a REF Compliance Checker for EPrints - Tim Miles-Board (20)

REF compliance - what Jisc is doing
REF compliance - what Jisc is doingREF compliance - what Jisc is doing
REF compliance - what Jisc is doing
 
BRQ_PortfolioMgmt BRQPresentation
BRQ_PortfolioMgmt BRQPresentationBRQ_PortfolioMgmt BRQPresentation
BRQ_PortfolioMgmt BRQPresentation
 
Data vault - a platform for archiving research data
Data vault - a platform for archiving research dataData vault - a platform for archiving research data
Data vault - a platform for archiving research data
 
SRE and GitOps for Building Robust Kubernetes Platforms.pdf
SRE and GitOps for Building Robust Kubernetes Platforms.pdfSRE and GitOps for Building Robust Kubernetes Platforms.pdf
SRE and GitOps for Building Robust Kubernetes Platforms.pdf
 
Pb602 operation management chapter 7
Pb602  operation management chapter 7Pb602  operation management chapter 7
Pb602 operation management chapter 7
 
RCUK - what Jisc is doing
RCUK - what Jisc is doingRCUK - what Jisc is doing
RCUK - what Jisc is doing
 
Togaf 9 template statement of architecture work
Togaf 9 template   statement of architecture workTogaf 9 template   statement of architecture work
Togaf 9 template statement of architecture work
 
IT NPI Process
IT NPI ProcessIT NPI Process
IT NPI Process
 
Agile Development in a Regulated Environment
Agile Development in a Regulated EnvironmentAgile Development in a Regulated Environment
Agile Development in a Regulated Environment
 
W7
W7W7
W7
 
Taming the Beast: Test/QA on Large-scale Projects
Taming the Beast: Test/QA on Large-scale ProjectsTaming the Beast: Test/QA on Large-scale Projects
Taming the Beast: Test/QA on Large-scale Projects
 
Validation and Verification using Rational DOORS for Aerospace
Validation and Verification using Rational DOORS for AerospaceValidation and Verification using Rational DOORS for Aerospace
Validation and Verification using Rational DOORS for Aerospace
 
Multiple awr reports_parser
Multiple awr reports_parserMultiple awr reports_parser
Multiple awr reports_parser
 
Service Execution Process.pptx
Service Execution Process.pptxService Execution Process.pptx
Service Execution Process.pptx
 
Enterprise DataWarehousing + Management Information
Enterprise DataWarehousing + Management InformationEnterprise DataWarehousing + Management Information
Enterprise DataWarehousing + Management Information
 
Arokia Raj RM Resume
Arokia Raj RM  ResumeArokia Raj RM  Resume
Arokia Raj RM Resume
 
Project closure template v3.0
Project closure template v3.0Project closure template v3.0
Project closure template v3.0
 
Methodology Perspective and Narrative
Methodology Perspective and NarrativeMethodology Perspective and Narrative
Methodology Perspective and Narrative
 
Good IT Project Management
Good IT Project Management Good IT Project Management
Good IT Project Management
 
Is there a way that we can build our Azure Synapse Pipelines all with paramet...
Is there a way that we can build our Azure Synapse Pipelines all with paramet...Is there a way that we can build our Azure Synapse Pipelines all with paramet...
Is there a way that we can build our Azure Synapse Pipelines all with paramet...
 

Mais de Jisc

Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxJisc
 
Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jisc
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxJisc
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Jisc
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Jisc
 
International students’ digital experience: understanding and mitigating the ...
International students’ digital experience: understanding and mitigating the ...International students’ digital experience: understanding and mitigating the ...
International students’ digital experience: understanding and mitigating the ...Jisc
 
Digital Storytelling Community Launch!.pptx
Digital Storytelling Community Launch!.pptxDigital Storytelling Community Launch!.pptx
Digital Storytelling Community Launch!.pptxJisc
 
Open Access book publishing understanding your options (1).pptx
Open Access book publishing understanding your options (1).pptxOpen Access book publishing understanding your options (1).pptx
Open Access book publishing understanding your options (1).pptxJisc
 
Scottish Universities Press supporting authors with requirements for open acc...
Scottish Universities Press supporting authors with requirements for open acc...Scottish Universities Press supporting authors with requirements for open acc...
Scottish Universities Press supporting authors with requirements for open acc...Jisc
 
How Bloomsbury is supporting authors with UKRI long-form open access requirem...
How Bloomsbury is supporting authors with UKRI long-form open access requirem...How Bloomsbury is supporting authors with UKRI long-form open access requirem...
How Bloomsbury is supporting authors with UKRI long-form open access requirem...Jisc
 
Jisc Northern Ireland Strategy Forum 2023
Jisc Northern Ireland Strategy Forum 2023Jisc Northern Ireland Strategy Forum 2023
Jisc Northern Ireland Strategy Forum 2023Jisc
 
Jisc Scotland Strategy Forum 2023
Jisc Scotland Strategy Forum 2023Jisc Scotland Strategy Forum 2023
Jisc Scotland Strategy Forum 2023Jisc
 
Jisc stakeholder strategic update 2023
Jisc stakeholder strategic update 2023Jisc stakeholder strategic update 2023
Jisc stakeholder strategic update 2023Jisc
 
JISC Presentation.pptx
JISC Presentation.pptxJISC Presentation.pptx
JISC Presentation.pptxJisc
 
Community-led Open Access Publishing webinar.pptx
Community-led Open Access Publishing webinar.pptxCommunity-led Open Access Publishing webinar.pptx
Community-led Open Access Publishing webinar.pptxJisc
 
The Open Access Community Framework (OACF) 2023 (1).pptx
The Open Access Community Framework (OACF) 2023 (1).pptxThe Open Access Community Framework (OACF) 2023 (1).pptx
The Open Access Community Framework (OACF) 2023 (1).pptxJisc
 
Are we onboard yet University of Sussex.pptx
Are we onboard yet University of Sussex.pptxAre we onboard yet University of Sussex.pptx
Are we onboard yet University of Sussex.pptxJisc
 
JiscOAWeek_LAIR_slides_October2023.pptx
JiscOAWeek_LAIR_slides_October2023.pptxJiscOAWeek_LAIR_slides_October2023.pptx
JiscOAWeek_LAIR_slides_October2023.pptxJisc
 
UWP OA Week Presentation (1).pptx
UWP OA Week Presentation (1).pptxUWP OA Week Presentation (1).pptx
UWP OA Week Presentation (1).pptxJisc
 
An introduction to Cyber Essentials
An introduction to Cyber EssentialsAn introduction to Cyber Essentials
An introduction to Cyber EssentialsJisc
 

Mais de Jisc (20)

Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptx
 
Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptx
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...
 
International students’ digital experience: understanding and mitigating the ...
International students’ digital experience: understanding and mitigating the ...International students’ digital experience: understanding and mitigating the ...
International students’ digital experience: understanding and mitigating the ...
 
Digital Storytelling Community Launch!.pptx
Digital Storytelling Community Launch!.pptxDigital Storytelling Community Launch!.pptx
Digital Storytelling Community Launch!.pptx
 
Open Access book publishing understanding your options (1).pptx
Open Access book publishing understanding your options (1).pptxOpen Access book publishing understanding your options (1).pptx
Open Access book publishing understanding your options (1).pptx
 
Scottish Universities Press supporting authors with requirements for open acc...
Scottish Universities Press supporting authors with requirements for open acc...Scottish Universities Press supporting authors with requirements for open acc...
Scottish Universities Press supporting authors with requirements for open acc...
 
How Bloomsbury is supporting authors with UKRI long-form open access requirem...
How Bloomsbury is supporting authors with UKRI long-form open access requirem...How Bloomsbury is supporting authors with UKRI long-form open access requirem...
How Bloomsbury is supporting authors with UKRI long-form open access requirem...
 
Jisc Northern Ireland Strategy Forum 2023
Jisc Northern Ireland Strategy Forum 2023Jisc Northern Ireland Strategy Forum 2023
Jisc Northern Ireland Strategy Forum 2023
 
Jisc Scotland Strategy Forum 2023
Jisc Scotland Strategy Forum 2023Jisc Scotland Strategy Forum 2023
Jisc Scotland Strategy Forum 2023
 
Jisc stakeholder strategic update 2023
Jisc stakeholder strategic update 2023Jisc stakeholder strategic update 2023
Jisc stakeholder strategic update 2023
 
JISC Presentation.pptx
JISC Presentation.pptxJISC Presentation.pptx
JISC Presentation.pptx
 
Community-led Open Access Publishing webinar.pptx
Community-led Open Access Publishing webinar.pptxCommunity-led Open Access Publishing webinar.pptx
Community-led Open Access Publishing webinar.pptx
 
The Open Access Community Framework (OACF) 2023 (1).pptx
The Open Access Community Framework (OACF) 2023 (1).pptxThe Open Access Community Framework (OACF) 2023 (1).pptx
The Open Access Community Framework (OACF) 2023 (1).pptx
 
Are we onboard yet University of Sussex.pptx
Are we onboard yet University of Sussex.pptxAre we onboard yet University of Sussex.pptx
Are we onboard yet University of Sussex.pptx
 
JiscOAWeek_LAIR_slides_October2023.pptx
JiscOAWeek_LAIR_slides_October2023.pptxJiscOAWeek_LAIR_slides_October2023.pptx
JiscOAWeek_LAIR_slides_October2023.pptx
 
UWP OA Week Presentation (1).pptx
UWP OA Week Presentation (1).pptxUWP OA Week Presentation (1).pptx
UWP OA Week Presentation (1).pptx
 
An introduction to Cyber Essentials
An introduction to Cyber EssentialsAn introduction to Cyber Essentials
An introduction to Cyber Essentials
 

Último

Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxDenish Jangid
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin ClassesCeline George
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Disha Kariya
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxAreebaZafar22
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxnegromaestrong
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...KokoStevan
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDThiyagu K
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
An Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdfAn Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdfSanaAli374401
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Gardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch LetterGardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch LetterMateoGardella
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingTeacherCyreneCayanan
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 

Último (20)

Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
An Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdfAn Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdf
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Gardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch LetterGardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch Letter
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writing
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 

REF Compliance Checker for EPrints - Tim Miles-Board

  • 1. 24 Nov 2015 REF Compliance Checker for EPrints Tim Miles-Board @drtjmb
  • 2. Who we are »* Sheridan Brown › sbrown@keyperspectives.co.uk »*Tim Miles-Board › @drtjmb »* Peter West, Digital Repository Services Ltd 26/11/2015 Title of presentation (Insert > Header & Footer > Slide > Footer > Apply to all) 2
  • 3. What we are doing »Working with HEFCE »Translating OA policy into executable tests that can be run in EPrints 3 Aug 2015 Jisc Publications Router – Repository Fringe 2015 3
  • 4. What we are not doing »Reinventing the existing REF plugin for EPrints › Developed by EPrints Services for REF2014 › Used by several institutions to create and submit REF return › Complex workflows and interactions › Requires resources and coordination – run infrequently 26/11/2015 Title of presentation (Insert > Header & Footer > Slide > Footer > Apply to all) 4
  • 5. Aims: Architecture »Build something lightweight › separate to REF plugin › incorporate into day-to-day workflows »Use data from other plugins / sources › RIOXX2 › Dates3 › bespoke fields »Share test results with other plugins › REF »Expose test data and decisions for auditing 26/11/2015 Title of presentation (Insert > Header & Footer > Slide > Footer > Apply to all) 5
  • 6. Aims: Architecture 26/11/2015 Title of presentation (Insert > Header & Footer > Slide > Footer > Apply to all) 6 RIOXX2 Dates3 day-to-day workflows REF Compliance Checker Biennial REF exercises REF
  • 7. Aims: UX »Provide at-a-glance compliance status for individual records »Help you understand how a record is being tested › why it is not compliant › remedial steps for false negatives »Enable you to monitor overall compliance › management reports 26/11/2015 Title of presentation (Insert > Header & Footer > Slide > Footer > Apply to all) 7
  • 8. Roadmap »September 2015 › first github commit https://github.com/eprintsug/hefce_oa/ »October 2015 › preview release to EPrints Bazaar »November 2015 › volunteer organisations invited to install and test »December 2015 › integrate with RIOXX2 and Dates3 › respond to feedback from testers »January 2016 › official release to EPrints Bazaar 26/11/2015 Title of presentation (Insert > Header & Footer > Slide > Footer > Apply to all) 8
  • 9. How it works »Collect data about record › manual input › in response to actions within Eprints › From other plugins/sources »Run tests on data »Store results › make results available to other plugins eg. REF »Display stored results »Run tests and update results whenever record is updated 26/11/2015 Title of presentation (Insert > Header & Footer > Slide > Footer > Apply to all) 9
  • 10. The tests »HEFCE policy distilled into 5 executable tests 1. Does record meet basic OA criteria? 2. Did #1 happen within 3m of acceptance? 3. Is record discoverable? 4. Did full text become OA within 1m of #1 / end of embargo? 5. Was embargo length within limits? 26/11/2015 Title of presentation (Insert > Header & Footer > Slide > Footer > Apply to all) 10
  • 11. #1: Basic OA criteria »Has the record been submitted? › record is in Review or Live Archive »Has the accepted or published version of manuscript been uploaded? › record has an attached document with the Content field set to Accepted or Published »If record passes both these checks we call it a compliant deposit 26/11/2015 How compliant is your institution? REF Package for Eprints 11
  • 12. #2:Timing of basic OA criteria »Did the record meet the basic OA criteria within 3m of acceptance? »To test this need to know when record first met basic OA criteria › we call this the Date of First Compliant Deposit › not the same as date of deposit 26/11/2015 Title of presentation (Insert > Header & Footer > Slide > Footer > Apply to all) 12
  • 13. #2:Timing of basic OA criteria »Example timeline › Researcher creates record in work area › ... adds metadata › ... adds accepted version of manuscript › ... and submits the record for Review 26/11/2015 Title of presentation (Insert > Header & Footer > Slide > Footer > Apply to all) 13
  • 14. #2:Timing of basic OA criteria »Example timeline › Researcher creates record in work area › ... adds metadata › ... and submits the record for Review › Editor reviews metadata › ... and adds accepted version of manuscript 26/11/2015 Title of presentation (Insert > Header & Footer > Slide > Footer > Apply to all) 14
  • 15. #2:Timing of basic OA criteria »Example timeline › Researcher creates record in work area › ... adds metadata › ... and submits the record for Review › Editor reviews metadata › ... and makes record live › Editor returns to record at later stage › ... and adds published version of manuscript 26/11/2015 Title of presentation (Insert > Header & Footer > Slide > Footer > Apply to all) 15
  • 16. #2:Timing of basic OA criteria »Example timeline › Batch process imports record complete with accepted version of manuscript directly into Live Archive 26/11/2015 Title of presentation (Insert > Header & Footer > Slide > Footer > Apply to all) 16
  • 17. #2:Timing of basic OA criteria »So now we know when, we can test: »Did the record meet the basic OA criteria within 3m of acceptance? › date of FCD < ( acceptance date + 3m ) »Or, for records accepted beforeApril 2017: »Did the record meet the basic OA criteria within 3m of publication? › ( acceptance date < 2017-04-01 ) and ( date of FCD < ( publication date + 3m ) ) 26/11/2015 Title of presentation (Insert > Header & Footer > Slide > Footer > Apply to all) 17
  • 18. #3: Discoverability »Is record discoverable? › record is in Live Archive  26/11/2015 Title of presentation (Insert > Header & Footer > Slide > Footer > Apply to all) 18
  • 19. #4:Timing of full text OA »Did the manuscript become OA within 1m of the record meeting the basic OA criteria? › or within 1m of embargo period ending »To test this need to know when manuscript became OA › we call this Date of First Compliant Open Access › when compliant deposit is made live › when embargo on compliant deposit is lifted 26/11/2015 Title of presentation (Insert > Header & Footer > Slide > Footer > Apply to all) 19
  • 20. #4:Timing of full text OA »Knowing when, we can test: »Did the manuscript become OA within 1m of the record meeting the basic OA criteria? › date of FOA < ( date of FCD + 1m ) »Or for records with an embargo: › date of FOA < ( date of first online publication + embargo period + 1m ) 26/11/2015 Title of presentation (Insert > Header & Footer > Slide > Footer > Apply to all) 20
  • 21. #5: Embargo length »Was the embargo length allowable for the target REF panel? »To test this we just need to know the embargo length and the target REF panel › embargo length < 12m # REF panels A & B › embargo length < 24m # REF panels C & D 26/11/2015 Title of presentation (Insert > Header & Footer > Slide > Footer > Apply to all) 21
  • 22. Overall compliance »To work out the overall compliance result for a record we combine the results of the 5 tests › and consider any exceptions that have been raised »The record is compliant if: › all 5 tests pass › or there is a deposit exception › or there is an access exception and tests 1, 2 & 3 pass › or there is a technical exception › or there is some other exception 26/11/2015 Title of presentation (Insert > Header & Footer > Slide > Footer > Apply to all) 22
  • 23. Demonstration »Putting it all together.. 26/11/2015 Title of presentation (Insert > Header & Footer > Slide > Footer > Apply to all) 23
  • 24. Links 26/11/2015 Title of presentation (Insert > Header & Footer > Slide > Footer > Apply to all) 24 »github development › https://github.com/eprintsug/hefce_oa/ »Documentation › http://eprintsug.github.io/hefce_oa/