"Fossies" - the Fresh Open Source Software Archive 
Member "hevea-2.35/examples/natbib.bib" (16 Jan 2021, 941 Bytes) of package /linux/www/hevea-2.35.tar.gz:
As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) BibTeX source code syntax highlighting (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 @string {prc = "Proceedings of "}
2 @InProceedings{odersky:esop2000,
3 author = {Martin Odersky},
4 title = {Functional Nets},
5 booktitle = prc#"the 9th European Symposium on Programming
6 (ESOP'00)",
7 pages = {1-25},
8 year = 2000,
9 series = {LNCS~1782},
10 }
11
12 @article {MPW92,
13 author = "Robin Milner and Joachim Parrow and David Walker",
14 title = {A Calculus of Mobile Processes, parts {I} and {II}},
15 journal = {Information and Computation},
16 year = {1992},
17 volume = {100},
18 pages = {1--40 and 41--77}
19 }
20
21
22 @inproceedings {AppliedPi,
23 author = "Mart{\'i}n Abadi and C{\'e}dric Fournet",
24 title = "Mobile Values, New Names, and Secure Communication",
25 booktitle = prc#{the 28th ACM SIGPLAN-SIGACT
26 Symposium on Principles of Programming Languages (POPL'01)},
27 pages = "104-115",
28 year = "2001",
29 address = {London, UK}
30 }