Skip to content

Commit e92f3a7

Browse files
committed
Merge branch 'main' into develop
2 parents 9893e47 + 689f936 commit e92f3a7

2 files changed

Lines changed: 8 additions & 9 deletions

File tree

README.rst

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -521,14 +521,13 @@ citation:
521521
522522
.. code:: bibtex
523523
524-
@article{pyrdf2vec,
524+
@inproceedings{pyrdf2vec,
525525
title = {pyRDF2Vec: A Python Implementation and Extension of RDF2Vec},
526-
author = {Vandewiele, Gilles and Steenwinckel, Bram and Agozzino, Terencio and Ongenae, Femke},
527-
year = 2022,
528-
publisher = {arXiv},
529-
doi = {10.48550/ARXIV.2205.02283},
526+
author = {Steenwinckel, Bram and Vandewiele, Gilles and Agozzino, Terencio and Ongenae, Femke},
527+
year = 2023,
528+
publisher = {Springer Nature Switzerland},
529+
booktitle = {European Semantic Web Conference},
530+
doi = {10.1007/978-3-031-33455-9_28},
530531
url = {https://arxiv.org/abs/2205.02283},
531-
copyright = {Creative Commons Attribution 4.0 International},
532-
organization = {IDLab},
533-
keywords = {Machine Learning (cs.LG), FOS: Computer and information sciences, FOS: Computer and information sciences}
532+
pages = {471--483},
534533
}

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
gensim
22
rdflib
33
scikit-learn
4-
sphinx
4+
sphinx<7.0.0
55
sphinx-autodoc-typehints
66
sphinx-rtd-theme
77
sphinxcontrib-apidoc

0 commit comments

Comments
 (0)