Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • verified-software/publications
1 result
Show changes
Commits on Source (6)
No preview for this file type
No preview for this file type
File moved
No preview for this file type
No preview for this file type
......@@ -97,7 +97,8 @@ capitalisation in `{}` curly braces. For example:
Publication file types are listed in the configuration file
[`_publication_file_types.yml`](_publication_file_types.yml). These file types will
be offered directly for download:
* `.pdf`: Authors' Preprint
* `.pdf`: Authors' Preprint / Accepted Version
* `.published.pdf`: Published Version (_Note: only upload this if redistribution permitted by publisher._)
* `.abstract.pdf`: Extended Abstract
* `.extended.pdf`: Extended Version
* `.techreport.pdf`: Technical Report
......
No preview for this file type
......@@ -8,7 +8,10 @@
# include: set to true to use the *contents* of the file as the URL to link to
- ext: pdf
icon: fa-file-text-o
text: "Authors' Preprint"
text: "Authors' Preprint/Accepted Version"
- ext: published.pdf
icon: fa-file-text-o
text: "Published Version"
- ext: abstract.pdf
icon: fa-file-text-o
text: "Extended Abstract"
......