Example Solr queries

For additional examples and explanations, check out the Apache Lucene Query Parser Syntax page.

Find everything

result <- query(adc, list(q="*:*",
                               fl="*",
                               rows="20"),
                as = "data.frame")

Query a wildcard expression

#find any id that starts with arctic-data.6
result <- query(adc, list(q="id:arctic-data.6*",
                               rows="5000"),
                as = "data.frame")

Query multiple fields

result <- query(adc, list(q="title:soil*+AND+origin:Ludwig",
                               rows="5000"),
                as = "data.frame")
result <- query(adc, list(q="title:soil* OR origin:Ludwig",
                               rows="5000"),
                as = "data.frame")

You can use either spaces or + to separate query parameters. When typing queries in R, it’s often easier to read if you use spaces. However, when using the browser, you may want to use + to keep the query clean. (The browser will replace spaces with %20.)

Query by formatType

Objects are queryable via their formatType which is one of DATA, METADATA, or RESOURCE.

result <- query(adc, list(q = 'formatType:RESOURCE AND submitter:"http://orcid.org/0000-0002-2561-5840"',
                          fl = 'identifier,submitter,fileName',
                          sort = 'dateUploaded+desc',
                          rows='10'),
                as = "data.frame")

result <- query(adc, list(q = 'formatType:METADATA AND title:*Toolik*',
                          fl = 'identifier,submitter,fileName',
                          sort = 'dateUploaded+desc',
                          rows='10'),
                as = "data.frame")

Query pids by a specific submitter

result <- query(adc, list(q = 'submitter:"http://orcid.org/0000-0003-4703-1974"',
               fl = 'identifier,submitter,fileName, size',
               sort = 'dateUploaded+desc',
               rows='1000'),
      as = "data.frame")

Query pids with special characters

# Wrap the pid with special characters with escaped backslashes
dataone::query(adc, list(q = paste0('id:', '\"', 'doi:10.18739/A20R9M36V', '\"'),
                         fl = 'dateUploaded AND identifier',
                         rows = 5000),
               as = "data.frame")

Query multiple conditions within one field

result <- query(adc, list(q="title:(soil* AND carbo*)",
                               rows="5000"),
                as = "data.frame") 

Query for latest versions only

result <- query(adc, list(q = "rightsHolder:*orcid.org/0000-000X-XXXX-XXXX* AND (*:* NOT obsoletedBy:*)",
                          fl = "identifier,rightsHolder,formatId",
                          start ="0",
                          rows = "1500"),
                     as="data.frame")

Use NOT in a query

Just add - before a query parameter!

result <- query(adc, list(q="title:(soil AND -carbon)",
                               rows="5000"),
                as = "data.frame")

Query a coordinating node

result <- query(cn, list(q="title:soil* AND origin:Ludwig",
                              rows="5000"),
                as = "data.frame")

Query for EMLs that document a specific data pid

# Wrap the pid in escaped quotation marks if it contains special characters 
query(adc, list(q = paste0('documents:', '\"', 'urn:uuid:f551460b-ce36-4dd3-aaa6-3a6c6e338ec9', '\"'),
                fl = "identifier",
                rows="20"),
      as = "data.frame")

# Alternatively we can use a wildcard expression in place of "urn:uuid:"
# This way we don't need to escape the colon special characters 
query(adc, list(q = paste0("documents:*f551460b-ce36-4dd3-aaa6-3a6c6e338ec9"),
                fl = "identifier",
                rows="20"),
      as = "data.frame")

Query for files uploaded during a specific time

query(adc, list(q="dateUploaded:[2020-05-06T00:00:00Z TO NOW]",
                fl="title,identifier,resourceMap,dateUploaded,dateModified",
                sort = "dateUploaded+desc",
                rows="200"), 
      as = "data.frame")
