Skip to content

Commit 93ac171

Browse files
authored
bug: fix social links throughout (#747)
1 parent c204e35 commit 93ac171

17 files changed

+79
-334
lines changed

_config.yml

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ social:
102102
type: # Person or Organization (defaults to Person)
103103
name: # If the user or organization name differs from the site's name
104104
links: # An array of links to social media profiles
105-
105+
bluesky: https://bsky.app/profile/pyopensci.org
106106
# Analytics
107107
analytics:
108108
provider: false # false (default), "google", "google-universal", "custom"
@@ -120,49 +120,46 @@ author:
120120
links:
121121
- label: "Email"
122122
icon: "fas fa-fw fa-envelope-square"
123-
# url: mailto:[email protected]
123+
url: mailto:[email protected]
124124
- label: "GitHub"
125125
icon: "fab fa-fw fa-github"
126126
url: "https://github.com/pyopensci"
127-
# /images/people/pyopensc-executive-council.png"
128127
- label: "Bluesky"
129128
icon: "fa-solid fa-cloud"
130-
# url: "https://bluesky.com/"
129+
url: "https://bsky.app/profile/pyopensci.org"
131130
- label: "Mastodon"
132131
icon: "fa-brands fa-mastodon"
133132
url:
134133
- label: "LinkedIn"
135134
icon: "fa-brands fa-linkedin"
136-
# url: "https://linkedin.com/"
135+
url: "https://www.linkedin.com/company/pyopensci/"
137136
- label: "Discord"
138137
icon: "fa-brands fa-discord"
139138
url: "https://discord.gg/yYyDFP2BcP"
140139

141140

142-
143141
# Site Footer
144142
footer:
145143
scripts:
146-
147144
links:
148145
- label: "Mastodon"
149146
icon: "fab fa-fw fa-mastodon"
150147
url: https://fosstodon.org/@pyOpenSci
151148
- label: "Bluesky"
152149
icon: "fa-solid fa-cloud"
153-
url: https://bsky.app/profile/pyopensci.bsky.social
150+
url: https://bsky.app/profile/pyopensci.org
154151
- label: "LinkedIn"
155152
icon: "fab fa-fw fa-linkedin"
156153
url: https://www.linkedin.com/company/pyopensci
157154
- label: "GitHub"
158155
icon: "fab fa-fw fa-github"
159156
url: https://github.com/pyOpenSci
157+
- label: "YouTube"
158+
icon: "fa-brands fa-youtube"
159+
url: "https://www.youtube.com/@pyopensci"
160160
- label: "Discord"
161161
icon: "fa-brands fa-discord"
162162
url: "https://discord.gg/yYyDFP2BcP"
163-
- label: "Discourse"
164-
icon: "fa-brands fa-discourse"
165-
url: "https://pyopensci.discourse.group/"
166163

167164
# Reading Files
168165
include:

_data/authors.yml

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pyopensci:
55
links:
66
- label: "Email"
77
icon: "fas fa-fw fa-envelope-square"
8-
url: "mailto:admin@pyopensci.org"
8+
url: "mailto:media@pyopensci.org"
99
- label: "Website"
1010
icon: "fas fa-fw fa-link"
1111
url: "https://www.pyopensci.org"
@@ -104,9 +104,24 @@ Jesse Mostipak:
104104
bio : ""
105105
avatar : "/images/people/jesse-headshot-bandw.jpg"
106106
links:
107+
- label: "Email"
108+
icon: "fas fa-fw fa-envelope-square"
109+
url: "mailto:[email protected]"
110+
- label: "Website"
111+
icon: "fas fa-fw fa-link"
112+
url: "https://www.pyopensci.org"
107113
- label: "GitHub"
108114
icon: "fab fa-fw fa-github"
109-
url: "https://github.com/kierisi"
115+
url: "https://github.com/pyopensci"
116+
- label: "LinkedIn"
117+
icon: "fab fa-fw fa-linkedin"
118+
url: "https://www.linkedin.com/company/pyopensci/"
119+
- label: "Mastodon"
120+
icon: "fab fa-fw fa-mastodon"
121+
url: "https://fosstodon.org/@pyopensci"
122+
- label: "Discord"
123+
icon: "fab fa-fw fa-discord"
124+
url: "https://discord.gg/yYyDFP2BcP"
110125
Carlos Ramos Carreño:
111126
name : "Carlos Ramos Carreño"
112127
bio : "Software Developer"
@@ -167,16 +182,19 @@ Mandy Moore:
167182
links:
168183
- label: "Email"
169184
icon: "fas fa-fw fa-envelope-square"
170-
url: "mailto:mandy@pyopensci.org"
185+
url: "mailto:media@pyopensci.org"
171186
- label: "Website"
172187
icon: "fas fa-fw fa-link"
173-
url: "https://mandymoore.tech"
188+
url: "https://www.pyopensci.org"
174189
- label: "GitHub"
175190
icon: "fab fa-fw fa-github"
176-
url: "https://github.com/therubyrep"
191+
url: "https://github.com/pyopensci"
177192
- label: "LinkedIn"
178193
icon: "fab fa-fw fa-linkedin"
179-
url: "https://www.linkedin.com/in/missmandymoore/"
194+
url: "https://www.linkedin.com/company/pyopensci/"
180195
- label: "Mastodon"
181196
icon: "fab fa-fw fa-mastodon"
182197
url: "https://fosstodon.org/@pyopensci"
198+
- label: "Discord"
199+
icon: "fab fa-fw fa-discord"
200+
url: "https://discord.gg/yYyDFP2BcP"

_includes/connect-with-pyos.html

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<div class="notice" markdown="1">
2+
3+
<i class="fa-solid fa-users-line"></i> Connect with us!
4+
{: .header }
5+
6+
There are many ways to get involved if you're interested!
7+
8+
* If you read through our lessons and want to suggest changes, open an issue in our [lessons repository here](https://github.com/pyOpenSci/lessons)
9+
* [Volunteer to be a reviewer for pyOpenSci's software review process](https://forms.gle/GHfxvmS47nQFDcBM6)
10+
* [Submit a Python package to pyOpenSci for peer review](https://www.pyopensci.org/software-peer-review/how-to/author-guide.html#submit-your-package-for-peer-review)
11+
* [Donate to pyOpenSci](https://give.communityin.org/pyopensci_2024) to support scholarships for future training events and the development of new learning content.
12+
* Check out our [volunteer page](/volunteer.html) for other ways to get involved.
13+
14+
You can also:
15+
16+
* Keep an eye on our [events page](/events.html) for upcoming training events.
17+
18+
Follow us on social platforms:
19+
20+
* [<i class="fa-brands fa-mastodon" style="color:#81c0aa;"></i> Mastodon]({{ site.social.mastodon }})
21+
* [<i class="fa-solid fa-cloud" style="color:#81c0aa;"></i> Bluesky]({{ site.social.bluesky }})
22+
* [<i class="fa-brands fa-linkedin" style="color:#81c0aa;"></i> LinkedIn]({{ site.social.linkedin }})
23+
* [<i class="fa-brands fa-github" style="color:#81c0aa;"></i> GitHub]({{ site.social.github }})
24+
* [<i class="fa-brands fa-youtube" style="color:#81c0aa;"></i> YouTube]({{ site.social.youtube }})
25+
26+
If you are on LinkedIn, check out and [subscribe to our newsletter](https://www.linkedin.com/newsletters/7179551305344933888/?displayConfirmation=true).
27+
28+
You can also:
29+
30+
* Check out our [Python Package Guide](https://www.pyopensci.org/python-package-guide/index.html) for comprehensive packaging guidance
31+
* Keep an eye on our [events page](/events.html) for upcoming training events
32+
33+
</div>

_pages/volunteer.md

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -133,22 +133,4 @@ pyOpenSci has a diverse and vibrant community of pythonistas! To date,
133133
</div>
134134

135135

136-
<div class="pyos-section" markdown="1">
137-
<div class="content padding" markdown="1">
138-
139-
140-
## Learn more about volunteering with pyOpenSci
141-
142-
If you still have questions about volunteer roles at pyOpenSci, email our Community team at [[email protected]](mailto:[email protected]), and we’d be more than happy to help! You can also ask questions and network with the broader pyOpenSci community on our [Discourse forum](https://pyopensci.discourse.group/).
143-
144-
## Let's connect!
145-
146-
** [<i class="fa-brands fa-mastodon"></i> Mastodon](https://fosstodon.org/@pyopensci)
147-
** [<i class="fa-solid fa-cloud"></i> Bluesky](https://bsky.app/profile/pyopensci.bsky.social)
148-
** [<i class="fa-brands fa-linkedin"></i> LinkedIn](https://www.linkedin.com/company/pyopensci)
149-
** [<i class="fa-brands fa-github"></i> GitHub](https://github.com/pyOpenSci)
150-
** [<i class="fa-brands fa-discord"></i> Discord](https://discord.gg/yYyDFP2BcP)
151-
152-
153-
</div>
154-
</div>
136+
{% include connect-with-pyos.html %}

_posts/2023-11-29-welcome-jesse-pyos-community-manager.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,5 @@ I first got started in scientific programming during my time as a graduate stude
3838

3939
pyOpenSci meets all of those criteria, and the more I learned about its philosophy around community building, as well as all of the ways for people of all levels of technical knowledge to get involved, the more I knew I wanted to be a part of things. I’m still within my first month at the organization, but I can already tell that it’s a special place to be. Keep an eye out, because I’ve already started planning content and activities to help grow our community!
4040

41-
## Let's connect!
4241

43-
I’ll also be managing the social media accounts for pyOpenSci, and there are so many fantastic places for us to connect and have a conversation. pyOpenSci is currently active on [LinkedIn](https://www.linkedin.com/company/pyopensci), [BlueSky](https://bsky.app/profile/pyopensci.bsky.social), and [Mastodon](https://fosstodon.org/@pyopensci), where we’ll be sharing all kinds of news, updates, and community spotlights. Be sure to follow us so you don’t miss out on anything! And join our growing [Discourse community](https://pyopensci.discourse.group/), which is a great place to connect with other pyOpenSci community members, learn more about pyOpenSci, and get answers to all of your burning Python packaging and code questions.
44-
45-
I can’t wait to connect and help build the pyOpenSci community with you!
42+
{% include connect-with-pyos.html %}

_posts/2024-08-02-community-news-august-2024.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,4 @@ Jesse Bobish, [Patrick Byers](https://github.com/pb-413), [Sarah Kaiser](http://
6666
### Shout out to all of our SciPy contributors, including:
6767
[Naty Clementi](https://github.com/ncclementi), [Geoff Cureton](https://github.com/gpcureton), [John Drake](https://github.com/John-Drake), [Han](https://github.com/ayhanxian), [Elise Hinman](https://github.com/ehinman), [hpodzorski-USGS](https://github.com/hpodzorski-USGS), [Sarah Kaiser](https://github.com/crazy4pi314), [kaiyamag](https://github.com/kaiyamag), [Felipe Moreno](https://github.com/flpm), [Roberto Pastor Muela](https://github.com/RobPasMue), [Olek](https://github.com/yardasol), [Santiago Soler](https://github.com/santisoler), and [Revathy Venugopal](https://github.com/Revathyvenugopal162).
6868

69-
## <i class="fa-regular fa-envelope"></i> Stay connected with pyOpenSci
70-
71-
There are so many ways to stay up-to-date with all things pyOpenSci, including following us on [LinkedIn](https://www.linkedin.com/company/pyopensci), [Fosstodon](https://fosstodon.org/@pyOpenSci), and [Bluesky](https://bsky.app/profile/pyopensci.bsky.social). You can also connect with the broader pyOpenSci community on our [Discourse forum](https://pyopensci.discourse.group/). And if you’re interested in our weekly newsletter where we share news, blog posts, and monthly updates, [subscribe on LinkedIn](https://www.linkedin.com/build-relation/newsletter-follow?entityUrn=7179551305344933888).
69+
{% include connect-with-pyos.html %}

_posts/2024-08-30-pyopensci-monumental-growth-2024.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -384,25 +384,9 @@ Our next training event is the inaugural pyOpenSci Fall Festival--a week-long ev
384384

385385
We also will develop collaborative GitHub lessons following the BSSw fellowship I received this year.
386386

387-
## Get involved with pyOpenSci
388387

389-
Congratulations on reading my longest post ever. I hope you are as excited as I am about pyOpenSci's future.
388+
{% include connect-with-pyos.html %}
390389

391-
If you'd like to get involved with pyOpenSci, check out our [volunteer page](/volunteer.html).
392-
393-
You can also:
394-
395-
* Keep an eye on our [events page](/events.html) for upcoming training events.
396-
397-
Follow us on social platforms:
398-
399-
* [<i class="fa-brands fa-discourse"></i> Discourse](https://pyopensci.discourse.group/)
400-
* [<i class="fa-brands fa-mastodon"></i> Mastodon](https://fosstodon.org/@pyopensci)
401-
* [<i class="fa-solid fa-cloud"></i> Bluesky](https://bsky.app/profile/pyopensci.bsky.social)
402-
* [<i class="fa-brands fa-linkedin"></i> LinkedIn](https://www.linkedin.com/company/pyopensci)
403-
* [<i class="fa-brands fa-github"></i> GitHub](https://github.com/pyOpenSci)
404-
405-
If you are on LinkedIn, you should [subscribe to our newsletter, too](https://www.linkedin.com/newsletters/7179551305344933888/?displayConfirmation=true).
406390

407391
<div class = "notice" markdown="1">
408392
## About Me

_posts/2024-09-17-pyopensci-sustainability-plan-2024.md

Lines changed: 1 addition & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -172,43 +172,4 @@ We look forward to seeing you there!
172172
~ Leah with support from the [pyOpenSci Executive Council - Tracy Teal & Karen Cranston](/our-community/index.html#executive-council-leadership--staff)
173173

174174

175-
176-
<div class="notice" markdown="1">
177-
## Get involved with pyOpenSci
178-
179-
* support a scholarship (or two) to our [pyOpenSci Fall Festival](events/pyopensci-2024-fall-festival.html)
180-
helpers at our workshops
181-
* if you'd like to get involved with pyOpenSci, check out our [volunteer page](/volunteer.html).
182-
183-
You can also:
184-
185-
* Keep an eye on our [events page](/events.html) for upcoming training events.
186-
187-
Follow us on social platforms:
188-
189-
* [<i class="fa-brands fa-discourse"></i> Discourse](https://pyopensci.discourse.group/)
190-
* [<i class="fa-brands fa-mastodon"></i> Mastodon](https://fosstodon.org/@pyopensci)
191-
* [<i class="fa-solid fa-cloud"></i> Bluesky](https://bsky.app/profile/pyopensci.bsky.social)
192-
* [<i class="fa-brands fa-linkedin"></i> LinkedIn](https://www.linkedin.com/company/pyopensci)
193-
* [<i class="fa-brands fa-github"></i> GitHub](https://github.com/pyOpenSci)
194-
195-
If you are on LinkedIn, checkout and [subscribe to our newsletter, too](https://www.linkedin.com/newsletters/7179551305344933888/?displayConfirmation=true).
196-
197-
</div>
198-
199-
200-
201-
202-
203-
204-
<!--
205-
Our next training event is the inaugural [pyOpenSci Fall Festival](events/pyopensci-2024-fall-festival.html)--a week-long event that teaches skills needed to:
206-
207-
* write cleaner, more modular code,
208-
* package and share code,
209-
* publish and cite code, and
210-
* create reproducible reports that connect code, data, and outputs into a dynamically produced interactive publication.
211-
212-
During these workshops we will explore the use (and dangers) of using LLM's in the learning and workflow development process. The first day is a set of free, online keynote talks. Be sure to get your ticket before they sell out!
213-
214-
I look forward to seeing you there! -->
175+
{% include connect-with-pyos.html %}

_posts/2025-02-07-pyopensci-2024-a-year-in-review.md

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -237,23 +237,4 @@ Our leadership teams—including the [Executive Council](https://www.pyopensci.o
237237

238238
We look forward to building the future of open science, one contribution at a time—and we invite you to join us on this journey.
239239

240-
<div class="notice" markdown="1">
241-
## Get involved with pyOpenSci
242-
243-
If you'd like to get involved with pyOpenSci, check out our [volunteer page](/volunteer.html).
244-
245-
You can also:
246-
247-
* Keep an eye on our [events page](/events.html) for upcoming training events.
248-
249-
Follow us on social platforms:
250-
251-
* [<i class="fa-brands fa-discourse"></i> Discourse](https://pyopensci.discourse.group/)
252-
* [<i class="fa-brands fa-mastodon"></i> Mastodon](https://fosstodon.org/@pyopensci)
253-
* [<i class="fa-solid fa-cloud"></i> Bluesky](https://bsky.app/profile/pyopensci.bsky.social)
254-
* [<i class="fa-brands fa-linkedin"></i> LinkedIn](https://www.linkedin.com/company/pyopensci)
255-
* [<i class="fa-brands fa-github"></i> GitHub](https://github.com/pyOpenSci)
256-
257-
If you are on LinkedIn, check out and [subscribe to our newsletter, too](https://www.linkedin.com/newsletters/7179551305344933888/?displayConfirmation=true).
258-
259-
</div>
240+
{% include connect-with-pyos.html %}

_posts/2025-03-05-pyOpenSci-first-open-science-festival.md

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -218,27 +218,4 @@ Looking ahead, we’re excited to run more events like this to support pyOpenSci
218218
Check our blog and events page for upcoming events and opportunities to engage with the vibrant pyOpenSci community. <i class="fa-solid fa-hand-sparkles"></i>
219219

220220

221-
<div class="notice" markdown="1">
222-
223-
## Support open science: Get involved with pyOpenSci
224-
225-
* Volunteer to be an editor in our peer review process
226-
* Submit a scientific Python package to pyOpenSci for peer review
227-
* Donate to pyOpenSci to support scholarships for future training events and the development of new learning content.
228-
* check out our [volunteer page](/volunteer.html) for other ways to get involved.
229-
230-
You can also:
231-
232-
* Keep an eye on our [events page](/events.html) for upcoming training events.
233-
234-
Follow us on social platforms:
235-
236-
* [<i class="fa-brands fa-discourse"></i> Discourse](https://pyopensci.discourse.group/)
237-
* [<i class="fa-brands fa-mastodon"></i> Mastodon](https://fosstodon.org/@pyopensci)
238-
* [<i class="fa-solid fa-cloud"></i> Bluesky](https://bsky.app/profile/pyopensci.bsky.social)
239-
* [<i class="fa-brands fa-linkedin"></i> LinkedIn](https://www.linkedin.com/company/pyopensci)
240-
* [<i class="fa-brands fa-github"></i> GitHub](https://github.com/pyOpenSci)
241-
242-
If you are on LinkedIn, check out and [subscribe to our newsletter, too](https://www.linkedin.com/newsletters/7179551305344933888/?displayConfirmation=true).
243-
244-
</div>
221+
{% include connect-with-pyos.html %}

0 commit comments

Comments
 (0)