Questions tagged [doi]

Digital object identifier, an international standard for document identification

A DOI name takes the form of a character string divided into two parts, a prefix and a suffix, separated by a slash. The prefix identifies the registrant of the name, and the suffix is chosen by the registrant and identifies the specific object associated with that DOI. Most legal Unicode characters are allowed in these strings, which are interpreted in a case-insensitive manner.

For example, in the DOI name 10.1000/182, the prefix is 10.1000 and the suffix is 182. The "10." part of the prefix identifies the DOI registry, and the characters 1000 in the prefix identify the registrant; in this case the registrant is the International DOI Foundation itself. 182 is the suffix, or item ID, identifying a single object (in this case, the latest version of the DOI Handbook). CrossRef, a major DOI registration agency, once recommended displaying DOI names using a URI scheme (for example, doi:10.1000/182), but this practice has been abandoned in favor of a URL (for example, http://dx.doi.org/10.1000/182). This URL provides the location of an HTTP proxy server which will redirect web accesses to the correct online location of the linked item.

DOI names can identify creative works (such as texts, images, audio or video items, and software) in both electronic and physical forms, performances, and abstract works such as licenses, parties to a transaction, etc. The names can refer to objects at varying levels of detail: thus DOI names can identify a journal, an individual issue of a journal, an individual article in the journal, or a single table in that article. The choice of level of detail is left to the assigner, but in the DOI system it must be declared as part of the metadata that is associated to a DOI name, using a data dictionary based on the indecs Content Model.

66 questions
0
votes
2 answers

Plone: creating and using document tags?

For an academic plone site I am creating, it is desirable to support document tags (see below). There are multiple users for this site, and each user has a (long) list of publications that they alone can add / edit. In its simplest form, a…
user2751530
  • 197
  • 1
  • 2
  • 9
0
votes
1 answer

Property Render Snippet for a Redirected Google Plus Page

I want to post a link, either through the website or through the API for a plus one to a DOI. For those unfamiliar with this, a DOI is a stable link to a publication (see http://www.doi.org/faq.html). When this is entered it redirects you via a…
Dave
  • 2,849
  • 4
  • 28
  • 20
-1
votes
1 answer

Retrieving DOI for a combination of author, title and date/year

I want to retrieve the DOI for a combination of a title, the first author, and the year. I wanted to use the query method, but there is no date or year filed in it. It also does not allow me to use a title. Here is the example article I want to get…
-1
votes
1 answer

Getting a specific number from parsed text

I am new at coding. This code works in two steps. In the first step, user types the name of the article he wants to find. Click on "Research Gate" button. This website gives us DOI number. Then in the second step, we search this DOI number by…
Dartagnan
  • 31
  • 6
-1
votes
2 answers

Javascript match and test returning null to DOI Regex expression

I have been trying to find a way to recognize DOI on an input form to trigger a specific search. I found a DOI regular expression here and when I use it with Match or Test I got 'NULL' and Error as result function checkDOI(string){ …
-2
votes
1 answer

Extract doi (digital object identifier) from text

I have a text block, and thousands more, that contains references to some studies. One of the samples looks as: txt = '
1. Nationella riktlinjer för rörelseorganens sjukdomar (Swedish National Guidelines). 2012, The National Board of…
Vai
  • 149
  • 1
  • 10
1 2 3 4
5