Skip to content

Commit fa34f7a

Browse files
canslab1claude
andcommitted
Fix schema.org validation: volumeNumber→PublicationVolume, add llms.txt to sitemap
- Restructure ScholarlyArticle JSON-LD: move volumeNumber from article to nested PublicationVolume inside isPartOf (schema.org compliance) - Add llms.txt URL entry to sitemap.xml Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 1eb92b2 commit fa34f7a

2 files changed

Lines changed: 18 additions & 3 deletions

File tree

index.html

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,18 @@
130130
{ "@type": "Person", "name": "Holin Lin" }
131131
],
132132
"datePublished": "2005",
133-
"isPartOf": { "@type": "Periodical", "name": "SIMULATION" },
134-
"volumeNumber": "81",
135-
"issueNumber": "10",
133+
"isPartOf": {
134+
"@type": "PublicationIssue",
135+
"issueNumber": "10",
136+
"isPartOf": {
137+
"@type": "PublicationVolume",
138+
"volumeNumber": "81",
139+
"isPartOf": {
140+
"@type": "Periodical",
141+
"name": "SIMULATION"
142+
}
143+
}
144+
},
136145
"pageStart": "671",
137146
"pageEnd": "699",
138147
"url": "https://doi.org/10.1177/0037549705061519",

sitemap.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,10 @@
2323
<image:title>CASMIM research paper figure — CASMIM by Prof. Chung-Yuan Huang (黃崇源教授)</image:title>
2424
</image:image>
2525
</url>
26+
<url>
27+
<loc>https://canslab1.github.io/CASMIM/llms.txt</loc>
28+
<lastmod>2026-04-07</lastmod>
29+
<changefreq>monthly</changefreq>
30+
<priority>0.5</priority>
31+
</url>
2632
</urlset>

0 commit comments

Comments
 (0)