-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0bd4793
commit c45c629
Showing
31 changed files
with
516 additions
and
109 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Domain Model of Synapse | ||
Here you'll find more information about how all of the models/concepts of Synapse | ||
work together and what their purpose is. | ||
|
||
## Projects | ||
Projects in Synapse are “containers” that group relevant content and people together. All data must be uploaded into a project. Projects can be private so only you can see the contents, they can be shared with your collaborators, or they can be made public so anyone on the web can view your research. | ||
|
||
Projects help you to: | ||
|
||
* **Organize your work**: With Synapse, you can organize the parts in your workflow (data, code, etc) into a hierarchy like a file system. With the tabs across the top of each project, you can easily navigate to your wikis, files and folders, SQL-based tables, and even conduct conversations using discussion forums. | ||
|
||
* **Store data, code, and results**: You can upload your data, code, and results to Synapse, or store a reference to their location in your local computer system or on the web. Everything can be stored as files hosted by Synapse, in your own external cloud storage, or using Docker containers. | ||
|
||
* **Control data access or release it publicly**: You have complete control over how users and groups can interact with your work. Work privately, openly, or somewhere in between. | ||
|
||
* **Link and share content with others**: Just as you can control the access to your work, projects can serve as a platform for linking and sharing your work with others. | ||
|
||
* **Custom, searchable annotations**: Assign any key/value pair you want. Those values become searchable and available to those granted access. | ||
|
||
* **Attach figures and documents**: Upload documents and images via the website or programmatically. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Further Reading | ||
Welcome! | ||
|
||
This is where you'll find information that gives you a deeper understanding of best practices and advanced use cases for interacting with Synapse. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# How-To Guides | ||
Welcome! | ||
|
||
In this module you'll find extensive examples of all the things you can do with the | ||
Synapse Python/Command line client. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.