rjournal / rjtools

Tools for AUTHORS to use for checking and submitting articles to the R Journal
https://rjournal.github.io/rjtools/
Other
31 stars 14 forks source link

Better alt text for ORCID logos #86

Closed hturner closed 1 year ago

hturner commented 1 year ago

Comment from @ajrgodfrey

Currently the alt text for ORCID logos is alt="ORCID ID". This is uninformative as it is the same for all authors. Ideally it would say, e.g. "ORCID for Diane Cook".

dicook commented 1 year ago

This is a distill package issue. Copied onto that site.

cderv commented 1 year ago

I have now done this in https://github.com/rstudio/distill/commit/f8c1a54cf0ab45750ef5774e2fc4462864f395ee so you can try it with dev version of distill

I followed @ajrgodfrey suggestion to add author name e.g "ORCID ID for Diane Cook"

mitchelloharawild commented 1 year ago

Great, thanks!