diff --git a/_config.yml b/_config.yml index 65157aabc47f..929bf187dba9 100644 --- a/_config.yml +++ b/_config.yml @@ -128,7 +128,7 @@ pagination: enabled: true related_blog_posts: - enabled: true + enabled: false max_related: 5 # Giscus comments (RECOMMENDED) @@ -150,13 +150,6 @@ giscus: disqus_shortname: al-folio # put your disqus shortname # https://help.disqus.com/en/articles/1717111-what-s-a-shortname -# External sources. -# If you have blog posts published on medium.com or other external sources, -# you can display them in your blog by adding a link to the RSS feed. -external_sources: - - name: medium.com - rss_url: https://medium.com/@al-folio/feed - # ----------------------------------------------------------------------------- # Collections # ----------------------------------------------------------------------------- diff --git a/_includes/header.liquid b/_includes/header.liquid index c7b7ab0c77e5..07e21d1a8e71 100644 --- a/_includes/header.liquid +++ b/_includes/header.liquid @@ -8,7 +8,6 @@ Banner Image Banner Image Banner Image - Banner Image @@ -131,25 +130,24 @@ .carousel { width: 100%; /* 1 image, 100% of container width */ - height: 500%; /* 5 images, each 100% of container height */ - animation: carousel 100s infinite linear; + height: 400%; /* 4 images, each 100% of container height */ + animation: carousel 100s infinite linear alternate; } .carousel-image { float: left; /* add this line */ width: 100%; /* each image takes up 100% of the carousel width */ - height: 20%; /* each image takes up 20% of the carousel height */ + height: 25%; /* each image takes up 25% of the carousel height */ } @keyframes carousel { - 0%, 19% { transform: translateY(0); } - 20%, 39% { transform: translateY(-20%); } - 40%, 59% { transform: translateY(-40%); } - 60%, 79% { transform: translateY(-60%); } - 80%, 99% { transform: translateY(-80%); } - 100%, 119% { transform: translateY(-100%); } - 120%, 139% { transform: translateY(-120%); } /* back to the first image */ - 140%, 150% { transform: translateY(-140%); } /* pause at the first image */ + 0%, 20% { transform: translateY(0); } + 22%, 40% { transform: translateY(-25%); } + 42%, 60% { transform: translateY(-50%); } + 62%, 80% { transform: translateY(-75%); } + 82%, 85% { transform: translateY(-50%); } + 87%, 90% { transform: translateY(-25%); } + 92%, 100% { transform: translateY(0); } } \ No newline at end of file diff --git a/_layouts/page.liquid b/_layouts/page.liquid index d3c7aa24c7ce..5d09c73639cf 100644 --- a/_layouts/page.liquid +++ b/_layouts/page.liquid @@ -4,6 +4,9 @@ layout: default

{{ page.title }}

+

{{ page.description }}

diff --git a/_layouts/profiles.liquid b/_layouts/profiles.liquid index 2b59ac718824..10204e29f3f1 100644 --- a/_layouts/profiles.liquid +++ b/_layouts/profiles.liquid @@ -66,21 +66,23 @@ layout: page {% if profile.email %}
{{ profile.email }}
{% endif %} - - + {% if profile.website or profile.more_info or profile.content %} + + + {% endif %} {% endif %}
@@ -111,21 +113,23 @@ layout: page {% if profile.email %}
{{ profile.email }}
{% endif %} - - + {% if profile.website or profile.more_info or profile.content %} + + + {% endif %} {% endif %}
@@ -156,21 +160,23 @@ layout: page {% if profile.email %}
{{ profile.email }}
{% endif %} - - + {% if profile.website or profile.more_info or profile.content %} + + + {% endif %} {% endif %}
@@ -201,12 +207,23 @@ layout: page {% if profile.email %}
{{ profile.email }}
{% endif %} - {% if profile.website %} -

{{ profile.website }}

+ {% if profile.website or profile.more_info or profile.content %} + + {% endif %} - {% endif %}
diff --git a/_projects/spatial_memory.md b/_projects/spatial_memory.md index af621c1c7423..386112708e29 100644 --- a/_projects/spatial_memory.md +++ b/_projects/spatial_memory.md @@ -1,14 +1,13 @@ --- layout: page title: Spatial Memory +author: by Kaja Kubickova importance: 1 -category: work related_publications: true img: assets/img/kaja_spatial_memory.png --- ## The Neural Map - Our sense of navigation is not something we tend to consider too deeply in our day-to-day lives. Nevertheless, we somehow have a subconscious knowledge of were we are in the world and where we are going. We use it everywhere - to walk home, to go to the grocery store, to walk to the bathroom in the middle of the night. How we navigate is largely dependent on what information is available to us. The brain is complex and uses a variety of strategies to determine our position, relative to other landmarks and to start or goal locations. Among those is beaconing, a strategy where we use a distant object to navigate to - say, “Hey, there’s a neon sign here saying ‘Pub’” - that’s probably the entrance to the pub. But what if you don’t have those clues?