Publication, Teaching, CV, and Talks Refinement Workflow

Publication, Teaching, CV, and Talks Refinement Workflow

Goal

Plan the next refinement pass for the live Academic Pages site.

Requested outcomes:

  • Publications page should show a compact numbered list, not full details.
  • Each publication title should link to its own detail page.
  • Publications page should show paper title and venue only.
  • Publications should be numbered in reverse order, for example 20, 19, 18, ... 1.
  • Publications page should include a visible Conference Papers section.
  • Teaching page should contain only teaching experience.
  • CV page should remove the Download CV link.
  • CV page should add an Education section.
  • CV page should rename Experience to Work Experience.
  • Awards and Grants should move out of CV/Teaching and into the Activities/Talks page.
  • The current Activities page/navigation should be renamed to Talks, pending one naming decision below.

Current production branch:

academic

Recommended branch for this refinement:

git checkout academic
git pull origin academic
git checkout -b refine-publications-teaching-cv

Use local editing for this pass. This change touches several files and Liquid templates, so GitHub web editing is not the best option.

Important Naming Decision

There is a small ambiguity to confirm before implementation:

"put Awards and Grants to page activities. and change page name activities to talks."

Current files:

_pages/professional-activities.md   # current Activities page
_pages/talks.html                   # old template Talks page, currently empty because there are no _talks entries
_data/navigation.yml                # top navigation

Recommended interpretation:

  • Rename the visible navigation label from Activities to Talks.
  • Repurpose the current activities/service page as the new Talks page.
  • Move Awards and Grants into that page.
  • Avoid having two pages with the same /talks/ permalink.

Implementation choice:

  1. If only the navigation label should change, keep the URL as /professional-activities/ and change the nav title to Talks.
  2. If the page URL should also become /talks/, replace the old _pages/talks.html template page with the activities/talks content and remove or archive _pages/professional-activities.md.

Recommended choice: option 2, because the user-facing page name and URL will match.

Files to Edit

