|  | 
|  | 1 | +<?xml version="1.0" encoding="utf-8"?> | 
|  | 2 | +<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only" default-locale="en-US"> | 
|  | 3 | +  <info> | 
|  | 4 | +    <title>Proceedings of the Estonian Academy of Sciences (author-date)</title> | 
|  | 5 | +    <title-short>PEAS</title-short> | 
|  | 6 | +    <id>http://www.zotero.org/styles/proceedings-of-the-estonian-academy-of-sciences-author-date</id> | 
|  | 7 | +    <link href="http://www.zotero.org/styles/proceedings-of-the-estonian-academy-of-sciences-author-date" rel="self"/> | 
|  | 8 | +    <link href="http://www.zotero.org/styles/biostatistics" rel="template"/> | 
|  | 9 | +    <link href="https://kirj.ee/earth-guidelines-for-authors/?v=04c19fa1e772" rel="documentation"/> | 
|  | 10 | +    <author> | 
|  | 11 | +      <name>Patrick O'Brien</name> | 
|  | 12 | +    </author> | 
|  | 13 | +    <category citation-format="author-date"/> | 
|  | 14 | +    <category field="geology"/> | 
|  | 15 | +    <issn>1736-6046</issn> | 
|  | 16 | +    <eissn>1736-7530</eissn> | 
|  | 17 | +    <updated>2022-09-05T13:49:46+00:00</updated> | 
|  | 18 | +    <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights> | 
|  | 19 | +  </info> | 
|  | 20 | +  <macro name="editor"> | 
|  | 21 | +    <names variable="editor"> | 
|  | 22 | +      <name and="text" delimiter-precedes-last="never" initialize-with=". " name-as-sort-order="all"/> | 
|  | 23 | +      <label form="short" strip-periods="true" prefix=", "/> | 
|  | 24 | +    </names> | 
|  | 25 | +  </macro> | 
|  | 26 | +  <macro name="author"> | 
|  | 27 | +    <names variable="author" font-variant="normal"> | 
|  | 28 | +      <name font-variant="normal" and="text" delimiter-precedes-last="never" initialize-with=". " name-as-sort-order="all"/> | 
|  | 29 | +      <label form="short" strip-periods="true" prefix=" (" suffix=")"/> | 
|  | 30 | +      <substitute> | 
|  | 31 | +        <names variable="editor"/> | 
|  | 32 | +        <names variable="translator"/> | 
|  | 33 | +        <text variable="title"/> | 
|  | 34 | +      </substitute> | 
|  | 35 | +    </names> | 
|  | 36 | +  </macro> | 
|  | 37 | +  <macro name="author-short"> | 
|  | 38 | +    <names variable="author"> | 
|  | 39 | +      <name form="short" and="text" initialize-with=". " delimiter=", " delimiter-precedes-last="never"/> | 
|  | 40 | +      <substitute> | 
|  | 41 | +        <names variable="editor"/> | 
|  | 42 | +        <names variable="translator"/> | 
|  | 43 | +        <text variable="title"/> | 
|  | 44 | +      </substitute> | 
|  | 45 | +    </names> | 
|  | 46 | +  </macro> | 
|  | 47 | +  <macro name="title"> | 
|  | 48 | +    <choose> | 
|  | 49 | +      <if type="book thesis report patent" match="any"> | 
|  | 50 | +        <text variable="title" font-style="italic"/> | 
|  | 51 | +      </if> | 
|  | 52 | +      <else> | 
|  | 53 | +        <text variable="title"/> | 
|  | 54 | +      </else> | 
|  | 55 | +    </choose> | 
|  | 56 | +  </macro> | 
|  | 57 | +  <macro name="publisher"> | 
|  | 58 | +    <group delimiter=", "> | 
|  | 59 | +      <text variable="publisher"/> | 
|  | 60 | +      <text variable="publisher-place"/> | 
|  | 61 | +    </group> | 
|  | 62 | +  </macro> | 
|  | 63 | +  <macro name="year-date"> | 
|  | 64 | +    <date date-parts="year" form="text" variable="issued"/> | 
|  | 65 | +  </macro> | 
|  | 66 | +  <macro name="year-date-bib"> | 
|  | 67 | +    <choose> | 
|  | 68 | +      <if type="patent"> | 
|  | 69 | +        <date variable="issued"> | 
|  | 70 | +          <date-part name="year" suffix="-"/> | 
|  | 71 | +          <date-part name="month" form="numeric-leading-zeros" suffix="-"/> | 
|  | 72 | +          <date-part name="day" form="numeric-leading-zeros"/> | 
|  | 73 | +        </date> | 
|  | 74 | +      </if> | 
|  | 75 | +      <else> | 
|  | 76 | +        <date variable="issued"> | 
|  | 77 | +          <date-part name="year"/> | 
|  | 78 | +        </date> | 
|  | 79 | +      </else> | 
|  | 80 | +    </choose> | 
|  | 81 | +  </macro> | 
|  | 82 | +  <macro name="edition"> | 
|  | 83 | +    <choose> | 
|  | 84 | +      <if is-numeric="edition"> | 
|  | 85 | +        <group delimiter=" "> | 
|  | 86 | +          <number variable="edition" form="ordinal"/> | 
|  | 87 | +          <text term="edition" form="short" strip-periods="true"/> | 
|  | 88 | +        </group> | 
|  | 89 | +      </if> | 
|  | 90 | +      <else> | 
|  | 91 | +        <text variable="edition"/> | 
|  | 92 | +      </else> | 
|  | 93 | +    </choose> | 
|  | 94 | +  </macro> | 
|  | 95 | +  <macro name="access"> | 
|  | 96 | +    <choose> | 
|  | 97 | +      <if variable="DOI"> | 
|  | 98 | +        <choose> | 
|  | 99 | +          <if type="book" match="any"> | 
|  | 100 | +            <choose> | 
|  | 101 | +              <if match="none" variable="page"> | 
|  | 102 | +                <text variable="DOI" prefix="https://doi.org/"/> | 
|  | 103 | +              </if> | 
|  | 104 | +            </choose> | 
|  | 105 | +          </if> | 
|  | 106 | +          <else-if type="report" match="any"> | 
|  | 107 | +            <group delimiter=" "> | 
|  | 108 | +              <text variable="DOI" prefix="https://doi.org/"/> | 
|  | 109 | +              <group delimiter=" " prefix="(" suffix=")"> | 
|  | 110 | +                <text term="accessed"/> | 
|  | 111 | +                <date variable="issued"> | 
|  | 112 | +                  <date-part name="year" suffix="-"/> | 
|  | 113 | +                  <date-part name="month" form="numeric-leading-zeros" suffix="-"/> | 
|  | 114 | +                  <date-part name="day" form="numeric-leading-zeros"/> | 
|  | 115 | +                </date> | 
|  | 116 | +              </group> | 
|  | 117 | +            </group> | 
|  | 118 | +          </else-if> | 
|  | 119 | +          <else> | 
|  | 120 | +            <text variable="DOI" prefix="https://doi.org/"/> | 
|  | 121 | +          </else> | 
|  | 122 | +        </choose> | 
|  | 123 | +      </if> | 
|  | 124 | +      <else-if variable="URL"> | 
|  | 125 | +        <group delimiter=" " suffix="."> | 
|  | 126 | +          <text variable="URL"/> | 
|  | 127 | +          <group prefix="(" suffix=")"> | 
|  | 128 | +            <text term="accessed" suffix=" "/> | 
|  | 129 | +            <date variable="accessed"> | 
|  | 130 | +              <date-part name="year" suffix="-"/> | 
|  | 131 | +              <date-part name="month" form="numeric-leading-zeros" suffix="-"/> | 
|  | 132 | +              <date-part name="day" form="numeric-leading-zeros"/> | 
|  | 133 | +            </date> | 
|  | 134 | +          </group> | 
|  | 135 | +        </group> | 
|  | 136 | +      </else-if> | 
|  | 137 | +    </choose> | 
|  | 138 | +  </macro> | 
|  | 139 | +  <citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" collapse="year" year-suffix-delimiter=","> | 
|  | 140 | +    <sort> | 
|  | 141 | +      <key variable="issued" sort="ascending"/> | 
|  | 142 | +      <key macro="author-short"/> | 
|  | 143 | +    </sort> | 
|  | 144 | +    <layout prefix="(" suffix=")" delimiter="; "> | 
|  | 145 | +      <group delimiter=" "> | 
|  | 146 | +        <text macro="author-short"/> | 
|  | 147 | +        <text macro="year-date"/> | 
|  | 148 | +        <text variable="locator"/> | 
|  | 149 | +      </group> | 
|  | 150 | +    </layout> | 
|  | 151 | +  </citation> | 
|  | 152 | +  <bibliography et-al-min="7" et-al-use-first="6" entry-spacing="0" hanging-indent="true"> | 
|  | 153 | +    <sort> | 
|  | 154 | +      <key macro="author"/> | 
|  | 155 | +      <key variable="title"/> | 
|  | 156 | +    </sort> | 
|  | 157 | +    <layout> | 
|  | 158 | +      <group delimiter=". " suffix="."> | 
|  | 159 | +        <text macro="author"/> | 
|  | 160 | +        <text macro="year-date-bib"/> | 
|  | 161 | +        <choose> | 
|  | 162 | +          <if type="bill book graphic legal_case legislation motion_picture song thesis" match="any"> | 
|  | 163 | +            <group delimiter=". " prefix=" "> | 
|  | 164 | +              <text macro="title"/> | 
|  | 165 | +              <text macro="edition"/> | 
|  | 166 | +              <choose> | 
|  | 167 | +                <if type="thesis" match="any"> | 
|  | 168 | +                  <text variable="genre"/> | 
|  | 169 | +                </if> | 
|  | 170 | +              </choose> | 
|  | 171 | +              <text macro="publisher"/> | 
|  | 172 | +            </group> | 
|  | 173 | +          </if> | 
|  | 174 | +          <else-if type="chapter paper-conference" match="any"> | 
|  | 175 | +            <group delimiter=". " prefix=" "> | 
|  | 176 | +              <text macro="title"/> | 
|  | 177 | +              <group delimiter=" "> | 
|  | 178 | +                <text term="in" suffix=" " text-case="capitalize-first"/> | 
|  | 179 | +                <text variable="container-title" font-style="italic"/> | 
|  | 180 | +                <text macro="editor" prefix="(" suffix=")"/> | 
|  | 181 | +              </group> | 
|  | 182 | +              <text macro="edition"/> | 
|  | 183 | +              <group delimiter=", "> | 
|  | 184 | +                <text macro="publisher"/> | 
|  | 185 | +                <text variable="page"/> | 
|  | 186 | +              </group> | 
|  | 187 | +            </group> | 
|  | 188 | +          </else-if> | 
|  | 189 | +          <else-if type="webpage post post-weblog" match="any"> | 
|  | 190 | +            <text macro="title" prefix=" " suffix="."/> | 
|  | 191 | +          </else-if> | 
|  | 192 | +          <else-if type="report" match="any"> | 
|  | 193 | +            <text macro="title"/> | 
|  | 194 | +          </else-if> | 
|  | 195 | +          <else-if type="patent" match="any"> | 
|  | 196 | +            <group delimiter=". "> | 
|  | 197 | +              <text macro="title"/> | 
|  | 198 | +              <group delimiter=" "> | 
|  | 199 | +                <text term="patent" text-case="capitalize-first"/> | 
|  | 200 | +                <text variable="number"/> | 
|  | 201 | +              </group> | 
|  | 202 | +            </group> | 
|  | 203 | +          </else-if> | 
|  | 204 | +          <else> | 
|  | 205 | +            <group delimiter=". "> | 
|  | 206 | +              <text macro="title" prefix=" " suffix="."/> | 
|  | 207 | +              <group delimiter=", "> | 
|  | 208 | +                <text variable="container-title" form="long" font-style="italic"/> | 
|  | 209 | +                <group> | 
|  | 210 | +                  <text variable="volume" font-weight="bold"/> | 
|  | 211 | +                  <text variable="issue" prefix="(" suffix=")"/> | 
|  | 212 | +                </group> | 
|  | 213 | +                <text variable="page"/> | 
|  | 214 | +              </group> | 
|  | 215 | +            </group> | 
|  | 216 | +          </else> | 
|  | 217 | +        </choose> | 
|  | 218 | +      </group> | 
|  | 219 | +      <text macro="access" prefix=". "/> | 
|  | 220 | +    </layout> | 
|  | 221 | +  </bibliography> | 
|  | 222 | +</style> | 
0 commit comments