Skip to content

Commit

Permalink
docs: Added coordination point for Jimmy Lee (#1253)
Browse files Browse the repository at this point in the history
docs: Added coordination point for Jimmy lee for his work on the coordination of Crystina and Nandan
  • Loading branch information
KennethEnevoldsen authored Sep 28, 2024
1 parent 35abd84 commit 6b27ce0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docs/mmteb/points.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,5 @@ Please also add your first name and last name are as you want them to appear in
| thakur-nandan | Nandan | Thakur | | ~Nandan_Thakur1 | University of Waterloo |
| loicmagne | Loic | Magne | ~Loïc_Magne1 |Individual Contributor |
| sarahooker | Sara | Hooker | | ~Sara_Hooker2 | Cohere For AI |
| kwojtasi | Konrad | Wojtasik | ~Konrad_Wojtasik1 | Wrocław University of Science and Technology |
| kwojtasi | Konrad | Wojtasik | ~Konrad_Wojtasik1 | Wrocław University of Science and Technology |
| tmp_handle | Jimmy | Lin | ~Jimmy_Lin2 | University of Waterloo |
1 change: 1 addition & 0 deletions docs/mmteb/points/1252.jsonl
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"GitHub": "tmp_handle", "Coordination": 10}
6 changes: 4 additions & 2 deletions scripts/mmteb_create_author_list.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -907,7 +907,7 @@
" affiations[aff] = aff_id\n",
" aff_id += 1\n",
" aff_string += f\"{affiations[aff]},\"\n",
" \n",
"\n",
" # remove last comma\n",
" aff_string = aff_string[:-1]\n",
"\n",
Expand Down Expand Up @@ -936,7 +936,9 @@
"last_author2 = \"Siva\"\n",
"last_author__ = [a for a in author_list if last_author2 in a][0]\n",
"# remove from author list\n",
"author_list = [a for a in author_list if last_author1 not in a and last_author2 not in a]\n",
"author_list = [\n",
" a for a in author_list if last_author1 not in a and last_author2 not in a\n",
"]\n",
"\n",
"author_list.append(last_author__)\n",
"author_list.append(last_author_)"
Expand Down

0 comments on commit 6b27ce0

Please sign in to comment.