Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add more camoy pubs #343

Merged
merged 1 commit into from
Mar 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions publications.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,16 @@

@(define publications
(list
(publication "Knuth-Morris-Pratt Illustrated"
"Cameron Moy"
JFP
2024
"https://ccs.neu.edu/~camoy/pub/knuth-morris-pratt.pdf")
(publication "Trace Contracts"
"Cameron Moy and Matthias Felleisen"
JFP
2024
"https://ccs.neu.edu/~camoy/pub/trace-contract.pdf")
(publication "Deploying and Evaluating LLMs to Program Service Mobile Robots"
"Zichao Hu, Francesca Lucchetti, Claire Schlesinger, Yash Saxena, Anders Freeman, Sadanand Modak, Arjun Guha, and Joydeep Biswas"
"Robotics and Automation Letters"
Expand Down
Loading