HackMD
    • Sharing Link copied
    • /edit
    • View mode
      • Edit mode
      • View mode
      • Book mode
      • Slide mode
      Edit mode View mode Book mode Slide mode
    • Note Permission
    • Read
      • Only me
      • Signed-in users
      • Everyone
      Only me Signed-in users Everyone
    • Write
      • Only me
      • Signed-in users
      • Everyone
      Only me Signed-in users Everyone
    • More (Comment, Invitee)
    • Publishing
    • Commenting Enable
      Disabled Forbidden Owners Signed-in users Everyone
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Invitee
    • No invitee
    • Options
    • Versions
    • Transfer ownership
    • Delete this note
    • Template
    • Save as template
    • Insert from template
    • Export
    • Google Drive Export to Google Drive
    • Gist
    • Import
    • Google Drive Import from Google Drive
    • Gist
    • Clipboard
    • Download
    • Markdown
    • HTML
    • Raw HTML
Menu Sharing Help
Menu
Options
Versions Transfer ownership Delete this note
Export
Google Drive Export to Google Drive Gist
Import
Google Drive Import from Google Drive Gist Clipboard
Download
Markdown HTML Raw HTML
Back
Sharing
Sharing Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Note Permission
Read
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Write
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
More (Comment, Invitee)
Publishing
More (Comment, Invitee)
Commenting Enable
Disabled Forbidden Owners Signed-in users Everyone
Permission
Owners
  • Forbidden
  • Owners
  • Signed-in users
  • Everyone
Invitee
No invitee
   owned this note    owned this note      
Published Linked with
Like BookmarkBookmarked
Subscribed
  • Any changes
    Be notified of any changes
  • Mention me
    Be notified of mention me
  • Unsubscribe
Subscribe
# Code for Japan Summit 2022 介紹 9.17-9.24 https://summit2022.code4japan.org/ > 今年的 Code for Japan Summit 是 Summit 週!!! [name=chihao] ## 今年主題:再多想一些,再多做一些 >> ともに考え、ともにつくる 社會問題也許很困難,一個人的力量也許很小,當沒有人開始行動、串連,也許就能掀起波浪,改變社會。 >> 社会の課題は大きく、一人の力では弱いかもしれません。しかし、誰かが動きはじめることで兆しが見え、人々がつながり、大きなうねりになり、社会を変えていくことができます。 在世界各地,都有正在用科技改變社會的伙伴。 >> 国内にも、海外にも、テクノロジーで社会課題を解決しようとしている多くの仲間たちがいます。 Code for Japan Summit 是日本最大的公民科技會議,從 2014 年開始,每年秋季都會舉辦,至 2019 年止,曾由日本各地公民科技社群協力,在神戸、新潟、千葉等地舉辦,2022、2021 年轉為線上,今年則是線上 + 實體的會議! >> Code for Japan Summitは、2014年から毎年秋頃に開催している国内最大級のシビックテックカンファレンスです。 2019年までは、全国各地のシビックテックコミュニティ(ブリゲード)と協力しながら神戸、新潟、千葉などで開催をしてきました。 2020年・2021年は新型コロナウイルス感染症の影響もあり、全面オンラインに切り替え、2回開催してまいりました。 2022年、今年度はオフラインとオンラインのいいとこどりができるよう、リニューアルして開催いたします! ## 來當講者!Call for Proposal 7/28 截止(已延長) - [投稿](https://sessionize.com/cfj-summit-2022/) - 預定 7 月底公布結果 - 之後上傳影片 ## 來揪趴!Watch Party 徵集 7/10 截止(已延長) 今年的新機制:自己的 summit(看影片趴)自己辦 - [填表申請](https://docs.google.com/forms/d/e/1FAIpQLSfpy2xTLEurEaZ7PZ3-ynw1t9g00a9wnE7OeJZnro84tCegEw/viewform) - [更多資訊](https://docs.google.com/presentation/d/1XxqIjQbiPdV_PiVrrp22sZ9vqRQzSfQnWF7ammsQUhg/edit#) ![](https://summit2022.code4japan.org/_next/image?url=%2Fmain-img.jpg&q=75&w=3840) <style> .markdown-body blockquote > blockquote { font-size: 10px; } </style>

Import from clipboard

Advanced permission required

Your current role can only read. Ask the system administrator to acquire write and comment permission.

This team is disabled

Sorry, this team is disabled. You can't edit this note.

This note is locked

Sorry, only owner can edit this note.

Reach the limit

Sorry, you've reached the max length this note can be.
Please reduce the content or divide it to more notes, thank you!

Import from Gist

Import from Snippet

or

Export to Snippet

Are you sure?

Do you really want to delete this note?
All users will lost their connection.

Create a note from template

Create a note from template

Oops...
This template has been removed or transferred.


Upgrade

All
  • All
  • Team
No template.

Create a template


Upgrade

Delete template

Do you really want to delete this template?

This page need refresh

You have an incompatible client version.
Refresh to update.
New version available!
See releases notes here
Refresh to enjoy new features.
Your user state has changed.
Refresh to load new user state.

Sign in

Forgot password

or

Sign in via GitHub

New to HackMD? Sign up

Help

  • English
  • 中文
  • 日本語

Documents

Tutorials

Book Mode Tutorial

Slide Example

YAML Metadata

Resources

Releases

Blog

Policy

Terms

Privacy

Cheatsheet

Syntax Example Reference
# Header Header 基本排版
- Unordered List
  • Unordered List
1. Ordered List
  1. Ordered List
- [ ] Todo List
  • Todo List
> Blockquote
Blockquote
**Bold font** Bold font
*Italics font* Italics font
~~Strikethrough~~ Strikethrough
19^th^ 19th
H~2~O H2O
++Inserted text++ Inserted text
==Marked text== Marked text
[link text](https:// "title") Link
![image alt](https:// "title") Image
`Code` Code 在筆記中貼入程式碼
```javascript
var i = 0;
```
var i = 0;
:smile: :smile: Emoji list
{%youtube youtube_id %} Externals
$L^aT_eX$ LaTeX
:::info
This is a alert area.
:::

This is a alert area.

Versions

Versions

Upgrade now

Version named by    

More Less
  • Edit
  • Delete

Note content is identical to the latest version.
Compare with
    Choose a version
    No search result
    Version not found

Feedback

Submission failed, please try again

Thanks for your support.

On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

Please give us some advice and help us improve HackMD.

 

Thanks for your feedback

Remove version name

Do you want to remove this version name and description?

Transfer ownership

Transfer to
    Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.