Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the CTI links #94

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 13 additions & 8 deletions content/cti/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ showZenMode: false
showPagination: false
showRelatedContent: false
---

<br>
<center>
{{< button href="https://downloads.gcentral.org/vm/20231021_OpenSUSE_CTIBase.ova" >}}
{{< button href="https://downloads.gcentral.org/vm/20240327_Lubuntu_CTIBase.ova" >}}
Download the Community Training Image (CTI)
{{< /button >}}
<br>
Expand All @@ -24,25 +25,29 @@ Download the Community Training Image (CTI)
</center>

## Getting Started with the CTI
1. [Download the CTI VM](https://downloads.gcentral.org/vm/20231021_OpenSUSE_CTIBase.ova) (~ 8 GB download).
2. Download the setup and getting started instructions in either [PDF](https://downloads.gcentral.org/Tutor%20Instructions%20Course%201%20-%20v0.1.0.pdf) or [ODT](https://downloads.gcentral.org/Tutor%20Instructions%20Course%201%20-%20v0.1.0.odt) format.

1. [Download the CTI VM](https://downloads.gcentral.org/vm/20240327_Lubuntu_CTIBase.ova) (~ 4.8 GB download).
2. Download the setup and getting started instructions in either [PDF](https://downloads.gcentral.org/Tutor%20Instructions%20Course%201%20-%20v0.1.0.pdf) or [ODT](https://downloads.gcentral.org/Tutor%20Instructions%20Course%201%20-%20v0.1.0.odt) format.
JayKayAce marked this conversation as resolved.
Show resolved Hide resolved

## Learning LabVIEW
The LabVIEW community has a rich and vibrant ecosystem. Visit the Community Resources Page to learn more about the resources at your disposal such as

- The LabVIEW Wiki: the community's online wiki
- VIPM.IO: find and download community code
The LabVIEW community has a rich and vibrant ecosystem. Visit the Community Resources Page to learn more about the resources at your disposal such as

- The LabVIEW Wiki: the community's online wiki
- VIPM.IO: find and download community code

Much more on the [Community Hub Page]({{< ref categories >}}) so be sure to visit it.
Much more on the [Community Hub Page]({{< ref categories >}}) so be sure to visit it.

## Help Keep the CTI Available

{{< alert >}}Help ensure the CTI is always available by <a href="../howtosponsor">supporting GCentral</a> today!{{< /alert >}}

GCentral's [mission]({{< ref visionandmission >}}) is to enable the LabVIEW community to make the best version of itself by removing barriers to collaboration. GCentral is honored to work with [Steve Watts](https://www.linkedin.com/in/swatzy/) and [Derrick Bommarito](https://www.linkedin.com/in/dabommarito/) to deliver the CTI to you. The CTI is a manifestation of their passion and dedication to bringing LabVIEW to the world!

GCentral is honored to host the files, but needs your help. If you have benefited from the CTI and/or want to make sure it remains available for others to download please [contribute to GCentral today]({{< ref howtodonate >}}).

{{< personcard image="SteveWatts.png" side="left" name="Steve Watts" linkedinname="swatzy" >}}

<p>Steve has been writing industrial software since 1984, LabVIEW since 1996. His company SSDC Ltd has been providing systems on a fixed price basis since 2000 and has hundreds of projects on it's books. Steve is now also providing mentorship with his colleagues at DSH Workshops (Fabiola, Jörg and Brian).</p>

<p>Steve co-authored "A Software Engineering Approach to LabVIEW" with Jon Conway in 2003.</p>
Expand All @@ -51,4 +56,4 @@ GCentral is honored to host the files, but needs your help. If you have benefite
{{< /personcard >}}
{{< personcard image="DerrickBommarito.jpg" side="left" name="Derrick Bommarito" linkedinname="dabommarito" >}}
<p>Derrick Bommarito enjoys experimenting with all the LabVIEW features that DNatt advises against, which he hopes characterizes him as chaotic good. He particularly enjoys creating tooling for developers, exploring the more obscure aspects of LabVIEW such as Channels, XNodes, and VIMs, and generating bug reports as a result of his investigations. Derrick also finds pleasure in experimenting with architecture and API design within the LabVIEW environment. His many hobbies include breaking LabVIEW and tinkering with too many side projects; from the web, to robotics, to gardening, to baking.</p>
{{< /personcard >}}
{{< /personcard >}}
2 changes: 1 addition & 1 deletion layouts/_default/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ <h1 class="mt-5 text-4xl font-extrabold text-neutral-900 dark:text-neutral">{{ .

<section class="space-y-2 w-full">
<div class="flex md:flex w-full mx-auto justify-center align-center text-xl">
<div class="align-center self-center">Blog posts are arranged with the most resent first. <a class="text-primary-600 dark:text-primary-400 hover:underline hover:underline-offset-2" href="../../forgotsomething" >Are We Missing Something? Please, let us know.</a></div>
<div class="align-center self-center">Blog posts are arranged with the most recent first. <a class="text-primary-600 dark:text-primary-400 hover:underline hover:underline-offset-2" href="../../forgotsomething" >Are We Missing Something? Please, let us know.</a></div>
</div>
{{ range (.Paginate (.Pages.GroupByDate "2006")).PageGroups }}
{{ if $groupByYear }}
Expand Down