diff --git a/jarvis_leaderboard/__init__.py b/jarvis_leaderboard/__init__.py index 5315b9975..2f9ee6119 100644 --- a/jarvis_leaderboard/__init__.py +++ b/jarvis_leaderboard/__init__.py @@ -1,2 +1,2 @@ """Version number.""" -__version__ = "2023.12.12" +__version__ = "2023.12.15" diff --git a/jarvis_leaderboard/rebuild.py b/jarvis_leaderboard/rebuild.py index 4d4218073..4613ce18a 100644 --- a/jarvis_leaderboard/rebuild.py +++ b/jarvis_leaderboard/rebuild.py @@ -1080,7 +1080,7 @@ def update_individual_index_md( # for i in glob.glob("jarvis_leaderboard/benchmarks/*/*.csv.zip"): if key in i and extra_key in i: - #TODO: Distinguish MLFF and FF + # TODO: Distinguish MLFF and FF p = i.split("/")[-1].split(".csv.zip")[0] homepage.append(p) # print ('index pages',homepage) @@ -1161,6 +1161,7 @@ def update_individual_index_md( ) for i, j in selected.items(): if len(md_path.split("/")) == 2: + # e.g.https://pages.nist.gov/jarvis_leaderboard/ # if md_path == "docs/index.md": # desc = get_benchmark_description(i) # print('len 2',i,desc) @@ -1169,35 +1170,25 @@ def update_individual_index_md( temp + "" + "" - + '' + # + '" - # + j["method"] + # + '" target="_blank">' + # + j["category"] + # + "" + "" + "" - + '' + # + '" - # + j["submod"] + # + '" target="_blank">' + # + j["subcat"] + # + "" + "" + "" + '" - # + j["prop"] + "" + "" + j["team"] @@ -1228,55 +1218,39 @@ def update_individual_index_md( + "" + str(j["dataset_size"]) + "" - # + "" - # + str(j["date_submitted"]) - # + "" + "" ) elif len(md_path.split("/")) == 3: + # e.g.https://pages.nist.gov/jarvis_leaderboard/EXP/ # print('len 3',i) base = "." temp = ( temp + "" + "" - + '' + # + '" - # + j["method"] + # + '" target="_blank">' + # + j["category"] + # + "" + "" + "" - + '' - + j["subcat"] - # + j["submod"] - + "" - # + j["submod"] + # + '" target="_blank">' + # + j["subcat"] + # + "" + "" + "" + '