%% I put the addresses right in the citation so that
%% conferences come out correctly (Conference address and
%% Publisher address are not the same).

@string(mcgraw-hill="(New York, NY: McGraw Hill)")
@string(kluwer-academic="(Dordrecht, Netherlands: Kluwer Academic)")
@string(erlbaum="(Erlbaum: Hillsdale, NJ)")
@string(ios-press="(Amsterdam, Netherlands: IOS Press)")
@string(usenix="(Berkeley, CA: USENIX Association)")
@string(acm-press="(New York, NY: ACM Press)")
@string(agents97 = "Proceedings of the First International Conference on Autonomous Agents")


%%% ============================================================
%%% INPROCEEDINGS

@InProceedings(Simmons:97AA,
	Key="Simmons {\it et al.}",
	Author="Reid Simmons and Rich Goodwin and Karen Zita Haigh and Sven Koenig and Joseph O'Sullivan",
	Title="A Layered Architecture for Office Delivery Robots",
	Month="February", Year="1997",
        Publisher=acm-press, Address="Marina del Rey, CA",
	Editor="W. Lewis Johnson", Pages="245--252",
	BookTitle=agents97,
        URL="http://www.cs.cmu.edu/afs/cs/project/robocomp/xavier/www/papers/simmons97a.abstract.html")

@INPROCEEDINGS(dellafera:88,
    Author="C. Anthony DellaFera and Mark W. Eichin and Robert S. French and David C. Jedlinsky and  John  T. Kohl and William E. Sommerfeld",
    title   =     "The {Zephyr} Notification Service",
    booktitle     = "Proceedings of the USENIX Winter Conference",
    year    =       1988, Address="Dallas, TX",
    Publisher=usenix,
    pages= "213--219",
)

%%% ============================================================
%%% ARTICLE

@Article(veloso-prodigy,
	Author="Manuela M. Veloso and Jaime Carbonell and M. Alicia P\'erez and
Daniel Borrajo and Eugene Fink and Jim Blythe",
	Title="Integrating planning and learning: The {\sc prodigy}
		  architecture",
	Journal="Journal of Experimental and Theoretical Artificial
		  Intelligence",
	Pages="81-120",
	Volume="7", Number="1", Month="January", Year="1995", URL="http://www.cs.cmu.edu/afs/cs/user/mmv/www/papers/jetai-journal.ps.gz")


@Article(Haigh:97AR,
        Author="Karen Zita Haigh and Manuela M. Veloso",
        Title="Interleaving Planning and Robot Execution for Asynchronous User Requests",
        Year="1997", Journal="Autonomous Robots",
        Publisher=kluwer-academic,
        Editor="George A. Bekey",
        Note="Invited submission. In press.",
	URL="http://www.cs.cmu.edu/~khaigh/papers/khaigh97b.abstract.html")

%%% ============================================================
%%% TECHREPORT

@TechReport(nilsson84, Author="Nils J. Nilsson",
	Title="Shakey the Robot",
	Institution ="AI Center, SRI International",
	Address="Menlo Park, CA",
	Year="1984",
	Number="323")

@TechReport(thrun96,
	Author="Sebastian Thrun",
	Title="A {B}ayesian Approach to Landmark Discovery and Active Perception for Mobile Robot Navigation",
	Number="CMU-CS-96-122",
	Institution="School of Computer Science, Carnegie Mellon University",
	Address="Pittsburgh, PA",
	Year="1996", URL="http://www.cs.cmu.edu/~thrun/papers/thrun.landmark.html")

%%% ============================================================
%%% PHDTHESIS

@PhDThesis(pryor94,
	Author="Louise Margaret Pryor",
	Title="Opportunities and Planning in an Unpredictable World",
	School="Northwestern University",
	Address="Evanston, Illinois",
	Year="1994",
	Note="Available as Technical Report number 53.")

%%% ============================================================
%%% BOOK

@Book(nourbakhsh97,
	Author="Illah Nourbakhsh",
	Title="Interleaving Planning and Execution for Autonomous Robots",
	Publisher=kluwer-academic,
	Year="1997",
	Note="PhD thesis. Also available as technical report STAN-CS-TR-97-1593, Department
of Computer Science, Stanford University, Stanford, CA.")
@Book(mitchell97,
	Author="Tom M. Mitchell",
	Title="Machine Learning",
	Publisher=mcgraw-hill,
	Year="1997",
        URL="http://www.cs.cmu.edu/afs/cs.cmu.edu/user/mitchell/ftp/mlbook.html")

%%% ============================================================
%%% INCOLLECTION

@InCollection(brooks91,
	Author="Rodney A. Brooks",
	Title="How to build complete creatures rather than isolated cognitive architectures",
	BookTitle="Architectures for Intelligence",
	Editor="Kurt Vanlehn",
	Publisher=erlbaum,
	Year="1991")
@InCollection(stone95, Author="Peter Stone and Manuela M. Veloso",
	Title="User-guided Interleaving of Planning and Execution",
        Booktitle="New Directions in {AI} Planning",
       	Year="1996", Publisher=ios-press,Pages="103--112",
        Editors="M.~Ghallab and A.~Milani",
        Annotate="Proceedings of the Third European Workshop on Planning",
        URL="http://www.cs.cmu.edu/afs/cs/user/pstone/public/papers/interleaving-execution-95euro-plan.ps.Z")

%%% ============================================================
%%% MANUAL
@manual(xavier-manual,
	Author = "Joseph O'Sullivan and Karen Zita Haigh and G. D. Armstrong",
	Title = "Xavier",
	Year = "1997", Month = "April",
	Organization = "Carnegie Mellon University",
	Address = "Pittsburgh, PA",
	Note = "Manual, Version 0.3, unpublished internal report.",
        URL="http://www.cs.cmu.edu/~Xavier/papers/manual.ps.gz")

%%% ============================================================
%%% BOOKLET
%%% ============================================================
%%% MASTERSTHESIS
%%% ============================================================
%%% MISC
@misc(test,
	Author="Hell\^o",
	Title="\c{C}he\c{c}king w\`eird char\'acters", Year=1996)
%%% ============================================================
%%% PROCEEDINGS
%%% ============================================================
%%% UNPUBLISHED
@Unpublished(blythe95,
	Author="Jim Blythe",
	Title="Robust Plannning under Uncertainty",
	Institution="School of Computer Science, Carnegie Mellon University",
	Month="January", Year="1995", Address="Pittsburgh, PA",
	Note="Thesis Proposal, School of Computer Science, Carnegie Mellon
		  University, Pittsburgh, PA",
        URL="http://www.cs.cmu.edu/afs/cs.cmu.edu/user/jblythe/Mosaic/papers/proposal.html")
%%% ============================================================
%%% INBOOK
