{"id":23473127,"url":"https://github.com/caltechlibrary/dataset-instruction","last_synced_at":"2026-02-11T14:02:01.008Z","repository":{"id":111428959,"uuid":"122647366","full_name":"caltechlibrary/dataset-instruction","owner":"caltechlibrary","description":"Instructional content for the dataset package","archived":false,"fork":false,"pushed_at":"2018-03-02T15:22:25.000Z","size":130,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-09-09T21:41:10.923Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://caltechlibrary.github.io/dataset-instruction","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/caltechlibrary.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.html","funding":null,"license":"LICENSE.html","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-02-23T16:45:56.000Z","updated_at":"2018-03-07T17:24:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"ffca2ba1-0c07-4903-9893-0a608439a458","html_url":"https://github.com/caltechlibrary/dataset-instruction","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/caltechlibrary/dataset-instruction","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caltechlibrary%2Fdataset-instruction","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caltechlibrary%2Fdataset-instruction/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caltechlibrary%2Fdataset-instruction/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caltechlibrary%2Fdataset-instruction/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/caltechlibrary","download_url":"https://codeload.github.com/caltechlibrary/dataset-instruction/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caltechlibrary%2Fdataset-instruction/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29333910,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T12:42:24.625Z","status":"ssl_error","status_checked_at":"2026-02-11T12:41:23.344Z","response_time":97,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-24T17:15:27.151Z","updated_at":"2026-02-11T14:02:00.989Z","avatar_url":"https://github.com/caltechlibrary.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"Training on Dataset tools\r\n=======\r\n\r\n*Content Contributors: Robert Doiel, Tom Morrell*\r\n\r\n*Lesson Maintainers: Robert Doiel, Tom Morrell*\r\n\r\n**Lesson status: In Development**\r\n\r\n\r\n## What you will learn:\r\n\r\n* Identify the structure of a JSON file\r\n* Gather data from an API\r\n* Use the basic functions of dataset\r\n* Combine data using dataset to collect citations for a publications list\r\n* Export and Import from a Google sheet\r\n* Index and search over a large collection of data\r\n\r\n## Topics:\r\n\r\n1. [Intro](00-intro-json-apis.html)\r\n2. [Basic Dataset](01-basic-dataset.html)\r\n3. [Working with Larger Amounts of Data](02-large-data.html)\r\n\r\n## Requirements\r\n\r\nThis lesson requires basic familiarity with the bash shell, similar to the\r\nexperience gained through the\r\n[Software Carpentry shell lesson](http://swcarpentry.github.io/shell-novice/).\r\nYou'll need to have a bash shell installed, you can follow\r\n[these instructions](https://swcarpentry.github.io/workshop-template/#setup).\r\n\r\nTwo tool collections developed at Caltech Library will also be used, [datatools](https://caltechlibrary.github.io/datatools/)\r\nand [dataset](https://caltechlibrary.github.io/dataset/). From _datatools_ we will be using \r\na program called _jsonmunge_ for extracting and re-formatting JSON content. _datatools_, a collection\r\nof tools for working with CSV, XLSX and JSON content, is available [here](https://github.com/caltechlibrary/datatools/latest/releases).\r\n_dataset_, a data management tool, is available \r\n[here](https://github.com/caltechlibrary/dataset/latest/releases).\r\n\r\n## References\r\n\r\n+ data formats\r\n    + json documentation, https://www.json.org\r\n    + simple index maps, https://caltechlibrary.github.io/dataset/docs/dsindexer/defining-index.html\r\n+ data sources\r\n    + Dimension API presentation (see slide 3), https://figshare.com/s/3c8f0284e8e51718c1b2\r\n    + CrossRef REST API, https://github.com/CrossRef/rest-api-doc\r\n    + CrossRef Content Negotiation, https://citation.crosscite.org/docs.html\r\n+ programs\r\n    + curl documentation, https://curl.haxx.se/\r\n    + dataset, https://caltechlibrary.github.io/dataset/\r\n    + datatools, https://caltechlibrary.github.io/datatools/\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaltechlibrary%2Fdataset-instruction","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcaltechlibrary%2Fdataset-instruction","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaltechlibrary%2Fdataset-instruction/lists"}