Skip to content

Commit

Permalink
updated citations
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmandlik committed Jun 6, 2024
1 parent 57c65bf commit 5afbed8
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 45 deletions.
67 changes: 44 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,29 +38,50 @@ Julia v1.9 or later is required.

## Citation

For citing, please use the following entry for the [original paper](https://jmlr.org/papers/v23/21-0174.html):
```
@article{Mandlik2021,
author = {Šimon Mandlík and Matěj Račinský and Viliam Lisý and Tomáš Pevný},
title = {JsonGrinder.jl: automated differentiable neural architecture for embedding arbitrary JSON data},
journal = {Journal of Machine Learning Research},
year = {2022},
volume = {23},
number = {298},
pages = {1--5},
url = {http://jmlr.org/papers/v23/21-0174.html}
}
```

and the following for this implementation (fill in the used `version`):
```
@software{Mill,
author = {Tomas Pevny and Simon Mandlik},
title = {Mill.jl framework: a flexible library for (hierarchical) multi-instance learning},
url = {https://github.com/CTUAvastLab/Mill.jl},
version = {...},
}
```
Kindly cite our work with the following entries if you find it interesting, please:

* [*JsonGrinder.jl: automated differentiable neural architecture for embedding arbitrary JSON
data*](https://jmlr.org/papers/v23/21-0174.html)

```
@article{Mandlik2021,
author = {Šimon Mandlík and Matěj Račinský and Viliam Lisý and Tomáš Pevný},
title = {JsonGrinder.jl: automated differentiable neural architecture for embedding arbitrary JSON data},
journal = {Journal of Machine Learning Research},
year = {2022},
volume = {23},
number = {298},
pages = {1--5},
url = {http://jmlr.org/papers/v23/21-0174.html}
}
```

* [*Malicious Internet Entity Detection Using Local Graph
Inference*](https://ieeexplore.ieee.org/document/10418120) (practical `Mill.jl` application)

```
@article{Mandlik2024,
author = {Mandlík, Šimon and Pevný, Tomáš and Šmídl, Václav and Bajer, Lukáš},
journal = {IEEE Transactions on Information Forensics and Security},
title = {Malicious Internet Entity Detection Using Local Graph Inference},
year = {2024},
volume = {19},
number = {},
pages = {3554-3566},
doi = {10.1109/TIFS.2024.3360867}
}
```

* this implementation (fill in the used `version`):

```
@software{Mill,
author = {Tomas Pevny and Simon Mandlik},
title = {Mill.jl framework: a flexible library for (hierarchical) multi-instance learning},
url = {https://github.com/CTUAvastLab/Mill.jl},
version = {...},
}
```

## Contribution guidelines

Expand Down
65 changes: 43 additions & 22 deletions docs/src/citation.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,46 @@
# Citation

For citing, please use the following entry for the [original paper](https://jmlr.org/papers/v23/21-0174.html):
```
@article{Mandlik2021,
author = {Šimon Mandlík and Matěj Račinský and Viliam Lisý and Tomáš Pevný},
title = {JsonGrinder.jl: automated differentiable neural architecture for embedding arbitrary JSON data},
journal = {Journal of Machine Learning Research},
year = {2022},
volume = {23},
number = {298},
pages = {1--5},
url = {http://jmlr.org/papers/v23/21-0174.html}
}
```
Kindly cite our work with the following entries if you find it interesting, please:

and the following for the implementation (fill in the used `version`):
```
@software{mill2018,
author = {Tomas Pevny and Simon Mandlik},
title = {Mill.jl framework: a flexible library for (hierarchical) multi-instance learning},
url = {https://github.com/CTUAvastLab/Mill.jl},
version = {...},
}
```
* [*JsonGrinder.jl: automated differentiable neural architecture for embedding arbitrary JSON
data*](https://jmlr.org/papers/v23/21-0174.html)

```
@article{Mandlik2021,
author = {Šimon Mandlík and Matěj Račinský and Viliam Lisý and Tomáš Pevný},
title = {JsonGrinder.jl: automated differentiable neural architecture for embedding arbitrary JSON data},
journal = {Journal of Machine Learning Research},
year = {2022},
volume = {23},
number = {298},
pages = {1--5},
url = {http://jmlr.org/papers/v23/21-0174.html}
}
```

* [*Malicious Internet Entity Detection Using Local Graph
Inference*](https://ieeexplore.ieee.org/document/10418120) (practical `Mill.jl` application)

```
@article{Mandlik2024,
author = {Mandlík, Šimon and Pevný, Tomáš and Šmídl, Václav and Bajer, Lukáš},
journal = {IEEE Transactions on Information Forensics and Security},
title = {Malicious Internet Entity Detection Using Local Graph Inference},
year = {2024},
volume = {19},
number = {},
pages = {3554-3566},
doi = {10.1109/TIFS.2024.3360867}
}
```

* this implementation (fill in the used `version`):

```
@software{Mill,
author = {Tomas Pevny and Simon Mandlik},
title = {Mill.jl framework: a flexible library for (hierarchical) multi-instance learning},
url = {https://github.com/CTUAvastLab/Mill.jl},
version = {...},
}
```

0 comments on commit 5afbed8

Please sign in to comment.