-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
📚 update home page, add bibliography and jekylly-scholar
- Loading branch information
1 parent
f021308
commit 24e9981
Showing
13 changed files
with
318 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
source "https://rubygems.org" | ||
#gemspec | ||
gem 'jekyll' #Needed since this is a theme for Jekyll | ||
gem 'jekyll-feed' | ||
gem 'jekyll-feed' | ||
gem 'jekyll-scholar' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
--- | ||
--- | ||
@string{aps = {American Physical Society,}} | ||
@book{einstein1956investigations, | ||
title={Investigations on the Theory of the Brownian Movement}, | ||
author={Einstein, Albert}, | ||
year={1956}, | ||
publisher={Courier Corporation,} | ||
} | ||
|
||
@article{einstein1950meaning, | ||
abbr={AJP}, | ||
title={The meaning of relativity}, | ||
author={Einstein, Albert and Taub, AH}, | ||
journal={American Journal of Physics,}, | ||
volume={18}, | ||
number={6}, | ||
pages={403--404}, | ||
year={1950}, | ||
publisher={American Association of Physics Teachers,} | ||
} | ||
|
||
@article{PhysRev.47.777, | ||
abbr={PhysRev}, | ||
title={Can Quantum-Mechanical Description of Physical Reality Be Considered Complete?}, | ||
author={Einstein, A. and Podolsky, B. and Rosen, N.}, | ||
abstract={In a complete theory there is an element corresponding to each element of reality. A sufficient condition for the reality of a physical quantity is the possibility of predicting it with certainty, without disturbing the system. In quantum mechanics in the case of two physical quantities described by non-commuting operators, the knowledge of one precludes the knowledge of the other. Then either (1) the description of reality given by the wave function in quantum mechanics is not complete or (2) these two quantities cannot have simultaneous reality. Consideration of the problem of making predictions concerning a system on the basis of measurements made on another system that had previously interacted with it leads to the result that if (1) is false then (2) is also false. One is thus led to conclude that the description of reality as given by a wave function is not complete.}, | ||
journal={Phys. Rev.,}, | ||
volume={47}, | ||
issue={10}, | ||
pages={777--780}, | ||
numpages={0}, | ||
year={1935}, | ||
month={May}, | ||
publisher=aps, | ||
doi={10.1103/PhysRev.47.777}, | ||
url={http://link.aps.org/doi/10.1103/PhysRev.47.777}, | ||
html={https://journals.aps.org/pr/abstract/10.1103/PhysRev.47.777}, | ||
pdf={example_pdf.pdf}, | ||
selected={true} | ||
} | ||
|
||
@article{einstein1905molekularkinetischen, | ||
title={{\"U}ber die von der molekularkinetischen Theorie der W{\"a}rme geforderte Bewegung von in ruhenden Fl{\"u}ssigkeiten suspendierten Teilchen}, | ||
author={Einstein, A.}, | ||
journal={Annalen der physik,}, | ||
volume={322}, | ||
number={8}, | ||
pages={549--560}, | ||
year={1905}, | ||
publisher={Wiley Online Library} | ||
} | ||
|
||
@article{einstein1905movement, | ||
abbr={Ann. Phys.}, | ||
title={Un the movement of small particles suspended in statiunary liquids required by the molecular-kinetic theory 0f heat}, | ||
author={Einstein, A.}, | ||
journal={Ann. Phys.,}, | ||
volume={17}, | ||
pages={549--560}, | ||
year={1905} | ||
} | ||
|
||
@article{einstein1905electrodynamics, | ||
title={On the electrodynamics of moving bodies}, | ||
author={Einstein, A.}, | ||
year={1905} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
data_list_title: Author Data | ||
publications: | ||
|
||
- title: "Trying New Things" | ||
url: https://example.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,122 @@ | ||
--- | ||
--- | ||
|
||
<div class="row"> | ||
<div class="col-sm-2 abbr"> | ||
{% if entry.abbr %} | ||
{% if site.data.venues[entry.abbr] %} | ||
<abbr class="badge"><a href="{{site.data.venues[entry.abbr].url}}" target="_blank">{{entry.abbr}}</a></abbr> | ||
{% else %} | ||
<abbr class="badge">{{entry.abbr}}</abbr> | ||
{% endif %} | ||
{% endif %} | ||
</div> | ||
|
||
<div id="{{entry.key}}" class="col-sm-8"> | ||
{% if entry.type == "thesis" %} | ||
{{reference}} | ||
{% else %} | ||
<div class="title">{{entry.title}}</div> | ||
<div class="author"> | ||
{% for author in entry.author_array %} | ||
{% if forloop.length == 1 %} | ||
{% if author.last == site.scholar.last_name %} | ||
<em>{{author.last}}, {{author.first}}</em> | ||
{% else %} | ||
{{author.last}}, {{author.first}} | ||
{% endif %} | ||
{% else %} | ||
{% unless forloop.last %} | ||
{% if author.last == site.scholar.last_name %} | ||
<em>{{author.last}}, {{author.first}}</em>, | ||
{% else %} | ||
{% if site.data.coauthors[author.last] %} | ||
<a href="{{site.data.coauthors[author.last].url}}" target="_blank">{{author.last}}, {{author.first}}</a>, | ||
{% else %} | ||
{{author.last}}, {{author.first}}, | ||
{% endif %} | ||
{% endif %} | ||
{% else %} | ||
{% if author.last == site.scholar.last_name %} | ||
and <em>{{author.last}}, {{author.first}}</em> | ||
{% else %} | ||
{% if site.data.coauthors[author.last] %} | ||
and <a href="{{site.data.coauthors[author.last].url}}" target="_blank">{{author.last}}, {{author.first}}</a> | ||
{% else %} | ||
and {{author.last}}, {{author.first}} | ||
{% endif %} | ||
{% endif %} | ||
{% endunless %} | ||
{% endif %} | ||
{% endfor %} | ||
</div> | ||
|
||
<div class="periodical"> | ||
{% if entry.type == "article" %} | ||
<em>{{entry.journal}}</em> | ||
{% elsif entry.type == "inproceedings" %} | ||
<em>In {{entry.booktitle}}</em> | ||
{% endif %} | ||
{% if entry.year %} | ||
{{entry.year}} | ||
{% endif %} | ||
</div> | ||
{% endif %} | ||
|
||
<div class="links"> | ||
{% if entry.abstract %} | ||
<a class="abstract btn btn-sm z-depth-0" role="button">Abs</a> | ||
{% endif %} | ||
{% if entry.arxiv %} | ||
<a href="http://arxiv.org/abs/{{ entry.arxiv }}" class="btn btn-sm z-depth-0" role="button" target="_blank">arXiv</a> | ||
{% endif %} | ||
{% if entry.html %} | ||
<a href="{{ entry.html }}" class="btn btn-sm z-depth-0" role="button" target="_blank">HTML</a> | ||
{% endif %} | ||
{% if entry.pdf %} | ||
{% if entry.pdf contains '://' %} | ||
<a href="{{ entry.pdf }}" class="btn btn-sm z-depth-0" role="button" target="_blank">PDF</a> | ||
{% else %} | ||
<a href="{{ entry.pdf | prepend: '/assets/pdf/' | relative_url }}" class="btn btn-sm z-depth-0" role="button" target="_blank">PDF</a> | ||
{% endif %} | ||
{% endif %} | ||
{% if entry.supp %} | ||
{% if entry.supp contains '://' %} | ||
<a href="{{ entry.supp }}" class="btn btn-sm z-depth-0" role="button" target="_blank">Supp</a> | ||
{% else %} | ||
<a href="{{ entry.supp | prepend: '/assets/pdf/' | relative_url }}" class="btn btn-sm z-depth-0" role="button" target="_blank">Supp</a> | ||
{% endif %} | ||
{% endif %} | ||
{% if entry.blog %} | ||
<a href="{{ entry.blog }}" class="btn btn-sm z-depth-0" role="button" target="_blank">Blog</a> | ||
{% endif %} | ||
{% if entry.code %} | ||
<a href="{{ entry.code }}" class="btn btn-sm z-depth-0" role="button" target="_blank">Code</a> | ||
{% endif %} | ||
{% if entry.poster %} | ||
{% if entry.poster contains '://' %} | ||
<a href="{{ entry.poster }}" class="btn btn-sm z-depth-0" role="button" target="_blank">Poster</a> | ||
{% else %} | ||
<a href="{{ entry.poster | prepend: '/assets/pdf/' | relative_url }}" class="btn btn-sm z-depth-0" role="button" target="_blank">Poster</a> | ||
{% endif %} | ||
{% endif %} | ||
{% if entry.slides %} | ||
{% if entry.slides contains '://' %} | ||
<a href="{{ entry.slides }}" class="btn btn-sm z-depth-0" role="button" target="_blank">Slides</a> | ||
{% else %} | ||
<a href="{{ entry.slides | prepend: '/assets/pdf/' | relative_url }}" class="btn btn-sm z-depth-0" role="button" target="_blank">Slides</a> | ||
{% endif %} | ||
{% endif %} | ||
{% if entry.website %} | ||
<a href="{{ entry.website }}" class="btn btn-sm z-depth-0" role="button" target="_blank">Website</a> | ||
{% endif %} | ||
</div> | ||
|
||
<!-- Hidden abstract block --> | ||
{% if entry.abstract %} | ||
<div class="abstract hidden"> | ||
<p>{{ entry.abstract }}</p> | ||
</div> | ||
{% endif %} | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Oops, something went wrong.