start of lab3

This commit is contained in:
Florian Hoss 2022-05-19 16:56:30 +02:00
parent 0ab7b33d9c
commit 9965040d1a
7 changed files with 1925 additions and 0 deletions

View file

@ -0,0 +1,9 @@
@book{example-book,
title = {{Example Book}},
author = {Lastname, Surname},
isbn = {123456789},
address = {Germany},
publisher = {Goverment},
year = {2019},
edition = {Second}
}

View file

@ -0,0 +1,7 @@
@online{juice-shop,
author = {{Juice Shop}},
title = {Docker Image},
urldate = {2022-03-07},
year = {2022},
url = {https://hub.docker.com/r/bkimminich/juice-shop/}
}