Skip to content

docs(preamble): 📝 add the assumptions and "who you are" section #13

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 2 commits into from
Feb 14, 2025
Merged
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
30 changes: 21 additions & 9 deletions preamble/syllabus.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,33 @@ Objectives:

- Item 1

## Is this course for you? {#sec-is-it-for-you}
## Is this for you? {#sec-is-it-for-you}

To help manage expectations and develop the material for this course, we
make a few assumptions about *who you are* as a participant in the
course:
To help manage expectations and develop the material for this tutorial,
we make a few possible assumptions about *who you are* as a participant
in the tutorial, such as one or more of the following:

- Assumptions
- You want a gentle introduction to what GitHub is and how to use it.
- You mostly work alone or maybe irregularly with someone else on your
project.
- You write text in documents as a main activity of your work.
- You are able to and are comfortable enough with only working on files
through a web browser interface (like GitHub's interface).

While we have these assumptions to help focus the content of the course,
if you have an interest in learning R but don't fit any of the above
assumptions, *you are still welcome to attend the course*! We welcome
everyone, that is until the course capacity is reached.
if you have an interest in the tutorial but don't fit any of the
assumptions, *you are still welcome to attend*! We welcome
everyone, that is until capacity has been reached.

In addition to the assumptions, we also have a fairly focused scope for
teaching and expectations for learning. So this may also help you decide
if this course is for you.

- List of what we will teach and won't teach
- We will only interact with GitHub from the website and from a web
browser.
- We will only write *text*, there will be no code or programming
used.
- While we will write in a `.md` Markdown file, we will not write or
cover Markdown syntax.
- We will not go over too many details of Git (a software that GitHub
relies on).