-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* docs: mpre pr feedback Updates to wK Docs (#5995) restored some sections in sharing docs added context-menu hint to shortcuts more pr feedback Connectome Tab (#5894) Fix duplicating annotations via toggling show archived annotations button and fix downsample modal rendering errors (#6058)
- Loading branch information
Showing
73 changed files
with
3,276 additions
and
329 deletions.
There are no files selected for viewing
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
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
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
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 |
---|---|---|
|
@@ -17,18 +17,21 @@ In many ways, the sharing by web link works similarly to products like Google Dr | |
|
||
webKnossos sharing is tightly integrated with user permissions and access rights. See the sections [on dataset management](./datasets.md#general) and [user administration](./users.md) for more info. | ||
|
||
## Sharing | ||
As mentioned earlier, any webKnossos resource can be shared as a normal web URL. The easiest way to obtain this sharing link is by clicking the `Share` button in the toolbar at the top of the screen next to the position/coordinate section (*Share icon*). | ||
## Dataset Sharing | ||
|
||
For more control, you can bring up the detailed sharing dialog. The sharing dialog is accessible from the menu next to the Save button at the top of the screen under `Share`. The sharing menu includes fine-grained options for internal and outside sharing, explained in more detail below: | ||
Dataset sharing allows outside users to view your datasets and segmentation layers within webKnossos. | ||
Shared resources can be accessed through a direct URL or can be featured. | ||
[Please contact us](mailto:[email protected]) to feature your dataset on https://webknossos.org. | ||
|
||
1. `Private`: Only you and your team manager have access to the annotation. | ||
2. `Internal`: All members of your organization have access to the annotation. | ||
3. `Public`: Everybody with access to the link, regardless their login status, can access this annotation. | ||
4. (`Team Sharing`: Share this annotation with other organization members on the dashboard in the `Shared Annotations` tab) | ||
The easiest way to obtain this sharing link is by clicking the `Share` button in the toolbar at the top of the screen next to the position/coordinate section (*Share icon*). | ||
The the sharing link also encodes additional information, such as your current camera position/rotation, zoom level, any layers that are turned on/off, the selected node, etc ([Details below](#sharing_link_format). In other words, a sharing link typically captures your current webKnossos state so that any recipient can take off from the same situation. | ||
|
||
In any case, the sharing link also encodes additional information, such as your current camera position/rotation, zoom level, any layers that are turned on/off, the selected node, etc ([Details below](#sharing_link_format). In other words, a sharing link typically captures your current webKnossos state so that any recipient can take off from the same situation. | ||
Sharing a dataset is useful for multiple scenarios: | ||
- You recorded a novel microscopy dataset and want to include links to it in your paper or for reviewers. Use wklink.org to shorten these URLs, e.g. https://wklink.org/5386 ([contact us](mailto:[email protected])) to create these shortlinks. | ||
- You created an interesting, highly-accurate segmentation layer for an existing dataset and want to share it for your publication. | ||
- You have worked and published several datasets over the years and want to have a single gallery for all your public datasets. | ||
|
||
webKnossos shares datasets publicly (everyone can view them without any login) or privately (a login or special URLs are required to view the link). | ||
|
||
### Private and Internal Sharing | ||
A privately shared dataset can only be accessed from outside users using the correct URL. | ||
|
@@ -55,8 +58,6 @@ To revoke a sharing link in the future, click the `Revoke` button to the right-h | |
Public sharing provides access to your dataset to the general public. | ||
Anyone can access the shared dataset and view it on your webKnossos instance without the need for an account. | ||
|
||
![The Dataset Gallery view provides a public showcase of all your published datasets. No webKnossos account is required to view these.](images/spotlight.png) | ||
|
||
Public datasets provide an easy and convenient way of sharing your data with outside users after you have successfully published them. | ||
Outside users can explore your data from the comfort of their browser without needing to sign up for an account. | ||
|
||
|
@@ -166,6 +167,10 @@ The information is JSON-encoded in the URL fragment and has the following format | |
mappingType: MappingType, | ||
agglomerateIdsToImport?: Array<number>, | ||
}, | ||
connectomeInfo?: { | ||
connectomeName: string, | ||
agglomerateIdsToImport?: Array<number>, | ||
} | ||
}, | ||
}; | ||
|
||
|
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
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
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
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
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.