From ceb33882964f7270056ee1c4a89293520c0df9f6 Mon Sep 17 00:00:00 2001 From: "Stephen J. Eglen" Date: Tue, 4 Jun 2024 15:57:26 +0100 Subject: [PATCH] update register manually --- docs/featured.json | 2 +- docs/index.html | 2 +- docs/libs/navigation-1.1/codefolding.js | 4 ++-- docs/register.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/featured.json b/docs/featured.json index 798fe4d..f026ed4 100644 --- a/docs/featured.json +++ b/docs/featured.json @@ -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" } diff --git a/docs/index.html b/docs/index.html index 1b00d44..a2f1516 100644 --- a/docs/index.html +++ b/docs/index.html @@ -13,7 +13,7 @@ CODECHECK Register - + diff --git a/docs/libs/navigation-1.1/codefolding.js b/docs/libs/navigation-1.1/codefolding.js index 97fffb2..66e09df 100644 --- a/docs/libs/navigation-1.1/codefolding.js +++ b/docs/libs/navigation-1.1/codefolding.js @@ -31,7 +31,7 @@ window.initializeCodeFolding = function(show) { $(this).detach().appendTo(div); // add a show code button right above - var showCodeText = $('' + (showThis ? 'Hide' : 'Code') + ''); + var showCodeText = $('' + (showThis ? 'Hide' : 'Show') + ''); var showCodeButton = $(''); showCodeButton.append(showCodeText); showCodeButton @@ -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 () { diff --git a/docs/register.json b/docs/register.json index bdb61fc..c988f6e 100644 --- a/docs/register.json +++ b/docs/register.json @@ -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" }