-
Notifications
You must be signed in to change notification settings - Fork 271
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into 1.12-doc-updates
- Loading branch information
Showing
61 changed files
with
1,614 additions
and
135 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
name: Daily Event Publishing | ||
|
||
on: | ||
schedule: | ||
- cron: '0 0 * * *' | ||
|
||
jobs: | ||
published-daily-events: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/setup-java@v4 | ||
with: | ||
distribution: 'temurin' | ||
java-version: '8' | ||
|
||
- name: Set up Clojure | ||
uses: DeLaGuardo/[email protected] | ||
with: | ||
cli: 'latest' | ||
|
||
- name: Install CLI | ||
run: | | ||
curl -L -O https://github.com/clojure/brew-install/releases/latest/download/posix-install.sh | ||
chmod +x posix-install.sh | ||
sudo ./posix-install.sh | ||
clojure | ||
- name: Check out the repository | ||
uses: actions/checkout@v4 | ||
|
||
- name: Run Event Script | ||
run: | | ||
cd script/eventgen | ||
clojure -X parse/parse-feed :dir '"../../content/events"' | ||
- name: Commit and push event page | ||
run: | | ||
git config --global user.name clojure-build | ||
git config --global user.email "[email protected]" | ||
git add content/events | ||
if git status | grep -q modified | ||
then | ||
git commit -m 'update events' | ||
git push | ||
fi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
34 changes: 34 additions & 0 deletions
34
content/events/2024/data-recur-meeting-5-datajure-1325176135.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
= Data-recur meeting 5: Datajure | ||
2024-06-29 | ||
:jbake-type: event | ||
:jbake-edition: | ||
:jbake-link: https://clojureverse.org/t/data-recur-meeting-5-datajure-a-dsl-extension-to-existing-data-processing-libraries/10747 | ||
:jbake-location: online | ||
:jbake-start: 2024-06-29 | ||
:jbake-end: 2024-06-29 | ||
|
||
== Data-recur meeting 5: Datajure - a DSL extensi... | ||
|
||
Data-recur meeting 5: Datajure - a DSL extension to existing data processing libraries + | ||
+ | ||
The data-recur group is a space for collaborations around the emerging Clojure stack for data processing and data analysis. + | ||
This June, it is coming back. + | ||
It will be presented by Matthias Buehlmaier and Yang Ming-Tian from the Business School. + | ||
This meeting will be dedicated to the Datajure, a Domain Specific Language extension for existing data processing libraries such as tech.ml.dataset, tablecloth, clojask and geni. + | ||
Joining + | ||
Please use the Going button at the top of this post to mark your participation. + | ||
You can also use the Add to Calendar button to add the event to your calendar. + | ||
Length + | ||
The official part will be 90 minutes long. + | ||
Sometimes some of us like to stay longer and chat. + | ||
Platform + | ||
+ | ||
Video meeting: Launch Meeting - Zoom + | ||
Text chat: We will use the #data-recur Zulip stream. + | ||
+ | ||
Recording + | ||
Most of the meeting will be recorded and shared publicly. + | ||
Some parts will be unrecorded. + | ||
+ | ||
Zulip: https://clojurians.zulipchat.com/#narrow/stream/262224-events/near/439889919 + | ||
|
18 changes: 18 additions & 0 deletions
18
content/events/2024/los-angeles-clojure-meetup-telemere-1117741427.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
= Los Angeles Clojure Meetup: Telemere | ||
2024-06-13 | ||
:jbake-type: event | ||
:jbake-edition: | ||
:jbake-link: https://www.meetup.com/los-angeles-clojure-users-group/events/301448644/ | ||
:jbake-location: online | ||
:jbake-start: 2024-06-13 | ||
:jbake-end: 2024-06-13 | ||
|
||
== Los Angeles Clojure Meetup: Telemere (redux) | ||
|
||
This month, we will collaboratively explore Telemere, a structured telemetry library for Clojure/Script. + | ||
As usual, we will start off the meetup discussing recent releases and developments of note in the Clojure ecosystem. + | ||
The meeting will be recorded. + | ||
We will continue with an online virtual meeting until further notice. + | ||
+ | ||
Zulip: https://clojurians.zulipchat.com/#narrow/stream/262224-events/near/442899333 + | ||
|
18 changes: 18 additions & 0 deletions
18
content/events/2024/los-angeles-clojure-meetup-tempel-1292812900.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
= Los Angeles Clojure Meetup: Tempel | ||
2024-05-09 | ||
:jbake-type: event | ||
:jbake-edition: | ||
:jbake-link: https://www.meetup.com/los-angeles-clojure-users-group/events/300787522/ | ||
:jbake-location: online | ||
:jbake-start: 2024-05-09 | ||
:jbake-end: 2024-05-09 | ||
|
||
== Los Angeles Clojure Meetup: Tempel | ||
|
||
This month, we will collaboratively explore Telemere, a structured telemetry library for Clojure/Script. + | ||
As usual, we will start off the meetup discussing recent releases and developments of note in the Clojure ecosystem. + | ||
The meeting will be recorded. + | ||
We will continue with an online virtual meeting until further notice. + | ||
+ | ||
Zulip: https://clojurians.zulipchat.com/#narrow/stream/262224-events/near/437529038 + | ||
|
23 changes: 23 additions & 0 deletions
23
content/events/2024/real-world-data-meeting-4--1121840245.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
= Real-world-data meeting 4 | ||
2024-05-03 | ||
:jbake-type: event | ||
:jbake-edition: | ||
:jbake-link: https://clojureverse.org/t/real-world-data-meeting-4/10708 | ||
:jbake-location: online | ||
:jbake-start: 2024-05-03 | ||
:jbake-end: 2024-05-03 | ||
|
||
== Real-world-data meeting 4 - date corrected | ||
|
||
Real-world-data meeting 4 + | ||
+ | ||
Hi! :star: note the corrected date :star: + | ||
It is not too late to join the real-world-data group. + | ||
This study group is a bit different from the other ones. Participants are assumed to be actively working on a problem and willing to share it. + | ||
See the meeting 1 post for background. + | ||
Updates about the agenda will be shared in the group chat. + | ||
If you wish to join the group, please reach out beforehand. + | ||
parens1920×1440 98.2 KB + | ||
+ | ||
Zulip: https://clojurians.zulipchat.com/#narrow/stream/262224-events/near/436137958 + | ||
|
21 changes: 21 additions & 0 deletions
21
content/events/2024/real-world-data-meeting-4--618072529.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
= Real-world-data meeting 4 | ||
2024-05-03 | ||
:jbake-type: event | ||
:jbake-edition: | ||
:jbake-link: https://clojureverse.org/t/real-world-data-meeting-4/10708 | ||
:jbake-location: online | ||
:jbake-start: 2024-05-03 | ||
:jbake-end: 2024-05-03 | ||
|
||
== Real-world-data meeting 4 | ||
|
||
Hi! :star: note the corrected date :star: + | ||
It is not too late to join the real-world-data group. + | ||
This study group is a bit different from the other ones. Participants are assumed to be actively working on a problem and willing to share it. + | ||
See the meeting 1 post for background. + | ||
Updates about the agenda will be shared in the group chat. + | ||
If you wish to join the group, please reach out beforehand. + | ||
parens1920×1440 98.2 KB + | ||
+ | ||
Zulip: https://clojurians.zulipchat.com/#narrow/stream/262224-events/near/435760417 + | ||
|
21 changes: 21 additions & 0 deletions
21
content/events/2024/real-world-data-meeting-5-214678325.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
= Real-world-data meeting 5 | ||
2024-05-17 | ||
:jbake-type: event | ||
:jbake-edition: | ||
:jbake-link: https://clojureverse.org/t/real-world-data-meeting-5/10719 | ||
:jbake-location: online | ||
:jbake-start: 2024-05-17 | ||
:jbake-end: 2024-05-17 | ||
|
||
== Real-world-data meeting 5 | ||
|
||
Hi! + | ||
It is not too late to join the real-world-data group. + | ||
This study group is a bit different from the other ones. Participants are assumed to be actively working on a problem and willing to share it. + | ||
See the meeting 1 post for background. + | ||
Updates about the agenda will be shared in the group chat. + | ||
If you wish to join the group, please reach out beforehand. + | ||
parens1920×1440 98.2 KB + | ||
+ | ||
Zulip: https://clojurians.zulipchat.com/#narrow/stream/262224-events/near/437159546 + | ||
|
Oops, something went wrong.