Skip to content

Commit e0d7b30

Browse files
author
Dhruva Shaw
committed
try new
1 parent 2f1308f commit e0d7b30

File tree

1 file changed

+19
-49
lines changed

1 file changed

+19
-49
lines changed

_projects/mcba.md

Lines changed: 19 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -74,24 +74,24 @@ bibliography: papers.bib
7474
# jekyll-toc plugin (https://github.com/toshimaru/jekyll-toc).
7575
toc: true
7676

77-
_styles: >
78-
.container {
79-
position: relative;
80-
overflow: hidden;
81-
width: 100%;
82-
padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
83-
}
84-
85-
/* Then style the iframe to fit in the container div with full height and width */
86-
.responsive-iframe {
87-
position: absolute;
88-
top: 0;
89-
left: 0;
90-
bottom: 0;
91-
right: 0;
92-
width: 100%;
93-
height: 100%;
94-
}
77+
# _styles: >
78+
# .container {
79+
# position: relative;
80+
# overflow: hidden;
81+
# width: 100%;
82+
# padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
83+
# }
84+
85+
# /* Then style the iframe to fit in the container div with full height and width */
86+
# .responsive-iframe {
87+
# position: absolute;
88+
# top: 0;
89+
# left: 0;
90+
# bottom: 0;
91+
# right: 0;
92+
# width: 100%;
93+
# height: 100%;
94+
# }
9595
---
9696

9797
## Abstract
@@ -168,34 +168,4 @@ Here is the protocol(steps) to reproduce our work with ease.
168168

169169
---
170170

171-
<article>
172-
{% if page.profiles %}
173-
{% for profile in page.profiles %}
174-
<hr>
175-
<div class="profile float-{% if profile.align == 'left' %}left{% else %}right{% endif %}">
176-
{% if profile.image %}
177-
{% assign profile_image_path = profile.image | prepend: 'assets/img/' %}
178-
{% if profile.image_circular %}
179-
{% assign profile_image_class = 'img-fluid z-depth-1 rounded-circle' %}
180-
{% else %}
181-
{% assign profile_image_class = 'img-fluid z-depth-1 rounded' %}
182-
{% endif %}
183-
{% capture sizes %}(min-width: {{site.max_width}}) {{ site.max_width | minus: 30 | times: 0.3}}px, (min-width: 576px) 30vw, 95vw"{% endcapture %}
184-
{% include figure.liquid loading="eager" path=profile_image_path class=profile_image_class sizes=sizes alt=profile.image %}
185-
{% endif %}
186-
{% if profile.more_info %}
187-
<div class="more-info">{{ profile.more_info }}</div>
188-
{% endif %}
189-
</div>
190-
191-
<div class="clearfix">
192-
{% if profile.content %}
193-
{% capture profile_content %}{% include_relative {{ profile.content }} %}{% endcapture %}
194-
{{ profile_content | markdownify }}
195-
{% else %}
196-
{{ content }}
197-
{% endif %}
198-
</div>
199-
{% endfor %}
200-
{% endif %}
201-
</article>
171+
{% include profiles.liquid %}

0 commit comments

Comments
 (0)