Skip to content

Commit aa011a0

Browse files
KirstieJanestefanvpre-commit-ci[bot]
authored
Add some structure to the sponsors (#759)
* Add some structure to the sponsors * Add in a bit of space and fix some syntax * Update content/summits/developer/2025/_index.md Co-authored-by: Stefan van der Walt <[email protected]> * Remove error Can't have a grid of 1.... * Apply suggestions from code review Co-authored-by: Stefan van der Walt <[email protected]> * Another fix for syntax * Fix layout * [pre-commit.ci 🤖] Apply code format tools to PR --------- Co-authored-by: Stefan van der Walt <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 14ba476 commit aa011a0

File tree

1 file changed

+36
-18
lines changed

1 file changed

+36
-18
lines changed

content/summits/developer/2025/_index.md

Lines changed: 36 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,29 @@ date: 2025-03-05
1717

1818
## Sponsors
1919

20-
We would like to thank the following institutions and projects for sponsoring this year's summit:
20+
We would like to thank the following institutions and projects for sponsoring this year's Summit.
21+
22+
**Presenting sponsor**
23+
24+
_Contributions to the statistical Python ecosystem at this year's Summit are funded by the NSF POSE Phase 1 award:
25+
[An open-source ecosystem for statistical Python](https://nsf.elsevierpure.com/en/projects/pose-phase-1-an-open-source-ecosystem-for-statistical-python)_
2126

2227
<p>&nbsp;</p>
2328

24-
{{< grid columns="1 2 3 4" >}}
29+
{{< image >}}
30+
src = 'https://upload.wikimedia.org/wikipedia/commons/thumb/5/56/NSF_logo.svg/1280px-NSF_logo.svg.png'
31+
alt = 'NSF logo'
32+
height = 120
33+
{{< /image >}}
34+
35+
**Delivery sponsors**
36+
37+
_Thank you to Berkeley Institute for Data Science and eScience Institute for providing staff and venue in-kind support for the Summit._
38+
39+
<p>&nbsp;</p>
40+
41+
{{< grid columns="1 2" >}}
42+
2543
[[item]]
2644
body = '''
2745
{{< image >}}
@@ -42,6 +60,15 @@ height = 120
4260
{{< /image >}}
4361
'''
4462

63+
{{< /grid >}}
64+
65+
**Travel sponsors**
66+
67+
_The following projects financially supported team members to attend the Summit._
68+
69+
<p>&nbsp;</p>
70+
71+
{{< grid columns="1 2 3 4" >}}
4572
[[item]]
4673
body = '''
4774
{{< image >}}
@@ -63,18 +90,10 @@ height = 120
6390
[[item]]
6491
body = '''
6592
{{< image >}}
66-
src = 'https://upload.wikimedia.org/wikipedia/commons/thumb/5/56/NSF_logo.svg/1280px-NSF_logo.svg.png'
67-
alt = 'NSF logo'
68-
height = 120
69-
{{< /image >}}
70-
'''
71-
72-
[[item]]
73-
body = '''
74-
{{< image >}}
75-
src = 'https://github.com/iris-hep/iris-hep.github.io/blob/master/assets/logos/Iris-hep-4-no-long-name.png?raw=true'
76-
alt = 'Iris-HEP logo'
77-
width = 130
93+
lightsrc = 'GOSST-logo.png'
94+
darksrc = 'GOSST-logo-dark.png'
95+
alt = 'GOSST logo'
96+
width = 120
7897
{{< /image >}}
7998
'''
8099

@@ -99,10 +118,9 @@ alt = 'COGS logo'
99118
[[item]]
100119
body = '''
101120
{{< image >}}
102-
lightsrc = 'GOSST-logo.png'
103-
darksrc = 'GOSST-logo-dark.png'
104-
alt = 'GOSST logo'
105-
width = 120
121+
src = 'https://github.com/iris-hep/iris-hep.github.io/blob/master/assets/logos/Iris-hep-4-no-long-name.png?raw=true'
122+
alt = 'Iris-HEP logo'
123+
width = 130
106124
{{< /image >}}
107125
'''
108126

0 commit comments

Comments
 (0)