source: trunk/project-meta/template.d/COPYRIGHT.tt @ 170

Last change on this file since 170 was 170, checked in by g7moreau, 6 years ago
  • Try to catch multiple doi
File size: 590 bytes
Line 
1Project title: [% title %]
2
3Short project name: [% acronym %]
4
5List of authors:
6[% FOREACH author IN authorlist %]
7 - [% author %]
8[% END %]
9
10Description:
11[% description %]
12
13OpenData Licence: [% licence %]
14
15[% IF doi %]
16If you use this open data in your work (research or other),
17[% TRY %]
18please cite in your bibliography the relevant reference amongst the following list of doi:
19[% FOREACH item IN doi %]
20 - doi:[% item %]
21[% END %]
22[% CATCH %]
23please cite in your bibliography the following reference doi:[% doi %]
24[% END %]
25[% END %]
26
27----
28Automatically generated file by project-meta.
Note: See TracBrowser for help on using the repository browser.