diff --git a/projects/index.md b/projects/index.md deleted file mode 100644 index 9c68eb6e..00000000 --- a/projects/index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: Projects -nav: - order: 2 - tooltip: Software, datasets, and more ---- - -# {% include icon.html icon="fa-solid fa-wrench" %}Projects - -{% include tags.html tags="publication, resource, website" %} - -{% include search-info.html %} - -{% include section.html %} - -## Highlighted Projects - -{% include list.html data="projects" component="project-card" filter="highlight == true" %} - -{% include section.html %} - -{% include list.html data="projects" component="project-card" filter="highlight == false" %} \ No newline at end of file diff --git a/publications/index.md b/publications/index.md new file mode 100644 index 00000000..614f81f6 --- /dev/null +++ b/publications/index.md @@ -0,0 +1,26 @@ +--- +title: Publications +nav: + order: 1 + tooltip: Published works +--- + +# {% include icon.html icon="fa-solid fa-microscope" %}Publications + +Our lab focuses on the application of machine learning and deep learning to complex challenges in bioinformatics and cheminformatics. We specialize in developing novel computational methods for protein function prediction, drug-target interaction analysis, and de novo molecular design, aiming to accelerate the pace of scientific discovery. + +{% include section.html %} + +## Highlighted + +{% include citation.html lookup="doi:10.1038/s42256-025-01082-y" style="rich" %} + +{% include section.html %} + +## All + +{% include search-box.html %} + +{% include search-info.html %} + +{% include list.html data="citations" component="citation" style="rich" %} diff --git a/research/index.md b/research/index.md index 20fac43c..364adf78 100644 --- a/research/index.md +++ b/research/index.md @@ -1,26 +1,22 @@ --- title: Research nav: - order: 1 - tooltip: Published works + order: 2 + tooltip: Software, datasets, and more --- -# {% include icon.html icon="fa-solid fa-microscope" %}Research +# {% include icon.html icon="fa-solid fa-wrench" %}Research -Our lab focuses on the application of machine learning and deep learning to complex challenges in bioinformatics and cheminformatics. We specialize in developing novel computational methods for protein function prediction, drug-target interaction analysis, and de novo molecular design, aiming to accelerate the pace of scientific discovery. +{% include tags.html tags="publication, resource, website" %} -{% include section.html %} - -## Highlighted - -{% include citation.html lookup="doi:10.1038/s42256-025-01082-y" style="rich" %} +{% include search-info.html %} {% include section.html %} -## All +## Highlighted Projects -{% include search-box.html %} +{% include list.html data="projects" component="project-card" filter="highlight == true" %} -{% include search-info.html %} +{% include section.html %} -{% include list.html data="citations" component="citation" style="rich" %} +{% include list.html data="projects" component="project-card" filter="highlight == false" %}