Skip to content

Commit

Permalink
added example link and info on folder structure
Browse files Browse the repository at this point in the history
  • Loading branch information
lpmeyer committed Nov 1, 2024
1 parent 2b08f6c commit 7e565d5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

restoration project of public svn files

**only for public files**! all files committed here will be publicly accessible via Github and also https://svn.aksw.org/
**only for public files**! all files committed here will be publicly accessible via Github and also https://svn.aksw.org/ ([example](https://svn.aksw.org/papers/2020/JWS_Faceted_Search_Benchmark/public.pdf))

<i> for private files, see https://github.com/AKSW/private-svn.aksw.org </i>

Expand All @@ -24,3 +24,9 @@ git sparse-checkout add papers/2023/XXX_My_newest_paper/ && mkdir -p papers/2023
# list the folders you have checked out
git sparse-checkout list
```


**typical folder and filename structure**: `papers/<year>/<venue>_<short-title>/public.pdf`
* year: publication year
* venue: short name of conference/journal/...
* short-title: short title with 1-4 words connected with hyphen-minus (`-`)

0 comments on commit 7e565d5

Please sign in to comment.