-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpeople_model.yaml
132 lines (132 loc) · 2.43 KB
/
people_model.yaml
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
id: people_model
description: CaltechPEOPLE
elements:
- type: text
id: clpid
attributes:
name: clpid
required: "true"
is_primary_id: true
label: CL Person Id
- type: text
id: display_name
attributes:
name: display_name
label: Display_name
- type: text
id: family_name
attributes:
name: family_name
required: "true"
label: Family_name
- type: text
id: given_name
attributes:
name: given_name
label: Given_name
- type: textarea
id: bio
attributes:
name: bio
label: Bio
- type: textarea
id: education
attributes:
name: education
label: Education
- type: email
id: email
attributes:
name: email
label: Email
- type: text
id: directory_person_type
attributes:
name: directory_person_type
label: Directory_person_type
- type: text
id: directory_user_id
attributes:
name: directory_user_id
label: Directory_user_id
- type: text
id: division
attributes:
name: division
label: Division
- type: orcid
id: orcid
attributes:
name: orcid
pattern: '[0-9]{4}-[0-9]{4}-[0-9]{4}-[0-9]{3}[0-9A-Z]'
label: ORCID
- type: text
id: ror
attributes:
name: ror
label: Ror
- type: isni
id: isni
attributes:
name: isni
label: ISNI
- type: text
id: lcnaf
attributes:
name: lcnaf
label: Lcnaf
- type: text
id: viaf
attributes:
name: viaf
label: Viaf
- type: text
id: wikidata
attributes:
name: wikidata
label: Wikidata
- type: text
id: snac
attributes:
name: snac
label: Snac
- type: text
id: archivesspace_id
attributes:
name: archivesspace_id
label: Archivesspace_id
- type: text
id: authors_id
attributes:
name: authors_id
label: Authors_id
- type: text
id: thesis_id
attributes:
name: thesis_id
label: Thesis_id
- type: text
id: advisors_id
attributes:
name: advisors_id
label: Advisors_id
- type: checkbox
id: caltech
attributes:
name: caltech
label: Caltech
- type: checkbox
id: jpl
attributes:
name: jpl
label: JPL
- type: checkbox
id: include_in_feeds
attributes:
name: include_in_feeds
label: Include in Feeds
- type: datetime-local
id: updated
attributes:
name: updated
label: Updated