AreaFiles
Publications list page_pages/publications.html
Publication list renderingnew _includes/publication-list-item.html or direct Liquid in _pages/publications.html
Publication metadata_publications/*.md
Teaching page_pages/teaching.md
CV page_pages/cv.md
Activities/Talks page_pages/professional-activities.md, _pages/talks.html
Navigation_data/navigation.yml
Site build check.github/workflows/jekyll-build-check.yml

1. Publications Page Refinement

Desired Behavior

On /publications/, each paper should show only:

[number] Paper title
Published in Venue, Year

The paper title should link to the individual publication detail page.

Do not show on the list page:

  • full citation
  • paper figure
  • paper download link
  • code/demo/dataset links
  • body text from the publication file

Those details should remain available after clicking the paper title.

Preserve Detail Pages

Keep each _publications/*.md file as the detail page source.

Example:

_publications/2024-01-01-motion-avatar-generate-human-and-animal-avatars-with-arbitrary-motion.md

The individual page can still include:

  • figure
  • citation
  • paper link
  • code/demo/dataset links
  • notes

Add a Compact Publication List Include

Create:

_includes/publication-list-item.html

Suggested content:



<li class="publication-list__item">
  <span class="publication-list__number">.</span>
  <a href="https://yangyangkiki.github.io"></a>
  <br />
  <span class="publication-list__venue">
    Published in <i></i>, 1900
  </span>
</li>

This avoids changing _includes/archive-single.html, which is shared by other pages.

Update Publications Page

Edit:

_pages/publications.html

Replace the current archive rendering with explicit sections for journal and conference papers.

Suggested structure:

---
layout: archive
title: "Publications"
permalink: /publications/
author_profile: true
---


  <div class="wordwrap">You can also find my articles on <a href="https://scholar.google.com/citations?user=UrVEK7IAAAAJ&hl=en&oi=sra">my Google Scholar profile</a>.</div>






<h2>Journal Articles</h2>
<ol class="publication-list" reversed>

  
    



<li class="publication-list__item">
  <span class="publication-list__number">40.</span>
  <a href="https://www.sciencedirect.com/science/article/pii/S0925231226014827">Doei: Dual optimization of embedding information for attention-enhanced class activation maps</a>
  <br />
  <span class="publication-list__venue">
    Published in <i>Neurocomputing</i>, 2026
  </span>
</li>

    
  

  
    



<li class="publication-list__item">
  <span class="publication-list__number">39.</span>
  <a href="https://www.sciencedirect.com/science/article/pii/S2352467726001840">Dynamic domain adaptation-driven physics-informed graph representation learning for ac-opf</a>
  <br />
  <span class="publication-list__venue">
    Published in <i>Sustainable Energy, Grids and Networks</i>, 2026
  </span>
</li>

    
  

  

  

  
    



<li class="publication-list__item">
  <span class="publication-list__number">38.</span>
  <a href="https://www.sciencedirect.com/science/article/pii/S0031320325006533">Advancing federated domain generalization in ophthalmology: vision enhancement and consistency assurance for multicenter fundus image segmentation</a>
  <br />
  <span class="publication-list__venue">
    Published in <i>Pattern Recognition</i>, 2026
  </span>
</li>

    
  

  
    



<li class="publication-list__item">
  <span class="publication-list__number">37.</span>
  <a href="https://link.springer.com/article/10.1007/s00068-024-02731-4">An open source convolutional neural network to detect and localize distal radius fractures on plain radiographs</a>
  <br />
  <span class="publication-list__venue">
    Published in <i> European Journal of Trauma and Emergency Surgery</i>, 2025
  </span>
</li>

    
  

  
    



<li class="publication-list__item">
  <span class="publication-list__number">36.</span>
  <a href="https://link.springer.com/article/10.1007/s00068-025-02931-6">Open-source convolutional neural network to classify distal radial fractures according to the AO/OTA classification on plain radiographs</a>
  <br />
  <span class="publication-list__venue">
    Published in <i> European Journal of Trauma and Emergency Surgery</i>, 2025
  </span>
</li>

    
  

  
    



<li class="publication-list__item">
  <span class="publication-list__number">35.</span>
  <a href="[https://aclanthology.org/2025.emnlp-demos.58/](https://www.sciencedirect.com/science/article/pii/S0952197625015799)">Medical artificial intelligence for early detection of lung cancer: A survey</a>
  <br />
  <span class="publication-list__venue">
    Published in <i>Engineering Applications of Artificial Intelligence</i>, 2025
  </span>
</li>

    
  

  

  
    



<li class="publication-list__item">
  <span class="publication-list__number">34.</span>
  <a href="https://www.sciencedirect.com/science/article/pii/S003132032500367X">CIT: Rethinking class-incremental semantic segmentation with a Class Independent Transformation</a>
  <br />
  <span class="publication-list__venue">
    Published in <i>Pattern Recognition</i>, 2025
  </span>
</li>

    
  

  

  

  

  

  
    



<li class="publication-list__item">
  <span class="publication-list__number">33.</span>
  <a href="https://www.sciencedirect.com/science/article/pii/S1746809426005938">Sss: Semi-supervised sam-2 with efficient prompting for medical imaging segmentation</a>
  <br />
  <span class="publication-list__venue">
    Published in <i>Biomedical Signal Processing and Control</i>, 2025
  </span>
</li>

    
  

  

  
    



<li class="publication-list__item">
  <span class="publication-list__number">32.</span>
  <a href="https://journals.sagepub.com/doi/full/10.1177/11206721241249773">Artificial intelligence to automate assessment of ocular and periocular measurements</a>
  <br />
  <span class="publication-list__venue">
    Published in <i>European Journal of Ophthalmology</i>, 2025
  </span>
</li>

    
  

  

  
    



<li class="publication-list__item">
  <span class="publication-list__number">31.</span>
  <a href="https://www.orthopeden.org/media/1lijvy42/4083-spek-gecomprimeerd.pdf">Convolutional neural networks can accurately detect but not classify proximal humerus fractures</a>
  <br />
  <span class="publication-list__venue">
    Published in <i>Navigating new waters in proximal humerus fractures</i>, 2024
  </span>
</li>

    
  

  
    



<li class="publication-list__item">
  <span class="publication-list__number">30.</span>
  <a href="https://boneandjoint.org.uk/article/10.1302/0301-620X.106B11.BJJ-2024-0264.R1">Detection, classification, and characterization of proximal humerus fractures on plain radiographs</a>
  <br />
  <span class="publication-list__venue">
    Published in <i>The bone & joint journal</i>, 2024
  </span>
</li>

    
  

  

  
    



<li class="publication-list__item">
  <span class="publication-list__number">29.</span>
  <a href="https://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=10426795">Self-Supervised Lie Algebra Representation Learning via Optimal Canonical Metric</a>
  <br />
  <span class="publication-list__venue">
    Published in <i>The IEEE Transactions on Neural Networks and Learning Systems (TNNLS), 2024</i>, 2024
  </span>
</li>

    
  

  
    



<li class="publication-list__item">
  <span class="publication-list__number">28.</span>
  <a href="https://ietresearch.onlinelibrary.wiley.com/doi/pdf/10.1049/htl2.12076">Facial and Mandibular Landmark Tracking with Habitual Head Posture Estimation using Linear and Fiducial Markers</a>
  <br />
  <span class="publication-list__venue">
    Published in <i>Healthcare Technology Letters, 2024</i>, 2024
  </span>
</li>

    
  

  

  

  
    



<li class="publication-list__item">
  <span class="publication-list__number">27.</span>
  <a href="https://www.sciencedirect.com/science/article/pii/S0031320322006112">Mix-ViT: Mixing Attentive Vision Transformer for Ultra-Fine-Grained Visual Categorization</a>
  <br />
  <span class="publication-list__venue">
    Published in <i>Pattern Recognition (PR), 2023</i>, 2023
  </span>
</li>

    
  

  
    



<li class="publication-list__item">
  <span class="publication-list__number">26.</span>
  <a href="https://link.springer.com/article/10.1007/s10792-023-02669-3">Normal periocular anthropometric measurements in an Australian population</a>
  <br />
  <span class="publication-list__venue">
    Published in <i>International Ophthalmology, 2023</i>, 2023
  </span>
</li>

    
  

  
    



<li class="publication-list__item">
  <span class="publication-list__number">25.</span>
  <a href="https://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=9756000">RB-Net: Training Highly Accurate and Efficient Binary Neural Networks with Reshaped Point-wise Convolution and Balanced Activation</a>
  <br />
  <span class="publication-list__venue">
    Published in <i>IEEE Transactions on Circuits and Systems for Video Technology (IEEE TCSVT), 2022</i>, 2022
  </span>
</li>

    
  

  
    



<li class="publication-list__item">
  <span class="publication-list__number">24.</span>
  <a href="https://www.sciencedirect.com/science/article/pii/S0031320322001728?dgcid=rss_sd_all">SPARE: Self-Supervised Part Erasing for Ultra-Fine-Grained Visual Categorization</a>
  <br />
  <span class="publication-list__venue">
    Published in <i>Pattern Recognition (PR), 2022</i>, 2022
  </span>
</li>

    
  

  
    



<li class="publication-list__item">
  <span class="publication-list__number">23.</span>
  <a href="https://ieeexplore.ieee.org/document/9869674">Gait-Assisted Video Person Retrieval</a>, <a href="https://github.com/yangyangkiki/Gait-Assisted-Video-Reid">Code</a>
  <br />
  <span class="publication-list__venue">
    Published in <i>IEEE Transactions on Circuits and Systems for Video Technology (IEEE TCSVT), 2022</i>, 2022
  </span>
</li>

    
  

  
    



<li class="publication-list__item">
  <span class="publication-list__number">22.</span>
  <a href="https://ieeexplore.ieee.org/abstract/document/9953322">Learning Deep Asymmetric Tolerant Part Representation</a>
  <br />
  <span class="publication-list__venue">
    Published in <i>IEEE Transactions on Artificial Intelligence (IEEE TAI), 2022</i>, 2022
  </span>
</li>

    
  

  
    



<li class="publication-list__item">
  <span class="publication-list__number">21.</span>
  <a href="https://www.sciencedirect.com/science/article/pii/S0031320321001254">Learning Deep Part-Aware Embedding for Person Retrieval</a>, <a href="https://github.com/yangyangkiki/PR-ImprovedTripletloss/tree/master">Code</a>
  <br />
  <span class="publication-list__venue">
    Published in <i>Pattern Recognition (PR), 2021</i>, 2021
  </span>
</li>

    
  

  
    



<li class="publication-list__item">
  <span class="publication-list__number">20.</span>
  <a href="https://www.sciencedirect.com/science/article/pii/S0031320321002545">MaskCOV: A Random Mask Covariance Network for Ultra-Fine-Grained Visual Categorization</a>, <a href="https://github.com/XiaohanYu-GU/MaskCOV">Code</a>
  <br />
  <span class="publication-list__venue">
    Published in <i>Pattern Recognition (PR), 2021</i>, 2021
  </span>
</li>

    
  

  

  
    



<li class="publication-list__item">
  <span class="publication-list__number">19.</span>
  <a href="https://www.sciencedirect.com/science/article/pii/S0031320321004106">Learning Discriminative Region Representation for Person Retrieval</a>, <a href="https://github.com/yangyangkiki/Coseg-PersonReid">Code</a>
  <br />
  <span class="publication-list__venue">
    Published in <i>Pattern Recognition (PR), 2021</i>, 2021
  </span>
</li>

    
  

  

  

  
    



<li class="publication-list__item">
  <span class="publication-list__number">18.</span>
  <a href="https://www.sciencedirect.com/science/article/abs/pii/S0031320319304157">MobileFAN: transferring deep hidden representation for face alignment</a>, <a href="https://github.com/yangyangkiki/mobilefan">Code</a>
  <br />
  <span class="publication-list__venue">
    Published in <i>Pattern Recognition (PR), 2020</i>, 2020
  </span>
</li>

    
  

  
    



<li class="publication-list__item">
  <span class="publication-list__number">17.</span>
  <a href="https://ieeexplore.ieee.org/document/9052469?denied=">Deep high-resolution representation learning for visual recognition</a>, <a href="https://github.com/HRNet">Code</a>
  <br />
  <span class="publication-list__venue">
    Published in <i>IEEE Transactions on Pattern Analysis and Machine Intelligence (IEEE TPAMI), 2020</i>, 2020
  </span>
</li>

    
  

  
    



<li class="publication-list__item">
  <span class="publication-list__number">16.</span>
  <a href="https://arxiv.org/pdf/1904.04514">High-resolution representations for labeling pixels and regions</a>, <a href="https://github.com/HRNet/HRNet-Facial-Landmark-Detection">Code</a>
  <br />
  <span class="publication-list__venue">
    Published in <i>ArXiv Preprint, 2019</i>, 2019
  </span>
</li>

    
  

</ol>

<h2>Conference Papers</h2>
<ol class="publication-list" reversed>

  

  

  
    



<li class="publication-list__item">
  <span class="publication-list__number">15.</span>
  <a href="https://arxiv.org/abs/2510.04479">VaseVQA-3D: Benchmarking 3D VLMs on Ancient Greek Pottery</a>
  <br />
  <span class="publication-list__venue">
    Published in <i>The Fourteenth International Conference on Learning Representations (ICLR 2026)</i>, 2026
  </span>
</li>

    
  

  
    



<li class="publication-list__item">
  <span class="publication-list__number">14.</span>
  <a href="https://aclanthology.org/2026.findings-eacl.60/">Vasevqa: Multimodal agent and benchmark for ancient greek pottery</a>
  <br />
  <span class="publication-list__venue">
    Published in <i>Findings of the Association for Computational Linguistics: EACL 2026</i>, 2026
  </span>
</li>

    
  

  

  

  

  

  
    



<li class="publication-list__item">
  <span class="publication-list__number">13.</span>
  <a href="https://aclanthology.org/2025.emnlp-demos.58/">Presentagent: Multimodal agent for presentation video generation</a>
  <br />
  <span class="publication-list__venue">
    Published in <i>Proceedings of the 2025 Conference on Empirical Methods in Natural Language Processing</i>, 2025
  </span>
</li>

    
  

  

  
    



<li class="publication-list__item">
  <span class="publication-list__number">12.</span>
  <a href="https://dl.acm.org/doi/abs/10.1145/3746027.3755024">Contrastive Lie Algebra Learning for Ultra-Fine-Grained Visual Categorization</a>
  <br />
  <span class="publication-list__venue">
    Published in <i>Proceedings of the 33rd ACM International Conference on Multimedia (MM 2025)</i>, 2025
  </span>
</li>

    
  

  
    



<li class="publication-list__item">
  <span class="publication-list__number">11.</span>
  <a href="https://ieeexplore.ieee.org/abstract/document/11227632">MedConv: convolutions beat transformers on long-tailed bone density prediction</a>
  <br />
  <span class="publication-list__venue">
    Published in <i>2025 International Joint Conference on Neural Networks (IJCNN)</i>, 2025
  </span>
</li>

    
  

  
    



<li class="publication-list__item">
  <span class="publication-list__number">10.</span>
  <a href="https://ieeexplore.ieee.org/abstract/document/11209142">Msdet: Receptive field enhanced multiscale detection for tiny pulmonary nodule</a>
  <br />
  <span class="publication-list__venue">
    Published in <i>2025 IEEE International Conference on Multimedia and Expo (ICME)</i>, 2025
  </span>
</li>

    
  

  
    



<li class="publication-list__item">
  <span class="publication-list__number">9.</span>
  <a href="https://ieeexplore.ieee.org/abstract/document/11058863">Projectedex: Enhancing generation in explainable ai for prostate cancer</a>
  <br />
  <span class="publication-list__venue">
    Published in <i>2025 IEEE 38th International Symposium on Computer-Based Medical Systems (CBMS)</i>, 2025
  </span>
</li>

    
  

  

  
    



<li class="publication-list__item">
  <span class="publication-list__number">8.</span>
  <a href="https://arxiv.org/abs/2502.14063">Peddet: adaptive spectral optimization for multimodal pedestrian detection</a>
  <br />
  <span class="publication-list__venue">
    Published in <i>the 28th European Conference on Artificial Intelligence. (ECAI2025)</i>, 2025
  </span>
</li>

    
  

  

  
    



<li class="publication-list__item">
  <span class="publication-list__number">7.</span>
  <a href="https://ieeexplore.ieee.org/abstract/document/10821943/">MedDet: Generative Adversarial Distillation for Efficient Cervical Disc Herniation Detection</a>
  <br />
  <span class="publication-list__venue">
    Published in <i>2024 IEEE International Conference on Bioinformatics and Biomedicine (BIBM)</i>, 2024
  </span>
</li>

    
  

  

  

  
    



<li class="publication-list__item">
  <span class="publication-list__number">6.</span>
  <a href="https://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=10581952">Occluded Person Retrieval with Hierarchical Feature Optimization</a>
  <br />
  <span class="publication-list__venue">
    Published in <i>18th IEEE International Conference on Automatic Face and Gesture Recognition (IEEE FG 2024), Istanbul, Turkey, 2024. (Oral) (Best reviewed papers)</i>, 2024
  </span>
</li>

    
  

  

  

  
    



<li class="publication-list__item">
  <span class="publication-list__number">5.</span>
  <a href="https://ieeexplore.ieee.org/document/10635424">A Landmark-based Approach for Instability Prediction in Distal Radius Fractures</a>
  <br />
  <span class="publication-list__venue">
    Published in <i>The IEEE International Symposium on Biomedical Imaging (IEEE ISBI 2024), Athens, Greece, 2024</i>, 2024
  </span>
</li>

    
  

  
    



<li class="publication-list__item">
  <span class="publication-list__number">4.</span>
  <a href="https://arxiv.org/abs/2405.11286">Motion Avatar: Generate Human and Animal Avatars with Arbitrary Motion</a>, <a href="https://steve-zeyu-zhang.github.io/MotionAvatar/">Demo</a>
  <br />
  <span class="publication-list__venue">
    Published in <i>The 35th British Machine Vision Conference (BMVC 2024), Glasgow, UK</i>, 2024
  </span>
</li>

    
  

  

  

  

  

  

  

  

  

  
    



<li class="publication-list__item">
  <span class="publication-list__number">3.</span>
  <a href="https://openaccess.thecvf.com/content/ICCV2021/papers/Yu_Benchmark_Platform_for_Ultra-Fine-Grained_Visual_Categorization_Beyond_Human_Performance_ICCV_2021_paper.pdf">Benchmark Platform for Ultra-Fine-Grained Visual Categorization Beyond Human Performance</a>, <a href="https://github.com/XiaohanYu-GU/Ultra-FGVC">Dataset</a>
  <br />
  <span class="publication-list__venue">
    Published in <i>In Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV), 2021</i>, 2021
  </span>
</li>

    
  

  

  
    



<li class="publication-list__item">
  <span class="publication-list__number">2.</span>
  <a href="https://arxiv.org/pdf/2107.01351.pdf">EAR-NET: Error Attention Refining Network For Retinal Vessel Segmentation</a>
  <br />
  <span class="publication-list__venue">
    Published in <i>Digital Image Computing: Techniques and Applications (DICTA), 2021</i>, 2021
  </span>
</li>

    
  

  
    



<li class="publication-list__item">
  <span class="publication-list__number">1.</span>
  <a href="https://ojs.aaai.org/index.php/AAAI/article/view/6968">Patchy Image Structure Classification Using Multi-Orientation Region Transform</a>, <a href="https://github.com/XiaohanYu-GU/MReT2019/">Code</a>
  <br />
  <span class="publication-list__venue">
    Published in <i>In Proceedings of the AAAI Conference on Artificial Intelligence (AAAI), 2020</i>, 2020
  </span>
</li>

    
  

  

  

  

</ol>

Note: this keeps one global reverse number across both sections. If numbering should restart in each section, use one counter for journal articles and another counter for conference papers.

Confirm Conference Paper Metadata

The conference section depends on publication front matter:

category: conferences

Check:

grep -R "category: conferences" _publications
grep -R "category: manuscripts" _publications

If a conference paper is missing from Conference Papers, fix its front matter.

Example:

---
title: "Motion Avatar: Generate Human and Animal Avatars with Arbitrary Motion"
collection: publications
category: conferences
permalink: /publication/2024-motion-avatar-generate-human-and-animal-avatars-with-arbitrary-motion
date: 2024-01-01
venue: "The 35th British Machine Vision Conference (BMVC 2024), Glasgow, UK"
paperurl: "https://arxiv.org/abs/2405.11286"
citation: "..."
---

Optional Publication Style

If the list needs spacing, add a small style block later in a scoped Sass file instead of inline styling.

Potential file:

_sass/_archive.scss

Suggested class names:

publication-list
publication-list__item
publication-list__number
publication-list__venue

2. Teaching Page Refinement

Current teaching page contains:

  • Teaching
  • Experience
  • PhD Supervision
  • Visiting Students, Research Interns, and Research Assistants
  • Awards and Grants

Requested behavior: keep only teaching experience.

Edit:

_pages/teaching.md

Keep:

---
layout: single
title: "Teaching"
permalink: /teaching/
author_profile: true
---

## Teaching

- Computer Vision, Subject code: CSE5CV, Semester 2 2024; Subject Coordinator/Lecturer, La Trobe University.
- Artificial Intelligence Fundamentals, Subject code: CSE2AIF/CSE4002, Semester 1 2024; Subject Coordinator/Lecturer, La Trobe University.
- Applied Machine Learning, Course code: COMP SCI 4816, 2nd Semester 2022; Guest lecturer, The University of Adelaide.
- Image Processing and Machine Vision, Course code: 6302ENG, 2nd Semester 2022; Guest lecturer, Griffith University.
- Software Engineering and Project, Course code: COMP SCI 3006, 2nd Semester 2022; TA, The University of Adelaide.

Remove from Teaching:

  • Experience
  • PhD Supervision
  • Visiting Students, Research Interns, and Research Assistants
  • Awards and Grants

If the page should look more like the original Academic Pages template later, convert each teaching entry into a separate _teaching/*.md file and restore _pages/teaching.html as an archive page. For now, the direct Markdown page is simpler and matches the current content.

3. CV Page Refinement

Edit:

_pages/cv.md

Requested changes:

  • Remove [Download CV](/files/CV_YangZHAO_2021.pdf).
  • Add Education.
  • Rename Experience to Work Experience.
  • Remove Awards and Grants from CV.
  • Keep link to publications.
  • Optionally keep a link to the Talks/Activities page.

Suggested structure:

---
layout: single
title: "CV"
permalink: /cv/
author_profile: true
redirect_from:
  - /resume
---

## Education

- PhD student, Griffith University, 02.2018-01.2022.
- Visiting PhD student, The University of Adelaide, 03.2018-01.2022.

## Work Experience

- Continuing Lecturer (Assistant Professor), La Trobe University, 08.2023-Now.
- Research Fellow, Australian Institute for Machine Learning (AIML), The University of Adelaide, 09.2021-08.2023.

## Publications

See the [Publications page](/publications/) for selected publications.

## Talks and Activities

See the [Talks page](/talks/) for awards, grants, service, and reviewing activities.

Before implementing, confirm whether there are additional education details to add, such as undergraduate or master’s degrees.

4. Move Awards and Grants

Awards and Grants currently appear in:

_pages/teaching.md
_pages/cv.md

Move them to the page that will replace or rename Activities/Talks.

Current awards:

## Awards and Grants

- Top Publication Incentive Award, Griffith University, 2020/2021/2022.
- SCEMS CaRE and Beyond Scheme Grant, La Trobe University, 2024.

Remove that section from Teaching and CV after adding it to the new page.

5. Rename Activities to Talks

Use /talks/ as the public page.

Steps:

  1. Replace the old template _pages/talks.html with a Markdown page or update its content directly.
  2. Move content from _pages/professional-activities.md into the new Talks page.
  3. Add Awards and Grants to the same page.
  4. Remove _pages/professional-activities.md after confirming no links still point to /professional-activities/.
  5. Update _data/navigation.yml.

Suggested new _pages/talks.md or rewritten _pages/talks.html content:

---
layout: single
title: "Talks"
permalink: /talks/
author_profile: true
---

## Awards and Grants

- Top Publication Incentive Award, Griffith University, 2020/2021/2022.
- SCEMS CaRE and Beyond Scheme Grant, La Trobe University, 2024.

## Journal Reviewer

- IEEE Transactions on Multimedia (TMM)
- Pattern Recognition (PR)
- IEEE Journal of Biomedical and Health Informatics (J-BHI)
- IEEE Transactions on Artificial Intelligence (TAI)
- IEEE Transactions on Circuits and Systems for Video Technology (TCSVT)

## Conference Service and Reviewing

- Co-organizer of AIiH 2024 Special Session
- PC member of CASA 2024
- Reviewer for CVPR 2024
- Reviewer for MICCAI 2023
- Reviewer for ECCV 2022
- Reviewer for CVPR 2022
- Reviewer for AAAI 2022
- Reviewer for ICCV 2021
- Reviewer for CVPR 2021
- Reviewer for IJCAI 2021
- Reviewer for ICONIP 2020

Edit:

_data/navigation.yml

Change:

  - title: "Activities"
    url: /professional-activities/

To:

  - title: "Talks"
    url: /talks/

Avoid Duplicate Talk Pages

Do not keep two files with:

permalink: /talks/

If creating _pages/talks.md, delete or rewrite _pages/talks.html.

6. Validation Before Commit

Run lightweight checks:

git status --short

Check front matter:

python3 - <<'PY'
from pathlib import Path
import yaml

for folder in ["_pages", "_publications"]:
    for path in Path(folder).glob("*"):
        if path.suffix not in {".md", ".html"}:
            continue
        text = path.read_text(encoding="utf-8")
        if not text.startswith("---\n"):
            continue
        end = text.find("\n---", 4)
        if end == -1:
            raise SystemExit(f"{path}: missing closing front matter")
        yaml.safe_load(text[4:end]) or {}

print("front matter OK")
PY

Check publication categories:

grep -R "category: conferences" _publications | wc -l
grep -R "category: manuscripts" _publications | wc -l

Check for duplicate /talks/ permalinks:

grep -R "permalink: /talks/" _pages

Expected result: only one file.

Check for stale Activities links:

grep -R "/professional-activities/" _pages _data _includes

Expected result after full rename: no stale links, unless intentionally preserving redirects.

7. Commit and Push Refinement Branch

git add -A
git commit -m "Refine publications teaching CV and talks"
git push -u origin refine-publications-teaching-cv

Wait for GitHub Actions:

https://github.com/yangyangkiki/yangyangkiki.github.io/actions

Do not merge into academic unless Jekyll build check passes.

8. Live Verification After Merge

After merging to academic, verify:

https://yangyangkiki.github.io/publications/
https://yangyangkiki.github.io/teaching/
https://yangyangkiki.github.io/cv/
https://yangyangkiki.github.io/talks/

Expected checks:

  • Publications page has compact linked paper rows.
  • Publications page has Journal Articles.
  • Publications page has Conference Papers.
  • Publication numbers count backward.
  • Clicking a paper title opens the detail page.
  • Teaching page only shows teaching experience.
  • CV page has no Download CV link.
  • CV page has Education.
  • CV page has Work Experience.
  • Awards and Grants appear on Talks page.
  • Top navigation shows Talks, not Activities.

Optional command checks:

curl -L -sS -o /tmp/publications.html -w "%{http_code}\n" https://yangyangkiki.github.io/publications/
curl -L -sS -o /tmp/teaching.html -w "%{http_code}\n" https://yangyangkiki.github.io/teaching/
curl -L -sS -o /tmp/cv.html -w "%{http_code}\n" https://yangyangkiki.github.io/cv/
curl -L -sS -o /tmp/talks.html -w "%{http_code}\n" https://yangyangkiki.github.io/talks/

Expected result:

200
200
200
200

Approval Points

Ask for approval before:

  • Replacing the old _pages/talks.html page.
  • Removing _pages/professional-activities.md.
  • Merging the branch into academic.
  • Pushing directly to academic.

Implementation Order

  1. Confirm whether Activities should become /talks/ or only be labeled Talks.
  2. Refine publication list rendering.
  3. Audit publication categories and fix missing conferences metadata.
  4. Simplify Teaching page.
  5. Refine CV page.
  6. Move Awards and Grants into Talks/Activities page.
  7. Update navigation.
  8. Run validation checks.
  9. Commit and push refinement branch.
  10. Wait for GitHub Actions.
  11. Merge to academic after approval.
  12. Verify live site.