ArctosDB / arctos

Arctos is a museum collections management system
https://arctos.database.museum
60 stars 13 forks source link

Summarize by not ready for prime time - lots of issues #5536

Closed DerekSikes closed 1 year ago

DerekSikes commented 1 year ago

Issue Documentation is http://handbook.arctosdb.org/how_to/How-to-Use-Issues-in-Arctos.html

The new summarize by has lost many of the very valuable features of the old summarize by. Some issues below

The prior version was actually much faster than a nonsummary search - in this version we have to do a nonsummary search first, which can be very slow and even time out for big searches (which was not a problem with the prior version because far fewer fields were being returned). I would sometimes use the summary search as a shortcut to search for catalog records because of the massive time savings. It would be better if this advantage of summarize was restored to its prior superiority.

And, the summarize by shows no logical sort or arrangement by taxon as the prior results had. The taxa ranks should be sorted from highest (eg Kingdom) on the left to lowest (species or identified by) on the right as they had been. And ideally, sorted alphabetically by each or at least the highest rank displayed. This is how everyone who knows higher scientific names expects them to appear in list summaries.

At the bottom of my collection webpage I have saved summary searches that use the old form/results to allow visitors to my page to see what's in the collection - and this new one looks like a big problem - (not the least of which is if we require login they won't work if the user is not logged in!!). The old results had the taxa sorted as they should (larger on left, smaller on right) and sorted them alphabetically. For example:

http://arctos.database.museum/saved/uamphylaclassesorders

It's a massively important function of Arctos to provide the public with quick summaries (not just cat records data for download) of what's in a collection. If this fails (and it seems to be headed in the wrong direction) then I might have to make static snapshots summaries that I build into my website like it's the 1990s.

And individual count is not working on summarize. Individual count must be the sum of all the individual counts of that taxon as it was before. It must be equal to or greater than the RecordCount for that row in the summary table.

The other summarize by was working pretty damn well and only needed to have the link to records problem solved. Now that is solved and a dozen other problems have appeared.

Priority Please assign a priority-label. Unprioritized issues get sent into a black hole of despair. high - the public-facing value of summarize by is massively important!

dustymc commented 1 year ago

Thanks for bringing this here.

I think the approach of the old summarize form just isn't sustainable. (The code/libraries definitely isn't sustainable; just keeping what's there is not an option.)

I think a new dedicated summarize form which uses the current search form (a vague idea I carried for a while) isn't going to be sustainable for all the same reasons - I just can't adequately anticipate a near-infinite number of possibilities from many sources (and I don't think we have the CPU to reliably support that if I could - a constant issue on the current form).

I like the current summarize form, and don't think it should be replaced. Summarizing results is useful for lots of reasons. (I'm also not a fan of multiple ways of doing the same thing, but I don't think that's quite any of what I'm about to propose either.)

Potentially there could be some sort of passthrough on the existing form, but that does not avoid the expense of getting everything that you intend to summarize in a cache first, and it would add significant complexity to a form which I'm desperately trying to keep on this side of "sustainable." I think we can rule that out (but I'm putting it out here Just In Case).

A new summarize form which reuses the search form code (as above), but in a limited capacity seems perhaps most plausible. I think I can make that work if we limit it to things that are in FLAT, if that's viable. (A new dedicated summarizing API would be required so even if that's all acceptable and somehow works better than I could possibly hope for this would not be entirely trivial.)

Individual count must be the sum of all the individual counts of that taxon

And that makes me think that a data-driven self-assembling summarize form just isn't possible, and none of the above should be considered. There's nothing in the data which suggests some column must be summed rather than grouped; that requires me writing code which anticipates usage (and potentially dealing with errors, because those data aren't typed as strongly as this usage really needs). The core use case leading to this Issue seems to involve a very few pre-planned summaries, and maybe a dedicated form is just wild overkill for that. Maybe we'd be much better off addressing those as reports, or dedicated forms, or SOMETHING which meets the need (maybe also while explaining what's going on to the user - it's sort of a disjointed arbitrary table at the moment...) without trying to also develop a complex form and complex UI behind it in perhaps-futile attempts to do more than what's really needed.

dustymc commented 1 year ago

no logical sort or arrangement by taxon a

I think that's just compelling evidence that this should be addressed via reports-or-something. Those "fields" do not mean what users might think they mean for most of Arctos, I'm not going to argue with some user who's put them in some order, and they're completely irrelevant for many collections (including cultural and those who prefer more phylocode-like taxonomy). I don't think I can reconcile your very understandable desire to present your collection in a certain way with the diverse viewpoints required by the rest of Arctos.

If reports (or similar) doesn't seem like an obvious solution, perhaps the UI Task Force could be redirected to tackle this?

DerekSikes commented 1 year ago

Maybe reports could replace the saved searches I've got on my public webpage - assuming we don't require login to access them - and assuming they can do what the old summarize did but perhaps without the buggy link-to records problem (which I have to fully test on the new form BTW -there were 2 big issues with that (1) the excel failure business and (2) the random total failure to find the correct records - sometimes I'd click the link to get the records and the records found would be wrong - this bug was never tracked down & is VERY hard to replicate without tons of experimentation. Also, would reports provide a nice webpage result with csv download option like the old system?

BUT, I use summarize by on a frequent basis for my own purposes so it would still need to be more functional for those purposes. The sum of individual counts per row is one of the key things I use it for - to see how many specimens are actually in all those vials (537 cat recs = 537 vials = 1837 specimens). SUPER useful. Maybe a new field called 'sumofindividualcount' needs to be made?

DerekSikes commented 1 year ago

Regarding the arrangement of the columns - is it possible for users to change these? You seem to imply this. How? (eg So I can have Kingdom, Phylum, Class instead of Class, Kingdom, Phylum).

And can we at least get them to sort somehow - perhaps the column headers can be clicked like in the catalog results to sort them?

dustymc commented 1 year ago

assuming we don't require login to access them

That would need addressed in https://github.com/ArctosDB/internal/issues/229. Maybe some of Arctos could be available without authentication, I don't know, but I'm sure that can't be decided here.

fully test on the new form

There's not much to test, Excel breaks when it wants to break and I still have little to do with that, but users can turn that option off now.

random total failure to find the correct records

That's about got to be your browser, and weird things happening when near the limits of technology isn't terribly surprising.

would reports provide a nice webpage result with csv download option like the old system?

Reports can do just about anything, but maybe we're looking at this backwards. If you'll provide functional criteria then we can look for the best tools to do that.

frequent basis for my own purposes

I'd hope that could be supported with search.cfm and summarize, and perhaps https://github.com/ArctosDB/arctos/issues/5460 (add more stuff to the cache) could help with that. I don't quite see a heavily-involved curator exploring things (you know about what's in your data, you can probably deal with a few timeouts and such) in the same light as someone who might click those links from your website - but maybe I should?

new field called 'sumofindividualcount'

I think that would involve precalculating something like 5M! possibilities, and there (literally) ain't enough electrons in the universe to support that.....

DerekSikes commented 1 year ago

And we'll need a 'save search' option like the old form so we can make a customized summarize search.

sumofindividualcount as a concept in the summarize by was working fine with the old form.

Reports can do just about anything, but maybe we're looking at this backwards. If you'll provide functional criteria then we can look for the best tools to do that.

Can a report yield these results: http://arctos.database.museum/saved/uamphylaclassesorders

and that UI so users can sort columns, see sum of individual counts, download csv, etc?

I've got a small handful of these key saved summarized searches (see bottom of https://www.uaf.edu/museum/collections/ento/

-D

dustymc commented 1 year ago

arrangement of the columns sort somehow

Both in https://github.com/ArctosDB/arctos/issues/5534#issuecomment-1404174923

DerekSikes commented 1 year ago

This again brings up the different values of these two types of searches and forces compromise between them - for example, I rarely would want to see the field "Kingdom" for catrecord searches but there are some summarize by searches that I would. Can we save summarize searches that have those fields? Maybe I just need to start spending more time with sharable URLs... eg

https://arctos.database.museum/search.cfm?guid_prefix=UAM%3AEnto&phylorder=coleoptera

How do I turn that into a summarize result instead of a catrec result? Can I just change 'search.cfm' to 'searchsummary.cfm' ?? (apparently not) but more importantly, I'd like the URL to include the fields displayed in the results, but that seems impossible?

dustymc commented 1 year ago

Upping priority and adding to AWG; I don't know how to address this, and the old code does have a limited future.

I can very easily build custom reports that do WHATEVER, but it seems that's not sufficient.

(I might extend the reporting system to accommodate that so that others can also build custom public reports, but the security implications are troubling so I'm tabling the idea for now.)

I can not-so-easily build some new 'summary API,' but I don't think I can build a sustainable 'fully dynamic except when' API, and I'm not particularly seeing how the given use cases demand such complexity.

Jegelewicz commented 1 year ago

I don't usually use this, but I had need for it today! I was trying to get a summary of catalog records for an entire collection by Class and I don't think it is possible? Or maybe I just don't see how to do it in the new system.

DerekSikes commented 1 year ago

Teresa,

You have to have Class added to your list of fields returned in a normal catalog record search. Then perform such a search, then choose summarize, then select the fields (Class should appear in the list after you've added it to your catalog results) to summarize by.

It's awkward and forces one to make changes to ones preferred catalog record results fields in order to use.

-D

On Mon, Jan 30, 2023 at 2:28 PM Teresa Mayfield-Meyer < @.***> wrote:

I don't usually use this, but I had need for it today! I was trying to get a summary of catalog records for an entire collection by Class and I don't think it is possible? Or maybe I just don't see how to do it in the new system.

— Reply to this email directly, view it on GitHub https://github.com/ArctosDB/arctos/issues/5536#issuecomment-1409517506, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACFNUMYJ2UVFC5R22BC4PYTWVBFDVANCNFSM6AAAAAAUGVNX2U . You are receiving this because you authored the thread.Message ID: @.***>

--

+++++++++++++++++++++++++++++++++++ Derek S. Sikes, Curator of Insects, Professor of Entomology University of Alaska Museum (UAM), University of Alaska Fairbanks 1962 Yukon Drive, Fairbanks, AK 99775-6960 @.*** phone: 907-474-6278 he/him/his University of Alaska Museum https://www.uaf.edu/museum/collections/ento/

Interested in Alaskan Entomology? Join the Alaska Entomological Society and / or sign up for the email listserv "Alaska Entomological Network" at http://www.akentsoc.org/contact_us

Jegelewicz commented 1 year ago

@DerekSikes whew - that does work, but is not intuitive at all! We need some really good documentation and a help link next to the tools. Not sure exactly how that should all work, but NOBODY is going to do those steps in that order if we don't tell them too (and I will forget because I don't do this very often...)

Jegelewicz commented 1 year ago

and the old code does have a limited future.

Does this mean these "summarize" things will go away altogether at some point? Just trying to make sure I understand what we are discussing.

dustymc commented 1 year ago

http://arctos.database.museum/saved/uamphylaclassesorders and similar run on deprecated code which should be cleaned up as soon as possible.

Customized reports still seems to me the most appropriate way to provide - well, customized reports....

DerekSikes commented 1 year ago

It would be good to move this to highest priority if we want to show the CNC with their 17 million specimens that we can deliver clean useful summaries of higher taxonomy, sorted in some reasonable fashion etc. We will be meeting with them to explain Arctos this month or next. I'd like to have a report functioning ASAP. Can we make this happen?

-Derek

On Thu, Feb 9, 2023 at 8:55 AM dustymc @.***> wrote:

http://arctos.database.museum/saved/uamphylaclassesorders and similar run on deprecated code which should be cleaned up as soon as possible.

Customized reports still seems to me the most appropriate way to provide - well, customized reports....

— Reply to this email directly, view it on GitHub https://github.com/ArctosDB/arctos/issues/5536#issuecomment-1424591926, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACFNUM4QMRTI522UPTE7SYDWWUVSVANCNFSM6AAAAAAUGVNX2U . You are receiving this because you were mentioned.Message ID: @.***>

--

+++++++++++++++++++++++++++++++++++ Derek S. Sikes, Curator of Insects, Professor of Entomology University of Alaska Museum (UAM), University of Alaska Fairbanks 1962 Yukon Drive, Fairbanks, AK 99775-6960 @.*** phone: 907-474-6278 he/him/his University of Alaska Museum https://www.uaf.edu/museum/collections/ento/

Interested in Alaskan Entomology? Join the Alaska Entomological Society and / or sign up for the email listserv "Alaska Entomological Network" at http://www.akentsoc.org/contact_us

dustymc commented 1 year ago

Can we make this happen?

Absolutely; I thought you'd rejected the idea of reports above, if a report suits you then I'll get on it ASAP. Functional requirements are always useful, but I think I've got the start of them:

Anything major missing? Shall I get started?

Jegelewicz commented 1 year ago

We also need to make sure other users of this functionality are aware. Do we know who they are?

@ccicero @ebraker @campmlc

DerekSikes commented 1 year ago

Good. I never heard back on whether reports will generate a webpage of results etc. but it sounds like the answer is yes, so nevermind... let's get it done so I can help tweek what needs tweeking.

Are reports sharable among collections? So if you build these for UAM:Ento will they be easily portable to others? Having never used these I'm not clear on the interface etc. Will the public be able to make them fire & see results?

-D

On Thu, Feb 9, 2023 at 9:03 AM dustymc @.***> wrote:

Can we make this happen?

Absolutely; I thought you'd rejected the idea of reports above, if a report suits you then I'll get on it ASAP. Functional requirements are always useful, but I think I've got the start of them:

  • your queries as used above
  • sortable
  • CSV-able

Anything major missing? Shall I get started?

— Reply to this email directly, view it on GitHub https://github.com/ArctosDB/arctos/issues/5536#issuecomment-1424602414, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACFNUM2W5DSVPSK77LX647TWWUWNZANCNFSM6AAAAAAUGVNX2U . You are receiving this because you were mentioned.Message ID: @.***>

--

+++++++++++++++++++++++++++++++++++ Derek S. Sikes, Curator of Insects, Professor of Entomology University of Alaska Museum (UAM), University of Alaska Fairbanks 1962 Yukon Drive, Fairbanks, AK 99775-6960 @.*** phone: 907-474-6278 he/him/his University of Alaska Museum https://www.uaf.edu/museum/collections/ento/

Interested in Alaskan Entomology? Join the Alaska Entomological Society and / or sign up for the email listserv "Alaska Entomological Network" at http://www.akentsoc.org/contact_us

dustymc commented 1 year ago

Awesome, thanks.

See https://github.com/ArctosDB/arctos/issues/5536#issuecomment-1409506881

My current intention (because I can do it very quickly and this has us stuck in an uncomfortable and potentially dangerous limbo) is to write dedicated reports. For the very short term, that'll mean they'll do one thing. That's largely so the public can make them do that thing.

Longer-term and seeing where this leads and such, I think selectively making products of the Reporter public would be very cool, but it would also provide a handy mechanism to eg expose sensitive data through a path I can't control - this needs more attention than I have to give right now, and even turning into a dead-end isn't inconceivable. Mañana....

Maybe I'll figure out how to make the reports semi-dynamic or something and doing more will be less-important, I don't know yet, but I pretty much always develop with that in mind.

You're coming from a saved search URL, I think I can just swap that to the new URL (and potentially to the newer and better one after that) so this shouldn't be something your users need to much care about (other than swooning at the sheer awesomeness of new report, I hope...). I should have something for you to look at relatively soon; I need to finish up some security and infrastructure stuff, then I think this will be top of the pile.

dustymc commented 1 year ago

This took an unexpected turn: next release will have a FLAT-only dedicated summary form.

This is fairly trivial to expand to FLAT columns, and essentially impossible to expand beyond FLAT. (https://github.com/ArctosDB/arctos/issues/5460 will however expand FLAT, so this isn't entirely static.)

Test links which I propose to replace saved searches below. I'll try to get this to production tonight, and will update saved searches in the next day or two after unless there's some timely and compelling objection here.

@DerekSikes 2 of these searches involve remarks - maybe consider an Attribute (or sorta anything else...)?

uamphylaclassesorders --> https://arctos-test.tacc.utexas.edu/record_summary.cfm?result_columns=phylum,phylclass,phylorder,individualcount&GUID_PREFIX=UAM:Ento

akpotentialendmics --> https://arctos-test.tacc.utexas.edu/record_summary.cfm?result_columns=phylum,phylclass,phylorder,family,scientific_name&guid_prefix=KNWR:Ento,KNWR:Inv,KWP:Ento,UAMObs:Ento,UAM:Ento&state_prov=Alaska&remark=endemic

adventiveAKspecies --> https://arctos-test.tacc.utexas.edu/record_summary.cfm?result_columns=phylum,phylclass,phylorder,family,scientific_name&guid_prefix=KNWR:Ento,KNWR:Inv,KWP:Ento,UAMObs:Ento,UAM:Ento&remarks=nonnative

uamphylaclassesordersfamilies --> https://arctos-test.tacc.utexas.edu/record_summary.cfm?result_columns=phylum,phylclass,phylorder,family,individualcount&guid_prefix=UAM:Ento

speciesinUAMinsectcollection --> https://arctos-test.tacc.utexas.edu/record_summary.cfm?result_columns=phylum,phylclass,phylorder,family,subfamily,scientific_name&guid_prefix=UAM:Ento

DerekSikes commented 1 year ago

Dusty,

Thanks! Good to see progress.

I'll explore these but in my initial tries I see the results are not sorted nor are the columns ordered as I would prefer.

The column ordering should always be higher taxon (eg kingdom) on left, towards lower taxon (eg genus, identifications) on right. Count columns could be either all on farthest right or farthest left but not one on farthest left and one on farthest right.

The sort should be alphabetical by each column from left to right following the above (just on taxa names, not counts). So... all the phyla sorted alphabetically, then within each phylum, the classes of that phylum sorted alphabetically, within each class, the orders alphabetically, etc.

without that it's chaos to the viewer, both confusing and unimpressive (given that sorting text is something computers have been doing since I started using computers in the 1980s, and probably before).

We might also want a show/hide for the giant non-results block of fields and info at the top. That's not what should first greet the eyes of the public when they expect to see results.

-Derek

On Mon, Feb 13, 2023 at 11:45 AM dustymc @.***> wrote:

This took an unexpected turn: next release will have a FLAT-only dedicated summary form.

This is fairly trivial to expand to FLAT columns, and essentially impossible to expand beyond FLAT. (#5460 https://github.com/ArctosDB/arctos/issues/5460 will however expand FLAT, so this isn't entirely static.)

Test links which I propose to replace saved searches below. I'll try to get this to production tonight, and will update saved searches in the next day or two after unless there's some timely and compelling objection here.

@DerekSikes https://github.com/DerekSikes 2 of these searches involve remarks - maybe consider an Attribute (or sorta anything else...)?

uamphylaclassesorders --> https://arctos-test.tacc.utexas.edu/record_summary.cfm?result_columns=phylum,phylclass,phylorder,individualcount&GUID_PREFIX=UAM:Ento

akpotentialendmics --> https://arctos-test.tacc.utexas.edu/record_summary.cfm?result_columns=phylum,phylclass,phylorder,family,scientific_name&guid_prefix=KNWR:Ento,KNWR:Inv,KWP:Ento,UAMObs:Ento,UAM:Ento&state_prov=Alaska&remark=endemic

adventiveAKspecies --> https://arctos-test.tacc.utexas.edu/record_summary.cfm?result_columns=phylum,phylclass,phylorder,family,scientific_name&guid_prefix=KNWR:Ento,KNWR:Inv,KWP:Ento,UAMObs:Ento,UAM:Ento&remarks=nonnative

uamphylaclassesordersfamilies --> https://arctos-test.tacc.utexas.edu/record_summary.cfm?result_columns=phylum,phylclass,phylorder,family,individualcount&guid_prefix=UAM:Ento

speciesinUAMinsectcollection --> https://arctos-test.tacc.utexas.edu/record_summary.cfm?result_columns=phylum,phylclass,phylorder,family,subfamily,scientific_name&guid_prefix=UAM:Ento

— Reply to this email directly, view it on GitHub https://github.com/ArctosDB/arctos/issues/5536#issuecomment-1428657909, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACFNUM6223ENQZCBU742GMLWXKMOFANCNFSM6AAAAAAUGVNX2U . You are receiving this because you were mentioned.Message ID: @.***>

--

+++++++++++++++++++++++++++++++++++ Derek S. Sikes, Curator of Insects, Professor of Entomology University of Alaska Museum (UAM), University of Alaska Fairbanks 1962 Yukon Drive, Fairbanks, AK 99775-6960 @.*** phone: 907-474-6278 he/him/his University of Alaska Museum https://www.uaf.edu/museum/collections/ento/

Interested in Alaskan Entomology? Join the Alaska Entomological Society and / or sign up for the email listserv "Alaska Entomological Network" at http://www.akentsoc.org/contact_us

dustymc commented 1 year ago

Sorted, ordered, and scrolley.

DerekSikes commented 1 year ago

Nice!

The download csv works but the reload with shareable results gives an error.

Now..about the link to records - why can't that be built so it doesn't cause browser (& excel) problems?

For example, instead of the link being all the catalog#s of that row, why not make it a search on the name (which is the work-around I would use when the cat# error struck) - eg if the lowest ID is family = Zerconidae then search UAM:Ento on family = exact match to Zerconidae?

The current solution is buggy and yet the ability to find the records on which the summary is based is very much what the public would expect. For us to say 'you can do this if you want, but it might fail.' is a big problem.

-D

On Mon, Feb 13, 2023 at 1:02 PM dustymc @.***> wrote:

Sorted, ordered, and scrolley.

— Reply to this email directly, view it on GitHub https://github.com/ArctosDB/arctos/issues/5536#issuecomment-1428750582, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACFNUMZ2ZFC3JZYZIPK7D4DWXKVNVANCNFSM6AAAAAAUGVNX2U . You are receiving this because you were mentioned.Message ID: @.***>

--

+++++++++++++++++++++++++++++++++++ Derek S. Sikes, Curator of Insects, Professor of Entomology University of Alaska Museum (UAM), University of Alaska Fairbanks 1962 Yukon Drive, Fairbanks, AK 99775-6960 @.*** phone: 907-474-6278 he/him/his University of Alaska Museum https://www.uaf.edu/museum/collections/ento/

Interested in Alaskan Entomology? Join the Alaska Entomological Society and / or sign up for the email listserv "Alaska Entomological Network" at http://www.akentsoc.org/contact_us

dustymc commented 1 year ago
  • why can't that be built so it doesn't cause browser

Because that's how the internet works.

& excel

Because that's apparently how Excel works (except for me, and I use excel only when absolutely forced to - are we trying to fix some bug that only exists in your version of excel??).

I don't have control over those things. At some point you asked for the links to be removed, this form offers that option. I think that's a reasonable workaround.

current solution is buggy

If you mean something other than the shareable widget (or unrealistic expectations of things none of us have any control over), please clarify.

make it a search

That might actually be possible with this approach, but it's above and beyond the replacement for a form I need to get rid of.

DerekSikes commented 1 year ago

Ok, these are in test. When will they be in production?

Also, maybe others might not be using these sorts of saved searches to allow the public to see what's in their collections, but I think these links and the ability to dig into the specimens from the summary page is one of the most user-friendly, powerful, and super cool things Arctos can (could) do.

I'd really like to showcase this for the CNC and thus would really like to have the link to specimens working reliably and included in these reports /saved searches by default (the only reason I wanted it optional was because it was so buggy!)

and just curious - are these demos improved summary searches (it seems like it) or are they customized reports?

-D

On Mon, Feb 13, 2023 at 1:55 PM dustymc @.***> wrote:

  • why can't that be built so it doesn't cause browser

Because that's how the internet works.

& excel

Because that's apparently how Excel works (except for me, and I use excel only when absolutely forced to - are we trying to fix some bug that only exists in your version of excel??).

I don't have control over those things. At some point you asked for the links to be removed, this form offers that option. I think that's a reasonable workaround.

current solution is buggy

If you mean something other than the shareable widget (or unrealistic expectations of things none of us have any control over), please clarify.

make it a search

That might actually be possible with this approach, but it's above and beyond the replacement for a form I need to get rid of.

— Reply to this email directly, view it on GitHub https://github.com/ArctosDB/arctos/issues/5536#issuecomment-1428816386, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACFNUM3HAAIOZ4CR7MG2GJDWXK3XDANCNFSM6AAAAAAUGVNX2U . You are receiving this because you were mentioned.Message ID: @.***>

--

+++++++++++++++++++++++++++++++++++ Derek S. Sikes, Curator of Insects, Professor of Entomology University of Alaska Museum (UAM), University of Alaska Fairbanks 1962 Yukon Drive, Fairbanks, AK 99775-6960 @.*** phone: 907-474-6278 he/him/his University of Alaska Museum https://www.uaf.edu/museum/collections/ento/

Interested in Alaskan Entomology? Join the Alaska Entomological Society and / or sign up for the email listserv "Alaska Entomological Network" at http://www.akentsoc.org/contact_us

dustymc commented 1 year ago

When will they be in production?

Half-hour unless my life gets really interesting in the next few....

What happens then is a bit up in the air, but the summary is the only thing keeping the old form (and the code behind it) around and killing that later this week would be great. I shall endeavour....

re these demos

It's something new (and fabulous), somewhere in between.

[search] might actually be possible

Nevermind, it's not - these are flattened curatorial assertions, "real search" is a lot more complicated (and less flat) with geography (at least). I could still build links, but not in 1:1 ratios.

dustymc commented 1 year ago

Production links

uamphylaclassesorders --> https://arctos.database.museum/record_summary.cfm?result_columns=phylum,phylclass,phylorder,individualcount&GUID_PREFIX=UAM:Ento

akpotentialendmics --> https://arctos.database.museum/record_summary.cfm?result_columns=phylum,phylclass,phylorder,family,scientific_name&guid_prefix=KNWR:Ento,KNWR:Inv,KWP:Ento,UAMObs:Ento,UAM:Ento&state_prov=Alaska&remark=endemic

adventiveAKspecies -->https://arctos.database.museum/record_summary.cfm?result_columns=phylum,phylclass,phylorder,family,scientific_name&guid_prefix=KNWR:Ento,KNWR:Inv,KWP:Ento,UAMObs:Ento,UAM:Ento&remarks=nonnative

uamphylaclassesordersfamilies -->https://arctos.database.museum/record_summary.cfm?result_columns=phylum,phylclass,phylorder,family,individualcount&guid_prefix=UAM:Ento

speciesinUAMinsectcollection --> https://arctos.database.museum/record_summary.cfm?result_columns=phylum,phylclass,phylorder,family,subfamily,scientific_name&guid_prefix=UAM:Ento

campmlc commented 1 year ago

I know we would like similar searches for MSB collections. Is there an easy way to request and access,?

On Mon, Feb 13, 2023, 5:49 PM DerekSikes @.***> wrote:

  • [EXTERNAL]*

Ok, these are in test. When will they be in production?

Also, maybe others might not be using these sorts of saved searches to allow the public to see what's in their collections, but I think these links and the ability to dig into the specimens from the summary page is one of the most user-friendly, powerful, and super cool things Arctos can (could) do.

I'd really like to showcase this for the CNC and thus would really like to have the link to specimens working reliably and included in these reports /saved searches by default (the only reason I wanted it optional was because it was so buggy!)

and just curious - are these demos improved summary searches (it seems like it) or are they customized reports?

-D

On Mon, Feb 13, 2023 at 1:55 PM dustymc @.***> wrote:

  • why can't that be built so it doesn't cause browser

Because that's how the internet works.

& excel

Because that's apparently how Excel works (except for me, and I use excel only when absolutely forced to - are we trying to fix some bug that only exists in your version of excel??).

I don't have control over those things. At some point you asked for the links to be removed, this form offers that option. I think that's a reasonable workaround.

current solution is buggy

If you mean something other than the shareable widget (or unrealistic expectations of things none of us have any control over), please clarify.

make it a search

That might actually be possible with this approach, but it's above and beyond the replacement for a form I need to get rid of.

— Reply to this email directly, view it on GitHub <https://github.com/ArctosDB/arctos/issues/5536#issuecomment-1428816386 , or unsubscribe < https://github.com/notifications/unsubscribe-auth/ACFNUM3HAAIOZ4CR7MG2GJDWXK3XDANCNFSM6AAAAAAUGVNX2U

. You are receiving this because you were mentioned.Message ID: @.***>

--

+++++++++++++++++++++++++++++++++++ Derek S. Sikes, Curator of Insects, Professor of Entomology University of Alaska Museum (UAM), University of Alaska Fairbanks 1962 Yukon Drive, Fairbanks, AK 99775-6960 @.*** phone: 907-474-6278 he/him/his University of Alaska Museum https://www.uaf.edu/museum/collections/ento/

Interested in Alaskan Entomology? Join the Alaska Entomological Society and / or sign up for the email listserv "Alaska Entomological Network" at http://www.akentsoc.org/contact_us

— Reply to this email directly, view it on GitHub https://github.com/ArctosDB/arctos/issues/5536#issuecomment-1428929844, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADQ7JBGI4SGN5PBEZSTLGOTWXLJCDANCNFSM6AAAAAAUGVNX2U . You are receiving this because you were mentioned.Message ID: @.***>

dustymc commented 1 year ago

easy way to request and access,?

Play with the form until you like what it spits out then click Reload with sharable URL

DerekSikes commented 1 year ago

Thanks Dusty!

Two are missing:

http://arctos.database.museum/saved/UAMInsectsDNAbarcoded

http://arctos.database.museum/go.cfm?id=1543 (specimens with images)

NEVERMIND - these are not summary searches, just regular searches...

-Derek

On Mon, Feb 13, 2023 at 4:42 PM dustymc @.***> wrote:

Production links

uamphylaclassesorders --> https://arctos.database.museum/record_summary.cfm?result_columns=phylum,phylclass,phylorder,individualcount&GUID_PREFIX=UAM:Ento

akpotentialendmics --> https://arctos.database.museum/record_summary.cfm?result_columns=phylum,phylclass,phylorder,family,scientific_name&guid_prefix=KNWR:Ento,KNWR:Inv,KWP:Ento,UAMObs:Ento,UAM:Ento&state_prov=Alaska&remark=endemic

adventiveAKspecies --> https://arctos.database.museum/record_summary.cfm?result_columns=phylum,phylclass,phylorder,family,scientific_name&guid_prefix=KNWR:Ento,KNWR:Inv,KWP:Ento,UAMObs:Ento,UAM:Ento&remarks=nonnative

uamphylaclassesordersfamilies --> https://arctos.database.museum/record_summary.cfm?result_columns=phylum,phylclass,phylorder,family,individualcount&guid_prefix=UAM:Ento

speciesinUAMinsectcollection --> https://arctos.database.museum/record_summary.cfm?result_columns=phylum,phylclass,phylorder,family,subfamily,scientific_name&guid_prefix=UAM:Ento

— Reply to this email directly, view it on GitHub https://github.com/ArctosDB/arctos/issues/5536#issuecomment-1428980799, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACFNUMZL5LLWD37MPYAB7CLWXLPI5ANCNFSM6AAAAAAUGVNX2U . You are receiving this because you were mentioned.Message ID: @.***>

--

+++++++++++++++++++++++++++++++++++ Derek S. Sikes, Curator of Insects, Professor of Entomology University of Alaska Museum (UAM), University of Alaska Fairbanks 1962 Yukon Drive, Fairbanks, AK 99775-6960 @.*** phone: 907-474-6278 he/him/his University of Alaska Museum https://www.uaf.edu/museum/collections/ento/

Interested in Alaskan Entomology? Join the Alaska Entomological Society and / or sign up for the email listserv "Alaska Entomological Network" at http://www.akentsoc.org/contact_us

DerekSikes commented 1 year ago

and this one doesn't seem to work

akpotentialendmics --> https://arctos.database.museum/record_summary.cfm?result_columns=phylum,phylclass,phylorder,family,scientific_name&guid_prefix=KNWR:Ento,KNWR:Inv,KWP:Ento,UAMObs:Ento,UAM:Ento&state_prov=Alaska&remark=endemic

On Mon, Feb 13, 2023 at 5:20 PM Derek Sikes @.***> wrote:

Thanks Dusty!

Two are missing:

http://arctos.database.museum/saved/UAMInsectsDNAbarcoded

http://arctos.database.museum/go.cfm?id=1543 (specimens with images)

-Derek

On Mon, Feb 13, 2023 at 4:42 PM dustymc @.***> wrote:

Production links

uamphylaclassesorders --> https://arctos.database.museum/record_summary.cfm?result_columns=phylum,phylclass,phylorder,individualcount&GUID_PREFIX=UAM:Ento

akpotentialendmics --> https://arctos.database.museum/record_summary.cfm?result_columns=phylum,phylclass,phylorder,family,scientific_name&guid_prefix=KNWR:Ento,KNWR:Inv,KWP:Ento,UAMObs:Ento,UAM:Ento&state_prov=Alaska&remark=endemic

adventiveAKspecies --> https://arctos.database.museum/record_summary.cfm?result_columns=phylum,phylclass,phylorder,family,scientific_name&guid_prefix=KNWR:Ento,KNWR:Inv,KWP:Ento,UAMObs:Ento,UAM:Ento&remarks=nonnative

uamphylaclassesordersfamilies --> https://arctos.database.museum/record_summary.cfm?result_columns=phylum,phylclass,phylorder,family,individualcount&guid_prefix=UAM:Ento

speciesinUAMinsectcollection --> https://arctos.database.museum/record_summary.cfm?result_columns=phylum,phylclass,phylorder,family,subfamily,scientific_name&guid_prefix=UAM:Ento

— Reply to this email directly, view it on GitHub https://github.com/ArctosDB/arctos/issues/5536#issuecomment-1428980799, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACFNUMZL5LLWD37MPYAB7CLWXLPI5ANCNFSM6AAAAAAUGVNX2U . You are receiving this because you were mentioned.Message ID: @.***>

--

+++++++++++++++++++++++++++++++++++ Derek S. Sikes, Curator of Insects, Professor of Entomology University of Alaska Museum (UAM), University of Alaska Fairbanks 1962 Yukon Drive, Fairbanks, AK 99775-6960 @.*** phone: 907-474-6278 he/him/his University of Alaska Museum https://www.uaf.edu/museum/collections/ento/

Interested in Alaskan Entomology? Join the Alaska Entomological Society and / or sign up for the email listserv "Alaska Entomological Network" at http://www.akentsoc.org/contact_us

--

+++++++++++++++++++++++++++++++++++ Derek S. Sikes, Curator of Insects, Professor of Entomology University of Alaska Museum (UAM), University of Alaska Fairbanks 1962 Yukon Drive, Fairbanks, AK 99775-6960 @.*** phone: 907-474-6278 he/him/his University of Alaska Museum https://www.uaf.edu/museum/collections/ento/

Interested in Alaskan Entomology? Join the Alaska Entomological Society and / or sign up for the email listserv "Alaska Entomological Network" at http://www.akentsoc.org/contact_us

dustymc commented 1 year ago

akpotentialendmics should be -->

https://arctos.database.museum/record_summary.cfm?guid_prefix=KNWR:Ento,KNWR:Inv,KWP:Ento,UAMObs:Ento,UAM:Ento&state_prov==Alaska&remarks=endemic&result_columns=phylum,phylclass,phylorder,family,scientific_name

Correct, the latter two aren't summaries and I'll change those links soon, or you can update your links.

http://arctos.database.museum/saved/UAMInsectsDNAbarcoded is https://arctos.database.museum/search.cfm?&guid_prefix=UAM:Ento&OIDType=BoLD%20Process%20ID

http://arctos.database.museum/go.cfm?id=1543 - wow, I didn't know that thing was still working at all! I don't plan to kill it, but you should probably re-do that anyway. https://arctos.database.museum/search.cfm?guid_prefix=UAM%3AEnto&media_type=any.

dustymc commented 1 year ago

Here are existing saved searches involving grouping. I'll try to rewrite all of these to use the new form, but some of them may not completely translate. Please let me know if

  1. I can just drop any of these, and
  2. If any of these need special attention

    @mkoo @campmlc @acdoll @DerekSikes @mlbowser @ebraker @atrox10 @ccicero

        username        |                      search_name                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    url                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
------------------------+--------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 ffdss                  | UAM-2010.20-KoyNWR-Ento                                | http://arctos.database.museum/SpecimenResultsSummary.cfm?&accn_number=UAM-2010.20-KoyNWR-Ento&groupBy=collection_object_id,kingdom,phylum,phylclass,phylorder,family,scientific_name,individualcount
 ffdss                  | 2013-OSF-data                                          | http://arctos.database.museum/SpecimenResultsSummary.cfm?&accn_number=UAM-2013.14-OSF-Ento&groupBy=collection_object_id,phylum,phylclass,phylorder,family,scientific_name,individualcount
 ffdss                  | Wrangell-St-Elias-2014                                 | http://arctos.database.museum/SpecimenResultsSummary.cfm?&accn_number=UAM-2014.19-Kennecott-Ento&NELat=61.95354479303744&NELong=-142.07464633136988&SWLat=61.18529908223647&SWLong=-144.20159945636988&sq_error=false&groupBy=collection_object_id,kingdom,phylum,phylclass,phylorder,family,scientific_name,individualcount
 ssh960622@berkeley.edu | california tiger salamander                            | http://arctos.database.museum/SpecimenResultsSummary.cfm?ACTION=nothing&NEWQUERY=1&TGTFORM=SpecimenResultsSummary.cfm&SHOWERRORS=0&TAXON_NAME=california tiger salamander&GUID_PREFIX=ALMNH:ES,ASNHC:Mamm,ASNHC:Herb,APSU:Herp,APSU:Bird,APSU:Fish,APSU:Mamm,UWBM:Herp,UWBM:Mamm,CRCM:Bird,CHAS:Herp,CHAS:Egg,CHAS:Bird,CHAS:ES,CHAS:EH,CHAS:Fish,CHAS:Ento,CHAS:Mamm,CHAS:Inv,CHAS:Herb,CHAS:Teach,COA:Herp,COA:Egg,COA:Bird,COA:Ento,COA:Mamm,DMNS:Herp,DMNS:Egg,DMNS:Bird,DMNS:Mamm,DMNS:Inv,DMNS:Para,HWML:Para,KNWR:Ento,KNWR:Inv,KNWR:Herb,KWP:Ento,MLZ:Egg,MLZ:Bird,MLZ:Mamm,MSB:Herp,MSB:Bird,MSB:Fish,MSB:Host,MSBObs:Mamm,MSB:Mamm,MSB:Para,MVZObs:Herp,MVZ:Herp,MVZ:Hild,MVZ:Egg,MVZObs:Bird,MVZ:Bird,MVZObs:Mamm,MVZ:Mamm,UMNH:Herp,UMNH:Bird,UMNH:Mamm,NMU:Herp,NMU:Bird,NMU:Mamm,NBSB:Bird,USNPC:Para,UAM:Alg,UAM:Herp,UAM:Arc,UAMObs:Bird,UAM:Bird,UAMb:Herb,UAM:ES,UAM:Env,UAM:EH,UAMObs:Fish,UAM:Fish,UAMObs:Ento,UAM:Ento,UAM:Inv,UAMObs:Mamm,UAM:Mamm,UAM:Herb,UC-SCFS:Bird,UC-SCFS:Mamm,UCM:Herp,UCM:Egg,UCM:Bird,UCM:Fish,UCM:Mamm,UCM:Obs,UMZM:Bird,UMZM:Mamm,UNR:Herp,UNR:Egg,UNR:Bird,UNR:Fish,UNR:Mamm,UNM:ES,UTEPObs:Herp,UTEP:HerpOS,UTEP:Herp,UTEP:Arc,UTEP:Bird,UTEP:ES,UTEP:Fish,UTEPObs:Ento,UTEP:Ento,UTEP:Inv,UTEP:Mamm,UTEP:Herb,UTEP:Teach,UTEP:Zoo,UWYMV:Herp,UWYMV:Bird,UWYMV:Fish,UWYMV:Mamm,WNMU:Bird,WNMU:Fish,WNMU:Mamm&INCLUDETIMESPAN=0&NEXT=colorByCollection&ANY_GEOG=California&FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,GUID_PREFIX,LISTCATNUM,ANYID,TAXON_NAME,ANY_GEOG,COLL_ROLE,COLL,PARTNAME,TYPE_STATUS,MEDIA_TYPE,ID_REFERENCES,NEWQUERY&METHOD=download&groupBy=year
 ffdss                  | indoors-930-Fitz                                       | http://arctos.database.museum/SpecimenResultsSummary.cfm?ACTION=nothing&SCIENTIFIC_NAME_SCOPE=currentID&INCLUDETIMESPAN=0&TGTFORM=SpecimenResultsSummary.cfm&SHOWERRORS=0&NEXT=colorByCollection&COLLECTION_ID=50,4&SPEC_LOCALITY=930 Fitz&HABITAT=indoors&METHOD=download&GEOLOGY_HIERARCHIES=1&FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,COLLECTION_ID,LISTCATNUM,GUID,ANYID,SCIENTIFIC_NAME,SCIENTIFIC_NAME_SCOPE,SCIENTIFIC_NAME_MATCH_TYPE,ANY_GEOG,GEOLOGY_ATTRIBUTE,GEOLOGY_ATTRIBUTE_VALUE,GEOLOGY_HIERARCHIES,CONTINENT_OCEAN,SEA,COUNTRY,STATE_PROV,QUAD,COUNTY,ISLAND_GROUP,ISLAND,FEATURE,SPEC_LOCALITY,MINIMUM_ELEVATION,MAXIMUM_ELEVATION,ORIG_ELEV_UNITS,HABITAT,ISGEOREFERENCED,MIN_MAX_ERROR,MAX_MAX_ERROR,MAX_ERROR_UNITS,LOCALITY_REMARKS,COLL_ROLE,COLL,PARTNAME,TYPE_STATUS,MEDIA_TYPE,ID_REFERENCES,BARCODE,ANYBARCODE,LOAN_NUMBER,PERMIT_ISSUED_BY,PERMIT_ISSUED_TO,PERMIT_TYPE,PERMIT_NUM,ENTERED_BY,LAST_EDIT_BY,PART_DISPOSITION,PRINT_FG,REMARK,COLL_OBJ_FLAGS,NEWQUERY&SCIENTIFIC_NAME_MATCH_TYPE=startswith&NEWQUERY=1&MAX_ERROR_UNITS=m&groupBy=phylclass,phylorder,family,formatted_scientific_name,individualcount
 jrykken                | AK Anthophila                                          | http://arctos.database.museum/SpecimenResultsSummary.cfm?ACTION=nothing&SCIENTIFIC_NAME_SCOPE=currentID&NEWQUERY=1&METHOD=download&NEXT=colorByCollection&TGTFORM=SpecimenResultsSummary.cfm&FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,LISTCATNUM,GUID,ANYID,SCIENTIFIC_NAME,SCIENTIFIC_NAME_SCOPE,SCIENTIFIC_NAME_MATCH_TYPE,TAXON_NAME,COMMON_NAME,NATURE_OF_ID,IDENTIFIED_AGENT,TAXA_FORMULA,IDENTIFICATION_REMARKS,KINGDOM,PHYLUM,PHYLCLASS,PHYLORDER,FAMILY,SUBFAMILY,TRIBE,SUBTRIBE,GENUS,SPECIES,SUBSPECIES,ANY_GEOG,COLL_ROLE,COLL,PARTNAME,TYPE_STATUS,MEDIA_TYPE,ID_REFERENCES,NEWQUERY&INCLUDETIMESPAN=0&SHOWERRORS=0&ANY_GEOG=alaska&TAXON_NAME=anthophila&SCIENTIFIC_NAME_MATCH_TYPE=startswith&groupBy=family,genus,scientific_name
 ssh960622@berkeley.edu | southern torrent salamander                            | http://arctos.database.museum/SpecimenResultsSummary.cfm?AGE_CLASS=adult/juvenile&MAX_ERROR_UNITS=m&METHOD=download&TAXON_NAME=Rhyacotriton variegatus&SHOWERRORS=0&COUNTRY=United States&TGTFORM=SpecimenResultsSummary.cfm&FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,LISTCATNUM,ANYID,TAXON_NAME,ANY_GEOG,GEOLOGY_ATTRIBUTE,GEOLOGY_ATTRIBUTE_VALUE,GEOLOGY_HIERARCHIES,CONTINENT_OCEAN,SEA,COUNTRY,STATE_PROV,QUAD,COUNTY,ISLAND_GROUP,ISLAND,FEATURE,DRAINAGE,SPEC_LOCALITY,MINIMUM_ELEVATION,MAXIMUM_ELEVATION,ORIG_ELEV_UNITS,HABITAT,GEOREFERENCE_SOURCE,ISGEOREFERENCED,MIN_MAX_ERROR,MAX_MAX_ERROR,MAX_ERROR_UNITS,LOCALITY_REMARKS,COLL_ROLE,COLL,PARTNAME,ATTRIBUTE_TYPE_PLACEHOLDER_1,AGE_CLASS,PART_ATTRIBUTE,PART_ATTRIBUTE_VALUE,PART_REMARK,OCR_TEXT,TYPE_STATUS,MEDIA_TYPE,ID_REFERENCES,NEWQUERY&ATTRIBUTE_TYPE_PLACEHOLDER_1=age_class&ACTION=nothing&NEXT=colorByCollection&GEOLOGY_HIERARCHIES=1&NEWQUERY=1&INCLUDETIMESPAN=0&groupBy=year
 ffdss                  | 2014-Aleocharinae                                      | http://arctos.database.museum/SpecimenResultsSummary.cfm?&begin_made_date=2014&identified_agent=klimaszewski&groupBy=scientific_name
 kmdaly                 | 1966                                                   | http://arctos.database.museum/SpecimenResultsSummary.cfm?BEGYEAR=1966&TGTFORM=SpecimenResultsSummary.cfm&ENDYEAR=1966&SCIENTIFIC_NAME_SCOPE=currentID&MAX_ERROR_UNITS=m&NEXT=colorByCollection&OIDOPER=IS&NEWQUERY=1&GEOLOGY_HIERARCHIES=1&FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,COLLECTION_ID,LISTCATNUM,GUID,ANYID,OIDOPER,OIDNUM,ACCN_NUMBER,ACCN_AGENCY,SCIENTIFIC_NAME,SCIENTIFIC_NAME_SCOPE,SCIENTIFIC_NAME_MATCH_TYPE,TAXON_NAME,COMMON_NAME,NATURE_OF_ID,IDENTIFIED_AGENT,TAXA_FORMULA,IDENTIFICATION_REMARKS,KINGDOM,PHYLUM,PHYLCLASS,PHYLORDER,FAMILY,SUBFAMILY,TRIBE,SUBTRIBE,GENUS,SPECIES,SUBSPECIES,ANY_GEOG,SQ_ERROR,SELECTEDCOORDS,NELAT,NELONG,SWLAT,SWLONG,GEOLOGY_ATTRIBUTE,GEOLOGY_ATTRIBUTE_VALUE,GEOLOGY_HIERARCHIES,CONTINENT_OCEAN,SEA,COUNTRY,STATE_PROV,QUAD,COUNTY,ISLAND_GROUP,ISLAND,FEATURE,SPEC_LOCALITY,MINIMUM_ELEVATION,MAXIMUM_ELEVATION,ORIG_ELEV_UNITS,HABITAT,ISGEOREFERENCED,MIN_MAX_ERROR,MAX_MAX_ERROR,MAX_ERROR_UNITS,LOCALITY_REMARKS,COLL_ROLE,COLL,BEGYEAR,BEGMON,BEGDAY,BEGDATE,ENDYEAR,ENDMON,ENDDAY,ENDDATE,CHRONOLOGICAL_EXTENT,SPECIMEN_EVENT_TYPE,SPECIMEN_EVENT_REMARK,COLLECTING_SOURCE,COLLECTING_METHOD,VERIFICATIONSTATUS,VERBATIM_LOCALITY,COLL_EVENT_REMARKS,PARTNAME,PART_ATTRIBUTE,PART_ATTRIBUTE_VALUE,PART_REMARK,ATTRIBUTE_TYPE_1,ATTOPER_1,ATTRIBUTE_VALUE_1,ATTRIBUTE_UNITS_1,ATTRIBUTE_REMARK,OCR_TEXT,TYPE_STATUS,MEDIA_TYPE,MEDIA_KEYWORDS,ID_REFERENCES,RELATEDOIDTYPE,RELATED_TERM_1,RELATED_TERM_VAL_1,BARCODE,ANYBARCODE,LOAN_NUMBER,PERMIT_ISSUED_BY,PERMIT_ISSUED_TO,PERMIT_TYPE,PERMIT_NUM,ENTERED_BY,LAST_EDIT_BY,PART_DISPOSITION,PRINT_FG,REMARK,COLL_OBJ_FLAGS,NEWQUERY&SCIENTIFIC_NAME_MATCH_TYPE=startswith&SHOWERRORS=0&COLLECTION_ID=12&ACTION=nothing&SQ_ERROR=false&METHOD=download&INCLUDETIMESPAN=0&groupBy=scientific_name,spec_locality
 kmdaly                 | 1966 KWP                                               | http://arctos.database.museum/SpecimenResultsSummary.cfm?BEGYEAR=1966&TGTFORM=SpecimenResultsSummary.cfm&ENDYEAR=1966&SCIENTIFIC_NAME_SCOPE=currentID&MAX_ERROR_UNITS=m&NEXT=colorByCollection&OIDOPER=IS&NEWQUERY=1&GEOLOGY_HIERARCHIES=1&FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,COLLECTION_ID,LISTCATNUM,GUID,ANYID,OIDOPER,OIDNUM,ACCN_NUMBER,ACCN_AGENCY,SCIENTIFIC_NAME,SCIENTIFIC_NAME_SCOPE,SCIENTIFIC_NAME_MATCH_TYPE,TAXON_NAME,COMMON_NAME,NATURE_OF_ID,IDENTIFIED_AGENT,TAXA_FORMULA,IDENTIFICATION_REMARKS,KINGDOM,PHYLUM,PHYLCLASS,PHYLORDER,FAMILY,SUBFAMILY,TRIBE,SUBTRIBE,GENUS,SPECIES,SUBSPECIES,ANY_GEOG,SQ_ERROR,SELECTEDCOORDS,NELAT,NELONG,SWLAT,SWLONG,GEOLOGY_ATTRIBUTE,GEOLOGY_ATTRIBUTE_VALUE,GEOLOGY_HIERARCHIES,CONTINENT_OCEAN,SEA,COUNTRY,STATE_PROV,QUAD,COUNTY,ISLAND_GROUP,ISLAND,FEATURE,SPEC_LOCALITY,MINIMUM_ELEVATION,MAXIMUM_ELEVATION,ORIG_ELEV_UNITS,HABITAT,ISGEOREFERENCED,MIN_MAX_ERROR,MAX_MAX_ERROR,MAX_ERROR_UNITS,LOCALITY_REMARKS,COLL_ROLE,COLL,BEGYEAR,BEGMON,BEGDAY,BEGDATE,ENDYEAR,ENDMON,ENDDAY,ENDDATE,CHRONOLOGICAL_EXTENT,SPECIMEN_EVENT_TYPE,SPECIMEN_EVENT_REMARK,COLLECTING_SOURCE,COLLECTING_METHOD,VERIFICATIONSTATUS,VERBATIM_LOCALITY,COLL_EVENT_REMARKS,PARTNAME,PART_ATTRIBUTE,PART_ATTRIBUTE_VALUE,PART_REMARK,ATTRIBUTE_TYPE_1,ATTOPER_1,ATTRIBUTE_VALUE_1,ATTRIBUTE_UNITS_1,ATTRIBUTE_REMARK,OCR_TEXT,TYPE_STATUS,MEDIA_TYPE,MEDIA_KEYWORDS,ID_REFERENCES,RELATEDOIDTYPE,RELATED_TERM_1,RELATED_TERM_VAL_1,BARCODE,ANYBARCODE,LOAN_NUMBER,PERMIT_ISSUED_BY,PERMIT_ISSUED_TO,PERMIT_TYPE,PERMIT_NUM,ENTERED_BY,LAST_EDIT_BY,PART_DISPOSITION,PRINT_FG,REMARK,COLL_OBJ_FLAGS,NEWQUERY&SCIENTIFIC_NAME_MATCH_TYPE=startswith&SHOWERRORS=0&COLLECTION_ID=12&ACTION=nothing&SQ_ERROR=false&METHOD=download&INCLUDETIMESPAN=0&groupBy=scientific_name,spec_locality
 brandi                 | CRP summary                                            | http://arctos.database.museum/SpecimenResultsSummary.cfm?&cataloged_item_type=specimen&collection_id=4&phylorder=Araneae&begYear=2006&endYear=2007&groupBy=scientific_name
 brandi                 | CRP species                                            | http://arctos.database.museum/SpecimenResultsSummary.cfm?&cataloged_item_type=specimen&collection_id=4&phylorder=Araneae&begYear=2006&endYear=2007&verbatim_locality=CRP&groupBy=scientific_name
 csaltzberg             | 1472523783051                                          | http://arctos.database.museum/SpecimenResultsSummary.cfm?CATALOGED_ITEM_TYPE=specimen&NEWQUERY=1&SCIENTIFIC_NAME_SCOPE=currentID&INCLUDETIMESPAN=0&ACTION=nothing&TGTFORM=SpecimenResultsSummary.cfm&PHYLORDER=Rodentia&FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,COLLECTION_ID,LISTCATNUM,GUID,ANYID,SCIENTIFIC_NAME,SCIENTIFIC_NAME_SCOPE,SCIENTIFIC_NAME_MATCH_TYPE,TAXON_NAME,COMMON_NAME,NATURE_OF_ID,IDENTIFIED_AGENT,TAXA_FORMULA,IDENTIFICATION_REMARKS,KINGDOM,PHYLUM,PHYLCLASS,PHYLORDER,FAMILY,SUBFAMILY,TRIBE,SUBTRIBE,GENUS,SPECIES,SUBSPECIES,ANY_GEOG,COLL_ROLE,COLL,PARTNAME,TYPE_STATUS,MEDIA_TYPE,ID_REFERENCES,NEWQUERY&METHOD=download&COLLECTION_ID=28&SHOWERRORS=0&NEXT=colorByCollection&SCIENTIFIC_NAME_MATCH_TYPE=startswith&groupBy=family
 gsantolo               | Egg_Collection                                         | http://arctos.database.museum/SpecimenResultsSummary.cfm?&cataloged_item_type=specimen&part_name=egg&groupBy=scientific_name
 jcdutler               | Dutler Arctic Fox Cranium 1                            | http://arctos.database.museum/SpecimenResultsSummary.cfm?&cataloged_item_type=specimen&scientific_name=Vulpes%20lagopus&scientific_name_scope=currentID&scientific_name_match_type=startswith&taxon_name=Vulpes lagopus&Common_Name=Arctic%20Fox&groupBy=collection_object_id,scientific_name,year
 jcdutler               | Dutler Arctic Fox 1                                    | http://arctos.database.museum/SpecimenResultsSummary.cfm?&cataloged_item_type=specimen&scientific_name=Vulpes%20lagopus&scientific_name_scope=currentID&scientific_name_match_type=startswith&taxon_name=Vulpes lagopus&Common_Name=Arctic%20Fox&groupBy=collection_object_id,scientific_name,year
 campmlc                | DGR_all_taxa_2015                                      | http://arctos.database.museum/SpecimenResultsSummary.cfm?&collection_id=18,20,19,14,27&is_tissue=1&groupBy=collection_object_id,phylclass,phylorder,family,genus,scientific_name
 ffdss                  | AK-Cantharidae                                         | http://arctos.database.museum/SpecimenResultsSummary.cfm?&collection_id=46,50,4&family=cantharidae&groupBy=collection_object_id,family,scientific_name
 ffdss                  | AK-Hymenoptera                                         | http://arctos.database.museum/SpecimenResultsSummary.cfm?&collection_id=46,50,4&phylorder=Hymenoptera&state_prov=Alaska&groupBy=phylorder,family,scientific_name
 ffdss                  | Alpine-project-sites                                   | http://arctos.database.museum/SpecimenResultsSummary.cfm?&collection_id=4&accn_number=alpine&groupBy=collection_object_id,spec_locality
 ffdss                  | Tick-list-AK                                           | http://arctos.database.museum/SpecimenResultsSummary.cfm?&collection_id=4&accn_number=ticks&groupBy=scientific_name
 ffdss                  | USFWS-St-Matthew-spp-list                              | http://arctos.database.museum/SpecimenResultsSummary.cfm?&collection_id=4&accn_number=UAM-2012.16-StMatt-Ento&groupBy=phylclass,phylorder,family,scientific_name
 ffdss                  | UAM-Insects-since-2000                                 | http://arctos.database.museum/SpecimenResultsSummary.cfm?&collection_id=4&begYear=2000&groupBy=collection_object_id,phylclass,phylorder,family,formatted_scientific_name,individualcount
 ffdss                  | AK-psyllids                                            | http://arctos.database.museum/SpecimenResultsSummary.cfm?&collection_id=4&family=Psyllidae&groupBy=family,scientific_name
 ffdss                  | UAM-AK-Syrphidae                                       | http://arctos.database.museum/SpecimenResultsSummary.cfm?&collection_id=4&family=Syrphidae&groupBy=collection_object_id,family,scientific_name,identifiedby
 slmeierotto            | Diptera                                                | http://arctos.database.museum/SpecimenResultsSummary.cfm?&collection_id=4&phylorder=Diptera&groupBy=family
 ffdss                  | Kasatochi                                              | http://arctos.database.museum/SpecimenResultsSummary.cfm?&collection_id=50,4&spec_locality=Kasatochi&groupBy=phylclass,phylorder,family,scientific_name
 dlm                    | uamfrozencountrystate                                  | http://arctos.database.museum/SpecimenResultsSummary.cfm?&collection_id=75,39,2,21,50,76,42,10,40,6,3,4,11,13,1&part_name=frozen&groupBy=country,state_prov
 dlm                    | frozenplacetaxa                                        | http://arctos.database.museum/SpecimenResultsSummary.cfm?&collection_id=75,39,2,21,50,76,42,10,40,6,3,4,11,13,1&part_name=frozen&groupBy=family,genus,scientific_name,country,state_prov
 kmdaly                 | allKWP                                                 | http://arctos.database.museum/SpecimenResultsSummary.cfm?COLL=Kenelm&FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,COLLECTION_ID,LISTCATNUM,GUID,ANYID,OIDOPER,OIDNUM,ACCN_NUMBER,ACCN_AGENCY,SCIENTIFIC_NAME,SCIENTIFIC_NAME_SCOPE,SCIENTIFIC_NAME_MATCH_TYPE,TAXON_NAME,COMMON_NAME,NATURE_OF_ID,IDENTIFIED_AGENT,TAXA_FORMULA,IDENTIFICATION_REMARKS,KINGDOM,PHYLUM,PHYLCLASS,PHYLORDER,FAMILY,SUBFAMILY,TRIBE,SUBTRIBE,GENUS,SPECIES,SUBSPECIES,ANY_GEOG,SQ_ERROR,SELECTEDCOORDS,NELAT,NELONG,SWLAT,SWLONG,GEOLOGY_ATTRIBUTE,GEOLOGY_ATTRIBUTE_VALUE,GEOLOGY_HIERARCHIES,CONTINENT_OCEAN,SEA,COUNTRY,STATE_PROV,QUAD,COUNTY,ISLAND_GROUP,ISLAND,FEATURE,SPEC_LOCALITY,MINIMUM_ELEVATION,MAXIMUM_ELEVATION,ORIG_ELEV_UNITS,HABITAT,ISGEOREFERENCED,MIN_MAX_ERROR,MAX_MAX_ERROR,MAX_ERROR_UNITS,LOCALITY_REMARKS,COLL_ROLE,COLL,BEGYEAR,BEGMON,BEGDAY,BEGDATE,ENDYEAR,ENDMON,ENDDAY,ENDDATE,CHRONOLOGICAL_EXTENT,SPECIMEN_EVENT_TYPE,SPECIMEN_EVENT_REMARK,COLLECTING_SOURCE,COLLECTING_METHOD,VERIFICATIONSTATUS,VERBATIM_LOCALITY,COLL_EVENT_REMARKS,PARTNAME,PART_ATTRIBUTE,PART_ATTRIBUTE_VALUE,PART_REMARK,ATTRIBUTE_TYPE_1,ATTOPER_1,ATTRIBUTE_VALUE_1,ATTRIBUTE_UNITS_1,ATTRIBUTE_REMARK,OCR_TEXT,TYPE_STATUS,MEDIA_TYPE,MEDIA_KEYWORDS,ID_REFERENCES,RELATEDOIDTYPE,RELATED_TERM_1,RELATED_TERM_VAL_1,BARCODE,ANYBARCODE,LOAN_NUMBER,PERMIT_ISSUED_BY,PERMIT_ISSUED_TO,PERMIT_TYPE,PERMIT_NUM,ENTERED_BY,LAST_EDIT_BY,PART_DISPOSITION,PRINT_FG,REMARK,COLL_OBJ_FLAGS,NEWQUERY&OIDOPER=IS&METHOD=download&MAX_ERROR_UNITS=m&ACTION=nothing&INCLUDETIMESPAN=0&COLLECTION_ID=12&SQ_ERROR=false&SCIENTIFIC_NAME_MATCH_TYPE=startswith&SHOWERRORS=0&NEWQUERY=1&GEOLOGY_HIERARCHIES=1&SCIENTIFIC_NAME_SCOPE=currentID&NEXT=colorByCollection&TGTFORM=SpecimenResultsSummary.cfm&groupBy=scientific_name,individualcount
 ffdss                  | AK-Arthropoda-checklist-2016-01-14                     | http://arctos.database.museum/SpecimenResultsSummary.cfm?END_ENTERED_DATE=2016-01-14&SPECIES=NOTNULL&ACTION=nothing&SCIENTIFIC_NAME_SCOPE=currentID&INCLUDETIMESPAN=0&TGTFORM=SpecimenResultsSummary.cfm&BEG_ENTERED_DATE=1900-01-01&TAXA_FORMULA=A&MAX_ERROR_UNITS=m&GEOLOGY_HIERARCHIES=1&COLLECTION_ID=46,12,50,4&PHYLUM=Arthropoda&OIDOPER=IS&NEXT=colorByCollection&NEWQUERY=1&FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,COLLECTION_ID,LISTCATNUM,GUID,ANYID,OIDOPER,OIDNUM,ACCN_NUMBER,ACCN_AGENCY,SCIENTIFIC_NAME,SCIENTIFIC_NAME_SCOPE,SCIENTIFIC_NAME_MATCH_TYPE,TAXON_NAME,COMMON_NAME,NATURE_OF_ID,IDENTIFIED_AGENT,TAXA_FORMULA,IDENTIFICATION_REMARKS,KINGDOM,PHYLUM,PHYLCLASS,PHYLORDER,FAMILY,SUBFAMILY,TRIBE,SUBTRIBE,GENUS,SPECIES,SUBSPECIES,ANY_GEOG,GEOLOGY_ATTRIBUTE,GEOLOGY_ATTRIBUTE_VALUE,GEOLOGY_HIERARCHIES,CONTINENT_OCEAN,SEA,COUNTRY,STATE_PROV,QUAD,COUNTY,ISLAND_GROUP,ISLAND,FEATURE,SPEC_LOCALITY,MINIMUM_ELEVATION,MAXIMUM_ELEVATION,ORIG_ELEV_UNITS,HABITAT,ISGEOREFERENCED,MIN_MAX_ERROR,MAX_MAX_ERROR,MAX_ERROR_UNITS,LOCALITY_REMARKS,COLL_ROLE,COLL,BEGYEAR,BEGMON,BEGDAY,BEGDATE,ENDYEAR,ENDMON,ENDDAY,ENDDATE,CHRONOLOGICAL_EXTENT,SPECIMEN_EVENT_TYPE,SPECIMEN_EVENT_REMARK,COLLECTING_SOURCE,COLLECTING_METHOD,VERIFICATIONSTATUS,VERBATIM_LOCALITY,COLL_EVENT_REMARKS,PARTNAME,TYPE_STATUS,MEDIA_TYPE,ID_REFERENCES,BARCODE,ANYBARCODE,LOAN_NUMBER,PERMIT_ISSUED_BY,PERMIT_ISSUED_TO,PERMIT_TYPE,PERMIT_NUM,ENTERED_BY,LAST_EDIT_BY,PART_DISPOSITION,PRINT_FG,REMARK,COLL_OBJ_FLAGS,NEWQUERY&METHOD=download&SHOWERRORS=0&STATE_PROV=Alaska&SCIENTIFIC_NAME_MATCH_TYPE=startswith&groupBy=phylclass,phylorder,family,scientific_name,individualcount
 ebraker                | Sciurudae Summary                                      | http://arctos.database.museum/SpecimenResultsSummary.cfm?&family=sciuridae&groupBy=collection_object_id,genus
 jrykken                | AK syrphids                                            | http://arctos.database.museum/SpecimenResultsSummary.cfm?FAMILY=Syrphidae&SHOWERRORS=0&TGTFORM=SpecimenResultsSummary.cfm&SCIENTIFIC_NAME_MATCH_TYPE=startswith&NEWQUERY=1&FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,LISTCATNUM,GUID,ANYID,SCIENTIFIC_NAME,SCIENTIFIC_NAME_SCOPE,SCIENTIFIC_NAME_MATCH_TYPE,TAXON_NAME,COMMON_NAME,NATURE_OF_ID,IDENTIFIED_AGENT,TAXA_FORMULA,IDENTIFICATION_REMARKS,KINGDOM,PHYLUM,PHYLCLASS,PHYLORDER,FAMILY,SUBFAMILY,TRIBE,SUBTRIBE,GENUS,SPECIES,SUBSPECIES,ANY_GEOG,COLL_ROLE,COLL,PARTNAME,TYPE_STATUS,MEDIA_TYPE,ID_REFERENCES,NEWQUERY&METHOD=download&NEXT=colorByCollection&ANY_GEOG=Alaska&SCIENTIFIC_NAME_SCOPE=currentID&ACTION=nothing&INCLUDETIMESPAN=0&groupBy=subfamily,genus,scientific_name
 ffdss                  | Lewis-IDs-all                                          | http://arctos.database.museum/SpecimenResultsSummary.cfm?FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,LISTCATNUM,GUID,ANYID,OIDOPER,OIDNUM,ACCN_NUMBER,ACCN_AGENCY,SCIENTIFIC_NAME,SCIENTIFIC_NAME_SCOPE,SCIENTIFIC_NAME_MATCH_TYPE,TAXON_NAME,COMMON_NAME,NATURE_OF_ID,IDENTIFIED_AGENT,TAXA_FORMULA,IDENTIFICATION_REMARKS,KINGDOM,PHYLUM,PHYLCLASS,PHYLORDER,FAMILY,SUBFAMILY,TRIBE,SUBTRIBE,GENUS,SPECIES,SUBSPECIES,ANY_GEOG,COLL_ROLE,COLL,PARTNAME,TYPE_STATUS,MEDIA_TYPE,ID_REFERENCES,BARCODE,ANYBARCODE,LOAN_NUMBER,PERMIT_ISSUED_BY,PERMIT_ISSUED_TO,PERMIT_TYPE,PERMIT_NUM,ENTERED_BY,LAST_EDIT_BY,PART_DISPOSITION,PRINT_FG,REMARK,COLL_OBJ_FLAGS,NEWQUERY&OIDOPER=IS&NEWQUERY=1&TGTFORM=SpecimenResultsSummary.cfm&ACCN_NUMBER=lewis&ACTION=nothing&METHOD=download&INCLUDETIMESPAN=0&SHOWERRORS=0&SCIENTIFIC_NAME_MATCH_TYPE=startswith&NEXT=colorByCollection&SCIENTIFIC_NAME_SCOPE=currentID&groupBy=phylum,phylclass,phylorder,family,scientific_name,individualcount
 ffdss                  | Dall-beetles-pitfalls                                  | http://arctos.database.museum/SpecimenResultsSummary.cfm?FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,LISTCATNUM,GUID,ANYID,OIDOPER,OIDNUM,ACCN_NUMBER,ACCN_AGENCY,SCIENTIFIC_NAME,SCIENTIFIC_NAME_SCOPE,SCIENTIFIC_NAME_MATCH_TYPE,TAXON_NAME,COMMON_NAME,NATURE_OF_ID,IDENTIFIED_AGENT,TAXA_FORMULA,IDENTIFICATION_REMARKS,KINGDOM,PHYLUM,PHYLCLASS,PHYLORDER,FAMILY,SUBFAMILY,TRIBE,SUBTRIBE,GENUS,SPECIES,SUBSPECIES,ANY_GEOG,GEOLOGY_ATTRIBUTE,GEOLOGY_ATTRIBUTE_VALUE,GEOLOGY_HIERARCHIES,CONTINENT_OCEAN,SEA,COUNTRY,STATE_PROV,QUAD,COUNTY,ISLAND_GROUP,ISLAND,FEATURE,SPEC_LOCALITY,MINIMUM_ELEVATION,MAXIMUM_ELEVATION,ORIG_ELEV_UNITS,HABITAT,ISGEOREFERENCED,MIN_MAX_ERROR,MAX_MAX_ERROR,MAX_ERROR_UNITS,LOCALITY_REMARKS,COLL_ROLE,COLL,BEGYEAR,BEGMON,BEGDAY,BEGDATE,ENDYEAR,ENDMON,ENDDAY,ENDDATE,CHRONOLOGICAL_EXTENT,SPECIMEN_EVENT_TYPE,SPECIMEN_EVENT_REMARK,COLLECTING_SOURCE,COLLECTING_METHOD,VERIFICATIONSTATUS,VERBATIM_LOCALITY,COLL_EVENT_REMARKS,PARTNAME,TYPE_STATUS,MEDIA_TYPE,ID_REFERENCES,BARCODE,ANYBARCODE,LOAN_NUMBER,PERMIT_ISSUED_BY,PERMIT_ISSUED_TO,PERMIT_TYPE,PERMIT_NUM,ENTERED_BY,LAST_EDIT_BY,PART_DISPOSITION,PRINT_FG,REMARK,COLL_OBJ_FLAGS,NEWQUERY&SPEC_LOCALITY=dall&INCLUDETIMESPAN=0&METHOD=download&ACCN_NUMBER=alpine&GEOLOGY_HIERARCHIES=1&SCIENTIFIC_NAME_SCOPE=currentID&NEWQUERY=1&MAX_ERROR_UNITS=m&OIDOPER=IS&SCIENTIFIC_NAME_MATCH_TYPE=startswith&NEXT=colorByCollection&TGTFORM=SpecimenResultsSummary.cfm&SHOWERRORS=0&PHYLORDER=Coleoptera&ACTION=nothing&COLLECTING_METHOD=pitfall&groupBy=family,scientific_name,individualcount
 jrykken                | AK Apidae                                              | http://arctos.database.museum/SpecimenResultsSummary.cfm?FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,LISTCATNUM,GUID,ANYID,SCIENTIFIC_NAME,SCIENTIFIC_NAME_SCOPE,SCIENTIFIC_NAME_MATCH_TYPE,TAXON_NAME,COMMON_NAME,NATURE_OF_ID,IDENTIFIED_AGENT,TAXA_FORMULA,IDENTIFICATION_REMARKS,KINGDOM,PHYLUM,PHYLCLASS,PHYLORDER,FAMILY,SUBFAMILY,TRIBE,SUBTRIBE,GENUS,SPECIES,SUBSPECIES,ANY_GEOG,COLL_ROLE,COLL,PARTNAME,TYPE_STATUS,MEDIA_TYPE,ID_REFERENCES,NEWQUERY&NEWQUERY=1&NEXT=colorByCollection&SCIENTIFIC_NAME_MATCH_TYPE=startswith&FAMILY=apidae&SHOWERRORS=0&ANY_GEOG=alaska&SCIENTIFIC_NAME_SCOPE=currentID&TGTFORM=SpecimenResultsSummary.cfm&INCLUDETIMESPAN=0&ACTION=nothing&METHOD=download&groupBy=genus,scientific_name
 ffdss                  | AK-spp-by-yr                                           | http://arctos.database.museum/SpecimenResultsSummary.cfm?GEOLOGY_HIERARCHIES=1&SCIENTIFIC_NAME_MATCH_TYPE=startswith&TAXA_FORMULA=A&MAX_ERROR_UNITS=m&ACTION=nothing&NEWQUERY=1&SPECIES=NOTNULL&KINGDOM=animalia&NEXT=colorByCollection&FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,LISTCATNUM,GUID,ANYID,OIDOPER,OIDNUM,ACCN_NUMBER,ACCN_AGENCY,SCIENTIFIC_NAME,SCIENTIFIC_NAME_SCOPE,SCIENTIFIC_NAME_MATCH_TYPE,TAXON_NAME,COMMON_NAME,NATURE_OF_ID,IDENTIFIED_AGENT,TAXA_FORMULA,IDENTIFICATION_REMARKS,KINGDOM,PHYLUM,PHYLCLASS,PHYLORDER,FAMILY,SUBFAMILY,TRIBE,SUBTRIBE,GENUS,SPECIES,SUBSPECIES,ANY_GEOG,GEOLOGY_ATTRIBUTE,GEOLOGY_ATTRIBUTE_VALUE,GEOLOGY_HIERARCHIES,CONTINENT_OCEAN,SEA,COUNTRY,STATE_PROV,QUAD,COUNTY,ISLAND_GROUP,ISLAND,FEATURE,SPEC_LOCALITY,MINIMUM_ELEVATION,MAXIMUM_ELEVATION,ORIG_ELEV_UNITS,HABITAT,ISGEOREFERENCED,MIN_MAX_ERROR,MAX_MAX_ERROR,MAX_ERROR_UNITS,LOCALITY_REMARKS,COLL_ROLE,COLL,PARTNAME,TYPE_STATUS,MEDIA_TYPE,ID_REFERENCES,BARCODE,ANYBARCODE,LOAN_NUMBER,PERMIT_ISSUED_BY,PERMIT_ISSUED_TO,PERMIT_TYPE,PERMIT_NUM,ENTERED_BY,LAST_EDIT_BY,PART_DISPOSITION,PRINT_FG,REMARK,COLL_OBJ_FLAGS,NEWQUERY&TGTFORM=SpecimenResultsSummary.cfm&METHOD=download&INCLUDETIMESPAN=0&SCIENTIFIC_NAME_SCOPE=currentID&OIDOPER=IS&SHOWERRORS=0&groupBy=scientific_name,year
 ffdss                  | 10-WNV-AK-vectors                                      | http://arctos.database.museum/SpecimenResultsSummary.cfm?&identification_remarks=west%20nile&groupBy=scientific_name
 csaltzberg             | Rodent Family                                          | http://arctos.database.museum/SpecimenResultsSummary.cfm?INCLUDETIMESPAN=0&CATALOGED_ITEM_TYPE=specimen&COLLECTION_ID=28&SHOWERRORS=0&SCIENTIFIC_NAME_SCOPE=currentID&ACTION=nothing&TAXON_NAME=Rodentia&METHOD=download&TGTFORM=SpecimenResultsSummary.cfm&NEXT=colorByCollection&FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,COLLECTION_ID,LISTCATNUM,GUID,ANYID,SCIENTIFIC_NAME,SCIENTIFIC_NAME_SCOPE,SCIENTIFIC_NAME_MATCH_TYPE,TAXON_NAME,COMMON_NAME,NATURE_OF_ID,IDENTIFIED_AGENT,TAXA_FORMULA,IDENTIFICATION_REMARKS,KINGDOM,PHYLUM,PHYLCLASS,PHYLORDER,FAMILY,SUBFAMILY,TRIBE,SUBTRIBE,GENUS,SPECIES,SUBSPECIES,ANY_GEOG,COLL_ROLE,COLL,PARTNAME,TYPE_STATUS,MEDIA_TYPE,ID_REFERENCES,NEWQUERY&SCIENTIFIC_NAME_MATCH_TYPE=startswith&NEWQUERY=1&groupBy=family
 mkoo                   | 2007-2017 tissues cataloged?                           | http://arctos.database.museum/SpecimenResultsSummary.cfm?INCLUDETIMESPAN=0&IS_TISSUE=1&NEWQUERY=1&BEG_ENTERED_DATE=2007-01-01&GUID_PREFIX=MVZ:Herp,MVZ:Bird,MVZ:Mamm&TGTFORM=SpecimenResultsSummary.cfm&END_ENTERED_DATE=2017-01-01&SHOWERRORS=0&FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,IS_TISSUE,ACTION,GUID_PREFIX,LISTCATNUM,ANYID,CUSTOMOIDOPER,CUSTOMIDENTIFIERVALUE,CUSTOM_ID_PREFIX,CUSTOM_ID_NUMBER,CUSTOM_ID_SUFFIX,TAXON_NAME,ANY_GEOG,COLL_ROLE,COLL,PARTNAME,TYPE_STATUS,MEDIA_TYPE,MEDIA_KEYWORDS,ID_REFERENCES,BARCODE,ANYBARCODE,LOAN_NUMBER,PERMIT_ISSUED_BY,PERMIT_ISSUED_TO,PERMIT_TYPE,PERMIT_NUM,ENTERED_BY,LAST_EDIT_BY,PART_DISPOSITION,PRINT_FG,REMARK,COLL_OBJ_FLAGS,NEWQUERY&NEXT=colorByCollection&ACTION=nothing&METHOD=download&groupBy=year
 jrykken                | AK Andrenidae                                          | http://arctos.database.museum/SpecimenResultsSummary.cfm?INCLUDETIMESPAN=0&SHOWERRORS=0&FAMILY=andrenidae&ACTION=nothing&ANY_GEOG=alaska&SCIENTIFIC_NAME_MATCH_TYPE=startswith&TGTFORM=SpecimenResultsSummary.cfm&NEXT=colorByCollection&METHOD=download&SCIENTIFIC_NAME_SCOPE=currentID&FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,LISTCATNUM,GUID,ANYID,SCIENTIFIC_NAME,SCIENTIFIC_NAME_SCOPE,SCIENTIFIC_NAME_MATCH_TYPE,TAXON_NAME,COMMON_NAME,NATURE_OF_ID,IDENTIFIED_AGENT,TAXA_FORMULA,IDENTIFICATION_REMARKS,KINGDOM,PHYLUM,PHYLCLASS,PHYLORDER,FAMILY,SUBFAMILY,TRIBE,SUBTRIBE,GENUS,SPECIES,SUBSPECIES,ANY_GEOG,COLL_ROLE,COLL,PARTNAME,TYPE_STATUS,MEDIA_TYPE,ID_REFERENCES,NEWQUERY&NEWQUERY=1&groupBy=genus,scientific_name
 ffdss                  | DNA-Barcode-UAMU-taxa                                  | http://arctos.database.museum/SpecimenResultsSummary.cfm?&loan_number=UAM.2015.015.Ento&groupBy=collection_object_id,phylorder,family,scientific_name
 kmdaly                 | Pyralidae in UAM                                       | http://arctos.database.museum/SpecimenResultsSummary.cfm?MAX_ERROR_UNITS=m&FAMILY=Pyralidae&SCIENTIFIC_NAME_SCOPE=currentID&INCLUDETIMESPAN=0&NEXT=colorByCollection&FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,LISTCATNUM,GUID,ANYID,OIDOPER,OIDNUM,ACCN_NUMBER,ACCN_AGENCY,SCIENTIFIC_NAME,SCIENTIFIC_NAME_SCOPE,SCIENTIFIC_NAME_MATCH_TYPE,TAXON_NAME,COMMON_NAME,NATURE_OF_ID,IDENTIFIED_AGENT,TAXA_FORMULA,IDENTIFICATION_REMARKS,KINGDOM,PHYLUM,PHYLCLASS,PHYLORDER,FAMILY,SUBFAMILY,TRIBE,SUBTRIBE,GENUS,SPECIES,SUBSPECIES,ANY_GEOG,SQ_ERROR,SELECTEDCOORDS,NELAT,NELONG,SWLAT,SWLONG,GEOLOGY_ATTRIBUTE,GEOLOGY_ATTRIBUTE_VALUE,GEOLOGY_HIERARCHIES,CONTINENT_OCEAN,SEA,COUNTRY,STATE_PROV,QUAD,COUNTY,ISLAND_GROUP,ISLAND,FEATURE,SPEC_LOCALITY,MINIMUM_ELEVATION,MAXIMUM_ELEVATION,ORIG_ELEV_UNITS,HABITAT,ISGEOREFERENCED,MIN_MAX_ERROR,MAX_MAX_ERROR,MAX_ERROR_UNITS,LOCALITY_REMARKS,COLL_ROLE,COLL,BEGYEAR,BEGMON,BEGDAY,BEGDATE,ENDYEAR,ENDMON,ENDDAY,ENDDATE,CHRONOLOGICAL_EXTENT,SPECIMEN_EVENT_TYPE,SPECIMEN_EVENT_REMARK,COLLECTING_SOURCE,COLLECTING_METHOD,VERIFICATIONSTATUS,VERBATIM_LOCALITY,COLL_EVENT_REMARKS,PARTNAME,PART_ATTRIBUTE,PART_ATTRIBUTE_VALUE,PART_REMARK,ATTRIBUTE_TYPE_1,ATTOPER_1,ATTRIBUTE_VALUE_1,ATTRIBUTE_UNITS_1,ATTRIBUTE_REMARK,OCR_TEXT,TYPE_STATUS,MEDIA_TYPE,MEDIA_KEYWORDS,ID_REFERENCES,RELATEDOIDTYPE,RELATED_TERM_1,RELATED_TERM_VAL_1,BARCODE,ANYBARCODE,LOAN_NUMBER,PERMIT_ISSUED_BY,PERMIT_ISSUED_TO,PERMIT_TYPE,PERMIT_NUM,ENTERED_BY,LAST_EDIT_BY,PART_DISPOSITION,PRINT_FG,REMARK,COLL_OBJ_FLAGS,NEWQUERY&SCIENTIFIC_NAME_MATCH_TYPE=startswith&SHOWERRORS=0&GEOLOGY_HIERARCHIES=1&NEWQUERY=1&SQ_ERROR=false&OIDOPER=IS&TGTFORM=SpecimenResultsSummary.cfm&ACTION=nothing&METHOD=download&groupBy=family,scientific_name,identifiedby,spec_locality,year
 mbowser                | AlaskaLestes                                           | http://arctos.database.museum/SpecimenResultsSummary.cfm?MAX_ERROR_UNITS=m&FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,LISTCATNUM,ANYID,GUID,OIDOPER,OIDNUM,ACCN_NUMBER,ACCN_AGENCY,TAXON_NAME,ANY_GEOG,GEOLOGY_ATTRIBUTE,GEOLOGY_ATTRIBUTE_VALUE,GEOLOGY_HIERARCHIES,CONTINENT_OCEAN,SEA,COUNTRY,STATE_PROV,QUAD,COUNTY,ISLAND_GROUP,ISLAND,FEATURE,SPEC_LOCALITY,MINIMUM_ELEVATION,MAXIMUM_ELEVATION,ORIG_ELEV_UNITS,HABITAT,ISGEOREFERENCED,MIN_MAX_ERROR,MAX_MAX_ERROR,MAX_ERROR_UNITS,LOCALITY_REMARKS,COLL_ROLE,COLL,PARTNAME,TYPE_STATUS,MEDIA_TYPE,ID_REFERENCES,BARCODE,NEWQUERY&NEXT=colorByCollection&TAXON_NAME=lestes&TGTFORM=SpecimenResultsSummary.cfm&STATE_PROV=Alaska&INCLUDETIMESPAN=0&ACTION=nothing&NEWQUERY=1&OIDOPER=IS&SHOWERRORS=0&METHOD=download&GEOLOGY_HIERARCHIES=1&groupBy=scientific_name
 mbowser                | Alaska_Geophilomorpha                                  | http://arctos.database.museum/SpecimenResultsSummary.cfm?MAX_ERROR_UNITS=m&NEXT=colorByCollection&PHYLORDER=Geophilomorpha&FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,LISTCATNUM,GUID,ANYID,SCIENTIFIC_NAME,SCIENTIFIC_NAME_SCOPE,SCIENTIFIC_NAME_MATCH_TYPE,TAXON_NAME,COMMON_NAME,NATURE_OF_ID,IDENTIFIED_AGENT,TAXA_FORMULA,IDENTIFICATION_REMARKS,KINGDOM,PHYLUM,PHYLCLASS,PHYLORDER,FAMILY,SUBFAMILY,TRIBE,SUBTRIBE,GENUS,SPECIES,SUBSPECIES,ANY_GEOG,GEOLOGY_ATTRIBUTE,GEOLOGY_ATTRIBUTE_VALUE,GEOLOGY_HIERARCHIES,CONTINENT_OCEAN,SEA,COUNTRY,STATE_PROV,QUAD,COUNTY,ISLAND_GROUP,ISLAND,FEATURE,SPEC_LOCALITY,MINIMUM_ELEVATION,MAXIMUM_ELEVATION,ORIG_ELEV_UNITS,HABITAT,ISGEOREFERENCED,MIN_MAX_ERROR,MAX_MAX_ERROR,MAX_ERROR_UNITS,LOCALITY_REMARKS,COLL_ROLE,COLL,PARTNAME,TYPE_STATUS,MEDIA_TYPE,ID_REFERENCES,BARCODE,NEWQUERY&GEOLOGY_HIERARCHIES=1&SCIENTIFIC_NAME_SCOPE=currentID&STATE_PROV=Alaska&SHOWERRORS=0&SCIENTIFIC_NAME_MATCH_TYPE=startswith&INCLUDETIMESPAN=0&TGTFORM=SpecimenResultsSummary.cfm&METHOD=download&NEWQUERY=1&ACTION=nothing&groupBy=family,scientific_name
 mbowser                | Checklist_non-marine_arthropods_of_Alaska_species_all  | http://arctos.database.museum/SpecimenResultsSummary.cfm?MAX_ERROR_UNITS=m&SCIENTIFIC_NAME_SCOPE=currentID&OIDOPER=IS&INCLUDETIMESPAN=0&ACTION=nothing&NEWQUERY=1&SHOWERRORS=0&GEOLOGY_HIERARCHIES=1&COLLECTION_ID=46,12,50,4&STATE_PROV=Alaska&FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,COLLECTION_ID,LISTCATNUM,GUID,ANYID,OIDOPER,OIDNUM,ACCN_NUMBER,ACCN_AGENCY,SCIENTIFIC_NAME,SCIENTIFIC_NAME_SCOPE,SCIENTIFIC_NAME_MATCH_TYPE,TAXON_NAME,COMMON_NAME,NATURE_OF_ID,IDENTIFIED_AGENT,TAXA_FORMULA,IDENTIFICATION_REMARKS,KINGDOM,PHYLUM,PHYLCLASS,PHYLORDER,FAMILY,SUBFAMILY,TRIBE,SUBTRIBE,GENUS,SPECIES,SUBSPECIES,ANY_GEOG,GEOLOGY_ATTRIBUTE,GEOLOGY_ATTRIBUTE_VALUE,GEOLOGY_HIERARCHIES,CONTINENT_OCEAN,SEA,COUNTRY,STATE_PROV,QUAD,COUNTY,ISLAND_GROUP,ISLAND,FEATURE,SPEC_LOCALITY,MINIMUM_ELEVATION,MAXIMUM_ELEVATION,ORIG_ELEV_UNITS,HABITAT,ISGEOREFERENCED,MIN_MAX_ERROR,MAX_MAX_ERROR,MAX_ERROR_UNITS,LOCALITY_REMARKS,COLL_ROLE,COLL,PARTNAME,TYPE_STATUS,MEDIA_TYPE,ID_REFERENCES,BARCODE,NEWQUERY&PHYLUM=Arthropoda&SCIENTIFIC_NAME_MATCH_TYPE=startswith&METHOD=download&TGTFORM=SpecimenResultsSummary.cfm&SPECIES=NOTNULL&NEXT=colorByCollection&groupBy=phylclass,phylorder,family,scientific_name
 ffdss                  | UAM-Bembidion-2015-11-18                               | http://arctos.database.museum/SpecimenResultsSummary.cfm?METHOD=download&FIELDNAMES=TGTFORM,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,COLLECTION_ID,LISTCATNUM,GUID,ANYID,OIDOPER,OIDNUM,ACCN_NUMBER,ACCN_AGENCY,SCIENTIFIC_NAME,SCIENTIFIC_NAME_SCOPE,SCIENTIFIC_NAME_MATCH_TYPE,TAXON_NAME,COMMON_NAME,NATURE_OF_ID,IDENTIFIED_AGENT,TAXA_FORMULA,IDENTIFICATION_REMARKS,KINGDOM,PHYLUM,PHYLCLASS,PHYLORDER,FAMILY,SUBFAMILY,TRIBE,SUBTRIBE,GENUS,SPECIES,SUBSPECIES,ANY_GEOG,GEOLOGY_ATTRIBUTE,GEOLOGY_ATTRIBUTE_VALUE,GEOLOGY_HIERARCHIES,CONTINENT_OCEAN,SEA,COUNTRY,STATE_PROV,QUAD,COUNTY,ISLAND_GROUP,ISLAND,FEATURE,SPEC_LOCALITY,MINIMUM_ELEVATION,MAXIMUM_ELEVATION,ORIG_ELEV_UNITS,HABITAT,ISGEOREFERENCED,MIN_MAX_ERROR,MAX_MAX_ERROR,MAX_ERROR_UNITS,LOCALITY_REMARKS,COLL_ROLE,COLL,BEGYEAR,BEGMON,BEGDAY,BEGDATE,ENDYEAR,ENDMON,ENDDAY,ENDDATE,CHRONOLOGICAL_EXTENT,SPECIMEN_EVENT_TYPE,SPECIMEN_EVENT_REMARK,COLLECTING_SOURCE,COLLECTING_METHOD,VERIFICATIONSTATUS,VERBATIM_LOCALITY,COLL_EVENT_REMARKS,PARTNAME,TYPE_STATUS,MEDIA_TYPE,ID_REFERENCES,BARCODE,ANYBARCODE,LOAN_NUMBER,PERMIT_ISSUED_BY,PERMIT_ISSUED_TO,PERMIT_TYPE,PERMIT_NUM,ENTERED_BY,LAST_EDIT_BY,PART_DISPOSITION,PRINT_FG,REMARK,COLL_OBJ_FLAGS,NEWQUERY&SCIENTIFIC_NAME_SCOPE=currentID&MAX_ERROR_UNITS=m&GEOLOGY_HIERARCHIES=1&NEXT=colorByCollection&SHOWERRORS=0&SCIENTIFIC_NAME_MATCH_TYPE=startswith&OIDOPER=IS&INCLUDETIMESPAN=0&NEWQUERY=1&ACTION=nothing&GENUS=bembidion&TGTFORM=SpecimenResultsSummary.cfm&COLLECTION_ID=4&groupBy=scientific_name
 ssh960622@berkeley.edu | california giant salamander                            | http://arctos.database.museum/SpecimenResultsSummary.cfm?METHOD=download&SHOWERRORS=0&GUID_PREFIX=ALMNH:ES,ASNHC:Mamm,ASNHC:Herb,APSU:Herp,APSU:Bird,APSU:Fish,APSU:Mamm,UWBM:Herp,UWBM:Mamm,CRCM:Bird,CHAS:Herp,CHAS:Egg,CHAS:Bird,CHAS:ES,CHAS:EH,CHAS:Fish,CHAS:Ento,CHAS:Mamm,CHAS:Inv,CHAS:Herb,CHAS:Teach,COA:Herp,COA:Egg,COA:Bird,COA:Ento,COA:Mamm,DMNS:Herp,DMNS:Egg,DMNS:Bird,DMNS:Mamm,DMNS:Inv,DMNS:Para,HWML:Para,KNWR:Ento,KNWR:Inv,KNWR:Herb,KWP:Ento,MLZ:Egg,MLZ:Bird,MLZ:Mamm,MSB:Herp,MSB:Bird,MSB:Fish,MSB:Host,MSBObs:Mamm,MSB:Mamm,MSB:Para,MVZObs:Herp,MVZ:Herp,MVZ:Hild,MVZ:Egg,MVZObs:Bird,MVZ:Bird,MVZObs:Mamm,MVZ:Mamm,UMNH:Herp,UMNH:Bird,UMNH:Mamm,NMU:Herp,NMU:Bird,NMU:Mamm,NBSB:Bird,USNPC:Para,UAM:Alg,UAM:Herp,UAM:Arc,UAMObs:Bird,UAM:Bird,UAMb:Herb,UAM:ES,UAM:Env,UAM:EH,UAMObs:Fish,UAM:Fish,UAMObs:Ento,UAM:Ento,UAM:Inv,UAMObs:Mamm,UAM:Mamm,UAM:Herb,UC-SCFS:Bird,UC-SCFS:Mamm,UCM:Herp,UCM:Egg,UCM:Bird,UCM:Fish,UCM:Mamm,UCM:Obs,UMZM:Bird,UMZM:Mamm,UNR:Herp,UNR:Egg,UNR:Bird,UNR:Fish,UNR:Mamm,UNM:ES,UTEPObs:Herp,UTEP:HerpOS,UTEP:Herp,UTEP:Arc,UTEP:Bird,UTEP:ES,UTEP:Fish,UTEPObs:Ento,UTEP:Ento,UTEP:Inv,UTEP:Mamm,UTEP:Herb,UTEP:Teach,UTEP:Zoo,UWYMV:Herp,UWYMV:Bird,UWYMV:Fish,UWYMV:Mamm,WNMU:Bird,WNMU:Fish,WNMU:Mamm&ACTION=nothing&NEWQUERY=1&INCLUDETIMESPAN=0&NEXT=colorByCollection&FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,GUID_PREFIX,LISTCATNUM,ANYID,TAXON_NAME,ANY_GEOG,COLL_ROLE,COLL,PARTNAME,TYPE_STATUS,MEDIA_TYPE,ID_REFERENCES,NEWQUERY&TGTFORM=SpecimenResultsSummary.cfm&TAXON_NAME=california giant salamander&groupBy=year
 ffdss                  | AKCulicidae2017UAM                                     | http://arctos.database.museum/SpecimenResultsSummary.cfm?METHOD=download&STATE_PROV=Alaska&NEWQUERY=1&OIDOPER=IS&SCIENTIFIC_NAME_MATCH_TYPE=startswith&FIELDNAMES=TGTFORM,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,LISTCATNUM,ANYID,GUID,OIDOPER,OIDNUM,ACCN_NUMBER,ACCN_AGENCY,TAXON_NAME,SCIENTIFIC_NAME,SCIENTIFIC_NAME_SCOPE,SCIENTIFIC_NAME_MATCH_TYPE,COMMON_NAME,NATURE_OF_ID,IDENTIFIED_AGENT,TAXA_FORMULA,IDENTIFICATION_REMARKS,KINGDOM,PHYLUM,PHYLCLASS,PHYLORDER,FAMILY,SUBFAMILY,TRIBE,SUBTRIBE,GENUS,SPECIES,SUBSPECIES,ANY_GEOG,GEOLOGY_ATTRIBUTE,GEOLOGY_ATTRIBUTE_VALUE,GEOLOGY_HIERARCHIES,CONTINENT_OCEAN,SEA,COUNTRY,STATE_PROV,QUAD,COUNTY,ISLAND_GROUP,ISLAND,FEATURE,SPEC_LOCALITY,MINIMUM_ELEVATION,MAXIMUM_ELEVATION,ORIG_ELEV_UNITS,HABITAT,ISGEOREFERENCED,MIN_MAX_ERROR,MAX_MAX_ERROR,MAX_ERROR_UNITS,LOCALITY_REMARKS,COLL_ROLE,COLL,PARTNAME,TYPE_STATUS,MEDIA_TYPE,ID_REFERENCES,BARCODE,ANYBARCODE,LOAN_NUMBER,PERMIT_ISSUED_BY,PERMIT_ISSUED_TO,PERMIT_TYPE,PERMIT_NUM,ENTERED_BY,LAST_EDIT_BY,PART_DISPOSITION,PRINT_FG,REMARK,COLL_OBJ_FLAGS,NEWQUERY&MAX_ERROR_UNITS=m&SHOWERRORS=0&SCIENTIFIC_NAME_SCOPE=currentID&SPECIES=NOTNULL&FAMILY=culicidae&TAXA_FORMULA=A&INCLUDETIMESPAN=0&GEOLOGY_HIERARCHIES=1&NEXT=colorByCollection&ACTION=nothing&TGTFORM=SpecimenResultsSummary.cfm&groupBy=scientific_name
 ffdss                  | SE-AK-Staphylinidae                                    | http://arctos.database.museum/SpecimenResultsSummary.cfm?NELAT=59.89005651607757&ACTION=nothing&METHOD=download&SWLAT=53.88147548979922&NEXT=colorByCollection&SQ_ERROR=false&FAMILY=staphylinidae&INCLUDETIMESPAN=0&SELECTEDCOORDS=59.89005651607757, -128.513671875; 53.88147548979922, -137.970703125&SCIENTIFIC_NAME_SCOPE=currentID&TGTFORM=SpecimenResultsSummary.cfm&FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,LISTCATNUM,GUID,ANYID,SCIENTIFIC_NAME,SCIENTIFIC_NAME_SCOPE,SCIENTIFIC_NAME_MATCH_TYPE,TAXON_NAME,COMMON_NAME,NATURE_OF_ID,IDENTIFIED_AGENT,TAXA_FORMULA,IDENTIFICATION_REMARKS,KINGDOM,PHYLUM,PHYLCLASS,PHYLORDER,FAMILY,SUBFAMILY,TRIBE,SUBTRIBE,GENUS,SPECIES,SUBSPECIES,ANY_GEOG,SQ_ERROR,SELECTEDCOORDS,NELAT,NELONG,SWLAT,SWLONG,COLL_ROLE,COLL,PARTNAME,TYPE_STATUS,MEDIA_TYPE,ID_REFERENCES,BARCODE,ANYBARCODE,LOAN_NUMBER,PERMIT_ISSUED_BY,PERMIT_ISSUED_TO,PERMIT_TYPE,PERMIT_NUM,ENTERED_BY,LAST_EDIT_BY,PART_DISPOSITION,PRINT_FG,REMARK,COLL_OBJ_FLAGS,NEWQUERY&SWLONG=-137.970703125&SCIENTIFIC_NAME_MATCH_TYPE=startswith&NELONG=-128.513671875&SHOWERRORS=0&NEWQUERY=1&groupBy=scientific_name,individualcount
 kmdaly                 | KWP2003                                                | http://arctos.database.museum/SpecimenResultsSummary.cfm?NEWQUERY=1&MAX_ERROR_UNITS=m&ENDYEAR=2003&TGTFORM=SpecimenResultsSummary.cfm&SHOWERRORS=0&GEOLOGY_HIERARCHIES=1&SCIENTIFIC_NAME_SCOPE=currentID&METHOD=download&BEGYEAR=2003&ACTION=nothing&COLLECTION_ID=12&OIDOPER=IS&INCLUDETIMESPAN=0&NEXT=colorByCollection&SQ_ERROR=false&SCIENTIFIC_NAME_MATCH_TYPE=startswith&FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,COLLECTION_ID,LISTCATNUM,GUID,ANYID,OIDOPER,OIDNUM,ACCN_NUMBER,ACCN_AGENCY,SCIENTIFIC_NAME,SCIENTIFIC_NAME_SCOPE,SCIENTIFIC_NAME_MATCH_TYPE,TAXON_NAME,COMMON_NAME,NATURE_OF_ID,IDENTIFIED_AGENT,TAXA_FORMULA,IDENTIFICATION_REMARKS,KINGDOM,PHYLUM,PHYLCLASS,PHYLORDER,FAMILY,SUBFAMILY,TRIBE,SUBTRIBE,GENUS,SPECIES,SUBSPECIES,ANY_GEOG,SQ_ERROR,SELECTEDCOORDS,NELAT,NELONG,SWLAT,SWLONG,GEOLOGY_ATTRIBUTE,GEOLOGY_ATTRIBUTE_VALUE,GEOLOGY_HIERARCHIES,CONTINENT_OCEAN,SEA,COUNTRY,STATE_PROV,QUAD,COUNTY,ISLAND_GROUP,ISLAND,FEATURE,SPEC_LOCALITY,MINIMUM_ELEVATION,MAXIMUM_ELEVATION,ORIG_ELEV_UNITS,HABITAT,ISGEOREFERENCED,MIN_MAX_ERROR,MAX_MAX_ERROR,MAX_ERROR_UNITS,LOCALITY_REMARKS,COLL_ROLE,COLL,BEGYEAR,BEGMON,BEGDAY,BEGDATE,ENDYEAR,ENDMON,ENDDAY,ENDDATE,CHRONOLOGICAL_EXTENT,SPECIMEN_EVENT_TYPE,SPECIMEN_EVENT_REMARK,COLLECTING_SOURCE,COLLECTING_METHOD,VERIFICATIONSTATUS,VERBATIM_LOCALITY,COLL_EVENT_REMARKS,PARTNAME,PART_ATTRIBUTE,PART_ATTRIBUTE_VALUE,PART_REMARK,ATTRIBUTE_TYPE_1,ATTOPER_1,ATTRIBUTE_VALUE_1,ATTRIBUTE_UNITS_1,ATTRIBUTE_REMARK,OCR_TEXT,TYPE_STATUS,MEDIA_TYPE,MEDIA_KEYWORDS,ID_REFERENCES,RELATEDOIDTYPE,RELATED_TERM_1,RELATED_TERM_VAL_1,BARCODE,ANYBARCODE,LOAN_NUMBER,PERMIT_ISSUED_BY,PERMIT_ISSUED_TO,PERMIT_TYPE,PERMIT_NUM,ENTERED_BY,LAST_EDIT_BY,PART_DISPOSITION,PRINT_FG,REMARK,COLL_OBJ_FLAGS,NEWQUERY&groupBy=scientific_name,spec_locality
 ssh960622@berkeley.edu | slender salamanders by sci. name                       | http://arctos.database.museum/SpecimenResultsSummary.cfm?NEWQUERY=1&MAX_ERROR_UNITS=m&INCLUDETIMESPAN=0&FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,LISTCATNUM,ANYID,TAXON_NAME,ANY_GEOG,GEOLOGY_ATTRIBUTE,GEOLOGY_ATTRIBUTE_VALUE,GEOLOGY_HIERARCHIES,CONTINENT_OCEAN,SEA,COUNTRY,STATE_PROV,QUAD,COUNTY,ISLAND_GROUP,ISLAND,FEATURE,DRAINAGE,SPEC_LOCALITY,MINIMUM_ELEVATION,MAXIMUM_ELEVATION,ORIG_ELEV_UNITS,HABITAT,GEOREFERENCE_SOURCE,ISGEOREFERENCED,MIN_MAX_ERROR,MAX_MAX_ERROR,MAX_ERROR_UNITS,LOCALITY_REMARKS,COLL_ROLE,COLL,PARTNAME,ATTRIBUTE_TYPE_PLACEHOLDER_1,PART_ATTRIBUTE,PART_ATTRIBUTE_VALUE,PART_REMARK,OCR_TEXT,TYPE_STATUS,MEDIA_TYPE,ID_REFERENCES,NEWQUERY&METHOD=download&NEXT=colorByCollection&TGTFORM=SpecimenResultsSummary.cfm&COUNTRY=United States&TAXON_NAME=slender salamander&STATE_PROV=California&SHOWERRORS=0&ACTION=nothing&GEOLOGY_HIERARCHIES=1&groupBy=scientific_name
 mbowserpublic          | Juneauwillows                                          | http://arctos.database.museum/SpecimenResultsSummary.cfm?NEWQUERY=1&METHOD=download&MAX_ERROR_UNITS=m&SCIENTIFIC_NAME_MATCH_TYPE=startswith&SCIENTIFIC_NAME_SCOPE=currentID&INCLUDETIMESPAN=0&ANY_GEOG=Juneau&NEXT=colorByCollection&TGTFORM=SpecimenResultsSummary.cfm&SHOWERRORS=0&GEOLOGY_HIERARCHIES=1&FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,LISTCATNUM,GUID,ANYID,SCIENTIFIC_NAME,SCIENTIFIC_NAME_SCOPE,SCIENTIFIC_NAME_MATCH_TYPE,ANY_GEOG,GEOLOGY_ATTRIBUTE,GEOLOGY_ATTRIBUTE_VALUE,GEOLOGY_HIERARCHIES,CONTINENT_OCEAN,SEA,COUNTRY,STATE_PROV,QUAD,COUNTY,ISLAND_GROUP,ISLAND,FEATURE,SPEC_LOCALITY,MINIMUM_ELEVATION,MAXIMUM_ELEVATION,ORIG_ELEV_UNITS,HABITAT,ISGEOREFERENCED,MIN_MAX_ERROR,MAX_MAX_ERROR,MAX_ERROR_UNITS,LOCALITY_REMARKS,COLL_ROLE,COLL,PARTNAME,TYPE_STATUS,MEDIA_TYPE,ID_REFERENCES,NEWQUERY&SCIENTIFIC_NAME=Salix&ACTION=nothing&groupBy=scientific_name
 kmdaly                 | KWPNPSALL                                              | http://arctos.database.museum/SpecimenResultsSummary.cfm?NEWQUERY=1&SCIENTIFIC_NAME_SCOPE=currentID&TGTFORM=SpecimenResultsSummary.cfm&SCIENTIFIC_NAME_MATCH_TYPE=startswith&GEOLOGY_HIERARCHIES=1&ACTION=nothing&FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,GUID_PREFIX,LISTCATNUM,ANYID,GUID,OIDOPER,OIDNUM,ACCN_NUMBER,ACCN_AGENCY,TAXON_NAME,SCIENTIFIC_NAME,SCIENTIFIC_NAME_SCOPE,SCIENTIFIC_NAME_MATCH_TYPE,COMMON_NAME,NATURE_OF_ID,IDENTIFIED_AGENT,TAXA_FORMULA,IDENTIFICATION_REMARKS,KINGDOM,PHYLUM,PHYLCLASS,PHYLORDER,FAMILY,SUBFAMILY,TRIBE,SUBTRIBE,GENUS,SPECIES,SUBSPECIES,ANY_GEOG,SQ_ERROR,SELECTEDCOORDS,NELAT,NELONG,SWLAT,SWLONG,GEOLOGY_ATTRIBUTE,GEOLOGY_ATTRIBUTE_VALUE,GEOLOGY_HIERARCHIES,CONTINENT_OCEAN,SEA,COUNTRY,STATE_PROV,QUAD,COUNTY,ISLAND_GROUP,ISLAND,FEATURE,SPEC_LOCALITY,MINIMUM_ELEVATION,MAXIMUM_ELEVATION,ORIG_ELEV_UNITS,HABITAT,ISGEOREFERENCED,MIN_MAX_ERROR,MAX_MAX_ERROR,MAX_ERROR_UNITS,LOCALITY_REMARKS,COLL_ROLE,COLL,BEGYEAR,BEGMON,BEGDAY,BEGDATE,ENDYEAR,ENDMON,ENDDAY,ENDDATE,CHRONOLOGICAL_EXTENT,SPECIMEN_EVENT_TYPE,SPECIMEN_EVENT_REMARK,COLLECTING_SOURCE,COLLECTING_METHOD,VERIFICATIONSTATUS,VERBATIM_LOCALITY,COLL_EVENT_REMARKS,PARTNAME,PART_ATTRIBUTE,PART_ATTRIBUTE_VALUE,PART_REMARK,ATTRIBUTE_TYPE_1,ATTOPER_1,ATTRIBUTE_VALUE_1,ATTRIBUTE_UNITS_1,ATTRIBUTE_REMARK,OCR_TEXT,TYPE_STATUS,PROJECT_NAME,LOAN_PROJECT_NAME,PROJECT_SPONSOR,PUBLICATION_TITLE,PUBLICATION_DOI,ARCHIVE_NAME,MEDIA_TYPE,MEDIA_KEYWORDS,ID_REFERENCES,RELATEDOIDTYPE,RELATED_TERM_1,RELATED_TERM_VAL_1,BARCODE,ANYBARCODE,LOAN_NUMBER,PERMIT_ISSUED_BY,PERMIT_ISSUED_TO,PERMIT_TYPE,PERMIT_NUM,ENTERED_BY,LAST_EDIT_BY,PART_DISPOSITION,PRINT_FG,REMARK,COLL_OBJ_FLAGS,NEWQUERY&SQ_ERROR=false&NEXT=colorByCollection&OIDOPER=IS&MAX_ERROR_UNITS=m&GUID_PREFIX=KWP:Ento&INCLUDETIMESPAN=0&OIDNUM=NPS&METHOD=download&SHOWERRORS=0&groupBy=scientific_name,spec_locality,year
 mbowser                | UAM-2016_03-Kenai_grassland_NGS-Ento_summary           | http://arctos.database.museum/SpecimenResultsSummary.cfm?NEWQUERY=1&SHOWERRORS=0&SCIENTIFIC_NAME_SCOPE=currentID&ACCN_NUMBER=UAM-2016.03-Kenai_grassland_NGS-Ento&INCLUDETIMESPAN=0&OIDOPER=IS&ACTION=nothing&SCIENTIFIC_NAME_MATCH_TYPE=startswith&METHOD=download&FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,LISTCATNUM,GUID,ANYID,OIDOPER,OIDNUM,ACCN_NUMBER,ACCN_AGENCY,SCIENTIFIC_NAME,SCIENTIFIC_NAME_SCOPE,SCIENTIFIC_NAME_MATCH_TYPE,TAXON_NAME,COMMON_NAME,NATURE_OF_ID,IDENTIFIED_AGENT,TAXA_FORMULA,IDENTIFICATION_REMARKS,KINGDOM,PHYLUM,PHYLCLASS,PHYLORDER,FAMILY,SUBFAMILY,TRIBE,SUBTRIBE,GENUS,SPECIES,SUBSPECIES,ANY_GEOG,COLL_ROLE,COLL,PARTNAME,TYPE_STATUS,MEDIA_TYPE,ID_REFERENCES,BARCODE,ANYBARCODE,LOAN_NUMBER,PERMIT_ISSUED_BY,PERMIT_ISSUED_TO,PERMIT_TYPE,PERMIT_NUM,ENTERED_BY,LAST_EDIT_BY,PART_DISPOSITION,PRINT_FG,REMARK,COLL_OBJ_FLAGS,NEWQUERY&TGTFORM=SpecimenResultsSummary.cfm&NEXT=colorByCollection&groupBy=phylclass,phylorder,family,scientific_name
 kmdaly                 | middle Gates                                           | http://arctos.database.museum/SpecimenResultsSummary.cfm?NEWQUERY=1&SWLONG=-153.71804896183312&SHOWERRORS=0&SWLAT=67.33469204526875&GEOLOGY_HIERARCHIES=1&FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,COLLECTION_ID,LISTCATNUM,GUID,ANYID,OIDOPER,OIDNUM,ACCN_NUMBER,ACCN_AGENCY,SCIENTIFIC_NAME,SCIENTIFIC_NAME_SCOPE,SCIENTIFIC_NAME_MATCH_TYPE,TAXON_NAME,COMMON_NAME,NATURE_OF_ID,IDENTIFIED_AGENT,TAXA_FORMULA,IDENTIFICATION_REMARKS,KINGDOM,PHYLUM,PHYLCLASS,PHYLORDER,FAMILY,SUBFAMILY,TRIBE,SUBTRIBE,GENUS,SPECIES,SUBSPECIES,ANY_GEOG,SQ_ERROR,SELECTEDCOORDS,NELAT,NELONG,SWLAT,SWLONG,GEOLOGY_ATTRIBUTE,GEOLOGY_ATTRIBUTE_VALUE,GEOLOGY_HIERARCHIES,CONTINENT_OCEAN,SEA,COUNTRY,STATE_PROV,QUAD,COUNTY,ISLAND_GROUP,ISLAND,FEATURE,SPEC_LOCALITY,MINIMUM_ELEVATION,MAXIMUM_ELEVATION,ORIG_ELEV_UNITS,HABITAT,ISGEOREFERENCED,MIN_MAX_ERROR,MAX_MAX_ERROR,MAX_ERROR_UNITS,LOCALITY_REMARKS,COLL_ROLE,COLL,BEGYEAR,BEGMON,BEGDAY,BEGDATE,ENDYEAR,ENDMON,ENDDAY,ENDDATE,CHRONOLOGICAL_EXTENT,SPECIMEN_EVENT_TYPE,SPECIMEN_EVENT_REMARK,COLLECTING_SOURCE,COLLECTING_METHOD,VERIFICATIONSTATUS,VERBATIM_LOCALITY,COLL_EVENT_REMARKS,PARTNAME,PART_ATTRIBUTE,PART_ATTRIBUTE_VALUE,PART_REMARK,ATTRIBUTE_TYPE_1,ATTOPER_1,ATTRIBUTE_VALUE_1,ATTRIBUTE_UNITS_1,ATTRIBUTE_REMARK,OCR_TEXT,TYPE_STATUS,PROJECT_NAME,LOAN_PROJECT_NAME,PROJECT_SPONSOR,PUBLICATION_TITLE,PUBLICATION_DOI,MEDIA_TYPE,MEDIA_KEYWORDS,ID_REFERENCES,RELATEDOIDTYPE,RELATED_TERM_1,RELATED_TERM_VAL_1,BARCODE,ANYBARCODE,LOAN_NUMBER,PERMIT_ISSUED_BY,PERMIT_ISSUED_TO,PERMIT_TYPE,PERMIT_NUM,ENTERED_BY,LAST_EDIT_BY,PART_DISPOSITION,PRINT_FG,REMARK,COLL_OBJ_FLAGS,NEWQUERY&SELECTEDCOORDS=68.48661374939917, -151.05276575870812; 67.33469204526875, -153.71804896183312&NEXT=colorByCollection&ACTION=nothing&SCIENTIFIC_NAME_SCOPE=currentID&NELAT=68.48661374939917&METHOD=download&NELONG=-151.05276575870812&MAX_ERROR_UNITS=m&COLLECTION_ID=12,4&TGTFORM=SpecimenResultsSummary.cfm&OIDOPER=IS&SQ_ERROR=false&INCLUDETIMESPAN=0&SCIENTIFIC_NAME_MATCH_TYPE=startswith&groupBy=phylorder,family,genus,scientific_name,spec_locality,year
 kmdaly                 | midGates                                               | http://arctos.database.museum/SpecimenResultsSummary.cfm?NEWQUERY=1&SWLONG=-153.71804896183312&SHOWERRORS=0&SWLAT=67.33469204526875&GEOLOGY_HIERARCHIES=1&FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,COLLECTION_ID,LISTCATNUM,GUID,ANYID,OIDOPER,OIDNUM,ACCN_NUMBER,ACCN_AGENCY,SCIENTIFIC_NAME,SCIENTIFIC_NAME_SCOPE,SCIENTIFIC_NAME_MATCH_TYPE,TAXON_NAME,COMMON_NAME,NATURE_OF_ID,IDENTIFIED_AGENT,TAXA_FORMULA,IDENTIFICATION_REMARKS,KINGDOM,PHYLUM,PHYLCLASS,PHYLORDER,FAMILY,SUBFAMILY,TRIBE,SUBTRIBE,GENUS,SPECIES,SUBSPECIES,ANY_GEOG,SQ_ERROR,SELECTEDCOORDS,NELAT,NELONG,SWLAT,SWLONG,GEOLOGY_ATTRIBUTE,GEOLOGY_ATTRIBUTE_VALUE,GEOLOGY_HIERARCHIES,CONTINENT_OCEAN,SEA,COUNTRY,STATE_PROV,QUAD,COUNTY,ISLAND_GROUP,ISLAND,FEATURE,SPEC_LOCALITY,MINIMUM_ELEVATION,MAXIMUM_ELEVATION,ORIG_ELEV_UNITS,HABITAT,ISGEOREFERENCED,MIN_MAX_ERROR,MAX_MAX_ERROR,MAX_ERROR_UNITS,LOCALITY_REMARKS,COLL_ROLE,COLL,BEGYEAR,BEGMON,BEGDAY,BEGDATE,ENDYEAR,ENDMON,ENDDAY,ENDDATE,CHRONOLOGICAL_EXTENT,SPECIMEN_EVENT_TYPE,SPECIMEN_EVENT_REMARK,COLLECTING_SOURCE,COLLECTING_METHOD,VERIFICATIONSTATUS,VERBATIM_LOCALITY,COLL_EVENT_REMARKS,PARTNAME,PART_ATTRIBUTE,PART_ATTRIBUTE_VALUE,PART_REMARK,ATTRIBUTE_TYPE_1,ATTOPER_1,ATTRIBUTE_VALUE_1,ATTRIBUTE_UNITS_1,ATTRIBUTE_REMARK,OCR_TEXT,TYPE_STATUS,PROJECT_NAME,LOAN_PROJECT_NAME,PROJECT_SPONSOR,PUBLICATION_TITLE,PUBLICATION_DOI,MEDIA_TYPE,MEDIA_KEYWORDS,ID_REFERENCES,RELATEDOIDTYPE,RELATED_TERM_1,RELATED_TERM_VAL_1,BARCODE,ANYBARCODE,LOAN_NUMBER,PERMIT_ISSUED_BY,PERMIT_ISSUED_TO,PERMIT_TYPE,PERMIT_NUM,ENTERED_BY,LAST_EDIT_BY,PART_DISPOSITION,PRINT_FG,REMARK,COLL_OBJ_FLAGS,NEWQUERY&SELECTEDCOORDS=68.48661374939917, -151.05276575870812; 67.33469204526875, -153.71804896183312&NEXT=colorByCollection&ACTION=nothing&SCIENTIFIC_NAME_SCOPE=currentID&NELAT=68.48661374939917&METHOD=download&NELONG=-151.05276575870812&MAX_ERROR_UNITS=m&COLLECTION_ID=12,4&TGTFORM=SpecimenResultsSummary.cfm&OIDOPER=IS&SQ_ERROR=false&INCLUDETIMESPAN=0&SCIENTIFIC_NAME_MATCH_TYPE=startswith&groupBy=phylorder,family,genus,scientific_name,spec_locality,year
 ffdss                  | 2015-Peony                                             | http://arctos.database.museum/SpecimenResultsSummary.cfm?NEXT=colorByCollection&FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,LISTCATNUM,GUID,ANYID,OIDOPER,OIDNUM,ACCN_NUMBER,ACCN_AGENCY,SCIENTIFIC_NAME,SCIENTIFIC_NAME_SCOPE,SCIENTIFIC_NAME_MATCH_TYPE,ANY_GEOG,COLL_ROLE,COLL,BEGYEAR,BEGMON,BEGDAY,BEGDATE,ENDYEAR,ENDMON,ENDDAY,ENDDATE,CHRONOLOGICAL_EXTENT,SPECIMEN_EVENT_TYPE,SPECIMEN_EVENT_REMARK,COLLECTING_SOURCE,COLLECTING_METHOD,VERIFICATIONSTATUS,VERBATIM_LOCALITY,COLL_EVENT_REMARKS,PARTNAME,PART_ATTRIBUTE,PART_ATTRIBUTE_VALUE,PART_REMARK,ATTRIBUTE_TYPE_1,ATTOPER_1,ATTRIBUTE_VALUE_1,ATTRIBUTE_UNITS_1,ATTRIBUTE_REMARK,OCR_TEXT,TYPE_STATUS,MEDIA_TYPE,ID_REFERENCES,BARCODE,ANYBARCODE,LOAN_NUMBER,PERMIT_ISSUED_BY,PERMIT_ISSUED_TO,PERMIT_TYPE,PERMIT_NUM,ENTERED_BY,LAST_EDIT_BY,PART_DISPOSITION,PRINT_FG,REMARK,COLL_OBJ_FLAGS,NEWQUERY&INCLUDETIMESPAN=0&TGTFORM=SpecimenResultsSummary.cfm&ACTION=nothing&ACCN_NUMBER=UAM-2015.28-Peonies-Ento&SHOWERRORS=0&NEWQUERY=1&SCIENTIFIC_NAME_SCOPE=currentID&METHOD=download&SCIENTIFIC_NAME_MATCH_TYPE=startswith&OIDOPER=IS&groupBy=phylclass,phylorder,family,scientific_name
 mbowser                | Alaska_Lumbricidae_summary                             | http://arctos.database.museum/SpecimenResultsSummary.cfm?NEXT=colorByCollection&SCIENTIFIC_NAME_MATCH_TYPE=startswith&GEOLOGY_HIERARCHIES=1&FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,LISTCATNUM,GUID,ANYID,OIDOPER,OIDNUM,ACCN_NUMBER,ACCN_AGENCY,SCIENTIFIC_NAME,SCIENTIFIC_NAME_SCOPE,SCIENTIFIC_NAME_MATCH_TYPE,TAXON_NAME,COMMON_NAME,NATURE_OF_ID,IDENTIFIED_AGENT,TAXA_FORMULA,IDENTIFICATION_REMARKS,KINGDOM,PHYLUM,PHYLCLASS,PHYLORDER,FAMILY,SUBFAMILY,TRIBE,SUBTRIBE,GENUS,SPECIES,SUBSPECIES,ANY_GEOG,GEOLOGY_ATTRIBUTE,GEOLOGY_ATTRIBUTE_VALUE,GEOLOGY_HIERARCHIES,CONTINENT_OCEAN,SEA,COUNTRY,STATE_PROV,QUAD,COUNTY,ISLAND_GROUP,ISLAND,FEATURE,SPEC_LOCALITY,MINIMUM_ELEVATION,MAXIMUM_ELEVATION,ORIG_ELEV_UNITS,HABITAT,ISGEOREFERENCED,MIN_MAX_ERROR,MAX_MAX_ERROR,MAX_ERROR_UNITS,LOCALITY_REMARKS,COLL_ROLE,COLL,PARTNAME,TYPE_STATUS,MEDIA_TYPE,ID_REFERENCES,BARCODE,NEWQUERY&ACTION=nothing&METHOD=download&SHOWERRORS=0&FAMILY=Lumbricidae&INCLUDETIMESPAN=0&NEWQUERY=1&MAX_ERROR_UNITS=m&TGTFORM=SpecimenResultsSummary.cfm&STATE_PROV=Alaska&SCIENTIFIC_NAME_SCOPE=currentID&OIDOPER=IS&groupBy=scientific_name
 ffdss                  | AKArthropodaChecklist20160114                          | http://arctos.database.museum/SpecimenResultsSummary.cfm?OIDOPER=IS&COLLECTION_ID=46,12,50,4&SCIENTIFIC_NAME_MATCH_TYPE=startswith&END_ENTERED_DATE=2016-01-14&TAXA_FORMULA=A&TGTFORM=SpecimenResultsSummary.cfm&MAX_ERROR_UNITS=m&NEXT=colorByCollection&SPECIES=NOTNULL&INCLUDETIMESPAN=0&STATE_PROV=Alaska&SHOWERRORS=0&METHOD=download&NEWQUERY=1&GEOLOGY_HIERARCHIES=1&FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,COLLECTION_ID,LISTCATNUM,GUID,ANYID,OIDOPER,OIDNUM,ACCN_NUMBER,ACCN_AGENCY,SCIENTIFIC_NAME,SCIENTIFIC_NAME_SCOPE,SCIENTIFIC_NAME_MATCH_TYPE,TAXON_NAME,COMMON_NAME,NATURE_OF_ID,IDENTIFIED_AGENT,TAXA_FORMULA,IDENTIFICATION_REMARKS,KINGDOM,PHYLUM,PHYLCLASS,PHYLORDER,FAMILY,SUBFAMILY,TRIBE,SUBTRIBE,GENUS,SPECIES,SUBSPECIES,ANY_GEOG,GEOLOGY_ATTRIBUTE,GEOLOGY_ATTRIBUTE_VALUE,GEOLOGY_HIERARCHIES,CONTINENT_OCEAN,SEA,COUNTRY,STATE_PROV,QUAD,COUNTY,ISLAND_GROUP,ISLAND,FEATURE,SPEC_LOCALITY,MINIMUM_ELEVATION,MAXIMUM_ELEVATION,ORIG_ELEV_UNITS,HABITAT,ISGEOREFERENCED,MIN_MAX_ERROR,MAX_MAX_ERROR,MAX_ERROR_UNITS,LOCALITY_REMARKS,COLL_ROLE,COLL,BEGYEAR,BEGMON,BEGDAY,BEGDATE,ENDYEAR,ENDMON,ENDDAY,ENDDATE,CHRONOLOGICAL_EXTENT,SPECIMEN_EVENT_TYPE,SPECIMEN_EVENT_REMARK,COLLECTING_SOURCE,COLLECTING_METHOD,VERIFICATIONSTATUS,VERBATIM_LOCALITY,COLL_EVENT_REMARKS,PARTNAME,TYPE_STATUS,MEDIA_TYPE,ID_REFERENCES,BARCODE,ANYBARCODE,LOAN_NUMBER,PERMIT_ISSUED_BY,PERMIT_ISSUED_TO,PERMIT_TYPE,PERMIT_NUM,ENTERED_BY,LAST_EDIT_BY,PART_DISPOSITION,PRINT_FG,REMARK,COLL_OBJ_FLAGS,NEWQUERY&BEG_ENTERED_DATE=1900-01-01&PHYLUM=Arthropoda&ACTION=nothing&SCIENTIFIC_NAME_SCOPE=currentID&groupBy=phylclass,phylorder,family,scientific_name,individualcount
 ffdss                  | AKendemicsINseAK                                       | http://arctos.database.museum/SpecimenResultsSummary.cfm?OIDOPER=IS&METHOD=download&NEXT=colorByCollection&FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,LISTCATNUM,ANYID,GUID,OIDOPER,OIDNUM,ACCN_NUMBER,ACCN_AGENCY,TAXON_NAME,SCIENTIFIC_NAME,SCIENTIFIC_NAME_SCOPE,SCIENTIFIC_NAME_MATCH_TYPE,COMMON_NAME,NATURE_OF_ID,IDENTIFIED_AGENT,TAXA_FORMULA,IDENTIFICATION_REMARKS,KINGDOM,PHYLUM,PHYLCLASS,PHYLORDER,FAMILY,SUBFAMILY,TRIBE,SUBTRIBE,GENUS,SPECIES,SUBSPECIES,ANY_GEOG,SQ_ERROR,SELECTEDCOORDS,NELAT,NELONG,SWLAT,SWLONG,GEOLOGY_ATTRIBUTE,GEOLOGY_ATTRIBUTE_VALUE,GEOLOGY_HIERARCHIES,CONTINENT_OCEAN,SEA,COUNTRY,STATE_PROV,QUAD,COUNTY,ISLAND_GROUP,ISLAND,FEATURE,SPEC_LOCALITY,MINIMUM_ELEVATION,MAXIMUM_ELEVATION,ORIG_ELEV_UNITS,HABITAT,ISGEOREFERENCED,MIN_MAX_ERROR,MAX_MAX_ERROR,MAX_ERROR_UNITS,LOCALITY_REMARKS,COLL_ROLE,COLL,BEGYEAR,BEGMON,BEGDAY,BEGDATE,ENDYEAR,ENDMON,ENDDAY,ENDDATE,CHRONOLOGICAL_EXTENT,SPECIMEN_EVENT_TYPE,SPECIMEN_EVENT_REMARK,COLLECTING_SOURCE,COLLECTING_METHOD,VERIFICATIONSTATUS,VERBATIM_LOCALITY,COLL_EVENT_REMARKS,PARTNAME,TYPE_STATUS,PROJECT_NAME,LOAN_PROJECT_NAME,PROJECT_SPONSOR,PUBLICATION_TITLE,PUBLICATION_DOI,MEDIA_TYPE,ID_REFERENCES,BARCODE,ANYBARCODE,LOAN_NUMBER,PERMIT_ISSUED_BY,PERMIT_ISSUED_TO,PERMIT_TYPE,PERMIT_NUM,ENTERED_BY,LAST_EDIT_BY,PART_DISPOSITION,PRINT_FG,REMARK,COLL_OBJ_FLAGS,NEWQUERY&SCIENTIFIC_NAME_MATCH_TYPE=startswith&GEOLOGY_HIERARCHIES=1&SWLONG=-139.904296875&SWLAT=54.36781017542417&SQ_ERROR=false&REMARK=endemic&NEWQUERY=1&ACTION=nothing&NELONG=-129.83203125&INCLUDETIMESPAN=0&SELECTEDCOORDS=59.85556244169411, -129.83203125; 54.36781017542417, -139.904296875&TGTFORM=SpecimenResultsSummary.cfm&STATE_PROV=Alaska&NELAT=59.85556244169411&SHOWERRORS=0&SCIENTIFIC_NAME_SCOPE=currentID&MAX_ERROR_UNITS=m&groupBy=phylclass,phylorder,family,scientific_name
 kmdaly                 | 2004KWP                                                | http://arctos.database.museum/SpecimenResultsSummary.cfm?OIDOPER=IS&SQ_ERROR=false&TGTFORM=SpecimenResultsSummary.cfm&SCIENTIFIC_NAME_MATCH_TYPE=startswith&NEXT=colorByCollection&SHOWERRORS=0&FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,COLLECTION_ID,LISTCATNUM,GUID,ANYID,OIDOPER,OIDNUM,ACCN_NUMBER,ACCN_AGENCY,SCIENTIFIC_NAME,SCIENTIFIC_NAME_SCOPE,SCIENTIFIC_NAME_MATCH_TYPE,TAXON_NAME,COMMON_NAME,NATURE_OF_ID,IDENTIFIED_AGENT,TAXA_FORMULA,IDENTIFICATION_REMARKS,KINGDOM,PHYLUM,PHYLCLASS,PHYLORDER,FAMILY,SUBFAMILY,TRIBE,SUBTRIBE,GENUS,SPECIES,SUBSPECIES,ANY_GEOG,SQ_ERROR,SELECTEDCOORDS,NELAT,NELONG,SWLAT,SWLONG,GEOLOGY_ATTRIBUTE,GEOLOGY_ATTRIBUTE_VALUE,GEOLOGY_HIERARCHIES,CONTINENT_OCEAN,SEA,COUNTRY,STATE_PROV,QUAD,COUNTY,ISLAND_GROUP,ISLAND,FEATURE,SPEC_LOCALITY,MINIMUM_ELEVATION,MAXIMUM_ELEVATION,ORIG_ELEV_UNITS,HABITAT,ISGEOREFERENCED,MIN_MAX_ERROR,MAX_MAX_ERROR,MAX_ERROR_UNITS,LOCALITY_REMARKS,COLL_ROLE,COLL,BEGYEAR,BEGMON,BEGDAY,BEGDATE,ENDYEAR,ENDMON,ENDDAY,ENDDATE,CHRONOLOGICAL_EXTENT,SPECIMEN_EVENT_TYPE,SPECIMEN_EVENT_REMARK,COLLECTING_SOURCE,COLLECTING_METHOD,VERIFICATIONSTATUS,VERBATIM_LOCALITY,COLL_EVENT_REMARKS,PARTNAME,PART_ATTRIBUTE,PART_ATTRIBUTE_VALUE,PART_REMARK,ATTRIBUTE_TYPE_1,ATTOPER_1,ATTRIBUTE_VALUE_1,ATTRIBUTE_UNITS_1,ATTRIBUTE_REMARK,OCR_TEXT,TYPE_STATUS,MEDIA_TYPE,MEDIA_KEYWORDS,ID_REFERENCES,RELATEDOIDTYPE,RELATED_TERM_1,RELATED_TERM_VAL_1,BARCODE,ANYBARCODE,LOAN_NUMBER,PERMIT_ISSUED_BY,PERMIT_ISSUED_TO,PERMIT_TYPE,PERMIT_NUM,ENTERED_BY,LAST_EDIT_BY,PART_DISPOSITION,PRINT_FG,REMARK,COLL_OBJ_FLAGS,NEWQUERY&COLLECTION_ID=12&MAX_ERROR_UNITS=m&SCIENTIFIC_NAME_SCOPE=currentID&INCLUDETIMESPAN=0&GEOLOGY_HIERARCHIES=1&ACTION=nothing&BEGYEAR=2004&NEWQUERY=1&METHOD=download&ENDYEAR=2004&groupBy=scientific_name,spec_locality
 ffdss                  | test-grp-by-yr-is-pub                                  | http://arctos.database.museum/SpecimenResultsSummary.cfm?OIDOPER=IS&TGTFORM=SpecimenResultsSummary.cfm&COLLECTION_ID=46,12,50,4&INCLUDETIMESPAN=0&GEOLOGY_HIERARCHIES=1&NEWQUERY=1&PHYLUM=Arthropoda&MAX_ERROR_UNITS=m&TAXA_FORMULA=A&SCIENTIFIC_NAME_SCOPE=currentID&STATE_PROV=Alaska&NEXT=colorByCollection&SCIENTIFIC_NAME_MATCH_TYPE=startswith&METHOD=download&SHOWERRORS=0&SPECIES=NOTNULL&FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,COLLECTION_ID,LISTCATNUM,GUID,ANYID,OIDOPER,OIDNUM,ACCN_NUMBER,ACCN_AGENCY,SCIENTIFIC_NAME,SCIENTIFIC_NAME_SCOPE,SCIENTIFIC_NAME_MATCH_TYPE,TAXON_NAME,COMMON_NAME,NATURE_OF_ID,IDENTIFIED_AGENT,TAXA_FORMULA,IDENTIFICATION_REMARKS,KINGDOM,PHYLUM,PHYLCLASS,PHYLORDER,FAMILY,SUBFAMILY,TRIBE,SUBTRIBE,GENUS,SPECIES,SUBSPECIES,ANY_GEOG,GEOLOGY_ATTRIBUTE,GEOLOGY_ATTRIBUTE_VALUE,GEOLOGY_HIERARCHIES,CONTINENT_OCEAN,SEA,COUNTRY,STATE_PROV,QUAD,COUNTY,ISLAND_GROUP,ISLAND,FEATURE,SPEC_LOCALITY,MINIMUM_ELEVATION,MAXIMUM_ELEVATION,ORIG_ELEV_UNITS,HABITAT,ISGEOREFERENCED,MIN_MAX_ERROR,MAX_MAX_ERROR,MAX_ERROR_UNITS,LOCALITY_REMARKS,COLL_ROLE,COLL,BEGYEAR,BEGMON,BEGDAY,BEGDATE,ENDYEAR,ENDMON,ENDDAY,ENDDATE,CHRONOLOGICAL_EXTENT,SPECIMEN_EVENT_TYPE,SPECIMEN_EVENT_REMARK,COLLECTING_SOURCE,COLLECTING_METHOD,VERIFICATIONSTATUS,VERBATIM_LOCALITY,COLL_EVENT_REMARKS,PARTNAME,TYPE_STATUS,PROJECT_NAME,LOAN_PROJECT_NAME,PROJECT_SPONSOR,PUBLICATION_TITLE,PUBLICATION_DOI,MEDIA_TYPE,ID_REFERENCES,BARCODE,ANYBARCODE,LOAN_NUMBER,PERMIT_ISSUED_BY,PERMIT_ISSUED_TO,PERMIT_TYPE,PERMIT_NUM,ENTERED_BY,LAST_EDIT_BY,PART_DISPOSITION,PRINT_FG,REMARK,COLL_OBJ_FLAGS,NEWQUERY&ACTION=nothing&groupBy=scientific_name,year,ispublished
 mbowser                | Alaska_Chilopoda_summary                               | http://arctos.database.museum/SpecimenResultsSummary.cfm?&Phylclass=Chilopoda&state_prov=Alaska&groupBy=collection_object_id,scientific_name
 swiseeagle             | SEAKspiderspecies                                      | http://arctos.database.museum/SpecimenResultsSummary.cfm?&phylorder=Araneae&NELat=60.96256579919893&NELong=-125.4375&SWLat=47.39698377986056&SWLong=-142.1015625&sq_error=false&groupBy=scientific_name
 ffdss                  | Kasatochi-Diptera-Identifications                      | http://arctos.database.museum/SpecimenResultsSummary.cfm?&phylorder=Diptera&spec_locality=Kasatochi&groupBy=phylorder,family,scientific_name
 ffdss                  | AK-endemics-list                                       | http://arctos.database.museum/SpecimenResultsSummary.cfm?&remark=endemic&groupBy=phylclass,phylorder,family,scientific_name
 ffdss                  | AK-endemics                                            | http://arctos.database.museum/SpecimenResultsSummary.cfm?&remark=endemic&groupBy=phylum,phylclass,phylorder,family,scientific_name
 ffdss                  | AK-nonnatives                                          | http://arctos.database.museum/SpecimenResultsSummary.cfm?&remark=nonnative&groupBy=phylclass,phylorder,family,scientific_name
 kmdaly                 | Tetlin Lepidoptera                                     | http://arctos.database.museum/SpecimenResultsSummary.cfm?SCIENTIFIC_NAME_MATCH_TYPE=startswith&MAX_ERROR_UNITS=m&SHOWERRORS=0&TGTFORM=SpecimenResultsSummary.cfm&METHOD=download&NEWQUERY=1&PHYLORDER=Lepidoptera&SCIENTIFIC_NAME_SCOPE=currentID&OIDOPER=IS&ANY_GEOG=Tetlin&ACTION=nothing&INCLUDETIMESPAN=0&SQ_ERROR=false&NEXT=colorByCollection&GEOLOGY_HIERARCHIES=1&FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,LISTCATNUM,GUID,ANYID,OIDOPER,OIDNUM,ACCN_NUMBER,ACCN_AGENCY,SCIENTIFIC_NAME,SCIENTIFIC_NAME_SCOPE,SCIENTIFIC_NAME_MATCH_TYPE,TAXON_NAME,COMMON_NAME,NATURE_OF_ID,IDENTIFIED_AGENT,TAXA_FORMULA,IDENTIFICATION_REMARKS,KINGDOM,PHYLUM,PHYLCLASS,PHYLORDER,FAMILY,SUBFAMILY,TRIBE,SUBTRIBE,GENUS,SPECIES,SUBSPECIES,ANY_GEOG,SQ_ERROR,SELECTEDCOORDS,NELAT,NELONG,SWLAT,SWLONG,GEOLOGY_ATTRIBUTE,GEOLOGY_ATTRIBUTE_VALUE,GEOLOGY_HIERARCHIES,CONTINENT_OCEAN,SEA,COUNTRY,STATE_PROV,QUAD,COUNTY,ISLAND_GROUP,ISLAND,FEATURE,SPEC_LOCALITY,MINIMUM_ELEVATION,MAXIMUM_ELEVATION,ORIG_ELEV_UNITS,HABITAT,ISGEOREFERENCED,MIN_MAX_ERROR,MAX_MAX_ERROR,MAX_ERROR_UNITS,LOCALITY_REMARKS,COLL_ROLE,COLL,BEGYEAR,BEGMON,BEGDAY,BEGDATE,ENDYEAR,ENDMON,ENDDAY,ENDDATE,CHRONOLOGICAL_EXTENT,SPECIMEN_EVENT_TYPE,SPECIMEN_EVENT_REMARK,COLLECTING_SOURCE,COLLECTING_METHOD,VERIFICATIONSTATUS,VERBATIM_LOCALITY,COLL_EVENT_REMARKS,PARTNAME,PART_ATTRIBUTE,PART_ATTRIBUTE_VALUE,PART_REMARK,ATTRIBUTE_TYPE_1,ATTOPER_1,ATTRIBUTE_VALUE_1,ATTRIBUTE_UNITS_1,ATTRIBUTE_REMARK,OCR_TEXT,TYPE_STATUS,MEDIA_TYPE,MEDIA_KEYWORDS,ID_REFERENCES,RELATEDOIDTYPE,RELATED_TERM_1,RELATED_TERM_VAL_1,BARCODE,ANYBARCODE,LOAN_NUMBER,PERMIT_ISSUED_BY,PERMIT_ISSUED_TO,PERMIT_TYPE,PERMIT_NUM,ENTERED_BY,LAST_EDIT_BY,PART_DISPOSITION,PRINT_FG,REMARK,COLL_OBJ_FLAGS,NEWQUERY&groupBy=family,scientific_name,spec_locality,year,individualcount
 ffdss                  | UAM-Erigone-temp                                       | http://arctos.database.museum/SpecimenResultsSummary.cfm?SCIENTIFIC_NAME_MATCH_TYPE=startswith&METHOD=download&TGTFORM=SpecimenResultsSummary.cfm&ACTION=nothing&INCLUDETIMESPAN=0&NEXT=colorByCollection&GEOLOGY_HIERARCHIES=1&MAX_ERROR_UNITS=m&SCIENTIFIC_NAME_SCOPE=currentID&FIELDNAMES=TGTFORM,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,COLLECTION_ID,LISTCATNUM,GUID,ANYID,OIDOPER,OIDNUM,ACCN_NUMBER,ACCN_AGENCY,SCIENTIFIC_NAME,SCIENTIFIC_NAME_SCOPE,SCIENTIFIC_NAME_MATCH_TYPE,TAXON_NAME,COMMON_NAME,NATURE_OF_ID,IDENTIFIED_AGENT,TAXA_FORMULA,IDENTIFICATION_REMARKS,KINGDOM,PHYLUM,PHYLCLASS,PHYLORDER,FAMILY,SUBFAMILY,TRIBE,SUBTRIBE,GENUS,SPECIES,SUBSPECIES,ANY_GEOG,GEOLOGY_ATTRIBUTE,GEOLOGY_ATTRIBUTE_VALUE,GEOLOGY_HIERARCHIES,CONTINENT_OCEAN,SEA,COUNTRY,STATE_PROV,QUAD,COUNTY,ISLAND_GROUP,ISLAND,FEATURE,SPEC_LOCALITY,MINIMUM_ELEVATION,MAXIMUM_ELEVATION,ORIG_ELEV_UNITS,HABITAT,ISGEOREFERENCED,MIN_MAX_ERROR,MAX_MAX_ERROR,MAX_ERROR_UNITS,LOCALITY_REMARKS,COLL_ROLE,COLL,BEGYEAR,BEGMON,BEGDAY,BEGDATE,ENDYEAR,ENDMON,ENDDAY,ENDDATE,CHRONOLOGICAL_EXTENT,SPECIMEN_EVENT_TYPE,SPECIMEN_EVENT_REMARK,COLLECTING_SOURCE,COLLECTING_METHOD,VERIFICATIONSTATUS,VERBATIM_LOCALITY,COLL_EVENT_REMARKS,PARTNAME,TYPE_STATUS,MEDIA_TYPE,ID_REFERENCES,BARCODE,ANYBARCODE,LOAN_NUMBER,PERMIT_ISSUED_BY,PERMIT_ISSUED_TO,PERMIT_TYPE,PERMIT_NUM,ENTERED_BY,LAST_EDIT_BY,PART_DISPOSITION,PRINT_FG,REMARK,COLL_OBJ_FLAGS,NEWQUERY&SCIENTIFIC_NAME=erigone&OIDOPER=IS&COLLECTION_ID=4&SHOWERRORS=0&NEWQUERY=1&groupBy=scientific_name
 ffdss                  | UAM-2015.28-Peonies-Ento                               | http://arctos.database.museum/SpecimenResultsSummary.cfm?SCIENTIFIC_NAME_MATCH_TYPE=startswith&NEWQUERY=1&SCIENTIFIC_NAME_SCOPE=currentID&INCLUDETIMESPAN=0&ACTION=nothing&ACCN_NUMBER=UAM-2015.28-Peonies-Ento&METHOD=download&SHOWERRORS=0&FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,LISTCATNUM,GUID,ANYID,OIDOPER,OIDNUM,ACCN_NUMBER,ACCN_AGENCY,SCIENTIFIC_NAME,SCIENTIFIC_NAME_SCOPE,SCIENTIFIC_NAME_MATCH_TYPE,ANY_GEOG,COLL_ROLE,COLL,BEGYEAR,BEGMON,BEGDAY,BEGDATE,ENDYEAR,ENDMON,ENDDAY,ENDDATE,CHRONOLOGICAL_EXTENT,SPECIMEN_EVENT_TYPE,SPECIMEN_EVENT_REMARK,COLLECTING_SOURCE,COLLECTING_METHOD,VERIFICATIONSTATUS,VERBATIM_LOCALITY,COLL_EVENT_REMARKS,PARTNAME,TYPE_STATUS,MEDIA_TYPE,ID_REFERENCES,BARCODE,ANYBARCODE,LOAN_NUMBER,PERMIT_ISSUED_BY,PERMIT_ISSUED_TO,PERMIT_TYPE,PERMIT_NUM,ENTERED_BY,LAST_EDIT_BY,PART_DISPOSITION,PRINT_FG,REMARK,COLL_OBJ_FLAGS,NEWQUERY&NEXT=colorByCollection&TGTFORM=SpecimenResultsSummary.cfm&OIDOPER=IS&groupBy=phylclass,phylorder,family,scientific_name,individualcount
 ffdss                  | AK-Lepidoptera-checklist                               | http://arctos.database.museum/SpecimenResultsSummary.cfm?SCIENTIFIC_NAME_MATCH_TYPE=startswith&NEWQUERY=1&SPECIES=NOTNULL&STATE_PROV=Alaska&SCIENTIFIC_NAME_SCOPE=currentID&METHOD=download&MAX_ERROR_UNITS=m&PHYLORDER=Lepidoptera&TAXA_FORMULA=A&SHOWERRORS=0&FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,COLLECTION_ID,LISTCATNUM,GUID,ANYID,OIDOPER,OIDNUM,ACCN_NUMBER,ACCN_AGENCY,SCIENTIFIC_NAME,SCIENTIFIC_NAME_SCOPE,SCIENTIFIC_NAME_MATCH_TYPE,TAXON_NAME,COMMON_NAME,NATURE_OF_ID,IDENTIFIED_AGENT,TAXA_FORMULA,IDENTIFICATION_REMARKS,KINGDOM,PHYLUM,PHYLCLASS,PHYLORDER,FAMILY,SUBFAMILY,TRIBE,SUBTRIBE,GENUS,SPECIES,SUBSPECIES,ANY_GEOG,GEOLOGY_ATTRIBUTE,GEOLOGY_ATTRIBUTE_VALUE,GEOLOGY_HIERARCHIES,CONTINENT_OCEAN,SEA,COUNTRY,STATE_PROV,QUAD,COUNTY,ISLAND_GROUP,ISLAND,FEATURE,SPEC_LOCALITY,MINIMUM_ELEVATION,MAXIMUM_ELEVATION,ORIG_ELEV_UNITS,HABITAT,ISGEOREFERENCED,MIN_MAX_ERROR,MAX_MAX_ERROR,MAX_ERROR_UNITS,LOCALITY_REMARKS,COLL_ROLE,COLL,BEGYEAR,BEGMON,BEGDAY,BEGDATE,ENDYEAR,ENDMON,ENDDAY,ENDDATE,CHRONOLOGICAL_EXTENT,SPECIMEN_EVENT_TYPE,SPECIMEN_EVENT_REMARK,COLLECTING_SOURCE,COLLECTING_METHOD,VERIFICATIONSTATUS,VERBATIM_LOCALITY,COLL_EVENT_REMARKS,PARTNAME,TYPE_STATUS,MEDIA_TYPE,ID_REFERENCES,BARCODE,ANYBARCODE,LOAN_NUMBER,PERMIT_ISSUED_BY,PERMIT_ISSUED_TO,PERMIT_TYPE,PERMIT_NUM,ENTERED_BY,LAST_EDIT_BY,PART_DISPOSITION,PRINT_FG,REMARK,COLL_OBJ_FLAGS,NEWQUERY&OIDOPER=IS&ACTION=nothing&COLLECTION_ID=46,12,50,4&INCLUDETIMESPAN=0&NEXT=colorByCollection&GEOLOGY_HIERARCHIES=1&TGTFORM=SpecimenResultsSummary.cfm&groupBy=phylorder,family,subfamily,formatted_scientific_name
 ffdss                  | Haines-taxa                                            | http://arctos.database.museum/SpecimenResultsSummary.cfm?SCIENTIFIC_NAME_MATCH_TYPE=startswith&NEXT=colorByCollection&SPEC_LOCALITY=haines&SHOWERRORS=0&NEWQUERY=1&INCLUDETIMESPAN=0&MAX_ERROR_UNITS=m&METHOD=download&TGTFORM=SpecimenResultsSummary.cfm&COLLECTION_ID=46,12,50,4&FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,COLLECTION_ID,LISTCATNUM,GUID,ANYID,SCIENTIFIC_NAME,SCIENTIFIC_NAME_SCOPE,SCIENTIFIC_NAME_MATCH_TYPE,ANY_GEOG,GEOLOGY_ATTRIBUTE,GEOLOGY_ATTRIBUTE_VALUE,GEOLOGY_HIERARCHIES,CONTINENT_OCEAN,SEA,COUNTRY,STATE_PROV,QUAD,COUNTY,ISLAND_GROUP,ISLAND,FEATURE,SPEC_LOCALITY,MINIMUM_ELEVATION,MAXIMUM_ELEVATION,ORIG_ELEV_UNITS,HABITAT,ISGEOREFERENCED,MIN_MAX_ERROR,MAX_MAX_ERROR,MAX_ERROR_UNITS,LOCALITY_REMARKS,COLL_ROLE,COLL,BEGYEAR,BEGMON,BEGDAY,BEGDATE,ENDYEAR,ENDMON,ENDDAY,ENDDATE,CHRONOLOGICAL_EXTENT,SPECIMEN_EVENT_TYPE,SPECIMEN_EVENT_REMARK,COLLECTING_SOURCE,COLLECTING_METHOD,VERIFICATIONSTATUS,VERBATIM_LOCALITY,COLL_EVENT_REMARKS,PARTNAME,PART_ATTRIBUTE,PART_ATTRIBUTE_VALUE,PART_REMARK,ATTRIBUTE_TYPE_1,ATTOPER_1,ATTRIBUTE_VALUE_1,ATTRIBUTE_UNITS_1,ATTRIBUTE_REMARK,OCR_TEXT,TYPE_STATUS,MEDIA_TYPE,ID_REFERENCES,BARCODE,ANYBARCODE,LOAN_NUMBER,PERMIT_ISSUED_BY,PERMIT_ISSUED_TO,PERMIT_TYPE,PERMIT_NUM,ENTERED_BY,LAST_EDIT_BY,PART_DISPOSITION,PRINT_FG,REMARK,COLL_OBJ_FLAGS,NEWQUERY&ACTION=nothing&SCIENTIFIC_NAME_SCOPE=currentID&GEOLOGY_HIERARCHIES=1&groupBy=phylclass,phylorder,family,scientific_name
 ffdss                  | 8242-spp                                               | http://arctos.database.museum/SpecimenResultsSummary.cfm?SCIENTIFIC_NAME_MATCH_TYPE=startswith&PHYLUM=Arthropoda&OIDOPER=IS&SHOWERRORS=0&NEXT=colorByCollection&NEWQUERY=1&SUBSPECIES=NULL&TGTFORM=SpecimenResultsSummary.cfm&INCLUDETIMESPAN=0&MAX_ERROR_UNITS=m&SCIENTIFIC_NAME_SCOPE=currentID&FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,COLLECTION_ID,LISTCATNUM,GUID,ANYID,OIDOPER,OIDNUM,ACCN_NUMBER,ACCN_AGENCY,SCIENTIFIC_NAME,SCIENTIFIC_NAME_SCOPE,SCIENTIFIC_NAME_MATCH_TYPE,TAXON_NAME,COMMON_NAME,NATURE_OF_ID,IDENTIFIED_AGENT,TAXA_FORMULA,IDENTIFICATION_REMARKS,KINGDOM,PHYLUM,PHYLCLASS,PHYLORDER,FAMILY,SUBFAMILY,TRIBE,SUBTRIBE,GENUS,SPECIES,SUBSPECIES,ANY_GEOG,GEOLOGY_ATTRIBUTE,GEOLOGY_ATTRIBUTE_VALUE,GEOLOGY_HIERARCHIES,CONTINENT_OCEAN,SEA,COUNTRY,STATE_PROV,QUAD,COUNTY,ISLAND_GROUP,ISLAND,FEATURE,SPEC_LOCALITY,MINIMUM_ELEVATION,MAXIMUM_ELEVATION,ORIG_ELEV_UNITS,HABITAT,ISGEOREFERENCED,MIN_MAX_ERROR,MAX_MAX_ERROR,MAX_ERROR_UNITS,LOCALITY_REMARKS,COLL_ROLE,COLL,BEGYEAR,BEGMON,BEGDAY,BEGDATE,ENDYEAR,ENDMON,ENDDAY,ENDDATE,CHRONOLOGICAL_EXTENT,SPECIMEN_EVENT_TYPE,SPECIMEN_EVENT_REMARK,COLLECTING_SOURCE,COLLECTING_METHOD,VERIFICATIONSTATUS,VERBATIM_LOCALITY,COLL_EVENT_REMARKS,PARTNAME,TYPE_STATUS,MEDIA_TYPE,ID_REFERENCES,BARCODE,ANYBARCODE,LOAN_NUMBER,PERMIT_ISSUED_BY,PERMIT_ISSUED_TO,PERMIT_TYPE,PERMIT_NUM,ENTERED_BY,LAST_EDIT_BY,PART_DISPOSITION,PRINT_FG,REMARK,COLL_OBJ_FLAGS,NEWQUERY&METHOD=download&TAXA_FORMULA=A&SPECIES=NOTNULL&STATE_PROV=Alaska&COLLECTION_ID=46,12,50,4&ACTION=nothing&GEOLOGY_HIERARCHIES=1&groupBy=phylum,phylclass,phylorder,family,scientific_name
 mbowser                | Alaska_Nymphalidae_species                             | http://arctos.database.museum/SpecimenResultsSummary.cfm?SCIENTIFIC_NAME_MATCH_TYPE=startswith&TGTFORM=SpecimenResultsSummary.cfm&STATE_PROV=Alaska&INCLUDETIMESPAN=0&NEXT=colorByCollection&FAMILY=Nymphalidae&NEWQUERY=1&ACTION=nothing&GEOLOGY_HIERARCHIES=1&METHOD=download&SCIENTIFIC_NAME_SCOPE=currentID&MAX_ERROR_UNITS=m&FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,LISTCATNUM,GUID,ANYID,SCIENTIFIC_NAME,SCIENTIFIC_NAME_SCOPE,SCIENTIFIC_NAME_MATCH_TYPE,TAXON_NAME,COMMON_NAME,NATURE_OF_ID,IDENTIFIED_AGENT,TAXA_FORMULA,IDENTIFICATION_REMARKS,KINGDOM,PHYLUM,PHYLCLASS,PHYLORDER,FAMILY,SUBFAMILY,TRIBE,SUBTRIBE,GENUS,SPECIES,SUBSPECIES,ANY_GEOG,GEOLOGY_ATTRIBUTE,GEOLOGY_ATTRIBUTE_VALUE,GEOLOGY_HIERARCHIES,CONTINENT_OCEAN,SEA,COUNTRY,STATE_PROV,QUAD,COUNTY,ISLAND_GROUP,ISLAND,FEATURE,SPEC_LOCALITY,MINIMUM_ELEVATION,MAXIMUM_ELEVATION,ORIG_ELEV_UNITS,HABITAT,ISGEOREFERENCED,MIN_MAX_ERROR,MAX_MAX_ERROR,MAX_ERROR_UNITS,LOCALITY_REMARKS,COLL_ROLE,COLL,PARTNAME,TYPE_STATUS,MEDIA_TYPE,ID_REFERENCES,BARCODE,NEWQUERY&SHOWERRORS=0&groupBy=scientific_name
 ffdss                  | UAM-Animalia                                           | http://arctos.database.museum/SpecimenResultsSummary.cfm?SCIENTIFIC_NAME_SCOPE=currentID&METHOD=download&COLLECTION_ID=4&NEWQUERY=1&FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,COLLECTION_ID,LISTCATNUM,GUID,ANYID,SCIENTIFIC_NAME,SCIENTIFIC_NAME_SCOPE,SCIENTIFIC_NAME_MATCH_TYPE,TAXON_NAME,COMMON_NAME,NATURE_OF_ID,IDENTIFIED_AGENT,TAXA_FORMULA,IDENTIFICATION_REMARKS,KINGDOM,PHYLUM,PHYLCLASS,PHYLORDER,FAMILY,SUBFAMILY,TRIBE,SUBTRIBE,GENUS,SPECIES,SUBSPECIES,ANY_GEOG,COLL_ROLE,COLL,PARTNAME,TYPE_STATUS,MEDIA_TYPE,ID_REFERENCES,BARCODE,ANYBARCODE,LOAN_NUMBER,PERMIT_ISSUED_BY,PERMIT_ISSUED_TO,PERMIT_TYPE,PERMIT_NUM,ENTERED_BY,LAST_EDIT_BY,PART_DISPOSITION,PRINT_FG,REMARK,COLL_OBJ_FLAGS,NEWQUERY&SCIENTIFIC_NAME_MATCH_TYPE=startswith&ACTION=nothing&KINGDOM=animalia&INCLUDETIMESPAN=0&TGTFORM=SpecimenResultsSummary.cfm&SHOWERRORS=0&NEXT=colorByCollection&groupBy=phylum,phylclass,phylorder,family,scientific_name,individualcount
 mbowser                | Alaska_Hesperiidae_names                               | http://arctos.database.museum/SpecimenResultsSummary.cfm?SCIENTIFIC_NAME_SCOPE=currentID&METHOD=download&FAMILY=Hesperiidae&TGTFORM=SpecimenResultsSummary.cfm&FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,COLLECTION_ID,LISTCATNUM,GUID,ANYID,OIDOPER,OIDNUM,ACCN_NUMBER,ACCN_AGENCY,SCIENTIFIC_NAME,SCIENTIFIC_NAME_SCOPE,SCIENTIFIC_NAME_MATCH_TYPE,TAXON_NAME,COMMON_NAME,NATURE_OF_ID,IDENTIFIED_AGENT,TAXA_FORMULA,IDENTIFICATION_REMARKS,KINGDOM,PHYLUM,PHYLCLASS,PHYLORDER,FAMILY,SUBFAMILY,TRIBE,SUBTRIBE,GENUS,SPECIES,SUBSPECIES,ANY_GEOG,GEOLOGY_ATTRIBUTE,GEOLOGY_ATTRIBUTE_VALUE,GEOLOGY_HIERARCHIES,CONTINENT_OCEAN,SEA,COUNTRY,STATE_PROV,QUAD,COUNTY,ISLAND_GROUP,ISLAND,FEATURE,SPEC_LOCALITY,MINIMUM_ELEVATION,MAXIMUM_ELEVATION,ORIG_ELEV_UNITS,HABITAT,ISGEOREFERENCED,MIN_MAX_ERROR,MAX_MAX_ERROR,MAX_ERROR_UNITS,LOCALITY_REMARKS,COLL_ROLE,COLL,PARTNAME,TYPE_STATUS,MEDIA_TYPE,ID_REFERENCES,BARCODE,NEWQUERY&SCIENTIFIC_NAME_MATCH_TYPE=startswith&MAX_ERROR_UNITS=m&NEWQUERY=1&STATE_PROV=Alaska&ACTION=nothing&SHOWERRORS=0&COLLECTION_ID=46,12,50,4&GEOLOGY_HIERARCHIES=1&INCLUDETIMESPAN=0&OIDOPER=IS&NEXT=colorByCollection&groupBy=scientific_name
 dlm                    | sfbayish                                               | http://arctos.database.museum/SpecimenResultsSummary.cfm?SELECTEDCOORDS=38.16238213894141, -121.95126307569444; 37.420100434161185, -122.50222743116325&TGTFORM=SpecimenResultsSummary.cfm&SCIENTIFIC_NAME_MATCH_TYPE=startswith&ACTION=nothing&SHOWERRORS=0&OIDOPER=IS&NELONG=-121.95126307569444&SQ_ERROR=false&FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,LISTCATNUM,ANYID,GUID,OIDOPER,OIDNUM,ACCN_NUMBER,ACCN_AGENCY,TAXON_NAME,SCIENTIFIC_NAME,SCIENTIFIC_NAME_SCOPE,SCIENTIFIC_NAME_MATCH_TYPE,COMMON_NAME,NATURE_OF_ID,IDENTIFIED_AGENT,TAXA_FORMULA,IDENTIFICATION_REMARKS,KINGDOM,PHYLUM,PHYLCLASS,PHYLORDER,FAMILY,SUBFAMILY,TRIBE,SUBTRIBE,GENUS,SPECIES,SUBSPECIES,ANY_GEOG,SQ_ERROR,SELECTEDCOORDS,NELAT,NELONG,SWLAT,SWLONG,GEOLOGY_ATTRIBUTE,GEOLOGY_ATTRIBUTE_VALUE,GEOLOGY_HIERARCHIES,CONTINENT_OCEAN,SEA,COUNTRY,STATE_PROV,QUAD,COUNTY,ISLAND_GROUP,ISLAND,FEATURE,SPEC_LOCALITY,MINIMUM_ELEVATION,MAXIMUM_ELEVATION,ORIG_ELEV_UNITS,HABITAT,ISGEOREFERENCED,MIN_MAX_ERROR,MAX_MAX_ERROR,MAX_ERROR_UNITS,LOCALITY_REMARKS,COLL_ROLE,COLL,BEGYEAR,BEGMON,BEGDAY,BEGDATE,ENDYEAR,ENDMON,ENDDAY,ENDDATE,CHRONOLOGICAL_EXTENT,SPECIMEN_EVENT_TYPE,SPECIMEN_EVENT_REMARK,COLLECTING_SOURCE,COLLECTING_METHOD,VERIFICATIONSTATUS,VERBATIM_LOCALITY,COLL_EVENT_REMARKS,PARTNAME,PART_ATTRIBUTE,PART_ATTRIBUTE_VALUE,PART_REMARK,ATTRIBUTE_TYPE_1,ATTOPER_1,ATTRIBUTE_VALUE_1,ATTRIBUTE_UNITS_1,ATTRIBUTE_REMARK,OCR_TEXT,TYPE_STATUS,PROJECT_NAME,LOAN_PROJECT_NAME,PROJECT_SPONSOR,PUBLICATION_TITLE,PUBLICATION_DOI,MEDIA_TYPE,ID_REFERENCES,RELATEDOIDTYPE,RELATED_TERM_1,RELATED_TERM_VAL_1,BARCODE,ANYBARCODE,LOAN_NUMBER,PERMIT_ISSUED_BY,PERMIT_ISSUED_TO,PERMIT_TYPE,PERMIT_NUM,ENTERED_BY,LAST_EDIT_BY,PART_DISPOSITION,PRINT_FG,REMARK,COLL_OBJ_FLAGS,NEWQUERY&SWLAT=37.420100434161185&NEXT=colorByCollection&SCIENTIFIC_NAME_SCOPE=currentID&NELAT=38.16238213894141&NEWQUERY=1&MAX_ERROR_UNITS=m&METHOD=download&INCLUDETIMESPAN=0&SWLONG=-122.50222743116325&GEOLOGY_HIERARCHIES=1&groupBy=continent_ocean,country,state_prov,county,quad,feature,island,island_group,sea
 ffdss                  | Toolik-all                                             | http://arctos.database.museum/SpecimenResultsSummary.cfm?SELECTEDCOORDS=68.68597323680235, -149.42095219809562; 68.57588824290151, -149.78295170981437&ACTION=nothing&SQ_ERROR=false&GEOLOGY_HIERARCHIES=1&TGTFORM=SpecimenResultsSummary.cfm&SHOWERRORS=0&COLLECTION_ID=46,12,50,4&SCIENTIFIC_NAME_SCOPE=currentID&NELONG=-149.42095219809562&NELAT=68.68597323680235&MAX_ERROR_UNITS=m&FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,COLLECTION_ID,LISTCATNUM,GUID,ANYID,SCIENTIFIC_NAME,SCIENTIFIC_NAME_SCOPE,SCIENTIFIC_NAME_MATCH_TYPE,ANY_GEOG,SQ_ERROR,SELECTEDCOORDS,NELAT,NELONG,SWLAT,SWLONG,GEOLOGY_ATTRIBUTE,GEOLOGY_ATTRIBUTE_VALUE,GEOLOGY_HIERARCHIES,CONTINENT_OCEAN,SEA,COUNTRY,STATE_PROV,QUAD,COUNTY,ISLAND_GROUP,ISLAND,FEATURE,SPEC_LOCALITY,MINIMUM_ELEVATION,MAXIMUM_ELEVATION,ORIG_ELEV_UNITS,HABITAT,ISGEOREFERENCED,MIN_MAX_ERROR,MAX_MAX_ERROR,MAX_ERROR_UNITS,LOCALITY_REMARKS,COLL_ROLE,COLL,PARTNAME,TYPE_STATUS,MEDIA_TYPE,ID_REFERENCES,BARCODE,ANYBARCODE,LOAN_NUMBER,PERMIT_ISSUED_BY,PERMIT_ISSUED_TO,PERMIT_TYPE,PERMIT_NUM,ENTERED_BY,LAST_EDIT_BY,PART_DISPOSITION,PRINT_FG,REMARK,COLL_OBJ_FLAGS,NEWQUERY&INCLUDETIMESPAN=0&SWLONG=-149.78295170981437&SCIENTIFIC_NAME_MATCH_TYPE=startswith&SWLAT=68.57588824290151&NEWQUERY=1&METHOD=download&NEXT=colorByCollection&groupBy=phylclass,phylorder,family,scientific_name
 ssh960622@berkeley.edu | Aneides flavipunctatus                                 | http://arctos.database.museum/SpecimenResultsSummary.cfm?SHOWERRORS=0&GEOLOGY_HIERARCHIES=1&ACTION=nothing&TAXON_NAME=Aneides flavipunctatus&NEXT=colorByCollection&COUNTRY=United States&INCLUDETIMESPAN=0&FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,LISTCATNUM,ANYID,TAXON_NAME,ANY_GEOG,GEOLOGY_ATTRIBUTE,GEOLOGY_ATTRIBUTE_VALUE,GEOLOGY_HIERARCHIES,CONTINENT_OCEAN,SEA,COUNTRY,STATE_PROV,QUAD,COUNTY,ISLAND_GROUP,ISLAND,FEATURE,DRAINAGE,SPEC_LOCALITY,MINIMUM_ELEVATION,MAXIMUM_ELEVATION,ORIG_ELEV_UNITS,HABITAT,GEOREFERENCE_SOURCE,ISGEOREFERENCED,MIN_MAX_ERROR,MAX_MAX_ERROR,MAX_ERROR_UNITS,LOCALITY_REMARKS,COLL_ROLE,COLL,PARTNAME,ATTRIBUTE_TYPE_PLACEHOLDER_1,PART_ATTRIBUTE,PART_ATTRIBUTE_VALUE,PART_REMARK,OCR_TEXT,TYPE_STATUS,MEDIA_TYPE,ID_REFERENCES,NEWQUERY&NEWQUERY=1&METHOD=download&TGTFORM=SpecimenResultsSummary.cfm&MAX_ERROR_UNITS=m&STATE_PROV=California&groupBy=year
 kmdaly                 | allAK_KWP                                              | http://arctos.database.museum/SpecimenResultsSummary.cfm?SHOWERRORS=0&METHOD=download&FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,COLLECTION_ID,LISTCATNUM,GUID,ANYID,OIDOPER,OIDNUM,ACCN_NUMBER,ACCN_AGENCY,SCIENTIFIC_NAME,SCIENTIFIC_NAME_SCOPE,SCIENTIFIC_NAME_MATCH_TYPE,TAXON_NAME,COMMON_NAME,NATURE_OF_ID,IDENTIFIED_AGENT,TAXA_FORMULA,IDENTIFICATION_REMARKS,KINGDOM,PHYLUM,PHYLCLASS,PHYLORDER,FAMILY,SUBFAMILY,TRIBE,SUBTRIBE,GENUS,SPECIES,SUBSPECIES,ANY_GEOG,SQ_ERROR,SELECTEDCOORDS,NELAT,NELONG,SWLAT,SWLONG,GEOLOGY_ATTRIBUTE,GEOLOGY_ATTRIBUTE_VALUE,GEOLOGY_HIERARCHIES,CONTINENT_OCEAN,SEA,COUNTRY,STATE_PROV,QUAD,COUNTY,ISLAND_GROUP,ISLAND,FEATURE,SPEC_LOCALITY,MINIMUM_ELEVATION,MAXIMUM_ELEVATION,ORIG_ELEV_UNITS,HABITAT,ISGEOREFERENCED,MIN_MAX_ERROR,MAX_MAX_ERROR,MAX_ERROR_UNITS,LOCALITY_REMARKS,COLL_ROLE,COLL,BEGYEAR,BEGMON,BEGDAY,BEGDATE,ENDYEAR,ENDMON,ENDDAY,ENDDATE,CHRONOLOGICAL_EXTENT,SPECIMEN_EVENT_TYPE,SPECIMEN_EVENT_REMARK,COLLECTING_SOURCE,COLLECTING_METHOD,VERIFICATIONSTATUS,VERBATIM_LOCALITY,COLL_EVENT_REMARKS,PARTNAME,PART_ATTRIBUTE,PART_ATTRIBUTE_VALUE,PART_REMARK,ATTRIBUTE_TYPE_1,ATTOPER_1,ATTRIBUTE_VALUE_1,ATTRIBUTE_UNITS_1,ATTRIBUTE_REMARK,OCR_TEXT,TYPE_STATUS,MEDIA_TYPE,MEDIA_KEYWORDS,ID_REFERENCES,RELATEDOIDTYPE,RELATED_TERM_1,RELATED_TERM_VAL_1,BARCODE,ANYBARCODE,LOAN_NUMBER,PERMIT_ISSUED_BY,PERMIT_ISSUED_TO,PERMIT_TYPE,PERMIT_NUM,ENTERED_BY,LAST_EDIT_BY,PART_DISPOSITION,PRINT_FG,REMARK,COLL_OBJ_FLAGS,NEWQUERY&STATE_PROV=Alaska&SCIENTIFIC_NAME_SCOPE=currentID&SQ_ERROR=false&TGTFORM=SpecimenResultsSummary.cfm&OIDOPER=IS&COLLECTION_ID=12&SCIENTIFIC_NAME_MATCH_TYPE=startswith&ACTION=nothing&NEWQUERY=1&GEOLOGY_HIERARCHIES=1&NEXT=colorByCollection&MAX_ERROR_UNITS=m&INCLUDETIMESPAN=0&groupBy=scientific_name
 mkoo                   | TissFlag_2007-2017_all                                 | http://arctos.database.museum/SpecimenResultsSummary.cfm?SHOWERRORS=0&NEWQUERY=1&ACTION=nothing&NEXT=colorByCollection&FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,IS_TISSUE,ACTION,GUID_PREFIX,LISTCATNUM,ANYID,CUSTOMOIDOPER,CUSTOMIDENTIFIERVALUE,CUSTOM_ID_PREFIX,CUSTOM_ID_NUMBER,CUSTOM_ID_SUFFIX,TAXON_NAME,ANY_GEOG,COLL_ROLE,COLL,PARTNAME,TYPE_STATUS,MEDIA_TYPE,ID_REFERENCES,BARCODE,ANYBARCODE,LOAN_NUMBER,PERMIT_ISSUED_BY,PERMIT_ISSUED_TO,PERMIT_TYPE,PERMIT_NUM,ENTERED_BY,LAST_EDIT_BY,PART_DISPOSITION,PRINT_FG,REMARK,COLL_OBJ_FLAGS,NEWQUERY&TGTFORM=SpecimenResultsSummary.cfm&GUID_PREFIX=MVZObs:Herp,MVZ:Herp,MVZ:Hild,MVZ:Egg,MVZObs:Bird,MVZ:Bird,MVZObs:Mamm,MVZ:Mamm&BEG_ENTERED_DATE=2007-01-01&METHOD=download&IS_TISSUE=1&END_ENTERED_DATE=2017-01-01&INCLUDETIMESPAN=0&groupBy=year
 ffdss                  | Donnelly                                               | http://arctos.database.museum/SpecimenResultsSummary.cfm?SHOWERRORS=0&TGTFORM=SpecimenResultsSummary.cfm&SPEC_LOCALITY=donnelly&OIDOPER=IS&MAX_ERROR_UNITS=m&GEOLOGY_HIERARCHIES=1&NEXT=colorByCollection&METHOD=download&INCLUDETIMESPAN=0&ACTION=nothing&NEWQUERY=1&FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,LISTCATNUM,ANYID,GUID,OIDOPER,OIDNUM,ACCN_NUMBER,ACCN_AGENCY,TAXON_NAME,ANY_GEOG,GEOLOGY_ATTRIBUTE,GEOLOGY_ATTRIBUTE_VALUE,GEOLOGY_HIERARCHIES,CONTINENT_OCEAN,SEA,COUNTRY,STATE_PROV,QUAD,COUNTY,ISLAND_GROUP,ISLAND,FEATURE,SPEC_LOCALITY,MINIMUM_ELEVATION,MAXIMUM_ELEVATION,ORIG_ELEV_UNITS,HABITAT,ISGEOREFERENCED,MIN_MAX_ERROR,MAX_MAX_ERROR,MAX_ERROR_UNITS,LOCALITY_REMARKS,COLL_ROLE,COLL,PARTNAME,TYPE_STATUS,MEDIA_TYPE,ID_REFERENCES,BARCODE,ANYBARCODE,LOAN_NUMBER,PERMIT_ISSUED_BY,PERMIT_ISSUED_TO,PERMIT_TYPE,PERMIT_NUM,ENTERED_BY,LAST_EDIT_BY,PART_DISPOSITION,PRINT_FG,REMARK,COLL_OBJ_FLAGS,NEWQUERY&groupBy=phylorder,family,scientific_name
 ffdss                  | spiders-id-by-Slowik                                   | http://arctos.database.museum/SpecimenResultsSummary.cfm?&species=NOTNULL&identified_agent=slowik&groupBy=collection_object_id,scientific_name,individualcount
 kmdaly                 | ANWRyrsploc                                            | http://arctos.database.museum/SpecimenResultsSummary.cfm?SWLONG=-147.64086908195168&GEOLOGY_HIERARCHIES=1&TGTFORM=SpecimenResultsSummary.cfm&INCLUDETIMESPAN=0&METHOD=download&SCIENTIFIC_NAME_MATCH_TYPE=startswith&SQ_ERROR=false&SHOWERRORS=0&ACTION=nothing&NEXT=colorByCollection&GUID_PREFIX=KWP:Ento&MAX_ERROR_UNITS=m&SELECTEDCOORDS=70.38497943206926, -141.04907220695168; 68.32176011243801, -147.64086908195168&NELAT=70.38497943206926&FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,GUID_PREFIX,LISTCATNUM,ANYID,GUID,OIDOPER,OIDNUM,ACCN_NUMBER,ACCN_AGENCY,TAXON_NAME,SCIENTIFIC_NAME,SCIENTIFIC_NAME_SCOPE,SCIENTIFIC_NAME_MATCH_TYPE,COMMON_NAME,NATURE_OF_ID,IDENTIFIED_AGENT,TAXA_FORMULA,IDENTIFICATION_REMARKS,KINGDOM,PHYLUM,PHYLCLASS,PHYLORDER,FAMILY,SUBFAMILY,TRIBE,SUBTRIBE,GENUS,SPECIES,SUBSPECIES,ANY_GEOG,SQ_ERROR,SELECTEDCOORDS,NELAT,NELONG,SWLAT,SWLONG,GEOLOGY_ATTRIBUTE,GEOLOGY_ATTRIBUTE_VALUE,GEOLOGY_HIERARCHIES,CONTINENT_OCEAN,SEA,COUNTRY,STATE_PROV,QUAD,COUNTY,ISLAND_GROUP,ISLAND,FEATURE,SPEC_LOCALITY,MINIMUM_ELEVATION,MAXIMUM_ELEVATION,ORIG_ELEV_UNITS,HABITAT,ISGEOREFERENCED,MIN_MAX_ERROR,MAX_MAX_ERROR,MAX_ERROR_UNITS,LOCALITY_REMARKS,COLL_ROLE,COLL,BEGYEAR,BEGMON,BEGDAY,BEGDATE,ENDYEAR,ENDMON,ENDDAY,ENDDATE,CHRONOLOGICAL_EXTENT,SPECIMEN_EVENT_TYPE,SPECIMEN_EVENT_REMARK,COLLECTING_SOURCE,COLLECTING_METHOD,VERIFICATIONSTATUS,VERBATIM_LOCALITY,COLL_EVENT_REMARKS,PARTNAME,PART_ATTRIBUTE,PART_ATTRIBUTE_VALUE,PART_REMARK,ATTRIBUTE_TYPE_1,ATTOPER_1,ATTRIBUTE_VALUE_1,ATTRIBUTE_UNITS_1,ATTRIBUTE_REMARK,OCR_TEXT,TYPE_STATUS,PROJECT_NAME,LOAN_PROJECT_NAME,PROJECT_SPONSOR,PUBLICATION_TITLE,PUBLICATION_DOI,MEDIA_TYPE,MEDIA_KEYWORDS,ID_REFERENCES,RELATEDOIDTYPE,RELATED_TERM_1,RELATED_TERM_VAL_1,BARCODE,ANYBARCODE,LOAN_NUMBER,PERMIT_ISSUED_BY,PERMIT_ISSUED_TO,PERMIT_TYPE,PERMIT_NUM,ENTERED_BY,LAST_EDIT_BY,PART_DISPOSITION,PRINT_FG,REMARK,COLL_OBJ_FLAGS,NEWQUERY&NEWQUERY=1&SWLAT=68.32176011243801&SCIENTIFIC_NAME_SCOPE=currentID&OIDOPER=IS&NELONG=-141.04907220695168&groupBy=scientific_name,spec_locality,year
 ffdss                  | AK-spiders                                             | http://arctos.database.museum/SpecimenResultsSummary.cfm?TAXA_FORMULA=A&FIELDNAMES=TGTFORM,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,LISTCATNUM,GUID,ANYID,OIDOPER,OIDNUM,ACCN_NUMBER,ACCN_AGENCY,SCIENTIFIC_NAME,SCIENTIFIC_NAME_SCOPE,SCIENTIFIC_NAME_MATCH_TYPE,TAXON_NAME,COMMON_NAME,NATURE_OF_ID,IDENTIFIED_AGENT,TAXA_FORMULA,IDENTIFICATION_REMARKS,KINGDOM,PHYLUM,PHYLCLASS,PHYLORDER,FAMILY,SUBFAMILY,TRIBE,SUBTRIBE,GENUS,SPECIES,SUBSPECIES,ANY_GEOG,GEOLOGY_ATTRIBUTE,GEOLOGY_ATTRIBUTE_VALUE,GEOLOGY_HIERARCHIES,CONTINENT_OCEAN,SEA,COUNTRY,STATE_PROV,QUAD,COUNTY,ISLAND_GROUP,ISLAND,FEATURE,SPEC_LOCALITY,MINIMUM_ELEVATION,MAXIMUM_ELEVATION,ORIG_ELEV_UNITS,HABITAT,ISGEOREFERENCED,MIN_MAX_ERROR,MAX_MAX_ERROR,MAX_ERROR_UNITS,LOCALITY_REMARKS,COLL_ROLE,COLL,BEGYEAR,BEGMON,BEGDAY,BEGDATE,ENDYEAR,ENDMON,ENDDAY,ENDDATE,CHRONOLOGICAL_EXTENT,SPECIMEN_EVENT_TYPE,SPECIMEN_EVENT_REMARK,COLLECTING_SOURCE,COLLECTING_METHOD,VERIFICATIONSTATUS,VERBATIM_LOCALITY,COLL_EVENT_REMARKS,PARTNAME,TYPE_STATUS,PROJECT_NAME,LOAN_PROJECT_NAME,PROJECT_SPONSOR,PUBLICATION_TITLE,PUBLICATION_DOI,MEDIA_TYPE,ID_REFERENCES,BARCODE,ANYBARCODE,LOAN_NUMBER,PERMIT_ISSUED_BY,PERMIT_ISSUED_TO,PERMIT_TYPE,PERMIT_NUM,ENTERED_BY,LAST_EDIT_BY,PART_DISPOSITION,PRINT_FG,REMARK,COLL_OBJ_FLAGS,NEWQUERY&SCIENTIFIC_NAME_SCOPE=currentID&GEOLOGY_HIERARCHIES=1&METHOD=download&NEXT=colorByCollection&SPECIES=NOTNULL&INCLUDETIMESPAN=0&ACTION=nothing&NEWQUERY=1&PHYLORDER=araneae&OIDOPER=IS&TGTFORM=SpecimenResultsSummary.cfm&STATE_PROV=Alaska&SCIENTIFIC_NAME_MATCH_TYPE=startswith&MAX_ERROR_UNITS=m&SHOWERRORS=0&groupBy=scientific_name
 mbowser                | Checklist_non-marine_arthropods_of_Alaska_species_only | http://arctos.database.museum/SpecimenResultsSummary.cfm?TAXA_FORMULA=A&STATE_PROV=Alaska&INCLUDETIMESPAN=0&ACTION=nothing&METHOD=download&MAX_ERROR_UNITS=m&NEXT=colorByCollection&NEWQUERY=1&COLLECTION_ID=46,12,50,4&SHOWERRORS=0&TGTFORM=SpecimenResultsSummary.cfm&GEOLOGY_HIERARCHIES=1&SPECIES=NOTNULL&SCIENTIFIC_NAME_MATCH_TYPE=startswith&FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,COLLECTION_ID,LISTCATNUM,GUID,ANYID,OIDOPER,OIDNUM,ACCN_NUMBER,ACCN_AGENCY,SCIENTIFIC_NAME,SCIENTIFIC_NAME_SCOPE,SCIENTIFIC_NAME_MATCH_TYPE,TAXON_NAME,COMMON_NAME,NATURE_OF_ID,IDENTIFIED_AGENT,TAXA_FORMULA,IDENTIFICATION_REMARKS,KINGDOM,PHYLUM,PHYLCLASS,PHYLORDER,FAMILY,SUBFAMILY,TRIBE,SUBTRIBE,GENUS,SPECIES,SUBSPECIES,ANY_GEOG,GEOLOGY_ATTRIBUTE,GEOLOGY_ATTRIBUTE_VALUE,GEOLOGY_HIERARCHIES,CONTINENT_OCEAN,SEA,COUNTRY,STATE_PROV,QUAD,COUNTY,ISLAND_GROUP,ISLAND,FEATURE,SPEC_LOCALITY,MINIMUM_ELEVATION,MAXIMUM_ELEVATION,ORIG_ELEV_UNITS,HABITAT,ISGEOREFERENCED,MIN_MAX_ERROR,MAX_MAX_ERROR,MAX_ERROR_UNITS,LOCALITY_REMARKS,COLL_ROLE,COLL,PARTNAME,TYPE_STATUS,MEDIA_TYPE,ID_REFERENCES,BARCODE,NEWQUERY&OIDOPER=IS&SCIENTIFIC_NAME_SCOPE=currentID&PHYLUM=Arthropoda&groupBy=phylclass,phylorder,family,scientific_name
 swiseeagle             | AKarthropodChecklist                                   | http://arctos.database.museum/SpecimenResultsSummary.cfm?&taxon_name=Arthropoda&collection_id=50,4,46&species=_&state_prov=Alaska&groupBy=phylum,phylclass,phylorder,family,scientific_name
 ffdss                  | AK-species-list                                        | http://arctos.database.museum/SpecimenResultsSummary.cfm?&taxon_term=Arthropoda&taxon_scope=relatedTaxonomy&collection_id=50,4&species=_&state_prov=Alaska&groupBy=phylum,phylclass,phylorder,family,scientific_name
 ffdss                  | AK-list-all                                            | http://arctos.database.museum/SpecimenResultsSummary.cfm?&taxon_term=Arthropoda&taxon_scope=relatedTaxonomy&collection_id=50,4&state_prov=Alaska&groupBy=phylum,phylclass,phylorder,family,scientific_name
 ffdss                  | AK-USDA-Bombus2                                        | http://arctos.database.museum/SpecimenResultsSummary.cfm?&taxon_term=Bombus&taxon_scope=currentID_like&accn_number=UAM-2011.13-USDA-Bombus-Ento&groupBy=scientific_name
 ffdss                  | UAM-Bombus                                             | http://arctos.database.museum/SpecimenResultsSummary.cfm?&taxon_term=Bombus&taxon_scope=currentID_like&collection_id=4&species=_&state_prov=Alaska&groupBy=scientific_name
 ffdss                  | Diptera-Anchorage                                      | http://arctos.database.museum/SpecimenResultsSummary.cfm?&taxon_term=Diptera&taxon_scope=relatedTaxonomy&spec_locality=Anchorage&groupBy=phylorder,family,scientific_name
 ffdss                  | Richard-Russell                                        | http://arctos.database.museum/SpecimenResultsSummary.cfm?TGTFORM=SpecimenResultsSummary.cfm&COLL=richard russell&METHOD=download&NEXT=colorByCollection&FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,LISTCATNUM,GUID,ANYID,SCIENTIFIC_NAME,SCIENTIFIC_NAME_SCOPE,SCIENTIFIC_NAME_MATCH_TYPE,ANY_GEOG,COLL_ROLE,COLL,BEGYEAR,BEGMON,BEGDAY,BEGDATE,ENDYEAR,ENDMON,ENDDAY,ENDDATE,CHRONOLOGICAL_EXTENT,SPECIMEN_EVENT_TYPE,SPECIMEN_EVENT_REMARK,COLLECTING_SOURCE,COLLECTING_METHOD,VERIFICATIONSTATUS,VERBATIM_LOCALITY,COLL_EVENT_REMARKS,PARTNAME,TYPE_STATUS,MEDIA_TYPE,ID_REFERENCES,BARCODE,ANYBARCODE,LOAN_NUMBER,PERMIT_ISSUED_BY,PERMIT_ISSUED_TO,PERMIT_TYPE,PERMIT_NUM,ENTERED_BY,LAST_EDIT_BY,PART_DISPOSITION,PRINT_FG,REMARK,COLL_OBJ_FLAGS,NEWQUERY&ACTION=nothing&SHOWERRORS=0&INCLUDETIMESPAN=0&SCIENTIFIC_NAME_MATCH_TYPE=startswith&NEWQUERY=1&SCIENTIFIC_NAME_SCOPE=currentID&groupBy=phylorder,family,scientific_name
 jrykken                | AK Megachilidae                                        | http://arctos.database.museum/SpecimenResultsSummary.cfm?TGTFORM=SpecimenResultsSummary.cfm&NEXT=colorByCollection&SHOWERRORS=0&FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,LISTCATNUM,GUID,ANYID,SCIENTIFIC_NAME,SCIENTIFIC_NAME_SCOPE,SCIENTIFIC_NAME_MATCH_TYPE,TAXON_NAME,COMMON_NAME,NATURE_OF_ID,IDENTIFIED_AGENT,TAXA_FORMULA,IDENTIFICATION_REMARKS,KINGDOM,PHYLUM,PHYLCLASS,PHYLORDER,FAMILY,SUBFAMILY,TRIBE,SUBTRIBE,GENUS,SPECIES,SUBSPECIES,ANY_GEOG,COLL_ROLE,COLL,PARTNAME,TYPE_STATUS,MEDIA_TYPE,ID_REFERENCES,NEWQUERY&SCIENTIFIC_NAME_SCOPE=currentID&INCLUDETIMESPAN=0&NEWQUERY=1&METHOD=download&FAMILY=megachilidae&SCIENTIFIC_NAME_MATCH_TYPE=startswith&ANY_GEOG=alaska&ACTION=nothing&groupBy=genus,scientific_name
 mbowser                | AK_pseudoscorpions                                     | http://arctos.database.museum/SpecimenResultsSummary.cfm?TGTFORM=SpecimenResultsSummary.cfm&OIDOPER=IS&ACTION=nothing&GEOLOGY_HIERARCHIES=1&TAXON_NAME=Pseudoscorpiones&FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,LISTCATNUM,ANYID,GUID,OIDOPER,OIDNUM,ACCN_NUMBER,ACCN_AGENCY,TAXON_NAME,ANY_GEOG,GEOLOGY_ATTRIBUTE,GEOLOGY_ATTRIBUTE_VALUE,GEOLOGY_HIERARCHIES,CONTINENT_OCEAN,SEA,COUNTRY,STATE_PROV,QUAD,COUNTY,ISLAND_GROUP,ISLAND,FEATURE,DRAINAGE,SPEC_LOCALITY,MINIMUM_ELEVATION,MAXIMUM_ELEVATION,ORIG_ELEV_UNITS,HABITAT,GEOREFERENCE_SOURCE,ISGEOREFERENCED,MIN_MAX_ERROR,MAX_MAX_ERROR,MAX_ERROR_UNITS,LOCALITY_REMARKS,COLL_ROLE,COLL,PARTNAME,TYPE_STATUS,MEDIA_TYPE,ID_REFERENCES,BARCODE,NEWQUERY&NEXT=colorByCollection&NEWQUERY=1&METHOD=download&INCLUDETIMESPAN=0&STATE_PROV=Alaska&MAX_ERROR_UNITS=m&SHOWERRORS=0&groupBy=scientific_name
 kmdaly                 | ALLAKLEP                                               | http://arctos.database.museum/SpecimenResultsSummary.cfm?TGTFORM=SpecimenResultsSummary.cfm&PHYLORDER=LEPIDOPTERA&SQ_ERROR=false&NEWQUERY=1&SHOWERRORS=0&METHOD=download&ACTION=nothing&INCLUDETIMESPAN=0&GEOLOGY_HIERARCHIES=1&NEXT=colorByCollection&STATE_PROV=ALASKA&SCIENTIFIC_NAME_MATCH_TYPE=startswith&MAX_ERROR_UNITS=m&SCIENTIFIC_NAME_SCOPE=currentID&OIDOPER=IS&FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,LISTCATNUM,ANYID,GUID,OIDOPER,OIDNUM,ACCN_NUMBER,ACCN_AGENCY,TAXON_NAME,SCIENTIFIC_NAME,SCIENTIFIC_NAME_SCOPE,SCIENTIFIC_NAME_MATCH_TYPE,COMMON_NAME,NATURE_OF_ID,IDENTIFIED_AGENT,TAXA_FORMULA,IDENTIFICATION_REMARKS,KINGDOM,PHYLUM,PHYLCLASS,PHYLORDER,FAMILY,SUBFAMILY,TRIBE,SUBTRIBE,GENUS,SPECIES,SUBSPECIES,ANY_GEOG,SQ_ERROR,SELECTEDCOORDS,NELAT,NELONG,SWLAT,SWLONG,GEOLOGY_ATTRIBUTE,GEOLOGY_ATTRIBUTE_VALUE,GEOLOGY_HIERARCHIES,CONTINENT_OCEAN,SEA,COUNTRY,STATE_PROV,QUAD,COUNTY,ISLAND_GROUP,ISLAND,FEATURE,SPEC_LOCALITY,MINIMUM_ELEVATION,MAXIMUM_ELEVATION,ORIG_ELEV_UNITS,HABITAT,ISGEOREFERENCED,MIN_MAX_ERROR,MAX_MAX_ERROR,MAX_ERROR_UNITS,LOCALITY_REMARKS,COLL_ROLE,COLL,BEGYEAR,BEGMON,BEGDAY,BEGDATE,ENDYEAR,ENDMON,ENDDAY,ENDDATE,CHRONOLOGICAL_EXTENT,SPECIMEN_EVENT_TYPE,SPECIMEN_EVENT_REMARK,COLLECTING_SOURCE,COLLECTING_METHOD,VERIFICATIONSTATUS,VERBATIM_LOCALITY,COLL_EVENT_REMARKS,PARTNAME,PART_ATTRIBUTE,PART_ATTRIBUTE_VALUE,PART_REMARK,ATTRIBUTE_TYPE_1,ATTOPER_1,ATTRIBUTE_VALUE_1,ATTRIBUTE_UNITS_1,ATTRIBUTE_REMARK,OCR_TEXT,TYPE_STATUS,PROJECT_NAME,LOAN_PROJECT_NAME,PROJECT_SPONSOR,PUBLICATION_TITLE,PUBLICATION_DOI,ARCHIVE_NAME,MEDIA_TYPE,MEDIA_KEYWORDS,ID_REFERENCES,RELATEDOIDTYPE,RELATED_TERM_1,RELATED_TERM_VAL_1,BARCODE,ANYBARCODE,LOAN_NUMBER,PERMIT_ISSUED_BY,PERMIT_ISSUED_TO,PERMIT_TYPE,PERMIT_NUM,ENTERED_BY,LAST_EDIT_BY,PART_DISPOSITION,PRINT_FG,REMARK,COLL_OBJ_FLAGS,NEWQUERY&groupBy=family,genus,scientific_name,year
 ffdss                  | muchofAMNWR                                            | https://arctos.database.museum/SpecimenResultsSummary.cfm?ACTION=nothing&SWLONG=169.435546875&INCLUDETIMESPAN=0&SCIENTIFIC_NAME_SCOPE=currentID&SCIENTIFIC_NAME_MATCH_TYPE=startswith&METHOD=download&SWLAT=49.92981576536235&NA=2&NELONG=-155.63671875&NELAT=58.343504203669795&GEOLOGY_HIERARCHIES=1&MAX_ERROR_UNITS=m&SQ_ERROR=false&NEWQUERY=1&FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,LISTCATNUM,ANYID,TAXON_NAME,SCIENTIFIC_NAME,SCIENTIFIC_NAME_SCOPE,SCIENTIFIC_NAME_MATCH_TYPE,COMMON_NAME,NATURE_OF_ID,IDENTIFIED_AGENT,TAXA_FORMULA,IDENTIFICATION_REMARKS,KINGDOM,PHYLUM,PHYLCLASS,PHYLORDER,FAMILY,SUBFAMILY,TRIBE,SUBTRIBE,GENUS,SPECIES,SUBSPECIES,ANY_GEOG,SQ_ERROR,SELECTEDCOORDS,NELAT,NELONG,SWLAT,SWLONG,GEOLOGY_ATTRIBUTE,GEOLOGY_ATTRIBUTE_VALUE,GEOLOGY_HIERARCHIES,CONTINENT_OCEAN,SEA,COUNTRY,STATE_PROV,QUAD,COUNTY,ISLAND_GROUP,ISLAND,FEATURE,DRAINAGE,SPEC_LOCALITY,MINIMUM_ELEVATION,MAXIMUM_ELEVATION,ORIG_ELEV_UNITS,HABITAT,GEOREFERENCE_SOURCE,ISGEOREFERENCED,MIN_MAX_ERROR,MAX_MAX_ERROR,MAX_ERROR_UNITS,LOCALITY_REMARKS,COLL_ROLE,COLL,BEGYEAR,BEGMON,BEGDAY,BEGDATE,ENDYEAR,ENDMON,ENDDAY,ENDDATE,CHRONOLOGICAL_EXTENT,SPECIMEN_EVENT_TYPE,SPECIMEN_EVENT_REMARK,COLLECTING_SOURCE,COLLECTING_METHOD,VERIFICATIONSTATUS,VERBATIM_LOCALITY,COLL_EVENT_REMARKS,EVENT_ATTRIBUTE_TYPE_1,EVENT_ATTRIBUTE_VALUE_1,EVENT_ATTRIBUTE_UNITS_1,NA,PARTNAME,TYPE_STATUS,MEDIA_TYPE,ID_REFERENCES,BARCODE,ANYBARCODE,PART_CONTAINER_TYPE,LOAN_NUMBER,PERMIT_ISSUED_BY,PERMIT_ISSUED_TO,PERMIT_TYPE,PERMIT_NUM,ENTERED_BY,LAST_EDIT_BY,PART_DISPOSITION,PART_CONDITION,PRINT_FG,REMARK,COLL_OBJ_FLAGS,TAXON_STATUS,NEWQUERY&TGTFORM=SpecimenResultsSummary.cfm&SELECTEDCOORDS=58.343504203669795, -155.63671875; 49.92981576536235, 169.435546875&NEXT=colorByCollection&SHOWERRORS=0&KINGDOM=animalia&groupBy=phylum,phylclass,phylorder,family,scientific_name
 ffdss                  | AKBombus2020formatted                                  | https://arctos.database.museum/SpecimenResultsSummary.cfm?FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,LISTCATNUM,ANYID,GUID,OIDOPER,OIDNUM,ACCN_NUMBER,ACCN_AGENCY,TAXON_NAME,SCIENTIFIC_NAME,SCIENTIFIC_NAME_SCOPE,SCIENTIFIC_NAME_MATCH_TYPE,COMMON_NAME,NATURE_OF_ID,IDENTIFICATION_CONFIDENCE,IDENTIFIED_AGENT,TAXA_FORMULA,IDENTIFICATION_REMARKS,KINGDOM,PHYLUM,PHYLCLASS,PHYLORDER,FAMILY,SUBFAMILY,TRIBE,SUBTRIBE,GENUS,SPECIES,SUBSPECIES,ANY_GEOG,GEOLOGY_ATTRIBUTE,GEOLOGY_ATTRIBUTE_VALUE,GEOLOGY_HIERARCHIES,CONTINENT_OCEAN,SEA,COUNTRY,STATE_PROV,QUAD,COUNTY,ISLAND_GROUP,ISLAND,FEATURE,DRAINAGE,SPEC_LOCALITY,MINIMUM_ELEVATION,MAXIMUM_ELEVATION,ORIG_ELEV_UNITS,HABITAT,GEOREFERENCE_SOURCE,ISGEOREFERENCED,MIN_MAX_ERROR,MAX_MAX_ERROR,MAX_ERROR_UNITS,LOCALITY_REMARKS,COLL_ROLE,COLL,PARTNAME,TYPE_STATUS,MEDIA_TYPE,ID_REFERENCES,BARCODE,ANYBARCODE,PART_CONTAINER_TYPE,LOAN_NUMBER,PERMIT_ISSUED_BY,PERMIT_ISSUED_TO,PERMIT_TYPE,PERMIT_NUM,ENTERED_BY,LAST_EDIT_BY,PART_DISPOSITION,PART_CONDITION,PRINT_FG,REMARK,COLL_OBJ_FLAGS,TAXON_STATUS,NEWQUERY&INCLUDETIMESPAN=0&SCIENTIFIC_NAME_MATCH_TYPE=startswith&MAX_ERROR_UNITS=m&TGTFORM=SpecimenResultsSummary.cfm&GEOLOGY_HIERARCHIES=1&STATE_PROV=Alaska&ACTION=nothing&SHOWERRORS=0&OIDOPER=IS&METHOD=download&NEWQUERY=1&SPECIES=NOTNULL&SCIENTIFIC_NAME_SCOPE=currentID&TAXA_FORMULA=A&NEXT=colorByCollection&SCIENTIFIC_NAME=Bombus&groupBy=formatted_scientific_name
 akwenninger@alaska.edu | Bombus search                                          | https://arctos.database.museum/SpecimenResultsSummary.cfm?FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,LISTCATNUM,ANYID,TAXON_NAME,ANY_GEOG,COLL_ROLE,COLL,PARTNAME,TYPE_STATUS,MEDIA_TYPE,ID_REFERENCES,NEWQUERY&TAXON_NAME=bombus&NEWQUERY=1&SHOWERRORS=0&METHOD=download&INCLUDETIMESPAN=0&TGTFORM=SpecimenResultsSummary.cfm&ACTION=nothing&NEXT=colorByCollection&groupBy=scientific_name
 ffdss                  | AKLycosidae                                            | https://arctos.database.museum/SpecimenResultsSummary.cfm?GEOLOGY_HIERARCHIES=1&INCLUDETIMESPAN=0&TAXA_FORMULA=A&MAX_ERROR_UNITS=m&SHOWERRORS=0&FIELDNAMES=TGTFORM,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,LISTCATNUM,ANYID,TAXON_NAME,SCIENTIFIC_NAME,SCIENTIFIC_NAME_SCOPE,SCIENTIFIC_NAME_MATCH_TYPE,COMMON_NAME,NATURE_OF_ID,IDENTIFIED_AGENT,TAXA_FORMULA,IDENTIFICATION_REMARKS,KINGDOM,PHYLUM,PHYLCLASS,PHYLORDER,FAMILY,SUBFAMILY,TRIBE,SUBTRIBE,GENUS,SPECIES,SUBSPECIES,ANY_GEOG,GEOLOGY_ATTRIBUTE,GEOLOGY_ATTRIBUTE_VALUE,GEOLOGY_HIERARCHIES,CONTINENT_OCEAN,SEA,COUNTRY,STATE_PROV,QUAD,COUNTY,ISLAND_GROUP,ISLAND,FEATURE,DRAINAGE,SPEC_LOCALITY,MINIMUM_ELEVATION,MAXIMUM_ELEVATION,ORIG_ELEV_UNITS,HABITAT,GEOREFERENCE_SOURCE,ISGEOREFERENCED,MIN_MAX_ERROR,MAX_MAX_ERROR,MAX_ERROR_UNITS,LOCALITY_REMARKS,COLL_ROLE,COLL,PARTNAME,TYPE_STATUS,MEDIA_TYPE,ID_REFERENCES,BARCODE,NEWQUERY&ACTION=nothing&METHOD=download&SPECIES=NOTNULL&SCIENTIFIC_NAME_SCOPE=currentID&NEWQUERY=1&FAMILY=lycosidae&STATE_PROV=Alaska&SCIENTIFIC_NAME_MATCH_TYPE=startswith&TGTFORM=SpecimenResultsSummary.cfm&NEXT=colorByCollection&groupBy=scientific_name
 ebraker                | Mexican Squamates                                      | https://arctos.database.museum/SpecimenResultsSummary.cfm?GEOLOGY_HIERARCHIES=1&NA=2&PHYLORDER=Squamata&ACTION=nothing&METHOD=download&SHOWERRORS=0&GUID_PREFIX=UCM:Herp&FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,GUID_PREFIX,LISTCATNUM,ANYID,GUID,OIDOPER,OIDNUM,ACCN_NUMBER,ACCN_AGENCY,TAXON_NAME,SCIENTIFIC_NAME,SCIENTIFIC_NAME_SCOPE,SCIENTIFIC_NAME_MATCH_TYPE,COMMON_NAME,NATURE_OF_ID,IDENTIFIED_AGENT,TAXA_FORMULA,IDENTIFICATION_REMARKS,KINGDOM,PHYLUM,PHYLCLASS,PHYLORDER,FAMILY,SUBFAMILY,TRIBE,SUBTRIBE,GENUS,SPECIES,SUBSPECIES,ANY_GEOG,SQ_ERROR,SELECTEDCOORDS,NELAT,NELONG,SWLAT,SWLONG,GEOLOGY_ATTRIBUTE,GEOLOGY_ATTRIBUTE_VALUE,GEOLOGY_HIERARCHIES,CONTINENT_OCEAN,SEA,COUNTRY,STATE_PROV,QUAD,COUNTY,ISLAND_GROUP,ISLAND,FEATURE,DRAINAGE,SPEC_LOCALITY,MINIMUM_ELEVATION,MAXIMUM_ELEVATION,ORIG_ELEV_UNITS,HABITAT,GEOREFERENCE_SOURCE,ISGEOREFERENCED,MIN_MAX_ERROR,MAX_MAX_ERROR,MAX_ERROR_UNITS,LOCALITY_REMARKS,COLL_ROLE,COLL,BEGYEAR,BEGMON,BEGDAY,BEGDATE,ENDYEAR,ENDMON,ENDDAY,ENDDATE,CHRONOLOGICAL_EXTENT,SPECIMEN_EVENT_TYPE,SPECIMEN_EVENT_REMARK,COLLECTING_SOURCE,COLLECTING_METHOD,VERIFICATIONSTATUS,VERBATIM_LOCALITY,COLL_EVENT_REMARKS,EVENT_ATTRIBUTE_TYPE_1,EVENT_ATTRIBUTE_VALUE_1,EVENT_ATTRIBUTE_UNITS_1,NA,PARTNAME,ATTRIBUTE_TYPE_PLACEHOLDER_1,PART_ATTRIBUTE,PART_ATTRIBUTE_VALUE,PART_REMARK,OCR_TEXT,TYPE_STATUS,PROJECT_NAME,LOAN_PROJECT_NAME,PROJECT_SPONSOR,PUBLICATION_TITLE,PUBLICATION_DOI,ARCHIVE_NAME,MEDIA_TYPE,ID_REFERENCES,BARCODE,ANYBARCODE,PART_CONTAINER_TYPE,LOAN_NUMBER,PERMIT_ISSUED_BY,PERMIT_ISSUED_TO,PERMIT_TYPE,PERMIT_NUM,ENTERED_BY,LAST_EDIT_BY,PART_DISPOSITION,PART_CONDITION,PRINT_FG,REMARK,COLL_OBJ_FLAGS,TAXON_STATUS,NEWQUERY&NEXT=colorByCollection&TGTFORM=SpecimenResultsSummary.cfm&COUNTRY=Mexico&SQ_ERROR=false&NEWQUERY=1&SCIENTIFIC_NAME_SCOPE=currentID&INCLUDETIMESPAN=0&OIDOPER=IS&MAX_ERROR_UNITS=m&SCIENTIFIC_NAME_MATCH_TYPE=startswith&groupBy=scientific_name
 kmdaly                 | fbks                                                   | https://arctos.database.museum/SpecimenResultsSummary.cfm?GUID_PREFIX=KWP:Ento,UAM:Ento&METHOD=download&NEXT=colorByCollection&ACTION=nothing&SCIENTIFIC_NAME_MATCH_TYPE=startswith&NELAT=64.9131423483234&SCIENTIFIC_NAME_SCOPE=currentID&PHYLORDER=Lepidoptera&SWLONG=-148.34207146719564&OIDOPER=IS&INCLUDETIMESPAN=0&TGTFORM=SpecimenResultsSummary.cfm&SWLAT=64.6780571976655&SHOWERRORS=0&SQ_ERROR=false&FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,GUID_PREFIX,LISTCATNUM,ANYID,GUID,OIDOPER,OIDNUM,ACCN_NUMBER,ACCN_AGENCY,TAXON_NAME,SCIENTIFIC_NAME,SCIENTIFIC_NAME_SCOPE,SCIENTIFIC_NAME_MATCH_TYPE,COMMON_NAME,NATURE_OF_ID,IDENTIFIED_AGENT,TAXA_FORMULA,IDENTIFICATION_REMARKS,KINGDOM,PHYLUM,PHYLCLASS,PHYLORDER,FAMILY,SUBFAMILY,TRIBE,SUBTRIBE,GENUS,SPECIES,SUBSPECIES,ANY_GEOG,SQ_ERROR,SELECTEDCOORDS,NELAT,NELONG,SWLAT,SWLONG,COLL_ROLE,COLL,BEGYEAR,BEGMON,BEGDAY,BEGDATE,ENDYEAR,ENDMON,ENDDAY,ENDDATE,CHRONOLOGICAL_EXTENT,SPECIMEN_EVENT_TYPE,SPECIMEN_EVENT_REMARK,COLLECTING_SOURCE,COLLECTING_METHOD,VERIFICATIONSTATUS,VERBATIM_LOCALITY,COLL_EVENT_REMARKS,PARTNAME,PART_ATTRIBUTE,PART_ATTRIBUTE_VALUE,PART_REMARK,ATTRIBUTE_TYPE_1,ATTOPER_1,ATTRIBUTE_VALUE_1,ATTRIBUTE_UNITS_1,ATTRIBUTE_REMARK,OCR_TEXT,TYPE_STATUS,PROJECT_NAME,LOAN_PROJECT_NAME,PROJECT_SPONSOR,PUBLICATION_TITLE,PUBLICATION_DOI,ARCHIVE_NAME,MEDIA_TYPE,MEDIA_KEYWORDS,ID_REFERENCES,RELATEDOIDTYPE,RELATED_TERM_1,RELATED_TERM_VAL_1,BARCODE,ANYBARCODE,PART_CONTAINER_TYPE,LOAN_NUMBER,PERMIT_ISSUED_BY,PERMIT_ISSUED_TO,PERMIT_TYPE,PERMIT_NUM,ENTERED_BY,LAST_EDIT_BY,PART_DISPOSITION,PRINT_FG,REMARK,COLL_OBJ_FLAGS,NEWQUERY&SELECTEDCOORDS=64.9131423483234, -147.41372674063314; 64.6780571976655, -148.34207146719564&NEWQUERY=1&NELONG=-147.41372674063314&groupBy=scientific_name,individualcount
 ebraker                | MX Herps (fluid-preserved)                             | https://arctos.database.museum/SpecimenResultsSummary.cfm?INCLUDETIMESPAN=0&COUNTRY=Mexico&SHOWERRORS=0&PARTNAME=whole organism&SCIENTIFIC_NAME_SCOPE=currentID&OIDOPER=IS&ACTION=nothing&NEWQUERY=1&NA=2&NEXT=colorByCollection&GUID_PREFIX=UCM:Herp&TGTFORM=SpecimenResultsSummary.cfm&METHOD=download&SQ_ERROR=false&GEOLOGY_HIERARCHIES=1&MAX_ERROR_UNITS=m&SCIENTIFIC_NAME_MATCH_TYPE=startswith&FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,GUID_PREFIX,LISTCATNUM,ANYID,GUID,OIDOPER,OIDNUM,ACCN_NUMBER,ACCN_AGENCY,TAXON_NAME,SCIENTIFIC_NAME,SCIENTIFIC_NAME_SCOPE,SCIENTIFIC_NAME_MATCH_TYPE,COMMON_NAME,NATURE_OF_ID,IDENTIFIED_AGENT,TAXA_FORMULA,IDENTIFICATION_REMARKS,KINGDOM,PHYLUM,PHYLCLASS,PHYLORDER,FAMILY,SUBFAMILY,TRIBE,SUBTRIBE,GENUS,SPECIES,SUBSPECIES,ANY_GEOG,SQ_ERROR,SELECTEDCOORDS,NELAT,NELONG,SWLAT,SWLONG,GEOLOGY_ATTRIBUTE,GEOLOGY_ATTRIBUTE_VALUE,GEOLOGY_HIERARCHIES,CONTINENT_OCEAN,SEA,COUNTRY,STATE_PROV,QUAD,COUNTY,ISLAND_GROUP,ISLAND,FEATURE,DRAINAGE,SPEC_LOCALITY,MINIMUM_ELEVATION,MAXIMUM_ELEVATION,ORIG_ELEV_UNITS,HABITAT,GEOREFERENCE_SOURCE,ISGEOREFERENCED,MIN_MAX_ERROR,MAX_MAX_ERROR,MAX_ERROR_UNITS,LOCALITY_REMARKS,COLL_ROLE,COLL,BEGYEAR,BEGMON,BEGDAY,BEGDATE,ENDYEAR,ENDMON,ENDDAY,ENDDATE,CHRONOLOGICAL_EXTENT,SPECIMEN_EVENT_TYPE,SPECIMEN_EVENT_REMARK,COLLECTING_SOURCE,COLLECTING_METHOD,VERIFICATIONSTATUS,VERBATIM_LOCALITY,COLL_EVENT_REMARKS,EVENT_ATTRIBUTE_TYPE_1,EVENT_ATTRIBUTE_VALUE_1,EVENT_ATTRIBUTE_UNITS_1,NA,PARTNAME,ATTRIBUTE_TYPE_PLACEHOLDER_1,PART_ATTRIBUTE,PART_ATTRIBUTE_VALUE,PART_REMARK,OCR_TEXT,TYPE_STATUS,PROJECT_NAME,LOAN_PROJECT_NAME,PROJECT_SPONSOR,PUBLICATION_TITLE,PUBLICATION_DOI,ARCHIVE_NAME,MEDIA_TYPE,ID_REFERENCES,BARCODE,ANYBARCODE,PART_CONTAINER_TYPE,LOAN_NUMBER,PERMIT_ISSUED_BY,PERMIT_ISSUED_TO,PERMIT_TYPE,PERMIT_NUM,ENTERED_BY,LAST_EDIT_BY,PART_DISPOSITION,PART_CONDITION,PRINT_FG,REMARK,COLL_OBJ_FLAGS,TAXON_STATUS,NEWQUERY&groupBy=phylorder,family,scientific_name
 kmdaly                 | uamHESP                                                | https://arctos.database.museum/SpecimenResultsSummary.cfm?INCLUDETIMESPAN=0&NEXT=colorByCollection&SCIENTIFIC_NAME_MATCH_TYPE=startswith&FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,GUID_PREFIX,LISTCATNUM,ANYID,GUID,OIDOPER,OIDNUM,ACCN_NUMBER,ACCN_AGENCY,TAXON_NAME,SCIENTIFIC_NAME,SCIENTIFIC_NAME_SCOPE,SCIENTIFIC_NAME_MATCH_TYPE,COMMON_NAME,NATURE_OF_ID,IDENTIFIED_AGENT,TAXA_FORMULA,IDENTIFICATION_REMARKS,KINGDOM,PHYLUM,PHYLCLASS,PHYLORDER,FAMILY,SUBFAMILY,TRIBE,SUBTRIBE,GENUS,SPECIES,SUBSPECIES,ANY_GEOG,SQ_ERROR,SELECTEDCOORDS,NELAT,NELONG,SWLAT,SWLONG,GEOLOGY_ATTRIBUTE,GEOLOGY_ATTRIBUTE_VALUE,GEOLOGY_HIERARCHIES,CONTINENT_OCEAN,SEA,COUNTRY,STATE_PROV,QUAD,COUNTY,ISLAND_GROUP,ISLAND,FEATURE,SPEC_LOCALITY,MINIMUM_ELEVATION,MAXIMUM_ELEVATION,ORIG_ELEV_UNITS,HABITAT,GEOREFERENCE_SOURCE,ISGEOREFERENCED,MIN_MAX_ERROR,MAX_MAX_ERROR,MAX_ERROR_UNITS,LOCALITY_REMARKS,COLL_ROLE,COLL,BEGYEAR,BEGMON,BEGDAY,BEGDATE,ENDYEAR,ENDMON,ENDDAY,ENDDATE,CHRONOLOGICAL_EXTENT,SPECIMEN_EVENT_TYPE,SPECIMEN_EVENT_REMARK,COLLECTING_SOURCE,COLLECTING_METHOD,VERIFICATIONSTATUS,VERBATIM_LOCALITY,COLL_EVENT_REMARKS,PARTNAME,ATTRIBUTE_TYPE_PLACEHOLDER_1,PART_ATTRIBUTE,PART_ATTRIBUTE_VALUE,PART_REMARK,OCR_TEXT,TYPE_STATUS,PROJECT_NAME,LOAN_PROJECT_NAME,PROJECT_SPONSOR,PUBLICATION_TITLE,PUBLICATION_DOI,ARCHIVE_NAME,MEDIA_TYPE,MEDIA_KEYWORDS,ID_REFERENCES,RELATEDOIDTYPE,RELATED_TERM_1,RELATED_TERM_VAL_1,BARCODE,ANYBARCODE,PART_CONTAINER_TYPE,LOAN_NUMBER,PERMIT_ISSUED_BY,PERMIT_ISSUED_TO,PERMIT_TYPE,PERMIT_NUM,ENTERED_BY,LAST_EDIT_BY,PART_DISPOSITION,PRINT_FG,REMARK,COLL_OBJ_FLAGS,NEWQUERY&SHOWERRORS=0&GEOLOGY_HIERARCHIES=1&TGTFORM=SpecimenResultsSummary.cfm&OIDOPER=IS&MAX_ERROR_UNITS=m&NEWQUERY=1&SQ_ERROR=false&METHOD=download&GUID_PREFIX=UAM:Ento&FAMILY=Hesperiidae&ACTION=nothing&SCIENTIFIC_NAME_SCOPE=currentID&groupBy=scientific_name,individualcount
 ffdss                  | akpotentialendmics                                     | https://arctos.database.museum/SpecimenResultsSummary.cfm?MAX_ERROR_UNITS=m&ACTION=nothing&FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,GUID_PREFIX,LISTCATNUM,ANYID,GUID,OIDOPER,OIDNUM,ACCN_NUMBER,ACCN_AGENCY,TAXON_NAME,ANY_GEOG,GEOLOGY_ATTRIBUTE,GEOLOGY_ATTRIBUTE_VALUE,GEOLOGY_HIERARCHIES,CONTINENT_OCEAN,SEA,COUNTRY,STATE_PROV,QUAD,COUNTY,ISLAND_GROUP,ISLAND,FEATURE,DRAINAGE,SPEC_LOCALITY,MINIMUM_ELEVATION,MAXIMUM_ELEVATION,ORIG_ELEV_UNITS,HABITAT,GEOREFERENCE_SOURCE,ISGEOREFERENCED,MIN_MAX_ERROR,MAX_MAX_ERROR,MAX_ERROR_UNITS,LOCALITY_REMARKS,COLL_ROLE,COLL,PARTNAME,TYPE_STATUS,MEDIA_TYPE,ID_REFERENCES,BARCODE,ANYBARCODE,PART_CONTAINER_TYPE,LOAN_NUMBER,PERMIT_ISSUED_BY,PERMIT_ISSUED_TO,PERMIT_TYPE,PERMIT_NUM,ENTERED_BY,LAST_EDIT_BY,PART_DISPOSITION,PART_CONDITION,PRINT_FG,REMARK,COLL_OBJ_FLAGS,TAXON_STATUS,NEWQUERY&NEWQUERY=1&OIDOPER=IS&GUID_PREFIX=KNWR:Ento,KNWR:Inv,KWP:Ento,UAMObs:Ento,UAM:Ento&NEXT=colorByCollection&INCLUDETIMESPAN=0&SHOWERRORS=0&GEOLOGY_HIERARCHIES=1&REMARK=endemic&METHOD=download&STATE_PROV=Alaska&TGTFORM=SpecimenResultsSummary.cfm&groupBy=phylum,phylclass,phylorder,family,scientific_name
 kmdaly                 | noyearnymphalids                                       | https://arctos.database.museum/SpecimenResultsSummary.cfm?MAX_ERROR_UNITS=m&NELONG=-122.2734375&SHOWERRORS=0&NELAT=64.21498144171055&SCIENTIFIC_NAME_MATCH_TYPE=startswith&NEWQUERY=1&SELECTEDCOORDS=64.21498144171055, -122.2734375; 48.8441751956012, -167.23828125&INCLUDETIMESPAN=0&GEOLOGY_HIERARCHIES=1&SWLAT=48.8441751956012&FAMILY=Nymphalidae&TGTFORM=SpecimenResultsSummary.cfm&SWLONG=-167.23828125&NA=2&SCIENTIFIC_NAME_SCOPE=currentID&METHOD=download&NEXT=colorByCollection&ACTION=nothing&FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,LISTCATNUM,ANYID,GUID,OIDOPER,OIDNUM,ACCN_NUMBER,ACCN_AGENCY,TAXON_NAME,SCIENTIFIC_NAME,SCIENTIFIC_NAME_SCOPE,SCIENTIFIC_NAME_MATCH_TYPE,COMMON_NAME,NATURE_OF_ID,IDENTIFIED_AGENT,TAXA_FORMULA,IDENTIFICATION_REMARKS,KINGDOM,PHYLUM,PHYLCLASS,PHYLORDER,FAMILY,SUBFAMILY,TRIBE,SUBTRIBE,GENUS,SPECIES,SUBSPECIES,ANY_GEOG,SQ_ERROR,SELECTEDCOORDS,NELAT,NELONG,SWLAT,SWLONG,GEOLOGY_ATTRIBUTE,GEOLOGY_ATTRIBUTE_VALUE,GEOLOGY_HIERARCHIES,CONTINENT_OCEAN,SEA,COUNTRY,STATE_PROV,QUAD,COUNTY,ISLAND_GROUP,ISLAND,FEATURE,DRAINAGE,SPEC_LOCALITY,MINIMUM_ELEVATION,MAXIMUM_ELEVATION,ORIG_ELEV_UNITS,HABITAT,GEOREFERENCE_SOURCE,ISGEOREFERENCED,MIN_MAX_ERROR,MAX_MAX_ERROR,MAX_ERROR_UNITS,LOCALITY_REMARKS,COLL_ROLE,COLL,BEGYEAR,BEGMON,BEGDAY,BEGDATE,ENDYEAR,ENDMON,ENDDAY,ENDDATE,CHRONOLOGICAL_EXTENT,SPECIMEN_EVENT_TYPE,SPECIMEN_EVENT_REMARK,COLLECTING_SOURCE,COLLECTING_METHOD,VERIFICATIONSTATUS,VERBATIM_LOCALITY,COLL_EVENT_REMARKS,EVENT_ATTRIBUTE_TYPE_1,EVENT_ATTRIBUTE_VALUE_1,EVENT_ATTRIBUTE_UNITS_1,NA,PARTNAME,ATTRIBUTE_TYPE_PLACEHOLDER_1,PART_ATTRIBUTE,PART_ATTRIBUTE_VALUE,PART_REMARK,OCR_TEXT,TYPE_STATUS,PROJECT_NAME,LOAN_PROJECT_NAME,PROJECT_SPONSOR,PUBLICATION_TITLE,PUBLICATION_DOI,ARCHIVE_NAME,MEDIA_TYPE,MEDIA_KEYWORDS,ID_REFERENCES,RELATEDOIDTYPE,RELATED_TERM_1,RELATED_TERM_VAL_1,BARCODE,ANYBARCODE,PART_CONTAINER_TYPE,LOAN_NUMBER,PERMIT_ISSUED_BY,PERMIT_ISSUED_TO,PERMIT_TYPE,PERMIT_NUM,ENTERED_BY,LAST_EDIT_BY,PART_DISPOSITION,PART_CONDITION,PRINT_FG,REMARK,COLL_OBJ_FLAGS,TAXON_STATUS,NEWQUERY&OIDOPER=IS&SQ_ERROR=false&groupBy=family,genus,scientific_name,spec_locality,year
 ffdss                  | creamer's                                              | https://arctos.database.museum/SpecimenResultsSummary.cfm?MAX_ERROR_UNITS=m&OIDOPER=IS&GEOLOGY_HIERARCHIES=1&SPEC_LOCALITY=creamer&METHOD=download&TGTFORM=SpecimenResultsSummary.cfm&ACTION=nothing&SCIENTIFIC_NAME_SCOPE=currentID&INCLUDETIMESPAN=0&NEXT=colorByCollection&NEWQUERY=1&FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,LISTCATNUM,ANYID,GUID,OIDOPER,OIDNUM,ACCN_NUMBER,ACCN_AGENCY,TAXON_NAME,SCIENTIFIC_NAME,SCIENTIFIC_NAME_SCOPE,SCIENTIFIC_NAME_MATCH_TYPE,COMMON_NAME,NATURE_OF_ID,IDENTIFIED_AGENT,TAXA_FORMULA,IDENTIFICATION_REMARKS,KINGDOM,PHYLUM,PHYLCLASS,PHYLORDER,FAMILY,SUBFAMILY,TRIBE,SUBTRIBE,GENUS,SPECIES,SUBSPECIES,ANY_GEOG,GEOLOGY_ATTRIBUTE,GEOLOGY_ATTRIBUTE_VALUE,GEOLOGY_HIERARCHIES,CONTINENT_OCEAN,SEA,COUNTRY,STATE_PROV,QUAD,COUNTY,ISLAND_GROUP,ISLAND,FEATURE,DRAINAGE,SPEC_LOCALITY,MINIMUM_ELEVATION,MAXIMUM_ELEVATION,ORIG_ELEV_UNITS,HABITAT,GEOREFERENCE_SOURCE,ISGEOREFERENCED,MIN_MAX_ERROR,MAX_MAX_ERROR,MAX_ERROR_UNITS,LOCALITY_REMARKS,COLL_ROLE,COLL,PARTNAME,TYPE_STATUS,MEDIA_TYPE,ID_REFERENCES,BARCODE,ANYBARCODE,PART_CONTAINER_TYPE,LOAN_NUMBER,PERMIT_ISSUED_BY,PERMIT_ISSUED_TO,PERMIT_TYPE,PERMIT_NUM,ENTERED_BY,LAST_EDIT_BY,PART_DISPOSITION,PART_CONDITION,PRINT_FG,REMARK,COLL_OBJ_FLAGS,TAXON_STATUS,NEWQUERY&SHOWERRORS=0&SCIENTIFIC_NAME_MATCH_TYPE=startswith&groupBy=phylclass,phylorder,family,scientific_name
 ebraker                | Squamate "skull"                                       | https://arctos.database.museum/SpecimenResultsSummary.cfm?MAX_ERROR_UNITS=m&SCIENTIFIC_NAME_SCOPE=currentID&ACTION=nothing&NEXT=colorByCollection&NEWQUERY=1&OIDOPER=IS&METHOD=download&SQ_ERROR=false&SCIENTIFIC_NAME_MATCH_TYPE=startswith&NA=2&GUID_PREFIX=UCM:Herp&PHYLORDER=Squamata&SHOWERRORS=0&FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,GUID_PREFIX,LISTCATNUM,ANYID,GUID,OIDOPER,OIDNUM,ACCN_NUMBER,ACCN_AGENCY,TAXON_NAME,SCIENTIFIC_NAME,SCIENTIFIC_NAME_SCOPE,SCIENTIFIC_NAME_MATCH_TYPE,COMMON_NAME,NATURE_OF_ID,IDENTIFICATION_CONFIDENCE,IDENTIFIED_AGENT,TAXA_FORMULA,IDENTIFICATION_REMARKS,KINGDOM,PHYLUM,PHYLCLASS,PHYLORDER,FAMILY,SUBFAMILY,TRIBE,SUBTRIBE,GENUS,SPECIES,SUBSPECIES,ANY_GEOG,SQ_ERROR,SELECTEDCOORDS,NELAT,NELONG,SWLAT,SWLONG,GEOLOGY_ATTRIBUTE,GEOLOGY_ATTRIBUTE_VALUE,GEOLOGY_HIERARCHIES,CONTINENT_OCEAN,SEA,COUNTRY,STATE_PROV,QUAD,COUNTY,ISLAND_GROUP,ISLAND,FEATURE,DRAINAGE,SPEC_LOCALITY,MINIMUM_ELEVATION,MAXIMUM_ELEVATION,ORIG_ELEV_UNITS,HABITAT,GEOREFERENCE_SOURCE,ISGEOREFERENCED,MIN_MAX_ERROR,MAX_MAX_ERROR,MAX_ERROR_UNITS,LOCALITY_REMARKS,COLL_ROLE,COLL,BEGYEAR,BEGMON,BEGDAY,BEGDATE,ENDYEAR,ENDMON,ENDDAY,ENDDATE,CHRONOLOGICAL_EXTENT,SPECIMEN_EVENT_TYPE,SPECIMEN_EVENT_REMARK,COLLECTING_SOURCE,COLLECTING_METHOD,VERIFICATIONSTATUS,VERBATIM_LOCALITY,COLL_EVENT_REMARKS,EVENT_ATTRIBUTE_TYPE_1,EVENT_ATTRIBUTE_VALUE_1,EVENT_ATTRIBUTE_UNITS_1,NA,PARTNAME,ATTRIBUTE_TYPE_PLACEHOLDER_1,PART_ATTRIBUTE,PART_ATTRIBUTE_VALUE,PART_REMARK,OCR_TEXT,TYPE_STATUS,PROJECT_NAME,LOAN_PROJECT_NAME,PROJECT_SPONSOR,PUBLICATION_TITLE,PUBLICATION_DOI,ARCHIVE_NAME,MEDIA_TYPE,ID_REFERENCES,BARCODE,ANYBARCODE,PART_CONTAINER_TYPE,LOAN_NUMBER,PERMIT_ISSUED_BY,PERMIT_ISSUED_TO,PERMIT_TYPE,PERMIT_NUM,ENTERED_BY,LAST_EDIT_BY,PART_DISPOSITION,PART_CONDITION,PRINT_FG,REMARK,COLL_OBJ_FLAGS,TAXON_STATUS,NEWQUERY&INCLUDETIMESPAN=0&PARTNAME=skull&GEOLOGY_HIERARCHIES=1&TGTFORM=SpecimenResultsSummary.cfm&groupBy=phylorder,family,scientific_name
 ffdss                  | AKnonnativespiders                                     | https://arctos.database.museum/SpecimenResultsSummary.cfm?METHOD=download&SPECIES=NOTNULL&SCIENTIFIC_NAME_MATCH_TYPE=startswith&TAXA_FORMULA=A&TGTFORM=SpecimenResultsSummary.cfm&MAX_ERROR_UNITS=m&NEWQUERY=1&SHOWERRORS=0&FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,LISTCATNUM,ANYID,TAXON_NAME,SCIENTIFIC_NAME,SCIENTIFIC_NAME_SCOPE,SCIENTIFIC_NAME_MATCH_TYPE,COMMON_NAME,NATURE_OF_ID,IDENTIFIED_AGENT,TAXA_FORMULA,IDENTIFICATION_REMARKS,KINGDOM,PHYLUM,PHYLCLASS,PHYLORDER,FAMILY,SUBFAMILY,TRIBE,SUBTRIBE,GENUS,SPECIES,SUBSPECIES,ANY_GEOG,GEOLOGY_ATTRIBUTE,GEOLOGY_ATTRIBUTE_VALUE,GEOLOGY_HIERARCHIES,CONTINENT_OCEAN,SEA,COUNTRY,STATE_PROV,QUAD,COUNTY,ISLAND_GROUP,ISLAND,FEATURE,DRAINAGE,SPEC_LOCALITY,MINIMUM_ELEVATION,MAXIMUM_ELEVATION,ORIG_ELEV_UNITS,HABITAT,GEOREFERENCE_SOURCE,ISGEOREFERENCED,MIN_MAX_ERROR,MAX_MAX_ERROR,MAX_ERROR_UNITS,LOCALITY_REMARKS,COLL_ROLE,COLL,PARTNAME,TYPE_STATUS,MEDIA_TYPE,ID_REFERENCES,BARCODE,ANYBARCODE,PART_CONTAINER_TYPE,LOAN_NUMBER,PERMIT_ISSUED_BY,PERMIT_ISSUED_TO,PERMIT_TYPE,PERMIT_NUM,ENTERED_BY,LAST_EDIT_BY,PART_DISPOSITION,PART_CONDITION,PRINT_FG,REMARK,COLL_OBJ_FLAGS,TAXON_STATUS,NEWQUERY&SCIENTIFIC_NAME_SCOPE=currentID&PHYLORDER=Araneae&ACTION=nothing&GEOLOGY_HIERARCHIES=1&NEXT=colorByCollection&STATE_PROV=alaska&INCLUDETIMESPAN=0&REMARK=Nonnative&groupBy=family,scientific_name
 kmdaly                 | StPaulSummary                                          | https://arctos.database.museum/SpecimenResultsSummary.cfm?NELAT=57.70045998792587&SCIENTIFIC_NAME_MATCH_TYPE=startswith&METHOD=download&SCIENTIFIC_NAME_SCOPE=currentID&GEOLOGY_HIERARCHIES=1&FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,LISTCATNUM,ANYID,GUID,OIDOPER,OIDNUM,ACCN_NUMBER,ACCN_AGENCY,TAXON_NAME,SCIENTIFIC_NAME,SCIENTIFIC_NAME_SCOPE,SCIENTIFIC_NAME_MATCH_TYPE,COMMON_NAME,NATURE_OF_ID,IDENTIFIED_AGENT,TAXA_FORMULA,IDENTIFICATION_REMARKS,KINGDOM,PHYLUM,PHYLCLASS,PHYLORDER,FAMILY,SUBFAMILY,TRIBE,SUBTRIBE,GENUS,SPECIES,SUBSPECIES,ANY_GEOG,SQ_ERROR,SELECTEDCOORDS,NELAT,NELONG,SWLAT,SWLONG,GEOLOGY_ATTRIBUTE,GEOLOGY_ATTRIBUTE_VALUE,GEOLOGY_HIERARCHIES,CONTINENT_OCEAN,SEA,COUNTRY,STATE_PROV,QUAD,COUNTY,ISLAND_GROUP,ISLAND,FEATURE,SPEC_LOCALITY,MINIMUM_ELEVATION,MAXIMUM_ELEVATION,ORIG_ELEV_UNITS,HABITAT,ISGEOREFERENCED,MIN_MAX_ERROR,MAX_MAX_ERROR,MAX_ERROR_UNITS,LOCALITY_REMARKS,COLL_ROLE,COLL,BEGYEAR,BEGMON,BEGDAY,BEGDATE,ENDYEAR,ENDMON,ENDDAY,ENDDATE,CHRONOLOGICAL_EXTENT,SPECIMEN_EVENT_TYPE,SPECIMEN_EVENT_REMARK,COLLECTING_SOURCE,COLLECTING_METHOD,VERIFICATIONSTATUS,VERBATIM_LOCALITY,COLL_EVENT_REMARKS,PARTNAME,PART_ATTRIBUTE,PART_ATTRIBUTE_VALUE,PART_REMARK,ATTRIBUTE_TYPE_1,ATTOPER_1,ATTRIBUTE_VALUE_1,ATTRIBUTE_UNITS_1,ATTRIBUTE_REMARK,OCR_TEXT,TYPE_STATUS,PROJECT_NAME,LOAN_PROJECT_NAME,PROJECT_SPONSOR,PUBLICATION_TITLE,PUBLICATION_DOI,ARCHIVE_NAME,MEDIA_TYPE,MEDIA_KEYWORDS,ID_REFERENCES,RELATEDOIDTYPE,RELATED_TERM_1,RELATED_TERM_VAL_1,BARCODE,ANYBARCODE,LOAN_NUMBER,PERMIT_ISSUED_BY,PERMIT_ISSUED_TO,PERMIT_TYPE,PERMIT_NUM,ENTERED_BY,LAST_EDIT_BY,PART_DISPOSITION,PRINT_FG,REMARK,COLL_OBJ_FLAGS,NEWQUERY&SHOWERRORS=0&OIDOPER=IS&NEXT=colorByCollection&SWLAT=56.99437463432072&ACTION=nothing&TGTFORM=SpecimenResultsSummary.cfm&SQ_ERROR=false&NELONG=-168.75659173820168&NEWQUERY=1&SWLONG=-170.86596673820168&MAX_ERROR_UNITS=m&INCLUDETIMESPAN=0&SELECTEDCOORDS=57.70045998792587, -168.75659173820168; 56.99437463432072, -170.86596673820168&groupBy=phylclass,phylorder,family,scientific_name,spec_locality,year,individualcount
 mbowser                | Alaska_Pseudoscorpions                                 | https://arctos.database.museum/SpecimenResultsSummary.cfm?NEWQUERY=1&FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,LISTCATNUM,ANYID,GUID,OIDOPER,OIDNUM,ACCN_NUMBER,ACCN_AGENCY,TAXON_NAME,SCIENTIFIC_NAME,SCIENTIFIC_NAME_SCOPE,SCIENTIFIC_NAME_MATCH_TYPE,COMMON_NAME,NATURE_OF_ID,IDENTIFIED_AGENT,TAXA_FORMULA,IDENTIFICATION_REMARKS,KINGDOM,PHYLUM,PHYLCLASS,PHYLORDER,FAMILY,SUBFAMILY,TRIBE,SUBTRIBE,GENUS,SPECIES,SUBSPECIES,ANY_GEOG,GEOLOGY_ATTRIBUTE,GEOLOGY_ATTRIBUTE_VALUE,GEOLOGY_HIERARCHIES,CONTINENT_OCEAN,SEA,COUNTRY,STATE_PROV,QUAD,COUNTY,ISLAND_GROUP,ISLAND,FEATURE,SPEC_LOCALITY,MINIMUM_ELEVATION,MAXIMUM_ELEVATION,ORIG_ELEV_UNITS,HABITAT,ISGEOREFERENCED,MIN_MAX_ERROR,MAX_MAX_ERROR,MAX_ERROR_UNITS,LOCALITY_REMARKS,COLL_ROLE,COLL,BEGYEAR,BEGMON,BEGDAY,BEGDATE,ENDYEAR,ENDMON,ENDDAY,ENDDATE,CHRONOLOGICAL_EXTENT,SPECIMEN_EVENT_TYPE,SPECIMEN_EVENT_REMARK,COLLECTING_SOURCE,COLLECTING_METHOD,VERIFICATIONSTATUS,VERBATIM_LOCALITY,COLL_EVENT_REMARKS,PARTNAME,TYPE_STATUS,MEDIA_TYPE,ID_REFERENCES,BARCODE,ANYBARCODE,LOAN_NUMBER,PERMIT_ISSUED_BY,PERMIT_ISSUED_TO,PERMIT_TYPE,PERMIT_NUM,ENTERED_BY,LAST_EDIT_BY,PART_DISPOSITION,PRINT_FG,REMARK,COLL_OBJ_FLAGS,NEWQUERY&PHYLORDER=Pseudoscorpiones&METHOD=download&SHOWERRORS=0&SCIENTIFIC_NAME_SCOPE=currentID&STATE_PROV=Alaska&ACTION=nothing&SCIENTIFIC_NAME_MATCH_TYPE=startswith&INCLUDETIMESPAN=0&MAX_ERROR_UNITS=m&OIDOPER=IS&TGTFORM=SpecimenResultsSummary.cfm&GEOLOGY_HIERARCHIES=1&NEXT=colorByCollection&groupBy=family,scientific_name
 akwenninger@alaska.edu | 1517897622766                                          | https://arctos.database.museum/SpecimenResultsSummary.cfm?NEWQUERY=1&INCLUDETIMESPAN=0&SHOWERRORS=0&NEXT=colorByCollection&METHOD=download&TGTFORM=SpecimenResultsSummary.cfm&FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,LISTCATNUM,ANYID,TAXON_NAME,ANY_GEOG,COLL_ROLE,COLL,PARTNAME,TYPE_STATUS,MEDIA_TYPE,ID_REFERENCES,NEWQUERY&ACTION=nothing&TAXON_NAME=chrysomela&groupBy=scientific_name
 jariley@alaska.edu     | Arthropods (non-marine) All records                    | https://arctos.database.museum/SpecimenResultsSummary.cfm?NEWQUERY=1&PHYLUM=Arthropoda&ACTION=nothing&TGTFORM=SpecimenResultsSummary.cfm&STATE_PROV=Alaska&METHOD=download&FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,COLLECTION_ID,LISTCATNUM,GUID,ANYID,OIDOPER,OIDNUM,ACCN_NUMBER,ACCN_AGENCY,SCIENTIFIC_NAME,SCIENTIFIC_NAME_SCOPE,SCIENTIFIC_NAME_MATCH_TYPE,TAXON_NAME,COMMON_NAME,NATURE_OF_ID,IDENTIFIED_AGENT,TAXA_FORMULA,IDENTIFICATION_REMARKS,KINGDOM,PHYLUM,PHYLCLASS,PHYLORDER,FAMILY,SUBFAMILY,TRIBE,SUBTRIBE,GENUS,SPECIES,SUBSPECIES,ANY_GEOG,GEOLOGY_ATTRIBUTE,GEOLOGY_ATTRIBUTE_VALUE,GEOLOGY_HIERARCHIES,CONTINENT_OCEAN,SEA,COUNTRY,STATE_PROV,QUAD,COUNTY,ISLAND_GROUP,ISLAND,FEATURE,SPEC_LOCALITY,MINIMUM_ELEVATION,MAXIMUM_ELEVATION,ORIG_ELEV_UNITS,HABITAT,ISGEOREFERENCED,MIN_MAX_ERROR,MAX_MAX_ERROR,MAX_ERROR_UNITS,LOCALITY_REMARKS,COLL_ROLE,COLL,PARTNAME,TYPE_STATUS,MEDIA_TYPE,ID_REFERENCES,BARCODE,NEWQUERY&COLLECTION_ID=46,12,50,4&SHOWERRORS=0&SCIENTIFIC_NAME_MATCH_TYPE=startswith&INCLUDETIMESPAN=0&SPECIES=NOTNULL&OIDOPER=IS&GEOLOGY_HIERARCHIES=1&MAX_ERROR_UNITS=m&NEXT=colorByCollection&SCIENTIFIC_NAME_SCOPE=currentID&groupBy=phylclass,phylorder,family,scientific_name
 campmlc                | 2015-19 Summary by collection MSB tissues cryovial     | https://arctos.database.museum/SpecimenResultsSummary.cfm?NEXT=colorByCollection&CUSTOMOIDOPER=LIST&NA=2&SCIENTIFIC_NAME_MATCH_TYPE=startswith&SHOWERRORS=0&SCIENTIFIC_NAME_SCOPE=currentID&FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,IS_TISSUE,ACTION,GUID_PREFIX,LISTCATNUM,ANYID,CUSTOMOIDOPER,CUSTOMIDENTIFIERVALUE,CUSTOM_ID_PREFIX,CUSTOM_ID_NUMBER,CUSTOM_ID_SUFFIX,GUID,OIDOPER,OIDNUM,ACCN_NUMBER,ACCN_AGENCY,TAXON_NAME,SCIENTIFIC_NAME,SCIENTIFIC_NAME_SCOPE,SCIENTIFIC_NAME_MATCH_TYPE,COMMON_NAME,NATURE_OF_ID,IDENTIFICATION_CONFIDENCE,IDENTIFIED_AGENT,TAXA_FORMULA,IDENTIFICATION_REMARKS,KINGDOM,PHYLUM,PHYLCLASS,PHYLORDER,FAMILY,SUBFAMILY,TRIBE,SUBTRIBE,GENUS,SPECIES,SUBSPECIES,ANY_GEOG,SQ_ERROR,SELECTEDCOORDS,NELAT,NELONG,SWLAT,SWLONG,GEOLOGY_ATTRIBUTE,GEOLOGY_ATTRIBUTE_VALUE,GEOLOGY_HIERARCHIES,CONTINENT_OCEAN,SEA,COUNTRY,STATE_PROV,QUAD,COUNTY,ISLAND_GROUP,ISLAND,FEATURE,DRAINAGE,SPEC_LOCALITY,MINIMUM_ELEVATION,MAXIMUM_ELEVATION,ORIG_ELEV_UNITS,HABITAT,GEOREFERENCE_SOURCE,ISGEOREFERENCED,MIN_MAX_ERROR,MAX_MAX_ERROR,MAX_ERROR_UNITS,LOCALITY_REMARKS,COLL_ROLE,COLL,BEGYEAR,BEGMON,BEGDAY,BEGDATE,ENDYEAR,ENDMON,ENDDAY,ENDDATE,CHRONOLOGICAL_EXTENT,SPECIMEN_EVENT_TYPE,SPECIMEN_EVENT_REMARK,COLLECTING_SOURCE,COLLECTING_METHOD,VERIFICATIONSTATUS,VERBATIM_LOCALITY,COLL_EVENT_REMARKS,EVENT_ATTRIBUTE_TYPE_1,EVENT_ATTRIBUTE_VALUE_1,EVENT_ATTRIBUTE_UNITS_1,NA,PARTNAME,ATTRIBUTE_TYPE_PLACEHOLDER_1,PART_ATTRIBUTE,PART_ATTRIBUTE_VALUE,PART_REMARK,OCR_TEXT,TYPE_STATUS,PROJECT_NAME,LOAN_PROJECT_NAME,PROJECT_SPONSOR,PUBLICATION_TITLE,PUBLICATION_DOI,ARCHIVE_NAME,MEDIA_TYPE,MEDIA_KEYWORDS,ID_REFERENCES,RELATEDOIDTYPE,RELATED_TERM_1,RELATED_TERM_VAL_1,BARCODE,ANYBARCODE,PART_CONTAINER_TYPE,LOAN_NUMBER,PERMIT_ISSUED_BY,PERMIT_ISSUED_TO,PERMIT_TYPE,PERMIT_NUM,ENTERED_BY,LAST_EDIT_BY,PART_DISPOSITION,PART_CONDITION,PRINT_FG,REMARK,COLL_OBJ_FLAGS,TAXON_STATUS,NEWQUERY&OIDOPER=IS&IS_TISSUE=1&SQ_ERROR=false&END_ENTERED_DATE=2019-12-31&MAX_ERROR_UNITS=m&GEOLOGY_HIERARCHIES=1&BEG_ENTERED_DATE=2015-01-01&INCLUDETIMESPAN=0&GUID_PREFIX=MSB:Herp,MSB:Bird,MSB:Fish,MSB:Mamm,MSB:Para&ACTION=nothing&TGTFORM=SpecimenResultsSummary.cfm&METHOD=download&NEWQUERY=1&PART_CONTAINER_TYPE=cryovial&groupBy=guid_prefix
 ffdss                  | KLGO2016BioBlitz                                       | https://arctos.database.museum/SpecimenResultsSummary.cfm?NEXT=colorByCollection&SCIENTIFIC_NAME_MATCH_TYPE=startswith&SCIENTIFIC_NAME_SCOPE=currentID&NEWQUERY=1&INCLUDETIMESPAN=0&SHOWERRORS=0&TGTFORM=SpecimenResultsSummary.cfm&METHOD=download&OIDOPER=IS&ACTION=nothing&FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,LISTCATNUM,ANYID,GUID,OIDOPER,OIDNUM,ACCN_NUMBER,ACCN_AGENCY,TAXON_NAME,SCIENTIFIC_NAME,SCIENTIFIC_NAME_SCOPE,SCIENTIFIC_NAME_MATCH_TYPE,COMMON_NAME,NATURE_OF_ID,IDENTIFIED_AGENT,TAXA_FORMULA,IDENTIFICATION_REMARKS,KINGDOM,PHYLUM,PHYLCLASS,PHYLORDER,FAMILY,SUBFAMILY,TRIBE,SUBTRIBE,GENUS,SPECIES,SUBSPECIES,ANY_GEOG,COLL_ROLE,COLL,BEGYEAR,BEGMON,BEGDAY,BEGDATE,ENDYEAR,ENDMON,ENDDAY,ENDDATE,CHRONOLOGICAL_EXTENT,SPECIMEN_EVENT_TYPE,SPECIMEN_EVENT_REMARK,COLLECTING_SOURCE,COLLECTING_METHOD,VERIFICATIONSTATUS,VERBATIM_LOCALITY,COLL_EVENT_REMARKS,PARTNAME,TYPE_STATUS,MEDIA_TYPE,ID_REFERENCES,BARCODE,ANYBARCODE,LOAN_NUMBER,PERMIT_ISSUED_BY,PERMIT_ISSUED_TO,PERMIT_TYPE,PERMIT_NUM,ENTERED_BY,LAST_EDIT_BY,PART_DISPOSITION,PRINT_FG,REMARK,COLL_OBJ_FLAGS,NEWQUERY&ACCN_NUMBER=KLGO&groupBy=phylclass,phylorder,family,scientific_name
 ffdss                  | UAMpinned                                              | https://arctos.database.museum/SpecimenResultsSummary.cfm?NEXT=colorByCollection&SHOWERRORS=0&SCIENTIFIC_NAME_SCOPE=currentID&ACTION=nothing&INCLUDETIMESPAN=0&NEWQUERY=1&GUID_PREFIX=UAM:Ento&TGTFORM=SpecimenResultsSummary.cfm&OIDOPER=IS&SCIENTIFIC_NAME_MATCH_TYPE=startswith&METHOD=download&NA=2&PARTNAME=whole organism (pinned)&FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,GUID_PREFIX,LISTCATNUM,ANYID,GUID,OIDOPER,OIDNUM,ACCN_NUMBER,ACCN_AGENCY,TAXON_NAME,SCIENTIFIC_NAME,SCIENTIFIC_NAME_SCOPE,SCIENTIFIC_NAME_MATCH_TYPE,COMMON_NAME,NATURE_OF_ID,IDENTIFICATION_CONFIDENCE,IDENTIFIED_AGENT,TAXA_FORMULA,IDENTIFICATION_REMARKS,KINGDOM,PHYLUM,PHYLCLASS,PHYLORDER,FAMILY,SUBFAMILY,TRIBE,SUBTRIBE,GENUS,SPECIES,SUBSPECIES,ANY_GEOG,COLL_ROLE,COLL,BEGYEAR,BEGMON,BEGDAY,BEGDATE,ENDYEAR,ENDMON,ENDDAY,ENDDATE,CHRONOLOGICAL_EXTENT,SPECIMEN_EVENT_TYPE,SPECIMEN_EVENT_REMARK,COLLECTING_SOURCE,COLLECTING_METHOD,VERIFICATIONSTATUS,VERBATIM_LOCALITY,COLL_EVENT_REMARKS,EVENT_ATTRIBUTE_TYPE_1,EVENT_ATTRIBUTE_VALUE_1,EVENT_ATTRIBUTE_UNITS_1,NA,PARTNAME,TYPE_STATUS,MEDIA_TYPE,ID_REFERENCES,BARCODE,ANYBARCODE,PART_CONTAINER_TYPE,LOAN_NUMBER,PERMIT_ISSUED_BY,PERMIT_ISSUED_TO,PERMIT_TYPE,PERMIT_NUM,ENTERED_BY,LAST_EDIT_BY,PART_DISPOSITION,PART_CONDITION,PRINT_FG,REMARK,COLL_OBJ_FLAGS,TAXON_STATUS,NEWQUERY&groupBy=phylclass,phylorder,family,scientific_name
 ebraker                | Central American Squamates                             | https://arctos.database.museum/SpecimenResultsSummary.cfm?NEXT=colorByCollection&TGTFORM=SpecimenResultsSummary.cfm&NEWQUERY=1&SQ_ERROR=false&PHYLORDER=Squamata&OIDOPER=IS&FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,GUID_PREFIX,LISTCATNUM,ANYID,GUID,OIDOPER,OIDNUM,ACCN_NUMBER,ACCN_AGENCY,TAXON_NAME,SCIENTIFIC_NAME,SCIENTIFIC_NAME_SCOPE,SCIENTIFIC_NAME_MATCH_TYPE,COMMON_NAME,NATURE_OF_ID,IDENTIFIED_AGENT,TAXA_FORMULA,IDENTIFICATION_REMARKS,KINGDOM,PHYLUM,PHYLCLASS,PHYLORDER,FAMILY,SUBFAMILY,TRIBE,SUBTRIBE,GENUS,SPECIES,SUBSPECIES,ANY_GEOG,SQ_ERROR,SELECTEDCOORDS,NELAT,NELONG,SWLAT,SWLONG,GEOLOGY_ATTRIBUTE,GEOLOGY_ATTRIBUTE_VALUE,GEOLOGY_HIERARCHIES,CONTINENT_OCEAN,SEA,COUNTRY,STATE_PROV,QUAD,COUNTY,ISLAND_GROUP,ISLAND,FEATURE,DRAINAGE,SPEC_LOCALITY,MINIMUM_ELEVATION,MAXIMUM_ELEVATION,ORIG_ELEV_UNITS,HABITAT,GEOREFERENCE_SOURCE,ISGEOREFERENCED,MIN_MAX_ERROR,MAX_MAX_ERROR,MAX_ERROR_UNITS,LOCALITY_REMARKS,COLL_ROLE,COLL,BEGYEAR,BEGMON,BEGDAY,BEGDATE,ENDYEAR,ENDMON,ENDDAY,ENDDATE,CHRONOLOGICAL_EXTENT,SPECIMEN_EVENT_TYPE,SPECIMEN_EVENT_REMARK,COLLECTING_SOURCE,COLLECTING_METHOD,VERIFICATIONSTATUS,VERBATIM_LOCALITY,COLL_EVENT_REMARKS,EVENT_ATTRIBUTE_TYPE_1,EVENT_ATTRIBUTE_VALUE_1,EVENT_ATTRIBUTE_UNITS_1,NA,PARTNAME,ATTRIBUTE_TYPE_PLACEHOLDER_1,PART_ATTRIBUTE,PART_ATTRIBUTE_VALUE,PART_REMARK,OCR_TEXT,TYPE_STATUS,PROJECT_NAME,LOAN_PROJECT_NAME,PROJECT_SPONSOR,PUBLICATION_TITLE,PUBLICATION_DOI,ARCHIVE_NAME,MEDIA_TYPE,ID_REFERENCES,BARCODE,ANYBARCODE,PART_CONTAINER_TYPE,LOAN_NUMBER,PERMIT_ISSUED_BY,PERMIT_ISSUED_TO,PERMIT_TYPE,PERMIT_NUM,ENTERED_BY,LAST_EDIT_BY,PART_DISPOSITION,PART_CONDITION,PRINT_FG,REMARK,COLL_OBJ_FLAGS,TAXON_STATUS,NEWQUERY&ACTION=nothing&NA=2&GEOLOGY_HIERARCHIES=1&INCLUDETIMESPAN=0&MAX_ERROR_UNITS=m&SHOWERRORS=0&SCIENTIFIC_NAME_MATCH_TYPE=startswith&SCIENTIFIC_NAME_SCOPE=currentID&CONTINENT_OCEAN=Central America&METHOD=download&GUID_PREFIX=UCM:Herp&groupBy=scientific_name
 campmlc                | Specimen Summary all collections with cryovials        | https://arctos.database.museum/SpecimenResultsSummary.cfm?OIDOPER=IS&INCLUDETIMESPAN=0&NA=2&IS_TISSUE=1&NEXT=colorByCollection&SCIENTIFIC_NAME_SCOPE=currentID&GEOLOGY_HIERARCHIES=1&TGTFORM=SpecimenResultsSummary.cfm&FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,IS_TISSUE,ACTION,GUID_PREFIX,LISTCATNUM,ANYID,CUSTOMOIDOPER,CUSTOMIDENTIFIERVALUE,CUSTOM_ID_PREFIX,CUSTOM_ID_NUMBER,CUSTOM_ID_SUFFIX,GUID,OIDOPER,OIDNUM,ACCN_NUMBER,ACCN_AGENCY,TAXON_NAME,SCIENTIFIC_NAME,SCIENTIFIC_NAME_SCOPE,SCIENTIFIC_NAME_MATCH_TYPE,COMMON_NAME,NATURE_OF_ID,IDENTIFICATION_CONFIDENCE,IDENTIFIED_AGENT,TAXA_FORMULA,IDENTIFICATION_REMARKS,KINGDOM,PHYLUM,PHYLCLASS,PHYLORDER,FAMILY,SUBFAMILY,TRIBE,SUBTRIBE,GENUS,SPECIES,SUBSPECIES,ANY_GEOG,SQ_ERROR,SELECTEDCOORDS,NELAT,NELONG,SWLAT,SWLONG,GEOLOGY_ATTRIBUTE,GEOLOGY_ATTRIBUTE_VALUE,GEOLOGY_HIERARCHIES,CONTINENT_OCEAN,SEA,COUNTRY,STATE_PROV,QUAD,COUNTY,ISLAND_GROUP,ISLAND,FEATURE,DRAINAGE,SPEC_LOCALITY,MINIMUM_ELEVATION,MAXIMUM_ELEVATION,ORIG_ELEV_UNITS,HABITAT,GEOREFERENCE_SOURCE,ISGEOREFERENCED,MIN_MAX_ERROR,MAX_MAX_ERROR,MAX_ERROR_UNITS,LOCALITY_REMARKS,COLL_ROLE,COLL,BEGYEAR,BEGMON,BEGDAY,BEGDATE,ENDYEAR,ENDMON,ENDDAY,ENDDATE,CHRONOLOGICAL_EXTENT,SPECIMEN_EVENT_TYPE,SPECIMEN_EVENT_REMARK,COLLECTING_SOURCE,COLLECTING_METHOD,VERIFICATIONSTATUS,VERBATIM_LOCALITY,COLL_EVENT_REMARKS,EVENT_ATTRIBUTE_TYPE_1,EVENT_ATTRIBUTE_VALUE_1,EVENT_ATTRIBUTE_UNITS_1,NA,PARTNAME,ATTRIBUTE_TYPE_PLACEHOLDER_1,PART_ATTRIBUTE,PART_ATTRIBUTE_VALUE,PART_REMARK,OCR_TEXT,TYPE_STATUS,PROJECT_NAME,LOAN_PROJECT_NAME,PROJECT_SPONSOR,PUBLICATION_TITLE,PUBLICATION_DOI,ARCHIVE_NAME,MEDIA_TYPE,MEDIA_KEYWORDS,ID_REFERENCES,RELATEDOIDTYPE,RELATED_TERM_1,RELATED_TERM_VAL_1,BARCODE,ANYBARCODE,PART_CONTAINER_TYPE,LOAN_NUMBER,PERMIT_ISSUED_BY,PERMIT_ISSUED_TO,PERMIT_TYPE,PERMIT_NUM,ENTERED_BY,LAST_EDIT_BY,PART_DISPOSITION,PART_CONDITION,PRINT_FG,REMARK,COLL_OBJ_FLAGS,TAXON_STATUS,NEWQUERY&METHOD=download&MAX_ERROR_UNITS=m&NEWQUERY=1&PART_CONTAINER_TYPE=cryovial&CUSTOMOIDOPER=LIST&ACTION=nothing&SCIENTIFIC_NAME_MATCH_TYPE=startswith&SQ_ERROR=false&SHOWERRORS=0&GUID_PREFIX=MSB:Herp,MSB:Bird,MSB:Fish,MSB:Mamm,MSB:Para&groupBy=guid_prefix
 ebraker                | Mexican Anurans                                        | https://arctos.database.museum/SpecimenResultsSummary.cfm?OIDOPER=IS&SCIENTIFIC_NAME_MATCH_TYPE=startswith&TGTFORM=SpecimenResultsSummary.cfm&GEOLOGY_HIERARCHIES=1&METHOD=download&INCLUDETIMESPAN=0&NEXT=colorByCollection&COUNTRY=Mexico&NEWQUERY=1&SCIENTIFIC_NAME_SCOPE=currentID&NA=2&SQ_ERROR=false&SHOWERRORS=0&MAX_ERROR_UNITS=m&ACTION=nothing&FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,LISTCATNUM,ANYID,GUID,OIDOPER,OIDNUM,ACCN_NUMBER,ACCN_AGENCY,TAXON_NAME,SCIENTIFIC_NAME,SCIENTIFIC_NAME_SCOPE,SCIENTIFIC_NAME_MATCH_TYPE,COMMON_NAME,NATURE_OF_ID,IDENTIFIED_AGENT,TAXA_FORMULA,IDENTIFICATION_REMARKS,KINGDOM,PHYLUM,PHYLCLASS,PHYLORDER,FAMILY,SUBFAMILY,TRIBE,SUBTRIBE,GENUS,SPECIES,SUBSPECIES,ANY_GEOG,SQ_ERROR,SELECTEDCOORDS,NELAT,NELONG,SWLAT,SWLONG,GEOLOGY_ATTRIBUTE,GEOLOGY_ATTRIBUTE_VALUE,GEOLOGY_HIERARCHIES,CONTINENT_OCEAN,SEA,COUNTRY,STATE_PROV,QUAD,COUNTY,ISLAND_GROUP,ISLAND,FEATURE,DRAINAGE,SPEC_LOCALITY,MINIMUM_ELEVATION,MAXIMUM_ELEVATION,ORIG_ELEV_UNITS,HABITAT,GEOREFERENCE_SOURCE,ISGEOREFERENCED,MIN_MAX_ERROR,MAX_MAX_ERROR,MAX_ERROR_UNITS,LOCALITY_REMARKS,COLL_ROLE,COLL,BEGYEAR,BEGMON,BEGDAY,BEGDATE,ENDYEAR,ENDMON,ENDDAY,ENDDATE,CHRONOLOGICAL_EXTENT,SPECIMEN_EVENT_TYPE,SPECIMEN_EVENT_REMARK,COLLECTING_SOURCE,COLLECTING_METHOD,VERIFICATIONSTATUS,VERBATIM_LOCALITY,COLL_EVENT_REMARKS,EVENT_ATTRIBUTE_TYPE_1,EVENT_ATTRIBUTE_VALUE_1,EVENT_ATTRIBUTE_UNITS_1,NA,PARTNAME,ATTRIBUTE_TYPE_PLACEHOLDER_1,PART_ATTRIBUTE,PART_ATTRIBUTE_VALUE,PART_REMARK,OCR_TEXT,TYPE_STATUS,PROJECT_NAME,LOAN_PROJECT_NAME,PROJECT_SPONSOR,PUBLICATION_TITLE,PUBLICATION_DOI,ARCHIVE_NAME,MEDIA_TYPE,ID_REFERENCES,BARCODE,ANYBARCODE,PART_CONTAINER_TYPE,LOAN_NUMBER,PERMIT_ISSUED_BY,PERMIT_ISSUED_TO,PERMIT_TYPE,PERMIT_NUM,ENTERED_BY,LAST_EDIT_BY,PART_DISPOSITION,PART_CONDITION,PRINT_FG,REMARK,COLL_OBJ_FLAGS,TAXON_STATUS,NEWQUERY&PHYLORDER=Anura&groupBy=scientific_name
 campmlc                | 2019 Specimen Summary with tissues by Collection       | https://arctos.database.museum/SpecimenResultsSummary.cfm?OIDOPER=IS&SQ_ERROR=false&ACTION=nothing&ENDYEAR=2019&METHOD=download&MAX_ERROR_UNITS=m&FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,IS_TISSUE,ACTION,GUID_PREFIX,LISTCATNUM,ANYID,CUSTOMOIDOPER,CUSTOMIDENTIFIERVALUE,CUSTOM_ID_PREFIX,CUSTOM_ID_NUMBER,CUSTOM_ID_SUFFIX,GUID,OIDOPER,OIDNUM,ACCN_NUMBER,ACCN_AGENCY,TAXON_NAME,SCIENTIFIC_NAME,SCIENTIFIC_NAME_SCOPE,SCIENTIFIC_NAME_MATCH_TYPE,COMMON_NAME,NATURE_OF_ID,IDENTIFICATION_CONFIDENCE,IDENTIFIED_AGENT,TAXA_FORMULA,IDENTIFICATION_REMARKS,KINGDOM,PHYLUM,PHYLCLASS,PHYLORDER,FAMILY,SUBFAMILY,TRIBE,SUBTRIBE,GENUS,SPECIES,SUBSPECIES,ANY_GEOG,SQ_ERROR,SELECTEDCOORDS,NELAT,NELONG,SWLAT,SWLONG,GEOLOGY_ATTRIBUTE,GEOLOGY_ATTRIBUTE_VALUE,GEOLOGY_HIERARCHIES,CONTINENT_OCEAN,SEA,COUNTRY,STATE_PROV,QUAD,COUNTY,ISLAND_GROUP,ISLAND,FEATURE,DRAINAGE,SPEC_LOCALITY,MINIMUM_ELEVATION,MAXIMUM_ELEVATION,ORIG_ELEV_UNITS,HABITAT,GEOREFERENCE_SOURCE,ISGEOREFERENCED,MIN_MAX_ERROR,MAX_MAX_ERROR,MAX_ERROR_UNITS,LOCALITY_REMARKS,COLL_ROLE,COLL,BEGYEAR,BEGMON,BEGDAY,BEGDATE,ENDYEAR,ENDMON,ENDDAY,ENDDATE,CHRONOLOGICAL_EXTENT,SPECIMEN_EVENT_TYPE,SPECIMEN_EVENT_REMARK,COLLECTING_SOURCE,COLLECTING_METHOD,VERIFICATIONSTATUS,VERBATIM_LOCALITY,COLL_EVENT_REMARKS,EVENT_ATTRIBUTE_TYPE_1,EVENT_ATTRIBUTE_VALUE_1,EVENT_ATTRIBUTE_UNITS_1,NA,PARTNAME,ATTRIBUTE_TYPE_PLACEHOLDER_1,PART_ATTRIBUTE,PART_ATTRIBUTE_VALUE,PART_REMARK,OCR_TEXT,TYPE_STATUS,PROJECT_NAME,LOAN_PROJECT_NAME,PROJECT_SPONSOR,PUBLICATION_TITLE,PUBLICATION_DOI,ARCHIVE_NAME,MEDIA_TYPE,MEDIA_KEYWORDS,ID_REFERENCES,RELATEDOIDTYPE,RELATED_TERM_1,RELATED_TERM_VAL_1,BARCODE,ANYBARCODE,PART_CONTAINER_TYPE,LOAN_NUMBER,PERMIT_ISSUED_BY,PERMIT_ISSUED_TO,PERMIT_TYPE,PERMIT_NUM,ENTERED_BY,LAST_EDIT_BY,PART_DISPOSITION,PART_CONDITION,PRINT_FG,REMARK,COLL_OBJ_FLAGS,TAXON_STATUS,NEWQUERY&GUID_PREFIX=MSB:Herp,MSB:Bird,MSB:Fish,MSB:Mamm,MSB:Para&SHOWERRORS=0&SCIENTIFIC_NAME_MATCH_TYPE=startswith&SCIENTIFIC_NAME_SCOPE=currentID&INCLUDETIMESPAN=0&NEXT=colorByCollection&ENDMON=12&TGTFORM=SpecimenResultsSummary.cfm&ENDDAY=31&GEOLOGY_HIERARCHIES=1&NEWQUERY=1&IS_TISSUE=1&CUSTOMOIDOPER=LIST&NA=2&groupBy=guid_prefix
 ebraker                | Central American Herps (fluid-preserved)               | https://arctos.database.museum/SpecimenResultsSummary.cfm?PARTNAME=whole organism&NA=2&CONTINENT_OCEAN=Central America&FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,GUID_PREFIX,LISTCATNUM,ANYID,GUID,OIDOPER,OIDNUM,ACCN_NUMBER,ACCN_AGENCY,TAXON_NAME,SCIENTIFIC_NAME,SCIENTIFIC_NAME_SCOPE,SCIENTIFIC_NAME_MATCH_TYPE,COMMON_NAME,NATURE_OF_ID,IDENTIFIED_AGENT,TAXA_FORMULA,IDENTIFICATION_REMARKS,KINGDOM,PHYLUM,PHYLCLASS,PHYLORDER,FAMILY,SUBFAMILY,TRIBE,SUBTRIBE,GENUS,SPECIES,SUBSPECIES,ANY_GEOG,SQ_ERROR,SELECTEDCOORDS,NELAT,NELONG,SWLAT,SWLONG,GEOLOGY_ATTRIBUTE,GEOLOGY_ATTRIBUTE_VALUE,GEOLOGY_HIERARCHIES,CONTINENT_OCEAN,SEA,COUNTRY,STATE_PROV,QUAD,COUNTY,ISLAND_GROUP,ISLAND,FEATURE,DRAINAGE,SPEC_LOCALITY,MINIMUM_ELEVATION,MAXIMUM_ELEVATION,ORIG_ELEV_UNITS,HABITAT,GEOREFERENCE_SOURCE,ISGEOREFERENCED,MIN_MAX_ERROR,MAX_MAX_ERROR,MAX_ERROR_UNITS,LOCALITY_REMARKS,COLL_ROLE,COLL,BEGYEAR,BEGMON,BEGDAY,BEGDATE,ENDYEAR,ENDMON,ENDDAY,ENDDATE,CHRONOLOGICAL_EXTENT,SPECIMEN_EVENT_TYPE,SPECIMEN_EVENT_REMARK,COLLECTING_SOURCE,COLLECTING_METHOD,VERIFICATIONSTATUS,VERBATIM_LOCALITY,COLL_EVENT_REMARKS,EVENT_ATTRIBUTE_TYPE_1,EVENT_ATTRIBUTE_VALUE_1,EVENT_ATTRIBUTE_UNITS_1,NA,PARTNAME,ATTRIBUTE_TYPE_PLACEHOLDER_1,PART_ATTRIBUTE,PART_ATTRIBUTE_VALUE,PART_REMARK,OCR_TEXT,TYPE_STATUS,PROJECT_NAME,LOAN_PROJECT_NAME,PROJECT_SPONSOR,PUBLICATION_TITLE,PUBLICATION_DOI,ARCHIVE_NAME,MEDIA_TYPE,ID_REFERENCES,BARCODE,ANYBARCODE,PART_CONTAINER_TYPE,LOAN_NUMBER,PERMIT_ISSUED_BY,PERMIT_ISSUED_TO,PERMIT_TYPE,PERMIT_NUM,ENTERED_BY,LAST_EDIT_BY,PART_DISPOSITION,PART_CONDITION,PRINT_FG,REMARK,COLL_OBJ_FLAGS,TAXON_STATUS,NEWQUERY&INCLUDETIMESPAN=0&METHOD=download&MAX_ERROR_UNITS=m&GEOLOGY_HIERARCHIES=1&TGTFORM=SpecimenResultsSummary.cfm&NEWQUERY=1&SCIENTIFIC_NAME_SCOPE=currentID&SHOWERRORS=0&ACTION=nothing&SQ_ERROR=false&OIDOPER=IS&NEXT=colorByCollection&GUID_PREFIX=UCM:Herp&SCIENTIFIC_NAME_MATCH_TYPE=startswith&groupBy=phylorder,family,scientific_name
 ffdss                  | uamphylaclassesordersfamilies                          | https://arctos.database.museum/SpecimenResultsSummary.cfm?SCIENTIFIC_NAME_MATCH_TYPE=startswith&METHOD=download&TGTFORM=SpecimenResultsSummary.cfm&GUID_PREFIX=UAM:Ento&INCLUDETIMESPAN=0&ACTION=nothing&NEWQUERY=1&FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,GUID_PREFIX,LISTCATNUM,ANYID,TAXON_NAME,SCIENTIFIC_NAME,SCIENTIFIC_NAME_SCOPE,SCIENTIFIC_NAME_MATCH_TYPE,COMMON_NAME,NATURE_OF_ID,IDENTIFIED_AGENT,TAXA_FORMULA,IDENTIFICATION_REMARKS,KINGDOM,PHYLUM,PHYLCLASS,PHYLORDER,FAMILY,SUBFAMILY,TRIBE,SUBTRIBE,GENUS,SPECIES,SUBSPECIES,ANY_GEOG,COLL_ROLE,COLL,PARTNAME,TYPE_STATUS,MEDIA_TYPE,ID_REFERENCES,BARCODE,ANYBARCODE,PART_CONTAINER_TYPE,LOAN_NUMBER,PERMIT_ISSUED_BY,PERMIT_ISSUED_TO,PERMIT_TYPE,PERMIT_NUM,ENTERED_BY,LAST_EDIT_BY,PART_DISPOSITION,PART_CONDITION,PRINT_FG,REMARK,COLL_OBJ_FLAGS,TAXON_STATUS,NEWQUERY&SHOWERRORS=0&SCIENTIFIC_NAME_SCOPE=currentID&NEXT=colorByCollection&groupBy=phylum,phylclass,phylorder,family,individualcount
 ebraker                | Central American Anurans                               | https://arctos.database.museum/SpecimenResultsSummary.cfm?SCIENTIFIC_NAME_SCOPE=currentID&CONTINENT_OCEAN=Central America&TGTFORM=SpecimenResultsSummary.cfm&GEOLOGY_HIERARCHIES=1&FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,GUID_PREFIX,LISTCATNUM,ANYID,GUID,OIDOPER,OIDNUM,ACCN_NUMBER,ACCN_AGENCY,TAXON_NAME,SCIENTIFIC_NAME,SCIENTIFIC_NAME_SCOPE,SCIENTIFIC_NAME_MATCH_TYPE,COMMON_NAME,NATURE_OF_ID,IDENTIFIED_AGENT,TAXA_FORMULA,IDENTIFICATION_REMARKS,KINGDOM,PHYLUM,PHYLCLASS,PHYLORDER,FAMILY,SUBFAMILY,TRIBE,SUBTRIBE,GENUS,SPECIES,SUBSPECIES,ANY_GEOG,SQ_ERROR,SELECTEDCOORDS,NELAT,NELONG,SWLAT,SWLONG,GEOLOGY_ATTRIBUTE,GEOLOGY_ATTRIBUTE_VALUE,GEOLOGY_HIERARCHIES,CONTINENT_OCEAN,SEA,COUNTRY,STATE_PROV,QUAD,COUNTY,ISLAND_GROUP,ISLAND,FEATURE,DRAINAGE,SPEC_LOCALITY,MINIMUM_ELEVATION,MAXIMUM_ELEVATION,ORIG_ELEV_UNITS,HABITAT,GEOREFERENCE_SOURCE,ISGEOREFERENCED,MIN_MAX_ERROR,MAX_MAX_ERROR,MAX_ERROR_UNITS,LOCALITY_REMARKS,COLL_ROLE,COLL,BEGYEAR,BEGMON,BEGDAY,BEGDATE,ENDYEAR,ENDMON,ENDDAY,ENDDATE,CHRONOLOGICAL_EXTENT,SPECIMEN_EVENT_TYPE,SPECIMEN_EVENT_REMARK,COLLECTING_SOURCE,COLLECTING_METHOD,VERIFICATIONSTATUS,VERBATIM_LOCALITY,COLL_EVENT_REMARKS,EVENT_ATTRIBUTE_TYPE_1,EVENT_ATTRIBUTE_VALUE_1,EVENT_ATTRIBUTE_UNITS_1,NA,PARTNAME,ATTRIBUTE_TYPE_PLACEHOLDER_1,PART_ATTRIBUTE,PART_ATTRIBUTE_VALUE,PART_REMARK,OCR_TEXT,TYPE_STATUS,PROJECT_NAME,LOAN_PROJECT_NAME,PROJECT_SPONSOR,PUBLICATION_TITLE,PUBLICATION_DOI,ARCHIVE_NAME,MEDIA_TYPE,ID_REFERENCES,BARCODE,ANYBARCODE,PART_CONTAINER_TYPE,LOAN_NUMBER,PERMIT_ISSUED_BY,PERMIT_ISSUED_TO,PERMIT_TYPE,PERMIT_NUM,ENTERED_BY,LAST_EDIT_BY,PART_DISPOSITION,PART_CONDITION,PRINT_FG,REMARK,COLL_OBJ_FLAGS,TAXON_STATUS,NEWQUERY&SQ_ERROR=false&SCIENTIFIC_NAME_MATCH_TYPE=startswith&GUID_PREFIX=UCM:Herp&PHYLORDER=Anura&OIDOPER=IS&ACTION=nothing&INCLUDETIMESPAN=0&NEWQUERY=1&SHOWERRORS=0&NEXT=colorByCollection&NA=2&MAX_ERROR_UNITS=m&METHOD=download&groupBy=scientific_name
 ffdss                  | AlaskaNonnativeNonmarineinverts                        | https://arctos.database.museum/SpecimenResultsSummary.cfm?SCIENTIFIC_NAME_SCOPE=currentID&NEXT=colorByCollection&GEOLOGY_HIERARCHIES=1&KINGDOM=animalia&MAX_ERROR_UNITS=m&ACTION=nothing&NEWQUERY=1&INCLUDETIMESPAN=0&GUID_PREFIX=KNWR:Ento,KNWR:Inv,KWP:Ento,UAMObs:Ento,UAM:Ento&SHOWERRORS=0&FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,GUID_PREFIX,LISTCATNUM,ANYID,TAXON_NAME,SCIENTIFIC_NAME,SCIENTIFIC_NAME_SCOPE,SCIENTIFIC_NAME_MATCH_TYPE,COMMON_NAME,NATURE_OF_ID,IDENTIFIED_AGENT,TAXA_FORMULA,IDENTIFICATION_REMARKS,KINGDOM,PHYLUM,PHYLCLASS,PHYLORDER,FAMILY,SUBFAMILY,TRIBE,SUBTRIBE,GENUS,SPECIES,SUBSPECIES,ANY_GEOG,GEOLOGY_ATTRIBUTE,GEOLOGY_ATTRIBUTE_VALUE,GEOLOGY_HIERARCHIES,CONTINENT_OCEAN,SEA,COUNTRY,STATE_PROV,QUAD,COUNTY,ISLAND_GROUP,ISLAND,FEATURE,DRAINAGE,SPEC_LOCALITY,MINIMUM_ELEVATION,MAXIMUM_ELEVATION,ORIG_ELEV_UNITS,HABITAT,GEOREFERENCE_SOURCE,ISGEOREFERENCED,MIN_MAX_ERROR,MAX_MAX_ERROR,MAX_ERROR_UNITS,LOCALITY_REMARKS,COLL_ROLE,COLL,PARTNAME,TYPE_STATUS,MEDIA_TYPE,ID_REFERENCES,BARCODE,ANYBARCODE,PART_CONTAINER_TYPE,LOAN_NUMBER,PERMIT_ISSUED_BY,PERMIT_ISSUED_TO,PERMIT_TYPE,PERMIT_NUM,ENTERED_BY,LAST_EDIT_BY,PART_DISPOSITION,PART_CONDITION,PRINT_FG,REMARK,COLL_OBJ_FLAGS,TAXON_STATUS,NEWQUERY&TGTFORM=SpecimenResultsSummary.cfm&SCIENTIFIC_NAME_MATCH_TYPE=startswith&STATE_PROV=Alaska&METHOD=download&REMARK=Nonnative&groupBy=phylum,phylclass,phylorder,family,scientific_name
 zesnelson              | Hymenoptera                                            | https://arctos.database.museum/SpecimenResultsSummary.cfm?SHOWERRORS=0&MAX_ERROR_UNITS=m&INCLUDETIMESPAN=0&TGTFORM=SpecimenResultsSummary.cfm&PHYLORDER=Hymenoptera&NEWQUERY=1&ACTION=nothing&SCIENTIFIC_NAME_SCOPE=currentID&NEXT=colorByCollection&SCIENTIFIC_NAME_MATCH_TYPE=startswith&FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,LISTCATNUM,ANYID,GUID,OIDOPER,OIDNUM,ACCN_NUMBER,ACCN_AGENCY,TAXON_NAME,SCIENTIFIC_NAME,SCIENTIFIC_NAME_SCOPE,SCIENTIFIC_NAME_MATCH_TYPE,COMMON_NAME,NATURE_OF_ID,IDENTIFIED_AGENT,TAXA_FORMULA,IDENTIFICATION_REMARKS,KINGDOM,PHYLUM,PHYLCLASS,PHYLORDER,FAMILY,SUBFAMILY,TRIBE,SUBTRIBE,GENUS,SPECIES,SUBSPECIES,ANY_GEOG,GEOLOGY_ATTRIBUTE,GEOLOGY_ATTRIBUTE_VALUE,GEOLOGY_HIERARCHIES,CONTINENT_OCEAN,SEA,COUNTRY,STATE_PROV,QUAD,COUNTY,ISLAND_GROUP,ISLAND,FEATURE,SPEC_LOCALITY,MINIMUM_ELEVATION,MAXIMUM_ELEVATION,ORIG_ELEV_UNITS,HABITAT,ISGEOREFERENCED,MIN_MAX_ERROR,MAX_MAX_ERROR,MAX_ERROR_UNITS,LOCALITY_REMARKS,COLL_ROLE,COLL,BEGYEAR,BEGMON,BEGDAY,BEGDATE,ENDYEAR,ENDMON,ENDDAY,ENDDATE,CHRONOLOGICAL_EXTENT,SPECIMEN_EVENT_TYPE,SPECIMEN_EVENT_REMARK,COLLECTING_SOURCE,COLLECTING_METHOD,VERIFICATIONSTATUS,VERBATIM_LOCALITY,COLL_EVENT_REMARKS,PARTNAME,TYPE_STATUS,MEDIA_TYPE,ID_REFERENCES,BARCODE,ANYBARCODE,LOAN_NUMBER,PERMIT_ISSUED_BY,PERMIT_ISSUED_TO,PERMIT_TYPE,PERMIT_NUM,ENTERED_BY,LAST_EDIT_BY,PART_DISPOSITION,PRINT_FG,REMARK,COLL_OBJ_FLAGS,NEWQUERY&OIDOPER=IS&GEOLOGY_HIERARCHIES=1&METHOD=download&groupBy=family,genus,scientific_name,individualcount
 akwenninger@alaska.edu | ants                                                   | https://arctos.database.museum/SpecimenResultsSummary.cfm?SHOWERRORS=0&NEWQUERY=1&TAXON_NAME=formicidae&INCLUDETIMESPAN=0&FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,LISTCATNUM,ANYID,TAXON_NAME,ANY_GEOG,COLL_ROLE,COLL,PARTNAME,TYPE_STATUS,MEDIA_TYPE,ID_REFERENCES,NEWQUERY&TGTFORM=SpecimenResultsSummary.cfm&METHOD=download&NEXT=colorByCollection&ACTION=nothing&groupBy=scientific_name
 ffdss                  | AKInsectaspp                                           | https://arctos.database.museum/SpecimenResultsSummary.cfm?SPECIES=NOTNULL&FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,LISTCATNUM,ANYID,TAXON_NAME,SCIENTIFIC_NAME,SCIENTIFIC_NAME_SCOPE,SCIENTIFIC_NAME_MATCH_TYPE,COMMON_NAME,NATURE_OF_ID,IDENTIFIED_AGENT,TAXA_FORMULA,IDENTIFICATION_REMARKS,KINGDOM,PHYLUM,PHYLCLASS,PHYLORDER,FAMILY,SUBFAMILY,TRIBE,SUBTRIBE,GENUS,SPECIES,SUBSPECIES,ANY_GEOG,GEOLOGY_ATTRIBUTE,GEOLOGY_ATTRIBUTE_VALUE,GEOLOGY_HIERARCHIES,CONTINENT_OCEAN,SEA,COUNTRY,STATE_PROV,QUAD,COUNTY,ISLAND_GROUP,ISLAND,FEATURE,DRAINAGE,SPEC_LOCALITY,MINIMUM_ELEVATION,MAXIMUM_ELEVATION,ORIG_ELEV_UNITS,HABITAT,GEOREFERENCE_SOURCE,ISGEOREFERENCED,MIN_MAX_ERROR,MAX_MAX_ERROR,MAX_ERROR_UNITS,LOCALITY_REMARKS,COLL_ROLE,COLL,PARTNAME,TYPE_STATUS,MEDIA_TYPE,ID_REFERENCES,BARCODE,ANYBARCODE,PART_CONTAINER_TYPE,LOAN_NUMBER,PERMIT_ISSUED_BY,PERMIT_ISSUED_TO,PERMIT_TYPE,PERMIT_NUM,ENTERED_BY,LAST_EDIT_BY,PART_DISPOSITION,PART_CONDITION,PRINT_FG,REMARK,COLL_OBJ_FLAGS,TAXON_STATUS,NEWQUERY&SCIENTIFIC_NAME_SCOPE=currentID&MAX_ERROR_UNITS=m&PHYLCLASS=Insecta&METHOD=download&GEOLOGY_HIERARCHIES=1&STATE_PROV=Alaska&NEXT=colorByCollection&TGTFORM=SpecimenResultsSummary.cfm&ACTION=nothing&INCLUDETIMESPAN=0&SHOWERRORS=0&SCIENTIFIC_NAME_MATCH_TYPE=startswith&NEWQUERY=1&TAXA_FORMULA=A&groupBy=phylorder,family,scientific_name
 ffdss                  | AKBombus2020                                           | https://arctos.database.museum/SpecimenResultsSummary.cfm?STATE_PROV=Alaska&SCIENTIFIC_NAME=bombus&NEXT=colorByCollection&INCLUDETIMESPAN=0&FIELDNAMES=TGTFORM,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,LISTCATNUM,ANYID,GUID,OIDOPER,OIDNUM,ACCN_NUMBER,ACCN_AGENCY,TAXON_NAME,SCIENTIFIC_NAME,SCIENTIFIC_NAME_SCOPE,SCIENTIFIC_NAME_MATCH_TYPE,COMMON_NAME,NATURE_OF_ID,IDENTIFICATION_CONFIDENCE,IDENTIFIED_AGENT,TAXA_FORMULA,IDENTIFICATION_REMARKS,KINGDOM,PHYLUM,PHYLCLASS,PHYLORDER,FAMILY,SUBFAMILY,TRIBE,SUBTRIBE,GENUS,SPECIES,SUBSPECIES,ANY_GEOG,GEOLOGY_ATTRIBUTE,GEOLOGY_ATTRIBUTE_VALUE,GEOLOGY_HIERARCHIES,CONTINENT_OCEAN,SEA,COUNTRY,STATE_PROV,QUAD,COUNTY,ISLAND_GROUP,ISLAND,FEATURE,DRAINAGE,SPEC_LOCALITY,MINIMUM_ELEVATION,MAXIMUM_ELEVATION,ORIG_ELEV_UNITS,HABITAT,GEOREFERENCE_SOURCE,ISGEOREFERENCED,MIN_MAX_ERROR,MAX_MAX_ERROR,MAX_ERROR_UNITS,LOCALITY_REMARKS,COLL_ROLE,COLL,PARTNAME,TYPE_STATUS,MEDIA_TYPE,ID_REFERENCES,BARCODE,ANYBARCODE,PART_CONTAINER_TYPE,LOAN_NUMBER,PERMIT_ISSUED_BY,PERMIT_ISSUED_TO,PERMIT_TYPE,PERMIT_NUM,ENTERED_BY,LAST_EDIT_BY,PART_DISPOSITION,PART_CONDITION,PRINT_FG,REMARK,COLL_OBJ_FLAGS,TAXON_STATUS,NEWQUERY&SCIENTIFIC_NAME_SCOPE=currentID&OIDOPER=IS&METHOD=download&SCIENTIFIC_NAME_MATCH_TYPE=startswith&SPECIES=NOTNULL&SHOWERRORS=0&GEOLOGY_HIERARCHIES=1&TGTFORM=SpecimenResultsSummary.cfm&TAXA_FORMULA=A&ACTION=nothing&NEWQUERY=1&MAX_ERROR_UNITS=m&groupBy=scientific_name
 ffdss                  | AKspiders                                              | https://arctos.database.museum/SpecimenResultsSummary.cfm?STATE_PROV=Alaska&SHOWERRORS=0&SCIENTIFIC_NAME_SCOPE=currentID&SCIENTIFIC_NAME_MATCH_TYPE=startswith&FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,LISTCATNUM,ANYID,TAXON_NAME,SCIENTIFIC_NAME,SCIENTIFIC_NAME_SCOPE,SCIENTIFIC_NAME_MATCH_TYPE,COMMON_NAME,NATURE_OF_ID,IDENTIFIED_AGENT,TAXA_FORMULA,IDENTIFICATION_REMARKS,KINGDOM,PHYLUM,PHYLCLASS,PHYLORDER,FAMILY,SUBFAMILY,TRIBE,SUBTRIBE,GENUS,SPECIES,SUBSPECIES,ANY_GEOG,GEOLOGY_ATTRIBUTE,GEOLOGY_ATTRIBUTE_VALUE,GEOLOGY_HIERARCHIES,CONTINENT_OCEAN,SEA,COUNTRY,STATE_PROV,QUAD,COUNTY,ISLAND_GROUP,ISLAND,FEATURE,DRAINAGE,SPEC_LOCALITY,MINIMUM_ELEVATION,MAXIMUM_ELEVATION,ORIG_ELEV_UNITS,HABITAT,GEOREFERENCE_SOURCE,ISGEOREFERENCED,MIN_MAX_ERROR,MAX_MAX_ERROR,MAX_ERROR_UNITS,LOCALITY_REMARKS,COLL_ROLE,COLL,PARTNAME,TYPE_STATUS,MEDIA_TYPE,ID_REFERENCES,BARCODE,NEWQUERY&METHOD=download&GEOLOGY_HIERARCHIES=1&INCLUDETIMESPAN=0&TAXA_FORMULA=A&ACTION=nothing&TGTFORM=SpecimenResultsSummary.cfm&NEWQUERY=1&NEXT=colorByCollection&MAX_ERROR_UNITS=m&PHYLORDER=Araneae&SPECIES=NOTNULL&groupBy=family,scientific_name
 ffdss                  | 2017UAMdetstosp                                        | https://arctos.database.museum/SpecimenResultsSummary.cfm?TAXA_FORMULA=A&END_MADE_DATE=2017-12-31&TGTFORM=SpecimenResultsSummary.cfm&MAX_ERROR_UNITS=m&BEGIN_MADE_DATE=2017-01-01&GEOLOGY_HIERARCHIES=1&GUID_PREFIX=UAM:Ento&FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,GUID_PREFIX,LISTCATNUM,ANYID,GUID,OIDOPER,OIDNUM,ACCN_NUMBER,ACCN_AGENCY,TAXON_NAME,SCIENTIFIC_NAME,SCIENTIFIC_NAME_SCOPE,SCIENTIFIC_NAME_MATCH_TYPE,COMMON_NAME,NATURE_OF_ID,IDENTIFIED_AGENT,TAXA_FORMULA,IDENTIFICATION_REMARKS,KINGDOM,PHYLUM,PHYLCLASS,PHYLORDER,FAMILY,SUBFAMILY,TRIBE,SUBTRIBE,GENUS,SPECIES,SUBSPECIES,ANY_GEOG,GEOLOGY_ATTRIBUTE,GEOLOGY_ATTRIBUTE_VALUE,GEOLOGY_HIERARCHIES,CONTINENT_OCEAN,SEA,COUNTRY,STATE_PROV,QUAD,COUNTY,ISLAND_GROUP,ISLAND,FEATURE,SPEC_LOCALITY,MINIMUM_ELEVATION,MAXIMUM_ELEVATION,ORIG_ELEV_UNITS,HABITAT,ISGEOREFERENCED,MIN_MAX_ERROR,MAX_MAX_ERROR,MAX_ERROR_UNITS,LOCALITY_REMARKS,COLL_ROLE,COLL,PARTNAME,PART_ATTRIBUTE,PART_ATTRIBUTE_VALUE,PART_REMARK,ATTRIBUTE_TYPE_1,ATTOPER_1,ATTRIBUTE_VALUE_1,ATTRIBUTE_UNITS_1,ATTRIBUTE_REMARK,OCR_TEXT,TYPE_STATUS,MEDIA_TYPE,ID_REFERENCES,BARCODE,ANYBARCODE,PART_CONTAINER_TYPE,LOAN_NUMBER,PERMIT_ISSUED_BY,PERMIT_ISSUED_TO,PERMIT_TYPE,PERMIT_NUM,ENTERED_BY,LAST_EDIT_BY,PART_DISPOSITION,PRINT_FG,REMARK,COLL_OBJ_FLAGS,NEWQUERY&OIDOPER=IS&INCLUDETIMESPAN=0&METHOD=download&ACTION=nothing&NEWQUERY=1&SCIENTIFIC_NAME_MATCH_TYPE=startswith&SCIENTIFIC_NAME_SCOPE=currentID&SPECIES=NOTNULL&SHOWERRORS=0&NEXT=colorByCollection&groupBy=phylorder,family,scientific_name,individualcount
 ffdss                  | uamphylaclassesorders                                  | https://arctos.database.museum/SpecimenResultsSummary.cfm?TGTFORM=SpecimenResultsSummary.cfm&FIELDNAMES=TGTFORM,GROUPBY,NEXT,METHOD,INCLUDETIMESPAN,SHOWERRORS,CATALOGED_ITEM_TYPE,ACTION,GUID_PREFIX,LISTCATNUM,ANYID,TAXON_NAME,SCIENTIFIC_NAME,SCIENTIFIC_NAME_SCOPE,SCIENTIFIC_NAME_MATCH_TYPE,COMMON_NAME,NATURE_OF_ID,IDENTIFIED_AGENT,TAXA_FORMULA,IDENTIFICATION_REMARKS,KINGDOM,PHYLUM,PHYLCLASS,PHYLORDER,FAMILY,SUBFAMILY,TRIBE,SUBTRIBE,GENUS,SPECIES,SUBSPECIES,ANY_GEOG,COLL_ROLE,COLL,PARTNAME,TYPE_STATUS,MEDIA_TYPE,ID_REFERENCES,BARCODE,ANYBARCODE,PART_CONTAINER_TYPE,LOAN_NUMBER,PERMIT_ISSUED_BY,PERMIT_ISSUED_TO,PERMIT_TYPE,PERMIT_NUM,ENTERED_BY,LAST_EDIT_BY,PART_DISPOSITION,PART_CONDITION,PRINT_FG,REMARK,COLL_OBJ_FLAGS,TAXON_STATUS,NEWQUERY&SHOWERRORS=0&ACTION=nothing&INCLUDETIMESPAN=0&METHOD=download&GUID_PREFIX=UAM:Ento&SCIENTIFIC_NAME_SCOPE=currentID&NEWQUERY=1&NEXT=colorByCollection&SCIENTIFIC_NAME_MATCH_TYPE=startswith&groupBy=phylum,phylclass,phylorder,individualcount
 dlm                    | 1615253678180                                          | https://arctos.database.museum/SpecimenResultsSummary.cfm?tgtForm=SpecimenResultsSummary.cfm&next=colorByCollection&method=download&includeTimeSpan=0&showErrors=0&action=nothing&CustomOidOper=IS&oidOper=IS&scientific_name_scope=currentID&scientific_name_match_type=startswith&tax_opr_1=is&tax_opr_2=is&tax_opr_3=is&family==Phoridae&max_error_units=m&attOper_1=equals&attOper_2=equals&attOper_3=equals&attOper_4=equals&attOper_5=equals&newQuery=1&fieldnames=tgtForm,groupBy,next,method,includeTimeSpan,showErrors,cataloged_item_type,action,listcatnum,anyid,CustomOidOper,CustomIdentifierValue,custom_id_prefix,custom_id_number,custom_id_suffix,guid,oidOper,OIDNum,id_references,accn_number,accn_agency,taxon_name,scientific_name,scientific_name_scope,scientific_name_match_type,common_name,nature_of_id,identification_confidence,identified_agent,begin_made_date,end_made_date,taxa_formula,identification_remarks,tax_trm_1,tax_opr_1,tax_rnk_1,tax_trm_2,tax_opr_2,tax_rnk_2,tax_trm_3,tax_opr_3,tax_rnk_3,kingdom,phylum,phylclass,phylorder,family,subfamily,tribe,subtribe,genus,species,subspecies,any_geog,place_term_type,place_term,locality_attribute_1,locality_attribute_value_1,locality_attribute_unit_1,locality_attribute_determiner_1,locality_attribute_method_1,locality_attribute_remark_1,sea,state_prov,quad,county,island_group,island,feature,drainage,spec_locality,minimum_elevation,maximum_elevation,orig_elev_units,habitat,georeference_source,isgeoreferenced,min_max_error,max_max_error,max_error_units,locality_remarks,coll_role,coll,partname,attribute_type_1,attribute_value_1,attribute_units_1,attOper_1,attribute_type_2,attribute_value_2,attribute_units_2,attOper_2,attribute_type_3,attribute_value_3,attribute_units_3,attOper_3,attribute_type_4,attribute_value_4,attribute_units_4,attOper_4,attribute_type_5,attribute_value_5,attribute_units_5,attOper_5,part_attribute,part_attribute_value,part_remark,ocr_text,type_status,media_type,RelatedOIDType,related_term_1,related_term_val_1,barcode,beg_pbcscan_date,end_pbcscan_date,anybarcode,part_container_type,loan_number,permit_issued_by,permit_issued_to,permit_type,permit_num,entered_by,beg_entered_date,end_entered_date,last_edit_by,beg_last_edit_date,end_last_edit_date,part_disposition,part_condition,print_fg,remark,coll_obj_flags,taxon_status,newQuery&groupBy=family
 acdoll                 | DMNS_Colorado Birds_by taxa                            | https://arctos.database.museum/SpecimenResultsSummary.cfm?tgtForm=SpecimenResultsSummary.cfm&next=colorByCollection&method=download&includeTimeSpan=0&showErrors=0&action=nothing&guid_prefix=DMNS:Bird&oidOper=IS&scientific_name_scope=currentID&scientific_name_match_type=startswith&sq_error=false&geology_hierarchies=1&state_prov=Colorado&max_error_units=m&na=2&newQuery=1&fieldnames=tgtForm,groupBy,next,method,includeTimeSpan,showErrors,cataloged_item_type,action,guid_prefix,listcatnum,anyid,guid,oidOper,OIDNum,accn_number,accn_agency,taxon_name,scientific_name,scientific_name_scope,scientific_name_match_type,common_name,nature_of_id,identification_confidence,identified_agent,begin_made_date,end_made_date,taxa_formula,identification_remarks,kingdom,phylum,phylclass,phylorder,family,subfamily,tribe,subtribe,genus,species,subspecies,any_geog,sq_error,selectedCoords,NELat,NELong,SWLat,SWLong,geology_attribute,geology_attribute_value,geology_hierarchies,continent_ocean,sea,country,state_prov,quad,county,island_group,island,feature,drainage,spec_locality,minimum_elevation,maximum_elevation,orig_elev_units,habitat,georeference_source,isgeoreferenced,min_max_error,max_max_error,max_error_units,locality_remarks,coll_role,coll,begYear,begMon,begDay,begDate,endYear,endMon,endDay,endDate,verbatim_date,chronological_extent,specimen_event_type,specimen_event_remark,collecting_source,collecting_method,verificationstatus,verbatim_locality,coll_event_remarks,event_attribute_type_1,event_attribute_value_1,event_attribute_units_1,na,partname,attribute_type_placeholder_1,part_attribute,part_attribute_value,part_remark,ocr_text,type_status,project_name,loan_project_name,project_sponsor,publication_title,publication_doi,archive_name,media_type,media_keywords,id_references,RelatedOIDType,related_term_1,related_term_val_1,barcode,beg_pbcscan_date,end_pbcscan_date,anybarcode,part_container_type,loan_number,permit_issued_by,permit_issued_to,permit_type,permit_num,entered_by,beg_entered_date,end_entered_date,last_edit_by,beg_last_edit_date,end_last_edit_date,part_disposition,part_condition,print_fg,remark,coll_obj_flags,taxon_status,newQuery&groupBy=phylclass,phylorder,family,genus,scientific_name
 ffdss                  | adventiveAKspecies                                     | https://arctos.database.museum/SpecimenResultsSummary.cfm?tgtForm=SpecimenResultsSummary.cfm&next=colorByCollection&method=download&includeTimeSpan=0&showErrors=0&action=nothing&guid_prefix=KNWR:Ento,KNWR:Inv,KWP:Ento,UAMObs:Ento,UAM:Ento&oidOper=IS&scientific_name_scope=currentID&scientific_name_match_type=startswith&remark=nonnative&newQuery=1&fieldnames=tgtForm,groupBy,next,method,includeTimeSpan,showErrors,cataloged_item_type,action,guid_prefix,listcatnum,anyid,guid,oidOper,OIDNum,accn_number,accn_agency,taxon_name,scientific_name,scientific_name_scope,scientific_name_match_type,common_name,nature_of_id,identification_confidence,identified_agent,begin_made_date,end_made_date,taxa_formula,identification_remarks,kingdom,phylum,phylclass,phylorder,family,subfamily,tribe,subtribe,genus,species,subspecies,any_geog,coll_role,coll,partname,type_status,media_type,id_references,barcode,beg_pbcscan_date,end_pbcscan_date,anybarcode,part_container_type,loan_number,permit_issued_by,permit_issued_to,permit_type,permit_num,entered_by,beg_entered_date,end_entered_date,last_edit_by,beg_last_edit_date,end_last_edit_date,part_disposition,part_condition,print_fg,remark,coll_obj_flags,taxon_status,newQuery&groupBy=phylum,phylclass,phylorder,family,scientific_name
 ffdss                  | AKladybeetles                                          | https://arctos.database.museum/SpecimenResultsSummary.cfm?tgtForm=SpecimenResultsSummary.cfm&next=colorByCollection&method=download&includeTimeSpan=0&showErrors=0&action=nothing&guid_prefix=KNWR:Ento,KNWR:Inv,KWP:Ento,UAMObs:Ento,UAM:Ento&oidOper=IS&scientific_name_scope=currentID&scientific_name_match_type=startswith&taxa_formula=A&family=coccinellidae&species=NOTNULL&geology_hierarchies=1&state_prov=Alaska&max_error_units=m&newQuery=1&fieldnames=tgtForm,groupBy,next,method,includeTimeSpan,showErrors,cataloged_item_type,action,guid_prefix,listcatnum,anyid,guid,oidOper,OIDNum,accn_number,accn_agency,taxon_name,scientific_name,scientific_name_scope,scientific_name_match_type,common_name,nature_of_id,identification_confidence,identified_agent,begin_made_date,end_made_date,taxa_formula,identification_remarks,kingdom,phylum,phylclass,phylorder,family,subfamily,tribe,subtribe,genus,species,subspecies,any_geog,geology_attribute,geology_attribute_value,geology_hierarchies,continent_ocean,sea,country,state_prov,quad,county,island_group,island,feature,drainage,spec_locality,minimum_elevation,maximum_elevation,orig_elev_units,habitat,georeference_source,isgeoreferenced,min_max_error,max_max_error,max_error_units,locality_remarks,coll_role,coll,partname,type_status,media_type,id_references,barcode,beg_pbcscan_date,end_pbcscan_date,anybarcode,part_container_type,loan_number,permit_issued_by,permit_issued_to,permit_type,permit_num,entered_by,beg_entered_date,end_entered_date,last_edit_by,beg_last_edit_date,end_last_edit_date,part_disposition,part_condition,print_fg,remark,coll_obj_flags,taxon_status,newQuery&groupBy=family,formatted_scientific_name
 ccicero                | MVZ_syrinx_order_family_sex                            | https://arctos.database.museum/SpecimenResultsSummary.cfm?tgtForm=SpecimenResultsSummary.cfm&next=colorByCollection&method=download&includeTimeSpan=0&showErrors=0&action=nothing&guid_prefix=MVZ:Bird&oidOper=IS&scientific_name_scope=currentID&scientific_name_match_type=startswith&sq_error=false&geology_hierarchies=1&max_error_units=m&na=2&partname=syrinx&newQuery=1&fieldnames=tgtForm,groupBy,next,method,includeTimeSpan,showErrors,cataloged_item_type,action,guid_prefix,listcatnum,anyid,CustomOidOper,CustomIdentifierValue,guid,oidOper,OIDNum,accn_number,accn_agency,taxon_name,scientific_name,scientific_name_scope,scientific_name_match_type,common_name,nature_of_id,identification_confidence,identified_agent,begin_made_date,end_made_date,taxa_formula,identification_remarks,kingdom,phylum,phylclass,phylorder,family,subfamily,tribe,subtribe,genus,species,subspecies,any_geog,sq_error,selectedCoords,NELat,NELong,SWLat,SWLong,geology_attribute,geology_attribute_value,geology_hierarchies,continent_ocean,sea,country,state_prov,quad,county,island_group,island,feature,drainage,spec_locality,minimum_elevation,maximum_elevation,orig_elev_units,habitat,georeference_source,isgeoreferenced,min_max_error,max_max_error,max_error_units,locality_remarks,coll_role,coll,begYear,begMon,begDay,begDate,endYear,endMon,endDay,endDate,verbatim_date,chronological_extent,specimen_event_type,specimen_event_remark,collecting_source,collecting_method,verificationstatus,verbatim_locality,coll_event_remarks,event_attribute_type_1,event_attribute_value_1,event_attribute_units_1,na,partname,attribute_type_placeholder_1,part_attribute,part_attribute_value,part_remark,ocr_text,type_status,project_name,loan_project_name,project_sponsor,publication_title,publication_doi,archive_name,media_type,media_keywords,id_references,barcode,beg_pbcscan_date,end_pbcscan_date,anybarcode,part_container_type,loan_number,permit_issued_by,permit_issued_to,permit_type,permit_num,entered_by,beg_entered_date,end_entered_date,last_edit_by,beg_last_edit_date,end_last_edit_date,part_disposition,part_condition,print_fg,remark,coll_obj_flags,taxon_status,newQuery&groupBy=phylorder,family,sex
 atrox                  | AllozymeincollectionAllMVZ                             | https://arctos.database.museum/SpecimenResultsSummary.cfm?tgtForm=SpecimenResultsSummary.cfm&next=colorByCollection&method=download&includeTimeSpan=0&showErrors=0&action=nothing&guid_prefix=MVZObs:Herp,MVZ:Herp,MVZ:Hild,MVZ:Egg,MVZObs:Bird,MVZ:Bird,MVZ:Fish,MVZObs:Mamm,MVZ:Mamm&oidOper=IS&scientific_name_scope=currentID&scientific_name_match_type=startswith&sq_error=false&max_error_units=m&na=2&attOper_1=equals&attOper_2=equals&attOper_3=equals&attOper_4=equals&attOper_5=equals&part_remark=allozyme&part_disposition=in collection&newQuery=1&fieldnames=tgtForm,groupBy,next,method,includeTimeSpan,showErrors,cataloged_item_type,action,guid_prefix,listcatnum,anyid,CustomOidOper,CustomIdentifierValue,custom_id_prefix,custom_id_number,custom_id_suffix,guid,oidOper,OIDNum,accn_number,accn_agency,taxon_name,scientific_name,scientific_name_scope,scientific_name_match_type,common_name,nature_of_id,identification_confidence,identified_agent,begin_made_date,end_made_date,taxa_formula,identification_remarks,kingdom,phylum,phylclass,phylorder,family,subfamily,tribe,subtribe,genus,species,subspecies,any_geog,sq_error,selectedCoords,NELat,NELong,SWLat,SWLong,locality_attribute_1,locality_attribute_value_1,locality_attribute_unit_1,locality_attribute_determiner_1,locality_attribute_method_1,locality_attribute_remark_1,sea,state_prov,quad,county,island_group,island,feature,drainage,spec_locality,minimum_elevation,maximum_elevation,orig_elev_units,habitat,georeference_source,isgeoreferenced,min_max_error,max_max_error,max_error_units,locality_remarks,coll_role,coll,begYear,begMon,begDay,begDate,endYear,endMon,endDay,endDate,verbatim_date,chronological_extent,specimen_event_type,specimen_event_remark,collecting_source,collecting_method,verificationstatus,verbatim_locality,coll_event_remarks,event_attribute_type_1,event_attribute_value_1,event_attribute_units_1,na,partname,attribute_type_1,attribute_value_1,attribute_units_1,attOper_1,attribute_type_2,attribute_value_2,attribute_units_2,attOper_2,attribute_type_3,attribute_value_3,attribute_units_3,attOper_3,attribute_type_4,attribute_value_4,attribute_units_4,attOper_4,attribute_type_5,attribute_value_5,attribute_units_5,attOper_5,part_attribute,part_attribute_value,part_remark,ocr_text,type_status,project_name,loan_project_name,project_sponsor,publication_title,publication_doi,is_peer_reviewed,archive_name,media_type,id_references,barcode,beg_pbcscan_date,end_pbcscan_date,anybarcode,part_container_type,loan_number,permit_issued_by,permit_issued_to,permit_type,permit_num,entered_by,beg_entered_date,end_entered_date,last_edit_by,beg_last_edit_date,end_last_edit_date,part_disposition,part_condition,print_fg,remark,coll_obj_flags,taxon_status,newQuery&groupBy=phylclass
 ffdss                  | doubleordernames                                       | https://arctos.database.museum/SpecimenResultsSummary.cfm?tgtForm=SpecimenResultsSummary.cfm&next=colorByCollection&method=download&includeTimeSpan=0&showErrors=0&action=nothing&guid_prefix=UAM:Ento&oidOper=IS&scientific_name_scope=currentID&scientific_name_match_type=startswith&na=2&partname=whole organism (pinned)&newQuery=1&fieldnames=tgtForm,groupBy,next,method,includeTimeSpan,showErrors,cataloged_item_type,action,guid_prefix,listcatnum,anyid,guid,oidOper,OIDNum,accn_number,accn_agency,taxon_name,scientific_name,scientific_name_scope,scientific_name_match_type,common_name,nature_of_id,identification_confidence,identified_agent,begin_made_date,end_made_date,taxa_formula,identification_remarks,kingdom,phylum,phylclass,phylorder,family,subfamily,tribe,subtribe,genus,species,subspecies,any_geog,coll_role,coll,begYear,begMon,begDay,begDate,endYear,endMon,endDay,endDate,verbatim_date,chronological_extent,specimen_event_type,specimen_event_remark,collecting_source,collecting_method,verificationstatus,verbatim_locality,coll_event_remarks,event_attribute_type_1,event_attribute_value_1,event_attribute_units_1,na,partname,type_status,media_type,id_references,barcode,beg_pbcscan_date,end_pbcscan_date,anybarcode,part_container_type,loan_number,permit_issued_by,permit_issued_to,permit_type,permit_num,entered_by,beg_entered_date,end_entered_date,last_edit_by,beg_last_edit_date,end_last_edit_date,part_disposition,part_condition,print_fg,remark,coll_obj_flags,taxon_status,newQuery&groupBy=phylorder
 ffdss                  | AKChironomidae                                         | https://arctos.database.museum/SpecimenResultsSummary.cfm?tgtForm=SpecimenResultsSummary.cfm&next=colorByCollection&method=download&includeTimeSpan=0&showErrors=0&action=nothing&guid_prefix=UAM:Ento&oidOper=IS&scientific_name_scope=currentID&scientific_name_match_type=startswith&tax_opr_1=is&tax_opr_2=is&tax_opr_3=is&family=Chironomidae&newQuery=1&fieldnames=tgtForm,groupBy,next,method,includeTimeSpan,showErrors,cataloged_item_type,action,guid_prefix,listcatnum,anyid,guid,oidOper,OIDNum,id_references,accn_number,accn_agency,taxon_name,scientific_name,scientific_name_scope,scientific_name_match_type,common_name,nature_of_id,identification_confidence,identified_agent,begin_made_date,end_made_date,taxa_formula,identification_remarks,tax_trm_1,tax_opr_1,tax_rnk_1,tax_trm_2,tax_opr_2,tax_rnk_2,tax_trm_3,tax_opr_3,tax_rnk_3,kingdom,phylum,phylclass,phylorder,family,subfamily,tribe,subtribe,genus,species,subspecies,any_geog,coll_role,coll,partname,type_status,media_type,barcode,beg_pbcscan_date,end_pbcscan_date,anybarcode,part_container_type,loan_number,permit_issued_by,permit_issued_to,permit_type,permit_num,entered_by,beg_entered_date,end_entered_date,last_edit_by,beg_last_edit_date,end_last_edit_date,part_disposition,part_condition,print_fg,remark,coll_obj_flags,taxon_status,newQuery&groupBy=family,subfamily,scientific_name,formatted_scientific_name,individualcount
 ffdss                  | speciesinUAMinsectcollection                           | https://arctos.database.museum/SpecimenResultsSummary.cfm?tgtForm=SpecimenResultsSummary.cfm&next=colorByCollection&method=download&includeTimeSpan=0&showErrors=0&action=nothing&guid_prefix=UAM:Ento&scientific_name_scope=currentID&scientific_name_match_type=startswith&kingdom=animalia&newQuery=1&fieldnames=tgtForm,groupBy,next,method,includeTimeSpan,showErrors,cataloged_item_type,action,guid_prefix,listcatnum,anyid,taxon_name,scientific_name,scientific_name_scope,scientific_name_match_type,common_name,nature_of_id,identification_confidence,identified_agent,begin_made_date,end_made_date,taxa_formula,identification_remarks,kingdom,phylum,phylclass,phylorder,family,subfamily,tribe,subtribe,genus,species,subspecies,any_geog,coll_role,coll,partname,type_status,media_type,id_references,barcode,beg_pbcscan_date,end_pbcscan_date,anybarcode,part_container_type,loan_number,permit_issued_by,permit_issued_to,permit_type,permit_num,entered_by,beg_entered_date,end_entered_date,last_edit_by,beg_last_edit_date,end_last_edit_date,part_disposition,part_condition,print_fg,remark,coll_obj_flags,taxon_status,newQuery&groupBy=phylum,phylclass,phylorder,family,subfamily,scientific_name
 mbowser                | 2020-11-12-1157_Slikok_metabarcoding_taxa_list         | https://arctos.database.museum/SpecimenResultsSummary.cfm?tgtForm=SpecimenResultsSummary.cfm&next=colorByCollection&method=download&includeTimeSpan=0&showErrors=0&action=nothing&guid_prefix=UAMObs:Ento&oidOper=IS&scientific_name_scope=currentID&scientific_name_match_type=startswith&max_error_units=m&project_name=Slikok Creek Watershed Biotic Inventory&newQuery=1&fieldnames=tgtForm,groupBy,next,method,includeTimeSpan,showErrors,cataloged_item_type,action,guid_prefix,listcatnum,anyid,guid,oidOper,OIDNum,accn_number,accn_agency,taxon_name,scientific_name,scientific_name_scope,scientific_name_match_type,common_name,nature_of_id,identification_confidence,identified_agent,begin_made_date,end_made_date,taxa_formula,identification_remarks,kingdom,phylum,phylclass,phylorder,family,subfamily,tribe,subtribe,genus,species,subspecies,any_geog,locality_attribute_1,locality_attribute_value_1,locality_attribute_unit_1,locality_attribute_determiner_1,locality_attribute_method_1,locality_attribute_remark_1,sea,state_prov,quad,county,island_group,island,feature,drainage,spec_locality,minimum_elevation,maximum_elevation,orig_elev_units,habitat,georeference_source,isgeoreferenced,min_max_error,max_max_error,max_error_units,locality_remarks,coll_role,coll,partname,type_status,project_name,loan_project_name,project_sponsor,publication_title,publication_doi,archive_name,media_type,id_references,barcode,beg_pbcscan_date,end_pbcscan_date,anybarcode,part_container_type,loan_number,permit_issued_by,permit_issued_to,permit_type,permit_num,entered_by,beg_entered_date,end_entered_date,last_edit_by,beg_last_edit_date,end_last_edit_date,part_disposition,part_condition,print_fg,remark,coll_obj_flags,taxon_status,newQuery&groupBy=phylum,phylclass,phylorder,family,genus,scientific_name
 ebraker                | oMesoPubs                                              | https://arctos.database.museum/SpecimenResultsSummary.cfm?tgtForm=SpecimenResultsSummary.cfm&next=colorByCollection&method=download&includeTimeSpan=0&showErrors=0&action=nothing&guid_prefix=UCM:Herp&oidOper=IS&scientific_name_scope=currentID&scientific_name_match_type=startswith&sq_error=false&country=Mexico&max_error_units=m&na=2&type_status=any&newQuery=1&fieldnames=tgtForm,groupBy,next,method,includeTimeSpan,showErrors,cataloged_item_type,action,guid_prefix,listcatnum,anyid,guid,oidOper,OIDNum,accn_number,accn_agency,taxon_name,scientific_name,scientific_name_scope,scientific_name_match_type,common_name,nature_of_id,identification_confidence,identified_agent,begin_made_date,end_made_date,taxa_formula,identification_remarks,kingdom,phylum,phylclass,phylorder,family,subfamily,tribe,subtribe,genus,species,subspecies,any_geog,sq_error,selectedCoords,NELat,NELong,SWLat,SWLong,locality_attribute_1,locality_attribute_value_1,locality_attribute_unit_1,locality_attribute_determiner_1,locality_attribute_method_1,locality_attribute_remark_1,continent_ocean,sea,country,state_prov,quad,county,island_group,island,feature,drainage,spec_locality,minimum_elevation,maximum_elevation,orig_elev_units,habitat,georeference_source,isgeoreferenced,min_max_error,max_max_error,max_error_units,locality_remarks,coll_role,coll,begYear,begMon,begDay,begDate,endYear,endMon,endDay,endDate,verbatim_date,chronological_extent,specimen_event_type,specimen_event_remark,collecting_source,collecting_method,verificationstatus,verbatim_locality,coll_event_remarks,event_attribute_type_1,event_attribute_value_1,event_attribute_units_1,na,partname,attribute_type_placeholder_1,part_attribute,part_attribute_value,part_remark,ocr_text,type_status,project_name,loan_project_name,project_sponsor,publication_title,publication_doi,archive_name,media_type,id_references,barcode,beg_pbcscan_date,end_pbcscan_date,anybarcode,part_container_type,loan_number,permit_issued_by,permit_issued_to,permit_type,permit_num,entered_by,beg_entered_date,end_entered_date,last_edit_by,beg_last_edit_date,end_last_edit_date,part_disposition,part_condition,print_fg,remark,coll_obj_flags,taxon_status,newQuery&groupBy=family,scientific_name,ispublished
 ebraker                | oMeso Published Mexican Herps                          | https://arctos.database.museum/SpecimenResultsSummary.cfm?tgtForm=SpecimenResultsSummary.cfm&next=colorByCollection&method=download&includeTimeSpan=0&showErrors=0&action=nothing&guid_prefix=UCM:Herp&oidOper=IS&scientific_name_scope=currentID&scientific_name_match_type=startswith&sq_error=false&country=Mexico&max_error_units=m&na=2&type_status=any&newQuery=1&fieldnames=tgtForm,groupBy,next,method,includeTimeSpan,showErrors,cataloged_item_type,action,guid_prefix,listcatnum,anyid,guid,oidOper,OIDNum,accn_number,accn_agency,taxon_name,scientific_name,scientific_name_scope,scientific_name_match_type,common_name,nature_of_id,identification_confidence,identified_agent,begin_made_date,end_made_date,taxa_formula,identification_remarks,kingdom,phylum,phylclass,phylorder,family,subfamily,tribe,subtribe,genus,species,subspecies,any_geog,sq_error,selectedCoords,NELat,NELong,SWLat,SWLong,locality_attribute_1,locality_attribute_value_1,locality_attribute_unit_1,locality_attribute_determiner_1,locality_attribute_method_1,locality_attribute_remark_1,continent_ocean,sea,country,state_prov,quad,county,island_group,island,feature,drainage,spec_locality,minimum_elevation,maximum_elevation,orig_elev_units,habitat,georeference_source,isgeoreferenced,min_max_error,max_max_error,max_error_units,locality_remarks,coll_role,coll,begYear,begMon,begDay,begDate,endYear,endMon,endDay,endDate,verbatim_date,chronological_extent,specimen_event_type,specimen_event_remark,collecting_source,collecting_method,verificationstatus,verbatim_locality,coll_event_remarks,event_attribute_type_1,event_attribute_value_1,event_attribute_units_1,na,partname,attribute_type_placeholder_1,part_attribute,part_attribute_value,part_remark,ocr_text,type_status,project_name,loan_project_name,project_sponsor,publication_title,publication_doi,archive_name,media_type,id_references,barcode,beg_pbcscan_date,end_pbcscan_date,anybarcode,part_container_type,loan_number,permit_issued_by,permit_issued_to,permit_type,permit_num,entered_by,beg_entered_date,end_entered_date,last_edit_by,beg_last_edit_date,end_last_edit_date,part_disposition,part_condition,print_fg,remark,coll_obj_flags,taxon_status,newQuery&groupBy=family,scientific_name,ispublished
 ffdss                  | summarizebyDENA                                        | https://arctos.database.museum/SpecimenResultsSummary.cfm?tgtForm=SpecimenResultsSummary.cfm&next=colorByCollection&method=download&includeTimeSpan=0&showErrors=0&action=nothing&oidOper=IS&accn_number=DENA&scientific_name_scope=currentID&scientific_name_match_type=startswith&newQuery=1&fieldnames=tgtForm,groupBy,next,method,includeTimeSpan,showErrors,cataloged_item_type,action,listcatnum,anyid,guid,oidOper,OIDNum,accn_number,accn_agency,taxon_name,scientific_name,scientific_name_scope,scientific_name_match_type,common_name,nature_of_id,identification_confidence,identified_agent,begin_made_date,end_made_date,taxa_formula,identification_remarks,kingdom,phylum,phylclass,phylorder,family,subfamily,tribe,subtribe,genus,species,subspecies,any_geog,coll_role,coll,partname,type_status,media_type,id_references,barcode,beg_pbcscan_date,end_pbcscan_date,anybarcode,part_container_type,loan_number,permit_issued_by,permit_issued_to,permit_type,permit_num,entered_by,beg_entered_date,end_entered_date,last_edit_by,beg_last_edit_date,end_last_edit_date,part_disposition,part_condition,print_fg,remark,coll_obj_flags,taxon_status,newQuery&groupBy=phylclass,phylorder,family,scientific_name,individualcount
 jslowik                | Palmer farm bugs by order and family                   | https://arctos.database.museum/SpecimenResultsSummary.cfm?tgtForm=SpecimenResultsSummary.cfm&next=colorByCollection&method=download&includeTimeSpan=0&showErrors=0&action=nothing&oidOper=IS&accn_number==UAM-2000.01-PALM-Ento&scientific_name_scope=currentID&scientific_name_match_type=startswith&sq_error=false&newQuery=1&fieldnames=tgtForm,groupBy,next,method,includeTimeSpan,showErrors,cataloged_item_type,action,listcatnum,anyid,guid,oidOper,OIDNum,accn_number,accn_agency,taxon_name,scientific_name,scientific_name_scope,scientific_name_match_type,common_name,nature_of_id,identification_confidence,identified_agent,begin_made_date,end_made_date,taxa_formula,identification_remarks,kingdom,phylum,phylclass,phylorder,family,subfamily,tribe,subtribe,genus,species,subspecies,any_geog,sq_error,selectedCoords,NELat,NELong,SWLat,SWLong,coll_role,coll,partname,attribute_type_placeholder_1,part_attribute,part_attribute_value,part_remark,ocr_text,type_status,project_name,loan_project_name,project_sponsor,publication_title,publication_doi,archive_name,media_type,media_keywords,id_references,RelatedOIDType,related_term_1,related_term_val_1,barcode,newQuery&groupBy=phylorder,family
 ebraker                | neotomaColorado                                        | https://arctos.database.museum/SpecimenResultsSummary.cfm?tgtForm=SpecimenResultsSummary.cfm&next=colorByCollection&method=download&includeTimeSpan=0&showErrors=0&action=nothing&oidOper=IS&scientific_name=Neotoma cinerea&scientific_name_scope=currentID&scientific_name_match_type=startswith&sq_error=false&country=United States&state_prov=COLORADO&max_error_units=m&na=2&newQuery=1&fieldnames=tgtForm,groupBy,next,method,includeTimeSpan,showErrors,cataloged_item_type,action,listcatnum,anyid,guid,oidOper,OIDNum,accn_number,accn_agency,taxon_name,scientific_name,scientific_name_scope,scientific_name_match_type,common_name,nature_of_id,identification_confidence,identified_agent,begin_made_date,end_made_date,taxa_formula,identification_remarks,kingdom,phylum,phylclass,phylorder,family,subfamily,tribe,subtribe,genus,species,subspecies,any_geog,sq_error,selectedCoords,NELat,NELong,SWLat,SWLong,locality_attribute_1,locality_attribute_value_1,locality_attribute_unit_1,locality_attribute_determiner_1,locality_attribute_method_1,locality_attribute_remark_1,continent_ocean,sea,country,state_prov,quad,county,island_group,island,feature,drainage,spec_locality,minimum_elevation,maximum_elevation,orig_elev_units,habitat,georeference_source,isgeoreferenced,min_max_error,max_max_error,max_error_units,locality_remarks,coll_role,coll,begYear,begMon,begDay,begDate,endYear,endMon,endDay,endDate,verbatim_date,chronological_extent,specimen_event_type,specimen_event_remark,collecting_source,collecting_method,verificationstatus,verbatim_locality,coll_event_remarks,event_attribute_type_1,event_attribute_value_1,event_attribute_units_1,na,partname,attribute_type_placeholder_1,part_attribute,part_attribute_value,part_remark,ocr_text,type_status,project_name,loan_project_name,project_sponsor,publication_title,publication_doi,archive_name,media_type,id_references,barcode,beg_pbcscan_date,end_pbcscan_date,anybarcode,part_container_type,loan_number,permit_issued_by,permit_issued_to,permit_type,permit_num,entered_by,beg_entered_date,end_entered_date,last_edit_by,beg_last_edit_date,end_last_edit_date,part_disposition,part_condition,print_fg,remark,coll_obj_flags,taxon_status,newQuery&groupBy=guid_prefix
 atrox                  | amphibia-family                                        | https://arctos.database.museum/SpecimenResultsSummary.cfm?tgtForm=SpecimenResultsSummary.cfm&next=colorByCollection&method=download&includeTimeSpan=0&showErrors=0&action=nothing&oidOper=IS&scientific_name_scope=currentID&scientific_name_match_type=startswith&phylclass=amphibia&sq_error=false&max_error_units=m&na=2&attOper_1=equals&attOper_2=equals&attOper_3=equals&attOper_4=equals&attOper_5=equals&newQuery=1&fieldnames=tgtForm,groupBy,next,method,includeTimeSpan,showErrors,cataloged_item_type,action,listcatnum,anyid,CustomOidOper,CustomIdentifierValue,custom_id_prefix,custom_id_number,custom_id_suffix,guid,oidOper,OIDNum,accn_number,accn_agency,taxon_name,scientific_name,scientific_name_scope,scientific_name_match_type,common_name,nature_of_id,identification_confidence,identified_agent,begin_made_date,end_made_date,taxa_formula,identification_remarks,kingdom,phylum,phylclass,phylorder,family,subfamily,tribe,subtribe,genus,species,subspecies,any_geog,sq_error,selectedCoords,NELat,NELong,SWLat,SWLong,locality_attribute_1,locality_attribute_value_1,locality_attribute_unit_1,locality_attribute_determiner_1,locality_attribute_method_1,locality_attribute_remark_1,sea,state_prov,quad,county,island_group,island,feature,drainage,spec_locality,minimum_elevation,maximum_elevation,orig_elev_units,habitat,georeference_source,isgeoreferenced,min_max_error,max_max_error,max_error_units,locality_remarks,coll_role,coll,begYear,begMon,begDay,begDate,endYear,endMon,endDay,endDate,verbatim_date,chronological_extent,specimen_event_type,specimen_event_remark,collecting_source,collecting_method,verificationstatus,verbatim_locality,coll_event_remarks,event_attribute_type_1,event_attribute_value_1,event_attribute_units_1,na,partname,attribute_type_1,attribute_value_1,attribute_units_1,attOper_1,attribute_type_2,attribute_value_2,attribute_units_2,attOper_2,attribute_type_3,attribute_value_3,attribute_units_3,attOper_3,attribute_type_4,attribute_value_4,attribute_units_4,attOper_4,attribute_type_5,attribute_value_5,attribute_units_5,attOper_5,part_attribute,part_attribute_value,part_remark,ocr_text,type_status,project_name,loan_project_name,project_sponsor,publication_title,publication_doi,archive_name,media_type,id_references,barcode,beg_pbcscan_date,end_pbcscan_date,anybarcode,part_container_type,loan_number,permit_issued_by,permit_issued_to,permit_type,permit_num,entered_by,beg_entered_date,end_entered_date,last_edit_by,beg_last_edit_date,end_last_edit_date,part_disposition,part_condition,print_fg,remark,coll_obj_flags,taxon_status,newQuery&groupBy=family
 ffdss                  | adventiveAKarthropods                                  | https://arctos.database.museum/SpecimenResultsSummary.cfm?tgtForm=SpecimenResultsSummary.cfm&next=colorByCollection&method=download&includeTimeSpan=0&showErrors=0&action=nothing&oidOper=IS&scientific_name_scope=currentID&scientific_name_match_type=startswith&remark=nonnative&newQuery=1&fieldnames=tgtForm,groupBy,next,method,includeTimeSpan,showErrors,cataloged_item_type,action,listcatnum,anyid,guid,oidOper,OIDNum,accn_number,accn_agency,taxon_name,scientific_name,scientific_name_scope,scientific_name_match_type,common_name,nature_of_id,identification_confidence,identified_agent,begin_made_date,end_made_date,taxa_formula,identification_remarks,kingdom,phylum,phylclass,phylorder,family,subfamily,tribe,subtribe,genus,species,subspecies,any_geog,coll_role,coll,partname,type_status,media_type,id_references,barcode,beg_pbcscan_date,end_pbcscan_date,anybarcode,part_container_type,loan_number,permit_issued_by,permit_issued_to,permit_type,permit_num,entered_by,beg_entered_date,end_entered_date,last_edit_by,beg_last_edit_date,end_last_edit_date,part_disposition,part_condition,print_fg,remark,coll_obj_flags,taxon_status,newQuery&groupBy=phylum,phylclass,phylorder,family,scientific_name
 atrox                  | AllozymeClasscountry                                   | https://arctos.database.museum/SpecimenResultsSummary.cfm?tgtForm=SpecimenResultsSummary.cfm&next=colorByCollection&method=download&includeTimeSpan=0&showErrors=0&action=nothing&oidOper=IS&scientific_name_scope=currentID&scientific_name_match_type=startswith&sq_error=false&max_error_units=m&na=2&attOper_1=equals&attOper_2=equals&attOper_3=equals&attOper_4=equals&attOper_5=equals&part_remark=allozyme&part_disposition=in collection&newQuery=1&fieldnames=tgtForm,groupBy,next,method,includeTimeSpan,showErrors,cataloged_item_type,action,listcatnum,anyid,CustomOidOper,CustomIdentifierValue,custom_id_prefix,custom_id_number,custom_id_suffix,guid,oidOper,OIDNum,accn_number,accn_agency,taxon_name,scientific_name,scientific_name_scope,scientific_name_match_type,common_name,nature_of_id,identification_confidence,identified_agent,begin_made_date,end_made_date,taxa_formula,identification_remarks,kingdom,phylum,phylclass,phylorder,family,subfamily,tribe,subtribe,genus,species,subspecies,any_geog,sq_error,selectedCoords,NELat,NELong,SWLat,SWLong,locality_attribute_1,locality_attribute_value_1,locality_attribute_unit_1,locality_attribute_determiner_1,locality_attribute_method_1,locality_attribute_remark_1,sea,state_prov,quad,county,island_group,island,feature,drainage,spec_locality,minimum_elevation,maximum_elevation,orig_elev_units,habitat,georeference_source,isgeoreferenced,min_max_error,max_max_error,max_error_units,locality_remarks,coll_role,coll,begYear,begMon,begDay,begDate,endYear,endMon,endDay,endDate,verbatim_date,chronological_extent,specimen_event_type,specimen_event_remark,collecting_source,collecting_method,verificationstatus,verbatim_locality,coll_event_remarks,event_attribute_type_1,event_attribute_value_1,event_attribute_units_1,na,partname,attribute_type_1,attribute_value_1,attribute_units_1,attOper_1,attribute_type_2,attribute_value_2,attribute_units_2,attOper_2,attribute_type_3,attribute_value_3,attribute_units_3,attOper_3,attribute_type_4,attribute_value_4,attribute_units_4,attOper_4,attribute_type_5,attribute_value_5,attribute_units_5,attOper_5,part_attribute,part_attribute_value,part_remark,ocr_text,type_status,project_name,loan_project_name,project_sponsor,publication_title,publication_doi,is_peer_reviewed,archive_name,media_type,id_references,barcode,beg_pbcscan_date,end_pbcscan_date,anybarcode,part_container_type,loan_number,permit_issued_by,permit_issued_to,permit_type,permit_num,entered_by,beg_entered_date,end_entered_date,last_edit_by,beg_last_edit_date,end_last_edit_date,part_disposition,part_condition,print_fg,remark,coll_obj_flags,taxon_status,newQuery&groupBy=phylclass,country
 atrox                  | tissueextract-byfamily                                 | https://arctos.database.museum/SpecimenResultsSummary.cfm?tgtForm=SpecimenResultsSummary.cfm&next=colorByCollection&method=download&includeTimeSpan=0&showErrors=0&action=nothing&oidOper=IS&scientific_name_scope=currentID&scientific_name_match_type=startswith&sq_error=false&max_error_units=m&na=2&partname=tissue extract (frozen)&attOper_1=equals&attOper_2=equals&attOper_3=equals&attOper_4=equals&attOper_5=equals&newQuery=1&fieldnames=tgtForm,groupBy,next,method,includeTimeSpan,showErrors,cataloged_item_type,action,listcatnum,anyid,CustomOidOper,CustomIdentifierValue,custom_id_prefix,custom_id_number,custom_id_suffix,guid,oidOper,OIDNum,accn_number,accn_agency,taxon_name,scientific_name,scientific_name_scope,scientific_name_match_type,common_name,nature_of_id,identification_confidence,identified_agent,begin_made_date,end_made_date,taxa_formula,identification_remarks,kingdom,phylum,phylclass,phylorder,family,subfamily,tribe,subtribe,genus,species,subspecies,any_geog,sq_error,selectedCoords,NELat,NELong,SWLat,SWLong,locality_attribute_1,locality_attribute_value_1,locality_attribute_unit_1,locality_attribute_determiner_1,locality_attribute_method_1,locality_attribute_remark_1,sea,state_prov,quad,county,island_group,island,feature,drainage,spec_locality,minimum_elevation,maximum_elevation,orig_elev_units,habitat,georeference_source,isgeoreferenced,min_max_error,max_max_error,max_error_units,locality_remarks,coll_role,coll,begYear,begMon,begDay,begDate,endYear,endMon,endDay,endDate,verbatim_date,chronological_extent,specimen_event_type,specimen_event_remark,collecting_source,collecting_method,verificationstatus,verbatim_locality,coll_event_remarks,event_attribute_type_1,event_attribute_value_1,event_attribute_units_1,na,partname,attribute_type_1,attribute_value_1,attribute_units_1,attOper_1,attribute_type_2,attribute_value_2,attribute_units_2,attOper_2,attribute_type_3,attribute_value_3,attribute_units_3,attOper_3,attribute_type_4,attribute_value_4,attribute_units_4,attOper_4,attribute_type_5,attribute_value_5,attribute_units_5,attOper_5,part_attribute,part_attribute_value,part_remark,ocr_text,type_status,project_name,loan_project_name,project_sponsor,publication_title,publication_doi,is_peer_reviewed,archive_name,media_type,id_references,barcode,beg_pbcscan_date,end_pbcscan_date,anybarcode,part_container_type,loan_number,permit_issued_by,permit_issued_to,permit_type,permit_num,entered_by,beg_entered_date,end_entered_date,last_edit_by,beg_last_edit_date,end_last_edit_date,part_disposition,part_condition,print_fg,remark,coll_obj_flags,taxon_status,newQuery&groupBy=phylclass,family
 ffdss                  | UAMApoidea                                             | https://arctos.database.museum/SpecimenResultsSummary.cfm?tgtForm=SpecimenResultsSummary.cfm&next=colorByCollection&method=download&includeTimeSpan=0&showErrors=0&action=nothing&oidOper=IS&scientific_name_scope=currentID&scientific_name_match_type=startswith&taxa_formula=A&tax_trm_1=Apoidea&tax_opr_1=is&tax_rnk_1=superfamily&tax_src_1=Arctos&tax_opr_2=is&tax_opr_3=is&species=NOTNULL&max_error_units=m&attOper_1=equals&attOper_2=equals&attOper_3=equals&attOper_4=equals&attOper_5=equals&newQuery=1&fieldnames=tgtForm,groupBy,next,method,includeTimeSpan,showErrors,cataloged_item_type,action,listcatnum,anyid,guid,oidOper,OIDNum,id_references,accn_number,accn_agency,taxon_name,scientific_name,scientific_name_scope,scientific_name_match_type,common_name,nature_of_id,identification_confidence,identified_agent,begin_made_date,end_made_date,taxa_formula,identification_remarks,tax_trm_1,tax_opr_1,tax_rnk_1,tax_src_1,tax_trm_2,tax_opr_2,tax_rnk_2,tax_trm_3,tax_opr_3,tax_rnk_3,kingdom,phylum,phylclass,phylorder,family,subfamily,tribe,subtribe,genus,species,subspecies,any_geog,place_term_type,place_term,locality_attribute_1,locality_attribute_value_1,locality_attribute_unit_1,locality_attribute_determiner_1,locality_attribute_method_1,locality_attribute_remark_1,sea,state_prov,quad,county,island_group,island,feature,drainage,spec_locality,minimum_elevation,maximum_elevation,orig_elev_units,habitat,georeference_source,isgeoreferenced,min_max_error,max_max_error,max_error_units,locality_remarks,coll_role,coll,partname,attribute_type_1,attribute_value_1,attribute_units_1,attOper_1,attribute_type_2,attribute_value_2,attribute_units_2,attOper_2,attribute_type_3,attribute_value_3,attribute_units_3,attOper_3,attribute_type_4,attribute_value_4,attribute_units_4,attOper_4,attribute_type_5,attribute_value_5,attribute_units_5,attOper_5,part_attribute,part_attribute_value,part_remark,ocr_text,type_status,media_type,barcode,beg_pbcscan_date,end_pbcscan_date,anybarcode,part_container_type,loan_number,permit_issued_by,permit_issued_to,permit_type,permit_num,entered_by,beg_entered_date,end_entered_date,last_edit_by,beg_last_edit_date,end_last_edit_date,part_disposition,part_condition,print_fg,remark,coll_obj_flags,taxon_status,newQuery&groupBy=family,scientific_name,state_prov
 ffdss                  | AKChironomidaeALL                                      | https://arctos.database.museum/SpecimenResultsSummary.cfm?tgtForm=SpecimenResultsSummary.cfm&next=colorByCollection&method=download&includeTimeSpan=0&showErrors=0&action=nothing&oidOper=IS&scientific_name_scope=currentID&scientific_name_match_type=startswith&tax_opr_1=is&tax_opr_2=is&tax_opr_3=is&family=Chironomidae&state_prov=Alaska&max_error_units=m&newQuery=1&fieldnames=tgtForm,groupBy,next,method,includeTimeSpan,showErrors,cataloged_item_type,action,listcatnum,anyid,guid,oidOper,OIDNum,id_references,accn_number,accn_agency,taxon_name,scientific_name,scientific_name_scope,scientific_name_match_type,common_name,nature_of_id,identification_confidence,identified_agent,begin_made_date,end_made_date,taxa_formula,identification_remarks,tax_trm_1,tax_opr_1,tax_rnk_1,tax_trm_2,tax_opr_2,tax_rnk_2,tax_trm_3,tax_opr_3,tax_rnk_3,kingdom,phylum,phylclass,phylorder,family,subfamily,tribe,subtribe,genus,species,subspecies,any_geog,place_term_type,place_term,locality_attribute_1,locality_attribute_value_1,locality_attribute_unit_1,locality_attribute_determiner_1,locality_attribute_method_1,locality_attribute_remark_1,sea,state_prov,quad,county,island_group,island,feature,drainage,spec_locality,minimum_elevation,maximum_elevation,orig_elev_units,habitat,georeference_source,isgeoreferenced,min_max_error,max_max_error,max_error_units,locality_remarks,coll_role,coll,partname,type_status,media_type,barcode,beg_pbcscan_date,end_pbcscan_date,anybarcode,part_container_type,loan_number,permit_issued_by,permit_issued_to,permit_type,permit_num,entered_by,beg_entered_date,end_entered_date,last_edit_by,beg_last_edit_date,end_last_edit_date,part_disposition,part_condition,print_fg,remark,coll_obj_flags,taxon_status,newQuery&groupBy=family,subfamily,scientific_name,formatted_scientific_name
 ffdss                  | AKChrysomelidae                                        | https://arctos.database.museum/SpecimenResultsSummary.cfm?tgtForm\x1FSpecimenResultsSummary.cfm\x1Enext\x1FcolorByCollection\x1Emethod\x1Fdownload\x1EincludeTimeSpan\x1F0\x1EshowErrors\x1F0\x1Eaction\x1Fnothing\x1EoidOper\x1FIS\x1Escientific_name_scope\x1FcurrentID\x1Escientific_name_match_type\x1Fstartswith\x1Etax_opr_1\x1Fis\x1Etax_opr_2\x1Fis\x1Etax_opr_3\x1Fis\x1Efamily\x1FChrysomelidae\x1Estate_prov\x1FAlaska\x1Emax_error_units\x1Fm\x1Ena\x1F2\x1EnewQuery\x1F1\x1Efieldnames\x1FtgtForm,groupBy,next,method,includeTimeSpan,showErrors,cataloged_item_type,action,listcatnum,anyid,guid,oidOper,OIDNum,id_references,accn_number,accn_agency,taxon_name,scientific_name,scientific_name_scope,scientific_name_match_type,common_name,nature_of_id,identification_confidence,identification_publication,identified_agent,begin_made_date,end_made_date,taxa_formula,identification_remarks,tax_trm_1,tax_opr_1,tax_rnk_1,tax_trm_2,tax_opr_2,tax_rnk_2,tax_trm_3,tax_opr_3,tax_rnk_3,kingdom,phylum,phylclass,phylorder,superfamily,family,subfamily,tribe,subtribe,genus,species,subspecies,any_geog,place_term_type,place_term,attribute_meta_age_min,attribute_meta_age_max,attribute_meta_term,locality_attribute_1,locality_attribute_value_1,locality_attribute_unit_1,locality_attribute_determiner_1,locality_attribute_method_1,locality_attribute_remark_1,sea,state_prov,quad,county,island_group,island,feature,drainage,spec_locality,minimum_elevation,maximum_elevation,orig_elev_units,habitat,georeference_source,isgeoreferenced,min_max_error,max_max_error,max_error_units,locality_remarks,coll_role,coll,begYear,begMon,begDay,begDate,endYear,endMon,endDay,endDate,verbatim_date,chronological_extent,specimen_event_type,specimen_event_remark,collecting_source,collecting_method,verificationstatus,verbatim_locality,coll_event_remarks,event_attribute_type_1,event_attribute_value_1,event_attribute_units_1,na,part_search,type_status,media_type,barcode,beg_pbcscan_date,end_pbcscan_date,anybarcode,part_container_type,loan_number,permit_issued_by,permit_issued_to,permit_type,permit_num,entered_by,beg_entered_date,end_entered_date,last_edit_by,beg_last_edit_date,end_last_edit_date,part_disposition,part_condition,print_fg,remark,coll_obj_flags,newQuery&groupBy=subfamily,tribe,scientific_name,formatted_scientific_name
 ffdss                  | doubleclassification                                   | https://arctos.database.museum/SpecimenResultsSummary.cfm?tgtForm=SpecimenResultsSummary.cfm&next=colorByCollection&method=download&includeTimeSpan=0&showErrors=0&action=nothing&scientific_name=Amischa analis,Ampedus mixtus,Atomaria constricta,Attalus nigrellus,Brachypterolus pulicarius,Calodera caseyi,Cis striatulus,Clambus,Conwentzia,Corticaria pseudovicollis,Cryptophagus obsoletus,Diacanthous triundulatus,Dyschirius perversus,Empicoris,Ernobius collaris,Helicoconis similis,Laemophloeus shastanus,Leptohyphidae,Melanophthalma americana,Melanophthalma distinguenda,Melanophthalma helvola,Metasyrphus,Mordellochroa scapularis,Nycteus testaceus,Orchesia cultriformis,Phloeopora canadensis,Plesiocis,Rhamphomyia leptidiformis,Scotochroa buprestoides,Sympherobius,Trypophloeus populi&scientific_name_scope=currentID&scientific_name_match_type=inlist&newQuery=1&fieldnames=tgtForm,groupBy,next,method,includeTimeSpan,showErrors,cataloged_item_type,action,listcatnum,anyid,taxon_name,scientific_name,scientific_name_scope,scientific_name_match_type,common_name,nature_of_id,identification_confidence,identified_agent,begin_made_date,end_made_date,taxa_formula,identification_remarks,kingdom,phylum,phylclass,phylorder,family,subfamily,tribe,subtribe,genus,species,subspecies,any_geog,coll_role,coll,partname,type_status,media_type,id_references,barcode,beg_pbcscan_date,end_pbcscan_date,anybarcode,part_container_type,loan_number,permit_issued_by,permit_issued_to,permit_type,permit_num,entered_by,beg_entered_date,end_entered_date,last_edit_by,beg_last_edit_date,end_last_edit_date,part_disposition,part_condition,print_fg,remark,coll_obj_flags,taxon_status,newQuery&groupBy=phylclass,phylorder,family,subfamily,scientific_name,formatted_scientific_name,identifiedby,individualcount
 mkoo                   | allReptilesByFamily-chart                              | https://arctos.database.museum/SpecimenResultsSummary.cfm?tgtForm=SpecimenResultsSummary.cfm&next=colorByCollection&method=download&includeTimeSpan=0&showErrors=0&action=nothing&scientific_name_scope=currentID&scientific_name_match_type=startswith&phylclass=Reptilia&newQuery=1&fieldnames=tgtForm,groupBy,next,method,includeTimeSpan,showErrors,cataloged_item_type,action,listcatnum,anyid,CustomOidOper,CustomIdentifierValue,custom_id_prefix,custom_id_number,custom_id_suffix,taxon_name,scientific_name,scientific_name_scope,scientific_name_match_type,common_name,nature_of_id,identification_confidence,identified_agent,begin_made_date,end_made_date,taxa_formula,identification_remarks,kingdom,phylum,phylclass,phylorder,family,subfamily,tribe,subtribe,genus,species,subspecies,any_geog,coll_role,coll,partname,type_status,media_type,id_references,barcode,newQuery&groupBy=family
 campmlc                | MSB Specimen Search All By Class                       | https://arctos.database.museum/SpecimenResultsSummary.cfm?tgtForm=SpecimenResultsSummary.cfm&next=colorByCollection&method=download&includeTimeSpan=0&showErrors=0&cataloged_item_type=specimen&action=nothing&guid_prefix=MSB:Herp,MSB:Bird,MSB:Fish,MSB:Mamm,MSB:Para&CustomOidOper=LIST&oidOper=IS&scientific_name_scope=currentID&scientific_name_match_type=startswith&sq_error=false&max_error_units=m&na=2&attOper_1=equals&attOper_2=equals&attOper_3=equals&attOper_4=equals&attOper_5=equals&newQuery=1&fieldnames=tgtForm,groupBy,next,method,includeTimeSpan,showErrors,cataloged_item_type,action,guid_prefix,listcatnum,anyid,CustomOidOper,CustomIdentifierValue,custom_id_prefix,custom_id_number,custom_id_suffix,guid,oidOper,OIDNum,accn_number,accn_agency,taxon_name,scientific_name,scientific_name_scope,scientific_name_match_type,common_name,nature_of_id,identification_confidence,identified_agent,begin_made_date,end_made_date,taxa_formula,identification_remarks,kingdom,phylum,phylclass,phylorder,family,subfamily,tribe,subtribe,genus,species,subspecies,any_geog,sq_error,selectedCoords,NELat,NELong,SWLat,SWLong,place_term_type,place_term,locality_attribute_1,locality_attribute_value_1,locality_attribute_unit_1,locality_attribute_determiner_1,locality_attribute_method_1,locality_attribute_remark_1,sea,state_prov,quad,county,island_group,island,feature,drainage,spec_locality,minimum_elevation,maximum_elevation,orig_elev_units,habitat,georeference_source,isgeoreferenced,min_max_error,max_max_error,max_error_units,locality_remarks,coll_role,coll,begYear,begMon,begDay,begDate,endYear,endMon,endDay,endDate,verbatim_date,chronological_extent,specimen_event_type,specimen_event_remark,collecting_source,collecting_method,verificationstatus,verbatim_locality,coll_event_remarks,event_attribute_type_1,event_attribute_value_1,event_attribute_units_1,na,partname,attribute_type_1,attribute_value_1,attribute_units_1,attOper_1,attribute_type_2,attribute_value_2,attribute_units_2,attOper_2,attribute_type_3,attribute_value_3,attribute_units_3,attOper_3,attribute_type_4,attribute_value_4,attribute_units_4,attOper_4,attribute_type_5,attribute_value_5,attribute_units_5,attOper_5,part_attribute,part_attribute_value,part_remark,ocr_text,type_status,project_name,loan_project_name,project_sponsor,publication_title,publication_doi,is_peer_reviewed,archive_name,media_type,media_keywords,id_references,RelatedOIDType,related_term_1,related_term_val_1,barcode,beg_pbcscan_date,end_pbcscan_date,anybarcode,part_container_type,loan_number,permit_issued_by,permit_issued_to,permit_type,permit_num,entered_by,beg_entered_date,end_entered_date,last_edit_by,beg_last_edit_date,end_last_edit_date,part_disposition,part_condition,print_fg,remark,coll_obj_flags,taxon_status,newQuery&groupBy=phylum,phylclass
 mkoo                   | annualRPT_froztissbycoll                               | https://arctos.database.museum/SpecimenResultsSummary.cfm?tgtForm=SpecimenResultsSummary.cfm&next=colorByCollection&method=download&includeTimeSpan=0&showErrors=0&is_tissue=1&action=nothing&guid_prefix=MVZObs:Herp,MVZ:Herp,MVZ:Hild,MVZ:Egg,MVZObs:Bird,MVZ:Bird,MVZ:Fish,MVZObs:Mamm,MVZ:Mamm&CustomOidOper=IS&geology_hierarchies=1&max_error_units=m&newQuery=1&fieldnames=tgtForm,groupBy,next,method,includeTimeSpan,showErrors,cataloged_item_type,is_tissue,action,guid_prefix,listcatnum,anyid,CustomOidOper,CustomIdentifierValue,custom_id_prefix,custom_id_number,custom_id_suffix,taxon_name,any_geog,geology_attribute,geology_attribute_value,geology_hierarchies,continent_ocean,sea,country,state_prov,quad,county,island_group,island,feature,drainage,spec_locality,minimum_elevation,maximum_elevation,orig_elev_units,habitat,georeference_source,isgeoreferenced,min_max_error,max_max_error,max_error_units,locality_remarks,coll_role,coll,partname,type_status,media_type,id_references,barcode,newQuery&groupBy=guid_prefix
 jdjurado               | Antrozous_otero                                        | SpecimenResults.cfm?OIDOPER=LIKE&TGTFORM2=SpecimenResultsSummary.cfm&SCIENTIFIC_NAME=Antrozous pallidus&SCINAMEOPER==&ACTION=nothing&COLL_ROLE=c&STATE_PROV=New Mexico&TGTFORM=SpecimenResultsSummary.cfm&COUNTY=Otero&COMMON_NAME=Pallid Bat
 jdjurado               | Ammosp_Otero                                           | SpecimenResults.cfm?STATE_PROV=New Mexico&COUNTY=Otero&SCIENTIFIC_NAME=Ammospermophilus interpres&TGTFORM2=SpecimenResultsSummary.cfm&TGTFORM=SpecimenResultsSummary.cfm&SCINAMEOPER==&OIDOPER=LIKE&ACTION=nothing&COLL_ROLE=c
(161 rows)
DerekSikes commented 1 year ago

Thanks!

Can we get sci name + author as one of the options at the top of that page (like it was on the old one)?

I'll check if any of the saved searches you listed are obviously not needed.

-D

On Tue, Feb 14, 2023 at 1:37 AM dustymc @.***> wrote:

akpotentialendmics should be -->

https://arctos.database.museum/record_summary.cfm?guid_prefix=KNWR:Ento,KNWR:Inv,KWP:Ento,UAMObs:Ento,UAM:Ento&state_prov==Alaska&remarks=endemic&result_columns=phylum,phylclass,phylorder,family,scientific_name

Correct, the latter two aren't summaries and I'll change those links soon, or you can update your links.

http://arctos.database.museum/saved/UAMInsectsDNAbarcoded is https://arctos.database.museum/search.cfm?&guid_prefix=UAM:Ento&OIDType=BoLD%20Process%20ID

http://arctos.database.museum/go.cfm?id=1543 - wow, I didn't know that thing was still working at all! I don't plan to kill it, but you should probably re-do that anyway. https://arctos.database.museum/search.cfm?guid_prefix=UAM%3AEnto&media_type=any .

— Reply to this email directly, view it on GitHub https://github.com/ArctosDB/arctos/issues/5536#issuecomment-1429502138, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACFNUM6YTQUDWHY7FJPKZN3WXNN7FANCNFSM6AAAAAAUGVNX2U . You are receiving this because you were mentioned.Message ID: @.***>

--

+++++++++++++++++++++++++++++++++++ Derek S. Sikes, Curator of Insects, Professor of Entomology University of Alaska Museum (UAM), University of Alaska Fairbanks 1962 Yukon Drive, Fairbanks, AK 99775-6960 @.*** phone: 907-474-6278 he/him/his University of Alaska Museum https://www.uaf.edu/museum/collections/ento/

Interested in Alaskan Entomology? Join the Alaska Entomological Society and / or sign up for the email listserv "Alaska Entomological Network" at http://www.akentsoc.org/contact_us

ebraker commented 1 year ago

@dustymc you can scrap all UCM searches except NPS unit searches:

https://arctos.database.museum/saved/Dinosaur%20National%20Monument%20Specimens

https://arctos.database.museum/saved/Pinnacles%20National%20Monument%20Specimens

https://arctos.database.museum/saved/Pinnacles%20NP%20Specimens

https://arctos.database.museum/saved/Mesa%20Verde%20specimens

https://arctos.database.museum/saved/Dinosaur%20National%20Monument%20Specimens

DerekSikes commented 1 year ago

These can be deleted:

Dall-beetles-pitfalls

Lewis-IDs-all

slmeierotto Diptera

http://arctos.database.museum/SpecimenResultsSummary.cfm?&collection_id=4&phylorder=Diptera&groupBy=family

ffdss AK-psyllids

http://arctos.database.museum/SpecimenResultsSummary.cfm?&collection_id=4&family=Psyllidae&groupBy=family,scientific_name

ffdss UAM-AK-Syrphidae

http://arctos.database.museum/SpecimenResultsSummary.cfm?&collection_id=4&family=Syrphidae&groupBy=collection_object_id,family,scientific_name,identifiedby

ffdss AK-Cantharidae

http://arctos.database.museum/SpecimenResultsSummary.cfm?&collection_id=46,50,4&family=cantharidae&groupBy=collection_object_id,family,scientific_name

ffdss AK-Hymenoptera

http://arctos.database.museum/SpecimenResultsSummary.cfm?&collection_id=46,50,4&phylorder=Hymenoptera&state_prov=Alaska&groupBy=phylorder,family,scientific_name

brandi CRP summary

http://arctos.database.museum/SpecimenResultsSummary.cfm?&cataloged_item_type=specimen&collection_id=4&phylorder=Araneae&begYear=2006&endYear=2007&groupBy=scientific_name

brandi CRP species

http://arctos.database.museum/SpecimenResultsSummary.cfm?&cataloged_item_type=specimen&collection_id=4&phylorder=Araneae&begYear=2006&endYear=2007&verbatim_locality=CRP&groupBy=scientific_name

ffdss Wrangell-St-Elias-2014

http://arctos.database.museum/SpecimenResultsSummary.cfm?&accn_number=UAM-2014.19-Kennecott-Ento&NELat=61.95354479303744&NELong=-142.07464633136988&SWLat=61.18529908223647&SWLong=-144.20159945636988&sq_error=false&groupBy=collection_object_id,kingdom,phylum,phylclass,phylorder,family,scientific_name,individualcount

ffdss UAM-2010.20-KoyNWR-Ento

http://arctos.database.museum/SpecimenResultsSummary.cfm?&accn_number=UAM-2010.20-KoyNWR-Ento&groupBy=collection_object_id,kingdom,phylum,phylclass,phylorder,family,scientific_name,individualcount

On Tue, Feb 14, 2023 at 12:01 PM Emily Braker @.***> wrote:

@dustymc https://github.com/dustymc you can scrap all UCM searches except NPS unit searches:

https://arctos.database.museum/saved/Dinosaur%20National%20Monument%20Specimens

https://arctos.database.museum/saved/Pinnacles%20National%20Monument%20Specimens

https://arctos.database.museum/saved/Pinnacles%20NP%20Specimens

https://arctos.database.museum/saved/Mesa%20Verde%20specimens

https://arctos.database.museum/saved/Dinosaur%20National%20Monument%20Specimens

— Reply to this email directly, view it on GitHub https://github.com/ArctosDB/arctos/issues/5536#issuecomment-1430372053, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACFNUM7ARLEFGMCN5KYO7KDWXPXB3ANCNFSM6AAAAAAUGVNX2U . You are receiving this because you were mentioned.Message ID: @.***>

--

+++++++++++++++++++++++++++++++++++ Derek S. Sikes, Curator of Insects, Professor of Entomology University of Alaska Museum (UAM), University of Alaska Fairbanks 1962 Yukon Drive, Fairbanks, AK 99775-6960 @.*** phone: 907-474-6278 he/him/his University of Alaska Museum https://www.uaf.edu/museum/collections/ento/

Interested in Alaskan Entomology? Join the Alaska Entomological Society and / or sign up for the email listserv "Alaska Entomological Network" at http://www.akentsoc.org/contact_us

dustymc commented 1 year ago

@ebraker those are all "normal" searches so no problem.

@DerekSikes thanks.

e get sci name + author as one of the options at the top of that page

Here's the data which drives that form with formatted_scientific_name added, I'll rebuild using it at some point

https://docs.google.com/spreadsheets/d/1I7uK7U7obI5a3C6W2w-UuGR-I5KCTyHqyAyC2S_p43s/edit?usp=sharing

DerekSikes commented 1 year ago

Can we get the summarize by tool to sort alphabetically? I'm thinking the CNC folks would like to see this tool and if it sorted the results by default that would be best.

dustymc commented 1 year ago

It's sorting as you asked - ???

DerekSikes commented 1 year ago

Not at my end - see attached csv from a summarize I just did. catalog_record_summary(3).csv

dustymc commented 1 year ago

How'd you get there?

https://handbook.arctosdb.org/how_to/How-to-Use-Issues-in-Arctos.html#issue-protips

DerekSikes commented 1 year ago

I did this search https://arctos.database.museum/search.cfm?barcode=ROOM153 after logging in.

Then, using the [tools] menu I chose 'summarize' then I selected family & identified by as the items to summarize by.

The new tool that you developed when my summarize by saved searches needed replacement does not seem to be available in that tools menu - was your intention to replace 'summarize' with the new tool?

-Derek

On Wed, Feb 22, 2023 at 8:10 AM dustymc @.***> wrote:

How'd you get there?

https://handbook.arctosdb.org/how_to/How-to-Use-Issues-in-Arctos.html#issue-protips

— Reply to this email directly, view it on GitHub https://github.com/ArctosDB/arctos/issues/5536#issuecomment-1440444800, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACFNUM7UPGXNUOMDB7E66NLWYZCCDANCNFSM6AAAAAAUGVNX2U . You are receiving this because you were mentioned.Message ID: @.***>

--

+++++++++++++++++++++++++++++++++++ Derek S. Sikes, Curator of Insects, Professor of Entomology University of Alaska Museum (UAM), University of Alaska Fairbanks 1962 Yukon Drive, Fairbanks, AK 99775-6960 @.*** phone: 907-474-6278 he/him/his University of Alaska Museum https://www.uaf.edu/museum/collections/ento/

Interested in Alaskan Entomology? Join the Alaska Entomological Society and / or sign up for the email listserv "Alaska Entomological Network" at http://www.akentsoc.org/contact_us

dustymc commented 1 year ago

AHA! Thanks, I can add default sort to that.

No, those are different tools with different purposes (which I believe will be of critical importance in keeping both sustainable). The post-search version supports almost any amount of complexity, and therefore is expensive and limited in the amount of data it can handle. The new form is complexity-limited by design which means it can't answer all questions, but can easily (plus or minus melted browsers....) provide answers involving millions of records. (And from that the former can be extended by adding physical resources, and the latter by expanding the cache.)

Everything is always available from manage. The new form/subject of this Issue is Record Summary.

DerekSikes commented 1 year ago

Thanks, so what are we calling these two summarize tools so we don't get them confused (again)? I anticipate problems.

Summarize (in tools menu post search) Record Summary (in manage)

??

Derek

On Wed, Feb 22, 2023 at 8:27 AM dustymc @.***> wrote:

AHA! Thanks, I can add default sort to that.

No, those are different tools with different purposes (which I believe will be of critical importance in keeping both sustainable). The post-search version supports almost any amount of complexity, and therefore is expensive and limited in the amount of data it can handle. The new form is complexity-limited by design which means it can't answer all questions, but can easily (plus or minus melted browsers....) provide answers involving millions of records. (And from that the former can be extended by adding physical resources, and the latter by expanding the cache.)

Everything is always available from manage https://arctos.database.museum/directory.cfm. The new form/subject of this Issue is Record Summary https://arctos.database.museum/record_summary.cfm.

— Reply to this email directly, view it on GitHub https://github.com/ArctosDB/arctos/issues/5536#issuecomment-1440469665, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACFNUM2WHFP5WIJ3LG6IQK3WYZEBPANCNFSM6AAAAAAUGVNX2U . You are receiving this because you were mentioned.Message ID: @.***>

--

+++++++++++++++++++++++++++++++++++ Derek S. Sikes, Curator of Insects, Professor of Entomology University of Alaska Museum (UAM), University of Alaska Fairbanks 1962 Yukon Drive, Fairbanks, AK 99775-6960 @.*** phone: 907-474-6278 he/him/his University of Alaska Museum https://www.uaf.edu/museum/collections/ento/

Interested in Alaskan Entomology? Join the Alaska Entomological Society and / or sign up for the email listserv "Alaska Entomological Network" at http://www.akentsoc.org/contact_us

dustymc commented 1 year ago

what are we calling these

I don't know! (Or care, within reason.) I want to suggest a dedicated Issue for attention, but I'm not sure that's been very effective so - you pick?

Jegelewicz commented 1 year ago

I have been watching this issue and I have no idea what or where the "new" summarize thing is. Also, I was under the impression that the "old" summarize was going away? Perhaps we need a demonstration?

DerekSikes commented 1 year ago

Teresa,

There are 3 summarize things:

1) the old one that is gone (?) 2) the new one in the post-search tools menu 3) the new one in the manage menu

So, 2 new ones! We need to come up with good names for them to disambiguate.

-Derek

On Wed, Feb 22, 2023 at 9:04 AM Teresa Mayfield-Meyer < @.***> wrote:

I have been watching this issue and I have no idea what or where the "new" summarize thing is. Also, I was under the impression that the "old" summarize was going away? Perhaps we need a demonstration?

— Reply to this email directly, view it on GitHub https://github.com/ArctosDB/arctos/issues/5536#issuecomment-1440524016, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACFNUM6MJ7GOJ57UYPWMM2LWYZIMPANCNFSM6AAAAAAUGVNX2U . You are receiving this because you were mentioned.Message ID: @.***>

--

+++++++++++++++++++++++++++++++++++ Derek S. Sikes, Curator of Insects, Professor of Entomology University of Alaska Museum (UAM), University of Alaska Fairbanks 1962 Yukon Drive, Fairbanks, AK 99775-6960 @.*** phone: 907-474-6278 he/him/his University of Alaska Museum https://www.uaf.edu/museum/collections/ento/

Interested in Alaskan Entomology? Join the Alaska Entomological Society and / or sign up for the email listserv "Alaska Entomological Network" at http://www.akentsoc.org/contact_us

DerekSikes commented 1 year ago

Edit - I assumed the new one #3 in my prior email was in the Manage menu page but I don't see it.

Dusty - what box is it in & what's it called?

Also, why is the 'search' box of link way down near the bottom?

-D

On Wed, Feb 22, 2023 at 10:24 AM Derek Sikes @.***> wrote:

Teresa,

There are 3 summarize things:

1) the old one that is gone (?) 2) the new one in the post-search tools menu 3) the new one in the manage menu

So, 2 new ones! We need to come up with good names for them to disambiguate.

-Derek

On Wed, Feb 22, 2023 at 9:04 AM Teresa Mayfield-Meyer < @.***> wrote:

I have been watching this issue and I have no idea what or where the "new" summarize thing is. Also, I was under the impression that the "old" summarize was going away? Perhaps we need a demonstration?

— Reply to this email directly, view it on GitHub https://github.com/ArctosDB/arctos/issues/5536#issuecomment-1440524016, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACFNUM6MJ7GOJ57UYPWMM2LWYZIMPANCNFSM6AAAAAAUGVNX2U . You are receiving this because you were mentioned.Message ID: @.***>

--

+++++++++++++++++++++++++++++++++++ Derek S. Sikes, Curator of Insects, Professor of Entomology University of Alaska Museum (UAM), University of Alaska Fairbanks 1962 Yukon Drive, Fairbanks, AK 99775-6960 @.*** phone: 907-474-6278 he/him/his University of Alaska Museum https://www.uaf.edu/museum/collections/ento/

Interested in Alaskan Entomology? Join the Alaska Entomological Society and / or sign up for the email listserv "Alaska Entomological Network" at http://www.akentsoc.org/contact_us

--

+++++++++++++++++++++++++++++++++++ Derek S. Sikes, Curator of Insects, Professor of Entomology University of Alaska Museum (UAM), University of Alaska Fairbanks 1962 Yukon Drive, Fairbanks, AK 99775-6960 @.*** phone: 907-474-6278 he/him/his University of Alaska Museum https://www.uaf.edu/museum/collections/ento/

Interested in Alaskan Entomology? Join the Alaska Entomological Society and / or sign up for the email listserv "Alaska Entomological Network" at http://www.akentsoc.org/contact_us

DerekSikes commented 1 year ago

Also, why does the title of the page say 'Tools Directory" when the link to that page says 'Manage' ? They should say the same thing!

-D

On Wed, Feb 22, 2023 at 10:27 AM Derek Sikes @.***> wrote:

Edit - I assumed the new one #3 in my prior email was in the Manage menu page but I don't see it.

Dusty - what box is it in & what's it called?

Also, why is the 'search' box of link way down near the bottom?

-D

On Wed, Feb 22, 2023 at 10:24 AM Derek Sikes @.***> wrote:

Teresa,

There are 3 summarize things:

1) the old one that is gone (?) 2) the new one in the post-search tools menu 3) the new one in the manage menu

So, 2 new ones! We need to come up with good names for them to disambiguate.

-Derek

On Wed, Feb 22, 2023 at 9:04 AM Teresa Mayfield-Meyer < @.***> wrote:

I have been watching this issue and I have no idea what or where the "new" summarize thing is. Also, I was under the impression that the "old" summarize was going away? Perhaps we need a demonstration?

— Reply to this email directly, view it on GitHub https://github.com/ArctosDB/arctos/issues/5536#issuecomment-1440524016, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACFNUM6MJ7GOJ57UYPWMM2LWYZIMPANCNFSM6AAAAAAUGVNX2U . You are receiving this because you were mentioned.Message ID: @.***>

--

+++++++++++++++++++++++++++++++++++ Derek S. Sikes, Curator of Insects, Professor of Entomology University of Alaska Museum (UAM), University of Alaska Fairbanks 1962 Yukon Drive, Fairbanks, AK 99775-6960 @.*** phone: 907-474-6278 he/him/his University of Alaska Museum https://www.uaf.edu/museum/collections/ento/ - search 357,704 digitized arthropod records http://arctos.database.museum/uam_ento +++++++++++++++++++++++++++++++++++

Interested in Alaskan Entomology? Join the Alaska Entomological Society and / or sign up for the email listserv "Alaska Entomological Network" at http://www.akentsoc.org/contact_us

--

+++++++++++++++++++++++++++++++++++ Derek S. Sikes, Curator of Insects, Professor of Entomology University of Alaska Museum (UAM), University of Alaska Fairbanks 1962 Yukon Drive, Fairbanks, AK 99775-6960 @.*** phone: 907-474-6278 he/him/his University of Alaska Museum https://www.uaf.edu/museum/collections/ento/

Interested in Alaskan Entomology? Join the Alaska Entomological Society and / or sign up for the email listserv "Alaska Entomological Network" at http://www.akentsoc.org/contact_us

--

+++++++++++++++++++++++++++++++++++ Derek S. Sikes, Curator of Insects, Professor of Entomology University of Alaska Museum (UAM), University of Alaska Fairbanks 1962 Yukon Drive, Fairbanks, AK 99775-6960 @.*** phone: 907-474-6278 he/him/his University of Alaska Museum https://www.uaf.edu/museum/collections/ento/

Interested in Alaskan Entomology? Join the Alaska Entomological Society and / or sign up for the email listserv "Alaska Entomological Network" at http://www.akentsoc.org/contact_us

dustymc commented 1 year ago

what box is it in & what's it called?

https://github.com/ArctosDB/arctos/issues/5536#issuecomment-1440469665 - it's in Status & Stats (unless someone's moved it)

why is the 'search' box of link way down near the bottom?

Hu?

why ...say the same thing!

That's about inevitably the result of me being pulled in multiple directions, usually in a meeting when I don't have time to consider things like consistency. I still don't entirely care what either are called (and "directory" still seems wholly appropriate, which probably also indicates that the two differing labels are from two people, or at least two meetings) but somebody apparently does. This is probably coming to be Issue-worthy.