Rushiraj Nenuji

Results 15 comments of Rushiraj Nenuji

Hi @JonnyBeeGod - Thank you for designing and developing this amazing app! I love using it. Just wanted to request feature support to integrate the nSuns app data with Apple...

Update: - Jim ran into this error when looking at ESS DIVE Citations. ![image](https://github.com/user-attachments/assets/60da8d92-f95d-4bd3-bc5b-a5bbec4215d5) Jim saw these issues on the following browser versions: ``` Chrome 127.0.6533.100 on my MBP Safari...

- [X] test.arcticdata.io (verified [robots.txt](https://test.arcticdata.io/robots.txt)) - [X] demo.arcticdata.io (verified that it exists here during the front end call yesterday; [robots.txt](https://demo.arcticdata.io/robots.txt)) - [X] handy-owl.nceas.ucsb.edu (Rushi's personal test server; added [robots.txt](https://handy-owl.nceas.ucsb.edu/robots.txt)) -...

Hi @robyngit, Thank you for checking. Regarding changes related to the hierarchical package table work, the `DataPackage` collection does not have major changes. It includes some additional methods for parsing...

Thank you @robyngit and @helbashandy -- I'll review the code to see any conflicts with MDV and get back.

[Relevant EZID ticket](https://github.com/CDLUC3/ezid/issues/559) Querying datacite to get schema 3 versions for ADC prefix `10.18739` as follow: ```curl curl --location 'https://api.datacite.org/dois?prefix=10.18739&schema-version=3' ``` `meta` object from their JSON response to the above...

from [slack](https://nceas.slack.com/archives/C0N49FM9V/p1733786615544409), by @mbjones > [@Robyn](https://nceas.slack.com/team/UBKGUK5EW)[@Rushiraj](https://nceas.slack.com/team/U7KT2DYFQ) We were looking at the Ofir Levy dataset today, and I noticed that the file hierarchy is showing up on DataONE (https://search.dataone.org/view/doi:10.5063/F1Z899CZ) but it...

Hey @helbashandy, @mbjones -- thank you both for providing such a useful bug report. The search catalog page and the dataset landing page are currently using the same `pid_resolution` algorithm....

Hi all, sharing some observations from my testing: ESS DIVE behavior: - [doi:10.15485/1603775](https://data.ess-dive.lbl.gov/view/doi%3A10.15485%2F1603775) - latest dataset version: `ess-dive-d3dc26585e68115-20230929t171354410` - [metrics_query](https://logproc-stage-ucsb-1.test.dataone.org/metrics?metricsRequest={"metricsPage":{"total":0,"start":0,"count":0},"metrics":["citations","downloads","views"],"filterBy":[{"filterType":"dataset","values":["ess-dive-d3dc26585e68115-20230929t171354410"],"interpretAs":"list"},{"filterType":"month","values":["01/01/2012","11/17/2023"],"interpretAs":"range"}],"groupBy":["month"]}) - PID_resolution results: ```json "values": [ "ess-dive-d3dc26585e68115-20230929t171354410", "ess-dive-d3dc26585e68115-20230929t171354410" ], ```...

Edit: ESS_DIVE catalog [metrics_query](https://logproc-stage-ucsb-1.test.dataone.org/metrics?metricsRequest=%7B%22metricsPage%22:%7B%22total%22:0,%22start%22:0,%22count%22:0%7D,%22metrics%22:%5B%22citations%22,%22downloads%22,%22views%22%5D,%22filterBy%22:%5B%7B%22filterType%22:%22dataset%22,%22values%22:%5B%22ess-dive-d3dc26585e68115-20230929t171354410%22%5D,%22interpretAs%22:%22list%22%7D,%7B%22filterType%22:%22month%22,%22values%22:%5B%2201/01/2012%22,%2211/17/2023%22%5D,%22interpretAs%22:%22range%22%7D%5D,%22groupBy%22:%5B%22month%22%5D%7D) DataONE catalog [metrics_query](https://logproc-stage-ucsb-1.test.dataone.org/metrics?metricsRequest=%7B%22metricsPage%22:%7B%22total%22:0,%22start%22:0,%22count%22:0%7D,%22metrics%22:%5B%22citations%22,%22downloads%22,%22views%22%5D,%22filterBy%22:%5B%7B%22filterType%22:%22dataset%22,%22values%22:%5B%22ess-dive-d3dc26585e68115-20210722T195610978%22%5D,%22interpretAs%22:%22list%22%7D,%7B%22filterType%22:%22month%22,%22values%22:%5B%2201/01/2012%22,%2211/17/2023%22%5D,%22interpretAs%22:%22range%22%7D%5D,%22groupBy%22:%5B%22month%22%5D%7D) ESS_DIVE and DataONE dataset landing page [metrics_query](https://logproc-stage-ucsb-1.test.dataone.org/metrics?metricsRequest={"metricsPage":{"total":0,"start":0,"count":0},"metrics":["citations","downloads","views"],"filterBy":[{"filterType":"dataset","values":["doi:10.15485/1603775"],"interpretAs":"list"},{"filterType":"month","values":["01/01/2012","11/17/2023"],"interpretAs":"range"}],"groupBy":["month"]})