Git Product home page Git Product logo

Comments (14)

varughese avatar varughese commented on May 25, 2024 2

I was thinking that these could MDX https://www.gatsbyjs.org/docs/mdx/

from pittcswiki.

varughese avatar varughese commented on May 25, 2024 2

In my mind, i envisioned a yaml/json file accompanying each markdown file. So something like (this is a rough sketch)

course-guide.md

The core course graph looks like this:
<CourseGraph data="core_course_graph" />

course-guide.json

{
core_course_graph: [
{from: "CS445", to: "CS1501"},
{from: "CS445", to: "CS447"},
{from: "CS445", to: "CS449"},
{from: "CS4457, to: "CS449", type: "coreq"}
]}

and then it would just automagically create

image

this, and it would be interactive so you could like click nodes on that to take. you to the accompanying course page to get even more info on that course

from pittcswiki.

varughese avatar varughese commented on May 25, 2024 1

For sure. How does it sound that you start with statistics, and I will write a guide on something, and we will try working on the gatsby stuff to make sure its all indexed and formatting nicely and whatever. And then after we got that goin, we can ask them?

from pittcswiki.

azharichenko avatar azharichenko commented on May 25, 2024 1

I'm currently starting with writing up the minor guide because it's a lot easier and straight forward for me to write

from pittcswiki.

varughese avatar varughese commented on May 25, 2024 1

your discord chat lol

from pittcswiki.

azharichenko avatar azharichenko commented on May 25, 2024

Yeah, I think for this issue we just need to slowly include others into the assignees like Gordon, Hayden, Olivia, etc. for knowledge in economics, fin-ance, etc.

from pittcswiki.

azharichenko avatar azharichenko commented on May 25, 2024

yeah, sounds like a plan. and lol i sort of that of that with issue #58

from pittcswiki.

azharichenko avatar azharichenko commented on May 25, 2024

Hmmm, just realized in relation to issue #23 with making visualizations which in this case are mostly just course graphs. So like I can explain take these stats courses in this order for data science visually. And i think most of these guides would make a lot of use of this.

from pittcswiki.

azharichenko avatar azharichenko commented on May 25, 2024

yeee, i recall this, forgot which issue this was mentioned in

from pittcswiki.

varughese avatar varughese commented on May 25, 2024

i created that diagram above using dagre-d3 real quick

you can mess around with graphviz here:
https://dagrejs.github.io/project/dagre-d3/latest/demo/interactive-demo.html

/* Example */
digraph {
    /* Note: HTML labels do not work in IE, which lacks support for <foreignObject> tags. */
    node [rx=5 ry=5 labelStyle="font: 300 14px 'Helvetica Neue', Helvetica"]
    edge [labelStyle="font: 300 14px 'Helvetica Neue', Helvetica"]

CS1501
CS445
CS447
CS449

CS445 -> CS1501
CS445 -> CS449
CS445 -> CS447
CS447 -> CS449 [label="coreq" style="stroke: #f77; stroke-width: 2px;" arrowheadStyle="fill: #f77"];
}

from pittcswiki.

Zmwang622 avatar Zmwang622 commented on May 25, 2024

Turn this issue into one guide that covers a lot of different majors for maintainability sakes.

from pittcswiki.

varughese avatar varughese commented on May 25, 2024

from pittcswiki.

Zmwang622 avatar Zmwang622 commented on May 25, 2024

won't be a major guide, is a minor guide

from pittcswiki.

varughese avatar varughese commented on May 25, 2024

im confused, miscommunication is funny. im going to close this and make a new issue

from pittcswiki.

Related Issues (20)

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.