Skip to content

Commit d67aaa1

Browse files
committed
Update About Us page and add team members
1 parent 5686c0d commit d67aaa1

30 files changed

+258
-179
lines changed

content/team/alumni.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
---
2+
title: "Alumni"
3+
date: "2019-11-11"
4+
path: "/team/alumni/"
5+
meta_title: "BioDynaMo Alumni"
6+
toc: true
7+
sidebar: "team"
8+
keywords:
9+
-website
10+
-page
11+
-add
12+
---
13+
14+
<div class="teamdiv">
15+
<img src="/images/team/berina-bandic.jpg" alt="" >
16+
<h3>Berina Bandic</h3>
17+
<p></p>
18+
</div>
19+
20+
<div class="teamdiv">
21+
<img src="/images/team/placeholder.png" alt="" >
22+
<h3>Robert Harakaly</h3>
23+
<p></p>
24+
</div>
25+
26+
<div class="teamdiv">
27+
<img src="/images/team/konstantinos-kanellis.jpg" alt="" >
28+
<h3>Konstantinos Kanellis</h3>
29+
<p></p>
30+
</div>
31+
32+
<div class="teamdiv">
33+
<img src="/images/team/placeholder.png" alt="" >
34+
<h3>Martin Litre</h3>
35+
<p></p>
36+
</div>
37+
38+
<div class="teamdiv">
39+
<img src="/images/team/placeholder.png" alt="" >
40+
<h3>Nam Nguyen</h3>
41+
<p></p>
42+
</div>
43+
44+
<div class="teamdiv">
45+
<img src="/images/team/placeholder.png" alt="" >
46+
<h3>Lukasz Stempniewicz</h3>
47+
<p></p>
48+
</div>
49+
50+
<div class="teamdiv">
51+
<img src="/images/team/giovanni-de-toni.jpg" alt="" >
52+
<h3>Giovanni de Toni</h3>
53+
<p></p>
54+
</div>
55+

content/team/collaboration_board.md

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
---
2+
title: "Consortium"
3+
date: "2019-11-11"
4+
path: "/team/consortium/"
5+
meta_title: "BioDynaMo Consortium"
6+
toc: true
7+
sidebar: "team"
8+
keywords:
9+
-website
10+
-page
11+
-add
12+
---
13+
14+
<div class="teamdiv">
15+
<img src="/images/team/roman-bauer.jpg" alt="" >
16+
<h3>Roman Bauer</h3>
17+
<p>Spokesperson and representative of the University of Surrey</p>
18+
</div>
19+
20+
<div class="teamdiv">
21+
<img src="/images/team/marco-durante.jpg" alt="" >
22+
<h3>Marco Durante</h3>
23+
<p>Representative of the GSI Helmholtz Center</p>
24+
</div>
25+
26+
<div class="teamdiv">
27+
<img src="/images/team/placeholder.png" alt="" >
28+
<h3>Marcus Kaiser</h3>
29+
<p>Representative of the University of Nottingham</p>
30+
</div>
31+
32+
<div class="teamdiv">
33+
<img src="/images/team/placeholder.png" alt="" >
34+
<h3>Olivia Keiser</h3>
35+
<p>Representative of the University of Geneva</p>
36+
<p></p>
37+
</div>
38+
39+
<div class="teamdiv">
40+
<img src="/images/team/marco-manca.jpg" alt="" >
41+
<h3>Marco Manca</h3>
42+
<p>Representative of the SCImPULSE Foundation</p>
43+
<p></p>
44+
</div>
45+
46+
<div class="teamdiv">
47+
<img src="/images/team/placeholder.png" alt="" >
48+
<h3>Omri Matalon</h3>
49+
<p>Representative of Immunobrain Checkpoint</p>
50+
<p></p>
51+
</div>
52+
53+
<div class="teamdiv">
54+
<img src="/images/team/fons-rademakers.jpg" alt="" >
55+
<h3>Fons Rademakers</h3>
56+
<p>Technical Committee Chair (CERN)</p>
57+
<p></p>
58+
</div>
59+
60+
<div class="teamdiv">
61+
<img src="/images/team/alessandro-raimondo.jpg" alt="" >
62+
<h3>Alessandro Raimondo</h3>
63+
<p>Representative of CERN</p>
64+
<p></p>
65+
</div>
66+
67+
<div class="teamdiv">
68+
<img src="/images/team/vasileios-vavourakis.jpg" alt="" >
69+
<h3>Vasileios Vavourakis</h3>
70+
<p>Representative of the University of Cyprus</p>
71+
<p></p>
72+
</div>

content/team/index.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: "About us"
3+
date: "2019-01-01"
4+
path: "/team/"
5+
meta_title: "About us page"
6+
meta_description: "This is the about us page."
7+
toc: true
8+
sidebar: "team"
9+
---
10+
11+
## Who are we?
12+
13+
We are an international, interdisciplinary group of researchers who are passionate about using modern computing approaches for promoting biomedicine and the health of society.

content/team/team.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
- groups:
2+
- group: About Us
3+
items:
4+
- title: Who are we?
5+
link: /team/
6+
- group: Consortium
7+
items:
8+
- title: Members
9+
link: /team/consortium/
10+
- group: Technical Team
11+
items:
12+
- title: Members
13+
link: /team/tech_team/
14+
- group: Alumni
15+
items:
16+
- title: Members
17+
link: /team/alumni/

