paper: paper skeleton and Design Overview section added
[living-lab-site.git] / docs / paper / p2p-tube.bib
1 @misc{p2p-next,
2         howpublished = {{http://www.p2p-next.org/}},
3         title = {{P2P-Next}},
4         note = "[Online, accessed 31-March-2011]"
5 }
6
7 @misc{win8-html5,
8         howpublished = {{www.microsoft.com/presspass/features/2011/jun11/06-01corporatenews.aspx}},
9         title = {{Previewing 'Windows 8'}}
10 }
11
12 @misc{w3c-ws-gloss,
13         howpublished = {{http://www.w3.org/TR/2004/NOTE-ws-gloss-20040211/}},
14         title = {{W3C Web Services Glossary}}
15 }
16
17 @misc{w3c-wsa-reqs,
18         howpublished = {{http://www.w3.org/TR/wsa-reqs}},
19         title = {{W3C Web Services Architecture Requirements}}
20 }
21
22 @misc{ws-sec-perf,
23         author = {Francois Lascelles and Aaron Flint},
24         title = {WS-Security Performance. Secure Conversation versus the X509 Profile},
25         year = {2006},
26         publisher = {SYS-CON Media, Inc},
27 }
28
29 @misc{wiki-ws-sec,
30         howpublished = {{http://en.wikipedia.org/wiki/WS-Security}},
31         title = {{WS-Security}}
32 }
33
34 @misc{ibm-ws-sec-conv,
35         howpublished = {{http://www.ibm.com/developerworks/webservices/library/specification/ws-secon/}},
36         title = {{Web Services Secure Conversation Language}}
37 }
38
39 @misc{wiki-ws-sec-conv,
40         howpublished = {{http://en.wikipedia.org/wiki/WS-SecureConversation}},
41         title = {{WS-SecureConversation}}
42 }
43
44 @misc{rfc-tls,
45         howpublished = {{http://tools.ietf.org/html/rfc5246}},
46         title = {{RFC 5246 - The Transport Layer Security (TLS) Protocol Version 1.2}}
47 }
48
49 @misc{wiki-tls,
50         howpublished = {{http://en.wikipedia.org/wiki/Transport_Layer_Security}},
51         title = {{Transport Layer Security}}
52 }
53
54 @misc{ogf-ws-ext,
55         howpublished = {{http://www.ogf.org/gf/docs/?final\&all}},
56         title = {{Open Grid Web Standards Listing}}
57 }
58
59 @misc{code-igniter,
60         howpublished = {{http://codeigniter.com/}},
61         title = {{CodeIgniter - Open source PHP web application framework}}
62 }
63
64 @misc{jquery,
65         howpublished = {{http://jquery.com/}},
66         title = {{JavaScript Library}}
67 }
68
69 @misc{jqueryui,
70         howpublished = {{http://jqueryui.com/}},
71         title = {{jQuery User Interface Library}}
72 }
73
74 @misc{webpy,
75         howpublished = {{http://webpy.org/}},
76         title = {{web.py -- Python web framework}}
77 }
78
79 @misc{ftp,
80         howpublished = {{http://www.w3.org/Protocols/rfc959/}},
81         title = {{FTP, RFC959 -- File Transfer Protocol}}
82 }
83
84 @misc{scp,
85         howpublished = {{http://en.wikipedia.org/wiki/Secure_copy}},
86         title = {{scp -- Secure Copy}}
87 }
88
89 @misc{rsync,
90         howpublished = {{http://en.wikipedia.org/wiki/Rsync}},
91         title = {{Rsync -- file synchronization network protocol}}
92 }
93
94 @misc{wiki-wsdl,
95         howpublished = {{http://en.wikipedia.org/wiki/Web_Services_Description_Language}},
96         title = {{Web Services Description Language}}
97 }
98
99 @misc{ws-intro,
100         author = {Andrea Ceccanti},
101         title = {Introduction to Web Services},
102         howpublished = {www.cnaf.infn.it/~ferrari/seminari/griglie04/lezione06-soap-wsdl.pdf},
103 }
104
105 @misc{wiki-ws,
106         howpublished = {{http://en.wikipedia.org/wiki/Web_service}},
107         title = {{Web Service}}
108 }
109
110 @misc{wiki-uddi,
111         howpublished = {{http://en.wikipedia.org/wiki/UDDI}},
112         title = {{Universal Description Discovery and Integration}}
113 }
114
115 @misc{w3c-ws-enc,
116         howpublished = {{http://www.w3.org/TR/xmlenc-core/}},
117         title = {{XML Encryption Syntax and Processing}}
118 }
119
120 @misc{w3c-ws-sign,
121         howpublished = {{http://www.w3.org/TR/xmlsec-reqs2/}},
122         title = {{XML Security 2.0 Requirements and Design Considerations}}
123 }
124
125
126 % temporary bib item; useful for marking down future citations
127 @misc{TODO,
128         howpublished = {{http://www.p2p-next.org/}},
129         title = {{TODO}}
130 }
131
132 @article{TODO-article,
133         author = {Naicken, S. and Livingston, B. and Basu, A. and Rodhetbhai, S. and Wakeman, I. and Chalmers, D.},
134         title = {The state of peer-to-peer simulators and simulations},
135         journal = {SIGCOMM Comput. Commun. Rev.},
136         volume = {37},
137         number = {2},
138         year = {2007},
139         issn = {0146-4833},
140         pages = {95--98},
141         doi = {http://doi.acm.org/10.1145/1232919.1232932},
142         publisher = {ACM},
143         address = {New York, NY, USA},
144 }