splatone 0.0.25 → 0.0.26

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.
package/README.md CHANGED
@@ -81,6 +81,7 @@ SNSのジオタグ付きポストをキーワードに基づいて収集する
81
81
  * GimmeGimmeモード追加: Flickrから画像を指定ディレクトリにダウンロード
82
82
  * Bulkeyビジュアライザ
83
83
  * PointMarkerをクリックしてFlickrの当該写真のページへ飛ぶ
84
+ * NPX起動時にproverderが読み込まれない問題を解決
84
85
 
85
86
  ### <a name='v0.0.22v0.0.23'></a>v0.0.22 → → v0.0.23
86
87
 
package/crawler.js CHANGED
@@ -37,6 +37,7 @@ import { dfsObject, bboxSize, saveGeoJsonObjectAsStream, buildProvidersOptions,
37
37
  const __filename = fileURLToPath(import.meta.url);
38
38
  const __dirname = dirname(__filename);
39
39
  const VIZ_BASE = resolve(__dirname, "visualizer");
40
+ const PROVIDER_BASE = resolve(__dirname, "providers");
40
41
  const app = express();
41
42
  const port = 3000;
42
43
  const title = 'Splatone - Multi-Layer Composite Heatmap Viewer';
@@ -319,7 +320,7 @@ try {
319
320
  };
320
321
 
321
322
  const providers = await loadProviders({
322
- dir: './providers',
323
+ dir: PROVIDER_BASE,
323
324
  api,
324
325
  optionsById: {},
325
326
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "splatone",
3
- "version": "0.0.25",
3
+ "version": "0.0.26",
4
4
  "description": "Multi-layer Composite Heatmap",
5
5
  "homepage": "https://github.com/YokoyamaLab/Splatone#readme",
6
6
  "bugs": {
@@ -1,5 +1,4 @@
1
1
  \relax
2
- \providecommand{\transparent@use}[1]{}
3
2
  \providecommand\hyper@newdestlabel[2]{}
4
3
  \providecommand\HyField@AuxAddToFields[1]{}
5
4
  \providecommand\HyField@AuxAddToCoFields[2]{}
@@ -22,39 +21,41 @@
22
21
  \@writefile{toc}{\contentsline {subsection}{\numberline {3.1}用語定義}{4}{section*.4}\protected@file@percent }
23
22
  \@writefile{toc}{\contentsline {subsubsection}{\numberline {3.1.1}Splatone Crawler}{4}{section*.5}\protected@file@percent }
24
23
  \@writefile{toc}{\contentsline {subsubsection}{\numberline {3.1.2}キーワードとカテゴリ}{4}{section*.6}\protected@file@percent }
25
- \@writefile{toc}{\contentsline {subsubsection}{\numberline {3.1.3}Provider}{4}{section*.7}\protected@file@percent }
26
- \@writefile{toc}{\contentsline {subsubsection}{\numberline {3.1.4}Visualizer}{4}{section*.8}\protected@file@percent }
24
+ \@writefile{toc}{\contentsline {subsubsection}{\numberline {3.1.3}Provider}{5}{section*.7}\protected@file@percent }
25
+ \@writefile{toc}{\contentsline {subsubsection}{\numberline {3.1.4}Visualizer}{5}{section*.8}\protected@file@percent }
27
26
  \@writefile{toc}{\contentsline {subsection}{\numberline {3.2}Splatone Crawler CLI}{5}{section*.9}\protected@file@percent }
28
- \@writefile{lof}{\contentsline {figure}{\numberline {1}{\ignorespaces Splatone Crawler の全体構成}}{6}{figure.1}\protected@file@percent }
29
- \newlabel{fig:architecture}{{1}{6}{Splatone Crawler の全体構成}{figure.1}{}}
30
- \@writefile{lof}{\contentsline {figure}{\numberline {2}{\ignorespaces ベネチアの結果例(bulky版)}}{6}{figure.2}\protected@file@percent }
31
- \newlabel{fig:venezia_bulky}{{2}{6}{ベネチアの結果例(bulky版)}{figure.2}{}}
32
- \@writefile{toc}{\contentsline {subsection}{\numberline {3.3}Data Model}{7}{section*.10}\protected@file@percent }
33
- \@writefile{toc}{\contentsline {subsection}{\numberline {3.4}Architecture}{7}{section*.11}\protected@file@percent }
27
+ \@writefile{lof}{\contentsline {figure}{\numberline {1}{\ignorespaces ベネチアの結果例(bulky版)}}{6}{figure.1}\protected@file@percent }
28
+ \newlabel{fig:venezia_bulky}{{1}{6}{ベネチアの結果例(bulky版)}{figure.1}{}}
29
+ \@writefile{toc}{\contentsline {subsection}{\numberline {3.3}Data Model}{6}{section*.10}\protected@file@percent }
30
+ \@writefile{toc}{\contentsline {subsection}{\numberline {3.4}Architecture}{6}{section*.11}\protected@file@percent }
34
31
  \@writefile{toc}{\contentsline {section}{\numberline {4}Color-based Visualization}{7}{section*.12}\protected@file@percent }
35
32
  \newlabel{sec:colorviz}{{4}{7}{Color-based Visualization}{section*.12}{}}
36
33
  \@writefile{toc}{\contentsline {subsection}{\numberline {4.1}Palette Generation}{7}{section*.13}\protected@file@percent }
37
34
  \@writefile{toc}{\contentsline {subsection}{\numberline {4.2}Visual Encodings}{7}{section*.14}\protected@file@percent }
38
- \@writefile{toc}{\contentsline {subsubsection}{\numberline {4.2.1}Voronoi-based Visualization}{8}{section*.15}\protected@file@percent }
39
- \@writefile{toc}{\contentsline {subsubsection}{\numberline {4.2.2}DBSCAN-based Clustering Visualization}{8}{section*.16}\protected@file@percent }
35
+ \@writefile{toc}{\contentsline {subsubsection}{\numberline {4.2.1}Voronoi-based Visualization}{7}{section*.15}\protected@file@percent }
36
+ \@writefile{toc}{\contentsline {subsubsection}{\numberline {4.2.2}DBSCAN-based Clustering Visualization}{7}{section*.16}\protected@file@percent }
40
37
  \@writefile{toc}{\contentsline {subsubsection}{\numberline {4.2.3}Heatmap Visualization}{8}{section*.17}\protected@file@percent }
41
38
  \@writefile{toc}{\contentsline {subsubsection}{\numberline {4.2.4}Majority-hex Visualization}{8}{section*.18}\protected@file@percent }
42
39
  \@writefile{toc}{\contentsline {subsubsection}{\numberline {4.2.5}Marker-cluster Visualization}{8}{section*.19}\protected@file@percent }
40
+ \@writefile{toc}{\contentsline {subsubsection}{\numberline {4.2.6}Pie-charts Visualization}{8}{section*.20}\protected@file@percent }
41
+ \@writefile{toc}{\contentsline {subsubsection}{\numberline {4.2.7}Other Visualizers}{8}{section*.21}\protected@file@percent }
43
42
  \bibstyle{plain}
44
43
  \bibdata{references}
45
- \bibcite{hu2015extractingAOI}{1}
46
- \@writefile{toc}{\contentsline {subsubsection}{\numberline {4.2.6}Pie-charts Visualization}{9}{section*.20}\protected@file@percent }
47
- \@writefile{toc}{\contentsline {subsubsection}{\numberline {4.2.7}Other Visualizers}{9}{section*.21}\protected@file@percent }
44
+ \bibcite{carr1987hexbin}{1}
48
45
  \@writefile{toc}{\contentsline {section}{\numberline {5}Implementation}{9}{section*.22}\protected@file@percent }
49
46
  \newlabel{sec:implementation}{{5}{9}{Implementation}{section*.22}{}}
50
47
  \@writefile{toc}{\contentsline {section}{\numberline {6}Use Cases}{9}{section*.23}\protected@file@percent }
51
- \bibcite{kadar2013wheredotouristsgo}{2}
52
- \bibcite{kisilevich2010eventbased}{3}
53
- \bibcite{lee2014exploration}{4}
48
+ \bibcite{ester1996dbscan}{2}
49
+ \bibcite{hu2015extractingAOI}{3}
50
+ \bibcite{kadar2013wheredotouristsgo}{4}
51
+ \bibcite{kisilevich2010eventbased}{5}
52
+ \bibcite{lee2014exploration}{6}
53
+ \bibcite{okabe2000spatial}{7}
54
+ \bibcite{ripley1976second}{8}
55
+ \bibcite{silverman1986density}{9}
54
56
  \newlabel{sec:usecases}{{6}{10}{Use Cases}{section*.23}{}}
55
57
  \@writefile{toc}{\contentsline {section}{\numberline {7}Discussion}{10}{section*.24}\protected@file@percent }
56
58
  \newlabel{sec:discussion}{{7}{10}{Discussion}{section*.24}{}}
57
59
  \@writefile{toc}{\contentsline {section}{\numberline {8}Conclusion}{10}{section*.25}\protected@file@percent }
58
60
  \newlabel{sec:conclusion}{{8}{10}{Conclusion}{section*.25}{}}
59
- \gdef\svg@ink@ver@settings{{\m@ne }{inkscape}{1}}
60
61
  \gdef \@abspage@last{10}
@@ -1,5 +1,15 @@
1
1
  \begin{thebibliography}{1}
2
2
 
3
+ \bibitem{carr1987hexbin}
4
+ Daniel~B. Carr, Richard~J. Littlefield, William~L. Nicholson, and Janet~S. Littlefield.
5
+ \newblock Scatterplot matrix techniques for large n.
6
+ \newblock {\em Journal of the American Statistical Association}, 82(398):424--436, 1987.
7
+
8
+ \bibitem{ester1996dbscan}
9
+ Martin Ester, Hans-Peter Kriegel, J{"o}rg Sander, and Xiaowei Xu.
10
+ \newblock A density-based algorithm for discovering clusters in large spatial databases with noise.
11
+ \newblock In {\em Proceedings of the Second International Conference on Knowledge Discovery and Data Mining}, pages 226--231, 1996.
12
+
3
13
  \bibitem{hu2015extractingAOI}
4
14
  Yingjie Hu, Song Gao, Krzysztof Janowicz, Biyu Yu, Wenyuan Li, et~al.
5
15
  \newblock Extracting and understanding urban areas of interest using geotagged photos.
@@ -20,4 +30,19 @@ In~Lee, Guanqi Cai, and Kyuho Lee.
20
30
  \newblock Exploration of geo-tagged photos through data mining approaches.
21
31
  \newblock {\em Expert Systems with Applications}, 41(2):397--405, 2014.
22
32
 
33
+ \bibitem{okabe2000spatial}
34
+ Atsuyuki Okabe, Barry Boots, Kokichi Sugihara, and Sung~Nok Chiu.
35
+ \newblock {\em Spatial Tessellations: Concepts and Applications of Voronoi Diagrams}.
36
+ \newblock John Wiley and Sons, 2nd edition, 2000.
37
+
38
+ \bibitem{ripley1976second}
39
+ Brian~D. Ripley.
40
+ \newblock The second-order analysis of stationary point processes.
41
+ \newblock {\em Journal of the Royal Statistical Society. Series B (Methodological)}, 39(2):172--212, 1976.
42
+
43
+ \bibitem{silverman1986density}
44
+ Bernard~W. Silverman.
45
+ \newblock {\em Density Estimation for Statistics and Data Analysis}.
46
+ \newblock Chapman and Hall, 1986.
47
+
23
48
  \end{thebibliography}
@@ -3,51 +3,45 @@ Capacity: max_strings=200000, hash_size=200000, hash_prime=170003
3
3
  The top-level auxiliary file: main.aux
4
4
  The style file: plain.bst
5
5
  Database file #1: references.bib
6
- Warning--I didn't find a database entry for "okabe2000spatial"
7
- Warning--I didn't find a database entry for "carr1987hexbin"
8
- Warning--I didn't find a database entry for "silverman1986density"
9
- Warning--I didn't find a database entry for "ester1996dbscan"
10
- Warning--I didn't find a database entry for "ripley1976second"
11
- You've used 4 entries,
6
+ You've used 9 entries,
12
7
  2118 wiz_defined-function locations,
13
- 532 strings with 5004 characters,
14
- and the built_in function-call counts, 1681 in all, are:
15
- = -- 166
16
- > -- 87
17
- < -- 1
18
- + -- 34
19
- - -- 30
20
- * -- 133
21
- := -- 277
22
- add.period$ -- 12
23
- call.type$ -- 4
24
- change.case$ -- 25
8
+ 559 strings with 5877 characters,
9
+ and the built_in function-call counts, 3426 in all, are:
10
+ = -- 335
11
+ > -- 170
12
+ < -- 2
13
+ + -- 69
14
+ - -- 58
15
+ * -- 254
16
+ := -- 561
17
+ add.period$ -- 27
18
+ call.type$ -- 9
19
+ change.case$ -- 53
25
20
  chr.to.int$ -- 0
26
- cite$ -- 4
27
- duplicate$ -- 56
28
- empty$ -- 123
29
- format.name$ -- 30
30
- if$ -- 346
21
+ cite$ -- 9
22
+ duplicate$ -- 125
23
+ empty$ -- 262
24
+ format.name$ -- 58
25
+ if$ -- 712
31
26
  int.to.chr$ -- 0
32
- int.to.str$ -- 4
33
- missing$ -- 4
34
- newline$ -- 23
35
- num.names$ -- 8
36
- pop$ -- 22
27
+ int.to.str$ -- 9
28
+ missing$ -- 11
29
+ newline$ -- 48
30
+ num.names$ -- 18
31
+ pop$ -- 57
37
32
  preamble$ -- 1
38
- purify$ -- 21
33
+ purify$ -- 45
39
34
  quote$ -- 0
40
- skip$ -- 44
35
+ skip$ -- 90
41
36
  stack$ -- 0
42
- substring$ -- 127
43
- swap$ -- 14
44
- text.length$ -- 1
37
+ substring$ -- 236
38
+ swap$ -- 29
39
+ text.length$ -- 2
45
40
  text.prefix$ -- 0
46
41
  top$ -- 0
47
- type$ -- 16
42
+ type$ -- 32
48
43
  warning$ -- 0
49
- while$ -- 17
50
- width$ -- 5
51
- write$ -- 46
44
+ while$ -- 34
45
+ width$ -- 10
46
+ write$ -- 100
52
47
  is.kanji.str$ -- 0
53
- (There were 5 warnings)
@@ -1,13 +1,13 @@
1
1
  # Fdb version 4
2
- ["bibtex main"] 1764524282.43368 "main.aux" "main.bbl" "main" 1764524290.45118 0
3
- "./references.bib" 1763471450 1422 01ae1d399a97397148e3399048b405db ""
2
+ ["bibtex main"] 1764662729.64474 "main.aux" "main.bbl" "main" 1764662733.80917 0
3
+ "./references.bib" 1764662642 2961 a6f92be1bfcd76689986717bb6183048 ""
4
4
  "c:/texlive/2025/texmf-dist/bibtex/bst/base/plain.bst" 1763645320 20613 bd3fbfa9f64872b81ac57a0dd2ed855f ""
5
- "main.aux" 1764524289 4753 9571a457c745920807da3e600c910ea9 "lualatex"
5
+ "main.aux" 1764662732 4590 5d2e38eef6fe2d85e21c0ecd2f0e1f77 "lualatex"
6
6
  (generated)
7
7
  "main.bbl"
8
8
  "main.blg"
9
9
  (rewritten before read)
10
- ["lualatex"] 1764524286.62335 "c:/GitHub/Splatone/publication/main.tex" "main.pdf" "main" 1764524290.45159 0
10
+ ["lualatex"] 1764662729.9956 "c:/GitHub/Splatone/publication/main.tex" "main.pdf" "main" 1764662733.80959 0
11
11
  "C:/Users/cold_/.texlive2025/texmf-var/luatexja/extra_haranoajigothic-medium.luc" 1763655335 321585 113b6678ea56971be6c28a7b58c61d93 ""
12
12
  "C:/Users/cold_/.texlive2025/texmf-var/luatexja/extra_haranoajimincho-regular.luc" 1763655333 322628 00a585fe657363d52e95033679d63f04 ""
13
13
  "C:/Users/cold_/.texlive2025/texmf-var/luatexja/extra_lmmono9-regular.luc" 1763655333 16824 17f59afa22043c80b682c6e10ed0877a ""
@@ -23,7 +23,8 @@
23
23
  "C:/texlive/2025/texmf-var/luatex-cache/generic/fonts/otl/lmroman10-regular.luc" 1763655174 127319 b6c01efa5571bfc56dc38441637b3b6e ""
24
24
  "C:/texlive/2025/texmf-var/luatex-cache/generic/fonts/otl/lmroman12-regular.luc" 1763655175 127662 c747d90ee18729b08d8691b0bc51167f ""
25
25
  "C:/texlive/2025/texmf-var/luatex-cache/generic/fonts/otl/lmroman9-regular.luc" 1763655174 127952 f6541d2b003dc22a2ab334b4e000bb35 ""
26
- "c:/GitHub/Splatone/publication/main.tex" 1764524276 28806 889791098ea3687a73742ac85c8fd741 ""
26
+ "C:/texlive/2025/texmf-var/luatex-cache/generic/names/luaotfload-names.luc.gz" 1763655173 316759 57f249a8c98b19ef1ebf64b4cc637bb2 ""
27
+ "c:/GitHub/Splatone/publication/main.tex" 1764662642 29456 989358b753a5a3e606f61819c9385cfc ""
27
28
  "c:/texlive/2025/texmf-dist/fonts/opentype/public/haranoaji/HaranoAjiGothic-Medium.otf" 1763648127 4760392 aafa9998dbe8bca0a2b37fc99dd6054a ""
28
29
  "c:/texlive/2025/texmf-dist/fonts/opentype/public/haranoaji/HaranoAjiMincho-Regular.otf" 1763648127 6422896 10567d16226fce1e1957ca6d1451a578 ""
29
30
  "c:/texlive/2025/texmf-dist/fonts/tfm/public/amsfonts/symbols/msam10.tfm" 1763644647 916 f87d7c45f9c908e672703b83b72241a3 ""
@@ -74,8 +75,6 @@
74
75
  "c:/texlive/2025/texmf-dist/tex/context/base/mkii/supp-pdf.mkii" 1763650102 71627 94eb9990bed73c364d7f53f960cc8c5b ""
75
76
  "c:/texlive/2025/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty" 1763645361 40635 c40361e206be584d448876bba8a64a3b ""
76
77
  "c:/texlive/2025/texmf-dist/tex/generic/bitset/bitset.sty" 1763645375 33961 6b5c75130e435b2bfdb9f480a09a39f9 ""
77
- "c:/texlive/2025/texmf-dist/tex/generic/catchfile/catchfile.sty" 1763645602 8622 63834878edeb14dd71d58d8f22bc3e06 ""
78
- "c:/texlive/2025/texmf-dist/tex/generic/etexcmds/etexcmds.sty" 1763647149 7734 b98cbb34c81f667027c1e3ebdbfce34b ""
79
78
  "c:/texlive/2025/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty" 1763647795 8371 9d55b8bd010bc717624922fb3477d92e ""
80
79
  "c:/texlive/2025/texmf-dist/tex/generic/iftex/ifluatex.sty" 1763648639 492 1994775aa15b0d1289725a0b1bbc2d4c ""
81
80
  "c:/texlive/2025/texmf-dist/tex/generic/iftex/iftex.sty" 1763648639 7984 7dbb9280f03c0a315425f1b4f35d43ee ""
@@ -142,6 +141,13 @@
142
141
  "c:/texlive/2025/texmf-dist/tex/generic/pgf/utilities/pgfutil-common.tex" 1763650557 30029 c49ea8f95207c46731469c614daf4e33 ""
143
142
  "c:/texlive/2025/texmf-dist/tex/generic/pgf/utilities/pgfutil-latex.def" 1763650557 7067 11553488d1600cac6a0cfca012fca111 ""
144
143
  "c:/texlive/2025/texmf-dist/tex/generic/stringenc/stringenc.sty" 1763651723 21514 b7557edcee22835ef6b03ede1802dad4 ""
144
+ "c:/texlive/2025/texmf-dist/tex/generic/unicode-data/CaseFolding.txt" 1763652427 87539 6b7075ab2647623eab0e52d7dfa4ffbb ""
145
+ "c:/texlive/2025/texmf-dist/tex/generic/unicode-data/PropList.txt" 1763652427 145465 d1c4ecf7da205e937fd56b7a5bb2e6d6 ""
146
+ "c:/texlive/2025/texmf-dist/tex/generic/unicode-data/ScriptExtensions.txt" 1763652427 20707 e746270daafaa94f2d5d1a9b0a3e442d ""
147
+ "c:/texlive/2025/texmf-dist/tex/generic/unicode-data/Scripts.txt" 1763652427 192460 879627f9aa66d57ac55717670b251bf5 ""
148
+ "c:/texlive/2025/texmf-dist/tex/generic/unicode-data/SpecialCasing.txt" 1763652427 17049 714183d8f3e833ea68ae8541b53dfe4e ""
149
+ "c:/texlive/2025/texmf-dist/tex/generic/unicode-data/UnicodeData.txt" 1763652427 2198209 959cb19fcda0240caef8c02953e3d771 ""
150
+ "c:/texlive/2025/texmf-dist/tex/generic/unicode-data/WordBreakProperty.txt" 1763652427 114445 2bb35daee3b51042dd392f0c648c5cc2 ""
145
151
  "c:/texlive/2025/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty" 1763652437 7008 f92eaa0a3872ed622bbf538217cd2ab7 ""
146
152
  "c:/texlive/2025/texmf-dist/tex/generic/xkeyval/keyval.tex" 1763652776 2793 1b3f384b56e83970b7b3df9f2419d336 ""
147
153
  "c:/texlive/2025/texmf-dist/tex/generic/xkeyval/xkeyval.tex" 1763652776 19299 c7c03646b32f5a7caaa137673b7e76d2 ""
@@ -156,7 +162,6 @@
156
162
  "c:/texlive/2025/texmf-dist/tex/latex/amsmath/amsmath.sty" 1763644655 88471 b1bb09142edddebd46ba986341b867bd ""
157
163
  "c:/texlive/2025/texmf-dist/tex/latex/amsmath/amsopn.sty" 1763644655 4474 c510a88aa5f51b8c773b50a7ee92befd ""
158
164
  "c:/texlive/2025/texmf-dist/tex/latex/amsmath/amstext.sty" 1763644655 2444 9983e1d0683f102e3b190c64a49313aa ""
159
- "c:/texlive/2025/texmf-dist/tex/latex/auxhook/auxhook.sty" 1763644885 3935 57aa3c3e203a5c2effb4d2bd2efbc323 ""
160
165
  "c:/texlive/2025/texmf-dist/tex/latex/base/fontenc.sty" 1763649150 5275 6f9d359641b36842524cdb97716ab75f ""
161
166
  "c:/texlive/2025/texmf-dist/tex/latex/base/inputenc.sty" 1763649150 5048 0270515b828149155424600fd2d58ac5 ""
162
167
  "c:/texlive/2025/texmf-dist/tex/latex/base/ltluatex.lua" 1763649150 24595 fec17c41a4fb5260392d99b075389427 ""
@@ -181,14 +186,9 @@
181
186
  "c:/texlive/2025/texmf-dist/tex/latex/hyperref/nameref.sty" 1763648371 11027 0fe7ce2c6b5291fd809c2de7bbdca37e ""
182
187
  "c:/texlive/2025/texmf-dist/tex/latex/hyperref/pd1enc.def" 1763648371 14249 e14b403fb70abdf1f6742598a63b0e2a ""
183
188
  "c:/texlive/2025/texmf-dist/tex/latex/hyperref/puenc.def" 1763648371 117118 e2f5f7983a43f89e2ffcd709fc59d37c ""
184
- "c:/texlive/2025/texmf-dist/tex/latex/ifplatform/ifplatform.sty" 1763648636 3910 e04f6a6d983bdbdb024917b7ccc80262 ""
185
189
  "c:/texlive/2025/texmf-dist/tex/latex/jlreq/jlreq-complements.sty" 1763648879 11024 5bc7041e1a92c058beef60b65e1bc402 ""
186
190
  "c:/texlive/2025/texmf-dist/tex/latex/jlreq/jlreq-helpers.sty" 1763648879 21198 4561cb0e83239e0adc8e4f204ae00bdf ""
187
191
  "c:/texlive/2025/texmf-dist/tex/latex/jlreq/jlreq.cls" 1763648879 299244 b6ba9ada3c45791ccb98df8a2e331dbe ""
188
- "c:/texlive/2025/texmf-dist/tex/latex/koma-script/scrbase.sty" 1763649011 101067 62c0ebfb221ee83c2edd59ff6f1e5eff ""
189
- "c:/texlive/2025/texmf-dist/tex/latex/koma-script/scrlfile-hook.sty" 1763649011 11185 14750cd198d99e759e6b1c8beccdcfab ""
190
- "c:/texlive/2025/texmf-dist/tex/latex/koma-script/scrlfile.sty" 1763649011 3328 1e3627ccc04197e70a93339b37793f13 ""
191
- "c:/texlive/2025/texmf-dist/tex/latex/koma-script/scrlogo.sty" 1763649011 2162 ac090bf9383313ef37b4ce1f7b1f60cf ""
192
192
  "c:/texlive/2025/texmf-dist/tex/latex/kvoptions/kvoptions.sty" 1763649074 22555 6d8e155cfef6d82c3d5c742fea7c992e ""
193
193
  "c:/texlive/2025/texmf-dist/tex/latex/kvsetkeys/kvsetkeys.sty" 1763649076 13815 760b0c02f691ea230f5359c4e1de23a7 ""
194
194
  "c:/texlive/2025/texmf-dist/tex/latex/l3backend/l3backend-luatex.def" 1763649082 31121 6d86607c834acbc7841a930e45008ff6 ""
@@ -222,13 +222,8 @@
222
222
  "c:/texlive/2025/texmf-dist/tex/latex/refcount/refcount.sty" 1763651230 9878 9e94e8fa600d95f9c7731bb21dfb67a4 ""
223
223
  "c:/texlive/2025/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty" 1763651249 9684 a33a14b82ce60d6e77cb9be689d79ee6 ""
224
224
  "c:/texlive/2025/texmf-dist/tex/latex/sttools/stfloats.sty" 1763651727 19135 2044f4970d2ece01df5d5dfacaaaec0f ""
225
- "c:/texlive/2025/texmf-dist/tex/latex/svg/svg.sty" 1763651766 43468 671ae75b3a15019004495eff4c0911e8 ""
226
225
  "c:/texlive/2025/texmf-dist/tex/latex/svn-prov/svn-prov.sty" 1763651772 6852 44ea8d7e58290cde708a34ebf3953571 ""
227
226
  "c:/texlive/2025/texmf-dist/tex/latex/tex-ini-files/lualatexquotejobname.lua" 1763651931 1020 36d4dc663e02d83b566558c712569e2d ""
228
- "c:/texlive/2025/texmf-dist/tex/latex/tools/shellesc.sty" 1763652227 4121 d611256e8b768e99aa5a680aad44990d ""
229
- "c:/texlive/2025/texmf-dist/tex/latex/transparent/transparent-nometadata.sty" 1763652267 4218 953818299bf47dea89e603d2b8a390d8 ""
230
- "c:/texlive/2025/texmf-dist/tex/latex/transparent/transparent.sty" 1763652267 1797 4ef4500488e0ea48fd76f41e2a351a2e ""
231
- "c:/texlive/2025/texmf-dist/tex/latex/trimspaces/trimspaces.sty" 1763652279 1380 971a51b00a14503ddf754cab24c3f209 ""
232
227
  "c:/texlive/2025/texmf-dist/tex/latex/url/url.sty" 1763652479 12796 8edb7d69a20b857904dd0ea757c14ec9 ""
233
228
  "c:/texlive/2025/texmf-dist/tex/latex/xcolor/xcolor.sty" 1763652709 55384 b454dec21c2d9f45ec0b793f0995b992 ""
234
229
  "c:/texlive/2025/texmf-dist/tex/latex/xkeyval/xkeyval.sty" 1763652776 5006 d7e899bb5d9717c7f214e9bc0284de7b ""
@@ -315,11 +310,10 @@
315
310
  "c:/texlive/2025/texmf-var/fonts/map/pdftex/updmap/pdftex.map" 1763652924 5587484 30eee748fa419a911c40b0c750dd21ba ""
316
311
  "c:/texlive/2025/texmf-var/web2c/luahbtex/lualatex.fmt" 1763653232 5656962 73086d31993e66207cd31c53ac7af173 ""
317
312
  "figures/result_venezia_bulky.png" 1763596827 6113909 f3f8f9ce6a34ccbb5b3c2d1c02296a77 ""
318
- "main.aux" 1764524289 4753 9571a457c745920807da3e600c910ea9 "lualatex"
319
- "main.bbl" 1764524282 1121 3b4cf78df5734a7ed34c8696aa6ac207 "bibtex main"
320
- "main.out" 1764524289 3381 94ed316d3c909e094ecbfb47e7af9226 "lualatex"
321
- "main.tex" 1764524276 28806 889791098ea3687a73742ac85c8fd741 ""
322
- "svg-inkscape/overall_svg-raw.pdf" 1764524280 24126 f166eb25a8d5980d59ef2e67510e05ad ""
313
+ "main.aux" 1764662732 4590 5d2e38eef6fe2d85e21c0ecd2f0e1f77 "lualatex"
314
+ "main.bbl" 1764662729 2308 8732e5458c7d097cd62c0cd303d85651 "bibtex main"
315
+ "main.out" 1764662732 3381 94ed316d3c909e094ecbfb47e7af9226 "lualatex"
316
+ "main.tex" 1764662642 29456 989358b753a5a3e606f61819c9385cfc ""
323
317
  (generated)
324
318
  "main.aux"
325
319
  "main.log"
@@ -15,6 +15,7 @@ INPUT c:/texlive/2025/texmf-dist/tex/luatex/lualibs/lualibs-extended.lua
15
15
  INPUT c:/texlive/2025/texmf-dist/tex/luatex/lualibs/lualibs-extended-merged.lua
16
16
  INPUT c:/texlive/2025/texmf-dist/tex/luatex/luaotfload/luaotfload-log.lua
17
17
  INPUT c:/texlive/2025/texmf-dist/tex/luatex/luaotfload/fontloader-basics-gen.lua
18
+ OUTPUT C:/texlive/2025/texmf-var/m_t_x_t_e_s_t.tmp
18
19
  INPUT c:/texlive/2025/texmf-dist/tex/luatex/luaotfload/luaotfload-parsers.lua
19
20
  INPUT c:/texlive/2025/texmf-dist/tex/luatex/luaotfload/luaotfload-configuration.lua
20
21
  INPUT c:/texlive/2025/texmf-dist/tex/luatex/luaotfload/luaotfload-status.lua
@@ -22,16 +23,25 @@ INPUT c:/texlive/2025/texmf-dist/tex/luatex/luaotfload/fontloader-2023-12-28.lua
22
23
  INPUT c:/texlive/2025/texmf-dist/tex/luatex/luaotfload/luaotfload-fallback.lua
23
24
  INPUT c:/texlive/2025/texmf-dist/tex/luatex/luaotfload/luaotfload-multiscript.lua
24
25
  INPUT c:/texlive/2025/texmf-dist/tex/luatex/luaotfload/luaotfload-scripts.lua
26
+ INPUT c:/texlive/2025/texmf-dist/tex/generic/unicode-data/ScriptExtensions.txt
27
+ INPUT c:/texlive/2025/texmf-dist/tex/generic/unicode-data/Scripts.txt
25
28
  INPUT c:/texlive/2025/texmf-dist/tex/luatex/luaotfload/luaotfload-loaders.lua
26
29
  INPUT c:/texlive/2025/texmf-dist/tex/luatex/luaotfload/luaotfload-database.lua
27
30
  INPUT c:/texlive/2025/texmf-dist/tex/luatex/luaotfload/luaotfload-unicode.lua
31
+ INPUT c:/texlive/2025/texmf-dist/tex/generic/unicode-data/UnicodeData.txt
32
+ INPUT c:/texlive/2025/texmf-dist/tex/generic/unicode-data/UnicodeData.txt
33
+ INPUT c:/texlive/2025/texmf-dist/tex/generic/unicode-data/PropList.txt
34
+ INPUT c:/texlive/2025/texmf-dist/tex/generic/unicode-data/WordBreakProperty.txt
35
+ INPUT c:/texlive/2025/texmf-dist/tex/generic/unicode-data/SpecialCasing.txt
28
36
  INPUT c:/texlive/2025/texmf-dist/tex/luatex/lua-uni-algos/lua-uni-case.lua
29
37
  INPUT c:/texlive/2025/texmf-dist/tex/luatex/lua-uni-algos/lua-uni-parse.lua
38
+ INPUT c:/texlive/2025/texmf-dist/tex/generic/unicode-data/CaseFolding.txt
30
39
  INPUT c:/texlive/2025/texmf-dist/tex/luatex/luaotfload/luaotfload-realpath.lua
31
40
  INPUT c:/texlive/2025/texmf-dist/tex/luatex/luaotfload/luaotfload-colors.lua
32
41
  INPUT c:/texlive/2025/texmf-dist/tex/luatex/luaotfload/luaotfload-resolvers.lua
33
42
  INPUT c:/texlive/2025/texmf-dist/tex/luatex/luaotfload/luaotfload-features.lua
34
43
  INPUT c:/texlive/2025/texmf-dist/tex/luatex/lua-uni-algos/lua-uni-normalize.lua
44
+ INPUT c:/texlive/2025/texmf-dist/tex/generic/unicode-data/UnicodeData.txt
35
45
  INPUT c:/texlive/2025/texmf-dist/tex/luatex/luaotfload/luaotfload-arabic.lua
36
46
  INPUT c:/texlive/2025/texmf-dist/tex/luatex/luaotfload/luaotfload-harf-define.lua
37
47
  INPUT c:/texlive/2025/texmf-dist/tex/luatex/luaotfload/luaotfload-harf-var-cff2.lua
@@ -41,6 +51,8 @@ INPUT c:/texlive/2025/texmf-dist/tex/luatex/luaotfload/luaotfload-harf-plug.lua
41
51
  INPUT c:/texlive/2025/texmf-dist/tex/luatex/luaotfload/luaotfload-letterspace.lua
42
52
  INPUT c:/texlive/2025/texmf-dist/tex/luatex/luaotfload/luaotfload-embolden.lua
43
53
  INPUT c:/texlive/2025/texmf-dist/tex/luatex/luaotfload/luaotfload-notdef.lua
54
+ INPUT c:/texlive/2025/texmf-dist/tex/generic/unicode-data/UnicodeData.txt
55
+ INPUT c:/texlive/2025/texmf-dist/tex/generic/unicode-data/PropList.txt
44
56
  INPUT c:/texlive/2025/texmf-dist/tex/luatex/luaotfload/luaotfload-suppress.lua
45
57
  INPUT c:/texlive/2025/texmf-dist/tex/luatex/luaotfload/luaotfload-szss.lua
46
58
  INPUT c:/texlive/2025/texmf-dist/tex/luatex/luaotfload/luaotfload-auxiliary.lua
@@ -90,6 +102,7 @@ INPUT c:/texlive/2025/texmf-dist/tex/luatex/luatexja/ltj-latex.sty
90
102
  INPUT c:/texlive/2025/texmf-dist/tex/luatex/luatexja/patches/lltjfont.sty
91
103
  INPUT c:/texlive/2025/texmf-dist/tex/latex/base/tuenc.def
92
104
  INPUT c:/texlive/2025/texmf-dist/tex/luatex/luatexja/patches/lltjdefs.sty
105
+ INPUT C:/texlive/2025/texmf-var/luatex-cache/generic/names/luaotfload-names.luc.gz
93
106
  INPUT C:/texlive/2025/texmf-var/luatex-cache/generic/fonts/otl/lmroman10-regular.luc
94
107
  INPUT C:/Users/cold_/.texlive2025/texmf-var/luatexja/extra_lmroman10-regular.luc
95
108
  INPUT c:/texlive/2025/texmf-dist/tex/luatex/jlreq/jfm-jlreqv.lua
@@ -243,19 +256,6 @@ INPUT c:/texlive/2025/texmf-dist/tex/latex/listings/listings.cfg
243
256
  INPUT c:/texlive/2025/texmf-dist/tex/luatex/luatexja/patches/lltjp-listings.sty
244
257
  INPUT c:/texlive/2025/texmf-dist/tex/luatex/luatexbase/luatexbase-cctb.sty
245
258
  INPUT c:/texlive/2025/texmf-dist/tex/latex/listings/lstmisc.sty
246
- INPUT c:/texlive/2025/texmf-dist/tex/latex/svg/svg.sty
247
- INPUT c:/texlive/2025/texmf-dist/tex/latex/koma-script/scrbase.sty
248
- INPUT c:/texlive/2025/texmf-dist/tex/latex/koma-script/scrlfile.sty
249
- INPUT c:/texlive/2025/texmf-dist/tex/latex/koma-script/scrlfile-hook.sty
250
- INPUT c:/texlive/2025/texmf-dist/tex/latex/koma-script/scrlogo.sty
251
- INPUT c:/texlive/2025/texmf-dist/tex/latex/trimspaces/trimspaces.sty
252
- INPUT c:/texlive/2025/texmf-dist/tex/latex/tools/shellesc.sty
253
- INPUT c:/texlive/2025/texmf-dist/tex/latex/ifplatform/ifplatform.sty
254
- INPUT c:/texlive/2025/texmf-dist/tex/generic/catchfile/catchfile.sty
255
- INPUT c:/texlive/2025/texmf-dist/tex/generic/etexcmds/etexcmds.sty
256
- INPUT c:/texlive/2025/texmf-dist/tex/latex/transparent/transparent.sty
257
- INPUT c:/texlive/2025/texmf-dist/tex/latex/transparent/transparent-nometadata.sty
258
- INPUT c:/texlive/2025/texmf-dist/tex/latex/auxhook/auxhook.sty
259
259
  INPUT ./main.aux
260
260
  OUTPUT main.aux
261
261
  INPUT c:/texlive/2025/texmf-dist/tex/context/base/mkii/supp-pdf.mkii
@@ -264,6 +264,7 @@ INPUT c:/texlive/2025/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg
264
264
  INPUT ./main.out
265
265
  INPUT ./main.out
266
266
  OUTPUT main.pdf
267
+ INPUT ./main.out
267
268
  OUTPUT main.out
268
269
  INPUT c:/texlive/2025/texmf-dist/fonts/tfm/public/lm/ec-lmr17.tfm
269
270
  INPUT c:/texlive/2025/texmf-dist/fonts/tfm/public/lm/ec-lmr12.tfm
@@ -318,7 +319,6 @@ INPUT c:/texlive/2025/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm7.tfm
318
319
  INPUT c:/texlive/2025/texmf-dist/fonts/tfm/public/amsfonts/symbols/msbm5.tfm
319
320
  INPUT c:/texlive/2025/texmf-dist/fonts/tfm/public/lm/ec-lmr8.tfm
320
321
  INPUT c:/texlive/2025/texmf-dist/fonts/tfm/public/lm/ec-lmr9.tfm
321
- INPUT c:/texlive/2025/texmf-dist/fonts/tfm/public/lm/ec-lmbx12.tfm
322
322
  INPUT c:/texlive/2025/texmf-dist/fonts/tfm/public/lm/ec-lmss12.tfm
323
323
  INPUT c:/texlive/2025/texmf-dist/fonts/tfm/public/lm/ec-lmssbx10.tfm
324
324
  INPUT c:/texlive/2025/texmf-dist/fonts/tfm/public/lm/ec-lmss12.tfm
@@ -326,13 +326,13 @@ INPUT c:/texlive/2025/texmf-dist/fonts/tfm/public/lm/ec-lmssbx10.tfm
326
326
  INPUT c:/texlive/2025/texmf-dist/tex/latex/lm/t1lmtt.fd
327
327
  INPUT c:/texlive/2025/texmf-dist/fonts/tfm/public/lm/ec-lmtt12.tfm
328
328
  INPUT c:/texlive/2025/texmf-dist/fonts/tfm/public/lm/ec-lmtt10.tfm
329
- INPUT ./svg-inkscape/overall_svg-raw.pdf
330
- INPUT ./svg-inkscape/overall_svg-raw.pdf
331
329
  INPUT ./figures/result_venezia_bulky.png
332
330
  INPUT ./figures/result_venezia_bulky.png
331
+ INPUT c:/texlive/2025/texmf-dist/fonts/tfm/public/lm/ec-lmbx12.tfm
333
332
  INPUT ./main.bbl
334
333
  INPUT c:/texlive/2025/texmf-dist/fonts/tfm/public/lm/ec-lmri12.tfm
335
334
  INPUT ./main.aux
335
+ INPUT ./main.out
336
336
  INPUT c:/texlive/2025/texmf-dist/fonts/type1/public/lm/lmbx12.pfb
337
337
  INPUT c:/texlive/2025/texmf-dist/fonts/type1/public/lm/lmr10.pfb
338
338
  INPUT c:/texlive/2025/texmf-dist/fonts/type1/public/lm/lmr12.pfb
@@ -1,5 +1,5 @@
1
- This is LuaHBTeX, Version 1.22.0 (TeX Live 2025) (format=lualatex 2025.11.21) 1 DEC 2025 02:38
2
- system commands enabled.
1
+ This is LuaHBTeX, Version 1.22.0 (TeX Live 2025) (format=lualatex 2025.11.21) 2 DEC 2025 17:05
2
+ restricted system commands enabled.
3
3
  file:line:error style messages enabled.
4
4
  **c:/GitHub/Splatone/publication/main.tex
5
5
  (c:/GitHub/Splatone/publication/main.tex
@@ -1095,79 +1095,45 @@ File: lstmisc.sty 2025/11/14 1.11a (Carsten Heinz)
1095
1095
  but found:
1096
1096
  2025/11/14 1.11a (Carsten Heinz)
1097
1097
  so I'm assuming it got fixed.
1098
- (c:/texlive/2025/texmf-dist/tex/latex/svg/svg.sty
1099
- Package: svg 2020/11/26 v2.02k (include SVG pictures)
1100
- (c:/texlive/2025/texmf-dist/tex/latex/koma-script/scrbase.sty
1101
- Package: scrbase 2025/09/09 v3.48 KOMA-Script package (KOMA-Script-independent basics and keyval usage)
1102
- (c:/texlive/2025/texmf-dist/tex/latex/koma-script/scrlfile.sty
1103
- Package: scrlfile 2025/09/09 v3.48 KOMA-Script package (file load hooks)
1104
- (c:/texlive/2025/texmf-dist/tex/latex/koma-script/scrlfile-hook.sty
1105
- Package: scrlfile-hook 2025/09/09 v3.48 KOMA-Script package (using LaTeX hooks)
1106
- (c:/texlive/2025/texmf-dist/tex/latex/koma-script/scrlogo.sty
1107
- Package: scrlogo 2025/09/09 v3.48 KOMA-Script package (logo)
1108
- )))
1109
- Applying: [2021/05/01] Usage of raw or classic option list on input line 254.
1110
- Already applied: [0000/00/00] Usage of raw or classic option list on input line 370.
1111
- ) (c:/texlive/2025/texmf-dist/tex/latex/trimspaces/trimspaces.sty
1112
- Package: trimspaces 2009/09/17 v1.1 Trim spaces around a token list
1113
- ) (c:/texlive/2025/texmf-dist/tex/latex/tools/shellesc.sty
1114
- Package: shellesc 2023/07/08 v1.0d unified shell escape interface for LaTeX
1115
- Package shellesc Info: Unrestricted shell escape enabled on input line 75.
1116
- ) (c:/texlive/2025/texmf-dist/tex/latex/ifplatform/ifplatform.sty
1117
- Package: ifplatform 2017/10/13 v0.4a Testing for the operating system
1118
- (c:/texlive/2025/texmf-dist/tex/generic/catchfile/catchfile.sty
1119
- Package: catchfile 2019/12/09 v1.8 Catch the contents of a file (HO)
1120
- (c:/texlive/2025/texmf-dist/tex/generic/etexcmds/etexcmds.sty
1121
- Package: etexcmds 2019/12/15 v1.7 Avoid name clashes with e-TeX commands (HO)
1122
- )))
1123
- \c@svg@param@lastpage=\count373
1124
- \svg@box=\box95
1125
- \c@svg@param@currpage=\count374
1126
- ) (c:/texlive/2025/texmf-dist/tex/latex/transparent/transparent.sty
1127
- Package: transparent 2025-06-23 v1.6 Transparency with color stacks
1128
- (c:/texlive/2025/texmf-dist/tex/latex/transparent/transparent-nometadata.sty
1129
- Package: transparent-nometadata 2025-06-23 v1.6 Transparency via pdfTeX's color stack (HO)
1130
- (c:/texlive/2025/texmf-dist/tex/latex/auxhook/auxhook.sty
1131
- Package: auxhook 2019-12-17 v1.6 Hooks for auxiliary files (HO)
1132
- ))) (./main.aux)
1098
+ (./main.aux)
1133
1099
  \openout1 = main.aux
1134
1100
 
1135
- LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 53.
1136
- LaTeX Font Info: ... okay on input line 53.
1137
- LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 53.
1138
- LaTeX Font Info: ... okay on input line 53.
1139
- LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 53.
1140
- LaTeX Font Info: ... okay on input line 53.
1141
- LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 53.
1142
- LaTeX Font Info: ... okay on input line 53.
1143
- LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 53.
1144
- LaTeX Font Info: ... okay on input line 53.
1145
- LaTeX Font Info: Checking defaults for TU/lmr/m/n on input line 53.
1146
- LaTeX Font Info: ... okay on input line 53.
1147
- LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 53.
1148
- LaTeX Font Info: ... okay on input line 53.
1149
- LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 53.
1150
- LaTeX Font Info: ... okay on input line 53.
1151
- LaTeX Font Info: Checking defaults for JY3/mc/m/n on input line 53.
1152
- LaTeX Font Info: ... okay on input line 53.
1153
- LaTeX Font Info: Checking defaults for JT3/mc/m/n on input line 53.
1154
- LaTeX Font Info: ... okay on input line 53.
1155
- LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 53.
1156
- LaTeX Font Info: ... okay on input line 53.
1157
- LaTeX Font Info: Checking defaults for PU/pdf/m/n on input line 53.
1158
- LaTeX Font Info: ... okay on input line 53.
1101
+ LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 49.
1102
+ LaTeX Font Info: ... okay on input line 49.
1103
+ LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 49.
1104
+ LaTeX Font Info: ... okay on input line 49.
1105
+ LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 49.
1106
+ LaTeX Font Info: ... okay on input line 49.
1107
+ LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 49.
1108
+ LaTeX Font Info: ... okay on input line 49.
1109
+ LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 49.
1110
+ LaTeX Font Info: ... okay on input line 49.
1111
+ LaTeX Font Info: Checking defaults for TU/lmr/m/n on input line 49.
1112
+ LaTeX Font Info: ... okay on input line 49.
1113
+ LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 49.
1114
+ LaTeX Font Info: ... okay on input line 49.
1115
+ LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 49.
1116
+ LaTeX Font Info: ... okay on input line 49.
1117
+ LaTeX Font Info: Checking defaults for JY3/mc/m/n on input line 49.
1118
+ LaTeX Font Info: ... okay on input line 49.
1119
+ LaTeX Font Info: Checking defaults for JT3/mc/m/n on input line 49.
1120
+ LaTeX Font Info: ... okay on input line 49.
1121
+ LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 49.
1122
+ LaTeX Font Info: ... okay on input line 49.
1123
+ LaTeX Font Info: Checking defaults for PU/pdf/m/n on input line 49.
1124
+ LaTeX Font Info: ... okay on input line 49.
1159
1125
  (c:/texlive/2025/texmf-dist/tex/context/base/mkii/supp-pdf.mkii
1160
1126
  [Loading MPS to PDF converter (version 2006.09.02).]
1161
- \scratchcounter=\count375
1127
+ \scratchcounter=\count373
1162
1128
  \scratchdimen=\dimen324
1163
- \scratchbox=\box96
1164
- \nofMPsegments=\count376
1165
- \nofMParguments=\count377
1129
+ \scratchbox=\box95
1130
+ \nofMPsegments=\count374
1131
+ \nofMParguments=\count375
1166
1132
  \everyMPshowfont=\toks57
1167
- \MPscratchCnt=\count378
1133
+ \MPscratchCnt=\count376
1168
1134
  \MPscratchDim=\dimen325
1169
- \MPnumerator=\count379
1170
- \makeMPintoPDFobject=\count380
1135
+ \MPnumerator=\count377
1136
+ \makeMPintoPDFobject=\count378
1171
1137
  \everyMPtoPDFconversion=\toks58
1172
1138
  ) (c:/texlive/2025/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty
1173
1139
  Package: epstopdf-base 2020-01-24 v2.11 Base part for package epstopdf
@@ -1175,7 +1141,7 @@ Package epstopdf-base Info: Redefining graphics rule for `.eps' on input line 48
1175
1141
  (c:/texlive/2025/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg
1176
1142
  File: epstopdf-sys.cfg 2010/07/13 v1.3 Configuration of (r)epstopdf for TeX Live
1177
1143
  ))
1178
- Package hyperref Info: Link coloring OFF on input line 53.
1144
+ Package hyperref Info: Link coloring OFF on input line 49.
1179
1145
  (./main.out) (./main.out)
1180
1146
  \@outlinefile=\write5
1181
1147
 
@@ -1215,170 +1181,154 @@ Package hyperref Info: Link coloring OFF on input line 53.
1215
1181
  * \@reversemarginfalse
1216
1182
  * (1in=72.27pt=25.4mm, 1cm=28.453pt)
1217
1183
 
1218
- \c@lstlisting=\count381
1184
+ \c@lstlisting=\count379
1219
1185
  LaTeX Font Info: Font shape `JT3/mc/m/n' will be
1220
- (Font) scaled to size 18.7pt on input line 56.
1186
+ (Font) scaled to size 18.7pt on input line 52.
1221
1187
  LaTeX Font Info: Font shape `JY3/mc/m/n' will be
1222
- (Font) scaled to size 18.7pt on input line 56.
1188
+ (Font) scaled to size 18.7pt on input line 52.
1223
1189
  LaTeX Font Info: Font shape `JT3/mc/m/n' will be
1224
- (Font) scaled to size 13.2pt on input line 56.
1190
+ (Font) scaled to size 13.2pt on input line 52.
1225
1191
  LaTeX Font Info: Font shape `JY3/mc/m/n' will be
1226
- (Font) scaled to size 13.2pt on input line 56.
1227
- LaTeX Font Info: Calculating math sizes for size <13.2> on input line 56.
1228
- LaTeX Font Info: Trying to load font information for OT1+lmr on input line 56.
1192
+ (Font) scaled to size 13.2pt on input line 52.
1193
+ LaTeX Font Info: Calculating math sizes for size <13.2> on input line 52.
1194
+ LaTeX Font Info: Trying to load font information for OT1+lmr on input line 52.
1229
1195
  (c:/texlive/2025/texmf-dist/tex/latex/lm/ot1lmr.fd
1230
1196
  File: ot1lmr.fd 2015/05/01 v1.6.1 Font defs for Latin Modern
1231
1197
  )
1232
- LaTeX Font Info: Trying to load font information for OML+lmm on input line 56.
1198
+ LaTeX Font Info: Trying to load font information for OML+lmm on input line 52.
1233
1199
  (c:/texlive/2025/texmf-dist/tex/latex/lm/omllmm.fd
1234
1200
  File: omllmm.fd 2015/05/01 v1.6.1 Font defs for Latin Modern
1235
1201
  )
1236
- LaTeX Font Info: Trying to load font information for OMS+lmsy on input line 56.
1202
+ LaTeX Font Info: Trying to load font information for OMS+lmsy on input line 52.
1237
1203
  (c:/texlive/2025/texmf-dist/tex/latex/lm/omslmsy.fd
1238
1204
  File: omslmsy.fd 2015/05/01 v1.6.1 Font defs for Latin Modern
1239
1205
  )
1240
- LaTeX Font Info: Trying to load font information for OMX+lmex on input line 56.
1206
+ LaTeX Font Info: Trying to load font information for OMX+lmex on input line 52.
1241
1207
  (c:/texlive/2025/texmf-dist/tex/latex/lm/omxlmex.fd
1242
1208
  File: omxlmex.fd 2015/05/01 v1.6.1 Font defs for Latin Modern
1243
1209
  )
1244
1210
  LaTeX Font Info: External font `lmex10' loaded for size
1245
- (Font) <13.2> on input line 56.
1211
+ (Font) <13.2> on input line 52.
1246
1212
  LaTeX Font Info: External font `lmex10' loaded for size
1247
- (Font) <9.23994> on input line 56.
1213
+ (Font) <9.23994> on input line 52.
1248
1214
  LaTeX Font Info: External font `lmex10' loaded for size
1249
- (Font) <6.59999> on input line 56.
1215
+ (Font) <6.59999> on input line 52.
1250
1216
  LaTeX Font Info: Font shape `JY3/mc/m/n' will be
1251
- (Font) scaled to size 9.23994pt on input line 56.
1217
+ (Font) scaled to size 9.23994pt on input line 52.
1252
1218
  LaTeX Font Info: Font shape `JY3/mc/m/n' will be
1253
- (Font) scaled to size 6.59999pt on input line 56.
1254
- LaTeX Font Info: Trying to load font information for U+msa on input line 56.
1219
+ (Font) scaled to size 6.59999pt on input line 52.
1220
+ LaTeX Font Info: Trying to load font information for U+msa on input line 52.
1255
1221
  (c:/texlive/2025/texmf-dist/tex/latex/amsfonts/umsa.fd
1256
1222
  File: umsa.fd 2013/01/14 v3.01 AMS symbols A
1257
1223
  )
1258
- LaTeX Font Info: Trying to load font information for U+msb on input line 56.
1224
+ LaTeX Font Info: Trying to load font information for U+msb on input line 52.
1259
1225
  (c:/texlive/2025/texmf-dist/tex/latex/amsfonts/umsb.fd
1260
1226
  File: umsb.fd 2013/01/14 v3.01 AMS symbols B
1261
1227
  )
1262
1228
  LaTeX Font Info: Font shape `JT3/mc/m/n' will be
1263
- (Font) scaled to size 9.23994pt on input line 56.
1264
- LaTeX Font Info: Trying to load font information for T1+lmss on input line 57.
1229
+ (Font) scaled to size 9.23994pt on input line 52.
1230
+ LaTeX Font Info: Trying to load font information for T1+lmss on input line 53.
1265
1231
  (c:/texlive/2025/texmf-dist/tex/latex/lm/t1lmss.fd
1266
1232
  File: t1lmss.fd 2015/05/01 v1.6.1 Font defs for Latin Modern
1267
1233
  )
1268
1234
  LaTeX Font Info: Font shape `JT3/gt/m/n' will be
1269
- (Font) scaled to size 9.89993pt on input line 57.
1235
+ (Font) scaled to size 9.89993pt on input line 53.
1270
1236
  LaTeX Font Info: Font shape `JY3/gt/m/n' will be
1271
- (Font) scaled to size 9.89993pt on input line 57.
1237
+ (Font) scaled to size 9.89993pt on input line 53.
1272
1238
  (load cache: extra_haranoajigothic-medium.luc)
1273
1239
  LaTeX Font Info: Font shape `JT3/gt/b/n' in size <9.89993> not available
1274
- (Font) Font shape `JT3/gt/m/n' tried instead on input line 57.
1240
+ (Font) Font shape `JT3/gt/m/n' tried instead on input line 53.
1275
1241
  LaTeX Font Info: Font shape `JT3/gt/m/n' will be
1276
- (Font) scaled to size 9.89993pt on input line 57.
1242
+ (Font) scaled to size 9.89993pt on input line 53.
1277
1243
  LaTeX Font Info: Font shape `JY3/gt/b/n' in size <9.89993> not available
1278
- (Font) Font shape `JY3/gt/m/n' tried instead on input line 57.
1244
+ (Font) Font shape `JY3/gt/m/n' tried instead on input line 53.
1279
1245
  LaTeX Font Info: Font shape `JY3/gt/m/n' will be
1280
- (Font) scaled to size 9.89993pt on input line 57.
1246
+ (Font) scaled to size 9.89993pt on input line 53.
1281
1247
  LaTeX Font Info: Font shape `JT3/mc/m/n' will be
1282
- (Font) scaled to size 15.4pt on input line 68.
1248
+ (Font) scaled to size 15.4pt on input line 64.
1283
1249
  LaTeX Font Info: Font shape `JY3/mc/m/n' will be
1284
- (Font) scaled to size 15.4pt on input line 68.
1250
+ (Font) scaled to size 15.4pt on input line 64.
1285
1251
  LaTeX Font Info: Font shape `JT3/gt/m/n' will be
1286
- (Font) scaled to size 15.4pt on input line 68.
1252
+ (Font) scaled to size 15.4pt on input line 64.
1287
1253
  LaTeX Font Info: Font shape `JY3/gt/m/n' will be
1288
- (Font) scaled to size 15.4pt on input line 68.
1254
+ (Font) scaled to size 15.4pt on input line 64.
1289
1255
  LaTeX Font Info: Font shape `JT3/gt/b/n' in size <15.4> not available
1290
- (Font) Font shape `JT3/gt/m/n' tried instead on input line 68.
1256
+ (Font) Font shape `JT3/gt/m/n' tried instead on input line 64.
1291
1257
  LaTeX Font Info: Font shape `JT3/gt/m/n' will be
1292
- (Font) scaled to size 15.4pt on input line 68.
1258
+ (Font) scaled to size 15.4pt on input line 64.
1293
1259
  LaTeX Font Info: Font shape `JY3/gt/b/n' in size <15.4> not available
1294
- (Font) Font shape `JY3/gt/m/n' tried instead on input line 68.
1260
+ (Font) Font shape `JY3/gt/m/n' tried instead on input line 64.
1295
1261
  LaTeX Font Info: Font shape `JY3/gt/m/n' will be
1296
- (Font) scaled to size 15.4pt on input line 68.
1262
+ (Font) scaled to size 15.4pt on input line 64.
1297
1263
  [1
1298
1264
  Non-PDF special ignored!
1299
1265
 
1300
1266
  {c:/texlive/2025/texmf-var/fonts/map/pdftex/updmap/pdftex.map}]
1301
- LaTeX Font Info: Calculating math sizes for size <11> on input line 97.
1267
+ LaTeX Font Info: Calculating math sizes for size <11> on input line 93.
1302
1268
  LaTeX Font Info: External font `lmex10' loaded for size
1303
- (Font) <11> on input line 97.
1269
+ (Font) <11> on input line 93.
1304
1270
  LaTeX Font Info: External font `lmex10' loaded for size
1305
- (Font) <7.69997> on input line 97.
1271
+ (Font) <7.69997> on input line 93.
1306
1272
  LaTeX Font Info: External font `lmex10' loaded for size
1307
- (Font) <5.5> on input line 97.
1273
+ (Font) <5.5> on input line 93.
1308
1274
  LaTeX Font Info: Font shape `JY3/mc/m/n' will be
1309
- (Font) scaled to size 7.69997pt on input line 97.
1275
+ (Font) scaled to size 7.69997pt on input line 93.
1310
1276
  LaTeX Font Info: Font shape `JY3/mc/m/n' will be
1311
- (Font) scaled to size 5.5pt on input line 97.
1277
+ (Font) scaled to size 5.5pt on input line 93.
1312
1278
  LaTeX Font Info: Font shape `JT3/mc/m/n' will be
1313
- (Font) scaled to size 7.69997pt on input line 97.
1314
- [2]
1315
- LaTeX Font Info: Font shape `JT3/mc/b/n' in size <11> not available
1316
- (Font) Font shape `JT3/gt/m/n' tried instead on input line 121.
1279
+ (Font) scaled to size 7.69997pt on input line 93.
1280
+ [2] [3]
1317
1281
  LaTeX Font Info: Font shape `JT3/gt/m/n' will be
1318
- (Font) scaled to size 11.0pt on input line 121.
1319
- LaTeX Font Info: Font shape `JY3/mc/b/n' in size <11> not available
1320
- (Font) Font shape `JY3/gt/m/n' tried instead on input line 121.
1282
+ (Font) scaled to size 13.2pt on input line 129.
1321
1283
  LaTeX Font Info: Font shape `JY3/gt/m/n' will be
1322
- (Font) scaled to size 11.0pt on input line 121.
1323
-
1324
-
1325
- LaTeX Warning: Citation `okabe2000spatial' on page 3 undefined on input line 121.
1326
-
1327
-
1328
- LaTeX Warning: Citation `carr1987hexbin' on page 3 undefined on input line 123.
1329
-
1330
-
1331
- LaTeX Warning: Citation `silverman1986density' on page 3 undefined on input line 123.
1332
-
1333
-
1334
- LaTeX Warning: Citation `ester1996dbscan' on page 3 undefined on input line 124.
1335
-
1336
- [3]
1337
-
1338
- LaTeX Warning: Citation `ripley1976second' on page 4 undefined on input line 126.
1339
-
1340
- LaTeX Font Info: Font shape `JT3/gt/m/n' will be
1341
- (Font) scaled to size 13.2pt on input line 133.
1342
- LaTeX Font Info: Font shape `JY3/gt/m/n' will be
1343
- (Font) scaled to size 13.2pt on input line 133.
1284
+ (Font) scaled to size 13.2pt on input line 129.
1344
1285
  LaTeX Font Info: Font shape `JT3/gt/b/n' in size <13.2> not available
1345
- (Font) Font shape `JT3/gt/m/n' tried instead on input line 133.
1286
+ (Font) Font shape `JT3/gt/m/n' tried instead on input line 129.
1346
1287
  LaTeX Font Info: Font shape `JT3/gt/m/n' will be
1347
- (Font) scaled to size 13.2pt on input line 133.
1288
+ (Font) scaled to size 13.2pt on input line 129.
1348
1289
  LaTeX Font Info: Font shape `JY3/gt/b/n' in size <13.2> not available
1349
- (Font) Font shape `JY3/gt/m/n' tried instead on input line 133.
1290
+ (Font) Font shape `JY3/gt/m/n' tried instead on input line 129.
1350
1291
  LaTeX Font Info: Font shape `JY3/gt/m/n' will be
1351
- (Font) scaled to size 13.2pt on input line 133.
1292
+ (Font) scaled to size 13.2pt on input line 129.
1352
1293
  LaTeX Font Info: Font shape `JT3/gt/m/n' will be
1353
- (Font) scaled to size 11.0pt on input line 135.
1294
+ (Font) scaled to size 11.0pt on input line 131.
1295
+ LaTeX Font Info: Font shape `JY3/gt/m/n' will be
1296
+ (Font) scaled to size 11.0pt on input line 131.
1354
1297
  LaTeX Font Info: Font shape `JT3/gt/b/n' in size <11> not available
1355
- (Font) Font shape `JT3/gt/m/n' tried instead on input line 135.
1298
+ (Font) Font shape `JT3/gt/m/n' tried instead on input line 131.
1356
1299
  LaTeX Font Info: Font shape `JT3/gt/m/n' will be
1357
- (Font) scaled to size 11.0pt on input line 135.
1300
+ (Font) scaled to size 11.0pt on input line 131.
1358
1301
  LaTeX Font Info: Font shape `JY3/gt/b/n' in size <11> not available
1359
- (Font) Font shape `JY3/gt/m/n' tried instead on input line 135.
1302
+ (Font) Font shape `JY3/gt/m/n' tried instead on input line 131.
1360
1303
  LaTeX Font Info: Font shape `JY3/gt/m/n' will be
1361
- (Font) scaled to size 11.0pt on input line 135.
1362
- [4]
1363
- LaTeX Font Info: Trying to load font information for T1+lmtt on input line 173.
1304
+ (Font) scaled to size 11.0pt on input line 131.
1305
+ [4] [5]
1306
+ LaTeX Font Info: Trying to load font information for T1+lmtt on input line 183.
1364
1307
  (c:/texlive/2025/texmf-dist/tex/latex/lm/t1lmtt.fd
1365
1308
  File: t1lmtt.fd 2015/05/01 v1.6.1 Font defs for Latin Modern
1366
1309
  )
1367
1310
  Removing `ltj.process_input_buffer' from `process_input_buffer'.
1368
1311
  Inserting `ltj.listings_unicode' in `process_input_buffer'.
1369
1312
  Inserting `ltj.process_input_buffer' in `process_input_buffer'.
1370
- Removing `ltj.listings_unicode' from `process_input_buffer'. [5]
1371
- <./svg-inkscape/overall_svg-raw.pdf, id=180, 542.77782pt x 235.63031pt>
1372
- File: ./svg-inkscape/overall_svg-raw.pdf Graphic file (type pdf)
1373
- <use ./svg-inkscape/overall_svg-raw.pdf>
1374
- Package luatex.def Info: ./svg-inkscape/overall_svg-raw.pdf used on input line 190.
1375
- (luatex.def) Requested size: 542.77649pt x 235.62973pt.
1376
- <figures/result_venezia_bulky.png, id=181, 2168.1pt x 1355.0625pt>
1313
+ Removing `ltj.listings_unicode' from `process_input_buffer'.
1314
+ <figures/result_venezia_bulky.png, id=185, 2168.1pt x 1355.0625pt>
1377
1315
  File: figures/result_venezia_bulky.png Graphic file (type png)
1378
1316
  <use figures/result_venezia_bulky.png>
1379
1317
  Package luatex.def Info: figures/result_venezia_bulky.png used on input line 197.
1380
1318
  (luatex.def) Requested size: 227.62206pt x 142.25475pt.
1381
- [6<./svg-inkscape/overall_svg-raw.pdf><./figures/result_venezia_bulky.png>] [7] [8] (./main.bbl
1319
+ LaTeX Font Info: Font shape `JT3/mc/b/n' in size <11> not available
1320
+ (Font) Font shape `JT3/gt/m/n' tried instead on input line 206.
1321
+ LaTeX Font Info: Font shape `JT3/gt/m/n' will be
1322
+ (Font) scaled to size 11.0pt on input line 206.
1323
+ LaTeX Font Info: Font shape `JY3/mc/b/n' in size <11> not available
1324
+ (Font) Font shape `JY3/gt/m/n' tried instead on input line 206.
1325
+ LaTeX Font Info: Font shape `JY3/gt/m/n' will be
1326
+ (Font) scaled to size 11.0pt on input line 206.
1327
+
1328
+
1329
+ LaTeX Warning: Reference `fig:architecture' on page 6 undefined on input line 206.
1330
+
1331
+ [6<./figures/result_venezia_bulky.png>] [7] [8] (./main.bbl
1382
1332
  LaTeX Font Info: Font shape `JT3/gt/m/it' in size <11> not available
1383
1333
  (Font) Font shape `JT3/gt/m/n' tried instead on input line 6.
1384
1334
  LaTeX Font Info: Font shape `JT3/gt/m/n' will be
@@ -1401,19 +1351,19 @@ Package rerunfilecheck Info: File `main.out' has not changed.
1401
1351
  )
1402
1352
 
1403
1353
  Here is how much of LuaTeX's memory you used:
1404
- 28505 strings out of 476081
1405
- 244634,953878 words of node,token memory allocated
1406
- 1156 words of node memory still in use:
1407
- 11 hlist, 2 vlist, 6 rule, 4 glue, 4 kern, 2 glyph, 236 attribute, 52 glue_spec, 33 attribute_list, 1 write, 14 user_defined nodes
1408
- avail lists: 1:19,2:59972,3:814,4:785,5:348,6:51,7:6049,8:4,9:2672,10:43,11:166
1409
- 50057 multiletter control sequences out of 65536+600000
1410
- 86 fonts using 61758815 bytes
1411
- 119i,7n,112p,2046b,677s stack positions out of 10000i,1000n,20000p,200000b,200000s
1354
+ 27450 strings out of 476081
1355
+ 244641,953878 words of node,token memory allocated
1356
+ 1161 words of node memory still in use:
1357
+ 11 hlist, 2 vlist, 6 rule, 4 glue, 4 kern, 2 glyph, 236 attribute, 53 glue_spec, 33 attribute_list, 1 write, 14 user_defined nodes
1358
+ avail lists: 1:19,2:59971,3:808,4:698,5:347,6:51,7:6049,8:5,9:2672,10:43,11:340
1359
+ 49066 multiletter control sequences out of 65536+600000
1360
+ 86 fonts using 61759135 bytes
1361
+ 119i,6n,112p,2046b,677s stack positions out of 10000i,1000n,20000p,200000b,200000s
1412
1362
  {c:/texlive/2025/texmf-dist/fonts/enc/dvips/lm/lm-ec.enc}{c:/texlive/2025/texmf-dist/fonts/enc/dvips/lm/lm-ts1.enc}<c:/texlive/2025/texmf-dist/fonts/opentype/public/haranoaji/HaranoAjiGothic-Medium.otf><c:/texlive/2025/texmf-dist/fonts/opentype/public/haranoaji/HaranoAjiMincho-Regular.otf><c:/texlive/2025/texmf-dist/fonts/type1/public/lm/lmbx12.pfb><c:/texlive/2025/texmf-dist/fonts/type1/public/lm/lmr10.pfb><c:/texlive/2025/texmf-dist/fonts/type1/public/lm/lmr12.pfb><c:/texlive/2025/texmf-dist/fonts/type1/public/lm/lmr17.pfb><c:/texlive/2025/texmf-dist/fonts/type1/public/lm/lmr8.pfb><c:/texlive/2025/texmf-dist/fonts/type1/public/lm/lmr9.pfb><c:/texlive/2025/texmf-dist/fonts/type1/public/lm/lmri12.pfb><c:/texlive/2025/texmf-dist/fonts/type1/public/lm/lmssbx10.pfb><c:/texlive/2025/texmf-dist/fonts/type1/public/lm/lmtt10.pfb><c:/texlive/2025/texmf-dist/fonts/type1/public/lm/lmtt12.pfb>
1413
- Output written on main.pdf (10 pages, 5357300 bytes).
1363
+ Output written on main.pdf (10 pages, 5340982 bytes).
1414
1364
 
1415
- PDF statistics: 284 PDF objects out of 1000 (max. 8388607)
1416
- 248 compressed objects within 3 object streams
1417
- 72 named destinations out of 1000 (max. 131072)
1365
+ PDF statistics: 285 PDF objects out of 1000 (max. 8388607)
1366
+ 252 compressed objects within 3 object streams
1367
+ 76 named destinations out of 1000 (max. 131072)
1418
1368
  201 words of extra memory for PDF output out of 10000 (max. 100000000)
1419
1369
 
Binary file
@@ -35,3 +35,46 @@
35
35
  pages = {397--405},
36
36
  year = {2014}
37
37
  }
38
+
39
+ @book{okabe2000spatial,
40
+ author = {Okabe, Atsuyuki and Boots, Barry and Sugihara, Kokichi and Chiu, Sung Nok},
41
+ title = {Spatial Tessellations: Concepts and Applications of Voronoi Diagrams},
42
+ publisher = {John Wiley and Sons},
43
+ edition = {2nd},
44
+ year = {2000}
45
+ }
46
+
47
+ @article{carr1987hexbin,
48
+ author = {Carr, Daniel B. and Littlefield, Richard J. and Nicholson, William L. and Littlefield, Janet S.},
49
+ title = {Scatterplot Matrix Techniques for Large N},
50
+ journal = {Journal of the American Statistical Association},
51
+ volume = {82},
52
+ number = {398},
53
+ pages = {424--436},
54
+ year = {1987}
55
+ }
56
+
57
+ @book{silverman1986density,
58
+ author = {Silverman, Bernard W.},
59
+ title = {Density Estimation for Statistics and Data Analysis},
60
+ publisher = {Chapman and Hall},
61
+ year = {1986}
62
+ }
63
+
64
+ @inproceedings{ester1996dbscan,
65
+ author = {Ester, Martin and Kriegel, Hans-Peter and Sander, J{"o}rg and Xu, Xiaowei},
66
+ title = {A Density-Based Algorithm for Discovering Clusters in Large Spatial Databases with Noise},
67
+ booktitle = {Proceedings of the Second International Conference on Knowledge Discovery and Data Mining},
68
+ pages = {226--231},
69
+ year = {1996}
70
+ }
71
+
72
+ @article{ripley1976second,
73
+ author = {Ripley, Brian D.},
74
+ title = {The Second-Order Analysis of Stationary Point Processes},
75
+ journal = {Journal of the Royal Statistical Society. Series B (Methodological)},
76
+ volume = {39},
77
+ number = {2},
78
+ pages = {172--212},
79
+ year = {1976}
80
+ }
@@ -1,178 +0,0 @@
1
- @book{companion,
2
- author = "Michael Goossens and Frank Mittelbach and
3
- Alexander Samarin",
4
- title = "The LaTeX Companion",
5
- publisher = "Addison Wesley",
6
- address = "Reading, Massachusetts",
7
- year = 1993}
8
- @book{latex,
9
- author = "Leslie Lamport",
10
- title = "A Document Preparation System {\LaTeX} User's Guide
11
- \& Reference Manual",
12
- publisher = "Addison Wesley",
13
- address = "Reading, Massachusetts",
14
- year = 1986}
15
- @article{article1,
16
- author = "Ssss Itoh and Nnnn Goto",
17
- title = "An Adaptive Noiseless Coding for Sources with Big
18
- Alphabet Size",
19
- journal = "Trans. IEICE",
20
- volume = "E74",
21
- number = 9,
22
- pages = "2495--2503",
23
- year = 1991,
24
- month = sep}
25
- @article{article2,
26
- author = "K. Abrahamson and N. Dadoun and " #
27
- "D. G. Kirkpatrick and T. Przytycka",
28
- title = "A Simple Parallel Tree Contraction Algorithm",
29
- journal = "J. Algorithms",
30
- volume = 10,
31
- number = 2,
32
- pages = "287--302",
33
- year = 1989}
34
- @article{article3,
35
- author = "T. Yamakami",
36
- title = "Exploratory Session Analysis in the Mobile
37
- Clickstream",
38
- journal = "IPSJ Digital Courier",
39
- volume = 3,
40
- pages = "14-20",
41
- doi = "10.2197/ipsjdc.3.14",
42
- year = 2007}
43
-
44
- @book{book1,
45
- author = "J. D. Foley and others",
46
- title = "Computer Graphics --- Principles and Practice",
47
- series = "System Programming Series",
48
- publisher = "Addison-Wesley",
49
- address = "Reading, Massachusetts",
50
- edition = "2nd",
51
- year = 1990}
52
- @book{book2,
53
- author = "Chang, C. L. and Lee, R. C. T.",
54
- title = "Symbolic Logic and Mechanical Theorem Proving",
55
- publisher = "Academic Press",
56
- address = "New York",
57
- year = 1973}
58
-
59
- @booklet{booklet1,
60
- author = "{Institute for New Generation Computer Technology}",
61
- title = "Overview of the Fifth Generation Computer Project",
62
- howpublished = "distributed in {FGCS'92}",
63
- year = 1992,
64
- note = "(in Japanese)"}
65
-
66
- @inbook{inbook1,
67
- author = "Knuth, D. E.",
68
- title = "Fundamental Algorithms",
69
- series = "Art of Computer Programming",
70
- volume = 1,
71
- chapter = 2,
72
- pages = "371--381",
73
- publisher = "Addison-Wesley",
74
- address = "Reading, Massachusetts",
75
- edition = "2nd",
76
- year = 1973}
77
-
78
- @incollection{incollection1,
79
- author = "Schwartz, Aaaa Jjjj",
80
- title = "Subdividing B{\'e}zier Curves and Surfaces",
81
- booktitle = "Geometric Modeling: Algorithms and New Trends",
82
- editor = "Farin, G. E.",
83
- publisher = "SIAM",
84
- address = "Philadelphia",
85
- pages = "55--66",
86
- year = 1987}
87
-
88
- @inproceedings{inproceedings1,
89
- author = "Baraff, D",
90
- title = "Curved Surfaces and Coherence for Non-penetrating
91
- Rigid Body Simulation",
92
- booktitle = "SIGGRAPH '90 Proceedings",
93
- pages = "19--28",
94
- editor = "Beach, R. J.",
95
- address = "Dallas, Texas",
96
- organization = "ACM",
97
- publisher = "Addison-Wesley",
98
- year = 1990}
99
-
100
- @inproceedings{inproceedings2,
101
- author = "Hiroshi Nakashima and others",
102
- title = "OhHelp: A Scalable Domain-Decomposing Dynamic
103
- Load Balancing for Particle-in-Cell Simulations",
104
- booktitle = "Proc.\ Intl.\ Conf. Supercomputing",
105
- year = 2009,
106
- pages = "90-99",
107
- doi = "http://doi.acm.org/10.1145/1542275.1542293"}
108
-
109
- @manual{manual1,
110
- organization = "Adobe Systems Inc.",
111
- title = "PostScript Language Reference Manual",
112
- publisher = "Addison-Wesley",
113
- address = "Reading, Massachusetts",
114
- year = 1985}
115
-
116
- @mastersthesis{mastersthesis1,
117
- author = "Kazuhiro Ohno",
118
- title = "Efficient Message Communication of Concurrent Logic
119
- Programming Language KL1 Based on Static Analysis",
120
- school = "Dept. Information Science, Kyoto University",
121
- year = 1995}
122
-
123
- @misc{misc1,
124
- author = "Yasuki Saito and Hiroshi Nakashima",
125
- title = "{{\tt ipsjpapers.sty}}",
126
- note = "(Style file for Trans. IPSJ distributed to authors.)",
127
- year = 1995}
128
-
129
- @phdthesis{phdthesis1,
130
- author = "Weihl, W.",
131
- title = "Specification and Implementation of
132
- Atomic Data Types",
133
- school = "MIT",
134
- address = "Boston",
135
- year = 1984}
136
-
137
- @proceedings{proceedings1,
138
- title = "Proc. Intl. Conf. on Fifth Generation Computer
139
- Systems",
140
- organization = "Institute for New Generation Computer Technology",
141
- volume = 1,
142
- year = 1992}
143
-
144
- @techreport{WarD:WAM-1,
145
- author = "David H. D. Warren",
146
- title = "An Abstract {Prolog} Instruction Set",
147
- type = "Technical Report",
148
- number = 309,
149
- institution = "Artificial Intelligence Center, SRI International",
150
- year = 1983,
151
- month = oct}
152
-
153
- @unpublished{unpublished,
154
- author = "{Editorial Board of Trans. IPSJ}",
155
- title = "How to Typeset Your Papers in {\LaTeX} (Version 1)",
156
- note = "(distributed to authors)",
157
- year = 1995}
158
-
159
- @webpage{webpage1,
160
- author = "Alan Kay",
161
- title = "Welcome to Squeakland",
162
- organization = "Squeakland",
163
- url = "http://www.squeakland.org/community/biography/alanbio.html",
164
- refdate = "2007-04-05"}
165
-
166
- @webpage{webpage2,
167
- author = "Hiroshi Nakashima",
168
- title = "A {WEB} Page",
169
- organization = "Kyoto University",
170
- url = "http://www.para.media.kyoto-u.ac.jp/~nakashima/a.web.page.of.long.url/",
171
- refdate = "2010-10-30"}
172
-
173
- @webpage{webpage3,
174
- author = "Hiroshi Nakashima",
175
- title = "Another {WEB} Page",
176
- organization = "Kyoto University",
177
- url = "http://www.para.media.kyoto-u.ac.jp/~nakashima/a.web.page.of.much.longer.url/",
178
- refdate = "2010-10-30"}