Skip to content

Commit 06ab69e

Browse files
committed
image scaling attempt
1 parent 9c762bf commit 06ab69e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

assets/css/main.css

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,9 @@ <h3>About Me</h3>
4949
<h3>Projects</h3>
5050
</header>
5151
<h4><a href="https://github.com/anthonyhevia/PushGP-senior-project">Genetic Programming System in Clojure</a></h4>
52-
<img src="images/projects_pushgp.png" alt="" class="image right" style="width:256px;height:256px">
52+
5353
<p>
54+
<img src="images/projects_pushgp.png" alt="" class="image right" width="256px" height="256px">
5455
For my senior year at Hamilton College, I took a seminar in genetic programming, culminating in my senior seminar project: an implementation of the PushGP system in the Clojure programming language. This process involved writing an interpreter in Clojure for the Push programming language in order to run the genetic programming algorithm.
5556
<br />For more details on the project, goals, implementation, and conclusions, <a href="genetic_programming.html">click here</a>!
5657
<br />The code is freely available <a href="https://github.com/anthonyhevia/PushGP-senior-project" target="_blank">here</a>.

0 commit comments

Comments
 (0)