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

Submission process changes #62

Closed
sebdeleze opened this issue Apr 21, 2020 · 6 comments
Closed

Submission process changes #62

sebdeleze opened this issue Apr 21, 2020 · 6 comments

Comments

@sebdeleze
Copy link
Contributor

  • Classification is not mandatory.
  • Publication date can be only a year.
  • Document date can be a year or a full date.
  • Affiliations can be empty.
  • Check list of document types.
@sebdeleze
Copy link
Contributor Author

sebdeleze commented May 11, 2020

Full list of document types is implemented in PR rero/sonar#206.

@sebdeleze
Copy link
Contributor Author

@pronguen In my last comment, I wrote:

  • Publication date can be only a year

But I don't remember why.. That means property numberingYear of field publication could be a year or a full date? Sorry..

@pronguen
Copy link
Contributor

The field numberingYear is structured in RERO DOC (even if it is not constrained). It is used only to situate an article inside a journal. See example below, subfield "g". Typically, value "Mai" will be lost, because it was entered incorrectly...

<datafield tag="773" ind1=" " ind2=" ">
<subfield code="c">Université de Neuchâtel / Faculté de droit</subfield>
<subfield code="t">http://www.rcassurances.ch/</subfield>
<subfield code="g">2020//Mai/1-9</subfield>
<subfield code="d">Université de Neuchâtel / Faculté de droit</subfield>
</datafield>

@sebdeleze
Copy link
Contributor Author

Ok, I understand, but the question is: Users can provide a full date for this field, that becomes something like this for the first part of 773$g?:

<datafield tag="773" ind1=" " ind2=" ">
<subfield code="c">Université de Neuchâtel / Faculté de droit</subfield>
<subfield code="t">http://www.rcassurances.ch/</subfield>
<subfield code="g">2020-01-01///1-9</subfield>
<subfield code="d">Université de Neuchâtel / Faculté de droit</subfield>
</datafield>

@pronguen
Copy link
Contributor

Since there is already a field "Document date" (provisionActivity > startDate), it is not useful to enter the full date again in numberingYear. What is more, numberingYear is used to sort all articles inside a journal, by year/volume/issue/page. The precise date is not wanted.

@sebdeleze
Copy link
Contributor Author

👍 Thanks!

sebdeleze pushed a commit to rero/sonar that referenced this issue Jun 3, 2020
* Removes `classification` from the required fields.
* Adds the possibility to fill a full date for document date field.
* Renames `title` property for publication.
* Removes `pages` from required fields in publication.
* Hides or shows publication depending on document type.
* Adds a placeholder for `pages` property in publications.
* Adds a placeholder for document date.
* Removes `affiliation` from required fields in contributors.
* Closes #rero/sonar-ui#62.
* Closes #rero/sonar-ui#68.

Co-Authored-by: Sébastien Délèze <[email protected]>
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

2 participants