-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathSocialTraits.yml
173 lines (172 loc) · 4.52 KB
/
SocialTraits.yml
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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
# Definitions for importing CSV spreadsheets for the Social Traits WG
traitdb_spreadsheet_template:
template_name: "Social Traits"
# All taxonomy columns specified here are required
taxonomy_columns: # keys are the local to the app. Values are literals in the CSV
kingdom: Kingdom
htg: Taxonomic Group
family: Family
subfamily: Subfamily
genus: Genus
species: Species
# Metadata columns are optional, could refactor into two groups
metadata_columns:
common_name: Common Name
former_name: Former Name
data_miner: Data Miner
data_checker: Data Checker
study_locality: Study Locality
latitude: Latitude
longitude: Longitude
study_start_date: Start of Study
study_end_date: End of Study
notes_comments: Notes
reference_1: Primary Source
reference_2: Secondary Source
reference_3: Tertiary Source
trait_options:
require_source: false
set_delimiter: '.'
trait_sets:
-
name: "Demographic Structure"
depth: 1
continuous_trait_columns:
-
name: "Group Size"
format: float
-
name: "Number of Females"
format: float
-
name: "Number of Males"
format: float
-
name: "Sex Ratio (proportion of males)"
format: float
-
name: "Number of Reproductive Females"
format: float
-
name: "Number of Reproductive Males"
format: float
-
name: "Number of Nonreproductive Females"
format: float
-
name: "Number of Nonreproductive Males"
format: float
-
name: "Number of Alloparents"
format: float
-
name: "Number of Defenders"
format: float
-
name: "Genetic Relatedness"
depth: 1
continuous_trait_columns:
-
name: "Colony/Group Relatedness"
format: float
-
name: "Male Reproductive-Worker Relatedness"
format: float
-
name: "Male Reproductive-Male Reproductive Relatedness"
format: float
-
name: "Female Reproductive-Worker Relatedness"
format: float
-
name: "Female Reproductive-Female Reproductive Relatedness"
format: float
-
name: "Worker-Worker Relatedness"
format: float
-
name: "Male Reproductive-Female Reproductive Relatedness"
format: float
-
name: "Fecundity (Production of Sexuals)"
depth: 1
continuous_trait_columns:
-
name: "Reproductive Reproduction (per bout)"
format: float
-
name: "Reproductive Reproduction (per season/year)"
format: float
-
name: "Reproductive Reproduction (lifetime)"
format: float
-
name: "Worker Reproduction (per bout)"
format: float
-
name: "Worker Reproduction (per season/year)"
format: float
-
name: "Worker Reproduction (lifetime)"
format: float
-
name: "Longevity/Lifespan"
depth: 1
continuous_trait_columns:
-
name: "Female Reproductive Longevity"
format: float
-
name: "Female Reproductive Longevity (max)"
format: float
-
name: "Male Reproductive Longevity"
format: float
-
name: "Male Reproductive Longevity (max)"
format: float
-
name: "Unknown Sex Reproductive Longevity"
format: float
-
name: "Unknown Sex Reproductive Longevity (max)"
format: float
-
name: "Female Nonreproductive Longevity"
format: float
-
name: "Female Nonreproductive Longevity"
format: float
-
name: "Male Nonreproductive Longevity"
format: float
-
name: "Male Nonreproductive Longevity (max)"
format: float
-
name: "Unknown Sex Nonreproductive Longevity"
format: float
-
name: "Unknown Sex Nonreproductive Longevity (max)"
format: float
-
name: "Life History Traits"
depth: 1
continuous_trait_columns:
-
name: "Male Age at First Reproduction (years)"
format: float
-
name: "Female Age at First Reproduction (years)"
format: float
-
name: "Unknown Sex Age at First Reproduction (years)"
format: float
-
name: "Females Body Mass (gms)"
format: float
-
name: "Male Body Mass (gms)"
format: float
-
name: "Worker Body Mass (gms)"