Is there any specific taxons that need to be annotated specifically or generally (specifically in the PNW of Washington and Oregon)? Wondering since I know there are research that uses the annotations and looking for ways to do more annotations and want to help contribute.
Yes, I saw Carrie’s email today requesting annotators for phenology. Which I thought was interesting, given the massive pushback that iNat has received about CNC, and the relative silence from head office.
I did join the NPN (National Phenology Network, in the USA) based on that email.
I’m not sure about specific research needs, but an easy one might be annotating life stage for Lepidoptera (moths/butterflies/caterpillars). It’s usually very obvious whether the record is an adult (moth/butterfly), a larva (caterpillar), a pupa (cocoon), or an egg. There are some that are trickier or should maybe be left unannotated (wingless females, bagworms, leafmines, etc), but it’s usually very straightforward.
I’ve already finished all US and Canada Research Grade records observed in 2023 or earlier, and I’m now annotating US Needs ID for 2023 and earlier, but there’s still much to do there, and I haven’t looked at any observations post-2023. It’d be pretty satisfying to get this group to 100% annotated for another area. Some states are already there thanks to the generous contributions of other users, but Washington and Oregon still have a ways to go.
Here’s a sneak peak of Lepidoptera records that need annotations in the Needs ID and Research Grade categories.
Other useful annotations might be flowers or leaf coloration for plants, alive/dead for species that are frequent roadkill (e.g. opossums), or life stage for other easily distinguishable species (e.g. dragonflies, frogs).
If any insect can fly, it’s an adult
If you ever have reason to use a phenology graph - you can work on the taxon that interests you. The cogwheel on the graph takes you to a quick and easy way to annotate. (Use keyboard shortcuts L and L for Lifestage and Larva for caterpillars)
It definitely is a rather easy group to start with and can be useful for identification and research. That’s why I am working on it right now.
I can highly recommend the Universal Metadata Tool for annotating. Like 90% of all observations in Lepidoptera are quite obvious and can be easily done in bulk. The ones that are not clear, can then be quickly annotated with the shortcut buttons.
For anyone interested, here is my configuration for annotating Lepidoptera. Just save it in a new textfile as a .json and import it into the tool
JSON config
{
"configurationSets": [
{
"name": "Lepidoptera",
"buttons": [
{
"id": "1730368570423",
"name": "Adult",
"shortcut": {
"key": "A",
"ctrlKey": false,
"shiftKey": false,
"altKey": true
},
"actions": [
{
"type": "annotation",
"annotationField": "1",
"annotationValue": "2"
},
{
"type": "annotation",
"annotationField": "22",
"annotationValue": "24"
}
],
"buttonHidden": false,
"configurationDisabled": false
},
{
"id": "1730368598151",
"name": "Larva",
"shortcut": {
"key": "L",
"ctrlKey": false,
"shiftKey": false,
"altKey": true
},
"actions": [
{
"type": "annotation",
"annotationField": "1",
"annotationValue": "6"
},
{
"type": "annotation",
"annotationField": "22",
"annotationValue": "24"
}
],
"buttonHidden": false,
"configurationDisabled": false
},
{
"id": "1733088202208",
"name": "Male",
"shortcut": {
"key": "",
"ctrlKey": false,
"shiftKey": false,
"altKey": false
},
"actions": [
{
"type": "annotation",
"annotationField": "9",
"annotationValue": "11"
}
],
"buttonHidden": false,
"configurationDisabled": false
},
{
"id": "1733088218451",
"name": "Female",
"shortcut": {
"key": "F",
"ctrlKey": true,
"shiftKey": false,
"altKey": false
},
"actions": [
{
"type": "annotation",
"annotationField": "9",
"annotationValue": "10"
}
],
"buttonHidden": false,
"configurationDisabled": false
},
{
"id": "1733304466859",
"name": "Construction",
"shortcut": {
"key": "C",
"ctrlKey": true,
"shiftKey": false,
"altKey": false
},
"actions": [
{
"type": "annotation",
"annotationField": "22",
"annotationValue": "35"
},
{
"type": "reviewed",
"reviewed": "mark"
}
],
"buttonHidden": false,
"configurationDisabled": false
},
{
"id": "1733816304718",
"name": "Leafmine",
"shortcut": {
"key": "",
"ctrlKey": false,
"shiftKey": false,
"altKey": false
},
"actions": [
{
"type": "annotation",
"annotationField": "22",
"annotationValue": "32"
},
{
"type": "reviewed",
"reviewed": "mark"
}
],
"buttonHidden": false,
"configurationDisabled": false
},
{
"id": "1743761773942",
"name": "Pupa",
"shortcut": {
"key": "",
"ctrlKey": false,
"shiftKey": false,
"altKey": false
},
"actions": [
{
"type": "annotation",
"annotationField": "1",
"annotationValue": "4"
},
{
"type": "annotation",
"annotationField": "22",
"annotationValue": "24"
}
],
"buttonHidden": false,
"configurationDisabled": false
}
],
"observationFieldMap": {},
"customOrder": [
"1730368570423",
"1730368598151",
"1733088202208",
"1733088218451",
"1733304466859",
"1733816304718",
"1743761773942"
],
"sortMethod": "custom"
}
],
"currentSetName": "Lepidoptera",
"customLists": []
}
Congratulations on your MILLIONS of annotations! That must have taken you so long