Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
latextemplates
GitHub Repository: latextemplates/scientific-thesis-template
Path: blob/main/bibliography.bib
340 views
1
% Encoding: UTF-8
2
3
%%%
4
%
5
%Beim Erstellen der Bibtex-Datei wird empfohlen darauf zu achten, dass die DOI aufgeführt wird.
6
%
7
%%%
8
9
@Book{WSPA,
10
author = {Sanjiva Weerawarana and Francisco Curbera and Frank Leymann and Tony Storey and Donald F. Ferguson},
11
title = {Web Services Platform Architecture : SOAP, WSDL, WS-Policy, WS-Addressing, WS-BPEL, WS-Reliable Messaging, and More},
12
year = {2005},
13
publisher = {Prentice Hall PTR},
14
isbn = {0131488740},
15
doi = {10.1.1/jpb001},
16
}
17
18
19
% !! DO NOT USE `label = {ASF}` in other Misc entries !!
20
21
@Misc{ApacheODE,
22
author = {{The Apache Software Foundation}},
23
title = {Apache ODE\texttrademark{} -- The Orchestration Director Engine},
24
year = {2016},
25
label = {ASF},
26
url = {http://ode.apache.org}
27
}
28
29
@Article{RVvdA2016,
30
author = {H.A. Reijers and I. Vanderfeesten and W.M.P. van der Aalst},
31
title = {The effectiveness of workflow management systems: A longitudinal study},
32
journal = {International Journal of Information Management},
33
year = {2016},
34
volume = {36},
35
number = {1},
36
pages = {126--141},
37
month = feb,
38
doi = {10.1016/j.ijinfomgt.2015.08.003},
39
publisher = {Elsevier {BV}}
40
}
41
42
@Book{Duden2001,
43
author = {Duden},
44
title = {Die Deutsche Rechtschreibung},
45
year = {2001},
46
edition = {22., völlig neu bearbeitete und erweiterte Auflage},
47
note = {Aktualisierter Nachdruck},
48
publisher = {Dudenverlag},
49
isbn = {3-411-04012-2},
50
}
51
52
@Comment{jabref-meta: databaseType:biblatex;}
53
54