diff --git a/Makefile b/Makefile index aea77bf..26650dc 100644 --- a/Makefile +++ b/Makefile @@ -9,6 +9,7 @@ serve: build xdg-open http://0.0.0.0:8000/ & python -m http.server -d docs/ deploy: + git add assets/**/* git add -u git commit -m "update" git push origin main diff --git a/assets/img/2024-04-27-EULIFE_conference.jpeg b/assets/img/2024-04-27-EULIFE_conference.jpeg new file mode 100644 index 0000000..604d74c Binary files /dev/null and b/assets/img/2024-04-27-EULIFE_conference.jpeg differ diff --git a/build.py b/build.py index 967f254..1049b80 100644 --- a/build.py +++ b/build.py @@ -70,6 +70,7 @@ def get_publications(): html = requests.get(source).content soup = bs4.BeautifulSoup(html, "lxml") pub_list = soup.find_all("ol")[-1] + pub_list.li.decompose() # remove the first
  • (included already in content.yaml:publications) with open(template_dir / "papers.html", "w") as f: f.write(str(pub_list)) diff --git a/content.yaml b/content.yaml index cda94ec..fc8fd5f 100644 --- a/content.yaml +++ b/content.yaml @@ -98,10 +98,10 @@ news: title: "Andre gave a talk at the Department of Mathematics of the University of Oxford, UK" description: "Thank you for the invitation!" img: null - 2024-04-01: + 2024-04-27: title: "Congratulations to the team for organizing the 2024 EU-LIFE community meeting in Vienna, Austria!" - description: "It was challenging, but a very worth experience to organize the 2024 EU-LIFE community meeting which had the theme of artificial intelligence." - img: null + description: "It was challenging, but a very worthy experience to organize the 2024 EU-LIFE community meeting which had the theme of artificial intelligence." + img: 2024-04-27-EULIFE_conference.jpeg 2024-03-30: title: "Our 'Marsilea' pre-print is now online!" description: "Yimin led a work on a framework and tool for an intuitive generalized visualization paradigm for complex datasets. Check if out at BioRxiv!" @@ -182,6 +182,13 @@ publications: Tissue clocks derived from histological signatures of biological aging enable tissue-specific aging predictions from blood.
    BioRxiv (2024). doi:10.1101/2024.11.14.618081 + 2024-04-19: + description: | + Andreas Reicher, Jiří Reiniš, Maria Ciobanu, Pavel Růžička, Monika Malik, Marton Siklos, Viktoriia Kartysh, Tatjana Tomek, Anna Koren, André F. Rendeiro, Stefan Kubicek. +
    + Pooled multicolor tagging for visualizing subcellular protein dynamics. +
    + Nature Cell Biology (2024). doi:10.1038/s41556-024-01407-w 2024-03-30: description: | Yimin Zheng, Zhihang Zheng, André F. Rendeiro, Edwin Cheung. @@ -190,6 +197,7 @@ publications:
    BioRxiv (2024). doi:10.1101/2024.02.14.580236 + papers: # leave here for compatibility research: diff --git a/templates/publications.html b/templates/publications.html index 2c4f491..b99740f 100644 --- a/templates/publications.html +++ b/templates/publications.html @@ -7,13 +7,14 @@

    {{ title }}

    {{ intro }}

    {{ content }}

    - +

    {{ outro }}