##                                                     identifier
## 1   resource_map_urn:uuid:d653d732-39cb-4045-b5e5-47896938f48f
## 2                urn:uuid:2da1dc53-a0ee-4a82-a42f-d4d1570beebd
## 3                urn:uuid:9b371f94-6a56-4087-8e01-862dd518ad67
## 4                          resource_map_doi:10.18739/A25T3G219
## 5                                       doi:10.18739/A25T3G219
## 6                          resource_map_doi:10.18739/A29K45V6H
## 7                                       doi:10.18739/A29K45V6H
## 8                          resource_map_doi:10.18739/A2FB4WP0W
## 9                                       doi:10.18739/A2FB4WP0W
## 10                         resource_map_doi:10.18739/A2K35MG3J
## 11                                      doi:10.18739/A2K35MG3J
## 12                         resource_map_doi:10.18739/A2PR7MW4N
## 13                                      doi:10.18739/A2PR7MW4N
## 14  resource_map_urn:uuid:17099ccc-92f0-44b4-9bdf-503121011d48
## 15               urn:uuid:30653d2a-c841-4389-b16d-226be874513c
## 16  resource_map_urn:uuid:7384acfc-ace4-4f0c-acb2-ecf5b2de4972
## 17               urn:uuid:96dfdd55-c00f-45d7-b287-f96cd844dc5c
## 18                         resource_map_doi:10.18739/A2TH8BP79
## 19                                      doi:10.18739/A2TH8BP79
## 20               urn:uuid:27114d8f-d8ec-411a-81af-7a74fb94e701
## 21                         resource_map_doi:10.18739/A2Z892H12
## 22                                      doi:10.18739/A2Z892H12
## 23  resource_map_urn:uuid:5eba83c0-137d-4efc-ab40-ee2ea30575ce
## 24               urn:uuid:c9812dcc-4934-41b8-92b7-b84595dbf230
## 25               urn:uuid:e2804422-6cb3-48a9-85ce-27dab36f87ff
## 26                         resource_map_doi:10.18739/A2319S462
## 27                                      doi:10.18739/A2319S462
## 28  resource_map_urn:uuid:a770d94e-473f-4e94-9cad-4627eebca2c4
## 29               urn:uuid:208cde03-c87d-4753-80fb-f0c3eb632504
## 30  resource_map_urn:uuid:af141533-3bdb-4a59-9fd5-72def7351d0f
## 31               urn:uuid:c78a8db9-4ad8-4d90-9d70-5e74574b1003
## 32  resource_map_urn:uuid:e31365ad-3286-434c-b719-b6db86e09907
## 33               urn:uuid:e31365ad-3286-434c-b719-b6db86e09907
## 34  resource_map_urn:uuid:c59f7c9e-e82f-4325-8174-4feb2f87ca4f
## 35               urn:uuid:c59f7c9e-e82f-4325-8174-4feb2f87ca4f
## 36  resource_map_urn:uuid:c5b4da66-dd1f-4e54-a661-5ed9b80725a3
## 37               urn:uuid:ef3d9e7a-5da7-47a4-ab9e-44645a4a2ee2
## 38               urn:uuid:b61f916f-09d5-4ce5-8c66-16d6d7ae49ec
## 39                         resource_map_doi:10.18739/A26T0GZ14
## 40                                      doi:10.18739/A26T0GZ14
## 41               urn:uuid:fa385182-2427-4002-86d7-38a41a848433
## 42  resource_map_urn:uuid:9897a754-b79c-4cd0-94f7-9d05a8bd86c3
## 43               urn:uuid:550f6f6f-eafa-4ffe-a88b-b0423b35949a
## 44               urn:uuid:ba49ca49-50eb-43a0-9efb-408fdb8fc21d
## 45               urn:uuid:7e8546ca-e1ab-4f5d-ba2b-d607cdafc213
## 46               urn:uuid:cb16fa28-de82-48d8-ab30-29cd8610b2c3
## 47               urn:uuid:d957dde6-98a7-4f09-9277-f0c37730167b
## 48                         resource_map_doi:10.18739/A2BK16R58
## 49                                      doi:10.18739/A2BK16R58
## 50  resource_map_urn:uuid:fe9896af-e898-40aa-9719-900311a8b50b
## 51               urn:uuid:49812484-2453-4c1d-95e7-66b724212054
## 52  resource_map_urn:uuid:6c06cbf5-0a85-46e0-990a-8a7de645ae29
## 53               urn:uuid:066f875d-2049-4cd9-8f1a-23fd8a0a5ca8
## 54                         resource_map_doi:10.18739/A2GB1XJ8J
## 55                                      doi:10.18739/A2GB1XJ8J
## 56  resource_map_urn:uuid:82e1c0e1-221c-4b40-87b8-86ac1cf7f02c
## 57               urn:uuid:15b5a7f7-fd67-4f5f-8a28-a521d9f8c9dc
## 58                         resource_map_doi:10.18739/A2M03Z01Z
## 59                                      doi:10.18739/A2M03Z01Z
## 60  resource_map_urn:uuid:c5a18f3f-0356-4ab7-85b2-d00b75a6c59e
## 61               urn:uuid:94b793c0-e1b7-4a05-b6a5-0997b8276c05
## 62  resource_map_urn:uuid:ca78ae17-5f6a-4462-b02f-b1908d2e0fbf
## 63               urn:uuid:ebc38378-3b9d-4626-a6d0-2a21274329e7
## 64               urn:uuid:b318871c-eed5-47a7-8f28-8f22f0d5b976
## 65               urn:uuid:8032f862-a4ae-4f2f-8bc0-c28bb346a0ac
## 66                         resource_map_doi:10.18739/A2QR4NS4W
## 67                                      doi:10.18739/A2QR4NS4W
## 68  resource_map_urn:uuid:c0bc66a4-0329-43fc-958b-a591f133fb7e
## 69               urn:uuid:4c9377dc-e096-4b3f-9b4d-57fa4c05be00
## 70                         resource_map_doi:10.18739/A2VH5CK81
## 71                                      doi:10.18739/A2VH5CK81
## 72  resource_map_urn:uuid:52d740c0-bb3e-4a1a-8621-e7e00b84fadb
## 73               urn:uuid:03c7f071-61ee-4149-bc39-6916e5ce1ba8
## 74  resource_map_urn:uuid:acb060f4-fe2b-41cc-a5a3-f0f2abf53e1f
## 75               urn:uuid:ade48eac-177a-4f01-a49e-1ac2a708b8fa
## 76                         resource_map_doi:10.18739/A20863731
## 77                                      doi:10.18739/A20863731
## 78  resource_map_urn:uuid:00c741c2-3f9b-4620-85c3-8595314eea59
## 79               urn:uuid:e3004e29-07e8-4564-be71-be99514441ec
## 80  resource_map_urn:uuid:0c02ac95-7c93-4d2e-8928-c5cf5763af95
## 81               urn:uuid:0405a2e9-0e25-4174-aa5b-314dd8345283
## 82                         resource_map_doi:10.18739/A2416T188
## 83                                      doi:10.18739/A2416T188
## 84  resource_map_urn:uuid:49c126ca-71ee-4c0f-be92-ab3f9cd0554a
## 85               urn:uuid:775645b1-d466-4f61-8b05-fbb89e638812
## 86                         resource_map_doi:10.18739/A2CZ32678
## 87                                      doi:10.18739/A2CZ32678
## 88                         resource_map_doi:10.18739/A27S7HV1T
## 89                                      doi:10.18739/A27S7HV1T
## 90  resource_map_urn:uuid:53c50066-a5a3-41c5-99a1-7c03bf37ab60
## 91               urn:uuid:406dc57c-c402-4c64-969f-4b042c44248b
## 92                         resource_map_doi:10.18739/A2CJ87N4G
## 93                                      doi:10.18739/A2CJ87N4G
## 94                         resource_map_doi:10.18739/A2N00ZW09
## 95                                      doi:10.18739/A2N00ZW09
## 96  resource_map_urn:uuid:c05c0a0f-28d0-451c-a1a6-8e4938537b7a
## 97               urn:uuid:5423f39a-1e83-4363-95c6-d5118c328664
## 98               urn:uuid:204223da-d353-432a-a145-a966850fa544
## 99               urn:uuid:a218fc27-ee2c-4df7-b604-8cd2a009bbbc
## 100              urn:uuid:6e681fda-41ac-473f-98d9-e672ff2ca333
## 101              urn:uuid:92c0e897-10ca-4246-8fc2-19be823303dd
## 102              urn:uuid:92e19cab-f4b7-4f74-a0f6-4fce11d6867c
## 103              urn:uuid:93adfd29-6ef9-49ef-b522-9044e5ac9982
## 104              urn:uuid:e5aa0d26-fd7a-4410-a093-95c9ca5e6896
## 105              urn:uuid:1f8bbe43-768a-4ee2-9382-fe7353422932
## 106              urn:uuid:a194669e-855f-4758-b861-f761266620ef
## 107              urn:uuid:16160112-16b5-4859-9ad2-24356ddefd08
## 108              urn:uuid:598ff67e-2727-4a12-abde-7d959546696e
## 109              urn:uuid:1e700a6a-66bf-48d6-b9ad-4a88c77ec3b6
## 110              urn:uuid:dc4fc79a-3fea-47cc-9d1c-c7578a16ae11
## 111              urn:uuid:21821c75-420c-4454-a384-e5cbda48cecc
## 112              urn:uuid:0aabbc0d-027f-4224-a7c1-b9cd358402b8
## 113              urn:uuid:20f1356e-1121-47f5-bf2c-766243c6fb22
## 114              urn:uuid:30de3694-e6f6-49c0-ab1c-6591a065cef7
## 115              urn:uuid:15c37fc7-5dbe-4dd1-923b-dd870ebd0e62
## 116              urn:uuid:0e2d92cc-b375-43a2-b60c-70f382f74dda
## 117              urn:uuid:a5a111df-9189-4bde-ad5d-75431594bfd0
## 118              urn:uuid:db9511f2-3fb3-4a55-886f-eed4d9cbc6a2
## 119              urn:uuid:a60c426b-db9d-4024-93a5-3afe19b6cd6c
## 120              urn:uuid:c96c07a6-d257-49c6-9ace-a505bcc79603
## 121              urn:uuid:92feffd0-199c-451e-95c5-fb70009de811
## 122              urn:uuid:1b25a152-09ac-46d3-978e-f031b70ee711
## 123                        resource_map_doi:10.18739/A2WH2DG9R
## 124                                     doi:10.18739/A2WH2DG9R
## 125 resource_map_urn:uuid:bdc44a7e-7350-4679-bdff-4365d0b8f233
## 126              urn:uuid:5ea7b952-a568-40cd-a52a-a88f387fef7b
## 127 resource_map_urn:uuid:c1511c03-ecda-4cbd-8b23-bf4f54aca367
## 128              urn:uuid:c7e41c9e-78b8-4c92-bb63-573725003f8b
## 129 resource_map_urn:uuid:23e3e96e-b44f-4c49-bc6e-9884e0b375d0
## 130              urn:uuid:15370c45-45d5-421c-820e-7ca805fb1666
## 131 resource_map_urn:uuid:c38c3a9a-c7f0-47fa-9219-07ac9212f67d
## 132              urn:uuid:c38c3a9a-c7f0-47fa-9219-07ac9212f67d
## 133 resource_map_urn:uuid:9bfacf0b-6e76-4512-8170-da703a5c0742
## 134              urn:uuid:ddb2b7a8-ac90-4301-ab2e-f39691939da3
## 135                        resource_map_doi:10.18739/A2513TX83
## 136                                     doi:10.18739/A2513TX83
## 137                        resource_map_doi:10.18739/A28S4JR12
## 138                                     doi:10.18739/A28S4JR12
## 139                        resource_map_doi:10.18739/A2DF6K52W
## 140                                     doi:10.18739/A2DF6K52W
## 141                        resource_map_doi:10.18739/A2J678Z54
## 142                                     doi:10.18739/A2J678Z54
## 143                        resource_map_doi:10.18739/A2NZ80R9Z
## 144                                     doi:10.18739/A2NZ80R9Z
## 145 resource_map_urn:uuid:d91342eb-3a09-4aba-b7be-6087b4b1c0b6
## 146              urn:uuid:68643434-cb79-454d-a16d-342007b3dd89
## 147 resource_map_urn:uuid:dd0bf707-9739-425b-874a-db1a921b6ff0
## 148              urn:uuid:b20cc56c-2898-4623-bbcc-88610c5e4a9b
## 149                        resource_map_doi:10.18739/A2SQ8QK4T
## 150                                     doi:10.18739/A2SQ8QK4T
## 151              urn:uuid:21182da9-77da-4a99-976b-38932b20c35b
## 152              urn:uuid:a6af3524-9fff-40da-9b0a-5244fe5ee6f8
## 153              urn:uuid:3fe3b9b9-e901-402f-9d08-05af8e76786e
## 154 resource_map_urn:uuid:96688de2-7161-4f5b-9bb6-ff5c1e7f1f40
## 155              urn:uuid:96688de2-7161-4f5b-9bb6-ff5c1e7f1f40
## 156 resource_map_urn:uuid:4eef2ae0-ea28-45b0-b672-ce503ebd4e21
## 157              urn:uuid:4eef2ae0-ea28-45b0-b672-ce503ebd4e21
## 158 resource_map_urn:uuid:832edfe8-9452-4390-a3db-c06b2bfa894d
## 159              urn:uuid:832edfe8-9452-4390-a3db-c06b2bfa894d
## 160                        resource_map_doi:10.18739/A2XG9FC9F
## 161                                     doi:10.18739/A2XG9FC9F
## 162 resource_map_urn:uuid:6e1cba9b-8f89-4ffb-9023-00a83b491ac6
## 163              urn:uuid:6e1cba9b-8f89-4ffb-9023-00a83b491ac6
## 164 resource_map_urn:uuid:1abe4c2a-bf1c-443e-b17d-4976e0a9e3c7
## 165              urn:uuid:dba878aa-bfd5-49be-a723-0452176aeee4
## 166                        resource_map_doi:10.18739/A2280513H
## 167                                     doi:10.18739/A2280513H
## 168 resource_map_urn:uuid:90f062dc-2a78-430a-9239-48878fbabdd0
## 169              urn:uuid:9b12e62f-95fc-45f3-811c-aa93d3500128
## 170              urn:uuid:1b57160f-eb0d-4b6a-ac01-9cbb150f5a1e
## 171              urn:uuid:690dc176-0aea-4871-bf39-8548d313817a
## 172              urn:uuid:47fbaec1-4885-42e3-a089-25ad0a4cd5d5
## 173              urn:uuid:456d283c-5108-431f-9937-14d6b69c1655
## 174                        resource_map_doi:10.18739/A25X25F53
## 175                                     doi:10.18739/A25X25F53
## 176 resource_map_urn:uuid:26f606a4-d750-4a46-9f2d-1ced546df6ef
## 177              urn:uuid:c4ac1234-d213-48e7-991e-d1b5cdaa8303
## 178                        resource_map_doi:10.18739/A29P2W78C
## 179                                     doi:10.18739/A29P2W78C
## 180 resource_map_urn:uuid:67f5d175-0f82-40ed-90e3-a1d6a3edb865
## 181              urn:uuid:4c50f353-3d36-43bb-bba2-457d1d17ca53
## 182                        resource_map_doi:10.18739/A2FF3M21N
## 183                                     doi:10.18739/A2FF3M21N
## 184 resource_map_urn:uuid:5a3decf2-5405-4c07-8e8f-be5a3526d5e5
## 185              urn:uuid:4106e5cb-ec3e-4251-85c3-f08af92d91a7
## 186                        resource_map_doi:10.18739/A2K649V5C
## 187                                     doi:10.18739/A2K649V5C
## 188 resource_map_urn:uuid:5ecfa6dd-3683-47a5-9e3e-6c90a3daaad1
## 189              urn:uuid:9be73e41-4dd8-44b0-835b-67e0778025c5
## 190              urn:uuid:69516daa-3302-42ea-bb41-67d14b9c5b87
## 191              urn:uuid:5597abed-0f83-406e-88ab-2f7b7bdb45e1
## 192              urn:uuid:babcc306-dcb1-44bf-b42f-f73363a26876
## 193                        resource_map_doi:10.18739/A2PZ51P09
## 194                                     doi:10.18739/A2PZ51P09
## 195                        resource_map_doi:10.18739/A2DN3ZX84
## 196                                     doi:10.18739/A2DN3ZX84
## 197              urn:uuid:aa5f1b5a-4c28-4801-b406-c2919d020021
## 198                        resource_map_doi:10.18739/A2TQ5RG42
## 199                                     doi:10.18739/A2TQ5RG42
## 200              urn:uuid:4af0cf15-f997-40e2-9827-5d24d860848f
##            dateUploaded        dateModified  resourceMap
## 1   2024-10-16 23:43:51 2024-10-16 23:43:52             
## 2   2024-10-16 23:43:43 2024-10-16 23:43:44 resource....
## 3   2024-10-16 23:43:42 2024-10-16 23:43:48 resource....
## 4   2024-10-16 23:30:25 2024-10-16 23:30:26             
## 5   2024-10-16 23:29:54 2024-10-16 23:30:18 resource....
## 6   2024-10-16 23:09:32 2024-10-16 23:09:33             
## 7   2024-10-16 23:09:18 2024-10-16 23:09:29 resource....
## 8   2024-10-15 19:25:44 2024-10-15 19:25:45             
## 9   2024-10-15 19:25:34 2024-10-15 19:25:40 resource....
## 10  2024-10-15 19:23:49 2024-10-15 19:23:50             
## 11  2024-10-15 19:23:24 2024-10-15 19:23:42 resource....
## 12  2024-10-15 16:57:56 2024-10-15 16:57:56             
## 13  2024-10-15 16:57:46 2024-10-15 16:57:51 resource....
## 14  2024-10-15 14:03:16 2024-10-15 19:25:44             
## 15  2024-10-15 14:03:11 2024-10-15 19:25:39 resource....
## 16  2024-10-15 14:02:26 2024-10-15 19:23:49             
## 17  2024-10-15 14:02:20 2024-10-15 19:23:40 resource....
## 18  2024-10-14 22:32:34 2024-10-14 22:32:35             
## 19  2024-10-14 22:32:26 2024-10-14 22:32:29 resource....
## 20  2024-10-14 17:13:01 2024-10-14 22:32:25 resource....
## 21  2024-10-14 16:14:06 2024-10-14 16:14:08             
## 22  2024-10-14 16:14:00 2024-10-14 16:14:02 resource....
## 23  2024-10-14 16:11:36 2024-10-14 16:14:07             
## 24  2024-10-14 16:11:31 2024-10-14 16:14:01 resource....
## 25  2024-10-14 15:38:34 2024-10-15 16:57:45 resource....
## 26  2024-10-11 21:53:56 2024-10-11 21:53:57             
## 27  2024-10-11 21:53:48 2024-10-11 21:53:51 resource....
## 28  2024-10-11 21:48:05 2024-10-11 21:53:56             
## 29  2024-10-11 21:48:00 2024-10-11 21:53:51 resource....
## 30  2024-10-11 21:38:30 2024-10-11 21:48:06             
## 31  2024-10-11 21:38:25 2024-10-11 21:48:03 resource....
## 32  2024-10-11 21:36:26 2024-10-11 21:38:30             
## 33  2024-10-11 21:36:19 2024-10-11 21:38:27 resource....
## 34  2024-10-11 21:25:52 2024-10-11 21:36:26             
## 35  2024-10-11 21:25:43 2024-10-11 21:36:21 resource....
## 36  2024-10-11 18:36:19 2024-10-11 18:53:20             
## 37  2024-10-11 18:34:41 2024-10-11 18:36:14 resource....
## 38  2024-10-11 18:34:40 2024-10-11 18:34:42 resource....
## 39  2024-10-11 17:53:01 2024-10-14 16:11:36             
## 40  2024-10-11 17:52:57 2024-10-14 16:11:34 resource....
## 41  2024-10-11 16:47:43 2024-10-11 17:52:56 resource....
## 42  2024-10-10 22:43:53 2024-10-10 22:43:54             
## 43  2024-10-10 22:43:16 2024-10-10 22:43:17 resource....
## 44  2024-10-10 22:43:16 2024-10-10 22:43:50 resource....
## 45  2024-10-10 21:29:40 2024-10-10 21:29:45             
## 46  2024-10-10 21:24:26 2024-10-14 22:32:22 resource....
## 47  2024-10-10 20:06:53 2024-10-10 21:29:44             
## 48  2024-10-10 17:24:59 2024-10-10 17:25:00             
## 49  2024-10-10 17:24:54 2024-10-10 17:24:55 resource....
## 50  2024-10-10 17:23:13 2024-10-10 17:24:59             
## 51  2024-10-10 17:23:10 2024-10-10 17:24:54 resource....
## 52  2024-10-10 17:22:31 2024-10-10 17:23:13             
## 53  2024-10-10 17:22:26 2024-10-10 17:23:10 resource....
## 54  2024-10-10 16:30:16 2024-10-10 16:30:17             
## 55  2024-10-10 16:30:10 2024-10-10 16:30:11 resource....
## 56  2024-10-10 16:27:59 2024-10-10 16:30:16             
## 57  2024-10-10 16:27:52 2024-10-10 16:30:10 resource....
## 58  2024-10-10 16:04:44 2024-10-10 16:04:45             
## 59  2024-10-10 16:04:37 2024-10-10 16:04:39 resource....
## 60  2024-10-10 16:01:44 2024-10-10 16:04:44             
## 61  2024-10-10 16:01:29 2024-10-10 16:04:38 resource....
## 62  2024-10-09 22:58:04 2024-10-11 21:25:52             
## 63  2024-10-09 22:57:50 2024-10-11 21:53:46 resource....
## 64  2024-10-09 22:57:49 2024-10-11 21:53:43 resource....
## 65  2024-10-09 22:57:49 2024-10-11 21:25:47 resource....
## 66  2024-10-09 17:46:35 2024-10-09 17:46:36             
## 67  2024-10-09 17:46:30 2024-10-09 17:46:33 resource....
## 68  2024-10-09 17:44:59 2024-10-09 17:46:35             
## 69  2024-10-09 17:44:55 2024-10-09 17:46:32 resource....
## 70  2024-10-09 17:38:51 2024-10-09 17:38:53             
## 71  2024-10-09 17:38:32 2024-10-09 17:38:41 resource....
## 72  2024-10-09 17:30:01 2024-10-09 17:38:52             
## 73  2024-10-09 17:29:54 2024-10-09 17:38:40 resource....
## 74  2024-10-09 17:28:59 2024-10-09 17:30:01             
## 75  2024-10-09 17:28:42 2024-10-09 17:29:57 resource....
## 76  2024-10-09 17:20:57 2024-10-09 17:20:58             
## 77  2024-10-09 17:20:50 2024-10-09 17:20:53 resource....
## 78  2024-10-09 17:19:29 2024-10-09 17:20:57             
## 79  2024-10-09 17:19:25 2024-10-09 17:20:52 resource....
## 80  2024-10-09 17:18:12 2024-10-09 17:19:30             
## 81  2024-10-09 17:18:04 2024-10-09 17:19:26 resource....
## 82  2024-10-09 17:12:27 2024-10-09 17:12:27             
## 83  2024-10-09 17:12:21 2024-10-09 17:12:23 resource....
## 84  2024-10-09 17:00:15 2024-10-09 17:12:27             
## 85  2024-10-09 17:00:11 2024-10-09 17:12:22 resource....
## 86  2024-10-09 16:52:45 2024-10-09 16:52:46             
## 87  2024-10-09 16:52:27 2024-10-09 16:52:41 resource....
## 88  2024-10-09 16:38:57 2024-10-09 16:38:58             
## 89  2024-10-09 16:38:48 2024-10-09 16:38:52 resource....
## 90  2024-10-09 16:35:48 2024-10-09 16:38:57             
## 91  2024-10-09 16:35:32 2024-10-09 16:38:51 resource....
## 92  2024-10-08 22:51:32 2024-10-08 22:51:33             
## 93  2024-10-08 22:51:25 2024-10-08 22:51:27 resource....
## 94  2024-10-08 20:24:47 2024-10-08 20:24:48             
## 95  2024-10-08 20:24:35 2024-10-08 20:24:44 resource....
## 96  2024-10-07 18:02:41 2024-10-07 18:02:42             
## 97  2024-10-07 18:02:35 2024-10-07 18:02:39 resource....
## 98  2024-10-07 18:02:28 2024-10-07 18:02:28 resource....
## 99  2024-10-07 13:31:16 2024-10-07 13:31:16             
## 100 2024-10-07 13:31:11 2024-10-07 13:31:11             
## 101 2024-10-07 13:30:29 2024-10-07 13:30:29             
## 102 2024-10-07 13:30:23 2024-10-07 13:30:23             
## 103 2024-10-04 22:32:20 2024-10-08 22:50:56 resource....
## 104 2024-10-04 22:32:19 2024-10-08 22:50:43 resource....
## 105 2024-10-04 22:32:17 2024-10-08 22:51:21 resource....
## 106 2024-10-04 22:32:17 2024-10-08 22:50:49 resource....
## 107 2024-10-04 22:32:16 2024-10-08 22:51:12 resource....
## 108 2024-10-04 22:32:16 2024-10-08 22:50:53 resource....
## 109 2024-10-04 22:32:15 2024-10-08 22:51:06 resource....
## 110 2024-10-04 22:32:14 2024-10-08 22:50:40 resource....
## 111 2024-10-04 22:32:14 2024-10-08 22:50:38 resource....
## 112 2024-10-04 22:32:13 2024-10-08 22:51:10 resource....
## 113 2024-10-04 22:32:10 2024-10-08 22:51:08 resource....
## 114 2024-10-04 22:32:10 2024-10-08 22:50:36 resource....
## 115 2024-10-04 22:32:10 2024-10-08 22:50:51 resource....
## 116 2024-10-04 22:32:09 2024-10-08 22:50:46 resource....
## 117 2024-10-04 22:32:09 2024-10-08 22:50:59 resource....
## 118 2024-10-04 22:32:06 2024-10-08 22:51:18 resource....
## 119 2024-10-04 22:32:06 2024-10-08 22:51:19 resource....
## 120 2024-10-04 22:32:06 2024-10-08 22:51:15 resource....
## 121 2024-10-04 22:32:06 2024-10-08 22:51:03 resource....
## 122 2024-10-04 22:32:06 2024-10-08 22:50:34 resource....
## 123 2024-10-04 22:12:32 2024-10-04 22:12:33             
## 124 2024-10-04 22:12:23 2024-10-04 22:12:28 resource....
## 125 2024-10-04 21:56:38 2024-10-16 23:30:25             
## 126 2024-10-04 21:56:23 2024-10-16 23:30:17 resource....
## 127 2024-10-04 21:29:01 2024-10-04 21:56:38             
## 128 2024-10-04 21:28:51 2024-10-04 21:56:30 resource....
## 129 2024-10-04 21:15:59 2024-10-04 21:29:02             
## 130 2024-10-04 21:15:47 2024-10-04 21:28:58 resource....
## 131 2024-10-04 21:09:05 2024-10-04 21:15:59             
## 132 2024-10-04 21:08:16 2024-10-04 21:15:56 resource....
## 133 2024-10-04 19:13:15 2024-10-04 22:12:32             
## 134 2024-10-04 19:12:53 2024-10-04 22:12:27 resource....
## 135 2024-10-04 17:04:53 2024-10-04 17:04:54             
## 136 2024-10-04 17:04:46 2024-10-04 17:04:49 resource....
## 137 2024-10-04 16:52:31 2024-10-04 16:53:30             
## 138 2024-10-04 16:52:26 2024-10-04 16:53:25 resource....
## 139 2024-10-04 16:03:32 2024-10-04 16:04:47             
## 140 2024-10-04 16:03:27 2024-10-04 16:04:40 resource....
## 141 2024-10-03 21:20:13 2024-10-03 21:20:14             
## 142 2024-10-03 21:20:06 2024-10-03 21:20:09 resource....
## 143 2024-10-03 21:13:06 2024-10-03 21:20:13             
## 144 2024-10-03 21:13:01 2024-10-03 21:20:08 resource....
## 145 2024-10-03 21:12:15 2024-10-03 21:13:07             
## 146 2024-10-03 21:12:12 2024-10-03 21:13:03 resource....
## 147 2024-10-03 21:11:20 2024-10-03 21:12:16             
## 148 2024-10-03 21:11:16 2024-10-03 21:12:14 resource....
## 149 2024-10-03 21:09:03 2024-10-03 21:11:21             
## 150 2024-10-03 21:08:56 2024-10-03 21:11:18 resource....
## 151 2024-10-03 20:56:30 2024-10-08 20:24:33 resource....
## 152 2024-10-03 17:39:47 2024-10-10 20:06:59             
## 153 2024-10-03 14:38:45 2024-10-15 16:57:42 resource....
## 154 2024-10-02 22:53:23 2024-10-04 19:13:16             
## 155 2024-10-02 22:53:14 2024-10-04 19:13:12 resource....
## 156 2024-10-02 22:40:46 2024-10-02 22:53:23             
## 157 2024-10-02 22:40:36 2024-10-02 22:53:17 resource....
## 158 2024-10-02 22:32:01 2024-10-02 22:40:46             
## 159 2024-10-02 22:31:49 2024-10-02 22:40:41 resource....
## 160 2024-10-02 19:45:43 2024-10-02 19:45:44             
## 161 2024-10-02 19:45:36 2024-10-02 19:45:39 resource....
## 162 2024-10-02 19:44:10 2024-10-02 19:45:44             
## 163 2024-10-02 19:43:58 2024-10-02 19:45:38 resource....
## 164 2024-10-02 17:23:03 2024-10-02 22:32:02             
## 165 2024-10-02 17:22:57 2024-10-02 22:31:55 resource....
## 166 2024-10-02 16:53:10 2024-10-02 16:53:11             
## 167 2024-10-02 16:53:02 2024-10-02 16:53:06 resource....
## 168 2024-10-02 16:50:42 2024-10-02 16:53:11             
## 169 2024-10-02 16:50:35 2024-10-02 16:53:05 resource....
## 170 2024-10-02 16:47:40 2024-10-04 22:12:13 resource....
## 171 2024-10-02 16:47:40 2024-10-04 22:12:16 resource....
## 172 2024-10-02 16:47:40 2024-10-04 22:12:21 resource....
## 173 2024-10-02 16:47:40 2024-10-04 22:12:15 resource....
## 174 2024-10-02 16:43:05 2024-10-02 16:43:06             
## 175 2024-10-02 16:42:58 2024-10-02 16:43:00 resource....
## 176 2024-10-02 16:41:25 2024-10-02 16:43:05             
## 177 2024-10-02 16:41:20 2024-10-02 16:43:00 resource....
## 178 2024-10-02 16:20:23 2024-10-02 16:20:25             
## 179 2024-10-02 16:20:16 2024-10-02 16:20:19 resource....
## 180 2024-10-02 16:11:16 2024-10-02 16:20:24             
## 181 2024-10-02 16:11:12 2024-10-02 16:20:18 resource....
## 182 2024-10-02 16:07:36 2024-10-02 16:07:37             
## 183 2024-10-02 16:07:31 2024-10-02 16:07:33 resource....
## 184 2024-10-02 16:06:20 2024-10-02 16:07:36             
## 185 2024-10-02 16:06:16 2024-10-02 16:07:33 resource....
## 186 2024-10-02 16:01:36 2024-10-02 16:01:38             
## 187 2024-10-02 16:01:30 2024-10-02 16:01:33 resource....
## 188 2024-10-02 16:00:21 2024-10-02 16:01:37             
## 189 2024-10-02 16:00:15 2024-10-02 16:01:32 resource....
## 190 2024-10-02 12:44:49 2024-10-04 17:04:41 resource....
## 191 2024-10-02 12:44:48 2024-10-04 17:04:44 resource....
## 192 2024-10-02 12:44:27 2024-10-04 17:04:42 resource....
## 193 2024-10-01 23:55:55 2024-10-01 23:55:57             
## 194 2024-10-01 23:55:45 2024-10-01 23:55:50 resource....
## 195 2024-10-01 20:46:00 2024-10-02 19:44:11             
## 196 2024-10-01 20:45:51 2024-10-02 19:44:05 resource....
## 197 2024-10-01 19:37:19 2024-10-01 19:37:33             
## 198 2024-10-01 19:27:13 2024-10-01 19:27:14             
## 199 2024-10-01 19:26:49 2024-10-01 19:27:08 resource....
## 200 2024-10-01 18:41:10 2024-10-02 19:45:32 resource....
##                                                                                                                                                                                                                                                                                                     title
## 1                                                                                                                                                                                                                                                                                                    <NA>
## 2                                                                                                                                                                                                                                                                                                    <NA>
## 3                                                                                                                                                                                          Metal Concentrations in Tundra Seep, Tributary and River Waters of the Western Brooks Range, Alaska, 2022-2023
## 4                                                                                                                                                                                                                                                                                                    <NA>
## 5                                                                                                                                                                         A zooarchaeological analysis of bear (Ursus spp.) remains from two archaeological sites in Unalaska, Alaska (4700 BP - 2500 BP)
## 6                                                                                                                                                                                                                                                                                                    <NA>
## 7                                                                                                                                                                             Stabilization, Curation, Digitization and Data Management of the Wales, Alaska, Archaeology Project (1996-2006) Collections
## 8                                                                                                                                                                                                                                                                                                    <NA>
## 9                                                                                                                                                                                                Polaris Project 2019: Vegetation biomass, point intercept, and thaw depth, Yukon-Kuskokwim Delta, Alaska
## 10                                                                                                                                                                                                                                                                                                   <NA>
## 11                                                                                                                                                                       Polaris Project 2018: Vegetation biomass, plot characterization, point intercept, and thaw depth, Yukon-Kuskokwim Delta, Alaska.
## 12                                                                                                                                                                                                                                                                                                   <NA>
## 13                                                                                                                                                                                                                Iron-Phosphorus sediment incubation experiment in Stordalen Mire, Abisko, Sweden (2019)
## 14                                                                                                                                                                                                                                                                                                   <NA>
## 15                                                                                                                                                                                               Polaris Project 2019: Vegetation biomass, point intercept, and thaw depth, Yukon-Kuskokwim Delta, Alaska
## 16                                                                                                                                                                                                                                                                                                   <NA>
## 17                                                                                                                                                                       Polaris Project 2018: Vegetation biomass, plot characterization, point intercept, and thaw depth, Yukon-Kuskokwim Delta, Alaska.
## 18                                                                                                                                                                                                                                                                                                   <NA>
## 19                                                                                                                                                                                                            Radiocarbon Content of Dissolved Carbon Dioxide and Methane in Cambridge Bay, Canada (2022)
## 20                                                                                                                                                                                                                                                                                                   <NA>
## 21                                                                                                                                                                                                                                                                                                   <NA>
## 22                                                                                                                                                                                                                                          NOAA Optimum Interpolation Sea Surface Temperature (OISST) V2
## 23                                                                                                                                                                                                                                                                                                   <NA>
## 24                                                                                                                                                                                                                                          NOAA Optimum Interpolation Sea Surface Temperature (OISST) V2
## 25                                                                                                                                                                                                                                                                                                   <NA>
## 26                                                                                                                                                                                                                                                                                                   <NA>
## 27                                                                                                                                                                                                                                                          Alaska Community Ice Observations - 2019-2024
## 28                                                                                                                                                                                                                                                                                                   <NA>
## 29                                                                                                                                                                                                                                                          Alaska Community Ice Observations - 2019-2024
## 30                                                                                                                                                                                                                                                                                                   <NA>
## 31                                                                                                                                                                                                                                                          Alaska Community Ice Observations - 2019-2024
## 32                                                                                                                                                                                                                                                                                                   <NA>
## 33                                                                                                                                                                                                                                                          Alaska Community Ice Observations - 2019-2024
## 34                                                                                                                                                                                                                                                                                                   <NA>
## 35                                                                                                                                                                                                                                                          Alaska Community Ice Observations - 2019-2024
## 36                                                                                                                                                                                                                                                                                                   <NA>
## 37                                                                                                                                                                                                                                                  Alaska River Ice Phenology Camera Network - 2019-2024
## 38                                                                                                                                                                                                                                                                                                   <NA>
## 39                                                                                                                                                                                                                                                                                                   <NA>
## 40                                                                                                                                                                                                                                       NOAA Optimum Interpolation (OI) Sea Surface Temperature (SST) V2
## 41                                                                                                                                                                                                                                                                                                   <NA>
## 42                                                                                                                                                                                                                                                                                                   <NA>
## 43                                                                                                                                                                                                                                                                                                   <NA>
## 44                                                                                                                                                                                                                                 Fresh Eyes on Ice Photo Observer Webtool Submissions, Alaska 2019-2024
## 45                                                                                                                                                                                                                                                                         Arctic Report Card Data Portal
## 46                                                                                                                                                                                                                                                                                                   <NA>
## 47                                                                                                                                                                                                                                                                         Arctic Report Card Data Portal
## 48                                                                                                                                                                                                                                                                                                   <NA>
## 49                                                                                                                                                                                              NOAA 0.25-degree Daily Optimum Interpolation Sea Surface Temperature (OISST), Version 2.1, 1981 - Present
## 50                                                                                                                                                                                                                                                                                                   <NA>
## 51                                                                                                                                                                                              NOAA 0.25-degree Daily Optimum Interpolation Sea Surface Temperature (OISST), Version 2.1, 1981 - Present
## 52                                                                                                                                                                                                                                                                                                   <NA>
## 53                                                                                                                                                                                              NOAA 0.25-degree Daily Optimum Interpolation Sea Surface Temperature (OISST), Version 2.1, 1981 - Present
## 54                                                                                                                                                                                                                                                                                                   <NA>
## 55                                                                                    Global Vegetation Greenness Normalized Difference Vegetation Index (NDVI) from Advanced Very High Resolution Radiometer (AVHRR) Global Inventory Modeling and Mapping Studies-3rd Generation (GIMMS-3G+), 1981-2022
## 56                                                                                                                                                                                                                                                                                                   <NA>
## 57                                                                                    Global Vegetation Greenness Normalized Difference Vegetation Index (NDVI) from Advanced Very High Resolution Radiometer (AVHRR) Global Inventory Modeling and Mapping Studies-3rd Generation (GIMMS-3G+), 1981-2022
## 58                                                                                                                                                                                                                                                                                                   <NA>
## 59                                                                                                                                                                                                             Moderate Resolution Imaging Spectroradiometer (MODIS)/Aqua Ocean Color Reprocessing 2022.0
## 60                                                                                                                                                                                                                                                                                                   <NA>
## 61                                                                                                                                                                                                             Moderate Resolution Imaging Spectroradiometer (MODIS)/Aqua Ocean Color Reprocessing 2022.0
## 62                                                                                                                                                                                                                                                                                                   <NA>
## 63                                                                                                                                                                                                                                                                                                   <NA>
## 64                                                                                                                                                                                                                                                                                                   <NA>
## 65                                                                                                                                                                                                                                                          Alaska Community Ice Observations - 2019-2024
## 66                                                                                                                                                                                                                                                                                                   <NA>
## 67                                                                                                                                                                                                 Moderate Resolution Imaging Spectroradiometer (MODIS- Aqua) Chlorophyll-a Concentration 2002 - Present
## 68                                                                                                                                                                                                                                                                                                   <NA>
## 69                                                                                                                                                                                                 Moderate Resolution Imaging Spectroradiometer (MODIS- Aqua) Chlorophyll-a Concentration 2002 - Present
## 70                                                                                                                                                                                                                                                                                                   <NA>
## 71                                                                                                               Near-Real-Time National Oceanic and Atmospheric Administration/ National Snow and Ice Data Center (NOAA/NSIDC) Climate Data Record of Passive Microwave Sea Ice Concentration, Version 2
## 72                                                                                                                                                                                                                                                                                                   <NA>
## 73                                                                                                               Near-Real-Time National Oceanic and Atmospheric Administration/ National Snow and Ice Data Center (NOAA/NSIDC) Climate Data Record of Passive Microwave Sea Ice Concentration, Version 2
## 74                                                                                                                                                                                                                                                                                                   <NA>
## 75                                                                                                               Near-Real-Time National Oceanic and Atmospheric Administration/ National Snow and Ice Data Center (NOAA/NSIDC) Climate Data Record of Passive Microwave Sea Ice Concentration, Version 2
## 76                                                                                                                                                                                                                                                                                                   <NA>
## 77                                                                                                                              National Oceanic and Atmospheric Administration/ National Snow and Ice Data Center (NOAA/NSIDC) Climate Data Record of Passive Microwave Sea Ice Concentration, Version 4
## 78                                                                                                                                                                                                                                                                                                   <NA>
## 79                                                                                                                              National Oceanic and Atmospheric Administration/ National Snow and Ice Data Center (NOAA/NSIDC) Climate Data Record of Passive Microwave Sea Ice Concentration, Version 4
## 80                                                                                                                                                                                                                                                                                                   <NA>
## 81                                                                                                                              National Oceanic and Atmospheric Administration/ National Snow and Ice Data Center (NOAA/NSIDC) Climate Data Record of Passive Microwave Sea Ice Concentration, Version 4
## 82                                                                                                                                                                                                                                                                                                   <NA>
## 83                                                                                                                                                                                                              Quicklook Arctic Weekly Equal-Area Scalable Earth Grid (EASE-Grid) Sea Ice Age, Version 1
## 84                                                                                                                                                                                                                                                                                                   <NA>
## 85                                                                                                                                                                                                              Quicklook Arctic Weekly Equal-Area Scalable Earth Grid (EASE-Grid) Sea Ice Age, Version 1
## 86                                                                                                                                                                                                                                                                                                   <NA>
## 87                                                                                                                                                                                                                                                    Lab experiments of synthetic ice mélange, 2022-2024
## 88                                                                                                                                                                                                                                                                                                   <NA>
## 89                                                                                                                                                                                                                           Equal Area Scalable Earth Grid (EASE-Grid) Sea Ice Age, Version 4, 1984-2019
## 90                                                                                                                                                                                                                                                                                                   <NA>
## 91                                                                                                                                                                                                                           Equal Area Scalable Earth Grid (EASE-Grid) Sea Ice Age, Version 4, 1984-2019
## 92                                                                                                                                                                                                                                                                                                   <NA>
## 93                                                                                                                                                                                                           Exploring the Impact of the Infodemic in Alaska: Interviews with COVID-19 Responders in 2024
## 94                                                                                                                                                                                                                                                                                                   <NA>
## 95                                                                                                                                                                                                                                          Water Chemistry Data for the Canning River, Alaska, 2021-2024
## 96                                                                                                                                                                                                                                                                                                   <NA>
## 97                                                                                                                                                                                                                                                                        Alaska Peatland Map (2019-2021)
## 98                                                                                                                                                                                                                                                                                                   <NA>
## 99                                                                                                                                                                                                                                                                                                   <NA>
## 100                                                                                                                                                                                                                                                                                                  <NA>
## 101                                                                                                                                                                                                                                                                                                  <NA>
## 102                                                                                                                                                                                                                                                                                                  <NA>
## 103                                                                                                                                                                                                                                                                                                  <NA>
## 104                                                                                                                                                                                                                                                                                                  <NA>
## 105                                                                                                                                                                                                                                                                                                  <NA>
## 106                                                                                                                                                                                                                                                                                                  <NA>
## 107                                                                                                                                                                                                                                                                                                  <NA>
## 108                                                                                                                                                                                                                                                                                                  <NA>
## 109                                                                                                                                                                                                                                                                                                  <NA>
## 110                                                                                                                                                                                                                                                                                                  <NA>
## 111                                                                                                                                                                                                                                                                                                  <NA>
## 112                                                                                                                                                                                                                                                                                                  <NA>
## 113                                                                                                                                                                                                                                                                                                  <NA>
## 114                                                                                                                                                                                                                                                                                                  <NA>
## 115                                                                                                                                                                                                                                                                                                  <NA>
## 116                                                                                                                                                                                                                                                                                                  <NA>
## 117                                                                                                                                                                                                                                                                                                  <NA>
## 118                                                                                                                                                                                                                                                                                                  <NA>
## 119                                                                                                                                                                                                                                                                                                  <NA>
## 120                                                                                                                                                                                                                                                                                                  <NA>
## 121                                                                                                                                                                                                                                                                                                  <NA>
## 122                                                                                                                                                                                                                                                                                                  <NA>
## 123                                                                                                                                                                                                                                                                                                  <NA>
## 124                                                                                                                                                                                                       Ice core wildfire data from the Begguya (Mt Hunter) plateau, Denali National Park, Alaska, 2013
## 125                                                                                                                                                                                                                                                                                                  <NA>
## 126                                                                                                                                                                       A zooarchaeological analysis of bear (Ursus spp.) remains from two archaeological sites in Unalaska, Alaska (4700 BP - 2500 BP)
## 127                                                                                                                                                                                                                                                                                                  <NA>
## 128                                                                                                                                                                       A zooarchaeological analysis of bear (Ursus spp.) remains from two archaeological sites in Unalaska, Alaska (4700 BP - 2500 BP)
## 129                                                                                                                                                                                                                                                                                                  <NA>
## 130                                                                                                                                                                       A zooarchaeological analysis of bear (Ursus spp.) remains from two archaeological sites in Unalaska, Alaska (4700 BP - 2500 BP)
## 131                                                                                                                                                                                                                                                                                                  <NA>
## 132                                                                                                                                                                       A zooarchaeological analysis of bear (Ursus spp.) remains from two archaeological sites in Unalaska, Alaska (4700 BP - 2500 BP)
## 133                                                                                                                                                                                                                                                                                                  <NA>
## 134                                                                                                                                                                                                       Ice core wildfire data from the Begguya (Mt Hunter) plateau, Denali National Park, Alaska, 2013
## 135                                                                                                                                                                                                                                                                                                  <NA>
## 136                                                                                                                                                                                                                        Modeled River Ice Thickness and Phenology, Alaska and Yukon, Canada, 1990-2021
## 137                                                                                                                                                                                                                                                                                                  <NA>
## 138                                                                                                                                                                                                 Ice, Cloud, and land Elevation Satellite-2 (ICESat-2) L4 Monthly Gridded Sea Ice Thickness, Version 1
## 139                                                                                                                                                                                                                                                                                                  <NA>
## 140                                                                                                                                  Near-Real-Time Defense Meteorological Satellite Program (DMSP) Special Sensor Microwave Imager/Sounder (SSMIS) Daily Polar Gridded Sea Ice Concentrations, Version 2
## 141                                                                                                                                                                                                                                                                                                  <NA>
## 142                                                                                                                                                                                                             Large woody debris locations, Central Yukon-Kuskokwim Delta, near Chevak Alaska, May 2023
## 143                                                                                                                                                                                                                                                                                                  <NA>
## 144                                                                                                                                                                                                             Large woody debris locations, Central Yukon-Kuskokwim Delta, near Chevak Alaska, May 2023
## 145                                                                                                                                                                                                                                                                                                  <NA>
## 146                                                                                                                                                                                                             Large woody debris locations, Central Yukon-Kuskokwim Delta, near Chevak Alaska, May 2023
## 147                                                                                                                                                                                                                                                                                                  <NA>
## 148                                                                                                                                                                                                             Large woody debris locations, Central Yukon-Kuskokwim Delta, near Chevak Alaska, May 2023
## 149                                                                                                                                                                                                                                                                                                  <NA>
## 150                                                                                                                                                                                                             Large woody debris locations, Central Yukon-Kuskokwim Delta, near Chevak Alaska, May 2023
## 151                                                                                                                                                                                                                                                                                                  <NA>
## 152                                                                                                                                                                                                                                                                        Arctic Report Card Data Portal
## 153                                                                                                                                                                                                                                                                                                  <NA>
## 154                                                                                                                                                                                                                                                                                                  <NA>
## 155                                                                                                                                                                                                       Ice core wildfire data from the Begguya (Mt Hunter) plateau, Denali National Park, Alaska, 2013
## 156                                                                                                                                                                                                                                                                                                  <NA>
## 157                                                                                                                                                                                                       Ice core wildfire data from the Begguya (Mt Hunter) plateau, Denali National Park, Alaska, 2013
## 158                                                                                                                                                                                                                                                                                                  <NA>
## 159                                                                                                                                                                                                       Ice core wildfire data from the Begguya (Mt Hunter) plateau, Denali National Park, Alaska, 2013
## 160                                                                                                                                                                                                                                                                                                  <NA>
## 161                                                                                                                                          Nitrogen isotope measurements of nitrogen dioxide in Fairbanks, Alaska, during the Alaskan Layered Pollution And Chemical Analysis (ALPACA) 2022 field study
## 162                                                                                                                                                                                                                                                                                                  <NA>
## 163                                                                                                                                          Nitrogen isotope measurements of nitrogen dioxide in Fairbanks, Alaska, during the Alaskan Layered Pollution And Chemical Analysis (ALPACA) 2022 field study
## 164                                                                                                                                                                                                                                                                                                  <NA>
## 165                                                                                                                                                                                                       Ice core wildfire data from the Begguya (Mt Hunter) plateau, Denali National Park, Alaska, 2013
## 166                                                                                                                                                                                                                                                                                                  <NA>
## 167                                                                                                                                                                                          Sea Ice Index: ice cover and trends in ice cover in the Arctic and Antarctic oceans, Version 3, 1978-present
## 168                                                                                                                                                                                                                                                                                                  <NA>
## 169                                                                                                                                                                                          Sea Ice Index: ice cover and trends in ice cover in the Arctic and Antarctic oceans, Version 3, 1978-present
## 170                                                                                                                                                                                                                                                                                                  <NA>
## 171                                                                                                                                                                                                                                                                                                  <NA>
## 172                                                                                                                                                                                                                                                                                                  <NA>
## 173                                                                                                                                                                                                                                                                                                  <NA>
## 174                                                                                                                                                                                                                                                                                                  <NA>
## 175 Sea Ice Concentrations from Nimbus-7 Scanning Multichannel Microwave Radiometer (SMMR) and Defense Meteorological Satellites Program (DMSP) Special Sensor Microwave Imager - Special Sensor Microwave Imager Sounder (SSM/I-SSMIS) Passive Microwave Data, Version 1, North/South Poles, 1978 - 2021
## 176                                                                                                                                                                                                                                                                                                  <NA>
## 177 Sea Ice Concentrations from Nimbus-7 Scanning Multichannel Microwave Radiometer (SMMR) and Defense Meteorological Satellites Program (DMSP) Special Sensor Microwave Imager - Special Sensor Microwave Imager Sounder (SSM/I-SSMIS) Passive Microwave Data, Version 1, North/South Poles, 1978 - 2021
## 178                                                                                                                                                                                                                                                                                                  <NA>
## 179                                                                                                                                                          SICEv2.3.2 Greenland snow and ice broadband albedo and surface optical properties from Sentinel-3’s OLCI at 1000 meter resolution, 2017-2023
## 180                                                                                                                                                                                                                                                                                                  <NA>
## 181                                                                                                                                                          SICEv2.3.2 Greenland snow and ice broadband albedo and surface optical properties from Sentinel-3’s OLCI at 1000 meter resolution, 2017-2023
## 182                                                                                                                                                                                                                                                                                                  <NA>
## 183                                                                                                                           Near-Real-Time Defense Meteorological Satellite Program (DMSP) Special Sensor Microwave Imager/Sounder (SSM/I-SSMIS) Daily Polar Gridded Brightness Temperatures, Version 2
## 184                                                                                                                                                                                                                                                                                                  <NA>
## 185                                                                                                                           Near-Real-Time Defense Meteorological Satellite Program (DMSP) Special Sensor Microwave Imager/Sounder (SSM/I-SSMIS) Daily Polar Gridded Brightness Temperatures, Version 2
## 186                                                                                                                                                                                                                                                                                                  <NA>
## 187                                                                                                                                                                                                                     MODIS/Terra Snow Cover Daily Level-3 Global 500 meter Sinusoidal Grid, Version 61
## 188                                                                                                                                                                                                                                                                                                  <NA>
## 189                                                                                                                                                                                                                     MODIS/Terra Snow Cover Daily Level-3 Global 500 meter Sinusoidal Grid, Version 61
## 190                                                                                                                                                                                                                                                                                                  <NA>
## 191                                                                                                                                                                                                                                                                                                  <NA>
## 192                                                                                                                                                                                                                                                                                                  <NA>
## 193                                                                                                                                                                                                                                                                                                  <NA>
## 194                                                                                                                                                                                                                              Divergent Responses of Western Alaska Salmon to a Changing Climate, 2023
## 195                                                                                                                                                                                                                                                                                                  <NA>
## 196                                                                                                                                          Nitrogen isotope measurements of nitrogen dioxide in Fairbanks, Alaska, during the Alaskan Layered Pollution And Chemical Analysis (ALPACA) 2022 field study
## 197                                                                                                                                                                                                                                                                                  Toolik Field Station
## 198                                                                                                                                                                                                                                                                                                  <NA>
## 199                                                                                                                                                                                                     Aerosol, Cloud, and Meteorological Data Over Arctic Sea Ice (May-September, 2008-2010, 2012-2015)
## 200                                                                                                                                                                                                                                                                                                  <NA>

Use facets

All resource maps with > 100 data objects that are not on the Arctic Data Center:

https://cn.dataone.org/cn/v2/query/solr/?q=resourceMap:*+AND+-datasource:*ARCTIC*&rows=0&facet=true&facet.field=resourceMap&facet.mincount=100