diff --git a/stamina/css/plain-style.css b/stamina/css/plain-style.css index f846db1f..8c5b49d3 100644 --- a/stamina/css/plain-style.css +++ b/stamina/css/plain-style.css @@ -84,4 +84,17 @@ font-size: 18pt; margin-left: 15px; margin-right: 15px; } +} + +@media (min-width: 768px) { + .navbar-nav { + float: none; + display: inline-block; + } + .navbar-collapse { + text-align: center; + } + .navbar-brand:empty { + display: none; + } } \ No newline at end of file diff --git a/stamina/css/scrolling-nav.css b/stamina/css/scrolling-nav.css index 90ad3f3e..b4c012b2 100644 --- a/stamina/css/scrolling-nav.css +++ b/stamina/css/scrolling-nav.css @@ -20,18 +20,21 @@ html { -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out; -moz-transition: background .5s ease-in-out,padding .5s ease-in-out; transition: background .5s ease-in-out,padding .5s ease-in-out; + float: none; + display: inline-block; } .top-nav-collapse { padding: 0; + text-align: center; } } /* Demo Sections - You can use these as guides or delete them - the scroller will work with any sort of height, fixed, undefined, or percentage based. -The padding is very important to make sure the scrollspy picks up the right area when scrolled to. Adjust the margin and padding of sections and children +The padding is very important to make sure the scrollspy picks up the right area when scrolled to. Adjust the margin and padding of sections and children of those sections to manage the look and feel of the site. */ -.some-section { +.some-section { /* height: 200%; */ padding-top: 50px; /* text-align: center; */ diff --git a/stamina/index.html b/stamina/index.html index ca472a12..0ea265cd 100644 --- a/stamina/index.html +++ b/stamina/index.html @@ -62,49 +62,45 @@ -
- - +This Working Group emerged from the LLM-based Social Simulation Workshop at COLM in Montreal.
++ It is part of vision for a vibrant research community, alongside norms around research practise outlined in the pre-print, Time to Close The Validation Gap in LLM Social Simulations. +
diff --git a/stamina/papers/puelmatouzel_CloseEvalGap.pdf b/stamina/papers/puelmatouzel_CloseEvalGap.pdf new file mode 100644 index 00000000..a84ec44a Binary files /dev/null and b/stamina/papers/puelmatouzel_CloseEvalGap.pdf differ