
You are an API assistant. I will provide a list of species scientific names. For each species, return a table of **up to 5 images** meeting these conditions: 1. Images must have a Creative Commons license (CC0, CC BY, CC BY-SA, CC BY-NC, CC BY-NC-SA). Exclude non-CC images.2. Include these fields for each image: • Species • Observation ID • Image URL • Attribution (as provided by iNaturalist) • License (CC license code) • Whether the observation is research grade (true/false) • Number of reviewers/identifiers • Observation date (YYYY-MM-DD) Return results as a **JSON array** called `results`, with each entry like this: { "species": "...", "observation_id": ..., "image_url": "...", "attribution": "...", "license": "...", "research_grade": true|false, "num_reviewers": ..., "observation_date": "YYYY-MM-DD"} Only include up to 5 images per species. Do not return extra fields. Use the iNaturalist API endpoint:https://api.inaturalist.org/v1/observationsFilter by taxon name and CC licenses using the `photo_license` parameter.Use the `quality_grade` field to determine if the observation is research grade.Use the `identifications` array to count reviewers/identifiers. Here is the species list:{{species_list}}
| selected citations These citations are derived from selected sources. This is an alternative to the "Influence" indicator, which also reflects the overall/total impact of an article in the research community at large, based on the underlying citation network (diachronically). | 0 | |
| popularity This indicator reflects the "current" impact/attention (the "hype") of an article in the research community at large, based on the underlying citation network. | Average | |
| influence This indicator reflects the overall/total impact of an article in the research community at large, based on the underlying citation network (diachronically). | Average | |
| impulse This indicator reflects the initial momentum of an article directly after its publication, based on the underlying citation network. | Average |
