52 Commits (e2abab96ef36fb1bdf4ea45f3bf635e1d78a2bb3)
 

Author SHA1 Message Date
Samah Hussein Youssef e2abab96ef homepage images 2 months ago
Samah Hussein Youssef fd4a8164c4 Merge branch 'master' of https://github.com/arman-maghsoudnia/sens-test 2 months ago
Samah Hussein Youssef 1c2be1f847 logo 2 months ago
hash e8c27bfa4c Merge branch 'master' of github.com:arman-maghsoudnia/sens-test 2 months ago
hash ad4984dfde more updates to proj 2 months ago
Samah Hussein Youssef 00cb75a706 samah's project 2 months ago
Samah Hussein Youssef 64983999bd Merge branch 'master' of https://github.com/arman-maghsoudnia/sens-test 2 months ago
Samah Hussein Youssef 3c3fa54aeb activity 2 months ago
hash f0fc503b89 updated mmwave and code 2 months ago
Samah Hussein Youssef b42589b2fb activity 2 months ago
Arman Maghsoudnia f5d994af28 Arman added his related project. 2 months ago
arman 8e399e4134 Adding the people. 3 months ago
Adrian Sampson 4a956098b5
Merge pull request #28 from NickvashKani/master
Removing some extraneous files
2 years ago
kani 4203cea1b0 removing some extraneous files 2 years ago
Adrian Sampson 83bb8d7dbd
Use HTTP for git URL (close #23) 3 years ago
Adrian Sampson d5762f7c8e
Merge pull request #16 from joshpoll/patch-1
Update publications template for Python 3
4 years ago
Josh Pollock a9c87a23f2
Update publications template for Python 3
Without this change, the Makefile fails when using Python 3.

```
mkdir -p _includes
bibble bib/pubs.bib bib/publications.tmpl > _includes/pubs.html
Traceback (most recent call last):
  File "/usr/local/bin/bibble", line 8, in <module>
    sys.exit(main())
  File "/usr/local/lib/python3.8/site-packages/click/core.py", line 829, in __call__
    return self.main(*args, **kwargs)
  File "/usr/local/lib/python3.8/site-packages/click/core.py", line 782, in main
    rv = self.invoke(ctx)
  File "/usr/local/lib/python3.8/site-packages/click/core.py", line 1066, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/usr/local/lib/python3.8/site-packages/click/core.py", line 610, in invoke
    return callback(*args, **kwargs)
  File "/usr/local/lib/python3.8/site-packages/bibble/main.py", line 183, in main
    out = tmpl.render(entries=bib_sorted)
  File "/usr/local/lib/python3.8/site-packages/jinja2/environment.py", line 1090, in render
    self.environment.handle_exception()
  File "/usr/local/lib/python3.8/site-packages/jinja2/environment.py", line 832, in handle_exception
    reraise(*rewrite_traceback_stack(source=source))
  File "/usr/local/lib/python3.8/site-packages/jinja2/_compat.py", line 28, in reraise
    raise value.with_traceback(tb)
  File "<template>", line 37, in top-level template code
  File "/usr/local/lib/python3.8/site-packages/jinja2/sandbox.py", line 460, in call
    if not __self.is_safe_callable(__obj):
  File "/usr/local/lib/python3.8/site-packages/jinja2/sandbox.py", line 360, in is_safe_callable
    getattr(obj, "unsafe_callable", False) or getattr(obj, "alters_data", False)
jinja2.exceptions.UndefinedError: 'dict object' has no attribute 'iteritems'
make: *** [_includes/pubs.html] Error 1
```
4 years ago
Max Willsey 43c77f75b7 Add news image example 7 years ago
Max Willsey 26d7b8d5bc Add the option for images in posts 7 years ago
Max Willsey 3655a47b5a Add a anchor to people 7 years ago
Max Willsey 0fbd9b8d11 Add some docs for projects. 7 years ago
Max Willsey 6a98ae580e Sort projects by date. 7 years ago
Max Willsey d5db768665 Update readme. 7 years ago
Max Willsey 6ddb88b53e Justify jumbotron. 7 years ago
Max Willsey 27d79c7d07 Fix some card stuff. 7 years ago
Max Willsey 229d1a5414 Update everything. 7 years ago
Max Willsey 4559c1d7af Simplify Makefile. 7 years ago
Max Willsey 6a5856fc7c Use bibble from pip instead of submodule. 7 years ago
Adrian Sampson af1415ef7c Merge pull request #3 from filipesaraiva/patch-1
Use kramdown instead redcarpet as markdown parser
8 years ago
Adrian Sampson 38b22a3cee Merge pull request #4 from filipesaraiva/patch-2
Fix the deprecated pygments option to highlighter
8 years ago
Filipe Saraiva 0f864c60bd Fix the deprecated pygments option to highlighter
Since Jekyll 3.0 the pygments option was deprecated. Instead we
must use highlighter option and put pygments value in order to
continue to use pygments as syntax highlighting library [1].

[1] https://jekyllrb.com/docs/upgrading/2-to-3/#syntax-highlighter-changed
8 years ago
Filipe Saraiva 9a2576675f Use kramdown instead redcarpet as markdown parser
Since Jekyll 3.0 kramdown is the default library to parser markdown files [1].
Kramdown in fact is the default option, so there is no need to specify this
library in _config.yml file [2].

[1] https://help.github.com/articles/updating-your-markdown-processor-to-kramdown/
[2] https://jekyllrb.com/docs/configuration/#default-configuration
8 years ago
Adrian Sampson fe6fe5183f Add license text (#2) 8 years ago
Ben Ransford 2d4c7f7f65 oh god markdown 9 years ago
Ben Ransford 4615d3e9cb add license (CC-BY-NC 4.0) 9 years ago
Ben Ransford 5497f26148 Merge pull request #1 from rjwalls/master
Fix $(PATH) var in Makefile.  Thanks @rjwalls!
11 years ago
Robert Walls 73be1443a0 Fixed issue preventing build.
The variable "PATH" in the Makefile was shadowing the shell's PATH
variable. This broke the build and resulted in errors such as "Cannot
find command Python2.7."
11 years ago
Ben Ransford 37fa14133d oopsie; fix fork URL for real 11 years ago
Ben Ransford 584220d495 fix fork URL 11 years ago
Ben Ransford fc0b62dc1c clarify URL 11 years ago
Ben Ransford 7c59f91ec2 update README for fork maintenance 11 years ago
Ben Ransford a05fa36b0f example.com -> example.edu 11 years ago
Ben Ransford afa1ff8fe9 finish expunging UW 11 years ago
Adrian Sampson 35bfed7677 Remove some more identifying information 11 years ago
Adrian Sampson 1c54eaee2c Add screenshot to README 11 years ago
Adrian Sampson 4b33d92a61 Mention responsive design in README 11 years ago
Adrian Sampson e21c003c87 Expand README 11 years ago
Adrian Sampson 563a7f338f Genericize some more content 11 years ago
Adrian Sampson 93b887066a Add placeholder logo 11 years ago
Adrian Sampson 84e91727bf Add bibble submodule 11 years ago