> For the complete documentation index, see [llms.txt](https://i.cckai.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://i.cckai.org/publication-zhu-zuo/yan-tao-hui-lun-wen.md).

# 研討會論文

1. C. K. Chang, P. C. Chen, Z. S. Chen, and T. M. Kuo, “Developing AI-based Automated Post-Rating System to Scaffold Interdisciplinary Knowledge-Sharing,” in *2023 International Conference on Advanced Learning Technologies (ICALT)*, Jul. 2023
2. C.-K. Chang, J.-T. Lin, C. You, M. Calderon-Delgado, J.-W. Tjiu, and S.-L. Huang, “Skin Cancer Detection using Cellular Resolution Optical Coherence Tomography,” in 2019 24th Microoptics Conference (MOC), Nov. 2019, pp. 70–71, doi: 10.23919/MOC46630.2019.8982810.
3. C.-K. Chang and S.-L. Huang, “Quantitative Analysis of Keratinocytes in Human Skin Using Full-Field Optical Coherence Tomography,” in Conference on Lasers and Electro-Optics (2018), paper JTu2A.100, May 2018, p. JTu2A.100, doi: 10.1364/CLEO\_AT.2018.JTu2A.100.
4. Y. Y. Li, R. Soundararajan, C. K. Chang, T. I. Yang, S. L. Huang, and Y. W. Lee, “Optical coherence tomography — From micron to nanometer resolution,” in 2018 7th International Symposium on Next Generation Electronics (ISNE), May 2018, pp. 1–2, doi: 10.1109/ISNE.2018.8394691.
5. C.-K. Chang and S.-L. Huang, “Nucleus and Cytoplasm Segmentation using Full-Field Optical Coherence Tomography,” in Biophotonics Congress: Biomedical Optics Congress 2018 (Microscopy/Translational/Brain/OTS) (2018), paper MF3A.2, Apr. 2018, p. MF3A.2, doi: 10.1364/MICROSCOPY.2018.MF3A.2.
6. C. Chang, C.-C. Tsai, M.-T. Chien, Y.-I. L. M.d, C.-T. S. M.d, and S.-L. Huang, “Web-based 3D digital pathology framework for large-mapping data scanned by FF-OCT,” in Medical Imaging 2015: PACS and Imaging Informatics: Next Generation and Innovations, Mar. 2015, vol. 9418, p. 94180H, doi: 10.1117/12.2081587.
7. C.-C. Tsai et al., “Cellular-resolution optical coherence tomography,” in Latin America Optics and Photonics Conference (2014), paper LTh3D.3, Nov. 2014, p. LTh3D.3, doi: 10.1364/LAOP.2014.LTh3D.3.
8. C.-C. Tsai et al., “In vivo 3-D cellular level imaging using Mirau-based full-field optical coherence tomography on skin tissue,” in Biomedical Optics 2014 (2014), paper BW4A.2, Apr. 2014, p. BW4A.2, doi: 10.1364/BIOMED.2014.BW4A.2.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://i.cckai.org/publication-zhu-zuo/yan-tao-hui-lun-wen.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
