Skip to content

Commit c75ab09

Browse files
committed
graph update
1 parent 17e8ff0 commit c75ab09

File tree

8 files changed

+1840
-613
lines changed

8 files changed

+1840
-613
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
I"O{"source"=>"/Users/archerliu/Desktop/Everything about LLM/2025/TEDD-Ranker", "destination"=>"/Users/archerliu/Desktop/Everything about LLM/2025/TEDD-Ranker/_site", "collections_dir"=>"", "cache_dir"=>".jekyll-cache", "plugins_dir"=>"_plugins", "layouts_dir"=>"_layouts", "data_dir"=>"_data", "includes_dir"=>"_includes", "collections"=>{"posts"=>{"output"=>true, "permalink"=>"/:categories/:year/:month/:day/:title:output_ext"}}, "safe"=>false, "include"=>[".htaccess"], "exclude"=>[".sass-cache", ".jekyll-cache", "gemfiles", "Gemfile", "Gemfile.lock", "node_modules", "vendor/bundle/", "vendor/cache/", "vendor/gems/", "vendor/ruby/"], "keep_files"=>[".git", ".svn"], "encoding"=>"utf-8", "markdown_ext"=>"markdown,mkdown,mkdn,mkd,md", "strict_front_matter"=>false, "show_drafts"=>nil, "limit_posts"=>0, "future"=>false, "unpublished"=>false, "whitelist"=>[], "plugins"=>[], "markdown"=>"kramdown", "highlighter"=>"rouge", "lsi"=>false, "excerpt_separator"=>"\n\n", "incremental"=>false, "detach"=>false, "port"=>"4000", "host"=>"127.0.0.1", "baseurl"=>nil, "show_dir_listing"=>false, "permalink"=>"date", "paginate_path"=>"/page:num", "timezone"=>nil, "quiet"=>false, "verbose"=>false, "defaults"=>[], "liquid"=>{"error_mode"=>"warn", "strict_filters"=>false, "strict_variables"=>false}, "kramdown"=>{"auto_ids"=>true, "toc_levels"=>[1, 2, 3, 4, 5, 6], "entity_output"=>"as_char", "smart_quotes"=>"lsquo,rsquo,ldquo,rdquo", "input"=>"GFM", "hard_wrap"=>false, "guess_lang"=>true, "footnote_nr"=>1, "show_warnings"=>false}, "livereload_port"=>35729, "serving"=>true, "watch"=>true, "url"=>"http://localhost:4000"}:ET

Gemfile

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
source 'https://rubygems.org'
2+
3+
# Minimal Jekyll setup for local testing
4+
gem 'jekyll', '~> 4.2.0'
5+
# gem 'webrick', '~> 1.7' # Required for the local server in Ruby 3.x
6+
gem "webrick", ">= 1.8.2"
7+
gem "rexml", ">= 3.3.9"
8+
9+
10+
# Add missing gems that Ruby 3.x requires explicitly
11+
gem 'logger' # Handles logging errors and info
12+
gem 'csv' # Required for CSV support
13+
gem 'ostruct' # Required for OpenStruct support
14+
gem 'base64' # Handles base64 encoding/decoding
15+
gem 'bigdecimal' # Handles big number operations
16+
17+
18+
# Optional: add other gems you might need in the future

Gemfile.lock

Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,100 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
addressable (2.8.7)
5+
public_suffix (>= 2.0.2, < 7.0)
6+
base64 (0.2.0)
7+
bigdecimal (3.1.8)
8+
colorator (1.1.0)
9+
concurrent-ruby (1.3.4)
10+
csv (3.3.0)
11+
em-websocket (0.5.3)
12+
eventmachine (>= 0.12.9)
13+
http_parser.rb (~> 0)
14+
eventmachine (1.2.7)
15+
ffi (1.17.0)
16+
ffi (1.17.0-aarch64-linux-gnu)
17+
ffi (1.17.0-aarch64-linux-musl)
18+
ffi (1.17.0-arm-linux-gnu)
19+
ffi (1.17.0-arm-linux-musl)
20+
ffi (1.17.0-arm64-darwin)
21+
ffi (1.17.0-x86-linux-gnu)
22+
ffi (1.17.0-x86-linux-musl)
23+
ffi (1.17.0-x86_64-darwin)
24+
ffi (1.17.0-x86_64-linux-gnu)
25+
ffi (1.17.0-x86_64-linux-musl)
26+
forwardable-extended (2.6.0)
27+
http_parser.rb (0.8.0)
28+
i18n (1.14.5)
29+
concurrent-ruby (~> 1.0)
30+
jekyll (4.2.2)
31+
addressable (~> 2.4)
32+
colorator (~> 1.0)
33+
em-websocket (~> 0.5)
34+
i18n (~> 1.0)
35+
jekyll-sass-converter (~> 2.0)
36+
jekyll-watch (~> 2.0)
37+
kramdown (~> 2.3)
38+
kramdown-parser-gfm (~> 1.0)
39+
liquid (~> 4.0)
40+
mercenary (~> 0.4.0)
41+
pathutil (~> 0.9)
42+
rouge (~> 3.0)
43+
safe_yaml (~> 1.0)
44+
terminal-table (~> 2.0)
45+
jekyll-sass-converter (2.2.0)
46+
sassc (> 2.0.1, < 3.0)
47+
jekyll-watch (2.2.1)
48+
listen (~> 3.0)
49+
kramdown (2.4.0)
50+
rexml
51+
kramdown-parser-gfm (1.1.0)
52+
kramdown (~> 2.0)
53+
liquid (4.0.4)
54+
listen (3.9.0)
55+
rb-fsevent (~> 0.10, >= 0.10.3)
56+
rb-inotify (~> 0.9, >= 0.9.10)
57+
logger (1.6.1)
58+
mercenary (0.4.0)
59+
ostruct (0.6.0)
60+
pathutil (0.16.2)
61+
forwardable-extended (~> 2.6)
62+
public_suffix (6.0.1)
63+
rb-fsevent (0.11.2)
64+
rb-inotify (0.11.1)
65+
ffi (~> 1.0)
66+
rexml (3.3.9)
67+
rouge (3.30.0)
68+
safe_yaml (1.0.5)
69+
sassc (2.4.0)
70+
ffi (~> 1.9)
71+
terminal-table (2.0.0)
72+
unicode-display_width (~> 1.1, >= 1.1.1)
73+
unicode-display_width (1.8.0)
74+
webrick (1.9.0)
75+
76+
PLATFORMS
77+
aarch64-linux-gnu
78+
aarch64-linux-musl
79+
arm-linux-gnu
80+
arm-linux-musl
81+
arm64-darwin
82+
ruby
83+
x86-linux-gnu
84+
x86-linux-musl
85+
x86_64-darwin
86+
x86_64-linux-gnu
87+
x86_64-linux-musl
88+
89+
DEPENDENCIES
90+
base64
91+
bigdecimal
92+
csv
93+
jekyll (~> 4.2.0)
94+
logger
95+
ostruct
96+
rexml (>= 3.3.9)
97+
webrick (>= 1.8.2)
98+
99+
BUNDLED WITH
100+
2.5.18

_site/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# TEDD-Ranker
2+
## Overview
3+
One stop workplace to calculate the efficiency and feasibility of your data selection methods and compare with existing methods!
4+
5+
---
6+
## How to use:

0 commit comments

Comments
 (0)