Skip to content

Define next iteration of training content #649

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

Merged
merged 39 commits into from
Feb 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
ac8da2c
Rough in some topics
nrichers Feb 4, 2025
d25e5fb
WIP content noodling
nrichers Feb 4, 2025
b29aca2
Fix merge conflict
nrichers Feb 4, 2025
eb290c3
Content rework
nrichers Feb 4, 2025
5ea7ce3
Content edits
nrichers Feb 4, 2025
33f5a3b
Add mapping from questions to courses
nrichers Feb 4, 2025
27b9dca
Content edits
nrichers Feb 5, 2025
9471e9b
Updated content, move videos
nrichers Feb 5, 2025
e7e4312
Update learning paths
nrichers Feb 6, 2025
b013eaa
Merge branch 'main' of github.com:validmind/documentation into nriche…
nrichers Feb 6, 2025
86ef42d
Update learning paths
nrichers Feb 6, 2025
28849e4
Expand learning paths
nrichers Feb 6, 2025
2a1b4dd
Update learning paths, FAQ
nrichers Feb 6, 2025
126a1b3
Edits
nrichers Feb 6, 2025
8d531d7
Update course content
nrichers Feb 6, 2025
be956da
Update FAQ
nrichers Feb 6, 2025
ed27f57
Fix margin callout, shorten sample training plan
nrichers Feb 6, 2025
3e1cef9
Minor edits
nrichers Feb 6, 2025
3214fee
Add docs links to FAQ
nrichers Feb 10, 2025
a53cf8e
Update FAQ and learning paths
nrichers Feb 11, 2025
1874956
Training FAQ updates
nrichers Feb 11, 2025
bec401d
Clean up temporary CSS, add small button CSS
nrichers Feb 11, 2025
483951e
Hide .attn sections to be able to publish the page
nrichers Feb 11, 2025
1c2d88c
Update FAQ page formatting, add Pandas link
nrichers Feb 11, 2025
05c3eaa
Add some FAQ-elements
nrichers Feb 11, 2025
9a26337
Best offer for formatting an shenanigans
nrichers Feb 11, 2025
f7087f5
Hide more working notes stuff, add .attn to learning path course cards
nrichers Feb 11, 2025
7c4f44e
More learning paths formatting improvements
nrichers Feb 11, 2025
939e202
Simplify language and remove old file
nrichers Feb 11, 2025
3b7c627
Add callouts to learning paths
nrichers Feb 11, 2025
3913a9b
Modifying some style stuff
validbeck Feb 12, 2025
0eb328d
Redoing buttons for readability
validbeck Feb 12, 2025
2481f73
Quick tweak to sidebar
validbeck Feb 12, 2025
f2bab4f
Overview rename & cleanup
validbeck Feb 12, 2025
154b126
Reverting sidebar & toc for rest of site
validbeck Feb 12, 2025
ea132dc
Update site/training/program/sample-training-plan.qmd
nrichers Feb 13, 2025
7656ed2
Training sidebar tweaks
nrichers Feb 13, 2025
92fe438
Remove extra newline and commented out line
nrichers Feb 13, 2025
d0a9e66
Improve 'coming soon' text
nrichers Feb 13, 2025
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
3 changes: 3 additions & 0 deletions site/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ project:
type: website
post-render: make python-docs

metadata-files:
- training/_sidebar.yaml

