From b0634b35a1e52611e750ec1f0185025d89db7b9a Mon Sep 17 00:00:00 2001 From: Sajith Sasidharan Date: Sat, 1 Jun 2024 06:38:33 -0500 Subject: [PATCH 1/3] Re-title about page --- _quarto.yml | 3 ++- about.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/_quarto.yml b/_quarto.yml index 8d0d0f7..364bd03 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -9,7 +9,8 @@ website: left: - href: index.md text: Home - - about.md + - href: about.md + text: About page-footer: border: true center: |- diff --git a/about.md b/about.md index f58c96b..e0f7b48 100644 --- a/about.md +++ b/about.md @@ -1,5 +1,5 @@ --- -title: "About" +title: "About X-CITE" toc: false --- From baa3320ce2889b8065d383bcb01da0dfe4ffb507 Mon Sep 17 00:00:00 2001 From: Sajith Sasidharan Date: Sat, 1 Jun 2024 06:39:38 -0500 Subject: [PATCH 2/3] Drop an extra / --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index 2d5a4b9..b571f2e 100644 --- a/index.md +++ b/index.md @@ -58,7 +58,7 @@ This is the training overview: [pe102]: ./theme1/PE102/index.qmd [pe103]: ./theme1/PE103/vcs-testing-debugging.md -[pe103-vcs]: ./theme1/PE103//vcs.qmd +[pe103-vcs]: ./theme1/PE103/vcs.qmd [pe103-testing]: ./theme1/PE103/testing.md [pe103-debugging]: ./theme1/PE103/debugging.md From a137f909b6a4b5c2b09743c6ba41fcb8e05679b8 Mon Sep 17 00:00:00 2001 From: Sajith Sasidharan Date: Sat, 1 Jun 2024 06:45:11 -0500 Subject: [PATCH 3/3] Update about page --- about.md | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/about.md b/about.md index e0f7b48..6a802e9 100644 --- a/about.md +++ b/about.md @@ -4,7 +4,9 @@ toc: false --- This site hosts material meant for CyberInfrastructure Training and -Education for Synchrotron X-Ray Science (X-CITE). +Education for Synchrotron X-Ray Science (X-CITE). X-CITE is developed +for the community of scientists and researchers using the [CHESS] +synchrotron X-ray facility and similar light sources. # About this site @@ -12,5 +14,18 @@ Education for Synchrotron X-Ray Science (X-CITE). The sources of this site are available at . -This site is generated using Quarto. To learn more about Quarto -websites visit . +The content in this website is available under [Creative Commons +Attribution-ShareAlike 4.0 International][cc-by-sa] license. Code +snippets may be used under [CC0 1.0 Universal][cc-zero] license. + +Copyrights for logos are owned by the respective organizations. + +This site is generated using [Quarto]. + + +[CHESS]: https://www.chess.cornell.edu/ + +[cc-by-sa]: https://creativecommons.org/licenses/by-sa/4.0/ +[cc-zero]: https://creativecommons.org/publicdomain/zero/1.0/ + +[Quarto]: https://quarto.org/