From b2e8640cc05a179048eaaa39205bd4fc43146745 Mon Sep 17 00:00:00 2001 From: clarkzjw Date: Tue, 9 Jan 2018 22:24:19 +0800 Subject: + fix --- .gitignore | 1 + _static/git-pull.css | 70 ++++++++--------- _static/img/books/amazon-logo.png | Bin 17641 -> 0 bytes _static/img/books/ibooks-logo.png | Bin 52958 -> 0 bytes _static/img/tony.svg | 1 - _static/leather/IMG_20131123_031223-medium.jpg | Bin 64494 -> 0 bytes _static/leather/IMG_20131123_031251-medium.jpg | Bin 67905 -> 0 bytes _static/leather/IMG_20131123_031318-medium.jpg | Bin 91305 -> 0 bytes _static/leather/IMG_20131123_031351-medium.jpg | Bin 73678 -> 0 bytes _static/leather/IMG_20131123_031647-medium.jpg | Bin 54438 -> 0 bytes _static/leather/IMG_20131123_031939-medium.jpg | Bin 92348 -> 0 bytes _templates/more.html | 7 +- conf.py | 37 +++++---- index.rst | 99 +++++++++++++++++-------- requirements.txt | 2 +- 15 files changed, 128 insertions(+), 89 deletions(-) delete mode 100644 _static/img/books/amazon-logo.png delete mode 100644 _static/img/books/ibooks-logo.png delete mode 100644 _static/img/tony.svg delete mode 100644 _static/leather/IMG_20131123_031223-medium.jpg delete mode 100644 _static/leather/IMG_20131123_031251-medium.jpg delete mode 100644 _static/leather/IMG_20131123_031318-medium.jpg delete mode 100644 _static/leather/IMG_20131123_031351-medium.jpg delete mode 100644 _static/leather/IMG_20131123_031647-medium.jpg delete mode 100644 _static/leather/IMG_20131123_031939-medium.jpg diff --git a/.gitignore b/.gitignore index bbe0afe..a8c96e0 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ _build # ignore virtualenvs /*env*/ +.idea diff --git a/_static/git-pull.css b/_static/git-pull.css index 81e3aa2..a17dd6e 100644 --- a/_static/git-pull.css +++ b/_static/git-pull.css @@ -1,49 +1,53 @@ -h1.logo { font-size: 13px; } -img.logo { margin: 0 0 20px 0; } +h1.logo { + font-size: 13px; +} + +img.logo { + margin: 0 0 20px 0; +} div.book-container > p { text-align: center; } div.book-container { - background: rgba(250, 251, 252, 0.75); - border-left: 5px solid rgba(85, 138, 187, 0.75); - margin-top: 10px; + background: rgba(250, 251, 252, 0.75); + border-left: 5px solid rgba(85, 138, 187, 0.75); + margin-top: 10px; } div.book-container:hover { - background: rgba(250, 251, 252, 1); - border-left: 5px solid rgba(85, 138, 187, 1); + background: rgba(250, 251, 252, 1); + border-left: 5px solid rgba(85, 138, 187, 1); } div.book-container .hsk-right p:first-of-type, -div.book-container .rightside-book p:first-of-type -{ - padding-top: 10px; +div.book-container .rightside-book p:first-of-type { + padding-top: 10px; } /* flexbox.css overrides */ -@media only screen and (min-width: 75em), -@media only screen and (min-width: 64em), -@media only screen and (min-width: 48em) { - .container { - width: auto !important - } -} - -.project div.figure p.caption { - margin-bottom: 0px; -} - -.book-container a.reference:hover, -.project a.reference:hover { - border-bottom: 0px; -} - -/* attempt to fix flexbox in screen responsiveness at mid-width */ -@media only screen and (min-width: 64em) { - .container { - width: auto !important; - } -} +/*@media only screen and (min-width: 75em),*/ + /*@media only screen and (min-width: 64em),*/ + /*@media only screen and (min-width: 48em) {*/ + /*.container {*/ + /*width: auto !important*/ + /*}*/ + /*}*/ + + /*.project div.figure p.caption {*/ + /*margin-bottom: 0;*/ + /*}*/ + + /*.book-container a.reference:hover,*/ + /*.project a.reference:hover {*/ + /*border-bottom: 0;*/ + /*}*/ + + /*!* attempt to fix flexbox in screen responsiveness at mid-width *!*/ + /*@media only screen and (min-width: 64em) {*/ + /*.container {*/ + /*width: auto !important;*/ + /*}*/ + /*}*/ diff --git a/_static/img/books/amazon-logo.png b/_static/img/books/amazon-logo.png deleted file mode 100644 index 4f8bc02..0000000 Binary files a/_static/img/books/amazon-logo.png and /dev/null differ diff --git a/_static/img/books/ibooks-logo.png b/_static/img/books/ibooks-logo.png deleted file mode 100644 index 8d00c53..0000000 Binary files a/_static/img/books/ibooks-logo.png and /dev/null differ diff --git a/_static/img/tony.svg b/_static/img/tony.svg deleted file mode 100644 index 4da1c75..0000000 --- a/_static/img/tony.svg +++ /dev/null @@ -1 +0,0 @@ -tony \ No newline at end of file diff --git a/_static/leather/IMG_20131123_031223-medium.jpg b/_static/leather/IMG_20131123_031223-medium.jpg deleted file mode 100644 index a16ef61..0000000 Binary files a/_static/leather/IMG_20131123_031223-medium.jpg and /dev/null differ diff --git a/_static/leather/IMG_20131123_031251-medium.jpg b/_static/leather/IMG_20131123_031251-medium.jpg deleted file mode 100644 index 65aa9d6..0000000 Binary files a/_static/leather/IMG_20131123_031251-medium.jpg and /dev/null differ diff --git a/_static/leather/IMG_20131123_031318-medium.jpg b/_static/leather/IMG_20131123_031318-medium.jpg deleted file mode 100644 index 3129b57..0000000 Binary files a/_static/leather/IMG_20131123_031318-medium.jpg and /dev/null differ diff --git a/_static/leather/IMG_20131123_031351-medium.jpg b/_static/leather/IMG_20131123_031351-medium.jpg deleted file mode 100644 index 268f41e..0000000 Binary files a/_static/leather/IMG_20131123_031351-medium.jpg and /dev/null differ diff --git a/_static/leather/IMG_20131123_031647-medium.jpg b/_static/leather/IMG_20131123_031647-medium.jpg deleted file mode 100644 index 7c79987..0000000 Binary files a/_static/leather/IMG_20131123_031647-medium.jpg and /dev/null differ diff --git a/_static/leather/IMG_20131123_031939-medium.jpg b/_static/leather/IMG_20131123_031939-medium.jpg deleted file mode 100644 index f4ac2ca..0000000 Binary files a/_static/leather/IMG_20131123_031939-medium.jpg and /dev/null differ diff --git a/_templates/more.html b/_templates/more.html index e6bb217..e34a075 100644 --- a/_templates/more.html +++ b/_templates/more.html @@ -3,9 +3,12 @@ {% block more_content %} -Follow @clarkzjw +Follow @clarkzjw -Tweets by clarkzjw +Tweets by + clarkzjw + {% endblock %} diff --git a/conf.py b/conf.py index 2588b3f..55e0e96 100644 --- a/conf.py +++ b/conf.py @@ -1,26 +1,27 @@ # -*- coding: utf-8 -*- import alagitpull + alagitpull.projects = [ { - 'name': 'LumberJack', - 'url': 'https://github.com/clarkzjw/LumberJack', - }, - { - 'name': 'nginx-proxy-google', - 'url': 'https://github.com/clarkzjw/nginx-proxy-google', + 'name': 'Dehaze', + 'url': 'https://github.com/clarkzjw/Dehaze' }, { 'name': 'GuidedFilter', 'url': 'https://github.com/clarkzjw/GuidedFilter', }, + { + 'name': 'LumberJack', + 'url': 'https://github.com/clarkzjw/LumberJack', + }, { 'name': 'one-two-three...infinity', 'url': 'https://github.com/clarkzjw/one-two-three...infinity' }, { - 'name': 'Dehaze', - 'url': 'https://github.com/clarkzjw/Dehaze' + 'name': 'nginx-proxy-google', + 'url': 'https://github.com/clarkzjw/nginx-proxy-google', }, { 'name': 'brainfuck', @@ -29,8 +30,8 @@ alagitpull.projects = [ ] extensions = [ - 'sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.intersphinx', - 'sphinx.ext.todo', 'sphinx.ext.viewcode', 'alagitpull' + 'sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.intersphinx', + 'sphinx.ext.todo', 'sphinx.ext.viewcode', 'alagitpull' ] html_title = 'Hello World' @@ -41,7 +42,7 @@ source_suffix = '.rst' master_doc = 'index' -project = u'ring0.xyz 🍵' +project = u'ring0.xyz' copyright = u'2013 - 2018, clarkzjw' # NOQA version = '0.0' @@ -53,7 +54,7 @@ pygments_style = 'sphinx' html_theme_path = [alagitpull.get_path()] html_theme = 'alagitpull' -html_favicon = 'favicon.ico' +html_favicon = '_static/favicon.ico' html_theme_options = { 'logo': 'img/bagua.png', 'projects': alagitpull.projects, @@ -70,24 +71,20 @@ html_static_path = ['_static'] htmlhelp_basename = 'confuciangentlemansclubdoc' - latex_elements = { } latex_documents = [ - ('index', 'confuciangentlemansclub.tex', u'confucian gentleman\'s', - u'Tony Narlock', 'manual'), + ('index', 'confuciangentlemansclub.tex', u'confucian gentleman\'s', 'manual'), ] man_pages = [ - ('index', 'confuciangentlemansclub', u'confucian gentleman\'s club', - [u'Tony Narlock'], 1) + ('index', 'confuciangentlemansclub', u'confucian gentleman\'s club', 1) ] texinfo_documents = [ - ('index', 'confuciangentlemansclub', u'confucian gentleman\'s club', - u'Tony Narlock', 'confuciangentlemansclub', 'Scribe.', - 'Miscellaneous'), + ('index', 'confuciangentlemansclub', u'confucian gentleman\'s club', 'confuciangentlemansclub', 'Scribe.', + 'Miscellaneous'), ] intersphinx_mapping = { diff --git a/index.rst b/index.rst index 8661631..f7736ef 100644 --- a/index.rst +++ b/index.rst @@ -1,14 +1,14 @@ .. ring0.xyz documentation master file, created by - sphinx-quickstart on Tue Jan 9 11:54:09 2018. - You can adapt this file completely to your liking, but it should at least - contain the root `toctree` directive. + sphinx-quickstart on Tue Jan 9 11:54:09 2018. + You can adapt this file completely to your liking, but it should at least + contain the root `toctree` directive. Hello World -===================================== +=========== .. toctree:: - :maxdepth: 2 - :caption: Contents: + :maxdepth: 2 + :caption: Contents: Updates ------- @@ -17,51 +17,86 @@ Updates `2017 观影记录 `__ -Publications ------------- - -- *2016* +About me +-------- - Dehazing +- A developer +- Familiar with C, Python, MATLAB and Golang +- A user of Vim, Debian, Docker, Raspberry Pi, etc +- Computer vision enthusiast +- Ingress resistance Language Skills --------------- -I am a passinate Esperanto learner +- Mandarin - Native or Bilingual proficiency +- English - Professional working proficiency +- Esperanto - Elementary proficiency + +Publications +------------ + +- `基于主色检测与灰度传播的彩色图像灰度化方法 `__ +- `Texture filtering based physically plausible image dehazing `__ +- `暗通道先验图像去雾的大气光校验和光晕消除 `__ +- `Sky detection and texture smoothing-based high-visibility haze removal from images and videos `__ +- `鲁棒图像去雾的大气光校正与透射率优化算法 `__ Coding around the web --------------------- -- My ports for the `FreeBSD`_ operating system on `portscout`_ -- My issues for `FreeBSD`_ in `Bugzilla - `_ -- Software porting from Linux to BSD on my `FreeBSD Wiki Page`_ -- Unofficial tally / roster of open source contributions on `OpenHub`_ -- GitHub `@tony`_ for recent / current coding +- `Dehaze`_, implementation of dark channel prior based image dehazing algorithms +- `one-two-three...infinity`_, 📏 Calculating the sum from one to a billion in different programming languages, inspired by https://github.com/leachim6/hello-world +- `brainfuck`_, 🙇 Simple Brainfuck interpreter implemented in C +- GitHub `@clarkzjw`_ for recent / current coding + +.. _Dehaze: https://github.com/clarkzjw/Dehaze +.. _one-two-three...infinity: https://github.com/clarkzjw/one-two-three...infinity +.. _brainfuck: https://github.com/clarkzjw/brainfuck +.. _@clarkzjw: https://github.com/clarkzjw + -.. _portscout: https://portscout.freebsd.org/tony@git-pull.com.html -.. _FreeBSD: https://www.freebsd.org -.. _OpenHub: https://openhub.net/accounts/git-pull -.. _FreeBSD Wiki Page: https://wiki.freebsd.org/TonyNarlock -.. _@tony: https://www.github.com/tony +Contact +------- + +- Feel free to contact me! +- PGP: `0x1D017D3D `_ | `keybase.io `_ +- Telegram: @clarkzjw +- Mail to: `hello@jinwei.me `_ Other ----- -- PSA on why leather is cool +- I am a volunteer of BOINC, supporting WorldCommunityGrid +- I think Freedom is my birth right and I shall have it, including free speech and free software + +.. container:: row + + .. container:: project + + .. figure:: https://cdn.clarkzjw.cn/redtestbar.gif + :align: left + :target: https://tomli.blog/archives/2016/06/2124.html + :alt: tomli.blog + :height: 150 -Donate +.. container:: row + + .. container:: project + + .. figure:: https://cdn.clarkzjw.cn/Sample_09-F9_protest_art,_Free_Speech_Flag_by_John_Marcotte.png + :align: left + :target: https://en.wikipedia.org/wiki/Free_Speech_Flag + :alt: en.wikipedia.org + :height: 150 + +Credit ------ -Like my open source projects and learning resources? Your support is appreciated! +- All original contents of this site are licensed under `CC BY-SA 3.0 CN `_ Hire me ------- -I'm available for hire (remote) - -.. _cookiecutter-pypackage: https://github.com/tony/cookiecutter-pypackage -.. _cookiecutter-flask-pythonic: https://github.com/tony/cookiecutter-flask-pythonic -.. _Cookiecutter: https://github.com/audreyr/cookiecutter -.. _cihai: https://cihai.git-pull.com +I'm available for hire diff --git a/requirements.txt b/requirements.txt index 47b54bf..76a6e69 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ alabaster==0.7.10 -alagitpull==0.0.14 +git+https://github.com/clarkzjw/alagitpull.git Babel==2.5.1 certifi==2017.11.5 chardet==3.0.4 -- cgit v1.2.3