nano-lazar 1.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.gitignore +1 -0
- data/Gemfile +8 -0
- data/LICENSE.md +596 -0
- data/README.md +52 -0
- data/VERSION +1 -0
- data/application.rb +185 -0
- data/bin/nano-lazar-start +8 -0
- data/bin/nano-lazar-start.sh +8 -0
- data/bin/nano-lazar-stop +5 -0
- data/bin/nano-lazar-stop.sh +52 -0
- data/config.ru +13 -0
- data/feature-filter.rb +36 -0
- data/helper.rb +1 -0
- data/nano-lazar.gemspec +31 -0
- data/npo.rb +11 -0
- data/public/css/bootstrap.min.css +6 -0
- data/public/css/images/black-asc.gif +0 -0
- data/public/css/images/black-desc.gif +0 -0
- data/public/css/images/black-unsorted.gif +0 -0
- data/public/css/images/bootstrap-black-unsorted.png +0 -0
- data/public/css/images/bootstrap-white-unsorted.png +0 -0
- data/public/css/images/dragtable-handle.png +0 -0
- data/public/css/images/dragtable-handle.svg +7 -0
- data/public/css/images/dropbox-asc-hovered.png +0 -0
- data/public/css/images/dropbox-asc.png +0 -0
- data/public/css/images/dropbox-desc-hovered.png +0 -0
- data/public/css/images/dropbox-desc.png +0 -0
- data/public/css/images/first.png +0 -0
- data/public/css/images/green-asc.gif +0 -0
- data/public/css/images/green-desc.gif +0 -0
- data/public/css/images/green-header.gif +0 -0
- data/public/css/images/green-unsorted.gif +0 -0
- data/public/css/images/ice-asc.gif +0 -0
- data/public/css/images/ice-desc.gif +0 -0
- data/public/css/images/ice-unsorted.gif +0 -0
- data/public/css/images/last.png +0 -0
- data/public/css/images/loading.gif +0 -0
- data/public/css/images/metro-black-asc.png +0 -0
- data/public/css/images/metro-black-desc.png +0 -0
- data/public/css/images/metro-loading.gif +0 -0
- data/public/css/images/metro-unsorted.png +0 -0
- data/public/css/images/metro-white-asc.png +0 -0
- data/public/css/images/metro-white-desc.png +0 -0
- data/public/css/images/next.png +0 -0
- data/public/css/images/prev.png +0 -0
- data/public/css/images/white-asc.gif +0 -0
- data/public/css/images/white-desc.gif +0 -0
- data/public/css/images/white-unsorted.gif +0 -0
- data/public/css/jquery-ui.css +1225 -0
- data/public/css/jquery-ui.theme.min.css +5 -0
- data/public/css/style.css +16 -0
- data/public/css/theme.bootstrap.min.css +1 -0
- data/public/css/theme.default.min.css +1 -0
- data/public/enm-workshop.html +468 -0
- data/public/enm-workshop.rst +98 -0
- data/public/fonts/glyphicons-halflings-regular.eot +0 -0
- data/public/fonts/glyphicons-halflings-regular.svg +288 -0
- data/public/fonts/glyphicons-halflings-regular.ttf +0 -0
- data/public/fonts/glyphicons-halflings-regular.woff +0 -0
- data/public/fonts/glyphicons-halflings-regular.woff2 +0 -0
- data/public/images/Email.png +0 -0
- data/public/images/Facebook.png +0 -0
- data/public/images/Google+.png +0 -0
- data/public/images/IST_logo_s.png +0 -0
- data/public/images/LinkedIn.png +0 -0
- data/public/images/Twitter.png +0 -0
- data/public/images/enm-sm.jpg +0 -0
- data/public/images/enm_logo.png +0 -0
- data/public/images/favicon.ico +0 -0
- data/public/images/ist_logo.png +0 -0
- data/public/images/wait30trans.gif +0 -0
- data/public/javascripts/bootstrap.min.js +7 -0
- data/public/javascripts/google_analytics.js +7 -0
- data/public/javascripts/jquery-1.11.2.min.js +4 -0
- data/public/javascripts/jquery-ui-1.10.3.custom.min.js +6 -0
- data/public/javascripts/jquery.bpopup.min.js +7 -0
- data/public/javascripts/jquery.doubleScroll.js +126 -0
- data/public/javascripts/jquery.tablesorter.min.js +2 -0
- data/public/javascripts/jquery.tablesorter.staticrow.min.js +1 -0
- data/public/javascripts/jquery.tablesorter.widgets.js +2917 -0
- data/public/javascripts/jquery.tools.min.js +5 -0
- data/public/javascripts/lazar-gui.js +11 -0
- data/public/javascripts/nanolazar.js +11 -0
- data/public/javascripts/widget-scroller.js +921 -0
- data/public/ui/small-white/blank.gif +0 -0
- data/public/ui/small-white/framing.css +24 -0
- data/public/ui/small-white/iepngfix.htc +42 -0
- data/public/ui/small-white/opera.css +8 -0
- data/public/ui/small-white/outline.css +16 -0
- data/public/ui/small-white/pretty.css +114 -0
- data/public/ui/small-white/print.css +24 -0
- data/public/ui/small-white/s5-core.css +11 -0
- data/public/ui/small-white/slides.css +10 -0
- data/public/ui/small-white/slides.js +558 -0
- data/unicorn.rb +2 -0
- data/views/layout.haml +95 -0
- data/views/license.haml +1 -0
- data/views/predict.haml +299 -0
- data/views/prediction.haml +152 -0
- metadata +235 -0
@@ -0,0 +1,5 @@
|
|
1
|
+
/*! jQuery UI - v1.11.4 - 2015-03-11
|
2
|
+
* http://jqueryui.com
|
3
|
+
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
|
4
|
+
|
5
|
+
.ui-widget{font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #ddd;background:#eee url("images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #e78f08;background:#f6a828 url("images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;color:#fff;font-weight:bold}.ui-widget-header a{color:#fff}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #ccc;background:#f6f6f6 url("images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;font-weight:bold;color:#1c94c4}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#1c94c4;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #fbcb09;background:#fdf5ce url("images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;font-weight:bold;color:#c77405}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited{color:#c77405;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #fbd850;background:#fff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;font-weight:bold;color:#eb8f00}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#eb8f00;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fed22f;background:#ffe45c url("images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#b81900 url("images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;color:#fff}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#fff}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#fff}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("images/ui-icons_222222_256x240.png")}.ui-widget-header .ui-icon{background-image:url("images/ui-icons_ffffff_256x240.png")}.ui-state-default .ui-icon{background-image:url("images/ui-icons_ef8c08_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url("images/ui-icons_ef8c08_256x240.png")}.ui-state-active .ui-icon{background-image:url("images/ui-icons_ef8c08_256x240.png")}.ui-state-highlight .ui-icon{background-image:url("images/ui-icons_228ef1_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("images/ui-icons_ffd27a_256x240.png")}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:4px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:4px}.ui-widget-overlay{background:#666 url("images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;opacity:.5;filter:Alpha(Opacity=50)}.ui-widget-shadow{margin:-5px 0 0 -5px;padding:5px;background:#000 url("images/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;opacity:.2;filter:Alpha(Opacity=20);border-radius:5px}
|
@@ -0,0 +1,16 @@
|
|
1
|
+
.tablesorter thead tr
|
2
|
+
th.physchem {
|
3
|
+
min-width: 60px;}
|
4
|
+
th.tox {
|
5
|
+
background-color: #ffcc80 !important}
|
6
|
+
.tablesorter tbody tr
|
7
|
+
td.physchem {
|
8
|
+
min-width: 60px;}
|
9
|
+
td.tox {
|
10
|
+
background-color: #ffcc80 }
|
11
|
+
.tablesorter tbody tr.static td {
|
12
|
+
background-color: #CCFFCC;
|
13
|
+
}
|
14
|
+
.th5 {
|
15
|
+
display: inline;
|
16
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
.tablesorter-bootstrap{width:100%}.tablesorter-bootstrap tfoot td,.tablesorter-bootstrap tfoot th,.tablesorter-bootstrap thead td,.tablesorter-bootstrap thead th{font:14px/20px Arial,Sans-serif;font-weight:700;padding:4px;margin:0 0 18px;background-color:#eee}.tablesorter-bootstrap .tablesorter-header{cursor:pointer}.tablesorter-bootstrap .tablesorter-header-inner{position:relative;padding:4px 18px 4px 4px}.tablesorter-bootstrap .tablesorter-header i.tablesorter-icon{font-size:11px;position:absolute;right:2px;top:50%;margin-top:-7px;width:14px;height:14px;background-repeat:no-repeat;line-height:14px;display:inline-block}.tablesorter-bootstrap .bootstrap-icon-unsorted{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAOCAMAAADOvxanAAAAVFBMVEUAAABCQkJZWVkZGRnJyckgICAZGRkZGRn8/PweHh4dHR0aGhoaGhpUVFQbGxvQ0NDc3NxMTExSUlIbGxvr6+s4ODhKSkogICAtLS00NDQzMzMnJydSEPrQAAAAGHRSTlMA1ssZRLgdAQbDyisqsZo8QdXUq0r9xPepSRwiAAAAX0lEQVQI13XHSQKAIAwEwQAKxn13Ev7/T2Pu9qmarJKPXIicI4PH4hxaKNrhm2S8bJK5h4YzKHrzJNtK6yYT/TdXzpS5zuYg4MSQYF6i4IHExdw1UVRi05HPrrvT53a+qyMFC9t04gcAAAAASUVORK5CYII=)}.tablesorter-bootstrap .icon-white.bootstrap-icon-unsorted{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAOBAMAAAALT/umAAAAKlBMVEUAAAD///////////////////////////////////////////////////+Gu8ovAAAADXRSTlMA4EXKBtQqvR0+sxmalc142gAAAFdJREFUCNdjYGDoamAAAjZbMxCVfvd6AgMDd+3du9UMDKx3hWSvMjBwXZww8RYDGuC53NB8h4GB8a617UUGBs7Yu3cjGRhYVO9eVQFKOskKOQApFmUgBwBZ+xXRTttNdAAAAABJRU5ErkJggg==)}.tablesorter-bootstrap>tbody>tr.odd>td,.tablesorter-bootstrap>tbody>tr.tablesorter-hasChildRow.odd:hover~tr.tablesorter-hasChildRow.odd~.tablesorter-childRow.odd>td{background-color:#f9f9f9}.tablesorter-bootstrap>tbody>tr.even:hover>td,.tablesorter-bootstrap>tbody>tr.hover>td,.tablesorter-bootstrap>tbody>tr.odd:hover>td,.tablesorter-bootstrap>tbody>tr.tablesorter-hasChildRow.even:hover~.tablesorter-childRow.even>td,.tablesorter-bootstrap>tbody>tr.tablesorter-hasChildRow.odd:hover~.tablesorter-childRow.odd>td{background-color:#f5f5f5}.caption,.tablesorter-bootstrap>tbody>tr.even>td,.tablesorter-bootstrap>tbody>tr.tablesorter-hasChildRow.even:hover~tr.tablesorter-hasChildRow.even~.tablesorter-childRow.even>td{background-color:#fff}.tablesorter-bootstrap .tablesorter-processing{background-image:url(data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=);background-position:center center!important;background-repeat:no-repeat!important}.tablesorter-bootstrap .tablesorter-filter-row input.tablesorter-filter,.tablesorter-bootstrap .tablesorter-filter-row select.tablesorter-filter{width:98%;margin:0;padding:4px 6px;color:#333;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:height .1s ease;-moz-transition:height .1s ease;-o-transition:height .1s ease;transition:height .1s ease}.tablesorter-bootstrap .tablesorter-filter-row .tablesorter-filter.disabled{background-color:#eee;color:#555;cursor:not-allowed;border:1px solid #ccc;border-radius:4px;box-shadow:0 1px 1px rgba(0,0,0,.075)inset;box-sizing:border-box;transition:height .1s ease}.tablesorter-bootstrap .tablesorter-filter-row{background-color:#efefef}.tablesorter-bootstrap .tablesorter-filter-row td{background-color:#efefef;line-height:normal;text-align:center;padding:4px 6px;vertical-align:middle;-webkit-transition:line-height .1s ease;-moz-transition:line-height .1s ease;-o-transition:line-height .1s ease;transition:line-height .1s ease}.tablesorter-bootstrap .tablesorter-filter-row.hideme td{padding:2px;margin:0;line-height:0}.tablesorter-bootstrap .tablesorter-filter-row.hideme *{height:1px;min-height:0;border:0;padding:0;margin:0;opacity:0;filter:alpha(opacity=0)}.tablesorter .filtered{display:none}.tablesorter-bootstrap .tablesorter-pager select{padding:4px 6px}.tablesorter-bootstrap .tablesorter-pager .pagedisplay{border:0}.tablesorter-bootstrap tfoot i{font-size:11px}.tablesorter .tablesorter-errorRow td{text-align:center;cursor:pointer;background-color:#e6bf99}
|
@@ -0,0 +1 @@
|
|
1
|
+
.tablesorter-default{width:100%;font:12px/18px Arial,Sans-serif;color:#333;background-color:#fff;border-spacing:0;margin:10px 0 15px;text-align:left}.tablesorter-default th,.tablesorter-default thead td{font-weight:700;color:#000;background-color:#fff;border-collapse:collapse;border-bottom:#ccc 2px solid;padding:0}.tablesorter-default tfoot td,.tablesorter-default tfoot th{border:0}.tablesorter-default .header,.tablesorter-default .tablesorter-header{background-image:url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);background-position:center right;background-repeat:no-repeat;cursor:pointer;white-space:normal;padding:4px 20px 4px 4px}.tablesorter-default thead .headerSortUp,.tablesorter-default thead .tablesorter-headerAsc,.tablesorter-default thead .tablesorter-headerSortUp{background-image:url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);border-bottom:#000 2px solid}.tablesorter-default thead .headerSortDown,.tablesorter-default thead .tablesorter-headerDesc,.tablesorter-default thead .tablesorter-headerSortDown{background-image:url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);border-bottom:#000 2px solid}.tablesorter-default thead .sorter-false{background-image:none;cursor:default;padding:4px}.tablesorter-default tfoot .tablesorter-headerAsc,.tablesorter-default tfoot .tablesorter-headerDesc,.tablesorter-default tfoot .tablesorter-headerSortDown,.tablesorter-default tfoot .tablesorter-headerSortUp{border-top:#000 2px solid}.tablesorter-default td{background-color:#fff;border-bottom:#ccc 1px solid;padding:4px;vertical-align:top}.tablesorter-default tbody>tr.even:hover>td,.tablesorter-default tbody>tr.hover>td,.tablesorter-default tbody>tr.odd:hover>td,.tablesorter-default tbody>tr:hover>td{background-color:#fff;color:#000}.tablesorter-default .tablesorter-processing{background-position:center center!important;background-repeat:no-repeat!important;background-image:url(data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=)!important}.tablesorter-default tr.odd>td{background-color:#dfdfdf}.tablesorter-default tr.even>td{background-color:#efefef}.tablesorter-default tr.odd td.primary{background-color:#bfbfbf}.tablesorter-default td.primary,.tablesorter-default tr.even td.primary,.tablesorter-default tr.odd td.secondary{background-color:#d9d9d9}.tablesorter-default td.secondary,.tablesorter-default tr.even td.secondary,.tablesorter-default tr.odd td.tertiary{background-color:#e6e6e6}.tablesorter-default td.tertiary,.tablesorter-default tr.even td.tertiary{background-color:#f2f2f2}caption{background-color:#fff}.tablesorter-default .tablesorter-filter-row{background-color:#eee}.tablesorter-default .tablesorter-filter-row td{background-color:#eee;border-bottom:#ccc 1px solid;line-height:normal;text-align:center;-webkit-transition:line-height .1s ease;-moz-transition:line-height .1s ease;-o-transition:line-height .1s ease;transition:line-height .1s ease}.tablesorter-default .tablesorter-filter-row .disabled{opacity:.5;filter:alpha(opacity=50);cursor:not-allowed}.tablesorter-default .tablesorter-filter-row.hideme td{padding:2px;margin:0;line-height:0;cursor:pointer}.tablesorter-default .tablesorter-filter-row.hideme *{height:1px;min-height:0;border:0;padding:0;margin:0;opacity:0;filter:alpha(opacity=0)}.tablesorter-default input.tablesorter-filter,.tablesorter-default select.tablesorter-filter{width:95%;height:auto;margin:4px auto;padding:4px;background-color:#fff;border:1px solid #bbb;color:#333;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:height .1s ease;-moz-transition:height .1s ease;-o-transition:height .1s ease;transition:height .1s ease}.tablesorter .filtered{display:none}.tablesorter .tablesorter-errorRow td{text-align:center;cursor:pointer;background-color:#e6bf99}
|
@@ -0,0 +1,468 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8" ?>
|
2
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
3
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
4
|
+
<head>
|
5
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
6
|
+
<meta name="generator" content="Docutils 0.12: http://docutils.sourceforge.net/" />
|
7
|
+
<meta name="version" content="S5 1.1" />
|
8
|
+
<title>Read across toxicity predictions with nano-lazar</title>
|
9
|
+
<style type="text/css">
|
10
|
+
|
11
|
+
/*
|
12
|
+
:Author: David Goodger (goodger@python.org)
|
13
|
+
:Id: $Id: html4css1.css 7614 2013-02-21 15:55:51Z milde $
|
14
|
+
:Copyright: This stylesheet has been placed in the public domain.
|
15
|
+
|
16
|
+
Default cascading style sheet for the HTML output of Docutils.
|
17
|
+
|
18
|
+
See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
|
19
|
+
customize this style sheet.
|
20
|
+
*/
|
21
|
+
|
22
|
+
/* used to remove borders from tables and images */
|
23
|
+
.borderless, table.borderless td, table.borderless th {
|
24
|
+
border: 0 }
|
25
|
+
|
26
|
+
table.borderless td, table.borderless th {
|
27
|
+
/* Override padding for "table.docutils td" with "! important".
|
28
|
+
The right padding separates the table cells. */
|
29
|
+
padding: 0 0.5em 0 0 ! important }
|
30
|
+
|
31
|
+
.first {
|
32
|
+
/* Override more specific margin styles with "! important". */
|
33
|
+
margin-top: 0 ! important }
|
34
|
+
|
35
|
+
.last, .with-subtitle {
|
36
|
+
margin-bottom: 0 ! important }
|
37
|
+
|
38
|
+
.hidden {
|
39
|
+
display: none }
|
40
|
+
|
41
|
+
a.toc-backref {
|
42
|
+
text-decoration: none ;
|
43
|
+
color: black }
|
44
|
+
|
45
|
+
blockquote.epigraph {
|
46
|
+
margin: 2em 5em ; }
|
47
|
+
|
48
|
+
dl.docutils dd {
|
49
|
+
margin-bottom: 0.5em }
|
50
|
+
|
51
|
+
object[type="image/svg+xml"], object[type="application/x-shockwave-flash"] {
|
52
|
+
overflow: hidden;
|
53
|
+
}
|
54
|
+
|
55
|
+
/* Uncomment (and remove this text!) to get bold-faced definition list terms
|
56
|
+
dl.docutils dt {
|
57
|
+
font-weight: bold }
|
58
|
+
*/
|
59
|
+
|
60
|
+
div.abstract {
|
61
|
+
margin: 2em 5em }
|
62
|
+
|
63
|
+
div.abstract p.topic-title {
|
64
|
+
font-weight: bold ;
|
65
|
+
text-align: center }
|
66
|
+
|
67
|
+
div.admonition, div.attention, div.caution, div.danger, div.error,
|
68
|
+
div.hint, div.important, div.note, div.tip, div.warning {
|
69
|
+
margin: 2em ;
|
70
|
+
border: medium outset ;
|
71
|
+
padding: 1em }
|
72
|
+
|
73
|
+
div.admonition p.admonition-title, div.hint p.admonition-title,
|
74
|
+
div.important p.admonition-title, div.note p.admonition-title,
|
75
|
+
div.tip p.admonition-title {
|
76
|
+
font-weight: bold ;
|
77
|
+
font-family: sans-serif }
|
78
|
+
|
79
|
+
div.attention p.admonition-title, div.caution p.admonition-title,
|
80
|
+
div.danger p.admonition-title, div.error p.admonition-title,
|
81
|
+
div.warning p.admonition-title, .code .error {
|
82
|
+
color: red ;
|
83
|
+
font-weight: bold ;
|
84
|
+
font-family: sans-serif }
|
85
|
+
|
86
|
+
/* Uncomment (and remove this text!) to get reduced vertical space in
|
87
|
+
compound paragraphs.
|
88
|
+
div.compound .compound-first, div.compound .compound-middle {
|
89
|
+
margin-bottom: 0.5em }
|
90
|
+
|
91
|
+
div.compound .compound-last, div.compound .compound-middle {
|
92
|
+
margin-top: 0.5em }
|
93
|
+
*/
|
94
|
+
|
95
|
+
div.dedication {
|
96
|
+
margin: 2em 5em ;
|
97
|
+
text-align: center ;
|
98
|
+
font-style: italic }
|
99
|
+
|
100
|
+
div.dedication p.topic-title {
|
101
|
+
font-weight: bold ;
|
102
|
+
font-style: normal }
|
103
|
+
|
104
|
+
div.figure {
|
105
|
+
margin-left: 2em ;
|
106
|
+
margin-right: 2em }
|
107
|
+
|
108
|
+
div.footer, div.header {
|
109
|
+
clear: both;
|
110
|
+
font-size: smaller }
|
111
|
+
|
112
|
+
div.line-block {
|
113
|
+
display: block ;
|
114
|
+
margin-top: 1em ;
|
115
|
+
margin-bottom: 1em }
|
116
|
+
|
117
|
+
div.line-block div.line-block {
|
118
|
+
margin-top: 0 ;
|
119
|
+
margin-bottom: 0 ;
|
120
|
+
margin-left: 1.5em }
|
121
|
+
|
122
|
+
div.sidebar {
|
123
|
+
margin: 0 0 0.5em 1em ;
|
124
|
+
border: medium outset ;
|
125
|
+
padding: 1em ;
|
126
|
+
background-color: #ffffee ;
|
127
|
+
width: 40% ;
|
128
|
+
float: right ;
|
129
|
+
clear: right }
|
130
|
+
|
131
|
+
div.sidebar p.rubric {
|
132
|
+
font-family: sans-serif ;
|
133
|
+
font-size: medium }
|
134
|
+
|
135
|
+
div.system-messages {
|
136
|
+
margin: 5em }
|
137
|
+
|
138
|
+
div.system-messages h1 {
|
139
|
+
color: red }
|
140
|
+
|
141
|
+
div.system-message {
|
142
|
+
border: medium outset ;
|
143
|
+
padding: 1em }
|
144
|
+
|
145
|
+
div.system-message p.system-message-title {
|
146
|
+
color: red ;
|
147
|
+
font-weight: bold }
|
148
|
+
|
149
|
+
div.topic {
|
150
|
+
margin: 2em }
|
151
|
+
|
152
|
+
h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,
|
153
|
+
h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
|
154
|
+
margin-top: 0.4em }
|
155
|
+
|
156
|
+
h1.title {
|
157
|
+
text-align: center }
|
158
|
+
|
159
|
+
h2.subtitle {
|
160
|
+
text-align: center }
|
161
|
+
|
162
|
+
hr.docutils {
|
163
|
+
width: 75% }
|
164
|
+
|
165
|
+
img.align-left, .figure.align-left, object.align-left {
|
166
|
+
clear: left ;
|
167
|
+
float: left ;
|
168
|
+
margin-right: 1em }
|
169
|
+
|
170
|
+
img.align-right, .figure.align-right, object.align-right {
|
171
|
+
clear: right ;
|
172
|
+
float: right ;
|
173
|
+
margin-left: 1em }
|
174
|
+
|
175
|
+
img.align-center, .figure.align-center, object.align-center {
|
176
|
+
display: block;
|
177
|
+
margin-left: auto;
|
178
|
+
margin-right: auto;
|
179
|
+
}
|
180
|
+
|
181
|
+
.align-left {
|
182
|
+
text-align: left }
|
183
|
+
|
184
|
+
.align-center {
|
185
|
+
clear: both ;
|
186
|
+
text-align: center }
|
187
|
+
|
188
|
+
.align-right {
|
189
|
+
text-align: right }
|
190
|
+
|
191
|
+
/* reset inner alignment in figures */
|
192
|
+
div.align-right {
|
193
|
+
text-align: inherit }
|
194
|
+
|
195
|
+
/* div.align-center * { */
|
196
|
+
/* text-align: left } */
|
197
|
+
|
198
|
+
ol.simple, ul.simple {
|
199
|
+
margin-bottom: 1em }
|
200
|
+
|
201
|
+
ol.arabic {
|
202
|
+
list-style: decimal }
|
203
|
+
|
204
|
+
ol.loweralpha {
|
205
|
+
list-style: lower-alpha }
|
206
|
+
|
207
|
+
ol.upperalpha {
|
208
|
+
list-style: upper-alpha }
|
209
|
+
|
210
|
+
ol.lowerroman {
|
211
|
+
list-style: lower-roman }
|
212
|
+
|
213
|
+
ol.upperroman {
|
214
|
+
list-style: upper-roman }
|
215
|
+
|
216
|
+
p.attribution {
|
217
|
+
text-align: right ;
|
218
|
+
margin-left: 50% }
|
219
|
+
|
220
|
+
p.caption {
|
221
|
+
font-style: italic }
|
222
|
+
|
223
|
+
p.credits {
|
224
|
+
font-style: italic ;
|
225
|
+
font-size: smaller }
|
226
|
+
|
227
|
+
p.label {
|
228
|
+
white-space: nowrap }
|
229
|
+
|
230
|
+
p.rubric {
|
231
|
+
font-weight: bold ;
|
232
|
+
font-size: larger ;
|
233
|
+
color: maroon ;
|
234
|
+
text-align: center }
|
235
|
+
|
236
|
+
p.sidebar-title {
|
237
|
+
font-family: sans-serif ;
|
238
|
+
font-weight: bold ;
|
239
|
+
font-size: larger }
|
240
|
+
|
241
|
+
p.sidebar-subtitle {
|
242
|
+
font-family: sans-serif ;
|
243
|
+
font-weight: bold }
|
244
|
+
|
245
|
+
p.topic-title {
|
246
|
+
font-weight: bold }
|
247
|
+
|
248
|
+
pre.address {
|
249
|
+
margin-bottom: 0 ;
|
250
|
+
margin-top: 0 ;
|
251
|
+
font: inherit }
|
252
|
+
|
253
|
+
pre.literal-block, pre.doctest-block, pre.math, pre.code {
|
254
|
+
margin-left: 2em ;
|
255
|
+
margin-right: 2em }
|
256
|
+
|
257
|
+
pre.code .ln { color: grey; } /* line numbers */
|
258
|
+
pre.code, code { background-color: #eeeeee }
|
259
|
+
pre.code .comment, code .comment { color: #5C6576 }
|
260
|
+
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
|
261
|
+
pre.code .literal.string, code .literal.string { color: #0C5404 }
|
262
|
+
pre.code .name.builtin, code .name.builtin { color: #352B84 }
|
263
|
+
pre.code .deleted, code .deleted { background-color: #DEB0A1}
|
264
|
+
pre.code .inserted, code .inserted { background-color: #A3D289}
|
265
|
+
|
266
|
+
span.classifier {
|
267
|
+
font-family: sans-serif ;
|
268
|
+
font-style: oblique }
|
269
|
+
|
270
|
+
span.classifier-delimiter {
|
271
|
+
font-family: sans-serif ;
|
272
|
+
font-weight: bold }
|
273
|
+
|
274
|
+
span.interpreted {
|
275
|
+
font-family: sans-serif }
|
276
|
+
|
277
|
+
span.option {
|
278
|
+
white-space: nowrap }
|
279
|
+
|
280
|
+
span.pre {
|
281
|
+
white-space: pre }
|
282
|
+
|
283
|
+
span.problematic {
|
284
|
+
color: red }
|
285
|
+
|
286
|
+
span.section-subtitle {
|
287
|
+
/* font-size relative to parent (h1..h6 element) */
|
288
|
+
font-size: 80% }
|
289
|
+
|
290
|
+
table.citation {
|
291
|
+
border-left: solid 1px gray;
|
292
|
+
margin-left: 1px }
|
293
|
+
|
294
|
+
table.docinfo {
|
295
|
+
margin: 2em 4em }
|
296
|
+
|
297
|
+
table.docutils {
|
298
|
+
margin-top: 0.5em ;
|
299
|
+
margin-bottom: 0.5em }
|
300
|
+
|
301
|
+
table.footnote {
|
302
|
+
border-left: solid 1px black;
|
303
|
+
margin-left: 1px }
|
304
|
+
|
305
|
+
table.docutils td, table.docutils th,
|
306
|
+
table.docinfo td, table.docinfo th {
|
307
|
+
padding-left: 0.5em ;
|
308
|
+
padding-right: 0.5em ;
|
309
|
+
vertical-align: top }
|
310
|
+
|
311
|
+
table.docutils th.field-name, table.docinfo th.docinfo-name {
|
312
|
+
font-weight: bold ;
|
313
|
+
text-align: left ;
|
314
|
+
white-space: nowrap ;
|
315
|
+
padding-left: 0 }
|
316
|
+
|
317
|
+
/* "booktabs" style (no vertical lines) */
|
318
|
+
table.docutils.booktabs {
|
319
|
+
border: 0px;
|
320
|
+
border-top: 2px solid;
|
321
|
+
border-bottom: 2px solid;
|
322
|
+
border-collapse: collapse;
|
323
|
+
}
|
324
|
+
table.docutils.booktabs * {
|
325
|
+
border: 0px;
|
326
|
+
}
|
327
|
+
table.docutils.booktabs th {
|
328
|
+
border-bottom: thin solid;
|
329
|
+
text-align: left;
|
330
|
+
}
|
331
|
+
|
332
|
+
h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
|
333
|
+
h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
|
334
|
+
font-size: 100% }
|
335
|
+
|
336
|
+
ul.auto-toc {
|
337
|
+
list-style-type: none }
|
338
|
+
|
339
|
+
</style>
|
340
|
+
<!-- configuration parameters -->
|
341
|
+
<meta name="defaultView" content="slideshow" />
|
342
|
+
<meta name="controlVis" content="hidden" />
|
343
|
+
<!-- style sheet links -->
|
344
|
+
<script src="ui/small-white/slides.js" type="text/javascript"></script>
|
345
|
+
<link rel="stylesheet" href="ui/small-white/slides.css"
|
346
|
+
type="text/css" media="projection" id="slideProj" />
|
347
|
+
<link rel="stylesheet" href="ui/small-white/outline.css"
|
348
|
+
type="text/css" media="screen" id="outlineStyle" />
|
349
|
+
<link rel="stylesheet" href="ui/small-white/print.css"
|
350
|
+
type="text/css" media="print" id="slidePrint" />
|
351
|
+
<link rel="stylesheet" href="ui/small-white/opera.css"
|
352
|
+
type="text/css" media="projection" id="operaFix" />
|
353
|
+
|
354
|
+
<style type="text/css">
|
355
|
+
#currentSlide {display: none;}
|
356
|
+
</style>
|
357
|
+
</head>
|
358
|
+
<body>
|
359
|
+
<div class="layout">
|
360
|
+
<div id="controls"></div>
|
361
|
+
<div id="currentSlide"></div>
|
362
|
+
<div id="header">
|
363
|
+
|
364
|
+
</div>
|
365
|
+
<div id="footer">
|
366
|
+
<h1>Read across toxicity predictions with nano-lazar</h1>
|
367
|
+
|
368
|
+
</div>
|
369
|
+
</div>
|
370
|
+
<div class="presentation">
|
371
|
+
<div class="slide" id="slide0">
|
372
|
+
<h1 class="title">Read across toxicity predictions with nano-lazar</h1>
|
373
|
+
|
374
|
+
<p class="center">Christoph Helma, Denis Gebele, Micha Rautenberg</p>
|
375
|
+
<p class="center">in silico toxicology gmbh</p>
|
376
|
+
<img alt="http://www.enanomapper.net/sites/all/themes/theme807/logo.png" class="center align-center" src="http://www.enanomapper.net/sites/all/themes/theme807/logo.png" />
|
377
|
+
|
378
|
+
</div>
|
379
|
+
<div class="slide" id="requirements-for-nanoparticle-read-across">
|
380
|
+
<h1>Requirements for nanoparticle read-across</h1>
|
381
|
+
<ul class="incremental simple">
|
382
|
+
<li>Nanoparticle characterisation</li>
|
383
|
+
<li>Toxicity measurements</li>
|
384
|
+
</ul>
|
385
|
+
</div>
|
386
|
+
<div class="slide" id="enanomapper-particle-characterisation">
|
387
|
+
<h1>eNanoMapper particle characterisation</h1>
|
388
|
+
<ul class="incremental simple">
|
389
|
+
<li>Nanoparticles imported: 464</li>
|
390
|
+
<li>Nanoparticles with particle characterisation: 394</li>
|
391
|
+
<li>Nanoparticles with toxicity data: 167</li>
|
392
|
+
<li>Nanoparticles with toxicity data and particle characterisation: 160</li>
|
393
|
+
</ul>
|
394
|
+
</div>
|
395
|
+
<div class="slide" id="enanomapper-toxicity-endpoints">
|
396
|
+
<h1>eNanoMapper toxicity endpoints</h1>
|
397
|
+
<ul class="incremental simple">
|
398
|
+
<li>Toxicity endpoints: 41</li>
|
399
|
+
<li>Toxicity endpoints with more than one measurement value: 22</li>
|
400
|
+
<li>Toxicity endpoints with more than 10 measurements: 2</li>
|
401
|
+
</ul>
|
402
|
+
</div>
|
403
|
+
<div class="slide" id="selected-data">
|
404
|
+
<h1>Selected data</h1>
|
405
|
+
<p>Protein corona dataset Au particles (105 particles)
|
406
|
+
Toxicity endpoint: Net cell association (A549 cell line)</p>
|
407
|
+
</div>
|
408
|
+
<div class="slide" id="read-across-procedure">
|
409
|
+
<h1>Read across procedure</h1>
|
410
|
+
<ul class="incremental simple">
|
411
|
+
<li>Identify relevant properties (statistically significant correlation with toxicity: 14 from 30 properties)</li>
|
412
|
+
<li>Calculate similarities (weighted cosine similarity with correlation coefficients as weights)</li>
|
413
|
+
<li>Identify neighbors (particles with similarity > 0.95)</li>
|
414
|
+
<li>Calculate prediction (weighted average from neighbors with similarities as weights)</li>
|
415
|
+
</ul>
|
416
|
+
<p class="incremental">Algorithms for feature selection, similarity calculation and predictions may change in the future.</p>
|
417
|
+
</div>
|
418
|
+
<div class="slide" id="future-development-i">
|
419
|
+
<h1>Future development (I)</h1>
|
420
|
+
<ul class="simple">
|
421
|
+
<li>Validation of predictions</li>
|
422
|
+
<li>Applicability domain/reliability of predictions</li>
|
423
|
+
<li>Accuracy improvements:<ul>
|
424
|
+
<li>additional data</li>
|
425
|
+
<li>feature selection</li>
|
426
|
+
<li>similarity calculation</li>
|
427
|
+
<li>predictions (local regression models)</li>
|
428
|
+
</ul>
|
429
|
+
</li>
|
430
|
+
</ul>
|
431
|
+
</div>
|
432
|
+
<div class="slide" id="id1">
|
433
|
+
<h1>Future development (I)</h1>
|
434
|
+
<ul class="simple">
|
435
|
+
<li>Usability improvements:<ul>
|
436
|
+
<li>additional data (extension of applicability domain, additional endpoints and chemistries)</li>
|
437
|
+
<li>inclusion of ontologies</li>
|
438
|
+
<li>inclusion of protein corona characterisation?</li>
|
439
|
+
<li>particle characterisation without experimental data<ul>
|
440
|
+
<li>descriptor calculation from core and coating chemistries</li>
|
441
|
+
<li>ontological descriptors</li>
|
442
|
+
</ul>
|
443
|
+
</li>
|
444
|
+
</ul>
|
445
|
+
</li>
|
446
|
+
</ul>
|
447
|
+
</div>
|
448
|
+
<div class="slide" id="nano-lazar">
|
449
|
+
<h1>nano-lazar</h1>
|
450
|
+
<table class="docutils field-list" frame="void" rules="none">
|
451
|
+
<col class="field-name" />
|
452
|
+
<col class="field-body" />
|
453
|
+
<tbody valign="top">
|
454
|
+
<tr class="field"><th class="field-name">Webinterface:</th><td class="field-body"><a class="reference external" href="https://nano-lazar.in-silico.ch/predict">https://nano-lazar.in-silico.ch/predict</a></td>
|
455
|
+
</tr>
|
456
|
+
<tr class="field"><th class="field-name">Presentation:</th><td class="field-body"><a class="reference external" href="https://nano-lazar.in-silico.ch/enm-workshop.html">https://nano-lazar.in-silico.ch/enm-workshop.html</a></td>
|
457
|
+
</tr>
|
458
|
+
<tr class="field"><th class="field-name">Source code:</th><td class="field-body"><a class="reference external" href="https://github.com/enanomapper/nano-lazar">https://github.com/enanomapper/nano-lazar</a></td>
|
459
|
+
</tr>
|
460
|
+
<tr class="field"><th class="field-name">Issues:</th><td class="field-body"><a class="reference external" href="https://github.com/enanomapper/nano-lazar/issues">https://github.com/enanomapper/nano-lazar/issues</a></td>
|
461
|
+
</tr>
|
462
|
+
</tbody>
|
463
|
+
</table>
|
464
|
+
<p>Your comments, ideas, recommendations?</p>
|
465
|
+
</div>
|
466
|
+
</div>
|
467
|
+
</body>
|
468
|
+
</html>
|
@@ -0,0 +1,98 @@
|
|
1
|
+
.. |date| date::
|
2
|
+
|
3
|
+
|
4
|
+
=============================================================
|
5
|
+
Read across toxicity predictions with nano-lazar
|
6
|
+
=============================================================
|
7
|
+
|
8
|
+
.. class:: center
|
9
|
+
|
10
|
+
Christoph Helma, Denis Gebele, Micha Rautenberg
|
11
|
+
|
12
|
+
in silico toxicology gmbh
|
13
|
+
|
14
|
+
.. image:: http://www.enanomapper.net/sites/all/themes/theme807/logo.png
|
15
|
+
:align: center
|
16
|
+
|
17
|
+
Requirements for nanoparticle read-across
|
18
|
+
=========================================
|
19
|
+
|
20
|
+
.. class:: incremental
|
21
|
+
|
22
|
+
- Nanoparticle characterisation
|
23
|
+
- Toxicity measurements
|
24
|
+
|
25
|
+
eNanoMapper particle characterisation
|
26
|
+
=====================================
|
27
|
+
|
28
|
+
.. class:: incremental
|
29
|
+
|
30
|
+
- Nanoparticles imported: 464
|
31
|
+
- Nanoparticles with particle characterisation: 394
|
32
|
+
- Nanoparticles with toxicity data: 167
|
33
|
+
- Nanoparticles with toxicity data and particle characterisation: 160
|
34
|
+
|
35
|
+
|
36
|
+
eNanoMapper toxicity endpoints
|
37
|
+
==============================
|
38
|
+
|
39
|
+
.. class:: incremental
|
40
|
+
|
41
|
+
- Toxicity endpoints: 41
|
42
|
+
- Toxicity endpoints with more than one measurement value: 22
|
43
|
+
- Toxicity endpoints with more than 10 measurements: 2
|
44
|
+
|
45
|
+
Selected data
|
46
|
+
=============
|
47
|
+
|
48
|
+
Protein corona dataset Au particles (105 particles)
|
49
|
+
Toxicity endpoint: Net cell association (A549 cell line)
|
50
|
+
|
51
|
+
Read across procedure
|
52
|
+
=====================
|
53
|
+
|
54
|
+
.. class:: incremental
|
55
|
+
|
56
|
+
- Identify relevant properties (statistically significant correlation with toxicity: 14 from 30 properties)
|
57
|
+
- Calculate similarities (weighted cosine similarity with correlation coefficients as weights)
|
58
|
+
- Identify neighbors (particles with similarity > 0.95)
|
59
|
+
- Calculate prediction (weighted average from neighbors with similarities as weights)
|
60
|
+
|
61
|
+
Algorithms for feature selection, similarity calculation and predictions may change in the future.
|
62
|
+
|
63
|
+
Future development (I)
|
64
|
+
======================
|
65
|
+
|
66
|
+
- Validation of predictions
|
67
|
+
- Applicability domain/reliability of predictions
|
68
|
+
|
69
|
+
- Accuracy improvements:
|
70
|
+
|
71
|
+
- additional data
|
72
|
+
- feature selection
|
73
|
+
- similarity calculation
|
74
|
+
- predictions (local regression models)
|
75
|
+
|
76
|
+
Future development (I)
|
77
|
+
======================
|
78
|
+
|
79
|
+
- Usability improvements:
|
80
|
+
|
81
|
+
- additional data (extension of applicability domain, additional endpoints and chemistries)
|
82
|
+
- inclusion of ontologies
|
83
|
+
- inclusion of protein corona characterisation?
|
84
|
+
- particle characterisation without experimental data
|
85
|
+
|
86
|
+
- descriptor calculation from core and coating chemistries
|
87
|
+
- ontological descriptors
|
88
|
+
|
89
|
+
nano-lazar
|
90
|
+
=====================
|
91
|
+
|
92
|
+
:Webinterface: https://nano-lazar.in-silico.ch/predict
|
93
|
+
:Presentation: https://nano-lazar.in-silico.ch/enm-workshop.html
|
94
|
+
:Source code: https://github.com/enanomapper/nano-lazar
|
95
|
+
:Issues: https://github.com/enanomapper/nano-lazar/issues
|
96
|
+
|
97
|
+
Your comments, ideas, recommendations?
|
98
|
+
|
Binary file
|