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