Code Monkey home page Code Monkey logo

ur-datascience.github.io's Introduction

Directed by Dr. Alireza Manashty

Website shields.io Ask Me Anything ! Open Source? Yes!

Powered by Jekyll

What are you looking for?

Setup and Run on your own computer

There are two method to run and start developing.

Docker Compose

Make sure you already installed docker and docker-compose on your computer and then run the command line below:

docker-compose up

Locally

  • Firstly, Clone the repo on your computer; if you use CLI, run the command bellow!
git clone http://github.com/ur-datascience/ur-datascience.github.io
  • Enter to the repo's directory!
cd ur-datascience.github.io
  • Now times to install requirements; if you already have any of them ignore that step!

    • Install Ruby
    brew update
    brew install ruby
    
    # If you use bash
    echo 'export PATH=/usr/local/Cellar/ruby/2.4.1_1/bin:$PATH' >> ~/.bash_profile 
    
    # If you use ZSH:
    echo 'export PATH=/usr/local/Cellar/ruby/2.4.1_1/bin:$PATH' >> ~/.zprofile

    This command use HomeBrew for other installation methods check here

    • Install Jekyll:
    gem install bundler jekyll
  • Install Gems requirements

bundle install
  • Run the code by command bellow; your site will run on your ==localhost== port 4000
bundle exec jekyll serve

Open http://localhost:4000 on your browser

  • Done ๐Ÿ˜Š

Make blog post

To make a new post, follow the continuous steps.

  • Create a new .markdown file in _blog directory

Attention: The name of the file will be the URL of the post!

URDataScience.ca/blog/name_of_the_file

  • Copy content of the post_sample.markdown and paste it on your file

  • Fill the gaps, as the example's structure

  • Push(Save) it :octocat:

Your post will appear on the website as soon as you push it.

Make member page

To make a new member page, follow the continuous steps.

  • Create a new .markdown file in _members directory

Attention: The name of the file will be the URL of the page!

URDataScience.ca/members/name_of_the_file

  • Copy content of the member_sample.markdown and paste it on your file

  • Fill the gaps, as the example's structure

You can remove any part which is you don't need that

  • Push(Save) it :octocat:

Your page will appear on the website as soon as you push it.

Contribute

TODO

LICENSE

GNU GENERAL PUBLIC LICENSE

Note

  • Recommended to use Jetbrains' application to work on project(Feel free it's just a recommendation)

ur-datascience.github.io's People

Contributors

baranerf avatar manashty avatar pvsnp9 avatar zakiyyahn avatar

Watchers

James Cloos avatar

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.