citeproc-ruby 0.0.6 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.coveralls.yml +1 -0
- data/.document +4 -0
- data/.gitignore +10 -0
- data/.rspec +3 -0
- data/.simplecov +4 -0
- data/.travis.yml +17 -0
- data/.yardopts +2 -0
- data/AGPL +662 -0
- data/BSDL +29 -0
- data/Gemfile +42 -0
- data/Guardfile +14 -0
- data/README.md +32 -76
- data/Rakefile +60 -0
- data/citeproc-ruby.gemspec +46 -0
- data/cucumber.yml +1 -0
- data/features/bibliography.feature +25 -0
- data/features/name_options.feature +37 -0
- data/features/names.feature +192 -0
- data/features/renderer.feature +74 -0
- data/features/sort.feature +50 -0
- data/features/step_definitions/renderer.rb +80 -0
- data/features/support/env.rb +33 -0
- data/features/support/hooks.rb +10 -0
- data/lib/citeproc/ruby.rb +32 -0
- data/lib/citeproc/ruby/engine.rb +122 -0
- data/lib/citeproc/ruby/format.rb +303 -0
- data/lib/citeproc/ruby/formats/default.rb +25 -0
- data/lib/citeproc/ruby/formats/html.rb +221 -0
- data/lib/citeproc/ruby/renderer.rb +140 -0
- data/lib/citeproc/ruby/renderer/choose.rb +106 -0
- data/lib/citeproc/ruby/renderer/date.rb +90 -0
- data/lib/citeproc/ruby/renderer/format.rb +129 -0
- data/lib/citeproc/ruby/renderer/group.rb +34 -0
- data/lib/citeproc/ruby/renderer/history.rb +40 -0
- data/lib/citeproc/ruby/renderer/label.rb +66 -0
- data/lib/citeproc/ruby/renderer/layout.rb +20 -0
- data/lib/citeproc/ruby/renderer/locale.rb +26 -0
- data/lib/citeproc/ruby/renderer/macro.rb +20 -0
- data/lib/citeproc/ruby/renderer/names.rb +401 -0
- data/lib/citeproc/ruby/renderer/number.rb +41 -0
- data/lib/citeproc/ruby/renderer/observer.rb +44 -0
- data/lib/citeproc/ruby/renderer/state.rb +96 -0
- data/lib/citeproc/ruby/renderer/text.rb +62 -0
- data/lib/citeproc/ruby/sort.rb +82 -0
- data/lib/citeproc/ruby/version.rb +5 -0
- data/spec/citeproc/ruby/engine_spec.rb +94 -0
- data/spec/citeproc/ruby/formats/default_spec.rb +159 -0
- data/spec/citeproc/ruby/formats/html_spec.rb +162 -0
- data/spec/citeproc/ruby/renderer/choose_spec.rb +293 -0
- data/spec/citeproc/ruby/renderer/date_spec.rb +173 -0
- data/spec/citeproc/ruby/renderer/group_spec.rb +88 -0
- data/spec/citeproc/ruby/renderer/history_spec.rb +38 -0
- data/spec/citeproc/ruby/renderer/label_spec.rb +225 -0
- data/spec/citeproc/ruby/renderer/layout_spec.rb +41 -0
- data/spec/citeproc/ruby/renderer/macro_spec.rb +31 -0
- data/spec/citeproc/ruby/renderer/names_spec.rb +396 -0
- data/spec/citeproc/ruby/renderer/number_spec.rb +120 -0
- data/spec/citeproc/ruby/renderer/text_spec.rb +120 -0
- data/spec/citeproc/ruby/renderer_spec.rb +65 -0
- data/spec/fixtures/items.rb +80 -0
- data/{resource/locale → spec/fixtures/locales}/locales-en-US.xml +2 -11
- data/{resource/locale → spec/fixtures/locales}/locales-fr-FR.xml +77 -66
- data/{resource/style → spec/fixtures/styles}/apa.csl +5 -5
- data/spec/spec_helper.rb +67 -14
- metadata +121 -211
- data/lib/citeproc.rb +0 -100
- data/lib/citeproc/bibliography.rb +0 -57
- data/lib/citeproc/data.rb +0 -149
- data/lib/citeproc/date.rb +0 -133
- data/lib/citeproc/formatter.rb +0 -38
- data/lib/citeproc/item.rb +0 -53
- data/lib/citeproc/name.rb +0 -284
- data/lib/citeproc/processor.rb +0 -166
- data/lib/citeproc/selector.rb +0 -61
- data/lib/citeproc/variable.rb +0 -82
- data/lib/citeproc/version.rb +0 -3
- data/lib/csl/locale.rb +0 -223
- data/lib/csl/node.rb +0 -72
- data/lib/csl/nodes.rb +0 -1418
- data/lib/csl/renderer.rb +0 -88
- data/lib/csl/sort.rb +0 -61
- data/lib/csl/style.rb +0 -110
- data/lib/csl/term.rb +0 -124
- data/lib/extensions/core.rb +0 -43
- data/lib/plugins/filters/bibtex.rb +0 -12
- data/lib/plugins/formats/default.rb +0 -134
- data/lib/plugins/formats/html.rb +0 -67
- data/lib/support/attributes.rb +0 -99
- data/lib/support/compatibility.rb +0 -83
- data/lib/support/tree.rb +0 -80
- data/resource/locale/locales-af-ZA.xml +0 -305
- data/resource/locale/locales-ar-AR.xml +0 -306
- data/resource/locale/locales-bg-BG.xml +0 -305
- data/resource/locale/locales-ca-AD.xml +0 -305
- data/resource/locale/locales-cs-CZ.xml +0 -305
- data/resource/locale/locales-da-DK.xml +0 -305
- data/resource/locale/locales-de-AT.xml +0 -304
- data/resource/locale/locales-de-CH.xml +0 -304
- data/resource/locale/locales-de-DE.xml +0 -332
- data/resource/locale/locales-el-GR.xml +0 -305
- data/resource/locale/locales-en-GB.xml +0 -304
- data/resource/locale/locales-es-ES.xml +0 -305
- data/resource/locale/locales-et-EE.xml +0 -304
- data/resource/locale/locales-eu.xml +0 -305
- data/resource/locale/locales-fa-IR.xml +0 -304
- data/resource/locale/locales-fi-FI.xml +0 -304
- data/resource/locale/locales-fr-CA.xml +0 -306
- data/resource/locale/locales-he-IL.xml +0 -304
- data/resource/locale/locales-hu-HU.xml +0 -305
- data/resource/locale/locales-is-IS.xml +0 -304
- data/resource/locale/locales-it-IT.xml +0 -305
- data/resource/locale/locales-ja-JP.xml +0 -305
- data/resource/locale/locales-kh-KH.xml +0 -303
- data/resource/locale/locales-km-KH.xml +0 -304
- data/resource/locale/locales-ko-KR.xml +0 -305
- data/resource/locale/locales-mn-MN.xml +0 -306
- data/resource/locale/locales-nb-NO.xml +0 -304
- data/resource/locale/locales-nl-NL.xml +0 -304
- data/resource/locale/locales-nn-NO.xml +0 -304
- data/resource/locale/locales-pl-PL.xml +0 -305
- data/resource/locale/locales-pt-BR.xml +0 -304
- data/resource/locale/locales-pt-PT.xml +0 -305
- data/resource/locale/locales-ro-RO.xml +0 -305
- data/resource/locale/locales-ru-RU.xml +0 -306
- data/resource/locale/locales-sk-SK.xml +0 -304
- data/resource/locale/locales-sl-SI.xml +0 -305
- data/resource/locale/locales-sr-RS.xml +0 -305
- data/resource/locale/locales-sv-SE.xml +0 -305
- data/resource/locale/locales-th-TH.xml +0 -304
- data/resource/locale/locales-tr-TR.xml +0 -305
- data/resource/locale/locales-uk-UA.xml +0 -306
- data/resource/locale/locales-vi-VN.xml +0 -305
- data/resource/locale/locales-zh-CN.xml +0 -304
- data/resource/locale/locales-zh-TW.xml +0 -305
- data/resource/schema/csl-categories.rnc +0 -39
- data/resource/schema/csl-data.rnc +0 -98
- data/resource/schema/csl-terms.rnc +0 -106
- data/resource/schema/csl-types.rnc +0 -39
- data/resource/schema/csl-variables.rnc +0 -182
- data/resource/schema/csl.rnc +0 -941
- data/resource/style/bibtex.csl +0 -177
- data/resource/style/chicago-annotated-bibliography.csl +0 -513
- data/resource/style/chicago-author-date-basque.csl +0 -707
- data/resource/style/chicago-author-date-de.csl +0 -394
- data/resource/style/chicago-author-date-listing.csl +0 -434
- data/resource/style/chicago-author-date.csl +0 -425
- data/resource/style/chicago-dated-note-biblio-no-ibid.csl +0 -472
- data/resource/style/chicago-fullnote-bibliography-bb.csl +0 -928
- data/resource/style/chicago-fullnote-bibliography-delimiter-fixes.csl +0 -972
- data/resource/style/chicago-fullnote-bibliography-no-ibid-delimiter-fixes.csl +0 -963
- data/resource/style/chicago-fullnote-bibliography-no-ibid.csl +0 -785
- data/resource/style/chicago-fullnote-bibliography.csl +0 -803
- data/resource/style/chicago-library-list.csl +0 -511
- data/resource/style/chicago-note-biblio-no-ibid.csl +0 -514
- data/resource/style/chicago-note-bibliography.csl +0 -530
- data/resource/style/chicago-note.csl +0 -388
- data/resource/style/chicago-quick-copy.csl +0 -685
- data/resource/style/ieee.csl +0 -299
- data/resource/style/mla-notes.csl +0 -796
- data/resource/style/mla-underline.csl +0 -175
- data/resource/style/mla-url.csl +0 -214
- data/resource/style/mla.csl +0 -394
- data/resource/style/vancouver-brackets.csl +0 -256
- data/resource/style/vancouver-superscript-bracket-only-year.csl +0 -165
- data/resource/style/vancouver-superscript.csl +0 -256
- data/resource/style/vancouver.csl +0 -256
- data/spec/citeproc/bibliography_spec.rb +0 -45
- data/spec/citeproc/citeproc_spec.rb +0 -80
- data/spec/citeproc/date_spec.rb +0 -89
- data/spec/citeproc/formatter_spec.rb +0 -101
- data/spec/citeproc/item_spec.rb +0 -71
- data/spec/citeproc/name_spec.rb +0 -30
- data/spec/citeproc/processor_spec.rb +0 -61
- data/spec/citeproc/selector_spec.rb +0 -82
- data/spec/citeproc/variable_spec.rb +0 -69
- data/spec/csl/locale_spec.rb +0 -208
- data/spec/csl/node_spec.rb +0 -25
- data/spec/csl/nodes_spec.rb +0 -145
- data/spec/csl/style_spec.rb +0 -62
- data/spec/csl/term_spec.rb +0 -56
- data/spec/fixtures/dates.yaml +0 -80
- data/spec/fixtures/names.yaml +0 -115
- data/spec/fixtures/nodes.yaml +0 -245
- data/spec/support/attributes_spec.rb +0 -39
- data/spec/support/tree_spec.rb +0 -163
|
@@ -1,305 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="pt-PT">
|
|
3
|
-
<style-options punctuation-in-quote="false"/>
|
|
4
|
-
<date form="text">
|
|
5
|
-
<date-part name="day" suffix=" de "/>
|
|
6
|
-
<date-part name="month" suffix=" de "/>
|
|
7
|
-
<date-part name="year"/>
|
|
8
|
-
</date>
|
|
9
|
-
<date form="numeric">
|
|
10
|
-
<date-part name="day" form="numeric-leading-zeros" suffix="/"/>
|
|
11
|
-
<date-part name="month" form="numeric-leading-zeros" suffix="/"/>
|
|
12
|
-
<date-part name="year"/>
|
|
13
|
-
</date>
|
|
14
|
-
<terms>
|
|
15
|
-
<term name="accessed">acedido</term>
|
|
16
|
-
<term name="and">e</term>
|
|
17
|
-
<term name="and others">e outros</term>
|
|
18
|
-
<term name="anonymous">anónimo</term>
|
|
19
|
-
<term name="anonymous" form="short">anón</term>
|
|
20
|
-
<term name="at">em</term>
|
|
21
|
-
<term name="by">by</term>
|
|
22
|
-
<term name="circa">circa</term>
|
|
23
|
-
<term name="circa" form="short">c.</term>
|
|
24
|
-
<term name="cited">citado</term>
|
|
25
|
-
<term name="edition">
|
|
26
|
-
<single>edição</single>
|
|
27
|
-
<multiple>edições</multiple>
|
|
28
|
-
</term>
|
|
29
|
-
<term name="edition" form="short">ed</term>
|
|
30
|
-
<term name="et-al">et al.</term>
|
|
31
|
-
<term name="forthcoming">a publicar</term>
|
|
32
|
-
<term name="from">de</term>
|
|
33
|
-
<term name="ibid">ibid.</term>
|
|
34
|
-
<term name="in">em</term>
|
|
35
|
-
<term name="in press">no prelo</term>
|
|
36
|
-
<term name="internet">internet</term>
|
|
37
|
-
<term name="interview">entrevista</term>
|
|
38
|
-
<term name="letter">carta</term>
|
|
39
|
-
<term name="no date">no date</term>
|
|
40
|
-
<term name="no date" form="short">sem data</term>
|
|
41
|
-
<term name="online">em linha</term>
|
|
42
|
-
<term name="presented at">apresentado na</term>
|
|
43
|
-
<term name="reference">
|
|
44
|
-
<single>reference</single>
|
|
45
|
-
<multiple>references</multiple>
|
|
46
|
-
</term>
|
|
47
|
-
<term name="reference" form="short">
|
|
48
|
-
<single>ref.</single>
|
|
49
|
-
<multiple>refs.</multiple>
|
|
50
|
-
</term>
|
|
51
|
-
<term name="retrieved">obtido</term>
|
|
52
|
-
|
|
53
|
-
<!-- ANNO DOMINI; BEFORE CHRIST -->
|
|
54
|
-
<term name="ad">AD</term>
|
|
55
|
-
<term name="bc">BC</term>
|
|
56
|
-
|
|
57
|
-
<!-- QUOTES -->
|
|
58
|
-
<!-- Source: http://en.wikipedia.org/wiki/Non-English_usage_of_quotation_marks -->
|
|
59
|
-
<term name="open-quote">«</term>
|
|
60
|
-
<term name="close-quote">»</term>
|
|
61
|
-
<term name="open-inner-quote">“</term>
|
|
62
|
-
<term name="close-inner-quote">”</term>
|
|
63
|
-
|
|
64
|
-
<!-- ORDINALS -->
|
|
65
|
-
<term name="ordinal-01">st</term>
|
|
66
|
-
<term name="ordinal-02">nd</term>
|
|
67
|
-
<term name="ordinal-03">rd</term>
|
|
68
|
-
<term name="ordinal-04">th</term>
|
|
69
|
-
|
|
70
|
-
<!-- LONG ORDINALS -->
|
|
71
|
-
<term name="long-ordinal-01">first</term>
|
|
72
|
-
<term name="long-ordinal-02">second</term>
|
|
73
|
-
<term name="long-ordinal-03">third</term>
|
|
74
|
-
<term name="long-ordinal-04">fourth</term>
|
|
75
|
-
<term name="long-ordinal-05">fifth</term>
|
|
76
|
-
<term name="long-ordinal-06">sixth</term>
|
|
77
|
-
<term name="long-ordinal-07">seventh</term>
|
|
78
|
-
<term name="long-ordinal-08">eighth</term>
|
|
79
|
-
<term name="long-ordinal-09">ninth</term>
|
|
80
|
-
<term name="long-ordinal-10">tenth</term>
|
|
81
|
-
|
|
82
|
-
<!-- CATEGORIES -->
|
|
83
|
-
<term name="anthropology">antropologia</term>
|
|
84
|
-
<term name="astronomy">astronomia</term>
|
|
85
|
-
<term name="biology">biologia</term>
|
|
86
|
-
<term name="botany">botânica</term>
|
|
87
|
-
<term name="chemistry">química</term>
|
|
88
|
-
<term name="engineering">engenharia</term>
|
|
89
|
-
<term name="generic-base">base genérica</term>
|
|
90
|
-
<term name="geography">geografia</term>
|
|
91
|
-
<term name="geology">geologia</term>
|
|
92
|
-
<term name="history">história</term>
|
|
93
|
-
<term name="humanities">humanidades</term>
|
|
94
|
-
<term name="linguistics">linguistics</term>
|
|
95
|
-
<term name="literature">literatura</term>
|
|
96
|
-
<term name="math">matemática</term>
|
|
97
|
-
<term name="medicine">medicina</term>
|
|
98
|
-
<term name="philosophy">filosofia</term>
|
|
99
|
-
<term name="physics">física</term>
|
|
100
|
-
<term name="psychology">psicologia</term>
|
|
101
|
-
<term name="sociology">sociologia</term>
|
|
102
|
-
<term name="science">ciência</term>
|
|
103
|
-
<term name="political_science">ciência política</term>
|
|
104
|
-
<term name="social_science">ciência social</term>
|
|
105
|
-
<term name="theology">teologia</term>
|
|
106
|
-
<term name="zoology">zoologia</term>
|
|
107
|
-
|
|
108
|
-
<!-- LONG LOCATOR FORMS -->
|
|
109
|
-
<term name="book">
|
|
110
|
-
<single>livro</single>
|
|
111
|
-
<multiple>livros</multiple>
|
|
112
|
-
</term>
|
|
113
|
-
<term name="chapter">
|
|
114
|
-
<single>capítulo</single>
|
|
115
|
-
<multiple>capítulos</multiple>
|
|
116
|
-
</term>
|
|
117
|
-
<term name="column">
|
|
118
|
-
<single>coluna</single>
|
|
119
|
-
<multiple>colunas</multiple>
|
|
120
|
-
</term>
|
|
121
|
-
<term name="figure">
|
|
122
|
-
<single>figura</single>
|
|
123
|
-
<multiple>figuras</multiple>
|
|
124
|
-
</term>
|
|
125
|
-
<term name="folio">
|
|
126
|
-
<single>fólio</single>
|
|
127
|
-
<multiple>fólios</multiple>
|
|
128
|
-
</term>
|
|
129
|
-
<term name="issue">
|
|
130
|
-
<single>número</single>
|
|
131
|
-
<multiple>número</multiple>
|
|
132
|
-
</term>
|
|
133
|
-
<term name="line">
|
|
134
|
-
<single>linha</single>
|
|
135
|
-
<multiple>linhas</multiple>
|
|
136
|
-
</term>
|
|
137
|
-
<term name="note">
|
|
138
|
-
<single>nota</single>
|
|
139
|
-
<multiple>notas</multiple>
|
|
140
|
-
</term>
|
|
141
|
-
<term name="opus">
|
|
142
|
-
<single>opus</single>
|
|
143
|
-
<multiple>opera</multiple>
|
|
144
|
-
</term>
|
|
145
|
-
<term name="page">
|
|
146
|
-
<single>página</single>
|
|
147
|
-
<multiple>páginas</multiple>
|
|
148
|
-
</term>
|
|
149
|
-
<term name="paragraph">
|
|
150
|
-
<single>parágrafo</single>
|
|
151
|
-
<multiple>parágrafos</multiple>
|
|
152
|
-
</term>
|
|
153
|
-
<term name="part">
|
|
154
|
-
<single>parte</single>
|
|
155
|
-
<multiple>partes</multiple>
|
|
156
|
-
</term>
|
|
157
|
-
<term name="section">
|
|
158
|
-
<single>secção</single>
|
|
159
|
-
<multiple>secções</multiple>
|
|
160
|
-
</term>
|
|
161
|
-
<term name="sub verbo">
|
|
162
|
-
<single>sub verbo</single>
|
|
163
|
-
<multiple>sub verbis</multiple>
|
|
164
|
-
</term>
|
|
165
|
-
<term name="verse">
|
|
166
|
-
<single>versículo</single>
|
|
167
|
-
<multiple>versículos</multiple>
|
|
168
|
-
</term>
|
|
169
|
-
<term name="volume">
|
|
170
|
-
<single>volume</single>
|
|
171
|
-
<multiple>volumes</multiple>
|
|
172
|
-
</term>
|
|
173
|
-
|
|
174
|
-
<!-- SHORT LOCATOR FORMS -->
|
|
175
|
-
<term name="book" form="short">liv</term>
|
|
176
|
-
<term name="chapter" form="short">cap</term>
|
|
177
|
-
<term name="column" form="short">col</term>
|
|
178
|
-
<term name="figure" form="short">fig</term>
|
|
179
|
-
<term name="folio" form="short">f</term>
|
|
180
|
-
<term name="issue" form="short">n</term>
|
|
181
|
-
<term name="opus" form="short">op</term>
|
|
182
|
-
<term name="page" form="short">
|
|
183
|
-
<single>p</single>
|
|
184
|
-
<multiple>pp</multiple>
|
|
185
|
-
</term>
|
|
186
|
-
<term name="paragraph" form="short">par</term>
|
|
187
|
-
<term name="part" form="short">pt</term>
|
|
188
|
-
<term name="section" form="short">sec</term>
|
|
189
|
-
<term name="sub verbo" form="short">
|
|
190
|
-
<single>s.v.</single>
|
|
191
|
-
<multiple>s.vv.</multiple>
|
|
192
|
-
</term>
|
|
193
|
-
<term name="verse" form="short">
|
|
194
|
-
<single>v</single>
|
|
195
|
-
<multiple>vv</multiple>
|
|
196
|
-
</term>
|
|
197
|
-
<term name="volume" form="short">
|
|
198
|
-
<single>vol</single>
|
|
199
|
-
<multiple>vols</multiple>
|
|
200
|
-
</term>
|
|
201
|
-
|
|
202
|
-
<!-- SYMBOL LOCATOR FORMS -->
|
|
203
|
-
<term name="paragraph" form="symbol">
|
|
204
|
-
<single>¶</single>
|
|
205
|
-
<multiple>¶¶</multiple>
|
|
206
|
-
</term>
|
|
207
|
-
<term name="section" form="symbol">
|
|
208
|
-
<single>§</single>
|
|
209
|
-
<multiple>§§</multiple>
|
|
210
|
-
</term>
|
|
211
|
-
|
|
212
|
-
<!-- LONG ROLE FORMS -->
|
|
213
|
-
<term name="author">
|
|
214
|
-
<single/>
|
|
215
|
-
<multiple/>
|
|
216
|
-
</term>
|
|
217
|
-
<term name="editor">
|
|
218
|
-
<single>editor</single>
|
|
219
|
-
<multiple>editores</multiple>
|
|
220
|
-
</term>
|
|
221
|
-
<term name="editorial-director">
|
|
222
|
-
<single>editor</single>
|
|
223
|
-
<multiple>editors</multiple>
|
|
224
|
-
</term>
|
|
225
|
-
<term name="translator">
|
|
226
|
-
<single>tradutor</single>
|
|
227
|
-
<multiple>tradutores</multiple>
|
|
228
|
-
</term>
|
|
229
|
-
<term name="editortranslator">
|
|
230
|
-
<single>editor & translator</single>
|
|
231
|
-
<multiple>editors & translators</multiple>
|
|
232
|
-
</term>
|
|
233
|
-
|
|
234
|
-
<!-- SHORT ROLE FORMS -->
|
|
235
|
-
<term name="author" form="short">
|
|
236
|
-
<single/>
|
|
237
|
-
<multiple/>
|
|
238
|
-
</term>
|
|
239
|
-
<term name="editor" form="short">
|
|
240
|
-
<single>ed</single>
|
|
241
|
-
<multiple>eds</multiple>
|
|
242
|
-
</term>
|
|
243
|
-
<term name="editorial-director" form="short">
|
|
244
|
-
<single>ed.</single>
|
|
245
|
-
<multiple>eds.</multiple>
|
|
246
|
-
</term>
|
|
247
|
-
<term name="translator" form="short">
|
|
248
|
-
<single>trad</single>
|
|
249
|
-
<multiple>trads</multiple>
|
|
250
|
-
</term>
|
|
251
|
-
<term name="editortranslator" form="short">
|
|
252
|
-
<single>ed. & tran.</single>
|
|
253
|
-
<multiple>eds. & trans.</multiple>
|
|
254
|
-
</term>
|
|
255
|
-
|
|
256
|
-
<!-- VERB ROLE FORMS -->
|
|
257
|
-
<term name="editor" form="verb">editado por</term>
|
|
258
|
-
<term name="editorial-director" form="verb">edited by</term>
|
|
259
|
-
<term name="translator" form="verb">traduzido por</term>
|
|
260
|
-
<term name="editortranslator" form="verb">edited & translated by</term>
|
|
261
|
-
<term name="recipient" form="verb">para</term>
|
|
262
|
-
<term name="interviewer" form="verb">entrevistado por</term>
|
|
263
|
-
|
|
264
|
-
<!-- SHORT VERB ROLE FORMS -->
|
|
265
|
-
<term name="container-author" form="verb-short">by</term>
|
|
266
|
-
<term name="editor" form="verb-short">ed</term>
|
|
267
|
-
<term name="editorial-director" form="verb-short">ed.</term>
|
|
268
|
-
<term name="translator" form="verb-short">trad</term>
|
|
269
|
-
<term name="editortranslator" form="verb-short">ed. & trans. by</term>
|
|
270
|
-
|
|
271
|
-
<!-- LONG MONTH FORMS -->
|
|
272
|
-
<term name="month-01">Janeiro</term>
|
|
273
|
-
<term name="month-02">Fevereiro</term>
|
|
274
|
-
<term name="month-03">Março</term>
|
|
275
|
-
<term name="month-04">Abril</term>
|
|
276
|
-
<term name="month-05">Maio</term>
|
|
277
|
-
<term name="month-06">Junho</term>
|
|
278
|
-
<term name="month-07">Julho</term>
|
|
279
|
-
<term name="month-08">Agosto</term>
|
|
280
|
-
<term name="month-09">Setembro</term>
|
|
281
|
-
<term name="month-10">Outubro</term>
|
|
282
|
-
<term name="month-11">Novembro</term>
|
|
283
|
-
<term name="month-12">Dezembro</term>
|
|
284
|
-
|
|
285
|
-
<!-- SHORT MONTH FORMS -->
|
|
286
|
-
<term name="month-01" form="short">Jan</term>
|
|
287
|
-
<term name="month-02" form="short">Fev</term>
|
|
288
|
-
<term name="month-03" form="short">Mar</term>
|
|
289
|
-
<term name="month-04" form="short">Abr</term>
|
|
290
|
-
<term name="month-05" form="short">Mai</term>
|
|
291
|
-
<term name="month-06" form="short">Jun</term>
|
|
292
|
-
<term name="month-07" form="short">Jul</term>
|
|
293
|
-
<term name="month-08" form="short">Ago</term>
|
|
294
|
-
<term name="month-09" form="short">Set</term>
|
|
295
|
-
<term name="month-10" form="short">Out</term>
|
|
296
|
-
<term name="month-11" form="short">Nov</term>
|
|
297
|
-
<term name="month-12" form="short">Dez</term>
|
|
298
|
-
|
|
299
|
-
<!-- SEASONS -->
|
|
300
|
-
<term name="season-01">Spring</term>
|
|
301
|
-
<term name="season-02">Summer</term>
|
|
302
|
-
<term name="season-03">Autumn</term>
|
|
303
|
-
<term name="season-04">Winter</term>
|
|
304
|
-
</terms>
|
|
305
|
-
</locale>
|
|
@@ -1,305 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="ro-RO">
|
|
3
|
-
<style-options punctuation-in-quote="false"/>
|
|
4
|
-
<date form="text">
|
|
5
|
-
<date-part name="day" suffix=" "/>
|
|
6
|
-
<date-part name="month" suffix=" "/>
|
|
7
|
-
<date-part name="year"/>
|
|
8
|
-
</date>
|
|
9
|
-
<date form="numeric">
|
|
10
|
-
<date-part name="day" suffix="."/>
|
|
11
|
-
<date-part name="month" form="numeric" suffix="."/>
|
|
12
|
-
<date-part name="year"/>
|
|
13
|
-
</date>
|
|
14
|
-
<terms>
|
|
15
|
-
<term name="accessed">data accesării:</term>
|
|
16
|
-
<term name="and">și</term>
|
|
17
|
-
<term name="and others">și alții</term>
|
|
18
|
-
<term name="anonymous">anonim</term>
|
|
19
|
-
<term name="anonymous" form="short">anon.</term>
|
|
20
|
-
<term name="at">la</term>
|
|
21
|
-
<term name="by">de</term>
|
|
22
|
-
<term name="circa">circa</term>
|
|
23
|
-
<term name="circa" form="short">cca.</term>
|
|
24
|
-
<term name="cited">citat</term>
|
|
25
|
-
<term name="edition">
|
|
26
|
-
<single>ediția</single>
|
|
27
|
-
<multiple>edițiile</multiple>
|
|
28
|
-
</term>
|
|
29
|
-
<term name="edition" form="short">ed</term>
|
|
30
|
-
<term name="et-al">et al.</term>
|
|
31
|
-
<term name="forthcoming">în curs de apariție</term>
|
|
32
|
-
<term name="from">din</term>
|
|
33
|
-
<term name="ibid">ibidem</term>
|
|
34
|
-
<term name="in">în</term>
|
|
35
|
-
<term name="in press">sub tipar</term>
|
|
36
|
-
<term name="internet">internet</term>
|
|
37
|
-
<term name="interview">interviu</term>
|
|
38
|
-
<term name="letter">scrisoare</term>
|
|
39
|
-
<term name="no date">fără dată</term>
|
|
40
|
-
<term name="no date" form="short">f.a.</term>
|
|
41
|
-
<term name="online">online</term>
|
|
42
|
-
<term name="presented at">prezentat la</term>
|
|
43
|
-
<term name="reference">
|
|
44
|
-
<single>referință</single>
|
|
45
|
-
<multiple>referințe</multiple>
|
|
46
|
-
</term>
|
|
47
|
-
<term name="reference" form="short">
|
|
48
|
-
<single>ref.</single>
|
|
49
|
-
<multiple>ref.</multiple>
|
|
50
|
-
</term>
|
|
51
|
-
<term name="retrieved">preluat în</term>
|
|
52
|
-
|
|
53
|
-
<!-- ANNO DOMINI; BEFORE CHRIST -->
|
|
54
|
-
<term name="ad">d.Hr.</term>
|
|
55
|
-
<term name="bc">î.Hr.</term>
|
|
56
|
-
|
|
57
|
-
<!-- QUOTES -->
|
|
58
|
-
<!-- Source: http://en.wikipedia.org/wiki/Non-English_usage_of_quotation_marks -->
|
|
59
|
-
<term name="open-quote">„</term>
|
|
60
|
-
<term name="close-quote">”</term>
|
|
61
|
-
<term name="open-inner-quote">«</term>
|
|
62
|
-
<term name="close-inner-quote">»</term>
|
|
63
|
-
|
|
64
|
-
<!-- ORDINALS -->
|
|
65
|
-
<term name="ordinal-01"/>
|
|
66
|
-
<term name="ordinal-02">-lea</term>
|
|
67
|
-
<term name="ordinal-03">-lea</term>
|
|
68
|
-
<term name="ordinal-04">-lea</term>
|
|
69
|
-
|
|
70
|
-
<!-- LONG ORDINALS -->
|
|
71
|
-
<term name="long-ordinal-01">primul</term>
|
|
72
|
-
<term name="long-ordinal-02">al doilea</term>
|
|
73
|
-
<term name="long-ordinal-03">al treilea</term>
|
|
74
|
-
<term name="long-ordinal-04">al patrulea</term>
|
|
75
|
-
<term name="long-ordinal-05">al cincilea</term>
|
|
76
|
-
<term name="long-ordinal-06">al șaselea</term>
|
|
77
|
-
<term name="long-ordinal-07">al șaptelea</term>
|
|
78
|
-
<term name="long-ordinal-08">al optulea</term>
|
|
79
|
-
<term name="long-ordinal-09">al nouălea</term>
|
|
80
|
-
<term name="long-ordinal-10">al zecelea</term>
|
|
81
|
-
|
|
82
|
-
<!-- CATEGORIES -->
|
|
83
|
-
<term name="anthropology">antropologie</term>
|
|
84
|
-
<term name="astronomy">astronomie</term>
|
|
85
|
-
<term name="biology">biologie</term>
|
|
86
|
-
<term name="botany">botanică</term>
|
|
87
|
-
<term name="chemistry">chimie</term>
|
|
88
|
-
<term name="engineering">inginerie</term>
|
|
89
|
-
<term name="generic-base">general (de bază)</term>
|
|
90
|
-
<term name="geography">geografie</term>
|
|
91
|
-
<term name="geology">geologie</term>
|
|
92
|
-
<term name="history">istorie</term>
|
|
93
|
-
<term name="humanities">științe umaniste</term>
|
|
94
|
-
<term name="linguistics">lingvistică</term>
|
|
95
|
-
<term name="literature">literatură</term>
|
|
96
|
-
<term name="math">matematică</term>
|
|
97
|
-
<term name="medicine">medicină</term>
|
|
98
|
-
<term name="philosophy">filosofie</term>
|
|
99
|
-
<term name="physics">fizică</term>
|
|
100
|
-
<term name="psychology">psihologie</term>
|
|
101
|
-
<term name="sociology">sociologie</term>
|
|
102
|
-
<term name="science">știință</term>
|
|
103
|
-
<term name="political_science">științe politice</term>
|
|
104
|
-
<term name="social_science">științe sociale</term>
|
|
105
|
-
<term name="theology">teologie</term>
|
|
106
|
-
<term name="zoology">zoologie</term>
|
|
107
|
-
|
|
108
|
-
<!-- LONG LOCATOR FORMS -->
|
|
109
|
-
<term name="book">
|
|
110
|
-
<single>cartea</single>
|
|
111
|
-
<multiple>cărțile</multiple>
|
|
112
|
-
</term>
|
|
113
|
-
<term name="chapter">
|
|
114
|
-
<single>capitolul</single>
|
|
115
|
-
<multiple>capitolele</multiple>
|
|
116
|
-
</term>
|
|
117
|
-
<term name="column">
|
|
118
|
-
<single>coloana</single>
|
|
119
|
-
<multiple>coloanele</multiple>
|
|
120
|
-
</term>
|
|
121
|
-
<term name="figure">
|
|
122
|
-
<single>figura</single>
|
|
123
|
-
<multiple>figurile</multiple>
|
|
124
|
-
</term>
|
|
125
|
-
<term name="folio">
|
|
126
|
-
<single>folio</single>
|
|
127
|
-
<multiple>folio</multiple>
|
|
128
|
-
</term>
|
|
129
|
-
<term name="issue">
|
|
130
|
-
<single>numărul</single>
|
|
131
|
-
<multiple>numerele</multiple>
|
|
132
|
-
</term>
|
|
133
|
-
<term name="line">
|
|
134
|
-
<single>linia</single>
|
|
135
|
-
<multiple>liniile</multiple>
|
|
136
|
-
</term>
|
|
137
|
-
<term name="note">
|
|
138
|
-
<single>nota</single>
|
|
139
|
-
<multiple>notele</multiple>
|
|
140
|
-
</term>
|
|
141
|
-
<term name="opus">
|
|
142
|
-
<single>opusul</single>
|
|
143
|
-
<multiple>opusurile</multiple>
|
|
144
|
-
</term>
|
|
145
|
-
<term name="page">
|
|
146
|
-
<single>pagina</single>
|
|
147
|
-
<multiple>paginile</multiple>
|
|
148
|
-
</term>
|
|
149
|
-
<term name="paragraph">
|
|
150
|
-
<single>paragraful</single>
|
|
151
|
-
<multiple>paragrafele</multiple>
|
|
152
|
-
</term>
|
|
153
|
-
<term name="part">
|
|
154
|
-
<single>partea</single>
|
|
155
|
-
<multiple>părțile</multiple>
|
|
156
|
-
</term>
|
|
157
|
-
<term name="section">
|
|
158
|
-
<single>secțiunea</single>
|
|
159
|
-
<multiple>secțiunile</multiple>
|
|
160
|
-
</term>
|
|
161
|
-
<term name="sub verbo">
|
|
162
|
-
<single>sub verbo</single>
|
|
163
|
-
<multiple>sub verbis</multiple>
|
|
164
|
-
</term>
|
|
165
|
-
<term name="verse">
|
|
166
|
-
<single>versetul</single>
|
|
167
|
-
<multiple>versetele</multiple>
|
|
168
|
-
</term>
|
|
169
|
-
<term name="volume">
|
|
170
|
-
<single>volumul</single>
|
|
171
|
-
<multiple>volumele</multiple>
|
|
172
|
-
</term>
|
|
173
|
-
|
|
174
|
-
<!-- SHORT LOCATOR FORMS -->
|
|
175
|
-
<term name="book" form="short">cart.</term>
|
|
176
|
-
<term name="chapter" form="short">cap.</term>
|
|
177
|
-
<term name="column" form="short">col.</term>
|
|
178
|
-
<term name="figure" form="short">fig.</term>
|
|
179
|
-
<term name="folio" form="short">fol.</term>
|
|
180
|
-
<term name="issue" form="short">nr.</term>
|
|
181
|
-
<term name="opus" form="short">op.</term>
|
|
182
|
-
<term name="page" form="short">
|
|
183
|
-
<single>p.</single>
|
|
184
|
-
<multiple>pp.</multiple>
|
|
185
|
-
</term>
|
|
186
|
-
<term name="paragraph" form="short">par.</term>
|
|
187
|
-
<term name="part" form="short">part.</term>
|
|
188
|
-
<term name="section" form="short">sec.</term>
|
|
189
|
-
<term name="sub verbo" form="short">
|
|
190
|
-
<single>s.v.</single>
|
|
191
|
-
<multiple>s.vv.</multiple>
|
|
192
|
-
</term>
|
|
193
|
-
<term name="verse" form="short">
|
|
194
|
-
<single>v.</single>
|
|
195
|
-
<multiple>vv.</multiple>
|
|
196
|
-
</term>
|
|
197
|
-
<term name="volume" form="short">
|
|
198
|
-
<single>vol.</single>
|
|
199
|
-
<multiple>vol.</multiple>
|
|
200
|
-
</term>
|
|
201
|
-
|
|
202
|
-
<!-- SYMBOL LOCATOR FORMS -->
|
|
203
|
-
<term name="paragraph" form="symbol">
|
|
204
|
-
<single>¶</single>
|
|
205
|
-
<multiple>¶¶</multiple>
|
|
206
|
-
</term>
|
|
207
|
-
<term name="section" form="symbol">
|
|
208
|
-
<single>§</single>
|
|
209
|
-
<multiple>§§</multiple>
|
|
210
|
-
</term>
|
|
211
|
-
|
|
212
|
-
<!-- LONG ROLE FORMS -->
|
|
213
|
-
<term name="author">
|
|
214
|
-
<single>autor</single>
|
|
215
|
-
<multiple>autori</multiple>
|
|
216
|
-
</term>
|
|
217
|
-
<term name="editor">
|
|
218
|
-
<single>editor</single>
|
|
219
|
-
<multiple>editori</multiple>
|
|
220
|
-
</term>
|
|
221
|
-
<term name="editorial-director">
|
|
222
|
-
<single>editor</single>
|
|
223
|
-
<multiple>editori</multiple>
|
|
224
|
-
</term>
|
|
225
|
-
<term name="translator">
|
|
226
|
-
<single>traducător</single>
|
|
227
|
-
<multiple>traducători</multiple>
|
|
228
|
-
</term>
|
|
229
|
-
<term name="editortranslator">
|
|
230
|
-
<single>editor & traducător</single>
|
|
231
|
-
<multiple>editori & traducători</multiple>
|
|
232
|
-
</term>
|
|
233
|
-
|
|
234
|
-
<!-- SHORT ROLE FORMS -->
|
|
235
|
-
<term name="author" form="short">
|
|
236
|
-
<single>aut.</single>
|
|
237
|
-
<multiple>aut.</multiple>
|
|
238
|
-
</term>
|
|
239
|
-
<term name="editor" form="short">
|
|
240
|
-
<single>ed.</single>
|
|
241
|
-
<multiple>ed.</multiple>
|
|
242
|
-
</term>
|
|
243
|
-
<term name="editorial-director" form="short">
|
|
244
|
-
<single>ed.</single>
|
|
245
|
-
<multiple>ed.</multiple>
|
|
246
|
-
</term>
|
|
247
|
-
<term name="translator" form="short">
|
|
248
|
-
<single>trad.</single>
|
|
249
|
-
<multiple>trad.</multiple>
|
|
250
|
-
</term>
|
|
251
|
-
<term name="editortranslator" form="short">
|
|
252
|
-
<single>ed. & trad.</single>
|
|
253
|
-
<multiple>ed. & trad.</multiple>
|
|
254
|
-
</term>
|
|
255
|
-
|
|
256
|
-
<!-- VERB ROLE FORMS -->
|
|
257
|
-
<term name="editor" form="verb">ediție de</term>
|
|
258
|
-
<term name="editorial-director" form="verb">ediție de</term>
|
|
259
|
-
<term name="translator" form="verb">traducere de</term>
|
|
260
|
-
<term name="editortranslator" form="verb">ediție & traducere de</term>
|
|
261
|
-
<term name="recipient" form="verb">în</term>
|
|
262
|
-
<term name="interviewer" form="verb">interviu de</term>
|
|
263
|
-
|
|
264
|
-
<!-- SHORT VERB ROLE FORMS -->
|
|
265
|
-
<term name="container-author" form="verb-short">de</term>
|
|
266
|
-
<term name="editor" form="verb-short">ed.</term>
|
|
267
|
-
<term name="editorial-director" form="verb-short">ed.</term>
|
|
268
|
-
<term name="translator" form="verb-short">trad.</term>
|
|
269
|
-
<term name="editortranslator" form="verb-short">ed. & trad. de</term>
|
|
270
|
-
|
|
271
|
-
<!-- LONG MONTH FORMS -->
|
|
272
|
-
<term name="month-01">ianuarie</term>
|
|
273
|
-
<term name="month-02">februarie</term>
|
|
274
|
-
<term name="month-03">martie</term>
|
|
275
|
-
<term name="month-04">aprilie</term>
|
|
276
|
-
<term name="month-05">mai</term>
|
|
277
|
-
<term name="month-06">iunie</term>
|
|
278
|
-
<term name="month-07">iulie</term>
|
|
279
|
-
<term name="month-08">august</term>
|
|
280
|
-
<term name="month-09">septembrie</term>
|
|
281
|
-
<term name="month-10">octombrie</term>
|
|
282
|
-
<term name="month-11">noiembrie</term>
|
|
283
|
-
<term name="month-12">decembrie</term>
|
|
284
|
-
|
|
285
|
-
<!-- SHORT MONTH FORMS -->
|
|
286
|
-
<term name="month-01" form="short">ian.</term>
|
|
287
|
-
<term name="month-02" form="short">feb.</term>
|
|
288
|
-
<term name="month-03" form="short">mar.</term>
|
|
289
|
-
<term name="month-04" form="short">apr.</term>
|
|
290
|
-
<term name="month-05" form="short">mai</term>
|
|
291
|
-
<term name="month-06" form="short">iun.</term>
|
|
292
|
-
<term name="month-07" form="short">iul.</term>
|
|
293
|
-
<term name="month-08" form="short">aug.</term>
|
|
294
|
-
<term name="month-09" form="short">sep.</term>
|
|
295
|
-
<term name="month-10" form="short">oct.</term>
|
|
296
|
-
<term name="month-11" form="short">nov.</term>
|
|
297
|
-
<term name="month-12" form="short">dec.</term>
|
|
298
|
-
|
|
299
|
-
<!-- SEASONS -->
|
|
300
|
-
<term name="season-01">primăvara</term>
|
|
301
|
-
<term name="season-02">vara</term>
|
|
302
|
-
<term name="season-03">toamna</term>
|
|
303
|
-
<term name="season-04">iarna</term>
|
|
304
|
-
</terms>
|
|
305
|
-
</locale>
|