Skip to content

Commit

Permalink
always styling
Browse files Browse the repository at this point in the history
  • Loading branch information
periode committed Sep 18, 2023
1 parent 2b50faf commit b9fb8f9
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 5 deletions.
12 changes: 10 additions & 2 deletions code/render.rb
Original file line number Diff line number Diff line change
Expand Up @@ -125,15 +125,23 @@
}
.tight{
width: 70%;
width: 40%;
}
@media (max-width:1250px){
.tight {
width: 90%;
font-size: 2em;
overflow-x: hidden;
}
}
</style>
<div class="holding tight">
<h1>the role of aesthetics in the understandings of source code</h1>
<p>what you see here is the automatic rendering of all the notes taken during <a href="https://pierredepaz.net">my</a> phd thesis. since it is a thesis on source code, might as well show its own source code.</p>
<p>the main question i'm asking is: <i>how do aesthetics enable understanding in source code, what kind of understanding(s) might derive from their presence, or absence, and how does this highlight code as textual matter?</i> this touches upon issues of style, clarity, epistemology, psychology, programming and literature.</p>
<p>this doctoral work is being done at the university of sorbonne nouvelle, under the joint direction of alexandre gefen (Paris-3, CNRS) and nick montfort (MIT Comparative Media Studies).</p>
<p>you can start with the <a href="latest.pdf" target="_blank">most recent summary</a>, the current state of the <a href="thesis.pdf" target="_blank">final manuscript</a> or the whole <a href="https://github.com/periode/thesis">github repository</a>.</p>
<p>you can find the final version <a href="https://source.enframed.net" target="_blank">here</a> or the whole repository <a href="https://gitlab.com/periode/thesis">here</a>.</p>
<hr/>
<% all.each_key do | year | %>
<% all[year].each_key do | month | %>
Expand Down
12 changes: 10 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,23 @@
}

.tight{
width: 70%;
width: 40%;
}

@media (max-width:1250px){
.tight {
width: 90%;
font-size: 2em;
overflow-x: hidden;
}
}
</style>
<div class="holding tight">
<h1>the role of aesthetics in the understandings of source code</h1>
<p>what you see here is the automatic rendering of all the notes taken during <a href="https://pierredepaz.net">my</a> phd thesis. since it is a thesis on source code, might as well show its own source code.</p>
<p>the main question i'm asking is: <i>how do aesthetics enable understanding in source code, what kind of understanding(s) might derive from their presence, or absence, and how does this highlight code as textual matter?</i> this touches upon issues of style, clarity, epistemology, psychology, programming and literature.</p>
<p>this doctoral work is being done at the university of sorbonne nouvelle, under the joint direction of alexandre gefen (Paris-3, CNRS) and nick montfort (MIT Comparative Media Studies).</p>
<p>you can start with the <a href="latest.pdf" target="_blank">most recent summary</a>, the current state of the <a href="thesis.pdf" target="_blank">final manuscript</a> or the whole <a href="https://github.com/periode/thesis">github repository</a>.</p>
<p>you can find the final version <a href="https://source.enframed.net" target="_blank">here</a> or the whole repository <a href="https://gitlab.com/periode/thesis">here</a>.</p>
<hr/>


Expand Down
2 changes: 1 addition & 1 deletion docs/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ body {
blockquote {
border-left: 2px solid black;
padding-left: 10px;
}
}

0 comments on commit b9fb8f9

Please sign in to comment.