Compare commits
2 Commits
2f5345e825
...
6999490e1b
Author | SHA1 | Date | |
---|---|---|---|
6999490e1b | |||
5b3d3de5be |
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
.sass-cache/
|
||||
*.css.map
|
110
css/custom.css
110
css/custom.css
@ -1,110 +0,0 @@
|
||||
/* Figures */
|
||||
.figure p {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.figure img {
|
||||
max-width:100%;
|
||||
display: block;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.figure .figure-number {
|
||||
font-weight: bold;
|
||||
color: #343131;
|
||||
}
|
||||
|
||||
/* Tables */
|
||||
|
||||
table {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
table .table-number {
|
||||
font-weight: bold;
|
||||
color: #343131;
|
||||
}
|
||||
|
||||
/* Source Blocks */
|
||||
|
||||
.org-src-container > pre.src:before {
|
||||
display: inline;
|
||||
position: absolute;
|
||||
color: #808080;
|
||||
background-color: white;
|
||||
top: -10px;
|
||||
left: 10px;
|
||||
padding: 0px 4px;
|
||||
border: 1px solid #d0d0d0;
|
||||
font-size: 80%;
|
||||
}
|
||||
.org-src-container > pre {
|
||||
margin-top: 1.5em;
|
||||
position: relative;
|
||||
overflow: visible;
|
||||
}
|
||||
.org-src-container > pre > code.src:before {
|
||||
display: inline;
|
||||
position: absolute;
|
||||
color: #808080;
|
||||
background-color: white;
|
||||
top: -10px;
|
||||
left: 10px;
|
||||
padding: 0px 4px;
|
||||
border: 1px solid #d0d0d0;
|
||||
font-size: 80%;
|
||||
}
|
||||
.org-src-container > pre.src-emacs-lisp:before { content: 'Emacs Lisp'; }
|
||||
.org-src-container > pre.src-elisp:before { content: 'Emacs Lisp'; }
|
||||
.org-src-container > pre.src-sh:before { content: 'shell'; }
|
||||
.org-src-container > pre.src-bash:before { content: 'bash'; }
|
||||
.org-src-container > pre.src-org:before { content: 'Org mode'; }
|
||||
.org-src-container > pre.src-python:before { content: 'Python'; }
|
||||
.org-src-container > pre.src-matlab:before { content: 'Matlab'; }
|
||||
|
||||
/* Results blocks */
|
||||
|
||||
pre.example {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
pre.example:before {
|
||||
content: 'Result';
|
||||
display: inline;
|
||||
position: absolute;
|
||||
color: #808080;
|
||||
background-color: white;
|
||||
top: -10px;
|
||||
left: 10px;
|
||||
padding: 0px 4px;
|
||||
border: 1px solid #d0d0d0;
|
||||
font-size: 80%;
|
||||
}
|
||||
|
||||
/* Navigation Buttons */
|
||||
|
||||
#org-div-home-and-up {
|
||||
text-align: right;
|
||||
max-width: 1200px;
|
||||
margin-left: 300px;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 768px) {
|
||||
#org-div-home-and-up {
|
||||
position: fixed;
|
||||
z-index: 10;
|
||||
margin: 10px;
|
||||
right: 0;
|
||||
}
|
||||
#org-div-home-and-up > a {
|
||||
color: black;
|
||||
}
|
||||
}
|
||||
|
||||
/* Center Youtube Videos */
|
||||
|
||||
iframe {
|
||||
display: block;
|
||||
margin: auto;
|
||||
}
|
145
css/htmlize.css
145
css/htmlize.css
@ -1,145 +0,0 @@
|
||||
.org-bold { /* bold */ font-weight: bold; }
|
||||
.org-bold-italic { /* bold-italic */ font-weight: bold; font-style: italic; }
|
||||
.org-buffer-menu-buffer { /* buffer-menu-buffer */ font-weight: bold; }
|
||||
.org-builtin { /* font-lock-builtin-face */ color: #7a378b; }
|
||||
.org-button { /* button */ text-decoration: underline; }
|
||||
.org-calendar-today { /* calendar-today */ text-decoration: underline; }
|
||||
.org-change-log-acknowledgement { /* change-log-acknowledgement */ color: #b22222; }
|
||||
.org-change-log-conditionals { /* change-log-conditionals */ color: #a0522d; }
|
||||
.org-change-log-date { /* change-log-date */ color: #8b2252; }
|
||||
.org-change-log-email { /* change-log-email */ color: #a0522d; }
|
||||
.org-change-log-file { /* change-log-file */ color: #0000ff; }
|
||||
.org-change-log-function { /* change-log-function */ color: #a0522d; }
|
||||
.org-change-log-list { /* change-log-list */ color: #a020f0; }
|
||||
.org-change-log-name { /* change-log-name */ color: #008b8b; }
|
||||
.org-comint-highlight-input { /* comint-highlight-input */ font-weight: bold; }
|
||||
.org-comint-highlight-prompt { /* comint-highlight-prompt */ color: #00008b; }
|
||||
.org-comment { /* font-lock-comment-face */ color: #999988; font-style: italic; }
|
||||
.org-comment-delimiter { /* font-lock-comment-delimiter-face */ color: #999988; font-style: italic; }
|
||||
.org-completions-annotations { /* completions-annotations */ font-style: italic; }
|
||||
.org-completions-common-part { /* completions-common-part */ color: #000000; background-color: #ffffff; }
|
||||
.org-completions-first-difference { /* completions-first-difference */ font-weight: bold; }
|
||||
.org-constant { /* font-lock-constant-face */ color: #008b8b; }
|
||||
.org-diary { /* diary */ color: #ff0000; }
|
||||
.org-diff-context { /* diff-context */ color: #7f7f7f; }
|
||||
.org-diff-file-header { /* diff-file-header */ background-color: #b3b3b3; font-weight: bold; }
|
||||
.org-diff-function { /* diff-function */ background-color: #cccccc; }
|
||||
.org-diff-header { /* diff-header */ background-color: #cccccc; }
|
||||
.org-diff-hunk-header { /* diff-hunk-header */ background-color: #cccccc; }
|
||||
.org-diff-index { /* diff-index */ background-color: #b3b3b3; font-weight: bold; }
|
||||
.org-diff-nonexistent { /* diff-nonexistent */ background-color: #b3b3b3; font-weight: bold; }
|
||||
.org-diff-refine-change { /* diff-refine-change */ background-color: #d9d9d9; }
|
||||
.org-dired-directory { /* dired-directory */ color: #0000ff; }
|
||||
.org-dired-flagged { /* dired-flagged */ color: #ff0000; font-weight: bold; }
|
||||
.org-dired-header { /* dired-header */ color: #228b22; }
|
||||
.org-dired-ignored { /* dired-ignored */ color: #7f7f7f; }
|
||||
.org-dired-mark { /* dired-mark */ color: #008b8b; }
|
||||
.org-dired-marked { /* dired-marked */ color: #ff0000; font-weight: bold; }
|
||||
.org-dired-perm-write { /* dired-perm-write */ color: #b22222; }
|
||||
.org-dired-symlink { /* dired-symlink */ color: #a020f0; }
|
||||
.org-dired-warning { /* dired-warning */ color: #ff0000; font-weight: bold; }
|
||||
.org-doc { /* font-lock-doc-face */ color: #8b2252; }
|
||||
.org-escape-glyph { /* escape-glyph */ color: #a52a2a; }
|
||||
.org-file-name-shadow { /* file-name-shadow */ color: #7f7f7f; }
|
||||
.org-flyspell-duplicate { /* flyspell-duplicate */ color: #cdad00; font-weight: bold; text-decoration: underline; }
|
||||
.org-flyspell-incorrect { /* flyspell-incorrect */ color: #ff4500; font-weight: bold; text-decoration: underline; }
|
||||
.org-fringe { /* fringe */ background-color: #f2f2f2; }
|
||||
.org-function-name { /* font-lock-function-name-face */ color: teal; }
|
||||
.org-header-line { /* header-line */ color: #333333; background-color: #e5e5e5; }
|
||||
.org-help-argument-name { /* help-argument-name */ font-style: italic; }
|
||||
.org-highlight { /* highlight */ background-color: #b4eeb4; }
|
||||
.org-holiday { /* holiday */ background-color: #ffc0cb; }
|
||||
.org-isearch { /* isearch */ color: #b0e2ff; background-color: #cd00cd; }
|
||||
.org-isearch-fail { /* isearch-fail */ background-color: #ffc1c1; }
|
||||
.org-italic { /* italic */ font-style: italic; }
|
||||
.org-keyword { /* font-lock-keyword-face */ color: #0086b3; }
|
||||
.org-lazy-highlight { /* lazy-highlight */ background-color: #afeeee; }
|
||||
.org-link { /* link */ color: #0000ff; text-decoration: underline; }
|
||||
.org-link-visited { /* link-visited */ color: #8b008b; text-decoration: underline; }
|
||||
.org-log-edit-header { /* log-edit-header */ color: #a020f0; }
|
||||
.org-log-edit-summary { /* log-edit-summary */ color: #0000ff; }
|
||||
.org-log-edit-unknown-header { /* log-edit-unknown-header */ color: #b22222; }
|
||||
.org-match { /* match */ background-color: #ffff00; }
|
||||
.org-next-error { /* next-error */ background-color: #eedc82; }
|
||||
.org-nobreak-space { /* nobreak-space */ color: #a52a2a; text-decoration: underline; }
|
||||
.org-org-archived { /* org-archived */ color: #7f7f7f; }
|
||||
.org-org-block { /* org-block */ color: #7f7f7f; }
|
||||
.org-org-block-begin-line { /* org-block-begin-line */ color: #b22222; }
|
||||
.org-org-block-end-line { /* org-block-end-line */ color: #b22222; }
|
||||
.org-org-checkbox { /* org-checkbox */ font-weight: bold; }
|
||||
.org-org-checkbox-statistics-done { /* org-checkbox-statistics-done */ color: #228b22; font-weight: bold; }
|
||||
.org-org-checkbox-statistics-todo { /* org-checkbox-statistics-todo */ color: #ff0000; font-weight: bold; }
|
||||
.org-org-clock-overlay { /* org-clock-overlay */ background-color: #ffff00; }
|
||||
.org-org-code { /* org-code */ color: #7f7f7f; }
|
||||
.org-org-column { /* org-column */ background-color: #e5e5e5; }
|
||||
.org-org-column-title { /* org-column-title */ background-color: #e5e5e5; font-weight: bold; text-decoration: underline; }
|
||||
.org-org-date { /* org-date */ color: #a020f0; text-decoration: underline; }
|
||||
.org-org-document-info { /* org-document-info */ color: #191970; }
|
||||
.org-org-document-info-keyword { /* org-document-info-keyword */ color: #7f7f7f; }
|
||||
.org-org-document-title { /* org-document-title */ color: #191970; font-size: 144%; font-weight: bold; }
|
||||
.org-org-done { /* org-done */ color: #228b22; font-weight: bold; }
|
||||
.org-org-drawer { /* org-drawer */ color: #0000ff; }
|
||||
.org-org-ellipsis { /* org-ellipsis */ color: #b8860b; text-decoration: underline; }
|
||||
.org-org-footnote { /* org-footnote */ color: #a020f0; text-decoration: underline; }
|
||||
.org-org-formula { /* org-formula */ color: #b22222; }
|
||||
.org-org-headline-done { /* org-headline-done */ color: #bc8f8f; }
|
||||
.org-org-hide { /* org-hide */ color: #ffffff; }
|
||||
.org-org-latex-and-export-specials { /* org-latex-and-export-specials */ color: #8b4513; }
|
||||
.org-org-level-1 { /* org-level-1 */ color: #0000ff; }
|
||||
.org-org-level-2 { /* org-level-2 */ color: #a0522d; }
|
||||
.org-org-level-3 { /* org-level-3 */ color: #a020f0; }
|
||||
.org-org-level-4 { /* org-level-4 */ color: #b22222; }
|
||||
.org-org-level-5 { /* org-level-5 */ color: #228b22; }
|
||||
.org-org-level-6 { /* org-level-6 */ color: #008b8b; }
|
||||
.org-org-level-7 { /* org-level-7 */ color: #7a378b; }
|
||||
.org-org-level-8 { /* org-level-8 */ color: #8b2252; }
|
||||
.org-org-link { /* org-link */ color: #0000ff; text-decoration: underline; }
|
||||
.org-org-meta-line { /* org-meta-line */ color: #b22222; }
|
||||
.org-org-mode-line-clock { /* org-mode-line-clock */ color: #000000; background-color: #bfbfbf; }
|
||||
.org-org-mode-line-clock-overrun { /* org-mode-line-clock-overrun */ color: #000000; background-color: #ff0000; }
|
||||
.org-org-quote { /* org-quote */ color: #7f7f7f; }
|
||||
.org-org-scheduled { /* org-scheduled */ color: #006400; }
|
||||
.org-org-scheduled-previously { /* org-scheduled-previously */ color: #b22222; }
|
||||
.org-org-scheduled-today { /* org-scheduled-today */ color: #006400; }
|
||||
.org-org-sexp-date { /* org-sexp-date */ color: #a020f0; }
|
||||
.org-org-special-keyword { /* org-special-keyword */ color: #a020f0; }
|
||||
.org-org-table { /* org-table */ color: #0000ff; }
|
||||
.org-org-tag { /* org-tag */ font-weight: bold; }
|
||||
.org-org-target { /* org-target */ text-decoration: underline; }
|
||||
.org-org-time-grid { /* org-time-grid */ color: #b8860b; }
|
||||
.org-org-todo { /* org-todo */ color: #ff0000; font-weight: bold; }
|
||||
.org-org-upcoming-deadline { /* org-upcoming-deadline */ color: #b22222; }
|
||||
.org-org-verbatim { /* org-verbatim */ color: #7f7f7f; }
|
||||
.org-org-verse { /* org-verse */ color: #7f7f7f; }
|
||||
.org-org-warning { /* org-warning */ color: #ff0000; font-weight: bold; }
|
||||
.org-outline-1 { /* outline-1 */ color: #0000ff; }
|
||||
.org-outline-2 { /* outline-2 */ color: #a0522d; }
|
||||
.org-outline-3 { /* outline-3 */ color: #a020f0; }
|
||||
.org-outline-4 { /* outline-4 */ color: #b22222; }
|
||||
.org-outline-5 { /* outline-5 */ color: #228b22; }
|
||||
.org-outline-6 { /* outline-6 */ color: #008b8b; }
|
||||
.org-outline-7 { /* outline-7 */ color: #7a378b; }
|
||||
.org-outline-8 { /* outline-8 */ color: #8b2252; }
|
||||
.org-preprocessor { /* font-lock-preprocessor-face */ color: #7a378b; }
|
||||
.org-query-replace { /* query-replace */ color: #b0e2ff; background-color: #cd00cd; }
|
||||
.org-regexp-grouping-backslash { /* font-lock-regexp-grouping-backslash */ font-weight: bold; }
|
||||
.org-regexp-grouping-construct { /* font-lock-regexp-grouping-construct */ font-weight: bold; }
|
||||
.org-region { /* region */ background-color: #eedc82; }
|
||||
.org-secondary-selection { /* secondary-selection */ background-color: #ffff00; }
|
||||
.org-shadow { /* shadow */ color: #7f7f7f; }
|
||||
.org-show-paren-match { /* show-paren-match */ background-color: #40e0d0; }
|
||||
.org-show-paren-mismatch { /* show-paren-mismatch */ color: #ffffff; background-color: #a020f0; }
|
||||
.org-string { /* font-lock-string-face */ color: #dd1144; }
|
||||
.org-tool-bar { /* tool-bar */ color: #000000; background-color: #bfbfbf; }
|
||||
.org-tooltip { /* tooltip */ color: #000000; background-color: #ffffe0; }
|
||||
.org-trailing-whitespace { /* trailing-whitespace */ background-color: #ff0000; }
|
||||
.org-type { /* font-lock-type-face */ color: #228b22; }
|
||||
.org-underline { /* underline */ text-decoration: underline; }
|
||||
.org-variable-name { /* font-lock-variable-name-face */ color: teal; }
|
||||
.org-warning { /* font-lock-warning-face */ color: #ff0000; font-weight: bold; }
|
||||
.org-widget-button { /* widget-button */ font-weight: bold; }
|
||||
.org-widget-button-pressed { /* widget-button-pressed */ color: #ff0000; }
|
||||
.org-widget-documentation { /* widget-documentation */ color: #006400; }
|
||||
.org-widget-field { /* widget-field */ background-color: #d9d9d9; }
|
||||
.org-widget-inactive { /* widget-inactive */ color: #7f7f7f; }
|
||||
.org-widget-single-line-field { /* widget-single-line-field */ background-color: #d9d9d9; }
|
File diff suppressed because it is too large
Load Diff
88
css/partials/_codes.scss
Normal file
88
css/partials/_codes.scss
Normal file
@ -0,0 +1,88 @@
|
||||
.org-src-container {
|
||||
|
||||
> pre {
|
||||
margin-top: 1.5em;
|
||||
position: relative;
|
||||
overflow: visible;
|
||||
border:1px solid #e1e4e5;
|
||||
background:#fff;
|
||||
display:block;
|
||||
font-family:Consolas,"Andale Mono WT","Andale Mono","Lucida Console","Lucida Sans Typewriter","DejaVu Sans Mono","Bitstream Vera Sans Mono","Liberation Mono","Nimbus Mono L",Monaco,"Courier New",Courier,monospace;
|
||||
font-size:12px;
|
||||
line-height:1.5;
|
||||
margin:1px 0px 24px 0px;
|
||||
padding:12px;
|
||||
white-space:pre;
|
||||
|
||||
&.src:before {
|
||||
display: inline;
|
||||
position: absolute;
|
||||
color: #808080;
|
||||
background-color: white;
|
||||
top: -10px;
|
||||
left: 10px;
|
||||
padding: 0px 4px;
|
||||
border: 1px solid #d0d0d0;
|
||||
font-size: 80%;
|
||||
}
|
||||
|
||||
&.src-emacs-lisp:before { content: 'Emacs Lisp'; }
|
||||
&.src-elisp:before { content: 'Emacs Lisp'; }
|
||||
&.src-sh:before { content: 'shell'; }
|
||||
&.src-bash:before { content: 'bash'; }
|
||||
&.src-org:before { content: 'Org mode'; }
|
||||
&.src-python:before { content: 'Python'; }
|
||||
&.src-matlab:before { content: 'Matlab'; }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* Results blocks */
|
||||
|
||||
pre {
|
||||
&.example {
|
||||
position: relative;
|
||||
background:#f3f6f6;
|
||||
border:1px solid #e1e4e5;
|
||||
color:#404040;
|
||||
font-size: 12px;
|
||||
line-height: 1.5;
|
||||
margin-bottom:24px;
|
||||
padding:12px;
|
||||
&:before {
|
||||
content: 'Result';
|
||||
display: inline;
|
||||
position: absolute;
|
||||
color: #808080;
|
||||
background-color: white;
|
||||
top: -10px;
|
||||
left: 10px;
|
||||
padding: 0px 4px;
|
||||
border: 1px solid #d0d0d0;
|
||||
font-size: 80%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.org-type {
|
||||
color: #228b22;
|
||||
}
|
||||
.org-comment {
|
||||
color: #999988; font-style: italic;
|
||||
}
|
||||
.org-comment-delimiter {
|
||||
color: #999988; font-style: italic;
|
||||
}
|
||||
.org-string {
|
||||
color: #dd1144;
|
||||
}
|
||||
.org-matlab-cellbreak {
|
||||
text-decoration: underline;
|
||||
text-decoration-color: #999988;
|
||||
}
|
||||
.org-constant {
|
||||
color: #008b8b;
|
||||
}
|
||||
.org-variable-name {
|
||||
color: teal;
|
||||
}
|
28
css/partials/_copyright.scss
Normal file
28
css/partials/_copyright.scss
Normal file
@ -0,0 +1,28 @@
|
||||
#copyright {
|
||||
position:fixed;
|
||||
bottom:0;
|
||||
left:0;
|
||||
width:300px;
|
||||
color:#fcfcfc;
|
||||
background:#1f1d1d;
|
||||
border-top:solid 10px #343131;
|
||||
font-family:"Lato","proxima-nova","Helvetica Neue",Arial,sans-serif;
|
||||
font-size: 90%;
|
||||
z-index:400;
|
||||
padding:12px;
|
||||
a{
|
||||
color:#2980B9;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
.rst-current-version{
|
||||
padding:12px;
|
||||
background-color:#272525;
|
||||
display:block;
|
||||
text-align:right;
|
||||
font-size:90%;
|
||||
cursor:pointer;
|
||||
color:#27AE60;
|
||||
*zoom:1;
|
||||
}
|
||||
}
|
27
css/partials/_figures.scss
Normal file
27
css/partials/_figures.scss
Normal file
@ -0,0 +1,27 @@
|
||||
/* Figures */
|
||||
.figure {
|
||||
margin-bottom:24px;
|
||||
|
||||
p {
|
||||
color:#000;
|
||||
font:italic 85%/1 arial,sans-serif;
|
||||
padding:1em 0;
|
||||
text-align: center;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
img {
|
||||
max-width:100%;
|
||||
display: block;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.figure-number {
|
||||
font-weight: bold;
|
||||
color: #343131;
|
||||
}
|
||||
}
|
||||
|
||||
figcaption,figure,footer,header,hgroup,nav{
|
||||
display:block;
|
||||
}
|
417
css/partials/_htmlize.scss
Normal file
417
css/partials/_htmlize.scss
Normal file
@ -0,0 +1,417 @@
|
||||
.org-bold {
|
||||
font-weight: bold;
|
||||
}
|
||||
.org-bold-italic {
|
||||
font-weight: bold; font-style: italic;
|
||||
}
|
||||
.org-buffer-menu-buffer {
|
||||
font-weight: bold;
|
||||
}
|
||||
.org-builtin {
|
||||
color: #7a378b;
|
||||
}
|
||||
.org-button {
|
||||
text-decoration: underline;
|
||||
}
|
||||
.org-calendar-today {
|
||||
text-decoration: underline;
|
||||
}
|
||||
.org-change-log-acknowledgement {
|
||||
color: #b22222;
|
||||
}
|
||||
.org-change-log-conditionals {
|
||||
color: #a0522d;
|
||||
}
|
||||
.org-change-log-date {
|
||||
color: #8b2252;
|
||||
}
|
||||
.org-change-log-email {
|
||||
color: #a0522d;
|
||||
}
|
||||
.org-change-log-file {
|
||||
color: #0000ff;
|
||||
}
|
||||
.org-change-log-function {
|
||||
color: #a0522d;
|
||||
}
|
||||
.org-change-log-list {
|
||||
color: #a020f0;
|
||||
}
|
||||
.org-change-log-name {
|
||||
color: #008b8b;
|
||||
}
|
||||
.org-comint-highlight-input {
|
||||
font-weight: bold;
|
||||
}
|
||||
.org-comint-highlight-prompt {
|
||||
color: #00008b;
|
||||
}
|
||||
.org-completions-annotations {
|
||||
font-style: italic;
|
||||
}
|
||||
.org-completions-common-part {
|
||||
color: #000000; background-color: #ffffff;
|
||||
}
|
||||
.org-completions-first-difference {
|
||||
font-weight: bold;
|
||||
}
|
||||
.org-diary {
|
||||
color: #ff0000;
|
||||
}
|
||||
.org-diff-context {
|
||||
color: #7f7f7f;
|
||||
}
|
||||
.org-diff-file-header {
|
||||
background-color: #b3b3b3; font-weight: bold;
|
||||
}
|
||||
.org-diff-function {
|
||||
background-color: #cccccc;
|
||||
}
|
||||
.org-diff-header {
|
||||
background-color: #cccccc;
|
||||
}
|
||||
.org-diff-hunk-header {
|
||||
background-color: #cccccc;
|
||||
}
|
||||
.org-diff-index {
|
||||
background-color: #b3b3b3; font-weight: bold;
|
||||
}
|
||||
.org-diff-nonexistent {
|
||||
background-color: #b3b3b3; font-weight: bold;
|
||||
}
|
||||
.org-diff-refine-change {
|
||||
background-color: #d9d9d9;
|
||||
}
|
||||
.org-dired-directory {
|
||||
color: #0000ff;
|
||||
}
|
||||
.org-dired-flagged {
|
||||
color: #ff0000; font-weight: bold;
|
||||
}
|
||||
.org-dired-header {
|
||||
color: #228b22;
|
||||
}
|
||||
.org-dired-ignored {
|
||||
color: #7f7f7f;
|
||||
}
|
||||
.org-dired-mark {
|
||||
color: #008b8b;
|
||||
}
|
||||
.org-dired-marked {
|
||||
color: #ff0000; font-weight: bold;
|
||||
}
|
||||
.org-dired-perm-write {
|
||||
color: #b22222;
|
||||
}
|
||||
.org-dired-symlink {
|
||||
color: #a020f0;
|
||||
}
|
||||
.org-dired-warning {
|
||||
color: #ff0000; font-weight: bold;
|
||||
}
|
||||
.org-doc {
|
||||
color: #8b2252;
|
||||
}
|
||||
.org-escape-glyph {
|
||||
color: #a52a2a;
|
||||
}
|
||||
.org-file-name-shadow {
|
||||
color: #7f7f7f;
|
||||
}
|
||||
.org-flyspell-duplicate {
|
||||
color: #cdad00; font-weight: bold; text-decoration: underline;
|
||||
}
|
||||
.org-flyspell-incorrect {
|
||||
color: #ff4500; font-weight: bold; text-decoration: underline;
|
||||
}
|
||||
.org-fringe {
|
||||
background-color: #f2f2f2;
|
||||
}
|
||||
.org-function-name {
|
||||
color: teal;
|
||||
}
|
||||
.org-header-line {
|
||||
color: #333333; background-color: #e5e5e5;
|
||||
}
|
||||
.org-help-argument-name {
|
||||
font-style: italic;
|
||||
}
|
||||
.org-highlight {
|
||||
background-color: #b4eeb4;
|
||||
}
|
||||
.org-holiday {
|
||||
background-color: #ffc0cb;
|
||||
}
|
||||
.org-isearch {
|
||||
color: #b0e2ff; background-color: #cd00cd;
|
||||
}
|
||||
.org-isearch-fail {
|
||||
background-color: #ffc1c1;
|
||||
}
|
||||
.org-italic {
|
||||
font-style: italic;
|
||||
}
|
||||
.org-keyword {
|
||||
color: #0086b3;
|
||||
}
|
||||
.org-lazy-highlight {
|
||||
background-color: #afeeee;
|
||||
}
|
||||
.org-link {
|
||||
color: #0000ff; text-decoration: underline;
|
||||
}
|
||||
.org-link-visited {
|
||||
color: #8b008b; text-decoration: underline;
|
||||
}
|
||||
.org-log-edit-header {
|
||||
color: #a020f0;
|
||||
}
|
||||
.org-log-edit-summary {
|
||||
color: #0000ff;
|
||||
}
|
||||
.org-log-edit-unknown-header {
|
||||
color: #b22222;
|
||||
}
|
||||
.org-match {
|
||||
background-color: #ffff00;
|
||||
}
|
||||
.org-next-error {
|
||||
background-color: #eedc82;
|
||||
}
|
||||
.org-nobreak-space {
|
||||
color: #a52a2a; text-decoration: underline;
|
||||
}
|
||||
.org-org-archived {
|
||||
color: #7f7f7f;
|
||||
}
|
||||
.org-org-block {
|
||||
color: #7f7f7f;
|
||||
}
|
||||
.org-org-block-begin-line {
|
||||
color: #b22222;
|
||||
}
|
||||
.org-org-block-end-line {
|
||||
color: #b22222;
|
||||
}
|
||||
.org-org-checkbox {
|
||||
font-weight: bold;
|
||||
}
|
||||
.org-org-checkbox-statistics-done {
|
||||
color: #228b22; font-weight: bold;
|
||||
}
|
||||
.org-org-checkbox-statistics-todo {
|
||||
color: #ff0000; font-weight: bold;
|
||||
}
|
||||
.org-org-clock-overlay {
|
||||
background-color: #ffff00;
|
||||
}
|
||||
.org-org-code {
|
||||
color: #7f7f7f;
|
||||
}
|
||||
.org-org-column {
|
||||
background-color: #e5e5e5;
|
||||
}
|
||||
.org-org-column-title {
|
||||
background-color: #e5e5e5; font-weight: bold; text-decoration: underline;
|
||||
}
|
||||
.org-org-date {
|
||||
color: #a020f0; text-decoration: underline;
|
||||
}
|
||||
.org-org-document-info {
|
||||
color: #191970;
|
||||
}
|
||||
.org-org-document-info-keyword {
|
||||
color: #7f7f7f;
|
||||
}
|
||||
.org-org-document-title {
|
||||
color: #191970; font-size: 144%; font-weight: bold;
|
||||
}
|
||||
.org-org-done {
|
||||
color: #228b22; font-weight: bold;
|
||||
}
|
||||
.org-org-drawer {
|
||||
color: #0000ff;
|
||||
}
|
||||
.org-org-ellipsis {
|
||||
color: #b8860b; text-decoration: underline;
|
||||
}
|
||||
.org-org-footnote {
|
||||
color: #a020f0; text-decoration: underline;
|
||||
}
|
||||
.org-org-formula {
|
||||
color: #b22222;
|
||||
}
|
||||
.org-org-headline-done {
|
||||
color: #bc8f8f;
|
||||
}
|
||||
.org-org-hide {
|
||||
color: #ffffff;
|
||||
}
|
||||
.org-org-latex-and-export-specials {
|
||||
color: #8b4513;
|
||||
}
|
||||
.org-org-level-1 {
|
||||
color: #0000ff;
|
||||
}
|
||||
.org-org-level-2 {
|
||||
color: #a0522d;
|
||||
}
|
||||
.org-org-level-3 {
|
||||
color: #a020f0;
|
||||
}
|
||||
.org-org-level-4 {
|
||||
color: #b22222;
|
||||
}
|
||||
.org-org-level-5 {
|
||||
color: #228b22;
|
||||
}
|
||||
.org-org-level-6 {
|
||||
color: #008b8b;
|
||||
}
|
||||
.org-org-level-7 {
|
||||
color: #7a378b;
|
||||
}
|
||||
.org-org-level-8 {
|
||||
color: #8b2252;
|
||||
}
|
||||
.org-org-link {
|
||||
color: #0000ff; text-decoration: underline;
|
||||
}
|
||||
.org-org-meta-line {
|
||||
color: #b22222;
|
||||
}
|
||||
.org-org-mode-line-clock {
|
||||
color: #000000; background-color: #bfbfbf;
|
||||
}
|
||||
.org-org-mode-line-clock-overrun {
|
||||
color: #000000; background-color: #ff0000;
|
||||
}
|
||||
.org-org-quote {
|
||||
color: #7f7f7f;
|
||||
}
|
||||
.org-org-scheduled {
|
||||
color: #006400;
|
||||
}
|
||||
.org-org-scheduled-previously {
|
||||
color: #b22222;
|
||||
}
|
||||
.org-org-scheduled-today {
|
||||
color: #006400;
|
||||
}
|
||||
.org-org-sexp-date {
|
||||
color: #a020f0;
|
||||
}
|
||||
.org-org-special-keyword {
|
||||
color: #a020f0;
|
||||
}
|
||||
.org-org-table {
|
||||
color: #0000ff;
|
||||
}
|
||||
.org-org-tag {
|
||||
font-weight: bold;
|
||||
}
|
||||
.org-org-target {
|
||||
text-decoration: underline;
|
||||
}
|
||||
.org-org-time-grid {
|
||||
color: #b8860b;
|
||||
}
|
||||
.org-org-todo {
|
||||
color: #ff0000; font-weight: bold;
|
||||
}
|
||||
.org-org-upcoming-deadline {
|
||||
color: #b22222;
|
||||
}
|
||||
.org-org-verbatim {
|
||||
color: #7f7f7f;
|
||||
}
|
||||
.org-org-verse {
|
||||
color: #7f7f7f;
|
||||
}
|
||||
.org-org-warning {
|
||||
color: #ff0000; font-weight: bold;
|
||||
}
|
||||
.org-outline-1 {
|
||||
color: #0000ff;
|
||||
}
|
||||
.org-outline-2 {
|
||||
color: #a0522d;
|
||||
}
|
||||
.org-outline-3 {
|
||||
color: #a020f0;
|
||||
}
|
||||
.org-outline-4 {
|
||||
color: #b22222;
|
||||
}
|
||||
.org-outline-5 {
|
||||
color: #228b22;
|
||||
}
|
||||
.org-outline-6 {
|
||||
color: #008b8b;
|
||||
}
|
||||
.org-outline-7 {
|
||||
color: #7a378b;
|
||||
}
|
||||
.org-outline-8 {
|
||||
color: #8b2252;
|
||||
}
|
||||
.org-preprocessor {
|
||||
color: #7a378b;
|
||||
}
|
||||
.org-query-replace {
|
||||
color: #b0e2ff; background-color: #cd00cd;
|
||||
}
|
||||
.org-regexp-grouping-backslash {
|
||||
font-weight: bold;
|
||||
}
|
||||
.org-regexp-grouping-construct {
|
||||
font-weight: bold;
|
||||
}
|
||||
.org-region {
|
||||
background-color: #eedc82;
|
||||
}
|
||||
.org-secondary-selection {
|
||||
background-color: #ffff00;
|
||||
}
|
||||
.org-shadow {
|
||||
color: #7f7f7f;
|
||||
}
|
||||
.org-show-paren-match {
|
||||
background-color: #40e0d0;
|
||||
}
|
||||
.org-show-paren-mismatch {
|
||||
color: #ffffff; background-color: #a020f0;
|
||||
}
|
||||
.org-tool-bar {
|
||||
color: #000000; background-color: #bfbfbf;
|
||||
}
|
||||
.org-tooltip {
|
||||
color: #000000; background-color: #ffffe0;
|
||||
}
|
||||
.org-trailing-whitespace {
|
||||
background-color: #ff0000;
|
||||
}
|
||||
.org-underline {
|
||||
text-decoration: underline;
|
||||
}
|
||||
.org-warning {
|
||||
color: #ff0000; font-weight: bold;
|
||||
}
|
||||
.org-widget-button {
|
||||
font-weight: bold;
|
||||
}
|
||||
.org-widget-button-pressed {
|
||||
color: #ff0000;
|
||||
}
|
||||
.org-widget-documentation {
|
||||
color: #006400;
|
||||
}
|
||||
.org-widget-field {
|
||||
background-color: #d9d9d9;
|
||||
}
|
||||
.org-widget-inactive {
|
||||
color: #7f7f7f;
|
||||
}
|
||||
.org-widget-single-line-field {
|
||||
background-color: #d9d9d9;
|
||||
}
|
15
css/partials/_nagivation.scss
Normal file
15
css/partials/_nagivation.scss
Normal file
@ -0,0 +1,15 @@
|
||||
#org-div-home-and-up {
|
||||
text-align: right;
|
||||
max-width: 1200px;
|
||||
margin-left: 300px;
|
||||
|
||||
@media screen and (max-width: 768px) {
|
||||
position: fixed;
|
||||
z-index: 10;
|
||||
margin: 10px;
|
||||
right: 0;
|
||||
> a {
|
||||
color: black;
|
||||
}
|
||||
}
|
||||
}
|
28
css/partials/_postamble.scss
Normal file
28
css/partials/_postamble.scss
Normal file
@ -0,0 +1,28 @@
|
||||
#postamble{
|
||||
position:fixed;
|
||||
bottom:0;
|
||||
left:0;
|
||||
width:300px;
|
||||
color:#fcfcfc;
|
||||
background:#1f1d1d;
|
||||
border-top:solid 10px #343131;
|
||||
font-family:"Lato","proxima-nova","Helvetica Neue",Arial,sans-serif;
|
||||
font-size: 90%;
|
||||
z-index:400;
|
||||
padding:12px;
|
||||
|
||||
.author {
|
||||
font-size: 100%;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
.date {
|
||||
font-size: 90%;
|
||||
margin-bottom: 0px;
|
||||
color: #27AE60;
|
||||
}
|
||||
|
||||
.creator, .validation {
|
||||
display:none;
|
||||
}
|
||||
}
|
70
css/partials/_print.scss
Normal file
70
css/partials/_print.scss
Normal file
@ -0,0 +1,70 @@
|
||||
@media print{
|
||||
html,body,section{
|
||||
background:none !important;
|
||||
}
|
||||
|
||||
*{
|
||||
box-shadow:none !important;
|
||||
text-shadow:none !important;
|
||||
filter:none !important;
|
||||
-ms-filter:none !important;
|
||||
}
|
||||
|
||||
a,a:visited{
|
||||
text-decoration:underline;
|
||||
}
|
||||
|
||||
pre.src,blockquote{
|
||||
page-break-inside:avoid;
|
||||
}
|
||||
|
||||
thead{
|
||||
display:table-header-group;
|
||||
}
|
||||
|
||||
tr,img{
|
||||
page-break-inside:avoid;
|
||||
}
|
||||
|
||||
img{
|
||||
max-width:100% !important;
|
||||
}
|
||||
|
||||
@page{
|
||||
margin:0.5cm;
|
||||
}
|
||||
|
||||
p,h2,h3{
|
||||
orphans:3;
|
||||
widows:3;
|
||||
}
|
||||
|
||||
h2,h3{
|
||||
page-break-after:avoid;
|
||||
}
|
||||
}
|
||||
|
||||
@media print{
|
||||
#postamble{
|
||||
display:none;
|
||||
}
|
||||
|
||||
#content{
|
||||
margin-left:0;
|
||||
}
|
||||
}
|
||||
|
||||
@media print{
|
||||
#table-of-contents{
|
||||
display:none;
|
||||
}
|
||||
|
||||
@page{
|
||||
size: auto;
|
||||
margin: 25mm 25mm 25mm 25mm;;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0px;;
|
||||
}
|
||||
}
|
43
css/partials/_tables.scss
Normal file
43
css/partials/_tables.scss
Normal file
@ -0,0 +1,43 @@
|
||||
table {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
border-collapse:collapse;
|
||||
border-spacing:0;
|
||||
empty-cells:show;
|
||||
margin-bottom:24px;
|
||||
border-bottom:1px solid #e1e4e5;
|
||||
|
||||
.table-number {
|
||||
font-weight: bold;
|
||||
color: #343131;
|
||||
}
|
||||
|
||||
td,th{
|
||||
font-size:90%;
|
||||
margin:0;
|
||||
overflow:visible;
|
||||
padding:8px 16px;
|
||||
background-color:white;
|
||||
border:1px solid #e1e4e5;
|
||||
}
|
||||
|
||||
thead th{
|
||||
font-weight:bold;
|
||||
border-top:3px solid #e1e4e5;
|
||||
border-bottom:1px solid #e1e4e5;
|
||||
}
|
||||
|
||||
caption{
|
||||
color:#000;
|
||||
font:italic 85%/1 arial,sans-serif;
|
||||
padding:1em 0;
|
||||
}
|
||||
|
||||
tr:nth-child(2n-1) td{
|
||||
background-color:#f3f6f6;
|
||||
}
|
||||
|
||||
tr:nth-child(2n) td{
|
||||
background-color:white;
|
||||
}
|
||||
}
|
196
css/partials/_toc.scss
Normal file
196
css/partials/_toc.scss
Normal file
@ -0,0 +1,196 @@
|
||||
#table-of-contents {
|
||||
|
||||
position:fixed;
|
||||
top:0;
|
||||
left:0;
|
||||
width:300px;
|
||||
overflow-x:hidden;
|
||||
overflow-y:scroll;
|
||||
height:100%;
|
||||
background:#343131;
|
||||
z-index:200;
|
||||
scrollbar-base-color: #1F1D1D;
|
||||
scrollbar-arrow-color: #b3b3b3;
|
||||
scrollbar-shadow-color: #1F1D1D;
|
||||
scrollbar-track-color : #343131;
|
||||
|
||||
li {
|
||||
list-style:none;
|
||||
margin-left: 0px;
|
||||
|
||||
&.divide-top {
|
||||
border-top:solid 1px #404040;
|
||||
}
|
||||
|
||||
&.divide-bottom {
|
||||
border-bottom:solid 1px #404040;
|
||||
}
|
||||
|
||||
&.current {
|
||||
background:#e3e3e3;
|
||||
|
||||
a {
|
||||
color:gray;
|
||||
border-right:solid 1px #c9c9c9;
|
||||
padding:0.4045em 2.427em;
|
||||
&:hover{
|
||||
background:#d6d6d6;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
padding:0.4045em 1.618em;
|
||||
position:relative;
|
||||
border:none;
|
||||
padding-left:1.618em -4px;
|
||||
}
|
||||
|
||||
&.on a:hover {
|
||||
background:#fcfcfc;
|
||||
}
|
||||
&.current>a:hover{
|
||||
background:#fcfcfc;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
header {
|
||||
height:32px;
|
||||
display:inline-block;
|
||||
line-height:32px;
|
||||
padding:0 1.618em;
|
||||
display:block;
|
||||
font-weight:bold;
|
||||
text-transform:uppercase;
|
||||
font-size:80%;
|
||||
color:#2980B9;
|
||||
white-space:nowrap;
|
||||
}
|
||||
|
||||
ul {
|
||||
margin-bottom:0;
|
||||
}
|
||||
|
||||
li ul li a{
|
||||
padding:0.4045em 2.427em;
|
||||
}
|
||||
|
||||
li ul li ul li a{
|
||||
padding:0.4045em 3.236em;
|
||||
}
|
||||
|
||||
li.current ul{
|
||||
display:block;
|
||||
}
|
||||
|
||||
.local-toc li ul{
|
||||
display:block;
|
||||
}
|
||||
|
||||
li ul li a{
|
||||
margin-bottom:0;
|
||||
color:#b3b3b3;
|
||||
font-weight:normal;
|
||||
}
|
||||
|
||||
a {
|
||||
display:inline-block;
|
||||
line-height:18px;
|
||||
padding:0.4045em 1.618em;
|
||||
display:block;
|
||||
position:relative;
|
||||
font-size:90%;
|
||||
color:#b3b3b3;
|
||||
direction: ltr;
|
||||
|
||||
&:hover{
|
||||
background-color:#4e4a4a;
|
||||
cursor:pointer;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
h2 {
|
||||
z-index:200;
|
||||
background-color:#2980B9;
|
||||
text-align:center;
|
||||
padding:0.809em;
|
||||
display:block;
|
||||
color:#fcfcfc;
|
||||
font-size: 100%;
|
||||
margin-bottom:0.809em;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
ul.nav li ul li {
|
||||
display: none;
|
||||
}
|
||||
|
||||
ul.nav li ul li ul li {
|
||||
display: none;
|
||||
}
|
||||
|
||||
ul.nav li.active ul li {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
ul.nav li.active ul li ul li {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
ul.nav li.active ul li a {
|
||||
background-color: #E3E3E3;
|
||||
color: #8099B0;
|
||||
border-right:solid 1px #c9c9c9 !important;
|
||||
}
|
||||
|
||||
ul.nav li.active ul li.active a {
|
||||
background-color: #C9C9C9;
|
||||
color: black !important;
|
||||
font-weight: bold !important;
|
||||
}
|
||||
|
||||
ul.nav li.active ul li.active ul li.active a {
|
||||
color: black !important;
|
||||
font-weight: bold !important;
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
ul.nav li.active ul li.active ul li a {
|
||||
color: #808080 !important;
|
||||
font-weight: normal !important;
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
ul.nav li.active ul li ul li a {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
ul.nav li ul li ul li ul li {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
ul.nav li.active > a {
|
||||
border-bottom:solid 1px #c9c9c9 !important;
|
||||
border-right:solid 1px #c9c9c9 !important;
|
||||
}
|
||||
|
||||
ul.nav li.active a {
|
||||
color: gray !important;
|
||||
font-weight:bold;
|
||||
background-color: white;
|
||||
border-right:solid 0px white !important;
|
||||
}
|
||||
|
||||
ul.nav > li.active > a {
|
||||
color: black !important;
|
||||
}
|
13
css/partials/_video.scss
Normal file
13
css/partials/_video.scss
Normal file
@ -0,0 +1,13 @@
|
||||
/* Center Youtube Videos */
|
||||
|
||||
iframe {
|
||||
display: block;
|
||||
margin: auto;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
/* Video */
|
||||
|
||||
video {
|
||||
max-width: 100%;
|
||||
}
|
2242
css/style.css
2242
css/style.css
File diff suppressed because it is too large
Load Diff
11
css/style.scss
Normal file
11
css/style.scss
Normal file
@ -0,0 +1,11 @@
|
||||
@import 'partials/_base.scss';
|
||||
@import 'partials/_nagivation.scss';
|
||||
@import 'partials/_toc.scss';
|
||||
@import 'partials/_copyright.scss';
|
||||
@import 'partials/_postamble.scss';
|
||||
@import 'partials/_print.scss';
|
||||
|
||||
@import 'partials/_codes.scss';
|
||||
@import 'partials/_figures.scss';
|
||||
@import 'partials/_tables.scss';
|
||||
@import 'partials/_video.scss';
|
46
index.html
46
index.html
@ -3,7 +3,7 @@
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<head>
|
||||
<!-- 2020-11-20 ven. 10:45 -->
|
||||
<!-- 2020-11-24 mar. 22:25 -->
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
<title>Research Pages</title>
|
||||
<meta name="generator" content="Org mode" />
|
||||
@ -27,12 +27,12 @@
|
||||
Welcome to my research pages.
|
||||
</p>
|
||||
|
||||
<div id="outline-container-org3cbb028" class="outline-2">
|
||||
<h2 id="org3cbb028"><span class="section-number-2">1</span> Papers</h2>
|
||||
<div id="outline-container-orga3daae8" class="outline-2">
|
||||
<h2 id="orga3daae8"><span class="section-number-2">1</span> Papers</h2>
|
||||
<div class="outline-text-2" id="text-1">
|
||||
</div>
|
||||
<div id="outline-container-org28544b6" class="outline-3">
|
||||
<h3 id="org28544b6"><span class="section-number-3">1.1</span> Conference Papers</h3>
|
||||
<div id="outline-container-org2af5456" class="outline-3">
|
||||
<h3 id="org2af5456"><span class="section-number-3">1.1</span> Conference Papers</h3>
|
||||
<div class="outline-text-3" id="text-1-1">
|
||||
<ul class="org-ul">
|
||||
<li>Dehaeze, T., Mattenet, M. M., & Collette, C., <b>Sample Stabilization For Tomography Experiments In Presence Of Large Plant Uncertainty</b>, In MEDSI’18 (pp. 153–157) (2018). Geneva, Switzerland: JACoW Publishing. (<a href="dehaeze18_sampl_stabil_for_tomog_exper/index.html">link</a>)</li>
|
||||
@ -42,8 +42,8 @@ Welcome to my research pages.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org2b7b0d3" class="outline-3">
|
||||
<h3 id="org2b7b0d3"><span class="section-number-3">1.2</span> Journal Papers</h3>
|
||||
<div id="outline-container-org4076036" class="outline-3">
|
||||
<h3 id="org4076036"><span class="section-number-3">1.2</span> Journal Papers</h3>
|
||||
<div class="outline-text-3" id="text-1-2">
|
||||
<ul class="org-ul">
|
||||
<li>Verma, M., Dehaeze, T., Zhao, G., Watchi, J., & Collette, C., <b>Virtual sensor fusion for high precision control, Mechanical Systems and Signal Processing</b>, 150, 107241 (2020). <a href="http://dx.doi.org/10.1016/j.ymssp.2020.107241">http://dx.doi.org/10.1016/j.ymssp.2020.107241</a> (<a href="personnal-papers/verma20_virtual_sensor_fusion_high_precis_contr.pdf">pdf</a>)</li>
|
||||
@ -53,12 +53,12 @@ Welcome to my research pages.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-orgff32e11" class="outline-2">
|
||||
<h2 id="orgff32e11"><span class="section-number-2">2</span> Useful Pages / Tutorials</h2>
|
||||
<div id="outline-container-org13c8a4f" class="outline-2">
|
||||
<h2 id="org13c8a4f"><span class="section-number-2">2</span> Useful Pages / Tutorials</h2>
|
||||
<div class="outline-text-2" id="text-2">
|
||||
</div>
|
||||
<div id="outline-container-org7647346" class="outline-3">
|
||||
<h3 id="org7647346"><span class="section-number-3">2.1</span> General Mechatronics</h3>
|
||||
<div id="outline-container-org61e7105" class="outline-3">
|
||||
<h3 id="org61e7105"><span class="section-number-3">2.1</span> General Mechatronics</h3>
|
||||
<div class="outline-text-3" id="text-2-1">
|
||||
<p>
|
||||
<a href="spectral-analysis/index.html">Spectral Analysis</a>
|
||||
@ -87,8 +87,8 @@ Several types of linear filters (low pass, high pass, notch, lead, etc.) are pre
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-orga16145e" class="outline-3">
|
||||
<h3 id="orga16145e"><span class="section-number-3">2.2</span> System Modeling using Simscape</h3>
|
||||
<div id="outline-container-org0b67d11" class="outline-3">
|
||||
<h3 id="org0b67d11"><span class="section-number-3">2.2</span> System Modeling using Simscape</h3>
|
||||
<div class="outline-text-3" id="text-2-2">
|
||||
<p>
|
||||
<a href="simscape-fem/index.html">Finite Element Models with Simscape</a>
|
||||
@ -113,12 +113,12 @@ In order to start the simulation at equilibrium, few measured can be employed th
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-orgb294da4" class="outline-2">
|
||||
<h2 id="orgb294da4"><span class="section-number-2">3</span> Test Benches / Experiments</h2>
|
||||
<div id="outline-container-org187284f" class="outline-2">
|
||||
<h2 id="org187284f"><span class="section-number-2">3</span> Test Benches / Experiments</h2>
|
||||
<div class="outline-text-2" id="text-3">
|
||||
</div>
|
||||
<div id="outline-container-org6dddf9d" class="outline-3">
|
||||
<h3 id="org6dddf9d"><span class="section-number-3">3.1</span> Intrumentation Related</h3>
|
||||
<div id="outline-container-org1a3a6ed" class="outline-3">
|
||||
<h3 id="org1a3a6ed"><span class="section-number-3">3.1</span> Intrumentation Related</h3>
|
||||
<div class="outline-text-3" id="text-3-1">
|
||||
<p>
|
||||
<a href="test-bench-piezo-amplifiers/index.html">Voltage Amplifiers for Piezoelectric Actuators</a>
|
||||
@ -142,8 +142,8 @@ Its noise characteristics as well as non-linearities are measured.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org7a64e63" class="outline-3">
|
||||
<h3 id="org7a64e63"><span class="section-number-3">3.2</span> Amplified Piezoelecric Actuator</h3>
|
||||
<div id="outline-container-orgffbeac0" class="outline-3">
|
||||
<h3 id="orgffbeac0"><span class="section-number-3">3.2</span> Amplified Piezoelecric Actuator</h3>
|
||||
<div class="outline-text-3" id="text-3-2">
|
||||
<p>
|
||||
<a href="test-bench-apa/index.html">Amplified Piezoelectric Actuator - Test bench and Finite Element Model</a>
|
||||
@ -189,8 +189,8 @@ The goal is to form a <i>super sensor</i> that has better noise characteristics
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-orga52101e" class="outline-2">
|
||||
<h2 id="orga52101e"><span class="section-number-2">4</span> PhD Project - Nano Active Stabilization System</h2>
|
||||
<div id="outline-container-org1536315" class="outline-2">
|
||||
<h2 id="org1536315"><span class="section-number-2">4</span> PhD Project - Nano Active Stabilization System</h2>
|
||||
<div class="outline-text-2" id="text-4">
|
||||
<p>
|
||||
<a href="nass-report-2020/index.html">NASS - Report 2020</a>
|
||||
@ -241,8 +241,8 @@ First experimental results are presented.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org0f9951b" class="outline-2">
|
||||
<h2 id="org0f9951b"><span class="section-number-2">5</span> Notes</h2>
|
||||
<div id="outline-container-org0c43451" class="outline-2">
|
||||
<h2 id="org0c43451"><span class="section-number-2">5</span> Notes</h2>
|
||||
<div class="outline-text-2" id="text-5">
|
||||
<p>
|
||||
<a href="euspen_2020_notes/notes.html">EUSPEN - 2020 - Notes</a>
|
||||
|
Loading…
Reference in New Issue
Block a user