Skip to content

Commit

Permalink
Add publications page, profile outline page and examples; adjust proj…
Browse files Browse the repository at this point in the history
…ects and members page
  • Loading branch information
polejowska committed Dec 4, 2024
1 parent d7f2506 commit 7b92197
Show file tree
Hide file tree
Showing 8 changed files with 854 additions and 131 deletions.
102 changes: 102 additions & 0 deletions pages/members/agata.html
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">&copy; 2024 Cancer Microbiology Group - Radboud University Medical Center</p>
</div>
</footer>
</body>
</html>
119 changes: 119 additions & 0 deletions pages/members/annemarie.html
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">&copy; 2024 Cancer Microbiology Group - Radboud University Medical Center</p>
</div>
</footer>
</body>
</html>
95 changes: 34 additions & 61 deletions pages/projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,86 +26,59 @@
</div>
</header>


<main class="projects-page">

<div class="projects-section">
<!-- <h3 class="section-title">Ongoing Projects</h3>-->

<div class="projects-grid">
<div class="projects-container">
<h2 class="section-title">Our Research Projects</h2>

<div class="project-card">
<div class="projects-grid">
<a href="https://hereditary-project.eu" target="_blank" class="project-card">
<div class="project-image">
<img src="../assets/projects/hereditary.png" alt="Breast Cancer Research">
<img src="../assets/projects/hereditary.png" alt="HEREDITARY Project">
</div>
<div class="project-info">
<h2>HEREDITARY</h2>
<div class="project-content">
<h3>HEREDITARY</h3>
<p>HetERogeneous sEmantic Data integratIon for the guT-bRain interplaY</p>
<a href="https://hereditary-project.eu" target="_blank" class="read-more">
Learn more
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor">
<path d="M5 12h14M12 5l7 7-7 7"/>
</svg>
</a>
<span class="project-link">Visit Project Website →</span>
</div>
</div>
</a>

<div class="project-card">
<a href="projects/metastatic-microbiome.html" class="project-card">
<div class="project-image">
<img src="../assets/projects/project-placeholder.png" alt="Breast Cancer Research">
<img src="../assets/projects/project-placeholder.png" alt="Metastatic Microbiome Project">
</div>
<div class="project-info">
<h2>The Breast-gut Microbiome Axis in ER+ Breast Cancer</h2>
<p>Investigating microbiome effects on neoadjuvant chemotherapy outcomes in breast cancer treatment.</p>
<a href="projects/breast-gut-microbiome.html" class="read-more">
Learn more
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor">
<path d="M5 12h14M12 5l7 7-7 7"/>
</svg>
</a>
<div class="project-content">
<h3>Guided visualization of high-risk cancer precursor lesions</h3>
<p>In this project we define whether biofilms occur on conventional adenomas and sessile serrated lesions and whether they can be used to improve detection of high-risk adenomas during colonoscopy.</p>
<span class="project-link">Learn more →</span>
</div>
</div>
</div>
</div>
</a>

<div class="projects-section">
<!-- <h3 class="section-title">Completed Projects</h3>-->
<div class="projects-grid">

<div class="project-card">
<a href="projects/metastatic-microbiome.html" class="project-card">
<div class="project-image">
<img src="../assets/projects/project-placeholder.png" alt="Cancer Precursor Lesions Research">
<img src="../assets/projects/project-placeholder.png" alt="Metastatic Microbiome Project">
</div>
<div class="project-info">
<h2>Guided Visualization of High-risk Cancer Precursor Lesions</h2>
<p>Our project explores using bacterial biofilms as surrogate markers for precursor lesions in right-sided CRC.</p>
<a href="projects/guided-visualization.html" class="read-more">
Learn more
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor">
<path d="M5 12h14M12 5l7 7-7 7"/>
</svg>
</a>
<div class="project-content">
<h3>The Metastatic Microbiome</h3>
<p>Our main aim is to provide a proof of concept for the functional relevance of either intestinal or hepatic microbiota on the formation and development of CRC liver metastasis. To this end we will compare primary and metastatic tumours form patients, and utilize an orthotopic mouse model for CRC metastasis.</p>
<span class="project-link">Learn more →</span>
</div>
</div>
<div class="project-card">
</a>

<a href="projects/metastatic-microbiome.html" class="project-card">
<div class="project-image">
<img src="../assets/projects/project-placeholder.png" alt="Biofilms Research">
<img src="../assets/projects/project-placeholder.png" alt="Metastatic Microbiome Project">
</div>
<div class="project-info">
<h2>Biofilms as Risk Factor for Neoplasia Development</h2>
<p>Understanding how biofilms in ulcerative colitis patients link to neoplasia development and inflammation.</p>
<a href="projects/biofilms-neoplasia.html" class="read-more">
Learn more
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor">
<path d="M5 12h14M12 5l7 7-7 7"/>
</svg>
</a>
<div class="project-content">
<h3>The breast-gut microbiome axis in ER+ breast cancer</h3>
<p>Our aim is to identify the effects of neoadjuvant chemotherapy on the local breast and gut microbiome and how this influences the effectiveness of breast cancer treatment.</p>
<span class="project-link">Learn more →</span>
</div>
</div>
</a>

</div>
</div>
</main>
</main>

<footer class="footer">
<div class="footer-content">
Expand Down
Loading

0 comments on commit 7b92197

Please sign in to comment.