generated from HugoBlox/theme-research-group
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
79 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,24 @@ sections: | |
The **Computational Radiology & Clinical AI (CCI) at Bonn** has been an excellent research group in the intersection of AI and Radiology. | ||
- block: people | ||
content: | ||
title: Meet the Team | ||
# Choose which groups/teams of users to display. | ||
# Edit `user_groups` in each user's profile to add them to one or more of these groups. | ||
user_groups: | ||
- Principal Investigators | ||
- Senior Researchers | ||
- Researchers | ||
- Visiting Researchers | ||
- Alumni | ||
sort_by: Params.last_name | ||
sort_ascending: true | ||
design: | ||
show_interests: false | ||
show_role: true | ||
show_social: true | ||
|
||
- block: collection | ||
content: | ||
title: Latest News | ||
|
@@ -43,5 +61,66 @@ sections: | |
text: 'hi' | ||
design: | ||
columns: '1' | ||
|
||
- block: contact | ||
content: | ||
title: Contact | ||
text: |- | ||
We're hiring and looking for research collaboration. Feel free to contact us. | ||
email: [email protected] | ||
phone: +49 228 287-16505 | ||
address: | ||
street: Venusberg-Campus 1, Building 81 | ||
city: Bonn | ||
region: North Rhine-Westphalia | ||
postcode: '53127' | ||
country: Germany | ||
country_code: DE | ||
coordinates: | ||
latitude: '50.695805' | ||
longitude: '7.103828' | ||
directions: Enter Building 81 and Find Alex's office | ||
office_hours: | ||
- 'Weekdays: 9-5' | ||
appointment_url: 'https://calendly.com' | ||
#contact_links: | ||
# - icon: comments | ||
# icon_pack: fas | ||
# name: Discuss on Forum | ||
# link: 'https://discourse.gohugo.io' | ||
|
||
# Automatically link email and phone or display as text? | ||
autolink: true | ||
|
||
# Email form provider | ||
form: | ||
provider: netlify | ||
formspree: | ||
id: | ||
netlify: | ||
# Enable CAPTCHA challenge to reduce spam? | ||
captcha: false | ||
design: | ||
columns: '1' | ||
|
||
- block: markdown | ||
content: | ||
title: | ||
subtitle: '' | ||
text: | ||
design: | ||
columns: '1' | ||
background: | ||
image: | ||
filename: contact.jpg | ||
filters: | ||
brightness: 1 | ||
parallax: false | ||
position: center | ||
size: cover | ||
text_color_light: true | ||
spacing: | ||
padding: ['20px', '0', '20px', '0'] | ||
css_class: fullscreen | ||
--- | ||
|
File renamed without changes.
File renamed without changes.