root/trunk/BIBLIOGRAPHY.bib

Revision 4207, 2.9 kB (checked in by pmoura, 6 months ago)

Updated Logtalk bibliography (added PADL'08 paper).

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1
2@misc{logtalkweb,
3    author = "Paulo Moura",
4    title = "Logtalk web site",
5    howpublished = "\url{http://logtalk.org/}"
6}
7
8
9@inproceedings{pmoura08,
10    author = {Paulo Moura and Paul Crocker and Paulo Nunes},
11    title = "{High-Level Multi-threading programming in Logtalk}",
12    booktitle = {Proceedings of the Tenth International Symposium on Practical Aspects of Declarative Languages},
13    editor = "Paul Hudak and David S. Harren",
14    series = "Lecture Notes in Computer Science",
15    volume = "4902",
16    month = jan,
17    year = {2008},
18    pages = {265--281},
19    publisher = {Springer-Verlag Berlin Heidelberg},
20}
21
22
23@inproceedings{pmoura07,
24    author = "Paulo Moura and Paul Crocker and Paulo Nunes",
25    title = "{Multi-threading programming in Logtalk}",
26    crossref = "ciclops07",
27    pages = "87--101",
28}
29
30
31@proceedings{ciclops07,
32    title = "7th Colloquium on Implementation of Constraint LOgic Programming Systems",
33    publisher = "University of Oporto",
34    address = "Oporto, Portugal",
35    editor = "Salvador Abreu and Vitor Santos Costa",
36    month = sep,
37    year = 2007
38}
39
40
41@inproceedings{pmoura06,
42    author = "Paulo Moura and Vincent Marchetti",
43    title = "{Logtalk Processing of STEP Part 21 Files}",
44    crossref = "iclp06",
45    pages = "453--454",
46}
47
48
49@proceedings{iclp06,
50    title = "International Conference on Logic Programming 2006",
51    booktitle = "International Conference on Logic Programming 2006",
52    series = "Lecture Notes in Computer Science",
53    publisher = "Springer-Verlag",
54    address = "Berlin Heidelberg",
55    editor = "S. Etalle and M. Truszczy\'nski",
56    number = 4079,
57    month = aug,
58    year = 2006
59}
60
61
62@phdthesis{pmoura03,
63    author = "Paulo Moura",
64    title = "{Logtalk - Design of an Object-Oriented Logic Programming Language}",
65    school = "Department of Computer Science, University of Beira Interior, Portugal",
66    month = sep,
67    year = 2003,
68    howpublished = "\url{http://logtalk.org/papers/thesis.pdf}"
69}
70
71
72@unpublished{pmoura00c,
73    Author = "Paulo Moura",
74    Title = "{Category-Based Composition in Object-Oriented Languages}",
75    month = nov,
76    year = 2000,
77    howpublished = "\url{http://logtalk.org/papers/categories_ecoop.pdf}",
78    annote = "Submitted to ECOOP 2001"
79}
80
81
82@techreport{pmoura00b,
83    author = "Paulo Moura",
84    title = "{Logtalk 2.6 Documentation}",
85    institution = "University of Beira Interior, Portugal",
86    number = "DMI 2000/1",
87    month = jul,
88    year = 2000,
89    howpublished = "\url{http://logtalk.org/files/trdmi20001a4.pdf.gz}"
90}
91
92
93@unpublished{pmoura00a,
94    Author = "Paulo Moura",
95    Title = "{Category-Based Composition in Object-Oriented Languages}",
96    month = apr,
97    year = 2000,
98    howpublished = "\url{http://logtalk.org/papers/categories_oopsla.pdf}",
99    annote = "Submitted to OOPSLA 2000"
100}
101
102
103@article{pmoura99,
104    author = "Paulo Moura",
105    title = "{Porting Prolog: Notes on porting a Prolog program to 22 Prolog compilers or the relevance of the ISO Prolog standard}",
106    journal = "Association of Logic Programming Newsletter",
107    volume = 12,
108    number = 2,
109    month = may,
110    year = 1999
111}
Note: See TracBrowser for help on using the browser.