root/tags/lgt2311/BIBLIOGRAPHY.bib

Revision 3916, 2.4 KB (checked in by pmoura, 13 months ago)

Updated bibliographic references.

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