{"id":20074747,"url":"https://github.com/greenelab/knowledge-graph-review","last_synced_at":"2026-03-06T17:02:46.356Z","repository":{"id":79359504,"uuid":"202191624","full_name":"greenelab/knowledge-graph-review","owner":"greenelab","description":"A literature review for constructing and using knowledge graphs in a biomedical setting.","archived":false,"fork":false,"pushed_at":"2020-05-22T15:02:32.000Z","size":18459,"stargazers_count":11,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-23T00:26:48.679Z","etag":null,"topics":["knowledge-graph-embeddings","knowledge-graphs","literature-review","natural-language-processing","text-mining"],"latest_commit_sha":null,"homepage":"https://greenelab.github.io/knowledge-graph-review/","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/greenelab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-CC0.md","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}},"created_at":"2019-08-13T17:20:06.000Z","updated_at":"2023-11-02T09:10:08.000Z","dependencies_parsed_at":"2023-03-12T07:49:36.868Z","dependency_job_id":null,"html_url":"https://github.com/greenelab/knowledge-graph-review","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/greenelab/knowledge-graph-review","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greenelab%2Fknowledge-graph-review","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greenelab%2Fknowledge-graph-review/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greenelab%2Fknowledge-graph-review/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greenelab%2Fknowledge-graph-review/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/greenelab","download_url":"https://codeload.github.com/greenelab/knowledge-graph-review/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greenelab%2Fknowledge-graph-review/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30186779,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T14:42:24.748Z","status":"ssl_error","status_checked_at":"2026-03-06T14:42:14.925Z","response_time":250,"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":["knowledge-graph-embeddings","knowledge-graphs","literature-review","natural-language-processing","text-mining"],"created_at":"2024-11-13T14:54:09.547Z","updated_at":"2026-03-06T17:02:46.322Z","avatar_url":"https://github.com/greenelab.png","language":"HTML","readme":"# Constructing Knowledge Graphs and Their Biomedical Applications\n\n\u003c!-- usage note: edit the H1 title above to personalize the manuscript --\u003e\n\n[![HTML Manuscript](https://img.shields.io/badge/manuscript-HTML-blue.svg)](https://greenelab.github.io/knowledge-graph-review/)\n[![PDF Manuscript](https://img.shields.io/badge/manuscript-PDF-blue.svg)](https://greenelab.github.io/knowledge-graph-review/manuscript.pdf)\n[![GitHub Actions Status](https://github.com/greenelab/knowledge-graph-review/workflows/Manubot/badge.svg)](https://github.com/greenelab/knowledge-graph-review/actions)\n\n## Manuscript description\n\n\u003c!-- usage note: edit this section. --\u003e\n\nKnowledge graphs can support many biomedical applications. These graphs represent biomedical concepts and relationships in the form of nodes and edges. In this review, we discuss how these graphs are constructed and applied with a particular focus on how machine learning approaches are changing these processes.\n\n## Manubot\n\n\u003c!-- usage note: do not edit this section --\u003e\n\nManubot is a system for writing scholarly manuscripts via GitHub.\nManubot automates citations and references, versions manuscripts using git, and enables collaborative writing via GitHub.\nAn [overview manuscript](https://greenelab.github.io/meta-review/ \"Open collaborative writing with Manubot\") presents the benefits of collaborative writing with Manubot and its unique features.\nThe [rootstock repository](https://git.io/fhQH1) is a general purpose template for creating new Manubot instances, as detailed in [`SETUP.md`](SETUP.md).\nSee [`USAGE.md`](USAGE.md) for documentation how to write a manuscript.\n\nPlease open [an issue](https://git.io/fhQHM) for questions related to Manubot usage, bug reports, or general inquiries.\n\n### Repository directories \u0026 files\n\nThe directories are as follows:\n\n+ [`content`](content) contains the manuscript source, which includes markdown files as well as inputs for citations and references.\n  See [`USAGE.md`](USAGE.md) for more information.\n+ [`output`](output) contains the outputs (generated files) from Manubot including the resulting manuscripts.\n  You should not edit these files manually, because they will get overwritten.\n+ [`webpage`](webpage) is a directory meant to be rendered as a static webpage for viewing the HTML manuscript.\n+ [`build`](build) contains commands and tools for building the manuscript.\n+ [`ci`](ci) contains files necessary for deployment via continuous integration.\n\n### Local execution\n\nThe easiest way to run Manubot is to use [continuous integration](#continuous-integration) to rebuild the manuscript when the content changes.\nIf you want to build a Manubot manuscript locally, install the [conda](https://conda.io) environment as described in [`build`](build).\nThen, you can build the manuscript on POSIX systems by running the following commands from this root directory.\n\n```sh\n# Activate the manubot conda environment (assumes conda version \u003e= 4.4)\nconda activate manubot\n\n# Build the manuscript, saving outputs to the output directory\nbash build/build.sh\n\n# At this point, the HTML \u0026 PDF outputs will have been created. The remaining\n# commands are for serving the webpage to view the HTML manuscript locally.\n# This is required to view local images in the HTML output.\n\n# Configure the webpage directory\nmanubot webpage\n\n# You can now open the manuscript webpage/index.html in a web browser.\n# Alternatively, open a local webserver at http://localhost:8000/ with the\n# following commands.\ncd webpage\npython -m http.server\n```\n\nSometimes it's helpful to monitor the content directory and automatically rebuild the manuscript when a change is detected.\nThe following command, while running, will trigger both the `build.sh` script and `manubot webpage` command upon content changes:\n\n```sh\nbash build/autobuild.sh\n```\n\n### Continuous Integration\n\n\u003c\u003c\u003c\u003c\u003c\u003c\u003c HEAD\n[![Build Status](https://travis-ci.com/greenelab/knowledge-graph-review.svg?branch=master)](https://travis-ci.com/greenelab/knowledge-graph-review)\n\nWhenever a pull request is opened, Travis CI will test whether the changes break the build process to generate a formatted manuscript.\n=======\nWhenever a pull request is opened, CI (continuous integration) will test whether the changes break the build process to generate a formatted manuscript.\n\u003e\u003e\u003e\u003e\u003e\u003e\u003e 8b9b5ced2c7c963bf3ea5afb8f31f9a4a54ab697\nThe build process aims to detect common errors, such as invalid citations.\nIf your pull request build fails, see the CI logs for the cause of failure and revise your pull request accordingly.\n\n\u003c\u003c\u003c\u003c\u003c\u003c\u003c HEAD\nWhen a commit to the `master` branch occurs (for example, when a pull request is merged), Travis CI builds the manuscript and writes the results to the [`gh-pages`](https://github.com/greenelab/knowledge-graph-review/tree/gh-pages) and [`output`](https://github.com/greenelab/knowledge-graph-review/tree/output) branches.\n=======\nWhen a commit to the `master` branch occurs (for example, when a pull request is merged), CI builds the manuscript and writes the results to the [`gh-pages`](https://github.com/manubot/rootstock/tree/gh-pages) and [`output`](https://github.com/manubot/rootstock/tree/output) branches.\n\u003e\u003e\u003e\u003e\u003e\u003e\u003e 8b9b5ced2c7c963bf3ea5afb8f31f9a4a54ab697\nThe `gh-pages` branch uses [GitHub Pages](https://pages.github.com/) to host the following URLs:\n\n+ **HTML manuscript** at https://greenelab.github.io/knowledge-graph-review/\n+ **PDF manuscript** at https://greenelab.github.io/knowledge-graph-review/manuscript.pdf\n\nFor continuous integration configuration details, see [`.github/workflows/manubot.yaml`](.github/workflows/manubot.yaml) if using GitHub Actions or [`.travis.yml`](.travis.yml) if using Travis CI.\n\n## License\n\n\u003c!--\nusage note: edit this section to change the license of your manuscript or source code changes to this repository.\nWe encourage users to openly license their manuscripts, which is the default as specified below.\n--\u003e\n\n[![License: CC BY 4.0](https://img.shields.io/badge/License%20All-CC%20BY%204.0-lightgrey.svg)](http://creativecommons.org/licenses/by/4.0/)\n[![License: CC0 1.0](https://img.shields.io/badge/License%20Parts-CC0%201.0-lightgrey.svg)](https://creativecommons.org/publicdomain/zero/1.0/)\n\nExcept when noted otherwise, the entirety of this repository is licensed under a CC BY 4.0 License ([`LICENSE.md`](LICENSE.md)), which allows reuse with attribution.\nPlease attribute by linking to https://github.com/greenelab/knowledge-graph-review.\n\nSince CC BY is not ideal for code and data, certain repository components are also released under the CC0 1.0 public domain dedication ([`LICENSE-CC0.md`](LICENSE-CC0.md)).\nAll files matched by the following glob patterns are dual licensed under CC BY 4.0 and CC0 1.0:\n\n+ `*.sh`\n+ `*.py`\n+ `*.yml` / `*.yaml`\n+ `*.json`\n+ `*.bib`\n+ `*.tsv`\n+ `.gitignore`\n\nAll other files are only available under CC BY 4.0, including:\n\n+ `*.md`\n+ `*.html`\n+ `*.pdf`\n+ `*.docx`\n\nPlease open [an issue](https://github.com/greenelab/knowledge-graph-review/issues) for any question related to licensing.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgreenelab%2Fknowledge-graph-review","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgreenelab%2Fknowledge-graph-review","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgreenelab%2Fknowledge-graph-review/lists"}