├── .gitignore ├── Makefile ├── README.rst ├── content ├── blog │ └── 2024 │ │ ├── 202312-review.rst │ │ ├── 202401-review.rst │ │ └── 202402-03-review.rst ├── images │ ├── TOPS-LinkedIn-Badge.png │ ├── coscup-CareerRoundtable-1.jpeg │ ├── coscup-CareerRoundtable-2.jpeg │ └── sciwork_closed_cohort_training.png └── pages │ ├── about.rst │ ├── conference │ ├── 2023 │ │ ├── report.rst │ │ └── talk-in-a-snapshot.png │ ├── 2024 │ │ └── 06-seminar.rst │ ├── 2025 │ │ └── 03-sitcon.rst │ └── index.rst │ ├── index.rst │ ├── meetup │ ├── 2023 │ │ ├── 03-nycu.rst │ │ ├── 04-nycu.rst │ │ ├── 05-nycu.rst │ │ ├── 0628-nycu.rst │ │ ├── 0705-nycu.rst │ │ ├── 0712-nycu.rst │ │ ├── 0719-nycu.rst │ │ ├── 0726-nycu.rst │ │ ├── 0802-nycu.rst │ │ ├── 0805-pydoc.rst │ │ ├── 0809-nycu.rst │ │ ├── 0816-nycu.rst │ │ ├── 0823-nycu.rst │ │ ├── 0830-nycu.rst │ │ ├── 0906-nycu.rst │ │ ├── 0913-nycu.rst │ │ ├── 0920-nycu.rst │ │ ├── 0927-nycu.rst │ │ ├── 1004-nycu.rst │ │ ├── 1011-nycu.rst │ │ ├── 1018-nycu.rst │ │ ├── 1022-pydoc.rst │ │ ├── 1025-nycu.rst │ │ ├── 1101-nycu.rst │ │ ├── 1108-nycu.rst │ │ ├── 1115-nycu.rst │ │ ├── 1122-nycu.rst │ │ ├── 1125-pydoc.rst │ │ ├── 1129-nycu.rst │ │ ├── 1206-nycu.rst │ │ ├── 1213-nycu.rst │ │ ├── 1220-nycu.rst │ │ └── 1227-nycu.rst │ ├── 2024 │ │ ├── 0103-nycu.rst │ │ ├── 0110-nycu.rst │ │ ├── 0117-nycu.rst │ │ ├── 0124-nycu.rst │ │ ├── 0131-nycu.rst │ │ ├── 0221-nycu.rst │ │ ├── 0306-nycu.rst │ │ ├── 0310-pydoc.rst │ │ ├── 0313-nycu.rst │ │ ├── 0320-nycu.rst │ │ ├── 0327-nycu.rst │ │ ├── 0410-nycu.rst │ │ ├── 0417-nycu.rst │ │ ├── 0424-nycu.rst │ │ ├── 0501-nycu.rst │ │ ├── 0508-nycu.rst │ │ ├── 0515-nycu.rst │ │ ├── 0522-nycu.rst │ │ ├── 0529-nycu.rst │ │ ├── 0605-nycu.rst │ │ ├── 0612-nycu.rst │ │ ├── 0619-nycu.rst │ │ ├── 0626-nycu.rst │ │ ├── 0703-nycu.rst │ │ ├── 0710-nycu.rst │ │ ├── 0717-nycu.rst │ │ ├── 0724-nycu.rst │ │ ├── 0731-nycu.rst │ │ ├── 0807-nycu.rst │ │ ├── 0814-nycu.rst │ │ ├── 0821-nycu.rst │ │ ├── 0828-nycu.rst │ │ ├── 0904-nycu.rst │ │ ├── 0911-nycu.rst │ │ ├── 0918-nycu.rst │ │ ├── 0925-nycu.rst │ │ ├── 1002-nycu.rst │ │ ├── 1009-nycu.rst │ │ ├── 1016-nycu.rst │ │ ├── 1023-nycu.rst │ │ ├── 1030-nycu.rst │ │ ├── 1106-nycu.rst │ │ ├── 1113-nycu.rst │ │ ├── 1120-nycu.rst │ │ ├── 1127-nycu.rst │ │ ├── 1204-nycu.rst │ │ ├── 1211-nycu.rst │ │ ├── 1218-nycu.rst │ │ └── 1225-nycu.rst │ ├── 2025 │ │ ├── 0108-nycu.rst │ │ ├── 0115-nycu.rst │ │ ├── 0122-nycu.rst │ │ ├── 0205-nycu.rst │ │ ├── 0212-nycu.rst │ │ ├── 0219-nycu.rst │ │ ├── 0226-nycu.rst │ │ ├── 0305-nycu.rst │ │ ├── 0312-nycu.rst │ │ ├── 0319-nycu.rst │ │ ├── 0326-nycu.rst │ │ ├── 0402-nycu.rst │ │ ├── 0409-nycu.rst │ │ ├── 0416-nycu.rst │ │ ├── 0423-nycu.rst │ │ ├── 0430-nycu.rst │ │ ├── 0507-nycu.rst │ │ ├── 0514-nycu.rst │ │ ├── 0521-nycu.rst │ │ ├── 0528-nycu.rst │ │ ├── 0604-nycu.rst │ │ └── 0611-nycu.rst │ └── index.rst │ ├── project.rst │ ├── sprint │ ├── 2020 │ │ ├── 08-utensor.rst │ │ ├── 09-pip.rst │ │ ├── 10-turgon.rst │ │ └── swportal20-2.rst │ ├── 2021 │ │ ├── 05-devenv.rst │ │ ├── 05end-devenv.rst │ │ ├── 06early-devenv.rst │ │ ├── 07early-devenv.rst │ │ ├── 07early-pycht.rst │ │ ├── 08.rst │ │ ├── 08mid-pycht.rst │ │ ├── 09early-pycht.rst │ │ ├── 11late-pycht.rst │ │ ├── 11late-taipei.rst │ │ ├── scde20210508_full_view.jpeg │ │ ├── scde20210508_host.jpeg │ │ └── scde20210508_speakers.jpeg │ ├── 2022 │ │ ├── 01early-pycht.rst │ │ ├── 02-hsinchu.rst │ │ ├── 04-taipei.rst │ │ ├── 05-nycu-career.rst │ │ ├── 06-taipei.rst │ │ ├── 07-taipei.rst │ │ ├── 08-taipei.rst │ │ ├── 09-hsinchu.rst │ │ ├── 10-nycu.rst │ │ ├── 11early-hsinchu.rst │ │ └── 12-hsinchu.rst │ ├── 2023 │ │ ├── 02-taipei.rst │ │ ├── 03-hsinchu.rst │ │ ├── 04-hsinchu.rst │ │ ├── 05-hsinchu.rst │ │ ├── 08-hsinchu.rst │ │ ├── 09-hsinchu.rst │ │ ├── 10-hsinchu.rst │ │ ├── 11-hsinchu.rst │ │ └── 12-taipei.rst │ ├── 2024 │ │ ├── 01-hsinchu.rst │ │ ├── 02-hsinchu.rst │ │ ├── 03-taipei.rst │ │ ├── 04-hsinchu.rst │ │ ├── 05-hsinchu.rst │ │ ├── 06-taipei.rst │ │ ├── 07-taipei.rst │ │ ├── 08-coscup.rst │ │ ├── 08-taipei.rst │ │ ├── 09-hsinchu.rst │ │ ├── 10-hsinchu.rst │ │ └── 11-hsinchu.rst │ ├── 2025 │ │ ├── 02-hsinchu.rst │ │ ├── 03-hsinchu.rst │ │ ├── 03-taipei.rst │ │ ├── 04-hsinchu.rst │ │ └── 05-hsinchu.rst │ └── index.rst │ └── training │ ├── 2024 │ ├── 03-workshop.rst │ └── 08-nasatops.rst │ └── index.rst ├── netlify.toml ├── pelican-plugins ├── headerid │ ├── README.rst │ ├── __init__.py │ └── headerid.py └── sitemap │ ├── __init__.py │ └── sitemap.py ├── pelicanconf.py ├── requirements.txt ├── runtime.txt ├── tailwind ├── purgecss.config.js ├── styles.css └── tailwind.config.js └── theme ├── static ├── css │ └── main.css ├── fonts │ ├── Yanone_Kaffeesatz_400.eot │ ├── Yanone_Kaffeesatz_400.svg │ ├── Yanone_Kaffeesatz_400.ttf │ ├── Yanone_Kaffeesatz_400.woff │ └── Yanone_Kaffeesatz_400.woff2 └── images │ ├── android-chrome-192x192.png │ ├── android-chrome-512x512.png │ ├── icons │ ├── favicon-16x16.png │ ├── favicon-32x32.png │ └── favicon.ico │ └── sciworkbkg.png └── templates ├── archives.html ├── article.html ├── author.html ├── authors.html ├── base.html ├── blog.html ├── categories.html ├── category.html ├── cover.html ├── disqus.html ├── gosquared.html ├── index.html ├── page.html ├── pagination.html ├── period_archives.html ├── tag.html ├── tags.html └── translations.html /.gitignore: -------------------------------------------------------------------------------- 1 | __pycache__/ 2 | output/ 3 | .venv/ 4 | .vscode/ -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- 1 | PY?=python3 2 | PELICAN?=pelican 3 | PELICANOPTS= 4 | 5 | BASEDIR=$(CURDIR) 6 | INPUTDIR=$(BASEDIR)/content 7 | OUTPUTDIR=$(BASEDIR)/output 8 | CONFFILE=$(BASEDIR)/pelicanconf.py 9 | PUBLISHCONF=$(BASEDIR)/publishconf.py 10 | 11 | 12 | DEBUG ?= 0 13 | ifeq ($(DEBUG), 1) 14 | PELICANOPTS += -D 15 | endif 16 | 17 | RELATIVE ?= 0 18 | ifeq ($(RELATIVE), 1) 19 | PELICANOPTS += --relative-urls 20 | endif 21 | 22 | help: 23 | @echo 'Makefile for a pelican Web site ' 24 | @echo ' ' 25 | @echo 'Usage: ' 26 | @echo ' make html (re)generate the web site ' 27 | @echo ' make clean remove the generated files ' 28 | @echo ' make regenerate regenerate files upon modification ' 29 | @echo ' make devserver [PORT=8000] serve and regenerate together ' 30 | @echo ' ' 31 | @echo 'Set the DEBUG variable to 1 to enable debugging, e.g. make DEBUG=1 html ' 32 | @echo 'Set the RELATIVE variable to 1 to enable relative urls ' 33 | @echo ' ' 34 | 35 | html: 36 | $(PELICAN) $(INPUTDIR) -o $(OUTPUTDIR) -s $(CONFFILE) $(PELICANOPTS) 37 | 38 | clean: 39 | [ ! -d $(OUTPUTDIR) ] || rm -rf $(OUTPUTDIR) 40 | 41 | regenerate: 42 | $(PELICAN) -r $(INPUTDIR) -o $(OUTPUTDIR) -s $(CONFFILE) $(PELICANOPTS) 43 | 44 | 45 | devserver: 46 | ifdef PORT 47 | $(PELICAN) -lr $(INPUTDIR) -o $(OUTPUTDIR) -s $(CONFFILE) $(PELICANOPTS) -p $(PORT) 48 | else 49 | $(PELICAN) -lr $(INPUTDIR) -o $(OUTPUTDIR) -s $(CONFFILE) $(PELICANOPTS) 50 | endif 51 | 52 | 53 | deploy: html purgecss 54 | 55 | 56 | NPX?=npx 57 | TAILWINDBASE?=tailwind/styles.css 58 | TAILWINDCONF?=tailwind/tailwind.config.js 59 | CSSFILE?=theme/static/css/main.css 60 | PURGECSSCONF?=tailwind/purgecss.config.js 61 | 62 | 63 | css: 64 | $(NPX) tailwindcss build $(TAILWINDBASE) -c $(TAILWINDCONF) -o $(CSSFILE) 65 | 66 | 67 | purgecss: 68 | $(NPX) purgecss@5.0.0 --config $(PURGECSSCONF) --css $(CSSFILE) -o output/theme/css 69 | 70 | 71 | .PHONY: html help clean regenerate devserver deploy css purgecss 72 | -------------------------------------------------------------------------------- /README.rst: -------------------------------------------------------------------------------- 1 | ============== 2 | Sciwork portal 3 | ============== 4 | 5 | This repository is for the website for the sciwork portal. Check-ins 6 | to the repository will be automatically deployed to the website by 7 | `Netlify `__. 8 | 9 | The website is built by using `pelican `__. The 10 | flow for contribution is: 11 | 12 | 1. Clone the repository 13 | 2. Run a local devserver 14 | 3. Edit the content 15 | 4. File a pull request (PR) against ``develop`` branch 16 | 5. Resolve discussions in the PR review 17 | 6. PR is merged, done 18 | 19 | .. note:: 20 | 21 | Do NOT file PR against the ``master`` branch. 22 | 23 | In the working copy root, run the following command for the local devserver: 24 | 25 | .. code-block:: bash 26 | 27 | env SITEURL=http://localhost:8000 make devserver [PORT=8000] 28 | 29 | Branch convention 30 | ================= 31 | 32 | The ``master`` branch is deployed to the official website https://sciwork.dev 33 | and https://swportal.netlify.app. 34 | 35 | The ``develop`` branch is deployed to the under development 36 | https://develop--swportal.netlify.app. 37 | 38 | Other branches are deployed to https://{branch}--swportal.netlify.app. Replace 39 | ``/`` in the branch name with ``-``. 40 | 41 | Pull requests are deployed to 42 | https://deploy-preview-{id}--swportal.netlify.app. ``{id}`` is the PR ID. 43 | 44 | Changes for improvement 45 | ----------------------- 46 | 47 | To add contents or website features, create a branch named like 48 | ``feature/your-addition``. 49 | 50 | New blog entries 51 | ---------------- 52 | 53 | To add a new blog entry, the branch name should be 54 | ``feature/blog/entry-name``. 55 | 56 | New event entries 57 | ----------------- 58 | 59 | To add a new evnet entry, the branch name should be 60 | ``feature/event/entry-name``. 61 | 62 | Bugfix 63 | ------ 64 | 65 | If you want to fix bugs or typographical errors, create a branch named like 66 | ``bugfix/your-fix``. 67 | 68 | Writing content 69 | =============== 70 | 71 | Pelican supports writing content in reStructuredText format (with a file ending 72 | in ``.rst``) or Markdown syntax (with a file ending in ``.md``, ``.markdown``, 73 | ``.mkd``, or ``.mdown``). 74 | 75 | Scisprint 76 | --------- 77 | 78 | To add a new Scisprint event, save the pages into 79 | ``content/pages/sprint/{date:%Y}`` directory, 80 | and the URL should be ``sprint/{date:%Y}/{slug}``. 81 | 82 | Generate Sitemap 83 | ----------------- 84 | 85 | In order to generate sitemap.xml smoothly, some modifications are necessary: 86 | 87 | 1. Make sure that env variable ``SITEURL`` has existed. 88 | 2. Make sure that each .rst has ``:url:`` and ``:save_as:`` parameters. 89 | 3. each time you run ``pelican content`` or ``make html``, ``sitemap.xml`` will be generated automatically. 90 | -------------------------------------------------------------------------------- /content/blog/2024/202312-review.rst: -------------------------------------------------------------------------------- 1 | ================================================================ 2 | sciwork December 2023 review: weekly meetup and Taipei scisprint 3 | ================================================================ 4 | 5 | :date: 2024-01-06 6 | :author: Ming-Jie Kuo 7 | :category: blog 8 | 9 | In December 2023, sciwork hosted two event series, the weekly meetup and the 10 | monthly Scisprint. 11 | 12 | Weekly Meetup 13 | ------------- 14 | A lot of students from National Yang Ming Chiao Tung University joined the 15 | December meetups to discuss the courses they took and project development. We 16 | did preparational work for sciwork 2023 conference and the December Taipei 17 | scisprint. We also discussed how to automate the flow for organizing sciwork 18 | events and the website deployment. 19 | 20 | Taipei Scisprint 21 | ---------------- 22 | It has been a while since the last time we held an event outside Taipei. It is 23 | encouraging that the December Taipei Scisprint attracted five new friends. It’s 24 | the first time RockLeon hosted a scisprint, and he did an excellent job at the 25 | new venue. 26 | 27 | We are making good progress with the participating projects. Participants with 28 | modmesh successfully installed the code on Windows, showing the capability to 29 | deploy on multiple platforms. uTensor has completed a Python wrapper for the 30 | C++ runtime using pybind11, which already compiles and works on matrix 31 | multiplication. 32 | 33 | PyLiteracy fixed a case problem and a logic bug in the Atlas project, and added 34 | a new demo program. pydoc-zhtw has started translating many new documents, 35 | including pathlib, pickletools, copyreg, io, and base64. We also have started 36 | to build Weblate, an open source translation platform to help more people get 37 | involved in translation. 38 | 39 | This scisprint is also the beginning of the promotional plan for sciwork events 40 | in 2024, including discussion of images and scheduling. Our efforts over the 41 | past year made the preparation for the event smoother. We are also constantly 42 | thinking about ways to further improve the experience of the event and the 43 | website. There will be more and better events in the new year. 44 | 45 | You can check the event photos at https://www.flickr.com/photos/sciwork/albums. 46 | 47 | .. raw:: html 48 | 49 | 69 |
70 |
71 | DSC06829 72 | Group Photo 73 |
74 |
75 | DSC06746.JPG 76 | Coding and Discussion 77 |
78 |
79 | -------------------------------------------------------------------------------- /content/blog/2024/202401-review.rst: -------------------------------------------------------------------------------- 1 | ================================================================ 2 | sciwork January 2024 review: weekly meetup and Hsinchu scisprint 3 | ================================================================ 4 | 5 | :date: 2024-03-04 6 | :author: Ming-Jie Kuo 7 | :category: blog 8 | 9 | Weekly Meetup 10 | ------------- 11 | In the January meetup, Yung-Yu introduced the CESE method, which is utilized in 12 | the `modmesh project `__ to solve the fluid dynamics problem. This provided modmesh 13 | members with a deeper understanding of using numerical methods to solve the partial 14 | differential equations. Meanwhile, Ming-Jie delved into researching the CESE method. 15 | In addition, Kuan-Wei Chiu and Chun-Shih joined the modmesh team and actively contributed 16 | to solve CI-related issues and offering valuable assistance to the project's progress. 17 | 18 | Hsinchu Scisprint 19 | ----------------- 20 | We also have a series of developments at January scisprint. 21 | Li-Hsuan created new promotional pictures to improve the promotional effect on social media. 22 | New member joined the uTensor team and successfully advanced the progress of Python binding. 23 | pyLiteracy developed a new GUI interface that effectively highlights grammar errors in articles, and 24 | meng joined the pyLiteracy team to learn how to check the grammar errors with the pyLiteracy project. 25 | Furthermore, modmesh enhanced drawing capabilities for more effective mesh visualization. The swportal 26 | team archived and organized the sciwork 2023 website during January scisprint to preserve essential 27 | information from the event. 28 | 29 | 30 | The February meetup frequency will be reduced due to school holidays. However, ongoing 31 | development for each project will continue. We are prepared to welcome new students to 32 | join our community. 33 | 34 | You can check the event photos at https://www.flickr.com/photos/sciwork/albums. 35 | 36 | .. raw:: html 37 | 38 | 58 |
59 |
60 | IMG_1100 61 | Group Photo 62 |
63 |
64 | IMG_1107 65 | Coding and Discussion 66 |
67 |
68 | -------------------------------------------------------------------------------- /content/images/TOPS-LinkedIn-Badge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sciwork/swportal/3873909a61238f043091b3abad62c67461ea1b23/content/images/TOPS-LinkedIn-Badge.png -------------------------------------------------------------------------------- /content/images/coscup-CareerRoundtable-1.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sciwork/swportal/3873909a61238f043091b3abad62c67461ea1b23/content/images/coscup-CareerRoundtable-1.jpeg -------------------------------------------------------------------------------- /content/images/coscup-CareerRoundtable-2.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sciwork/swportal/3873909a61238f043091b3abad62c67461ea1b23/content/images/coscup-CareerRoundtable-2.jpeg -------------------------------------------------------------------------------- /content/images/sciwork_closed_cohort_training.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sciwork/swportal/3873909a61238f043091b3abad62c67461ea1b23/content/images/sciwork_closed_cohort_training.png -------------------------------------------------------------------------------- /content/pages/about.rst: -------------------------------------------------------------------------------- 1 | ===== 2 | about 3 | ===== 4 | 5 | :url: about 6 | :save_as: about.html 7 | 8 | Contact us 9 | ========== 10 | 11 | * Twitter: https://twitter.com/sciwork 12 | * Discord: https://discord.gg/6MAkFrD 13 | * Email: contact@sciwork.dev 14 | 15 | Organizers 16 | ========== 17 | 18 | Yung-Yu Chen 19 | ------------ 20 | 21 | Yung-Yu is a numerical analyst and HPC software architect. He has experience in 22 | different application domains, including computational fluid dynamics (CFD) and 23 | computational lithography. Yung-Yu is currently `working 24 | `__ as a technologist of OPC at Synopsys, 25 | and spending some time `teaching 26 | `__ software development for 27 | engineering at NYCU. He has contributed to the Python community for many years 28 | and is a PSF fellow. 29 | 30 | Shu-Hsi Lin 31 | ----------- 32 | 33 | Shu-Hsi is a data engineer, python programmer, and computational biologist. He 34 | currently `manages `__ a team 35 | for data engineering at Micron. He has broad interests in software/data 36 | architecture, IoT applications, cloud/web services, and engineer culture, and 37 | spends a lot of time sharing his insights about the data engineering field 38 | online and offline. 39 | 40 | Robert Lin 41 | ---------- 42 | 43 | Robert is an EDA (electronic design automation) engineer focusing on STA (static 44 | timing analysis) and customer engagement, and works at Google. He collaborated 45 | with many IC design houses in Taiwan and led the very first customer lending for 46 | multiple products. Robert also contributed to PyCon Taiwan as an organizing 47 | team leader. 48 | 49 | Chester Cheng 50 | ------------- 51 | 52 | Chester is a programmer and DevOps engineer with expertise in automation, 53 | containerization, CI/CD, and cloud computing. Currently, he leads a team to 54 | ensure the quality and reliability of the entire networking system including SDK 55 | (Switch Development Kit) and SONiC (Software for Open Networking in the Cloud). 56 | Chester is passionate about open-source projects, and contributes to the `Open 57 | Traffic Generator `__ project. 58 | 59 | Related links 60 | ============= 61 | 62 | * `Sciwork (conference) 2020 (cancelled) `__. 63 | -------------------------------------------------------------------------------- /content/pages/conference/2023/talk-in-a-snapshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sciwork/swportal/3873909a61238f043091b3abad62c67461ea1b23/content/pages/conference/2023/talk-in-a-snapshot.png -------------------------------------------------------------------------------- /content/pages/conference/2025/03-sitcon.rst: -------------------------------------------------------------------------------- 1 | ==================================================== 2 | sciwork booth in SITCON 2025 3 | ==================================================== 4 | 5 | :date: 2024-05-09 21:00 6 | :url: events/2025/03-sitcon 7 | :save_as: events/2025/03-sitcon.html 8 | 9 | 10 | Sciwork is excited to participate in `SITCON 2025 `__, the biggest student tech community event in Taiwan! 11 | If you are passionate about coding, open-source collaboration, or scientific computing, our booth is the place to be. 12 | This year at SITCON, we have prepared: 13 | 14 | * **Community Introduction**: Learn about our community and how you can be part of it! 15 | * **Card Game**: Play and explore how your coding skills connect to the world of scientific computing! 16 | * **Open Source Discussions**: Whether you're new to open source or an experienced contributor, come chat with us about projects, collaboration, and innovation! 17 | 18 | Whether you are an experienced developer passionate about open source or a student just starting your journey, 19 | we welcome you to visit the Sciwork booth! 20 | 21 | Besides, our community members will also give a talk at SITCON 2025, check out the details below: 22 | 23 | .. list-table:: 24 | :widths: 25 25 20 10 25 | :header-rows: 1 26 | 27 | * - Title 28 | - Speaker 29 | - Time 30 | - Room 31 | * - Python 的靈活!C++ 的速度!我全都要!pybind11 入門指南 32 | - Jason Teng 33 | - 14:45 -- 15:25 34 | - R3 35 | * - Linux 核心 Min Heap 實作:教科書與現實差異 36 | - visitorckw 37 | - 12:45 -- 13:25 38 | - R2 39 | 40 | We look forward to seeing you at SITCON 2025! 41 | 42 | Date 43 | ---- 44 | 45 | * Date: 8th March, Saturday, 2025 46 | * Time: 9:00 -- 16:00 47 | 48 | | 49 | 50 | Venue 51 | ----- 52 | 53 | `中央研究院 人文社會科學館 (Humanities and Social Sciences Building, Academia Sinica) 54 | `__. 55 | 56 | .. raw:: html 57 | 58 |
59 | 62 |
63 | 64 | | 65 | 66 | Contact us 67 | ---------- 68 | 69 | * sciwork: https://sciwork.dev/ 70 | * discord: https://discord.gg/6MAkFrD 71 | * email: `contact@sciwork.dev (subject: I want to lead a project in scisprint) `__ 72 | * flickr: https://www.flickr.com/photos/sciwork/albums 73 | -------------------------------------------------------------------------------- /content/pages/conference/index.rst: -------------------------------------------------------------------------------- 1 | =========== 2 | Conference 3 | =========== 4 | 5 | :date: 2023-09-28 09:00 6 | :url: conference 7 | :save_as: conference/index.html 8 | 9 | 10 | sciwork booth in SITCON 2025 11 | ============================ 12 | Please refer to `sciwork booth in SITCON 2025 <{filename}2025/03-sitcon.rst>`__. 13 | 14 | 15 | sciwork 2024 16 | =================== 17 | 18 | `sciwork 2024 `__ provides a physical venue to showcase the reasons for 19 | our code, and how programming languages are used for scientific and engineering applications. You will 20 | have the oppoptunity to learn more about their best practices, participate the professional DUCT TOPS training, 21 | and become deeply involed with our open-source projects. 22 | 23 | - Date: December 14, 2024 24 | - Venue: Department of Physics/Center for Condensed Building, NTU, Taipei, Taiwan 25 | 26 | 27 | sciwork seminar summer 2024 28 | =========================== 29 | 30 | Please refer to `sciwork seminar summer 2024 <{filename}2024/06-seminar.rst>`__. 31 | 32 | 33 | sciwork 2023 34 | ================ 35 | 36 | `sciwork 2023 `__ is to provide a physical venue to showcase how programming languages are 37 | used for scientific and engineering applications and their best practices. In addition 38 | to scientific computing and high-performance computing, we also emphasize data management, 39 | process, analytics, and visualization. 40 | 41 | - Date: December 9-10, 2023 42 | - Venue: Microelectronics and Information Research Center, NYCU, Hsinchu, Taiwan 43 | 44 | 45 | Event report of sciwork 2023 46 | ******************************** 47 | 48 | sciwork 2023 has concluded, and we appreciate everyone who participated! 49 | Feel free to review the report `here `__! 50 | 51 | -------------------------------------------------------------------------------- /content/pages/meetup/2023/03-nycu.rst: -------------------------------------------------------------------------------- 1 | ======================================== 2 | Meetup 2023 March in NYCU 3 | ======================================== 4 | 5 | :date: 2023-03-11 15:08 6 | :url: meetup/2023/03-nycu 7 | :save_as: meetup/2023/03-nycu.html 8 | 9 | Meetup 2023 March in NYCU 10 | ======================================== 11 | 12 | * Date: March 15th, 22th and 29st, 2023 13 | * Time: 18:30 -- 21:30 (3 hours) 14 | * `Meetup note <#meetup-note>`__ 15 | 16 | To join the meetup, please bring your laptop. You are also very welcome to bring your project. Please `contact us 17 | <#contact-us>`__ if you have any questions. 18 | 19 | Meetup is an event providing space for people to work on open source 20 | projects together. We welcome any subjects that may interest the attendees, 21 | and especially encourage code for science, engineering, and technology, which 22 | demand more critical discussions than other applications of computer 23 | programming. 24 | 25 | We would like to provide a supportive and friendly environment for all attendees to support more developers 26 | to join in the open-source communities. 27 | 28 | Topic Discussion 29 | ------------------- 30 | 31 | We invite all attendees to suggest topics for the upcoming meetups, which will 32 | feature approximately three 10-minute topics, and we welcome 33 | suggestions from attendees. To list a few, the topic may be about Modmesh, NSD, 34 | and NSD project, among others. 35 | 36 | Agenda 22nd March 2023 37 | ----------------------- 38 | 39 | - 18:30-19:30 Disscussion. 40 | - 19:30-19:40 Topic discussion: Projection method. (EN) 41 | - 19:40-19:50 Topic discussion: Euler solver. (Chu-Hsu) 42 | - 19:50-20:00 Topic discussion: Camera. (TY) 43 | - 20:00-20:10 Scisprint recruitment. (Jenny) 44 | - 20:10- Discussion. 45 | 46 | Venue 47 | ----- 48 | 49 | `國立陽明交通大學 工程三館 3 樓 329 室 (Room 343, Engineering Building 3, NYCU) `__. 50 | 51 | .. raw:: html 52 | 53 |
54 | 57 |
58 | 59 | Meetup note 60 | ----------- 61 | 62 | https://hackmd.io/@sciwork/meetup-nycu-2303 63 | 64 | .. raw:: html 65 | 66 | 67 | 68 | Contact us 69 | ---------- 70 | 71 | * Discord: https://discord.gg/7qGtWzHe9f 72 | * Email: `contact@sciwork.dev (subject: I want to lead a project in meetup) `__ 73 | -------------------------------------------------------------------------------- /content/pages/meetup/2023/04-nycu.rst: -------------------------------------------------------------------------------- 1 | ======================================== 2 | Meetup 2023 April in NYCU 3 | ======================================== 4 | 5 | :date: 2023-03-29 21:08 6 | :url: meetup/2023/04-nycu 7 | :save_as: meetup/2023/04-nycu.html 8 | 9 | Meetup 2023 April in NYCU 10 | ======================================== 11 | 12 | * Date: April 12th, 19th and 26st, 2023 13 | * Time: 18:30 -- 21:30 (3 hours) 14 | * `Meetup note <#meetup-note>`__ 15 | 16 | To join the meetup, please bring your laptop. You are also very welcome to bring your project. Please `contact us 17 | <#contact-us>`__ if you have any questions. 18 | 19 | Meetup is an event providing space for people to work on open source 20 | projects together. We welcome any subjects that may interest the attendees, 21 | and especially encourage code for science, engineering, and technology, which 22 | demand more critical discussions than other applications of computer 23 | programming. 24 | 25 | We would like to provide a supportive and friendly environment for all attendees to support more developers 26 | to join in the open-source communities. 27 | 28 | Venue 29 | ----- 30 | 31 | `國立陽明交通大學 工程三館 3 樓 329 室 (Room 343, Engineering Building 3, NYCU) `__. 32 | 33 | .. raw:: html 34 | 35 |
36 | 39 |
40 | 41 | Meetup note 42 | ----------- 43 | 44 | https://hackmd.io/@sciwork/meetup-nycu-2304 45 | 46 | .. raw:: html 47 | 48 | 49 | 50 | Contact us 51 | ---------- 52 | 53 | * Discord: https://discord.gg/7qGtWzHe9f 54 | * Email: `contact@sciwork.dev (subject: I want to lead a project in meetup) `__ 55 | -------------------------------------------------------------------------------- /content/pages/meetup/2023/05-nycu.rst: -------------------------------------------------------------------------------- 1 | ======================================== 2 | Meetup 2023 May in NYCU 3 | ======================================== 4 | 5 | :date: 2023-04-20 13:08 6 | :url: meetup/2023/05-nycu 7 | :save_as: meetup/2023/05-nycu.html 8 | 9 | Meetup 2023 May in NYCU 10 | ======================================== 11 | 12 | * Date: May 3rd, 10th, 17th, 24th and 31st, 2023 13 | * Time: 18:30 -- 21:30 (3 hours) 14 | * `Meetup note <#meetup-note>`__ 15 | 16 | To join the meetup, please bring your laptop. You are also very welcome to bring your project. Please `contact us 17 | <#contact-us>`__ if you have any questions. 18 | 19 | Meetup is an event providing space for people to work on open source 20 | projects together. We welcome any subjects that may interest the attendees, 21 | and especially encourage code for science, engineering, and technology, which 22 | demand more critical discussions than other applications of computer 23 | programming. 24 | 25 | We would like to provide a supportive and friendly environment for all attendees to support more developers 26 | to join in the open-source communities. 27 | 28 | Venue 29 | ----- 30 | 31 | `國立陽明交通大學 工程三館 3 樓 329 室 (Room 343, Engineering Building 3, NYCU) `__. 32 | 33 | .. raw:: html 34 | 35 |
36 | 39 |
40 | 41 | Meetup note 42 | ----------- 43 | 44 | https://hackmd.io/@sciwork/meetup-nycu-2305 45 | 46 | .. raw:: html 47 | 48 | 49 | 50 | Contact us 51 | ---------- 52 | 53 | * Discord: https://discord.gg/7qGtWzHe9f 54 | * Email: `contact@sciwork.dev (subject: I want to lead a project in meetup) `__ 55 | -------------------------------------------------------------------------------- /content/pages/meetup/2023/0628-nycu.rst: -------------------------------------------------------------------------------- 1 | ======================================== 2 | Meetup 2023 June 28th in NYCU 3 | ======================================== 4 | 5 | :date: 2023-06-20 21:30 6 | :url: meetup/2023/0628-nycu 7 | :save_as: meetup/2023/0628-nycu.html 8 | 9 | Meetup 2023 June 28th in NYCU 10 | ======================================== 11 | 12 | * Date: June 28th, 2023 13 | * Time: 18:30 -- 21:30 (3 hours) 14 | 15 | To join the meetup, please bring your laptop. You are also very welcome to bring your project. Please `contact us 16 | <#contact-us>`__ if you have any questions. 17 | 18 | Meetup is an event providing space for people to work on open source 19 | projects together. We welcome any subjects that may interest the attendees, 20 | and especially encourage code for science, engineering, and technology, which 21 | demand more critical discussions than other applications of computer 22 | programming. 23 | 24 | We would like to provide a supportive and friendly environment for all attendees to support more developers 25 | to join in the open-source communities. 26 | 27 | Agenda 28 | -------- 29 | 30 | * 18:30-19:40 Free discussion 31 | * 19:40-20:05 Subject (discussion): Code development and sharing in July 32 | * 20:05-21:30 Off-topic discussion 33 | 34 | | 35 | 36 | Discussion topics 37 | ------------------ 38 | 39 | **Subject (discussion): Code development and sharing in July** 40 | 41 | At this meetup, we will discuss the following items: 42 | 43 | * The benefits of developing code and share progress in the meetup 44 | * Projects expecting to make progress in the time frame 45 | * Potential sharing topics 46 | 47 | | 48 | 49 | Venue 50 | ----- 51 | `國立陽明交通大學 工程三館 3 樓 329 室 (Room 343, Engineering Building 3, NYCU) `__. 52 | 53 | .. raw:: html 54 | 55 |
56 | 59 |
60 | 61 | Contact us 62 | ---------- 63 | 64 | * Discord: https://discord.gg/7qGtWzHe9f 65 | * Email: `contact@sciwork.dev (subject: I want to lead a project in meetup) `__ 66 | -------------------------------------------------------------------------------- /content/pages/meetup/2023/0705-nycu.rst: -------------------------------------------------------------------------------- 1 | ======================================== 2 | Meetup 2023 July 5th in NYCU 3 | ======================================== 4 | 5 | :date: 2023-06-30 16:18 6 | :url: meetup/2023/0705-nycu 7 | :save_as: meetup/2023/0705-nycu.html 8 | 9 | Meetup 2023 July 5th in NYCU 10 | ======================================== 11 | 12 | * Date: July 5th, 2023 13 | * Time: 18:30 -- 21:30 (3 hours) 14 | 15 | Thanks all of attendees for your enthusiastic participation. We hope you found the event 16 | informative, inspiring, and a valuable investment of your time. Your participation and 17 | engagement drive us forward. We look forward to more exciting events and opportunities 18 | to connect with all of you in the future. 19 | 20 | 21 | Event Album 22 | ------------ 23 | .. raw:: html 24 | 25 | 26 | Meetup 2023 July 12th 27 | 28 | 29 | 30 | | 31 | | 32 | 33 | To join the meetup, please bring your laptop. You are also very welcome to bring your project. Please `contact us 34 | <#contact-us>`__ if you have any questions. 35 | 36 | Agenda 37 | -------- 38 | 39 | * 18:30-19:40 Free discussion 40 | * 19:40-20:05 Subject (sharing): Running modmesh on NCHC HPC 41 | * 20:05-21:30 Off-topic discussion 42 | 43 | | 44 | 45 | Introduction 46 | ------------ 47 | 48 | Meetup is an event providing space for people to work on open source 49 | projects together. We welcome any subjects that may interest the attendees, 50 | and especially encourage code for science, engineering, and technology, which 51 | demand more critical discussions than other applications of computer 52 | programming. 53 | 54 | We would like to provide a supportive and friendly environment for all attendees to support more developers 55 | to join in the open-source communities. 56 | 57 | Sharing topic 58 | ------------------ 59 | 60 | **Subject (sharing): Running modmesh on NCHC HPC** 61 | 62 | At this meetup, Terry will share the experience of running modmesh on NCHC HPC, along with the challenges he encountered. 63 | 64 | | 65 | 66 | Venue 67 | ----- 68 | `國立陽明交通大學 工程三館 3 樓 329 室 (Room 343, Engineering Building 3, NYCU) `__. 69 | 70 | .. raw:: html 71 | 72 |
73 | 76 |
77 | 78 | Contact us 79 | ---------- 80 | 81 | * Discord: https://discord.gg/7qGtWzHe9f 82 | * Email: `contact@sciwork.dev (subject: I want to lead a project in meetup) `__ 83 | -------------------------------------------------------------------------------- /content/pages/meetup/2023/0712-nycu.rst: -------------------------------------------------------------------------------- 1 | ======================================== 2 | Meetup 2023 July 12th in NYCU 3 | ======================================== 4 | 5 | :date: 2023-07-07 16:18 6 | :url: meetup/2023/0712-nycu 7 | :save_as: meetup/2023/0712-nycu.html 8 | 9 | Date 10 | ----- 11 | 12 | * Date: July 12th, 2023 13 | * Time: 18:30 -- 21:30 (3 hours) 14 | 15 | | 16 | 17 | Agenda 18 | -------- 19 | 20 | * 18:30-19:30 Free discussion 21 | * 19:30-19:55 Subject (sharing): Enhance the building process of modmesh on NCHC HPC 22 | * 20:10-21:30 Subject (discussion): Preparations for August scisprint 23 | 24 | | 25 | 26 | About Meetup 27 | ------------ 28 | 29 | Meetup is an event providing space for people to work on open source 30 | projects together. We welcome any subjects that may interest the attendees, 31 | and especially encourage code for science, engineering, and technology, which 32 | demand more critical discussions than other applications of computer 33 | programming. 34 | 35 | We would like to provide a supportive and friendly environment for all 36 | attendees to support more developers to join in the open-source communities. 37 | 38 | To join the meetup, please bring your laptop. You are also very welcome to 39 | bring your project. Please `contact us <#contact-us>`__ if you have any questions. 40 | 41 | Subjects 42 | ------------------ 43 | 44 | **Sharing: Enhance the building process of modmesh on NCHC HPC** 45 | 46 | At this meetup, Jenny will share what she has done to enhance the building process and the future works about it. 47 | 48 | **Discussion: Preparations for August scisprint** 49 | 50 | Additionally, we will discuss the following items for preparing August scisprint. 51 | 52 | * Task arrangement for volunteers 53 | * Promotion plan for August scisprint 54 | * Preparations for career conversation 55 | 56 | | 57 | 58 | Venue 59 | ----- 60 | `國立陽明交通大學 工程三館 3 樓 329 室 (Room 329, Engineering Building 3, NYCU) `__. 61 | 62 | .. raw:: html 63 | 64 |
65 | 68 |
69 | 70 | Contact us 71 | ---------- 72 | 73 | * Discord: https://discord.gg/G3cccnGfMe 74 | * Email: `contact@sciwork.dev (subject: I want to lead a project in meetup) `__ 75 | -------------------------------------------------------------------------------- /content/pages/meetup/2023/0719-nycu.rst: -------------------------------------------------------------------------------- 1 | ======================================== 2 | Meetup 2023 July 19th in NYCU 3 | ======================================== 4 | 5 | :date: 2023-07-15 16:06 6 | :url: meetup/2023/0719-nycu 7 | :save_as: meetup/2023/0719-nycu.html 8 | 9 | Date 10 | ----- 11 | 12 | 13 | * Date: July 19th, 2023 14 | * Time: 18:30 -- 21:30 (3 hours) 15 | 16 | | 17 | 18 | Agenda 19 | -------- 20 | 21 | * 18:30-19:30 Free discussion 22 | * 19:30-21:30 Subject (discussion): Preparations for August scisprint 23 | 24 | | 25 | 26 | About Meetup 27 | ------------ 28 | 29 | Meetup is an event providing space for people to work on open source 30 | projects together. We welcome any subjects that may interest the attendees, 31 | and especially encourage code for science, engineering, and technology, which 32 | demand more critical discussions than other applications of computer 33 | programming. 34 | 35 | We would like to provide a supportive and friendly environment for all 36 | attendees to support more developers to join in the open-source communities. 37 | 38 | To join the meetup, please bring your laptop. You are also very welcome to 39 | bring your project. Please `contact us <#contact-us>`__ if you have any questions. 40 | 41 | Subjects 42 | ------------------ 43 | 44 | **Discussion: Preparations for August scisprint** 45 | 46 | Additionally, we will discuss the following items for preparing August scisprint. 47 | 48 | * Task arrangement for volunteers 49 | * Promotion plan for August scisprint 50 | * Preparations for career conversation 51 | 52 | | 53 | 54 | Venue 55 | ----- 56 | `國立陽明交通大學 工程三館 3 樓 329 室 (Room 329, Engineering Building 3, NYCU) `__. 57 | 58 | .. raw:: html 59 | 60 |
61 | 64 |
65 | 66 | Contact us 67 | ---------- 68 | 69 | * Discord: https://discord.gg/6MAkFrD 70 | * Email: `contact@sciwork.dev (subject: I want to lead a project in meetup) `__ 71 | -------------------------------------------------------------------------------- /content/pages/meetup/2023/0802-nycu.rst: -------------------------------------------------------------------------------- 1 | ======================================== 2 | Meetup 2023 August 2th in NYCU 3 | ======================================== 4 | 5 | :date: 2023-07-30 14:00 6 | :url: meetup/2023/0802-nycu 7 | :save_as: meetup/2023/0802-nycu.html 8 | 9 | Date 10 | ----- 11 | 12 | * Date: August 2th, 2023 13 | * Time: 18:30 -- 21:30 (3 hours) 14 | 15 | | 16 | 17 | Agenda 18 | -------- 19 | 20 | * 18:30-19:30 Free discussion 21 | * 19:40-20:10 Cloud Native Course Project Sharing: I’m Uber 22 | * 20:10-21:30 Preparational meeting for August scisprint 23 | 24 | | 25 | 26 | Subjects 27 | ------------------ 28 | 29 | Cloud Native Course Project Sharing: I’m Uber 30 | +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 31 | 32 | Speaker : Terry Chan - A graduate student in the field of Biomedical Engineering at NYCU. 33 | His research interests include bioinformatics, IoT applications, and software system development. 34 | 35 | 'I'm Uber' is an Uber Clone project specifically designed to support people working at 36 | the Hsinchu Science and Industrial Park. Our team has implemented it as a web app. Terry 37 | will share the experiences during development, as well as the challenges he encountered. 38 | 39 | 40 | 41 | Preparational meeting for August scisprint 42 | ++++++++++++++++++++++++++++++++++++++++++ 43 | 44 | Additionally, we will discuss the following items for preparing August scisprint. 45 | 46 | * Task arrangement for volunteers 47 | * Promotion plan for August scisprint 48 | * Preparations for career conversation 49 | 50 | Please check `August sciprint `__ and `kktix `__ 51 | for more information. 52 | 53 | Sign up 54 | ------------ 55 | 56 | The event is free. Please register on `kktix `__. 57 | 58 | | 59 | 60 | About Meetup 61 | ------------ 62 | 63 | Meetup is an event providing space for people to work on open source 64 | projects together. We welcome any subjects that may interest the attendees, 65 | and especially encourage code for science, engineering, and technology, which 66 | demand more critical discussions than other applications of computer 67 | programming. 68 | 69 | We would like to provide a supportive and friendly environment for all 70 | attendees to support more developers to join in the open-source communities. 71 | 72 | To join the meetup, please bring your laptop and `sign up <#sign-up>`__. You are also very welcome to 73 | bring your project. Please `contact us <#contact-us>`__ if you have any questions. 74 | 75 | | 76 | 77 | Venue 78 | ----- 79 | `國立陽明交通大學 工程三館 3 樓 329 室 (Room 329, Engineering Building 3, NYCU) `__. 80 | 81 | .. raw:: html 82 | 83 |
84 | 87 |
88 | 89 | Contact us 90 | ---------- 91 | 92 | * Discord: https://discord.gg/6MAkFrD 93 | * Email: `contact@sciwork.dev (subject: I want to lead a project in meetup) `__ 94 | -------------------------------------------------------------------------------- /content/pages/meetup/2023/0809-nycu.rst: -------------------------------------------------------------------------------- 1 | ======================================== 2 | Meetup 2023 August 9th in NYCU 3 | ======================================== 4 | 5 | :date: 2023-07-30 13:40 6 | :url: meetup/2023/0809-nycu 7 | :save_as: meetup/2023/0809-nycu.html 8 | 9 | Date 10 | ----- 11 | 12 | * Date: August 9th, 2023 13 | * Time: 18:30 -- 21:30 (3 hours) 14 | 15 | | 16 | 17 | Agenda 18 | -------- 19 | 20 | * 18:30-19:00 Free discussion 21 | * 19:00-20:30 Training: how to work out unknown things 22 | * 20:30-21:30 Free discussion 23 | 24 | | 25 | 26 | Training: how to work out unknown things 27 | ---------------------------------------- 28 | 29 | There are two types of things to do: what is well known and what is not known. 30 | Well-known things are easier to do, but also generally less valuable. This 31 | training is to help you find and understand the things that are not clearly 32 | defined, and provide an analytical framework to get them done. 33 | 34 | The sciwork events are of the unknown things. You will also learn how to 35 | contribute to sciwork. 36 | 37 | * 19:00-19:10 (10 min) Presentation: what are the things 38 | * 19:10-19:30 (20 min) Presentation: how to get things done 39 | * 19:30-19:45 (15 min) Dscussion: things you have done 40 | * 19:45-20:00 (15 min) Case study: sciwork meetup 41 | * 20:00-20:15 (15 min) Discussion: analyze the things you want to do 42 | * 20:15-20:30 (15 min) Hands-on: make the plan and review 43 | 44 | | 45 | 46 | Sign up 47 | ------------ 48 | 49 | The event is free. Please register on `kktix 50 | `__. 51 | 52 | | 53 | 54 | About Meetup 55 | ------------ 56 | 57 | Meetup is an event providing space for people to work on open source 58 | projects together. We welcome any subjects that may interest the attendees, 59 | and especially encourage code for science, engineering, and technology, which 60 | demand more critical discussions than other applications of computer 61 | programming. 62 | 63 | We would like to provide a supportive and friendly environment for all 64 | attendees to support more developers to join in the open-source communities. 65 | 66 | To join the meetup, please bring your laptop and `sign up <#sign-up>`__. Please 67 | `contact us <#contact-us>`__ if you have any questions. 68 | 69 | | 70 | 71 | Venue 72 | ----- 73 | 74 | `國立陽明交通大學 工程三館 3 樓 329 室 (Room 329, Engineering Building 3, NYCU) 75 | `__. 76 | 77 | .. raw:: html 78 | 79 |
80 | 83 |
84 | 85 | Contact us 86 | ---------- 87 | 88 | * Discord: https://discord.gg/6MAkFrD 89 | * Email: `contact@sciwork.dev (subject: I want to lead a project in meetup) 90 | `__ 91 | -------------------------------------------------------------------------------- /content/pages/meetup/2023/0816-nycu.rst: -------------------------------------------------------------------------------- 1 | ======================================== 2 | Meetup 2023 August 16th in NYCU 3 | ======================================== 4 | 5 | :date: 2023-08-10 20:00 6 | :url: meetup/2023/0816-nycu 7 | :save_as: meetup/2023/0816-nycu.html 8 | 9 | Date 10 | ----- 11 | 12 | * Date: August 16th, 2023 13 | * Time: 18:30 -- 21:30 (3 hours) 14 | 15 | | 16 | 17 | Agenda 18 | -------- 19 | 20 | * 18:30-19:30 Free discussion 21 | * 19:30-20:30 Discussion: Review for August scisprint 22 | * 20:30-21:30 Off-topic discussion 23 | 24 | | 25 | 26 | Discussion: Review for August scisprint 27 | ---------------------------------------- 28 | 29 | We will review the August scisprint to enhance our workflow and plan 30 | for the upcoming September scisrpint. 31 | 32 | * 19:30-20:05 (35min) Review the August scisprint 33 | * 20:05-20:30 (25min) Preparation for September scisprint 34 | 35 | | 36 | 37 | Sign up 38 | ------------ 39 | 40 | The event is free. Please register on `kktix 41 | `__. 42 | 43 | | 44 | 45 | About Meetup 46 | ------------ 47 | 48 | Meetup is an event providing space for people to work on open source 49 | projects together. We welcome any subjects that may interest the attendees, 50 | and especially encourage code for science, engineering, and technology, which 51 | demand more critical discussions than other applications of computer 52 | programming. 53 | 54 | We would like to provide a supportive and friendly environment for all 55 | attendees to support more developers to join in the open-source communities. 56 | 57 | To join the meetup, please bring your laptop and `sign up <#sign-up>`__. Please 58 | `contact us <#contact-us>`__ if you have any questions. 59 | 60 | | 61 | 62 | Venue 63 | ----- 64 | 65 | `國立陽明交通大學 工程三館 3 樓 329 室 (Room 329, Engineering Building 3, NYCU) 66 | `__. 67 | 68 | .. raw:: html 69 | 70 |
71 | 74 |
75 | 76 | Contact us 77 | ---------- 78 | 79 | * Discord: https://discord.gg/6MAkFrD 80 | * Email: `contact@sciwork.dev (subject: I want to lead a project in meetup) 81 | `__ 82 | -------------------------------------------------------------------------------- /content/pages/meetup/2023/0823-nycu.rst: -------------------------------------------------------------------------------- 1 | ======================================== 2 | Meetup 2023 August 23rd in NYCU 3 | ======================================== 4 | 5 | :date: 2023-08-18 11:00 6 | :url: meetup/2023/0823-nycu 7 | :save_as: meetup/2023/0823-nycu.html 8 | 9 | Date 10 | ----- 11 | 12 | * Date: August 23rd, 2023 13 | * Time: 18:30 -- 21:30 (3 hours) 14 | 15 | | 16 | 17 | Agenda 18 | -------- 19 | 20 | * 18:30-19:30 Free discussion 21 | * 19:30-20:00 API first for beginners 22 | * 20:00-21:30 Preparational meeting for September scisprint 23 | 24 | | 25 | 26 | Subjects 27 | ------------------ 28 | 29 | API first for beginners 30 | +++++++++++++++++++++++++ 31 | 32 | Speaker : `Shu-Hsi `__ - A data engineer and currently leads a team for data engineering at Micron. 33 | He also has contributed to the sciwork community as a core organizer. 34 | 35 | The sharing will start with what is API and discover the game-changing "API First" methodology 36 | in software development. Learn how focusing on API design from the outset enhances efficiency, 37 | collaboration, and software quality. (spoiler: You shouldn't see too many source codes in this sharing.) 38 | 39 | Preparational meeting for September scisprint 40 | ++++++++++++++++++++++++++++++++++++++++++++++++ 41 | 42 | Additionally, we will discuss the following items for preparing September scisprint. 43 | 44 | * Task arrangement for volunteers 45 | * Promotion plan for September scisprint 46 | 47 | | 48 | 49 | Sign up 50 | ------------ 51 | 52 | The event is free. Please register on `kktix 53 | `__. 54 | 55 | | 56 | 57 | About Meetup 58 | ------------ 59 | 60 | Meetup is an event providing space for people to work on open source 61 | projects together. We welcome any subjects that may interest the attendees, 62 | and especially encourage code for science, engineering, and technology, which 63 | demand more critical discussions than other applications of computer 64 | programming. 65 | 66 | We would like to provide a supportive and friendly environment for all 67 | attendees to support more developers to join in the open-source communities. 68 | 69 | To join the meetup, please bring your laptop and `sign up <#sign-up>`__. Please 70 | `contact us <#contact-us>`__ if you have any questions. 71 | 72 | | 73 | 74 | Venue 75 | ----- 76 | 77 | `國立陽明交通大學 工程三館 3 樓 329 室 (Room 329, Engineering Building 3, NYCU) 78 | `__. 79 | 80 | .. raw:: html 81 | 82 |
83 | 86 |
87 | 88 | Contact us 89 | ---------- 90 | 91 | * Discord: https://discord.gg/6MAkFrD 92 | * Email: `contact@sciwork.dev (subject: I want to lead a project in meetup) 93 | `__ 94 | -------------------------------------------------------------------------------- /content/pages/meetup/2023/0830-nycu.rst: -------------------------------------------------------------------------------- 1 | ======================================== 2 | Meetup 2023 August 30th in NYCU 3 | ======================================== 4 | 5 | :date: 2023-08-24 13:00 6 | :url: meetup/2023/0830-nycu 7 | :save_as: meetup/2023/0830-nycu.html 8 | 9 | Date 10 | ----- 11 | 12 | * Date: August 30th, 2023 13 | * Time: 18:30 -- 21:30 (3 hours) 14 | 15 | | 16 | 17 | Agenda 18 | -------- 19 | 20 | * 18:30-19:30 Free discussion 21 | * 19:30-20:00 Numerical software shape the world: A brief introduction of numerical software and modmesh 22 | * 20:00-21:30 Preparational meeting for September scisprint 23 | 24 | | 25 | 26 | Subjects 27 | ------------------ 28 | 29 | Numerical software shape the world: A brief introduction of numerical software and modmesh 30 | +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 31 | 32 | Speaker : Chun-Hsu - A WiFi firmware engineer in Mediatek.Inc. 33 | He is interested in numerical software development and also making contributions on modmesh. 34 | 35 | This sharing will start with what numerical analysis is and why we need it. And introducing 36 | the sciwork project "modmesh", this sharing will not contain any math formulas, only some 37 | fancy figures! 38 | 39 | modmesh Project Link: `GitHub `__ 40 | 41 | Preparational meeting for September scisprint 42 | ++++++++++++++++++++++++++++++++++++++++++++++++ 43 | 44 | Additionally, we will discuss the following items for preparing September scisprint. 45 | 46 | * Task arrangement for volunteers 47 | * Promotion plan for September scisprint 48 | 49 | | 50 | 51 | Sign up 52 | ------------ 53 | 54 | The event is free. Please register on `kktix 55 | `__. 56 | 57 | | 58 | 59 | About Meetup 60 | ------------ 61 | 62 | Meetup is an event providing space for people to work on open source 63 | projects together. We welcome any subjects that may interest the attendees, 64 | and especially encourage code for science, engineering, and technology, which 65 | demand more critical discussions than other applications of computer 66 | programming. 67 | 68 | We would like to provide a supportive and friendly environment for all 69 | attendees to support more developers to join in the open-source communities. 70 | 71 | To join the meetup, please bring your laptop and `sign up <#sign-up>`__. Please 72 | `contact us <#contact-us>`__ if you have any questions. 73 | 74 | | 75 | 76 | Venue 77 | ----- 78 | 79 | `國立陽明交通大學 工程三館 3 樓 329 室 (Room 329, Engineering Building 3, NYCU) 80 | `__. 81 | 82 | .. raw:: html 83 | 84 |
85 | 88 |
89 | 90 | Contact us 91 | ---------- 92 | 93 | * Discord: https://discord.gg/6MAkFrD 94 | * Email: `contact@sciwork.dev (subject: I want to lead a project in meetup) 95 | `__ 96 | -------------------------------------------------------------------------------- /content/pages/meetup/2023/0906-nycu.rst: -------------------------------------------------------------------------------- 1 | ======================================== 2 | Meetup 2023 September 6th in NYCU 3 | ======================================== 4 | 5 | :date: 2023-08-31 13:00 6 | :url: meetup/2023/0906-nycu 7 | :save_as: meetup/2023/0906-nycu.html 8 | 9 | Date 10 | ----- 11 | 12 | * Date: September 6th, 2023 13 | * Time: 18:30 -- 21:30 (3 hours) 14 | 15 | | 16 | 17 | Agenda 18 | -------- 19 | 20 | * 18:30-19:30 Free discussion 21 | * 19:30-20:00 Optimal Mass Transportation and deep learning brain tumor segmentation 22 | * 20:00-21:30 Preparational meeting for September scisprint 23 | 24 | | 25 | 26 | Subjects 27 | ------------------ 28 | 29 | Optimal Mass Transportation and deep learning brain tumor segmentation 30 | +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 31 | 32 | Speaker : Ming-Jie Kuo - Graduated from the department of applied mathematics at NYCU. His 33 | research interests are computational geometry and scientific computing. 34 | 35 | In this sharing, Ming-Jie will introduce how to perform 3D image morphing via optimal mass 36 | transportation and explain how it improves deep learning-base brain tumor segmentation result. 37 | 38 | Preparational meeting for September scisprint 39 | ++++++++++++++++++++++++++++++++++++++++++++++++ 40 | 41 | Additionally, we will discuss the following items for preparing September scisprint. 42 | 43 | * Task arrangement for volunteers 44 | * Promotion plan for September scisprint 45 | 46 | | 47 | 48 | Sign up 49 | ------------ 50 | 51 | The event is free. Please register on `kktix 52 | `__. 53 | 54 | | 55 | 56 | About Meetup 57 | ------------ 58 | 59 | Meetup is an event providing space for people to work on open source 60 | projects together. We welcome any subjects that may interest the attendees, 61 | and especially encourage code for science, engineering, and technology, which 62 | demand more critical discussions than other applications of computer 63 | programming. 64 | 65 | We would like to provide a supportive and friendly environment for all 66 | attendees to support more developers to join in the open-source communities. 67 | 68 | To join the meetup, please bring your laptop and `sign up <#sign-up>`__. Please 69 | `contact us <#contact-us>`__ if you have any questions. 70 | 71 | | 72 | 73 | Venue 74 | ----- 75 | 76 | `國立陽明交通大學 工程三館 3 樓 329 室 (Room 329, Engineering Building 3, NYCU) 77 | `__. 78 | 79 | .. raw:: html 80 | 81 |
82 | 85 |
86 | 87 | Contact us 88 | ---------- 89 | 90 | * Discord: https://discord.gg/6MAkFrD 91 | * Email: `contact@sciwork.dev (subject: I want to lead a project in meetup) 92 | `__ 93 | -------------------------------------------------------------------------------- /content/pages/meetup/2023/0913-nycu.rst: -------------------------------------------------------------------------------- 1 | ======================================== 2 | Meetup 2023 September 13th in NYCU 3 | ======================================== 4 | 5 | :date: 2023-09-08 15:00 6 | :url: meetup/2023/0913-nycu 7 | :save_as: meetup/2023/0913-nycu.html 8 | 9 | Date 10 | ----- 11 | 12 | * Date: September 13th, 2023 13 | * Time: 18:30 -- 21:30 (3 hours) 14 | 15 | | 16 | 17 | Agenda 18 | -------- 19 | 20 | * 18:30-19:30 Free discussion 21 | * 19:30-20:00 Reviewing BLOOM, the Large Language Model 22 | * 20:00-21:30 Preparational meeting for September scisprint 23 | 24 | | 25 | 26 | Subjects 27 | ------------------ 28 | 29 | Reviewing BLOOM, the Large Language Model 30 | +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 31 | 32 | Speaker : Terry - A graduate student in the field of Biomedical Engineering at NYCU. 33 | His research interests include bioinformatics, IoT applications, and software system development. 34 | 35 | In this sharing, Terry will provide a brief overview of the large language model, BLOOM. 36 | The main topics will include how to train a large language model like GPT-3, the costs associated with training such a model, and the factors that affect training throughput. 37 | 38 | 39 | Preparational meeting for September scisprint 40 | ++++++++++++++++++++++++++++++++++++++++++++++++ 41 | 42 | Additionally, we will discuss the following items for preparing September scisprint. 43 | 44 | * Task arrangement for volunteers 45 | * Promotion plan for September scisprint 46 | 47 | Please check `September scisprint `__ and `kktix `__ for more information. 48 | 49 | | 50 | 51 | Sign up 52 | ------------ 53 | 54 | The event is free. Please register on `kktix 55 | `__. 56 | 57 | | 58 | 59 | About Meetup 60 | ------------ 61 | 62 | Meetup is an event providing space for people to work on open source 63 | projects together. We welcome any subjects that may interest the attendees, 64 | and especially encourage code for science, engineering, and technology, which 65 | demand more critical discussions than other applications of computer 66 | programming. 67 | 68 | We would like to provide a supportive and friendly environment for all 69 | attendees to support more developers to join in the open-source communities. 70 | 71 | To join the meetup, please bring your laptop and `sign up <#sign-up>`__. Please 72 | `contact us <#contact-us>`__ if you have any questions. 73 | 74 | | 75 | 76 | Venue 77 | ----- 78 | 79 | `國立陽明交通大學 工程三館 3 樓 329 室 (Room 329, Engineering Building 3, NYCU) 80 | `__. 81 | 82 | .. raw:: html 83 | 84 |
85 | 88 |
89 | 90 | Contact us 91 | ---------- 92 | 93 | * Discord: https://discord.gg/6MAkFrD 94 | * Email: `contact@sciwork.dev (subject: I want to lead a project in meetup) 95 | `__ 96 | -------------------------------------------------------------------------------- /content/pages/meetup/2023/0927-nycu.rst: -------------------------------------------------------------------------------- 1 | ======================================== 2 | Meetup 2023 September 27th in NYCU 3 | ======================================== 4 | 5 | :date: 2023-09-25 15:00 6 | :url: meetup/2023/0927-nycu 7 | :save_as: meetup/2023/0927-nycu.html 8 | 9 | Date 10 | ----- 11 | 12 | * Date: September 27th, 2023 13 | * Time: 18:30 -- 21:30 (3 hours) 14 | 15 | | 16 | 17 | Agenda 18 | -------- 19 | 20 | * 18:30-19:30 Free discussion 21 | * 19:30-20:00 Be a project manager: start as a programmer and then an architect. 22 | * 20:00-21:30 Meeting: prepare October scisprint 23 | 24 | | 25 | 26 | Subjects 27 | ------------------ 28 | 29 | Be a project manager: start as a programmer and then an architect. 30 | +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 31 | 32 | Speaker : Shu-Fen is a web developer and project manager at ITSC of NYCU. She is 33 | interested in data mining, recommendation systems and web applications, and tries 34 | to improve the school administration systems by software engineering methods. 35 | 36 | In this sharing, Shu-Fen will share her experience in software development for 37 | ITSC of NYCU, as well as web application design, architecture planning and 38 | management software projects. 39 | 40 | Meeting: prepare October scisprint 41 | ++++++++++++++++++++++++++++++++++++++++++++++++ 42 | 43 | Additionally, we will discuss the following items to prepare October scisprint. 44 | 45 | * Task arrangement for volunteers 46 | * Promotion plan for September scisprint 47 | 48 | | 49 | 50 | Sign up 51 | ------------ 52 | 53 | The event is free. Please register on `kktix 54 | `__. 55 | 56 | | 57 | 58 | About Meetup 59 | ------------ 60 | 61 | Meetup is an event providing space for people to work on open source 62 | projects together. We welcome any subjects that may interest the attendees, 63 | and especially encourage code for science, engineering, and technology, which 64 | demand more critical discussions than other applications of computer 65 | programming. 66 | 67 | We would like to provide a supportive and friendly environment for all 68 | attendees to support more developers to join in the open-source communities. 69 | 70 | To join the meetup, please bring your laptop and `sign up <#sign-up>`__. Please 71 | `contact us <#contact-us>`__ if you have any questions. 72 | 73 | | 74 | 75 | Venue 76 | ----- 77 | 78 | `國立陽明交通大學 工程三館 3 樓 329 室 (Room 329, Engineering Building 3, NYCU) 79 | `__. 80 | 81 | .. raw:: html 82 | 83 |
84 | 87 |
88 | 89 | Contact us 90 | ---------- 91 | 92 | * Discord: https://discord.gg/6MAkFrD 93 | * Email: `contact@sciwork.dev (subject: I want to lead a project in meetup) 94 | `__ -------------------------------------------------------------------------------- /content/pages/meetup/2023/1004-nycu.rst: -------------------------------------------------------------------------------- 1 | ======================================== 2 | Meetup 2023 October 4th in NYCU 3 | ======================================== 4 | 5 | :date: 2023-10-04 22:00 6 | :url: meetup/2023/1004-nycu 7 | :save_as: meetup/2023/1004-nycu.html 8 | 9 | Date 10 | ----- 11 | 12 | * Date: October 4th, 2023 13 | * Time: 18:30 -- 21:30 (3 hours) 14 | 15 | | 16 | 17 | Agenda 18 | -------- 19 | 20 | * 18:30-20:00 Free discussion 21 | * 20:00-21:30 Meeting: prepare October scisprint 22 | 23 | | 24 | 25 | Subjects 26 | ------------------ 27 | 28 | Meeting: prepare October scisprint 29 | ++++++++++++++++++++++++++++++++++++++++++++++++ 30 | 31 | Additionally, we will discuss the following items to prepare October scisprint. 32 | 33 | * Task arrangement for volunteers 34 | * Promotion plan for October scisprint 35 | 36 | | 37 | 38 | Sign up 39 | ------------ 40 | 41 | The event is free. Please register on `kktix 42 | `__. 43 | 44 | | 45 | 46 | About Meetup 47 | ------------ 48 | 49 | Meetup is an event providing space for people to work on open source 50 | projects together. We welcome any subjects that may interest the attendees, 51 | and especially encourage code for science, engineering, and technology, which 52 | demand more critical discussions than other applications of computer 53 | programming. 54 | 55 | We would like to provide a supportive and friendly environment for all 56 | attendees to support more developers to join in the open-source communities. 57 | 58 | To join the meetup, please bring your laptop and `sign up <#sign-up>`__. Please 59 | `contact us <#contact-us>`__ if you have any questions. 60 | 61 | | 62 | 63 | Venue 64 | ----- 65 | 66 | `國立陽明交通大學 工程三館 3 樓 329 室 (Room 329, Engineering Building 3, NYCU) 67 | `__. 68 | 69 | .. raw:: html 70 | 71 |
72 | 75 |
76 | 77 | Contact us 78 | ---------- 79 | 80 | * Discord: https://discord.gg/6MAkFrD 81 | * Email: `contact@sciwork.dev (subject: I want to lead a project in meetup) 82 | `__ -------------------------------------------------------------------------------- /content/pages/meetup/2023/1011-nycu.rst: -------------------------------------------------------------------------------- 1 | ======================================== 2 | Meetup 2023 October 11th in NYCU 3 | ======================================== 4 | 5 | :date: 2023-10-05 22:00 6 | :url: meetup/2023/1011-nycu 7 | :save_as: meetup/2023/1011-nycu.html 8 | 9 | Date 10 | ----- 11 | 12 | * Date: October 11th, 2023 13 | * Time: 18:30 -- 21:30 (3 hours) 14 | 15 | | 16 | 17 | Agenda 18 | -------- 19 | 20 | * 18:30-20:00 Free discussion 21 | * 20:00-21:30 Meeting: prepare October scisprint 22 | 23 | | 24 | 25 | Subjects 26 | ------------------ 27 | 28 | Free discussion 29 | ++++++++++++++++++ 30 | 31 | Feel free to bring your own projects, programming issues or job questions to discuss! 32 | 33 | Meeting: prepare October scisprint 34 | ++++++++++++++++++++++++++++++++++++++++++++++++ 35 | 36 | Additionally, we will discuss the following items to prepare October scisprint. 37 | 38 | * Task arrangement for volunteers 39 | * Promotion plan for October scisprint 40 | 41 | | 42 | 43 | Sign up 44 | ------------ 45 | 46 | The event is free. Please register on `discord event 47 | `__. 48 | Click the green check mark to participate the meetup. 49 | 50 | | 51 | 52 | About Meetup 53 | ------------ 54 | 55 | Meetup is an event providing space for people to work on open source 56 | projects together. We welcome any subjects that may interest the attendees, 57 | and especially encourage code for science, engineering, and technology, which 58 | demand more critical discussions than other applications of computer 59 | programming. 60 | 61 | We would like to provide a supportive and friendly environment for all 62 | attendees to support more developers to join in the open-source communities. 63 | 64 | To join the meetup, please bring your laptop and `sign up <#sign-up>`__. Please 65 | `contact us <#contact-us>`__ if you have any questions. 66 | 67 | | 68 | 69 | Venue 70 | ----- 71 | 72 | `國立陽明交通大學 工程三館 3 樓 329 室 (Room 329, Engineering Building 3, NYCU) 73 | `__. 74 | 75 | .. raw:: html 76 | 77 |
78 | 81 |
82 | 83 | Contact us 84 | ---------- 85 | 86 | * Discord: https://discord.gg/6MAkFrD 87 | * Email: `contact@sciwork.dev (subject: I want to lead a project in meetup) 88 | `__ -------------------------------------------------------------------------------- /content/pages/meetup/2023/1018-nycu.rst: -------------------------------------------------------------------------------- 1 | ======================================== 2 | Meetup 2023 October 18th in NYCU 3 | ======================================== 4 | 5 | :date: 2023-10-15 10:00 6 | :url: meetup/2023/1015-nycu 7 | :save_as: meetup/2023/1015-nycu.html 8 | 9 | Date 10 | ----- 11 | 12 | * Date: October 18th, 2023 13 | * Time: 18:30 -- 21:30 (3 hours) 14 | 15 | | 16 | 17 | Agenda 18 | -------- 19 | 20 | * 18:30-20:00 Free discussion 21 | * 20:00-21:30 Meeting: prepare October scisprint 22 | 23 | | 24 | 25 | Subjects 26 | ------------------ 27 | 28 | Free discussion 29 | ++++++++++++++++++ 30 | 31 | Feel free to bring your own projects, programming issues or job questions to discuss! 32 | 33 | Meeting: prepare October scisprint 34 | ++++++++++++++++++++++++++++++++++++++++++++++++ 35 | 36 | Additionally, we will discuss the following items to prepare October scisprint. 37 | 38 | * Task arrangement for volunteers 39 | * Promotion plan for October scisprint 40 | 41 | | 42 | 43 | Sign up 44 | ------------ 45 | 46 | The event is free. Please register on `discord event 47 | `__. 48 | Click the green check mark to participate the meetup. 49 | 50 | If you are using the discord app, you can find all recent sciwork event at the top of the left sidebar. 51 | 52 | | 53 | 54 | About Meetup 55 | ------------ 56 | 57 | Meetup is an event providing space for people to work on open source 58 | projects together. We welcome any subjects that may interest the attendees, 59 | and especially encourage code for science, engineering, and technology, which 60 | demand more critical discussions than other applications of computer 61 | programming. 62 | 63 | We would like to provide a supportive and friendly environment for all 64 | attendees to support more developers to join in the open-source communities. 65 | 66 | To join the meetup, please bring your laptop and `sign up <#sign-up>`__. Please 67 | `contact us <#contact-us>`__ if you have any questions. 68 | 69 | | 70 | 71 | Venue 72 | ----- 73 | 74 | `國立陽明交通大學 工程三館 3 樓 329 室 (Room 329, Engineering Building 3, NYCU) 75 | `__. 76 | 77 | .. raw:: html 78 | 79 |
80 | 83 |
84 | 85 | Contact us 86 | ---------- 87 | 88 | * Discord: https://discord.gg/6MAkFrD 89 | * Email: `contact@sciwork.dev (subject: I want to lead a project in meetup) 90 | `__ -------------------------------------------------------------------------------- /content/pages/meetup/2023/1022-pydoc.rst: -------------------------------------------------------------------------------- 1 | ========================================== 2 | PyDoc Translation Meetup 2023 October 22nd 3 | ========================================== 4 | 5 | :date: 2023-10-22 09:30 6 | :url: meetup/2023/1022-pydoc 7 | :save_as: meetup/2023/1022-pydoc.html 8 | 9 | Date 10 | ----- 11 | 12 | * Date: October 22nd, 2023 13 | * Time: 09:30 ~ 12:00 (2.5 hours) 14 | 15 | | 16 | 17 | Agenda 18 | -------- 19 | 20 | * 09:30 ~ 10:00 Tell us about yourself! 21 | * 10:00 ~ 10:30 Project introduction 22 | * 10:30 ~ 11:00 Tutorial 23 | * 11:00 ~ 12:00 Hands-on translation 24 | 25 | | 26 | 27 | Prerequisites 28 | ------------------ 29 | 30 | - Please bring your laptop. 31 | - Have basic knowledge about Python, git, & GitHub. 32 | 33 | | 34 | 35 | Sign up 36 | ------------ 37 | 38 | The event is free. If you'd like to join us, please use `KKTIX `_ to sign up. 39 | 40 | | 41 | 42 | About Project 43 | ------------- 44 | 45 | **Python Official Document Traditional Chinese Translation** (`project link `_) 46 | 47 | We are a passionate and dedicated volunteer group committed to bridging the language gap in the Python 48 | community. Our primary mission is to make Python's official documentation accessible to the vast Traditional 49 | Chinese audience by providing accurate and comprehensive translations. Whether you are a seasoned Python developer 50 | or a language expert, we welcome individuals who are enthusiastic about Python and passionate about making 51 | knowledge accessible to all! 52 | 53 | | 54 | 55 | Venue 56 | ----- 57 | 58 | We'll hold the event at `GoFreight `_'s Office. 59 | 60 | Please wait at the 1st floor when you're arrived, the event host will bring you upstairs. 61 | 62 | `台北市中山區民生東路三段 49 號 13 樓 (No. 49號, Section 3, Minsheng E Rd, Zhongshan District, Taipei City) `__. 63 | 64 | .. raw:: html 65 | 66 |
67 | 70 |
71 | 72 | | 73 | 74 | Contact us 75 | ---------- 76 | 77 | * Discord: https://discord.gg/6MAkFrD (find the project channel at `#pydoc-zhtw`) 78 | * Contact: Mindi (ymhuang.ymh AT gmail . com, minghx @ Discord), Leon (therockleona AT gmail . com, rockleon @ discord) 79 | 80 | | 81 | | 82 | 83 | Past Event (`2023-08-05 `_\ ) Album 84 | ------------------------------------------------------------------------------- 85 | 86 | https://flic.kr/s/aHBqjAR5Rf 87 | 88 | .. raw:: html 89 | 90 | 93 | PyDoc Translation Meetup 2023 August 5th 95 | 96 | 97 | -------------------------------------------------------------------------------- /content/pages/meetup/2023/1025-nycu.rst: -------------------------------------------------------------------------------- 1 | ======================================== 2 | Meetup 2023 October 25th in NYCU 3 | ======================================== 4 | 5 | :date: 2023-10-15 14:00 6 | :url: meetup/2023/1025-nycu 7 | :save_as: meetup/2023/1025-nycu.html 8 | 9 | Date 10 | ----- 11 | 12 | * Date: October 25th, 2023 13 | * Time: 18:30 -- 21:30 (3 hours) 14 | 15 | | 16 | 17 | Agenda 18 | -------- 19 | 20 | * 18:30-19:30 Free discussion 21 | * 19:30-20:00 PyLiteracy: A Linguistics-Based Grammar Checking Method 22 | * 20:00-21:30 Meeting: prepare November scisprint 23 | 24 | | 25 | 26 | Subjects 27 | ------------------ 28 | 29 | PyLiteracy: A Linguistics-Based Grammar Checking Method 30 | +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 31 | 32 | Speaker : Jonathan Chen is currently an undergraduate student majoring Foreign Language and Linguistics in NYCU. 33 | 34 | The sharing will provide an alternative top-down view towards the common grammar and lexical errors among Mandarin 35 | documents. Unlike the mainstream data-driven method, PyLiteracy does not require any pre-trained language models 36 | while extracting the errors. 37 | 38 | PyLiteracy Project Link: `GitHub `__ 39 | 40 | Meeting: prepare November scisprint 41 | ++++++++++++++++++++++++++++++++++++++++++++++++ 42 | 43 | Additionally, we will discuss the following items to prepare November scisprint. 44 | 45 | * Task arrangement for volunteers 46 | * Promotion plan for November scisprint 47 | * Review the result of October scisprint 48 | 49 | | 50 | 51 | Sign up 52 | ------------ 53 | 54 | The event is free. Please register on `discord event 55 | `__. 56 | Click the green check mark to participate the meetup. 57 | 58 | If you are using the discord app, you can find all recent sciwork event at the top of the left sidebar. 59 | 60 | | 61 | 62 | About Meetup 63 | ------------ 64 | 65 | Meetup is an event providing space for people to work on open source 66 | projects together. We welcome any subjects that may interest the attendees, 67 | and especially encourage code for science, engineering, and technology, which 68 | demand more critical discussions than other applications of computer 69 | programming. 70 | 71 | We would like to provide a supportive and friendly environment for all 72 | attendees to support more developers to join in the open-source communities. 73 | 74 | To join the meetup, please bring your laptop and `sign up <#sign-up>`__. Please 75 | `contact us <#contact-us>`__ if you have any questions. 76 | 77 | | 78 | 79 | Venue 80 | ----- 81 | 82 | `國立陽明交通大學 工程三館 3 樓 329 室 (Room 329, Engineering Building 3, NYCU) 83 | `__. 84 | 85 | .. raw:: html 86 | 87 |
88 | 91 |
92 | 93 | Contact us 94 | ---------- 95 | 96 | * Discord: https://discord.gg/6MAkFrD 97 | * Email: `contact@sciwork.dev (subject: I want to lead a project in meetup) 98 | `__ -------------------------------------------------------------------------------- /content/pages/meetup/2023/1101-nycu.rst: -------------------------------------------------------------------------------- 1 | ======================================== 2 | Meetup 2023 November 1st in NYCU 3 | ======================================== 4 | 5 | :date: 2023-10-29 14:30 6 | :url: meetup/2023/1101-nycu 7 | :save_as: meetup/2023/1101-nycu.html 8 | 9 | Date 10 | ----- 11 | 12 | * Date: November 1st, 2023 13 | * Time: 18:30 -- 21:30 (3 hours) 14 | 15 | | 16 | 17 | Agenda 18 | -------- 19 | 20 | * 18:30-19:30 Free discussion 21 | * 19:30-20:30 leetcode study group - Dynamic Programming 22 | * 20:30-21:30 Meeting: prepare November scisprint 23 | 24 | | 25 | 26 | Subjects 27 | ------------------ 28 | 29 | leetcode study group - Dynamic Programming 30 | +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 31 | 32 | We have a leetcode study group. The topic will focus on how to use dynamic programming to solve problems, top-down approach, and button-up approach. 33 | 34 | Whether you are a beginner or a master, you are welcome to join us! 35 | 36 | We will practice questions provided by `leetcode study plan `__. 37 | 38 | Meeting: prepare November scisprint 39 | ++++++++++++++++++++++++++++++++++++++++++++++++ 40 | 41 | Additionally, we will discuss the following items to prepare November scisprint. 42 | 43 | * Task arrangement for volunteers 44 | * Promotion plan for November scisprint 45 | 46 | Please check `November scisprint `__ for more information. 47 | 48 | Sign up the November scisprint at `kktix `__ . 49 | 50 | | 51 | 52 | Sign up 53 | ------------ 54 | 55 | The event is free. Please register on `discord event 56 | `__. 57 | Click the green check mark to participate the meetup. 58 | 59 | If you are using the discord app, you can find this event in the `meetup channel `__. 60 | All recent sciwork event at the top of the left sidebar. 61 | 62 | | 63 | 64 | About Meetup 65 | ------------ 66 | 67 | Meetup is an event providing space for people to work on open source 68 | projects together. We welcome any subjects that may interest the attendees, 69 | and especially encourage code for science, engineering, and technology, which 70 | demand more critical discussions than other applications of computer 71 | programming. 72 | 73 | We would like to provide a supportive and friendly environment for all 74 | attendees to support more developers to join in the open-source communities. 75 | 76 | To join the meetup, please bring your laptop and `sign up <#sign-up>`__. Please 77 | `contact us <#contact-us>`__ if you have any questions. 78 | 79 | | 80 | 81 | Venue 82 | ----- 83 | 84 | `國立陽明交通大學 工程三館 3 樓 329 室 (Room 329, Engineering Building 3, NYCU) 85 | `__. 86 | 87 | .. raw:: html 88 | 89 |
90 | 93 |
94 | 95 | Contact us 96 | ---------- 97 | 98 | * Discord: https://discord.gg/6MAkFrD 99 | * Email: `contact@sciwork.dev (subject: I want to lead a project in meetup) 100 | `__ -------------------------------------------------------------------------------- /content/pages/meetup/2023/1125-pydoc.rst: -------------------------------------------------------------------------------- 1 | =========================================== 2 | PyDoc Translation Meetup 2023 November 25th 3 | =========================================== 4 | 5 | :date: 2023-11-25 14:00 6 | :url: meetup/2023/1125-pydoc 7 | :save_as: meetup/2023/1125-pydoc.html 8 | 9 | Date 10 | ----- 11 | 12 | * Date: November 25th, 2023 13 | * Time: 14:00 ~ 17:00 (3 hours) 14 | 15 | | 16 | 17 | Agenda 18 | -------- 19 | 20 | * 14:00 ~ 14:30 Tell us about yourself! 21 | * 14:30 ~ 15:00 Project introduction 22 | * 15:00 ~ 15:30 Tutorial 23 | * 15:30 ~ 17:00 Hands-on translation 24 | 25 | | 26 | 27 | Prerequisites 28 | ------------------ 29 | 30 | - Please bring your laptop. 31 | - Have basic knowledge about Python, git, & GitHub. 32 | 33 | | 34 | 35 | Sign up 36 | ------------ 37 | 38 | The event is free. If you'd like to join us, please use `KKTIX `_ to sign up. 39 | 40 | | 41 | 42 | About Project 43 | ------------- 44 | 45 | **Python Official Document Traditional Chinese Translation** (`project link `_) 46 | 47 | We are a passionate and dedicated volunteer group committed to bridging the language gap in the Python 48 | community. Our primary mission is to make Python's official documentation accessible to the vast Traditional 49 | Chinese audience by providing accurate and comprehensive translations. Whether you are a seasoned Python developer 50 | or a language expert, we welcome individuals who are enthusiastic about Python and passionate about making 51 | knowledge accessible to all! 52 | 53 | | 54 | 55 | Venue 56 | ----- 57 | 58 | We'll hold the event at `GoFreight `_'s Office. 59 | 60 | Please wait at the 1st floor when you're arrived, the event host will bring you upstairs. 61 | 62 | `台北市中山區民生東路三段 49 號 13 樓 (No. 49號, Section 3, Minsheng E Rd, Zhongshan District, Taipei City) `__. 63 | 64 | .. raw:: html 65 | 66 |
67 | 70 |
71 | 72 | | 73 | 74 | Contact us 75 | ---------- 76 | 77 | * Discord: https://discord.gg/6MAkFrD (find the project channel at `#pydoc-zhtw`) 78 | * Contact: Mindi (ymhuang.ymh AT gmail . com, minghx @ Discord), Josix (wilson8507 AT gmail . com, Josix @ discord) 79 | -------------------------------------------------------------------------------- /content/pages/meetup/2023/1213-nycu.rst: -------------------------------------------------------------------------------- 1 | ======================================== 2 | Meetup 2023 December 13th in NYCU 3 | ======================================== 4 | 5 | :date: 2023-12-06 22:48 6 | :url: meetup/2023/1213-nycu 7 | :save_as: meetup/2023/1213-nycu.html 8 | 9 | Date 10 | ----- 11 | 12 | * Date: December 13th, 2023 13 | * Time: 18:30 -- 21:30 (3 hours) 14 | 15 | | 16 | 17 | Agenda 18 | -------- 19 | 20 | There will be many different subjects discussed at the same time. 21 | 22 | * 18:30-19:30 Free discussion 23 | * 19:30-21:30 Subjects discussion 24 | 25 | | 26 | 27 | Subjects 28 | ------------------ 29 | 30 | Sciwork activity process automation discussion 31 | +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 32 | 33 | Meetup events are important within the Sciwork community, serving as hubs for discussions and knowledges sharing. 34 | We are excited to announce a special meetup where we'll delve into the realm of process automation, leveraging 35 | the power of CI/CD and cutting-edge IT skills to enhance the Sciwork event experience. 36 | 37 | If you have a passion for Sciwork events, are interesting in CI/CD practices, and have keen interest in process 38 | automation, we extend a warm welcome to join us for this enlightening discussion. 39 | 40 | leetcode study group 41 | +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 42 | 43 | We will focus on the daily problem. In addition to solving the problem, we will also explore how to improve the 44 | answer. We discuss the leetcode problem in the `leetcode channel `__. 45 | 46 | Whether you are a beginner or a master, you are welcome to join us! 47 | 48 | | 49 | 50 | Sign up 51 | ------------ 52 | 53 | The meetup is free. Please register on `discord event 54 | `__. 55 | Click the green check mark to participate the meetup. 56 | 57 | If you are using the discord app, you can find this event in the `meetup channel `__. 58 | All recent sciwork event at the top of the left sidebar. 59 | 60 | | 61 | 62 | About Meetup 63 | ------------ 64 | 65 | Meetup is an event providing space for people to work on open source 66 | projects together. We welcome any subjects that may interest the attendees, 67 | and especially encourage code for science, engineering, and technology, which 68 | demand more critical discussions than other applications of computer 69 | programming. 70 | 71 | We would like to provide a supportive and friendly environment for all 72 | attendees to support more developers to join in the open-source communities. 73 | 74 | To join the meetup, please bring your laptop and `sign up <#sign-up>`__. Please 75 | `contact us <#contact-us>`__ if you have any questions. 76 | 77 | | 78 | 79 | Venue 80 | ----- 81 | 82 | `國立陽明交通大學 工程三館 3 樓 329 室 (Room 329, Engineering Building 3, NYCU) 83 | `__. 84 | 85 | .. raw:: html 86 | 87 |
88 | 91 |
92 | 93 | Contact us 94 | ---------- 95 | 96 | * Discord: https://discord.gg/6MAkFrD 97 | * Email: `contact@sciwork.dev (subject: I want to lead a project in meetup) 98 | `__ -------------------------------------------------------------------------------- /content/pages/meetup/2023/1220-nycu.rst: -------------------------------------------------------------------------------- 1 | ======================================== 2 | Meetup 2023 December 20th in NYCU 3 | ======================================== 4 | 5 | :date: 2023-12-15 23:50 6 | :url: meetup/2023/1220-nycu 7 | :save_as: meetup/2023/1220-nycu.html 8 | 9 | Date 10 | ----- 11 | 12 | * Date: December 20th, 2023 13 | * Time: 18:30 -- 21:30 (3 hours) 14 | 15 | | 16 | 17 | Agenda 18 | -------- 19 | 20 | There will be many different subjects discussed at the same time. 21 | 22 | * 18:30-19:30 Free discussion 23 | * 19:30-21:30 Subjects discussion 24 | 25 | | 26 | 27 | Subjects 28 | ------------------ 29 | 30 | Sciwork activity process automation discussion 31 | +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 32 | 33 | Meetup events are important within the Sciwork community, serving as hubs for discussions and knowledges sharing. 34 | We are excited to announce a special meetup where we'll delve into the realm of process automation, leveraging 35 | the power of CI/CD and cutting-edge IT skills to enhance the Sciwork event experience. 36 | 37 | If you have a passion for Sciwork events, are interesting in CI/CD practices, and have keen interest in process 38 | automation, we extend a warm welcome to join us for this enlightening discussion. 39 | 40 | leetcode study group 41 | +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 42 | 43 | We will focus on the daily problem. In addition to solving the problem, we will also explore how to improve the 44 | answer. We discuss the leetcode problem in the `leetcode channel `__. 45 | 46 | Whether you are a beginner or a master, you are welcome to join us! 47 | 48 | | 49 | 50 | Sign up 51 | ------------ 52 | 53 | The meetup is free. Please register on `discord event 54 | `__. 55 | Click the green check mark to participate the meetup. 56 | 57 | If you are using the discord app, you can find this event in the `meetup channel `__. 58 | All recent sciwork event at the top of the left sidebar. 59 | 60 | | 61 | 62 | About Meetup 63 | ------------ 64 | 65 | Meetup is an event providing space for people to work on open source 66 | projects together. We welcome any subjects that may interest the attendees, 67 | and especially encourage code for science, engineering, and technology, which 68 | demand more critical discussions than other applications of computer 69 | programming. 70 | 71 | We would like to provide a supportive and friendly environment for all 72 | attendees to support more developers to join in the open-source communities. 73 | 74 | To join the meetup, please bring your laptop and `sign up <#sign-up>`__. Please 75 | `contact us <#contact-us>`__ if you have any questions. 76 | 77 | | 78 | 79 | Venue 80 | ----- 81 | 82 | `國立陽明交通大學 工程三館 3 樓 329 室 (Room 329, Engineering Building 3, NYCU) 83 | `__. 84 | 85 | .. raw:: html 86 | 87 |
88 | 91 |
92 | 93 | Contact us 94 | ---------- 95 | 96 | * Discord: https://discord.gg/6MAkFrD 97 | * Email: `contact@sciwork.dev (subject: I want to lead a project in meetup) 98 | `__ -------------------------------------------------------------------------------- /content/pages/meetup/2024/0117-nycu.rst: -------------------------------------------------------------------------------- 1 | ======================================== 2 | Meetup 2024 January 17th in NYCU 3 | ======================================== 4 | 5 | :date: 2024-01-02 22:17 6 | :url: meetup/2024/0117-nycu 7 | :save_as: meetup/2024/0117-nycu.html 8 | 9 | Date 10 | ----- 11 | 12 | * Date: January 17th, 2024 13 | * Time: 18:30 -- 21:30 (3 hours) 14 | 15 | | 16 | 17 | Agenda 18 | -------- 19 | 20 | There will be many different subjects discussed at the same time. 21 | 22 | * 18:30-19:30 Free discussion 23 | * 19:30-21:30 Subjects discussion 24 | 25 | | 26 | 27 | Subjects 28 | ------------------ 29 | 30 | Sciwork activity process automation discussion 31 | +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 32 | 33 | Meetup events are important within the Sciwork community, serving as hubs for discussions and knowledges sharing. 34 | We are excited to announce a special meetup where we'll delve into the realm of process automation, leveraging 35 | the power of CI/CD and cutting-edge IT skills to enhance the Sciwork event experience. The works are divided into : 36 | 37 | 1. Decide the format of the meetup page. 38 | 2. Create the sesh event with api or other method. 39 | 3. Create the GitHub action to create the meetup page automatically. 40 | 41 | We are currently studying the use of the Discord API to send messages or publish Discord events. 42 | 43 | Prepare January Scisprint 44 | ++++++++++++++++++++++++++++++++++++++++++++++++ 45 | 46 | Additionally, we will discuss the following items to prepare January scisprint. 47 | 48 | * Task arrangement for volunteers 49 | * Promotion plan for January scisprint 50 | 51 | | 52 | 53 | Sign up 54 | ------------ 55 | 56 | The meetup is free. Please register on `discord event 57 | `__. 58 | Click the green check mark to participate the meetup. 59 | 60 | If you are using the discord app, you can find current event in the `meetup channel `__. 61 | All recent sciwork event are at the top of the left sidebar. 62 | 63 | | 64 | 65 | About Meetup 66 | ------------ 67 | 68 | Meetup is an event providing space for people to work on open source 69 | projects together. We welcome any subjects that may interest the attendees, 70 | and especially encourage code for science, engineering, and technology, which 71 | demand more critical discussions than other applications of computer 72 | programming. 73 | 74 | We would like to provide a supportive and friendly environment for all 75 | attendees to support more developers to join in the open-source communities. 76 | 77 | To join the meetup, please bring your laptop and `sign up <#sign-up>`__. Please 78 | `contact us <#contact-us>`__ if you have any questions. 79 | 80 | | 81 | 82 | Venue 83 | ----- 84 | 85 | `國立陽明交通大學 工程三館 3 樓 329 室 (Room 329, Engineering Building 3, NYCU) 86 | `__. 87 | 88 | .. raw:: html 89 | 90 |
91 | 94 |
95 | 96 | Contact us 97 | ---------- 98 | 99 | * Discord: https://discord.gg/6MAkFrD 100 | * Email: `contact@sciwork.dev (subject: I want to lead a project in meetup) 101 | `__ -------------------------------------------------------------------------------- /content/pages/meetup/2024/0124-nycu.rst: -------------------------------------------------------------------------------- 1 | ======================================== 2 | Meetup 2024 January 24th in NYCU 3 | ======================================== 4 | 5 | :date: 2024-01-02 22:17 6 | :url: meetup/2024/0124-nycu 7 | :save_as: meetup/2024/0124-nycu.html 8 | 9 | Date 10 | ----- 11 | 12 | * Date: January 24th, 2024 13 | * Time: 18:30 -- 21:30 (3 hours) 14 | 15 | | 16 | 17 | Agenda 18 | -------- 19 | 20 | There will be many different subjects discussed at the same time. 21 | 22 | * 18:30-19:30 Free discussion 23 | * 19:30-21:30 Subjects discussion 24 | 25 | | 26 | 27 | Subjects 28 | ------------------ 29 | 30 | Sciwork activity process automation discussion 31 | +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 32 | 33 | Meetup events are important within the Sciwork community, serving as hubs for discussions and knowledges sharing. 34 | We are excited to announce a special meetup where we'll delve into the realm of process automation, leveraging 35 | the power of CI/CD and cutting-edge IT skills to enhance the Sciwork event experience. The works are divided into : 36 | 37 | 1. Decide the format of the meetup page. 38 | 2. Create the sesh event with api or other method. 39 | 3. Create the GitHub action to create the meetup page automatically. 40 | 41 | We are currently studying the use of the Discord API to send messages or publish Discord events. 42 | 43 | Prepare January Scisprint 44 | ++++++++++++++++++++++++++++++++++++++++++++++++ 45 | 46 | Additionally, we will discuss the following items to prepare January scisprint. 47 | 48 | * Task arrangement for volunteers 49 | * Promotion plan for January scisprint 50 | 51 | | 52 | 53 | Sign up 54 | ------------ 55 | 56 | The meetup is free. Please register on `discord event 57 | `__. 58 | Click the green check mark to participate the meetup. 59 | 60 | If you are using the discord app, you can find current event in the `meetup channel `__. 61 | All recent sciwork event are at the top of the left sidebar. 62 | 63 | | 64 | 65 | About Meetup 66 | ------------ 67 | 68 | Meetup is an event providing space for people to work on open source 69 | projects together. We welcome any subjects that may interest the attendees, 70 | and especially encourage code for science, engineering, and technology, which 71 | demand more critical discussions than other applications of computer 72 | programming. 73 | 74 | We would like to provide a supportive and friendly environment for all 75 | attendees to support more developers to join in the open-source communities. 76 | 77 | To join the meetup, please bring your laptop and `sign up <#sign-up>`__. Please 78 | `contact us <#contact-us>`__ if you have any questions. 79 | 80 | | 81 | 82 | Venue 83 | ----- 84 | 85 | `國立陽明交通大學 工程三館 3 樓 329 室 (Room 329, Engineering Building 3, NYCU) 86 | `__. 87 | 88 | .. raw:: html 89 | 90 |
91 | 94 |
95 | 96 | Contact us 97 | ---------- 98 | 99 | * Discord: https://discord.gg/6MAkFrD 100 | * Email: `contact@sciwork.dev (subject: I want to lead a project in meetup) 101 | `__ -------------------------------------------------------------------------------- /content/pages/meetup/2024/0131-nycu.rst: -------------------------------------------------------------------------------- 1 | ======================================== 2 | Meetup 2024 January 31th in NYCU 3 | ======================================== 4 | 5 | :date: 2024-01-02 22:18 6 | :url: meetup/2024/0131-nycu 7 | :save_as: meetup/2024/0131-nycu.html 8 | 9 | Date 10 | ----- 11 | 12 | * Date: January 31th, 2024 13 | * Time: 18:30 -- 21:30 (3 hours) 14 | 15 | | 16 | 17 | Agenda 18 | -------- 19 | 20 | There will be many different subjects discussed at the same time. 21 | 22 | * 18:30-19:30 Free discussion 23 | * 19:30-21:30 Subjects discussion 24 | 25 | | 26 | 27 | Subjects 28 | ------------------ 29 | 30 | Sciwork activity process automation discussion 31 | +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 32 | 33 | Meetup events are important within the Sciwork community, serving as hubs for discussions and knowledges sharing. 34 | We are excited to announce a special meetup where we'll delve into the realm of process automation, leveraging 35 | the power of CI/CD and cutting-edge IT skills to enhance the Sciwork event experience. The works are divided into : 36 | 37 | 1. Decide the format of the meetup page. 38 | 2. Create the sesh event with api or other method. 39 | 3. Create the GitHub action to create the meetup page automatically. 40 | 41 | We are currently studying the use of the Discord API to send messages or publish Discord events. 42 | 43 | | 44 | 45 | Sign up 46 | ------------ 47 | 48 | The meetup is free. Please register on `discord event 49 | `__. 50 | Click the green check mark to participate the meetup. 51 | 52 | If you are using the discord app, you can find current event in the `meetup channel `__. 53 | All recent sciwork event are at the top of the left sidebar. 54 | 55 | | 56 | 57 | About Meetup 58 | ------------ 59 | 60 | Meetup is an event providing space for people to work on open source 61 | projects together. We welcome any subjects that may interest the attendees, 62 | and especially encourage code for science, engineering, and technology, which 63 | demand more critical discussions than other applications of computer 64 | programming. 65 | 66 | We would like to provide a supportive and friendly environment for all 67 | attendees to support more developers to join in the open-source communities. 68 | 69 | To join the meetup, please bring your laptop and `sign up <#sign-up>`__. Please 70 | `contact us <#contact-us>`__ if you have any questions. 71 | 72 | | 73 | 74 | Venue 75 | ----- 76 | 77 | `國立陽明交通大學 工程三館 3 樓 329 室 (Room 329, Engineering Building 3, NYCU) 78 | `__. 79 | 80 | .. raw:: html 81 | 82 |
83 | 86 |
87 | 88 | Contact us 89 | ---------- 90 | 91 | * Discord: https://discord.gg/6MAkFrD 92 | * Email: `contact@sciwork.dev (subject: I want to lead a project in meetup) 93 | `__ -------------------------------------------------------------------------------- /content/pages/meetup/2024/0221-nycu.rst: -------------------------------------------------------------------------------- 1 | ======================================== 2 | Meetup 2024 February 21st in NYCU 3 | ======================================== 4 | 5 | :date: 2024-01-31 20:18 6 | :url: meetup/2024/0221-nycu 7 | :save_as: meetup/2024/0221-nycu.html 8 | 9 | Date 10 | ----- 11 | 12 | * Date: February 21st, 2024 13 | * Time: 18:30 -- 21:30 (3 hours) 14 | 15 | | 16 | 17 | Agenda 18 | -------- 19 | 20 | There will be many different subjects discussed at the same time. 21 | 22 | * 18:30-19:30 Free discussion 23 | * 19:30-21:30 Subjects discussion 24 | 25 | | 26 | 27 | Subjects 28 | ------------------ 29 | 30 | Sciwork activity process automation discussion 31 | +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 32 | 33 | Meetup events are important within the Sciwork community, serving as hubs for discussions and knowledges sharing. 34 | We are excited to announce a special meetup where we'll delve into the realm of process automation, leveraging 35 | the power of CI/CD and cutting-edge IT skills to enhance the Sciwork event experience. The works are divided into : 36 | 37 | 1. Decide the format of the meetup page. 38 | 2. Create the sesh event with api or other method. 39 | 3. Create the GitHub action to create the meetup page automatically. 40 | 41 | We are currently studying the use of the Discord API to send messages or publish Discord events. 42 | 43 | Prepare February Scisprint 44 | ++++++++++++++++++++++++++++++++++++++++++++++++ 45 | 46 | Additionally, we will discuss the following items to prepare `February scisprint `__. 47 | 48 | * Task arrangement for volunteers 49 | * Promotion plan for February scisprint 50 | 51 | | 52 | 53 | Sign up 54 | ------------ 55 | 56 | The meetup is free. Please register on 57 | `discord event `__. 58 | Click the green check mark to participate the meetup. 59 | 60 | If you are using the discord app, you can find current event in the `meetup channel `__. 61 | All recent sciwork event are at the top of the left sidebar. 62 | 63 | | 64 | 65 | About Meetup 66 | ------------ 67 | 68 | Meetup is an event providing space for people to work on open source 69 | projects together. We welcome any subjects that may interest the attendees, 70 | and especially encourage code for science, engineering, and technology, which 71 | demand more critical discussions than other applications of computer 72 | programming. 73 | 74 | We would like to provide a supportive and friendly environment for all 75 | attendees to support more developers to join in the open-source communities. 76 | 77 | To join the meetup, please bring your laptop and `sign up <#sign-up>`__. Please 78 | `contact us <#contact-us>`__ if you have any questions. 79 | 80 | | 81 | 82 | Venue 83 | ----- 84 | 85 | `國立陽明交通大學 工程三館 3 樓 329 室 (Room 329, Engineering Building 3, NYCU) 86 | `__. 87 | 88 | .. raw:: html 89 | 90 |
91 | 94 |
95 | 96 | Contact us 97 | ---------- 98 | 99 | * Discord: https://discord.gg/6MAkFrD 100 | * Email: `contact@sciwork.dev (subject: I want to lead a project in meetup) 101 | `__ -------------------------------------------------------------------------------- /content/pages/meetup/2024/0306-nycu.rst: -------------------------------------------------------------------------------- 1 | ======================================== 2 | Meetup 2024 March 6th in NYCU 3 | ======================================== 4 | 5 | :date: 2024-03-01 22:27 6 | :url: meetup/2024/0306-nycu 7 | :save_as: meetup/2024/0306-nycu.html 8 | 9 | Date 10 | ----- 11 | 12 | * Date: March 6th, 2024 13 | * Time: 18:30 -- 21:30 (3 hours) 14 | 15 | | 16 | 17 | Agenda 18 | -------- 19 | 20 | There will be many different subjects discussed at the same time. 21 | 22 | * 18:30-19:30 Free discussion 23 | * 19:30-21:30 Subjects discussion 24 | 25 | | 26 | 27 | Subjects 28 | ------------------ 29 | 30 | sciwork activity process automation discussion 31 | +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 32 | 33 | Meetup events are important within the sciwork community, serving as hubs for discussions and knowledges sharing. 34 | We are excited to announce a special meetup where we'll delve into the realm of process automation, leveraging 35 | the power of CI/CD and cutting-edge IT skills to enhance the sciwork event experience. The works are divided into : 36 | 37 | 1. Decide the format of the meetup page. 38 | 2. Create the sesh event with api or other method. 39 | 3. Create the GitHub action to create the meetup page automatically. 40 | 41 | We are currently using Python to parse the format of meetup page. 42 | 43 | Prepare March Scisprint 44 | ++++++++++++++++++++++++++++++++++++++++++++++++ 45 | 46 | Additionally, we will discuss the following items to prepare `March scisprint `__. 47 | 48 | * Task arrangement for volunteers 49 | * Promotion plan for March scisprint 50 | 51 | | 52 | 53 | Sign up 54 | ------------ 55 | 56 | The meetup is free. Please register on 57 | `discord event `__. 58 | Click the green check mark to participate the meetup. 59 | 60 | If you are using the discord app, you can find current event in the `meetup channel `__. 61 | All recent sciwork event are at the top of the left sidebar. 62 | 63 | | 64 | 65 | About Meetup 66 | ------------ 67 | 68 | Meetup is an event providing space for people to work on open source 69 | projects together. We welcome any subjects that may interest the attendees, 70 | and especially encourage code for science, engineering, and technology, which 71 | demand more critical discussions than other applications of computer 72 | programming. 73 | 74 | We would like to provide a supportive and friendly environment for all 75 | attendees to support more developers to join in the open-source communities. 76 | 77 | To join the meetup, please bring your laptop and `sign up <#sign-up>`__. Please 78 | `contact us <#contact-us>`__ if you have any questions. 79 | 80 | | 81 | 82 | Venue 83 | ----- 84 | 85 | `國立陽明交通大學 工程三館 3 樓 329 室 (Room 329, Engineering Building 3, NYCU) 86 | `__. 87 | 88 | .. raw:: html 89 | 90 |
91 | 94 |
95 | 96 | Contact us 97 | ---------- 98 | 99 | * sciwork: https://sciwork.dev/ 100 | * discord: https://discord.gg/6MAkFrD 101 | * email: `contact@sciwork.dev (subject: I want to lead a project in scisprint) `__ 102 | * flickr: https://www.flickr.com/photos/sciwork/albums -------------------------------------------------------------------------------- /content/pages/meetup/2024/0310-pydoc.rst: -------------------------------------------------------------------------------- 1 | =========================================== 2 | PyDoc Translation Meetup 2024 March 10th 3 | =========================================== 4 | 5 | :date: 2024-03-10 14:00 6 | :url: meetup/2024/0310-pydoc 7 | :save_as: meetup/2024/0310-pydoc.html 8 | 9 | Date 10 | ----- 11 | 12 | * Date: March 10th, 2024 13 | * Time: 14:00 ~ 17:00 (3 hours) 14 | 15 | | 16 | 17 | Agenda 18 | -------- 19 | 20 | * 14:00 ~ 14:30 Tell us about yourself! 21 | * 14:30 ~ 15:00 Project introduction 22 | * 15:00 ~ 15:30 Tutorial 23 | * 15:30 ~ 17:00 Hands-on translation 24 | 25 | | 26 | 27 | Prerequisites 28 | ------------------ 29 | 30 | - Please bring your laptop. 31 | - Have basic knowledge about Python, git, & GitHub. 32 | 33 | | 34 | 35 | Sign up 36 | ------------ 37 | 38 | The event is free. If you'd like to join us, please use `KKTIX `_ to sign up. 39 | 40 | | 41 | 42 | About Project 43 | ------------- 44 | 45 | **Python Official Document Traditional Chinese Translation** (`project link `_) 46 | 47 | We are a passionate and dedicated volunteer group committed to bridging the language gap in the Python 48 | community. Our primary mission is to make Python's official documentation accessible to the vast Traditional 49 | Chinese audience by providing accurate and comprehensive translations. Whether you are a seasoned Python developer 50 | or a language expert, we welcome individuals who are enthusiastic about Python and passionate about making 51 | knowledge accessible to all! 52 | 53 | | 54 | 55 | Venue 56 | ----- 57 | 58 | We'll hold the event at `GoFreight `_'s Office. 59 | 60 | Please wait at the 1st floor when you're arrived, the event host will bring you upstairs. 61 | 62 | `台北市中山區民生東路三段 49 號 13 樓 (No. 49號, Section 3, Minsheng E Rd, Zhongshan District, Taipei City) `__. 63 | 64 | .. raw:: html 65 | 66 |
67 | 70 |
71 | 72 | | 73 | 74 | Contact us 75 | ---------- 76 | 77 | * Discord: https://discord.gg/6MAkFrD (find the project channel at `#pydoc-zhtw`) 78 | * Contact: Mindi (ymhuang.ymh AT gmail . com, minghx @ Discord), Becca (beccalin.8359 AT gmail . com, BBcca @ discord) 79 | -------------------------------------------------------------------------------- /content/pages/meetup/2024/0313-nycu.rst: -------------------------------------------------------------------------------- 1 | ======================================== 2 | Meetup 2024 March 13th in NYCU 3 | ======================================== 4 | 5 | :date: 2024-03-01 22:27 6 | :url: meetup/2024/0313-nycu 7 | :save_as: meetup/2024/0313-nycu.html 8 | 9 | Date 10 | ----- 11 | 12 | * Date: March 13th, 2024 13 | * Time: 18:30 -- 21:30 (3 hours) 14 | 15 | | 16 | 17 | Agenda 18 | -------- 19 | 20 | There will be many different subjects discussed at the same time. 21 | 22 | * 18:30-19:30 Free discussion 23 | * 19:30-21:30 Subjects discussion 24 | 25 | | 26 | 27 | Subjects 28 | ------------------ 29 | 30 | sciwork activity process automation discussion 31 | +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 32 | 33 | Meetup events are important within the sciwork community, serving as hubs for discussions and knowledges sharing. 34 | We are excited to announce a special meetup where we'll delve into the realm of process automation, leveraging 35 | the power of CI/CD and cutting-edge IT skills to enhance the sciwork event experience. The works are divided into : 36 | 37 | 1. Decide the format of the meetup page. 38 | 2. Create the sesh event with api or other method. 39 | 3. Create the GitHub action to create the meetup page automatically. 40 | 41 | We are currently using Python to parse the format of meetup page. 42 | 43 | Prepare March Scisprint 44 | ++++++++++++++++++++++++++++++++++++++++++++++++ 45 | 46 | Additionally, we will discuss the following items to prepare `March scisprint `__. 47 | 48 | * Task arrangement for volunteers 49 | * Promotion plan for March scisprint 50 | 51 | | 52 | 53 | Sign up 54 | ------------ 55 | 56 | The meetup is free. Please register on 57 | `discord event `__. 58 | Click the green check mark to participate the meetup. 59 | 60 | If you are using the discord app, you can find current event in the `meetup channel `__. 61 | All recent sciwork event are at the top of the left sidebar. 62 | 63 | | 64 | 65 | About Meetup 66 | ------------ 67 | 68 | Meetup is an event providing space for people to work on open source 69 | projects together. We welcome any subjects that may interest the attendees, 70 | and especially encourage code for science, engineering, and technology, which 71 | demand more critical discussions than other applications of computer 72 | programming. 73 | 74 | We would like to provide a supportive and friendly environment for all 75 | attendees to support more developers to join in the open-source communities. 76 | 77 | To join the meetup, please bring your laptop and `sign up <#sign-up>`__. Please 78 | `contact us <#contact-us>`__ if you have any questions. 79 | 80 | | 81 | 82 | Venue 83 | ----- 84 | 85 | `國立陽明交通大學 工程三館 3 樓 329 室 (Room 329, Engineering Building 3, NYCU) 86 | `__. 87 | 88 | .. raw:: html 89 | 90 |
91 | 94 |
95 | 96 | Contact us 97 | ---------- 98 | 99 | * sciwork: https://sciwork.dev/ 100 | * discord: https://discord.gg/6MAkFrD 101 | * email: `contact@sciwork.dev (subject: I want to lead a project in scisprint) `__ 102 | * flickr: https://www.flickr.com/photos/sciwork/albums -------------------------------------------------------------------------------- /content/pages/meetup/2024/0320-nycu.rst: -------------------------------------------------------------------------------- 1 | ======================================== 2 | Meetup 2024 March 20th in NYCU 3 | ======================================== 4 | 5 | :date: 2024-03-01 22:27 6 | :url: meetup/2024/0320-nycu 7 | :save_as: meetup/2024/0320-nycu.html 8 | 9 | Date 10 | ----- 11 | 12 | * Date: March 20th, 2024 13 | * Time: 18:30 -- 21:30 (3 hours) 14 | 15 | | 16 | 17 | Agenda 18 | -------- 19 | 20 | There will be many different subjects discussed at the same time. 21 | 22 | * 18:30-19:30 Free discussion 23 | * 19:30-21:30 Subjects discussion 24 | 25 | | 26 | 27 | Subjects 28 | ------------------ 29 | 30 | sciwork activity process automation discussion 31 | +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 32 | 33 | Meetup events are important within the sciwork community, serving as hubs for discussions and knowledges sharing. 34 | We are excited to announce a special meetup where we'll delve into the realm of process automation, leveraging 35 | the power of CI/CD and cutting-edge IT skills to enhance the sciwork event experience. The works are divided into : 36 | 37 | 1. Decide the format of the meetup page. 38 | 2. Create the sesh event with api or other method. 39 | 3. Create the GitHub action to create the meetup page automatically. 40 | 41 | We are currently using Python to parse the format of meetup page. 42 | 43 | Prepare March Scisprint 44 | ++++++++++++++++++++++++++++++++++++++++++++++++ 45 | 46 | Additionally, we will discuss the following items to prepare `March scisprint `__. 47 | 48 | * Task arrangement for volunteers 49 | * Promotion plan for March scisprint 50 | 51 | | 52 | 53 | Sign up 54 | ------------ 55 | 56 | The meetup is free. Please register on 57 | `discord event `__. 58 | Click the green check mark to participate the meetup. 59 | 60 | If you are using the discord app, you can find current event in the `meetup channel `__. 61 | All recent sciwork event are at the top of the left sidebar. 62 | 63 | | 64 | 65 | About Meetup 66 | ------------ 67 | 68 | Meetup is an event providing space for people to work on open source 69 | projects together. We welcome any subjects that may interest the attendees, 70 | and especially encourage code for science, engineering, and technology, which 71 | demand more critical discussions than other applications of computer 72 | programming. 73 | 74 | We would like to provide a supportive and friendly environment for all 75 | attendees to support more developers to join in the open-source communities. 76 | 77 | To join the meetup, please bring your laptop and `sign up <#sign-up>`__. Please 78 | `contact us <#contact-us>`__ if you have any questions. 79 | 80 | | 81 | 82 | Venue 83 | ----- 84 | 85 | `國立陽明交通大學 工程三館 3 樓 329 室 (Room 329, Engineering Building 3, NYCU) 86 | `__. 87 | 88 | .. raw:: html 89 | 90 |
91 | 94 |
95 | 96 | Contact us 97 | ---------- 98 | 99 | * sciwork: https://sciwork.dev/ 100 | * discord: https://discord.gg/6MAkFrD 101 | * email: `contact@sciwork.dev (subject: I want to lead a project in scisprint) `__ 102 | * flickr: https://www.flickr.com/photos/sciwork/albums -------------------------------------------------------------------------------- /content/pages/meetup/2024/0327-nycu.rst: -------------------------------------------------------------------------------- 1 | ======================================== 2 | Meetup 2024 March 27th in NYCU 3 | ======================================== 4 | 5 | :date: 2024-03-01 22:27 6 | :url: meetup/2024/0327-nycu 7 | :save_as: meetup/2024/0327-nycu.html 8 | 9 | Date 10 | ----- 11 | 12 | * Date: March 27th, 2024 13 | * Time: 18:30 -- 21:30 (3 hours) 14 | 15 | | 16 | 17 | Agenda 18 | -------- 19 | 20 | There will be many different subjects discussed at the same time. 21 | 22 | * 18:30-19:30 Free discussion 23 | * 19:30-21:30 Subjects discussion 24 | 25 | | 26 | 27 | Subjects 28 | ------------------ 29 | 30 | sciwork activity process automation discussion 31 | +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 32 | 33 | Meetup events are important within the sciwork community, serving as hubs for discussions and knowledges sharing. 34 | We are excited to announce a special meetup where we'll delve into the realm of process automation, leveraging 35 | the power of CI/CD and cutting-edge IT skills to enhance the sciwork event experience. The works are divided into : 36 | 37 | 1. Decide the format of the meetup page. 38 | 2. Create the sesh event with api or other method. 39 | 3. Create the GitHub action to create the meetup page automatically. 40 | 41 | We are currently using Python to parse the format of meetup page. 42 | 43 | Prepare March Scisprint 44 | ++++++++++++++++++++++++++++++++++++++++++++++++ 45 | 46 | Additionally, we will discuss the following items to prepare `March scisprint `__. 47 | 48 | * Task arrangement for volunteers 49 | * Promotion plan for March scisprint 50 | 51 | | 52 | 53 | Sign up 54 | ------------ 55 | 56 | The meetup is free. Please register on 57 | `discord event `__. 58 | Click the green check mark to participate the meetup. 59 | 60 | If you are using the discord app, you can find current event in the `meetup channel `__. 61 | All recent sciwork event are at the top of the left sidebar. 62 | 63 | | 64 | 65 | About Meetup 66 | ------------ 67 | 68 | Meetup is an event providing space for people to work on open source 69 | projects together. We welcome any subjects that may interest the attendees, 70 | and especially encourage code for science, engineering, and technology, which 71 | demand more critical discussions than other applications of computer 72 | programming. 73 | 74 | We would like to provide a supportive and friendly environment for all 75 | attendees to support more developers to join in the open-source communities. 76 | 77 | To join the meetup, please bring your laptop and `sign up <#sign-up>`__. Please 78 | `contact us <#contact-us>`__ if you have any questions. 79 | 80 | | 81 | 82 | Venue 83 | ----- 84 | 85 | `國立陽明交通大學 工程三館 3 樓 329 室 (Room 329, Engineering Building 3, NYCU) 86 | `__. 87 | 88 | .. raw:: html 89 | 90 |
91 | 94 |
95 | 96 | Contact us 97 | ---------- 98 | 99 | * sciwork: https://sciwork.dev/ 100 | * discord: https://discord.gg/6MAkFrD 101 | * email: `contact@sciwork.dev (subject: I want to lead a project in scisprint) `__ 102 | * flickr: https://www.flickr.com/photos/sciwork/albums -------------------------------------------------------------------------------- /content/pages/meetup/2024/0410-nycu.rst: -------------------------------------------------------------------------------- 1 | ======================================== 2 | Meetup 2024 April 10th in NYCU 3 | ======================================== 4 | 5 | :date: 2024-04-02 01:08 6 | :url: meetup/2024/0410-nycu 7 | :save_as: meetup/2024/0410-nycu.html 8 | 9 | Date 10 | ----- 11 | 12 | * Date: April 10th, 2024 13 | * Time: 18:30 -- 21:30 (3 hours) 14 | 15 | | 16 | 17 | Agenda 18 | -------- 19 | 20 | There will be many different subjects discussed at the same time. 21 | 22 | * 18:30-19:30 Free discussion 23 | * 19:30-21:30 Subjects discussion 24 | 25 | | 26 | 27 | Subjects 28 | ------------------ 29 | 30 | sciwork activity process automation discussion 31 | +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 32 | 33 | Meetup events are important within the sciwork community, serving as hubs for discussions and knowledges sharing. 34 | We are excited to announce a special meetup where we'll delve into the realm of process automation, leveraging 35 | the power of CI/CD and cutting-edge IT skills to enhance the sciwork event experience. The works are divided into : 36 | 37 | 1. Decide the format of the meetup page. 38 | 2. Create the sesh event with api or other method. 39 | 3. Create the GitHub action to create the meetup page automatically. 40 | 41 | We are currently using TextFSM to parse the format of meetup page. 42 | 43 | Prepare April Scisprint 44 | ++++++++++++++++++++++++++++++++++++++++++++++++ 45 | 46 | Additionally, we will discuss the following items to prepare `April scisprint `__. 47 | 48 | * Task arrangement for volunteers 49 | * Promotion plan for April scisprint 50 | 51 | | 52 | 53 | Sign up 54 | ------------ 55 | 56 | The meetup is free. Please register on 57 | `discord event `__. 58 | Click the green check mark to participate the meetup. 59 | 60 | If you are using the discord app, you can find current event in the `meetup channel `__. 61 | All recent sciwork event are at the top of the left sidebar. 62 | 63 | | 64 | 65 | About Meetup 66 | ------------ 67 | 68 | Meetup is an event providing space for people to work on open source 69 | projects together. We welcome any subjects that may interest the attendees, 70 | and especially encourage code for science, engineering, and technology, which 71 | demand more critical discussions than other applications of computer 72 | programming. 73 | 74 | We would like to provide a supportive and friendly environment for all 75 | attendees to support more developers to join in the open-source communities. 76 | 77 | To join the meetup, please bring your laptop and `sign up <#sign-up>`__. Please 78 | `contact us <#contact-us>`__ if you have any questions. 79 | 80 | | 81 | 82 | Venue 83 | ----- 84 | 85 | `國立陽明交通大學 工程四館 1 樓 103 室 (Room 103, Engineering Building 4, NYCU) 86 | `__. 87 | 88 | .. raw:: html 89 | 90 |
91 | 94 |
95 | 96 | Contact us 97 | ---------- 98 | 99 | * sciwork: https://sciwork.dev/ 100 | * discord: https://discord.gg/6MAkFrD 101 | * email: `contact@sciwork.dev (subject: I want to lead a project in scisprint) `__ 102 | * flickr: https://www.flickr.com/photos/sciwork/albums -------------------------------------------------------------------------------- /content/pages/meetup/2024/0417-nycu.rst: -------------------------------------------------------------------------------- 1 | ======================================== 2 | Meetup 2024 April 17th in NYCU 3 | ======================================== 4 | 5 | :date: 2024-04-02 01:09 6 | :url: meetup/2024/0417-nycu 7 | :save_as: meetup/2024/0417-nycu.html 8 | 9 | Date 10 | ----- 11 | 12 | * Date: April 17th, 2024 13 | * Time: 18:30 -- 21:30 (3 hours) 14 | 15 | | 16 | 17 | Agenda 18 | -------- 19 | 20 | There will be many different subjects discussed at the same time. 21 | 22 | * 18:30-19:30 Free discussion 23 | * 19:30-21:30 Subjects discussion 24 | 25 | | 26 | 27 | Subjects 28 | ------------------ 29 | 30 | sciwork activity process automation discussion 31 | +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 32 | 33 | Meetup events are important within the sciwork community, serving as hubs for discussions and knowledges sharing. 34 | We are excited to announce a special meetup where we'll delve into the realm of process automation, leveraging 35 | the power of CI/CD and cutting-edge IT skills to enhance the sciwork event experience. The works are divided into : 36 | 37 | 1. Decide the format of the meetup page. 38 | 2. Create the sesh event with api or other method. 39 | 3. Create the GitHub action to create the meetup page automatically. 40 | 41 | We are currently using TextFSM to parse the format of meetup page. 42 | 43 | Prepare April Scisprint 44 | ++++++++++++++++++++++++++++++++++++++++++++++++ 45 | 46 | Additionally, we will discuss the following items to prepare `April scisprint `__. 47 | 48 | * Task arrangement for volunteers 49 | * Promotion plan for April scisprint 50 | 51 | | 52 | 53 | Sign up 54 | ------------ 55 | 56 | The meetup is free. Please register on 57 | `discord event `__. 58 | Click the green check mark to participate the meetup. 59 | 60 | If you are using the discord app, you can find current event in the `meetup channel `__. 61 | All recent sciwork event are at the top of the left sidebar. 62 | 63 | | 64 | 65 | About Meetup 66 | ------------ 67 | 68 | Meetup is an event providing space for people to work on open source 69 | projects together. We welcome any subjects that may interest the attendees, 70 | and especially encourage code for science, engineering, and technology, which 71 | demand more critical discussions than other applications of computer 72 | programming. 73 | 74 | We would like to provide a supportive and friendly environment for all 75 | attendees to support more developers to join in the open-source communities. 76 | 77 | To join the meetup, please bring your laptop and `sign up <#sign-up>`__. Please 78 | `contact us <#contact-us>`__ if you have any questions. 79 | 80 | | 81 | 82 | Venue 83 | ----- 84 | 85 | `國立陽明交通大學 工程四館 1 樓 103 室 (Room 103, Engineering Building 4, NYCU) 86 | `__. 87 | 88 | .. raw:: html 89 | 90 |
91 | 94 |
95 | 96 | Contact us 97 | ---------- 98 | 99 | * sciwork: https://sciwork.dev/ 100 | * discord: https://discord.gg/6MAkFrD 101 | * email: `contact@sciwork.dev (subject: I want to lead a project in scisprint) `__ 102 | * flickr: https://www.flickr.com/photos/sciwork/albums -------------------------------------------------------------------------------- /content/pages/sprint/2020/09-pip.rst: -------------------------------------------------------------------------------- 1 | ============================================ 2 | Scisprint 2020 September: pip/pypa/packaging 3 | ============================================ 4 | 5 | :date: 2020-09-08 08:00 6 | :url: sprint/2020/09-pip 7 | :save_as: sprint/2020/09-pip.html 8 | 9 | Scisprint 2020 September: pip/pypa/packaging 10 | ============================================ 11 | 12 | Help make the entire packaging/distribution toolchain, as usable and robust as possible! 13 | 14 | The Python Packaging Authority (PyPA) is a working group that maintains a core set of software projects used in Python packaging. Some notable projects maintained by PyPA include: 15 | 16 | * Warehouse (web interface to `pypi.org `__ ) 17 | * `pip `__ 18 | * `setuptools `__ 19 | * `virtualenv `__ 20 | * `pipenv `__ 21 | 22 | Registration 23 | ------------ 24 | 25 | Please visit https://sciwork.kktix.cc/events/scisprint20sep to sign up. 26 | 27 | Date & time 28 | ----------- 29 | 30 | 26th September, Saturday, 2020, 1:30pm -- 4:30pm 31 | 32 | Agenda 33 | ------ 34 | 35 | * **1:30pm -- 2:00pm**: Introduction and preparation 36 | * **2:00pm -- 4:00pm**: Sprint 37 | * **4:00pm -- 4:30pm**: Presenting and closing 38 | * **after 4:30pm**: Free time for networking, dinner, after party 39 | 40 | Software Requirements 41 | --------------------- 42 | 43 | Your computer needs to have a working Python installation or be capable of install a Python runtime. 44 | 45 | .. Sponsors 46 | .. -------- 47 | 48 | Venue 49 | ----- 50 | 51 | 國立交通大學光復校區 浩然圖書館 B1-殷之浩紀念空間 (`藝文空間 `__ 斜對面) 52 | 53 | Address: `新竹市東區大學路1001號 `__ 54 | 55 | .. (`google map `__) 56 | 57 | .. raw:: html 58 | 59 |
60 | 65 |
66 | 67 | Other 68 | ----- 69 | 70 | * Discord: https://discord.gg/GrZPvn6 71 | * Twitter: `@sciwork `__ 72 | * HackMD note: https://hackmd.io/@sciwork/sprint-20sep-pip 73 | -------------------------------------------------------------------------------- /content/pages/sprint/2020/10-turgon.rst: -------------------------------------------------------------------------------- 1 | ============================== 2 | Scisprint 2020 October: turgon 3 | ============================== 4 | 5 | :date: 2020-10-15 19:37 6 | :url: sprint/2020/10-turgon 7 | :save_as: sprint/2020/10-turgon.html 8 | 9 | Scisprint 2020 October: turgon 10 | ============================== 11 | 12 | Turgon (https://github.com/yungyuc/turgon) is a research code implementing `the 13 | space-time conservation element and solution element (CESE) method 14 | `__ for solving conservation laws in 15 | one-dimensional space. It utilizes both Python and C++ and is built in a 16 | hybrid architecture. High-performance C++ code is used in the framework and 17 | computing kernels. Python API is provided in every level for easy access of 18 | the data and analyze. 19 | 20 | The code demonstrates how to put together a computing system that addresses 21 | both performance and usability. 22 | 23 | Registration 24 | ------------ 25 | 26 | Please visit https://sciwork.kktix.cc/events/scisprint20oct to sign up. 27 | 28 | Date & time 29 | ----------- 30 | 31 | 24th October, Saturday, 2020, 1:30pm -- 4:30pm 32 | 33 | Agenda 34 | ------ 35 | 36 | * **1:30pm -- 2:00pm**: Introduction and preparation 37 | * **2:00pm -- 4:00pm**: Sprint 38 | * **4:00pm -- 4:30pm**: Presenting and closing 39 | * **after 4:30pm**: Free time; networking, dinner, after party 40 | 41 | Software Requirements 42 | --------------------- 43 | 44 | To join the development, you need to bring a computer that is capable of 45 | installing or building the following dependencies: 46 | 47 | 1. A C++ compiler that supports C++14 standard 48 | 2. Python 3.7 49 | 3. Cmake 3.15.4+ 50 | 4. numpy 51 | 5. pybind11 52 | 6. `modmesh `_ 53 | 54 | .. Sponsors 55 | .. -------- 56 | 57 | Venue 58 | ----- 59 | 60 | 國立交通大學光復校區 工程四館 R101 61 | 62 | Address: `新竹市東區大學路1001號 `__ 63 | 64 | .. (`google map `__) 65 | 66 | .. raw:: html 67 | 68 |
69 | 74 |
75 | 76 | Other 77 | ----- 78 | 79 | * Discord: https://discord.gg/P9U7PFv 80 | * Twitter: `@sciwork `__ 81 | * GitHub discussion: https://github.com/yungyuc/turgon/issues/31 82 | -------------------------------------------------------------------------------- /content/pages/sprint/2020/swportal20-2.rst: -------------------------------------------------------------------------------- 1 | ======================= 2 | swportal 2020 sprint #2 3 | ======================= 4 | 5 | :date: 2020-07-27 10:00 6 | :url: sprint/2020/swportal20-2 7 | :save_as: sprint/2020/swportal20-2.html 8 | 9 | swportal 2020 sprint #2 10 | ======================= 11 | 12 | Sciwork Portal (swportal) is the future website planned to serve at 13 | http://sciwork.dev/, to replace the current "sciwork 2020 conference" 14 | web site. The source files are hosted in https://github.com/sciwork/swportal/ 15 | . 16 | 17 | Registration 18 | ------------ 19 | 20 | Registration page: https://sciwork.kktix.cc/events/swportal20-2 21 | 22 | Date & time 23 | ----------- 24 | 25 | 1st August, Saturday, 2020, 2:00pm -- 5:00pm 26 | 27 | Agenda 28 | ------ 29 | 30 | * **1:30pm -- 2:00pm**: Registration and environment setup 31 | * **2:00pm -- 3:00pm**: Familiar with the command line operations 32 | * **3:00pm -- 5:00pm**: Static website generator (Pelican) 33 | * **after 5:00pm**: 34 | Free time for networking, dinner, after party 35 | 36 | Venue 37 | ----- 38 | 39 | Rm203 2F, Science Building 2, NCTU 40 | 41 | .. raw:: html 42 | 43 |
44 | 49 |
50 | 51 | Other 52 | ----- 53 | 54 | * Last sprint: `swportal sprint 20-1 `__ 55 | -------------------------------------------------------------------------------- /content/pages/sprint/2021/05end-devenv.rst: -------------------------------------------------------------------------------- 1 | ===================================================================== 2 | (Cancelled due to COVID-19) Scisprint 2021 End of May: solvcon devenv 3 | ===================================================================== 4 | 5 | :date: 2021-05-15 10:02 6 | :url: sprint/2021/05end-devenv 7 | :save_as: sprint/2021/05end-devenv.html 8 | 9 | (Cancelled due to COVID-19) Scisprint 2021 End of May: solvcon devenv 10 | ===================================================================== 11 | 12 | .. warning:: 13 | 14 | The event is cancelled because of the escalated COVID-19 situation in Taiwan. 15 | New schedule will be made after the health concerns are removed. 16 | 17 | We cordially invite you to join the short sprint for the development 18 | environment for `solvcon `_ projects. solvcon_ is a host 19 | of projects focusing on numerically solving the governing equations of 20 | transient phenomena. 21 | 22 | The development environment, i.e., devenv (see `the github page 23 | `__), is also a solvcon project, but has a 24 | much broader scope that includes the infrastructure for developing code for 25 | numerical calculations, which are the foundation of computational sciences and 26 | mathematics. The real-world applications, including physics, mechanics, 27 | semiconductor, finance, machine learning, etc., will be built with it. 28 | 29 | Numerical calculations require writing high-performance code. The complex 30 | implementations call for tremendous amount of code to be written and it is not 31 | possible to do it all by a single team. External dependencies are necessary. 32 | However, because of the requirements of accuracy and performance, the 33 | dependencies are usually at the source level. Building dependencies from 34 | source is the norm. The project devenv is made to help the source-level 35 | dependency management and alignment for the runtime among developers. 36 | 37 | Registration 38 | ------------ 39 | 40 | Please RSVP at: 41 | 42 | Date & time 43 | ----------- 44 | 45 | 31st May, Monday, 2021, 19:00 -- 21:00 46 | 47 | Agenda 48 | ------ 49 | 50 | * **19:00 -- 19:15**: What are sciwork sprints 51 | * **19:15 -- 19:30**: Project information of solvcon devenv 52 | * **19:30 -- 21:00**: Simple sprint for solvcon devenv 53 | 54 | Requirements 55 | ------------ 56 | 57 | We will need you to have a laptop or a VM running either MacOS or Linux. At 58 | the moment the project does not yet support Windows. 59 | 60 | .. Sponsors 61 | .. -------- 62 | 63 | Venue 64 | ----- 65 | 66 | Somewhere at NCTU, Hsinchu 67 | 68 | Address: TBD 69 | 70 | .. (`google map `__) 71 | 72 | Contact us 73 | ---------- 74 | 75 | * Discord: https://discord.gg/P9U7PFv 76 | * Twitter: `@sciwork `__ 77 | * GitHub discussion: https://github.com/solvcon/devenv/discussions 78 | -------------------------------------------------------------------------------- /content/pages/sprint/2021/06early-devenv.rst: -------------------------------------------------------------------------------- 1 | ===================================================================== 2 | Scisprint 2021 Early of June: solvcon devenv 3 | ===================================================================== 4 | 5 | :date: 2021-05-24 20:46 6 | :url: sprint/2021/06early-devenv 7 | :save_as: sprint/2021/06early-devenv.html 8 | 9 | Scisprint 2021 Early of June: solvcon devenv 10 | ===================================================================== 11 | 12 | We cordially invite you to join the short sprint for the development 13 | environment for `solvcon `_ projects. solvcon_ is a host 14 | of projects focusing on numerically solving the governing equations of 15 | transient phenomena. 16 | 17 | The development environment, i.e., devenv (see `the github page 18 | `__), is also a solvcon project, but has a 19 | much broader scope that includes the infrastructure for developing code for 20 | numerical calculations, which are the foundation of computational sciences and 21 | mathematics. The real-world applications, including physics, mechanics, 22 | semiconductor, finance, machine learning, etc., will be built with it. 23 | 24 | Numerical calculations require writing high-performance code. The complex 25 | implementations call for tremendous amount of code to be written and it is not 26 | possible to do it all by a single team. External dependencies are necessary. 27 | However, because of the requirements of accuracy and performance, the 28 | dependencies are usually at the source level. Building dependencies from 29 | source is the norm. The project devenv is made to help the source-level 30 | dependency management and alignment for the runtime among developers. 31 | 32 | Registration 33 | ------------ 34 | 35 | Please join `gather.town `_ on the day of sprint !! 36 | 37 | Date & time 38 | ----------- 39 | 40 | 05th June, Saturday, 2021, 15:00 -- 17:00 41 | 42 | Agenda 43 | ------ 44 | 45 | * **15:00 -- 15:30**: Opening, introduction for devenv and solvcon 46 | * **15:30 -- 16:30**: Let's build solvcon with devenv 47 | * **16:30 -- 17:00**: Discussion 48 | 49 | Requirements 50 | ------------ 51 | 52 | We will need you to have a laptop or a VM running either MacOS or Linux. At 53 | the moment the project does not yet support Windows. 54 | 55 | This time we hold the sprint on the gather.town_ 56 | and suggest to use laptop or personal computer instead of mobile device 57 | such like iPad or iPhone etc... 58 | 59 | .. Sponsors 60 | .. -------- 61 | 62 | Venue 63 | ----- 64 | 65 | At gather.town_, sciwork 66 | 67 | Contact us 68 | ---------- 69 | 70 | * Discord: https://discord.gg/P9U7PFv 71 | * Twitter: `@sciwork `__ 72 | * GitHub discussion: https://github.com/solvcon/devenv/discussions 73 | -------------------------------------------------------------------------------- /content/pages/sprint/2021/07early-devenv.rst: -------------------------------------------------------------------------------- 1 | ========================================= 2 | Scisprint 2021 Early July: solvcon devenv 3 | ========================================= 4 | 5 | :date: 2021-06-21 22:40 6 | :url: sprint/2021/07early-devenv 7 | :save_as: sprint/2021/07early-devenv.html 8 | 9 | Scisprint 2021 Early July: solvcon devenv 10 | ========================================= 11 | 12 | We cordially invite you to join the short sprint for the development 13 | environment for `solvcon `_ projects. solvcon_ is a host 14 | of projects focusing on numerically solving the governing equations of 15 | transient phenomena. 16 | 17 | The development environment, i.e., devenv (see `the github page 18 | `__), is also a solvcon project, but has a 19 | much broader scope that includes the infrastructure for developing code for 20 | numerical calculations, which are the foundation of computational sciences and 21 | mathematics. The real-world applications, including physics, mechanics, 22 | semiconductor, finance, machine learning, etc., will be built with it. 23 | 24 | Numerical calculations require writing high-performance code. The complex 25 | implementations call for tremendous amount of code to be written and it is not 26 | possible to do it all by a single team. External dependencies are necessary. 27 | However, because of the requirements of accuracy and performance, the 28 | dependencies are usually at the source level. Building dependencies from 29 | source is the norm. The project devenv is made to help the source-level 30 | dependency management and alignment for the runtime among developers. 31 | 32 | Registration 33 | ------------ 34 | 35 | Please join `gather.town `_ 36 | on the day of sprint !! 37 | 38 | Date & time 39 | ----------- 40 | 41 | 12th July, Monday, 2021, 19:00 -- 21:00 42 | 43 | Agenda 44 | ------ 45 | 46 | A system needs to be well tested before it is reliable and easy to maintain. 47 | In this sprint we will improve the reliability of devenv by adding more test 48 | cases! 49 | 50 | * **19:00 -- 19:30**: Opening, introduction for devenv and solvcon 51 | * **19:30 -- 20:30**: Add more **test cases!!** 52 | * **20:30 -- 21:00**: Discussion 53 | 54 | Requirements 55 | ------------ 56 | 57 | You will need a laptop or VM running either MacOS or Linux. At the moment the 58 | project does not yet support Windows. 59 | 60 | We hold the sprint on the gather.town_. Connection from a laptop or desktop is 61 | recommended. Mobile devices (iPad, iPhone, etc.) do not perform well with 62 | gather.town_. 63 | 64 | .. Sponsors 65 | .. -------- 66 | 67 | Venue 68 | ----- 69 | 70 | At gather.town_, sciwork 71 | 72 | Contact us 73 | ---------- 74 | 75 | * Discord: https://discord.gg/P9U7PFv 76 | * Twitter: `@sciwork `__ 77 | * GitHub discussion: https://github.com/solvcon/devenv/discussions 78 | -------------------------------------------------------------------------------- /content/pages/sprint/2021/07early-pycht.rst: -------------------------------------------------------------------------------- 1 | =========================================== 2 | Scisprint 2021 Early July: Python ZH TW Doc 3 | =========================================== 4 | 5 | :date: 2021-06-29 15:24 6 | :url: sprint/2021/07early-pycht 7 | :save_as: sprint/2021/07early-pycht.html 8 | 9 | Scisprint 2021 Early July: Python ZH TW Doc 10 | =========================================== 11 | 12 | This is the start of a series of sprints for translating `Python official 13 | document `__ from English to traditional Chinese 14 | (Taiwan; ZH TW locale). The agenda: 15 | 16 | * Improve the review. Currently a bottleneck of the translation is the review 17 | by Adrian. It will be helpful to have more reviewers. 18 | 19 | * Improve glossary. We have not had consistent translation of many English 20 | words. Find better ways to unify how terminology is translated. 21 | 22 | * Automation and CI. We do not have any CI at the moment, but we should. We 23 | should check for build errors for each of the PRs, use of whites spaces, and 24 | daily update of source strings. 25 | 26 | * Whether or not or how to use transifex. The keys are how to improve the 27 | pace of the translation, review, and integration of the current GitHub-based 28 | flow. 29 | 30 | We are working on the 3.9 branch of the document: 31 | https://github.com/python/python-docs-zh-tw/tree/3.9. 32 | 33 | Registration 34 | ------------ 35 | 36 | Please join `gather.town `_ 37 | on the day of sprint!! 38 | 39 | Date & time 40 | ----------- 41 | 42 | 3rd July, Saturday, 2021, 09:00 -- 11:00 (AM) 43 | 44 | Agenda 45 | ------ 46 | 47 | * **08:30 -- 09:00**: Gathering 48 | * **09:00 -- 11:00**: Sprint 49 | 50 | Requirements 51 | ------------ 52 | 53 | A laptop or desktop to access gather.town_. Mobile devices are known to have 54 | issues. 55 | 56 | Read the README of https://github.com/python/python-docs-zh-tw/tree/3.9. 57 | 58 | .. Sponsors 59 | .. -------- 60 | 61 | Venue 62 | ----- 63 | 64 | sciwork gather.town_. 65 | 66 | Contact us 67 | ---------- 68 | 69 | * Project telegram: https://t.me/PyDocTW 70 | * (sciwork) discord: https://discord.gg/RcAF6tDe7r 71 | * (sciwork) twitter: `@sciwork `__ 72 | 73 | -------------------------------------------------------------------------------- /content/pages/sprint/2021/08.rst: -------------------------------------------------------------------------------- 1 | ===================== 2 | Scisprint 2021 August 3 | ===================== 4 | 5 | :date: 2021-07-31 11:58 6 | :url: sprint/2021/08 7 | :save_as: sprint/2021/08.html 8 | 9 | Scisprint 2021 August 10 | ===================== 11 | 12 | Scisprint is an event gathering people who want to write code for specific 13 | projects. In the August event, there are the following projects: 14 | 15 | * SOLVCON development environment (devenv) https://github.com/solvcon/devenv: 16 | This project is a set of (Bourne again) shell scripts to align the 17 | environment for developing `SOLVCON `__ and 18 | related projects in (Ubuntu) Linux and macOS. 19 | * Automation bot for sciwork discord server https://discord.gg/6MAkFrD . There 20 | is not an automated flow for sciwork events. The event data are added and 21 | maintained manually through https://github.com/sciwork/swportal, the 22 | repository of the community web site https://sciwork.dev/ . 23 | * Python-C/C++ Bindgen https://hackmd.io/@vy0m6Zc7Q0WJ0aMT6NdBzw/rySh6Lket: 24 | This project aim to automatically generate C/C++ structure memory layout at 25 | compile-time (setup.py) and used in Python to align binary data back 26 | to C/C++ struct field value. For example, to use C++: `((struct foo *) buffer)->bar` 27 | in Python like: `foo.align(buf)[0]->bar`. 28 | 29 | 30 | Registration 31 | ------------ 32 | 33 | Sign up by following the directive at the wiki page: 34 | https://github.com/sciwork/swportal/wiki/2021-August-sprint-sign-up-page . 35 | 36 | Date & time 37 | ----------- 38 | 39 | 30th August, Monday, 2021, 19:30 -- 21:30 40 | 41 | Agenda 42 | ------ 43 | 44 | Please join `gather.town `_ 45 | on the day of sprint!! 46 | 47 | * **19:00 -- 19:30**: Project introduction and discussions 48 | * **19:30 -- 20:30**: Coding hour 49 | * **20:30 -- 21:00**: Summary and plan for next steps 50 | 51 | Introduction to sciwork discord bot 52 | +++++++++++++++++++++++++++++++++++ 53 | 54 | * Self-introduction: 2min 55 | * Idea Sharing: 5min 56 | * Concept Demo: 5min 57 | * Discussion: 15min 58 | 59 | Requirements 60 | ------------ 61 | 62 | You will need a laptop or VM running either MacOS or Linux. At the moment the 63 | project does not yet support Windows. 64 | 65 | We hold the sprint on the gather.town_. Connection from a laptop or desktop is 66 | recommended. Mobile devices (iPad, iPhone, etc.) do not perform well with 67 | gather.town_. 68 | 69 | .. Sponsors 70 | .. -------- 71 | 72 | Venue 73 | ----- 74 | 75 | At gather.town_, sciwork 76 | 77 | Contact us 78 | ---------- 79 | 80 | * Discord: https://discord.gg/6MAkFrD 81 | * Twitter: `@sciwork `__ 82 | * GitHub discussion: https://github.com/solvcon/devenv/discussions 83 | -------------------------------------------------------------------------------- /content/pages/sprint/2021/08mid-pycht.rst: -------------------------------------------------------------------------------- 1 | ================================================= 2 | Scisprint 2021 Mid August: Python ZH TW Doc 3 | ================================================= 4 | 5 | :date: 2021-08-08 18:16 6 | :url: sprint/2021/08mid-pycht 7 | :save_as: sprint/2021/08mid-pycht.html 8 | 9 | Scisprint 2021 Mid-August: Python ZH TW Doc 10 | ================================================= 11 | 12 | This is the second sprint for for translating `Python official 13 | document `__ from English to traditional Chinese 14 | (Taiwan; ZH TW locale). 15 | 16 | The agenda: 17 | 18 | * Improve the project scheduling. Currently, this project is calling for 19 | the coordinator, and no one is available for review. We should re-planning 20 | the jobs in this project. Please feel free to share your opinions about the 21 | work in the project like the thoughts about the review workflow, 22 | translation work scheduling, etc. 23 | 24 | * Improve the review. We are facing the bottleneck of translation for 25 | reviewing, and the review process is not efficient. We need to improve the review 26 | process including building a review workflow or mechanism. 27 | 28 | * Improve glossary. We have not had consistent translation of many English 29 | words. Find better ways to unify how terminology is translated. 30 | 31 | * Automation and CI. We do not have any CI at the moment, but we should. We 32 | should check for build errors for each of the PRs, use of whites spaces, and 33 | daily update of source strings. 34 | 35 | * Review and discussion about previous `action items `_. 36 | 37 | We are working on the 3.9 branch of the document: 38 | https://github.com/python/python-docs-zh-tw/tree/3.9. 39 | 40 | Meeting Minutes 41 | --------------- 42 | 43 | Meeting minutes were at hackmd: https://hackmd.io/@sciwork/HyHIACNeK . 44 | 45 | Registration 46 | ------------ 47 | 48 | Please join `gather.town `_ 49 | on the day of sprint!! 50 | 51 | Date & time 52 | ----------- 53 | 54 | 14th August, Saturday, 2021, 14:00 -- 16:00 55 | 56 | Agenda 57 | ------ 58 | 59 | * **13:30 -- 14:00**: Gathering 60 | * **14:00 -- 14:45**: Discussion about the schedule for this project 61 | * **14:45 -- 15:15**: Discussion about the improvement of review, glossary, and automation 62 | * **15:15 -- 16:00**: Review and discussion about the previous action items 63 | 64 | Requirements 65 | ------------ 66 | 67 | A laptop or desktop to access gather.town_. Mobile devices are known to have 68 | issues. 69 | 70 | Read the README of https://github.com/python/python-docs-zh-tw/tree/3.9. 71 | 72 | .. Sponsors 73 | .. -------- 74 | 75 | Venue 76 | ----- 77 | 78 | sciwork gather.town_. 79 | 80 | Contact us 81 | ---------- 82 | 83 | * Project telegram: https://t.me/PyDocTW 84 | * (sciwork) discord: https://discord.gg/RcAF6tDe7r 85 | * (sciwork) twitter: `@sciwork `__ 86 | 87 | -------------------------------------------------------------------------------- /content/pages/sprint/2021/09early-pycht.rst: -------------------------------------------------------------------------------- 1 | ================================================= 2 | Scisprint 2021 Early September: Python ZH TW Doc 3 | ================================================= 4 | 5 | :date: 2021-09-05 14:30 6 | :url: sprint/2021/09early-pycht 7 | :save_as: sprint/2021/09early-pycht.html 8 | 9 | Scisprint 2021 Early September: Python ZH TW Doc 10 | ================================================= 11 | 12 | This is the third sprint for translating `Python official 13 | document `__ from English to traditional Chinese 14 | (Taiwan; ZH TW locale). 15 | 16 | The agenda: 17 | 18 | * Review and discuss about the previous `action items `_. 19 | * **Pin-down roles & responsibilities**: We're in the process of restarting this project and seeking 20 | succeeding coordinator(s) and more reviewers. Need to make sure members are on the track. 21 | * **Improve reviewing process**: Build workflow to accelerate reviewing process. 22 | * **Improve glossary**: Unify how terminology is translated and expand the current glossary. 23 | * **Automation and CI**: Establish pipelines for checking build errors and automating tedious tasks. 24 | 25 | We are working on the 3.9 branch of the document: 26 | https://github.com/python/python-docs-zh-tw/tree/3.9. 27 | 28 | Meeting Minutes 29 | --------------- 30 | 31 | Meeting minutes were at hackmd: https://hackmd.io/@sciwork/rJySLvTWY. 32 | 33 | Registration 34 | ------------ 35 | 36 | Please join `gather.town `_ 37 | on the day of sprint!! 38 | 39 | Date & time 40 | ----------- 41 | 42 | 5th September, Sunday, 2021, 14:30 -- 16:30 43 | 44 | Agenda 45 | ------ 46 | 47 | * **14:00 -- 14:30**: Gathering 48 | * **14:30 -- 15:00**: Review progress of the action items listed in the previous sprint 49 | * **15:00 -- 16:30**: Discuss about the improvement of review, glossary, and automation 50 | 51 | Requirements 52 | ------------ 53 | 54 | A laptop or desktop to access gather.town_. Mobile devices are known to have 55 | issues. 56 | 57 | Read the README of https://github.com/python/python-docs-zh-tw/tree/3.9. 58 | 59 | .. Sponsors 60 | .. -------- 61 | 62 | Venue 63 | ----- 64 | 65 | sciwork gather.town_. 66 | 67 | Contact us 68 | ---------- 69 | 70 | * Project telegram: https://t.me/PyDocTW 71 | * (sciwork) discord: https://discord.gg/RcAF6tDe7r 72 | * (sciwork) twitter: `@sciwork `__ 73 | 74 | -------------------------------------------------------------------------------- /content/pages/sprint/2021/11late-pycht.rst: -------------------------------------------------------------------------------- 1 | ======================================================= 2 | (Online) Scisprint 2021 Late November: Python ZH TW Doc 3 | ======================================================= 4 | 5 | :date: 2021-11-03 23:55 6 | :url: sprint/2021/11late-pycht 7 | :save_as: sprint/2021/11late-pycht.html 8 | 9 | (Online) Scisprint 2021 Late November: Python ZH TW Doc 10 | ======================================================= 11 | 12 | This is the fourth sprint for translating `Python official 13 | document `__ from English to traditional Chinese 14 | (Taiwan; ZH TW locale). 15 | 16 | The agenda: 17 | 18 | * Review and discuss about the previous `action items `_. 19 | * **New coordinator announcement**: We have two new coordinators, they will help to review and make sure the project are on track. 20 | * **New branch were set**: 3.10 branch was established and set to default. 21 | * **Fallback language translation**: Translate simplified Chinese back to original English version. 22 | 23 | We are now working on the 3.10 branch of the document: 24 | https://github.com/python/python-docs-zh-tw/tree/3.10. 25 | 26 | Meeting Minutes 27 | --------------- 28 | 29 | Meeting minutes were at hackmd: https://hackmd.io/@sciwork/SJ6n62i8K. 30 | 31 | Registration 32 | ------------ 33 | 34 | Please join `gather.town `_ 35 | on the day of sprint!! 36 | 37 | Date & time 38 | ----------- 39 | 40 | 21th November, Sunday, 2021, 14:30 -- 16:30 41 | 42 | Agenda 43 | ------ 44 | 45 | * **14:00 -- 14:30**: Gathering 46 | * **14:30 -- 15:00**: Review progress of the action items listed in the previous sprint 47 | * **15:00 -- 16:30**: Discuss about the improvement of review, glossary, and automation 48 | 49 | Requirements 50 | ------------ 51 | 52 | A laptop or desktop to access gather.town_. Mobile devices are known to have 53 | issues. 54 | 55 | Read the README of https://github.com/python/python-docs-zh-tw/tree/3.10. 56 | 57 | .. Sponsors 58 | .. -------- 59 | 60 | Venue 61 | ----- 62 | 63 | sciwork gather.town_. 64 | 65 | Contact us 66 | ---------- 67 | 68 | * Project telegram: https://t.me/PyDocTW 69 | * (sciwork) discord: https://discord.gg/RcAF6tDe7r 70 | * (sciwork) twitter: `@sciwork `__ 71 | 72 | -------------------------------------------------------------------------------- /content/pages/sprint/2021/scde20210508_full_view.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sciwork/swportal/3873909a61238f043091b3abad62c67461ea1b23/content/pages/sprint/2021/scde20210508_full_view.jpeg -------------------------------------------------------------------------------- /content/pages/sprint/2021/scde20210508_host.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sciwork/swportal/3873909a61238f043091b3abad62c67461ea1b23/content/pages/sprint/2021/scde20210508_host.jpeg -------------------------------------------------------------------------------- /content/pages/sprint/2021/scde20210508_speakers.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sciwork/swportal/3873909a61238f043091b3abad62c67461ea1b23/content/pages/sprint/2021/scde20210508_speakers.jpeg -------------------------------------------------------------------------------- /content/pages/sprint/2022/01early-pycht.rst: -------------------------------------------------------------------------------- 1 | ================================================= 2 | Scisprint 2022 Early January: Python ZH TW Doc 3 | ================================================= 4 | 5 | :date: 2022-01-09 14:30 6 | :url: sprint/2022/01early-pycht 7 | :save_as: sprint/2022/01early-pycht.html 8 | 9 | Scisprint 2022 Early January: Python ZH TW Doc 10 | ================================================= 11 | 12 | This is the fifth sprint for translating `Python official 13 | document `__ from English to traditional Chinese 14 | (Taiwan; ZH TW locale). 15 | 16 | The agenda: 17 | 18 | * Review and discuss about the previous `action items `_. 19 | * **Share translation workflow**: Help each other to be on the same page as translator 20 | * **Improve glossary**: Discuss workflow to review and expand the current glossary. 21 | * Sequence of Sprint Host 22 | 23 | We are working on the 3.10 branch of the document: 24 | https://github.com/python/python-docs-zh-tw/tree/3.10. 25 | 26 | Meeting Minutes 27 | --------------- 28 | 29 | Meeting minutes were at hackmd: https://hackmd.io/0OrAr_PNSJmkkbhN4hZpPg. 30 | 31 | Registration 32 | ------------ 33 | 34 | We'll meet at the Exit 2 of MRT Yuanshan Station(Red Line) at 14:10 or we could meet on Ground Floor of MingLun Social Housing at 14:20 35 | 36 | Date & time 37 | ----------- 38 | 39 | 9th January, Sunday, 2022, 14:30 -- 16:30 40 | 41 | Agenda 42 | ------ 43 | 44 | * **14:00 -- 14:30**: Gathering 45 | * **14:30 -- 15:00**: Review progress of the action items listed in the previous sprint 46 | * **15:00 -- 16:30**: Share workflow of translation and discuss about the flow to expand glossary 47 | 48 | Requirements 49 | ------------ 50 | 51 | A laptop to get your hands on. Some snacks if you like. Stay healthy! 52 | 53 | Read the README of https://github.com/python/python-docs-zh-tw/tree/3.10. 54 | 55 | .. Sponsors 56 | .. -------- 57 | 58 | Venue 59 | ----- 60 | 61 | Small Meetingroom, 2F, MingLun Social Housing 62 | `Map `_ 63 | 64 | 65 | Contact us 66 | ---------- 67 | 68 | * Project telegram: https://t.me/PyDocTW 69 | * (sciwork) discord: https://discord.gg/RcAF6tDe7r 70 | * (sciwork) twitter: `@sciwork `__ 71 | 72 | -------------------------------------------------------------------------------- /content/pages/sprint/2022/02-hsinchu.rst: -------------------------------------------------------------------------------- 1 | ================================== 2 | Scisprint 2022 February in Hsinchu 3 | ================================== 4 | 5 | :date: 2022-02-10 18:00 6 | :url: sprint/2022/02-hsinchu 7 | :save_as: sprint/2022/02-hsinchu.html 8 | 9 | Scisprint 2022 February in Hsinchu 10 | ================================== 11 | 12 | We cordially invite you to join the Scisprint 2022 February in Hsinchu (at a 13 | `cozy cafe `__). We will be using 2 hours to discuss and code for the 14 | following projects: 15 | 16 | * Python 官方說明文件臺灣繁體中文翻譯計畫: https://github.com/python/python-docs-zh-tw 17 | * modmesh: https://github.com/solvcon/modmesh 18 | * devenv: https://github.com/solvcon/devenv 19 | * header-struct-parser: https://github.com/mlouielu/header-struct-safety-test-data 20 | * the sciwork website: https://github.com/sciwork/swportal 21 | 22 | If you want to join and bring your projects, please `Contact us`_. 23 | 24 | Meeting Minutes and Registration 25 | -------------------------------- 26 | 27 | Add your name to the sprint note: https://hackmd.io/@sciwork/Hykt7PGk9 . 28 | 29 | Date & time 30 | ----------- 31 | 32 | 25th February, Friday, 2022, 19:00 -- 21:00 33 | 34 | Requirements 35 | ------------ 36 | 37 | A laptop to get your hands on. Some snacks if you like. Stay healthy! 38 | 39 | .. Sponsors 40 | .. -------- 41 | 42 | Venue 43 | ----- 44 | 45 | `THERE CAFÉ 那家咖啡館-隔壁空間 `__ 46 | 47 | Address: No. 465, Xida Rd, North District, Hsinchu City 48 | (新竹市北區西大路465號) 49 | 50 | .. raw:: html 51 | 52 |
53 | 61 |
62 | 63 | Contact us 64 | ---------- 65 | 66 | * Discord: https://discord.gg/6MAkFrD 67 | 68 | -------------------------------------------------------------------------------- /content/pages/sprint/2022/04-taipei.rst: -------------------------------------------------------------------------------- 1 | ================================== 2 | Scisprint 2022 April in Taipei 3 | ================================== 4 | 5 | :date: 2022-03-17 20:00 6 | :url: sprint/2022/04-taipei 7 | :save_as: sprint/2022/04-taipei.html 8 | 9 | Scisprint 2022 April in Taipei 10 | ================================== 11 | 12 | We cordially invite you to join the Scisprint 2022 April in Taipei (at a 13 | `cozy meeting room <#venue>`__). We will be using 4 hours to discuss and code for the 14 | following projects: 15 | 16 | * Python 官方說明文件臺灣繁體中文翻譯計畫: https://github.com/python/python-docs-zh-tw 17 | * modmesh: https://github.com/solvcon/modmesh 18 | 19 | If you want to join and bring your projects, please `Contact us`_. 20 | 21 | Meeting Minutes and Registration 22 | -------------------------------- 23 | 24 | Add your name to the sprint note: https://hackmd.io/@sciwork/HJ_gzk-Gq . 25 | 26 | Date & time 27 | ----------- 28 | 29 | 9th April, Saturday, 2022, 14:00 -- 18:00 30 | 31 | Cost Sharing 32 | ------------ 33 | 34 | | Attendees will pay for the venue fee (2280 NTD) together. 35 | | Note that we have 17 people in the last sprint :) 36 | | 37 | 38 | Requirements 39 | ------------ 40 | 41 | | A laptop to get your hands on. Some snacks if you like. Stay healthy! 42 | | Check out the `Cost Sharing`_, too. 43 | | 44 | 45 | .. Sponsors 46 | .. -------- 47 | 48 | Venue 49 | ----- 50 | 51 | `小樹屋|香楠 703 `__ 52 | 53 | | Address: No. 58, Section 1, Minsheng E Rd, Zhongshan District, Taipei City, Taiwan 104 54 | | 地址: 臺北市中山區民生東路一段58號7樓-703房 55 | | 56 | | Transportation: Metro Shuanglian Station Exit 1, walk along Minsheng W Rd, then Minsheng E Rd (about 7 mins). 57 | | 交通: 捷運雙連站 1 號出口,沿民生西路、民生東路步行,約 7 分鐘。 58 | | 59 | 60 | .. raw:: html 61 | 62 |
63 | 71 |
72 | 73 | Contact us 74 | ---------- 75 | 76 | * Discord: https://discord.gg/6MAkFrD 77 | 78 | -------------------------------------------------------------------------------- /content/pages/sprint/2022/06-taipei.rst: -------------------------------------------------------------------------------- 1 | ============================= 2 | Scisprint 2022 June in Taipei 3 | ============================= 4 | 5 | :date: 2022-05-20 07:15 6 | :url: sprint/2022/06-taipei 7 | :save_as: sprint/2022/06-taipei.html 8 | 9 | Scisprint 2022 June in Taipei 10 | ============================= 11 | 12 | * Date: 11th June, Saturday, 2022 13 | * Time: 13:00 -- 17:00 (4 hours) 14 | 15 | To join the sprint, please bring your laptop and sign up in the `sprint note 16 | <#sprint-note>`__. You are also very welcome to bring your project, which 17 | should be added in the `sprint note <#sprint-note>`__ too. Please `contact us 18 | <#contact-us>`__ if you have any questions. 19 | 20 | Scisprint is an event providing space for people to work on open source 21 | projects together. We welcome any subjects that may interest the attendees, 22 | and especially encourage code for science, engineering, and technology, which 23 | demand more critical discussions than other applications of computer 24 | programming. 25 | 26 | Cost sharing 27 | ------------ 28 | 29 | The venue cost is shared among all attendees. Personal rate is NTD 150 this 30 | time. 31 | 32 | Venue 33 | ----- 34 | 35 | `小樹屋|禾雀 603 `__ 36 | 37 | | Address: 6F-3, No 1, Fuxing N Rd, Taipei 38 | | 地址: 台北市松山區復興北路1號6樓之3 39 | 40 | .. raw:: html 41 | 42 |
43 | 51 |
52 | 53 | Sprint note 54 | ----------- 55 | 56 | https://hackmd.io/@sciwork/scisprint-202206-taipei . 57 | 58 | .. raw:: html 59 | 60 | 61 | 62 | Contact us 63 | ---------- 64 | 65 | * Discord: https://discord.gg/6MAkFrD 66 | * Email: `contact@sciwork.dev (subject: I want to lead a project in scisprint) `__ 67 | -------------------------------------------------------------------------------- /content/pages/sprint/2022/07-taipei.rst: -------------------------------------------------------------------------------- 1 | ============================= 2 | Scisprint 2022 July in Taipei 3 | ============================= 4 | 5 | :date: 2022-07-13 19:49 6 | :url: sprint/2022/07-taipei 7 | :save_as: sprint/2022/07-taipei.html 8 | 9 | Scisprint 2022 July in Taipei 10 | ============================= 11 | 12 | * Date: 23th July, Saturday, 2022 13 | * Time: 13:00 -- 17:00 (4 hours) 14 | 15 | To join the sprint, please bring your laptop and sign up in the `sprint note 16 | <#sprint-note>`__. You are also very welcome to bring your project, which 17 | should be added in the `sprint note <#sprint-note>`__ too. Please `contact us 18 | <#contact-us>`__ if you have any questions. 19 | 20 | **Please sign up by 7/20 with your name.** 21 | 22 | Scisprint is an event providing space for people to work on open source 23 | projects together. We welcome any subjects that may interest the attendees, 24 | and especially encourage code for science, engineering, and technology, which 25 | demand more critical discussions than other applications of computer 26 | programming. 27 | 28 | Cost sharing 29 | ------------ 30 | 31 | This occurrence is free. 32 | 33 | Venue 34 | ----- 35 | 36 | `台大次震宇宙館 Rm 307 `__ . Please see the `sprint 37 | note <#sprint-note>`__ for the access of the venue. 38 | 39 | .. raw:: html 40 | 41 |
42 | 50 |
51 | 52 | Sprint note 53 | ----------- 54 | 55 | https://hackmd.io/@sciwork/scisprint-202207-taipei 56 | 57 | .. raw:: html 58 | 59 | 60 | 61 | Contact us 62 | ---------- 63 | 64 | * Discord: https://discord.gg/6MAkFrD 65 | * Email: `contact@sciwork.dev (subject: I want to lead a project in scisprint) `__ 66 | -------------------------------------------------------------------------------- /content/pages/sprint/2022/08-taipei.rst: -------------------------------------------------------------------------------- 1 | ================================= 2 | Scisprint 2022 August in Taipei 3 | ================================= 4 | 5 | :date: 2022-08-21 18:00 6 | :url: sprint/2022/08-taipei 7 | :save_as: sprint/2022/08-taipei.html 8 | 9 | Scisprint 2022 August in Taipei 10 | ================================= 11 | 12 | * Date: 27th August, Saturday, 2022 13 | * Time: 13:00 -- 17:00 (4 hours) 14 | 15 | To join the sprint, please bring your laptop and sign up in the `sprint note 16 | <#sprint-note>`__. You are also very welcome to bring your project, which 17 | should be added in the `sprint note <#sprint-note>`__ too. Please `contact us 18 | <#contact-us>`__ if you have any questions. 19 | 20 | **Please sign up by 8/25 with your name.** 21 | 22 | Scisprint is an event providing space for people to work on open source 23 | projects together. We welcome any subjects that may interest the attendees, 24 | and especially encourage code for science, engineering, and technology, which 25 | demand more critical discussions than other applications of computer 26 | programming. 27 | 28 | Cost sharing 29 | ------------ 30 | 31 | There is minimal order for each person at the venue. Each person need to order one beverage, drink. (低消為任一飲品) 32 | 33 | Venue 34 | ----- 35 | 36 | `聞山咖啡 臺大店 `__ . Please see the `sprint 37 | note <#sprint-note>`__ for the access of the venue. 38 | 39 | .. raw:: html 40 | 41 |
42 | 47 |
48 | 49 | Sprint note 50 | ----------- 51 | 52 | https://hackmd.io/@sciwork/scisprint-202208-taipei 53 | 54 | .. raw:: html 55 | 56 | 57 | 58 | Contact us 59 | ---------- 60 | 61 | * Discord: https://discord.gg/6MAkFrD 62 | * Email: `contact@sciwork.dev (subject: I want to lead a project in scisprint) `__ 63 | -------------------------------------------------------------------------------- /content/pages/sprint/2022/09-hsinchu.rst: -------------------------------------------------------------------------------- 1 | =================================== 2 | Scisprint 2022 September in Hsinchu 3 | =================================== 4 | 5 | :date: 2022-09-10 16:00 6 | :url: sprint/2022/09-hsinchu 7 | :save_as: sprint/2022/09-hsinchu.html 8 | 9 | Scisprint 2022 September in Hsinchu 10 | ===================================== 11 | 12 | * Date: 24th September, Saturday, 2022 13 | * Time: 13:00 -- 17:00 (4 hours) 14 | 15 | To join the sprint, please bring your laptop and sign up in the `sprint note 16 | <#sprint-note>`__. You are also very welcome to bring your project, which 17 | should be added in the `sprint note <#sprint-note>`__ too. Please `contact us 18 | <#contact-us>`__ if you have any questions. 19 | 20 | Scisprint is an event providing space for people to work on open source 21 | projects together. We welcome any subjects that may interest the attendees, 22 | and especially encourage code for science, engineering, and technology, which 23 | demand more critical discussions than other applications of computer 24 | programming. 25 | 26 | Cost sharing 27 | ------------ 28 | 29 | This occurrence is free. 30 | 31 | Venue 32 | ----- 33 | 34 | `國立清華大學第三綜合大樓 A區 5樓 `__. Please see the `sprint 35 | note <#sprint-note>`__ for the access of the venue. 36 | 37 | .. raw:: html 38 | 39 |
40 | 44 |
45 | 46 | Sprint note 47 | ----------- 48 | 49 | https://hackmd.io/@sciwork/scisprint-202209 50 | 51 | .. raw:: html 52 | 53 | 54 | 55 | Contact us 56 | ---------- 57 | 58 | * Discord: https://discord.gg/6MAkFrD 59 | * Email: `contact@sciwork.dev (subject: I want to lead a project in scisprint) `__ 60 | -------------------------------------------------------------------------------- /content/pages/sprint/2022/11early-hsinchu.rst: -------------------------------------------------------------------------------- 1 | ======================================== 2 | Scisprint 2022 Early November in Hsinchu 3 | ======================================== 4 | 5 | :date: 2022-10-29 09:00 6 | :url: sprint/2022/11early-hsinchu 7 | :save_as: sprint/2022/11early-hsinchu.html 8 | 9 | Scisprint 2022 Early November in Hsinchu 10 | ======================================== 11 | 12 | * Date: 5th November, Saturday, 2022 13 | * Time: 13:00 -- 17:00 (4 hours) 14 | 15 | To join the sprint, please bring your laptop and sign up in the `sprint note 16 | <#sprint-note>`__. You are also very welcome to bring your project, which 17 | should be added in the `sprint note <#sprint-note>`__ too. Please `contact us 18 | <#contact-us>`__ if you have any questions. 19 | 20 | Scisprint is an event providing space for people to work on open source 21 | projects together. We welcome any subjects that may interest the attendees, 22 | and especially encourage code for science, engineering, and technology, which 23 | demand more critical discussions than other applications of computer 24 | programming. 25 | 26 | Cost sharing 27 | ------------ 28 | 29 | This occurrence is free. 30 | 31 | Venue 32 | ----- 33 | 34 | `國立清華大學第三綜合大樓 A區 5樓 `__. Please see the `sprint 35 | note <#sprint-note>`__ for the access of the venue. 36 | 37 | .. raw:: html 38 | 39 |
40 | 44 |
45 | 46 | Sprint note 47 | ----------- 48 | 49 | https://hackmd.io/@sciwork/scisprint-202211 50 | 51 | .. raw:: html 52 | 53 | 54 | 55 | Contact us 56 | ---------- 57 | 58 | * Discord: https://discord.gg/6MAkFrD 59 | * Email: `contact@sciwork.dev (subject: I want to lead a project in scisprint) `__ 60 | -------------------------------------------------------------------------------- /content/pages/sprint/2022/12-hsinchu.rst: -------------------------------------------------------------------------------- 1 | ======================================== 2 | Scisprint 2022 December in Hsinchu 3 | ======================================== 4 | 5 | :date: 2022-11-24 10:00 6 | :url: sprint/2022/12-hsinchu 7 | :save_as: sprint/2022/12-hsinchu.html 8 | 9 | Scisprint 2022 December in Hsinchu 10 | ======================================== 11 | 12 | * Date: 3rd December, Saturday, 2022 13 | * Time: 13:00 -- 17:00 (4 hours) 14 | 15 | To join the sprint, please bring your laptop and sign up in the `sprint note 16 | <#sprint-note>`__. You are also very welcome to bring your project, which 17 | should be added in the `sprint note <#sprint-note>`__ too. Please `contact us 18 | <#contact-us>`__ if you have any questions. 19 | 20 | Scisprint is an event providing space for people to work on open source 21 | projects together. We welcome any subjects that may interest the attendees, 22 | and especially encourage code for science, engineering, and technology, which 23 | demand more critical discussions than other applications of computer 24 | programming. 25 | 26 | In this sprint, we provide a `Sprint Training Room <#Sprint-Training-Room>`__ for the newcomers/less experienced developers to get prepared to contribute in the open-source projects. 27 | 28 | We would like to provide a supportive and friendly environment for all attendees to support more developers 29 | to join in the open-source communities. 30 | 31 | 32 | Sprint Training Room 33 | -------------------- 34 | 35 | If you uaually felt frustrated with starting to contribute in an open-source project or have no idea how to deal with it, 36 | now it is a great time to join `Sprint Training Room `__. 37 | You will learn some git/GitHub skills which is commonly used in contributing workflow, which is an important 38 | entry point to start your open-source path. 39 | 40 | For more information, you could check out in `Sprint Training Room `__. 41 | If you have any questions, feel free to join `Discord `__ and interact with us. 42 | 43 | Cost sharing 44 | ------------ 45 | 46 | This occurrence is free. 47 | 48 | Venue 49 | ----- 50 | 51 | `國立清華大學第三綜合大樓 A區 5樓 `__. Please see the `sprint 52 | note <#sprint-note>`__ for the access of the venue. 53 | 54 | .. raw:: html 55 | 56 |
57 | 61 |
62 | 63 | Sprint note 64 | ----------- 65 | 66 | https://hackmd.io/@sciwork/scisprint-202212 67 | 68 | .. raw:: html 69 | 70 | 71 | 72 | Contact us 73 | ---------- 74 | 75 | * Discord: https://discord.gg/6MAkFrD 76 | * Email: `contact@sciwork.dev (subject: I want to lead a project in scisprint) `__ 77 | -------------------------------------------------------------------------------- /content/pages/training/2024/08-nasatops.rst: -------------------------------------------------------------------------------- 1 | ============================================================ 2 | Sciwork + DUTC NASA Open Science Skills Training 2024 August 3 | ============================================================ 4 | 5 | :date: 2024-07-16 20:00 6 | :url: nasatops/2024/08-nasatops 7 | :save_as: nasatops/2024/08-nasatops.html 8 | 9 | .. image:: ../../images/sciwork_closed_cohort_training.png 10 | :width: 1000 11 | :alt: NASA Open Science Skills Training 2024 August 12 | 13 | **Register:** `Link `__ 14 | --------------------------------------------------------------------------------------------------------- 15 | 16 | | 17 | 18 | * **Dates:** August 20th & 21st, 2024 19 | * **Time:** 9:00 am -- 12:00 pm GMT+8 (Taiwan Time) 20 | * **Location:** Online (Zoom) 21 | 22 | **Register today to secure your place and earn a NASA-verified Open Science digital badge upon completion!** 23 | 24 | .. image:: ../../images/TOPS-LinkedIn-Badge.png 25 | :width: 400 26 | :alt: TOPS-LinkedIn-Badge 27 | 28 | Join the NASA TOPS Online Training! 29 | ----------------------------------- 30 | 31 | We are excited to announce the upcoming collaboration between sciwork and NASA TOPS online training, scheduled on 20th-21st August. This training session is designed to introduce you to the skills for open science. 32 | 33 | After completing the `NASA Open Science Skills Training `__, participants will receive a thank you email with a copy of the training materials. 34 | If the participant attended and participated in both sessions, their information will be shared with the NASA office to process the NASA Open Science digital badge (~90 days to process). 35 | We also invite participants to follow us (`DUTC `__) on `LinkedIn `__ and forward our `open cohort registration dates `__ to those who they think may be interested. 36 | You are welcome to join `the sciwork community `__ for collaborations for scientific programming. Say hi to us on `our discord server `__. 37 | 38 | 39 | Learn how to... 40 | --------------- 41 | * Use tools like `Git/GitHub `__, `Python `__, `Matplotlib `__, `Jupyter Notebooks `__, and `Zenodo `__. 42 | 43 | * Make research accessible, transparent, and reproducible. 44 | 45 | * Understand concepts like FAIR and CARE. 46 | 47 | * Draft Open Science and Data Management plans (required for ROSES solicitations). 48 | 49 | | 50 | 51 | Understand NASA TOPS! 52 | --------------------- 53 | * NASA TOPS online training: https://www.opensciencetraining.org 54 | 55 | * NASA TOPS (Transform to Open Science): https://nasa.github.io/Transform-to-Open-Science/ 56 | 57 | | 58 | 59 | Follow the Latest News from sciwork! 60 | ------------------------------------- 61 | * X (Twitter): https://twitter.com/sciwork 62 | 63 | * Linkedin: https://www.linkedin.com/company/sciwork 64 | 65 | * Sciwork website: `sciwork - home `__ 66 | 67 | * Discord: https://discord.gg/Qy6KcPR3jf 68 | 69 | | -------------------------------------------------------------------------------- /content/pages/training/index.rst: -------------------------------------------------------------------------------- 1 | ======== 2 | Training 3 | ======== 4 | 5 | :date: 2024-07-16 20:00 6 | :url: training 7 | :save_as: training/index.html 8 | 9 | Sciwork + DUTC NASA Open Science Skills Training 2024 August 10 | ============================================================ 11 | 12 | `Sciwork + DUTC NASA Open Science Skills Training 2024 August <{filename}2024/08-nasatops.rst>`__ 13 | 14 | 15 | Advanced CFD software development Hsinchu 2024 March 16 | ==================================================== 17 | 18 | The `Advanced CFD software development 2024 in March <{filename}2024/03-workshop.rst>`__ is a workshop focusing on scientific computing, engineering computation, and software 19 | engineering. The event will take place at the Engineering Building 3 at NYCU. If you are interested 20 | in the aforementioned fields, come and join us! -------------------------------------------------------------------------------- /netlify.toml: -------------------------------------------------------------------------------- 1 | [build] 2 | publish = "output" 3 | command = "env SITEURL=$DEPLOY_PRIME_URL make deploy" 4 | 5 | 6 | [context.production] 7 | command = "env SITEURL=$URL make deploy" 8 | -------------------------------------------------------------------------------- /pelican-plugins/headerid/README.rst: -------------------------------------------------------------------------------- 1 | Pelican ``headerid`` plugin 2 | =========================== 3 | 4 | This plugin adds an anchor to each heading so you can deep-link to headers. 5 | It is intended for formats such as reStructuredText that do not natively 6 | generate these anchors. 7 | 8 | The ``HEADERID_LINK_CHAR`` config can be set to use a different char from ``*`` 9 | for anchor text. 10 | 11 | For Markdown, this plugin is less relevant since the Python-Markdown library 12 | includes a Table of Contents extension that will generate link anchors. 13 | To enable the ``toc`` extension, add a line similar to the following example 14 | to your Pelican settings file:: 15 | 16 | MD_EXTENSIONS = ["codehilite(css_class=highlight)", "extra", "toc"] 17 | -------------------------------------------------------------------------------- /pelican-plugins/headerid/__init__.py: -------------------------------------------------------------------------------- 1 | from .headerid import * 2 | -------------------------------------------------------------------------------- /pelican-plugins/headerid/headerid.py: -------------------------------------------------------------------------------- 1 | from pelican import readers 2 | from pelican.readers import PelicanHTMLTranslator 3 | from pelican import signals 4 | from docutils import nodes 5 | 6 | LINK_CHAR = '*' 7 | 8 | 9 | def init_headerid(sender): 10 | global LINK_CHAR 11 | char = sender.settings.get('HEADERID_LINK_CHAR') 12 | if char: 13 | LINK_CHAR = char 14 | 15 | def register(): 16 | signals.initialized.connect(init_headerid) 17 | 18 | 19 | class HeaderIDPatchedPelicanHTMLTranslator(PelicanHTMLTranslator): 20 | def depart_title(self, node): 21 | close_tag = self.context[-1] 22 | parent = node.parent 23 | if isinstance(parent, nodes.section) and parent.hasattr('ids') and parent['ids']: 24 | anchor_name = parent['ids'][0] 25 | # add permalink anchor 26 | if close_tag.startswith('%s' % 29 | (anchor_name, LINK_CHAR)) 30 | PelicanHTMLTranslator.depart_title(self, node) 31 | readers.PelicanHTMLTranslator = HeaderIDPatchedPelicanHTMLTranslator 32 | -------------------------------------------------------------------------------- /pelican-plugins/sitemap/__init__.py: -------------------------------------------------------------------------------- 1 | from .sitemap import * # NOQA -------------------------------------------------------------------------------- /pelicanconf.py: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env python 2 | # -*- coding: utf-8 -*- # 3 | from __future__ import unicode_literals 4 | 5 | import os 6 | 7 | AUTHOR = 'Sciwork Team' 8 | SITENAME = 'sciwork' 9 | SITEURL = os.environ.get('SITEURL', '') 10 | 11 | PATH = 'content' 12 | THEME = 'theme' 13 | 14 | TIMEZONE = 'Asia/Taipei' 15 | 16 | DEFAULT_LANG = 'en' 17 | 18 | MENUITEMS = ( 19 | ('home', ''), 20 | ('blog', 'blog'), 21 | ('sprint', 'sprint'), 22 | ('meetup', 'meetup'), 23 | ('training', 'training'), 24 | ('conference', 'conference'), 25 | ('project', 'project'), 26 | ('about', 'about'), 27 | ) 28 | 29 | 30 | ARCHIVES_SAVE_AS = '' 31 | ARTICLE_URL = '{category}/{date:%Y}/{slug}' 32 | ARTICLE_SAVE_AS = '{category}/{date:%Y}/{slug}.html' 33 | AUTHORS_SAVE_AS = '' 34 | AUTHOR_SAVE_AS = '' 35 | CATEGORIES_SAVE_AS = '' 36 | CATEGORY_SAVE_AS = '{slug}.html' 37 | TAGS_SAVE_AS = '' 38 | TAG_SAVE_AS = '' 39 | 40 | 41 | # Feed generation is usually not desired when developing 42 | FEED_ALL_ATOM = None 43 | CATEGORY_FEED_ATOM = None 44 | TRANSLATION_FEED_ATOM = None 45 | AUTHOR_FEED_ATOM = None 46 | AUTHOR_FEED_RSS = None 47 | 48 | # Blogroll 49 | # LINKS = (('Pelican', 'http://getpelican.com/'), 50 | # ('Python.org', 'http://python.org/'), 51 | # ('Jinja2', 'http://jinja.pocoo.org/'), 52 | # ('You can modify those links in your config file', '#'),) 53 | 54 | # Social widget 55 | # SOCIAL = (('You can add links in your config file', '#'), 56 | # ('Another social link', '#'),) 57 | 58 | DEFAULT_PAGINATION = 10 59 | 60 | # Uncomment following line if you want document-relative URLs when developing 61 | #RELATIVE_URLS = True 62 | PLUGIN_PATHS = ['pelican-plugins'] 63 | PLUGINS = ['headerid', 'sitemap'] 64 | HEADERID_LINK_CHAR = '' 65 | 66 | SITEMAP = { 67 | "format": "xml" 68 | } 69 | -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | pelican==4.8.0 2 | markdown==3.1.1 3 | -------------------------------------------------------------------------------- /runtime.txt: -------------------------------------------------------------------------------- 1 | 3.8 2 | -------------------------------------------------------------------------------- /tailwind/purgecss.config.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | content: ['./**/*.html'], 3 | defaultExtractor: content => content.match(/[\w-/:]+(?Archives for {{ SITENAME }} 7 | 8 |
9 | {% for article in dates %} 10 |
{{ article.locale_date }}
11 |
{{ article.title }}
12 | {% endfor %} 13 |
14 | {% endblock %} 15 | -------------------------------------------------------------------------------- /theme/templates/article.html: -------------------------------------------------------------------------------- 1 | {% extends "base.html" %} 2 | {% set cover_text = article.title %} 3 | {% block html_lang %}{{ article.lang }}{% endblock %} 4 | 5 | {% block title %}{{ SITENAME }} - {{ article.title|striptags }}{% endblock %} 6 | 7 | {% block head %} 8 | {{ super() }} 9 | 10 | {% import 'translations.html' as translations with context %} 11 | {% if translations.entry_hreflang(article) %} 12 | {{ translations.entry_hreflang(article) }} 13 | {% endif %} 14 | 15 | {% if article.description %} 16 | 17 | {% endif %} 18 | 19 | {% for tag in article.tags %} 20 | 21 | {% endfor %} 22 | 23 | {% endblock %} 24 | 25 | {% block content %} 26 |
27 |
28 | 31 | {% if article.modified %} 32 | 35 | {% endif %} 36 | {% if article.authors %} 37 |
38 | By {% for author in article.authors %} 39 | {{ author }} 40 | {% endfor %} 41 |
42 | {% endif %} 43 | {% if article.tags %} 44 |
45 | Tags: 46 | {% for tag in article.tags %} 47 | {{ tag }} 48 | {% endfor %} 49 |
50 | {% endif %} 51 |
52 |
53 | {{ article.content }} 54 |
55 |
56 | {% endblock %} 57 | -------------------------------------------------------------------------------- /theme/templates/author.html: -------------------------------------------------------------------------------- 1 | {% extends "index.html" %} 2 | 3 | {% block title %}{{ SITENAME }} - Articles by {{ author }}{% endblock %} 4 | 5 | {% block content_title %} 6 |

Articles by {{ author }}

7 | {% endblock %} 8 | 9 | -------------------------------------------------------------------------------- /theme/templates/authors.html: -------------------------------------------------------------------------------- 1 | {% extends "base.html" %} 2 | 3 | {% block title %}{{ SITENAME }} - Authors{% endblock %} 4 | 5 | {% block content %} 6 |

Authors on {{ SITENAME }}

7 |
    8 | {% for author, articles in authors|sort %} 9 |
  • {{ author }} ({{ articles|count }})
  • 10 | {% endfor %} 11 |
12 | {% endblock %} 13 | -------------------------------------------------------------------------------- /theme/templates/blog.html: -------------------------------------------------------------------------------- 1 | {% extends "base.html" %} 2 | {% set cover_text = "blog" %} 3 | {% block title %}{{ SITENAME }} - {{ cover_text }}{% endblock %} 4 | 5 | {% block content %} 6 |
7 |
8 | {% for article in articles_page.object_list %} 9 |
10 |
11 |
12 | {{ article.date.strftime("%d %b %Y") }} 13 |
14 | 15 |
16 | 17 |

{{ article.title }}

18 |
19 | 20 |
21 | {{ article.summary }} 22 |
23 |
24 | 25 |
26 | 27 |
28 | Read more 29 |
30 |
31 |
By
32 |
{{ article.author }}
33 |
34 |
35 |
36 |
37 |
38 | {% endfor %} 39 |
40 |
41 | 42 | {% if articles_page.has_other_pages() %} 43 | {% include 'pagination.html' %} 44 | {% endif %} 45 | {% endblock content %} 46 | -------------------------------------------------------------------------------- /theme/templates/categories.html: -------------------------------------------------------------------------------- 1 | {% extends "base.html" %} 2 | 3 | {% block title %}{{ SITENAME }} - Categories{% endblock %} 4 | 5 | {% block content %} 6 |

Categories on {{ SITENAME }}

7 |
    8 | {% for category, articles in categories|sort %} 9 |
  • {{ category }} ({{ articles|count }})
  • 10 | {% endfor %} 11 |
12 | {% endblock %} 13 | -------------------------------------------------------------------------------- /theme/templates/category.html: -------------------------------------------------------------------------------- 1 | {% if category == "blog" %} 2 | {% set tpl = "blog.html" %} 3 | {% else %} 4 | {% set tpl = "index.html" %} 5 | {% endif %} 6 | 7 | {% extends tpl %} 8 | -------------------------------------------------------------------------------- /theme/templates/cover.html: -------------------------------------------------------------------------------- 1 |
2 |
3 | {% if output_file == 'index.html' %} 4 |
5 | 6 |
7 |

8 | science, code, and open source. 9 |

10 | {% else %} 11 |
12 |

{{ cover_text }}

13 |
14 | {% endif %} 15 | 16 |
17 |
18 | 19 | 57 | -------------------------------------------------------------------------------- /theme/templates/disqus.html: -------------------------------------------------------------------------------- 1 | {% if DISQUS_SITENAME %} 2 |
3 |
4 | 14 | 15 |
16 | {% endif %} 17 | -------------------------------------------------------------------------------- /theme/templates/gosquared.html: -------------------------------------------------------------------------------- 1 | {% if GOSQUARED_SITENAME %} 2 | 14 | {% endif %} 15 | -------------------------------------------------------------------------------- /theme/templates/index.html: -------------------------------------------------------------------------------- 1 | {% extends "base.html" %} 2 | {% block content %} 3 |
4 | {% block content_title %} 5 |

All articles

6 | {% endblock %} 7 | 8 |
    9 | {% for article in articles_page.object_list %} 10 |
  1. 11 |

    {{ article.title }}

    12 |
    13 | 14 |
    By 15 | {% for author in article.authors %} 16 | {{ author }} 17 | {% endfor %} 18 |
    19 |
    20 |
    {{ article.summary }}
    21 |
  2. 22 | {% endfor %} 23 |
24 | {% if articles_page.has_other_pages() %} 25 | {% include 'pagination.html' %} 26 | {% endif %} 27 |
28 | {% endblock content %} 29 | -------------------------------------------------------------------------------- /theme/templates/page.html: -------------------------------------------------------------------------------- 1 | {% extends "base.html" %} 2 | {% block html_lang %}{{ page.lang }}{% endblock %} 3 | {% set cover_text = page.title %} 4 | {% block title %}{{ SITENAME }} - {{ cover_text }}{% endblock %} 5 | 6 | {% block extra_head %} 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | {% import 'translations.html' as translations with context %} 26 | {% if translations.entry_hreflang(page) %} 27 | {{ translations.entry_hreflang(page) }} 28 | {% endif %} 29 | {% endblock %} 30 | 31 | {% block content %} 32 | 33 | 34 |
35 | {% import 'translations.html' as translations with context %} 36 | {{ translations.translations_for(page) }} 37 | {{ page.content }} 38 |
39 | {% endblock %} 40 | -------------------------------------------------------------------------------- /theme/templates/pagination.html: -------------------------------------------------------------------------------- 1 | {% if DEFAULT_PAGINATION %} 2 |

