Skip to content

Commit 937efe8

Browse files
feat: replace homepage images w/ new ones from recent papers;flexible image sizes
fix: make bundler build on newer ruby versions [ci skip]
1 parent 46048c5 commit 937efe8

File tree

207 files changed

+24791
-21730
lines changed

Some content is hidden

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

207 files changed

+24791
-21730
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 51 deletions
This file was deleted.

404.html

Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,100 @@
1+
<!DOCTYPE html>
2+
<html>
3+
4+
<head>
5+
<meta charset="utf-8">
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
7+
<meta name="viewport" content="width=device-width, initial-scale=1">
8+
<title>Page Not Found</title>
9+
<meta name="description" content="Page not found. Your pixels are in another canvas.">
10+
<link rel="stylesheet" href="https://usc-nsl.github.io/css/main.css">
11+
<link rel="canonical" href="https://usc-nsl.github.io/404.html">
12+
<!-- <link rel="shortcut icon" type ="image/x-icon" href="https://usc-nsl.github.io/images/usc_favicon.png"> -->
13+
<link rel="shortcut icon" href="https://www.usc.edu/wp-content/themes/usc-homepage-2017/assets/images/favicon.ico?v=4.3.14" />
14+
<!-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css"> -->
15+
<link rel="stylesheet" href="https://cdn.rawgit.com/jpswalsh/academicons/master/css/academicons.min.css">
16+
17+
18+
19+
</head>
20+
21+
22+
<body>
23+
24+
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
25+
<div class="container-fluid">
26+
<div class="navbar-header">
27+
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse-1" aria-expanded="false">
28+
<span class="sr-only">Toggle navigation</span>
29+
<span class="icon-bar"></span>
30+
<span class="icon-bar"></span>
31+
<span class="icon-bar"></span>
32+
</button>
33+
34+
<a class="navbar-brand" href="https://usc-nsl.github.io/">
35+
<div class="logo-image">
36+
<img src="/images/logopic/nsl_logo_3_Raj.png" height="44px" class="img-fluid">
37+
</div>
38+
</a>
39+
<a class="navbar-brand" href="https://usc-nsl.github.io/">NSL @ USC</a>
40+
</div>
41+
<div class="collapse navbar-collapse" id="navbar-collapse-1">
42+
<ul class="nav navbar-nav navbar-right">
43+
<li><a href="https://usc-nsl.github.io/">Home</a></li>
44+
<li><a href="https://usc-nsl.github.io/people">Team</a></li>
45+
<!-- <li><a href="https://usc-nsl.github.io/vacancies">Vacancies</a></li> -->
46+
<li><a href="https://usc-nsl.github.io/publications">Publications</a></li>
47+
<!-- <li><a href="https://usc-nsl.github.io/research">Research</a></li> -->
48+
<!-- <li><a href="https://usc-nsl.github.io/pictures">(Pics)</a></li> -->
49+
</ul>
50+
</div>
51+
</div>
52+
</div>
53+
54+
55+
<div class="container-fluid">
56+
<div class="row">
57+
<p>Sorry, but the page you were trying to view does not exist.</p>
58+
59+
60+
</div>
61+
</div>
62+
63+
<div id="footer" class="panel">
64+
<div class="panel-footer">
65+
<div class="container-fluid">
66+
<div class="row">
67+
<div class="col-sm-5 footer">
68+
69+
<p>© NSL Lab. Site made with <a href="https://jekyllrb.com" target="_blank" rel="noopener noreferrer">Jekyll</a></p>
70+
<p>We are part of the <a href="https://www.cs.usc.edu/" target="_blank" rel="noopener noreferrer">USC Viterbi Department of Computer Science</a> at the <a href="https://www.usc.edu/" target="_blank" rel="noopener noreferrer">University of Southern California</a>.</p>
71+
</div>
72+
<!-- <div class="col-sm-4">
73+
Funding:<br />
74+
- <a href="http://www.nwo.nl/en/research-and-results/programmes/Talent+Scheme">Vidi </a> and <a href='https://www.fom.nl/en/news/press-releases/2016/11/18/28634/'>Projectruimte</a> grants from <a href="http://www.nwo.nl">NWO</a> <br />
75+
- <a href="https://www.universiteitleiden.nl/en/research/research-projects/science/frontiers-of-nanoscience-nanofront">Frontier of Nanosciences</a>, a gravity program from <a href="http://www.nwo.nl">NWO</a>
76+
- <a href='https://www.universiteitleiden.nl/en/news/2017/08/two-erc-grants-for-leiden-physics'>ERC starting grant</a>
77+
</div> -->
78+
79+
<div class="col-sm-5 footer">
80+
<b>Location:</b><br>
81+
Salvatori Computer Science Center (SAL), USC<br>
82+
941 Bloom Walk<br>
83+
Los Angeles, CA 90089 (<a href="https://goo.gl/maps/KiKEz2XTyFFifWPw6" target="_blank" rel="noopener noreferrer">Maps</a>)
84+
</div>
85+
</div>
86+
</div>
87+
</div>
88+
</div>
89+
90+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
91+
<script src="https://usc-nsl.github.io/js/bootstrap.min.js"></script>
92+
93+
94+
<!-- Load Common JS -->
95+
<script src="/js/common.js"></script>
96+
97+
98+
</body>
99+
100+
</html>

Gemfile

Lines changed: 0 additions & 24 deletions
This file was deleted.

_bibliography/auto/papers.el

Lines changed: 0 additions & 176 deletions
This file was deleted.

0 commit comments

Comments
 (0)