|
1 | 1 | import type { PageHeroContent, PublicationYearGroup } from "../../types/content"; |
2 | 2 |
|
3 | 3 | export const publicationHero: PageHeroContent = { |
4 | | - eyebrow: "Publication", |
| 4 | + eyebrow: "", |
5 | 5 | title: "Publication Archive", |
6 | 6 | summary: |
7 | 7 | "A curated, year-grouped archive of papers and talks spanning protein sequence analysis, variant interpretation, immunogenomics, and precision medicine." |
8 | 8 | }; |
9 | 9 |
|
10 | 10 | export const publicationGroups: PublicationYearGroup[] = [ |
| 11 | + { |
| 12 | + year: "2025", |
| 13 | + items: [ |
| 14 | + { |
| 15 | + id: "pub_072", |
| 16 | + year: "2025", |
| 17 | + dateLabel: "14 May 2025", |
| 18 | + title: "Whole Exome Sequencing-identified Germline Variants Underlie High Familial Risk and Early-onset Colorectal Cancer in Taiwan", |
| 19 | + venue: "Clinical Gastroenterology and Hepatology", |
| 20 | + authors: "Yi-Chen Huang*, Yen-Nien Chen*, An-Ko Chung, Yu-An Chen, Pei-Lung Chen, Tang-Long Shen, Chien-Yu Chen, and Han-Mo Chiu", |
| 21 | + href: "https://www.sciencedirect.com/science/article/pii/S1542356525006603" |
| 22 | + }, |
| 23 | + { |
| 24 | + id: "pub_073", |
| 25 | + year: "2025", |
| 26 | + dateLabel: "25 Feb 2025", |
| 27 | + title: "Comparing organophosphate and pyrethroid resistance levels of Aedes aegypti (Diptera: Culicidae) in frequent and infrequent application areas of Taiwan", |
| 28 | + venue: "Journal of Asia-Pacific Entomology", |
| 29 | + authors: "Chang-Yu Wu, Shu-Mei Dai, Chin-Gi Huang, Yu-Hsien Chen, Wen-Ting Wang, Chien-Yu Chen, Ju-Chun Hsu*", |
| 30 | + href: "https://www.sciencedirect.com/science/article/abs/pii/S1226861525000524" |
| 31 | + }, |
| 32 | + { |
| 33 | + id: "pub_074", |
| 34 | + year: "2025", |
| 35 | + dateLabel: "25 Feb 2025", |
| 36 | + title: "A large language model framework for literature-based disease–gene association prediction", |
| 37 | + venue: "Briefings in Bioinformatics", |
| 38 | + authors: "Peng-Hsuan Li, Yih-Yun Sun, Hsueh-Fen Juan, Chien-Yu Chen, Huai-Kuang Tsai, Jia-Hsin Huang*", |
| 39 | + href: "https://academic.oup.com/bib/article/26/1/bbaf070/8042066?searchresult=1" |
| 40 | + }, |
| 41 | + { |
| 42 | + id: "pub_075", |
| 43 | + year: "2025", |
| 44 | + dateLabel: "3 Feb 2025", |
| 45 | + title: "Annotation-free deep learning for predicting gene mutations from whole slide images of acute myeloid leukemia", |
| 46 | + venue: "Precision Oncology", |
| 47 | + authors: "Bo-Han Wei, Xavier Cheng-Hong Tsai, Kuo-Jui Sun, Min-Yen Lo, Sheng-Yu Hung, Wen-Chien Chou, Hwei-Fang Tien, Hsin-An Hou, Chien-Yu Chen*", |
| 48 | + href: "https://www.nature.com/articles/s41698-025-00804-0" |
| 49 | + } |
| 50 | + ] |
| 51 | + }, |
11 | 52 | { |
12 | 53 | year: "2024", |
13 | 54 | items: [ |
|
0 commit comments