Skip to content

Commit af278f2

Browse files
POBrien333adam3smith
authored andcommitted
Update springer-lecture-notes-in-computer-science.csl to include accessed dates (#4320)
via https://forums.zotero.org/discussion/comment/324684#Comment_324684
1 parent 5c70916 commit af278f2

2 files changed

+30
-5
lines changed

springer-lecture-notes-in-computer-science-alphabetical.csl

+15-2
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,14 @@
2020
</contributor>
2121
<category citation-format="numeric"/>
2222
<category field="engineering"/>
23-
<updated>2012-09-27T22:06:38+00:00</updated>
23+
<updated>2019-09-25T13:54:37+00:00</updated>
2424
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
2525
</info>
26+
<locale xml:lang="en">
27+
<terms>
28+
<term name="accessed">last accessed</term>
29+
</terms>
30+
</locale>
2631
<macro name="author">
2732
<group>
2833
<names variable="author">
@@ -135,10 +140,18 @@
135140
</date>
136141
</group>
137142
</else-if>
138-
<else-if type="webpage">
143+
<else-if type="webpage post-weblog post" match="any">
139144
<group delimiter=", ">
140145
<text macro="title"/>
141146
<text variable="URL"/>
147+
<group delimiter=" ">
148+
<text term="accessed"/>
149+
<date variable="accessed">
150+
<date-part name="year"/>
151+
<date-part name="month" form="numeric-leading-zeros" prefix="/"/>
152+
<date-part name="day" form="numeric-leading-zeros" prefix="/"/>
153+
</date>
154+
</group>
142155
</group>
143156
</else-if>
144157
<else-if type="speech">

springer-lecture-notes-in-computer-science.csl

+15-3
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,14 @@
1515
</contributor>
1616
<category citation-format="numeric"/>
1717
<category field="engineering"/>
18-
<updated>2012-09-27T22:06:38+00:00</updated>
18+
<updated>2019-09-25T13:54:37+00:00</updated>
1919
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
2020
</info>
21-
<macro name="author">
21+
<locale xml:lang="en">
22+
<terms>
23+
<term name="accessed">last accessed</term>
24+
</terms>
25+
</locale><macro name="author">
2226
<group>
2327
<names variable="author">
2428
<name name-as-sort-order="all" sort-separator=", " initialize-with="." delimiter=", " delimiter-precedes-last="always"/>
@@ -116,10 +120,18 @@
116120
</date>
117121
</group>
118122
</else-if>
119-
<else-if type="webpage">
123+
<else-if type="webpage post-weblog post" match="any">
120124
<group delimiter=", ">
121125
<text macro="title"/>
122126
<text variable="URL"/>
127+
<group delimiter=" ">
128+
<text term="accessed"/>
129+
<date variable="accessed">
130+
<date-part name="year"/>
131+
<date-part name="month" form="numeric-leading-zeros" prefix="/"/>
132+
<date-part name="day" form="numeric-leading-zeros" prefix="/"/>
133+
</date>
134+
</group>
123135
</group>
124136
</else-if>
125137
<else-if type="speech">

0 commit comments

Comments
 (0)