Skip to content

Commit 2be5192

Browse files
authored
Update README.md
1 parent b6d9d35 commit 2be5192

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
# tc2website-flask
2-
Hello, this is the flask implementation for tdc-2 website. Our documentation is still under development. For most matters, you can refer to theh original TDC repo.
1+
# tc2website-flask (+ nextjs)
2+
Hello, this is the flask implementation for tdc-2 website (UPDATE: with nextjs). Our documentation is still under development. For most matters, you can refer to the TDC repo.
33

4-
We have developed a new more decentralized method for adding entries to TDC leaderboards. Use the following minimalist guide to add your entries to the leaderboards.
4+
We have developed a new, more decentralized method for adding entries to TDC leaderboards. Follow the following minimalist guide to add your entries.
55

66
To add your entry to the leaderboard, add your results to the corresponding leaderboard in this file
77
https://github.com/mims-harvard/tdc2website-flask/blob/main/benchmark/leaderboards.py
88
You must match the format for your leaderboard in that file. In short, the format is as follows:
99

10-
1. On the fourth item of the list paired to your leaderboard, you will find a list with entries corresponding to the metadata for your entry as well as the
10+
1. On the fourth item of the list paired with your leaderboard, you will find a list with entries corresponding to the metadata for your entry and the
1111
mean value for the leaderboard metric. Fill out this information and add an entry to that list.
1212

13-
2. On the fifth item of the list paired to your leaderboard, you will find a list containing entries with the metric value and standard deviation. Add your numbers to that list.
13+
2. On the fifth item of the list paired to your leaderboard, you will find a list containing the metric value and standard deviation entries. Add your numbers to that list.
1414

15-
Last, create a PR for this repo and contact @amva13 or [email protected] to get approval!
15+
Last, create a PR for this repo and contact @amva13 or [email protected] for approval!
1616

1717
The PR must include the following in the description:
1818

0 commit comments

Comments
 (0)