Skip to content

Commit fb9fe50

Browse files
authored
update acta hydrotechnica (#5525)
Changes made following a request from the journal's technical editor
1 parent c576359 commit fb9fe50

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

Diff for: acta-hydrotechnica.csl

+6-5
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<category field="engineering"/>
1515
<issn>0352-3551</issn>
1616
<eissn>1581-0267</eissn>
17-
<updated>2021-06-18T08:31:00+00:00</updated>
17+
<updated>2022-06-18T07:30:00+00:00</updated>
1818
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
1919
</info>
2020
<macro name="container">
@@ -38,7 +38,7 @@
3838
</else-if>
3939
<else>
4040
<group prefix=". " delimiter=", ">
41-
<text variable="container-title" form="short"/>
41+
<text variable="container-title" form="short" font-style="italic"/>
4242
<text variable="collection-title"/>
4343
</group>
4444
</else>
@@ -75,12 +75,12 @@
7575
<macro name="access">
7676
<choose>
7777
<if variable="DOI">
78-
<text variable="DOI" prefix="https://doi.org/"/>
78+
<text variable="DOI" prefix="https://doi.org/" text-decoration="underline" />
7979
</if>
8080
<else-if type="webpage post-weblog" match="any">
8181
<group delimiter=" ">
8282
<text value="URL"/>
83-
<text variable="URL"/>
83+
<text variable="URL" text-decoration="underline"/>
8484
<group prefix="(" suffix=").">
8585
<text term="accessed" suffix=" "/>
8686
<date variable="accessed">
@@ -159,7 +159,8 @@
159159
<if type="article-journal article-magazine article-newspaper" match="any">
160160
<group prefix=" " delimiter=", ">
161161
<group>
162-
<text variable="volume"/>
162+
<text variable="volume" font-weight="bold"/>
163+
<text variable="issue" font-weight="bold" prefix="(" suffix=")"/>
163164
</group>
164165
<text variable="page"/>
165166
</group>

0 commit comments

Comments
 (0)