-
Notifications
You must be signed in to change notification settings - Fork 0
/
latest-issue-dois.xml
52 lines (52 loc) · 1.94 KB
/
latest-issue-dois.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
---
---
{% assign latest-issue = site.issues | last
%}{% include get-volume-issue-and-index.html item=latest-issue
%}{% assign month = latest-issue.date | date: "%-m"
%}{% assign year = latest-issue.date | date: "%Y"
%}<journal_metadata>
<full_title>The Journal of Computational Science Education</full_title>
<abbrev_title>JOCSE</abbrev_title>
<issn media_type='electronic'>21534136</issn>
</journal_metadata>
<journal_issue>
<publication_date media_type='online'>
<month>{{ month }}</month>
<year>{{ year }}</year>
</publication_date>
<journal_volume>
<volume>{{ volume-num }}</volume>
</journal_volume>
<issue>{{ issue-num }}</issue>
</journal_issue>{% include get-articles-in-issue.html issue=latest-issue
%}{% for article in articles
%}{% if forloop.index == 1 %}{% continue %}{% endif
%}
<journal_article publication_type='full_text'>
<titles>{% include html-entity-to-text.html input=article.title %}
<title>{{ html-entity-to-text }}</title>
</titles>
<contributors>{% for author in article.authors %}
<person_name sequence='{% if forloop.index == 1 %}first{%
else %}additional{% endif %}' contributor_role='author'>
<given_name>{% include html-entity-to-text.html
input=author.given-name %}{{ html-entity-to-text }}</given_name>
<surname>{% include html-entity-to-text.html
input=author.surname %}{{ html-entity-to-text }}</surname>
</person_name>{% endfor %}
</contributors>
<publication_date media_type='online'>
<month>{{ month }}</month>
<year>{{ year }}</year>
</publication_date>
<pages>
<first_page>{{ article.start-page }}</first_page>
<last_page>{{ article.end-page }}</last_page>
</pages>
<doi_data>
<doi>10.22369/issn.2153-4136/{{ volume-num }}/{{ issue-num }}/{{
forloop.index0 }}</doi>
<resource>http://www.jocse.org/articles/{{ volume-num }}/{{ issue-num }}/{{
forloop.index0 }}/</resource>
</doi_data>
</journal_article>{% endfor %}