Skip to content

Commit 07781f1

Browse files
authored
Merge pull request #200 from reshamas/rs-blogupdates
update social links, update list of sprints
2 parents 5a9aa41 + bd3ed81 commit 07781f1

8 files changed

+41
-15
lines changed

Diff for: _config.yml

+18-10
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ logo: assets/images/scikit-learn-logo.png
1414
favicon: assets/images/scikit-learn-logo.png
1515
baseurl: "/"
1616
url: "https://blog.scikit-learn.org" # the base hostname
17-
twitter_username: scikit_learn
1817
github_username: scikit-learn
18+
bluesky_username: scikit-learn.org
19+
mastodon_username: sklearn
1920
repository: scikit-learn/blog
2021

2122
header:
@@ -40,6 +41,12 @@ author:
4041
- label: "LinkedIn"
4142
icon: "fab fa-fw fa-linkedin"
4243
url: "https://linkedin.com/company/scikit-learn/"
44+
- label: "Bluesky"
45+
icon: "fab fa-fw fa-bluesky-square"
46+
url: "https://bsky.app/profile/scikit-learn.org"
47+
- label: "Mastodon"
48+
icon: "fab fa-fw fa-mastodon-square"
49+
url: "https://fosstodon.org/@sklearn"
4350
- label: "YouTube"
4451
icon: "fab fa-fw fa-youtube"
4552
url: "https://www.youtube.com/@scikit-learn"
@@ -49,9 +56,7 @@ author:
4956
- label: "Instagram"
5057
icon: "fab fa-fw fa-instagram"
5158
url: "https://instagram.com/scikitlearnofficial/"
52-
- label: "Twitter"
53-
icon: "fab fa-fw fa-twitter-square"
54-
url: "https://twitter.com/scikit_learn"
59+
5560

5661

5762
# Site Footer
@@ -60,15 +65,18 @@ footer:
6065
- label: "GitHub"
6166
icon: "fab fa-fw fa-github-square"
6267
url: "https://github.com/scikit-learn"
63-
- label: "Twitter"
64-
icon: "fab fa-fw fa-twitter-square"
65-
url: "https://twitter.com/scikit_learn"
66-
- label: "YouTube"
67-
icon: "fab fa-fw fa-youtube"
68-
url: "https://www.youtube.com/@scikit-learn"
6968
- label: "LinkedIn"
7069
icon: "fab fa-fw fa-linkedin"
7170
url: "https://linkedin.com/company/scikit-learn/"
71+
- label: "Bluesky"
72+
icon: "fab fa-fw fa-bluesky-square"
73+
url: "https://bsky.app/profile/scikit-learn.org"
74+
- label: "Mastodon"
75+
icon: "fab fa-fw fa-mastodon-square"
76+
url: "https://fosstodon.org/@sklearn"
77+
- label: "YouTube"
78+
icon: "fab fa-fw fa-youtube"
79+
url: "https://www.youtube.com/@scikit-learn"
7280
- label: "Facebook"
7381
icon: "fab fa-fw fa-facebook-square"
7482
url: "https://facebook.com/scikitlearnofficial/"

Diff for: _pages/sprints.md

+6
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ author_profile: false
77

88
## Listing of Scikit-learn Sprints
99

10+
-2025
11+
- Online: [PyLadies Berlin](https://www.meetup.com/pyladies-berlin/events/305492587) (Feb 2025)
12+
- Berlin, Germany: [PyLadies Berlin](https://www.meetup.com/pyladies-berlin/events/305397520/) (Feb 2025)
13+
14+
-2024
15+
- Paris, France: [PyData Paris](https://pydata.org/paris2024/sprints) (Sep 2024)
1016

1117
- 2023
1218
- Zurich, Switzerland: [Python Sprints & Zurich WiMLDS](https://python-sprints.github.io/zurich/2023/11/07/scikit-learn-sprint.html) (Nov 2023)

Diff for: _posts/2019-01-11-wimlds-impact-report.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ To address this gender imbalance for the scikit-learn library, Andreas Mueller,
2929
In 2017, <a style="color:blue"><b> **5** PRs were merged in: </b> </a>
3030
- **4** PRs were merged at the sprint
3131
- **1** PR was merged post-sprint without any follow-up
32-
- The PR merged post-sprint was by [Sergul Aydore](https://twitter.com/sergulaydore). After attending this sprint, Sergul then went on to participate in the August 2018 [scikit-learn core sprint for advanced contributors](http://gael-varoquaux.info/programming/sprint-on-scikit-learn-in-paris-and-austin.html) in Paris. Sergul states:
32+
- The PR merged post-sprint was by [Sergul Aydore](https://www.linkedin.com/in/sergül-aydöre-203193a/). After attending this sprint, Sergul then went on to participate in the August 2018 [scikit-learn core sprint for advanced contributors](http://gael-varoquaux.info/programming/sprint-on-scikit-learn-in-paris-and-austin.html) in Paris. Sergul states:
3333
>Participating in the March 2017 sprint helped me learn the basics and I was able to contribute to more complicated PRs in the August 2018 sprint.
3434
- No follow-up of open PRs was conducted.
3535

Diff for: _posts/2022-05-12-pyconde-keynote-reshama.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Reshama Shaikh is the Director of Data Umbrella. She is also on the Contributor
4444

4545
## Connecting
4646
- LinkedIn: [@reshamas](https://www.linkedin.com/in/reshamas/)
47-
- Twitter: [@reshamas](https://twitter.com/reshamas)
47+
- Bluesky: [@reshamas](https://bsky.app/profile/reshamas.bsky.social)
4848
- GitHub: [@reshamas](https://github.com/reshamas)
4949
- Medium: [@reshamas](https://medium.com/@reshamas)
5050
- Join the Data Umbrella [Meetup Group](https://www.meetup.com/data-umbrella/)

Diff for: _sass/minimal-mistakes/_buttons.scss

+3
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@
4040
(facebook, $facebook-color),
4141
(twitter, $twitter-color),
4242
(linkedin, $linkedin-color);
43+
(bluesky, $bluesky-color);
44+
(mastodon, $mastodon-color);
45+
4346

4447
@each $buttoncolor, $color in $buttoncolors {
4548
&--#{$buttoncolor} {

Diff for: _sass/minimal-mistakes/_utilities.scss

+10
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,16 @@ body:hover .visually-hidden button {
307307
color: $twitter-color;
308308
}
309309

310+
.fa-bluesky,
311+
.fa-bluesky-square {
312+
color: $bluesky-color;
313+
}
314+
315+
.fa-mastodon,
316+
.fa-mastodon-square {
317+
color: $mastodon-color;
318+
}
319+
310320
.fa-vimeo,
311321
.fa-vimeo-square,
312322
.fa-vimeo-v {

Diff for: _sass/minimal-mistakes/_variables.scss

+1
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ $yiq-debug: false !default;
9797
/* brands */
9898
$behance-color: #1769ff !default;
9999
$bitbucket-color: #205081 !default;
100+
$bluesky-color: #448dee !default;
100101
$dribbble-color: #ea4c89 !default;
101102
$facebook-color: #3b5998 !default;
102103
$flickr-color: #ff0084 !default;

Diff for: index.markdown

+1-3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,4 @@ sidebar:
1111
nav: "docs"
1212
---
1313

14-
<aside id="twitter-holder" class="sidebar__right sticky">
15-
{% include twitter.html %}
16-
</aside>
14+

0 commit comments

Comments
 (0)