Skip to content

Commit

Permalink
Only include articles with DOIs
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall committed Dec 4, 2024
1 parent 4d51507 commit b048efc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crossref/journal-volume.xml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
{{- end }}
</journal_issue>
{{- range .Articles }}
{{- if .DoiData.Doi }}
<journal_article publication_type="full_text">
<titles>
<title>{{ .Title }}</title>
Expand Down Expand Up @@ -72,6 +73,7 @@
</doi_data>
</journal_article>
{{- end }}
{{- end }}
</journal>
{{- end }}
</body>
Expand Down

0 comments on commit b048efc

Please sign in to comment.