aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2021-04-28 01:36:22 +0100
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2021-04-28 01:36:22 +0100
commitd67debd04cb40a32b9f8e9513f75aa0ea3887697 (patch)
treeb6a1eeebeeb8b031d149540b43b4900fe7ea8b89 /README.md
parentb858c601613d620f5cf4501816e161a2f8f2e100 (diff)
Software Heritage IDs (SWHIDs) now printed in PDF
Until now, the SWHIDs were not accessible in the print version of the paper, they were only hidden as hyper-links within the PDF for readers to click on. This is not a robust way to use the fruits of Software Heritage and was kindly highlighted by Roberto Di Cosmo (principle investigator of Software Heritage) after a first look at the paper. With this commit, following the recommendation of Roberto, all the URLs are corrected to print the raw SWHID as a footnote (for example 'swh:1:dir:...', for directories, or 'swh:1:cnt:...', for contents/files). The click-able link of the SWHID also contains the context (for example "origin" and etc). In the process I noticed that the paper submission/acceptance info was not filled and was also a footnote (which would not be seen if not cited). So this information (received, accepted and published on IEEE) is now taken just under the author list on the first page heading.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 549bf5d..3bba825 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ filesystem is affected.
```shell
$ git clone http://git.maneage.org/paper-concept.git
-$ cd maneage-paper
+$ cd paper-concept
$ ./project configure
$ ./project make
```