https://github.com/aria-systems-group/website

Lab website 2.0

https://github.com/aria-systems-group/website

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.7%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Lab website 2.0

Basic Info
  • Host: GitHub
  • Owner: aria-systems-group
  • License: mit
  • Language: TeX
  • Default Branch: main
  • Size: 49 MB
Statistics
  • Stars: 1
  • Watchers: 2
  • Forks: 8
  • Open Issues: 2
  • Releases: 0
Created over 4 years ago · Last pushed 10 months ago
Metadata Files
Readme License

README.md

ARIA Systems Website

Updating Content

News

Add a new line in _data/news.csv.

Bibliography

Add or edit entries in _bibliography/references.bib. The following keys are used for custom metadata: - url - direct link to the paper - videourl - link to a video presentation - bibkey - custom string to associate reference with project

Personal Pages

Add a file under _people/ directory.

For example

```

name: John Jackson # Your name ordering: 2 # Order to be appeared in the page email: john.m.jackson@colorado.edu # Your Email Address program: PhD Student # The program you are enrolled in status: current # Choose either current or alumnus picture: /assets/images/johnjackson304.jpg # Path to your image file picture-link: https://aerosota.com # Your website link

header-link: https://aerosota.com # Your website link

Add the introduction of yourself here. ```

Research Pages

Similarly, you can add a new project page by creating a new markdown file under ./_projects/ directory.

```

name: # Name layout: project # Leave it as it is ordering: # Order to be appeared in the page status: # Choose either current or past picture: # Path to the image file excerpt_separator: <!--more--> link-flag: # Choose either true or false

bibkey: # Unique key that relates the project to some bibfiles

Content to be appeared in Research page.

More detail. ```

Updating Style

  1. First, setup Jekyll on your local machine by following the instructions here: https://jekyllrb.com/docs/step-by-step/01-setup/
  2. Fork or clone the repository to your machine.
  3. To test the website locally, run bundle exec jekyll serve in the top directory. If there were no errors, the website will be available at http://127.0.0.1:4000/.
  4. Make changes and see how they look. Make sure changes look satisfactory on mobile devices by narrowing the browser window.
  5. If you don't have direct push access, open up a pull request with your changes for review.

If your ruby is missing some gems (packages), run bundle install

Owner

  • Name: ARIA Systems Group
  • Login: aria-systems-group
  • Kind: organization
  • Location: Smead Aerospace Engineering Sciences at the University of Colorado Boulder

GitHub Events

Total
  • Member event: 1
  • Push event: 147
  • Pull request event: 26
  • Pull request review event: 5
  • Fork event: 1
Last Year
  • Member event: 1
  • Push event: 147
  • Pull request event: 26
  • Pull request review event: 5
  • Fork event: 1

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 0
  • Total pull requests: 21
  • Average time to close issues: N/A
  • Average time to close pull requests: about 17 hours
  • Total issue authors: 0
  • Total pull request authors: 9
  • Average comments per issue: 0
  • Average comments per pull request: 0.48
  • Merged pull requests: 18
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 14
  • Average time to close issues: N/A
  • Average time to close pull requests: about 21 hours
  • Issue authors: 0
  • Pull request authors: 7
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 11
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • MuvvalaKaran (6)
  • rore3789 (4)
  • peteramorese (2)
  • rayomaz (2)
  • ATheurkauf (2)
  • watakandai (2)
  • JustinKottinger (1)
  • jordan787878 (1)
  • qhho (1)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

Gemfile rubygems
  • jekyll-scholar >= 0 development
  • webrick ~> 1.7 development
  • jekyll ~> 4.2
.github/workflows/.github-pages.yaml actions
  • actions/checkout v2 composite
  • actions/setup-node v2 composite
  • limjh16/jekyll-action-ts v2 composite
  • peaceiris/actions-gh-pages v3 composite
  • ruby/setup-ruby v1 composite