-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ 1b5d14c 🚀
- Loading branch information
0 parents
commit f100ff7
Showing
7 changed files
with
94,479 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,191 @@ | ||
.button { | ||
font-family: inherit; | ||
font-size: 80%; | ||
padding: 0.5em 0.5em; | ||
color: white; /* rgba not supported (IE 8) */ | ||
border: 1px solid #999; /*IE 6/7/8*/ | ||
border: none rgba(0, 0, 0, 0); /*IE9 + everything else*/ | ||
background-color: #E6E6E6; | ||
text-decoration: none; | ||
border-radius: 4px; | ||
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); | ||
} | ||
|
||
.button-hover, | ||
.button:hover, | ||
.button:focus { | ||
background-image: linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.10)); | ||
text-decoration: none; color : white | ||
} | ||
|
||
a:link {text-decoration: none; color : #326fa3} | ||
a:visited {text-decoration: none; color : #326fa3} | ||
a:active {text-decoration: none; color: #666666} | ||
a:hover {text-decoration: underline} | ||
|
||
} | ||
.button:focus { | ||
outline: 0; | ||
} | ||
.button-active, | ||
.button:active { | ||
box-shadow: 0 0 0 1px rgba(0,0,0, 0.15) inset, 0 0 6px rgba(0,0,0, 0.20) inset; | ||
border-color: #000; | ||
} | ||
a.button, | ||
a:link.button, | ||
a:visited.button, | ||
a:hover.button, | ||
a:active.button { | ||
color: white; | ||
text-decoration: none; | ||
} | ||
|
||
.background-green { | ||
background: rgb(28, 184, 65); | ||
/* this is a green */ | ||
} | ||
|
||
.background-maroon { | ||
background: rgb(202, 60, 60); | ||
/* this is a maroon */ | ||
} | ||
.background-orange { | ||
background: rgb(223, 117, 20); | ||
/* this is an orange */ | ||
} | ||
|
||
.background-blue { | ||
background: rgb(66, 184, 221); | ||
/* this is a light blue */ | ||
} | ||
|
||
#at { | ||
float: none; | ||
display: inline; | ||
vertical-align: middle; | ||
border: 0; | ||
width: 1em; | ||
height: auto; | ||
} | ||
dt | ||
{ | ||
float: left; | ||
text-align: right; | ||
margin: 0; | ||
width: 3.5em; | ||
font-size: 90%; | ||
} | ||
dd | ||
{ | ||
text-align: left; | ||
margin-left: 3.6em; | ||
margin-bottom: .75em; | ||
} | ||
|
||
h1 { color: #326fa3; font: 30px 'Lucida Grande', Geneva, Verdana, Arial, sans-serif; font-weight: bold;} | ||
|
||
h2 { color: #326fa3; font: 20px 'Lucida Grande', Geneva, Verdana, Arial, sans-serif; font-weight: bold;} | ||
|
||
h3 { color: #326fa3; font: 14px 'Lucida Grande', Geneva, Verdana, Arial, sans-serif; font-weight: bold;} | ||
|
||
.authors { font-weight: bold; color: #326fa3; font-size: 14px; margin-top: 0em; padding: 0px} | ||
.authors dt { float: left;} | ||
.authors dd { margin-left: 8em; } | ||
|
||
|
||
|
||
div#navlist { background-color: #f5f5f5; border: 1px solid #C9D1D7; padding: 1ex; padding-top: 0px; margin: 1em; margin-top: 2em; width: 20em; } | ||
|
||
#navlist h2 { color: black; font-size: 85%; } | ||
#navlist ul, #navlist ol { list-style-type: decimal; color:#326fa3; font-size: 85%; } | ||
|
||
blockquote { font-size: smaller; } | ||
|
||
ol.publications { | ||
margin-left: 3em; | ||
padding: 0; | ||
counter-reset: publication; | ||
} | ||
|
||
ol.publications li{ | ||
margin: 0; | ||
padding: .5em 0em .5em 0em; | ||
display: block; | ||
} | ||
|
||
ol.publications > li:before { | ||
display: inline-block; | ||
min-width: 4ex; | ||
padding-right: 1.5ex; | ||
text-align: right; | ||
margin-left: -5.5ex; | ||
content: "["counter(publication)"] "; | ||
counter-increment: publication; | ||
} | ||
|
||
dd:target { | ||
border:1px solid #dac89d; | ||
background: #ffffd3; | ||
} | ||
|
||
ul.publinks { | ||
margin: 0 auto 1em; | ||
margin: 0; | ||
padding: 0; | ||
border: none; | ||
display:inline-block; | ||
vertical-align: middle; | ||
} | ||
|
||
ul.publinks > li { | ||
margin: 0; | ||
padding: 0; | ||
border: none; | ||
list-style: none; | ||
display: inline-block; | ||
margin-left: -4px; | ||
line-height: 24px; /* minimum to fix pdfdoc icon */ | ||
} | ||
|
||
a.pdfdoc { | ||
display:inline-block; | ||
line-height:22px; | ||
/* padding-left:23px; | ||
background:transparent url(../img/pdf22.png) center left no-repeat;*/ | ||
} | ||
|
||
ul.publinks > li > a { | ||
white-space: nowrap; | ||
margin-left: 3px; | ||
margin-right: 3px; | ||
} | ||
ul.publinks > li > a.pdfdoc { | ||
white-space: nowrap; | ||
margin-left: 3px; | ||
/* padding-left: 23px; | ||
background:transparent url(../img/pdf22.png) center left no-repeat;*/ | ||
margin-right: 3px; | ||
min-height: 22px; | ||
} | ||
|
||
ul.publinks:before { | ||
content: "[ "; | ||
} | ||
|
||
ul.publinks:after { | ||
content: "]"; | ||
} | ||
|
||
.inline-citation { | ||
max-width:50em; margin-left: 4em; margin-right: 4em; | ||
} | ||
|
||
.repo-gh { | ||
width: 30px; | ||
height: 30px; | ||
display: inline-block; | ||
vertical-align: middle; | ||
color: #9d9d9d; | ||
text-decoration: none; | ||
} |
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,2 @@ | ||
</body> | ||
</html> |
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,45 @@ | ||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> | ||
|
||
<html> | ||
|
||
<head> | ||
<title>IRIDIA BibTeX Repository</title> | ||
<meta http-equiv="content-type" content="text/html; charset=UTF-8"> | ||
<meta name="generator" content="bibtex2html"> | ||
<link rel="stylesheet" type="text/css" href="bibtex.css"> | ||
</head> | ||
|
||
<body> | ||
|
||
<!-- This document was automatically generated with bibtex2html 1.98 | ||
(see http://www.lri.fr/~filliatr/bibtex2html/), | ||
with the following command: | ||
/usr/bin/bibtex2html --title "IRIDIA BibTeX Repository" --html-entities -linebreak -css bibtex.css --named-field url http --named-field springerlink Springer --named-field supplement "supplementary material" --named-field pdf PDF -dl -u -s ../bibstyles/plainweb -macros-from ../macros.tex -o index -citefile /tmp/citefilech28AlMs2T /tmp/tmpoMcZcJHAN2.bib --> | ||
|
||
|
||
|
||
<div class="float:left; min-height:30px;"> | ||
<a title="https://github.com/iridia-ulb/references" rel="noopener noreferrer" target="_blank" href="https://github.com/iridia-ulb/references" class="ember-view repo-gh"> | ||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28"><path d="M14 0C6.27 0 0 6.43 0 14.36c0 6.34 4.01 11.72 9.57 13.62.7.13.96-.31.96-.69 0-.34-.01-1.24-.02-2.44-3.89.87-4.72-1.92-4.72-1.92-.64-1.66-1.55-2.1-1.55-2.1-1.27-.89.1-.87.1-.87 1.4.1 2.14 1.48 2.14 1.48 1.25 2.19 3.28 1.56 4.07 1.19.13-.93.49-1.56.89-1.92-3.11-.36-6.38-1.59-6.38-7.09 0-1.57.55-2.85 1.44-3.85-.14-.36-.62-1.82.14-3.8 0 0 1.18-.39 3.85 1.47a12.8 12.8 0 013.5-.48c1.19.01 2.39.16 3.5.48 2.67-1.86 3.85-1.47 3.85-1.47.76 1.98.28 3.44.14 3.8.9 1 1.44 2.28 1.44 3.85 0 5.51-3.27 6.73-6.39 7.08.5.44.95 1.32.95 2.66 0 1.92-.02 3.47-.02 3.94 0 .38.25.83.96.69C23.99 26.07 28 20.7 28 14.36 28 6.43 21.73 0 14 0z" fill-rule="evenodd" clip-rule="evenodd"></path></svg> | ||
</a> | ||
<a class="button background-green" href="https://github.com/iridia-ulb/references/blob/master/README.md"><b>README</b></a> | ||
<a class="button background-maroon" href="testbib.pdf"><b>PDF (1.5 MB)</b></a> | ||
<a class="button background-blue" href="https://iridia-ulb.github.io/references/index_bib">BibTeX</a> | ||
<a href="https://github.com/iridia-ulb/references/actions/workflows/test-and-deploy.yml" rel="nofollow"><img src="https://github.com/iridia-ulb/references/actions/workflows/test-and-deploy.yml/badge.svg" style="max-width:100%;vertical-align:middle;"></a> | ||
<a href="https://github.com/iridia-ulb/references/blob/master/README.md#copyright"><img alt="License: CC0-1.0" src="https://img.shields.io/badge/License-CC0_1.0-lightgrey.svg" style="max-width: 100%;vertical-align:middle;"></a> | ||
</div> | ||
|
||
|
||
<h1>IRIDIA BibTeX Repository</h1> | ||
|
||
<h2>What is this?</h2> | ||
|
||
<p>This list of references in automatically generated from a collection of BibTeX files organized in a way that tries to avoid redundancy, minimise mistakes and facilitate customization.</p> | ||
|
||
<p>You only need to fork (or link) the <a href="https://github.com/iridia-ulb/references">git repository</a> in your papers and sync with the main copy to send/receive updates.</p> | ||
|
||
<p>Most customisations, such as shorter journal or conference names, do not require changing the existing <code>.bib</code> files. | ||
You should not need to edit the entries directly unless you find mistakes. See the <a href="https://github.com/iridia-ulb/references/blob/master/README.md">README</a> for more details.</p> | ||
|
||
<h2>References</h2> | ||
|
Oops, something went wrong.