Hi all,
Please excuse me if this is obvious to all. I'm unable to map the DIO filed from an Endnote export file to Refbase. I'm using Refman (RIS) export filter/style. I've noticed in the import.inc.php file something about fileds that are unspoorted. Is the DIO one of these fileds?
Thanks in advance
m
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
'DOI' does not appear in the RIS specification, so refbase does not have a separate field for it. Refbase will take URIs that are really DOIs & place them in the DOI field. So, you can, e.g. export as:
UR - http://dx.doi.org/10.1000/182
Alternatively, you can modify includes/import.inc.php to use a site-specific RIS field for DOIs (an example is commented out in the source).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi all,
Please excuse me if this is obvious to all. I'm unable to map the DIO filed from an Endnote export file to Refbase. I'm using Refman (RIS) export filter/style. I've noticed in the import.inc.php file something about fileds that are unspoorted. Is the DIO one of these fileds?
Thanks in advance
m
'DOI' does not appear in the RIS specification, so refbase does not have a separate field for it. Refbase will take URIs that are really DOIs & place them in the DOI field. So, you can, e.g. export as:
Alternatively, you can modify includes/import.inc.php to use a site-specific RIS field for DOIs (an example is commented out in the source).