Skip to content

Commit 8444721

Browse files
committed
update
1 parent 81f84a2 commit 8444721

10 files changed

Lines changed: 1360 additions & 0 deletions

File tree

.DS_Store

2 KB
Binary file not shown.

.github/.DS_Store

6 KB
Binary file not shown.

.github/workflows/deploy.yml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
name: Deploy GitHub Pages
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
8+
permissions:
9+
contents: read
10+
pages: write
11+
id-token: write
12+
13+
concurrency:
14+
group: pages
15+
cancel-in-progress: true
16+
17+
jobs:
18+
deploy:
19+
environment:
20+
name: github-pages
21+
url: ${{ steps.deployment.outputs.page_url }}
22+
23+
runs-on: ubuntu-latest
24+
25+
steps:
26+
- uses: actions/checkout@v4
27+
28+
- uses: actions/configure-pages@v5
29+
30+
- uses: actions/upload-pages-artifact@v3
31+
with:
32+
path: .
33+
34+
- id: deployment
35+
uses: actions/deploy-pages@v4

README.de.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313

1414
**Language:** [English](README.md) · [中文](README.zh-CN.md) · [日本語](README.ja.md) · [한국어](README.ko.md) · [Español](README.es.md) · **Deutsch**
1515

16+
**Interactive view:** [Durchsuchbaren HTML-Explorer öffnen](index.html)
17+
18+
> **Update-Hinweis:** Dieses Repository wurde im **Juni 2026** systematisch aktualisiert. Die nächste systematische Aktualisierung ist für **Juni 2027** geplant. Autorinnen und Autoren sind eingeladen, Updates zu ihrer eigenen Arbeit per Issue oder PR beizutragen.
19+
1620
</div>
1721

1822
---

README.es.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313

1414
**Language:** [English](README.md) · [中文](README.zh-CN.md) · [日本語](README.ja.md) · [한국어](README.ko.md) · **Español** · [Deutsch](README.de.md)
1515

16+
**Interactive view:** [Abrir el explorador HTML con búsqueda](index.html)
17+
18+
> **Nota de actualización:** Este repositorio se actualizó sistemáticamente en **junio de 2026**. La próxima actualización sistemática está prevista para **junio de 2027**. También invitamos a los autores a compartir novedades sobre su propio trabajo mediante issues o PRs.
19+
1620
</div>
1721

1822
---

README.ja.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313

1414
**Language:** [English](README.md) · [中文](README.zh-CN.md) · **日本語** · [한국어](README.ko.md) · [Español](README.es.md) · [Deutsch](README.de.md)
1515

16+
**Interactive view:** [検索可能な HTML ページを開く](index.html)
17+
18+
> **更新情報:** このリポジトリは **2026 年 6 月**に体系的に更新されました。次回の体系的な更新は **2027 年 6 月**を予定しています。著者の皆さまによるご自身の研究アップデートの issue / PR も歓迎します。
19+
1620
</div>
1721

1822
---

README.ko.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313

1414
**Language:** [English](README.md) · [中文](README.zh-CN.md) · [日本語](README.ja.md) · **한국어** · [Español](README.es.md) · [Deutsch](README.de.md)
1515

16+
**Interactive view:** [검색 가능한 HTML 페이지 열기](index.html)
17+
18+
> **업데이트 안내:** 이 저장소는 **2026년 6월**에 체계적으로 업데이트되었습니다. 다음 체계적 업데이트는 **2027년 6월**로 예정되어 있습니다. 저자 여러분이 자신의 연구 업데이트를 issue 또는 PR로 공유하는 것을 환영합니다.
19+
1620
</div>
1721

1822
---

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313

1414
**Language:** **English** · [中文](README.zh-CN.md) · [日本語](README.ja.md) · [한국어](README.ko.md) · [Español](README.es.md) · [Deutsch](README.de.md)
1515

16+
**Interactive view:** [Open the searchable HTML explorer](index.html)
17+
18+
> **Update note:** This repository was systematically updated in **June 2026**. The next systematic update is planned for **June 2027**. Authors are welcome to open an issue or PR to share updates about their own work.
19+
1620
<img width="1536" height="1024" alt="Awesome XRD to Crystal" src="https://github.com/user-attachments/assets/986d296b-88a5-4d47-8761-dabe19cfa0b7" />
1721

1822
</div>

README.zh-CN.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313

1414
**Language:** [English](README.md) · **中文** · [日本語](README.ja.md) · [한국어](README.ko.md) · [Español](README.es.md) · [Deutsch](README.de.md)
1515

16+
**交互版:** [打开可搜索 HTML 页面](index.html)
17+
18+
> **更新说明:** 本仓库已于 **2026 年 6 月**完成系统更新,计划在 **2027 年 6 月**再次进行系统更新。也欢迎各位作者通过 issue 或 PR 分享自己工作的最新进展。
19+
1620
</div>
1721

1822
---

0 commit comments

Comments
 (0)