<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Projects | Sau-Chin Chen&#39;s Website</title>
    <link>http://scchen.com/project/</link>
      <atom:link href="http://scchen.com/project/index.xml" rel="self" type="application/rss+xml" />
    <description>Projects</description>
    <generator>Source Themes Academic (https://sourcethemes.com/academic/)</generator><language>en-us</language><copyright>© 2017 Sau-Chin Chen</copyright><lastBuildDate>Thu, 09 Jul 2026 00:00:00 +0000</lastBuildDate>
    <image>
      <url>img/map[email:pmsp96@gmail.com gravatar:%!s(bool=false) shape:circle]</url>
      <title>Projects</title>
      <link>http://scchen.com/project/</link>
    </image>
    
    <item>
      <title>Claude Lit Workflow</title>
      <link>http://scchen.com/project/claude-journal-club-agents/</link>
      <pubDate>Thu, 09 Jul 2026 00:00:00 +0000</pubDate>
      <guid>http://scchen.com/project/claude-journal-club-agents/</guid>
      <description>&lt;p&gt;This repository now hosts Claude Lit Workflow, a literature-processing toolkit that generates academic slides and Zettelkasten atomic notes directly from a PDF, a URL, or a topic, outputting plain Markdown that imports cleanly into Obsidian and similar note-taking apps. It can be driven through a CLI, an MCP server (stdio or Streamable HTTP), or an Obsidian QuickAdd wrapper.&lt;/p&gt;
&lt;p&gt;Two generators sit at its core: a slide generator that supports seven academic styles, five levels of detail, and three languages, producing Obsidian Slides/Marp-compatible Markdown or PPTX; and a Zettelkasten card generator that produces atomic, cross-paper-linkable notes for knowledge-base integration. It supports multiple LLM providers, including Google Gemini, OpenAI, Anthropic, Ollama, and NVIDIA NIM, selectable per run.&lt;/p&gt;
&lt;p&gt;The project is written in Python, installed and run with &lt;code&gt;uv&lt;/code&gt;, and documents its behavior specs under &lt;code&gt;openspec/&lt;/code&gt; following a spec-driven development process.&lt;/p&gt;
&lt;p&gt;Status: Active — under regular maintenance, currently at version 0.12.0.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>TWCC Ollama Proxy</title>
      <link>http://scchen.com/project/twcc-ollama-proxy/</link>
      <pubDate>Sun, 28 Jun 2026 00:00:00 +0000</pubDate>
      <guid>http://scchen.com/project/twcc-ollama-proxy/</guid>
      <description>&lt;p&gt;TWCC Ollama Proxy forwards local Ollama API requests to a TWCC (Taiwan Computing Cloud) development-type container (CCS) for LLM inference, exposing an endpoint at &lt;code&gt;localhost:11434&lt;/code&gt; that is API-compatible with standard Ollama. It currently supports the CrystalMind and GemmaPro GGUF models, with a reasoning-tuned GemmaPro-r variant for more complex extraction tasks.&lt;/p&gt;
&lt;p&gt;Any tool that lets you point at a custom Ollama URL, such as Open WebUI or Continue.dev, can connect to it directly. Each API call spins up a TWCC CCS container with one GPU, runs the requested inference, and tears the container down afterward, so cost is billed only for the container&amp;rsquo;s short lifetime (typically one to two minutes per call). Setup requires a Windows machine, Python 3.10+ managed with &lt;code&gt;uv&lt;/code&gt;, a TWCC account with CCS access, and an uploaded SSH key; model files are staged once on TWCC&amp;rsquo;s shared HFS storage.&lt;/p&gt;
&lt;p&gt;Status: Active — under regular maintenance.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>LSJ 2026 Lecture Slides</title>
      <link>http://scchen.com/project/lsj-2026-lecture-slides/</link>
      <pubDate>Tue, 16 Jun 2026 00:00:00 +0000</pubDate>
      <guid>http://scchen.com/project/lsj-2026-lecture-slides/</guid>
      <description>&lt;p&gt;This repository collects the lecture slides for the 2026 basic statistics course taught at Tzu-Chi University&amp;rsquo;s Department of Human Development, published as a browsable Traditional Chinese slide-deck site.&lt;/p&gt;
&lt;p&gt;The slides are aimed at students taking the course, giving them an always-available online reference to the semester&amp;rsquo;s lecture material alongside classroom instruction.&lt;/p&gt;
&lt;p&gt;Status: Active — updated over the course of the 2026 teaching term.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Learning Statistics with jamovi (Traditional Chinese Translation)</title>
      <link>http://scchen.com/project/lsj-book-zh-tw/</link>
      <pubDate>Thu, 04 Jun 2026 00:00:00 +0000</pubDate>
      <guid>http://scchen.com/project/lsj-book-zh-tw/</guid>
      <description>&lt;p&gt;This repository contains the Traditional Chinese translation source for &lt;em&gt;Learning Statistics with jamovi: A Tutorial for Psychology Students and Other Beginners&lt;/em&gt; by Danielle Navarro and David Foxcroft, itself an adaptation of Navarro&amp;rsquo;s earlier &lt;em&gt;Learning Statistics with R&lt;/em&gt;. The book is built from Quarto (&lt;code&gt;.qmd&lt;/code&gt;) source files and renders to HTML, PDF, and EPUB.&lt;/p&gt;
&lt;p&gt;The translation is intended for Chinese-speaking psychology students and instructors who want a free, open introductory statistics textbook that pairs with jamovi rather than R. In principle the repository contains everything needed to rebuild the book from scratch, and the rendered site is published online for direct reading.&lt;/p&gt;
&lt;p&gt;The book is released under a CC BY-SA 4.0 license, so it can be reused, remixed, and redistributed, including commercially, as long as appropriate credit is given and derivative versions carry the same license.&lt;/p&gt;
&lt;p&gt;Status: Active — under regular maintenance.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>P-CSO: Pinker&#39;s Cognitive Style Optimization for Academic Writing</title>
      <link>http://scchen.com/project/p-cso/</link>
      <pubDate>Fri, 22 May 2026 00:00:00 +0000</pubDate>
      <guid>http://scchen.com/project/p-cso/</guid>
      <description>&lt;p&gt;P-CSO (Pinker&amp;rsquo;s Cognitive Style Optimization) is a Claude Code skill set for academic writing, built around the sentence-level and paragraph-level principles from Chapters 4 and 5 of Steven Pinker&amp;rsquo;s &lt;em&gt;The Sense of Style&lt;/em&gt;. It aims to reduce the cognitive burden a text places on its reader by improving syntax clarity and paragraph coherence.&lt;/p&gt;
&lt;p&gt;The system ships six skills covering a full drafting workflow: &lt;code&gt;p-cso-workflow&lt;/code&gt; runs the complete pipeline from notes to optimized draft, &lt;code&gt;pinker-syntax&lt;/code&gt; and &lt;code&gt;pinker-coherence&lt;/code&gt; apply the sentence- and paragraph-level rules individually, &lt;code&gt;pinker-quick&lt;/code&gt; gives fast feedback during active drafting, &lt;code&gt;notes-to-manuscript&lt;/code&gt; scaffolds structured drafts from raw notes, and &lt;code&gt;english-editing&lt;/code&gt; handles final grammar and article-usage polish. It installs either through the Claude Code plugin marketplace or by placing the skill files locally in a project.&lt;/p&gt;
&lt;p&gt;Every skill returns a diagnostic report explaining what was changed and why, so the writer can learn to apply the same principles unassisted in future drafts, rather than treating the tool as a black box.&lt;/p&gt;
&lt;p&gt;Status: Active — currently version 0.9.0 (preview), under regular development.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>ACT_Base: Annotation-Connection-Thought Workflow for Obsidian</title>
      <link>http://scchen.com/project/act-base/</link>
      <pubDate>Fri, 24 Apr 2026 00:00:00 +0000</pubDate>
      <guid>http://scchen.com/project/act-base/</guid>
      <description>&lt;p&gt;ACT_Base is a minimal Obsidian vault that demonstrates the Annotation → Connection → Thought (ACT) knowledge workflow, driven by Claude Code skills run from a terminal inside Obsidian. Users drop in atomic Zettelkasten cards generated from papers, then run dedicated skills to turn isolated cards into a cross-paper knowledge network.&lt;/p&gt;
&lt;p&gt;The vault organizes twelve skills across three layers: Annotation (&lt;code&gt;card-review&lt;/code&gt;, &lt;code&gt;gear-coaching&lt;/code&gt;, &lt;code&gt;cross-link&lt;/code&gt;, &lt;code&gt;monitor&lt;/code&gt;), Connection (&lt;code&gt;gear-aggregate&lt;/code&gt;, &lt;code&gt;framework-synthesize&lt;/code&gt;, &lt;code&gt;query&lt;/code&gt;, &lt;code&gt;tension-resolve&lt;/code&gt;), and Thought (&lt;code&gt;provenance-audit&lt;/code&gt;, &lt;code&gt;refine&lt;/code&gt;, &lt;code&gt;question-assess&lt;/code&gt;, &lt;code&gt;question-challenge&lt;/code&gt;). It ships with three pre-loaded demo annotations and a video walkthrough covering setup through the first Connection note. It is designed to pair with the 
&lt;a href=&#34;https://github.com/SCgeeker/claude_lit_workflow&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;claude_lit_workflow&lt;/a&gt; repository, which can generate the atomic cards from source PDFs, and with the lean-obsidian-terminal community plugin for running Claude Code inside Obsidian.&lt;/p&gt;
&lt;p&gt;Status: Active — under regular maintenance.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Annotation_Blank (miniverse)</title>
      <link>http://scchen.com/project/annotation-blank/</link>
      <pubDate>Tue, 21 Apr 2026 00:00:00 +0000</pubDate>
      <guid>http://scchen.com/project/annotation-blank/</guid>
      <description>&lt;p&gt;Annotation_Blank, internally named miniverse, is a minimal Obsidian vault for converting academic PDFs into structured Annotation notes using AI. It strips down the author&amp;rsquo;s full Program_verse workflow to a single pipeline: drop a PDF into the vault, run three commands from an ALT+L menu inside Obsidian, and get a fully formed Annotation note with 20 atomic Zettelkasten cards.&lt;/p&gt;
&lt;p&gt;The three steps generate a Markdown slide outline from the PDF, generate 20 atomic cards from that outline, and import both into an &lt;code&gt;Author-Year&lt;/code&gt; Annotation note under the vault&amp;rsquo;s ACT folder structure. It depends on the 
&lt;a href=&#34;https://github.com/SCgeeker/claude_lit_workflow&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;claude_lit_workflow&lt;/a&gt; repository as its AI backend, on the QuickAdd and Templater Obsidian plugins for the menu, and on at least one LLM API key (Gemini, OpenAI, or Anthropic). It is one piece of the author&amp;rsquo;s broader CSC PKM system, which also includes ACT_Base for note templates and twcc-ollama-proxy for local inference.&lt;/p&gt;
&lt;p&gt;Status: Active — under regular maintenance.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Justify Your Alpha</title>
      <link>http://scchen.com/project/justify-your-alpha/</link>
      <pubDate>Sun, 09 Feb 2025 00:00:00 +0000</pubDate>
      <guid>http://scchen.com/project/justify-your-alpha/</guid>
      <description>&lt;p&gt;This project responds to the widely discussed proposal by Benjamin et al. (2018, Nature Human Behaviour) to redefine statistical significance by lowering the conventional alpha threshold to p ≤ .005. Rather than adopting a single fixed threshold, the collaborating authors argue that researchers should transparently report and justify the alpha level chosen for a given study, treating the significance threshold as a design decision that depends on context rather than a universal constant.&lt;/p&gt;
&lt;p&gt;Sau-Chin Chen is a co-author of this large multi-author methodology project, which brought together statisticians and methodologists across many institutions to formulate a shared position on error control in study design.&lt;/p&gt;
&lt;p&gt;The project&amp;rsquo;s significance lies in shifting the debate on statistical significance away from a search for a single &amp;ldquo;correct&amp;rdquo; threshold and toward a broader emphasis on transparency and justification in research design choices, a position that has since informed wider discussions of statistical practice.&lt;/p&gt;
&lt;p&gt;Status: Stable — completed and archived on OSF.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Investigating Object Orientation Effects Across 14 Languages</title>
      <link>http://scchen.com/project/psa002-object-orientation/</link>
      <pubDate>Wed, 08 Jan 2025 00:00:00 +0000</pubDate>
      <guid>http://scchen.com/project/psa002-object-orientation/</guid>
      <description>&lt;p&gt;This project, PSA 002 of the Psychological Science Accelerator, examined whether people mentally simulate the orientation of objects while reading sentences that describe them, extending decades of research on mental simulation in language comprehension. Earlier work using the sentence-picture verification task had found robust match advantages for shape, color, and size, but evidence for orientation was limited and confined mostly to Western samples. The study combined a large cross-linguistic replication with a mental rotation task to relate individual differences in mental imagery to the strength of the orientation effect.&lt;/p&gt;
&lt;p&gt;Sau-Chin Chen proposed and led this project as a large-scale, multi-laboratory collaboration coordinated through the Psychological Science Accelerator network, bringing together dozens of contributing labs and languages. The resulting registered report, covering 18 languages and nearly 4,000 participants, was published as 
&lt;a href=&#34;https://doi.org/10.1007/s12144-025-08304-x&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Investigating object orientation effects across 18 languages&lt;/a&gt; in &lt;em&gt;Current Psychology&lt;/em&gt; (2025).&lt;/p&gt;
&lt;p&gt;By testing the same paradigm across speakers of many different languages, the project offered one of the most direct tests to date of whether object-orientation simulation generalizes beyond the languages in which it was first documented, and it produced a well-powered dataset connecting the phenomenon to individual differences in mental imagery ability.&lt;/p&gt;
&lt;p&gt;Status: Stable — completed and archived on OSF.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>EXPPSY Opensci: An Open Textbook for Experimental Psychology Methods</title>
      <link>http://scchen.com/project/exppsy-opensci/</link>
      <pubDate>Mon, 23 Dec 2024 00:00:00 +0000</pubDate>
      <guid>http://scchen.com/project/exppsy-opensci/</guid>
      <description>&lt;p&gt;EXPPSY Opensci is an open-source textbook on experimental psychology methods, built on R Markdown and the 
&lt;a href=&#34;https://github.com/debruine/booktem&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;booktem&lt;/a&gt; template. It is published as a browsable online book so students and instructors can read the material directly without building it locally.&lt;/p&gt;
&lt;p&gt;The book targets students learning the logic and practice of experimental design in psychology, and it is structured so that the source repository can reproduce the published site end to end.&lt;/p&gt;
&lt;p&gt;Status: Stable — content is complete and the repository is kept available with no active new-chapter development.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Teaching Experimental Psychology in Taiwan</title>
      <link>http://scchen.com/project/teaching-exppsy-taiwan/</link>
      <pubDate>Mon, 24 Feb 2020 00:00:00 +0000</pubDate>
      <guid>http://scchen.com/project/teaching-exppsy-taiwan/</guid>
      <description>&lt;p&gt;This project collects the OSF-based experimental psychology course projects that Sau-Chin Chen has taught at Tzu-Chi University over several academic years, gathering student and course materials produced as part of hands-on training in open research practices.&lt;/p&gt;
&lt;p&gt;As the instructor, Sau-Chin Chen created and maintains this parent OSF node as a running archive, adding course projects from successive years of teaching experimental psychology to undergraduate students.&lt;/p&gt;
&lt;p&gt;The collection illustrates a sustained effort to integrate open science practices, including preregistration and data sharing through OSF, directly into undergraduate experimental psychology training rather than treating them as separate add-on skills.&lt;/p&gt;
&lt;p&gt;Status: Stable — an ongoing teaching archive, updated as new course years are added.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Basic Statistics for Psychological Science (OSF Companion)</title>
      <link>http://scchen.com/project/basic-statistics-osf/</link>
      <pubDate>Fri, 07 Jun 2019 00:00:00 +0000</pubDate>
      <guid>http://scchen.com/project/basic-statistics-osf/</guid>
      <description>&lt;p&gt;This project is the OSF companion to Sau-Chin Chen&amp;rsquo;s online statistics textbook for psychological science, hosting the demonstration materials and downloadable exercise modules that accompany the text.&lt;/p&gt;
&lt;p&gt;Sau-Chin Chen created and maintains this project as an instructor, using it to distribute datasets and practice modules that let students apply the concepts covered in the textbook directly.&lt;/p&gt;
&lt;p&gt;By keeping the practical materials on OSF, the project makes the exercises openly accessible and reusable alongside the textbook, supporting students learning basic statistics for psychological research.&lt;/p&gt;
&lt;p&gt;Status: Stable — a companion resource maintained alongside the textbook.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Translation Project: Improving Your Statistical Inferences</title>
      <link>http://scchen.com/project/improving-statistical-inferences-zh/</link>
      <pubDate>Thu, 10 Aug 2017 00:00:00 +0000</pubDate>
      <guid>http://scchen.com/project/improving-statistical-inferences-zh/</guid>
      <description>&lt;p&gt;This project coordinated a collaborative effort to translate Daniël Lakens&#39; well-known Coursera course, &amp;ldquo;Improving Your Statistical Inferences,&amp;rdquo; into Chinese, aiming to bring its material on statistical inference and research methodology to a wider Chinese-speaking audience.&lt;/p&gt;
&lt;p&gt;Sau-Chin Chen organized this project as a community translation effort, working with other contributors on OSF to push the course&amp;rsquo;s content out to a broader audience beyond its original English-language delivery.&lt;/p&gt;
&lt;p&gt;The project reflects a community-driven contribution to open statistics education, extending the reach of well-regarded methodology training materials across a language barrier.&lt;/p&gt;
&lt;p&gt;Status: Stable — completed and archived on OSF.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Mental Simulation in Reading Sentence</title>
      <link>http://scchen.com/project/mental-simulation/mental-simulation/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>http://scchen.com/project/mental-simulation/mental-simulation/</guid>
      <description>&lt;p&gt;When we are reading the sentences describing the status of objects, such as ‘The painter is cleaning his brush’, how our minds catch the details? This issue has been explored longer than a decade since the match advantages of sentence-picture verification task have been robustly replicated across shape, color, size and orientation. The sentence-picture verification task requires the participants read the sentence then verify the target picture. When the target picture match the visual feature implied by the sentence, the reponses are usually faster than the pictures that mismatch the implied visual feature. For example, the responses to the “standing eagle” are faster after the sentence “The ranger saw the eagle in the nest” than the sentence “The hunber aims the eagle flying on the sky”.&lt;/p&gt;
&lt;p&gt;The accumulated findings show the decreasing match advantages from shape, color, size, then orientation. Because these findings are from Western societies, it appears to be that the object orientations are difficultly simulated in Western minds.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Under construction&lt;/em&gt;&lt;/p&gt;
</description>
    </item>
    
  </channel>
</rss>
