Skip to content

Commit

Permalink
Add aqnwb and LINDI (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
oruebel authored Aug 2, 2024
1 parent 9016bde commit 825e4d0
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion src/nwb_project_analytics/gitstats.py
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,8 @@ class NWBGitInfo:
repo="nwb_benchmarks",
mainbranch="main",
docs=None,
logo=None)),
logo="https://raw.githubusercontent.com/NeurodataWithoutBorders/nwb_benchmarks"
"/main/docs/assets/logo_nwb_benchmarks.png")),
("NWB_Overview",
GitRepo(
owner="NeurodataWithoutBorders",
Expand Down Expand Up @@ -407,6 +408,20 @@ class NWBGitInfo:
mainbranch="main",
docs="https://github.com/NeurodataWithoutBorders/nwb-project-analytics",
logo=None)),
("AqNWB",
GitRepo(
owner="NeurodataWithoutBorders",
repo="aqnwb",
mainbranch="main",
docs=None,
logo=None)),
("LINDI",
GitRepo(
owner="NeurodataWithoutBorders",
repo="lindi",
mainbranch="main",
docs=None,
logo=None)),
("HDMF",
GitRepo(
owner="hdmf-dev",
Expand Down

0 comments on commit 825e4d0

Please sign in to comment.