HenrikBengtsson / R.rsp

:page_facing_up: R package: Dynamic generation of scientific reports
https://henrikbengtsson.github.io/R.rsp/
31 stars 6 forks source link

De facto standard HTML meta tags: Highwire Press, Eprints, BE Press etc. #7

Open HenrikBengtsson opened 9 years ago

HenrikBengtsson commented 9 years ago

Add "automagic" support for common title, author, ... HTML meta tags:

Google Scholar supports Highwire Press tags (e.g., citation_title), Eprints tags (e.g., eprints.title), BE Press tags (e.g., bepress_citation_title), and PRISM tags (e.g., prism.title). Use Dublin Core tags (e.g., DC.title) as a last resort

Source: https://scholar.google.com/intl/en/scholar/inclusion.html#indexing

See also: http://webmasters.stackexchange.com/questions/11613/indexing-for-google-scholar-which-tags-to-use and https://www.mendeley.com/import/information-for-publishers/

CRAN Package Pages uses Highwire Press tags and Dublin Core tags, e.g. http://cran.r-project.org/web/packages/MASS/. [UPDATE: BTW, this might be a reason behind CRAN's strict requirement on Title Case for package titles.]

UltraBob commented 8 years ago

I just happened to come across this in a google search. It is in Japanese, but this guy really seems to have put in the work to look around to a bunch of different sites that use highwire press tags, and gathered a collection of them. Here is another resource for hp tags. The additional tags I fond on the Japanese guy's page, that seemed of interest to me, but weren't in Mendeley or Scholar's docs were: citation_publisher, citation_doi, citation_year, citation_public_url, citation_language, and citation_keywords. publisher, language, and keywords seem particularly important. Hope that helps.

UltraBob commented 8 years ago

I also found that Mendeley and Zotero at least respond to citation_pages

HenrikBengtsson commented 8 years ago

@UltraBob, thanks for these pointers.

larsgw commented 6 years ago

Here's an updated URL for the second resource @UltraBob provided in https://github.com/HenrikBengtsson/R.rsp/issues/7#issuecomment-250405202: https://www.mendeley.com/guides/information-for-publishers

HenrikBengtsson commented 4 years ago