danielegrattarola / spektral

Graph Neural Networks with Keras and Tensorflow 2.
https://graphneural.network
MIT License
2.37k stars 334 forks source link

Citations #324

Closed jparr721 closed 2 years ago

jparr721 commented 2 years ago

Hello!

I am planning to publish a paper soon that includes the usage of this library. I have noticed with other libraries that there is typically a section in the github repository with the BibTeX citation. I noticed that this is not the case for this library, do you have something I can use? I'd like to give credit for all of your excellent work on this system.

danielegrattarola commented 2 years ago

Hi,

You can cite the Spektral paper! There is an ICML workshop version and a journal version, either is fine. Here's a Bibtex:

@article{grattarola2021graph,
  title={Graph neural networks in Tensorflow and Keras with Spektral},
  author={Grattarola, Daniele and Alippi, Cesare},
  journal={IEEE Computational Intelligence Magazine},
  year={2021}
}
jparr721 commented 2 years ago

Thank you!