psu-libraries / scholarsphere

Penn State's next generation institutional repository
MIT License
12 stars 6 forks source link

Create a New Work Type and Pathway for Instruments #1586

Open ajkiessl opened 2 weeks ago

ajkiessl commented 2 weeks ago

Description: Develop a new work type and pathway specifically for instruments.

Requirements:

  1. Create a New Work Type: Instrument: Add a new work type labeled "Instrument" to the system, accommodating the specific metadata requirements for instruments.

  2. Develop a Dedicated Pathway for Instrument Work Type Metadata Fields for Instrument Work Type (Mapped to DataCite Schema)

Identifier The DOI that you are going to create. Add as DataCite property Identifier with identifierType=DOI.

Name The name by which this instrument is known. Add as DataCite property Title. Owner The organization or individual that manages the instrument. Add as DataCite property Contributor with contributorType=HostingInstitution. Consider also to add an identifier for the owner in the nameIdentifier subproperty of Contributor. Manufacturer The organization or individual that built the instrument. Add as DataCite property Creator. Consider also to add an identifier for the manufacturer in the nameIdentifier subproperty of Creator. Model The name of the model or type of the instrument. As of this writing, the DataCite Schema has no specific property for that. The mapping provided by DataCite suggest to add it as a Description with descriptionType=TechnicalInfo, see note below. Description A textual description of the device and its capabilities. Add as DataCite property Description with descriptionType=Abstract. InstrumentType A classification of the type of the instrument. As of this writing, the DataCite Schema has no specific property for that. The mapping provided by DataCite suggest to add it as a Description with descriptionType=TechnicalInfo, see note below. An alternative might be to add it as keywords providing such a classification in the Subject property. The latter might be particularly useful if the instrument type is using terms from a controlled vocabulary, as Subject allows to link those terms using the subjectScheme, schemeURI, and valueURI subproperties. MeasuredVariable The variables or physical properties that the instrument measures or observes. As of this writing, the DataCite Schema has no specific property for that. The mapping provided by DataCite suggest to add it as a Description with descriptionType=TechnicalInfo, see note below. Date Relevant events pertaining to this instrument instance. Add as DataCite property Date. Use dateType=Available to indicate the date that the instrument is or was in operation. Use a single date if the instrument is still in operation, to indicate a start date. Use a date interval to indicate a start and an end date, if the instrument has already been decommissioned. RelatedIdentifier This can be used to establish links to related resources. The DataCite Schema has a property with the same name, having very similar subproperties and semantics as the PIDINST Schema. AlternateIdentifier To be used if this instrument is also registered elsewhere. Add as DataCite property AlternateIdentifier. Use alternateIdentifierType=SerialNumber for a serial number attributed by the manufacturer. Use alternateIdentifierType=InventoryNumber for an inventory number used by the owner. Publisher Set to ScholarSphere PublicationYear Mandatory in the DataCite Schema. Set it to the year of issuing the DOI. ResourceType

FundingReference Optional. Acknowledgement of external funding that supported the purchase or creation of the instrument.

Smullz622 commented 1 week ago

@bdezray do we want to allow the following for instruments that are currently only for data & code:

resolution was to display citation and request doi minting but do not request curation

Smullz622 commented 1 week ago

@bdezray the following are the current common fields. Most aren't on this list however. Do they still apply?

    description
    published_date
    subtitle
    keyword
    publisher
    related_url
    subject
    language

_Response was that all but subject and language are relevant. However, publisher should be set automatically as Scholarsphere and not be editable. Waiting to hear whether related_url should be it's own field or repurpose as related_identifier or alternativeidentifier