Code Monkey home page Code Monkey logo

Comments (7)

katyhuff avatar katyhuff commented on August 27, 2024

Note that the sidebar I'm talking about is this one, which only goes up to 2014:

image

from conference.scipy.org.

dpinte avatar dpinte commented on August 27, 2024

@katyhuff We need to ask that to the person who generated the static content with the proceedings. I only received the generated files.

from conference.scipy.org.

dpinte avatar dpinte commented on August 27, 2024

@katyhuff I edited the code directly on the server. The file does not seem to be under version control which is scary.

from conference.scipy.org.

katyhuff avatar katyhuff commented on August 27, 2024

That is, indeed, quite scary.

from conference.scipy.org.

katyhuff avatar katyhuff commented on August 27, 2024

Your change seems to have had the desired effect! Thanks @dpinte !

from conference.scipy.org.

stefanv avatar stefanv commented on August 27, 2024

IIRC, the idea is that the .js file always comes with the latest proceedings, and that there is a symlink on the server that gets updated to always point to that version. E.g. (I don't know the URL exactly), /proceedings will point to /proceedings-2015, and then the .js will automatically load the correct version. If this is not the way it works, we should make it work that way.

from conference.scipy.org.

dpinte avatar dpinte commented on August 27, 2024

This is from the js file:

function proc_versions() {
   var versions = ['2015', '2014', '2013', '2011', '2010', '2009', '2008'];
   var proc_url = 'http://conference.scipy.org/proceedings/scipy';
  [...]

so, it's hardcoded at this point ...

/proceedings points to an index.html page which lists the proceedings from each year.

from conference.scipy.org.

Related Issues (10)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.