Skip to content

Commit

Permalink
🐣
Browse files Browse the repository at this point in the history
  • Loading branch information
Bea Hernández authored and Bea Hernández committed Aug 17, 2019
0 parents commit bc1c898
Show file tree
Hide file tree
Showing 132 changed files with 14,765 additions and 0 deletions.
57 changes: 57 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@

# Created by https://www.gitignore.io/api/r,hugo
# Edit at https://www.gitignore.io/?templates=r,hugo

### Hugo ###
# Generated files by hugo
/public/
/resources/_gen/

# Executable may be added to repository
hugo.exe
hugo.darwin
hugo.linux

### R ###
# History files
.Rhistory
.Rapp.history

# Session Data files
.RData

# User-specific files
.Ruserdata

# Example code in package build process
*-Ex.R

# Output files from R CMD build
/*.tar.gz

# Output files from R CMD check
/*.Rcheck/

# RStudio files
.Rproj.user/

# produced vignettes
vignettes/*.html
vignettes/*.pdf

# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3
.httr-oauth

# knitr and R markdown default cache directories
*_cache/
/cache/

# Temporary files created by R markdown
*.utf8.md
*.knit.md

### R.Bookdown Stack ###
# R package: bookdown caching files
/*_files/

# End of https://www.gitignore.io/api/r,hugo
21 changes: 21 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2017 Miguel Simoni

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Example Site for Hugo Initio Theme

Example Site for Hugo Initio Theme

https://github.com/miguelsimoni/hugo-initio
115 changes: 115 additions & 0 deletions config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,115 @@
baseURL = "/"
languageCode = "en-us"
title = "R-Ladies Global"
theme = "hugo-initio"
publishDir = "docs"
ignoreFiles = ["\\.Rmd$", "_cache$", ".DS_Store", "_files$"]

[params]
name = "R-Ladies Global"
description = "R-Ladies is a world-wide organization to promote gender diversity in the R community"
email = "[email protected]"
#phone = "+234 23 9873237"
#address = "234 Hidden Pond Road, Ashland City, TN 37015"
year = 2013
avatar = "images/logo.png"
background = "images/header.jpg"
favicon = "images/favicon.png"
DateForm = "January 2, 2006"

showSubheader = false
showServices = true
showRecentWorks = false
showDownload = false
showClients = true

footerEnableContact = true
footerEnableFollowme = true
footerEnableTextWidget = true
footerEnableFormWidget = true

[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "About us"
url = "#"
identifier = "about-us"
weight = 2
[[menu.main]]
name = "Mission"
url = "/mission/"
weight = 1
parent = "about-us"
[[menu.main]]
name = "Get involved"
url = "/involved/"
weight = 2
parent = "about-us"
[[menu.main]]
name = "Meet the global team"
url = "/global-team/"
weight = 3
parent = "about-us"
[[menu.main]]
name = "History"
url = "/history/"
weight = 4
parent = "about-us"
[[menu.main]]
name = "R-Ladies Directory"
url = "/directory/"
weight = 3
[[menu.main]]
name = "Events"
url = "/events/"
weight = 4
[[menu.main]]
name = "Blog"
url = "https://blog.rladies.org/"
weight = 5
[[menu.main]]
name = "Contact us"
url = "/contact/"
weight = 6
[[menu.main]]
name = "Sponsors"
url = "/sponsors/"
weight = 7

[params.sharethis]
property = "123456789012345678901234"
custom = true

[params.google.analytics]
trackerID = "GA-000000000-0"

[[params.social]]
title = "twitter"
url = "https://twitter.com/RLadiesGlobal"
icon = "fab fa-twitter-square"
footer = true
sharethis = true
network = "twitter"
[[params.social]]
title = "instagram"
url = "https://www.instagram.com/rladiesglobal"
icon = "fab fa-instagram"
footer = true
sharethis = false
network = ""
[[params.social]]
title = "github"
url = "https://github.com/rladies"
icon = "fab fa-github-square"
footer = true
sharethis = false
network = ""
[[params.social]]
title = "email"
url = "mailto:[email protected]"
icon = "fas fa-envelope-square"
footer = true
sharethis = true
network = "email"
28 changes: 28 additions & 0 deletions content/global-team.Rmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
title: "Meet the global team"
output: html_document
slug: global-team
---

### Leadership Team

| Alice Daish | Hannah Frick | Erin LeDell | Gabriela de Queiroz | Claudia Vitolo |
|:-:|:-:|:-:|:-:|:-:|
| ![Alice Daish](https://github.com/rladies/rladies-website/blob/master/docs/images/alicedaish.jpg?raw=true) | ![Hannah Frick](https://github.com/rladies/rladies-website/blob/master/docs/images/hannahfrick.jpg?raw=true) | ![Erin LeDell](https://github.com/rladies/rladies-website/blob/master/docs/images/erinledell.jpg?raw=true) | ![Gabriela de Queiroz](https://github.com/rladies/rladies-website/blob/master/docs/images/gabrieladequeiroz.jpg?raw=true) | ![Claudia Vitolo](https://github.com/rladies/rladies-website/blob/master/docs/images/claudiavitolo.jpg?raw=true) |




##### Masters team

| Bea Hernández | Laura Acion | Maëlle Salmon |
|:-:|:-:|:-:|
| Web development | On boarding | Social media |
| R-Ladies Madrid Organizer | R-Ladies Buenos Aires Organizer | Former R-Ladies Barcelona Organizer |
| ![Bea Hernández](https://github.com/rladies/rladies-website/blob/master/docs/images/beahernandez.jpg?raw=true) | ![Laura Acion](https://github.com/rladies/rladies-website/blob/master/docs/images/lauraacion.jpg?raw=true) | ![Maëlle Salmon](https://github.com/rladies/rladies-website/blob/master/docs/images/maellesalmon.jpg?raw=true) |

| Jennifer Thompson | Abigail Lebrecht | Sheila Saia | Page Piccinni |
|:-:|:-:|:-:|:-:|
| Conference abstract | Blog | Directory | Directory |
| R-Ladies Nashville Organizer | R-Ladies Remote Organizer | R-Ladies RTP Organizer | R-Ladies San Diego Organizer |
| ![Jennifer Thompson](https://github.com/rladies/rladies-website/blob/master/docs/images/jenniferthompson.jpg?raw=true) | ![Abigail Lebrecht](https://github.com/rladies/rladies-website/blob/master/docs/images/abigaillebrecht.jpg?raw=true) | ![Sheila Saia](https://github.com/rladies/rladies-website/blob/master/docs/images/sheilasaia.jpg?raw=true) | ![Page Piccinni](https://github.com/rladies/rladies-website/blob/master/docs/images/pagepiccinni.png?raw=true) |
101 changes: 101 additions & 0 deletions content/global-team.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,101 @@
---
title: "Meet the global team"
output: html_document
slug: global-team
---



<div id="leadership-team" class="section level3">
<h3>Leadership Team</h3>
<table>
<thead>
<tr class="header">
<th align="center">Alice Daish</th>
<th align="center">Hannah Frick</th>
<th align="center">Erin LeDell</th>
<th align="center">Gabriela de Queiroz</th>
<th align="center">Claudia Vitolo</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td align="center"><img src="https://github.com/rladies/rladies-website/blob/master/docs/images/alicedaish.jpg?raw=true" alt="Alice Daish" /></td>
<td align="center"><img src="https://github.com/rladies/rladies-website/blob/master/docs/images/hannahfrick.jpg?raw=true" alt="Hannah Frick" /></td>
<td align="center"><img src="https://github.com/rladies/rladies-website/blob/master/docs/images/erinledell.jpg?raw=true" alt="Erin LeDell" /></td>
<td align="center"><img src="https://github.com/rladies/rladies-website/blob/master/docs/images/gabrieladequeiroz.jpg?raw=true" alt="Gabriela de Queiroz" /></td>
<td align="center"><img src="https://github.com/rladies/rladies-website/blob/master/docs/images/claudiavitolo.jpg?raw=true" alt="Claudia Vitolo" /></td>
</tr>
</tbody>
</table>
<div id="masters-team" class="section level5">
<h5>Masters team</h5>
<table>
<colgroup>
<col width="33%" />
<col width="33%" />
<col width="33%" />
</colgroup>
<thead>
<tr class="header">
<th align="center">Bea Hernández</th>
<th align="center">Laura Acion</th>
<th align="center">Maëlle Salmon</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td align="center">Web development</td>
<td align="center">On boarding</td>
<td align="center">Social media</td>
</tr>
<tr class="even">
<td align="center">R-Ladies Madrid Organizer</td>
<td align="center">R-Ladies Buenos Aires Organizer</td>
<td align="center">Former R-Ladies Barcelona Organizer</td>
</tr>
<tr class="odd">
<td align="center"><img src="https://github.com/rladies/rladies-website/blob/master/docs/images/beahernandez.jpg?raw=true" alt="Bea Hernández" /></td>
<td align="center"><img src="https://github.com/rladies/rladies-website/blob/master/docs/images/lauraacion.jpg?raw=true" alt="Laura Acion" /></td>
<td align="center"><img src="https://github.com/rladies/rladies-website/blob/master/docs/images/maellesalmon.jpg?raw=true" alt="Maëlle Salmon" /></td>
</tr>
</tbody>
</table>
<table>
<colgroup>
<col width="25%" />
<col width="25%" />
<col width="25%" />
<col width="25%" />
</colgroup>
<thead>
<tr class="header">
<th align="center">Jennifer Thompson</th>
<th align="center">Abigail Lebrecht</th>
<th align="center">Sheila Saia</th>
<th align="center">Page Piccinni</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td align="center">Conference abstract</td>
<td align="center">Blog</td>
<td align="center">Directory</td>
<td align="center">Directory</td>
</tr>
<tr class="even">
<td align="center">R-Ladies Nashville Organizer</td>
<td align="center">R-Ladies Remote Organizer</td>
<td align="center">R-Ladies RTP Organizer</td>
<td align="center">R-Ladies San Diego Organizer</td>
</tr>
<tr class="odd">
<td align="center"><img src="https://github.com/rladies/rladies-website/blob/master/docs/images/jenniferthompson.jpg?raw=true" alt="Jennifer Thompson" /></td>
<td align="center"><img src="https://github.com/rladies/rladies-website/blob/master/docs/images/abigaillebrecht.jpg?raw=true" alt="Abigail Lebrecht" /></td>
<td align="center"><img src="https://github.com/rladies/rladies-website/blob/master/docs/images/sheilasaia.jpg?raw=true" alt="Sheila Saia" /></td>
<td align="center"><img src="https://github.com/rladies/rladies-website/blob/master/docs/images/pagepiccinni.png?raw=true" alt="Page Piccinni" /></td>
</tr>
</tbody>
</table>
</div>
</div>
9 changes: 9 additions & 0 deletions content/history.Rmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: "History"
output: html_document
slug: history
---

[Gabriela de Queiroz](https://rladies.org/united-states-rladies/name/gabriela-de-queiroz/) founded R-Ladies on October 1, 2012. She wanted to give back to the community after going to several meetups and learning a lot for free. The first meetup was placed in San Francisco, California (United States). In the following years two more R-Ladies chapters started around the globe: Twin Cities and Taipei. R-Ladies London was the fourth chapter, which launched in March 2016. Although each chapter started working independently, the need for high-level coordination and support became evident at useR! 2016 where the San Francisco and London chapters met. After some initial brainstorming during the useR! 2016 conference, Gabriela de Queiroz and Erin LeDell from R-Ladies San Francisco and Chiin-Rui Tan, Alice Daish, Hannah Frick, Rachel Kirkham and Claudia Vitolo from R-Ladies London as well as Heather Turner teamed up to apply for an R-Consortium [grant to support and encourage the global expansion of the R-Ladies organisation](https://github.com/rladies/global/blob/master/rconsortium/FINAL%20-%20201607-%20rconsortiumproposalr-ladiesalignmentandglobalexpansion-july2016.pdf). R-Ladies Global was born and the grant was awarded in September 2016. Since then R-Ladies has grown to [138 chapters in 44 countries and 39000 members](https://gqueiroz.shinyapps.io/rshinylady/), thanks to our amazing organisers and R-Ladies who helped build and maintain our official website ([rladies.org](https://rladies.org/)), engage with the larger community via social media ([\@RLadiesGlobal](https://twitter.com/rladiesglobal)) and help each-other every day in millions of different ways.

![](../images/user2019.jpeg)
10 changes: 10 additions & 0 deletions content/history.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "History"
output: html_document
slug: history
---



<p><a href="https://rladies.org/united-states-rladies/name/gabriela-de-queiroz/">Gabriela de Queiroz</a> founded R-Ladies on October 1, 2012. She wanted to give back to the community after going to several meetups and learning a lot for free. The first meetup was placed in San Francisco, California (United States). In the following years two more R-Ladies chapters started around the globe: Twin Cities and Taipei. R-Ladies London was the fourth chapter, which launched in March 2016. Although each chapter started working independently, the need for high-level coordination and support became evident at useR! 2016 where the San Francisco and London chapters met. After some initial brainstorming during the useR! 2016 conference, Gabriela de Queiroz and Erin LeDell from R-Ladies San Francisco and Chiin-Rui Tan, Alice Daish, Hannah Frick, Rachel Kirkham and Claudia Vitolo from R-Ladies London as well as Heather Turner teamed up to apply for an R-Consortium <a href="https://github.com/rladies/global/blob/master/rconsortium/FINAL%20-%20201607-%20rconsortiumproposalr-ladiesalignmentandglobalexpansion-july2016.pdf">grant to support and encourage the global expansion of the R-Ladies organisation</a>. R-Ladies Global was born and the grant was awarded in September 2016. Since then R-Ladies has grown to <a href="https://gqueiroz.shinyapps.io/rshinylady/">138 chapters in 44 countries and 39000 members</a>, thanks to our amazing organisers and R-Ladies who helped build and maintain our official website (<a href="https://rladies.org/">rladies.org</a>), engage with the larger community via social media (<a href="https://twitter.com/rladiesglobal">@RLadiesGlobal</a>) and help each-other every day in millions of different ways.</p>
<p><img src="../images/user2019.jpeg" /></p>
21 changes: 21 additions & 0 deletions content/involved.Rmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: "Get Involved"
output: html_document
slug: involved
---

![](../images/rladies-help.png)

- Support your local chapters with venue space and funding for food and beverages.
- Support your local R-Ladies speakers by inviting them to talk – no excuses for unequal conference speaker ratios.
- Use the R-Ladies directory here
- Join the R-Ladies directory here
- Encourage coding women to be part of R-Ladies
- Share code (R-Ladies Global Github)
- Inspire and support others
- Join the community slack here
- Teach
- Blog
- Tweet, Retweet and follow @RLadiesGlobal and R-Ladies chapter accounts
- And if you are an R-Lady and want to start a chapter near you, please get in touch via [email protected]

Loading

0 comments on commit bc1c898

Please sign in to comment.