Skip to main content
-3 votes
1 answer
90 views

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, ...
palka tt's user avatar
0 votes
0 answers
44 views

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 ...
Richard Heidler's user avatar
1 vote
1 answer
56 views

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....
Galen's user avatar
  • 1,394
1 vote
1 answer
113 views

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 ...
Richard Heidler's user avatar
1 vote
0 answers
76 views

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 ...
Wolfgang Fahl's user avatar
1 vote
1 answer
2k views

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 ...
user305883's user avatar
  • 1,739
2 votes
0 answers
193 views

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. ...
iGada's user avatar
  • 643
-2 votes
1 answer
613 views

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</...
Vai's user avatar
  • 189
0 votes
1 answer
141 views

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 ...
Namwanza Ronald's user avatar
-1 votes
1 answer
190 views

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 ...
Noushin's user avatar
1 vote
1 answer
709 views

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....
Moon Nectar's user avatar
0 votes
1 answer
776 views

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 ...
suptagni's user avatar
0 votes
0 answers
1k views

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 ...
iGada's user avatar
  • 643
1 vote
1 answer
49 views

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 ...
anpami's user avatar
  • 928
2 votes
1 answer
573 views

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: ...
Gorka's user avatar
  • 2,089

15 30 50 per page
1
2 3 4 5