63 questions
-3
votes
1
answer
90
views
Make a regular expression considering the conditions
I'm very bad at regular expressions and don't really understand them. But I want to make my code work great! I have a task to get all the DOI from a large text, but immediately there are problems, ...
0
votes
0
answers
44
views
Appending to bibliographic collection in OpenalexR
I would like to combine two bibliographic collections that I have downloaded with openalexR, by appending the second to the first.
In my minimal example, I download only one work for each collection ...
1
vote
1
answer
56
views
How to download XLSX file from DOI link?
I want to download two files automatically from Python for a reproducible statistical analysis.
These links
https://doi.org/10.1371/journal.pone.0282068.s001
https://doi.org/10.1371/journal.pone....
1
vote
1
answer
113
views
Download record type from DOIs with Rcrossref
I hava a set of DOIs and would like to download a vector with the publication types per DOI (e.g. Journal article, book, monograph,...) with help of the crossref api and the rcrossref package.
I tried ...
1
vote
0
answers
76
views
LinkML schemata for DOI registration?
At https://www.crossref.org/xml-samples/ there are some examples for XML and Json Files that if i understand right are needed to register DOIs for certain items.
I'd love to know whether there is ...
1
vote
1
answer
2k
views
How to download all files related to a publication from figshare, based on the doi number?
I want to fetch the whole db of a publication from FigShare, possibly using a script.
But could not find how to get the url of the files associate to the DOI citation of the publication.
How to do ...
2
votes
0
answers
193
views
How to fetch the citation history of an articles using its DOIs in R?
I was wondering if it is possible to extract the citation history of articles using DOIs. I found the package scholar is helpful for getting the citation history of an individual from Google Scholar.
...
-2
votes
1
answer
613
views
Extract doi (digital object identifier) from text [closed]
I have a text block, and thousands more, that contains references to some studies. One of the samples looks as:
txt = '<div>1. <em>Nationella riktlinjer för rörelseorganens sjukdomar</...
0
votes
1
answer
141
views
What are other options available to generate DOIs without using extensions in CKAN?
Well, I would like to know if there is any other options that I can use to generate DOIs for all or newly created datasets in CKAN if I am not using ckanext-doi extension. Can someone try to explain ...
-1
votes
1
answer
190
views
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 ...
1
vote
1
answer
709
views
Regex Match on String (DOI)
Hi I'm struggling to understand why my Regex isn't working.
I have URL's that have DOI's on them like so:
https://link.springer.com/10.1007/s00737-021-01116-5
https://journals.sagepub.com/doi/pdf/10....
0
votes
1
answer
776
views
Given a DOI of an article, how can I get the domain name using python?
I am given the DOI address of an article, for example: 'https://doi.org/10.1093/qje/qjr041' How can I get the corresponding domain-specific URL or domain name ('https://academic.oup.com/') from that ...
0
votes
0
answers
1k
views
'extract_doi' is not an exported object from 'namespace:impactr'
I want to install the package impactr from github. Following the guideline stated by the package developer (https://rdrr.io/github/kamclean/impactr/f/vignettes/vignette_2_extract.Rmd), I repeatedly ...
1
vote
1
answer
49
views
extract the identical beginning parts of multiple strings
I have multiple strings (so-called DOIs) like this:
doi1 <- "10.1057/bp.2009.9"
doi2 <- "10.1057/bp.2015.4"
doi3 <- "10.1057/bp.2008.12"
How do I best extract ...
2
votes
1
answer
573
views
CrossRef Rest API with Zenodo DOI
Is it possible to get the metadata of a publication in Zenodo using the CrossRef Rest API?
For instance, calling https://api.crossref.org/works/10.5281/zenodo.2594632 returns SyntaxError: JSON.parse: ...