<div dir="ltr">Bastiaan,<div><br></div><div>I suggest you look into the EOL API, as there should be a way to filter for only images have confirmed identifications. Not sure how much there is for Syrphidae, but there might be a way to combine info from GBIF and EOL to achieve your goals.<div><br><div><a href="http://eol.org/api">http://eol.org/api</a><br></div><div><br></div><div>Cyndy</div><div><br></div></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jun 13, 2017 at 3:49 AM, Markus Döring <span dir="ltr"><<a href="mailto:mdoering@gbif.org" target="_blank">mdoering@gbif.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Bastiaan,<br>
there is no flickr connection in the new portal, at least not directly. All images are explicitly provided links by the occurrence publishers.<br>
They might point to flickr if they happen to host the images there, but the vast majority does not.<br>
<span class="HOEnZb"><font color="#888888"><br>
Markus<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
> On 12. Jun 2017, at 22:03, Bastiaan Wakkie <<a href="mailto:bwakkie@syrphidae.com">bwakkie@syrphidae.com</a>> wrote:<br>
><br>
> Hi Markus,<br>
><br>
> Thanks for your answer. No problem, I will get my taxonomy from <a href="http://diptera.org" rel="noreferrer" target="_blank">diptera.org</a> the original source zoobank is using and as I understood gbif is using via zoobank (?). Yes I can imagine it would provide great complications assembling all different sources into one db :)<br>
><br>
> I really like the flickr connection in the new portal but how do you check the validity of names given to the media in flickr? I can imagine there could be a lot of mistakes, does gbif offer any correction back to the flickr media made by 'authorized persons/professionals/<wbr>taxonomists'? How would the correction flow go? Via the source you used or could this be done via gbif?<br>
><br>
> thanks again!<br>
><br>
> Bastiaan<br>
><br>
><br>
><br>
> On 06/12/2017 10:00 AM, Markus Döring wrote:<br>
>> Hi Bastiaan,<br>
>> the GBIF Backbone only has the major Linnean ranks, i.e. a genus is attached to the family directly and there is no subfamily, tribe or subgenus. As we assemble the taxonomy by code from lots of different sources this would yield a very inconsistent taxonomy otherwise.<br>
>> Best,<br>
>> Markus<br>
>>> On 11. Jun 2017, at 10:13, Bastiaan Wakkie <<a href="mailto:bwakkie@syrphidae.com">bwakkie@syrphidae.com</a> <mailto:<a href="mailto:bwakkie@syrphidae.com">bwakkie@syrphidae.com</a>><wbr>> wrote:<br>
>>><br>
>>> Hi Markus,<br>
>>><br>
>>> Thank you for the information!<br>
>>> I got the backbone and was fiddling around. Is SUBFAMILY, TRIBUS AND GUBGENUS etc. left out on purpose? I presumed actually this was in de db so created a recursive sql:<br>
>>><br>
>>> WITH RECURSIVE fulltree(id,parent_key,is_<wbr>synonym,level,rank,scientific_<wbr>name,path) AS (<br>
>>>   SELECT id, parent_key, is_synonym, 1 as level,rank, scientific_name, scientific_name||'' as path from backbone where parent_key = 6920<br>
>>> UNION<br>
>>>   SELECT <a href="http://b.id" rel="noreferrer" target="_blank">b.id</a>, b.parent_key, b.is_synonym, ft.level+1 as level,b.rank, b.scientific_name, ft.path||' / '||b.scientific_name as path<br>
>>>   from backbone b, fulltree ft where b.parent_key = <a href="http://ft.id" rel="noreferrer" target="_blank">ft.id</a><br>
>>> )<br>
>>> SELECT * from fulltree order by path<br>
>>><br>
>>> But as GENUS falls directly under FAMILY I received just an alphabetic list. Am I doing something wrong here? I might just miss the db concept... or is there a more detailed db which includes more ranks between Family and Genus/Specie?<br>
>>><br>
>>> kind regards,<br>
>>><br>
>>> Bastiaan<br>
>>><br>
>>> On 05/31/2017 01:44 PM, Markus Döring wrote:<br>
>>>> Hi Bastiaan,<br>
>>>> the GBIF page for Syrphidae is<br>
>>>> <a href="http://www.gbif.org/species/6920" rel="noreferrer" target="_blank">http://www.gbif.org/species/<wbr>6920</a><br>
>>>> or here in a preview of our upcoming new portal:<br>
>>>> <a href="https://demo.gbif.org/species/6920" rel="noreferrer" target="_blank">https://demo.gbif.org/species/<wbr>6920</a><br>
>>>> GBIF does not provide a software to setup your website, but you can surely use our API to build your own Syrphidae portal.<br>
>>>> The GBIF portals above both exclusively use our own API, so all the information is openly accessible to you:<br>
>>>> <a href="http://www.gbif.org/developer/species" rel="noreferrer" target="_blank">http://www.gbif.org/developer/<wbr>species</a><br>
>>>> If you need help with the API please let us know what you try to achieve.<br>
>>>> This call for example lists all accepted genera in that family:<br>
>>>> <a href="http://api.gbif.org/v1/species/search?datasetKey=d7dddbf4-2cf0-4f39-9b2a-bb099caae36c&higherTaxonKey=6920&rank=GENUS&status=accepted&q=" rel="noreferrer" target="_blank">http://api.gbif.org/v1/<wbr>species/search?datasetKey=<wbr>d7dddbf4-2cf0-4f39-9b2a-<wbr>bb099caae36c&higherTaxonKey=<wbr>6920&rank=GENUS&status=<wbr>accepted&q=</a><br>
>>>> This lists children of the genus imosyrphus Bigot, 1882:<br>
>>>> <a href="http://api.gbif.org/v1/species/1534459/children" rel="noreferrer" target="_blank">http://api.gbif.org/v1/<wbr>species/1534459/children</a><br>
>>>> ... or the family wth 10 records per page and an offset of 20:<br>
>>>> <a href="http://api.gbif.org/v1/species/6920/children?limit=10&offset=20" rel="noreferrer" target="_blank">http://api.gbif.org/v1/<wbr>species/6920/children?limit=<wbr>10&offset=20</a><br>
>>>> The images you see on our upcoming portal are occurrence images which you can retrieve with such a call knowing the gbif taxon key (Syrphidae in this case):<br>
>>>> <a href="http://api.gbif.org/v1/occurrence/search?mediaType=stillImage&taxonKey=6920" rel="noreferrer" target="_blank">http://api.gbif.org/v1/<wbr>occurrence/search?mediaType=<wbr>stillImage&taxonKey=6920</a><br>
>>>> Hope this helps and gives inspirations.<br>
>>>> You can also download the entire backbone if you want to:<br>
>>>> <a href="http://rs.gbif.org/datasets/backbone/readme.html" rel="noreferrer" target="_blank">http://rs.gbif.org/datasets/<wbr>backbone/readme.html</a><br>
>>>> We try to update it 3-4 times a year.<br>
>>>> Best,<br>
>>>> Markus<br>
>>>> --<br>
>>>> Markus Döring<br>
>>>> Software Developer<br>
>>>> Global Biodiversity Information Facility (GBIF)<br>
>>>> <a href="mailto:mdoering@gbif.org">mdoering@gbif.org</a> <mailto:<a href="mailto:mdoering@gbif.org">mdoering@gbif.org</a>><<wbr>mailto:<a href="mailto:mdoering@gbif.org">mdoering@gbif.org</a>><br>
>>>> <a href="http://www.gbif.org" rel="noreferrer" target="_blank">http://www.gbif.org</a> <<a href="http://www.gbif.org/" rel="noreferrer" target="_blank">http://www.gbif.org/</a>><br>
>>>>> On 28. May 2017, at 20:03, Bastiaan Wakkie <<a href="mailto:bwakkie@syrphidae.com">bwakkie@syrphidae.com</a> <mailto:<a href="mailto:bwakkie@syrphidae.com">bwakkie@syrphidae.com</a>><wbr><mailto:<a href="mailto:bwakkie@syrphidae.com">bwakkie@syrphidae.com</a>><wbr>> wrote:<br>
>>>>><br>
>>>>> Dear all,<br>
>>>>><br>
>>>>><br>
>>>>> From 1999 onwards I have created and maintained a insect family website about Syrphidae (<a href="http://www.syrphidae.com" rel="noreferrer" target="_blank">http://www.syrphidae.com</a> <<a href="http://www.syrphidae.com/" rel="noreferrer" target="_blank">http://www.syrphidae.com/</a>>)<br>
>>>>><br>
>>>>> Main goal is a centralised meeting point for Syrpidologists around the world. My plan is to use the gbif backbone in the future but have no idea where to start.<br>
>>>>><br>
>>>>> Basically I used national checklists to update the data in the pastbut never reached the whole world (Europe and Africa where partly done). What is the best option for me? I know in the past there was the gibf-npt which was very suitable for my case but was discontinued.<br>
>>>>><br>
>>>>> Are there examples I can reusefor my purpose? Would it be best to use only api calls all over my website ot receive speciedata and occurences?<br>
>>>>><br>
>>>>><br>
>>>>> kind regards,<br>
>>>>><br>
>>>>><br>
>>>>> Bastiaan Wakkie<br>
>>>>> ______________________________<wbr>_________________<br>
>>>>> API-users mailing list<br>
>>>>> <a href="mailto:API-users@lists.gbif.org">API-users@lists.gbif.org</a> <mailto:<a href="mailto:API-users@lists.gbif.org">API-users@lists.gbif.<wbr>org</a>><mailto:<a href="mailto:API-users@lists.gbif.org">API-users@lists.<wbr>gbif.org</a>><br>
>>>>> <a href="https://lists.gbif.org/mailman/listinfo/api-users" rel="noreferrer" target="_blank">https://lists.gbif.org/<wbr>mailman/listinfo/api-users</a><br>
>>><br>
>>> --<br>
>>> Digital signature:<a href="https://wakkie.org/FA3DED4C.asc" rel="noreferrer" target="_blank">https://wakkie.org/<wbr>FA3DED4C.asc</a><br>
>>> fingerprint: 376B 6035 CD31 6437 A0FD  3165 C255 CD3D FA3D ED4C<br>
><br>
> --<br>
> Digital signature: <a href="https://wakkie.org/FA3DED4C.asc" rel="noreferrer" target="_blank">https://wakkie.org/FA3DED4C.<wbr>asc</a><br>
> fingerprint: 376B 6035 CD31 6437 A0FD  3165 C255 CD3D FA3D ED4C<br>
<br>
______________________________<wbr>_________________<br>
API-users mailing list<br>
<a href="mailto:API-users@lists.gbif.org">API-users@lists.gbif.org</a><br>
<a href="https://lists.gbif.org/mailman/listinfo/api-users" rel="noreferrer" target="_blank">https://lists.gbif.org/<wbr>mailman/listinfo/api-users</a><br>
</div></div></blockquote></div><br></div>