How to import references
Jump to navigation
Jump to search
Steps
Import the references per type: Book, Book section, Edited book, Journal article, Report, Other.
- Export the references from Scopus:
- Go to Scopus to the advanced search
- Create a query to retrieve the required articles analog to the query below. Try to approach the date of the last import. For instance, if the last import was on March 2017 then skip the months before the import month. This way you avoid duplicates in the query result and the publication set in the wiki.
- ( AUTHOR-NAME ( vuuren ) OR AUTHOR-NAME ( stehfest ) OR AUTHOR-NAME ( elzen ) ) AND AFFILORG ( pbl ) AND PUBYEAR > 2016 AND NOT PUBDATETXT ( january 2017 ) AND NOT PUBDATETXT ( february 2017 )
- Read the textfile into excel with the import text function. Note: take care of the columns with numeric data, declare these as text, otherwise excel may turn some values into dates.
- Insert an empty column at the left ( first column)
- Insert an empty row at the top and fill in as header:
- first column: Label
- Author column: Author
- Year column: Year
- Open excels developers window (alt F11) and import parseReference.bas with the parseReference macro
- run the macro to generate the labels
- Check labels on:
- duplicates
- parse errors
- double names
- Compare the labels of the new references with the existing publications. If the label exists and the publications are different,append a character to the label, e.g. Den Elzen et al., 2015c
- Rename the header of the first column Label to Title
- The headers of the other columns must be assigned the correct values see the section #Headers per type.
- Save the file as Unicode text.
- IMPORTANT! Open the file in Textpad or Notepad++. Check the encoding, it should be UTF8. Replace the tabs "\t" with "," and save as .csv file
- In Special pages choose: Import CSV, Browse to the created csv file, select "utf8", select the skip option and start the import.
Headers per type
For each PublicationType you can also add a header 'Free text' with additional information.
- Note:Types are case sensitve!
- Note: the header line may not contain any spaces!
Book
- ReferenceTemplate[PublicationType] with values 'Book'
- ReferenceTemplate[Author]
- ReferenceTemplate[Year]
- ReferenceTemplate[Title]
- ReferenceTemplate[PBL-link]
- ReferenceTemplate[DOI]
- ReferenceTemplate[Volume5]
- ReferenceTemplate[Publisher]
- ReferenceTemplate[City]
- ReferenceTemplate[ISBN]
Book section
- ReferenceTemplate[PublicationType] with values 'Book section'
- ReferenceTemplate[Author]
- ReferenceTemplate[Year]
- ReferenceTemplate[Title]
- ReferenceTemplate[PBL-link]
- ReferenceTemplate[DOI]
- ReferenceTemplate[BookTitle]
- ReferenceTemplate[Editor]
- ReferenceTemplate[Publisher2]
- ReferenceTemplate[City2]
- ReferenceTemplate[Volume]
- ReferenceTemplate[Pages]
- ReferenceTemplate[ISBN2]
Edited book
- ReferenceTemplate[PublicationType] with values 'Edited book'
- ReferenceTemplate[Author]
- ReferenceTemplate[Year]
- ReferenceTemplate[Title]
- ReferenceTemplate[PBL-link]
- ReferenceTemplate[DOI]
- ReferenceTemplate[Editor2]
- ReferenceTemplate[SeriesTitle]
- ReferenceTemplate[Volume4]
- ReferenceTemplate[Publisher3]
- ReferenceTemplate[City3]
- ReferenceTemplate[ISBN3]
Report
- ReferenceTemplate[PublicationType] with values 'Report'
- ReferenceTemplate[Author]
- ReferenceTemplate[Year]
- ReferenceTemplate[Title]
- ReferenceTemplate[PBL-link]
- ReferenceTemplate[DOI]
- ReferenceTemplate[Editor3]
- ReferenceTemplate[Institution]
- ReferenceTemplate[ReportNumber]
- ReferenceTemplate[SeriesTitle2]
- ReferenceTemplate[Publisher5]
- ReferenceTemplate[City5]
Journal
- ReferenceTemplate[PublicationType] with values 'Journal article'
- ReferenceTemplate[Author]
- ReferenceTemplate[Year]
- ReferenceTemplate[Title]
- ReferenceTemplate[PBL-link]
- ReferenceTemplate[DOI]
- ReferenceTemplate[Journal]
- ReferenceTemplate[Volume2]
- ReferenceTemplate[Issue]
- ReferenceTemplate[Pages2]
Conference proceedings
- ReferenceTemplate[PublicationType] with values 'Conference proceedings'
- ReferenceTemplate[Author]
- ReferenceTemplate[Year]
- ReferenceTemplate[Title]
- ReferenceTemplate[PBL-link]
- ReferenceTemplate[DOI]
- ReferenceTemplate[ConferenceName]
- ReferenceTemplate[Volume6]
- ReferenceTemplate[Pages4]
Other
- ReferenceTemplate[PublicationType] with values 'Other'
- ReferenceTemplate[Author]
- ReferenceTemplate[Year]
- ReferenceTemplate[Title]
- ReferenceTemplate[PBL-link]
- ReferenceTemplate[DOI]
- ReferenceTemplate[SecondaryTitle]
- ReferenceTemplate[SecondaryAuthor]
- ReferenceTemplate[Publisher4]
- ReferenceTemplate[City4]
- ReferenceTemplate[Volume3]
- ReferenceTemplate[Pages3]
- ReferenceTemplate[Date]
Links
http://unisa.libguides.com/content.php?pid=224578&sid=2908837 for exporting references http://www.ehow.com/how_12014808_open-tab-delimited-files-excel.html