content/team/tech_team.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
---
2+
title: "The Team"
3+
date: "2019-11-11"
4+
path: "/team/tech_team/"
5+
meta_title: "BioDynaMo Team"
6+
toc: true
7+
sidebar: "team"
8+
---
9+
10+
<div class="teamdiv">
11+
<img src="/images/team/placeholder.png" alt="" >
12+
<h3>Dorukhan Arslan</h3>
13+
<p></p>
14+
</div>
15+
16+
<div class="teamdiv">
17+
<img src="/images/team/lukas-breitwieser.jpg" alt="" >
18+
<h3>Lukas Breitwieser</h3>
19+
<p></p>
20+
</div>
21+
22+
<div class="teamdiv">
23+
<img src="/images/team/nicolo-cogno.jpg" alt="" >
24+
<h3>Nicolo Cogno</h3>
25+
<p></p>
26+
</div>
27+
28+
<div class="teamdiv">
29+
<img src="/images/team/placeholder.png" alt="" >
30+
<h3>Tobias Duswald</h3>
31+
<p></p>
32+
</div>
33+
34+
<div class="teamdiv">
35+
<img src="/images/team/ahmad-hesam.jpg" alt="" >
36+
<h3>Ahmad Hesam</h3>
37+
<p></p>
38+
</div>
39+
40+
<div class="teamdiv">
41+
<img src="/images/team/placeholder.png" alt="" >
42+
<h3>Jack Jennings</h3>
43+
<p></p>
44+
</div>
45+
46+
<div class="teamdiv">
47+
<img src="/images/team/jdm.png" alt="" >
48+
<h3>Jean de Montigny</h3>
49+
<p></p>
50+
</div>
51+

src/components/common/NavBar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const NavBar = ({ theme }) => {
4242
<a href="/docs/userguide/hello_world/" className={`${themeClasses[theme].menuItem} nowrap f8 pa3 mr1 mr3-l`}>Getting Started</a>
4343
<a href="http://forum.biodynamo.org/" target="_blank" className={`${themeClasses[theme].menuItem} nowrap f8 pa3 mr1 mr3-l`}>Forum</a>
4444
<a href="/blog/" className={`${themeClasses[theme].menuItem} nowrap f8 pa3 mr1 mr3-l`}>Blogs</a>
45-
{/* <a href="/about/" className={`${themeClasses[theme].menuItem} nowrap f8 pa3 mr1 mr3-l`}>About Us</a> */}
45+
<a href="/team/" className={`${themeClasses[theme].menuItem} nowrap f8 pa3 mr1 mr3-l`}>About Us</a>
4646
</div>
4747
</div>
4848
<div className="relative pl3">

src/components/common/layout/Footer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const Footer = () => (
2323
<li className={`${listItemClass} dn db-l`}><a href="/blog/" className={linkClass}>Blogs</a></li>
2424
<li className={`${listItemClass} dn db-l`}><a href="/docs/devguide/contribute/" className={linkClass}>Contribute</a></li>
2525
<li className={`${listItemClass} dn db-l`}><a href="/docs/userguide/contact/" className={linkClass}>Contact</a></li>
26-
<li className={`${listItemClass} dn db-l`}><a href="/about/" className={linkClass}>About</a></li>
26+
<li className={`${listItemClass} dn db-l`}><a href="/team/" className={linkClass}>About Us</a></li>
2727
</ul>
2828
</div>
2929

src/components/common/sidebar/getSidebarFile.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ const getSidebarFile = (sidebar) => {
55
if (sidebar == "userguide" || sidebar == "devguide")
66
var [sidebarfile] = require(`../../../../content/biodynamo/doc/sidebars/${sidebar}.yaml`)
77
// declare as var here, so it's accessible outside of the try scope
8+
else if (sidebar == "team")
9+
var [sidebarfile] = require(`../../../../content/team/${sidebar}.yaml`)
810
else
911
var [sidebarfile] = require(`../../../data/sidebars/${sidebar}.yaml`)
1012
} catch (e) {

src/components/common/team/MemberBox.js

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,21 @@ import React from 'react'
22
import PropTypes from 'prop-types'
33

44
import { Spirit } from '../../../styles/spirit-styles'
5-
import { Box } from '../'
65

7-
const MemberBox = ({ src, to, href, headingClass, name, position }) => (
8-
<Box
9-
to={to}
10-
href={href}
11-
className="col-12 col-6-ns col-4-l pa8 tdn middarkgrey setup-box-min-height team-box-max-width setup-box-max-height"
12-
radius="4"
13-
>
6+
const MemberBox = ({ imgsrc, name, description }) => (
7+
<div className="col-10 col-4-ns pa5 pa8-ns pa10-l pt8-l flex flex-column-ns items-start tdn content-stretch home-main-box-shadow db br4 bg-white teambox-padding">
148
<div className="img-container">
15-
<img src={src} className="teampic"/>
16-
<h5 className={`${Spirit.h5} ${headingClass} img-overlay-1`}><span>{name}</span></h5>
17-
<h5 className={`${Spirit.h5} ${headingClass} img-overlay-2`}>{position}</h5>
9+
<img src={imgsrc} className="teampic"/>
10+
<h2 className={`${Spirit.h4} mt0 mt2-ns darkgrey flex-shrink-1 teambox-text`}>{name}</h2>
11+
<p className={`${Spirit.small} midgrey teambox-text`}>{description}</p>
1812
</div>
19-
</Box>
13+
</div>
2014
)
2115

2216
MemberBox.propTypes = {
23-
position: PropTypes.node,
17+
imgsrc: PropTypes.string.isRequired,
2418
name: PropTypes.string.isRequired,
25-
to: PropTypes.string,
26-
href: PropTypes.string,
27-
headingClass: PropTypes.string,
19+
description: PropTypes.string.isRequired
2820
}
2921

3022
export default MemberBox

0 commit comments

Comments
 (0)