Skip to content

Commit 49a97ea

Browse files
committed
rework bibliography to show links
1 parent e40a01f commit 49a97ea

File tree

1 file changed

+20
-12
lines changed

1 file changed

+20
-12
lines changed
Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,32 @@
1-
@online{safemath,
1+
@misc{safemath,
22
title = {{OpenZeppelin Documentation - SafeMath}},
3-
url = {https://docs.openzeppelin.com/contracts/2.x/api/math},
4-
urldate = {2019-08-14}
3+
howpublished = {\url{https://docs.openzeppelin.com/contracts/2.x/api/math}},
4+
note = {Accessed: 2019-08-14}
55
}
66

7-
@online{fixedpointnumbers,
7+
@misc{fixedpointnumbers,
88
title = {{Solidity Documentation - Fixed Point Numbers}},
9-
url = {https://solidity.readthedocs.io/en/v0.5.3/types.html#fixed-point-numbers},
10-
urldate = {2019-08-14}
9+
howpublished = {\url{https://solidity.readthedocs.io/en/v0.5.3/types.html#fixed-point-numbers}},
10+
note = {Accessed: 2019-08-14}
1111
}
1212

13-
@online{raf,
13+
@misc{raf,
1414
title = {{Rentenformel - Retenartfaktor}},
15-
url = {https://de.wikipedia.org/wiki/Rentenformel#Rentenartfaktor_(RAF)},
16-
urldate = {2019-08-14}
15+
howpublished = {\url{https://de.wikipedia.org/wiki/Rentenformel#Rentenartfaktor_(RAF)}},
16+
note = {Accessed: 2019-08-14}
1717
}
1818

19-
@online{rente2018,
19+
@misc{rente2018,
2020
title = {{Versichertenbericht 2018}},
2121
author = {Deutscher Rentenversicherung Bund},
22-
url = {https://www.deutsche-rentenversicherung.de/SharedDocs/Downloads/DE/Statistiken-und-Berichte/Berichte/versichertenbericht_2018.pdf?__blob=publicationFile&v=1},
23-
urldate = {2019-08-14}
22+
howpublished = {\url{https://www.deutsche-rentenversicherung.de/SharedDocs/Downloads/DE/Statistiken-und-Berichte/Berichte/versichertenbericht_2018.pdf?__blob=publicationFile&v=1}},
23+
note = {Accessed: 2019-08-14}
2424
}
25+
26+
27+
@misc{rentezahlen2019,
28+
title = {{Rentenversicherung in Zahlen 2019}},
29+
author = {Deutscher Rentenversicherung Bund},
30+
howpublished = {\url{https://www.deutsche-rentenversicherung.de/SharedDocs/Downloads/DE/Statistiken-und-Berichte/statistikpublikationen/rv_in_zahlen_2019.pdf?__blob=publicationFile&v=3}},
31+
note = {Accessed: 2019-08-14}
32+
}

0 commit comments

Comments
 (0)