Skip to content

Commit b099d39

Browse files
authored
new logo + email changes + Biohub name change (#228)
1 parent edf80c2 commit b099d39

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

CONFIG.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const config = {
22
// Customize the branding of the viewer by providing a logo and/or name (at least one of them)
33
branding:{
44
// Path to logo image (assumes logo is in /public directory)
5-
logo_path: "/CZ-Biohub-SF-RGB-60x60.png",
5+
logo_path: "/Biohub_logo_60x60.png",
66

77
// Organization name
88
name: "inTRACKtive"

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ Of course, any other setting can be personalized by cloning the repo and changin
244244

245245

246246
# Collaborators
247-
This tool has been developed by the [Loïc A. Royer Group](https://www.czbiohub.org/royer/) from the [Chan Zuckerberg Biohub San Francisco](https://www.czbiohub.org/sf/) and the [Chan Zuckerberg Initiative](https://chanzuckerberg.com).
247+
This tool has been developed by the [Loïc A. Royer Group](https://www.czbiohub.org/royer/) from the [Biohub (San Francisco)](https://biohub.org) and the [Chan Zuckerberg Initiative](https://chanzuckerberg.com).
248248

249249
Team:
250250
- [Teun A.P.M. Huijben](https://github.com/TeunHuijben)
@@ -263,9 +263,9 @@ Team:
263263
# Contact us
264264
If you have any questions, requests, or awesome ideas, please contact us:
265265

266-
Teun Huijben (teun.huijben@czbiohub.org / [Twitter/X](https://x.com/TeunHuijben) / [Bluesky](https://bsky.app/profile/teunhuijben.bsky.social))
266+
Teun Huijben (teun.huijben@biohub.org / [Twitter/X](https://x.com/TeunHuijben) / [Bluesky](https://bsky.app/profile/teunhuijben.bsky.social))
267267

268-
Loïc A. Royer (loic.royer@czbiohub.org / [Twitter/X](https://x.com/loicaroyer/) / [Bluesky](https://bsky.app/profile/loicaroyer.bsky.social))
268+
Loïc A. Royer (loic.royer@biohub.org / [Twitter/X](https://x.com/loicaroyer/) / [Bluesky](https://bsky.app/profile/loicaroyer.bsky.social))
269269

270270
<br/>
271271

public/Biohub_logo_60x60.png

1.73 KB
Loading

public/CZ-Biohub-SF-RGB-60x60.png

-5.07 KB
Binary file not shown.

python/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ requires-python = ">=3.10"
1111
license = "MIT"
1212
keywords = []
1313
authors = [
14-
{ name = "Teun Huijben", email = "teun.huijben@czbiohub.org"},
15-
{ name = "Jordao Bragantini", email = "jordao.bragantini@czbiohub.org" },
14+
{ name = "Teun Huijben", email = "teun.huijben@biohub.org"},
15+
{ name = "Jordao Bragantini", email = "jordao.bragantini@biohub.org" },
1616
]
1717
classifiers = [
1818
"Programming Language :: Python",

0 commit comments

Comments
 (0)