Skip to content

Commit 8c04db2

Browse files
committed
updated citations
1 parent 853cb73 commit 8c04db2

6 files changed

Lines changed: 65 additions & 82 deletions

File tree

CITATION.bib

Lines changed: 0 additions & 15 deletions
This file was deleted.

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,17 @@ Julia v1.9 or later is required.
3838

3939
## Citation
4040

41-
For citing, please use the following entry for the [original paper](https://arxiv.org/abs/2105.09107):
41+
For citing, please use the following entry for the [original paper](https://jmlr.org/papers/v23/21-0174.html):
4242
```
43-
@misc{MandlikMill,
44-
title={Mill.jl and JsonGrinder.jl: automated differentiable feature extraction for learning from raw JSON data},
45-
author={Simon Mandlik and Matej Racinsky and Viliam Lisy and Tomas Pevny},
46-
year={2021},
47-
eprint={2105.09107},
48-
archivePrefix={arXiv},
49-
primaryClass={stat.ML}
43+
@article{Mandlik2021,
44+
author = {Šimon Mandlík and Matěj Račinský and Viliam Lisý and Tomáš Pevný},
45+
title = {JsonGrinder.jl: automated differentiable neural architecture for embedding arbitrary JSON data},
46+
journal = {Journal of Machine Learning Research},
47+
year = {2022},
48+
volume = {23},
49+
number = {298},
50+
pages = {1--5},
51+
url = {http://jmlr.org/papers/v23/21-0174.html}
5052
}
5153
```
5254

docs/make.jl

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -52,38 +52,38 @@ makedocs(
5252
CitationBibliography(joinpath(@__DIR__, "references.bib"), style=:numeric)
5353
],
5454
pages = [
55-
"Home" => "index.md",
56-
"Motivation" => "motivation.md",
57-
"Manual" => [
58-
"Nodes" => "manual/nodes.md",
59-
"More on nodes" => "manual/more_on_nodes.md",
60-
"Model reflection" => "manual/reflectin.md",
61-
"Bag aggregation" => "manual/aggregation.md",
62-
"Data in leaves" => "manual/leaf_data.md",
63-
"Missing data" => "manual/missing.md",
64-
"Custom nodes" => "manual/custom.md"
65-
],
66-
"Examples" => [
67-
"Musk" => "examples/musk/musk.md",
68-
"Processing JSONs" => "examples/jsons.md",
69-
"GNNs in 16 lines" => "examples/gnn.md",
70-
"DAGs" => "examples/dag.md"
71-
],
72-
"External tools" => [
73-
"HierarchicalUtils.jl" => "tools/hierarchical.md"
74-
],
75-
"Public API" => [
76-
"Aggregation" => "api/aggregation.md",
77-
"Bags" => "api/bags.md",
78-
"Data nodes" => "api/data_nodes.md",
79-
"Model nodes" => "api/model_nodes.md",
80-
"Special Arrays" => "api/special_arrays.md",
81-
"Switches" => "api/switches.md",
82-
"Utilities" => "api/utilities.md"
83-
],
84-
"References" => "references.md",
85-
"Citation" => "citation.md"
86-
],
55+
"Home" => "index.md",
56+
"Motivation" => "motivation.md",
57+
"Manual" => [
58+
"Nodes" => "manual/nodes.md",
59+
"More on nodes" => "manual/more_on_nodes.md",
60+
"Model reflection" => "manual/reflectin.md",
61+
"Bag aggregation" => "manual/aggregation.md",
62+
"Data in leaves" => "manual/leaf_data.md",
63+
"Missing data" => "manual/missing.md",
64+
"Custom nodes" => "manual/custom.md"
65+
],
66+
"Examples" => [
67+
"Musk" => "examples/musk/musk.md",
68+
"Processing JSONs" => "examples/jsons.md",
69+
"GNNs in 16 lines" => "examples/gnn.md",
70+
"DAGs" => "examples/dag.md"
71+
],
72+
"External tools" => [
73+
"HierarchicalUtils.jl" => "tools/hierarchical.md"
74+
],
75+
"Public API" => [
76+
"Aggregation" => "api/aggregation.md",
77+
"Bags" => "api/bags.md",
78+
"Data nodes" => "api/data_nodes.md",
79+
"Model nodes" => "api/model_nodes.md",
80+
"Special Arrays" => "api/special_arrays.md",
81+
"Switches" => "api/switches.md",
82+
"Utilities" => "api/utilities.md"
83+
],
84+
"References" => "references.md",
85+
"Citation" => "citation.md"
86+
],
8787
)
8888

