dwc_agent 0.1.18 → 0.1.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/dwc_agent/constants.rb +6 -0
- data/lib/dwc_agent/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ca57c0959ff06683ca5965c8138841515a6fe8bd
|
|
4
|
+
data.tar.gz: 1b3f6605566bdb46d19e1f35b7f0825fee000ce6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f1a4971806ea6ec799dd6ca13990491015ce0d24117a4856798f7a690dbd7bdefe20f0adaa6b443738954022e78dcb4cd0bd013d2574472a705895ffb756337c
|
|
7
|
+
data.tar.gz: bb90dbafa131d15f0c13dff3f08073ccfd6d16bbcdca7ff32c122d55fa102e153237779006b92a54522f1789d90f73eea6102424d37628dac1fa0d3d19673527
|
data/lib/dwc_agent/constants.rb
CHANGED
|
@@ -62,6 +62,9 @@ module DwcAgent
|
|
|
62
62
|
(?i:lanuv)\d+|
|
|
63
63
|
(?i:nswobs)|
|
|
64
64
|
ORCID|
|
|
65
|
+
MRI(\s|-)PAS|
|
|
66
|
+
urn\:qm\.qld\.gov\.au\:collector|
|
|
67
|
+
(?i:University\s+of\s+California)\,?\s+?(?i:Berkeley)?|
|
|
65
68
|
(?i:museum\s+victoria)|
|
|
66
69
|
(?i:revised|photograph|fruits\s+only)|
|
|
67
70
|
-?\s*(?i:sight\s+(id|identifi?cation))\.?\s*\b|
|
|
@@ -153,12 +156,14 @@ module DwcAgent
|
|
|
153
156
|
(?i:abundant)|
|
|
154
157
|
(?i:adult|juvenile)|
|
|
155
158
|
(?i:anon)|
|
|
159
|
+
(?i:australian?)|
|
|
156
160
|
(?i:average)|
|
|
157
161
|
(?i:believe|unclear|illegible|none|suggested|(dis)?agrees?)|approach|
|
|
158
162
|
(?i:barcod)|
|
|
159
163
|
(?i:biolog|botan|zoo|ecolog|mycol|(in)?vertebrate|fisheries|genetic|animal|mushroom|wildlife|plumage|flower|agriculture)|
|
|
160
164
|
(?i:bris?tish|canadi?an?|chinese|arctic|japan|russian|north\s+america)|
|
|
161
165
|
(?i:carex|salix)|
|
|
166
|
+
(?:catalog)|
|
|
162
167
|
(?i:herbarium|herbier|collection|collected|publication|specimen|species|describe|an(a|o)morph|isolated|recorded|inspection|define|status|lighthouse)|
|
|
163
168
|
\b\s*(?i:help)\s*\b|
|
|
164
169
|
(?i:description|drawing|identification|remark|original|illustration|checklist|intermedia|measurement|indisting|series|imperfect)|
|
|
@@ -166,6 +171,7 @@ module DwcAgent
|
|
|
166
171
|
(?i:exc?s?icc?at(a|i))|
|
|
167
172
|
(?i:evidence)|
|
|
168
173
|
(?i:exporter)|
|
|
174
|
+
(?i:ichthyology)|
|
|
169
175
|
(?i:inconn?u)|
|
|
170
176
|
(?i:internation|gou?vern|ministry|extension|unit|district|provincial|na(c|t)ional|military|region|environ|natur(e|al)|naturelles|division|program|direction|national)|
|
|
171
177
|
(?i:label)|
|
data/lib/dwc_agent/version.rb
CHANGED