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

ID based search for JSTOR #336

Closed
wants to merge 4 commits into from
Closed
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions en/collect/add-entry-using-an-id.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ The [International Association for Cryptologic Research](https://www.iacr.org/)

ID search is carried out using the Cryptology ePrint ID.

### JSTOR

Jstor is a digital library of academic content in many disciplines.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You could take the same description of Jstor as in https://docs.jabref.org/collect/import-using-online-bibliographic-database

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please, put the 2 sentences in different paragraphs, so as to reproduce the layout used for the other search engines.

ID search is carried out using either the [stable url](https://support.jstor.org/hc/en-us/articles/115004872507-Citation-Management-Permanently-Linking-to-Content-on-JSTOR) or a DOI.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please, clarify what is the "stable url" compared to DOI: [Jstor stable url].

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The stable url is basically the same as a doi.

Some stable urls only contain the doi(http://www.jstor.org/stable/10.1086/501484 for example)
while most use a common prefix(https://www.jstor.org/stable/90002164 = 10.2307/90002164)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In this help section, that would be too much information. I suggest : "ID search is carried out using either the Jstor stable url or the DOI."

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Which is what if have written.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Almost 😉 : I recommended [stable jstor url]. Plus "the" or "a" for both.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh, you are correct, fixed.



### Library of congress

The Library of Congress is the research library that officially serves the United States Congress and is the _de facto_ national library of the United States \([wikipedia](https://en.wikipedia.org/wiki/Library_of_Congress)\).
Expand Down