Skip to content

Commit 86f9c33

Browse files
committed
post
1 parent 113a706 commit 86f9c33

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+2077
-922
lines changed

R/create_ppl_page.R

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -33,34 +33,34 @@ library(fontawesome)
3333
\n\n")
3434

3535

36-
bio_txt <- if_else(basic_info(whois)$bio %>% is.na(), paste0("<!-- # 📝 **Bio** -->
37-
38-
<!-- ------------------------------------------------------------------------ -->
39-
40-
<!-- `r stringr::str_flatten(basic_info(whois)$bio)` -->", "\n")
41-
, "# 📝 **Bio**
42-
43-
------------------------------------------------------------------------
44-
45-
`r stringr::str_flatten(basic_info(whois)$bio)`
46-
\n")
47-
48-
4936
contact_txt <- if_else((bio_df %>% filter(who == whois) %>% .[3:8] %>% janitor::remove_empty() %>% ncol()) != 0,
5037
paste0(
51-
"# 📱 **Contact**
38+
"# 📱 **Contact**
5239
5340
------------------------------------------------------------------------
5441
5542
", stringr::str_flatten(contact_info(whois)$new_col), "\n"),
56-
paste0("<!-- # 📱 **Contact** -->
43+
paste0("<!-- # 📱 **Contact** -->
5744
5845
<!-- ------------------------------------------------------------------------ -->
5946
6047
<!-- stringr::str_flatten(contact_info(whois)$new_col) -->", "\n")
6148
)
6249

6350

51+
bio_txt <- if_else(basic_info(whois)$bio %>% is.na(), paste0("<!-- # 📝 **Bio** -->
52+
53+
<!-- ------------------------------------------------------------------------ -->
54+
55+
<!-- `r stringr::str_flatten(basic_info(whois)$bio)` -->", "\n")
56+
, "# 📝 **Bio**
57+
58+
------------------------------------------------------------------------
59+
60+
`r stringr::str_flatten(basic_info(whois)$bio)`
61+
\n")
62+
63+
6464
research_txt <- if_else((full_df %>% filter(who == whois & cat == "research stays") %>% nrow()) != 0, paste0(
6565
"# 🚀 **Research stays**
6666
@@ -104,13 +104,16 @@ education_txt <- if_else((full_df %>% filter(who == whois & cat == "education")
104104
------------------------------------------------------------------------
105105
106106
`r stringr::str_flatten(education(whois)$new_col)`
107-
\n"),
107+
108+
------------------------------------------------------------------------", "\n"),
108109
paste0(
109110
"<!-- # 🎓 **Education** -->
110111
111112
<!-- ------------------------------------------------------------------------ -->
112113
113-
<!-- `r stringr::str_flatten(education(whois)$new_col)` -->", "\n"
114+
<!-- `r stringr::str_flatten(education(whois)$new_col)` -->
115+
116+
------------------------------------------------------------------------", "\n"
114117
))
115118

116119

data/bg_df_data.RData

-2.98 KB
Binary file not shown.

docs/index.html

Lines changed: 82 additions & 49 deletions
Large diffs are not rendered by default.

docs/index_projects.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ <h1 class="title">BioGenies grants</h1>
529529

530530
<div class="quarto-listing quarto-listing-container-default" id="listing-listing">
531531
<div class="list quarto-listing-default">
532-
<div class="quarto-post image-right" data-index="0" data-listing-file-modified-sort="1764066808460" data-listing-reading-time-sort="2" data-listing-word-count-sort="202">
532+
<div class="quarto-post image-right" data-index="0" data-listing-file-modified-sort="1765873941258" data-listing-reading-time-sort="1" data-listing-word-count-sort="197">
533533
<div class="thumbnail"><a href="./subsite/projects/AMI-cryoEM.html" class="no-external">
534534

535535
<div class="listing-item-img-placeholder card-img-top" >&nbsp;</div>

docs/listings.json

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
11
[
2+
{
3+
"listing": "/index_projects.html",
4+
"items": [
5+
"/subsite/projects/AMI-cryoEM.html",
6+
"/subsite/projects/AmyloGraph2.html",
7+
"/subsite/projects/FIBREA.html",
8+
"/subsite/projects/imputomics2.html",
9+
"/subsite/projects/LIMAD.html",
10+
"/subsite/projects/OneTick.html"
11+
]
12+
},
213
{
314
"listing": "/index.html",
415
"items": [
16+
"/subsite/posts/2025_12_16.html",
517
"/subsite/posts/2025_12_08.html",
618
"/subsite/posts/2025_11_13.html",
719
"/subsite/posts/2025_11_12.html",
@@ -49,16 +61,5 @@
4961
"/subsite/posts/2024_05_18.html",
5062
"/subsite/posts/2024_05_01.html"
5163
]
52-
},
53-
{
54-
"listing": "/index_projects.html",
55-
"items": [
56-
"/subsite/projects/AMI-cryoEM.html",
57-
"/subsite/projects/AmyloGraph2.html",
58-
"/subsite/projects/FIBREA.html",
59-
"/subsite/projects/imputomics2.html",
60-
"/subsite/projects/LIMAD.html",
61-
"/subsite/projects/OneTick.html"
62-
]
6364
}
6465
]

docs/search.json

Lines changed: 668 additions & 647 deletions
Large diffs are not rendered by default.

docs/styles.css

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,6 @@
44

55
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
66
<style>
7-
.quarto-title-block .quarto-title-banner {
8-
background: radial-gradient(circle at top left, #1b4965, #0b132b);
9-
color: #f8f9fa;
10-
border-bottom: 3px solid rgba(255,255,255,0.15);
11-
}
12-
.quarto-title-block .title,
13-
.quarto-title-block .subtitle {
14-
color: #f8f9fa;
15-
}
167
.hero-strip {
178
margin-top: 1.25rem;
189
padding: 1rem 1.5rem;
@@ -210,4 +201,22 @@
210201
margin-left: 0;
211202
}
212203
}
204+
/* Raise cookie prefs link and make it always clickable */
205+
.cc-floating .cc-btn.cc-link {
206+
margin-top: 8px !important;
207+
padding: 6px 10px !important;
208+
display: inline-block !important;
209+
position: relative !important;
210+
z-index: 99999 !important; /* stays on top */
211+
}
212+
213+
/* Ensure cookie banner stays visible properly */
214+
.cc-window {
215+
z-index: 9999 !important;
216+
}
217+
218+
/* Fix clipping on small screens */
219+
.cc-bottom {
220+
bottom: 20px !important;
221+
}
213222
</style>

docs/subsite/about.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -510,8 +510,8 @@ <h2 class="anchored" data-anchor-id="our-group">Our group</h2>
510510
<!-- #| column: page-inset-right-left -->
511511
<div class="cell">
512512
<div class="cell-output-display">
513-
<div class="leaflet html-widget html-fill-item" id="htmlwidget-95773d58b9e5760bf313" style="width:100%;height:464px;"></div>
514-
<script type="application/json" data-for="htmlwidget-95773d58b9e5760bf313">{"x":{"options":{"crs":{"crsClass":"L.CRS.EPSG3857","code":null,"proj4def":null,"projectedBounds":null,"options":{}}},"calls":[{"method":"addTiles","args":["https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png",null,null,{"minZoom":0,"maxZoom":18,"tileSize":256,"subdomains":"abc","errorTileUrl":"","tms":false,"noWrap":false,"zoomOffset":0,"zoomReverse":false,"opacity":1,"zIndex":1,"detectRetina":false,"attribution":"&copy; <a href=\"https://openstreetmap.org/copyright/\">OpenStreetMap<\/a>, <a href=\"https://opendatacommons.org/licenses/odbl/\">ODbL<\/a>"}]},{"method":"addMarkers","args":[53.12324,23.15935,null,null,null,{"interactive":true,"draggable":false,"keyboard":true,"title":"","alt":"","zIndexOffset":0,"opacity":1,"riseOnHover":false,"riseOffset":250},"The BioGenies headquarters",null,null,null,null,{"interactive":false,"permanent":false,"direction":"auto","opacity":1,"offset":[0,0],"textsize":"10px","textOnly":false,"className":"","sticky":true},null]}],"limits":{"lat":[53.12324,53.12324],"lng":[23.15935,23.15935]}},"evals":[],"jsHooks":[]}</script>
513+
<div class="leaflet html-widget html-fill-item" id="htmlwidget-b98cbf8905a8dd9555aa" style="width:100%;height:464px;"></div>
514+
<script type="application/json" data-for="htmlwidget-b98cbf8905a8dd9555aa">{"x":{"options":{"crs":{"crsClass":"L.CRS.EPSG3857","code":null,"proj4def":null,"projectedBounds":null,"options":{}}},"calls":[{"method":"addTiles","args":["https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png",null,null,{"minZoom":0,"maxZoom":18,"tileSize":256,"subdomains":"abc","errorTileUrl":"","tms":false,"noWrap":false,"zoomOffset":0,"zoomReverse":false,"opacity":1,"zIndex":1,"detectRetina":false,"attribution":"&copy; <a href=\"https://openstreetmap.org/copyright/\">OpenStreetMap<\/a>, <a href=\"https://opendatacommons.org/licenses/odbl/\">ODbL<\/a>"}]},{"method":"addMarkers","args":[53.12324,23.15935,null,null,null,{"interactive":true,"draggable":false,"keyboard":true,"title":"","alt":"","zIndexOffset":0,"opacity":1,"riseOnHover":false,"riseOffset":250},"The BioGenies headquarters",null,null,null,null,{"interactive":false,"permanent":false,"direction":"auto","opacity":1,"offset":[0,0],"textsize":"10px","textOnly":false,"className":"","sticky":true},null]}],"limits":{"lat":[53.12324,53.12324],"lng":[23.15935,23.15935]}},"evals":[],"jsHooks":[]}</script>
515515
</div>
516516
</div>
517517
</section>

docs/subsite/colab.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ <h3 class="anchored" data-anchor-id="university-of-porto"><img src="fig/logo/UP_
536536
<div class="quarto-layout-cell" style="flex-basis: 20.0%;justify-content: flex-start;">
537537
<div class="quarto-figure quarto-figure-center">
538538
<figure class="figure">
539-
<p><a href="team/mpo.html"><img src="fig/temp_profile.png" title="Martyna Podlasiak" class="img-fluid figure-img"></a></p>
539+
<p><a href="team/mpo.html"><img src="fig/ppl/mpo.jpg" title="Martyna Podlasiak" class="img-fluid figure-img"></a></p>
540540
<figcaption>Martyna Podlasiak</figcaption>
541541
</figure>
542542
</div>

docs/subsite/colab/cpg.html

Lines changed: 3 additions & 2 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)