Skip to content

Commit

Permalink
Break things up
Browse files Browse the repository at this point in the history
  • Loading branch information
jbisits committed Jan 2, 2025
1 parent 0ff6c26 commit d053516
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 14 deletions.
4 changes: 4 additions & 0 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ main:
url: /research/
- title: "Publications and presentations"
url: /publications/
- title: "Teaching"
url: /teaching/
- title: "Software"
url: /software/
- title: "Music"
url: /music/
# In case I ever feel like writing blogs..
Expand Down
2 changes: 0 additions & 2 deletions _pages/publications.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
permalink: /publications/
title: "Publications and presentations"
toc: true
# toc_label: "Research"
# toc_icon: "book-open"
---

## Publications
Expand Down
13 changes: 1 addition & 12 deletions _pages/research.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Once such tracers have made it into the ocean, their transport is then strongly

Broadly speaking ocean mixing can be categorised into *lateral* (isopyncal) and *vertical* (across isopycnals) mixing.
During my honours year I worked on methods to estimate lateral mixing from simulated tracer release experiments, and how accurate such estimates are when only using a single tracer release.
My PhD is investigating how non-linear mixing processes affect marginally stable temperature inverted profiles in the high latitude oceans.
My PhD is investigating how non-linearities in the equation of state for seawater density lead to processes which influence mixing in the hihg-latitude oceans.

## PhD project

Expand Down Expand Up @@ -47,14 +47,3 @@ We explored estimating isopycnal mixing based on the spreading of passive tracer

As a research assistant I worked with [Associate Lecturer Simon Llyod](https://www.unsw.edu.au/staff/simon-lloyd) on processing and analysing data that was used to develop the [RiverWatch model](https://urbanplunge.sydneywater.com.au/content/dam/sydneywater/urban-plunge/documents/Riverwatch%20Predictive%20Model%20fact%20sheet_online.pdf).
This model is a predictive water quality model used to predict the amount of pollution, and consequently whether water is safe to swim in.

## Teaching

- Mathematics 1A (MATH1131) classroom tutor (University of New South Wales)
- Numerical methods and statistics (MATH2089) classroom tutor (University of New South Wales)
- University of New South Wales mathematics drop in centre

## Software

![image-left](/assets/images/Julia_Programming_Language_Logo.svg){: .align-left style="width: 20%;"} I use the [Julia programming language](https://julialang.org/) as it is excellent for scientific computing, open source and has a great community (Image from the [Julia wikipedia page](https://en.wikipedia.org/wiki/Julia_(programming_language))).
I am currently involved in the development of [PassiveTracerFlows.jl](https://fourierflows.github.io/PassiveTracerFlowsDocumentation/stable/) and the owner and maintainer of the packages: [TwoLayerDirectNumericalShenanigans.jl](https://github.com/jbisits/TwoLayerDirectNumericalShenanigans.jl), [RasterHistograms.jl](https://github.com/jbisits/RasterHistograms.jl) and [OceanRasterConversions.jl](https://jbisits.github.io/OceanRasterConversions.jl/dev/).
7 changes: 7 additions & 0 deletions _pages/software.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
permalink: /software/
title: "Software"
---

![image-left](/assets/images/Julia_Programming_Language_Logo.svg){: .align-left style="width: 20%;"} I use the [Julia programming language](https://julialang.org/) as it is excellent for scientific computing, open source and has a great community (Image from the [Julia wikipedia page](https://en.wikipedia.org/wiki/Julia_(programming_language))).
I am currently involved in the development of [PassiveTracerFlows.jl](https://fourierflows.github.io/PassiveTracerFlowsDocumentation/stable/) and the owner and maintainer of the packages: [TwoLayerDirectNumericalShenanigans.jl](https://github.com/jbisits/TwoLayerDirectNumericalShenanigans.jl), [RasterHistograms.jl](https://github.com/jbisits/RasterHistograms.jl) and [OceanRasterConversions.jl](https://jbisits.github.io/OceanRasterConversions.jl/dev/).
8 changes: 8 additions & 0 deletions _pages/teaching.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
permalink: /teaching/
title: "Teaching"
---

- Mathematics 1A (MATH1131) classroom tutor (University of New South Wales)
- Numerical methods and statistics (MATH2089) classroom tutor (University of New South Wales)
- University of New South Wales mathematics drop in centre

0 comments on commit d053516

Please sign in to comment.