Compare commits

...

17 Commits

Author SHA1 Message Date
151318165b added fediverse creator tag
All checks were successful
Build / build (push) Successful in 13m30s
2024-12-25 20:36:51 +09:00
48ef973c54 node version specify
All checks were successful
Build / build (push) Successful in 7m42s
2024-12-12 18:55:01 +09:00
92386202db replaced button to internal link 2024-12-12 16:06:18 +09:00
246b58e7c4 readme update 2024-12-12 16:01:01 +09:00
820cea9bbf added node version 2024-12-12 16:00:57 +09:00
d09cbf8ad6 added micromorph setup
All checks were successful
Build / build (push) Successful in 9m46s
2024-12-12 15:50:44 +09:00
29c26d771a merge
All checks were successful
Build / build (push) Successful in 7m55s
2024-12-12 15:41:03 +09:00
8ee23d17b0 updated to hugo modules theme version
All checks were successful
Build / build (push) Successful in 9m28s
2024-12-12 02:29:35 +09:00
a55ec54e8e english
All checks were successful
Build / build (push) Successful in 7m34s
2024-04-15 13:23:03 +09:00
0969b9b225 updated theme 2024-04-15 13:23:03 +09:00
af03bf8fa1 updated theme 2024-04-15 12:05:05 +09:00
34652408a0 fixed english 2024-04-15 12:05:05 +09:00
8856df75df added week 1
All checks were successful
Build / build (push) Successful in 8m15s
2024-04-15 11:57:38 +09:00
152d13bb76 added week 1 2024-04-15 11:54:32 +09:00
e443f24f3c fixed english
All checks were successful
Build / build (push) Successful in 8m4s
2024-03-07 15:48:30 +09:00
f0d101dc1d added book
All checks were successful
Build / build (push) Successful in 7m46s
2024-02-26 22:23:31 +09:00
e12b63a238 added bigakko slides
All checks were successful
Build / build (push) Successful in 7m53s
2024-02-26 19:36:25 +09:00
69 changed files with 617 additions and 74 deletions

View File

@@ -12,20 +12,27 @@ jobs:
- run: git config --global core.quotepath false
- name: Install apt packages
run: apt update && apt install -y rsync
- uses: actions/checkout@v3
- uses: actions/setup-node@v4
with:
node-version: 23
- uses: actions/checkout@v4
with:
submodules: true # Fetch Hugo themes (true OR recursive)
fetch-depth: 0
- uses: https://github.com/actions/setup-go@v4
with:
go-version: '^1.20'
go-version: '^1.23'
- name: Setup Hugo
uses: https://github.com/peaceiris/actions-hugo@v2
with:
hugo-version: "latest"
extended: true
- name: Setup Hugo modules
run: hugo mod get -u
- name: Setup Hugo npm modules
run: hugo mod npm pack
- run: npm install
- name: Run Hugo
run: hugo --minify
run: hugo --gc --minify
# - name: upload artifacs
# uses: https://github.com/actions/upload-artifact@v3
# with:

3
.gitmodules vendored
View File

@@ -1,3 +0,0 @@
[submodule "themes/book"]
path = themes/book
url = https://github.com/alex-shpak/hugo-book.git

View File

