Skip to content

Commit 49186c0

Browse files
committed
Deploy site at 2026-01-28 04:35:04 UTC
0 parents  commit 49186c0

File tree

330 files changed

+60637
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

330 files changed

+60637
-0
lines changed

404.html

Lines changed: 285 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,285 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
5+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-PKGRJ48FXW"></script>
6+
<script>
7+
window.dataLayer = window.dataLayer || [];
8+
function gtag(){dataLayer.push(arguments);}
9+
gtag('js', new Date());
10+
gtag('config', 'G-PKGRJ48FXW');
11+
</script>
12+
13+
14+
<meta charset="utf-8">
15+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
16+
<title>404 &#8211; SaFoLab-WISC</title>
17+
<link rel="dns-prefetch" href="//maxcdn.bootstrapcdn.com">
18+
<link rel="dns-prefetch" href="//cdnjs.cloudflare.com">
19+
<meta name="viewport" content="width=device-width, initial-scale=1">
20+
<meta name="description" content="SaFo: Safe And secure Foundation mOdel systems Labs">
21+
<meta name="robots" content="all">
22+
<meta name="author" content="SaFoLab-WISC">
23+
24+
25+
<link rel="canonical" href="https://safolab.github.io/404.html">
26+
<link rel="alternate" type="application/rss+xml" title="RSS Feed for SaFoLab-WISC" href="/feed.xml" />
27+
28+
<!-- Custom CSS -->
29+
<link rel="stylesheet" href="/css/pixyll.css?202601280434" type="text/css">
30+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
31+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons/css/academicons.min.css">
32+
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
33+
34+
<!-- Fonts -->
35+
<link rel="stylesheet" href="/css/fonts/texgyrepagella.css" type="text/css" />
36+
37+
<link href='//fonts.googleapis.com/css?family=Merriweather:900,900italic,300,300italic' rel='stylesheet' type='text/css'>
38+
<link href='//fonts.googleapis.com/css?family=Lato:900,300' rel='stylesheet' type='text/css'>
39+
40+
41+
<link href="//maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css" rel="stylesheet">
42+
43+
44+
<!-- MathJax -->
45+
46+
<script type="text/x-mathjax-config">
47+
MathJax.Hub.Config({
48+
extensions: ["tex2jax.js"],
49+
jax: ["input/TeX", "output/HTML-CSS"],
50+
tex2jax: {
51+
inlineMath: [ ['$','$'], ["\\(","\\)"] ],
52+
displayMath: [ ['$$','$$'], ["\\[","\\]"] ],
53+
processEscapes: true
54+
},
55+
messageStyle: "none",
56+
"HTML-CSS": { availableFonts: ["TeX"] }
57+
});
58+
MathJax.Hub.Config({
59+
"HTML-CSS": {matchFontHeight: false},
60+
SVG: {matchFontHeight: false},
61+
CommonHTML: {matchFontHeight: false}
62+
});
63+
MathJax.Hub.Config({
64+
"HTML-CSS": {minScaleAdjust: 95},
65+
SVG: {minScaleAdjust: 95},
66+
CommonHTML: {minScaleAdjust: 95}
67+
});
68+
</script>
69+
<script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js">
70+
</script>
71+
72+
73+
<!-- Verifications -->
74+
75+
76+
77+
<!-- Open Graph -->
78+
<!-- From: https://github.com/mmistakes/hpstr-jekyll-theme/blob/master/_includes/head.html -->
79+
<meta property="og:locale" content="en_US">
80+
<meta property="og:type" content="article">
81+
<meta property="og:title" content="404">
82+
<meta property="og:description" content="SaFo: Safe And secure Foundation mOdel systems Labs">
83+
<meta property="og:url" content="https://safolab.github.io/404.html">
84+
<meta property="og:site_name" content="SaFoLab-WISC">
85+
86+
87+
<!-- Twitter Card -->
88+
<meta name="twitter:card" content="summary" />
89+
90+
<meta name="twitter:title" content="404" />
91+
<meta name="twitter:description" content="SaFo: Safe And secure Foundation mOdel systems Labs" />
92+
<meta name="twitter:url" content="https://safolab.github.io/404.html" />
93+
94+
95+
<!-- Icons -->
96+
<link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-57x57.png">
97+
<link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon-114x114.png">
98+
<link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-72x72.png">
99+
<link rel="apple-touch-icon" sizes="144x144" href="/apple-touch-icon-144x144.png">
100+
<link rel="apple-touch-icon" sizes="60x60" href="/apple-touch-icon-60x60.png">
101+
<link rel="apple-touch-icon" sizes="120x120" href="/apple-touch-icon-120x120.png">
102+
<link rel="apple-touch-icon" sizes="76x76" href="/apple-touch-icon-76x76.png">
103+
<link rel="apple-touch-icon" sizes="152x152" href="/apple-touch-icon-152x152.png">
104+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon-180x180.png">
105+
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16">
106+
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
107+
108+
</head>
109+
110+
<body class="site">
111+
112+
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=G-PKGRJ48FXW"
113+
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
114+
115+
<div class="site-wrap center">
116+
<header class="site-header px2 px-responsive">
117+
<div class="mt2 wrap">
118+
<div class="measure">
119+
<!--<a href="https://safolab.github.io" class="site-title">SaFoLab-WISC</a>-->
120+
<a href="https://safolab.github.io"><img id="left-logo" src=" /images/logo.png" style="float:left;" /></a>
121+
122+
123+
124+
<nav class="site-nav" id="links" style="margin-top:20px;">
125+
126+
127+
128+
129+
130+
131+
<a href="/people/">People</a>
132+
133+
134+
135+
136+
137+
138+
139+
140+
141+
<a href="/research/">Research</a>
142+
143+
144+
145+
146+
147+
148+
149+
150+
151+
<a href="/publications/">Publications</a>
152+
153+
154+
155+
156+
<a href="https://www.youtube.com/" target="_blank">Videos</a>
157+
158+
159+
<!--<div class="social-icons" style="float: right;">
160+
<div class="social-icons-right">-->
161+
162+
<a class="fa fa-newspaper tooltip" href=" /press"><span class="tooltiptext">Press</span></a>
163+
<a class="fa fa-camera tooltip" href=" /photos"><span class="tooltiptext">Photos</span></a>
164+
165+
166+
<a class="fa fa-github tooltip" href="https://github.com/SaFoLab-WISC"><span class="tooltiptext">GitHub</span></a>
167+
168+
169+
<a class="fa fa-youtube-play tooltip" href="https://youtube.com/"><span class="tooltiptext">YouTube</span></a>
170+
171+
172+
173+
174+
175+
176+
177+
178+
179+
180+
181+
182+
183+
184+
<!--</div>
185+
<div class="right">-->
186+
187+
188+
189+
<!--<a class="fa fa-rss tooltip" href="/feed.xml"><span class="tooltiptext">RSS</span></a>-->
190+
<!--</div>
191+
</div>-->
192+
<div class="clearfix"></div>
193+
194+
</nav>
195+
196+
197+
198+
199+
200+
<nav class="site-nav" id="dropdown" style="margin-top:20px;">
201+
<select onchange="location = this.value;">
202+
<option value="https://safolab.github.io">Home</option>
203+
204+
205+
206+
207+
<option value="/people/">People</option>
208+
209+
210+
211+
212+
213+
214+
<option value="/research/">Research</option>
215+
216+
217+
218+
219+
220+
221+
<option value="/publications/">Publications</option>
222+
223+
224+
225+
226+
<option value="/press">Press</option>
227+
228+
<option value="https://github.com/SaFoLab-WISC">GitHub</option>
229+
230+
231+
<option value="https://youtube.com/">YouTube</option>
232+
233+
234+
235+
236+
237+
238+
239+
240+
241+
242+
243+
244+
245+
246+
247+
248+
249+
</select>
250+
</nav>
251+
252+
</nav>
253+
<a href="https://www.wisc.edu/"><img id="right-logo" src=" /images/wisc.png" style="float:left;" /></a>
254+
<div class="clearfix"></div>
255+
</div>
256+
</div>
257+
</header>
258+
259+
260+
<div class="post p2 p-responsive wrap" role="main">
261+
<div class="measure">
262+
<h1 id="404">404</h1>
263+
264+
<p>Sorry, this page does not exist.</p>
265+
266+
<div class="mt3">
267+
<a href="/" class="button button-blue button-big">Home</a>
268+
<a href="/contact/" class="button button-blue button-big">Contact</a>
269+
</div>
270+
271+
</div>
272+
</div>
273+
</div>
274+
275+
<footer class="center">
276+
<div class="measure">
277+
<small>
278+
&copy; <script>document.write((new Date()).getFullYear());</script> SaFoLab-WISC. Powered by <a href="https://jekyllrb.com/">Jekyll</a> using the <a href="https://github.com/johno/pixyll">Pixyll</a> theme. Modified for lab use. Hosted by <a href="https://pages.github.com/">GitHub Pages</a>.
279+
</small>
280+
</div>
281+
</footer>
282+
283+
284+
</body>
285+
</html>

CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
liralab.usc.edu

LICENSE.txt

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
Copyright (c) 2014-2018 John Otander
2+
Copyright (c) 2014 Daniel Eden for animate.css
3+
Copyright (c) 2014 Brent Jackson for Basscss
4+
Copyright (c) 2013 Twitter, Inc for CSS copied from Bootstrap
5+
6+
MIT License
7+
8+
Permission is hereby granted, free of charge, to any person obtaining
9+
a copy of this software and associated documentation files (the
10+
"Software"), to deal in the Software without restriction, including
11+
without limitation the rights to use, copy, modify, merge, publish,
12+
distribute, sublicense, and/or sell copies of the Software, and to
13+
permit persons to whom the Software is furnished to do so, subject to
14+
the following conditions:
15+
16+
The above copyright notice and this permission notice shall be
17+
included in all copies or substantial portions of the Software.
18+
19+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
20+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
21+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
22+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
23+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
24+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
25+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# SaFo Lab (Safe Foundational Models Lab)
2+
SaFoLab's website, hosted on GitHub Pages!
3+
4+
## Developing the Website
5+
To develop, **you must do your work on the `source` branch**. `main` is autogenerated via a `rake` job (you can see the details in `Rakefile`). The `source` branch contains all the Jekyll code. To do this, simply execute
6+
```
7+
git checkout source
8+
```
9+
10+
## Publishing the Website
11+
When you've made the desired changes and are in the `source` branch, simply execute:
12+
```
13+
rake publish
14+
```
15+
If you want commit with a custom commit message, do:
16+
```
17+
rake publish["custom commit message\, and this is how to use a comma"]
18+
```
19+
20+
21+

