Skip to content

Commit

Permalink
Update README and the welcome page
Browse files Browse the repository at this point in the history
  • Loading branch information
undeMalum committed Jan 11, 2024
1 parent 7a4d977 commit 33b5e0f
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 11 deletions.
19 changes: 10 additions & 9 deletions README.md
@@ -1,21 +1,22 @@
# Computer Science Resource Center
This resource center was initially meant to enhance the communication between the computer science teacher and students at [Gaudium et Studium](https://www.liceum.eduges.pl). However, it has become a general platform that gathers useful resources for studying [Computer Science in IBDP](https://www.ibo.org/programmes/diploma-programme/curriculum/sciences/computer-science/).
The Resource Center was initially meant to enhance communication between the computer science teacher and students at [Gaudium et Studium](https://www.liceum.eduges.pl). However, it has evolved into a general platform that gathers useful resources for studying [Computer Science in IBDP](https://www.ibo.org/programmes/diploma-programme/curriculum/sciences/computer-science/).

![Website](readme.png)

## How to use
The website is divided into four sections:
- General information: here you'll find the latest news concerning CS IBDP course as well as grade boundaries
- Resources: by far the most useful for newcomers who can find different types of resources fro CS IBDP course
- Internal Assessemnt: deadlines for GES school and grade boundaries
- External Assessment: detailed description of external components of CS IBDP course
The website is divided into five sections:

1. `General Information`: Here, you'll find the latest news concerning the CS IBDP course, as well as grade boundaries.
2. `Resources`: This section is the most useful for newcomers who can find different types of resources for the CS IBDP course.
3. `Internal Assessment`: This includes examples of Internal Assessment and grade boundaries.
4. `External Assessment`: This section provides a detailed description of the external components of the CS IBDP course.
5. `Extended Essay`: This section serves as a guide to the intricacies of the Extended Essay in Computer Science.

## Tools
- [Hugo](https://gohugo.io) - a well-known static website generator (for version requirements see the [Requirements](https://github.com/alex-shpak/hugo-book#requirements) sections of the theme)
- [Hugo Book Theme](https://github.com/alex-shpak/hugo-book) - a simple plain book theme

## Contribute
If you would like to contribute, just fork this repository, make some changes, and open pull request.
Any contributions are welcomed!
If you would like to contribute, simply fork this repository, make some changes, and open a pull request. Any contributions are welcome!

However, if you need some help with contributing (for instance, you're a beginner), I wrote an article explaining step-by-step how to do so. You can find it on [IBlieve blog](https://iblieve.org/elevating-ib-computer-science-a-resource-center-guide/). The article assumes you have some basic knowledge about git, Github, and VSCode, but if you don't (which I highly doubt since you're reading this), I also wrote two supplementary articles on my [personal blog](https://undemalum.github.io/portfolio/about/) for you to catch up ([here](https://undemalum.github.io/portfolio/posts/resource-center-environment-preparation/) and [here](https://undemalum.github.io/portfolio/posts/resource-center-publishing-changes/)).
However, if you need help with contributing, especially if you're a beginner, I've written an article that explains the process step-by-step. You can find it on the [IBlieve blog](https://iblieve.org/elevating-ib-computer-science-a-resource-center-guide/). The article assumes you have some basic knowledge about Git, GitHub, and VSCode, but if you don't (which I highly doubt since you're reading this), I also wrote two supplementary articles on my [personal blog](https://undemalum.github.io/portfolio/about/) for you to catch up ([here](https://undemalum.github.io/portfolio/posts/resource-center-environment-preparation/) and [here](https://undemalum.github.io/portfolio/posts/resource-center-publishing-changes/)).
14 changes: 13 additions & 1 deletion content/_index.md
Expand Up @@ -4,4 +4,16 @@ Title: Home

# Hello, world

This is a resource center for IB Computer Science. Feel free to [contribute](https://github.com/bprzybylski/IB-CS-GeS)!
Welcome to the Resource Center! Here, you can find everything an IBDP Computer Science student may need.

The website is divided into five sections:

1. **General Information**: Here, you'll find the latest news concerning the CS IBDP course, as well as grade boundaries.
2. **Resources**: This section is the most useful for newcomers who can find different types of resources for the CS IBDP course.
3. **Internal Assessment**: This includes examples of Internal Assessment and grade boundaries.
4. **External Assessment**: This section provides a detailed description of the external components of the CS IBDP course.
5. **Extended Essay**: This section serves as a guide to the intricacies of the Extended Essay in Computer Science.

You're sure to find something interesting for you!

Also, if you're interested, feel free to [contribute](https://github.com/bprzybylski/IB-CS-GeS)!
2 changes: 1 addition & 1 deletion content/extended-essay/examples/_index.md
Expand Up @@ -5,5 +5,5 @@ weight: 3

# Extended Essay examples
{{< hint warning >}}
The examples of Extended Essays in Computer Science are available on the [CS EE World](https://cseeworld.wixsite.com/home) website, along with the grade and sometimes contact info of the author. This resource can be extremely helpful to provide you with an idea of what defines a moderate, good, and excellent essay.
The examples of Extended Essays in Computer Science are available on the [CS EE World](https://cseeworld.wixsite.com/home) website, along with the grade and sometimes contact info to the author. This resource can be extremely helpful to provide you with an idea of what defines a moderate, good, and excellent essay.
{{< /hint >}}
Binary file modified readme.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 33b5e0f

Please sign in to comment.