Embargo Support for DSpace

Slides:



Advertisements
Similar presentations
Focus on Your Content, Not on Ingesting Your Content Terry Brady Applications Programmer Analyst Georgetown University Library
Advertisements

IRRA DSpace April 2006 Claire Knowles University of Edinburgh.
CONTENTdm vs DSpace vs Fedora
The DSpace Course Module – Import and Export. Module objectives  By the end of this module you will:  Know how the batch import and export facility.
Integrating Scholarly Repository Services into Consortial Organizations and Statewide University Systems Marlee Givens & Keith Gilbertson Georgia Institute.
1. Author submission 2. UMI/BePress dissemination 4. Metadata management 5. Permissions acquisition 3. Repository ingest 6. Embargo management Open Access.
DSpace 4: TDL upgrades and new features SEPTEMBER 30, 2014.
From 2,500 per annum to 250,000 per annum.  A. Fully open access (Recommended)  B. Electronic copy restricted, full copies may be provided on request.
New Workflows and Tools for ETD Support at the University of Florida Christy Shorey (UF) and Mark Sullivan (Sobek Digital) Sobek image created by Jeff.
Institutional Repository for CDU What’s in your bottom drawer? Ruth Quinn, Director Library and Information Access Charles Darwin University.
The Knowledge Bank Project at the Ohio State University Presented at the American Accounting Association Meeting – Chicago 8/6/07 Charles J. Popovich Head.
Large Scale Digitization Workflow Yale University Library January 2008.
Administration & Workflow
DSpace Devika P. Madalli DRTC, ISI Bangalore.
MIT’s DSpace A good fit for ETDs Margret Branschofsky Keith Glavash MIT LIBRARIES.
The KnowledgeBank: Powered by DSpace Laura Tull Systems Librarian Ohio State University Libraries WiLSWorld July 27, 2004.
I:\Share\Bestuursinligting\OUDITfinaal\Portfolio\Statistics\BI UPSpace An institutional research repository for the University of Pretoria.
ETD Repositories Using DSpace Software Andrew Penman The Robert Gordon University 27 th September 2004.
LIBER Digitisation Conference, Copenhagen The cost of digitisation and preservation: The LIFE Project October 2007 Richard Davies LIFE 2 Project.
Dspace 1 Introduction to DSpace Mukesh Pund Scientist NISCAIR, New Delhi.
DSpace. TM 2 Agenda  Introduction to DSpace  DSpace community  Institutional Repository  Easy to add/find content in DSpace  Building Online Communities.
Distributing Tools Online and Other News Let's Git Going.
Depth customization of DSpace: Best practices and techniques of institutional repository at IIT Kanpur, India By S. K. Vijaianand V. D. Shrivastava Gaurav.
Electronic Thesis and Dissertation Database Errors Ryan Mestre Luke Schmader Client: Zhiwu Xie Blacksburg March 3, 2014 Virginia Tech CS 4624.
Information Systems and Network Engineering Laboratory II DR. KEN COSH WEEK 1.
Creating an IR: Planning and Policies Stacy Nowicki, Kalamazoo College Christopher Raab, Franklin & Marshall College NITLE DSpace Virtual User Community.
(in 5 Minutes or Less) Isaac Gilman Scholarly Communications & Research Services Librarian Pacific University (Ore.)
Overview The problem The solution Benefits/Lesson Resource Audit and Comparison Tool (ReACT) Ray Moore (Archaeology.
Use & Access 26 March Use “Proof of Concept” Model for General Libraries & IS faculty Model for General Libraries & IS faculty Test bed for DSpace.
Training by the Office of Library and Information Services Contact for more information: karen.gardner- or
Omeka software exploration for LOR repository. Omeka  Omeka is opensource – that means there is no cost to use the software  Omeka can be hosted on.
Uganda Scholarly Digital Library (USDL) Makerere University’s Institutional Repository By Margaret Nakiganda URL:
This presentation describes the development and implementation of WSU Research Exchange, a permanent digital repository system that is being, adding WSU.
DSpace vs Fedora Ralph LeVan OCLC Research. What Do You Want From a Repository? How do you create your metadata? How do you assemble your objects? How.
The DSpace Course Module – Items in DSpace. Module objectives  By the end of this module you will:  Understand what an item in DSpace is, and what it.
About the “K” Archives Staffed part-time + students only Have older but still OK tech setup Just beginning digital initiatives Collection includes approximately.
May 2, 2013 An introduction to DSpace. Module 4 – Items in DSpace By the end of this module, you will … Understand what an item in DSpace is, and what.
KindaRight Client: Blacksburg Web Design Blacksburg, VA May 1, 2014 Virginia Tech CS 4624 Divit Singh Austin Lopez-Gomez.
VIRGINIA TECH BLACKSBURG CS 4624 MUSTAFA ALY & GASPER GULOTTA CLIENT: MOHAMED MAGDY IDEAL Pages.
DSpace System Architecture 11 July 2002 DSpace System Architecture.
A Basic Introduction By Scott Phillips 2005/8/7. Agenda What is DSpace and what does it do? The DSpace Information Model Components & Features of DSpace.
UITS Faculty Senate Presentation November 1, 2010.
A Project of the University Libraries Ball State University Libraries A destination for research, learning, and friends.
3rd Knowledge Bank Workshop 31 มกราคม 2551 โดย สำนักหอสมุด มหาวิทยาลัยศรี ปทุม
Managing live digital content with DuraSpace services Bill Branan PASIG Spring 2015.
1 Ivan Marsic Rutgers University LECTURE 2: Software Configuration Management.
The Future of ScholarWorks WHERE WE’RE GOING AND WHERE WE’VE BEEN.
Moshe Shechter | Alma Product Manager
Professional Development Programme: Design and Development of Institutional Repository Using DSpace Nipul G Shihora INFLIBNET Centre Gandhinagar
Tiewei (Lucy) Liu Metadata Librarian June 26, 2016
DLA Library Audio Collection
A Simple Introduction to Git: a distributed version-control system
A Simple Introduction to Git: a distributed version-control system
USER GUIDE FOR STUDENTS
Introduction, Features & Technology
Detailed search stats from DSpace Solr
Best Practices for Electronic Theses and Dissertations
Institutional Repository at NIO: Inspiration to Implementation
DM WBS Functional View Develop and maintain Prepare internal data
Introduction to DSpace
Lessons Learned by Team ‘x’ ‘Name of team members’ Date (dd-mm-yyyy)
Charl Roberts University of the Witwatersrand, Johannesburg
Open Access and Copyright for Theses and Dissertations
Sacramento Forms User Group
DSpace Embargo Final Presentation
Clearinghouse Overview.
Programmatic interaction with the Invenio-based NADRE Repository
1. GitHub.
Programmatic interaction with the Invenio-based NADRE Repository
Advanced hands-on on programmatic access to an Open Access Repository
Presentation transcript:

Embargo Support for DSpace Midterm Presentation Jeb Schiefer and Paul Sharma Clients: Keith Gilbertson and Zhiwu Xie CS 4624 Virginia Tech

What is DSpace ? Digital Repository Open Source and Customizable Started in 2002 Support for all types of digital content Supports efficient search and retrieval

How does it work ?

Ways to submit Submission Workflow Item import via Command Line Tools

Submission Workflow Snapshot

Embargo Special type of content restriction Item level or bitstream level embargo Bitstream level embargo only for Submission workflow

Embargo Snapshot

Item Import $ ./dspace import -a -e joe@user.com -c CollectionID -s items_dir -m mapfile New flag: -E for embargo

Contents File One file (item) per line Each item is called a bitstream Specific actions per bitstream (embargo)

Contents file structure file_1.doc file_2.pdf embargo:[start],[end] license

Date format ISO 8061 [YYYY]-[MM]-[DD]

Final Goal Pull request with main branch on GitHub