Skip to content

Commit 8a30fa2

Browse files
committed
Add ABC personalization: links, colors, repos
keep tag groups from Imageomics as starting point -- no different tags yet and similar fields
1 parent 7896f10 commit 8a30fa2

3 files changed

Lines changed: 24 additions & 25 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "catalog",
3-
"version": "4.0.0",
4-
"description": "Repository for web-based Imageomics code, data, model, and spaces catalog. This catalog is designed to use the GitHub API for searching all code repositories created under the [Imageomics GitHub Organization](https://github.com/Imageomics) and the Hugging Face API for searching all dataset, model, and spaces repositories created under the [Imageomics Hugging Face Organization](https://huggingface.co/imageomics).",
3+
"version": "1.0.0",
4+
"description": "Repository for web-based ABC-Center code, data, model, and spaces catalog. This catalog is designed to use the GitHub API for searching all code repositories created under the [ABC-Center GitHub Organization](https://github.com/ABC-Center) and the Hugging Face API for searching all dataset, model, and spaces repositories created under the [ABC-Center Hugging Face Organization](https://huggingface.co/ABC-Center).",
55
"main": "main.js",
66
"scripts": {
77
"dev": "vite",
@@ -10,10 +10,9 @@
1010
},
1111
"repository": {
1212
"type": "git",
13-
"url": "git+https://github.com/Imageomics/catalog.git"
13+
"url": "git+https://github.com/ABC-Center/catalog.git"
1414
},
1515
"keywords": [
16-
"imageomics",
1716
"code",
1817
"data",
1918
"models",
@@ -34,9 +33,9 @@
3433
},
3534
"type": "module",
3635
"bugs": {
37-
"url": "https://github.com/Imageomics/catalog/issues"
36+
"url": "https://github.com/ABC-Center/catalog/issues"
3837
},
39-
"homepage": "https://github.com/Imageomics/catalog#readme",
38+
"homepage": "https://github.com/ABC-Center/catalog#readme",
4039
"dependencies": {
4140
"js-yaml": "^4.1.0"
4241
},

public/config.yaml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,23 @@
22
# Customize these values to personalize the catalog for your organization
33

44
# Organization & Repository Settings
5-
ORGANIZATION_NAME: imageomics # GitHub/Hugging Face organization name (lowercase for API calls)
6-
GITHUB_ORG_NAME: Imageomics # Display name for GitHub organization (can differ from API name)
5+
ORGANIZATION_NAME: abc-center # GitHub/Hugging Face organization name (lowercase for API calls)
6+
GITHUB_ORG_NAME: ABC-Center # Display name for GitHub organization (can differ from API name)
77
CATALOG_REPO_NAME: catalog # Repository name for the catalog itself (used for stats badge)
8-
8+
99
# Branding
10-
CATALOG_TITLE: Imageomics Catalog
10+
CATALOG_TITLE: ABC-Center Catalog
1111
CATALOG_DESCRIPTION: "Explore and discover public code, datasets, models, and spaces."
12-
LOGO_URL: "https://github.com/Imageomics/Imageomics-guide/raw/3478acc0068a87a5604069d04a29bdb0795c2045/docs/logos/Imageomics_logo_butterfly.png"
13-
FAVICON_URL: "https://github.com/Imageomics/Imageomics-guide/raw/3478acc0068a87a5604069d04a29bdb0795c2045/docs/logos/Imageomics_logo_butterfly.png"
12+
LOGO_URL: "https://github.com/ABC-Center/ABC-guide/blob/main/docs/logos/digital/logo_icon_for_web_and_digital_content_square.png?raw=true"
13+
FAVICON_URL: "https://github.com/ABC-Center/ABC-guide/blob/main/docs/logos/digital/logo_icon_for_web_and_digital_content_square.png?raw=true"
1414

1515
# Colors (CSS custom properties)
1616
COLORS:
17-
primary: "#92991c" # Primary brand color (Imageomics Green)
18-
secondary: "#5d8095" # Secondary brand color (Imageomics Blue)
19-
accent: "#0097b2" # Accent color (Dark Teal)
20-
accentDark: "#4fd1eb" # Dark mode accent color (Light Cyan)
21-
tag: "#9bcb5e" # Tag background color (Light Green)
17+
primary: "#667faf" # ABC grey-blue
18+
secondary: "#73ab4e" # ABC green
19+
accent: "#4fb797" # Accent color (ABC turquoise)
20+
accentDark: "#4fb797" # Dark mode accent color (ABC turquoise)
21+
tag: "#4fb797a1" # Tag background color (ABC turquoise 63% alpha)
2222

2323
# API & Behavior Settings
2424
API_BASE_URL: "https://huggingface.co/api/"
@@ -27,12 +27,12 @@ REFRESH_INTERVAL_DAYS: 30
2727
# Array of "owner/repo" strings to include in addition to non-forked org repos.
2828
# Use this for forked repos within the org and repos outside the org entirely.
2929
ADDITIONAL_REPOS:
30-
- "Imageomics/Fish-Vista"
31-
- "Imageomics/phylonn"
32-
- "Imageomics/telemetry-dashboard"
33-
- "Imageomics/docker-workshop"
34-
- "jennamk14/autonomous_drone_simulator"
35-
- "ixlab/vidformer"
30+
- "pairx-explains/pairx"
31+
- "eceo-epfl/MammAlps"
32+
- "ssundaram21/personalized-rep"
33+
- "uoguelph-mlrg/MassID45"
34+
- "RolnickLab/Open-Insect"
35+
- "FrsLry/ms_acceleration"
3636

3737
# Typography
3838
FONT_FAMILY: Inter # Font family for the site

0 commit comments

Comments
 (0)