diff --git a/.travis.yml b/.travis.yml index f177954..f455cdb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,14 @@ language: generic # Dependency of the minted package and install fonts +# Use optipng and imagemagick so we can get a thumbnail of our cv +# Also need to fix imagemagick permissions https://stackoverflow.com/a/52853157 before_install: - sudo apt-get install python-pygments + - sudo apt-get install optipng + - sudo apt-get install ghostscript + - sudo apt-get install imagemagick + - sudo sed -i '/PDF/s/none/read|write/' /etc/ImageMagick-6/policy.xml - mkdir $HOME/.fonts - cp -a $TRAVIS_BUILD_DIR/src/fonts/. $HOME/.fonts/ - fc-cache -f -v @@ -21,22 +27,14 @@ before_script: cd $TRAVIS_BUILD_DIR/src/ script: # Texliveonfly will download packages automatically - texliveonfly --compiler=xelatex cv.tex - - texliveonfly --compiler=xelatex letter.tex # Build CV - latexmk --pdf -pdflatex="xelatex --shell-escape" cv.tex - # Build cover letter - - latexmk --pdf -pdflatex="xelatex --shell-escape" letter.tex - # You can use latexmk to automatically handle bibtex and references (recommended) - # - latexmk -pdf main.tex - # But you could use any other compiler as well instead of latexmk. Example: -# - pdflatex main.tex -# - bibtex main -# - pdflatex main.tex -# - pdflatex main.tex # Compile twice to fix references - - # You can also pass arguments to texliveonfly: -# - texliveonfly --arguments='-shell-escape' main.tex + # Create thumbnail of first page of cv + - convert cv.pdf[0] -resize 800x800 -flatten cv_thumbnail.png + - convert cv_thumbnail.png -shave 1x1 -bordercolor black -border 1 cv_thumbnail.png + - convert cv_thumbnail.png -bordercolor None -border 20x20 \( +clone -background black -shadow 50x5+5+5 \) -compose DstOver -composite -compose Over cv_thumbnail.png + - optipng cv_thumbnail.png notifications: email: false @@ -44,12 +42,11 @@ notifications: deploy: provider: releases skip_cleanup: true - draft: true api_key: secure: lOYS1AjQo4tmzOaPNJLz1ypdRo7mH3xdq1xu/8dowjKPbVg2gyjudbNBpZTDXDZ7H1u9NApz+37OV9WOl2Ze+iCkEXsOvemESPJRctTvaUE5tGJPsuPm2p/9mIFbtc0bUz1FgUXToQlsTgLMq9vE/MvOvAe4Rr7FgfgyURUzOLh6cfx5b/HxtI7judc3sed9eCby6pQTy9obtAMl2gn8hD8Yw795/Pu3TUiEZwa/faTCS0uHUFEx1fg34QsYfjr4iRwtfk/JnIgD9Kq2LM8+pnOyC+JZ94LyopHYEbLfTb4IwppN+5QSDKDi9N+H0+yKBwV13XfaaJbYpVNng6o7XvuDOdj9GA/rl/968Xl580iu/pDspJRQcmZlZjnEonv4AqedchG2jo6DdOmbb4olnW5JaM4lSBBdL/UYiBdBTq19gRc88GAiZc6N5pydQGG7rs5tVARQTF3Ig+SD21sN4Qf31Bh6nrNbAPTRl4Pu+RAWWIcuzMpL18ask/0wz0V9MgKGrwxEYretqWEdN+wxGeOOSLdT5O3h0St9wISXwDgWc+cF/A+UCxlDT1SaLehxR7VHGBo0ZRLeKdDHEnVBeB5294I8fQje3F6DN603DXw20m9S6yflAQl8mlcwg/5g38vpHv5mdX7m0Q0iUDbUrrt8JMrKuMvAz0NvILd3WNg= file: - "./cv.pdf" - - "./letter.pdf" + - "./cv_thumbnail.png" on: repo: chrisleaman/cv - all_branches: true + tags: true diff --git a/README.md b/README.md index edb9612..89a0bef 100644 --- a/README.md +++ b/README.md @@ -1 +1,18 @@ -# cv \ No newline at end of file +# Chris Leaman - CV + +[![Build Status](https://travis-ci.com/chrisleaman/cv.svg?branch=master)](https://travis-ci.com/chrisleaman/cv) + +
+ + + +
+ +This repo contains contains the code for my resume. General workflow is to write to LaTeX, push to git and then let Travis-CI automatically build the .pdf files using xelatex. The advantages of this workflow is that a working LaTeX distribution is not needed locally and different versions of the resume can be built on different branches. + +The latest compiled `.pdf` can always be found on the [releases page](https://github.com/chrisleaman/cv/releases). + +Useful references: + - [PHPirates/travis-ci-latex-pdf](https://github.com/PHPirates/travis-ci-latex-pdf#deploy): For instructions on setting up Travis-CI integration + - [depressiveRobot/friggeri-cv-a4](https://github.com/depressiveRobot/friggeri-cv-a4): Resume template, although I've made some tweaks to mine diff --git a/images/cv_thumbnail.png b/images/cv_thumbnail.png new file mode 100644 index 0000000..5663666 Binary files /dev/null and b/images/cv_thumbnail.png differ diff --git a/src/cv.tex b/src/cv.tex index f258f8f..5da7644 100644 --- a/src/cv.tex +++ b/src/cv.tex @@ -1,24 +1,3 @@ -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% Friggeri Resume/CV -% XeLaTeX Template -% Version 1.0 (5/5/13) -% -% This template has been downloaded from: -% http://www.LaTeXTemplates.com -% -% Original author: -% Adrien Friggeri (adrien@friggeri.net) -% https://github.com/afriggeri/CV -% -% License: -% CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/) -% -% Important notes: -% This template needs to be compiled with XeLaTeX and the bibliography, if used, -% needs to be compiled with biber rather than bibtex. -% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - \documentclass[print]{friggeri} \usepackage{multicol} \usepackage{changepage} @@ -40,372 +19,24 @@ \header{chris}{leaman}{chartered professional maritime \& coastal engineer} \vspace{0.1cm} % ADJUST THIS TO PUSH CONTENTS UP/DOWN THE PAGE +\input{sections/summary.tex} -%----------------------- -% SUMMARY SECTION -%----------------------- - -\section{professional summary} -\begin{adjustwidth}{2cm}{} - Current PhD Student at UNSW WRL, investigating regional scale storm wave forecasting in the context of an Australian coastal hazards Early Warning System. - Chartered Professional coastal and maritime engineer (CPEng \& RPEQ) with a variety of extensive skills in structural engineering, coastal modelling, and hydraulic modelling. - Seven years of diverse experience as an engineering consultant, demonstrating adaptability and flexibility to work effectively in autonomous and team environments.\\ - \vspace{-2\parskip} -\end{adjustwidth} - -%--------------------------- -% CONTACT SECTION -%--------------------------- - -% \ifdefined\isweb% -% \input{contact-web.tex} -% \else -% \input{contact-personal.tex} -% \fi - -\input{contacts/contact-web.tex} -%---------------------------------------------------------------------------------------- -% EDUCATION SECTION -%---------------------------------------------------------------------------------------- - -\section{education} -\begin{entrylist} - %------------------------------------------------ -\entry% -{2018--22} -{Doctor of Philosophy {\normalfont (Coastal Engineering)}}% -{Sydney, New South Wales} -{\emph{The University of New South Wales - Water Research Laboratory} - \begin{itemize} - \item Research topic: \textit{`Novel Remote Sensing and Machine Learning Applications for Regional Storm Wave Runup Forecasting`} - \end{itemize} -} - -%------------------------------------------------ -\entry% -{2007--10} -{Bachelor of Engineering {\normalfont (Extended Major in Civil Engineering) (Hons. IIA)}}% -{Brisbane, Queensland} -{\emph{The University of Queensland} -} -%------------------------------------------------ -\end{entrylist} - - -%---------------------------------------------------------------------------------------- -% EXPERIENCE SECTION -%---------------------------------------------------------------------------------------- - -\section{positions held} - -\begin{entrylist} - -\entry% -{2017--18\\ -2011--16} -{\vspace*{-4.6ex}\\Structural Engineer (Maritime \& Coastal)\\ -Graduate Structural Engineer (Maritime \& Coastal)}% -{Brisbane, Queensland} -{\emph{Kellogg, Brown \& Root}} - -& Key skills and responsibilities:\\ - -\entrybulletsindented% -{} -{Coastal, hydraulic and hydrologic modelling} -{} -{\begin{itemize} -\item Modelling coastal processes including waves and sediment transport using DELFT3D -\item Building and developing TUFLOW models to simulate flood events -\item Developing flood studies and risk assessments for regional towns and rail tracks -\end{itemize} -} - -\entrybulletsindented% -{} -{Structural engineering of maritime structures} -{} -{\begin{itemize} - \item Completing structural design and detailing of wharves, dolphins, sea walls and ramps - \item Performing complex finite element analysis using Strand7 - \item Inspecting site works for design verification and construction support purposes -\end{itemize} -} - -\entrybulletsindented% -{} -{Programming and documentation} -{} -{\begin{itemize} -\item Developing Excel VBA and Python scripts to perform large scale, complex analysis -\item Writing technical reports, specification and proposal documents - -\end{itemize}} - - - -%------------------------------------------------ -\end{entrylist} - - -%---------------------------------------------------------------------------------------- -% SOFTWARE SECTION -%---------------------------------------------------------------------------------------- - -% \section{software} -% \begin{adjustwidth}{2cm}{} -% \vspace{-2\parskip} -% \begin{multicols}{4} -% DELFT3D\\ -% MIKE21\\ -% TUFLOW\\ -% \\ -% Python\\ -% Excel VBA\\ -% MATLAB\\ -% \\ -% AutoCAD\\ -% \LaTeX\\ -% ArcGIS\\ -% \\ -% Strand7\\ -% Microstran\\ -% STAAD Pro\\ -% \end{multicols} -% \vspace{-3\parskip} -% \end{adjustwidth} - - -%---------------------------------------------------------------------------------------- -% MEMBERSHIPS SECTION -%---------------------------------------------------------------------------------------- -\section{professional memberships} -\begin{entrylist} -%------------------------------------------------ -\entry% -{since 2017} -{Chartered Professional Engineer {\normalfont (CPEng) (Structural)}\\ -National Engineering Register {\normalfont (NER) (Structural)}}% -{} -{\emph{Engineers Australia} -} -%------------------------------------------------ -\end{entrylist} - -%---------------------------------------------------------------------------------------- -% PUBLICATIONS SECTION -%---------------------------------------------------------------------------------------- +\input{sections/contact.tex} -\section{publications} -\begin{adjustwidth}{2cm}{} -Stewart, J \& Leaman, C 2013 'Validation of dredge plume modeling inputs', in {\emph{Coasts \& Ports 2013 Conference: 21st Australasian Coastal and Ocean Engineering Conference, Sydney N.S.W.}} Ed. Turner, I \& Couriel E. Barton, A.C.T: Engineers Australia, 2013 -\end{adjustwidth} +\input{sections/education.tex} +\input{sections/experience.tex} +\input{sections/software.tex} +\input{sections/memberships.tex} -%---------------------------------------------------------------------------------------- +\input{sections/publications.tex} - -%----------------------------------------------------------------------------------------- -% PROJECTS SECTION -% ---------------------------------------------------------------------------------------- \newpage -\section{hydraulic/coastal modelling projects} - -\begin{entrylist} -\entry% -{since 2015} -{Callide Dam Operation Study} -{Biloela, Queensland} -{\emph{Department of Energy and Water Supply (Queensland Government) and SunWater} \\ -Investigated the feasibility of operating Callide Dam as a flood mitigation dam after the Feb 2015 flood event. Used Python to conduct numerical dam simulation and automate plotting of results. } -\end{entrylist} - -\begin{entrylist} -\entry% -{2015--2016} -{Dawson River Flood Study} -{Banana, Queensland} -{\emph{Banana Shire Council} \\ -Developed TUFLOW models and simulated future flood scenarios to identify areas of risk. } -\end{entrylist} - -\begin{entrylist} -\entry% -{2015} -{ARTC Track Drainage Risk Assessment} -{Tarcoola, South Australia} -{\emph{Australian Rail Track Corporation} \\ -Assessed risk of rail track overtopping during flood events using catchment analysis.} -\end{entrylist} - -\begin{entrylist} -\entry% -{2014--15} -{Patterson River and Queenscliff Dredging Review} -{Melbourne, Victoria} -{\emph{Parks Victoria} \\ -Completed modelling of Port Philip bay to optimize Parks Victoria's dredging program at river entrances.} -\end{entrylist} - -\begin{entrylist} -\entry% -{2014--15} -{Wave Buoy Data Recovery, Processing and Management} -{Deagon, Queensland} -{\emph{Coastal Impacts Unit (Queensland Government)} \\ -Produced and documented MATLAB and Python scripts to consolidate historical wave buoy data.} -\end{entrylist} - -% \begin{entrylist} -% \entry% -% {2012--14} -% {Jazan Refinery Sea Water Cooling System} -% {Jazan Economic City, Saudi Arabia} -% {\emph{Saudi Aramco} \\ -% Evaluated hydraulic performance of cooling system under varying operational conditions.} -% \end{entrylist} - - -\begin{entrylist} -\entry% -{2011--12} -{Browse LNG Port Operability Study} -{James Price Point, Western Australia} -{\emph{Woodside Energy} \\ -Identified critical sea states for using wave hindcast data for use in mooring analysis.} -\end{entrylist} -\\ - - -\section{ structural engineering projects} - -\begin{entrylist} -\entry% -{since 2016} -{Kingsford Smith Drive Upgrade} -{Brisbane, Queensland} -{\emph{Lendlease/Brisbane City Council} \\ -Performed detailed design of cantilever retaining wall structure for road widening over the Brisbane River. Used Python to complete optimised structural design of piled retaining wall structure in highly variable geotechnical conditions. -} -\end{entrylist} - -\begin{entrylist} -\entry% -{2015} -{Osborne No. 1 Berth Upgrade} -{Adelaide, Queensland} -{\emph{Flinders Port Holdings Pty Ltd} \\ -Developed wharf strengthening concept design to enable berth to accommodate larger vessels.} -\end{entrylist} +\input{sections/projects.tex} -\begin{entrylist} -\entry% -{since 2014} -{Port of Brisbane Operations \& Maintenance Studies} -{Brisbane, Queensland} -{\emph{Port of Brisbane Pty Ltd} \\ -Conducted assessment of various existing wharf structural components at the Port of Brisbane.} -\end{entrylist} - -\begin{entrylist} -\entry% -{2014--15} -{Burrum Heads Boat Ramp and Car Trailer Park} -{Burrum Heads, Queensland} -{\emph{Department of Transport and Main Roads (Queensland Government)} \\ -Completed detail design new boat ramp facilities, groyne, shore protection and drainage works.} -\end{entrylist} - -\begin{entrylist} -\entry% -{2014} -{Legacy Way Residential Property Condition Surveys} -{Indooroopilly, Queensland} -{\emph{Transcity Joint Venture} \\ -Conducted condition surveys of nearby residential buildings to assess impacts of construction works.} -\end{entrylist} - - -\begin{entrylist} -\entry% -{2012--13} -{Townsville Port Inner Harbour Expansion (TPIX)} -{Townsville, Queensland} -{\emph{Port of Townsville} \\ -Completed detailed design and site supervision of berth upgrade and new cruise terminal building works.} -\end{entrylist} - -% \begin{entrylist} -% \entry% -% {2012} -% {East Swanson Dock Crane Unloading Verification} -% {Melbourne, Victoria} -% {\emph{Patrick Terminals} \\ -% Assessed capacity of wharf under temporary loads imposed by new quay container crane unloading.} -% \end{entrylist} - -\begin{entrylist} -\entry% -{2011--14} -{Gorgon LNG Construction Support} -{Barrow Island, Western Australia} -{\emph{Chevron Australia} \\ -Performed detailed design and provided site support for a large steel mechanical barge ramp.} -\end{entrylist} - -% \begin{entrylist} -% \entry% -% {2011--12} -% {Margate Seawall} -% {Redcliffe, Queensland} -% {\emph{Moreton Bay Regional Council} \\ -% Completed detailed design of precast stepped sea wall units to combat erosion of shoreline. } -% \end{entrylist} - - -%---------------------------------------------------------------------------------------- -% VOLUNTEER SECTION -%---------------------------------------------------------------------------------------- \newpage -\section{volunteer} - -\begin{entrylist} -\entry% -{2012--15} -{Young Engineers Australia Queensland} -{Brisbane, Queensland} -{\emph{Treasurer} \\ -YEAQ is a special interest group of Engineers Australia aimed at supporting young engineers. -\begin{itemize} -\item Budgeted, managed and monitored the group's finances -\item Attracted over \$25,000 in industry sponsorship during the '13--'14 financial year. -\item Advised the committee on strategy to ensure events and initiatives were financially feasible. -\item Responsible for financial administration; keeping up-to-date records and ensuring the group complied with internal processes and procedures. -\end{itemize}} -\end{entrylist} - -\begin{entrylist} -\entry% -{2012--15} -{IMPACT (KBR Graduate Program)} -{Brisbane, Australia} -{\emph{Graduate Program Coordinator} \\ -IMPACT is a network of developing professionals with 0--7 years of experience within KBR. -\begin{itemize} -\item Involved on a state and national level to deliver training and social activities to graduates. -\item Proposed and monitored budget for social activities. -\item Coordinated Australia's participation in company-wide events, such as Green Week and Global Week. -\end{itemize}} -\end{entrylist} - - -\end{document} -%%% Local Variables: -%%% mode: LaTeX -%%% TeX-PDF-mode: t -%%% TeX-engine: xetex -%%% End: +\input{sections/volunteer.tex} diff --git a/src/letter.tex b/src/letter.tex deleted file mode 100644 index 8859c2e..0000000 --- a/src/letter.tex +++ /dev/null @@ -1,110 +0,0 @@ -\documentclass[paper=a4,fontsize=11pt,DIV=16, parskip=half,firstfoot=false]{scrlttr2} - -\usepackage[english]{babel} -\usepackage{graphicx} -%\usepackage[protrusion=true,expansion=true]{microtype} -%\usepackage{helvet} -\usepackage[hidelinks]{hyperref} - -\usepackage[T1]{fontenc} -\usepackage[subtle]{savetrees} -\KOMAoptions{fromalign=right, fromlogo=false, addrfield=true, fromrule=afteraddress, backaddress=off, subject=titled, subject=left, parskip=half,pagenumber=no, fromphone=off,fromemail=off,parskip=half,firstfoot=false, foldmarks=false,foldmarks=lm,enlargefirstpage} - -% \usepackage{showframe} - -\setlength\footskip{10pt} -\setlength\textheight{750pt} - -\setkomavar{fromname}{Chris Leaman} -\setkomavar{signature}{} -\setkomavar{fromaddress}{2/65 Eversley Tce\\Yeronga QLD 4104\\Australia} -\setkomavar{fromemail}{ckleaman@gmail.com} -\setkomavar{fromphone}{+61 488 404 949} -\setkomavar{subject}{Application for Ports \& Harbours Engineer position} - -\newcommand{\forceindent}{\leavevmode{\parindent=1em\indent}} - -% SPECIFY FONT -%====================================== -\RequirePackage[quiet]{fontspec} -%\newfontfamily\bodyfont[]{HelveticaNeueLTStd-Lt} -%\newfontfamily\thinfont[]{HelveticaNeueLTStd-UltLt} -%\newfontfamily\headingfont[]{HelveticaNeueLTStd-BdCn} - -\defaultfontfeatures{Mapping=tex-text} -\setmainfont[Mapping=tex-text, Color=textcolor]{HelveticaNeueLTStd-Lt} - - -% %Footer on first page -% %==================== -% \firstfoot{% -% \scriptsize{ -% \parbox{\useplength{firstfootwidth}}{ -% %\rule{180mm}{0.5pt} -% %\begin{tabular}{cc} -% % \usekomavar{fromname}\\ -% % \usekomavar{fromaddress}\\ -% % \end{tabular}\hfill -% \begin{tabular}{ll} -% Email: \usekomavar{fromemail}\\ -% Mobile: \usekomavar{fromphone}\\ -% %Web: \href{http://www.lea.mn}{www.lea.mn}\\ -% \end{tabular}\hfill -% % \begin{tabular}{rr} -% % \usekomavar{frombank}\\ -% % \end{tabular} -% }} -% } - -% \makeatletter -% \@addtoplength{toaddrvpos}{-30pt} -% \@addtoplength{refvpos}{-30pt} -% \makeatother - -\begin{document} -\begin{letter}{Geoff Cooper\\Ports and Harbours Manager\\Klohn Crippen Berger\\Vancouver, Canada} -\opening{Dear Geoff,} - -A mutual colleague, Nicole Anderson (Klohn Crippen Berger, Calgary), recommended that I contact you directly in regards to any open Port and Harbour Engineer positions which might be open. - -I am currently working as a Ports \& Marine Structural Engineer for KBR in Brisbane, Australia and am looking to relocate to Vancouver at the end of this year. I believe my current experience would be an ideal match for your group. Below is a brief summary of experience: - -\begin{itemize} -\item Ports \& Maritime Engineer with six years Australian consultancy experience -\item Experienced with design of reinforced concrete and structural steel in the context of ports, wharves and retaining walls -\item Limited experience in coastal and hydraulic modelling -\item Previous clients include Australia ports, city councils and international oil and gas companies -\item Site construction experience at the Port of Townsville, Australia -\item Graduated 2010 with Bachelor of Engineering (Extended Majoring in Civil Engineering) with Honors -\item Proficient with finite element analysis software and programming (Excel VBA, Python) -\item Eligible for P.Eng after a year of work in Canada -\item Eligible for Canadian work visa -\end{itemize} - -I will be visiting Vancouver from August 1st to 8th and would love the opportunity to meet for a coffee or interview to discuss potential opportunities. - -% I am currently working in engineering consulting as Coastal and Maritime Engineer, where I have been involved with coastal and flood modelling as well as the structural design of port and marine infrastructure for the past six years. - -% Over time, I have found the aspects of my job I am most passionate about are developing software to perform analysis on large amounts of data. -% I have been involved with simulations of dam operating strategies, wave and mooring analyses, and flooding risk analyses. -% I am at the stage where I have the core skills to provide these specialist services, but I am looking to increase my expertise in this area. - -% I am a quick learner and can offer experience relating to the maritime industry. -% I am especially excited about the diversity of projects at Polymathian and hope that I can be involved with the company. -% As I do not currently have code to present as an example of my work, I am happy to demonstrate my skills with a small project of your choosing. - -% I have five years experience working with a large engineering consultancy and have been performing data analysis as part of my role within the maritime and coastal engineering field. -% I am keen to get more exposure to challenging big data applications and I see this position as the perfect role to help me achieve this. - -\forceindent Sincerely, \\ -\includegraphics[scale=0.80]{media/signature.png} \\ -Chris Leaman - -% \closing{Sincerely, \\ -% \includegraphics[scale=0.80]{signature.png} \\ -% Chris Leaman} - -%\encl{Curriculum Vitae} - -\end{letter} -\end{document} \ No newline at end of file diff --git a/src/media/signature.pdf b/src/media/signature.pdf deleted file mode 100644 index 4018f8b..0000000 Binary files a/src/media/signature.pdf and /dev/null differ diff --git a/src/media/signature.png b/src/media/signature.png deleted file mode 100644 index 8cfe8e7..0000000 Binary files a/src/media/signature.png and /dev/null differ diff --git a/src/contacts/contact-web.tex b/src/sections/contact.tex similarity index 100% rename from src/contacts/contact-web.tex rename to src/sections/contact.tex diff --git a/src/sections/education.tex b/src/sections/education.tex new file mode 100644 index 0000000..d257616 --- /dev/null +++ b/src/sections/education.tex @@ -0,0 +1,23 @@ + +\section{education} +\begin{entrylist} + %------------------------------------------------ +\entry% +{2018--22} +{Doctor of Philosophy {\normalfont (Coastal Engineering)}}% +{Sydney, New South Wales} +{\emph{The University of New South Wales - Water Research Laboratory} + \begin{itemize} + \item Research topic: \textit{`Novel Remote Sensing and Machine Learning Applications for Regional Storm Wave Runup Forecasting`} + \end{itemize} +} + +%------------------------------------------------ +\entry% +{2007--10} +{Bachelor of Engineering {\normalfont (Extended Major in Civil Engineering) (Hons. IIA)}}% +{Brisbane, Queensland} +{\emph{The University of Queensland} +} +%------------------------------------------------ +\end{entrylist} diff --git a/src/sections/experience.tex b/src/sections/experience.tex new file mode 100644 index 0000000..8b99f2b --- /dev/null +++ b/src/sections/experience.tex @@ -0,0 +1,51 @@ + +\section{positions held} + +\begin{entrylist} + +\entry% +{2017--18\\ +2011--16} +{\vspace*{-4.6ex}\\Structural Engineer (Maritime \& Coastal)\\ +Graduate Structural Engineer (Maritime \& Coastal)}% +{Brisbane, Queensland} +{\emph{Kellogg, Brown \& Root}} + +& Key skills and responsibilities:\\ + +\entrybulletsindented% +{} +{Coastal, hydraulic and hydrologic modelling} +{} +{\begin{itemize} +\item Modelling coastal processes including waves and sediment transport using DELFT3D +\item Building and developing TUFLOW models to simulate flood events +\item Developing flood studies and risk assessments for regional towns and rail tracks +\end{itemize} +} + +\entrybulletsindented% +{} +{Structural engineering of maritime structures} +{} +{\begin{itemize} + \item Completing structural design and detailing of wharves, dolphins, sea walls and ramps + \item Performing complex finite element analysis using Strand7 + \item Inspecting site works for design verification and construction support purposes +\end{itemize} +} + +\entrybulletsindented% +{} +{Programming and documentation} +{} +{\begin{itemize} +\item Developing Excel VBA and Python scripts to perform large scale, complex analysis +\item Writing technical reports, specification and proposal documents + +\end{itemize}} + + + +%------------------------------------------------ +\end{entrylist} \ No newline at end of file diff --git a/src/sections/memberships.tex b/src/sections/memberships.tex new file mode 100644 index 0000000..030cb47 --- /dev/null +++ b/src/sections/memberships.tex @@ -0,0 +1,12 @@ +\section{professional memberships} +\begin{entrylist} +%------------------------------------------------ +\entry% +{since 2017} +{Chartered Professional Engineer {\normalfont (CPEng) (Structural)}\\ +National Engineering Register {\normalfont (NER) (Structural)}}% +{} +{\emph{Engineers Australia} +} +%------------------------------------------------ +\end{entrylist} \ No newline at end of file diff --git a/src/sections/projects.tex b/src/sections/projects.tex new file mode 100644 index 0000000..1fab0b0 --- /dev/null +++ b/src/sections/projects.tex @@ -0,0 +1,154 @@ + + +\section{hydraulic/coastal modelling projects} + +\begin{entrylist} +\entry% +{since 2015} +{Callide Dam Operation Study} +{Biloela, Queensland} +{\emph{Department of Energy and Water Supply (Queensland Government) and SunWater} \\ +Investigated the feasibility of operating Callide Dam as a flood mitigation dam after the Feb 2015 flood event. Used Python to conduct numerical dam simulation and automate plotting of results. } +\end{entrylist} + +\begin{entrylist} +\entry% +{2015--2016} +{Dawson River Flood Study} +{Banana, Queensland} +{\emph{Banana Shire Council} \\ +Developed TUFLOW models and simulated future flood scenarios to identify areas of risk. } +\end{entrylist} + +\begin{entrylist} +\entry% +{2015} +{ARTC Track Drainage Risk Assessment} +{Tarcoola, South Australia} +{\emph{Australian Rail Track Corporation} \\ +Assessed risk of rail track overtopping during flood events using catchment analysis.} +\end{entrylist} + +\begin{entrylist} +\entry% +{2014--15} +{Patterson River and Queenscliff Dredging Review} +{Melbourne, Victoria} +{\emph{Parks Victoria} \\ +Completed modelling of Port Philip bay to optimize Parks Victoria's dredging program at river entrances.} +\end{entrylist} + +\begin{entrylist} +\entry% +{2014--15} +{Wave Buoy Data Recovery, Processing and Management} +{Deagon, Queensland} +{\emph{Coastal Impacts Unit (Queensland Government)} \\ +Produced and documented MATLAB and Python scripts to consolidate historical wave buoy data.} +\end{entrylist} + +% \begin{entrylist} +% \entry% +% {2012--14} +% {Jazan Refinery Sea Water Cooling System} +% {Jazan Economic City, Saudi Arabia} +% {\emph{Saudi Aramco} \\ +% Evaluated hydraulic performance of cooling system under varying operational conditions.} +% \end{entrylist} + + +\begin{entrylist} +\entry% +{2011--12} +{Browse LNG Port Operability Study} +{James Price Point, Western Australia} +{\emph{Woodside Energy} \\ +Identified critical sea states for using wave hindcast data for use in mooring analysis.} +\end{entrylist} +\\ + + +\section{ structural engineering projects} + +\begin{entrylist} +\entry% +{since 2016} +{Kingsford Smith Drive Upgrade} +{Brisbane, Queensland} +{\emph{Lendlease/Brisbane City Council} \\ +Performed detailed design of cantilever retaining wall structure for road widening over the Brisbane River. Used Python to complete optimised structural design of piled retaining wall structure in highly variable geotechnical conditions. +} +\end{entrylist} + +\begin{entrylist} +\entry% +{2015} +{Osborne No. 1 Berth Upgrade} +{Adelaide, Queensland} +{\emph{Flinders Port Holdings Pty Ltd} \\ +Developed wharf strengthening concept design to enable berth to accommodate larger vessels.} +\end{entrylist} + +\begin{entrylist} +\entry% +{since 2014} +{Port of Brisbane Operations \& Maintenance Studies} +{Brisbane, Queensland} +{\emph{Port of Brisbane Pty Ltd} \\ +Conducted assessment of various existing wharf structural components at the Port of Brisbane.} +\end{entrylist} + +\begin{entrylist} +\entry% +{2014--15} +{Burrum Heads Boat Ramp and Car Trailer Park} +{Burrum Heads, Queensland} +{\emph{Department of Transport and Main Roads (Queensland Government)} \\ +Completed detail design new boat ramp facilities, groyne, shore protection and drainage works.} +\end{entrylist} + +\begin{entrylist} +\entry% +{2014} +{Legacy Way Residential Property Condition Surveys} +{Indooroopilly, Queensland} +{\emph{Transcity Joint Venture} \\ +Conducted condition surveys of nearby residential buildings to assess impacts of construction works.} +\end{entrylist} + + +\begin{entrylist} +\entry% +{2012--13} +{Townsville Port Inner Harbour Expansion (TPIX)} +{Townsville, Queensland} +{\emph{Port of Townsville} \\ +Completed detailed design and site supervision of berth upgrade and new cruise terminal building works.} +\end{entrylist} + +% \begin{entrylist} +% \entry% +% {2012} +% {East Swanson Dock Crane Unloading Verification} +% {Melbourne, Victoria} +% {\emph{Patrick Terminals} \\ +% Assessed capacity of wharf under temporary loads imposed by new quay container crane unloading.} +% \end{entrylist} + +\begin{entrylist} +\entry% +{2011--14} +{Gorgon LNG Construction Support} +{Barrow Island, Western Australia} +{\emph{Chevron Australia} \\ +Performed detailed design and provided site support for a large steel mechanical barge ramp.} +\end{entrylist} + +% \begin{entrylist} +% \entry% +% {2011--12} +% {Margate Seawall} +% {Redcliffe, Queensland} +% {\emph{Moreton Bay Regional Council} \\ +% Completed detailed design of precast stepped sea wall units to combat erosion of shoreline. } +% \end{entrylist} diff --git a/src/sections/publications.tex b/src/sections/publications.tex new file mode 100644 index 0000000..29255b4 --- /dev/null +++ b/src/sections/publications.tex @@ -0,0 +1,4 @@ +\section{publications} +\begin{adjustwidth}{2cm}{} +Stewart, J \& Leaman, C 2013 'Validation of dredge plume modeling inputs', in {\emph{Coasts \& Ports 2013 Conference: 21st Australasian Coastal and Ocean Engineering Conference, Sydney N.S.W.}} Ed. Turner, I \& Couriel E. Barton, A.C.T: Engineers Australia, 2013 +\end{adjustwidth} \ No newline at end of file diff --git a/src/sections/software.tex b/src/sections/software.tex new file mode 100644 index 0000000..70956ed --- /dev/null +++ b/src/sections/software.tex @@ -0,0 +1,23 @@ + +% \section{software} +% \begin{adjustwidth}{2cm}{} +% \vspace{-2\parskip} +% \begin{multicols}{4} +% DELFT3D\\ +% MIKE21\\ +% TUFLOW\\ +% \\ +% Python\\ +% Excel VBA\\ +% MATLAB\\ +% \\ +% AutoCAD\\ +% \LaTeX\\ +% ArcGIS\\ +% \\ +% Strand7\\ +% Microstran\\ +% STAAD Pro\\ +% \end{multicols} +% \vspace{-3\parskip} +% \end{adjustwidth} \ No newline at end of file diff --git a/src/sections/summary.tex b/src/sections/summary.tex new file mode 100644 index 0000000..5d93a20 --- /dev/null +++ b/src/sections/summary.tex @@ -0,0 +1,7 @@ +\section{professional summary} +\begin{adjustwidth}{2cm}{} + Current PhD Student at UNSW WRL, investigating regional scale storm wave forecasting in the context of an Australian coastal hazards Early Warning System. + Chartered Professional coastal and maritime engineer (CPEng \& RPEQ) with a variety of extensive skills in structural engineering, coastal modelling, and hydraulic modelling. + Seven years of diverse experience as an engineering consultant, demonstrating adaptability and flexibility to work effectively in autonomous and team environments.\\ + \vspace{-2\parskip} +\end{adjustwidth} \ No newline at end of file diff --git a/src/sections/volunteer.tex b/src/sections/volunteer.tex new file mode 100644 index 0000000..393a6e1 --- /dev/null +++ b/src/sections/volunteer.tex @@ -0,0 +1,34 @@ + +\section{volunteer} + +\begin{entrylist} +\entry% +{2012--15} +{Young Engineers Australia Queensland} +{Brisbane, Queensland} +{\emph{Treasurer} \\ +YEAQ is a special interest group of Engineers Australia aimed at supporting young engineers. +\begin{itemize} +\item Budgeted, managed and monitored the group's finances +\item Attracted over \$25,000 in industry sponsorship during the '13--'14 financial year. +\item Advised the committee on strategy to ensure events and initiatives were financially feasible. +\item Responsible for financial administration; keeping up-to-date records and ensuring the group complied with internal processes and procedures. +\end{itemize}} +\end{entrylist} + +\begin{entrylist} +\entry% +{2012--15} +{IMPACT (KBR Graduate Program)} +{Brisbane, Australia} +{\emph{Graduate Program Coordinator} \\ +IMPACT is a network of developing professionals with 0--7 years of experience within KBR. +\begin{itemize} +\item Involved on a state and national level to deliver training and social activities to graduates. +\item Proposed and monitored budget for social activities. +\item Coordinated Australia's participation in company-wide events, such as Green Week and Global Week. +\end{itemize}} +\end{entrylist} + + +\end{document} \ No newline at end of file diff --git a/texlive/texlive_packages b/texlive/texlive_packages index 2fa9262..1931f3b 100644 --- a/texlive/texlive_packages +++ b/texlive/texlive_packages @@ -10,3 +10,4 @@ tikz parskip unicode-math xetex +ghostscript