Rakefile

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
desc "Build _site/ for production"
2+
task :build do
3+
puts "\n## Building Jekyll to _site/"
4+
status = system("JEKYLL_ENV=production bundle exec jekyll build")
5+
puts status ? "Success" : "Failed"
6+
end
7+
8+
desc "Commit _site/"
9+
task :commit, [:commit_name] do |t, args|
10+
puts "\n## Staging modified files"
11+
status = system("git add -A")
12+
puts status ? "Success" : "Failed"
13+
puts "\n## Committing a site build at #{Time.now.utc}"
14+
message = "Build site at #{Time.now.utc}. " + args[:commit_name].to_s
15+
status = system("git commit -m \"#{message}\"")
16+
puts status ? "Success" : "Failed"
17+
puts "\n## Pushing commits to remote"
18+
status = system("git push origin source")
19+
puts status ? "Success" : "Failed"
20+
end
21+
22+
desc "Deploy _site/ to main branch"
23+
task :deploy do
24+
puts "\n## Deleting main branch"
25+
status = system("git branch -D main")
26+
puts status ? "Success" : "Failed"
27+
puts "\n## Creating new main branch and switching to it"
28+
status = system("git checkout -b main")
29+
puts status ? "Success" : "Failed"
30+
puts "\n## Forcing the _site subdirectory to be project root"
31+
status = system("git filter-branch --subdirectory-filter _site/ -f")
32+
puts status ? "Success" : "Failed"
33+
puts "\n## Switching back to source branch"
34+
status = system("git checkout source")
35+
puts status ? "Success" : "Failed"
36+
puts "\n## Pushing all branches to origin"
37+
status = system("git push --all origin --force")
38+
puts status ? "Success" : "Failed"
39+
end
40+
41+
desc "Commit and deploy _site/"
42+
task :publish, [:commit_name] => [:build, :commit, :deploy] do
43+
end

0 commit comments

Comments
 (0)