Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for dc, prism, and citation_* metadata #26

Open
inhumantsar opened this issue May 9, 2024 · 1 comment
Open

Add support for dc, prism, and citation_* metadata #26

inhumantsar opened this issue May 9, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@inhumantsar
Copy link
Owner

inhumantsar commented May 9, 2024

Larger publications use these for a variety of different metadata types. For example:

Nature

    <meta name="dc.title" content="Worldwide divergence of values"/>
...
    <meta name="dc.date" content="2024-04-09"/>
...
    <meta name="dc.description" content="Social scientists have long debated the ..."/>
...
    <meta name="prism.publicationDate" content="2024-04-09"/>
...
    <meta name="citation_author" content="Jackson, Joshua Conrad"/>
    <meta name="citation_author_institution" content="Booth School of Business, University of Chicago, Chicago, USA"/>
    <meta name="citation_author" content="Medvedev, Danila"/>
    <meta name="citation_author_institution" content="Booth School of Business, University of Chicago, Chicago, USA"/>

Our World in Data

<meta name="citation_publication_date" content="2024/02/19">
<meta name="citation_author" content="Max Roser">

See also #25

@inhumantsar inhumantsar added enhancement New feature or request good first issue Good for newcomers labels May 9, 2024
@inhumantsar inhumantsar self-assigned this May 20, 2024
@inhumantsar
Copy link
Owner Author

started adding these upstream: mozilla/readability#871

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant