Added new sections and images
@ -1,6 +1,6 @@
|
||||
baseURL = 'http://example.org/'
|
||||
languageCode = 'en-us'
|
||||
title = 'My New Hugo Site'
|
||||
title = 'Alex Gebben Personal Webpage'
|
||||
theme ='notrack'
|
||||
[params]
|
||||
author = 'Alex Gebben'
|
||||
|
||||
26
gebben.org/content/Areas_of_interst.md
Normal file
@ -0,0 +1,26 @@
|
||||
---
|
||||
title: "Focuses"
|
||||
date: 2022-07-21T16:02:54-06:00
|
||||
menu:
|
||||
main:
|
||||
title: "Areas of Emphases"
|
||||
weight: 200
|
||||
---
|
||||
|
||||
## Ground \& Surface Water
|
||||
|
||||
Test of the heading space
|
||||
> Test of block quotes
|
||||
|
||||
## Wind
|
||||
|
||||
## Oil \& Gas
|
||||
|
||||
## Bitcoin
|
||||
|
||||
## Rare Earth Element's
|
||||
|
||||
## Lithium
|
||||
|
||||
{{< image float="left" frame="true" width="9em" src="/R_logo.png" alt="R econometrics " >}}
|
||||
|
||||
@ -4,7 +4,7 @@ date: 2022-07-21T13:24:35-06:00
|
||||
menu:
|
||||
main:
|
||||
title: "Resume"
|
||||
weight: 200
|
||||
weight: 400
|
||||
---
|
||||
{{< container >}}
|
||||
{{< resume-section title="About Me" >}}
|
||||
|
||||
@ -4,7 +4,7 @@ date: 2022-07-21T16:02:54-06:00
|
||||
menu:
|
||||
main:
|
||||
title: "Skills"
|
||||
weight: 100
|
||||
weight: 300
|
||||
---
|
||||
{{< image float="left" frame="true" width="9em" src="/R_logo.png" alt="R econometrics " >}}
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>My New Hugo Site - 404 Page not found </title>
|
||||
<title>Alex Gebben Personal Webpage - 404 Page not found </title>
|
||||
<link rel="stylesheet" type="text/css" href="http://example.org/css/fonts.css">
|
||||
<link rel="stylesheet" type="text/css" href="http://example.org/css/fontawesome.css">
|
||||
<link rel="stylesheet" type="text/css" href="http://example.org/css/styles.css">
|
||||
@ -18,6 +18,11 @@
|
||||
</div>
|
||||
<nav>
|
||||
<ul class="navbar">
|
||||
<li class="">
|
||||
<a href="/areas_of_interst/">
|
||||
<span>Areas of Emphases</span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="">
|
||||
<a href="/">
|
||||
<span>Home</span>
|
||||
|
||||
BIN
gebben.org/public/LaTex.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
gebben.org/public/R_logo.png
Normal file
|
After Width: | Height: | Size: 93 KiB |
115
gebben.org/public/areas_of_interst/index.html
Normal file
@ -0,0 +1,115 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Alex Gebben Personal Webpage - Areas of Emphases </title>
|
||||
<link rel="stylesheet" type="text/css" href="http://example.org/css/fonts.css">
|
||||
<link rel="stylesheet" type="text/css" href="http://example.org/css/fontawesome.css">
|
||||
<link rel="stylesheet" type="text/css" href="http://example.org/css/styles.css">
|
||||
|
||||
|
||||
<meta charset="UTF-8">
|
||||
<meta name="author" content="Alex Gebben">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
</head>
|
||||
<body>
|
||||
<header class="page-header">
|
||||
<div class="myname">
|
||||
<h2><a href="http://example.org/">Alex Gebben</a></h2>
|
||||
</div>
|
||||
<nav>
|
||||
<ul class="navbar">
|
||||
<li class="activetab">
|
||||
<a href="/areas_of_interst/">
|
||||
<span>Areas of Emphases</span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="">
|
||||
<a href="/">
|
||||
<span>Home</span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="">
|
||||
<a href="/skills/">
|
||||
<span>Skill Sets</span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="">
|
||||
<a href="/resume/">
|
||||
<span>Resume</span>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
<div id="content">
|
||||
<main>
|
||||
<article>
|
||||
|
||||
<h1 class="page-title">Areas of Emphases</h1>
|
||||
|
||||
<figure class="image-shortcode frame left"
|
||||
style="width: 9em;">
|
||||
<img src="http://example.org/R_logo.png"
|
||||
alt="R econometrics "/>
|
||||
</figure>
|
||||
|
||||
<p>I have experience using R complex work flows. While R is useful for perfuming complex econometrics, I also leverage it to collect, process and manage data sets.</p>
|
||||
<p>In one of my thesis chapters I used R to automatically scrape the most up to date data from NOAA, and the EIA. Enverus oil well data was processed using a custom package that applies engineering estimates of oil & gas production. This was combined with time series econometric models that checked for structural breaks in the engineering estimates, an indication of hydraulic fracturing. The result is predictions of oil and gas production and timing decisions of stimulations for all wells in the United States.
|
||||
<!-- raw HTML omitted -->
|
||||
<figure class="image-shortcode frame left"
|
||||
style="width: 10em;">
|
||||
<img src="http://example.org/LaTex.png"
|
||||
alt="LaTax Reports"/>
|
||||
</figure>
|
||||
</p>
|
||||
<p>LaTex has become my primary means of writing illustrative documents, both in written form and in beamer for presentations.</p>
|
||||
<p>I have found that LaTex has unlocked my writing potential allowing me to simply show complex data. The many LaTex packages available have streamlined the creation of informative diagrams while allowing the formatting to remain consistent.
|
||||
My work flow includes merging R and LaTex, forming figures in R that are automatically converted to pure LaTex.</p>
|
||||
<figure class="image-shortcode frame left"
|
||||
style="width: 11em;">
|
||||
<img src="http://example.org/gams.svg"
|
||||
alt="GAMS modelling"/>
|
||||
</figure>
|
||||
|
||||
<p>I have a working knowledge of GAMS having used it to create a market model of the electricity sector. I have implemented it in created a generalized equilibrium model of the electricity sector, accounting for constraints and growth in the labor market. The final model estimated the flow of employment and resources to archetypical sectors under changes in renewable energy subsides.</p>
|
||||
<figure class="image-shortcode frame left"
|
||||
style="width: 7em;">
|
||||
<img src="http://example.org/sql.png"
|
||||
alt="SQL data management"/>
|
||||
</figure>
|
||||
|
||||
<p>I used SQL professionally for just over two years. I was the point of contact for companies such as BP and Devon energy, to help them understand data issues by directly linking to the SQL database. While I can perform basic data base administrative tests, my strongest skill set in sql is generating reports and data summaries of non-intuitive trends in the data set.</p>
|
||||
<p>In my own research I have leveraged this knowledge to get more data out of the Colorado Hydrobase system. After downloading the sql database I was able to use data tables not reported on the website and create time series of ownership for ditches and wells.</p>
|
||||
<figure class="image-shortcode frame left"
|
||||
style="width: 7.5em;">
|
||||
<img src="http://example.org/linux.png"
|
||||
alt="Linux Server and Bash Scripting"/>
|
||||
</figure>
|
||||
|
||||
<p>I use Linux computers daily and have the ability manage servers, run cron jobs, and perform other task on purely free and open software. This website as well as my git server is hosted on Debian servers.</p>
|
||||
<p>Related skills such as remotely managing computers, have assisted me in managing computationally heavy econometrics jobs while keeping resource open for critical tasks.</p>
|
||||
<figure class="image-shortcode frame left"
|
||||
style="width: 11em;">
|
||||
<img src="http://example.org/python.png"
|
||||
alt="Python"/>
|
||||
</figure>
|
||||
|
||||
<p>I am in the process of learning python and plan to be proficient in a couple of months. However I have employed python for specific tasks, and can work my way through some python code.
|
||||
I have used python to clean image files to pinpointing relevant attributes of farm parcels. In the same project it was applied to create a script the controlled a mouse and keyboard to collect data that has to be manually selected.</p>
|
||||
<figure class="image-shortcode frame left"
|
||||
style="width: 11em;">
|
||||
<img src="http://example.org/vba.jpg"
|
||||
alt="VBA \& Excell"/>
|
||||
</figure>
|
||||
|
||||
<p>I have an extensive understanding of Visual Basic in Excell and other advanced features. I have coded excell functions that speed up workflows, including matching EIA natural gas export points that correlate with eachother over time, and correcting failed SQL code to run correctly.</p>
|
||||
|
||||
|
||||
</article>
|
||||
</main>
|
||||
|
||||
</div><footer>
|
||||
<span></span>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>My New Hugo Site - Categories </title>
|
||||
<title>Alex Gebben Personal Webpage - Categories </title>
|
||||
<link rel="stylesheet" type="text/css" href="http://example.org/css/fonts.css">
|
||||
<link rel="stylesheet" type="text/css" href="http://example.org/css/fontawesome.css">
|
||||
<link rel="stylesheet" type="text/css" href="http://example.org/css/styles.css">
|
||||
@ -10,7 +10,7 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="author" content="Alex Gebben">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="alternate" type="application/rss+xml" href="http://example.org/categories/index.xml" title="My New Hugo Site" />
|
||||
<link rel="alternate" type="application/rss+xml" href="http://example.org/categories/index.xml" title="Alex Gebben Personal Webpage" />
|
||||
</head>
|
||||
<body>
|
||||
<header class="page-header">
|
||||
@ -19,6 +19,11 @@
|
||||
</div>
|
||||
<nav>
|
||||
<ul class="navbar">
|
||||
<li class="">
|
||||
<a href="/areas_of_interst/">
|
||||
<span>Areas of Emphases</span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="">
|
||||
<a href="/">
|
||||
<span>Home</span>
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>My New Hugo Site</title>
|
||||
<title>Alex Gebben Personal Webpage</title>
|
||||
<link>http://example.org/categories/</link>
|
||||
<description>Latest blog posts from My New Hugo Site</description>
|
||||
<description>Latest blog posts from Alex Gebben Personal Webpage</description>
|
||||
|
||||
|
||||
<language>en-us</language>
|
||||
|
||||
94
gebben.org/public/gams.svg
Normal file
@ -0,0 +1,94 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Generator: Adobe Illustrator 20.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
|
||||
<svg
|
||||
version="1.0"
|
||||
id="Layer_1"
|
||||
x="0px"
|
||||
y="0px"
|
||||
viewBox="0 0 223.5 66"
|
||||
style="enable-background:new 0 0 223.5 66;"
|
||||
xml:space="preserve"
|
||||
sodipodi:docname="gams_logo.svg"
|
||||
inkscape:version="1.1 (c4e8f9ed74, 2021-05-24)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"><metadata
|
||||
id="metadata29"><rdf:RDF><cc:Work
|
||||
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
|
||||
id="defs27" /><sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1546"
|
||||
inkscape:window-height="1368"
|
||||
id="namedview25"
|
||||
showgrid="false"
|
||||
inkscape:zoom="6.783163"
|
||||
inkscape:cx="77.544945"
|
||||
inkscape:cy="58.674692"
|
||||
inkscape:window-x="2928"
|
||||
inkscape:window-y="38"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="Layer_1"
|
||||
inkscape:pagecheckerboard="0" />
|
||||
<style
|
||||
type="text/css"
|
||||
id="style2">
|
||||
.st0{fill:#FFFFFF;}
|
||||
.st1{fill:#F39619;}
|
||||
</style>
|
||||
<rect
|
||||
class="st0"
|
||||
width="220.30426"
|
||||
height="66"
|
||||
id="rect4"
|
||||
x="0.3091726"
|
||||
y="0"
|
||||
style="stroke-width:0.992825" />
|
||||
<path
|
||||
d="m 85.31343,19.3 c 6.4,0 9.7,3.2 9.7,3.2 l -1.9,2.8 c 0,0 -3,-2.6 -7.5,-2.6 -6.3,0 -10.1,4.6 -10.1,10.3 0,6.2 4.2,10.5 9.9,10.5 4.6,0 7.6,-3.3 7.6,-3.3 v -3.9 h -4.4 V 33 h 7.8 v 13.5 h -3.3 v -1.7 c 0,-0.6 0,-1.1 0,-1.1 h -0.1 c 0,0 -2.9,3.3 -8.2,3.3 -7.2,0 -13.2,-5.7 -13.2,-13.9 0.1,-7.7 5.9,-13.8 13.7,-13.8 z"
|
||||
id="path6"
|
||||
style="fill:#2b1a02;fill-opacity:1" />
|
||||
<path
|
||||
d="m 127.31343,38.8 h -10.1 l -2.7,7.7 h -3.9 l 9.6,-26.8 h 3.9 l 9.6,26.8 h -3.9 z m -5.1,-15.4 c 0,0 -0.6,2.4 -1.1,3.8 l -3,8.5 h 8.1 l -3,-8.5 c -0.3,-1.3 -0.9,-3.8 -1,-3.8 z"
|
||||
id="path8"
|
||||
style="fill:#2b1a02;fill-opacity:1" />
|
||||
<path
|
||||
d="m 150.31343,19.7 h 3.9 l 6.1,14.5 c 0.6,1.5 1.3,3.6 1.3,3.6 h 0.1 c 0,0 0.7,-2.1 1.3,-3.6 l 6.1,-14.5 h 3.9 l 2.2,26.8 h -3.7 l -1.3,-16.9 c -0.1,-1.6 0,-3.9 0,-3.9 h -0.1 c 0,0 -0.8,2.5 -1.4,3.9 l -5.3,12.1 h -3.3 l -5.3,-12.1 c -0.6,-1.4 -1.4,-4 -1.4,-4 h -0.1 c 0,0 0,2.4 -0.1,4 l -1.3,16.9 h -3.8 z"
|
||||
id="path10"
|
||||
style="fill:#2b1a02;fill-opacity:1" />
|
||||
<path
|
||||
d="m 192.71343,40.7 c 0,0 2.8,2.9 6.8,2.9 2.5,0 4.6,-1.4 4.6,-3.9 0,-5.8 -13,-4.5 -13,-12.8 0,-4.2 3.6,-7.5 8.6,-7.5 5,0 7.6,2.7 7.6,2.7 l -1.7,3.1 c 0,0 -2.5,-2.3 -5.9,-2.3 -2.8,0 -4.9,1.8 -4.9,3.9 0,5.5 13,4.1 13,12.7 0,4.1 -3.2,7.5 -8.5,7.5 -5.7,0 -8.9,-3.5 -8.9,-3.5 z"
|
||||
id="path12"
|
||||
style="fill:#2b1a02;fill-opacity:1" />
|
||||
<g
|
||||
id="g22"
|
||||
transform="translate(-2.8865705,-0.25733488)">
|
||||
<path
|
||||
d="M 3.1,34 V 62.7 H 31 V 35.2 C 18.2,25 6,32.1 3.1,34 Z"
|
||||
id="path14"
|
||||
style="fill:#2b1a02;fill-opacity:1" />
|
||||
<path
|
||||
d="M 34.5,36.6 V 62.7 H 62.4 V 27.8 c -1.5,1.6 -14,12.6 -27.9,8.8 z"
|
||||
id="path16"
|
||||
style="fill:#2b1a02;fill-opacity:1" />
|
||||
<g
|
||||
id="g20">
|
||||
<path
|
||||
class="st1"
|
||||
d="M 32.9,30.4 C 47.1,35.7 62.4,17.8 62.4,17.8 V 3.2 H 3.1 v 28 c 10.6,-6.7 15.9,-6 29.8,-0.8 z"
|
||||
id="path18" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.5 KiB |
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta name="generator" content="Hugo 0.101.0" />
|
||||
<title>My New Hugo Site - Home </title>
|
||||
<title>Alex Gebben Personal Webpage - Home </title>
|
||||
<link rel="stylesheet" type="text/css" href="http://example.org/css/fonts.css">
|
||||
<link rel="stylesheet" type="text/css" href="http://example.org/css/fontawesome.css">
|
||||
<link rel="stylesheet" type="text/css" href="http://example.org/css/styles.css">
|
||||
@ -11,7 +11,7 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="author" content="Alex Gebben">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="alternate" type="application/rss+xml" href="http://example.org/index.xml" title="My New Hugo Site" />
|
||||
<link rel="alternate" type="application/rss+xml" href="http://example.org/index.xml" title="Alex Gebben Personal Webpage" />
|
||||
</head>
|
||||
<body>
|
||||
<header class="page-header">
|
||||
@ -20,6 +20,11 @@
|
||||
</div>
|
||||
<nav>
|
||||
<ul class="navbar">
|
||||
<li class="">
|
||||
<a href="/areas_of_interst/">
|
||||
<span>Areas of Emphases</span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="activetab">
|
||||
<a href="/">
|
||||
<span>Home</span>
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>My New Hugo Site</title>
|
||||
<title>Alex Gebben Personal Webpage</title>
|
||||
<link>http://example.org/</link>
|
||||
<description>Latest blog posts from My New Hugo Site</description>
|
||||
<description>Latest blog posts from Alex Gebben Personal Webpage</description>
|
||||
|
||||
|
||||
<language>en-us</language>
|
||||
|
||||
BIN
gebben.org/public/linux.png
Normal file
|
After Width: | Height: | Size: 980 KiB |
BIN
gebben.org/public/python.png
Normal file
|
After Width: | Height: | Size: 82 KiB |
139
gebben.org/public/resume/index.html
Normal file
@ -0,0 +1,139 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Alex Gebben Personal Webpage - Resume </title>
|
||||
<link rel="stylesheet" type="text/css" href="http://example.org/css/fonts.css">
|
||||
<link rel="stylesheet" type="text/css" href="http://example.org/css/fontawesome.css">
|
||||
<link rel="stylesheet" type="text/css" href="http://example.org/css/styles.css">
|
||||
|
||||
|
||||
<meta charset="UTF-8">
|
||||
<meta name="author" content="Alex Gebben">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
</head>
|
||||
<body>
|
||||
<header class="page-header">
|
||||
<div class="myname">
|
||||
<h2><a href="http://example.org/">Alex Gebben</a></h2>
|
||||
</div>
|
||||
<nav>
|
||||
<ul class="navbar">
|
||||
<li class="">
|
||||
<a href="/areas_of_interst/">
|
||||
<span>Areas of Emphases</span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="">
|
||||
<a href="/">
|
||||
<span>Home</span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="">
|
||||
<a href="/skills/">
|
||||
<span>Skill Sets</span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="activetab">
|
||||
<a href="/resume/">
|
||||
<span>Resume</span>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
<div id="content">
|
||||
<main>
|
||||
<article>
|
||||
|
||||
<h1 class="page-title">Resume</h1>
|
||||
|
||||
<div class="resume-content">
|
||||
|
||||
<div class="category-title">
|
||||
<h4>About Me</h4>
|
||||
</div>
|
||||
<div class="category-content">
|
||||
|
||||
<div class="resume-entry">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="resume-inner">
|
||||
|
||||
<p>
|
||||
Some info about you.
|
||||
</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="category-title">
|
||||
<h4>Education</h4>
|
||||
</div>
|
||||
<div class="category-content">
|
||||
|
||||
<div class="resume-entry">
|
||||
|
||||
|
||||
<p class="what">Bachelor's program of Computer Science</p>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<p class="resume-entry-data"><span class="where">Sidney University</span> |
|
||||
<span class="when">2010–2013</span></p>
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="resume-inner">
|
||||
|
||||
<ol>
|
||||
<li> Some comment on what skills you learned</li>
|
||||
<li> Some other comment </li>
|
||||
</ol>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</article>
|
||||
</main>
|
||||
|
||||
</div><footer>
|
||||
<span></span>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
@ -2,6 +2,9 @@
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
|
||||
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
||||
<url>
|
||||
<loc>http://example.org/areas_of_interst/</loc>
|
||||
<lastmod>2022-07-21T16:02:54-06:00</lastmod>
|
||||
</url><url>
|
||||
<loc>http://example.org/skills/</loc>
|
||||
<lastmod>2022-07-21T16:02:54-06:00</lastmod>
|
||||
</url><url>
|
||||
|
||||
115
gebben.org/public/skills/index.html
Normal file
@ -0,0 +1,115 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Alex Gebben Personal Webpage - Skill Sets </title>
|
||||
<link rel="stylesheet" type="text/css" href="http://example.org/css/fonts.css">
|
||||
<link rel="stylesheet" type="text/css" href="http://example.org/css/fontawesome.css">
|
||||
<link rel="stylesheet" type="text/css" href="http://example.org/css/styles.css">
|
||||
|
||||
|
||||
<meta charset="UTF-8">
|
||||
<meta name="author" content="Alex Gebben">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
</head>
|
||||
<body>
|
||||
<header class="page-header">
|
||||
<div class="myname">
|
||||
<h2><a href="http://example.org/">Alex Gebben</a></h2>
|
||||
</div>
|
||||
<nav>
|
||||
<ul class="navbar">
|
||||
<li class="">
|
||||
<a href="/areas_of_interst/">
|
||||
<span>Areas of Emphases</span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="">
|
||||
<a href="/">
|
||||
<span>Home</span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="activetab">
|
||||
<a href="/skills/">
|
||||
<span>Skill Sets</span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="">
|
||||
<a href="/resume/">
|
||||
<span>Resume</span>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
<div id="content">
|
||||
<main>
|
||||
<article>
|
||||
|
||||
<h1 class="page-title">Skill Sets</h1>
|
||||
|
||||
<figure class="image-shortcode frame left"
|
||||
style="width: 9em;">
|
||||
<img src="http://example.org/R_logo.png"
|
||||
alt="R econometrics "/>
|
||||
</figure>
|
||||
|
||||
<p>I have experience using R complex work flows. While R is useful for perfuming complex econometrics, I also leverage it to collect, process and manage data sets.</p>
|
||||
<p>In one of my thesis chapters I used R to automatically scrape the most up to date data from NOAA, and the EIA. Enverus oil well data was processed using a custom package that applies engineering estimates of oil & gas production. This was combined with time series econometric models that checked for structural breaks in the engineering estimates, an indication of hydraulic fracturing. The result is predictions of oil and gas production and timing decisions of stimulations for all wells in the United States.
|
||||
<!-- raw HTML omitted -->
|
||||
<figure class="image-shortcode frame left"
|
||||
style="width: 10em;">
|
||||
<img src="http://example.org/LaTex.png"
|
||||
alt="LaTax Reports"/>
|
||||
</figure>
|
||||
</p>
|
||||
<p>LaTex has become my primary means of writing illustrative documents, both in written form and in beamer for presentations.</p>
|
||||
<p>I have found that LaTex has unlocked my writing potential allowing me to simply show complex data. The many LaTex packages available have streamlined the creation of informative diagrams while allowing the formatting to remain consistent.
|
||||
My work flow includes merging R and LaTex, forming figures in R that are automatically converted to pure LaTex.</p>
|
||||
<figure class="image-shortcode frame left"
|
||||
style="width: 11em;">
|
||||
<img src="http://example.org/gams.svg"
|
||||
alt="GAMS modelling"/>
|
||||
</figure>
|
||||
|
||||
<p>I have a working knowledge of GAMS having used it to create a market model of the electricity sector. I have implemented it in created a generalized equilibrium model of the electricity sector, accounting for constraints and growth in the labor market. The final model estimated the flow of employment and resources to archetypical sectors under changes in renewable energy subsides.</p>
|
||||
<figure class="image-shortcode frame left"
|
||||
style="width: 7em;">
|
||||
<img src="http://example.org/sql.png"
|
||||
alt="SQL data management"/>
|
||||
</figure>
|
||||
|
||||
<p>I used SQL professionally for just over two years. I was the point of contact for companies such as BP and Devon energy, to help them understand data issues by directly linking to the SQL database. While I can perform basic data base administrative tests, my strongest skill set in sql is generating reports and data summaries of non-intuitive trends in the data set.</p>
|
||||
<p>In my own research I have leveraged this knowledge to get more data out of the Colorado Hydrobase system. After downloading the sql database I was able to use data tables not reported on the website and create time series of ownership for ditches and wells.</p>
|
||||
<figure class="image-shortcode frame left"
|
||||
style="width: 7.5em;">
|
||||
<img src="http://example.org/linux.png"
|
||||
alt="Linux Server and Bash Scripting"/>
|
||||
</figure>
|
||||
|
||||
<p>I use Linux computers daily and have the ability manage servers, run cron jobs, and perform other task on purely free and open software. This website as well as my git server is hosted on Debian servers.</p>
|
||||
<p>Related skills such as remotely managing computers, have assisted me in managing computationally heavy econometrics jobs while keeping resource open for critical tasks.</p>
|
||||
<figure class="image-shortcode frame left"
|
||||
style="width: 11em;">
|
||||
<img src="http://example.org/python.png"
|
||||
alt="Python"/>
|
||||
</figure>
|
||||
|
||||
<p>I am in the process of learning python and plan to be proficient in a couple of months. However I have employed python for specific tasks, and can work my way through some python code.
|
||||
I have used python to clean image files to pinpointing relevant attributes of farm parcels. In the same project it was applied to create a script the controlled a mouse and keyboard to collect data that has to be manually selected.</p>
|
||||
<figure class="image-shortcode frame left"
|
||||
style="width: 11em;">
|
||||
<img src="http://example.org/vba.jpg"
|
||||
alt="VBA \& Excell"/>
|
||||
</figure>
|
||||
|
||||
<p>I have an extensive understanding of Visual Basic in Excell and other advanced features. I have coded excell functions that speed up workflows, including matching EIA natural gas export points that correlate with eachother over time, and correcting failed SQL code to run correctly.</p>
|
||||
|
||||
|
||||
</article>
|
||||
</main>
|
||||
|
||||
</div><footer>
|
||||
<span></span>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
BIN
gebben.org/public/sql.png
Normal file
|
After Width: | Height: | Size: 19 KiB |
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>My New Hugo Site - Tags </title>
|
||||
<title>Alex Gebben Personal Webpage - Tags </title>
|
||||
<link rel="stylesheet" type="text/css" href="http://example.org/css/fonts.css">
|
||||
<link rel="stylesheet" type="text/css" href="http://example.org/css/fontawesome.css">
|
||||
<link rel="stylesheet" type="text/css" href="http://example.org/css/styles.css">
|
||||
@ -10,7 +10,7 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="author" content="Alex Gebben">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="alternate" type="application/rss+xml" href="http://example.org/tags/index.xml" title="My New Hugo Site" />
|
||||
<link rel="alternate" type="application/rss+xml" href="http://example.org/tags/index.xml" title="Alex Gebben Personal Webpage" />
|
||||
</head>
|
||||
<body>
|
||||
<header class="page-header">
|
||||
@ -19,6 +19,11 @@
|
||||
</div>
|
||||
<nav>
|
||||
<ul class="navbar">
|
||||
<li class="">
|
||||
<a href="/areas_of_interst/">
|
||||
<span>Areas of Emphases</span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="">
|
||||
<a href="/">
|
||||
<span>Home</span>
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>My New Hugo Site</title>
|
||||
<title>Alex Gebben Personal Webpage</title>
|
||||
<link>http://example.org/tags/</link>
|
||||
<description>Latest blog posts from My New Hugo Site</description>
|
||||
<description>Latest blog posts from Alex Gebben Personal Webpage</description>
|
||||
|
||||
|
||||
<language>en-us</language>
|
||||
|
||||
BIN
gebben.org/public/vba.jpg
Normal file
|
After Width: | Height: | Size: 218 KiB |
12
gebben.org/public/wget-log
Normal file
@ -0,0 +1,12 @@
|
||||
--2022-07-22 16:12:36-- https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Ftse1.mm.bing.net%2Fth%3Fid%3DOIP.oiEnU5wuoYi-IqPXeC-ceQHaEo%26pid%3DApi
|
||||
Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt'
|
||||
Resolving external-content.duckduckgo.com (external-content.duckduckgo.com)... 52.149.246.247
|
||||
Connecting to external-content.duckduckgo.com (external-content.duckduckgo.com)|52.149.246.247|:443... connected.
|
||||
HTTP request sent, awaiting response... 200 OK
|
||||
Length: unspecified [image/jpeg]
|
||||
Saving to: ‘index.html?u=https:%2F%2Ftse1.mm.bing.net%2Fth?id=OIP.oiEnU5wuoYi-IqPXeC-ceQHaEo&pid=Api’
|
||||
|
||||
index.html?u=https: [<=> ] 0 --.-KB/s
index.html?u=https:%2F%2Ftse1.mm.bing.n [ <=> ] 12.50K --.-KB/s in 0s
|
||||
|
||||
2022-07-22 16:12:39 (84.3 MB/s) - ‘index.html?u=https:%2F%2Ftse1.mm.bing.net%2Fth?id=OIP.oiEnU5wuoYi-IqPXeC-ceQHaEo&pid=Api’ saved [12801]
|
||||
|
||||