diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md deleted file mode 100644 index 4b34331a..00000000 --- a/.github/pull_request_template.md +++ /dev/null @@ -1,25 +0,0 @@ -## Attributes - - - -#### Length of text #### - - - -#### Difficulty to read #### - - - -#### Difficulty to understand #### - - - -#### Type of text #### - - - - -#### Type of header #### - - - diff --git a/2024-topic-candidates.md b/2024-topic-candidates.md deleted file mode 100644 index cf12375e..00000000 --- a/2024-topic-candidates.md +++ /dev/null @@ -1,25 +0,0 @@ -# Potential topics for the 2024 "101 things I learned in CS" booklet - - -## Sorted list 1, to be closed on October 10, 2024 - -For each of the following topics, a separate branch will be created -that has exactly that name. - -Once an article went through the various editing stages, and it is -selected to be part of the 2024 booklet, then the content of the -branch will be merged into the master branch and the article branch -deleted afterwards. - -``` -article-300-XYZ (suggested by Alice.A and Bob.B) -``` - - -## Sorted list 2, to be closed Nov XX, 2024 - -``` -... -``` - ---- \ No newline at end of file diff --git a/admin/article-drafts-20240926/article-0-0.md b/2024/sample_article_topic_name/article.md similarity index 100% rename from admin/article-drafts-20240926/article-0-0.md rename to 2024/sample_article_topic_name/article.md diff --git a/admin/article-drafts-20240926/figures/README.md b/2024/sample_article_topic_name/illustration.png similarity index 100% rename from admin/article-drafts-20240926/figures/README.md rename to 2024/sample_article_topic_name/illustration.png diff --git a/README.md b/README.md index ceebd3da..7774264b 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,28 @@ -# tilics (Things I Learned in Computer Science) +# Things I Learned in Computer Science (tilics) This is the collaborative repository for seminar -[54858-01](https://vorlesungsverzeichnis.unibas.ch/de/home?id=286129) -in fall 2024. +[54858-01](https://vorlesungsverzeichnis.unibas.ch/de/home?id=286129) in fall 2024. -See the directory [2019](2019) for the content produced by the same -seminar in spring 2019. The result of that seminar is available on the -Department's web site at -[https://tilics.dmi.unibas.ch/start](https://tilics.dmi.unibas.ch/start). +See the directory [2019](/2019/) for the content produced by the same seminar in spring 2019. The result of that seminar is available on the Department's web site at [https://tilics.dmi.unibas.ch/start](https://tilics.dmi.unibas.ch/start). ---- \ No newline at end of file +--- + +## TILICS 2024 + +This is the organisation space for 2024 seminar course. + +### Repository Structure + +- [Task Force 2024](/admin/taskforces_2024.md) +- Use [GitHub Discussion](https://github.com/unibas-tilics/tilics/discussions) for organisational matter. + > You can tag people to notify them to participate in discussion. + +### For Authors + +#### How to create pull request? + +### For Quality Team + +#### How to use labels for tagging? + +#### How to merge pull request? diff --git a/admin/article-drafts-20240926/README.md b/admin/article-drafts-20240926/README.md deleted file mode 100644 index 77629989..00000000 --- a/admin/article-drafts-20240926/README.md +++ /dev/null @@ -1,31 +0,0 @@ -# Draft Articles, round 0 (2024-09-26) - -A) Use file naming conventions for easier orientation: - -``` -article-ROUND_NR-TOPIC_NR.md -``` - -B) Place images in a subdirectory, use markdown links - -``` -image-ROUND_NR-TOPIC_NR-YOUR_SUFFIX -``` - -C) Resulting directory structure for tilics/admin: - -``` -. -├── README.md -└── article-drafts-20240926 - ├── README.md - ├── article-0-0.md - ├── figures - │ ├── README.md - │ └── image-0-0-kleen_star.png - └── topics-0-brainstorm.md - -2 directories, 6 files -``` - ---- diff --git a/admin/article-drafts-20240926/figures/image-0-0-kleen_star.png b/admin/article-drafts-20240926/figures/image-0-0-kleen_star.png deleted file mode 100644 index e69de29b..00000000 diff --git a/admin/article-drafts-20240926/topics-0-brainstorm.md b/admin/article-drafts-20240926/topics-0-brainstorm.md deleted file mode 100644 index e69de29b..00000000 diff --git a/admin/taskforces.md b/admin/taskforces_2024.md similarity index 100% rename from admin/taskforces.md rename to admin/taskforces_2024.md