Skip to content

Commit

Permalink
Add publication guidelines (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
adlarkin authored Jan 16, 2025
1 parent e70ceab commit 8c4137f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ synced to the web server.
[prl-pubs]: https://personalrobotics.cs.washington.edu/publications/
[prl-drive]: https://drive.google.com/drive/folders/1M9fOGIIQ3e1R62dtVit5rZ5iWZqxfWV9

## Guidelines

- The publication title URL should point to the paper PDF on the personalrobotics domain.
- The rare exception is non-textual publications, such as videos or datasets: [example](https://github.com/personalrobotics/pubs/blob/e70ceab48d07c2efdaa4a071256fd8c1e17e861f/siddpubs-misc.bib#L68-L69).
- If the publication has a project website, the website can be linked as a `note` in the BibTex: [example](https://github.com/personalrobotics/pubs/blob/e70ceab48d07c2efdaa4a071256fd8c1e17e861f/siddpubs-conf.bib#L72).
The project website should have a link to the paper PDF on the personalrobotics domain.
The website should also be persistent (i.e., on a web domain or resource that will outlive your time in the lab and that other lab members can access if need be).

## Adding this repo to a LaTeX paper repo

One way to add this repository to a paper repository is via the [git submoudle](https://git-scm.com/book/en/v2/Git-Tools-Submodules) command. Do the following in your paper repository:
Expand Down

0 comments on commit 8c4137f

Please sign in to comment.