Skip to content

Commit 0e64cc4

Browse files
authored
Merge pull request #249 from secure-systems-lab/cleanup
Clean up lab website
2 parents cfd93b6 + 1b5c811 commit 0e64cc4

File tree

9 files changed

+15
-81
lines changed

9 files changed

+15
-81
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
11
# Secure Systems Lab website
22

3-
This is the repository for the Secure Systems Lab website. You can see a live demo of this site at [dgopstein.github.io/ssl-site/](https://dgopstein.github.io/ssl-site/)
3+
This is the repository for the Secure Systems Lab website. You can see the live
4+
version of this site at
5+
[ssl.engineering.nyu.edu](https://ssl.engineering.nyu.edu).
46

57
## Building locally
68

7-
Before committing changes, please make sure your commit looks good by checking your change locally.
9+
Before committing changes, please make sure your commit looks good by checking
10+
your change locally.
811

9-
- Open a terminal and `cd` to the directory where you've checked out this project
12+
- Open a terminal and `cd` to the directory where you've checked out this
13+
project
1014
- *First time only*
1115
- install the bundler package manager with `gem install bundler`
1216
- install necessary ruby packages with `bundler install`
1317
- Run the local jekyll server: `jekyll build --trace --baseurl '/' && jekyll serve --incremental --port 7000 --baseurl '/'`
1418
- View your draft at [localhost:7000](http://localhost:7000)
15-
- Most files will be automatically re-processed as long as the server is running, if you edit a *.yml* file, however, you will need to manually kill the server and re-run the build command.
16-
17-
19+
- Most files will be automatically re-processed as long as the server is
20+
running, if you edit a *.yml* file, however, you will need to manually kill
21+
the server and re-run the build command.

_data/data.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1082,7 +1082,7 @@ projects:
10821082
name: "gittuf"
10831083
anchor: "gittuf"
10841084
image: "/img/projects/gittuf.png"
1085-
status: *starting
1085+
status: *adopted
10861086
site: "https://gittuf.github.io"
10871087
description:
10881088
- "gittuf provides a security layer for Git using some concepts
@@ -1170,7 +1170,7 @@ projects:
11701170
anchor: "atoms"
11711171
image: "/img/projects/atoms_business_card_closeup_small.png"
11721172
site: "https://atomsofconfusion.com/"
1173-
status: *starting
1173+
status: *retired
11741174
description:
11751175
- "Within every confusing piece of software code
11761176
are small patterns that can lead developers to outputs that radically

_includes/scripts.html

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,3 @@
1-
<script type="text/javascript">
2-
3-
var _gaq = _gaq || [];
4-
_gaq.push(['_setAccount', 'UA-33073396-1']);
5-
_gaq.push(['_trackPageview']);
6-
7-
(function() {
8-
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
9-
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
10-
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
11-
})();
12-
13-
</script>
141
<script type="text/javascript" charset="utf-8">
152
document.onreadystatechange = function() {
163
if ( document.readyState == 'complete' ) {

collaborate.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,16 @@ research professors, and postdoctoral researchers who are interested in
1111
building and deploying real world software.
1212
To apply to work with us, please email
1313
<a href="mailto:[email protected]">[email protected]</a> with “Lab application” in
14-
the subject. Please include a code sample and/or github ID along with
14+
the subject. Please include a code sample and/or GitHub ID along with
1515
your resume.
1616

1717
To make it easier to work with us, please follow our
1818
<a href="https://github.com/secure-systems-lab/lab-guidelines/blob/master/dev-workflow.md">lab's workflow</a>.
1919
We have guidelines for
2020
<a href="https://github.com/secure-systems-lab/code-style-guidelines">code
2121
style</a>,
22-
<a href="https://github.com/secure-systems-lab/lab-guidelines/blob/master/code-review.md">code review</a>,
23-
<a href="https://github.com/secure-systems-lab/lab-guidelines/blob/master/latexdocuments.md">document preparation</a>,
24-
<a href="https://github.com/secure-systems-lab/lab-guidelines/blob/master/newproject.md"> how
25-
to start a new project</a>, and, for new students and staff, procedures
26-
for <a href="https://github.com/secure-systems-lab/lab-guidelines/blob/master/on-boarding.md">on-boarding</a>
27-
and for preparing
28-
<a href="https://github.com/secure-systems-lab/lab-guidelines/blob/master/progressreport.md">progress reports.</a>
22+
<a href="https://github.com/secure-systems-lab/lab-guidelines/blob/master/code-review.md">code review</a>, and
23+
<a href="https://github.com/secure-systems-lab/lab-guidelines/blob/master/latexdocuments.md">document preparation</a>.
2924

3025
*Practitioners*
3126

personalpages/jcappos/packagemanagersecurity/attacks-on-package-managers.html

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -142,15 +142,5 @@ <h6>
142142
</h6>
143143
</div>
144144

145-
146-
<script type="text/javascript">
147-
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
148-
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
149-
</script>
150-
<script type="text/javascript">
151-
var pageTracker = _gat._getTracker("UA-1868232-3");
152-
pageTracker._initData();
153-
pageTracker._trackPageview();
154-
</script>
155145
</body>
156146
</html>

personalpages/jcappos/packagemanagersecurity/faq.html

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -253,17 +253,5 @@ <h2 id="faq">FAQ</h2>
253253
therefore vulnerable to man-in-the-middle attacks.
254254
</div>
255255

256-
257-
258-
259-
<script type="text/javascript">
260-
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
261-
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
262-
</script>
263-
<script type="text/javascript">
264-
var pageTracker = _gat._getTracker("UA-1868232-3");
265-
pageTracker._initData();
266-
pageTracker._trackPageview();
267-
</script>
268256
</body>
269257
</html>

personalpages/jcappos/packagemanagersecurity/index.html

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -142,15 +142,5 @@ <h6>
142142
</h6>
143143
</div>
144144

145-
146-
<script type="text/javascript">
147-
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
148-
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
149-
</script>
150-
<script type="text/javascript">
151-
var pageTracker = _gat._getTracker("UA-1868232-3");
152-
pageTracker._initData();
153-
pageTracker._trackPageview();
154-
</script>
155145
</body>
156146
</html>

personalpages/jcappos/packagemanagersecurity/otherattacks.html

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -169,15 +169,5 @@ <H4> How can I protect myself against this attack? </H4>
169169
Once again, using a package manager that signs the repository metadata
170170
(like APT or YaST) solves this issue.
171171

172-
173-
<script type="text/javascript">
174-
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
175-
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
176-
</script>
177-
<script type="text/javascript">
178-
var pageTracker = _gat._getTracker("UA-1868232-3");
179-
pageTracker._initData();
180-
pageTracker._trackPageview();
181-
</script>
182172
</body>
183173
</html>

personalpages/jcappos/packagemanagersecurity/papers.html

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,5 @@ <h2 id="papers">Papers</h2>
6161
<li> A description of the techniques for centralized management of Stork
6262
appeared in <i>;login:</i> magazine in <A HREF="http://www.usenix.org/publications/login/2008-02/index.html">the Feb, 2008 edition</a>.
6363

64-
65-
<script type="text/javascript">
66-
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
67-
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
68-
</script>
69-
<script type="text/javascript">
70-
var pageTracker = _gat._getTracker("UA-1868232-3");
71-
pageTracker._initData();
72-
pageTracker._trackPageview();
73-
</script>
7464
</body>
7565
</html>

0 commit comments

Comments
 (0)