CrossRef / rest-api-doc

Documentation for Crossref's REST API. For questions or suggestions, see https://community.crossref.org/
Other
721 stars 270 forks source link

Question, not about sexology... #538

Closed user1718 closed 3 years ago

user1718 commented 3 years ago

I've been using CrossRef to match up publications with authors who use our editing services... mostly to say "Hey, congrats, you're published"... I found some problems when I send over a weird author list in the query (e.g., it has orphaned numerals or parentheticals with affiliation footnotes) Long story short, if I use this regex ([(][0-9#\/,]+))|([0-9#*]+) it cleans up the author list and makes for much closer matching.

I don't know if that's helpful- but I did have a question about referenced-by-count and if there's a way to get the list of citations to a publication?

Apologies if this isn't entirely on-point as an issue.

ppolischuk commented 3 years ago

The list of citations to a publication is only available for members' own registered content if they also include references with their deposits. More details can be found here. https://www.crossref.org/services/cited-by/

user1718 commented 3 years ago

Thanks!