Skip to content

Commit 0a9dedc

Browse files
authored
Merge pull request #80 from ComplexData-MILA/new-reading-group
New reading group
2 parents 70e4f6f + e239c94 commit 0a9dedc

17 files changed

+705
-0
lines changed

_data/navigation.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ main:
1111
url: /online-toxicity/
1212
- page: "Tools & Resources"
1313
url: /tools-and-resources/
14+
- page: "STAMINA"
15+
url: /stamina/
1416
- page: "Publications"
1517
url: /publications/
1618
url: /

stamina/css/bibbase_css.css

Lines changed: 131 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,131 @@
1+
2+
.bibbase_group {
3+
/* font-size: 10pt; */
4+
/* font-weight: bold; */
5+
/* text-decoration: none; */
6+
color: black;
7+
display: none;
8+
}
9+
10+
.bibbase_paper {
11+
/* font-size: 9pt; */
12+
margin-bottom: 30px;
13+
}
14+
15+
/* choose between icons and text (or both). Choose which one _not_ to show: */
16+
img.bibbase_icon {
17+
display: none;
18+
/* text-decoration: none; */
19+
}
20+
21+
#img.bibbase_icon_text {
22+
display: none;
23+
}
24+
25+
.bibbase_icon_text {
26+
/* color: #5D0001; */
27+
/* font-size: 9pt; */
28+
/* line-height: 12pt; */
29+
/* margin-bottom: 10px; */
30+
/* text-decoration: none; */
31+
}
32+
33+
.bibbase_icon_text:after {
34+
content: " | ";
35+
}
36+
37+
span.bibbase_icon_text {
38+
/* text-decoration: none; */
39+
}
40+
41+
/* the parts of each entry are: title_author_year venue note (newline) content
42+
where "content" is the set of urls and possibly an abstract
43+
*/
44+
45+
span.bibbase_paper_titleauthoryear {
46+
color: #000000;
47+
/* font-size: 10pt; */
48+
display: block;
49+
}
50+
51+
span.bibbase_paper_title {
52+
color: #000000;
53+
font-weight: bold;
54+
display: block;
55+
}
56+
57+
span.bibbase_paper_title a{ pointer-events: none; }
58+
59+
span.bibbase_paper_title a, span.bibbase_paper_title a:link, span.bibbase_paper_title a:visited {
60+
background-color: transparent;
61+
}
62+
63+
span.bibbase_paper_title a:hover {
64+
text-decoration: underline;
65+
background-color: transparent;
66+
}
67+
68+
span.bibbase_paper_author {
69+
color: #000000;
70+
}
71+
72+
span.bibbase_paper_year {
73+
color: #000000;
74+
}
75+
76+
span.bibbase_paper_content {
77+
letter-spacing: -0.5px;
78+
}
79+
80+
.bibbase_paper_content a {
81+
letter-spacing: -0.5px;
82+
}
83+
84+
span.bibbase_paper_venue {
85+
letter-spacing: -0.5px;
86+
}
87+
88+
span.bibbase_paper_note {
89+
letter-spacing: -0.5px;
90+
}
91+
92+
span.bibbase_group_count {
93+
display: none;
94+
}
95+
96+
span.bibbase_group_head {
97+
display: none;
98+
}
99+
100+
#bibbase_header a {
101+
display: none;
102+
}
103+
104+
#bibbase_header {
105+
display: none;
106+
}
107+
108+
109+
#bibbase_group {
110+
padding-left: -20px;
111+
112+
/* list-style-type: none; */
113+
}
114+
115+
.bibbase_group_body {
116+
margin-left: 0px;
117+
}
118+
119+
120+
span.bibbase_paper_title a:active {
121+
pointer-events: none;
122+
cursor: default;
123+
}
124+
125+
span.bibbase_paper_title a:disabled {
126+
pointer-events: none;
127+
cursor: default;
128+
}
129+
130+
131+
.bibbase_amazon .bibbase.link { display: none; }

stamina/css/bootstrap.min.css

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

stamina/css/plain-style.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
body{
2+
3+
font-family: 'Open Sans', sans-serif;
4+
}
5+
6+
.box {
7+
/*width: 100px;
8+
height: 100px;*/
9+
padding: 10px;
10+
border: 3px solid gray;
11+
background-color: #F8F8F8;
12+
font-size: 18pt;
13+
}

stamina/css/scrolling-nav.css

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
/*!
2+
* Start Bootstrap - Scrolling Nav (http://startbootstrap.com/)
3+
* Copyright 2013-2016 Start Bootstrap
4+
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
5+
*/
6+
7+
body {
8+
width: 100%;
9+
height: 100%;
10+
}
11+
12+
html {
13+
width: 100%;
14+
height: 100%;
15+
}
16+
17+
@media(min-width:767px) {
18+
.navbar {
19+
padding: 8px 0;
20+
-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
21+
-moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
22+
transition: background .5s ease-in-out,padding .5s ease-in-out;
23+
}
24+
25+
.top-nav-collapse {
26+
padding: 0;
27+
}
28+
}
29+
30+
/* Demo Sections - You can use these as guides or delete them - the scroller will work with any sort of height, fixed, undefined, or percentage based.
31+
The padding is very important to make sure the scrollspy picks up the right area when scrolled to. Adjust the margin and padding of sections and children
32+
of those sections to manage the look and feel of the site. */
33+
34+
.some-section {
35+
/* height: 200%; */
36+
padding-top: 50px;
37+
/* text-align: center; */
38+
/* background: #fff; */
39+
}
40+
41+
.some-title {
42+
font-weight: 700;
43+
}
44+
/* .about-section { */
45+
/* /\* height: 100%; *\/ */
46+
/* padding-top: 150px; */
47+
/* /\* text-align: center; *\/ */
48+
/* /\* background: #eee; *\/ */
49+
/* } */
50+
51+
/* .services-section { */
52+
/* /\* height: 400%; *\/ */
53+
/* padding-top: 150px; */
54+
/* /\* text-align: center; *\/ */
55+
/* /\* background: #fff; *\/ */
56+
/* } */
57+
58+
/* .contact-section { */
59+
/* /\* height: 100%; *\/ */
60+
/* padding-top: 150px; */
61+
/* /\* text-align: center; *\/ */
62+
/* /\* background: #eee; *\/ */
63+
/* } */

stamina/images/Max.JPG

24.3 KB
Loading

stamina/images/delphi.png

2.22 MB
Loading
4.99 KB
Loading
6.27 KB
Loading
207 KB
Loading

0 commit comments

Comments
 (0)