forked from microsoft/workshop-library
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
58 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,23 @@ | ||
## Workshop Instructional Materials | ||
|
||
Welcome to the workshop-o-matic, built by Cloud Advocates in partnership with Microsoft Student Ambassadors. In this repo, you'll find files to help you host your own workshop using content from this library. | ||
|
||
> Use the enclosed [Cheat Sheet](./cheat-sheet.md) to organize your workshop delivery | ||
## Prepared workshops | ||
|
||
Workshops that are ready to be used | ||
|
||
| **Workshop Title** | **Author(s)** | **Duration** | **Link** | | ||
| ------------------------------- | ----------- | ------------ | -------------------------------------- | | ||
Build a Machine Learning Model |Christopher Harrison | 1 hour | [Custom Vision Workshop](./custom-vision-workshop) | ||
|
||
--- | ||
|
||
## Slides and courses on how to teach and mentor effectively | ||
|
||
[Slides on how to mentor](https://github.com/FrontEndFoxes/art/blob/main/frontend-foxes-mentor-training.pdf) from Front-End Foxes School | ||
|
||
[LinkedIn Learning Course](https://www.linkedin.com/learning/teaching-techniques-developing-curriculum/welcome?autoAdvance=true&autoSkip=false&autoplay=true&resume=true&u=3322) on how to develop curriculum | ||
|
||
[LinkedIn Learning Course](https://www.linkedin.com/learning/presenting-technical-information-with-stories/storytelling-for-technical-presentations?autoAdvance=true&autoSkip=false&autoplay=true&resume=true&u=3322) on how to present technical topics with stories |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Workshop Cheat Sheet | ||
|
||
Here are the steps to take to host a workshop: | ||
|
||
## Planning phase | ||
|
||
1. Clone this repo and select the workshop that you will present. If you would like to translate and/or localize an existing workshop, please feel free to do so, and PR your changes, preserved in the /translations folder, back to this library for review. | ||
|
||
## Logistics phase | ||
|
||
1. Invite your students to the workshop held on Teams, optionally using text from your [workshop designer](../template/workshop-designer.md) file to explain expected student takeaways. You can use [this template](https://www.canva.com/design/DAEuDXXR9us/EdQZLkVpknPAzSRD4fSxyw/view?utm_content=DAEuDXXR9us&utm_campaign=designshare&utm_medium=link&utm_source=sharebutton&mode=preview) to design a poster about your session. There are also posters and marketing materials on Teams in the Student Ambassador tenant for use to promote your workshop. | ||
1. Gather a group of mentors and assign them groups of students if you will be teaching a large group. Meet with the mentors prior to the workshop, and walk through the suggested [mentor training](https://github.com/FrontEndFoxes/art/blob/main/frontend-foxes-mentor-training.pdf) | ||
|
||
## Delivery phase | ||
|
||
1. Hold the workshop on Teams, **keeping count of attendees**. | ||
1. Start with slides, giving a presentation to introduce yourself and explain what students will discover. | ||
1. After the presentation, walk through the workshop's root README files, explaining the milestones. | ||
|
||
## Feedback phase | ||
|
||
1. Ask students in the workshop to fill out [this survey](https://forms.office.com/r/MdhJWMZthR), linked at the bottom of the workshop page. | ||
1. Fill in a [survey to catalogue your own experiences](https://forms.office.com/r/thfwmD0USG) as a workshop instructor using this form. We are eager to hear any feedback about the workshop, including your experience as a teacher, your mentors' experiences, and any suggestions from any participant on to improve the workshop. | ||
1. Log your activity via the MLSA program tools. | ||
|
||
Have fun! and Thank you! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
In this folder, you can find translations of existing workshops in their appropriately-named folders. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Placeholder for Spanish translations |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
## Use this template to add a workshop to this repo. Add the following items: | ||
|
||
- [ ] Your workshop design document, filled in with some details about your proposed workshop including its title and the three stages in the designer delineated. | ||
|
||
- [ ] A README.md file that describes the steps of the workshop. You can include a video explanation as an embed. | ||
|
||
- [ ] Powerpoint Slides for the workshop. | ||
|
||
- [ ] The workshop's solution in the `/solution` folder. | ||
|
||
A reviewer will be assigned to the workshop and will be work with you to shape it for production. Thank you for your contribution! | ||
|