Skip to content

Commit

Permalink
activated proper bibliography metadata on individual paper pages
Browse files Browse the repository at this point in the history
  • Loading branch information
cpmpercussion committed Sep 18, 2024
1 parent a40687a commit 32bd8c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 3 additions & 4 deletions _includes/entry_metadata.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% comment %}
Generates approriate metadata for a bibliographic entry in the proceedings.
Generates appropriate metadata for a bibliographic entry in the proceedings.
Hopefully this results in well-formed listings in Google Scholar over time.

These are constructed following guidelines here:
Expand All @@ -24,11 +24,10 @@
{% if include.entry.issn %}<meta name="citation_issn" content="{{ include.entry.issn }}">{% endif %}
{% if include.entry.isbn %}<meta name="citation_isbn" content="{{ include.entry.isbn }}">{% endif %}
<meta name="citation_pdf_url" content="{{ include.entry.url }}">
{% if include.entry.doi %}<meta name="dc.Identifier" scheme="doi" content="{{ include.entry.doi }}">{% endif %}

{% comment %}
Some unused / to be explored metadata...

{% if include.entry.doi %}<meta name="dc.Identifier" scheme="doi" content="{{ include.entry.doi }}">{% endif %}
<!-- Some unused / to be explored metadata... -->
{% if include.entry.articleno %}<meta name="dc.Identifier" scheme="article-no" content="{{ include.entry.articleno}}">{% endif %}
<meta name="dc.Language" content="EN">
{% endcomment %}
2 changes: 0 additions & 2 deletions _layouts/paper.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@
<html lang="en-US">
<head>
{% include head.html %}
{% comment %}
<!-- start bibliography metadata -->
{% include entry_metadata.html entry=page.entry %}
<!-- end bibliography metadata -->
{% endcomment %}
</head>

<body>
Expand Down

0 comments on commit 32bd8c3

Please sign in to comment.