metacran / metacranweb

Web pages for metacran
http://www.r-pkg.org
13 stars 6 forks source link

Properly display ORCIDs from author lists #94

Closed nuest closed 5 years ago

nuest commented 6 years ago

CRAN now displays a package author ORCID when provided in person(..., comment = "https://orcid.."):

image

METACRAN does not, see for example sf: https://www.r-pkg.org/pkg/sf

image

The guidelines how to embed the ORCIDs are at https://orcid.org/trademark-and-id-display-guidelines

@gaborcsardi PR welcome for this?

gaborcsardi commented 6 years ago

PR is welcome indeed, but I am afraid that it is harder than you think.

nuest commented 6 years ago

I have integrated the following design in #96

image

The template code is not good to read, because everything is one one line to avoid whitespace before the ,. Is there a way to fix that?

We could also format authors as an HTML list.

maelle commented 5 years ago

I see in the PR that ORCID IDs are now displayed, this is awesome, :clap: to both of you!

I'll add a mention of this in my tech note https://github.com/ropensci/roweb2/pull/286 (and I also saw pkgdown displays them too btw)