Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

Changes by @DmitriyShvanyk. #6

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open

Changes by @DmitriyShvanyk. #6

wants to merge 13 commits into from

Conversation

toshihikoyanase
Copy link
Member

This PR includes all the changes in #2, #3, #4 and #5.

@toshihikoyanase toshihikoyanase changed the title Changes from @DmitriyShvanyk. Changes by @DmitriyShvanyk. Apr 14, 2020
@toshihikoyanase
Copy link
Member Author

The fonts of the first line of the PyTorch example are different from the original site. The colors of the highlighted terms in the steps are also different.

before (https://optuna.org)
image

after (https://optuna.github.io/optuna-web-dev/#code_examples)
image

index.html Outdated
<div class="row" style="margin-top:0px;">
<div class="col-md-6 ml-auto mr-auto text-center youtube">
<iframe width="560" height="315" class="b-lazy" data-src="https://www.youtube.com/embed/J_aymk4YXhg"
title="Video 1"></iframe>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
title="Video 1"></iframe>
title="Optuna: A Define by Run Hyperparameter Optimization Framework | SciPy 2019"></iframe>

index.html Outdated
</div>
<div class="col-md-6 ml-auto mr-auto text-center youtube">
<iframe width="560" height="315" class="b-lazy" data-src="https://www.youtube.com/embed/-UeC4MR3PHM"
title="Video 2"></iframe>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
title="Video 2"></iframe>
title="Optuna: A Next Generation Hyperparamter Optimization Framework | KDD2019"></iframe>

index.html Outdated
Comment on lines 10 to 12
<!--[if IE]>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<![endif]-->
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please fix indent.

Suggested change
<!--[if IE]>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<![endif]-->
<!--[if IE]>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<![endif]-->

// lazy load
var bLazy = new Blazy({
// Options
offset: 100
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This offset value seems to be the default of bLazy. Can we remove it?

index.html Outdated
Comment on lines 1105 to 1114
<script>
/*function loadPlatformTwitter() {
let body = document.querySelector('body');
let script = document.createElement('script');
script.async = true;
script.src = 'https://platform.twitter.com/widgets.js';
body.appendChild(script);
}*/
//setTimeout(() => {loadPlatformTwitter();}, 3000);
</script>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This script is commented out. Can we remove it?

Suggested change
<script>
/*function loadPlatformTwitter() {
let body = document.querySelector('body');
let script = document.createElement('script');
script.async = true;
script.src = 'https://platform.twitter.com/widgets.js';
body.appendChild(script);
}*/
//setTimeout(() => {loadPlatformTwitter();}, 3000);
</script>

@toshihikoyanase
Copy link
Member Author

In assets/js we can see both paper-kit.js and paper-kit.min.js. Is paper-kit.min.js a minified version of paper-kit.js?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants