Skip to content

Commit 5876fbe

Browse files
authored
updated citations to make twine happy (e3nn#479)
1 parent c66aaa8 commit 5876fbe

File tree

2 files changed

+73
-74
lines changed

2 files changed

+73
-74
lines changed

CITATION.bib

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,62 @@ @misc{https://doi.org/10.48550/arxiv.2207.09453
77
year = {2022},
88
copyright = {Creative Commons Attribution 4.0 International}
99
}
10+
11+
@misc{thomas2018tensorfieldnetworks,
12+
title={Tensor field networks: Rotation- and translation-equivariant neural networks for 3D point clouds},
13+
author={Nathaniel Thomas and Tess Smidt and Steven Kearnes and Lusann Yang and Li Li and Kai Kohlhoff and Patrick Riley},
14+
year={2018},
15+
eprint={1802.08219},
16+
archivePrefix={arXiv},
17+
primaryClass={cs.LG},
18+
url={https://arxiv.org/abs/1802.08219}
19+
}
20+
21+
@misc{weiler20183dsteerablecnns,
22+
title={3D Steerable CNNs: Learning Rotationally Equivariant Features in Volumetric Data},
23+
author={Maurice Weiler and Mario Geiger and Max Welling and Wouter Boomsma and Taco Cohen},
24+
year={2018},
25+
eprint={1807.02547},
26+
archivePrefix={arXiv},
27+
primaryClass={cs.LG},
28+
url={https://arxiv.org/abs/1807.02547}
29+
}
30+
31+
@misc{kondor2018clebschgordannets,
32+
title={Clebsch-Gordan Nets: a Fully Fourier Space Spherical Convolutional Neural Network},
33+
author={Risi Kondor and Zhen Lin and Shubhendu Trivedi},
34+
year={2018},
35+
eprint={1806.09231},
36+
archivePrefix={arXiv},
37+
primaryClass={stat.ML},
38+
url={https://arxiv.org/abs/1806.09231}
39+
}
40+
41+
@software{e3nn_software,
42+
author = {Mario Geiger and
43+
Tess Smidt and
44+
Alby M. and
45+
Benjamin Kurt Miller and
46+
Wouter Boomsma and
47+
Bradley Dice and
48+
Kostiantyn Lapchevskyi and
49+
Maurice Weiler and
50+
Michał Tyszkiewicz and
51+
Simon Batzner and
52+
Dylan Madisetti and
53+
Martin Uhrin and
54+
Jes Frellsen and
55+
Nuri Jung and
56+
Sophia Sanborn and
57+
Mingjian Wen and
58+
Josh Rackers and
59+
Marcel Rød and
60+
Michael Bailey},
61+
title = {Euclidean neural networks: e3nn},
62+
month = apr,
63+
year = 2022,
64+
publisher = {Zenodo},
65+
version = {0.5.0},
66+
doi = {10.5281/zenodo.6459381},
67+
url = {https://doi.org/10.5281/zenodo.6459381}
68+
}

README.md

Lines changed: 14 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -39,80 +39,20 @@ Our community abides by the [Contributor Covenant Code of Conduct](./github/CODE
3939

4040
## Citing
4141

42-
- Euclidean Neural Networks
43-
```
44-
@misc{thomas2018tensorfieldnetworksrotation,
45-
title={Tensor field networks: Rotation- and translation-equivariant neural networks for 3D point clouds},
46-
author={Nathaniel Thomas and Tess Smidt and Steven Kearnes and Lusann Yang and Li Li and Kai Kohlhoff and Patrick Riley},
47-
year={2018},
48-
eprint={1802.08219},
49-
archivePrefix={arXiv},
50-
primaryClass={cs.LG},
51-
url={https://arxiv.org/abs/1802.08219},
52-
}
53-
54-
@misc{weiler20183dsteerablecnnslearning,
55-
title={3D Steerable CNNs: Learning Rotationally Equivariant Features in Volumetric Data},
56-
author={Maurice Weiler and Mario Geiger and Max Welling and Wouter Boomsma and Taco Cohen},
57-
year={2018},
58-
eprint={1807.02547},
59-
archivePrefix={arXiv},
60-
primaryClass={cs.LG},
61-
url={https://arxiv.org/abs/1807.02547},
62-
}
63-
64-
@misc{kondor2018clebschgordannetsfullyfourier,
65-
title={Clebsch-Gordan Nets: a Fully Fourier Space Spherical Convolutional Neural Network},
66-
author={Risi Kondor and Zhen Lin and Shubhendu Trivedi},
67-
year={2018},
68-
eprint={1806.09231},
69-
archivePrefix={arXiv},
70-
primaryClass={stat.ML},
71-
url={https://arxiv.org/abs/1806.09231},
72-
}
73-
```
74-
- e3nn
75-
```
76-
@misc{e3nn_paper,
77-
doi = {10.48550/ARXIV.2207.09453},
78-
url = {https://arxiv.org/abs/2207.09453},
79-
author = {Geiger, Mario and Smidt, Tess},
80-
keywords = {Machine Learning (cs.LG), Artificial Intelligence (cs.AI), Neural and Evolutionary Computing (cs.NE), FOS: Computer and information sciences, FOS: Computer and information sciences},
81-
title = {e3nn: Euclidean Neural Networks},
82-
publisher = {arXiv},
83-
year = {2022},
84-
copyright = {Creative Commons Attribution 4.0 International}
85-
}
86-
87-
@software{e3nn,
88-
author = {Mario Geiger and
89-
Tess Smidt and
90-
Alby M. and
91-
Benjamin Kurt Miller and
92-
Wouter Boomsma and
93-
Bradley Dice and
94-
Kostiantyn Lapchevskyi and
95-
Maurice Weiler and
96-
Michał Tyszkiewicz and
97-
Simon Batzner and
98-
Dylan Madisetti and
99-
Martin Uhrin and
100-
Jes Frellsen and
101-
Nuri Jung and
102-
Sophia Sanborn and
103-
Mingjian Wen and
104-
Josh Rackers and
105-
Marcel Rød and
106-
Michael Bailey},
107-
title = {Euclidean neural networks: e3nn},
108-
month = apr,
109-
year = 2022,
110-
publisher = {Zenodo},
111-
version = {0.5.0},
112-
doi = {10.5281/zenodo.6459381},
113-
url = {https://doi.org/10.5281/zenodo.6459381}
114-
}
115-
```
42+
If you use e3nn in your research, please cite the following papers:
43+
44+
### Euclidean Neural Networks:
45+
46+
- N. Thomas et al., "Tensor field networks: Rotation- and translation-equivariant neural networks for 3D point clouds" (2018). [arXiv:1802.08219](https://arxiv.org/abs/1802.08219)
47+
- M. Weiler et al., "3D Steerable CNNs: Learning Rotationally Equivariant Features in Volumetric Data" (2018). [arXiv:1807.02547](https://arxiv.org/abs/1807.02547)
48+
- R. Kondor et al., "Clebsch-Gordan Nets: a Fully Fourier Space Spherical Convolutional Neural Network" (2018). [arXiv:1806.09231](https://arxiv.org/abs/1806.09231)
49+
50+
### e3nn:
51+
52+
- M. Geiger and T. Smidt, "e3nn: Euclidean Neural Networks" (2022). [arXiv:2207.09453](https://arxiv.org/abs/2207.09453)
53+
- M. Geiger et al., "Euclidean neural networks: e3nn" (2022). [Zenodo](https://doi.org/10.5281/zenodo.6459381)
54+
55+
For BibTeX entries, please refer to the [CITATION.bib](CITATION.bib) file in this repository.
11656

11757
### Copyright
11858

0 commit comments

Comments
 (0)