-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #61 from curvenote-submit/main
Update proceedings links for new proceedings site
- Loading branch information
Showing
388 changed files
with
1,193 additions
and
1,273 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,3 +43,5 @@ output | |
\#* | ||
*~ | ||
.#* | ||
|
||
*.ts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,29 @@ | ||
function proc_versions() { | ||
var versions = ['2021', '2020', '2019', '2018', '2017', '2016', '2015', | ||
'2014', '2013','2011','2010', '2009', '2008']; | ||
var proc_url = 'https://conference.scipy.org/proceedings/scipy'; | ||
document.write('<ul id="navibar">'); | ||
var versions = [ | ||
'2021', | ||
'2020', | ||
'2019', | ||
'2018', | ||
'2017', | ||
'2016', | ||
'2015', | ||
'2014', | ||
'2013', | ||
'2011', | ||
'2010', | ||
'2009', | ||
'2008', | ||
]; | ||
var proc_url = 'https://proceedings.scipy.org/'; | ||
document.write('<ul id="navibar">'); | ||
|
||
for (i=0; i < versions.length; i++) { | ||
document.write('<li class="wikilink">'); | ||
document.write('<a href="' + proc_url + versions[i] + '">SciPy ' + versions[i] + '</a>'); | ||
document.write('</li>'); | ||
} | ||
for (i = 0; i < versions.length; i++) { | ||
document.write('<li class="wikilink">'); | ||
document.write( | ||
'<a href="' + proc_url + versions[i] + '">SciPy ' + versions[i] + '</a>' | ||
); | ||
document.write('</li>'); | ||
} | ||
|
||
document.write('</ul>'); | ||
document.write('</ul>'); | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.