eerste revisie

This commit is contained in:
2022-06-08 12:17:24 +02:00
parent 10574ad66a
commit 15ce7b5875
11 changed files with 595 additions and 37 deletions

View File

@ -1,38 +1,62 @@
@article{einstein,
author = "Albert Einstein",
title = "{Zur Elektrodynamik bewegter K{\"o}rper}. ({German})
[{On} the electrodynamics of moving bodies]",
journal = "Annalen der Physik",
volume = "322",
number = "10",
pages = "891--921",
year = "1905",
DOI = "http://dx.doi.org/10.1002/andp.19053221004",
keywords = "physics"
@online{ansible_script_inventory_requirements,
author = {Ansible project contributors},
title = {ansible.builtin.script inventory - Executes an inventory script that returns JSON},
year = 2022,
url = {https://docs.ansible.com/ansible/latest/collections/ansible/builtin/script_inventory.html},
urldate = {2022-05-25}
}
@book{dirac,
title={The Principles of Quantum Mechanics},
author={Paul Adrien Maurice Dirac},
isbn={9780198520115},
series={International series of monographs on physics},
year={1981},
publisher={Clarendon Press},
keywords = {physics}
@online{ansible_script_inventory_statement,
author = {Ansible project contributors},
title = {Intro Dynamic Inventory - Other Inventory Sources},
year = 2022,
url = {https://docs.ansible.com/ansible/latest/user_guide/intro_dynamic_inventory.html#other-inventory-scripts},
urldate = {2022-05-25}
}
@online{knuthwebsite,
author = "Donald Knuth",
title = "Knuth: Computers and Typesetting",
url = "http://www-cs-faculty.stanford.edu/~uno/abcde.html",
keywords = "latex,knuth"
@phdthesis{fielding_information_2000,
title = {Architectural Styles and the Design of Network-based Software Architectures},
language = {en},
author = {Fielding, Roy Thomas},
year = {2000},
pages = {180},
}
@inbook{knuth-fa,
author = "Donald E. Knuth",
title = "Fundamental Algorithms",
publisher = "Addison-Wesley",
year = "1973",
chapter = "1.2",
keywords = "knuth,programming"
@online{topdesk_asset_management_api,
author = {TOPdesk},
title = {TOPdesk Asset Management REST API documentatie},
year = 2022,
url = {https://developers.topdesk.com/explorer/?page=assets},
urldate = {2022-05-26}
}
@online{topdesk_api_tutorial,
author = {TOPdesk},
title = {TOPdesk API Tutorial},
year = 2022,
url = {https://developers.topdesk.com/tutorial.html},
urldate = {2022-05-26}
}
@online{aws_ec2_inventory_documentatie,
author = {Ansible Community},
title = {Documentatie aws ec2 inventory inventory plugin},
year = 2022,
url = {https://github.com/ansible-collections/amazon.aws/blob/stable-3/docs/amazon.aws.aws_ec2_inventory.rst},
urldate = {2022-05-26}
}
@techreport{rfc7617,
AUTHOR = "J. Reschke",
TITLE = "{The 'Basic' HTTP Authentication Scheme}",
HOWPUBLISHED = {Internet Requests for Comments},
TYPE="{RFC}",
NUMBER=7617,
PAGES = {1-56},
YEAR = {2015},
MONTH = {9},
ISSN = {2070-1721},
PUBLISHER = "{RFC Editor}",
INSTITUTION = "{RFC Editor}",
URL={https://www.rfc-editor.org/rfc/rfc7617.html}
}