9
I Use This!
Very High Activity

News

Analyzed about 12 hours ago. based on code collected about 13 hours ago.
Posted over 11 years ago by carol
Helsinki, FI  The deadline for early bird registration for Open Repositories 2014 has been extended until Friday, May 9. If you have already registered, thanks for doing so–we are looking look forward to seeing you in Helsinki. If you have not ... [More] , register now to take advantage of the reduced conference fee: http://or2014.helsinki.fi/?page_id=454 TRAVEL / ACCOMMODATION Plan to arrange your travel and accommodation if you haven't yet done so. The second week of June will be a busy conference week in Helsinki, so it is advisable to book hotel or hostel rooms as early as possible. More information on accommodation options available in Helsinki may be found here: http://or2014.helsinki.fi/?page_id=194 CONFERENCE PROGRAM The preliminary OR2014 program is available at https://www.conftool.com/or2014/sessions.php

. Click on any day or session to see all scheduled talks. From the session view you can see related abstracts. The program for all Interest Group sessions–DSpace, ePrints, Fedora, and Invenio–is also fully available. MEET THE SPONSORS OF OR2014 Our sponsors make the Open Repositories conference possible each year. We would like to recognize and thank our generous supporters at all levels. Click on logos to learn more about the outstanding organizations that have helped us bring you this year’s conference: http://or2014.helsinki.fi/?page_id=664   [Less]
Posted over 11 years ago by carol
Helsinki, FI  The deadline for early bird registration for Open Repositories 2014 has been extended until Friday, May 9. If you have already registered, thanks for doing so–we are looking look forward to seeing you in Helsinki. If you have not ... [More] , register now to take advantage of the reduced conference fee: http://or2014.helsinki.fi/?page_id=454 TRAVEL / ACCOMMODATION Plan to arrange your travel and accommodation if you haven't yet done so. The second week of June will be a busy conference week in Helsinki, so it is advisable to book hotel or hostel rooms as early as possible. More information on accommodation options available in Helsinki may be found here: http://or2014.helsinki.fi/?page_id=194 CONFERENCE PROGRAM The preliminary OR2014 program is available at https://www.conftool.com/or2014/sessions.php

