Skip to content

Commit

Permalink
add Jody Garnett as Keynoter
Browse files Browse the repository at this point in the history
  • Loading branch information
FelipeSBarros committed Oct 1, 2024
1 parent 67ccf47 commit afe3d72
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
Binary file added public/images/jody-garnett.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions src/components/Keynotes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,33 @@ export const keynotesEn = [
</div>
),
},
{
name: "Jody Garnett",
image: "/images/jody-garnett.jpg",
bio: (
<div>
While I am willing and able to work with anything,
a lot of my web presence is devoted to open-source spatial.
I am on the GeoTools, GeoServer and uDig steering committees.
I also volunteer with the Open Source Geospatial Foundation,
and am helping set up LocationTech (industry working group for the Eclipse Foundation).
<br />
As for motivation - it is all about communication.
I love working in decision support and communicating vast quantities of information in a
form that can be understood and acted upon.
Since the world is where we live, one of the best tools for communication is the use of a map.
On a technical front GIS represents a great challenge (along with Big Data and Business Intelligence)
where the data volume lets everyone work on real computer science.
<br />
<a href="https://www.linkedin.com/in/jodygarnett/">
https://www.linkedin.com/in/jodygarnett/
</a>
<br />
<a href="https://x.com/jodygarnett">https://x.com/jodygarnett</a>
<br />
</div>
),
},
];

export default function Keynotes({
Expand Down

0 comments on commit afe3d72

Please sign in to comment.