-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample.xml
54 lines (48 loc) · 1.65 KB
/
example.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<?xml version="1.0" encoding="UTF-8"?>
<!--
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
-->
<!DOCTYPE researcherProfile SYSTEM "rpDTD.dtd">
<researcherProfile>
<person>
<name>Researcher's Name</name>
<affiliations>
<affiliation id="1">Affiliation 1</affiliation>
<affiliation id="2">Affiliation 2</affiliation>
</affiliations>
</person>
<publications>
<!-- INPROCEEDINGS EXAMPLE -->
<publication type="inproceedings" affiliationid="" year="2010" key="" mdate="yyyy-mm-dd">
<author>Author 1</author>
<author>Author 2</author>
<author>Author 3</author>
<title>Publiocation Title</title>
<pages>185-198</pages>
<year>yyyy</year>
<booktitle></booktitle>
<ee>http://dx.doi.org/00.0000/000-0-0-000-00000-0_00</ee>
<source></source>
<googlescholar></googlescholar>
<post></post>
</publication>
<!-- ARTICLE EXAMPLE -->
<publication type="article" affiliationid="" year="2010" key="" mdate="yyyy-mm-dd">
<author>Author 1</author>
<author>Author 2</author>
<author>Author 3</author>
<title>Publiocation Title</title>
<pages>3615-3627</pages>
<year>yyyy</year>
<volume>00</volume>
<journal></journal>
<number></number>
<ee>http://dx.doi.org/00.0000/0000.0000.0000000</ee>
<source></source>
<googlescholar></googlescholar>
<post></post>
</publication>
</publications>
</researcherProfile>