. Click on any day or session to see all scheduled talks. From the session view you can see related abstracts. The program for all Interest Group sessions–DSpace, ePrints, Fedora, and Invenio–is also fully available. MEET THE SPONSORS OF OR2014 Our sponsors make the Open Repositories conference possible each year. We would like to recognize and thank our generous supporters at all levels. Click on logos to learn more about the outstanding organizations that have helped us bring you this year’s conference: http://or2014.helsinki.fi/?page_id=664   [Less]
Posted over 11 years ago by carol
Finding the right place at the right price to store burgeoning data just got more economical with lower DuraCloud prices Winchester, MA  Terabytes are the new gigabytes of 2014. Just as you reach into your pocket and discover more change than you ... [More] expected, so it is that information managers are finding terabytes of audio and visual assets and complex research data sets where there used to be mere gigabytes. Like loose change, it’s nice to have extra, but it’s sometimes hard to know where to keep it. As institutional demands for management and storage increase, finding the right place at the right price to store burgeoning data just got more economical with lower DuraCloud prices. Additional terabytes of storage are now available for up to 50% of their original cost. See DuraCloud prices here. DuraCloud is the only managed archiving and preservation service that offers customers multiple cloud storage options–Amazon, Rackspace or SDSC–along with easy drag and drop content upload and download, automatic content health checks and more. DuraCloud ensures your content's long term and low cost accessibility. Learn more about DuraCloud on the web site or get a quote on a DuraCloud subscription plan that meets your needs. About DuraSpace DuraCloud is a service from DuraSpace (http://duraspace.org), an independent 501(c)(3) not-for-profit organization providing leadership and innovation for open technologies that promote durable, persistent access to digital data. We collaborate with academic, scientific, cultural, and technology communities by supporting projects (DSpace, Fedora) and creating services (DuraCloud, DSpaceDirect) to help ensure that current and future generations have access to our collective digital heritage. Our values are expressed in our organizational byline, "Committed to our digital future." [Less]
Posted over 11 years ago by carol
Winchester, MA  The Fedora 4 team is proud to announce the fifth Alpha release of Fedora 4. In the continuing effort to provide rapid access to the quickly growing Fedora 4 feature set, this Alpha release is one of several leading up to the ... [More] feature-complete Fedora 4 Beta release in June. Available from the GitHub release [1] Fedora 4 Alpha 5 "One-Click Run" [2] Fedora 4 Alpha 5 web application [3] Fedora 4 Alpha 5 web application with authorization [4] Fedora 4 Alpha 5 JMS indexer webapp [5] Features Versioning This release enhanced the object and datastream versioning capability [6] in two fundamental ways. Specifically, whereas the creation of new versions was previously supported, this release added the logical corollary capability of rolling back to or reverting [7] to a previous version. Also, the deletion [8] of previous versions is now supported. Triplestore While the internal search index within Fedora 4 natively supports the ability to reindex on startup, the recommended pattern [9] for exposing a search experience to repository users did not support the ability to reindex the external Solr or triplestore indices prior to this release. This release introduced an HTTP endpoint [10] for triggering the reindex of external indices for: the entire repository a tree of resources within the repository, or a single repository resource Beyond reindexing, this release also demonstrated the configuration [11] where there are more than one Fedora 4 repositories all feeding events into a single external triplestore. Linked data In the on-going effort to expose repository resources in a standardized, linked-data friendly manner, Fedora 4 continues to keep in step with the maturing Linked Data Platform (LDP) draft specification [12]. Support for appropriate HTTP request headers which allow the user to indicate a preference for the comprehensiveness of triples found in responses was added. Likewise, appropriate HTTP response headers were added that specify paging [13] information and relationships between parent and child resources in an LDP fashion. Performance Tests were performed this release focused on the determination of whether there is an impact on object creation speeds with the increase in the number of child resources (object or datastream) under a single parent resource. These tests were run with multiple backend storage configurations to additionally assess what, if any, factor the storage backend plays into performance trends. Thirty thousand objects (first with 1 KB datastreams, then with 2 MB datastreams) were created at the top level of the repository and individually timed using the following backends: LevelDB RAM File Although a slight up-tick in per object slowdown was indicated during the 2-MB tests, the trend was not absolutely conclusive. Further tests will be repeated with a greater number of objects. The test results can be found on the wiki [14]. Test Coverage Having a comprehensive suite of unit and integration tests affords the Fedora 4 code-base with greater resilience to rippling bugs, demonstrations of expected usage patterns of the APIs and components, as well as enables architectural refactoring to occur with less risk. A focus of this release was to increase our test coverage [15]. The following are the code coverage statistics at the end of this release. Unit tests: 73.1% Integration tests: 71.7% Overall coverage: 86.0% Housekeeping Several feature enhancements and bugs were addressed during this release. Bug fixes and application polishing included: Added resource locking [16] for concurrent requests on same resource(s) Locking is available at single node and hierarchy tree levels Enhanced pluggability of external/internal identifier mappings Created a utility [17] for uploading a sample dataset to a running Fedora 4 repository Updated jms-indexer-pluggable integration tests to deploy Fedora webapp in addition to triplestore and indexer webapp Enhanced REST-API to return timestamp when creating objects and datastreams Improved HTTP caching headers Corrected multiple HTTP response codes Fixed authorization bug which prevented users with both reader and writer roles from reading a resource Fixed benchtool bug which prevented an equal number of HTTP client threads from being created to support the "num threads" option References [1]  https://github.com/futures/fcrepo4/releases/tag/fcrepo-4.0.0-alpha-5 [2]  https://github.com/futures/fcrepo4/releases/download/fcrepo-4.0.0-alpha-5/fcrepo-webapp-4.0.0-alpha-5-jetty-console.war [3]  https://github.com/futures/fcrepo4/releases/download/fcrepo-4.0.0-alpha-5/fcrepo-webapp-4.0.0-alpha-5.war [4]  https://github.com/futures/fcrepo4/releases/download/fcrepo-4.0.0-alpha-5/fcrepo-webapp-4.0.0-alpha-5-auth.war [5]  https://github.com/futures/fcrepo-jms-indexer-pluggable/releases/download/fcrepo-jms-indexer-pluggable-4.0.0-alpha-5/fcrepo-jms-indexer-webapp-4.0.0-alpha-5.war [6]  https://wiki.duraspace.org/display/FF/Versioning [7]  https://wiki.duraspace.org/display/FF/RESTful+HTTP+API+-+Versioning#RESTfulHTTPAPI-Versioning-revert [8]  https://wiki.duraspace.org/display/FF/RESTful+HTTP+API+-+Versioning#RESTfulHTTPAPI-Versioning-delete [9]  https://wiki.duraspace.org/display/FF/External+Triplestore [10] https://wiki.duraspace.org/display/FF/Indexer+Configuration#IndexerConfiguration-reindex [11] https://wiki.duraspace.org/display/FF/Indexer+Configuration#IndexerConfiguration-multi [12] http://www.w3.org/TR/2014/WD-ldp-20140311/ [13] https://dvcs.w3.org/hg/ldpwg/raw-file/default/ldp-paging.html [14] https://wiki.duraspace.org/display/FF/Flat+Hierarchies+Testing [15] http://sonar.fcrepo.org/dashboard/index/1 [16] https://wiki.duraspace.org/display/FF/Locking [17] https://github.com/futures/fcrepo-sample-dataset [Less]
Posted over 11 years ago by carol
Winchester, MA  The Fedora team has concluded the fourteenth sprint within the "Beta Phase" of Fedora4 development. The work of this and each sprint is planned and completed thanks to the contributions of Fedora stakeholder institutions which ... [More] allocate developer time. If you would like to be involved with Fedora4 development, please send an email to Andrew Woods [email protected], or to [email protected]. If you have comments on the work from this sprint, please also send an email or comment directly on the wiki. Read the the Sprint B14 summary: https://wiki.duraspace.org/display/FF/Sprint+B14+Summary About Sprint 14, Beta Phase Development Team Kevin S. Clarke - University of California, Los Angeles Michael Durbin - University of Virginia Esme Cowles - University of California, San Diego Longshou Situ - University of California, San Diego Chris Beer - Stanford University Sprint Themes 1) Versioning This sprint enhanced the object and datastream versioning capability [1] in two fundamental ways. Specifically, whereas the creation of new versions was previously supported, this sprint added the logical corollary capability of rolling back to or reverting [2] to a previous version. Also, the deletion [3] of previous versions is now supported. 2) Triplestore While the internal search index within Fedora 4 natively supports the ability to reindex on startup, the recommended pattern [4] for exposing a search experience to repository users did not support the ability to reindex the external Solr or triplestore indices prior to this sprint. This sprint introduced an HTTP endpoint [5] for triggering the reindex of external indices for: • the entire repository • a tree of resources within the repository, or • a single repository resource Beyond reindexing, this sprint also demonstrated the configuration [6] where there are more than one Fedora 4 repositories all feeding events into a single external triplestore. 3) Linked data In the on-going effort to expose repository resources in a standardized, linked-data friendly manner, Fedora 4 continues to keep in step with the maturing Linked Data Platform (LDP) draft specification [7]. Support for appropriate HTTP request headers which allow the user to indicate a preference for the comprehensiveness of triples found in responses was added. Likewise, appropriate HTTP response headers were added that specify paging [8] information and relationships between parent and child resources in an LDP fashion. 4) Performance Tests were performed this sprint focused on the determination of whether there is an impact on object creation speeds with the increase in the number of child resources (object or datastream) under a single parent resource. These tests were run with multiple backend storage configurations to additionally assess what, if any, factor the storage backend plays into performance trends. Thirty thousand objects (first with 1 KB datastreams, then with 2 MB datastreams) were created at the top level of the repository and individually timed using the following backends: • LevelDB • RAM • File Although a slight up-tick in per object slowdown was indicated during the 2-MB tests, the trend was not absolutely conclusive. Further tests will be repeated with a greater number of objects. The test results can be found on the wiki [9]. 5) Test Coverage Unit and Integration test coverage [10] is a vital factor in maintaining a healthy code base. The following are the code coverage statistics at the end of this sprint, and the change from the previous sprint. • Unit tests: 73.1% (up 0.9%) • Integration tests: 71.7% (up 0.2%) • Overall coverage: 86.0% (up 0.7%) 6) House-Keeping Several feature enhancements and bugs were addressed during this sprint. Bug fixes and application polishing included: • Added resource locking [11] for concurrent requests on same resource(s) ** Locking is available at single node and hierarchy tree levels • Enhanced pluggability of external/internal identifier mappings • Created a utility [12] for uploading a sample dataset to a running Fedora 4 repository • Updated jms-indexer-pluggable integration tests to deploy Fedora webapp in addition to triplestore and indexer webapp • Enhanced REST-API to return timestamp when creating objects and datastreams • Improved HTTP caching headers • Corrected multiple HTTP response codes • Fixed authorization bug which prevented users with both reader and writer roles from reading a resource • Fixed benchtool bug which prevented an equal number of HTTP client threads from being created to support the "num threads" option 7) Developer Capacity For the short and long-term health of Fedora development, the committer base must continue to expand. This sprint witnessed the addition of two new developers, one from each of the University of California, Los Angeles and the University of California, San Diego. References [1]  https://wiki.duraspace.org/display/FF/Versioning [2] https://wiki.duraspace.org/display/FF/RESTful+HTTP+API+-+Versioning#RESTfulHTTPAPI-Versioning-revert [3]  https://wiki.duraspace.org/display/FF/RESTful+HTTP+API+-+Versioning#RESTfulHTTPAPI-Versioning-delete [4] https://wiki.duraspace.org/display/FF/External+Triplestore [5] https://wiki.duraspace.org/display/FF/Indexer+Configuration#IndexerConfiguration-reindex [6] https://wiki.duraspace.org/display/FF/Indexer+Configuration#IndexerConfiguration-multi  [7]  http://www.w3.org/TR/2014/WD-ldp-20140311/ [8]  https://dvcs.w3.org/hg/ldpwg/raw-file/default/ldp-paging.html [9]  https://wiki.duraspace.org/display/FF/Flat+Hierarchies+Testing [10] http://sonar.fcrepo.org/dashboard/index/1 [11] https://wiki.duraspace.org/display/FF/Locking [12] https://github.com/futures/fcrepo-sample-dataset   [Less]
Posted over 11 years ago by carol
From Bram Luyten, @mire Belgium, Heverlee  @mire is proud to announce the first public beta release for Mirage 2. Backed by an enthusiastic community of early adopters, this release represents an important milestone in the development of the theme. ... [More] Mirage 2 offers a new user experience for the DSpace XMLUI. The theme is built on modern web technologies including Bootstrap, SASS/Compass and Grunt. The result is a fresh look, improved support for mobile and tablet devices and a range of optimizations behind the scenes. The customization potential that comes with Mirage 2 is illustrated below. On the left you can see what Mirage 2 looks like when it almost exclusively relies on standard Bootstrap CSS definitions. The screenshot on the right shows how Mirage 2 can be customized. In this particular example, the colour scheme was aligned with the traditional Mirage look. The current Mirage 2 release status is beta. The theme has yet to be finalized and contributed prior to becoming part of the official DSpace code distribution. The current interface of the World Bank Open Knowledge Repository served as the basis of Mirage 2. Several members of the Mirage 2 early adopter community are preparing their own production roll-outs of Mirage 2 based interfaces. Download Mirage 2 Beta 1 [Less]
Posted over 11 years ago by carol
From Bram Luyten, @mire Belgium, Heverlee  @mire is proud to announce the first public beta release for Mirage 2. Backed by an enthusiastic community of early adopters, this release represents an important milestone in the development of the theme. ... [More] Mirage 2 offers a new user experience for the DSpace XMLUI. The theme is built on modern web technologies including Bootstrap, SASS/Compass and Grunt. The result is a fresh look, improved support for mobile and tablet devices and a range of optimizations behind the scenes. The customization potential that comes with Mirage 2 is illustrated below. On the left you can see what Mirage 2 looks like when it almost exclusively relies on standard Bootstrap CSS definitions. The screenshot on the right shows how Mirage 2 can be customized. In this particular example, the colour scheme was aligned with the traditional Mirage look. The current Mirage 2 release status is beta. The theme has yet to be finalized and contributed prior to becoming part of the official DSpace code distribution. The current interface of the World Bank Open Knowledge Repository served as the basis of Mirage 2. Several members of the Mirage 2 early adopter community are preparing their own production roll-outs of Mirage 2 based interfaces. Download Mirage 2 Beta 1 [Less]
Posted over 11 years ago by carol
From Michele Mennielli, Cineca Bologna, Italy On April 10, 2014 Cineca organized an event to present its new CRIS (Current Research Information System) Solution: IRIS, Institutional Research Information System.  Nearly 200 representatives from ... [More] more than 50 Italian Universities who will begin using IRIS in the coming year were in attendance. IRIS is of particular interest to the DSpace Community because the system uses DSpace to manage its publications' module and DSpace-CRIS as public frontend for all the entities managed by the CRIS. This means that with Cineca's support more than half of Italian Universities will become familiar with DSpace in the very near future. The Italian Consortium has also signed a collaboration agreement with the National Institute of Education (NIE) of Singapore to update their DSpace Repository to the latest version.   [Less]
Posted over 11 years ago by carol
From Michele Mennielli, Cineca Bologna, Italy On April 10, 2014 Cineca organized an event to present its new CRIS (Current Research Information System) Solution: IRIS, Institutional Research Information System.  Nearly 200 representatives from ... [More] more than 50 Italian Universities who will begin using IRIS in the coming year were in attendance. IRIS is of particular interest to the DSpace Community because the system uses DSpace to manage its publications' module and DSpace-CRIS as public frontend for all the entities managed by the CRIS. This means that with Cineca's support more than half of Italian Universities will become familiar with DSpace in the very near future. The Italian Consortium has also signed a collaboration agreement with the National Institute of Education (NIE) of Singapore to update their DSpace Repository to the latest version.   [Less]
Posted over 11 years ago by carol
“DSpaceDirect Details” is an ongoing series of blog posts relating key features of the only low-cost hosted repository solution for discovery, access, and archiving, to common institutional repository requirements. Winchester, MA  Backing up ... [More] repository content paves the way for creating permanent access to valuable digital assets. Establishing a DSpaceDirect repository provides you with an out-of-the-box solution plus an automatic backup copy of all your repository content. Because DSpaceDirect is a hosted service this means that the first step toward ensuring that the contents of your repository will be available into the future—automatic back-up—is done for you. This is possible because DSpaceDirect is integrated with the DuraCloud service which provides DSpaceDirect users with a back-up copy of their content. In addition, DuraCloud performs regular health checks on stored content that are necessary to detect if content has experienced integrity issues as it has been stored in the cloud. This process ensures that a file remains the same over time. Content stored in DuraCloud can also be easily recovered through the DSpace administrative interface at any time whether it is single files or multiple collections. This added feature provides an extra level of protection in DSpaceDirect against accidental content changes or deletions. These features, including integration with DuraCloud and an automatic backup copy of your content, are included in a standard annual subscription to DSpaceDirect. ABOUT DSPACEDIRECT DSpaceDirect is the only hosted repository solution for low-cost discovery, access, archiving, and preservation from DuraSpace (http://duraspace.org), an independent 501(c)(3) not-for-profit organization. DSpaceDirect is available with convenient features that include fast start-up, you-pick customization, no-cost upgrades, content preservation options, anytime data access and all-the-time data control–all at a price that puts solutions for long-term access to digital scholarly assets within reach of institutions of any size. • Get DSpaceDirect details: http://dspacedirect.org/benefits • DSpaceDirect pricing page: http://dspacedirect.org/pricing • Get a DSpaceDirect quote right away: http://dspacedirect.org/inquiry   [Less]