Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ We are still in active development but plan to release a stable 1.0.0 when all o

- This project has received funding from the European Union's Horizon Europe research and innovation programme under grant agreement no. 101137682 (AI4PEX – Artificial Intelligence and Machine Learning for Enhanced Representation of Processes and Extremes in Earth System Models).

- This work has been funded by the European Space Agency (ESA) SeasFire project under the [ESA Future EO-1 Science for Society Call](https://eo4society.esa.int/projects/seasfire/), supported by ESA’s Network of Resources Initiative.
- This work builds on developments from the European Space Agency (ESA) SeasFire project, funded under the [ESA Future EO-1 Science for Society Call](https://eo4society.esa.int/projects/seasfire/), and supported by ESA’s Network of Resources Initiative. **Browzarr is not currently funded under this programme.**

_Funded by the European Union. The views expressed are those of the authors and do not necessarily reflect those of the European Union, the European Research Executive Agency or the European Space Agency. Neither granting authority can be held responsible for them._
6 changes: 3 additions & 3 deletions src/app/BrowZarrPopover.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export function BrowZarrPopover() {

<PopoverContent className="w-full max-w-sm md:max-w-md max-h-[80vh] p-6 rounded-2xl shadow-lg overflow-y-auto">
<div className="flex items-start justify-between gap-4">
<h2 className="text-xl font-semibold">BrowZarr</h2>
<h2 className="text-xl font-semibold">Browzarr</h2>
<span className="text-xs text-muted-foreground shrink-0">
Ⓒ Apache License, Version 2.0
</span>
Expand All @@ -32,7 +32,7 @@ export function BrowZarrPopover() {
<div className="grid grid-cols-1 md:grid-cols-2 gap-6 my-3">
<div className="space-y-4">
<p className="text-sm text-muted-foreground">
BrowZarr is a web-based application that supports 2D and 3D
Browzarr is a web-based application that supports 2D and 3D
viewing and interactivity of the underlying data within Zarr
files (NetCDF to come).
</p>
Expand Down Expand Up @@ -65,7 +65,7 @@ export function BrowZarrPopover() {
<div className="py-4">
<h3 className="text-sm font-medium mb-1">Background</h3>
<p className="text-sm text-muted-foreground">
BrowZarr builds on lessons learned from the earlier prototype{" "}
Browzarr builds on lessons learned from the earlier prototype{" "}
<Link
href="https://github.com/EarthyScience/FireSight"
target="_blank"
Expand Down
2 changes: 1 addition & 1 deletion src/components/plots/MorphingPoints.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ export const LandingShapes = () =>{
return(
<div className='w-[100vw] h-[100vh]'>
{/* <div className='landing-title'>
BrowZarr
Browzarr
</div> */}
<Canvas
camera={{position:[0, 0, 3]}}
Expand Down
2 changes: 1 addition & 1 deletion src/components/ui/AboutDrawer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default function LogoDrawer() {
</Button>
</TooltipTrigger>
<TooltipContent side="right" align="start">
<span>About BrowZarr</span>
<span>About Browzarr</span>
</TooltipContent>
</Tooltip>
</div>
Expand Down