GithubHelp home page GithubHelp logo

universe_oa's Introduction

openastronomy

General repo

universe_oa's People

Contributors

abhijeetmanhas avatar adwaitbhope avatar alex-ian-hamilton avatar anandxkumar avatar aquatiko avatar astrojuanlu avatar bsipocz avatar cadair avatar dpshelio avatar encrypted-soul avatar jes24 avatar jredondopizarro avatar kakirastern avatar meuge avatar mirca avatar nocturnalastro avatar pkj-m avatar rachittshah avatar rirze avatar sahilyadav27 avatar sedictious avatar siddharthlal25 avatar tcjansen avatar theand9 avatar tianxiaoma avatar vatch123 avatar yashrsharma44 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

universe_oa's Issues

Improve the student list on the site

Each summer, a new box appears with the name of all the GSOC participants. That list shows their names in red if they are late with their fortnight posts.
The list does its job, but it could be placed in a better location and be a bit more mobile-friendly.

Grab whole post, not only summary

The aggregator only takes the first few characters of the post. Taking the whole post will be more useful in case the link to the source disappears.

BUG: Links to blogs are broken

Linking to student blogs are broken (links from the top summary/checkbox table). The blogs themselves exists, so it's a bug in the OA site generation itself.

write small test for yaml file

It's been a few times when the gsoc yaml file includes hidden characters and we are seeing it late. This could be tested quickly.
Otherwise, we get things like: this fail!

Bad Student URL

@siddharthlal25 blog link in the top banner is currently routing to a 404, since his blog is at https://siddharthlal25.github.io/blog/ but the regex parser fails to parse past the first /, resulting in https://siddharthlal25.github.io for the URl.
If you change the regex_url to be "(?P<url>https?://[^\s/]+(/[^s/]+/)?)" the behavior changes to

"https://siddharthlal25.github.io/blog/gsoc/gsoc-blog-0" => "https://siddharthlal25.github.io/blog/"
"https://siddharthlal25.github.io/blog/fake-page" => "https://siddharthlal25.github.io/blog/"
"https://siddharthlal25.github.io/fake-page" => "https://siddharthlal25.github.io"

I don't know if this works with the other students' setups. If its a bigger hassle to change this, perhaps @siddharthlal25 you should add a redirect to your site.

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.