{"id":18011586,"url":"https://github.com/titipata/wos_parser","last_synced_at":"2025-03-26T16:30:25.300Z","repository":{"id":84611027,"uuid":"73948630","full_name":"titipata/wos_parser","owner":"titipata","description":"Python parser for Web of science XML, Web of Science parser, WoS parser","archived":false,"fork":false,"pushed_at":"2023-02-16T11:18:38.000Z","size":29,"stargazers_count":29,"open_issues_count":0,"forks_count":14,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-22T02:22:07.711Z","etag":null,"topics":["python-parser","science-parser","science-xml","web-of-science","wos-parser"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/titipata.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2016-11-16T18:26:02.000Z","updated_at":"2025-03-13T02:12:48.000Z","dependencies_parsed_at":"2023-10-20T23:29:47.707Z","dependency_job_id":null,"html_url":"https://github.com/titipata/wos_parser","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/titipata%2Fwos_parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/titipata%2Fwos_parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/titipata%2Fwos_parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/titipata%2Fwos_parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/titipata","download_url":"https://codeload.github.com/titipata/wos_parser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245692417,"owners_count":20656938,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["python-parser","science-parser","science-xml","web-of-science","wos-parser"],"created_at":"2024-10-30T03:11:49.310Z","updated_at":"2025-03-26T16:30:25.021Z","avatar_url":"https://github.com/titipata.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Parser for Web of Science XML dataset\n\nPython XML parser for Web of Science XML file. See example XML file from\n[yadudoc/wos_builder](https://github.com/yadudoc/wos_builder/blob/master/sample.xml).\nThe implementation is based on [yadudoc/wos_builder](https://github.com/yadudoc/wos_builder).\nI just make is as a function that can be easily integrate with others platform like\nSpark or multiprocessing.\n\n## Example\n\n```python\nimport wos_parser as wp\nrecords = wp.read_xml('sample.xml')\nauthors = [wp.extract_authors(record) for record in records] # you can flatten and transform to dataframe\n```\n\n## Parser Available\n\nUsing `read_xml` in order to read Web of Science XML file to list of element trees.\nEach element tree can be parsed to these following function to get dictionary or\nlist of dictionary output.\n\n- `extract_pub_info`\n- `extract_authors`\n- `extract_addresses`\n- `extract_publisher`\n- `extract_funding`\n- `extract_conferences`\n- `extract_references`\n- `extract_identifiers`\n\n## Installation\n\nClone the repository and install using `setup.py`\n\n```bash\n$ git clone https://github.com/titipata/wos_parser\n$ cd wos_parser\n$ python setup.py install\n```\n\nor via pip\n\n```bash\n$ pip install git+https://github.com/titipata/wos_parser.git\n```\n\n## License\n\nMIT License Copyright (c) 2016 Titipat Achakulvisut\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftitipata%2Fwos_parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftitipata%2Fwos_parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftitipata%2Fwos_parser/lists"}