Skip to content

Commit

Permalink
update register manually
Browse files Browse the repository at this point in the history
  • Loading branch information
sje30 committed Jun 4, 2024
1 parent 3ce5c7e commit ceb3388
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/featured.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"Repository Link": "https://github.com/codecheckers/sddtmpc",
"Type": "CODECHECK NL",
"Report": "https://doi.org/10.5281/zenodo.FIXME",
"Title": "State-Dependent Dynamic Tube MPC: A Novel Tube MPC Method with a Fuzzy Model of Disturbances",
"Title": "The principal components of natural images",
"Paper reference": "https://arxiv.org/pdf/2310.19997",
"Check date": "2024-05-30"
}
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<title>CODECHECK Register</title>

<script src="libs/header-attrs-2.21/header-attrs.js"></script>
<script src="libs/header-attrs-2.27/header-attrs.js"></script>
<script src="libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="libs/bootstrap-3.3.5/css/bootstrap.min.css" rel="stylesheet" />
Expand Down
4 changes: 2 additions & 2 deletions docs/libs/navigation-1.1/codefolding.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ window.initializeCodeFolding = function(show) {
$(this).detach().appendTo(div);

// add a show code button right above
var showCodeText = $('<span>' + (showThis ? 'Hide' : 'Code') + '</span>');
var showCodeText = $('<span>' + (showThis ? 'Hide' : 'Show') + '</span>');
var showCodeButton = $('<button type="button" class="btn btn-default btn-xs btn-secondary btn-sm code-folding-btn pull-right float-right"></button>');
showCodeButton.append(showCodeText);
showCodeButton
Expand All @@ -57,7 +57,7 @@ window.initializeCodeFolding = function(show) {
// * Change text
// * add a class for intermediate states styling
div.on('hide.bs.collapse', function () {
showCodeText.text('Code');
showCodeText.text('Show');
showCodeButton.addClass('btn-collapsing');
});
div.on('hidden.bs.collapse', function () {
Expand Down
2 changes: 1 addition & 1 deletion docs/register.json
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@
"Repository Link": "https://github.com/codecheckers/sddtmpc",
"Type": "CODECHECK NL",
"Report": "https://doi.org/10.5281/zenodo.FIXME",
"Title": "State-Dependent Dynamic Tube MPC: A Novel Tube MPC Method with a Fuzzy Model of Disturbances",
"Title": "The principal components of natural images",
"Paper reference": "https://arxiv.org/pdf/2310.19997",
"Check date": "2024-05-30"
}
Expand Down

0 comments on commit ceb3388

Please sign in to comment.