-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathreferences.bib
More file actions
45 lines (29 loc) · 971 Bytes
/
Copy pathreferences.bib
File metadata and controls
45 lines (29 loc) · 971 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
@thesis{riehle,
author = {Dirk Riehle},
title = {Framework Design: A Role Modeling Approach},
type = { Ph.D. Thesis},
institution = {ETH Zürich},
date = {2000},
url = {http://dirkriehle.com/computer-science/research/dissertation/diss-a4.pdf},
urldate = {2018-06-05},
}
@book{starke,
author = {Gernot Starke},
title = {Effektive Software-Architekturen},
subtitle = {Ein praktischer Leitfaden},
year = {2015},
publisher = {Carl Hanser Verlag},
}
@article{treelayouter,
author = {Christoph Buchheim and Michael Jüunger and Sebastian Leipert},
title = {Drawing rooted trees in linear time},
journaltitle = {Wiley InterScience},
year = {2006},
url = {https://onlinelibrary.wiley.com/doi/pdf/10.1002/spe.713},
urldate = {2018-06-05},
}
@Online{java-jigsaw,
title = {OpenJDK Project Jigsaw},
urldate = {2018-06-04},
url = {http://openjdk.java.net/projects/jigsaw/},
}