GithubHelp home page GithubHelp logo

orion-ai-lab / orion-ai-lab.github.io Goto Github PK

View Code? Open in Web Editor NEW
0.0 4.0 1.0 191.04 MB

Lab's public website

Home Page: https://orion-ai-lab.github.io/

License: MIT License

SCSS 0.59% TeX 99.41%

orion-ai-lab.github.io's Introduction

Orionlab research page

The page is based on the theme-research-block. Extended documentation here.

Initial Setup

  1. Run a GitHub codespace Open in GitHub Codespaces.

  2. Create a new conda environment with Python 3.11

conda create --name myenv python=3.11
  1. Activate the environment
source activate myenv
  1. Install academic python library that will be used to add bib files to webpages.
pip install academic

Important Note After the initial setup, run the codespace using the green <> Code button at the top of the repo page.

codespaces

Running the server locally

  1. Run a GitHub codespace (green <> Code button)
  2. Run the server. Go to the terminal and hit the following:
./hugo server

Note!!! This must be run from the repo directory.

  1. Open the browser from the ports tab. Sometimes you may need to restart the server (CTRL+C and re-run step 2) and hard refresh (CTRL+F5) to see your changes.

Adding a new publication

  1. Activate the conda environment
source activate myenv
  1. Add the .bib file (let's say my_bib.bib) for your publication to content/publication/bibdir

  2. Import the .bib file

academic import content/publication/bibdir/my_bib.bib content/publication -v --compact
  1. Edit the created index.md to add more info and additional links to pdf, code, etc.

  2. Add an image called featured.(jpg|png) to the created directory.

  3. Save your changes to the GitHub repo (see git helper).

Important Note: If the publication includes code and/or dataset, add categories: ['Code'] or categories: ['Datasets'] or categories: ['Code', 'Datasets'] accordingly so that the publication shows up in the Code and/or Datasets page.

Git helper

Below you see the workflow you need to follow when you have added/edited files and you want to update the GitHub repo.

# See changes that you did (Optional)
git status

# Get the latest changes in case someone else has committed something in the meantime
git pull 

# Stage changes to be committed 
git add . 

# Verify the staged files (Optional)
git status

# Commit changes 
git commit -m "This is the commit message, e.g. Fix bug, Change profile, Add article"

# Push changes to the GitHub repo
git push

orion-ai-lab.github.io's People

Contributors

iprapas avatar ngbountos avatar ipapoutsis avatar paren8esis avatar karasanteil avatar azavras avatar akatsos avatar luisdio1 avatar nickpadd avatar skondylatos avatar

Watchers

Lucian avatar  avatar  avatar  avatar

Forkers

luisdio1

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.