InformatikEnglischHugo

Crossref Blog

Crossref Blog
Recent content in Blog on Crossref
StartseiteAtom-Feed
language
CrossrefOpen AccessWebinarsInformatikEnglisch
Veröffentlicht
Autor April Ondis

Register for our webinar to learn best practices for depositing metadata and ways to help with the dissemination and discoverability of OA content. New Crossref services are being developed that have particular application to OA publishers. Did you know that our upcoming DOI Event Tracker service was inspired by a group of OASPA publishers asking if there was a way to centrally support the gathering of data

Annual MeetingCommunityCrossrefMeetingsInformatikEnglisch
Veröffentlicht
Autor April Ondis

Curious about who will be speaking at Crossref’s Annual Meeting this year? We have a flock of scholarly communications talent gathering at the Taj Hotel in Boston from November 17-18, 2015.

CrossrefEvent DataIdentifiersR&DInformatikEnglisch
Veröffentlicht
Autor Joe Wass

Skimming the headlines on Hacker News yesterday morning, I noticed something exciting. A dump of all the submissions to Reddit since 2006. “How many of those are DOIs?”, I thought. Reddit is a very broad community, but has some very interesting parts, including some great science communication.

CollaborationCrossrefMeetingsStandardsTaxonomiesInformatikEnglisch
Veröffentlicht

The Taxonomies Interest Group would like to invite Crossref members to an informal drop-in at the Frankfurt Book Fair: 4-5pm on Wednesday 14th October at the TEMIS booth H76 The group would like to discuss how different publishers use their taxonomies for content enrichment and to explore the role that the Crossref

CrossrefMetadataORCIDResearch NexusInformatikEnglisch
Veröffentlicht

In the next few weeks, authors with an ORCID iD will be able to have Crossref automatically push information about their published work to their ORCID record. It’s something that ORCID users have been asking for and we’re pleased to be the first to develop the integration.

CollaborationCrossrefDataEvent DataIdentifiersInformatikEnglisch
Veröffentlicht

Publishers, researchers, funders, institutions and technology providers are all interested in better understanding how scholarly research is used. Scholarly content has always been discussed by scholars outside the formal literature and by others beyond the academic community. We need a way to monitor and distribute this valuable information.

CrossrefIdentifiersProgrammingInformatikEnglisch
Veröffentlicht

We regularly see developers using regular expressions to validate or scrape for DOIs. For modern Crossref DOIs the regular expression is short /^10.\d{4,9}/[-._;()/:A-Z0-9]+$/i For the 74.9M DOIs we have seen this matches 74.4M of them. If you need to use only one pattern then use this one.