Skip to content

Commit ec0a228

Browse files
10622130rockleona
andauthored
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>
1 parent a9bec11 commit ec0a228

2 files changed

Lines changed: 165 additions & 1 deletion

File tree

contents/project/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,4 +197,4 @@ and user data synchronization via WebSockets.
197197

198198
**You can join the Discord group to discuss the project.**
199199

200-
- Discord: [https://discord.gg/6MAkFrD](https://discord.gg/6MAkFrD)
200+
- Discord: [https://discord.gg/6MAkFrD](https://discord.gg/6MAkFrD)

contents/sprint/2026/07-taipei.mdx

Lines changed: 164 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,164 @@
1+
---
2+
date: "2026-07-18 10:00"
3+
eventTime: "10:00 - 17:00"
4+
title: "scisprint 2026 July in Taipei"
5+
location: "Happ. 小樹屋|香杉分館 501 (104 臺北市中山區集英里民權西路56號2樓)"
6+
---
7+
8+
## Date
9+
10+
- **Date**: Saturday, 07 18, 2026
11+
- **Time**: 10:00 - 17:00 (7 hours)
12+
13+
## Sign Up
14+
15+
Please complete your registration through [KKTIX](https://sciwork.kktix.cc/events/scisprint-202607-taipei).
16+
17+
<RegistrationButton
18+
url="https://sciwork.kktix.cc/events/scisprint-202607-taipei"
19+
text="Sign Up on KKTIX"
20+
/>
21+
22+
You can also stay connected and join discussions in our [Discord sprint channel](https://discord.gg/gMkDTm63Xy)
23+
24+
## Agenda
25+
26+
<AgendaTable>
27+
<AgendaTable.Row time="10:00 - 10:30">
28+
<AgendaTable.Topic title="Check-in" />
29+
</AgendaTable.Row>
30+
<AgendaTable.Row time="10:30 - 11:00">
31+
<AgendaTable.Topic title="Project Introduction" />
32+
</AgendaTable.Row>
33+
<AgendaTable.Row time="11:00 - 12:00">
34+
<AgendaTable.Topic title="Coding Session" />
35+
</AgendaTable.Row>
36+
<AgendaTable.Row time="12:00 - 13:30">
37+
<AgendaTable.Topic title="Lunch Break" />
38+
</AgendaTable.Row>
39+
<AgendaTable.Row time="13:30 - 14:30">
40+
<AgendaTable.Topic title="Coding Session" />
41+
</AgendaTable.Row>
42+
<AgendaTable.Row time="14:30 - 15:30">
43+
<AgendaTable.Topic title="Group Discussion" />
44+
</AgendaTable.Row>
45+
<AgendaTable.Row time="15:30 - 16:30">
46+
<AgendaTable.Topic title="Final Sprint" />
47+
</AgendaTable.Row>
48+
<AgendaTable.Row time="16:30 - 17:00">
49+
<AgendaTable.Topic title="Closing" />
50+
</AgendaTable.Row>
51+
</AgendaTable>
52+
53+
54+
## About the Scisprint
55+
56+
To join the sprint, please bring your laptop and [sign up](#sign-up).
57+
You are also very welcome to bring your project. Please [contact
58+
us](#contact-us) if you have any questions.
59+
60+
Scisprint, hosted by the sciwork community, is a monthly coding sprint.
61+
It would like to facilitate discussions and exchanges among people in
62+
the fields of science, numerical computation, and engineering.
63+
Participants, regardless of experience level, can gain valuable
64+
development insights in this event.
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
68+
communities.
69+
70+
## Coding Session
71+
72+
It aims to encourage collaboration and interaction among developers
73+
through project participation. The projects cover various fields,
74+
including but not limited to science, numerical computation, and
75+
engineering. You are also encouraged to share your own projects in
76+
scisprint. Refer to [project list](#project-list) below for more
77+
details.
78+
79+
## Project List
80+
81+
### solvcon
82+
83+
- **Related Subjects:** Python, C++, PDE
84+
- **Project Link:** [GitHub](https://github.com/solvcon/solvcon)
85+
- **Project Contact:** Yung-Yu Chen (discord: \@yyc#7718)
86+
87+
solvcon seamlessly mixes C++ and Python through pybind11, allowing you
88+
to leverage the strengths of both programming languages for efficient
89+
PDE solving. We use Qt and Python to visualize the computation results
90+
to give you a better understanding of your PDE solution. solvcon also
91+
supports mesh visualization, currently in the Gmsh mesh file format. We
92+
have recently made efforts to improve the solvcon UI/UX.
93+
94+
The design allows it to run on Windows, Linux, and MacOS. Everyone can
95+
use or contribute to solvcon.
96+
97+
### Pydoc-zhtw
98+
99+
- **Project Link:** [GitHub](https://github.com/python/python-docs-zh-tw)
100+
- **Project Contact:** Matt Wang (@mattwang44), Josix (@Josix#3800)
101+
102+
Our primary mission is to make Python\'s official documentation
103+
accessible to the Traditional Chinese audience by providing accurate and
104+
comprehensive translations. Whether you are a seasoned Python developer
105+
or a language expert, we welcome individuals who are enthusiastic about
106+
Python and passionate about making knowledge accessible to all.
107+
108+
### BBGO
109+
110+
- **Project Link:** [GitHub](https://github.com/c9s/bbgo)
111+
- **Project Contact:** Dboy(discord: \@dboyliao#1295)
112+
113+
BBGO is a modern cryptocurrency trading bot framework written in Go that
114+
enables automated trading across multiple exchanges. It provides a
115+
comprehensive solution for traders and developers, supporting 4+ major
116+
exchanges (including Binance, Max, and OKEx) through abstracted APIs. The
117+
platform features real-time market data streaming, order book integration,
118+
and user data synchronization via WebSockets.
119+
120+
### uTensor
121+
122+
- **Project Link:** [GitHub](https://github.com/uTensor/uTensor)
123+
- **Project Contact:** Dboy(discord: \@dboyliao#1295)
124+
125+
uTensor is an extremely lightweight machine learning inference framework
126+
built on C++11. It simplifies model deployment by seamlessly converting
127+
TensorFlow-trained models into efficient C++ files that can be used to
128+
infer on the embedding device and integrate with optimized libraries
129+
such as CMSIS-NN by ARM with ease. Compared with the binary files, C++
130+
source code will provide greater flexibility to modify the trained model
131+
for the embedding engineers.
132+
133+
We provide the defaults for tensors, operators, and memory allocation.
134+
Just like the booming development of machine learning, we are also
135+
actively developing the above functions. Welcome to join us.
136+
137+
### werilog
138+
139+
- **Project Link:** [GitHub](https://github.com/werispace/werilog)
140+
- **Project Contact:** Sivan(discord: \@Sivan#2782)
141+
142+
werilog is a browser-based environment for Hardware Description
143+
Languages (HDL) designed to lower the barrier to hardware design.
144+
By integrating Icarus Verilog into a web interface,
145+
we’re removing the local environment tax for students and devs.
146+
147+
148+
## Venue
149+
150+
### Venue Map
151+
152+
[Happ. 小樹屋|香杉分館 501 (104 臺北市中山區集英里民權西路56號2樓)](https://maps.app.goo.gl/t8AwzjccGh5Bk76B6).
153+
154+
155+
<Map src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3614.159049349968!2d121.51780817590365!3d25.06259783713849!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3442a9f39eb9f6b5%3A0x5eb047069ee762d!2zSGFwcC4g5bCP5qi55bGL772c6aaZ5p2J5YiG6aSo!5e0!3m2!1szh-TW!2stw!4v1782834702878!5m2!1szh-TW!2stw" />
156+
157+
158+
## Contact us
159+
160+
- sciwork: [https://sciwork.dev/](https://sciwork.dev/)
161+
- Discord: [https://discord.gg/6MAkFrD](https://discord.gg/6MAkFrD)
162+
- Email: [contact@sciwork.dev (subject: I want to lead a project in
163+
scisprint)](mailto:contact@sciwork.dev?subject=[sciwork]%20I%20want%20to%20lead%20a%20project%20in%20scisprint)
164+
- Flickr: [https://www.flickr.com/photos/sciwork/albums](https://www.flickr.com/photos/sciwork/albums)

0 commit comments

Comments
 (0)