Hello,
I have just downloaded the data from the bulk package of April '23 and am getting my first look at the metadata. I have an example which I am working on, which has the following value for the “URL” field: “doi.org/10.1080/09603100010014041”
The “reference” field is an array to the various references, and many of these look like this:
{
“key” : “CIT0001”,
“doi-asserted-by” : “publisher”,
“DOI” : “10.1080/07350015.1989.10509739”
}
So I am assuming that, using the DOI, I would thus be able to relate the reference with the publication being referenced. However, there are some references which are less precise, for example:
{
“key” : “CIT0010”,
“series-title” : “SSRJ Working Paper, 8762”,
“volume-title” : “A test for independence based on the correlation dimension”,
“author” : “Brock A.”,
“year” : “1987”
}
Connecting to the original article in this case might be a bit more difficult… And worse still, some references look like this, without a title and with only one of the authors:
{
“key” : “CIT0019”,
“first-page” : “5”,
“volume” : “17”,
“author” : “French K. R.”,
“year” : “1986”,
“journal-title” : “Journal of Finance”
}
So my question is: how do people usually go about linking refenrces to publications when no unique identifier is available? Is the key CIT0019 useful in any way or is this just local to the current reference? Is an attempt at locating the article via the [volume, author, year, journal title …] doomed to fail? Or is it just that the example I grabbed is incomplete, in which case I wonder if there is a way to flag this to someone?
So far, I have stumbled on this question (on Tagging data citations in a journal article reference list) and this post (on Data Citation: what and how for publishers - Crossref), but it seems this has more to do with how the data is entered than how to relate two publications together…
Thanks for your help, Stephane.