Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get metadata of already created ERC in OJS via the o2r API #26

Open
2 tasks
tomniers opened this issue Nov 21, 2021 · 2 comments
Open
2 tasks

Get metadata of already created ERC in OJS via the o2r API #26

tomniers opened this issue Nov 21, 2021 · 2 comments

Comments

@tomniers
Copy link
Collaborator

tomniers commented Nov 21, 2021

get extracted Metadata an fill out OJS wit these values:
https://o2r.info/api/#operation/get_metadata
GET /api/v1/compendium/:id/metadata
https://o2r.uni-muenster.de/api/v1/compendium/geQfc/metadata
Metadata that can be extracted: https://raw.githubusercontent.com/o2r-project/o2r-meta/master/schema/json/o2r-meta-schema.json

  • Add besides title and abstract further elements which are integrated automatically in OJS
  • Let the user decide in the plugin settings if the user wants to have the automatic metadata fill in activated or not
@tomniers
Copy link
Collaborator Author

5f740d7
Enabled example implementation of requesting metadata from the o2r server. Via pushing a button in the submission process, the user can request metadata for a given ERC (defined by the ERC Id entered by the user in the frontend). This requested metadata is then automatically filled in into the given fields in OJS. This was here exemplary implemented for the title.

Later on the user should be able to decide in the settings and not by a button, if the metadata extracted by the o2r server should be automatically filled in for a newly in OJS created ERC.

@tomniers
Copy link
Collaborator Author

6fa26d7
The metadata requested for a certain compendium which was uploaded during the OJS submission process to the o2r service are automatically integrated into the elements in step 3. of the submission process in OJS. At the moment it is done exemplary for the title and the abstract, further elements can follow. Additionally it should be decidable for the user in the plugin settings if the user wants to have this automatic metadata fill in activated or not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant