From a9bec11b7eeb66b0a963a0ebaf1a732027eb7e4d Mon Sep 17 00:00:00 2001 From: Li-Hung Wang <34214497+rockleona@users.noreply.github.com> Date: Thu, 2 Jul 2026 20:47:05 +0800 Subject: [PATCH 1/2] feat: rename modmesh to solvcon in project documentation and footer links (#741) --- components/Footer.tsx | 4 ++-- contents/project/index.mdx | 14 ++++++++------ 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/components/Footer.tsx b/components/Footer.tsx index 06762d0..2cdf429 100644 --- a/components/Footer.tsx +++ b/components/Footer.tsx @@ -52,10 +52,10 @@ const Footer: React.FC = () => {

project

- modmesh + solvcon @@ -22,18 +22,20 @@ url: project
-- **Repository Link:** [GitHub](https://github.com/solvcon/modmesh) +- **Repository Link:** [GitHub](https://github.com/solvcon/solvcon) - **Leader:** [Yung-Yu Chen](https://twitter.com/yungyuc) -modmesh seamlessly mixes C++ and Python through pybind11, allowing you +solvcon seamlessly mixes C++ and Python through pybind11, allowing you to leverage the strengths of both programming languages for efficient PDE solving. We use Qt and Python to visualize the computation results -to give you a better understanding of your PDE solution. modmesh also +to give you a better understanding of your PDE solution. solvcon also supports mesh visualization, currently in the Gmsh mesh file format. We -have recently made efforts to improve the modmesh UI/UX. +have recently made efforts to improve the solvcon UI/UX. The design allows it to run on Windows, Linux, and MacOS. Everyone can -use or contribute to modmesh. +use or contribute to solvcon. + +(previously *modmesh*, check the [issue](https://github.com/solvcon/solvcon/issues/904) about the name change) # Python Official Documents Translation (zh_TW) From ec0a2289db9e8280e6da5314b2fbe6cbed370937 Mon Sep 17 00:00:00 2001 From: Steven <61862141+10622130@users.noreply.github.com> Date: Thu, 2 Jul 2026 21:06:45 +0800 Subject: [PATCH 2/2] feat: add scisprint taipei july 2026 page (#742) * feat: add scisprint taipei july 2026 page * Update contents/sprint/2026/07-taipei.mdx Co-authored-by: Li-Hung Wang <34214497+rockleona@users.noreply.github.com> * add werilog to july sprint page and project page * restore project content --------- Co-authored-by: Li-Hung Wang <34214497+rockleona@users.noreply.github.com> --- contents/project/index.mdx | 2 +- contents/sprint/2026/07-taipei.mdx | 164 +++++++++++++++++++++++++++++ 2 files changed, 165 insertions(+), 1 deletion(-) create mode 100644 contents/sprint/2026/07-taipei.mdx diff --git a/contents/project/index.mdx b/contents/project/index.mdx index c3d46cf..792829c 100644 --- a/contents/project/index.mdx +++ b/contents/project/index.mdx @@ -197,4 +197,4 @@ and user data synchronization via WebSockets. **You can join the Discord group to discuss the project.** -- Discord: [https://discord.gg/6MAkFrD](https://discord.gg/6MAkFrD) +- Discord: [https://discord.gg/6MAkFrD](https://discord.gg/6MAkFrD) \ No newline at end of file diff --git a/contents/sprint/2026/07-taipei.mdx b/contents/sprint/2026/07-taipei.mdx new file mode 100644 index 0000000..ec55944 --- /dev/null +++ b/contents/sprint/2026/07-taipei.mdx @@ -0,0 +1,164 @@ +--- +date: "2026-07-18 10:00" +eventTime: "10:00 - 17:00" +title: "scisprint 2026 July in Taipei" +location: "Happ. 小樹屋|香杉分館 501 (104 臺北市中山區集英里民權西路56號2樓)" +--- + +## Date + +- **Date**: Saturday, 07 18, 2026 +- **Time**: 10:00 - 17:00 (7 hours) + +## Sign Up + +Please complete your registration through [KKTIX](https://sciwork.kktix.cc/events/scisprint-202607-taipei). + + + +You can also stay connected and join discussions in our [Discord sprint channel](https://discord.gg/gMkDTm63Xy) + +## Agenda + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +## About the Scisprint + +To join the sprint, please bring your laptop and [sign up](#sign-up). +You are also very welcome to bring your project. Please [contact +us](#contact-us) if you have any questions. + +Scisprint, hosted by the sciwork community, is a monthly coding sprint. +It would like to facilitate discussions and exchanges among people in +the fields of science, numerical computation, and engineering. +Participants, regardless of experience level, can gain valuable +development insights in this event. + +We would like to provide a supportive and friendly environment for all +attendees to support more developers to join in the open-source +communities. + +## Coding Session + +It aims to encourage collaboration and interaction among developers +through project participation. The projects cover various fields, +including but not limited to science, numerical computation, and +engineering. You are also encouraged to share your own projects in +scisprint. Refer to [project list](#project-list) below for more +details. + +## Project List + +### solvcon + +- **Related Subjects:** Python, C++, PDE +- **Project Link:** [GitHub](https://github.com/solvcon/solvcon) +- **Project Contact:** Yung-Yu Chen (discord: \@yyc#7718) + +solvcon seamlessly mixes C++ and Python through pybind11, allowing you +to leverage the strengths of both programming languages for efficient +PDE solving. We use Qt and Python to visualize the computation results +to give you a better understanding of your PDE solution. solvcon also +supports mesh visualization, currently in the Gmsh mesh file format. We +have recently made efforts to improve the solvcon UI/UX. + +The design allows it to run on Windows, Linux, and MacOS. Everyone can +use or contribute to solvcon. + +### Pydoc-zhtw + +- **Project Link:** [GitHub](https://github.com/python/python-docs-zh-tw) +- **Project Contact:** Matt Wang (@mattwang44), Josix (@Josix#3800) + +Our primary mission is to make Python\'s official documentation +accessible to the Traditional Chinese audience by providing accurate and +comprehensive translations. Whether you are a seasoned Python developer +or a language expert, we welcome individuals who are enthusiastic about +Python and passionate about making knowledge accessible to all. + +### BBGO + +- **Project Link:** [GitHub](https://github.com/c9s/bbgo) +- **Project Contact:** Dboy(discord: \@dboyliao#1295) + +BBGO is a modern cryptocurrency trading bot framework written in Go that +enables automated trading across multiple exchanges. It provides a +comprehensive solution for traders and developers, supporting 4+ major +exchanges (including Binance, Max, and OKEx) through abstracted APIs. The +platform features real-time market data streaming, order book integration, +and user data synchronization via WebSockets. + +### uTensor + +- **Project Link:** [GitHub](https://github.com/uTensor/uTensor) +- **Project Contact:** Dboy(discord: \@dboyliao#1295) + +uTensor is an extremely lightweight machine learning inference framework +built on C++11. It simplifies model deployment by seamlessly converting +TensorFlow-trained models into efficient C++ files that can be used to +infer on the embedding device and integrate with optimized libraries +such as CMSIS-NN by ARM with ease. Compared with the binary files, C++ +source code will provide greater flexibility to modify the trained model +for the embedding engineers. + +We provide the defaults for tensors, operators, and memory allocation. +Just like the booming development of machine learning, we are also +actively developing the above functions. Welcome to join us. + +### werilog + +- **Project Link:** [GitHub](https://github.com/werispace/werilog) +- **Project Contact:** Sivan(discord: \@Sivan#2782) + +werilog is a browser-based environment for Hardware Description +Languages (HDL) designed to lower the barrier to hardware design. +By integrating Icarus Verilog into a web interface, +we’re removing the local environment tax for students and devs. + + +## Venue + +### Venue Map + +[Happ. 小樹屋|香杉分館 501 (104 臺北市中山區集英里民權西路56號2樓)](https://maps.app.goo.gl/t8AwzjccGh5Bk76B6). + + + + + +## Contact us + +- sciwork: [https://sciwork.dev/](https://sciwork.dev/) +- Discord: [https://discord.gg/6MAkFrD](https://discord.gg/6MAkFrD) +- Email: [contact@sciwork.dev (subject: I want to lead a project in + scisprint)](mailto:contact@sciwork.dev?subject=[sciwork]%20I%20want%20to%20lead%20a%20project%20in%20scisprint) +- Flickr: [https://www.flickr.com/photos/sciwork/albums](https://www.flickr.com/photos/sciwork/albums)