Skip to content
This repository was archived by the owner on Nov 13, 2019. It is now read-only.

Releases: DataConservancy/dcs-packaging-osf

OSF Packaging Tool 1.1.2

27 Jul 18:13

Choose a tag to compare

Open Science Framework Packaging Tool

Provides a command line interface for exporting Projects and Registrations from the OSF by exercising the OSF v2 JSON API.

Version 1.1.2 may be downloaded here.

The resulting package is a Bag containing linked data representations of the content exported from the OSF. The Bag conforms to the Data Conservancy packaging specification.

Because the bag conforms to the DC package specification, it may be ingested into Fedora 4 using the Data Conservancy Package Ingest Service.

Requirements

  • Java 8

Unknown Issues

  • Many

Changes since 1.1.1

  • Identifiers for Registrations are now included in produced packages (#19)
  • Workaround for the presence of a new field date_created, accommodating changes to the OSF model. (#32)
  • Registration metadata type was changed to a List to accommodating changes to the OSF model. (#2)

OSF Packaging Tool 1.1.1

13 Feb 13:49

Choose a tag to compare

Open Science Framework Packaging Tool

Provides a command line interface for exporting Projects and Registrations from the OSF by exercising the OSF v2 JSON API.

Version 1.1.1 may be downloaded here.

The resulting package is a Bag containing linked data representations of the content exported from the OSF. The Bag conforms to the Data Conservancy packaging specification.

Because the bag conforms to the DC package specification, it may be ingested into Fedora 4 using the Data Conservancy Package Ingest Service.

Requirements

  • Java 8

Unknown Issues

  • Many

Changes since 1.1.0

  • Resolved a major bug preventing the CLI from working
  • CLI command-line options name and output are no longer required, and may be derived from the OSF Registration URL automatically
  • CLI automatically creates the output directory if it doesn't exist

OSF Packaging Tool 1.1.0

08 Feb 17:42

Choose a tag to compare

Open Science Framework Packaging Tool

Provides a command line interface for exporting Projects and Registrations from the OSF by exercising the OSF v2 JSON API.

Version 1.1.0 may be downloaded here.

The resulting package is a Bag containing linked data representations of the content exported from the OSF. The Bag conforms to the Data Conservancy packaging specification.

Because the bag conforms to the DC package specification, it may be ingested into Fedora 4 using the Data Conservancy Package Ingest Service.

Requirements

  • Java 8

Unknown Issues

  • Many

Changes since 1.0.1

  • Updated OsfService API (#14)
  • JSON-API pagination support (#13)
  • Uses version 2.2 of the OSF API (#11)