Giter Club home page Giter Club logo

blotter's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

blotter's Issues

Juhye Lee's papers show up on Jover Lee's team page

See the bottom of https://bedford.io/team/jover-lee/.

This looks like the code that's responsible for doing the lastname + first initial matching that's causing the problem:

{% assign lastname = member.title | split: ' ' | last %}
{% assign firstinitial = member.title | split: ' ' | first | slice: 0 %}
{% assign searchstring = lastname | append: ' ' | append: firstinitial %}
{% for paper in site.categories.papers %}
{% if paper.authors contains searchstring %}
{% assign papersq = true %}
{% endif %}
{% endfor %}
{% if papersq == true %}
<div class="bigspacer"></div>
<div class="head">Papers</div>
<div class="spacer"></div>
{% for paper in site.categories.papers %}
{% if paper.authors contains searchstring %}
<p><a href="{{ paper.url }}" class="off">{{ paper.title }}</a>
{% endif %}
{% endfor %}
{% endif %}

Project page not showing up?

Dear Bedford Lab, I'm super excited to try your lab website template! When I tried to replicate the project page, I experienced the following problem. I followed the advice on running ruby _scripts/update-and-preprocess.rb and built my website. The project page shows up correctly when I viewed the website locally http://localhost:4000/, but always see the error message "Sorry, this page does not exist." when I try to view each project page on my customized domain. Strangely, all other aspects of the website work well and the project page is the only issue. I'm curious if any of you can offer any advice. Thank you for your time!

The tag `eqinline` is not a recognized Liquid Tag

Hello. I am trying to customize your site's layout for our own lab site and have successfully forked the repo into my directory. I am able to build the site locally with Jekyll but I keep getting the error below from Github when building the live site. I have tried to fix this error by deleting files but that is not working. More files keep popping up with this error. Do you have any suggestions please? Thank you!

The tag eqinlineon line 189 inguide/_posts/2013-10-26-style.md is not a recognized Liquid tag.

Change font

Hello. Thanks for your website, its an amazing system! :D

Tiny question: the default font doenst render turkish characters very well, is there an easy way to change it?

can not work for command line "bundle exec jekyll build"

@trvrb I want to use blotter to build my website, and when I run the command line "bundle exec jekyll build",
it reports to me ๐Ÿ‘:
lixingguangtekiMacBook-puro:blotter lixingguang$ bundle exec jekyll build
Configuration file: /Users/lixingguang/blotter/_config.yml
Source: /Users/lixingguang/blotter
Destination: /Users/lixingguang/blotter/_site
Incremental build: disabled. Enable with --incremental
Generating...
Warning: parse error in /Users/lixingguang/blotter/_site/talks/reveal-v2/css/print/pdf.css. Don't panic - copying initial file
Details: parse error on value "@page " (error)
Warning: parse error in /Users/lixingguang/blotter/_site/talks/reveal-v2/css/theme/default.css. Don't panic - copying initial file
Details: parse error on value ":not(" (error)
Warning: parse error in /Users/lixingguang/blotter/_site/talks/reveal-v2/css/theme/trvrb.css. Don't panic - copying initial file
Details: parse error on value ":not(" (error)
Warning: parse error in /Users/lixingguang/blotter/_site/talks/reveal-v3/css/reveal.css. Don't panic - copying initial file
Details: parse error on value ":not(" (error)
done in 11.747 seconds.
Auto-regeneration: disabled. Use --watch to enable.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.