website:
announcement:
content: "[**{{< fa book-open-reader >}} EU AI Act Compliance**](https://validmind.com/download-whitepaper-the-eu-ai-act/) — Read our original regulation brief on how the EU AI Act aims to balance innovation with safety and accountability, setting standards for responsible AI use"
Expand Down
21 changes: 0 additions & 21 deletions site/guide/guides.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -145,34 +145,13 @@ Then, work with documentation and customizable templates, and collaborate with m
:::{#guides-model-documentation}
:::

::: {.grid}
::: {.g-col-8}
{{< video https://www.youtube.com/embed/videoseries?si=aP7yLOGO60h4vi8C&amp;list=PL7I7ZrCoVCCP876aLRCjitZqYif96Whlz title='Developer Fundamentals' >}}

::: {.video-cap .tc}
(10 videos)
:::

:::
:::

## Model validation

Set up validation guidelines and prepare validation reports, work with findings and evidence, and collaborate with model developers within the {{< var vm.platform >}}:

:::{#guides-model-validation}
:::

::: {.grid}
::: {.g-col-8}
{{< video https://www.youtube.com/embed/videoseries?si=JfBNClmsZYLS7m9F&amp;list=PL7I7ZrCoVCCObEiuLLAL0Wm9GQ6x5U0q5 title='Validating Models 101' >}}

::: {.video-cap .tc}
(5 videos)
:::

:::
:::

Review reports or export your documentation for external records:

Expand Down
70 changes: 67 additions & 3 deletions site/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,14 @@ pre, pre.python, pre.bash, pre.yaml, pre.markdown {
font-size: larger;
}

.smallercaps {
font-weight: bold;
font-size: smaller;
font-variant: small-caps;
position: relative;
top: -5px;
}

input[type="checkbox"] {
width: 1em;
height: 1rem;
Expand Down Expand Up @@ -299,6 +307,45 @@ input[type="checkbox"][checked] {
color: #083E44;
}

.attn-yellow {
margin-top: 20px;
margin-bottom: 40px;
border: 2px solid #083E44;
border-left-width: 0px;
border-right-width: 0px;
padding-top: 20px;
padding-bottom: 20px;
padding-left: 30px;
padding-right: 40px;
background-color: rgb(250, 245, 145);
}

.attn-orange {
margin-top: 20px;
margin-bottom: 40px;
border: 2px solid #083E44;
border-left-width: 0px;
border-right-width: 0px;
padding-top: 20px;
padding-bottom: 20px;
padding-left: 30px;
padding-right: 40px;
background-color: rgb(252, 169, 110);
}

.attn-red {
margin-top: 20px;
margin-bottom: 40px;
border: 2px solid #083E44;
border-left-width: 0px;
border-right-width: 0px;
padding-top: 20px;
padding-bottom: 20px;
padding-left: 30px;
padding-right: 40px;
background-color: rgb(255, 109, 109);
}

.highlights {
margin-top: 20px;
margin-bottom: 40px;
Expand Down Expand Up @@ -434,6 +481,26 @@ figcaption {
border: 1px solid #083E44;
}

.button-small {
/* font-size: 0.6em; */
font-variant: small-caps;
color: #083E44;
background-color: #B5B5B510;
border: 1px solid #083E44;
/* font-weight: bold; */
border-radius: 3px;
padding: 2px 5px;
vertical-align: middle;
line-height: 35px;
}

.button-small:hover {
color: #083E44;
text-decoration: none;
background-color: #EAF8FA;
border: 1px solid #083E44;
}

.cta {
text-decoration: none;
padding-left: 1rem;
Expand Down Expand Up @@ -597,10 +664,7 @@ hr.sidebar-divider.hi {

nav#TOC {
padding: 13px;
background-color: white;
border: 1px solid #bdc1c4;
/* border-bottom: 2px solid #196972;
border-right: 2px solid #196972; */
border-radius: 3px;
background-color: #FAFBFB;
}
Expand Down
2 changes: 1 addition & 1 deletion site/training/_metadata.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
format:
html:
page-layout: full
css: assets/training.css
css: assets/training.css
14 changes: 14 additions & 0 deletions site/training/_sidebar.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
website:
sidebar:
- id: validmind-training
title: "ValidMind Training"
collapsed: false
collapse-level: 2
contents:
- text: "<i class='fa-solid fa-house'></i>&ensp;Training"
file: "training/training.qmd"
- text: "---"
- training/program/program-overview.qmd
- training/program/learning-paths.qmd
- training/program/sample-training-plan.qmd
- training/program/training-faq.qmd
14 changes: 13 additions & 1 deletion site/training/assets/training.css
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,16 @@ div.callout.callout {
text-decoration: none;
}

#quarto-sidebar.sidebar {
background-color: #FFFFFF !important;
}

.sidebar-header .sidebar-title a {
text-decoration: none;
/* color: #DE257E; */
}

.sidebar.sidebar-navigation:not(.rollup) {
border-right: none !important;
}

.quarto-listing-default .no-anchor.listing-title a {
Expand All @@ -104,6 +111,11 @@ div.callout.callout {
background-color: #FAFBFB !important;
}

nav#TOC {
border: 1px solid #FFFFFF !important;
background-color: #FFFFFF !important;
}

nav#TOC ul > li > a.nav-link {
color: #3E6C69 !important;
text-decoration: none;
Expand Down
Loading
Loading