@@ -249,57 +249,83 @@ disableKinds = ["taxonomy", "taxonomyTerm"]
249
249
250
250
# Team section
251
251
[params .team ]
252
- enable = false
252
+ enable = true
253
253
# Possibility to center items
254
254
# center = true
255
255
title = " Team"
256
256
subtitle = " The people putting it together"
257
257
bg = false
258
258
description = " "
259
- speakers = " Speakers"
259
+ speakers = " " # " Speakers"
260
260
261
261
262
262
# All team member's pictures are stored under 'static/img/team'.
263
263
# Replace them with your own too.
264
264
# Suggestion: Image size should be at least 360px*360px or the alignment might be affected.
265
265
[[params .team .members ]]
266
- img = " faceholder.png"
267
- name = " Organiser Name 1"
268
- position = " Organiser Position 1"
269
- reportsTo = " "
270
- livesIn = " [Munich, Germany](#some-maps-url)"
271
- scope = [
272
- " Role 1 for [thing 1](#)" ,
273
- " Role 2 for [thing 2](#)" ,
274
- " Role 3 for [thing 3](#)"
266
+ img = " abbas-rizvi.png"
267
+ name = " Abbas Rizvi"
268
+ position = " Data Scientist at Tempus Labs"
269
+ bio = " Columbus, OH"
270
+ social = [
271
+ [" fa-twitter" , " https://twitter.com/aarizvi" ],
272
+ [" fa-github" , " https://github.com/aarizvi" ],
273
+ [" fa-linkedin" , " https://www.linkedin.com/in/aarizv" ]
274
+ ]
275
+
276
+ [[params .team .members ]]
277
+ img = " bernie-lawson.jpg"
278
+ name = " Bernie Lawson"
279
+ position = " Data Scientist in Retail"
280
+ bio = " Cincinnati, OH"
281
+ social = [
282
+ [" fa-twitter" , " https://twitter.com/woodyblawson" ],
283
+ [" fa-github" , " https://github.com/lawsonbh" ],
284
+ [" fa-linkedin" , " https://www.linkedin.com/in/bernardlawson" ]
275
285
]
276
- # For bio markdown and even multiline strings are available.
277
- bio = """ I do things,
278
- and stuff"""
286
+
287
+ [[params .team .members ]]
288
+ img = " ezgi-karaesmen.jpg"
289
+ name = " Ezgi Karaesmen"
290
+ position = " Genomics at Nationwide Children's Hospital"
291
+ bio = " Columbus, OH"
292
+ social = [
293
+ [" fa-twitter" , " https://twitter.com/e_Karaesmen" ],
294
+ [" fa-github" , " https://github.com/karaesmen" ],
295
+ [" fa-linkedin" , " https://www.linkedin.com/in/ezgi-karaesmen/" ]
296
+ ]
297
+
298
+ [[params .team .members ]]
299
+ img = " john-blischak.jpg"
300
+ name = " John Blischak"
301
+ position = " Freelance Scientific Software Developer"
302
+ bio = " Copley, OH"
279
303
social = [
280
- [" fa-twitter" , " # " ],
281
- [" fa-github" , " # " ],
282
- [" fa-linkedin" , " # " ]
304
+ [" fa-twitter" , " https://twitter.com/jdblischak " ],
305
+ [" fa-github" , " https://github.com/jdblischak " ],
306
+ [" fa-linkedin" , " https://www.linkedin.com/in/jdblischak " ]
283
307
]
284
308
285
309
[[params .team .members ]]
286
- img = " faceholder.png"
287
- name = " Organiser Name 2"
288
- position = " Organiser Position 2"
310
+ img = " katie-sasso-schafer.jpg"
311
+ name = " Katie Sasso Schafer"
312
+ position = " Director of AI and Automation at Covail"
313
+ bio = " Columbus, OH"
289
314
social = [
290
- [" fa-twitter" , " # " ],
291
- [" fa-github" , " # " ],
292
- [" fa-linkedin" , " # " ]
315
+ [" fa-twitter" , " https://twitter.com/KatieSasso " ],
316
+ [" fa-github" , " https://github.com/ksasso " ],
317
+ [" fa-linkedin" , " https://www.linkedin.com/in/katiesasso " ]
293
318
]
294
319
295
320
[[params .team .members ]]
296
- img = " faceholder.png"
297
- name = " Organiser Name 3"
298
- position = " Organiser Position 3"
321
+ img = " trevin-flickinger.jpg"
322
+ name = " Trevin Flickinger"
323
+ position = " Data Insights Analyst at Grange Insurance"
324
+ bio = " Columbus, OH"
299
325
social = [
300
- [" fa-twitter" , " # " ],
301
- [" fa-github" , " # " ],
302
- [" fa-linkedin" , " # " ]
326
+ [" fa-twitter" , " https://twitter.com/trevin_flick " ],
327
+ [" fa-github" , " https://github.com/trevinflick " ],
328
+ [" fa-linkedin" , " https://www.linkedin.com/in/trevin-flickinger-b9400226/ " ]
303
329
]
304
330
305
331
# Client section
0 commit comments