This commit is contained in:
NikolajDanger
2023-05-14 15:47:01 +02:00
parent bb95aedde2
commit 7a28fadbfa
3 changed files with 29 additions and 5 deletions

View File

@ -3,5 +3,21 @@
title = "MEOW - Enabling Dynamic Scheduling of Scientific Analysis",
school = "University of Copenhagen",
year = 2021,
month = may,
month = may
}
@misc{SocketDoc,
title = "socket - Low-level networking interface",
author = "Python documentation",
howpublished = "\url{https://docs.python.org/3/library/socket.html}"
}
@misc{MeowBase,
author = {David Marchant},
title = {meow\_base},
publisher = {GitHub},
journal = {GitHub repository},
howpublished = {\url{https://github.com/PatchOfScotland/meow_base}},
year = 2023,
commit = {933d568},
}