{"id":29639200,"url":"https://github.com/neotomadb/miomap_ingest","last_synced_at":"2026-02-20T00:01:52.858Z","repository":{"id":72351320,"uuid":"74392205","full_name":"NeotomaDB/MIOMAP_Ingest","owner":"NeotomaDB","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-05T00:27:25.000Z","size":1255,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-07-21T20:16:35.841Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NeotomaDB.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":"code_of_conduct.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2016-11-21T18:14:29.000Z","updated_at":"2025-04-05T00:27:26.000Z","dependencies_parsed_at":"2023-02-28T08:15:52.990Z","dependency_job_id":null,"html_url":"https://github.com/NeotomaDB/MIOMAP_Ingest","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/NeotomaDB/MIOMAP_Ingest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NeotomaDB%2FMIOMAP_Ingest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NeotomaDB%2FMIOMAP_Ingest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NeotomaDB%2FMIOMAP_Ingest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NeotomaDB%2FMIOMAP_Ingest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NeotomaDB","download_url":"https://codeload.github.com/NeotomaDB/MIOMAP_Ingest/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NeotomaDB%2FMIOMAP_Ingest/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29637400,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T22:32:43.237Z","status":"ssl_error","status_checked_at":"2026-02-19T22:32:38.330Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":"2025-07-21T20:08:24.673Z","updated_at":"2026-02-20T00:01:52.841Z","avatar_url":"https://github.com/NeotomaDB.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- badges: start --\u003e\n\n[![lifecycle](https://img.shields.io/badge/lifecycle-paused-orange.svg)](https://www.tidyverse.org/lifecycle/#paused)\n\n\u003c!-- badges: end --\u003e\n\n\n# MioMap Ingest Script\n\nMioMap (the Miocene Mammal Mapping Project) is a MySQL database of vertebrate fauna for the Miocene; more information can be found on the [MioMap webpage](http://www.ucmp.berkeley.edu/miomap/).  The database is hosted by the [University of California Museum of Paleontology](http://www.ucmp.berkeley.edu/).\n\nAs part of a project underway, MioMap will become a constituent database within Neotoma.  This actvity requires two steps:\n\n1. Initial cross-walk from MioMap SQL data structure to Tilia format.\n2. Stewardship \u0026 upload to Neotoma.\n\nThe Tilia file format is an XML file, with a defined schema, included in the [Tilia GitHub Repository](https://github.com/NeotomaDB/Tilia).  The *MIOMAP_Ingest* repository is intended to address Item 1 in the two stage upload process.\n\n## Contribution\n\n*We welcome contributions from any individual, whether code, documentation, or issue tracking.  All participants are expected to follow the [code of conduct](https://github.com/Neotomadb/MIOMAP_Ingest/blob/master/code_of_conduct.md) for this project.*\n\n+ [Simon Goring](http://goring.org) - University of Wisconsin-Madison, Department of Geography\n\n## Using This Repository\n\n### Missing Files\n\nAll files in this repository are used to generate the required Tilia output files, however, two files are excluded.  One is the required MIOMAP MySQL database.  This file may be generated using the [MIOMAP Download Page](http://www.ucmp.berkeley.edu/faunmap/use/datadownload.html).  The process for converting Excel is described elsewhere (see for example this [Guide for Exporting XLS to MySQL](https://dev.mysql.com/doc/mysql-for-excel/en/mysql-for-excel-export.html)).\n\nAlong with the database itself is a file called `hidden.txt`.  This file should live within the home directory and contain three text strings, the name of the database, the user name and the password, as such:\n\n```\nmiomap\nroot\npassword\n```\n\nThis file is hidden using `.gitignore` so that individuals don't accidentally reveal their passwords.  Please keep this file hidden.\n\n### Other Files\n\nThe core file in this repository is the `MiomapIngest_asList.Rmd`.  The file is a prototype at present.  It serves to connect to the MySQL database, query the database for each fossil element, and then convert the data structure to the appropriate Tilia fields for conversion to the `TLX` format.\n\nThe output `TLX` files are put into the `outputs` folder.\n\nThe file is written as an `Rmd` to provide more detail into the decision making process around the cross-walk, but at present the focus has been on getting a workflow developed that will allow a basic TLX file to be generated.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneotomadb%2Fmiomap_ingest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneotomadb%2Fmiomap_ingest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneotomadb%2Fmiomap_ingest/lists"}