You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-9Lines changed: 13 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,11 @@ You can also contribute to gist by adding your comments to [issue discussion thr
10
10
11
11
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.
12
12
13
-
[Download the latest version of gist](https://w3id.org/semanticarts/ontology/gistCore).
13
+
To get gist:
14
+
15
+
- 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).
16
+
- Import into Protégé with the link: <https://w3id.org/semanticarts/ontology/gistCore>.
17
+
- Clone or download gist from the [GitHub repository](https://github.com/semanticarts/gist/).
14
18
15
19
For more information on gist and to download previous versions, see the [Semantic Arts website](https://www.semanticarts.com/gist).
16
20
@@ -31,14 +35,14 @@ We provide a number of resources for learning more about gist.
31
35
32
36
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.
33
37
34
-
***gist Constellations (eBook)**
35
-
* The organization of the eBook is based around the idea of 'constellations' of classes and predicates that deal with related concepts.
36
-
* epub and mobi formats
37
-
***gist Constellations (visualizations)**
38
-
* 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.
- The organization of the eBook is based around the idea of 'constellations' of classes and predicates that deal with related concepts.
40
+
- epub and mobi formats
41
+
-**gist Constellations (visualizations)**
42
+
- 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.
***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).
44
-
* The [Semantic Arts gist web page](https://www.semanticarts.com/gist/).
47
+
-**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).
48
+
- The [Semantic Arts gist web page](https://www.semanticarts.com/gist/).
Copy file name to clipboardExpand all lines: docs/Contributing.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,7 +129,6 @@ Some developers like to create a PR before work is completed. Follow the steps a
129
129
- 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.
130
130
- Example: "Correct cardinality restriction on class gist:Room. Closes #98."
131
131
- 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:
0 commit comments