Projects in DataCite Commons
When a DataCite DOI has “Project” as “resourceType”, in combination with “Text” or “Other” as “resourceTypeGeneral” in the metadata, it is recognized as a project and the record will be presented on DataCite Commons in the form of a project dashboard.
Search projects
Use the Works tab in DataCite Commons to search the metadata catalog of all DataCite DOIs in Findable state, including DOIs for projects. To start, enter a search term or query in the search bar at the top of the page.
Project facets
On the search result page, check the “Project” check box in the “Work Type” facets on the left column to see all search term related projects.
The “Work Type” section contains the top 10 most frequent resource types in the result, so it’s possible that “Project” falls out of scope. In this case, use advanced search queries to find DOIs based on the resource type.
OpenSearch query
To find all DOIs registered for projects, use the REST API query parameter “types.resourceType” in combination with “types.resourceTypeGeneral” to define the search. For a full list of parameters, please see the API Reference.
- To find projects with resourceTypeGeneral “Text” or “Other”:
types.resourceTypeGeneral:Other OR types.resourceTypeGeneral:Text AND types.resourceType:Project - Alternatively, use “project” as the resource type parameter in the search query:
https://commons.datacite.org/doi.org?query=*&resource-type=project
Learn more about using boolean operators in search queries.
The project record
The project dashboard page retains the features of the DOI record page of other work types and provides additional features specific to projects.
Download Reports
This feature adds a link to the dashboard, allowing users to download a .csv file containing a list of all Related Works. The list includes descriptions and formatted citations in APA style for up to 200 DOIs associated with the project.
Network Graph
This feature generates a force-directed graph that provides a high-level overview of the different types of works connected to a project and the number of connections between them. The network graph visualizes two-step connections: not only between the project and its related works but also between the related works themselves.
This visualization is based on the metadata of the DOIs of the project and all works linked to it through metadata:
- Connections are captured via the relatedIdentifier metadata of the both the project DOI and the relatedIdentifier metadata of the DOIs of the related works.
- All relation types are captured, not just the citation relation types.
- Works are grouped by resource type – based on the resourceTypeGeneral metadata of each work DOI.
View the example project DOI in DataCite Commons: https://commons.datacite.org/doi.org/10.60581/zaev-6p15
The project DOI is included in the corpus of all works in the graph shown below in the "projects" node.
Related Works List and Connection Type Facets
The Related Works list contains all works that are associated with the project DOI in the metadata, sorted into the following bins (shown as facets in the left column):
Connection Type | Description |
---|---|
All | Works related to the project through RelatedIdentifier metadata with any relationType . |
Citations | Works that cite the project. |
References | Works that the project references. |
Parts | Works that are part of the project. |
Is Part Of | Works that the project is part of. |
Other | Works that are related to the project in a different way. |
Contributions chart
This feature showcases the top contributors to the project and how they contributed to the main types of outputs of the project. The Sankey chart shows two columns: person on the left, work type on the right. It visualizes the number of times each person is associated with each work type.
Acknowledgment
The project dashboard is developed as part of the Implementing FAIR Workflows project funded by the Templeton World Charity Foundation.
This project was made possible through the support of a grant from Templeton World Charity Foundation, Inc. The opinions expressed in this publication are those of the author(s) and do not necessarily reflect the views of Templeton World Charity Foundation, Inc.
Updated 19 days ago