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

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. How much are DOIs used in Reddit?

APIsCommunityCrossrefMeetingsMetadataInformatikEnglisch
Veröffentlicht

Oktoberfest is in full swing and that makes me think that it’s almost Frankfurt Book Fair time again! This year in addition to individual meetings we’ll have scheduled flash presentations on our booth, M91 in Hall 4.2 . These short (10-minute) presentations are great for anyone wanting a quick intro to what Crossref is all about.

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 interest group can play in promoting industry collaboration and emerging standards.

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. 230 publishers already include ORCID iDs in their metadata deposits with us, and currently there are 248,000 DOIs that include ORCID iDs.

Annual MeetingCommunityCrossrefMeetingsMember BriefingInformatikEnglisch
Veröffentlicht
Autor April Ondis

We’d like to invite the scholarly publishing community to get together in Boston this November with the Crossref Annual Meeting as a rally point. This is the event we hold just once a year to get the whole team under one roof, host a lively discussion with the leading voices in scholarly communications, present technical workshops, and offer you the chance to get hands’ on with our latest metadata services.

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.

CrossmarkCrossrefMetadataOpen Funder RegistryInformatikEnglisch
Veröffentlicht

Crossref’s funding data initiative (FundRef) encourages publishers to deposit information about the funding sources of authors’ research as acknowledged in their papers. The funding data comprises funder name and identifier, and grant number or numbers. Funding data can be deposited on its own or with the rest of the metadata for an item of content.

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.