Skip to content

Commit 445a8c9

Browse files
committedDec 6, 2024··
🎨 Initialize CoMPhy Lab website with Jekyll
Set up the foundational structure for the CoMPhy Lab website using Jekyll: Configure Jekyll with essential plugins and collections Create collections for team, publications, and research Set up main landing page with lab introduction Add Ruby environment configuration and dependencies This establishes the basic infrastructure for the laboratory's online presence, enabling easy content management and future expansion.
1 parent 0740c4d commit 445a8c9

File tree

5 files changed

+280
-0
lines changed

5 files changed

+280
-0
lines changed
 

‎.ruby-version

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.2.2

‎Gemfile

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
source "https://rubygems.org"
2+
3+
ruby "~> 3.2.0"
4+
5+
gem "jekyll", "~> 4.3.2"
6+
gem "webrick", "~> 1.8"
7+
gem "jekyll-paginate"
8+
gem "jekyll-sitemap"
9+
gem "jekyll-gist"
10+
gem "jekyll-feed"
11+
gem "jekyll-include-cache"
12+
gem "jekyll-seo-tag"

‎Gemfile.lock

+206
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,206 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
addressable (2.8.7)
5+
public_suffix (>= 2.0.2, < 7.0)
6+
bigdecimal (3.1.8)
7+
colorator (1.1.0)
8+
concurrent-ruby (1.3.4)
9+
em-websocket (0.5.3)
10+
eventmachine (>= 0.12.9)
11+
http_parser.rb (~> 0)
12+
eventmachine (1.2.7)
13+
faraday (2.12.1)
14+
faraday-net_http (>= 2.0, < 3.5)
15+
json
16+
logger
17+
faraday-net_http (3.4.0)
18+
net-http (>= 0.5.0)
19+
ffi (1.17.0)
20+
ffi (1.17.0-aarch64-linux-gnu)
21+
ffi (1.17.0-aarch64-linux-musl)
22+
ffi (1.17.0-arm-linux-gnu)
23+
ffi (1.17.0-arm-linux-musl)
24+
ffi (1.17.0-arm64-darwin)
25+
ffi (1.17.0-x86-linux-gnu)
26+
ffi (1.17.0-x86-linux-musl)
27+
ffi (1.17.0-x86_64-darwin)
28+
ffi (1.17.0-x86_64-linux-gnu)
29+
ffi (1.17.0-x86_64-linux-musl)
30+
forwardable-extended (2.6.0)
31+
google-protobuf (4.29.1)
32+
bigdecimal
33+
rake (>= 13)
34+
google-protobuf (4.29.1-aarch64-linux)
35+
bigdecimal
36+
rake (>= 13)
37+
google-protobuf (4.29.1-arm64-darwin)
38+
bigdecimal
39+
rake (>= 13)
40+
google-protobuf (4.29.1-x86-linux)
41+
bigdecimal
42+
rake (>= 13)
43+
google-protobuf (4.29.1-x86_64-darwin)
44+
bigdecimal
45+
rake (>= 13)
46+
google-protobuf (4.29.1-x86_64-linux)
47+
bigdecimal
48+
rake (>= 13)
49+
http_parser.rb (0.8.0)
50+
i18n (1.14.6)
51+
concurrent-ruby (~> 1.0)
52+
jekyll (4.3.4)
53+
addressable (~> 2.4)
54+
colorator (~> 1.0)
55+
em-websocket (~> 0.5)
56+
i18n (~> 1.0)
57+
jekyll-sass-converter (>= 2.0, < 4.0)
58+
jekyll-watch (~> 2.0)
59+
kramdown (~> 2.3, >= 2.3.1)
60+
kramdown-parser-gfm (~> 1.0)
61+
liquid (~> 4.0)
62+
mercenary (>= 0.3.6, < 0.5)
63+
pathutil (~> 0.9)
64+
rouge (>= 3.0, < 5.0)
65+
safe_yaml (~> 1.0)
66+
terminal-table (>= 1.8, < 4.0)
67+
webrick (~> 1.7)
68+
jekyll-feed (0.17.0)
69+
jekyll (>= 3.7, < 5.0)
70+
jekyll-gist (1.5.0)
71+
octokit (~> 4.2)
72+
jekyll-include-cache (0.2.1)
73+
jekyll (>= 3.7, < 5.0)
74+
jekyll-paginate (1.1.0)
75+
jekyll-sass-converter (3.0.0)
76+
sass-embedded (~> 1.54)
77+
jekyll-seo-tag (2.8.0)
78+
jekyll (>= 3.8, < 5.0)
79+
jekyll-sitemap (1.4.0)
80+
jekyll (>= 3.7, < 5.0)
81+
jekyll-watch (2.2.1)
82+
listen (~> 3.0)
83+
json (2.9.0)
84+
kramdown (2.5.1)
85+
rexml (>= 3.3.9)
86+
kramdown-parser-gfm (1.1.0)
87+
kramdown (~> 2.0)
88+
liquid (4.0.4)
89+
listen (3.9.0)
90+
rb-fsevent (~> 0.10, >= 0.10.3)
91+
rb-inotify (~> 0.9, >= 0.9.10)
92+
logger (1.6.2)
93+
mercenary (0.4.0)
94+
net-http (0.6.0)
95+
uri
96+
octokit (4.25.1)
97+
faraday (>= 1, < 3)
98+
sawyer (~> 0.9)
99+
pathutil (0.16.2)
100+
forwardable-extended (~> 2.6)
101+
public_suffix (6.0.1)
102+
rake (13.2.1)
103+
rb-fsevent (0.11.2)
104+
rb-inotify (0.11.1)
105+
ffi (~> 1.0)
106+
rexml (3.3.9)
107+
rouge (4.5.1)
108+
safe_yaml (1.0.5)
109+
sass-embedded (1.82.0)
110+
google-protobuf (~> 4.28)
111+
rake (>= 13)
112+
sass-embedded (1.82.0-aarch64-linux-android)
113+
google-protobuf (~> 4.28)
114+
sass-embedded (1.82.0-aarch64-linux-gnu)
115+
google-protobuf (~> 4.28)
116+
sass-embedded (1.82.0-aarch64-linux-musl)
117+
google-protobuf (~> 4.28)
118+
sass-embedded (1.82.0-aarch64-mingw-ucrt)
119+
google-protobuf (~> 4.28)
120+
sass-embedded (1.82.0-arm-linux-androideabi)
121+
google-protobuf (~> 4.28)
122+
sass-embedded (1.82.0-arm-linux-gnueabihf)
123+
google-protobuf (~> 4.28)
124+
sass-embedded (1.82.0-arm-linux-musleabihf)
125+
google-protobuf (~> 4.28)
126+
sass-embedded (1.82.0-arm64-darwin)
127+
google-protobuf (~> 4.28)
128+
sass-embedded (1.82.0-riscv64-linux-android)
129+
google-protobuf (~> 4.28)
130+
sass-embedded (1.82.0-riscv64-linux-gnu)
131+
google-protobuf (~> 4.28)
132+
sass-embedded (1.82.0-riscv64-linux-musl)
133+
google-protobuf (~> 4.28)
134+
sass-embedded (1.82.0-x86-cygwin)
135+
google-protobuf (~> 4.28)
136+
sass-embedded (1.82.0-x86-linux-android)
137+
google-protobuf (~> 4.28)
138+
sass-embedded (1.82.0-x86-linux-gnu)
139+
google-protobuf (~> 4.28)
140+
sass-embedded (1.82.0-x86-linux-musl)
141+
google-protobuf (~> 4.28)
142+
sass-embedded (1.82.0-x86-mingw-ucrt)
143+
google-protobuf (~> 4.28)
144+
sass-embedded (1.82.0-x86_64-cygwin)
145+
google-protobuf (~> 4.28)
146+
sass-embedded (1.82.0-x86_64-darwin)
147+
google-protobuf (~> 4.28)
148+
sass-embedded (1.82.0-x86_64-linux-android)
149+
google-protobuf (~> 4.28)
150+
sass-embedded (1.82.0-x86_64-linux-gnu)
151+
google-protobuf (~> 4.28)
152+
sass-embedded (1.82.0-x86_64-linux-musl)
153+
google-protobuf (~> 4.28)
154+
sawyer (0.9.2)
155+
addressable (>= 2.3.5)
156+
faraday (>= 0.17.3, < 3)
157+
terminal-table (3.0.2)
158+
unicode-display_width (>= 1.1.1, < 3)
159+
unicode-display_width (2.6.0)
160+
uri (1.0.2)
161+
webrick (1.9.1)
162+
163+
PLATFORMS
164+
aarch64-linux
165+
aarch64-linux-android
166+
aarch64-linux-gnu
167+
aarch64-linux-musl
168+
aarch64-mingw-ucrt
169+
arm-linux-androideabi
170+
arm-linux-gnu
171+
arm-linux-gnueabihf
172+
arm-linux-musl
173+
arm-linux-musleabihf
174+
arm64-darwin
175+
riscv64-linux-android
176+
riscv64-linux-gnu
177+
riscv64-linux-musl
178+
ruby
179+
x86-cygwin
180+
x86-linux
181+
x86-linux-android
182+
x86-linux-gnu
183+
x86-linux-musl
184+
x86-mingw-ucrt
185+
x86_64-cygwin
186+
x86_64-darwin
187+
x86_64-linux
188+
x86_64-linux-android
189+
x86_64-linux-gnu
190+
x86_64-linux-musl
191+
192+
DEPENDENCIES
193+
jekyll (~> 4.3.2)
194+
jekyll-feed
195+
jekyll-gist
196+
jekyll-include-cache
197+
jekyll-paginate
198+
jekyll-seo-tag
199+
jekyll-sitemap
200+
webrick (~> 1.8)
201+
202+
RUBY VERSION
203+
ruby 3.2.2p53
204+
205+
BUNDLED WITH
206+
2.5.23

