Visualization Laboratory Wiki
Docs» training:ds:2025:introtogit

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
training:ds:2025:introtogit [2025/01/09 07:59] – created Didier Barradas Bautistatraining:ds:2025:introtogit [2025/04/13 11:47] (current) – Didier Barradas Bautista
Line 3: Line 3:
 <WRAP group> <WRAP quarter column> <WRAP center round box 110%> {{:icon:twbs:link:w-25:h-auto:calendar3.svg?nolink&}} <tab1> <fs:26px>** Date**</fs> <WRAP group> <WRAP quarter column> <WRAP center round box 110%> {{:icon:twbs:link:w-25:h-auto:calendar3.svg?nolink&}} <tab1> <fs:26px>** Date**</fs>
  
-  * TBD+  * 13 April, 2025
   * 9:00 am - 1:00 pm   * 9:00 am - 1:00 pm
  
Line 21: Line 21:
 <WRAP center round box 110%> {{:icon:twbs:link:w-25:h-auto:globe.svg?nolink&}} <tab1> <fs:26px>** Organizer**</fs> <WRAP center round box 110%> {{:icon:twbs:link:w-25:h-auto:globe.svg?nolink&}} <tab1> <fs:26px>** Organizer**</fs>
  
-{{:icon:twbs:link:w-25:h-auto:person.svg?nolink&}} Didier Barradas Bautista \\ {{:icon:twbs:link:w-25:h-auto:headset-vr.svg?nolink&}} Visualization Core Laboratory \\ {{:icon:twbs:link:w-25:h-auto:envelope-at.svg?nolink&}} didier.barradasbautista@kaust.edu.sa </WRAP> </WRAP>+{{:icon:twbs:link:w-25:h-auto:person.svg?nolink&}} Didier Barradas Bautista \\  
 +{{:icon:twbs:link:w-25:h-auto:headset-vr.svg?nolink&}} Visualization Core Laboratory \\  
 +{{:icon:twbs:link:w-25:h-auto:envelope-at.svg?nolink&}} didier.barradasbautista@kaust.edu.sa  
 + 
 +/* 
 +{{:icon:twbs:link:w-25:h-auto:person.svg?nolink&}}   Tiziana Ricciardell \\  
 +{{:icon:twbs:link:w-25:h-auto:book.svg?nolink&}}  KCC \\  
 +{{:icon:twbs:link:w-25:h-auto:envelope-at.svg?nolink&}} tiziana.ricciardelli@kaust.edu.sa 
 +*/ 
 + 
 +</WRAP> </WRAP>
  
 <WRAP quarter column> <WRAP center round box 100%>{{:icon:twbs:link:w-25:h-auto:person-add.svg?nolink&}} <tab1> <fs:26px>** Register**</fs> <WRAP quarter column> <WRAP center round box 100%>{{:icon:twbs:link:w-25:h-auto:person-add.svg?nolink&}} <tab1> <fs:26px>** Register**</fs>
  
