Skip to content

Commit

Permalink
Merge pull request #651 from cicirello/staging
Browse files Browse the repository at this point in the history
Updates to tech report numbers
  • Loading branch information
cicirello authored Mar 7, 2024
2 parents 5744d5e + 4c88f33 commit 5bb565f
Show file tree
Hide file tree
Showing 15 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
fi
- name: Create Pull Request
uses: peter-evans/[email protected].0
uses: peter-evans/[email protected].1
with:
title: "Website updated by custom site generator"
body: >
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/search-index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
fi
- name: Create Pull Request
uses: peter-evans/[email protected].0
uses: peter-evans/[email protected].1
with:
title: "Website search index automated update"
body: >
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sitemap-generation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
echo "excluded-count = ${{ steps.sitemap.outputs.excluded-count }}"
- name: Create Pull Request
uses: peter-evans/[email protected].0
uses: peter-evans/[email protected].1
with:
title: "Automated sitemap update"
body: >
Expand Down
10 changes: 5 additions & 5 deletions .sitesrc/cicirello-pubs-web.bib
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ @techreport{VAC-TR-23-006
title = {Data Supplement to an Analysis of an Open Source Binomial Random Variate Generation Algorithm},
institution = {Cicirello.org},
year = {2023},
number = {VAC-TR-23-006},
number = {ALG-23-006},
type = {Technical Report},
month = {October},
pdf = {https://reports.cicirello.org/23/006/VAC-TR-23-006.pdf},
Expand Down Expand Up @@ -666,7 +666,7 @@ @INPROCEEDINGS{FLAIRS2018
@techreport{ARXIV2017,
author = {Vincent A. Cicirello},
title = {Design, Configuration, Implementation, and Performance of a Simple 32 Core Raspberry Pi Cluster},
number = {VAC-TR-17-004},
number = {DIST-17-004},
institution = {Cicirello.org},
type = {Technical Report},
arxiv = {arXiv:1708.05264},
Expand Down Expand Up @@ -1201,7 +1201,7 @@ @techreport{VAC-TR-09-003
author = {Vincent A. Cicirello},
year = {2009},
month = {March},
number = {VAC-TR-09-003},
number = {AI-09-003},
institution = {Cicirello.org},
pdf = {https://reports.cicirello.org/09/003/VAC-TR-09-003.pdf},
infopage = {https://reports.cicirello.org/09/003/},
Expand All @@ -1214,7 +1214,7 @@ @techreport{VAC-TR-08-002
author = {Vincent A. Cicirello},
year = {2008},
month = {October},
number = {VAC-TR-08-002},
number = {AGENTS-08-002},
institution = {Cicirello.org},
pdf = {https://reports.cicirello.org/08/002/VAC-TR-08-002.pdf},
infopage = {https://reports.cicirello.org/08/002/},
Expand All @@ -1227,7 +1227,7 @@ @TECHREPORT{TechReport-Interface2008
title = {Statistical Models of Multistart Randomized Heuristic Search Performance},
TYPE = {Technical Report},
institution = {Cicirello.org},
number = {VAC-TR-08-001},
number = {AI-08-001},
note = {Presented at the <i>40th Symposium on the Interface: Computing Science and Statistics</i> (conference without proceedings), in Durham, NC, sponsored by the National Institute of Statistical Sciences.
Full paper here as Technical Report.},
year = {2008},
Expand Down
6 changes: 3 additions & 3 deletions js/search_index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/site_search.min.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var SITE_SEARCH_SETTINGS_VERSION="1.1";var SITE_SEARCH_INDEX_VERSION="86";function loadScript(src){var s=document.createElement('script');s.type='text/javascript';s.src=src;var x=document.getElementsByTagName('script')[0];x.parentNode.insertBefore(s,x)}
var SITE_SEARCH_SETTINGS_VERSION="1.1";var SITE_SEARCH_INDEX_VERSION="87";function loadScript(src){var s=document.createElement('script');s.type='text/javascript';s.src=src;var x=document.getElementsByTagName('script')[0];x.parentNode.insertBefore(s,x)}
function whenAvailable(name,callback){var interval=10;window.setTimeout(function(){if(window[name]){callback(window[name])}else{window.setTimeout(arguments.callee,interval)}},interval)}
if(typeof(Storage)!=="undefined"){if(localStorage.settingsVersion==SITE_SEARCH_SETTINGS_VERSION){try{var replace_words=JSON.parse(localStorage.replace_words);var page_weight=JSON.parse(localStorage.page_weight);var word_stems=JSON.parse(localStorage.word_stems);var related_searches=JSON.parse(localStorage.related_searches)}catch(e){loadScript("/js/search_set.min.js");whenAvailable("related_searches",function(t){localStorage.replace_words=JSON.stringify(replace_words);localStorage.page_weight=JSON.stringify(page_weight);localStorage.word_stems=JSON.stringify(word_stems);localStorage.related_searches=JSON.stringify(related_searches);localStorage.settingsVersion=SITE_SEARCH_SETTINGS_VERSION})}}else{loadScript("/js/search_set.min.js");whenAvailable("related_searches",function(t){localStorage.replace_words=JSON.stringify(replace_words);localStorage.page_weight=JSON.stringify(page_weight);localStorage.word_stems=JSON.stringify(word_stems);localStorage.related_searches=JSON.stringify(related_searches);localStorage.settingsVersion=SITE_SEARCH_SETTINGS_VERSION})}
if(localStorage.indexVersion==SITE_SEARCH_INDEX_VERSION){try{var search_index=JSON.parse(localStorage.search_index)}catch(e){loadScript("/js/search_index.js");whenAvailable("search_index",function(t){localStorage.search_index=JSON.stringify(search_index);localStorage.indexVersion=SITE_SEARCH_INDEX_VERSION})}}else{loadScript("/js/search_index.js");whenAvailable("search_index",function(t){localStorage.search_index=JSON.stringify(search_index);localStorage.indexVersion=SITE_SEARCH_INDEX_VERSION})}}else{loadScript("/js/search_index.js");loadScript("/js/search_set.min.js");whenAvailable("search_index",function(t){});whenAvailable("related_searches",function(t){})}
Expand Down
2 changes: 1 addition & 1 deletion publications/cicirello2008report.bib
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ @TECHREPORT{cicirello2008report
TITLE = {Using Game Theory to Analyze a Biologically-Inspired Agent Coordination Mechanism},
INSTITUTION = {Cicirello.org},
MONTH = {October},
NUMBER = {VAC-TR-08-002},
NUMBER = {AGENTS-08-002},
TYPE = {Technical Report},
YEAR = {2008},
URL = {https://reports.cicirello.org/08/002/VAC-TR-08-002.pdf}
Expand Down
2 changes: 1 addition & 1 deletion publications/cicirello2008rsc.bib
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ @TECHREPORT{cicirello2008rsc
TITLE = {Statistical Models of Multistart Randomized Heuristic Search Performance},
INSTITUTION = {Cicirello.org},
MONTH = {May},
NUMBER = {VAC-TR-08-001},
NUMBER = {AI-08-001},
TYPE = {Technical Report},
YEAR = {2008},
URL = {https://reports.cicirello.org/08/001/VAC-TR-08-001.pdf}
Expand Down
2 changes: 1 addition & 1 deletion publications/cicirello2009report.bib
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ @TECHREPORT{cicirello2009report
TITLE = {Multi-heuristic Stochastic Sampling Search: Extreme Value Theory and the Max $K$-Armed Bandit},
INSTITUTION = {Cicirello.org},
MONTH = {March},
NUMBER = {VAC-TR-09-003},
NUMBER = {AI-09-003},
TYPE = {Technical Report},
YEAR = {2009},
URL = {https://reports.cicirello.org/09/003/VAC-TR-09-003.pdf}
Expand Down
2 changes: 1 addition & 1 deletion publications/cicirello2017arXiv.bib
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ @TECHREPORT{cicirello2017arXiv
TITLE = {Design, Configuration, Implementation, and Performance of a Simple 32 Core Raspberry Pi Cluster},
INSTITUTION = {Cicirello.org},
MONTH = {August},
NUMBER = {VAC-TR-17-004},
NUMBER = {DIST-17-004},
TYPE = {Technical Report},
YEAR = {2017},
URL = {https://reports.cicirello.org/17/004/VAC-TR-17-004.pdf}
Expand Down
2 changes: 1 addition & 1 deletion publications/cicirello2023techreport.bib
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ @TECHREPORT{cicirello2023techreport
TITLE = {Data Supplement to an Analysis of an Open Source Binomial Random Variate Generation Algorithm},
INSTITUTION = {Cicirello.org},
MONTH = {October},
NUMBER = {VAC-TR-23-006},
NUMBER = {ALG-23-006},
TYPE = {Technical Report},
YEAR = {2023},
URL = {https://reports.cicirello.org/23/006/VAC-TR-23-006.pdf}
Expand Down
10 changes: 5 additions & 5 deletions publications/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ <h3 id="2023">2023 (<a href="#top"><em>Top of the page</em></a>)</h3>
<a href="/publications/engproc-56-00086.pdf">[PDF]</a> <a href="/publications/cicirello2023engproc.bib">[BIB]</a> <a href="https://doi.org/10.3390/ASEC2023-15349">[DOI]</a> <a href="https://github.com/cicirello/btpe-iterations">[CODE]</a></li>
<li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"><meta itemprop="position" content="4"><a itemprop="url mainEntityOfPage" href="https://reports.cicirello.org/23/006/">Data Supplement to an Analysis of an Open Source Binomial Random Variate Generation Algorithm</a>.<br>
Vincent A. Cicirello.<br>
Technical Report VAC-TR-23-006, Cicirello.org, October 2023.<br>
Technical Report ALG-23-006, Cicirello.org, October 2023.<br>
<a href="https://reports.cicirello.org/23/006/VAC-TR-23-006.pdf">[PDF]</a> <a href="/publications/cicirello2023techreport.bib">[BIB]</a> <a href="https://github.com/cicirello/btpe-iterations">[CODE]</a></li>
<li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"><meta itemprop="position" content="5"><a itemprop="url mainEntityOfPage" href="/publications/cicirello2023mone.html">On Fitness Landscape Analysis of Permutation Problems: From Distance Metrics to Mutation Operator Selection</a>.<br>
Vincent A. Cicirello.<br>
Expand Down Expand Up @@ -250,7 +250,7 @@ <h3 id="2017">2017 (<a href="#top"><em>Top of the page</em></a>)</h3>
<ul>
<li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"><meta itemprop="position" content="18"><a itemprop="url mainEntityOfPage" href="https://reports.cicirello.org/17/004/">Design, Configuration, Implementation, and Performance of a Simple 32 Core Raspberry Pi Cluster</a>.<br>
Vincent A. Cicirello.<br>
Technical Report VAC-TR-17-004, Cicirello.org, August 2017.<br>
Technical Report DIST-17-004, Cicirello.org, August 2017.<br>
<a href="https://reports.cicirello.org/17/004/VAC-TR-17-004.pdf">[PDF]</a> <a href="/publications/cicirello2017arXiv.bib">[BIB]</a> <a href="https://arxiv.org/abs/1708.05264">[arXiv]</a> <a href="https://github.com/cicirello/ClusterPerformanceTests">[CODE]</a></li>
<li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"><meta itemprop="position" content="19"><a itemprop="url mainEntityOfPage" href="/publications/cicirello2017SoCS2.html">Variable Annealing Length and Parallelism in Simulated Annealing</a>.<br>
Vincent A. Cicirello.<br>
Expand Down Expand Up @@ -359,7 +359,7 @@ <h3 id="2009">2009 (<a href="#top"><em>Top of the page</em></a>)</h3>
<a href="/publications/SIGCSE2009.pdf">[PDF]</a> <a href="/publications/cicirello2009sigcse.bib">[BIB]</a> <a href="https://doi.org/10.1145/1539024.1508971">[DOI]</a> <a href="https://dl.acm.org/doi/10.1145/1508865.1508971?cid=81100638594">[PUB]</a></li>
<li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"><meta itemprop="position" content="37"><a itemprop="url mainEntityOfPage" href="https://reports.cicirello.org/09/003/">Multi-heuristic Stochastic Sampling Search: Extreme Value Theory and the Max K-Armed Bandit</a>.<br>
Vincent A. Cicirello.<br>
Technical Report VAC-TR-09-003, Cicirello.org, March 2009.<br>
Technical Report AI-09-003, Cicirello.org, March 2009.<br>
<a href="https://reports.cicirello.org/09/003/VAC-TR-09-003.pdf">[PDF]</a> <a href="/publications/cicirello2009report.bib">[BIB]</a></li>
<li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"><meta itemprop="position" content="38"><a itemprop="url mainEntityOfPage" href="/publications/cicirello2009asc.html">Weighted Tardiness Scheduling with Sequence-Dependent Setups: A Benchmark Problem for Soft Computing</a>.<br>
Vincent A. Cicirello.<br>
Expand All @@ -370,11 +370,11 @@ <h3 id="2008">2008 (<a href="#top"><em>Top of the page</em></a>)</h3>
<ul>
<li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"><meta itemprop="position" content="39"><a itemprop="url mainEntityOfPage" href="https://reports.cicirello.org/08/002/">Using Game Theory to Analyze a Biologically-Inspired Agent Coordination Mechanism</a>.<br>
Vincent A. Cicirello.<br>
Technical Report VAC-TR-08-002, Cicirello.org, October 2008.<br>
Technical Report AGENTS-08-002, Cicirello.org, October 2008.<br>
<a href="https://reports.cicirello.org/08/002/VAC-TR-08-002.pdf">[PDF]</a> <a href="/publications/cicirello2008report.bib">[BIB]</a></li>
<li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"><meta itemprop="position" content="40"><a itemprop="url mainEntityOfPage" href="https://reports.cicirello.org/08/001/">Statistical Models of Multistart Randomized Heuristic Search Performance</a>.<br>
Vincent A. Cicirello.<br>
Technical Report VAC-TR-08-001, Cicirello.org, May 2008.<br>
Technical Report AI-08-001, Cicirello.org, May 2008.<br>
Presented at the <i>40th Symposium on the Interface: Computing Science and Statistics</i> (conference without proceedings), in Durham, NC, sponsored by the National Institute of Statistical Sciences. Full paper here as Technical Report.
<br>
<a href="https://reports.cicirello.org/08/001/VAC-TR-08-001.pdf">[PDF]</a> <a href="/publications/cicirello2008rsc.bib">[BIB]</a></li>
Expand Down
4 changes: 2 additions & 2 deletions research/adaptive/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,11 @@ <h3>Selected Publications</h3>
<a href="/publications/cicirello-bict-2015.pdf">[PDF]</a> <a href="/publications/cicirello2015bict.bib">[BIB]</a> <a href="http://dl.acm.org/citation.cfm?id=2954825">[PUB]</a></li>
<li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"><meta itemprop="position" content="7"><a itemprop="url mainEntityOfPage" href="https://reports.cicirello.org/09/003/">Multi-heuristic Stochastic Sampling Search: Extreme Value Theory and the Max K-Armed Bandit</a>.<br>
Vincent A. Cicirello.<br>
Technical Report VAC-TR-09-003, Cicirello.org, March 2009.<br>
Technical Report AI-09-003, Cicirello.org, March 2009.<br>
<a href="https://reports.cicirello.org/09/003/VAC-TR-09-003.pdf">[PDF]</a> <a href="/publications/cicirello2009report.bib">[BIB]</a></li>
<li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"><meta itemprop="position" content="8"><a itemprop="url mainEntityOfPage" href="https://reports.cicirello.org/08/001/">Statistical Models of Multistart Randomized Heuristic Search Performance</a>.<br>
Vincent A. Cicirello.<br>
Technical Report VAC-TR-08-001, Cicirello.org, May 2008.<br>
Technical Report AI-08-001, Cicirello.org, May 2008.<br>
Presented at the <i>40th Symposium on the Interface: Computing Science and Statistics</i> (conference without proceedings), in Durham, NC, sponsored by the National Institute of Statistical Sciences. Full paper here as Technical Report.
<br>
<a href="https://reports.cicirello.org/08/001/VAC-TR-08-001.pdf">[PDF]</a> <a href="/publications/cicirello2008rsc.bib">[BIB]</a></li>
Expand Down
2 changes: 1 addition & 1 deletion research/swarms/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ <h3>Selected Publications</h3>
<ul itemscope itemtype="https://schema.org/ItemList">
<li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"><meta itemprop="position" content="1"><a itemprop="url mainEntityOfPage" href="https://reports.cicirello.org/08/002/">Using Game Theory to Analyze a Biologically-Inspired Agent Coordination Mechanism</a>.<br>
Vincent A. Cicirello.<br>
Technical Report VAC-TR-08-002, Cicirello.org, October 2008.<br>
Technical Report AGENTS-08-002, Cicirello.org, October 2008.<br>
<a href="https://reports.cicirello.org/08/002/VAC-TR-08-002.pdf">[PDF]</a> <a href="/publications/cicirello2008report.bib">[BIB]</a></li>
<li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"><meta itemprop="position" content="2"><a itemprop="url mainEntityOfPage" href="/publications/cicirello2005mass2.html">Designing Decentralized Software for a Wireless Network Environment: Evaluating Patterns of Mobility for a Mobile Agent Swarm</a>.<br>
Vincent A. Cicirello, Andrew Mroczkowski, and William Regli.<br>
Expand Down
6 changes: 3 additions & 3 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</url>
<url>
<loc>https://www.cicirello.org/publications/</loc>
<lastmod>2024-02-16T14:44:48+00:00</lastmod>
<lastmod>2024-03-07T20:35:28+00:00</lastmod>
</url>
<url>
<loc>https://www.cicirello.org/publications/AAAI04-150.pdf</loc>
Expand Down Expand Up @@ -682,7 +682,7 @@
</url>
<url>
<loc>https://www.cicirello.org/research/adaptive/</loc>
<lastmod>2024-02-15T20:39:33+00:00</lastmod>
<lastmod>2024-03-07T20:35:28+00:00</lastmod>
</url>
<url>
<loc>https://www.cicirello.org/research/aicae/</loc>
Expand Down Expand Up @@ -710,7 +710,7 @@
</url>
<url>
<loc>https://www.cicirello.org/research/swarms/</loc>
<lastmod>2024-02-08T21:01:34+00:00</lastmod>
<lastmod>2024-03-07T20:35:28+00:00</lastmod>
</url>
<url>
<loc>https://www.cicirello.org/software/csedu/</loc>
Expand Down

0 comments on commit 5bb565f

Please sign in to comment.