@@ -21,6 +21,22 @@ https://matsuuratomoya.com
# 使い方のメモ
[hugo-book](https://github.com/alex-shpak/hugo-book)をベースに、いくつか手を加えている。
[hugo-micromorph](https://github.com/tomoyanonymous/hugo-micromorph)で読み込み速度をめっちゃ早くしている。
## インストール & ビルド
HugoとNode.jsを入れる。
```sh
git clone gitea:tomoyanoynmous/teach-matsuuratomoya-com.git # giteaは~/.sshの中で設定すること
hugo mod get -u
hugo mod npm pack
npm install
hugo server
```
## 新しい授業資料更新のファイル作成コマンド
```sh
@@ -29,10 +45,11 @@ hugo new --kind class content/docs/2023/code-design/10
## カスタムショートコード
テーマのショートコードも使える。
テーマのショートコードも使える。 https://github.com/alex-shpak/hugo-book#shortcodes
https://github.com/alex-shpak/hugo-book#shortcodes 
CallOutは[hugo-admonition](https://github.com/KKKZOZ/hugo-admonitions)が使える。
FontAwesomeのIconも使える。 https://github.com/hugomods/icons/vendors/font-awesome
### `embed_pdf` PDFの埋め込み

View File

@@ -12,4 +12,7 @@ body {
code {
font-family: monospace;
}
}
.book-brand .book-icon{
filter:none;
}

View File

@@ -1,6 +1,6 @@
---
title: 2020年度
weight: 4
weight: -1
bookFlatSection: true
---

View File

@@ -29,4 +29,4 @@ weight: 1
{{< button href="20200430_sounddesign1.pdf">}}スライドPDF{{< /button >}}
{{< button href="./slides">}}スライドHTML{{< /button >}}
{{< button relref="./slides">}}スライドHTML{{< /button >}}

View File

@@ -27,4 +27,4 @@ weight: 10
{{< button href="20200718_sounddesign10.pdf">}}スライドPDF{{< /button >}}
{{< button href="./slides">}}スライドHTML{{< /button >}}
{{< button relref="./slides">}}スライドHTML{{< /button >}}

View File

@@ -14,4 +14,4 @@ weight: 11
{{< button href="20200721_sounddesign11.pdf">}}スライドPDF{{< /button >}}
{{< button href="./slides">}}スライドHTML{{< /button >}}
{{< button relref="./slides">}}スライドHTML{{< /button >}}

View File

@@ -12,4 +12,4 @@ weight: 12
{{< button href="20200728_sounddesign12.pdf">}}スライドPDF{{< /button >}}
{{< button href="./slides">}}スライドHTML{{< /button >}}
{{< button relref="./slides">}}スライドHTML{{< /button >}}

View File

@@ -11,4 +11,4 @@ weight: 13
{{< button href="20200729_sounddesign13.pdf">}}スライドPDF{{< /button >}}
{{< button href="./slides">}}スライドHTML{{< /button >}}
{{< button relref="./slides">}}スライドHTML{{< /button >}}

View File

@@ -12,4 +12,4 @@ weight: 14
{{< button href="20200804_sounddesign14.pdf">}}スライドPDF{{< /button >}}
{{< button href="./slides">}}スライドHTML{{< /button >}}
{{< button relref="./slides">}}スライドHTML{{< /button >}}

View File

@@ -12,4 +12,4 @@ weight: 15
{{< button href="20200806_sounddesign15.pdf">}}スライドPDF{{< /button >}}
{{< button href="./slides">}}スライドHTML{{< /button >}}
{{< button relref="./slides">}}スライドHTML{{< /button >}}

View File

@@ -37,4 +37,4 @@ weight: 2
{{< button href="20200507_sounddesign2.pdf">}}スライドPDF{{< /button >}}
{{< button href="./slides">}}スライドHTML{{< /button >}}
{{< button relref="./slides">}}スライドHTML{{< /button >}}

View File

@@ -30,7 +30,7 @@ weight: 3
{{< button href="20200514_sounddesign3.pdf">}}スライドPDF{{< /button >}}
{{< button href="./slides">}}スライドHTML{{< /button >}}
{{< button relref="./slides">}}スライドHTML{{< /button >}}
## 非圧縮サンプル音声(ファイル名はスライド参照)

View File

@@ -13,4 +13,4 @@ weight: 4
{{< button href="20200625_sounddesign4.pdf">}}スライドPDF{{< /button >}}
{{< button href="./slides">}}スライドHTML{{< /button >}}
{{< button relref="./slides">}}スライドHTML{{< /button >}}

View File

@@ -12,4 +12,4 @@ weight: 5
{{< button href="20200702_sounddesign5.pdf">}}スライドPDF{{< /button >}}
{{< button href="./slides">}}スライドHTML{{< /button >}}
{{< button relref="./slides">}}スライドHTML{{< /button >}}

View File

@@ -12,4 +12,4 @@ weight: 6
{{< button href="20200708_sounddesign6.pdf">}}スライドPDF{{< /button >}}
{{< button href="./slides">}}スライドHTML{{< /button >}}
{{< button relref="./slides">}}スライドHTML{{< /button >}}

View File

@@ -12,4 +12,4 @@ weight: 7
{{< button href="20200711_sounddesign7.pdf">}}スライドPDF{{< /button >}}
{{< button href="./slides">}}スライドHTML{{< /button >}}
{{< button relref="./slides">}}スライドHTML{{< /button >}}

View File

@@ -12,4 +12,4 @@ weight: 8
{{< button href="20200714_sounddesign8.pdf">}}スライドPDF{{< /button >}}
{{< button href="./slides">}}スライドHTML{{< /button >}}
{{< button relref="./slides">}}スライドHTML{{< /button >}}

View File

@@ -12,4 +12,4 @@ weight: 9
{{< button href="20200716_sounddesign9.pdf">}}スライドPDF{{< /button >}}
{{< button href="./slides">}}スライドHTML{{< /button >}}
{{< button relref="./slides">}}スライドHTML{{< /button >}}

View File

@@ -1,6 +1,6 @@
---
title: 2021年度
weight: 3
weight: -2
bookFlatSection: true
---

View File

@@ -13,5 +13,5 @@ weight: 1
{{< button href="20210415_sounddesign1.pdf">}}スライドPDF{{< /button >}}
{{< button href="./slides">}}スライドHTML{{< /button >}}
{{< button relref="./slides">}}スライドHTML{{< /button >}}

View File

@@ -12,7 +12,7 @@ weight: 10
{{< button href="20210610_sounddesign10.pdf">}}スライドPDF{{< /button >}}
{{< button href="./slides">}}スライドHTML{{< /button >}}
{{< button relref="./slides">}}スライドHTML{{< /button >}}
{{< button href="./20210610_missingfun.pd">}}ミッシングファンダメンタル サンプルパッチ{{< /button >}}

View File

@@ -12,6 +12,6 @@ weight: 11
{{< button href="20210617_sounddesign11.pdf">}}スライドPDF{{< /button >}}
{{< button href="./slides">}}スライドHTML{{< /button >}}
{{< button relref="./slides">}}スライドHTML{{< /button >}}
{{< button href="./20210617_stereopan_eqpower.pd">}}ステレオ等価パワーパンナー サンプルパッチ{{< /button >}}

View File

@@ -12,5 +12,5 @@ weight: 12
{{< button href="20210624_sounddesign12.pdf">}}スライドPDF{{< /button >}}
{{< button href="./slides">}}スライドHTML{{< /button >}}
{{< button relref="./slides">}}スライドHTML{{< /button >}}

View File

@@ -12,5 +12,5 @@ weight: 13
{{< button href="20210701_sounddesign13.pdf">}}スライドPDF{{< /button >}}
{{< button href="./slides">}}スライドHTML{{< /button >}}
{{< button relref="./slides">}}スライドHTML{{< /button >}}

View File

@@ -1,6 +1,6 @@
---
title: 第14週
date: 2021-0708
date: 2021-07-08
weight: 14
---
@@ -12,7 +12,7 @@ weight: 14
{{< button href="20210708_sounddesign14.pdf">}}スライドPDF{{< /button >}}
{{< button href="./slides">}}スライドHTML{{< /button >}}
{{< button relref="./slides">}}スライドHTML{{< /button >}}
## 最終課題 サンプルパッチ

View File

@@ -13,5 +13,5 @@ weight: 2
{{< button href="20210422_sounddesign2.pdf">}}スライドPDF{{< /button >}}
{{< button href="./slides">}}スライドHTML{{< /button >}}
{{< button relref="./slides">}}スライドHTML{{< /button >}}

View File

@@ -13,5 +13,5 @@ weight: 3
{{< button href="20210506_sounddesign3.pdf">}}スライドPDF{{< /button >}}
{{< button href="./slides">}}スライドHTML{{< /button >}}
{{< button relref="./slides">}}スライドHTML{{< /button >}}

View File

@@ -12,5 +12,5 @@ weight: 4
{{< button href="20210508_sounddesign4.pdf">}}スライドPDF{{< /button >}}
{{< button href="./slides">}}スライドHTML{{< /button >}}
{{< button relref="./slides">}}スライドHTML{{< /button >}}

View File

@@ -12,5 +12,5 @@ weight: 5
{{< button href="20210513_sounddesign5.pdf">}}スライドPDF{{< /button >}}
{{< button href="./slides">}}スライドHTML{{< /button >}}
{{< button relref="./slides">}}スライドHTML{{< /button >}}

View File

@@ -12,5 +12,5 @@ weight: 6
{{< button href="20210520_sounddesign6.pdf">}}スライドPDF{{< /button >}}
{{< button href="./slides">}}スライドHTML{{< /button >}}
{{< button relref="./slides">}}スライドHTML{{< /button >}}

View File

@@ -12,5 +12,5 @@ weight: 7
{{< button href="20210527_sounddesign7.pdf">}}スライドPDF{{< /button >}}
{{< button href="./slides">}}スライドHTML{{< /button >}}
{{< button relref="./slides">}}スライドHTML{{< /button >}}

View File

@@ -12,5 +12,5 @@ weight: 8
{{< button href="20210603_sounddesign8.pdf">}}スライドPDF{{< /button >}}
{{< button href="./slides">}}スライドHTML{{< /button >}}
{{< button relref="./slides">}}スライドHTML{{< /button >}}

View File

@@ -12,7 +12,7 @@ weight: 9
{{< button href="20210605_sounddesign9.pdf">}}スライドPDF{{< /button >}}
{{< button href="./slides">}}スライドHTML{{< /button >}}
{{< button relref="./slides">}}スライドHTML{{< /button >}}
## クリティカル・リスニング サンプル音源

View File

@@ -1,6 +1,6 @@
---
title: 2022年度
weight: 2
weight: -3
bookFlatSection: true
---

View File

@@ -1,6 +1,6 @@
---
title: 2023
weight: 1
weight: -4
bookFlatSection: true
---

View File

@@ -1,6 +1,6 @@
---
title: 2023年度
weight: 1
weight: -5
bookFlatSection: true
---
@@ -17,6 +17,9 @@ bookFlatSection: true
講師:松浦知也
# 2023年 東京藝術大学 芸術情報センター開設科目 「メディア特論」(通年 水曜6限隔週(ゲスト講義のため資料なし)
# [2023年 福岡女学院大学 「サウンド・デザイン」(夏季集中講義)](fukujo-sounddesign)

View File

@@ -10,5 +10,5 @@ weight: 1
{{< button href="2023-code-and-design-1.pdf">}}SlidesPDF{{< /button >}}
{{< button href="./slides">}}SlidesHTML{{< /button >}}
{{< button relref="./slides">}}SlidesHTML{{< /button >}}

View File

@@ -10,5 +10,5 @@ weight: 2
{{< button href="2023-code-and-design-2.pdf">}}SlidesPDF{{< /button >}}
{{< button href="./slides">}}SlidesHTML{{< /button >}}
{{< button relref="./slides">}}SlidesHTML{{< /button >}}

View File

@@ -10,5 +10,5 @@ weight: 3
{{< button href="2023-code-and-design-3.pdf">}}SlidesPDF{{< /button >}}
{{< button href="./slides">}}SlidesHTML{{< /button >}}
{{< button relref="./slides">}}SlidesHTML{{< /button >}}

View File

@@ -10,5 +10,5 @@ weight: 4
{{< button href="2023-code-and-design-4.pdf">}}SlidesPDF{{< /button >}}
{{< button href="./slides">}}SlidesHTML{{< /button >}}
{{< button relref="./slides">}}SlidesHTML{{< /button >}}

View File

@@ -10,5 +10,5 @@ weight: 5
{{< button href="2023-code-and-design-5.pdf">}}SlidesPDF{{< /button >}}
{{< button href="./slides">}}SlidesHTML{{< /button >}}
{{< button relref="./slides">}}SlidesHTML{{< /button >}}

View File

@@ -10,5 +10,5 @@ weight: 6
{{< button href="2023-code-and-design-6.pdf">}}SlidesPDF{{< /button >}}
{{< button href="./slides">}}SlidesHTML{{< /button >}}
{{< button relref="./slides">}}SlidesHTML{{< /button >}}

View File

@@ -10,7 +10,7 @@ weight: 7
{{< button href="2023-code-and-design-7.pdf">}}SlidesPDF{{< /button >}}
{{< button href="./slides">}}SlidesHTML{{< /button >}}
{{< button relref="./slides">}}SlidesHTML{{< /button >}}
## Python Scripts for Mouse Automation

View File

@@ -10,7 +10,7 @@ weight: 7
{{< button href="2023-code-and-design-7.pdf">}}SlidesPDF{{< /button >}}
{{< button href="./slides">}}SlidesHTML{{< /button >}}
{{< button relref="./slides">}}SlidesHTML{{< /button >}}
## Python Scripts for Mouse Automation

View File

@@ -10,7 +10,7 @@ weight: 9
{{< button href="2023-code-and-design-9.pdf">}}SlidesPDF{{< /button >}}
{{< button href="./slides">}}SlidesHTML{{< /button >}}
{{< button relref="./slides">}}SlidesHTML{{< /button >}}
## Arduino Example

View File

@@ -0,0 +1,26 @@
---
title: 2024
weight: 1
bookFlatSection: true
---
# [2024 Tokyo University of the Arts Art media Center「Code and Design」Spring-Summer Friday 4・5](code-design)
前期 金曜4・5限
講師:松浦知也
# [2024年 東京藝術大学 芸術情報センター開設科目 「メディアアート・プログラミングII」後期 金曜4限](mediaart-programming2)
後期 金曜4限
講師:松浦知也
# [2024年 福岡女学院大学 「サウンド・デザイン」(夏季集中講義)](fukujo-sounddesign)
夏期集中講義
講師:松浦知也

View File

@@ -0,0 +1,26 @@
---
title: 2024年度
weight: -6
bookFlatSection: true
---
# [2024年 東京藝術大学 芸術情報センター開設科目 「コードとデザイン」前期 金曜4・5限](code-design)
前期 金曜4・5限
講師:松浦知也
# [2024年 東京藝術大学 芸術情報センター開設科目 「メディアアート・プログラミングII」後期 金曜4限](mediaart-programming2)
後期 金曜4限
講師:松浦知也
# [2024年 福岡女学院大学 「サウンド・デザイン」(夏季集中講義)](fukujo-sounddesign)
夏期集中講義
講師:松浦知也

View File

@@ -0,0 +1,105 @@
---
title: 2024/02/25 美学校「基礎教養シリーズ〜ゼロから聴きたいテクノロジーと音楽史〜」
weight: 1
bookCollapseSection: true
params:
pdf_path: 20240225_bigakko_matsuura.pdf
---
# 2024/02/25 美学校「基礎教養シリーズ〜ゼロから聴きたいテクノロジーと音楽史〜」
## 講義概要
**[【アーカイブ配信2/27〜3/31】「基礎教養シリーズ〜ゼロから聴きたいテクロジーと音楽史〜」講師imdkmゲスト松浦知也](https://bigakko.jp/event/2024/technology_and_music_history)**
> ### 音楽とテクノロジーの関わりを改めて考える
> 「音楽制作のテクロジーと音楽がいかに関わるか、そしてその関係をどのように語ることができるか」をテーマに制作されたZINE「音楽とテクロジーをいかに語るか」の著者であるライターのimdkmさんをお招きして、音楽とテクロジーの関わりを改めて考えます。また、ゲストにSoundMaker音を作ったり音を出す道具と環境を作る人、東京藝術大学芸術情報センター特任助教の松浦知也さんを迎え、更に議論を深めます。
>
> - 講 imdkmゲスト松浦知也
> - 日 2024年2月25日
> - 放送時間4時間17分
> - 開 催:対面/オンライン
> - 参加費対面・・・1,650円(アーカイブ付き、税込み) ※先着25名
> - オンライン・・・1,100円(アーカイブ付き、税込み)
> - 美学校在校生(オンライン)・・・550円(アーカイブ付き、税込み)
> - アーカイブのみ・・・1,650円(税込み) ※2/27日より販売開始
> - 主 催:美学校
### 想像しうる音を、すべてあなた(たち)に 音楽の道具としてのパーソナル・コンピューター論概説(松浦知也)
この講義では、コンピューターを表現の道具として扱う思想が消費社会とどう結びつき発展してきたか、特に音楽の焦点を当てつつ概観する。
DAW、ストリーミングサービス、イマーシブオーディオ、人工知能による音楽生成と、さまざまなレベルはあれど、私たちが今日音楽を体験するにあたって、制作から聴取までの過程にコンピューターが使われない事などほとんどない。では一方、私たちは今日コンピューターを「使いこなしている」かと言われると躊躇してしまう。コンピューターの万能さを、私たちは私たちの手の内に収められているだろうか
自分で自分の道具の機能を更新できる「メタメディア」としてのパーソナルコンピューティングの歴史を振り返りながら、計算機を主体的に扱えるようになるための糸口を考察する。
## スライド資料
{{< embed_pdf >}}
{{< button href="20240225_bigakko_matsuura.pdf">}}ダウンロード{{< /button >}}
## 参考文献、Webサイト
### 講義内で参照したもの
[クリティカル・ワード ポピュラー音楽 〈聴く〉を広げる・更新する (2023) 永冨真梨/忠聡太/日高良祐 編著, フィルムアート社, 978-4-8459-2131-7](https://www.filmart.co.jp/books/978-4-8459-2131-7/)
#### Part.1 テクノロジーの歴史をいかに語るか?
[物語の哲学, 2005(1997初版), 野家啓一, 岩波書店, 9784006001391](https://www.hanmoto.com/bd/isbn/9784006001391)
[The Shock of the Old: Technology and Global History Since 1900,2007, David Edgerton, Profile Books, ISBN  9780195322835](https://profilebooks.com/work/the-shock-of-the-old/)
[メディア考古学とは何か? デジタル時代のメディア文化研究, 2023, ユッシ・パリッカ著, 梅田拓也,大久保遼, 近藤和都, 光岡寿郎 訳, 東京大学出版会, 978-4757103542](https://www.utp.or.jp/book/b10031770.html)
[120 Years Of Electronic Music. Kelly Careb](http://120years.net/)
**[Any Sound You Can Imagine: Making Music/Consuming Technology, 1997, Paul Theberge著, Wesleyan University Press , 9780819563095](https://www.weslpress.org/9780819563095/any-sound-you-can-imagine/)**
[【あの有名企業の異分野進出】音響メーカーのオーディオテクニカが「寿司」で成功した理由(2015)、リクナビNEXTジャーナル](https://next.rikunabi.com/journal/20150109/)
#### Part.2 エージェントでもあり、環境でもある - パーソナルコンピューターの二枚舌
[Weiser, Mark, John Seely Brown. "The Coming Age of Calm Technology". Beyond Calculation, by Peter J. DenningとRobert M. Metcalfe, 7585. New York, NY: Springer New York, 1997](https://doi.org/10.1007/978-1-4612-0685-9_6)
[Kay, Alan, and Adele Goldberg. 1977. “Personal Dynamic Media.” Computer 10 (3): 3141](https://doi.org/10.1109/C-M.1977.217672)
[アラン・ケイ (1992), アラン・C・ケイ著, 浜野 保樹監修, 鶴岡 雄二訳, アスキー出版局, 9784756101075](https://www.hanmoto.com/bd/isbn/9784756101075)
[American computer pioneer Alan Kays concept, the Dynabook, was published in 1972. How come Steve Jobs and Apple iPad get the credit for tablet invention? - Quora](https://www.quora.com/American-computer-pioneer-Alan-Kay-s-concept-the-Dynabook-was-published-in-1972-How-come-Steve-Jobs-and-Apple-iPad-get-the-credit-for-tablet-invention)
[カーム・テクノロジー 生活に溶け込む情報技術のデザイン(2015), アンバー・ケース著, 高崎拓哉訳, mui Lab 監修](https://bnn.co.jp/products/9784802511872)
#### Part.3 技術革命と民主化によって誰もが簡単に音楽を作れるようになった!
[Rosenberg, Nathan. 1994. Exploring the Black Box: Technology, Economics, and History. Cambridge: Cambridge University Press.](https://doi.org/10.1017/CBO9780511582554)
**[ノイズ 音楽/貨幣/雑音(2012), ジャック・アタリ著, 金塚貞文訳, 陣野俊史解説, みすず書房, 978-4-622-08351-1](https://www.msz.co.jp/book/detail/08351/)**
[YAMAHA VL1 パーフェクトガイドVL1 取扱説明書4](https://jp.yamaha.com/files/download/other_assets/3/316523/VL1J4.pdf)
[象徴交換と死1992, ジャン・ボードリヤール著, 今村 仁司,塚原 史 訳, ちくま学芸文庫](https://www.chikumashobo.co.jp/product/9784480080134/)
[インビジブルコンピュータ―PCから情報アプライアンスへ(2009) - ドナルド・A・ーマン著,  岡本明,  安村 通晃, 伊賀 聡一郎 訳, 新曜社](https://www.shin-yo-sha.co.jp/book/b455838.html)
[What I learned about innovation from founding the MIT Media Lab | Barry Vercoe | TEDxChristchurch](https://youtu.be/_fDEm1esS0g?si=Dw_s0tiaxb2L9OBI&t=575)
### その他参考文献
[科学技術社会学STSテクサイエンス時代を航行するために(2021), 日比野愛子, 鈴木舞,福島真人 編, 新曜社, 9784788517325](https://www.shin-yo-sha.co.jp/book/b588100.html)
↑私はエジャートンの"使用の歴史"やインフラ研究についてはこの本で知りました。技術決定論に対する批判の歴史的文脈などをつかむにはおすすめの入門書です。
[スペクテイター 48号 パソコンとヒッピー(2021), エディトリアル・デパートメント, 978-4-344-95418-0](https://www.spectatorweb.com/back_issues.html)
↑若干歴史を単純化しすぎてないかなと思う部分はあれど、パーソナルコンピューターの誕生とLSDやホールアースカタログなどネオヒッピー思想の繋がりを漫画も含めわかりやすく解説してくれてます。
[ブルーノ・ラトゥールの取説(2022) 久保明教, 月曜社, 978-4-86503-079-2](https://getsuyosha.jp/product/978-4-86503-079-2/)
↑何度か「歴史の中で非人間、非生物が主語になるのはOKなのか」というのは実はラトゥールのアクターネットワーク論のことを念頭においてます。ただしANTは言葉が一人歩きしがちなのであえて言葉を使いませんでした。
[Rodgers, Tara. 2010. Pink Noises: Women on Electronic Music and Sound. Duke University Press.](https://doi.org/10.2307/j.ctv1134dqn)
[Magnusson, Thor. 2019. Sonic Writing - Technologies of Material, Symbolic, and Signal Inscriptions. Blomsbury Academic. 9781501313868](https://www.bloomsbury.com/sonic-writing-9781501313868/)
[Hagood, Mack. 2019. Hush: Media and Sonic Self-Control. Sign, Storage, Transmission. Durham, NC: Duke University Press.](https://www.dukeupress.edu/hush)

View File

@@ -0,0 +1,14 @@
---
title: Week 1
date: 2024-04-12
weight: 1
---
# 2024 Tokyo University of the Arts Art media Center「Code and Design」
## Slides (in Japanese)
{{< embed_pdf >}}
{{< button href="2024-code-and-design-1.pdf">}}SlidesPDF{{< /button >}}

View File

@@ -0,0 +1,20 @@
---
title: 第1週
date: 2024-04-12
weight: 1
---
# 2024年 東京藝術大学 芸術情報センター開設科目 「コードとデザイン」 第1回
## スライド
{{< embed_pdf >}}
{{< button href="2024-code-and-design-1.pdf">}}スライドPDF{{< /button >}}
## 参考文献
<https://www.conditionaldesign.org/>

View File

@@ -0,0 +1,131 @@
---
title: 2023 Tokyo University of the Arts Art media Center「Code and Design」Spring-Summer Friday 4・5
weight: 1
bookCollapseSection: true
---
# 2023 Tokyo University of the Arts Art media Center「Code and Design」
Spring-Summer Friday 4・5
Lecturer:[Matsuura Tomoya ](https://matsuuratomoya.com/en)
Room: Art Media Center(Factory Complex A 2F) Classroom 1,2
## Class Summary
In this class, students will learn basic knowledge for creating and designing artworks that use computers independently, with practical application. In particular, students will learn how to handle hardware and interfaces such as LEDs and switches through electronic construction and programming.
The first half of the class aims to understand the components of a computer, such as algorithms, protocols, and logic, through workshops and simple electronics work without using a computer.
In the second half of the course, students will use Arduino, an environment that easily connects electronics and programming, and digital fabrication equipment such as laser cutters and 3D printers to understand more practical interaction and control methods, and to be able to incorporate them into their own creations. The course is designed to enable students to understand and incorporate more practical interaction and control methods into their own production.
*Due to the equipment in AMC, the number of students will be limited to a maximum of 20. The number of students may be further limited depending on the infection situation.
## Purpose and Goal of the Class
The goal of this class is for students to be able to use computers not as a black box but as a tool for production through electronic fabrication and programming.
In addition, by learning how to convert data and materials into each other through the operation of digital fabrication equipment, students will gain a deep understanding of the structure of data and information that underlies production.
## Class Schedule
(This is the first year of the class thus the content may change according to the progress.)
1. [(4/12) Introduction Non-electrical Computing/Conditional Design](./1)
2. [(4/19) Introduction to Electronics De-instrumentation (Victorian Oscillator)](./2)
3. [(4/26) Paper Circuit and Logic Circuit](./3)
4. [(5/10) Binary Card Game](./4)
5. [(5/17) Handmade Computer (Total Adder Made by Everyone)](./5)
6. [(5/24) Software and Algorithms - Using Arduino](./6)
7. [(5/31) Akihabara Tour](./7)
8. [(6/7) Thinking about Input (making an absurd mouse)](./8)
9. [(6/14) Thinking about Input 2 - Connecting Processing and Arduino, Object Oriented Programming (PONG for one person)](./9)
10. [(6/21) Thinking on Output - Audio Programming with Arduino](./10)
11. [(6/28) Studio Work Consultation 1](./11)
12. [(7/5) Digital Fabrication: Handcrafting an Interface](./12)
13. [(7/12) Studio Work Consultation 2](./13)
14. (7/19) Installation for an exhibition of the Assignment Presentations
15. (7/25) Removal of the Exhibition, Review of Presentations
Translated with www.DeepL.com/Translator (free version)
## Reference Books
- "Code as Creative Medium A Handbook for Computational Art and Design", (2021) by Golan Levin and Tega Brain, MIT Press.
- "Handmade Electronic Music - The Art of Hardware Hacking, 3rd Edition" (2020) by Nicolas Collins, Routledge.
- "Getting Started with Arduino, 3rd Edition" (2014), by Massimo Banzi and Michael Shiloh, Make: Community
- "Making Things Move"(2011), by Dustyn Roberts ,O'Reilly Verlag
// translated books into Japanese.
- 「Code as Creative Medium 創造的なプログラミング教育のための実践ガイドブック」(2022) ゴラン・レヴィン 、 テガ・ブレイン著 澤村正樹 、 杉本達應 、 米田研一 訳、BNN
- 「Arduinoをはじめよう 第4版」(2015) Massimo Banzi、Michael Shiloh 著、船田 巧 訳、オライリー
- 「Handmade Electronic Music ―手作り電子回路から生まれる音と音楽 (Make: PROJECTS) 」(2013)Nicolas Collins 著、 久保田 晃弘 監訳、 船田 巧 訳、オライリー
- 「Making Things Move ―動くモノを作るためのメカニズムと材料の基本 (Make: PROJECTS) 」2012Dustyn Roberts 著、 岩崎 修 監修、 金井 哲夫 訳、オライリー
## Required Preparation for the Class
At the end of each lecture, the contents of the preparation for the next lecture will be presented.
The materials for each lecture will be posted on the website so that students can review them on their own as necessary.
## Grading
Grades will be graded as follows: 30% for attendance, 30% for small assignments presented several times during the class, and 40% for assignments.
Attendance points will be counted by submitting your comments and questions on the Google Form at the end of each class.
For the short assignment, you will submit the work you have done in class as it is in data format or as a document including photos, videos, etc. in physical format via Google Classroom.
The final assignment will be one of the following, which must be submitted by the end of the 14th class session by installing the exhibit in the AMC Lab.
- A brushed-up version of the small assignment created in class
- A free work (a work that reflects the knowledge gained in the class on your own work)
-
Both individual and group work is acceptable for the assignment.
The grade for the final assignment will be based on what the student intended to produce rather than on the degree of completion.
Unsubmitted work will receive 0 points, and work submitted after the due date will receive a reduction in points.
## Messeges for the Participants
The class will be basically done in Japanese. However, the teacher can help and answer to individual question in English. If you are worrying whether you should take the class or not, do not hesitate contact to the teacher to ask about it (teach[at]matsuuratomoya.com).
Today, whether creating video or music, it is no longer easy to complete a production without the use of a computer. However, the world of computers is not inherently closed to mice, keyboards, and displays. If we can handle various inputs and outputs such as light, motors, and switches through electronic construction, or if we can use digital fabrication equipment to convert data and materials into each other, we can play with various elements of the real world. Through these practices, you will be able to use technology proactively while increasing your range of expression.
### Required prior knowledge and expected class participation
No prior experience with electronics or programming is required. Those with experience are expected to actively support beginners.
In class, we will be handling equipment such as soldering irons and laser cutters, which can lead to serious problems such as injury or fire if used incorrectly. Please listen carefully to the instructions and concentrate on safety measures, including clothing and hair.
### About the equipment
#### Hardware
Basically, AMC will provide materials and tools related to electronics.
However, since some tools such as soldering irons are not that high quality, you can bring your own if you have the better one.
In addition, for the final project, students should bring materials like paper, wood and electronic components, by their own in principle.
#### Software
Basically, you will use the computer provided in the AMC lab, Mac mini (M1, Late 2020).
The following software is likely to be used at this time.
- Arduino IDE v2.0.3 (https://www.arduino.cc/en/software)
- Processing v4.2 (https://processing.org/download)
- Adobe Illustrator 2022-10, v27 (https://helpx.adobe.com/jp/illustrator/system-requirements.html)
Adobe can be used on the AMC lab machines by logging in with your Geidai account.
You may bring your own laptop to work on. However, please be aware that we may not be able to immediately respond to differences in behavior or bugs that may occur due to non-macOS operating systems, different OS versions, or different hardware.
The computers in the lab will erase data when they are shut down, so please save your work data to a USB memory stick or similar device as appropriate.
### Communication Tools
All communication regarding class cancellations, reference materials, and assignment data will be conducted via Google Classroom. Please be sure to register by the second week before your course registration is confirmed.

View File

@@ -0,0 +1,126 @@
---
title: 2023年 東京藝術大学 芸術情報センター開設科目 「コードとデザイン」前期 金曜4・5限
weight: 1
bookCollapseSection: true
---
# 2023年 東京藝術大学 芸術情報センター開設科目 「コードとデザイン」 テクノロジー表現のはじめの一歩
前期 金曜4・5限
講師:[松浦知也](https://matsuuratomoya.com)
教室芸術情報センター総合工房棟A 2F演習室1・2
特記事項 初回授業4月7日金曜4限の14時40分より開始。履修希望者多数の場合は初回授業にて選考。
## 授業概要
本授業では、コンピューターを積極的に用いる作品制作やデザインのための基礎的な知識を、実践を交えて学ぶ。特に、LEDやスイッチのようなハードウェアとインターフェースの取り扱いを、電子工作やプログラミングを通じて習得する。
授業前半は、コンピューターを構成するアルゴリズムやプロトコル、ロジックといった構成要素を、コンピューターを使わず、ワークショップや簡単な電子工作を通じて理解することを目指す。
後半は、Arduinoと呼ばれる電子工作とプログラミングを簡単に繋げられる環境や、レーザーカッター、3Dプリンターのようなデジタルファブリケーション機器を用いて、より実践的なインタラクションや制御の方法を理解し、自分の制作に取り入れられるようになることを目指す。
※使用機材の関連から履修者は最大20名程度に限定する。感染状況によっては履修人数をさらに制限する可能性あり。
## 到達目標・カリキュラム上の位置付け
本授業の到達目標は、履修者が電子工作やプログラミングを通じて、コンピューターをブラックボックスとしてではなく、制作の道具として主体的に扱えるようになることである。
また、デジタルファブリケーション機器の操作を通じて、データと物質を相互に変換させる方法を学ぶことで、制作の下敷きになるデータ・情報の構造を深く理解することを目標とする。
## 授業計画・内容
(初年度のため、実施状況に応じて内容は変更になることがあります。)
1. [(4/12) イントロダクション 電気を使わないコンピューティング/Conditional Design](./1)
2. [(4/19) 電子工作脱入門Victorian Oscillator](./2)
3. [(4/26) Paper Circuitと論理回路](./3)
4. [(5/10) 二進数ゲームBinary Card Game](./4)
5. [(5/17) Handmade Computerみんなでつくる全加算器](./5)
6. [(5/24) ソフトウェアとアルゴリズムーArduinoを使ってみよう](./6)
7. [(5/31) 秋葉原遠足](./7)
8. [(6/7) 入力を考える(不条理なマウスを作る)](./8)
9. [(6/14) 入力を考える2 - ProcessingとArduinoの連携、オブジェクト指向プログラミング一人用PONG](./9)
10. [(6/21) 出力を考える - Arduinoでの音声プログラミング](./10)
11. [(6/28) 制作①相談1](./11)
12. [(7/5) デジタルファブリケーション:インターフェースを手作りする](./12)
13. [(7/12) 制作②相談2](./13)
14. (7/19) 課題発表展示
15. (7/25) 展示撤収・発表ふりかえりとまとめ
## テキスト・参考文献
- 「Code as Creative Medium 創造的なプログラミング教育のための実践ガイドブック」(2022) ゴラン・レヴィン 、 テガ・ブレイン著 澤村正樹 、 杉本達應 、 米田研一 訳、BNN
- 「Arduinoをはじめよう 第4版」(2015) Massimo Banzi、Michael Shiloh 著、船田 巧 訳、オライリー
- 「Handmade Electronic Music ―手作り電子回路から生まれる音と音楽 (Make: PROJECTS) 」(2013)Nicolas Collins 著、 久保田 晃弘 監訳、 船田 巧 訳、オライリー
- 「Making Things Move ―動くモノを作るためのメカニズムと材料の基本 (Make: PROJECTS) 」2012Dustyn Roberts 著、 岩崎 修 監修、 金井 哲夫 訳、オライリー
## 準備学習内容・時間の目安
毎回の講義の最後に次回の予習内容を提示する。
また各回の講義資料をWebサイトに掲載するので、必要に応じて各自で復習を行う。
## 成績評価基準・課題・フィードバック
成績は出席点を30%、授業中に数回提示される小課題点を30%、課題点を40%として評価する。
出席点は毎回授業の最後にGoogle Formでの感想、質問シートの提出をもってカウントする。
小課題は授業内で取り組んだ課題を、データであればそのまま、物理的な形式の場合写真や動画等を含めたドキュメントとしてGoogle Classroom経由で提出する。
最終課題は次のいずれかを14回目の授業終了時までAMCラボでの展示インストールをもって提出とする。
- 授業内で制作した小課題をブラッシュアップしたもの
- 自由制作(自身の制作に授業内で得た知識を反映したもの)
課題制作は個人、グループでの制作どちらも可とする。
最終課題の評点は完成度よりも何を意図して製作したかを重視して採点する。
無条件で、未提出は0点、期限を過ぎての提出は減点とする。
## 学生へのメッセージ
今日、映像を作るにしても、音楽を作るにしても、もはやコンピューターを使わずに制作を完結させることの方が大変です。しかし、コンピューターの世界は本来マウスやキーボード、ディスプレイに閉じたものではありません。電子工作で光やモーター、スイッチなど様々な入出力を扱ったり、デジタルファブリケーション機器を用いてデータと物質を相互に変換できるようになれば、現実世界の様々な要素で遊べるようになります。こうした実践を通じて表現の引き出しを増やしつつ、テクノロジーを主体的に使えるようになっていきましょう。
### 必要な事前知識、期待される授業参加態度
電子工作やプログラミング等の事前の経験は問いません。経験がある人は、初心者の人を積極的にサポートすることが期待されます。
授業では、はんだごてやレーザーカッターのように、使い方を誤ると怪我や火災など深刻な問題につながる機材を扱います。服装や髪なども含め、安全対策は指示をよく聞いた上で集中して取り組んでください。
### 機材について
#### ハードウェア関係
基本的には電子工作関連の材料や道具はAMCが用意します。
ただし、はんだごて等はそこまで性能の良いものでは無いため、自分で持っているものがある場合、持ち込んでもらっても構いません。
また、最終課題の製作に必要な材料等は原則自身で用意してもらいます。
#### ソフトウェア関係
基本的にはAMC演習室に備え付けられているコンピューター、Mac mini (M1, Late 2020)を使用します。
現時点で使用する可能性の高いソフトウェアは以下の通りです。
- Arduino IDE v2.0.4 (https://www.arduino.cc/en/software)
- Processing v4.2(https://processing.org/download)
- Adobe Illustrator 2022-10, v27(https://helpx.adobe.com/jp/illustrator/system-requirements.html)
AMC演習室のマシンではAdobeを藝大アカウントでログインすることで使用できるようになっています。
自身のラップトップを持ち込んで作業しても構いません。ただし、macOS以外のOSや、OSのバージョン、ハードウェアの違いによって発生する挙動の違いやバグにはすぐに対応できないことがあるので気をつけてください。
演習室のコンピューターはシャットダウン時にデータを消去するため、作業データは適宜USBメモリ等に保存してください。
### コミュニケーションツール
休講等の授業に関する連絡、参考資料、また課題に関するデータのやりとりは全てGoogle Classroomを通じて行います。必ず履修が確定する2週目までに登録を済ませてください。
## 連絡先
連絡の際は氏名、受講生の場合は受講年度などを添えて連絡してください。
teach\[at\]matsuuratomoya.com

View File

@@ -1,4 +1,6 @@
---
bookHidden: true
---
<!DOCTYPE html>
<html>
<head>

View File

@@ -4,4 +4,5 @@ menu:
name: notes
weight: 5
title: Notes
bookHidden: true
---

View File

@@ -4,4 +4,5 @@ menu:
name: notes
weight: 5
title: Notes
bookHidden: true
---

12
go.mod Normal file
View File

@@ -0,0 +1,12 @@
module git.matsuuratomoya.com/tomoyanonymous/teach-matsuuratomoya-com
go 1.23
require (
github.com/KKKZOZ/hugo-admonitions v0.4.3 // indirect
github.com/alex-shpak/hugo-book v0.0.0-20241009212754-7c78a39c531a // indirect
github.com/hugomods/font-awesome v6.7.1+incompatible // indirect
github.com/hugomods/icons v0.6.6 // indirect
github.com/hugomods/icons/vendors/font-awesome v0.6.12 // indirect
github.com/tomoyanonymous/hugo-micromorph v1.0.0 // indirect
)

12
go.sum Normal file
View File

@@ -0,0 +1,12 @@
github.com/KKKZOZ/hugo-admonitions v0.4.3 h1:0WabpMZhre8wqEB3eA1+jpMDlo9FCrioeYhvfX27qPA=
github.com/KKKZOZ/hugo-admonitions v0.4.3/go.mod h1:4PsJAsqo3mS3VzAtDLa8k0ds+CJQUWZhAo9kLi1NRlM=
github.com/alex-shpak/hugo-book v0.0.0-20241009212754-7c78a39c531a h1:GiRJQYc9Bt8H59/e0w/97i46Ql39CUIdDQjHikd9scA=
github.com/alex-shpak/hugo-book v0.0.0-20241009212754-7c78a39c531a/go.mod h1:L4NMyzbn15fpLIpmmtDg9ZFFyTZzw87/lk7M2bMQ7ds=
github.com/hugomods/font-awesome v6.7.1+incompatible h1:eM2vtHyQJVMnD9tgdGFbEgEiPh3sqnmu3EP3CFTyPLY=
github.com/hugomods/font-awesome v6.7.1+incompatible/go.mod h1:C2wW6xDvHkcMlJMVTPQ+Npt+rO0OGv13xT1iyll2z2Q=
github.com/hugomods/icons v0.6.6 h1:gGlafcBDRP7sSID+tgLcWdog+s/QBj8DIfU+h9tZj1U=
github.com/hugomods/icons v0.6.6/go.mod h1:cIkSvK6W0q6N4U6n9KGz+QfRWQXAW0INd+1P31gPNGg=
github.com/hugomods/icons/vendors/font-awesome v0.6.12 h1:I8ckJFuxr8mD8bJ4NX9NrmnHd3f6XvITuD2ME8a9wXc=
github.com/hugomods/icons/vendors/font-awesome v0.6.12/go.mod h1:6YBo/5GaNpAocKwnKNWcd9xkliiRJXmwz2mstY5lr9I=
github.com/tomoyanonymous/hugo-micromorph v1.0.0 h1:yLTPilYxKbRmVliX8jwBNUJzi53CIk50PSVqgF5fXfc=
github.com/tomoyanonymous/hugo-micromorph v1.0.0/go.mod h1:KT3INsr1IVTcEazTHXOIybqnE1jB6JTJRAeXBY71FQ8=

View File

@@ -1,9 +1,10 @@
baseURL = "https://teach.matsuuratomoya.com"
languageCode = "ja"
defaultContentLanguage = 'ja'
title = "松浦知也 授業資料"
theme = 'book'
publishDir = "public"
contentDir = 'content'
[markup]
[markup.goldmark.renderer]
unsafe = true
@@ -11,7 +12,6 @@ publishDir = "public"
[markup.tableOfContents]
startLevel = 1
contentDir = 'content'
[languages]
[languages.ja]
languageName = 'Japanese'
@@ -20,8 +20,6 @@ contentDir = 'content'
languageName = 'English'
weight = 2
title = "Classes by Matsuura Tomoya"
# (Optional) Set Google Analytics if you use it to track your website.
# Always put it on the top of the configuration file, otherwise it won't work
@@ -40,13 +38,14 @@ enableGitInfo = true
# (Optional) Theme is intended for documentation use, therefore it doesn't render taxonomy.
# You can remove related files with config below
disableKinds = ['taxonomy', 'taxonomyTerm']
disableKinds = ['taxonomy']
[params]
# ogp
description = "松浦知也の授業資料のWebサイトです。"
images = ["ogp.png"]
title = "松浦知也 授業資料 / teach.matsuuratomoya.com"
BookTheme = 'auto'
# (Optional, default true) Controls table of contents visibility on right side of pages.
# Start and end levels can be controlled with markup.tableOfContents setting.
@@ -67,13 +66,13 @@ disableKinds = ['taxonomy', 'taxonomyTerm']
# Set source repository location.
# Used for 'Last Modified' and 'Edit this page' links.
BookRepo = 'https://github.com/tomoyanonymous/teach-matsuuratomoya-com'
BookRepo = 'https://git.matsuuratomoya.com/tomoyanonymous/teach-matsuuratomoya-com'
# Enable 'Edit this page' links for 'doc' page type.
# Disabled by default. Uncomment to enable. Requires 'BookRepo' param.
# Path must point to 'content' directory of repo.
BookEditPath = 'tree/master'
BookEditPath = 'src/branch/main'
BookCommitPath = 'commit'
# (Optional, default January 2, 2006) Configure the date format used on the pages
# - In git information
# - In blog posts
@@ -88,10 +87,19 @@ disableKinds = ['taxonomy', 'taxonomyTerm']
# By default partals/docs/comments.html includes Disqus template
# See https://gohugo.io/content-management/comments/#configure-disqus
# Can be overwritten by same param in page frontmatter
BookComments = true
BookComments = false
# /!\ This is an experimental feature, might be removed or changed at any time
# (Optional, experimental, default false) Enables portable links and link checks in markdown pages.
# Portable links meant to work with text editors and let you write markdown without {{< relref >}} shortcode
# Theme will print warning if page referenced in markdown does not exists.
BookPortableLinks = true
[[module.imports]]
path = "github.com/KKKZOZ/hugo-admonitions"
[[module.imports]]
path = 'github.com/alex-shpak/hugo-book'
[[module.imports]]
path = 'github.com/tomoyanonymous/hugo-micromorph'
[[module.imports]]
path = 'github.com/hugomods/icons/vendors/font-awesome'

View File

@@ -0,0 +1 @@
{{ partialCached "micromorph.html" . }}

View File

@@ -0,0 +1 @@
<meta name="fediverse:creator" content="@tomoya@social.matsuuratomoya.com" />

12
package-lock.json generated
View File

@@ -9,8 +9,10 @@
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"deepl-node": "^1.11.0"
}
"deepl-node": "^1.11.0",
"micromorph": "^0.4.5"
},
"devDependencies": {}
},
"node_modules/@types/node": {
"version": "20.10.3",
@@ -125,6 +127,12 @@
"url": "https://tidelift.com/funding/github/npm/loglevel"
}
},
"node_modules/micromorph": {
"version": "0.4.5",
"resolved": "https://registry.npmjs.org/micromorph/-/micromorph-0.4.5.tgz",
"integrity": "sha512-Erasr0xiDvDeEhh7B/k7RFTwwfaAX10D7BMorNpokkwDh6XsRLYWDPaWF1m5JQeMSkGdqlEtQ8s68NcdDWuGgw==",
"license": "MIT"
},
"node_modules/mime-db": {
"version": "1.52.0",
"resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",

14
package.hugo.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "teach-matsuuratomoya-com",
"version": "1.0.0",
"description": "[![License: CC BY-NC-SA 4.0](https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg)](https://creativecommons.org/licenses/by-nc-sa/4.0/)",
"main": "translate.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"deepl-node": "^1.11.0"
}
}

View File

@@ -1,14 +1,23 @@
{
"name": "teach-matsuuratomoya-com",
"version": "1.0.0",
"author": "",
"comments": {
"dependencies": {
"deepl-node": "project",
"micromorph": "github.com/tomoyanonymous/hugo-micromorph"
},
"devDependencies": {}
},
"dependencies": {
"deepl-node": "^1.11.0",
"micromorph": "^0.4.5"
},
"description": "[![License: CC BY-NC-SA 4.0](https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg)](https://creativecommons.org/licenses/by-nc-sa/4.0/)",
"devDependencies": {},
"license": "ISC",
"main": "translate.js",
"name": "teach-matsuuratomoya-com",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"deepl-node": "^1.11.0"
}
"version": "1.0.0"
}

Submodule themes/book deleted from 5e15ddb4f4