‎_config.yml

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
title: CoMPhy Lab
2+
description: Computational Multiphase Physics Laboratory
3+
baseurl: ""
4+
url: "https://comphy-lab.github.io"
5+
6+
# Build settings
7+
markdown: kramdown
8+
plugins:
9+
- jekyll-paginate
10+
- jekyll-sitemap
11+
- jekyll-gist
12+
- jekyll-feed
13+
- jekyll-include-cache
14+
- jekyll-seo-tag
15+
16+
# Site settings
17+
permalink: /:title/
18+
paginate: 5
19+
paginate_path: "/news/page:num/"
20+
21+
# Collections
22+
collections:
23+
team:
24+
output: true
25+
permalink: /:collection/:name
26+
publications:
27+
output: true
28+
permalink: /:collection/:name
29+
research:
30+
output: true
31+
permalink: /:collection/:name

‎index.md

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
layout: default
3+
title: Home
4+
---
5+
6+
# Welcome to the CoMPhy Lab
7+
8+
The Computational Multiphase Physics Laboratory (CoMPhy Lab) is dedicated to advancing our understanding of complex multiphase systems through computational methods and theoretical physics.
9+
10+
## Our Mission
11+
12+
We strive to develop and apply cutting-edge computational techniques to solve challenging problems in multiphase physics, bridging fundamental theoretical understanding with practical applications.
13+
14+
## Research Highlights
15+
16+
- Multiphase Flow Dynamics
17+
- Computational Fluid Dynamics (CFD)
18+
- Interface Physics and Dynamics
19+
- Advanced Numerical Methods
20+
- Machine Learning in Multiphase Systems
21+
22+
[Learn more about our research](/research)
23+
24+
## Latest News
25+
26+
{% for post in site.posts limit:3 %}
27+
- {{ post.date | date: "%B %d, %Y" }} - [{{ post.title }}]({{ post.url }})
28+
{% endfor %}
29+
30+
[View all news](/news)

0 commit comments

Comments
 (0)
Please sign in to comment.