mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-02 12:19:18 +00:00
rogueviz:: links to the papers in presentations
This commit is contained in:
parent
dd4001601f
commit
d5467eb379
@ -286,9 +286,11 @@ slide dhrg_slides[] = {
|
|||||||
dialog::addTitle("Discrete Hyperbolic Random Graph Model", dialog::dialogcolor, 150);
|
dialog::addTitle("Discrete Hyperbolic Random Graph Model", dialog::dialogcolor, 150);
|
||||||
dialog::addBreak(1600);
|
dialog::addBreak(1600);
|
||||||
dialog::addTitle(" ", dialog::dialogcolor, 150);
|
dialog::addTitle(" ", dialog::dialogcolor, 150);
|
||||||
|
dialog::addItem("paper on arXiv", '5');
|
||||||
dialog::display();
|
dialog::display();
|
||||||
return true;
|
return true;
|
||||||
});
|
});
|
||||||
|
if(mode == pmKey) open_url("https://arxiv.org/abs/2109.11772");
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -367,10 +367,12 @@ slide sweeper_slides[] = {
|
|||||||
dialog::addTitle("Hyperbolic Minesweeper is in P", dialog::dialogcolor, 150);
|
dialog::addTitle("Hyperbolic Minesweeper is in P", dialog::dialogcolor, 150);
|
||||||
dialog::addBreak(1600);
|
dialog::addBreak(1600);
|
||||||
dialog::addTitle(" ", dialog::dialogcolor, 150);
|
dialog::addTitle(" ", dialog::dialogcolor, 150);
|
||||||
|
dialog::addItem("paper on arXiv", '5');
|
||||||
dialog::display();
|
dialog::display();
|
||||||
return true;
|
return true;
|
||||||
});
|
});
|
||||||
no_other_hud(mode);
|
no_other_hud(mode);
|
||||||
|
if(mode == pmKey) open_url("https://arxiv.org/abs/2002.09534");
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -507,13 +507,15 @@ auto hooks =
|
|||||||
|
|
||||||
auto add = [&] (string s, string desc, string youtube, string twitter, reaction_t loader) {
|
auto add = [&] (string s, string desc, string youtube, string twitter, reaction_t loader) {
|
||||||
v.push_back(tour::slide{
|
v.push_back(tour::slide{
|
||||||
s, 10, tour::LEGAL::NONE | tour::QUICKSKIP | tour::QUICKGEO, desc,
|
s, 10, tour::LEGAL::NONE | tour::QUICKSKIP | tour::QUICKGEO | tour::ALWAYS_TEXT, desc,
|
||||||
[=] (tour::presmode mode) {
|
[=] (tour::presmode mode) {
|
||||||
setCanvas(mode, '0');
|
setCanvas(mode, '0');
|
||||||
if(youtube != "")
|
if(youtube != "")
|
||||||
slide_url(mode, 'y', "YouTube link", youtube);
|
slide_url(mode, 'y', "YouTube link", youtube);
|
||||||
if(twitter != "")
|
if(twitter != "")
|
||||||
slide_url(mode, 't', "Twitter link", twitter);
|
slide_url(mode, 't', "Twitter link", twitter);
|
||||||
|
|
||||||
|
slide_url(mode, 'b', "Bridges paper link", "https://archive.bridgesmathart.org/2022/bridges2022-297.html");
|
||||||
slide_action(mode, 'r', "run this visualization", loader);
|
slide_action(mode, 'r', "run this visualization", loader);
|
||||||
slidecommand = "portal options";
|
slidecommand = "portal options";
|
||||||
if(mode == tour::pmKey) pushScreen(intra::show_portals);
|
if(mode == tour::pmKey) pushScreen(intra::show_portals);
|
||||||
|
Loading…
Reference in New Issue
Block a user