-<wrap em button> [[https://kaustforms.formstack.com/forms/shell_24  |Register Here]] </wrap> \\+<wrap em button> [[ https://kaustforms.formstack.com/forms/git_spring_25  |Register Here]] </wrap> \\
 <wrap indent></wrap> \\ <wrap indent></wrap> \\
 <wrap indent></wrap> \\ <wrap indent></wrap> \\
Line 32: Line 42:
  
 <WRAP group> <WRAP third column> <WRAP group> <WRAP third column>
-{{training:ds:2024:data-science-minimal.jpeg}}+{{training:ds:2024:git-logo-black.svg}}
 /* /*
 {{  wiki:highlights:2023:cpv-cop.png?direct&  }} {{  wiki:highlights:2023:cpv-cop.png?direct&  }}
Line 40: Line 50:
  <fs:26px>** Workshop Materials**</fs>  <fs:26px>** Workshop Materials**</fs>
  
-  * Slides: [[ | Here]]+  * Slides: [[ https://kaust-my.sharepoint.com/:p:/g/personal/barradd_kaust_edu_sa/EbbWFvoOgpdGpSe9EES81JABGigqvE_LQlVyx9ihEfRqiQ?e=Rf3JUy | Here]]
  /* * Livestream: [[https://youtube.com/live/pItPPE8hBDs?feature=share | watch recording]] */  /* * Livestream: [[https://youtube.com/live/pItPPE8hBDs?feature=share | watch recording]] */
-  * Etherpath:[[]|here]]+  * Etherpath:[[https://pad.carpentries.org/2024-09-26-kaust-vislab]|here]]
  
  
Line 53: Line 63:
  
   * Here is the material we will follow :[[https://swcarpentry.github.io/git-novice/| Git novice]].   * Here is the material we will follow :[[https://swcarpentry.github.io/git-novice/| Git novice]].
-  * Local Setup : [[https://kaust-vislab.github.io/2024-09-26-kaust-vislab/#setup]|Here]]. +  * Local Setup : [[https://kaust-vislab.github.io/2024-09-26-kaust-vislab/#git-1]|Here]]. 
-  * Public Binder : [[https://github.com/kaust-vislab/kvl-binder-serv-public|here]]+  * Public Binder : [[https://github.com/kaust-vislab/introduction-to-data-science-workshop|here]]
   * **KAUSTians you will be able to use:**   * **KAUSTians you will be able to use:**
   * The [[https://classhub.kaust.edu.sa/course/binder-ws/| Classhub]], please create a [[https://github.com/ |GitHub ]] account in order to use it   * The [[https://classhub.kaust.edu.sa/course/binder-ws/| Classhub]], please create a [[https://github.com/ |GitHub ]] account in order to use it
Line 69: Line 79:
 ===== Overview ===== ===== Overview =====
  
-Version control is a very important tool to master. M+Version control is essential to managing projects or keeping track of document changes and evolutions. Git is a distributed version control system that helps developers track changes in their code over time. It allows multiple people to work on the same project simultaneously without overwriting each other's work. Version control, in general, is a system that records changes to a file or set of files so that you can recall specific versions later. This is crucial for collaboration, as it enables teams to manage and merge different contributions efficiently, maintain a history of changes, and revert to previous versions if needed. Git is widely used because of its speed, efficiency, and robust branching and merging capabilities.
  
 This hands-on lesson is part of the Introduction to Data Science Workshop Series offered by KVL as part of our ongoing efforts to build core data science skills capacity both at KAUST and within the Kingdom of Saudi Arabia (KSA). This hands-on lesson is part of the Introduction to Data Science Workshop Series offered by KVL as part of our ongoing efforts to build core data science skills capacity both at KAUST and within the Kingdom of Saudi Arabia (KSA).
Line 89: Line 99:
  
 ^Time  ^Topic| ^Time  ^Topic|
-^09:00 |Navigating files and directories   | +^09:00 | Creating a repository | 
-^09:30 |Working with files and directories | +^09:30 | Core commands | 
-^10:00 |Pipes and filters                  | +^10:00 | Keep tracking of the changes | 
-^11:00 |Loops                              | +^11:00 | Remotes in GitHub| 
-^12:00 |Shell scripting                    |+^12:00 | Interactive tools |
  
 </WRAP> </WRAP> </WRAP> </WRAP>

Site Tools

  • Media Manager

Page Tools

  • Show page
  • Old revisions
  • Backlinks
  • Back to top

User Tools

  • Log In
training/ds/2025/introtogit.1736409561.txt.gz · Last modified: 2025/01/09 07:59 by Didier Barradas Bautista
Visualization Laboratory Wiki

Table of Contents

Welcome to the KVL

  • Home
  • Training Events
  • Facilities
  • Highlights

KVL Documentation

  • Frequently Asked Questions
  • Visualization Tools User Guides
  • AR & VR Tools User Guides
  • Data Science Tools User Guides
  • Facility User Guides