diff --git a/README.md b/README.md index be808bb1..8de86c54 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,11 @@ You can also contribute to gist by adding your comments to [issue discussion thr gist is free and open to the public under the [Creative Commons Attribution 4.0 International](https://creativecommons.org/licenses/by/4.0/) license. In addition to the conditions of this license, we require that any concepts used from gist remain in the gist namespace, and that you do not define your own term definitions in the gist namespace. -[Download the latest version of gist](https://w3id.org/semanticarts/ontology/gistCore). +To get gist: + +- Download the [latest released version of gist](https://downloads.semanticarts.com/gistCore_Current_Version.zip) or from the zip file available on the [GitHub repository releases page](https://github.com/semanticarts/gist/releases). +- Import into Protégé with the link: . +- Clone or download gist from the [GitHub repository](https://github.com/semanticarts/gist/). For more information on gist and to download previous versions, see the [Semantic Arts website](https://www.semanticarts.com/gist). @@ -31,14 +35,14 @@ We provide a number of resources for learning more about gist. Extensive documentation of gist is available in the [gist-doc repository](https://github.com/semanticarts/gist-doc). This repository contains documentation of the [Semantic Arts gist minimalist upper ontology](https://github.com/semanticarts/gist/tree/master) in three formats: narrative, graphical, and Widoco-style. -* **gist Constellations (eBook)** - * The organization of the eBook is based around the idea of 'constellations' of classes and predicates that deal with related concepts. - * epub and mobi formats -* **gist Constellations (visualizations)** - * A collection of PNG images built using the [Turtle Editor Viewer](http://semantechs.co.uk/turtle-editor-viewer/). Each image is made up of a single 'constellation' of classes as described above and shows the classes and their relationships, the literal annotations, and any anonymous classes used in class definitions. -* **[Widoco](https://github.com/dgarijo/Widoco) documentation** +- **gist Constellations (eBook)** + - The organization of the eBook is based around the idea of 'constellations' of classes and predicates that deal with related concepts. + - epub and mobi formats +- **gist Constellations (visualizations)** + - A collection of PNG images built using the [Turtle Editor Viewer](http://semantechs.co.uk/turtle-editor-viewer/). Each image is made up of a single 'constellation' of classes as described above and shows the classes and their relationships, the literal annotations, and any anonymous classes used in class definitions. +- **[Widoco](https://github.com/dgarijo/Widoco) documentation** ### Additional Documentation -* **Videos:** We maintain a library of videos containing gist tutorials and recordings of our monthly gist Council meetings. You can find links to these videos on the [Semantic Arts website](https://www.semanticarts.com/gist/videos/), or directly access the entire catalog on [our YouTube channel](https://www.youtube.com/playlist?list=PLk2kJrehubb4dc3e5Db5Lvv9WMaOhV3V7). -* The [Semantic Arts gist web page](https://www.semanticarts.com/gist/). +- **Videos:** We maintain a library of videos containing gist tutorials and recordings of our monthly gist Council meetings. You can find links to these videos on the [Semantic Arts website](https://www.semanticarts.com/gist/videos/), or directly access the entire catalog on [our YouTube channel](https://www.youtube.com/playlist?list=PLk2kJrehubb4dc3e5Db5Lvv9WMaOhV3V7). +- The [Semantic Arts gist web page](https://www.semanticarts.com/gist/). diff --git a/docs/Contributing.md b/docs/Contributing.md index a768b4e4..76a32d23 100644 --- a/docs/Contributing.md +++ b/docs/Contributing.md @@ -129,7 +129,6 @@ Some developers like to create a PR before work is completed. Follow the steps a - The description of the PR should contain the keywords "Closes #nnn" (or another of the [GitHub keywords](https://docs.github.com/en/enterprise/2.21/user/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword)) where nnn is the issue number. This automatically closes the related issue(s) when the PR is merged, and creates a link which allows readers and reviewers to easily reference the issue. - Example: "Correct cardinality restriction on class gist:Room. Closes #98." - If the PR fixes multiple issues, each issue should be listed on a separate line and preceded by the word "closes." number must be prefixed by the keyword. Example: - - ```markdown Closes #98. diff --git a/docs/release_notes/issue1184-readme-fixes.md b/docs/release_notes/issue1184-readme-fixes.md new file mode 100644 index 00000000..7ef57356 --- /dev/null +++ b/docs/release_notes/issue1184-readme-fixes.md @@ -0,0 +1,3 @@ +### Patch Updates + +- Fixed link to gist download in the README. Issue [#1184](https://github.com/semanticarts/gist/issues/1184).