Skip to content

Commit 68c8a19

Browse files
committed
Oct 24 report
1 parent 172b91d commit 68c8a19

File tree

1 file changed

+119
-0
lines changed

1 file changed

+119
-0
lines changed
Lines changed: 119 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,119 @@
1+
---
2+
title: "Clojurists Together project - Scicloj community building - October 2024 update"
3+
description: ""
4+
date: 2024-11-03
5+
lastmod: 2024-11-03
6+
draft: false
7+
weight: 9
8+
images: ["../../sci-cloj-logo-transparent.png"]
9+
contributors: ["daslu"]
10+
---
11+
12+
The [Clojurists Together](https://www.clojuriststogether.org/) organisation has decided [to sponsor](https://www.clojuriststogether.org/news/q3-2024-funding-announcement/) Scicloj community building for Q3 2024, as a project by Daniel Slutsky. This is the second time the project is selected this year. Here is Daniel's update for October.
13+
14+
Comments and ideas would help. :pray:
15+
16+
# Clojurists Together update - October 2024 - Daniel Slutsky
17+
18+
[Scicloj](https://scicloj.github.io/) is a Clojure group developing a stack of tools and libraries for data science. Alongside the technical challenges, community building has been an essential part of its efforts since the beginning of 2019. Our current main community-oriented goal is making the existing data-science stack easy to use through the maturing of the Noj library, mentioned below. In particular, we are working on example-based documentation, easy setup, and recommended workflows for common tasks.
19+
20+
All these, and the tools to support them, grow organically, driven by real-world use cases.
21+
22+
I serve as a community organizer at Scicloj, and this project was accepted for Clojurists Together funding in 2024 Q1 & Q3. I also receive regular funding through Github Sponsors, mostly from Nubank.
23+
24+
In this post, I am reporting on my involvement during October 2024, as well as the proposed goals for October.
25+
26+
I had 57 meetings during September. Most of them were one-on-one meetings for open-source mentoring or similar contexts.
27+
28+
All the projects mentioned below are done in collaboration with others. I will mention at least a few of the people involved.
29+
30+
31+
## October 2024 highlights
32+
33+
### [Scicloj open-source mentoring](https://scicloj.github.io/docs/community/groups/open-source-mentoring/)
34+
This month, we contined working with mentees under the open-source mentoring program.
35+
@generatem, @phronmophobic, @jeaye, and myself have been active as mentors this month. Since the program's beginning at the middle of August, 62 people have applied -- 15 of them during the last month. 39 are still actively exploring various topics, and out of them, 15 have already made important contributions.
36+
One notable change happened during the last few months: we started working with a few mentees who are completely new to Clojure, some even to programming. This is part of Scicloj's gradual process of opening up to broader audiences.
37+
38+
Some of the recent experiences and insights on this project were discussed in our recent [video report](https://www.youtube.com/watch?v=STnFMpIZlkk) (2024-10-25).
39+
40+
### [Noj](https://scicloj.github.io/noj/)
41+
The Noj library is the entry point to data science with Clojure, collecting a stack of relevant libraries. This month, we worked towards its release into Beta stage, which is almost complete.
42+
At [the Zulip chat](https://scicloj.github.io/docs/community/chat/), we had quite a few insightful discussions with important feedback by community members about the scope and the organization of the project.
43+
One of the main parts of the efforts has been into writing additional tutorials. A broad group of people are working on these, and a few promosing tutorials are currently in draft stage. See some details below in the Tutorials section.
44+
@behrica has made additional improvements to the automation and whole workflow of Noj in Github Pages.
45+
I worked on clarifying many details and improving the main documentation pages.
46+
47+
### [Tableplot](https://scicloj.github.io/tableplot/) (previously called Hanamicloth)
48+
Towards reaching Beta stage, our acively-developed plotting library recieved a new name: Tableplot.
49+
I continued working on extending its features, adding flexibility to the way data can be specified throughout the pipelines, and integrating [metamorph.ml](https://github.com/scicloj/metamorph.ml) to allow for a more flexible smoothing functionality, where the user can specify the model details and the design matrix.
50+
51+
### Composing [Fastmath](https://github.com/generateme/fastmath) with [Tablecloth](https://scicloj.github.io/tablecloth)
52+
During this month, a few substantial design discussions took place in the Zulip chat, with quite a few community members helping with their insights. One of the important realizations was that we should integrate Fastmath (the math library) into Tablecloth (the user-friendly table-processing library). This will allow for better composability, ergonomics, and performance in various cases where data processing meets math and statistics.
53+
54+
### [Scittle](https://github.com/babashka/scittle) [Emmy-viewers](https://github.com/mentat-collective/emmy-viewers) plugin
55+
Recently, @reedho has made some progress in the Scittle plugin that supports Emmy-viewers data visualizations. I was helping in testing and figuring out some of the details. This progress is expected to extend the reach of Emmy-viewers to a broader set of use cases and integrate it better into Scicloj workflows.
56+
57+
### [Clay](https://scicloj.github.io/clay/)
58+
Clay, the REPL-friendly notebook and data visualation tool, recieved a few new features:
59+
- initial Emmy-viewers support
60+
- support for nesting of special visualization kinds
61+
- support for live-reload on file save by @whatacold
62+
63+
Additionally, @a13 and I are working on improving the process of reading Clojure code, building on previous work by @timothypratley at the [read-kinds](https://github.com/scicloj/read-kinds) project.
64+
65+
### [Kindly-advice](https://github.com/scicloj/kindly-advice)
66+
Kindly-advice is a small library that helps tools know how certain values should be visualized.
67+
Following the developments with Emmy-viewers, it can now recognize these automatically, so that tools can handle them appropriately.
68+
69+
### tutorials
70+
Documenting and demonstrating the use of the Scicloj stack is one of the main goals at the moment, and quite a few of us are working on various tutorials. This is often a slow process that involved introspection and discussion of the recommended ways to explain certain notions and perform certain tasks.
71+
I was involved in writing some tutorials and in reviewing a few others.
72+
A few of the current drafts people have been working on can already be shared:
73+
- [intro to probability and statistics](https://mavbozo.github.io/clj-probstat-tutorial/clay/) by @mavbozo
74+
- [intro to linear algebra with Fastmath](https://scicloj.github.io/noj/noj_book.linear_algebra_intro.html) by @radovanne
75+
- [2d and 3d geometry with Fastmath](https://scicloj.github.io/noj/noj_book.linear_algebra_intro.html) by @radovanne
76+
- [intro to datavis with Apache Echarts](https://scicloj.github.io/noj/noj_book.echarts) by @zuzhi and @whatacold
77+
- [analysing Chicago bike times](https://scicloj.github.io/noj/noj_book.chicago_bike_times.html) by myself
78+
- [Bayesian statistics with PyMC](https://scicloj.github.io/clojure-data-tutorials/projects/stats/pymc/intro.html) by myself
79+
80+
### Website
81+
This month has been a usual month in terms of website maintenance.
82+
83+
### real-world-data group
84+
The [real-world-data group](https://scicloj.github.io/docs/community/groups/real-world-data/) is a space for Clojure data practitioners to share their experiences. During October, the group had two meetings. We decided to share some parts of the recordings publicly:
85+
- Oct 4th 2024 - meeting 15:
86+
- [Kyle Passarelli: OAuth2 with Clojure and Temporal](https://www.youtube.com/watch?v=mmOh5fYkX7Q)
87+
- [Adham Omram: Experience Conducting a Clojure Training](https://www.youtube.com/watch?v=G1vpz_43YpI)
88+
- Oct 16th 2024 - meeting 16:
89+
- [Jarkko Saltiola: tools for pipelines, bb-glitchtip](https://www.youtube.com/watch?v=nC86hEglyLQ)
90+
91+
### Scicloj weekly catchup
92+
During October, we tried the approach of weekly group meetings for the open-source-mentoring program, in addition to the small and 1-1 meetings.
93+
We had four group meetings of this kind. A few people have shared their work, and we explored some topics as a group. Eventually, we realized that the timing and format were not optimal for most people, so this series is currently on hold.
94+
95+
### Linear Algebra meetings
96+
A few of use are working on tutorials related to linear algebra and vector processing, and have started meeting weekly on these topics. We had four meetings of this kind.
97+
98+
### Clojure Conj
99+
Eventually, we organized only one talk run before the Clojure Conj conference. This was an early run of the talk by Thomas Clark. The actual talk has already been published [online](https://www.youtube.com/watch?v=_D5d6Ls6pBw). It is a fantastic overview of the Clojure stack for scientific computing.
100+
On my side, I helped a little bit in the preparations for the talk.
101+
102+
## November 2024 goals
103+
104+
### Noj
105+
- Annouce Beta stage for Noj.
106+
- Continue the current efforts on documenting the libraries.
107+
108+
### Fastmath
109+
- Continue the documetation effort.
110+
111+
### Tableplot
112+
- Annouce Beta stage after a minor changes.
113+
- Keep extending and documenting the library.
114+
115+
### Tooling
116+
- Return to the work on [kindly-render](https://github.com/scicloj/kindly-render), the tool-agnosic implementation of the [Kindly](https://scicloj.github.io/kindly/) standard.
117+
- Explore improving the support of various tools for scientific Clojure. Most importantly: VSCode, Quarto, and Jupyter.
118+
- Continue Clay maintenance.
119+

0 commit comments

Comments
 (0)