3 | {% if articles_page.has_previous() %} 4 | « 5 | {% endif %} 6 | Page {{ articles_page.number }} / {{ articles_paginator.num_pages }} 7 | {% if articles_page.has_next() %} 8 | » 9 | {% endif %} 10 |

11 | {% endif %} 12 | -------------------------------------------------------------------------------- /theme/templates/period_archives.html: -------------------------------------------------------------------------------- 1 | {% extends "base.html" %} 2 | 3 | {% block title %}{{ SITENAME }} - {{ period | reverse | join(' ') }} archives{% endblock %} 4 | 5 | {% block content %} 6 |

Archives for {{ period | reverse | join(' ') }}

7 | 8 |
9 | {% for article in dates %} 10 |
{{ article.locale_date }}
11 |
{{ article.title }}
12 | {% endfor %} 13 |
14 | {% endblock %} 15 | -------------------------------------------------------------------------------- /theme/templates/tag.html: -------------------------------------------------------------------------------- 1 | {% extends "index.html" %} 2 | 3 | {% block title %}{{ SITENAME }} - {{ tag }} tag{% endblock %} 4 | 5 | {% block content_title %} 6 |

Articles tagged with {{ tag }}

7 | {% endblock %} 8 | -------------------------------------------------------------------------------- /theme/templates/tags.html: -------------------------------------------------------------------------------- 1 | {% extends "base.html" %} 2 | 3 | {% block title %}{{ SITENAME }} - Tags{% endblock %} 4 | 5 | {% block content %} 6 |

Tags for {{ SITENAME }}

7 |
    8 | {% for tag, articles in tags|sort %} 9 |
  • {{ tag }} ({{ articles|count }})
  • 10 | {% endfor %} 11 |
12 | {% endblock %} 13 | -------------------------------------------------------------------------------- /theme/templates/translations.html: -------------------------------------------------------------------------------- 1 | {% macro translations_for(article) %} 2 | {% if article.translations %} 3 | Translations: 4 | {% for translation in article.translations %} 5 | {{ translation.lang }} 6 | {% endfor %} 7 | {% endif %} 8 | {% endmacro %} 9 | 10 | {% macro entry_hreflang(entry) %} 11 | {% if entry.translations %} 12 | {% for translation in entry.translations %} 13 | 14 | {% endfor %} 15 | {% endif %} 16 | {% endmacro %} 17 | --------------------------------------------------------------------------------