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

More information about Journals? #65

Closed
abollini opened this issue Nov 5, 2019 · 6 comments
Closed

More information about Journals? #65

abollini opened this issue Nov 5, 2019 · 6 comments

Comments

@abollini
Copy link
Contributor

abollini commented Nov 5, 2019

Should we allow institution to expose the Journal Acronym? should we put that in the "publication" subtitle?

German institution sometimes have the ZDB ID of the Journal should we add this identifier type?

@joschirr
Copy link
Member

joschirr commented Nov 6, 2019

Should we allow institution to expose the Journal Acronym? should we put that in the "publication" subtitle?

ok, if "publication" element is about the journal

German institution sometimes have the ZDB ID of the Journal should we add this identifier type?

ok, yes.

@jdvorak001
Copy link
Collaborator

Should we allow institution to expose the Journal Acronym? should we put that in the "publication" subtitle?

ok, if "publication" element is about the journal

I'd be a worried about using one field for a slightly different piece of information. Abbreviation is something we are already having with projects, so I adding it here would not be a big issue.

German institution sometimes have the ZDB ID of the Journal should we add this identifier type?

ok, yes.

Yes. Preferably we have a regular expression to check valid values, such as in

<xs:simpleContent>
<xs:restriction base="cfString__Type">
<xs:pattern value="https://orcid\.org/0000-000(1-[5-9]|2-[0-9]|3-[0-4])[0-9]{3}-[0-9]{3}[0-9X]">
<xs:annotation>
<xs:documentation source="https://support.orcid.org/knowledgebase/articles/116780-structure-of-the-orcid-identifier"/>
</xs:annotation>
</xs:pattern>
</xs:restriction>
</xs:simpleContent>

@jdvorak001
Copy link
Collaborator

For the journal abbreviation we can use cfResPublNameAbbrev ("a formal abbreviation system used for service provision").

@jdvorak001
Copy link
Collaborator

The ZDB identifier, see https://www.wikidata.org/wiki/Property:P1042

@jdvorak001 jdvorak001 assigned abollini and jdvorak001 and unassigned abollini and jdvorak001 Nov 21, 2019
@jdvorak001
Copy link
Collaborator

@lremy

lremy pushed a commit to lremy/guidelines-cris-managers that referenced this issue Nov 25, 2019
lremy pushed a commit to lremy/guidelines-cris-managers that referenced this issue Nov 25, 2019
lremy pushed a commit to lremy/guidelines-cris-managers that referenced this issue Nov 25, 2019
lremy pushed a commit to lremy/guidelines-cris-managers that referenced this issue Nov 26, 2019
lremy pushed a commit to lremy/guidelines-cris-managers that referenced this issue Nov 26, 2019
jdvorak001 added a commit that referenced this issue Nov 19, 2020
@jdvorak001
Copy link
Collaborator

This has been handled already, I believe.

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

3 participants