#ksdesc: The repository for KnowledgeSpace entity articles
All articles are written using markdown. For a handy markdown primer please see this excellent guide. Folders are CURIE prefixes, and CURIE fragments are filenames less the file extension. The each entry corrisponds to an entity identifier in KnowledgeSpace.
#Contributing If you would like to contribute to an article, please fork and submit a pull request. The simplest way to accomplish this using github is as follows.
For an existing file:
- Click the
edit (pencil) button
on the upper right hand of a file. - Modify the file.
- Write a commit title and message.
- Submit a pull request.
For a new file:
- Determine the identifer that you want to create an entry for.
- Click the
new file
button at the top of the repository. - Type into the
Name your file
box the CURIE prefix of the identifier followed by the suffix (e.g.MBA/549.md
). - Write your contribution.
- Write a commit title and message.
- Submit a pull request.