8989
deploydocs(repo = "github.com/CTUAvastLab/Mill.jl.git")

docs/references.bib

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -145,18 +145,12 @@ @inproceedings{Gulcehre2014
145145
}
146146

147147
@article{Mandlik2021,
148-
author = {Simon Mandl{\'{\i}}k and
149-
Matej Racinsky and
150-
Viliam Lis{\'{y}} and
151-
Tom{\'{a}}s Pevn{\'{y}}},
152-
title = {JsonGrinder.jl: automated differentiable neural architecture for embedding
153-
arbitrary {JSON} data},
154-
journal = {J. Mach. Learn. Res.},
155-
volume = {23},
156-
pages = {298:1--298:5},
157-
year = {2022},
158-
url = {http://jmlr.org/papers/v23/21-0174.html},
159-
timestamp = {Wed, 07 Jun 2023 16:53:13 +0200},
160-
biburl = {https://dblp.org/rec/journals/jmlr/MandlikRLP22.bib},
161-
bibsource = {dblp computer science bibliography, https://dblp.org}
148+
author = {Šimon Mandlík and Matěj Račinský and Viliam Lisý and Tomáš Pevný},
149+
title = {JsonGrinder.jl: automated differentiable neural architecture for embedding arbitrary JSON data},
150+
journal = {Journal of Machine Learning Research},
151+
year = {2022},
152+
volume = {23},
153+
number = {298},
154+
pages = {1--5},
155+
url = {http://jmlr.org/papers/v23/21-0174.html}
162156
}

docs/src/citation.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
# Citation
22

3-
For citing, please use the following entry for the [original paper](https://arxiv.org/abs/2105.09107):
3+
For citing, please use the following entry for the [original paper](https://jmlr.org/papers/v23/21-0174.html):
44
```
5-
@misc{mandlik2021milljl,
6-
title={Mill.jl and JsonGrinder.jl: automated differentiable feature extraction for learning from raw JSON data},
7-
author={Simon Mandlik and Matej Racinsky and Viliam Lisy and Tomas Pevny},
8-
year={2021},
9-
eprint={2105.09107},
10-
archivePrefix={arXiv},
11-
primaryClass={stat.ML}
5+
@article{Mandlik2021,
6+
author = {Šimon Mandlík and Matěj Račinský and Viliam Lisý and Tomáš Pevný},
7+
title = {JsonGrinder.jl: automated differentiable neural architecture for embedding arbitrary JSON data},
8+
journal = {Journal of Machine Learning Research},
9+
year = {2022},
10+
volume = {23},
11+
number = {298},
12+
pages = {1--5},
13+
url = {http://jmlr.org/papers/v23/21-0174.html}
1214
}
1315
```
1416

docs/src/examples/musk/Manifest.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is machine-generated - editing it directly is not advised
22

3-
julia_version = "1.10.3"
3+
julia_version = "1.10.4"
44
manifest_format = "2.0"
55
project_hash = "c980577c0415d2c228751f8ca1d6579dbbffa98a"
66

@@ -310,9 +310,9 @@ weakdeps = ["StaticArrays"]
310310

311311
[[deps.Functors]]
312312
deps = ["LinearAlgebra"]
313-
git-tree-sha1 = "d3e63d9fa13f8eaa2f06f64949e2afc593ff52c2"
313+
git-tree-sha1 = "8a66c07630d6428eaab3506a0eabfcf4a9edea05"
314314
uuid = "d9f16b24-f501-4c13-a1f2-28368ffc5196"
315-
version = "0.4.10"
315+
version = "0.4.11"
316316

317317
[[deps.Future]]
318318
deps = ["Random"]
@@ -332,9 +332,9 @@ version = "0.1.6"
332332

333333
[[deps.HierarchicalUtils]]
334334
deps = ["DataStructures", "OrderedCollections"]
335-
git-tree-sha1 = "467ec10dba7f66b8076d77edeea03bb8f94ac7a8"
335+
path = "../../../../../HierarchicalUtils"
336336
uuid = "f9ccea15-0695-44b9-8113-df7c26ae4fa9"
337-
version = "2.2.1"
337+
version = "2.2.2"
338338

339339
[[deps.IRTools]]
340340
deps = ["InteractiveUtils", "MacroTools"]

0 commit comments

Comments
 (0)