Skip to content

Commit

Permalink
changes for schedule and for intro
Browse files Browse the repository at this point in the history
  • Loading branch information
D-Barradas committed Aug 18, 2024
1 parent 7bec98a commit 634fe34
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 10 deletions.
15 changes: 10 additions & 5 deletions _includes/swc/intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,23 +21,28 @@
</p>

<p>
<strong>Shell</strong>
The Unix shell has been around longer than most of its users have been alive. It has survived so
<strong>Shell</strong>
<p>The Unix shell has been around longer than most of its users have been alive. It has survived so
long because it’s a power tool that allows people to do complex things with just a few
keystrokes. More importantly, it helps them combine existing programs in new ways and automate
repetitive tasks so they aren’t typing the same things over and over again. Use of the shell is
fundamental to using a wide range of other powerful tools and computing resources with clusters
either locally at KAUST (i.e., Ibex, Nesser, Shaheen, etc) or in the cloud (GCP, AWS, Azure, etc).
</p>


<strong> Conda </strong>
Conda is an open source package and environment management system that runs on
<p> Conda is an open source package and environment management system that runs on
Windows, macOS and Linux. Conda installs, runs, and updates packages and their dependencies.
Conda easily creates, saves, loads, and switches between environments on your local computer.
While Conda was created for Python programs it can package and distribute software for any
languages such as R, Ruby, Lua, Scala, Java, JavaScript, C/ C++, FORTRAN. This lesson motivates
the use of Conda as a development tool for building and sharing project specific software
environments that facilitate reproducible (data) science workflows.
<strong> Python </strong>
Python is a versatile and powerful programming language known for its simplicity and readability. Created by Guido van Rossum and first released in 1991, Python’s design philosophy emphasizes code readability and ease of use, making it an excellent choice for beginners and experienced developers alike. It supports multiple programming paradigms, including procedural, object-oriented, and functional programming. Python’s extensive standard library and vibrant community contribute to its widespread use in web development, data analysis, artificial intelligence, scientific computing, and more. Its popularity continues to grow, driven by its ability to handle complex tasks with straightforward syntax.
</p>

<strong> Python </strong>
<p>Python is a versatile and powerful programming language known for its simplicity and readability. Created by Guido van Rossum and first released in 1991, Python’s design philosophy emphasizes code readability and ease of use, making it an excellent choice for beginners and experienced developers alike. It supports multiple programming paradigms, including procedural, object-oriented, and functional programming. Python’s extensive standard library and vibrant community contribute to its widespread use in web development, data analysis, artificial intelligence, scientific computing, and more. Its popularity continues to grow, driven by its ability to handle complex tasks with straightforward syntax.</p>
</p>


Expand Down
10 changes: 5 additions & 5 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ For a workshop please delete the following block until the next dashed-line
{% endcomment %}


<div class="alert alert-danger">
<!-- <div class="alert alert-danger">
This is the workshop template. Delete these lines and use it to
<a href="https://carpentries.github.io/workshop-template/customization/index.html">customize</a>
your own website. If you are running a self-organized workshop or have not put
Expand All @@ -52,7 +52,7 @@ set the `pilot` field to `true` in `_config.yml`.
For workshops teaching a lesson in The Carpentries Incubator,
remember to uncomment the `incubator_lesson_site`, `incubator_pre_survey`, and `incubator_post_survey`
fields in `_config.yml`
</div>
</div> -->

{% comment %}
8< ============================= until here ==================
Expand Down Expand Up @@ -416,13 +416,13 @@ of code below the Schedule `<h2>` header below with
{% endcomment %}

<h2 id="schedule">Schedule</h2>

{% if site.carpentry == "swc" %}
{% include custom-schedule.html %}
<!-- {% if site.carpentry == "swc" %}
{% include swc/schedule.html %}
{% elsif site.carpentry == "dc" %}
{% include dc/schedule.html %}
{% elsif site.carpentry == "lc" %}
{% include lc/schedule.html %}
{% include lc/schedule.html %} -->
{% elsif site.carpentry == "incubator" %}
This workshop is teaching a lesson in
<a href="https://carpentries-incubator.org/">The Carpentries Incubator</a>. Please check <a href="{{site.incubator_lesson_site}}">the lesson homepage</a> for a list of lesson sections and estimated timings.
Expand Down

0 comments on commit 634fe34

Please sign in to comment.