-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreferences.bib
More file actions
255 lines (225 loc) · 8.72 KB
/
references.bib
File metadata and controls
255 lines (225 loc) · 8.72 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
@misc{claude_sonnet_2025,
author = {Anthropic},
title = {Claude 4.5 Sonnet},
year = {2025},
howpublished = {Large language model},
note = {Model version: claude-sonnet-4-5-20250929},
url = {https://www.anthropic.com/claude}
}
@software{claude_code_2025,
author = {Anthropic},
title = {Claude Code},
year = {2025},
howpublished = {AI-powered command-line interface},
note = {Interactive development environment powered by Claude},
url = {https://docs.claude.com/en/docs/claude-code}
}
@misc{interactive_mapper_development,
author = {Anthropic and {Your Name}},
title = {Interactive Corpus Mapper DEMO: Development with {Claude Code}},
year = {2025},
note = {Collaborative software development using Claude 4.5 Sonnet via Claude Code CLI.
Geographic visualization tool for temporal corpus metadata analysis.
Part of the research project 'Modern Times 1936' financed by Bank of Sweden
Tercentenary Foundation (Riksbankens Jubileumsfond), grant P21-0012.}
}
@misc{modern_times_1936,
title = {Modern Times 1936},
author = {{Research Project Consortium}},
year = {2021--2025},
howpublished = {Research project},
note = {Financed by Bank of Sweden Tercentenary Foundation (Riksbankens Jubileumsfond),
grant number P21-0012},
url = {https://www.rj.se/en/grants/2021/modern-times-1936/}
}
% Core Technologies
@misc{d3js,
author = {Bostock, Mike and {Observable, Inc.}},
title = {D3.js: Data-Driven Documents},
year = {2024},
version = {7.8.5},
howpublished = {JavaScript library},
url = {https://d3js.org/},
note = {Data visualization library for creating dynamic, interactive visualizations}
}
@article{bostock2011d3,
author = {Bostock, Michael and Ogievetsky, Vadim and Heer, Jeffrey},
title = {{D3: Data-Driven Documents}},
journal = {IEEE Transactions on Visualization and Computer Graphics},
year = {2011},
volume = {17},
number = {12},
pages = {2301--2309},
doi = {10.1109/TVCG.2011.185}
}
@software{leaflet,
author = {Agafonkin, Vladimir and {Leaflet contributors}},
title = {Leaflet: An Open-Source {JavaScript} Library for Interactive Maps},
year = {2024},
version = {1.9.4},
url = {https://leafletjs.com/},
note = {Mobile-friendly interactive mapping library}
}
@software{vite,
author = {{Vite Team}},
title = {Vite: Next Generation Frontend Tooling},
year = {2024},
version = {5.0},
url = {https://vitejs.dev/},
note = {Fast build tool and development server for modern web projects}
}
% Data and Geocoding
@misc{openstreetmap,
author = {{OpenStreetMap contributors}},
title = {{OpenStreetMap}},
year = {2024},
url = {https://www.openstreetmap.org/},
note = {Collaborative project to create a free editable map of the world}
}
@inproceedings{haklay2008openstreetmap,
author = {Haklay, Mordechai and Weber, Patrick},
title = {{OpenStreetMap: User-Generated Street Maps}},
booktitle = {IEEE Pervasive Computing},
year = {2008},
volume = {7},
number = {4},
pages = {12--18},
doi = {10.1109/MPRV.2008.80}
}
@misc{nominatim,
author = {{OpenStreetMap Foundation}},
title = {Nominatim: Open-Source Geocoding with {OpenStreetMap} Data},
year = {2024},
url = {https://nominatim.org/},
note = {Search engine for OpenStreetMap data used for geocoding locations}
}
% Web Technologies
@misc{javascript_ecmascript,
author = {{Ecma International}},
title = {{ECMAScript} 2023 Language Specification},
year = {2023},
howpublished = {Standard ECMA-262, 14th Edition},
url = {https://www.ecma-international.org/publications-and-standards/standards/ecma-262/}
}
@misc{html5,
author = {{W3C}},
title = {{HTML5}: A Vocabulary and Associated {APIs} for {HTML} and {XHTML}},
year = {2014},
howpublished = {W3C Recommendation},
url = {https://www.w3.org/TR/html5/}
}
@misc{css3,
author = {{W3C}},
title = {{CSS} Snapshot 2023},
year = {2023},
howpublished = {W3C Working Group Note},
url = {https://www.w3.org/TR/CSS/}
}
% Python (for data processing)
@book{python,
author = {Van Rossum, Guido and Drake, Fred L.},
title = {Python 3 Reference Manual},
year = {2009},
publisher = {CreateSpace},
address = {Scotts Valley, CA},
isbn = {1441412697}
}
% Node.js and npm (build environment)
@misc{nodejs,
author = {{OpenJS Foundation}},
title = {Node.js: {JavaScript} Runtime Built on {Chrome's V8 JavaScript} Engine},
year = {2024},
url = {https://nodejs.org/},
note = {JavaScript runtime environment for server-side and build tools}
}
@misc{npm,
author = {{npm, Inc.}},
title = {npm: Node Package Manager},
year = {2024},
url = {https://www.npmjs.com/},
note = {Package manager for JavaScript and Node.js}
}
% Visualization and Cartography References
@book{tufte2001visual,
author = {Tufte, Edward R.},
title = {The Visual Display of Quantitative Information},
edition = {2nd},
year = {2001},
publisher = {Graphics Press},
address = {Cheshire, CT}
}
@book{munzner2014visualization,
author = {Munzner, Tamara},
title = {Visualization Analysis and Design},
year = {2014},
publisher = {CRC Press},
address = {Boca Raton, FL},
isbn = {978-1466508910}
}
@article{slocum2001thematic,
author = {Slocum, Terry A. and McMaster, Robert B. and Kessler, Fritz C. and Howard, Hugh H.},
title = {Thematic Cartography and Geographic Visualization},
journal = {Prentice Hall Series in Geographic Information Science},
year = {2001},
publisher = {Prentice Hall}
}
@software{2025mediagis,
title = {Mediagis/Nominatim-Docker},
date = {2025-10-14T18:35:04Z},
origdate = {2016-04-04T20:16:24Z},
url = {https://github.com/mediagis/nominatim-docker},
urldate = {2025-10-16},
abstract = {100\% working container for Nominatim},
organization = {mediagis},
keywords = {nominatim,nominatim-docker,pbf}
}
% == BibLateX quality report for 2025mediagis:
% ? Title looks like it was stored in lower-case in Zotero
% ? unused Library catalog ("GitHub")
% ? unused Programming language ("Shell")
@article{aspenskog2025journal,
title = {Journal {{Digital Corpus}}: {{Swedish Newsreel Transcriptions}}},
shorttitle = {Journal {{Digital Corpus}}},
author = {Aspenskog, Robert and Johansson, Mathias and Snickars, Pelle},
date = {2025-08-04T12:47:04+00:00},
journaltitle = {Journal of Open Humanities Data},
volume = {11},
number = {1},
issn = {2059-481X},
doi = {10.5334/johd.344},
url = {https://openhumanitiesdata.metajnl.com/articles/10.5334/johd.344},
urldate = {2025-09-02},
abstract = {The Journal Digital Corpus (JDC) is a corpus comprising transcriptions of Swedish historical newsreels, primarily sourced from the SF Veckorevy newsreels produced between the early 1910s and the 1960s. JDC includes transcribed speech from 2,553 newsreels (over two million words) and intertitles from 4,333 videos. Utilizing custom-built Python libraries, SweScribe and stum, the corpus facilitates unprecedented access to historical narratives of Swedish modernity. It offers extensive research opportunities across history, cultural studies, linguistics, and media analysis, enabling detailed examinations of societal shifts, media representation, and linguistic developments throughout twentieth-century Sweden.},
langid = {american},
file = {/Users/matjoha/Library/CloudStorage/GoogleDrive-mathiasjoha@gmail.com/My Drive/ZOTERO_DIR/aspenskog2025journal/Aspenskog.Johansson.Snickars_2025.pdf}
}
% == BibLateX quality report for aspenskog2025journal:
% ? Title looks like it was stored in title-case in Zotero
% ? unused Library catalog ("openhumanitiesdata.metajnl.com")
@online{geofabrika,
title = {Geofabrik {{Download Server}}},
url = {https://download.geofabrik.de/europe/sweden.html},
urldate = {2025-10-16},
file = {/Users/matjoha/Library/CloudStorage/GoogleDrive-mathiasjoha@gmail.com/My Drive/ZOTERO_DIR/geofabrika/sweden.html}
}
% == BibLateX quality report for geofabrika:
% Exactly one of 'date' / 'year' must be present
% ? Title looks like it was stored in title-case in Zotero
@online{kblabb2022kb,
title = {{{KB}}/Bert-Base-Swedish-Cased-Ner · {{Hugging Face}}},
author = {KB Labb},
date = {2022},
url = {https://huggingface.co/KB/bert-base-swedish-cased-ner},
urldate = {2025-06-05},
abstract = {We’re on a journey to advance and democratize artificial intelligence through open source and open science.},
organization = {Hugging Face},
file = {/Users/matjoha/Library/CloudStorage/GoogleDrive-mathiasjoha@gmail.com/My Drive/ZOTERO_DIR/kb/bert-base-swedish-cased-ner.html}
}
@online{svensk,
title = {Svensk Mediedatabas ({{SMDB}})},
url = {https://smdb.kb.se/},
urldate = {2025-10-16},
file = {/Users/matjoha/Library/CloudStorage/GoogleDrive-mathiasjoha@gmail.com/My Drive/ZOTERO_DIR/svensk/smdb.kb.se.html}
}
% == BibLateX quality report for svensk:
% Exactly one of 'date' / 'year' must be present