Skip to content

Commit

Permalink
update contents
Browse files Browse the repository at this point in the history
  • Loading branch information
knhnd committed Jan 11, 2025
1 parent 2c3634c commit 9ea170c
Show file tree
Hide file tree
Showing 18 changed files with 371 additions and 45 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# OpenLab Web

OpenLab の情報支援サイト

- Site URL: `https://knhnd.github.io/openlab-web/`

## Deploy
## Project Structure

- `astro.config.mjs`: ページ全体の設定
- `src/content/docs/`: マークダウンでページを作成

## Deploy

[公式ドキュメント](https://docs.astro.build/ja/guides/deploy/github/)を参考に GitHub Pages にデプロイ
12 changes: 6 additions & 6 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default defineConfig({
base: '/openlab-web',
integrations: [
starlight({
title: '💻 OpenLab',
title: '🧪 OpenLab',
social: {
discord: 'https://discord.gg/FxW5G2PCJF',
},
Expand All @@ -18,19 +18,19 @@ export default defineConfig({
],
sidebar: [
{
label: 'Home', slug: 'index'
label: '🏠 Home', slug: 'index'
},
{
label: 'Courses', slug: 'courses'
label: '💻 Courses', slug: 'courses'
},
{
label: 'Tutorials', slug: 'tutorials'
label: '📝 Tutorials', slug: 'tutorials'
},
{
label: 'Documents', slug: 'documents'
label: '📚 Documents', slug: 'documents'
},
{
label: 'Others', slug: 'others'
label: '🗂️ Others', slug: 'others'
},
],
}),
Expand Down
6 changes: 5 additions & 1 deletion public/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 35 additions & 1 deletion src/content/docs/courses/gms/s1_ict/index.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,38 @@
---
title: ICT基礎
tableOfContents: false
---
---

- 駒澤大学 グローバル・メディア・スタディーズ学部 (GMS)
- 前期: 月曜3限 ()

#### 概要



#### ソフトウェア

授業で使用するソフトウェア

- [Google Chrome](https://www.google.com/intl/ja_jp/chrome/)
- [Visual Studio Code (VSCode)](https://code.visualstudio.com/)

### スケジュール

| | | |
| :---- | :---- | :---- |
| 1 | []() | |
| 2 | []() | |
| 3 | []() | |
| 4 | []() | |
| 5 | []() | |
| 6 | []() | |
| 7 | []() | |
| 8 | []() | |
| 9 | []() | |
| 10 | []() | |
| 11 | []() | |
| 12 | []() | |
| 13 | []() | |
| 14 | []() | |
| 15 | []() | |
36 changes: 35 additions & 1 deletion src/content/docs/courses/gms/s1_informatics/index.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,38 @@
---
title: 情報学基礎
tableOfContents: false
---
---

- 駒澤大学 グローバル・メディア・スタディーズ学部 (GMS)
- 前期: 月曜4限 ()

#### 概要



#### ソフトウェア

授業で使用するソフトウェア

- [Google Chrome](https://www.google.com/intl/ja_jp/chrome/)
- [Visual Studio Code (VSCode)](https://code.visualstudio.com/)

### スケジュール

| | | |
| :---- | :---- | :---- |
| 1 | []() | |
| 2 | []() | |
| 3 | []() | |
| 4 | []() | |
| 5 | []() | |
| 6 | []() | |
| 7 | []() | |
| 8 | []() | |
| 9 | []() | |
| 10 | []() | |
| 11 | []() | |
| 12 | []() | |
| 13 | []() | |
| 14 | []() | |
| 15 | []() | |
9 changes: 8 additions & 1 deletion src/content/docs/courses/gsc/s1_weblit/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,19 @@ tableOfContents: false
---

- 青山学院大学 地球社会共生学部 (GSC)
- 前期, 火曜4限 ()
- 前期: 火曜4限 ()

#### 概要

本講義では、インターネットやWebに関連する基本的な知識・リテラシーを理解し、Webコンテンツの開発スキルを習得する。インターネットやWebを構成する技術の仕組みや成り立ちを学習し、プログラミングの演習を通して最も身近なデジタルコンテンツであるWebコンテンツがどのように作られているのか理解する。演習では、プログラミングの入門として基礎的なプログラミング演習をおこない、簡易的なWebアプリケーションを開発することで、実践的なスキルを身につけることを目標とする。

#### ソフトウェア

授業で使用するソフトウェア

- [Google Chrome](https://www.google.com/intl/ja_jp/chrome/)
- [Visual Studio Code (VSCode)](https://code.visualstudio.com/)

### スケジュール

| | | |
Expand Down
10 changes: 9 additions & 1 deletion src/content/docs/courses/gsc/s2_webcom/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,20 @@ tableOfContents: false
---

- 青山学院大学 地球社会共生学部 (GSC)
- 後期, 火曜4限 ()
- 後期: 火曜4限 ()

#### 概要

本講義では、Webを中心とした情報コミュニケーション技術の基本的な知識・リテラシーを理解し、プログラミング演習を通して最も身近なデジタルコンテンツであるWebコンテンツの開発とその発展的な利用方法を習得する。演習では、JavaScriptを用いて基礎的なプログラミングだけでなく、応用的な機能開発や多様なメディアの扱い、さまざまな形式のデータ処理、クラウドサービスとの連携による業務の効率化、AIと連携したアプリケーションの開発をおこなう。

#### ソフトウェア

授業で使用するソフトウェア

- [Google Chrome](https://www.google.com/intl/ja_jp/chrome/)
- [Google Drive](https://workspace.google.com/intl/ja/products/drive/)
- [Visual Studio Code (VSCode)](https://code.visualstudio.com/)

### スケジュール

| | | |
Expand Down
22 changes: 11 additions & 11 deletions src/content/docs/courses/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ title: Courses
tableOfContents: false
---

大学で担当しているコースのページです。各コース名からそれぞれの科目のページに移動すると授業情報やお役立ち情報を閲覧できます。大学公式のWebサイトではないので、このページ自体や授業内容については直接担当教員の本多に問い合わせてください。気軽な質問、雑談なども受け付けています!

#### Teacher

- 本多 賢 / Ken Honda
Expand All @@ -14,12 +16,10 @@ tableOfContents: false
- [LINE公式アカウント](https://lin.ee/dk4a8Me)
- 個人アカウントではありませんので安心して登録してください!

##### 留意点

各大学で実施している授業についての資料を載せていますが、大学公式のものではありません。本Webサイトや授業内容については各大学の教務、学務、メディアセンターではなく直接担当教員に問い合わせてください。気軽な質問、雑談なども受け付けています!

#### コース一覧

科目の開講時期以外には情報が閲覧できないことがあります、ご了承ください。

- S1: Semester1 (前期)
- S2: Semester2 (後期)

Expand All @@ -30,14 +30,14 @@ tableOfContents: false
##### 1年生対象
- ###### S1: [ICT基礎](./gms/s1_ict/)
- ###### S1: [情報学入門](./gms/s1_informatics/)
- ###### S1: [Linux入門](./kaishi/s1_linux)
- ###### S1: [プログラミング基礎](./kaishi/s1_programming_basic/)
- ###### S2: [プログラミング発展](./kaishi/s2_programming_advance/)
- ###### S1: [Linux入門]()
- ###### S1: [プログラミング基礎]()
- ###### S2: [プログラミング発展]()

##### 2年生対象
- ###### S1: [Webデザイン](./kaishi/s1_web_design)
- ###### S1: [データベース論](./kaishi/s1_database)
- ###### S1: [Webデザイン]()
- ###### S1: [データベース論]()

##### 3年生以上
- ###### S1: [データサイエンス・プログラミング](./kaishi/s1_data_science)
- ###### S2: [ソーシャルコンピューティング](./kaishi/s2_social_computing)
- ###### S1: [データサイエンス・プログラミング]()
- ###### S2: [ソーシャルコンピューティング]()
36 changes: 35 additions & 1 deletion src/content/docs/courses/kaishi/s1_data_science/index.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,38 @@
---
title: データサイエンス・プログラミング
tableOfContents: false
---
---

- 開志創造大学 情報デザイン学部
- オンライン開講

#### 概要



#### ソフトウェア

授業で使用するソフトウェア

- [Google Chrome](https://www.google.com/intl/ja_jp/chrome/)
- [Visual Studio Code (VSCode)](https://code.visualstudio.com/)

### スケジュール

| | | |
| :---- | :---- | :---- |
| 1 | []() | |
| 2 | []() | |
| 3 | []() | |
| 4 | []() | |
| 5 | []() | |
| 6 | []() | |
| 7 | []() | |
| 8 | []() | |
| 9 | []() | |
| 10 | []() | |
| 11 | []() | |
| 12 | []() | |
| 13 | []() | |
| 14 | []() | |
| 15 | []() | |
36 changes: 35 additions & 1 deletion src/content/docs/courses/kaishi/s1_database/index.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,38 @@
---
title: データベース論
tableOfContents: false
---
---

- 開志創造大学 情報デザイン学部
- オンライン開講

#### 概要



#### ソフトウェア

授業で使用するソフトウェア

- [Google Chrome](https://www.google.com/intl/ja_jp/chrome/)
- [Visual Studio Code (VSCode)](https://code.visualstudio.com/)

### スケジュール

| | | |
| :---- | :---- | :---- |
| 1 | []() | |
| 2 | []() | |
| 3 | []() | |
| 4 | []() | |
| 5 | []() | |
| 6 | []() | |
| 7 | []() | |
| 8 | []() | |
| 9 | []() | |
| 10 | []() | |
| 11 | []() | |
| 12 | []() | |
| 13 | []() | |
| 14 | []() | |
| 15 | []() | |
36 changes: 35 additions & 1 deletion src/content/docs/courses/kaishi/s1_linux/index.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,38 @@
---
title: Linux入門
tableOfContents: false
---
---

- 開志創造大学 情報デザイン学部
- オンライン開講

#### 概要



#### ソフトウェア

授業で使用するソフトウェア

- [Google Chrome](https://www.google.com/intl/ja_jp/chrome/)
- [Visual Studio Code (VSCode)](https://code.visualstudio.com/)

### スケジュール

| | | |
| :---- | :---- | :---- |
| 1 | []() | |
| 2 | []() | |
| 3 | []() | |
| 4 | []() | |
| 5 | []() | |
| 6 | []() | |
| 7 | []() | |
| 8 | []() | |
| 9 | []() | |
| 10 | []() | |
| 11 | []() | |
| 12 | []() | |
| 13 | []() | |
| 14 | []() | |
| 15 | []() | |
Loading

0 comments on commit 9ea170c

Please sign in to comment.