From cb6dabae65e766de55fd5657a9fb4d87f9875528 Mon Sep 17 00:00:00 2001 From: tsande16 Date: Tue, 19 Nov 2024 15:21:00 -0500 Subject: [PATCH 1/4] Add Guides and License section --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f9b65b22..8fd41359 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,13 @@ users. PASS UI streamlines the submission process, guiding users through creatin submissions while ensuring compliance with funder and institutional policies. Its design emphasizes ease of use, enabling researchers to navigate the scholarly deposit process with minimal friction. -You can find further documentation and details about [PASS UI](https://docs.eclipse-pass.org/developer-documentation/pass-ui) -on the [full documentation site](https://docs.eclipse-pass.org). A full list of all the Eclipse PASS projects can also -be found in the PASS Main repository [README](https://github.com/eclipse-pass/main/blob/main/README.md). +A full list of all the Eclipse PASS projects can be found in the PASS Main repository [README](https://github.com/eclipse-pass/main). + +# Guides + +* [PASS UI Documentation](https://docs.eclipse-pass.org/developer-documentation/pass-ui) +* [PASS Documentation](https://docs.eclipse-pass.org/) + +# License + +PASS Core is Open Source software released under the [Apache 2.0 license](LICENSE). From 7564dd6019924601ac3f8de478b2663d28f97680 Mon Sep 17 00:00:00 2001 From: tsande16 Date: Tue, 19 Nov 2024 15:58:18 -0500 Subject: [PATCH 2/4] Add status badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8fd41359..864a241a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# PASS UI +# PASS UI ![Pass Core](https://github.com/eclipse-pass/pass-ui/actions/workflows/ci.yml/badge.svg) PASS UI is the user interface component of the PASS application, developed using the Ember.js framework. It connects with PASS Core via an Elide-based API to display and manage data related to submissions, repositories, policies, and From b576fed96bfc3ed85d47097601e1804c8464c110 Mon Sep 17 00:00:00 2001 From: tsande16 Date: Tue, 19 Nov 2024 16:07:47 -0500 Subject: [PATCH 3/4] Add status badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 864a241a..06b18ed3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# PASS UI ![Pass Core](https://github.com/eclipse-pass/pass-ui/actions/workflows/ci.yml/badge.svg) +# PASS UI ![Pass UI](https://github.com/eclipse-pass/pass-ui/actions/workflows/ci.yml/badge.svg) PASS UI is the user interface component of the PASS application, developed using the Ember.js framework. It connects with PASS Core via an Elide-based API to display and manage data related to submissions, repositories, policies, and From 8c4af70d0facc9d9e6476407f7ef8276952848c0 Mon Sep 17 00:00:00 2001 From: tsande16 Date: Tue, 19 Nov 2024 16:11:21 -0500 Subject: [PATCH 4/4] Fix text --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 06b18ed3..257b51da 100644 --- a/README.md +++ b/README.md @@ -15,4 +15,4 @@ A full list of all the Eclipse PASS projects can be found in the PASS Main repos # License -PASS Core is Open Source software released under the [Apache 2.0 license](LICENSE). +PASS UI is Open Source software released under the [Apache 2.0 license](LICENSE).