-
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.
Add publications page, profile outline page and examples; adjust proj…
…ects and members page
- Loading branch information
1 parent
d7f2506
commit 7b92197
Showing
8 changed files
with
854 additions
and
131 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 |
---|---|---|
@@ -0,0 +1,102 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Agata Polejowska - Cancer Microbiology Group</title> | ||
<link rel="stylesheet" href="../../styles/main.css"> | ||
<link rel="stylesheet" href="../../styles/profile.css"> | ||
<link rel="icon" type="image/png" href="../../assets/icons/GUTS - icon - fullcolor.svg"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css"> | ||
</head> | ||
<body> | ||
<header class="header"> | ||
<div class="header-content"> | ||
<a href="#" class="logo"> | ||
<img src="../../assets/icons/GUTS - icon - fullcolor.svg" alt="Logo"> | ||
<span>Cancer Microbiology Group</span> | ||
</a> | ||
<nav class="nav"> | ||
<ul> | ||
<li><a href="../../index.html">Home</a></li> | ||
<li><a href="../../index.html#research-narrative">Research</a></li> | ||
<li><a href="../members.html">Members</a></li> | ||
<li><a href="../projects.html">Projects</a></li> | ||
<li><a href="../publications.html">Publications</a></li> | ||
</ul> | ||
</nav> | ||
</div> | ||
</header> | ||
<main class="profile-page"> | ||
<div class="profile-container"> | ||
<div class="profile-card"> | ||
<div class="profile-hero"> | ||
<div class="profile-image"> | ||
<img src="../../assets/team-photos/agata.png" alt="Agata Polejowska"> | ||
</div> | ||
<div class="profile-info"> | ||
<h1>Agata Polejowska</h1> | ||
<p class="profile-role">PhD Candidate</p> | ||
<div class="profile-social"> | ||
<a href="https://www.linkedin.com/in/agatapolejowska/" class="social-link" title="LinkedIn"> | ||
<i class="fab fa-linkedin"></i> | ||
</a> | ||
<a href="https://orcid.org/0009-0001-6703-2926" class="social-link" title="ORCID"> | ||
<i class="fab fa-orcid"></i> | ||
</a> | ||
<a href="https://scholar.google.com/citations?user=guYHlkYAAAAJ&hl=en" class="social-link" title="Google Scholar"> | ||
<i class="fas fa-graduation-cap"></i> | ||
</a> | ||
<a href="https://github.com/polejowska" class="social-link" title="GitHub"> | ||
<i class="fab fa-github"></i> | ||
</a> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="profile-content"> | ||
|
||
<section class="interests-section"> | ||
<h2>Research Interests</h2> | ||
<div class="interest-tags"> | ||
<span class="interest-tag">Artificial Intelligence</span> | ||
<span class="interest-tag">Gut Microbiome</span> | ||
<span class="interest-tag">Gut-Brain Interplay</span> | ||
<span class="interest-tag">Computational Pathology</span> | ||
</div> | ||
</section> | ||
|
||
<section class="bio-section"> | ||
<h2>Biography</h2> | ||
<p>Agata Polejowska is working within the HEREDITARY (HetERogeneous sEmantic Data integratIon for the guT-bRain interplaY) EU-funded project under the supervision of Francesco Ciompi and Annemarie Boleij. She is involved in developing and validating multimodal artificial intelligence models for gut-brain interplay discovery using data from digital pathology, brain imaging and metagenomics. In October 2023, she graduated from Gdansk University of Technology in Poland obtaining her Master's degree in Artificial Intelligence, Biomedical Engineering. During her studies she also worked in industry as a Software Engineer and Python Developer.</p> | ||
</section> | ||
|
||
|
||
<section class="projects-section"> | ||
<h2>Current Projects</h2> | ||
<div class="projects-grid"> | ||
<a href="https://hereditary-project.eu" class="project-card"> | ||
<div class="project-content"> | ||
<h3>HEREDITARY</h3> | ||
<p></p> | ||
<span class="project-link">Learn more →</span> | ||
</div> | ||
</a> | ||
</div> | ||
</section> | ||
</div> | ||
</div> | ||
</div> | ||
</main> | ||
<footer class="footer"> | ||
<div class="footer-content"> | ||
<h4>Contact Us</h4> | ||
<h5>Dr. Annemarie Boleij</h5> | ||
<p>Geert Grooteplein-Zuid 10<br> | ||
6525 GA Nijmegen</p> | ||
<p><a href="mailto:[email protected]">[email protected]</a></p> | ||
<p class="footer-copyright">© 2024 Cancer Microbiology Group - Radboud University Medical Center</p> | ||
</div> | ||
</footer> | ||
</body> | ||
</html> |
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 |
---|---|---|
@@ -0,0 +1,119 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Dr. Annemarie Boleij - Cancer Microbiology Group</title> | ||
<link rel="stylesheet" href="../../styles/main.css"> | ||
<link rel="stylesheet" href="../../styles/profile.css"> | ||
<link rel="icon" type="image/png" href="../../assets/icons/GUTS - icon - fullcolor.svg"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css"> | ||
</head> | ||
<body> | ||
<header class="header"> | ||
<div class="header-content"> | ||
<a href="#" class="logo"> | ||
<img src="../../assets/icons/GUTS - icon - fullcolor.svg" alt="Logo"> | ||
<span>Cancer Microbiology Group</span> | ||
</a> | ||
<nav class="nav"> | ||
<ul> | ||
<li><a href="../../index.html">Home</a></li> | ||
<li><a href="../../index.html#research-narrative">Research</a></li> | ||
<li><a href="../members.html">Members</a></li> | ||
<li><a href="../projects.html">Projects</a></li> | ||
<li><a href="../publications.html">Publications</a></li> | ||
</ul> | ||
</nav> | ||
</div> | ||
</header> | ||
<main class="profile-page"> | ||
<div class="profile-container"> | ||
<div class="profile-card"> | ||
<div class="profile-hero"> | ||
<div class="profile-image"> | ||
<img src="../../assets/team-photos/annemarie.jpg" alt="Dr. Annemarie Boleij"> | ||
</div> | ||
<div class="profile-info"> | ||
<h1>Dr. Annemarie Boleij</h1> | ||
<p class="profile-role">Group Leader</p> | ||
<div class="profile-social"> | ||
<a href="https://www.linkedin.com/in/annemarie-boleij-66a2162b" class="social-link" target="_blank" title="LinkedIn"> | ||
<i class="fab fa-linkedin"></i> | ||
</a> | ||
<a href="https://orcid.org/0000-0003-4495-5880" class="social-link" target="_blank" title="ORCID"> | ||
<i class="fab fa-orcid"></i> | ||
</a> | ||
<a href="https://scholar.google.com/citations?user=ha6u8uAAAAAJ&hl=en&oi=sra" class="social-link" target="_blank" title="Google Scholar"> | ||
<i class="fas fa-graduation-cap"></i> | ||
</a> | ||
<a href="https://github.com/aboleij" class="social-link" target="_blank" title="GitHub"> | ||
<i class="fab fa-github"></i> | ||
</a> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="profile-content"> | ||
|
||
<section class="interests-section"> | ||
<h2>Research Interests</h2> | ||
<div class="interest-tags"> | ||
<span class="interest-tag">Gut Microbiome</span> | ||
<span class="interest-tag">Cancer Biology</span> | ||
<span class="interest-tag">Bacterial Biofilms</span> | ||
<span class="interest-tag">Colorectal Cancer</span> | ||
<span class="interest-tag">Host-Microbe Interactions</span> | ||
<span class="interest-tag">Cancer Prevention</span> | ||
</div> | ||
</section> | ||
|
||
<section class="projects-section"> | ||
<h2>Current Projects</h2> | ||
<div class="projects-grid"> | ||
<a href="#" class="project-card"> | ||
<div class="project-content"> | ||
<h3>Biofilms as Risk Factor for Neoplasia Development</h3> | ||
<p></p> | ||
<span class="project-link">Learn more →</span> | ||
</div> | ||
</a> | ||
<a href="#" class="project-card"> | ||
<div class="project-content"> | ||
<h3>Guided Visualization of High-risk Cancer Precursor Lesions</h3> | ||
<p></p> | ||
<span class="project-link">Learn more →</span> | ||
</div> | ||
</a> | ||
<a href="https://hereditary-project.eu" class="project-card"> | ||
<div class="project-content"> | ||
<h3>HEREDITARY</h3> | ||
<p></p> | ||
<span class="project-link">Learn more →</span> | ||
</div> | ||
</a> | ||
<a href="#" class="project-card"> | ||
<div class="project-content"> | ||
<h3>The Metastatic Microbiome</h3> | ||
<p></p> | ||
<span class="project-link">Learn more →</span> | ||
</div> | ||
</a> | ||
</div> | ||
</section> | ||
</div> | ||
</div> | ||
</div> | ||
</main> | ||
<footer class="footer"> | ||
<div class="footer-content"> | ||
<h4>Contact Us</h4> | ||
<h5>Dr. Annemarie Boleij</h5> | ||
<p>Geert Grooteplein-Zuid 10<br> | ||
6525 GA Nijmegen</p> | ||
<p><a href="mailto:[email protected]">[email protected]</a></p> | ||
<p class="footer-copyright">© 2024 Cancer Microbiology Group - Radboud University Medical Center</p> | ||
</div> | ||
</footer> | ||
</body> | ||
</html> |
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
Oops, something went wrong.