Skip to content

Commit 6639f40

Browse files
authored
Merge pull request #3 from hash-bash/rename-links
Update links to renamed repository
2 parents 544f9d6 + 42a8110 commit 6639f40

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# 🧬 Research Software Ecosystem Atlas
1+
# Research Software Ecosystem Atlas
22

3-
[![Website](https://img.shields.io/badge/Website-RSEc--Atlas-blueviolet?style=for-the-badge&logo=githubpages)](https://research-software-ecosystem.github.io/RSEc-Atlas)
3+
[![Website](https://img.shields.io/badge/Website-Research--Software--Ecosystem--Atlas-blueviolet?style=for-the-badge&logo=githubpages)](https://hash-bash.github.io/Research-Software-Ecosystem-Atlas/)
44

55
![RSEc Atlas Screenshot](main-screenshot.png)
66
<sub>Example screenshot of the RSEc Atlas main page. The homepage allows users to search, filter, and browse through a large collection of bioinformatics tools and containers. Each tool card displays key metadata, badges, and a quick link to view detailed information. Pagination and advanced search options are available for efficient navigation.</sub>
@@ -98,12 +98,12 @@ Users can mark bio tools and containers as favorites for quick access in the fut
9898

9999
### 🔗 URLs Sharing
100100
If users want to share the URL with a search query, it can be done by sharing the URL and appending `/?search=SEARCH QUERY`, which will be automatically converted to `/?search=SEARCH+QUERY`. Following are some of the examples of the URLs with the search query:
101-
- https://research-software-ecosystem.github.io/RSEc-Atlas/?search=1000Genomes+ID+history+converter `(Gives the tools with search string as 1000Genomes ID history converter)`
102-
- https://research-software-ecosystem.github.io/RSEc-Atlas/?search=tag:'de.NBI'+tag:'RNA-Seq' `(Gives the tools with result consisting Tag de.NBI collection and tag RNA-Seq)`
101+
- https://hash-bash.github.io/Research-Software-Ecosystem-Atlas/?search=1000Genomes+ID+history+converter `(Gives the tools with search string as 1000Genomes ID history converter)`
102+
- https://hash-bash.github.io/Research-Software-Ecosystem-Atlas/?search=tag:'de.NBI'+tag:'RNA-Seq' `(Gives the tools with result consisting Tag de.NBI collection and tag RNA-Seq)`
103103

104104
If users want to share a link to a tool, they can directly share the URL available on the tool's details page. The following are some of the examples:
105-
- https://research-software-ecosystem.github.io/RSEc-Atlas/tool/1000genomes_id_history_converter
106-
- https://research-software-ecosystem.github.io/RSEc-Atlas/tool/fargene
105+
- https://hash-bash.github.io/Research-Software-Ecosystem-Atlas/tool/1000genomes_id_history_converter
106+
- https://hash-bash.github.io/Research-Software-Ecosystem-Atlas/tool/fargene
107107

108108

109109
## 🛠️ Setup and Installation
@@ -120,8 +120,8 @@ Before setting up the project, ensure you have the following installed on your l
120120
To get started, clone the repository to your local machine.
121121

122122
```bash
123-
git clone https://github.com/research-software-ecosystem/RSEc-Atlas.git
124-
cd RSEc-Atlas
123+
git clone https://github.com/hash-bash/Research-Software-Ecosystem-Atlas.git
124+
cd Research-Software-Ecosystem-Atlas
125125
```
126126

127127
#### 3. 🐍 Install Python Dependencies

frontend/app.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const isDark = computed({
2828
src="/img/logo-rsec.svg"
2929
/>
3030

31-
<span>RSEc Atlas</span>
31+
<span>Research Software Ecosystem Atlas</span>
3232
</NuxtLink>
3333

3434
<div class="flex items-center justify-end gap-1">
@@ -48,7 +48,7 @@ const isDark = computed({
4848
<UButton
4949
target="_blank"
5050
icon="i-lucide-github"
51-
to="https://github.com/research-software-ecosystem/content"
51+
to="https://github.com/hash-bash/Research-Software-Ecosystem-Atlas"
5252
color="neutral"
5353
variant="subtle"
5454
class="cursor-pointer"
@@ -77,7 +77,7 @@ const isDark = computed({
7777
<NuxtLink
7878
target="_blank"
7979
class="font-bold transition-all hover:text-gray-700 dark:hover:text-gray-300"
80-
to="https://github.com/research-software-ecosystem/research-software-ecosystem.github.io?tab=readme-ov-file"
80+
to="https://github.com/hash-bash/Research-Software-Ecosystem-Atlas"
8181
>
8282
Research Software Ecosystem
8383
</NuxtLink>

frontend/nuxt.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default defineNuxtConfig({
88
head: {
99
titleTemplate: `%siteName %separator %s`,
1010
templateParams: {
11-
siteName: process.env.APP_TITLE || "RSEc Atlas",
11+
siteName: process.env.APP_TITLE || "Research Software Ecosystem Atlas",
1212
separator: "|",
1313
},
1414
meta: [

0 commit comments

Comments
 (0)