Changes for page 02. Community tutorials
Last modified by kluver on 2023/10/03 18:55
From version 5.1
edited by natalieroosta
on 2021/07/28 13:41
on 2021/07/28 13:41
Change comment:
There is no comment for this version
Summary
-
Page properties (3 modified, 0 added, 0 removed)
-
Attachments (0 modified, 1 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 -02. Buildup yourpersonalprofile1 +02. Community tutorials - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. natalieroosta1 +XWiki.kluver - Content
-
... ... @@ -1,52 +1,56 @@ 1 -== It is time to build up your personal profile == 1 +(% class="wikigeneratedid" id="H7videotutorialsforthemostimportantfunctionsoftheonlineEBRAINSCommunityspace:" %) 2 +7 video tutorials for the most important functions of the online EBRAINS Community space: 2 2 3 3 4 - Whenyouhave signed up as a member and loggedin, itis time foryou to start buildingyour personal profile! You simply havetofollow thesteps that you will be presented, when you access your profile.Check out the following picture, it shows you how to access your profile, and how to start building your profile.5 +=== **1: How to get started.** === 5 5 6 - [[image:Build your profilearrows.png||style="float:left"]]7 +Sign up and create your basic profile 7 7 9 +(% class="wikigeneratedid" id="H" %) 10 +**{{html}}<iframe width="560" height="315" src="https://www.youtube.com/embed/IHh3vnZBJI0?si=iX_dHcm4hqUHy1ac" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>{{/html}}** 8 8 9 9 13 +**2: How to detail your profile** 10 10 15 +Add further information to your profile to make it easier for your fellow community members to establish collaboration with you. 11 11 12 - Thenext stepistogincreatingyourprofile. Not all of thestepsaremandatory, but thefollowing underhecategory'Basicrofile'arerequiredbeforeyou canpublishyourprofileand startusingthe featuresandfunctions of EBRAINS Community Space:17 +**{{html}}<iframe width="560" height="315" src="https://www.youtube.com/embed/hqDMveKDHyo?si=RXySz5YIeeuW_Qeg" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>{{/html}}** 13 13 14 -1. First name 15 -1. Surname 16 -1. Choose a minimum one field of interest 17 17 18 - Ifyou do notwanttofill out the rest of the profile you canpress 'Publish to EBRAINS'and start usinghefeaturesandfunctions! You can alwaysaccess your profile at a later time and fill in the remaining information oredit your profile.20 +**3: How to navigate the dashboard** 19 19 22 +The dashboard presents an extract of the community space according to your interests and subcommunity memberships. 20 20 21 - Followingcontainsashortdescription about theoptionalinformation under thecategory'Basicrofile'and'Personaldetails':24 +**{{html}}<iframe width="560" height="315" src="https://www.youtube.com/embed/GdyE8WAPdb0?si=P8jhqxVWgI1FSgLd" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>{{/html}}** 22 22 23 -1. **Where are you based?** If you choose to fill in a location you will be visible on the map that you can access through 'Map' in the navigation bar. We recommend that you type in your companys or organisations address. 24 24 25 ->Quote about how nice it is, to fill out the whole profile 27 +(% class="wikigeneratedid" id="H4" %) 28 +**4: Exploring the community with the Search function** 26 26 30 +(% class="wikigeneratedid" %) 31 +Everything not available in your dashboard can be found by "Search" 27 27 33 +**{{html}}<iframe width="560" height="315" src="https://www.youtube.com/embed/rRqEp-GUOhA?si=ipFnB-mDhBvUdj6l" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>{{/html}}** 28 28 29 -=== To get the most out of the community fill in as much as possible in your profile === 30 30 31 - Besidethe mandatoryinformationyou canchooseto fill out some optional information too. This will help you togetthe most out of the potential of the EBRAINS CommunitySpace.The Community Space isan online network where youan meet like-minded people thatmight have the same or complimentaryinterests or skills.36 +**5: Join and engage in a subcommunity** 32 32 33 -The more youshare through your profile,theeasieritwill beforpotential colleborators to find you, if they are workingon, or knowsabout, a project that matches your professional andpersonal interests.38 +The subcommunities are where the real collaboration is done. 34 34 40 +**{{html}}<iframe width="560" height="315" src="https://www.youtube.com/embed/gNmq1EHe39Y?si=5IkZTaOfn6Svkzkv" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>{{/html}}** 35 35 36 -[[image:Collaboratory.Apps.Article.Code.ArticleSheet@placeholder.jpg]] 37 37 38 -Photo by David Clode 43 +(% class="wikigeneratedid" id="H-2" %) 44 +**6: How to explore events** 39 39 40 -==== Or code ==== 46 +(% class="wikigeneratedid" %) 47 +Events are any form of meetings or activities that someone invites others for. 41 41 42 - Codeblockscanbeaddedbyusingthe code macro:49 +**{{html}}<iframe width="560" height="315" src="https://www.youtube.com/embed/7we9SRKYA3w?si=H5TQV_70RNMAsM7y" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>{{/html}}** 43 43 44 -{{code language="python"}} 45 -x = 1 46 -if x == 1: 47 - # indented four spaces 48 - print("x is 1.") 49 -{{/code}} 50 50 51 -(% class="wikigeneratedid" id="HH4Won27tAppearinToC" %) 52 - 52 +**7: How to create an event** 53 + 54 +Give some life, inspiration, knowledge and experiences to your community - create an event. 55 + 56 +**{{html}}<iframe width="560" height="315" src="https://www.youtube.com/embed/9YUdJj_9TH8?si=6g6Bx1ds0IXAPxA-" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>{{/html}}**
- Extended profile.PNG
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.natalieroosta - Size
-
... ... @@ -1,0 +1,1 @@ 1 +20.6 KB - Content