{"id":38335405,"url":"https://github.com/cedergrouphub/limesoup","last_synced_at":"2026-01-17T02:55:55.103Z","repository":{"id":43647856,"uuid":"121936963","full_name":"CederGroupHub/LimeSoup","owner":"CederGroupHub","description":"LimeSoup is a package to parse HTML or XML papers from different publishers.","archived":false,"fork":false,"pushed_at":"2021-01-04T14:54:20.000Z","size":16145,"stargazers_count":20,"open_issues_count":2,"forks_count":7,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-09-09T23:38:55.143Z","etag":null,"topics":["html","journal-article","nlp","parser","python","xml"],"latest_commit_sha":null,"homepage":"","language":"Python","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/CederGroupHub.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-02-18T09:24:31.000Z","updated_at":"2025-03-17T11:11:13.000Z","dependencies_parsed_at":"2022-08-12T10:30:59.033Z","dependency_job_id":null,"html_url":"https://github.com/CederGroupHub/LimeSoup","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/CederGroupHub/LimeSoup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CederGroupHub%2FLimeSoup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CederGroupHub%2FLimeSoup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CederGroupHub%2FLimeSoup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CederGroupHub%2FLimeSoup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CederGroupHub","download_url":"https://codeload.github.com/CederGroupHub/LimeSoup/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CederGroupHub%2FLimeSoup/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28492591,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T02:39:23.645Z","status":"ssl_error","status_checked_at":"2026-01-17T02:34:19.649Z","response_time":85,"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":["html","journal-article","nlp","parser","python","xml"],"created_at":"2026-01-17T02:55:55.030Z","updated_at":"2026-01-17T02:55:55.094Z","avatar_url":"https://github.com/CederGroupHub.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LimeSoup\n\nLimeSoup is a package to parse HTML or XML papers from different publishers. It can be\nused to feed a database.\n\n[![Build Status](https://semaphoreci.com/api/v1/projects/686509c1-2128-44fd-9532-1a32090bd980/2687086/badge.svg)](https://semaphoreci.com/cedergrouphub/limesoup)\n\n# Usage\n\nFull Usage:\n\n```\nfrom LimeSoup import (\n    ACSSoup, \n    AIPSoup,\n    APSSoup, \n    ECSSoup, \n    ElsevierSoup, \n    IOPSoup, \n    NatureSoup, \n    RSCSoup, \n    SpringerSoup, \n    WileySoup,\n)\n\n\nwith open(article, 'r', encoding = 'utf-8') as f:\n    html_str = f.read()\n\n***Choose correct publisher\ndata = ECSSoup.parse(html_str)\n\nwith open('file_test.json', 'w', encoding = 'utf-8') as f:\n    json.dump(data, f, sort_keys=True, indent=4, ensure_ascii=False)\n```    \n\nCurrently, we have implemented the following parsers:\n\n- [ECS: The Electrochemical Society](http://ecsdl.org)\n- [RSC: The Royal Society of Chemistry](https://www.rsc.org)\n- [Elsevier](https://www.elsevier.com/catalog)\n- [Nature Publishing Group](https://www.nature.com)\n- [Springer](https://www.springernature.com/gp/products/journals)\n- [Wiley](https://onlinelibrary.wiley.com)\n- [ACS: American Chemical Society](https://pubs.acs.org)\n- [APS: American Physical Society](https://journals.aps.org)\n- [IOP Publishing](https://ioppublishing.org/publications/our-journals/)\n- [AIP: American Institute of Physics](https://aip.scitation.org/)\n\n# Development documentation\n\nPlease refer to the [wiki pages](https://github.com/CederGroupHub/LimeSoup/wiki).\n\n# Change logs\n\nPlease see [change logs](CHANGES.md).\n\n# Credits\n\nLimeSoup was contributed to by these genius people:\n\n- Tiago Botari\n- Ziqin Rong\n- Vahe Tshitoyan\n- Nicolas Mingione\n- Jason Madeano\n- Haoyan Huo\n- Tanjin He\n- Zach Jensen\n- Alex van Grootel\n- Edward Kim\n- Haihao Liu\n- Zheren Wang\n\n\nIf you are planning to use LimeSoup in your work, please consider citing the following paper:\n\n * Kononova et. al \"Text-mined dataset of inorganic materials synthesis recipes\", Scientific Data 6 (1), 1-11 (2019) [10.1038/s41597-019-0224-1](https://www.nature.com/articles/s41597-019-0224-1)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcedergrouphub%2Flimesoup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcedergrouphub%2Flimesoup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcedergrouphub%2Flimesoup/lists"}