Skip to content

Commit

Permalink
Add research methods lecture
Browse files Browse the repository at this point in the history
  • Loading branch information
tpetricek committed Oct 22, 2024
1 parent e4899ec commit 791a868
Show file tree
Hide file tree
Showing 13 changed files with 619 additions and 6 deletions.
Binary file added 2024/pl-design/img/research/babel.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2024/pl-design/img/research/draconum.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2024/pl-design/img/research/ects.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2024/pl-design/img/research/hack.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2024/pl-design/img/research/newton.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2024/pl-design/img/research/qr-paper.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2024/pl-design/img/research/radio.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2024/pl-design/img/research/shell.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2024/pl-design/img/research/tapl.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2024/pl-design/img/research/transactions.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2024/pl-design/img/research/you.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions 2024/pl-design/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,11 @@
.content.noborder img { border-style:none; }
.content.three-column h3, .content.two-column h3 { margin-bottom:30px; margin-top:0px; }

.largeicons p, .largeicons li { font-size:26pt; }
.largeicons h2, .icons h2 { margin-bottom:0px; }
.largeicons li, .icons li { list-style-type:none; padding:0px; margin:15px 0px 15px 0px; }
.largeicons ul, .icons ul { margin:50px 0px 0px 0px;padding:0px; }
.largeicons i.placeholder, .icons i.placeholder { width:65px; display:inline-block; }
.animicons p, .animicons li, .largeicons p, .largeicons li { font-size:26pt; }
.animicons h2, .largeicons h2, .icons h2 { margin-bottom:0px; }
.animicons li, .largeicons li, .icons li { list-style-type:none; padding:0px; margin:15px 0px 15px 0px; }
.animicons ul, .largeicons ul, .icons ul { margin:50px 0px 0px 0px;padding:0px; }
.animicons i.placeholder, .largeicons i.placeholder, .icons i.placeholder { width:65px; display:inline-block; }

.title h1 { margin-bottom:40px; }
.title h2 { margin-top:-40px; }
Expand Down Expand Up @@ -178,11 +178,11 @@ <h2>Programming language design</h2>
<a href="design.html"><strong>Design</strong> - Learning from architecture and design</a><br />
<a href="usability.html"><strong>Usability</strong> - Human-centric language design</a><br />
<a href="semantics.html"><strong>Semantics</strong> - Formal models of programming</a><br />
<a href="research.html"><strong>Assignment</strong> - &amp; How to do programming language research</a><br />
<strong>Types</strong> - Mathematics and engineering of types<br />
<strong>Beyond</strong> - Unexpected perspectives on types<br />
<strong>Paradigms</strong> - History and philosophy of programming<br />
<strong>Close</strong> - Close look at past and today's programs<br />
<strong>Assignment</strong> - &amp; How to do programming language research<br />
<strong>Heuristics</strong> - Heuristic evaluation of programming systems<br />
<strong>Cognition</strong> - Making programming easier and learnable</p>
</div>
Expand Down
Loading

0 comments on commit 791a868

Please sign in to comment.