Changes for page Getting Started

Last modified by chaney08 on 2023/02/22 14:39

From version 9.1
edited by chaney08
on 2022/04/28 13:51
Change comment: There is no comment for this version
To version 1.1
edited by mmorgan
on 2020/06/19 16:19
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.chaney08
1 +XWiki.mmorgan
Content
... ... @@ -2,17 +2,17 @@
2 2  
3 3  The EBRAINS Collaboratory provides scientists an online environment to identify fellow researchers, form teams, coordinate collaborations, develop live code (in Jupyter Notebooks), document methodology and results (in Wiki and Office files), store data, and publish work in a safe environment which is entirely self-hosted. Work is organized around workspaces, known as collabs, which are created for each team or project.
4 4  
5 -The EBRAINS Collaboratory opens a portal onto the full gamut of EBRAINS services, providing you with examples of how to access services and resources, and a means of applying this quickly with little effort to you research. Visit some of the highlighted collabs [[here>>doc:Collabs.the-collaboratory.Highlights.WebHome]].
5 +The EBRAINS Collaboratory opens a portal onto the full gamut of EBRAINS services, providing you with examples of how to access services and resources, and a means of applying this quickly with little effort to you research. Visit some of the highlighted collabs __here__ (coming soon).
6 6  
7 7  == Two Collaboratory versions ==
8 8  
9 -The EBRAINS Collaboratory is developed in the HBP project. A major modernization of the Collaboratory was initiated in 2019. Collaboratory 1 has been shutdown in Sep 2021; users can no longer access Collaboratory 1.
9 +The EBRAINS Collaboratory is developed in the HBP project. A major modernization of the Collaboratory was initiated in 2019. Collaboratory 1 has been deprecated and will be shutdown by Sep 2021; we will be supporting content providers in migrating their content to Collaboratory 2 until then. In the mean time, a lot of precious content can be found in Collaboratory 1.
10 10  
11 -Key collabs from Collaboratory 1 are still accessible via the [[https:~~/~~/collab.humanbrainproject.eu>>https://collab.humanbrainproject.eu]] URLs which now redirect the user to content in Collaboratory 2.
11 +Collaboratory 1 is accessible at [[https:~~/~~/collab.humanbrainproject.eu>>https://collab.humanbrainproject.eu]]
12 12  
13 13  Collaboratory 2 is accessible at [[https:~~/~~/wiki.ebrains.eu>>https://wiki.ebrains.eu]]
14 14  
15 -The new Collaboratory offers a more modern user interface and more functionality: wiki pages, collaborative edition of Office documents, running multiple Jupyter Notebooks in a common environment, simplified access to file IO from notebooks, integration of notebooks to wiki pages, version tracking on files in the Drive, storage for larger datasets, ...
15 +The new Collaboratory offers a more modern user interface and more functionality: wiki pages, collaborative edition of Office documents, running multiple Jupyter Notebooks in a common environment, simplified access to file IO from notebooks, integration of notebooks to wiki pages, version tracking on files in the Drive, ...
16 16  
17 17  == What is a collab? ==
18 18  
... ... @@ -23,6 +23,8 @@
23 23  * view and manage the members of the Team of the collab, and their respective permissions
24 24  * browse, run, and create Jupyter Notebooks in the Lab
25 25  
26 +The virtual tour of the Collaboratory is available at any time from the bottom right hand corner of any collab’s (wiki) home page.
27 +
26 26  Create your own collab today. Click the //Collabs //menu at the top of this page and then the //Create a collab// button. Choose a significant name and description with all the right keywords to help authorized people locate your collab quickly.
27 27  
28 28  The settings of the collab can be updated at any time from the wiki home page with the //Settings //button.
... ... @@ -43,10 +43,8 @@
43 43  
44 44  == Drive ==
45 45  
46 -The drive of a collab stores files for its users. The drive is perfect for files and documents that need to be worked on collaboratively, such as Office documents or Notebooks, but is not meant to be used for larger files and datasets. File sizes in the Drive have a maximum limit of 1 GB.
48 +The drive of a collab stores files for its users. All files are version controlled and can be shared via smart links with the Team members or public (read-only) links with anybody (see the __FAQ__). See the history of a specific file from its triangle icon menu: date and modifier (username) for each version.
47 47  
48 -All files are version controlled and can be shared via smart links with the Team members or public (read-only) links with anybody (see the __FAQ__). See the history of a specific file from its triangle icon menu: date and modifier (username) for each version.
49 -
50 50  The interface offers drag-and-drop functionality for easy upload of files.
51 51  
52 52  Put an end to exchanging files by email which stuff your Inbox, where you never know who has the latest version, and require manual merging. Work online collaboratively. The version control on files is also an easy way to check who edited your file and rollback to a prior version.
... ... @@ -53,10 +53,6 @@
53 53  
54 54  You can also install the [[Seadrive>>https://www.seafile.com/en/download/]] application on your computer to access the storage directly.
55 55  
56 -== Bucket ==
57 -
58 -The bucket of a collab stores larger files for its users. Although it does not offer exactly the same functionality as the Drive, it offers better and faster storage for larger files, videos and datasets. You can still access these files programmatically via Jupyter Notebooks by using the [[bucket API>>https://data-proxy.ebrains.eu/api/docs]]
59 -
60 60  == Office ==
61 61  
62 62  Accessible directly from the Drive, users can edit Office documents collaboratively online. The OnlyOffice application supports Word, PowerPoint and simple Excel modern file formats.
... ... @@ -67,9 +67,9 @@
67 67  
68 68  == Lab / Notebooks ==
69 69  
70 -The Collaboratory.lab is the place to find and run Jupyter Notebooks. Access JupyterLab from the //Lab //menu at the top of this page. You will be taken to the Lab with this collabs Drive loaded. You can now navigate around the Lab using the left hand navigation pain to all collabs you have access to (See permissions below).
66 +The Collaboratory.lab is the place to find and run Jupyter Notebooks. Access JupyterLab from the //Lab //menu at the top of this page. Double click the drive folder to find notebooks in the existing collabs, organized in 3 folders depending on Share permissions of each collab (see permissions below).
71 71  
72 -You can also link directly to a particular Notebook in the Lab from a collab by following the [[instructions as laid out in our tutorial.>>doc:Collabs.the-collaboratory.Documentation Lab.Tutorial.WebHome]]
68 +Coming soon: you will be able to reference Notebooks from within the wiki pages of your collabs for users to run the notebook or for visitors to view the notebook and its output.
73 73  
74 74  == Permissions / Team ==
75 75