Skip to content

Commit 97178ce

Browse files
Fixes to the about section, and title/favicon
1 parent 3661b9f commit 97178ce

File tree

1 file changed

+22
-8
lines changed

1 file changed

+22
-8
lines changed

europandas2019/index.html

Lines changed: 22 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
<meta http-equiv="X-UA-Compatible" content="IE=edge">
1616
<meta name="viewport" content="width=device-width, initial-scale=1">
1717

18-
<title>Pandas documentation sprint</title>
18+
<title>European pandas summit 2019</title>
19+
<link rel="shortcut icon" type="image/png" href="https://pandas-dev.github.io/pandas-sphinx-theme/pr-datapythonista_base/_static/favicon.ico"/>
1920

2021
<!-- css -->
2122
<link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.min.css">
@@ -192,12 +193,12 @@ <h1 style="font-size: 48px;">European pandas summit</h1>
192193
<h3 class="section-title">About the event</h3>
193194
<p>
194195
<a href="http://pandas.pydata.org/">pandas</a> is an open source Python library for data manipulation and analysis.
195-
Its popularity is skyrocketing, and it is becoming the de-facto standard for data science and data engineering.
196+
Its popularity is skyrocketing, and it is becoming the de-facto standard for data science, data analysis and data engineering.
196197
</p>
197198
<p>
198-
Like most free software projects, pandas is developed by volunteers world wide. Often,
199-
This is why we are organizing a worldwide sprint, in which we plan to leave the
200-
API documentation for the Series and DataFrame classes in a perfect state.
199+
Like most free software projects, pandas is developed by volunteers world wide. Most of the communication among contributors,
200+
and between contributors and users happens online. This summit is an opportunity to meet each other in person, discuss, and
201+
work together.
201202
</p>
202203

203204
<h4>Useful information</h4>
@@ -225,14 +226,27 @@ <h4>Useful information</h4>
225226
<h3 class="section-title multiple-title">Who is this event for?</h3>
226227

227228
<p>
228-
In short: <b>for anyone interested in making pandas and its ecosystem better</b>. This includes:
229+
In short: <b>for anyone interested in making pandas and its ecosystem better</b>.
230+
</p>
231+
232+
<p>
233+
While we call the event the European pandas summit, we are excited to welcome anyone
234+
willing to travel from any part of the world. Also, we would be happy to see other
235+
people from the open source community working in related things. For example, upstream packages
236+
like numpy or Arrow. Downstream packages like Dask or Vaex. And similar tools like R.
237+
</p>
238+
239+
<p>
240+
Also, the event is open to companies and individuals interested in helping make pandas better,
241+
by hiring peoeple to work full or part time in pandas. Or that are interested in provide
242+
funding to hire people to work on pandas.
229243
</p>
230244

231245
<ul class="list-arrow-right">
232246
<li>The pandas <b>core development team</b></li>
233247
<li><b>Contributors</b> to pandas</li>
234248
<li>Contributors to <b>other open source projects</b> of the ecosystem</li>
235-
<li><b>Sponsors and donors</b> of <a href="https://numfocus.org/">NumFOCUS</a> and <a href="https://pydata.org/">PyData</a> conferences</li>
249+
<li>Past and future <b>sponsors and donors</b> of <a href="https://numfocus.org/">NumFOCUS</a> and <a href="https://pydata.org/">PyData</a> conferences</li>
236250
<li>Anyone else interested in making pandas or related open source tools better</li>
237251
</ul>
238252

@@ -245,7 +259,7 @@ <h3 class="section-title multiple-title">Who is this event for?</h3>
245259
<img alt="" class="img-responsive" src="assets/images/about-us.jpg">
246260
</figure>
247261

248-
<p>You can make pandas better, even if you can't join the sprint...</p>
262+
<p>You can make pandas better, even if you can't join the sprint:</p>
249263
<div id="donate-box-outer">
250264
<div id="donate-box-inner">
251265
<p><img alt="" src="assets/images/pandas_logo_donation.png"/>

0 commit comments

Comments
 (0)