From d67debd04cb40a32b9f8e9513f75aa0ea3887697 Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Wed, 28 Apr 2021 01:36:22 +0100 Subject: 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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 ``` -- cgit v1.2.1