Last change
on this file since 390 was
201,
checked in by g7moreau, 7 years ago
|
- Add many link in the doc and change licence to license (beginning)
|
File size:
683 bytes
|
Line | |
---|
1 | Project title: [% title %] |
---|
2 | |
---|
3 | Short project name: [% acronym %] |
---|
4 | |
---|
5 | |
---|
6 | List of authors: |
---|
7 | [% FOREACH author IN authorlist %] |
---|
8 | - [% author %] |
---|
9 | |
---|
10 | [% END %] |
---|
11 | |
---|
12 | Description |
---|
13 | ----------- |
---|
14 | |
---|
15 | [% description %] |
---|
16 | |
---|
17 | OpenData License: [% license %] |
---|
18 | |
---|
19 | |
---|
20 | [% IF doi %][% IF doi.size > 1 %] |
---|
21 | If you use this open data in your work (research or other), please cite in your bibliography the relevant reference amongst the following list of doi: |
---|
22 | [% FOREACH item IN doi %] |
---|
23 | - doi:[% item %] |
---|
24 | |
---|
25 | [% END %] |
---|
26 | [% ELSE %] |
---|
27 | If you use this open data in your work (research or other), please cite in your bibliography the following reference doi:[% doi %] |
---|
28 | [% END %] |
---|
29 | [% END %] |
---|
30 | |
---|
31 | |
---|
32 | ---- |
---|
33 | Automatically generated file by project-meta. |
---|
Note: See
TracBrowser
for help on using the repository browser.