From c9542daf77686da1cc9722f5aac98b42f47cb0eb Mon Sep 17 00:00:00 2001 From: furkannecatiinan Date: Sat, 25 Oct 2025 18:09:02 +0300 Subject: [PATCH 1/3] Update website content: add news posts, update config, and reorganize structure --- _config.yaml | 10 ++- _includes/footer.html | 33 +++------- _includes/post-info.html | 60 +++++++++--------- _layouts/member.html | 24 +++---- _posts/2019-01-07-example-post-1.md | 10 --- _posts/2021-09-30-example-post-2.md | 6 -- _posts/2023-02-23-example-post-3.md | 8 --- .../2023-07-23-ismb-eccb2023-participation.md | 18 ++++++ _posts/2024-09-16-eccb2024-participation.md | 18 ++++++ _posts/2024-12-18-hibit2024-participation.md | 15 +++++ .../2025-07-20-ismb-eccb2025-participation.md | 18 ++++++ _posts/2025-09-20-chempile-dataset-neurips.md | 15 +++++ ...turkish-universities-druggen-ai-project.md | 31 +++++++++ ...025-10-15-ai-driven-poxvirus-inhibitors.md | 13 ++++ ...-21-druggen-nature-machine-intelligence.md | 37 +++++++++++ .../2025-10-23-tunca-dogan-purdue-seminar.md | 23 +++++++ images/news/eccb2024.jpg | Bin 0 -> 546421 bytes images/news/hibit2024.jpg | Bin 0 -> 377133 bytes images/news/ismb2023.jpg | Bin 0 -> 616850 bytes images/news/ismb2025.jpg | Bin 0 -> 638682 bytes images/projects.jpg | Bin 0 -> 240273 bytes images/research.jpg | Bin 0 -> 189104 bytes images/team.jpg | Bin 0 -> 172522 bytes index.md | 21 +++--- news/index.md | 20 ++++++ research/index.md | 5 +- 26 files changed, 278 insertions(+), 107 deletions(-) delete mode 100644 _posts/2019-01-07-example-post-1.md delete mode 100644 _posts/2021-09-30-example-post-2.md delete mode 100644 _posts/2023-02-23-example-post-3.md create mode 100644 _posts/2023-07-23-ismb-eccb2023-participation.md create mode 100644 _posts/2024-09-16-eccb2024-participation.md create mode 100644 _posts/2024-12-18-hibit2024-participation.md create mode 100644 _posts/2025-07-20-ismb-eccb2025-participation.md create mode 100644 _posts/2025-09-20-chempile-dataset-neurips.md create mode 100644 _posts/2025-09-26-turkish-universities-druggen-ai-project.md create mode 100644 _posts/2025-10-15-ai-driven-poxvirus-inhibitors.md create mode 100644 _posts/2025-10-21-druggen-nature-machine-intelligence.md create mode 100644 _posts/2025-10-23-tunca-dogan-purdue-seminar.md create mode 100644 images/news/eccb2024.jpg create mode 100644 images/news/hibit2024.jpg create mode 100644 images/news/ismb2023.jpg create mode 100644 images/news/ismb2025.jpg create mode 100644 images/projects.jpg create mode 100644 images/research.jpg create mode 100644 images/team.jpg create mode 100644 news/index.md diff --git a/_config.yaml b/_config.yaml index a0f887af..eb3c7e50 100644 --- a/_config.yaml +++ b/_config.yaml @@ -8,12 +8,10 @@ proofer: false # site social media and other links links: - email: contact@HUBioDataLab.com - orcid: 0000-0001-8713-9213 - google-scholar: ETJoidYAAAAJ - github: HUBioDataLab - twitter: HUBioDataLab - youtube: HUBioDataLab + email: tuncadogan@gmail.com + orcid: https://orcid.org/0000-0002-1298-9763 + google-scholar: tHnMNPEAAAAJ + github: hubiodatalab ### jekyll settings diff --git a/_includes/footer.html b/_includes/footer.html index 70b9a802..7acf790a 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,14 +1,8 @@ {% assign image = page.footer | default: site.footer %} {% assign dark = page.footer-dark | is_nil: site.footer-dark | is_nil: true %} -