{ "cells": [ { "cell_type": "markdown", "id": "800b01b5-4958-463c-a808-7e6a811cc7a4", "metadata": {}, "source": [ "# Visualizing PubMed article GitHub repository software information entropy\n", "\n", "The content below seeks to better understand how software information entropy manifests in a dataset of ~10,000 PubMed article GitHub repositories.\n", "\n", "PubMed GitHub repositories are extracted using the PubMed API to query for GitHub links within article abstracts.\n", "GitHub data about these repositories is gathered using the GitHub API.\n", "The code to perform data extractions may be found under the directory: [gather-pubmed-repos](https://github.com/software-gardening/almanack/tree/main/src/book/seed-bank/pubmed-github-repositories/gather-pubmed-repos/) .\n", "\n", "Software entropy measurements are gathered using the notebook: [software-information-entropy.ipynb](https://github.com/software-gardening/almanack/tree/main/src/book/seed-bank/pubmed-github-repositories/software-information-entropy.ipynb) .\n", "\n", "We derive software information entropy using methods inspired from _Predicting faults using the complexity of code changes_{cite:p}`hassan_predicting_2009`.\n", "Software information entropy within the context of this notebook is normalized for all files within a repository using the first and latest commits.\n", "\n", "Project durations highlighted below is the number of days between the first and latest commit date." ] }, { "cell_type": "markdown", "id": "44ec4b0f-0260-4a79-8432-146798060cef", "metadata": {}, "source": [ "## Data Extraction\n", "\n", "The following section extracts data which includes software entropy and GitHub-derived data.\n", "We merge the data to form a table which includes PubMed, GitHub, and Almanack software entropy information on the repositories." ] }, { "cell_type": "code", "execution_count": 19, "id": "fa03047f-fcef-4f3a-a389-9aead0a7a081", "metadata": {}, "outputs": [ { "data": { "text/html": [ "
\n", "\n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
Repository URLNormalized Total EntropyDate of First CommitDate of Last CommitTime of Existence (days)PMIDarticle_datetitleauthorsgithub_link...GitHub Detected LanguagesDate CreatedDate Most Recent CommitDuration Created to Most Recent CommitDuration Created to NowDuration Most Recent Commit to NowRepository Size (KB)GitHub Repo Archivedtotal lines of GitHub detected codePrimary language
0https://github.com/BUStools/BUSZ-format0.0000002022-11-082022-11-1810.037129540NoneBUSZ: compressed BUS files.Einarsson, Melstedhttps://github.com/BUStools/BUSZ-format...{'AGS Script': None, 'AMPL': None, 'ANTLR': No...2022-11-08 14:44:25+00:002022-11-18 15:22:39+00:005False0None
1https://github.com/pmelsted/BUSZ_paper0.1788972023-03-272023-03-281.037129540NoneBUSZ: compressed BUS files.Einarsson, Melstedhttps://github.com/pmelsted/BUSZ_paper...{'AGS Script': None, 'AMPL': None, 'ANTLR': No...2023-03-27 13:37:38+00:002023-03-28 21:04:19+00:0078False13927Python
2https://github.com/WormBase/scdefg0.1539662021-01-292022-02-02368.0358142902022-03-28WormBase single-cell tools.da Veiga Beltrame, Arnaboldi, Sternberghttps://github.com/WormBase/scdefg...{'AGS Script': None, 'AMPL': None, 'ANTLR': No...2021-02-24 03:39:24+00:002022-09-04 00:33:47+00:00136False37039Python
3https://github.com/ekg/guix-genomics0.1764692020-01-062024-01-221476.036448683NoneUnbiased pangenome graphs.Garrison, Guarracinohttps://github.com/ekg/guix-genomics...{'AGS Script': None, 'AMPL': None, 'ANTLR': No...2020-01-06 21:03:53+00:002024-01-22 17:24:15+00:00261False68889Scheme
4https://github.com/ekg/seqwish0.0271222018-06-112023-12-092007.036448683NoneUnbiased pangenome graphs.Garrison, Guarracinohttps://github.com/ekg/seqwish...{'AGS Script': None, 'AMPL': None, 'ANTLR': No...2018-06-11 15:31:26+00:002024-04-07 20:25:49+00:00883False179753C++
..................................................................
11153https://github.com/maxplanck-ie/parkour0.0004492016-05-232022-08-242284.030239601NoneParkour LIMS: high-quality sample preparation ...Anatskiy, Ryan, Grüning, Arrigoni, Manke, Bönischhttps://github.com/maxplanck-ie/parkour...{'AGS Script': None, 'AMPL': None, 'ANTLR': No...2016-05-23 09:18:45+00:002022-08-24 16:08:54+00:0069014True121557916JavaScript
11154https://github.com/linsalrob/partie0.0002572016-09-192022-10-232224.028369246NonePARTIE: a partition engine to separate metagen...Torres, Edwards, McNairhttps://github.com/linsalrob/partie...{'AGS Script': None, 'AMPL': None, 'ANTLR': No...2016-09-19 17:45:30+00:002023-02-25 21:59:03+00:00257411False32264Perl
11155https://github.com/louzounlab/CountingIsAlmost...0.0115582022-06-152022-11-04141.0367413952023-01-20Counting is almost all you need.Akerman, Isakov, Levi, Psevkin, Louzounhttps://github.com/louzounlab/CountingIsAlmost......{'AGS Script': None, 'AMPL': None, 'ANTLR': No...2022-08-08 10:09:39+00:002022-11-04 15:00:17+00:00867622False118683Python
11156https://github.com/sysbio-polito/NWN_CElegans_...0.0029242021-02-122021-10-06235.0347650902021-10-09Nets-within-nets for modeling emergent pattern...Bardini, Benso, Politano, Di Carlohttps://github.com/sysbio-polito/NWN_CElegans_......{'AGS Script': None, 'AMPL': None, 'ANTLR': No...2021-02-12 12:41:36+00:002021-10-06 07:47:40+00:002755061False65375Java
11157https://github.com/lennylv/DGCddG0.0143862021-09-262024-06-12990.0370183012023-06-05DGCddG: Deep Graph Convolution for Predicting ...Jiang, Quan, Li, Li, Zhou, Wu, Lyuhttps://github.com/lennylv/DGCddG...{'AGS Script': None, 'AMPL': None, 'ANTLR': No...2021-09-26 07:58:04+00:002024-06-12 13:12:07+00:008046743False207621Python
\n", "

11158 rows × 33 columns

\n", "
" ], "text/plain": [ " Repository URL \\\n", "0 https://github.com/BUStools/BUSZ-format \n", "1 https://github.com/pmelsted/BUSZ_paper \n", "2 https://github.com/WormBase/scdefg \n", "3 https://github.com/ekg/guix-genomics \n", "4 https://github.com/ekg/seqwish \n", "... ... \n", "11153 https://github.com/maxplanck-ie/parkour \n", "11154 https://github.com/linsalrob/partie \n", "11155 https://github.com/louzounlab/CountingIsAlmost... \n", "11156 https://github.com/sysbio-polito/NWN_CElegans_... \n", "11157 https://github.com/lennylv/DGCddG \n", "\n", " Normalized Total Entropy Date of First Commit Date of Last Commit \\\n", "0 0.000000 2022-11-08 2022-11-18 \n", "1 0.178897 2023-03-27 2023-03-28 \n", "2 0.153966 2021-01-29 2022-02-02 \n", "3 0.176469 2020-01-06 2024-01-22 \n", "4 0.027122 2018-06-11 2023-12-09 \n", "... ... ... ... \n", "11153 0.000449 2016-05-23 2022-08-24 \n", "11154 0.000257 2016-09-19 2022-10-23 \n", "11155 0.011558 2022-06-15 2022-11-04 \n", "11156 0.002924 2021-02-12 2021-10-06 \n", "11157 0.014386 2021-09-26 2024-06-12 \n", "\n", " Time of Existence (days) PMID article_date \\\n", "0 10.0 37129540 None \n", "1 1.0 37129540 None \n", "2 368.0 35814290 2022-03-28 \n", "3 1476.0 36448683 None \n", "4 2007.0 36448683 None \n", "... ... ... ... \n", "11153 2284.0 30239601 None \n", "11154 2224.0 28369246 None \n", "11155 141.0 36741395 2023-01-20 \n", "11156 235.0 34765090 2021-10-09 \n", "11157 990.0 37018301 2023-06-05 \n", "\n", " title \\\n", "0 BUSZ: compressed BUS files. \n", "1 BUSZ: compressed BUS files. \n", "2 WormBase single-cell tools. \n", "3 Unbiased pangenome graphs. \n", "4 Unbiased pangenome graphs. \n", "... ... \n", "11153 Parkour LIMS: high-quality sample preparation ... \n", "11154 PARTIE: a partition engine to separate metagen... \n", "11155 Counting is almost all you need. \n", "11156 Nets-within-nets for modeling emergent pattern... \n", "11157 DGCddG: Deep Graph Convolution for Predicting ... \n", "\n", " authors \\\n", "0 Einarsson, Melsted \n", "1 Einarsson, Melsted \n", "2 da Veiga Beltrame, Arnaboldi, Sternberg \n", "3 Garrison, Guarracino \n", "4 Garrison, Guarracino \n", "... ... \n", "11153 Anatskiy, Ryan, Grüning, Arrigoni, Manke, Bönisch \n", "11154 Torres, Edwards, McNair \n", "11155 Akerman, Isakov, Levi, Psevkin, Louzoun \n", "11156 Bardini, Benso, Politano, Di Carlo \n", "11157 Jiang, Quan, Li, Li, Zhou, Wu, Lyu \n", "\n", " github_link ... \\\n", "0 https://github.com/BUStools/BUSZ-format ... \n", "1 https://github.com/pmelsted/BUSZ_paper ... \n", "2 https://github.com/WormBase/scdefg ... \n", "3 https://github.com/ekg/guix-genomics ... \n", "4 https://github.com/ekg/seqwish ... \n", "... ... ... \n", "11153 https://github.com/maxplanck-ie/parkour ... \n", "11154 https://github.com/linsalrob/partie ... \n", "11155 https://github.com/louzounlab/CountingIsAlmost... ... \n", "11156 https://github.com/sysbio-polito/NWN_CElegans_... ... \n", "11157 https://github.com/lennylv/DGCddG ... \n", "\n", " GitHub Detected Languages \\\n", "0 {'AGS Script': None, 'AMPL': None, 'ANTLR': No... \n", "1 {'AGS Script': None, 'AMPL': None, 'ANTLR': No... \n", "2 {'AGS Script': None, 'AMPL': None, 'ANTLR': No... \n", "3 {'AGS Script': None, 'AMPL': None, 'ANTLR': No... \n", "4 {'AGS Script': None, 'AMPL': None, 'ANTLR': No... \n", "... ... \n", "11153 {'AGS Script': None, 'AMPL': None, 'ANTLR': No... \n", "11154 {'AGS Script': None, 'AMPL': None, 'ANTLR': No... \n", "11155 {'AGS Script': None, 'AMPL': None, 'ANTLR': No... \n", "11156 {'AGS Script': None, 'AMPL': None, 'ANTLR': No... \n", "11157 {'AGS Script': None, 'AMPL': None, 'ANTLR': No... \n", "\n", " Date Created Date Most Recent Commit \\\n", "0 2022-11-08 14:44:25+00:00 2022-11-18 15:22:39+00:00 \n", "1 2023-03-27 13:37:38+00:00 2023-03-28 21:04:19+00:00 \n", "2 2021-02-24 03:39:24+00:00 2022-09-04 00:33:47+00:00 \n", "3 2020-01-06 21:03:53+00:00 2024-01-22 17:24:15+00:00 \n", "4 2018-06-11 15:31:26+00:00 2024-04-07 20:25:49+00:00 \n", "... ... ... \n", "11153 2016-05-23 09:18:45+00:00 2022-08-24 16:08:54+00:00 \n", "11154 2016-09-19 17:45:30+00:00 2023-02-25 21:59:03+00:00 \n", "11155 2022-08-08 10:09:39+00:00 2022-11-04 15:00:17+00:00 \n", "11156 2021-02-12 12:41:36+00:00 2021-10-06 07:47:40+00:00 \n", "11157 2021-09-26 07:58:04+00:00 2024-06-12 13:12:07+00:00 \n", "\n", " Duration Created to Most Recent Commit Duration Created to Now \\\n", "0 \n", "1 \n", "2 \n", "3 \n", "4 \n", "... ... ... \n", "11153 \n", "11154 \n", "11155 \n", "11156 \n", "11157 \n", "\n", " Duration Most Recent Commit to Now Repository Size (KB) \\\n", "0 5 \n", "1 78 \n", "2 136 \n", "3 261 \n", "4 883 \n", "... ... ... \n", "11153 69014 \n", "11154 257411 \n", "11155 867622 \n", "11156 2755061 \n", "11157 8046743 \n", "\n", " GitHub Repo Archived total lines of GitHub detected code \\\n", "0 False 0 \n", "1 False 13927 \n", "2 False 37039 \n", "3 False 68889 \n", "4 False 179753 \n", "... ... ... \n", "11153 True 121557916 \n", "11154 False 32264 \n", "11155 False 118683 \n", "11156 False 65375 \n", "11157 False 207621 \n", "\n", " Primary language \n", "0 None \n", "1 Python \n", "2 Python \n", "3 Scheme \n", "4 C++ \n", "... ... \n", "11153 JavaScript \n", "11154 Perl \n", "11155 Python \n", "11156 Java \n", "11157 Python \n", "\n", "[11158 rows x 33 columns]" ] }, "execution_count": 19, "metadata": {}, "output_type": "execute_result" } ], "source": [ "import numpy as np\n", "import pandas as pd\n", "import plotly.express as px\n", "import plotly.io as pio\n", "\n", "# set plotly default theme\n", "pio.templates.default = \"plotly_white\"\n", "\n", "# read example data which includes pubmed github links detected from article abstracts\n", "df = pd.merge(\n", " left=pd.read_parquet(\"repository_analysis_results\"),\n", " right=pd.read_parquet(\n", " \"gather-pubmed-repos/pubmed_github_links_with_github_data.parquet\"\n", " ),\n", " left_on=\"Repository URL\",\n", " right_on=\"github_link\",\n", ")\n", "df" ] }, { "cell_type": "markdown", "id": "ea19a71b-c0d6-40c8-8b43-c62d3a142f0d", "metadata": {}, "source": [ "## What languages are used within PubMed article repositories?\n", "\n", "The following section observes the top 10 languages which are used in repositories from the dataset.\n", "Primary language is determined as the language which has the most lines of code within a repository." ] }, { "cell_type": "code", "execution_count": 16, "id": "0f69a681-d60d-45f7-b76d-f57ce3cfdf01", "metadata": {}, "outputs": [ { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "alignmentgroup": "True", "hovertemplate": "Count=%{text}
Primary language=%{y}", "legendgroup": "", "marker": { "color": "#636efa", "pattern": { "shape": "" } }, "name": "", "offsetgroup": "", "orientation": "h", "showlegend": false, "text": [ 202, 203, 312, 312, 323, 457, 777, 913, 1340, 5182 ], "textposition": "auto", "type": "bar", "x": [ 202, 203, 312, 312, 323, 457, 777, 913, 1340, 5182 ], "xaxis": "x", "y": [ "JavaScript", "Perl", "C", "Java", "HTML", "MATLAB", "Jupyter Notebook", "C++", "R", "Python" ], "yaxis": "y" } ], "layout": { "barmode": "relative", "height": 400, "legend": { "tracegroupgap": 0 }, "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "white", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "white", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "fillpattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "white", "showlakes": true, "showland": true, "subunitcolor": "#C8D4E3" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "white", "polar": { "angularaxis": { "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "ticks": "" }, "bgcolor": "white", "radialaxis": { "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "white", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "showbackground": true, "ticks": "", "zerolinecolor": "#EBF0F8" }, "yaxis": { "backgroundcolor": "white", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "showbackground": true, "ticks": "", "zerolinecolor": "#EBF0F8" }, "zaxis": { "backgroundcolor": "white", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "showbackground": true, "ticks": "", "zerolinecolor": "#EBF0F8" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6", "ticks": "" }, "baxis": { "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6", "ticks": "" }, "bgcolor": "white", "caxis": { "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 } } }, "title": { "text": "Primary language count across all repositories" }, "width": 700, "xaxis": { "anchor": "y", "autorange": true, "domain": [ 0, 1 ], "range": [ 0, 5454.736842105263 ], "title": { "text": "Count" }, "type": "linear" }, "yaxis": { "anchor": "x", "autorange": true, "domain": [ 0, 1 ], "range": [ -0.5, 9.5 ], "title": { "text": "Primary language" }, "type": "category" } } }, "image/png": "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", "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "language_grouped_data = (\n", " df.groupby([\"Primary language\"]).size().reset_index(name=\"Count\")\n", ")\n", "\n", "# Create a horizontal bar chart\n", "fig_languages = px.bar(\n", " language_grouped_data.sort_values(by=\"Count\")[-10:],\n", " y=\"Primary language\",\n", " x=\"Count\",\n", " text=\"Count\",\n", " orientation=\"h\",\n", " width=700,\n", " height=400,\n", " title=\"Primary language count across all repositories\",\n", ")\n", "\n", "fig_languages.show()" ] }, { "cell_type": "markdown", "id": "8e918552-73db-462e-a66d-63615e096bae", "metadata": {}, "source": [ "## How is software entropy different across primary languages?\n", "\n", "The following section explores how software entropy manifests differently across different primary languages for repositories." ] }, { "cell_type": "code", "execution_count": 3, "id": "aac5ceb6-4524-42c2-bdcc-35ab1f727ca8", "metadata": {}, "outputs": [ { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "customdata": [ [ "https://github.com/pmelsted/BUSZ_paper" ], [ "https://github.com/WormBase/scdefg" ], [ "https://github.com/crazylyf/neuronet" ], [ "https://github.com/GGchen1997/STEPS_Bioinformatics" ], [ "https://github.com/sg-wbi/belb" ], [ "https://github.com/theislab/anndata" ], [ "https://github.com/tlawrence3/tSFM" ], [ "https://github.com/smirarab/pasta" ], [ "https://github.com/TracyRage/muddy_mine" ], [ "https://github.com/kodicollins/pasta" ], [ "https://github.com/Pranavkhade/PACKMAN" ], [ "https://github.com/Pranavkhade/PACKMAN" ], [ "https://github.com/Pranavkhade/PACKMAN" ], [ "https://github.com/Pranavkhade/PACKMAN" ], [ "https://github.com/LooseLab/minotourcli" ], [ "https://github.com/LooseLab/minotour-docker" ], [ "https://github.com/sg-wbi/belb-exp" ], [ "https://github.com/samocooper/nuclitrack" ], [ "https://github.com/zhanxw/Isoplexis_Data_Analysis" ], [ "https://github.com/zhanxw/Isoplexis_Data_Analysis" ], [ "https://github.com/zhanxw/Isoplexis_Data_Analysis" ], [ "https://github.com/zhanxw/Isoplexis_Data_Analysis" ], [ "https://github.com/lingengfoo/GradMDM" ], [ "https://github.com/MBaysanLab/cosap" ], [ "https://github.com/zw2x/glinter" ], [ "https://github.com/MBaysanLab/cosap-webapi" ], [ "https://github.com/YuSugihara/QTL-seq" ], [ "https://github.com/theislab/Scanpy" ], [ "https://github.com/mdbloice/Augmentor" ], [ "https://github.com/YuSugihara/MutMap" ], [ "https://github.com/HadrienG/InSilicoSeq" ], [ "https://github.com/sneuensc/mapache" ], [ "https://github.com/PhilippJunk/homelette" ], [ "https://github.com/gbouras13/plassembler_simulation_benchmarking" ], [ "https://github.com/fmfi-compbio/heron" ], [ "https://github.com/gbouras13/plassembler" ], [ "https://github.com/MolecularAI/Lib-INVENT-dataset" ], [ "https://github.com/yuh8/SEED" ], [ "https://github.com/burtonrj/CytoPy" ], [ "https://github.com/GreallyLab/gaiaAssociation" ], [ "https://github.com/kora-labs/chromax" ], [ "https://github.com/matsengrp/phip-viz" ], [ "https://github.com/matsengrp/phippery" ], [ "https://github.com/matsengrp/phip-flow" ], [ "https://github.com/langmead-lab/levioSAM-experiments" ], [ "https://github.com/liberjul/CONSTAXv2" ], [ "https://github.com/liberjul/CONSTAXv2_ms_code" ], [ "https://github.com/KVD-lab/puma" ], [ "https://github.com/ablab/viralVerify" ], [ "https://github.com/tyo-nu/MINE-Server" ], [ "https://github.com/ablab/viralComplete" ], [ "https://github.com/de-Boer-Lab/GIL" ], [ "https://github.com/DKMS/hapl-o-Mat_GUI" ], [ "https://github.com/tyo-nu/MINE-Database" ], [ "https://github.com/tyo-nu/MINE-Database" ], [ "https://github.com/tyo-nu/MINE-Database" ], [ "https://github.com/tyo-nu/MINE-Database" ], [ "https://github.com/deeptools/pyGenomeTracks" ], [ "https://github.com/wx19941204/Rotational-Convolution-for-downside-fisheye-images" ], [ "https://github.com/rribeiro-sci/pygomodo" ], [ "https://github.com/yfukai/laptrack" ], [ "https://github.com/galaxyproject/cloudauthz" ], [ "https://github.com/yuh8/SEEM" ], [ "https://github.com/ilyavs/exodus" ], [ "https://github.com/mgleeming/synthedia" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/schneebergerlab/plotsr" ], [ "https://github.com/ygidtu/trackplot" ], [ "https://github.com/redsnic/WGA-LP" ], [ "https://github.com/MolecularAI/aizynthfinder" ], [ "https://github.com/MolecularAI/aizynthfinder" ], [ "https://github.com/MolecularAI/aizynthfinder" ], [ "https://github.com/MolecularAI/aizynthfinder" ], [ "https://github.com/MolecularAI/route-distances" ], [ "https://github.com/NKI-CCB/cnr" ], [ "https://github.com/price0416/Simulome" ], [ "https://github.com/RuiSiHu/PaPhy-ML" ], [ "https://github.com/anasilviacs/rescore-metabolites" ], [ "https://github.com/neufeld/AXIOME3" ], [ "https://github.com/dermasugita/Viola-SV" ], [ "https://github.com/neufeld/AXIOME3-GUI" ], [ "https://github.com/super-resolution/Locan" ], [ "https://github.com/anasilviacs/sm-engine" ], [ "https://github.com/tvandervalk/AMBER" ], [ "https://github.com/uio-cels/genomicgraphcoords" ], [ "https://github.com/balabanmetin/misa" ], [ "https://github.com/pachterlab/kb_python" ], [ "https://github.com/OpenTreeOfLife/phylesystem" ], [ "https://github.com/OpenTreeOfLife/phylesystem-api" ], [ "https://github.com/veg/RASCL" ], [ "https://github.com/maxplanck-ie/snakepipes" ], [ "https://github.com/sylvainprigent/napari-tracks-reader" ], [ "https://github.com/NoneqPhysLivingMatterLab/laptrack-optimisation" ], [ "https://github.com/bcbi/genbank_holobiome" ], [ "https://github.com/owkin/PyDESeq2" ], [ "https://github.com/sylvainprigent/stracking" ], [ "https://github.com/sylvainprigent/napari-stracking" ], [ "https://github.com/Psy-Fer/SquiggleKit" ], [ "https://github.com/runsheng/primerdiffer" ], [ "https://github.com/runsheng/primervcf" ], [ "https://github.com/hanna-xu/U2Fusion" ], [ "https://github.com/lightaime/deep_gcns_torch" ], [ "https://github.com/bsantan/MGMLink" ], [ "https://github.com/LouisFaure/scFates" ], [ "https://github.com/Knowledge-Graph-Hub/kg-phenio" ], [ "https://github.com/uio-cels/offsetbasedgraph" ], [ "https://github.com/saezlab/decoupler-py" ], [ "https://github.com/KoslickiLab/L2-UniFrac" ], [ "https://github.com/KoslickiLab/L2-UniFrac" ], [ "https://github.com/KoslickiLab/L2-UniFrac" ], [ "https://github.com/KoslickiLab/L2-UniFrac" ], [ "https://github.com/KoslickiLab/L2-UniFrac-Paper" ], [ "https://github.com/lightaime/deep_gcns" ], [ "https://github.com/GGFHF/NGShelper" ], [ "https://github.com/IsanaVekslerLublinsky/OffRisk" ], [ "https://github.com/SenseTime-Knowledge-Mining/BridgeDPI" ], [ "https://github.com/GGFHF/NGScloud2" ], [ "https://github.com/masashitsubaki/CPI_prediction" ], [ "https://github.com/uio-bmi/compairr-benchmarking" ], [ "https://github.com/Lswhiteh/PhyloMatcher" ], [ "https://github.com/Lswhiteh/PhyloMatcher" ], [ "https://github.com/Lswhiteh/PhyloMatcher" ], [ "https://github.com/Lswhiteh/PhyloMatcher" ], [ "https://github.com/geomagical/GeoSynth" ], [ "https://github.com/IsanaVekslerLublinsky/OffRisk-ui" ], [ "https://github.com/grisslab/grein_loader" ], [ "https://github.com/PatrickPenner/lefqm" ], [ "https://github.com/PatrickPenner/lefshift" ], [ "https://github.com/dxmarkets/savoir" ], [ "https://github.com/sandialabs/idash2018task1" ], [ "https://github.com/KyleFerchen/pyInfinityFlow" ], [ "https://github.com/NRGLab/Surfaces" ], [ "https://github.com/BorgwardtLab/batchCorrectionPublicData" ], [ "https://github.com/cov-lineages/scorpio" ], [ "https://github.com/cov-lineages/constellations" ], [ "https://github.com/alanwilter/acpype" ], [ "https://github.com/vaquerizaslab/tadtool" ], [ "https://github.com/ATPs/PrecisionProDB" ], [ "https://github.com/sbmlteam/moccasin" ], [ "https://github.com/caravagnalab/congas" ], [ "https://github.com/shahnidhi/TIPP_reference_package" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/DominikBuchner/apscale" ], [ "https://github.com/LANL-Bioinformatics/assay_validation" ], [ "https://github.com/JLSteenwyk/orthofisher" ], [ "https://github.com/basf/riboCleaner" ], [ "https://github.com/ncats/RaMP-Backend" ], [ "https://github.com/TillMacher/apscale_gui" ], [ "https://github.com/Maple177/syntax-enhanced-RE" ], [ "https://github.com/Tagliacollo/PFinderUCE-SWSC-EN" ], [ "https://github.com/dacuevas/PMAnalyzer" ], [ "https://github.com/datax-lab/Hi-LASSO" ], [ "https://github.com/LudvigEk/aligater" ], [ "https://github.com/utraf-pasteur-institute/Cellwalker-blender" ], [ "https://github.com/Gu-Lab-RBL-NCI/QuagmiR" ], [ "https://github.com/YasCoMa/predprin" ], [ "https://github.com/YasCoMa/predprin" ], [ "https://github.com/YasCoMa/predprin" ], [ "https://github.com/YasCoMa/predprin" ], [ "https://github.com/YasCoMa/ppintegrator" ], [ "https://github.com/LemonJust/napari-vodex" ], [ "https://github.com/LemonJust/napari-vodex" ], [ "https://github.com/LemonJust/napari-vodex" ], [ "https://github.com/LemonJust/napari-vodex" ], [ "https://github.com/xin-huang/dadi-cli" ], [ "https://github.com/LemonJust/napari-vodex" ], [ "https://github.com/LemonJust/napari-vodex" ], [ "https://github.com/LemonJust/napari-vodex" ], [ "https://github.com/LemonJust/napari-vodex" ], [ "https://github.com/LemonJust/vodex" ], [ "https://github.com/LemonJust/vodex" ], [ "https://github.com/LemonJust/vodex" ], [ "https://github.com/LemonJust/vodex" ], [ "https://github.com/LemonJust/vodex" ], [ "https://github.com/LemonJust/vodex" ], [ "https://github.com/LemonJust/vodex" ], [ "https://github.com/LemonJust/vodex" ], [ "https://github.com/aitgon/vtam" ], [ "https://github.com/MolecularAI/Icolos" ], [ "https://github.com/holehouse-lab/shephard" ], [ "https://github.com/shayesteh99/TCMM" ], [ "https://github.com/SmartDataAnalytics/PyKEEN" ], [ "https://github.com/sahahn/BPt" ], [ "https://github.com/google/deepvariant" ], [ "https://github.com/JaneJiayiDong/scPreGAN" ], [ "https://github.com/JaneJiayiDong/scPreGAN-reproducibility" ], [ "https://github.com/jhu99/scbean" ], [ "https://github.com/jhu99/scbean" ], [ "https://github.com/jhu99/scbean" ], [ "https://github.com/jhu99/scbean" ], [ "https://github.com/jhu99/davae_paper" ], [ "https://github.com/ncjllld/byase" ], [ "https://github.com/ncjllld/byase_gui" ], [ "https://github.com/RUBi-ZA/MD-TASK" ], [ "https://github.com/RUBi-ZA/MD-TASK" ], [ "https://github.com/RUBi-ZA/MD-TASK" ], [ "https://github.com/RUBi-ZA/MD-TASK" ], [ "https://github.com/Center-for-Health-Data-Science/dgd" ], [ "https://github.com/wtsi-team144/peakplotter" ], [ "https://github.com/signaturescience/vcferr" ], [ "https://github.com/shwoo93/video_decaptioning" ], [ "https://github.com/mcahny/Deep-Video-Inpainting" ], [ "https://github.com/cjneely10/MetaSanity" ], [ "https://github.com/gurkirt/3D-RetinaNet" ], [ "https://github.com/HerveEmissah/nmo-bibliometric-analysis" ], [ "https://github.com/fredhutch/pgmap_pipeline" ], [ "https://github.com/ridgelab/JustOrthologs" ], [ "https://github.com/lsbnb/amp_gan" ], [ "https://github.com/leopold-weidner/DBDIpy" ], [ "https://github.com/okadalabipr/text2model-from-knowledge" ], [ "https://github.com/ChristopherWilks/snaptron" ], [ "https://github.com/ChristopherWilks/snaptron-experiments" ], [ "https://github.com/ucsd-ccbb/VAPr" ], [ "https://github.com/Jong-hun-Park/trviz" ], [ "https://github.com/biomass-dev/biomass" ], [ "https://github.com/steinrue/diplo_locus" ], [ "https://github.com/nblt/DLDR" ], [ "https://github.com/kris-nader/sc-type-py" ], [ "https://github.com/UoMMIB/PeakMLViewerPy" ], [ "https://github.com/ibivu/PRALINE" ], [ "https://github.com/DessimozLab/pyHam" ], [ "https://github.com/PMCC-BioinformaticsCore/janis" ], [ "https://github.com/zmmzGitHub/MTL-BC-LBC-BioNER" ], [ "https://github.com/phenomecentre/nPYc-Toolbox" ], [ "https://github.com/cambridgeltl/MTL-Bioinformatics-2016" ], [ "https://github.com/KyoungYeulLee/3Cnet" ], [ "https://github.com/mjsull/chromatiblock" ], [ "https://github.com/cchauve/plasgraph2" ], [ "https://github.com/godotgildor/Suns" ], [ "https://github.com/nickduran/align-linguistic-alignment" ], [ "https://github.com/radifar/pyplif" ], [ "https://github.com/radifar/PyPLIF-HIPPOS" ], [ "https://github.com/phe-bioinformatics/snapperdb" ], [ "https://github.com/YasCoMa/predprin" ], [ "https://github.com/YasCoMa/predprin" ], [ "https://github.com/YasCoMa/predprin" ], [ "https://github.com/YasCoMa/predprin" ], [ "https://github.com/Public-Health-Bioinformatics/kipper" ], [ "https://github.com/Public-Health-Bioinformatics/versioned_data" ], [ "https://github.com/fjuradorueda/MIME" ], [ "https://github.com/slimsuite/diploidocus" ], [ "https://github.com/slimsuite/depthsizer" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/bionetslab/robust_bias_aware" ], [ "https://github.com/galaxyproject/galaxy" ], [ "https://github.com/galaxyproject/galaxy" ], [ "https://github.com/galaxyproject/galaxy" ], [ "https://github.com/galaxyproject/galaxy" ], [ "https://github.com/Tagliacollo/PartitionUCE" ], [ "https://github.com/gbnegrini/mirdb-custom-target-search" ], [ "https://github.com/Chaowu88/freeflux" ], [ "https://github.com/Luigi-Ferraro/MOViDA" ], [ "https://github.com/vis-opt-group/BDA" ], [ "https://github.com/chenxiptz/SR_microvessel_velocimetry" ], [ "https://github.com/zhangxin11111/NPI-DCGNN" ], [ "https://github.com/ahmed-elliethy/nnt" ], [ "https://github.com/MIDA-group/MultiRegEval" ], [ "https://github.com/YJPai65/MVF-SleepNet" ], [ "https://github.com/Zafar-Lab/Margaret" ], [ "https://github.com/LanLab/ShigEiFinder" ], [ "https://github.com/gamcil/synthaser" ], [ "https://github.com/katholt/kaptive" ], [ "https://github.com/stmutasa/MetUS" ], [ "https://github.com/unisb-bioinf/MERIDA" ], [ "https://github.com/mvasinek/olgen-om-error-prediction" ], [ "https://github.com/cumbof/honto" ], [ "https://github.com/eMetaboHUB/Forum-DiseasesChem" ], [ "https://github.com/ibe-uw/tiara" ], [ "https://github.com/CostaLab/reg-gen" ], [ "https://github.com/hyhRise/P-SSN" ], [ "https://github.com/IEDB/PEPMatch" ], [ "https://github.com/NKI-CCB/PRECISE" ], [ "https://github.com/elbasir/DeepCrystal" ], [ "https://github.com/cguyeux/CRISPRbuilder-TB" ], [ "https://github.com/userbz/DeMix-Q" ], [ "https://github.com/boboppie/RSSS" ], [ "https://github.com/cimm-kzn/CIMtools" ], [ "https://github.com/WangLabTHU/combmotif" ], [ "https://github.com/chemle/emle-engine" ], [ "https://github.com/SmithLabMCW/icekat" ], [ "https://github.com/jluzhangxinrubio/PseU-ST" ], [ "https://github.com/gjeunen/reference_database_creator" ], [ "https://github.com/manasvupadhyay/erc-gamma-3D-DCNN" ], [ "https://github.com/dstallmann/transfer_learning_twinvae" ], [ "https://github.com/zenanz/ChemTables" ], [ "https://github.com/WaqarHusain/sAMP-PFPDeep" ], [ "https://github.com/YameiDeng/BAANet" ], [ "https://github.com/FelixMoelder/ting" ], [ "https://github.com/BauerLab/GOANA" ], [ "https://github.com/cmzuo11/DCCA" ], [ "https://github.com/nrdg/fracridge" ], [ "https://github.com/mutwil/LSTrAP-Lite" ], [ "https://github.com/MW55/Natrix" ], [ "https://github.com/weberlab-hhu/Helixer" ], [ "https://github.com/BolognaBiocomp/deepmito" ], [ "https://github.com/yollct/spycone" ], [ "https://github.com/bioinfo-ut/PhenotypeSeeker" ], [ "https://github.com/theislab/scgen" ], [ "https://github.com/hillerlab/CESAR" ], [ "https://github.com/labstructbioinf/rossmann-toolbox" ], [ "https://github.com/baillielab/maic" ], [ "https://github.com/HUBioDataLab/Domain2GO" ], [ "https://github.com/baillielab/comparison_of_RA_methods" ], [ "https://github.com/Shen-Lab/ncVarPred-1D3D" ], [ "https://github.com/CBIIT-CGBB/3DVizSNP" ], [ "https://github.com/wajidarshad/ESIDE" ], [ "https://github.com/ptriska/WavesDash" ], [ "https://github.com/BolognaBiocomp/coconat" ], [ "https://github.com/brainiak/rt-cloud" ], [ "https://github.com/VictorCSheng/VSID-Net" ], [ "https://github.com/drazen-petrov/SMArt" ], [ "https://github.com/divelab/MoleculeX" ], [ "https://github.com/psipred/s4pred" ], [ "https://github.com/compomics/pout2prot" ], [ "http://github.com/BiancaStoecker/cpinsim" ], [ "https://github.com/hughests/decon1d" ], [ "https://github.com/taowang11/MultiCBlo" ], [ "https://github.com/3331822w/Signal2signal" ], [ "https://github.com/OpenFreeEnergy/kartograf" ], [ "https://github.com/DarinaOsamu/predictors-of-cysteine-reactivity-changes" ], [ "https://github.com/2003100127/tmkit" ], [ "https://github.com/zhangtaolab/CRISPRMatch" ], [ "https://github.com/quinlanW/PLA-GNN" ], [ "https://github.com/nlpie-research/Compact-Biomedical-Transformers" ], [ "https://github.com/sugyun/DCGS" ], [ "https://github.com/osita-sunday-nnyigide/Pras_Server" ], [ "https://github.com/jodyphelan/tb-ml" ], [ "https://github.com/AlexandrovLab/SigProfilerClusters" ], [ "https://github.com/LHRI-Bioinformatics/QuasiSeq" ], [ "https://github.com/dunhamlab/PacRAT" ], [ "https://github.com/DorotaHojaLukowicz/GenExpA" ], [ "https://github.com/Merck/BioPhi" ], [ "https://github.com/Cardio-AI/suture-detection-pytorch" ], [ "https://github.com/biofold/ThermoScan" ], [ "https://github.com/Haifengtao/AUCseg" ], [ "https://github.com/qkirikigaku/MS_LDA" ], [ "https://github.com/Biobix/mQC" ], [ "https://github.com/MaoYafei/TREEasy" ], [ "https://github.com/cyinbox/PPI" ], [ "https://github.com/MIC-DKFZ/TractSeg" ], [ "https://github.com/megahr/lexicon" ], [ "https://github.com/UdeS-CoBIUS/SimSpliceEvol" ], [ "https://github.com/UdeS-CoBIUS/SimSpliceEvol" ], [ "https://github.com/UdeS-CoBIUS/SimSpliceEvol" ], [ "https://github.com/UdeS-CoBIUS/SimSpliceEvol" ], [ "https://github.com/cartercheong/AcPEP_classification" ], [ "https://github.com/genskeu/HON" ], [ "https://github.com/EESI/seq2att" ], [ "https://github.com/Systems-Theory-in-Systems-Biology/BayModTS" ], [ "https://github.com/labstructbioinf/PiPred" ], [ "https://github.com/graham1034/Smith2012_insulin_signalling" ], [ "https://github.com/tSchlegl/f-AnoGAN" ], [ "https://github.com/gifford-lab/seqgra" ], [ "https://github.com/JLSteenwyk/BioKIT" ], [ "https://github.com/labbit-eu/transport_tools" ], [ "https://github.com/Dootmaan/ICMIL" ], [ "https://github.com/icezhangGG/AGAD" ], [ "https://github.com/ljaiverson/pgfed" ], [ "https://github.com/zhanhz/KRF" ], [ "https://github.com/Cheng0829/TransFOL" ], [ "https://github.com/hujiecpp/ISTR" ], [ "https://github.com/ohuelab/SpatialPPI" ], [ "https://github.com/FriedbergLab/GOThresher" ], [ "https://github.com/wangsen99/CSFwinformer" ], [ "https://github.com/FOI-Bioinformatics/nanometa_live" ], [ "https://github.com/HUANGLIZI/ScribFormer" ], [ "https://github.com/ZAX130/RDP" ], [ "https://github.com/yeliudev/CATNet" ], [ "https://github.com/cviviers/YOLOv5-6D-Pose" ], [ "https://github.com/markuswenzel/xai-proteins" ], [ "https://github.com/HUST-IDSM-AI/HHCH" ], [ "https://github.com/hust-linyi/bonus" ], [ "https://github.com/JimZAI/MODE-OOD" ], [ "https://github.com/ncod3/vprimer" ], [ "https://github.com/Sammccarthypotter/ExRec" ], [ "https://github.com/GeoVectorMatrix/Dif-Fusion" ], [ "https://github.com/yansen0508/Mental-Deep-Reverse-Engineering" ], [ "https://github.com/PRIS-CV/Sketch-SF" ], [ "https://github.com/wangyuxin87/PERT" ], [ "https://github.com/soumyadip1997/qepsilon" ], [ "https://github.com/manman1995/pan-sharpening-Team-zhouman" ], [ "https://github.com/scharch/SONAR" ], [ "https://github.com/SWT-1014/BAANet" ], [ "https://github.com/BISCodeRepo/DbyDeep" ], [ "https://github.com/WandrilleD/pyKleeBarcode" ], [ "https://github.com/CGuangyan-BIT/DIT" ], [ "https://github.com/DCBIA-OrthoLab/ShapeAXI" ], [ "https://github.com/elolab/VarSCAT" ], [ "https://github.com/lin-lcx/HGCN" ], [ "https://github.com/Blcony/SDHNet" ], [ "https://github.com/ZhifangDeng/MISSFormer" ], [ "https://github.com/wangn123/MISSU" ], [ "https://github.com/zamboni-lab/RALPS" ], [ "https://github.com/kordk/torch-ecpg" ], [ "https://github.com/kordk/torch-ecpg" ], [ "https://github.com/kordk/torch-ecpg" ], [ "https://github.com/kordk/torch-ecpg" ], [ "https://github.com/nowander/WaveNet" ], [ "https://github.com/LiangYu-Xidian/MGP-DR" ], [ "https://github.com/minotm/NTA" ], [ "https://github.com/JuvenileInWind/FARNet" ], [ "https://github.com/taozh2017/FAPNet" ], [ "https://github.com/genemine/GSI" ], [ "https://github.com/lhy0322/SENet" ], [ "https://github.com/wl-zhao/VideoABC" ], [ "https://github.com/blackfeather-wang/GFNet-Pytorch" ], [ "https://github.com/vicruiser/3Dmapper" ], [ "https://github.com/ebattistella/auto_machine_learning" ], [ "https://github.com/KoslickiLab/YACHT" ], [ "https://github.com/KoslickiLab/YACHT" ], [ "https://github.com/KoslickiLab/YACHT" ], [ "https://github.com/KoslickiLab/YACHT" ], [ "https://github.com/zhuangcheng31/MLG_Face" ], [ "https://github.com/kongzhecn/dfdm" ], [ "https://github.com/LeoM93/BiologicalRandomWalks" ], [ "https://github.com/nikhilroxtomar/FANet" ], [ "https://github.com/Cai631/PMDN" ], [ "https://github.com/microsoft/Bringing-Old-Photos-Back-to-Life" ], [ "https://github.com/CSUBioGroup/EP-EDL" ], [ "https://github.com/Candyperfect/Master" ], [ "https://github.com/Transipedia/dekupl-lung-cancer-inter-cohort" ], [ "https://github.com/tim-learn/SHOT-plus" ], [ "https://github.com/mdelcorvo/TOSCA" ], [ "https://github.com/johnlamb/pyconsfold" ], [ "https://github.com/PRIS-CV/AdvancedDropout" ], [ "https://github.com/WYu-Feng/pc-gain" ], [ "https://github.com/sinc-lab/anc2vec" ], [ "https://github.com/HUBioDataLab/ASCARIS" ], [ "https://github.com/sunyi123/cdr" ], [ "https://github.com/ai-biology/dcnn-gap-filling" ], [ "https://github.com/kuijiang0802/PCNet" ], [ "https://github.com/AlexKnyshov/alibaseq" ], [ "https://github.com/laura-wang/video_repres_sts" ], [ "https://github.com/IRMVLab/HALFlow" ], [ "https://github.com/akaxlh/MBRec" ], [ "https://github.com/Raze97/Telegram-Survey-Bot" ], [ "https://github.com/nrohani/MolecularSubtypes" ], [ "https://github.com/dingkeyan93/DISTS" ], [ "https://github.com/tyjo/luminate" ], [ "https://github.com/CunmeiJi/AEMDA" ], [ "https://github.com/zcwang0702/BiFusion" ], [ "https://github.com/EMI-Group/RelativeNAS" ], [ "https://github.com/tsmotlp/DRGAN-OCT" ], [ "https://github.com/ccdmb/catastrophy" ], [ "https://github.com/LifanLiang/EM_BMF" ], [ "https://github.com/Majid1292/SVFS" ], [ "https://github.com/TBradley27/FilTar" ], [ "https://github.com/tzok/eltetrado" ], [ "https://github.com/tzok/eltetrado" ], [ "https://github.com/tzok/eltetrado" ], [ "https://github.com/tzok/eltetrado" ], [ "https://github.com/niewenjuan-csu/TSNAPred" ], [ "https://github.com/bio-coding/AntiVPP" ], [ "https://github.com/ridgelab/ExtRamp" ], [ "https://github.com/BaselAbujamous/clust" ], [ "https://github.com/aatapa/RLScore" ], [ "https://github.com/jingjin25/LFASR-FS-GAF" ], [ "https://github.com/bvalot/panISa" ], [ "https://github.com/BenLangmead/bowtie-scaling" ], [ "https://github.com/gdiminin/HaSAPPy" ], [ "https://github.com/anitalu724/MutScape" ], [ "https://github.com/wimverleyen/AggregateGeneFunctionPrediction" ], [ "https://github.com/csmiller/EMIRGE" ], [ "https://github.com/vasei/WAncILP" ], [ "https://github.com/HaonanPeng/active_syn_generator" ], [ "https://github.com/GRAPH-0/JODO" ], [ "https://github.com/compomics/ms2rescore" ], [ "https://github.com/wengsyx/VPTSL" ], [ "https://github.com/automl/learna_tools" ], [ "https://github.com/LiYu51/BG-Net" ], [ "https://github.com/dmitrymyl/BaRDIC" ], [ "https://github.com/binging512/MTCSNet" ], [ "https://github.com/AinkaranSanthi/A_Geometric_Perspective_For_Robust_Segmentation" ], [ "https://github.com/jdidion/atropos" ], [ "https://github.com/CNIC-Proteomics/iSanXoT" ], [ "https://github.com/batmanlab/MICCAI-2023-Route-interpret-repeat-CXRs" ], [ "https://github.com/yunfighting/Identification-of-Membrane-Protein-Types-via-deep-residual-hypergraph-neural-network" ], [ "https://github.com/SunnySideUp11/ICU-MH-20" ], [ "https://github.com/youth-tang/CDMENet-main" ], [ "https://github.com/lab206/CCF-BC" ], [ "https://github.com/mala-lab/AUGCL" ], [ "https://github.com/ithbjgit1/BMWGAN" ], [ "https://github.com/huankoh/CST-GL" ], [ "https://github.com/cynricfu/MECCH" ], [ "https://github.com/pcnproject/PyPCN" ], [ "https://github.com/hsiangyuzhao/RCPS" ], [ "https://github.com/wang-fujin/BattNN" ], [ "https://github.com/MsterDC/SPA2Net" ], [ "https://github.com/Sanofi-Public/IDD-papers-fragrl" ], [ "https://github.com/OrigamiSL/GBT" ], [ "https://github.com/tiggers23/TSCE-Domain-Adaptive-Zero-Shot-Learning" ], [ "https://github.com/Bhattacharya-Lab/EquiPNAS" ], [ "https://github.com/Bhattacharya-Lab/EquiPNAS" ], [ "https://github.com/Bhattacharya-Lab/EquiPNAS" ], [ "https://github.com/Bhattacharya-Lab/EquiPNAS" ], [ "https://github.com/ShizhenChang/Chg2Cap" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/lhc1224/HAG-Net" ], [ "https://github.com/Aitical/PCL-SISR" ], [ "https://github.com/wangkejie97/SFT-Net" ], [ "https://github.com/LWHYC/OneShot_WeaklySeg" ], [ "https://github.com/nchucvml/ADMM-SRNet" ], [ "https://github.com/BoyanZhou/STEMSim" ], [ "https://github.com/xjtushujun/CMW-Net" ], [ "https://github.com/PRIS-CV/RTMem" ], [ "https://github.com/Sunny6-6-6/ESRGAN-DP" ], [ "https://github.com/lol88/Meta-GAT" ], [ "https://github.com/cheetah003/HMMC" ], [ "https://github.com/jerysaw/M2CS" ], [ "https://github.com/arnabkmondal/sc-INDC" ], [ "https://github.com/royee182/DPL" ], [ "https://github.com/tfzhou/MG-HumanParsing" ], [ "https://github.com/wjcyt/SRDE" ], [ "https://github.com/oxpig/AbLang" ], [ "https://github.com/TrinaZ/TL-fpFilter" ], [ "https://github.com/Luffy03/DBFNet" ], [ "https://github.com/wiedersehne/cdilDNA" ], [ "https://github.com/LiShuTJ/NDNet" ], [ "https://github.com/Huerhu/iCancer-Pred" ], [ "https://github.com/EPFL-LCSB/SKiMpy" ], [ "https://github.com/ChaozhongLiu/scGREAT" ], [ "https://github.com/shenlab-genomics/magpie" ], [ "https://github.com/hoichanjung/AFM_Image_Denoising" ], [ "https://github.com/ha-lins/PGCL" ], [ "https://github.com/medvedevgroup/minimizer-jaccard-estimator" ], [ "https://github.com/Guanjinqu/Clover" ], [ "https://github.com/lnsmith54/BOSS" ], [ "https://github.com/mczhuge/ICON" ], [ "https://github.com/sys-bio/SBcoyote" ], [ "https://github.com/sys-bio/SBcoyote" ], [ "https://github.com/sys-bio/SBcoyote" ], [ "https://github.com/sys-bio/SBcoyote" ], [ "https://github.com/lauromoraes/CapsNet-promoter" ], [ "https://github.com/weiqianglg/evaluate-GNNs-under-graph-sampling" ], [ "https://github.com/Schizophreni/MSResNet-TRNR" ], [ "https://github.com/LuckyDC/generalizing-reid-improved" ], [ "https://github.com/MathLee/ACCoNet" ], [ "https://github.com/HibiscusYB/BAFFT" ], [ "https://github.com/GXYM/KPN" ], [ "https://github.com/ChenHuilong1223/CFVisual" ], [ "https://github.com/makinyilmaz/LHBDC" ], [ "https://github.com/Intelligent-Computing-Lab-Yale/BNTT-Batch-Normalization-Through-Time" ], [ "https://github.com/xiangwang1223/reinforced_causal_explainer" ], [ "https://github.com/perf-project/PeRF" ], [ "https://github.com/JialeCao001/HSD" ], [ "https://github.com/liangjiandeng/TDNet" ], [ "https://github.com/Gaius-Augustus/clamsa" ], [ "https://github.com/YuxiangZhang-BIT/IEEE_TNNLS_TSTnet" ], [ "https://github.com/frankvogt/vcf2gwas" ], [ "https://github.com/KohlbacherLab/CLAUDIO" ], [ "https://github.com/emadeldeen24/AttnSleep" ], [ "https://github.com/msprITU/TDIOT" ], [ "https://github.com/WangyiNTU/Point-supervised-crowd-detection" ], [ "https://github.com/grigorisg9gr/polynomial_nets" ], [ "https://github.com/fkong7/HeartDeformNets" ], [ "https://github.com/stefanofranzini/essHIC" ], [ "https://github.com/BlanchetteLab/RefHiC" ], [ "https://github.com/Yang-k955/CRISPR-HW" ], [ "https://github.com/xiaoyeye/GCNG" ], [ "https://github.com/MantangGuo/DRLF" ], [ "https://github.com/m-crown/SPEAR" ], [ "https://github.com/ccmbioinfo/MetaFusion" ], [ "https://github.com/HuiZeng/Grid-Anchor-based-Image-Cropping-Pytorch" ], [ "https://github.com/GCA-VH-lab/FlaGs" ], [ "https://github.com/AlgoLab/mp3treesim" ], [ "https://github.com/ShuhuaGao/sbcn_mmc" ], [ "https://github.com/yanboANU/Haplotype-phasing" ], [ "https://github.com/ToniWestbrook/repeatfs" ], [ "https://github.com/wanggrun/SYSU-30k" ], [ "https://github.com/Lambert-chen/SPGAN" ], [ "https://github.com/hzz0024/EasyParallel" ], [ "https://github.com/ahmedmagds/WhatsGNU" ], [ "https://github.com/kircherlab/hemoMIPs" ], [ "https://github.com/gao793583308/NNLDA" ], [ "https://github.com/CCQC/janus" ], [ "https://github.com/nmdp-bioinformatics/grimm" ], [ "https://github.com/MolecularAI/Reinvent" ], [ "https://github.com/dmis-lab/VAECox" ], [ "https://github.com/Vini2/GraphBin" ], [ "https://github.com/comprna/reorientexpress" ], [ "https://github.com/bonsai-team/matam" ], [ "https://github.com/jamesscottbrown/sbml-diff" ], [ "https://github.com/pgxcentre/genipe" ], [ "https://github.com/SHird/lociNGS" ], [ "https://github.com/UCSCNanopore/Data" ], [ "https://github.com/guopengf/ReconFormer" ], [ "https://github.com/Marco-Peg/GEP" ], [ "https://github.com/ZitZhengWang/KLSANet" ], [ "https://github.com/xjtushujun/MLR-SNet" ], [ "https://github.com/salzberg-lab/PSAURON" ], [ "https://github.com/dunni3/FlowMol" ], [ "https://github.com/fjcaoww/NeighborNet" ], [ "https://github.com/med-air/TOP-aSAH" ], [ "https://github.com/ocbe-uio/TrajPy" ], [ "https://github.com/tmllab/TAIDTM" ], [ "https://github.com/JsongZhang/CDOA-for-UMTD" ], [ "https://github.com/Tinysqua/UWAFA-GAN" ], [ "https://github.com/chunmeifeng/SANet" ], [ "https://github.com/Jiaxiao123/DRGCL" ], [ "https://github.com/ParkinsonLab/HiTaxon" ], [ "https://github.com/RichardMatzko/BioNexusSentinel" ], [ "https://github.com/yz-wang/UCL-Dehaze" ], [ "https://github.com/histocartography/multi-scale-feature-alignment" ], [ "https://github.com/M4cheal/MAAL" ], [ "https://github.com/optimization-for-data-driven-science/RIFLE" ], [ "https://github.com/wbshu/Crowd_Counting_in_the_Frequency_Domain" ], [ "https://github.com/VascoLopes/LCMNAS" ], [ "https://github.com/zhangchaobin001/VCNet" ], [ "https://github.com/isyangshu/DABNet" ], [ "https://github.com/MartinPernus/MaskFaceGAN" ], [ "https://github.com/hxfj/Facial-Landmark-based-BMI-Analysis" ], [ "https://github.com/PLuld0/PLuldl" ], [ "https://github.com/yourbikun/DEGNet" ], [ "https://github.com/raovish6/TABS" ], [ "https://github.com/hannaiiyanggit/UniCon" ], [ "https://github.com/USTC-IMCL/ENVC" ], [ "https://github.com/PangzeCheung/Dual-task-Pose-Transformer-Network" ], [ "https://github.com/molinerisLab/3plex" ], [ "https://github.com/mikugyf/PMIQD-SIS" ], [ "https://github.com/781458112/DWWA" ], [ "https://github.com/xiabc612/KaryoNet" ], [ "https://github.com/lmbxmu/DCFF" ], [ "https://github.com/biomg/WVDL" ], [ "https://github.com/IVIPLab/CTCNet" ], [ "https://github.com/YouyiSong/Data-Discernment" ], [ "https://github.com/GTaherzadeh/SPPPred" ], [ "https://github.com/RL4M/PCRLv2" ], [ "https://github.com/Scu-sen/Recursion-Cellular-Image-Classification-Challenge" ], [ "https://github.com/nabiafshan/DetectingMisannotatedLncRNAs" ], [ "https://github.com/youngnuaa/2DHeadPose" ], [ "https://github.com/Rob-murphys/ribdif" ], [ "https://github.com/lim74/LncDC" ], [ "https://github.com/Jiang-HB/ac_CDQ" ], [ "https://github.com/TangWen920812/mmmna-net" ], [ "https://github.com/friendflower94/binning-style" ], [ "https://github.com/ttaalle/fast_assen" ], [ "https://github.com/BobZwr/Cross-Reconstruction-Transformer" ], [ "https://github.com/chenchl19941118/Bi-STAT" ], [ "https://github.com/usnistgov/lantern" ], [ "https://github.com/csuhjhjhj/GCNCMI" ], [ "https://github.com/LoaloaF/DPre" ], [ "https://github.com/singlaayush/MINIT" ], [ "https://github.com/junjun-jiang/SSFIN" ], [ "https://github.com/Siat-F9/EMG-Tools" ], [ "https://github.com/weizequan/LGNet" ], [ "https://github.com/tagtag/MultiR" ], [ "https://github.com/dyxstat/HiCBin" ], [ "https://github.com/LeonHLJ/MMSD" ], [ "https://github.com/CVIU-CSU/Weakly-Supervised-Nuclei-Segmentation" ], [ "https://github.com/lasigeBioTM/K-BiOnt" ], [ "https://github.com/cpf0079/CSPT" ], [ "https://github.com/ZhangYajie-NJUST/sRLH" ], [ "https://github.com/BioSina/Panakeia" ], [ "https://github.com/PRIS-CV/DS-UI" ], [ "https://github.com/bm2-lab/DeepReac" ], [ "https://github.com/heartsh/consalifold" ], [ "https://github.com/ncbi/RepairSig" ], [ "https://github.com/molecule-one/megan" ], [ "https://github.com/Bioinformatics-Laboratory/project" ], [ "https://github.com/Lpiol/MultiVERSE" ], [ "https://github.com/mhaft/DeepVess" ], [ "https://github.com/MathLee/HAINet" ], [ "https://github.com/NicolaDM/phastSim" ], [ "https://github.com/stemylonas/DeepSurf" ], [ "https://github.com/univieCUBE/deepnog" ], [ "https://github.com/Roth-Lab/pyclone-vi" ], [ "https://github.com/AlgoLab/gpps" ], [ "https://github.com/chenxgscuec/CPESLDI" ], [ "https://github.com/ryanlayer/samplot" ], [ "https://github.com/smk5g5/MU-PseUDeep" ], [ "https://github.com/tfzhou/MATNet" ], [ "https://github.com/proteus1991/RawVSR" ], [ "https://github.com/kfattila/BoltzMatch" ], [ "https://github.com/timkucera/proteogan" ], [ "https://github.com/dluvizon/deephar" ], [ "https://github.com/celineeveraert/SPECS" ], [ "https://github.com/liugang1234567/Gang-neuron" ], [ "https://github.com/Peppags/CNN-SVR" ], [ "https://github.com/nclaes/CORAL" ], [ "https://github.com/1840210289/MobileNet-TSM" ], [ "https://github.com/jlianglab/Fixed-Point-GAN" ], [ "https://github.com/xubiaopeng/Protein_Recon_MCRiemman" ], [ "https://github.com/wojciech-galan/viruses_classifier" ], [ "https://github.com/dieterich-lab/circtools" ], [ "https://github.com/carinerey/caars" ], [ "https://github.com/QuKunLab/ATAC-pipe" ], [ "https://github.com/ncrnalab/agotron_detector" ], [ "https://github.com/molecularsets/moses" ], [ "https://github.com/NAL-i5K/GFF3toolkit" ], [ "https://github.com/bchidest/DBC" ], [ "https://github.com/1835174863zd/DeepSucc" ], [ "https://github.com/shervinea/enzynet" ], [ "https://github.com/voxelmorph/voxelmorph" ], [ "https://github.com/armsd/aRMSD" ], [ "https://github.com/bfosso/MetaShot" ], [ "https://github.com/thachnguyen/motion_detection" ], [ "https://github.com/ShaohuiLin/LRDKT" ], [ "https://github.com/GATB/bcalm" ], [ "https://github.com/Open-ss/NegStacking" ], [ "https://github.com/compbio-UofT/cnv-prioritization" ], [ "https://github.com/bsiranosian/tango_final" ], [ "https://github.com/sebastianduchene/pacemaker_clustering_methods" ], [ "https://github.com/LUMC/kPAL" ], [ "https://github.com/ailabstw/scDrugplus" ], [ "https://github.com/swfen/Temporal-BCGCN" ], [ "https://github.com/meilerlab/gnn-descriptor" ], [ "https://github.com/LeapLabTHU/LearnableISDA" ], [ "https://github.com/griff4692/edu-sum" ], [ "https://github.com/hongliangduan/HighFold" ], [ "https://github.com/saeyslab/FlowSOM_Python" ], [ "https://github.com/cozygene/glint" ], [ "https://github.com/PennShenLab/FACIMS" ], [ "https://github.com/DeepRank/DeepRank-GNN-esm" ], [ "https://github.com/TheFischerLab/FLEXR-GUI" ], [ "https://github.com/porekhov/CG_probeMD" ], [ "https://github.com/hb-liu/Normal-Brain-Boost-Tumor-Segmentation" ], [ "https://github.com/Zi-YuanYang/HyperFed" ], [ "https://github.com/CongWang3/PLANNER" ], [ "https://github.com/healthylaife/FairFedAvg" ], [ "https://github.com/PopGenClustering/Clumppling" ], [ "https://github.com/biotite-dev/biotite" ], [ "https://github.com/MengyunQ/CHeart" ], [ "https://github.com/Tx000/Deep_dynamicMEF" ], [ "https://github.com/zhangxin-xd/BPL" ], [ "https://github.com/plhhnu/BINDTI" ], [ "https://github.com/superYuezhang/RORNet" ], [ "https://github.com/lhf12278/LRIMV" ], [ "https://github.com/NUST-Machine-Intelligence-Laboratory/MDBA" ], [ "https://github.com/baowz12345/golgiDF" ], [ "https://github.com/nchucvml/STVT" ], [ "https://github.com/wdecoster/nanopack" ], [ "https://github.com/wdecoster/nanopack" ], [ "https://github.com/wdecoster/nanopack" ], [ "https://github.com/wdecoster/nanopack" ], [ "https://github.com/fun0515/MorphoGNN" ], [ "https://github.com/yuanyuanbu/DIGITAL" ], [ "https://github.com/FangfeiLi05/FitMut2" ], [ "https://github.com/KijinKims/VirPipe" ], [ "https://github.com/Sirius11311/TLRel" ], [ "https://github.com/Zhankun-Xiong/GraphEvo" ], [ "https://github.com/Sanofi-Public/LMR-SurfaceID" ], [ "https://github.com/ZHU-XU-xmu/cgMSI" ], [ "https://github.com/zyrant/LSNet" ], [ "https://github.com/genki-kudo/Pocket-to-Concavity" ], [ "https://github.com/pkuyym/EvolvingAttention" ], [ "https://github.com/Awenbocc/CPCR" ], [ "https://github.com/qichaoliu/HSI-CNCMN" ], [ "https://github.com/tub-rip/event_based_image_rec_inverse_problem" ], [ "https://github.com/leirufeng/iEnhancer-DCSV" ], [ "https://github.com/wanyunzh/TriNet" ], [ "https://github.com/yydiao1025/MacFrag" ], [ "https://github.com/pvdam3/FoEC2" ], [ "https://github.com/igip-liu/SLC-Net" ], [ "https://github.com/gzrgzx/CrisprDNT" ], [ "https://github.com/pgwall/qms" ], [ "https://github.com/chonglab-pitt/wedap" ], [ "https://github.com/chonglab-pitt/wedap" ], [ "https://github.com/chonglab-pitt/wedap" ], [ "https://github.com/chonglab-pitt/wedap" ], [ "https://github.com/AbeelLab/hat" ], [ "https://github.com/qingDu1/SCB-YOLOv5" ], [ "https://github.com/lzh19961031/Dermoscopy_classification" ], [ "https://github.com/xihongyang1999/ICL_SSL" ], [ "https://github.com/illidanlab/FADE" ], [ "https://github.com/MC-E/TransCL" ], [ "https://github.com/Shen-Lab/GraphCL_Automated" ], [ "https://github.com/sculyi/MedicalImages" ], [ "https://github.com/vsingh-group/LCODEC-deep-unlearning" ], [ "https://github.com/123fxdx/CNNvisualizationTSGB" ], [ "https://github.com/peace-love243/CMEDFL" ], [ "https://github.com/zyxxmu/White-Box" ], [ "https://github.com/ChangzhiJiang/KGNMDA_master" ], [ "https://github.com/NLPatVCU/multitasking_bert-1" ], [ "https://github.com/jiaying2508/LYRUS" ], [ "https://github.com/microsoft/Cream" ], [ "https://github.com/lpfworld/MANet" ], [ "https://github.com/kemaloksuz/LRP-Error" ], [ "https://github.com/tim-learn/NOUN" ], [ "https://github.com/sabdollahi/DiaDeL" ], [ "https://github.com/carrierlxk/AGNN" ], [ "https://github.com/hongsong-wang/PVRNN" ], [ "https://github.com/flyywh/Recurrent-Multi-Frame-Deraining" ], [ "https://github.com/Maclory/SPSR" ], [ "https://github.com/researchmm/AOT-GAN-for-Inpainting" ], [ "https://github.com/zanglab/bart2" ], [ "https://github.com/shaoxiaohu/Face_Alignment_DPR" ], [ "https://github.com/RobinCSIRO/AFR-Net" ], [ "https://github.com/LarryUESTC/GATE" ], [ "https://github.com/OmarOakheart/nPhase" ], [ "https://github.com/c-arthurs/QuArray" ], [ "https://github.com/TY-Shi/LIOT" ], [ "https://github.com/BBillot/SynthSeg" ], [ "https://github.com/dengsutao/glsan" ], [ "https://github.com/bayer-science-for-a-better-life/plant-triplet-net" ], [ "https://github.com/ComputBiol-IBB/CNN-PepPred" ], [ "https://github.com/spirt-t/compartments_model" ], [ "https://github.com/nbShawnLu/RGRL" ], [ "https://github.com/tzt101/CLADE" ], [ "https://github.com/futianfan/clinical-trial-outcome-prediction" ], [ "https://github.com/netflymachine/SCNET" ], [ "https://github.com/Sciope/Sciope" ], [ "https://github.com/kalininalab/spherecon" ], [ "https://github.com/HIT-ImmunologyLab/DBSCAN-SWA" ], [ "https://github.com/lifanchen-simm/transformerCPI" ], [ "https://github.com/LiuLab-CSRC/NePre" ], [ "https://github.com/anhnda/ADRPModels" ], [ "https://github.com/dustincys/msphy-SCNAClonal" ], [ "https://github.com/hobae/AnomiGAN" ], [ "https://github.com/songlab-cal/tape" ], [ "https://github.com/omics-tools/mitoimp" ], [ "https://github.com/Prunoideae/MitoFlex" ], [ "https://github.com/B3rse/qparse" ], [ "https://github.com/Bierinformatik/MIRfix" ], [ "https://github.com/Kzra/VHost-Classifier" ], [ "https://github.com/Vini2/GraphBin2" ], [ "https://github.com/yuexujiang/DeepDom" ], [ "https://github.com/xulabs/projects" ], [ "https://github.com/ding-lab/CharGer" ], [ "https://github.com/zhangjiaobxy/PathEmb" ], [ "https://github.com/wdecoster/nanopack" ], [ "https://github.com/wdecoster/nanopack" ], [ "https://github.com/wdecoster/nanopack" ], [ "https://github.com/wdecoster/nanopack" ], [ "https://github.com/mgalardini/pyseer" ], [ "https://github.com/craftGBD/craftGBD" ], [ "https://github.com/NBISweden/EMBLmyGFF3" ], [ "https://github.com/pedronachtigall/CodAn" ], [ "https://github.com/jag1g13/pycgtool" ], [ "https://github.com/jcarrotzhang/LoLoPicker" ], [ "https://github.com/alibashir/EMMCKmer" ], [ "https://github.com/lppllppl920/EndoscopyDepthEstimation-Pytorch" ], [ "https://github.com/MLBreeding/SABO-ILSTSVR" ], [ "https://github.com/barashe/bacpacs" ], [ "https://github.com/mariananeves/goldhamster" ], [ "https://github.com/nafizh/NeuBI" ], [ "https://github.com/bio-ontology-research-group/SmuDGE" ], [ "https://github.com/nioo-knaw/epiGBS2" ], [ "https://github.com/veg/flea-pipeline" ], [ "https://github.com/mi2rl/MI2RLNet" ], [ "https://github.com/mi2rl/L-R-marker-inpainting" ], [ "https://github.com/LQCT/MDScan" ], [ "https://github.com/KangchengHou/admix-kit" ], [ "https://github.com/brettc/partitionfinder" ], [ "https://github.com/findCP/findCPcli" ], [ "https://github.com/tyang816/MedChatZH" ], [ "https://github.com/esbgkannan/Phosformer-ST" ], [ "https://github.com/Z-Abbas/ORI-Explorer" ], [ "https://github.com/FuyuLi/FLED" ], [ "https://github.com/Shihang-Wang-58/DeepSA" ], [ "https://github.com/oystein676/RegiSTORM" ], [ "https://github.com/bergmanlab/mcclintock" ], [ "https://github.com/bergmanlab/mcclintock" ], [ "https://github.com/bergmanlab/mcclintock" ], [ "https://github.com/bergmanlab/mcclintock" ], [ "https://github.com/mindazhao/pix-pix-warping-video-stabilization" ], [ "https://github.com/npwilliams09/docknet" ], [ "https://github.com/bergmanlab/telr" ], [ "https://github.com/taherimo/kludo" ], [ "https://github.com/KANG-BIOINFO/CellDrift" ], [ "https://github.com/hlcas/CRISPR-detector" ], [ "https://github.com/helxplatform/dug" ], [ "https://github.com/YunxiaoRen/ML-iAMR" ], [ "https://github.com/SuLab/bioknowledge-reviewer" ], [ "https://github.com/abu-compbio/PersonaDrive" ], [ "https://github.com/omidbazgirTTU/IntegratedREFINED" ], [ "https://github.com/zhaoqichang/HpyerAttentionDTI" ], [ "https://github.com/jenniferlu717/SkewIT" ], [ "https://github.com/xryanglab/RiboMiner" ], [ "https://github.com/TF-Chan-Lab/rG4-seeker" ], [ "https://github.com/YeoLab/MINES" ], [ "https://github.com/pulimeng/DeepDrug3D" ], [ "https://github.com/LooseLab/iterassemble" ], [ "https://github.com/phac-nml/mob-suite" ], [ "https://github.com/phac-nml/mob-suite" ], [ "https://github.com/phac-nml/mob-suite" ], [ "https://github.com/phac-nml/mob-suite" ], [ "https://github.com/cbil-vt/DDN3" ], [ "https://github.com/SushiLab/mTAGs" ], [ "https://github.com/yyZhang14/iEssLnc" ], [ "https://github.com/OritAdato/ElemeNT" ], [ "https://github.com/google-research/large_scale_mmdma" ], [ "https://github.com/SunPengChuan/wgdi" ], [ "https://github.com/sajalhalder/TLR-M_UI" ], [ "https://github.com/jiaoshihu/iPVP-DRLF" ], [ "https://github.com/ruiyi-zhang/scPretrain" ], [ "https://github.com/ievapudz/TemStaPro" ], [ "https://github.com/wx-cie/DeepGenGrep" ], [ "https://github.com/wajidarshad/panda" ], [ "https://github.com/tianguolangzi/DSBS" ], [ "https://github.com/ZJUFanLab/scDeepSort" ], [ "https://github.com/JiangTian/adaptive-geometric-search-for-protein-design" ], [ "https://github.com/CNuge/SalmonEuAdmix" ], [ "https://github.com/salivatec/SalivaPRINT" ], [ "https://github.com/vals/umis" ], [ "https://github.com/yigbt/deepFPlearn" ], [ "https://github.com/phac-nml/ecoli_serotyping" ], [ "https://github.com/LanLab/SaLTy" ], [ "https://github.com/iC2MC/PyC2MC_viewer" ], [ "https://github.com/bihealth/WiPP" ], [ "https://github.com/mojtabaze7/DCGAN-DTA" ], [ "https://github.com/enyecz/CancerDetector2" ], [ "https://github.com/laihongyan/iAller" ], [ "https://github.com/GaffariCelik/CovidCoughNet" ], [ "https://github.com/WeiLab-Biology/DeepProSite" ], [ "https://github.com/schatzlab/scikit-ribo" ], [ "https://github.com/OncoRNALab/CIRCprimerXL" ], [ "https://github.com/Neooolee/GANCDM" ], [ "https://github.com/Fraunhofer-ITMP/PEMT" ], [ "https://github.com/Merck/PepSeA" ], [ "https://github.com/naamawagner/Effectidor" ], [ "https://github.com/jas-preet/SPOT-Contact-Single" ], [ "https://github.com/uci-cbcl/UFold" ], [ "https://github.com/huangnengCSU/BlockPolish" ], [ "https://github.com/DnlRKorn/CoKE" ], [ "https://github.com/TearsWaiting/ACPred-LAF" ], [ "https://github.com/MetaSys-LISBP/IsoSolve" ], [ "https://github.com/YUYING07/iDNA_ABT" ], [ "https://github.com/nowittynamesleft/NetQuilt" ], [ "https://github.com/NIH-MIP/Radiology_Image_Preprocessing_for_Deep_Learning" ], [ "https://github.com/ramirandaq/MultipleComparisons" ], [ "https://github.com/krishnanlab/node2vecplus_benchmarks" ], [ "https://github.com/exalearn/molecular-graph-descriptors" ], [ "https://github.com/bigbio/py-pgatk" ], [ "https://github.com/idekerlab/ddot" ], [ "https://github.com/katholt/Kaptive" ], [ "https://github.com/afm-spm/TopoStats" ], [ "https://github.com/byin-cwi/ALS-Deeplearning" ], [ "https://github.com/PavitaKae/ToNER" ], [ "https://github.com/biomed-AI/GraphSite" ], [ "https://github.com/labsyspharm/ashlar" ], [ "https://github.com/omicsNLP/enzymeNER" ], [ "https://github.com/aaronphillips7493/CLAW" ], [ "https://github.com/njuIrene/SWATH-F" ], [ "https://github.com/juglab/EmbedSeg" ], [ "https://github.com/spang-lab/adadmire" ], [ "https://github.com/CSU-QJY/GeoDILI" ], [ "https://github.com/GuillaumeLam/PaCalC" ], [ "https://github.com/HIT-ImmunologyLab/CRISPRimmunity" ], [ "https://github.com/sid-krish/Rhometa" ], [ "https://github.com/nczub/HIA_5-HT" ], [ "https://github.com/JosieHong/3DMolMS" ], [ "https://github.com/PuckBlink/PDCNN" ], [ "https://github.com/aster-ww/scEMAIL" ], [ "https://github.com/LF-Yang/Code" ], [ "https://github.com/obrien-lab/aip_web_docker" ], [ "https://github.com/cristian931/DocTOR" ], [ "https://github.com/yangyn533/HCRNet" ], [ "https://github.com/kkrizanovic/RNAseqEval" ], [ "https://github.com/ml4bio/ifDEEPre" ], [ "https://github.com/ladderlab-xjtu/HiCA" ], [ "https://github.com/wuchengyu123/MPGSurv" ], [ "https://github.com/HarrisonAllen/MyelTracer" ], [ "https://github.com/Muzatheking12/MzDOCK" ], [ "https://github.com/gzrgzx/CRISPR_Data_Imbalance" ], [ "https://github.com/ridgerchu/TCJA" ], [ "https://github.com/chenyu-xjtu/DualFluidNet" ], [ "https://github.com/wanghq05/MS-GCN" ], [ "https://github.com/renweidian/LTRN" ], [ "https://github.com/Zhihan1996/DNABERT_S" ], [ "https://github.com/qqaazxddrr/ENS" ], [ "https://github.com/CFM-MSG/Code_ICPR" ], [ "https://github.com/fancheyu5/STRAS" ], [ "https://github.com/Lqingquan/MTCL-MDA" ], [ "https://github.com/MagicPF/BindingSiteDTI" ], [ "https://github.com/DL-WG/SCDNN-TS" ], [ "https://github.com/liupei101/PseMix" ], [ "https://github.com/frankkramer-lab/GERNERMED-pp" ], [ "https://github.com/VITA-Group/PruneCXR" ], [ "https://github.com/VITA-Group/PruneCXR" ], [ "https://github.com/VITA-Group/PruneCXR" ], [ "https://github.com/VITA-Group/PruneCXR" ], [ "https://github.com/alienn233/ROSes-Finder" ], [ "https://github.com/woolfson-group/isocket" ], [ "https://github.com/Oulu-IMEDS/CLIMATv2" ], [ "https://github.com/Zhou-wy/MSEDNet" ], [ "https://github.com/GeoX-Lab/CMN" ], [ "https://github.com/jschenthu/FNS" ], [ "https://github.com/YannickJadoul/PyGellermann" ], [ "https://github.com/geyao-c/MedGAN" ], [ "https://github.com/DongdongCheng/GB-DP" ], [ "https://github.com/ahmedmagds/GNUVID" ], [ "https://github.com/BioComputingUP/ring-pymol" ], [ "https://github.com/jingyzhang/S3R" ], [ "https://github.com/ljq2000/MTCP" ], [ "https://github.com/syngenta/linchemin" ], [ "https://github.com/hscv/SEE-Net" ], [ "https://github.com/arantir123/DDT_triple_prediction" ], [ "https://github.com/kechunl/VSGD-Net" ], [ "https://github.com/WxTu/HCHSM" ], [ "https://github.com/gillichu/PLUSplacer-taxtastic" ], [ "https://github.com/dikshap11/DGAN" ], [ "https://github.com/HwaTong/Chemical-SA-BiLSTM" ], [ "https://github.com/yzc1122333/BoneAgeAss" ], [ "https://github.com/FangShancheng/ABINet-PP" ], [ "https://github.com/Lagkouvardos/TIC" ], [ "https://github.com/jingkunchen/TAC" ], [ "https://github.com/RuoyuGuo/MaskGA_Net" ], [ "https://github.com/ahmed-shameem/Feature_selection" ], [ "https://github.com/bert-nmt/BERT-DTI" ], [ "https://github.com/otayfuroglu/deepQM" ], [ "https://github.com/biorack/magi" ], [ "https://github.com/yours-anonym/PaRT" ], [ "https://github.com/ecogenomics/gtdbtk" ], [ "https://github.com/ecogenomics/gtdbtk" ], [ "https://github.com/ecogenomics/gtdbtk" ], [ "https://github.com/ecogenomics/gtdbtk" ], [ "https://github.com/GudaLab/iCluF_core" ], [ "https://github.com/ZhiboXiao/Deep-Gamma" ], [ "https://github.com/slzarate/parliament2" ], [ "https://github.com/biopragmatics/bioregistry" ], [ "https://github.com/jingjin25/LFDE-OccUnNet" ], [ "https://github.com/guopengf/FL-MRCM" ], [ "https://github.com/Shape-Lab/SPHARM-Net" ], [ "https://github.com/changlin31/DS-Net" ], [ "https://github.com/wenyh1616/SAMotif-GCN" ], [ "https://github.com/r-zemblys/EM-event-detection-evaluation" ], [ "https://github.com/oxpig/structure-vs-folding" ], [ "https://github.com/jimy2020/Malonylation-site-prediction" ], [ "https://github.com/NanYoMy/cmmas" ], [ "https://github.com/Pijiangsheng/MDGNN" ], [ "https://github.com/broadinstitute/chronos" ], [ "https://github.com/iquandou/CS-Net" ], [ "https://github.com/fmfi-compbio/coral-basecaller" ], [ "https://github.com/zhangruochi/Mol-HGT" ], [ "https://github.com/huitangtang/H-SRDC" ], [ "https://github.com/cszn/DPIR" ], [ "https://github.com/CityU-AIM-Group/DSI-Net" ], [ "https://github.com/sxthunder/CMTN" ], [ "https://github.com/cnapy-org/CNApy" ], [ "https://github.com/cnapy-org/CNApy" ], [ "https://github.com/cnapy-org/CNApy" ], [ "https://github.com/cnapy-org/CNApy" ], [ "https://github.com/MelvinYin/Defined_Proteins" ], [ "https://github.com/ashleylqx/WeakFixation" ], [ "https://github.com/YanZheng-16/CEPZ_DHS" ], [ "https://github.com/dmis-lab/moable" ], [ "https://github.com/xsshi2015/Loss-based-Attention-for-Interpreting-Image-level-Prediction-of-Convolutional-Neural-Networks" ], [ "https://github.com/SchubertLab/JessEV" ], [ "https://github.com/JLiangLab/SemanticGenesis" ], [ "https://github.com/Ha0Tang/GestureGAN" ], [ "https://github.com/lbobay/CoreCruncher" ], [ "https://github.com/RodrigoGantier/SPADE_E2VID" ], [ "https://github.com/xiat0616/pseudo-healthy-synthesis" ], [ "https://github.com/lixx11/SPIND-TC" ], [ "https://github.com/calico/solo" ], [ "https://github.com/emdadi/DSPLMF" ], [ "https://github.com/arseha/peakonly" ], [ "https://github.com/kunalkathuria/SVXplorer" ], [ "https://github.com/ha01994/mutationTCN" ], [ "https://github.com/johanneswerner/mPies" ], [ "https://github.com/jade-nhri/CCBGpipe" ], [ "https://github.com/BioinfLab/ChaperISM" ], [ "https://github.com/ytZhang99/CF-Net" ], [ "https://github.com/zhou256/iATC-NRAKEL" ], [ "https://github.com/zhunzhong07/CamStyle" ], [ "https://github.com/NUIST-Videocoding/VCRNet" ], [ "https://github.com/jakelever/knowledgediscovery" ], [ "https://github.com/bioinfomaticsCSU/MultiGuideScan" ], [ "https://github.com/orbkit/orbkit" ], [ "https://github.com/dcasbioinfo/SIFTER-t" ], [ "http://github.com/SBRG/ssbio" ], [ "https://github.com/chenghui03/Calib_RT" ], [ "https://github.com/dmis-lab/MolPLA" ], [ "https://github.com/HZC-1998/VOGTNet" ], [ "https://github.com/petrusen/pomsimulator" ], [ "https://github.com/chaofengc/IQA-PyTorch" ], [ "https://github.com/bcrafton/ssdfa" ], [ "https://github.com/soduco/Benchmark_historical_map_vectorization" ], [ "https://github.com/TPI-Immunogenetics/igmat" ], [ "https://github.com/panlab-bio/mcss" ], [ "https://github.com/bkurt00/palladiumFF2" ], [ "https://github.com/spglib/spinspg" ], [ "https://github.com/xinliangSun/AdaDR" ], [ "https://github.com/kexquan/dual-dropout-ranking" ], [ "https://github.com/wjh892521292/Cataract_TKD-Net" ], [ "https://github.com/BIT-DA/SePiCo" ], [ "https://github.com/jdonnelly36/Rashomon_Importance_Distribution" ], [ "https://github.com/giaguaro/PROTACable" ], [ "https://github.com/hujingtao/SAMCL" ], [ "https://github.com/raziyehmasumshah/DPSP" ], [ "https://github.com/CYB08/ATPGCN" ], [ "https://github.com/cantinilab/HuMMuS" ], [ "https://github.com/xjr998/GQE-Net" ], [ "https://github.com/duolinwang/S-PLM" ], [ "https://github.com/insilichem/talaia" ], [ "https://github.com/HySonLab/Multires-Graph-Transformer" ], [ "https://github.com/microbial-pangenomes-lab/panfeed" ], [ "https://github.com/CNS-OIST/NeuroDevSim" ], [ "https://github.com/Hangwei-Chen/CLSAP-Net" ], [ "https://github.com/ImgSciGroup/ITSA" ], [ "https://github.com/skbinfo/smAMPsTK" ], [ "https://github.com/MiaoLab20/DBMD" ], [ "https://github.com/MiaoLab20/DBMD" ], [ "https://github.com/MiaoLab20/DBMD" ], [ "https://github.com/MiaoLab20/DBMD" ], [ "https://github.com/Jaakk0F/DSTD-GCN" ], [ "https://github.com/SCUTjinchengli/DefenseTransformer" ], [ "https://github.com/QibinZhangLab/Peak_Pair_Pruner" ], [ "https://github.com/xianggebenben/pdADMM-G" ], [ "https://github.com/CSB-L/AnoChem" ], [ "https://github.com/ZhangqiJiang07/MultimodalSurvivalPrediction" ], [ "https://github.com/cchauve/PlasBin-flow" ], [ "https://github.com/Bhattacharya-Lab/PIQLE" ], [ "https://github.com/Bhattacharya-Lab/PIQLE" ], [ "https://github.com/Bhattacharya-Lab/PIQLE" ], [ "https://github.com/Bhattacharya-Lab/PIQLE" ], [ "https://github.com/HuiLiuCode/MDBuilder" ], [ "https://github.com/PYangLab/Matilda" ], [ "https://github.com/GreyGuoweiChen/RNA_virus_detector" ], [ "https://github.com/bharatmahaur/LeNo" ], [ "https://github.com/thomas0809/MolScribe" ], [ "https://github.com/vsingh-group/DatasetPooling" ], [ "https://github.com/fengcong3/HAPPE" ], [ "https://github.com/hangyu94/CRS-CONT" ], [ "https://github.com/xwqian1123/mStrain" ], [ "https://github.com/Anonnoname/G2GT_2" ], [ "https://github.com/weih527/SSNS-Net" ], [ "https://github.com/biomg/MCNN" ], [ "https://github.com/ParImmune/SINAPs" ], [ "https://github.com/ivanrwolf/NoC" ], [ "https://github.com/fawaz-dabbaghieh/bubble_gun" ], [ "https://github.com/pilehvar/phenebank" ], [ "https://github.com/itaysason/Mix-MMM" ], [ "https://github.com/pdishuck/GAVISUNK" ], [ "https://github.com/difhnp/ELGLT" ], [ "https://github.com/gengmufeng/CNCL-denoising" ], [ "https://github.com/HantaoShu/GRN-Transformer" ], [ "https://github.com/hassounlab/EPP" ], [ "https://github.com/454170054/EMCBOW-GPCR" ], [ "https://github.com/pixixiaonaogou/FPNN-TMEL" ], [ "https://github.com/zhaoqichang/GIFDTI" ], [ "https://github.com/HudsonAlpha/STEVE" ], [ "https://github.com/ArtemLuzhin/LASCA_pipeline" ], [ "https://github.com/UCDenver-ccp/Ignorance-Question-Work" ], [ "https://github.com/josehernandezsc/COVID19Net" ], [ "https://github.com/xypan1232/node2loc" ], [ "https://github.com/cew88/AutoCAT" ], [ "https://github.com/biosustain/multitfa" ], [ "https://github.com/vaprilyanto/crop" ], [ "https://github.com/zbzhzhy/PZRes-Net" ], [ "https://github.com/lseventeen/FR-UNet" ], [ "https://github.com/Fleishman-Lab/AbDesign_for_enzymes" ], [ "https://github.com/lmcai/PhyloHerb" ], [ "https://github.com/zhongw2/GeneTEFlow" ], [ "https://github.com/YingLianghnu/CNA_origin" ], [ "https://github.com/superlouis/GATGNN" ], [ "https://github.com/gdewael/cpg-transformer" ], [ "https://github.com/anuran-Chakraborty/Active-learning" ], [ "https://github.com/zlwuxi/iPromoter-5mC" ], [ "https://github.com/vamships/PECAN" ], [ "https://github.com/louiejtaylor/grabseqs" ], [ "https://github.com/liukeweiaway/iMRM" ], [ "https://github.com/DCalhas/siamese_schizophrenia_eeg" ], [ "https://github.com/Charrick/SDN2GO" ], [ "https://github.com/lyotvincent/AJIA" ], [ "https://github.com/ma-compbio/MutSpace" ], [ "https://github.com/KristapsE/DP4-AI" ], [ "https://github.com/yangzi4/gPCA" ], [ "https://github.com/yunwilliamyu/opal" ], [ "https://github.com/carolzhou/multiPhATE" ], [ "https://github.com/SchulzLab/TEPIC" ], [ "https://github.com/SchulzLab/TEPIC" ], [ "https://github.com/SchulzLab/TEPIC" ], [ "https://github.com/SchulzLab/TEPIC" ], [ "https://github.com/whitneywhitford/RBV" ], [ "https://github.com/odedrim/kfits" ], [ "https://github.com/VCCRI/Falco" ], [ "https://github.com/usnistgov/pepr" ], [ "https://github.com/ETHmodlab/BIMODAL" ], [ "https://github.com/GRYGY1215/Dozerformer" ], [ "https://github.com/freshman97/CSU" ], [ "https://github.com/meren/illumina-utils" ], [ "https://github.com/tianpeng-deng/FedDBL" ], [ "https://github.com/MedICL-VU/FNPC-SAM" ], [ "https://github.com/CUHK-AIM-Group/MCPL" ], [ "https://github.com/yangqy1110/MGDM" ], [ "https://github.com/cbib/MIX" ], [ "https://github.com/zyairelu/RT-Net" ], [ "https://github.com/energy588/US2mask" ], [ "https://github.com/lhaippp/YOHO" ], [ "https://github.com/cunmeiji/SGLMDA" ], [ "https://github.com/hywang01/SNEL" ], [ "https://github.com/biomed-AI/MiGCN" ], [ "https://github.com/XT-1997/vitmvt" ], [ "https://github.com/smd1997/CSA-Net" ], [ "https://github.com/bmri/bmri" ], [ "https://github.com/samsonweiner/CNAsim" ], [ "https://github.com/meihonggao/DeepLDA" ], [ "https://github.com/Vini2/phables" ], [ "https://github.com/Amber-Believe/ReliableMutualDistillation" ], [ "https://github.com/penghu-cs/RCL" ], [ "https://github.com/nikhilroxtomar/TGANet" ], [ "https://github.com/WHang98/scSemiAAE" ], [ "https://github.com/JLiangLab/CAiD" ], [ "https://github.com/CGPxy/AAU-net" ], [ "https://github.com/JLiangLab/BenchmarkTransformers" ], [ "https://github.com/schobs/qbin" ], [ "https://github.com/Huiweizhou/TDE" ], [ "https://github.com/lemuria-wchen/imcs21" ], [ "https://github.com/bioinformatics-ufsc/AnnotaPipeline" ], [ "https://github.com/TongXin-CASIA/Excepted_Affine" ], [ "https://github.com/anuradhawick/LRBinner" ], [ "https://github.com/demonzyj56/E3Outlier" ], [ "https://github.com/WangLabTHU/MeConcord" ], [ "https://github.com/gillichu/sepp" ], [ "https://github.com/cokeyk/TPpred-ATMV" ], [ "https://github.com/shiming-chen/GNDAN" ], [ "https://github.com/Xiyue-Wang/1st-in-MICCAI2020-CPM" ], [ "https://github.com/kataomoi7/multiGATAE" ], [ "https://github.com/Szhgege/DACPGTN" ], [ "https://github.com/lucian-ilie/Seq-InSite" ], [ "https://github.com/menyifang/ADGAN" ], [ "https://github.com/xindd/DCNet" ], [ "https://github.com/YangLiu9208/TCGL" ], [ "https://github.com/ba-lab/Alignment-Score" ], [ "https://github.com/IVC-Projects/NRS" ], [ "https://github.com/IvanEz/tumor-surrogate" ], [ "https://github.com/lesonly/GFINet" ], [ "https://github.com/Au3C2/Generator-Versus-Segmentor" ], [ "https://github.com/goolig/drug_safety_pregnancy_prediction" ], [ "https://github.com/smallmax00/Graph_Region_Boudnary" ], [ "https://github.com/ceragoguztuzun/MotifGenie" ], [ "https://github.com/fazlulhaquejony/SubFeat" ], [ "https://github.com/Layne-Huang/EGFI" ], [ "https://github.com/TanemuraKiyoto/AutoGraph" ], [ "https://github.com/zanglab/bart3d" ], [ "https://github.com/deepomicslab/DeepHost" ], [ "https://github.com/yuliu316316/MetaLearning-Fusion" ], [ "https://github.com/BIT-DA/GDCAN" ], [ "https://github.com/fpthink/EPC-Net" ], [ "https://github.com/kochgroup/kinase_nnfp" ], [ "https://github.com/viggin/DeepLesion_manual_test_set" ], [ "https://github.com/tticoin/DESC_MOL-DDIE" ], [ "https://github.com/pymodproject/pymod" ], [ "https://github.com/pymodproject/pymod" ], [ "https://github.com/pymodproject/pymod" ], [ "https://github.com/pymodproject/pymod" ], [ "https://github.com/HuiZeng/Image-Adaptive-3DLUT" ], [ "https://github.com/blue-blue272/ImgReID-IAnet" ], [ "https://github.com/BioinfoUNIBA/REDItools2" ], [ "https://github.com/blackfeather-wang/ISDA-for-Deep-Networks" ], [ "https://github.com/kiharalab/ContactGAN" ], [ "https://github.com/hathawayxxh/WCE-AGDN" ], [ "https://github.com/koualab/conodictor" ], [ "https://github.com/LiLabAtVT/DeepTE" ], [ "https://github.com/andobrescu/Multi_task_plant_phenotyping" ], [ "https://github.com/aiqm/torchani" ], [ "https://github.com/yunchuankong/forgeNet" ], [ "https://github.com/Kinggerm/GetOrganelle" ], [ "https://github.com/ywflow/BubMask" ], [ "https://github.com/Gaius-Augustus/MakeHub" ], [ "https://github.com/MPBA/TAASRAD19" ], [ "https://github.com/pachterlab/gget" ], [ "https://github.com/pachterlab/gget" ], [ "https://github.com/pachterlab/gget" ], [ "https://github.com/pachterlab/gget" ], [ "https://github.com/bihealth/scelvis" ], [ "https://github.com/llecompte/SVJedi" ], [ "https://github.com/bchidest/CFNet" ], [ "https://github.com/nstrodt/UDSMProt" ], [ "https://github.com/markpp/PoseFromPointClouds" ], [ "https://github.com/PSSUN/CircCode" ], [ "https://github.com/arnrau/SCAE_IR_Spectral_Imaging" ], [ "https://github.com/wsjeon92/FP2VEC" ], [ "https://github.com/Cobanoglu-Lab/EPEE" ], [ "https://github.com/yujialinncu/PredGly" ], [ "https://github.com/YosefLab/scVI" ], [ "https://github.com/htzhaoecust/npnn" ], [ "https://github.com/prody/ProDy" ], [ "https://github.com/prody/ProDy" ], [ "https://github.com/prody/ProDy" ], [ "https://github.com/prody/ProDy" ], [ "https://github.com/ronaldolab/stochastic_diffusion" ], [ "https://github.com/weipenegHU/Pluto" ], [ "https://github.com/schwallergroup/augmented_memory" ], [ "https://github.com/ksahlin/ultra" ], [ "https://github.com/pepamengual/UEP" ], [ "https://github.com/makovalab-psu/NoiseCancellingRepeatFinder" ], [ "https://github.com/ghar1821/ParetoBench" ], [ "https://github.com/strauchlab/iNNterfaceDesign" ], [ "https://github.com/ma-compbio/MultiRes" ], [ "https://github.com/aditya-88/ASAP" ], [ "https://github.com/laufercenter/Amap" ], [ "https://github.com/abdlmaruf/iRSpot-SF" ], [ "https://github.com/ukeLin/TG-Net" ], [ "https://github.com/BaiDing1234/AttentionPert" ], [ "https://github.com/Valeyards/MACG" ], [ "https://github.com/qumengxue/T-SMILE" ], [ "https://github.com/panzhiyi/CC4S" ], [ "https://github.com/ynchuang/DiscoverPath" ], [ "https://github.com/davidecenzato/BWT-variants-for-string-collections" ], [ "https://github.com/dooo12332/AlphaTraj" ], [ "https://github.com/labiip/scGAAC" ], [ "https://github.com/zhangtia16/LICAP" ], [ "https://github.com/zkyseu/CSSNet" ], [ "https://github.com/batmanlab/AGXNet" ], [ "https://github.com/MorganBDT/crumb" ], [ "https://github.com/juandpenan/topology_nav_ros2" ], [ "https://github.com/YubinHan73/LSKANet" ], [ "https://github.com/sail-sg/metaformer" ], [ "https://github.com/mbglab/EVRC" ], [ "https://github.com/cerm-cirmmp/Master-of-metals" ], [ "https://github.com/XY-boy/TTST" ], [ "https://github.com/sunkg/jCAN" ], [ "https://github.com/ylaboratory/ETNA" ], [ "https://github.com/frankkramer-lab/GPTNERMED" ], [ "https://github.com/yoxu515/aot-benchmark" ], [ "https://github.com/SJTUBME-QianLab/CausalGCN-PDPA" ], [ "https://github.com/amin-nejat/Deformable-Atlas" ], [ "https://github.com/ylab-hi/ScanNeo2" ], [ "https://github.com/danpak94/Deep-Cardiac-Volumetric-Mesh" ], [ "https://github.com/DayuHuu/scDFC" ], [ "https://github.com/SnowRain510/MSMTSeg" ], [ "https://github.com/cieplinski-tobiasz/smina-docking-benchmark" ], [ "https://github.com/11101028/CADA-BioRE" ], [ "https://github.com/FudanVI/MAEcho" ], [ "https://github.com/gregorpatof/dynasigml_package" ], [ "https://github.com/MathLee/GeleNet" ], [ "https://github.com/vignywang/AWDesc" ], [ "https://github.com/hongwang01/DRCDNet" ], [ "https://github.com/MBC-Neuroimaging/ClotDetectEval" ], [ "https://github.com/nerel-ds/NEREL-BIO" ], [ "https://github.com/Xyporz/CISSL-GANs" ], [ "https://github.com/Beno-waxgourd/NLP" ], [ "https://github.com/matteo-dunnhofer/MRPyrNet" ], [ "https://github.com/19990915fzy/DGNNMDA" ], [ "https://github.com/gongleii/DFCN-RSP" ], [ "https://github.com/arumugamlab/MIntO" ], [ "https://github.com/CFM-MSG/Code_SDN" ], [ "https://github.com/kimianoorbakhsh/LPF-Defense" ], [ "https://github.com/med-air/DLTTA" ], [ "https://github.com/elus-om/BRM_OMEXP" ], [ "https://github.com/qubekit/QUBEKit" ], [ "https://github.com/thuxyz19/3D-HPE-PAA" ], [ "https://github.com/BTheDragonMaster/pikachu" ], [ "https://github.com/jiyuc/AutoGOAConsistency" ], [ "https://github.com/ChemSpace-LLC/usrcat_sim" ], [ "https://github.com/micahvista/MAMnet" ], [ "https://github.com/scottjingtt/AMF_GZS_SBIR" ], [ "https://github.com/chry04/PLUSplacer" ], [ "https://github.com/Deep-Bioinfo/DFLM" ], [ "https://github.com/Zhentao-Liu/KLT-JND" ], [ "https://github.com/mug-auth/ssl-chewing" ], [ "https://github.com/kanz76/GMPNN-CS" ], [ "https://github.com/CityU-AIM-Group/Prototypical-Graph-DA" ], [ "https://github.com/TNTurnerLab/ACES" ], [ "https://github.com/ljaiverson/multiview-curriculum" ], [ "https://github.com/bioXiaoheng/BallerMixPlus" ], [ "https://github.com/yuesongtian/AlphaGAN" ], [ "https://github.com/ramirandaq/tn_Comparisons" ], [ "https://github.com/insilicomedicine/DILBERT" ], [ "https://github.com/Kali-Hac/Locality-Awareness-SGE" ], [ "https://github.com/RossLabCSU/LCD-Composer" ], [ "https://github.com/maiziex/Aquila_stLFR" ], [ "https://github.com/gnina/SolTranNet" ], [ "https://github.com/psipred/cgdms" ], [ "https://github.com/bbbbbbzhou/MDPET" ], [ "https://github.com/lol88/Mol2Context-vec" ], [ "https://github.com/hehefan/DPSIS" ], [ "https://github.com/RitataLU/ATACgraph" ], [ "https://github.com/rosemeis/emu" ], [ "https://github.com/Elham-khalili/Soybean-Charcoal-Rot-Disease-Prediction-Dataset-code" ], [ "https://github.com/zhengyushan/dpathnet" ], [ "https://github.com/Leotju/MGAN" ], [ "https://github.com/Want2Vanish/FBMSNet" ], [ "https://github.com/aistairc/DeepEventMine" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/riboviz/riboviz" ], [ "https://github.com/senli2018/DCTL" ], [ "https://github.com/dinhinfotech/DiGI" ], [ "https://github.com/LiangYu-Xidian/NEDTP" ], [ "https://github.com/chentao1999/MedicalRelationExtraction" ], [ "https://github.com/rongma6/QSARMPC_DTIMPC" ], [ "https://github.com/wenguanwang/AGS" ], [ "https://github.com/jmlipman/RatLesNetv2" ], [ "https://github.com/wulalago/DAF3D" ], [ "https://github.com/htzhaoecust/glsnn" ], [ "https://github.com/hkaneko1985/gtm-generativetopographicmapping" ], [ "https://github.com/hkaneko1985/gtm-generativetopographicmapping" ], [ "https://github.com/hkaneko1985/gtm-generativetopographicmapping" ], [ "https://github.com/hkaneko1985/gtm-generativetopographicmapping" ], [ "https://github.com/YeeHo/Glutton" ], [ "https://github.com/guigolab/ggsashimi" ], [ "https://github.com/HillLab/SomaticSiMu" ], [ "https://github.com/MedChaabane/deepRAM" ], [ "https://github.com/mirnylab/cooler" ], [ "https://github.com/mirnylab/cooler" ], [ "https://github.com/mirnylab/cooler" ], [ "https://github.com/mirnylab/cooler" ], [ "https://github.com/sgreer77/gemtools" ], [ "https://github.com/gifford-lab/DeepLigand" ], [ "https://github.com/AndreLamurias/IBRel" ], [ "https://github.com/wenjiegroup/BiRen" ], [ "https://github.com/agustinaarroyuelo/Azahar" ], [ "https://github.com/CSB5/atminter" ], [ "https://github.com/hsoleimani/MLTM" ], [ "https://github.com/dww100/sct" ], [ "https://github.com/ustc-bmec/MRGazer" ], [ "https://github.com/lalunex/MSDCCL" ], [ "https://github.com/pengkenlim/LSTrAP-denovo" ], [ "https://github.com/pitthexai/HexAI-TJAtxt" ], [ "https://github.com/pierrepo/PBxplore" ], [ "https://github.com/LQCT/BitQT" ], [ "https://github.com/subsurfaceinsights/ort-kbase-to-pflotran" ], [ "https://github.com/Lycus99/SDA-CLIP" ], [ "https://github.com/maayanlab/prismexp" ], [ "https://github.com/DHUDBlab/IGEGRNS" ], [ "https://github.com/merck/MolPROP" ], [ "https://github.com/neulmc/TDCN" ], [ "https://github.com/G708/Clover" ], [ "https://github.com/OpenGVLab/VideoMAEv2" ], [ "https://github.com/DRGreat/MCNet" ], [ "https://github.com/Wang-lab-UCSD/AntPack" ], [ "https://github.com/WeehowTang/SSL-rebalancingtest" ], [ "https://github.com/tphoward/Mottle_Repo" ], [ "https://github.com/Namerlight/LabelFree_AuNP_Quantification" ], [ "https://github.com/ruisue/EnAMP" ], [ "https://github.com/azamanos/HydraProt" ], [ "https://github.com/julie-forman-kay-lab/IDPConformerGenerator" ], [ "https://github.com/zhangy0822/USER" ], [ "https://github.com/shenkqtx/SAR-Colorization-Benchmarking-Protocol" ], [ "https://github.com/JiuqingDong/TS_OAMIL-for-Plant-disease-detection" ], [ "https://github.com/magspho/hifieval" ], [ "https://github.com/TheJacksonLaboratory/wn2vec" ], [ "https://github.com/changliu-work/TNT_MNet" ], [ "https://github.com/ShiratsuyuShigure/MLAENet-pytorch" ], [ "https://github.com/OceanSTARLab/Tensor-Neural-Network" ], [ "https://github.com/Stephen2526/Structure-informed_PLM" ], [ "https://github.com/zeyuxiao1997/LFSTVSR" ], [ "https://github.com/DasSusanta/snakemake_ccs" ], [ "https://github.com/jingzhaohlj/AL-Net" ], [ "https://github.com/EndoluminalSurgicalVision-IMR/Medical-SSL" ], [ "https://github.com/dehazing/SGDRL" ], [ "https://github.com/Wayfear/FBNETGEN" ], [ "https://github.com/mjliu2020/RandomFR" ], [ "https://github.com/jingjin25/LFhybridSR-Fusion" ], [ "https://github.com/Kelly510/RehabExerAssess" ], [ "https://github.com/MolecularAI/REINVENT4" ], [ "https://github.com/ProgrammerHyy/CM-MLP" ], [ "https://github.com/lyhkevin/MT-Net" ], [ "https://github.com/claudepasquier/amine" ], [ "https://github.com/xmed-lab/TimeStamp-Surgical" ], [ "https://github.com/Zero-We/BCL" ], [ "https://github.com/adrienrougny/stonpy" ], [ "https://github.com/DisscLab/HNNVAT" ], [ "https://github.com/zhg-SZPT/MeDetection" ], [ "https://github.com/wangjx22/CLAPS" ], [ "https://github.com/Lature-Yang/BASeg" ], [ "https://github.com/grzsko/Alignstein" ], [ "https://github.com/yphsieh/ItgDB" ], [ "https://github.com/sota-joson/KE-RCNN" ], [ "https://github.com/heche-psb/wgd" ], [ "https://github.com/gcgreenberg/Oriented-TNF" ], [ "https://github.com/ldrunning/DSSNet" ], [ "https://github.com/molML/MoleculeACE" ], [ "https://github.com/usnistgov/thermo-extrap" ], [ "https://github.com/CRazorback/AADG" ], [ "https://github.com/bioinfoUQAM/RL-bgc-components" ], [ "https://github.com/CMACH508/IA-FaceS" ], [ "https://github.com/LottePronk/whokaryote" ], [ "https://github.com/Rohit-Kundu/AltWOA" ], [ "https://github.com/anhnda/SPARSE" ], [ "https://github.com/Lixy1997/Group-WSSS" ], [ "https://github.com/DMCB-GIST/DeepPIG" ], [ "https://github.com/degiacom/biobox" ], [ "https://github.com/BlanchetteLab/PhyloPGM" ], [ "https://github.com/lennylv/ctP2ISP" ], [ "https://github.com/CVI-SZU/WaveCNet" ], [ "https://github.com/JohnleeHIT/SLEX-Net" ], [ "https://github.com/popitsch/nanopanel2" ], [ "https://github.com/linDing-groups/model_4mc" ], [ "https://github.com/mzlr/sau-net" ], [ "https://github.com/mzlr/sau-net" ], [ "https://github.com/mzlr/sau-net" ], [ "https://github.com/mzlr/sau-net" ], [ "https://github.com/chenchao666/Bone-Age-Assessment" ], [ "https://github.com/NeuroSyd/breast-cancer-sub-types" ], [ "https://github.com/FTD007/PInet" ], [ "https://github.com/QData/ChromeGCN" ], [ "https://github.com/jbelyeu/unfazed" ], [ "https://github.com/hatchetProject/AI-Driver" ], [ "https://github.com/TaatiTeam/pain_detection_demo" ], [ "https://github.com/AbnerHqC/GaitSet" ], [ "https://github.com/tsudalab/NMR-TS" ], [ "https://github.com/ModelEngineering/SBMLLint" ], [ "https://github.com/BioDataLearning/XGEP" ], [ "https://github.com/AndersJing/ResNetQA" ], [ "https://github.com/schwanbeck/YSMR" ], [ "https://github.com/yongzhuang/DeepSVFilter" ], [ "https://github.com/Yuxin-Wen/GeoA3" ], [ "https://github.com/BeObm/AutoCDRP" ], [ "https://github.com/rsanchezgarc/micrograph_cleaner_em" ], [ "https://github.com/yxxue/MetaRib" ], [ "https://github.com/MicroAVA/GEDFN" ], [ "https://github.com/lab319/GRNs_nonlinear_ODEs" ], [ "https://github.com/Bhattacharya-Lab/QDeep" ], [ "https://github.com/Teoroo-CMC/PiNN" ], [ "https://github.com/Rinoahu/SwiftOrtho" ], [ "https://github.com/lrgr/sigma" ], [ "https://github.com/wjlim/correlation-between-rna-seq-and-RRBS" ], [ "https://github.com/beringresearch/ivis" ], [ "https://github.com/luntergroup/EquivariantNetworks" ], [ "https://github.com/regevs/factorial_hmm" ], [ "https://github.com/BorgwardtLab/ARDISS" ], [ "https://github.com/xypan1232/DislncRF" ], [ "https://github.com/rampasek/DrVAE" ], [ "https://github.com/rubbs14/CSP-Analyzer" ], [ "https://github.com/Xshelton/SRG-vote" ], [ "https://github.com/benhid/Sequoya" ], [ "https://github.com/COMBINE-lab/grouper" ], [ "https://github.com/liyigerry/DeepCRPs" ], [ "https://github.com/Bjoux2/DeepMirTar_SdA" ], [ "https://github.com/markovmodel/PySFD" ], [ "https://github.com/dustincys/WDNfinder" ], [ "https://github.com/NDBL/ADDIT" ], [ "https://github.com/HudsonAlpha/aRNAPipe" ], [ "https://github.com/ushaham/BatchEffectRemoval" ], [ "https://github.com/StuntsPT/Structure_threader" ], [ "https://github.com/nguyenngochuy91/Relevant-Operon" ], [ "https://github.com/HUST-NingKang-Lab/straingems" ], [ "https://github.com/uym2/TreeShrink" ], [ "https://github.com/sekijima-lab/SIEVE-Score" ], [ "https://github.com/shishuo16/RefRGim" ], [ "https://github.com/zqpang/CICL" ], [ "https://github.com/tangent-T/W3AMT" ], [ "https://github.com/xulabs/aitom" ], [ "https://github.com/Zian-Xu/Swin-MoCo" ], [ "https://github.com/LiuLab-CSRC/ClickX" ], [ "https://github.com/Machine-Learning-for-Medical-Language/long-clinical-doc" ], [ "https://github.com/EpistasisLab/KRAGEN" ], [ "https://github.com/PRIS-CV/BiEN" ], [ "https://github.com/everest-castaneda/knext" ], [ "https://github.com/123456wk/DNA_base128" ], [ "https://github.com/qinghuannn/PAMFN" ], [ "https://github.com/shenlab-sinai/DeepRegFinder" ], [ "https://github.com/PigYang-ops/CycleGAN-QSDL" ], [ "https://github.com/ljbuaa/CST_TVA_DRTL" ], [ "https://github.com/zxmboshi/DDL" ], [ "https://github.com/researchprotein/amp" ], [ "https://github.com/djzgroup/Keypoints" ], [ "https://github.com/MelodYanglc/TransRectangling" ], [ "https://github.com/c-yn/DSANet" ], [ "https://github.com/holab-hku/MetaQuad" ], [ "https://github.com/MengkeSong/Saliency-Ranking-Paradigm" ], [ "https://github.com/orsburn/DIDARSCPQC" ], [ "https://github.com/divya031090/ReGeNNe" ], [ "https://github.com/promethiume/SLwise" ], [ "https://github.com/leonweber/pedl" ], [ "https://github.com/leonweber/pedl" ], [ "https://github.com/leonweber/pedl" ], [ "https://github.com/leonweber/pedl" ], [ "https://github.com/Siegel-Lab/BioSmoother" ], [ "https://github.com/lixiangli01/PDH-EH" ], [ "https://github.com/CcchenzJ/BootstrapRepresentation" ], [ "https://github.com/meganlsmith/phyloGAN" ], [ "https://github.com/gencersumbul/GRID" ], [ "https://github.com/alncat/opusDSD" ], [ "https://github.com/eioyuou/LSnet" ], [ "https://github.com/brsynth/neo4jsbml" ], [ "https://github.com/ZiqiaoZhang/FraSICL" ], [ "https://github.com/PNNL-m-q/mzapy" ], [ "https://github.com/gorgen2020/DVGNN" ], [ "https://github.com/CUHK-AIM-Group/Decoupled-Unbiased-Teacher" ], [ "https://github.com/chenshaobin/FITNet" ], [ "https://github.com/Deep-imagelab/HPRN" ], [ "https://github.com/Zhenj-Nie/MFPINC" ], [ "https://github.com/jcwang123/xboundformer" ], [ "https://github.com/SayakaMiura/CloneFinderPlus" ], [ "https://github.com/lasigeBioTM/K-RET" ], [ "https://github.com/danfenghong/IEEE_TIP_UIU-Net" ], [ "https://github.com/McGregorWwww/MCA-UNet" ], [ "https://github.com/VFs625/PreVFs-RG" ], [ "https://github.com/GMOD/jbrowse-jupyter" ], [ "https://github.com/sherry6247/CATNet" ], [ "https://github.com/YAMACS-SML/GUIDE" ], [ "https://github.com/Dumitrescu-Alexandru/TSignal" ], [ "https://github.com/PragLab/SAMPLE" ], [ "https://github.com/nlesc-nano/CAT" ], [ "https://github.com/Noble-Lab/synmatch" ], [ "https://github.com/ylab-hi/ScanExitronLR" ], [ "https://github.com/Laboratoire-de-Chemoinformatique/HyFactor" ], [ "https://github.com/lingluodlut/BioCreativeVII_DrugProt" ], [ "https://github.com/kundajelab/yuzu" ], [ "https://github.com/lauriebelch/SOCfinder" ], [ "https://github.com/guxinqian/Simple-ReID" ], [ "https://github.com/szu-zzb/polypsegplus" ], [ "https://github.com/swz30/MIRNetv2" ], [ "https://github.com/bcbl-kaist/DeepLUCIA" ], [ "https://github.com/dvlab-research/SA-AutoAug" ], [ "https://github.com/DeepSpectrum/DeepSpectrumLite" ], [ "https://github.com/niuchuangnn/SPICE" ], [ "https://github.com/lucasliu0928/KGDAL" ], [ "https://github.com/MeHelmy/princess" ], [ "https://github.com/Rose-STL-Lab/LIMO" ], [ "https://github.com/fhaive/VOLTA" ], [ "https://github.com/boxiangliu/ParaMed" ], [ "https://github.com/Zzh-tju/CIoU" ], [ "https://github.com/BiodataAnalysisGroup/kmerAnalyzer" ], [ "https://github.com/cbasemaster/time-series-attribution" ], [ "https://github.com/flatironinstitute/st_gridnet" ], [ "https://github.com/JasonLeeGHub/MAG-SD" ], [ "https://github.com/human-analysis/neural-architecture-transfer" ], [ "https://github.com/RanSuLab/ProteinSubcellularLocation" ], [ "https://github.com/JaminFong/FNA" ], [ "https://github.com/chaofengc/Face-SPARNet" ], [ "https://github.com/Murali-group/multi-species-GOA-prediction" ], [ "https://github.com/daifengwanglab/Varmole" ], [ "https://github.com/QUST-AIBBDRC/scGMAI" ], [ "https://github.com/leonweber/pedl" ], [ "https://github.com/leonweber/pedl" ], [ "https://github.com/leonweber/pedl" ], [ "https://github.com/leonweber/pedl" ], [ "https://github.com/KennthShang/PhaGCN" ], [ "https://github.com/pfenninglab/halLiftover-postprocessing" ], [ "https://github.com/ucfcbb/RNAMotifFamilySimilarity" ], [ "https://github.com/YangLiu9208/SAKDN" ], [ "https://github.com/bcgsc/ntjoin" ], [ "https://github.com/ykat0/bivartect" ], [ "https://github.com/PMMAraujo/snappy" ], [ "https://github.com/TheJacksonLaboratory/pyBedGraph" ], [ "https://github.com/GeniusTang/Afann" ], [ "https://github.com/abu-compbio/MEXCOwalk" ], [ "https://github.com/yijingru/ANCIS-Pytorch" ], [ "https://github.com/Graylab/GeoDock" ], [ "https://github.com/stamakro/SSP-LSDR" ], [ "https://github.com/forrest-lab/scMatch" ], [ "https://github.com/kundajelab/coda" ], [ "https://github.com/DanBuchan/eigen_scripts" ], [ "https://github.com/MDU-PHL/ngmaster" ], [ "https://github.com/ballesterus/UPhO" ], [ "https://github.com/wqzh/BEDM" ], [ "https://github.com/THINKINGGroup/analogy_publication" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/mms-fcul/PypKa" ], [ "https://github.com/gersteinlab/MolLM" ], [ "https://github.com/extremebird/Hydra" ], [ "https://github.com/wwaannggllii/IFIN" ], [ "https://github.com/Biocomputing-Research-Group/Transformer-DIA" ], [ "https://github.com/deepomicslab/GCNFrame" ], [ "https://github.com/ShahinaKK/LWI-VMS" ], [ "https://github.com/pirakd/DeepOrienter" ], [ "https://github.com/NUS-Tim/CECT" ], [ "https://github.com/XiongchaoChen/DuDoCFNet-MultiTask" ], [ "https://github.com/manman1995/Awaresome-pansharpening" ], [ "https://github.com/ztysdu/Swift-Eye" ], [ "https://github.com/maranasgroup/KETCHUP" ], [ "https://github.com/Li-OmicsLab/MetDIT" ], [ "https://github.com/r-cui/PostprandialHyperHypoPrediction" ], [ "https://github.com/Jane9898/scSemiGCN" ], [ "https://github.com/AIMOVE/TSE-ARF" ], [ "https://github.com/QIAIUNCC/FL_UNCC_QIAI" ], [ "https://github.com/gouayao/RCL" ], [ "https://github.com/VITA-Group/PruneCXR" ], [ "https://github.com/VITA-Group/PruneCXR" ], [ "https://github.com/VITA-Group/PruneCXR" ], [ "https://github.com/VITA-Group/PruneCXR" ], [ "https://github.com/yuzhong-deng/graphcpg" ], [ "https://github.com/lyhkevin/Graph-V-Net" ], [ "https://github.com/wrab12/SE-SSP" ], [ "https://github.com/zkkli/PSAQ-ViT" ], [ "https://github.com/YaqiangCao/cLoops" ], [ "https://github.com/mobiusklein/psims" ], [ "https://github.com/flu-crew/PD_stats" ], [ "https://github.com/deepmodeling/DMFF" ], [ "https://github.com/NeuronXJTU/SFDA-CellSeg" ], [ "https://github.com/SandraLouise/SVJedi-graph" ], [ "https://github.com/dmis-lab/ConNER" ], [ "https://github.com/QinJinghui/tcdp" ], [ "https://github.com/jiaoshihu/PSPred-ALE" ], [ "https://github.com/ha01994/grank" ], [ "https://github.com/hsu-lab/ctflow" ], [ "https://github.com/shahidmuneer/deepfakes-watermarking-technique" ], [ "https://github.com/nadeemlab/CIR" ], [ "https://github.com/gyj9811/circ-pSBLA" ], [ "https://github.com/Mr-strlen/Cell_Pattern_Analysis_Tool" ], [ "https://github.com/fxh1001/AGF-PPIS" ], [ "https://github.com/SJTUBME-QianLab/GBM-GNN" ], [ "https://github.com/jc4357/CMUI" ], [ "https://github.com/SuferQin/Fast-QPU" ], [ "https://github.com/disanda/RFM" ], [ "https://github.com/CIVA-Lab/USE-Net" ], [ "https://github.com/Qli97/NEDNBI" ], [ "https://github.com/fsahli/AtrialMFclass" ], [ "https://github.com/Rostlab/EAT" ], [ "https://github.com/DessiLBI2020/DessiLBI" ], [ "https://github.com/basiralab/RG-Select" ], [ "https://github.com/ji-min-song/KD-of-MS-DPT" ], [ "https://github.com/GanjinZero/CODER" ], [ "https://github.com/nadeemlab/deepliif" ], [ "https://github.com/fyabc/BT4MolGen" ], [ "https://github.com/Crystal-Dsq/proteinqa" ], [ "https://github.com/ddrrnn123/Omni-Seg" ], [ "https://github.com/Karimi-Lab/inucs" ], [ "https://github.com/oxpig/DEVELOP" ], [ "https://github.com/jizexuan/JointOptmization" ], [ "https://github.com/Nojgaard/mechsearch" ], [ "https://github.com/bokunoBike/m6AGE" ], [ "https://github.com/compomics/psm_utils" ], [ "https://github.com/YingyingYao/iORI-ENST" ], [ "https://github.com/JackieSun818/AEFS" ], [ "https://github.com/yangyn533/HaForest" ], [ "https://github.com/msahasrabudhe/lymphoMIL" ], [ "https://github.com/JXZe/Learning_DualVD" ], [ "https://github.com/totient-bio/gatnn-vs" ], [ "https://github.com/mirnylab/cooler" ], [ "https://github.com/mirnylab/cooler" ], [ "https://github.com/mirnylab/cooler" ], [ "https://github.com/mirnylab/cooler" ], [ "https://github.com/Guo-Xiaoqing/SSL_WCE" ], [ "https://github.com/ShangCS/MccDTI" ], [ "https://github.com/yangkuoone/PDGNet" ], [ "https://github.com/ma-compbio/MATCHA" ], [ "https://github.com/BlueBrain/VessMorphoVis" ], [ "https://github.com/farshidrayhanuiu/FRnet-DTI" ], [ "https://github.com/JohnnyY8/DAMT-Model" ], [ "https://github.com/NaziaFatima/iSOM_GSN" ], [ "https://github.com/xmengli999/CANet" ], [ "https://github.com/rochus/transitionscalespace" ], [ "https://github.com/Murali-group/RegLinker" ], [ "https://github.com/roblanf/SRHtests" ], [ "https://github.com/pFindStudio/pDeep" ], [ "https://github.com/malikyousef/miRModuleNet" ], [ "https://github.com/chjiao/PEHaplo" ], [ "https://github.com/hallamlab/TreeSAPP" ], [ "https://github.com/MolecularBioinformatics/sbml-mod-ws" ], [ "https://github.com/Pengeace/MGRFE-GaRFE" ], [ "https://github.com/modsim/molyso" ], [ "https://github.com/bartongroup/AlmostSignificant" ], [ "https://github.com/bbci/wyrm" ], [ "https://github.com/chengkun-wu/PWTEES" ], [ "https://github.com/dkoslicki/MetaPalette" ], [ "https://github.com/embneural/Cascade-xDAWN-EEGNet-for-ERP-Detection" ], [ "https://github.com/hrcheng1066/IFSO" ], [ "https://github.com/zyt-Lib/GRU-MT" ], [ "https://github.com/LI-jasm/STRPCI" ], [ "https://github.com/one-melon/SGCLDGA" ], [ "https://github.com/wangyang199897/CD-Loop" ], [ "https://github.com/mahfuzmohammad/Brainomaly" ], [ "https://github.com/zby961104/GSL-MPP" ], [ "https://github.com/SherrySDong/Hierarchical-Correction-Improves-Automated-Single-cell-Type-Annotation" ], [ "https://github.com/AitchisonLab/perox-per-cell" ], [ "https://github.com/AitchisonLab/perox-per-cell" ], [ "https://github.com/AitchisonLab/perox-per-cell" ], [ "https://github.com/AitchisonLab/perox-per-cell" ], [ "https://github.com/tanghaibao/jcvi" ], [ "https://github.com/Phalo/PPIN" ], [ "https://github.com/merck/AbLEF" ], [ "https://github.com/Bhattacharya-Lab/EquiPNAS" ], [ "https://github.com/Bhattacharya-Lab/EquiPNAS" ], [ "https://github.com/Bhattacharya-Lab/EquiPNAS" ], [ "https://github.com/Bhattacharya-Lab/EquiPNAS" ], [ "https://github.com/hall-lab/svtools" ], [ "https://github.com/gokit1/gokit" ], [ "https://github.com/Hazel1994/Visually_Grounded_Word_Embeddings_2" ], [ "https://github.com/xq141839/DualAttNet" ], [ "https://github.com/Aboriginer/HFS-SDE" ], [ "https://github.com/EXP-Pruning/EXP_Pruning" ], [ "https://github.com/IFMlab/ChemFlow_py" ], [ "https://github.com/kwu14victor/ApoBDproject" ], [ "https://github.com/whatshap/whatshap" ], [ "https://github.com/ShiMGLab/LIDER" ], [ "https://github.com/aljpetri/isONform" ], [ "https://github.com/YoochanMyung/scripts" ], [ "https://github.com/cucpbioinfo/Mol-Zero-GAN" ], [ "https://github.com/abidabrar-bracu/NoVaTeST" ], [ "https://github.com/fmfi-compbio/warpstr" ], [ "https://github.com/suda-huanglab/circlehunter" ], [ "https://github.com/LorMeBioAI/DCiPatho" ], [ "https://github.com/wsjeon92/AbFlex" ], [ "https://github.com/mizuno-group/GLDADec" ], [ "https://github.com/study-czx/HNetPa-DTI" ], [ "https://github.com/lileitech/MI_inverse_inference" ], [ "https://github.com/soham-chitnis10/WSI-domain-specific" ], [ "https://github.com/yi-ding-cs/LGG" ], [ "https://github.com/CityU-AIM-Group/FedDM" ], [ "https://github.com/xianlin7/APFormer" ], [ "https://github.com/BioinfoMachineLearning/cryoppp" ], [ "https://github.com/lep990816/Interpretable-Multi-modal-Image-Registration" ], [ "https://github.com/JiuqingDong/PlantDiseaseDetection_Yolov5" ], [ "https://github.com/lgzlIlIlI/BiSCC" ], [ "https://github.com/GEC-git/AptaMat" ], [ "https://github.com/nikhilroxtomar/MKDCNet" ], [ "https://github.com/zhangliutong/SPnet" ], [ "https://github.com/biomed-AI/LMDisorder" ], [ "https://github.com/Ivan1248/semisup-seg-efficient" ], [ "https://github.com/Baron-Huang/ViT-AMCNet" ], [ "https://github.com/Charisma-Mannheim/gc-ims-tools" ], [ "https://github.com/linDing-group/DeepKla" ], [ "https://github.com/oxpig/ABlooper" ], [ "https://github.com/sjteresi/TE_Density" ], [ "https://github.com/fengduqianhe/ADMultiView" ], [ "https://github.com/xikanfeng2/SCYN" ], [ "https://github.com/yuerongz/SRR-method" ], [ "https://github.com/CityU-AIM-Group/L2uDT" ], [ "https://github.com/YangHuan639/iEnhancer-RD" ], [ "https://github.com/ziyewang/ARG_SHINE" ], [ "https://github.com/miladrayka/ET_Score" ], [ "https://github.com/stevenshave/pybindingcurve" ], [ "https://github.com/EPFL-LCSB/nicepath" ], [ "https://github.com/heiniglab/DeepSom" ], [ "https://github.com/sabdollahi/WinBinVec" ], [ "https://github.com/yijingru/ObjGuided-Instance-Segmentation" ], [ "https://github.com/SunjooBang/Polypharmacy-side-effect-prediction" ], [ "https://github.com/StanfordBioinformatics/Hummingbird" ], [ "https://github.com/r-costa/sbml2hyb" ], [ "https://github.com/Guo-Xiaoqing/ThresholdNet" ], [ "https://github.com/ZhangZhang89/DeepCLA" ], [ "https://github.com/Sandalmoth/ratrack" ], [ "https://github.com/sabdollahi/CoLaSpSMFM" ], [ "https://github.com/KarelZhang/CSDNet-CSDGAN" ], [ "https://github.com/WangLabTHU/CellTracker" ], [ "https://github.com/Biocomputing-Research-Group/FDR" ], [ "https://github.com/pbdas/scrapp" ], [ "https://github.com/andrea-silverj/SiDcal" ], [ "https://github.com/he2016012996/CABnet" ], [ "https://github.com/dyf0631/AAE_FOR_KG" ], [ "https://github.com/dvklopfenstein/pmidcite" ], [ "https://github.com/sinAshish/Multi-Scale-Attention" ], [ "https://github.com/weibozheng/ADFinder" ], [ "https://github.com/AvdeevPavel/ILP-WGD-reconstructor" ], [ "https://github.com/YJulyXing/SECNVs" ], [ "https://github.com/ivankovlab/HypercubeME" ], [ "https://github.com/ihwang/SAMDUDE" ], [ "https://github.com/gao-lab/ePooling" ], [ "https://github.com/BioDataLearning/DeepCirCode" ], [ "https://github.com/UdeS-CoBIUS/SimSpliceEvol" ], [ "https://github.com/UdeS-CoBIUS/SimSpliceEvol" ], [ "https://github.com/UdeS-CoBIUS/SimSpliceEvol" ], [ "https://github.com/UdeS-CoBIUS/SimSpliceEvol" ], [ "https://github.com/debbiemarkslab/DeepSequence" ], [ "https://github.com/roads/psiz" ], [ "https://github.com/cs-chan/Deep-Plant" ], [ "https://github.com/Fuhaoyi/ACEP" ], [ "https://github.com/caokai1073/UnionCom" ], [ "https://github.com/dpxiong/HHConPred" ], [ "https://github.com/bio-ontology-research-group/walking-rdf-and-owl" ], [ "https://github.com/xmuyulab/Dice-XMBD" ], [ "https://github.com/solo7773/visnormsc" ], [ "https://github.com/childsish/sofia" ], [ "https://github.com/fvnieuwe/rmne" ], [ "https://github.com/cauyrd/ScanIndel" ], [ "https://github.com/emhanna/DyCluster" ], [ "https://github.com/chengyuan/reago" ], [ "https://github.com/brentp/combined-pvalues" ], [ "https://github.com/treangenlab/lemur" ], [ "https://github.com/CenterForMedicalGeneticsGhent/WisecondorX" ], [ "https://github.com/CSi-Studio/G-Aligner" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/GIST-CSBL/BayeshERG" ], [ "https://github.com/wongsing/ACP-PDAFF" ], [ "https://github.com/meteahishali/CSENDistance" ], [ "https://github.com/jas-preet/SPOT-1D-Single" ], [ "https://github.com/zhc940702/MGPred" ], [ "https://github.com/dbespiatykh/RDscan" ], [ "https://github.com/VisionAI-USF/COCO_Size_Decoding" ], [ "https://github.com/mad-lab/transit" ], [ "https://github.com/CHUSRadOncPhys/FluoMV" ], [ "https://github.com/shunfumao/cellmesh" ], [ "https://github.com/StructureFold2/StructureFold2" ], [ "https://github.com/FJD-CEPH/aCNViewer" ], [ "https://github.com/lseventeen/DIAS" ], [ "https://github.com/PacificBiosciences/FALCON" ], [ "https://github.com/IrisQi7/PredGCN" ], [ "https://github.com/dlcarper/DISCo-microbe" ], [ "https://github.com/yangfangs/physpetools" ], [ "https://github.com/smiranast/iROAR" ], [ "https://github.com/TencentAILabHealthcare/VDJMiner" ], [ "https://github.com/MICLab-Unicamp/HypAST" ], [ "https://github.com/ciceklab/PiDeeL" ], [ "https://github.com/UdeM-LBIT/CoreTracker" ], [ "https://github.com/nichollskc/biclust_comp" ], [ "https://github.com/basiralab/Kaggle-BrainNetPrediction-Toolbox" ], [ "https://github.com/ziyili20/DistributedLearningPredictor" ], [ "https://github.com/dwaithe/quantifly" ], [ "https://github.com/nmyz669/MWT" ], [ "https://github.com/jianlin-cheng/DRCon" ], [ "https://github.com/Houjunfeng203934/PA-Net" ], [ "https://github.com/lisiang/GREPore-seq" ], [ "https://github.com/Pcyslist/EQNAS" ], [ "https://github.com/HIT-ImmunologyLab/PhageTailFinder" ], [ "https://github.com/xdynames/sai-app" ], [ "https://github.com/Xswapnil/GQS" ], [ "https://github.com/shenxiaochenn/BloodNet" ], [ "https://github.com/fenglei104/DeepPROTACs" ], [ "https://github.com/mmoreno1/ElectroPredictor" ], [ "https://github.com/azizilab/decipher" ], [ "https://github.com/elmadjian/OEMC" ], [ "https://github.com/LQCT/RCDPeaks" ], [ "https://github.com/ktan8/ModTect" ], [ "https://github.com/lichun0503/CT-Classification" ], [ "https://github.com/ewijaya/icepop" ], [ "https://github.com/ernstlab/X-CNN" ], [ "https://github.com/Xundrug/EPB" ], [ "https://github.com/wyang17/SQuIRE" ], [ "https://github.com/PlanesLab/q2-metnet" ], [ "https://github.com/bresilla/nematode_counting" ], [ "https://github.com/idruglab/ChemBC" ], [ "https://github.com/RoysamLab/TIMING2" ], [ "https://github.com/JiaxinWang123/StoManager1" ], [ "https://github.com/xmuyulab/IDEPA-XMBD" ], [ "https://github.com/ZKZ-Brain/CI-GNN" ], [ "https://github.com/lab7arriam/cry_processor" ], [ "https://github.com/B-UMMI/LMAS" ], [ "https://github.com/Caeph/paperfly" ], [ "https://github.com/songbo446/slORFfinder" ], [ "https://github.com/aflahelouneg/MARSAC" ], [ "https://github.com/idrblab/corain" ], [ "https://github.com/dhiego22/gentle" ], [ "https://github.com/DelongZHOU/SAPFIR" ], [ "https://github.com/hildebrandtlab/mzBucket" ], [ "https://github.com/ChemPredict/ChemicalAquaticToxicity" ], [ "https://github.com/QijinYin/scGraph" ], [ "https://github.com/s-a-nersisyan/miRGTF-net" ], [ "https://github.com/wajidarshad/covidc" ], [ "https://github.com/talmolab/sleap-roots" ], [ "https://github.com/talmolab/sleap-roots" ], [ "https://github.com/talmolab/sleap-roots" ], [ "https://github.com/talmolab/sleap-roots" ], [ "https://github.com/SY575/COVID19-CT" ], [ "https://github.com/bio-ontology-research-group/DeepViral" ], [ "https://github.com/bergmanlab/mcclintock" ], [ "https://github.com/bergmanlab/mcclintock" ], [ "https://github.com/bergmanlab/mcclintock" ], [ "https://github.com/bergmanlab/mcclintock" ], [ "https://github.com/Xinglab/DARTS" ], [ "https://github.com/pyMBE-dev/pyMBE" ], [ "https://github.com/hliulab/cycleCDR" ], [ "https://github.com/lkytal/SpecEncoder" ], [ "https://github.com/ZiyiHuang0708/SourceID-NMF" ], [ "https://github.com/yunzheng2002/Anti-angiogenic" ], [ "https://github.com/leeyang/ResPRE" ], [ "https://github.com/jzysj/DeepGCL" ], [ "https://github.com/jiyuc/de-inconsistency" ], [ "https://github.com/talmolab/sleap-roots" ], [ "https://github.com/talmolab/sleap-roots" ], [ "https://github.com/talmolab/sleap-roots" ], [ "https://github.com/talmolab/sleap-roots" ], [ "https://github.com/georgehc/survival-topics" ], [ "https://github.com/hyjane/CCT-Net" ], [ "https://github.com/Jianningli/ssm" ], [ "https://github.com/NUS-Tim/DEMS" ], [ "https://github.com/lrslab/nanoCEM" ], [ "https://github.com/Saocent/TTMC" ], [ "https://github.com/Lx-Bao/QSFNet" ], [ "https://github.com/epifluidlab/FinaleToolkit" ], [ "https://github.com/brisvag/blik" ], [ "https://github.com/PlanesLab/gMCSpy" ], [ "https://github.com/KoslickiLab/MetagenomicKG" ], [ "https://github.com/whatamazing1/DEAttentionDTA" ], [ "https://github.com/Argonum-Clever2/mike" ], [ "https://github.com/PathoGenOmics-Lab/VIPERA" ], [ "https://github.com/NJUSTxiazw/CTLN" ], [ "https://github.com/hrlblab/MolecularEL" ], [ "https://github.com/STOmics/BatchEval" ], [ "https://github.com/open2c/bioframe" ], [ "https://github.com/haiping1010/DeepBindPoc" ], [ "https://github.com/iiiime/SPREd" ], [ "https://github.com/PGlab-NIPER/CRAFT" ], [ "https://github.com/pandafengye/MIST" ], [ "https://github.com/HamanoLaboratory/DIRECTEUR" ], [ "https://github.com/sys-bio/vscode-antimony" ], [ "https://github.com/Qianqian-Chen/MoSID" ], [ "https://github.com/BioCenter-SHU/MSFF-MA-DDI" ], [ "https://github.com/unicorn-23/GwasWA" ], [ "https://github.com/zhjohnchan/M3AE" ], [ "https://github.com/Merrical/PADL" ], [ "https://github.com/ml-jku/hyper-dti" ], [ "https://github.com/GuetYe/MADRL-MR_code" ], [ "https://github.com/wardhong/SadNet" ], [ "https://github.com/gcgreenberg/LexicHash" ], [ "https://github.com/JiuqingDong/OWPDD" ], [ "https://github.com/tangent-T/FACL" ], [ "https://github.com/PerceptionComputingLab/ULTRA" ], [ "https://github.com/PGlab-NIPER/DeepADRA2A" ], [ "https://github.com/neda77aa/FTC" ], [ "https://github.com/yul-pan/PCGAN" ], [ "https://github.com/Tomcxf/FASTdRNA" ], [ "https://github.com/cobisLab/RDDL" ], [ "https://github.com/ncbi/BioREx" ], [ "https://github.com/BioinfoMachineLearning/ScHiCEDRN" ], [ "https://github.com/MuteJester/LZGraphs" ], [ "https://github.com/Khojasteh-hb/SRX-DTI" ], [ "https://github.com/Onebear-X/DeepASDPred" ], [ "https://github.com/ZZCrazy00/MHAM-NPI" ], [ "https://github.com/lijianing0902/CProMG" ], [ "https://github.com/pachterlab/gget" ], [ "https://github.com/pachterlab/gget" ], [ "https://github.com/pachterlab/gget" ], [ "https://github.com/pachterlab/gget" ], [ "https://github.com/SteMIDIfactory/P-DOR" ], [ "https://github.com/liuyyy111/BCAN" ], [ "https://github.com/kang-hongyu/LBMFF" ], [ "https://github.com/YinggggJ/ABLNCPP" ], [ "https://github.com/yshen25/HLA-Clus" ], [ "https://github.com/TheFischerLab/FLEXR" ], [ "https://github.com/kbzhang0505/MBPNet" ], [ "https://github.com/Evangelion09/GuidedNet" ], [ "https://github.com/gongtiansu/SASA-Net" ], [ "https://github.com/fahadahaf/chromir" ], [ "https://github.com/anikethjr/promoter_models" ], [ "https://github.com/kalininalab/metaprofi" ], [ "https://github.com/Xiao-Gua00/CCPGraph" ], [ "https://github.com/ericzwang/RBD_AB" ], [ "https://github.com/ailabstw/scDrug" ], [ "https://github.com/SIAT-code/MATIC" ], [ "https://github.com/RichardSunnyMeng/MSMFN" ], [ "https://github.com/0liliulei/Mem3D" ], [ "https://github.com/soumbane/STSGT" ], [ "https://github.com/Ying-Lab/skin_fingerprint" ], [ "https://github.com/bio-ontology-research-group/mowl" ], [ "https://github.com/lhqxinghun/scHiCPTR" ], [ "https://github.com/dmis-lab/bc7-chem-id" ], [ "https://github.com/RTXteam/RTX" ], [ "https://github.com/bionlplab/radtext" ], [ "https://github.com/lxsfight/TMSCNet" ], [ "https://github.com/flyinsky6/Deep_KsuccSite" ], [ "https://github.com/Nima-Hs/BraTS" ], [ "https://github.com/Pituohai/drinking-gesture-dataset" ], [ "https://github.com/alubbock/microbench" ], [ "https://github.com/NICALab/rlpnet" ], [ "https://github.com/Andoree/smm4h_2021_classification" ], [ "https://github.com/MicrobialDarkMatter/GraphMB" ], [ "https://github.com/TanikSaikh/Scientific-Question-Answering" ], [ "https://github.com/linDing-groups/PSnoD" ], [ "https://github.com/llt1836/GL-MLL" ], [ "https://github.com/d05943006/MSRCall" ], [ "https://github.com/Ying-Lab/MELT" ], [ "https://github.com/HaoWuLab-Bioinformatics/iPro-WAEL" ], [ "https://github.com/deepomicslab/SeCNV" ], [ "https://github.com/cbrook16/ETSR-YOLO" ], [ "https://github.com/ZimmermanGroup/conformer-rl" ], [ "https://github.com/nwuAI/CAN" ], [ "https://github.com/echen102/us-pres-elections-2020" ], [ "https://github.com/sara-javadzadeh/FastViFi" ], [ "https://github.com/xikanfeng2/SCSilicon" ], [ "https://github.com/xjtu-omics/IAGS" ], [ "https://github.com/woxuankai/SpatialAlignmentNetwork" ], [ "https://github.com/gordon-chenmo/UTRAD" ], [ "https://github.com/hzi-bifo/RiboDetector" ], [ "https://github.com/pappb/Kovacs-et-al-Underground-metabolism" ], [ "https://github.com/wujians122/The-Wheat-Spikes-Detecting-and-Counting" ], [ "https://github.com/aispeech-lab/VisBCI" ], [ "https://github.com/awslabs/dgl-lifesci" ], [ "https://github.com/mdsufz/PredicTF" ], [ "https://github.com/gao-lab/GLUE" ], [ "https://github.com/MolecularAI/DockStream" ], [ "https://github.com/linDing-groups/Deep-4mCW2V" ], [ "https://github.com/zhangjun001/FGNet" ], [ "https://github.com/elkebir-group/doubletD" ], [ "https://github.com/juanshu30/Disease-Gene-Prioritization-with-Privileged-Information-and-Heteroscedastic-Dropout" ], [ "https://github.com/guofei-tju/DeepFusionDTA" ], [ "https://github.com/Singh-Lab/TandemDuplications" ], [ "https://github.com/superxuang/amta-net" ], [ "https://github.com/yassaee/MinDrug" ], [ "https://github.com/adibayaseen/HemoNet" ], [ "https://github.com/usccolumbia/MLatticeABC" ], [ "http://github.com/chen709847237/xDeep-AcPEP" ], [ "https://github.com/Polytech-bioinf/Deep-structure-integrative-representation" ], [ "https://github.com/HUST-DataMan/HCMB" ], [ "https://github.com/Blue1993/BAPA" ], [ "https://github.com/pokynmr/ipick" ], [ "https://github.com/brachtlab/Comparative_Coverage_Analysis" ], [ "https://github.com/mr7495/COVID-CTset" ], [ "https://github.com/Peppags/CRISPRont-CRISPRofft" ], [ "https://github.com/nedaemami/AptaNet" ], [ "https://github.com/janka2012/digIS" ], [ "https://github.com/labomics/SNPsnp" ], [ "https://github.com/adrift00/HOPE" ], [ "https://github.com/oxpig/DeepCoy" ], [ "https://github.com/ncbi/bert_gt" ], [ "https://github.com/yuanjing-ma/NinimHMDA" ], [ "https://github.com/liuxinhai/FG3D-Net" ], [ "https://github.com/jluebeck/FaNDOM" ], [ "https://github.com/abyzovlab/CNVpytor" ], [ "https://github.com/abyzovlab/CNVpytor" ], [ "https://github.com/abyzovlab/CNVpytor" ], [ "https://github.com/abyzovlab/CNVpytor" ], [ "https://github.com/ziadbkh/consHap" ], [ "https://github.com/bhfs9999/colonoscopy_tissue_screen_and_segmentation" ], [ "https://github.com/SGUI-LSEC/SparseGaussianMolecule" ], [ "https://github.com/SamYWK/Associated_Learning" ], [ "https://github.com/HassounLab/ELP" ], [ "https://github.com/bio-ontology-research-group/DL2Vec" ], [ "https://github.com/a-h-b/dadasnake" ], [ "https://github.com/amckenna41/pySAR" ], [ "https://github.com/ODonnell-Lipidomics/LipidFinder" ], [ "https://github.com/xialab-ahu/PredNeuroP" ], [ "https://github.com/AlejandroAb/CASCABEL" ], [ "https://github.com/gopuvenkat/MHCAttnNet" ], [ "https://github.com/magnitov/prokaryotic_cids" ], [ "https://github.com/NuttyLogic/BSBolt" ], [ "https://github.com/jind11/Deep-PICO-Detection" ], [ "https://github.com/scvae/scvae" ], [ "https://github.com/jessada/pyCancerSig" ], [ "https://github.com/uef-bbc/nippy" ], [ "https://github.com/happyalfred2016/GRGMF" ], [ "https://github.com/lichen-lab/MDeep" ], [ "https://github.com/Tastanlab/DeepKinZero" ], [ "https://github.com/tzok/eltetrado" ], [ "https://github.com/tzok/eltetrado" ], [ "https://github.com/tzok/eltetrado" ], [ "https://github.com/tzok/eltetrado" ], [ "https://github.com/Frank-Orwell/scTIM" ], [ "https://github.com/sunwj/scanpath" ], [ "https://github.com/gifford-lab/antibody-2019" ], [ "https://github.com/PfeiferLabTue/wenda" ], [ "https://github.com/tada-alg/TADA" ], [ "https://github.com/ChnMasterOG/KmerGO" ], [ "https://github.com/akiyamalab/SPDRank" ], [ "https://github.com/JungeAlexander/cocoscore" ], [ "https://github.com/HoseinT/BAMSE" ], [ "https://github.com/chjiao/TAR-VIR" ], [ "https://github.com/jun-inoue/ORTHOSCOPE_STAR" ], [ "https://github.com/Issingjessica/MDA-CNN" ], [ "https://github.com/khanhlee/snare-cnn" ], [ "https://github.com/BieseckerLab/SomatoSim" ], [ "https://github.com/azevedolab/taba" ], [ "https://github.com/fnardi/GFPLAIN" ], [ "https://github.com/reymond-group/mhfp" ], [ "https://github.com/yetaoyu/Genomic-pan-cancer-classification" ], [ "https://github.com/divelab/cgan" ], [ "https://github.com/afergadis/BC6PM-HRNN" ], [ "https://github.com/CAMI-challenge/OPAL" ], [ "https://github.com/phac-nml/mob-suite" ], [ "https://github.com/phac-nml/mob-suite" ], [ "https://github.com/phac-nml/mob-suite" ], [ "https://github.com/phac-nml/mob-suite" ], [ "https://github.com/UMCUGenetics/targetclone" ], [ "https://github.com/zhangyijia1979/hierarchical-RNNs-model-for-DDI-extraction" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/Single-Cell-Graph-Learning/scSGL" ], [ "https://github.com/blazi13/qbioimages" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/beiko-lab/ananke" ], [ "https://github.com/C3BI-pasteur-fr/ReGaTE" ], [ "https://github.com/liutairan/eMolFrag" ], [ "https://github.com/birnbaumlab/MAD-HYPE" ], [ "https://github.com/ChrisMaherLab/INTEGRATE-Vis" ], [ "https://github.com/davecao/tappm_cli" ], [ "https://github.com/kkrizanovic/NanoMark" ], [ "https://github.com/bio-ontology-research-group/deepgo" ], [ "https://github.com/nisheth/MeFiT" ], [ "https://github.com/lucapinello/mim" ], [ "https://github.com/BJFU-CS2012/MuiltNet" ], [ "https://github.com/jiasongchen/SymTC" ], [ "https://github.com/cvims/FHB_classification" ], [ "https://github.com/BeaconProjectAtVirginiaTech/beacon_network_inference" ], [ "https://github.com/yevgenin/om2seq" ], [ "https://github.com/Shen-Lab/TALE" ], [ "https://github.com/BZQLin/LRPET" ], [ "https://github.com/zhc-moushang/CausalEQTL" ], [ "https://github.com/ICEORY/PMF" ], [ "https://github.com/bcgsc/ntEmbd" ], [ "https://github.com/weberlab-hhu/Predmoter" ], [ "https://github.com/PANPANKK/ATC_KIR" ], [ "https://github.com/anand9176/WaveWatch5000Public" ], [ "https://github.com/ziyangwang007/TriConvUNeXt" ], [ "https://github.com/kr-colab/mapNN" ], [ "https://github.com/hippo-yf/bsgenova" ], [ "https://github.com/Milkteaww/CFS" ], [ "https://github.com/754131799/DeepSF-4mC" ], [ "https://github.com/lipelopesoliveira/pyCOFBuilder" ], [ "https://github.com/eduardchelebian/depicter" ], [ "https://github.com/stiger1000/Random-Sampling-SNN" ], [ "https://github.com/aircarlo/GNN_LSAP" ], [ "https://github.com/HanLabUNLV/sleps" ], [ "https://github.com/wangjuan313/wsis-beyond-tightBB" ], [ "https://github.com/Cloud-Liu/MD-UNet" ], [ "https://github.com/yrjia1015/THItoGene" ], [ "https://github.com/llttxx/AERMNET" ], [ "https://github.com/zywait/HGCNLDA" ], [ "https://github.com/MehrshadSD/robustness-interpretability" ], [ "https://github.com/fiy2W/mri_seq2seq" ], [ "https://github.com/gem-pasteur/macsyfinder" ], [ "https://github.com/gem-pasteur/macsyfinder" ], [ "https://github.com/gem-pasteur/macsyfinder" ], [ "https://github.com/gem-pasteur/macsyfinder" ], [ "https://github.com/favour-nerrise/xGW-GAT" ], [ "https://github.com/favour-nerrise/xGW-GAT" ], [ "https://github.com/favour-nerrise/xGW-GAT" ], [ "https://github.com/favour-nerrise/xGW-GAT" ], [ "https://github.com/ddwhzh/GFIN" ], [ "https://github.com/Rongdingyi/PhyIntNet" ], [ "https://github.com/TJUT-CV/SCLT" ], [ "https://github.com/Shen-Lab/DeepAffinity" ], [ "https://github.com/algbio/mfd-safety" ], [ "https://github.com/ZhangLab312/DPAMSA" ], [ "https://github.com/nolan-h-hamilton/ROCCO" ], [ "https://github.com/amygruel/FoveationStakes_DVS" ], [ "https://github.com/KarolineZhy/DefCorNet" ], [ "https://github.com/LinaDongXMU/FGNN" ], [ "https://github.com/GtLinyer/LOANet" ], [ "https://github.com/liningtonlab/MultiplexMS" ], [ "https://github.com/LWCHN/CTEC" ], [ "https://github.com/CelestialShine/Longitudinal-Chest-X-Ray" ], [ "https://github.com/chengyu-github1012/Graph-Fusion" ], [ "https://github.com/Kari-Genomics-Lab/iDeLUCS" ], [ "https://github.com/ma-compbio/UNADON" ], [ "https://github.com/luo-group/GraNA" ], [ "https://github.com/vanderschaarlab/AutoPrognosis" ], [ "https://github.com/MoyangSensei/CARN-Pytorch" ], [ "https://github.com/JieZheng-ShanghaiTech/KR4SL" ], [ "https://github.com/CSUBioGroup/StackCPA" ], [ "https://github.com/BioinfoMachineLearning/MULTICOM3" ], [ "https://github.com/gatech-genemark/MgCod" ], [ "https://github.com/Libra-jing/SiamOL" ], [ "https://github.com/UgoLomoio/gtex_visualizer" ], [ "https://github.com/Tiny-Snow/EVMP" ], [ "https://github.com/VITA-Group/Trap-and-Replace-Backdoor-Defense" ], [ "https://github.com/phineasng/mononet" ], [ "https://github.com/YutingHe-list/P2-Net" ], [ "https://github.com/Orin-beep/HOTSPOT" ], [ "https://github.com/Socrates023/DCPHA" ], [ "https://github.com/jdeweeselab/psicalc-package" ], [ "https://github.com/OluwadareLab/HiC-GNN" ], [ "https://github.com/mooneed/CACPU-Net" ], [ "https://github.com/BioinfoMachineLearning/MULTICOM_qa" ], [ "https://github.com/roohy/localIBDClustering" ], [ "https://github.com/martaccmoreno/gexp-ml-dask" ], [ "https://github.com/calvin-zcx/SCEHR" ], [ "https://github.com/RedPotatoChip/OSUDL" ], [ "https://github.com/harveerar/SMIT" ], [ "https://github.com/mesunhlf/DEFEAT" ], [ "https://github.com/CVMI-Lab/ST3D" ], [ "https://github.com/PPOLYpubki/RD3D" ], [ "https://github.com/dmitrymyl/ortho2align" ], [ "https://github.com/hsiangyuzhao/PANet" ], [ "https://github.com/mahfuzmohammad/HealthyGAN" ], [ "https://github.com/sydeng99/ssTEM-restoration" ], [ "https://github.com/pmglab/RNA-SSNV" ], [ "https://github.com/bihealth/clear-cnv" ], [ "https://github.com/ShkolniskyLab/kltpicker2" ], [ "https://github.com/FudanDISC/DISCOpen-MedBox-DialoDiagnosis" ], [ "https://github.com/nayu0419/TFLP" ], [ "https://github.com/hehh77/3DGT-DDI" ], [ "https://github.com/tcygxu2021/FMGNN" ], [ "https://github.com/luffy563/circRNA_tools_comparison" ], [ "https://github.com/CityU-AIM-Group/I2GCN" ], [ "https://github.com/iMED-Lab/TortuosityGrading" ], [ "https://github.com/hanzefang/DESDGAN" ], [ "https://github.com/PGTSING/HGETGI" ], [ "https://github.com/TencentAILabHealthcare/MLA-GNN" ], [ "https://github.com/HuMingLab/SnapHiC" ], [ "https://github.com/cucpbioinfo/Xlnc1DCNN" ], [ "https://github.com/Longwt123/MDL-CPI" ], [ "https://github.com/usccolumbia/MOOCSP" ], [ "https://github.com/EbmeyerSt/GEnView" ], [ "https://github.com/xxy45/DSGAT" ], [ "https://github.com/wangyuanhao/springD2A" ], [ "https://github.com/anonymous1025/CO-VAE" ], [ "https://github.com/jeya-maria-jose/KiU-Net-pytorch" ], [ "https://github.com/Khalife/Sequoia" ], [ "https://github.com/wanglabtongji/STRIDE" ], [ "https://github.com/s20181080001/WebServer" ], [ "https://github.com/belowlab/IMMerge" ], [ "https://github.com/amituofo-xf/HUbiPred" ], [ "https://github.com/cambridgeltl/functional-genomics-ie" ], [ "https://github.com/umr-ds/NOREC4DNA" ], [ "https://github.com/bijingshu/BiAttCNN" ], [ "https://github.com/alonalj/hta" ], [ "https://github.com/arnabkmondal/scRAE" ], [ "https://github.com/reach2sbera/ldct_nonlocal" ], [ "https://github.com/Alphafrey946/Colocalization-MOC" ], [ "https://github.com/sigma10010/nuclei_cells_det" ], [ "https://github.com/divya031090/phyLoSTM" ], [ "https://github.com/veania/MIREyA" ], [ "https://github.com/zbf1991/A2GNN" ], [ "https://github.com/thinkobj/ISFA" ], [ "https://github.com/spyflying/CMPC-Refseg" ], [ "https://github.com/v4yuezi/AGTAR" ], [ "https://github.com/vanheeringen-lab/seq2science" ], [ "https://github.com/wtjiang98/PSGAN" ], [ "https://github.com/fayazsoleymani/SARTRE" ], [ "https://github.com/richadhanuka/PFP-using-Functional-interrelationship" ], [ "https://github.com/marjanfaizi/MSModDetector" ], [ "https://github.com/louzounlab/microbiome" ], [ "https://github.com/pcdslab/ASD-SAENet" ], [ "https://github.com/Krisloveless/ChrNet" ], [ "https://github.com/CSUBioGroup/SSRE" ], [ "https://github.com/krishnabits001/task_driven_data_augmentation" ], [ "https://github.com/medema-group/bigslice" ], [ "https://github.com/AaronYll/DECban" ], [ "https://github.com/fallerlab/Ribo-ODDR" ], [ "https://github.com/AliJam82/MDIPA" ], [ "https://github.com/renzhenwang/pairwise_segmentation" ], [ "https://github.com/lixt314/NatDRAP1" ], [ "https://github.com/kimmo1019/DeepCDR" ], [ "https://github.com/ZiqiaoZhang/FraGAT" ], [ "https://github.com/SJTUBME-QianLab/SpiralTransform" ], [ "https://github.com/wang-hong-fei/DL-plant-ubsites-prediction" ], [ "https://github.com/ZhaoZhibin/DL-based-Intelligent-Diagnosis-Benchmark" ], [ "https://github.com/voracva1/CoLiDe" ], [ "https://github.com/innate2adaptive/Decombinator" ], [ "https://github.com/JoanaMPereira/GCsnap" ], [ "https://github.com/raphael-group/SBMClone" ], [ "https://github.com/CT001002/T4SE-XGB" ], [ "https://github.com/lasigeBioTM/PGR-crowd" ], [ "https://github.com/SatyajitECE/DNN-XGB-for-PPI-Prediction" ], [ "https://github.com/sera616/TargetMM" ], [ "https://github.com/cbi-bioinfo/methCancer-gen" ], [ "https://github.com/YifanDengWHU/DDIMDL" ], [ "https://github.com/CongSun-dlut/CPI_extraction" ], [ "https://github.com/yangyq505/MHRWR" ], [ "https://github.com/malewins/SEQing" ], [ "https://github.com/jade-nhri/nanoMLST" ], [ "https://github.com/lich0031/Mammographic_Density_Classification" ], [ "https://github.com/QuKunLab/SMAtool" ], [ "https://github.com/bio-ontology-research-group/ontology-extension" ], [ "https://github.com/lalonderodney/INN-Inflated-Neural-Nets" ], [ "https://github.com/mobiusklein/glycresoft" ], [ "https://github.com/mikpom/uslcount" ], [ "https://github.com/DPBayes/dp-representation-transfer" ], [ "https://github.com/YellowcardD/RNN-for-membrane-protein-types-prediction" ], [ "https://github.com/muhaochen/seq_ppi" ], [ "https://github.com/zer0o0/drug-repo" ], [ "https://github.com/xal2019/DeepFE-PPI" ], [ "https://github.com/cimm-kzn/CGRtools" ], [ "https://github.com/easycui/nuclei_segmentation" ], [ "https://github.com/BIONF/protTrace" ], [ "https://github.com/phglab/ARGDIT" ], [ "https://github.com/insilichem/garleek" ], [ "https://github.com/Phlya/coolpuppy" ], [ "https://github.com/gstecher/CloneFinderAPI" ], [ "https://github.com/hellloxiaotian/ADNet" ], [ "https://github.com/Shamir-Lab/Sorting-Cancer-Karyotypes" ], [ "https://github.com/hkmztrk/SMILESVecProteinRepresentation" ], [ "https://github.com/rsemeraro/XomeBlender" ], [ "https://github.com/Zhiqin-HUANG/confFuse" ], [ "https://github.com/thh32/Spherical" ], [ "https://github.com/ma-compbio/PEP" ], [ "https://github.com/jtaghiyar/kronos" ], [ "https://github.com/smalltalkman/hppi-tensorflow" ], [ "https://github.com/jnktsj/DNApi" ], [ "https://github.com/kassonlab/positionalmi" ], [ "https://github.com/abehr/pong" ], [ "https://github.com/BlueBrain/NeuroMorphoVis" ], [ "https://github.com/phrh/BackCLIP" ], [ "https://github.com/JZPeterPan/MCMR-Recon-Driven-Motion" ], [ "https://github.com/wu-lab-egio/EGIO" ], [ "https://github.com/VicenteMartiCentelles/CageCavityCalc" ], [ "https://github.com/rui-yan/SSL-FL" ], [ "https://github.com/yimingxu24/CLDG" ], [ "https://github.com/LeapLabTHU/EfficientTrain" ], [ "https://github.com/neuropoly/multiclass-segmentation" ], [ "https://github.com/lhf12278/IAD" ], [ "https://github.com/RPDS2020/AEC" ], [ "https://github.com/kurtsemih/copyVAE" ], [ "https://github.com/Goatofmountain/MAGNIFIER" ], [ "https://github.com/LiuChuang0059/GTSP" ], [ "https://github.com/JLiangLab/DiRA" ], [ "https://github.com/JLiangLab/DiRA" ], [ "https://github.com/JLiangLab/DiRA" ], [ "https://github.com/JLiangLab/DiRA" ], [ "https://github.com/PT-Finder/PT-Finder" ], [ "https://github.com/michalkoziarski/DiagSet" ], [ "https://github.com/hfutqian/GapSSG" ], [ "https://github.com/rsinghlab/scGrapHiC" ], [ "https://github.com/yhoogstrate/flaimapper" ], [ "https://github.com/hellloxiaotian/SSNet" ], [ "https://github.com/Liuyuxinict/CBiAFormer" ], [ "https://github.com/ZZCrazy00/GAM-MDR" ], [ "https://github.com/AxelElaldi/e3so3_conv" ], [ "https://github.com/kordk/torch-ecpg" ], [ "https://github.com/kordk/torch-ecpg" ], [ "https://github.com/kordk/torch-ecpg" ], [ "https://github.com/kordk/torch-ecpg" ], [ "https://github.com/lucien22588/yolov5-ngn" ], [ "https://github.com/liameihao/scChrBin" ], [ "https://github.com/ShaneSpace/DGFDBenchmark" ], [ "https://github.com/LI-jasm/DHPRL" ], [ "https://github.com/OnofreyLab/dl_hmc_attention_mlcn2023" ], [ "https://github.com/ZZCrazy00/JDASA-MRD" ], [ "https://github.com/Roth-Lab/ESQmodel" ], [ "https://github.com/jiahong-fu/Equivariant-Proximal-Operator" ], [ "https://github.com/RidongHan/DocRE-Co-Occur" ], [ "https://github.com/Peroxidess/MVIIL-GAN" ], [ "https://github.com/jywu511/BD-Net" ], [ "https://github.com/wq-sunshine/MomdTDSRL" ], [ "https://github.com/Ulricab/Bert-Path" ], [ "https://github.com/oligogenic/Deep_active_learning_bioRE" ], [ "https://github.com/gpgzy/CL-Cardiac-segmentation" ], [ "https://github.com/ghaiyan/TOAST" ], [ "https://github.com/lhc17/HoloNet" ], [ "https://github.com/structuralbioinformatics/SBILib" ], [ "https://github.com/qgao21/CoreDiff" ], [ "https://github.com/ZhangJD-ong/Iterative-Cycle-consistent-Semi-supervised-Learning-for-fibroglandular-tissue-segmentation" ], [ "https://github.com/Cuthbert-Huang/CC-Net" ], [ "https://github.com/favour-nerrise/xGW-GAT" ], [ "https://github.com/favour-nerrise/xGW-GAT" ], [ "https://github.com/favour-nerrise/xGW-GAT" ], [ "https://github.com/favour-nerrise/xGW-GAT" ], [ "https://github.com/ncbi/MedCPT" ], [ "https://github.com/mdsufz/StandEnA" ], [ "https://github.com/yevgenin/PatternCode" ], [ "https://github.com/sekijima-lab/GARGOYLES" ], [ "https://github.com/Zhang-Yang-ops/LSFC" ], [ "https://github.com/Bhattacharya-Lab/PIQLE" ], [ "https://github.com/Bhattacharya-Lab/PIQLE" ], [ "https://github.com/Bhattacharya-Lab/PIQLE" ], [ "https://github.com/Bhattacharya-Lab/PIQLE" ], [ "https://github.com/aehrc/cvt2distilgpt2" ], [ "https://github.com/JiayuanWang-JW/DC-cycleGAN" ], [ "https://github.com/barthelemymp/Domain2DomainProteinTranslation" ], [ "https://github.com/bayzidlab/SAINT-Angle" ], [ "https://github.com/CSUBioGroup/GraphscoreDTA" ], [ "https://github.com/XiaoTaoWang/HiCLift" ], [ "https://github.com/XiaoTaoWang/HiCLift" ], [ "https://github.com/XiaoTaoWang/HiCLift" ], [ "https://github.com/XiaoTaoWang/HiCLift" ], [ "https://github.com/canc1993/graces" ], [ "https://github.com/weiliao97/METRE" ], [ "https://github.com/shimenghuang/KernelBiome" ], [ "https://github.com/aI-area/DVGSN" ], [ "https://github.com/bozdaglab/NRPreTo" ], [ "https://github.com/vigi30/Clinical-GAN" ], [ "https://github.com/glasgowlab/MAGPIE" ], [ "https://github.com/xwanggroup/DaDL-SChlo" ], [ "https://github.com/berkuva/TCGA-omics-integration" ], [ "https://github.com/skinahan/DIVA_PyTorch" ], [ "https://github.com/meidanis-lab/rank-indel" ], [ "https://github.com/Nachida08/SnakeMAGs" ], [ "https://github.com/lmdu/dockey" ], [ "https://github.com/SysBioChalmers/HGTphyloDetect" ], [ "https://github.com/ChunhuaLiLab/Metal3DRNA" ], [ "https://github.com/deepomicslab/SMURF" ], [ "https://github.com/jianlin-cheng/TransFun" ], [ "https://github.com/ihuhuhu/RAC" ], [ "https://github.com/joshidhaivat/HQAlign" ], [ "https://github.com/zzc1991/TREC_Precision_Medicine_Track" ], [ "https://github.com/MinjieWan/Unsupervised-end-to-end-infrared-and-visible-image-fusion-network-using-learnable-fusion-strategy" ], [ "https://github.com/TrangDinh44/ABAG_BioBERT" ], [ "https://github.com/kkyamada/bert-rbp" ], [ "https://github.com/tticoin/HKG-DDIE" ], [ "https://github.com/RuoyuChen10/Image_weighing" ], [ "https://github.com/XiayangLi2301/DNA" ], [ "https://github.com/prasunc/Gliomanet" ], [ "https://github.com/MHH-RCUG/nf_wochenende" ], [ "https://github.com/FeiLyu/SASSL" ], [ "https://github.com/fangzy97/drnet" ], [ "https://github.com/jannikfranzen/theta_neuron" ], [ "https://github.com/VITA-Group/LongTailCXR" ], [ "https://github.com/MIRCen/NeuronInstanceSeg" ], [ "https://github.com/PiotrRadzinski/envemind" ], [ "https://github.com/Chandan-IITI/Tf-GCZSL" ], [ "https://github.com/vinchole/zzzccc" ], [ "https://github.com/Tan-group/FebRNA" ], [ "https://github.com/rishavpramanik/AAPSO" ], [ "https://github.com/FeiYee/Breast-area-TWO" ], [ "https://github.com/csxmli2016/DMDNet" ], [ "https://github.com/parashardhapola/scarf" ], [ "https://github.com/tthinking/MATR" ], [ "https://github.com/MehediAzim/DeepAmp" ], [ "https://github.com/gengmufeng/TCFL-OCT" ], [ "https://github.com/JLiangLab/BenchmarkTransferLearning" ], [ "https://github.com/dmis-lab/SeqTagQA" ], [ "https://github.com/AstraZeneca/StarGazer" ], [ "https://github.com/HUBioDataLab/DrugApp" ], [ "https://github.com/jiangdat/COMI" ], [ "https://github.com/CMUSchwartzLab/TUSV-ext" ], [ "https://github.com/zsy-9/STNN-DDI" ], [ "https://github.com/magnitov/pentad" ], [ "https://github.com/GauravPandeyLab/ensemble_integration" ], [ "https://github.com/Usman095/Graph-DOM" ], [ "https://github.com/Novestars/Fully-Transformer-Network" ], [ "https://github.com/HKUST-NISL/GEDDnet" ], [ "https://github.com/AlexTS1980/COVID-CT-Mask-Net" ], [ "https://github.com/LiangYu-Xidian/MDPBMP" ], [ "https://github.com/DIAL-RPI/SCO-SSL" ], [ "https://github.com/msisakht/pyprotmodel" ], [ "https://github.com/Cassieyy/AugMS-Net" ], [ "https://github.com/hongwang01/DICDNet" ], [ "https://github.com/sbelharbi/deep-wsl-histo-min-max-uncertainty" ], [ "https://github.com/cliffgao/EAGERER" ], [ "https://github.com/liuyf-a/NeuroPpred-SVM" ], [ "https://github.com/zmmzGitHub/SpanMB_BERT" ], [ "https://github.com/pengsl-lab/BioERP" ], [ "https://github.com/pdbeurope/pdbecif" ], [ "https://github.com/wmalab/EnHiC" ], [ "https://github.com/jiaming-wang/EIP" ], [ "https://github.com/bittremieux/falcon" ], [ "https://github.com/yaozhong/deepIntraSV" ], [ "https://github.com/cyones/mirDNN" ], [ "https://github.com/ggnatalia/MMs" ], [ "https://github.com/WLYLab/PepFormer" ], [ "https://github.com/wlincong/p2pSSE" ], [ "https://github.com/nrohani/SARS-CoV-2" ], [ "https://github.com/kweimann/ecg-transfer-learning" ], [ "https://github.com/bhioswego/ML_ordCOX" ], [ "https://github.com/zyllluck/GNIPLR" ], [ "https://github.com/hehew321/iDeepC" ], [ "https://github.com/SayakaMiura/PathFinder" ], [ "https://github.com/Wukong90/Handwritten-Text-Recognition" ], [ "https://github.com/Scientific-Computing-Lab-NRCN/MLography" ], [ "https://github.com/filipspl/AnnapuRNA" ], [ "https://github.com/Yikai-Wang/ICI-FSL" ], [ "https://github.com/HEGANLDA/HEGANLDA" ], [ "https://github.com/jahnl/binding_in_disorder" ], [ "https://github.com/wzhings/antivaccine_detection" ], [ "https://github.com/IoBT-VISTEC/MetaSleepLearner" ], [ "https://github.com/ShuhuaGao/FHOC" ], [ "https://github.com/zhibinlv/isGP-DRLF" ], [ "https://github.com/borenstein-lab/MetaLAFFA" ], [ "https://github.com/systemsmedicine/Antibody_cross-reaction_dynamics" ], [ "https://github.com/yvquanli/trimnet" ], [ "https://github.com/ratschlab/SNBNMF-mutsig-public" ], [ "https://github.com/kingsford-group/miniception" ], [ "https://github.com/anuradhawick/MetaBCC-LR" ], [ "https://github.com/BorgwardtLab/MoProEmbeddings" ], [ "https://github.com/LBBSoft/DeepCDA" ], [ "https://github.com/ay-lab/mustache" ], [ "https://github.com/jmschrei/kiwano" ], [ "https://github.com/mrazvan22/dkt" ], [ "https://github.com/LannyShi/Hippocampal-segmentation" ], [ "https://github.com/canisw/tf3p" ], [ "https://github.com/ryought/hic_hiker" ], [ "https://github.com/NeuroSyd/Epileptic-Seizure-Classification" ], [ "https://github.com/CXX1113/Dual-DropoutGCN" ], [ "https://github.com/guofei-tju/Ensemble-classifier-chain-model" ], [ "https://github.com/ljatynu/NIMCGCN" ], [ "https://github.com/RanSuLab/Hepatotoxicity" ], [ "https://github.com/zhanglabNKU/APIN" ], [ "https://github.com/YantaoShen/kpm_rw_person_reid" ], [ "https://github.com/connor-lab/vapor" ], [ "https://github.com/biomag-lab/hypocotyl-UNet" ], [ "https://github.com/StevenLiuWen/sRNN_TSC_Anomaly_Detection" ], [ "https://github.com/vibansal/IntegratedPhasing" ], [ "https://github.com/gevaertlab/MultimodalPrognosis" ], [ "https://github.com/BarnettLab/MyelinJ" ], [ "https://github.com/schallerdavid/pyrod" ], [ "https://github.com/wupengomics/PASS" ], [ "https://github.com/QuKunLab/APEC" ], [ "https://github.com/juexinwang/GRGNN" ], [ "https://github.com/QData/FastSK" ], [ "https://github.com/likesum/DeeReCT-PolyA" ], [ "https://github.com/kantorlab/hivmmer" ], [ "https://github.com/biocore/calour" ], [ "https://github.com/hakyimlab/ukbrest" ], [ "https://github.com/zhanglabtools/DNADataAugmentation" ], [ "https://github.com/Crespo-Otero-group/fromage" ], [ "https://github.com/Crespo-Otero-group/fromage" ], [ "https://github.com/Crespo-Otero-group/fromage" ], [ "https://github.com/Crespo-Otero-group/fromage" ], [ "https://github.com/pmeysman/TCRclusteringPaper" ], [ "https://github.com/Tarskin/HappyTools" ], [ "https://github.com/ucrbioinfo/Novo_Stitch" ], [ "https://github.com/jaebird123/tusv" ], [ "https://github.com/EhsanMotazedi/TriPoly" ], [ "https://github.com/CobraLab/atlases" ], [ "https://github.com/costasilvati/consexpression" ], [ "https://github.com/jmjung83/deconvolution_of_essential_gene_signitures" ], [ "https://github.com/bcgsc/pavfinder" ], [ "https://github.com/ctlab/GADMA" ], [ "https://github.com/lingluodlut/Att-ChemdNER" ], [ "https://github.com/stjude/RNAIndel" ], [ "https://github.com/ccshao/nimfa" ], [ "https://github.com/jefftc/changlab" ], [ "https://github.com/luispedro/Coelho2015_NetsDetermination" ], [ "https://github.com/SJTUBME-QianLab/CFGNN-PDarising" ], [ "https://github.com/Rose-STL-Lab/FS-CAP" ], [ "https://github.com/mcieslik-mctp/epicode" ], [ "https://github.com/ahmedhshahin/CenTime" ], [ "https://github.com/SimonCB765/Leaf" ], [ "https://github.com/cma2015/CAFU" ], [ "https://github.com/SindiLab/ACTIVA" ], [ "https://github.com/vaquerizaslab/fanc" ], [ "https://github.com/zhihefang/CCLGAN" ], [ "https://github.com/vshiv18/sigmoni" ], [ "https://github.com/ICB-DCM/pyPESTO" ], [ "https://github.com/ICB-DCM/pyPESTO" ], [ "https://github.com/ICB-DCM/pyPESTO" ], [ "https://github.com/ICB-DCM/pyPESTO" ], [ "https://github.com/rememberBr/HRTEM2" ], [ "https://github.com/sfu-mial/FuseNet" ], [ "https://github.com/nlp-mnmt/ConVisPiv-MNMT" ], [ "https://github.com/bx20000827/DL-MHNMF" ], [ "https://github.com/Biohang/DiSMVC" ], [ "https://github.com/yyzg/OGNNMDA" ], [ "https://github.com/MorrissyLab/mosaicMPI" ], [ "https://github.com/jaygshah/Robust-Brain-Age-Prediction" ], [ "https://github.com/Royluoyi123/DTKGIN" ], [ "https://github.com/cma2015/DEM" ], [ "https://github.com/amazingma/GraphPath" ], [ "https://github.com/CodeGoat24/RGTNet" ], [ "https://github.com/XuejiangGuo/TransGCN" ], [ "https://github.com/Vincent-1125/Uncertainty-Quantification-on-Clinical-Trial-Outcome-Prediction" ], [ "https://github.com/CNJianLiu/MH6D" ], [ "https://github.com/ncbi/GeneGPT" ], [ "https://github.com/TNTurnerLab/HAT" ], [ "https://github.com/humeng24/Margin-SNN" ], [ "https://github.com/RobinChu9890/MTL-U-Net-for-Functional-Shoulder-STS" ], [ "https://github.com/abelavit/PepCNN" ], [ "https://github.com/whitehat32/MSFF-DTA" ], [ "https://github.com/marcdcfischer/PUNETR" ], [ "https://github.com/DHUDEBLab/DMFDDI" ], [ "https://github.com/taowang11/ML-NPI" ], [ "https://github.com/mylbuaa/MGCA-RAFFNet" ], [ "https://github.com/BGI-SynBio/PyMOL-PUB" ], [ "https://github.com/jiujiezz/tsnad" ], [ "https://github.com/jiujiezz/tsnad" ], [ "https://github.com/jiujiezz/tsnad" ], [ "https://github.com/jiujiezz/tsnad" ], [ "https://github.com/CUHK-AIM-Group/FedGP" ], [ "https://github.com/cnapy-org/CNApy" ], [ "https://github.com/cnapy-org/CNApy" ], [ "https://github.com/cnapy-org/CNApy" ], [ "https://github.com/cnapy-org/CNApy" ], [ "https://github.com/BrokenStringx/CRISPR-BERT" ], [ "https://github.com/whuchuang/mid" ], [ "https://github.com/biomed-AI/nucleic-acid-binding" ], [ "https://github.com/hongwang01/OSCNet" ], [ "https://github.com/hcholab/k-salsa" ], [ "https://github.com/Ma-Xinzhi/LightConvNet" ], [ "https://github.com/nadeemlab/DeepLIIF" ], [ "https://github.com/nyukat/pathology_extraction" ], [ "https://github.com/YingLiangjxau/GR-m6A" ], [ "https://github.com/louliliang/ST-ac4C" ], [ "https://github.com/Bhattacharya-Lab/EquiPPIS" ], [ "https://github.com/Quinella7291/A-Multi-exit-Neural-Network-with-Adaptive-Inference-Time-for-Sleep-Stage-Classification" ], [ "https://github.com/darylfung96/UC-disease-TL" ], [ "https://github.com/PlotkinLab/Prothon" ], [ "https://github.com/msmdev/PlasmoFAB" ], [ "https://github.com/shallFun4Learning/PGPointNovo" ], [ "https://github.com/DIAL-RPI/Fed-MENU" ], [ "https://github.com/HiLab-git/HAMIL" ], [ "https://github.com/Crystal-JJ/DREAM" ], [ "https://github.com/zglabDIB/TbAMLPred" ], [ "https://github.com/mb16biswas/attention-unet" ], [ "https://github.com/PayamDiba/SERGIO" ], [ "https://github.com/yifang000/QADD" ], [ "https://github.com/rlrq/MINORg" ], [ "https://github.com/HaoWuLab-Bioinformatics/Enhancer-MDLF" ], [ "https://github.com/ArdeleanRichard/Space-Breakdown-Method" ], [ "https://github.com/PremSinghBist/Sars-CoV-2-Escape-Model" ], [ "https://github.com/kalininalab/GlyLES" ], [ "https://github.com/THGLab/int2cart" ], [ "https://github.com/xq141839/DCSAU-Net" ], [ "https://github.com/lizmcmanus/Inspectro-Gadget" ], [ "https://github.com/GOMC-WSU/MoSDeF-GOMC" ], [ "https://github.com/BAMeScience/PepGM" ], [ "https://github.com/usnistgov/atomvision" ], [ "https://github.com/JU-HuaY/MFR" ], [ "https://github.com/bwbio/PROSE" ], [ "https://github.com/zhyu-lab/bmvae" ], [ "https://github.com/hurraygong/MU3DSP" ], [ "https://github.com/SJTU-LuHe/TransVOD" ], [ "https://github.com/PreMedKB/PAnno" ], [ "https://github.com/ZenaCai/vsRNAfinder" ], [ "https://github.com/BioinformaticsCSU/CRMSS" ], [ "https://github.com/usaeed786/BGCLN" ], [ "https://github.com/228384274/improved-yolov5" ], [ "https://github.com/HiLab-git/DAG4MIA" ], [ "https://github.com/VDIGPKU/CBNetV2" ], [ "https://github.com/gxq1998/MCP-Net" ], [ "https://github.com/dmis-lab/BERN2" ], [ "https://github.com/ningq669/DLF-Sul" ], [ "https://github.com/aispeech-lab/TinyWASE" ], [ "https://github.com/zm17943/SplitAVG" ], [ "https://github.com/dimitrisPs/msdesis" ], [ "https://github.com/nachifur/LLPC" ], [ "https://github.com/MeixinZhu/vehicle-crash-identification" ], [ "https://github.com/songweizhi/MarkerMAG" ], [ "https://github.com/yoterel/iCatcher" ], [ "https://github.com/engbiopct/TextMiningAMR" ], [ "https://github.com/JaesikKim/temporal-GNN" ], [ "https://github.com/martalovino/ChimerDriver" ], [ "https://github.com/ChunhuaLiLab/SREPRHot" ], [ "https://github.com/SohamChattopadhyayEE/DRDA-Net" ], [ "https://github.com/VITA-Group/SmartDeal" ], [ "https://github.com/SoftServeInc/affinity-by-GNN" ], [ "https://github.com/I-Guy/SalmoDEST" ], [ "https://github.com/dhcai21/RVHaplo" ], [ "https://github.com/leonweber/drugprot" ], [ "https://github.com/Liruiqing-ustc/HFBSurv" ], [ "https://github.com/feiqiwang/PISPKI" ], [ "https://github.com/emiracherif/ONTdeCIPHER" ], [ "https://github.com/jayarajpbalakrishnan/2_SOM_SCREEN" ], [ "https://github.com/wanglabtongji/SCRIP" ], [ "https://github.com/ChenyuGAO-CS/SMA" ], [ "https://github.com/abu-compbio/NetCentric" ], [ "https://github.com/yyguo-sjtu/DSD-3D-Unsupervised-Landmark-Detection-Based-Motion-Estimation" ], [ "https://github.com/Haawk666/AutomAl-6000" ], [ "https://github.com/li-shaochuan/SEDIM" ], [ "https://github.com/DREAMXFAR/FCL-Net" ], [ "https://github.com/ProwlerForNanopore/ProwlerTrimmer" ], [ "https://github.com/96jhwei/Genetic-U-Net" ], [ "https://github.com/IFMlab/ChemFlow" ], [ "https://github.com/HUST-DataMan/FRMC" ], [ "https://github.com/ailabstw/ezGeno" ], [ "https://github.com/svip-lab/SphericalDNNs" ], [ "https://github.com/houzl3416/iDeepSubMito" ], [ "https://github.com/czbiohub/MIDAS2" ], [ "https://github.com/wanjun-group-seu/AQUARIUM" ], [ "https://github.com/SJTUBME-QianLab/UDAseg" ], [ "https://github.com/Hengfu-Yin/IsoSplitter" ], [ "https://github.com/NWPU-903PR/IMCDriver" ], [ "https://github.com/JackAndCole/Deep-Neural-Network-For-Heartbeat-Classification" ], [ "https://github.com/aod321/STN-iCNN" ], [ "https://github.com/AkshathaPrasanna/MutVis" ], [ "https://github.com/CN-zdy/MSU_Net" ], [ "https://github.com/yangence/DEBKS" ], [ "https://github.com/JhaKanchan15/PPI_GNN" ], [ "https://github.com/guopengf/CG-SAMR" ], [ "https://github.com/neerakara/test-time-adaptable-neural-networks-for-domain-generalization" ], [ "https://github.com/marcovarrone/gene-expression-chromatin" ], [ "https://github.com/bm2-lab/FL-QSAR" ], [ "https://github.com/784221489/DNA-binding" ], [ "https://github.com/biosinodx/SCCNV" ], [ "https://github.com/zabir-nabil/Fibro-CoSANet" ], [ "https://github.com/babaksaremi/RESEQ" ], [ "https://github.com/jimmyrate/ienhancer-xg" ], [ "https://github.com/Genotek/ClassifyCNV" ], [ "https://github.com/qsonehara/Obelisc" ], [ "https://github.com/KIT-MBS/coconet" ], [ "https://github.com/liukeweiaway/DeepM6A_cnn" ], [ "https://github.com/maups/covid19-satellite-analysis" ], [ "https://github.com/ITBE-Lab/seed-evaluation" ], [ "https://github.com/jiujiezz/tsnad" ], [ "https://github.com/jiujiezz/tsnad" ], [ "https://github.com/jiujiezz/tsnad" ], [ "https://github.com/jiujiezz/tsnad" ], [ "https://github.com/Ananya-Bhattacharjee/ImputeDistances" ], [ "https://github.com/smerckel/FastaChar" ], [ "https://github.com/cbg-ethz/BnpC" ], [ "https://github.com/stamakro/GCN-for-Structure-and-Function" ], [ "https://github.com/Topf-Lab/XLM-Tools" ], [ "https://github.com/SAINTProtein/SAINT" ], [ "https://github.com/LingtaoSu/BISG" ], [ "https://github.com/vanallenlab/comut" ], [ "https://github.com/zhengdd0422/VFNet" ], [ "https://github.com/oxpig/DeLinker" ], [ "https://github.com/Xshelton/SG_LSTM" ], [ "https://github.com/ksiewert/BetaScan" ], [ "https://github.com/smajidian/phaseme" ], [ "https://github.com/paprikachan/DeepMF" ], [ "https://github.com/iprada/Circle-Map" ], [ "https://github.com/knights-lab/SHOGUN" ], [ "https://github.com/malonge/RaGOO" ], [ "https://github.com/nrohani/NDD" ], [ "https://github.com/Valdes-Tresanco-MS/gmx_MMPBSA" ], [ "https://github.com/billzyx/LCA-CNN" ], [ "https://github.com/cambridgeltl/nn_for_LBD" ], [ "https://github.com/arouillard/omic-features-successful-targets" ], [ "https://github.com/CardiacModelling/hERGRapidCharacterisation" ], [ "https://github.com/algbio/panvc3-experiments" ], [ "https://github.com/Dankem/pyGROMODS" ], [ "https://github.com/matthewcarlucci/scikick" ], [ "https://github.com/slimsuite/depthkopy" ], [ "https://github.com/regulomics/chroMC" ], [ "https://github.com/takumorizo/OVarCall" ], [ "https://github.com/cuhklinlab/scAMACE_py" ], [ "https://github.com/clovaai/wsolevaluation" ], [ "https://github.com/LabBandSB/re-Searcher" ], [ "https://github.com/cschmidtlab/croco" ], [ "https://github.com/bioinformatics-polito/DEEPrior" ], [ "https://github.com/p-koo/evoaug-tf" ], [ "https://github.com/p-koo/evoaug-tf" ], [ "https://github.com/p-koo/evoaug-tf" ], [ "https://github.com/p-koo/evoaug-tf" ], [ "https://github.com/p-koo/evoaug-tf" ], [ "https://github.com/p-koo/evoaug-tf" ], [ "https://github.com/p-koo/evoaug-tf" ], [ "https://github.com/p-koo/evoaug-tf" ], [ "https://github.com/Micromeda/pygenprop" ], [ "https://github.com/syxiaa/gbc" ], [ "https://github.com/smithlabcode/ribotricer" ], [ "https://github.com/UdeS-CoBIUS/Protein2GeneTree" ], [ "https://github.com/axbazin/panrgp_supdata" ], [ "https://github.com/chembl/pfam_map_loader" ], [ "https://github.com/vanessajurtz/MetaPhinder" ], [ "https://github.com/tudorgroza/code-for-papers" ], [ "https://github.com/tudorgroza/fast_hpo_cr" ], [ "https://github.com/c3g/bw-merge-window" ], [ "https://github.com/Fibonaccirabbit/cVAN" ], [ "https://github.com/hakyimlab/MetaXcan" ], [ "https://github.com/fenghen360/HomBlocks" ], [ "https://github.com/sunericd/SPRITE" ], [ "https://github.com/raimondilab/expansion" ], [ "https://github.com/pykeen/pykeen" ], [ "https://github.com/labgem/PPanGGOLiN" ], [ "https://github.com/LauritzR/characteristic-feature-extraction" ], [ "https://github.com/HDCVLab/Deep-Dense-Multi-scale-Network" ], [ "https://github.com/AC-PHD/NoLabelPFA" ], [ "https://github.com/tkotani/CEBond" ], [ "https://github.com/ZhaoLab-TMU/AIMER" ], [ "https://github.com/mrzResearchArena/PyFeat" ], [ "https://github.com/ieeta-pt/BioNExt" ], [ "https://github.com/ay-lab/HiCnv" ], [ "https://github.com/Mathelab/RaMP-BackEnd" ], [ "https://github.com/cancerit/VaLiAnT" ], [ "https://github.com/MicrobiologyETHZ/mbarq" ], [ "https://github.com/TU-Darmstadt-APQ/RedPitaya-Lockbox" ], [ "https://github.com/afgane/bioblend" ], [ "https://github.com/afgane/bioblend" ], [ "https://github.com/afgane/bioblend" ], [ "https://github.com/afgane/bioblend" ], [ "https://github.com/zhangjiaobxy/nssrfBinary" ], [ "https://github.com/zhangjiaobxy/nssrfPackage" ], [ "https://github.com/wh-xu/experiment-hyper-gen" ], [ "https://github.com/SamStudio8/goldilocks" ], [ "https://github.com/Jerry-Master/lung-tumour-study" ], [ "https://github.com/kantale/pypedia" ], [ "https://github.com/MilesCranmer/bnn_chaos_model" ], [ "https://github.com/dtamayo/spock" ], [ "https://github.com/gem-pasteur/macsyfinder" ], [ "https://github.com/gem-pasteur/macsyfinder" ], [ "https://github.com/gem-pasteur/macsyfinder" ], [ "https://github.com/gem-pasteur/macsyfinder" ], [ "https://github.com/nanogchen/polyGraft" ], [ "https://github.com/RNA-FRETools/fretraj" ], [ "https://github.com/BruningLab/warpDOCK" ], [ "https://github.com/abyzovlab/CNVpytor" ], [ "https://github.com/abyzovlab/CNVpytor" ], [ "https://github.com/abyzovlab/CNVpytor" ], [ "https://github.com/abyzovlab/CNVpytor" ], [ "https://github.com/alexcoppe/iWhale" ], [ "https://github.com/ylab-hi/ScanNeo" ], [ "https://github.com/LMSE/FYRMENT" ], [ "https://github.com/daquang/YAMDA" ], [ "https://github.com/pranavkdm/R-PointHop" ], [ "https://github.com/Buka-Xing/Deep-network-based-distribution-measures-for-full-reference-image-quality-assessment" ], [ "https://github.com/anooplab/pyar" ], [ "https://github.com/james-guevara/synthdnm" ], [ "https://github.com/zheminzhou/pHierCC" ], [ "https://github.com/galelab/scPathoQuant" ], [ "https://github.com/giesselmann/nanopype" ], [ "https://github.com/Quantum-Dynamics-Hub/Libra-X" ], [ "https://github.com/mabessa/F3DAS" ], [ "https://github.com/bokulich-lab/q2-fondue" ], [ "https://github.com/zqfang/gnnhap" ], [ "https://github.com/vanvalenlab/deepcell-spots" ], [ "https://github.com/vanvalenlab/deepcell-spots" ], [ "https://github.com/vanvalenlab/deepcell-spots" ], [ "https://github.com/vanvalenlab/deepcell-spots" ], [ "https://github.com/epifluidlab/finaledb_workflow" ], [ "https://github.com/KoslickiLab/YACHT-reproducibles" ], [ "https://github.com/pdxgx/neoepiscope-paper" ], [ "https://github.com/abdullah009/DataRLATools" ], [ "https://github.com/fmfi-compbio/mc-overlaps" ], [ "https://github.com/KoslickiLab/YACHT" ], [ "https://github.com/KoslickiLab/YACHT" ], [ "https://github.com/KoslickiLab/YACHT" ], [ "https://github.com/KoslickiLab/YACHT" ], [ "https://github.com/kr-colab/disperseNN2" ], [ "https://github.com/kr-colab/disperseNN2" ], [ "https://github.com/kr-colab/disperseNN2" ], [ "https://github.com/kr-colab/disperseNN2" ], [ "https://github.com/BigDataBiology/SemiBin2_benchmark" ], [ "https://github.com/SONGDONGYUAN1994/scsampler" ], [ "https://github.com/BigDataBiology/SemiBin" ], [ "https://github.com/BaderLab/Transfer-Learning-BNER-Bioinformatics-2018" ], [ "https://github.com/joachimwolff/sparse-neighbors-search" ], [ "https://github.com/joachimwolff/scHiCExplorer" ], [ "https://github.com/dmis-lab/biobert" ], [ "https://github.com/mohimanilab/MS2Planner" ], [ "https://github.com/BaderLab/saber" ], [ "https://github.com/NoiseLabUCSD/ConformalPrediction" ], [ "https://github.com/iTaxoTools/ConcatenatorGui" ], [ "https://github.com/paudano/kescases" ], [ "https://github.com/Franck-Dernoncourt/NeuroNER" ], [ "https://github.com/biocore-NTNU/pyranges" ], [ "https://github.com/hillerlab/IterativeErrorCorrection" ], [ "https://github.com/yinlabniu/eCAMI" ], [ "https://github.com/BaderLab/Towards-reliable-BioNER" ], [ "https://github.com/ah651/deepfake_adv" ], [ "https://github.com/zhanglabNKU/eCAMI" ], [ "https://github.com/urmi-21/orfipy" ], [ "https://github.com/KoslickiLab/CMASH-reproducibles" ], [ "https://github.com/biocore/q2-umap" ], [ "https://github.com/dkoslicki/CMash" ], [ "https://github.com/pykeen/benchmarking" ], [ "https://github.com/FOI-Bioinformatics/flextaxd" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/usnistgov/UniSpec" ], [ "https://github.com/WatsonLab/KOunt" ], [ "https://github.com/taoshen99/AutoMolDesigner" ], [ "https://github.com/ianvcaldas/smalldisco" ], [ "https://github.com/Edinburgh-Genome-Foundry/DNAChisel" ], [ "https://github.com/pdxgx/neoepiscope" ], [ "https://github.com/subhc/clever" ], [ "https://github.com/MTandHJ/rcm" ], [ "https://github.com/austenb28/CycFlowDec" ], [ "https://github.com/tkchafin/mrbait" ], [ "https://github.com/inab/BIOLITMAP" ], [ "https://github.com/psyrocloud/EGOF-Net" ], [ "https://github.com/ialbert/biostar-central" ], [ "https://github.com/phytest-devs/phytest" ], [ "https://github.com/bigchem/transformer-cnn" ], [ "https://github.com/OpenBioLink/OpenBioLink" ], [ "https://github.com/tsudalab/rxngenerator" ], [ "https://github.com/molecularmodelinglab/bigbind" ], [ "https://github.com/MaterialsDiscovery/PyChemia" ], [ "https://github.com/wang-lab/CRISPRDB" ], [ "https://github.com/Sami-Altayyar/Fast-HBR" ], [ "https://github.com/tsdat/tsdat" ], [ "https://github.com/ando-lab/miffi" ], [ "https://github.com/ando-lab/miffi" ], [ "https://github.com/ando-lab/miffi" ], [ "https://github.com/ando-lab/miffi" ], [ "https://github.com/ggonnella/gfapy" ], [ "https://github.com/Pex2892/PETAL" ], [ "https://github.com/gem-net/chemsearch" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/djmaity/md-davis" ], [ "https://github.com/nttcslab/deep-sound-field-denoiser" ], [ "https://github.com/Steinbeck-Lab/cheminformatics-microservice" ], [ "https://github.com/pephco/ASDEC" ], [ "https://github.com/isblab/nestor" ], [ "https://github.com/isblab/nestor" ], [ "https://github.com/isblab/nestor" ], [ "https://github.com/isblab/nestor" ], [ "https://github.com/hoerlteam/YeastMate" ], [ "https://github.com/eugomin/ARES-GT" ], [ "https://github.com/gem-pasteur/PanACoTA" ], [ "https://github.com/ErasmusMC-Bioinformatics/fuma" ], [ "https://github.com/CellProfiler/CellProfiler-Analyst" ], [ "https://github.com/CellProfiler/CellProfiler-Analyst" ], [ "https://github.com/CellProfiler/CellProfiler-Analyst" ], [ "https://github.com/CellProfiler/CellProfiler-Analyst" ], [ "https://github.com/BergmannLab/PascalX" ], [ "https://github.com/mdbloice/Pyrea" ], [ "https://github.com/henry-leo/Patpat" ], [ "https://github.com/MedCompUnipd/FunTaxIS-lite" ], [ "https://github.com/kaigelee/CSFCN" ], [ "https://github.com/byemaxx/SSREnricher" ], [ "https://github.com/andrewguy/biostructmap" ], [ "https://github.com/atfrank/PyShifts" ], [ "https://github.com/evocell/rabifier" ], [ "https://github.com/blachlylab/mucor" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/cellatlas/cellatlas" ], [ "https://github.com/isblab/nestor" ], [ "https://github.com/isblab/nestor" ], [ "https://github.com/isblab/nestor" ], [ "https://github.com/isblab/nestor" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/songweizhi/HgtSIM" ], [ "https://github.com/Greco-Lab/MaNGA" ], [ "https://github.com/XQBai/SCTree-test" ], [ "https://github.com/beatrizgj/FLYCOP" ], [ "https://github.com/largelymfs/DeepFold" ], [ "https://github.com/materialsintelligence/matscholar" ], [ "https://github.com/carjed/helmsman" ], [ "https://github.com/vishakad/cpi-em" ], [ "https://github.com/bristena-op/AnoniMME" ], [ "https://github.com/TRON-Bioinformatics/ArtiFusion" ], [ "https://github.com/yunchuankong/GEDFN" ], [ "https://github.com/jbudis/dante" ], [ "https://github.com/agis85/multimodal_brain_synthesis" ], [ "https://github.com/swakkhar/iPHLoc-ES" ], [ "https://github.com/pascalkieslich/mousetrap-os" ], [ "https://github.com/uci-cbcl/HLA-bind" ], [ "https://github.com/texttechnologylab/LSTMVoter" ], [ "https://github.com/doxeylab/evoclust3d" ], [ "https://github.com/Tarskin/LaCyTools" ], [ "https://github.com/mathcom/CPR" ], [ "https://github.com/ksahlin/BESST" ], [ "https://github.com/compomics/MAPPI-DAT" ], [ "https://github.com/inincs/pyNCS" ], [ "https://github.com/zubekj/broad_peaks" ], [ "https://github.com/morrislab/phylosub" ], [ "https://github.com/smy-THU/VirtualViewSelection" ], [ "https://github.com/zhiqan/SeGMVAE" ], [ "https://github.com/WatsonLab/MAGpy" ], [ "https://github.com/ddofer/ProFET" ], [ "https://github.com/marithetland/ONTmompS" ], [ "https://github.com/CSi-Studio/3D-MSNet" ], [ "https://github.com/liyangjie/PPNet" ], [ "https://github.com/baiboat/HSNet" ], [ "https://github.com/ih-lab/AI-biopsy" ], [ "https://github.com/zjujdj/SuperAtomicCharge" ], [ "https://github.com/cansyl/TransferLearning4DTI" ], [ "https://github.com/cfoguet/iso2flux" ], [ "https://github.com/ZYLandy/BiU-Net" ], [ "https://github.com/01dadada/RT-Transformer" ], [ "https://github.com/databio/geniml" ], [ "https://github.com/Nalinikanta7/metagenomics" ], [ "https://github.com/wilhelm-lab/oktoberfest" ], [ "https://github.com/plattenmichael/DeepnCCA" ], [ "https://github.com/FenyoLab/SAMPEI" ], [ "https://github.com/mirthAI/MicroSegNet" ], [ "https://github.com/Clinical-Genomics/patientMatcher" ], [ "https://github.com/luoyuanlab/Clinical-Longformer" ], [ "https://github.com/BioGavin/msbff" ], [ "https://github.com/Zheng-Lab-Westlake/Osteo-Fine-Mapp-SNP2SE2miRNA" ], [ "https://github.com/biocai/DeepHiC" ], [ "https://github.com/hagax8/ancestry_viz" ], [ "https://github.com/trislett/TFCE_mediation" ], [ "https://github.com/treangenlab/Olivar" ], [ "https://github.com/celehs/M2REMAP" ], [ "https://github.com/zjupgx/modig" ], [ "https://github.com/LanLab/STECFinder" ], [ "https://github.com/AlexandrovLab/SigProfilerAssignment" ], [ "https://github.com/AlexandrovLab/SigProfilerAssignment" ], [ "https://github.com/AlexandrovLab/SigProfilerAssignment" ], [ "https://github.com/AlexandrovLab/SigProfilerAssignment" ], [ "https://github.com/Haoxiang-Qi/Network-Calculator" ], [ "https://github.com/gjbaker/sylaras" ], [ "https://github.com/popgengui/agestrucnb" ], [ "https://github.com/biomed-AI/GraphPPIS" ], [ "https://github.com/EtienneCmb/tensorpac" ], [ "https://github.com/ciceklab/targeted_brain_tumor_margin_assessment" ], [ "https://github.com/MSingerLab/COMETSC" ], [ "https://github.com/ncats/ld50-multitask" ], [ "https://github.com/kblin/covid-spike-classification" ], [ "https://github.com/qinwang-ai/DSM-Distil" ], [ "https://github.com/sschrod/CODEX" ], [ "https://github.com/broadinstitute/flipbook" ], [ "https://github.com/nguyenngochuy91/Ancestral-Blocks-Reconstruction" ], [ "https://github.com/MolPlantPathology/ScAnalyzer" ], [ "https://github.com/hikmetc/QC_Constellation" ], [ "https://github.com/Luo-SynBioLab/ThermoFinder" ], [ "https://github.com/wrc990616/MFMSNet" ], [ "https://github.com/plhhnu/GEnDDn" ], [ "https://github.com/biox-nku/epicarousel" ], [ "https://github.com/CMUSchwartzLab/Mase-phi" ], [ "https://github.com/ymy12341/STM-ac4C" ], [ "https://github.com/multicom-toolbox/deepdist" ], [ "https://github.com/DominikBatic/EndoViT" ], [ "https://github.com/QingYunA/Linear-Semantic-Transformation-for-Semi-Supervised-Medical-Image-Segmentation" ], [ "https://github.com/gegao310/VesselSeg-Pytorch-master" ], [ "https://github.com/DayuHuu/scEMC" ], [ "https://github.com/matcyr/Hi-GeoMVP" ], [ "https://github.com/zhouzhou1201/CSAP-UNet" ], [ "https://github.com/MarieOestreich/small-molecule-autoencoders" ], [ "https://github.com/HustAlexander/MCWSS" ], [ "https://github.com/jiangyu945/S2CA-Net" ], [ "https://github.com/BioMedIA-MBZUAI/FUSC" ], [ "https://github.com/zlfyj/AbDPP" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/xuhuali-mxj/IM-DCL" ], [ "https://github.com/kkkayle/DFI-MS" ], [ "https://github.com/kokinide/PARSID" ], [ "https://github.com/dahvida/NP_Fingerprints" ], [ "https://github.com/cmb-chula/MHCSeqNet2" ], [ "https://github.com/fawaz-dabbaghieh/PanPA" ], [ "https://github.com/RemiAllio/MitoFinder" ], [ "https://github.com/nitzanavidan/PD_Recon" ], [ "https://github.com/Zouxidan/HA_predict" ], [ "https://github.com/HuangLab-CBI/PhasiHunter" ], [ "https://github.com/gdghds0/FSRENet-master" ], [ "https://github.com/syc2017/KCDTA" ], [ "https://github.com/DeepMIALab/FFPEPlus" ], [ "https://github.com/Eleanorhxd/MKCL" ], [ "https://github.com/ciceklab/ECOLE" ], [ "https://github.com/zhanglab-wbgcas/EIEPCF" ], [ "https://github.com/PostoenkoVI/IQMMA" ], [ "https://github.com/dhirujis02/Journal" ], [ "https://github.com/NeginBabaiha/NN-RNALoc" ], [ "https://github.com/LiminLi-xjtu/FGCNSurv" ], [ "https://github.com/zwang-bioinformatics/HiC4D" ], [ "https://github.com/liaoherui/StrainScan" ], [ "https://github.com/YongChen-Exact/TC-CoNet" ], [ "https://github.com/akibzaman/SleepBoost" ], [ "https://github.com/MICS-Lab/scyan" ], [ "https://github.com/Roth-Lab/SpatialSort" ], [ "https://github.com/Czaki/Trapalyzer" ], [ "https://github.com/BioinfoMachineLearning/GCPNet" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/jun-csbio/e2eatp" ], [ "https://github.com/tee-lab/MOTHe-GUI" ], [ "https://github.com/ZhonghuiGu/HEAL" ], [ "https://github.com/ScienceNLP-Lab/Citation-Integrity" ], [ "https://github.com/XiaodiYangpku/MultimodalPPI" ], [ "https://github.com/NBISweden/strobealign-evaluation" ], [ "https://github.com/drzeeshanahmed/intelligenes" ], [ "https://github.com/rastanton/GAMMA" ], [ "https://github.com/scverse/ecosystem-packages" ], [ "https://github.com/IMSY-DKFZ/simpa_paper_experiments" ], [ "https://github.com/John-P/wsic" ], [ "https://github.com/IMSY-DKFZ/simpa" ], [ "https://github.com/jsgounot/Floria_analysis_workflow" ], [ "https://github.com/bio15anu/revelio" ], [ "https://github.com/EpiDiverse/SNP" ], [ "https://github.com/MichaelLinn/off_target_prediction" ], [ "https://github.com/kdd-ubc/MorphOT" ], [ "https://github.com/vivarium-collective/vivarium-core" ], [ "https://github.com/gitter-lab/ml4bio" ], [ "https://github.com/wenqi006/SlideGraph" ], [ "https://github.com/IBM/Matilda" ], [ "https://github.com/pinellolab/GRAFIMO" ], [ "https://github.com/InfOmics/GRAFIMO" ], [ "https://github.com/WenkeHuang/MarsFL" ], [ "https://github.com/Vandermode/QRNN3D" ], [ "https://github.com/adamewing/methylartist" ], [ "https://github.com/EpistasisLab/tpot" ], [ "https://github.com/thiviyanT/torch-rgcn" ], [ "https://github.com/lelaboratoire/tpot-fss" ], [ "https://github.com/ZarnackGroup/racoon_clip" ], [ "https://github.com/gosling-lang/gos" ], [ "https://github.com/PRIS-CV/Sketch-CS" ], [ "https://github.com/KingJamesSong/OrthoImproveCond" ], [ "https://github.com/pzc/herg_chembl_jcim" ], [ "https://github.com/RingBDStack/RGMIL" ], [ "https://github.com/ShkolniskyLab/emalign" ], [ "https://github.com/sammeyer2017/TwisTranscripT" ], [ "https://github.com/rdkit/mmpdb" ], [ "https://github.com/ecogenomics/gtdbtk" ], [ "https://github.com/ecogenomics/gtdbtk" ], [ "https://github.com/ecogenomics/gtdbtk" ], [ "https://github.com/ecogenomics/gtdbtk" ], [ "https://github.com/caotianze/plotnineseqsuite" ], [ "https://github.com/HuaweiWang/WearableMeasurementSystem" ], [ "https://github.com/justin13601/AnnoDash" ], [ "https://github.com/skalyaanamoorthy/PoseFilter" ], [ "https://github.com/alexxijielu/yeast_segmentation" ], [ "https://github.com/johnlees/mandrake" ], [ "https://github.com/Joye9285/scGAC" ], [ "https://github.com/idrblab/socube" ], [ "https://github.com/MontgomeryLab/tinyRNA" ], [ "https://github.com/raghavagps/FluSPred" ], [ "https://github.com/TillMacher/TaxonTableTools" ], [ "https://github.com/ando-lab/miffi" ], [ "https://github.com/ando-lab/miffi" ], [ "https://github.com/ando-lab/miffi" ], [ "https://github.com/ando-lab/miffi" ], [ "https://github.com/johnnytam100/AlphaCutter" ], [ "https://github.com/crazyinter/DETIRE" ], [ "https://github.com/TissueImageAnalytics/tiatoolbox" ], [ "https://github.com/haessar/peaks2utr" ], [ "https://github.com/siheming/mspypeline" ], [ "https://github.com/ruixv/NLOS-OT" ], [ "https://github.com/labstructbioinf/pLM-BLAST" ], [ "https://github.com/davidebolo1993/VISOR" ], [ "https://github.com/yywan0913/SVhawkeye" ], [ "https://github.com/kkihnphd/VICR" ], [ "https://github.com/djwooten/synergy" ], [ "https://github.com/BorgwardtLab/simbsig" ], [ "https://github.com/mutalyzer/algebra" ], [ "https://github.com/YonghaoXu/CRGNet" ], [ "https://github.com/egaffo/CirComPara2" ], [ "https://github.com/GeomScale/dingo" ], [ "https://github.com/menicgiulia/CPIExtract" ], [ "https://github.com/MetaSys-LISBP/IsoCor" ], [ "https://github.com/svalkiers/clusTCR" ], [ "https://github.com/yangence/MTM" ], [ "https://github.com/LieberInstitute/dRFEtools" ], [ "https://github.com/KennthShang/PhaBOX" ], [ "https://github.com/bioasp/merrin" ], [ "https://github.com/UCSB-VRL/ReebGraph" ], [ "https://github.com/kr-colab/disperseNN2" ], [ "https://github.com/kr-colab/disperseNN2" ], [ "https://github.com/kr-colab/disperseNN2" ], [ "https://github.com/kr-colab/disperseNN2" ], [ "https://github.com/2003100127/deeptminter" ], [ "https://github.com/drou0302/CapiPy" ], [ "https://github.com/LiangYu-Xidian/EPSOL" ], [ "https://github.com/Joindbre/TextRelevancy" ], [ "https://github.com/jwen307/mri_cnf" ], [ "https://github.com/broadinstitute/oncotator" ], [ "https://github.com/HIT-ICES/TNNLS-MTGN" ], [ "https://github.com/chenbong/PSS-Net" ], [ "https://github.com/dilincv/TAGNet" ], [ "https://github.com/oddt/oddt" ], [ "https://github.com/oddt/oddt" ], [ "https://github.com/oddt/oddt" ], [ "https://github.com/oddt/oddt" ], [ "https://github.com/bioinfomaticsCSU/MEC" ], [ "https://github.com/luoyan407/congruency" ], [ "https://github.com/phnmnl/wft4galaxy" ], [ "https://github.com/markhilt/ARBitR" ], [ "https://github.com/iossifovlab/gpf" ], [ "https://github.com/Bobay-Ochman/ConSpeciFix" ], [ "https://github.com/jensengroup/fragbuilder" ], [ "https://github.com/labsquare/cutevariant" ], [ "https://github.com/zengwang430521/TCFormer" ], [ "https://github.com/hklarner/PyBoolNet" ], [ "https://github.com/inria-thoth/EDAA" ], [ "https://github.com/lanl/DEPDOSE" ], [ "https://github.com/LarryUESTC/GRLC" ], [ "https://github.com/dimitrismallis/KeypointsToLandmarks" ], [ "https://github.com/dvlab-research/Parametric-Contrastive-Learning" ], [ "https://github.com/zhexu1997/HiSA" ], [ "https://github.com/qizhangli/ila-plus-plus-lr" ], [ "https://github.com/LanceZPF/NNED_MMGraph" ], [ "https://github.com/LongJin-lab/Activated-Gradients-for-Deep-Neural-Networks" ], [ "https://github.com/Spritea/BoxMOTS" ], [ "https://github.com/gregorpatof/nrgten_package" ], [ "https://github.com/lmbxmu/FilterSketch" ], [ "https://github.com/xvjiarui/GCNet" ], [ "https://github.com/whitead/molbloom" ], [ "https://github.com/Shen-Lab/SS-GCNs" ], [ "https://github.com/Gabaldonlab/EvolClust" ], [ "https://github.com/soedinglab/prosstt" ], [ "https://github.com/RobersonLab/motif_scraper" ], [ "https://github.com/YingZhou001/POPdemog" ], [ "https://github.com/gabaldonlab/haplotypo" ], [ "https://github.com/YAMACS-SML/YAMACS" ], [ "https://github.com/itsmeludo/Phyloligo" ], [ "https://github.com/zlzenglu/FN" ], [ "https://github.com/ShenXuelin-CityU/PWJNDInfer" ], [ "https://github.com/GalGilad/TAU" ], [ "https://github.com/jhu99/scbean" ], [ "https://github.com/jhu99/scbean" ], [ "https://github.com/jhu99/scbean" ], [ "https://github.com/jhu99/scbean" ], [ "https://github.com/MingyeXu/cp3" ], [ "https://github.com/anwarmaxsum/FLOWER" ], [ "https://github.com/indralab/gilda" ], [ "https://github.com/PlanktonQAQ/SCTNet" ], [ "https://github.com/aijag/drugGraphNet" ], [ "https://github.com/Tan-H-C/DR-GAN-Distribution-Regularization-for-Text-to-Image-Generation" ], [ "https://github.com/dota-109/WRSD" ], [ "https://github.com/visiontao/ncd" ], [ "https://github.com/Alina-1997/visual-distortion-in-attack" ], [ "https://github.com/syxiaa/RSDS" ], [ "https://github.com/krishnanlab/PecanPy" ], [ "https://github.com/mkpython3/Mutation-Simulator" ], [ "https://github.com/Yingjun-Du/VID" ], [ "https://github.com/Linfeng-Tang/DRLIE" ], [ "https://github.com/openvax/mhcflurry" ], [ "https://github.com/sebwouters/qc-dmet" ], [ "https://github.com/HannesStark/dirichlet-flow-matching" ], [ "https://github.com/SLDGroup/survey-zero-shot-nas" ], [ "https://github.com/HarryPotterXTX/HOPE" ], [ "https://github.com/pfizer-opensource/bigwig-loader" ], [ "https://github.com/nitzanlab/biolord" ], [ "https://github.com/ericolo/codingDiv" ], [ "https://github.com/wdzhao123/SAT" ], [ "https://github.com/jasonsahl/wgfast" ], [ "https://github.com/bearprin/Neural-IMLS" ], [ "https://github.com/wangyxxjtu/ReGO-Pytorch" ], [ "https://github.com/tuyunbin/VARD" ], [ "https://github.com/unknownue/puflow" ], [ "https://github.com/zju-vipa/spot-adaptive-pytorch" ], [ "https://github.com/Evotec-Bioinformatics/ml-from-omics" ], [ "https://github.com/fnzhan/Illumination-Estimation" ], [ "https://github.com/songjiechong/DPC-DUN" ], [ "https://github.com/AutoHDR/HD-Net" ], [ "https://github.com/raroes/one-sense-per-citation-network" ], [ "https://github.com/DuannYu/BalancedSemi-TNNLS" ], [ "https://github.com/VIB-PSB/ksrates" ], [ "https://github.com/cmmt/chromatra" ], [ "https://github.com/ganmodokix/concvae" ], [ "https://github.com/NCBI-Hackathons/Network_SNPs" ], [ "https://github.com/charliebudd/torch-content-area" ], [ "https://github.com/CarragherLab/phenonaut" ], [ "https://github.com/iTaxoTools/Hapsolutely" ], [ "https://github.com/mutalyzer/mutalyzer" ], [ "https://github.com/snizam001/greenPipes" ], [ "https://github.com/grimmlab/easyPheno" ], [ "https://github.com/Biocomputing-Research-Group/CloudProteoAnalyzer" ], [ "https://github.com/CZHQuality/AAA-Pix2pix" ], [ "https://github.com/TRON-Bioinformatics/easyquant" ], [ "https://github.com/uclahs-cds/package-PipeVal" ], [ "https://github.com/baumbachlab/epigen" ], [ "https://github.com/PGP-UK/GenomeChronicler" ], [ "https://github.com/zxy951005/KB-CR" ], [ "https://github.com/WT215/nnRNA" ], [ "https://github.com/scwest/SINBAD" ], [ "https://github.com/xwBio/RRBSsim" ], [ "https://github.com/MoreiraLAB/DrugTax" ], [ "https://github.com/cclaiyc/TIdentify" ], [ "https://github.com/essex-lab/grand" ], [ "https://github.com/ZooPhy/geoboost2" ], [ "https://github.com/AnantharamanLab/ViWrap" ], [ "https://github.com/AnantharamanLab/ViWrap" ], [ "https://github.com/AnantharamanLab/ViWrap" ], [ "https://github.com/AnantharamanLab/ViWrap" ], [ "https://github.com/liu-h-y/5hmC_model" ], [ "https://github.com/stanikae/jekesa" ], [ "https://github.com/AnantharamanLab/ViWrap" ], [ "https://github.com/AnantharamanLab/ViWrap" ], [ "https://github.com/AnantharamanLab/ViWrap" ], [ "https://github.com/AnantharamanLab/ViWrap" ], [ "https://github.com/HelikarLab/COMO" ], [ "https://github.com/SugarPy/SugarPy" ], [ "https://github.com/MSDLLCpapers/TraceTrack" ], [ "https://github.com/slh0302/SNAP" ], [ "https://github.com/smartprobe/SKCD" ], [ "https://github.com/JKlesmith/PACT" ], [ "https://github.com/Pranavkhade/PACKMAN" ], [ "https://github.com/Pranavkhade/PACKMAN" ], [ "https://github.com/Pranavkhade/PACKMAN" ], [ "https://github.com/Pranavkhade/PACKMAN" ], [ "https://github.com/RobotvisionLab/COVID-19-severity-grading" ], [ "https://github.com/Cwuwhu/FCD-GAN-pytorch" ], [ "https://github.com/Edinburgh-Genome-Foundry/DnaFeaturesViewer" ], [ "https://github.com/krishnanlab/PyGenePlexus" ], [ "https://github.com/fumiomatsuda/mfapy" ], [ "https://github.com/BioComputingUP/mocafe" ], [ "https://github.com/marbl/binnacle" ], [ "https://github.com/debbydanwang/IFPscore" ], [ "https://github.com/soedinglab/bipartite_motif_finder" ], [ "https://github.com/ekmolloy/fastmulrfs" ], [ "https://github.com/oddt/oddt" ], [ "https://github.com/oddt/oddt" ], [ "https://github.com/oddt/oddt" ], [ "https://github.com/oddt/oddt" ], [ "https://github.com/AlgoLab/celluloid" ], [ "https://github.com/EMBL-Hentze-group/htseq-clip" ], [ "https://github.com/biosinodx/SCcaller" ], [ "https://github.com/genouest/biomaj2galaxy" ], [ "https://github.com/RoniGurvich/Peptriever" ], [ "https://github.com/niaid/Nephele" ], [ "https://github.com/JLSteenwyk/PhyKIT" ], [ "https://github.com/YonghaoXu/Txt2Img-MHN" ], [ "https://github.com/ytabatabaee/Quintet-Rooting" ], [ "https://github.com/labstructbioinf/localpdb" ], [ "https://github.com/ancorasir/flange_handeye_calibration" ], [ "https://github.com/gymreklab/TRTools" ], [ "https://github.com/duartegroup/autodE" ], [ "https://github.com/vipinmenon1989/CGD" ], [ "https://github.com/florisvb/PyNumDiff" ], [ "https://github.com/labstructbioinf/DeepCoil" ], [ "https://github.com/tskit-dev/tstrait" ], [ "https://github.com/tskit-dev/tstrait" ], [ "https://github.com/tskit-dev/tstrait" ], [ "https://github.com/tskit-dev/tstrait" ], [ "https://github.com/jlduan/fba" ], [ "https://github.com/wangchao-malab/DeepAc4C" ], [ "https://github.com/kosticlab/aether" ], [ "https://github.com/zqfang/GSEApy" ], [ "https://github.com/qiime2/q2-longitudinal" ], [ "https://github.com/JingwenWen99/Vislocas" ], [ "https://github.com/sschrod/BITES" ], [ "https://github.com/JonZwe/FindPFAS" ], [ "https://github.com/tskit-dev/tstrait" ], [ "https://github.com/tskit-dev/tstrait" ], [ "https://github.com/tskit-dev/tstrait" ], [ "https://github.com/tskit-dev/tstrait" ], [ "https://github.com/thelexiconlab/forager" ], [ "https://github.com/jditz/comics" ], [ "https://github.com/Cowanlab/airrship" ], [ "https://github.com/epigenelabs/inmoose" ], [ "https://github.com/biocommons/hgvs" ], [ "https://github.com/WaqarHusain/OriDeep" ], [ "https://github.com/huoyuying/SpaDAC" ], [ "https://github.com/cbib/DIMet" ], [ "https://github.com/akcorut/kGWASflow" ], [ "https://github.com/pcastellanoescuder/FoodBiomarkerOntology" ], [ "https://github.com/fansalon/TEspeX" ], [ "https://github.com/CellProfiler/CellProfiler-Analyst" ], [ "https://github.com/CellProfiler/CellProfiler-Analyst" ], [ "https://github.com/CellProfiler/CellProfiler-Analyst" ], [ "https://github.com/CellProfiler/CellProfiler-Analyst" ], [ "https://github.com/CUHKSZ-NING/FEHCClassifier" ], [ "https://github.com/tjsego/simservice" ], [ "https://github.com/arosenfeld/immunedb" ], [ "https://github.com/liuyi1989/ResCaps" ], [ "https://github.com/bjing2016/scalar-fields" ], [ "https://github.com/eleGAN23/HyperNets" ], [ "https://github.com/PGB-LIV/VAPPER" ], [ "https://github.com/JunjieWang95/dmve" ], [ "https://github.com/lmbxmu/SiMaN" ], [ "https://github.com/mlpen/mra-attention" ], [ "https://github.com/Baoliang93/FPR" ], [ "https://github.com/FactoDeepLearning/VerticalAttentionOCR" ], [ "https://github.com/LIT-CCM-lab/ATOLL" ], [ "https://github.com/anymyb/MFDIN" ], [ "https://github.com/biodlab/RODAN" ], [ "https://github.com/DirtyHarryLYL/SymNet" ], [ "https://github.com/lxtGH/SFSegNets" ], [ "https://github.com/janscience/adaptationprimer" ], [ "https://github.com/NVIDIA/UnsupervisedLandmarkLearning" ], [ "https://github.com/qdu1995/DQSD" ], [ "https://github.com/microsoft/RespireNet" ], [ "https://github.com/jiupinjia/SkyAR" ], [ "https://github.com/tyiannak/pyAudioAnalysis" ], [ "https://github.com/hlei-ziyan/SPH3D-GCN" ], [ "https://github.com/KIT-MBS/distruct" ], [ "https://github.com/phylo42/PEWO" ], [ "https://github.com/kuhnerlab/CNValidator" ], [ "https://github.com/insilicomedicine/BiAAE" ], [ "https://github.com/VeraPancaldiLab/tysserand" ], [ "https://github.com/ChenyangLEI/deep-video-prior" ], [ "https://github.com/Illumina/tHapMix" ], [ "https://github.com/morrislab/phylowgs" ], [ "https://github.com/dilanustek/ExonSuite" ], [ "https://github.com/BBillot/EquiTrack" ], [ "https://github.com/Stephane-S/Simplot_PlusPlus" ], [ "https://github.com/nikolasthuesen/springers-hla-benchmark" ], [ "https://github.com/jinnh/ReSSS-ConvSet" ], [ "https://github.com/Baoliang93/DFSS-IQA" ], [ "https://github.com/thuml/Transfer-Learning-Library" ], [ "https://github.com/jianzongwu/robust-ref-seg" ], [ "https://github.com/ritaranx/wander" ], [ "https://github.com/mengyou2/PCVS" ], [ "https://github.com/zh460045050/dawsol" ], [ "https://github.com/zhaoyuzhi/HSGAN" ], [ "https://github.com/songweizhi/Binning_refiner" ], [ "https://github.com/limengyang1992/lpl" ], [ "https://github.com/ainieli/PP-NAS" ], [ "https://github.com/maple-research-lab/caco" ], [ "https://github.com/ZZY816/CoRP" ], [ "https://github.com/lijincm/CoCa" ], [ "https://github.com/Vision-Intelligence-and-Robots-Group/DCIL" ], [ "https://github.com/yangyanli/DO-Conv" ], [ "https://github.com/Malga-Vision/VisionTool" ], [ "https://github.com/jkrapohl/SnakeWRAP" ], [ "https://github.com/PRIS-CV/PMG-V2" ], [ "https://github.com/JosephKJ/iOD" ], [ "https://github.com/bioinfolabmu/piRNN" ], [ "https://github.com/hjraad/FLT" ], [ "https://github.com/JiarunLiu/Co-Correcting" ], [ "https://github.com/M-3LAB/open-iad" ], [ "https://github.com/jvparidon/subs2vec" ], [ "https://github.com/PeihaoChen/regnet" ], [ "https://github.com/dongliangchang/OSLNet" ], [ "https://github.com/dongbo-BUAA-VR/Pointfilter" ], [ "https://github.com/dewyman/TranscriptClean" ], [ "https://github.com/tianwangbuaa/RecapNet" ], [ "https://github.com/saketkc/pysradb" ], [ "https://github.com/jordisr/poreover" ], [ "https://github.com/ElofssonLab/PconsC4" ], [ "https://github.com/Image-Py/imagepy" ], [ "https://github.com/vlollier/oligator" ], [ "https://github.com/a-hel/medcrawler" ], [ "https://github.com/AndersenLab/VCF-kit" ], [ "https://github.com/vsegurar/DeepMSPeptide" ], [ "https://github.com/hemo0826/DCDiff" ], [ "https://github.com/kptx666/BCRN" ], [ "https://github.com/HVision-NKU/Conv2Former" ], [ "https://github.com/wangxuanx/TalkingStyle" ], [ "https://github.com/liushunyu/OPT" ], [ "https://github.com/ywwynm/SMR" ], [ "https://github.com/shikiw/PointCAT" ], [ "https://github.com/xdxuyang/CR_Noisy_Labels" ], [ "https://github.com/ChyaZhang/DDConv-PSI" ], [ "https://github.com/NUST-Machine-Intelligence-Laboratory/HCPN" ], [ "https://github.com/GeometricBCI/Tensor-CSPNet-and-Graph-CSPNet" ], [ "https://github.com/HubYZ/LatentEnhancement" ], [ "https://github.com/kalkairis/BuildPhIPSeqLibrary" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nnzhan/TraverseNet" ], [ "https://github.com/antao97/SegGroup" ], [ "https://github.com/ssl-codelab/lorac" ], [ "https://github.com/gorkemalgan/MetaLabelNet" ], [ "https://github.com/tanjatang/CAN" ], [ "https://github.com/joshr17/IFM" ], [ "https://github.com/reinator/splace" ], [ "https://github.com/lz118/Multi-interactive-Dual-decoder" ], [ "https://github.com/cengzeyuan/TNNLS-FFKSF" ], [ "https://github.com/hjdw2/Local-critic-training" ], [ "https://github.com/yuhuan-wu/RDPNet" ], [ "https://github.com/FenyoLab/transposcope" ], [ "https://github.com/ucrbioinfo/PGV" ], [ "https://github.com/bunop/isoSegmenter" ], [ "https://github.com/PMBio/GNetLMM" ], [ "https://github.com/DecodeGenetics/NCOurd" ], [ "https://github.com/5k5000/DeepClosing" ], [ "https://github.com/Sixkplus/TapLab" ], [ "https://github.com/TVayne/GroupMorph" ], [ "https://github.com/illidanlab/inversion-influence-function" ], [ "https://github.com/woodyx218/opacus_global_clipping" ], [ "https://github.com/ShiQingHongYa/LabCR" ], [ "https://github.com/YaN9-Y/DUVD" ], [ "https://github.com/csguomy/MDKNet" ], [ "https://github.com/uhlerlab/InfoCORE" ], [ "https://github.com/sysuvis/NVB" ], [ "https://github.com/HuangZhiChao95/ATAS" ], [ "https://github.com/kostas1515/iif" ], [ "https://github.com/knmac/adaptive_spatiotemporal" ], [ "https://github.com/vandeppce/sphkpt" ], [ "https://github.com/rajesh-lab/deep_permutation_invariant" ], [ "https://github.com/Dong-Huo/RGB-T-Glass-Segmentation" ], [ "https://github.com/Jeff-Zilence/Explain_Metric_Learning" ], [ "https://github.com/pavancm/GREED" ], [ "https://github.com/simonvh/fluff" ], [ "https://github.com/TuomoKalliokoski/HASTEN" ], [ "https://github.com/loadder/MR-Net" ], [ "https://github.com/idealwei/ASANet" ], [ "https://github.com/sckangz/SelfsupervisedSC" ], [ "https://github.com/zju3dv/NIID-Net" ], [ "https://github.com/compbio/CRISPRpic" ], [ "https://github.com/wdecoster/methplotlib" ], [ "https://github.com/kansil/SLPred" ], [ "https://github.com/diazlab/ELSA" ], [ "http://github.com/dzarmola/knot_pull" ], [ "https://github.com/hitbc/rMETL" ], [ "https://github.com/facebookresearch/Detectron" ], [ "https://github.com/facebookresearch/Detectron" ], [ "https://github.com/facebookresearch/Detectron" ], [ "https://github.com/facebookresearch/Detectron" ], [ "https://github.com/byemaxx/BlastGUI" ], [ "https://github.com/ncbi-nlp/NegBio" ], [ "https://github.com/4dn-dcic/tibanna" ], [ "https://github.com/UdeM-LBIT/OrthoPara-ConstraintChecker" ], [ "https://github.com/alastair-droop/qsubsec" ], [ "https://github.com/AitchisonLab/perox-per-cell" ], [ "https://github.com/AitchisonLab/perox-per-cell" ], [ "https://github.com/AitchisonLab/perox-per-cell" ], [ "https://github.com/AitchisonLab/perox-per-cell" ], [ "https://github.com/syxiaa/GBSVM" ], [ "https://github.com/M3DV/RibSeg" ], [ "https://github.com/lyuxianqiang/LFLL-DCU" ], [ "https://github.com/citiususc/pastaspark" ], [ "https://github.com/opencobra/Medusa" ], [ "https://github.com/m-crown/OMEinfo" ], [ "https://github.com/oxpig/SPACE2" ], [ "https://github.com/eugeniomazzone/CPI-NXTFusion" ], [ "https://github.com/JMLab-tifrh/ecoli_finer" ], [ "https://github.com/AnneHartebrodt/fc-federated-pca" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/AlexandrovLab/SigProfilerAssignment" ], [ "https://github.com/AlexandrovLab/SigProfilerAssignment" ], [ "https://github.com/AlexandrovLab/SigProfilerAssignment" ], [ "https://github.com/AlexandrovLab/SigProfilerAssignment" ], [ "https://github.com/AldisiRana/GenRisk" ], [ "https://github.com/gymrek-lab/trtools" ], [ "https://github.com/VirtualPlants/draco-stem" ], [ "https://github.com/glample/tagger" ], [ "https://github.com/GRAAL-Research/MeaningBERT" ], [ "https://github.com/QiaoyingJi/DeepSE" ], [ "https://github.com/profeatmap/ProFeatMap" ], [ "https://github.com/Snowfallingplum/SSAT" ], [ "https://github.com/carmanzhang/PubMed-AND-method" ], [ "https://github.com/Arty40m/AliNA" ], [ "https://github.com/identifiers-org/cmd-iaso" ], [ "https://github.com/pievos101/GNN-SubNet" ], [ "https://github.com/zyk2118216069/LncRNA-protein-interactions-prediction" ], [ "https://github.com/icb-dcm/pyabc" ], [ "https://github.com/icb-dcm/pyabc" ], [ "https://github.com/icb-dcm/pyabc" ], [ "https://github.com/icb-dcm/pyabc" ], [ "https://github.com/ADicksonLab/wepy" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/liulifenyf/TSPTFBS" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/laoyangui/HSPAN" ], [ "https://github.com/cosconatilab/PyRMD" ], [ "https://github.com/cosconatilab/PyRMD" ], [ "https://github.com/cosconatilab/PyRMD" ], [ "https://github.com/cosconatilab/PyRMD" ], [ "https://github.com/dantaki/SV2" ], [ "https://github.com/burakalakuss/COVID-19-Clinical" ], [ "https://github.com/yukuntan92/PALLAS" ], [ "https://github.com/nongdaxiaofeng/DDAPRED" ], [ "https://github.com/bthyreau/hippodeep" ], [ "https://github.com/VU-HMS/Tutorial-stabilizing-walking" ], [ "https://github.com/biocore/zebra_filter" ], [ "https://github.com/tlawrence3/amPEPpy" ], [ "https://github.com/ThieleLab/mars-pipeline" ], [ "https://github.com/qiyunzhu/woltka" ], [ "https://github.com/Medical-Image-Analysis/Retinal-layer-segmentation" ], [ "https://github.com/ViTAE-Transformer/P3M-Net" ], [ "https://github.com/kullrich/oggmap" ], [ "https://github.com/stevemussmann/admixturePipeline" ], [ "https://github.com/cosconatilab/PyRMD" ], [ "https://github.com/cosconatilab/PyRMD" ], [ "https://github.com/cosconatilab/PyRMD" ], [ "https://github.com/cosconatilab/PyRMD" ], [ "https://github.com/SysBioInra/RBApy" ], [ "https://github.com/canzarlab/McSplicer" ], [ "https://github.com/MetaSeek-Sequencing-Data-Discovery/metaseek" ], [ "https://github.com/biogramming/AASRA" ], [ "https://github.com/guojson/AgCNER" ], [ "https://github.com/mhnb/camamed" ], [ "https://github.com/uclahs-cds/tool-NFTest" ], [ "https://github.com/afujimoto/CAMPHORsomatic" ], [ "https://github.com/afujimoto/CAMPHOR" ], [ "https://github.com/biojava/biojava-tutorial" ], [ "https://github.com/hcji/ProSAP" ], [ "https://github.com/SD2E/omics_tools" ], [ "https://github.com/crazyinter/Seq2Vec" ], [ "https://github.com/moss-lab/ScanFold" ], [ "https://github.com/nbrg-ppcu/prokbert" ], [ "https://github.com/nigyta/dfast_core" ], [ "https://github.com/zhanglabNKU/BERMAD" ], [ "https://github.com/Rongtao-Xu/SkinFormer" ], [ "https://github.com/CompEpigen/figeno" ], [ "https://github.com/eric-hang/DisGenIB" ], [ "https://github.com/alexander-malafeev/microsleep-detection" ], [ "https://github.com/chnshx/DreamAnime" ], [ "https://github.com/LongyangHuang/OAC-BVR" ], [ "https://github.com/AngusMonroe/ContrastPool" ], [ "https://github.com/BraveGroup/FullySparseFusion" ], [ "https://github.com/EsakaK/LSSVC" ], [ "https://github.com/GuoleiSun/VSS-CFFM" ], [ "https://github.com/thohemp/6DRepNet360" ], [ "https://github.com/XLearning-SCU/2024-TIP-CREAM" ], [ "https://github.com/vignywang/IDC" ], [ "https://github.com/sentaochen/Mutual-Information-Estimation-and-Minimization" ], [ "https://github.com/xrjiang527/FABNet-PyTorch" ], [ "https://github.com/Puzzled-Hui/Connectivity-Aware-Airway-Segmentation" ], [ "https://github.com/zzw-szu/CoNuSeg" ], [ "https://github.com/mikasa3lili/DO-SAR" ], [ "https://github.com/CyclicalCurriculum/Cyclical-Curriculum" ], [ "https://github.com/leijiezhang/RFNN" ], [ "https://github.com/naver/posebert" ], [ "https://github.com/vLAR-group/OGC" ], [ "https://github.com/POSTECH-CVLab/PyTorch-StudioGAN" ], [ "https://github.com/eeyhsong/EEG-Conformer" ], [ "https://github.com/sculab/GeneMiner" ], [ "https://github.com/zhiweibi/PT-GAN" ], [ "https://github.com/liuyi1989/DCR" ], [ "https://github.com/nvakhoa/superclass-FSIS" ], [ "https://github.com/lpfworld/DMPNet" ], [ "https://github.com/MoonBlvd/Detection-of-Traffic-Anomaly" ], [ "https://github.com/syp2ysy/CTNet" ], [ "https://github.com/bupt-ai-cz/HSA-NRL" ], [ "https://github.com/xytmhy/DID-ANet-Defocus-Deblurring" ], [ "https://github.com/gaobb/MCAR" ], [ "https://github.com/mahendra-awale/medchem_moves" ], [ "https://github.com/zjhthu/OANet" ], [ "https://github.com/fuweijie/DRE" ], [ "https://github.com/yytzsy/SCDM-TPAMI" ], [ "https://github.com/mit-han-lab/temporal-shift-module" ], [ "https://github.com/cloudve/galaxycloudrunner" ], [ "https://github.com/smutao/PyVibMS" ], [ "https://github.com/callmeray/PointMVSNet" ], [ "https://github.com/UCLCheminformatics/ScaffoldGraph" ], [ "https://github.com/ZJUYH/radar-to-lidar-place-recognition" ], [ "https://github.com/seansolari/expam" ], [ "https://github.com/hchyang/PSiTE" ], [ "https://github.com/cfrioux/miscoto" ], [ "https://github.com/LeopoldC/Boost-HiC" ], [ "https://github.com/ucrbioinfo/Chimericognizer" ], [ "https://github.com/Dawn5786/CoCRF-TrackNet" ], [ "https://github.com/ashleylqx/STRA-Net" ], [ "https://github.com/qunfengdong/MicroGMT" ], [ "https://github.com/ifaust83/cgheliparm" ], [ "https://github.com/ale-odinokov/pyEFP" ], [ "https://github.com/wf8/sumac" ], [ "https://github.com/ch3cook-fdu/Vote2Cap-DETR" ], [ "https://github.com/jsczzzk/R-MSFM" ], [ "https://github.com/kiwi-lilo/AMPLIFY" ], [ "https://github.com/Dong-Huo/SRR-MAXL" ], [ "https://github.com/ZitZhengWang/SLTRN" ], [ "https://github.com/lanbiolab/LGCDA" ], [ "https://github.com/qzhb/UbRV2A" ], [ "https://github.com/IMOP-lab/SASAN-Pytorch" ], [ "https://github.com/ritaranx/NeST" ], [ "https://github.com/013zyj/CSMN" ], [ "https://github.com/ChenPointCloud/HTMC" ], [ "https://github.com/andreYoo/WSCL_VeReid" ], [ "https://github.com/litchiar/ShotClassification" ], [ "https://github.com/yangfan-hu/Fast-SNN" ], [ "https://github.com/zhiyuns/UNITPathSSL" ], [ "https://github.com/nachifur/TBRNet" ], [ "https://github.com/yanx27/CLEVR3D" ], [ "https://github.com/zqpiao/LRA" ], [ "https://github.com/ruhig6/JNMR" ], [ "https://github.com/jswati31/gazeclr" ], [ "https://github.com/zhuyr97/HGRR" ], [ "https://github.com/ljaiverson/pFL-APPLE" ], [ "https://github.com/Lineves7/CSformer" ], [ "https://github.com/DoraemonXia/BLAM6A-Merge" ], [ "https://github.com/nie-lang/RotationCorrection" ], [ "https://github.com/THUFDD/CADM-plus" ], [ "https://github.com/DIAL-RPI/UCAT" ], [ "https://github.com/IDKiro/DehazeFormer" ], [ "https://github.com/FactoDeepLearning/DAN" ], [ "https://github.com/ShinyWang33/eSL-Net-Plusplus" ], [ "https://github.com/DanielNolte/FederatedDeepRegressionForests" ], [ "https://github.com/schlegelp/tanglegram" ], [ "https://github.com/pachterlab/ffq" ], [ "https://github.com/wwyi1828/CluSiam" ], [ "https://github.com/ucas-vg/GroupSampling" ], [ "https://github.com/Jillian555/CCP-GNN" ], [ "https://github.com/fanyang587/NestedNet" ], [ "https://github.com/ZhenyueQin/Angular-Skeleton-Encoding" ], [ "https://github.com/stevenhan1991/CoordNet" ], [ "https://github.com/XiaoTaoWang/HiCLift" ], [ "https://github.com/XiaoTaoWang/HiCLift" ], [ "https://github.com/XiaoTaoWang/HiCLift" ], [ "https://github.com/XiaoTaoWang/HiCLift" ], [ "https://github.com/megvii-research/BasesHomo" ], [ "https://github.com/CCECfgd/MSCDN-master" ], [ "https://github.com/lightbillow/DHRec" ], [ "https://github.com/IRMVLab/EfficientLO-Net" ], [ "https://github.com/azurerain7/Word2Pix" ], [ "https://github.com/rajewsky-lab/optocoder" ], [ "https://github.com/XMUDM/ShillingAttack" ], [ "https://github.com/QTJiebin/FVV_QoE" ], [ "https://github.com/ZongJ1111/Academic-Performance-Prediction" ], [ "https://github.com/ngs00/emrl" ], [ "https://github.com/toil2sweet/CRNet" ], [ "https://github.com/HpWang-whu/RoReg" ], [ "https://github.com/ggsDing/ASLNet" ], [ "https://github.com/aztc/MRDMN" ], [ "https://github.com/chenyilun95/DSGN2" ], [ "https://github.com/cfzd/Ultra-Fast-Lane-Detection-v2" ], [ "https://github.com/chemosim-lab/ProLIF" ], [ "https://github.com/jwwangchn/BONAI" ], [ "https://github.com/ymcui/expmrc" ], [ "https://github.com/LaiSongxuan/SynSig2Vec" ], [ "https://github.com/Yang-Bob/PST" ], [ "https://github.com/koszullab/hicstuff" ], [ "https://github.com/mogvision/FFD" ], [ "https://github.com/yyyanglz/KAN" ], [ "https://github.com/ranery/Bayesian-CycleGAN" ], [ "https://github.com/wps712/FFN" ], [ "https://github.com/yj-zhou/Feature_Encoding_with_AutoEncoders_for_Weakly-supervised_Anomaly_Detection" ], [ "https://github.com/hallamlab/HivePanelExplorer" ], [ "https://github.com/mzlr/sau-net" ], [ "https://github.com/mzlr/sau-net" ], [ "https://github.com/mzlr/sau-net" ], [ "https://github.com/mzlr/sau-net" ], [ "https://github.com/mcahny/vps" ], [ "https://github.com/BioSystemsUM/mewpy" ], [ "https://github.com/insilichem/pychimera" ], [ "https://github.com/tsudalab/MDTS" ], [ "https://github.com/zmzhang/TEAM" ], [ "https://github.com/magnusdv/filtus" ], [ "https://github.com/rsemeraro/PyPore" ], [ "https://github.com/nicolazzie/AffyPipe" ], [ "https://github.com/zhoudw-zdw/CIL_Survey" ], [ "https://github.com/kostkalab/vaeda" ], [ "https://github.com/budach/pysster" ], [ "https://github.com/pblischak/HyDe" ], [ "https://github.com/TJU-CMC-Org/isoMiRmap" ], [ "https://github.com/SpatialTranscriptomicsResearch/st_pipeline" ], [ "https://github.com/Shawn-Xu/PPIP" ], [ "https://github.com/soyashinkai/PHi-C2" ], [ "https://github.com/jyangfsu/WQChartPy" ], [ "https://github.com/liqi-casia/FaceSwapper" ], [ "https://github.com/zhc940702/SDPred" ], [ "https://github.com/MmelodYy/DunHuangStitch" ], [ "https://github.com/DoubtedSteam/CycleTrans" ], [ "https://github.com/YixinChen-AI/PCNet" ], [ "https://github.com/icedpanda/KERL" ], [ "https://github.com/JingyunLiang/VRT" ], [ "https://github.com/ilanshom/adaptiveMSA" ], [ "https://github.com/qklee-lz/CDTM" ], [ "https://github.com/DebtVC2022/Robust_Learning_with_MGC" ], [ "https://github.com/yuhuimin11/SGCD-master" ], [ "https://github.com/3BioCompBio/pyScoMotif" ], [ "https://github.com/caigitrepo/SCDGC" ], [ "https://github.com/jairesdesousa/guidemol" ], [ "https://github.com/WenkeHuang/FCCL" ], [ "https://github.com/AIRI-Institute/when-to-switch" ], [ "https://github.com/Li-Wentao/dMEGA" ], [ "https://github.com/KaulichLab/ReCo" ], [ "https://github.com/jahhaoyang/MemBridge" ], [ "https://github.com/Doubiiu/AIDN" ], [ "https://github.com/sebastian-gregoricchio/snHiC" ], [ "https://github.com/EnyaHermite/Picasso" ], [ "https://github.com/pth1993/FATDM" ], [ "https://github.com/mor-avi-aharon-bgu/HueNet" ], [ "https://github.com/XiaoxFeng/IENet" ], [ "https://github.com/zcq15/SPDET" ], [ "https://github.com/HaifengXia/IDG" ], [ "https://github.com/YouyiSong/Dynamic-Loss-Weighting" ], [ "https://github.com/MantangGuo/CW4VS" ], [ "https://github.com/wangWilson/CGCDet" ], [ "https://github.com/tinglyfeng/IC9600" ], [ "https://github.com/zju3dv/Vox-Surf" ], [ "https://github.com/Chenyang4/ReSmooth" ], [ "https://github.com/NK-CS-ZZL/IAN" ], [ "https://github.com/lmbxmu/1xN" ], [ "https://github.com/hellloxiaotian/HGSRCNN" ], [ "https://github.com/KingJamesSong/DifferentiableSVD" ], [ "https://github.com/ZhihaoPENG-CityU/AASSC-Net" ], [ "https://github.com/bionlplab/heart_failure_mortality" ], [ "https://github.com/yuhuan-wu/EDN" ], [ "https://github.com/bjj9/EVE_SCPT" ], [ "https://github.com/vanvalenlab/deepcell-spots" ], [ "https://github.com/vanvalenlab/deepcell-spots" ], [ "https://github.com/vanvalenlab/deepcell-spots" ], [ "https://github.com/vanvalenlab/deepcell-spots" ], [ "https://github.com/ShiQiu0419/pnp-3d" ], [ "https://github.com/yzyvl/DivAC" ], [ "https://github.com/jiabaocui/MIAIS" ], [ "https://github.com/shizenglin/Unsharp-Mask-Guided-Filtering" ], [ "https://github.com/OIPLab-DUT/IEEE-TCYB-PANet" ], [ "https://github.com/ikmb/iptoolkit" ], [ "https://github.com/kailigo/dmvsc" ], [ "https://github.com/z-x-yang/CFBI" ], [ "https://github.com/bouracha/OoDMotion" ], [ "https://github.com/tengteng95/Pose-Transfer" ], [ "https://github.com/juntang-zhuang/explain_invertible" ], [ "https://github.com/naivete5656/MDMLM" ], [ "https://github.com/ucaswangls/STFormer" ], [ "https://github.com/mboboGO/MOMN" ], [ "https://github.com/AADavin/ZOMBI" ], [ "https://github.com/davidemms/OrthoFinder" ], [ "https://github.com/sasky1/DPRL" ], [ "https://github.com/ghattab/seevis" ], [ "https://github.com/richadhanuka/PFP-Autoencoders" ], [ "https://github.com/facebookresearch/Detectron" ], [ "https://github.com/facebookresearch/Detectron" ], [ "https://github.com/facebookresearch/Detectron" ], [ "https://github.com/facebookresearch/Detectron" ], [ "https://github.com/joewuca/imputation" ], [ "https://github.com/seqcode/miniMDS" ], [ "https://github.com/aflevel/GWAlpha" ], [ "https://github.com/cyinbox/DNADU" ], [ "https://github.com/hy0523/MTNet" ], [ "https://github.com/rinikerlab/Ensembler" ], [ "https://github.com/galaxyproject/galaxy" ], [ "https://github.com/galaxyproject/galaxy" ], [ "https://github.com/galaxyproject/galaxy" ], [ "https://github.com/galaxyproject/galaxy" ], [ "https://github.com/sys-bio/frequencyResponse" ], [ "https://github.com/AliYoussef96/gtAI" ], [ "https://github.com/liedllab/X-Entropy" ], [ "https://github.com/Kirovez/pyTanFinder" ], [ "https://github.com/xulesc/pymcpsc" ], [ "https://github.com/DecoPath/DecoPath" ], [ "https://github.com/yavyx/PaIntDB" ], [ "https://github.com/wmayner/pyphi" ], [ "https://github.com/labstructbioinf/samcc_turbo" ], [ "https://github.com/gbouras13/pharokka" ], [ "https://github.com/LIT-CCM-lab/LIT-AlphaFold" ], [ "https://github.com/sayangsep/Beatrice-Finemapping" ], [ "https://github.com/fothia/improve-RRBS" ], [ "https://github.com/rghu/reconCNV" ], [ "https://github.com/klamt-lab/straindesign" ], [ "https://github.com/kalpeshjp89/DUSGAN" ], [ "https://github.com/dohlee/prism" ], [ "https://github.com/mafeiyang/ACTINN" ], [ "https://github.com/Candihub/pixel" ], [ "https://github.com/zht8506/UniHead" ], [ "https://github.com/peanono/SNO-DCA" ], [ "https://github.com/meteahishali/OSEN" ], [ "https://github.com/lhaof/SENC" ], [ "https://github.com/ZongYingLi/ASMNet" ], [ "https://github.com/yi-ding-cs/GIGN" ], [ "https://github.com/KangLiao929/Cylin-Painting" ], [ "https://github.com/FengleiFan/ReLinear" ], [ "https://github.com/JianHPan/SilenceREIN" ], [ "https://github.com/syxiaa/GBRS" ], [ "https://github.com/Lswhiteh/PhyloMatcher" ], [ "https://github.com/Lswhiteh/PhyloMatcher" ], [ "https://github.com/Lswhiteh/PhyloMatcher" ], [ "https://github.com/Lswhiteh/PhyloMatcher" ], [ "https://github.com/aigzhusmart/Slim-UNETR" ], [ "https://github.com/qwangg/MFDNet" ], [ "https://github.com/Boehringer-Ingelheim/pyPept" ], [ "https://github.com/LucasCJYSDL/HierAIRL" ], [ "https://github.com/dr-majie/opentqa" ], [ "https://github.com/kansil/ProFAB" ], [ "https://github.com/zhangxin-xd/REAF" ], [ "https://github.com/flairNLP/flair" ], [ "https://github.com/Legenddddd/AIS-MLI" ], [ "https://github.com/MinhyukPark/HMMerge" ], [ "https://github.com/DotWang/DCN-T" ], [ "https://github.com/mesunhlf/EA" ], [ "https://github.com/Xinyil256/RAUNA2023" ], [ "https://github.com/winycg/L-MCL" ], [ "https://github.com/aimagelab/mammoth" ], [ "https://github.com/Jae35/IFFD" ], [ "https://github.com/weitianxin/HyperGCL" ], [ "https://github.com/li-xl/DGNet" ], [ "https://github.com/LirongWu/RFA-GNN" ], [ "https://github.com/bigbio/proteomics-metadata-standard" ], [ "https://github.com/Xiaoqiang-Yan/DCIB" ], [ "https://github.com/huanghanchi/CAMRL" ], [ "https://github.com/Hazelsuko07/EMA" ], [ "https://github.com/lxtGH/TemporalPyramidRouting" ], [ "https://github.com/cvlab-stonybrook/Target-absent-Human-Attention" ], [ "https://github.com/nku-zhichengzhang/PlaneSeg" ], [ "https://github.com/pierrepo/autoclassweb" ], [ "https://github.com/PRIS-CV/Pair-wise-Similarity-module" ], [ "https://github.com/Guaishou74851/CASNet" ], [ "https://github.com/tjiangHIT/cuteSV" ], [ "https://github.com/tjiangHIT/cuteSV" ], [ "https://github.com/tjiangHIT/cuteSV" ], [ "https://github.com/tjiangHIT/cuteSV" ], [ "https://github.com/pavancm/CONTRIQUE" ], [ "https://github.com/zhangle408/EH-Nets" ], [ "https://github.com/EIHW/motilitAI" ], [ "https://github.com/liruihui/Self-Embedding" ], [ "https://github.com/spectralpublic/RIAN" ], [ "https://github.com/dd1github/DeepSMOTE" ], [ "https://github.com/luzzou/6D-ViT" ], [ "https://github.com/michaelsouza/bpl" ], [ "https://github.com/Ha0Tang/DPGAN" ], [ "https://github.com/lxtGH/GALD-DGCNet" ], [ "https://github.com/jiequancui/ResLT" ], [ "https://github.com/speedinghzl/AlignSeg" ], [ "https://github.com/RiDang/DANN" ], [ "https://github.com/etirouthier/keras_dna" ], [ "https://github.com/mahaichuan/Versatile-Image-Compression" ], [ "https://github.com/bkballoon/mvsm-fusion" ], [ "https://github.com/hkaneko1985/gtm-generativetopographicmapping" ], [ "https://github.com/hkaneko1985/gtm-generativetopographicmapping" ], [ "https://github.com/hkaneko1985/gtm-generativetopographicmapping" ], [ "https://github.com/hkaneko1985/gtm-generativetopographicmapping" ], [ "https://github.com/cs-chan/ArtGAN" ], [ "https://github.com/ParkinsonLab/DETECT-v2" ], [ "https://github.com/tsudalab/ChemTS" ], [ "https://github.com/yytzsy/Syntax-Customized-Video-Captioning" ], [ "https://github.com/bihealth/hlama" ], [ "https://github.com/silviamicroarray/chipSAD" ], [ "https://github.com/BSGOxford/BrowseVCF" ], [ "https://github.com/cbrueffer/tophat-recondition" ], [ "https://github.com/CompSynBioLab-KoreaUniv/FunGAP" ], [ "https://github.com/DeMarcoLab/fibsem" ], [ "https://github.com/jonmohl/ISOGlyP" ], [ "https://github.com/jonmohl/ISOGlyP" ], [ "https://github.com/jonmohl/ISOGlyP" ], [ "https://github.com/jonmohl/ISOGlyP" ], [ "https://github.com/agleed/calopus_statistical_heatmaps" ], [ "https://github.com/rish-16/rna-backbone-design" ], [ "https://github.com/RUBi-ZA/MD-TASK" ], [ "https://github.com/RUBi-ZA/MD-TASK" ], [ "https://github.com/RUBi-ZA/MD-TASK" ], [ "https://github.com/RUBi-ZA/MD-TASK" ], [ "https://github.com/YuBinLab-QUST/scBKAP" ], [ "https://github.com/nczub/SerotoninAI_streamlit" ], [ "https://github.com/VivianMonzon/Reciprocal_Best_Structure_Hits" ], [ "https://github.com/raufs/skDER" ], [ "https://github.com/oschwengers/bakta" ], [ "https://github.com/MaximilianBeckers/SPOC" ], [ "https://github.com/iolag/UPD_study" ], [ "https://github.com/riken-aip/pyHSICLasso" ], [ "https://github.com/PhosphorylatedRabbits/cosifer" ], [ "https://github.com/oschakoory/DeepMPTB" ], [ "https://github.com/WanluLiuLab/CRISPRTE" ], [ "https://github.com/variomes/sibtm-variomes" ], [ "https://github.com/sys-bio/SBbadger" ], [ "https://github.com/jahuth/convis" ], [ "https://github.com/ljmartin/fp_low_ave" ], [ "https://github.com/LiangYu-Xidian/MDAGS" ], [ "https://github.com/hannelorelongin/FLAMS" ], [ "https://github.com/wangweiSJTU/OTUR" ], [ "https://github.com/ToHanwei/Genome2OR" ], [ "https://github.com/UdeS-CoBIUS/DoubleRecViz" ], [ "https://github.com/manuel-munoz-aguirre/PyHIST" ], [ "https://github.com/ninglolo/SGII" ], [ "https://github.com/paulmorio/protclus" ], [ "https://github.com/qiime2/q2-feature-classifier" ], [ "https://github.com/Kingsford-Group/hierrepsetselection" ], [ "https://github.com/lanl/pybnf" ], [ "https://github.com/fritzsedlazeck/Sniffles" ], [ "https://github.com/paulmorio/gincco" ], [ "https://github.com/GaoAi/ELRNet" ], [ "https://github.com/deepchem/deepchem" ], [ "https://github.com/wiederm/transformato" ], [ "https://github.com/AkashCiel/scTopoGAN" ], [ "https://github.com/ldz7/PAIA" ], [ "https://github.com/icb-dcm/pypesto" ], [ "https://github.com/WangLabTHU/GPro" ], [ "https://github.com/KennthShang/PhaVIP" ], [ "https://github.com/biox-nku/aster" ], [ "https://github.com/yangji9181/HNE" ], [ "https://github.com/arontier/S_Pred_Paper" ], [ "https://github.com/sarafridov/DAB-quant" ], [ "https://github.com/tianrenmaogithub/asap2" ], [ "https://github.com/moranshar/TiPA" ], [ "https://github.com/myungjinlee/GLYCO" ], [ "https://github.com/raghvendra5688/Drug-Repurposing" ], [ "https://github.com/Su-informatics-lab/DSTG" ], [ "https://github.com/zhc940702/CGATCPred" ], [ "https://github.com/AlexandrovLab/SigProfilerSimulator" ], [ "https://github.com/ufbmi/onefl-deduper" ], [ "https://github.com/BigDataBiology/macrel" ], [ "https://github.com/bioinsilico/BIPSPI" ], [ "https://github.com/ZijingMao/ROICNN" ], [ "https://github.com/seoklab/GalaxyWater-CNN" ], [ "https://github.com/msabrysarhan/taxonize_genbank" ], [ "https://github.com/Delta4AI/OntoloViz" ], [ "https://github.com/abhhba999/MRM-BERT" ], [ "https://github.com/wells-wood-research/timed-design" ], [ "https://github.com/kuratahiroyuki/Stack-DHUpred" ], [ "https://github.com/XiaoqiongXia/MDTips" ], [ "https://github.com/ChenHuaLab/fastHaN" ], [ "https://github.com/markliou/ThermalProGAN" ], [ "https://github.com/RNA-folding-lab/RNAStat" ], [ "https://github.com/frankligy/BayesTS" ], [ "https://github.com/hello-json/CallerRecommendation" ], [ "https://github.com/IfDTUlm/CGM_Performance_Assessment" ], [ "https://github.com/DessimozLab/omamo" ], [ "https://github.com/cast-genomics/haptools" ], [ "https://github.com/shimlab/NanoSplicer" ], [ "https://github.com/TingLi2016/DeepCarc" ], [ "https://github.com/labomics/MetaLogo" ], [ "https://github.com/s6juncheng/BERTMHC" ], [ "https://github.com/SethCommichaux/IGC" ], [ "https://github.com/ICB-DCM/pyPESTO" ], [ "https://github.com/ICB-DCM/pyPESTO" ], [ "https://github.com/ICB-DCM/pyPESTO" ], [ "https://github.com/ICB-DCM/pyPESTO" ], [ "https://github.com/Marleen1/OGRE" ], [ "https://github.com/koonimaru/DeepGMAP" ], [ "https://github.com/Abyss-bai/reference-panel-reconstruction" ], [ "https://github.com/SPKlab/Operon-Finder" ], [ "https://github.com/thinng/GraphDTA" ], [ "https://github.com/korkinlab/dispot" ], [ "https://github.com/VCCRI/VPOT" ], [ "https://github.com/jhroth/data-example" ], [ "https://github.com/cjbrasher/LipidFinder" ], [ "https://github.com/W-L/deviaTE" ], [ "https://github.com/Latheuni/Hierarchical_reject" ], [ "https://github.com/PlantSynBioLab/TidyTron" ], [ "https://github.com/mlkr-rbi/dAD" ], [ "https://github.com/alexlancaster/pypop" ], [ "https://github.com/aspuru-guzik-group/selfies" ], [ "https://github.com/priyarana/Protein-subcellular-localisation-method" ], [ "https://github.com/tbwxmu/SAMPN" ], [ "https://github.com/engbiopct/EasySSR" ], [ "https://github.com/VIOLINet/Vaxign-ML-docker" ], [ "https://github.com/eyalsim/LCV" ], [ "https://github.com/ghoresh11/sling" ], [ "https://github.com/sirajulsalekin/DeepSNR" ], [ "https://github.com/npnl/PALS" ], [ "https://github.com/anny0316/Drug3D-Net" ], [ "https://github.com/LigosQ/iProps" ], [ "https://github.com/CSUBioGroup/BEPROF" ], [ "https://github.com/ding-lab/pollock" ], [ "https://github.com/vrettasm/MetalHawk" ], [ "https://github.com/gevaertlab/RNA-GAN" ], [ "https://github.com/tdgrant1/denss" ], [ "https://github.com/zhanxw/Isoplexis_Data_Analysis" ], [ "https://github.com/zhanxw/Isoplexis_Data_Analysis" ], [ "https://github.com/zhanxw/Isoplexis_Data_Analysis" ], [ "https://github.com/zhanxw/Isoplexis_Data_Analysis" ], [ "https://github.com/mrazvan22/brain-coloring" ], [ "https://github.com/duolinwang/MusiteDeep_web" ], [ "https://github.com/ShirleyWISiu/LigTMap" ], [ "https://github.com/bioinfolabwhu/circRIP" ], [ "https://github.com/cvdelannoy/baseLess" ], [ "https://github.com/NVlabs/stylegan2" ], [ "https://github.com/EPFL-LCSB/ARBRE" ], [ "https://github.com/conscienceli/MDTNet" ], [ "https://github.com/prACTISedProgram/prACTISed" ], [ "https://github.com/QUMU00/mstocirc-master" ], [ "https://github.com/jonmohl/ISOGlyP" ], [ "https://github.com/jonmohl/ISOGlyP" ], [ "https://github.com/jonmohl/ISOGlyP" ], [ "https://github.com/jonmohl/ISOGlyP" ], [ "https://github.com/inpacdb/KinomeRun" ], [ "https://github.com/jerryji1993/DNABERT" ], [ "https://github.com/matandro/RNAsfbinv" ], [ "https://github.com/rpeckner-broad/Specter" ], [ "https://github.com/mandricigor/repeat-aware" ], [ "https://github.com/louzounlab/CLAIRE" ], [ "https://github.com/IcarPA-TBlab/nrc" ], [ "https://github.com/wanglf19/MultiCapsNet" ], [ "https://github.com/mlangill/microbiome_helper" ], [ "https://github.com/mlangill/microbiome_helper" ], [ "https://github.com/mlangill/microbiome_helper" ], [ "https://github.com/mlangill/microbiome_helper" ], [ "https://github.com/WGLab/Phen2Gene" ], [ "https://github.com/qiurui4shu/PIG" ], [ "https://github.com/PennChopMicrobiomeProgram/unassigner" ], [ "https://github.com/Jiahuiqu/MoE-PNP" ], [ "https://github.com/ykhdu/CWGCN-CCSR-GCN" ], [ "https://github.com/SJTUBME-QianLab/PC_VesselSeg" ], [ "https://github.com/AngryCai/AMKSC" ], [ "https://github.com/ryangreenj/bioinformatics_tool_recommendation" ], [ "https://github.com/hutt94/SCH" ], [ "https://github.com/tub-rip/event_based_optical_flow" ], [ "https://github.com/htseq/htseq" ], [ "https://github.com/lab206/AdaptiveClick" ], [ "https://github.com/Elfenreigen/UniChest" ], [ "https://github.com/altriavin/NDSGCL" ], [ "https://github.com/bingqing0729/NNCDE" ], [ "https://github.com/luoyan407/grad_prediction" ], [ "https://github.com/kanade00/Federated_Anomaly_detection" ], [ "https://github.com/q2479036243/FaViT" ], [ "https://github.com/drorlab/GLOW_IVES" ], [ "https://github.com/lily2lab/RACK" ], [ "https://github.com/wzhlearning/fNIRSNet" ], [ "https://github.com/wwd-ustc/RDTR" ], [ "https://github.com/wangxiao5791509/VisEvent_SOT_Benchmark" ], [ "https://github.com/nchucvml/CSFT" ], [ "https://github.com/joel99/context_general_bci" ], [ "https://github.com/jonathanking/sidechainnet" ], [ "https://github.com/huangnengCSU/compleasm" ], [ "https://github.com/JHome1/GiO-GiT" ], [ "https://github.com/darcyabjones/selectml" ], [ "https://github.com/huangnengCSU/minibusco" ], [ "https://github.com/shunfumao/RefShannon" ], [ "https://github.com/JieZheng-ShanghaiTech/TMELand" ], [ "https://github.com/richiebailey74/CST" ], [ "https://github.com/Ajou-DILab/EM3P2" ], [ "https://github.com/cbsropenproject/6dof_face" ], [ "https://github.com/wangsen99/FDLNet" ], [ "https://github.com/scottjingtt/MAF" ], [ "https://github.com/CHUENGMINCHOU/ALN-DSAC" ], [ "https://github.com/WillDreamer/PEACE" ], [ "https://github.com/51cloud/DRDN" ], [ "https://github.com/SCLBD/MCG-Blackbox" ], [ "https://github.com/Luffy03/CISC-R" ], [ "https://github.com/HikariTJU/LD" ], [ "https://github.com/ChenCookie/cytocoarsening" ], [ "https://github.com/jessicabonnie/dandd" ], [ "https://github.com/instadeepai/manyfold" ], [ "https://github.com/kongxiuxiu/MCCNetV2" ], [ "https://github.com/OLF-Bioinformatics/VariantDetective" ], [ "https://github.com/LayneH/self-adaptive-training" ], [ "https://github.com/yikaiw/CEN" ], [ "https://github.com/JLiangLab/DiRA" ], [ "https://github.com/JLiangLab/DiRA" ], [ "https://github.com/JLiangLab/DiRA" ], [ "https://github.com/JLiangLab/DiRA" ], [ "https://github.com/KingJamesSong/FastDifferentiableMatSqrt" ], [ "https://github.com/AutoML-Research/TREFE" ], [ "https://github.com/VDelv/Emotion-EEG" ], [ "https://github.com/HUANGLIZI/LViT" ], [ "https://github.com/liuqk3/PUT" ], [ "https://github.com/js-fan/MCIC" ], [ "https://github.com/jinnh/PDE-Net" ], [ "https://github.com/zhanglab-wbgcas/PiTLiD" ], [ "https://github.com/caiqi/Cascasde-3D" ], [ "https://github.com/wengweng001/LEOPARD" ], [ "https://github.com/haifangong/VQAMix" ], [ "https://github.com/xmed-lab/SAHC" ], [ "https://github.com/YHDang/pose-estimation" ], [ "https://github.com/Greak-1124/LMFFNet" ], [ "https://github.com/zskuang58/WTRN-TIP" ], [ "https://github.com/zhibinliao89/fracture_attention_guidance" ], [ "https://github.com/VITA-Group/CERL" ], [ "https://github.com/AlexTS1980/COVID-Affinity-Model" ], [ "https://github.com/ygjwd12345/VISTA-Net" ], [ "https://github.com/omixlab/bambu-v2" ], [ "https://github.com/mpc-bioinformatics/bionda" ], [ "https://github.com/mlpen/Nystromformer" ], [ "https://github.com/ChenJoya/sampling-free" ], [ "https://github.com/lmbxmu/EPruner" ], [ "https://github.com/fwt-team/DSVAE" ], [ "https://github.com/relastle/halcyon" ], [ "https://github.com/Icep2020/CrowdGAN" ], [ "https://github.com/shu-hai/two-stage-VAE-Attention-gate-BraTS2020" ], [ "https://github.com/fedl-repo/fedaux" ], [ "https://github.com/XinbangZhang/DATA-NAS" ], [ "https://github.com/NeuroCompLab-psu/SNN-Conversion" ], [ "https://github.com/tbwxmu/2019-nCov" ], [ "https://github.com/microsoft/frame-flow" ], [ "https://github.com/bittremieux/spectrum_utils" ], [ "https://github.com/franciscozorrilla/metaGEM" ], [ "https://github.com/spatkar94/NetworkAnnotation" ], [ "https://github.com/lmward/MetaPOAP" ], [ "https://github.com/dkoslicki/EMDUniFrac" ], [ "https://github.com/PPEXCEPED/TGA" ], [ "https://github.com/eliberis/parapred" ], [ "https://github.com/PeptoneInc/pepkalc" ], [ "https://github.com/saorisakaue/GREP" ], [ "https://github.com/superphy/insilico-subtyping" ], [ "https://github.com/AdmiralenOla/Scoary" ], [ "https://github.com/rikiyay/style-transfer-for-digital-pathology" ], [ "https://github.com/lmse/impact" ], [ "https://github.com/hzi-bifo/snowball" ], [ "https://github.com/kuleshov/architect" ], [ "https://github.com/lorifranke/SlicerTMS" ], [ "https://github.com/msproteomicstools/msproteomicstools" ], [ "https://github.com/bushlab/mynclist" ], [ "https://github.com/CTPLab/GILEA" ], [ "https://github.com/CSUBioGroup/Dopcc" ], [ "https://github.com/Bhattacharya-Lab/lociPARSE" ], [ "https://github.com/YanHu-or-SawyerHu/prompt-learning-based-sentence-classifier-in-medical-abstracts" ], [ "https://github.com/chonglab-pitt/wedap" ], [ "https://github.com/chonglab-pitt/wedap" ], [ "https://github.com/chonglab-pitt/wedap" ], [ "https://github.com/chonglab-pitt/wedap" ], [ "https://github.com/leihouyeung/SD2" ], [ "https://github.com/schenc3/InteractiveROSETTA" ], [ "https://github.com/nie-lang/CoupledTPS" ], [ "https://github.com/vsislab/DeTAL" ], [ "https://github.com/chenmc1996/LNL-IS" ], [ "https://github.com/lncRNAAddict/PySmooth" ], [ "https://github.com/npucvr/WSCUOD" ], [ "https://github.com/ManLiuCoder/POPRNet" ], [ "https://github.com/birkhoffkiki/CAS-Transformer" ], [ "https://github.com/NUST-Machine-Intelligence-Laboratory/HGPU" ], [ "https://github.com/Phevos75/HRCLRE" ], [ "https://github.com/Jthy-af/HaPPy" ], [ "https://github.com/mhaut/eDNNcomm" ], [ "https://github.com/dyabel/CoAR-ZSL" ], [ "https://github.com/NVlabs/PWC-Net" ], [ "https://github.com/yuabrahamliu/methylClass" ], [ "https://github.com/Zian-Xu/Swin-MAE" ], [ "https://github.com/wang3702/CoSeg" ], [ "https://github.com/tzt101/INADE" ], [ "https://github.com/bytedance/TWIST" ], [ "https://github.com/guobaoxiao/PGFNet" ], [ "https://github.com/uio-bmi/dagsim" ], [ "https://github.com/Bobholamovic/CDLab" ], [ "https://github.com/Ze-Yang/Efficient-FSOD" ], [ "https://github.com/chenxin-dlut/TransT-M" ], [ "https://github.com/schmeing/gapless" ], [ "https://github.com/supramolecular-toolkit/stk" ], [ "https://github.com/pleaseconnectwifi/PNAL" ], [ "https://github.com/doujiang-zheng/TIP-GNN" ], [ "https://github.com/wanzhuxie/ARIAS" ], [ "https://github.com/Monash-CyPhi-AI-Research-Lab/ernet" ], [ "https://github.com/li-lab-mcgill/GAT-ETM" ], [ "https://github.com/trainsn/VDL-Surrogate" ], [ "https://github.com/PennHui2016/ProInfer" ], [ "https://github.com/zhouhao0515/unbiasedSGG-DSDI" ], [ "https://github.com/yuhuan-wu/P2T" ], [ "https://github.com/winycg/HSAKD" ], [ "https://github.com/zhoudaquan/dvit_repo" ], [ "https://github.com/chunbolang/HPA" ], [ "https://github.com/ShuGuoJ/GiGCN" ], [ "https://github.com/RayRuizhiLiao/mutual_info_img_txt" ], [ "https://github.com/AggMan96/RK-Net" ], [ "https://github.com/Tviskaron/pathfinding-in-stochastic-envs" ], [ "https://github.com/smutao/LModeA-nano" ], [ "https://github.com/betsig/how_are_we_stranded_here" ], [ "https://github.com/HeXiax/AGCC" ], [ "https://github.com/lsabrinax/VideoTextSCM" ], [ "https://github.com/JudasDie/SOTS" ], [ "https://github.com/JudasDie/SOTS" ], [ "https://github.com/JudasDie/SOTS" ], [ "https://github.com/JudasDie/SOTS" ], [ "https://github.com/CHENGY12/APNet" ], [ "https://github.com/yoqim/TBLD" ], [ "https://github.com/tzyRachel/K-anonymity-Expectation" ], [ "https://github.com/SystemsBioinformatics/ecmtool" ], [ "https://github.com/kamwoh/DeepIPR" ], [ "https://github.com/lxlsu/SPP_CPI" ], [ "https://github.com/yjzhang96/Motion-ETR" ], [ "https://github.com/blue-blue272/OccludedReID-RFCnet" ], [ "https://github.com/zhaoyuzhi/SVCNet" ], [ "https://github.com/sshan-zhao/ACMNet" ], [ "https://github.com/QE-Lab/QuASeR" ], [ "https://github.com/ekraka/TS-GAN" ], [ "https://github.com/NCATS-Tangerine/translator-knowledge-beacon" ], [ "https://github.com/guilherme-araujo/gsop-dist" ], [ "https://github.com/syxiaa/Multiclass-Label-Noise-Filtering-Learning" ], [ "https://github.com/szzexpoi/AiR" ], [ "https://github.com/JosephChenHub/DPANet" ], [ "https://github.com/RealityBending/Pyllusion" ], [ "https://github.com/facebookresearch/LaMCTS" ], [ "https://github.com/sseung0703/KD_methods_with_TF" ], [ "https://github.com/biogacop/Boost_LP_EFM" ], [ "https://github.com/val-iisc/lsc-cnn" ], [ "https://github.com/XinbangZhang/DSO-NAS" ], [ "https://github.com/yuht4/SANPolyA" ], [ "https://github.com/bel-enrichment/bel-enrichment" ], [ "https://github.com/NuriddinovMA/C-InterSecture" ], [ "https://github.com/TRON-Bioinformatics/neofox" ], [ "https://github.com/rongjiewang/BdBG" ], [ "https://github.com/USTC-HIlab/MDNNMD" ], [ "https://github.com/niccw/repeatCraftp" ], [ "https://github.com/BIOS-IMASL/13Check_RNA" ], [ "https://github.com/mciach/LocusTreeInference" ], [ "https://github.com/Reed-CompBio/pathway-reconciliation" ], [ "https://github.com/williamgilpin/pypdb" ], [ "https://github.com/FATSLiM/fatslim" ], [ "https://github.com/afgane/bioblend" ], [ "https://github.com/afgane/bioblend" ], [ "https://github.com/afgane/bioblend" ], [ "https://github.com/afgane/bioblend" ], [ "https://github.com/hcandela/MAPtools" ], [ "https://github.com/weix21/TORC" ], [ "https://github.com/kuleshov/ProbHap" ], [ "https://github.com/enheliang/Thyroid-Segmentation-Network" ], [ "https://github.com/shyam671/Mask2Anomaly-Unmasking-Anomalies-in-Road-Scene-Segmentation" ], [ "https://github.com/dreambamboo/NuSEA" ], [ "https://github.com/bobo909/IID-SfmLearner" ], [ "https://github.com/griff4692/calibrating-summaries" ], [ "https://github.com/AshuiRUA/NPI-GNN" ], [ "https://github.com/fmri123456/CE-GAN" ], [ "https://github.com/Loping151/ForPlane" ], [ "https://github.com/CSU-NLP-Group/Sequential-Sentence-Classification" ], [ "https://github.com/hellozhuo/msgc" ], [ "https://github.com/YangLibuaa/DMV-MAT" ], [ "https://github.com/NUST-Machine-Intelligence-Laboratory/SSC" ], [ "https://github.com/MoritzKappel/MoNeRF" ], [ "https://github.com/zchoi/VCRN" ], [ "https://github.com/Windere/snn-cvt-dual-phase" ], [ "https://github.com/zjfheart/BadLabels" ], [ "https://github.com/zjupgx/deephlapan" ], [ "https://github.com/crsl4/nn-phylogenetics" ], [ "https://github.com/airy975924806/yolo-G" ], [ "https://github.com/Brikwerk/MEM-FS" ], [ "https://github.com/Intelligent-Computing-Lab-Yale/EfficientLIF-Net" ], [ "https://github.com/zjsong/Audio-Visual-Predictive-Coding" ], [ "https://github.com/raminass/BERTwalk" ], [ "https://github.com/sysu19351158/FPB-FOMM" ], [ "https://github.com/YYJ1anG/MFPSNet" ], [ "https://github.com/xiaoyu518/genofunc" ], [ "https://github.com/ZhangGroup-MITChemistry/OpenABC" ], [ "https://github.com/med-air/IOP-FL" ], [ "https://github.com/QueuQ/HPNs" ], [ "https://github.com/zexiJia/EvSegFormer" ], [ "https://github.com/Zongwei97/HIDANet" ], [ "https://github.com/hitcszx/ALFs" ], [ "https://github.com/guijiejie/ICCL" ], [ "https://github.com/NJUyued/MutexMatch4SSL" ], [ "https://github.com/freshman97/LinTransUNet" ], [ "https://github.com/ACuOoOoO/ReDFeat" ], [ "https://github.com/qianngli/DualSR" ], [ "https://github.com/zhengxyun/Surface-SOS" ], [ "https://github.com/Hzzone/ProPos" ], [ "https://github.com/nsmro/SYNPHONI" ], [ "https://github.com/pvlib/twoaxistracking" ], [ "https://github.com/ispc-lab/HRegNet2" ], [ "https://github.com/bearshng/smds-net" ], [ "https://github.com/xlliu7/TadTR" ], [ "https://github.com/teslacool/m-curl" ], [ "https://github.com/NTU-UAVG/CTS-visual-drone-swarm" ], [ "https://github.com/FeiYee/HerbKG" ], [ "https://github.com/shenfc/POKR" ], [ "https://github.com/JWSoh/VDIR" ], [ "https://github.com/SynBioDex/tyto" ], [ "https://github.com/aioz-ai/LDR_ALDK" ], [ "https://github.com/UMCUGenetics/svMIL" ], [ "https://github.com/HDCVLab/Enhanced-Spatio-Temporal-Interaction-Learning-for-Video-Deraining" ], [ "https://github.com/IRMVLab/SIConv" ], [ "https://github.com/umr-ds/repairnatrix" ], [ "https://github.com/ryomiya/Prediction-and-analysis-of-antifreeze-proteins" ], [ "https://github.com/kcl-bhi/mapper-pipeline" ], [ "https://github.com/bionlplab/report_generation_amia2022" ], [ "https://github.com/lyotvincent/PBGI" ], [ "https://github.com/ZitongYu/3DCDC-NAS" ], [ "https://github.com/Cxd-626/Staem5" ], [ "https://github.com/anuradhawick/GraphPlas" ], [ "https://github.com/luimoli/RATFM" ], [ "https://github.com/dwgoon/nezzle" ], [ "https://github.com/JiayuYANG/CVP-MVSNet" ], [ "https://github.com/BRF123/Cnngeno" ], [ "https://github.com/ydLiu-HIT/SKSV" ], [ "https://github.com/hkaggarwal/J-MoDL" ], [ "https://github.com/carrierlxk/COSNet" ], [ "https://github.com/HRanWang/Spatial-Re-Scaling" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/almaan/sepal" ], [ "https://github.com/WinnieJiangHW/Carry-lookahead_RNN" ], [ "https://github.com/LoGT-KULeuven/SASpector" ], [ "https://github.com/hychim/molpc2" ], [ "https://github.com/aqlaboratory/pnerf" ], [ "https://github.com/yun-liu/LIID" ], [ "https://github.com/lafita/tadoss" ], [ "https://github.com/TurkuNLP/BioCreativeVI_BioID_assignment" ], [ "https://github.com/mlangill/microbiome_helper" ], [ "https://github.com/mlangill/microbiome_helper" ], [ "https://github.com/mlangill/microbiome_helper" ], [ "https://github.com/mlangill/microbiome_helper" ], [ "https://github.com/psychopa4/MMCNN" ], [ "https://github.com/MichaelPHStumpf/Peitho" ], [ "https://github.com/aamir-mustafa/super-resolution-adversarial-defense" ], [ "https://github.com/hangelwen/metaCRISPR" ], [ "https://github.com/SergeMOULIN/retrotransposons-spread" ], [ "https://github.com/WkEEn/PLCC" ], [ "https://github.com/Sorades/CLAT" ], [ "https://github.com/hiteshpatel379/PyWATER" ], [ "https://github.com/NeuroTechX/moabb" ], [ "https://github.com/xiezhq/ISEScan" ], [ "https://github.com/mangye16/ReID-Label-Noise" ], [ "https://github.com/PanHaulin/ConCutMix" ], [ "https://github.com/pblischak/fluidigm2purc" ], [ "https://github.com/Puumanamana/CoCoNet" ], [ "https://github.com/iobio-zjut/DeepMDisPre" ], [ "https://github.com/GC-WSL/NDI" ], [ "https://github.com/bensdvir/GradHC" ], [ "https://github.com/yuxunluo9/DrIGCL" ], [ "https://github.com/ChangSIG/SIG" ], [ "https://github.com/dingyn-Reno/MDR-GCN" ], [ "https://github.com/zhangzm0128/CCGR" ], [ "https://github.com/wsb853529465/YOLOH-main" ], [ "https://github.com/arzwa/wgd" ], [ "https://github.com/CandleLabAI/CLINet-ECG-Classification-2024" ], [ "https://github.com/ByZ0e/HSTT" ], [ "https://github.com/xianchaoguan/GramGAN" ], [ "https://github.com/akshaydudhane16/BIPNet" ], [ "https://github.com/ddghjikle/Out-of-sample-restoration" ], [ "https://github.com/shenmishajing/PAL" ], [ "https://github.com/TKH666/Fed-NCL" ], [ "https://github.com/Janet-xujing-1216/SafeCrowdNav" ], [ "https://github.com/Teichlab/bbknn" ], [ "https://github.com/yisiyu95/R2FGC" ], [ "https://github.com/gftww/B2C" ], [ "https://github.com/GGaoxiang/PATrans" ], [ "https://github.com/zhyczy/FedTP" ], [ "https://github.com/lok-18/GeSeNet" ], [ "https://github.com/MiaoLab20/DBMD" ], [ "https://github.com/MiaoLab20/DBMD" ], [ "https://github.com/MiaoLab20/DBMD" ], [ "https://github.com/MiaoLab20/DBMD" ], [ "https://github.com/Holidays1999/Neural-Network-Pruning-through-its-RegularGraph-Structure" ], [ "https://github.com/Kelvin-Ju/GR-PSN" ], [ "https://github.com/chunbolang/BAM" ], [ "https://github.com/fanyang587/MGL" ], [ "https://github.com/XingliangJin/Fine-Style" ], [ "https://github.com/dddzg/up-detr" ], [ "https://github.com/ternencewu123/PARCEL" ], [ "https://github.com/Qianyu1226/Crosslink-Net" ], [ "https://github.com/JustaTinyDot/BiTr-Unet" ], [ "https://github.com/WenbinLee/DefensiveFSL" ], [ "https://github.com/Ha0Tang/SelectionGAN" ], [ "https://github.com/KoslickiLab/L2-UniFrac" ], [ "https://github.com/KoslickiLab/L2-UniFrac" ], [ "https://github.com/KoslickiLab/L2-UniFrac" ], [ "https://github.com/KoslickiLab/L2-UniFrac" ], [ "https://github.com/liuzhuang13/Transferable_RA" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/MIVRC/MLEFGN-PyTorch" ], [ "https://github.com/penghu-cs/UCCH" ], [ "https://github.com/VITA-Group/Deep_GCN_Benchmarking" ], [ "https://github.com/usccolumbia/deeperGATGNN" ], [ "https://github.com/buptantEEG/BEATS" ], [ "https://github.com/SJLeo/FFSD" ], [ "https://github.com/Andrew-Qibin/VisionPermutator" ], [ "https://github.com/liuyudut/ResTune" ], [ "https://github.com/Goodman-lab/DP5" ], [ "https://github.com/HCPLab-SYSU/HIAM" ], [ "https://github.com/Ha0Tang/LGGAN" ], [ "https://github.com/CuthbertCai/SRDA" ], [ "https://github.com/wangbi1988/Lifelong-learning-in-Open-World-Classification" ], [ "https://github.com/wuzhe71/DCN" ], [ "https://github.com/blanclist/CDNet" ], [ "https://github.com/danieljf24/hybrid_space" ], [ "https://github.com/Annbless/DUTCode" ], [ "https://github.com/mmoradi-iut/BioCIE" ], [ "https://github.com/layumi/person-reid-3d" ], [ "https://github.com/maryamrabiee/SODA" ], [ "https://github.com/DirtyHarryLYL/Transferable-Interactiveness-Network" ], [ "https://github.com/VITA-Group/EnlightenGAN" ], [ "https://github.com/fityanul/SDAN-for-Rain-Removal" ], [ "https://github.com/THU-CS-PI/MMPD_rPPG_dataset" ], [ "https://github.com/cccorn/AP-loss" ], [ "https://github.com/usnistgov/PACCS" ], [ "https://github.com/ncbi/JUDI" ], [ "https://github.com/reymond-group/PeptideDesignGA" ], [ "https://github.com/sangreashim/EAT-UpTF" ], [ "https://github.com/soeaver/AirNet-PyTorch" ], [ "https://github.com/BenoitMorel/ParGenes" ], [ "https://github.com/heinc1010/BAMixChecker" ], [ "https://github.com/LaboratorioBioinformatica/MARVEL" ], [ "https://github.com/Christensen-Lab-Dartmouth/PyMethylProcess" ], [ "https://github.com/GGFHF/NGScloud" ], [ "https://github.com/harmslab/pytc" ], [ "https://github.com/curieshicy/JRgui" ], [ "https://github.com/EBjerrum/pICalculax" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/lhqxinghun/bioinformatics" ], [ "https://github.com/feltus/BDSS" ], [ "https://github.com/pymodproject/pymod" ], [ "https://github.com/pymodproject/pymod" ], [ "https://github.com/pymodproject/pymod" ], [ "https://github.com/pymodproject/pymod" ], [ "https://github.com/pymzML/pymzML" ], [ "https://github.com/csjunxu/Noisy-As-Clean" ], [ "https://github.com/biosustain/marsi" ], [ "https://github.com/Ambuj-UF/APOP" ], [ "https://github.com/HassounLab/Boost-RS" ], [ "https://github.com/Zwei-inc/panclassif" ], [ "https://github.com/rodrigoSantamaria/nucleosee" ], [ "https://github.com/raghavagps/pprint2" ], [ "https://github.com/raghavagps/il13pred" ], [ "https://github.com/BioinfoMachineLearning/ATOMRefine" ], [ "https://github.com/shafferm/kb_DRAM" ], [ "https://github.com/dptech-corp/Uni-GBSA" ], [ "https://github.com/sheenahora/SEGCECO" ], [ "https://github.com/niemasd/FAVITES" ], [ "https://github.com/Superzchen/iFeatureOmega-GUI" ], [ "https://github.com/Superzchen/iFeatureOmega-CLI" ], [ "https://github.com/miRTop/mirtop" ], [ "https://github.com/hallav/LuxUS" ], [ "https://github.com/huiyuroy/Return2MaxPotentialEnergy" ], [ "https://github.com/passengeryjy/HTGRS" ], [ "https://github.com/labiip/FDDSeg" ], [ "https://github.com/zichengpan/DyCR" ], [ "https://github.com/JinhwiPark/DevianceNet" ], [ "https://github.com/ddlee-cn/MuLUT" ], [ "https://github.com/namnguyen0510/Biomarker-Discovery-with-Quantum-Neural-Networks" ], [ "https://github.com/Gary-code/KICNLE" ], [ "https://github.com/xandery-geek/BadCM" ], [ "https://github.com/YangLabHKUST/SRT_alignment_and_integration" ], [ "https://github.com/jacksonhzx95/NFDP" ], [ "https://github.com/zhwzhong/DAGF" ], [ "https://github.com/tyo-nu/MINE-Database" ], [ "https://github.com/tyo-nu/MINE-Database" ], [ "https://github.com/tyo-nu/MINE-Database" ], [ "https://github.com/tyo-nu/MINE-Database" ], [ "https://github.com/bio-ai-source/MUMA" ], [ "https://github.com/yaoyao-11/Seq-RBPPred" ], [ "https://github.com/ribosomeprofiling/ribograph" ], [ "https://github.com/ribosomeprofiling/ribograph" ], [ "https://github.com/ribosomeprofiling/ribograph" ], [ "https://github.com/ribosomeprofiling/ribograph" ], [ "https://github.com/nhgritctran/PheTK" ], [ "https://github.com/Dmmm1997/DenseUAV" ], [ "https://github.com/bridgeqiqi/DREAM" ], [ "https://github.com/nwatanbe/enzymenet" ], [ "https://github.com/contactless-healthcare/Scene-Adaption-for-Infant-Cry-Detection" ], [ "https://github.com/TcbfGroup/Tcbf" ], [ "https://github.com/wuqiuche/Ada-Deblur" ], [ "https://github.com/zzb111/Spherical-Centralized-Quantization" ], [ "https://github.com/histocartography/generative-appearance-replay" ], [ "https://github.com/Wzhjerry/autoSMIM" ], [ "https://github.com/ChengxuLiu/TTVFI" ], [ "https://github.com/Binjie-Qin/STA-IPCon" ], [ "https://github.com/Huiimin5/comwin" ], [ "https://github.com/pfizer-opensource/pfaster" ], [ "https://github.com/zhouyuan888888/UGDA" ], [ "https://github.com/SPIresearch/UTR" ], [ "https://github.com/xinjiangaohfut/MMRSD-Net" ], [ "https://github.com/pkj0421/TWN-FS" ], [ "https://github.com/WangPing521/Domain_adaptation_shape_prior" ], [ "https://github.com/anyuexuan/IDEAL" ], [ "https://github.com/JC-202/CAGNN" ], [ "https://github.com/JinyangGuo/CBANet-release" ], [ "https://github.com/pnnl/Active-Sampling-for-Atomistic-Potentials" ], [ "https://github.com/CCChenhao997/DualGCN-ABSA" ], [ "https://github.com/AkonLau/DTRG" ], [ "https://github.com/zx0223winner/HSDFinder" ], [ "https://github.com/HongzhouTang/BayeStab" ], [ "https://github.com/mohamedr002/SLARDA" ], [ "https://github.com/kaistcbfg/scAVENGERS" ], [ "https://github.com/YuemingJin/STswinCL" ], [ "https://github.com/zwx8981/BIQA_CL" ], [ "https://github.com/linjiatai/PDBL" ], [ "https://github.com/czp19940707/Re-CNN" ], [ "https://github.com/zhouyuan888888/SGCPNet" ], [ "https://github.com/TaoHuang2018/Neighbor2Neighbor" ], [ "https://github.com/knappa/steadycellphenotype" ], [ "https://github.com/tuyunbin/I2Transformer" ], [ "https://github.com/zhangxin-xd/LRMF" ], [ "https://github.com/whrws/NHRNet" ], [ "https://github.com/hlju-liye/SENIES" ], [ "https://github.com/maryeon/asenpp" ], [ "https://github.com/ninaqy/Flexible-PU" ], [ "https://github.com/CityU-AIM-Group/HTD" ], [ "https://github.com/wdzhao123/DENets" ], [ "https://github.com/BeierZhu/Sturcture-Coherency-Face-Alignment" ], [ "https://github.com/wgzgithub/VeTra" ], [ "https://github.com/PengBoXiangShang/multigraph_transformer" ], [ "https://github.com/PRIS-CV/AP-CNN_Pytorch-master" ], [ "https://github.com/rajeevyasarla/Syn2Real" ], [ "https://github.com/maple-research-lab/EnAET" ], [ "https://github.com/hw2hwei/SKAL" ], [ "https://github.com/ConesaLab/padhoc" ], [ "https://github.com/LCAS/engagement_detector" ], [ "https://github.com/tekpinar/correlationplus" ], [ "https://github.com/niemasd/ViralMSA" ], [ "https://github.com/gaocong13/Projective-Spatial-Transformers" ], [ "https://github.com/ngchc/deepBoosting" ], [ "https://github.com/minoh0201/DeepMicro" ], [ "https://github.com/Ha0Tang/AttentionGAN" ], [ "https://github.com/KIT-MBS/pydca" ], [ "https://github.com/FenyoLab/L1EM" ], [ "https://github.com/Crespo-Otero-group/fromage" ], [ "https://github.com/Crespo-Otero-group/fromage" ], [ "https://github.com/Crespo-Otero-group/fromage" ], [ "https://github.com/Crespo-Otero-group/fromage" ], [ "https://github.com/zrq0123/BiXGBoost" ], [ "https://github.com/zhqingit/BPP" ], [ "https://github.com/kcakdemir/HiCPlotter" ], [ "https://github.com/antrec/spectrassembler" ], [ "https://github.com/liyao001/BioQueue" ], [ "https://github.com/biocryst/gc" ], [ "https://github.com/GodzikLab/FAIT" ], [ "https://github.com/deristnochda/Hodgkin-Huxley-SPDE" ], [ "https://github.com/nygenome/conpair" ], [ "https://github.com/DrTrevorBell/SmallGenomeTools" ], [ "https://github.com/SciLifeLab/gapest" ], [ "https://github.com/Cuthbert-Huang/CPCANet" ], [ "https://github.com/ribosomeprofiling/ribograph" ], [ "https://github.com/ribosomeprofiling/ribograph" ], [ "https://github.com/ribosomeprofiling/ribograph" ], [ "https://github.com/ribosomeprofiling/ribograph" ], [ "https://github.com/luo-junyu/GALA" ], [ "https://github.com/LeoLjl/Explainable-Alzheimer-s-Disease-Diagnosis" ], [ "https://github.com/CECNL/SSVEP-DAN" ], [ "https://github.com/statisticalbiotechnology/GPTime" ], [ "https://github.com/HUST-Tan/MMUE" ], [ "https://github.com/MolecularAI/aizynthfinder" ], [ "https://github.com/MolecularAI/aizynthfinder" ], [ "https://github.com/MolecularAI/aizynthfinder" ], [ "https://github.com/MolecularAI/aizynthfinder" ], [ "https://github.com/Jiahuiqu/JSPEN" ], [ "https://github.com/microsoft/YOLaT-VectorGraphicsRecognition" ], [ "https://github.com/prismformore/Multi-Task-Transformer" ], [ "https://github.com/wangfuli/T-HyperGNNs" ], [ "https://github.com/MarSaKi/ETPNav" ], [ "https://github.com/chilleo/ALPHA" ], [ "https://github.com/CTPLab/SST-editing" ], [ "https://github.com/gzq17/Weakly-Supervised-by-MIP" ], [ "https://github.com/Tammie-Li/MTCN" ], [ "https://github.com/thibault-wch/HOPE-for-mild-cognitive-impairment" ], [ "https://github.com/JunbongJang/contour-tracking" ], [ "https://github.com/tjiiv-cprg/EPro-PnP-v2" ], [ "https://github.com/Jasonkks/PTTR" ], [ "https://github.com/tsikup/multiresolution-clam" ], [ "https://github.com/cq100/ET-FSM" ], [ "https://github.com/emilhaegglund/TADA" ], [ "https://github.com/sallymmx/ActionCLIP" ], [ "https://github.com/qguo2010/MRN" ], [ "https://github.com/Gao-xiyuan/FCT" ], [ "https://github.com/trigger26/SPSVR" ], [ "https://github.com/Zyun-Y/DconnNet" ], [ "https://github.com/zhangbaiming/FedSemiSeg" ], [ "https://github.com/lncRNAAddict/ChromNetworkMotif" ], [ "https://github.com/csiro-robotics/SDCL" ], [ "https://github.com/ydniuyongjie/twoStageForFaceEdit" ], [ "https://github.com/liyeabc/MBUNet" ], [ "https://github.com/roydenwa/pseudo-colorize-masked-cells" ], [ "https://github.com/XinyuYanTJU/MRR-Net" ], [ "https://github.com/LirongWu/Homophily-Enhanced-Self-supervision" ], [ "https://github.com/jiyuuchc/lacss" ], [ "https://github.com/CityU-AIM-Group/HABIT" ], [ "https://github.com/YuxiangZhang-BIT/IEEE_TIP_SDEnet" ], [ "https://github.com/SUST-reynole/SGUNet" ], [ "https://github.com/hjynwa/NeurImg-HDR" ], [ "https://github.com/Horatio9702/BUAA_PALoss" ], [ "https://github.com/vanheeringen-lab/genomepy" ], [ "https://github.com/pashtari/xunet" ], [ "https://github.com/zjukongming/TranSQ" ], [ "https://github.com/KGerhardt/RecruitPlotEasy" ], [ "https://github.com/NUST-Machine-Intelligence-Laboratory/MMSI" ], [ "https://github.com/comp-well-org/More2Less" ], [ "https://github.com/zchoi/PKOL" ], [ "https://github.com/haozheng-sjtu/airway-labeling" ], [ "https://github.com/NeilPearson-Lilly/TractaViewer" ], [ "https://github.com/ZhangGongjie/Meta-DETR" ], [ "https://github.com/YuxiangZhang-BIT/IEEE_TNNLS_Gia-CFSL" ], [ "https://github.com/RNApolis/drawtetrado" ], [ "https://github.com/clovaai/lffont" ], [ "https://github.com/weiba/HGCNMDA" ], [ "https://github.com/guoyangzou/CNNArginineMe" ], [ "https://github.com/KennthShang/CHEER" ], [ "https://github.com/skywolf829/APMGSRN" ], [ "https://github.com/ZJULearning/PTL" ], [ "https://github.com/compbiofan/SimSCSnTree" ], [ "https://github.com/zjy2050/HDCRL-ReID" ], [ "https://github.com/taoyang1122/MutualNet" ], [ "https://github.com/UnixJunkie/FASMIFRA" ], [ "https://github.com/lmbxmu/CLR-RNF" ], [ "https://github.com/Sazan-Mahbub/EGRET" ], [ "https://github.com/LichtargeLab/BioVNN" ], [ "https://github.com/olly-styles/Trajectory-Tensors" ], [ "https://github.com/chenzhenduo/FISH" ], [ "https://github.com/Deepwise-AILab/ChestX-Det-Dataset" ], [ "https://github.com/tastanlab/matchmaker" ], [ "https://github.com/xiaofeng94/RefineDNet-for-dehazing" ], [ "https://github.com/wty-ustc/e2style" ], [ "https://github.com/BlanchetteLab/DendroNet" ], [ "https://github.com/QHwan/PretrainDPI" ], [ "https://github.com/Megvii-Nanjing/ED-Net" ], [ "https://github.com/joshuaas/Learning-with-Multiclass-AUC-Theory-and-Algorithms" ], [ "https://github.com/Damseh/VascularGraph" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/jlanga/exfi" ], [ "https://github.com/tgen/ACValidator" ], [ "https://github.com/LeoZDong/netAE" ], [ "https://github.com/Binjie-Qin/RPCA-UNet" ], [ "https://github.com/tjiangHIT/cuteSV" ], [ "https://github.com/tjiangHIT/cuteSV" ], [ "https://github.com/tjiangHIT/cuteSV" ], [ "https://github.com/tjiangHIT/cuteSV" ], [ "https://github.com/andvides/DATMA" ], [ "https://github.com/TurkuNLP/CAFA3" ], [ "https://github.com/easezyc/deep-transfer-learning" ], [ "https://github.com/Li-Chongyi/ASIF-Net" ], [ "https://github.com/XingangPan/deep-generative-prior" ], [ "https://github.com/ndrplz/semiparametric" ], [ "https://github.com/anyaevostinar/SuicidalAltruismDissertation" ], [ "https://github.com/ncbi-nlp/DeepSeeNet" ], [ "https://github.com/BenevolentAI/DeeplyTough" ], [ "https://github.com/Jeffrey-Ede/Electron-Micrograph-Denoiser" ], [ "https://github.com/twhui/LiteFlowNet2" ], [ "https://github.com/daviddesancho/MasterMSM" ], [ "https://github.com/tshizys/CoupleNet" ], [ "https://github.com/bachkimn/Privacy-Net-An-Adversarial-Approach-forIdentity-Obfuscated-Segmentation-of-MedicalImages" ], [ "https://github.com/sermeor/The-Analysis-Kid" ], [ "https://github.com/phoenixding/methrafo" ], [ "https://github.com/CSB5/CaDRReS" ], [ "https://github.com/robert-vogel/moca" ], [ "https://github.com/isbrycee/METR" ], [ "https://github.com/HySonLab/Protein_Pretrain" ], [ "https://github.com/sail-sg/Adan" ], [ "https://github.com/stanfordmlgroup/selfsupervised-lungandheartsounds" ], [ "https://github.com/matthewyccheung/conformal-metric" ], [ "https://github.com/cerebis/bin3C" ], [ "https://github.com/wangli100209/PDPNet" ], [ "https://github.com/yangyan22/Token-Mixer" ], [ "https://github.com/Henry991115/FSCA-Net" ], [ "https://github.com/KejiZhaoLab/cLoops2" ], [ "https://github.com/mhxu1998/RedCDR" ], [ "https://github.com/cvlab-stonybrook/TokenSparse-for-MedSeg" ], [ "https://github.com/AntoinePassemiers/PORTIA-Manuscript" ], [ "https://github.com/qzf0320/MDL-Net" ], [ "https://github.com/PlantProteomes/SpectiCal" ], [ "https://github.com/marbl/ModDotPlot" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/nlsde-safety-team/FingerSafe" ], [ "https://github.com/Fhujinwu/CTNet" ], [ "https://github.com/xxwudi508/MSRMNet" ], [ "https://github.com/salbrec/seqQscorer" ], [ "https://github.com/vcl-iisc/robust-few-shot-learning" ], [ "https://github.com/wang-kang-6/CGT" ], [ "https://github.com/liamheng/Annotation-free-Medical-Image-Enhancement" ], [ "https://github.com/ALEX95GOGO/CAGNN" ], [ "https://github.com/mkg1204/RHMNet-for-SSVOS" ], [ "https://github.com/guojiajeremy/EDC" ], [ "https://github.com/TinaLRJ/Multi-frame-infrared-small-target-detection-DTUM" ], [ "https://github.com/ChunmingHe/HQG-Net" ], [ "https://github.com/Xiaohong-source/6mA-stackingCV" ], [ "https://github.com/chunbolang/RARE" ], [ "https://github.com/JunhangCao/MTL-ACP" ], [ "https://github.com/c5shen/EMMA" ], [ "https://github.com/hahnec/rf-ulm" ], [ "https://github.com/usccolumbia/GMTransformer" ], [ "https://github.com/yawencui/UaD-ClE" ], [ "https://github.com/tengxiao14/Purification_ReID" ], [ "https://github.com/xuxiangsun/DLLTTAA" ], [ "https://github.com/wdkyh/NR-MVSNet" ], [ "https://github.com/Ziqiang-Liu/GraphCDD" ], [ "https://github.com/DanielaPlusPlus/LGCOAMix" ], [ "https://github.com/yanglixiaoshen/ProVQA" ], [ "https://github.com/hellooks/CDNet" ], [ "https://github.com/PoonLab/HexSE" ], [ "https://github.com/GZHU-DVL/HVS-5M" ], [ "https://github.com/sbasu276/RadFormer" ], [ "https://github.com/Gword/Recursive-NeRF" ], [ "https://github.com/MengkeSong/MaD" ], [ "https://github.com/LinHong-HIT/USOD10K" ], [ "https://github.com/Qi-Yangsjtu/MPED" ], [ "https://github.com/MontaEllis/SSL-For-Medical-Segmentation" ], [ "https://github.com/MVIG-SJTU/AlphaPose" ], [ "https://github.com/haohang96/CSML" ], [ "https://github.com/nanxiaotong/STKD" ], [ "https://github.com/dr-majie/WSTQ" ], [ "https://github.com/debbydanwang/BAP" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/RSMagneto/ZeRGAN" ], [ "https://github.com/guanghaoyin/CMDSR" ], [ "https://github.com/wangchao-malab/Enhancer-FRL" ], [ "https://github.com/FriedbergLab/GenomicIslandPrediction" ], [ "https://github.com/TingMAC/FrMLNet" ], [ "https://github.com/caixiay/ZeroNAS" ], [ "https://github.com/lrq99/ALMS" ], [ "https://github.com/yrqs/DMNet" ], [ "https://github.com/QianZiTang/pyRSD-CoEv" ], [ "https://github.com/hrlblab/CircleNet" ], [ "https://github.com/riesling00/HRNAT" ], [ "https://github.com/zyjwuyan/BBS-Net" ], [ "https://github.com/Xianhang/EDSC-pytorch" ], [ "https://github.com/clangmead/PROTOCOL" ], [ "https://github.com/algbio/panvc-founders" ], [ "https://github.com/zengqunzhao/MA-Net" ], [ "https://github.com/danfenghong/IEEE_TNNLS_EGU-Net" ], [ "https://github.com/adityakumarakash/ICL" ], [ "https://github.com/Jiahao-UTS/DSLPT" ], [ "https://github.com/wells-wood-research/PDBench" ], [ "https://github.com/srijandas07/vpnplusplus" ], [ "https://github.com/andreazuna89/Guided-Zoom" ], [ "https://github.com/paiardin/DockingPie" ], [ "https://github.com/acasamitjana/SynthByReg" ], [ "https://github.com/dlewis27/SSRgenotyper" ], [ "https://github.com/compimmuno/CHfinder" ], [ "https://github.com/PRIS-CV/BSNet" ], [ "https://github.com/psychopa4/MSHPFNL" ], [ "https://github.com/Vicky-Hunt-Lab/stepRNA" ], [ "https://github.com/VimsLab/CNN-Retarget" ], [ "https://github.com/JinyuanSun/GPSE" ], [ "https://github.com/Splicebox/Jutils" ], [ "https://github.com/cMadan/scoreAI" ], [ "https://github.com/mariosaenger/bio-re-with-entity-embeddings" ], [ "https://github.com/Saoge123/ccgnet" ], [ "https://github.com/ambf0632/CompoundDB4j" ], [ "https://github.com/CapsuleEndoscope/EndoL2H" ], [ "https://github.com/RayRuizhiLiao/joint_chestxray" ], [ "https://github.com/4dn-dcic/GiniQC" ], [ "https://github.com/SynthSys/pyOmeroUpload" ], [ "https://github.com/phglab/MIRUReader" ], [ "https://github.com/AlgoLab/gppf" ], [ "https://github.com/tensorboy/PIDOptimizer" ], [ "https://github.com/clips/SimulatingCochlearImplants" ], [ "https://github.com/metgem/metgem" ], [ "https://github.com/juntang-zhuang/torch-ACA" ], [ "https://github.com/sbg/geck" ], [ "https://github.com/insilichem/gaudi" ], [ "https://github.com/yusufzaferaydin/dspred" ], [ "https://github.com/VCCRI/SVPV" ], [ "https://github.com/oicr-ibc/cssscl" ], [ "https://github.com/SchulzLab/TEPIC" ], [ "https://github.com/SchulzLab/TEPIC" ], [ "https://github.com/SchulzLab/TEPIC" ], [ "https://github.com/SchulzLab/TEPIC" ], [ "https://github.com/ludovicchaput/FastTargetPred" ], [ "https://github.com/wmqu/Automated-Dataset-Construction4LGM" ], [ "https://github.com/takimailto/HiDiff" ], [ "https://github.com/icb-dcm/pyabc" ], [ "https://github.com/icb-dcm/pyabc" ], [ "https://github.com/icb-dcm/pyabc" ], [ "https://github.com/icb-dcm/pyabc" ], [ "https://github.com/metrics-lab/surface-vision-transformers" ], [ "https://github.com/icbi-lab/scirpy" ], [ "https://github.com/rupinas/LAPINE" ], [ "https://github.com/mossmatters/HybPiper" ], [ "https://github.com/GH920/improved-bagan-gp" ], [ "https://github.com/zhimengXin/ECEA" ], [ "https://github.com/altriavin/DeepFusionCDR" ], [ "https://github.com/hanktseng131415go/RAMEM" ], [ "https://github.com/cyq1314woaini/LcDel" ], [ "https://github.com/Joni-gogogo/ShallowBKGC" ], [ "https://github.com/Land5cape/GRIDS" ], [ "https://github.com/nicetomeetu21/GenPSM" ], [ "https://github.com/BioSequenceAnalysis/MoleMCL" ], [ "https://github.com/zhengshijian1993/DC-Net" ], [ "https://github.com/Maize-Genetics-and-Genomics-Database/qTeller" ], [ "https://github.com/RubyHoho/DGeneralization" ], [ "https://github.com/Voluntino/tGT-OCT" ], [ "https://github.com/HengLan/AttMOT" ], [ "https://github.com/cecret3350/DEA-Net" ], [ "https://github.com/WrightonLabCSU/CAMPER" ], [ "https://github.com/AI-sandbox/PopGenAdapt" ], [ "https://github.com/zahiriz/DF-Phos" ], [ "https://github.com/gjonwick/MAGI-Dock" ], [ "https://github.com/StuLiu/SOSNet" ], [ "https://github.com/the-ahuja-lab/Machine-Olf-Action" ], [ "https://github.com/Jun-Jie-Shi/M2FTrans" ], [ "https://github.com/FreeformRobotics/Lifelong-MonoDepth" ], [ "https://github.com/slliuEric/FSUDA" ], [ "https://github.com/zyqin19/HiGraph" ], [ "https://github.com/ZhihaoPENG-CityU/EGRC-Net" ], [ "https://github.com/zfy-csu/FsaNet" ], [ "https://github.com/cchauve/AGO-pipeline" ], [ "https://github.com/dianzl/SODFormer" ], [ "https://github.com/Wayne-on-the-road/ResHybnet" ], [ "https://github.com/CityU-AIM-Group/FedOSS" ], [ "https://github.com/ZPDu/Redesigning-Multi-Scale-Neural-Network-for-Crowd-Counting" ], [ "https://github.com/yunboer/AR-classifier-and-AR-CycleGAN" ], [ "https://github.com/HongzhouTang/Pros-GNN" ], [ "https://github.com/HaoHou-98/SCGAN" ], [ "https://github.com/ZerojumpLine/CoLab" ], [ "https://github.com/wangziyuan66/IL-AD" ], [ "https://github.com/torchmd/torchmd-net" ], [ "https://github.com/weiyithu/NerfingMVS" ], [ "https://github.com/Rongtao-Xu/RepresentationLearning" ], [ "https://github.com/sys-bio/SBcoyote" ], [ "https://github.com/sys-bio/SBcoyote" ], [ "https://github.com/sys-bio/SBcoyote" ], [ "https://github.com/sys-bio/SBcoyote" ], [ "https://github.com/kunjing96/DARTS-AER" ], [ "https://github.com/arunsethuraman/biomi609spring2022" ], [ "https://github.com/RitAreaSciencePark/PLM4Muts" ], [ "https://github.com/Romantic-Pumpkin/PDT_fninf" ], [ "https://github.com/ccnu-mathits/MNE4HEN" ], [ "https://github.com/greenelab/wenda_gpu" ], [ "https://github.com/fudan-zvg/DGMN2" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/buptantEEG/MMASleepNet" ], [ "https://github.com/Jzy2017/TACL" ], [ "https://github.com/Lailabcode/DeepSCM" ], [ "https://github.com/zphyix/TCM" ], [ "https://github.com/aim-uofa/depth" ], [ "https://github.com/Jillian555/TNNLS_CDRS" ], [ "https://github.com/JDAI-CV/CoTNet" ], [ "https://github.com/mksmd/NNforDocking" ], [ "https://github.com/zsyOAOA/VIRNet" ], [ "https://github.com/smetam/pylae" ], [ "https://github.com/davidebolo1993/EViNCe" ], [ "https://github.com/bicciatolab/Circr" ], [ "https://github.com/dayunliu/MGATMDA" ], [ "https://github.com/biosustain/incawrapper" ], [ "https://github.com/bionlproc/text-summ-for-doc-retrieval" ], [ "https://github.com/Swart-lab/bleties" ], [ "https://github.com/Vill-Lab/SIAMH" ], [ "https://github.com/chenzeno/FOO-VB" ], [ "https://github.com/JianSoL/MVSTT" ], [ "https://github.com/IBM/fold2seq" ], [ "https://github.com/yuxilin51/GreedyRFS" ], [ "https://github.com/salman-h-khan/PL-ZSD_Release" ], [ "https://github.com/ktr-hubrt/WSAL" ], [ "https://github.com/JingZhang617/UCNet" ], [ "https://github.com/yuanying566/AHPred-DE" ], [ "https://github.com/JudasDie/SOTS" ], [ "https://github.com/JudasDie/SOTS" ], [ "https://github.com/JudasDie/SOTS" ], [ "https://github.com/JudasDie/SOTS" ], [ "https://github.com/Terminator8758/O2CAP" ], [ "https://github.com/liuyi1989/TSPORTNet" ], [ "https://github.com/crazyinter/RNN-VirSeeker" ], [ "https://github.com/mahyarnajibi/SNIPER" ], [ "https://github.com/hezhujun/autofocus-rnn" ], [ "https://github.com/rderelle/Broccoli" ], [ "https://github.com/lauzingaretti/deepaps" ], [ "https://github.com/gourabghoshroy/PoLoBag" ], [ "https://github.com/zhasen1996/AGLN" ], [ "https://github.com/rongjiewang/DeepDNA" ], [ "https://github.com/NLPIE/clinical-sentences" ], [ "https://github.com/oscarlr/MsPAC" ], [ "https://github.com/zetayue/CPA" ], [ "https://github.com/rajkumar1501/sequence-prediction-using-CNN-and-LSTMs" ], [ "https://github.com/haddocking/pdb-tools" ], [ "https://github.com/ruggleslab/hypercluster" ], [ "https://github.com/shijieS/SST" ], [ "https://github.com/BDanalysis/PGMicroD" ], [ "https://github.com/wangyida/gm-cml" ], [ "https://github.com/Maine-eDNA/medna-metadata" ], [ "https://github.com/CSB-KUL/yMap" ], [ "https://github.com/mpicbg-scicomp/snakemake-workflows" ], [ "https://github.com/bougui505/SOM" ], [ "https://github.com/haddocking/disvis" ], [ "https://github.com/WheatCao/STMN-Pytorch" ], [ "https://github.com/prody/ProDy" ], [ "https://github.com/prody/ProDy" ], [ "https://github.com/prody/ProDy" ], [ "https://github.com/prody/ProDy" ], [ "https://github.com/hangelwen/miR-PREFeR" ], [ "https://github.com/GatorSense/STARSEED" ], [ "https://github.com/louzounlab/CountingIsAlmostAllYouNeed" ], [ "https://github.com/lennylv/DGCddG" ] ], "hovertemplate": "Primary language=Python
Time of Existence (days)=%{x}
Normalized Total Entropy=%{y}
Repository URL=%{customdata[0]}", "legendgroup": "Python", "marker": { "color": "#636efa", "opacity": 0.5, "symbol": "circle" }, "mode": "markers", "name": "Python", "showlegend": true, "type": "scattergl", "x": [ 1, 368, 50, 372, 275, 2536, 1473, 4650, 397, 2475, 1959, 1959, 1959, 1959, 1337, 105, 94, 363, 335, 335, 335, 335, 176, 1327, 193, 761, 1726, 2721, 2583, 1559, 2654, 1095, 750, 37, 207, 651, 694, 259, 647, 523, 328, 1112, 1384, 1580, 6, 1296, 85, 1680, 709, 2771, 742, 146, 35, 2617, 2617, 2617, 2617, 2414, 97, 630, 1080, 499, 318, 205, 386, 572, 572, 572, 572, 572, 572, 572, 572, 572, 882, 777, 129, 1452, 1452, 1452, 1452, 1022, 1161, 895, 492, 537, 948, 1298, 1262, 2238, 1216, 233, 314, 1451, 1564, 642, 3825, 462, 2939, 258, 84, 659, 594, 1114, 1030, 1912, 2498, 163, 1422, 1097, 125, 1451, 847, 726, 961, 888, 888, 888, 888, 297, 292, 2086, 239, 1202, 330, 759, 125, 194, 194, 194, 194, 256, 239, 388, 174, 180, 1906, 24, 541, 931, 270, 917, 890, 2460, 2437, 1608, 2042, 1050, 487, 4394, 4394, 4394, 4394, 4394, 4394, 4394, 4394, 4394, 918, 468, 1236, 272, 2350, 962, 780, 232, 1322, 1035, 2145, 479, 2113, 991, 991, 991, 991, 382, 215, 215, 215, 215, 1333, 215, 215, 215, 215, 548, 548, 548, 548, 548, 548, 548, 548, 1673, 412, 1574, 217, 2211, 1273, 2298, 908, null, 1147, 1147, 1147, 1147, 70, 210, 210, 2628, 2628, 2628, 2628, 89, 2488, 150, 27, 567, 770, 761, 123, 601, 2226, 101, 296, 268, 2649, 2837, 691, 834, 1629, 525, 475, 342, 556, 471, 2654, 2147, 6, 2052, 326, 1078, 2373, 217, 529, 2386, 147, 1166, 1506, 991, 991, 991, 991, 361, 220, 558, 1690, 1200, 1667, 1667, 1667, 1667, 1667, 1667, 1667, 1667, 1667, 681, 6456, 6456, 6456, 6456, 550, 1102, 628, 216, 74, 4, 0, 206, 989, 88, 904, 896, 1203, 2944, 7, 133, 163, 158, 1191, 702, 3655, 272, 1896, 1666, 1767, 875, 682, 210, 2572, 14, 520, 1250, 0, 1047, 7, 131, 707, 1039, 140, 664, 501, 204, 1049, 25, 1320, 1986, 1035, 877, 2379, 1771, 504, 942, 1722, 756, 268, 463, 468, 248, 171, 180, 1498, 1, 149, 561, 987, 221, 13, 3113, 90, 0, 538, 0, 197, 2283, 336, 571, 697, 706, 337, 1874, 1295, 1641, 242, 1046, 112, 149, 957, 953, 1380, 460, 35, 2170, 1319, 1814, 1814, 1814, 1814, 461, 1106, 225, 300, 929, 3, 84, 853, 1043, 686, 135, 52, 62, 282, 423, 1081, 126, 2670, 99, 310, 578, 182, 923, 65, 380, 185, 35, 0, 235, 192, 281, 169, 342, 777, 175, null, 3391, 373, 272, 870, 666, 343, 1359, 488, 610, 410, 486, 1068, 653, 653, 653, 653, 436, 0, 332, 0, 34, 15, 260, 204, 1052, 1422, 402, 634, 634, 634, 634, 23, 388, 875, 540, 0, 759, 152, 597, 948, 762, 743, 581, 66, 24, 268, 1124, 522, 693, 408, 761, 275, 493, 0, 92, 536, 37, 375, 394, 96, 325, 1051, 1407, 181, 1238, 840, 1928, 1928, 1928, 1928, 365, 61, 1200, 2063, 4160, 298, 2603, 1127, 1214, 595, 561, 2029, 0, 1023, 183, 2515, 521, 52, 354, 731, 184, 0, 2732, 1855, 298, 142, 0, 38, 137, 83, 0, 610, 742, 72, 473, 335, 798, 8, 468, 28, 393, 393, 393, 393, 205, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 136, 801, 413, 422, 395, 109, 870, 170, 0, 610, 704, 395, 303, 648, 119, 0, 676, 242, 276, 174, 144, 522, 2405, 222, 78, 233, 195, 129, 400, 11, 856, 1371, 1371, 1371, 1371, 1663, 0, 667, 167, 779, 754, 836, 524, 373, 346, 60, 171, 436, 98, 1553, 877, 848, 1313, 1069, 973, 868, 977, 328, 175, 288, 99, 410, 517, 683, 1166, 372, 1673, 252, 329, 187, 1503, 1234, 76, 863, 1972, 701, 82, 515, 1925, 1295, 168, 1967, 917, 2600, 698, 2263, 418, 12, 483, 331, null, 448, 145, 189, 64, 220, 1730, 194, 21, 283, 127, 303, 252, 110, 917, 69, 193, 1527, 666, 0, 76, 641, 657, 0, null, 48, 593, 13, 118, 273, 1339, 305, 0, 579, 522, 201, 7, 28, 396, 144, 891, 396, 128, 240, 927, 1, 0, 554, 0, 120, 814, 1016, 85, 190, 3, 5, 546, 185, 291, 799, 0, 0, 727, 181, 408, 276, 101, 253, 1527, 312, 880, 0, 203, 2287, 995, 798, 1049, 1342, 1648, 598, 22, 2436, 338, 546, 95, 0, 650, 758, 0, 1030, 644, 591, 0, 485, 0, 2429, 2486, 1603, 1353, 7, 1863, 3061, 322, 82, 2212, 2255, 236, 1486, 1986, 269, 2943, 187, 537, 149, 154, 3410, 187, 218, 0, null, 11, 235, 461, 1842, 156, 284, 174, 216, 76, 644, 25, null, 625, 2540, 11, 405, 545, 190, 622, 0, 125, 0, 264, 2068, 2068, 2068, 2068, 850, 5, 493, 693, 0, 53, 579, 332, 153, 614, 294, 146, 469, 35, 533, 149, 27, 292, 485, 95, 57, 1035, 1035, 1035, 1035, 104, 0, 1, 208, 622, 137, 214, 2, 103, 108, 305, 297, 275, 109, 318, 1188, 0, 1189, 32, 2, 1110, 489, 116, 575, 1136, 1745, 9, 19, 245, 1373, 183, 227, 1548, 41, 3, 195, 8, null, 181, 878, 0, 1821, 154, 1355, 845, 460, 387, 708, 13, 741, 300, 1247, 881, 1438, 1243, 1457, 1434, 1767, 2165, 218, 2068, 2068, 2068, 2068, 2468, 196, 2779, 1194, 2228, 815, 327, 1180, 67, 80, 0, 1307, 253, 2411, 1387, 348, null, 592, 1107, 3702, 543, 299, 2, 33, 764, 372, 943, 3622, 3622, 3622, 3622, 437, 986, 1120, 756, 240, 333, 1637, 737, 455, 269, 249, 0, 954, 1739, 1481, 267, 1037, 434, 2306, 2306, 2306, 2306, 6, 450, 152, 18, 509, 1714, 184, 105, 418, 404, 278, 309, 1566, 964, 0, 253, 0, 2829, 1747, 2733, 482, 595, 897, 191, 82, 0, 0, 133, 698, 841, 879, 533, null, 924, 953, 1037, 864, 400, 22, 7, 412, 681, 990, 575, 510, 333, 1871, 2106, 2944, 2587, 55, 1392, 564, 2624, 840, 954, 0, 1126, 352, 401, 144, 4, 1217, 232, 859, 152, 264, 196, 1014, 237, 0, 1198, 1, null, 84, 951, 156, 160, 696, 146, 7, null, 88, 10, 245, 609, 0, 182, 0, 385, 524, 191, 191, 191, 191, 338, 723, 11, 16, 820, 3, 529, 87, 354, 510, 958, 253, 262, 360, 149, 266, 330, 514, 946, 0, 138, 0, 1114, null, 656, 212, 419, 214, 903, 2256, null, 2726, 2726, 2726, 2726, 24, 179, 1267, 1323, 278, 469, 163, 281, 842, 1131, 1, 0, 519, 181, 1265, 0, 96, 0, 942, 834, 1161, 519, 1690, 1690, 1690, 1690, 29, 852, 0, 991, 19, 597, 473, 1654, 1597, 389, 166, 266, 1864, 376, 738, 1302, 142, 1578, 107, 873, 409, 74, 371, 537, 602, 37, 2730, 1159, 1360, 259, 34, 95, 145, 961, 232, 699, 587, 131, 217, 376, 553, 88, 0, 590, 201, 224, 0, 266, 0, 519, null, 112, 2026, 244, 909, 96, 326, 1, 10, 584, 584, 584, 584, 368, 0, 83, 499, 883, 556, 584, 325, 325, 325, 325, 1960, 488, 599, 1, 1091, 89, 247, 637, 64, 17, 185, 145, 36, 76, 1592, 1282, 525, 439, 0, 875, 606, 1219, 162, 18, 0, 1638, 109, 363, 518, 780, 64, 907, 829, 135, 779, 156, 899, 415, 1, 834, 859, 58, 236, 130, 524, 389, 326, 140, 30, 988, 2879, 458, 1380, 942, 2232, 2232, 2232, 2232, 2053, 707, 1245, 565, 146, 170, 127, 4495, 493, 0, 0, 377, 1031, 3, 0, 403, 179, 395, null, 0, 1, 171, 604, 138, 717, 249, 213, 20, 99, 111, 285, 546, 18, 52, 248, 996, 150, 778, 1043, 87, 3860, 0, 291, 278, 1, 139, 419, 756, 371, 1103, 1116, 2, 234, 234, 405, 377, 342, 109, 216, 784, 465, 83, 472, 616, 668, 129, 248, 0, 286, 2865, 2865, 2865, 2865, 870, 404, 1654, 606, 422, 199, 1274, 1121, 0, 1943, 299, 2905, 1614, 1836, 201, 866, 866, 866, 866, 1271, 1462, 40, 819, 333, 552, 16, 394, 546, 1028, 2506, 0, 4989, 4989, 4989, 4989, 380, 23, 1529, 1419, 261, 1765, 130, 329, 1608, 2275, 61, 0, 123, 91, 0, 220, 616, 56, 689, 257, 0, 309, 182, 0, 296, 289, 260, 585, 148, 74, 297, 190, 881, 409, 855, 264, 727, 448, 345, 270, 96, 1022, 159, 0, 559, 247, 575, 912, 621, 669, 341, 0, 580, 634, 269, 945, 15, 353, 320, 111, 1776, 556, 1511, 7, 3, 660, 228, 1022, 30, 818, null, 938, 201, 1120, 43, 1058, 436, 91, 402, 1129, 1080, 1570, 153, 383, 56, 599, 7, 1303, 1893, 0, 418, 249, 628, 413, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1897, 180, 8, 1, 90, 67, 1342, 393, 612, 0, 483, 483, 483, 483, 1089, 1744, 987, 30, 3132, 3132, 3132, 3132, 796, 1149, 1175, 968, 1621, 9, 157, 1479, 184, 2, 321, 157, 3275, 556, 133, 122, 874, 2, 108, 81, 240, 346, 885, 326, 4, 309, 84, 350, 226, 1694, 429, 28, 25, 428, 730, 145, 71, 0, 179, 0, 0, 385, 561, 507, 96, null, 1065, 409, 266, 49, 508, 304, 70, 430, 1159, 128, 95, 0, 20, 558, 791, 310, 2452, 376, 3, 746, 1473, 670, 301, 213, 655, 307, 213, 524, 10, 2674, 10, 9, 199, 1078, 357, 193, 830, 830, 830, 830, 0, 1663, 705, 448, 1648, 1142, 495, 933, 0, 2078, 0, 281, 1512, 105, 413, 325, 1290, 424, null, 563, 187, 1723, 2020, 365, 24, 2130, 5, 681, 1789, 335, 315, 1099, 467, 770, 225, 725, 868, 771, 1934, 186, 242, 1249, 3073, 104, 419, 2250, 2868, 563, 109, null, 1858, 289, 461, 137, 133, 105, 460, 151, 58, 1715, 460, 79, 0, 0, 13, 127, 166, 274, 208, 566, 432, 213, 1290, 1290, 1290, 1290, 855, 0, 25, 601, 5, 2056, 0, 579, 231, 615, 5, 357, 267, 719, 14, 243, 204, 460, 129, 314, 5, 767, 962, 481, 1045, 29, 1676, 20, 558, 407, 117, 77, 157, 320, 17, 734, 328, 515, 374, 507, 156, 1855, 521, 322, 583, 1336, 305, 94, 629, 17, 14, 169, 565, 1315, 128, 251, null, 1290, 1290, 1290, 1290, 845, 1751, 63, 1333, 1825, 987, 162, 283, 565, 146, 325, 232, 0, 621, 337, 304, 2612, 1806, 0, 318, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2051, 227, 31, 138, 211, 982, 318, 205, 287, 299, null, 0, 242, 374, 221, 93, null, 1, 11, 191, 191, 191, 191, 419, 278, 0, 157, 1623, 2593, 376, 696, 485, 910, 239, 98, 336, 187, 94, 63, 155, 0, 0, 0, 235, 0, 61, 8, 190, null, 540, 343, 698, 349, 298, 685, 1184, 23, 508, 927, 227, 259, null, 113, null, 742, 233, 1144, null, 76, 161, 278, 3132, 3132, 3132, 3132, 384, 128, 299, 985, 1569, 2137, 469, 235, 245, 74, 724, 1944, 377, 133, 1915, 3824, 1113, 504, 2435, 2552, 1278, 3936, 2037, 464, 330, 21, 73, 171, 1, 377, 153, 220, 92, 92, 92, 92, 4981, 249, 140, 393, 393, 393, 393, 1982, 322, 687, 14, 157, 32, 317, 49, 3647, 573, 1411, 46, 72, 273, 451, 777, 431, 181, 454, 575, 0, 231, 523, 226, 276, 246, 212, 184, 454, 720, 116, 409, 243, 628, 659, 1190, 42, 504, 1815, 357, 863, 316, 827, 198, 6, 1305, 1707, 97, 193, 296, 714, 0, 2173, 763, 394, 2, 320, 367, 152, 115, 171, 1143, 1085, 1039, 0, 1671, 344, 328, 384, 273, 623, 456, 104, 7, 1814, 1814, 1814, 1814, 99, 2060, 1063, 248, 1256, null, 2255, 111, 129, 2840, 581, 1454, 0, 246, 3801, 110, 3837, 281, 4394, 4394, 4394, 4394, 4394, 4394, 4394, 4394, 4394, 804, 0, 1251, 1329, 111, 1071, 277, 3357, 179, 656, 1719, 951, 346, 1728, 141, 199, 2893, 807, 166, 1190, 587, 1133, null, 383, 0, 631, 333, 740, null, 199, null, 13, 917, 1, 106, 594, 0, 531, 608, 555, 1134, 0, 661, 399, 5, 1496, 374, 60, 280, 1246, 484, 407, 32, 1927, 778, 765, 65, 966, 68, 804, null, 398, 0, 22, 306, 78, 517, 517, 517, 517, 17, 328, 3622, 3622, 3622, 3622, 2187, 1171, 0, 240, 254, 259, 65, 17, 382, 517, 517, 517, 517, null, 0, 34, 181, 368, 0, 240, 417, 1373, 192, 1396, 116, 181, 342, 590, 139, 193, 2816, 242, 238, 102, 588, 0, 990, 93, 13, 226, 1, 526, 649, 0, 125, 418, 21, null, 486, 51, 37, 87, 627, 320, 498, 393, 541, 524, 107, 7, 203, 866, 866, 866, 866, 599, 247, 10, 120, 470, 233, 0, 16, 14, 1183, 459, 247, 4, 0, 173, 210, 0, 445, 202, 51, 1580, 17, 446, 2497, 793, 0, 158, null, 220, 1561, 78, 469, 733, 191, 0, null, 452, 0, 84, 759, 40, 1347, 167, 266, 1159, 416, 67, 261, 163, 1135, 224, 145, 290, 1087, 1028, 809, 590, 164, 176, 87, 42, 0, 293, 381, 127, 113, 155, 182, 799, 447, 515, 770, 133, 338, 450, null, 812, 77, 82, 1259, 1141, 1, 180, 829, 1773, 1773, 1773, 1773, 157, 0, 0, 571, 110, 1104, 1688, 994, 1451, 0, 1768, 546, 206, 1536, 425, 1232, 435, 954, 220, 278, 633, 1928, 1928, 1928, 1928, 502, 423, 372, 202, 73, 1153, 35, 526, 596, 469, 1180, 1, 456, 347, 2236, 578, 1594, 288, 218, 1490, 2104, 2306, 2306, 2306, 2306, 570, 264, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 433, null, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 752, 1361, 1382, 782, 2113, 104, 688, 1778, 2795, 2, 337, 188, 159, 39, 187, 1173, 0, 125, 1098, 763, 875, 109, 147, 151, 236, 356, 363, 191, 1115, 318, 21, 1, 812, null, 342, 216, 0, 78, 135, 525, 4078, 4078, 4078, 4078, 124, 124, 124, 124, 62, 208, 0, 2249, 358, 0, 419, 786, 28, 371, 226, 168, 129, 180, 0, 828, 218, 426, 458, 664, 338, 0, 799, 460, 4, 578, 416, 405, 70, 790, 602, 0, 1261, 71, 66, null, 405, 38, 44, 0, 285, 173, 1496, 624, 1544, 1101, 202, 130, 283, 931, 49, 75, 108, 54, 186, 191, 263, 0, 356, 79, 94, 772, 236, 0, 6, 481, null, 68, 0, 713, 340, 956, null, 959, 7, 957, 1146, 0, 855, 370, 3, 194, 215, 216, 310, 79, 103, 187, 181, 1668, 1389, 350, 0, 675, 1390, 1091, 638, 130, 639, 1604, 161, 1313, 625, 15, 0, 1309, 0, 268, 0, 693, 793, 3127, 1309, 621, null, 129, 542, 37, 1143, 1435, 366, 0, 1365, 225, 1424, 8, 345, 241, 2914, 478, 0, 0, 1537, 550, 39, 3261, 297, 1470, 1798, 720, 2149, 2541, 1129, 0, 763, 1680, 849, 1228, 1216, 303, 615, 470, 192, 2197, 2328, 1533, 34, 880, 984, 857, 357, 546, 1174, 208, 84, 1103, null, 225, 715, 715, 715, 715, 168, 1311, 199, 197, 1642, 28, 34, 0, 0, 653, 653, 653, 653, 0, 180, 209, 0, 0, 34, 0, 152, 0, 209, 19, 20, 0, 261, 153, 72, 502, 537, 68, 123, 326, 124, 124, 124, 124, 324, 397, 94, 73, 0, 325, 325, 325, 325, 864, 511, 18, 421, 448, 883, 883, 883, 883, 231, 200, 573, 839, 73, 561, 240, 0, 221, 658, 128, 742, 970, 746, 0, 903, 889, 4, 84, 0, 282, 430, 558, 340, 814, 80, 3, 757, 241, 0, 227, 59, 0, 325, 389, 1, 315, 366, 89, 474, 1476, 726, 843, 256, 587, 453, 72, 162, 22, 1064, 351, 1010, 1825, 518, 379, 772, 944, 0, 623, 784, 4, 806, 652, 205, 1, 18, 284, 2385, 265, 167, 675, 903, 1182, 738, 0, 1, 62, 12, 159, 166, 334, 869, 489, 1454, 1389, 448, 154, 734, 129, 71, 357, 143, 1448, 178, 1066, 866, 0, 1021, 147, 0, 1531, 6, 1110, 0, 754, 523, 1433, 1460, 146, 1091, 110, 86, 808, 253, 585, 1478, 1905, 121, 199, 967, 110, 1554, 402, 1116, 315, 821, 3066, 1580, 127, 2646, 2646, 2646, 2646, 110, 1784, 726, 187, 612, 2816, 1855, 504, 2935, 2207, 364, 1834, 2611, 4372, 1321, 0, 322, 92, 830, 663, 1055, 726, 3290, 39, 461, 2136, 2136, 2136, 2136, 32, 147, 0, 0, 30, 93, 706, 136, 29, 136, 412, 506, 144, 59, 336, 276, 959, 0, 300, 227, 231, 298, 0, null, 124, 594, 1893, 1893, 1893, 1893, 7, 1690, 1690, 1690, 1690, 123, 68, 121, 582, 315, 20, 1184, 211, 209, 121, 361, null, 538, 79, 69, 234, 217, 64, 0, 140, 141, 378, 325, 1343, 168, 492, 488, 959, 361, 672, 1306, 1179, 488, 598, 315, 43, 109, 129, 286, 155, 8, 264, 192, 0, 950, 1538, 430, 811, 0, 18, 659, 359, 1313, 518, 113, 667, 45, 60, 10, 0, 67, 324, 8, 162, 894, 131, 177, 35, 303, 0, 1340, 407, 97, 133, 853, 90, 280, 240, 304, 1816, 353, 484, 434, 435, 1833, 69, null, 981, 5, 289, 960, 222, 414, 756, 367, 62, 208, 470, 305, 310, 725, 188, 97, 31, 987, 505, 482, 137, 215, 326, 1893, 1893, 1893, 1893, 244, 2437, 1644, 608, 154, 704, 45, 117, 2, 232, 126, 2276, 340, 520, 1928, 2220, 1214, 869, 1326, null, 519, 406, 1614, 66, 856, 1221, 1004, null, 744, 63, 972, 482, 1351, 885, 226, 226, 226, 226, 226, 226, 226, 226, 2010, 595, 2594, 516, 608, 291, 1791, 109, 125, 52, 308, 2848, 164, 50, 2, 2211, 2455, 464, 221, 235, 134, 129, 1565, 102, 2313, 397, 1221, 943, 1536, 1196, 1196, 1196, 1196, 267, 267, 139, 688, 549, 3151, 989, 1663, 4078, 4078, 4078, 4078, 281, 2134, 408, 1773, 1773, 1773, 1773, 820, 1395, 1493, 502, 24, 624, 2415, 75, 1164, 1228, 1121, 672, 778, 970, 897, 1408, 1408, 1408, 1408, 440, 381, 389, 0, 274, 634, 634, 634, 634, 363, 363, 363, 363, 438, 616, 1210, 388, 2214, 848, 1254, 187, 606, 418, 929, 431, 939, 2247, 2647, 793, 303, 59, 228, 525, 640, 561, 2506, 881, 1614, 4394, 4394, 4394, 4394, 4394, 4394, 4394, 4394, 4394, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 446, 611, 212, 497, 2651, 1882, 207, 376, 249, 1273, 424, 423, 4640, 544, 779, 1493, 216, 657, 3550, 229, 0, 1367, 167, 167, 167, 167, 2157, 1141, 1007, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 1786, 242, 811, 710, 774, 774, 774, 774, 472, 831, 2654, 883, 5572, 5572, 5572, 5572, 1135, 291, 191, 727, 648, 674, 1939, 1793, 237, 598, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 450, 774, 774, 774, 774, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 1078, 0, 402, 165, 95, 972, 952, 5, 93, 116, 379, 2242, 180, 0, 3126, 225, 1492, 279, 2829, 1895, 1836, 295, 1961, 0, 517, 11, 285, 1990, 241, 275, 460, 142, 310, 616, 1077, 539, 1398, 294, 293, 1700, 6, 1102, 1384, 779, 6, 1811, 361, 12, 99, 380, 109, 2621, 276, 1, 358, 944, 887, 887, 887, 887, null, 1497, 1616, 1013, 2074, 124, 848, 263, 449, 0, 180, 1167, 1424, 0, 131, 292, 172, 76, 191, 106, 0, 690, 368, 125, null, 249, 326, 0, 0, 388, 207, 1, 190, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 323, 233, 120, 395, 31, 686, 1749, 56, 0, 209, 0, 159, 23, 87, 623, 107, 772, 0, 928, 73, 0, 1088, 0, 400, 826, 0, 1435, 547, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 137, 1060, 415, 574, 223, 252, 236, 668, 652, 728, 467, 1947, 716, 320, 1002, 795, 379, 1356, 1594, 123, 196, 1061, 634, 312, 1672, 1246, 3033, 432, 585, 341, 1049, 350, 161, 18, 374, 729, 88, 2318, 2726, 2726, 2726, 2726, 381, 389, 618, 323, 2112, 1414, 185, 257, 1867, 601, 1070, 167, 167, 167, 167, 320, 791, 1510, 891, 1486, 652, 622, 1719, 1656, 0, 1547, 8, 1021, 185, 278, 1186, 33, 2029, 1226, 201, 1045, 653, 764, 39, 363, 363, 363, 363, 3, 852, 33, 2, 166, 2472, 310, null, 78, 2724, 2724, 2724, 2724, 170, 191, 464, 954, 4796, 706, 332, 1599, 103, 2977, 692, 49, 73, 436, 1127, 87, 25, 6, 829, 53, 855, 437, 908, 515, 480, 2024, 2477, 2809, 922, 1923, 619, 985, 0, 482, 384, 1147, 1147, 1147, 1147, 97, 4, 1849, 48, 242, 55, 36, 8, 234, 19, 1476, 1419, 140, 481, 3181, 376, 89, 0, 281, 288, 425, 269, 35, 3837, 533, 259, 175, 462, 15, 793, 359, 22, 73, 1168, 0, 1215, 0, 145, 26, 408, 528, 325, 1830, 788, 668, 192, 189, 1824, 1474, 307, 1486, 787, 575, 382, 949, 91, 29, 1059, 940, 673, 673, 673, 673, null, 774, 673, 673, 673, 673, 1731, 1048, 6, 516, 13, 1501, 1959, 1959, 1959, 1959, 0, 769, 2611, 919, 2090, 488, 524, 0, 440, 563, 2724, 2724, 2724, 2724, 841, 2686, 2375, 2326, 364, 1380, 1506, 435, 614, 1401, 1654, 2072, 1790, 71, 1618, 1600, 476, 476, 476, 476, 1415, 488, 162, 3042, 2559, 43, 587, 514, 476, 476, 476, 476, 616, 316, 570, 561, 3999, 159, 217, 296, 898, 1356, 1505, 5572, 5572, 5572, 5572, 523, 867, 3368, 602, 0, 435, 412, 28, 717, 197, 987, 778, 17, 203, 697, 1017, 1313, 469, 0, 342, 0, 94, 3342, 445, 1136, 876, 411, 533, 1343, 900, 432, 1710, null, 195, 498, 128, 10, 579, 1498, 531, 125, 455, 0, 897, 1468, 714, 0, 713, 425, 823, 202, 895, 541, 156, 159, 426, 365, 1145, 353, 844, 944, 113, 17, 367, 2366, null, 1753, 1671, 954, 2602, 255, 226, 3339, 0, 239, 0, 2, 164, 500, 120, 204, 0, 34, 351, 583, 973, 333, 572, 572, 572, 572, 572, 572, 572, 572, 572, 431, 798, null, 128, 135, 285, 791, 424, 20, 1150, 444, 1139, 433, 3024, 445, 89, 41, 267, 185, 16, 1272, 0, 232, 495, 126, 125, 62, 825, 1, 407, 133, 656, 1028, 460, 3116, 750, 116, 63, 382, 962, 564, 2031, 4, 216, 210, 758, 2095, 2095, 2095, 2095, 669, 1606, 2924, 0, 1513, 92, 92, 92, 92, 613, 1112, 170, 761, 1579, 997, 823, 134, 428, 413, 1667, 1667, 1667, 1667, 1667, 1667, 1667, 1667, 1667, 887, 887, 887, 887, 1434, 2072, 597, 662, 138, 99, 325, 894, 1, 414, 152, 757, 13, 2573, 2573, 2573, 2573, 2775, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 286, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 63, 819, 819, 819, 819, 1218, 38, 314, 0, 1177, 95, 1118, 1319, 392, 1508, 346, 366, 20, 2522, 819, 819, 819, 819, 2224, 761, 1152, 1690, 157, 245, 997, 55, 182, 3809, 340, 831, 975, 1569, 218, 2540, 10, 84, 158, null, 1161, 13, 99, 90, 429, 0, 744, 269, 23, 636, 124, 23, 184, null, 43, 567, 110, null, 614, 1144, 715, 879, 319, 457, null, 0, 1360, 276, 731, 181, 673, 35, 1335, 29, 3, 1932, 268, 584, 365, 778, 592, 682, 1481, 2172, 733, 223, 27, 5, 130, 1011, 421, 1408, 496, 1080, 52, 445, 0, 5, 362, 131, 40, 0, null, 0, 102, 285, 228, 579, 256, 26, 330, 397, 193, 129, 112, 414, 343, 336, 421, 450, 468, 383, 270, 2246, 1437, 162, 607, 18, 0, 161, 517, 883, 883, 883, 883, 396, 164, 0, 52, 198, 342, 590, 166, 25, null, 174, 520, 921, 342, 450, 278, 1636, 711, 539, 9, 489, 3068, 529, 0, 905, 239, 1, 709, 830, 830, 830, 830, 482, 1557, 1158, 1716, 2521, 892, 261, 792, 520, 810, 689, 2216, 496, 2748, 342, 854, 751, 59, 47, 276, null, 168, 113, 258, 138, 219, 0, 176, 271, 0, 346, 593, 98, 0, 259, 0, 454, 575, 88, null, 23, 48, 105, 0, 144, 386, 0, 59, 214, 0, 274, 572, 247, 819, 428, 98, 607, 54, 1408, 1408, 1408, 1408, 187, 339, 79, 205, 424, 701, 435, 883, 951, 904, 65, 902, 348, 225, 1752, 2892, 558, 686, 0, 2095, 2095, 2095, 2095, 124, 2708, 2527, 3, 6, 1182, 6456, 6456, 6456, 6456, 333, 1433, 1289, 171, 490, 180, 772, 3819, 1109, 952, 243, 468, 372, 509, 1255, 100, 877, 847, 491, 297, null, 337, 2, 0, 477, 684, 251, 111, 72, 194, 194, 194, 194, 232, null, 426, 248, 4, 1127, 440, 2230, null, 650, 115, 204, 45, 154, 1364, 81, 35, 82, 438, 1976, 314, 161, 0, 736, 189, 155, 1846, 171, 424, 2088, 2088, 2088, 2088, 593, 517, 149, 200, 182, 150, 526, 241, 539, 844, 1015, 675, 53, 346, 793, 375, 483, 483, 483, 483, 2432, 1849, 515, 0, 215, 384, 1654, 2296, 2549, 710, 108, 108, 108, 108, 82, 7, 2628, 2628, 2628, 2628, 0, 285, 267, 356, 1644, 950, 659, 1387, 1069, 190, 0, 188, 559, 1726, 178, 83, 542, 273, 1106, 547, 707, 35, 40, 2861, 136, 2340, 3175, 2, 316, 3211, 1718, 703, null, 2136, 151, 436, 160, 305, 0, 335, 1150, 0, 1049, 278, 661, 1217, 2038, 499, 1824, 0, 513, 657, 18, 358, 14, 972, 100, 351, 754, 427, 95, 508, 236, 620, 113, 1070, 1246, 335, 646, 473, 6, 2136, 2136, 2136, 2136, 738, 804, 222, 0, 665, 115, 1285, 176, 1451, 2253, 118, 259, 563, 8635, 1871, 279, 158, 209, 1555, 605, 714, 82, 2103, 78, 182, 5, 1317, 732, 493, 2707, 335, 335, 335, 335, 1426, 381, 1, 154, 226, 691, 68, 359, 441, 253, 108, 108, 108, 108, 109, 1232, 602, 466, 527, 100, 55, 715, 2237, 2237, 2237, 2237, 864, 326, 3459, null, null, 273, 319, 96, 616, 690, 5363, 371, 200, 402, 50, null, 234, 387, 76, 176, 275, 26, 1300, 328, 263, 1465, 360, 344, 503, 360, 1527, 295, 66, 373, 237, 476, 182, 0, 402, 770, 177, 213, 1074, 482, 658, 103, 19, 677, 603, 1384, 715, 715, 715, 715, 230, null, 629, 594, 12, 682, 274, 9, 367, 53, 167, 138, 408, 478, 124, 715, 215, 625, 301, 909, 25, 1041, 114, 421, 370, 99, 0, 648, 1, 638, 616, 858, 337, 1963, 2224, 137, 257, 2253, 43, 1039, 1833, 694, 703, 608, 49, 1492, 706, 1125, 640, 3140, 118, 193, 0, 272, null, 1035, 1035, 1035, 1035, 692, 1121, 275, 0, 604, 356, 24, 0, 378, 395, 0, 70, 68, 377, 1522, 844, 231, 215, 450, 48, 534, 1148, 820, 1559, 116, 1357, 2331, 452, 153, 205, 169, 398, 421, 268, 335, 689, 1047, 269, 323, 154, 1, 582, 89, 395, 953, 488, 1, 722, 722, 722, 722, 292, 869, 268, 1858, 1442, 5, 426, 144, 800, 305, 82, 864, 1425, 449, 154, 481, 862, 2211, 734, 205, 49, 228, 21, 11, 521, 709, 1887, 157, 312, 829, 274, 1123, 442, 3355, 2363, 1196, 1196, 1196, 1196, 522, 4, 1460, null, 392, 482, 217, 86, 473, 0, 451, 0, 1, 0, 54, 50, 351, 701, 283, 1179, 1523, 0, null, 0, 1173, 111, 565, 0, 481, 439, 0, 0, 226, 174, 664, 0, 758, 251, 53, 742, 0, 503, 362, 1112, 2, 11, 623, null, 635, 0, 40, 488, 1286, 186, 1190, 290, 143, 1834, null, 528, 1034, 477, 283, 0, 697, 679, 1066, 205, 0, 413, 49, 699, 714, 572, 572, 572, 572, 572, 572, 572, 572, 572, 528, 58, 884, 480, 351, 1612, 821, 222, 2237, 2237, 2237, 2237, 1161, 49, 14, 23, 230, 5, 11, 1554, 2617, 2120, 705, null, 664, 852, 0, 235, 1, null, 9, 614, 61, 0, 2205, 7, 966, 132, 745, 10, 338, 292, 285, 1940, 18, 176, 33, 506, 35, 584, 584, 584, 584, 120, 67, 551, 310, 263, 866, 0, 199, 324, 314, 1406, 888, 888, 888, 888, 896, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 684, 588, 49, 842, 205, 376, 282, 414, 2879, 875, 1305, 805, 0, 645, 9, 541, 278, 5, 1004, 1122, 1432, 1773, 130, 194, 969, 34, 972, 411, 404, 2, 2215, 1371, 2291, 422, 0, 1005, 393, 375, 1667, 1667, 1667, 1667, 1667, 1667, 1667, 1667, 1667, 2543, 958, 2865, 2865, 2865, 2865, 4502, 257, 844, 4, 904, 163, 1288, 353, 600, 502, 1136, 1039, 653, 2551, 165, 158, 2126, 1153, 26, 89, 0, 28, 1130, 636, 80, 125, 424, 113, 233, 917, 2617, 2617, 2617, 2617, 319, 250, 437, 437, 437, 437, 468, 444, 419, 587, 273, 605, 419, 0, 40, 557, 642, 16, 21, 98, 0, 694, 0, 36, 278, 616, 435, 552, 788, 306, 77, 429, 106, 852, 637, 286, 981, 238, 0, 181, 196, 1767, 31, 791, 49, 153, 299, -1, 154, 416, 0, 427, 510, 869, 811, 402, 1280, 408, 1483, 1702, 1458, 913, 75, 343, 1322, 764, 1338, 2646, 2646, 2646, 2646, 754, 147, 1998, 428, 2339, 501, 20, null, 1470, 242, 332, 13, 437, 437, 437, 437, 3, 194, 1, 1082, 0, 1452, 1452, 1452, 1452, 0, 902, 646, 234, 369, 764, 343, 65, null, 181, 120, 128, 360, 29, 0, 706, 115, 1062, 3, 19, 429, 0, 188, 384, 21, 0, 31, 1, 707, 529, 657, 644, 9, 527, 0, 2370, 194, 493, 863, 0, 150, 732, null, 628, 516, 385, 297, 1153, 124, 447, 489, 554, 2, 742, 289, 925, 872, 706, 1338, 80, 431, 546, 820, 0, 624, 917, 1164, 0, 137, 304, 350, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1231, 615, 979, 425, 2088, 2088, 2088, 2088, 630, 957, 1335, 206, 601, 586, 0, 1417, 1190, 875, 1165, 1874, 13, null, 792, 96, 1725, 417, 355, 233, 670, 463, 88, 876, 0, 3, 169, 266, 89, 305, 67, 454, 224, 583, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 236, 714, 104, 1128, 491, 173, 319, 171, 332, 0, 493, 162, 171, 377, 242, 740, 2453, 576, 351, 0, 249, null, 288, 275, 439, 440, 1674, 509, 99, 1206, 104, 852, 805, 2, 1116, null, 56, 565, 0, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 294, 145, 0, 1057, 275, 1, 0, 1797, 197, 1185, 314, 561, 442, 106, 1211, 818, 245, 54, 0, 736, 0, 573, 847, 120, 1170, 1, 203, 508, 767, 668, 1141, 1269, 448, 288, 1218, 279, 1159, 567, 391, 832, 245, 1156, 425, 1938, 2347, 172, 184, 3703, 11, 315, 1701, 2232, 2232, 2232, 2232, 92, 5, 12, 2573, 2573, 2573, 2573, 922, 1741, 244, 3799, 572, 61, 85, 26, 23, 131, 208, 6, 210, 0, 3666, 28, 85, 69, 466, 740, 181, 73, 686, 320, 218, 451, 200, 292, 251, 594, 466, 212, 647, 7, 67, 699, 161, 3, 290, 571, 57, 1186, 120, 187, 1371, 1371, 1371, 1371, 0, 0, 314, 157, 353, 308, 141, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 38, 572, 118, 7, 1086, 609, 13, null, 982, 1425, 331, 421, 45, 1545, 16, 783, 849, 334, 311, 244, 82, 441, 653, 604, 137, 722, 722, 722, 722, 209, 632, 410, 1316, 439, 552, 0, null, 65, 795, 271, 700, 408, 375, 3035, 1405, 869, 172, 353, 1068, 544, 1284, 875, 3346, 176, 4989, 4989, 4989, 4989, 1682, 611, 141, 990 ], "xaxis": "x", "y": [ 0.17889727561820343, 0.1539658042756231, 0.1600887578736745, 0.4104535866551368, 0.27746363552425996, 0.036115936682784754, 0.026067831381344123, 0.0200484415873601, 0.07816544251285383, 0.020507954884947974, 0.037613061638663736, 0.037613061638663736, 0.037613061638663736, 0.037613061638663736, 0.19246245870415035, 0.3496622792604985, 0, 0.03754411502958171, 0.13051548995198686, 0.13051548995198686, 0.13051548995198686, 0.13051548995198686, 0.25223311293893447, 0.05010296278857642, 0.03731369946545234, 0.0946774538468954, 0.015883010778165195, 0.01095643861877658, 0.07242739681783601, 0.012149631453960584, 0.06452680743541434, 0.0488763269664941, 0.09187674070651178, 0.04068942948140225, 0.29311167730079524, 0.02429974083151293, 0.07275960847004491, 0.1305625998265115, 0.03628300507373733, 0.12515640120534743, 0.04168157307598939, 0.17385746168883098, 0.027332942176057123, 0.03151911287476879, 0.2791023843858808, 0.05958686481477047, 0.021885314890828428, 0.013660318669184749, 0.1508346250634164, 0.0034857497036701896, 0.0017475435295372175, 0.05576388752386072, 0.11564246298817264, 0.019565970324185725, 0.019565970324185725, 0.019565970324185725, 0.019565970324185725, 0.0052163401226650264, 0.09124454903785756, 0.02407543607654585, 0.04954380301642569, 0.188882359584671, 0.0008324615352873398, 0.25162916738782287, 0.12080830865361716, 0.08568814752354457, 0.08568814752354457, 0.08568814752354457, 0.08568814752354457, 0.08568814752354457, 0.08568814752354457, 0.08568814752354457, 0.08568814752354457, 0.08568814752354457, 0.06177174392299718, 0.015671287706847278, 0.012928559066783888, 0.026374455861875992, 0.026374455861875992, 0.026374455861875992, 0.026374455861875992, 0.06863427389224337, 0.2275520904274196, 0.17172177038340475, 0.3402850648364498, 0.29697455464633427, 0.054730420530009885, 0.01629944672774272, 0.012921187980261484, 0.01928878356229889, 0.007787863068623203, 0.3951608773781821, 0.012249927012728671, 0.0784604376859593, 0.016790649626655735, 0.3592392496697598, 0.028583339290311843, 0.02998818794543557, 0.001833523400799161, 0.10970313722002568, 0.0005052686581860997, 0.02899920435249379, 0.03220068097985773, 0.03825253683517477, 0.07671611240731716, 0.11081290615975158, 0.17037231564487232, 0.1898511684243923, 0.03370049361176585, 0.052371717792081114, 0.1958656558915539, 0.03744446731245064, 0.04433502636353207, 0.07868183978132177, 0.05724310737593593, 0.042401491685281845, 0.042401491685281845, 0.042401491685281845, 0.042401491685281845, 0.003353440113354633, 0.10122217342295288, 0.03201634083206424, 0.058395158002583034, 0.2477260614453174, 0.0564563792753056, 0.04861794574313586, 0.010031695675214367, 0.14322299390451249, 0.14322299390451249, 0.14322299390451249, 0.14322299390451249, 0.03384668578048567, 0.07321549791565982, 0.2625060912291453, 0.102368016821733, 0.06738216080336781, 0.24069167192189755, 0.34610203279332274, 0.04234468753378887, 0.08376362004454022, 0.2231310244979115, 0.0506608949111426, 0.09126311884717483, 0.006155424213921193, 0.02839551693711494, 0.03588610719640201, 0.006018475847684288, 0.09327378295159625, 0.006998760647672995, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.23157162207321583, 0.018613211407706637, 0.00815690049810518, 0.14286665729122003, 0.01182988711801854, 0.059194765843992365, 0.08897857946208206, 0.1011641980198823, 0.07076377977041408, 0.10409827386503612, 0.08569405899735659, 0.10960262501427734, 0.01256446804531743, 0.04698549372653243, 0.04698549372653243, 0.04698549372653243, 0.04698549372653243, 0.13537638710335886, 0.12151402461742562, 0.12151402461742562, 0.12151402461742562, 0.12151402461742562, 0.016002314824003928, 0.12151402461742562, 0.12151402461742562, 0.12151402461742562, 0.12151402461742562, 0.032152726964169806, 0.032152726964169806, 0.032152726964169806, 0.032152726964169806, 0.032152726964169806, 0.032152726964169806, 0.032152726964169806, 0.032152726964169806, 0.014645531380801524, 0.014669879166585137, 0.04531108522117673, 0.4202438542773, 0.01470097351838262, 0.0035407462886647817, 0.006953667434770009, 0.2764182670243261, null, 0.08024543604467489, 0.08024543604467489, 0.08024543604467489, 0.08024543604467489, 0.07327846236124284, 0.17116529614852743, 0.20235400530996103, 0.09245339027658556, 0.09245339027658556, 0.09245339027658556, 0.09245339027658556, 0.22707060505096596, 0.10305839626948812, 0.19579628061314225, 0.436080894170585, 0.018929742718289302, 0.02402742827565748, 0.06402177561516606, 0.10210241493312268, 0.021578863497840467, 0.031434343666628825, 0.3773578726501421, 0.014891982256433282, 0.05778592410192492, 0.030859371600425994, 0.032662338287037976, 0.03598734930093462, 0.03310828914464048, 0.017761018456652324, 0.030482130387035258, 0.15031536553087124, 0.22044360715818176, 0.02686609139013878, 0.07694552338697581, 0.052291923021446925, 0.011103716426707148, 0.24529700310053393, 0.021354632810420687, 0.02896696484298948, 0.10259629808803844, 0.1779217658646201, 0.1599996104569517, 0.03872898951008077, 0.01526003344727547, 0.04428608764883419, 0.012976869383722797, 0.0021037947730827384, 0.04698549372653243, 0.04698549372653243, 0.04698549372653243, 0.04698549372653243, 0.16361183446580474, 0.08756247723345785, 0.005457813055499595, 0.06748480717750084, 0.06798182982506391, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.002645253521993738, 0.0013115051905183714, 0.0013115051905183714, 0.0013115051905183714, 0.0013115051905183714, 0.005465570126766862, 0.26445895140961073, 0.06032289198377444, 0.17005773289175152, 0.053402850604733536, 0.1166318088949582, 0.04538273306237677, 0.13258012139723654, 0.028031753224814767, 0.2515520185936398, 0.03329516442174826, 0.06546424417863168, 0.05888985370412757, 0.039194622945898774, 0.0974215349118385, 0.08441752559636186, 0.23963195317550984, 0.08198713772301401, 0.058465674891575635, 0.014166043114946044, 0.0015284073349544844, 0.4275728797513982, 0.025430905563551272, 0.24203629532597207, 0.1958579076394516, 0.0144904093140426, 0.2757692455779441, 0.133478973441995, 0.01760093141404234, 0.04858685218302789, 0.0666232877584237, 0.14332604078432223, 0.043297383545534134, 0.17533461093056976, 0.4295676781028572, 0.07083048537817532, 0.15803457792662878, 0.1983394802905306, 0.001225292399969782, 0.1631591022400095, 0.1214330096048708, 0.09086701781337508, 0.10370195958677676, 0.1431681649406618, 0.05867339862814275, 0.062433404779731416, 0.07120465345818543, 0.0024864288554920966, 0.08723969977991318, 0.09444912300315782, 0.08814572703048867, 0.047524681795966285, 0.07872188254628738, 0.023414608655209345, 0.09762610683177927, 0.027951297214670337, 0.06919933892455529, 0.003119647279161573, 0.05515268739929821, 0.08420216291424491, 0.030490950175068737, 0.04017925682094439, 0.017428789487887973, 0.004002765289358139, 0.20142123013521063, 0.03666151335774688, 0.09229805295014688, 0.1828426836878727, 0.14965616644635202, 0.2869321672146396, 0.06171099204788691, 0, 0.016306522348898785, 0.07557908088272021, 0.15886364611774156, 0.3140527874305829, 0.005973118836913545, 0.07863514535357967, 0.12003626374345087, 0.003812592885110556, 0.05156593807834569, 0.1078110048171082, 0.1264264298011734, 0.09072564340550736, 0.1351780073253453, 0.1367267920701907, 0.08113932447065324, 0.07539089788945172, 0.15737646793230947, 0.09181843910129764, 0.20785290805328563, 0.011831017790711888, 0.01436528152548558, 0.008694512660320269, 0.008694512660320269, 0.008694512660320269, 0.008694512660320269, 0.0022738765923758617, 0.02311558627215596, 0.298369395149552, 0.013674455559556396, 0.12464456090447612, 0.05177234558070068, 0.18112981181683405, 0.007451869576316677, 0.00983560274191942, 0.03449858448736612, 0.17966765660974993, 0.3096910973393819, 0.11871278427027378, 0.014182412016490694, 0.0583561127383141, 0.02620713293706264, 0.16126882069425888, 0.02913154606380415, 0.3959291762837418, 0.07390483159647775, 0.2577801192152363, 0.2910726025761117, 0.11465718125180618, 0.06557545688925447, 0.07568330318172593, 0.07305103996026785, 0.1341265398083257, 0.1004658584079094, 0.01223221253301686, 0.021646730821071547, 0.168733818334792, 0.005651515561223161, 0.30307156834989696, 0.08710352183619216, 0.02417182007460034, null, 0.009570499543498374, 0.03990591443750276, 0.004777793929328382, 0.027504741327735796, 0.13094418361832685, 0.0767922723340136, 0.110258923564494, 0.15639082394073797, 0.3148994864566309, 0, 0.23854764275165155, 0.12425092756200164, 0.010231310976537103, 0.010231310976537103, 0.010231310976537103, 0.010231310976537103, 0.09870739532090891, 0.030540350149143528, 0.1216969990848423, 0, 0.20888579844336855, 0.0962888132531916, 0.13773014596137206, 0.07956901822399301, 0.19369296325742796, 0.017000130250447113, 0.07257628302192004, 0.003783214751287124, 0.003783214751287124, 0.003783214751287124, 0.003783214751287124, 0.02651859925497999, 0.06187553562503949, 0.020650660486426352, 0.2528758788214814, 0.054105866274446066, 0.056199319576245285, 0.4056390622295664, 0.05210747012087472, 0.09565175781443452, 0.029138184409220457, 0.0890163963963411, 0.07914449940175647, 0.401467669161404, 0, 0.000920626764118043, 0.00749353346638663, 0.08448051587882993, 0.39162737663822633, 0.018565748946480165, 0.07879820753127853, 0.013184294951921985, 0.030530285256079977, 0.08607354564202205, 0.1695873609955177, 0.011169504717564971, 0.16505297349976736, 0.1429970672318413, 0.1335392653305479, 0.1528575832811189, 0.11641940138487532, 0.12101147014718348, 0.03130048465830395, 0.11742173369880086, 0.16805241888489342, 0.008460473964172769, 0.06404561829176614, 0.06404561829176614, 0.06404561829176614, 0.06404561829176614, 0.05897594773396865, 0.04986702748212477, 0.1999767621104201, 0.08559587142756395, 0.0201642466828162, 0.11829473523107475, 0.032983142184094635, 0.02918810041119847, 0.056370317151664864, 0.015797757173203496, 0.2742379566228321, 0.15278551724254133, 0.4389329041540253, 0.05494352690314387, 0.07647836354407977, 0.005374747783145345, 0.12626838839169482, 0.09223451740972027, 0.19996340256160097, 0.13147990135304577, 0.02014215038770243, 0.02064023405954321, 0.022469184004325547, 0.007828451425860328, 0.005926644922351725, 0.3199114793673266, 0, 0.34695069432425174, 0.5007400846069533, 0.12629441383920292, 0.12207040717110006, 0.2243791469626279, 0.1563560574558968, 0.12693922014908077, 0.1461281340071236, 0.011282079463105865, 0.07922176813124272, 0.13950153066429466, 0.0399031338131382, 0, 0.07452563563170027, 0.07452563563170027, 0.07452563563170027, 0.07452563563170027, 0.05524381523936305, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.03595889572741729, 0.055268943301365954, 0.23522233306088905, 0.05253963175671923, 0.08540356491796106, 0.15225652347412638, 0.03940544971084177, 0.12719367592485917, 0.022222348781807327, 0.3089410706273439, 0.03887825214851417, 0.13290153831919516, 0.29537395240916126, 0.05974888223400462, 0.009623349719320084, 0.13390542144890022, 0.1860594323551396, 0.29163415845768087, 0.026764038997899624, 0.007122107962336572, 0.14374788733690583, 0.0866593010818522, 0.03238406988236257, 0.03551765492333157, 0.06015337191913581, 0.1270844647135759, 0.2578142291846008, 0.1199764273824476, 0.03339405946417142, 0, 0.05533310233700856, 0.03902375847235774, 0.03902375847235774, 0.03902375847235774, 0.03902375847235774, 0.02785502798605554, 0.03483173143637539, 0.05922135228545437, 0.25813553361392627, 0.18730468005787715, 0.039330389864740994, 0.14337857944849236, 0.026354312468148403, 0.24163544774020176, 0.418428767128638, 0, 0.05199333215924903, 0.0445920002511903, 0.11297907722992637, 0.03023172246547725, 0.19174254616761385, 0.04466209129691982, 0.008439827525428434, 0.13086742935807608, 0.007761491573922687, 0.05650436944644401, 0.03889771239622401, 0.10727714012242048, 0.07291601565255458, 0.02910467277853337, 0.09317927440096983, 0.18440815262704363, 0.08744274604698725, 0.06155600728403719, 0.007510301940954852, 0.06887052148266744, 0.11825973824750428, 0.2711199015332768, 0.27769005334303737, 0.0800102448336959, 0.0373372211593767, 0.0848401943472152, 0.20683563333454508, 0.1142309059547086, 0.117169995441843, 0.060220519573853375, 0.002086173860194082, 0.02371182290391926, 0.3522068783914169, 0.022760543639054887, 0.0673119690829212, 0.02650279187604645, 0.05238082471913809, 0.001708338221895188, 0.13127456853994865, 0.04228881502854192, 0.1163584763153632, 0.23743990598783823, 0.16388150052541595, 0.08764673504802087, null, 0.03694680680071189, 0.12482178104464375, 0.08156634971659199, 0.25622405439719537, 0.1795403401711541, 0.07500019622860608, 0, 0.1844468356480424, 0.06325225416575835, 0.12297189692426586, 0.19641576488327825, 0.07247609720805706, 0.1378952635118326, 0.10308441990482596, 0.020519188174897205, 0.02556704004572529, 0.04325975580440647, 0.1619650268264567, 0.028518154346443, 0, 0.006956964722689719, 0.06118540937985627, 0.13942616809982566, null, 0.0779909221489709, 0.3195574742578248, 0.15773208927867993, 0.11730856962349216, 0.10762692198751854, 0.057173302786194015, 0.16149431987060878, 0.3381226371455279, 0.006808023996841622, 0, 0.26108643550338395, 0.22527259217959889, 0.3284045890401853, 0.3179344113576336, 0.04374583446923317, 0.08777027976121272, 0.26532616624918226, 0.04371434663782044, 0.12165485905995012, 0.05517427662553612, 0.09728112281098927, 0, 0.038273745122199526, 0, 0.16121857121415087, 0.06998684956261966, 0.04945254758730004, 0.10193733454783512, 0.038250427488472925, 0.2267194282291768, 0.33855355881470833, 0.0668754616040056, 0.16433489991401737, 0.4290645393944681, 0.09326805720981082, 0.2795820736648264, 0, 0.04130507039675651, 0.28745679968708354, 0.34920069580712243, 0.08448894165109416, 0.3827710329936849, 0.025161793052030368, 0.010479904155009444, 0.08160810885296989, 0.3102627845802829, 0, 0.017340922808960147, 0.0641349114385433, 0.15796163491123094, 0.1129837668789594, 0.07223570414456897, 0.03881473349881469, 0.10502196067536386, 0.018783475711637052, 0.08983868775496279, 0.02827749334258858, 0.245242340343222, 0.08537236276249409, 0.11335026016719885, 0.5, 0.028014694687600462, 0.07791447236143385, 0.13809771382396954, 0.02659426796841285, 0.0956692568264476, 0.31531577877580613, 0.010222031807024062, 0.3000403111626701, 0.103807984402685, 0.1280004517226252, 0.05740411831116618, 0.03240854704313481, 0.008760426052590205, 0.3334135769865916, 0.016406187280774677, 0.03348385565665097, 0.1511042984818224, 0.03392326950883627, 0.05948128427976354, 0.09246040316566724, 0.05745465367925966, 0.23100759791738584, 0.42871115991044056, 0.1422530171699552, 0.055694026838317985, 0.03941736537152699, 0.23491337831860531, 0.1839104768025922, 0.005925190362310767, 0.04227871974369861, 0.4006342735889448, 0.2586870872356015, 0.13928454526701223, null, 0.004582677287159726, 0.012738359777951383, 0.0322976997441995, 0.01428622027056061, 0.03533663962146453, 0.04718960106661481, 0.055703623919474345, 0.02823356544791748, 0.19136284039340828, 0.35425684272802804, 0.17049624709360017, null, 0.05808629939004108, 0.00737560497410508, 0.271658648892465, 0.3388189728568299, 0.17682089557399197, 0.06375053959944828, 0.29386795315324676, 0.05493026073722995, 0.05153746708570144, 0.030406533821840102, 0.06074744880610362, 0.1273666412544056, 0.1273666412544056, 0.1273666412544056, 0.1273666412544056, 0.25357233260644885, 0.21224562621860957, 0.17740491605845923, 0.04342374578406236, 0, 0.010446086438269747, 0.03810945336737099, 0.07446273414354414, 0.2961477220065467, 0.016697174040461404, 0.03948553513010107, 0.11948818763084164, 0.25535627483402623, 0.1016868262553312, 0.1897879771361367, 0.12265021764187058, 0.4953324633114163, 0.18527065732484993, 0.069434603141176, 0.09090322975649576, 0.004771853337104759, 0.008530142460142692, 0.008530142460142692, 0.008530142460142692, 0.008530142460142692, 0.0391919812039514, 0.0035683950736929413, 0.14418484418686503, 0.1681172358361739, 0.07246463740839218, 0.10448179815354748, 0.03882945216119339, 0.27309505400472905, 0.024007842462098385, 0.07177942376159978, 0.011463594416093048, 0.39939464930393304, 0.00030547205720201547, 0.17388027992590915, 0.16519210079503494, 0.008579772333796728, 0.01438527711052042, 0.06939861474452687, 0.07318686556544915, 0, 0.19077297129642865, 0.2885549093403365, 0.08925024475157996, 0.01189656546231948, 0.10295516063784116, 0.15536400773750816, 0.10312102275430958, 0.2149840356883107, 0.195768415855882, 0.05251624703387625, 0.07780771609177631, 0.21765510834396196, 0.03168906202926237, 0.05962738080705589, 0.13673278822492377, 0.0025180451990614726, 0.001837466052592822, null, 0.04201013813820507, 0.0314013217912865, 0.3976820226786662, 0.04621705172389719, 0.13261506526463557, 0.10415239500757334, 0.07830101415628479, 0.03670953571551101, 0.05289519499741362, 0.0008538783441294995, 0.3420192178195208, 0.08960195584939575, 0.18404697807045228, 0.02026528271798783, 0.2909046376814842, 0.05275016458992108, 0.09223809679944212, 0.04040757544581821, 0.11601336716686836, 0.10846203252182252, 0.058142207886769694, 0.05033709928598787, 0.1273666412544056, 0.1273666412544056, 0.1273666412544056, 0.1273666412544056, 0.016295818252029127, 0.025774863596110028, 0.016874763014348107, 0.016989308467554913, 0.014340892900096595, 0.21608288890151828, 0.22341612697859695, 0.04430447720216739, 0.1880065466552475, 0.0009702805875365692, 0.19956496871783183, 0.10186286277424568, 0.1377177416751642, 0.10153723826185589, 0.094136027810757, 0.0921453810793661, null, 0.2020039423801708, 0.04671814721762476, 0.01493293786142665, 0.00696525654187724, 0.11155668080104758, 0.30079409397170803, 0.16522358531234965, 0.08857132100741762, 0.015496338165913054, 0.16794155713838693, 0.005020249358884414, 0.005020249358884414, 0.005020249358884414, 0.005020249358884414, 0.108565013936321, 0.2136468445886709, 0.14590897770229508, 0.26849749373887555, 0.02249725407894584, 0.07883886521354383, 0.028857979684549357, 0.24057757101729116, 0.062186874134018175, 0.04125244875982973, 0.2726234345021425, 0.13019391256048535, 0.09762802102808749, 0.009236185037286695, 0.20627692167702, 0.05547807544511994, 0.11242330085702974, 0.14229761283022335, 0.0467749370571179, 0.0467749370571179, 0.0467749370571179, 0.0467749370571179, 0.2793146867260996, 0.16383095641010637, 0.03690144400551117, 0.0917315723789916, 0.0903831101925228, 0.09358663176839216, 0.14891055540321185, 0.045544586794849795, 0.024021522819804367, 0.006141348520126336, 0.04619663375835148, 0.22961838976649637, 0.1858934854265412, 0.09944254528628522, 0.0763059699591239, 0.06435424487302081, 0.23317281377223492, 0.029414214856838556, 0.05204378439351723, 0.0677711942217545, 0.05440255516099777, 0.008573347338015526, 0.13509975320702275, 0.17500529646344246, 0, 0.01796089850076842, 0.29962665399135896, 0.05241153552229229, 0.01843258383184894, 0.02424130984709913, 0.25351587644447354, 0.03869211161750662, null, 0.17439887016013744, 0.023458806301874923, 0.15261496436899405, 0.11844931215915903, 0.025179081628433884, 0.05050744594039056, 0.0458202691209056, 0.029988344905987528, 0.07247691272159147, 0.22933765779316265, 0.032097120943655445, 0.02493141787158824, 0.030416645958857128, 0.006208571348364418, 0.05731223933020756, 0.039194622945898774, 0.010663729193922111, 0.13633040501926302, 0.26952367580063274, 0.0092265992886148, 0.059464407519851104, 0.04085156946899055, 0.030013116895403435, 0.3476910958998622, 0.06833536341304909, 0.07975611337079366, 0.028570748879375493, 0.14721352499647142, 0.06617688450207063, 0.05955653801067739, 0.006797170531419852, 0.10281578752595152, 0.2186578417525821, 0.19084240773058836, 0.19292819185042032, 0.021193993818091516, 0.45283160083536594, 0.15495633111262713, 0.006610999812368467, 0.011966543883145529, null, 0.14646532311662258, 0.013163597690176464, 0.07588085036970972, 0.135723788678727, 0.05239127562373554, 0.08114275545962749, 0.05312562366142064, null, 0.12395978606975568, 0.0758273895010619, 0.26055347667506135, 0.12190912896510936, 0, 0.016706678035070113, 0, 0.06986414793080306, 0, 0.2566444228667732, 0.2566444228667732, 0.2566444228667732, 0.2566444228667732, 0.1645227267456162, 0.026293502835847384, 0.076320583199431, 0.12145973539174176, 0.04543592049228165, 0, 0.17146270240644576, 0.1345996148838646, 0.0503273481107667, 0.07638176292814376, 0.09106070381968684, 0, 0.13813033658108476, 0.033620463181366265, 0.00560011211100782, 0.06935683396059958, 0.0545914434798622, 0.17618297841241584, 0.15603786882424117, 0.25216322446763645, 0.1940357738903037, 0.3016219123180735, 0.03110576565457372, null, 0.253755709481487, 0.05471192043775147, 0.11863863274288944, 0.03019011965999093, 0.04038908423354342, 0.03171064172255217, null, 0.015296821614298248, 0.015296821614298248, 0.015296821614298248, 0.015296821614298248, 0, 0.0018147509807050711, 0.0003345446682121478, 0.012040650454622366, 0.21347328912246857, 0.18556016423908983, 0.30228235083297145, 0.17604596685937982, 0.11192700958475886, 0.062232619146619414, 0.3110312631872828, 0.0461854330279849, 0.026293323971647985, 0.4955380299191111, 0.0829491415419633, 0.28883045445794175, 0.14808877879712187, 0.027138088742486417, 0.05693535538997134, 0.07093505076967369, 0.10124924124301028, 0.050062362221417585, 0.030664366587156856, 0.030664366587156856, 0.030664366587156856, 0.030664366587156856, 0.017000582475705076, 0.11765348212648707, 0.1472594947522325, 0.2809738658058242, 0.19001273172380925, 0.07002270224637734, 0.12344496555288333, 0.011747295460881364, 0.13269395870644926, 0.07189964002763906, 0.07005088589117375, 0.2739242441759442, 0.1036502048019776, 0.17769918190738787, 0.12418553588587286, 0.006894664062576711, 0, 0.12637411717136016, 0.14537591090868204, 0.3052480633568658, 0.12010434253240522, 0.04489378106279331, 0.07184701904254528, 0.1807655108177681, 0.014419171945030972, 0.02804739042852744, 0.016215653383906986, 0.2142206701372887, 0.014898306738714178, 0.02573731984932664, 0.20620331284340257, 0.2314317730324473, 0.1916616308679318, 0.013890817544764818, 0.0244350201419472, 0.03969077337840477, 0.12307188274087325, 0.010297000215161865, 0.0275217592399473, 0.1070458726224459, 0.15204290166700965, 0.23614190493329212, 0, 0.05084042764600785, 0.29457682450257966, 0.0018451264435215388, 0, 0.10809458209195474, 0.027794517139456583, 0.019220485956043816, null, 0.05385858005921924, 0.11551143430334204, 0.05429684290524456, 0.15842017391671037, 0.017903967639715836, 0.14313264508527132, 0.06200603438001686, 0.06523404301660057, 0.1593523613567052, 0.1593523613567052, 0.1593523613567052, 0.1593523613567052, 0.1576595350690526, 0, 0.12648552744218733, 0.15129949448024194, 0.06426929964744627, 0.09821982178003046, 0.02424977163995417, 0.06814332953146976, 0.06814332953146976, 0.06814332953146976, 0.06814332953146976, 0, 0.09088588640702255, 0.0031382118089912855, 0.24460828236417856, 0.06807491501595772, 0.14937263542413667, 0.0046508001823925985, 0.29558023604787464, 0.2959339957282846, 0.24208666300955092, 0.07699298827471544, 0.15743915537538217, 0.08329342276561627, 0.035393733896322145, 0.11209177502055316, 0.06324074929694931, 0.05689291865702968, 0.04419914734313262, 0.0186278707069339, 0.1071319885792025, 0.06224103015671264, 0.01874949405498267, 0.16044614853184455, 0, 0.1137628147292984, 0.1281741539676913, 0.2194673117167736, 0.0062064020174081, 0.30709720827832676, 0.0371753400399314, 0.008206670964380736, 0.06997985414305295, 0.0982483939512827, 0.1892985513795833, 0.1226882871789763, 0.06191838928271469, 0.01698617650402548, 0.03910764240618856, 0.10953096060718594, 0.22577629835906593, 0.11316169698502036, 0.043133319388039354, 0.026926918906583015, 0.08678589468867559, 0.16861547443662953, 0.05085651413897299, 0.3609804000853859, 0.10632163412642524, 0.21261269782117265, 0.21084727991224925, 0.0896399080956984, 0.295781547523154, 0.24881356585534847, 0.04830432998896003, 0.024391325121881614, 0.024391325121881614, 0.024391325121881614, 0.024391325121881614, 0.01999028626291508, 0.029445814931976063, 0.11632114825515928, 0.12384442551299706, 0.29672947789468945, 0.1380191547881884, 0.028488413792639677, 0.06860186347679835, 0.2783148806035409, 0.11294421312760444, 0.08129328772557023, 0.06718980852835685, 0.03040388059254656, 0.38315233880564137, 0.16592142061764062, 0.08888346345926204, 0.21415278396952864, 0.27460387777077244, null, 0.104675339550395, 0.18904286764925385, 0.20172108469053252, 0.1949766325048359, 0.10400577960086052, 0.007744353560738099, 0.2866484096728506, 0.07393636222419656, 0.21930496516547757, 0.3603852665768059, 0.016910978874546092, 0.33919799260501876, 0.0650941403794906, 0.010517153791092292, 0.1501618775562714, 0.007006133536682699, 0.1902091367413677, 0.10717266168114371, 0.013270166686093637, 0, 0.02161057583964722, 0.015983506975669734, 0.18671580550142297, 0.22329654092507137, 0.24198212156837537, 0.38925802694642736, 0.06969835207135107, 0.07585928608902333, 0.04158930680845846, 0.26914490033233396, 0.0778320857328939, 0.06484047425756476, 0.07861246804056847, 0.13446174175135558, 0.1598928706366722, 0.004624304751079583, 0.4511495015372178, 0.33484059980666037, 0.4043249408126741, 0.3071558896663657, 0.050651456974557675, 0.06022261488019373, 0.4955380299191111, 0.09071150757883376, 0.32872848425191126, 0.06909935190972326, 0, 0.2553752774633241, 0.2240043990153766, 0.038367286250576, 0.009432900033572904, 0.009432900033572904, 0.009432900033572904, 0.009432900033572904, 0.04061206506256185, 0.13702568239550264, 0.12295396000320412, 0.03579159304355423, 0.10067346206180731, 0.21381091946248224, 0.07904424929997618, 0.038464722589603595, 0.2393997302464188, 0.001528020554150035, 0.3406604263877926, 0.1105424260026907, 0.056459077966780034, 0.10180130134426396, 0.022054891100955685, 0.01549165569542093, 0.01549165569542093, 0.01549165569542093, 0.01549165569542093, 0.03433627905997357, 0.003042907952882575, 0.16632040282821803, 0.22968506187792495, 0.05720361501954438, 0.09926407331494262, 0.4119163311819708, 0.08991203258682337, 0.15537144285094515, 0, 0.017736077197375032, 0, 0.006304140709115534, 0.006304140709115534, 0.006304140709115534, 0.006304140709115534, 0.1548715925549119, 0.035833827665592184, 0.014997130622189898, 0.07228632940796222, 0.02656308662160633, 0.02019950050629178, 0.0010835828313493744, 0.003997334565440783, 0.06437991754091144, 0.04030774130963482, 0.35264191260667715, 0.22952532766068015, 0.31646044924118993, 0.16291455123094695, 0.20441196217315707, 0.08981133881301562, 0, 0.01597887721322757, 0, 0.044098882499674905, 0.10036473346097446, 0.14282780519277466, 0.14126365681872038, 0.01663491779009116, 0.04504193619576593, 0.060757586692731895, 0.16759588266818246, 0.06987274438151649, 0.2846128096242262, 0.13308188888236352, 0.045825093975904854, 0.2520594918801175, 0.05216311056774996, 0.5251934812106226, 0.030414619730159312, 0.09387942341335476, 0.1886083646975795, 0.01791487640203325, 0.10993401329785936, 0.046669867898115495, 0.03455338599999252, 0.1136144168483307, 0.0519207482388861, 0.22273526204063623, 0.11744547230493305, 0.15755919935157903, 0.08560631923630121, 0.20823952507667975, 0.09987857486858544, 0.0031376458412215617, 0.17484380860223345, 0.3609640474436811, 0.13408665552633028, 0.11786301259209406, 0.2982510589743154, 0.03468225067202203, 0.09880979474747108, 0.1264305756474311, 0.07424008311868166, 0.07890044787255758, 0.023149229151822864, 0.36463697092247055, 0.01302872940667433, 0.06644328660947968, 0.25348247126519263, 0.146820022183171, 0.13185483241823165, 0.1796508037385814, 0.18297226414250745, 0.23059880825513712, null, 0.22000892688603477, 0.0573780608237752, 0.05232974193797451, 0.33434381225588206, 0.01779306191081013, 0.18100623159527632, 0.371803644960015, 0.18648417215585333, 0.2275812903423422, 0.020525760984989715, 0.0875352151086776, 0.17497444739279752, 0.004872863931896186, 0.05541376179236706, 0.02824051442949984, 0.14061416278150063, 0.08815119047705258, 0.24019880666670043, 0.34478280815975976, 0.1586570450786893, 0.030056628513980974, 0.056344452404119665, 0.08414682127932972, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.0026210406813000535, 0.13866569217923785, 0, 0.07239656272521215, 0.0952737689636866, 0.1292816585477554, 0.08265859093742159, 0.03264369481740233, 0.2465748007775535, 0, 0.10792187139903982, 0.10792187139903982, 0.10792187139903982, 0.10792187139903982, 0.10733733751280164, 0.05632176555251757, 0.001041727234681611, 0.020172106195087785, 0.02340921095321425, 0.02340921095321425, 0.02340921095321425, 0.02340921095321425, 0.04272496496933199, 0.009386923647391904, 0.05070289880540728, 0.20176502806608185, 0.13202372847480037, 0.027442351420840595, 0.002519652957845016, 0.03214847514623388, 0.3215102614889192, 0.2080410822706597, 0.0787615609676435, 0.254723065402347, 0.003902892770722928, 0.024245340085406426, 0.07112991474191527, 0.08480349349607412, 0.1162407847031319, 0, 0, 0.0321769237989221, 0.16233332365896658, 0.07997397672840437, 0.06287852756904433, 0.040957738555041825, 0.2074679766138605, 0.016481894774115803, 0.4865284052008915, 0.25925907447795915, 0.08469727563514899, 0.01955986807117794, 0.1362084237463979, 0.0927498795434629, 0.015858340388896146, 0.21548296530184705, 0.009394956041078128, 0.00902207022956674, 0.3666063795729903, 0, 0.01951227023623019, 0, 0.06955075976579653, 0.10688285333968917, 0.04940762585671564, 0.08018088352564613, 0.3755011752262721, null, 0.096854588161916, 0, 0.015561583226580949, 0.15562423138485632, 0.10780849782217838, 0.0426549511293763, 0.22090401052411496, 0.18760501288743017, 0.06733285371479704, 0.30976099742456153, 0, 0.020040816292878395, 0.22934408735975345, 0.19094332019950933, 0.2458143046567476, 0.25542938189610287, 0.020850927606851533, 0.12380439277536506, 0.3663724940162944, 0.0031315561418986493, 0.022908998463307063, 0.15925713148254048, 0.0476812915485666, 0.015205341640277856, 0.11381414497385764, 0.13885561905548988, 0.16440091514968855, 0.06551572120239016, 0, 0.104249065980074, 0.04610701305768406, 0.05674625135663257, 0.05400878428406154, 0.12978677387556747, 0.11076895147023384, 0.2466626382827219, 0.28949346313983587, 0.28949346313983587, 0.28949346313983587, 0.28949346313983587, 0, 0.09631483539898912, 0.055838157429862575, 0.11234940071239362, 0.10214803368419434, 0.07806304091540821, 0.12334030754730405, 0.17411204528651947, 0.13904535117065786, 0.02894801110601633, 0.195841199030089, 0.0036144251787138433, 0.2050902522507236, 0.052152083923466486, 0.0940281155523794, 0.06748277814345603, 0.11847423728646736, 0.18465763586136055, null, 0.22124915124935488, 0.019676489671717527, 0.03993857660262614, 0.049757753639487805, 0.1933083141150902, 0.11214242727808868, 0.03571520709791757, 0.4201469603449837, 0.3642493140567495, 0.1439116276086714, 0.3922031386305609, 0.16589854294771153, 0.0008868947385707789, 0.028479956115190507, 0.003822984238868795, 0.2864578978685745, 0.001935132870515684, 0.1146194712035912, 0.0064283578933345565, 0.1894483929490763, 0.31113021487234876, 0.12445713303319791, 0.0861629721327058, 0.01703020669157724, 0.03137117109921002, 0.0004136168196793616, 0.02999416231604673, 0.014616373954615205, 0.005248094595904957, 0.1212983321937419, null, 0.01226499788611612, 0.2197794445183655, 0.0874391198135313, 0.004603843439614078, 0.033286482058361794, 0.13962002275903165, 0.1310829018243782, 0.17740017574729527, 0.1897844156711153, 0.12719819356701362, 0.4992545494588161, 0.4002373183855276, 0.23632415654442193, 0, 0.08348650684166536, 0.16358630066785537, 0.1317274629005352, 0.07909438107984992, 0.05499005198065052, 0.1741761395028143, 0.3965155446740929, 0.03985872197085749, 0.013619238667497627, 0.013619238667497627, 0.013619238667497627, 0.013619238667497627, 0.031232887933757475, 0.14697253999231263, 0.2002028584710623, 0.04985827412247287, 0.06582281287909544, 0.03690096108427863, 0.25164159367426336, 0.007154303440407882, 0.04075175356455119, 0.1028624769176293, 0.055988455128216555, 0.4322526256700996, 0.1091684686071468, 0.1333802141836292, 0.1030668934237759, 0.12522173713448334, 0.08691944533667424, 0.013279190448561098, 0.014597348919293507, 0.1494959420141036, 0.1181078630766502, 0.03765828977027093, 0.010204347722482852, 0.095168493531165, 0.04167546211683289, 0.10082090655094432, 0.012306168216681, 0.11361883306639256, 0.01996644342334032, 0.26258909056537627, 0.308962137531651, 0.18652942796858896, 0.08707773753881111, 0.12205027556919316, 0.19562178181462783, 0.0180664087307937, 0.07297058291793379, 0.008148032787374011, 0.06160143914819179, 0.04660861168977191, 0.12714064135391562, 0.09824279785943502, 0.34262120226753645, 0.02020907369058209, 0.07573107102281973, 0.05296624135639487, 0.20505791741472332, 0.345699434275241, 0.1758890579134103, 0.08694080296888006, 0.07704551823658916, 0.09230446816711396, 0.04810155908537588, 0.13459195504262647, 0.0681879044196062, 0.2840957050771957, null, 0.013619238667497627, 0.013619238667497627, 0.013619238667497627, 0.013619238667497627, 0.0069878063007308075, 0.04616451282059197, 0.05180966962324899, 0.010762363435316532, 0.07354032192296285, 0.19934196572615095, 0.05240585932943963, 0.0054711095941722574, 0.07011756667002816, 0.09303597080411698, 0.08140430681281736, 0.07669751917810755, 0, 0.023003184727299807, 0.1411806106727469, 0.030276871032627883, 0.05590170490172818, 0.0974218963732933, 0.02411529972443408, 0.10060479084116712, 0.02523939412660306, 0.02523939412660306, 0.02523939412660306, 0.02523939412660306, 0.02523939412660306, 0.02523939412660306, 0.02523939412660306, 0.02523939412660306, 0.02523939412660306, 0.008388337245367411, 0.3817854441802863, 0.5283208335737187, 0.07215514109319511, 0.4226754683112182, 0.03516704888293601, 0.1488406976804963, 0.0655970286680751, 0, 0.05064816999054608, null, 0, 0.04090279722992397, 0.054152154519993626, 0.2440204289185723, 0.11750473856854944, null, 0.3457732269434226, 0.01211429416493957, 0.2566444228667732, 0.2566444228667732, 0.2566444228667732, 0.2566444228667732, 0.13561309615610354, 0.060957736906274713, 0, 0.2072806101836096, 0.05633109698314871, 0.03200187465848217, 0.09078951401011952, 0.013614371589130626, 0.07770715816302702, 0.193219971174118, 0.0011194933373084488, 0.03530931199918981, 0.04968860545646181, 0.023757427842482665, 0.08196786527171361, 0.014548304816371123, 0.14274720042436914, 0.4220598602809702, 0.23418980668850395, 0.1357504440226577, 0.1439215688359523, 0.1487361244596448, 0.035713948714140124, 0.01334250300706009, 0.09725230044448348, null, 0.033632785011096816, 0.08976741695927669, 0.1019713218955496, 0.11082350941261844, 0.03516731749195732, 0.008387005643718037, 0.03071105222296988, 0.2681208221750233, 0, 0.009877799518238526, 0.09818941194820976, 0.0010192297457055932, null, 0.030216320211720823, null, 0.015293114861437288, 0.23455527470269985, 0.08080296654146016, null, 0.29014166832520655, 0.3199305353492524, 0.1358058195180745, 0.02340921095321425, 0.02340921095321425, 0.02340921095321425, 0.02340921095321425, 0.06774594889310294, 0.06545617441384326, 0.10167396597040522, 0.06957032255368564, 0.02182521359132771, 0.4347104272111943, 0.2001142968416697, 0.28779932133004077, 0.07665306299649202, 0, 0.0033098122489806188, 0.03149145938380507, 0.03812151279238059, 0.002292711489457256, 0.06866281459927075, 0.012415135796485129, 0.050314903453905616, 0.008519244827224317, 0.04292004940172963, 0.03021448932185402, 0.06973839595441159, 0.03462521493422198, 0.0521729776374902, 0.06130108524464204, 0.3968287317030824, 0.142494316913809, 0, 0.12160550271303255, 0.04858096375086552, 0.1101842357899672, 0.3773083509084578, 0.5257684574753508, 0.09440294141112666, 0.09440294141112666, 0.09440294141112666, 0.09440294141112666, 0.017666235521113256, 0.20023413941466311, 0.1979586350563732, 0.07452563563170027, 0.07452563563170027, 0.07452563563170027, 0.07452563563170027, 0.02024956585193917, 0.015199867478322531, 0.2399767067558927, 0.3212502828712331, 0.041592060179518456, 0.07525360310435705, 0.01719879290378794, 0.07749176546275001, 0.014985146531576989, 0.2535257475645339, 0.19278761325452903, 0.0634173838452205, 0.3675162691850869, 0.3870296280106067, 0.06738264129347445, 0.08910312453479509, 0.1567150651160899, 0.2041566343625765, 0.01522236966793173, 0.0069186496530134105, 0.00615625932960139, 0.0053999853244232395, 0.2531442817670407, 0.1420636049431194, 0, 0.1922983748581073, 0.1743758045367501, 0.058010342146766085, 0.011543000031928706, 0.1774272579524181, 0.16404704137182918, 0.2357641471180146, 0.08807829220698185, 0.18564009684074573, 0.03172687793371495, 0.04575053146121917, 0.14018588856971542, 0.24531634999737395, 0.022041564807046863, 0.40360334203534426, 0.05991399954282106, 0.37402420313199, 0.020710619752801415, 0.12271679423850088, 0.044127529156565426, 0.1115652361517258, 0.06252552962654723, 0.07799303459412923, 0.0956808023690582, 0.2067936096065924, 0.15544016823726772, 0.20588814021967272, 0.06645205813853855, 0.05686690622448814, 0.04170820284135598, 0.3384006546808576, 0.1750357411984368, 0.15080301509625063, 0.11756023229735288, 0.1571847644417359, 0.20627460619295543, 0.032892113675055006, 0.3009880254646001, 0.18949757288140212, 0.05026606136784445, 0.01668494667015754, 0.11696374761078458, 0.34330802842905106, 0.046592193400576576, 0.1912126521287478, 0.2213875546426692, 0.3765235177688047, 0.34789991956495125, 0.08550592571936591, 0.008694512660320269, 0.008694512660320269, 0.008694512660320269, 0.008694512660320269, 0.10075417412324138, 0.027518298405711617, 0.04708475821825524, 0.02719072762039479, 0.06962666302579248, null, 0.024023094802703236, 0.03881671416554972, 0.008206561743542031, 0.03934118314919176, 0.10031116215635733, 0.08775327546572965, 0.09977335097479932, 0.4398487891387585, 0.0029629680317590774, 0.100968046355733, 0.016640396907918496, 0.21042055874141824, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.005406619156145008, 0, 0.013085047728466428, 0.10191078758015214, 0.12050646347767338, 0.007452497346020675, 0.2588026368901827, 0.01862701278787159, 0.09069713107787776, 0.20284742742630713, 0.060234613481158474, 0.0876246261249608, 0.06915988775469056, 0.03644979339867889, 0.17093218166968802, 0.10600839015316622, 0.01331006048257335, 0.15905169240336997, 0.08068923972434955, 0.16685532096674702, 0.032655640491229, 0.0013689683053973026, null, 0.008959526389106624, 0.0715552001467983, 0.3543194782000673, 0.31643092756691626, 0.0578677568569948, null, 0.15169960996000909, null, 0.0920789983170216, 0.0665654713228301, 0.1684650014716509, 0.11872180756472148, 0.08908164656846976, 0.24162086570259905, 0.1331249698294187, 0.001104789540527613, 0.07430936989979846, 0.1451019193838165, 0.31639929161566305, 0.03949057719204558, 0.11904824115589546, 0.1367472189945801, 0.06303316015135199, 0.1338197510876224, 0.3573637365658946, 0, 0.03013775597651484, 0.020379157851195717, 0.02172113906003896, 0.3172606380947982, 0.017359373420124388, 0.0025546085212275987, 0.13785190293040084, 0.24946882318567157, 0.2324792332693006, 0.08621271697838032, 0.101635401019851, null, 0.07983122862317685, 0.11609185705189784, 0.2539067558068455, 0.14946422024056158, 0.08660965320395932, 0.05676809918423199, 0.05676809918423199, 0.05676809918423199, 0.05676809918423199, 0.04057351777505318, 0.025548415654639556, 0.005020249358884414, 0.005020249358884414, 0.005020249358884414, 0.005020249358884414, 0.017140499864197304, 0.04825021958229456, 0.06269611390412133, 0.1987393433299843, 0.00925413840336889, 0.07287557758448844, 0.21311432849907244, 0.09780884211782678, 0.03816662170764421, 0.05676809918423199, 0.05676809918423199, 0.05676809918423199, 0.05676809918423199, null, 0.033247210014378574, 0.13026428965033804, 0.198900135361808, 0.008282611062230513, 0.1655481092476478, 0.12227421485074028, 0.03147709481767587, 0.09599388562928012, 0.07837608476432599, 0.037100528812968395, 0.028005640395471185, 0.0400439086016515, 0.050767411660845134, 0.2832491758377277, 0.024703579350727048, 0.08862968378373538, 0.04637031844659938, 0.001813308275477472, 0.06920135319433304, 0.13738205142198404, 0.03789616124389256, 0.1560126114332932, 0.005647075772227786, 0, 0.07869878600043648, 0.054749600892667435, 0.036216819527518894, 0.499097939521405, 0.018484835003121623, 0.20509626862737915, 0.34605965779111597, 0.06442305066417024, 0.041566637716557296, null, 0.1777117126676999, 0.08583928290870535, 0.06584852431926415, 0.03542037642466163, 0.05166506535514933, 0.12955252662058916, 0.27846010313376607, 0.052536494188319766, 0.06096480362266529, 0.07873544395948082, 0.15376039897228436, 0.13812466554576594, 0.012037926773877649, 0.01549165569542093, 0.01549165569542093, 0.01549165569542093, 0.01549165569542093, 0.03533723954664587, 0.2264797667159729, 0.04188594190228902, 0.02553645289092982, 0.10460678813980878, 0.0827289220617583, 0.2389397478037502, 0.4239794248028867, 0.17940797563191685, 0.02323508541020292, 0.14023021127054747, 0.015232969492682717, 0.30897187204231147, 0.192464726047078, 0.13048726985115733, 0.04058165686343918, 0.04201061177099811, 0.47227857982109417, 0.1088490905431014, 0.17562915588117572, 0.013442899972035929, 0.07928386064422834, 0.21839289981935567, 0.004813144869040221, 0.007923167101563934, 0.029654544074776, 0.05152911214204969, null, 0.4392568776726295, 0.19163233944520985, 0.27741550818479266, 0.11189710160080374, 0.03413452307444258, 0.1070702748669508, 0, null, 0.25367141017952716, 0.059579088196521, 0.056084564934104505, 0.07822100297741275, 0.0007744165403278295, 0.039147924700571456, 0.013977766272484704, 0.0010240159625932263, 0.12380695480573464, 0.016556135808284383, 0.2203227248076732, 0.1466780034488152, 0.32977749913016874, 0.0785061294784132, 0.07388106615807055, 0.01628355806225611, 0.13720403269627426, 0.018044519859538703, 0.06459902100463684, 0.02756245028328184, 0.18221320627981943, 0.15622542582228183, 0.21808848504536685, 0.22088193144261783, 0.13240848521449575, 0.09570686369562696, 0.006173560980814089, 0.2781075106370588, 0.29256687392297553, 0.1534922799369217, 0.026420513192197834, 0.03445750237390324, 0.053761926229666045, 0.23965794977404395, 0.07094833425844488, 0.15490197393082344, 0.28585899274053056, 0.025893203284552625, 0.10839543673486449, null, 0.0005568863387817797, 0.016719288297728715, 0.08382072416363573, 0.15457989667681435, 0.1732383234129029, 0.38120643123175674, 0.023449949842963964, 0.026917893407569463, 0.055605912642806794, 0.055605912642806794, 0.055605912642806794, 0.055605912642806794, 0, 0.11473564013781672, 0.2310902980442677, 0.29146473690557595, 0.05167199215020969, 0.21298876855162344, 0.0480465540000144, 0.0724692369704301, 0.055358055707709304, 0.11109420007237455, 0.05444448549028608, 0.1453754286977773, 0.01630855654091103, 0.006178693280831467, 0, 0.0698105346692266, 0.044275803313453536, 0.18141326571067423, 0.23291659567738365, 0.08264668929439618, 0.09926078266816377, 0.06404561829176614, 0.06404561829176614, 0.06404561829176614, 0.06404561829176614, 0.011605120788368275, 0.1457707055988341, 0.06363801313988851, 0, 0.1310339282426372, 0.07458713478701492, 0.23191603398162333, 0.05454475882946116, 0.036154116710598906, 0.0016119050684634466, 0.0201808825948094, 0.3168463877422204, 0.12363274904743136, 0.19734191288857497, 0.03726065486400624, 0.4986390428838092, 0.07231587467006602, 0.0008291647080233891, 0.06358431083529863, 0.008663504730555247, 0.005360113052449042, 0.0467749370571179, 0.0467749370571179, 0.0467749370571179, 0.0467749370571179, 0.018138538329611938, 0.04318412331304507, 0.02523939412660306, 0.02523939412660306, 0.02523939412660306, 0.02523939412660306, 0.02523939412660306, 0.02523939412660306, 0.02523939412660306, 0.02523939412660306, 0.02523939412660306, 0.002593396053553506, null, 0.02523939412660306, 0.02523939412660306, 0.02523939412660306, 0.02523939412660306, 0.02523939412660306, 0.02523939412660306, 0.02523939412660306, 0.02523939412660306, 0.02523939412660306, 0.11138473042204268, 0.00970435048097544, 0.05615761007568144, 0.11192252761357774, 0.0035719656819246247, 0.3607475857673399, 0.12556040496750936, 0.1482515517695968, 0.1566802362853657, 0.1453659556289036, 0.045212933058652045, 0.23072845662319888, 0.2456260711933229, 0.06684650202012793, 0.1091883627874593, 0.012684072120678454, 0.09639526258046878, 0.06893904612680378, 0.05008661531388324, 0.0816661406566386, 0.064213936694038, 0.30555593494869193, 0.09520091214093236, 0.13282544245172548, 0.23120012983729288, 0.02025127494603115, 0.3530090408260527, 0.07045974341403129, 0.009539377910601304, 0.31996665623812487, 0.30309758638865664, 0.4047062779196805, 0.017397764452587446, null, 0, 0.09749785467680534, 0.04501161659363921, 0.04845698406498323, 0.014746612635530103, 0.039607227705279094, 0.0016104038432420353, 0.0016104038432420353, 0.0016104038432420353, 0.0016104038432420353, 0.1186618146255499, 0.1186618146255499, 0.1186618146255499, 0.1186618146255499, 0.009692737615367337, 0.1295683318625703, 0.4315602842833155, 0.01326876562781879, 0.11326808998712552, 0.3906004407549435, 0.05130471761475724, 0.053370532200496555, 0.0343006597825118, 0.06988116202402826, 0.09451307475429722, 0.13629776989240616, 0.0384639667535228, 0.26066521805631254, 0.08671721566308457, 0.01692827367806729, 0.2241665896204652, 0.03227578720006446, 0.02121188912663956, 0.1849864341813633, 0.07404129320240693, 0.11502403278123306, 0.005324406078883634, 0.05386427738326336, 0.5, 0.017697283346020633, 0.02243180096863141, 0.382873972146315, 0.042517183311618655, 0.21939514685418465, 0.179013131363134, 0.3312535226027318, 0.13606748794083262, 0.095270071068367, 0.04706789037484518, null, 0.27354756372742794, 0.11555780135278047, 0.09565792574328004, 0.047311030457093735, 0.09523516302550332, 0.1238975149360801, 0.026495130398477545, 0.2057411195741148, 0.1261111744760134, 0.2910872958256857, 0.13173734091179876, 0.042330194939612834, 0.09212872257090889, 0.03578907163312958, 0.1966787746937109, 0.007239065449838243, 0.26985033950550646, 0.23595035626944183, 0.0697631258866804, 0.03777716727199655, 0.15868932612581374, 0.1989854207750574, 0.25752010618215054, 0.13582495767812044, 0.4904614663632495, 0.04510445916274771, 0.07514294796609733, 0.160170857641404, 0.008609589567869502, 0.189497643494197, null, 0.2374199135358007, 0, 0.08654903057884542, 0.10266963106965606, 0.042778563651682824, null, 0.10321492808146748, 0.18789045902349785, 0.0019168823288342575, 0.021143859318122547, 0.06257819991015676, 0.24684827130253856, 0.004074900890671067, 0.3540458069199037, 0.013126015474774875, 0.2511356969100563, 0.16219484781447116, 0.039619613323318634, 0.07844249617407643, 0.10777306643630706, 0.04546519103351111, 0.06680646782659791, 0.011089689865893563, 0.08238379303919889, 0.004090033475497949, 0.011304095672596524, 0.04119842983611213, 0.0009530081129272223, 0.298357949746506, 0.013799330248477263, 0.1222253827983428, 0.1636120346269125, 0.027169257758367676, 0.1984971444153545, 0.1483960167814979, 0.1807048974763049, 0.10033367471856632, 0.28592872806311187, 0.05630011387368252, 0, 0.2348258304194992, 0.125019266654129, 0.02879333367066021, 0.19634469074158, 0.24770257410245788, 0.035167671756508735, 0.05490885462525745, null, 0.0013419959825908894, 0, 0.0837964198920925, 0.24137836265390844, 0.26533637593698645, 0.1398838227270633, 0.42230117927160016, 0.07679227764798416, 0.2058003424297924, 0, 0.026492500832539335, 0.14189257783780115, 0.15136817955351484, 0.011229796730913571, 0.08496923061268614, 0.05382408871439055, 0, 0.08720201454240335, 0.062108020139596785, 0.016568840625128145, 0.03403340041718222, 0.5101040122306606, 0.13252545596675852, 0.04049276314318039, 0.02226139139193448, 0.03154054357222251, 0.06224234023679871, 0.014165680751562416, 0.2712923820696528, 0.0965923128514437, 0.1943301091211531, 0.21020275245173164, 0.15226483717066966, 0.10186406654432915, 0.10079990427822666, 0.0062993164680581895, 0.18967396650475396, 0.3623202443452657, 0.04289990353424019, 0.0073820823830996465, 0.10605362724365874, 0.1199399924610432, 0.31238434578243995, 0.03206334104590844, 0.08318475948634735, 0.3031345489888856, 0.10743993268706668, 0.14994655299142393, 0.0571477272588212, 0.1356422053893906, 0.16343366664623038, null, 0.08995594436180275, 0.1811881477331988, 0.1811881477331988, 0.1811881477331988, 0.1811881477331988, 0.023548677755068217, 0.31030773377051524, 0.08503550915319195, 0.13372024358018209, 0.006424423279197634, 0, 0.04300937484095061, 0.2446255577255543, 0.13216161294865708, 0.010231310976537103, 0.010231310976537103, 0.010231310976537103, 0.010231310976537103, 0.04625545143149747, 0.4212243771044243, 0.0912421361322302, 0.08476409256292541, 0.06575963267717039, 0.26690279008756007, 0.21040805827073644, 0.019154684333963685, 0, 0, 0.30283082582169873, 0.2126535075257892, 0.05104582067168824, 0.03453910216026736, 0.4402410118609203, 0.28395378522173764, 0.0588351991825614, 0.020826774572637277, 0.15547852138252044, 0.06680594962280778, 0.15914097811930544, 0.1186618146255499, 0.1186618146255499, 0.1186618146255499, 0.1186618146255499, 0.07540681550352074, 0.03066813913020152, 0.12557527841380237, 0.00520125024714513, 0, 0.06814332953146976, 0.06814332953146976, 0.06814332953146976, 0.06814332953146976, 0.061254203481824185, 0.36132766116652176, 0, 0.07992320679195027, 0, 0.00181107853124136, 0.00181107853124136, 0.00181107853124136, 0.00181107853124136, 0.1096369633886332, 0.053171115297502944, 0.0006151346285903502, 0.11278746153605644, 0.2372162636441873, 0.2922508669057684, 0.02156278932027017, 0.11022154600406764, 0.3101267223721277, 0.0054981824598426465, 0.07088451426622584, 0.16211264864649463, 0.025553884660254784, 0.0887270726515272, 0, 0.06616164474529038, 0.11490049996130114, 0.21291779515005232, 0.008063691531110778, 0, 0.2562856604872659, 0.008077439601214868, 0.015434001807893486, 0.06802973822024994, 0.0009846974515842545, 0.14663497527455976, 0.18757075547431387, 0.04546898165645051, 0.033544330908751, 0.26742304514206083, 0.03968895545366672, 0.06578991861029929, 0, 0.008820351270540804, 0.24191859625383552, 0.08362332563331143, 0.07159089885395171, 0.10608035173293484, 0.17188726055717066, 0.02475556065076057, 0.03173572380969707, 0.11593550882147682, 0.11147909756360316, 0.12005114502639971, 0.02188257369547166, 0.302687257900757, 0.1230112891101658, 0.04780946585475557, 0.1304681029260623, 0.004388758070759705, 0.33000409866715497, 0.09034400963328072, 0.11467936187858407, 0.09658208904939124, 0.08330944829658436, 0.1755062941565001, 0.057401142200163194, 0.26538829327486496, 0.2767240658273735, 0.04982061275275301, 0.06040774885690537, 0.07018711593156277, 0.0294283586704492, 0.07977219117793731, 0.04663113611873199, 0.07742621840361999, 0.07196447188197161, 0.08891812254078045, 0.08025261805686332, 0.2431373361119289, 0.14162381118998635, 0.079399007542565, 0.021482291779887804, 0.047683856016449186, 0.20254442487887475, 0.2029032893178836, 0.15537631144722455, 0.1389199930374008, 0.15274634323930972, 0.37475894444108193, 0.02165232348529251, 0.11793739454915812, 0.00021799786888778824, 0.0003888330195332039, 0.006247067192274141, 0.09782029215818568, 0.017036146790728575, 0.002836846906186922, 0.21138117188957575, 0.2302505101485879, 0.21228808276949385, 0.2001591382884099, 0.052303967588158584, 0.3724585016556414, 0.046625764699791995, 0.32894607534239334, 0.2355150370870371, 0.1716145897922823, 0.07905045088538215, 0.4287590814586814, 0.0082240334697587, 0.122772617272401, 0.04043063092625492, 0.20185836774375823, 0.2277730825066918, 0.107038058354045, 0.0571762343648144, 0.12742211119187627, 0.0661290250892725, 0, 0.0023949053780616104, 0.1914437061431545, 0.27644843756028764, 0.18184956866981355, 0.21290772665891172, 0.12940980252089584, 0.07169763576028841, 0.02753795945452183, 0.3160459185804688, 0.06049634049153042, 0.09081612442423886, 0.0652115639633153, 0.1302764308179503, 0.026853417549254025, 0.027015371723778433, 0.028471955576639885, 0.02834465602182048, 0.006502049644008554, 0.22710167865459943, 0.019940609692094727, 0.019940609692094727, 0.019940609692094727, 0.019940609692094727, 0.03236466092280792, 0.056211890858779805, 0.1363343160642769, 0.13463418432078417, 0.05934843175490595, 0.023117435615545804, 0.0032901603782309113, 0.4993179820792859, 0.04940300837219437, 0.005753874197928592, 0.1558288747112164, 0.04751576252254355, 0.008544183863154586, 0.01303855599447066, 0.2918079320165853, 0, 0.09324879823143088, 0.08817186164435742, 0.23494750225959304, 0.29460774978527937, 0.016315560948058676, 0.16279329579076182, 0.003847146514012491, 0, 0.028275688974822688, 0.020701535744789477, 0.020701535744789477, 0.020701535744789477, 0.020701535744789477, 0.1959568607422041, 0.0002659695778218078, 0.0012373319719431734, 0.29601875699478863, 0.12309787551524518, 0.20723005018199697, 0.07344341314229552, 0.18199893362196531, 0.01891616661801343, 0.12093081455115448, 0.05932943452492652, 0.1477793284288624, 0.13451104285785392, 0.029656690199547583, 0.10500317351358598, 0.05056551945367959, 0.1156960719953535, 0, 0.2959560083829216, 0.1917289471663972, 0.026593211944374737, 0.2612796872684704, 0.03355332827614303, null, 0.4161981526848473, 0.019227017958102027, 0.04262866802003986, 0.04262866802003986, 0.04262866802003986, 0.04262866802003986, 0.07343854312659084, 0.030664366587156856, 0.030664366587156856, 0.030664366587156856, 0.030664366587156856, 0.07847399309520613, 0.23073481656193703, 0.05791915475283186, 0.06422876266317966, 0.11547454302240708, 0.17407885306936033, 0.03071105222296988, 0.07944381331792302, 0.13449011271969588, 0.05473864783150928, 0.015380257729810515, null, 0.003954883906688445, 0.0811546852780582, 0.05210563609926305, 0.18914687659760404, 0.3460151285013351, 0.06525122677099553, 0.04218409670668434, 0.04977307552815047, 0.22006485529738437, 0.02248855359020899, 0.2814270171548823, 0.02144392372534007, 0.052698744472727, 0.07718528726980559, 0.04082095999243305, 0.02283101076475975, 0.016872683265385904, 0.2432267095266213, 0.019714151169508868, 0.030276037667045588, 0.03973978193715928, 0.014204103148165049, 0.05329615145289806, 0.040689180044278, 0.1772686183238418, 0.027091947453814713, 0, 0.02170732513806663, 0.006416860977668169, 0.1952918093702323, 0.0334783725366553, 0.05345778819140138, 0.11446730324143328, 0.007812589043790797, 0.3808702608131753, 0.0901172118584406, 0.2615462848090719, 0.1034352456452034, 0.46737715597095575, 0.11797575067297812, 0.050982515491725014, 0.2466504590763122, 0.06432566668232297, 0.13348040535040204, 0.06627656133242987, 0.1925756864407304, 0.1850412407093536, 0.0806415710895969, 0.08514147297349876, 0.08931150840897592, 0.281634195112827, 0.2472288004143939, 0.23415592500918897, 0.0257429828036158, 0.2038838117101623, 0.2225705848177384, 0.018838385789363542, 0.08818841243066425, 0.01658562954432877, 0.010491598294761977, 0.08461458276657234, 0.123459443503835, 0.027301202233340604, 0.4021261179508211, 0.0990843662677372, 0.2966699736299019, 0.03272674714613966, 0.03195272583155419, 0.3427314350601625, 0.1193151800982495, 0.13045540069588535, 0.2803198479476655, 0.0141129260750969, 0.06563089875351616, null, 0.047539761411361015, 0.00881500117195335, 0.19581449518544705, 0.1451460604540902, 0.0636296411740069, 0.2899511776044539, 0.15081294056750602, 0.01630417326805068, 0.13616795415604374, 0.11617622501838112, 0.005390524201620383, 0.1457857459488826, 0.15007173815355077, 0.09465407770668376, 0.04817141447095017, 0.14477364661060074, 0.1445714857137657, 0.09059088032145828, 0.01774144345855586, 0.002438908242545027, 0.25318942956870627, 0.05269565136927437, 0.13346146596356734, 0.04262866802003986, 0.04262866802003986, 0.04262866802003986, 0.04262866802003986, 0.4387171720934805, 0.11127234354617456, 0.2260865859763306, 0.04601576381140527, 0.013964234589698057, 0.3492156708417636, 0.2475319271489248, 0.045490856008400866, 0.24323385470447317, 0.1332766298423993, 0.1979507077632641, 0.29406488567452677, 0.066317452424776, 0.33088863460917667, 0.11108936913513127, 0.021273956838881995, 0.14810135487357143, 0.2768602763645026, 0.008559205597320143, null, 0.10110096179201704, 0.0013756945326656369, 0.0003035068743424766, 0.07542031795041687, 0.03917943902749399, 0.020032397160080827, 0.11933072023299268, null, 0.26947824474258003, 0.1337921708133931, 0.02769483248397846, 0.038341431133944, 0.04009190614970371, 0.04221396548406824, 0.19400573046439115, 0.19400573046439115, 0.19400573046439115, 0.19400573046439115, 0.19400573046439115, 0.19400573046439115, 0.19400573046439115, 0.19400573046439115, 0.05596889342493997, 0.3633740459081304, 0.07804135813817449, 0.08507755822424501, 0.08848842582347871, 0.03043248301875023, 0.16716499994430192, 0.0861529125787092, 0.014685020314469496, 0.12015770495976122, 0.17613717708078597, 0.01907878554308654, 0.0374679791091258, 0.11487268848010748, 0.01040883287728998, 0.01470097351838262, 0.012880960764129205, 0.17266007896165678, 0, 0.07199849294242502, 0.0019836384350671124, 0.04876460768112348, 0.045851481651689424, 0.026930984269715717, 0.026780743493091605, 0.009126892298629508, 0.018768917232498055, 0.04013878133929793, 0.04466777366448863, 0.0554052208101972, 0.0554052208101972, 0.0554052208101972, 0.0554052208101972, 0.05061062258816632, 0.05095259148094374, 0.2114031107342116, 0.06584708976895165, 0.00836522108690009, 0.047049166868688506, 0.042530874872197, 0.02839194823888357, 0.0016104038432420353, 0.0016104038432420353, 0.0016104038432420353, 0.0016104038432420353, 0.031610940370314505, 0.018014144724402006, 0.10192027719366928, 0.055605912642806794, 0.055605912642806794, 0.055605912642806794, 0.055605912642806794, 0.26083021727124023, 0.15216304108793335, 0.008916534353924421, 0.07140882299308282, 0.00500989153541407, 0.03727564912551401, 0.022915558151570564, 0.18070842518151553, 0.15512672299009253, 0.1367669692026018, 0.04469924303746762, 0.06494096959211225, 0.02143817059841736, 0.033726854214512166, 0.08806148587185963, 0.06984794142204033, 0.06984794142204033, 0.06984794142204033, 0.06984794142204033, 0.2816186743303535, 0.0665329447199187, 0.12378955620773414, 0, 0.4820671341442706, 0.003783214751287124, 0.003783214751287124, 0.003783214751287124, 0.003783214751287124, 0.10974085005606436, 0.10974085005606436, 0.10974085005606436, 0.10974085005606436, 0.3552613019789114, 0.3899410635720254, 0.01964679742432552, 0.13395917500557852, 0.0873255284581866, 0.006968511369384008, 0.2057975021505074, 0.22316595891608568, 0.07815334116560484, 0.28682103361076605, 0.06638384731655081, 0.018000624023967546, 0.02173055890938208, 0.02547162148725052, 0.36002529882349843, 0.002207154202265262, 0.07723883070079376, 0.3939917827168204, 0.002206786188100934, 0.027581024619732608, 0.08224468652835777, 0.24337036257866235, 0.07404330087261933, 0.0009383715932890668, 0.07186921401472143, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.018984108807904007, 0.09158280437614556, 0.056589108790196005, 0.0022872210451947875, 0.0031232375476886376, 0.022380879264325755, 0.12725418331056942, 0.1553869580484977, 0.34121138969786613, 0.0252684605963641, 0.017414723643571096, 0.12354747056674016, 0.009336747636901885, 0.06212424412937416, 0.12608646301791823, 0.0007684207831243534, 0.0007183903459240408, 0.08518723690337807, 0.007690730368008326, 0.028289333035422665, 0.3509428195609569, 0.0030774118963742196, 0.15805058466760735, 0.15805058466760735, 0.15805058466760735, 0.15805058466760735, 0.01983830378666962, 0.14978784376070747, 0.05903098802392141, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0361867715608417, 0.1466925951010776, 0.041849912123918045, 0.03652492036389499, 0.033609064975122664, 0.033609064975122664, 0.033609064975122664, 0.033609064975122664, 0.14435773761883858, 0.0572138501390935, 0.009512207384777318, 0.01851582163804997, 0.020195747745761973, 0.020195747745761973, 0.020195747745761973, 0.020195747745761973, 0.02446894715888415, 0.14406399035937, 0.023804803467137182, 0.004714040153786424, 0.0614481807117854, 0.11084511905895374, 0.07579313931974639, 0.07021361758578012, 0.012847375747502877, 0.035678954295961476, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.032430565050560245, 0.033609064975122664, 0.033609064975122664, 0.033609064975122664, 0.033609064975122664, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.020438952326209073, 0.35505718066735015, 0.20419131171944976, 0.07696428480152648, 0.16566473502731158, 0.17789712604854008, 0.0807755476831901, 0.4456274178946485, 0.03227914572915362, 0.09263649093874884, 0.33394356512868195, 0.07393369448511629, 0.3335977129136254, 0.11370292777273376, 0.10316245693240986, 0.0032013278588373844, 0.015949782465622314, 0.07728438414913892, 0.021663933577645223, 0.062462076032151606, 0.05073375442111725, 0.06406458472252897, 0.051895059811987394, 0.20013827861009223, 0.16483833873839132, 0.009786330287847115, 0.21114197987218888, 0.0657043924260588, 0.029367047104861547, 0.15289054329640933, 0.1371375757484379, 0.17902039242123607, 0.2151628289732002, 0.05844839848771087, 0.1933966291294958, 0.05181061689480789, 0.04634670405689662, 0.08869472659299868, 0.2030984001973508, 0.02128717220727642, 0.06680015529731276, 0.031766387399974935, 0.3239506108312091, 0.09629235980424036, 0.24158266406724557, 0.012720672326789332, 0.2255226906513689, 0.1838206177500244, 0.07305461821226272, 0.4398404327932121, 0.31360895865858507, 0.02348637043586146, 0.12710296151218872, 0.10040338800138314, 0.27722537098401506, 0.06669215814778978, 0.009313972200470947, 0.009313972200470947, 0.009313972200470947, 0.009313972200470947, null, 0.12099253110812665, 0.0167659200700038, 0.002096448205651234, 0.04759015624147733, 0.0025182987717014657, 0.04404461468300514, 0.09884162989171172, 0.09278842552450946, 0.03652507019688553, 0.19491048484362616, 0.10541013279660776, 0.031399780745424606, 0.08984671487179155, 0.1498718321385835, 0, 0.18880241443274348, 0.187234043161423, 0.08542619510142871, 0.2341396947519548, 0.07304701614102968, 0.011042113855914377, 0.033823338485311404, 0.13574339099672106, null, 0.24203852223412348, 0.027820936066115885, 0.2633717400035994, 0.1434285540017756, 0.202426206022772, 0.08343088314250607, 0.08891445990830138, 0.0749727735959198, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.07230977281137614, 0.05700561320046732, 0.25981163614106617, 0.0051343987494358295, 0.01957112437506512, 0.07185615003878973, 0.0026153928094993237, 0.21832938897294588, 0.29258906618923325, 0.14117456671661222, 0.046029781047340394, 0.1486944536787761, 0.14731332493238633, 0.18865035470957991, 0.07030187804204403, 0.047739540840025456, 0.14494864326929888, 0.3586767473256052, 0.06569072983036985, 0.10642182406892228, 0.3380592266393558, 0.045877070282448855, 0, 0.05426884263420309, 0.04580157528981593, 0.07354560796110965, 0.09800736404954127, 0.018012211904425507, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.03776645670609812, 0.013941006181418704, 0.2837740948692561, 0.1706122609569072, 0.057753197731976784, 0.17812048987925502, 0.14261651223727534, 0.15527389979719836, 0.08137143865923245, 0.10589860132503463, 0.0193322268257727, 0.02604681290419763, 0.04801834416721486, 0.27178289568185804, 0.11717766291434008, 0.10343900292298557, 0.0642167080831157, 0.028684447661680566, 0.04168396668499297, 0.2319238029112994, 0.19341591347598588, 0.03116099998317023, 0.03286640649994571, 0.04456613002027793, 0.10722433120754646, 0.03471232388338215, 0.023790557287004105, 0.03469294491762997, 0.015995147095239262, 0.026990457882762404, 0.04711073490469331, 0.25850439187373525, 0.07412710130335672, 0.10809536068600303, 0.13245806336355337, 0.1293112332218394, 0.12135592945766804, 0.05322499876882477, 0.015296821614298248, 0.015296821614298248, 0.015296821614298248, 0.015296821614298248, 0.05295854358790468, 0.283025212446163, 0.0101044775681972, 0.007271701618083061, 0.05335402044119665, 0.025775792889236555, 0.12506743598394557, 0.09253481651146413, 0.018593958196037444, 0.07976072670181812, 0.07989387308332553, 0.15805058466760735, 0.15805058466760735, 0.15805058466760735, 0.15805058466760735, 0.2530304147193613, 0.1737081035907031, 0.0231546216783506, 0.0269812046190672, 0.02804591460165401, 0.07129152213976403, 0.0148336767321529, 0.03369897402599175, 0.07171410831351646, 0.08610084231434295, 0.021038165559290552, 0.026805374463062664, 0.11839725837710692, 0.14272342407777264, 0.060592578328009794, 0.04937847664292382, 0.05438538968604555, 0.08391805973271475, 0.012541307018994663, 0.25021590921925563, 0.02026765390035502, 0.018452541025491542, 0.1427769644464876, 0.2791470774507302, 0.10974085005606436, 0.10974085005606436, 0.10974085005606436, 0.10974085005606436, 0.016547661397599216, 0.12448331195772916, 0.040807538544478106, 0.11639269941230262, 0.12654895338018454, 0.005374157800949811, 0, null, 0.0252221325079968, 0.025866986266385436, 0.025866986266385436, 0.025866986266385436, 0.025866986266385436, 0.13709075172644913, 0.0968239954817464, 0.0461210430231508, 0.01281956197055202, 0.003580553496643614, 0.007824679451482503, 0.03984172867712639, 0.014277897538935843, 0.10169172445361542, 0.0071075009621797735, 0.057090013970749344, 0.2684524035193415, 0.13732910545826535, 0.06184062536698151, 0.0023569056960510153, 0.08105458022579827, 0.11438275542304265, 0.24140625029392235, 0.054115717224543475, 0.002332081966627012, 0.05653241019965776, 0.22938111887539353, 0.02217927256594314, 0.08739741618715155, 0.014872754633009688, 0.07021952433688361, 0.08822029866329292, 0.31643266399007414, 0.0509318999541556, 0.12462907356675353, 0.13548128712378696, 0.12470376403586383, 0.08755713948335715, 0.02572258183518542, 0.26887843003204603, 0.08024543604467489, 0.08024543604467489, 0.08024543604467489, 0.08024543604467489, 0.03595152847032224, 0, 0.03444351821550742, 0.03001068483254636, 0.17814258721723722, 0.16711013930191834, 0.1815496409028808, 0.366555366731195, 0.05096771871200408, 0.4340943445601162, 0.11089439677449404, 0.08871067436571026, 0.30298121127630573, 0.032280727388326845, 0.027369715469417504, 0.1353197428130878, 0.4077137197645207, 0.0229149694086767, 0.03261826839429587, 0.06289170623915578, 0.115085895628699, 0.0302880861464788, 0.18961789568522663, 0.140739413694924, 0.00969039360855711, 0.10065166695512914, 0.07471863122763817, 0.07144923888764461, 0.025848295550777372, 0.3946907993651199, 0.07738189837018453, 0.05350608197329768, 0.029372976160547425, 0.1379735246323842, 0.19652064194861343, 0.006574739909203291, 0.007363283781908986, 0.12358687881475904, 0.02179936626081598, 0.08289859434641049, 0.04649760420084446, 0.03451952043606879, 0.03282934719431412, 0.04475383712632265, 0.034887464229696866, 0.04022236782768005, 0.10311920745996496, 0.13674575685441195, 0.10810081151296748, 0.0034606524488650877, 0.1289107007308402, 0.3059870719015139, 0.17523110820085577, 0.06385735835331345, 0.16462287327704508, 0.1303074728537593, 0, 0.07149012722040861, 0.1035318074316067, 0.06376408197736864, 0.06376408197736864, 0.06376408197736864, 0.06376408197736864, null, 0.002370953042725071, 0.06376408197736864, 0.06376408197736864, 0.06376408197736864, 0.06376408197736864, 0.025735670439255832, 0.10362940617945406, 0.33042142017847626, 0.1764536217624548, 0.013313065175814164, 0.04144098650832874, 0.037613061638663736, 0.037613061638663736, 0.037613061638663736, 0.037613061638663736, 0.1322581478624444, 0.2727926502795051, 0.041747525192546424, 0.03189800687924929, 0.034143240090698794, 0.07510163280158376, 0.17571365284814075, 0.14158409412923273, 0.0432762719153288, 0.12924253755183865, 0.025866986266385436, 0.025866986266385436, 0.025866986266385436, 0.025866986266385436, 0.009666132090516914, 0.032257241779272826, 0.3330628548716003, 0.010980857647104748, 0.04466332979216126, 0.004256454683064223, 0.01796099872048673, 0.07628534193455977, 0.13610614022797315, 0.06277647303771977, 0.0063394079114194035, 0.011107267014760796, 0.011310005537565096, 0.1548205937329484, 0.05741744797985657, 0.08431246199882104, 0.07425365320023534, 0.07425365320023534, 0.07425365320023534, 0.07425365320023534, 0.017590193609312473, 0.16126249957125732, 0.08063308112572708, 0.04873364965750955, 0.05452552087398051, 0.07768244095148354, 0.09143129421622231, 0.0018728303334904644, 0.07425365320023534, 0.07425365320023534, 0.07425365320023534, 0.07425365320023534, 0.10824474536009386, 0.147451521568551, 0.04448055634438483, 0.012098734482691793, 0.011645662652315434, 0.48061830236143793, 0.05873834433032594, 0.05694048657446912, 0.026960819951983895, 0.040409499643583285, 0.1676369864033298, 0.020195747745761973, 0.020195747745761973, 0.020195747745761973, 0.020195747745761973, 0.41044649403970634, 0.10144309449292337, 0.020591564494112764, 0.1838713555207667, 0, 0.12551916555832413, 0.01982149905321182, 0.2612796872684704, 0.12404862653230116, 0.007468279169021787, 0.011440854483005438, 0.1859470377422851, 0.06903061506706328, 0.09736001438155688, 0.22723846239149956, 0.08796558287510234, 0.0572047347888124, 0.060904026122547056, 0.3060986113514965, 0.26027250814071917, 0.08523496772669327, 0.09628278149371251, 0.015399074434520146, 0.07128911865616974, 0.09166379276025016, 0.007597217140873966, 0.1207730126417492, 0.15943858271452285, 0.04036838911869082, 0.004125008685038874, 0.05310486146791106, 0.03151161222957171, null, 0.1281615271154206, 0.0013768732576489166, 0.058041113577824446, 0.08734121515646756, 0.032682591419500646, 0.017632664524334138, 0.15225232029358207, 0.1988102027498893, 0.08540474784596033, 0.05256676778612895, 0.14876636278299335, 0.03806266240373899, 0.10705214179181628, 0, 0.21132499087946957, 0.1188812922619228, 0.0678764990137374, 0.09225629605610804, 0.3071728638455058, 0.12261507369959344, 0.2869584354614601, 0.15352858771885436, 0.01859886171604934, 0.2087992549383919, 0.08564640187438904, 0.16386745513457726, 0.03678494797817307, 0.018150786866899613, 0.10412648670216217, 0.25647759038259715, 0.1306598005883493, 0.010435447077872544, null, 0.045654752380413235, 0.07255526735667191, 0.07112662126990969, 0.013070479687149496, 0.07537645022042175, 0.08535156904297905, 0.048275097253411024, 0, 0.26550278654939585, 0.07994076374794601, 0.4524686270816433, 0.113344255766237, 0.13637598399468842, 0.14872512289143766, 0.06210057847639621, 0, 0.13634378869838584, 0.17859044577047078, 0.046490028588421495, 0.10596973884027108, 0.043101553900501945, 0.08568814752354457, 0.08568814752354457, 0.08568814752354457, 0.08568814752354457, 0.08568814752354457, 0.08568814752354457, 0.08568814752354457, 0.08568814752354457, 0.08568814752354457, 0.12535209759964258, 0.03765882069350928, null, 0.24025837264271777, 0.12300970264823231, 0.2176310467934689, 0.19648398667840855, 0.19792948473428532, 0.02177580878514622, 0.411689162017092, 0.02295053087060199, 0.03766144036827013, 0.03203774556141722, 0.12145947909609683, 0.03384200375410774, 0.14107575671426414, 0.2624645568422845, 0.01842742570288462, 0.253300374426021, 0.3282874311876339, 0.037475692990105586, 0.2725932780507834, 0.06737027548941281, 0.05309072361458044, 0, 0.06663986107132296, 0, 0.004920550569381003, 0.010735187799654914, 0.06975311802057957, 0.14208190905720824, 0.10823631896603075, 0.4183203709705836, 0.10967293348246228, 0.021245470884427273, 0.17974298364994096, 0, 0.0533868059674681, 0.1565736812854996, 0.09347197782636912, 0.007915150935069944, 0.0755731488749746, 0, 0.13535620252073366, 0.11166423918338132, 0.19410637794726177, 0.023989619414967966, 0.023989619414967966, 0.023989619414967966, 0.023989619414967966, 0.03787722582526397, 0.03924076820460802, 0.016785804841068105, 0.5175666647479852, 0.1500114784580101, 0.09440294141112666, 0.09440294141112666, 0.09440294141112666, 0.09440294141112666, 0.20001816773929004, 0.2747046276629037, 0.22238500255352367, 0.020560859298738677, 0.0400613074693402, 0.03899730413420271, 0.3137756898869845, 0.09767621385886244, 0.051541872572338894, 0.07312169407944599, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.009313972200470947, 0.009313972200470947, 0.009313972200470947, 0.009313972200470947, 0.008165881382100637, 0.011107267014760796, 0.06168240615801874, 0.06685053376184501, 0.08269554991246028, 0.090494142700321, 0.001863644680008326, 0, 0, 0.17123898636703722, 0.038231982318242694, 0.006254620856944998, 0.042413408416420426, 0.022595163584800265, 0.022595163584800265, 0.022595163584800265, 0.022595163584800265, 0.022010427679796742, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.008745806352223474, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.3188114278819647, 0.14605604149033485, 0.14605604149033485, 0.14605604149033485, 0.14605604149033485, 0.03620318219192432, 0, 0.0753201832715514, 0.22334648781137365, 0.1205796753808514, 0.05903933683789618, 0.06030759242736569, 0.06997197827158669, 0.08177021137342529, 0.02715697654584468, 0.14516458906173085, 0.04817841726872954, 0.03885292711792147, 0.11887862316550649, 0.14605604149033485, 0.14605604149033485, 0.14605604149033485, 0.14605604149033485, 0.020313888604308616, 0.013678742886370816, 0.03282013126289057, 0.020512727973396417, 0.010503837110921838, 0.056351696965535186, 0.12055494903808432, 0.08016074092570435, 0.07204899729779701, 0.06368477284213417, 0.030422484497665533, 0.006945203285221897, 0.14417207054211517, 0.28604686191928863, 0.012293500879603231, 0.01899381643967187, 0.0853710274994879, 0.21756029867361543, 0.009443478882438752, null, 0.1009910862313858, 0.08273374977840237, 0, 0.09781089090731392, 0.06524391959781217, 0.04598881622474505, 0.08257267011155582, 0.3759203124780271, 0.29439486237564405, 0.05125940137971485, 0.08511833422545292, 0.36697105511426914, 0.14370880881434642, null, 0.019419714756524632, 0.27502807548918373, 0.05544372845884301, null, 0.06438815773040316, 0.017132069401847784, 0.15195573475703145, 0.01661441835207233, 0.14669911044546563, 0.06892166960339707, null, 0.07023679895332252, 0.05390808073464, 0.035624782753912225, 0.1305343281132801, 0.2121541419588165, 0.313141329673836, 0, 0.10089695453385304, 0.06189288656238206, 0.25956890447959124, 0.03966627616545023, 0.11711328485357024, 0.032953192864488313, 0.48603655500601106, 0.03433847710649492, 0.07699238208239984, 0.013506208524036525, 0.012915999249619406, 0.12106852265463836, 0.1730560993354937, 0.03348715310856092, 0.08776806269498219, 0.1650945776842161, 0.03062829074046219, 0.09916744524151742, 0.05572125867620188, 0.1576247842143392, 0.029111664567713247, 0.11823634210165, 0.16032088039663878, 0.0741736881346564, 0, 0, 0.02390620199411196, 0.13988641310845043, 0.2882510095333672, 0.2410972033327528, null, 0.060344263152896406, 0.04359543739486279, 0.03490717321118543, 0.2597832790973617, 0.13593504484205235, 0.01409296079742648, 0.014490560589924904, 0.09783239594183764, 0.2154502650220677, 0.017901976442365863, 0.21024387088304772, 0.18413311112664552, 0.0627261829854274, 0.0932722621337818, 0.17480776652298316, 0.1582904719883626, 0.2604814260238155, 0.14030943067094895, 0.14616929699986983, 0.16432500134056607, 0.14341000729581124, 0.07104744371395268, 0.21789803711823907, 0.1945877211852323, 0.07416889281193788, 0.04259910859437991, 0.04047349293464545, 0.3605221244382615, 0.00181107853124136, 0.00181107853124136, 0.00181107853124136, 0.00181107853124136, 0.00002004902445985412, 0.24649482077573676, 0.2642962150478205, 0.08477384432415212, 0.17416464664401, 0.1823276986497366, 0.02109742039711374, 0.35423869914354367, 0.31101594096910035, null, 0.1833051031507724, 0.10803475887153488, 0.13033719574105038, 0.29651023434288637, 0.006216011485382782, 0.20637686359723895, 0.03370232527005458, 0.010954320649976297, 0.09861702103280512, 0.06356068299513325, 0.0975446187689526, 0.01758872974302457, 0.20065900757777697, 0.21528338701906527, 0.060979552166753256, 0.251492059204084, 0.14767906890715576, 0.01974928336635034, 0.28949346313983587, 0.28949346313983587, 0.28949346313983587, 0.28949346313983587, 0.017715210848995498, 0.013562962628319693, 0.09331256058463812, 0.1338367447220431, 0.2321869966287582, 0.061505180053561474, 0.07476095881565517, 0.19024998060030365, 0.17189507859789663, 0.22085172199974187, 0.005338663762915331, 0.09875638206707688, 0.0969857438061636, 0.008842803692967976, 0.02970024678220824, 0.1472567132808281, 0.08201913105605375, 0.24064373571647152, 0.1210086161390028, 0.07237098866809667, null, 0.06875585545218872, 0.04530398894372357, 0.0864344417936011, 0.01159757231448338, 0.0885326808921397, 0.31086642850329715, 0.001498384103676441, 0.20493055989327347, 0.31002255862748157, 0.2583834708466436, 0.09622779649421916, 0, 0.12816752700898232, 0.08240762248774616, 0.07277216338682325, 0.09154090358777606, 0.12848717091663683, 0.4369905240636789, null, 0, 0.046771472300324135, 0.17925659369954533, 0, 0.33147147097611335, 0.23859792725815632, 0, 0.032164604164493876, 0.06528945830270895, 0.32254646810653465, 0.2885371611968266, 0.088959247909909, 0.011229236693513988, 0.11858520114781408, 0.05548680411820972, 0.32734383045421317, 0.1554892065900719, 0.03702961556043573, 0.06984794142204033, 0.06984794142204033, 0.06984794142204033, 0.06984794142204033, 0.28640033498205103, 0, 0.01539199574462527, 0.13816281075623646, 0.2374495503232407, 0.006835238755710672, 0.3740440528900766, 0.16074365355608156, 0.1576029746717749, 0.018980896061717767, 0, 0.07242913054685653, 0.058073167062635975, 0.06852439236539593, 0.0334744671439718, 0.0021486138832626095, 0.0014078253193925622, 0.032439180635014296, 0.02058422703338844, 0.023989619414967966, 0.023989619414967966, 0.023989619414967966, 0.023989619414967966, 0.019724756385915636, 0.01123593163392167, 0.24629871895508815, 0.33712316374366136, 0.0008806383154733796, 0.00966218369324854, 0.0013115051905183714, 0.0013115051905183714, 0.0013115051905183714, 0.0013115051905183714, 0.2571508563894946, 0.06290326719535329, 0.036503697050310945, 0.17269543191125453, 0.011210777949592002, 0.024592950976804147, 0.03641240969297444, 0.024070565360511456, 0.0940627820666601, 0.01790534822974702, 0.09316094677330096, 0.06781684238602116, 0.13770389072426564, 0.08289924289278267, 0.04923166129564919, 0.21500273256316432, 0.0767418528691019, 0.0064591008510616514, 0.018399257196502546, 0.012191630357195588, null, 0.040170423005262815, 0.09202745599285374, 0.05305283920180215, 0.17230788900373534, 0.19224429100900045, 0.1956016425422593, 0.06179977657907432, 0, 0.14322299390451249, 0.14322299390451249, 0.14322299390451249, 0.14322299390451249, 0.16786852340135028, null, 0.048226839740840896, 0.013122134581323068, 0.056649005839510255, 0.002675084202096898, 0.1238768990764726, 0.018124656285181964, null, 0.03592134100347768, 0.11774941223152616, 0.2049536760928783, 0.007379885310018389, 0.03636698164525905, 0.01630867986065974, 0.4932677096773035, 0.1558245199430294, 0, 0.18048865356465352, 0.02130955492406913, 0.15698385203589768, 0.261937382193252, 0.24722997936448396, 0.018569261142325016, 0.16434250949782966, 0.0025832925924787536, 0.1154761122402603, 0.44327044641104496, 0.030505412630266, 0.12203017871385304, 0.12203017871385304, 0.12203017871385304, 0.12203017871385304, 0.06579654689200347, 0.28040185499087505, 0.11189647351056062, 0.0344264418339088, 0.08939860989887223, 0.3782544367548116, 0.17915071699284196, 0.014631781998539966, 0.044988057179581056, 0.058718003163945896, 0.0445129985657348, 0.03728006108982427, 0.013424157463046002, 0.10458535725112351, 0.21399690551995185, 0.002233443980897863, 0.10792187139903982, 0.10792187139903982, 0.10792187139903982, 0.10792187139903982, 0.035647765365306644, 0.005618024963171295, 0.02795998417475475, 0.019792412747797004, 0.07864067988978911, 0.1673586274525286, 0.04899763388791169, 0.3388718946560919, 0.004750301230604346, 0.028964420192786805, 0.2195645637921508, 0.2195645637921508, 0.2195645637921508, 0.2195645637921508, 0.2557074383278819, 0.04575973275352853, 0.09245339027658556, 0.09245339027658556, 0.09245339027658556, 0.09245339027658556, 0.04106168215577301, 0.005830202393879971, 0.1069766997834604, 0.16063306685387296, 0.02663099335057299, 0.05164574431973187, 0.03674559730614844, 0.13669808944644807, 0.027741202753818982, 0.17263942341611277, 0.0269571741907135, 0.1173907035706089, 0.04637960435170538, 0.009129809921847134, 0.01634853767031713, 0, 0.14233193225083984, 0.04614569799251925, 0.05649455623709709, 0.024955808034018017, 0.09303748098040077, 0.04070482985104216, 0.05462926332627897, 0.06128250063784128, 0.07219365020990998, 0.0028839028415285415, 0.03791213341547027, 0.03552124614366178, 0.13047031127857597, 0.005143967599912293, 0.025802497526581196, 0.06973960701418742, null, 0.020701535744789477, 0.04268547856908423, 0.17058622980460014, 0.19210483419191315, 0.05773870691392768, 0.18296767057167804, 0, 0.1640696574282268, 0.15301319805693986, 0.0689508371324845, 0.022350092326948803, 0.21945522357097272, 0.14252622555072944, 0.0828505301123024, 0.06553394765912864, 0.044051223370388845, 0.05567463373214663, 0.01914382950999275, 0.0017319602067342656, 0.12994521517354193, 0.09856483329465487, 0, 0.09489081615933671, 0.14626885097287998, 0, 0.04329721224318248, 0.1075607705144337, 0.009176055347313654, 0.04814724539792584, 0.1810544512008691, 0.07795667896415098, 0.20639923149548745, 0.010659424612902296, 0.1265290214464939, 0.0935523818292112, 0.021575989629679476, 0.23419640141295903, 0.011754835622493886, 0.020701535744789477, 0.020701535744789477, 0.020701535744789477, 0.020701535744789477, 0.010037818762616014, 0.0278139002379392, 0.10162893840896749, 0.29583638929116374, 0.10993032522150284, 0.32129365718173136, 0.09686870141135231, 0.10007603963392232, 0.055358055707709304, 0.003805373259547069, 0.07795098070432632, 0.08264546860495753, 0.2118124894730723, 0.0021956548484210045, 0.03894753989327596, 0.350743012248169, 0.05708870196298289, 0.0004109276332410524, 0.035933004303428655, 0.05108032696069513, 0.029947486627537406, 0.025098136622152312, 0.0281614331920542, 0.01114445594526077, 0.12832334522668631, 0.001843812543766583, 0.0730917261051768, 0.1174669799049752, 0.08056308825898102, 0.07964393681237815, 0.13051548995198686, 0.13051548995198686, 0.13051548995198686, 0.13051548995198686, 0.00724392891337557, 0.0059515742760373235, 0.0002242670913548258, 0.3364753593731318, 0.05656920693879773, 0.10208244518053398, 0.11289182811769456, 0.10969657323667847, 0.25833068296855854, 0.08793824636821085, 0.2195645637921508, 0.2195645637921508, 0.2195645637921508, 0.2195645637921508, 0.08389055368644224, 0.020199331376263344, 0.1382276867510324, 0.21692969946772997, 0.24165282195355553, 0.031211404284873755, 0.056513757805554926, 0.31722919982175796, 0.23943546789866177, 0.23943546789866177, 0.23943546789866177, 0.23943546789866177, 0.01880339545657647, 0.04234928527902813, 0.1043261365522338, null, null, 0.2556957505576518, 0.0872728718076368, 0.16823997479110825, 0.22961501923210828, 0.08574296197542099, 0.022000020053757716, 0.039653453548251984, 0.1307248961205136, 0.0662104997918717, 0.023503186819221745, null, 0.3486781332513084, 0.0675404727162045, 0.29669599161615967, 0.1653379349307614, 0.28399401832346743, 0.19235131871919017, 0.10195286517960515, 0.08443873294467001, 0.048693921656872405, 0.02000292992729825, 0.11388552445559358, 0.08060162321440398, 0.06790074227935533, 0.11388552445559358, 0.05046422529441604, 0.034318467821209765, 0.11454041552813958, 0.018919713694111044, 0.044288475560867006, 0.11091819809276174, 0.07859280674699502, 0.11569224309222, 0.2089662311986623, 0.02398533888448853, 0.107958088924941, 0.03574074956037132, 0.01436328084712758, 0.10305472469135264, 0.21847847149542524, 0.08317026702609473, 0.19604490965810512, 0.08687298433157745, 0.11685299720896844, 0.14032049464302626, 0.1811881477331988, 0.1811881477331988, 0.1811881477331988, 0.1811881477331988, 0.05599627418446903, null, 0.17374696765676134, 0.02741850270816372, 0.1733300447371062, 0.04042167567354126, 0.2229651385329838, 0.3516689112028095, 0, 0.022866250989744888, 0.15335886377691532, 0.1909305408933547, 0.043279386490252925, 0.10375553660446994, 0.16172587850958578, 0.192872513682556, 0.092319785005108, 0.020328633988687592, 0.011463827320237784, 0.1151249358654719, 0.227198136201452, 0.017469220231220366, 0.031085850372674296, 0.24728847133588583, 0.18681790156280909, 0.09882232842118746, 0, 0.09426186546318588, 0.18066513906412335, 0.2251378724581647, 0.051126141375826245, 0.22984257550900972, 0.010720817483142143, 0.07003297152724479, 0.08837736713116652, 0.27276419701188626, 0.35562357138914175, 0.2618670516442223, 0.1300157254204323, 0.1339809508067818, 0.2559209765473103, 0.08110428711107803, 0.015945100042364466, 0.05474234082690406, 0.11834532036609204, 0.04974701547303514, 0.15693606974326213, 0.1202152496744118, 0.042685476151089224, 0.022128325194657707, 0.14730854643980182, 0.00916107105588874, 0.178712710294999, 0.19299765344873543, null, 0.008530142460142692, 0.008530142460142692, 0.008530142460142692, 0.008530142460142692, 0.2648904861592003, 0.0056593891175263, 0.1469330609244794, 0.24064269829578744, 0.1781252970418011, 0.14086358047944397, 0.08333105065605576, 0.03866890209124388, 0.1117438698981974, 0.1283745047826927, 0.08051964671043392, 0.07358044621214574, 0.10103155640852272, 0.09469146894941809, 0.01801213222223905, 0.08359241605557782, 0, 0.18546088018878232, 0.14667338071307526, 0.18860155099091444, 0.1036315136530786, 0.023521557170234807, 0.04432614847221509, 0.01783905734941797, 0.09317785264499467, 0.11950290249886106, 0.006251988695754046, 0.0904624302453748, 0.08384981967831719, 0.0719490274409601, 0.033730609206036606, 0.31701557668115615, 0.1764914683301972, 0.017225350978313587, 0.4040418580197861, 0.06869407968813365, 0.11446172288648994, 0.019643584497106556, 0.09199908221074704, 0.36522566770678383, 0.002435668287507599, 0.10690913819283744, 0.05147507995459291, 0.23887564467829492, 0.07711361821643793, 0.16719716975279533, 0.19354825088214964, 0.009722721259923166, 0.009722721259923166, 0.009722721259923166, 0.009722721259923166, 0.04108241368636321, 0, 0.30431823789850093, 0.029498051996446367, 0.09087677444382056, 0.08955682514687281, 0.028453676498944657, 0.12955262881897472, 0.0019867678317692684, 0.01956420220138471, 0.1744836695808848, 0.12236036863283511, 0.08163417740141, 0.04066553507154455, 0, 0.15744948463651717, 0.39315428321852264, 0.030203329443569783, 0.14484375495149496, 0.194808679478999, 0.07208435143052314, 0.39939464930393304, 0.02650857157105236, 0.03160118136521826, 0.1698123034379388, 0.023697470568764378, 0.010539421694552764, 0.15658686828811394, 0.22375034885872083, 0.025601526022199225, 0.13320837562045573, 0.33919849120077133, 0.0003378158156698977, 0.08023576420917293, 0.016502157004075757, 0.0554052208101972, 0.0554052208101972, 0.0554052208101972, 0.0554052208101972, 0.14002451671290986, 0.2408472627844021, 0.160077037406469, null, 0.032142521272383734, 0.10181081168283454, 0.06725432532495713, 0.09879723982517195, 0.002260817329957645, 0.27248206400932135, 0.03464550642472785, 0.1747603182058998, 0.2809215699978229, 0.37479980668522345, 0.03595211182076484, 0.06365519763129755, 0, 0.00977771913166101, 0.1873693656844975, 0.03755468861302362, 0.01752217503176808, 0.0478407682244369, null, 0.288999646242637, 0.1290157760465974, 0.08702596067959836, 0.032280861454811065, 0.06571855059624825, 0.023189855442827555, 0.01878893835763156, 0, 0.05007918330975608, 0.20082938177044823, 0.16015697624886335, 0.1086055774577117, 0.013184010191779925, 0.16724931004564458, 0.17425029409640042, 0.21267698924442463, 0.209478209152686, 0.12425530947528596, 0.09555727398269588, 0.1752022073807241, 0.025755045586814188, 0.07127038978789024, 0.15862564884713726, 0.1153136817854906, null, 0.17715053653692855, 0.1419861752626975, 0.205018712683937, 0, 0.05921661695029513, 0.18356654723970073, 0.01223914737292299, 0.5, 0.06441943315746772, 0.043068225822816386, null, 0.22547520311801125, 0.11448336464391969, 0.151404218946213, 0.0978727149463822, 0.16754464403241057, 0.24843013184040985, 0.10408371824057944, 0.03092665798118276, 0.13875008934520955, 0.4135625492574628, 0.08480979607761084, 0.12789569965478167, 0.1960975469080572, 0.10597641654891785, 0.08568814752354457, 0.08568814752354457, 0.08568814752354457, 0.08568814752354457, 0.08568814752354457, 0.08568814752354457, 0.08568814752354457, 0.08568814752354457, 0.08568814752354457, 0.036552865350557885, 0.03926910163420014, 0.08155068176782687, 0.0010138124316609615, 0.30257594509042696, 0.09540155235383677, 0.08630985047894492, 0.1122966378851985, 0.23943546789866177, 0.23943546789866177, 0.23943546789866177, 0.23943546789866177, 0.061403111012001486, 0.05415474637993372, 0.037889984301133654, 0.17211858919871875, 0.2986427248475613, 0.34074986165571347, 0.11970801741110124, 0.022733434386635255, 0.024805813187888652, 0.008356266258205555, 0.02849478588705944, null, 0.14623752390403075, 0.07656888604843426, 0.157439750188908, 0.04423638861894841, 0.2304795621269529, null, 0.4978637260424627, 0.30175994146912066, 0.17452536728968188, 0.07741273536255155, 0.018056276616048816, 0.09732776797688798, 0.09025263444920792, 0.33545427068821426, 0.20242814089251815, 0.05699286152425539, 0.030027041397858355, 0.1867809634456963, 0.04255517529118533, 0.10673083648843427, 0.16167693215122034, 0.09795981295799472, 0.01715985540020054, 0.1263443380942843, 0.04116326639366996, 0.1593523613567052, 0.1593523613567052, 0.1593523613567052, 0.1593523613567052, 0.0021886175538334382, 0.07661842590988961, 0.13520679240280234, 0.10094007473995592, 0, 0.111406914124298, 0.11026376530246414, 0.1333937581394877, 0.11537902339941342, 0.05270347955876248, 0.006566375208104111, 0.042401491685281845, 0.042401491685281845, 0.042401491685281845, 0.042401491685281845, 0.26160501720202295, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.049002262440349026, 0.16616339506737113, 0.09680476576854784, 0.014753335271366548, 0.028007246798162334, 0.13197206609905582, 0.22547085568337363, 0.1486387092296704, 0.0896399080956984, 0.19014027832812289, 0.007249380971082942, 0.29667608647750615, 0, 0.2889583222543169, 0.2888910859490446, 0.09628924090896576, 0.3314878084900474, 0.11719080174982432, 0.0499942971680629, 0.03876806926174993, 0.027471505455462293, 0.020949664868795948, 0.06773308530215318, 0.016939412241077968, 0.4180571992903202, 0.0528897147903211, 0.09673787714357587, 0, 0.06740646305935231, 0.14114859610213043, 0.05379039390419817, 0.025761426810702533, 0.03284196360690295, 0.017200174360218545, 0.0724707444876946, 0.07285272011768747, 0.05129121738774915, 0.14283358987187414, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.018325751618923577, 0.02764570498105501, 0.009432900033572904, 0.009432900033572904, 0.009432900033572904, 0.009432900033572904, 0.01617917858350893, 0.0055527782322260895, 0.02844257056332025, 0.289170244983369, 0.3057175263572689, 0.10526284050783992, 0.020377420820290294, 0.08555428102712699, 0.1340552721309303, 0.03289725623190477, 0.09984070927966586, 0.029424061124918487, 0.4955380299191111, 0.020177665415508243, 0.01829087812931707, 0.05224713459943517, 0.03381151344021187, 0.05012887429319425, 0.10398087744221376, 0.05162058382871803, 0, 0.05289404247371163, 0.06541983885579968, 0.06530337739924721, 0.37943361396597336, 0.049271348141288515, 0.08497090138717214, 0.1141816406326341, 0.10740727511655317, 0.11150065903648612, 0.019565970324185725, 0.019565970324185725, 0.019565970324185725, 0.019565970324185725, 0.22098882862482044, 0.14644509242019546, 0.08436674323446536, 0.08436674323446536, 0.08436674323446536, 0.08436674323446536, 0.07349735297427148, 0.06882964034445879, 0.16235464073869593, 0, 0.13691074415943694, 0.07230537103970293, 0.0952682165159338, 0.04783230754974437, 0.0841178914329468, 0.1643110327831951, 0.13826373521630364, 0, 0.1430621562726385, 0, 0, 0.3076768265737008, 0.12330293836666158, 0.0004030895732581159, 0.03838653491136287, 0.043606125525835635, 0.07344090826922439, 0.19296321940954017, 0.02627187462845083, 0.02709209352744111, 0.07121087789804605, 0.017953210714090916, 0.001808870394958541, 0.04586527909609806, 0.004667822379841661, 0.05174214743790593, 0.06983571989224562, 0.2328858784871476, 0.3297580933833539, 0.048541417579804846, 0.015241798365115066, 0.041683437398911526, 0.0514105388590882, 0.07787159910540944, 0.23323280261078252, 0.3634127361423584, 0.11166067880949924, 0.23726556276044705, 0.005336046712417624, 0.02091191716386493, 0, 0.16580794914488986, 0.08460412694533564, 0.17426249892386578, 0.005283347732542668, 0.10346035031904176, 0.26539270463651365, 0.030581723830384048, 0.1771901300729686, 0.059927946431377485, 0.07243426337226029, 0.1033554112523552, 0.49261406801712576, 0.19019465634416985, 0.02608067751278634, 0.0685886938552298, 0.0047458877195756975, 0.019940609692094727, 0.019940609692094727, 0.019940609692094727, 0.019940609692094727, 0.10600394479184648, 0.06082293600348082, 0.016330920631289658, 0.1964405306104983, 0.01928341836786477, 0.1594038900144012, 0.3257678525916239, null, 0.14825108234542983, 0, 0.2830600760820645, 0.0018276351309034684, 0.08436674323446536, 0.08436674323446536, 0.08436674323446536, 0.08436674323446536, 0.16976737358932048, 0.12273268339057072, 0.2674889588293935, 0.054786152457371194, 0.15431097121443957, 0.026374455861875992, 0.026374455861875992, 0.026374455861875992, 0.026374455861875992, 0.1444887167841877, 0.0768197638059677, 0.040062949745927334, 0, 0.028611014358832464, 0.060258543093177, 0.03029169369904539, 0.24275438998306997, null, 0, 0.010040014931689848, 0.04677832479352594, 0.02674661546837821, 0.24464201474556915, 0.041990285906832105, 0.08843194636959772, 0.003998139645412918, 0.18197707984154743, 0.11934225567550068, 0.4854752972273343, 0.06860076022077093, 0.02052385593891124, 0.0665818489172452, 0.3765760094206174, 0.07167542025660664, 0.014157768171330815, 0.21229057282003136, 0.11847268416071426, 0.415108529594066, 0.0566047158371708, 0.08011103882160797, 0.26110488261273324, 0.1603625718122361, 0.01578442311185851, 0.09084113567650176, 0.04042928808051449, 0.10771716506677843, 0.0027621512229087613, 0.09423910035466038, 0.01145874134356893, 0.2431181849214785, 0.16188847718038807, null, 0.008974194421855623, 0.021811217175616186, 0.19233012665087384, 0.1064392206455765, 0.11728442182621884, 0.09642452828453044, 0.008620972822565388, 0.005203578712124645, 0.06482191347696147, 0, 0.15092628684079426, 0.026291105241947065, 0.17679585491642028, 0.14821710857111076, 0.17858336472373124, 0.04824307071863168, 0.12617130540610136, 0.06101650528804003, 0.10668473936990674, 0.12276728572376108, 0.002435937170674901, 0.15441025024467045, 0.05417456131277227, 0.01740422383013736, 0.06420786889997819, 0.2944744293029268, 0.10033183800843563, 0.006760355603478927, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.04920218435329916, 0.3640314002178667, 0.4107040170934688, 0.08560475623872983, 0.12203017871385304, 0.12203017871385304, 0.12203017871385304, 0.12203017871385304, 0.02857418468039303, 0.07886427119634717, 0.0497023707131138, 0.012965447805739569, 0.10209348106522537, 0.12134618806205996, 0.024192717013870175, 0.05624330439405129, 0.04568084983650392, 0.17346763515025387, 0.1703790540475589, 0.09035923293226558, 0.22668526022613383, null, 0.00322707750799409, 0.10116719305146991, 0.03154187126351994, 0.13991081941048503, 0.025377157971877336, 0.17853423029698787, 0.02772060590102814, 0.009712503673155242, 0.25121362162674465, 0.13009966955340915, 0.21233190520766904, 0.11064378222017984, 0.18338512171366053, 0.004808281267046572, 0.1285909126998983, 0.1438349752345883, 0.011911975438510853, 0.18434105958183253, 0.21719540536014056, 0.0694571123471241, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.009601409609854825, 0.17516390877268195, 0.17972928751354825, 0.004202566118258673, 0, 0, 0.018056448395463692, 0.32208357685472877, 0.11081069728091482, 0, 0.046691720221830206, 0.04670425232187252, 0.3333333333333333, 0.1806438252275838, 0, 0.034027638646399044, 0.08056212272844612, 0.21599660030391316, 0.08566522082180339, 0.06913382019520707, 0.4470078780189197, null, 0.2652037288896385, 0.15622220782195573, 0.02370307202504072, 0.050505873345883925, 0.07125691785218516, 0.014161515072273706, 0.2767076458060299, 0.1217757870126175, 0.24014442523620003, 0.0038766602555632495, 0.25652879481912155, 0.423743933990154, 0.011981098606869717, null, 0.3238270884034612, 0.23907764542628324, 0.13043156708280246, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.25644840430293164, 0.12949899200199147, 0.05378050411558383, 0.046369735175416614, 0.28568920382272023, 0.23090016359155555, 0.129363860744065, 0.016703591009797982, 0.14651832396287737, 0.02937077627205187, 0.02587702693015585, 0.16480685684701393, 0.26477969687736097, 0.04485304901802862, 0.0030980318884116635, 0.09097036231835744, 0.217685529354702, 0.08994291499634771, 0.32893443785408066, 0.05838895268414931, 0, 0.24489568185838811, 0.010935771162877396, 0.0013593492108284842, 0.33577574206251615, 0.1705294141642539, 0.1815672462637253, 0.1815429134598464, 0.013800359062182112, 0.10909915564963985, 0.206866875546762, 0.08349827767629348, 0.1355953754657176, 0.07119411586376322, 0.017347672791073073, 0.07856303043882001, 0.07043434470922968, 0.011560434497699177, 0.13392858058388665, 0.12048651297782222, 0.3179930205959533, 0.011863284928763283, 0.11388931979679962, 0.1467739046189268, 0.00913168758371773, 0.08557072793698671, 0.1427697333870597, 0.040056865155209107, 0.043481248077232, 0.11768928813053246, 0.1303606996831029, 0.024391325121881614, 0.024391325121881614, 0.024391325121881614, 0.024391325121881614, 0.031441686772120774, 0.024443278021166335, 0.1290723113519361, 0.022595163584800265, 0.022595163584800265, 0.022595163584800265, 0.022595163584800265, 0.10101829139595536, 0.018123700270766745, 0.22632770039098032, 0.12573610752096395, 0.0642940189187127, 0.1006912047319581, 0.10819846622563233, 0.15213733320996112, 0.14821813671742415, 0.12218233575071596, 0.12257735808214332, 0, 0.228574860406482, 0.05863537100450448, 0.0022532371210188954, 0.1903410299462447, 0.2160527194280077, 0.017939814982128374, 0.12761872845431746, 0.018485702687175237, 0.29840564999403374, 0.1932049000942034, 0.2706372389564073, 0.08010250934205508, 0.006695893987558675, 0.08888456440465008, 0.07691856368020226, 0.17117335095467617, 0.020690876041121693, 0.11808049103973307, 0.029214758042874277, 0.011565441524276476, 0.12346484674249056, 0.026770402939771527, 0.13741930939056385, 0.21535013097280875, 0.0937903582957436, 0, 0.28416268225128855, 0.04594182872301069, 0.11819798066306224, 0.028460735683252664, 0.09687535475488138, 0.01301379087165884, 0.03902375847235774, 0.03902375847235774, 0.03902375847235774, 0.03902375847235774, 0.01818560737350144, 0.0028040463858088876, 0.003049207868922505, 0.13683370675523923, 0.0642189993720535, 0.17428016075048575, 0.030035635882814764, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.08097709158279699, 0.040387439838442125, 0.0423729787140903, 0, 0.06393119980809586, 0.06952151495093645, 0.1262634333412313, null, 0.020780757927501267, 0.22190684994107532, 0.045440266093260503, 0.20718439020421583, 0.2515406818540296, 0.02960811637173853, 0.20054379373987288, 0.11296412020782085, 0.21002473001346308, 0.3810621528388383, 0.21073766342813072, 0.0447403380765242, 0.2185501223514628, 0.00864714866425794, 0.2944741092880956, 0.11710944637975708, 0.29819998882825616, 0.009722721259923166, 0.009722721259923166, 0.009722721259923166, 0.009722721259923166, 0.048888984901268175, 0.06616904912262624, 0.10923270947536742, 0.03715141289427054, 0.12894174919828535, 0.20085484370790868, 0.021608117079206592, null, 0.06853083606169434, 0.14699376334482547, 0.17106679995911683, 0.1686904707279867, 0.27637851329564894, 0.041862220095266384, 0.04130245986340184, 0.028048819323915612, 0.05749767479137141, 0.004795972680208815, 0.12197451794058768, 0.006755644178142292, 0.1223098976857135, 0.12273662994266904, 0.014953921641872491, 0.03586073112258177, 0.2549005377999911, 0.006304140709115534, 0.006304140709115534, 0.006304140709115534, 0.006304140709115534, 0.09682144725352118, 0.009536013937756284, 0.011558020523330456, 0.01438607803498468 ], "yaxis": "y" }, { "alignmentgroup": "True", "boxpoints": "all", "customdata": [ [ "https://github.com/pmelsted/BUSZ_paper" ], [ "https://github.com/WormBase/scdefg" ], [ "https://github.com/crazylyf/neuronet" ], [ "https://github.com/GGchen1997/STEPS_Bioinformatics" ], [ "https://github.com/sg-wbi/belb" ], [ "https://github.com/theislab/anndata" ], [ "https://github.com/tlawrence3/tSFM" ], [ "https://github.com/smirarab/pasta" ], [ "https://github.com/TracyRage/muddy_mine" ], [ "https://github.com/kodicollins/pasta" ], [ "https://github.com/Pranavkhade/PACKMAN" ], [ "https://github.com/Pranavkhade/PACKMAN" ], [ "https://github.com/Pranavkhade/PACKMAN" ], [ "https://github.com/Pranavkhade/PACKMAN" ], [ "https://github.com/LooseLab/minotourcli" ], [ "https://github.com/LooseLab/minotour-docker" ], [ "https://github.com/sg-wbi/belb-exp" ], [ "https://github.com/samocooper/nuclitrack" ], [ "https://github.com/zhanxw/Isoplexis_Data_Analysis" ], [ "https://github.com/zhanxw/Isoplexis_Data_Analysis" ], [ "https://github.com/zhanxw/Isoplexis_Data_Analysis" ], [ "https://github.com/zhanxw/Isoplexis_Data_Analysis" ], [ "https://github.com/lingengfoo/GradMDM" ], [ "https://github.com/MBaysanLab/cosap" ], [ "https://github.com/zw2x/glinter" ], [ "https://github.com/MBaysanLab/cosap-webapi" ], [ "https://github.com/YuSugihara/QTL-seq" ], [ "https://github.com/theislab/Scanpy" ], [ "https://github.com/mdbloice/Augmentor" ], [ "https://github.com/YuSugihara/MutMap" ], [ "https://github.com/HadrienG/InSilicoSeq" ], [ "https://github.com/sneuensc/mapache" ], [ "https://github.com/PhilippJunk/homelette" ], [ "https://github.com/gbouras13/plassembler_simulation_benchmarking" ], [ "https://github.com/fmfi-compbio/heron" ], [ "https://github.com/gbouras13/plassembler" ], [ "https://github.com/MolecularAI/Lib-INVENT-dataset" ], [ "https://github.com/yuh8/SEED" ], [ "https://github.com/burtonrj/CytoPy" ], [ "https://github.com/GreallyLab/gaiaAssociation" ], [ "https://github.com/kora-labs/chromax" ], [ "https://github.com/matsengrp/phip-viz" ], [ "https://github.com/matsengrp/phippery" ], [ "https://github.com/matsengrp/phip-flow" ], [ "https://github.com/langmead-lab/levioSAM-experiments" ], [ "https://github.com/liberjul/CONSTAXv2" ], [ "https://github.com/liberjul/CONSTAXv2_ms_code" ], [ "https://github.com/KVD-lab/puma" ], [ "https://github.com/ablab/viralVerify" ], [ "https://github.com/tyo-nu/MINE-Server" ], [ "https://github.com/ablab/viralComplete" ], [ "https://github.com/de-Boer-Lab/GIL" ], [ "https://github.com/DKMS/hapl-o-Mat_GUI" ], [ "https://github.com/tyo-nu/MINE-Database" ], [ "https://github.com/tyo-nu/MINE-Database" ], [ "https://github.com/tyo-nu/MINE-Database" ], [ "https://github.com/tyo-nu/MINE-Database" ], [ "https://github.com/deeptools/pyGenomeTracks" ], [ "https://github.com/wx19941204/Rotational-Convolution-for-downside-fisheye-images" ], [ "https://github.com/rribeiro-sci/pygomodo" ], [ "https://github.com/yfukai/laptrack" ], [ "https://github.com/galaxyproject/cloudauthz" ], [ "https://github.com/yuh8/SEEM" ], [ "https://github.com/ilyavs/exodus" ], [ "https://github.com/mgleeming/synthedia" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/schneebergerlab/plotsr" ], [ "https://github.com/ygidtu/trackplot" ], [ "https://github.com/redsnic/WGA-LP" ], [ "https://github.com/MolecularAI/aizynthfinder" ], [ "https://github.com/MolecularAI/aizynthfinder" ], [ "https://github.com/MolecularAI/aizynthfinder" ], [ "https://github.com/MolecularAI/aizynthfinder" ], [ "https://github.com/MolecularAI/route-distances" ], [ "https://github.com/NKI-CCB/cnr" ], [ "https://github.com/price0416/Simulome" ], [ "https://github.com/RuiSiHu/PaPhy-ML" ], [ "https://github.com/anasilviacs/rescore-metabolites" ], [ "https://github.com/neufeld/AXIOME3" ], [ "https://github.com/dermasugita/Viola-SV" ], [ "https://github.com/neufeld/AXIOME3-GUI" ], [ "https://github.com/super-resolution/Locan" ], [ "https://github.com/anasilviacs/sm-engine" ], [ "https://github.com/tvandervalk/AMBER" ], [ "https://github.com/uio-cels/genomicgraphcoords" ], [ "https://github.com/balabanmetin/misa" ], [ "https://github.com/pachterlab/kb_python" ], [ "https://github.com/OpenTreeOfLife/phylesystem" ], [ "https://github.com/OpenTreeOfLife/phylesystem-api" ], [ "https://github.com/veg/RASCL" ], [ "https://github.com/maxplanck-ie/snakepipes" ], [ "https://github.com/sylvainprigent/napari-tracks-reader" ], [ "https://github.com/NoneqPhysLivingMatterLab/laptrack-optimisation" ], [ "https://github.com/bcbi/genbank_holobiome" ], [ "https://github.com/owkin/PyDESeq2" ], [ "https://github.com/sylvainprigent/stracking" ], [ "https://github.com/sylvainprigent/napari-stracking" ], [ "https://github.com/Psy-Fer/SquiggleKit" ], [ "https://github.com/runsheng/primerdiffer" ], [ "https://github.com/runsheng/primervcf" ], [ "https://github.com/hanna-xu/U2Fusion" ], [ "https://github.com/lightaime/deep_gcns_torch" ], [ "https://github.com/bsantan/MGMLink" ], [ "https://github.com/LouisFaure/scFates" ], [ "https://github.com/Knowledge-Graph-Hub/kg-phenio" ], [ "https://github.com/uio-cels/offsetbasedgraph" ], [ "https://github.com/saezlab/decoupler-py" ], [ "https://github.com/KoslickiLab/L2-UniFrac" ], [ "https://github.com/KoslickiLab/L2-UniFrac" ], [ "https://github.com/KoslickiLab/L2-UniFrac" ], [ "https://github.com/KoslickiLab/L2-UniFrac" ], [ "https://github.com/KoslickiLab/L2-UniFrac-Paper" ], [ "https://github.com/lightaime/deep_gcns" ], [ "https://github.com/GGFHF/NGShelper" ], [ "https://github.com/IsanaVekslerLublinsky/OffRisk" ], [ "https://github.com/SenseTime-Knowledge-Mining/BridgeDPI" ], [ "https://github.com/GGFHF/NGScloud2" ], [ "https://github.com/masashitsubaki/CPI_prediction" ], [ "https://github.com/uio-bmi/compairr-benchmarking" ], [ "https://github.com/Lswhiteh/PhyloMatcher" ], [ "https://github.com/Lswhiteh/PhyloMatcher" ], [ "https://github.com/Lswhiteh/PhyloMatcher" ], [ "https://github.com/Lswhiteh/PhyloMatcher" ], [ "https://github.com/geomagical/GeoSynth" ], [ "https://github.com/IsanaVekslerLublinsky/OffRisk-ui" ], [ "https://github.com/grisslab/grein_loader" ], [ "https://github.com/PatrickPenner/lefqm" ], [ "https://github.com/PatrickPenner/lefshift" ], [ "https://github.com/dxmarkets/savoir" ], [ "https://github.com/sandialabs/idash2018task1" ], [ "https://github.com/KyleFerchen/pyInfinityFlow" ], [ "https://github.com/NRGLab/Surfaces" ], [ "https://github.com/BorgwardtLab/batchCorrectionPublicData" ], [ "https://github.com/cov-lineages/scorpio" ], [ "https://github.com/cov-lineages/constellations" ], [ "https://github.com/alanwilter/acpype" ], [ "https://github.com/vaquerizaslab/tadtool" ], [ "https://github.com/ATPs/PrecisionProDB" ], [ "https://github.com/sbmlteam/moccasin" ], [ "https://github.com/caravagnalab/congas" ], [ "https://github.com/shahnidhi/TIPP_reference_package" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/DominikBuchner/apscale" ], [ "https://github.com/LANL-Bioinformatics/assay_validation" ], [ "https://github.com/JLSteenwyk/orthofisher" ], [ "https://github.com/basf/riboCleaner" ], [ "https://github.com/ncats/RaMP-Backend" ], [ "https://github.com/TillMacher/apscale_gui" ], [ "https://github.com/Maple177/syntax-enhanced-RE" ], [ "https://github.com/Tagliacollo/PFinderUCE-SWSC-EN" ], [ "https://github.com/dacuevas/PMAnalyzer" ], [ "https://github.com/datax-lab/Hi-LASSO" ], [ "https://github.com/LudvigEk/aligater" ], [ "https://github.com/utraf-pasteur-institute/Cellwalker-blender" ], [ "https://github.com/Gu-Lab-RBL-NCI/QuagmiR" ], [ "https://github.com/YasCoMa/predprin" ], [ "https://github.com/YasCoMa/predprin" ], [ "https://github.com/YasCoMa/predprin" ], [ "https://github.com/YasCoMa/predprin" ], [ "https://github.com/YasCoMa/ppintegrator" ], [ "https://github.com/LemonJust/napari-vodex" ], [ "https://github.com/LemonJust/napari-vodex" ], [ "https://github.com/LemonJust/napari-vodex" ], [ "https://github.com/LemonJust/napari-vodex" ], [ "https://github.com/xin-huang/dadi-cli" ], [ "https://github.com/LemonJust/napari-vodex" ], [ "https://github.com/LemonJust/napari-vodex" ], [ "https://github.com/LemonJust/napari-vodex" ], [ "https://github.com/LemonJust/napari-vodex" ], [ "https://github.com/LemonJust/vodex" ], [ "https://github.com/LemonJust/vodex" ], [ "https://github.com/LemonJust/vodex" ], [ "https://github.com/LemonJust/vodex" ], [ "https://github.com/LemonJust/vodex" ], [ "https://github.com/LemonJust/vodex" ], [ "https://github.com/LemonJust/vodex" ], [ "https://github.com/LemonJust/vodex" ], [ "https://github.com/aitgon/vtam" ], [ "https://github.com/MolecularAI/Icolos" ], [ "https://github.com/holehouse-lab/shephard" ], [ "https://github.com/shayesteh99/TCMM" ], [ "https://github.com/SmartDataAnalytics/PyKEEN" ], [ "https://github.com/sahahn/BPt" ], [ "https://github.com/google/deepvariant" ], [ "https://github.com/JaneJiayiDong/scPreGAN" ], [ "https://github.com/JaneJiayiDong/scPreGAN-reproducibility" ], [ "https://github.com/jhu99/scbean" ], [ "https://github.com/jhu99/scbean" ], [ "https://github.com/jhu99/scbean" ], [ "https://github.com/jhu99/scbean" ], [ "https://github.com/jhu99/davae_paper" ], [ "https://github.com/ncjllld/byase" ], [ "https://github.com/ncjllld/byase_gui" ], [ "https://github.com/RUBi-ZA/MD-TASK" ], [ "https://github.com/RUBi-ZA/MD-TASK" ], [ "https://github.com/RUBi-ZA/MD-TASK" ], [ "https://github.com/RUBi-ZA/MD-TASK" ], [ "https://github.com/Center-for-Health-Data-Science/dgd" ], [ "https://github.com/wtsi-team144/peakplotter" ], [ "https://github.com/signaturescience/vcferr" ], [ "https://github.com/shwoo93/video_decaptioning" ], [ "https://github.com/mcahny/Deep-Video-Inpainting" ], [ "https://github.com/cjneely10/MetaSanity" ], [ "https://github.com/gurkirt/3D-RetinaNet" ], [ "https://github.com/HerveEmissah/nmo-bibliometric-analysis" ], [ "https://github.com/fredhutch/pgmap_pipeline" ], [ "https://github.com/ridgelab/JustOrthologs" ], [ "https://github.com/lsbnb/amp_gan" ], [ "https://github.com/leopold-weidner/DBDIpy" ], [ "https://github.com/okadalabipr/text2model-from-knowledge" ], [ "https://github.com/ChristopherWilks/snaptron" ], [ "https://github.com/ChristopherWilks/snaptron-experiments" ], [ "https://github.com/ucsd-ccbb/VAPr" ], [ "https://github.com/Jong-hun-Park/trviz" ], [ "https://github.com/biomass-dev/biomass" ], [ "https://github.com/steinrue/diplo_locus" ], [ "https://github.com/nblt/DLDR" ], [ "https://github.com/kris-nader/sc-type-py" ], [ "https://github.com/UoMMIB/PeakMLViewerPy" ], [ "https://github.com/ibivu/PRALINE" ], [ "https://github.com/DessimozLab/pyHam" ], [ "https://github.com/PMCC-BioinformaticsCore/janis" ], [ "https://github.com/zmmzGitHub/MTL-BC-LBC-BioNER" ], [ "https://github.com/phenomecentre/nPYc-Toolbox" ], [ "https://github.com/cambridgeltl/MTL-Bioinformatics-2016" ], [ "https://github.com/KyoungYeulLee/3Cnet" ], [ "https://github.com/mjsull/chromatiblock" ], [ "https://github.com/cchauve/plasgraph2" ], [ "https://github.com/godotgildor/Suns" ], [ "https://github.com/nickduran/align-linguistic-alignment" ], [ "https://github.com/radifar/pyplif" ], [ "https://github.com/radifar/PyPLIF-HIPPOS" ], [ "https://github.com/phe-bioinformatics/snapperdb" ], [ "https://github.com/YasCoMa/predprin" ], [ "https://github.com/YasCoMa/predprin" ], [ "https://github.com/YasCoMa/predprin" ], [ "https://github.com/YasCoMa/predprin" ], [ "https://github.com/Public-Health-Bioinformatics/kipper" ], [ "https://github.com/Public-Health-Bioinformatics/versioned_data" ], [ "https://github.com/fjuradorueda/MIME" ], [ "https://github.com/slimsuite/diploidocus" ], [ "https://github.com/slimsuite/depthsizer" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/bionetslab/robust_bias_aware" ], [ "https://github.com/galaxyproject/galaxy" ], [ "https://github.com/galaxyproject/galaxy" ], [ "https://github.com/galaxyproject/galaxy" ], [ "https://github.com/galaxyproject/galaxy" ], [ "https://github.com/Tagliacollo/PartitionUCE" ], [ "https://github.com/gbnegrini/mirdb-custom-target-search" ], [ "https://github.com/Chaowu88/freeflux" ], [ "https://github.com/Luigi-Ferraro/MOViDA" ], [ "https://github.com/vis-opt-group/BDA" ], [ "https://github.com/chenxiptz/SR_microvessel_velocimetry" ], [ "https://github.com/zhangxin11111/NPI-DCGNN" ], [ "https://github.com/ahmed-elliethy/nnt" ], [ "https://github.com/MIDA-group/MultiRegEval" ], [ "https://github.com/YJPai65/MVF-SleepNet" ], [ "https://github.com/Zafar-Lab/Margaret" ], [ "https://github.com/LanLab/ShigEiFinder" ], [ "https://github.com/gamcil/synthaser" ], [ "https://github.com/katholt/kaptive" ], [ "https://github.com/stmutasa/MetUS" ], [ "https://github.com/unisb-bioinf/MERIDA" ], [ "https://github.com/mvasinek/olgen-om-error-prediction" ], [ "https://github.com/cumbof/honto" ], [ "https://github.com/eMetaboHUB/Forum-DiseasesChem" ], [ "https://github.com/ibe-uw/tiara" ], [ "https://github.com/CostaLab/reg-gen" ], [ "https://github.com/hyhRise/P-SSN" ], [ "https://github.com/IEDB/PEPMatch" ], [ "https://github.com/NKI-CCB/PRECISE" ], [ "https://github.com/elbasir/DeepCrystal" ], [ "https://github.com/cguyeux/CRISPRbuilder-TB" ], [ "https://github.com/userbz/DeMix-Q" ], [ "https://github.com/boboppie/RSSS" ], [ "https://github.com/cimm-kzn/CIMtools" ], [ "https://github.com/WangLabTHU/combmotif" ], [ "https://github.com/chemle/emle-engine" ], [ "https://github.com/SmithLabMCW/icekat" ], [ "https://github.com/jluzhangxinrubio/PseU-ST" ], [ "https://github.com/gjeunen/reference_database_creator" ], [ "https://github.com/manasvupadhyay/erc-gamma-3D-DCNN" ], [ "https://github.com/dstallmann/transfer_learning_twinvae" ], [ "https://github.com/zenanz/ChemTables" ], [ "https://github.com/WaqarHusain/sAMP-PFPDeep" ], [ "https://github.com/YameiDeng/BAANet" ], [ "https://github.com/FelixMoelder/ting" ], [ "https://github.com/BauerLab/GOANA" ], [ "https://github.com/cmzuo11/DCCA" ], [ "https://github.com/nrdg/fracridge" ], [ "https://github.com/mutwil/LSTrAP-Lite" ], [ "https://github.com/MW55/Natrix" ], [ "https://github.com/weberlab-hhu/Helixer" ], [ "https://github.com/BolognaBiocomp/deepmito" ], [ "https://github.com/yollct/spycone" ], [ "https://github.com/bioinfo-ut/PhenotypeSeeker" ], [ "https://github.com/theislab/scgen" ], [ "https://github.com/hillerlab/CESAR" ], [ "https://github.com/labstructbioinf/rossmann-toolbox" ], [ "https://github.com/baillielab/maic" ], [ "https://github.com/HUBioDataLab/Domain2GO" ], [ "https://github.com/baillielab/comparison_of_RA_methods" ], [ "https://github.com/Shen-Lab/ncVarPred-1D3D" ], [ "https://github.com/CBIIT-CGBB/3DVizSNP" ], [ "https://github.com/wajidarshad/ESIDE" ], [ "https://github.com/ptriska/WavesDash" ], [ "https://github.com/BolognaBiocomp/coconat" ], [ "https://github.com/brainiak/rt-cloud" ], [ "https://github.com/VictorCSheng/VSID-Net" ], [ "https://github.com/drazen-petrov/SMArt" ], [ "https://github.com/divelab/MoleculeX" ], [ "https://github.com/psipred/s4pred" ], [ "https://github.com/compomics/pout2prot" ], [ "http://github.com/BiancaStoecker/cpinsim" ], [ "https://github.com/hughests/decon1d" ], [ "https://github.com/taowang11/MultiCBlo" ], [ "https://github.com/3331822w/Signal2signal" ], [ "https://github.com/OpenFreeEnergy/kartograf" ], [ "https://github.com/DarinaOsamu/predictors-of-cysteine-reactivity-changes" ], [ "https://github.com/2003100127/tmkit" ], [ "https://github.com/zhangtaolab/CRISPRMatch" ], [ "https://github.com/quinlanW/PLA-GNN" ], [ "https://github.com/nlpie-research/Compact-Biomedical-Transformers" ], [ "https://github.com/sugyun/DCGS" ], [ "https://github.com/osita-sunday-nnyigide/Pras_Server" ], [ "https://github.com/jodyphelan/tb-ml" ], [ "https://github.com/AlexandrovLab/SigProfilerClusters" ], [ "https://github.com/LHRI-Bioinformatics/QuasiSeq" ], [ "https://github.com/dunhamlab/PacRAT" ], [ "https://github.com/DorotaHojaLukowicz/GenExpA" ], [ "https://github.com/Merck/BioPhi" ], [ "https://github.com/Cardio-AI/suture-detection-pytorch" ], [ "https://github.com/biofold/ThermoScan" ], [ "https://github.com/Haifengtao/AUCseg" ], [ "https://github.com/qkirikigaku/MS_LDA" ], [ "https://github.com/Biobix/mQC" ], [ "https://github.com/MaoYafei/TREEasy" ], [ "https://github.com/cyinbox/PPI" ], [ "https://github.com/MIC-DKFZ/TractSeg" ], [ "https://github.com/megahr/lexicon" ], [ "https://github.com/UdeS-CoBIUS/SimSpliceEvol" ], [ "https://github.com/UdeS-CoBIUS/SimSpliceEvol" ], [ "https://github.com/UdeS-CoBIUS/SimSpliceEvol" ], [ "https://github.com/UdeS-CoBIUS/SimSpliceEvol" ], [ "https://github.com/cartercheong/AcPEP_classification" ], [ "https://github.com/genskeu/HON" ], [ "https://github.com/EESI/seq2att" ], [ "https://github.com/Systems-Theory-in-Systems-Biology/BayModTS" ], [ "https://github.com/labstructbioinf/PiPred" ], [ "https://github.com/graham1034/Smith2012_insulin_signalling" ], [ "https://github.com/tSchlegl/f-AnoGAN" ], [ "https://github.com/gifford-lab/seqgra" ], [ "https://github.com/JLSteenwyk/BioKIT" ], [ "https://github.com/labbit-eu/transport_tools" ], [ "https://github.com/Dootmaan/ICMIL" ], [ "https://github.com/icezhangGG/AGAD" ], [ "https://github.com/ljaiverson/pgfed" ], [ "https://github.com/zhanhz/KRF" ], [ "https://github.com/Cheng0829/TransFOL" ], [ "https://github.com/hujiecpp/ISTR" ], [ "https://github.com/ohuelab/SpatialPPI" ], [ "https://github.com/FriedbergLab/GOThresher" ], [ "https://github.com/wangsen99/CSFwinformer" ], [ "https://github.com/FOI-Bioinformatics/nanometa_live" ], [ "https://github.com/HUANGLIZI/ScribFormer" ], [ "https://github.com/ZAX130/RDP" ], [ "https://github.com/yeliudev/CATNet" ], [ "https://github.com/cviviers/YOLOv5-6D-Pose" ], [ "https://github.com/markuswenzel/xai-proteins" ], [ "https://github.com/HUST-IDSM-AI/HHCH" ], [ "https://github.com/hust-linyi/bonus" ], [ "https://github.com/JimZAI/MODE-OOD" ], [ "https://github.com/ncod3/vprimer" ], [ "https://github.com/Sammccarthypotter/ExRec" ], [ "https://github.com/GeoVectorMatrix/Dif-Fusion" ], [ "https://github.com/yansen0508/Mental-Deep-Reverse-Engineering" ], [ "https://github.com/PRIS-CV/Sketch-SF" ], [ "https://github.com/wangyuxin87/PERT" ], [ "https://github.com/soumyadip1997/qepsilon" ], [ "https://github.com/manman1995/pan-sharpening-Team-zhouman" ], [ "https://github.com/scharch/SONAR" ], [ "https://github.com/SWT-1014/BAANet" ], [ "https://github.com/BISCodeRepo/DbyDeep" ], [ "https://github.com/WandrilleD/pyKleeBarcode" ], [ "https://github.com/CGuangyan-BIT/DIT" ], [ "https://github.com/DCBIA-OrthoLab/ShapeAXI" ], [ "https://github.com/elolab/VarSCAT" ], [ "https://github.com/lin-lcx/HGCN" ], [ "https://github.com/Blcony/SDHNet" ], [ "https://github.com/ZhifangDeng/MISSFormer" ], [ "https://github.com/wangn123/MISSU" ], [ "https://github.com/zamboni-lab/RALPS" ], [ "https://github.com/kordk/torch-ecpg" ], [ "https://github.com/kordk/torch-ecpg" ], [ "https://github.com/kordk/torch-ecpg" ], [ "https://github.com/kordk/torch-ecpg" ], [ "https://github.com/nowander/WaveNet" ], [ "https://github.com/LiangYu-Xidian/MGP-DR" ], [ "https://github.com/minotm/NTA" ], [ "https://github.com/JuvenileInWind/FARNet" ], [ "https://github.com/taozh2017/FAPNet" ], [ "https://github.com/genemine/GSI" ], [ "https://github.com/lhy0322/SENet" ], [ "https://github.com/wl-zhao/VideoABC" ], [ "https://github.com/blackfeather-wang/GFNet-Pytorch" ], [ "https://github.com/vicruiser/3Dmapper" ], [ "https://github.com/ebattistella/auto_machine_learning" ], [ "https://github.com/KoslickiLab/YACHT" ], [ "https://github.com/KoslickiLab/YACHT" ], [ "https://github.com/KoslickiLab/YACHT" ], [ "https://github.com/KoslickiLab/YACHT" ], [ "https://github.com/zhuangcheng31/MLG_Face" ], [ "https://github.com/kongzhecn/dfdm" ], [ "https://github.com/LeoM93/BiologicalRandomWalks" ], [ "https://github.com/nikhilroxtomar/FANet" ], [ "https://github.com/Cai631/PMDN" ], [ "https://github.com/microsoft/Bringing-Old-Photos-Back-to-Life" ], [ "https://github.com/CSUBioGroup/EP-EDL" ], [ "https://github.com/Candyperfect/Master" ], [ "https://github.com/Transipedia/dekupl-lung-cancer-inter-cohort" ], [ "https://github.com/tim-learn/SHOT-plus" ], [ "https://github.com/mdelcorvo/TOSCA" ], [ "https://github.com/johnlamb/pyconsfold" ], [ "https://github.com/PRIS-CV/AdvancedDropout" ], [ "https://github.com/WYu-Feng/pc-gain" ], [ "https://github.com/sinc-lab/anc2vec" ], [ "https://github.com/HUBioDataLab/ASCARIS" ], [ "https://github.com/sunyi123/cdr" ], [ "https://github.com/ai-biology/dcnn-gap-filling" ], [ "https://github.com/kuijiang0802/PCNet" ], [ "https://github.com/AlexKnyshov/alibaseq" ], [ "https://github.com/laura-wang/video_repres_sts" ], [ "https://github.com/IRMVLab/HALFlow" ], [ "https://github.com/akaxlh/MBRec" ], [ "https://github.com/Raze97/Telegram-Survey-Bot" ], [ "https://github.com/nrohani/MolecularSubtypes" ], [ "https://github.com/dingkeyan93/DISTS" ], [ "https://github.com/tyjo/luminate" ], [ "https://github.com/CunmeiJi/AEMDA" ], [ "https://github.com/zcwang0702/BiFusion" ], [ "https://github.com/EMI-Group/RelativeNAS" ], [ "https://github.com/tsmotlp/DRGAN-OCT" ], [ "https://github.com/ccdmb/catastrophy" ], [ "https://github.com/LifanLiang/EM_BMF" ], [ "https://github.com/Majid1292/SVFS" ], [ "https://github.com/TBradley27/FilTar" ], [ "https://github.com/tzok/eltetrado" ], [ "https://github.com/tzok/eltetrado" ], [ "https://github.com/tzok/eltetrado" ], [ "https://github.com/tzok/eltetrado" ], [ "https://github.com/niewenjuan-csu/TSNAPred" ], [ "https://github.com/bio-coding/AntiVPP" ], [ "https://github.com/ridgelab/ExtRamp" ], [ "https://github.com/BaselAbujamous/clust" ], [ "https://github.com/aatapa/RLScore" ], [ "https://github.com/jingjin25/LFASR-FS-GAF" ], [ "https://github.com/bvalot/panISa" ], [ "https://github.com/BenLangmead/bowtie-scaling" ], [ "https://github.com/gdiminin/HaSAPPy" ], [ "https://github.com/anitalu724/MutScape" ], [ "https://github.com/wimverleyen/AggregateGeneFunctionPrediction" ], [ "https://github.com/csmiller/EMIRGE" ], [ "https://github.com/vasei/WAncILP" ], [ "https://github.com/HaonanPeng/active_syn_generator" ], [ "https://github.com/GRAPH-0/JODO" ], [ "https://github.com/compomics/ms2rescore" ], [ "https://github.com/wengsyx/VPTSL" ], [ "https://github.com/automl/learna_tools" ], [ "https://github.com/LiYu51/BG-Net" ], [ "https://github.com/dmitrymyl/BaRDIC" ], [ "https://github.com/binging512/MTCSNet" ], [ "https://github.com/AinkaranSanthi/A_Geometric_Perspective_For_Robust_Segmentation" ], [ "https://github.com/jdidion/atropos" ], [ "https://github.com/CNIC-Proteomics/iSanXoT" ], [ "https://github.com/batmanlab/MICCAI-2023-Route-interpret-repeat-CXRs" ], [ "https://github.com/yunfighting/Identification-of-Membrane-Protein-Types-via-deep-residual-hypergraph-neural-network" ], [ "https://github.com/SunnySideUp11/ICU-MH-20" ], [ "https://github.com/youth-tang/CDMENet-main" ], [ "https://github.com/lab206/CCF-BC" ], [ "https://github.com/mala-lab/AUGCL" ], [ "https://github.com/ithbjgit1/BMWGAN" ], [ "https://github.com/huankoh/CST-GL" ], [ "https://github.com/cynricfu/MECCH" ], [ "https://github.com/pcnproject/PyPCN" ], [ "https://github.com/hsiangyuzhao/RCPS" ], [ "https://github.com/wang-fujin/BattNN" ], [ "https://github.com/MsterDC/SPA2Net" ], [ "https://github.com/Sanofi-Public/IDD-papers-fragrl" ], [ "https://github.com/OrigamiSL/GBT" ], [ "https://github.com/tiggers23/TSCE-Domain-Adaptive-Zero-Shot-Learning" ], [ "https://github.com/Bhattacharya-Lab/EquiPNAS" ], [ "https://github.com/Bhattacharya-Lab/EquiPNAS" ], [ "https://github.com/Bhattacharya-Lab/EquiPNAS" ], [ "https://github.com/Bhattacharya-Lab/EquiPNAS" ], [ "https://github.com/ShizhenChang/Chg2Cap" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/lhc1224/HAG-Net" ], [ "https://github.com/Aitical/PCL-SISR" ], [ "https://github.com/wangkejie97/SFT-Net" ], [ "https://github.com/LWHYC/OneShot_WeaklySeg" ], [ "https://github.com/nchucvml/ADMM-SRNet" ], [ "https://github.com/BoyanZhou/STEMSim" ], [ "https://github.com/xjtushujun/CMW-Net" ], [ "https://github.com/PRIS-CV/RTMem" ], [ "https://github.com/Sunny6-6-6/ESRGAN-DP" ], [ "https://github.com/lol88/Meta-GAT" ], [ "https://github.com/cheetah003/HMMC" ], [ "https://github.com/jerysaw/M2CS" ], [ "https://github.com/arnabkmondal/sc-INDC" ], [ "https://github.com/royee182/DPL" ], [ "https://github.com/tfzhou/MG-HumanParsing" ], [ "https://github.com/wjcyt/SRDE" ], [ "https://github.com/oxpig/AbLang" ], [ "https://github.com/TrinaZ/TL-fpFilter" ], [ "https://github.com/Luffy03/DBFNet" ], [ "https://github.com/wiedersehne/cdilDNA" ], [ "https://github.com/LiShuTJ/NDNet" ], [ "https://github.com/Huerhu/iCancer-Pred" ], [ "https://github.com/EPFL-LCSB/SKiMpy" ], [ "https://github.com/ChaozhongLiu/scGREAT" ], [ "https://github.com/shenlab-genomics/magpie" ], [ "https://github.com/hoichanjung/AFM_Image_Denoising" ], [ "https://github.com/ha-lins/PGCL" ], [ "https://github.com/medvedevgroup/minimizer-jaccard-estimator" ], [ "https://github.com/Guanjinqu/Clover" ], [ "https://github.com/lnsmith54/BOSS" ], [ "https://github.com/mczhuge/ICON" ], [ "https://github.com/sys-bio/SBcoyote" ], [ "https://github.com/sys-bio/SBcoyote" ], [ "https://github.com/sys-bio/SBcoyote" ], [ "https://github.com/sys-bio/SBcoyote" ], [ "https://github.com/lauromoraes/CapsNet-promoter" ], [ "https://github.com/weiqianglg/evaluate-GNNs-under-graph-sampling" ], [ "https://github.com/Schizophreni/MSResNet-TRNR" ], [ "https://github.com/LuckyDC/generalizing-reid-improved" ], [ "https://github.com/MathLee/ACCoNet" ], [ "https://github.com/HibiscusYB/BAFFT" ], [ "https://github.com/GXYM/KPN" ], [ "https://github.com/ChenHuilong1223/CFVisual" ], [ "https://github.com/makinyilmaz/LHBDC" ], [ "https://github.com/Intelligent-Computing-Lab-Yale/BNTT-Batch-Normalization-Through-Time" ], [ "https://github.com/xiangwang1223/reinforced_causal_explainer" ], [ "https://github.com/perf-project/PeRF" ], [ "https://github.com/JialeCao001/HSD" ], [ "https://github.com/liangjiandeng/TDNet" ], [ "https://github.com/Gaius-Augustus/clamsa" ], [ "https://github.com/YuxiangZhang-BIT/IEEE_TNNLS_TSTnet" ], [ "https://github.com/frankvogt/vcf2gwas" ], [ "https://github.com/KohlbacherLab/CLAUDIO" ], [ "https://github.com/emadeldeen24/AttnSleep" ], [ "https://github.com/msprITU/TDIOT" ], [ "https://github.com/WangyiNTU/Point-supervised-crowd-detection" ], [ "https://github.com/grigorisg9gr/polynomial_nets" ], [ "https://github.com/fkong7/HeartDeformNets" ], [ "https://github.com/stefanofranzini/essHIC" ], [ "https://github.com/BlanchetteLab/RefHiC" ], [ "https://github.com/Yang-k955/CRISPR-HW" ], [ "https://github.com/xiaoyeye/GCNG" ], [ "https://github.com/MantangGuo/DRLF" ], [ "https://github.com/m-crown/SPEAR" ], [ "https://github.com/ccmbioinfo/MetaFusion" ], [ "https://github.com/HuiZeng/Grid-Anchor-based-Image-Cropping-Pytorch" ], [ "https://github.com/GCA-VH-lab/FlaGs" ], [ "https://github.com/AlgoLab/mp3treesim" ], [ "https://github.com/ShuhuaGao/sbcn_mmc" ], [ "https://github.com/yanboANU/Haplotype-phasing" ], [ "https://github.com/ToniWestbrook/repeatfs" ], [ "https://github.com/wanggrun/SYSU-30k" ], [ "https://github.com/Lambert-chen/SPGAN" ], [ "https://github.com/hzz0024/EasyParallel" ], [ "https://github.com/ahmedmagds/WhatsGNU" ], [ "https://github.com/kircherlab/hemoMIPs" ], [ "https://github.com/gao793583308/NNLDA" ], [ "https://github.com/CCQC/janus" ], [ "https://github.com/nmdp-bioinformatics/grimm" ], [ "https://github.com/MolecularAI/Reinvent" ], [ "https://github.com/dmis-lab/VAECox" ], [ "https://github.com/Vini2/GraphBin" ], [ "https://github.com/comprna/reorientexpress" ], [ "https://github.com/bonsai-team/matam" ], [ "https://github.com/jamesscottbrown/sbml-diff" ], [ "https://github.com/pgxcentre/genipe" ], [ "https://github.com/SHird/lociNGS" ], [ "https://github.com/UCSCNanopore/Data" ], [ "https://github.com/guopengf/ReconFormer" ], [ "https://github.com/Marco-Peg/GEP" ], [ "https://github.com/ZitZhengWang/KLSANet" ], [ "https://github.com/xjtushujun/MLR-SNet" ], [ "https://github.com/salzberg-lab/PSAURON" ], [ "https://github.com/dunni3/FlowMol" ], [ "https://github.com/fjcaoww/NeighborNet" ], [ "https://github.com/med-air/TOP-aSAH" ], [ "https://github.com/ocbe-uio/TrajPy" ], [ "https://github.com/tmllab/TAIDTM" ], [ "https://github.com/JsongZhang/CDOA-for-UMTD" ], [ "https://github.com/Tinysqua/UWAFA-GAN" ], [ "https://github.com/chunmeifeng/SANet" ], [ "https://github.com/Jiaxiao123/DRGCL" ], [ "https://github.com/ParkinsonLab/HiTaxon" ], [ "https://github.com/RichardMatzko/BioNexusSentinel" ], [ "https://github.com/yz-wang/UCL-Dehaze" ], [ "https://github.com/histocartography/multi-scale-feature-alignment" ], [ "https://github.com/M4cheal/MAAL" ], [ "https://github.com/optimization-for-data-driven-science/RIFLE" ], [ "https://github.com/wbshu/Crowd_Counting_in_the_Frequency_Domain" ], [ "https://github.com/VascoLopes/LCMNAS" ], [ "https://github.com/zhangchaobin001/VCNet" ], [ "https://github.com/isyangshu/DABNet" ], [ "https://github.com/MartinPernus/MaskFaceGAN" ], [ "https://github.com/hxfj/Facial-Landmark-based-BMI-Analysis" ], [ "https://github.com/PLuld0/PLuldl" ], [ "https://github.com/yourbikun/DEGNet" ], [ "https://github.com/raovish6/TABS" ], [ "https://github.com/hannaiiyanggit/UniCon" ], [ "https://github.com/USTC-IMCL/ENVC" ], [ "https://github.com/PangzeCheung/Dual-task-Pose-Transformer-Network" ], [ "https://github.com/molinerisLab/3plex" ], [ "https://github.com/mikugyf/PMIQD-SIS" ], [ "https://github.com/781458112/DWWA" ], [ "https://github.com/xiabc612/KaryoNet" ], [ "https://github.com/lmbxmu/DCFF" ], [ "https://github.com/biomg/WVDL" ], [ "https://github.com/IVIPLab/CTCNet" ], [ "https://github.com/YouyiSong/Data-Discernment" ], [ "https://github.com/GTaherzadeh/SPPPred" ], [ "https://github.com/RL4M/PCRLv2" ], [ "https://github.com/Scu-sen/Recursion-Cellular-Image-Classification-Challenge" ], [ "https://github.com/nabiafshan/DetectingMisannotatedLncRNAs" ], [ "https://github.com/youngnuaa/2DHeadPose" ], [ "https://github.com/Rob-murphys/ribdif" ], [ "https://github.com/lim74/LncDC" ], [ "https://github.com/Jiang-HB/ac_CDQ" ], [ "https://github.com/TangWen920812/mmmna-net" ], [ "https://github.com/friendflower94/binning-style" ], [ "https://github.com/ttaalle/fast_assen" ], [ "https://github.com/BobZwr/Cross-Reconstruction-Transformer" ], [ "https://github.com/chenchl19941118/Bi-STAT" ], [ "https://github.com/usnistgov/lantern" ], [ "https://github.com/csuhjhjhj/GCNCMI" ], [ "https://github.com/LoaloaF/DPre" ], [ "https://github.com/singlaayush/MINIT" ], [ "https://github.com/junjun-jiang/SSFIN" ], [ "https://github.com/Siat-F9/EMG-Tools" ], [ "https://github.com/weizequan/LGNet" ], [ "https://github.com/tagtag/MultiR" ], [ "https://github.com/dyxstat/HiCBin" ], [ "https://github.com/LeonHLJ/MMSD" ], [ "https://github.com/CVIU-CSU/Weakly-Supervised-Nuclei-Segmentation" ], [ "https://github.com/lasigeBioTM/K-BiOnt" ], [ "https://github.com/cpf0079/CSPT" ], [ "https://github.com/ZhangYajie-NJUST/sRLH" ], [ "https://github.com/BioSina/Panakeia" ], [ "https://github.com/PRIS-CV/DS-UI" ], [ "https://github.com/bm2-lab/DeepReac" ], [ "https://github.com/heartsh/consalifold" ], [ "https://github.com/ncbi/RepairSig" ], [ "https://github.com/molecule-one/megan" ], [ "https://github.com/Bioinformatics-Laboratory/project" ], [ "https://github.com/Lpiol/MultiVERSE" ], [ "https://github.com/mhaft/DeepVess" ], [ "https://github.com/MathLee/HAINet" ], [ "https://github.com/NicolaDM/phastSim" ], [ "https://github.com/stemylonas/DeepSurf" ], [ "https://github.com/univieCUBE/deepnog" ], [ "https://github.com/Roth-Lab/pyclone-vi" ], [ "https://github.com/AlgoLab/gpps" ], [ "https://github.com/chenxgscuec/CPESLDI" ], [ "https://github.com/ryanlayer/samplot" ], [ "https://github.com/smk5g5/MU-PseUDeep" ], [ "https://github.com/tfzhou/MATNet" ], [ "https://github.com/proteus1991/RawVSR" ], [ "https://github.com/kfattila/BoltzMatch" ], [ "https://github.com/timkucera/proteogan" ], [ "https://github.com/dluvizon/deephar" ], [ "https://github.com/celineeveraert/SPECS" ], [ "https://github.com/liugang1234567/Gang-neuron" ], [ "https://github.com/Peppags/CNN-SVR" ], [ "https://github.com/nclaes/CORAL" ], [ "https://github.com/1840210289/MobileNet-TSM" ], [ "https://github.com/jlianglab/Fixed-Point-GAN" ], [ "https://github.com/xubiaopeng/Protein_Recon_MCRiemman" ], [ "https://github.com/wojciech-galan/viruses_classifier" ], [ "https://github.com/dieterich-lab/circtools" ], [ "https://github.com/carinerey/caars" ], [ "https://github.com/QuKunLab/ATAC-pipe" ], [ "https://github.com/ncrnalab/agotron_detector" ], [ "https://github.com/molecularsets/moses" ], [ "https://github.com/NAL-i5K/GFF3toolkit" ], [ "https://github.com/bchidest/DBC" ], [ "https://github.com/1835174863zd/DeepSucc" ], [ "https://github.com/shervinea/enzynet" ], [ "https://github.com/voxelmorph/voxelmorph" ], [ "https://github.com/armsd/aRMSD" ], [ "https://github.com/bfosso/MetaShot" ], [ "https://github.com/thachnguyen/motion_detection" ], [ "https://github.com/ShaohuiLin/LRDKT" ], [ "https://github.com/GATB/bcalm" ], [ "https://github.com/Open-ss/NegStacking" ], [ "https://github.com/compbio-UofT/cnv-prioritization" ], [ "https://github.com/bsiranosian/tango_final" ], [ "https://github.com/sebastianduchene/pacemaker_clustering_methods" ], [ "https://github.com/LUMC/kPAL" ], [ "https://github.com/ailabstw/scDrugplus" ], [ "https://github.com/swfen/Temporal-BCGCN" ], [ "https://github.com/meilerlab/gnn-descriptor" ], [ "https://github.com/LeapLabTHU/LearnableISDA" ], [ "https://github.com/griff4692/edu-sum" ], [ "https://github.com/hongliangduan/HighFold" ], [ "https://github.com/saeyslab/FlowSOM_Python" ], [ "https://github.com/cozygene/glint" ], [ "https://github.com/PennShenLab/FACIMS" ], [ "https://github.com/DeepRank/DeepRank-GNN-esm" ], [ "https://github.com/TheFischerLab/FLEXR-GUI" ], [ "https://github.com/porekhov/CG_probeMD" ], [ "https://github.com/hb-liu/Normal-Brain-Boost-Tumor-Segmentation" ], [ "https://github.com/Zi-YuanYang/HyperFed" ], [ "https://github.com/CongWang3/PLANNER" ], [ "https://github.com/healthylaife/FairFedAvg" ], [ "https://github.com/PopGenClustering/Clumppling" ], [ "https://github.com/biotite-dev/biotite" ], [ "https://github.com/MengyunQ/CHeart" ], [ "https://github.com/Tx000/Deep_dynamicMEF" ], [ "https://github.com/zhangxin-xd/BPL" ], [ "https://github.com/plhhnu/BINDTI" ], [ "https://github.com/superYuezhang/RORNet" ], [ "https://github.com/lhf12278/LRIMV" ], [ "https://github.com/NUST-Machine-Intelligence-Laboratory/MDBA" ], [ "https://github.com/baowz12345/golgiDF" ], [ "https://github.com/nchucvml/STVT" ], [ "https://github.com/wdecoster/nanopack" ], [ "https://github.com/wdecoster/nanopack" ], [ "https://github.com/wdecoster/nanopack" ], [ "https://github.com/wdecoster/nanopack" ], [ "https://github.com/fun0515/MorphoGNN" ], [ "https://github.com/yuanyuanbu/DIGITAL" ], [ "https://github.com/FangfeiLi05/FitMut2" ], [ "https://github.com/KijinKims/VirPipe" ], [ "https://github.com/Sirius11311/TLRel" ], [ "https://github.com/Zhankun-Xiong/GraphEvo" ], [ "https://github.com/Sanofi-Public/LMR-SurfaceID" ], [ "https://github.com/ZHU-XU-xmu/cgMSI" ], [ "https://github.com/zyrant/LSNet" ], [ "https://github.com/genki-kudo/Pocket-to-Concavity" ], [ "https://github.com/pkuyym/EvolvingAttention" ], [ "https://github.com/Awenbocc/CPCR" ], [ "https://github.com/qichaoliu/HSI-CNCMN" ], [ "https://github.com/tub-rip/event_based_image_rec_inverse_problem" ], [ "https://github.com/leirufeng/iEnhancer-DCSV" ], [ "https://github.com/wanyunzh/TriNet" ], [ "https://github.com/yydiao1025/MacFrag" ], [ "https://github.com/pvdam3/FoEC2" ], [ "https://github.com/igip-liu/SLC-Net" ], [ "https://github.com/gzrgzx/CrisprDNT" ], [ "https://github.com/pgwall/qms" ], [ "https://github.com/chonglab-pitt/wedap" ], [ "https://github.com/chonglab-pitt/wedap" ], [ "https://github.com/chonglab-pitt/wedap" ], [ "https://github.com/chonglab-pitt/wedap" ], [ "https://github.com/AbeelLab/hat" ], [ "https://github.com/qingDu1/SCB-YOLOv5" ], [ "https://github.com/lzh19961031/Dermoscopy_classification" ], [ "https://github.com/xihongyang1999/ICL_SSL" ], [ "https://github.com/illidanlab/FADE" ], [ "https://github.com/MC-E/TransCL" ], [ "https://github.com/Shen-Lab/GraphCL_Automated" ], [ "https://github.com/sculyi/MedicalImages" ], [ "https://github.com/vsingh-group/LCODEC-deep-unlearning" ], [ "https://github.com/123fxdx/CNNvisualizationTSGB" ], [ "https://github.com/peace-love243/CMEDFL" ], [ "https://github.com/zyxxmu/White-Box" ], [ "https://github.com/ChangzhiJiang/KGNMDA_master" ], [ "https://github.com/NLPatVCU/multitasking_bert-1" ], [ "https://github.com/jiaying2508/LYRUS" ], [ "https://github.com/microsoft/Cream" ], [ "https://github.com/lpfworld/MANet" ], [ "https://github.com/kemaloksuz/LRP-Error" ], [ "https://github.com/tim-learn/NOUN" ], [ "https://github.com/sabdollahi/DiaDeL" ], [ "https://github.com/carrierlxk/AGNN" ], [ "https://github.com/hongsong-wang/PVRNN" ], [ "https://github.com/flyywh/Recurrent-Multi-Frame-Deraining" ], [ "https://github.com/Maclory/SPSR" ], [ "https://github.com/researchmm/AOT-GAN-for-Inpainting" ], [ "https://github.com/zanglab/bart2" ], [ "https://github.com/shaoxiaohu/Face_Alignment_DPR" ], [ "https://github.com/RobinCSIRO/AFR-Net" ], [ "https://github.com/LarryUESTC/GATE" ], [ "https://github.com/OmarOakheart/nPhase" ], [ "https://github.com/c-arthurs/QuArray" ], [ "https://github.com/TY-Shi/LIOT" ], [ "https://github.com/BBillot/SynthSeg" ], [ "https://github.com/dengsutao/glsan" ], [ "https://github.com/bayer-science-for-a-better-life/plant-triplet-net" ], [ "https://github.com/ComputBiol-IBB/CNN-PepPred" ], [ "https://github.com/spirt-t/compartments_model" ], [ "https://github.com/nbShawnLu/RGRL" ], [ "https://github.com/tzt101/CLADE" ], [ "https://github.com/futianfan/clinical-trial-outcome-prediction" ], [ "https://github.com/netflymachine/SCNET" ], [ "https://github.com/Sciope/Sciope" ], [ "https://github.com/kalininalab/spherecon" ], [ "https://github.com/HIT-ImmunologyLab/DBSCAN-SWA" ], [ "https://github.com/lifanchen-simm/transformerCPI" ], [ "https://github.com/LiuLab-CSRC/NePre" ], [ "https://github.com/anhnda/ADRPModels" ], [ "https://github.com/dustincys/msphy-SCNAClonal" ], [ "https://github.com/hobae/AnomiGAN" ], [ "https://github.com/songlab-cal/tape" ], [ "https://github.com/omics-tools/mitoimp" ], [ "https://github.com/Prunoideae/MitoFlex" ], [ "https://github.com/B3rse/qparse" ], [ "https://github.com/Bierinformatik/MIRfix" ], [ "https://github.com/Kzra/VHost-Classifier" ], [ "https://github.com/Vini2/GraphBin2" ], [ "https://github.com/yuexujiang/DeepDom" ], [ "https://github.com/xulabs/projects" ], [ "https://github.com/ding-lab/CharGer" ], [ "https://github.com/zhangjiaobxy/PathEmb" ], [ "https://github.com/wdecoster/nanopack" ], [ "https://github.com/wdecoster/nanopack" ], [ "https://github.com/wdecoster/nanopack" ], [ "https://github.com/wdecoster/nanopack" ], [ "https://github.com/mgalardini/pyseer" ], [ "https://github.com/craftGBD/craftGBD" ], [ "https://github.com/NBISweden/EMBLmyGFF3" ], [ "https://github.com/pedronachtigall/CodAn" ], [ "https://github.com/jag1g13/pycgtool" ], [ "https://github.com/jcarrotzhang/LoLoPicker" ], [ "https://github.com/alibashir/EMMCKmer" ], [ "https://github.com/lppllppl920/EndoscopyDepthEstimation-Pytorch" ], [ "https://github.com/MLBreeding/SABO-ILSTSVR" ], [ "https://github.com/barashe/bacpacs" ], [ "https://github.com/mariananeves/goldhamster" ], [ "https://github.com/nafizh/NeuBI" ], [ "https://github.com/bio-ontology-research-group/SmuDGE" ], [ "https://github.com/nioo-knaw/epiGBS2" ], [ "https://github.com/veg/flea-pipeline" ], [ "https://github.com/mi2rl/MI2RLNet" ], [ "https://github.com/mi2rl/L-R-marker-inpainting" ], [ "https://github.com/LQCT/MDScan" ], [ "https://github.com/KangchengHou/admix-kit" ], [ "https://github.com/brettc/partitionfinder" ], [ "https://github.com/findCP/findCPcli" ], [ "https://github.com/tyang816/MedChatZH" ], [ "https://github.com/esbgkannan/Phosformer-ST" ], [ "https://github.com/Z-Abbas/ORI-Explorer" ], [ "https://github.com/FuyuLi/FLED" ], [ "https://github.com/Shihang-Wang-58/DeepSA" ], [ "https://github.com/oystein676/RegiSTORM" ], [ "https://github.com/bergmanlab/mcclintock" ], [ "https://github.com/bergmanlab/mcclintock" ], [ "https://github.com/bergmanlab/mcclintock" ], [ "https://github.com/bergmanlab/mcclintock" ], [ "https://github.com/mindazhao/pix-pix-warping-video-stabilization" ], [ "https://github.com/npwilliams09/docknet" ], [ "https://github.com/bergmanlab/telr" ], [ "https://github.com/taherimo/kludo" ], [ "https://github.com/KANG-BIOINFO/CellDrift" ], [ "https://github.com/hlcas/CRISPR-detector" ], [ "https://github.com/helxplatform/dug" ], [ "https://github.com/YunxiaoRen/ML-iAMR" ], [ "https://github.com/SuLab/bioknowledge-reviewer" ], [ "https://github.com/abu-compbio/PersonaDrive" ], [ "https://github.com/omidbazgirTTU/IntegratedREFINED" ], [ "https://github.com/zhaoqichang/HpyerAttentionDTI" ], [ "https://github.com/jenniferlu717/SkewIT" ], [ "https://github.com/xryanglab/RiboMiner" ], [ "https://github.com/TF-Chan-Lab/rG4-seeker" ], [ "https://github.com/YeoLab/MINES" ], [ "https://github.com/pulimeng/DeepDrug3D" ], [ "https://github.com/LooseLab/iterassemble" ], [ "https://github.com/phac-nml/mob-suite" ], [ "https://github.com/phac-nml/mob-suite" ], [ "https://github.com/phac-nml/mob-suite" ], [ "https://github.com/phac-nml/mob-suite" ], [ "https://github.com/cbil-vt/DDN3" ], [ "https://github.com/SushiLab/mTAGs" ], [ "https://github.com/yyZhang14/iEssLnc" ], [ "https://github.com/OritAdato/ElemeNT" ], [ "https://github.com/google-research/large_scale_mmdma" ], [ "https://github.com/SunPengChuan/wgdi" ], [ "https://github.com/sajalhalder/TLR-M_UI" ], [ "https://github.com/jiaoshihu/iPVP-DRLF" ], [ "https://github.com/ruiyi-zhang/scPretrain" ], [ "https://github.com/ievapudz/TemStaPro" ], [ "https://github.com/wx-cie/DeepGenGrep" ], [ "https://github.com/wajidarshad/panda" ], [ "https://github.com/tianguolangzi/DSBS" ], [ "https://github.com/ZJUFanLab/scDeepSort" ], [ "https://github.com/JiangTian/adaptive-geometric-search-for-protein-design" ], [ "https://github.com/CNuge/SalmonEuAdmix" ], [ "https://github.com/salivatec/SalivaPRINT" ], [ "https://github.com/vals/umis" ], [ "https://github.com/yigbt/deepFPlearn" ], [ "https://github.com/phac-nml/ecoli_serotyping" ], [ "https://github.com/LanLab/SaLTy" ], [ "https://github.com/iC2MC/PyC2MC_viewer" ], [ "https://github.com/bihealth/WiPP" ], [ "https://github.com/mojtabaze7/DCGAN-DTA" ], [ "https://github.com/enyecz/CancerDetector2" ], [ "https://github.com/laihongyan/iAller" ], [ "https://github.com/GaffariCelik/CovidCoughNet" ], [ "https://github.com/WeiLab-Biology/DeepProSite" ], [ "https://github.com/schatzlab/scikit-ribo" ], [ "https://github.com/OncoRNALab/CIRCprimerXL" ], [ "https://github.com/Neooolee/GANCDM" ], [ "https://github.com/Fraunhofer-ITMP/PEMT" ], [ "https://github.com/Merck/PepSeA" ], [ "https://github.com/naamawagner/Effectidor" ], [ "https://github.com/jas-preet/SPOT-Contact-Single" ], [ "https://github.com/uci-cbcl/UFold" ], [ "https://github.com/huangnengCSU/BlockPolish" ], [ "https://github.com/DnlRKorn/CoKE" ], [ "https://github.com/TearsWaiting/ACPred-LAF" ], [ "https://github.com/MetaSys-LISBP/IsoSolve" ], [ "https://github.com/YUYING07/iDNA_ABT" ], [ "https://github.com/nowittynamesleft/NetQuilt" ], [ "https://github.com/NIH-MIP/Radiology_Image_Preprocessing_for_Deep_Learning" ], [ "https://github.com/ramirandaq/MultipleComparisons" ], [ "https://github.com/krishnanlab/node2vecplus_benchmarks" ], [ "https://github.com/exalearn/molecular-graph-descriptors" ], [ "https://github.com/bigbio/py-pgatk" ], [ "https://github.com/idekerlab/ddot" ], [ "https://github.com/katholt/Kaptive" ], [ "https://github.com/afm-spm/TopoStats" ], [ "https://github.com/byin-cwi/ALS-Deeplearning" ], [ "https://github.com/PavitaKae/ToNER" ], [ "https://github.com/biomed-AI/GraphSite" ], [ "https://github.com/labsyspharm/ashlar" ], [ "https://github.com/omicsNLP/enzymeNER" ], [ "https://github.com/aaronphillips7493/CLAW" ], [ "https://github.com/njuIrene/SWATH-F" ], [ "https://github.com/juglab/EmbedSeg" ], [ "https://github.com/spang-lab/adadmire" ], [ "https://github.com/CSU-QJY/GeoDILI" ], [ "https://github.com/GuillaumeLam/PaCalC" ], [ "https://github.com/HIT-ImmunologyLab/CRISPRimmunity" ], [ "https://github.com/sid-krish/Rhometa" ], [ "https://github.com/nczub/HIA_5-HT" ], [ "https://github.com/JosieHong/3DMolMS" ], [ "https://github.com/PuckBlink/PDCNN" ], [ "https://github.com/aster-ww/scEMAIL" ], [ "https://github.com/LF-Yang/Code" ], [ "https://github.com/obrien-lab/aip_web_docker" ], [ "https://github.com/cristian931/DocTOR" ], [ "https://github.com/yangyn533/HCRNet" ], [ "https://github.com/kkrizanovic/RNAseqEval" ], [ "https://github.com/ml4bio/ifDEEPre" ], [ "https://github.com/ladderlab-xjtu/HiCA" ], [ "https://github.com/wuchengyu123/MPGSurv" ], [ "https://github.com/HarrisonAllen/MyelTracer" ], [ "https://github.com/Muzatheking12/MzDOCK" ], [ "https://github.com/gzrgzx/CRISPR_Data_Imbalance" ], [ "https://github.com/ridgerchu/TCJA" ], [ "https://github.com/chenyu-xjtu/DualFluidNet" ], [ "https://github.com/wanghq05/MS-GCN" ], [ "https://github.com/renweidian/LTRN" ], [ "https://github.com/Zhihan1996/DNABERT_S" ], [ "https://github.com/qqaazxddrr/ENS" ], [ "https://github.com/CFM-MSG/Code_ICPR" ], [ "https://github.com/fancheyu5/STRAS" ], [ "https://github.com/Lqingquan/MTCL-MDA" ], [ "https://github.com/MagicPF/BindingSiteDTI" ], [ "https://github.com/DL-WG/SCDNN-TS" ], [ "https://github.com/liupei101/PseMix" ], [ "https://github.com/frankkramer-lab/GERNERMED-pp" ], [ "https://github.com/VITA-Group/PruneCXR" ], [ "https://github.com/VITA-Group/PruneCXR" ], [ "https://github.com/VITA-Group/PruneCXR" ], [ "https://github.com/VITA-Group/PruneCXR" ], [ "https://github.com/alienn233/ROSes-Finder" ], [ "https://github.com/woolfson-group/isocket" ], [ "https://github.com/Oulu-IMEDS/CLIMATv2" ], [ "https://github.com/Zhou-wy/MSEDNet" ], [ "https://github.com/GeoX-Lab/CMN" ], [ "https://github.com/jschenthu/FNS" ], [ "https://github.com/YannickJadoul/PyGellermann" ], [ "https://github.com/geyao-c/MedGAN" ], [ "https://github.com/DongdongCheng/GB-DP" ], [ "https://github.com/ahmedmagds/GNUVID" ], [ "https://github.com/BioComputingUP/ring-pymol" ], [ "https://github.com/jingyzhang/S3R" ], [ "https://github.com/ljq2000/MTCP" ], [ "https://github.com/syngenta/linchemin" ], [ "https://github.com/hscv/SEE-Net" ], [ "https://github.com/arantir123/DDT_triple_prediction" ], [ "https://github.com/kechunl/VSGD-Net" ], [ "https://github.com/WxTu/HCHSM" ], [ "https://github.com/gillichu/PLUSplacer-taxtastic" ], [ "https://github.com/dikshap11/DGAN" ], [ "https://github.com/HwaTong/Chemical-SA-BiLSTM" ], [ "https://github.com/yzc1122333/BoneAgeAss" ], [ "https://github.com/FangShancheng/ABINet-PP" ], [ "https://github.com/Lagkouvardos/TIC" ], [ "https://github.com/jingkunchen/TAC" ], [ "https://github.com/RuoyuGuo/MaskGA_Net" ], [ "https://github.com/ahmed-shameem/Feature_selection" ], [ "https://github.com/bert-nmt/BERT-DTI" ], [ "https://github.com/otayfuroglu/deepQM" ], [ "https://github.com/biorack/magi" ], [ "https://github.com/yours-anonym/PaRT" ], [ "https://github.com/ecogenomics/gtdbtk" ], [ "https://github.com/ecogenomics/gtdbtk" ], [ "https://github.com/ecogenomics/gtdbtk" ], [ "https://github.com/ecogenomics/gtdbtk" ], [ "https://github.com/GudaLab/iCluF_core" ], [ "https://github.com/ZhiboXiao/Deep-Gamma" ], [ "https://github.com/slzarate/parliament2" ], [ "https://github.com/biopragmatics/bioregistry" ], [ "https://github.com/jingjin25/LFDE-OccUnNet" ], [ "https://github.com/guopengf/FL-MRCM" ], [ "https://github.com/Shape-Lab/SPHARM-Net" ], [ "https://github.com/changlin31/DS-Net" ], [ "https://github.com/wenyh1616/SAMotif-GCN" ], [ "https://github.com/r-zemblys/EM-event-detection-evaluation" ], [ "https://github.com/oxpig/structure-vs-folding" ], [ "https://github.com/jimy2020/Malonylation-site-prediction" ], [ "https://github.com/NanYoMy/cmmas" ], [ "https://github.com/Pijiangsheng/MDGNN" ], [ "https://github.com/broadinstitute/chronos" ], [ "https://github.com/iquandou/CS-Net" ], [ "https://github.com/fmfi-compbio/coral-basecaller" ], [ "https://github.com/zhangruochi/Mol-HGT" ], [ "https://github.com/huitangtang/H-SRDC" ], [ "https://github.com/cszn/DPIR" ], [ "https://github.com/CityU-AIM-Group/DSI-Net" ], [ "https://github.com/sxthunder/CMTN" ], [ "https://github.com/cnapy-org/CNApy" ], [ "https://github.com/cnapy-org/CNApy" ], [ "https://github.com/cnapy-org/CNApy" ], [ "https://github.com/cnapy-org/CNApy" ], [ "https://github.com/MelvinYin/Defined_Proteins" ], [ "https://github.com/ashleylqx/WeakFixation" ], [ "https://github.com/YanZheng-16/CEPZ_DHS" ], [ "https://github.com/dmis-lab/moable" ], [ "https://github.com/xsshi2015/Loss-based-Attention-for-Interpreting-Image-level-Prediction-of-Convolutional-Neural-Networks" ], [ "https://github.com/SchubertLab/JessEV" ], [ "https://github.com/JLiangLab/SemanticGenesis" ], [ "https://github.com/Ha0Tang/GestureGAN" ], [ "https://github.com/lbobay/CoreCruncher" ], [ "https://github.com/RodrigoGantier/SPADE_E2VID" ], [ "https://github.com/xiat0616/pseudo-healthy-synthesis" ], [ "https://github.com/lixx11/SPIND-TC" ], [ "https://github.com/calico/solo" ], [ "https://github.com/emdadi/DSPLMF" ], [ "https://github.com/arseha/peakonly" ], [ "https://github.com/kunalkathuria/SVXplorer" ], [ "https://github.com/ha01994/mutationTCN" ], [ "https://github.com/johanneswerner/mPies" ], [ "https://github.com/jade-nhri/CCBGpipe" ], [ "https://github.com/BioinfLab/ChaperISM" ], [ "https://github.com/ytZhang99/CF-Net" ], [ "https://github.com/zhou256/iATC-NRAKEL" ], [ "https://github.com/zhunzhong07/CamStyle" ], [ "https://github.com/NUIST-Videocoding/VCRNet" ], [ "https://github.com/jakelever/knowledgediscovery" ], [ "https://github.com/bioinfomaticsCSU/MultiGuideScan" ], [ "https://github.com/orbkit/orbkit" ], [ "https://github.com/dcasbioinfo/SIFTER-t" ], [ "http://github.com/SBRG/ssbio" ], [ "https://github.com/chenghui03/Calib_RT" ], [ "https://github.com/dmis-lab/MolPLA" ], [ "https://github.com/HZC-1998/VOGTNet" ], [ "https://github.com/petrusen/pomsimulator" ], [ "https://github.com/chaofengc/IQA-PyTorch" ], [ "https://github.com/bcrafton/ssdfa" ], [ "https://github.com/soduco/Benchmark_historical_map_vectorization" ], [ "https://github.com/TPI-Immunogenetics/igmat" ], [ "https://github.com/panlab-bio/mcss" ], [ "https://github.com/bkurt00/palladiumFF2" ], [ "https://github.com/spglib/spinspg" ], [ "https://github.com/xinliangSun/AdaDR" ], [ "https://github.com/kexquan/dual-dropout-ranking" ], [ "https://github.com/wjh892521292/Cataract_TKD-Net" ], [ "https://github.com/BIT-DA/SePiCo" ], [ "https://github.com/jdonnelly36/Rashomon_Importance_Distribution" ], [ "https://github.com/giaguaro/PROTACable" ], [ "https://github.com/hujingtao/SAMCL" ], [ "https://github.com/raziyehmasumshah/DPSP" ], [ "https://github.com/CYB08/ATPGCN" ], [ "https://github.com/cantinilab/HuMMuS" ], [ "https://github.com/xjr998/GQE-Net" ], [ "https://github.com/duolinwang/S-PLM" ], [ "https://github.com/insilichem/talaia" ], [ "https://github.com/HySonLab/Multires-Graph-Transformer" ], [ "https://github.com/microbial-pangenomes-lab/panfeed" ], [ "https://github.com/CNS-OIST/NeuroDevSim" ], [ "https://github.com/Hangwei-Chen/CLSAP-Net" ], [ "https://github.com/ImgSciGroup/ITSA" ], [ "https://github.com/skbinfo/smAMPsTK" ], [ "https://github.com/MiaoLab20/DBMD" ], [ "https://github.com/MiaoLab20/DBMD" ], [ "https://github.com/MiaoLab20/DBMD" ], [ "https://github.com/MiaoLab20/DBMD" ], [ "https://github.com/Jaakk0F/DSTD-GCN" ], [ "https://github.com/SCUTjinchengli/DefenseTransformer" ], [ "https://github.com/QibinZhangLab/Peak_Pair_Pruner" ], [ "https://github.com/xianggebenben/pdADMM-G" ], [ "https://github.com/CSB-L/AnoChem" ], [ "https://github.com/ZhangqiJiang07/MultimodalSurvivalPrediction" ], [ "https://github.com/cchauve/PlasBin-flow" ], [ "https://github.com/Bhattacharya-Lab/PIQLE" ], [ "https://github.com/Bhattacharya-Lab/PIQLE" ], [ "https://github.com/Bhattacharya-Lab/PIQLE" ], [ "https://github.com/Bhattacharya-Lab/PIQLE" ], [ "https://github.com/HuiLiuCode/MDBuilder" ], [ "https://github.com/PYangLab/Matilda" ], [ "https://github.com/GreyGuoweiChen/RNA_virus_detector" ], [ "https://github.com/bharatmahaur/LeNo" ], [ "https://github.com/thomas0809/MolScribe" ], [ "https://github.com/vsingh-group/DatasetPooling" ], [ "https://github.com/fengcong3/HAPPE" ], [ "https://github.com/hangyu94/CRS-CONT" ], [ "https://github.com/xwqian1123/mStrain" ], [ "https://github.com/Anonnoname/G2GT_2" ], [ "https://github.com/weih527/SSNS-Net" ], [ "https://github.com/biomg/MCNN" ], [ "https://github.com/ParImmune/SINAPs" ], [ "https://github.com/ivanrwolf/NoC" ], [ "https://github.com/fawaz-dabbaghieh/bubble_gun" ], [ "https://github.com/pilehvar/phenebank" ], [ "https://github.com/itaysason/Mix-MMM" ], [ "https://github.com/pdishuck/GAVISUNK" ], [ "https://github.com/difhnp/ELGLT" ], [ "https://github.com/gengmufeng/CNCL-denoising" ], [ "https://github.com/HantaoShu/GRN-Transformer" ], [ "https://github.com/hassounlab/EPP" ], [ "https://github.com/454170054/EMCBOW-GPCR" ], [ "https://github.com/pixixiaonaogou/FPNN-TMEL" ], [ "https://github.com/zhaoqichang/GIFDTI" ], [ "https://github.com/HudsonAlpha/STEVE" ], [ "https://github.com/ArtemLuzhin/LASCA_pipeline" ], [ "https://github.com/UCDenver-ccp/Ignorance-Question-Work" ], [ "https://github.com/josehernandezsc/COVID19Net" ], [ "https://github.com/xypan1232/node2loc" ], [ "https://github.com/cew88/AutoCAT" ], [ "https://github.com/biosustain/multitfa" ], [ "https://github.com/vaprilyanto/crop" ], [ "https://github.com/zbzhzhy/PZRes-Net" ], [ "https://github.com/lseventeen/FR-UNet" ], [ "https://github.com/Fleishman-Lab/AbDesign_for_enzymes" ], [ "https://github.com/lmcai/PhyloHerb" ], [ "https://github.com/zhongw2/GeneTEFlow" ], [ "https://github.com/YingLianghnu/CNA_origin" ], [ "https://github.com/superlouis/GATGNN" ], [ "https://github.com/gdewael/cpg-transformer" ], [ "https://github.com/anuran-Chakraborty/Active-learning" ], [ "https://github.com/zlwuxi/iPromoter-5mC" ], [ "https://github.com/vamships/PECAN" ], [ "https://github.com/louiejtaylor/grabseqs" ], [ "https://github.com/liukeweiaway/iMRM" ], [ "https://github.com/DCalhas/siamese_schizophrenia_eeg" ], [ "https://github.com/Charrick/SDN2GO" ], [ "https://github.com/lyotvincent/AJIA" ], [ "https://github.com/ma-compbio/MutSpace" ], [ "https://github.com/KristapsE/DP4-AI" ], [ "https://github.com/yangzi4/gPCA" ], [ "https://github.com/yunwilliamyu/opal" ], [ "https://github.com/carolzhou/multiPhATE" ], [ "https://github.com/SchulzLab/TEPIC" ], [ "https://github.com/SchulzLab/TEPIC" ], [ "https://github.com/SchulzLab/TEPIC" ], [ "https://github.com/SchulzLab/TEPIC" ], [ "https://github.com/whitneywhitford/RBV" ], [ "https://github.com/odedrim/kfits" ], [ "https://github.com/VCCRI/Falco" ], [ "https://github.com/usnistgov/pepr" ], [ "https://github.com/ETHmodlab/BIMODAL" ], [ "https://github.com/GRYGY1215/Dozerformer" ], [ "https://github.com/freshman97/CSU" ], [ "https://github.com/meren/illumina-utils" ], [ "https://github.com/tianpeng-deng/FedDBL" ], [ "https://github.com/MedICL-VU/FNPC-SAM" ], [ "https://github.com/CUHK-AIM-Group/MCPL" ], [ "https://github.com/yangqy1110/MGDM" ], [ "https://github.com/cbib/MIX" ], [ "https://github.com/zyairelu/RT-Net" ], [ "https://github.com/energy588/US2mask" ], [ "https://github.com/lhaippp/YOHO" ], [ "https://github.com/cunmeiji/SGLMDA" ], [ "https://github.com/hywang01/SNEL" ], [ "https://github.com/biomed-AI/MiGCN" ], [ "https://github.com/XT-1997/vitmvt" ], [ "https://github.com/smd1997/CSA-Net" ], [ "https://github.com/bmri/bmri" ], [ "https://github.com/samsonweiner/CNAsim" ], [ "https://github.com/meihonggao/DeepLDA" ], [ "https://github.com/Vini2/phables" ], [ "https://github.com/Amber-Believe/ReliableMutualDistillation" ], [ "https://github.com/penghu-cs/RCL" ], [ "https://github.com/nikhilroxtomar/TGANet" ], [ "https://github.com/WHang98/scSemiAAE" ], [ "https://github.com/JLiangLab/CAiD" ], [ "https://github.com/CGPxy/AAU-net" ], [ "https://github.com/JLiangLab/BenchmarkTransformers" ], [ "https://github.com/schobs/qbin" ], [ "https://github.com/Huiweizhou/TDE" ], [ "https://github.com/lemuria-wchen/imcs21" ], [ "https://github.com/bioinformatics-ufsc/AnnotaPipeline" ], [ "https://github.com/TongXin-CASIA/Excepted_Affine" ], [ "https://github.com/anuradhawick/LRBinner" ], [ "https://github.com/demonzyj56/E3Outlier" ], [ "https://github.com/WangLabTHU/MeConcord" ], [ "https://github.com/gillichu/sepp" ], [ "https://github.com/cokeyk/TPpred-ATMV" ], [ "https://github.com/shiming-chen/GNDAN" ], [ "https://github.com/Xiyue-Wang/1st-in-MICCAI2020-CPM" ], [ "https://github.com/kataomoi7/multiGATAE" ], [ "https://github.com/Szhgege/DACPGTN" ], [ "https://github.com/lucian-ilie/Seq-InSite" ], [ "https://github.com/menyifang/ADGAN" ], [ "https://github.com/xindd/DCNet" ], [ "https://github.com/YangLiu9208/TCGL" ], [ "https://github.com/ba-lab/Alignment-Score" ], [ "https://github.com/IVC-Projects/NRS" ], [ "https://github.com/IvanEz/tumor-surrogate" ], [ "https://github.com/lesonly/GFINet" ], [ "https://github.com/Au3C2/Generator-Versus-Segmentor" ], [ "https://github.com/goolig/drug_safety_pregnancy_prediction" ], [ "https://github.com/smallmax00/Graph_Region_Boudnary" ], [ "https://github.com/ceragoguztuzun/MotifGenie" ], [ "https://github.com/fazlulhaquejony/SubFeat" ], [ "https://github.com/Layne-Huang/EGFI" ], [ "https://github.com/TanemuraKiyoto/AutoGraph" ], [ "https://github.com/zanglab/bart3d" ], [ "https://github.com/deepomicslab/DeepHost" ], [ "https://github.com/yuliu316316/MetaLearning-Fusion" ], [ "https://github.com/BIT-DA/GDCAN" ], [ "https://github.com/fpthink/EPC-Net" ], [ "https://github.com/kochgroup/kinase_nnfp" ], [ "https://github.com/viggin/DeepLesion_manual_test_set" ], [ "https://github.com/tticoin/DESC_MOL-DDIE" ], [ "https://github.com/pymodproject/pymod" ], [ "https://github.com/pymodproject/pymod" ], [ "https://github.com/pymodproject/pymod" ], [ "https://github.com/pymodproject/pymod" ], [ "https://github.com/HuiZeng/Image-Adaptive-3DLUT" ], [ "https://github.com/blue-blue272/ImgReID-IAnet" ], [ "https://github.com/BioinfoUNIBA/REDItools2" ], [ "https://github.com/blackfeather-wang/ISDA-for-Deep-Networks" ], [ "https://github.com/kiharalab/ContactGAN" ], [ "https://github.com/hathawayxxh/WCE-AGDN" ], [ "https://github.com/koualab/conodictor" ], [ "https://github.com/LiLabAtVT/DeepTE" ], [ "https://github.com/andobrescu/Multi_task_plant_phenotyping" ], [ "https://github.com/aiqm/torchani" ], [ "https://github.com/yunchuankong/forgeNet" ], [ "https://github.com/Kinggerm/GetOrganelle" ], [ "https://github.com/ywflow/BubMask" ], [ "https://github.com/Gaius-Augustus/MakeHub" ], [ "https://github.com/MPBA/TAASRAD19" ], [ "https://github.com/pachterlab/gget" ], [ "https://github.com/pachterlab/gget" ], [ "https://github.com/pachterlab/gget" ], [ "https://github.com/pachterlab/gget" ], [ "https://github.com/bihealth/scelvis" ], [ "https://github.com/llecompte/SVJedi" ], [ "https://github.com/bchidest/CFNet" ], [ "https://github.com/nstrodt/UDSMProt" ], [ "https://github.com/markpp/PoseFromPointClouds" ], [ "https://github.com/PSSUN/CircCode" ], [ "https://github.com/arnrau/SCAE_IR_Spectral_Imaging" ], [ "https://github.com/wsjeon92/FP2VEC" ], [ "https://github.com/Cobanoglu-Lab/EPEE" ], [ "https://github.com/yujialinncu/PredGly" ], [ "https://github.com/YosefLab/scVI" ], [ "https://github.com/htzhaoecust/npnn" ], [ "https://github.com/prody/ProDy" ], [ "https://github.com/prody/ProDy" ], [ "https://github.com/prody/ProDy" ], [ "https://github.com/prody/ProDy" ], [ "https://github.com/ronaldolab/stochastic_diffusion" ], [ "https://github.com/weipenegHU/Pluto" ], [ "https://github.com/schwallergroup/augmented_memory" ], [ "https://github.com/ksahlin/ultra" ], [ "https://github.com/pepamengual/UEP" ], [ "https://github.com/makovalab-psu/NoiseCancellingRepeatFinder" ], [ "https://github.com/ghar1821/ParetoBench" ], [ "https://github.com/strauchlab/iNNterfaceDesign" ], [ "https://github.com/ma-compbio/MultiRes" ], [ "https://github.com/aditya-88/ASAP" ], [ "https://github.com/laufercenter/Amap" ], [ "https://github.com/abdlmaruf/iRSpot-SF" ], [ "https://github.com/ukeLin/TG-Net" ], [ "https://github.com/BaiDing1234/AttentionPert" ], [ "https://github.com/Valeyards/MACG" ], [ "https://github.com/qumengxue/T-SMILE" ], [ "https://github.com/panzhiyi/CC4S" ], [ "https://github.com/ynchuang/DiscoverPath" ], [ "https://github.com/davidecenzato/BWT-variants-for-string-collections" ], [ "https://github.com/dooo12332/AlphaTraj" ], [ "https://github.com/labiip/scGAAC" ], [ "https://github.com/zhangtia16/LICAP" ], [ "https://github.com/zkyseu/CSSNet" ], [ "https://github.com/batmanlab/AGXNet" ], [ "https://github.com/MorganBDT/crumb" ], [ "https://github.com/juandpenan/topology_nav_ros2" ], [ "https://github.com/YubinHan73/LSKANet" ], [ "https://github.com/sail-sg/metaformer" ], [ "https://github.com/mbglab/EVRC" ], [ "https://github.com/cerm-cirmmp/Master-of-metals" ], [ "https://github.com/XY-boy/TTST" ], [ "https://github.com/sunkg/jCAN" ], [ "https://github.com/ylaboratory/ETNA" ], [ "https://github.com/frankkramer-lab/GPTNERMED" ], [ "https://github.com/yoxu515/aot-benchmark" ], [ "https://github.com/SJTUBME-QianLab/CausalGCN-PDPA" ], [ "https://github.com/amin-nejat/Deformable-Atlas" ], [ "https://github.com/ylab-hi/ScanNeo2" ], [ "https://github.com/danpak94/Deep-Cardiac-Volumetric-Mesh" ], [ "https://github.com/DayuHuu/scDFC" ], [ "https://github.com/SnowRain510/MSMTSeg" ], [ "https://github.com/cieplinski-tobiasz/smina-docking-benchmark" ], [ "https://github.com/11101028/CADA-BioRE" ], [ "https://github.com/FudanVI/MAEcho" ], [ "https://github.com/gregorpatof/dynasigml_package" ], [ "https://github.com/MathLee/GeleNet" ], [ "https://github.com/vignywang/AWDesc" ], [ "https://github.com/hongwang01/DRCDNet" ], [ "https://github.com/MBC-Neuroimaging/ClotDetectEval" ], [ "https://github.com/nerel-ds/NEREL-BIO" ], [ "https://github.com/Xyporz/CISSL-GANs" ], [ "https://github.com/Beno-waxgourd/NLP" ], [ "https://github.com/matteo-dunnhofer/MRPyrNet" ], [ "https://github.com/19990915fzy/DGNNMDA" ], [ "https://github.com/gongleii/DFCN-RSP" ], [ "https://github.com/arumugamlab/MIntO" ], [ "https://github.com/CFM-MSG/Code_SDN" ], [ "https://github.com/kimianoorbakhsh/LPF-Defense" ], [ "https://github.com/med-air/DLTTA" ], [ "https://github.com/elus-om/BRM_OMEXP" ], [ "https://github.com/qubekit/QUBEKit" ], [ "https://github.com/thuxyz19/3D-HPE-PAA" ], [ "https://github.com/BTheDragonMaster/pikachu" ], [ "https://github.com/jiyuc/AutoGOAConsistency" ], [ "https://github.com/ChemSpace-LLC/usrcat_sim" ], [ "https://github.com/micahvista/MAMnet" ], [ "https://github.com/scottjingtt/AMF_GZS_SBIR" ], [ "https://github.com/chry04/PLUSplacer" ], [ "https://github.com/Deep-Bioinfo/DFLM" ], [ "https://github.com/Zhentao-Liu/KLT-JND" ], [ "https://github.com/mug-auth/ssl-chewing" ], [ "https://github.com/kanz76/GMPNN-CS" ], [ "https://github.com/CityU-AIM-Group/Prototypical-Graph-DA" ], [ "https://github.com/TNTurnerLab/ACES" ], [ "https://github.com/ljaiverson/multiview-curriculum" ], [ "https://github.com/bioXiaoheng/BallerMixPlus" ], [ "https://github.com/yuesongtian/AlphaGAN" ], [ "https://github.com/ramirandaq/tn_Comparisons" ], [ "https://github.com/insilicomedicine/DILBERT" ], [ "https://github.com/Kali-Hac/Locality-Awareness-SGE" ], [ "https://github.com/RossLabCSU/LCD-Composer" ], [ "https://github.com/maiziex/Aquila_stLFR" ], [ "https://github.com/gnina/SolTranNet" ], [ "https://github.com/psipred/cgdms" ], [ "https://github.com/bbbbbbzhou/MDPET" ], [ "https://github.com/lol88/Mol2Context-vec" ], [ "https://github.com/hehefan/DPSIS" ], [ "https://github.com/RitataLU/ATACgraph" ], [ "https://github.com/rosemeis/emu" ], [ "https://github.com/Elham-khalili/Soybean-Charcoal-Rot-Disease-Prediction-Dataset-code" ], [ "https://github.com/zhengyushan/dpathnet" ], [ "https://github.com/Leotju/MGAN" ], [ "https://github.com/Want2Vanish/FBMSNet" ], [ "https://github.com/aistairc/DeepEventMine" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/riboviz/riboviz" ], [ "https://github.com/senli2018/DCTL" ], [ "https://github.com/dinhinfotech/DiGI" ], [ "https://github.com/LiangYu-Xidian/NEDTP" ], [ "https://github.com/chentao1999/MedicalRelationExtraction" ], [ "https://github.com/rongma6/QSARMPC_DTIMPC" ], [ "https://github.com/wenguanwang/AGS" ], [ "https://github.com/jmlipman/RatLesNetv2" ], [ "https://github.com/wulalago/DAF3D" ], [ "https://github.com/htzhaoecust/glsnn" ], [ "https://github.com/hkaneko1985/gtm-generativetopographicmapping" ], [ "https://github.com/hkaneko1985/gtm-generativetopographicmapping" ], [ "https://github.com/hkaneko1985/gtm-generativetopographicmapping" ], [ "https://github.com/hkaneko1985/gtm-generativetopographicmapping" ], [ "https://github.com/YeeHo/Glutton" ], [ "https://github.com/guigolab/ggsashimi" ], [ "https://github.com/HillLab/SomaticSiMu" ], [ "https://github.com/MedChaabane/deepRAM" ], [ "https://github.com/mirnylab/cooler" ], [ "https://github.com/mirnylab/cooler" ], [ "https://github.com/mirnylab/cooler" ], [ "https://github.com/mirnylab/cooler" ], [ "https://github.com/sgreer77/gemtools" ], [ "https://github.com/gifford-lab/DeepLigand" ], [ "https://github.com/AndreLamurias/IBRel" ], [ "https://github.com/wenjiegroup/BiRen" ], [ "https://github.com/agustinaarroyuelo/Azahar" ], [ "https://github.com/CSB5/atminter" ], [ "https://github.com/hsoleimani/MLTM" ], [ "https://github.com/dww100/sct" ], [ "https://github.com/ustc-bmec/MRGazer" ], [ "https://github.com/lalunex/MSDCCL" ], [ "https://github.com/pengkenlim/LSTrAP-denovo" ], [ "https://github.com/pitthexai/HexAI-TJAtxt" ], [ "https://github.com/pierrepo/PBxplore" ], [ "https://github.com/LQCT/BitQT" ], [ "https://github.com/subsurfaceinsights/ort-kbase-to-pflotran" ], [ "https://github.com/Lycus99/SDA-CLIP" ], [ "https://github.com/maayanlab/prismexp" ], [ "https://github.com/DHUDBlab/IGEGRNS" ], [ "https://github.com/merck/MolPROP" ], [ "https://github.com/neulmc/TDCN" ], [ "https://github.com/G708/Clover" ], [ "https://github.com/OpenGVLab/VideoMAEv2" ], [ "https://github.com/DRGreat/MCNet" ], [ "https://github.com/Wang-lab-UCSD/AntPack" ], [ "https://github.com/WeehowTang/SSL-rebalancingtest" ], [ "https://github.com/tphoward/Mottle_Repo" ], [ "https://github.com/Namerlight/LabelFree_AuNP_Quantification" ], [ "https://github.com/ruisue/EnAMP" ], [ "https://github.com/azamanos/HydraProt" ], [ "https://github.com/julie-forman-kay-lab/IDPConformerGenerator" ], [ "https://github.com/zhangy0822/USER" ], [ "https://github.com/shenkqtx/SAR-Colorization-Benchmarking-Protocol" ], [ "https://github.com/JiuqingDong/TS_OAMIL-for-Plant-disease-detection" ], [ "https://github.com/magspho/hifieval" ], [ "https://github.com/TheJacksonLaboratory/wn2vec" ], [ "https://github.com/changliu-work/TNT_MNet" ], [ "https://github.com/ShiratsuyuShigure/MLAENet-pytorch" ], [ "https://github.com/OceanSTARLab/Tensor-Neural-Network" ], [ "https://github.com/Stephen2526/Structure-informed_PLM" ], [ "https://github.com/zeyuxiao1997/LFSTVSR" ], [ "https://github.com/DasSusanta/snakemake_ccs" ], [ "https://github.com/jingzhaohlj/AL-Net" ], [ "https://github.com/EndoluminalSurgicalVision-IMR/Medical-SSL" ], [ "https://github.com/dehazing/SGDRL" ], [ "https://github.com/Wayfear/FBNETGEN" ], [ "https://github.com/mjliu2020/RandomFR" ], [ "https://github.com/jingjin25/LFhybridSR-Fusion" ], [ "https://github.com/Kelly510/RehabExerAssess" ], [ "https://github.com/MolecularAI/REINVENT4" ], [ "https://github.com/ProgrammerHyy/CM-MLP" ], [ "https://github.com/lyhkevin/MT-Net" ], [ "https://github.com/claudepasquier/amine" ], [ "https://github.com/xmed-lab/TimeStamp-Surgical" ], [ "https://github.com/Zero-We/BCL" ], [ "https://github.com/adrienrougny/stonpy" ], [ "https://github.com/DisscLab/HNNVAT" ], [ "https://github.com/zhg-SZPT/MeDetection" ], [ "https://github.com/wangjx22/CLAPS" ], [ "https://github.com/Lature-Yang/BASeg" ], [ "https://github.com/grzsko/Alignstein" ], [ "https://github.com/yphsieh/ItgDB" ], [ "https://github.com/sota-joson/KE-RCNN" ], [ "https://github.com/heche-psb/wgd" ], [ "https://github.com/gcgreenberg/Oriented-TNF" ], [ "https://github.com/ldrunning/DSSNet" ], [ "https://github.com/molML/MoleculeACE" ], [ "https://github.com/usnistgov/thermo-extrap" ], [ "https://github.com/CRazorback/AADG" ], [ "https://github.com/bioinfoUQAM/RL-bgc-components" ], [ "https://github.com/CMACH508/IA-FaceS" ], [ "https://github.com/LottePronk/whokaryote" ], [ "https://github.com/Rohit-Kundu/AltWOA" ], [ "https://github.com/anhnda/SPARSE" ], [ "https://github.com/Lixy1997/Group-WSSS" ], [ "https://github.com/DMCB-GIST/DeepPIG" ], [ "https://github.com/degiacom/biobox" ], [ "https://github.com/BlanchetteLab/PhyloPGM" ], [ "https://github.com/lennylv/ctP2ISP" ], [ "https://github.com/CVI-SZU/WaveCNet" ], [ "https://github.com/JohnleeHIT/SLEX-Net" ], [ "https://github.com/popitsch/nanopanel2" ], [ "https://github.com/linDing-groups/model_4mc" ], [ "https://github.com/mzlr/sau-net" ], [ "https://github.com/mzlr/sau-net" ], [ "https://github.com/mzlr/sau-net" ], [ "https://github.com/mzlr/sau-net" ], [ "https://github.com/chenchao666/Bone-Age-Assessment" ], [ "https://github.com/NeuroSyd/breast-cancer-sub-types" ], [ "https://github.com/FTD007/PInet" ], [ "https://github.com/QData/ChromeGCN" ], [ "https://github.com/jbelyeu/unfazed" ], [ "https://github.com/hatchetProject/AI-Driver" ], [ "https://github.com/TaatiTeam/pain_detection_demo" ], [ "https://github.com/AbnerHqC/GaitSet" ], [ "https://github.com/tsudalab/NMR-TS" ], [ "https://github.com/ModelEngineering/SBMLLint" ], [ "https://github.com/BioDataLearning/XGEP" ], [ "https://github.com/AndersJing/ResNetQA" ], [ "https://github.com/schwanbeck/YSMR" ], [ "https://github.com/yongzhuang/DeepSVFilter" ], [ "https://github.com/Yuxin-Wen/GeoA3" ], [ "https://github.com/BeObm/AutoCDRP" ], [ "https://github.com/rsanchezgarc/micrograph_cleaner_em" ], [ "https://github.com/yxxue/MetaRib" ], [ "https://github.com/MicroAVA/GEDFN" ], [ "https://github.com/lab319/GRNs_nonlinear_ODEs" ], [ "https://github.com/Bhattacharya-Lab/QDeep" ], [ "https://github.com/Teoroo-CMC/PiNN" ], [ "https://github.com/Rinoahu/SwiftOrtho" ], [ "https://github.com/lrgr/sigma" ], [ "https://github.com/wjlim/correlation-between-rna-seq-and-RRBS" ], [ "https://github.com/beringresearch/ivis" ], [ "https://github.com/luntergroup/EquivariantNetworks" ], [ "https://github.com/regevs/factorial_hmm" ], [ "https://github.com/BorgwardtLab/ARDISS" ], [ "https://github.com/xypan1232/DislncRF" ], [ "https://github.com/rampasek/DrVAE" ], [ "https://github.com/rubbs14/CSP-Analyzer" ], [ "https://github.com/Xshelton/SRG-vote" ], [ "https://github.com/benhid/Sequoya" ], [ "https://github.com/COMBINE-lab/grouper" ], [ "https://github.com/liyigerry/DeepCRPs" ], [ "https://github.com/Bjoux2/DeepMirTar_SdA" ], [ "https://github.com/markovmodel/PySFD" ], [ "https://github.com/dustincys/WDNfinder" ], [ "https://github.com/NDBL/ADDIT" ], [ "https://github.com/HudsonAlpha/aRNAPipe" ], [ "https://github.com/ushaham/BatchEffectRemoval" ], [ "https://github.com/StuntsPT/Structure_threader" ], [ "https://github.com/nguyenngochuy91/Relevant-Operon" ], [ "https://github.com/HUST-NingKang-Lab/straingems" ], [ "https://github.com/uym2/TreeShrink" ], [ "https://github.com/sekijima-lab/SIEVE-Score" ], [ "https://github.com/shishuo16/RefRGim" ], [ "https://github.com/zqpang/CICL" ], [ "https://github.com/tangent-T/W3AMT" ], [ "https://github.com/xulabs/aitom" ], [ "https://github.com/Zian-Xu/Swin-MoCo" ], [ "https://github.com/LiuLab-CSRC/ClickX" ], [ "https://github.com/Machine-Learning-for-Medical-Language/long-clinical-doc" ], [ "https://github.com/EpistasisLab/KRAGEN" ], [ "https://github.com/PRIS-CV/BiEN" ], [ "https://github.com/everest-castaneda/knext" ], [ "https://github.com/123456wk/DNA_base128" ], [ "https://github.com/qinghuannn/PAMFN" ], [ "https://github.com/shenlab-sinai/DeepRegFinder" ], [ "https://github.com/PigYang-ops/CycleGAN-QSDL" ], [ "https://github.com/ljbuaa/CST_TVA_DRTL" ], [ "https://github.com/zxmboshi/DDL" ], [ "https://github.com/researchprotein/amp" ], [ "https://github.com/djzgroup/Keypoints" ], [ "https://github.com/MelodYanglc/TransRectangling" ], [ "https://github.com/c-yn/DSANet" ], [ "https://github.com/holab-hku/MetaQuad" ], [ "https://github.com/MengkeSong/Saliency-Ranking-Paradigm" ], [ "https://github.com/orsburn/DIDARSCPQC" ], [ "https://github.com/divya031090/ReGeNNe" ], [ "https://github.com/promethiume/SLwise" ], [ "https://github.com/leonweber/pedl" ], [ "https://github.com/leonweber/pedl" ], [ "https://github.com/leonweber/pedl" ], [ "https://github.com/leonweber/pedl" ], [ "https://github.com/Siegel-Lab/BioSmoother" ], [ "https://github.com/lixiangli01/PDH-EH" ], [ "https://github.com/CcchenzJ/BootstrapRepresentation" ], [ "https://github.com/meganlsmith/phyloGAN" ], [ "https://github.com/gencersumbul/GRID" ], [ "https://github.com/alncat/opusDSD" ], [ "https://github.com/eioyuou/LSnet" ], [ "https://github.com/brsynth/neo4jsbml" ], [ "https://github.com/ZiqiaoZhang/FraSICL" ], [ "https://github.com/PNNL-m-q/mzapy" ], [ "https://github.com/gorgen2020/DVGNN" ], [ "https://github.com/CUHK-AIM-Group/Decoupled-Unbiased-Teacher" ], [ "https://github.com/chenshaobin/FITNet" ], [ "https://github.com/Deep-imagelab/HPRN" ], [ "https://github.com/Zhenj-Nie/MFPINC" ], [ "https://github.com/jcwang123/xboundformer" ], [ "https://github.com/SayakaMiura/CloneFinderPlus" ], [ "https://github.com/lasigeBioTM/K-RET" ], [ "https://github.com/danfenghong/IEEE_TIP_UIU-Net" ], [ "https://github.com/McGregorWwww/MCA-UNet" ], [ "https://github.com/VFs625/PreVFs-RG" ], [ "https://github.com/GMOD/jbrowse-jupyter" ], [ "https://github.com/sherry6247/CATNet" ], [ "https://github.com/YAMACS-SML/GUIDE" ], [ "https://github.com/Dumitrescu-Alexandru/TSignal" ], [ "https://github.com/PragLab/SAMPLE" ], [ "https://github.com/nlesc-nano/CAT" ], [ "https://github.com/Noble-Lab/synmatch" ], [ "https://github.com/ylab-hi/ScanExitronLR" ], [ "https://github.com/Laboratoire-de-Chemoinformatique/HyFactor" ], [ "https://github.com/lingluodlut/BioCreativeVII_DrugProt" ], [ "https://github.com/kundajelab/yuzu" ], [ "https://github.com/lauriebelch/SOCfinder" ], [ "https://github.com/guxinqian/Simple-ReID" ], [ "https://github.com/szu-zzb/polypsegplus" ], [ "https://github.com/swz30/MIRNetv2" ], [ "https://github.com/bcbl-kaist/DeepLUCIA" ], [ "https://github.com/dvlab-research/SA-AutoAug" ], [ "https://github.com/DeepSpectrum/DeepSpectrumLite" ], [ "https://github.com/niuchuangnn/SPICE" ], [ "https://github.com/lucasliu0928/KGDAL" ], [ "https://github.com/MeHelmy/princess" ], [ "https://github.com/Rose-STL-Lab/LIMO" ], [ "https://github.com/fhaive/VOLTA" ], [ "https://github.com/boxiangliu/ParaMed" ], [ "https://github.com/Zzh-tju/CIoU" ], [ "https://github.com/BiodataAnalysisGroup/kmerAnalyzer" ], [ "https://github.com/cbasemaster/time-series-attribution" ], [ "https://github.com/flatironinstitute/st_gridnet" ], [ "https://github.com/JasonLeeGHub/MAG-SD" ], [ "https://github.com/human-analysis/neural-architecture-transfer" ], [ "https://github.com/RanSuLab/ProteinSubcellularLocation" ], [ "https://github.com/JaminFong/FNA" ], [ "https://github.com/chaofengc/Face-SPARNet" ], [ "https://github.com/Murali-group/multi-species-GOA-prediction" ], [ "https://github.com/daifengwanglab/Varmole" ], [ "https://github.com/QUST-AIBBDRC/scGMAI" ], [ "https://github.com/leonweber/pedl" ], [ "https://github.com/leonweber/pedl" ], [ "https://github.com/leonweber/pedl" ], [ "https://github.com/leonweber/pedl" ], [ "https://github.com/KennthShang/PhaGCN" ], [ "https://github.com/pfenninglab/halLiftover-postprocessing" ], [ "https://github.com/ucfcbb/RNAMotifFamilySimilarity" ], [ "https://github.com/YangLiu9208/SAKDN" ], [ "https://github.com/bcgsc/ntjoin" ], [ "https://github.com/ykat0/bivartect" ], [ "https://github.com/PMMAraujo/snappy" ], [ "https://github.com/TheJacksonLaboratory/pyBedGraph" ], [ "https://github.com/GeniusTang/Afann" ], [ "https://github.com/abu-compbio/MEXCOwalk" ], [ "https://github.com/yijingru/ANCIS-Pytorch" ], [ "https://github.com/Graylab/GeoDock" ], [ "https://github.com/stamakro/SSP-LSDR" ], [ "https://github.com/forrest-lab/scMatch" ], [ "https://github.com/kundajelab/coda" ], [ "https://github.com/DanBuchan/eigen_scripts" ], [ "https://github.com/MDU-PHL/ngmaster" ], [ "https://github.com/ballesterus/UPhO" ], [ "https://github.com/wqzh/BEDM" ], [ "https://github.com/THINKINGGroup/analogy_publication" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/mms-fcul/PypKa" ], [ "https://github.com/gersteinlab/MolLM" ], [ "https://github.com/extremebird/Hydra" ], [ "https://github.com/wwaannggllii/IFIN" ], [ "https://github.com/Biocomputing-Research-Group/Transformer-DIA" ], [ "https://github.com/deepomicslab/GCNFrame" ], [ "https://github.com/ShahinaKK/LWI-VMS" ], [ "https://github.com/pirakd/DeepOrienter" ], [ "https://github.com/NUS-Tim/CECT" ], [ "https://github.com/XiongchaoChen/DuDoCFNet-MultiTask" ], [ "https://github.com/manman1995/Awaresome-pansharpening" ], [ "https://github.com/ztysdu/Swift-Eye" ], [ "https://github.com/maranasgroup/KETCHUP" ], [ "https://github.com/Li-OmicsLab/MetDIT" ], [ "https://github.com/r-cui/PostprandialHyperHypoPrediction" ], [ "https://github.com/Jane9898/scSemiGCN" ], [ "https://github.com/AIMOVE/TSE-ARF" ], [ "https://github.com/QIAIUNCC/FL_UNCC_QIAI" ], [ "https://github.com/gouayao/RCL" ], [ "https://github.com/VITA-Group/PruneCXR" ], [ "https://github.com/VITA-Group/PruneCXR" ], [ "https://github.com/VITA-Group/PruneCXR" ], [ "https://github.com/VITA-Group/PruneCXR" ], [ "https://github.com/yuzhong-deng/graphcpg" ], [ "https://github.com/lyhkevin/Graph-V-Net" ], [ "https://github.com/wrab12/SE-SSP" ], [ "https://github.com/zkkli/PSAQ-ViT" ], [ "https://github.com/YaqiangCao/cLoops" ], [ "https://github.com/mobiusklein/psims" ], [ "https://github.com/flu-crew/PD_stats" ], [ "https://github.com/deepmodeling/DMFF" ], [ "https://github.com/NeuronXJTU/SFDA-CellSeg" ], [ "https://github.com/SandraLouise/SVJedi-graph" ], [ "https://github.com/dmis-lab/ConNER" ], [ "https://github.com/QinJinghui/tcdp" ], [ "https://github.com/jiaoshihu/PSPred-ALE" ], [ "https://github.com/ha01994/grank" ], [ "https://github.com/hsu-lab/ctflow" ], [ "https://github.com/shahidmuneer/deepfakes-watermarking-technique" ], [ "https://github.com/nadeemlab/CIR" ], [ "https://github.com/gyj9811/circ-pSBLA" ], [ "https://github.com/Mr-strlen/Cell_Pattern_Analysis_Tool" ], [ "https://github.com/fxh1001/AGF-PPIS" ], [ "https://github.com/SJTUBME-QianLab/GBM-GNN" ], [ "https://github.com/jc4357/CMUI" ], [ "https://github.com/SuferQin/Fast-QPU" ], [ "https://github.com/disanda/RFM" ], [ "https://github.com/CIVA-Lab/USE-Net" ], [ "https://github.com/Qli97/NEDNBI" ], [ "https://github.com/fsahli/AtrialMFclass" ], [ "https://github.com/Rostlab/EAT" ], [ "https://github.com/DessiLBI2020/DessiLBI" ], [ "https://github.com/basiralab/RG-Select" ], [ "https://github.com/ji-min-song/KD-of-MS-DPT" ], [ "https://github.com/GanjinZero/CODER" ], [ "https://github.com/nadeemlab/deepliif" ], [ "https://github.com/fyabc/BT4MolGen" ], [ "https://github.com/Crystal-Dsq/proteinqa" ], [ "https://github.com/ddrrnn123/Omni-Seg" ], [ "https://github.com/Karimi-Lab/inucs" ], [ "https://github.com/oxpig/DEVELOP" ], [ "https://github.com/jizexuan/JointOptmization" ], [ "https://github.com/Nojgaard/mechsearch" ], [ "https://github.com/bokunoBike/m6AGE" ], [ "https://github.com/compomics/psm_utils" ], [ "https://github.com/YingyingYao/iORI-ENST" ], [ "https://github.com/JackieSun818/AEFS" ], [ "https://github.com/yangyn533/HaForest" ], [ "https://github.com/msahasrabudhe/lymphoMIL" ], [ "https://github.com/JXZe/Learning_DualVD" ], [ "https://github.com/totient-bio/gatnn-vs" ], [ "https://github.com/mirnylab/cooler" ], [ "https://github.com/mirnylab/cooler" ], [ "https://github.com/mirnylab/cooler" ], [ "https://github.com/mirnylab/cooler" ], [ "https://github.com/Guo-Xiaoqing/SSL_WCE" ], [ "https://github.com/ShangCS/MccDTI" ], [ "https://github.com/yangkuoone/PDGNet" ], [ "https://github.com/ma-compbio/MATCHA" ], [ "https://github.com/BlueBrain/VessMorphoVis" ], [ "https://github.com/farshidrayhanuiu/FRnet-DTI" ], [ "https://github.com/JohnnyY8/DAMT-Model" ], [ "https://github.com/NaziaFatima/iSOM_GSN" ], [ "https://github.com/xmengli999/CANet" ], [ "https://github.com/rochus/transitionscalespace" ], [ "https://github.com/Murali-group/RegLinker" ], [ "https://github.com/roblanf/SRHtests" ], [ "https://github.com/pFindStudio/pDeep" ], [ "https://github.com/malikyousef/miRModuleNet" ], [ "https://github.com/chjiao/PEHaplo" ], [ "https://github.com/hallamlab/TreeSAPP" ], [ "https://github.com/MolecularBioinformatics/sbml-mod-ws" ], [ "https://github.com/Pengeace/MGRFE-GaRFE" ], [ "https://github.com/modsim/molyso" ], [ "https://github.com/bartongroup/AlmostSignificant" ], [ "https://github.com/bbci/wyrm" ], [ "https://github.com/chengkun-wu/PWTEES" ], [ "https://github.com/dkoslicki/MetaPalette" ], [ "https://github.com/embneural/Cascade-xDAWN-EEGNet-for-ERP-Detection" ], [ "https://github.com/hrcheng1066/IFSO" ], [ "https://github.com/zyt-Lib/GRU-MT" ], [ "https://github.com/LI-jasm/STRPCI" ], [ "https://github.com/one-melon/SGCLDGA" ], [ "https://github.com/wangyang199897/CD-Loop" ], [ "https://github.com/mahfuzmohammad/Brainomaly" ], [ "https://github.com/zby961104/GSL-MPP" ], [ "https://github.com/SherrySDong/Hierarchical-Correction-Improves-Automated-Single-cell-Type-Annotation" ], [ "https://github.com/AitchisonLab/perox-per-cell" ], [ "https://github.com/AitchisonLab/perox-per-cell" ], [ "https://github.com/AitchisonLab/perox-per-cell" ], [ "https://github.com/AitchisonLab/perox-per-cell" ], [ "https://github.com/tanghaibao/jcvi" ], [ "https://github.com/Phalo/PPIN" ], [ "https://github.com/merck/AbLEF" ], [ "https://github.com/Bhattacharya-Lab/EquiPNAS" ], [ "https://github.com/Bhattacharya-Lab/EquiPNAS" ], [ "https://github.com/Bhattacharya-Lab/EquiPNAS" ], [ "https://github.com/Bhattacharya-Lab/EquiPNAS" ], [ "https://github.com/hall-lab/svtools" ], [ "https://github.com/gokit1/gokit" ], [ "https://github.com/Hazel1994/Visually_Grounded_Word_Embeddings_2" ], [ "https://github.com/xq141839/DualAttNet" ], [ "https://github.com/Aboriginer/HFS-SDE" ], [ "https://github.com/EXP-Pruning/EXP_Pruning" ], [ "https://github.com/IFMlab/ChemFlow_py" ], [ "https://github.com/kwu14victor/ApoBDproject" ], [ "https://github.com/whatshap/whatshap" ], [ "https://github.com/ShiMGLab/LIDER" ], [ "https://github.com/aljpetri/isONform" ], [ "https://github.com/YoochanMyung/scripts" ], [ "https://github.com/cucpbioinfo/Mol-Zero-GAN" ], [ "https://github.com/abidabrar-bracu/NoVaTeST" ], [ "https://github.com/fmfi-compbio/warpstr" ], [ "https://github.com/suda-huanglab/circlehunter" ], [ "https://github.com/LorMeBioAI/DCiPatho" ], [ "https://github.com/wsjeon92/AbFlex" ], [ "https://github.com/mizuno-group/GLDADec" ], [ "https://github.com/study-czx/HNetPa-DTI" ], [ "https://github.com/lileitech/MI_inverse_inference" ], [ "https://github.com/soham-chitnis10/WSI-domain-specific" ], [ "https://github.com/yi-ding-cs/LGG" ], [ "https://github.com/CityU-AIM-Group/FedDM" ], [ "https://github.com/xianlin7/APFormer" ], [ "https://github.com/BioinfoMachineLearning/cryoppp" ], [ "https://github.com/lep990816/Interpretable-Multi-modal-Image-Registration" ], [ "https://github.com/JiuqingDong/PlantDiseaseDetection_Yolov5" ], [ "https://github.com/lgzlIlIlI/BiSCC" ], [ "https://github.com/GEC-git/AptaMat" ], [ "https://github.com/nikhilroxtomar/MKDCNet" ], [ "https://github.com/zhangliutong/SPnet" ], [ "https://github.com/biomed-AI/LMDisorder" ], [ "https://github.com/Ivan1248/semisup-seg-efficient" ], [ "https://github.com/Baron-Huang/ViT-AMCNet" ], [ "https://github.com/Charisma-Mannheim/gc-ims-tools" ], [ "https://github.com/linDing-group/DeepKla" ], [ "https://github.com/oxpig/ABlooper" ], [ "https://github.com/sjteresi/TE_Density" ], [ "https://github.com/fengduqianhe/ADMultiView" ], [ "https://github.com/xikanfeng2/SCYN" ], [ "https://github.com/yuerongz/SRR-method" ], [ "https://github.com/CityU-AIM-Group/L2uDT" ], [ "https://github.com/YangHuan639/iEnhancer-RD" ], [ "https://github.com/ziyewang/ARG_SHINE" ], [ "https://github.com/miladrayka/ET_Score" ], [ "https://github.com/stevenshave/pybindingcurve" ], [ "https://github.com/EPFL-LCSB/nicepath" ], [ "https://github.com/heiniglab/DeepSom" ], [ "https://github.com/sabdollahi/WinBinVec" ], [ "https://github.com/yijingru/ObjGuided-Instance-Segmentation" ], [ "https://github.com/SunjooBang/Polypharmacy-side-effect-prediction" ], [ "https://github.com/StanfordBioinformatics/Hummingbird" ], [ "https://github.com/r-costa/sbml2hyb" ], [ "https://github.com/Guo-Xiaoqing/ThresholdNet" ], [ "https://github.com/ZhangZhang89/DeepCLA" ], [ "https://github.com/Sandalmoth/ratrack" ], [ "https://github.com/sabdollahi/CoLaSpSMFM" ], [ "https://github.com/KarelZhang/CSDNet-CSDGAN" ], [ "https://github.com/WangLabTHU/CellTracker" ], [ "https://github.com/Biocomputing-Research-Group/FDR" ], [ "https://github.com/pbdas/scrapp" ], [ "https://github.com/andrea-silverj/SiDcal" ], [ "https://github.com/he2016012996/CABnet" ], [ "https://github.com/dyf0631/AAE_FOR_KG" ], [ "https://github.com/dvklopfenstein/pmidcite" ], [ "https://github.com/sinAshish/Multi-Scale-Attention" ], [ "https://github.com/weibozheng/ADFinder" ], [ "https://github.com/AvdeevPavel/ILP-WGD-reconstructor" ], [ "https://github.com/YJulyXing/SECNVs" ], [ "https://github.com/ivankovlab/HypercubeME" ], [ "https://github.com/ihwang/SAMDUDE" ], [ "https://github.com/gao-lab/ePooling" ], [ "https://github.com/BioDataLearning/DeepCirCode" ], [ "https://github.com/UdeS-CoBIUS/SimSpliceEvol" ], [ "https://github.com/UdeS-CoBIUS/SimSpliceEvol" ], [ "https://github.com/UdeS-CoBIUS/SimSpliceEvol" ], [ "https://github.com/UdeS-CoBIUS/SimSpliceEvol" ], [ "https://github.com/debbiemarkslab/DeepSequence" ], [ "https://github.com/roads/psiz" ], [ "https://github.com/cs-chan/Deep-Plant" ], [ "https://github.com/Fuhaoyi/ACEP" ], [ "https://github.com/caokai1073/UnionCom" ], [ "https://github.com/dpxiong/HHConPred" ], [ "https://github.com/bio-ontology-research-group/walking-rdf-and-owl" ], [ "https://github.com/xmuyulab/Dice-XMBD" ], [ "https://github.com/solo7773/visnormsc" ], [ "https://github.com/childsish/sofia" ], [ "https://github.com/fvnieuwe/rmne" ], [ "https://github.com/cauyrd/ScanIndel" ], [ "https://github.com/emhanna/DyCluster" ], [ "https://github.com/chengyuan/reago" ], [ "https://github.com/brentp/combined-pvalues" ], [ "https://github.com/treangenlab/lemur" ], [ "https://github.com/CenterForMedicalGeneticsGhent/WisecondorX" ], [ "https://github.com/CSi-Studio/G-Aligner" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/GIST-CSBL/BayeshERG" ], [ "https://github.com/wongsing/ACP-PDAFF" ], [ "https://github.com/meteahishali/CSENDistance" ], [ "https://github.com/jas-preet/SPOT-1D-Single" ], [ "https://github.com/zhc940702/MGPred" ], [ "https://github.com/dbespiatykh/RDscan" ], [ "https://github.com/VisionAI-USF/COCO_Size_Decoding" ], [ "https://github.com/mad-lab/transit" ], [ "https://github.com/CHUSRadOncPhys/FluoMV" ], [ "https://github.com/shunfumao/cellmesh" ], [ "https://github.com/StructureFold2/StructureFold2" ], [ "https://github.com/FJD-CEPH/aCNViewer" ], [ "https://github.com/lseventeen/DIAS" ], [ "https://github.com/PacificBiosciences/FALCON" ], [ "https://github.com/IrisQi7/PredGCN" ], [ "https://github.com/dlcarper/DISCo-microbe" ], [ "https://github.com/yangfangs/physpetools" ], [ "https://github.com/smiranast/iROAR" ], [ "https://github.com/TencentAILabHealthcare/VDJMiner" ], [ "https://github.com/MICLab-Unicamp/HypAST" ], [ "https://github.com/ciceklab/PiDeeL" ], [ "https://github.com/UdeM-LBIT/CoreTracker" ], [ "https://github.com/nichollskc/biclust_comp" ], [ "https://github.com/basiralab/Kaggle-BrainNetPrediction-Toolbox" ], [ "https://github.com/ziyili20/DistributedLearningPredictor" ], [ "https://github.com/dwaithe/quantifly" ], [ "https://github.com/nmyz669/MWT" ], [ "https://github.com/jianlin-cheng/DRCon" ], [ "https://github.com/Houjunfeng203934/PA-Net" ], [ "https://github.com/lisiang/GREPore-seq" ], [ "https://github.com/Pcyslist/EQNAS" ], [ "https://github.com/HIT-ImmunologyLab/PhageTailFinder" ], [ "https://github.com/xdynames/sai-app" ], [ "https://github.com/Xswapnil/GQS" ], [ "https://github.com/shenxiaochenn/BloodNet" ], [ "https://github.com/fenglei104/DeepPROTACs" ], [ "https://github.com/mmoreno1/ElectroPredictor" ], [ "https://github.com/azizilab/decipher" ], [ "https://github.com/elmadjian/OEMC" ], [ "https://github.com/LQCT/RCDPeaks" ], [ "https://github.com/ktan8/ModTect" ], [ "https://github.com/lichun0503/CT-Classification" ], [ "https://github.com/ewijaya/icepop" ], [ "https://github.com/ernstlab/X-CNN" ], [ "https://github.com/Xundrug/EPB" ], [ "https://github.com/wyang17/SQuIRE" ], [ "https://github.com/PlanesLab/q2-metnet" ], [ "https://github.com/bresilla/nematode_counting" ], [ "https://github.com/idruglab/ChemBC" ], [ "https://github.com/RoysamLab/TIMING2" ], [ "https://github.com/JiaxinWang123/StoManager1" ], [ "https://github.com/xmuyulab/IDEPA-XMBD" ], [ "https://github.com/ZKZ-Brain/CI-GNN" ], [ "https://github.com/lab7arriam/cry_processor" ], [ "https://github.com/B-UMMI/LMAS" ], [ "https://github.com/Caeph/paperfly" ], [ "https://github.com/songbo446/slORFfinder" ], [ "https://github.com/aflahelouneg/MARSAC" ], [ "https://github.com/idrblab/corain" ], [ "https://github.com/dhiego22/gentle" ], [ "https://github.com/DelongZHOU/SAPFIR" ], [ "https://github.com/hildebrandtlab/mzBucket" ], [ "https://github.com/ChemPredict/ChemicalAquaticToxicity" ], [ "https://github.com/QijinYin/scGraph" ], [ "https://github.com/s-a-nersisyan/miRGTF-net" ], [ "https://github.com/wajidarshad/covidc" ], [ "https://github.com/talmolab/sleap-roots" ], [ "https://github.com/talmolab/sleap-roots" ], [ "https://github.com/talmolab/sleap-roots" ], [ "https://github.com/talmolab/sleap-roots" ], [ "https://github.com/SY575/COVID19-CT" ], [ "https://github.com/bio-ontology-research-group/DeepViral" ], [ "https://github.com/bergmanlab/mcclintock" ], [ "https://github.com/bergmanlab/mcclintock" ], [ "https://github.com/bergmanlab/mcclintock" ], [ "https://github.com/bergmanlab/mcclintock" ], [ "https://github.com/Xinglab/DARTS" ], [ "https://github.com/pyMBE-dev/pyMBE" ], [ "https://github.com/hliulab/cycleCDR" ], [ "https://github.com/lkytal/SpecEncoder" ], [ "https://github.com/ZiyiHuang0708/SourceID-NMF" ], [ "https://github.com/yunzheng2002/Anti-angiogenic" ], [ "https://github.com/leeyang/ResPRE" ], [ "https://github.com/jzysj/DeepGCL" ], [ "https://github.com/jiyuc/de-inconsistency" ], [ "https://github.com/talmolab/sleap-roots" ], [ "https://github.com/talmolab/sleap-roots" ], [ "https://github.com/talmolab/sleap-roots" ], [ "https://github.com/talmolab/sleap-roots" ], [ "https://github.com/georgehc/survival-topics" ], [ "https://github.com/hyjane/CCT-Net" ], [ "https://github.com/Jianningli/ssm" ], [ "https://github.com/NUS-Tim/DEMS" ], [ "https://github.com/lrslab/nanoCEM" ], [ "https://github.com/Saocent/TTMC" ], [ "https://github.com/Lx-Bao/QSFNet" ], [ "https://github.com/epifluidlab/FinaleToolkit" ], [ "https://github.com/brisvag/blik" ], [ "https://github.com/PlanesLab/gMCSpy" ], [ "https://github.com/KoslickiLab/MetagenomicKG" ], [ "https://github.com/whatamazing1/DEAttentionDTA" ], [ "https://github.com/Argonum-Clever2/mike" ], [ "https://github.com/PathoGenOmics-Lab/VIPERA" ], [ "https://github.com/NJUSTxiazw/CTLN" ], [ "https://github.com/hrlblab/MolecularEL" ], [ "https://github.com/STOmics/BatchEval" ], [ "https://github.com/open2c/bioframe" ], [ "https://github.com/haiping1010/DeepBindPoc" ], [ "https://github.com/iiiime/SPREd" ], [ "https://github.com/PGlab-NIPER/CRAFT" ], [ "https://github.com/pandafengye/MIST" ], [ "https://github.com/HamanoLaboratory/DIRECTEUR" ], [ "https://github.com/sys-bio/vscode-antimony" ], [ "https://github.com/Qianqian-Chen/MoSID" ], [ "https://github.com/BioCenter-SHU/MSFF-MA-DDI" ], [ "https://github.com/unicorn-23/GwasWA" ], [ "https://github.com/zhjohnchan/M3AE" ], [ "https://github.com/Merrical/PADL" ], [ "https://github.com/ml-jku/hyper-dti" ], [ "https://github.com/GuetYe/MADRL-MR_code" ], [ "https://github.com/wardhong/SadNet" ], [ "https://github.com/gcgreenberg/LexicHash" ], [ "https://github.com/JiuqingDong/OWPDD" ], [ "https://github.com/tangent-T/FACL" ], [ "https://github.com/PerceptionComputingLab/ULTRA" ], [ "https://github.com/PGlab-NIPER/DeepADRA2A" ], [ "https://github.com/neda77aa/FTC" ], [ "https://github.com/yul-pan/PCGAN" ], [ "https://github.com/Tomcxf/FASTdRNA" ], [ "https://github.com/cobisLab/RDDL" ], [ "https://github.com/ncbi/BioREx" ], [ "https://github.com/BioinfoMachineLearning/ScHiCEDRN" ], [ "https://github.com/MuteJester/LZGraphs" ], [ "https://github.com/Khojasteh-hb/SRX-DTI" ], [ "https://github.com/Onebear-X/DeepASDPred" ], [ "https://github.com/ZZCrazy00/MHAM-NPI" ], [ "https://github.com/lijianing0902/CProMG" ], [ "https://github.com/pachterlab/gget" ], [ "https://github.com/pachterlab/gget" ], [ "https://github.com/pachterlab/gget" ], [ "https://github.com/pachterlab/gget" ], [ "https://github.com/SteMIDIfactory/P-DOR" ], [ "https://github.com/liuyyy111/BCAN" ], [ "https://github.com/kang-hongyu/LBMFF" ], [ "https://github.com/YinggggJ/ABLNCPP" ], [ "https://github.com/yshen25/HLA-Clus" ], [ "https://github.com/TheFischerLab/FLEXR" ], [ "https://github.com/kbzhang0505/MBPNet" ], [ "https://github.com/Evangelion09/GuidedNet" ], [ "https://github.com/gongtiansu/SASA-Net" ], [ "https://github.com/fahadahaf/chromir" ], [ "https://github.com/anikethjr/promoter_models" ], [ "https://github.com/kalininalab/metaprofi" ], [ "https://github.com/Xiao-Gua00/CCPGraph" ], [ "https://github.com/ericzwang/RBD_AB" ], [ "https://github.com/ailabstw/scDrug" ], [ "https://github.com/SIAT-code/MATIC" ], [ "https://github.com/RichardSunnyMeng/MSMFN" ], [ "https://github.com/0liliulei/Mem3D" ], [ "https://github.com/soumbane/STSGT" ], [ "https://github.com/Ying-Lab/skin_fingerprint" ], [ "https://github.com/bio-ontology-research-group/mowl" ], [ "https://github.com/lhqxinghun/scHiCPTR" ], [ "https://github.com/dmis-lab/bc7-chem-id" ], [ "https://github.com/RTXteam/RTX" ], [ "https://github.com/bionlplab/radtext" ], [ "https://github.com/lxsfight/TMSCNet" ], [ "https://github.com/flyinsky6/Deep_KsuccSite" ], [ "https://github.com/Nima-Hs/BraTS" ], [ "https://github.com/Pituohai/drinking-gesture-dataset" ], [ "https://github.com/alubbock/microbench" ], [ "https://github.com/NICALab/rlpnet" ], [ "https://github.com/Andoree/smm4h_2021_classification" ], [ "https://github.com/MicrobialDarkMatter/GraphMB" ], [ "https://github.com/TanikSaikh/Scientific-Question-Answering" ], [ "https://github.com/linDing-groups/PSnoD" ], [ "https://github.com/llt1836/GL-MLL" ], [ "https://github.com/d05943006/MSRCall" ], [ "https://github.com/Ying-Lab/MELT" ], [ "https://github.com/HaoWuLab-Bioinformatics/iPro-WAEL" ], [ "https://github.com/deepomicslab/SeCNV" ], [ "https://github.com/cbrook16/ETSR-YOLO" ], [ "https://github.com/ZimmermanGroup/conformer-rl" ], [ "https://github.com/nwuAI/CAN" ], [ "https://github.com/echen102/us-pres-elections-2020" ], [ "https://github.com/sara-javadzadeh/FastViFi" ], [ "https://github.com/xikanfeng2/SCSilicon" ], [ "https://github.com/xjtu-omics/IAGS" ], [ "https://github.com/woxuankai/SpatialAlignmentNetwork" ], [ "https://github.com/gordon-chenmo/UTRAD" ], [ "https://github.com/hzi-bifo/RiboDetector" ], [ "https://github.com/pappb/Kovacs-et-al-Underground-metabolism" ], [ "https://github.com/wujians122/The-Wheat-Spikes-Detecting-and-Counting" ], [ "https://github.com/aispeech-lab/VisBCI" ], [ "https://github.com/awslabs/dgl-lifesci" ], [ "https://github.com/mdsufz/PredicTF" ], [ "https://github.com/gao-lab/GLUE" ], [ "https://github.com/MolecularAI/DockStream" ], [ "https://github.com/linDing-groups/Deep-4mCW2V" ], [ "https://github.com/zhangjun001/FGNet" ], [ "https://github.com/elkebir-group/doubletD" ], [ "https://github.com/juanshu30/Disease-Gene-Prioritization-with-Privileged-Information-and-Heteroscedastic-Dropout" ], [ "https://github.com/guofei-tju/DeepFusionDTA" ], [ "https://github.com/Singh-Lab/TandemDuplications" ], [ "https://github.com/superxuang/amta-net" ], [ "https://github.com/yassaee/MinDrug" ], [ "https://github.com/adibayaseen/HemoNet" ], [ "https://github.com/usccolumbia/MLatticeABC" ], [ "http://github.com/chen709847237/xDeep-AcPEP" ], [ "https://github.com/Polytech-bioinf/Deep-structure-integrative-representation" ], [ "https://github.com/HUST-DataMan/HCMB" ], [ "https://github.com/Blue1993/BAPA" ], [ "https://github.com/pokynmr/ipick" ], [ "https://github.com/brachtlab/Comparative_Coverage_Analysis" ], [ "https://github.com/mr7495/COVID-CTset" ], [ "https://github.com/Peppags/CRISPRont-CRISPRofft" ], [ "https://github.com/nedaemami/AptaNet" ], [ "https://github.com/janka2012/digIS" ], [ "https://github.com/labomics/SNPsnp" ], [ "https://github.com/adrift00/HOPE" ], [ "https://github.com/oxpig/DeepCoy" ], [ "https://github.com/ncbi/bert_gt" ], [ "https://github.com/yuanjing-ma/NinimHMDA" ], [ "https://github.com/liuxinhai/FG3D-Net" ], [ "https://github.com/jluebeck/FaNDOM" ], [ "https://github.com/abyzovlab/CNVpytor" ], [ "https://github.com/abyzovlab/CNVpytor" ], [ "https://github.com/abyzovlab/CNVpytor" ], [ "https://github.com/abyzovlab/CNVpytor" ], [ "https://github.com/ziadbkh/consHap" ], [ "https://github.com/bhfs9999/colonoscopy_tissue_screen_and_segmentation" ], [ "https://github.com/SGUI-LSEC/SparseGaussianMolecule" ], [ "https://github.com/SamYWK/Associated_Learning" ], [ "https://github.com/HassounLab/ELP" ], [ "https://github.com/bio-ontology-research-group/DL2Vec" ], [ "https://github.com/a-h-b/dadasnake" ], [ "https://github.com/amckenna41/pySAR" ], [ "https://github.com/ODonnell-Lipidomics/LipidFinder" ], [ "https://github.com/xialab-ahu/PredNeuroP" ], [ "https://github.com/AlejandroAb/CASCABEL" ], [ "https://github.com/gopuvenkat/MHCAttnNet" ], [ "https://github.com/magnitov/prokaryotic_cids" ], [ "https://github.com/NuttyLogic/BSBolt" ], [ "https://github.com/jind11/Deep-PICO-Detection" ], [ "https://github.com/scvae/scvae" ], [ "https://github.com/jessada/pyCancerSig" ], [ "https://github.com/uef-bbc/nippy" ], [ "https://github.com/happyalfred2016/GRGMF" ], [ "https://github.com/lichen-lab/MDeep" ], [ "https://github.com/Tastanlab/DeepKinZero" ], [ "https://github.com/tzok/eltetrado" ], [ "https://github.com/tzok/eltetrado" ], [ "https://github.com/tzok/eltetrado" ], [ "https://github.com/tzok/eltetrado" ], [ "https://github.com/Frank-Orwell/scTIM" ], [ "https://github.com/sunwj/scanpath" ], [ "https://github.com/gifford-lab/antibody-2019" ], [ "https://github.com/PfeiferLabTue/wenda" ], [ "https://github.com/tada-alg/TADA" ], [ "https://github.com/ChnMasterOG/KmerGO" ], [ "https://github.com/akiyamalab/SPDRank" ], [ "https://github.com/JungeAlexander/cocoscore" ], [ "https://github.com/HoseinT/BAMSE" ], [ "https://github.com/chjiao/TAR-VIR" ], [ "https://github.com/jun-inoue/ORTHOSCOPE_STAR" ], [ "https://github.com/Issingjessica/MDA-CNN" ], [ "https://github.com/khanhlee/snare-cnn" ], [ "https://github.com/BieseckerLab/SomatoSim" ], [ "https://github.com/azevedolab/taba" ], [ "https://github.com/fnardi/GFPLAIN" ], [ "https://github.com/reymond-group/mhfp" ], [ "https://github.com/yetaoyu/Genomic-pan-cancer-classification" ], [ "https://github.com/divelab/cgan" ], [ "https://github.com/afergadis/BC6PM-HRNN" ], [ "https://github.com/CAMI-challenge/OPAL" ], [ "https://github.com/phac-nml/mob-suite" ], [ "https://github.com/phac-nml/mob-suite" ], [ "https://github.com/phac-nml/mob-suite" ], [ "https://github.com/phac-nml/mob-suite" ], [ "https://github.com/UMCUGenetics/targetclone" ], [ "https://github.com/zhangyijia1979/hierarchical-RNNs-model-for-DDI-extraction" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/Single-Cell-Graph-Learning/scSGL" ], [ "https://github.com/blazi13/qbioimages" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/beiko-lab/ananke" ], [ "https://github.com/C3BI-pasteur-fr/ReGaTE" ], [ "https://github.com/liutairan/eMolFrag" ], [ "https://github.com/birnbaumlab/MAD-HYPE" ], [ "https://github.com/ChrisMaherLab/INTEGRATE-Vis" ], [ "https://github.com/davecao/tappm_cli" ], [ "https://github.com/kkrizanovic/NanoMark" ], [ "https://github.com/bio-ontology-research-group/deepgo" ], [ "https://github.com/nisheth/MeFiT" ], [ "https://github.com/lucapinello/mim" ], [ "https://github.com/BJFU-CS2012/MuiltNet" ], [ "https://github.com/jiasongchen/SymTC" ], [ "https://github.com/cvims/FHB_classification" ], [ "https://github.com/BeaconProjectAtVirginiaTech/beacon_network_inference" ], [ "https://github.com/yevgenin/om2seq" ], [ "https://github.com/Shen-Lab/TALE" ], [ "https://github.com/BZQLin/LRPET" ], [ "https://github.com/zhc-moushang/CausalEQTL" ], [ "https://github.com/ICEORY/PMF" ], [ "https://github.com/bcgsc/ntEmbd" ], [ "https://github.com/weberlab-hhu/Predmoter" ], [ "https://github.com/PANPANKK/ATC_KIR" ], [ "https://github.com/anand9176/WaveWatch5000Public" ], [ "https://github.com/ziyangwang007/TriConvUNeXt" ], [ "https://github.com/kr-colab/mapNN" ], [ "https://github.com/hippo-yf/bsgenova" ], [ "https://github.com/Milkteaww/CFS" ], [ "https://github.com/754131799/DeepSF-4mC" ], [ "https://github.com/lipelopesoliveira/pyCOFBuilder" ], [ "https://github.com/eduardchelebian/depicter" ], [ "https://github.com/stiger1000/Random-Sampling-SNN" ], [ "https://github.com/aircarlo/GNN_LSAP" ], [ "https://github.com/HanLabUNLV/sleps" ], [ "https://github.com/wangjuan313/wsis-beyond-tightBB" ], [ "https://github.com/Cloud-Liu/MD-UNet" ], [ "https://github.com/yrjia1015/THItoGene" ], [ "https://github.com/llttxx/AERMNET" ], [ "https://github.com/zywait/HGCNLDA" ], [ "https://github.com/MehrshadSD/robustness-interpretability" ], [ "https://github.com/fiy2W/mri_seq2seq" ], [ "https://github.com/gem-pasteur/macsyfinder" ], [ "https://github.com/gem-pasteur/macsyfinder" ], [ "https://github.com/gem-pasteur/macsyfinder" ], [ "https://github.com/gem-pasteur/macsyfinder" ], [ "https://github.com/favour-nerrise/xGW-GAT" ], [ "https://github.com/favour-nerrise/xGW-GAT" ], [ "https://github.com/favour-nerrise/xGW-GAT" ], [ "https://github.com/favour-nerrise/xGW-GAT" ], [ "https://github.com/ddwhzh/GFIN" ], [ "https://github.com/Rongdingyi/PhyIntNet" ], [ "https://github.com/TJUT-CV/SCLT" ], [ "https://github.com/Shen-Lab/DeepAffinity" ], [ "https://github.com/algbio/mfd-safety" ], [ "https://github.com/ZhangLab312/DPAMSA" ], [ "https://github.com/nolan-h-hamilton/ROCCO" ], [ "https://github.com/amygruel/FoveationStakes_DVS" ], [ "https://github.com/KarolineZhy/DefCorNet" ], [ "https://github.com/LinaDongXMU/FGNN" ], [ "https://github.com/GtLinyer/LOANet" ], [ "https://github.com/liningtonlab/MultiplexMS" ], [ "https://github.com/LWCHN/CTEC" ], [ "https://github.com/CelestialShine/Longitudinal-Chest-X-Ray" ], [ "https://github.com/chengyu-github1012/Graph-Fusion" ], [ "https://github.com/Kari-Genomics-Lab/iDeLUCS" ], [ "https://github.com/ma-compbio/UNADON" ], [ "https://github.com/luo-group/GraNA" ], [ "https://github.com/vanderschaarlab/AutoPrognosis" ], [ "https://github.com/MoyangSensei/CARN-Pytorch" ], [ "https://github.com/JieZheng-ShanghaiTech/KR4SL" ], [ "https://github.com/CSUBioGroup/StackCPA" ], [ "https://github.com/BioinfoMachineLearning/MULTICOM3" ], [ "https://github.com/gatech-genemark/MgCod" ], [ "https://github.com/Libra-jing/SiamOL" ], [ "https://github.com/UgoLomoio/gtex_visualizer" ], [ "https://github.com/Tiny-Snow/EVMP" ], [ "https://github.com/VITA-Group/Trap-and-Replace-Backdoor-Defense" ], [ "https://github.com/phineasng/mononet" ], [ "https://github.com/YutingHe-list/P2-Net" ], [ "https://github.com/Orin-beep/HOTSPOT" ], [ "https://github.com/Socrates023/DCPHA" ], [ "https://github.com/jdeweeselab/psicalc-package" ], [ "https://github.com/OluwadareLab/HiC-GNN" ], [ "https://github.com/mooneed/CACPU-Net" ], [ "https://github.com/BioinfoMachineLearning/MULTICOM_qa" ], [ "https://github.com/roohy/localIBDClustering" ], [ "https://github.com/martaccmoreno/gexp-ml-dask" ], [ "https://github.com/calvin-zcx/SCEHR" ], [ "https://github.com/RedPotatoChip/OSUDL" ], [ "https://github.com/harveerar/SMIT" ], [ "https://github.com/mesunhlf/DEFEAT" ], [ "https://github.com/CVMI-Lab/ST3D" ], [ "https://github.com/PPOLYpubki/RD3D" ], [ "https://github.com/dmitrymyl/ortho2align" ], [ "https://github.com/hsiangyuzhao/PANet" ], [ "https://github.com/mahfuzmohammad/HealthyGAN" ], [ "https://github.com/sydeng99/ssTEM-restoration" ], [ "https://github.com/pmglab/RNA-SSNV" ], [ "https://github.com/bihealth/clear-cnv" ], [ "https://github.com/ShkolniskyLab/kltpicker2" ], [ "https://github.com/FudanDISC/DISCOpen-MedBox-DialoDiagnosis" ], [ "https://github.com/nayu0419/TFLP" ], [ "https://github.com/hehh77/3DGT-DDI" ], [ "https://github.com/tcygxu2021/FMGNN" ], [ "https://github.com/luffy563/circRNA_tools_comparison" ], [ "https://github.com/CityU-AIM-Group/I2GCN" ], [ "https://github.com/iMED-Lab/TortuosityGrading" ], [ "https://github.com/hanzefang/DESDGAN" ], [ "https://github.com/PGTSING/HGETGI" ], [ "https://github.com/TencentAILabHealthcare/MLA-GNN" ], [ "https://github.com/HuMingLab/SnapHiC" ], [ "https://github.com/cucpbioinfo/Xlnc1DCNN" ], [ "https://github.com/Longwt123/MDL-CPI" ], [ "https://github.com/usccolumbia/MOOCSP" ], [ "https://github.com/EbmeyerSt/GEnView" ], [ "https://github.com/xxy45/DSGAT" ], [ "https://github.com/wangyuanhao/springD2A" ], [ "https://github.com/anonymous1025/CO-VAE" ], [ "https://github.com/jeya-maria-jose/KiU-Net-pytorch" ], [ "https://github.com/Khalife/Sequoia" ], [ "https://github.com/wanglabtongji/STRIDE" ], [ "https://github.com/s20181080001/WebServer" ], [ "https://github.com/belowlab/IMMerge" ], [ "https://github.com/amituofo-xf/HUbiPred" ], [ "https://github.com/cambridgeltl/functional-genomics-ie" ], [ "https://github.com/umr-ds/NOREC4DNA" ], [ "https://github.com/bijingshu/BiAttCNN" ], [ "https://github.com/alonalj/hta" ], [ "https://github.com/arnabkmondal/scRAE" ], [ "https://github.com/reach2sbera/ldct_nonlocal" ], [ "https://github.com/Alphafrey946/Colocalization-MOC" ], [ "https://github.com/sigma10010/nuclei_cells_det" ], [ "https://github.com/divya031090/phyLoSTM" ], [ "https://github.com/veania/MIREyA" ], [ "https://github.com/zbf1991/A2GNN" ], [ "https://github.com/thinkobj/ISFA" ], [ "https://github.com/spyflying/CMPC-Refseg" ], [ "https://github.com/v4yuezi/AGTAR" ], [ "https://github.com/vanheeringen-lab/seq2science" ], [ "https://github.com/wtjiang98/PSGAN" ], [ "https://github.com/fayazsoleymani/SARTRE" ], [ "https://github.com/richadhanuka/PFP-using-Functional-interrelationship" ], [ "https://github.com/marjanfaizi/MSModDetector" ], [ "https://github.com/louzounlab/microbiome" ], [ "https://github.com/pcdslab/ASD-SAENet" ], [ "https://github.com/Krisloveless/ChrNet" ], [ "https://github.com/CSUBioGroup/SSRE" ], [ "https://github.com/krishnabits001/task_driven_data_augmentation" ], [ "https://github.com/medema-group/bigslice" ], [ "https://github.com/AaronYll/DECban" ], [ "https://github.com/fallerlab/Ribo-ODDR" ], [ "https://github.com/AliJam82/MDIPA" ], [ "https://github.com/renzhenwang/pairwise_segmentation" ], [ "https://github.com/lixt314/NatDRAP1" ], [ "https://github.com/kimmo1019/DeepCDR" ], [ "https://github.com/ZiqiaoZhang/FraGAT" ], [ "https://github.com/SJTUBME-QianLab/SpiralTransform" ], [ "https://github.com/wang-hong-fei/DL-plant-ubsites-prediction" ], [ "https://github.com/ZhaoZhibin/DL-based-Intelligent-Diagnosis-Benchmark" ], [ "https://github.com/voracva1/CoLiDe" ], [ "https://github.com/innate2adaptive/Decombinator" ], [ "https://github.com/JoanaMPereira/GCsnap" ], [ "https://github.com/raphael-group/SBMClone" ], [ "https://github.com/CT001002/T4SE-XGB" ], [ "https://github.com/lasigeBioTM/PGR-crowd" ], [ "https://github.com/SatyajitECE/DNN-XGB-for-PPI-Prediction" ], [ "https://github.com/sera616/TargetMM" ], [ "https://github.com/cbi-bioinfo/methCancer-gen" ], [ "https://github.com/YifanDengWHU/DDIMDL" ], [ "https://github.com/CongSun-dlut/CPI_extraction" ], [ "https://github.com/yangyq505/MHRWR" ], [ "https://github.com/malewins/SEQing" ], [ "https://github.com/jade-nhri/nanoMLST" ], [ "https://github.com/lich0031/Mammographic_Density_Classification" ], [ "https://github.com/QuKunLab/SMAtool" ], [ "https://github.com/bio-ontology-research-group/ontology-extension" ], [ "https://github.com/lalonderodney/INN-Inflated-Neural-Nets" ], [ "https://github.com/mobiusklein/glycresoft" ], [ "https://github.com/mikpom/uslcount" ], [ "https://github.com/DPBayes/dp-representation-transfer" ], [ "https://github.com/YellowcardD/RNN-for-membrane-protein-types-prediction" ], [ "https://github.com/muhaochen/seq_ppi" ], [ "https://github.com/zer0o0/drug-repo" ], [ "https://github.com/xal2019/DeepFE-PPI" ], [ "https://github.com/cimm-kzn/CGRtools" ], [ "https://github.com/easycui/nuclei_segmentation" ], [ "https://github.com/BIONF/protTrace" ], [ "https://github.com/phglab/ARGDIT" ], [ "https://github.com/insilichem/garleek" ], [ "https://github.com/Phlya/coolpuppy" ], [ "https://github.com/gstecher/CloneFinderAPI" ], [ "https://github.com/hellloxiaotian/ADNet" ], [ "https://github.com/Shamir-Lab/Sorting-Cancer-Karyotypes" ], [ "https://github.com/hkmztrk/SMILESVecProteinRepresentation" ], [ "https://github.com/rsemeraro/XomeBlender" ], [ "https://github.com/Zhiqin-HUANG/confFuse" ], [ "https://github.com/thh32/Spherical" ], [ "https://github.com/ma-compbio/PEP" ], [ "https://github.com/jtaghiyar/kronos" ], [ "https://github.com/smalltalkman/hppi-tensorflow" ], [ "https://github.com/jnktsj/DNApi" ], [ "https://github.com/kassonlab/positionalmi" ], [ "https://github.com/abehr/pong" ], [ "https://github.com/BlueBrain/NeuroMorphoVis" ], [ "https://github.com/phrh/BackCLIP" ], [ "https://github.com/JZPeterPan/MCMR-Recon-Driven-Motion" ], [ "https://github.com/wu-lab-egio/EGIO" ], [ "https://github.com/VicenteMartiCentelles/CageCavityCalc" ], [ "https://github.com/rui-yan/SSL-FL" ], [ "https://github.com/yimingxu24/CLDG" ], [ "https://github.com/LeapLabTHU/EfficientTrain" ], [ "https://github.com/neuropoly/multiclass-segmentation" ], [ "https://github.com/lhf12278/IAD" ], [ "https://github.com/RPDS2020/AEC" ], [ "https://github.com/kurtsemih/copyVAE" ], [ "https://github.com/Goatofmountain/MAGNIFIER" ], [ "https://github.com/LiuChuang0059/GTSP" ], [ "https://github.com/JLiangLab/DiRA" ], [ "https://github.com/JLiangLab/DiRA" ], [ "https://github.com/JLiangLab/DiRA" ], [ "https://github.com/JLiangLab/DiRA" ], [ "https://github.com/PT-Finder/PT-Finder" ], [ "https://github.com/michalkoziarski/DiagSet" ], [ "https://github.com/hfutqian/GapSSG" ], [ "https://github.com/rsinghlab/scGrapHiC" ], [ "https://github.com/yhoogstrate/flaimapper" ], [ "https://github.com/hellloxiaotian/SSNet" ], [ "https://github.com/Liuyuxinict/CBiAFormer" ], [ "https://github.com/ZZCrazy00/GAM-MDR" ], [ "https://github.com/AxelElaldi/e3so3_conv" ], [ "https://github.com/kordk/torch-ecpg" ], [ "https://github.com/kordk/torch-ecpg" ], [ "https://github.com/kordk/torch-ecpg" ], [ "https://github.com/kordk/torch-ecpg" ], [ "https://github.com/lucien22588/yolov5-ngn" ], [ "https://github.com/liameihao/scChrBin" ], [ "https://github.com/ShaneSpace/DGFDBenchmark" ], [ "https://github.com/LI-jasm/DHPRL" ], [ "https://github.com/OnofreyLab/dl_hmc_attention_mlcn2023" ], [ "https://github.com/ZZCrazy00/JDASA-MRD" ], [ "https://github.com/Roth-Lab/ESQmodel" ], [ "https://github.com/jiahong-fu/Equivariant-Proximal-Operator" ], [ "https://github.com/RidongHan/DocRE-Co-Occur" ], [ "https://github.com/Peroxidess/MVIIL-GAN" ], [ "https://github.com/jywu511/BD-Net" ], [ "https://github.com/wq-sunshine/MomdTDSRL" ], [ "https://github.com/Ulricab/Bert-Path" ], [ "https://github.com/oligogenic/Deep_active_learning_bioRE" ], [ "https://github.com/gpgzy/CL-Cardiac-segmentation" ], [ "https://github.com/ghaiyan/TOAST" ], [ "https://github.com/lhc17/HoloNet" ], [ "https://github.com/structuralbioinformatics/SBILib" ], [ "https://github.com/qgao21/CoreDiff" ], [ "https://github.com/ZhangJD-ong/Iterative-Cycle-consistent-Semi-supervised-Learning-for-fibroglandular-tissue-segmentation" ], [ "https://github.com/Cuthbert-Huang/CC-Net" ], [ "https://github.com/favour-nerrise/xGW-GAT" ], [ "https://github.com/favour-nerrise/xGW-GAT" ], [ "https://github.com/favour-nerrise/xGW-GAT" ], [ "https://github.com/favour-nerrise/xGW-GAT" ], [ "https://github.com/ncbi/MedCPT" ], [ "https://github.com/mdsufz/StandEnA" ], [ "https://github.com/yevgenin/PatternCode" ], [ "https://github.com/sekijima-lab/GARGOYLES" ], [ "https://github.com/Zhang-Yang-ops/LSFC" ], [ "https://github.com/Bhattacharya-Lab/PIQLE" ], [ "https://github.com/Bhattacharya-Lab/PIQLE" ], [ "https://github.com/Bhattacharya-Lab/PIQLE" ], [ "https://github.com/Bhattacharya-Lab/PIQLE" ], [ "https://github.com/aehrc/cvt2distilgpt2" ], [ "https://github.com/JiayuanWang-JW/DC-cycleGAN" ], [ "https://github.com/barthelemymp/Domain2DomainProteinTranslation" ], [ "https://github.com/bayzidlab/SAINT-Angle" ], [ "https://github.com/CSUBioGroup/GraphscoreDTA" ], [ "https://github.com/XiaoTaoWang/HiCLift" ], [ "https://github.com/XiaoTaoWang/HiCLift" ], [ "https://github.com/XiaoTaoWang/HiCLift" ], [ "https://github.com/XiaoTaoWang/HiCLift" ], [ "https://github.com/canc1993/graces" ], [ "https://github.com/weiliao97/METRE" ], [ "https://github.com/shimenghuang/KernelBiome" ], [ "https://github.com/aI-area/DVGSN" ], [ "https://github.com/bozdaglab/NRPreTo" ], [ "https://github.com/vigi30/Clinical-GAN" ], [ "https://github.com/glasgowlab/MAGPIE" ], [ "https://github.com/xwanggroup/DaDL-SChlo" ], [ "https://github.com/berkuva/TCGA-omics-integration" ], [ "https://github.com/skinahan/DIVA_PyTorch" ], [ "https://github.com/meidanis-lab/rank-indel" ], [ "https://github.com/Nachida08/SnakeMAGs" ], [ "https://github.com/lmdu/dockey" ], [ "https://github.com/SysBioChalmers/HGTphyloDetect" ], [ "https://github.com/ChunhuaLiLab/Metal3DRNA" ], [ "https://github.com/deepomicslab/SMURF" ], [ "https://github.com/jianlin-cheng/TransFun" ], [ "https://github.com/ihuhuhu/RAC" ], [ "https://github.com/joshidhaivat/HQAlign" ], [ "https://github.com/zzc1991/TREC_Precision_Medicine_Track" ], [ "https://github.com/MinjieWan/Unsupervised-end-to-end-infrared-and-visible-image-fusion-network-using-learnable-fusion-strategy" ], [ "https://github.com/TrangDinh44/ABAG_BioBERT" ], [ "https://github.com/kkyamada/bert-rbp" ], [ "https://github.com/tticoin/HKG-DDIE" ], [ "https://github.com/RuoyuChen10/Image_weighing" ], [ "https://github.com/XiayangLi2301/DNA" ], [ "https://github.com/prasunc/Gliomanet" ], [ "https://github.com/MHH-RCUG/nf_wochenende" ], [ "https://github.com/FeiLyu/SASSL" ], [ "https://github.com/fangzy97/drnet" ], [ "https://github.com/jannikfranzen/theta_neuron" ], [ "https://github.com/VITA-Group/LongTailCXR" ], [ "https://github.com/MIRCen/NeuronInstanceSeg" ], [ "https://github.com/PiotrRadzinski/envemind" ], [ "https://github.com/Chandan-IITI/Tf-GCZSL" ], [ "https://github.com/vinchole/zzzccc" ], [ "https://github.com/Tan-group/FebRNA" ], [ "https://github.com/rishavpramanik/AAPSO" ], [ "https://github.com/FeiYee/Breast-area-TWO" ], [ "https://github.com/csxmli2016/DMDNet" ], [ "https://github.com/parashardhapola/scarf" ], [ "https://github.com/tthinking/MATR" ], [ "https://github.com/MehediAzim/DeepAmp" ], [ "https://github.com/gengmufeng/TCFL-OCT" ], [ "https://github.com/JLiangLab/BenchmarkTransferLearning" ], [ "https://github.com/dmis-lab/SeqTagQA" ], [ "https://github.com/AstraZeneca/StarGazer" ], [ "https://github.com/HUBioDataLab/DrugApp" ], [ "https://github.com/jiangdat/COMI" ], [ "https://github.com/CMUSchwartzLab/TUSV-ext" ], [ "https://github.com/zsy-9/STNN-DDI" ], [ "https://github.com/magnitov/pentad" ], [ "https://github.com/GauravPandeyLab/ensemble_integration" ], [ "https://github.com/Usman095/Graph-DOM" ], [ "https://github.com/Novestars/Fully-Transformer-Network" ], [ "https://github.com/HKUST-NISL/GEDDnet" ], [ "https://github.com/AlexTS1980/COVID-CT-Mask-Net" ], [ "https://github.com/LiangYu-Xidian/MDPBMP" ], [ "https://github.com/DIAL-RPI/SCO-SSL" ], [ "https://github.com/msisakht/pyprotmodel" ], [ "https://github.com/Cassieyy/AugMS-Net" ], [ "https://github.com/hongwang01/DICDNet" ], [ "https://github.com/sbelharbi/deep-wsl-histo-min-max-uncertainty" ], [ "https://github.com/cliffgao/EAGERER" ], [ "https://github.com/liuyf-a/NeuroPpred-SVM" ], [ "https://github.com/zmmzGitHub/SpanMB_BERT" ], [ "https://github.com/pengsl-lab/BioERP" ], [ "https://github.com/pdbeurope/pdbecif" ], [ "https://github.com/wmalab/EnHiC" ], [ "https://github.com/jiaming-wang/EIP" ], [ "https://github.com/bittremieux/falcon" ], [ "https://github.com/yaozhong/deepIntraSV" ], [ "https://github.com/cyones/mirDNN" ], [ "https://github.com/ggnatalia/MMs" ], [ "https://github.com/WLYLab/PepFormer" ], [ "https://github.com/wlincong/p2pSSE" ], [ "https://github.com/nrohani/SARS-CoV-2" ], [ "https://github.com/kweimann/ecg-transfer-learning" ], [ "https://github.com/bhioswego/ML_ordCOX" ], [ "https://github.com/zyllluck/GNIPLR" ], [ "https://github.com/hehew321/iDeepC" ], [ "https://github.com/SayakaMiura/PathFinder" ], [ "https://github.com/Wukong90/Handwritten-Text-Recognition" ], [ "https://github.com/Scientific-Computing-Lab-NRCN/MLography" ], [ "https://github.com/filipspl/AnnapuRNA" ], [ "https://github.com/Yikai-Wang/ICI-FSL" ], [ "https://github.com/HEGANLDA/HEGANLDA" ], [ "https://github.com/jahnl/binding_in_disorder" ], [ "https://github.com/wzhings/antivaccine_detection" ], [ "https://github.com/IoBT-VISTEC/MetaSleepLearner" ], [ "https://github.com/ShuhuaGao/FHOC" ], [ "https://github.com/zhibinlv/isGP-DRLF" ], [ "https://github.com/borenstein-lab/MetaLAFFA" ], [ "https://github.com/systemsmedicine/Antibody_cross-reaction_dynamics" ], [ "https://github.com/yvquanli/trimnet" ], [ "https://github.com/ratschlab/SNBNMF-mutsig-public" ], [ "https://github.com/kingsford-group/miniception" ], [ "https://github.com/anuradhawick/MetaBCC-LR" ], [ "https://github.com/BorgwardtLab/MoProEmbeddings" ], [ "https://github.com/LBBSoft/DeepCDA" ], [ "https://github.com/ay-lab/mustache" ], [ "https://github.com/jmschrei/kiwano" ], [ "https://github.com/mrazvan22/dkt" ], [ "https://github.com/LannyShi/Hippocampal-segmentation" ], [ "https://github.com/canisw/tf3p" ], [ "https://github.com/ryought/hic_hiker" ], [ "https://github.com/NeuroSyd/Epileptic-Seizure-Classification" ], [ "https://github.com/CXX1113/Dual-DropoutGCN" ], [ "https://github.com/guofei-tju/Ensemble-classifier-chain-model" ], [ "https://github.com/ljatynu/NIMCGCN" ], [ "https://github.com/RanSuLab/Hepatotoxicity" ], [ "https://github.com/zhanglabNKU/APIN" ], [ "https://github.com/YantaoShen/kpm_rw_person_reid" ], [ "https://github.com/connor-lab/vapor" ], [ "https://github.com/biomag-lab/hypocotyl-UNet" ], [ "https://github.com/StevenLiuWen/sRNN_TSC_Anomaly_Detection" ], [ "https://github.com/vibansal/IntegratedPhasing" ], [ "https://github.com/gevaertlab/MultimodalPrognosis" ], [ "https://github.com/BarnettLab/MyelinJ" ], [ "https://github.com/schallerdavid/pyrod" ], [ "https://github.com/wupengomics/PASS" ], [ "https://github.com/QuKunLab/APEC" ], [ "https://github.com/juexinwang/GRGNN" ], [ "https://github.com/QData/FastSK" ], [ "https://github.com/likesum/DeeReCT-PolyA" ], [ "https://github.com/kantorlab/hivmmer" ], [ "https://github.com/biocore/calour" ], [ "https://github.com/hakyimlab/ukbrest" ], [ "https://github.com/zhanglabtools/DNADataAugmentation" ], [ "https://github.com/Crespo-Otero-group/fromage" ], [ "https://github.com/Crespo-Otero-group/fromage" ], [ "https://github.com/Crespo-Otero-group/fromage" ], [ "https://github.com/Crespo-Otero-group/fromage" ], [ "https://github.com/pmeysman/TCRclusteringPaper" ], [ "https://github.com/Tarskin/HappyTools" ], [ "https://github.com/ucrbioinfo/Novo_Stitch" ], [ "https://github.com/jaebird123/tusv" ], [ "https://github.com/EhsanMotazedi/TriPoly" ], [ "https://github.com/CobraLab/atlases" ], [ "https://github.com/costasilvati/consexpression" ], [ "https://github.com/jmjung83/deconvolution_of_essential_gene_signitures" ], [ "https://github.com/bcgsc/pavfinder" ], [ "https://github.com/ctlab/GADMA" ], [ "https://github.com/lingluodlut/Att-ChemdNER" ], [ "https://github.com/stjude/RNAIndel" ], [ "https://github.com/ccshao/nimfa" ], [ "https://github.com/jefftc/changlab" ], [ "https://github.com/luispedro/Coelho2015_NetsDetermination" ], [ "https://github.com/SJTUBME-QianLab/CFGNN-PDarising" ], [ "https://github.com/Rose-STL-Lab/FS-CAP" ], [ "https://github.com/mcieslik-mctp/epicode" ], [ "https://github.com/ahmedhshahin/CenTime" ], [ "https://github.com/SimonCB765/Leaf" ], [ "https://github.com/cma2015/CAFU" ], [ "https://github.com/SindiLab/ACTIVA" ], [ "https://github.com/vaquerizaslab/fanc" ], [ "https://github.com/zhihefang/CCLGAN" ], [ "https://github.com/vshiv18/sigmoni" ], [ "https://github.com/ICB-DCM/pyPESTO" ], [ "https://github.com/ICB-DCM/pyPESTO" ], [ "https://github.com/ICB-DCM/pyPESTO" ], [ "https://github.com/ICB-DCM/pyPESTO" ], [ "https://github.com/rememberBr/HRTEM2" ], [ "https://github.com/sfu-mial/FuseNet" ], [ "https://github.com/nlp-mnmt/ConVisPiv-MNMT" ], [ "https://github.com/bx20000827/DL-MHNMF" ], [ "https://github.com/Biohang/DiSMVC" ], [ "https://github.com/yyzg/OGNNMDA" ], [ "https://github.com/MorrissyLab/mosaicMPI" ], [ "https://github.com/jaygshah/Robust-Brain-Age-Prediction" ], [ "https://github.com/Royluoyi123/DTKGIN" ], [ "https://github.com/cma2015/DEM" ], [ "https://github.com/amazingma/GraphPath" ], [ "https://github.com/CodeGoat24/RGTNet" ], [ "https://github.com/XuejiangGuo/TransGCN" ], [ "https://github.com/Vincent-1125/Uncertainty-Quantification-on-Clinical-Trial-Outcome-Prediction" ], [ "https://github.com/CNJianLiu/MH6D" ], [ "https://github.com/ncbi/GeneGPT" ], [ "https://github.com/TNTurnerLab/HAT" ], [ "https://github.com/humeng24/Margin-SNN" ], [ "https://github.com/RobinChu9890/MTL-U-Net-for-Functional-Shoulder-STS" ], [ "https://github.com/abelavit/PepCNN" ], [ "https://github.com/whitehat32/MSFF-DTA" ], [ "https://github.com/marcdcfischer/PUNETR" ], [ "https://github.com/DHUDEBLab/DMFDDI" ], [ "https://github.com/taowang11/ML-NPI" ], [ "https://github.com/mylbuaa/MGCA-RAFFNet" ], [ "https://github.com/BGI-SynBio/PyMOL-PUB" ], [ "https://github.com/jiujiezz/tsnad" ], [ "https://github.com/jiujiezz/tsnad" ], [ "https://github.com/jiujiezz/tsnad" ], [ "https://github.com/jiujiezz/tsnad" ], [ "https://github.com/CUHK-AIM-Group/FedGP" ], [ "https://github.com/cnapy-org/CNApy" ], [ "https://github.com/cnapy-org/CNApy" ], [ "https://github.com/cnapy-org/CNApy" ], [ "https://github.com/cnapy-org/CNApy" ], [ "https://github.com/BrokenStringx/CRISPR-BERT" ], [ "https://github.com/whuchuang/mid" ], [ "https://github.com/biomed-AI/nucleic-acid-binding" ], [ "https://github.com/hongwang01/OSCNet" ], [ "https://github.com/hcholab/k-salsa" ], [ "https://github.com/Ma-Xinzhi/LightConvNet" ], [ "https://github.com/nadeemlab/DeepLIIF" ], [ "https://github.com/nyukat/pathology_extraction" ], [ "https://github.com/YingLiangjxau/GR-m6A" ], [ "https://github.com/louliliang/ST-ac4C" ], [ "https://github.com/Bhattacharya-Lab/EquiPPIS" ], [ "https://github.com/Quinella7291/A-Multi-exit-Neural-Network-with-Adaptive-Inference-Time-for-Sleep-Stage-Classification" ], [ "https://github.com/darylfung96/UC-disease-TL" ], [ "https://github.com/PlotkinLab/Prothon" ], [ "https://github.com/msmdev/PlasmoFAB" ], [ "https://github.com/shallFun4Learning/PGPointNovo" ], [ "https://github.com/DIAL-RPI/Fed-MENU" ], [ "https://github.com/HiLab-git/HAMIL" ], [ "https://github.com/Crystal-JJ/DREAM" ], [ "https://github.com/zglabDIB/TbAMLPred" ], [ "https://github.com/mb16biswas/attention-unet" ], [ "https://github.com/PayamDiba/SERGIO" ], [ "https://github.com/yifang000/QADD" ], [ "https://github.com/rlrq/MINORg" ], [ "https://github.com/HaoWuLab-Bioinformatics/Enhancer-MDLF" ], [ "https://github.com/ArdeleanRichard/Space-Breakdown-Method" ], [ "https://github.com/PremSinghBist/Sars-CoV-2-Escape-Model" ], [ "https://github.com/kalininalab/GlyLES" ], [ "https://github.com/THGLab/int2cart" ], [ "https://github.com/xq141839/DCSAU-Net" ], [ "https://github.com/lizmcmanus/Inspectro-Gadget" ], [ "https://github.com/GOMC-WSU/MoSDeF-GOMC" ], [ "https://github.com/BAMeScience/PepGM" ], [ "https://github.com/usnistgov/atomvision" ], [ "https://github.com/JU-HuaY/MFR" ], [ "https://github.com/bwbio/PROSE" ], [ "https://github.com/zhyu-lab/bmvae" ], [ "https://github.com/hurraygong/MU3DSP" ], [ "https://github.com/SJTU-LuHe/TransVOD" ], [ "https://github.com/PreMedKB/PAnno" ], [ "https://github.com/ZenaCai/vsRNAfinder" ], [ "https://github.com/BioinformaticsCSU/CRMSS" ], [ "https://github.com/usaeed786/BGCLN" ], [ "https://github.com/228384274/improved-yolov5" ], [ "https://github.com/HiLab-git/DAG4MIA" ], [ "https://github.com/VDIGPKU/CBNetV2" ], [ "https://github.com/gxq1998/MCP-Net" ], [ "https://github.com/dmis-lab/BERN2" ], [ "https://github.com/ningq669/DLF-Sul" ], [ "https://github.com/aispeech-lab/TinyWASE" ], [ "https://github.com/zm17943/SplitAVG" ], [ "https://github.com/dimitrisPs/msdesis" ], [ "https://github.com/nachifur/LLPC" ], [ "https://github.com/MeixinZhu/vehicle-crash-identification" ], [ "https://github.com/songweizhi/MarkerMAG" ], [ "https://github.com/yoterel/iCatcher" ], [ "https://github.com/engbiopct/TextMiningAMR" ], [ "https://github.com/JaesikKim/temporal-GNN" ], [ "https://github.com/martalovino/ChimerDriver" ], [ "https://github.com/ChunhuaLiLab/SREPRHot" ], [ "https://github.com/SohamChattopadhyayEE/DRDA-Net" ], [ "https://github.com/VITA-Group/SmartDeal" ], [ "https://github.com/SoftServeInc/affinity-by-GNN" ], [ "https://github.com/I-Guy/SalmoDEST" ], [ "https://github.com/dhcai21/RVHaplo" ], [ "https://github.com/leonweber/drugprot" ], [ "https://github.com/Liruiqing-ustc/HFBSurv" ], [ "https://github.com/feiqiwang/PISPKI" ], [ "https://github.com/emiracherif/ONTdeCIPHER" ], [ "https://github.com/jayarajpbalakrishnan/2_SOM_SCREEN" ], [ "https://github.com/wanglabtongji/SCRIP" ], [ "https://github.com/ChenyuGAO-CS/SMA" ], [ "https://github.com/abu-compbio/NetCentric" ], [ "https://github.com/yyguo-sjtu/DSD-3D-Unsupervised-Landmark-Detection-Based-Motion-Estimation" ], [ "https://github.com/Haawk666/AutomAl-6000" ], [ "https://github.com/li-shaochuan/SEDIM" ], [ "https://github.com/DREAMXFAR/FCL-Net" ], [ "https://github.com/ProwlerForNanopore/ProwlerTrimmer" ], [ "https://github.com/96jhwei/Genetic-U-Net" ], [ "https://github.com/IFMlab/ChemFlow" ], [ "https://github.com/HUST-DataMan/FRMC" ], [ "https://github.com/ailabstw/ezGeno" ], [ "https://github.com/svip-lab/SphericalDNNs" ], [ "https://github.com/houzl3416/iDeepSubMito" ], [ "https://github.com/czbiohub/MIDAS2" ], [ "https://github.com/wanjun-group-seu/AQUARIUM" ], [ "https://github.com/SJTUBME-QianLab/UDAseg" ], [ "https://github.com/Hengfu-Yin/IsoSplitter" ], [ "https://github.com/NWPU-903PR/IMCDriver" ], [ "https://github.com/JackAndCole/Deep-Neural-Network-For-Heartbeat-Classification" ], [ "https://github.com/aod321/STN-iCNN" ], [ "https://github.com/AkshathaPrasanna/MutVis" ], [ "https://github.com/CN-zdy/MSU_Net" ], [ "https://github.com/yangence/DEBKS" ], [ "https://github.com/JhaKanchan15/PPI_GNN" ], [ "https://github.com/guopengf/CG-SAMR" ], [ "https://github.com/neerakara/test-time-adaptable-neural-networks-for-domain-generalization" ], [ "https://github.com/marcovarrone/gene-expression-chromatin" ], [ "https://github.com/bm2-lab/FL-QSAR" ], [ "https://github.com/784221489/DNA-binding" ], [ "https://github.com/biosinodx/SCCNV" ], [ "https://github.com/zabir-nabil/Fibro-CoSANet" ], [ "https://github.com/babaksaremi/RESEQ" ], [ "https://github.com/jimmyrate/ienhancer-xg" ], [ "https://github.com/Genotek/ClassifyCNV" ], [ "https://github.com/qsonehara/Obelisc" ], [ "https://github.com/KIT-MBS/coconet" ], [ "https://github.com/liukeweiaway/DeepM6A_cnn" ], [ "https://github.com/maups/covid19-satellite-analysis" ], [ "https://github.com/ITBE-Lab/seed-evaluation" ], [ "https://github.com/jiujiezz/tsnad" ], [ "https://github.com/jiujiezz/tsnad" ], [ "https://github.com/jiujiezz/tsnad" ], [ "https://github.com/jiujiezz/tsnad" ], [ "https://github.com/Ananya-Bhattacharjee/ImputeDistances" ], [ "https://github.com/smerckel/FastaChar" ], [ "https://github.com/cbg-ethz/BnpC" ], [ "https://github.com/stamakro/GCN-for-Structure-and-Function" ], [ "https://github.com/Topf-Lab/XLM-Tools" ], [ "https://github.com/SAINTProtein/SAINT" ], [ "https://github.com/LingtaoSu/BISG" ], [ "https://github.com/vanallenlab/comut" ], [ "https://github.com/zhengdd0422/VFNet" ], [ "https://github.com/oxpig/DeLinker" ], [ "https://github.com/Xshelton/SG_LSTM" ], [ "https://github.com/ksiewert/BetaScan" ], [ "https://github.com/smajidian/phaseme" ], [ "https://github.com/paprikachan/DeepMF" ], [ "https://github.com/iprada/Circle-Map" ], [ "https://github.com/knights-lab/SHOGUN" ], [ "https://github.com/malonge/RaGOO" ], [ "https://github.com/nrohani/NDD" ], [ "https://github.com/Valdes-Tresanco-MS/gmx_MMPBSA" ], [ "https://github.com/billzyx/LCA-CNN" ], [ "https://github.com/cambridgeltl/nn_for_LBD" ], [ "https://github.com/arouillard/omic-features-successful-targets" ], [ "https://github.com/CardiacModelling/hERGRapidCharacterisation" ], [ "https://github.com/algbio/panvc3-experiments" ], [ "https://github.com/Dankem/pyGROMODS" ], [ "https://github.com/matthewcarlucci/scikick" ], [ "https://github.com/slimsuite/depthkopy" ], [ "https://github.com/regulomics/chroMC" ], [ "https://github.com/takumorizo/OVarCall" ], [ "https://github.com/cuhklinlab/scAMACE_py" ], [ "https://github.com/clovaai/wsolevaluation" ], [ "https://github.com/LabBandSB/re-Searcher" ], [ "https://github.com/cschmidtlab/croco" ], [ "https://github.com/bioinformatics-polito/DEEPrior" ], [ "https://github.com/p-koo/evoaug-tf" ], [ "https://github.com/p-koo/evoaug-tf" ], [ "https://github.com/p-koo/evoaug-tf" ], [ "https://github.com/p-koo/evoaug-tf" ], [ "https://github.com/p-koo/evoaug-tf" ], [ "https://github.com/p-koo/evoaug-tf" ], [ "https://github.com/p-koo/evoaug-tf" ], [ "https://github.com/p-koo/evoaug-tf" ], [ "https://github.com/Micromeda/pygenprop" ], [ "https://github.com/syxiaa/gbc" ], [ "https://github.com/smithlabcode/ribotricer" ], [ "https://github.com/UdeS-CoBIUS/Protein2GeneTree" ], [ "https://github.com/axbazin/panrgp_supdata" ], [ "https://github.com/chembl/pfam_map_loader" ], [ "https://github.com/vanessajurtz/MetaPhinder" ], [ "https://github.com/tudorgroza/code-for-papers" ], [ "https://github.com/tudorgroza/fast_hpo_cr" ], [ "https://github.com/c3g/bw-merge-window" ], [ "https://github.com/Fibonaccirabbit/cVAN" ], [ "https://github.com/hakyimlab/MetaXcan" ], [ "https://github.com/fenghen360/HomBlocks" ], [ "https://github.com/sunericd/SPRITE" ], [ "https://github.com/raimondilab/expansion" ], [ "https://github.com/pykeen/pykeen" ], [ "https://github.com/labgem/PPanGGOLiN" ], [ "https://github.com/LauritzR/characteristic-feature-extraction" ], [ "https://github.com/HDCVLab/Deep-Dense-Multi-scale-Network" ], [ "https://github.com/AC-PHD/NoLabelPFA" ], [ "https://github.com/tkotani/CEBond" ], [ "https://github.com/ZhaoLab-TMU/AIMER" ], [ "https://github.com/mrzResearchArena/PyFeat" ], [ "https://github.com/ieeta-pt/BioNExt" ], [ "https://github.com/ay-lab/HiCnv" ], [ "https://github.com/Mathelab/RaMP-BackEnd" ], [ "https://github.com/cancerit/VaLiAnT" ], [ "https://github.com/MicrobiologyETHZ/mbarq" ], [ "https://github.com/TU-Darmstadt-APQ/RedPitaya-Lockbox" ], [ "https://github.com/afgane/bioblend" ], [ "https://github.com/afgane/bioblend" ], [ "https://github.com/afgane/bioblend" ], [ "https://github.com/afgane/bioblend" ], [ "https://github.com/zhangjiaobxy/nssrfBinary" ], [ "https://github.com/zhangjiaobxy/nssrfPackage" ], [ "https://github.com/wh-xu/experiment-hyper-gen" ], [ "https://github.com/SamStudio8/goldilocks" ], [ "https://github.com/Jerry-Master/lung-tumour-study" ], [ "https://github.com/kantale/pypedia" ], [ "https://github.com/MilesCranmer/bnn_chaos_model" ], [ "https://github.com/dtamayo/spock" ], [ "https://github.com/gem-pasteur/macsyfinder" ], [ "https://github.com/gem-pasteur/macsyfinder" ], [ "https://github.com/gem-pasteur/macsyfinder" ], [ "https://github.com/gem-pasteur/macsyfinder" ], [ "https://github.com/nanogchen/polyGraft" ], [ "https://github.com/RNA-FRETools/fretraj" ], [ "https://github.com/BruningLab/warpDOCK" ], [ "https://github.com/abyzovlab/CNVpytor" ], [ "https://github.com/abyzovlab/CNVpytor" ], [ "https://github.com/abyzovlab/CNVpytor" ], [ "https://github.com/abyzovlab/CNVpytor" ], [ "https://github.com/alexcoppe/iWhale" ], [ "https://github.com/ylab-hi/ScanNeo" ], [ "https://github.com/LMSE/FYRMENT" ], [ "https://github.com/daquang/YAMDA" ], [ "https://github.com/pranavkdm/R-PointHop" ], [ "https://github.com/Buka-Xing/Deep-network-based-distribution-measures-for-full-reference-image-quality-assessment" ], [ "https://github.com/anooplab/pyar" ], [ "https://github.com/james-guevara/synthdnm" ], [ "https://github.com/zheminzhou/pHierCC" ], [ "https://github.com/galelab/scPathoQuant" ], [ "https://github.com/giesselmann/nanopype" ], [ "https://github.com/Quantum-Dynamics-Hub/Libra-X" ], [ "https://github.com/mabessa/F3DAS" ], [ "https://github.com/bokulich-lab/q2-fondue" ], [ "https://github.com/zqfang/gnnhap" ], [ "https://github.com/vanvalenlab/deepcell-spots" ], [ "https://github.com/vanvalenlab/deepcell-spots" ], [ "https://github.com/vanvalenlab/deepcell-spots" ], [ "https://github.com/vanvalenlab/deepcell-spots" ], [ "https://github.com/epifluidlab/finaledb_workflow" ], [ "https://github.com/KoslickiLab/YACHT-reproducibles" ], [ "https://github.com/pdxgx/neoepiscope-paper" ], [ "https://github.com/abdullah009/DataRLATools" ], [ "https://github.com/fmfi-compbio/mc-overlaps" ], [ "https://github.com/KoslickiLab/YACHT" ], [ "https://github.com/KoslickiLab/YACHT" ], [ "https://github.com/KoslickiLab/YACHT" ], [ "https://github.com/KoslickiLab/YACHT" ], [ "https://github.com/kr-colab/disperseNN2" ], [ "https://github.com/kr-colab/disperseNN2" ], [ "https://github.com/kr-colab/disperseNN2" ], [ "https://github.com/kr-colab/disperseNN2" ], [ "https://github.com/BigDataBiology/SemiBin2_benchmark" ], [ "https://github.com/SONGDONGYUAN1994/scsampler" ], [ "https://github.com/BigDataBiology/SemiBin" ], [ "https://github.com/BaderLab/Transfer-Learning-BNER-Bioinformatics-2018" ], [ "https://github.com/joachimwolff/sparse-neighbors-search" ], [ "https://github.com/joachimwolff/scHiCExplorer" ], [ "https://github.com/dmis-lab/biobert" ], [ "https://github.com/mohimanilab/MS2Planner" ], [ "https://github.com/BaderLab/saber" ], [ "https://github.com/NoiseLabUCSD/ConformalPrediction" ], [ "https://github.com/iTaxoTools/ConcatenatorGui" ], [ "https://github.com/paudano/kescases" ], [ "https://github.com/Franck-Dernoncourt/NeuroNER" ], [ "https://github.com/biocore-NTNU/pyranges" ], [ "https://github.com/hillerlab/IterativeErrorCorrection" ], [ "https://github.com/yinlabniu/eCAMI" ], [ "https://github.com/BaderLab/Towards-reliable-BioNER" ], [ "https://github.com/ah651/deepfake_adv" ], [ "https://github.com/zhanglabNKU/eCAMI" ], [ "https://github.com/urmi-21/orfipy" ], [ "https://github.com/KoslickiLab/CMASH-reproducibles" ], [ "https://github.com/biocore/q2-umap" ], [ "https://github.com/dkoslicki/CMash" ], [ "https://github.com/pykeen/benchmarking" ], [ "https://github.com/FOI-Bioinformatics/flextaxd" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/usnistgov/UniSpec" ], [ "https://github.com/WatsonLab/KOunt" ], [ "https://github.com/taoshen99/AutoMolDesigner" ], [ "https://github.com/ianvcaldas/smalldisco" ], [ "https://github.com/Edinburgh-Genome-Foundry/DNAChisel" ], [ "https://github.com/pdxgx/neoepiscope" ], [ "https://github.com/subhc/clever" ], [ "https://github.com/MTandHJ/rcm" ], [ "https://github.com/austenb28/CycFlowDec" ], [ "https://github.com/tkchafin/mrbait" ], [ "https://github.com/inab/BIOLITMAP" ], [ "https://github.com/psyrocloud/EGOF-Net" ], [ "https://github.com/ialbert/biostar-central" ], [ "https://github.com/phytest-devs/phytest" ], [ "https://github.com/bigchem/transformer-cnn" ], [ "https://github.com/OpenBioLink/OpenBioLink" ], [ "https://github.com/tsudalab/rxngenerator" ], [ "https://github.com/molecularmodelinglab/bigbind" ], [ "https://github.com/MaterialsDiscovery/PyChemia" ], [ "https://github.com/wang-lab/CRISPRDB" ], [ "https://github.com/Sami-Altayyar/Fast-HBR" ], [ "https://github.com/tsdat/tsdat" ], [ "https://github.com/ando-lab/miffi" ], [ "https://github.com/ando-lab/miffi" ], [ "https://github.com/ando-lab/miffi" ], [ "https://github.com/ando-lab/miffi" ], [ "https://github.com/ggonnella/gfapy" ], [ "https://github.com/Pex2892/PETAL" ], [ "https://github.com/gem-net/chemsearch" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/djmaity/md-davis" ], [ "https://github.com/nttcslab/deep-sound-field-denoiser" ], [ "https://github.com/Steinbeck-Lab/cheminformatics-microservice" ], [ "https://github.com/pephco/ASDEC" ], [ "https://github.com/isblab/nestor" ], [ "https://github.com/isblab/nestor" ], [ "https://github.com/isblab/nestor" ], [ "https://github.com/isblab/nestor" ], [ "https://github.com/hoerlteam/YeastMate" ], [ "https://github.com/eugomin/ARES-GT" ], [ "https://github.com/gem-pasteur/PanACoTA" ], [ "https://github.com/ErasmusMC-Bioinformatics/fuma" ], [ "https://github.com/CellProfiler/CellProfiler-Analyst" ], [ "https://github.com/CellProfiler/CellProfiler-Analyst" ], [ "https://github.com/CellProfiler/CellProfiler-Analyst" ], [ "https://github.com/CellProfiler/CellProfiler-Analyst" ], [ "https://github.com/BergmannLab/PascalX" ], [ "https://github.com/mdbloice/Pyrea" ], [ "https://github.com/henry-leo/Patpat" ], [ "https://github.com/MedCompUnipd/FunTaxIS-lite" ], [ "https://github.com/kaigelee/CSFCN" ], [ "https://github.com/byemaxx/SSREnricher" ], [ "https://github.com/andrewguy/biostructmap" ], [ "https://github.com/atfrank/PyShifts" ], [ "https://github.com/evocell/rabifier" ], [ "https://github.com/blachlylab/mucor" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/cellatlas/cellatlas" ], [ "https://github.com/isblab/nestor" ], [ "https://github.com/isblab/nestor" ], [ "https://github.com/isblab/nestor" ], [ "https://github.com/isblab/nestor" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/songweizhi/HgtSIM" ], [ "https://github.com/Greco-Lab/MaNGA" ], [ "https://github.com/XQBai/SCTree-test" ], [ "https://github.com/beatrizgj/FLYCOP" ], [ "https://github.com/largelymfs/DeepFold" ], [ "https://github.com/materialsintelligence/matscholar" ], [ "https://github.com/carjed/helmsman" ], [ "https://github.com/vishakad/cpi-em" ], [ "https://github.com/bristena-op/AnoniMME" ], [ "https://github.com/TRON-Bioinformatics/ArtiFusion" ], [ "https://github.com/yunchuankong/GEDFN" ], [ "https://github.com/jbudis/dante" ], [ "https://github.com/agis85/multimodal_brain_synthesis" ], [ "https://github.com/swakkhar/iPHLoc-ES" ], [ "https://github.com/pascalkieslich/mousetrap-os" ], [ "https://github.com/uci-cbcl/HLA-bind" ], [ "https://github.com/texttechnologylab/LSTMVoter" ], [ "https://github.com/doxeylab/evoclust3d" ], [ "https://github.com/Tarskin/LaCyTools" ], [ "https://github.com/mathcom/CPR" ], [ "https://github.com/ksahlin/BESST" ], [ "https://github.com/compomics/MAPPI-DAT" ], [ "https://github.com/inincs/pyNCS" ], [ "https://github.com/zubekj/broad_peaks" ], [ "https://github.com/morrislab/phylosub" ], [ "https://github.com/smy-THU/VirtualViewSelection" ], [ "https://github.com/zhiqan/SeGMVAE" ], [ "https://github.com/WatsonLab/MAGpy" ], [ "https://github.com/ddofer/ProFET" ], [ "https://github.com/marithetland/ONTmompS" ], [ "https://github.com/CSi-Studio/3D-MSNet" ], [ "https://github.com/liyangjie/PPNet" ], [ "https://github.com/baiboat/HSNet" ], [ "https://github.com/ih-lab/AI-biopsy" ], [ "https://github.com/zjujdj/SuperAtomicCharge" ], [ "https://github.com/cansyl/TransferLearning4DTI" ], [ "https://github.com/cfoguet/iso2flux" ], [ "https://github.com/ZYLandy/BiU-Net" ], [ "https://github.com/01dadada/RT-Transformer" ], [ "https://github.com/databio/geniml" ], [ "https://github.com/Nalinikanta7/metagenomics" ], [ "https://github.com/wilhelm-lab/oktoberfest" ], [ "https://github.com/plattenmichael/DeepnCCA" ], [ "https://github.com/FenyoLab/SAMPEI" ], [ "https://github.com/mirthAI/MicroSegNet" ], [ "https://github.com/Clinical-Genomics/patientMatcher" ], [ "https://github.com/luoyuanlab/Clinical-Longformer" ], [ "https://github.com/BioGavin/msbff" ], [ "https://github.com/Zheng-Lab-Westlake/Osteo-Fine-Mapp-SNP2SE2miRNA" ], [ "https://github.com/biocai/DeepHiC" ], [ "https://github.com/hagax8/ancestry_viz" ], [ "https://github.com/trislett/TFCE_mediation" ], [ "https://github.com/treangenlab/Olivar" ], [ "https://github.com/celehs/M2REMAP" ], [ "https://github.com/zjupgx/modig" ], [ "https://github.com/LanLab/STECFinder" ], [ "https://github.com/AlexandrovLab/SigProfilerAssignment" ], [ "https://github.com/AlexandrovLab/SigProfilerAssignment" ], [ "https://github.com/AlexandrovLab/SigProfilerAssignment" ], [ "https://github.com/AlexandrovLab/SigProfilerAssignment" ], [ "https://github.com/Haoxiang-Qi/Network-Calculator" ], [ "https://github.com/gjbaker/sylaras" ], [ "https://github.com/popgengui/agestrucnb" ], [ "https://github.com/biomed-AI/GraphPPIS" ], [ "https://github.com/EtienneCmb/tensorpac" ], [ "https://github.com/ciceklab/targeted_brain_tumor_margin_assessment" ], [ "https://github.com/MSingerLab/COMETSC" ], [ "https://github.com/ncats/ld50-multitask" ], [ "https://github.com/kblin/covid-spike-classification" ], [ "https://github.com/qinwang-ai/DSM-Distil" ], [ "https://github.com/sschrod/CODEX" ], [ "https://github.com/broadinstitute/flipbook" ], [ "https://github.com/nguyenngochuy91/Ancestral-Blocks-Reconstruction" ], [ "https://github.com/MolPlantPathology/ScAnalyzer" ], [ "https://github.com/hikmetc/QC_Constellation" ], [ "https://github.com/Luo-SynBioLab/ThermoFinder" ], [ "https://github.com/wrc990616/MFMSNet" ], [ "https://github.com/plhhnu/GEnDDn" ], [ "https://github.com/biox-nku/epicarousel" ], [ "https://github.com/CMUSchwartzLab/Mase-phi" ], [ "https://github.com/ymy12341/STM-ac4C" ], [ "https://github.com/multicom-toolbox/deepdist" ], [ "https://github.com/DominikBatic/EndoViT" ], [ "https://github.com/QingYunA/Linear-Semantic-Transformation-for-Semi-Supervised-Medical-Image-Segmentation" ], [ "https://github.com/gegao310/VesselSeg-Pytorch-master" ], [ "https://github.com/DayuHuu/scEMC" ], [ "https://github.com/matcyr/Hi-GeoMVP" ], [ "https://github.com/zhouzhou1201/CSAP-UNet" ], [ "https://github.com/MarieOestreich/small-molecule-autoencoders" ], [ "https://github.com/HustAlexander/MCWSS" ], [ "https://github.com/jiangyu945/S2CA-Net" ], [ "https://github.com/BioMedIA-MBZUAI/FUSC" ], [ "https://github.com/zlfyj/AbDPP" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/xuhuali-mxj/IM-DCL" ], [ "https://github.com/kkkayle/DFI-MS" ], [ "https://github.com/kokinide/PARSID" ], [ "https://github.com/dahvida/NP_Fingerprints" ], [ "https://github.com/cmb-chula/MHCSeqNet2" ], [ "https://github.com/fawaz-dabbaghieh/PanPA" ], [ "https://github.com/RemiAllio/MitoFinder" ], [ "https://github.com/nitzanavidan/PD_Recon" ], [ "https://github.com/Zouxidan/HA_predict" ], [ "https://github.com/HuangLab-CBI/PhasiHunter" ], [ "https://github.com/gdghds0/FSRENet-master" ], [ "https://github.com/syc2017/KCDTA" ], [ "https://github.com/DeepMIALab/FFPEPlus" ], [ "https://github.com/Eleanorhxd/MKCL" ], [ "https://github.com/ciceklab/ECOLE" ], [ "https://github.com/zhanglab-wbgcas/EIEPCF" ], [ "https://github.com/PostoenkoVI/IQMMA" ], [ "https://github.com/dhirujis02/Journal" ], [ "https://github.com/NeginBabaiha/NN-RNALoc" ], [ "https://github.com/LiminLi-xjtu/FGCNSurv" ], [ "https://github.com/zwang-bioinformatics/HiC4D" ], [ "https://github.com/liaoherui/StrainScan" ], [ "https://github.com/YongChen-Exact/TC-CoNet" ], [ "https://github.com/akibzaman/SleepBoost" ], [ "https://github.com/MICS-Lab/scyan" ], [ "https://github.com/Roth-Lab/SpatialSort" ], [ "https://github.com/Czaki/Trapalyzer" ], [ "https://github.com/BioinfoMachineLearning/GCPNet" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/jun-csbio/e2eatp" ], [ "https://github.com/tee-lab/MOTHe-GUI" ], [ "https://github.com/ZhonghuiGu/HEAL" ], [ "https://github.com/ScienceNLP-Lab/Citation-Integrity" ], [ "https://github.com/XiaodiYangpku/MultimodalPPI" ], [ "https://github.com/NBISweden/strobealign-evaluation" ], [ "https://github.com/drzeeshanahmed/intelligenes" ], [ "https://github.com/rastanton/GAMMA" ], [ "https://github.com/scverse/ecosystem-packages" ], [ "https://github.com/IMSY-DKFZ/simpa_paper_experiments" ], [ "https://github.com/John-P/wsic" ], [ "https://github.com/IMSY-DKFZ/simpa" ], [ "https://github.com/jsgounot/Floria_analysis_workflow" ], [ "https://github.com/bio15anu/revelio" ], [ "https://github.com/EpiDiverse/SNP" ], [ "https://github.com/MichaelLinn/off_target_prediction" ], [ "https://github.com/kdd-ubc/MorphOT" ], [ "https://github.com/vivarium-collective/vivarium-core" ], [ "https://github.com/gitter-lab/ml4bio" ], [ "https://github.com/wenqi006/SlideGraph" ], [ "https://github.com/IBM/Matilda" ], [ "https://github.com/pinellolab/GRAFIMO" ], [ "https://github.com/InfOmics/GRAFIMO" ], [ "https://github.com/WenkeHuang/MarsFL" ], [ "https://github.com/Vandermode/QRNN3D" ], [ "https://github.com/adamewing/methylartist" ], [ "https://github.com/EpistasisLab/tpot" ], [ "https://github.com/thiviyanT/torch-rgcn" ], [ "https://github.com/lelaboratoire/tpot-fss" ], [ "https://github.com/ZarnackGroup/racoon_clip" ], [ "https://github.com/gosling-lang/gos" ], [ "https://github.com/PRIS-CV/Sketch-CS" ], [ "https://github.com/KingJamesSong/OrthoImproveCond" ], [ "https://github.com/pzc/herg_chembl_jcim" ], [ "https://github.com/RingBDStack/RGMIL" ], [ "https://github.com/ShkolniskyLab/emalign" ], [ "https://github.com/sammeyer2017/TwisTranscripT" ], [ "https://github.com/rdkit/mmpdb" ], [ "https://github.com/ecogenomics/gtdbtk" ], [ "https://github.com/ecogenomics/gtdbtk" ], [ "https://github.com/ecogenomics/gtdbtk" ], [ "https://github.com/ecogenomics/gtdbtk" ], [ "https://github.com/caotianze/plotnineseqsuite" ], [ "https://github.com/HuaweiWang/WearableMeasurementSystem" ], [ "https://github.com/justin13601/AnnoDash" ], [ "https://github.com/skalyaanamoorthy/PoseFilter" ], [ "https://github.com/alexxijielu/yeast_segmentation" ], [ "https://github.com/johnlees/mandrake" ], [ "https://github.com/Joye9285/scGAC" ], [ "https://github.com/idrblab/socube" ], [ "https://github.com/MontgomeryLab/tinyRNA" ], [ "https://github.com/raghavagps/FluSPred" ], [ "https://github.com/TillMacher/TaxonTableTools" ], [ "https://github.com/ando-lab/miffi" ], [ "https://github.com/ando-lab/miffi" ], [ "https://github.com/ando-lab/miffi" ], [ "https://github.com/ando-lab/miffi" ], [ "https://github.com/johnnytam100/AlphaCutter" ], [ "https://github.com/crazyinter/DETIRE" ], [ "https://github.com/TissueImageAnalytics/tiatoolbox" ], [ "https://github.com/haessar/peaks2utr" ], [ "https://github.com/siheming/mspypeline" ], [ "https://github.com/ruixv/NLOS-OT" ], [ "https://github.com/labstructbioinf/pLM-BLAST" ], [ "https://github.com/davidebolo1993/VISOR" ], [ "https://github.com/yywan0913/SVhawkeye" ], [ "https://github.com/kkihnphd/VICR" ], [ "https://github.com/djwooten/synergy" ], [ "https://github.com/BorgwardtLab/simbsig" ], [ "https://github.com/mutalyzer/algebra" ], [ "https://github.com/YonghaoXu/CRGNet" ], [ "https://github.com/egaffo/CirComPara2" ], [ "https://github.com/GeomScale/dingo" ], [ "https://github.com/menicgiulia/CPIExtract" ], [ "https://github.com/MetaSys-LISBP/IsoCor" ], [ "https://github.com/svalkiers/clusTCR" ], [ "https://github.com/yangence/MTM" ], [ "https://github.com/LieberInstitute/dRFEtools" ], [ "https://github.com/KennthShang/PhaBOX" ], [ "https://github.com/bioasp/merrin" ], [ "https://github.com/UCSB-VRL/ReebGraph" ], [ "https://github.com/kr-colab/disperseNN2" ], [ "https://github.com/kr-colab/disperseNN2" ], [ "https://github.com/kr-colab/disperseNN2" ], [ "https://github.com/kr-colab/disperseNN2" ], [ "https://github.com/2003100127/deeptminter" ], [ "https://github.com/drou0302/CapiPy" ], [ "https://github.com/LiangYu-Xidian/EPSOL" ], [ "https://github.com/Joindbre/TextRelevancy" ], [ "https://github.com/jwen307/mri_cnf" ], [ "https://github.com/broadinstitute/oncotator" ], [ "https://github.com/HIT-ICES/TNNLS-MTGN" ], [ "https://github.com/chenbong/PSS-Net" ], [ "https://github.com/dilincv/TAGNet" ], [ "https://github.com/oddt/oddt" ], [ "https://github.com/oddt/oddt" ], [ "https://github.com/oddt/oddt" ], [ "https://github.com/oddt/oddt" ], [ "https://github.com/bioinfomaticsCSU/MEC" ], [ "https://github.com/luoyan407/congruency" ], [ "https://github.com/phnmnl/wft4galaxy" ], [ "https://github.com/markhilt/ARBitR" ], [ "https://github.com/iossifovlab/gpf" ], [ "https://github.com/Bobay-Ochman/ConSpeciFix" ], [ "https://github.com/jensengroup/fragbuilder" ], [ "https://github.com/labsquare/cutevariant" ], [ "https://github.com/zengwang430521/TCFormer" ], [ "https://github.com/hklarner/PyBoolNet" ], [ "https://github.com/inria-thoth/EDAA" ], [ "https://github.com/lanl/DEPDOSE" ], [ "https://github.com/LarryUESTC/GRLC" ], [ "https://github.com/dimitrismallis/KeypointsToLandmarks" ], [ "https://github.com/dvlab-research/Parametric-Contrastive-Learning" ], [ "https://github.com/zhexu1997/HiSA" ], [ "https://github.com/qizhangli/ila-plus-plus-lr" ], [ "https://github.com/LanceZPF/NNED_MMGraph" ], [ "https://github.com/LongJin-lab/Activated-Gradients-for-Deep-Neural-Networks" ], [ "https://github.com/Spritea/BoxMOTS" ], [ "https://github.com/gregorpatof/nrgten_package" ], [ "https://github.com/lmbxmu/FilterSketch" ], [ "https://github.com/xvjiarui/GCNet" ], [ "https://github.com/whitead/molbloom" ], [ "https://github.com/Shen-Lab/SS-GCNs" ], [ "https://github.com/Gabaldonlab/EvolClust" ], [ "https://github.com/soedinglab/prosstt" ], [ "https://github.com/RobersonLab/motif_scraper" ], [ "https://github.com/YingZhou001/POPdemog" ], [ "https://github.com/gabaldonlab/haplotypo" ], [ "https://github.com/YAMACS-SML/YAMACS" ], [ "https://github.com/itsmeludo/Phyloligo" ], [ "https://github.com/zlzenglu/FN" ], [ "https://github.com/ShenXuelin-CityU/PWJNDInfer" ], [ "https://github.com/GalGilad/TAU" ], [ "https://github.com/jhu99/scbean" ], [ "https://github.com/jhu99/scbean" ], [ "https://github.com/jhu99/scbean" ], [ "https://github.com/jhu99/scbean" ], [ "https://github.com/MingyeXu/cp3" ], [ "https://github.com/anwarmaxsum/FLOWER" ], [ "https://github.com/indralab/gilda" ], [ "https://github.com/PlanktonQAQ/SCTNet" ], [ "https://github.com/aijag/drugGraphNet" ], [ "https://github.com/Tan-H-C/DR-GAN-Distribution-Regularization-for-Text-to-Image-Generation" ], [ "https://github.com/dota-109/WRSD" ], [ "https://github.com/visiontao/ncd" ], [ "https://github.com/Alina-1997/visual-distortion-in-attack" ], [ "https://github.com/syxiaa/RSDS" ], [ "https://github.com/krishnanlab/PecanPy" ], [ "https://github.com/mkpython3/Mutation-Simulator" ], [ "https://github.com/Yingjun-Du/VID" ], [ "https://github.com/Linfeng-Tang/DRLIE" ], [ "https://github.com/openvax/mhcflurry" ], [ "https://github.com/sebwouters/qc-dmet" ], [ "https://github.com/HannesStark/dirichlet-flow-matching" ], [ "https://github.com/SLDGroup/survey-zero-shot-nas" ], [ "https://github.com/HarryPotterXTX/HOPE" ], [ "https://github.com/pfizer-opensource/bigwig-loader" ], [ "https://github.com/nitzanlab/biolord" ], [ "https://github.com/ericolo/codingDiv" ], [ "https://github.com/wdzhao123/SAT" ], [ "https://github.com/jasonsahl/wgfast" ], [ "https://github.com/bearprin/Neural-IMLS" ], [ "https://github.com/wangyxxjtu/ReGO-Pytorch" ], [ "https://github.com/tuyunbin/VARD" ], [ "https://github.com/unknownue/puflow" ], [ "https://github.com/zju-vipa/spot-adaptive-pytorch" ], [ "https://github.com/Evotec-Bioinformatics/ml-from-omics" ], [ "https://github.com/fnzhan/Illumination-Estimation" ], [ "https://github.com/songjiechong/DPC-DUN" ], [ "https://github.com/AutoHDR/HD-Net" ], [ "https://github.com/raroes/one-sense-per-citation-network" ], [ "https://github.com/DuannYu/BalancedSemi-TNNLS" ], [ "https://github.com/VIB-PSB/ksrates" ], [ "https://github.com/cmmt/chromatra" ], [ "https://github.com/ganmodokix/concvae" ], [ "https://github.com/NCBI-Hackathons/Network_SNPs" ], [ "https://github.com/charliebudd/torch-content-area" ], [ "https://github.com/CarragherLab/phenonaut" ], [ "https://github.com/iTaxoTools/Hapsolutely" ], [ "https://github.com/mutalyzer/mutalyzer" ], [ "https://github.com/snizam001/greenPipes" ], [ "https://github.com/grimmlab/easyPheno" ], [ "https://github.com/Biocomputing-Research-Group/CloudProteoAnalyzer" ], [ "https://github.com/CZHQuality/AAA-Pix2pix" ], [ "https://github.com/TRON-Bioinformatics/easyquant" ], [ "https://github.com/uclahs-cds/package-PipeVal" ], [ "https://github.com/baumbachlab/epigen" ], [ "https://github.com/PGP-UK/GenomeChronicler" ], [ "https://github.com/zxy951005/KB-CR" ], [ "https://github.com/WT215/nnRNA" ], [ "https://github.com/scwest/SINBAD" ], [ "https://github.com/xwBio/RRBSsim" ], [ "https://github.com/MoreiraLAB/DrugTax" ], [ "https://github.com/cclaiyc/TIdentify" ], [ "https://github.com/essex-lab/grand" ], [ "https://github.com/ZooPhy/geoboost2" ], [ "https://github.com/AnantharamanLab/ViWrap" ], [ "https://github.com/AnantharamanLab/ViWrap" ], [ "https://github.com/AnantharamanLab/ViWrap" ], [ "https://github.com/AnantharamanLab/ViWrap" ], [ "https://github.com/liu-h-y/5hmC_model" ], [ "https://github.com/stanikae/jekesa" ], [ "https://github.com/AnantharamanLab/ViWrap" ], [ "https://github.com/AnantharamanLab/ViWrap" ], [ "https://github.com/AnantharamanLab/ViWrap" ], [ "https://github.com/AnantharamanLab/ViWrap" ], [ "https://github.com/HelikarLab/COMO" ], [ "https://github.com/SugarPy/SugarPy" ], [ "https://github.com/MSDLLCpapers/TraceTrack" ], [ "https://github.com/slh0302/SNAP" ], [ "https://github.com/smartprobe/SKCD" ], [ "https://github.com/JKlesmith/PACT" ], [ "https://github.com/Pranavkhade/PACKMAN" ], [ "https://github.com/Pranavkhade/PACKMAN" ], [ "https://github.com/Pranavkhade/PACKMAN" ], [ "https://github.com/Pranavkhade/PACKMAN" ], [ "https://github.com/RobotvisionLab/COVID-19-severity-grading" ], [ "https://github.com/Cwuwhu/FCD-GAN-pytorch" ], [ "https://github.com/Edinburgh-Genome-Foundry/DnaFeaturesViewer" ], [ "https://github.com/krishnanlab/PyGenePlexus" ], [ "https://github.com/fumiomatsuda/mfapy" ], [ "https://github.com/BioComputingUP/mocafe" ], [ "https://github.com/marbl/binnacle" ], [ "https://github.com/debbydanwang/IFPscore" ], [ "https://github.com/soedinglab/bipartite_motif_finder" ], [ "https://github.com/ekmolloy/fastmulrfs" ], [ "https://github.com/oddt/oddt" ], [ "https://github.com/oddt/oddt" ], [ "https://github.com/oddt/oddt" ], [ "https://github.com/oddt/oddt" ], [ "https://github.com/AlgoLab/celluloid" ], [ "https://github.com/EMBL-Hentze-group/htseq-clip" ], [ "https://github.com/biosinodx/SCcaller" ], [ "https://github.com/genouest/biomaj2galaxy" ], [ "https://github.com/RoniGurvich/Peptriever" ], [ "https://github.com/niaid/Nephele" ], [ "https://github.com/JLSteenwyk/PhyKIT" ], [ "https://github.com/YonghaoXu/Txt2Img-MHN" ], [ "https://github.com/ytabatabaee/Quintet-Rooting" ], [ "https://github.com/labstructbioinf/localpdb" ], [ "https://github.com/ancorasir/flange_handeye_calibration" ], [ "https://github.com/gymreklab/TRTools" ], [ "https://github.com/duartegroup/autodE" ], [ "https://github.com/vipinmenon1989/CGD" ], [ "https://github.com/florisvb/PyNumDiff" ], [ "https://github.com/labstructbioinf/DeepCoil" ], [ "https://github.com/tskit-dev/tstrait" ], [ "https://github.com/tskit-dev/tstrait" ], [ "https://github.com/tskit-dev/tstrait" ], [ "https://github.com/tskit-dev/tstrait" ], [ "https://github.com/jlduan/fba" ], [ "https://github.com/wangchao-malab/DeepAc4C" ], [ "https://github.com/kosticlab/aether" ], [ "https://github.com/zqfang/GSEApy" ], [ "https://github.com/qiime2/q2-longitudinal" ], [ "https://github.com/JingwenWen99/Vislocas" ], [ "https://github.com/sschrod/BITES" ], [ "https://github.com/JonZwe/FindPFAS" ], [ "https://github.com/tskit-dev/tstrait" ], [ "https://github.com/tskit-dev/tstrait" ], [ "https://github.com/tskit-dev/tstrait" ], [ "https://github.com/tskit-dev/tstrait" ], [ "https://github.com/thelexiconlab/forager" ], [ "https://github.com/jditz/comics" ], [ "https://github.com/Cowanlab/airrship" ], [ "https://github.com/epigenelabs/inmoose" ], [ "https://github.com/biocommons/hgvs" ], [ "https://github.com/WaqarHusain/OriDeep" ], [ "https://github.com/huoyuying/SpaDAC" ], [ "https://github.com/cbib/DIMet" ], [ "https://github.com/akcorut/kGWASflow" ], [ "https://github.com/pcastellanoescuder/FoodBiomarkerOntology" ], [ "https://github.com/fansalon/TEspeX" ], [ "https://github.com/CellProfiler/CellProfiler-Analyst" ], [ "https://github.com/CellProfiler/CellProfiler-Analyst" ], [ "https://github.com/CellProfiler/CellProfiler-Analyst" ], [ "https://github.com/CellProfiler/CellProfiler-Analyst" ], [ "https://github.com/CUHKSZ-NING/FEHCClassifier" ], [ "https://github.com/tjsego/simservice" ], [ "https://github.com/arosenfeld/immunedb" ], [ "https://github.com/liuyi1989/ResCaps" ], [ "https://github.com/bjing2016/scalar-fields" ], [ "https://github.com/eleGAN23/HyperNets" ], [ "https://github.com/PGB-LIV/VAPPER" ], [ "https://github.com/JunjieWang95/dmve" ], [ "https://github.com/lmbxmu/SiMaN" ], [ "https://github.com/mlpen/mra-attention" ], [ "https://github.com/Baoliang93/FPR" ], [ "https://github.com/FactoDeepLearning/VerticalAttentionOCR" ], [ "https://github.com/LIT-CCM-lab/ATOLL" ], [ "https://github.com/anymyb/MFDIN" ], [ "https://github.com/biodlab/RODAN" ], [ "https://github.com/DirtyHarryLYL/SymNet" ], [ "https://github.com/lxtGH/SFSegNets" ], [ "https://github.com/janscience/adaptationprimer" ], [ "https://github.com/NVIDIA/UnsupervisedLandmarkLearning" ], [ "https://github.com/qdu1995/DQSD" ], [ "https://github.com/microsoft/RespireNet" ], [ "https://github.com/jiupinjia/SkyAR" ], [ "https://github.com/tyiannak/pyAudioAnalysis" ], [ "https://github.com/hlei-ziyan/SPH3D-GCN" ], [ "https://github.com/KIT-MBS/distruct" ], [ "https://github.com/phylo42/PEWO" ], [ "https://github.com/kuhnerlab/CNValidator" ], [ "https://github.com/insilicomedicine/BiAAE" ], [ "https://github.com/VeraPancaldiLab/tysserand" ], [ "https://github.com/ChenyangLEI/deep-video-prior" ], [ "https://github.com/Illumina/tHapMix" ], [ "https://github.com/morrislab/phylowgs" ], [ "https://github.com/dilanustek/ExonSuite" ], [ "https://github.com/BBillot/EquiTrack" ], [ "https://github.com/Stephane-S/Simplot_PlusPlus" ], [ "https://github.com/nikolasthuesen/springers-hla-benchmark" ], [ "https://github.com/jinnh/ReSSS-ConvSet" ], [ "https://github.com/Baoliang93/DFSS-IQA" ], [ "https://github.com/thuml/Transfer-Learning-Library" ], [ "https://github.com/jianzongwu/robust-ref-seg" ], [ "https://github.com/ritaranx/wander" ], [ "https://github.com/mengyou2/PCVS" ], [ "https://github.com/zh460045050/dawsol" ], [ "https://github.com/zhaoyuzhi/HSGAN" ], [ "https://github.com/songweizhi/Binning_refiner" ], [ "https://github.com/limengyang1992/lpl" ], [ "https://github.com/ainieli/PP-NAS" ], [ "https://github.com/maple-research-lab/caco" ], [ "https://github.com/ZZY816/CoRP" ], [ "https://github.com/lijincm/CoCa" ], [ "https://github.com/Vision-Intelligence-and-Robots-Group/DCIL" ], [ "https://github.com/yangyanli/DO-Conv" ], [ "https://github.com/Malga-Vision/VisionTool" ], [ "https://github.com/jkrapohl/SnakeWRAP" ], [ "https://github.com/PRIS-CV/PMG-V2" ], [ "https://github.com/JosephKJ/iOD" ], [ "https://github.com/bioinfolabmu/piRNN" ], [ "https://github.com/hjraad/FLT" ], [ "https://github.com/JiarunLiu/Co-Correcting" ], [ "https://github.com/M-3LAB/open-iad" ], [ "https://github.com/jvparidon/subs2vec" ], [ "https://github.com/PeihaoChen/regnet" ], [ "https://github.com/dongliangchang/OSLNet" ], [ "https://github.com/dongbo-BUAA-VR/Pointfilter" ], [ "https://github.com/dewyman/TranscriptClean" ], [ "https://github.com/tianwangbuaa/RecapNet" ], [ "https://github.com/saketkc/pysradb" ], [ "https://github.com/jordisr/poreover" ], [ "https://github.com/ElofssonLab/PconsC4" ], [ "https://github.com/Image-Py/imagepy" ], [ "https://github.com/vlollier/oligator" ], [ "https://github.com/a-hel/medcrawler" ], [ "https://github.com/AndersenLab/VCF-kit" ], [ "https://github.com/vsegurar/DeepMSPeptide" ], [ "https://github.com/hemo0826/DCDiff" ], [ "https://github.com/kptx666/BCRN" ], [ "https://github.com/HVision-NKU/Conv2Former" ], [ "https://github.com/wangxuanx/TalkingStyle" ], [ "https://github.com/liushunyu/OPT" ], [ "https://github.com/ywwynm/SMR" ], [ "https://github.com/shikiw/PointCAT" ], [ "https://github.com/xdxuyang/CR_Noisy_Labels" ], [ "https://github.com/ChyaZhang/DDConv-PSI" ], [ "https://github.com/NUST-Machine-Intelligence-Laboratory/HCPN" ], [ "https://github.com/GeometricBCI/Tensor-CSPNet-and-Graph-CSPNet" ], [ "https://github.com/HubYZ/LatentEnhancement" ], [ "https://github.com/kalkairis/BuildPhIPSeqLibrary" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nnzhan/TraverseNet" ], [ "https://github.com/antao97/SegGroup" ], [ "https://github.com/ssl-codelab/lorac" ], [ "https://github.com/gorkemalgan/MetaLabelNet" ], [ "https://github.com/tanjatang/CAN" ], [ "https://github.com/joshr17/IFM" ], [ "https://github.com/reinator/splace" ], [ "https://github.com/lz118/Multi-interactive-Dual-decoder" ], [ "https://github.com/cengzeyuan/TNNLS-FFKSF" ], [ "https://github.com/hjdw2/Local-critic-training" ], [ "https://github.com/yuhuan-wu/RDPNet" ], [ "https://github.com/FenyoLab/transposcope" ], [ "https://github.com/ucrbioinfo/PGV" ], [ "https://github.com/bunop/isoSegmenter" ], [ "https://github.com/PMBio/GNetLMM" ], [ "https://github.com/DecodeGenetics/NCOurd" ], [ "https://github.com/5k5000/DeepClosing" ], [ "https://github.com/Sixkplus/TapLab" ], [ "https://github.com/TVayne/GroupMorph" ], [ "https://github.com/illidanlab/inversion-influence-function" ], [ "https://github.com/woodyx218/opacus_global_clipping" ], [ "https://github.com/ShiQingHongYa/LabCR" ], [ "https://github.com/YaN9-Y/DUVD" ], [ "https://github.com/csguomy/MDKNet" ], [ "https://github.com/uhlerlab/InfoCORE" ], [ "https://github.com/sysuvis/NVB" ], [ "https://github.com/HuangZhiChao95/ATAS" ], [ "https://github.com/kostas1515/iif" ], [ "https://github.com/knmac/adaptive_spatiotemporal" ], [ "https://github.com/vandeppce/sphkpt" ], [ "https://github.com/rajesh-lab/deep_permutation_invariant" ], [ "https://github.com/Dong-Huo/RGB-T-Glass-Segmentation" ], [ "https://github.com/Jeff-Zilence/Explain_Metric_Learning" ], [ "https://github.com/pavancm/GREED" ], [ "https://github.com/simonvh/fluff" ], [ "https://github.com/TuomoKalliokoski/HASTEN" ], [ "https://github.com/loadder/MR-Net" ], [ "https://github.com/idealwei/ASANet" ], [ "https://github.com/sckangz/SelfsupervisedSC" ], [ "https://github.com/zju3dv/NIID-Net" ], [ "https://github.com/compbio/CRISPRpic" ], [ "https://github.com/wdecoster/methplotlib" ], [ "https://github.com/kansil/SLPred" ], [ "https://github.com/diazlab/ELSA" ], [ "http://github.com/dzarmola/knot_pull" ], [ "https://github.com/hitbc/rMETL" ], [ "https://github.com/facebookresearch/Detectron" ], [ "https://github.com/facebookresearch/Detectron" ], [ "https://github.com/facebookresearch/Detectron" ], [ "https://github.com/facebookresearch/Detectron" ], [ "https://github.com/byemaxx/BlastGUI" ], [ "https://github.com/ncbi-nlp/NegBio" ], [ "https://github.com/4dn-dcic/tibanna" ], [ "https://github.com/UdeM-LBIT/OrthoPara-ConstraintChecker" ], [ "https://github.com/alastair-droop/qsubsec" ], [ "https://github.com/AitchisonLab/perox-per-cell" ], [ "https://github.com/AitchisonLab/perox-per-cell" ], [ "https://github.com/AitchisonLab/perox-per-cell" ], [ "https://github.com/AitchisonLab/perox-per-cell" ], [ "https://github.com/syxiaa/GBSVM" ], [ "https://github.com/M3DV/RibSeg" ], [ "https://github.com/lyuxianqiang/LFLL-DCU" ], [ "https://github.com/citiususc/pastaspark" ], [ "https://github.com/opencobra/Medusa" ], [ "https://github.com/m-crown/OMEinfo" ], [ "https://github.com/oxpig/SPACE2" ], [ "https://github.com/eugeniomazzone/CPI-NXTFusion" ], [ "https://github.com/JMLab-tifrh/ecoli_finer" ], [ "https://github.com/AnneHartebrodt/fc-federated-pca" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/AlexandrovLab/SigProfilerAssignment" ], [ "https://github.com/AlexandrovLab/SigProfilerAssignment" ], [ "https://github.com/AlexandrovLab/SigProfilerAssignment" ], [ "https://github.com/AlexandrovLab/SigProfilerAssignment" ], [ "https://github.com/AldisiRana/GenRisk" ], [ "https://github.com/gymrek-lab/trtools" ], [ "https://github.com/VirtualPlants/draco-stem" ], [ "https://github.com/glample/tagger" ], [ "https://github.com/GRAAL-Research/MeaningBERT" ], [ "https://github.com/QiaoyingJi/DeepSE" ], [ "https://github.com/profeatmap/ProFeatMap" ], [ "https://github.com/Snowfallingplum/SSAT" ], [ "https://github.com/carmanzhang/PubMed-AND-method" ], [ "https://github.com/Arty40m/AliNA" ], [ "https://github.com/identifiers-org/cmd-iaso" ], [ "https://github.com/pievos101/GNN-SubNet" ], [ "https://github.com/zyk2118216069/LncRNA-protein-interactions-prediction" ], [ "https://github.com/icb-dcm/pyabc" ], [ "https://github.com/icb-dcm/pyabc" ], [ "https://github.com/icb-dcm/pyabc" ], [ "https://github.com/icb-dcm/pyabc" ], [ "https://github.com/ADicksonLab/wepy" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/liulifenyf/TSPTFBS" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/laoyangui/HSPAN" ], [ "https://github.com/cosconatilab/PyRMD" ], [ "https://github.com/cosconatilab/PyRMD" ], [ "https://github.com/cosconatilab/PyRMD" ], [ "https://github.com/cosconatilab/PyRMD" ], [ "https://github.com/dantaki/SV2" ], [ "https://github.com/burakalakuss/COVID-19-Clinical" ], [ "https://github.com/yukuntan92/PALLAS" ], [ "https://github.com/nongdaxiaofeng/DDAPRED" ], [ "https://github.com/bthyreau/hippodeep" ], [ "https://github.com/VU-HMS/Tutorial-stabilizing-walking" ], [ "https://github.com/biocore/zebra_filter" ], [ "https://github.com/tlawrence3/amPEPpy" ], [ "https://github.com/ThieleLab/mars-pipeline" ], [ "https://github.com/qiyunzhu/woltka" ], [ "https://github.com/Medical-Image-Analysis/Retinal-layer-segmentation" ], [ "https://github.com/ViTAE-Transformer/P3M-Net" ], [ "https://github.com/kullrich/oggmap" ], [ "https://github.com/stevemussmann/admixturePipeline" ], [ "https://github.com/cosconatilab/PyRMD" ], [ "https://github.com/cosconatilab/PyRMD" ], [ "https://github.com/cosconatilab/PyRMD" ], [ "https://github.com/cosconatilab/PyRMD" ], [ "https://github.com/SysBioInra/RBApy" ], [ "https://github.com/canzarlab/McSplicer" ], [ "https://github.com/MetaSeek-Sequencing-Data-Discovery/metaseek" ], [ "https://github.com/biogramming/AASRA" ], [ "https://github.com/guojson/AgCNER" ], [ "https://github.com/mhnb/camamed" ], [ "https://github.com/uclahs-cds/tool-NFTest" ], [ "https://github.com/afujimoto/CAMPHORsomatic" ], [ "https://github.com/afujimoto/CAMPHOR" ], [ "https://github.com/biojava/biojava-tutorial" ], [ "https://github.com/hcji/ProSAP" ], [ "https://github.com/SD2E/omics_tools" ], [ "https://github.com/crazyinter/Seq2Vec" ], [ "https://github.com/moss-lab/ScanFold" ], [ "https://github.com/nbrg-ppcu/prokbert" ], [ "https://github.com/nigyta/dfast_core" ], [ "https://github.com/zhanglabNKU/BERMAD" ], [ "https://github.com/Rongtao-Xu/SkinFormer" ], [ "https://github.com/CompEpigen/figeno" ], [ "https://github.com/eric-hang/DisGenIB" ], [ "https://github.com/alexander-malafeev/microsleep-detection" ], [ "https://github.com/chnshx/DreamAnime" ], [ "https://github.com/LongyangHuang/OAC-BVR" ], [ "https://github.com/AngusMonroe/ContrastPool" ], [ "https://github.com/BraveGroup/FullySparseFusion" ], [ "https://github.com/EsakaK/LSSVC" ], [ "https://github.com/GuoleiSun/VSS-CFFM" ], [ "https://github.com/thohemp/6DRepNet360" ], [ "https://github.com/XLearning-SCU/2024-TIP-CREAM" ], [ "https://github.com/vignywang/IDC" ], [ "https://github.com/sentaochen/Mutual-Information-Estimation-and-Minimization" ], [ "https://github.com/xrjiang527/FABNet-PyTorch" ], [ "https://github.com/Puzzled-Hui/Connectivity-Aware-Airway-Segmentation" ], [ "https://github.com/zzw-szu/CoNuSeg" ], [ "https://github.com/mikasa3lili/DO-SAR" ], [ "https://github.com/CyclicalCurriculum/Cyclical-Curriculum" ], [ "https://github.com/leijiezhang/RFNN" ], [ "https://github.com/naver/posebert" ], [ "https://github.com/vLAR-group/OGC" ], [ "https://github.com/POSTECH-CVLab/PyTorch-StudioGAN" ], [ "https://github.com/eeyhsong/EEG-Conformer" ], [ "https://github.com/sculab/GeneMiner" ], [ "https://github.com/zhiweibi/PT-GAN" ], [ "https://github.com/liuyi1989/DCR" ], [ "https://github.com/nvakhoa/superclass-FSIS" ], [ "https://github.com/lpfworld/DMPNet" ], [ "https://github.com/MoonBlvd/Detection-of-Traffic-Anomaly" ], [ "https://github.com/syp2ysy/CTNet" ], [ "https://github.com/bupt-ai-cz/HSA-NRL" ], [ "https://github.com/xytmhy/DID-ANet-Defocus-Deblurring" ], [ "https://github.com/gaobb/MCAR" ], [ "https://github.com/mahendra-awale/medchem_moves" ], [ "https://github.com/zjhthu/OANet" ], [ "https://github.com/fuweijie/DRE" ], [ "https://github.com/yytzsy/SCDM-TPAMI" ], [ "https://github.com/mit-han-lab/temporal-shift-module" ], [ "https://github.com/cloudve/galaxycloudrunner" ], [ "https://github.com/smutao/PyVibMS" ], [ "https://github.com/callmeray/PointMVSNet" ], [ "https://github.com/UCLCheminformatics/ScaffoldGraph" ], [ "https://github.com/ZJUYH/radar-to-lidar-place-recognition" ], [ "https://github.com/seansolari/expam" ], [ "https://github.com/hchyang/PSiTE" ], [ "https://github.com/cfrioux/miscoto" ], [ "https://github.com/LeopoldC/Boost-HiC" ], [ "https://github.com/ucrbioinfo/Chimericognizer" ], [ "https://github.com/Dawn5786/CoCRF-TrackNet" ], [ "https://github.com/ashleylqx/STRA-Net" ], [ "https://github.com/qunfengdong/MicroGMT" ], [ "https://github.com/ifaust83/cgheliparm" ], [ "https://github.com/ale-odinokov/pyEFP" ], [ "https://github.com/wf8/sumac" ], [ "https://github.com/ch3cook-fdu/Vote2Cap-DETR" ], [ "https://github.com/jsczzzk/R-MSFM" ], [ "https://github.com/kiwi-lilo/AMPLIFY" ], [ "https://github.com/Dong-Huo/SRR-MAXL" ], [ "https://github.com/ZitZhengWang/SLTRN" ], [ "https://github.com/lanbiolab/LGCDA" ], [ "https://github.com/qzhb/UbRV2A" ], [ "https://github.com/IMOP-lab/SASAN-Pytorch" ], [ "https://github.com/ritaranx/NeST" ], [ "https://github.com/013zyj/CSMN" ], [ "https://github.com/ChenPointCloud/HTMC" ], [ "https://github.com/andreYoo/WSCL_VeReid" ], [ "https://github.com/litchiar/ShotClassification" ], [ "https://github.com/yangfan-hu/Fast-SNN" ], [ "https://github.com/zhiyuns/UNITPathSSL" ], [ "https://github.com/nachifur/TBRNet" ], [ "https://github.com/yanx27/CLEVR3D" ], [ "https://github.com/zqpiao/LRA" ], [ "https://github.com/ruhig6/JNMR" ], [ "https://github.com/jswati31/gazeclr" ], [ "https://github.com/zhuyr97/HGRR" ], [ "https://github.com/ljaiverson/pFL-APPLE" ], [ "https://github.com/Lineves7/CSformer" ], [ "https://github.com/DoraemonXia/BLAM6A-Merge" ], [ "https://github.com/nie-lang/RotationCorrection" ], [ "https://github.com/THUFDD/CADM-plus" ], [ "https://github.com/DIAL-RPI/UCAT" ], [ "https://github.com/IDKiro/DehazeFormer" ], [ "https://github.com/FactoDeepLearning/DAN" ], [ "https://github.com/ShinyWang33/eSL-Net-Plusplus" ], [ "https://github.com/DanielNolte/FederatedDeepRegressionForests" ], [ "https://github.com/schlegelp/tanglegram" ], [ "https://github.com/pachterlab/ffq" ], [ "https://github.com/wwyi1828/CluSiam" ], [ "https://github.com/ucas-vg/GroupSampling" ], [ "https://github.com/Jillian555/CCP-GNN" ], [ "https://github.com/fanyang587/NestedNet" ], [ "https://github.com/ZhenyueQin/Angular-Skeleton-Encoding" ], [ "https://github.com/stevenhan1991/CoordNet" ], [ "https://github.com/XiaoTaoWang/HiCLift" ], [ "https://github.com/XiaoTaoWang/HiCLift" ], [ "https://github.com/XiaoTaoWang/HiCLift" ], [ "https://github.com/XiaoTaoWang/HiCLift" ], [ "https://github.com/megvii-research/BasesHomo" ], [ "https://github.com/CCECfgd/MSCDN-master" ], [ "https://github.com/lightbillow/DHRec" ], [ "https://github.com/IRMVLab/EfficientLO-Net" ], [ "https://github.com/azurerain7/Word2Pix" ], [ "https://github.com/rajewsky-lab/optocoder" ], [ "https://github.com/XMUDM/ShillingAttack" ], [ "https://github.com/QTJiebin/FVV_QoE" ], [ "https://github.com/ZongJ1111/Academic-Performance-Prediction" ], [ "https://github.com/ngs00/emrl" ], [ "https://github.com/toil2sweet/CRNet" ], [ "https://github.com/HpWang-whu/RoReg" ], [ "https://github.com/ggsDing/ASLNet" ], [ "https://github.com/aztc/MRDMN" ], [ "https://github.com/chenyilun95/DSGN2" ], [ "https://github.com/cfzd/Ultra-Fast-Lane-Detection-v2" ], [ "https://github.com/chemosim-lab/ProLIF" ], [ "https://github.com/jwwangchn/BONAI" ], [ "https://github.com/ymcui/expmrc" ], [ "https://github.com/LaiSongxuan/SynSig2Vec" ], [ "https://github.com/Yang-Bob/PST" ], [ "https://github.com/koszullab/hicstuff" ], [ "https://github.com/mogvision/FFD" ], [ "https://github.com/yyyanglz/KAN" ], [ "https://github.com/ranery/Bayesian-CycleGAN" ], [ "https://github.com/wps712/FFN" ], [ "https://github.com/yj-zhou/Feature_Encoding_with_AutoEncoders_for_Weakly-supervised_Anomaly_Detection" ], [ "https://github.com/hallamlab/HivePanelExplorer" ], [ "https://github.com/mzlr/sau-net" ], [ "https://github.com/mzlr/sau-net" ], [ "https://github.com/mzlr/sau-net" ], [ "https://github.com/mzlr/sau-net" ], [ "https://github.com/mcahny/vps" ], [ "https://github.com/BioSystemsUM/mewpy" ], [ "https://github.com/insilichem/pychimera" ], [ "https://github.com/tsudalab/MDTS" ], [ "https://github.com/zmzhang/TEAM" ], [ "https://github.com/magnusdv/filtus" ], [ "https://github.com/rsemeraro/PyPore" ], [ "https://github.com/nicolazzie/AffyPipe" ], [ "https://github.com/zhoudw-zdw/CIL_Survey" ], [ "https://github.com/kostkalab/vaeda" ], [ "https://github.com/budach/pysster" ], [ "https://github.com/pblischak/HyDe" ], [ "https://github.com/TJU-CMC-Org/isoMiRmap" ], [ "https://github.com/SpatialTranscriptomicsResearch/st_pipeline" ], [ "https://github.com/Shawn-Xu/PPIP" ], [ "https://github.com/soyashinkai/PHi-C2" ], [ "https://github.com/jyangfsu/WQChartPy" ], [ "https://github.com/liqi-casia/FaceSwapper" ], [ "https://github.com/zhc940702/SDPred" ], [ "https://github.com/MmelodYy/DunHuangStitch" ], [ "https://github.com/DoubtedSteam/CycleTrans" ], [ "https://github.com/YixinChen-AI/PCNet" ], [ "https://github.com/icedpanda/KERL" ], [ "https://github.com/JingyunLiang/VRT" ], [ "https://github.com/ilanshom/adaptiveMSA" ], [ "https://github.com/qklee-lz/CDTM" ], [ "https://github.com/DebtVC2022/Robust_Learning_with_MGC" ], [ "https://github.com/yuhuimin11/SGCD-master" ], [ "https://github.com/3BioCompBio/pyScoMotif" ], [ "https://github.com/caigitrepo/SCDGC" ], [ "https://github.com/jairesdesousa/guidemol" ], [ "https://github.com/WenkeHuang/FCCL" ], [ "https://github.com/AIRI-Institute/when-to-switch" ], [ "https://github.com/Li-Wentao/dMEGA" ], [ "https://github.com/KaulichLab/ReCo" ], [ "https://github.com/jahhaoyang/MemBridge" ], [ "https://github.com/Doubiiu/AIDN" ], [ "https://github.com/sebastian-gregoricchio/snHiC" ], [ "https://github.com/EnyaHermite/Picasso" ], [ "https://github.com/pth1993/FATDM" ], [ "https://github.com/mor-avi-aharon-bgu/HueNet" ], [ "https://github.com/XiaoxFeng/IENet" ], [ "https://github.com/zcq15/SPDET" ], [ "https://github.com/HaifengXia/IDG" ], [ "https://github.com/YouyiSong/Dynamic-Loss-Weighting" ], [ "https://github.com/MantangGuo/CW4VS" ], [ "https://github.com/wangWilson/CGCDet" ], [ "https://github.com/tinglyfeng/IC9600" ], [ "https://github.com/zju3dv/Vox-Surf" ], [ "https://github.com/Chenyang4/ReSmooth" ], [ "https://github.com/NK-CS-ZZL/IAN" ], [ "https://github.com/lmbxmu/1xN" ], [ "https://github.com/hellloxiaotian/HGSRCNN" ], [ "https://github.com/KingJamesSong/DifferentiableSVD" ], [ "https://github.com/ZhihaoPENG-CityU/AASSC-Net" ], [ "https://github.com/bionlplab/heart_failure_mortality" ], [ "https://github.com/yuhuan-wu/EDN" ], [ "https://github.com/bjj9/EVE_SCPT" ], [ "https://github.com/vanvalenlab/deepcell-spots" ], [ "https://github.com/vanvalenlab/deepcell-spots" ], [ "https://github.com/vanvalenlab/deepcell-spots" ], [ "https://github.com/vanvalenlab/deepcell-spots" ], [ "https://github.com/ShiQiu0419/pnp-3d" ], [ "https://github.com/yzyvl/DivAC" ], [ "https://github.com/jiabaocui/MIAIS" ], [ "https://github.com/shizenglin/Unsharp-Mask-Guided-Filtering" ], [ "https://github.com/OIPLab-DUT/IEEE-TCYB-PANet" ], [ "https://github.com/ikmb/iptoolkit" ], [ "https://github.com/kailigo/dmvsc" ], [ "https://github.com/z-x-yang/CFBI" ], [ "https://github.com/bouracha/OoDMotion" ], [ "https://github.com/tengteng95/Pose-Transfer" ], [ "https://github.com/juntang-zhuang/explain_invertible" ], [ "https://github.com/naivete5656/MDMLM" ], [ "https://github.com/ucaswangls/STFormer" ], [ "https://github.com/mboboGO/MOMN" ], [ "https://github.com/AADavin/ZOMBI" ], [ "https://github.com/davidemms/OrthoFinder" ], [ "https://github.com/sasky1/DPRL" ], [ "https://github.com/ghattab/seevis" ], [ "https://github.com/richadhanuka/PFP-Autoencoders" ], [ "https://github.com/facebookresearch/Detectron" ], [ "https://github.com/facebookresearch/Detectron" ], [ "https://github.com/facebookresearch/Detectron" ], [ "https://github.com/facebookresearch/Detectron" ], [ "https://github.com/joewuca/imputation" ], [ "https://github.com/seqcode/miniMDS" ], [ "https://github.com/aflevel/GWAlpha" ], [ "https://github.com/cyinbox/DNADU" ], [ "https://github.com/hy0523/MTNet" ], [ "https://github.com/rinikerlab/Ensembler" ], [ "https://github.com/galaxyproject/galaxy" ], [ "https://github.com/galaxyproject/galaxy" ], [ "https://github.com/galaxyproject/galaxy" ], [ "https://github.com/galaxyproject/galaxy" ], [ "https://github.com/sys-bio/frequencyResponse" ], [ "https://github.com/AliYoussef96/gtAI" ], [ "https://github.com/liedllab/X-Entropy" ], [ "https://github.com/Kirovez/pyTanFinder" ], [ "https://github.com/xulesc/pymcpsc" ], [ "https://github.com/DecoPath/DecoPath" ], [ "https://github.com/yavyx/PaIntDB" ], [ "https://github.com/wmayner/pyphi" ], [ "https://github.com/labstructbioinf/samcc_turbo" ], [ "https://github.com/gbouras13/pharokka" ], [ "https://github.com/LIT-CCM-lab/LIT-AlphaFold" ], [ "https://github.com/sayangsep/Beatrice-Finemapping" ], [ "https://github.com/fothia/improve-RRBS" ], [ "https://github.com/rghu/reconCNV" ], [ "https://github.com/klamt-lab/straindesign" ], [ "https://github.com/kalpeshjp89/DUSGAN" ], [ "https://github.com/dohlee/prism" ], [ "https://github.com/mafeiyang/ACTINN" ], [ "https://github.com/Candihub/pixel" ], [ "https://github.com/zht8506/UniHead" ], [ "https://github.com/peanono/SNO-DCA" ], [ "https://github.com/meteahishali/OSEN" ], [ "https://github.com/lhaof/SENC" ], [ "https://github.com/ZongYingLi/ASMNet" ], [ "https://github.com/yi-ding-cs/GIGN" ], [ "https://github.com/KangLiao929/Cylin-Painting" ], [ "https://github.com/FengleiFan/ReLinear" ], [ "https://github.com/JianHPan/SilenceREIN" ], [ "https://github.com/syxiaa/GBRS" ], [ "https://github.com/Lswhiteh/PhyloMatcher" ], [ "https://github.com/Lswhiteh/PhyloMatcher" ], [ "https://github.com/Lswhiteh/PhyloMatcher" ], [ "https://github.com/Lswhiteh/PhyloMatcher" ], [ "https://github.com/aigzhusmart/Slim-UNETR" ], [ "https://github.com/qwangg/MFDNet" ], [ "https://github.com/Boehringer-Ingelheim/pyPept" ], [ "https://github.com/LucasCJYSDL/HierAIRL" ], [ "https://github.com/dr-majie/opentqa" ], [ "https://github.com/kansil/ProFAB" ], [ "https://github.com/zhangxin-xd/REAF" ], [ "https://github.com/flairNLP/flair" ], [ "https://github.com/Legenddddd/AIS-MLI" ], [ "https://github.com/MinhyukPark/HMMerge" ], [ "https://github.com/DotWang/DCN-T" ], [ "https://github.com/mesunhlf/EA" ], [ "https://github.com/Xinyil256/RAUNA2023" ], [ "https://github.com/winycg/L-MCL" ], [ "https://github.com/aimagelab/mammoth" ], [ "https://github.com/Jae35/IFFD" ], [ "https://github.com/weitianxin/HyperGCL" ], [ "https://github.com/li-xl/DGNet" ], [ "https://github.com/LirongWu/RFA-GNN" ], [ "https://github.com/bigbio/proteomics-metadata-standard" ], [ "https://github.com/Xiaoqiang-Yan/DCIB" ], [ "https://github.com/huanghanchi/CAMRL" ], [ "https://github.com/Hazelsuko07/EMA" ], [ "https://github.com/lxtGH/TemporalPyramidRouting" ], [ "https://github.com/cvlab-stonybrook/Target-absent-Human-Attention" ], [ "https://github.com/nku-zhichengzhang/PlaneSeg" ], [ "https://github.com/pierrepo/autoclassweb" ], [ "https://github.com/PRIS-CV/Pair-wise-Similarity-module" ], [ "https://github.com/Guaishou74851/CASNet" ], [ "https://github.com/tjiangHIT/cuteSV" ], [ "https://github.com/tjiangHIT/cuteSV" ], [ "https://github.com/tjiangHIT/cuteSV" ], [ "https://github.com/tjiangHIT/cuteSV" ], [ "https://github.com/pavancm/CONTRIQUE" ], [ "https://github.com/zhangle408/EH-Nets" ], [ "https://github.com/EIHW/motilitAI" ], [ "https://github.com/liruihui/Self-Embedding" ], [ "https://github.com/spectralpublic/RIAN" ], [ "https://github.com/dd1github/DeepSMOTE" ], [ "https://github.com/luzzou/6D-ViT" ], [ "https://github.com/michaelsouza/bpl" ], [ "https://github.com/Ha0Tang/DPGAN" ], [ "https://github.com/lxtGH/GALD-DGCNet" ], [ "https://github.com/jiequancui/ResLT" ], [ "https://github.com/speedinghzl/AlignSeg" ], [ "https://github.com/RiDang/DANN" ], [ "https://github.com/etirouthier/keras_dna" ], [ "https://github.com/mahaichuan/Versatile-Image-Compression" ], [ "https://github.com/bkballoon/mvsm-fusion" ], [ "https://github.com/hkaneko1985/gtm-generativetopographicmapping" ], [ "https://github.com/hkaneko1985/gtm-generativetopographicmapping" ], [ "https://github.com/hkaneko1985/gtm-generativetopographicmapping" ], [ "https://github.com/hkaneko1985/gtm-generativetopographicmapping" ], [ "https://github.com/cs-chan/ArtGAN" ], [ "https://github.com/ParkinsonLab/DETECT-v2" ], [ "https://github.com/tsudalab/ChemTS" ], [ "https://github.com/yytzsy/Syntax-Customized-Video-Captioning" ], [ "https://github.com/bihealth/hlama" ], [ "https://github.com/silviamicroarray/chipSAD" ], [ "https://github.com/BSGOxford/BrowseVCF" ], [ "https://github.com/cbrueffer/tophat-recondition" ], [ "https://github.com/CompSynBioLab-KoreaUniv/FunGAP" ], [ "https://github.com/DeMarcoLab/fibsem" ], [ "https://github.com/jonmohl/ISOGlyP" ], [ "https://github.com/jonmohl/ISOGlyP" ], [ "https://github.com/jonmohl/ISOGlyP" ], [ "https://github.com/jonmohl/ISOGlyP" ], [ "https://github.com/agleed/calopus_statistical_heatmaps" ], [ "https://github.com/rish-16/rna-backbone-design" ], [ "https://github.com/RUBi-ZA/MD-TASK" ], [ "https://github.com/RUBi-ZA/MD-TASK" ], [ "https://github.com/RUBi-ZA/MD-TASK" ], [ "https://github.com/RUBi-ZA/MD-TASK" ], [ "https://github.com/YuBinLab-QUST/scBKAP" ], [ "https://github.com/nczub/SerotoninAI_streamlit" ], [ "https://github.com/VivianMonzon/Reciprocal_Best_Structure_Hits" ], [ "https://github.com/raufs/skDER" ], [ "https://github.com/oschwengers/bakta" ], [ "https://github.com/MaximilianBeckers/SPOC" ], [ "https://github.com/iolag/UPD_study" ], [ "https://github.com/riken-aip/pyHSICLasso" ], [ "https://github.com/PhosphorylatedRabbits/cosifer" ], [ "https://github.com/oschakoory/DeepMPTB" ], [ "https://github.com/WanluLiuLab/CRISPRTE" ], [ "https://github.com/variomes/sibtm-variomes" ], [ "https://github.com/sys-bio/SBbadger" ], [ "https://github.com/jahuth/convis" ], [ "https://github.com/ljmartin/fp_low_ave" ], [ "https://github.com/LiangYu-Xidian/MDAGS" ], [ "https://github.com/hannelorelongin/FLAMS" ], [ "https://github.com/wangweiSJTU/OTUR" ], [ "https://github.com/ToHanwei/Genome2OR" ], [ "https://github.com/UdeS-CoBIUS/DoubleRecViz" ], [ "https://github.com/manuel-munoz-aguirre/PyHIST" ], [ "https://github.com/ninglolo/SGII" ], [ "https://github.com/paulmorio/protclus" ], [ "https://github.com/qiime2/q2-feature-classifier" ], [ "https://github.com/Kingsford-Group/hierrepsetselection" ], [ "https://github.com/lanl/pybnf" ], [ "https://github.com/fritzsedlazeck/Sniffles" ], [ "https://github.com/paulmorio/gincco" ], [ "https://github.com/GaoAi/ELRNet" ], [ "https://github.com/deepchem/deepchem" ], [ "https://github.com/wiederm/transformato" ], [ "https://github.com/AkashCiel/scTopoGAN" ], [ "https://github.com/ldz7/PAIA" ], [ "https://github.com/icb-dcm/pypesto" ], [ "https://github.com/WangLabTHU/GPro" ], [ "https://github.com/KennthShang/PhaVIP" ], [ "https://github.com/biox-nku/aster" ], [ "https://github.com/yangji9181/HNE" ], [ "https://github.com/arontier/S_Pred_Paper" ], [ "https://github.com/sarafridov/DAB-quant" ], [ "https://github.com/tianrenmaogithub/asap2" ], [ "https://github.com/moranshar/TiPA" ], [ "https://github.com/myungjinlee/GLYCO" ], [ "https://github.com/raghvendra5688/Drug-Repurposing" ], [ "https://github.com/Su-informatics-lab/DSTG" ], [ "https://github.com/zhc940702/CGATCPred" ], [ "https://github.com/AlexandrovLab/SigProfilerSimulator" ], [ "https://github.com/ufbmi/onefl-deduper" ], [ "https://github.com/BigDataBiology/macrel" ], [ "https://github.com/bioinsilico/BIPSPI" ], [ "https://github.com/ZijingMao/ROICNN" ], [ "https://github.com/seoklab/GalaxyWater-CNN" ], [ "https://github.com/msabrysarhan/taxonize_genbank" ], [ "https://github.com/Delta4AI/OntoloViz" ], [ "https://github.com/abhhba999/MRM-BERT" ], [ "https://github.com/wells-wood-research/timed-design" ], [ "https://github.com/kuratahiroyuki/Stack-DHUpred" ], [ "https://github.com/XiaoqiongXia/MDTips" ], [ "https://github.com/ChenHuaLab/fastHaN" ], [ "https://github.com/markliou/ThermalProGAN" ], [ "https://github.com/RNA-folding-lab/RNAStat" ], [ "https://github.com/frankligy/BayesTS" ], [ "https://github.com/hello-json/CallerRecommendation" ], [ "https://github.com/IfDTUlm/CGM_Performance_Assessment" ], [ "https://github.com/DessimozLab/omamo" ], [ "https://github.com/cast-genomics/haptools" ], [ "https://github.com/shimlab/NanoSplicer" ], [ "https://github.com/TingLi2016/DeepCarc" ], [ "https://github.com/labomics/MetaLogo" ], [ "https://github.com/s6juncheng/BERTMHC" ], [ "https://github.com/SethCommichaux/IGC" ], [ "https://github.com/ICB-DCM/pyPESTO" ], [ "https://github.com/ICB-DCM/pyPESTO" ], [ "https://github.com/ICB-DCM/pyPESTO" ], [ "https://github.com/ICB-DCM/pyPESTO" ], [ "https://github.com/Marleen1/OGRE" ], [ "https://github.com/koonimaru/DeepGMAP" ], [ "https://github.com/Abyss-bai/reference-panel-reconstruction" ], [ "https://github.com/SPKlab/Operon-Finder" ], [ "https://github.com/thinng/GraphDTA" ], [ "https://github.com/korkinlab/dispot" ], [ "https://github.com/VCCRI/VPOT" ], [ "https://github.com/jhroth/data-example" ], [ "https://github.com/cjbrasher/LipidFinder" ], [ "https://github.com/W-L/deviaTE" ], [ "https://github.com/Latheuni/Hierarchical_reject" ], [ "https://github.com/PlantSynBioLab/TidyTron" ], [ "https://github.com/mlkr-rbi/dAD" ], [ "https://github.com/alexlancaster/pypop" ], [ "https://github.com/aspuru-guzik-group/selfies" ], [ "https://github.com/priyarana/Protein-subcellular-localisation-method" ], [ "https://github.com/tbwxmu/SAMPN" ], [ "https://github.com/engbiopct/EasySSR" ], [ "https://github.com/VIOLINet/Vaxign-ML-docker" ], [ "https://github.com/eyalsim/LCV" ], [ "https://github.com/ghoresh11/sling" ], [ "https://github.com/sirajulsalekin/DeepSNR" ], [ "https://github.com/npnl/PALS" ], [ "https://github.com/anny0316/Drug3D-Net" ], [ "https://github.com/LigosQ/iProps" ], [ "https://github.com/CSUBioGroup/BEPROF" ], [ "https://github.com/ding-lab/pollock" ], [ "https://github.com/vrettasm/MetalHawk" ], [ "https://github.com/gevaertlab/RNA-GAN" ], [ "https://github.com/tdgrant1/denss" ], [ "https://github.com/zhanxw/Isoplexis_Data_Analysis" ], [ "https://github.com/zhanxw/Isoplexis_Data_Analysis" ], [ "https://github.com/zhanxw/Isoplexis_Data_Analysis" ], [ "https://github.com/zhanxw/Isoplexis_Data_Analysis" ], [ "https://github.com/mrazvan22/brain-coloring" ], [ "https://github.com/duolinwang/MusiteDeep_web" ], [ "https://github.com/ShirleyWISiu/LigTMap" ], [ "https://github.com/bioinfolabwhu/circRIP" ], [ "https://github.com/cvdelannoy/baseLess" ], [ "https://github.com/NVlabs/stylegan2" ], [ "https://github.com/EPFL-LCSB/ARBRE" ], [ "https://github.com/conscienceli/MDTNet" ], [ "https://github.com/prACTISedProgram/prACTISed" ], [ "https://github.com/QUMU00/mstocirc-master" ], [ "https://github.com/jonmohl/ISOGlyP" ], [ "https://github.com/jonmohl/ISOGlyP" ], [ "https://github.com/jonmohl/ISOGlyP" ], [ "https://github.com/jonmohl/ISOGlyP" ], [ "https://github.com/inpacdb/KinomeRun" ], [ "https://github.com/jerryji1993/DNABERT" ], [ "https://github.com/matandro/RNAsfbinv" ], [ "https://github.com/rpeckner-broad/Specter" ], [ "https://github.com/mandricigor/repeat-aware" ], [ "https://github.com/louzounlab/CLAIRE" ], [ "https://github.com/IcarPA-TBlab/nrc" ], [ "https://github.com/wanglf19/MultiCapsNet" ], [ "https://github.com/mlangill/microbiome_helper" ], [ "https://github.com/mlangill/microbiome_helper" ], [ "https://github.com/mlangill/microbiome_helper" ], [ "https://github.com/mlangill/microbiome_helper" ], [ "https://github.com/WGLab/Phen2Gene" ], [ "https://github.com/qiurui4shu/PIG" ], [ "https://github.com/PennChopMicrobiomeProgram/unassigner" ], [ "https://github.com/Jiahuiqu/MoE-PNP" ], [ "https://github.com/ykhdu/CWGCN-CCSR-GCN" ], [ "https://github.com/SJTUBME-QianLab/PC_VesselSeg" ], [ "https://github.com/AngryCai/AMKSC" ], [ "https://github.com/ryangreenj/bioinformatics_tool_recommendation" ], [ "https://github.com/hutt94/SCH" ], [ "https://github.com/tub-rip/event_based_optical_flow" ], [ "https://github.com/htseq/htseq" ], [ "https://github.com/lab206/AdaptiveClick" ], [ "https://github.com/Elfenreigen/UniChest" ], [ "https://github.com/altriavin/NDSGCL" ], [ "https://github.com/bingqing0729/NNCDE" ], [ "https://github.com/luoyan407/grad_prediction" ], [ "https://github.com/kanade00/Federated_Anomaly_detection" ], [ "https://github.com/q2479036243/FaViT" ], [ "https://github.com/drorlab/GLOW_IVES" ], [ "https://github.com/lily2lab/RACK" ], [ "https://github.com/wzhlearning/fNIRSNet" ], [ "https://github.com/wwd-ustc/RDTR" ], [ "https://github.com/wangxiao5791509/VisEvent_SOT_Benchmark" ], [ "https://github.com/nchucvml/CSFT" ], [ "https://github.com/joel99/context_general_bci" ], [ "https://github.com/jonathanking/sidechainnet" ], [ "https://github.com/huangnengCSU/compleasm" ], [ "https://github.com/JHome1/GiO-GiT" ], [ "https://github.com/darcyabjones/selectml" ], [ "https://github.com/huangnengCSU/minibusco" ], [ "https://github.com/shunfumao/RefShannon" ], [ "https://github.com/JieZheng-ShanghaiTech/TMELand" ], [ "https://github.com/richiebailey74/CST" ], [ "https://github.com/Ajou-DILab/EM3P2" ], [ "https://github.com/cbsropenproject/6dof_face" ], [ "https://github.com/wangsen99/FDLNet" ], [ "https://github.com/scottjingtt/MAF" ], [ "https://github.com/CHUENGMINCHOU/ALN-DSAC" ], [ "https://github.com/WillDreamer/PEACE" ], [ "https://github.com/51cloud/DRDN" ], [ "https://github.com/SCLBD/MCG-Blackbox" ], [ "https://github.com/Luffy03/CISC-R" ], [ "https://github.com/HikariTJU/LD" ], [ "https://github.com/ChenCookie/cytocoarsening" ], [ "https://github.com/jessicabonnie/dandd" ], [ "https://github.com/instadeepai/manyfold" ], [ "https://github.com/kongxiuxiu/MCCNetV2" ], [ "https://github.com/OLF-Bioinformatics/VariantDetective" ], [ "https://github.com/LayneH/self-adaptive-training" ], [ "https://github.com/yikaiw/CEN" ], [ "https://github.com/JLiangLab/DiRA" ], [ "https://github.com/JLiangLab/DiRA" ], [ "https://github.com/JLiangLab/DiRA" ], [ "https://github.com/JLiangLab/DiRA" ], [ "https://github.com/KingJamesSong/FastDifferentiableMatSqrt" ], [ "https://github.com/AutoML-Research/TREFE" ], [ "https://github.com/VDelv/Emotion-EEG" ], [ "https://github.com/HUANGLIZI/LViT" ], [ "https://github.com/liuqk3/PUT" ], [ "https://github.com/js-fan/MCIC" ], [ "https://github.com/jinnh/PDE-Net" ], [ "https://github.com/zhanglab-wbgcas/PiTLiD" ], [ "https://github.com/caiqi/Cascasde-3D" ], [ "https://github.com/wengweng001/LEOPARD" ], [ "https://github.com/haifangong/VQAMix" ], [ "https://github.com/xmed-lab/SAHC" ], [ "https://github.com/YHDang/pose-estimation" ], [ "https://github.com/Greak-1124/LMFFNet" ], [ "https://github.com/zskuang58/WTRN-TIP" ], [ "https://github.com/zhibinliao89/fracture_attention_guidance" ], [ "https://github.com/VITA-Group/CERL" ], [ "https://github.com/AlexTS1980/COVID-Affinity-Model" ], [ "https://github.com/ygjwd12345/VISTA-Net" ], [ "https://github.com/omixlab/bambu-v2" ], [ "https://github.com/mpc-bioinformatics/bionda" ], [ "https://github.com/mlpen/Nystromformer" ], [ "https://github.com/ChenJoya/sampling-free" ], [ "https://github.com/lmbxmu/EPruner" ], [ "https://github.com/fwt-team/DSVAE" ], [ "https://github.com/relastle/halcyon" ], [ "https://github.com/Icep2020/CrowdGAN" ], [ "https://github.com/shu-hai/two-stage-VAE-Attention-gate-BraTS2020" ], [ "https://github.com/fedl-repo/fedaux" ], [ "https://github.com/XinbangZhang/DATA-NAS" ], [ "https://github.com/NeuroCompLab-psu/SNN-Conversion" ], [ "https://github.com/tbwxmu/2019-nCov" ], [ "https://github.com/microsoft/frame-flow" ], [ "https://github.com/bittremieux/spectrum_utils" ], [ "https://github.com/franciscozorrilla/metaGEM" ], [ "https://github.com/spatkar94/NetworkAnnotation" ], [ "https://github.com/lmward/MetaPOAP" ], [ "https://github.com/dkoslicki/EMDUniFrac" ], [ "https://github.com/PPEXCEPED/TGA" ], [ "https://github.com/eliberis/parapred" ], [ "https://github.com/PeptoneInc/pepkalc" ], [ "https://github.com/saorisakaue/GREP" ], [ "https://github.com/superphy/insilico-subtyping" ], [ "https://github.com/AdmiralenOla/Scoary" ], [ "https://github.com/rikiyay/style-transfer-for-digital-pathology" ], [ "https://github.com/lmse/impact" ], [ "https://github.com/hzi-bifo/snowball" ], [ "https://github.com/kuleshov/architect" ], [ "https://github.com/lorifranke/SlicerTMS" ], [ "https://github.com/msproteomicstools/msproteomicstools" ], [ "https://github.com/bushlab/mynclist" ], [ "https://github.com/CTPLab/GILEA" ], [ "https://github.com/CSUBioGroup/Dopcc" ], [ "https://github.com/Bhattacharya-Lab/lociPARSE" ], [ "https://github.com/YanHu-or-SawyerHu/prompt-learning-based-sentence-classifier-in-medical-abstracts" ], [ "https://github.com/chonglab-pitt/wedap" ], [ "https://github.com/chonglab-pitt/wedap" ], [ "https://github.com/chonglab-pitt/wedap" ], [ "https://github.com/chonglab-pitt/wedap" ], [ "https://github.com/leihouyeung/SD2" ], [ "https://github.com/schenc3/InteractiveROSETTA" ], [ "https://github.com/nie-lang/CoupledTPS" ], [ "https://github.com/vsislab/DeTAL" ], [ "https://github.com/chenmc1996/LNL-IS" ], [ "https://github.com/lncRNAAddict/PySmooth" ], [ "https://github.com/npucvr/WSCUOD" ], [ "https://github.com/ManLiuCoder/POPRNet" ], [ "https://github.com/birkhoffkiki/CAS-Transformer" ], [ "https://github.com/NUST-Machine-Intelligence-Laboratory/HGPU" ], [ "https://github.com/Phevos75/HRCLRE" ], [ "https://github.com/Jthy-af/HaPPy" ], [ "https://github.com/mhaut/eDNNcomm" ], [ "https://github.com/dyabel/CoAR-ZSL" ], [ "https://github.com/NVlabs/PWC-Net" ], [ "https://github.com/yuabrahamliu/methylClass" ], [ "https://github.com/Zian-Xu/Swin-MAE" ], [ "https://github.com/wang3702/CoSeg" ], [ "https://github.com/tzt101/INADE" ], [ "https://github.com/bytedance/TWIST" ], [ "https://github.com/guobaoxiao/PGFNet" ], [ "https://github.com/uio-bmi/dagsim" ], [ "https://github.com/Bobholamovic/CDLab" ], [ "https://github.com/Ze-Yang/Efficient-FSOD" ], [ "https://github.com/chenxin-dlut/TransT-M" ], [ "https://github.com/schmeing/gapless" ], [ "https://github.com/supramolecular-toolkit/stk" ], [ "https://github.com/pleaseconnectwifi/PNAL" ], [ "https://github.com/doujiang-zheng/TIP-GNN" ], [ "https://github.com/wanzhuxie/ARIAS" ], [ "https://github.com/Monash-CyPhi-AI-Research-Lab/ernet" ], [ "https://github.com/li-lab-mcgill/GAT-ETM" ], [ "https://github.com/trainsn/VDL-Surrogate" ], [ "https://github.com/PennHui2016/ProInfer" ], [ "https://github.com/zhouhao0515/unbiasedSGG-DSDI" ], [ "https://github.com/yuhuan-wu/P2T" ], [ "https://github.com/winycg/HSAKD" ], [ "https://github.com/zhoudaquan/dvit_repo" ], [ "https://github.com/chunbolang/HPA" ], [ "https://github.com/ShuGuoJ/GiGCN" ], [ "https://github.com/RayRuizhiLiao/mutual_info_img_txt" ], [ "https://github.com/AggMan96/RK-Net" ], [ "https://github.com/Tviskaron/pathfinding-in-stochastic-envs" ], [ "https://github.com/smutao/LModeA-nano" ], [ "https://github.com/betsig/how_are_we_stranded_here" ], [ "https://github.com/HeXiax/AGCC" ], [ "https://github.com/lsabrinax/VideoTextSCM" ], [ "https://github.com/JudasDie/SOTS" ], [ "https://github.com/JudasDie/SOTS" ], [ "https://github.com/JudasDie/SOTS" ], [ "https://github.com/JudasDie/SOTS" ], [ "https://github.com/CHENGY12/APNet" ], [ "https://github.com/yoqim/TBLD" ], [ "https://github.com/tzyRachel/K-anonymity-Expectation" ], [ "https://github.com/SystemsBioinformatics/ecmtool" ], [ "https://github.com/kamwoh/DeepIPR" ], [ "https://github.com/lxlsu/SPP_CPI" ], [ "https://github.com/yjzhang96/Motion-ETR" ], [ "https://github.com/blue-blue272/OccludedReID-RFCnet" ], [ "https://github.com/zhaoyuzhi/SVCNet" ], [ "https://github.com/sshan-zhao/ACMNet" ], [ "https://github.com/QE-Lab/QuASeR" ], [ "https://github.com/ekraka/TS-GAN" ], [ "https://github.com/NCATS-Tangerine/translator-knowledge-beacon" ], [ "https://github.com/guilherme-araujo/gsop-dist" ], [ "https://github.com/syxiaa/Multiclass-Label-Noise-Filtering-Learning" ], [ "https://github.com/szzexpoi/AiR" ], [ "https://github.com/JosephChenHub/DPANet" ], [ "https://github.com/RealityBending/Pyllusion" ], [ "https://github.com/facebookresearch/LaMCTS" ], [ "https://github.com/sseung0703/KD_methods_with_TF" ], [ "https://github.com/biogacop/Boost_LP_EFM" ], [ "https://github.com/val-iisc/lsc-cnn" ], [ "https://github.com/XinbangZhang/DSO-NAS" ], [ "https://github.com/yuht4/SANPolyA" ], [ "https://github.com/bel-enrichment/bel-enrichment" ], [ "https://github.com/NuriddinovMA/C-InterSecture" ], [ "https://github.com/TRON-Bioinformatics/neofox" ], [ "https://github.com/rongjiewang/BdBG" ], [ "https://github.com/USTC-HIlab/MDNNMD" ], [ "https://github.com/niccw/repeatCraftp" ], [ "https://github.com/BIOS-IMASL/13Check_RNA" ], [ "https://github.com/mciach/LocusTreeInference" ], [ "https://github.com/Reed-CompBio/pathway-reconciliation" ], [ "https://github.com/williamgilpin/pypdb" ], [ "https://github.com/FATSLiM/fatslim" ], [ "https://github.com/afgane/bioblend" ], [ "https://github.com/afgane/bioblend" ], [ "https://github.com/afgane/bioblend" ], [ "https://github.com/afgane/bioblend" ], [ "https://github.com/hcandela/MAPtools" ], [ "https://github.com/weix21/TORC" ], [ "https://github.com/kuleshov/ProbHap" ], [ "https://github.com/enheliang/Thyroid-Segmentation-Network" ], [ "https://github.com/shyam671/Mask2Anomaly-Unmasking-Anomalies-in-Road-Scene-Segmentation" ], [ "https://github.com/dreambamboo/NuSEA" ], [ "https://github.com/bobo909/IID-SfmLearner" ], [ "https://github.com/griff4692/calibrating-summaries" ], [ "https://github.com/AshuiRUA/NPI-GNN" ], [ "https://github.com/fmri123456/CE-GAN" ], [ "https://github.com/Loping151/ForPlane" ], [ "https://github.com/CSU-NLP-Group/Sequential-Sentence-Classification" ], [ "https://github.com/hellozhuo/msgc" ], [ "https://github.com/YangLibuaa/DMV-MAT" ], [ "https://github.com/NUST-Machine-Intelligence-Laboratory/SSC" ], [ "https://github.com/MoritzKappel/MoNeRF" ], [ "https://github.com/zchoi/VCRN" ], [ "https://github.com/Windere/snn-cvt-dual-phase" ], [ "https://github.com/zjfheart/BadLabels" ], [ "https://github.com/zjupgx/deephlapan" ], [ "https://github.com/crsl4/nn-phylogenetics" ], [ "https://github.com/airy975924806/yolo-G" ], [ "https://github.com/Brikwerk/MEM-FS" ], [ "https://github.com/Intelligent-Computing-Lab-Yale/EfficientLIF-Net" ], [ "https://github.com/zjsong/Audio-Visual-Predictive-Coding" ], [ "https://github.com/raminass/BERTwalk" ], [ "https://github.com/sysu19351158/FPB-FOMM" ], [ "https://github.com/YYJ1anG/MFPSNet" ], [ "https://github.com/xiaoyu518/genofunc" ], [ "https://github.com/ZhangGroup-MITChemistry/OpenABC" ], [ "https://github.com/med-air/IOP-FL" ], [ "https://github.com/QueuQ/HPNs" ], [ "https://github.com/zexiJia/EvSegFormer" ], [ "https://github.com/Zongwei97/HIDANet" ], [ "https://github.com/hitcszx/ALFs" ], [ "https://github.com/guijiejie/ICCL" ], [ "https://github.com/NJUyued/MutexMatch4SSL" ], [ "https://github.com/freshman97/LinTransUNet" ], [ "https://github.com/ACuOoOoO/ReDFeat" ], [ "https://github.com/qianngli/DualSR" ], [ "https://github.com/zhengxyun/Surface-SOS" ], [ "https://github.com/Hzzone/ProPos" ], [ "https://github.com/nsmro/SYNPHONI" ], [ "https://github.com/pvlib/twoaxistracking" ], [ "https://github.com/ispc-lab/HRegNet2" ], [ "https://github.com/bearshng/smds-net" ], [ "https://github.com/xlliu7/TadTR" ], [ "https://github.com/teslacool/m-curl" ], [ "https://github.com/NTU-UAVG/CTS-visual-drone-swarm" ], [ "https://github.com/FeiYee/HerbKG" ], [ "https://github.com/shenfc/POKR" ], [ "https://github.com/JWSoh/VDIR" ], [ "https://github.com/SynBioDex/tyto" ], [ "https://github.com/aioz-ai/LDR_ALDK" ], [ "https://github.com/UMCUGenetics/svMIL" ], [ "https://github.com/HDCVLab/Enhanced-Spatio-Temporal-Interaction-Learning-for-Video-Deraining" ], [ "https://github.com/IRMVLab/SIConv" ], [ "https://github.com/umr-ds/repairnatrix" ], [ "https://github.com/ryomiya/Prediction-and-analysis-of-antifreeze-proteins" ], [ "https://github.com/kcl-bhi/mapper-pipeline" ], [ "https://github.com/bionlplab/report_generation_amia2022" ], [ "https://github.com/lyotvincent/PBGI" ], [ "https://github.com/ZitongYu/3DCDC-NAS" ], [ "https://github.com/Cxd-626/Staem5" ], [ "https://github.com/anuradhawick/GraphPlas" ], [ "https://github.com/luimoli/RATFM" ], [ "https://github.com/dwgoon/nezzle" ], [ "https://github.com/JiayuYANG/CVP-MVSNet" ], [ "https://github.com/BRF123/Cnngeno" ], [ "https://github.com/ydLiu-HIT/SKSV" ], [ "https://github.com/hkaggarwal/J-MoDL" ], [ "https://github.com/carrierlxk/COSNet" ], [ "https://github.com/HRanWang/Spatial-Re-Scaling" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/almaan/sepal" ], [ "https://github.com/WinnieJiangHW/Carry-lookahead_RNN" ], [ "https://github.com/LoGT-KULeuven/SASpector" ], [ "https://github.com/hychim/molpc2" ], [ "https://github.com/aqlaboratory/pnerf" ], [ "https://github.com/yun-liu/LIID" ], [ "https://github.com/lafita/tadoss" ], [ "https://github.com/TurkuNLP/BioCreativeVI_BioID_assignment" ], [ "https://github.com/mlangill/microbiome_helper" ], [ "https://github.com/mlangill/microbiome_helper" ], [ "https://github.com/mlangill/microbiome_helper" ], [ "https://github.com/mlangill/microbiome_helper" ], [ "https://github.com/psychopa4/MMCNN" ], [ "https://github.com/MichaelPHStumpf/Peitho" ], [ "https://github.com/aamir-mustafa/super-resolution-adversarial-defense" ], [ "https://github.com/hangelwen/metaCRISPR" ], [ "https://github.com/SergeMOULIN/retrotransposons-spread" ], [ "https://github.com/WkEEn/PLCC" ], [ "https://github.com/Sorades/CLAT" ], [ "https://github.com/hiteshpatel379/PyWATER" ], [ "https://github.com/NeuroTechX/moabb" ], [ "https://github.com/xiezhq/ISEScan" ], [ "https://github.com/mangye16/ReID-Label-Noise" ], [ "https://github.com/PanHaulin/ConCutMix" ], [ "https://github.com/pblischak/fluidigm2purc" ], [ "https://github.com/Puumanamana/CoCoNet" ], [ "https://github.com/iobio-zjut/DeepMDisPre" ], [ "https://github.com/GC-WSL/NDI" ], [ "https://github.com/bensdvir/GradHC" ], [ "https://github.com/yuxunluo9/DrIGCL" ], [ "https://github.com/ChangSIG/SIG" ], [ "https://github.com/dingyn-Reno/MDR-GCN" ], [ "https://github.com/zhangzm0128/CCGR" ], [ "https://github.com/wsb853529465/YOLOH-main" ], [ "https://github.com/arzwa/wgd" ], [ "https://github.com/CandleLabAI/CLINet-ECG-Classification-2024" ], [ "https://github.com/ByZ0e/HSTT" ], [ "https://github.com/xianchaoguan/GramGAN" ], [ "https://github.com/akshaydudhane16/BIPNet" ], [ "https://github.com/ddghjikle/Out-of-sample-restoration" ], [ "https://github.com/shenmishajing/PAL" ], [ "https://github.com/TKH666/Fed-NCL" ], [ "https://github.com/Janet-xujing-1216/SafeCrowdNav" ], [ "https://github.com/Teichlab/bbknn" ], [ "https://github.com/yisiyu95/R2FGC" ], [ "https://github.com/gftww/B2C" ], [ "https://github.com/GGaoxiang/PATrans" ], [ "https://github.com/zhyczy/FedTP" ], [ "https://github.com/lok-18/GeSeNet" ], [ "https://github.com/MiaoLab20/DBMD" ], [ "https://github.com/MiaoLab20/DBMD" ], [ "https://github.com/MiaoLab20/DBMD" ], [ "https://github.com/MiaoLab20/DBMD" ], [ "https://github.com/Holidays1999/Neural-Network-Pruning-through-its-RegularGraph-Structure" ], [ "https://github.com/Kelvin-Ju/GR-PSN" ], [ "https://github.com/chunbolang/BAM" ], [ "https://github.com/fanyang587/MGL" ], [ "https://github.com/XingliangJin/Fine-Style" ], [ "https://github.com/dddzg/up-detr" ], [ "https://github.com/ternencewu123/PARCEL" ], [ "https://github.com/Qianyu1226/Crosslink-Net" ], [ "https://github.com/JustaTinyDot/BiTr-Unet" ], [ "https://github.com/WenbinLee/DefensiveFSL" ], [ "https://github.com/Ha0Tang/SelectionGAN" ], [ "https://github.com/KoslickiLab/L2-UniFrac" ], [ "https://github.com/KoslickiLab/L2-UniFrac" ], [ "https://github.com/KoslickiLab/L2-UniFrac" ], [ "https://github.com/KoslickiLab/L2-UniFrac" ], [ "https://github.com/liuzhuang13/Transferable_RA" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/MIVRC/MLEFGN-PyTorch" ], [ "https://github.com/penghu-cs/UCCH" ], [ "https://github.com/VITA-Group/Deep_GCN_Benchmarking" ], [ "https://github.com/usccolumbia/deeperGATGNN" ], [ "https://github.com/buptantEEG/BEATS" ], [ "https://github.com/SJLeo/FFSD" ], [ "https://github.com/Andrew-Qibin/VisionPermutator" ], [ "https://github.com/liuyudut/ResTune" ], [ "https://github.com/Goodman-lab/DP5" ], [ "https://github.com/HCPLab-SYSU/HIAM" ], [ "https://github.com/Ha0Tang/LGGAN" ], [ "https://github.com/CuthbertCai/SRDA" ], [ "https://github.com/wangbi1988/Lifelong-learning-in-Open-World-Classification" ], [ "https://github.com/wuzhe71/DCN" ], [ "https://github.com/blanclist/CDNet" ], [ "https://github.com/danieljf24/hybrid_space" ], [ "https://github.com/Annbless/DUTCode" ], [ "https://github.com/mmoradi-iut/BioCIE" ], [ "https://github.com/layumi/person-reid-3d" ], [ "https://github.com/maryamrabiee/SODA" ], [ "https://github.com/DirtyHarryLYL/Transferable-Interactiveness-Network" ], [ "https://github.com/VITA-Group/EnlightenGAN" ], [ "https://github.com/fityanul/SDAN-for-Rain-Removal" ], [ "https://github.com/THU-CS-PI/MMPD_rPPG_dataset" ], [ "https://github.com/cccorn/AP-loss" ], [ "https://github.com/usnistgov/PACCS" ], [ "https://github.com/ncbi/JUDI" ], [ "https://github.com/reymond-group/PeptideDesignGA" ], [ "https://github.com/sangreashim/EAT-UpTF" ], [ "https://github.com/soeaver/AirNet-PyTorch" ], [ "https://github.com/BenoitMorel/ParGenes" ], [ "https://github.com/heinc1010/BAMixChecker" ], [ "https://github.com/LaboratorioBioinformatica/MARVEL" ], [ "https://github.com/Christensen-Lab-Dartmouth/PyMethylProcess" ], [ "https://github.com/GGFHF/NGScloud" ], [ "https://github.com/harmslab/pytc" ], [ "https://github.com/curieshicy/JRgui" ], [ "https://github.com/EBjerrum/pICalculax" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/lhqxinghun/bioinformatics" ], [ "https://github.com/feltus/BDSS" ], [ "https://github.com/pymodproject/pymod" ], [ "https://github.com/pymodproject/pymod" ], [ "https://github.com/pymodproject/pymod" ], [ "https://github.com/pymodproject/pymod" ], [ "https://github.com/pymzML/pymzML" ], [ "https://github.com/csjunxu/Noisy-As-Clean" ], [ "https://github.com/biosustain/marsi" ], [ "https://github.com/Ambuj-UF/APOP" ], [ "https://github.com/HassounLab/Boost-RS" ], [ "https://github.com/Zwei-inc/panclassif" ], [ "https://github.com/rodrigoSantamaria/nucleosee" ], [ "https://github.com/raghavagps/pprint2" ], [ "https://github.com/raghavagps/il13pred" ], [ "https://github.com/BioinfoMachineLearning/ATOMRefine" ], [ "https://github.com/shafferm/kb_DRAM" ], [ "https://github.com/dptech-corp/Uni-GBSA" ], [ "https://github.com/sheenahora/SEGCECO" ], [ "https://github.com/niemasd/FAVITES" ], [ "https://github.com/Superzchen/iFeatureOmega-GUI" ], [ "https://github.com/Superzchen/iFeatureOmega-CLI" ], [ "https://github.com/miRTop/mirtop" ], [ "https://github.com/hallav/LuxUS" ], [ "https://github.com/huiyuroy/Return2MaxPotentialEnergy" ], [ "https://github.com/passengeryjy/HTGRS" ], [ "https://github.com/labiip/FDDSeg" ], [ "https://github.com/zichengpan/DyCR" ], [ "https://github.com/JinhwiPark/DevianceNet" ], [ "https://github.com/ddlee-cn/MuLUT" ], [ "https://github.com/namnguyen0510/Biomarker-Discovery-with-Quantum-Neural-Networks" ], [ "https://github.com/Gary-code/KICNLE" ], [ "https://github.com/xandery-geek/BadCM" ], [ "https://github.com/YangLabHKUST/SRT_alignment_and_integration" ], [ "https://github.com/jacksonhzx95/NFDP" ], [ "https://github.com/zhwzhong/DAGF" ], [ "https://github.com/tyo-nu/MINE-Database" ], [ "https://github.com/tyo-nu/MINE-Database" ], [ "https://github.com/tyo-nu/MINE-Database" ], [ "https://github.com/tyo-nu/MINE-Database" ], [ "https://github.com/bio-ai-source/MUMA" ], [ "https://github.com/yaoyao-11/Seq-RBPPred" ], [ "https://github.com/ribosomeprofiling/ribograph" ], [ "https://github.com/ribosomeprofiling/ribograph" ], [ "https://github.com/ribosomeprofiling/ribograph" ], [ "https://github.com/ribosomeprofiling/ribograph" ], [ "https://github.com/nhgritctran/PheTK" ], [ "https://github.com/Dmmm1997/DenseUAV" ], [ "https://github.com/bridgeqiqi/DREAM" ], [ "https://github.com/nwatanbe/enzymenet" ], [ "https://github.com/contactless-healthcare/Scene-Adaption-for-Infant-Cry-Detection" ], [ "https://github.com/TcbfGroup/Tcbf" ], [ "https://github.com/wuqiuche/Ada-Deblur" ], [ "https://github.com/zzb111/Spherical-Centralized-Quantization" ], [ "https://github.com/histocartography/generative-appearance-replay" ], [ "https://github.com/Wzhjerry/autoSMIM" ], [ "https://github.com/ChengxuLiu/TTVFI" ], [ "https://github.com/Binjie-Qin/STA-IPCon" ], [ "https://github.com/Huiimin5/comwin" ], [ "https://github.com/pfizer-opensource/pfaster" ], [ "https://github.com/zhouyuan888888/UGDA" ], [ "https://github.com/SPIresearch/UTR" ], [ "https://github.com/xinjiangaohfut/MMRSD-Net" ], [ "https://github.com/pkj0421/TWN-FS" ], [ "https://github.com/WangPing521/Domain_adaptation_shape_prior" ], [ "https://github.com/anyuexuan/IDEAL" ], [ "https://github.com/JC-202/CAGNN" ], [ "https://github.com/JinyangGuo/CBANet-release" ], [ "https://github.com/pnnl/Active-Sampling-for-Atomistic-Potentials" ], [ "https://github.com/CCChenhao997/DualGCN-ABSA" ], [ "https://github.com/AkonLau/DTRG" ], [ "https://github.com/zx0223winner/HSDFinder" ], [ "https://github.com/HongzhouTang/BayeStab" ], [ "https://github.com/mohamedr002/SLARDA" ], [ "https://github.com/kaistcbfg/scAVENGERS" ], [ "https://github.com/YuemingJin/STswinCL" ], [ "https://github.com/zwx8981/BIQA_CL" ], [ "https://github.com/linjiatai/PDBL" ], [ "https://github.com/czp19940707/Re-CNN" ], [ "https://github.com/zhouyuan888888/SGCPNet" ], [ "https://github.com/TaoHuang2018/Neighbor2Neighbor" ], [ "https://github.com/knappa/steadycellphenotype" ], [ "https://github.com/tuyunbin/I2Transformer" ], [ "https://github.com/zhangxin-xd/LRMF" ], [ "https://github.com/whrws/NHRNet" ], [ "https://github.com/hlju-liye/SENIES" ], [ "https://github.com/maryeon/asenpp" ], [ "https://github.com/ninaqy/Flexible-PU" ], [ "https://github.com/CityU-AIM-Group/HTD" ], [ "https://github.com/wdzhao123/DENets" ], [ "https://github.com/BeierZhu/Sturcture-Coherency-Face-Alignment" ], [ "https://github.com/wgzgithub/VeTra" ], [ "https://github.com/PengBoXiangShang/multigraph_transformer" ], [ "https://github.com/PRIS-CV/AP-CNN_Pytorch-master" ], [ "https://github.com/rajeevyasarla/Syn2Real" ], [ "https://github.com/maple-research-lab/EnAET" ], [ "https://github.com/hw2hwei/SKAL" ], [ "https://github.com/ConesaLab/padhoc" ], [ "https://github.com/LCAS/engagement_detector" ], [ "https://github.com/tekpinar/correlationplus" ], [ "https://github.com/niemasd/ViralMSA" ], [ "https://github.com/gaocong13/Projective-Spatial-Transformers" ], [ "https://github.com/ngchc/deepBoosting" ], [ "https://github.com/minoh0201/DeepMicro" ], [ "https://github.com/Ha0Tang/AttentionGAN" ], [ "https://github.com/KIT-MBS/pydca" ], [ "https://github.com/FenyoLab/L1EM" ], [ "https://github.com/Crespo-Otero-group/fromage" ], [ "https://github.com/Crespo-Otero-group/fromage" ], [ "https://github.com/Crespo-Otero-group/fromage" ], [ "https://github.com/Crespo-Otero-group/fromage" ], [ "https://github.com/zrq0123/BiXGBoost" ], [ "https://github.com/zhqingit/BPP" ], [ "https://github.com/kcakdemir/HiCPlotter" ], [ "https://github.com/antrec/spectrassembler" ], [ "https://github.com/liyao001/BioQueue" ], [ "https://github.com/biocryst/gc" ], [ "https://github.com/GodzikLab/FAIT" ], [ "https://github.com/deristnochda/Hodgkin-Huxley-SPDE" ], [ "https://github.com/nygenome/conpair" ], [ "https://github.com/DrTrevorBell/SmallGenomeTools" ], [ "https://github.com/SciLifeLab/gapest" ], [ "https://github.com/Cuthbert-Huang/CPCANet" ], [ "https://github.com/ribosomeprofiling/ribograph" ], [ "https://github.com/ribosomeprofiling/ribograph" ], [ "https://github.com/ribosomeprofiling/ribograph" ], [ "https://github.com/ribosomeprofiling/ribograph" ], [ "https://github.com/luo-junyu/GALA" ], [ "https://github.com/LeoLjl/Explainable-Alzheimer-s-Disease-Diagnosis" ], [ "https://github.com/CECNL/SSVEP-DAN" ], [ "https://github.com/statisticalbiotechnology/GPTime" ], [ "https://github.com/HUST-Tan/MMUE" ], [ "https://github.com/MolecularAI/aizynthfinder" ], [ "https://github.com/MolecularAI/aizynthfinder" ], [ "https://github.com/MolecularAI/aizynthfinder" ], [ "https://github.com/MolecularAI/aizynthfinder" ], [ "https://github.com/Jiahuiqu/JSPEN" ], [ "https://github.com/microsoft/YOLaT-VectorGraphicsRecognition" ], [ "https://github.com/prismformore/Multi-Task-Transformer" ], [ "https://github.com/wangfuli/T-HyperGNNs" ], [ "https://github.com/MarSaKi/ETPNav" ], [ "https://github.com/chilleo/ALPHA" ], [ "https://github.com/CTPLab/SST-editing" ], [ "https://github.com/gzq17/Weakly-Supervised-by-MIP" ], [ "https://github.com/Tammie-Li/MTCN" ], [ "https://github.com/thibault-wch/HOPE-for-mild-cognitive-impairment" ], [ "https://github.com/JunbongJang/contour-tracking" ], [ "https://github.com/tjiiv-cprg/EPro-PnP-v2" ], [ "https://github.com/Jasonkks/PTTR" ], [ "https://github.com/tsikup/multiresolution-clam" ], [ "https://github.com/cq100/ET-FSM" ], [ "https://github.com/emilhaegglund/TADA" ], [ "https://github.com/sallymmx/ActionCLIP" ], [ "https://github.com/qguo2010/MRN" ], [ "https://github.com/Gao-xiyuan/FCT" ], [ "https://github.com/trigger26/SPSVR" ], [ "https://github.com/Zyun-Y/DconnNet" ], [ "https://github.com/zhangbaiming/FedSemiSeg" ], [ "https://github.com/lncRNAAddict/ChromNetworkMotif" ], [ "https://github.com/csiro-robotics/SDCL" ], [ "https://github.com/ydniuyongjie/twoStageForFaceEdit" ], [ "https://github.com/liyeabc/MBUNet" ], [ "https://github.com/roydenwa/pseudo-colorize-masked-cells" ], [ "https://github.com/XinyuYanTJU/MRR-Net" ], [ "https://github.com/LirongWu/Homophily-Enhanced-Self-supervision" ], [ "https://github.com/jiyuuchc/lacss" ], [ "https://github.com/CityU-AIM-Group/HABIT" ], [ "https://github.com/YuxiangZhang-BIT/IEEE_TIP_SDEnet" ], [ "https://github.com/SUST-reynole/SGUNet" ], [ "https://github.com/hjynwa/NeurImg-HDR" ], [ "https://github.com/Horatio9702/BUAA_PALoss" ], [ "https://github.com/vanheeringen-lab/genomepy" ], [ "https://github.com/pashtari/xunet" ], [ "https://github.com/zjukongming/TranSQ" ], [ "https://github.com/KGerhardt/RecruitPlotEasy" ], [ "https://github.com/NUST-Machine-Intelligence-Laboratory/MMSI" ], [ "https://github.com/comp-well-org/More2Less" ], [ "https://github.com/zchoi/PKOL" ], [ "https://github.com/haozheng-sjtu/airway-labeling" ], [ "https://github.com/NeilPearson-Lilly/TractaViewer" ], [ "https://github.com/ZhangGongjie/Meta-DETR" ], [ "https://github.com/YuxiangZhang-BIT/IEEE_TNNLS_Gia-CFSL" ], [ "https://github.com/RNApolis/drawtetrado" ], [ "https://github.com/clovaai/lffont" ], [ "https://github.com/weiba/HGCNMDA" ], [ "https://github.com/guoyangzou/CNNArginineMe" ], [ "https://github.com/KennthShang/CHEER" ], [ "https://github.com/skywolf829/APMGSRN" ], [ "https://github.com/ZJULearning/PTL" ], [ "https://github.com/compbiofan/SimSCSnTree" ], [ "https://github.com/zjy2050/HDCRL-ReID" ], [ "https://github.com/taoyang1122/MutualNet" ], [ "https://github.com/UnixJunkie/FASMIFRA" ], [ "https://github.com/lmbxmu/CLR-RNF" ], [ "https://github.com/Sazan-Mahbub/EGRET" ], [ "https://github.com/LichtargeLab/BioVNN" ], [ "https://github.com/olly-styles/Trajectory-Tensors" ], [ "https://github.com/chenzhenduo/FISH" ], [ "https://github.com/Deepwise-AILab/ChestX-Det-Dataset" ], [ "https://github.com/tastanlab/matchmaker" ], [ "https://github.com/xiaofeng94/RefineDNet-for-dehazing" ], [ "https://github.com/wty-ustc/e2style" ], [ "https://github.com/BlanchetteLab/DendroNet" ], [ "https://github.com/QHwan/PretrainDPI" ], [ "https://github.com/Megvii-Nanjing/ED-Net" ], [ "https://github.com/joshuaas/Learning-with-Multiclass-AUC-Theory-and-Algorithms" ], [ "https://github.com/Damseh/VascularGraph" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/jlanga/exfi" ], [ "https://github.com/tgen/ACValidator" ], [ "https://github.com/LeoZDong/netAE" ], [ "https://github.com/Binjie-Qin/RPCA-UNet" ], [ "https://github.com/tjiangHIT/cuteSV" ], [ "https://github.com/tjiangHIT/cuteSV" ], [ "https://github.com/tjiangHIT/cuteSV" ], [ "https://github.com/tjiangHIT/cuteSV" ], [ "https://github.com/andvides/DATMA" ], [ "https://github.com/TurkuNLP/CAFA3" ], [ "https://github.com/easezyc/deep-transfer-learning" ], [ "https://github.com/Li-Chongyi/ASIF-Net" ], [ "https://github.com/XingangPan/deep-generative-prior" ], [ "https://github.com/ndrplz/semiparametric" ], [ "https://github.com/anyaevostinar/SuicidalAltruismDissertation" ], [ "https://github.com/ncbi-nlp/DeepSeeNet" ], [ "https://github.com/BenevolentAI/DeeplyTough" ], [ "https://github.com/Jeffrey-Ede/Electron-Micrograph-Denoiser" ], [ "https://github.com/twhui/LiteFlowNet2" ], [ "https://github.com/daviddesancho/MasterMSM" ], [ "https://github.com/tshizys/CoupleNet" ], [ "https://github.com/bachkimn/Privacy-Net-An-Adversarial-Approach-forIdentity-Obfuscated-Segmentation-of-MedicalImages" ], [ "https://github.com/sermeor/The-Analysis-Kid" ], [ "https://github.com/phoenixding/methrafo" ], [ "https://github.com/CSB5/CaDRReS" ], [ "https://github.com/robert-vogel/moca" ], [ "https://github.com/isbrycee/METR" ], [ "https://github.com/HySonLab/Protein_Pretrain" ], [ "https://github.com/sail-sg/Adan" ], [ "https://github.com/stanfordmlgroup/selfsupervised-lungandheartsounds" ], [ "https://github.com/matthewyccheung/conformal-metric" ], [ "https://github.com/cerebis/bin3C" ], [ "https://github.com/wangli100209/PDPNet" ], [ "https://github.com/yangyan22/Token-Mixer" ], [ "https://github.com/Henry991115/FSCA-Net" ], [ "https://github.com/KejiZhaoLab/cLoops2" ], [ "https://github.com/mhxu1998/RedCDR" ], [ "https://github.com/cvlab-stonybrook/TokenSparse-for-MedSeg" ], [ "https://github.com/AntoinePassemiers/PORTIA-Manuscript" ], [ "https://github.com/qzf0320/MDL-Net" ], [ "https://github.com/PlantProteomes/SpectiCal" ], [ "https://github.com/marbl/ModDotPlot" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/nlsde-safety-team/FingerSafe" ], [ "https://github.com/Fhujinwu/CTNet" ], [ "https://github.com/xxwudi508/MSRMNet" ], [ "https://github.com/salbrec/seqQscorer" ], [ "https://github.com/vcl-iisc/robust-few-shot-learning" ], [ "https://github.com/wang-kang-6/CGT" ], [ "https://github.com/liamheng/Annotation-free-Medical-Image-Enhancement" ], [ "https://github.com/ALEX95GOGO/CAGNN" ], [ "https://github.com/mkg1204/RHMNet-for-SSVOS" ], [ "https://github.com/guojiajeremy/EDC" ], [ "https://github.com/TinaLRJ/Multi-frame-infrared-small-target-detection-DTUM" ], [ "https://github.com/ChunmingHe/HQG-Net" ], [ "https://github.com/Xiaohong-source/6mA-stackingCV" ], [ "https://github.com/chunbolang/RARE" ], [ "https://github.com/JunhangCao/MTL-ACP" ], [ "https://github.com/c5shen/EMMA" ], [ "https://github.com/hahnec/rf-ulm" ], [ "https://github.com/usccolumbia/GMTransformer" ], [ "https://github.com/yawencui/UaD-ClE" ], [ "https://github.com/tengxiao14/Purification_ReID" ], [ "https://github.com/xuxiangsun/DLLTTAA" ], [ "https://github.com/wdkyh/NR-MVSNet" ], [ "https://github.com/Ziqiang-Liu/GraphCDD" ], [ "https://github.com/DanielaPlusPlus/LGCOAMix" ], [ "https://github.com/yanglixiaoshen/ProVQA" ], [ "https://github.com/hellooks/CDNet" ], [ "https://github.com/PoonLab/HexSE" ], [ "https://github.com/GZHU-DVL/HVS-5M" ], [ "https://github.com/sbasu276/RadFormer" ], [ "https://github.com/Gword/Recursive-NeRF" ], [ "https://github.com/MengkeSong/MaD" ], [ "https://github.com/LinHong-HIT/USOD10K" ], [ "https://github.com/Qi-Yangsjtu/MPED" ], [ "https://github.com/MontaEllis/SSL-For-Medical-Segmentation" ], [ "https://github.com/MVIG-SJTU/AlphaPose" ], [ "https://github.com/haohang96/CSML" ], [ "https://github.com/nanxiaotong/STKD" ], [ "https://github.com/dr-majie/WSTQ" ], [ "https://github.com/debbydanwang/BAP" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/RSMagneto/ZeRGAN" ], [ "https://github.com/guanghaoyin/CMDSR" ], [ "https://github.com/wangchao-malab/Enhancer-FRL" ], [ "https://github.com/FriedbergLab/GenomicIslandPrediction" ], [ "https://github.com/TingMAC/FrMLNet" ], [ "https://github.com/caixiay/ZeroNAS" ], [ "https://github.com/lrq99/ALMS" ], [ "https://github.com/yrqs/DMNet" ], [ "https://github.com/QianZiTang/pyRSD-CoEv" ], [ "https://github.com/hrlblab/CircleNet" ], [ "https://github.com/riesling00/HRNAT" ], [ "https://github.com/zyjwuyan/BBS-Net" ], [ "https://github.com/Xianhang/EDSC-pytorch" ], [ "https://github.com/clangmead/PROTOCOL" ], [ "https://github.com/algbio/panvc-founders" ], [ "https://github.com/zengqunzhao/MA-Net" ], [ "https://github.com/danfenghong/IEEE_TNNLS_EGU-Net" ], [ "https://github.com/adityakumarakash/ICL" ], [ "https://github.com/Jiahao-UTS/DSLPT" ], [ "https://github.com/wells-wood-research/PDBench" ], [ "https://github.com/srijandas07/vpnplusplus" ], [ "https://github.com/andreazuna89/Guided-Zoom" ], [ "https://github.com/paiardin/DockingPie" ], [ "https://github.com/acasamitjana/SynthByReg" ], [ "https://github.com/dlewis27/SSRgenotyper" ], [ "https://github.com/compimmuno/CHfinder" ], [ "https://github.com/PRIS-CV/BSNet" ], [ "https://github.com/psychopa4/MSHPFNL" ], [ "https://github.com/Vicky-Hunt-Lab/stepRNA" ], [ "https://github.com/VimsLab/CNN-Retarget" ], [ "https://github.com/JinyuanSun/GPSE" ], [ "https://github.com/Splicebox/Jutils" ], [ "https://github.com/cMadan/scoreAI" ], [ "https://github.com/mariosaenger/bio-re-with-entity-embeddings" ], [ "https://github.com/Saoge123/ccgnet" ], [ "https://github.com/ambf0632/CompoundDB4j" ], [ "https://github.com/CapsuleEndoscope/EndoL2H" ], [ "https://github.com/RayRuizhiLiao/joint_chestxray" ], [ "https://github.com/4dn-dcic/GiniQC" ], [ "https://github.com/SynthSys/pyOmeroUpload" ], [ "https://github.com/phglab/MIRUReader" ], [ "https://github.com/AlgoLab/gppf" ], [ "https://github.com/tensorboy/PIDOptimizer" ], [ "https://github.com/clips/SimulatingCochlearImplants" ], [ "https://github.com/metgem/metgem" ], [ "https://github.com/juntang-zhuang/torch-ACA" ], [ "https://github.com/sbg/geck" ], [ "https://github.com/insilichem/gaudi" ], [ "https://github.com/yusufzaferaydin/dspred" ], [ "https://github.com/VCCRI/SVPV" ], [ "https://github.com/oicr-ibc/cssscl" ], [ "https://github.com/SchulzLab/TEPIC" ], [ "https://github.com/SchulzLab/TEPIC" ], [ "https://github.com/SchulzLab/TEPIC" ], [ "https://github.com/SchulzLab/TEPIC" ], [ "https://github.com/ludovicchaput/FastTargetPred" ], [ "https://github.com/wmqu/Automated-Dataset-Construction4LGM" ], [ "https://github.com/takimailto/HiDiff" ], [ "https://github.com/icb-dcm/pyabc" ], [ "https://github.com/icb-dcm/pyabc" ], [ "https://github.com/icb-dcm/pyabc" ], [ "https://github.com/icb-dcm/pyabc" ], [ "https://github.com/metrics-lab/surface-vision-transformers" ], [ "https://github.com/icbi-lab/scirpy" ], [ "https://github.com/rupinas/LAPINE" ], [ "https://github.com/mossmatters/HybPiper" ], [ "https://github.com/GH920/improved-bagan-gp" ], [ "https://github.com/zhimengXin/ECEA" ], [ "https://github.com/altriavin/DeepFusionCDR" ], [ "https://github.com/hanktseng131415go/RAMEM" ], [ "https://github.com/cyq1314woaini/LcDel" ], [ "https://github.com/Joni-gogogo/ShallowBKGC" ], [ "https://github.com/Land5cape/GRIDS" ], [ "https://github.com/nicetomeetu21/GenPSM" ], [ "https://github.com/BioSequenceAnalysis/MoleMCL" ], [ "https://github.com/zhengshijian1993/DC-Net" ], [ "https://github.com/Maize-Genetics-and-Genomics-Database/qTeller" ], [ "https://github.com/RubyHoho/DGeneralization" ], [ "https://github.com/Voluntino/tGT-OCT" ], [ "https://github.com/HengLan/AttMOT" ], [ "https://github.com/cecret3350/DEA-Net" ], [ "https://github.com/WrightonLabCSU/CAMPER" ], [ "https://github.com/AI-sandbox/PopGenAdapt" ], [ "https://github.com/zahiriz/DF-Phos" ], [ "https://github.com/gjonwick/MAGI-Dock" ], [ "https://github.com/StuLiu/SOSNet" ], [ "https://github.com/the-ahuja-lab/Machine-Olf-Action" ], [ "https://github.com/Jun-Jie-Shi/M2FTrans" ], [ "https://github.com/FreeformRobotics/Lifelong-MonoDepth" ], [ "https://github.com/slliuEric/FSUDA" ], [ "https://github.com/zyqin19/HiGraph" ], [ "https://github.com/ZhihaoPENG-CityU/EGRC-Net" ], [ "https://github.com/zfy-csu/FsaNet" ], [ "https://github.com/cchauve/AGO-pipeline" ], [ "https://github.com/dianzl/SODFormer" ], [ "https://github.com/Wayne-on-the-road/ResHybnet" ], [ "https://github.com/CityU-AIM-Group/FedOSS" ], [ "https://github.com/ZPDu/Redesigning-Multi-Scale-Neural-Network-for-Crowd-Counting" ], [ "https://github.com/yunboer/AR-classifier-and-AR-CycleGAN" ], [ "https://github.com/HongzhouTang/Pros-GNN" ], [ "https://github.com/HaoHou-98/SCGAN" ], [ "https://github.com/ZerojumpLine/CoLab" ], [ "https://github.com/wangziyuan66/IL-AD" ], [ "https://github.com/torchmd/torchmd-net" ], [ "https://github.com/weiyithu/NerfingMVS" ], [ "https://github.com/Rongtao-Xu/RepresentationLearning" ], [ "https://github.com/sys-bio/SBcoyote" ], [ "https://github.com/sys-bio/SBcoyote" ], [ "https://github.com/sys-bio/SBcoyote" ], [ "https://github.com/sys-bio/SBcoyote" ], [ "https://github.com/kunjing96/DARTS-AER" ], [ "https://github.com/arunsethuraman/biomi609spring2022" ], [ "https://github.com/RitAreaSciencePark/PLM4Muts" ], [ "https://github.com/Romantic-Pumpkin/PDT_fninf" ], [ "https://github.com/ccnu-mathits/MNE4HEN" ], [ "https://github.com/greenelab/wenda_gpu" ], [ "https://github.com/fudan-zvg/DGMN2" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/buptantEEG/MMASleepNet" ], [ "https://github.com/Jzy2017/TACL" ], [ "https://github.com/Lailabcode/DeepSCM" ], [ "https://github.com/zphyix/TCM" ], [ "https://github.com/aim-uofa/depth" ], [ "https://github.com/Jillian555/TNNLS_CDRS" ], [ "https://github.com/JDAI-CV/CoTNet" ], [ "https://github.com/mksmd/NNforDocking" ], [ "https://github.com/zsyOAOA/VIRNet" ], [ "https://github.com/smetam/pylae" ], [ "https://github.com/davidebolo1993/EViNCe" ], [ "https://github.com/bicciatolab/Circr" ], [ "https://github.com/dayunliu/MGATMDA" ], [ "https://github.com/biosustain/incawrapper" ], [ "https://github.com/bionlproc/text-summ-for-doc-retrieval" ], [ "https://github.com/Swart-lab/bleties" ], [ "https://github.com/Vill-Lab/SIAMH" ], [ "https://github.com/chenzeno/FOO-VB" ], [ "https://github.com/JianSoL/MVSTT" ], [ "https://github.com/IBM/fold2seq" ], [ "https://github.com/yuxilin51/GreedyRFS" ], [ "https://github.com/salman-h-khan/PL-ZSD_Release" ], [ "https://github.com/ktr-hubrt/WSAL" ], [ "https://github.com/JingZhang617/UCNet" ], [ "https://github.com/yuanying566/AHPred-DE" ], [ "https://github.com/JudasDie/SOTS" ], [ "https://github.com/JudasDie/SOTS" ], [ "https://github.com/JudasDie/SOTS" ], [ "https://github.com/JudasDie/SOTS" ], [ "https://github.com/Terminator8758/O2CAP" ], [ "https://github.com/liuyi1989/TSPORTNet" ], [ "https://github.com/crazyinter/RNN-VirSeeker" ], [ "https://github.com/mahyarnajibi/SNIPER" ], [ "https://github.com/hezhujun/autofocus-rnn" ], [ "https://github.com/rderelle/Broccoli" ], [ "https://github.com/lauzingaretti/deepaps" ], [ "https://github.com/gourabghoshroy/PoLoBag" ], [ "https://github.com/zhasen1996/AGLN" ], [ "https://github.com/rongjiewang/DeepDNA" ], [ "https://github.com/NLPIE/clinical-sentences" ], [ "https://github.com/oscarlr/MsPAC" ], [ "https://github.com/zetayue/CPA" ], [ "https://github.com/rajkumar1501/sequence-prediction-using-CNN-and-LSTMs" ], [ "https://github.com/haddocking/pdb-tools" ], [ "https://github.com/ruggleslab/hypercluster" ], [ "https://github.com/shijieS/SST" ], [ "https://github.com/BDanalysis/PGMicroD" ], [ "https://github.com/wangyida/gm-cml" ], [ "https://github.com/Maine-eDNA/medna-metadata" ], [ "https://github.com/CSB-KUL/yMap" ], [ "https://github.com/mpicbg-scicomp/snakemake-workflows" ], [ "https://github.com/bougui505/SOM" ], [ "https://github.com/haddocking/disvis" ], [ "https://github.com/WheatCao/STMN-Pytorch" ], [ "https://github.com/prody/ProDy" ], [ "https://github.com/prody/ProDy" ], [ "https://github.com/prody/ProDy" ], [ "https://github.com/prody/ProDy" ], [ "https://github.com/hangelwen/miR-PREFeR" ], [ "https://github.com/GatorSense/STARSEED" ], [ "https://github.com/louzounlab/CountingIsAlmostAllYouNeed" ], [ "https://github.com/lennylv/DGCddG" ] ], "fillcolor": "rgba(255,255,255,0)", "hoveron": "points", "hovertemplate": "Primary language=Python
Time of Existence (days)=%{x}
Repository URL=%{customdata[0]}", "jitter": 0, "legendgroup": "Python", "line": { "color": "rgba(255,255,255,0)" }, "marker": { "color": "#636efa", "symbol": "line-ns-open" }, "name": "Python", "offsetgroup": "Python", "showlegend": false, "type": "box", "x": [ 1, 368, 50, 372, 275, 2536, 1473, 4650, 397, 2475, 1959, 1959, 1959, 1959, 1337, 105, 94, 363, 335, 335, 335, 335, 176, 1327, 193, 761, 1726, 2721, 2583, 1559, 2654, 1095, 750, 37, 207, 651, 694, 259, 647, 523, 328, 1112, 1384, 1580, 6, 1296, 85, 1680, 709, 2771, 742, 146, 35, 2617, 2617, 2617, 2617, 2414, 97, 630, 1080, 499, 318, 205, 386, 572, 572, 572, 572, 572, 572, 572, 572, 572, 882, 777, 129, 1452, 1452, 1452, 1452, 1022, 1161, 895, 492, 537, 948, 1298, 1262, 2238, 1216, 233, 314, 1451, 1564, 642, 3825, 462, 2939, 258, 84, 659, 594, 1114, 1030, 1912, 2498, 163, 1422, 1097, 125, 1451, 847, 726, 961, 888, 888, 888, 888, 297, 292, 2086, 239, 1202, 330, 759, 125, 194, 194, 194, 194, 256, 239, 388, 174, 180, 1906, 24, 541, 931, 270, 917, 890, 2460, 2437, 1608, 2042, 1050, 487, 4394, 4394, 4394, 4394, 4394, 4394, 4394, 4394, 4394, 918, 468, 1236, 272, 2350, 962, 780, 232, 1322, 1035, 2145, 479, 2113, 991, 991, 991, 991, 382, 215, 215, 215, 215, 1333, 215, 215, 215, 215, 548, 548, 548, 548, 548, 548, 548, 548, 1673, 412, 1574, 217, 2211, 1273, 2298, 908, null, 1147, 1147, 1147, 1147, 70, 210, 210, 2628, 2628, 2628, 2628, 89, 2488, 150, 27, 567, 770, 761, 123, 601, 2226, 101, 296, 268, 2649, 2837, 691, 834, 1629, 525, 475, 342, 556, 471, 2654, 2147, 6, 2052, 326, 1078, 2373, 217, 529, 2386, 147, 1166, 1506, 991, 991, 991, 991, 361, 220, 558, 1690, 1200, 1667, 1667, 1667, 1667, 1667, 1667, 1667, 1667, 1667, 681, 6456, 6456, 6456, 6456, 550, 1102, 628, 216, 74, 4, 0, 206, 989, 88, 904, 896, 1203, 2944, 7, 133, 163, 158, 1191, 702, 3655, 272, 1896, 1666, 1767, 875, 682, 210, 2572, 14, 520, 1250, 0, 1047, 7, 131, 707, 1039, 140, 664, 501, 204, 1049, 25, 1320, 1986, 1035, 877, 2379, 1771, 504, 942, 1722, 756, 268, 463, 468, 248, 171, 180, 1498, 1, 149, 561, 987, 221, 13, 3113, 90, 0, 538, 0, 197, 2283, 336, 571, 697, 706, 337, 1874, 1295, 1641, 242, 1046, 112, 149, 957, 953, 1380, 460, 35, 2170, 1319, 1814, 1814, 1814, 1814, 461, 1106, 225, 300, 929, 3, 84, 853, 1043, 686, 135, 52, 62, 282, 423, 1081, 126, 2670, 99, 310, 578, 182, 923, 65, 380, 185, 35, 0, 235, 192, 281, 169, 342, 777, 175, null, 3391, 373, 272, 870, 666, 343, 1359, 488, 610, 410, 486, 1068, 653, 653, 653, 653, 436, 0, 332, 0, 34, 15, 260, 204, 1052, 1422, 402, 634, 634, 634, 634, 23, 388, 875, 540, 0, 759, 152, 597, 948, 762, 743, 581, 66, 24, 268, 1124, 522, 693, 408, 761, 275, 493, 0, 92, 536, 37, 375, 394, 96, 325, 1051, 1407, 181, 1238, 840, 1928, 1928, 1928, 1928, 365, 61, 1200, 2063, 4160, 298, 2603, 1127, 1214, 595, 561, 2029, 0, 1023, 183, 2515, 521, 52, 354, 731, 184, 0, 2732, 1855, 298, 142, 0, 38, 137, 83, 0, 610, 742, 72, 473, 335, 798, 8, 468, 28, 393, 393, 393, 393, 205, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 136, 801, 413, 422, 395, 109, 870, 170, 0, 610, 704, 395, 303, 648, 119, 0, 676, 242, 276, 174, 144, 522, 2405, 222, 78, 233, 195, 129, 400, 11, 856, 1371, 1371, 1371, 1371, 1663, 0, 667, 167, 779, 754, 836, 524, 373, 346, 60, 171, 436, 98, 1553, 877, 848, 1313, 1069, 973, 868, 977, 328, 175, 288, 99, 410, 517, 683, 1166, 372, 1673, 252, 329, 187, 1503, 1234, 76, 863, 1972, 701, 82, 515, 1925, 1295, 168, 1967, 917, 2600, 698, 2263, 418, 12, 483, 331, null, 448, 145, 189, 64, 220, 1730, 194, 21, 283, 127, 303, 252, 110, 917, 69, 193, 1527, 666, 0, 76, 641, 657, 0, null, 48, 593, 13, 118, 273, 1339, 305, 0, 579, 522, 201, 7, 28, 396, 144, 891, 396, 128, 240, 927, 1, 0, 554, 0, 120, 814, 1016, 85, 190, 3, 5, 546, 185, 291, 799, 0, 0, 727, 181, 408, 276, 101, 253, 1527, 312, 880, 0, 203, 2287, 995, 798, 1049, 1342, 1648, 598, 22, 2436, 338, 546, 95, 0, 650, 758, 0, 1030, 644, 591, 0, 485, 0, 2429, 2486, 1603, 1353, 7, 1863, 3061, 322, 82, 2212, 2255, 236, 1486, 1986, 269, 2943, 187, 537, 149, 154, 3410, 187, 218, 0, null, 11, 235, 461, 1842, 156, 284, 174, 216, 76, 644, 25, null, 625, 2540, 11, 405, 545, 190, 622, 0, 125, 0, 264, 2068, 2068, 2068, 2068, 850, 5, 493, 693, 0, 53, 579, 332, 153, 614, 294, 146, 469, 35, 533, 149, 27, 292, 485, 95, 57, 1035, 1035, 1035, 1035, 104, 0, 1, 208, 622, 137, 214, 2, 103, 108, 305, 297, 275, 109, 318, 1188, 0, 1189, 32, 2, 1110, 489, 116, 575, 1136, 1745, 9, 19, 245, 1373, 183, 227, 1548, 41, 3, 195, 8, null, 181, 878, 0, 1821, 154, 1355, 845, 460, 387, 708, 13, 741, 300, 1247, 881, 1438, 1243, 1457, 1434, 1767, 2165, 218, 2068, 2068, 2068, 2068, 2468, 196, 2779, 1194, 2228, 815, 327, 1180, 67, 80, 0, 1307, 253, 2411, 1387, 348, null, 592, 1107, 3702, 543, 299, 2, 33, 764, 372, 943, 3622, 3622, 3622, 3622, 437, 986, 1120, 756, 240, 333, 1637, 737, 455, 269, 249, 0, 954, 1739, 1481, 267, 1037, 434, 2306, 2306, 2306, 2306, 6, 450, 152, 18, 509, 1714, 184, 105, 418, 404, 278, 309, 1566, 964, 0, 253, 0, 2829, 1747, 2733, 482, 595, 897, 191, 82, 0, 0, 133, 698, 841, 879, 533, null, 924, 953, 1037, 864, 400, 22, 7, 412, 681, 990, 575, 510, 333, 1871, 2106, 2944, 2587, 55, 1392, 564, 2624, 840, 954, 0, 1126, 352, 401, 144, 4, 1217, 232, 859, 152, 264, 196, 1014, 237, 0, 1198, 1, null, 84, 951, 156, 160, 696, 146, 7, null, 88, 10, 245, 609, 0, 182, 0, 385, 524, 191, 191, 191, 191, 338, 723, 11, 16, 820, 3, 529, 87, 354, 510, 958, 253, 262, 360, 149, 266, 330, 514, 946, 0, 138, 0, 1114, null, 656, 212, 419, 214, 903, 2256, null, 2726, 2726, 2726, 2726, 24, 179, 1267, 1323, 278, 469, 163, 281, 842, 1131, 1, 0, 519, 181, 1265, 0, 96, 0, 942, 834, 1161, 519, 1690, 1690, 1690, 1690, 29, 852, 0, 991, 19, 597, 473, 1654, 1597, 389, 166, 266, 1864, 376, 738, 1302, 142, 1578, 107, 873, 409, 74, 371, 537, 602, 37, 2730, 1159, 1360, 259, 34, 95, 145, 961, 232, 699, 587, 131, 217, 376, 553, 88, 0, 590, 201, 224, 0, 266, 0, 519, null, 112, 2026, 244, 909, 96, 326, 1, 10, 584, 584, 584, 584, 368, 0, 83, 499, 883, 556, 584, 325, 325, 325, 325, 1960, 488, 599, 1, 1091, 89, 247, 637, 64, 17, 185, 145, 36, 76, 1592, 1282, 525, 439, 0, 875, 606, 1219, 162, 18, 0, 1638, 109, 363, 518, 780, 64, 907, 829, 135, 779, 156, 899, 415, 1, 834, 859, 58, 236, 130, 524, 389, 326, 140, 30, 988, 2879, 458, 1380, 942, 2232, 2232, 2232, 2232, 2053, 707, 1245, 565, 146, 170, 127, 4495, 493, 0, 0, 377, 1031, 3, 0, 403, 179, 395, null, 0, 1, 171, 604, 138, 717, 249, 213, 20, 99, 111, 285, 546, 18, 52, 248, 996, 150, 778, 1043, 87, 3860, 0, 291, 278, 1, 139, 419, 756, 371, 1103, 1116, 2, 234, 234, 405, 377, 342, 109, 216, 784, 465, 83, 472, 616, 668, 129, 248, 0, 286, 2865, 2865, 2865, 2865, 870, 404, 1654, 606, 422, 199, 1274, 1121, 0, 1943, 299, 2905, 1614, 1836, 201, 866, 866, 866, 866, 1271, 1462, 40, 819, 333, 552, 16, 394, 546, 1028, 2506, 0, 4989, 4989, 4989, 4989, 380, 23, 1529, 1419, 261, 1765, 130, 329, 1608, 2275, 61, 0, 123, 91, 0, 220, 616, 56, 689, 257, 0, 309, 182, 0, 296, 289, 260, 585, 148, 74, 297, 190, 881, 409, 855, 264, 727, 448, 345, 270, 96, 1022, 159, 0, 559, 247, 575, 912, 621, 669, 341, 0, 580, 634, 269, 945, 15, 353, 320, 111, 1776, 556, 1511, 7, 3, 660, 228, 1022, 30, 818, null, 938, 201, 1120, 43, 1058, 436, 91, 402, 1129, 1080, 1570, 153, 383, 56, 599, 7, 1303, 1893, 0, 418, 249, 628, 413, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1897, 180, 8, 1, 90, 67, 1342, 393, 612, 0, 483, 483, 483, 483, 1089, 1744, 987, 30, 3132, 3132, 3132, 3132, 796, 1149, 1175, 968, 1621, 9, 157, 1479, 184, 2, 321, 157, 3275, 556, 133, 122, 874, 2, 108, 81, 240, 346, 885, 326, 4, 309, 84, 350, 226, 1694, 429, 28, 25, 428, 730, 145, 71, 0, 179, 0, 0, 385, 561, 507, 96, null, 1065, 409, 266, 49, 508, 304, 70, 430, 1159, 128, 95, 0, 20, 558, 791, 310, 2452, 376, 3, 746, 1473, 670, 301, 213, 655, 307, 213, 524, 10, 2674, 10, 9, 199, 1078, 357, 193, 830, 830, 830, 830, 0, 1663, 705, 448, 1648, 1142, 495, 933, 0, 2078, 0, 281, 1512, 105, 413, 325, 1290, 424, null, 563, 187, 1723, 2020, 365, 24, 2130, 5, 681, 1789, 335, 315, 1099, 467, 770, 225, 725, 868, 771, 1934, 186, 242, 1249, 3073, 104, 419, 2250, 2868, 563, 109, null, 1858, 289, 461, 137, 133, 105, 460, 151, 58, 1715, 460, 79, 0, 0, 13, 127, 166, 274, 208, 566, 432, 213, 1290, 1290, 1290, 1290, 855, 0, 25, 601, 5, 2056, 0, 579, 231, 615, 5, 357, 267, 719, 14, 243, 204, 460, 129, 314, 5, 767, 962, 481, 1045, 29, 1676, 20, 558, 407, 117, 77, 157, 320, 17, 734, 328, 515, 374, 507, 156, 1855, 521, 322, 583, 1336, 305, 94, 629, 17, 14, 169, 565, 1315, 128, 251, null, 1290, 1290, 1290, 1290, 845, 1751, 63, 1333, 1825, 987, 162, 283, 565, 146, 325, 232, 0, 621, 337, 304, 2612, 1806, 0, 318, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2051, 227, 31, 138, 211, 982, 318, 205, 287, 299, null, 0, 242, 374, 221, 93, null, 1, 11, 191, 191, 191, 191, 419, 278, 0, 157, 1623, 2593, 376, 696, 485, 910, 239, 98, 336, 187, 94, 63, 155, 0, 0, 0, 235, 0, 61, 8, 190, null, 540, 343, 698, 349, 298, 685, 1184, 23, 508, 927, 227, 259, null, 113, null, 742, 233, 1144, null, 76, 161, 278, 3132, 3132, 3132, 3132, 384, 128, 299, 985, 1569, 2137, 469, 235, 245, 74, 724, 1944, 377, 133, 1915, 3824, 1113, 504, 2435, 2552, 1278, 3936, 2037, 464, 330, 21, 73, 171, 1, 377, 153, 220, 92, 92, 92, 92, 4981, 249, 140, 393, 393, 393, 393, 1982, 322, 687, 14, 157, 32, 317, 49, 3647, 573, 1411, 46, 72, 273, 451, 777, 431, 181, 454, 575, 0, 231, 523, 226, 276, 246, 212, 184, 454, 720, 116, 409, 243, 628, 659, 1190, 42, 504, 1815, 357, 863, 316, 827, 198, 6, 1305, 1707, 97, 193, 296, 714, 0, 2173, 763, 394, 2, 320, 367, 152, 115, 171, 1143, 1085, 1039, 0, 1671, 344, 328, 384, 273, 623, 456, 104, 7, 1814, 1814, 1814, 1814, 99, 2060, 1063, 248, 1256, null, 2255, 111, 129, 2840, 581, 1454, 0, 246, 3801, 110, 3837, 281, 4394, 4394, 4394, 4394, 4394, 4394, 4394, 4394, 4394, 804, 0, 1251, 1329, 111, 1071, 277, 3357, 179, 656, 1719, 951, 346, 1728, 141, 199, 2893, 807, 166, 1190, 587, 1133, null, 383, 0, 631, 333, 740, null, 199, null, 13, 917, 1, 106, 594, 0, 531, 608, 555, 1134, 0, 661, 399, 5, 1496, 374, 60, 280, 1246, 484, 407, 32, 1927, 778, 765, 65, 966, 68, 804, null, 398, 0, 22, 306, 78, 517, 517, 517, 517, 17, 328, 3622, 3622, 3622, 3622, 2187, 1171, 0, 240, 254, 259, 65, 17, 382, 517, 517, 517, 517, null, 0, 34, 181, 368, 0, 240, 417, 1373, 192, 1396, 116, 181, 342, 590, 139, 193, 2816, 242, 238, 102, 588, 0, 990, 93, 13, 226, 1, 526, 649, 0, 125, 418, 21, null, 486, 51, 37, 87, 627, 320, 498, 393, 541, 524, 107, 7, 203, 866, 866, 866, 866, 599, 247, 10, 120, 470, 233, 0, 16, 14, 1183, 459, 247, 4, 0, 173, 210, 0, 445, 202, 51, 1580, 17, 446, 2497, 793, 0, 158, null, 220, 1561, 78, 469, 733, 191, 0, null, 452, 0, 84, 759, 40, 1347, 167, 266, 1159, 416, 67, 261, 163, 1135, 224, 145, 290, 1087, 1028, 809, 590, 164, 176, 87, 42, 0, 293, 381, 127, 113, 155, 182, 799, 447, 515, 770, 133, 338, 450, null, 812, 77, 82, 1259, 1141, 1, 180, 829, 1773, 1773, 1773, 1773, 157, 0, 0, 571, 110, 1104, 1688, 994, 1451, 0, 1768, 546, 206, 1536, 425, 1232, 435, 954, 220, 278, 633, 1928, 1928, 1928, 1928, 502, 423, 372, 202, 73, 1153, 35, 526, 596, 469, 1180, 1, 456, 347, 2236, 578, 1594, 288, 218, 1490, 2104, 2306, 2306, 2306, 2306, 570, 264, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 433, null, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 2243, 752, 1361, 1382, 782, 2113, 104, 688, 1778, 2795, 2, 337, 188, 159, 39, 187, 1173, 0, 125, 1098, 763, 875, 109, 147, 151, 236, 356, 363, 191, 1115, 318, 21, 1, 812, null, 342, 216, 0, 78, 135, 525, 4078, 4078, 4078, 4078, 124, 124, 124, 124, 62, 208, 0, 2249, 358, 0, 419, 786, 28, 371, 226, 168, 129, 180, 0, 828, 218, 426, 458, 664, 338, 0, 799, 460, 4, 578, 416, 405, 70, 790, 602, 0, 1261, 71, 66, null, 405, 38, 44, 0, 285, 173, 1496, 624, 1544, 1101, 202, 130, 283, 931, 49, 75, 108, 54, 186, 191, 263, 0, 356, 79, 94, 772, 236, 0, 6, 481, null, 68, 0, 713, 340, 956, null, 959, 7, 957, 1146, 0, 855, 370, 3, 194, 215, 216, 310, 79, 103, 187, 181, 1668, 1389, 350, 0, 675, 1390, 1091, 638, 130, 639, 1604, 161, 1313, 625, 15, 0, 1309, 0, 268, 0, 693, 793, 3127, 1309, 621, null, 129, 542, 37, 1143, 1435, 366, 0, 1365, 225, 1424, 8, 345, 241, 2914, 478, 0, 0, 1537, 550, 39, 3261, 297, 1470, 1798, 720, 2149, 2541, 1129, 0, 763, 1680, 849, 1228, 1216, 303, 615, 470, 192, 2197, 2328, 1533, 34, 880, 984, 857, 357, 546, 1174, 208, 84, 1103, null, 225, 715, 715, 715, 715, 168, 1311, 199, 197, 1642, 28, 34, 0, 0, 653, 653, 653, 653, 0, 180, 209, 0, 0, 34, 0, 152, 0, 209, 19, 20, 0, 261, 153, 72, 502, 537, 68, 123, 326, 124, 124, 124, 124, 324, 397, 94, 73, 0, 325, 325, 325, 325, 864, 511, 18, 421, 448, 883, 883, 883, 883, 231, 200, 573, 839, 73, 561, 240, 0, 221, 658, 128, 742, 970, 746, 0, 903, 889, 4, 84, 0, 282, 430, 558, 340, 814, 80, 3, 757, 241, 0, 227, 59, 0, 325, 389, 1, 315, 366, 89, 474, 1476, 726, 843, 256, 587, 453, 72, 162, 22, 1064, 351, 1010, 1825, 518, 379, 772, 944, 0, 623, 784, 4, 806, 652, 205, 1, 18, 284, 2385, 265, 167, 675, 903, 1182, 738, 0, 1, 62, 12, 159, 166, 334, 869, 489, 1454, 1389, 448, 154, 734, 129, 71, 357, 143, 1448, 178, 1066, 866, 0, 1021, 147, 0, 1531, 6, 1110, 0, 754, 523, 1433, 1460, 146, 1091, 110, 86, 808, 253, 585, 1478, 1905, 121, 199, 967, 110, 1554, 402, 1116, 315, 821, 3066, 1580, 127, 2646, 2646, 2646, 2646, 110, 1784, 726, 187, 612, 2816, 1855, 504, 2935, 2207, 364, 1834, 2611, 4372, 1321, 0, 322, 92, 830, 663, 1055, 726, 3290, 39, 461, 2136, 2136, 2136, 2136, 32, 147, 0, 0, 30, 93, 706, 136, 29, 136, 412, 506, 144, 59, 336, 276, 959, 0, 300, 227, 231, 298, 0, null, 124, 594, 1893, 1893, 1893, 1893, 7, 1690, 1690, 1690, 1690, 123, 68, 121, 582, 315, 20, 1184, 211, 209, 121, 361, null, 538, 79, 69, 234, 217, 64, 0, 140, 141, 378, 325, 1343, 168, 492, 488, 959, 361, 672, 1306, 1179, 488, 598, 315, 43, 109, 129, 286, 155, 8, 264, 192, 0, 950, 1538, 430, 811, 0, 18, 659, 359, 1313, 518, 113, 667, 45, 60, 10, 0, 67, 324, 8, 162, 894, 131, 177, 35, 303, 0, 1340, 407, 97, 133, 853, 90, 280, 240, 304, 1816, 353, 484, 434, 435, 1833, 69, null, 981, 5, 289, 960, 222, 414, 756, 367, 62, 208, 470, 305, 310, 725, 188, 97, 31, 987, 505, 482, 137, 215, 326, 1893, 1893, 1893, 1893, 244, 2437, 1644, 608, 154, 704, 45, 117, 2, 232, 126, 2276, 340, 520, 1928, 2220, 1214, 869, 1326, null, 519, 406, 1614, 66, 856, 1221, 1004, null, 744, 63, 972, 482, 1351, 885, 226, 226, 226, 226, 226, 226, 226, 226, 2010, 595, 2594, 516, 608, 291, 1791, 109, 125, 52, 308, 2848, 164, 50, 2, 2211, 2455, 464, 221, 235, 134, 129, 1565, 102, 2313, 397, 1221, 943, 1536, 1196, 1196, 1196, 1196, 267, 267, 139, 688, 549, 3151, 989, 1663, 4078, 4078, 4078, 4078, 281, 2134, 408, 1773, 1773, 1773, 1773, 820, 1395, 1493, 502, 24, 624, 2415, 75, 1164, 1228, 1121, 672, 778, 970, 897, 1408, 1408, 1408, 1408, 440, 381, 389, 0, 274, 634, 634, 634, 634, 363, 363, 363, 363, 438, 616, 1210, 388, 2214, 848, 1254, 187, 606, 418, 929, 431, 939, 2247, 2647, 793, 303, 59, 228, 525, 640, 561, 2506, 881, 1614, 4394, 4394, 4394, 4394, 4394, 4394, 4394, 4394, 4394, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 446, 611, 212, 497, 2651, 1882, 207, 376, 249, 1273, 424, 423, 4640, 544, 779, 1493, 216, 657, 3550, 229, 0, 1367, 167, 167, 167, 167, 2157, 1141, 1007, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 1786, 242, 811, 710, 774, 774, 774, 774, 472, 831, 2654, 883, 5572, 5572, 5572, 5572, 1135, 291, 191, 727, 648, 674, 1939, 1793, 237, 598, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 450, 774, 774, 774, 774, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 1078, 0, 402, 165, 95, 972, 952, 5, 93, 116, 379, 2242, 180, 0, 3126, 225, 1492, 279, 2829, 1895, 1836, 295, 1961, 0, 517, 11, 285, 1990, 241, 275, 460, 142, 310, 616, 1077, 539, 1398, 294, 293, 1700, 6, 1102, 1384, 779, 6, 1811, 361, 12, 99, 380, 109, 2621, 276, 1, 358, 944, 887, 887, 887, 887, null, 1497, 1616, 1013, 2074, 124, 848, 263, 449, 0, 180, 1167, 1424, 0, 131, 292, 172, 76, 191, 106, 0, 690, 368, 125, null, 249, 326, 0, 0, 388, 207, 1, 190, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 323, 233, 120, 395, 31, 686, 1749, 56, 0, 209, 0, 159, 23, 87, 623, 107, 772, 0, 928, 73, 0, 1088, 0, 400, 826, 0, 1435, 547, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 137, 1060, 415, 574, 223, 252, 236, 668, 652, 728, 467, 1947, 716, 320, 1002, 795, 379, 1356, 1594, 123, 196, 1061, 634, 312, 1672, 1246, 3033, 432, 585, 341, 1049, 350, 161, 18, 374, 729, 88, 2318, 2726, 2726, 2726, 2726, 381, 389, 618, 323, 2112, 1414, 185, 257, 1867, 601, 1070, 167, 167, 167, 167, 320, 791, 1510, 891, 1486, 652, 622, 1719, 1656, 0, 1547, 8, 1021, 185, 278, 1186, 33, 2029, 1226, 201, 1045, 653, 764, 39, 363, 363, 363, 363, 3, 852, 33, 2, 166, 2472, 310, null, 78, 2724, 2724, 2724, 2724, 170, 191, 464, 954, 4796, 706, 332, 1599, 103, 2977, 692, 49, 73, 436, 1127, 87, 25, 6, 829, 53, 855, 437, 908, 515, 480, 2024, 2477, 2809, 922, 1923, 619, 985, 0, 482, 384, 1147, 1147, 1147, 1147, 97, 4, 1849, 48, 242, 55, 36, 8, 234, 19, 1476, 1419, 140, 481, 3181, 376, 89, 0, 281, 288, 425, 269, 35, 3837, 533, 259, 175, 462, 15, 793, 359, 22, 73, 1168, 0, 1215, 0, 145, 26, 408, 528, 325, 1830, 788, 668, 192, 189, 1824, 1474, 307, 1486, 787, 575, 382, 949, 91, 29, 1059, 940, 673, 673, 673, 673, null, 774, 673, 673, 673, 673, 1731, 1048, 6, 516, 13, 1501, 1959, 1959, 1959, 1959, 0, 769, 2611, 919, 2090, 488, 524, 0, 440, 563, 2724, 2724, 2724, 2724, 841, 2686, 2375, 2326, 364, 1380, 1506, 435, 614, 1401, 1654, 2072, 1790, 71, 1618, 1600, 476, 476, 476, 476, 1415, 488, 162, 3042, 2559, 43, 587, 514, 476, 476, 476, 476, 616, 316, 570, 561, 3999, 159, 217, 296, 898, 1356, 1505, 5572, 5572, 5572, 5572, 523, 867, 3368, 602, 0, 435, 412, 28, 717, 197, 987, 778, 17, 203, 697, 1017, 1313, 469, 0, 342, 0, 94, 3342, 445, 1136, 876, 411, 533, 1343, 900, 432, 1710, null, 195, 498, 128, 10, 579, 1498, 531, 125, 455, 0, 897, 1468, 714, 0, 713, 425, 823, 202, 895, 541, 156, 159, 426, 365, 1145, 353, 844, 944, 113, 17, 367, 2366, null, 1753, 1671, 954, 2602, 255, 226, 3339, 0, 239, 0, 2, 164, 500, 120, 204, 0, 34, 351, 583, 973, 333, 572, 572, 572, 572, 572, 572, 572, 572, 572, 431, 798, null, 128, 135, 285, 791, 424, 20, 1150, 444, 1139, 433, 3024, 445, 89, 41, 267, 185, 16, 1272, 0, 232, 495, 126, 125, 62, 825, 1, 407, 133, 656, 1028, 460, 3116, 750, 116, 63, 382, 962, 564, 2031, 4, 216, 210, 758, 2095, 2095, 2095, 2095, 669, 1606, 2924, 0, 1513, 92, 92, 92, 92, 613, 1112, 170, 761, 1579, 997, 823, 134, 428, 413, 1667, 1667, 1667, 1667, 1667, 1667, 1667, 1667, 1667, 887, 887, 887, 887, 1434, 2072, 597, 662, 138, 99, 325, 894, 1, 414, 152, 757, 13, 2573, 2573, 2573, 2573, 2775, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 286, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 63, 819, 819, 819, 819, 1218, 38, 314, 0, 1177, 95, 1118, 1319, 392, 1508, 346, 366, 20, 2522, 819, 819, 819, 819, 2224, 761, 1152, 1690, 157, 245, 997, 55, 182, 3809, 340, 831, 975, 1569, 218, 2540, 10, 84, 158, null, 1161, 13, 99, 90, 429, 0, 744, 269, 23, 636, 124, 23, 184, null, 43, 567, 110, null, 614, 1144, 715, 879, 319, 457, null, 0, 1360, 276, 731, 181, 673, 35, 1335, 29, 3, 1932, 268, 584, 365, 778, 592, 682, 1481, 2172, 733, 223, 27, 5, 130, 1011, 421, 1408, 496, 1080, 52, 445, 0, 5, 362, 131, 40, 0, null, 0, 102, 285, 228, 579, 256, 26, 330, 397, 193, 129, 112, 414, 343, 336, 421, 450, 468, 383, 270, 2246, 1437, 162, 607, 18, 0, 161, 517, 883, 883, 883, 883, 396, 164, 0, 52, 198, 342, 590, 166, 25, null, 174, 520, 921, 342, 450, 278, 1636, 711, 539, 9, 489, 3068, 529, 0, 905, 239, 1, 709, 830, 830, 830, 830, 482, 1557, 1158, 1716, 2521, 892, 261, 792, 520, 810, 689, 2216, 496, 2748, 342, 854, 751, 59, 47, 276, null, 168, 113, 258, 138, 219, 0, 176, 271, 0, 346, 593, 98, 0, 259, 0, 454, 575, 88, null, 23, 48, 105, 0, 144, 386, 0, 59, 214, 0, 274, 572, 247, 819, 428, 98, 607, 54, 1408, 1408, 1408, 1408, 187, 339, 79, 205, 424, 701, 435, 883, 951, 904, 65, 902, 348, 225, 1752, 2892, 558, 686, 0, 2095, 2095, 2095, 2095, 124, 2708, 2527, 3, 6, 1182, 6456, 6456, 6456, 6456, 333, 1433, 1289, 171, 490, 180, 772, 3819, 1109, 952, 243, 468, 372, 509, 1255, 100, 877, 847, 491, 297, null, 337, 2, 0, 477, 684, 251, 111, 72, 194, 194, 194, 194, 232, null, 426, 248, 4, 1127, 440, 2230, null, 650, 115, 204, 45, 154, 1364, 81, 35, 82, 438, 1976, 314, 161, 0, 736, 189, 155, 1846, 171, 424, 2088, 2088, 2088, 2088, 593, 517, 149, 200, 182, 150, 526, 241, 539, 844, 1015, 675, 53, 346, 793, 375, 483, 483, 483, 483, 2432, 1849, 515, 0, 215, 384, 1654, 2296, 2549, 710, 108, 108, 108, 108, 82, 7, 2628, 2628, 2628, 2628, 0, 285, 267, 356, 1644, 950, 659, 1387, 1069, 190, 0, 188, 559, 1726, 178, 83, 542, 273, 1106, 547, 707, 35, 40, 2861, 136, 2340, 3175, 2, 316, 3211, 1718, 703, null, 2136, 151, 436, 160, 305, 0, 335, 1150, 0, 1049, 278, 661, 1217, 2038, 499, 1824, 0, 513, 657, 18, 358, 14, 972, 100, 351, 754, 427, 95, 508, 236, 620, 113, 1070, 1246, 335, 646, 473, 6, 2136, 2136, 2136, 2136, 738, 804, 222, 0, 665, 115, 1285, 176, 1451, 2253, 118, 259, 563, 8635, 1871, 279, 158, 209, 1555, 605, 714, 82, 2103, 78, 182, 5, 1317, 732, 493, 2707, 335, 335, 335, 335, 1426, 381, 1, 154, 226, 691, 68, 359, 441, 253, 108, 108, 108, 108, 109, 1232, 602, 466, 527, 100, 55, 715, 2237, 2237, 2237, 2237, 864, 326, 3459, null, null, 273, 319, 96, 616, 690, 5363, 371, 200, 402, 50, null, 234, 387, 76, 176, 275, 26, 1300, 328, 263, 1465, 360, 344, 503, 360, 1527, 295, 66, 373, 237, 476, 182, 0, 402, 770, 177, 213, 1074, 482, 658, 103, 19, 677, 603, 1384, 715, 715, 715, 715, 230, null, 629, 594, 12, 682, 274, 9, 367, 53, 167, 138, 408, 478, 124, 715, 215, 625, 301, 909, 25, 1041, 114, 421, 370, 99, 0, 648, 1, 638, 616, 858, 337, 1963, 2224, 137, 257, 2253, 43, 1039, 1833, 694, 703, 608, 49, 1492, 706, 1125, 640, 3140, 118, 193, 0, 272, null, 1035, 1035, 1035, 1035, 692, 1121, 275, 0, 604, 356, 24, 0, 378, 395, 0, 70, 68, 377, 1522, 844, 231, 215, 450, 48, 534, 1148, 820, 1559, 116, 1357, 2331, 452, 153, 205, 169, 398, 421, 268, 335, 689, 1047, 269, 323, 154, 1, 582, 89, 395, 953, 488, 1, 722, 722, 722, 722, 292, 869, 268, 1858, 1442, 5, 426, 144, 800, 305, 82, 864, 1425, 449, 154, 481, 862, 2211, 734, 205, 49, 228, 21, 11, 521, 709, 1887, 157, 312, 829, 274, 1123, 442, 3355, 2363, 1196, 1196, 1196, 1196, 522, 4, 1460, null, 392, 482, 217, 86, 473, 0, 451, 0, 1, 0, 54, 50, 351, 701, 283, 1179, 1523, 0, null, 0, 1173, 111, 565, 0, 481, 439, 0, 0, 226, 174, 664, 0, 758, 251, 53, 742, 0, 503, 362, 1112, 2, 11, 623, null, 635, 0, 40, 488, 1286, 186, 1190, 290, 143, 1834, null, 528, 1034, 477, 283, 0, 697, 679, 1066, 205, 0, 413, 49, 699, 714, 572, 572, 572, 572, 572, 572, 572, 572, 572, 528, 58, 884, 480, 351, 1612, 821, 222, 2237, 2237, 2237, 2237, 1161, 49, 14, 23, 230, 5, 11, 1554, 2617, 2120, 705, null, 664, 852, 0, 235, 1, null, 9, 614, 61, 0, 2205, 7, 966, 132, 745, 10, 338, 292, 285, 1940, 18, 176, 33, 506, 35, 584, 584, 584, 584, 120, 67, 551, 310, 263, 866, 0, 199, 324, 314, 1406, 888, 888, 888, 888, 896, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 684, 588, 49, 842, 205, 376, 282, 414, 2879, 875, 1305, 805, 0, 645, 9, 541, 278, 5, 1004, 1122, 1432, 1773, 130, 194, 969, 34, 972, 411, 404, 2, 2215, 1371, 2291, 422, 0, 1005, 393, 375, 1667, 1667, 1667, 1667, 1667, 1667, 1667, 1667, 1667, 2543, 958, 2865, 2865, 2865, 2865, 4502, 257, 844, 4, 904, 163, 1288, 353, 600, 502, 1136, 1039, 653, 2551, 165, 158, 2126, 1153, 26, 89, 0, 28, 1130, 636, 80, 125, 424, 113, 233, 917, 2617, 2617, 2617, 2617, 319, 250, 437, 437, 437, 437, 468, 444, 419, 587, 273, 605, 419, 0, 40, 557, 642, 16, 21, 98, 0, 694, 0, 36, 278, 616, 435, 552, 788, 306, 77, 429, 106, 852, 637, 286, 981, 238, 0, 181, 196, 1767, 31, 791, 49, 153, 299, -1, 154, 416, 0, 427, 510, 869, 811, 402, 1280, 408, 1483, 1702, 1458, 913, 75, 343, 1322, 764, 1338, 2646, 2646, 2646, 2646, 754, 147, 1998, 428, 2339, 501, 20, null, 1470, 242, 332, 13, 437, 437, 437, 437, 3, 194, 1, 1082, 0, 1452, 1452, 1452, 1452, 0, 902, 646, 234, 369, 764, 343, 65, null, 181, 120, 128, 360, 29, 0, 706, 115, 1062, 3, 19, 429, 0, 188, 384, 21, 0, 31, 1, 707, 529, 657, 644, 9, 527, 0, 2370, 194, 493, 863, 0, 150, 732, null, 628, 516, 385, 297, 1153, 124, 447, 489, 554, 2, 742, 289, 925, 872, 706, 1338, 80, 431, 546, 820, 0, 624, 917, 1164, 0, 137, 304, 350, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1231, 615, 979, 425, 2088, 2088, 2088, 2088, 630, 957, 1335, 206, 601, 586, 0, 1417, 1190, 875, 1165, 1874, 13, null, 792, 96, 1725, 417, 355, 233, 670, 463, 88, 876, 0, 3, 169, 266, 89, 305, 67, 454, 224, 583, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 236, 714, 104, 1128, 491, 173, 319, 171, 332, 0, 493, 162, 171, 377, 242, 740, 2453, 576, 351, 0, 249, null, 288, 275, 439, 440, 1674, 509, 99, 1206, 104, 852, 805, 2, 1116, null, 56, 565, 0, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 294, 145, 0, 1057, 275, 1, 0, 1797, 197, 1185, 314, 561, 442, 106, 1211, 818, 245, 54, 0, 736, 0, 573, 847, 120, 1170, 1, 203, 508, 767, 668, 1141, 1269, 448, 288, 1218, 279, 1159, 567, 391, 832, 245, 1156, 425, 1938, 2347, 172, 184, 3703, 11, 315, 1701, 2232, 2232, 2232, 2232, 92, 5, 12, 2573, 2573, 2573, 2573, 922, 1741, 244, 3799, 572, 61, 85, 26, 23, 131, 208, 6, 210, 0, 3666, 28, 85, 69, 466, 740, 181, 73, 686, 320, 218, 451, 200, 292, 251, 594, 466, 212, 647, 7, 67, 699, 161, 3, 290, 571, 57, 1186, 120, 187, 1371, 1371, 1371, 1371, 0, 0, 314, 157, 353, 308, 141, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 38, 572, 118, 7, 1086, 609, 13, null, 982, 1425, 331, 421, 45, 1545, 16, 783, 849, 334, 311, 244, 82, 441, 653, 604, 137, 722, 722, 722, 722, 209, 632, 410, 1316, 439, 552, 0, null, 65, 795, 271, 700, 408, 375, 3035, 1405, 869, 172, 353, 1068, 544, 1284, 875, 3346, 176, 4989, 4989, 4989, 4989, 1682, 611, 141, 990 ], "xaxis": "x3", "yaxis": "y3" }, { "alignmentgroup": "True", "customdata": [ [ "https://github.com/pmelsted/BUSZ_paper" ], [ "https://github.com/WormBase/scdefg" ], [ "https://github.com/crazylyf/neuronet" ], [ "https://github.com/GGchen1997/STEPS_Bioinformatics" ], [ "https://github.com/sg-wbi/belb" ], [ "https://github.com/theislab/anndata" ], [ "https://github.com/tlawrence3/tSFM" ], [ "https://github.com/smirarab/pasta" ], [ "https://github.com/TracyRage/muddy_mine" ], [ "https://github.com/kodicollins/pasta" ], [ "https://github.com/Pranavkhade/PACKMAN" ], [ "https://github.com/Pranavkhade/PACKMAN" ], [ "https://github.com/Pranavkhade/PACKMAN" ], [ "https://github.com/Pranavkhade/PACKMAN" ], [ "https://github.com/LooseLab/minotourcli" ], [ "https://github.com/LooseLab/minotour-docker" ], [ "https://github.com/sg-wbi/belb-exp" ], [ "https://github.com/samocooper/nuclitrack" ], [ "https://github.com/zhanxw/Isoplexis_Data_Analysis" ], [ "https://github.com/zhanxw/Isoplexis_Data_Analysis" ], [ "https://github.com/zhanxw/Isoplexis_Data_Analysis" ], [ "https://github.com/zhanxw/Isoplexis_Data_Analysis" ], [ "https://github.com/lingengfoo/GradMDM" ], [ "https://github.com/MBaysanLab/cosap" ], [ "https://github.com/zw2x/glinter" ], [ "https://github.com/MBaysanLab/cosap-webapi" ], [ "https://github.com/YuSugihara/QTL-seq" ], [ "https://github.com/theislab/Scanpy" ], [ "https://github.com/mdbloice/Augmentor" ], [ "https://github.com/YuSugihara/MutMap" ], [ "https://github.com/HadrienG/InSilicoSeq" ], [ "https://github.com/sneuensc/mapache" ], [ "https://github.com/PhilippJunk/homelette" ], [ "https://github.com/gbouras13/plassembler_simulation_benchmarking" ], [ "https://github.com/fmfi-compbio/heron" ], [ "https://github.com/gbouras13/plassembler" ], [ "https://github.com/MolecularAI/Lib-INVENT-dataset" ], [ "https://github.com/yuh8/SEED" ], [ "https://github.com/burtonrj/CytoPy" ], [ "https://github.com/GreallyLab/gaiaAssociation" ], [ "https://github.com/kora-labs/chromax" ], [ "https://github.com/matsengrp/phip-viz" ], [ "https://github.com/matsengrp/phippery" ], [ "https://github.com/matsengrp/phip-flow" ], [ "https://github.com/langmead-lab/levioSAM-experiments" ], [ "https://github.com/liberjul/CONSTAXv2" ], [ "https://github.com/liberjul/CONSTAXv2_ms_code" ], [ "https://github.com/KVD-lab/puma" ], [ "https://github.com/ablab/viralVerify" ], [ "https://github.com/tyo-nu/MINE-Server" ], [ "https://github.com/ablab/viralComplete" ], [ "https://github.com/de-Boer-Lab/GIL" ], [ "https://github.com/DKMS/hapl-o-Mat_GUI" ], [ "https://github.com/tyo-nu/MINE-Database" ], [ "https://github.com/tyo-nu/MINE-Database" ], [ "https://github.com/tyo-nu/MINE-Database" ], [ "https://github.com/tyo-nu/MINE-Database" ], [ "https://github.com/deeptools/pyGenomeTracks" ], [ "https://github.com/wx19941204/Rotational-Convolution-for-downside-fisheye-images" ], [ "https://github.com/rribeiro-sci/pygomodo" ], [ "https://github.com/yfukai/laptrack" ], [ "https://github.com/galaxyproject/cloudauthz" ], [ "https://github.com/yuh8/SEEM" ], [ "https://github.com/ilyavs/exodus" ], [ "https://github.com/mgleeming/synthedia" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/schneebergerlab/plotsr" ], [ "https://github.com/ygidtu/trackplot" ], [ "https://github.com/redsnic/WGA-LP" ], [ "https://github.com/MolecularAI/aizynthfinder" ], [ "https://github.com/MolecularAI/aizynthfinder" ], [ "https://github.com/MolecularAI/aizynthfinder" ], [ "https://github.com/MolecularAI/aizynthfinder" ], [ "https://github.com/MolecularAI/route-distances" ], [ "https://github.com/NKI-CCB/cnr" ], [ "https://github.com/price0416/Simulome" ], [ "https://github.com/RuiSiHu/PaPhy-ML" ], [ "https://github.com/anasilviacs/rescore-metabolites" ], [ "https://github.com/neufeld/AXIOME3" ], [ "https://github.com/dermasugita/Viola-SV" ], [ "https://github.com/neufeld/AXIOME3-GUI" ], [ "https://github.com/super-resolution/Locan" ], [ "https://github.com/anasilviacs/sm-engine" ], [ "https://github.com/tvandervalk/AMBER" ], [ "https://github.com/uio-cels/genomicgraphcoords" ], [ "https://github.com/balabanmetin/misa" ], [ "https://github.com/pachterlab/kb_python" ], [ "https://github.com/OpenTreeOfLife/phylesystem" ], [ "https://github.com/OpenTreeOfLife/phylesystem-api" ], [ "https://github.com/veg/RASCL" ], [ "https://github.com/maxplanck-ie/snakepipes" ], [ "https://github.com/sylvainprigent/napari-tracks-reader" ], [ "https://github.com/NoneqPhysLivingMatterLab/laptrack-optimisation" ], [ "https://github.com/bcbi/genbank_holobiome" ], [ "https://github.com/owkin/PyDESeq2" ], [ "https://github.com/sylvainprigent/stracking" ], [ "https://github.com/sylvainprigent/napari-stracking" ], [ "https://github.com/Psy-Fer/SquiggleKit" ], [ "https://github.com/runsheng/primerdiffer" ], [ "https://github.com/runsheng/primervcf" ], [ "https://github.com/hanna-xu/U2Fusion" ], [ "https://github.com/lightaime/deep_gcns_torch" ], [ "https://github.com/bsantan/MGMLink" ], [ "https://github.com/LouisFaure/scFates" ], [ "https://github.com/Knowledge-Graph-Hub/kg-phenio" ], [ "https://github.com/uio-cels/offsetbasedgraph" ], [ "https://github.com/saezlab/decoupler-py" ], [ "https://github.com/KoslickiLab/L2-UniFrac" ], [ "https://github.com/KoslickiLab/L2-UniFrac" ], [ "https://github.com/KoslickiLab/L2-UniFrac" ], [ "https://github.com/KoslickiLab/L2-UniFrac" ], [ "https://github.com/KoslickiLab/L2-UniFrac-Paper" ], [ "https://github.com/lightaime/deep_gcns" ], [ "https://github.com/GGFHF/NGShelper" ], [ "https://github.com/IsanaVekslerLublinsky/OffRisk" ], [ "https://github.com/SenseTime-Knowledge-Mining/BridgeDPI" ], [ "https://github.com/GGFHF/NGScloud2" ], [ "https://github.com/masashitsubaki/CPI_prediction" ], [ "https://github.com/uio-bmi/compairr-benchmarking" ], [ "https://github.com/Lswhiteh/PhyloMatcher" ], [ "https://github.com/Lswhiteh/PhyloMatcher" ], [ "https://github.com/Lswhiteh/PhyloMatcher" ], [ "https://github.com/Lswhiteh/PhyloMatcher" ], [ "https://github.com/geomagical/GeoSynth" ], [ "https://github.com/IsanaVekslerLublinsky/OffRisk-ui" ], [ "https://github.com/grisslab/grein_loader" ], [ "https://github.com/PatrickPenner/lefqm" ], [ "https://github.com/PatrickPenner/lefshift" ], [ "https://github.com/dxmarkets/savoir" ], [ "https://github.com/sandialabs/idash2018task1" ], [ "https://github.com/KyleFerchen/pyInfinityFlow" ], [ "https://github.com/NRGLab/Surfaces" ], [ "https://github.com/BorgwardtLab/batchCorrectionPublicData" ], [ "https://github.com/cov-lineages/scorpio" ], [ "https://github.com/cov-lineages/constellations" ], [ "https://github.com/alanwilter/acpype" ], [ "https://github.com/vaquerizaslab/tadtool" ], [ "https://github.com/ATPs/PrecisionProDB" ], [ "https://github.com/sbmlteam/moccasin" ], [ "https://github.com/caravagnalab/congas" ], [ "https://github.com/shahnidhi/TIPP_reference_package" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/DominikBuchner/apscale" ], [ "https://github.com/LANL-Bioinformatics/assay_validation" ], [ "https://github.com/JLSteenwyk/orthofisher" ], [ "https://github.com/basf/riboCleaner" ], [ "https://github.com/ncats/RaMP-Backend" ], [ "https://github.com/TillMacher/apscale_gui" ], [ "https://github.com/Maple177/syntax-enhanced-RE" ], [ "https://github.com/Tagliacollo/PFinderUCE-SWSC-EN" ], [ "https://github.com/dacuevas/PMAnalyzer" ], [ "https://github.com/datax-lab/Hi-LASSO" ], [ "https://github.com/LudvigEk/aligater" ], [ "https://github.com/utraf-pasteur-institute/Cellwalker-blender" ], [ "https://github.com/Gu-Lab-RBL-NCI/QuagmiR" ], [ "https://github.com/YasCoMa/predprin" ], [ "https://github.com/YasCoMa/predprin" ], [ "https://github.com/YasCoMa/predprin" ], [ "https://github.com/YasCoMa/predprin" ], [ "https://github.com/YasCoMa/ppintegrator" ], [ "https://github.com/LemonJust/napari-vodex" ], [ "https://github.com/LemonJust/napari-vodex" ], [ "https://github.com/LemonJust/napari-vodex" ], [ "https://github.com/LemonJust/napari-vodex" ], [ "https://github.com/xin-huang/dadi-cli" ], [ "https://github.com/LemonJust/napari-vodex" ], [ "https://github.com/LemonJust/napari-vodex" ], [ "https://github.com/LemonJust/napari-vodex" ], [ "https://github.com/LemonJust/napari-vodex" ], [ "https://github.com/LemonJust/vodex" ], [ "https://github.com/LemonJust/vodex" ], [ "https://github.com/LemonJust/vodex" ], [ "https://github.com/LemonJust/vodex" ], [ "https://github.com/LemonJust/vodex" ], [ "https://github.com/LemonJust/vodex" ], [ "https://github.com/LemonJust/vodex" ], [ "https://github.com/LemonJust/vodex" ], [ "https://github.com/aitgon/vtam" ], [ "https://github.com/MolecularAI/Icolos" ], [ "https://github.com/holehouse-lab/shephard" ], [ "https://github.com/shayesteh99/TCMM" ], [ "https://github.com/SmartDataAnalytics/PyKEEN" ], [ "https://github.com/sahahn/BPt" ], [ "https://github.com/google/deepvariant" ], [ "https://github.com/JaneJiayiDong/scPreGAN" ], [ "https://github.com/JaneJiayiDong/scPreGAN-reproducibility" ], [ "https://github.com/jhu99/scbean" ], [ "https://github.com/jhu99/scbean" ], [ "https://github.com/jhu99/scbean" ], [ "https://github.com/jhu99/scbean" ], [ "https://github.com/jhu99/davae_paper" ], [ "https://github.com/ncjllld/byase" ], [ "https://github.com/ncjllld/byase_gui" ], [ "https://github.com/RUBi-ZA/MD-TASK" ], [ "https://github.com/RUBi-ZA/MD-TASK" ], [ "https://github.com/RUBi-ZA/MD-TASK" ], [ "https://github.com/RUBi-ZA/MD-TASK" ], [ "https://github.com/Center-for-Health-Data-Science/dgd" ], [ "https://github.com/wtsi-team144/peakplotter" ], [ "https://github.com/signaturescience/vcferr" ], [ "https://github.com/shwoo93/video_decaptioning" ], [ "https://github.com/mcahny/Deep-Video-Inpainting" ], [ "https://github.com/cjneely10/MetaSanity" ], [ "https://github.com/gurkirt/3D-RetinaNet" ], [ "https://github.com/HerveEmissah/nmo-bibliometric-analysis" ], [ "https://github.com/fredhutch/pgmap_pipeline" ], [ "https://github.com/ridgelab/JustOrthologs" ], [ "https://github.com/lsbnb/amp_gan" ], [ "https://github.com/leopold-weidner/DBDIpy" ], [ "https://github.com/okadalabipr/text2model-from-knowledge" ], [ "https://github.com/ChristopherWilks/snaptron" ], [ "https://github.com/ChristopherWilks/snaptron-experiments" ], [ "https://github.com/ucsd-ccbb/VAPr" ], [ "https://github.com/Jong-hun-Park/trviz" ], [ "https://github.com/biomass-dev/biomass" ], [ "https://github.com/steinrue/diplo_locus" ], [ "https://github.com/nblt/DLDR" ], [ "https://github.com/kris-nader/sc-type-py" ], [ "https://github.com/UoMMIB/PeakMLViewerPy" ], [ "https://github.com/ibivu/PRALINE" ], [ "https://github.com/DessimozLab/pyHam" ], [ "https://github.com/PMCC-BioinformaticsCore/janis" ], [ "https://github.com/zmmzGitHub/MTL-BC-LBC-BioNER" ], [ "https://github.com/phenomecentre/nPYc-Toolbox" ], [ "https://github.com/cambridgeltl/MTL-Bioinformatics-2016" ], [ "https://github.com/KyoungYeulLee/3Cnet" ], [ "https://github.com/mjsull/chromatiblock" ], [ "https://github.com/cchauve/plasgraph2" ], [ "https://github.com/godotgildor/Suns" ], [ "https://github.com/nickduran/align-linguistic-alignment" ], [ "https://github.com/radifar/pyplif" ], [ "https://github.com/radifar/PyPLIF-HIPPOS" ], [ "https://github.com/phe-bioinformatics/snapperdb" ], [ "https://github.com/YasCoMa/predprin" ], [ "https://github.com/YasCoMa/predprin" ], [ "https://github.com/YasCoMa/predprin" ], [ "https://github.com/YasCoMa/predprin" ], [ "https://github.com/Public-Health-Bioinformatics/kipper" ], [ "https://github.com/Public-Health-Bioinformatics/versioned_data" ], [ "https://github.com/fjuradorueda/MIME" ], [ "https://github.com/slimsuite/diploidocus" ], [ "https://github.com/slimsuite/depthsizer" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/bionetslab/robust_bias_aware" ], [ "https://github.com/galaxyproject/galaxy" ], [ "https://github.com/galaxyproject/galaxy" ], [ "https://github.com/galaxyproject/galaxy" ], [ "https://github.com/galaxyproject/galaxy" ], [ "https://github.com/Tagliacollo/PartitionUCE" ], [ "https://github.com/gbnegrini/mirdb-custom-target-search" ], [ "https://github.com/Chaowu88/freeflux" ], [ "https://github.com/Luigi-Ferraro/MOViDA" ], [ "https://github.com/vis-opt-group/BDA" ], [ "https://github.com/chenxiptz/SR_microvessel_velocimetry" ], [ "https://github.com/zhangxin11111/NPI-DCGNN" ], [ "https://github.com/ahmed-elliethy/nnt" ], [ "https://github.com/MIDA-group/MultiRegEval" ], [ "https://github.com/YJPai65/MVF-SleepNet" ], [ "https://github.com/Zafar-Lab/Margaret" ], [ "https://github.com/LanLab/ShigEiFinder" ], [ "https://github.com/gamcil/synthaser" ], [ "https://github.com/katholt/kaptive" ], [ "https://github.com/stmutasa/MetUS" ], [ "https://github.com/unisb-bioinf/MERIDA" ], [ "https://github.com/mvasinek/olgen-om-error-prediction" ], [ "https://github.com/cumbof/honto" ], [ "https://github.com/eMetaboHUB/Forum-DiseasesChem" ], [ "https://github.com/ibe-uw/tiara" ], [ "https://github.com/CostaLab/reg-gen" ], [ "https://github.com/hyhRise/P-SSN" ], [ "https://github.com/IEDB/PEPMatch" ], [ "https://github.com/NKI-CCB/PRECISE" ], [ "https://github.com/elbasir/DeepCrystal" ], [ "https://github.com/cguyeux/CRISPRbuilder-TB" ], [ "https://github.com/userbz/DeMix-Q" ], [ "https://github.com/boboppie/RSSS" ], [ "https://github.com/cimm-kzn/CIMtools" ], [ "https://github.com/WangLabTHU/combmotif" ], [ "https://github.com/chemle/emle-engine" ], [ "https://github.com/SmithLabMCW/icekat" ], [ "https://github.com/jluzhangxinrubio/PseU-ST" ], [ "https://github.com/gjeunen/reference_database_creator" ], [ "https://github.com/manasvupadhyay/erc-gamma-3D-DCNN" ], [ "https://github.com/dstallmann/transfer_learning_twinvae" ], [ "https://github.com/zenanz/ChemTables" ], [ "https://github.com/WaqarHusain/sAMP-PFPDeep" ], [ "https://github.com/YameiDeng/BAANet" ], [ "https://github.com/FelixMoelder/ting" ], [ "https://github.com/BauerLab/GOANA" ], [ "https://github.com/cmzuo11/DCCA" ], [ "https://github.com/nrdg/fracridge" ], [ "https://github.com/mutwil/LSTrAP-Lite" ], [ "https://github.com/MW55/Natrix" ], [ "https://github.com/weberlab-hhu/Helixer" ], [ "https://github.com/BolognaBiocomp/deepmito" ], [ "https://github.com/yollct/spycone" ], [ "https://github.com/bioinfo-ut/PhenotypeSeeker" ], [ "https://github.com/theislab/scgen" ], [ "https://github.com/hillerlab/CESAR" ], [ "https://github.com/labstructbioinf/rossmann-toolbox" ], [ "https://github.com/baillielab/maic" ], [ "https://github.com/HUBioDataLab/Domain2GO" ], [ "https://github.com/baillielab/comparison_of_RA_methods" ], [ "https://github.com/Shen-Lab/ncVarPred-1D3D" ], [ "https://github.com/CBIIT-CGBB/3DVizSNP" ], [ "https://github.com/wajidarshad/ESIDE" ], [ "https://github.com/ptriska/WavesDash" ], [ "https://github.com/BolognaBiocomp/coconat" ], [ "https://github.com/brainiak/rt-cloud" ], [ "https://github.com/VictorCSheng/VSID-Net" ], [ "https://github.com/drazen-petrov/SMArt" ], [ "https://github.com/divelab/MoleculeX" ], [ "https://github.com/psipred/s4pred" ], [ "https://github.com/compomics/pout2prot" ], [ "http://github.com/BiancaStoecker/cpinsim" ], [ "https://github.com/hughests/decon1d" ], [ "https://github.com/taowang11/MultiCBlo" ], [ "https://github.com/3331822w/Signal2signal" ], [ "https://github.com/OpenFreeEnergy/kartograf" ], [ "https://github.com/DarinaOsamu/predictors-of-cysteine-reactivity-changes" ], [ "https://github.com/2003100127/tmkit" ], [ "https://github.com/zhangtaolab/CRISPRMatch" ], [ "https://github.com/quinlanW/PLA-GNN" ], [ "https://github.com/nlpie-research/Compact-Biomedical-Transformers" ], [ "https://github.com/sugyun/DCGS" ], [ "https://github.com/osita-sunday-nnyigide/Pras_Server" ], [ "https://github.com/jodyphelan/tb-ml" ], [ "https://github.com/AlexandrovLab/SigProfilerClusters" ], [ "https://github.com/LHRI-Bioinformatics/QuasiSeq" ], [ "https://github.com/dunhamlab/PacRAT" ], [ "https://github.com/DorotaHojaLukowicz/GenExpA" ], [ "https://github.com/Merck/BioPhi" ], [ "https://github.com/Cardio-AI/suture-detection-pytorch" ], [ "https://github.com/biofold/ThermoScan" ], [ "https://github.com/Haifengtao/AUCseg" ], [ "https://github.com/qkirikigaku/MS_LDA" ], [ "https://github.com/Biobix/mQC" ], [ "https://github.com/MaoYafei/TREEasy" ], [ "https://github.com/cyinbox/PPI" ], [ "https://github.com/MIC-DKFZ/TractSeg" ], [ "https://github.com/megahr/lexicon" ], [ "https://github.com/UdeS-CoBIUS/SimSpliceEvol" ], [ "https://github.com/UdeS-CoBIUS/SimSpliceEvol" ], [ "https://github.com/UdeS-CoBIUS/SimSpliceEvol" ], [ "https://github.com/UdeS-CoBIUS/SimSpliceEvol" ], [ "https://github.com/cartercheong/AcPEP_classification" ], [ "https://github.com/genskeu/HON" ], [ "https://github.com/EESI/seq2att" ], [ "https://github.com/Systems-Theory-in-Systems-Biology/BayModTS" ], [ "https://github.com/labstructbioinf/PiPred" ], [ "https://github.com/graham1034/Smith2012_insulin_signalling" ], [ "https://github.com/tSchlegl/f-AnoGAN" ], [ "https://github.com/gifford-lab/seqgra" ], [ "https://github.com/JLSteenwyk/BioKIT" ], [ "https://github.com/labbit-eu/transport_tools" ], [ "https://github.com/Dootmaan/ICMIL" ], [ "https://github.com/icezhangGG/AGAD" ], [ "https://github.com/ljaiverson/pgfed" ], [ "https://github.com/zhanhz/KRF" ], [ "https://github.com/Cheng0829/TransFOL" ], [ "https://github.com/hujiecpp/ISTR" ], [ "https://github.com/ohuelab/SpatialPPI" ], [ "https://github.com/FriedbergLab/GOThresher" ], [ "https://github.com/wangsen99/CSFwinformer" ], [ "https://github.com/FOI-Bioinformatics/nanometa_live" ], [ "https://github.com/HUANGLIZI/ScribFormer" ], [ "https://github.com/ZAX130/RDP" ], [ "https://github.com/yeliudev/CATNet" ], [ "https://github.com/cviviers/YOLOv5-6D-Pose" ], [ "https://github.com/markuswenzel/xai-proteins" ], [ "https://github.com/HUST-IDSM-AI/HHCH" ], [ "https://github.com/hust-linyi/bonus" ], [ "https://github.com/JimZAI/MODE-OOD" ], [ "https://github.com/ncod3/vprimer" ], [ "https://github.com/Sammccarthypotter/ExRec" ], [ "https://github.com/GeoVectorMatrix/Dif-Fusion" ], [ "https://github.com/yansen0508/Mental-Deep-Reverse-Engineering" ], [ "https://github.com/PRIS-CV/Sketch-SF" ], [ "https://github.com/wangyuxin87/PERT" ], [ "https://github.com/soumyadip1997/qepsilon" ], [ "https://github.com/manman1995/pan-sharpening-Team-zhouman" ], [ "https://github.com/scharch/SONAR" ], [ "https://github.com/SWT-1014/BAANet" ], [ "https://github.com/BISCodeRepo/DbyDeep" ], [ "https://github.com/WandrilleD/pyKleeBarcode" ], [ "https://github.com/CGuangyan-BIT/DIT" ], [ "https://github.com/DCBIA-OrthoLab/ShapeAXI" ], [ "https://github.com/elolab/VarSCAT" ], [ "https://github.com/lin-lcx/HGCN" ], [ "https://github.com/Blcony/SDHNet" ], [ "https://github.com/ZhifangDeng/MISSFormer" ], [ "https://github.com/wangn123/MISSU" ], [ "https://github.com/zamboni-lab/RALPS" ], [ "https://github.com/kordk/torch-ecpg" ], [ "https://github.com/kordk/torch-ecpg" ], [ "https://github.com/kordk/torch-ecpg" ], [ "https://github.com/kordk/torch-ecpg" ], [ "https://github.com/nowander/WaveNet" ], [ "https://github.com/LiangYu-Xidian/MGP-DR" ], [ "https://github.com/minotm/NTA" ], [ "https://github.com/JuvenileInWind/FARNet" ], [ "https://github.com/taozh2017/FAPNet" ], [ "https://github.com/genemine/GSI" ], [ "https://github.com/lhy0322/SENet" ], [ "https://github.com/wl-zhao/VideoABC" ], [ "https://github.com/blackfeather-wang/GFNet-Pytorch" ], [ "https://github.com/vicruiser/3Dmapper" ], [ "https://github.com/ebattistella/auto_machine_learning" ], [ "https://github.com/KoslickiLab/YACHT" ], [ "https://github.com/KoslickiLab/YACHT" ], [ "https://github.com/KoslickiLab/YACHT" ], [ "https://github.com/KoslickiLab/YACHT" ], [ "https://github.com/zhuangcheng31/MLG_Face" ], [ "https://github.com/kongzhecn/dfdm" ], [ "https://github.com/LeoM93/BiologicalRandomWalks" ], [ "https://github.com/nikhilroxtomar/FANet" ], [ "https://github.com/Cai631/PMDN" ], [ "https://github.com/microsoft/Bringing-Old-Photos-Back-to-Life" ], [ "https://github.com/CSUBioGroup/EP-EDL" ], [ "https://github.com/Candyperfect/Master" ], [ "https://github.com/Transipedia/dekupl-lung-cancer-inter-cohort" ], [ "https://github.com/tim-learn/SHOT-plus" ], [ "https://github.com/mdelcorvo/TOSCA" ], [ "https://github.com/johnlamb/pyconsfold" ], [ "https://github.com/PRIS-CV/AdvancedDropout" ], [ "https://github.com/WYu-Feng/pc-gain" ], [ "https://github.com/sinc-lab/anc2vec" ], [ "https://github.com/HUBioDataLab/ASCARIS" ], [ "https://github.com/sunyi123/cdr" ], [ "https://github.com/ai-biology/dcnn-gap-filling" ], [ "https://github.com/kuijiang0802/PCNet" ], [ "https://github.com/AlexKnyshov/alibaseq" ], [ "https://github.com/laura-wang/video_repres_sts" ], [ "https://github.com/IRMVLab/HALFlow" ], [ "https://github.com/akaxlh/MBRec" ], [ "https://github.com/Raze97/Telegram-Survey-Bot" ], [ "https://github.com/nrohani/MolecularSubtypes" ], [ "https://github.com/dingkeyan93/DISTS" ], [ "https://github.com/tyjo/luminate" ], [ "https://github.com/CunmeiJi/AEMDA" ], [ "https://github.com/zcwang0702/BiFusion" ], [ "https://github.com/EMI-Group/RelativeNAS" ], [ "https://github.com/tsmotlp/DRGAN-OCT" ], [ "https://github.com/ccdmb/catastrophy" ], [ "https://github.com/LifanLiang/EM_BMF" ], [ "https://github.com/Majid1292/SVFS" ], [ "https://github.com/TBradley27/FilTar" ], [ "https://github.com/tzok/eltetrado" ], [ "https://github.com/tzok/eltetrado" ], [ "https://github.com/tzok/eltetrado" ], [ "https://github.com/tzok/eltetrado" ], [ "https://github.com/niewenjuan-csu/TSNAPred" ], [ "https://github.com/bio-coding/AntiVPP" ], [ "https://github.com/ridgelab/ExtRamp" ], [ "https://github.com/BaselAbujamous/clust" ], [ "https://github.com/aatapa/RLScore" ], [ "https://github.com/jingjin25/LFASR-FS-GAF" ], [ "https://github.com/bvalot/panISa" ], [ "https://github.com/BenLangmead/bowtie-scaling" ], [ "https://github.com/gdiminin/HaSAPPy" ], [ "https://github.com/anitalu724/MutScape" ], [ "https://github.com/wimverleyen/AggregateGeneFunctionPrediction" ], [ "https://github.com/csmiller/EMIRGE" ], [ "https://github.com/vasei/WAncILP" ], [ "https://github.com/HaonanPeng/active_syn_generator" ], [ "https://github.com/GRAPH-0/JODO" ], [ "https://github.com/compomics/ms2rescore" ], [ "https://github.com/wengsyx/VPTSL" ], [ "https://github.com/automl/learna_tools" ], [ "https://github.com/LiYu51/BG-Net" ], [ "https://github.com/dmitrymyl/BaRDIC" ], [ "https://github.com/binging512/MTCSNet" ], [ "https://github.com/AinkaranSanthi/A_Geometric_Perspective_For_Robust_Segmentation" ], [ "https://github.com/jdidion/atropos" ], [ "https://github.com/CNIC-Proteomics/iSanXoT" ], [ "https://github.com/batmanlab/MICCAI-2023-Route-interpret-repeat-CXRs" ], [ "https://github.com/yunfighting/Identification-of-Membrane-Protein-Types-via-deep-residual-hypergraph-neural-network" ], [ "https://github.com/SunnySideUp11/ICU-MH-20" ], [ "https://github.com/youth-tang/CDMENet-main" ], [ "https://github.com/lab206/CCF-BC" ], [ "https://github.com/mala-lab/AUGCL" ], [ "https://github.com/ithbjgit1/BMWGAN" ], [ "https://github.com/huankoh/CST-GL" ], [ "https://github.com/cynricfu/MECCH" ], [ "https://github.com/pcnproject/PyPCN" ], [ "https://github.com/hsiangyuzhao/RCPS" ], [ "https://github.com/wang-fujin/BattNN" ], [ "https://github.com/MsterDC/SPA2Net" ], [ "https://github.com/Sanofi-Public/IDD-papers-fragrl" ], [ "https://github.com/OrigamiSL/GBT" ], [ "https://github.com/tiggers23/TSCE-Domain-Adaptive-Zero-Shot-Learning" ], [ "https://github.com/Bhattacharya-Lab/EquiPNAS" ], [ "https://github.com/Bhattacharya-Lab/EquiPNAS" ], [ "https://github.com/Bhattacharya-Lab/EquiPNAS" ], [ "https://github.com/Bhattacharya-Lab/EquiPNAS" ], [ "https://github.com/ShizhenChang/Chg2Cap" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/lhc1224/HAG-Net" ], [ "https://github.com/Aitical/PCL-SISR" ], [ "https://github.com/wangkejie97/SFT-Net" ], [ "https://github.com/LWHYC/OneShot_WeaklySeg" ], [ "https://github.com/nchucvml/ADMM-SRNet" ], [ "https://github.com/BoyanZhou/STEMSim" ], [ "https://github.com/xjtushujun/CMW-Net" ], [ "https://github.com/PRIS-CV/RTMem" ], [ "https://github.com/Sunny6-6-6/ESRGAN-DP" ], [ "https://github.com/lol88/Meta-GAT" ], [ "https://github.com/cheetah003/HMMC" ], [ "https://github.com/jerysaw/M2CS" ], [ "https://github.com/arnabkmondal/sc-INDC" ], [ "https://github.com/royee182/DPL" ], [ "https://github.com/tfzhou/MG-HumanParsing" ], [ "https://github.com/wjcyt/SRDE" ], [ "https://github.com/oxpig/AbLang" ], [ "https://github.com/TrinaZ/TL-fpFilter" ], [ "https://github.com/Luffy03/DBFNet" ], [ "https://github.com/wiedersehne/cdilDNA" ], [ "https://github.com/LiShuTJ/NDNet" ], [ "https://github.com/Huerhu/iCancer-Pred" ], [ "https://github.com/EPFL-LCSB/SKiMpy" ], [ "https://github.com/ChaozhongLiu/scGREAT" ], [ "https://github.com/shenlab-genomics/magpie" ], [ "https://github.com/hoichanjung/AFM_Image_Denoising" ], [ "https://github.com/ha-lins/PGCL" ], [ "https://github.com/medvedevgroup/minimizer-jaccard-estimator" ], [ "https://github.com/Guanjinqu/Clover" ], [ "https://github.com/lnsmith54/BOSS" ], [ "https://github.com/mczhuge/ICON" ], [ "https://github.com/sys-bio/SBcoyote" ], [ "https://github.com/sys-bio/SBcoyote" ], [ "https://github.com/sys-bio/SBcoyote" ], [ "https://github.com/sys-bio/SBcoyote" ], [ "https://github.com/lauromoraes/CapsNet-promoter" ], [ "https://github.com/weiqianglg/evaluate-GNNs-under-graph-sampling" ], [ "https://github.com/Schizophreni/MSResNet-TRNR" ], [ "https://github.com/LuckyDC/generalizing-reid-improved" ], [ "https://github.com/MathLee/ACCoNet" ], [ "https://github.com/HibiscusYB/BAFFT" ], [ "https://github.com/GXYM/KPN" ], [ "https://github.com/ChenHuilong1223/CFVisual" ], [ "https://github.com/makinyilmaz/LHBDC" ], [ "https://github.com/Intelligent-Computing-Lab-Yale/BNTT-Batch-Normalization-Through-Time" ], [ "https://github.com/xiangwang1223/reinforced_causal_explainer" ], [ "https://github.com/perf-project/PeRF" ], [ "https://github.com/JialeCao001/HSD" ], [ "https://github.com/liangjiandeng/TDNet" ], [ "https://github.com/Gaius-Augustus/clamsa" ], [ "https://github.com/YuxiangZhang-BIT/IEEE_TNNLS_TSTnet" ], [ "https://github.com/frankvogt/vcf2gwas" ], [ "https://github.com/KohlbacherLab/CLAUDIO" ], [ "https://github.com/emadeldeen24/AttnSleep" ], [ "https://github.com/msprITU/TDIOT" ], [ "https://github.com/WangyiNTU/Point-supervised-crowd-detection" ], [ "https://github.com/grigorisg9gr/polynomial_nets" ], [ "https://github.com/fkong7/HeartDeformNets" ], [ "https://github.com/stefanofranzini/essHIC" ], [ "https://github.com/BlanchetteLab/RefHiC" ], [ "https://github.com/Yang-k955/CRISPR-HW" ], [ "https://github.com/xiaoyeye/GCNG" ], [ "https://github.com/MantangGuo/DRLF" ], [ "https://github.com/m-crown/SPEAR" ], [ "https://github.com/ccmbioinfo/MetaFusion" ], [ "https://github.com/HuiZeng/Grid-Anchor-based-Image-Cropping-Pytorch" ], [ "https://github.com/GCA-VH-lab/FlaGs" ], [ "https://github.com/AlgoLab/mp3treesim" ], [ "https://github.com/ShuhuaGao/sbcn_mmc" ], [ "https://github.com/yanboANU/Haplotype-phasing" ], [ "https://github.com/ToniWestbrook/repeatfs" ], [ "https://github.com/wanggrun/SYSU-30k" ], [ "https://github.com/Lambert-chen/SPGAN" ], [ "https://github.com/hzz0024/EasyParallel" ], [ "https://github.com/ahmedmagds/WhatsGNU" ], [ "https://github.com/kircherlab/hemoMIPs" ], [ "https://github.com/gao793583308/NNLDA" ], [ "https://github.com/CCQC/janus" ], [ "https://github.com/nmdp-bioinformatics/grimm" ], [ "https://github.com/MolecularAI/Reinvent" ], [ "https://github.com/dmis-lab/VAECox" ], [ "https://github.com/Vini2/GraphBin" ], [ "https://github.com/comprna/reorientexpress" ], [ "https://github.com/bonsai-team/matam" ], [ "https://github.com/jamesscottbrown/sbml-diff" ], [ "https://github.com/pgxcentre/genipe" ], [ "https://github.com/SHird/lociNGS" ], [ "https://github.com/UCSCNanopore/Data" ], [ "https://github.com/guopengf/ReconFormer" ], [ "https://github.com/Marco-Peg/GEP" ], [ "https://github.com/ZitZhengWang/KLSANet" ], [ "https://github.com/xjtushujun/MLR-SNet" ], [ "https://github.com/salzberg-lab/PSAURON" ], [ "https://github.com/dunni3/FlowMol" ], [ "https://github.com/fjcaoww/NeighborNet" ], [ "https://github.com/med-air/TOP-aSAH" ], [ "https://github.com/ocbe-uio/TrajPy" ], [ "https://github.com/tmllab/TAIDTM" ], [ "https://github.com/JsongZhang/CDOA-for-UMTD" ], [ "https://github.com/Tinysqua/UWAFA-GAN" ], [ "https://github.com/chunmeifeng/SANet" ], [ "https://github.com/Jiaxiao123/DRGCL" ], [ "https://github.com/ParkinsonLab/HiTaxon" ], [ "https://github.com/RichardMatzko/BioNexusSentinel" ], [ "https://github.com/yz-wang/UCL-Dehaze" ], [ "https://github.com/histocartography/multi-scale-feature-alignment" ], [ "https://github.com/M4cheal/MAAL" ], [ "https://github.com/optimization-for-data-driven-science/RIFLE" ], [ "https://github.com/wbshu/Crowd_Counting_in_the_Frequency_Domain" ], [ "https://github.com/VascoLopes/LCMNAS" ], [ "https://github.com/zhangchaobin001/VCNet" ], [ "https://github.com/isyangshu/DABNet" ], [ "https://github.com/MartinPernus/MaskFaceGAN" ], [ "https://github.com/hxfj/Facial-Landmark-based-BMI-Analysis" ], [ "https://github.com/PLuld0/PLuldl" ], [ "https://github.com/yourbikun/DEGNet" ], [ "https://github.com/raovish6/TABS" ], [ "https://github.com/hannaiiyanggit/UniCon" ], [ "https://github.com/USTC-IMCL/ENVC" ], [ "https://github.com/PangzeCheung/Dual-task-Pose-Transformer-Network" ], [ "https://github.com/molinerisLab/3plex" ], [ "https://github.com/mikugyf/PMIQD-SIS" ], [ "https://github.com/781458112/DWWA" ], [ "https://github.com/xiabc612/KaryoNet" ], [ "https://github.com/lmbxmu/DCFF" ], [ "https://github.com/biomg/WVDL" ], [ "https://github.com/IVIPLab/CTCNet" ], [ "https://github.com/YouyiSong/Data-Discernment" ], [ "https://github.com/GTaherzadeh/SPPPred" ], [ "https://github.com/RL4M/PCRLv2" ], [ "https://github.com/Scu-sen/Recursion-Cellular-Image-Classification-Challenge" ], [ "https://github.com/nabiafshan/DetectingMisannotatedLncRNAs" ], [ "https://github.com/youngnuaa/2DHeadPose" ], [ "https://github.com/Rob-murphys/ribdif" ], [ "https://github.com/lim74/LncDC" ], [ "https://github.com/Jiang-HB/ac_CDQ" ], [ "https://github.com/TangWen920812/mmmna-net" ], [ "https://github.com/friendflower94/binning-style" ], [ "https://github.com/ttaalle/fast_assen" ], [ "https://github.com/BobZwr/Cross-Reconstruction-Transformer" ], [ "https://github.com/chenchl19941118/Bi-STAT" ], [ "https://github.com/usnistgov/lantern" ], [ "https://github.com/csuhjhjhj/GCNCMI" ], [ "https://github.com/LoaloaF/DPre" ], [ "https://github.com/singlaayush/MINIT" ], [ "https://github.com/junjun-jiang/SSFIN" ], [ "https://github.com/Siat-F9/EMG-Tools" ], [ "https://github.com/weizequan/LGNet" ], [ "https://github.com/tagtag/MultiR" ], [ "https://github.com/dyxstat/HiCBin" ], [ "https://github.com/LeonHLJ/MMSD" ], [ "https://github.com/CVIU-CSU/Weakly-Supervised-Nuclei-Segmentation" ], [ "https://github.com/lasigeBioTM/K-BiOnt" ], [ "https://github.com/cpf0079/CSPT" ], [ "https://github.com/ZhangYajie-NJUST/sRLH" ], [ "https://github.com/BioSina/Panakeia" ], [ "https://github.com/PRIS-CV/DS-UI" ], [ "https://github.com/bm2-lab/DeepReac" ], [ "https://github.com/heartsh/consalifold" ], [ "https://github.com/ncbi/RepairSig" ], [ "https://github.com/molecule-one/megan" ], [ "https://github.com/Bioinformatics-Laboratory/project" ], [ "https://github.com/Lpiol/MultiVERSE" ], [ "https://github.com/mhaft/DeepVess" ], [ "https://github.com/MathLee/HAINet" ], [ "https://github.com/NicolaDM/phastSim" ], [ "https://github.com/stemylonas/DeepSurf" ], [ "https://github.com/univieCUBE/deepnog" ], [ "https://github.com/Roth-Lab/pyclone-vi" ], [ "https://github.com/AlgoLab/gpps" ], [ "https://github.com/chenxgscuec/CPESLDI" ], [ "https://github.com/ryanlayer/samplot" ], [ "https://github.com/smk5g5/MU-PseUDeep" ], [ "https://github.com/tfzhou/MATNet" ], [ "https://github.com/proteus1991/RawVSR" ], [ "https://github.com/kfattila/BoltzMatch" ], [ "https://github.com/timkucera/proteogan" ], [ "https://github.com/dluvizon/deephar" ], [ "https://github.com/celineeveraert/SPECS" ], [ "https://github.com/liugang1234567/Gang-neuron" ], [ "https://github.com/Peppags/CNN-SVR" ], [ "https://github.com/nclaes/CORAL" ], [ "https://github.com/1840210289/MobileNet-TSM" ], [ "https://github.com/jlianglab/Fixed-Point-GAN" ], [ "https://github.com/xubiaopeng/Protein_Recon_MCRiemman" ], [ "https://github.com/wojciech-galan/viruses_classifier" ], [ "https://github.com/dieterich-lab/circtools" ], [ "https://github.com/carinerey/caars" ], [ "https://github.com/QuKunLab/ATAC-pipe" ], [ "https://github.com/ncrnalab/agotron_detector" ], [ "https://github.com/molecularsets/moses" ], [ "https://github.com/NAL-i5K/GFF3toolkit" ], [ "https://github.com/bchidest/DBC" ], [ "https://github.com/1835174863zd/DeepSucc" ], [ "https://github.com/shervinea/enzynet" ], [ "https://github.com/voxelmorph/voxelmorph" ], [ "https://github.com/armsd/aRMSD" ], [ "https://github.com/bfosso/MetaShot" ], [ "https://github.com/thachnguyen/motion_detection" ], [ "https://github.com/ShaohuiLin/LRDKT" ], [ "https://github.com/GATB/bcalm" ], [ "https://github.com/Open-ss/NegStacking" ], [ "https://github.com/compbio-UofT/cnv-prioritization" ], [ "https://github.com/bsiranosian/tango_final" ], [ "https://github.com/sebastianduchene/pacemaker_clustering_methods" ], [ "https://github.com/LUMC/kPAL" ], [ "https://github.com/ailabstw/scDrugplus" ], [ "https://github.com/swfen/Temporal-BCGCN" ], [ "https://github.com/meilerlab/gnn-descriptor" ], [ "https://github.com/LeapLabTHU/LearnableISDA" ], [ "https://github.com/griff4692/edu-sum" ], [ "https://github.com/hongliangduan/HighFold" ], [ "https://github.com/saeyslab/FlowSOM_Python" ], [ "https://github.com/cozygene/glint" ], [ "https://github.com/PennShenLab/FACIMS" ], [ "https://github.com/DeepRank/DeepRank-GNN-esm" ], [ "https://github.com/TheFischerLab/FLEXR-GUI" ], [ "https://github.com/porekhov/CG_probeMD" ], [ "https://github.com/hb-liu/Normal-Brain-Boost-Tumor-Segmentation" ], [ "https://github.com/Zi-YuanYang/HyperFed" ], [ "https://github.com/CongWang3/PLANNER" ], [ "https://github.com/healthylaife/FairFedAvg" ], [ "https://github.com/PopGenClustering/Clumppling" ], [ "https://github.com/biotite-dev/biotite" ], [ "https://github.com/MengyunQ/CHeart" ], [ "https://github.com/Tx000/Deep_dynamicMEF" ], [ "https://github.com/zhangxin-xd/BPL" ], [ "https://github.com/plhhnu/BINDTI" ], [ "https://github.com/superYuezhang/RORNet" ], [ "https://github.com/lhf12278/LRIMV" ], [ "https://github.com/NUST-Machine-Intelligence-Laboratory/MDBA" ], [ "https://github.com/baowz12345/golgiDF" ], [ "https://github.com/nchucvml/STVT" ], [ "https://github.com/wdecoster/nanopack" ], [ "https://github.com/wdecoster/nanopack" ], [ "https://github.com/wdecoster/nanopack" ], [ "https://github.com/wdecoster/nanopack" ], [ "https://github.com/fun0515/MorphoGNN" ], [ "https://github.com/yuanyuanbu/DIGITAL" ], [ "https://github.com/FangfeiLi05/FitMut2" ], [ "https://github.com/KijinKims/VirPipe" ], [ "https://github.com/Sirius11311/TLRel" ], [ "https://github.com/Zhankun-Xiong/GraphEvo" ], [ "https://github.com/Sanofi-Public/LMR-SurfaceID" ], [ "https://github.com/ZHU-XU-xmu/cgMSI" ], [ "https://github.com/zyrant/LSNet" ], [ "https://github.com/genki-kudo/Pocket-to-Concavity" ], [ "https://github.com/pkuyym/EvolvingAttention" ], [ "https://github.com/Awenbocc/CPCR" ], [ "https://github.com/qichaoliu/HSI-CNCMN" ], [ "https://github.com/tub-rip/event_based_image_rec_inverse_problem" ], [ "https://github.com/leirufeng/iEnhancer-DCSV" ], [ "https://github.com/wanyunzh/TriNet" ], [ "https://github.com/yydiao1025/MacFrag" ], [ "https://github.com/pvdam3/FoEC2" ], [ "https://github.com/igip-liu/SLC-Net" ], [ "https://github.com/gzrgzx/CrisprDNT" ], [ "https://github.com/pgwall/qms" ], [ "https://github.com/chonglab-pitt/wedap" ], [ "https://github.com/chonglab-pitt/wedap" ], [ "https://github.com/chonglab-pitt/wedap" ], [ "https://github.com/chonglab-pitt/wedap" ], [ "https://github.com/AbeelLab/hat" ], [ "https://github.com/qingDu1/SCB-YOLOv5" ], [ "https://github.com/lzh19961031/Dermoscopy_classification" ], [ "https://github.com/xihongyang1999/ICL_SSL" ], [ "https://github.com/illidanlab/FADE" ], [ "https://github.com/MC-E/TransCL" ], [ "https://github.com/Shen-Lab/GraphCL_Automated" ], [ "https://github.com/sculyi/MedicalImages" ], [ "https://github.com/vsingh-group/LCODEC-deep-unlearning" ], [ "https://github.com/123fxdx/CNNvisualizationTSGB" ], [ "https://github.com/peace-love243/CMEDFL" ], [ "https://github.com/zyxxmu/White-Box" ], [ "https://github.com/ChangzhiJiang/KGNMDA_master" ], [ "https://github.com/NLPatVCU/multitasking_bert-1" ], [ "https://github.com/jiaying2508/LYRUS" ], [ "https://github.com/microsoft/Cream" ], [ "https://github.com/lpfworld/MANet" ], [ "https://github.com/kemaloksuz/LRP-Error" ], [ "https://github.com/tim-learn/NOUN" ], [ "https://github.com/sabdollahi/DiaDeL" ], [ "https://github.com/carrierlxk/AGNN" ], [ "https://github.com/hongsong-wang/PVRNN" ], [ "https://github.com/flyywh/Recurrent-Multi-Frame-Deraining" ], [ "https://github.com/Maclory/SPSR" ], [ "https://github.com/researchmm/AOT-GAN-for-Inpainting" ], [ "https://github.com/zanglab/bart2" ], [ "https://github.com/shaoxiaohu/Face_Alignment_DPR" ], [ "https://github.com/RobinCSIRO/AFR-Net" ], [ "https://github.com/LarryUESTC/GATE" ], [ "https://github.com/OmarOakheart/nPhase" ], [ "https://github.com/c-arthurs/QuArray" ], [ "https://github.com/TY-Shi/LIOT" ], [ "https://github.com/BBillot/SynthSeg" ], [ "https://github.com/dengsutao/glsan" ], [ "https://github.com/bayer-science-for-a-better-life/plant-triplet-net" ], [ "https://github.com/ComputBiol-IBB/CNN-PepPred" ], [ "https://github.com/spirt-t/compartments_model" ], [ "https://github.com/nbShawnLu/RGRL" ], [ "https://github.com/tzt101/CLADE" ], [ "https://github.com/futianfan/clinical-trial-outcome-prediction" ], [ "https://github.com/netflymachine/SCNET" ], [ "https://github.com/Sciope/Sciope" ], [ "https://github.com/kalininalab/spherecon" ], [ "https://github.com/HIT-ImmunologyLab/DBSCAN-SWA" ], [ "https://github.com/lifanchen-simm/transformerCPI" ], [ "https://github.com/LiuLab-CSRC/NePre" ], [ "https://github.com/anhnda/ADRPModels" ], [ "https://github.com/dustincys/msphy-SCNAClonal" ], [ "https://github.com/hobae/AnomiGAN" ], [ "https://github.com/songlab-cal/tape" ], [ "https://github.com/omics-tools/mitoimp" ], [ "https://github.com/Prunoideae/MitoFlex" ], [ "https://github.com/B3rse/qparse" ], [ "https://github.com/Bierinformatik/MIRfix" ], [ "https://github.com/Kzra/VHost-Classifier" ], [ "https://github.com/Vini2/GraphBin2" ], [ "https://github.com/yuexujiang/DeepDom" ], [ "https://github.com/xulabs/projects" ], [ "https://github.com/ding-lab/CharGer" ], [ "https://github.com/zhangjiaobxy/PathEmb" ], [ "https://github.com/wdecoster/nanopack" ], [ "https://github.com/wdecoster/nanopack" ], [ "https://github.com/wdecoster/nanopack" ], [ "https://github.com/wdecoster/nanopack" ], [ "https://github.com/mgalardini/pyseer" ], [ "https://github.com/craftGBD/craftGBD" ], [ "https://github.com/NBISweden/EMBLmyGFF3" ], [ "https://github.com/pedronachtigall/CodAn" ], [ "https://github.com/jag1g13/pycgtool" ], [ "https://github.com/jcarrotzhang/LoLoPicker" ], [ "https://github.com/alibashir/EMMCKmer" ], [ "https://github.com/lppllppl920/EndoscopyDepthEstimation-Pytorch" ], [ "https://github.com/MLBreeding/SABO-ILSTSVR" ], [ "https://github.com/barashe/bacpacs" ], [ "https://github.com/mariananeves/goldhamster" ], [ "https://github.com/nafizh/NeuBI" ], [ "https://github.com/bio-ontology-research-group/SmuDGE" ], [ "https://github.com/nioo-knaw/epiGBS2" ], [ "https://github.com/veg/flea-pipeline" ], [ "https://github.com/mi2rl/MI2RLNet" ], [ "https://github.com/mi2rl/L-R-marker-inpainting" ], [ "https://github.com/LQCT/MDScan" ], [ "https://github.com/KangchengHou/admix-kit" ], [ "https://github.com/brettc/partitionfinder" ], [ "https://github.com/findCP/findCPcli" ], [ "https://github.com/tyang816/MedChatZH" ], [ "https://github.com/esbgkannan/Phosformer-ST" ], [ "https://github.com/Z-Abbas/ORI-Explorer" ], [ "https://github.com/FuyuLi/FLED" ], [ "https://github.com/Shihang-Wang-58/DeepSA" ], [ "https://github.com/oystein676/RegiSTORM" ], [ "https://github.com/bergmanlab/mcclintock" ], [ "https://github.com/bergmanlab/mcclintock" ], [ "https://github.com/bergmanlab/mcclintock" ], [ "https://github.com/bergmanlab/mcclintock" ], [ "https://github.com/mindazhao/pix-pix-warping-video-stabilization" ], [ "https://github.com/npwilliams09/docknet" ], [ "https://github.com/bergmanlab/telr" ], [ "https://github.com/taherimo/kludo" ], [ "https://github.com/KANG-BIOINFO/CellDrift" ], [ "https://github.com/hlcas/CRISPR-detector" ], [ "https://github.com/helxplatform/dug" ], [ "https://github.com/YunxiaoRen/ML-iAMR" ], [ "https://github.com/SuLab/bioknowledge-reviewer" ], [ "https://github.com/abu-compbio/PersonaDrive" ], [ "https://github.com/omidbazgirTTU/IntegratedREFINED" ], [ "https://github.com/zhaoqichang/HpyerAttentionDTI" ], [ "https://github.com/jenniferlu717/SkewIT" ], [ "https://github.com/xryanglab/RiboMiner" ], [ "https://github.com/TF-Chan-Lab/rG4-seeker" ], [ "https://github.com/YeoLab/MINES" ], [ "https://github.com/pulimeng/DeepDrug3D" ], [ "https://github.com/LooseLab/iterassemble" ], [ "https://github.com/phac-nml/mob-suite" ], [ "https://github.com/phac-nml/mob-suite" ], [ "https://github.com/phac-nml/mob-suite" ], [ "https://github.com/phac-nml/mob-suite" ], [ "https://github.com/cbil-vt/DDN3" ], [ "https://github.com/SushiLab/mTAGs" ], [ "https://github.com/yyZhang14/iEssLnc" ], [ "https://github.com/OritAdato/ElemeNT" ], [ "https://github.com/google-research/large_scale_mmdma" ], [ "https://github.com/SunPengChuan/wgdi" ], [ "https://github.com/sajalhalder/TLR-M_UI" ], [ "https://github.com/jiaoshihu/iPVP-DRLF" ], [ "https://github.com/ruiyi-zhang/scPretrain" ], [ "https://github.com/ievapudz/TemStaPro" ], [ "https://github.com/wx-cie/DeepGenGrep" ], [ "https://github.com/wajidarshad/panda" ], [ "https://github.com/tianguolangzi/DSBS" ], [ "https://github.com/ZJUFanLab/scDeepSort" ], [ "https://github.com/JiangTian/adaptive-geometric-search-for-protein-design" ], [ "https://github.com/CNuge/SalmonEuAdmix" ], [ "https://github.com/salivatec/SalivaPRINT" ], [ "https://github.com/vals/umis" ], [ "https://github.com/yigbt/deepFPlearn" ], [ "https://github.com/phac-nml/ecoli_serotyping" ], [ "https://github.com/LanLab/SaLTy" ], [ "https://github.com/iC2MC/PyC2MC_viewer" ], [ "https://github.com/bihealth/WiPP" ], [ "https://github.com/mojtabaze7/DCGAN-DTA" ], [ "https://github.com/enyecz/CancerDetector2" ], [ "https://github.com/laihongyan/iAller" ], [ "https://github.com/GaffariCelik/CovidCoughNet" ], [ "https://github.com/WeiLab-Biology/DeepProSite" ], [ "https://github.com/schatzlab/scikit-ribo" ], [ "https://github.com/OncoRNALab/CIRCprimerXL" ], [ "https://github.com/Neooolee/GANCDM" ], [ "https://github.com/Fraunhofer-ITMP/PEMT" ], [ "https://github.com/Merck/PepSeA" ], [ "https://github.com/naamawagner/Effectidor" ], [ "https://github.com/jas-preet/SPOT-Contact-Single" ], [ "https://github.com/uci-cbcl/UFold" ], [ "https://github.com/huangnengCSU/BlockPolish" ], [ "https://github.com/DnlRKorn/CoKE" ], [ "https://github.com/TearsWaiting/ACPred-LAF" ], [ "https://github.com/MetaSys-LISBP/IsoSolve" ], [ "https://github.com/YUYING07/iDNA_ABT" ], [ "https://github.com/nowittynamesleft/NetQuilt" ], [ "https://github.com/NIH-MIP/Radiology_Image_Preprocessing_for_Deep_Learning" ], [ "https://github.com/ramirandaq/MultipleComparisons" ], [ "https://github.com/krishnanlab/node2vecplus_benchmarks" ], [ "https://github.com/exalearn/molecular-graph-descriptors" ], [ "https://github.com/bigbio/py-pgatk" ], [ "https://github.com/idekerlab/ddot" ], [ "https://github.com/katholt/Kaptive" ], [ "https://github.com/afm-spm/TopoStats" ], [ "https://github.com/byin-cwi/ALS-Deeplearning" ], [ "https://github.com/PavitaKae/ToNER" ], [ "https://github.com/biomed-AI/GraphSite" ], [ "https://github.com/labsyspharm/ashlar" ], [ "https://github.com/omicsNLP/enzymeNER" ], [ "https://github.com/aaronphillips7493/CLAW" ], [ "https://github.com/njuIrene/SWATH-F" ], [ "https://github.com/juglab/EmbedSeg" ], [ "https://github.com/spang-lab/adadmire" ], [ "https://github.com/CSU-QJY/GeoDILI" ], [ "https://github.com/GuillaumeLam/PaCalC" ], [ "https://github.com/HIT-ImmunologyLab/CRISPRimmunity" ], [ "https://github.com/sid-krish/Rhometa" ], [ "https://github.com/nczub/HIA_5-HT" ], [ "https://github.com/JosieHong/3DMolMS" ], [ "https://github.com/PuckBlink/PDCNN" ], [ "https://github.com/aster-ww/scEMAIL" ], [ "https://github.com/LF-Yang/Code" ], [ "https://github.com/obrien-lab/aip_web_docker" ], [ "https://github.com/cristian931/DocTOR" ], [ "https://github.com/yangyn533/HCRNet" ], [ "https://github.com/kkrizanovic/RNAseqEval" ], [ "https://github.com/ml4bio/ifDEEPre" ], [ "https://github.com/ladderlab-xjtu/HiCA" ], [ "https://github.com/wuchengyu123/MPGSurv" ], [ "https://github.com/HarrisonAllen/MyelTracer" ], [ "https://github.com/Muzatheking12/MzDOCK" ], [ "https://github.com/gzrgzx/CRISPR_Data_Imbalance" ], [ "https://github.com/ridgerchu/TCJA" ], [ "https://github.com/chenyu-xjtu/DualFluidNet" ], [ "https://github.com/wanghq05/MS-GCN" ], [ "https://github.com/renweidian/LTRN" ], [ "https://github.com/Zhihan1996/DNABERT_S" ], [ "https://github.com/qqaazxddrr/ENS" ], [ "https://github.com/CFM-MSG/Code_ICPR" ], [ "https://github.com/fancheyu5/STRAS" ], [ "https://github.com/Lqingquan/MTCL-MDA" ], [ "https://github.com/MagicPF/BindingSiteDTI" ], [ "https://github.com/DL-WG/SCDNN-TS" ], [ "https://github.com/liupei101/PseMix" ], [ "https://github.com/frankkramer-lab/GERNERMED-pp" ], [ "https://github.com/VITA-Group/PruneCXR" ], [ "https://github.com/VITA-Group/PruneCXR" ], [ "https://github.com/VITA-Group/PruneCXR" ], [ "https://github.com/VITA-Group/PruneCXR" ], [ "https://github.com/alienn233/ROSes-Finder" ], [ "https://github.com/woolfson-group/isocket" ], [ "https://github.com/Oulu-IMEDS/CLIMATv2" ], [ "https://github.com/Zhou-wy/MSEDNet" ], [ "https://github.com/GeoX-Lab/CMN" ], [ "https://github.com/jschenthu/FNS" ], [ "https://github.com/YannickJadoul/PyGellermann" ], [ "https://github.com/geyao-c/MedGAN" ], [ "https://github.com/DongdongCheng/GB-DP" ], [ "https://github.com/ahmedmagds/GNUVID" ], [ "https://github.com/BioComputingUP/ring-pymol" ], [ "https://github.com/jingyzhang/S3R" ], [ "https://github.com/ljq2000/MTCP" ], [ "https://github.com/syngenta/linchemin" ], [ "https://github.com/hscv/SEE-Net" ], [ "https://github.com/arantir123/DDT_triple_prediction" ], [ "https://github.com/kechunl/VSGD-Net" ], [ "https://github.com/WxTu/HCHSM" ], [ "https://github.com/gillichu/PLUSplacer-taxtastic" ], [ "https://github.com/dikshap11/DGAN" ], [ "https://github.com/HwaTong/Chemical-SA-BiLSTM" ], [ "https://github.com/yzc1122333/BoneAgeAss" ], [ "https://github.com/FangShancheng/ABINet-PP" ], [ "https://github.com/Lagkouvardos/TIC" ], [ "https://github.com/jingkunchen/TAC" ], [ "https://github.com/RuoyuGuo/MaskGA_Net" ], [ "https://github.com/ahmed-shameem/Feature_selection" ], [ "https://github.com/bert-nmt/BERT-DTI" ], [ "https://github.com/otayfuroglu/deepQM" ], [ "https://github.com/biorack/magi" ], [ "https://github.com/yours-anonym/PaRT" ], [ "https://github.com/ecogenomics/gtdbtk" ], [ "https://github.com/ecogenomics/gtdbtk" ], [ "https://github.com/ecogenomics/gtdbtk" ], [ "https://github.com/ecogenomics/gtdbtk" ], [ "https://github.com/GudaLab/iCluF_core" ], [ "https://github.com/ZhiboXiao/Deep-Gamma" ], [ "https://github.com/slzarate/parliament2" ], [ "https://github.com/biopragmatics/bioregistry" ], [ "https://github.com/jingjin25/LFDE-OccUnNet" ], [ "https://github.com/guopengf/FL-MRCM" ], [ "https://github.com/Shape-Lab/SPHARM-Net" ], [ "https://github.com/changlin31/DS-Net" ], [ "https://github.com/wenyh1616/SAMotif-GCN" ], [ "https://github.com/r-zemblys/EM-event-detection-evaluation" ], [ "https://github.com/oxpig/structure-vs-folding" ], [ "https://github.com/jimy2020/Malonylation-site-prediction" ], [ "https://github.com/NanYoMy/cmmas" ], [ "https://github.com/Pijiangsheng/MDGNN" ], [ "https://github.com/broadinstitute/chronos" ], [ "https://github.com/iquandou/CS-Net" ], [ "https://github.com/fmfi-compbio/coral-basecaller" ], [ "https://github.com/zhangruochi/Mol-HGT" ], [ "https://github.com/huitangtang/H-SRDC" ], [ "https://github.com/cszn/DPIR" ], [ "https://github.com/CityU-AIM-Group/DSI-Net" ], [ "https://github.com/sxthunder/CMTN" ], [ "https://github.com/cnapy-org/CNApy" ], [ "https://github.com/cnapy-org/CNApy" ], [ "https://github.com/cnapy-org/CNApy" ], [ "https://github.com/cnapy-org/CNApy" ], [ "https://github.com/MelvinYin/Defined_Proteins" ], [ "https://github.com/ashleylqx/WeakFixation" ], [ "https://github.com/YanZheng-16/CEPZ_DHS" ], [ "https://github.com/dmis-lab/moable" ], [ "https://github.com/xsshi2015/Loss-based-Attention-for-Interpreting-Image-level-Prediction-of-Convolutional-Neural-Networks" ], [ "https://github.com/SchubertLab/JessEV" ], [ "https://github.com/JLiangLab/SemanticGenesis" ], [ "https://github.com/Ha0Tang/GestureGAN" ], [ "https://github.com/lbobay/CoreCruncher" ], [ "https://github.com/RodrigoGantier/SPADE_E2VID" ], [ "https://github.com/xiat0616/pseudo-healthy-synthesis" ], [ "https://github.com/lixx11/SPIND-TC" ], [ "https://github.com/calico/solo" ], [ "https://github.com/emdadi/DSPLMF" ], [ "https://github.com/arseha/peakonly" ], [ "https://github.com/kunalkathuria/SVXplorer" ], [ "https://github.com/ha01994/mutationTCN" ], [ "https://github.com/johanneswerner/mPies" ], [ "https://github.com/jade-nhri/CCBGpipe" ], [ "https://github.com/BioinfLab/ChaperISM" ], [ "https://github.com/ytZhang99/CF-Net" ], [ "https://github.com/zhou256/iATC-NRAKEL" ], [ "https://github.com/zhunzhong07/CamStyle" ], [ "https://github.com/NUIST-Videocoding/VCRNet" ], [ "https://github.com/jakelever/knowledgediscovery" ], [ "https://github.com/bioinfomaticsCSU/MultiGuideScan" ], [ "https://github.com/orbkit/orbkit" ], [ "https://github.com/dcasbioinfo/SIFTER-t" ], [ "http://github.com/SBRG/ssbio" ], [ "https://github.com/chenghui03/Calib_RT" ], [ "https://github.com/dmis-lab/MolPLA" ], [ "https://github.com/HZC-1998/VOGTNet" ], [ "https://github.com/petrusen/pomsimulator" ], [ "https://github.com/chaofengc/IQA-PyTorch" ], [ "https://github.com/bcrafton/ssdfa" ], [ "https://github.com/soduco/Benchmark_historical_map_vectorization" ], [ "https://github.com/TPI-Immunogenetics/igmat" ], [ "https://github.com/panlab-bio/mcss" ], [ "https://github.com/bkurt00/palladiumFF2" ], [ "https://github.com/spglib/spinspg" ], [ "https://github.com/xinliangSun/AdaDR" ], [ "https://github.com/kexquan/dual-dropout-ranking" ], [ "https://github.com/wjh892521292/Cataract_TKD-Net" ], [ "https://github.com/BIT-DA/SePiCo" ], [ "https://github.com/jdonnelly36/Rashomon_Importance_Distribution" ], [ "https://github.com/giaguaro/PROTACable" ], [ "https://github.com/hujingtao/SAMCL" ], [ "https://github.com/raziyehmasumshah/DPSP" ], [ "https://github.com/CYB08/ATPGCN" ], [ "https://github.com/cantinilab/HuMMuS" ], [ "https://github.com/xjr998/GQE-Net" ], [ "https://github.com/duolinwang/S-PLM" ], [ "https://github.com/insilichem/talaia" ], [ "https://github.com/HySonLab/Multires-Graph-Transformer" ], [ "https://github.com/microbial-pangenomes-lab/panfeed" ], [ "https://github.com/CNS-OIST/NeuroDevSim" ], [ "https://github.com/Hangwei-Chen/CLSAP-Net" ], [ "https://github.com/ImgSciGroup/ITSA" ], [ "https://github.com/skbinfo/smAMPsTK" ], [ "https://github.com/MiaoLab20/DBMD" ], [ "https://github.com/MiaoLab20/DBMD" ], [ "https://github.com/MiaoLab20/DBMD" ], [ "https://github.com/MiaoLab20/DBMD" ], [ "https://github.com/Jaakk0F/DSTD-GCN" ], [ "https://github.com/SCUTjinchengli/DefenseTransformer" ], [ "https://github.com/QibinZhangLab/Peak_Pair_Pruner" ], [ "https://github.com/xianggebenben/pdADMM-G" ], [ "https://github.com/CSB-L/AnoChem" ], [ "https://github.com/ZhangqiJiang07/MultimodalSurvivalPrediction" ], [ "https://github.com/cchauve/PlasBin-flow" ], [ "https://github.com/Bhattacharya-Lab/PIQLE" ], [ "https://github.com/Bhattacharya-Lab/PIQLE" ], [ "https://github.com/Bhattacharya-Lab/PIQLE" ], [ "https://github.com/Bhattacharya-Lab/PIQLE" ], [ "https://github.com/HuiLiuCode/MDBuilder" ], [ "https://github.com/PYangLab/Matilda" ], [ "https://github.com/GreyGuoweiChen/RNA_virus_detector" ], [ "https://github.com/bharatmahaur/LeNo" ], [ "https://github.com/thomas0809/MolScribe" ], [ "https://github.com/vsingh-group/DatasetPooling" ], [ "https://github.com/fengcong3/HAPPE" ], [ "https://github.com/hangyu94/CRS-CONT" ], [ "https://github.com/xwqian1123/mStrain" ], [ "https://github.com/Anonnoname/G2GT_2" ], [ "https://github.com/weih527/SSNS-Net" ], [ "https://github.com/biomg/MCNN" ], [ "https://github.com/ParImmune/SINAPs" ], [ "https://github.com/ivanrwolf/NoC" ], [ "https://github.com/fawaz-dabbaghieh/bubble_gun" ], [ "https://github.com/pilehvar/phenebank" ], [ "https://github.com/itaysason/Mix-MMM" ], [ "https://github.com/pdishuck/GAVISUNK" ], [ "https://github.com/difhnp/ELGLT" ], [ "https://github.com/gengmufeng/CNCL-denoising" ], [ "https://github.com/HantaoShu/GRN-Transformer" ], [ "https://github.com/hassounlab/EPP" ], [ "https://github.com/454170054/EMCBOW-GPCR" ], [ "https://github.com/pixixiaonaogou/FPNN-TMEL" ], [ "https://github.com/zhaoqichang/GIFDTI" ], [ "https://github.com/HudsonAlpha/STEVE" ], [ "https://github.com/ArtemLuzhin/LASCA_pipeline" ], [ "https://github.com/UCDenver-ccp/Ignorance-Question-Work" ], [ "https://github.com/josehernandezsc/COVID19Net" ], [ "https://github.com/xypan1232/node2loc" ], [ "https://github.com/cew88/AutoCAT" ], [ "https://github.com/biosustain/multitfa" ], [ "https://github.com/vaprilyanto/crop" ], [ "https://github.com/zbzhzhy/PZRes-Net" ], [ "https://github.com/lseventeen/FR-UNet" ], [ "https://github.com/Fleishman-Lab/AbDesign_for_enzymes" ], [ "https://github.com/lmcai/PhyloHerb" ], [ "https://github.com/zhongw2/GeneTEFlow" ], [ "https://github.com/YingLianghnu/CNA_origin" ], [ "https://github.com/superlouis/GATGNN" ], [ "https://github.com/gdewael/cpg-transformer" ], [ "https://github.com/anuran-Chakraborty/Active-learning" ], [ "https://github.com/zlwuxi/iPromoter-5mC" ], [ "https://github.com/vamships/PECAN" ], [ "https://github.com/louiejtaylor/grabseqs" ], [ "https://github.com/liukeweiaway/iMRM" ], [ "https://github.com/DCalhas/siamese_schizophrenia_eeg" ], [ "https://github.com/Charrick/SDN2GO" ], [ "https://github.com/lyotvincent/AJIA" ], [ "https://github.com/ma-compbio/MutSpace" ], [ "https://github.com/KristapsE/DP4-AI" ], [ "https://github.com/yangzi4/gPCA" ], [ "https://github.com/yunwilliamyu/opal" ], [ "https://github.com/carolzhou/multiPhATE" ], [ "https://github.com/SchulzLab/TEPIC" ], [ "https://github.com/SchulzLab/TEPIC" ], [ "https://github.com/SchulzLab/TEPIC" ], [ "https://github.com/SchulzLab/TEPIC" ], [ "https://github.com/whitneywhitford/RBV" ], [ "https://github.com/odedrim/kfits" ], [ "https://github.com/VCCRI/Falco" ], [ "https://github.com/usnistgov/pepr" ], [ "https://github.com/ETHmodlab/BIMODAL" ], [ "https://github.com/GRYGY1215/Dozerformer" ], [ "https://github.com/freshman97/CSU" ], [ "https://github.com/meren/illumina-utils" ], [ "https://github.com/tianpeng-deng/FedDBL" ], [ "https://github.com/MedICL-VU/FNPC-SAM" ], [ "https://github.com/CUHK-AIM-Group/MCPL" ], [ "https://github.com/yangqy1110/MGDM" ], [ "https://github.com/cbib/MIX" ], [ "https://github.com/zyairelu/RT-Net" ], [ "https://github.com/energy588/US2mask" ], [ "https://github.com/lhaippp/YOHO" ], [ "https://github.com/cunmeiji/SGLMDA" ], [ "https://github.com/hywang01/SNEL" ], [ "https://github.com/biomed-AI/MiGCN" ], [ "https://github.com/XT-1997/vitmvt" ], [ "https://github.com/smd1997/CSA-Net" ], [ "https://github.com/bmri/bmri" ], [ "https://github.com/samsonweiner/CNAsim" ], [ "https://github.com/meihonggao/DeepLDA" ], [ "https://github.com/Vini2/phables" ], [ "https://github.com/Amber-Believe/ReliableMutualDistillation" ], [ "https://github.com/penghu-cs/RCL" ], [ "https://github.com/nikhilroxtomar/TGANet" ], [ "https://github.com/WHang98/scSemiAAE" ], [ "https://github.com/JLiangLab/CAiD" ], [ "https://github.com/CGPxy/AAU-net" ], [ "https://github.com/JLiangLab/BenchmarkTransformers" ], [ "https://github.com/schobs/qbin" ], [ "https://github.com/Huiweizhou/TDE" ], [ "https://github.com/lemuria-wchen/imcs21" ], [ "https://github.com/bioinformatics-ufsc/AnnotaPipeline" ], [ "https://github.com/TongXin-CASIA/Excepted_Affine" ], [ "https://github.com/anuradhawick/LRBinner" ], [ "https://github.com/demonzyj56/E3Outlier" ], [ "https://github.com/WangLabTHU/MeConcord" ], [ "https://github.com/gillichu/sepp" ], [ "https://github.com/cokeyk/TPpred-ATMV" ], [ "https://github.com/shiming-chen/GNDAN" ], [ "https://github.com/Xiyue-Wang/1st-in-MICCAI2020-CPM" ], [ "https://github.com/kataomoi7/multiGATAE" ], [ "https://github.com/Szhgege/DACPGTN" ], [ "https://github.com/lucian-ilie/Seq-InSite" ], [ "https://github.com/menyifang/ADGAN" ], [ "https://github.com/xindd/DCNet" ], [ "https://github.com/YangLiu9208/TCGL" ], [ "https://github.com/ba-lab/Alignment-Score" ], [ "https://github.com/IVC-Projects/NRS" ], [ "https://github.com/IvanEz/tumor-surrogate" ], [ "https://github.com/lesonly/GFINet" ], [ "https://github.com/Au3C2/Generator-Versus-Segmentor" ], [ "https://github.com/goolig/drug_safety_pregnancy_prediction" ], [ "https://github.com/smallmax00/Graph_Region_Boudnary" ], [ "https://github.com/ceragoguztuzun/MotifGenie" ], [ "https://github.com/fazlulhaquejony/SubFeat" ], [ "https://github.com/Layne-Huang/EGFI" ], [ "https://github.com/TanemuraKiyoto/AutoGraph" ], [ "https://github.com/zanglab/bart3d" ], [ "https://github.com/deepomicslab/DeepHost" ], [ "https://github.com/yuliu316316/MetaLearning-Fusion" ], [ "https://github.com/BIT-DA/GDCAN" ], [ "https://github.com/fpthink/EPC-Net" ], [ "https://github.com/kochgroup/kinase_nnfp" ], [ "https://github.com/viggin/DeepLesion_manual_test_set" ], [ "https://github.com/tticoin/DESC_MOL-DDIE" ], [ "https://github.com/pymodproject/pymod" ], [ "https://github.com/pymodproject/pymod" ], [ "https://github.com/pymodproject/pymod" ], [ "https://github.com/pymodproject/pymod" ], [ "https://github.com/HuiZeng/Image-Adaptive-3DLUT" ], [ "https://github.com/blue-blue272/ImgReID-IAnet" ], [ "https://github.com/BioinfoUNIBA/REDItools2" ], [ "https://github.com/blackfeather-wang/ISDA-for-Deep-Networks" ], [ "https://github.com/kiharalab/ContactGAN" ], [ "https://github.com/hathawayxxh/WCE-AGDN" ], [ "https://github.com/koualab/conodictor" ], [ "https://github.com/LiLabAtVT/DeepTE" ], [ "https://github.com/andobrescu/Multi_task_plant_phenotyping" ], [ "https://github.com/aiqm/torchani" ], [ "https://github.com/yunchuankong/forgeNet" ], [ "https://github.com/Kinggerm/GetOrganelle" ], [ "https://github.com/ywflow/BubMask" ], [ "https://github.com/Gaius-Augustus/MakeHub" ], [ "https://github.com/MPBA/TAASRAD19" ], [ "https://github.com/pachterlab/gget" ], [ "https://github.com/pachterlab/gget" ], [ "https://github.com/pachterlab/gget" ], [ "https://github.com/pachterlab/gget" ], [ "https://github.com/bihealth/scelvis" ], [ "https://github.com/llecompte/SVJedi" ], [ "https://github.com/bchidest/CFNet" ], [ "https://github.com/nstrodt/UDSMProt" ], [ "https://github.com/markpp/PoseFromPointClouds" ], [ "https://github.com/PSSUN/CircCode" ], [ "https://github.com/arnrau/SCAE_IR_Spectral_Imaging" ], [ "https://github.com/wsjeon92/FP2VEC" ], [ "https://github.com/Cobanoglu-Lab/EPEE" ], [ "https://github.com/yujialinncu/PredGly" ], [ "https://github.com/YosefLab/scVI" ], [ "https://github.com/htzhaoecust/npnn" ], [ "https://github.com/prody/ProDy" ], [ "https://github.com/prody/ProDy" ], [ "https://github.com/prody/ProDy" ], [ "https://github.com/prody/ProDy" ], [ "https://github.com/ronaldolab/stochastic_diffusion" ], [ "https://github.com/weipenegHU/Pluto" ], [ "https://github.com/schwallergroup/augmented_memory" ], [ "https://github.com/ksahlin/ultra" ], [ "https://github.com/pepamengual/UEP" ], [ "https://github.com/makovalab-psu/NoiseCancellingRepeatFinder" ], [ "https://github.com/ghar1821/ParetoBench" ], [ "https://github.com/strauchlab/iNNterfaceDesign" ], [ "https://github.com/ma-compbio/MultiRes" ], [ "https://github.com/aditya-88/ASAP" ], [ "https://github.com/laufercenter/Amap" ], [ "https://github.com/abdlmaruf/iRSpot-SF" ], [ "https://github.com/ukeLin/TG-Net" ], [ "https://github.com/BaiDing1234/AttentionPert" ], [ "https://github.com/Valeyards/MACG" ], [ "https://github.com/qumengxue/T-SMILE" ], [ "https://github.com/panzhiyi/CC4S" ], [ "https://github.com/ynchuang/DiscoverPath" ], [ "https://github.com/davidecenzato/BWT-variants-for-string-collections" ], [ "https://github.com/dooo12332/AlphaTraj" ], [ "https://github.com/labiip/scGAAC" ], [ "https://github.com/zhangtia16/LICAP" ], [ "https://github.com/zkyseu/CSSNet" ], [ "https://github.com/batmanlab/AGXNet" ], [ "https://github.com/MorganBDT/crumb" ], [ "https://github.com/juandpenan/topology_nav_ros2" ], [ "https://github.com/YubinHan73/LSKANet" ], [ "https://github.com/sail-sg/metaformer" ], [ "https://github.com/mbglab/EVRC" ], [ "https://github.com/cerm-cirmmp/Master-of-metals" ], [ "https://github.com/XY-boy/TTST" ], [ "https://github.com/sunkg/jCAN" ], [ "https://github.com/ylaboratory/ETNA" ], [ "https://github.com/frankkramer-lab/GPTNERMED" ], [ "https://github.com/yoxu515/aot-benchmark" ], [ "https://github.com/SJTUBME-QianLab/CausalGCN-PDPA" ], [ "https://github.com/amin-nejat/Deformable-Atlas" ], [ "https://github.com/ylab-hi/ScanNeo2" ], [ "https://github.com/danpak94/Deep-Cardiac-Volumetric-Mesh" ], [ "https://github.com/DayuHuu/scDFC" ], [ "https://github.com/SnowRain510/MSMTSeg" ], [ "https://github.com/cieplinski-tobiasz/smina-docking-benchmark" ], [ "https://github.com/11101028/CADA-BioRE" ], [ "https://github.com/FudanVI/MAEcho" ], [ "https://github.com/gregorpatof/dynasigml_package" ], [ "https://github.com/MathLee/GeleNet" ], [ "https://github.com/vignywang/AWDesc" ], [ "https://github.com/hongwang01/DRCDNet" ], [ "https://github.com/MBC-Neuroimaging/ClotDetectEval" ], [ "https://github.com/nerel-ds/NEREL-BIO" ], [ "https://github.com/Xyporz/CISSL-GANs" ], [ "https://github.com/Beno-waxgourd/NLP" ], [ "https://github.com/matteo-dunnhofer/MRPyrNet" ], [ "https://github.com/19990915fzy/DGNNMDA" ], [ "https://github.com/gongleii/DFCN-RSP" ], [ "https://github.com/arumugamlab/MIntO" ], [ "https://github.com/CFM-MSG/Code_SDN" ], [ "https://github.com/kimianoorbakhsh/LPF-Defense" ], [ "https://github.com/med-air/DLTTA" ], [ "https://github.com/elus-om/BRM_OMEXP" ], [ "https://github.com/qubekit/QUBEKit" ], [ "https://github.com/thuxyz19/3D-HPE-PAA" ], [ "https://github.com/BTheDragonMaster/pikachu" ], [ "https://github.com/jiyuc/AutoGOAConsistency" ], [ "https://github.com/ChemSpace-LLC/usrcat_sim" ], [ "https://github.com/micahvista/MAMnet" ], [ "https://github.com/scottjingtt/AMF_GZS_SBIR" ], [ "https://github.com/chry04/PLUSplacer" ], [ "https://github.com/Deep-Bioinfo/DFLM" ], [ "https://github.com/Zhentao-Liu/KLT-JND" ], [ "https://github.com/mug-auth/ssl-chewing" ], [ "https://github.com/kanz76/GMPNN-CS" ], [ "https://github.com/CityU-AIM-Group/Prototypical-Graph-DA" ], [ "https://github.com/TNTurnerLab/ACES" ], [ "https://github.com/ljaiverson/multiview-curriculum" ], [ "https://github.com/bioXiaoheng/BallerMixPlus" ], [ "https://github.com/yuesongtian/AlphaGAN" ], [ "https://github.com/ramirandaq/tn_Comparisons" ], [ "https://github.com/insilicomedicine/DILBERT" ], [ "https://github.com/Kali-Hac/Locality-Awareness-SGE" ], [ "https://github.com/RossLabCSU/LCD-Composer" ], [ "https://github.com/maiziex/Aquila_stLFR" ], [ "https://github.com/gnina/SolTranNet" ], [ "https://github.com/psipred/cgdms" ], [ "https://github.com/bbbbbbzhou/MDPET" ], [ "https://github.com/lol88/Mol2Context-vec" ], [ "https://github.com/hehefan/DPSIS" ], [ "https://github.com/RitataLU/ATACgraph" ], [ "https://github.com/rosemeis/emu" ], [ "https://github.com/Elham-khalili/Soybean-Charcoal-Rot-Disease-Prediction-Dataset-code" ], [ "https://github.com/zhengyushan/dpathnet" ], [ "https://github.com/Leotju/MGAN" ], [ "https://github.com/Want2Vanish/FBMSNet" ], [ "https://github.com/aistairc/DeepEventMine" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/riboviz/riboviz" ], [ "https://github.com/senli2018/DCTL" ], [ "https://github.com/dinhinfotech/DiGI" ], [ "https://github.com/LiangYu-Xidian/NEDTP" ], [ "https://github.com/chentao1999/MedicalRelationExtraction" ], [ "https://github.com/rongma6/QSARMPC_DTIMPC" ], [ "https://github.com/wenguanwang/AGS" ], [ "https://github.com/jmlipman/RatLesNetv2" ], [ "https://github.com/wulalago/DAF3D" ], [ "https://github.com/htzhaoecust/glsnn" ], [ "https://github.com/hkaneko1985/gtm-generativetopographicmapping" ], [ "https://github.com/hkaneko1985/gtm-generativetopographicmapping" ], [ "https://github.com/hkaneko1985/gtm-generativetopographicmapping" ], [ "https://github.com/hkaneko1985/gtm-generativetopographicmapping" ], [ "https://github.com/YeeHo/Glutton" ], [ "https://github.com/guigolab/ggsashimi" ], [ "https://github.com/HillLab/SomaticSiMu" ], [ "https://github.com/MedChaabane/deepRAM" ], [ "https://github.com/mirnylab/cooler" ], [ "https://github.com/mirnylab/cooler" ], [ "https://github.com/mirnylab/cooler" ], [ "https://github.com/mirnylab/cooler" ], [ "https://github.com/sgreer77/gemtools" ], [ "https://github.com/gifford-lab/DeepLigand" ], [ "https://github.com/AndreLamurias/IBRel" ], [ "https://github.com/wenjiegroup/BiRen" ], [ "https://github.com/agustinaarroyuelo/Azahar" ], [ "https://github.com/CSB5/atminter" ], [ "https://github.com/hsoleimani/MLTM" ], [ "https://github.com/dww100/sct" ], [ "https://github.com/ustc-bmec/MRGazer" ], [ "https://github.com/lalunex/MSDCCL" ], [ "https://github.com/pengkenlim/LSTrAP-denovo" ], [ "https://github.com/pitthexai/HexAI-TJAtxt" ], [ "https://github.com/pierrepo/PBxplore" ], [ "https://github.com/LQCT/BitQT" ], [ "https://github.com/subsurfaceinsights/ort-kbase-to-pflotran" ], [ "https://github.com/Lycus99/SDA-CLIP" ], [ "https://github.com/maayanlab/prismexp" ], [ "https://github.com/DHUDBlab/IGEGRNS" ], [ "https://github.com/merck/MolPROP" ], [ "https://github.com/neulmc/TDCN" ], [ "https://github.com/G708/Clover" ], [ "https://github.com/OpenGVLab/VideoMAEv2" ], [ "https://github.com/DRGreat/MCNet" ], [ "https://github.com/Wang-lab-UCSD/AntPack" ], [ "https://github.com/WeehowTang/SSL-rebalancingtest" ], [ "https://github.com/tphoward/Mottle_Repo" ], [ "https://github.com/Namerlight/LabelFree_AuNP_Quantification" ], [ "https://github.com/ruisue/EnAMP" ], [ "https://github.com/azamanos/HydraProt" ], [ "https://github.com/julie-forman-kay-lab/IDPConformerGenerator" ], [ "https://github.com/zhangy0822/USER" ], [ "https://github.com/shenkqtx/SAR-Colorization-Benchmarking-Protocol" ], [ "https://github.com/JiuqingDong/TS_OAMIL-for-Plant-disease-detection" ], [ "https://github.com/magspho/hifieval" ], [ "https://github.com/TheJacksonLaboratory/wn2vec" ], [ "https://github.com/changliu-work/TNT_MNet" ], [ "https://github.com/ShiratsuyuShigure/MLAENet-pytorch" ], [ "https://github.com/OceanSTARLab/Tensor-Neural-Network" ], [ "https://github.com/Stephen2526/Structure-informed_PLM" ], [ "https://github.com/zeyuxiao1997/LFSTVSR" ], [ "https://github.com/DasSusanta/snakemake_ccs" ], [ "https://github.com/jingzhaohlj/AL-Net" ], [ "https://github.com/EndoluminalSurgicalVision-IMR/Medical-SSL" ], [ "https://github.com/dehazing/SGDRL" ], [ "https://github.com/Wayfear/FBNETGEN" ], [ "https://github.com/mjliu2020/RandomFR" ], [ "https://github.com/jingjin25/LFhybridSR-Fusion" ], [ "https://github.com/Kelly510/RehabExerAssess" ], [ "https://github.com/MolecularAI/REINVENT4" ], [ "https://github.com/ProgrammerHyy/CM-MLP" ], [ "https://github.com/lyhkevin/MT-Net" ], [ "https://github.com/claudepasquier/amine" ], [ "https://github.com/xmed-lab/TimeStamp-Surgical" ], [ "https://github.com/Zero-We/BCL" ], [ "https://github.com/adrienrougny/stonpy" ], [ "https://github.com/DisscLab/HNNVAT" ], [ "https://github.com/zhg-SZPT/MeDetection" ], [ "https://github.com/wangjx22/CLAPS" ], [ "https://github.com/Lature-Yang/BASeg" ], [ "https://github.com/grzsko/Alignstein" ], [ "https://github.com/yphsieh/ItgDB" ], [ "https://github.com/sota-joson/KE-RCNN" ], [ "https://github.com/heche-psb/wgd" ], [ "https://github.com/gcgreenberg/Oriented-TNF" ], [ "https://github.com/ldrunning/DSSNet" ], [ "https://github.com/molML/MoleculeACE" ], [ "https://github.com/usnistgov/thermo-extrap" ], [ "https://github.com/CRazorback/AADG" ], [ "https://github.com/bioinfoUQAM/RL-bgc-components" ], [ "https://github.com/CMACH508/IA-FaceS" ], [ "https://github.com/LottePronk/whokaryote" ], [ "https://github.com/Rohit-Kundu/AltWOA" ], [ "https://github.com/anhnda/SPARSE" ], [ "https://github.com/Lixy1997/Group-WSSS" ], [ "https://github.com/DMCB-GIST/DeepPIG" ], [ "https://github.com/degiacom/biobox" ], [ "https://github.com/BlanchetteLab/PhyloPGM" ], [ "https://github.com/lennylv/ctP2ISP" ], [ "https://github.com/CVI-SZU/WaveCNet" ], [ "https://github.com/JohnleeHIT/SLEX-Net" ], [ "https://github.com/popitsch/nanopanel2" ], [ "https://github.com/linDing-groups/model_4mc" ], [ "https://github.com/mzlr/sau-net" ], [ "https://github.com/mzlr/sau-net" ], [ "https://github.com/mzlr/sau-net" ], [ "https://github.com/mzlr/sau-net" ], [ "https://github.com/chenchao666/Bone-Age-Assessment" ], [ "https://github.com/NeuroSyd/breast-cancer-sub-types" ], [ "https://github.com/FTD007/PInet" ], [ "https://github.com/QData/ChromeGCN" ], [ "https://github.com/jbelyeu/unfazed" ], [ "https://github.com/hatchetProject/AI-Driver" ], [ "https://github.com/TaatiTeam/pain_detection_demo" ], [ "https://github.com/AbnerHqC/GaitSet" ], [ "https://github.com/tsudalab/NMR-TS" ], [ "https://github.com/ModelEngineering/SBMLLint" ], [ "https://github.com/BioDataLearning/XGEP" ], [ "https://github.com/AndersJing/ResNetQA" ], [ "https://github.com/schwanbeck/YSMR" ], [ "https://github.com/yongzhuang/DeepSVFilter" ], [ "https://github.com/Yuxin-Wen/GeoA3" ], [ "https://github.com/BeObm/AutoCDRP" ], [ "https://github.com/rsanchezgarc/micrograph_cleaner_em" ], [ "https://github.com/yxxue/MetaRib" ], [ "https://github.com/MicroAVA/GEDFN" ], [ "https://github.com/lab319/GRNs_nonlinear_ODEs" ], [ "https://github.com/Bhattacharya-Lab/QDeep" ], [ "https://github.com/Teoroo-CMC/PiNN" ], [ "https://github.com/Rinoahu/SwiftOrtho" ], [ "https://github.com/lrgr/sigma" ], [ "https://github.com/wjlim/correlation-between-rna-seq-and-RRBS" ], [ "https://github.com/beringresearch/ivis" ], [ "https://github.com/luntergroup/EquivariantNetworks" ], [ "https://github.com/regevs/factorial_hmm" ], [ "https://github.com/BorgwardtLab/ARDISS" ], [ "https://github.com/xypan1232/DislncRF" ], [ "https://github.com/rampasek/DrVAE" ], [ "https://github.com/rubbs14/CSP-Analyzer" ], [ "https://github.com/Xshelton/SRG-vote" ], [ "https://github.com/benhid/Sequoya" ], [ "https://github.com/COMBINE-lab/grouper" ], [ "https://github.com/liyigerry/DeepCRPs" ], [ "https://github.com/Bjoux2/DeepMirTar_SdA" ], [ "https://github.com/markovmodel/PySFD" ], [ "https://github.com/dustincys/WDNfinder" ], [ "https://github.com/NDBL/ADDIT" ], [ "https://github.com/HudsonAlpha/aRNAPipe" ], [ "https://github.com/ushaham/BatchEffectRemoval" ], [ "https://github.com/StuntsPT/Structure_threader" ], [ "https://github.com/nguyenngochuy91/Relevant-Operon" ], [ "https://github.com/HUST-NingKang-Lab/straingems" ], [ "https://github.com/uym2/TreeShrink" ], [ "https://github.com/sekijima-lab/SIEVE-Score" ], [ "https://github.com/shishuo16/RefRGim" ], [ "https://github.com/zqpang/CICL" ], [ "https://github.com/tangent-T/W3AMT" ], [ "https://github.com/xulabs/aitom" ], [ "https://github.com/Zian-Xu/Swin-MoCo" ], [ "https://github.com/LiuLab-CSRC/ClickX" ], [ "https://github.com/Machine-Learning-for-Medical-Language/long-clinical-doc" ], [ "https://github.com/EpistasisLab/KRAGEN" ], [ "https://github.com/PRIS-CV/BiEN" ], [ "https://github.com/everest-castaneda/knext" ], [ "https://github.com/123456wk/DNA_base128" ], [ "https://github.com/qinghuannn/PAMFN" ], [ "https://github.com/shenlab-sinai/DeepRegFinder" ], [ "https://github.com/PigYang-ops/CycleGAN-QSDL" ], [ "https://github.com/ljbuaa/CST_TVA_DRTL" ], [ "https://github.com/zxmboshi/DDL" ], [ "https://github.com/researchprotein/amp" ], [ "https://github.com/djzgroup/Keypoints" ], [ "https://github.com/MelodYanglc/TransRectangling" ], [ "https://github.com/c-yn/DSANet" ], [ "https://github.com/holab-hku/MetaQuad" ], [ "https://github.com/MengkeSong/Saliency-Ranking-Paradigm" ], [ "https://github.com/orsburn/DIDARSCPQC" ], [ "https://github.com/divya031090/ReGeNNe" ], [ "https://github.com/promethiume/SLwise" ], [ "https://github.com/leonweber/pedl" ], [ "https://github.com/leonweber/pedl" ], [ "https://github.com/leonweber/pedl" ], [ "https://github.com/leonweber/pedl" ], [ "https://github.com/Siegel-Lab/BioSmoother" ], [ "https://github.com/lixiangli01/PDH-EH" ], [ "https://github.com/CcchenzJ/BootstrapRepresentation" ], [ "https://github.com/meganlsmith/phyloGAN" ], [ "https://github.com/gencersumbul/GRID" ], [ "https://github.com/alncat/opusDSD" ], [ "https://github.com/eioyuou/LSnet" ], [ "https://github.com/brsynth/neo4jsbml" ], [ "https://github.com/ZiqiaoZhang/FraSICL" ], [ "https://github.com/PNNL-m-q/mzapy" ], [ "https://github.com/gorgen2020/DVGNN" ], [ "https://github.com/CUHK-AIM-Group/Decoupled-Unbiased-Teacher" ], [ "https://github.com/chenshaobin/FITNet" ], [ "https://github.com/Deep-imagelab/HPRN" ], [ "https://github.com/Zhenj-Nie/MFPINC" ], [ "https://github.com/jcwang123/xboundformer" ], [ "https://github.com/SayakaMiura/CloneFinderPlus" ], [ "https://github.com/lasigeBioTM/K-RET" ], [ "https://github.com/danfenghong/IEEE_TIP_UIU-Net" ], [ "https://github.com/McGregorWwww/MCA-UNet" ], [ "https://github.com/VFs625/PreVFs-RG" ], [ "https://github.com/GMOD/jbrowse-jupyter" ], [ "https://github.com/sherry6247/CATNet" ], [ "https://github.com/YAMACS-SML/GUIDE" ], [ "https://github.com/Dumitrescu-Alexandru/TSignal" ], [ "https://github.com/PragLab/SAMPLE" ], [ "https://github.com/nlesc-nano/CAT" ], [ "https://github.com/Noble-Lab/synmatch" ], [ "https://github.com/ylab-hi/ScanExitronLR" ], [ "https://github.com/Laboratoire-de-Chemoinformatique/HyFactor" ], [ "https://github.com/lingluodlut/BioCreativeVII_DrugProt" ], [ "https://github.com/kundajelab/yuzu" ], [ "https://github.com/lauriebelch/SOCfinder" ], [ "https://github.com/guxinqian/Simple-ReID" ], [ "https://github.com/szu-zzb/polypsegplus" ], [ "https://github.com/swz30/MIRNetv2" ], [ "https://github.com/bcbl-kaist/DeepLUCIA" ], [ "https://github.com/dvlab-research/SA-AutoAug" ], [ "https://github.com/DeepSpectrum/DeepSpectrumLite" ], [ "https://github.com/niuchuangnn/SPICE" ], [ "https://github.com/lucasliu0928/KGDAL" ], [ "https://github.com/MeHelmy/princess" ], [ "https://github.com/Rose-STL-Lab/LIMO" ], [ "https://github.com/fhaive/VOLTA" ], [ "https://github.com/boxiangliu/ParaMed" ], [ "https://github.com/Zzh-tju/CIoU" ], [ "https://github.com/BiodataAnalysisGroup/kmerAnalyzer" ], [ "https://github.com/cbasemaster/time-series-attribution" ], [ "https://github.com/flatironinstitute/st_gridnet" ], [ "https://github.com/JasonLeeGHub/MAG-SD" ], [ "https://github.com/human-analysis/neural-architecture-transfer" ], [ "https://github.com/RanSuLab/ProteinSubcellularLocation" ], [ "https://github.com/JaminFong/FNA" ], [ "https://github.com/chaofengc/Face-SPARNet" ], [ "https://github.com/Murali-group/multi-species-GOA-prediction" ], [ "https://github.com/daifengwanglab/Varmole" ], [ "https://github.com/QUST-AIBBDRC/scGMAI" ], [ "https://github.com/leonweber/pedl" ], [ "https://github.com/leonweber/pedl" ], [ "https://github.com/leonweber/pedl" ], [ "https://github.com/leonweber/pedl" ], [ "https://github.com/KennthShang/PhaGCN" ], [ "https://github.com/pfenninglab/halLiftover-postprocessing" ], [ "https://github.com/ucfcbb/RNAMotifFamilySimilarity" ], [ "https://github.com/YangLiu9208/SAKDN" ], [ "https://github.com/bcgsc/ntjoin" ], [ "https://github.com/ykat0/bivartect" ], [ "https://github.com/PMMAraujo/snappy" ], [ "https://github.com/TheJacksonLaboratory/pyBedGraph" ], [ "https://github.com/GeniusTang/Afann" ], [ "https://github.com/abu-compbio/MEXCOwalk" ], [ "https://github.com/yijingru/ANCIS-Pytorch" ], [ "https://github.com/Graylab/GeoDock" ], [ "https://github.com/stamakro/SSP-LSDR" ], [ "https://github.com/forrest-lab/scMatch" ], [ "https://github.com/kundajelab/coda" ], [ "https://github.com/DanBuchan/eigen_scripts" ], [ "https://github.com/MDU-PHL/ngmaster" ], [ "https://github.com/ballesterus/UPhO" ], [ "https://github.com/wqzh/BEDM" ], [ "https://github.com/THINKINGGroup/analogy_publication" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/mms-fcul/PypKa" ], [ "https://github.com/gersteinlab/MolLM" ], [ "https://github.com/extremebird/Hydra" ], [ "https://github.com/wwaannggllii/IFIN" ], [ "https://github.com/Biocomputing-Research-Group/Transformer-DIA" ], [ "https://github.com/deepomicslab/GCNFrame" ], [ "https://github.com/ShahinaKK/LWI-VMS" ], [ "https://github.com/pirakd/DeepOrienter" ], [ "https://github.com/NUS-Tim/CECT" ], [ "https://github.com/XiongchaoChen/DuDoCFNet-MultiTask" ], [ "https://github.com/manman1995/Awaresome-pansharpening" ], [ "https://github.com/ztysdu/Swift-Eye" ], [ "https://github.com/maranasgroup/KETCHUP" ], [ "https://github.com/Li-OmicsLab/MetDIT" ], [ "https://github.com/r-cui/PostprandialHyperHypoPrediction" ], [ "https://github.com/Jane9898/scSemiGCN" ], [ "https://github.com/AIMOVE/TSE-ARF" ], [ "https://github.com/QIAIUNCC/FL_UNCC_QIAI" ], [ "https://github.com/gouayao/RCL" ], [ "https://github.com/VITA-Group/PruneCXR" ], [ "https://github.com/VITA-Group/PruneCXR" ], [ "https://github.com/VITA-Group/PruneCXR" ], [ "https://github.com/VITA-Group/PruneCXR" ], [ "https://github.com/yuzhong-deng/graphcpg" ], [ "https://github.com/lyhkevin/Graph-V-Net" ], [ "https://github.com/wrab12/SE-SSP" ], [ "https://github.com/zkkli/PSAQ-ViT" ], [ "https://github.com/YaqiangCao/cLoops" ], [ "https://github.com/mobiusklein/psims" ], [ "https://github.com/flu-crew/PD_stats" ], [ "https://github.com/deepmodeling/DMFF" ], [ "https://github.com/NeuronXJTU/SFDA-CellSeg" ], [ "https://github.com/SandraLouise/SVJedi-graph" ], [ "https://github.com/dmis-lab/ConNER" ], [ "https://github.com/QinJinghui/tcdp" ], [ "https://github.com/jiaoshihu/PSPred-ALE" ], [ "https://github.com/ha01994/grank" ], [ "https://github.com/hsu-lab/ctflow" ], [ "https://github.com/shahidmuneer/deepfakes-watermarking-technique" ], [ "https://github.com/nadeemlab/CIR" ], [ "https://github.com/gyj9811/circ-pSBLA" ], [ "https://github.com/Mr-strlen/Cell_Pattern_Analysis_Tool" ], [ "https://github.com/fxh1001/AGF-PPIS" ], [ "https://github.com/SJTUBME-QianLab/GBM-GNN" ], [ "https://github.com/jc4357/CMUI" ], [ "https://github.com/SuferQin/Fast-QPU" ], [ "https://github.com/disanda/RFM" ], [ "https://github.com/CIVA-Lab/USE-Net" ], [ "https://github.com/Qli97/NEDNBI" ], [ "https://github.com/fsahli/AtrialMFclass" ], [ "https://github.com/Rostlab/EAT" ], [ "https://github.com/DessiLBI2020/DessiLBI" ], [ "https://github.com/basiralab/RG-Select" ], [ "https://github.com/ji-min-song/KD-of-MS-DPT" ], [ "https://github.com/GanjinZero/CODER" ], [ "https://github.com/nadeemlab/deepliif" ], [ "https://github.com/fyabc/BT4MolGen" ], [ "https://github.com/Crystal-Dsq/proteinqa" ], [ "https://github.com/ddrrnn123/Omni-Seg" ], [ "https://github.com/Karimi-Lab/inucs" ], [ "https://github.com/oxpig/DEVELOP" ], [ "https://github.com/jizexuan/JointOptmization" ], [ "https://github.com/Nojgaard/mechsearch" ], [ "https://github.com/bokunoBike/m6AGE" ], [ "https://github.com/compomics/psm_utils" ], [ "https://github.com/YingyingYao/iORI-ENST" ], [ "https://github.com/JackieSun818/AEFS" ], [ "https://github.com/yangyn533/HaForest" ], [ "https://github.com/msahasrabudhe/lymphoMIL" ], [ "https://github.com/JXZe/Learning_DualVD" ], [ "https://github.com/totient-bio/gatnn-vs" ], [ "https://github.com/mirnylab/cooler" ], [ "https://github.com/mirnylab/cooler" ], [ "https://github.com/mirnylab/cooler" ], [ "https://github.com/mirnylab/cooler" ], [ "https://github.com/Guo-Xiaoqing/SSL_WCE" ], [ "https://github.com/ShangCS/MccDTI" ], [ "https://github.com/yangkuoone/PDGNet" ], [ "https://github.com/ma-compbio/MATCHA" ], [ "https://github.com/BlueBrain/VessMorphoVis" ], [ "https://github.com/farshidrayhanuiu/FRnet-DTI" ], [ "https://github.com/JohnnyY8/DAMT-Model" ], [ "https://github.com/NaziaFatima/iSOM_GSN" ], [ "https://github.com/xmengli999/CANet" ], [ "https://github.com/rochus/transitionscalespace" ], [ "https://github.com/Murali-group/RegLinker" ], [ "https://github.com/roblanf/SRHtests" ], [ "https://github.com/pFindStudio/pDeep" ], [ "https://github.com/malikyousef/miRModuleNet" ], [ "https://github.com/chjiao/PEHaplo" ], [ "https://github.com/hallamlab/TreeSAPP" ], [ "https://github.com/MolecularBioinformatics/sbml-mod-ws" ], [ "https://github.com/Pengeace/MGRFE-GaRFE" ], [ "https://github.com/modsim/molyso" ], [ "https://github.com/bartongroup/AlmostSignificant" ], [ "https://github.com/bbci/wyrm" ], [ "https://github.com/chengkun-wu/PWTEES" ], [ "https://github.com/dkoslicki/MetaPalette" ], [ "https://github.com/embneural/Cascade-xDAWN-EEGNet-for-ERP-Detection" ], [ "https://github.com/hrcheng1066/IFSO" ], [ "https://github.com/zyt-Lib/GRU-MT" ], [ "https://github.com/LI-jasm/STRPCI" ], [ "https://github.com/one-melon/SGCLDGA" ], [ "https://github.com/wangyang199897/CD-Loop" ], [ "https://github.com/mahfuzmohammad/Brainomaly" ], [ "https://github.com/zby961104/GSL-MPP" ], [ "https://github.com/SherrySDong/Hierarchical-Correction-Improves-Automated-Single-cell-Type-Annotation" ], [ "https://github.com/AitchisonLab/perox-per-cell" ], [ "https://github.com/AitchisonLab/perox-per-cell" ], [ "https://github.com/AitchisonLab/perox-per-cell" ], [ "https://github.com/AitchisonLab/perox-per-cell" ], [ "https://github.com/tanghaibao/jcvi" ], [ "https://github.com/Phalo/PPIN" ], [ "https://github.com/merck/AbLEF" ], [ "https://github.com/Bhattacharya-Lab/EquiPNAS" ], [ "https://github.com/Bhattacharya-Lab/EquiPNAS" ], [ "https://github.com/Bhattacharya-Lab/EquiPNAS" ], [ "https://github.com/Bhattacharya-Lab/EquiPNAS" ], [ "https://github.com/hall-lab/svtools" ], [ "https://github.com/gokit1/gokit" ], [ "https://github.com/Hazel1994/Visually_Grounded_Word_Embeddings_2" ], [ "https://github.com/xq141839/DualAttNet" ], [ "https://github.com/Aboriginer/HFS-SDE" ], [ "https://github.com/EXP-Pruning/EXP_Pruning" ], [ "https://github.com/IFMlab/ChemFlow_py" ], [ "https://github.com/kwu14victor/ApoBDproject" ], [ "https://github.com/whatshap/whatshap" ], [ "https://github.com/ShiMGLab/LIDER" ], [ "https://github.com/aljpetri/isONform" ], [ "https://github.com/YoochanMyung/scripts" ], [ "https://github.com/cucpbioinfo/Mol-Zero-GAN" ], [ "https://github.com/abidabrar-bracu/NoVaTeST" ], [ "https://github.com/fmfi-compbio/warpstr" ], [ "https://github.com/suda-huanglab/circlehunter" ], [ "https://github.com/LorMeBioAI/DCiPatho" ], [ "https://github.com/wsjeon92/AbFlex" ], [ "https://github.com/mizuno-group/GLDADec" ], [ "https://github.com/study-czx/HNetPa-DTI" ], [ "https://github.com/lileitech/MI_inverse_inference" ], [ "https://github.com/soham-chitnis10/WSI-domain-specific" ], [ "https://github.com/yi-ding-cs/LGG" ], [ "https://github.com/CityU-AIM-Group/FedDM" ], [ "https://github.com/xianlin7/APFormer" ], [ "https://github.com/BioinfoMachineLearning/cryoppp" ], [ "https://github.com/lep990816/Interpretable-Multi-modal-Image-Registration" ], [ "https://github.com/JiuqingDong/PlantDiseaseDetection_Yolov5" ], [ "https://github.com/lgzlIlIlI/BiSCC" ], [ "https://github.com/GEC-git/AptaMat" ], [ "https://github.com/nikhilroxtomar/MKDCNet" ], [ "https://github.com/zhangliutong/SPnet" ], [ "https://github.com/biomed-AI/LMDisorder" ], [ "https://github.com/Ivan1248/semisup-seg-efficient" ], [ "https://github.com/Baron-Huang/ViT-AMCNet" ], [ "https://github.com/Charisma-Mannheim/gc-ims-tools" ], [ "https://github.com/linDing-group/DeepKla" ], [ "https://github.com/oxpig/ABlooper" ], [ "https://github.com/sjteresi/TE_Density" ], [ "https://github.com/fengduqianhe/ADMultiView" ], [ "https://github.com/xikanfeng2/SCYN" ], [ "https://github.com/yuerongz/SRR-method" ], [ "https://github.com/CityU-AIM-Group/L2uDT" ], [ "https://github.com/YangHuan639/iEnhancer-RD" ], [ "https://github.com/ziyewang/ARG_SHINE" ], [ "https://github.com/miladrayka/ET_Score" ], [ "https://github.com/stevenshave/pybindingcurve" ], [ "https://github.com/EPFL-LCSB/nicepath" ], [ "https://github.com/heiniglab/DeepSom" ], [ "https://github.com/sabdollahi/WinBinVec" ], [ "https://github.com/yijingru/ObjGuided-Instance-Segmentation" ], [ "https://github.com/SunjooBang/Polypharmacy-side-effect-prediction" ], [ "https://github.com/StanfordBioinformatics/Hummingbird" ], [ "https://github.com/r-costa/sbml2hyb" ], [ "https://github.com/Guo-Xiaoqing/ThresholdNet" ], [ "https://github.com/ZhangZhang89/DeepCLA" ], [ "https://github.com/Sandalmoth/ratrack" ], [ "https://github.com/sabdollahi/CoLaSpSMFM" ], [ "https://github.com/KarelZhang/CSDNet-CSDGAN" ], [ "https://github.com/WangLabTHU/CellTracker" ], [ "https://github.com/Biocomputing-Research-Group/FDR" ], [ "https://github.com/pbdas/scrapp" ], [ "https://github.com/andrea-silverj/SiDcal" ], [ "https://github.com/he2016012996/CABnet" ], [ "https://github.com/dyf0631/AAE_FOR_KG" ], [ "https://github.com/dvklopfenstein/pmidcite" ], [ "https://github.com/sinAshish/Multi-Scale-Attention" ], [ "https://github.com/weibozheng/ADFinder" ], [ "https://github.com/AvdeevPavel/ILP-WGD-reconstructor" ], [ "https://github.com/YJulyXing/SECNVs" ], [ "https://github.com/ivankovlab/HypercubeME" ], [ "https://github.com/ihwang/SAMDUDE" ], [ "https://github.com/gao-lab/ePooling" ], [ "https://github.com/BioDataLearning/DeepCirCode" ], [ "https://github.com/UdeS-CoBIUS/SimSpliceEvol" ], [ "https://github.com/UdeS-CoBIUS/SimSpliceEvol" ], [ "https://github.com/UdeS-CoBIUS/SimSpliceEvol" ], [ "https://github.com/UdeS-CoBIUS/SimSpliceEvol" ], [ "https://github.com/debbiemarkslab/DeepSequence" ], [ "https://github.com/roads/psiz" ], [ "https://github.com/cs-chan/Deep-Plant" ], [ "https://github.com/Fuhaoyi/ACEP" ], [ "https://github.com/caokai1073/UnionCom" ], [ "https://github.com/dpxiong/HHConPred" ], [ "https://github.com/bio-ontology-research-group/walking-rdf-and-owl" ], [ "https://github.com/xmuyulab/Dice-XMBD" ], [ "https://github.com/solo7773/visnormsc" ], [ "https://github.com/childsish/sofia" ], [ "https://github.com/fvnieuwe/rmne" ], [ "https://github.com/cauyrd/ScanIndel" ], [ "https://github.com/emhanna/DyCluster" ], [ "https://github.com/chengyuan/reago" ], [ "https://github.com/brentp/combined-pvalues" ], [ "https://github.com/treangenlab/lemur" ], [ "https://github.com/CenterForMedicalGeneticsGhent/WisecondorX" ], [ "https://github.com/CSi-Studio/G-Aligner" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/GIST-CSBL/BayeshERG" ], [ "https://github.com/wongsing/ACP-PDAFF" ], [ "https://github.com/meteahishali/CSENDistance" ], [ "https://github.com/jas-preet/SPOT-1D-Single" ], [ "https://github.com/zhc940702/MGPred" ], [ "https://github.com/dbespiatykh/RDscan" ], [ "https://github.com/VisionAI-USF/COCO_Size_Decoding" ], [ "https://github.com/mad-lab/transit" ], [ "https://github.com/CHUSRadOncPhys/FluoMV" ], [ "https://github.com/shunfumao/cellmesh" ], [ "https://github.com/StructureFold2/StructureFold2" ], [ "https://github.com/FJD-CEPH/aCNViewer" ], [ "https://github.com/lseventeen/DIAS" ], [ "https://github.com/PacificBiosciences/FALCON" ], [ "https://github.com/IrisQi7/PredGCN" ], [ "https://github.com/dlcarper/DISCo-microbe" ], [ "https://github.com/yangfangs/physpetools" ], [ "https://github.com/smiranast/iROAR" ], [ "https://github.com/TencentAILabHealthcare/VDJMiner" ], [ "https://github.com/MICLab-Unicamp/HypAST" ], [ "https://github.com/ciceklab/PiDeeL" ], [ "https://github.com/UdeM-LBIT/CoreTracker" ], [ "https://github.com/nichollskc/biclust_comp" ], [ "https://github.com/basiralab/Kaggle-BrainNetPrediction-Toolbox" ], [ "https://github.com/ziyili20/DistributedLearningPredictor" ], [ "https://github.com/dwaithe/quantifly" ], [ "https://github.com/nmyz669/MWT" ], [ "https://github.com/jianlin-cheng/DRCon" ], [ "https://github.com/Houjunfeng203934/PA-Net" ], [ "https://github.com/lisiang/GREPore-seq" ], [ "https://github.com/Pcyslist/EQNAS" ], [ "https://github.com/HIT-ImmunologyLab/PhageTailFinder" ], [ "https://github.com/xdynames/sai-app" ], [ "https://github.com/Xswapnil/GQS" ], [ "https://github.com/shenxiaochenn/BloodNet" ], [ "https://github.com/fenglei104/DeepPROTACs" ], [ "https://github.com/mmoreno1/ElectroPredictor" ], [ "https://github.com/azizilab/decipher" ], [ "https://github.com/elmadjian/OEMC" ], [ "https://github.com/LQCT/RCDPeaks" ], [ "https://github.com/ktan8/ModTect" ], [ "https://github.com/lichun0503/CT-Classification" ], [ "https://github.com/ewijaya/icepop" ], [ "https://github.com/ernstlab/X-CNN" ], [ "https://github.com/Xundrug/EPB" ], [ "https://github.com/wyang17/SQuIRE" ], [ "https://github.com/PlanesLab/q2-metnet" ], [ "https://github.com/bresilla/nematode_counting" ], [ "https://github.com/idruglab/ChemBC" ], [ "https://github.com/RoysamLab/TIMING2" ], [ "https://github.com/JiaxinWang123/StoManager1" ], [ "https://github.com/xmuyulab/IDEPA-XMBD" ], [ "https://github.com/ZKZ-Brain/CI-GNN" ], [ "https://github.com/lab7arriam/cry_processor" ], [ "https://github.com/B-UMMI/LMAS" ], [ "https://github.com/Caeph/paperfly" ], [ "https://github.com/songbo446/slORFfinder" ], [ "https://github.com/aflahelouneg/MARSAC" ], [ "https://github.com/idrblab/corain" ], [ "https://github.com/dhiego22/gentle" ], [ "https://github.com/DelongZHOU/SAPFIR" ], [ "https://github.com/hildebrandtlab/mzBucket" ], [ "https://github.com/ChemPredict/ChemicalAquaticToxicity" ], [ "https://github.com/QijinYin/scGraph" ], [ "https://github.com/s-a-nersisyan/miRGTF-net" ], [ "https://github.com/wajidarshad/covidc" ], [ "https://github.com/talmolab/sleap-roots" ], [ "https://github.com/talmolab/sleap-roots" ], [ "https://github.com/talmolab/sleap-roots" ], [ "https://github.com/talmolab/sleap-roots" ], [ "https://github.com/SY575/COVID19-CT" ], [ "https://github.com/bio-ontology-research-group/DeepViral" ], [ "https://github.com/bergmanlab/mcclintock" ], [ "https://github.com/bergmanlab/mcclintock" ], [ "https://github.com/bergmanlab/mcclintock" ], [ "https://github.com/bergmanlab/mcclintock" ], [ "https://github.com/Xinglab/DARTS" ], [ "https://github.com/pyMBE-dev/pyMBE" ], [ "https://github.com/hliulab/cycleCDR" ], [ "https://github.com/lkytal/SpecEncoder" ], [ "https://github.com/ZiyiHuang0708/SourceID-NMF" ], [ "https://github.com/yunzheng2002/Anti-angiogenic" ], [ "https://github.com/leeyang/ResPRE" ], [ "https://github.com/jzysj/DeepGCL" ], [ "https://github.com/jiyuc/de-inconsistency" ], [ "https://github.com/talmolab/sleap-roots" ], [ "https://github.com/talmolab/sleap-roots" ], [ "https://github.com/talmolab/sleap-roots" ], [ "https://github.com/talmolab/sleap-roots" ], [ "https://github.com/georgehc/survival-topics" ], [ "https://github.com/hyjane/CCT-Net" ], [ "https://github.com/Jianningli/ssm" ], [ "https://github.com/NUS-Tim/DEMS" ], [ "https://github.com/lrslab/nanoCEM" ], [ "https://github.com/Saocent/TTMC" ], [ "https://github.com/Lx-Bao/QSFNet" ], [ "https://github.com/epifluidlab/FinaleToolkit" ], [ "https://github.com/brisvag/blik" ], [ "https://github.com/PlanesLab/gMCSpy" ], [ "https://github.com/KoslickiLab/MetagenomicKG" ], [ "https://github.com/whatamazing1/DEAttentionDTA" ], [ "https://github.com/Argonum-Clever2/mike" ], [ "https://github.com/PathoGenOmics-Lab/VIPERA" ], [ "https://github.com/NJUSTxiazw/CTLN" ], [ "https://github.com/hrlblab/MolecularEL" ], [ "https://github.com/STOmics/BatchEval" ], [ "https://github.com/open2c/bioframe" ], [ "https://github.com/haiping1010/DeepBindPoc" ], [ "https://github.com/iiiime/SPREd" ], [ "https://github.com/PGlab-NIPER/CRAFT" ], [ "https://github.com/pandafengye/MIST" ], [ "https://github.com/HamanoLaboratory/DIRECTEUR" ], [ "https://github.com/sys-bio/vscode-antimony" ], [ "https://github.com/Qianqian-Chen/MoSID" ], [ "https://github.com/BioCenter-SHU/MSFF-MA-DDI" ], [ "https://github.com/unicorn-23/GwasWA" ], [ "https://github.com/zhjohnchan/M3AE" ], [ "https://github.com/Merrical/PADL" ], [ "https://github.com/ml-jku/hyper-dti" ], [ "https://github.com/GuetYe/MADRL-MR_code" ], [ "https://github.com/wardhong/SadNet" ], [ "https://github.com/gcgreenberg/LexicHash" ], [ "https://github.com/JiuqingDong/OWPDD" ], [ "https://github.com/tangent-T/FACL" ], [ "https://github.com/PerceptionComputingLab/ULTRA" ], [ "https://github.com/PGlab-NIPER/DeepADRA2A" ], [ "https://github.com/neda77aa/FTC" ], [ "https://github.com/yul-pan/PCGAN" ], [ "https://github.com/Tomcxf/FASTdRNA" ], [ "https://github.com/cobisLab/RDDL" ], [ "https://github.com/ncbi/BioREx" ], [ "https://github.com/BioinfoMachineLearning/ScHiCEDRN" ], [ "https://github.com/MuteJester/LZGraphs" ], [ "https://github.com/Khojasteh-hb/SRX-DTI" ], [ "https://github.com/Onebear-X/DeepASDPred" ], [ "https://github.com/ZZCrazy00/MHAM-NPI" ], [ "https://github.com/lijianing0902/CProMG" ], [ "https://github.com/pachterlab/gget" ], [ "https://github.com/pachterlab/gget" ], [ "https://github.com/pachterlab/gget" ], [ "https://github.com/pachterlab/gget" ], [ "https://github.com/SteMIDIfactory/P-DOR" ], [ "https://github.com/liuyyy111/BCAN" ], [ "https://github.com/kang-hongyu/LBMFF" ], [ "https://github.com/YinggggJ/ABLNCPP" ], [ "https://github.com/yshen25/HLA-Clus" ], [ "https://github.com/TheFischerLab/FLEXR" ], [ "https://github.com/kbzhang0505/MBPNet" ], [ "https://github.com/Evangelion09/GuidedNet" ], [ "https://github.com/gongtiansu/SASA-Net" ], [ "https://github.com/fahadahaf/chromir" ], [ "https://github.com/anikethjr/promoter_models" ], [ "https://github.com/kalininalab/metaprofi" ], [ "https://github.com/Xiao-Gua00/CCPGraph" ], [ "https://github.com/ericzwang/RBD_AB" ], [ "https://github.com/ailabstw/scDrug" ], [ "https://github.com/SIAT-code/MATIC" ], [ "https://github.com/RichardSunnyMeng/MSMFN" ], [ "https://github.com/0liliulei/Mem3D" ], [ "https://github.com/soumbane/STSGT" ], [ "https://github.com/Ying-Lab/skin_fingerprint" ], [ "https://github.com/bio-ontology-research-group/mowl" ], [ "https://github.com/lhqxinghun/scHiCPTR" ], [ "https://github.com/dmis-lab/bc7-chem-id" ], [ "https://github.com/RTXteam/RTX" ], [ "https://github.com/bionlplab/radtext" ], [ "https://github.com/lxsfight/TMSCNet" ], [ "https://github.com/flyinsky6/Deep_KsuccSite" ], [ "https://github.com/Nima-Hs/BraTS" ], [ "https://github.com/Pituohai/drinking-gesture-dataset" ], [ "https://github.com/alubbock/microbench" ], [ "https://github.com/NICALab/rlpnet" ], [ "https://github.com/Andoree/smm4h_2021_classification" ], [ "https://github.com/MicrobialDarkMatter/GraphMB" ], [ "https://github.com/TanikSaikh/Scientific-Question-Answering" ], [ "https://github.com/linDing-groups/PSnoD" ], [ "https://github.com/llt1836/GL-MLL" ], [ "https://github.com/d05943006/MSRCall" ], [ "https://github.com/Ying-Lab/MELT" ], [ "https://github.com/HaoWuLab-Bioinformatics/iPro-WAEL" ], [ "https://github.com/deepomicslab/SeCNV" ], [ "https://github.com/cbrook16/ETSR-YOLO" ], [ "https://github.com/ZimmermanGroup/conformer-rl" ], [ "https://github.com/nwuAI/CAN" ], [ "https://github.com/echen102/us-pres-elections-2020" ], [ "https://github.com/sara-javadzadeh/FastViFi" ], [ "https://github.com/xikanfeng2/SCSilicon" ], [ "https://github.com/xjtu-omics/IAGS" ], [ "https://github.com/woxuankai/SpatialAlignmentNetwork" ], [ "https://github.com/gordon-chenmo/UTRAD" ], [ "https://github.com/hzi-bifo/RiboDetector" ], [ "https://github.com/pappb/Kovacs-et-al-Underground-metabolism" ], [ "https://github.com/wujians122/The-Wheat-Spikes-Detecting-and-Counting" ], [ "https://github.com/aispeech-lab/VisBCI" ], [ "https://github.com/awslabs/dgl-lifesci" ], [ "https://github.com/mdsufz/PredicTF" ], [ "https://github.com/gao-lab/GLUE" ], [ "https://github.com/MolecularAI/DockStream" ], [ "https://github.com/linDing-groups/Deep-4mCW2V" ], [ "https://github.com/zhangjun001/FGNet" ], [ "https://github.com/elkebir-group/doubletD" ], [ "https://github.com/juanshu30/Disease-Gene-Prioritization-with-Privileged-Information-and-Heteroscedastic-Dropout" ], [ "https://github.com/guofei-tju/DeepFusionDTA" ], [ "https://github.com/Singh-Lab/TandemDuplications" ], [ "https://github.com/superxuang/amta-net" ], [ "https://github.com/yassaee/MinDrug" ], [ "https://github.com/adibayaseen/HemoNet" ], [ "https://github.com/usccolumbia/MLatticeABC" ], [ "http://github.com/chen709847237/xDeep-AcPEP" ], [ "https://github.com/Polytech-bioinf/Deep-structure-integrative-representation" ], [ "https://github.com/HUST-DataMan/HCMB" ], [ "https://github.com/Blue1993/BAPA" ], [ "https://github.com/pokynmr/ipick" ], [ "https://github.com/brachtlab/Comparative_Coverage_Analysis" ], [ "https://github.com/mr7495/COVID-CTset" ], [ "https://github.com/Peppags/CRISPRont-CRISPRofft" ], [ "https://github.com/nedaemami/AptaNet" ], [ "https://github.com/janka2012/digIS" ], [ "https://github.com/labomics/SNPsnp" ], [ "https://github.com/adrift00/HOPE" ], [ "https://github.com/oxpig/DeepCoy" ], [ "https://github.com/ncbi/bert_gt" ], [ "https://github.com/yuanjing-ma/NinimHMDA" ], [ "https://github.com/liuxinhai/FG3D-Net" ], [ "https://github.com/jluebeck/FaNDOM" ], [ "https://github.com/abyzovlab/CNVpytor" ], [ "https://github.com/abyzovlab/CNVpytor" ], [ "https://github.com/abyzovlab/CNVpytor" ], [ "https://github.com/abyzovlab/CNVpytor" ], [ "https://github.com/ziadbkh/consHap" ], [ "https://github.com/bhfs9999/colonoscopy_tissue_screen_and_segmentation" ], [ "https://github.com/SGUI-LSEC/SparseGaussianMolecule" ], [ "https://github.com/SamYWK/Associated_Learning" ], [ "https://github.com/HassounLab/ELP" ], [ "https://github.com/bio-ontology-research-group/DL2Vec" ], [ "https://github.com/a-h-b/dadasnake" ], [ "https://github.com/amckenna41/pySAR" ], [ "https://github.com/ODonnell-Lipidomics/LipidFinder" ], [ "https://github.com/xialab-ahu/PredNeuroP" ], [ "https://github.com/AlejandroAb/CASCABEL" ], [ "https://github.com/gopuvenkat/MHCAttnNet" ], [ "https://github.com/magnitov/prokaryotic_cids" ], [ "https://github.com/NuttyLogic/BSBolt" ], [ "https://github.com/jind11/Deep-PICO-Detection" ], [ "https://github.com/scvae/scvae" ], [ "https://github.com/jessada/pyCancerSig" ], [ "https://github.com/uef-bbc/nippy" ], [ "https://github.com/happyalfred2016/GRGMF" ], [ "https://github.com/lichen-lab/MDeep" ], [ "https://github.com/Tastanlab/DeepKinZero" ], [ "https://github.com/tzok/eltetrado" ], [ "https://github.com/tzok/eltetrado" ], [ "https://github.com/tzok/eltetrado" ], [ "https://github.com/tzok/eltetrado" ], [ "https://github.com/Frank-Orwell/scTIM" ], [ "https://github.com/sunwj/scanpath" ], [ "https://github.com/gifford-lab/antibody-2019" ], [ "https://github.com/PfeiferLabTue/wenda" ], [ "https://github.com/tada-alg/TADA" ], [ "https://github.com/ChnMasterOG/KmerGO" ], [ "https://github.com/akiyamalab/SPDRank" ], [ "https://github.com/JungeAlexander/cocoscore" ], [ "https://github.com/HoseinT/BAMSE" ], [ "https://github.com/chjiao/TAR-VIR" ], [ "https://github.com/jun-inoue/ORTHOSCOPE_STAR" ], [ "https://github.com/Issingjessica/MDA-CNN" ], [ "https://github.com/khanhlee/snare-cnn" ], [ "https://github.com/BieseckerLab/SomatoSim" ], [ "https://github.com/azevedolab/taba" ], [ "https://github.com/fnardi/GFPLAIN" ], [ "https://github.com/reymond-group/mhfp" ], [ "https://github.com/yetaoyu/Genomic-pan-cancer-classification" ], [ "https://github.com/divelab/cgan" ], [ "https://github.com/afergadis/BC6PM-HRNN" ], [ "https://github.com/CAMI-challenge/OPAL" ], [ "https://github.com/phac-nml/mob-suite" ], [ "https://github.com/phac-nml/mob-suite" ], [ "https://github.com/phac-nml/mob-suite" ], [ "https://github.com/phac-nml/mob-suite" ], [ "https://github.com/UMCUGenetics/targetclone" ], [ "https://github.com/zhangyijia1979/hierarchical-RNNs-model-for-DDI-extraction" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/Single-Cell-Graph-Learning/scSGL" ], [ "https://github.com/blazi13/qbioimages" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/beiko-lab/ananke" ], [ "https://github.com/C3BI-pasteur-fr/ReGaTE" ], [ "https://github.com/liutairan/eMolFrag" ], [ "https://github.com/birnbaumlab/MAD-HYPE" ], [ "https://github.com/ChrisMaherLab/INTEGRATE-Vis" ], [ "https://github.com/davecao/tappm_cli" ], [ "https://github.com/kkrizanovic/NanoMark" ], [ "https://github.com/bio-ontology-research-group/deepgo" ], [ "https://github.com/nisheth/MeFiT" ], [ "https://github.com/lucapinello/mim" ], [ "https://github.com/BJFU-CS2012/MuiltNet" ], [ "https://github.com/jiasongchen/SymTC" ], [ "https://github.com/cvims/FHB_classification" ], [ "https://github.com/BeaconProjectAtVirginiaTech/beacon_network_inference" ], [ "https://github.com/yevgenin/om2seq" ], [ "https://github.com/Shen-Lab/TALE" ], [ "https://github.com/BZQLin/LRPET" ], [ "https://github.com/zhc-moushang/CausalEQTL" ], [ "https://github.com/ICEORY/PMF" ], [ "https://github.com/bcgsc/ntEmbd" ], [ "https://github.com/weberlab-hhu/Predmoter" ], [ "https://github.com/PANPANKK/ATC_KIR" ], [ "https://github.com/anand9176/WaveWatch5000Public" ], [ "https://github.com/ziyangwang007/TriConvUNeXt" ], [ "https://github.com/kr-colab/mapNN" ], [ "https://github.com/hippo-yf/bsgenova" ], [ "https://github.com/Milkteaww/CFS" ], [ "https://github.com/754131799/DeepSF-4mC" ], [ "https://github.com/lipelopesoliveira/pyCOFBuilder" ], [ "https://github.com/eduardchelebian/depicter" ], [ "https://github.com/stiger1000/Random-Sampling-SNN" ], [ "https://github.com/aircarlo/GNN_LSAP" ], [ "https://github.com/HanLabUNLV/sleps" ], [ "https://github.com/wangjuan313/wsis-beyond-tightBB" ], [ "https://github.com/Cloud-Liu/MD-UNet" ], [ "https://github.com/yrjia1015/THItoGene" ], [ "https://github.com/llttxx/AERMNET" ], [ "https://github.com/zywait/HGCNLDA" ], [ "https://github.com/MehrshadSD/robustness-interpretability" ], [ "https://github.com/fiy2W/mri_seq2seq" ], [ "https://github.com/gem-pasteur/macsyfinder" ], [ "https://github.com/gem-pasteur/macsyfinder" ], [ "https://github.com/gem-pasteur/macsyfinder" ], [ "https://github.com/gem-pasteur/macsyfinder" ], [ "https://github.com/favour-nerrise/xGW-GAT" ], [ "https://github.com/favour-nerrise/xGW-GAT" ], [ "https://github.com/favour-nerrise/xGW-GAT" ], [ "https://github.com/favour-nerrise/xGW-GAT" ], [ "https://github.com/ddwhzh/GFIN" ], [ "https://github.com/Rongdingyi/PhyIntNet" ], [ "https://github.com/TJUT-CV/SCLT" ], [ "https://github.com/Shen-Lab/DeepAffinity" ], [ "https://github.com/algbio/mfd-safety" ], [ "https://github.com/ZhangLab312/DPAMSA" ], [ "https://github.com/nolan-h-hamilton/ROCCO" ], [ "https://github.com/amygruel/FoveationStakes_DVS" ], [ "https://github.com/KarolineZhy/DefCorNet" ], [ "https://github.com/LinaDongXMU/FGNN" ], [ "https://github.com/GtLinyer/LOANet" ], [ "https://github.com/liningtonlab/MultiplexMS" ], [ "https://github.com/LWCHN/CTEC" ], [ "https://github.com/CelestialShine/Longitudinal-Chest-X-Ray" ], [ "https://github.com/chengyu-github1012/Graph-Fusion" ], [ "https://github.com/Kari-Genomics-Lab/iDeLUCS" ], [ "https://github.com/ma-compbio/UNADON" ], [ "https://github.com/luo-group/GraNA" ], [ "https://github.com/vanderschaarlab/AutoPrognosis" ], [ "https://github.com/MoyangSensei/CARN-Pytorch" ], [ "https://github.com/JieZheng-ShanghaiTech/KR4SL" ], [ "https://github.com/CSUBioGroup/StackCPA" ], [ "https://github.com/BioinfoMachineLearning/MULTICOM3" ], [ "https://github.com/gatech-genemark/MgCod" ], [ "https://github.com/Libra-jing/SiamOL" ], [ "https://github.com/UgoLomoio/gtex_visualizer" ], [ "https://github.com/Tiny-Snow/EVMP" ], [ "https://github.com/VITA-Group/Trap-and-Replace-Backdoor-Defense" ], [ "https://github.com/phineasng/mononet" ], [ "https://github.com/YutingHe-list/P2-Net" ], [ "https://github.com/Orin-beep/HOTSPOT" ], [ "https://github.com/Socrates023/DCPHA" ], [ "https://github.com/jdeweeselab/psicalc-package" ], [ "https://github.com/OluwadareLab/HiC-GNN" ], [ "https://github.com/mooneed/CACPU-Net" ], [ "https://github.com/BioinfoMachineLearning/MULTICOM_qa" ], [ "https://github.com/roohy/localIBDClustering" ], [ "https://github.com/martaccmoreno/gexp-ml-dask" ], [ "https://github.com/calvin-zcx/SCEHR" ], [ "https://github.com/RedPotatoChip/OSUDL" ], [ "https://github.com/harveerar/SMIT" ], [ "https://github.com/mesunhlf/DEFEAT" ], [ "https://github.com/CVMI-Lab/ST3D" ], [ "https://github.com/PPOLYpubki/RD3D" ], [ "https://github.com/dmitrymyl/ortho2align" ], [ "https://github.com/hsiangyuzhao/PANet" ], [ "https://github.com/mahfuzmohammad/HealthyGAN" ], [ "https://github.com/sydeng99/ssTEM-restoration" ], [ "https://github.com/pmglab/RNA-SSNV" ], [ "https://github.com/bihealth/clear-cnv" ], [ "https://github.com/ShkolniskyLab/kltpicker2" ], [ "https://github.com/FudanDISC/DISCOpen-MedBox-DialoDiagnosis" ], [ "https://github.com/nayu0419/TFLP" ], [ "https://github.com/hehh77/3DGT-DDI" ], [ "https://github.com/tcygxu2021/FMGNN" ], [ "https://github.com/luffy563/circRNA_tools_comparison" ], [ "https://github.com/CityU-AIM-Group/I2GCN" ], [ "https://github.com/iMED-Lab/TortuosityGrading" ], [ "https://github.com/hanzefang/DESDGAN" ], [ "https://github.com/PGTSING/HGETGI" ], [ "https://github.com/TencentAILabHealthcare/MLA-GNN" ], [ "https://github.com/HuMingLab/SnapHiC" ], [ "https://github.com/cucpbioinfo/Xlnc1DCNN" ], [ "https://github.com/Longwt123/MDL-CPI" ], [ "https://github.com/usccolumbia/MOOCSP" ], [ "https://github.com/EbmeyerSt/GEnView" ], [ "https://github.com/xxy45/DSGAT" ], [ "https://github.com/wangyuanhao/springD2A" ], [ "https://github.com/anonymous1025/CO-VAE" ], [ "https://github.com/jeya-maria-jose/KiU-Net-pytorch" ], [ "https://github.com/Khalife/Sequoia" ], [ "https://github.com/wanglabtongji/STRIDE" ], [ "https://github.com/s20181080001/WebServer" ], [ "https://github.com/belowlab/IMMerge" ], [ "https://github.com/amituofo-xf/HUbiPred" ], [ "https://github.com/cambridgeltl/functional-genomics-ie" ], [ "https://github.com/umr-ds/NOREC4DNA" ], [ "https://github.com/bijingshu/BiAttCNN" ], [ "https://github.com/alonalj/hta" ], [ "https://github.com/arnabkmondal/scRAE" ], [ "https://github.com/reach2sbera/ldct_nonlocal" ], [ "https://github.com/Alphafrey946/Colocalization-MOC" ], [ "https://github.com/sigma10010/nuclei_cells_det" ], [ "https://github.com/divya031090/phyLoSTM" ], [ "https://github.com/veania/MIREyA" ], [ "https://github.com/zbf1991/A2GNN" ], [ "https://github.com/thinkobj/ISFA" ], [ "https://github.com/spyflying/CMPC-Refseg" ], [ "https://github.com/v4yuezi/AGTAR" ], [ "https://github.com/vanheeringen-lab/seq2science" ], [ "https://github.com/wtjiang98/PSGAN" ], [ "https://github.com/fayazsoleymani/SARTRE" ], [ "https://github.com/richadhanuka/PFP-using-Functional-interrelationship" ], [ "https://github.com/marjanfaizi/MSModDetector" ], [ "https://github.com/louzounlab/microbiome" ], [ "https://github.com/pcdslab/ASD-SAENet" ], [ "https://github.com/Krisloveless/ChrNet" ], [ "https://github.com/CSUBioGroup/SSRE" ], [ "https://github.com/krishnabits001/task_driven_data_augmentation" ], [ "https://github.com/medema-group/bigslice" ], [ "https://github.com/AaronYll/DECban" ], [ "https://github.com/fallerlab/Ribo-ODDR" ], [ "https://github.com/AliJam82/MDIPA" ], [ "https://github.com/renzhenwang/pairwise_segmentation" ], [ "https://github.com/lixt314/NatDRAP1" ], [ "https://github.com/kimmo1019/DeepCDR" ], [ "https://github.com/ZiqiaoZhang/FraGAT" ], [ "https://github.com/SJTUBME-QianLab/SpiralTransform" ], [ "https://github.com/wang-hong-fei/DL-plant-ubsites-prediction" ], [ "https://github.com/ZhaoZhibin/DL-based-Intelligent-Diagnosis-Benchmark" ], [ "https://github.com/voracva1/CoLiDe" ], [ "https://github.com/innate2adaptive/Decombinator" ], [ "https://github.com/JoanaMPereira/GCsnap" ], [ "https://github.com/raphael-group/SBMClone" ], [ "https://github.com/CT001002/T4SE-XGB" ], [ "https://github.com/lasigeBioTM/PGR-crowd" ], [ "https://github.com/SatyajitECE/DNN-XGB-for-PPI-Prediction" ], [ "https://github.com/sera616/TargetMM" ], [ "https://github.com/cbi-bioinfo/methCancer-gen" ], [ "https://github.com/YifanDengWHU/DDIMDL" ], [ "https://github.com/CongSun-dlut/CPI_extraction" ], [ "https://github.com/yangyq505/MHRWR" ], [ "https://github.com/malewins/SEQing" ], [ "https://github.com/jade-nhri/nanoMLST" ], [ "https://github.com/lich0031/Mammographic_Density_Classification" ], [ "https://github.com/QuKunLab/SMAtool" ], [ "https://github.com/bio-ontology-research-group/ontology-extension" ], [ "https://github.com/lalonderodney/INN-Inflated-Neural-Nets" ], [ "https://github.com/mobiusklein/glycresoft" ], [ "https://github.com/mikpom/uslcount" ], [ "https://github.com/DPBayes/dp-representation-transfer" ], [ "https://github.com/YellowcardD/RNN-for-membrane-protein-types-prediction" ], [ "https://github.com/muhaochen/seq_ppi" ], [ "https://github.com/zer0o0/drug-repo" ], [ "https://github.com/xal2019/DeepFE-PPI" ], [ "https://github.com/cimm-kzn/CGRtools" ], [ "https://github.com/easycui/nuclei_segmentation" ], [ "https://github.com/BIONF/protTrace" ], [ "https://github.com/phglab/ARGDIT" ], [ "https://github.com/insilichem/garleek" ], [ "https://github.com/Phlya/coolpuppy" ], [ "https://github.com/gstecher/CloneFinderAPI" ], [ "https://github.com/hellloxiaotian/ADNet" ], [ "https://github.com/Shamir-Lab/Sorting-Cancer-Karyotypes" ], [ "https://github.com/hkmztrk/SMILESVecProteinRepresentation" ], [ "https://github.com/rsemeraro/XomeBlender" ], [ "https://github.com/Zhiqin-HUANG/confFuse" ], [ "https://github.com/thh32/Spherical" ], [ "https://github.com/ma-compbio/PEP" ], [ "https://github.com/jtaghiyar/kronos" ], [ "https://github.com/smalltalkman/hppi-tensorflow" ], [ "https://github.com/jnktsj/DNApi" ], [ "https://github.com/kassonlab/positionalmi" ], [ "https://github.com/abehr/pong" ], [ "https://github.com/BlueBrain/NeuroMorphoVis" ], [ "https://github.com/phrh/BackCLIP" ], [ "https://github.com/JZPeterPan/MCMR-Recon-Driven-Motion" ], [ "https://github.com/wu-lab-egio/EGIO" ], [ "https://github.com/VicenteMartiCentelles/CageCavityCalc" ], [ "https://github.com/rui-yan/SSL-FL" ], [ "https://github.com/yimingxu24/CLDG" ], [ "https://github.com/LeapLabTHU/EfficientTrain" ], [ "https://github.com/neuropoly/multiclass-segmentation" ], [ "https://github.com/lhf12278/IAD" ], [ "https://github.com/RPDS2020/AEC" ], [ "https://github.com/kurtsemih/copyVAE" ], [ "https://github.com/Goatofmountain/MAGNIFIER" ], [ "https://github.com/LiuChuang0059/GTSP" ], [ "https://github.com/JLiangLab/DiRA" ], [ "https://github.com/JLiangLab/DiRA" ], [ "https://github.com/JLiangLab/DiRA" ], [ "https://github.com/JLiangLab/DiRA" ], [ "https://github.com/PT-Finder/PT-Finder" ], [ "https://github.com/michalkoziarski/DiagSet" ], [ "https://github.com/hfutqian/GapSSG" ], [ "https://github.com/rsinghlab/scGrapHiC" ], [ "https://github.com/yhoogstrate/flaimapper" ], [ "https://github.com/hellloxiaotian/SSNet" ], [ "https://github.com/Liuyuxinict/CBiAFormer" ], [ "https://github.com/ZZCrazy00/GAM-MDR" ], [ "https://github.com/AxelElaldi/e3so3_conv" ], [ "https://github.com/kordk/torch-ecpg" ], [ "https://github.com/kordk/torch-ecpg" ], [ "https://github.com/kordk/torch-ecpg" ], [ "https://github.com/kordk/torch-ecpg" ], [ "https://github.com/lucien22588/yolov5-ngn" ], [ "https://github.com/liameihao/scChrBin" ], [ "https://github.com/ShaneSpace/DGFDBenchmark" ], [ "https://github.com/LI-jasm/DHPRL" ], [ "https://github.com/OnofreyLab/dl_hmc_attention_mlcn2023" ], [ "https://github.com/ZZCrazy00/JDASA-MRD" ], [ "https://github.com/Roth-Lab/ESQmodel" ], [ "https://github.com/jiahong-fu/Equivariant-Proximal-Operator" ], [ "https://github.com/RidongHan/DocRE-Co-Occur" ], [ "https://github.com/Peroxidess/MVIIL-GAN" ], [ "https://github.com/jywu511/BD-Net" ], [ "https://github.com/wq-sunshine/MomdTDSRL" ], [ "https://github.com/Ulricab/Bert-Path" ], [ "https://github.com/oligogenic/Deep_active_learning_bioRE" ], [ "https://github.com/gpgzy/CL-Cardiac-segmentation" ], [ "https://github.com/ghaiyan/TOAST" ], [ "https://github.com/lhc17/HoloNet" ], [ "https://github.com/structuralbioinformatics/SBILib" ], [ "https://github.com/qgao21/CoreDiff" ], [ "https://github.com/ZhangJD-ong/Iterative-Cycle-consistent-Semi-supervised-Learning-for-fibroglandular-tissue-segmentation" ], [ "https://github.com/Cuthbert-Huang/CC-Net" ], [ "https://github.com/favour-nerrise/xGW-GAT" ], [ "https://github.com/favour-nerrise/xGW-GAT" ], [ "https://github.com/favour-nerrise/xGW-GAT" ], [ "https://github.com/favour-nerrise/xGW-GAT" ], [ "https://github.com/ncbi/MedCPT" ], [ "https://github.com/mdsufz/StandEnA" ], [ "https://github.com/yevgenin/PatternCode" ], [ "https://github.com/sekijima-lab/GARGOYLES" ], [ "https://github.com/Zhang-Yang-ops/LSFC" ], [ "https://github.com/Bhattacharya-Lab/PIQLE" ], [ "https://github.com/Bhattacharya-Lab/PIQLE" ], [ "https://github.com/Bhattacharya-Lab/PIQLE" ], [ "https://github.com/Bhattacharya-Lab/PIQLE" ], [ "https://github.com/aehrc/cvt2distilgpt2" ], [ "https://github.com/JiayuanWang-JW/DC-cycleGAN" ], [ "https://github.com/barthelemymp/Domain2DomainProteinTranslation" ], [ "https://github.com/bayzidlab/SAINT-Angle" ], [ "https://github.com/CSUBioGroup/GraphscoreDTA" ], [ "https://github.com/XiaoTaoWang/HiCLift" ], [ "https://github.com/XiaoTaoWang/HiCLift" ], [ "https://github.com/XiaoTaoWang/HiCLift" ], [ "https://github.com/XiaoTaoWang/HiCLift" ], [ "https://github.com/canc1993/graces" ], [ "https://github.com/weiliao97/METRE" ], [ "https://github.com/shimenghuang/KernelBiome" ], [ "https://github.com/aI-area/DVGSN" ], [ "https://github.com/bozdaglab/NRPreTo" ], [ "https://github.com/vigi30/Clinical-GAN" ], [ "https://github.com/glasgowlab/MAGPIE" ], [ "https://github.com/xwanggroup/DaDL-SChlo" ], [ "https://github.com/berkuva/TCGA-omics-integration" ], [ "https://github.com/skinahan/DIVA_PyTorch" ], [ "https://github.com/meidanis-lab/rank-indel" ], [ "https://github.com/Nachida08/SnakeMAGs" ], [ "https://github.com/lmdu/dockey" ], [ "https://github.com/SysBioChalmers/HGTphyloDetect" ], [ "https://github.com/ChunhuaLiLab/Metal3DRNA" ], [ "https://github.com/deepomicslab/SMURF" ], [ "https://github.com/jianlin-cheng/TransFun" ], [ "https://github.com/ihuhuhu/RAC" ], [ "https://github.com/joshidhaivat/HQAlign" ], [ "https://github.com/zzc1991/TREC_Precision_Medicine_Track" ], [ "https://github.com/MinjieWan/Unsupervised-end-to-end-infrared-and-visible-image-fusion-network-using-learnable-fusion-strategy" ], [ "https://github.com/TrangDinh44/ABAG_BioBERT" ], [ "https://github.com/kkyamada/bert-rbp" ], [ "https://github.com/tticoin/HKG-DDIE" ], [ "https://github.com/RuoyuChen10/Image_weighing" ], [ "https://github.com/XiayangLi2301/DNA" ], [ "https://github.com/prasunc/Gliomanet" ], [ "https://github.com/MHH-RCUG/nf_wochenende" ], [ "https://github.com/FeiLyu/SASSL" ], [ "https://github.com/fangzy97/drnet" ], [ "https://github.com/jannikfranzen/theta_neuron" ], [ "https://github.com/VITA-Group/LongTailCXR" ], [ "https://github.com/MIRCen/NeuronInstanceSeg" ], [ "https://github.com/PiotrRadzinski/envemind" ], [ "https://github.com/Chandan-IITI/Tf-GCZSL" ], [ "https://github.com/vinchole/zzzccc" ], [ "https://github.com/Tan-group/FebRNA" ], [ "https://github.com/rishavpramanik/AAPSO" ], [ "https://github.com/FeiYee/Breast-area-TWO" ], [ "https://github.com/csxmli2016/DMDNet" ], [ "https://github.com/parashardhapola/scarf" ], [ "https://github.com/tthinking/MATR" ], [ "https://github.com/MehediAzim/DeepAmp" ], [ "https://github.com/gengmufeng/TCFL-OCT" ], [ "https://github.com/JLiangLab/BenchmarkTransferLearning" ], [ "https://github.com/dmis-lab/SeqTagQA" ], [ "https://github.com/AstraZeneca/StarGazer" ], [ "https://github.com/HUBioDataLab/DrugApp" ], [ "https://github.com/jiangdat/COMI" ], [ "https://github.com/CMUSchwartzLab/TUSV-ext" ], [ "https://github.com/zsy-9/STNN-DDI" ], [ "https://github.com/magnitov/pentad" ], [ "https://github.com/GauravPandeyLab/ensemble_integration" ], [ "https://github.com/Usman095/Graph-DOM" ], [ "https://github.com/Novestars/Fully-Transformer-Network" ], [ "https://github.com/HKUST-NISL/GEDDnet" ], [ "https://github.com/AlexTS1980/COVID-CT-Mask-Net" ], [ "https://github.com/LiangYu-Xidian/MDPBMP" ], [ "https://github.com/DIAL-RPI/SCO-SSL" ], [ "https://github.com/msisakht/pyprotmodel" ], [ "https://github.com/Cassieyy/AugMS-Net" ], [ "https://github.com/hongwang01/DICDNet" ], [ "https://github.com/sbelharbi/deep-wsl-histo-min-max-uncertainty" ], [ "https://github.com/cliffgao/EAGERER" ], [ "https://github.com/liuyf-a/NeuroPpred-SVM" ], [ "https://github.com/zmmzGitHub/SpanMB_BERT" ], [ "https://github.com/pengsl-lab/BioERP" ], [ "https://github.com/pdbeurope/pdbecif" ], [ "https://github.com/wmalab/EnHiC" ], [ "https://github.com/jiaming-wang/EIP" ], [ "https://github.com/bittremieux/falcon" ], [ "https://github.com/yaozhong/deepIntraSV" ], [ "https://github.com/cyones/mirDNN" ], [ "https://github.com/ggnatalia/MMs" ], [ "https://github.com/WLYLab/PepFormer" ], [ "https://github.com/wlincong/p2pSSE" ], [ "https://github.com/nrohani/SARS-CoV-2" ], [ "https://github.com/kweimann/ecg-transfer-learning" ], [ "https://github.com/bhioswego/ML_ordCOX" ], [ "https://github.com/zyllluck/GNIPLR" ], [ "https://github.com/hehew321/iDeepC" ], [ "https://github.com/SayakaMiura/PathFinder" ], [ "https://github.com/Wukong90/Handwritten-Text-Recognition" ], [ "https://github.com/Scientific-Computing-Lab-NRCN/MLography" ], [ "https://github.com/filipspl/AnnapuRNA" ], [ "https://github.com/Yikai-Wang/ICI-FSL" ], [ "https://github.com/HEGANLDA/HEGANLDA" ], [ "https://github.com/jahnl/binding_in_disorder" ], [ "https://github.com/wzhings/antivaccine_detection" ], [ "https://github.com/IoBT-VISTEC/MetaSleepLearner" ], [ "https://github.com/ShuhuaGao/FHOC" ], [ "https://github.com/zhibinlv/isGP-DRLF" ], [ "https://github.com/borenstein-lab/MetaLAFFA" ], [ "https://github.com/systemsmedicine/Antibody_cross-reaction_dynamics" ], [ "https://github.com/yvquanli/trimnet" ], [ "https://github.com/ratschlab/SNBNMF-mutsig-public" ], [ "https://github.com/kingsford-group/miniception" ], [ "https://github.com/anuradhawick/MetaBCC-LR" ], [ "https://github.com/BorgwardtLab/MoProEmbeddings" ], [ "https://github.com/LBBSoft/DeepCDA" ], [ "https://github.com/ay-lab/mustache" ], [ "https://github.com/jmschrei/kiwano" ], [ "https://github.com/mrazvan22/dkt" ], [ "https://github.com/LannyShi/Hippocampal-segmentation" ], [ "https://github.com/canisw/tf3p" ], [ "https://github.com/ryought/hic_hiker" ], [ "https://github.com/NeuroSyd/Epileptic-Seizure-Classification" ], [ "https://github.com/CXX1113/Dual-DropoutGCN" ], [ "https://github.com/guofei-tju/Ensemble-classifier-chain-model" ], [ "https://github.com/ljatynu/NIMCGCN" ], [ "https://github.com/RanSuLab/Hepatotoxicity" ], [ "https://github.com/zhanglabNKU/APIN" ], [ "https://github.com/YantaoShen/kpm_rw_person_reid" ], [ "https://github.com/connor-lab/vapor" ], [ "https://github.com/biomag-lab/hypocotyl-UNet" ], [ "https://github.com/StevenLiuWen/sRNN_TSC_Anomaly_Detection" ], [ "https://github.com/vibansal/IntegratedPhasing" ], [ "https://github.com/gevaertlab/MultimodalPrognosis" ], [ "https://github.com/BarnettLab/MyelinJ" ], [ "https://github.com/schallerdavid/pyrod" ], [ "https://github.com/wupengomics/PASS" ], [ "https://github.com/QuKunLab/APEC" ], [ "https://github.com/juexinwang/GRGNN" ], [ "https://github.com/QData/FastSK" ], [ "https://github.com/likesum/DeeReCT-PolyA" ], [ "https://github.com/kantorlab/hivmmer" ], [ "https://github.com/biocore/calour" ], [ "https://github.com/hakyimlab/ukbrest" ], [ "https://github.com/zhanglabtools/DNADataAugmentation" ], [ "https://github.com/Crespo-Otero-group/fromage" ], [ "https://github.com/Crespo-Otero-group/fromage" ], [ "https://github.com/Crespo-Otero-group/fromage" ], [ "https://github.com/Crespo-Otero-group/fromage" ], [ "https://github.com/pmeysman/TCRclusteringPaper" ], [ "https://github.com/Tarskin/HappyTools" ], [ "https://github.com/ucrbioinfo/Novo_Stitch" ], [ "https://github.com/jaebird123/tusv" ], [ "https://github.com/EhsanMotazedi/TriPoly" ], [ "https://github.com/CobraLab/atlases" ], [ "https://github.com/costasilvati/consexpression" ], [ "https://github.com/jmjung83/deconvolution_of_essential_gene_signitures" ], [ "https://github.com/bcgsc/pavfinder" ], [ "https://github.com/ctlab/GADMA" ], [ "https://github.com/lingluodlut/Att-ChemdNER" ], [ "https://github.com/stjude/RNAIndel" ], [ "https://github.com/ccshao/nimfa" ], [ "https://github.com/jefftc/changlab" ], [ "https://github.com/luispedro/Coelho2015_NetsDetermination" ], [ "https://github.com/SJTUBME-QianLab/CFGNN-PDarising" ], [ "https://github.com/Rose-STL-Lab/FS-CAP" ], [ "https://github.com/mcieslik-mctp/epicode" ], [ "https://github.com/ahmedhshahin/CenTime" ], [ "https://github.com/SimonCB765/Leaf" ], [ "https://github.com/cma2015/CAFU" ], [ "https://github.com/SindiLab/ACTIVA" ], [ "https://github.com/vaquerizaslab/fanc" ], [ "https://github.com/zhihefang/CCLGAN" ], [ "https://github.com/vshiv18/sigmoni" ], [ "https://github.com/ICB-DCM/pyPESTO" ], [ "https://github.com/ICB-DCM/pyPESTO" ], [ "https://github.com/ICB-DCM/pyPESTO" ], [ "https://github.com/ICB-DCM/pyPESTO" ], [ "https://github.com/rememberBr/HRTEM2" ], [ "https://github.com/sfu-mial/FuseNet" ], [ "https://github.com/nlp-mnmt/ConVisPiv-MNMT" ], [ "https://github.com/bx20000827/DL-MHNMF" ], [ "https://github.com/Biohang/DiSMVC" ], [ "https://github.com/yyzg/OGNNMDA" ], [ "https://github.com/MorrissyLab/mosaicMPI" ], [ "https://github.com/jaygshah/Robust-Brain-Age-Prediction" ], [ "https://github.com/Royluoyi123/DTKGIN" ], [ "https://github.com/cma2015/DEM" ], [ "https://github.com/amazingma/GraphPath" ], [ "https://github.com/CodeGoat24/RGTNet" ], [ "https://github.com/XuejiangGuo/TransGCN" ], [ "https://github.com/Vincent-1125/Uncertainty-Quantification-on-Clinical-Trial-Outcome-Prediction" ], [ "https://github.com/CNJianLiu/MH6D" ], [ "https://github.com/ncbi/GeneGPT" ], [ "https://github.com/TNTurnerLab/HAT" ], [ "https://github.com/humeng24/Margin-SNN" ], [ "https://github.com/RobinChu9890/MTL-U-Net-for-Functional-Shoulder-STS" ], [ "https://github.com/abelavit/PepCNN" ], [ "https://github.com/whitehat32/MSFF-DTA" ], [ "https://github.com/marcdcfischer/PUNETR" ], [ "https://github.com/DHUDEBLab/DMFDDI" ], [ "https://github.com/taowang11/ML-NPI" ], [ "https://github.com/mylbuaa/MGCA-RAFFNet" ], [ "https://github.com/BGI-SynBio/PyMOL-PUB" ], [ "https://github.com/jiujiezz/tsnad" ], [ "https://github.com/jiujiezz/tsnad" ], [ "https://github.com/jiujiezz/tsnad" ], [ "https://github.com/jiujiezz/tsnad" ], [ "https://github.com/CUHK-AIM-Group/FedGP" ], [ "https://github.com/cnapy-org/CNApy" ], [ "https://github.com/cnapy-org/CNApy" ], [ "https://github.com/cnapy-org/CNApy" ], [ "https://github.com/cnapy-org/CNApy" ], [ "https://github.com/BrokenStringx/CRISPR-BERT" ], [ "https://github.com/whuchuang/mid" ], [ "https://github.com/biomed-AI/nucleic-acid-binding" ], [ "https://github.com/hongwang01/OSCNet" ], [ "https://github.com/hcholab/k-salsa" ], [ "https://github.com/Ma-Xinzhi/LightConvNet" ], [ "https://github.com/nadeemlab/DeepLIIF" ], [ "https://github.com/nyukat/pathology_extraction" ], [ "https://github.com/YingLiangjxau/GR-m6A" ], [ "https://github.com/louliliang/ST-ac4C" ], [ "https://github.com/Bhattacharya-Lab/EquiPPIS" ], [ "https://github.com/Quinella7291/A-Multi-exit-Neural-Network-with-Adaptive-Inference-Time-for-Sleep-Stage-Classification" ], [ "https://github.com/darylfung96/UC-disease-TL" ], [ "https://github.com/PlotkinLab/Prothon" ], [ "https://github.com/msmdev/PlasmoFAB" ], [ "https://github.com/shallFun4Learning/PGPointNovo" ], [ "https://github.com/DIAL-RPI/Fed-MENU" ], [ "https://github.com/HiLab-git/HAMIL" ], [ "https://github.com/Crystal-JJ/DREAM" ], [ "https://github.com/zglabDIB/TbAMLPred" ], [ "https://github.com/mb16biswas/attention-unet" ], [ "https://github.com/PayamDiba/SERGIO" ], [ "https://github.com/yifang000/QADD" ], [ "https://github.com/rlrq/MINORg" ], [ "https://github.com/HaoWuLab-Bioinformatics/Enhancer-MDLF" ], [ "https://github.com/ArdeleanRichard/Space-Breakdown-Method" ], [ "https://github.com/PremSinghBist/Sars-CoV-2-Escape-Model" ], [ "https://github.com/kalininalab/GlyLES" ], [ "https://github.com/THGLab/int2cart" ], [ "https://github.com/xq141839/DCSAU-Net" ], [ "https://github.com/lizmcmanus/Inspectro-Gadget" ], [ "https://github.com/GOMC-WSU/MoSDeF-GOMC" ], [ "https://github.com/BAMeScience/PepGM" ], [ "https://github.com/usnistgov/atomvision" ], [ "https://github.com/JU-HuaY/MFR" ], [ "https://github.com/bwbio/PROSE" ], [ "https://github.com/zhyu-lab/bmvae" ], [ "https://github.com/hurraygong/MU3DSP" ], [ "https://github.com/SJTU-LuHe/TransVOD" ], [ "https://github.com/PreMedKB/PAnno" ], [ "https://github.com/ZenaCai/vsRNAfinder" ], [ "https://github.com/BioinformaticsCSU/CRMSS" ], [ "https://github.com/usaeed786/BGCLN" ], [ "https://github.com/228384274/improved-yolov5" ], [ "https://github.com/HiLab-git/DAG4MIA" ], [ "https://github.com/VDIGPKU/CBNetV2" ], [ "https://github.com/gxq1998/MCP-Net" ], [ "https://github.com/dmis-lab/BERN2" ], [ "https://github.com/ningq669/DLF-Sul" ], [ "https://github.com/aispeech-lab/TinyWASE" ], [ "https://github.com/zm17943/SplitAVG" ], [ "https://github.com/dimitrisPs/msdesis" ], [ "https://github.com/nachifur/LLPC" ], [ "https://github.com/MeixinZhu/vehicle-crash-identification" ], [ "https://github.com/songweizhi/MarkerMAG" ], [ "https://github.com/yoterel/iCatcher" ], [ "https://github.com/engbiopct/TextMiningAMR" ], [ "https://github.com/JaesikKim/temporal-GNN" ], [ "https://github.com/martalovino/ChimerDriver" ], [ "https://github.com/ChunhuaLiLab/SREPRHot" ], [ "https://github.com/SohamChattopadhyayEE/DRDA-Net" ], [ "https://github.com/VITA-Group/SmartDeal" ], [ "https://github.com/SoftServeInc/affinity-by-GNN" ], [ "https://github.com/I-Guy/SalmoDEST" ], [ "https://github.com/dhcai21/RVHaplo" ], [ "https://github.com/leonweber/drugprot" ], [ "https://github.com/Liruiqing-ustc/HFBSurv" ], [ "https://github.com/feiqiwang/PISPKI" ], [ "https://github.com/emiracherif/ONTdeCIPHER" ], [ "https://github.com/jayarajpbalakrishnan/2_SOM_SCREEN" ], [ "https://github.com/wanglabtongji/SCRIP" ], [ "https://github.com/ChenyuGAO-CS/SMA" ], [ "https://github.com/abu-compbio/NetCentric" ], [ "https://github.com/yyguo-sjtu/DSD-3D-Unsupervised-Landmark-Detection-Based-Motion-Estimation" ], [ "https://github.com/Haawk666/AutomAl-6000" ], [ "https://github.com/li-shaochuan/SEDIM" ], [ "https://github.com/DREAMXFAR/FCL-Net" ], [ "https://github.com/ProwlerForNanopore/ProwlerTrimmer" ], [ "https://github.com/96jhwei/Genetic-U-Net" ], [ "https://github.com/IFMlab/ChemFlow" ], [ "https://github.com/HUST-DataMan/FRMC" ], [ "https://github.com/ailabstw/ezGeno" ], [ "https://github.com/svip-lab/SphericalDNNs" ], [ "https://github.com/houzl3416/iDeepSubMito" ], [ "https://github.com/czbiohub/MIDAS2" ], [ "https://github.com/wanjun-group-seu/AQUARIUM" ], [ "https://github.com/SJTUBME-QianLab/UDAseg" ], [ "https://github.com/Hengfu-Yin/IsoSplitter" ], [ "https://github.com/NWPU-903PR/IMCDriver" ], [ "https://github.com/JackAndCole/Deep-Neural-Network-For-Heartbeat-Classification" ], [ "https://github.com/aod321/STN-iCNN" ], [ "https://github.com/AkshathaPrasanna/MutVis" ], [ "https://github.com/CN-zdy/MSU_Net" ], [ "https://github.com/yangence/DEBKS" ], [ "https://github.com/JhaKanchan15/PPI_GNN" ], [ "https://github.com/guopengf/CG-SAMR" ], [ "https://github.com/neerakara/test-time-adaptable-neural-networks-for-domain-generalization" ], [ "https://github.com/marcovarrone/gene-expression-chromatin" ], [ "https://github.com/bm2-lab/FL-QSAR" ], [ "https://github.com/784221489/DNA-binding" ], [ "https://github.com/biosinodx/SCCNV" ], [ "https://github.com/zabir-nabil/Fibro-CoSANet" ], [ "https://github.com/babaksaremi/RESEQ" ], [ "https://github.com/jimmyrate/ienhancer-xg" ], [ "https://github.com/Genotek/ClassifyCNV" ], [ "https://github.com/qsonehara/Obelisc" ], [ "https://github.com/KIT-MBS/coconet" ], [ "https://github.com/liukeweiaway/DeepM6A_cnn" ], [ "https://github.com/maups/covid19-satellite-analysis" ], [ "https://github.com/ITBE-Lab/seed-evaluation" ], [ "https://github.com/jiujiezz/tsnad" ], [ "https://github.com/jiujiezz/tsnad" ], [ "https://github.com/jiujiezz/tsnad" ], [ "https://github.com/jiujiezz/tsnad" ], [ "https://github.com/Ananya-Bhattacharjee/ImputeDistances" ], [ "https://github.com/smerckel/FastaChar" ], [ "https://github.com/cbg-ethz/BnpC" ], [ "https://github.com/stamakro/GCN-for-Structure-and-Function" ], [ "https://github.com/Topf-Lab/XLM-Tools" ], [ "https://github.com/SAINTProtein/SAINT" ], [ "https://github.com/LingtaoSu/BISG" ], [ "https://github.com/vanallenlab/comut" ], [ "https://github.com/zhengdd0422/VFNet" ], [ "https://github.com/oxpig/DeLinker" ], [ "https://github.com/Xshelton/SG_LSTM" ], [ "https://github.com/ksiewert/BetaScan" ], [ "https://github.com/smajidian/phaseme" ], [ "https://github.com/paprikachan/DeepMF" ], [ "https://github.com/iprada/Circle-Map" ], [ "https://github.com/knights-lab/SHOGUN" ], [ "https://github.com/malonge/RaGOO" ], [ "https://github.com/nrohani/NDD" ], [ "https://github.com/Valdes-Tresanco-MS/gmx_MMPBSA" ], [ "https://github.com/billzyx/LCA-CNN" ], [ "https://github.com/cambridgeltl/nn_for_LBD" ], [ "https://github.com/arouillard/omic-features-successful-targets" ], [ "https://github.com/CardiacModelling/hERGRapidCharacterisation" ], [ "https://github.com/algbio/panvc3-experiments" ], [ "https://github.com/Dankem/pyGROMODS" ], [ "https://github.com/matthewcarlucci/scikick" ], [ "https://github.com/slimsuite/depthkopy" ], [ "https://github.com/regulomics/chroMC" ], [ "https://github.com/takumorizo/OVarCall" ], [ "https://github.com/cuhklinlab/scAMACE_py" ], [ "https://github.com/clovaai/wsolevaluation" ], [ "https://github.com/LabBandSB/re-Searcher" ], [ "https://github.com/cschmidtlab/croco" ], [ "https://github.com/bioinformatics-polito/DEEPrior" ], [ "https://github.com/p-koo/evoaug-tf" ], [ "https://github.com/p-koo/evoaug-tf" ], [ "https://github.com/p-koo/evoaug-tf" ], [ "https://github.com/p-koo/evoaug-tf" ], [ "https://github.com/p-koo/evoaug-tf" ], [ "https://github.com/p-koo/evoaug-tf" ], [ "https://github.com/p-koo/evoaug-tf" ], [ "https://github.com/p-koo/evoaug-tf" ], [ "https://github.com/Micromeda/pygenprop" ], [ "https://github.com/syxiaa/gbc" ], [ "https://github.com/smithlabcode/ribotricer" ], [ "https://github.com/UdeS-CoBIUS/Protein2GeneTree" ], [ "https://github.com/axbazin/panrgp_supdata" ], [ "https://github.com/chembl/pfam_map_loader" ], [ "https://github.com/vanessajurtz/MetaPhinder" ], [ "https://github.com/tudorgroza/code-for-papers" ], [ "https://github.com/tudorgroza/fast_hpo_cr" ], [ "https://github.com/c3g/bw-merge-window" ], [ "https://github.com/Fibonaccirabbit/cVAN" ], [ "https://github.com/hakyimlab/MetaXcan" ], [ "https://github.com/fenghen360/HomBlocks" ], [ "https://github.com/sunericd/SPRITE" ], [ "https://github.com/raimondilab/expansion" ], [ "https://github.com/pykeen/pykeen" ], [ "https://github.com/labgem/PPanGGOLiN" ], [ "https://github.com/LauritzR/characteristic-feature-extraction" ], [ "https://github.com/HDCVLab/Deep-Dense-Multi-scale-Network" ], [ "https://github.com/AC-PHD/NoLabelPFA" ], [ "https://github.com/tkotani/CEBond" ], [ "https://github.com/ZhaoLab-TMU/AIMER" ], [ "https://github.com/mrzResearchArena/PyFeat" ], [ "https://github.com/ieeta-pt/BioNExt" ], [ "https://github.com/ay-lab/HiCnv" ], [ "https://github.com/Mathelab/RaMP-BackEnd" ], [ "https://github.com/cancerit/VaLiAnT" ], [ "https://github.com/MicrobiologyETHZ/mbarq" ], [ "https://github.com/TU-Darmstadt-APQ/RedPitaya-Lockbox" ], [ "https://github.com/afgane/bioblend" ], [ "https://github.com/afgane/bioblend" ], [ "https://github.com/afgane/bioblend" ], [ "https://github.com/afgane/bioblend" ], [ "https://github.com/zhangjiaobxy/nssrfBinary" ], [ "https://github.com/zhangjiaobxy/nssrfPackage" ], [ "https://github.com/wh-xu/experiment-hyper-gen" ], [ "https://github.com/SamStudio8/goldilocks" ], [ "https://github.com/Jerry-Master/lung-tumour-study" ], [ "https://github.com/kantale/pypedia" ], [ "https://github.com/MilesCranmer/bnn_chaos_model" ], [ "https://github.com/dtamayo/spock" ], [ "https://github.com/gem-pasteur/macsyfinder" ], [ "https://github.com/gem-pasteur/macsyfinder" ], [ "https://github.com/gem-pasteur/macsyfinder" ], [ "https://github.com/gem-pasteur/macsyfinder" ], [ "https://github.com/nanogchen/polyGraft" ], [ "https://github.com/RNA-FRETools/fretraj" ], [ "https://github.com/BruningLab/warpDOCK" ], [ "https://github.com/abyzovlab/CNVpytor" ], [ "https://github.com/abyzovlab/CNVpytor" ], [ "https://github.com/abyzovlab/CNVpytor" ], [ "https://github.com/abyzovlab/CNVpytor" ], [ "https://github.com/alexcoppe/iWhale" ], [ "https://github.com/ylab-hi/ScanNeo" ], [ "https://github.com/LMSE/FYRMENT" ], [ "https://github.com/daquang/YAMDA" ], [ "https://github.com/pranavkdm/R-PointHop" ], [ "https://github.com/Buka-Xing/Deep-network-based-distribution-measures-for-full-reference-image-quality-assessment" ], [ "https://github.com/anooplab/pyar" ], [ "https://github.com/james-guevara/synthdnm" ], [ "https://github.com/zheminzhou/pHierCC" ], [ "https://github.com/galelab/scPathoQuant" ], [ "https://github.com/giesselmann/nanopype" ], [ "https://github.com/Quantum-Dynamics-Hub/Libra-X" ], [ "https://github.com/mabessa/F3DAS" ], [ "https://github.com/bokulich-lab/q2-fondue" ], [ "https://github.com/zqfang/gnnhap" ], [ "https://github.com/vanvalenlab/deepcell-spots" ], [ "https://github.com/vanvalenlab/deepcell-spots" ], [ "https://github.com/vanvalenlab/deepcell-spots" ], [ "https://github.com/vanvalenlab/deepcell-spots" ], [ "https://github.com/epifluidlab/finaledb_workflow" ], [ "https://github.com/KoslickiLab/YACHT-reproducibles" ], [ "https://github.com/pdxgx/neoepiscope-paper" ], [ "https://github.com/abdullah009/DataRLATools" ], [ "https://github.com/fmfi-compbio/mc-overlaps" ], [ "https://github.com/KoslickiLab/YACHT" ], [ "https://github.com/KoslickiLab/YACHT" ], [ "https://github.com/KoslickiLab/YACHT" ], [ "https://github.com/KoslickiLab/YACHT" ], [ "https://github.com/kr-colab/disperseNN2" ], [ "https://github.com/kr-colab/disperseNN2" ], [ "https://github.com/kr-colab/disperseNN2" ], [ "https://github.com/kr-colab/disperseNN2" ], [ "https://github.com/BigDataBiology/SemiBin2_benchmark" ], [ "https://github.com/SONGDONGYUAN1994/scsampler" ], [ "https://github.com/BigDataBiology/SemiBin" ], [ "https://github.com/BaderLab/Transfer-Learning-BNER-Bioinformatics-2018" ], [ "https://github.com/joachimwolff/sparse-neighbors-search" ], [ "https://github.com/joachimwolff/scHiCExplorer" ], [ "https://github.com/dmis-lab/biobert" ], [ "https://github.com/mohimanilab/MS2Planner" ], [ "https://github.com/BaderLab/saber" ], [ "https://github.com/NoiseLabUCSD/ConformalPrediction" ], [ "https://github.com/iTaxoTools/ConcatenatorGui" ], [ "https://github.com/paudano/kescases" ], [ "https://github.com/Franck-Dernoncourt/NeuroNER" ], [ "https://github.com/biocore-NTNU/pyranges" ], [ "https://github.com/hillerlab/IterativeErrorCorrection" ], [ "https://github.com/yinlabniu/eCAMI" ], [ "https://github.com/BaderLab/Towards-reliable-BioNER" ], [ "https://github.com/ah651/deepfake_adv" ], [ "https://github.com/zhanglabNKU/eCAMI" ], [ "https://github.com/urmi-21/orfipy" ], [ "https://github.com/KoslickiLab/CMASH-reproducibles" ], [ "https://github.com/biocore/q2-umap" ], [ "https://github.com/dkoslicki/CMash" ], [ "https://github.com/pykeen/benchmarking" ], [ "https://github.com/FOI-Bioinformatics/flextaxd" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/usnistgov/UniSpec" ], [ "https://github.com/WatsonLab/KOunt" ], [ "https://github.com/taoshen99/AutoMolDesigner" ], [ "https://github.com/ianvcaldas/smalldisco" ], [ "https://github.com/Edinburgh-Genome-Foundry/DNAChisel" ], [ "https://github.com/pdxgx/neoepiscope" ], [ "https://github.com/subhc/clever" ], [ "https://github.com/MTandHJ/rcm" ], [ "https://github.com/austenb28/CycFlowDec" ], [ "https://github.com/tkchafin/mrbait" ], [ "https://github.com/inab/BIOLITMAP" ], [ "https://github.com/psyrocloud/EGOF-Net" ], [ "https://github.com/ialbert/biostar-central" ], [ "https://github.com/phytest-devs/phytest" ], [ "https://github.com/bigchem/transformer-cnn" ], [ "https://github.com/OpenBioLink/OpenBioLink" ], [ "https://github.com/tsudalab/rxngenerator" ], [ "https://github.com/molecularmodelinglab/bigbind" ], [ "https://github.com/MaterialsDiscovery/PyChemia" ], [ "https://github.com/wang-lab/CRISPRDB" ], [ "https://github.com/Sami-Altayyar/Fast-HBR" ], [ "https://github.com/tsdat/tsdat" ], [ "https://github.com/ando-lab/miffi" ], [ "https://github.com/ando-lab/miffi" ], [ "https://github.com/ando-lab/miffi" ], [ "https://github.com/ando-lab/miffi" ], [ "https://github.com/ggonnella/gfapy" ], [ "https://github.com/Pex2892/PETAL" ], [ "https://github.com/gem-net/chemsearch" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/djmaity/md-davis" ], [ "https://github.com/nttcslab/deep-sound-field-denoiser" ], [ "https://github.com/Steinbeck-Lab/cheminformatics-microservice" ], [ "https://github.com/pephco/ASDEC" ], [ "https://github.com/isblab/nestor" ], [ "https://github.com/isblab/nestor" ], [ "https://github.com/isblab/nestor" ], [ "https://github.com/isblab/nestor" ], [ "https://github.com/hoerlteam/YeastMate" ], [ "https://github.com/eugomin/ARES-GT" ], [ "https://github.com/gem-pasteur/PanACoTA" ], [ "https://github.com/ErasmusMC-Bioinformatics/fuma" ], [ "https://github.com/CellProfiler/CellProfiler-Analyst" ], [ "https://github.com/CellProfiler/CellProfiler-Analyst" ], [ "https://github.com/CellProfiler/CellProfiler-Analyst" ], [ "https://github.com/CellProfiler/CellProfiler-Analyst" ], [ "https://github.com/BergmannLab/PascalX" ], [ "https://github.com/mdbloice/Pyrea" ], [ "https://github.com/henry-leo/Patpat" ], [ "https://github.com/MedCompUnipd/FunTaxIS-lite" ], [ "https://github.com/kaigelee/CSFCN" ], [ "https://github.com/byemaxx/SSREnricher" ], [ "https://github.com/andrewguy/biostructmap" ], [ "https://github.com/atfrank/PyShifts" ], [ "https://github.com/evocell/rabifier" ], [ "https://github.com/blachlylab/mucor" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/cellatlas/cellatlas" ], [ "https://github.com/isblab/nestor" ], [ "https://github.com/isblab/nestor" ], [ "https://github.com/isblab/nestor" ], [ "https://github.com/isblab/nestor" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/songweizhi/HgtSIM" ], [ "https://github.com/Greco-Lab/MaNGA" ], [ "https://github.com/XQBai/SCTree-test" ], [ "https://github.com/beatrizgj/FLYCOP" ], [ "https://github.com/largelymfs/DeepFold" ], [ "https://github.com/materialsintelligence/matscholar" ], [ "https://github.com/carjed/helmsman" ], [ "https://github.com/vishakad/cpi-em" ], [ "https://github.com/bristena-op/AnoniMME" ], [ "https://github.com/TRON-Bioinformatics/ArtiFusion" ], [ "https://github.com/yunchuankong/GEDFN" ], [ "https://github.com/jbudis/dante" ], [ "https://github.com/agis85/multimodal_brain_synthesis" ], [ "https://github.com/swakkhar/iPHLoc-ES" ], [ "https://github.com/pascalkieslich/mousetrap-os" ], [ "https://github.com/uci-cbcl/HLA-bind" ], [ "https://github.com/texttechnologylab/LSTMVoter" ], [ "https://github.com/doxeylab/evoclust3d" ], [ "https://github.com/Tarskin/LaCyTools" ], [ "https://github.com/mathcom/CPR" ], [ "https://github.com/ksahlin/BESST" ], [ "https://github.com/compomics/MAPPI-DAT" ], [ "https://github.com/inincs/pyNCS" ], [ "https://github.com/zubekj/broad_peaks" ], [ "https://github.com/morrislab/phylosub" ], [ "https://github.com/smy-THU/VirtualViewSelection" ], [ "https://github.com/zhiqan/SeGMVAE" ], [ "https://github.com/WatsonLab/MAGpy" ], [ "https://github.com/ddofer/ProFET" ], [ "https://github.com/marithetland/ONTmompS" ], [ "https://github.com/CSi-Studio/3D-MSNet" ], [ "https://github.com/liyangjie/PPNet" ], [ "https://github.com/baiboat/HSNet" ], [ "https://github.com/ih-lab/AI-biopsy" ], [ "https://github.com/zjujdj/SuperAtomicCharge" ], [ "https://github.com/cansyl/TransferLearning4DTI" ], [ "https://github.com/cfoguet/iso2flux" ], [ "https://github.com/ZYLandy/BiU-Net" ], [ "https://github.com/01dadada/RT-Transformer" ], [ "https://github.com/databio/geniml" ], [ "https://github.com/Nalinikanta7/metagenomics" ], [ "https://github.com/wilhelm-lab/oktoberfest" ], [ "https://github.com/plattenmichael/DeepnCCA" ], [ "https://github.com/FenyoLab/SAMPEI" ], [ "https://github.com/mirthAI/MicroSegNet" ], [ "https://github.com/Clinical-Genomics/patientMatcher" ], [ "https://github.com/luoyuanlab/Clinical-Longformer" ], [ "https://github.com/BioGavin/msbff" ], [ "https://github.com/Zheng-Lab-Westlake/Osteo-Fine-Mapp-SNP2SE2miRNA" ], [ "https://github.com/biocai/DeepHiC" ], [ "https://github.com/hagax8/ancestry_viz" ], [ "https://github.com/trislett/TFCE_mediation" ], [ "https://github.com/treangenlab/Olivar" ], [ "https://github.com/celehs/M2REMAP" ], [ "https://github.com/zjupgx/modig" ], [ "https://github.com/LanLab/STECFinder" ], [ "https://github.com/AlexandrovLab/SigProfilerAssignment" ], [ "https://github.com/AlexandrovLab/SigProfilerAssignment" ], [ "https://github.com/AlexandrovLab/SigProfilerAssignment" ], [ "https://github.com/AlexandrovLab/SigProfilerAssignment" ], [ "https://github.com/Haoxiang-Qi/Network-Calculator" ], [ "https://github.com/gjbaker/sylaras" ], [ "https://github.com/popgengui/agestrucnb" ], [ "https://github.com/biomed-AI/GraphPPIS" ], [ "https://github.com/EtienneCmb/tensorpac" ], [ "https://github.com/ciceklab/targeted_brain_tumor_margin_assessment" ], [ "https://github.com/MSingerLab/COMETSC" ], [ "https://github.com/ncats/ld50-multitask" ], [ "https://github.com/kblin/covid-spike-classification" ], [ "https://github.com/qinwang-ai/DSM-Distil" ], [ "https://github.com/sschrod/CODEX" ], [ "https://github.com/broadinstitute/flipbook" ], [ "https://github.com/nguyenngochuy91/Ancestral-Blocks-Reconstruction" ], [ "https://github.com/MolPlantPathology/ScAnalyzer" ], [ "https://github.com/hikmetc/QC_Constellation" ], [ "https://github.com/Luo-SynBioLab/ThermoFinder" ], [ "https://github.com/wrc990616/MFMSNet" ], [ "https://github.com/plhhnu/GEnDDn" ], [ "https://github.com/biox-nku/epicarousel" ], [ "https://github.com/CMUSchwartzLab/Mase-phi" ], [ "https://github.com/ymy12341/STM-ac4C" ], [ "https://github.com/multicom-toolbox/deepdist" ], [ "https://github.com/DominikBatic/EndoViT" ], [ "https://github.com/QingYunA/Linear-Semantic-Transformation-for-Semi-Supervised-Medical-Image-Segmentation" ], [ "https://github.com/gegao310/VesselSeg-Pytorch-master" ], [ "https://github.com/DayuHuu/scEMC" ], [ "https://github.com/matcyr/Hi-GeoMVP" ], [ "https://github.com/zhouzhou1201/CSAP-UNet" ], [ "https://github.com/MarieOestreich/small-molecule-autoencoders" ], [ "https://github.com/HustAlexander/MCWSS" ], [ "https://github.com/jiangyu945/S2CA-Net" ], [ "https://github.com/BioMedIA-MBZUAI/FUSC" ], [ "https://github.com/zlfyj/AbDPP" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/xuhuali-mxj/IM-DCL" ], [ "https://github.com/kkkayle/DFI-MS" ], [ "https://github.com/kokinide/PARSID" ], [ "https://github.com/dahvida/NP_Fingerprints" ], [ "https://github.com/cmb-chula/MHCSeqNet2" ], [ "https://github.com/fawaz-dabbaghieh/PanPA" ], [ "https://github.com/RemiAllio/MitoFinder" ], [ "https://github.com/nitzanavidan/PD_Recon" ], [ "https://github.com/Zouxidan/HA_predict" ], [ "https://github.com/HuangLab-CBI/PhasiHunter" ], [ "https://github.com/gdghds0/FSRENet-master" ], [ "https://github.com/syc2017/KCDTA" ], [ "https://github.com/DeepMIALab/FFPEPlus" ], [ "https://github.com/Eleanorhxd/MKCL" ], [ "https://github.com/ciceklab/ECOLE" ], [ "https://github.com/zhanglab-wbgcas/EIEPCF" ], [ "https://github.com/PostoenkoVI/IQMMA" ], [ "https://github.com/dhirujis02/Journal" ], [ "https://github.com/NeginBabaiha/NN-RNALoc" ], [ "https://github.com/LiminLi-xjtu/FGCNSurv" ], [ "https://github.com/zwang-bioinformatics/HiC4D" ], [ "https://github.com/liaoherui/StrainScan" ], [ "https://github.com/YongChen-Exact/TC-CoNet" ], [ "https://github.com/akibzaman/SleepBoost" ], [ "https://github.com/MICS-Lab/scyan" ], [ "https://github.com/Roth-Lab/SpatialSort" ], [ "https://github.com/Czaki/Trapalyzer" ], [ "https://github.com/BioinfoMachineLearning/GCPNet" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/jun-csbio/e2eatp" ], [ "https://github.com/tee-lab/MOTHe-GUI" ], [ "https://github.com/ZhonghuiGu/HEAL" ], [ "https://github.com/ScienceNLP-Lab/Citation-Integrity" ], [ "https://github.com/XiaodiYangpku/MultimodalPPI" ], [ "https://github.com/NBISweden/strobealign-evaluation" ], [ "https://github.com/drzeeshanahmed/intelligenes" ], [ "https://github.com/rastanton/GAMMA" ], [ "https://github.com/scverse/ecosystem-packages" ], [ "https://github.com/IMSY-DKFZ/simpa_paper_experiments" ], [ "https://github.com/John-P/wsic" ], [ "https://github.com/IMSY-DKFZ/simpa" ], [ "https://github.com/jsgounot/Floria_analysis_workflow" ], [ "https://github.com/bio15anu/revelio" ], [ "https://github.com/EpiDiverse/SNP" ], [ "https://github.com/MichaelLinn/off_target_prediction" ], [ "https://github.com/kdd-ubc/MorphOT" ], [ "https://github.com/vivarium-collective/vivarium-core" ], [ "https://github.com/gitter-lab/ml4bio" ], [ "https://github.com/wenqi006/SlideGraph" ], [ "https://github.com/IBM/Matilda" ], [ "https://github.com/pinellolab/GRAFIMO" ], [ "https://github.com/InfOmics/GRAFIMO" ], [ "https://github.com/WenkeHuang/MarsFL" ], [ "https://github.com/Vandermode/QRNN3D" ], [ "https://github.com/adamewing/methylartist" ], [ "https://github.com/EpistasisLab/tpot" ], [ "https://github.com/thiviyanT/torch-rgcn" ], [ "https://github.com/lelaboratoire/tpot-fss" ], [ "https://github.com/ZarnackGroup/racoon_clip" ], [ "https://github.com/gosling-lang/gos" ], [ "https://github.com/PRIS-CV/Sketch-CS" ], [ "https://github.com/KingJamesSong/OrthoImproveCond" ], [ "https://github.com/pzc/herg_chembl_jcim" ], [ "https://github.com/RingBDStack/RGMIL" ], [ "https://github.com/ShkolniskyLab/emalign" ], [ "https://github.com/sammeyer2017/TwisTranscripT" ], [ "https://github.com/rdkit/mmpdb" ], [ "https://github.com/ecogenomics/gtdbtk" ], [ "https://github.com/ecogenomics/gtdbtk" ], [ "https://github.com/ecogenomics/gtdbtk" ], [ "https://github.com/ecogenomics/gtdbtk" ], [ "https://github.com/caotianze/plotnineseqsuite" ], [ "https://github.com/HuaweiWang/WearableMeasurementSystem" ], [ "https://github.com/justin13601/AnnoDash" ], [ "https://github.com/skalyaanamoorthy/PoseFilter" ], [ "https://github.com/alexxijielu/yeast_segmentation" ], [ "https://github.com/johnlees/mandrake" ], [ "https://github.com/Joye9285/scGAC" ], [ "https://github.com/idrblab/socube" ], [ "https://github.com/MontgomeryLab/tinyRNA" ], [ "https://github.com/raghavagps/FluSPred" ], [ "https://github.com/TillMacher/TaxonTableTools" ], [ "https://github.com/ando-lab/miffi" ], [ "https://github.com/ando-lab/miffi" ], [ "https://github.com/ando-lab/miffi" ], [ "https://github.com/ando-lab/miffi" ], [ "https://github.com/johnnytam100/AlphaCutter" ], [ "https://github.com/crazyinter/DETIRE" ], [ "https://github.com/TissueImageAnalytics/tiatoolbox" ], [ "https://github.com/haessar/peaks2utr" ], [ "https://github.com/siheming/mspypeline" ], [ "https://github.com/ruixv/NLOS-OT" ], [ "https://github.com/labstructbioinf/pLM-BLAST" ], [ "https://github.com/davidebolo1993/VISOR" ], [ "https://github.com/yywan0913/SVhawkeye" ], [ "https://github.com/kkihnphd/VICR" ], [ "https://github.com/djwooten/synergy" ], [ "https://github.com/BorgwardtLab/simbsig" ], [ "https://github.com/mutalyzer/algebra" ], [ "https://github.com/YonghaoXu/CRGNet" ], [ "https://github.com/egaffo/CirComPara2" ], [ "https://github.com/GeomScale/dingo" ], [ "https://github.com/menicgiulia/CPIExtract" ], [ "https://github.com/MetaSys-LISBP/IsoCor" ], [ "https://github.com/svalkiers/clusTCR" ], [ "https://github.com/yangence/MTM" ], [ "https://github.com/LieberInstitute/dRFEtools" ], [ "https://github.com/KennthShang/PhaBOX" ], [ "https://github.com/bioasp/merrin" ], [ "https://github.com/UCSB-VRL/ReebGraph" ], [ "https://github.com/kr-colab/disperseNN2" ], [ "https://github.com/kr-colab/disperseNN2" ], [ "https://github.com/kr-colab/disperseNN2" ], [ "https://github.com/kr-colab/disperseNN2" ], [ "https://github.com/2003100127/deeptminter" ], [ "https://github.com/drou0302/CapiPy" ], [ "https://github.com/LiangYu-Xidian/EPSOL" ], [ "https://github.com/Joindbre/TextRelevancy" ], [ "https://github.com/jwen307/mri_cnf" ], [ "https://github.com/broadinstitute/oncotator" ], [ "https://github.com/HIT-ICES/TNNLS-MTGN" ], [ "https://github.com/chenbong/PSS-Net" ], [ "https://github.com/dilincv/TAGNet" ], [ "https://github.com/oddt/oddt" ], [ "https://github.com/oddt/oddt" ], [ "https://github.com/oddt/oddt" ], [ "https://github.com/oddt/oddt" ], [ "https://github.com/bioinfomaticsCSU/MEC" ], [ "https://github.com/luoyan407/congruency" ], [ "https://github.com/phnmnl/wft4galaxy" ], [ "https://github.com/markhilt/ARBitR" ], [ "https://github.com/iossifovlab/gpf" ], [ "https://github.com/Bobay-Ochman/ConSpeciFix" ], [ "https://github.com/jensengroup/fragbuilder" ], [ "https://github.com/labsquare/cutevariant" ], [ "https://github.com/zengwang430521/TCFormer" ], [ "https://github.com/hklarner/PyBoolNet" ], [ "https://github.com/inria-thoth/EDAA" ], [ "https://github.com/lanl/DEPDOSE" ], [ "https://github.com/LarryUESTC/GRLC" ], [ "https://github.com/dimitrismallis/KeypointsToLandmarks" ], [ "https://github.com/dvlab-research/Parametric-Contrastive-Learning" ], [ "https://github.com/zhexu1997/HiSA" ], [ "https://github.com/qizhangli/ila-plus-plus-lr" ], [ "https://github.com/LanceZPF/NNED_MMGraph" ], [ "https://github.com/LongJin-lab/Activated-Gradients-for-Deep-Neural-Networks" ], [ "https://github.com/Spritea/BoxMOTS" ], [ "https://github.com/gregorpatof/nrgten_package" ], [ "https://github.com/lmbxmu/FilterSketch" ], [ "https://github.com/xvjiarui/GCNet" ], [ "https://github.com/whitead/molbloom" ], [ "https://github.com/Shen-Lab/SS-GCNs" ], [ "https://github.com/Gabaldonlab/EvolClust" ], [ "https://github.com/soedinglab/prosstt" ], [ "https://github.com/RobersonLab/motif_scraper" ], [ "https://github.com/YingZhou001/POPdemog" ], [ "https://github.com/gabaldonlab/haplotypo" ], [ "https://github.com/YAMACS-SML/YAMACS" ], [ "https://github.com/itsmeludo/Phyloligo" ], [ "https://github.com/zlzenglu/FN" ], [ "https://github.com/ShenXuelin-CityU/PWJNDInfer" ], [ "https://github.com/GalGilad/TAU" ], [ "https://github.com/jhu99/scbean" ], [ "https://github.com/jhu99/scbean" ], [ "https://github.com/jhu99/scbean" ], [ "https://github.com/jhu99/scbean" ], [ "https://github.com/MingyeXu/cp3" ], [ "https://github.com/anwarmaxsum/FLOWER" ], [ "https://github.com/indralab/gilda" ], [ "https://github.com/PlanktonQAQ/SCTNet" ], [ "https://github.com/aijag/drugGraphNet" ], [ "https://github.com/Tan-H-C/DR-GAN-Distribution-Regularization-for-Text-to-Image-Generation" ], [ "https://github.com/dota-109/WRSD" ], [ "https://github.com/visiontao/ncd" ], [ "https://github.com/Alina-1997/visual-distortion-in-attack" ], [ "https://github.com/syxiaa/RSDS" ], [ "https://github.com/krishnanlab/PecanPy" ], [ "https://github.com/mkpython3/Mutation-Simulator" ], [ "https://github.com/Yingjun-Du/VID" ], [ "https://github.com/Linfeng-Tang/DRLIE" ], [ "https://github.com/openvax/mhcflurry" ], [ "https://github.com/sebwouters/qc-dmet" ], [ "https://github.com/HannesStark/dirichlet-flow-matching" ], [ "https://github.com/SLDGroup/survey-zero-shot-nas" ], [ "https://github.com/HarryPotterXTX/HOPE" ], [ "https://github.com/pfizer-opensource/bigwig-loader" ], [ "https://github.com/nitzanlab/biolord" ], [ "https://github.com/ericolo/codingDiv" ], [ "https://github.com/wdzhao123/SAT" ], [ "https://github.com/jasonsahl/wgfast" ], [ "https://github.com/bearprin/Neural-IMLS" ], [ "https://github.com/wangyxxjtu/ReGO-Pytorch" ], [ "https://github.com/tuyunbin/VARD" ], [ "https://github.com/unknownue/puflow" ], [ "https://github.com/zju-vipa/spot-adaptive-pytorch" ], [ "https://github.com/Evotec-Bioinformatics/ml-from-omics" ], [ "https://github.com/fnzhan/Illumination-Estimation" ], [ "https://github.com/songjiechong/DPC-DUN" ], [ "https://github.com/AutoHDR/HD-Net" ], [ "https://github.com/raroes/one-sense-per-citation-network" ], [ "https://github.com/DuannYu/BalancedSemi-TNNLS" ], [ "https://github.com/VIB-PSB/ksrates" ], [ "https://github.com/cmmt/chromatra" ], [ "https://github.com/ganmodokix/concvae" ], [ "https://github.com/NCBI-Hackathons/Network_SNPs" ], [ "https://github.com/charliebudd/torch-content-area" ], [ "https://github.com/CarragherLab/phenonaut" ], [ "https://github.com/iTaxoTools/Hapsolutely" ], [ "https://github.com/mutalyzer/mutalyzer" ], [ "https://github.com/snizam001/greenPipes" ], [ "https://github.com/grimmlab/easyPheno" ], [ "https://github.com/Biocomputing-Research-Group/CloudProteoAnalyzer" ], [ "https://github.com/CZHQuality/AAA-Pix2pix" ], [ "https://github.com/TRON-Bioinformatics/easyquant" ], [ "https://github.com/uclahs-cds/package-PipeVal" ], [ "https://github.com/baumbachlab/epigen" ], [ "https://github.com/PGP-UK/GenomeChronicler" ], [ "https://github.com/zxy951005/KB-CR" ], [ "https://github.com/WT215/nnRNA" ], [ "https://github.com/scwest/SINBAD" ], [ "https://github.com/xwBio/RRBSsim" ], [ "https://github.com/MoreiraLAB/DrugTax" ], [ "https://github.com/cclaiyc/TIdentify" ], [ "https://github.com/essex-lab/grand" ], [ "https://github.com/ZooPhy/geoboost2" ], [ "https://github.com/AnantharamanLab/ViWrap" ], [ "https://github.com/AnantharamanLab/ViWrap" ], [ "https://github.com/AnantharamanLab/ViWrap" ], [ "https://github.com/AnantharamanLab/ViWrap" ], [ "https://github.com/liu-h-y/5hmC_model" ], [ "https://github.com/stanikae/jekesa" ], [ "https://github.com/AnantharamanLab/ViWrap" ], [ "https://github.com/AnantharamanLab/ViWrap" ], [ "https://github.com/AnantharamanLab/ViWrap" ], [ "https://github.com/AnantharamanLab/ViWrap" ], [ "https://github.com/HelikarLab/COMO" ], [ "https://github.com/SugarPy/SugarPy" ], [ "https://github.com/MSDLLCpapers/TraceTrack" ], [ "https://github.com/slh0302/SNAP" ], [ "https://github.com/smartprobe/SKCD" ], [ "https://github.com/JKlesmith/PACT" ], [ "https://github.com/Pranavkhade/PACKMAN" ], [ "https://github.com/Pranavkhade/PACKMAN" ], [ "https://github.com/Pranavkhade/PACKMAN" ], [ "https://github.com/Pranavkhade/PACKMAN" ], [ "https://github.com/RobotvisionLab/COVID-19-severity-grading" ], [ "https://github.com/Cwuwhu/FCD-GAN-pytorch" ], [ "https://github.com/Edinburgh-Genome-Foundry/DnaFeaturesViewer" ], [ "https://github.com/krishnanlab/PyGenePlexus" ], [ "https://github.com/fumiomatsuda/mfapy" ], [ "https://github.com/BioComputingUP/mocafe" ], [ "https://github.com/marbl/binnacle" ], [ "https://github.com/debbydanwang/IFPscore" ], [ "https://github.com/soedinglab/bipartite_motif_finder" ], [ "https://github.com/ekmolloy/fastmulrfs" ], [ "https://github.com/oddt/oddt" ], [ "https://github.com/oddt/oddt" ], [ "https://github.com/oddt/oddt" ], [ "https://github.com/oddt/oddt" ], [ "https://github.com/AlgoLab/celluloid" ], [ "https://github.com/EMBL-Hentze-group/htseq-clip" ], [ "https://github.com/biosinodx/SCcaller" ], [ "https://github.com/genouest/biomaj2galaxy" ], [ "https://github.com/RoniGurvich/Peptriever" ], [ "https://github.com/niaid/Nephele" ], [ "https://github.com/JLSteenwyk/PhyKIT" ], [ "https://github.com/YonghaoXu/Txt2Img-MHN" ], [ "https://github.com/ytabatabaee/Quintet-Rooting" ], [ "https://github.com/labstructbioinf/localpdb" ], [ "https://github.com/ancorasir/flange_handeye_calibration" ], [ "https://github.com/gymreklab/TRTools" ], [ "https://github.com/duartegroup/autodE" ], [ "https://github.com/vipinmenon1989/CGD" ], [ "https://github.com/florisvb/PyNumDiff" ], [ "https://github.com/labstructbioinf/DeepCoil" ], [ "https://github.com/tskit-dev/tstrait" ], [ "https://github.com/tskit-dev/tstrait" ], [ "https://github.com/tskit-dev/tstrait" ], [ "https://github.com/tskit-dev/tstrait" ], [ "https://github.com/jlduan/fba" ], [ "https://github.com/wangchao-malab/DeepAc4C" ], [ "https://github.com/kosticlab/aether" ], [ "https://github.com/zqfang/GSEApy" ], [ "https://github.com/qiime2/q2-longitudinal" ], [ "https://github.com/JingwenWen99/Vislocas" ], [ "https://github.com/sschrod/BITES" ], [ "https://github.com/JonZwe/FindPFAS" ], [ "https://github.com/tskit-dev/tstrait" ], [ "https://github.com/tskit-dev/tstrait" ], [ "https://github.com/tskit-dev/tstrait" ], [ "https://github.com/tskit-dev/tstrait" ], [ "https://github.com/thelexiconlab/forager" ], [ "https://github.com/jditz/comics" ], [ "https://github.com/Cowanlab/airrship" ], [ "https://github.com/epigenelabs/inmoose" ], [ "https://github.com/biocommons/hgvs" ], [ "https://github.com/WaqarHusain/OriDeep" ], [ "https://github.com/huoyuying/SpaDAC" ], [ "https://github.com/cbib/DIMet" ], [ "https://github.com/akcorut/kGWASflow" ], [ "https://github.com/pcastellanoescuder/FoodBiomarkerOntology" ], [ "https://github.com/fansalon/TEspeX" ], [ "https://github.com/CellProfiler/CellProfiler-Analyst" ], [ "https://github.com/CellProfiler/CellProfiler-Analyst" ], [ "https://github.com/CellProfiler/CellProfiler-Analyst" ], [ "https://github.com/CellProfiler/CellProfiler-Analyst" ], [ "https://github.com/CUHKSZ-NING/FEHCClassifier" ], [ "https://github.com/tjsego/simservice" ], [ "https://github.com/arosenfeld/immunedb" ], [ "https://github.com/liuyi1989/ResCaps" ], [ "https://github.com/bjing2016/scalar-fields" ], [ "https://github.com/eleGAN23/HyperNets" ], [ "https://github.com/PGB-LIV/VAPPER" ], [ "https://github.com/JunjieWang95/dmve" ], [ "https://github.com/lmbxmu/SiMaN" ], [ "https://github.com/mlpen/mra-attention" ], [ "https://github.com/Baoliang93/FPR" ], [ "https://github.com/FactoDeepLearning/VerticalAttentionOCR" ], [ "https://github.com/LIT-CCM-lab/ATOLL" ], [ "https://github.com/anymyb/MFDIN" ], [ "https://github.com/biodlab/RODAN" ], [ "https://github.com/DirtyHarryLYL/SymNet" ], [ "https://github.com/lxtGH/SFSegNets" ], [ "https://github.com/janscience/adaptationprimer" ], [ "https://github.com/NVIDIA/UnsupervisedLandmarkLearning" ], [ "https://github.com/qdu1995/DQSD" ], [ "https://github.com/microsoft/RespireNet" ], [ "https://github.com/jiupinjia/SkyAR" ], [ "https://github.com/tyiannak/pyAudioAnalysis" ], [ "https://github.com/hlei-ziyan/SPH3D-GCN" ], [ "https://github.com/KIT-MBS/distruct" ], [ "https://github.com/phylo42/PEWO" ], [ "https://github.com/kuhnerlab/CNValidator" ], [ "https://github.com/insilicomedicine/BiAAE" ], [ "https://github.com/VeraPancaldiLab/tysserand" ], [ "https://github.com/ChenyangLEI/deep-video-prior" ], [ "https://github.com/Illumina/tHapMix" ], [ "https://github.com/morrislab/phylowgs" ], [ "https://github.com/dilanustek/ExonSuite" ], [ "https://github.com/BBillot/EquiTrack" ], [ "https://github.com/Stephane-S/Simplot_PlusPlus" ], [ "https://github.com/nikolasthuesen/springers-hla-benchmark" ], [ "https://github.com/jinnh/ReSSS-ConvSet" ], [ "https://github.com/Baoliang93/DFSS-IQA" ], [ "https://github.com/thuml/Transfer-Learning-Library" ], [ "https://github.com/jianzongwu/robust-ref-seg" ], [ "https://github.com/ritaranx/wander" ], [ "https://github.com/mengyou2/PCVS" ], [ "https://github.com/zh460045050/dawsol" ], [ "https://github.com/zhaoyuzhi/HSGAN" ], [ "https://github.com/songweizhi/Binning_refiner" ], [ "https://github.com/limengyang1992/lpl" ], [ "https://github.com/ainieli/PP-NAS" ], [ "https://github.com/maple-research-lab/caco" ], [ "https://github.com/ZZY816/CoRP" ], [ "https://github.com/lijincm/CoCa" ], [ "https://github.com/Vision-Intelligence-and-Robots-Group/DCIL" ], [ "https://github.com/yangyanli/DO-Conv" ], [ "https://github.com/Malga-Vision/VisionTool" ], [ "https://github.com/jkrapohl/SnakeWRAP" ], [ "https://github.com/PRIS-CV/PMG-V2" ], [ "https://github.com/JosephKJ/iOD" ], [ "https://github.com/bioinfolabmu/piRNN" ], [ "https://github.com/hjraad/FLT" ], [ "https://github.com/JiarunLiu/Co-Correcting" ], [ "https://github.com/M-3LAB/open-iad" ], [ "https://github.com/jvparidon/subs2vec" ], [ "https://github.com/PeihaoChen/regnet" ], [ "https://github.com/dongliangchang/OSLNet" ], [ "https://github.com/dongbo-BUAA-VR/Pointfilter" ], [ "https://github.com/dewyman/TranscriptClean" ], [ "https://github.com/tianwangbuaa/RecapNet" ], [ "https://github.com/saketkc/pysradb" ], [ "https://github.com/jordisr/poreover" ], [ "https://github.com/ElofssonLab/PconsC4" ], [ "https://github.com/Image-Py/imagepy" ], [ "https://github.com/vlollier/oligator" ], [ "https://github.com/a-hel/medcrawler" ], [ "https://github.com/AndersenLab/VCF-kit" ], [ "https://github.com/vsegurar/DeepMSPeptide" ], [ "https://github.com/hemo0826/DCDiff" ], [ "https://github.com/kptx666/BCRN" ], [ "https://github.com/HVision-NKU/Conv2Former" ], [ "https://github.com/wangxuanx/TalkingStyle" ], [ "https://github.com/liushunyu/OPT" ], [ "https://github.com/ywwynm/SMR" ], [ "https://github.com/shikiw/PointCAT" ], [ "https://github.com/xdxuyang/CR_Noisy_Labels" ], [ "https://github.com/ChyaZhang/DDConv-PSI" ], [ "https://github.com/NUST-Machine-Intelligence-Laboratory/HCPN" ], [ "https://github.com/GeometricBCI/Tensor-CSPNet-and-Graph-CSPNet" ], [ "https://github.com/HubYZ/LatentEnhancement" ], [ "https://github.com/kalkairis/BuildPhIPSeqLibrary" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nnzhan/TraverseNet" ], [ "https://github.com/antao97/SegGroup" ], [ "https://github.com/ssl-codelab/lorac" ], [ "https://github.com/gorkemalgan/MetaLabelNet" ], [ "https://github.com/tanjatang/CAN" ], [ "https://github.com/joshr17/IFM" ], [ "https://github.com/reinator/splace" ], [ "https://github.com/lz118/Multi-interactive-Dual-decoder" ], [ "https://github.com/cengzeyuan/TNNLS-FFKSF" ], [ "https://github.com/hjdw2/Local-critic-training" ], [ "https://github.com/yuhuan-wu/RDPNet" ], [ "https://github.com/FenyoLab/transposcope" ], [ "https://github.com/ucrbioinfo/PGV" ], [ "https://github.com/bunop/isoSegmenter" ], [ "https://github.com/PMBio/GNetLMM" ], [ "https://github.com/DecodeGenetics/NCOurd" ], [ "https://github.com/5k5000/DeepClosing" ], [ "https://github.com/Sixkplus/TapLab" ], [ "https://github.com/TVayne/GroupMorph" ], [ "https://github.com/illidanlab/inversion-influence-function" ], [ "https://github.com/woodyx218/opacus_global_clipping" ], [ "https://github.com/ShiQingHongYa/LabCR" ], [ "https://github.com/YaN9-Y/DUVD" ], [ "https://github.com/csguomy/MDKNet" ], [ "https://github.com/uhlerlab/InfoCORE" ], [ "https://github.com/sysuvis/NVB" ], [ "https://github.com/HuangZhiChao95/ATAS" ], [ "https://github.com/kostas1515/iif" ], [ "https://github.com/knmac/adaptive_spatiotemporal" ], [ "https://github.com/vandeppce/sphkpt" ], [ "https://github.com/rajesh-lab/deep_permutation_invariant" ], [ "https://github.com/Dong-Huo/RGB-T-Glass-Segmentation" ], [ "https://github.com/Jeff-Zilence/Explain_Metric_Learning" ], [ "https://github.com/pavancm/GREED" ], [ "https://github.com/simonvh/fluff" ], [ "https://github.com/TuomoKalliokoski/HASTEN" ], [ "https://github.com/loadder/MR-Net" ], [ "https://github.com/idealwei/ASANet" ], [ "https://github.com/sckangz/SelfsupervisedSC" ], [ "https://github.com/zju3dv/NIID-Net" ], [ "https://github.com/compbio/CRISPRpic" ], [ "https://github.com/wdecoster/methplotlib" ], [ "https://github.com/kansil/SLPred" ], [ "https://github.com/diazlab/ELSA" ], [ "http://github.com/dzarmola/knot_pull" ], [ "https://github.com/hitbc/rMETL" ], [ "https://github.com/facebookresearch/Detectron" ], [ "https://github.com/facebookresearch/Detectron" ], [ "https://github.com/facebookresearch/Detectron" ], [ "https://github.com/facebookresearch/Detectron" ], [ "https://github.com/byemaxx/BlastGUI" ], [ "https://github.com/ncbi-nlp/NegBio" ], [ "https://github.com/4dn-dcic/tibanna" ], [ "https://github.com/UdeM-LBIT/OrthoPara-ConstraintChecker" ], [ "https://github.com/alastair-droop/qsubsec" ], [ "https://github.com/AitchisonLab/perox-per-cell" ], [ "https://github.com/AitchisonLab/perox-per-cell" ], [ "https://github.com/AitchisonLab/perox-per-cell" ], [ "https://github.com/AitchisonLab/perox-per-cell" ], [ "https://github.com/syxiaa/GBSVM" ], [ "https://github.com/M3DV/RibSeg" ], [ "https://github.com/lyuxianqiang/LFLL-DCU" ], [ "https://github.com/citiususc/pastaspark" ], [ "https://github.com/opencobra/Medusa" ], [ "https://github.com/m-crown/OMEinfo" ], [ "https://github.com/oxpig/SPACE2" ], [ "https://github.com/eugeniomazzone/CPI-NXTFusion" ], [ "https://github.com/JMLab-tifrh/ecoli_finer" ], [ "https://github.com/AnneHartebrodt/fc-federated-pca" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/AlexandrovLab/SigProfilerAssignment" ], [ "https://github.com/AlexandrovLab/SigProfilerAssignment" ], [ "https://github.com/AlexandrovLab/SigProfilerAssignment" ], [ "https://github.com/AlexandrovLab/SigProfilerAssignment" ], [ "https://github.com/AldisiRana/GenRisk" ], [ "https://github.com/gymrek-lab/trtools" ], [ "https://github.com/VirtualPlants/draco-stem" ], [ "https://github.com/glample/tagger" ], [ "https://github.com/GRAAL-Research/MeaningBERT" ], [ "https://github.com/QiaoyingJi/DeepSE" ], [ "https://github.com/profeatmap/ProFeatMap" ], [ "https://github.com/Snowfallingplum/SSAT" ], [ "https://github.com/carmanzhang/PubMed-AND-method" ], [ "https://github.com/Arty40m/AliNA" ], [ "https://github.com/identifiers-org/cmd-iaso" ], [ "https://github.com/pievos101/GNN-SubNet" ], [ "https://github.com/zyk2118216069/LncRNA-protein-interactions-prediction" ], [ "https://github.com/icb-dcm/pyabc" ], [ "https://github.com/icb-dcm/pyabc" ], [ "https://github.com/icb-dcm/pyabc" ], [ "https://github.com/icb-dcm/pyabc" ], [ "https://github.com/ADicksonLab/wepy" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/liulifenyf/TSPTFBS" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/laoyangui/HSPAN" ], [ "https://github.com/cosconatilab/PyRMD" ], [ "https://github.com/cosconatilab/PyRMD" ], [ "https://github.com/cosconatilab/PyRMD" ], [ "https://github.com/cosconatilab/PyRMD" ], [ "https://github.com/dantaki/SV2" ], [ "https://github.com/burakalakuss/COVID-19-Clinical" ], [ "https://github.com/yukuntan92/PALLAS" ], [ "https://github.com/nongdaxiaofeng/DDAPRED" ], [ "https://github.com/bthyreau/hippodeep" ], [ "https://github.com/VU-HMS/Tutorial-stabilizing-walking" ], [ "https://github.com/biocore/zebra_filter" ], [ "https://github.com/tlawrence3/amPEPpy" ], [ "https://github.com/ThieleLab/mars-pipeline" ], [ "https://github.com/qiyunzhu/woltka" ], [ "https://github.com/Medical-Image-Analysis/Retinal-layer-segmentation" ], [ "https://github.com/ViTAE-Transformer/P3M-Net" ], [ "https://github.com/kullrich/oggmap" ], [ "https://github.com/stevemussmann/admixturePipeline" ], [ "https://github.com/cosconatilab/PyRMD" ], [ "https://github.com/cosconatilab/PyRMD" ], [ "https://github.com/cosconatilab/PyRMD" ], [ "https://github.com/cosconatilab/PyRMD" ], [ "https://github.com/SysBioInra/RBApy" ], [ "https://github.com/canzarlab/McSplicer" ], [ "https://github.com/MetaSeek-Sequencing-Data-Discovery/metaseek" ], [ "https://github.com/biogramming/AASRA" ], [ "https://github.com/guojson/AgCNER" ], [ "https://github.com/mhnb/camamed" ], [ "https://github.com/uclahs-cds/tool-NFTest" ], [ "https://github.com/afujimoto/CAMPHORsomatic" ], [ "https://github.com/afujimoto/CAMPHOR" ], [ "https://github.com/biojava/biojava-tutorial" ], [ "https://github.com/hcji/ProSAP" ], [ "https://github.com/SD2E/omics_tools" ], [ "https://github.com/crazyinter/Seq2Vec" ], [ "https://github.com/moss-lab/ScanFold" ], [ "https://github.com/nbrg-ppcu/prokbert" ], [ "https://github.com/nigyta/dfast_core" ], [ "https://github.com/zhanglabNKU/BERMAD" ], [ "https://github.com/Rongtao-Xu/SkinFormer" ], [ "https://github.com/CompEpigen/figeno" ], [ "https://github.com/eric-hang/DisGenIB" ], [ "https://github.com/alexander-malafeev/microsleep-detection" ], [ "https://github.com/chnshx/DreamAnime" ], [ "https://github.com/LongyangHuang/OAC-BVR" ], [ "https://github.com/AngusMonroe/ContrastPool" ], [ "https://github.com/BraveGroup/FullySparseFusion" ], [ "https://github.com/EsakaK/LSSVC" ], [ "https://github.com/GuoleiSun/VSS-CFFM" ], [ "https://github.com/thohemp/6DRepNet360" ], [ "https://github.com/XLearning-SCU/2024-TIP-CREAM" ], [ "https://github.com/vignywang/IDC" ], [ "https://github.com/sentaochen/Mutual-Information-Estimation-and-Minimization" ], [ "https://github.com/xrjiang527/FABNet-PyTorch" ], [ "https://github.com/Puzzled-Hui/Connectivity-Aware-Airway-Segmentation" ], [ "https://github.com/zzw-szu/CoNuSeg" ], [ "https://github.com/mikasa3lili/DO-SAR" ], [ "https://github.com/CyclicalCurriculum/Cyclical-Curriculum" ], [ "https://github.com/leijiezhang/RFNN" ], [ "https://github.com/naver/posebert" ], [ "https://github.com/vLAR-group/OGC" ], [ "https://github.com/POSTECH-CVLab/PyTorch-StudioGAN" ], [ "https://github.com/eeyhsong/EEG-Conformer" ], [ "https://github.com/sculab/GeneMiner" ], [ "https://github.com/zhiweibi/PT-GAN" ], [ "https://github.com/liuyi1989/DCR" ], [ "https://github.com/nvakhoa/superclass-FSIS" ], [ "https://github.com/lpfworld/DMPNet" ], [ "https://github.com/MoonBlvd/Detection-of-Traffic-Anomaly" ], [ "https://github.com/syp2ysy/CTNet" ], [ "https://github.com/bupt-ai-cz/HSA-NRL" ], [ "https://github.com/xytmhy/DID-ANet-Defocus-Deblurring" ], [ "https://github.com/gaobb/MCAR" ], [ "https://github.com/mahendra-awale/medchem_moves" ], [ "https://github.com/zjhthu/OANet" ], [ "https://github.com/fuweijie/DRE" ], [ "https://github.com/yytzsy/SCDM-TPAMI" ], [ "https://github.com/mit-han-lab/temporal-shift-module" ], [ "https://github.com/cloudve/galaxycloudrunner" ], [ "https://github.com/smutao/PyVibMS" ], [ "https://github.com/callmeray/PointMVSNet" ], [ "https://github.com/UCLCheminformatics/ScaffoldGraph" ], [ "https://github.com/ZJUYH/radar-to-lidar-place-recognition" ], [ "https://github.com/seansolari/expam" ], [ "https://github.com/hchyang/PSiTE" ], [ "https://github.com/cfrioux/miscoto" ], [ "https://github.com/LeopoldC/Boost-HiC" ], [ "https://github.com/ucrbioinfo/Chimericognizer" ], [ "https://github.com/Dawn5786/CoCRF-TrackNet" ], [ "https://github.com/ashleylqx/STRA-Net" ], [ "https://github.com/qunfengdong/MicroGMT" ], [ "https://github.com/ifaust83/cgheliparm" ], [ "https://github.com/ale-odinokov/pyEFP" ], [ "https://github.com/wf8/sumac" ], [ "https://github.com/ch3cook-fdu/Vote2Cap-DETR" ], [ "https://github.com/jsczzzk/R-MSFM" ], [ "https://github.com/kiwi-lilo/AMPLIFY" ], [ "https://github.com/Dong-Huo/SRR-MAXL" ], [ "https://github.com/ZitZhengWang/SLTRN" ], [ "https://github.com/lanbiolab/LGCDA" ], [ "https://github.com/qzhb/UbRV2A" ], [ "https://github.com/IMOP-lab/SASAN-Pytorch" ], [ "https://github.com/ritaranx/NeST" ], [ "https://github.com/013zyj/CSMN" ], [ "https://github.com/ChenPointCloud/HTMC" ], [ "https://github.com/andreYoo/WSCL_VeReid" ], [ "https://github.com/litchiar/ShotClassification" ], [ "https://github.com/yangfan-hu/Fast-SNN" ], [ "https://github.com/zhiyuns/UNITPathSSL" ], [ "https://github.com/nachifur/TBRNet" ], [ "https://github.com/yanx27/CLEVR3D" ], [ "https://github.com/zqpiao/LRA" ], [ "https://github.com/ruhig6/JNMR" ], [ "https://github.com/jswati31/gazeclr" ], [ "https://github.com/zhuyr97/HGRR" ], [ "https://github.com/ljaiverson/pFL-APPLE" ], [ "https://github.com/Lineves7/CSformer" ], [ "https://github.com/DoraemonXia/BLAM6A-Merge" ], [ "https://github.com/nie-lang/RotationCorrection" ], [ "https://github.com/THUFDD/CADM-plus" ], [ "https://github.com/DIAL-RPI/UCAT" ], [ "https://github.com/IDKiro/DehazeFormer" ], [ "https://github.com/FactoDeepLearning/DAN" ], [ "https://github.com/ShinyWang33/eSL-Net-Plusplus" ], [ "https://github.com/DanielNolte/FederatedDeepRegressionForests" ], [ "https://github.com/schlegelp/tanglegram" ], [ "https://github.com/pachterlab/ffq" ], [ "https://github.com/wwyi1828/CluSiam" ], [ "https://github.com/ucas-vg/GroupSampling" ], [ "https://github.com/Jillian555/CCP-GNN" ], [ "https://github.com/fanyang587/NestedNet" ], [ "https://github.com/ZhenyueQin/Angular-Skeleton-Encoding" ], [ "https://github.com/stevenhan1991/CoordNet" ], [ "https://github.com/XiaoTaoWang/HiCLift" ], [ "https://github.com/XiaoTaoWang/HiCLift" ], [ "https://github.com/XiaoTaoWang/HiCLift" ], [ "https://github.com/XiaoTaoWang/HiCLift" ], [ "https://github.com/megvii-research/BasesHomo" ], [ "https://github.com/CCECfgd/MSCDN-master" ], [ "https://github.com/lightbillow/DHRec" ], [ "https://github.com/IRMVLab/EfficientLO-Net" ], [ "https://github.com/azurerain7/Word2Pix" ], [ "https://github.com/rajewsky-lab/optocoder" ], [ "https://github.com/XMUDM/ShillingAttack" ], [ "https://github.com/QTJiebin/FVV_QoE" ], [ "https://github.com/ZongJ1111/Academic-Performance-Prediction" ], [ "https://github.com/ngs00/emrl" ], [ "https://github.com/toil2sweet/CRNet" ], [ "https://github.com/HpWang-whu/RoReg" ], [ "https://github.com/ggsDing/ASLNet" ], [ "https://github.com/aztc/MRDMN" ], [ "https://github.com/chenyilun95/DSGN2" ], [ "https://github.com/cfzd/Ultra-Fast-Lane-Detection-v2" ], [ "https://github.com/chemosim-lab/ProLIF" ], [ "https://github.com/jwwangchn/BONAI" ], [ "https://github.com/ymcui/expmrc" ], [ "https://github.com/LaiSongxuan/SynSig2Vec" ], [ "https://github.com/Yang-Bob/PST" ], [ "https://github.com/koszullab/hicstuff" ], [ "https://github.com/mogvision/FFD" ], [ "https://github.com/yyyanglz/KAN" ], [ "https://github.com/ranery/Bayesian-CycleGAN" ], [ "https://github.com/wps712/FFN" ], [ "https://github.com/yj-zhou/Feature_Encoding_with_AutoEncoders_for_Weakly-supervised_Anomaly_Detection" ], [ "https://github.com/hallamlab/HivePanelExplorer" ], [ "https://github.com/mzlr/sau-net" ], [ "https://github.com/mzlr/sau-net" ], [ "https://github.com/mzlr/sau-net" ], [ "https://github.com/mzlr/sau-net" ], [ "https://github.com/mcahny/vps" ], [ "https://github.com/BioSystemsUM/mewpy" ], [ "https://github.com/insilichem/pychimera" ], [ "https://github.com/tsudalab/MDTS" ], [ "https://github.com/zmzhang/TEAM" ], [ "https://github.com/magnusdv/filtus" ], [ "https://github.com/rsemeraro/PyPore" ], [ "https://github.com/nicolazzie/AffyPipe" ], [ "https://github.com/zhoudw-zdw/CIL_Survey" ], [ "https://github.com/kostkalab/vaeda" ], [ "https://github.com/budach/pysster" ], [ "https://github.com/pblischak/HyDe" ], [ "https://github.com/TJU-CMC-Org/isoMiRmap" ], [ "https://github.com/SpatialTranscriptomicsResearch/st_pipeline" ], [ "https://github.com/Shawn-Xu/PPIP" ], [ "https://github.com/soyashinkai/PHi-C2" ], [ "https://github.com/jyangfsu/WQChartPy" ], [ "https://github.com/liqi-casia/FaceSwapper" ], [ "https://github.com/zhc940702/SDPred" ], [ "https://github.com/MmelodYy/DunHuangStitch" ], [ "https://github.com/DoubtedSteam/CycleTrans" ], [ "https://github.com/YixinChen-AI/PCNet" ], [ "https://github.com/icedpanda/KERL" ], [ "https://github.com/JingyunLiang/VRT" ], [ "https://github.com/ilanshom/adaptiveMSA" ], [ "https://github.com/qklee-lz/CDTM" ], [ "https://github.com/DebtVC2022/Robust_Learning_with_MGC" ], [ "https://github.com/yuhuimin11/SGCD-master" ], [ "https://github.com/3BioCompBio/pyScoMotif" ], [ "https://github.com/caigitrepo/SCDGC" ], [ "https://github.com/jairesdesousa/guidemol" ], [ "https://github.com/WenkeHuang/FCCL" ], [ "https://github.com/AIRI-Institute/when-to-switch" ], [ "https://github.com/Li-Wentao/dMEGA" ], [ "https://github.com/KaulichLab/ReCo" ], [ "https://github.com/jahhaoyang/MemBridge" ], [ "https://github.com/Doubiiu/AIDN" ], [ "https://github.com/sebastian-gregoricchio/snHiC" ], [ "https://github.com/EnyaHermite/Picasso" ], [ "https://github.com/pth1993/FATDM" ], [ "https://github.com/mor-avi-aharon-bgu/HueNet" ], [ "https://github.com/XiaoxFeng/IENet" ], [ "https://github.com/zcq15/SPDET" ], [ "https://github.com/HaifengXia/IDG" ], [ "https://github.com/YouyiSong/Dynamic-Loss-Weighting" ], [ "https://github.com/MantangGuo/CW4VS" ], [ "https://github.com/wangWilson/CGCDet" ], [ "https://github.com/tinglyfeng/IC9600" ], [ "https://github.com/zju3dv/Vox-Surf" ], [ "https://github.com/Chenyang4/ReSmooth" ], [ "https://github.com/NK-CS-ZZL/IAN" ], [ "https://github.com/lmbxmu/1xN" ], [ "https://github.com/hellloxiaotian/HGSRCNN" ], [ "https://github.com/KingJamesSong/DifferentiableSVD" ], [ "https://github.com/ZhihaoPENG-CityU/AASSC-Net" ], [ "https://github.com/bionlplab/heart_failure_mortality" ], [ "https://github.com/yuhuan-wu/EDN" ], [ "https://github.com/bjj9/EVE_SCPT" ], [ "https://github.com/vanvalenlab/deepcell-spots" ], [ "https://github.com/vanvalenlab/deepcell-spots" ], [ "https://github.com/vanvalenlab/deepcell-spots" ], [ "https://github.com/vanvalenlab/deepcell-spots" ], [ "https://github.com/ShiQiu0419/pnp-3d" ], [ "https://github.com/yzyvl/DivAC" ], [ "https://github.com/jiabaocui/MIAIS" ], [ "https://github.com/shizenglin/Unsharp-Mask-Guided-Filtering" ], [ "https://github.com/OIPLab-DUT/IEEE-TCYB-PANet" ], [ "https://github.com/ikmb/iptoolkit" ], [ "https://github.com/kailigo/dmvsc" ], [ "https://github.com/z-x-yang/CFBI" ], [ "https://github.com/bouracha/OoDMotion" ], [ "https://github.com/tengteng95/Pose-Transfer" ], [ "https://github.com/juntang-zhuang/explain_invertible" ], [ "https://github.com/naivete5656/MDMLM" ], [ "https://github.com/ucaswangls/STFormer" ], [ "https://github.com/mboboGO/MOMN" ], [ "https://github.com/AADavin/ZOMBI" ], [ "https://github.com/davidemms/OrthoFinder" ], [ "https://github.com/sasky1/DPRL" ], [ "https://github.com/ghattab/seevis" ], [ "https://github.com/richadhanuka/PFP-Autoencoders" ], [ "https://github.com/facebookresearch/Detectron" ], [ "https://github.com/facebookresearch/Detectron" ], [ "https://github.com/facebookresearch/Detectron" ], [ "https://github.com/facebookresearch/Detectron" ], [ "https://github.com/joewuca/imputation" ], [ "https://github.com/seqcode/miniMDS" ], [ "https://github.com/aflevel/GWAlpha" ], [ "https://github.com/cyinbox/DNADU" ], [ "https://github.com/hy0523/MTNet" ], [ "https://github.com/rinikerlab/Ensembler" ], [ "https://github.com/galaxyproject/galaxy" ], [ "https://github.com/galaxyproject/galaxy" ], [ "https://github.com/galaxyproject/galaxy" ], [ "https://github.com/galaxyproject/galaxy" ], [ "https://github.com/sys-bio/frequencyResponse" ], [ "https://github.com/AliYoussef96/gtAI" ], [ "https://github.com/liedllab/X-Entropy" ], [ "https://github.com/Kirovez/pyTanFinder" ], [ "https://github.com/xulesc/pymcpsc" ], [ "https://github.com/DecoPath/DecoPath" ], [ "https://github.com/yavyx/PaIntDB" ], [ "https://github.com/wmayner/pyphi" ], [ "https://github.com/labstructbioinf/samcc_turbo" ], [ "https://github.com/gbouras13/pharokka" ], [ "https://github.com/LIT-CCM-lab/LIT-AlphaFold" ], [ "https://github.com/sayangsep/Beatrice-Finemapping" ], [ "https://github.com/fothia/improve-RRBS" ], [ "https://github.com/rghu/reconCNV" ], [ "https://github.com/klamt-lab/straindesign" ], [ "https://github.com/kalpeshjp89/DUSGAN" ], [ "https://github.com/dohlee/prism" ], [ "https://github.com/mafeiyang/ACTINN" ], [ "https://github.com/Candihub/pixel" ], [ "https://github.com/zht8506/UniHead" ], [ "https://github.com/peanono/SNO-DCA" ], [ "https://github.com/meteahishali/OSEN" ], [ "https://github.com/lhaof/SENC" ], [ "https://github.com/ZongYingLi/ASMNet" ], [ "https://github.com/yi-ding-cs/GIGN" ], [ "https://github.com/KangLiao929/Cylin-Painting" ], [ "https://github.com/FengleiFan/ReLinear" ], [ "https://github.com/JianHPan/SilenceREIN" ], [ "https://github.com/syxiaa/GBRS" ], [ "https://github.com/Lswhiteh/PhyloMatcher" ], [ "https://github.com/Lswhiteh/PhyloMatcher" ], [ "https://github.com/Lswhiteh/PhyloMatcher" ], [ "https://github.com/Lswhiteh/PhyloMatcher" ], [ "https://github.com/aigzhusmart/Slim-UNETR" ], [ "https://github.com/qwangg/MFDNet" ], [ "https://github.com/Boehringer-Ingelheim/pyPept" ], [ "https://github.com/LucasCJYSDL/HierAIRL" ], [ "https://github.com/dr-majie/opentqa" ], [ "https://github.com/kansil/ProFAB" ], [ "https://github.com/zhangxin-xd/REAF" ], [ "https://github.com/flairNLP/flair" ], [ "https://github.com/Legenddddd/AIS-MLI" ], [ "https://github.com/MinhyukPark/HMMerge" ], [ "https://github.com/DotWang/DCN-T" ], [ "https://github.com/mesunhlf/EA" ], [ "https://github.com/Xinyil256/RAUNA2023" ], [ "https://github.com/winycg/L-MCL" ], [ "https://github.com/aimagelab/mammoth" ], [ "https://github.com/Jae35/IFFD" ], [ "https://github.com/weitianxin/HyperGCL" ], [ "https://github.com/li-xl/DGNet" ], [ "https://github.com/LirongWu/RFA-GNN" ], [ "https://github.com/bigbio/proteomics-metadata-standard" ], [ "https://github.com/Xiaoqiang-Yan/DCIB" ], [ "https://github.com/huanghanchi/CAMRL" ], [ "https://github.com/Hazelsuko07/EMA" ], [ "https://github.com/lxtGH/TemporalPyramidRouting" ], [ "https://github.com/cvlab-stonybrook/Target-absent-Human-Attention" ], [ "https://github.com/nku-zhichengzhang/PlaneSeg" ], [ "https://github.com/pierrepo/autoclassweb" ], [ "https://github.com/PRIS-CV/Pair-wise-Similarity-module" ], [ "https://github.com/Guaishou74851/CASNet" ], [ "https://github.com/tjiangHIT/cuteSV" ], [ "https://github.com/tjiangHIT/cuteSV" ], [ "https://github.com/tjiangHIT/cuteSV" ], [ "https://github.com/tjiangHIT/cuteSV" ], [ "https://github.com/pavancm/CONTRIQUE" ], [ "https://github.com/zhangle408/EH-Nets" ], [ "https://github.com/EIHW/motilitAI" ], [ "https://github.com/liruihui/Self-Embedding" ], [ "https://github.com/spectralpublic/RIAN" ], [ "https://github.com/dd1github/DeepSMOTE" ], [ "https://github.com/luzzou/6D-ViT" ], [ "https://github.com/michaelsouza/bpl" ], [ "https://github.com/Ha0Tang/DPGAN" ], [ "https://github.com/lxtGH/GALD-DGCNet" ], [ "https://github.com/jiequancui/ResLT" ], [ "https://github.com/speedinghzl/AlignSeg" ], [ "https://github.com/RiDang/DANN" ], [ "https://github.com/etirouthier/keras_dna" ], [ "https://github.com/mahaichuan/Versatile-Image-Compression" ], [ "https://github.com/bkballoon/mvsm-fusion" ], [ "https://github.com/hkaneko1985/gtm-generativetopographicmapping" ], [ "https://github.com/hkaneko1985/gtm-generativetopographicmapping" ], [ "https://github.com/hkaneko1985/gtm-generativetopographicmapping" ], [ "https://github.com/hkaneko1985/gtm-generativetopographicmapping" ], [ "https://github.com/cs-chan/ArtGAN" ], [ "https://github.com/ParkinsonLab/DETECT-v2" ], [ "https://github.com/tsudalab/ChemTS" ], [ "https://github.com/yytzsy/Syntax-Customized-Video-Captioning" ], [ "https://github.com/bihealth/hlama" ], [ "https://github.com/silviamicroarray/chipSAD" ], [ "https://github.com/BSGOxford/BrowseVCF" ], [ "https://github.com/cbrueffer/tophat-recondition" ], [ "https://github.com/CompSynBioLab-KoreaUniv/FunGAP" ], [ "https://github.com/DeMarcoLab/fibsem" ], [ "https://github.com/jonmohl/ISOGlyP" ], [ "https://github.com/jonmohl/ISOGlyP" ], [ "https://github.com/jonmohl/ISOGlyP" ], [ "https://github.com/jonmohl/ISOGlyP" ], [ "https://github.com/agleed/calopus_statistical_heatmaps" ], [ "https://github.com/rish-16/rna-backbone-design" ], [ "https://github.com/RUBi-ZA/MD-TASK" ], [ "https://github.com/RUBi-ZA/MD-TASK" ], [ "https://github.com/RUBi-ZA/MD-TASK" ], [ "https://github.com/RUBi-ZA/MD-TASK" ], [ "https://github.com/YuBinLab-QUST/scBKAP" ], [ "https://github.com/nczub/SerotoninAI_streamlit" ], [ "https://github.com/VivianMonzon/Reciprocal_Best_Structure_Hits" ], [ "https://github.com/raufs/skDER" ], [ "https://github.com/oschwengers/bakta" ], [ "https://github.com/MaximilianBeckers/SPOC" ], [ "https://github.com/iolag/UPD_study" ], [ "https://github.com/riken-aip/pyHSICLasso" ], [ "https://github.com/PhosphorylatedRabbits/cosifer" ], [ "https://github.com/oschakoory/DeepMPTB" ], [ "https://github.com/WanluLiuLab/CRISPRTE" ], [ "https://github.com/variomes/sibtm-variomes" ], [ "https://github.com/sys-bio/SBbadger" ], [ "https://github.com/jahuth/convis" ], [ "https://github.com/ljmartin/fp_low_ave" ], [ "https://github.com/LiangYu-Xidian/MDAGS" ], [ "https://github.com/hannelorelongin/FLAMS" ], [ "https://github.com/wangweiSJTU/OTUR" ], [ "https://github.com/ToHanwei/Genome2OR" ], [ "https://github.com/UdeS-CoBIUS/DoubleRecViz" ], [ "https://github.com/manuel-munoz-aguirre/PyHIST" ], [ "https://github.com/ninglolo/SGII" ], [ "https://github.com/paulmorio/protclus" ], [ "https://github.com/qiime2/q2-feature-classifier" ], [ "https://github.com/Kingsford-Group/hierrepsetselection" ], [ "https://github.com/lanl/pybnf" ], [ "https://github.com/fritzsedlazeck/Sniffles" ], [ "https://github.com/paulmorio/gincco" ], [ "https://github.com/GaoAi/ELRNet" ], [ "https://github.com/deepchem/deepchem" ], [ "https://github.com/wiederm/transformato" ], [ "https://github.com/AkashCiel/scTopoGAN" ], [ "https://github.com/ldz7/PAIA" ], [ "https://github.com/icb-dcm/pypesto" ], [ "https://github.com/WangLabTHU/GPro" ], [ "https://github.com/KennthShang/PhaVIP" ], [ "https://github.com/biox-nku/aster" ], [ "https://github.com/yangji9181/HNE" ], [ "https://github.com/arontier/S_Pred_Paper" ], [ "https://github.com/sarafridov/DAB-quant" ], [ "https://github.com/tianrenmaogithub/asap2" ], [ "https://github.com/moranshar/TiPA" ], [ "https://github.com/myungjinlee/GLYCO" ], [ "https://github.com/raghvendra5688/Drug-Repurposing" ], [ "https://github.com/Su-informatics-lab/DSTG" ], [ "https://github.com/zhc940702/CGATCPred" ], [ "https://github.com/AlexandrovLab/SigProfilerSimulator" ], [ "https://github.com/ufbmi/onefl-deduper" ], [ "https://github.com/BigDataBiology/macrel" ], [ "https://github.com/bioinsilico/BIPSPI" ], [ "https://github.com/ZijingMao/ROICNN" ], [ "https://github.com/seoklab/GalaxyWater-CNN" ], [ "https://github.com/msabrysarhan/taxonize_genbank" ], [ "https://github.com/Delta4AI/OntoloViz" ], [ "https://github.com/abhhba999/MRM-BERT" ], [ "https://github.com/wells-wood-research/timed-design" ], [ "https://github.com/kuratahiroyuki/Stack-DHUpred" ], [ "https://github.com/XiaoqiongXia/MDTips" ], [ "https://github.com/ChenHuaLab/fastHaN" ], [ "https://github.com/markliou/ThermalProGAN" ], [ "https://github.com/RNA-folding-lab/RNAStat" ], [ "https://github.com/frankligy/BayesTS" ], [ "https://github.com/hello-json/CallerRecommendation" ], [ "https://github.com/IfDTUlm/CGM_Performance_Assessment" ], [ "https://github.com/DessimozLab/omamo" ], [ "https://github.com/cast-genomics/haptools" ], [ "https://github.com/shimlab/NanoSplicer" ], [ "https://github.com/TingLi2016/DeepCarc" ], [ "https://github.com/labomics/MetaLogo" ], [ "https://github.com/s6juncheng/BERTMHC" ], [ "https://github.com/SethCommichaux/IGC" ], [ "https://github.com/ICB-DCM/pyPESTO" ], [ "https://github.com/ICB-DCM/pyPESTO" ], [ "https://github.com/ICB-DCM/pyPESTO" ], [ "https://github.com/ICB-DCM/pyPESTO" ], [ "https://github.com/Marleen1/OGRE" ], [ "https://github.com/koonimaru/DeepGMAP" ], [ "https://github.com/Abyss-bai/reference-panel-reconstruction" ], [ "https://github.com/SPKlab/Operon-Finder" ], [ "https://github.com/thinng/GraphDTA" ], [ "https://github.com/korkinlab/dispot" ], [ "https://github.com/VCCRI/VPOT" ], [ "https://github.com/jhroth/data-example" ], [ "https://github.com/cjbrasher/LipidFinder" ], [ "https://github.com/W-L/deviaTE" ], [ "https://github.com/Latheuni/Hierarchical_reject" ], [ "https://github.com/PlantSynBioLab/TidyTron" ], [ "https://github.com/mlkr-rbi/dAD" ], [ "https://github.com/alexlancaster/pypop" ], [ "https://github.com/aspuru-guzik-group/selfies" ], [ "https://github.com/priyarana/Protein-subcellular-localisation-method" ], [ "https://github.com/tbwxmu/SAMPN" ], [ "https://github.com/engbiopct/EasySSR" ], [ "https://github.com/VIOLINet/Vaxign-ML-docker" ], [ "https://github.com/eyalsim/LCV" ], [ "https://github.com/ghoresh11/sling" ], [ "https://github.com/sirajulsalekin/DeepSNR" ], [ "https://github.com/npnl/PALS" ], [ "https://github.com/anny0316/Drug3D-Net" ], [ "https://github.com/LigosQ/iProps" ], [ "https://github.com/CSUBioGroup/BEPROF" ], [ "https://github.com/ding-lab/pollock" ], [ "https://github.com/vrettasm/MetalHawk" ], [ "https://github.com/gevaertlab/RNA-GAN" ], [ "https://github.com/tdgrant1/denss" ], [ "https://github.com/zhanxw/Isoplexis_Data_Analysis" ], [ "https://github.com/zhanxw/Isoplexis_Data_Analysis" ], [ "https://github.com/zhanxw/Isoplexis_Data_Analysis" ], [ "https://github.com/zhanxw/Isoplexis_Data_Analysis" ], [ "https://github.com/mrazvan22/brain-coloring" ], [ "https://github.com/duolinwang/MusiteDeep_web" ], [ "https://github.com/ShirleyWISiu/LigTMap" ], [ "https://github.com/bioinfolabwhu/circRIP" ], [ "https://github.com/cvdelannoy/baseLess" ], [ "https://github.com/NVlabs/stylegan2" ], [ "https://github.com/EPFL-LCSB/ARBRE" ], [ "https://github.com/conscienceli/MDTNet" ], [ "https://github.com/prACTISedProgram/prACTISed" ], [ "https://github.com/QUMU00/mstocirc-master" ], [ "https://github.com/jonmohl/ISOGlyP" ], [ "https://github.com/jonmohl/ISOGlyP" ], [ "https://github.com/jonmohl/ISOGlyP" ], [ "https://github.com/jonmohl/ISOGlyP" ], [ "https://github.com/inpacdb/KinomeRun" ], [ "https://github.com/jerryji1993/DNABERT" ], [ "https://github.com/matandro/RNAsfbinv" ], [ "https://github.com/rpeckner-broad/Specter" ], [ "https://github.com/mandricigor/repeat-aware" ], [ "https://github.com/louzounlab/CLAIRE" ], [ "https://github.com/IcarPA-TBlab/nrc" ], [ "https://github.com/wanglf19/MultiCapsNet" ], [ "https://github.com/mlangill/microbiome_helper" ], [ "https://github.com/mlangill/microbiome_helper" ], [ "https://github.com/mlangill/microbiome_helper" ], [ "https://github.com/mlangill/microbiome_helper" ], [ "https://github.com/WGLab/Phen2Gene" ], [ "https://github.com/qiurui4shu/PIG" ], [ "https://github.com/PennChopMicrobiomeProgram/unassigner" ], [ "https://github.com/Jiahuiqu/MoE-PNP" ], [ "https://github.com/ykhdu/CWGCN-CCSR-GCN" ], [ "https://github.com/SJTUBME-QianLab/PC_VesselSeg" ], [ "https://github.com/AngryCai/AMKSC" ], [ "https://github.com/ryangreenj/bioinformatics_tool_recommendation" ], [ "https://github.com/hutt94/SCH" ], [ "https://github.com/tub-rip/event_based_optical_flow" ], [ "https://github.com/htseq/htseq" ], [ "https://github.com/lab206/AdaptiveClick" ], [ "https://github.com/Elfenreigen/UniChest" ], [ "https://github.com/altriavin/NDSGCL" ], [ "https://github.com/bingqing0729/NNCDE" ], [ "https://github.com/luoyan407/grad_prediction" ], [ "https://github.com/kanade00/Federated_Anomaly_detection" ], [ "https://github.com/q2479036243/FaViT" ], [ "https://github.com/drorlab/GLOW_IVES" ], [ "https://github.com/lily2lab/RACK" ], [ "https://github.com/wzhlearning/fNIRSNet" ], [ "https://github.com/wwd-ustc/RDTR" ], [ "https://github.com/wangxiao5791509/VisEvent_SOT_Benchmark" ], [ "https://github.com/nchucvml/CSFT" ], [ "https://github.com/joel99/context_general_bci" ], [ "https://github.com/jonathanking/sidechainnet" ], [ "https://github.com/huangnengCSU/compleasm" ], [ "https://github.com/JHome1/GiO-GiT" ], [ "https://github.com/darcyabjones/selectml" ], [ "https://github.com/huangnengCSU/minibusco" ], [ "https://github.com/shunfumao/RefShannon" ], [ "https://github.com/JieZheng-ShanghaiTech/TMELand" ], [ "https://github.com/richiebailey74/CST" ], [ "https://github.com/Ajou-DILab/EM3P2" ], [ "https://github.com/cbsropenproject/6dof_face" ], [ "https://github.com/wangsen99/FDLNet" ], [ "https://github.com/scottjingtt/MAF" ], [ "https://github.com/CHUENGMINCHOU/ALN-DSAC" ], [ "https://github.com/WillDreamer/PEACE" ], [ "https://github.com/51cloud/DRDN" ], [ "https://github.com/SCLBD/MCG-Blackbox" ], [ "https://github.com/Luffy03/CISC-R" ], [ "https://github.com/HikariTJU/LD" ], [ "https://github.com/ChenCookie/cytocoarsening" ], [ "https://github.com/jessicabonnie/dandd" ], [ "https://github.com/instadeepai/manyfold" ], [ "https://github.com/kongxiuxiu/MCCNetV2" ], [ "https://github.com/OLF-Bioinformatics/VariantDetective" ], [ "https://github.com/LayneH/self-adaptive-training" ], [ "https://github.com/yikaiw/CEN" ], [ "https://github.com/JLiangLab/DiRA" ], [ "https://github.com/JLiangLab/DiRA" ], [ "https://github.com/JLiangLab/DiRA" ], [ "https://github.com/JLiangLab/DiRA" ], [ "https://github.com/KingJamesSong/FastDifferentiableMatSqrt" ], [ "https://github.com/AutoML-Research/TREFE" ], [ "https://github.com/VDelv/Emotion-EEG" ], [ "https://github.com/HUANGLIZI/LViT" ], [ "https://github.com/liuqk3/PUT" ], [ "https://github.com/js-fan/MCIC" ], [ "https://github.com/jinnh/PDE-Net" ], [ "https://github.com/zhanglab-wbgcas/PiTLiD" ], [ "https://github.com/caiqi/Cascasde-3D" ], [ "https://github.com/wengweng001/LEOPARD" ], [ "https://github.com/haifangong/VQAMix" ], [ "https://github.com/xmed-lab/SAHC" ], [ "https://github.com/YHDang/pose-estimation" ], [ "https://github.com/Greak-1124/LMFFNet" ], [ "https://github.com/zskuang58/WTRN-TIP" ], [ "https://github.com/zhibinliao89/fracture_attention_guidance" ], [ "https://github.com/VITA-Group/CERL" ], [ "https://github.com/AlexTS1980/COVID-Affinity-Model" ], [ "https://github.com/ygjwd12345/VISTA-Net" ], [ "https://github.com/omixlab/bambu-v2" ], [ "https://github.com/mpc-bioinformatics/bionda" ], [ "https://github.com/mlpen/Nystromformer" ], [ "https://github.com/ChenJoya/sampling-free" ], [ "https://github.com/lmbxmu/EPruner" ], [ "https://github.com/fwt-team/DSVAE" ], [ "https://github.com/relastle/halcyon" ], [ "https://github.com/Icep2020/CrowdGAN" ], [ "https://github.com/shu-hai/two-stage-VAE-Attention-gate-BraTS2020" ], [ "https://github.com/fedl-repo/fedaux" ], [ "https://github.com/XinbangZhang/DATA-NAS" ], [ "https://github.com/NeuroCompLab-psu/SNN-Conversion" ], [ "https://github.com/tbwxmu/2019-nCov" ], [ "https://github.com/microsoft/frame-flow" ], [ "https://github.com/bittremieux/spectrum_utils" ], [ "https://github.com/franciscozorrilla/metaGEM" ], [ "https://github.com/spatkar94/NetworkAnnotation" ], [ "https://github.com/lmward/MetaPOAP" ], [ "https://github.com/dkoslicki/EMDUniFrac" ], [ "https://github.com/PPEXCEPED/TGA" ], [ "https://github.com/eliberis/parapred" ], [ "https://github.com/PeptoneInc/pepkalc" ], [ "https://github.com/saorisakaue/GREP" ], [ "https://github.com/superphy/insilico-subtyping" ], [ "https://github.com/AdmiralenOla/Scoary" ], [ "https://github.com/rikiyay/style-transfer-for-digital-pathology" ], [ "https://github.com/lmse/impact" ], [ "https://github.com/hzi-bifo/snowball" ], [ "https://github.com/kuleshov/architect" ], [ "https://github.com/lorifranke/SlicerTMS" ], [ "https://github.com/msproteomicstools/msproteomicstools" ], [ "https://github.com/bushlab/mynclist" ], [ "https://github.com/CTPLab/GILEA" ], [ "https://github.com/CSUBioGroup/Dopcc" ], [ "https://github.com/Bhattacharya-Lab/lociPARSE" ], [ "https://github.com/YanHu-or-SawyerHu/prompt-learning-based-sentence-classifier-in-medical-abstracts" ], [ "https://github.com/chonglab-pitt/wedap" ], [ "https://github.com/chonglab-pitt/wedap" ], [ "https://github.com/chonglab-pitt/wedap" ], [ "https://github.com/chonglab-pitt/wedap" ], [ "https://github.com/leihouyeung/SD2" ], [ "https://github.com/schenc3/InteractiveROSETTA" ], [ "https://github.com/nie-lang/CoupledTPS" ], [ "https://github.com/vsislab/DeTAL" ], [ "https://github.com/chenmc1996/LNL-IS" ], [ "https://github.com/lncRNAAddict/PySmooth" ], [ "https://github.com/npucvr/WSCUOD" ], [ "https://github.com/ManLiuCoder/POPRNet" ], [ "https://github.com/birkhoffkiki/CAS-Transformer" ], [ "https://github.com/NUST-Machine-Intelligence-Laboratory/HGPU" ], [ "https://github.com/Phevos75/HRCLRE" ], [ "https://github.com/Jthy-af/HaPPy" ], [ "https://github.com/mhaut/eDNNcomm" ], [ "https://github.com/dyabel/CoAR-ZSL" ], [ "https://github.com/NVlabs/PWC-Net" ], [ "https://github.com/yuabrahamliu/methylClass" ], [ "https://github.com/Zian-Xu/Swin-MAE" ], [ "https://github.com/wang3702/CoSeg" ], [ "https://github.com/tzt101/INADE" ], [ "https://github.com/bytedance/TWIST" ], [ "https://github.com/guobaoxiao/PGFNet" ], [ "https://github.com/uio-bmi/dagsim" ], [ "https://github.com/Bobholamovic/CDLab" ], [ "https://github.com/Ze-Yang/Efficient-FSOD" ], [ "https://github.com/chenxin-dlut/TransT-M" ], [ "https://github.com/schmeing/gapless" ], [ "https://github.com/supramolecular-toolkit/stk" ], [ "https://github.com/pleaseconnectwifi/PNAL" ], [ "https://github.com/doujiang-zheng/TIP-GNN" ], [ "https://github.com/wanzhuxie/ARIAS" ], [ "https://github.com/Monash-CyPhi-AI-Research-Lab/ernet" ], [ "https://github.com/li-lab-mcgill/GAT-ETM" ], [ "https://github.com/trainsn/VDL-Surrogate" ], [ "https://github.com/PennHui2016/ProInfer" ], [ "https://github.com/zhouhao0515/unbiasedSGG-DSDI" ], [ "https://github.com/yuhuan-wu/P2T" ], [ "https://github.com/winycg/HSAKD" ], [ "https://github.com/zhoudaquan/dvit_repo" ], [ "https://github.com/chunbolang/HPA" ], [ "https://github.com/ShuGuoJ/GiGCN" ], [ "https://github.com/RayRuizhiLiao/mutual_info_img_txt" ], [ "https://github.com/AggMan96/RK-Net" ], [ "https://github.com/Tviskaron/pathfinding-in-stochastic-envs" ], [ "https://github.com/smutao/LModeA-nano" ], [ "https://github.com/betsig/how_are_we_stranded_here" ], [ "https://github.com/HeXiax/AGCC" ], [ "https://github.com/lsabrinax/VideoTextSCM" ], [ "https://github.com/JudasDie/SOTS" ], [ "https://github.com/JudasDie/SOTS" ], [ "https://github.com/JudasDie/SOTS" ], [ "https://github.com/JudasDie/SOTS" ], [ "https://github.com/CHENGY12/APNet" ], [ "https://github.com/yoqim/TBLD" ], [ "https://github.com/tzyRachel/K-anonymity-Expectation" ], [ "https://github.com/SystemsBioinformatics/ecmtool" ], [ "https://github.com/kamwoh/DeepIPR" ], [ "https://github.com/lxlsu/SPP_CPI" ], [ "https://github.com/yjzhang96/Motion-ETR" ], [ "https://github.com/blue-blue272/OccludedReID-RFCnet" ], [ "https://github.com/zhaoyuzhi/SVCNet" ], [ "https://github.com/sshan-zhao/ACMNet" ], [ "https://github.com/QE-Lab/QuASeR" ], [ "https://github.com/ekraka/TS-GAN" ], [ "https://github.com/NCATS-Tangerine/translator-knowledge-beacon" ], [ "https://github.com/guilherme-araujo/gsop-dist" ], [ "https://github.com/syxiaa/Multiclass-Label-Noise-Filtering-Learning" ], [ "https://github.com/szzexpoi/AiR" ], [ "https://github.com/JosephChenHub/DPANet" ], [ "https://github.com/RealityBending/Pyllusion" ], [ "https://github.com/facebookresearch/LaMCTS" ], [ "https://github.com/sseung0703/KD_methods_with_TF" ], [ "https://github.com/biogacop/Boost_LP_EFM" ], [ "https://github.com/val-iisc/lsc-cnn" ], [ "https://github.com/XinbangZhang/DSO-NAS" ], [ "https://github.com/yuht4/SANPolyA" ], [ "https://github.com/bel-enrichment/bel-enrichment" ], [ "https://github.com/NuriddinovMA/C-InterSecture" ], [ "https://github.com/TRON-Bioinformatics/neofox" ], [ "https://github.com/rongjiewang/BdBG" ], [ "https://github.com/USTC-HIlab/MDNNMD" ], [ "https://github.com/niccw/repeatCraftp" ], [ "https://github.com/BIOS-IMASL/13Check_RNA" ], [ "https://github.com/mciach/LocusTreeInference" ], [ "https://github.com/Reed-CompBio/pathway-reconciliation" ], [ "https://github.com/williamgilpin/pypdb" ], [ "https://github.com/FATSLiM/fatslim" ], [ "https://github.com/afgane/bioblend" ], [ "https://github.com/afgane/bioblend" ], [ "https://github.com/afgane/bioblend" ], [ "https://github.com/afgane/bioblend" ], [ "https://github.com/hcandela/MAPtools" ], [ "https://github.com/weix21/TORC" ], [ "https://github.com/kuleshov/ProbHap" ], [ "https://github.com/enheliang/Thyroid-Segmentation-Network" ], [ "https://github.com/shyam671/Mask2Anomaly-Unmasking-Anomalies-in-Road-Scene-Segmentation" ], [ "https://github.com/dreambamboo/NuSEA" ], [ "https://github.com/bobo909/IID-SfmLearner" ], [ "https://github.com/griff4692/calibrating-summaries" ], [ "https://github.com/AshuiRUA/NPI-GNN" ], [ "https://github.com/fmri123456/CE-GAN" ], [ "https://github.com/Loping151/ForPlane" ], [ "https://github.com/CSU-NLP-Group/Sequential-Sentence-Classification" ], [ "https://github.com/hellozhuo/msgc" ], [ "https://github.com/YangLibuaa/DMV-MAT" ], [ "https://github.com/NUST-Machine-Intelligence-Laboratory/SSC" ], [ "https://github.com/MoritzKappel/MoNeRF" ], [ "https://github.com/zchoi/VCRN" ], [ "https://github.com/Windere/snn-cvt-dual-phase" ], [ "https://github.com/zjfheart/BadLabels" ], [ "https://github.com/zjupgx/deephlapan" ], [ "https://github.com/crsl4/nn-phylogenetics" ], [ "https://github.com/airy975924806/yolo-G" ], [ "https://github.com/Brikwerk/MEM-FS" ], [ "https://github.com/Intelligent-Computing-Lab-Yale/EfficientLIF-Net" ], [ "https://github.com/zjsong/Audio-Visual-Predictive-Coding" ], [ "https://github.com/raminass/BERTwalk" ], [ "https://github.com/sysu19351158/FPB-FOMM" ], [ "https://github.com/YYJ1anG/MFPSNet" ], [ "https://github.com/xiaoyu518/genofunc" ], [ "https://github.com/ZhangGroup-MITChemistry/OpenABC" ], [ "https://github.com/med-air/IOP-FL" ], [ "https://github.com/QueuQ/HPNs" ], [ "https://github.com/zexiJia/EvSegFormer" ], [ "https://github.com/Zongwei97/HIDANet" ], [ "https://github.com/hitcszx/ALFs" ], [ "https://github.com/guijiejie/ICCL" ], [ "https://github.com/NJUyued/MutexMatch4SSL" ], [ "https://github.com/freshman97/LinTransUNet" ], [ "https://github.com/ACuOoOoO/ReDFeat" ], [ "https://github.com/qianngli/DualSR" ], [ "https://github.com/zhengxyun/Surface-SOS" ], [ "https://github.com/Hzzone/ProPos" ], [ "https://github.com/nsmro/SYNPHONI" ], [ "https://github.com/pvlib/twoaxistracking" ], [ "https://github.com/ispc-lab/HRegNet2" ], [ "https://github.com/bearshng/smds-net" ], [ "https://github.com/xlliu7/TadTR" ], [ "https://github.com/teslacool/m-curl" ], [ "https://github.com/NTU-UAVG/CTS-visual-drone-swarm" ], [ "https://github.com/FeiYee/HerbKG" ], [ "https://github.com/shenfc/POKR" ], [ "https://github.com/JWSoh/VDIR" ], [ "https://github.com/SynBioDex/tyto" ], [ "https://github.com/aioz-ai/LDR_ALDK" ], [ "https://github.com/UMCUGenetics/svMIL" ], [ "https://github.com/HDCVLab/Enhanced-Spatio-Temporal-Interaction-Learning-for-Video-Deraining" ], [ "https://github.com/IRMVLab/SIConv" ], [ "https://github.com/umr-ds/repairnatrix" ], [ "https://github.com/ryomiya/Prediction-and-analysis-of-antifreeze-proteins" ], [ "https://github.com/kcl-bhi/mapper-pipeline" ], [ "https://github.com/bionlplab/report_generation_amia2022" ], [ "https://github.com/lyotvincent/PBGI" ], [ "https://github.com/ZitongYu/3DCDC-NAS" ], [ "https://github.com/Cxd-626/Staem5" ], [ "https://github.com/anuradhawick/GraphPlas" ], [ "https://github.com/luimoli/RATFM" ], [ "https://github.com/dwgoon/nezzle" ], [ "https://github.com/JiayuYANG/CVP-MVSNet" ], [ "https://github.com/BRF123/Cnngeno" ], [ "https://github.com/ydLiu-HIT/SKSV" ], [ "https://github.com/hkaggarwal/J-MoDL" ], [ "https://github.com/carrierlxk/COSNet" ], [ "https://github.com/HRanWang/Spatial-Re-Scaling" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/almaan/sepal" ], [ "https://github.com/WinnieJiangHW/Carry-lookahead_RNN" ], [ "https://github.com/LoGT-KULeuven/SASpector" ], [ "https://github.com/hychim/molpc2" ], [ "https://github.com/aqlaboratory/pnerf" ], [ "https://github.com/yun-liu/LIID" ], [ "https://github.com/lafita/tadoss" ], [ "https://github.com/TurkuNLP/BioCreativeVI_BioID_assignment" ], [ "https://github.com/mlangill/microbiome_helper" ], [ "https://github.com/mlangill/microbiome_helper" ], [ "https://github.com/mlangill/microbiome_helper" ], [ "https://github.com/mlangill/microbiome_helper" ], [ "https://github.com/psychopa4/MMCNN" ], [ "https://github.com/MichaelPHStumpf/Peitho" ], [ "https://github.com/aamir-mustafa/super-resolution-adversarial-defense" ], [ "https://github.com/hangelwen/metaCRISPR" ], [ "https://github.com/SergeMOULIN/retrotransposons-spread" ], [ "https://github.com/WkEEn/PLCC" ], [ "https://github.com/Sorades/CLAT" ], [ "https://github.com/hiteshpatel379/PyWATER" ], [ "https://github.com/NeuroTechX/moabb" ], [ "https://github.com/xiezhq/ISEScan" ], [ "https://github.com/mangye16/ReID-Label-Noise" ], [ "https://github.com/PanHaulin/ConCutMix" ], [ "https://github.com/pblischak/fluidigm2purc" ], [ "https://github.com/Puumanamana/CoCoNet" ], [ "https://github.com/iobio-zjut/DeepMDisPre" ], [ "https://github.com/GC-WSL/NDI" ], [ "https://github.com/bensdvir/GradHC" ], [ "https://github.com/yuxunluo9/DrIGCL" ], [ "https://github.com/ChangSIG/SIG" ], [ "https://github.com/dingyn-Reno/MDR-GCN" ], [ "https://github.com/zhangzm0128/CCGR" ], [ "https://github.com/wsb853529465/YOLOH-main" ], [ "https://github.com/arzwa/wgd" ], [ "https://github.com/CandleLabAI/CLINet-ECG-Classification-2024" ], [ "https://github.com/ByZ0e/HSTT" ], [ "https://github.com/xianchaoguan/GramGAN" ], [ "https://github.com/akshaydudhane16/BIPNet" ], [ "https://github.com/ddghjikle/Out-of-sample-restoration" ], [ "https://github.com/shenmishajing/PAL" ], [ "https://github.com/TKH666/Fed-NCL" ], [ "https://github.com/Janet-xujing-1216/SafeCrowdNav" ], [ "https://github.com/Teichlab/bbknn" ], [ "https://github.com/yisiyu95/R2FGC" ], [ "https://github.com/gftww/B2C" ], [ "https://github.com/GGaoxiang/PATrans" ], [ "https://github.com/zhyczy/FedTP" ], [ "https://github.com/lok-18/GeSeNet" ], [ "https://github.com/MiaoLab20/DBMD" ], [ "https://github.com/MiaoLab20/DBMD" ], [ "https://github.com/MiaoLab20/DBMD" ], [ "https://github.com/MiaoLab20/DBMD" ], [ "https://github.com/Holidays1999/Neural-Network-Pruning-through-its-RegularGraph-Structure" ], [ "https://github.com/Kelvin-Ju/GR-PSN" ], [ "https://github.com/chunbolang/BAM" ], [ "https://github.com/fanyang587/MGL" ], [ "https://github.com/XingliangJin/Fine-Style" ], [ "https://github.com/dddzg/up-detr" ], [ "https://github.com/ternencewu123/PARCEL" ], [ "https://github.com/Qianyu1226/Crosslink-Net" ], [ "https://github.com/JustaTinyDot/BiTr-Unet" ], [ "https://github.com/WenbinLee/DefensiveFSL" ], [ "https://github.com/Ha0Tang/SelectionGAN" ], [ "https://github.com/KoslickiLab/L2-UniFrac" ], [ "https://github.com/KoslickiLab/L2-UniFrac" ], [ "https://github.com/KoslickiLab/L2-UniFrac" ], [ "https://github.com/KoslickiLab/L2-UniFrac" ], [ "https://github.com/liuzhuang13/Transferable_RA" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/MIVRC/MLEFGN-PyTorch" ], [ "https://github.com/penghu-cs/UCCH" ], [ "https://github.com/VITA-Group/Deep_GCN_Benchmarking" ], [ "https://github.com/usccolumbia/deeperGATGNN" ], [ "https://github.com/buptantEEG/BEATS" ], [ "https://github.com/SJLeo/FFSD" ], [ "https://github.com/Andrew-Qibin/VisionPermutator" ], [ "https://github.com/liuyudut/ResTune" ], [ "https://github.com/Goodman-lab/DP5" ], [ "https://github.com/HCPLab-SYSU/HIAM" ], [ "https://github.com/Ha0Tang/LGGAN" ], [ "https://github.com/CuthbertCai/SRDA" ], [ "https://github.com/wangbi1988/Lifelong-learning-in-Open-World-Classification" ], [ "https://github.com/wuzhe71/DCN" ], [ "https://github.com/blanclist/CDNet" ], [ "https://github.com/danieljf24/hybrid_space" ], [ "https://github.com/Annbless/DUTCode" ], [ "https://github.com/mmoradi-iut/BioCIE" ], [ "https://github.com/layumi/person-reid-3d" ], [ "https://github.com/maryamrabiee/SODA" ], [ "https://github.com/DirtyHarryLYL/Transferable-Interactiveness-Network" ], [ "https://github.com/VITA-Group/EnlightenGAN" ], [ "https://github.com/fityanul/SDAN-for-Rain-Removal" ], [ "https://github.com/THU-CS-PI/MMPD_rPPG_dataset" ], [ "https://github.com/cccorn/AP-loss" ], [ "https://github.com/usnistgov/PACCS" ], [ "https://github.com/ncbi/JUDI" ], [ "https://github.com/reymond-group/PeptideDesignGA" ], [ "https://github.com/sangreashim/EAT-UpTF" ], [ "https://github.com/soeaver/AirNet-PyTorch" ], [ "https://github.com/BenoitMorel/ParGenes" ], [ "https://github.com/heinc1010/BAMixChecker" ], [ "https://github.com/LaboratorioBioinformatica/MARVEL" ], [ "https://github.com/Christensen-Lab-Dartmouth/PyMethylProcess" ], [ "https://github.com/GGFHF/NGScloud" ], [ "https://github.com/harmslab/pytc" ], [ "https://github.com/curieshicy/JRgui" ], [ "https://github.com/EBjerrum/pICalculax" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/lhqxinghun/bioinformatics" ], [ "https://github.com/feltus/BDSS" ], [ "https://github.com/pymodproject/pymod" ], [ "https://github.com/pymodproject/pymod" ], [ "https://github.com/pymodproject/pymod" ], [ "https://github.com/pymodproject/pymod" ], [ "https://github.com/pymzML/pymzML" ], [ "https://github.com/csjunxu/Noisy-As-Clean" ], [ "https://github.com/biosustain/marsi" ], [ "https://github.com/Ambuj-UF/APOP" ], [ "https://github.com/HassounLab/Boost-RS" ], [ "https://github.com/Zwei-inc/panclassif" ], [ "https://github.com/rodrigoSantamaria/nucleosee" ], [ "https://github.com/raghavagps/pprint2" ], [ "https://github.com/raghavagps/il13pred" ], [ "https://github.com/BioinfoMachineLearning/ATOMRefine" ], [ "https://github.com/shafferm/kb_DRAM" ], [ "https://github.com/dptech-corp/Uni-GBSA" ], [ "https://github.com/sheenahora/SEGCECO" ], [ "https://github.com/niemasd/FAVITES" ], [ "https://github.com/Superzchen/iFeatureOmega-GUI" ], [ "https://github.com/Superzchen/iFeatureOmega-CLI" ], [ "https://github.com/miRTop/mirtop" ], [ "https://github.com/hallav/LuxUS" ], [ "https://github.com/huiyuroy/Return2MaxPotentialEnergy" ], [ "https://github.com/passengeryjy/HTGRS" ], [ "https://github.com/labiip/FDDSeg" ], [ "https://github.com/zichengpan/DyCR" ], [ "https://github.com/JinhwiPark/DevianceNet" ], [ "https://github.com/ddlee-cn/MuLUT" ], [ "https://github.com/namnguyen0510/Biomarker-Discovery-with-Quantum-Neural-Networks" ], [ "https://github.com/Gary-code/KICNLE" ], [ "https://github.com/xandery-geek/BadCM" ], [ "https://github.com/YangLabHKUST/SRT_alignment_and_integration" ], [ "https://github.com/jacksonhzx95/NFDP" ], [ "https://github.com/zhwzhong/DAGF" ], [ "https://github.com/tyo-nu/MINE-Database" ], [ "https://github.com/tyo-nu/MINE-Database" ], [ "https://github.com/tyo-nu/MINE-Database" ], [ "https://github.com/tyo-nu/MINE-Database" ], [ "https://github.com/bio-ai-source/MUMA" ], [ "https://github.com/yaoyao-11/Seq-RBPPred" ], [ "https://github.com/ribosomeprofiling/ribograph" ], [ "https://github.com/ribosomeprofiling/ribograph" ], [ "https://github.com/ribosomeprofiling/ribograph" ], [ "https://github.com/ribosomeprofiling/ribograph" ], [ "https://github.com/nhgritctran/PheTK" ], [ "https://github.com/Dmmm1997/DenseUAV" ], [ "https://github.com/bridgeqiqi/DREAM" ], [ "https://github.com/nwatanbe/enzymenet" ], [ "https://github.com/contactless-healthcare/Scene-Adaption-for-Infant-Cry-Detection" ], [ "https://github.com/TcbfGroup/Tcbf" ], [ "https://github.com/wuqiuche/Ada-Deblur" ], [ "https://github.com/zzb111/Spherical-Centralized-Quantization" ], [ "https://github.com/histocartography/generative-appearance-replay" ], [ "https://github.com/Wzhjerry/autoSMIM" ], [ "https://github.com/ChengxuLiu/TTVFI" ], [ "https://github.com/Binjie-Qin/STA-IPCon" ], [ "https://github.com/Huiimin5/comwin" ], [ "https://github.com/pfizer-opensource/pfaster" ], [ "https://github.com/zhouyuan888888/UGDA" ], [ "https://github.com/SPIresearch/UTR" ], [ "https://github.com/xinjiangaohfut/MMRSD-Net" ], [ "https://github.com/pkj0421/TWN-FS" ], [ "https://github.com/WangPing521/Domain_adaptation_shape_prior" ], [ "https://github.com/anyuexuan/IDEAL" ], [ "https://github.com/JC-202/CAGNN" ], [ "https://github.com/JinyangGuo/CBANet-release" ], [ "https://github.com/pnnl/Active-Sampling-for-Atomistic-Potentials" ], [ "https://github.com/CCChenhao997/DualGCN-ABSA" ], [ "https://github.com/AkonLau/DTRG" ], [ "https://github.com/zx0223winner/HSDFinder" ], [ "https://github.com/HongzhouTang/BayeStab" ], [ "https://github.com/mohamedr002/SLARDA" ], [ "https://github.com/kaistcbfg/scAVENGERS" ], [ "https://github.com/YuemingJin/STswinCL" ], [ "https://github.com/zwx8981/BIQA_CL" ], [ "https://github.com/linjiatai/PDBL" ], [ "https://github.com/czp19940707/Re-CNN" ], [ "https://github.com/zhouyuan888888/SGCPNet" ], [ "https://github.com/TaoHuang2018/Neighbor2Neighbor" ], [ "https://github.com/knappa/steadycellphenotype" ], [ "https://github.com/tuyunbin/I2Transformer" ], [ "https://github.com/zhangxin-xd/LRMF" ], [ "https://github.com/whrws/NHRNet" ], [ "https://github.com/hlju-liye/SENIES" ], [ "https://github.com/maryeon/asenpp" ], [ "https://github.com/ninaqy/Flexible-PU" ], [ "https://github.com/CityU-AIM-Group/HTD" ], [ "https://github.com/wdzhao123/DENets" ], [ "https://github.com/BeierZhu/Sturcture-Coherency-Face-Alignment" ], [ "https://github.com/wgzgithub/VeTra" ], [ "https://github.com/PengBoXiangShang/multigraph_transformer" ], [ "https://github.com/PRIS-CV/AP-CNN_Pytorch-master" ], [ "https://github.com/rajeevyasarla/Syn2Real" ], [ "https://github.com/maple-research-lab/EnAET" ], [ "https://github.com/hw2hwei/SKAL" ], [ "https://github.com/ConesaLab/padhoc" ], [ "https://github.com/LCAS/engagement_detector" ], [ "https://github.com/tekpinar/correlationplus" ], [ "https://github.com/niemasd/ViralMSA" ], [ "https://github.com/gaocong13/Projective-Spatial-Transformers" ], [ "https://github.com/ngchc/deepBoosting" ], [ "https://github.com/minoh0201/DeepMicro" ], [ "https://github.com/Ha0Tang/AttentionGAN" ], [ "https://github.com/KIT-MBS/pydca" ], [ "https://github.com/FenyoLab/L1EM" ], [ "https://github.com/Crespo-Otero-group/fromage" ], [ "https://github.com/Crespo-Otero-group/fromage" ], [ "https://github.com/Crespo-Otero-group/fromage" ], [ "https://github.com/Crespo-Otero-group/fromage" ], [ "https://github.com/zrq0123/BiXGBoost" ], [ "https://github.com/zhqingit/BPP" ], [ "https://github.com/kcakdemir/HiCPlotter" ], [ "https://github.com/antrec/spectrassembler" ], [ "https://github.com/liyao001/BioQueue" ], [ "https://github.com/biocryst/gc" ], [ "https://github.com/GodzikLab/FAIT" ], [ "https://github.com/deristnochda/Hodgkin-Huxley-SPDE" ], [ "https://github.com/nygenome/conpair" ], [ "https://github.com/DrTrevorBell/SmallGenomeTools" ], [ "https://github.com/SciLifeLab/gapest" ], [ "https://github.com/Cuthbert-Huang/CPCANet" ], [ "https://github.com/ribosomeprofiling/ribograph" ], [ "https://github.com/ribosomeprofiling/ribograph" ], [ "https://github.com/ribosomeprofiling/ribograph" ], [ "https://github.com/ribosomeprofiling/ribograph" ], [ "https://github.com/luo-junyu/GALA" ], [ "https://github.com/LeoLjl/Explainable-Alzheimer-s-Disease-Diagnosis" ], [ "https://github.com/CECNL/SSVEP-DAN" ], [ "https://github.com/statisticalbiotechnology/GPTime" ], [ "https://github.com/HUST-Tan/MMUE" ], [ "https://github.com/MolecularAI/aizynthfinder" ], [ "https://github.com/MolecularAI/aizynthfinder" ], [ "https://github.com/MolecularAI/aizynthfinder" ], [ "https://github.com/MolecularAI/aizynthfinder" ], [ "https://github.com/Jiahuiqu/JSPEN" ], [ "https://github.com/microsoft/YOLaT-VectorGraphicsRecognition" ], [ "https://github.com/prismformore/Multi-Task-Transformer" ], [ "https://github.com/wangfuli/T-HyperGNNs" ], [ "https://github.com/MarSaKi/ETPNav" ], [ "https://github.com/chilleo/ALPHA" ], [ "https://github.com/CTPLab/SST-editing" ], [ "https://github.com/gzq17/Weakly-Supervised-by-MIP" ], [ "https://github.com/Tammie-Li/MTCN" ], [ "https://github.com/thibault-wch/HOPE-for-mild-cognitive-impairment" ], [ "https://github.com/JunbongJang/contour-tracking" ], [ "https://github.com/tjiiv-cprg/EPro-PnP-v2" ], [ "https://github.com/Jasonkks/PTTR" ], [ "https://github.com/tsikup/multiresolution-clam" ], [ "https://github.com/cq100/ET-FSM" ], [ "https://github.com/emilhaegglund/TADA" ], [ "https://github.com/sallymmx/ActionCLIP" ], [ "https://github.com/qguo2010/MRN" ], [ "https://github.com/Gao-xiyuan/FCT" ], [ "https://github.com/trigger26/SPSVR" ], [ "https://github.com/Zyun-Y/DconnNet" ], [ "https://github.com/zhangbaiming/FedSemiSeg" ], [ "https://github.com/lncRNAAddict/ChromNetworkMotif" ], [ "https://github.com/csiro-robotics/SDCL" ], [ "https://github.com/ydniuyongjie/twoStageForFaceEdit" ], [ "https://github.com/liyeabc/MBUNet" ], [ "https://github.com/roydenwa/pseudo-colorize-masked-cells" ], [ "https://github.com/XinyuYanTJU/MRR-Net" ], [ "https://github.com/LirongWu/Homophily-Enhanced-Self-supervision" ], [ "https://github.com/jiyuuchc/lacss" ], [ "https://github.com/CityU-AIM-Group/HABIT" ], [ "https://github.com/YuxiangZhang-BIT/IEEE_TIP_SDEnet" ], [ "https://github.com/SUST-reynole/SGUNet" ], [ "https://github.com/hjynwa/NeurImg-HDR" ], [ "https://github.com/Horatio9702/BUAA_PALoss" ], [ "https://github.com/vanheeringen-lab/genomepy" ], [ "https://github.com/pashtari/xunet" ], [ "https://github.com/zjukongming/TranSQ" ], [ "https://github.com/KGerhardt/RecruitPlotEasy" ], [ "https://github.com/NUST-Machine-Intelligence-Laboratory/MMSI" ], [ "https://github.com/comp-well-org/More2Less" ], [ "https://github.com/zchoi/PKOL" ], [ "https://github.com/haozheng-sjtu/airway-labeling" ], [ "https://github.com/NeilPearson-Lilly/TractaViewer" ], [ "https://github.com/ZhangGongjie/Meta-DETR" ], [ "https://github.com/YuxiangZhang-BIT/IEEE_TNNLS_Gia-CFSL" ], [ "https://github.com/RNApolis/drawtetrado" ], [ "https://github.com/clovaai/lffont" ], [ "https://github.com/weiba/HGCNMDA" ], [ "https://github.com/guoyangzou/CNNArginineMe" ], [ "https://github.com/KennthShang/CHEER" ], [ "https://github.com/skywolf829/APMGSRN" ], [ "https://github.com/ZJULearning/PTL" ], [ "https://github.com/compbiofan/SimSCSnTree" ], [ "https://github.com/zjy2050/HDCRL-ReID" ], [ "https://github.com/taoyang1122/MutualNet" ], [ "https://github.com/UnixJunkie/FASMIFRA" ], [ "https://github.com/lmbxmu/CLR-RNF" ], [ "https://github.com/Sazan-Mahbub/EGRET" ], [ "https://github.com/LichtargeLab/BioVNN" ], [ "https://github.com/olly-styles/Trajectory-Tensors" ], [ "https://github.com/chenzhenduo/FISH" ], [ "https://github.com/Deepwise-AILab/ChestX-Det-Dataset" ], [ "https://github.com/tastanlab/matchmaker" ], [ "https://github.com/xiaofeng94/RefineDNet-for-dehazing" ], [ "https://github.com/wty-ustc/e2style" ], [ "https://github.com/BlanchetteLab/DendroNet" ], [ "https://github.com/QHwan/PretrainDPI" ], [ "https://github.com/Megvii-Nanjing/ED-Net" ], [ "https://github.com/joshuaas/Learning-with-Multiclass-AUC-Theory-and-Algorithms" ], [ "https://github.com/Damseh/VascularGraph" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/jlanga/exfi" ], [ "https://github.com/tgen/ACValidator" ], [ "https://github.com/LeoZDong/netAE" ], [ "https://github.com/Binjie-Qin/RPCA-UNet" ], [ "https://github.com/tjiangHIT/cuteSV" ], [ "https://github.com/tjiangHIT/cuteSV" ], [ "https://github.com/tjiangHIT/cuteSV" ], [ "https://github.com/tjiangHIT/cuteSV" ], [ "https://github.com/andvides/DATMA" ], [ "https://github.com/TurkuNLP/CAFA3" ], [ "https://github.com/easezyc/deep-transfer-learning" ], [ "https://github.com/Li-Chongyi/ASIF-Net" ], [ "https://github.com/XingangPan/deep-generative-prior" ], [ "https://github.com/ndrplz/semiparametric" ], [ "https://github.com/anyaevostinar/SuicidalAltruismDissertation" ], [ "https://github.com/ncbi-nlp/DeepSeeNet" ], [ "https://github.com/BenevolentAI/DeeplyTough" ], [ "https://github.com/Jeffrey-Ede/Electron-Micrograph-Denoiser" ], [ "https://github.com/twhui/LiteFlowNet2" ], [ "https://github.com/daviddesancho/MasterMSM" ], [ "https://github.com/tshizys/CoupleNet" ], [ "https://github.com/bachkimn/Privacy-Net-An-Adversarial-Approach-forIdentity-Obfuscated-Segmentation-of-MedicalImages" ], [ "https://github.com/sermeor/The-Analysis-Kid" ], [ "https://github.com/phoenixding/methrafo" ], [ "https://github.com/CSB5/CaDRReS" ], [ "https://github.com/robert-vogel/moca" ], [ "https://github.com/isbrycee/METR" ], [ "https://github.com/HySonLab/Protein_Pretrain" ], [ "https://github.com/sail-sg/Adan" ], [ "https://github.com/stanfordmlgroup/selfsupervised-lungandheartsounds" ], [ "https://github.com/matthewyccheung/conformal-metric" ], [ "https://github.com/cerebis/bin3C" ], [ "https://github.com/wangli100209/PDPNet" ], [ "https://github.com/yangyan22/Token-Mixer" ], [ "https://github.com/Henry991115/FSCA-Net" ], [ "https://github.com/KejiZhaoLab/cLoops2" ], [ "https://github.com/mhxu1998/RedCDR" ], [ "https://github.com/cvlab-stonybrook/TokenSparse-for-MedSeg" ], [ "https://github.com/AntoinePassemiers/PORTIA-Manuscript" ], [ "https://github.com/qzf0320/MDL-Net" ], [ "https://github.com/PlantProteomes/SpectiCal" ], [ "https://github.com/marbl/ModDotPlot" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/nlsde-safety-team/FingerSafe" ], [ "https://github.com/Fhujinwu/CTNet" ], [ "https://github.com/xxwudi508/MSRMNet" ], [ "https://github.com/salbrec/seqQscorer" ], [ "https://github.com/vcl-iisc/robust-few-shot-learning" ], [ "https://github.com/wang-kang-6/CGT" ], [ "https://github.com/liamheng/Annotation-free-Medical-Image-Enhancement" ], [ "https://github.com/ALEX95GOGO/CAGNN" ], [ "https://github.com/mkg1204/RHMNet-for-SSVOS" ], [ "https://github.com/guojiajeremy/EDC" ], [ "https://github.com/TinaLRJ/Multi-frame-infrared-small-target-detection-DTUM" ], [ "https://github.com/ChunmingHe/HQG-Net" ], [ "https://github.com/Xiaohong-source/6mA-stackingCV" ], [ "https://github.com/chunbolang/RARE" ], [ "https://github.com/JunhangCao/MTL-ACP" ], [ "https://github.com/c5shen/EMMA" ], [ "https://github.com/hahnec/rf-ulm" ], [ "https://github.com/usccolumbia/GMTransformer" ], [ "https://github.com/yawencui/UaD-ClE" ], [ "https://github.com/tengxiao14/Purification_ReID" ], [ "https://github.com/xuxiangsun/DLLTTAA" ], [ "https://github.com/wdkyh/NR-MVSNet" ], [ "https://github.com/Ziqiang-Liu/GraphCDD" ], [ "https://github.com/DanielaPlusPlus/LGCOAMix" ], [ "https://github.com/yanglixiaoshen/ProVQA" ], [ "https://github.com/hellooks/CDNet" ], [ "https://github.com/PoonLab/HexSE" ], [ "https://github.com/GZHU-DVL/HVS-5M" ], [ "https://github.com/sbasu276/RadFormer" ], [ "https://github.com/Gword/Recursive-NeRF" ], [ "https://github.com/MengkeSong/MaD" ], [ "https://github.com/LinHong-HIT/USOD10K" ], [ "https://github.com/Qi-Yangsjtu/MPED" ], [ "https://github.com/MontaEllis/SSL-For-Medical-Segmentation" ], [ "https://github.com/MVIG-SJTU/AlphaPose" ], [ "https://github.com/haohang96/CSML" ], [ "https://github.com/nanxiaotong/STKD" ], [ "https://github.com/dr-majie/WSTQ" ], [ "https://github.com/debbydanwang/BAP" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/RSMagneto/ZeRGAN" ], [ "https://github.com/guanghaoyin/CMDSR" ], [ "https://github.com/wangchao-malab/Enhancer-FRL" ], [ "https://github.com/FriedbergLab/GenomicIslandPrediction" ], [ "https://github.com/TingMAC/FrMLNet" ], [ "https://github.com/caixiay/ZeroNAS" ], [ "https://github.com/lrq99/ALMS" ], [ "https://github.com/yrqs/DMNet" ], [ "https://github.com/QianZiTang/pyRSD-CoEv" ], [ "https://github.com/hrlblab/CircleNet" ], [ "https://github.com/riesling00/HRNAT" ], [ "https://github.com/zyjwuyan/BBS-Net" ], [ "https://github.com/Xianhang/EDSC-pytorch" ], [ "https://github.com/clangmead/PROTOCOL" ], [ "https://github.com/algbio/panvc-founders" ], [ "https://github.com/zengqunzhao/MA-Net" ], [ "https://github.com/danfenghong/IEEE_TNNLS_EGU-Net" ], [ "https://github.com/adityakumarakash/ICL" ], [ "https://github.com/Jiahao-UTS/DSLPT" ], [ "https://github.com/wells-wood-research/PDBench" ], [ "https://github.com/srijandas07/vpnplusplus" ], [ "https://github.com/andreazuna89/Guided-Zoom" ], [ "https://github.com/paiardin/DockingPie" ], [ "https://github.com/acasamitjana/SynthByReg" ], [ "https://github.com/dlewis27/SSRgenotyper" ], [ "https://github.com/compimmuno/CHfinder" ], [ "https://github.com/PRIS-CV/BSNet" ], [ "https://github.com/psychopa4/MSHPFNL" ], [ "https://github.com/Vicky-Hunt-Lab/stepRNA" ], [ "https://github.com/VimsLab/CNN-Retarget" ], [ "https://github.com/JinyuanSun/GPSE" ], [ "https://github.com/Splicebox/Jutils" ], [ "https://github.com/cMadan/scoreAI" ], [ "https://github.com/mariosaenger/bio-re-with-entity-embeddings" ], [ "https://github.com/Saoge123/ccgnet" ], [ "https://github.com/ambf0632/CompoundDB4j" ], [ "https://github.com/CapsuleEndoscope/EndoL2H" ], [ "https://github.com/RayRuizhiLiao/joint_chestxray" ], [ "https://github.com/4dn-dcic/GiniQC" ], [ "https://github.com/SynthSys/pyOmeroUpload" ], [ "https://github.com/phglab/MIRUReader" ], [ "https://github.com/AlgoLab/gppf" ], [ "https://github.com/tensorboy/PIDOptimizer" ], [ "https://github.com/clips/SimulatingCochlearImplants" ], [ "https://github.com/metgem/metgem" ], [ "https://github.com/juntang-zhuang/torch-ACA" ], [ "https://github.com/sbg/geck" ], [ "https://github.com/insilichem/gaudi" ], [ "https://github.com/yusufzaferaydin/dspred" ], [ "https://github.com/VCCRI/SVPV" ], [ "https://github.com/oicr-ibc/cssscl" ], [ "https://github.com/SchulzLab/TEPIC" ], [ "https://github.com/SchulzLab/TEPIC" ], [ "https://github.com/SchulzLab/TEPIC" ], [ "https://github.com/SchulzLab/TEPIC" ], [ "https://github.com/ludovicchaput/FastTargetPred" ], [ "https://github.com/wmqu/Automated-Dataset-Construction4LGM" ], [ "https://github.com/takimailto/HiDiff" ], [ "https://github.com/icb-dcm/pyabc" ], [ "https://github.com/icb-dcm/pyabc" ], [ "https://github.com/icb-dcm/pyabc" ], [ "https://github.com/icb-dcm/pyabc" ], [ "https://github.com/metrics-lab/surface-vision-transformers" ], [ "https://github.com/icbi-lab/scirpy" ], [ "https://github.com/rupinas/LAPINE" ], [ "https://github.com/mossmatters/HybPiper" ], [ "https://github.com/GH920/improved-bagan-gp" ], [ "https://github.com/zhimengXin/ECEA" ], [ "https://github.com/altriavin/DeepFusionCDR" ], [ "https://github.com/hanktseng131415go/RAMEM" ], [ "https://github.com/cyq1314woaini/LcDel" ], [ "https://github.com/Joni-gogogo/ShallowBKGC" ], [ "https://github.com/Land5cape/GRIDS" ], [ "https://github.com/nicetomeetu21/GenPSM" ], [ "https://github.com/BioSequenceAnalysis/MoleMCL" ], [ "https://github.com/zhengshijian1993/DC-Net" ], [ "https://github.com/Maize-Genetics-and-Genomics-Database/qTeller" ], [ "https://github.com/RubyHoho/DGeneralization" ], [ "https://github.com/Voluntino/tGT-OCT" ], [ "https://github.com/HengLan/AttMOT" ], [ "https://github.com/cecret3350/DEA-Net" ], [ "https://github.com/WrightonLabCSU/CAMPER" ], [ "https://github.com/AI-sandbox/PopGenAdapt" ], [ "https://github.com/zahiriz/DF-Phos" ], [ "https://github.com/gjonwick/MAGI-Dock" ], [ "https://github.com/StuLiu/SOSNet" ], [ "https://github.com/the-ahuja-lab/Machine-Olf-Action" ], [ "https://github.com/Jun-Jie-Shi/M2FTrans" ], [ "https://github.com/FreeformRobotics/Lifelong-MonoDepth" ], [ "https://github.com/slliuEric/FSUDA" ], [ "https://github.com/zyqin19/HiGraph" ], [ "https://github.com/ZhihaoPENG-CityU/EGRC-Net" ], [ "https://github.com/zfy-csu/FsaNet" ], [ "https://github.com/cchauve/AGO-pipeline" ], [ "https://github.com/dianzl/SODFormer" ], [ "https://github.com/Wayne-on-the-road/ResHybnet" ], [ "https://github.com/CityU-AIM-Group/FedOSS" ], [ "https://github.com/ZPDu/Redesigning-Multi-Scale-Neural-Network-for-Crowd-Counting" ], [ "https://github.com/yunboer/AR-classifier-and-AR-CycleGAN" ], [ "https://github.com/HongzhouTang/Pros-GNN" ], [ "https://github.com/HaoHou-98/SCGAN" ], [ "https://github.com/ZerojumpLine/CoLab" ], [ "https://github.com/wangziyuan66/IL-AD" ], [ "https://github.com/torchmd/torchmd-net" ], [ "https://github.com/weiyithu/NerfingMVS" ], [ "https://github.com/Rongtao-Xu/RepresentationLearning" ], [ "https://github.com/sys-bio/SBcoyote" ], [ "https://github.com/sys-bio/SBcoyote" ], [ "https://github.com/sys-bio/SBcoyote" ], [ "https://github.com/sys-bio/SBcoyote" ], [ "https://github.com/kunjing96/DARTS-AER" ], [ "https://github.com/arunsethuraman/biomi609spring2022" ], [ "https://github.com/RitAreaSciencePark/PLM4Muts" ], [ "https://github.com/Romantic-Pumpkin/PDT_fninf" ], [ "https://github.com/ccnu-mathits/MNE4HEN" ], [ "https://github.com/greenelab/wenda_gpu" ], [ "https://github.com/fudan-zvg/DGMN2" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/buptantEEG/MMASleepNet" ], [ "https://github.com/Jzy2017/TACL" ], [ "https://github.com/Lailabcode/DeepSCM" ], [ "https://github.com/zphyix/TCM" ], [ "https://github.com/aim-uofa/depth" ], [ "https://github.com/Jillian555/TNNLS_CDRS" ], [ "https://github.com/JDAI-CV/CoTNet" ], [ "https://github.com/mksmd/NNforDocking" ], [ "https://github.com/zsyOAOA/VIRNet" ], [ "https://github.com/smetam/pylae" ], [ "https://github.com/davidebolo1993/EViNCe" ], [ "https://github.com/bicciatolab/Circr" ], [ "https://github.com/dayunliu/MGATMDA" ], [ "https://github.com/biosustain/incawrapper" ], [ "https://github.com/bionlproc/text-summ-for-doc-retrieval" ], [ "https://github.com/Swart-lab/bleties" ], [ "https://github.com/Vill-Lab/SIAMH" ], [ "https://github.com/chenzeno/FOO-VB" ], [ "https://github.com/JianSoL/MVSTT" ], [ "https://github.com/IBM/fold2seq" ], [ "https://github.com/yuxilin51/GreedyRFS" ], [ "https://github.com/salman-h-khan/PL-ZSD_Release" ], [ "https://github.com/ktr-hubrt/WSAL" ], [ "https://github.com/JingZhang617/UCNet" ], [ "https://github.com/yuanying566/AHPred-DE" ], [ "https://github.com/JudasDie/SOTS" ], [ "https://github.com/JudasDie/SOTS" ], [ "https://github.com/JudasDie/SOTS" ], [ "https://github.com/JudasDie/SOTS" ], [ "https://github.com/Terminator8758/O2CAP" ], [ "https://github.com/liuyi1989/TSPORTNet" ], [ "https://github.com/crazyinter/RNN-VirSeeker" ], [ "https://github.com/mahyarnajibi/SNIPER" ], [ "https://github.com/hezhujun/autofocus-rnn" ], [ "https://github.com/rderelle/Broccoli" ], [ "https://github.com/lauzingaretti/deepaps" ], [ "https://github.com/gourabghoshroy/PoLoBag" ], [ "https://github.com/zhasen1996/AGLN" ], [ "https://github.com/rongjiewang/DeepDNA" ], [ "https://github.com/NLPIE/clinical-sentences" ], [ "https://github.com/oscarlr/MsPAC" ], [ "https://github.com/zetayue/CPA" ], [ "https://github.com/rajkumar1501/sequence-prediction-using-CNN-and-LSTMs" ], [ "https://github.com/haddocking/pdb-tools" ], [ "https://github.com/ruggleslab/hypercluster" ], [ "https://github.com/shijieS/SST" ], [ "https://github.com/BDanalysis/PGMicroD" ], [ "https://github.com/wangyida/gm-cml" ], [ "https://github.com/Maine-eDNA/medna-metadata" ], [ "https://github.com/CSB-KUL/yMap" ], [ "https://github.com/mpicbg-scicomp/snakemake-workflows" ], [ "https://github.com/bougui505/SOM" ], [ "https://github.com/haddocking/disvis" ], [ "https://github.com/WheatCao/STMN-Pytorch" ], [ "https://github.com/prody/ProDy" ], [ "https://github.com/prody/ProDy" ], [ "https://github.com/prody/ProDy" ], [ "https://github.com/prody/ProDy" ], [ "https://github.com/hangelwen/miR-PREFeR" ], [ "https://github.com/GatorSense/STARSEED" ], [ "https://github.com/louzounlab/CountingIsAlmostAllYouNeed" ], [ "https://github.com/lennylv/DGCddG" ] ], "hovertemplate": "Primary language=Python
Normalized Total Entropy=%{y}
Repository URL=%{customdata[0]}", "legendgroup": "Python", "marker": { "color": "#636efa", "symbol": "circle" }, "name": "Python", "notched": true, "offsetgroup": "Python", "showlegend": false, "type": "box", "xaxis": "x2", "y": [ 0.17889727561820343, 0.1539658042756231, 0.1600887578736745, 0.4104535866551368, 0.27746363552425996, 0.036115936682784754, 0.026067831381344123, 0.0200484415873601, 0.07816544251285383, 0.020507954884947974, 0.037613061638663736, 0.037613061638663736, 0.037613061638663736, 0.037613061638663736, 0.19246245870415035, 0.3496622792604985, 0, 0.03754411502958171, 0.13051548995198686, 0.13051548995198686, 0.13051548995198686, 0.13051548995198686, 0.25223311293893447, 0.05010296278857642, 0.03731369946545234, 0.0946774538468954, 0.015883010778165195, 0.01095643861877658, 0.07242739681783601, 0.012149631453960584, 0.06452680743541434, 0.0488763269664941, 0.09187674070651178, 0.04068942948140225, 0.29311167730079524, 0.02429974083151293, 0.07275960847004491, 0.1305625998265115, 0.03628300507373733, 0.12515640120534743, 0.04168157307598939, 0.17385746168883098, 0.027332942176057123, 0.03151911287476879, 0.2791023843858808, 0.05958686481477047, 0.021885314890828428, 0.013660318669184749, 0.1508346250634164, 0.0034857497036701896, 0.0017475435295372175, 0.05576388752386072, 0.11564246298817264, 0.019565970324185725, 0.019565970324185725, 0.019565970324185725, 0.019565970324185725, 0.0052163401226650264, 0.09124454903785756, 0.02407543607654585, 0.04954380301642569, 0.188882359584671, 0.0008324615352873398, 0.25162916738782287, 0.12080830865361716, 0.08568814752354457, 0.08568814752354457, 0.08568814752354457, 0.08568814752354457, 0.08568814752354457, 0.08568814752354457, 0.08568814752354457, 0.08568814752354457, 0.08568814752354457, 0.06177174392299718, 0.015671287706847278, 0.012928559066783888, 0.026374455861875992, 0.026374455861875992, 0.026374455861875992, 0.026374455861875992, 0.06863427389224337, 0.2275520904274196, 0.17172177038340475, 0.3402850648364498, 0.29697455464633427, 0.054730420530009885, 0.01629944672774272, 0.012921187980261484, 0.01928878356229889, 0.007787863068623203, 0.3951608773781821, 0.012249927012728671, 0.0784604376859593, 0.016790649626655735, 0.3592392496697598, 0.028583339290311843, 0.02998818794543557, 0.001833523400799161, 0.10970313722002568, 0.0005052686581860997, 0.02899920435249379, 0.03220068097985773, 0.03825253683517477, 0.07671611240731716, 0.11081290615975158, 0.17037231564487232, 0.1898511684243923, 0.03370049361176585, 0.052371717792081114, 0.1958656558915539, 0.03744446731245064, 0.04433502636353207, 0.07868183978132177, 0.05724310737593593, 0.042401491685281845, 0.042401491685281845, 0.042401491685281845, 0.042401491685281845, 0.003353440113354633, 0.10122217342295288, 0.03201634083206424, 0.058395158002583034, 0.2477260614453174, 0.0564563792753056, 0.04861794574313586, 0.010031695675214367, 0.14322299390451249, 0.14322299390451249, 0.14322299390451249, 0.14322299390451249, 0.03384668578048567, 0.07321549791565982, 0.2625060912291453, 0.102368016821733, 0.06738216080336781, 0.24069167192189755, 0.34610203279332274, 0.04234468753378887, 0.08376362004454022, 0.2231310244979115, 0.0506608949111426, 0.09126311884717483, 0.006155424213921193, 0.02839551693711494, 0.03588610719640201, 0.006018475847684288, 0.09327378295159625, 0.006998760647672995, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.23157162207321583, 0.018613211407706637, 0.00815690049810518, 0.14286665729122003, 0.01182988711801854, 0.059194765843992365, 0.08897857946208206, 0.1011641980198823, 0.07076377977041408, 0.10409827386503612, 0.08569405899735659, 0.10960262501427734, 0.01256446804531743, 0.04698549372653243, 0.04698549372653243, 0.04698549372653243, 0.04698549372653243, 0.13537638710335886, 0.12151402461742562, 0.12151402461742562, 0.12151402461742562, 0.12151402461742562, 0.016002314824003928, 0.12151402461742562, 0.12151402461742562, 0.12151402461742562, 0.12151402461742562, 0.032152726964169806, 0.032152726964169806, 0.032152726964169806, 0.032152726964169806, 0.032152726964169806, 0.032152726964169806, 0.032152726964169806, 0.032152726964169806, 0.014645531380801524, 0.014669879166585137, 0.04531108522117673, 0.4202438542773, 0.01470097351838262, 0.0035407462886647817, 0.006953667434770009, 0.2764182670243261, null, 0.08024543604467489, 0.08024543604467489, 0.08024543604467489, 0.08024543604467489, 0.07327846236124284, 0.17116529614852743, 0.20235400530996103, 0.09245339027658556, 0.09245339027658556, 0.09245339027658556, 0.09245339027658556, 0.22707060505096596, 0.10305839626948812, 0.19579628061314225, 0.436080894170585, 0.018929742718289302, 0.02402742827565748, 0.06402177561516606, 0.10210241493312268, 0.021578863497840467, 0.031434343666628825, 0.3773578726501421, 0.014891982256433282, 0.05778592410192492, 0.030859371600425994, 0.032662338287037976, 0.03598734930093462, 0.03310828914464048, 0.017761018456652324, 0.030482130387035258, 0.15031536553087124, 0.22044360715818176, 0.02686609139013878, 0.07694552338697581, 0.052291923021446925, 0.011103716426707148, 0.24529700310053393, 0.021354632810420687, 0.02896696484298948, 0.10259629808803844, 0.1779217658646201, 0.1599996104569517, 0.03872898951008077, 0.01526003344727547, 0.04428608764883419, 0.012976869383722797, 0.0021037947730827384, 0.04698549372653243, 0.04698549372653243, 0.04698549372653243, 0.04698549372653243, 0.16361183446580474, 0.08756247723345785, 0.005457813055499595, 0.06748480717750084, 0.06798182982506391, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.002645253521993738, 0.0013115051905183714, 0.0013115051905183714, 0.0013115051905183714, 0.0013115051905183714, 0.005465570126766862, 0.26445895140961073, 0.06032289198377444, 0.17005773289175152, 0.053402850604733536, 0.1166318088949582, 0.04538273306237677, 0.13258012139723654, 0.028031753224814767, 0.2515520185936398, 0.03329516442174826, 0.06546424417863168, 0.05888985370412757, 0.039194622945898774, 0.0974215349118385, 0.08441752559636186, 0.23963195317550984, 0.08198713772301401, 0.058465674891575635, 0.014166043114946044, 0.0015284073349544844, 0.4275728797513982, 0.025430905563551272, 0.24203629532597207, 0.1958579076394516, 0.0144904093140426, 0.2757692455779441, 0.133478973441995, 0.01760093141404234, 0.04858685218302789, 0.0666232877584237, 0.14332604078432223, 0.043297383545534134, 0.17533461093056976, 0.4295676781028572, 0.07083048537817532, 0.15803457792662878, 0.1983394802905306, 0.001225292399969782, 0.1631591022400095, 0.1214330096048708, 0.09086701781337508, 0.10370195958677676, 0.1431681649406618, 0.05867339862814275, 0.062433404779731416, 0.07120465345818543, 0.0024864288554920966, 0.08723969977991318, 0.09444912300315782, 0.08814572703048867, 0.047524681795966285, 0.07872188254628738, 0.023414608655209345, 0.09762610683177927, 0.027951297214670337, 0.06919933892455529, 0.003119647279161573, 0.05515268739929821, 0.08420216291424491, 0.030490950175068737, 0.04017925682094439, 0.017428789487887973, 0.004002765289358139, 0.20142123013521063, 0.03666151335774688, 0.09229805295014688, 0.1828426836878727, 0.14965616644635202, 0.2869321672146396, 0.06171099204788691, 0, 0.016306522348898785, 0.07557908088272021, 0.15886364611774156, 0.3140527874305829, 0.005973118836913545, 0.07863514535357967, 0.12003626374345087, 0.003812592885110556, 0.05156593807834569, 0.1078110048171082, 0.1264264298011734, 0.09072564340550736, 0.1351780073253453, 0.1367267920701907, 0.08113932447065324, 0.07539089788945172, 0.15737646793230947, 0.09181843910129764, 0.20785290805328563, 0.011831017790711888, 0.01436528152548558, 0.008694512660320269, 0.008694512660320269, 0.008694512660320269, 0.008694512660320269, 0.0022738765923758617, 0.02311558627215596, 0.298369395149552, 0.013674455559556396, 0.12464456090447612, 0.05177234558070068, 0.18112981181683405, 0.007451869576316677, 0.00983560274191942, 0.03449858448736612, 0.17966765660974993, 0.3096910973393819, 0.11871278427027378, 0.014182412016490694, 0.0583561127383141, 0.02620713293706264, 0.16126882069425888, 0.02913154606380415, 0.3959291762837418, 0.07390483159647775, 0.2577801192152363, 0.2910726025761117, 0.11465718125180618, 0.06557545688925447, 0.07568330318172593, 0.07305103996026785, 0.1341265398083257, 0.1004658584079094, 0.01223221253301686, 0.021646730821071547, 0.168733818334792, 0.005651515561223161, 0.30307156834989696, 0.08710352183619216, 0.02417182007460034, null, 0.009570499543498374, 0.03990591443750276, 0.004777793929328382, 0.027504741327735796, 0.13094418361832685, 0.0767922723340136, 0.110258923564494, 0.15639082394073797, 0.3148994864566309, 0, 0.23854764275165155, 0.12425092756200164, 0.010231310976537103, 0.010231310976537103, 0.010231310976537103, 0.010231310976537103, 0.09870739532090891, 0.030540350149143528, 0.1216969990848423, 0, 0.20888579844336855, 0.0962888132531916, 0.13773014596137206, 0.07956901822399301, 0.19369296325742796, 0.017000130250447113, 0.07257628302192004, 0.003783214751287124, 0.003783214751287124, 0.003783214751287124, 0.003783214751287124, 0.02651859925497999, 0.06187553562503949, 0.020650660486426352, 0.2528758788214814, 0.054105866274446066, 0.056199319576245285, 0.4056390622295664, 0.05210747012087472, 0.09565175781443452, 0.029138184409220457, 0.0890163963963411, 0.07914449940175647, 0.401467669161404, 0, 0.000920626764118043, 0.00749353346638663, 0.08448051587882993, 0.39162737663822633, 0.018565748946480165, 0.07879820753127853, 0.013184294951921985, 0.030530285256079977, 0.08607354564202205, 0.1695873609955177, 0.011169504717564971, 0.16505297349976736, 0.1429970672318413, 0.1335392653305479, 0.1528575832811189, 0.11641940138487532, 0.12101147014718348, 0.03130048465830395, 0.11742173369880086, 0.16805241888489342, 0.008460473964172769, 0.06404561829176614, 0.06404561829176614, 0.06404561829176614, 0.06404561829176614, 0.05897594773396865, 0.04986702748212477, 0.1999767621104201, 0.08559587142756395, 0.0201642466828162, 0.11829473523107475, 0.032983142184094635, 0.02918810041119847, 0.056370317151664864, 0.015797757173203496, 0.2742379566228321, 0.15278551724254133, 0.4389329041540253, 0.05494352690314387, 0.07647836354407977, 0.005374747783145345, 0.12626838839169482, 0.09223451740972027, 0.19996340256160097, 0.13147990135304577, 0.02014215038770243, 0.02064023405954321, 0.022469184004325547, 0.007828451425860328, 0.005926644922351725, 0.3199114793673266, 0, 0.34695069432425174, 0.5007400846069533, 0.12629441383920292, 0.12207040717110006, 0.2243791469626279, 0.1563560574558968, 0.12693922014908077, 0.1461281340071236, 0.011282079463105865, 0.07922176813124272, 0.13950153066429466, 0.0399031338131382, 0, 0.07452563563170027, 0.07452563563170027, 0.07452563563170027, 0.07452563563170027, 0.05524381523936305, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.03595889572741729, 0.055268943301365954, 0.23522233306088905, 0.05253963175671923, 0.08540356491796106, 0.15225652347412638, 0.03940544971084177, 0.12719367592485917, 0.022222348781807327, 0.3089410706273439, 0.03887825214851417, 0.13290153831919516, 0.29537395240916126, 0.05974888223400462, 0.009623349719320084, 0.13390542144890022, 0.1860594323551396, 0.29163415845768087, 0.026764038997899624, 0.007122107962336572, 0.14374788733690583, 0.0866593010818522, 0.03238406988236257, 0.03551765492333157, 0.06015337191913581, 0.1270844647135759, 0.2578142291846008, 0.1199764273824476, 0.03339405946417142, 0, 0.05533310233700856, 0.03902375847235774, 0.03902375847235774, 0.03902375847235774, 0.03902375847235774, 0.02785502798605554, 0.03483173143637539, 0.05922135228545437, 0.25813553361392627, 0.18730468005787715, 0.039330389864740994, 0.14337857944849236, 0.026354312468148403, 0.24163544774020176, 0.418428767128638, 0, 0.05199333215924903, 0.0445920002511903, 0.11297907722992637, 0.03023172246547725, 0.19174254616761385, 0.04466209129691982, 0.008439827525428434, 0.13086742935807608, 0.007761491573922687, 0.05650436944644401, 0.03889771239622401, 0.10727714012242048, 0.07291601565255458, 0.02910467277853337, 0.09317927440096983, 0.18440815262704363, 0.08744274604698725, 0.06155600728403719, 0.007510301940954852, 0.06887052148266744, 0.11825973824750428, 0.2711199015332768, 0.27769005334303737, 0.0800102448336959, 0.0373372211593767, 0.0848401943472152, 0.20683563333454508, 0.1142309059547086, 0.117169995441843, 0.060220519573853375, 0.002086173860194082, 0.02371182290391926, 0.3522068783914169, 0.022760543639054887, 0.0673119690829212, 0.02650279187604645, 0.05238082471913809, 0.001708338221895188, 0.13127456853994865, 0.04228881502854192, 0.1163584763153632, 0.23743990598783823, 0.16388150052541595, 0.08764673504802087, null, 0.03694680680071189, 0.12482178104464375, 0.08156634971659199, 0.25622405439719537, 0.1795403401711541, 0.07500019622860608, 0, 0.1844468356480424, 0.06325225416575835, 0.12297189692426586, 0.19641576488327825, 0.07247609720805706, 0.1378952635118326, 0.10308441990482596, 0.020519188174897205, 0.02556704004572529, 0.04325975580440647, 0.1619650268264567, 0.028518154346443, 0, 0.006956964722689719, 0.06118540937985627, 0.13942616809982566, null, 0.0779909221489709, 0.3195574742578248, 0.15773208927867993, 0.11730856962349216, 0.10762692198751854, 0.057173302786194015, 0.16149431987060878, 0.3381226371455279, 0.006808023996841622, 0, 0.26108643550338395, 0.22527259217959889, 0.3284045890401853, 0.3179344113576336, 0.04374583446923317, 0.08777027976121272, 0.26532616624918226, 0.04371434663782044, 0.12165485905995012, 0.05517427662553612, 0.09728112281098927, 0, 0.038273745122199526, 0, 0.16121857121415087, 0.06998684956261966, 0.04945254758730004, 0.10193733454783512, 0.038250427488472925, 0.2267194282291768, 0.33855355881470833, 0.0668754616040056, 0.16433489991401737, 0.4290645393944681, 0.09326805720981082, 0.2795820736648264, 0, 0.04130507039675651, 0.28745679968708354, 0.34920069580712243, 0.08448894165109416, 0.3827710329936849, 0.025161793052030368, 0.010479904155009444, 0.08160810885296989, 0.3102627845802829, 0, 0.017340922808960147, 0.0641349114385433, 0.15796163491123094, 0.1129837668789594, 0.07223570414456897, 0.03881473349881469, 0.10502196067536386, 0.018783475711637052, 0.08983868775496279, 0.02827749334258858, 0.245242340343222, 0.08537236276249409, 0.11335026016719885, 0.5, 0.028014694687600462, 0.07791447236143385, 0.13809771382396954, 0.02659426796841285, 0.0956692568264476, 0.31531577877580613, 0.010222031807024062, 0.3000403111626701, 0.103807984402685, 0.1280004517226252, 0.05740411831116618, 0.03240854704313481, 0.008760426052590205, 0.3334135769865916, 0.016406187280774677, 0.03348385565665097, 0.1511042984818224, 0.03392326950883627, 0.05948128427976354, 0.09246040316566724, 0.05745465367925966, 0.23100759791738584, 0.42871115991044056, 0.1422530171699552, 0.055694026838317985, 0.03941736537152699, 0.23491337831860531, 0.1839104768025922, 0.005925190362310767, 0.04227871974369861, 0.4006342735889448, 0.2586870872356015, 0.13928454526701223, null, 0.004582677287159726, 0.012738359777951383, 0.0322976997441995, 0.01428622027056061, 0.03533663962146453, 0.04718960106661481, 0.055703623919474345, 0.02823356544791748, 0.19136284039340828, 0.35425684272802804, 0.17049624709360017, null, 0.05808629939004108, 0.00737560497410508, 0.271658648892465, 0.3388189728568299, 0.17682089557399197, 0.06375053959944828, 0.29386795315324676, 0.05493026073722995, 0.05153746708570144, 0.030406533821840102, 0.06074744880610362, 0.1273666412544056, 0.1273666412544056, 0.1273666412544056, 0.1273666412544056, 0.25357233260644885, 0.21224562621860957, 0.17740491605845923, 0.04342374578406236, 0, 0.010446086438269747, 0.03810945336737099, 0.07446273414354414, 0.2961477220065467, 0.016697174040461404, 0.03948553513010107, 0.11948818763084164, 0.25535627483402623, 0.1016868262553312, 0.1897879771361367, 0.12265021764187058, 0.4953324633114163, 0.18527065732484993, 0.069434603141176, 0.09090322975649576, 0.004771853337104759, 0.008530142460142692, 0.008530142460142692, 0.008530142460142692, 0.008530142460142692, 0.0391919812039514, 0.0035683950736929413, 0.14418484418686503, 0.1681172358361739, 0.07246463740839218, 0.10448179815354748, 0.03882945216119339, 0.27309505400472905, 0.024007842462098385, 0.07177942376159978, 0.011463594416093048, 0.39939464930393304, 0.00030547205720201547, 0.17388027992590915, 0.16519210079503494, 0.008579772333796728, 0.01438527711052042, 0.06939861474452687, 0.07318686556544915, 0, 0.19077297129642865, 0.2885549093403365, 0.08925024475157996, 0.01189656546231948, 0.10295516063784116, 0.15536400773750816, 0.10312102275430958, 0.2149840356883107, 0.195768415855882, 0.05251624703387625, 0.07780771609177631, 0.21765510834396196, 0.03168906202926237, 0.05962738080705589, 0.13673278822492377, 0.0025180451990614726, 0.001837466052592822, null, 0.04201013813820507, 0.0314013217912865, 0.3976820226786662, 0.04621705172389719, 0.13261506526463557, 0.10415239500757334, 0.07830101415628479, 0.03670953571551101, 0.05289519499741362, 0.0008538783441294995, 0.3420192178195208, 0.08960195584939575, 0.18404697807045228, 0.02026528271798783, 0.2909046376814842, 0.05275016458992108, 0.09223809679944212, 0.04040757544581821, 0.11601336716686836, 0.10846203252182252, 0.058142207886769694, 0.05033709928598787, 0.1273666412544056, 0.1273666412544056, 0.1273666412544056, 0.1273666412544056, 0.016295818252029127, 0.025774863596110028, 0.016874763014348107, 0.016989308467554913, 0.014340892900096595, 0.21608288890151828, 0.22341612697859695, 0.04430447720216739, 0.1880065466552475, 0.0009702805875365692, 0.19956496871783183, 0.10186286277424568, 0.1377177416751642, 0.10153723826185589, 0.094136027810757, 0.0921453810793661, null, 0.2020039423801708, 0.04671814721762476, 0.01493293786142665, 0.00696525654187724, 0.11155668080104758, 0.30079409397170803, 0.16522358531234965, 0.08857132100741762, 0.015496338165913054, 0.16794155713838693, 0.005020249358884414, 0.005020249358884414, 0.005020249358884414, 0.005020249358884414, 0.108565013936321, 0.2136468445886709, 0.14590897770229508, 0.26849749373887555, 0.02249725407894584, 0.07883886521354383, 0.028857979684549357, 0.24057757101729116, 0.062186874134018175, 0.04125244875982973, 0.2726234345021425, 0.13019391256048535, 0.09762802102808749, 0.009236185037286695, 0.20627692167702, 0.05547807544511994, 0.11242330085702974, 0.14229761283022335, 0.0467749370571179, 0.0467749370571179, 0.0467749370571179, 0.0467749370571179, 0.2793146867260996, 0.16383095641010637, 0.03690144400551117, 0.0917315723789916, 0.0903831101925228, 0.09358663176839216, 0.14891055540321185, 0.045544586794849795, 0.024021522819804367, 0.006141348520126336, 0.04619663375835148, 0.22961838976649637, 0.1858934854265412, 0.09944254528628522, 0.0763059699591239, 0.06435424487302081, 0.23317281377223492, 0.029414214856838556, 0.05204378439351723, 0.0677711942217545, 0.05440255516099777, 0.008573347338015526, 0.13509975320702275, 0.17500529646344246, 0, 0.01796089850076842, 0.29962665399135896, 0.05241153552229229, 0.01843258383184894, 0.02424130984709913, 0.25351587644447354, 0.03869211161750662, null, 0.17439887016013744, 0.023458806301874923, 0.15261496436899405, 0.11844931215915903, 0.025179081628433884, 0.05050744594039056, 0.0458202691209056, 0.029988344905987528, 0.07247691272159147, 0.22933765779316265, 0.032097120943655445, 0.02493141787158824, 0.030416645958857128, 0.006208571348364418, 0.05731223933020756, 0.039194622945898774, 0.010663729193922111, 0.13633040501926302, 0.26952367580063274, 0.0092265992886148, 0.059464407519851104, 0.04085156946899055, 0.030013116895403435, 0.3476910958998622, 0.06833536341304909, 0.07975611337079366, 0.028570748879375493, 0.14721352499647142, 0.06617688450207063, 0.05955653801067739, 0.006797170531419852, 0.10281578752595152, 0.2186578417525821, 0.19084240773058836, 0.19292819185042032, 0.021193993818091516, 0.45283160083536594, 0.15495633111262713, 0.006610999812368467, 0.011966543883145529, null, 0.14646532311662258, 0.013163597690176464, 0.07588085036970972, 0.135723788678727, 0.05239127562373554, 0.08114275545962749, 0.05312562366142064, null, 0.12395978606975568, 0.0758273895010619, 0.26055347667506135, 0.12190912896510936, 0, 0.016706678035070113, 0, 0.06986414793080306, 0, 0.2566444228667732, 0.2566444228667732, 0.2566444228667732, 0.2566444228667732, 0.1645227267456162, 0.026293502835847384, 0.076320583199431, 0.12145973539174176, 0.04543592049228165, 0, 0.17146270240644576, 0.1345996148838646, 0.0503273481107667, 0.07638176292814376, 0.09106070381968684, 0, 0.13813033658108476, 0.033620463181366265, 0.00560011211100782, 0.06935683396059958, 0.0545914434798622, 0.17618297841241584, 0.15603786882424117, 0.25216322446763645, 0.1940357738903037, 0.3016219123180735, 0.03110576565457372, null, 0.253755709481487, 0.05471192043775147, 0.11863863274288944, 0.03019011965999093, 0.04038908423354342, 0.03171064172255217, null, 0.015296821614298248, 0.015296821614298248, 0.015296821614298248, 0.015296821614298248, 0, 0.0018147509807050711, 0.0003345446682121478, 0.012040650454622366, 0.21347328912246857, 0.18556016423908983, 0.30228235083297145, 0.17604596685937982, 0.11192700958475886, 0.062232619146619414, 0.3110312631872828, 0.0461854330279849, 0.026293323971647985, 0.4955380299191111, 0.0829491415419633, 0.28883045445794175, 0.14808877879712187, 0.027138088742486417, 0.05693535538997134, 0.07093505076967369, 0.10124924124301028, 0.050062362221417585, 0.030664366587156856, 0.030664366587156856, 0.030664366587156856, 0.030664366587156856, 0.017000582475705076, 0.11765348212648707, 0.1472594947522325, 0.2809738658058242, 0.19001273172380925, 0.07002270224637734, 0.12344496555288333, 0.011747295460881364, 0.13269395870644926, 0.07189964002763906, 0.07005088589117375, 0.2739242441759442, 0.1036502048019776, 0.17769918190738787, 0.12418553588587286, 0.006894664062576711, 0, 0.12637411717136016, 0.14537591090868204, 0.3052480633568658, 0.12010434253240522, 0.04489378106279331, 0.07184701904254528, 0.1807655108177681, 0.014419171945030972, 0.02804739042852744, 0.016215653383906986, 0.2142206701372887, 0.014898306738714178, 0.02573731984932664, 0.20620331284340257, 0.2314317730324473, 0.1916616308679318, 0.013890817544764818, 0.0244350201419472, 0.03969077337840477, 0.12307188274087325, 0.010297000215161865, 0.0275217592399473, 0.1070458726224459, 0.15204290166700965, 0.23614190493329212, 0, 0.05084042764600785, 0.29457682450257966, 0.0018451264435215388, 0, 0.10809458209195474, 0.027794517139456583, 0.019220485956043816, null, 0.05385858005921924, 0.11551143430334204, 0.05429684290524456, 0.15842017391671037, 0.017903967639715836, 0.14313264508527132, 0.06200603438001686, 0.06523404301660057, 0.1593523613567052, 0.1593523613567052, 0.1593523613567052, 0.1593523613567052, 0.1576595350690526, 0, 0.12648552744218733, 0.15129949448024194, 0.06426929964744627, 0.09821982178003046, 0.02424977163995417, 0.06814332953146976, 0.06814332953146976, 0.06814332953146976, 0.06814332953146976, 0, 0.09088588640702255, 0.0031382118089912855, 0.24460828236417856, 0.06807491501595772, 0.14937263542413667, 0.0046508001823925985, 0.29558023604787464, 0.2959339957282846, 0.24208666300955092, 0.07699298827471544, 0.15743915537538217, 0.08329342276561627, 0.035393733896322145, 0.11209177502055316, 0.06324074929694931, 0.05689291865702968, 0.04419914734313262, 0.0186278707069339, 0.1071319885792025, 0.06224103015671264, 0.01874949405498267, 0.16044614853184455, 0, 0.1137628147292984, 0.1281741539676913, 0.2194673117167736, 0.0062064020174081, 0.30709720827832676, 0.0371753400399314, 0.008206670964380736, 0.06997985414305295, 0.0982483939512827, 0.1892985513795833, 0.1226882871789763, 0.06191838928271469, 0.01698617650402548, 0.03910764240618856, 0.10953096060718594, 0.22577629835906593, 0.11316169698502036, 0.043133319388039354, 0.026926918906583015, 0.08678589468867559, 0.16861547443662953, 0.05085651413897299, 0.3609804000853859, 0.10632163412642524, 0.21261269782117265, 0.21084727991224925, 0.0896399080956984, 0.295781547523154, 0.24881356585534847, 0.04830432998896003, 0.024391325121881614, 0.024391325121881614, 0.024391325121881614, 0.024391325121881614, 0.01999028626291508, 0.029445814931976063, 0.11632114825515928, 0.12384442551299706, 0.29672947789468945, 0.1380191547881884, 0.028488413792639677, 0.06860186347679835, 0.2783148806035409, 0.11294421312760444, 0.08129328772557023, 0.06718980852835685, 0.03040388059254656, 0.38315233880564137, 0.16592142061764062, 0.08888346345926204, 0.21415278396952864, 0.27460387777077244, null, 0.104675339550395, 0.18904286764925385, 0.20172108469053252, 0.1949766325048359, 0.10400577960086052, 0.007744353560738099, 0.2866484096728506, 0.07393636222419656, 0.21930496516547757, 0.3603852665768059, 0.016910978874546092, 0.33919799260501876, 0.0650941403794906, 0.010517153791092292, 0.1501618775562714, 0.007006133536682699, 0.1902091367413677, 0.10717266168114371, 0.013270166686093637, 0, 0.02161057583964722, 0.015983506975669734, 0.18671580550142297, 0.22329654092507137, 0.24198212156837537, 0.38925802694642736, 0.06969835207135107, 0.07585928608902333, 0.04158930680845846, 0.26914490033233396, 0.0778320857328939, 0.06484047425756476, 0.07861246804056847, 0.13446174175135558, 0.1598928706366722, 0.004624304751079583, 0.4511495015372178, 0.33484059980666037, 0.4043249408126741, 0.3071558896663657, 0.050651456974557675, 0.06022261488019373, 0.4955380299191111, 0.09071150757883376, 0.32872848425191126, 0.06909935190972326, 0, 0.2553752774633241, 0.2240043990153766, 0.038367286250576, 0.009432900033572904, 0.009432900033572904, 0.009432900033572904, 0.009432900033572904, 0.04061206506256185, 0.13702568239550264, 0.12295396000320412, 0.03579159304355423, 0.10067346206180731, 0.21381091946248224, 0.07904424929997618, 0.038464722589603595, 0.2393997302464188, 0.001528020554150035, 0.3406604263877926, 0.1105424260026907, 0.056459077966780034, 0.10180130134426396, 0.022054891100955685, 0.01549165569542093, 0.01549165569542093, 0.01549165569542093, 0.01549165569542093, 0.03433627905997357, 0.003042907952882575, 0.16632040282821803, 0.22968506187792495, 0.05720361501954438, 0.09926407331494262, 0.4119163311819708, 0.08991203258682337, 0.15537144285094515, 0, 0.017736077197375032, 0, 0.006304140709115534, 0.006304140709115534, 0.006304140709115534, 0.006304140709115534, 0.1548715925549119, 0.035833827665592184, 0.014997130622189898, 0.07228632940796222, 0.02656308662160633, 0.02019950050629178, 0.0010835828313493744, 0.003997334565440783, 0.06437991754091144, 0.04030774130963482, 0.35264191260667715, 0.22952532766068015, 0.31646044924118993, 0.16291455123094695, 0.20441196217315707, 0.08981133881301562, 0, 0.01597887721322757, 0, 0.044098882499674905, 0.10036473346097446, 0.14282780519277466, 0.14126365681872038, 0.01663491779009116, 0.04504193619576593, 0.060757586692731895, 0.16759588266818246, 0.06987274438151649, 0.2846128096242262, 0.13308188888236352, 0.045825093975904854, 0.2520594918801175, 0.05216311056774996, 0.5251934812106226, 0.030414619730159312, 0.09387942341335476, 0.1886083646975795, 0.01791487640203325, 0.10993401329785936, 0.046669867898115495, 0.03455338599999252, 0.1136144168483307, 0.0519207482388861, 0.22273526204063623, 0.11744547230493305, 0.15755919935157903, 0.08560631923630121, 0.20823952507667975, 0.09987857486858544, 0.0031376458412215617, 0.17484380860223345, 0.3609640474436811, 0.13408665552633028, 0.11786301259209406, 0.2982510589743154, 0.03468225067202203, 0.09880979474747108, 0.1264305756474311, 0.07424008311868166, 0.07890044787255758, 0.023149229151822864, 0.36463697092247055, 0.01302872940667433, 0.06644328660947968, 0.25348247126519263, 0.146820022183171, 0.13185483241823165, 0.1796508037385814, 0.18297226414250745, 0.23059880825513712, null, 0.22000892688603477, 0.0573780608237752, 0.05232974193797451, 0.33434381225588206, 0.01779306191081013, 0.18100623159527632, 0.371803644960015, 0.18648417215585333, 0.2275812903423422, 0.020525760984989715, 0.0875352151086776, 0.17497444739279752, 0.004872863931896186, 0.05541376179236706, 0.02824051442949984, 0.14061416278150063, 0.08815119047705258, 0.24019880666670043, 0.34478280815975976, 0.1586570450786893, 0.030056628513980974, 0.056344452404119665, 0.08414682127932972, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.0026210406813000535, 0.13866569217923785, 0, 0.07239656272521215, 0.0952737689636866, 0.1292816585477554, 0.08265859093742159, 0.03264369481740233, 0.2465748007775535, 0, 0.10792187139903982, 0.10792187139903982, 0.10792187139903982, 0.10792187139903982, 0.10733733751280164, 0.05632176555251757, 0.001041727234681611, 0.020172106195087785, 0.02340921095321425, 0.02340921095321425, 0.02340921095321425, 0.02340921095321425, 0.04272496496933199, 0.009386923647391904, 0.05070289880540728, 0.20176502806608185, 0.13202372847480037, 0.027442351420840595, 0.002519652957845016, 0.03214847514623388, 0.3215102614889192, 0.2080410822706597, 0.0787615609676435, 0.254723065402347, 0.003902892770722928, 0.024245340085406426, 0.07112991474191527, 0.08480349349607412, 0.1162407847031319, 0, 0, 0.0321769237989221, 0.16233332365896658, 0.07997397672840437, 0.06287852756904433, 0.040957738555041825, 0.2074679766138605, 0.016481894774115803, 0.4865284052008915, 0.25925907447795915, 0.08469727563514899, 0.01955986807117794, 0.1362084237463979, 0.0927498795434629, 0.015858340388896146, 0.21548296530184705, 0.009394956041078128, 0.00902207022956674, 0.3666063795729903, 0, 0.01951227023623019, 0, 0.06955075976579653, 0.10688285333968917, 0.04940762585671564, 0.08018088352564613, 0.3755011752262721, null, 0.096854588161916, 0, 0.015561583226580949, 0.15562423138485632, 0.10780849782217838, 0.0426549511293763, 0.22090401052411496, 0.18760501288743017, 0.06733285371479704, 0.30976099742456153, 0, 0.020040816292878395, 0.22934408735975345, 0.19094332019950933, 0.2458143046567476, 0.25542938189610287, 0.020850927606851533, 0.12380439277536506, 0.3663724940162944, 0.0031315561418986493, 0.022908998463307063, 0.15925713148254048, 0.0476812915485666, 0.015205341640277856, 0.11381414497385764, 0.13885561905548988, 0.16440091514968855, 0.06551572120239016, 0, 0.104249065980074, 0.04610701305768406, 0.05674625135663257, 0.05400878428406154, 0.12978677387556747, 0.11076895147023384, 0.2466626382827219, 0.28949346313983587, 0.28949346313983587, 0.28949346313983587, 0.28949346313983587, 0, 0.09631483539898912, 0.055838157429862575, 0.11234940071239362, 0.10214803368419434, 0.07806304091540821, 0.12334030754730405, 0.17411204528651947, 0.13904535117065786, 0.02894801110601633, 0.195841199030089, 0.0036144251787138433, 0.2050902522507236, 0.052152083923466486, 0.0940281155523794, 0.06748277814345603, 0.11847423728646736, 0.18465763586136055, null, 0.22124915124935488, 0.019676489671717527, 0.03993857660262614, 0.049757753639487805, 0.1933083141150902, 0.11214242727808868, 0.03571520709791757, 0.4201469603449837, 0.3642493140567495, 0.1439116276086714, 0.3922031386305609, 0.16589854294771153, 0.0008868947385707789, 0.028479956115190507, 0.003822984238868795, 0.2864578978685745, 0.001935132870515684, 0.1146194712035912, 0.0064283578933345565, 0.1894483929490763, 0.31113021487234876, 0.12445713303319791, 0.0861629721327058, 0.01703020669157724, 0.03137117109921002, 0.0004136168196793616, 0.02999416231604673, 0.014616373954615205, 0.005248094595904957, 0.1212983321937419, null, 0.01226499788611612, 0.2197794445183655, 0.0874391198135313, 0.004603843439614078, 0.033286482058361794, 0.13962002275903165, 0.1310829018243782, 0.17740017574729527, 0.1897844156711153, 0.12719819356701362, 0.4992545494588161, 0.4002373183855276, 0.23632415654442193, 0, 0.08348650684166536, 0.16358630066785537, 0.1317274629005352, 0.07909438107984992, 0.05499005198065052, 0.1741761395028143, 0.3965155446740929, 0.03985872197085749, 0.013619238667497627, 0.013619238667497627, 0.013619238667497627, 0.013619238667497627, 0.031232887933757475, 0.14697253999231263, 0.2002028584710623, 0.04985827412247287, 0.06582281287909544, 0.03690096108427863, 0.25164159367426336, 0.007154303440407882, 0.04075175356455119, 0.1028624769176293, 0.055988455128216555, 0.4322526256700996, 0.1091684686071468, 0.1333802141836292, 0.1030668934237759, 0.12522173713448334, 0.08691944533667424, 0.013279190448561098, 0.014597348919293507, 0.1494959420141036, 0.1181078630766502, 0.03765828977027093, 0.010204347722482852, 0.095168493531165, 0.04167546211683289, 0.10082090655094432, 0.012306168216681, 0.11361883306639256, 0.01996644342334032, 0.26258909056537627, 0.308962137531651, 0.18652942796858896, 0.08707773753881111, 0.12205027556919316, 0.19562178181462783, 0.0180664087307937, 0.07297058291793379, 0.008148032787374011, 0.06160143914819179, 0.04660861168977191, 0.12714064135391562, 0.09824279785943502, 0.34262120226753645, 0.02020907369058209, 0.07573107102281973, 0.05296624135639487, 0.20505791741472332, 0.345699434275241, 0.1758890579134103, 0.08694080296888006, 0.07704551823658916, 0.09230446816711396, 0.04810155908537588, 0.13459195504262647, 0.0681879044196062, 0.2840957050771957, null, 0.013619238667497627, 0.013619238667497627, 0.013619238667497627, 0.013619238667497627, 0.0069878063007308075, 0.04616451282059197, 0.05180966962324899, 0.010762363435316532, 0.07354032192296285, 0.19934196572615095, 0.05240585932943963, 0.0054711095941722574, 0.07011756667002816, 0.09303597080411698, 0.08140430681281736, 0.07669751917810755, 0, 0.023003184727299807, 0.1411806106727469, 0.030276871032627883, 0.05590170490172818, 0.0974218963732933, 0.02411529972443408, 0.10060479084116712, 0.02523939412660306, 0.02523939412660306, 0.02523939412660306, 0.02523939412660306, 0.02523939412660306, 0.02523939412660306, 0.02523939412660306, 0.02523939412660306, 0.02523939412660306, 0.008388337245367411, 0.3817854441802863, 0.5283208335737187, 0.07215514109319511, 0.4226754683112182, 0.03516704888293601, 0.1488406976804963, 0.0655970286680751, 0, 0.05064816999054608, null, 0, 0.04090279722992397, 0.054152154519993626, 0.2440204289185723, 0.11750473856854944, null, 0.3457732269434226, 0.01211429416493957, 0.2566444228667732, 0.2566444228667732, 0.2566444228667732, 0.2566444228667732, 0.13561309615610354, 0.060957736906274713, 0, 0.2072806101836096, 0.05633109698314871, 0.03200187465848217, 0.09078951401011952, 0.013614371589130626, 0.07770715816302702, 0.193219971174118, 0.0011194933373084488, 0.03530931199918981, 0.04968860545646181, 0.023757427842482665, 0.08196786527171361, 0.014548304816371123, 0.14274720042436914, 0.4220598602809702, 0.23418980668850395, 0.1357504440226577, 0.1439215688359523, 0.1487361244596448, 0.035713948714140124, 0.01334250300706009, 0.09725230044448348, null, 0.033632785011096816, 0.08976741695927669, 0.1019713218955496, 0.11082350941261844, 0.03516731749195732, 0.008387005643718037, 0.03071105222296988, 0.2681208221750233, 0, 0.009877799518238526, 0.09818941194820976, 0.0010192297457055932, null, 0.030216320211720823, null, 0.015293114861437288, 0.23455527470269985, 0.08080296654146016, null, 0.29014166832520655, 0.3199305353492524, 0.1358058195180745, 0.02340921095321425, 0.02340921095321425, 0.02340921095321425, 0.02340921095321425, 0.06774594889310294, 0.06545617441384326, 0.10167396597040522, 0.06957032255368564, 0.02182521359132771, 0.4347104272111943, 0.2001142968416697, 0.28779932133004077, 0.07665306299649202, 0, 0.0033098122489806188, 0.03149145938380507, 0.03812151279238059, 0.002292711489457256, 0.06866281459927075, 0.012415135796485129, 0.050314903453905616, 0.008519244827224317, 0.04292004940172963, 0.03021448932185402, 0.06973839595441159, 0.03462521493422198, 0.0521729776374902, 0.06130108524464204, 0.3968287317030824, 0.142494316913809, 0, 0.12160550271303255, 0.04858096375086552, 0.1101842357899672, 0.3773083509084578, 0.5257684574753508, 0.09440294141112666, 0.09440294141112666, 0.09440294141112666, 0.09440294141112666, 0.017666235521113256, 0.20023413941466311, 0.1979586350563732, 0.07452563563170027, 0.07452563563170027, 0.07452563563170027, 0.07452563563170027, 0.02024956585193917, 0.015199867478322531, 0.2399767067558927, 0.3212502828712331, 0.041592060179518456, 0.07525360310435705, 0.01719879290378794, 0.07749176546275001, 0.014985146531576989, 0.2535257475645339, 0.19278761325452903, 0.0634173838452205, 0.3675162691850869, 0.3870296280106067, 0.06738264129347445, 0.08910312453479509, 0.1567150651160899, 0.2041566343625765, 0.01522236966793173, 0.0069186496530134105, 0.00615625932960139, 0.0053999853244232395, 0.2531442817670407, 0.1420636049431194, 0, 0.1922983748581073, 0.1743758045367501, 0.058010342146766085, 0.011543000031928706, 0.1774272579524181, 0.16404704137182918, 0.2357641471180146, 0.08807829220698185, 0.18564009684074573, 0.03172687793371495, 0.04575053146121917, 0.14018588856971542, 0.24531634999737395, 0.022041564807046863, 0.40360334203534426, 0.05991399954282106, 0.37402420313199, 0.020710619752801415, 0.12271679423850088, 0.044127529156565426, 0.1115652361517258, 0.06252552962654723, 0.07799303459412923, 0.0956808023690582, 0.2067936096065924, 0.15544016823726772, 0.20588814021967272, 0.06645205813853855, 0.05686690622448814, 0.04170820284135598, 0.3384006546808576, 0.1750357411984368, 0.15080301509625063, 0.11756023229735288, 0.1571847644417359, 0.20627460619295543, 0.032892113675055006, 0.3009880254646001, 0.18949757288140212, 0.05026606136784445, 0.01668494667015754, 0.11696374761078458, 0.34330802842905106, 0.046592193400576576, 0.1912126521287478, 0.2213875546426692, 0.3765235177688047, 0.34789991956495125, 0.08550592571936591, 0.008694512660320269, 0.008694512660320269, 0.008694512660320269, 0.008694512660320269, 0.10075417412324138, 0.027518298405711617, 0.04708475821825524, 0.02719072762039479, 0.06962666302579248, null, 0.024023094802703236, 0.03881671416554972, 0.008206561743542031, 0.03934118314919176, 0.10031116215635733, 0.08775327546572965, 0.09977335097479932, 0.4398487891387585, 0.0029629680317590774, 0.100968046355733, 0.016640396907918496, 0.21042055874141824, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.005406619156145008, 0, 0.013085047728466428, 0.10191078758015214, 0.12050646347767338, 0.007452497346020675, 0.2588026368901827, 0.01862701278787159, 0.09069713107787776, 0.20284742742630713, 0.060234613481158474, 0.0876246261249608, 0.06915988775469056, 0.03644979339867889, 0.17093218166968802, 0.10600839015316622, 0.01331006048257335, 0.15905169240336997, 0.08068923972434955, 0.16685532096674702, 0.032655640491229, 0.0013689683053973026, null, 0.008959526389106624, 0.0715552001467983, 0.3543194782000673, 0.31643092756691626, 0.0578677568569948, null, 0.15169960996000909, null, 0.0920789983170216, 0.0665654713228301, 0.1684650014716509, 0.11872180756472148, 0.08908164656846976, 0.24162086570259905, 0.1331249698294187, 0.001104789540527613, 0.07430936989979846, 0.1451019193838165, 0.31639929161566305, 0.03949057719204558, 0.11904824115589546, 0.1367472189945801, 0.06303316015135199, 0.1338197510876224, 0.3573637365658946, 0, 0.03013775597651484, 0.020379157851195717, 0.02172113906003896, 0.3172606380947982, 0.017359373420124388, 0.0025546085212275987, 0.13785190293040084, 0.24946882318567157, 0.2324792332693006, 0.08621271697838032, 0.101635401019851, null, 0.07983122862317685, 0.11609185705189784, 0.2539067558068455, 0.14946422024056158, 0.08660965320395932, 0.05676809918423199, 0.05676809918423199, 0.05676809918423199, 0.05676809918423199, 0.04057351777505318, 0.025548415654639556, 0.005020249358884414, 0.005020249358884414, 0.005020249358884414, 0.005020249358884414, 0.017140499864197304, 0.04825021958229456, 0.06269611390412133, 0.1987393433299843, 0.00925413840336889, 0.07287557758448844, 0.21311432849907244, 0.09780884211782678, 0.03816662170764421, 0.05676809918423199, 0.05676809918423199, 0.05676809918423199, 0.05676809918423199, null, 0.033247210014378574, 0.13026428965033804, 0.198900135361808, 0.008282611062230513, 0.1655481092476478, 0.12227421485074028, 0.03147709481767587, 0.09599388562928012, 0.07837608476432599, 0.037100528812968395, 0.028005640395471185, 0.0400439086016515, 0.050767411660845134, 0.2832491758377277, 0.024703579350727048, 0.08862968378373538, 0.04637031844659938, 0.001813308275477472, 0.06920135319433304, 0.13738205142198404, 0.03789616124389256, 0.1560126114332932, 0.005647075772227786, 0, 0.07869878600043648, 0.054749600892667435, 0.036216819527518894, 0.499097939521405, 0.018484835003121623, 0.20509626862737915, 0.34605965779111597, 0.06442305066417024, 0.041566637716557296, null, 0.1777117126676999, 0.08583928290870535, 0.06584852431926415, 0.03542037642466163, 0.05166506535514933, 0.12955252662058916, 0.27846010313376607, 0.052536494188319766, 0.06096480362266529, 0.07873544395948082, 0.15376039897228436, 0.13812466554576594, 0.012037926773877649, 0.01549165569542093, 0.01549165569542093, 0.01549165569542093, 0.01549165569542093, 0.03533723954664587, 0.2264797667159729, 0.04188594190228902, 0.02553645289092982, 0.10460678813980878, 0.0827289220617583, 0.2389397478037502, 0.4239794248028867, 0.17940797563191685, 0.02323508541020292, 0.14023021127054747, 0.015232969492682717, 0.30897187204231147, 0.192464726047078, 0.13048726985115733, 0.04058165686343918, 0.04201061177099811, 0.47227857982109417, 0.1088490905431014, 0.17562915588117572, 0.013442899972035929, 0.07928386064422834, 0.21839289981935567, 0.004813144869040221, 0.007923167101563934, 0.029654544074776, 0.05152911214204969, null, 0.4392568776726295, 0.19163233944520985, 0.27741550818479266, 0.11189710160080374, 0.03413452307444258, 0.1070702748669508, 0, null, 0.25367141017952716, 0.059579088196521, 0.056084564934104505, 0.07822100297741275, 0.0007744165403278295, 0.039147924700571456, 0.013977766272484704, 0.0010240159625932263, 0.12380695480573464, 0.016556135808284383, 0.2203227248076732, 0.1466780034488152, 0.32977749913016874, 0.0785061294784132, 0.07388106615807055, 0.01628355806225611, 0.13720403269627426, 0.018044519859538703, 0.06459902100463684, 0.02756245028328184, 0.18221320627981943, 0.15622542582228183, 0.21808848504536685, 0.22088193144261783, 0.13240848521449575, 0.09570686369562696, 0.006173560980814089, 0.2781075106370588, 0.29256687392297553, 0.1534922799369217, 0.026420513192197834, 0.03445750237390324, 0.053761926229666045, 0.23965794977404395, 0.07094833425844488, 0.15490197393082344, 0.28585899274053056, 0.025893203284552625, 0.10839543673486449, null, 0.0005568863387817797, 0.016719288297728715, 0.08382072416363573, 0.15457989667681435, 0.1732383234129029, 0.38120643123175674, 0.023449949842963964, 0.026917893407569463, 0.055605912642806794, 0.055605912642806794, 0.055605912642806794, 0.055605912642806794, 0, 0.11473564013781672, 0.2310902980442677, 0.29146473690557595, 0.05167199215020969, 0.21298876855162344, 0.0480465540000144, 0.0724692369704301, 0.055358055707709304, 0.11109420007237455, 0.05444448549028608, 0.1453754286977773, 0.01630855654091103, 0.006178693280831467, 0, 0.0698105346692266, 0.044275803313453536, 0.18141326571067423, 0.23291659567738365, 0.08264668929439618, 0.09926078266816377, 0.06404561829176614, 0.06404561829176614, 0.06404561829176614, 0.06404561829176614, 0.011605120788368275, 0.1457707055988341, 0.06363801313988851, 0, 0.1310339282426372, 0.07458713478701492, 0.23191603398162333, 0.05454475882946116, 0.036154116710598906, 0.0016119050684634466, 0.0201808825948094, 0.3168463877422204, 0.12363274904743136, 0.19734191288857497, 0.03726065486400624, 0.4986390428838092, 0.07231587467006602, 0.0008291647080233891, 0.06358431083529863, 0.008663504730555247, 0.005360113052449042, 0.0467749370571179, 0.0467749370571179, 0.0467749370571179, 0.0467749370571179, 0.018138538329611938, 0.04318412331304507, 0.02523939412660306, 0.02523939412660306, 0.02523939412660306, 0.02523939412660306, 0.02523939412660306, 0.02523939412660306, 0.02523939412660306, 0.02523939412660306, 0.02523939412660306, 0.002593396053553506, null, 0.02523939412660306, 0.02523939412660306, 0.02523939412660306, 0.02523939412660306, 0.02523939412660306, 0.02523939412660306, 0.02523939412660306, 0.02523939412660306, 0.02523939412660306, 0.11138473042204268, 0.00970435048097544, 0.05615761007568144, 0.11192252761357774, 0.0035719656819246247, 0.3607475857673399, 0.12556040496750936, 0.1482515517695968, 0.1566802362853657, 0.1453659556289036, 0.045212933058652045, 0.23072845662319888, 0.2456260711933229, 0.06684650202012793, 0.1091883627874593, 0.012684072120678454, 0.09639526258046878, 0.06893904612680378, 0.05008661531388324, 0.0816661406566386, 0.064213936694038, 0.30555593494869193, 0.09520091214093236, 0.13282544245172548, 0.23120012983729288, 0.02025127494603115, 0.3530090408260527, 0.07045974341403129, 0.009539377910601304, 0.31996665623812487, 0.30309758638865664, 0.4047062779196805, 0.017397764452587446, null, 0, 0.09749785467680534, 0.04501161659363921, 0.04845698406498323, 0.014746612635530103, 0.039607227705279094, 0.0016104038432420353, 0.0016104038432420353, 0.0016104038432420353, 0.0016104038432420353, 0.1186618146255499, 0.1186618146255499, 0.1186618146255499, 0.1186618146255499, 0.009692737615367337, 0.1295683318625703, 0.4315602842833155, 0.01326876562781879, 0.11326808998712552, 0.3906004407549435, 0.05130471761475724, 0.053370532200496555, 0.0343006597825118, 0.06988116202402826, 0.09451307475429722, 0.13629776989240616, 0.0384639667535228, 0.26066521805631254, 0.08671721566308457, 0.01692827367806729, 0.2241665896204652, 0.03227578720006446, 0.02121188912663956, 0.1849864341813633, 0.07404129320240693, 0.11502403278123306, 0.005324406078883634, 0.05386427738326336, 0.5, 0.017697283346020633, 0.02243180096863141, 0.382873972146315, 0.042517183311618655, 0.21939514685418465, 0.179013131363134, 0.3312535226027318, 0.13606748794083262, 0.095270071068367, 0.04706789037484518, null, 0.27354756372742794, 0.11555780135278047, 0.09565792574328004, 0.047311030457093735, 0.09523516302550332, 0.1238975149360801, 0.026495130398477545, 0.2057411195741148, 0.1261111744760134, 0.2910872958256857, 0.13173734091179876, 0.042330194939612834, 0.09212872257090889, 0.03578907163312958, 0.1966787746937109, 0.007239065449838243, 0.26985033950550646, 0.23595035626944183, 0.0697631258866804, 0.03777716727199655, 0.15868932612581374, 0.1989854207750574, 0.25752010618215054, 0.13582495767812044, 0.4904614663632495, 0.04510445916274771, 0.07514294796609733, 0.160170857641404, 0.008609589567869502, 0.189497643494197, null, 0.2374199135358007, 0, 0.08654903057884542, 0.10266963106965606, 0.042778563651682824, null, 0.10321492808146748, 0.18789045902349785, 0.0019168823288342575, 0.021143859318122547, 0.06257819991015676, 0.24684827130253856, 0.004074900890671067, 0.3540458069199037, 0.013126015474774875, 0.2511356969100563, 0.16219484781447116, 0.039619613323318634, 0.07844249617407643, 0.10777306643630706, 0.04546519103351111, 0.06680646782659791, 0.011089689865893563, 0.08238379303919889, 0.004090033475497949, 0.011304095672596524, 0.04119842983611213, 0.0009530081129272223, 0.298357949746506, 0.013799330248477263, 0.1222253827983428, 0.1636120346269125, 0.027169257758367676, 0.1984971444153545, 0.1483960167814979, 0.1807048974763049, 0.10033367471856632, 0.28592872806311187, 0.05630011387368252, 0, 0.2348258304194992, 0.125019266654129, 0.02879333367066021, 0.19634469074158, 0.24770257410245788, 0.035167671756508735, 0.05490885462525745, null, 0.0013419959825908894, 0, 0.0837964198920925, 0.24137836265390844, 0.26533637593698645, 0.1398838227270633, 0.42230117927160016, 0.07679227764798416, 0.2058003424297924, 0, 0.026492500832539335, 0.14189257783780115, 0.15136817955351484, 0.011229796730913571, 0.08496923061268614, 0.05382408871439055, 0, 0.08720201454240335, 0.062108020139596785, 0.016568840625128145, 0.03403340041718222, 0.5101040122306606, 0.13252545596675852, 0.04049276314318039, 0.02226139139193448, 0.03154054357222251, 0.06224234023679871, 0.014165680751562416, 0.2712923820696528, 0.0965923128514437, 0.1943301091211531, 0.21020275245173164, 0.15226483717066966, 0.10186406654432915, 0.10079990427822666, 0.0062993164680581895, 0.18967396650475396, 0.3623202443452657, 0.04289990353424019, 0.0073820823830996465, 0.10605362724365874, 0.1199399924610432, 0.31238434578243995, 0.03206334104590844, 0.08318475948634735, 0.3031345489888856, 0.10743993268706668, 0.14994655299142393, 0.0571477272588212, 0.1356422053893906, 0.16343366664623038, null, 0.08995594436180275, 0.1811881477331988, 0.1811881477331988, 0.1811881477331988, 0.1811881477331988, 0.023548677755068217, 0.31030773377051524, 0.08503550915319195, 0.13372024358018209, 0.006424423279197634, 0, 0.04300937484095061, 0.2446255577255543, 0.13216161294865708, 0.010231310976537103, 0.010231310976537103, 0.010231310976537103, 0.010231310976537103, 0.04625545143149747, 0.4212243771044243, 0.0912421361322302, 0.08476409256292541, 0.06575963267717039, 0.26690279008756007, 0.21040805827073644, 0.019154684333963685, 0, 0, 0.30283082582169873, 0.2126535075257892, 0.05104582067168824, 0.03453910216026736, 0.4402410118609203, 0.28395378522173764, 0.0588351991825614, 0.020826774572637277, 0.15547852138252044, 0.06680594962280778, 0.15914097811930544, 0.1186618146255499, 0.1186618146255499, 0.1186618146255499, 0.1186618146255499, 0.07540681550352074, 0.03066813913020152, 0.12557527841380237, 0.00520125024714513, 0, 0.06814332953146976, 0.06814332953146976, 0.06814332953146976, 0.06814332953146976, 0.061254203481824185, 0.36132766116652176, 0, 0.07992320679195027, 0, 0.00181107853124136, 0.00181107853124136, 0.00181107853124136, 0.00181107853124136, 0.1096369633886332, 0.053171115297502944, 0.0006151346285903502, 0.11278746153605644, 0.2372162636441873, 0.2922508669057684, 0.02156278932027017, 0.11022154600406764, 0.3101267223721277, 0.0054981824598426465, 0.07088451426622584, 0.16211264864649463, 0.025553884660254784, 0.0887270726515272, 0, 0.06616164474529038, 0.11490049996130114, 0.21291779515005232, 0.008063691531110778, 0, 0.2562856604872659, 0.008077439601214868, 0.015434001807893486, 0.06802973822024994, 0.0009846974515842545, 0.14663497527455976, 0.18757075547431387, 0.04546898165645051, 0.033544330908751, 0.26742304514206083, 0.03968895545366672, 0.06578991861029929, 0, 0.008820351270540804, 0.24191859625383552, 0.08362332563331143, 0.07159089885395171, 0.10608035173293484, 0.17188726055717066, 0.02475556065076057, 0.03173572380969707, 0.11593550882147682, 0.11147909756360316, 0.12005114502639971, 0.02188257369547166, 0.302687257900757, 0.1230112891101658, 0.04780946585475557, 0.1304681029260623, 0.004388758070759705, 0.33000409866715497, 0.09034400963328072, 0.11467936187858407, 0.09658208904939124, 0.08330944829658436, 0.1755062941565001, 0.057401142200163194, 0.26538829327486496, 0.2767240658273735, 0.04982061275275301, 0.06040774885690537, 0.07018711593156277, 0.0294283586704492, 0.07977219117793731, 0.04663113611873199, 0.07742621840361999, 0.07196447188197161, 0.08891812254078045, 0.08025261805686332, 0.2431373361119289, 0.14162381118998635, 0.079399007542565, 0.021482291779887804, 0.047683856016449186, 0.20254442487887475, 0.2029032893178836, 0.15537631144722455, 0.1389199930374008, 0.15274634323930972, 0.37475894444108193, 0.02165232348529251, 0.11793739454915812, 0.00021799786888778824, 0.0003888330195332039, 0.006247067192274141, 0.09782029215818568, 0.017036146790728575, 0.002836846906186922, 0.21138117188957575, 0.2302505101485879, 0.21228808276949385, 0.2001591382884099, 0.052303967588158584, 0.3724585016556414, 0.046625764699791995, 0.32894607534239334, 0.2355150370870371, 0.1716145897922823, 0.07905045088538215, 0.4287590814586814, 0.0082240334697587, 0.122772617272401, 0.04043063092625492, 0.20185836774375823, 0.2277730825066918, 0.107038058354045, 0.0571762343648144, 0.12742211119187627, 0.0661290250892725, 0, 0.0023949053780616104, 0.1914437061431545, 0.27644843756028764, 0.18184956866981355, 0.21290772665891172, 0.12940980252089584, 0.07169763576028841, 0.02753795945452183, 0.3160459185804688, 0.06049634049153042, 0.09081612442423886, 0.0652115639633153, 0.1302764308179503, 0.026853417549254025, 0.027015371723778433, 0.028471955576639885, 0.02834465602182048, 0.006502049644008554, 0.22710167865459943, 0.019940609692094727, 0.019940609692094727, 0.019940609692094727, 0.019940609692094727, 0.03236466092280792, 0.056211890858779805, 0.1363343160642769, 0.13463418432078417, 0.05934843175490595, 0.023117435615545804, 0.0032901603782309113, 0.4993179820792859, 0.04940300837219437, 0.005753874197928592, 0.1558288747112164, 0.04751576252254355, 0.008544183863154586, 0.01303855599447066, 0.2918079320165853, 0, 0.09324879823143088, 0.08817186164435742, 0.23494750225959304, 0.29460774978527937, 0.016315560948058676, 0.16279329579076182, 0.003847146514012491, 0, 0.028275688974822688, 0.020701535744789477, 0.020701535744789477, 0.020701535744789477, 0.020701535744789477, 0.1959568607422041, 0.0002659695778218078, 0.0012373319719431734, 0.29601875699478863, 0.12309787551524518, 0.20723005018199697, 0.07344341314229552, 0.18199893362196531, 0.01891616661801343, 0.12093081455115448, 0.05932943452492652, 0.1477793284288624, 0.13451104285785392, 0.029656690199547583, 0.10500317351358598, 0.05056551945367959, 0.1156960719953535, 0, 0.2959560083829216, 0.1917289471663972, 0.026593211944374737, 0.2612796872684704, 0.03355332827614303, null, 0.4161981526848473, 0.019227017958102027, 0.04262866802003986, 0.04262866802003986, 0.04262866802003986, 0.04262866802003986, 0.07343854312659084, 0.030664366587156856, 0.030664366587156856, 0.030664366587156856, 0.030664366587156856, 0.07847399309520613, 0.23073481656193703, 0.05791915475283186, 0.06422876266317966, 0.11547454302240708, 0.17407885306936033, 0.03071105222296988, 0.07944381331792302, 0.13449011271969588, 0.05473864783150928, 0.015380257729810515, null, 0.003954883906688445, 0.0811546852780582, 0.05210563609926305, 0.18914687659760404, 0.3460151285013351, 0.06525122677099553, 0.04218409670668434, 0.04977307552815047, 0.22006485529738437, 0.02248855359020899, 0.2814270171548823, 0.02144392372534007, 0.052698744472727, 0.07718528726980559, 0.04082095999243305, 0.02283101076475975, 0.016872683265385904, 0.2432267095266213, 0.019714151169508868, 0.030276037667045588, 0.03973978193715928, 0.014204103148165049, 0.05329615145289806, 0.040689180044278, 0.1772686183238418, 0.027091947453814713, 0, 0.02170732513806663, 0.006416860977668169, 0.1952918093702323, 0.0334783725366553, 0.05345778819140138, 0.11446730324143328, 0.007812589043790797, 0.3808702608131753, 0.0901172118584406, 0.2615462848090719, 0.1034352456452034, 0.46737715597095575, 0.11797575067297812, 0.050982515491725014, 0.2466504590763122, 0.06432566668232297, 0.13348040535040204, 0.06627656133242987, 0.1925756864407304, 0.1850412407093536, 0.0806415710895969, 0.08514147297349876, 0.08931150840897592, 0.281634195112827, 0.2472288004143939, 0.23415592500918897, 0.0257429828036158, 0.2038838117101623, 0.2225705848177384, 0.018838385789363542, 0.08818841243066425, 0.01658562954432877, 0.010491598294761977, 0.08461458276657234, 0.123459443503835, 0.027301202233340604, 0.4021261179508211, 0.0990843662677372, 0.2966699736299019, 0.03272674714613966, 0.03195272583155419, 0.3427314350601625, 0.1193151800982495, 0.13045540069588535, 0.2803198479476655, 0.0141129260750969, 0.06563089875351616, null, 0.047539761411361015, 0.00881500117195335, 0.19581449518544705, 0.1451460604540902, 0.0636296411740069, 0.2899511776044539, 0.15081294056750602, 0.01630417326805068, 0.13616795415604374, 0.11617622501838112, 0.005390524201620383, 0.1457857459488826, 0.15007173815355077, 0.09465407770668376, 0.04817141447095017, 0.14477364661060074, 0.1445714857137657, 0.09059088032145828, 0.01774144345855586, 0.002438908242545027, 0.25318942956870627, 0.05269565136927437, 0.13346146596356734, 0.04262866802003986, 0.04262866802003986, 0.04262866802003986, 0.04262866802003986, 0.4387171720934805, 0.11127234354617456, 0.2260865859763306, 0.04601576381140527, 0.013964234589698057, 0.3492156708417636, 0.2475319271489248, 0.045490856008400866, 0.24323385470447317, 0.1332766298423993, 0.1979507077632641, 0.29406488567452677, 0.066317452424776, 0.33088863460917667, 0.11108936913513127, 0.021273956838881995, 0.14810135487357143, 0.2768602763645026, 0.008559205597320143, null, 0.10110096179201704, 0.0013756945326656369, 0.0003035068743424766, 0.07542031795041687, 0.03917943902749399, 0.020032397160080827, 0.11933072023299268, null, 0.26947824474258003, 0.1337921708133931, 0.02769483248397846, 0.038341431133944, 0.04009190614970371, 0.04221396548406824, 0.19400573046439115, 0.19400573046439115, 0.19400573046439115, 0.19400573046439115, 0.19400573046439115, 0.19400573046439115, 0.19400573046439115, 0.19400573046439115, 0.05596889342493997, 0.3633740459081304, 0.07804135813817449, 0.08507755822424501, 0.08848842582347871, 0.03043248301875023, 0.16716499994430192, 0.0861529125787092, 0.014685020314469496, 0.12015770495976122, 0.17613717708078597, 0.01907878554308654, 0.0374679791091258, 0.11487268848010748, 0.01040883287728998, 0.01470097351838262, 0.012880960764129205, 0.17266007896165678, 0, 0.07199849294242502, 0.0019836384350671124, 0.04876460768112348, 0.045851481651689424, 0.026930984269715717, 0.026780743493091605, 0.009126892298629508, 0.018768917232498055, 0.04013878133929793, 0.04466777366448863, 0.0554052208101972, 0.0554052208101972, 0.0554052208101972, 0.0554052208101972, 0.05061062258816632, 0.05095259148094374, 0.2114031107342116, 0.06584708976895165, 0.00836522108690009, 0.047049166868688506, 0.042530874872197, 0.02839194823888357, 0.0016104038432420353, 0.0016104038432420353, 0.0016104038432420353, 0.0016104038432420353, 0.031610940370314505, 0.018014144724402006, 0.10192027719366928, 0.055605912642806794, 0.055605912642806794, 0.055605912642806794, 0.055605912642806794, 0.26083021727124023, 0.15216304108793335, 0.008916534353924421, 0.07140882299308282, 0.00500989153541407, 0.03727564912551401, 0.022915558151570564, 0.18070842518151553, 0.15512672299009253, 0.1367669692026018, 0.04469924303746762, 0.06494096959211225, 0.02143817059841736, 0.033726854214512166, 0.08806148587185963, 0.06984794142204033, 0.06984794142204033, 0.06984794142204033, 0.06984794142204033, 0.2816186743303535, 0.0665329447199187, 0.12378955620773414, 0, 0.4820671341442706, 0.003783214751287124, 0.003783214751287124, 0.003783214751287124, 0.003783214751287124, 0.10974085005606436, 0.10974085005606436, 0.10974085005606436, 0.10974085005606436, 0.3552613019789114, 0.3899410635720254, 0.01964679742432552, 0.13395917500557852, 0.0873255284581866, 0.006968511369384008, 0.2057975021505074, 0.22316595891608568, 0.07815334116560484, 0.28682103361076605, 0.06638384731655081, 0.018000624023967546, 0.02173055890938208, 0.02547162148725052, 0.36002529882349843, 0.002207154202265262, 0.07723883070079376, 0.3939917827168204, 0.002206786188100934, 0.027581024619732608, 0.08224468652835777, 0.24337036257866235, 0.07404330087261933, 0.0009383715932890668, 0.07186921401472143, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.018984108807904007, 0.09158280437614556, 0.056589108790196005, 0.0022872210451947875, 0.0031232375476886376, 0.022380879264325755, 0.12725418331056942, 0.1553869580484977, 0.34121138969786613, 0.0252684605963641, 0.017414723643571096, 0.12354747056674016, 0.009336747636901885, 0.06212424412937416, 0.12608646301791823, 0.0007684207831243534, 0.0007183903459240408, 0.08518723690337807, 0.007690730368008326, 0.028289333035422665, 0.3509428195609569, 0.0030774118963742196, 0.15805058466760735, 0.15805058466760735, 0.15805058466760735, 0.15805058466760735, 0.01983830378666962, 0.14978784376070747, 0.05903098802392141, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0361867715608417, 0.1466925951010776, 0.041849912123918045, 0.03652492036389499, 0.033609064975122664, 0.033609064975122664, 0.033609064975122664, 0.033609064975122664, 0.14435773761883858, 0.0572138501390935, 0.009512207384777318, 0.01851582163804997, 0.020195747745761973, 0.020195747745761973, 0.020195747745761973, 0.020195747745761973, 0.02446894715888415, 0.14406399035937, 0.023804803467137182, 0.004714040153786424, 0.0614481807117854, 0.11084511905895374, 0.07579313931974639, 0.07021361758578012, 0.012847375747502877, 0.035678954295961476, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.032430565050560245, 0.033609064975122664, 0.033609064975122664, 0.033609064975122664, 0.033609064975122664, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.020438952326209073, 0.35505718066735015, 0.20419131171944976, 0.07696428480152648, 0.16566473502731158, 0.17789712604854008, 0.0807755476831901, 0.4456274178946485, 0.03227914572915362, 0.09263649093874884, 0.33394356512868195, 0.07393369448511629, 0.3335977129136254, 0.11370292777273376, 0.10316245693240986, 0.0032013278588373844, 0.015949782465622314, 0.07728438414913892, 0.021663933577645223, 0.062462076032151606, 0.05073375442111725, 0.06406458472252897, 0.051895059811987394, 0.20013827861009223, 0.16483833873839132, 0.009786330287847115, 0.21114197987218888, 0.0657043924260588, 0.029367047104861547, 0.15289054329640933, 0.1371375757484379, 0.17902039242123607, 0.2151628289732002, 0.05844839848771087, 0.1933966291294958, 0.05181061689480789, 0.04634670405689662, 0.08869472659299868, 0.2030984001973508, 0.02128717220727642, 0.06680015529731276, 0.031766387399974935, 0.3239506108312091, 0.09629235980424036, 0.24158266406724557, 0.012720672326789332, 0.2255226906513689, 0.1838206177500244, 0.07305461821226272, 0.4398404327932121, 0.31360895865858507, 0.02348637043586146, 0.12710296151218872, 0.10040338800138314, 0.27722537098401506, 0.06669215814778978, 0.009313972200470947, 0.009313972200470947, 0.009313972200470947, 0.009313972200470947, null, 0.12099253110812665, 0.0167659200700038, 0.002096448205651234, 0.04759015624147733, 0.0025182987717014657, 0.04404461468300514, 0.09884162989171172, 0.09278842552450946, 0.03652507019688553, 0.19491048484362616, 0.10541013279660776, 0.031399780745424606, 0.08984671487179155, 0.1498718321385835, 0, 0.18880241443274348, 0.187234043161423, 0.08542619510142871, 0.2341396947519548, 0.07304701614102968, 0.011042113855914377, 0.033823338485311404, 0.13574339099672106, null, 0.24203852223412348, 0.027820936066115885, 0.2633717400035994, 0.1434285540017756, 0.202426206022772, 0.08343088314250607, 0.08891445990830138, 0.0749727735959198, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.07230977281137614, 0.05700561320046732, 0.25981163614106617, 0.0051343987494358295, 0.01957112437506512, 0.07185615003878973, 0.0026153928094993237, 0.21832938897294588, 0.29258906618923325, 0.14117456671661222, 0.046029781047340394, 0.1486944536787761, 0.14731332493238633, 0.18865035470957991, 0.07030187804204403, 0.047739540840025456, 0.14494864326929888, 0.3586767473256052, 0.06569072983036985, 0.10642182406892228, 0.3380592266393558, 0.045877070282448855, 0, 0.05426884263420309, 0.04580157528981593, 0.07354560796110965, 0.09800736404954127, 0.018012211904425507, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.03776645670609812, 0.013941006181418704, 0.2837740948692561, 0.1706122609569072, 0.057753197731976784, 0.17812048987925502, 0.14261651223727534, 0.15527389979719836, 0.08137143865923245, 0.10589860132503463, 0.0193322268257727, 0.02604681290419763, 0.04801834416721486, 0.27178289568185804, 0.11717766291434008, 0.10343900292298557, 0.0642167080831157, 0.028684447661680566, 0.04168396668499297, 0.2319238029112994, 0.19341591347598588, 0.03116099998317023, 0.03286640649994571, 0.04456613002027793, 0.10722433120754646, 0.03471232388338215, 0.023790557287004105, 0.03469294491762997, 0.015995147095239262, 0.026990457882762404, 0.04711073490469331, 0.25850439187373525, 0.07412710130335672, 0.10809536068600303, 0.13245806336355337, 0.1293112332218394, 0.12135592945766804, 0.05322499876882477, 0.015296821614298248, 0.015296821614298248, 0.015296821614298248, 0.015296821614298248, 0.05295854358790468, 0.283025212446163, 0.0101044775681972, 0.007271701618083061, 0.05335402044119665, 0.025775792889236555, 0.12506743598394557, 0.09253481651146413, 0.018593958196037444, 0.07976072670181812, 0.07989387308332553, 0.15805058466760735, 0.15805058466760735, 0.15805058466760735, 0.15805058466760735, 0.2530304147193613, 0.1737081035907031, 0.0231546216783506, 0.0269812046190672, 0.02804591460165401, 0.07129152213976403, 0.0148336767321529, 0.03369897402599175, 0.07171410831351646, 0.08610084231434295, 0.021038165559290552, 0.026805374463062664, 0.11839725837710692, 0.14272342407777264, 0.060592578328009794, 0.04937847664292382, 0.05438538968604555, 0.08391805973271475, 0.012541307018994663, 0.25021590921925563, 0.02026765390035502, 0.018452541025491542, 0.1427769644464876, 0.2791470774507302, 0.10974085005606436, 0.10974085005606436, 0.10974085005606436, 0.10974085005606436, 0.016547661397599216, 0.12448331195772916, 0.040807538544478106, 0.11639269941230262, 0.12654895338018454, 0.005374157800949811, 0, null, 0.0252221325079968, 0.025866986266385436, 0.025866986266385436, 0.025866986266385436, 0.025866986266385436, 0.13709075172644913, 0.0968239954817464, 0.0461210430231508, 0.01281956197055202, 0.003580553496643614, 0.007824679451482503, 0.03984172867712639, 0.014277897538935843, 0.10169172445361542, 0.0071075009621797735, 0.057090013970749344, 0.2684524035193415, 0.13732910545826535, 0.06184062536698151, 0.0023569056960510153, 0.08105458022579827, 0.11438275542304265, 0.24140625029392235, 0.054115717224543475, 0.002332081966627012, 0.05653241019965776, 0.22938111887539353, 0.02217927256594314, 0.08739741618715155, 0.014872754633009688, 0.07021952433688361, 0.08822029866329292, 0.31643266399007414, 0.0509318999541556, 0.12462907356675353, 0.13548128712378696, 0.12470376403586383, 0.08755713948335715, 0.02572258183518542, 0.26887843003204603, 0.08024543604467489, 0.08024543604467489, 0.08024543604467489, 0.08024543604467489, 0.03595152847032224, 0, 0.03444351821550742, 0.03001068483254636, 0.17814258721723722, 0.16711013930191834, 0.1815496409028808, 0.366555366731195, 0.05096771871200408, 0.4340943445601162, 0.11089439677449404, 0.08871067436571026, 0.30298121127630573, 0.032280727388326845, 0.027369715469417504, 0.1353197428130878, 0.4077137197645207, 0.0229149694086767, 0.03261826839429587, 0.06289170623915578, 0.115085895628699, 0.0302880861464788, 0.18961789568522663, 0.140739413694924, 0.00969039360855711, 0.10065166695512914, 0.07471863122763817, 0.07144923888764461, 0.025848295550777372, 0.3946907993651199, 0.07738189837018453, 0.05350608197329768, 0.029372976160547425, 0.1379735246323842, 0.19652064194861343, 0.006574739909203291, 0.007363283781908986, 0.12358687881475904, 0.02179936626081598, 0.08289859434641049, 0.04649760420084446, 0.03451952043606879, 0.03282934719431412, 0.04475383712632265, 0.034887464229696866, 0.04022236782768005, 0.10311920745996496, 0.13674575685441195, 0.10810081151296748, 0.0034606524488650877, 0.1289107007308402, 0.3059870719015139, 0.17523110820085577, 0.06385735835331345, 0.16462287327704508, 0.1303074728537593, 0, 0.07149012722040861, 0.1035318074316067, 0.06376408197736864, 0.06376408197736864, 0.06376408197736864, 0.06376408197736864, null, 0.002370953042725071, 0.06376408197736864, 0.06376408197736864, 0.06376408197736864, 0.06376408197736864, 0.025735670439255832, 0.10362940617945406, 0.33042142017847626, 0.1764536217624548, 0.013313065175814164, 0.04144098650832874, 0.037613061638663736, 0.037613061638663736, 0.037613061638663736, 0.037613061638663736, 0.1322581478624444, 0.2727926502795051, 0.041747525192546424, 0.03189800687924929, 0.034143240090698794, 0.07510163280158376, 0.17571365284814075, 0.14158409412923273, 0.0432762719153288, 0.12924253755183865, 0.025866986266385436, 0.025866986266385436, 0.025866986266385436, 0.025866986266385436, 0.009666132090516914, 0.032257241779272826, 0.3330628548716003, 0.010980857647104748, 0.04466332979216126, 0.004256454683064223, 0.01796099872048673, 0.07628534193455977, 0.13610614022797315, 0.06277647303771977, 0.0063394079114194035, 0.011107267014760796, 0.011310005537565096, 0.1548205937329484, 0.05741744797985657, 0.08431246199882104, 0.07425365320023534, 0.07425365320023534, 0.07425365320023534, 0.07425365320023534, 0.017590193609312473, 0.16126249957125732, 0.08063308112572708, 0.04873364965750955, 0.05452552087398051, 0.07768244095148354, 0.09143129421622231, 0.0018728303334904644, 0.07425365320023534, 0.07425365320023534, 0.07425365320023534, 0.07425365320023534, 0.10824474536009386, 0.147451521568551, 0.04448055634438483, 0.012098734482691793, 0.011645662652315434, 0.48061830236143793, 0.05873834433032594, 0.05694048657446912, 0.026960819951983895, 0.040409499643583285, 0.1676369864033298, 0.020195747745761973, 0.020195747745761973, 0.020195747745761973, 0.020195747745761973, 0.41044649403970634, 0.10144309449292337, 0.020591564494112764, 0.1838713555207667, 0, 0.12551916555832413, 0.01982149905321182, 0.2612796872684704, 0.12404862653230116, 0.007468279169021787, 0.011440854483005438, 0.1859470377422851, 0.06903061506706328, 0.09736001438155688, 0.22723846239149956, 0.08796558287510234, 0.0572047347888124, 0.060904026122547056, 0.3060986113514965, 0.26027250814071917, 0.08523496772669327, 0.09628278149371251, 0.015399074434520146, 0.07128911865616974, 0.09166379276025016, 0.007597217140873966, 0.1207730126417492, 0.15943858271452285, 0.04036838911869082, 0.004125008685038874, 0.05310486146791106, 0.03151161222957171, null, 0.1281615271154206, 0.0013768732576489166, 0.058041113577824446, 0.08734121515646756, 0.032682591419500646, 0.017632664524334138, 0.15225232029358207, 0.1988102027498893, 0.08540474784596033, 0.05256676778612895, 0.14876636278299335, 0.03806266240373899, 0.10705214179181628, 0, 0.21132499087946957, 0.1188812922619228, 0.0678764990137374, 0.09225629605610804, 0.3071728638455058, 0.12261507369959344, 0.2869584354614601, 0.15352858771885436, 0.01859886171604934, 0.2087992549383919, 0.08564640187438904, 0.16386745513457726, 0.03678494797817307, 0.018150786866899613, 0.10412648670216217, 0.25647759038259715, 0.1306598005883493, 0.010435447077872544, null, 0.045654752380413235, 0.07255526735667191, 0.07112662126990969, 0.013070479687149496, 0.07537645022042175, 0.08535156904297905, 0.048275097253411024, 0, 0.26550278654939585, 0.07994076374794601, 0.4524686270816433, 0.113344255766237, 0.13637598399468842, 0.14872512289143766, 0.06210057847639621, 0, 0.13634378869838584, 0.17859044577047078, 0.046490028588421495, 0.10596973884027108, 0.043101553900501945, 0.08568814752354457, 0.08568814752354457, 0.08568814752354457, 0.08568814752354457, 0.08568814752354457, 0.08568814752354457, 0.08568814752354457, 0.08568814752354457, 0.08568814752354457, 0.12535209759964258, 0.03765882069350928, null, 0.24025837264271777, 0.12300970264823231, 0.2176310467934689, 0.19648398667840855, 0.19792948473428532, 0.02177580878514622, 0.411689162017092, 0.02295053087060199, 0.03766144036827013, 0.03203774556141722, 0.12145947909609683, 0.03384200375410774, 0.14107575671426414, 0.2624645568422845, 0.01842742570288462, 0.253300374426021, 0.3282874311876339, 0.037475692990105586, 0.2725932780507834, 0.06737027548941281, 0.05309072361458044, 0, 0.06663986107132296, 0, 0.004920550569381003, 0.010735187799654914, 0.06975311802057957, 0.14208190905720824, 0.10823631896603075, 0.4183203709705836, 0.10967293348246228, 0.021245470884427273, 0.17974298364994096, 0, 0.0533868059674681, 0.1565736812854996, 0.09347197782636912, 0.007915150935069944, 0.0755731488749746, 0, 0.13535620252073366, 0.11166423918338132, 0.19410637794726177, 0.023989619414967966, 0.023989619414967966, 0.023989619414967966, 0.023989619414967966, 0.03787722582526397, 0.03924076820460802, 0.016785804841068105, 0.5175666647479852, 0.1500114784580101, 0.09440294141112666, 0.09440294141112666, 0.09440294141112666, 0.09440294141112666, 0.20001816773929004, 0.2747046276629037, 0.22238500255352367, 0.020560859298738677, 0.0400613074693402, 0.03899730413420271, 0.3137756898869845, 0.09767621385886244, 0.051541872572338894, 0.07312169407944599, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.009313972200470947, 0.009313972200470947, 0.009313972200470947, 0.009313972200470947, 0.008165881382100637, 0.011107267014760796, 0.06168240615801874, 0.06685053376184501, 0.08269554991246028, 0.090494142700321, 0.001863644680008326, 0, 0, 0.17123898636703722, 0.038231982318242694, 0.006254620856944998, 0.042413408416420426, 0.022595163584800265, 0.022595163584800265, 0.022595163584800265, 0.022595163584800265, 0.022010427679796742, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.008745806352223474, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.3188114278819647, 0.14605604149033485, 0.14605604149033485, 0.14605604149033485, 0.14605604149033485, 0.03620318219192432, 0, 0.0753201832715514, 0.22334648781137365, 0.1205796753808514, 0.05903933683789618, 0.06030759242736569, 0.06997197827158669, 0.08177021137342529, 0.02715697654584468, 0.14516458906173085, 0.04817841726872954, 0.03885292711792147, 0.11887862316550649, 0.14605604149033485, 0.14605604149033485, 0.14605604149033485, 0.14605604149033485, 0.020313888604308616, 0.013678742886370816, 0.03282013126289057, 0.020512727973396417, 0.010503837110921838, 0.056351696965535186, 0.12055494903808432, 0.08016074092570435, 0.07204899729779701, 0.06368477284213417, 0.030422484497665533, 0.006945203285221897, 0.14417207054211517, 0.28604686191928863, 0.012293500879603231, 0.01899381643967187, 0.0853710274994879, 0.21756029867361543, 0.009443478882438752, null, 0.1009910862313858, 0.08273374977840237, 0, 0.09781089090731392, 0.06524391959781217, 0.04598881622474505, 0.08257267011155582, 0.3759203124780271, 0.29439486237564405, 0.05125940137971485, 0.08511833422545292, 0.36697105511426914, 0.14370880881434642, null, 0.019419714756524632, 0.27502807548918373, 0.05544372845884301, null, 0.06438815773040316, 0.017132069401847784, 0.15195573475703145, 0.01661441835207233, 0.14669911044546563, 0.06892166960339707, null, 0.07023679895332252, 0.05390808073464, 0.035624782753912225, 0.1305343281132801, 0.2121541419588165, 0.313141329673836, 0, 0.10089695453385304, 0.06189288656238206, 0.25956890447959124, 0.03966627616545023, 0.11711328485357024, 0.032953192864488313, 0.48603655500601106, 0.03433847710649492, 0.07699238208239984, 0.013506208524036525, 0.012915999249619406, 0.12106852265463836, 0.1730560993354937, 0.03348715310856092, 0.08776806269498219, 0.1650945776842161, 0.03062829074046219, 0.09916744524151742, 0.05572125867620188, 0.1576247842143392, 0.029111664567713247, 0.11823634210165, 0.16032088039663878, 0.0741736881346564, 0, 0, 0.02390620199411196, 0.13988641310845043, 0.2882510095333672, 0.2410972033327528, null, 0.060344263152896406, 0.04359543739486279, 0.03490717321118543, 0.2597832790973617, 0.13593504484205235, 0.01409296079742648, 0.014490560589924904, 0.09783239594183764, 0.2154502650220677, 0.017901976442365863, 0.21024387088304772, 0.18413311112664552, 0.0627261829854274, 0.0932722621337818, 0.17480776652298316, 0.1582904719883626, 0.2604814260238155, 0.14030943067094895, 0.14616929699986983, 0.16432500134056607, 0.14341000729581124, 0.07104744371395268, 0.21789803711823907, 0.1945877211852323, 0.07416889281193788, 0.04259910859437991, 0.04047349293464545, 0.3605221244382615, 0.00181107853124136, 0.00181107853124136, 0.00181107853124136, 0.00181107853124136, 0.00002004902445985412, 0.24649482077573676, 0.2642962150478205, 0.08477384432415212, 0.17416464664401, 0.1823276986497366, 0.02109742039711374, 0.35423869914354367, 0.31101594096910035, null, 0.1833051031507724, 0.10803475887153488, 0.13033719574105038, 0.29651023434288637, 0.006216011485382782, 0.20637686359723895, 0.03370232527005458, 0.010954320649976297, 0.09861702103280512, 0.06356068299513325, 0.0975446187689526, 0.01758872974302457, 0.20065900757777697, 0.21528338701906527, 0.060979552166753256, 0.251492059204084, 0.14767906890715576, 0.01974928336635034, 0.28949346313983587, 0.28949346313983587, 0.28949346313983587, 0.28949346313983587, 0.017715210848995498, 0.013562962628319693, 0.09331256058463812, 0.1338367447220431, 0.2321869966287582, 0.061505180053561474, 0.07476095881565517, 0.19024998060030365, 0.17189507859789663, 0.22085172199974187, 0.005338663762915331, 0.09875638206707688, 0.0969857438061636, 0.008842803692967976, 0.02970024678220824, 0.1472567132808281, 0.08201913105605375, 0.24064373571647152, 0.1210086161390028, 0.07237098866809667, null, 0.06875585545218872, 0.04530398894372357, 0.0864344417936011, 0.01159757231448338, 0.0885326808921397, 0.31086642850329715, 0.001498384103676441, 0.20493055989327347, 0.31002255862748157, 0.2583834708466436, 0.09622779649421916, 0, 0.12816752700898232, 0.08240762248774616, 0.07277216338682325, 0.09154090358777606, 0.12848717091663683, 0.4369905240636789, null, 0, 0.046771472300324135, 0.17925659369954533, 0, 0.33147147097611335, 0.23859792725815632, 0, 0.032164604164493876, 0.06528945830270895, 0.32254646810653465, 0.2885371611968266, 0.088959247909909, 0.011229236693513988, 0.11858520114781408, 0.05548680411820972, 0.32734383045421317, 0.1554892065900719, 0.03702961556043573, 0.06984794142204033, 0.06984794142204033, 0.06984794142204033, 0.06984794142204033, 0.28640033498205103, 0, 0.01539199574462527, 0.13816281075623646, 0.2374495503232407, 0.006835238755710672, 0.3740440528900766, 0.16074365355608156, 0.1576029746717749, 0.018980896061717767, 0, 0.07242913054685653, 0.058073167062635975, 0.06852439236539593, 0.0334744671439718, 0.0021486138832626095, 0.0014078253193925622, 0.032439180635014296, 0.02058422703338844, 0.023989619414967966, 0.023989619414967966, 0.023989619414967966, 0.023989619414967966, 0.019724756385915636, 0.01123593163392167, 0.24629871895508815, 0.33712316374366136, 0.0008806383154733796, 0.00966218369324854, 0.0013115051905183714, 0.0013115051905183714, 0.0013115051905183714, 0.0013115051905183714, 0.2571508563894946, 0.06290326719535329, 0.036503697050310945, 0.17269543191125453, 0.011210777949592002, 0.024592950976804147, 0.03641240969297444, 0.024070565360511456, 0.0940627820666601, 0.01790534822974702, 0.09316094677330096, 0.06781684238602116, 0.13770389072426564, 0.08289924289278267, 0.04923166129564919, 0.21500273256316432, 0.0767418528691019, 0.0064591008510616514, 0.018399257196502546, 0.012191630357195588, null, 0.040170423005262815, 0.09202745599285374, 0.05305283920180215, 0.17230788900373534, 0.19224429100900045, 0.1956016425422593, 0.06179977657907432, 0, 0.14322299390451249, 0.14322299390451249, 0.14322299390451249, 0.14322299390451249, 0.16786852340135028, null, 0.048226839740840896, 0.013122134581323068, 0.056649005839510255, 0.002675084202096898, 0.1238768990764726, 0.018124656285181964, null, 0.03592134100347768, 0.11774941223152616, 0.2049536760928783, 0.007379885310018389, 0.03636698164525905, 0.01630867986065974, 0.4932677096773035, 0.1558245199430294, 0, 0.18048865356465352, 0.02130955492406913, 0.15698385203589768, 0.261937382193252, 0.24722997936448396, 0.018569261142325016, 0.16434250949782966, 0.0025832925924787536, 0.1154761122402603, 0.44327044641104496, 0.030505412630266, 0.12203017871385304, 0.12203017871385304, 0.12203017871385304, 0.12203017871385304, 0.06579654689200347, 0.28040185499087505, 0.11189647351056062, 0.0344264418339088, 0.08939860989887223, 0.3782544367548116, 0.17915071699284196, 0.014631781998539966, 0.044988057179581056, 0.058718003163945896, 0.0445129985657348, 0.03728006108982427, 0.013424157463046002, 0.10458535725112351, 0.21399690551995185, 0.002233443980897863, 0.10792187139903982, 0.10792187139903982, 0.10792187139903982, 0.10792187139903982, 0.035647765365306644, 0.005618024963171295, 0.02795998417475475, 0.019792412747797004, 0.07864067988978911, 0.1673586274525286, 0.04899763388791169, 0.3388718946560919, 0.004750301230604346, 0.028964420192786805, 0.2195645637921508, 0.2195645637921508, 0.2195645637921508, 0.2195645637921508, 0.2557074383278819, 0.04575973275352853, 0.09245339027658556, 0.09245339027658556, 0.09245339027658556, 0.09245339027658556, 0.04106168215577301, 0.005830202393879971, 0.1069766997834604, 0.16063306685387296, 0.02663099335057299, 0.05164574431973187, 0.03674559730614844, 0.13669808944644807, 0.027741202753818982, 0.17263942341611277, 0.0269571741907135, 0.1173907035706089, 0.04637960435170538, 0.009129809921847134, 0.01634853767031713, 0, 0.14233193225083984, 0.04614569799251925, 0.05649455623709709, 0.024955808034018017, 0.09303748098040077, 0.04070482985104216, 0.05462926332627897, 0.06128250063784128, 0.07219365020990998, 0.0028839028415285415, 0.03791213341547027, 0.03552124614366178, 0.13047031127857597, 0.005143967599912293, 0.025802497526581196, 0.06973960701418742, null, 0.020701535744789477, 0.04268547856908423, 0.17058622980460014, 0.19210483419191315, 0.05773870691392768, 0.18296767057167804, 0, 0.1640696574282268, 0.15301319805693986, 0.0689508371324845, 0.022350092326948803, 0.21945522357097272, 0.14252622555072944, 0.0828505301123024, 0.06553394765912864, 0.044051223370388845, 0.05567463373214663, 0.01914382950999275, 0.0017319602067342656, 0.12994521517354193, 0.09856483329465487, 0, 0.09489081615933671, 0.14626885097287998, 0, 0.04329721224318248, 0.1075607705144337, 0.009176055347313654, 0.04814724539792584, 0.1810544512008691, 0.07795667896415098, 0.20639923149548745, 0.010659424612902296, 0.1265290214464939, 0.0935523818292112, 0.021575989629679476, 0.23419640141295903, 0.011754835622493886, 0.020701535744789477, 0.020701535744789477, 0.020701535744789477, 0.020701535744789477, 0.010037818762616014, 0.0278139002379392, 0.10162893840896749, 0.29583638929116374, 0.10993032522150284, 0.32129365718173136, 0.09686870141135231, 0.10007603963392232, 0.055358055707709304, 0.003805373259547069, 0.07795098070432632, 0.08264546860495753, 0.2118124894730723, 0.0021956548484210045, 0.03894753989327596, 0.350743012248169, 0.05708870196298289, 0.0004109276332410524, 0.035933004303428655, 0.05108032696069513, 0.029947486627537406, 0.025098136622152312, 0.0281614331920542, 0.01114445594526077, 0.12832334522668631, 0.001843812543766583, 0.0730917261051768, 0.1174669799049752, 0.08056308825898102, 0.07964393681237815, 0.13051548995198686, 0.13051548995198686, 0.13051548995198686, 0.13051548995198686, 0.00724392891337557, 0.0059515742760373235, 0.0002242670913548258, 0.3364753593731318, 0.05656920693879773, 0.10208244518053398, 0.11289182811769456, 0.10969657323667847, 0.25833068296855854, 0.08793824636821085, 0.2195645637921508, 0.2195645637921508, 0.2195645637921508, 0.2195645637921508, 0.08389055368644224, 0.020199331376263344, 0.1382276867510324, 0.21692969946772997, 0.24165282195355553, 0.031211404284873755, 0.056513757805554926, 0.31722919982175796, 0.23943546789866177, 0.23943546789866177, 0.23943546789866177, 0.23943546789866177, 0.01880339545657647, 0.04234928527902813, 0.1043261365522338, null, null, 0.2556957505576518, 0.0872728718076368, 0.16823997479110825, 0.22961501923210828, 0.08574296197542099, 0.022000020053757716, 0.039653453548251984, 0.1307248961205136, 0.0662104997918717, 0.023503186819221745, null, 0.3486781332513084, 0.0675404727162045, 0.29669599161615967, 0.1653379349307614, 0.28399401832346743, 0.19235131871919017, 0.10195286517960515, 0.08443873294467001, 0.048693921656872405, 0.02000292992729825, 0.11388552445559358, 0.08060162321440398, 0.06790074227935533, 0.11388552445559358, 0.05046422529441604, 0.034318467821209765, 0.11454041552813958, 0.018919713694111044, 0.044288475560867006, 0.11091819809276174, 0.07859280674699502, 0.11569224309222, 0.2089662311986623, 0.02398533888448853, 0.107958088924941, 0.03574074956037132, 0.01436328084712758, 0.10305472469135264, 0.21847847149542524, 0.08317026702609473, 0.19604490965810512, 0.08687298433157745, 0.11685299720896844, 0.14032049464302626, 0.1811881477331988, 0.1811881477331988, 0.1811881477331988, 0.1811881477331988, 0.05599627418446903, null, 0.17374696765676134, 0.02741850270816372, 0.1733300447371062, 0.04042167567354126, 0.2229651385329838, 0.3516689112028095, 0, 0.022866250989744888, 0.15335886377691532, 0.1909305408933547, 0.043279386490252925, 0.10375553660446994, 0.16172587850958578, 0.192872513682556, 0.092319785005108, 0.020328633988687592, 0.011463827320237784, 0.1151249358654719, 0.227198136201452, 0.017469220231220366, 0.031085850372674296, 0.24728847133588583, 0.18681790156280909, 0.09882232842118746, 0, 0.09426186546318588, 0.18066513906412335, 0.2251378724581647, 0.051126141375826245, 0.22984257550900972, 0.010720817483142143, 0.07003297152724479, 0.08837736713116652, 0.27276419701188626, 0.35562357138914175, 0.2618670516442223, 0.1300157254204323, 0.1339809508067818, 0.2559209765473103, 0.08110428711107803, 0.015945100042364466, 0.05474234082690406, 0.11834532036609204, 0.04974701547303514, 0.15693606974326213, 0.1202152496744118, 0.042685476151089224, 0.022128325194657707, 0.14730854643980182, 0.00916107105588874, 0.178712710294999, 0.19299765344873543, null, 0.008530142460142692, 0.008530142460142692, 0.008530142460142692, 0.008530142460142692, 0.2648904861592003, 0.0056593891175263, 0.1469330609244794, 0.24064269829578744, 0.1781252970418011, 0.14086358047944397, 0.08333105065605576, 0.03866890209124388, 0.1117438698981974, 0.1283745047826927, 0.08051964671043392, 0.07358044621214574, 0.10103155640852272, 0.09469146894941809, 0.01801213222223905, 0.08359241605557782, 0, 0.18546088018878232, 0.14667338071307526, 0.18860155099091444, 0.1036315136530786, 0.023521557170234807, 0.04432614847221509, 0.01783905734941797, 0.09317785264499467, 0.11950290249886106, 0.006251988695754046, 0.0904624302453748, 0.08384981967831719, 0.0719490274409601, 0.033730609206036606, 0.31701557668115615, 0.1764914683301972, 0.017225350978313587, 0.4040418580197861, 0.06869407968813365, 0.11446172288648994, 0.019643584497106556, 0.09199908221074704, 0.36522566770678383, 0.002435668287507599, 0.10690913819283744, 0.05147507995459291, 0.23887564467829492, 0.07711361821643793, 0.16719716975279533, 0.19354825088214964, 0.009722721259923166, 0.009722721259923166, 0.009722721259923166, 0.009722721259923166, 0.04108241368636321, 0, 0.30431823789850093, 0.029498051996446367, 0.09087677444382056, 0.08955682514687281, 0.028453676498944657, 0.12955262881897472, 0.0019867678317692684, 0.01956420220138471, 0.1744836695808848, 0.12236036863283511, 0.08163417740141, 0.04066553507154455, 0, 0.15744948463651717, 0.39315428321852264, 0.030203329443569783, 0.14484375495149496, 0.194808679478999, 0.07208435143052314, 0.39939464930393304, 0.02650857157105236, 0.03160118136521826, 0.1698123034379388, 0.023697470568764378, 0.010539421694552764, 0.15658686828811394, 0.22375034885872083, 0.025601526022199225, 0.13320837562045573, 0.33919849120077133, 0.0003378158156698977, 0.08023576420917293, 0.016502157004075757, 0.0554052208101972, 0.0554052208101972, 0.0554052208101972, 0.0554052208101972, 0.14002451671290986, 0.2408472627844021, 0.160077037406469, null, 0.032142521272383734, 0.10181081168283454, 0.06725432532495713, 0.09879723982517195, 0.002260817329957645, 0.27248206400932135, 0.03464550642472785, 0.1747603182058998, 0.2809215699978229, 0.37479980668522345, 0.03595211182076484, 0.06365519763129755, 0, 0.00977771913166101, 0.1873693656844975, 0.03755468861302362, 0.01752217503176808, 0.0478407682244369, null, 0.288999646242637, 0.1290157760465974, 0.08702596067959836, 0.032280861454811065, 0.06571855059624825, 0.023189855442827555, 0.01878893835763156, 0, 0.05007918330975608, 0.20082938177044823, 0.16015697624886335, 0.1086055774577117, 0.013184010191779925, 0.16724931004564458, 0.17425029409640042, 0.21267698924442463, 0.209478209152686, 0.12425530947528596, 0.09555727398269588, 0.1752022073807241, 0.025755045586814188, 0.07127038978789024, 0.15862564884713726, 0.1153136817854906, null, 0.17715053653692855, 0.1419861752626975, 0.205018712683937, 0, 0.05921661695029513, 0.18356654723970073, 0.01223914737292299, 0.5, 0.06441943315746772, 0.043068225822816386, null, 0.22547520311801125, 0.11448336464391969, 0.151404218946213, 0.0978727149463822, 0.16754464403241057, 0.24843013184040985, 0.10408371824057944, 0.03092665798118276, 0.13875008934520955, 0.4135625492574628, 0.08480979607761084, 0.12789569965478167, 0.1960975469080572, 0.10597641654891785, 0.08568814752354457, 0.08568814752354457, 0.08568814752354457, 0.08568814752354457, 0.08568814752354457, 0.08568814752354457, 0.08568814752354457, 0.08568814752354457, 0.08568814752354457, 0.036552865350557885, 0.03926910163420014, 0.08155068176782687, 0.0010138124316609615, 0.30257594509042696, 0.09540155235383677, 0.08630985047894492, 0.1122966378851985, 0.23943546789866177, 0.23943546789866177, 0.23943546789866177, 0.23943546789866177, 0.061403111012001486, 0.05415474637993372, 0.037889984301133654, 0.17211858919871875, 0.2986427248475613, 0.34074986165571347, 0.11970801741110124, 0.022733434386635255, 0.024805813187888652, 0.008356266258205555, 0.02849478588705944, null, 0.14623752390403075, 0.07656888604843426, 0.157439750188908, 0.04423638861894841, 0.2304795621269529, null, 0.4978637260424627, 0.30175994146912066, 0.17452536728968188, 0.07741273536255155, 0.018056276616048816, 0.09732776797688798, 0.09025263444920792, 0.33545427068821426, 0.20242814089251815, 0.05699286152425539, 0.030027041397858355, 0.1867809634456963, 0.04255517529118533, 0.10673083648843427, 0.16167693215122034, 0.09795981295799472, 0.01715985540020054, 0.1263443380942843, 0.04116326639366996, 0.1593523613567052, 0.1593523613567052, 0.1593523613567052, 0.1593523613567052, 0.0021886175538334382, 0.07661842590988961, 0.13520679240280234, 0.10094007473995592, 0, 0.111406914124298, 0.11026376530246414, 0.1333937581394877, 0.11537902339941342, 0.05270347955876248, 0.006566375208104111, 0.042401491685281845, 0.042401491685281845, 0.042401491685281845, 0.042401491685281845, 0.26160501720202295, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.049002262440349026, 0.16616339506737113, 0.09680476576854784, 0.014753335271366548, 0.028007246798162334, 0.13197206609905582, 0.22547085568337363, 0.1486387092296704, 0.0896399080956984, 0.19014027832812289, 0.007249380971082942, 0.29667608647750615, 0, 0.2889583222543169, 0.2888910859490446, 0.09628924090896576, 0.3314878084900474, 0.11719080174982432, 0.0499942971680629, 0.03876806926174993, 0.027471505455462293, 0.020949664868795948, 0.06773308530215318, 0.016939412241077968, 0.4180571992903202, 0.0528897147903211, 0.09673787714357587, 0, 0.06740646305935231, 0.14114859610213043, 0.05379039390419817, 0.025761426810702533, 0.03284196360690295, 0.017200174360218545, 0.0724707444876946, 0.07285272011768747, 0.05129121738774915, 0.14283358987187414, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.018325751618923577, 0.02764570498105501, 0.009432900033572904, 0.009432900033572904, 0.009432900033572904, 0.009432900033572904, 0.01617917858350893, 0.0055527782322260895, 0.02844257056332025, 0.289170244983369, 0.3057175263572689, 0.10526284050783992, 0.020377420820290294, 0.08555428102712699, 0.1340552721309303, 0.03289725623190477, 0.09984070927966586, 0.029424061124918487, 0.4955380299191111, 0.020177665415508243, 0.01829087812931707, 0.05224713459943517, 0.03381151344021187, 0.05012887429319425, 0.10398087744221376, 0.05162058382871803, 0, 0.05289404247371163, 0.06541983885579968, 0.06530337739924721, 0.37943361396597336, 0.049271348141288515, 0.08497090138717214, 0.1141816406326341, 0.10740727511655317, 0.11150065903648612, 0.019565970324185725, 0.019565970324185725, 0.019565970324185725, 0.019565970324185725, 0.22098882862482044, 0.14644509242019546, 0.08436674323446536, 0.08436674323446536, 0.08436674323446536, 0.08436674323446536, 0.07349735297427148, 0.06882964034445879, 0.16235464073869593, 0, 0.13691074415943694, 0.07230537103970293, 0.0952682165159338, 0.04783230754974437, 0.0841178914329468, 0.1643110327831951, 0.13826373521630364, 0, 0.1430621562726385, 0, 0, 0.3076768265737008, 0.12330293836666158, 0.0004030895732581159, 0.03838653491136287, 0.043606125525835635, 0.07344090826922439, 0.19296321940954017, 0.02627187462845083, 0.02709209352744111, 0.07121087789804605, 0.017953210714090916, 0.001808870394958541, 0.04586527909609806, 0.004667822379841661, 0.05174214743790593, 0.06983571989224562, 0.2328858784871476, 0.3297580933833539, 0.048541417579804846, 0.015241798365115066, 0.041683437398911526, 0.0514105388590882, 0.07787159910540944, 0.23323280261078252, 0.3634127361423584, 0.11166067880949924, 0.23726556276044705, 0.005336046712417624, 0.02091191716386493, 0, 0.16580794914488986, 0.08460412694533564, 0.17426249892386578, 0.005283347732542668, 0.10346035031904176, 0.26539270463651365, 0.030581723830384048, 0.1771901300729686, 0.059927946431377485, 0.07243426337226029, 0.1033554112523552, 0.49261406801712576, 0.19019465634416985, 0.02608067751278634, 0.0685886938552298, 0.0047458877195756975, 0.019940609692094727, 0.019940609692094727, 0.019940609692094727, 0.019940609692094727, 0.10600394479184648, 0.06082293600348082, 0.016330920631289658, 0.1964405306104983, 0.01928341836786477, 0.1594038900144012, 0.3257678525916239, null, 0.14825108234542983, 0, 0.2830600760820645, 0.0018276351309034684, 0.08436674323446536, 0.08436674323446536, 0.08436674323446536, 0.08436674323446536, 0.16976737358932048, 0.12273268339057072, 0.2674889588293935, 0.054786152457371194, 0.15431097121443957, 0.026374455861875992, 0.026374455861875992, 0.026374455861875992, 0.026374455861875992, 0.1444887167841877, 0.0768197638059677, 0.040062949745927334, 0, 0.028611014358832464, 0.060258543093177, 0.03029169369904539, 0.24275438998306997, null, 0, 0.010040014931689848, 0.04677832479352594, 0.02674661546837821, 0.24464201474556915, 0.041990285906832105, 0.08843194636959772, 0.003998139645412918, 0.18197707984154743, 0.11934225567550068, 0.4854752972273343, 0.06860076022077093, 0.02052385593891124, 0.0665818489172452, 0.3765760094206174, 0.07167542025660664, 0.014157768171330815, 0.21229057282003136, 0.11847268416071426, 0.415108529594066, 0.0566047158371708, 0.08011103882160797, 0.26110488261273324, 0.1603625718122361, 0.01578442311185851, 0.09084113567650176, 0.04042928808051449, 0.10771716506677843, 0.0027621512229087613, 0.09423910035466038, 0.01145874134356893, 0.2431181849214785, 0.16188847718038807, null, 0.008974194421855623, 0.021811217175616186, 0.19233012665087384, 0.1064392206455765, 0.11728442182621884, 0.09642452828453044, 0.008620972822565388, 0.005203578712124645, 0.06482191347696147, 0, 0.15092628684079426, 0.026291105241947065, 0.17679585491642028, 0.14821710857111076, 0.17858336472373124, 0.04824307071863168, 0.12617130540610136, 0.06101650528804003, 0.10668473936990674, 0.12276728572376108, 0.002435937170674901, 0.15441025024467045, 0.05417456131277227, 0.01740422383013736, 0.06420786889997819, 0.2944744293029268, 0.10033183800843563, 0.006760355603478927, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.04920218435329916, 0.3640314002178667, 0.4107040170934688, 0.08560475623872983, 0.12203017871385304, 0.12203017871385304, 0.12203017871385304, 0.12203017871385304, 0.02857418468039303, 0.07886427119634717, 0.0497023707131138, 0.012965447805739569, 0.10209348106522537, 0.12134618806205996, 0.024192717013870175, 0.05624330439405129, 0.04568084983650392, 0.17346763515025387, 0.1703790540475589, 0.09035923293226558, 0.22668526022613383, null, 0.00322707750799409, 0.10116719305146991, 0.03154187126351994, 0.13991081941048503, 0.025377157971877336, 0.17853423029698787, 0.02772060590102814, 0.009712503673155242, 0.25121362162674465, 0.13009966955340915, 0.21233190520766904, 0.11064378222017984, 0.18338512171366053, 0.004808281267046572, 0.1285909126998983, 0.1438349752345883, 0.011911975438510853, 0.18434105958183253, 0.21719540536014056, 0.0694571123471241, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.009601409609854825, 0.17516390877268195, 0.17972928751354825, 0.004202566118258673, 0, 0, 0.018056448395463692, 0.32208357685472877, 0.11081069728091482, 0, 0.046691720221830206, 0.04670425232187252, 0.3333333333333333, 0.1806438252275838, 0, 0.034027638646399044, 0.08056212272844612, 0.21599660030391316, 0.08566522082180339, 0.06913382019520707, 0.4470078780189197, null, 0.2652037288896385, 0.15622220782195573, 0.02370307202504072, 0.050505873345883925, 0.07125691785218516, 0.014161515072273706, 0.2767076458060299, 0.1217757870126175, 0.24014442523620003, 0.0038766602555632495, 0.25652879481912155, 0.423743933990154, 0.011981098606869717, null, 0.3238270884034612, 0.23907764542628324, 0.13043156708280246, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.25644840430293164, 0.12949899200199147, 0.05378050411558383, 0.046369735175416614, 0.28568920382272023, 0.23090016359155555, 0.129363860744065, 0.016703591009797982, 0.14651832396287737, 0.02937077627205187, 0.02587702693015585, 0.16480685684701393, 0.26477969687736097, 0.04485304901802862, 0.0030980318884116635, 0.09097036231835744, 0.217685529354702, 0.08994291499634771, 0.32893443785408066, 0.05838895268414931, 0, 0.24489568185838811, 0.010935771162877396, 0.0013593492108284842, 0.33577574206251615, 0.1705294141642539, 0.1815672462637253, 0.1815429134598464, 0.013800359062182112, 0.10909915564963985, 0.206866875546762, 0.08349827767629348, 0.1355953754657176, 0.07119411586376322, 0.017347672791073073, 0.07856303043882001, 0.07043434470922968, 0.011560434497699177, 0.13392858058388665, 0.12048651297782222, 0.3179930205959533, 0.011863284928763283, 0.11388931979679962, 0.1467739046189268, 0.00913168758371773, 0.08557072793698671, 0.1427697333870597, 0.040056865155209107, 0.043481248077232, 0.11768928813053246, 0.1303606996831029, 0.024391325121881614, 0.024391325121881614, 0.024391325121881614, 0.024391325121881614, 0.031441686772120774, 0.024443278021166335, 0.1290723113519361, 0.022595163584800265, 0.022595163584800265, 0.022595163584800265, 0.022595163584800265, 0.10101829139595536, 0.018123700270766745, 0.22632770039098032, 0.12573610752096395, 0.0642940189187127, 0.1006912047319581, 0.10819846622563233, 0.15213733320996112, 0.14821813671742415, 0.12218233575071596, 0.12257735808214332, 0, 0.228574860406482, 0.05863537100450448, 0.0022532371210188954, 0.1903410299462447, 0.2160527194280077, 0.017939814982128374, 0.12761872845431746, 0.018485702687175237, 0.29840564999403374, 0.1932049000942034, 0.2706372389564073, 0.08010250934205508, 0.006695893987558675, 0.08888456440465008, 0.07691856368020226, 0.17117335095467617, 0.020690876041121693, 0.11808049103973307, 0.029214758042874277, 0.011565441524276476, 0.12346484674249056, 0.026770402939771527, 0.13741930939056385, 0.21535013097280875, 0.0937903582957436, 0, 0.28416268225128855, 0.04594182872301069, 0.11819798066306224, 0.028460735683252664, 0.09687535475488138, 0.01301379087165884, 0.03902375847235774, 0.03902375847235774, 0.03902375847235774, 0.03902375847235774, 0.01818560737350144, 0.0028040463858088876, 0.003049207868922505, 0.13683370675523923, 0.0642189993720535, 0.17428016075048575, 0.030035635882814764, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.08097709158279699, 0.040387439838442125, 0.0423729787140903, 0, 0.06393119980809586, 0.06952151495093645, 0.1262634333412313, null, 0.020780757927501267, 0.22190684994107532, 0.045440266093260503, 0.20718439020421583, 0.2515406818540296, 0.02960811637173853, 0.20054379373987288, 0.11296412020782085, 0.21002473001346308, 0.3810621528388383, 0.21073766342813072, 0.0447403380765242, 0.2185501223514628, 0.00864714866425794, 0.2944741092880956, 0.11710944637975708, 0.29819998882825616, 0.009722721259923166, 0.009722721259923166, 0.009722721259923166, 0.009722721259923166, 0.048888984901268175, 0.06616904912262624, 0.10923270947536742, 0.03715141289427054, 0.12894174919828535, 0.20085484370790868, 0.021608117079206592, null, 0.06853083606169434, 0.14699376334482547, 0.17106679995911683, 0.1686904707279867, 0.27637851329564894, 0.041862220095266384, 0.04130245986340184, 0.028048819323915612, 0.05749767479137141, 0.004795972680208815, 0.12197451794058768, 0.006755644178142292, 0.1223098976857135, 0.12273662994266904, 0.014953921641872491, 0.03586073112258177, 0.2549005377999911, 0.006304140709115534, 0.006304140709115534, 0.006304140709115534, 0.006304140709115534, 0.09682144725352118, 0.009536013937756284, 0.011558020523330456, 0.01438607803498468 ], "yaxis": "y2" }, { "customdata": [ [ "https://github.com/ekg/seqwish" ], [ "https://github.com/jltsiren/gbwt" ], [ "https://github.com/jltsiren/gcsa2" ], [ "https://github.com/yuantailing/two-layer-qrcode" ], [ "https://github.com/Benjamin-Crysup/proderal" ], [ "https://github.com/jltsiren/gbwtgraph" ], [ "https://github.com/gpertea/gffread" ], [ "https://github.com/gpertea/gffcompare" ], [ "https://github.com/pangenome/odgi" ], [ "https://github.com/brianjimenez/lightdock" ], [ "https://github.com/iqtree/decenttree" ], [ "https://github.com/Benjamin-Crysup/prosynar" ], [ "https://github.com/elyawy/SpartaSim" ], [ "https://github.com/fmfi-compbio/osprey" ], [ "https://github.com/alshai/levioSAM" ], [ "https://github.com/DKMS/hapl-o-Mat" ], [ "https://github.com/vgteam/vg" ], [ "https://github.com/vgteam/vg" ], [ "https://github.com/vgteam/vg" ], [ "https://github.com/vgteam/vg" ], [ "https://github.com/romaingroux/SPar-K" ], [ "https://github.com/Rong-Zh/GWLD" ], [ "https://github.com/vgl-hub/gfastats" ], [ "https://github.com/ablab/spades" ], [ "https://github.com/ablab/spades" ], [ "https://github.com/ablab/spades" ], [ "https://github.com/ablab/spades" ], [ "https://github.com/dnanexus-rnd/GLnexus" ], [ "https://github.com/LongTarget/Fasim-LongTarget" ], [ "https://github.com/RabbitBio/RabbitUniq" ], [ "https://github.com/RabbitBio/RabbitV" ], [ "https://github.com/uio-bmi/compairr" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/ocbe-uio/bayesynergy" ], [ "https://github.com/abhisheknrl/MPRAscore" ], [ "https://github.com/R-GENLIB/GENLIB" ], [ "https://github.com/amkozlov/raxml-ng" ], [ "https://github.com/amkozlov/raxml-ng" ], [ "https://github.com/amkozlov/raxml-ng" ], [ "https://github.com/amkozlov/raxml-ng" ], [ "https://github.com/lutteropp/raxml-ng" ], [ "https://github.com/getzlab/rnaseqc" ], [ "https://github.com/minmarg/comer2" ], [ "https://github.com/Federico77z/aScan" ], [ "https://github.com/Oshlack/JAFFA" ], [ "https://github.com/Oshlack/JAFFA" ], [ "https://github.com/Oshlack/JAFFA" ], [ "https://github.com/Oshlack/JAFFA" ], [ "https://github.com/DAIZHENWEI/BDMMA" ], [ "https://github.com/RUBi-ZA/MODE-TASK" ], [ "https://github.com/RUBi-ZA/MODE-TASK" ], [ "https://github.com/RUBi-ZA/MODE-TASK" ], [ "https://github.com/RUBi-ZA/MODE-TASK" ], [ "https://github.com/daihang16/nubeamdedup" ], [ "https://github.com/Shao-Group/aletsch" ], [ "https://github.com/vvvwo/AIVS-project" ], [ "https://github.com/hildebra/Rarefaction" ], [ "https://github.com/KiranJavkar/PRAWNS" ], [ "https://github.com/gear-genomics/tracy" ], [ "https://github.com/jadermcg/biomapp-chip" ], [ "https://github.com/Bulabula45/Readon" ], [ "https://github.com/Simonll/LikelihoodFreePhylogenetics" ], [ "https://github.com/Simonll/LikelihoodFreePhylogenetics" ], [ "https://github.com/Simonll/LikelihoodFreePhylogenetics" ], [ "https://github.com/Simonll/LikelihoodFreePhylogenetics" ], [ "https://github.com/refresh-bio/agc" ], [ "https://github.com/netbiolab/scHumanNet" ], [ "https://github.com/changlabtw/hicmaptools" ], [ "https://github.com/malabz/TPMA" ], [ "https://github.com/GT-NucleicAcids/pnab" ], [ "https://github.com/MBoemo/bcs" ], [ "https://github.com/gdurif/pCMF" ], [ "https://github.com/hzi-bifo/Quasimodo" ], [ "https://github.com/large-scale-gxe-methods/REGEM" ], [ "https://github.com/large-scale-gxe-methods/METAGEM" ], [ "https://github.com/SFGLab/cudaMMC" ], [ "https://github.com/hahnlab/CAGEE" ], [ "https://github.com/usubioinfo/profeatx" ], [ "https://github.com/harmancilab/SVAT" ], [ "https://github.com/pylelab/CSSR" ], [ "https://github.com/KIT-MBS/pycofitness" ], [ "https://github.com/lbroseus/TALC" ], [ "https://github.com/Mesh89/SurVIndel" ], [ "https://github.com/xjtu-omics/MEpurity" ], [ "https://github.com/pratas/cryfa" ], [ "https://github.com/ruolin/strawberry" ], [ "https://github.com/UdeM-LBIT/SuGeT" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rtahmasbi/GeneEvolve" ], [ "https://github.com/UTbioinf/RigInv" ], [ "https://github.com/sys-bio/Libstructural" ], [ "https://github.com/vgteam/vg" ], [ "https://github.com/vgteam/vg" ], [ "https://github.com/vgteam/vg" ], [ "https://github.com/vgteam/vg" ], [ "https://github.com/TimGarrels/LazyFox" ], [ "https://github.com/BenoitMorel/Asteroid" ], [ "https://github.com/bcgsc/btllib" ], [ "https://github.com/bcgsc/btllib" ], [ "https://github.com/bcgsc/btllib" ], [ "https://github.com/bcgsc/btllib" ], [ "https://github.com/phylo42/sherpas" ], [ "https://github.com/ccsb-scripps/AutoDock-Vina" ], [ "https://github.com/wangshanshanCQU/CRTL" ], [ "https://github.com/wangshanshanCQU/MCTL" ], [ "https://github.com/leesael/SNeCT" ], [ "https://github.com/seqan/flexbar" ], [ "https://github.com/cosmo-team/cosmo" ], [ "https://github.com/jeremyhoward/Geno-Diver" ], [ "https://github.com/bioinfogenome/GSP" ], [ "https://github.com/Reedwarbler/REPdenovo" ], [ "https://github.com/LeeMendelowitz/maligner" ], [ "https://github.com/kad-ecoli/pdc" ], [ "https://github.com/heltilda/align3d" ], [ "https://github.com/Shao-Group/rnabridge-denovo" ], [ "https://github.com/Shao-Group/rnabridge-denovo" ], [ "https://github.com/Shao-Group/rnabridge-denovo" ], [ "https://github.com/Shao-Group/rnabridge-denovo" ], [ "https://github.com/COMBINE-lab/salmon" ], [ "https://github.com/qdu-bioinfo/flex-meta-storms" ], [ "https://github.com/zhang134/EdClust" ], [ "https://github.com/HaploKit/vechat" ], [ "https://github.com/Licheng-Guo/AutoBridge" ], [ "https://github.com/kotakasahara/omegagene" ], [ "https://github.com/iziamtso/P3D" ], [ "https://github.com/bioinfomaticsCSU/SCOP" ], [ "https://github.com/B3rse/nessie" ], [ "https://github.com/Parsoa/Nebula" ], [ "https://github.com/bioinfomaticsCSU/BOSS" ], [ "https://github.com/whuang08/TreeScaper" ], [ "https://github.com/marbl/mash" ], [ "https://github.com/Reedwarbler/SpliceJumper" ], [ "https://github.com/zhangy72/LncRNA-ID" ], [ "https://github.com/yoheirosen/vg" ], [ "https://github.com/slawekj/ennet" ], [ "https://github.com/Illumina/manta" ], [ "https://github.com/NGS-lib/NGSplusplus" ], [ "https://github.com/jamshed/CaPS-SA" ], [ "https://github.com/luojunwei/SLHSD" ], [ "https://github.com/CSB-KaracaLab/prot-on" ], [ "https://github.com/birtwistlelab/SPARCED" ], [ "https://github.com/scicompuu/prophaser" ], [ "https://github.com/cbg-ethz/SCIPhIN" ], [ "https://github.com/lmy1019/SRF" ], [ "https://github.com/LLNL/LIST" ], [ "https://github.com/yhhshb/yalff" ], [ "https://github.com/yhhshb/yalff" ], [ "https://github.com/yhhshb/yalff" ], [ "https://github.com/yhhshb/yalff" ], [ "https://github.com/Dalton386/SPM" ], [ "https://github.com/fgvieira/ngsLD" ], [ "https://github.com/medvedevgroup/vargeno" ], [ "https://github.com/davidsun/SAP" ], [ "https://github.com/jxzb1988/PolyQTL" ], [ "https://github.com/bcgsc/ARCS" ], [ "https://github.com/BenoitMorel/AleRax" ], [ "https://github.com/ChristopherWilks/megadepth" ], [ "https://github.com/malabz/FMAlign2" ], [ "https://github.com/ndokmai/sgx-genome-variants-search" ], [ "https://github.com/sriramlab/OrientAGraph" ], [ "https://github.com/tommyhuangthu/FASPR" ], [ "https://github.com/krm15/ACME" ], [ "https://github.com/sandroizidoro/gassmetal-local" ], [ "https://github.com/AutoFlowResearch/SmartPeak" ], [ "https://github.com/RungruangsakTorrissenManoonpong/GrowthEstimate" ], [ "https://github.com/laxmimurali/anklejoint" ], [ "https://github.com/ellipfaehlerUMCG/RaCat" ], [ "https://github.com/KoslickiLab/frac-kmc" ], [ "https://github.com/TheWebMonks/meshmonk" ], [ "https://github.com/xp3i4/mini_benchmark" ], [ "https://github.com/RNABioInfo/rna-interaction-format" ], [ "https://github.com/stop-pre16/sncp" ], [ "https://github.com/tangjiapeng/SkeletonNet" ], [ "https://github.com/mkirsche/sapling" ], [ "https://github.com/Kingsford-Group/diploidsquid" ], [ "https://github.com/YichaoOU/Set_cover_tools" ], [ "https://github.com/zhangzhen/sprites2" ], [ "https://github.com/chopralab/lemon" ], [ "https://github.com/chopralab/lemon" ], [ "https://github.com/chopralab/lemon" ], [ "https://github.com/chopralab/lemon" ], [ "https://github.com/kevinmcgregor/mdine" ], [ "https://github.com/jcna99/PEATH" ], [ "https://github.com/splatlab/debgr" ], [ "https://github.com/funatiq/cuclark" ], [ "https://github.com/kedartatwawadi/GTRAC" ], [ "https://github.com/crclark/optnetaligncpp" ], [ "https://github.com/UCLA-VAST/tapa" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/morispi/CONSENT" ], [ "https://github.com/andreasmang/claire" ], [ "https://github.com/schmeing/ReSeq" ], [ "https://github.com/statisticalbiotechnology/quandenser" ], [ "https://github.com/biointec/blamm" ], [ "https://github.com/HuajuLiang/HypotheticalPolarizationCamera" ], [ "https://github.com/BauerLab/VARSCOT" ], [ "https://github.com/VusionMed/IMAge-enGINE" ], [ "https://github.com/nedashokraneh/IChDA" ], [ "https://github.com/refresh-bio/FaStore" ], [ "https://github.com/skrakau/PureCLIP" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/G2Lab/privateML" ], [ "https://github.com/mritchielab/restrander" ], [ "https://github.com/bo1929/CONSULT-II" ], [ "https://github.com/sysbio-bioinf/Cantata" ], [ "https://github.com/Yoniming/ACO" ], [ "https://github.com/kaist-ina/BWA-MEME" ], [ "https://github.com/djburks/SMM" ], [ "https://github.com/rdcrawford/cognac" ], [ "https://github.com/cpockrandt/genmap" ], [ "https://github.com/maickrau/GraphAligner" ], [ "https://github.com/maickrau/GraphAligner" ], [ "https://github.com/maickrau/GraphAligner" ], [ "https://github.com/maickrau/GraphAligner" ], [ "https://github.com/OSU-BMBL/metaqubic" ], [ "https://github.com/jschellh/ProtSpaM" ], [ "https://github.com/sg-s/xolotl" ], [ "https://github.com/HaploConduct/HaploConduct" ], [ "https://github.com/Yeyke/H-BLAST" ], [ "https://github.com/COMBINE-lab/matryoshka" ], [ "https://github.com/xiaochuanle/MECAT" ], [ "https://github.com/hdaoud/ORBSLAMM" ], [ "https://github.com/ruchiherself/MulRFRepo" ], [ "https://github.com/RabbitBio/RabbitKSSD" ], [ "https://github.com/lucabello/wavelet-hmms" ], [ "https://github.com/JaroSant/EWF" ], [ "https://github.com/yuanhaowang1213/adaptivediffgrid_ex" ], [ "https://github.com/hellosunking/Msuite2" ], [ "https://github.com/robert-winkler/MeteoMex" ], [ "https://github.com/lcmeteor/MSLDOCK" ], [ "https://github.com/luojunwei/LROD" ], [ "https://github.com/ninailieva/SMFS_clustering" ], [ "https://github.com/BorgwardtLab/SiNIMin" ], [ "https://github.com/mzytnicki/mmannot" ], [ "https://github.com/imgag/ngs-bits" ], [ "https://github.com/imgag/ngs-bits" ], [ "https://github.com/imgag/ngs-bits" ], [ "https://github.com/imgag/ngs-bits" ], [ "https://github.com/Serdobe/Probabilistic_Graphlets" ], [ "https://github.com/aritra90/TeraPCA" ], [ "https://github.com/hitbc/deGSM" ], [ "https://github.com/Illumina/ExpansionHunter" ], [ "https://github.com/ncbi/TPMCalculator" ], [ "https://github.com/manuellafond/HyPPO" ], [ "https://github.com/SchulzLab/ORNA" ], [ "https://github.com/sfu-compbio/colormap" ], [ "https://github.com/COMBINE-lab/RapMap" ], [ "https://github.com/CMU-SAFARI/Optimal-Seed-Solver" ], [ "https://github.com/mourisl/Rcorrector" ], [ "https://github.com/shawn-peng/counting-consistent-sub-DAG" ], [ "https://github.com/ding-lab/msisensor" ], [ "https://github.com/Topwood91/FSVA" ], [ "https://github.com/Lilu-guo/Effaln" ], [ "https://github.com/Malfoy/PAC" ], [ "https://github.com/RabbitBio/RabbitFX" ], [ "https://github.com/akiyamalab/restretto" ], [ "https://github.com/kelrenmor/bs3fa" ], [ "https://github.com/bmds-lab/Crackling" ], [ "https://github.com/rwk-unil/xSqueezeIt" ], [ "https://github.com/GXYM/TextPMs" ], [ "https://github.com/qasimyu/grmt" ], [ "https://github.com/guanjue/S3V2_IDEAS_ESMP" ], [ "https://github.com/luojunwei/SLR" ], [ "https://github.com/simonwhelan/Divvier" ], [ "https://github.com/iochoa/MassComp" ], [ "https://github.com/morispi/HG-CoLoR" ], [ "https://github.com/csirac/dynamicDBG" ], [ "https://github.com/cepid-cces/hpccs" ], [ "https://github.com/cepid-cces/hpccs" ], [ "https://github.com/cepid-cces/hpccs" ], [ "https://github.com/cepid-cces/hpccs" ], [ "https://github.com/jianhao2016/METHCOMP" ], [ "https://github.com/gmarcais/minimizers" ], [ "https://github.com/raunaq-m/MultiRes" ], [ "https://github.com/changshuaiwei/gsu" ], [ "https://github.com/pranjalv123/FastRFS" ], [ "https://github.com/Shamir-Lab/Faucet" ], [ "https://github.com/kassonlab/gmxapi" ], [ "https://github.com/ajm/swiftlink" ], [ "https://github.com/axot/GLP" ], [ "https://github.com/jiantao/Tangram" ], [ "https://github.com/jiantao/Tangram" ], [ "https://github.com/jiantao/Tangram" ], [ "https://github.com/jiantao/Tangram" ], [ "https://github.com/qasimyu/amc" ], [ "https://github.com/puls-group/percolation-analyzer" ], [ "https://github.com/bioinformatics-polito/BioSeqZip" ], [ "https://github.com/ViennaRNA/pourRNA" ], [ "https://github.com/baoe/flas" ], [ "https://github.com/takumorizo/OHVarfinDer" ], [ "https://github.com/Oncostat/BenchmarkNCVTools" ], [ "https://github.com/Pbdas/epa-ng" ], [ "https://github.com/ythuang0522/FMOC" ], [ "https://github.com/solonas13/maw" ], [ "https://github.com/borenstein-lab/CoMiDA" ], [ "https://github.com/zhangzhen/sprites" ], [ "https://github.com/kdmurray91/kwip" ], [ "https://github.com/zeeev/wham" ], [ "https://github.com/jermp/fulgor" ], [ "https://github.com/lrobidou/fimpera" ], [ "https://github.com/StochasticBiology/hypercube-hmm" ], [ "https://github.com/qasimyu/scclone" ], [ "https://github.com/matthiasblanke/App-SpaM" ], [ "https://github.com/uym2/tripVote" ], [ "https://github.com/ehodzic/CONETT" ], [ "https://github.com/a-moin/wban-pathloss" ], [ "https://github.com/chenhong-zhou/OM-Net" ], [ "https://github.com/ivan-vishniakou/neural-circuits-vr" ], [ "https://github.com/wxwx1993/Bayesian_IA_Timing" ], [ "https://github.com/yufanzhouonline/HiSIF" ], [ "https://github.com/bioinfologics/sdg" ], [ "https://github.com/ANGSD/ngsRelate" ], [ "https://github.com/yuansliu/bfMEM" ], [ "https://github.com/keio-bioinformatics/mxfold" ], [ "https://github.com/holtzy/LCSLCIS" ], [ "https://github.com/yuansliu/Bicolor" ], [ "https://github.com/UdeS-CoBIUS/aliFreeFold" ], [ "https://github.com/pranjalv123/SVDquest" ], [ "https://github.com/miicTeam/MIIC" ], [ "https://github.com/bioinf-jku/librfn" ], [ "https://github.com/RamanLab/ReactionMiner" ], [ "https://github.com/yechengxi/Sparc" ], [ "https://github.com/Tmyiri/QS-Net" ], [ "https://github.com/LD-Lyndee/scQA" ], [ "https://github.com/marco-oliva/afm" ], [ "https://github.com/ihh/trajectory-likelihood" ], [ "https://github.com/fukunagatsu/Ipm" ], [ "https://github.com/Oshlack/JAFFA" ], [ "https://github.com/Oshlack/JAFFA" ], [ "https://github.com/Oshlack/JAFFA" ], [ "https://github.com/Oshlack/JAFFA" ], [ "https://github.com/shion-h/Umibato" ], [ "https://github.com/HUST-NingKang-Lab/metaPrism" ], [ "https://github.com/hz-zhu/NPD-micro-saccade-detection" ], [ "https://github.com/shimingwang1994/MSDRP" ], [ "https://github.com/yufengwudcs/ScisTree" ], [ "https://github.com/EpistasisLab/ebic" ], [ "https://github.com/chhylp123/FMtree" ], [ "https://github.com/tiehangd/Para_DPMM" ], [ "https://github.com/ratschlab/graph_annotation" ], [ "https://github.com/AluruLab/MCPNet" ], [ "https://github.com/tommyhuangthu/SSIPe" ], [ "https://github.com/statsleelab/gauss" ], [ "https://github.com/alessandronascimento/LiBELa" ], [ "https://github.com/lutteropp/QuartetScores" ], [ "https://github.com/liqiwei2000/BaySeqPeak" ], [ "https://github.com/Shao-Group/SubseqHash2" ], [ "https://github.com/AaronHong1024/afm" ], [ "https://github.com/ShandongUniversityMasterMa/MaxCLK-main" ], [ "https://github.com/Bio-Acc/Chorus" ], [ "https://github.com/VVCodec/PPCM-PWRDO" ], [ "https://github.com/FischerJo/FAME" ], [ "https://github.com/starbeachlab/smoothT" ], [ "https://github.com/BAMeScience/Mistle" ], [ "https://github.com/Sirisha-t/iMPP" ], [ "https://github.com/iqtree/iqtree2" ], [ "https://github.com/iqtree/iqtree2" ], [ "https://github.com/iqtree/iqtree2" ], [ "https://github.com/iqtree/iqtree2" ], [ "https://github.com/psathyrella/partis" ], [ "https://github.com/lukashuebner/ft-raxml-ng" ], [ "https://github.com/wexw/Joint-Registration-of-Multiple-Point-Clouds-for-Fast-Particle-Fusion-in-Localization-Microscopy" ], [ "https://github.com/Parsoa/PingPong" ], [ "https://github.com/BioLab-cz/StLiter" ], [ "https://github.com/yukiteruono/pbsim2" ], [ "https://github.com/Chunhuixu/UBIPredic_QWRCHX" ], [ "https://github.com/bioarch-sjh/bacollite" ], [ "https://github.com/jttoivon/moder2" ], [ "https://github.com/icthrm/cwSDTWnano" ], [ "https://github.com/haiyang1986/Subtype-GAN" ], [ "https://github.com/jnalanko/VOMM" ], [ "https://github.com/NWPU-903PR/DMSC" ], [ "https://github.com/XingjieShi/VIMCO" ], [ "https://github.com/maxhwardg/advanced_multiloops" ], [ "https://github.com/ParBLiSS/bruno" ], [ "https://github.com/yuansliu/HiRGC" ], [ "https://github.com/ExcitedStates/KGS" ], [ "https://github.com/i-git/FIMTrack" ], [ "https://github.com/SaraEl-Metwally/LightAssembler" ], [ "https://github.com/DMU-lilab/GetisDMR" ], [ "https://github.com/COL-IU/Graph2Pro" ], [ "https://github.com/1particle/bin-passing_analyzer" ], [ "https://github.com/BEETL/BEETL" ], [ "https://github.com/weiyangedward/IMMBoost" ], [ "https://github.com/kuojunglee/BayesMGLM" ], [ "https://github.com/seqan/lambda" ], [ "https://github.com/Shao-Group/kmerspace" ], [ "https://github.com/Shao-Group/rnabridge-denovo" ], [ "https://github.com/Shao-Group/rnabridge-denovo" ], [ "https://github.com/Shao-Group/rnabridge-denovo" ], [ "https://github.com/Shao-Group/rnabridge-denovo" ], [ "https://github.com/jiang18/slemm" ], [ "https://github.com/imgag/ngs-bits" ], [ "https://github.com/imgag/ngs-bits" ], [ "https://github.com/imgag/ngs-bits" ], [ "https://github.com/imgag/ngs-bits" ], [ "https://github.com/UCLA-VAST/splag" ], [ "https://github.com/NielsenBerkeleyLab/sconce" ], [ "https://github.com/ahmadpgh/deepSimDEF" ], [ "https://github.com/fukunagatsu/Mirage" ], [ "https://github.com/fukunagatsu/Mirage" ], [ "https://github.com/fukunagatsu/Mirage" ], [ "https://github.com/fukunagatsu/Mirage" ], [ "https://github.com/jianweishuai/TCS" ], [ "https://github.com/fpalini/fastdoopc" ], [ "https://github.com/yangyq505/SSKM_Succ" ], [ "https://github.com/chopralab/lemon" ], [ "https://github.com/chopralab/lemon" ], [ "https://github.com/chopralab/lemon" ], [ "https://github.com/chopralab/lemon" ], [ "https://github.com/Kingsford-Group/CAS_code" ], [ "https://github.com/wzhy2000/higwas" ], [ "https://github.com/FIGOGO/smoothq" ], [ "https://github.com/ComparativeGenomicsToolkit/hal" ], [ "https://github.com/iobio-zjut/CGLFold" ], [ "https://github.com/IEkAdN/BactSNP" ], [ "https://github.com/abikoushi/Bermuda" ], [ "https://github.com/BorgwardtLab/S3M" ], [ "https://github.com/erasmus-center-for-biomics/Nimbus" ], [ "https://github.com/bcgsc/ChopStitch" ], [ "https://github.com/lucian-ilie/SPRINT" ], [ "https://github.com/KlugerLab/Ritornello" ], [ "https://github.com/FastTrackOrg/FastTrack" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/ChengchenZhao/DrSeq2" ], [ "https://github.com/ParBLiSS/kmerind" ], [ "https://github.com/satoken/ractip" ], [ "https://github.com/isovic/graphmap" ], [ "https://github.com/jiantao/Tangram" ], [ "https://github.com/jiantao/Tangram" ], [ "https://github.com/jiantao/Tangram" ], [ "https://github.com/jiantao/Tangram" ], [ "https://github.com/rcanovas/libCSAM" ], [ "https://github.com/rcanovas/libCSAM" ], [ "https://github.com/rcanovas/libCSAM" ], [ "https://github.com/rcanovas/libCSAM" ], [ "https://github.com/luscinius/afcluster" ], [ "https://github.com/Tide-for-PTM-search/Tide-for-PTM-search" ], [ "https://github.com/Shao-Group/irtool" ], [ "https://github.com/Shao-Group/irtool" ], [ "https://github.com/Shao-Group/irtool" ], [ "https://github.com/Shao-Group/irtool" ], [ "https://github.com/Illumina/strelka" ], [ "https://github.com/jianweishuai/Dear-DIA-XMBD" ], [ "https://github.com/RabbitBio/RabbitQCPlus" ], [ "https://github.com/MrZhang176/DNPMSA" ], [ "https://github.com/nimamasoumi/DiffeoRaptor" ], [ "https://github.com/shahidakbarcs/cACP-DeepGram" ], [ "https://github.com/treangenlab/komb" ], [ "https://github.com/fhanau/mspack" ], [ "https://github.com/studla/RYUTO" ], [ "https://github.com/ablab/stringdecomposer" ], [ "https://github.com/ablab/stringdecomposer" ], [ "https://github.com/ablab/stringdecomposer" ], [ "https://github.com/ablab/stringdecomposer" ], [ "https://github.com/AT-CG/VF" ], [ "https://github.com/torognes/swarm" ], [ "https://github.com/guilledufort/RENANO" ], [ "https://github.com/openPupil/Open-PupilEXT" ], [ "https://github.com/netml/sonet" ], [ "https://github.com/millanek/Dsuite" ], [ "https://github.com/biointec/detox" ], [ "https://github.com/abikoushi/lambda" ], [ "https://github.com/ablab/stringdecomposer" ], [ "https://github.com/ablab/stringdecomposer" ], [ "https://github.com/ablab/stringdecomposer" ], [ "https://github.com/ablab/stringdecomposer" ], [ "https://github.com/Tongdongq/darwin-gpu" ], [ "https://github.com/fukunagatsu/LogicomeProfiler" ], [ "https://github.com/vpc-ccg/circminer" ], [ "https://github.com/lxwgcool/CircDBG" ], [ "https://github.com/baharpan/cosmo" ], [ "https://github.com/lsyads/fisheye-ORB-SLAM" ], [ "https://github.com/screamer/NetCoffee2" ], [ "https://github.com/harmancilab/EpiSAFARI" ], [ "https://github.com/medvedevgroup/HowDeSBT" ], [ "https://github.com/yaobaiwei/PPA-Assembler" ], [ "https://github.com/niu-lab/gclust" ], [ "https://github.com/XuegongLab/D2R_codes" ], [ "https://github.com/vidarmehr/ChIPWig-v2" ], [ "https://github.com/songc001/remilo" ], [ "https://github.com/montecuollo/E2FM" ], [ "https://github.com/nwpu134/DBH" ], [ "https://github.com/soedinglab/MMseqs" ], [ "https://github.com/BioprocessdesignLab/COSMOS" ], [ "https://github.com/TGAC/KAT" ], [ "https://github.com/GregoryFaust/samblaster" ], [ "https://github.com/pogudingleb/mueller_matrices" ], [ "https://github.com/atfrank/RNAPosers" ], [ "https://github.com/CoREse/kled" ], [ "https://github.com/haplotype/kindred" ], [ "https://github.com/vtman/PerFSeeB" ], [ "https://github.com/cces-cepid/massccs" ], [ "https://github.com/scoutzxb/CscoreTool-M" ], [ "https://github.com/iqtree/iqtree2" ], [ "https://github.com/iqtree/iqtree2" ], [ "https://github.com/iqtree/iqtree2" ], [ "https://github.com/iqtree/iqtree2" ], [ "https://github.com/tlemane/kmtricks" ], [ "https://github.com/maryamrabiee/quco" ], [ "https://github.com/zhang134/kngMap" ], [ "https://github.com/genetronhealth/uvc" ], [ "https://github.com/BioinformaticsToolsmith/Identity" ], [ "https://github.com/thuxugang/opus_rota3" ], [ "https://github.com/Mijan/LFNS_paper" ], [ "https://github.com/guilledufort/EnanoFASTQ" ], [ "https://github.com/JianCong-WENG/IterCluster" ], [ "https://github.com/AlgoLab/shark" ], [ "https://github.com/anlin00007/OnTAD" ], [ "https://github.com/beiko-lab/gengis" ], [ "https://github.com/tsnorri/panvc3" ], [ "https://github.com/usnistgov/cyrsoxs" ], [ "https://github.com/jaak-s/macau" ], [ "https://github.com/dstahlke/gnuplot-iostream" ], [ "https://github.com/Zilong-Li/vcfpp" ], [ "https://github.com/JeremyPike/RSMLM" ], [ "https://github.com/adbailey4/nanopolish" ], [ "https://github.com/benjaminjack/pinetree" ], [ "https://github.com/maureensmith/MIMEAnTo" ], [ "https://github.com/yesint/EnCurv" ], [ "https://github.com/qdu-bioinfo/hierarchical-meta-storms" ], [ "https://github.com/qdu-bioinfo/hrms" ], [ "https://github.com/refresh-bio/GTShark" ], [ "https://github.com/russcd/SELAM" ], [ "https://github.com/zqfang/haplomap" ], [ "https://github.com/KlugerLab/FIt-SNE" ], [ "https://github.com/phylo42/EPIK" ], [ "https://github.com/phylo42/IPK" ], [ "https://github.com/s-will/LocARNA" ], [ "https://github.com/iskana/PBWT-sec" ], [ "https://github.com/ratschlab/PBWT-sec" ], [ "https://github.com/edawson/gfakluge" ], [ "https://github.com/mcveanlab/DEploid-r" ], [ "https://github.com/wbieniec/copmem" ], [ "https://github.com/refresh-bio/kmer-db" ], [ "https://github.com/mcveanlab/DEploid" ], [ "https://github.com/labinfo-lncc/mnmer" ], [ "https://github.com/delocalizer/streammd" ], [ "https://github.com/abadona/qsimscan" ], [ "https://github.com/haidyi/cvxbiclustr" ], [ "https://github.com/xbjin/cgvr" ], [ "https://github.com/soedinglab/wish" ], [ "https://github.com/lsaravia/mfsba" ], [ "https://github.com/MattClarkson/CMakeCatchTemplate" ], [ "https://github.com/continuous-symmetry-measure/csm" ], [ "https://github.com/maickrau/MBG" ], [ "https://github.com/galenbr/2021ActiveVision" ], [ "https://github.com/DecodeGenetics/popSTR" ], [ "https://github.com/DecodeGenetics/popSTR" ], [ "https://github.com/DecodeGenetics/popSTR" ], [ "https://github.com/DecodeGenetics/popSTR" ], [ "https://github.com/nicolaprezza/ebwt2snp" ], [ "https://github.com/kojikoji/EMWER" ], [ "https://github.com/BelindaHernandez/BART-BMA" ], [ "https://github.com/rdzhao/ProteinPocketDetection" ], [ "https://github.com/abikoushi/enigma" ], [ "https://github.com/louisgt/SodaPop" ], [ "https://github.com/kekegg/HCSA" ], [ "https://github.com/pblischak/polyploid-genotyping" ], [ "https://github.com/vpc-ccg/pamir" ], [ "https://github.com/shubhamchandak94/HARC" ], [ "https://github.com/GuipengLi/ChIA-PET2" ], [ "https://github.com/MICCoM/SSAGES-public" ], [ "https://github.com/SBU-BMI/region-templates" ], [ "https://github.com/cui-lab/multigems" ], [ "https://github.com/Gabaldonlab/redundans" ], [ "https://github.com/armintoepfer/haploclique" ], [ "https://github.com/refresh-bio/protestar" ], [ "https://github.com/hsinnan75/SpliceAPP" ], [ "https://github.com/dlcgold/muPBWT" ], [ "https://github.com/transgenomicsosu/SNP-SELECT" ], [ "https://github.com/algbio/efg-mems" ], [ "https://github.com/gambalab/DREEP" ], [ "https://github.com/biointec/nexus" ], [ "https://github.com/marbl/MashMap" ], [ "https://github.com/illumina/REViewer" ], [ "https://github.com/Christina-hshi/CQF-deNoise" ], [ "https://github.com/Christina-hshi/SH-assembly" ], [ "https://github.com/lorrainea/CNEFinder" ], [ "https://github.com/medicalinformatics/SecureEpilinker" ], [ "https://github.com/beagle-dev/beagle-lib" ], [ "https://github.com/mutalyzer/description-extractor" ], [ "https://github.com/vgteam/libhandlegraph" ], [ "https://github.com/vgteam/libbdsg" ], [ "https://github.com/DecodeGenetics/BamHash" ], [ "https://github.com/ecogenomicscanada/Seq2Sat" ], [ "https://github.com/maickrau/GraphAligner" ], [ "https://github.com/maickrau/GraphAligner" ], [ "https://github.com/maickrau/GraphAligner" ], [ "https://github.com/maickrau/GraphAligner" ], [ "https://github.com/pelinakan/UBD" ], [ "https://github.com/ferlicjl/diffpop" ], [ "https://github.com/zhangxaochen/CuFusion" ], [ "https://github.com/kyzhu/assembltrie" ], [ "https://github.com/minmarg/comer" ], [ "https://github.com/OpenWaterAnalytics/epanet-dev" ], [ "https://github.com/amkozlov/raxml-ng" ], [ "https://github.com/amkozlov/raxml-ng" ], [ "https://github.com/amkozlov/raxml-ng" ], [ "https://github.com/amkozlov/raxml-ng" ], [ "https://github.com/sib-swiss/Knoto-ID" ], [ "https://github.com/rwk-unil/parallel_pbwt" ], [ "https://github.com/pmelsted/bifrost" ], [ "https://github.com/lidq92/mpeg-pcc-tmc13" ], [ "https://github.com/zhaoxiaofei/BinDash" ], [ "https://github.com/Martinsos/edlib" ], [ "https://github.com/sbg/VBT-TrioAnalysis" ], [ "https://github.com/evoldoers/historian" ], [ "https://github.com/FastMLC/fMLC" ], [ "https://github.com/bcgsc/btllib" ], [ "https://github.com/bcgsc/btllib" ], [ "https://github.com/bcgsc/btllib" ], [ "https://github.com/bcgsc/btllib" ], [ "https://github.com/ggonnella/gfaviz" ], [ "https://github.com/puzzlepaint/surfelmeshing" ], [ "https://github.com/FePhyFoFum/phyx" ], [ "https://github.com/SpatialTranscriptomicsResearch/st_viewer" ], [ "https://github.com/bionetslab/robust-eval" ], [ "https://github.com/Vaa3D/vaa3d_tools" ], [ "https://github.com/abdullah009/kcmbt_mt" ], [ "https://github.com/liusen1006/MLCS" ], [ "https://github.com/arttumiettinen/pi2" ], [ "https://github.com/sebastiandaberdaku/AntibodyInterfacePrediction" ], [ "https://github.com/TheAngryFox/ModelExplorer" ], [ "https://github.com/jvhoutte/equisim" ], [ "https://github.com/alshai/rowbowt" ], [ "https://github.com/sys-bio/antimony" ], [ "https://github.com/zju3dv/CoLi-BA" ], [ "https://github.com/statgen/savvy" ], [ "https://github.com/hellosunking/Msuite" ], [ "https://github.com/hellosunking/Msuite" ], [ "https://github.com/hellosunking/Msuite" ], [ "https://github.com/hellosunking/Msuite" ], [ "https://github.com/ddarriba/modeltest" ], [ "https://github.com/MrAlexSee/sopang" ], [ "https://github.com/illumina/marvin" ], [ "https://github.com/dstoeckel/causaltrail" ], [ "https://github.com/masoud-monajati/MedVL_pretraining_pipeline" ], [ "https://github.com/cvg/pixel-perfect-sfm" ], [ "https://github.com/blackrim/treePL" ], [ "https://github.com/danini/graph-cut-ransac" ], [ "https://github.com/hguo/ftk" ], [ "https://github.com/kowallus/PgRC" ], [ "https://github.com/SinOncology/BreakID" ], [ "https://github.com/scoutzxb/CscoreTool" ], [ "https://github.com/refresh-bio/vcfshark" ], [ "https://github.com/vvvwo/II-resampling" ], [ "https://github.com/rcanovas/libCSAM" ], [ "https://github.com/rcanovas/libCSAM" ], [ "https://github.com/rcanovas/libCSAM" ], [ "https://github.com/rcanovas/libCSAM" ], [ "https://github.com/nedaz/cola" ], [ "https://github.com/koeppl/phoni" ], [ "https://github.com/Shen-Lab/LOIS" ], [ "https://github.com/bioinformatics-centre/bayesembler" ], [ "https://github.com/Vfold-RNA/RLDOCK" ], [ "https://github.com/alevar/tiebrush" ], [ "https://github.com/tvpham/msproteomics" ], [ "https://github.com/ChaissonLab/LRA" ], [ "https://github.com/maickrau/ribotin" ], [ "https://github.com/Transipedia/KaMRaT" ], [ "https://github.com/olliemcdonald/siapopr" ], [ "https://github.com/smithlabcode/walt" ], [ "https://github.com/ITBE-Lab/MA" ], [ "https://github.com/ksahlin/strobealign" ], [ "https://github.com/fukunagatsu/Mirage" ], [ "https://github.com/fukunagatsu/Mirage" ], [ "https://github.com/fukunagatsu/Mirage" ], [ "https://github.com/fukunagatsu/Mirage" ], [ "https://github.com/0x462e41/SS3D" ], [ "https://github.com/tvpham/iq" ], [ "https://github.com/BGI-shenzhen/PopLDdecay" ], [ "https://github.com/bioinfomaticsCSU/GapReduce" ], [ "https://github.com/suhrig/pingpongpro" ], [ "https://github.com/ghzuo/cvtree" ], [ "https://github.com/ythuang0522/StriDe" ], [ "https://github.com/gymrek-lab/longtr" ], [ "https://github.com/gymrek-lab/longtr" ], [ "https://github.com/gymrek-lab/longtr" ], [ "https://github.com/gymrek-lab/longtr" ], [ "https://github.com/keeganhk/PointVST" ], [ "https://github.com/kad-ecoli/BeEM" ], [ "https://github.com/UDC-GAC/ParRADMeth" ], [ "https://github.com/marco-oliva/r-pfbwt" ], [ "https://github.com/csms-ethz/CombiFF" ], [ "https://github.com/trainsn/GNN-Surrogate" ], [ "https://github.com/citiususc/veryfasttree" ], [ "https://github.com/Ha0Tang/DDLCN" ], [ "https://github.com/sunwj/CAR" ], [ "https://github.com/GATB/simka" ], [ "https://github.com/AlanLuSun/High-quality-ellipse-detection" ], [ "https://github.com/vsepulve/relz_fs" ], [ "https://github.com/ridgelab/Kmer-SSR" ], [ "https://github.com/AstraZeneca-NGS/disambiguate" ], [ "https://github.com/leesael/GIFT" ], [ "https://github.com/hirvolt1/debruijn-motif" ], [ "https://github.com/melop/admixem" ], [ "https://github.com/azofeifa/Tfit" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/qibebt-bioinfo/dynamic-meta-storms" ], [ "https://github.com/xingxuejun1989/SCVC" ], [ "https://github.com/selfdecode/rd-eztraits" ], [ "https://github.com/prs-group/TUNNEX" ], [ "https://github.com/tsudalab/mp-lamp" ], [ "https://github.com/hitbc/rMFilter" ], [ "https://github.com/modsim/hops" ], [ "https://github.com/rvaser/sword" ], [ "https://github.com/PetarV-/muxstep" ], [ "https://github.com/gabraham/flashpca" ], [ "https://github.com/bioinfomaticsCSU/EPGA2" ], [ "https://github.com/sheikhizadeh/ACE" ], [ "https://github.com/abikoushi/moltenNMF" ], [ "https://github.com/Kingsford-Group/jellyfishsim" ], [ "https://github.com/ratschlab/secedo" ], [ "https://github.com/philres/ngmlr" ], [ "https://github.com/Kuanhao-Chao/Wheeler_Graph_Toolkit" ], [ "https://github.com/topasmc/dicom-interface" ], [ "https://github.com/aarjas/dynBGP" ], [ "https://github.com/paolapesantez/biLouvain" ], [ "https://github.com/imbs-hl/ranger" ], [ "https://github.com/datngu/Circall" ], [ "https://github.com/pezmaster31/bamtools" ], [ "https://github.com/gymrek-lab/longtr" ], [ "https://github.com/gymrek-lab/longtr" ], [ "https://github.com/gymrek-lab/longtr" ], [ "https://github.com/gymrek-lab/longtr" ], [ "https://github.com/horvatovichlab/MSIWarp" ], [ "https://github.com/AllanClark/Rcppocc" ], [ "https://github.com/WJmodels/SRCV" ], [ "https://github.com/arzwa/morph-bulk" ], [ "https://github.com/Simonll/LikelihoodFreePhylogenetics" ], [ "https://github.com/Simonll/LikelihoodFreePhylogenetics" ], [ "https://github.com/Simonll/LikelihoodFreePhylogenetics" ], [ "https://github.com/Simonll/LikelihoodFreePhylogenetics" ], [ "https://github.com/CEMSFlannigan/UEMtomaton" ], [ "https://github.com/ZachariasLab/GoCa" ], [ "https://github.com/wanderine/BROCCOLI" ], [ "https://github.com/at-cg/ContainX" ], [ "https://github.com/biovault/SCHNELpy" ], [ "https://github.com/pylelab/Arena" ], [ "https://github.com/WPC-WHU/GROR" ], [ "https://github.com/PCAubin/GRISLI" ], [ "https://github.com/Ding-Liu/DeepDenoising" ], [ "https://github.com/OpenGene/fastp" ], [ "https://github.com/alexandrutomescu/MixedPerfectPhylogeny" ], [ "https://github.com/fgvieira/ngsF-HMM" ], [ "https://github.com/cjri/samfire" ], [ "https://github.com/ChrisMaherLab/INTEGRATE-Neo" ], [ "https://github.com/discretedynamics/cyclone" ], [ "https://github.com/hhaentze/MaskedPangenie" ], [ "https://github.com/tlemane/kmdiff" ], [ "https://github.com/seqan/needle" ], [ "https://github.com/lppllppl920/SAGE-SLAM" ], [ "https://github.com/kamimrcht/REINDEER" ], [ "https://github.com/so-nakashima/Lineage-EM-algorithm" ], [ "https://github.com/cartoonist/psi" ], [ "https://github.com/IFL-CAMP/pose_regularization" ], [ "https://github.com/ncbi/SKESA" ], [ "https://github.com/TravisWheelerLab/ULTRA" ], [ "https://github.com/sebwouters/chemps2" ], [ "https://github.com/ablab/spades" ], [ "https://github.com/ablab/spades" ], [ "https://github.com/ablab/spades" ], [ "https://github.com/ablab/spades" ], [ "https://github.com/algbio/themisto" ], [ "https://github.com/youweiliang/Multi-view_Graph_Learning" ], [ "https://github.com/junjun-jiang/MSSG" ], [ "https://github.com/danini/magsac" ], [ "https://github.com/TulsaBioinformaticsToolsmith/Look4TRs" ], [ "https://github.com/BackofenLab/IntaRNA" ], [ "https://github.com/MattCzajkowski/GenCoF" ], [ "https://github.com/alexfreudenberg/miraculix" ], [ "https://github.com/niemasd/ViralConsensus" ], [ "https://github.com/jhhung/kISS" ], [ "https://github.com/RolandFaure/QuickDeconvolution" ], [ "https://github.com/sarahet/RLM" ], [ "https://github.com/jzbio/MultiTrans" ], [ "https://github.com/ZJULearning/SSG" ], [ "https://github.com/hahnlab/CAFE5" ], [ "https://github.com/InfOmics/PANPROVA" ], [ "https://github.com/hellosunking/Ktrim" ], [ "https://github.com/yhhshb/yalff" ], [ "https://github.com/yhhshb/yalff" ], [ "https://github.com/yhhshb/yalff" ], [ "https://github.com/yhhshb/yalff" ], [ "https://github.com/sequencing/NxTrim" ], [ "https://github.com/rrwick/Bandage" ], [ "https://github.com/odenas/indexed_ms" ], [ "https://github.com/gr8lawrence/ARTDeConv" ], [ "https://github.com/jennprk/diffsig" ], [ "https://github.com/dnbaker/dashing" ], [ "https://github.com/boaguilar/SDDScontrol" ], [ "https://github.com/ZekunYin/RabbitQC" ], [ "https://github.com/eukaryo/czno" ], [ "https://github.com/KazukiSakura/cHFS" ], [ "https://github.com/Cassie94/LSTD" ], [ "https://github.com/RUBi-ZA/MODE-TASK" ], [ "https://github.com/RUBi-ZA/MODE-TASK" ], [ "https://github.com/RUBi-ZA/MODE-TASK" ], [ "https://github.com/RUBi-ZA/MODE-TASK" ], [ "https://github.com/HIT-Bioinformatics/rHAT" ], [ "https://github.com/statisticalbiotechnology/maracluster" ], [ "https://github.com/yiq/SubcloneSeeker" ], [ "https://github.com/ValeevGroup/libintx" ], [ "https://github.com/wsakobe/CylinderTag" ], [ "https://github.com/jkawulok/cometa" ], [ "https://github.com/Mblakey/wiswesser" ], [ "https://github.com/bonsai-team/Porechop_ABI" ], [ "https://github.com/seqan/seqan" ], [ "https://github.com/DecodeGenetics/popSTR" ], [ "https://github.com/DecodeGenetics/popSTR" ], [ "https://github.com/DecodeGenetics/popSTR" ], [ "https://github.com/DecodeGenetics/popSTR" ], [ "https://github.com/AbbaszadehO/DKGN" ], [ "https://github.com/gjun/muCNV" ], [ "https://github.com/ZekunYin/RabbitMash" ], [ "https://github.com/fwhelan/coinfinder" ], [ "https://github.com/HormozdiariLab/TAD-fusion-score" ], [ "https://github.com/superxuang/caffe_3d_faster_rcnn" ], [ "https://github.com/refresh-bio/GTC" ], [ "https://github.com/ddarriba/ForeSeqs" ], [ "https://github.com/jksr/ballcools" ], [ "https://github.com/marbl/parsnp" ], [ "https://github.com/wbieniec/copmem2" ], [ "https://github.com/Shao-Group/irtool" ], [ "https://github.com/Shao-Group/irtool" ], [ "https://github.com/Shao-Group/irtool" ], [ "https://github.com/Shao-Group/irtool" ], [ "https://github.com/yaoyx689/AMM_NRR" ], [ "https://github.com/namsyvo/RandAL" ], [ "https://github.com/jchow32/MAGI-MS" ], [ "https://github.com/jeremy-levy/Classification-of-audio-signals-using-spectrogram-surfaces-and-extrinsic-distortion-measures" ], [ "https://github.com/jermp/sshash" ], [ "https://github.com/refresh-bio/phist" ], [ "https://github.com/morispi/LRez" ], [ "https://github.com/LoicPeter/evaluation-deformable-registration" ], [ "https://github.com/drbergman/PhysiPKPD" ], [ "https://github.com/Coaxecva/LongAGE" ], [ "https://github.com/nluhmann/BlastFrost" ], [ "https://github.com/ablab/TandemTools" ], [ "https://github.com/sahlenlab/HiCapTools" ], [ "https://github.com/cchauve/lrcstats" ], [ "https://github.com/realbigws/DeepCNF_AUC" ], [ "https://github.com/lmrodriguezr/nonpareil" ], [ "https://github.com/medvedevgroup/varmatch" ], [ "https://github.com/expectorlin/DR-Attacker" ], [ "https://github.com/jhhung/EARRINGS" ], [ "https://github.com/kodaim1115/CYBERTRACK2" ], [ "https://github.com/cepid-cces/hpccs" ], [ "https://github.com/cepid-cces/hpccs" ], [ "https://github.com/cepid-cces/hpccs" ], [ "https://github.com/cepid-cces/hpccs" ], [ "https://github.com/sahandk/HINTRA" ], [ "https://github.com/qasimyu/scssim" ], [ "https://github.com/refresh-bio/Whisper" ], [ "https://github.com/simonwhelan/prequal" ], [ "https://github.com/hellosunking/Msuite" ], [ "https://github.com/hellosunking/Msuite" ], [ "https://github.com/hellosunking/Msuite" ], [ "https://github.com/hellosunking/Msuite" ], [ "https://github.com/bibip-impmc/mypmfs" ], [ "https://github.com/dwinter/accuMUlate" ], [ "https://github.com/atfrank/PCASA" ], [ "https://github.com/ahmed-fakhry/dive" ], [ "https://github.com/arq5x/bits" ] ], "hovertemplate": "Primary language=C++
Time of Existence (days)=%{x}
Normalized Total Entropy=%{y}
Repository URL=%{customdata[0]}", "legendgroup": "C++", "marker": { "color": "#EF553B", "opacity": 0.5, "symbol": "circle" }, "mode": "markers", "name": "C++", "showlegend": true, "type": "scattergl", "x": [ 2007, 2566, 3144, 398, 1261, 1700, 2685, 3125, 2037, 1036, 1213, 836, 757, 268, 1020, 2854, 3578, 3578, 3578, 3578, 120, 633, 878, 4911, 4911, 4911, 4911, 2543, 113, 376, 539, 807, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1529, 147, 1038, 2700, 2700, 2700, 2700, 1000, 2545, 1731, 29, 3102, 3102, 3102, 3102, 566, 2321, 2321, 2321, 2321, 374, 1560, 1427, 2746, 871, 2196, 55, 140, 2597, 2597, 2597, 2597, 817, 724, 3233, 615, 2408, 1205, 434, 1135, 1029, 985, 263, 2666, 272, 454, 510, 390, 0, 1199, 0, 2679, 2290, 55, 2960, 2960, 2960, 2960, 2960, 2960, 2960, 2960, 2960, 1058, null, 187, 3578, 3578, 3578, 3578, 484, 790, 1737, 1737, 1737, 1737, 601, 1475, 0, 0, 438, 1417, 3610, 853, 494, 2275, 808, 179, 1419, 862, 862, 862, 862, 3283, 147, 1534, 572, 739, 3017, 54, 84, 151, 1426, 1065, 1266, 2287, 0, 170, 1177, 219, 2238, 727, 76, 0, 798, 1500, 1890, 1749, 207, 169, 674, 674, 674, 674, 10, 2934, 413, 500, 281, 2849, 324, 1930, 320, 365, 1194, 1265, 3474, 716, 1689, 0, 1481, 601, 16, 1882, null, 818, 2060, 299, 917, 0, 331, 233, 700, 700, 700, 700, 999, 90, 1444, 648, 141, 875, 1773, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 2006, 1890, 631, 1362, 1155, 257, 739, 0, 330, 1765, 1533, 2960, 2960, 2960, 2960, 2960, 2960, 2960, 2960, 2960, 32, 845, 1248, 491, 118, 1034, 329, 520, 1953, 2453, 2453, 2453, 2453, 285, 516, 2038, 1233, 684, 1040, 802, 256, 0, 588, 1282, 617, 272, 973, 764, 331, 426, 341, 413, 2197, 3316, 3316, 3316, 3316, 0, 1509, 0, 2629, 2626, 223, 1788, 628, 1311, 312, 3476, 2644, 2658, 79, 0, 813, 515, 1498, 412, 1168, 885, 1124, 0, 1212, 966, 727, 510, 1392, 1028, 878, 878, 878, 878, 224, 86, 151, 134, 2083, 781, 9306, 2127, 1090, 901, 901, 901, 901, 80, 188, 253, 1925, 102, 761, 267, 2484, 0, 2699, 748, 1402, 1406, 1458, 434, 775, 671, 182, 1042, 1420, 532, 0, 312, 511, 426, 550, 1689, 3234, 549, 1597, 770, 888, 39, 961, 1039, 1463, 420, 878, 323, 28, 118, 903, 95, 3102, 3102, 3102, 3102, 87, 509, 253, 0, 1050, 404, 167, 382, 336, 412, 1289, 895, 2947, 1056, 27, 300, 250, 310, 413, 0, 2242, 1145, 1040, 985, 5259, 5259, 5259, 5259, 5768, 1519, 852, 1035, 0, 593, 311, 2099, 1500, 623, 1461, 529, 0, 477, 680, 1697, 1208, 1175, 1020, 460, 256, 434, 317, 4095, 151, 0, 3787, 683, 862, 862, 862, 862, 798, 3316, 3316, 3316, 3316, 449, 189, 1684, 541, 541, 541, 541, 28, 0, 0, 700, 700, 700, 700, 1344, 1571, 104, 4501, 433, 21, 209, 1733, 299, 807, 1329, 826, 2214, 2960, 2960, 2960, 2960, 2960, 2960, 2960, 2960, 2960, 2038, 1601, 4831, 896, 901, 901, 901, 901, 1990, 1990, 1990, 1990, 155, 284, 255, 255, 255, 255, 2311, 667, 1112, null, 37, 392, 1445, 150, 1586, 1089, 1089, 1089, 1089, 325, 4166, 66, 1101, 0, 1841, 685, 536, 1089, 1089, 1089, 1089, 204, 401, 1204, 744, 1748, 98, 222, 266, 2318, 792, 1131, 136, 41, 389, 131, 0, 513, 2, 3458, 2304, 48, 1100, 960, 414, 373, 401, 56, 5259, 5259, 5259, 5259, 1197, 395, 1, 1758, 730, 103, 313, 153, 6, 818, 1093, 1742, 686, 1132, 2154, 5072, 703, 158, 2493, 2155, 1825, 1565, 155, 401, 1254, 2462, 1600, 1213, 1953, 1924, 5006, 1563, 27, 2229, 751, 279, 2329, 984, 748, 360, 4903, 532, 0, 1527, 1455, 2431, 5504, 1376, 533, 3334, 3334, 3334, 3334, 478, 737, 29, 0, 388, 738, 29, 1348, 1378, 1063, 1018, 2012, 764, 238, 3342, 1206, 327, 0, 257, 394, 64, 231, 557, 2532, 1099, 590, 639, 1467, 1177, 5469, 2524, 1982, 3581, 2042, 734, 2453, 2453, 2453, 2453, 1784, 199, 3508, 427, 246, 2366, 2700, 2700, 2700, 2700, 488, 704, 4829, 1158, 2201, 3376, 539, 1869, 611, 1737, 1737, 1737, 1737, 376, 702, 5162, 2741, 147, 4530, 112, 0, 1711, 1028, 69, 125, 707, 5878, 119, 2890, 237, 237, 237, 237, 2533, 775, 542, 2434, 47, 762, 4541, 2471, 2045, 1024, 519, 1075, 517, 531, 1990, 1990, 1990, 1990, 1394, 775, 660, 151, 1289, 1580, 165, 1805, 417, 1582, 1792, 2839, 2329, 1108, 541, 541, 541, 541, 422, 1485, 2229, 904, 1595, 3444, 317, 908, 908, 908, 908, 0, 604, 0, 235, 384, 886, 1884, 850, 1055, 2456, 1345, 598, 799, 1723, 334, 0, 3253, 1681, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 609, 112, 932, 734, 270, 1242, 1466, 1929, 627, 2463, 727, 971, 847, 86, 537, 3294, 635, 1615, 13, 1678, 3605, 866, 5572, 908, 908, 908, 908, 575, 1037, 51, 979, 2597, 2597, 2597, 2597, 536, 197, 1815, 504, 80, 465, 483, 750, 385, 2437, 120, 3445, 3052, 546, 1461, 1317, 1024, 1461, 336, 1737, 0, 1611, 300, 2017, 2575, 3033, 4911, 4911, 4911, 4911, 1729, 120, 5, 1739, 198, 2954, 337, 98, 605, 175, 1181, 843, 297, 1600, 2200, 231, 1593, 674, 674, 674, 674, 1399, 2669, 1926, 472, 730, 1750, 282, 1058, 1099, 49, 2175, 2321, 2321, 2321, 2321, 144, 2583, 515, 1195, 543, 330, 529, 2492, 4314, 3334, 3334, 3334, 3334, 259, 1766, 3180, 2008, 343, 278, 1847, 2366, 343, 3643, 231, 255, 255, 255, 255, 1, 930, 262, 13, 907, 1035, 876, 49, 1025, 141, 926, 296, 1871, 719, 1103, 4383, 984, 367, 1581, 107, 878, 878, 878, 878, 216, 281, 1453, 1342, 237, 237, 237, 237, 1072, 1611, 1140, 82, 1715 ], "xaxis": "x", "y": [ 0.027121585307361994, 0.10695205601216291, 0.11332453249268146, 0.1594674045689216, 0.06205324317337589, 0.07459638467012455, 0.06925722524309158, 0.09996028668771142, 0.01223290973380824, 0.005099946073324789, 0.02049618568555862, 0.0401319785084531, 0.036460784654732424, 0.15672630971949653, 0.014184185105113996, 0.05818469292847803, 0.006508395464997265, 0.006508395464997265, 0.006508395464997265, 0.006508395464997265, 0.29905774220215414, 0.04813364661644633, 0.037774148223966394, 0.0016746436910735597, 0.0016746436910735597, 0.0016746436910735597, 0.0016746436910735597, 0.04095847902046688, 0.09938403060346658, 0.09498840267145398, 0.07556447209431252, 0.1086451217611088, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.05367011507188098, 0.03284713567294975, 0.04178631987351057, 0.05281609240983789, 0.05281609240983789, 0.05281609240983789, 0.05281609240983789, 0.0592013376652983, 0.028270992297296144, 0.030523295023239413, 0.02051416519838108, 0.02867995710798479, 0.02867995710798479, 0.02867995710798479, 0.02867995710798479, 0.0834397651806361, 0.03439587697714731, 0.03439587697714731, 0.03439587697714731, 0.03439587697714731, 0.16218214958692462, 0.03324022590197674, 0.030685453135052783, 0.07780655455313798, 0.07618017468109939, 0.03665161529813117, 0.05168065306207796, 0.15595710838336746, 0.027213543134248, 0.027213543134248, 0.027213543134248, 0.027213543134248, 0.03298551399071594, 0.007883426347153014, 0.0006701368706399771, 0.2667874361598204, 0.01161581951092196, 0.021084662597313272, 0.06756216271640209, 0.010537821932287212, 0.20683167180568685, 0.11514613880700292, 0.06661409048197864, 0.03166174798093422, 0.2410905994497003, 0.09363989865172208, 0.04637865591016383, 0.04827877496353451, 0, 0.16573161656691157, 0.001237424533561326, 0.02860631412041485, 0.005029073087214159, 0.12274158384151876, 0.04749592480252912, 0.04749592480252912, 0.04749592480252912, 0.04749592480252912, 0.04749592480252912, 0.04749592480252912, 0.04749592480252912, 0.04749592480252912, 0.04749592480252912, 0.010164098323760336, null, 0.0008790014498297011, 0.006508395464997265, 0.006508395464997265, 0.006508395464997265, 0.006508395464997265, 0.3318391946428054, 0.08049626818301035, 0.007615644145662147, 0.007615644145662147, 0.007615644145662147, 0.007615644145662147, 0.0026728995159537336, 0.02064928807295091, 0.05171585451710245, 0.058825964879074995, 0.05392988354472631, 0.0904179015955097, 0.15552060675432594, 0.1510548344349398, 0.1355214789817763, 0.03331687924351708, 0.01394504399247006, 0.1491189496654994, 0.08342867596432645, 0.19150243339522613, 0.19150243339522613, 0.19150243339522613, 0.19150243339522613, 0.009876841333241857, 0.09252012389360284, 0, 0.008681857909378381, 0.007145948595045635, 0.0027839762606159065, 0.016262562504141653, 0.14308532907349825, 0.0976208813969686, 0.02109731478895564, 0.08367648547805875, 0.036449024684735064, 0.03366349646977638, 0.11193668416495332, 0.3729677325936378, 0.01177092569968256, 0.15867146479815675, 0.012118764600706492, 0.0013530605955811245, 0.17197043876107335, 0.15347862958472097, 0.014859307478368475, 0.00940473860910438, 0.059574566909639706, 0.04244042873645501, 0.05535288207051923, 0.10367530827844236, 0.10000544068532116, 0.10000544068532116, 0.10000544068532116, 0.10000544068532116, 0.393706210290624, 0.11224673248510948, 0.002507606685685888, 0.2036259017245645, 0.08002032055768565, 0.009538801335864348, 0.04258901316914763, 0.03109258487404807, 0.007071031751069816, 0.007711100776272271, 0.04277365182312241, 0.16547739308634174, 0.07282617847943558, 0.025201369823753404, 0.006069475194835009, 0.3959291762837418, 0.005629200804517977, 0.021623559612123203, 0, 0.022773626462970417, null, 0.0688737034492122, 0.06617399057383873, 0.0014647290404295802, 0.007176212181551255, 0.08517017611277787, 0.01526259341940856, 0.06518982789081484, 0.011152492002376276, 0.011152492002376276, 0.011152492002376276, 0.011152492002376276, 0.05342647408409775, 0.2836469477914993, 0.20910518721296267, 0.11346953420400124, 0.18557346990713555, 0.06073931299126752, 0.015554358700969948, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.03444195906070049, 0.02516159816919017, 0.005688404911004638, 0.07423443115001471, 0.12514523556193238, 0.1835556008891884, 0.0404936025548693, 0.44657200648971224, 0.019498396417035414, 0.14830133213599572, 0.0977320974381894, 0.04749592480252912, 0.04749592480252912, 0.04749592480252912, 0.04749592480252912, 0.04749592480252912, 0.04749592480252912, 0.04749592480252912, 0.04749592480252912, 0.04749592480252912, 0.1830053415733165, 0.018459488556643977, 0.0699246750973356, 0.003184105173950808, 0.006238628824626727, 0.03357780130279441, 0.010928035832710363, 0.05417718510374636, 0.0145087465294121, 0.05707302954662524, 0.05707302954662524, 0.05707302954662524, 0.05707302954662524, 0.005347008342006272, 0.12290436393499396, 0.017481406830360858, 0.01111041940404442, 0.2246364427732972, 0.09451370798702788, 0.002094515775728472, 0, 0, 0.08988209113289723, 0.11744827822495556, 0.07579452877554724, 0.005090525123604048, 0.06828018535570507, 0.28294565226697904, 0.004946706555014503, 0.02064867734758154, 0.26810813502190683, 0.1247123056285848, 0.07566774155244876, 0.0019666478772252267, 0.0019666478772252267, 0.0019666478772252267, 0.0019666478772252267, 0.02167574604594884, 0.2253353758653115, 0.015434519769594129, 0.014094459524173866, 0.06786109553415648, 0.04416942134162141, 0.10219499601591532, 0.0734025841050714, 0.018623156893826327, 0.23149276306114405, 0.20211804407501568, 0.0005975981590153635, 0.007492863342558998, 0.2918654464826269, 0.0435440291810461, 0.13439115456108738, 0.10811523420872488, 0.046667857291056256, 0.21130302566028725, 0.09638435368123364, 0.05167138232087347, 0.03690278107287537, 0.01233618252156088, 0.00862196288453426, 0.12845601630633596, 0.12113844504210988, 0.044616308248929745, 0.09473583821231014, 0.20265902443647985, 0.33570052301244474, 0.33570052301244474, 0.33570052301244474, 0.33570052301244474, 0.0023624814140869757, 0.11543089224705644, 0.013827631334922444, 0.08839863478529701, 0.16915920023686296, 0.04029433282487047, 0.0017019739767072677, 0.054147356639615965, 0.042401312129112086, 0.049916174008230355, 0.049916174008230355, 0.049916174008230355, 0.049916174008230355, 0.1010592934188809, 0.1965447274315817, 0.13465921676115808, 0.03893638396211833, 0.18060306119679304, 0.058567327315691795, 0.1373576377912183, 0.04582959859339593, 0.02695065066333639, 0.01471110398456898, 0.004257688208270867, 0.08190594532115578, 0.010661441810760584, 0.0035069630395657006, 0.07002801572532386, 0.03002718015289837, 0.12131444069744048, 0.154895747446226, 0.041241382934749354, 0.01095689269716452, 0.3730732056452136, 0.01537107752728712, 0.1528278365775428, 0.0966199917207366, 0.10204938330370662, 0.09503342327734116, 0.04151029652501827, 0.07686790224138057, 0.20603233709642696, 0.10352686124973044, 0.07020599823687117, 0.20127235402311328, 0.148018045358857, 0.00807038481327353, 0.1299349612305907, 0.14830715101538988, 0.004423322414952752, 0.21149720746997255, 0.009913289108392924, 0.1823014378809343, 0.18155143012341832, 0.17160156869905038, 0, 0.02867995710798479, 0.02867995710798479, 0.02867995710798479, 0.02867995710798479, 0.003864514591778479, 0.04493452213789768, 0.10522888390684172, 0.15841174665485186, 0.07947029529564632, 0.06488969177302309, 0.1683348322810101, 0.019769072886306836, 0.05815562189787828, 0.09196074405723234, 0.02696965853312736, 0.01063479489163173, 0.0009326118446584528, 0.1819078212289406, 0.3286205923999921, 0.047032755197368506, 0.18187942528373235, 0.07564200378898499, 0.15376056196849552, 0.0010820632088507144, 0.02536512778621555, 0.2601447228623161, 0.031503903718859, 0.07185507413008513, 0.007988169234168967, 0.007988169234168967, 0.007988169234168967, 0.007988169234168967, 0.0013680192700528237, 0.05391266336171931, 0.032202704014525685, 0.06689731312536114, 0, 0.06178965495769397, 0.31724316609616976, 0.018628528223208405, 0.06538532603036815, 0.014870980071148772, 0.02238733042565154, 0.008981659111399472, 0.14793019637028432, 0.09606536073956838, 0.001014425781961068, 0.004083130551671198, 0.21342864169338385, 0.015151823688340144, 0.029493845806338525, 0.14419812721660427, 0.18965432115088143, 0.03088136693342521, 0.26492763005094416, 0.0170720274230655, 0.0026044511517829614, 0.1079925519608106, 0.08641958172984997, 0.2843256137270987, 0.19150243339522613, 0.19150243339522613, 0.19150243339522613, 0.19150243339522613, 0.1030474111791238, 0.0019666478772252267, 0.0019666478772252267, 0.0019666478772252267, 0.0019666478772252267, 0.13808643126668788, 0.03824178198774315, 0.05018858901727648, 0.1563211868840229, 0.1563211868840229, 0.1563211868840229, 0.1563211868840229, 0, 0.037915444685683405, 0.02873202726614523, 0.011152492002376276, 0.011152492002376276, 0.011152492002376276, 0.011152492002376276, 0.11031152275440947, 0.02740445851337501, 0.32155482462841944, 0.01948180407886499, 0.07868866169997633, 0.027539212745672247, 0.1847595073708887, 0.025031983998223685, 0.04645673110570793, 0.1187040459013712, 0.1525334014434921, 0.11360155827973584, 0.011199725445329968, 0.04749592480252912, 0.04749592480252912, 0.04749592480252912, 0.04749592480252912, 0.04749592480252912, 0.04749592480252912, 0.04749592480252912, 0.04749592480252912, 0.04749592480252912, 0.005055286553977956, 0.002628005881672893, 0.05946331063396061, 0.06540839235582309, 0.049916174008230355, 0.049916174008230355, 0.049916174008230355, 0.049916174008230355, 0.07634702601376886, 0.07634702601376886, 0.07634702601376886, 0.07634702601376886, 0, 0.0033254418367434243, 0.2889740381107687, 0.2889740381107687, 0.2889740381107687, 0.2889740381107687, 0.007613129572816975, 0.016212262376493487, 0.007230671907932896, null, 0.08044812695598696, 0.07776538265215985, 0.09712831163613482, 0.1903170211629977, 0.03261364571887879, 0.1328760395852529, 0.1328760395852529, 0.1328760395852529, 0.1328760395852529, 0.21718690357765144, 0.05755765431902533, 0.0107356973479008, 0.0009186200074497636, 0.14182391954776233, 0.1143434608943285, 0.059935460582934925, 0.24509354179087064, 0.1328760395852529, 0.1328760395852529, 0.1328760395852529, 0.1328760395852529, 0.0020479537175935253, 0.22971023697077397, 0.06898687374139213, 0.08444407773766775, 0.09555321397566156, 0.2163761241655399, 0.02429464357992746, 0.09768294447884698, 0.046220375376636605, 0.04808532377800226, 0.05087138309744063, 0.05571094565480334, 0.0950503802498322, 0.2877717637872836, 0.07777491041688854, 0.10851163399482844, 0.06687784801230719, 0.09712322716638036, 0.001493398716108481, 0.17179875570491462, 0.126864205391954, 0.003411572538506695, 0.06607150386482692, 0.1478609254012668, 0.02307892419009381, 0.02253139881484727, 0.07378559391468417, 0.007988169234168967, 0.007988169234168967, 0.007988169234168967, 0.007988169234168967, 0.003889113693291, 0.01602919366224026, 0.4056390622295664, 0.09010032621399353, 0.015974007528309797, 0.009433488590573436, 0.0030796466993708123, 0.13880407318034238, 0.006116985446028743, 0.08893633053038796, 0.11670374999957456, 0.000979839263995084, 0.04034261728532815, 0.06769567555676224, 0.050590976769830216, 0.020833737167938605, 0.03875872127853007, 0.11775527849381692, 0.021809489559194033, 0.020747315634161018, 0.009488545700950306, 0.059075102436090605, 0.06289748906881552, 0.05628491623526653, 0.11515830085295271, 0.07335433119004885, 0.024273684351025244, 0.06359401828399806, 0.1035956192451622, 0.07458800947545337, 0.008532371127381548, 0.07727921026865602, 0.2101982541748456, 0.07519936979140988, 0.04863780269990948, 0.13041751922492573, 0.015560520128590305, 0.01912936222003913, 0.13122159984267875, 0.012865231644782251, 0.05222472990111033, 0.11462644992835865, 0.028024899408846636, 0.03757041187788414, 0.08150969081702424, 0.03105539696231221, 0.013943601503978557, 0.06293388731618214, 0.011762340490272992, 0.011789447729425997, 0.011789447729425997, 0.011789447729425997, 0.011789447729425997, 0.21837994870578523, 0.017688925078713367, 0.09468362952856955, 0.21137241573257365, 0.10494637956532026, 0.051485701533617305, 0.06472071724886114, 0.03221831763603957, 0.06930123387897587, 0.03608214684166694, 0.1070533394692612, 0.010200138965269789, 0.004117587907086961, 0.17941920364728486, 0.011243391252030612, 0.03523844734437217, 0.017528936119649292, 0.08371068940026286, 0.1482655360555902, 0.1270242325217093, 0.3024378008378105, 0.10511279982924868, 0.030114054285483277, 0.08031397982338491, 0.007530276362568934, 0.10074969737149136, 0.09872121249981246, 0.03266458608696522, 0.02038431159251408, 0.01701557542289519, 0.09140530824844972, 0.06844953189541096, 0.03799481620256519, 0.012732507418991396, 0.07251970254271753, 0.05707302954662524, 0.05707302954662524, 0.05707302954662524, 0.05707302954662524, 0.07055902468802477, 0.014967365538105798, 0.013830071364892125, 0.05074851603497391, 0.01149967968637094, 0.04963973138697816, 0.05281609240983789, 0.05281609240983789, 0.05281609240983789, 0.05281609240983789, 0.0037096799384847504, 0.12112578884229028, 0.056253781447686065, 0.042577514398055426, 0.09167848965951318, 0.02553548925171607, 0.0035802350113452843, 0.022603058933570647, 0.013974657274306529, 0.007615644145662147, 0.007615644145662147, 0.007615644145662147, 0.007615644145662147, 0.02343349022523347, 0.01706018058707788, 0.015983836314855053, 0.013864623097159258, 0.0018403694148015112, 0.00013774915186541822, 0.2712586036719682, 0.32637231222103896, 0.009020976892691698, 0.029903866632454444, 0.12826558337452082, 0.0380804694753331, 0.09943492226355607, 0.00425797863096701, 0.14172681057407951, 0.0568208437748731, 0.07531365664883316, 0.07531365664883316, 0.07531365664883316, 0.07531365664883316, 0.025829314004825386, 0.06140896607168401, 0.01786706320630552, 0.04205961421991857, 0.00791910282959793, 0.03368607695219069, 0.03878219789181754, 0.02974536695130536, 0.011542283803858591, 0.04970943731384518, 0.007829494120789003, 0.027349051856572347, 0.0773023835227484, 0.0220885167477589, 0.07634702601376886, 0.07634702601376886, 0.07634702601376886, 0.07634702601376886, 0.10089753793185569, 0.12245059287833748, 0.03590814326305828, 0.1490198612592043, 0.088079009896565, 0.03402945976231457, 0.022477034177832308, 0.06382686895301837, 0.01071259977134012, 0.01841627101897876, 0.04675721590237622, 0.15540296537876003, 0.013232582550377852, 0.039868403643187715, 0.1563211868840229, 0.1563211868840229, 0.1563211868840229, 0.1563211868840229, 0.11847137538554396, 0.10777269359311208, 0.09016080465881354, 0.15837791265709103, 0.15639045904232743, 0.0397358626699567, 0.02877348503752864, 0.0158913301942355, 0.0158913301942355, 0.0158913301942355, 0.0158913301942355, 0, 0.11308231627986044, 0.08518217312981859, 0.21451258849144353, 0.03550123871800865, 0.056598134923236586, 0.018065717830425, 0.019785414234320217, 0.17949763523811949, 0.019175257481453455, 0.04685472681820602, 0.026079849535954644, 0.06444230307429911, 0.13738502127832403, 0.008143079857162824, 0.03516885048828684, 0.01843739243615163, 0.021951432080980594, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.08717800249449745, 0.01735047579845008, 0.03705688178118463, 0.03653565600963901, 0.037451501296015405, 0.16662573506865966, 0.00164586056522409, 0.1486089438656591, 0.09137053603230524, 0.03365902880322503, 0.10471313964456536, 0.2940375385840363, 0.04399429660040285, 0.2152938523451725, 0.006185745292875126, 0.03871437598535121, 0.0008242732412675454, 0.07370604332579339, 0.04325662596279353, 0.0789763290073202, 0.03339276144125983, 0.057270165568045275, 0.038994737133441475, 0.0158913301942355, 0.0158913301942355, 0.0158913301942355, 0.0158913301942355, 0.1240503865436606, 0.06697359920584073, 0.0003489845626817295, 0.05804065199651048, 0.027213543134248, 0.027213543134248, 0.027213543134248, 0.027213543134248, 0.011684530023584242, 0.04476909657564692, 0.010358722665841234, 0.10692636502205544, 0.02461430823699223, 0.0762237293470728, 0.27306461506745744, 0.01190321449489795, 0.33080756700477, 0.06894344938469264, 0.04752644461315808, 0.11069796890628944, 0.10832302333663445, 0.024321968736213374, 0.018118311403140182, 0.031742723308500295, 0.015241906627498292, 0.02668253018197054, 0.001335488155268701, 0.0346936293268183, 0.16706943061565288, 0.03210485840695945, 0.20106159003222088, 0.1296194002326537, 0.05056933673971895, 0.025269449333831615, 0.0016746436910735597, 0.0016746436910735597, 0.0016746436910735597, 0.0016746436910735597, 0.004799420860418983, 0.07192738475225646, 0.33029624850731626, 0.016697124167679014, 0.06697713723934559, 0.021523467882462663, 0.008116722574995438, 0.016850560709096168, 0.06679105271698718, 0.005773906080594519, 0.005797654073248534, 0.09354714377551462, 0.07231115572974947, 0.13506180073132962, 0.03817128827708601, 0.03984597033225832, 0.2349838702159995, 0.10000544068532116, 0.10000544068532116, 0.10000544068532116, 0.10000544068532116, 0.02569703520072392, 0.022336260674529925, 0.007630419036485622, 0.11842894889892316, 0.07600661850138056, 0.08035537980103116, 0.07262789392422353, 0.16927718229370187, 0.11937993744582524, 0.1382863919938315, 0.00980525178380703, 0.03439587697714731, 0.03439587697714731, 0.03439587697714731, 0.03439587697714731, 0.14065588953648894, 0.040987737966493555, 0.004450157385267341, 0.0034785476087379422, 0.1157975147894971, 0.04429986553379493, 0.04048807544431036, 0.005703288483247212, 0.001047723973941075, 0.011789447729425997, 0.011789447729425997, 0.011789447729425997, 0.011789447729425997, 0.2629217934842761, 0.012920431515223296, 0.026786665919197008, 0.008713943907358832, 0.10238705917965864, 0.03893095406425154, 0.06068340555523672, 0.08840660337347726, 0.044279860983421473, 0.02178142167405253, 0.10075417602616007, 0.2889740381107687, 0.2889740381107687, 0.2889740381107687, 0.2889740381107687, 0, 0.1103067859816951, 0.10492680580743882, 0.12897810765364706, 0.06989094078464543, 0.08055108785133565, 0.011419288193729489, 0.11030878013756076, 0.07556456118725986, 0.22193898107392615, 0.0257930618090802, 0.005198734879147005, 0.0043009764718657095, 0.053761275265316426, 0.21208895013491888, 0.046597367120195944, 0.07933141348550588, 0.013865689911735356, 0.010833733628960738, 0.18032554381923488, 0.33570052301244474, 0.33570052301244474, 0.33570052301244474, 0.33570052301244474, 0.1467592823653303, 0.05762632679078651, 0.027088912064069062, 0.17678754274099848, 0.07531365664883316, 0.07531365664883316, 0.07531365664883316, 0.07531365664883316, 0.03268847459763711, 0.08758238775923864, 0.01646442664673308, 0.01953495690552317, 0.07620424648698186 ], "yaxis": "y" }, { "alignmentgroup": "True", "boxpoints": "all", "customdata": [ [ "https://github.com/ekg/seqwish" ], [ "https://github.com/jltsiren/gbwt" ], [ "https://github.com/jltsiren/gcsa2" ], [ "https://github.com/yuantailing/two-layer-qrcode" ], [ "https://github.com/Benjamin-Crysup/proderal" ], [ "https://github.com/jltsiren/gbwtgraph" ], [ "https://github.com/gpertea/gffread" ], [ "https://github.com/gpertea/gffcompare" ], [ "https://github.com/pangenome/odgi" ], [ "https://github.com/brianjimenez/lightdock" ], [ "https://github.com/iqtree/decenttree" ], [ "https://github.com/Benjamin-Crysup/prosynar" ], [ "https://github.com/elyawy/SpartaSim" ], [ "https://github.com/fmfi-compbio/osprey" ], [ "https://github.com/alshai/levioSAM" ], [ "https://github.com/DKMS/hapl-o-Mat" ], [ "https://github.com/vgteam/vg" ], [ "https://github.com/vgteam/vg" ], [ "https://github.com/vgteam/vg" ], [ "https://github.com/vgteam/vg" ], [ "https://github.com/romaingroux/SPar-K" ], [ "https://github.com/Rong-Zh/GWLD" ], [ "https://github.com/vgl-hub/gfastats" ], [ "https://github.com/ablab/spades" ], [ "https://github.com/ablab/spades" ], [ "https://github.com/ablab/spades" ], [ "https://github.com/ablab/spades" ], [ "https://github.com/dnanexus-rnd/GLnexus" ], [ "https://github.com/LongTarget/Fasim-LongTarget" ], [ "https://github.com/RabbitBio/RabbitUniq" ], [ "https://github.com/RabbitBio/RabbitV" ], [ "https://github.com/uio-bmi/compairr" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/ocbe-uio/bayesynergy" ], [ "https://github.com/abhisheknrl/MPRAscore" ], [ "https://github.com/R-GENLIB/GENLIB" ], [ "https://github.com/amkozlov/raxml-ng" ], [ "https://github.com/amkozlov/raxml-ng" ], [ "https://github.com/amkozlov/raxml-ng" ], [ "https://github.com/amkozlov/raxml-ng" ], [ "https://github.com/lutteropp/raxml-ng" ], [ "https://github.com/getzlab/rnaseqc" ], [ "https://github.com/minmarg/comer2" ], [ "https://github.com/Federico77z/aScan" ], [ "https://github.com/Oshlack/JAFFA" ], [ "https://github.com/Oshlack/JAFFA" ], [ "https://github.com/Oshlack/JAFFA" ], [ "https://github.com/Oshlack/JAFFA" ], [ "https://github.com/DAIZHENWEI/BDMMA" ], [ "https://github.com/RUBi-ZA/MODE-TASK" ], [ "https://github.com/RUBi-ZA/MODE-TASK" ], [ "https://github.com/RUBi-ZA/MODE-TASK" ], [ "https://github.com/RUBi-ZA/MODE-TASK" ], [ "https://github.com/daihang16/nubeamdedup" ], [ "https://github.com/Shao-Group/aletsch" ], [ "https://github.com/vvvwo/AIVS-project" ], [ "https://github.com/hildebra/Rarefaction" ], [ "https://github.com/KiranJavkar/PRAWNS" ], [ "https://github.com/gear-genomics/tracy" ], [ "https://github.com/jadermcg/biomapp-chip" ], [ "https://github.com/Bulabula45/Readon" ], [ "https://github.com/Simonll/LikelihoodFreePhylogenetics" ], [ "https://github.com/Simonll/LikelihoodFreePhylogenetics" ], [ "https://github.com/Simonll/LikelihoodFreePhylogenetics" ], [ "https://github.com/Simonll/LikelihoodFreePhylogenetics" ], [ "https://github.com/refresh-bio/agc" ], [ "https://github.com/netbiolab/scHumanNet" ], [ "https://github.com/changlabtw/hicmaptools" ], [ "https://github.com/malabz/TPMA" ], [ "https://github.com/GT-NucleicAcids/pnab" ], [ "https://github.com/MBoemo/bcs" ], [ "https://github.com/gdurif/pCMF" ], [ "https://github.com/hzi-bifo/Quasimodo" ], [ "https://github.com/large-scale-gxe-methods/REGEM" ], [ "https://github.com/large-scale-gxe-methods/METAGEM" ], [ "https://github.com/SFGLab/cudaMMC" ], [ "https://github.com/hahnlab/CAGEE" ], [ "https://github.com/usubioinfo/profeatx" ], [ "https://github.com/harmancilab/SVAT" ], [ "https://github.com/pylelab/CSSR" ], [ "https://github.com/KIT-MBS/pycofitness" ], [ "https://github.com/lbroseus/TALC" ], [ "https://github.com/Mesh89/SurVIndel" ], [ "https://github.com/xjtu-omics/MEpurity" ], [ "https://github.com/pratas/cryfa" ], [ "https://github.com/ruolin/strawberry" ], [ "https://github.com/UdeM-LBIT/SuGeT" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rtahmasbi/GeneEvolve" ], [ "https://github.com/UTbioinf/RigInv" ], [ "https://github.com/sys-bio/Libstructural" ], [ "https://github.com/vgteam/vg" ], [ "https://github.com/vgteam/vg" ], [ "https://github.com/vgteam/vg" ], [ "https://github.com/vgteam/vg" ], [ "https://github.com/TimGarrels/LazyFox" ], [ "https://github.com/BenoitMorel/Asteroid" ], [ "https://github.com/bcgsc/btllib" ], [ "https://github.com/bcgsc/btllib" ], [ "https://github.com/bcgsc/btllib" ], [ "https://github.com/bcgsc/btllib" ], [ "https://github.com/phylo42/sherpas" ], [ "https://github.com/ccsb-scripps/AutoDock-Vina" ], [ "https://github.com/wangshanshanCQU/CRTL" ], [ "https://github.com/wangshanshanCQU/MCTL" ], [ "https://github.com/leesael/SNeCT" ], [ "https://github.com/seqan/flexbar" ], [ "https://github.com/cosmo-team/cosmo" ], [ "https://github.com/jeremyhoward/Geno-Diver" ], [ "https://github.com/bioinfogenome/GSP" ], [ "https://github.com/Reedwarbler/REPdenovo" ], [ "https://github.com/LeeMendelowitz/maligner" ], [ "https://github.com/kad-ecoli/pdc" ], [ "https://github.com/heltilda/align3d" ], [ "https://github.com/Shao-Group/rnabridge-denovo" ], [ "https://github.com/Shao-Group/rnabridge-denovo" ], [ "https://github.com/Shao-Group/rnabridge-denovo" ], [ "https://github.com/Shao-Group/rnabridge-denovo" ], [ "https://github.com/COMBINE-lab/salmon" ], [ "https://github.com/qdu-bioinfo/flex-meta-storms" ], [ "https://github.com/zhang134/EdClust" ], [ "https://github.com/HaploKit/vechat" ], [ "https://github.com/Licheng-Guo/AutoBridge" ], [ "https://github.com/kotakasahara/omegagene" ], [ "https://github.com/iziamtso/P3D" ], [ "https://github.com/bioinfomaticsCSU/SCOP" ], [ "https://github.com/B3rse/nessie" ], [ "https://github.com/Parsoa/Nebula" ], [ "https://github.com/bioinfomaticsCSU/BOSS" ], [ "https://github.com/whuang08/TreeScaper" ], [ "https://github.com/marbl/mash" ], [ "https://github.com/Reedwarbler/SpliceJumper" ], [ "https://github.com/zhangy72/LncRNA-ID" ], [ "https://github.com/yoheirosen/vg" ], [ "https://github.com/slawekj/ennet" ], [ "https://github.com/Illumina/manta" ], [ "https://github.com/NGS-lib/NGSplusplus" ], [ "https://github.com/jamshed/CaPS-SA" ], [ "https://github.com/luojunwei/SLHSD" ], [ "https://github.com/CSB-KaracaLab/prot-on" ], [ "https://github.com/birtwistlelab/SPARCED" ], [ "https://github.com/scicompuu/prophaser" ], [ "https://github.com/cbg-ethz/SCIPhIN" ], [ "https://github.com/lmy1019/SRF" ], [ "https://github.com/LLNL/LIST" ], [ "https://github.com/yhhshb/yalff" ], [ "https://github.com/yhhshb/yalff" ], [ "https://github.com/yhhshb/yalff" ], [ "https://github.com/yhhshb/yalff" ], [ "https://github.com/Dalton386/SPM" ], [ "https://github.com/fgvieira/ngsLD" ], [ "https://github.com/medvedevgroup/vargeno" ], [ "https://github.com/davidsun/SAP" ], [ "https://github.com/jxzb1988/PolyQTL" ], [ "https://github.com/bcgsc/ARCS" ], [ "https://github.com/BenoitMorel/AleRax" ], [ "https://github.com/ChristopherWilks/megadepth" ], [ "https://github.com/malabz/FMAlign2" ], [ "https://github.com/ndokmai/sgx-genome-variants-search" ], [ "https://github.com/sriramlab/OrientAGraph" ], [ "https://github.com/tommyhuangthu/FASPR" ], [ "https://github.com/krm15/ACME" ], [ "https://github.com/sandroizidoro/gassmetal-local" ], [ "https://github.com/AutoFlowResearch/SmartPeak" ], [ "https://github.com/RungruangsakTorrissenManoonpong/GrowthEstimate" ], [ "https://github.com/laxmimurali/anklejoint" ], [ "https://github.com/ellipfaehlerUMCG/RaCat" ], [ "https://github.com/KoslickiLab/frac-kmc" ], [ "https://github.com/TheWebMonks/meshmonk" ], [ "https://github.com/xp3i4/mini_benchmark" ], [ "https://github.com/RNABioInfo/rna-interaction-format" ], [ "https://github.com/stop-pre16/sncp" ], [ "https://github.com/tangjiapeng/SkeletonNet" ], [ "https://github.com/mkirsche/sapling" ], [ "https://github.com/Kingsford-Group/diploidsquid" ], [ "https://github.com/YichaoOU/Set_cover_tools" ], [ "https://github.com/zhangzhen/sprites2" ], [ "https://github.com/chopralab/lemon" ], [ "https://github.com/chopralab/lemon" ], [ "https://github.com/chopralab/lemon" ], [ "https://github.com/chopralab/lemon" ], [ "https://github.com/kevinmcgregor/mdine" ], [ "https://github.com/jcna99/PEATH" ], [ "https://github.com/splatlab/debgr" ], [ "https://github.com/funatiq/cuclark" ], [ "https://github.com/kedartatwawadi/GTRAC" ], [ "https://github.com/crclark/optnetaligncpp" ], [ "https://github.com/UCLA-VAST/tapa" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/morispi/CONSENT" ], [ "https://github.com/andreasmang/claire" ], [ "https://github.com/schmeing/ReSeq" ], [ "https://github.com/statisticalbiotechnology/quandenser" ], [ "https://github.com/biointec/blamm" ], [ "https://github.com/HuajuLiang/HypotheticalPolarizationCamera" ], [ "https://github.com/BauerLab/VARSCOT" ], [ "https://github.com/VusionMed/IMAge-enGINE" ], [ "https://github.com/nedashokraneh/IChDA" ], [ "https://github.com/refresh-bio/FaStore" ], [ "https://github.com/skrakau/PureCLIP" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/G2Lab/privateML" ], [ "https://github.com/mritchielab/restrander" ], [ "https://github.com/bo1929/CONSULT-II" ], [ "https://github.com/sysbio-bioinf/Cantata" ], [ "https://github.com/Yoniming/ACO" ], [ "https://github.com/kaist-ina/BWA-MEME" ], [ "https://github.com/djburks/SMM" ], [ "https://github.com/rdcrawford/cognac" ], [ "https://github.com/cpockrandt/genmap" ], [ "https://github.com/maickrau/GraphAligner" ], [ "https://github.com/maickrau/GraphAligner" ], [ "https://github.com/maickrau/GraphAligner" ], [ "https://github.com/maickrau/GraphAligner" ], [ "https://github.com/OSU-BMBL/metaqubic" ], [ "https://github.com/jschellh/ProtSpaM" ], [ "https://github.com/sg-s/xolotl" ], [ "https://github.com/HaploConduct/HaploConduct" ], [ "https://github.com/Yeyke/H-BLAST" ], [ "https://github.com/COMBINE-lab/matryoshka" ], [ "https://github.com/xiaochuanle/MECAT" ], [ "https://github.com/hdaoud/ORBSLAMM" ], [ "https://github.com/ruchiherself/MulRFRepo" ], [ "https://github.com/RabbitBio/RabbitKSSD" ], [ "https://github.com/lucabello/wavelet-hmms" ], [ "https://github.com/JaroSant/EWF" ], [ "https://github.com/yuanhaowang1213/adaptivediffgrid_ex" ], [ "https://github.com/hellosunking/Msuite2" ], [ "https://github.com/robert-winkler/MeteoMex" ], [ "https://github.com/lcmeteor/MSLDOCK" ], [ "https://github.com/luojunwei/LROD" ], [ "https://github.com/ninailieva/SMFS_clustering" ], [ "https://github.com/BorgwardtLab/SiNIMin" ], [ "https://github.com/mzytnicki/mmannot" ], [ "https://github.com/imgag/ngs-bits" ], [ "https://github.com/imgag/ngs-bits" ], [ "https://github.com/imgag/ngs-bits" ], [ "https://github.com/imgag/ngs-bits" ], [ "https://github.com/Serdobe/Probabilistic_Graphlets" ], [ "https://github.com/aritra90/TeraPCA" ], [ "https://github.com/hitbc/deGSM" ], [ "https://github.com/Illumina/ExpansionHunter" ], [ "https://github.com/ncbi/TPMCalculator" ], [ "https://github.com/manuellafond/HyPPO" ], [ "https://github.com/SchulzLab/ORNA" ], [ "https://github.com/sfu-compbio/colormap" ], [ "https://github.com/COMBINE-lab/RapMap" ], [ "https://github.com/CMU-SAFARI/Optimal-Seed-Solver" ], [ "https://github.com/mourisl/Rcorrector" ], [ "https://github.com/shawn-peng/counting-consistent-sub-DAG" ], [ "https://github.com/ding-lab/msisensor" ], [ "https://github.com/Topwood91/FSVA" ], [ "https://github.com/Lilu-guo/Effaln" ], [ "https://github.com/Malfoy/PAC" ], [ "https://github.com/RabbitBio/RabbitFX" ], [ "https://github.com/akiyamalab/restretto" ], [ "https://github.com/kelrenmor/bs3fa" ], [ "https://github.com/bmds-lab/Crackling" ], [ "https://github.com/rwk-unil/xSqueezeIt" ], [ "https://github.com/GXYM/TextPMs" ], [ "https://github.com/qasimyu/grmt" ], [ "https://github.com/guanjue/S3V2_IDEAS_ESMP" ], [ "https://github.com/luojunwei/SLR" ], [ "https://github.com/simonwhelan/Divvier" ], [ "https://github.com/iochoa/MassComp" ], [ "https://github.com/morispi/HG-CoLoR" ], [ "https://github.com/csirac/dynamicDBG" ], [ "https://github.com/cepid-cces/hpccs" ], [ "https://github.com/cepid-cces/hpccs" ], [ "https://github.com/cepid-cces/hpccs" ], [ "https://github.com/cepid-cces/hpccs" ], [ "https://github.com/jianhao2016/METHCOMP" ], [ "https://github.com/gmarcais/minimizers" ], [ "https://github.com/raunaq-m/MultiRes" ], [ "https://github.com/changshuaiwei/gsu" ], [ "https://github.com/pranjalv123/FastRFS" ], [ "https://github.com/Shamir-Lab/Faucet" ], [ "https://github.com/kassonlab/gmxapi" ], [ "https://github.com/ajm/swiftlink" ], [ "https://github.com/axot/GLP" ], [ "https://github.com/jiantao/Tangram" ], [ "https://github.com/jiantao/Tangram" ], [ "https://github.com/jiantao/Tangram" ], [ "https://github.com/jiantao/Tangram" ], [ "https://github.com/qasimyu/amc" ], [ "https://github.com/puls-group/percolation-analyzer" ], [ "https://github.com/bioinformatics-polito/BioSeqZip" ], [ "https://github.com/ViennaRNA/pourRNA" ], [ "https://github.com/baoe/flas" ], [ "https://github.com/takumorizo/OHVarfinDer" ], [ "https://github.com/Oncostat/BenchmarkNCVTools" ], [ "https://github.com/Pbdas/epa-ng" ], [ "https://github.com/ythuang0522/FMOC" ], [ "https://github.com/solonas13/maw" ], [ "https://github.com/borenstein-lab/CoMiDA" ], [ "https://github.com/zhangzhen/sprites" ], [ "https://github.com/kdmurray91/kwip" ], [ "https://github.com/zeeev/wham" ], [ "https://github.com/jermp/fulgor" ], [ "https://github.com/lrobidou/fimpera" ], [ "https://github.com/StochasticBiology/hypercube-hmm" ], [ "https://github.com/qasimyu/scclone" ], [ "https://github.com/matthiasblanke/App-SpaM" ], [ "https://github.com/uym2/tripVote" ], [ "https://github.com/ehodzic/CONETT" ], [ "https://github.com/a-moin/wban-pathloss" ], [ "https://github.com/chenhong-zhou/OM-Net" ], [ "https://github.com/ivan-vishniakou/neural-circuits-vr" ], [ "https://github.com/wxwx1993/Bayesian_IA_Timing" ], [ "https://github.com/yufanzhouonline/HiSIF" ], [ "https://github.com/bioinfologics/sdg" ], [ "https://github.com/ANGSD/ngsRelate" ], [ "https://github.com/yuansliu/bfMEM" ], [ "https://github.com/keio-bioinformatics/mxfold" ], [ "https://github.com/holtzy/LCSLCIS" ], [ "https://github.com/yuansliu/Bicolor" ], [ "https://github.com/UdeS-CoBIUS/aliFreeFold" ], [ "https://github.com/pranjalv123/SVDquest" ], [ "https://github.com/miicTeam/MIIC" ], [ "https://github.com/bioinf-jku/librfn" ], [ "https://github.com/RamanLab/ReactionMiner" ], [ "https://github.com/yechengxi/Sparc" ], [ "https://github.com/Tmyiri/QS-Net" ], [ "https://github.com/LD-Lyndee/scQA" ], [ "https://github.com/marco-oliva/afm" ], [ "https://github.com/ihh/trajectory-likelihood" ], [ "https://github.com/fukunagatsu/Ipm" ], [ "https://github.com/Oshlack/JAFFA" ], [ "https://github.com/Oshlack/JAFFA" ], [ "https://github.com/Oshlack/JAFFA" ], [ "https://github.com/Oshlack/JAFFA" ], [ "https://github.com/shion-h/Umibato" ], [ "https://github.com/HUST-NingKang-Lab/metaPrism" ], [ "https://github.com/hz-zhu/NPD-micro-saccade-detection" ], [ "https://github.com/shimingwang1994/MSDRP" ], [ "https://github.com/yufengwudcs/ScisTree" ], [ "https://github.com/EpistasisLab/ebic" ], [ "https://github.com/chhylp123/FMtree" ], [ "https://github.com/tiehangd/Para_DPMM" ], [ "https://github.com/ratschlab/graph_annotation" ], [ "https://github.com/AluruLab/MCPNet" ], [ "https://github.com/tommyhuangthu/SSIPe" ], [ "https://github.com/statsleelab/gauss" ], [ "https://github.com/alessandronascimento/LiBELa" ], [ "https://github.com/lutteropp/QuartetScores" ], [ "https://github.com/liqiwei2000/BaySeqPeak" ], [ "https://github.com/Shao-Group/SubseqHash2" ], [ "https://github.com/AaronHong1024/afm" ], [ "https://github.com/ShandongUniversityMasterMa/MaxCLK-main" ], [ "https://github.com/Bio-Acc/Chorus" ], [ "https://github.com/VVCodec/PPCM-PWRDO" ], [ "https://github.com/FischerJo/FAME" ], [ "https://github.com/starbeachlab/smoothT" ], [ "https://github.com/BAMeScience/Mistle" ], [ "https://github.com/Sirisha-t/iMPP" ], [ "https://github.com/iqtree/iqtree2" ], [ "https://github.com/iqtree/iqtree2" ], [ "https://github.com/iqtree/iqtree2" ], [ "https://github.com/iqtree/iqtree2" ], [ "https://github.com/psathyrella/partis" ], [ "https://github.com/lukashuebner/ft-raxml-ng" ], [ "https://github.com/wexw/Joint-Registration-of-Multiple-Point-Clouds-for-Fast-Particle-Fusion-in-Localization-Microscopy" ], [ "https://github.com/Parsoa/PingPong" ], [ "https://github.com/BioLab-cz/StLiter" ], [ "https://github.com/yukiteruono/pbsim2" ], [ "https://github.com/Chunhuixu/UBIPredic_QWRCHX" ], [ "https://github.com/bioarch-sjh/bacollite" ], [ "https://github.com/jttoivon/moder2" ], [ "https://github.com/icthrm/cwSDTWnano" ], [ "https://github.com/haiyang1986/Subtype-GAN" ], [ "https://github.com/jnalanko/VOMM" ], [ "https://github.com/NWPU-903PR/DMSC" ], [ "https://github.com/XingjieShi/VIMCO" ], [ "https://github.com/maxhwardg/advanced_multiloops" ], [ "https://github.com/ParBLiSS/bruno" ], [ "https://github.com/yuansliu/HiRGC" ], [ "https://github.com/ExcitedStates/KGS" ], [ "https://github.com/i-git/FIMTrack" ], [ "https://github.com/SaraEl-Metwally/LightAssembler" ], [ "https://github.com/DMU-lilab/GetisDMR" ], [ "https://github.com/COL-IU/Graph2Pro" ], [ "https://github.com/1particle/bin-passing_analyzer" ], [ "https://github.com/BEETL/BEETL" ], [ "https://github.com/weiyangedward/IMMBoost" ], [ "https://github.com/kuojunglee/BayesMGLM" ], [ "https://github.com/seqan/lambda" ], [ "https://github.com/Shao-Group/kmerspace" ], [ "https://github.com/Shao-Group/rnabridge-denovo" ], [ "https://github.com/Shao-Group/rnabridge-denovo" ], [ "https://github.com/Shao-Group/rnabridge-denovo" ], [ "https://github.com/Shao-Group/rnabridge-denovo" ], [ "https://github.com/jiang18/slemm" ], [ "https://github.com/imgag/ngs-bits" ], [ "https://github.com/imgag/ngs-bits" ], [ "https://github.com/imgag/ngs-bits" ], [ "https://github.com/imgag/ngs-bits" ], [ "https://github.com/UCLA-VAST/splag" ], [ "https://github.com/NielsenBerkeleyLab/sconce" ], [ "https://github.com/ahmadpgh/deepSimDEF" ], [ "https://github.com/fukunagatsu/Mirage" ], [ "https://github.com/fukunagatsu/Mirage" ], [ "https://github.com/fukunagatsu/Mirage" ], [ "https://github.com/fukunagatsu/Mirage" ], [ "https://github.com/jianweishuai/TCS" ], [ "https://github.com/fpalini/fastdoopc" ], [ "https://github.com/yangyq505/SSKM_Succ" ], [ "https://github.com/chopralab/lemon" ], [ "https://github.com/chopralab/lemon" ], [ "https://github.com/chopralab/lemon" ], [ "https://github.com/chopralab/lemon" ], [ "https://github.com/Kingsford-Group/CAS_code" ], [ "https://github.com/wzhy2000/higwas" ], [ "https://github.com/FIGOGO/smoothq" ], [ "https://github.com/ComparativeGenomicsToolkit/hal" ], [ "https://github.com/iobio-zjut/CGLFold" ], [ "https://github.com/IEkAdN/BactSNP" ], [ "https://github.com/abikoushi/Bermuda" ], [ "https://github.com/BorgwardtLab/S3M" ], [ "https://github.com/erasmus-center-for-biomics/Nimbus" ], [ "https://github.com/bcgsc/ChopStitch" ], [ "https://github.com/lucian-ilie/SPRINT" ], [ "https://github.com/KlugerLab/Ritornello" ], [ "https://github.com/FastTrackOrg/FastTrack" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/ChengchenZhao/DrSeq2" ], [ "https://github.com/ParBLiSS/kmerind" ], [ "https://github.com/satoken/ractip" ], [ "https://github.com/isovic/graphmap" ], [ "https://github.com/jiantao/Tangram" ], [ "https://github.com/jiantao/Tangram" ], [ "https://github.com/jiantao/Tangram" ], [ "https://github.com/jiantao/Tangram" ], [ "https://github.com/rcanovas/libCSAM" ], [ "https://github.com/rcanovas/libCSAM" ], [ "https://github.com/rcanovas/libCSAM" ], [ "https://github.com/rcanovas/libCSAM" ], [ "https://github.com/luscinius/afcluster" ], [ "https://github.com/Tide-for-PTM-search/Tide-for-PTM-search" ], [ "https://github.com/Shao-Group/irtool" ], [ "https://github.com/Shao-Group/irtool" ], [ "https://github.com/Shao-Group/irtool" ], [ "https://github.com/Shao-Group/irtool" ], [ "https://github.com/Illumina/strelka" ], [ "https://github.com/jianweishuai/Dear-DIA-XMBD" ], [ "https://github.com/RabbitBio/RabbitQCPlus" ], [ "https://github.com/MrZhang176/DNPMSA" ], [ "https://github.com/nimamasoumi/DiffeoRaptor" ], [ "https://github.com/shahidakbarcs/cACP-DeepGram" ], [ "https://github.com/treangenlab/komb" ], [ "https://github.com/fhanau/mspack" ], [ "https://github.com/studla/RYUTO" ], [ "https://github.com/ablab/stringdecomposer" ], [ "https://github.com/ablab/stringdecomposer" ], [ "https://github.com/ablab/stringdecomposer" ], [ "https://github.com/ablab/stringdecomposer" ], [ "https://github.com/AT-CG/VF" ], [ "https://github.com/torognes/swarm" ], [ "https://github.com/guilledufort/RENANO" ], [ "https://github.com/openPupil/Open-PupilEXT" ], [ "https://github.com/netml/sonet" ], [ "https://github.com/millanek/Dsuite" ], [ "https://github.com/biointec/detox" ], [ "https://github.com/abikoushi/lambda" ], [ "https://github.com/ablab/stringdecomposer" ], [ "https://github.com/ablab/stringdecomposer" ], [ "https://github.com/ablab/stringdecomposer" ], [ "https://github.com/ablab/stringdecomposer" ], [ "https://github.com/Tongdongq/darwin-gpu" ], [ "https://github.com/fukunagatsu/LogicomeProfiler" ], [ "https://github.com/vpc-ccg/circminer" ], [ "https://github.com/lxwgcool/CircDBG" ], [ "https://github.com/baharpan/cosmo" ], [ "https://github.com/lsyads/fisheye-ORB-SLAM" ], [ "https://github.com/screamer/NetCoffee2" ], [ "https://github.com/harmancilab/EpiSAFARI" ], [ "https://github.com/medvedevgroup/HowDeSBT" ], [ "https://github.com/yaobaiwei/PPA-Assembler" ], [ "https://github.com/niu-lab/gclust" ], [ "https://github.com/XuegongLab/D2R_codes" ], [ "https://github.com/vidarmehr/ChIPWig-v2" ], [ "https://github.com/songc001/remilo" ], [ "https://github.com/montecuollo/E2FM" ], [ "https://github.com/nwpu134/DBH" ], [ "https://github.com/soedinglab/MMseqs" ], [ "https://github.com/BioprocessdesignLab/COSMOS" ], [ "https://github.com/TGAC/KAT" ], [ "https://github.com/GregoryFaust/samblaster" ], [ "https://github.com/pogudingleb/mueller_matrices" ], [ "https://github.com/atfrank/RNAPosers" ], [ "https://github.com/CoREse/kled" ], [ "https://github.com/haplotype/kindred" ], [ "https://github.com/vtman/PerFSeeB" ], [ "https://github.com/cces-cepid/massccs" ], [ "https://github.com/scoutzxb/CscoreTool-M" ], [ "https://github.com/iqtree/iqtree2" ], [ "https://github.com/iqtree/iqtree2" ], [ "https://github.com/iqtree/iqtree2" ], [ "https://github.com/iqtree/iqtree2" ], [ "https://github.com/tlemane/kmtricks" ], [ "https://github.com/maryamrabiee/quco" ], [ "https://github.com/zhang134/kngMap" ], [ "https://github.com/genetronhealth/uvc" ], [ "https://github.com/BioinformaticsToolsmith/Identity" ], [ "https://github.com/thuxugang/opus_rota3" ], [ "https://github.com/Mijan/LFNS_paper" ], [ "https://github.com/guilledufort/EnanoFASTQ" ], [ "https://github.com/JianCong-WENG/IterCluster" ], [ "https://github.com/AlgoLab/shark" ], [ "https://github.com/anlin00007/OnTAD" ], [ "https://github.com/beiko-lab/gengis" ], [ "https://github.com/tsnorri/panvc3" ], [ "https://github.com/usnistgov/cyrsoxs" ], [ "https://github.com/jaak-s/macau" ], [ "https://github.com/dstahlke/gnuplot-iostream" ], [ "https://github.com/Zilong-Li/vcfpp" ], [ "https://github.com/JeremyPike/RSMLM" ], [ "https://github.com/adbailey4/nanopolish" ], [ "https://github.com/benjaminjack/pinetree" ], [ "https://github.com/maureensmith/MIMEAnTo" ], [ "https://github.com/yesint/EnCurv" ], [ "https://github.com/qdu-bioinfo/hierarchical-meta-storms" ], [ "https://github.com/qdu-bioinfo/hrms" ], [ "https://github.com/refresh-bio/GTShark" ], [ "https://github.com/russcd/SELAM" ], [ "https://github.com/zqfang/haplomap" ], [ "https://github.com/KlugerLab/FIt-SNE" ], [ "https://github.com/phylo42/EPIK" ], [ "https://github.com/phylo42/IPK" ], [ "https://github.com/s-will/LocARNA" ], [ "https://github.com/iskana/PBWT-sec" ], [ "https://github.com/ratschlab/PBWT-sec" ], [ "https://github.com/edawson/gfakluge" ], [ "https://github.com/mcveanlab/DEploid-r" ], [ "https://github.com/wbieniec/copmem" ], [ "https://github.com/refresh-bio/kmer-db" ], [ "https://github.com/mcveanlab/DEploid" ], [ "https://github.com/labinfo-lncc/mnmer" ], [ "https://github.com/delocalizer/streammd" ], [ "https://github.com/abadona/qsimscan" ], [ "https://github.com/haidyi/cvxbiclustr" ], [ "https://github.com/xbjin/cgvr" ], [ "https://github.com/soedinglab/wish" ], [ "https://github.com/lsaravia/mfsba" ], [ "https://github.com/MattClarkson/CMakeCatchTemplate" ], [ "https://github.com/continuous-symmetry-measure/csm" ], [ "https://github.com/maickrau/MBG" ], [ "https://github.com/galenbr/2021ActiveVision" ], [ "https://github.com/DecodeGenetics/popSTR" ], [ "https://github.com/DecodeGenetics/popSTR" ], [ "https://github.com/DecodeGenetics/popSTR" ], [ "https://github.com/DecodeGenetics/popSTR" ], [ "https://github.com/nicolaprezza/ebwt2snp" ], [ "https://github.com/kojikoji/EMWER" ], [ "https://github.com/BelindaHernandez/BART-BMA" ], [ "https://github.com/rdzhao/ProteinPocketDetection" ], [ "https://github.com/abikoushi/enigma" ], [ "https://github.com/louisgt/SodaPop" ], [ "https://github.com/kekegg/HCSA" ], [ "https://github.com/pblischak/polyploid-genotyping" ], [ "https://github.com/vpc-ccg/pamir" ], [ "https://github.com/shubhamchandak94/HARC" ], [ "https://github.com/GuipengLi/ChIA-PET2" ], [ "https://github.com/MICCoM/SSAGES-public" ], [ "https://github.com/SBU-BMI/region-templates" ], [ "https://github.com/cui-lab/multigems" ], [ "https://github.com/Gabaldonlab/redundans" ], [ "https://github.com/armintoepfer/haploclique" ], [ "https://github.com/refresh-bio/protestar" ], [ "https://github.com/hsinnan75/SpliceAPP" ], [ "https://github.com/dlcgold/muPBWT" ], [ "https://github.com/transgenomicsosu/SNP-SELECT" ], [ "https://github.com/algbio/efg-mems" ], [ "https://github.com/gambalab/DREEP" ], [ "https://github.com/biointec/nexus" ], [ "https://github.com/marbl/MashMap" ], [ "https://github.com/illumina/REViewer" ], [ "https://github.com/Christina-hshi/CQF-deNoise" ], [ "https://github.com/Christina-hshi/SH-assembly" ], [ "https://github.com/lorrainea/CNEFinder" ], [ "https://github.com/medicalinformatics/SecureEpilinker" ], [ "https://github.com/beagle-dev/beagle-lib" ], [ "https://github.com/mutalyzer/description-extractor" ], [ "https://github.com/vgteam/libhandlegraph" ], [ "https://github.com/vgteam/libbdsg" ], [ "https://github.com/DecodeGenetics/BamHash" ], [ "https://github.com/ecogenomicscanada/Seq2Sat" ], [ "https://github.com/maickrau/GraphAligner" ], [ "https://github.com/maickrau/GraphAligner" ], [ "https://github.com/maickrau/GraphAligner" ], [ "https://github.com/maickrau/GraphAligner" ], [ "https://github.com/pelinakan/UBD" ], [ "https://github.com/ferlicjl/diffpop" ], [ "https://github.com/zhangxaochen/CuFusion" ], [ "https://github.com/kyzhu/assembltrie" ], [ "https://github.com/minmarg/comer" ], [ "https://github.com/OpenWaterAnalytics/epanet-dev" ], [ "https://github.com/amkozlov/raxml-ng" ], [ "https://github.com/amkozlov/raxml-ng" ], [ "https://github.com/amkozlov/raxml-ng" ], [ "https://github.com/amkozlov/raxml-ng" ], [ "https://github.com/sib-swiss/Knoto-ID" ], [ "https://github.com/rwk-unil/parallel_pbwt" ], [ "https://github.com/pmelsted/bifrost" ], [ "https://github.com/lidq92/mpeg-pcc-tmc13" ], [ "https://github.com/zhaoxiaofei/BinDash" ], [ "https://github.com/Martinsos/edlib" ], [ "https://github.com/sbg/VBT-TrioAnalysis" ], [ "https://github.com/evoldoers/historian" ], [ "https://github.com/FastMLC/fMLC" ], [ "https://github.com/bcgsc/btllib" ], [ "https://github.com/bcgsc/btllib" ], [ "https://github.com/bcgsc/btllib" ], [ "https://github.com/bcgsc/btllib" ], [ "https://github.com/ggonnella/gfaviz" ], [ "https://github.com/puzzlepaint/surfelmeshing" ], [ "https://github.com/FePhyFoFum/phyx" ], [ "https://github.com/SpatialTranscriptomicsResearch/st_viewer" ], [ "https://github.com/bionetslab/robust-eval" ], [ "https://github.com/Vaa3D/vaa3d_tools" ], [ "https://github.com/abdullah009/kcmbt_mt" ], [ "https://github.com/liusen1006/MLCS" ], [ "https://github.com/arttumiettinen/pi2" ], [ "https://github.com/sebastiandaberdaku/AntibodyInterfacePrediction" ], [ "https://github.com/TheAngryFox/ModelExplorer" ], [ "https://github.com/jvhoutte/equisim" ], [ "https://github.com/alshai/rowbowt" ], [ "https://github.com/sys-bio/antimony" ], [ "https://github.com/zju3dv/CoLi-BA" ], [ "https://github.com/statgen/savvy" ], [ "https://github.com/hellosunking/Msuite" ], [ "https://github.com/hellosunking/Msuite" ], [ "https://github.com/hellosunking/Msuite" ], [ "https://github.com/hellosunking/Msuite" ], [ "https://github.com/ddarriba/modeltest" ], [ "https://github.com/MrAlexSee/sopang" ], [ "https://github.com/illumina/marvin" ], [ "https://github.com/dstoeckel/causaltrail" ], [ "https://github.com/masoud-monajati/MedVL_pretraining_pipeline" ], [ "https://github.com/cvg/pixel-perfect-sfm" ], [ "https://github.com/blackrim/treePL" ], [ "https://github.com/danini/graph-cut-ransac" ], [ "https://github.com/hguo/ftk" ], [ "https://github.com/kowallus/PgRC" ], [ "https://github.com/SinOncology/BreakID" ], [ "https://github.com/scoutzxb/CscoreTool" ], [ "https://github.com/refresh-bio/vcfshark" ], [ "https://github.com/vvvwo/II-resampling" ], [ "https://github.com/rcanovas/libCSAM" ], [ "https://github.com/rcanovas/libCSAM" ], [ "https://github.com/rcanovas/libCSAM" ], [ "https://github.com/rcanovas/libCSAM" ], [ "https://github.com/nedaz/cola" ], [ "https://github.com/koeppl/phoni" ], [ "https://github.com/Shen-Lab/LOIS" ], [ "https://github.com/bioinformatics-centre/bayesembler" ], [ "https://github.com/Vfold-RNA/RLDOCK" ], [ "https://github.com/alevar/tiebrush" ], [ "https://github.com/tvpham/msproteomics" ], [ "https://github.com/ChaissonLab/LRA" ], [ "https://github.com/maickrau/ribotin" ], [ "https://github.com/Transipedia/KaMRaT" ], [ "https://github.com/olliemcdonald/siapopr" ], [ "https://github.com/smithlabcode/walt" ], [ "https://github.com/ITBE-Lab/MA" ], [ "https://github.com/ksahlin/strobealign" ], [ "https://github.com/fukunagatsu/Mirage" ], [ "https://github.com/fukunagatsu/Mirage" ], [ "https://github.com/fukunagatsu/Mirage" ], [ "https://github.com/fukunagatsu/Mirage" ], [ "https://github.com/0x462e41/SS3D" ], [ "https://github.com/tvpham/iq" ], [ "https://github.com/BGI-shenzhen/PopLDdecay" ], [ "https://github.com/bioinfomaticsCSU/GapReduce" ], [ "https://github.com/suhrig/pingpongpro" ], [ "https://github.com/ghzuo/cvtree" ], [ "https://github.com/ythuang0522/StriDe" ], [ "https://github.com/gymrek-lab/longtr" ], [ "https://github.com/gymrek-lab/longtr" ], [ "https://github.com/gymrek-lab/longtr" ], [ "https://github.com/gymrek-lab/longtr" ], [ "https://github.com/keeganhk/PointVST" ], [ "https://github.com/kad-ecoli/BeEM" ], [ "https://github.com/UDC-GAC/ParRADMeth" ], [ "https://github.com/marco-oliva/r-pfbwt" ], [ "https://github.com/csms-ethz/CombiFF" ], [ "https://github.com/trainsn/GNN-Surrogate" ], [ "https://github.com/citiususc/veryfasttree" ], [ "https://github.com/Ha0Tang/DDLCN" ], [ "https://github.com/sunwj/CAR" ], [ "https://github.com/GATB/simka" ], [ "https://github.com/AlanLuSun/High-quality-ellipse-detection" ], [ "https://github.com/vsepulve/relz_fs" ], [ "https://github.com/ridgelab/Kmer-SSR" ], [ "https://github.com/AstraZeneca-NGS/disambiguate" ], [ "https://github.com/leesael/GIFT" ], [ "https://github.com/hirvolt1/debruijn-motif" ], [ "https://github.com/melop/admixem" ], [ "https://github.com/azofeifa/Tfit" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/qibebt-bioinfo/dynamic-meta-storms" ], [ "https://github.com/xingxuejun1989/SCVC" ], [ "https://github.com/selfdecode/rd-eztraits" ], [ "https://github.com/prs-group/TUNNEX" ], [ "https://github.com/tsudalab/mp-lamp" ], [ "https://github.com/hitbc/rMFilter" ], [ "https://github.com/modsim/hops" ], [ "https://github.com/rvaser/sword" ], [ "https://github.com/PetarV-/muxstep" ], [ "https://github.com/gabraham/flashpca" ], [ "https://github.com/bioinfomaticsCSU/EPGA2" ], [ "https://github.com/sheikhizadeh/ACE" ], [ "https://github.com/abikoushi/moltenNMF" ], [ "https://github.com/Kingsford-Group/jellyfishsim" ], [ "https://github.com/ratschlab/secedo" ], [ "https://github.com/philres/ngmlr" ], [ "https://github.com/Kuanhao-Chao/Wheeler_Graph_Toolkit" ], [ "https://github.com/topasmc/dicom-interface" ], [ "https://github.com/aarjas/dynBGP" ], [ "https://github.com/paolapesantez/biLouvain" ], [ "https://github.com/imbs-hl/ranger" ], [ "https://github.com/datngu/Circall" ], [ "https://github.com/pezmaster31/bamtools" ], [ "https://github.com/gymrek-lab/longtr" ], [ "https://github.com/gymrek-lab/longtr" ], [ "https://github.com/gymrek-lab/longtr" ], [ "https://github.com/gymrek-lab/longtr" ], [ "https://github.com/horvatovichlab/MSIWarp" ], [ "https://github.com/AllanClark/Rcppocc" ], [ "https://github.com/WJmodels/SRCV" ], [ "https://github.com/arzwa/morph-bulk" ], [ "https://github.com/Simonll/LikelihoodFreePhylogenetics" ], [ "https://github.com/Simonll/LikelihoodFreePhylogenetics" ], [ "https://github.com/Simonll/LikelihoodFreePhylogenetics" ], [ "https://github.com/Simonll/LikelihoodFreePhylogenetics" ], [ "https://github.com/CEMSFlannigan/UEMtomaton" ], [ "https://github.com/ZachariasLab/GoCa" ], [ "https://github.com/wanderine/BROCCOLI" ], [ "https://github.com/at-cg/ContainX" ], [ "https://github.com/biovault/SCHNELpy" ], [ "https://github.com/pylelab/Arena" ], [ "https://github.com/WPC-WHU/GROR" ], [ "https://github.com/PCAubin/GRISLI" ], [ "https://github.com/Ding-Liu/DeepDenoising" ], [ "https://github.com/OpenGene/fastp" ], [ "https://github.com/alexandrutomescu/MixedPerfectPhylogeny" ], [ "https://github.com/fgvieira/ngsF-HMM" ], [ "https://github.com/cjri/samfire" ], [ "https://github.com/ChrisMaherLab/INTEGRATE-Neo" ], [ "https://github.com/discretedynamics/cyclone" ], [ "https://github.com/hhaentze/MaskedPangenie" ], [ "https://github.com/tlemane/kmdiff" ], [ "https://github.com/seqan/needle" ], [ "https://github.com/lppllppl920/SAGE-SLAM" ], [ "https://github.com/kamimrcht/REINDEER" ], [ "https://github.com/so-nakashima/Lineage-EM-algorithm" ], [ "https://github.com/cartoonist/psi" ], [ "https://github.com/IFL-CAMP/pose_regularization" ], [ "https://github.com/ncbi/SKESA" ], [ "https://github.com/TravisWheelerLab/ULTRA" ], [ "https://github.com/sebwouters/chemps2" ], [ "https://github.com/ablab/spades" ], [ "https://github.com/ablab/spades" ], [ "https://github.com/ablab/spades" ], [ "https://github.com/ablab/spades" ], [ "https://github.com/algbio/themisto" ], [ "https://github.com/youweiliang/Multi-view_Graph_Learning" ], [ "https://github.com/junjun-jiang/MSSG" ], [ "https://github.com/danini/magsac" ], [ "https://github.com/TulsaBioinformaticsToolsmith/Look4TRs" ], [ "https://github.com/BackofenLab/IntaRNA" ], [ "https://github.com/MattCzajkowski/GenCoF" ], [ "https://github.com/alexfreudenberg/miraculix" ], [ "https://github.com/niemasd/ViralConsensus" ], [ "https://github.com/jhhung/kISS" ], [ "https://github.com/RolandFaure/QuickDeconvolution" ], [ "https://github.com/sarahet/RLM" ], [ "https://github.com/jzbio/MultiTrans" ], [ "https://github.com/ZJULearning/SSG" ], [ "https://github.com/hahnlab/CAFE5" ], [ "https://github.com/InfOmics/PANPROVA" ], [ "https://github.com/hellosunking/Ktrim" ], [ "https://github.com/yhhshb/yalff" ], [ "https://github.com/yhhshb/yalff" ], [ "https://github.com/yhhshb/yalff" ], [ "https://github.com/yhhshb/yalff" ], [ "https://github.com/sequencing/NxTrim" ], [ "https://github.com/rrwick/Bandage" ], [ "https://github.com/odenas/indexed_ms" ], [ "https://github.com/gr8lawrence/ARTDeConv" ], [ "https://github.com/jennprk/diffsig" ], [ "https://github.com/dnbaker/dashing" ], [ "https://github.com/boaguilar/SDDScontrol" ], [ "https://github.com/ZekunYin/RabbitQC" ], [ "https://github.com/eukaryo/czno" ], [ "https://github.com/KazukiSakura/cHFS" ], [ "https://github.com/Cassie94/LSTD" ], [ "https://github.com/RUBi-ZA/MODE-TASK" ], [ "https://github.com/RUBi-ZA/MODE-TASK" ], [ "https://github.com/RUBi-ZA/MODE-TASK" ], [ "https://github.com/RUBi-ZA/MODE-TASK" ], [ "https://github.com/HIT-Bioinformatics/rHAT" ], [ "https://github.com/statisticalbiotechnology/maracluster" ], [ "https://github.com/yiq/SubcloneSeeker" ], [ "https://github.com/ValeevGroup/libintx" ], [ "https://github.com/wsakobe/CylinderTag" ], [ "https://github.com/jkawulok/cometa" ], [ "https://github.com/Mblakey/wiswesser" ], [ "https://github.com/bonsai-team/Porechop_ABI" ], [ "https://github.com/seqan/seqan" ], [ "https://github.com/DecodeGenetics/popSTR" ], [ "https://github.com/DecodeGenetics/popSTR" ], [ "https://github.com/DecodeGenetics/popSTR" ], [ "https://github.com/DecodeGenetics/popSTR" ], [ "https://github.com/AbbaszadehO/DKGN" ], [ "https://github.com/gjun/muCNV" ], [ "https://github.com/ZekunYin/RabbitMash" ], [ "https://github.com/fwhelan/coinfinder" ], [ "https://github.com/HormozdiariLab/TAD-fusion-score" ], [ "https://github.com/superxuang/caffe_3d_faster_rcnn" ], [ "https://github.com/refresh-bio/GTC" ], [ "https://github.com/ddarriba/ForeSeqs" ], [ "https://github.com/jksr/ballcools" ], [ "https://github.com/marbl/parsnp" ], [ "https://github.com/wbieniec/copmem2" ], [ "https://github.com/Shao-Group/irtool" ], [ "https://github.com/Shao-Group/irtool" ], [ "https://github.com/Shao-Group/irtool" ], [ "https://github.com/Shao-Group/irtool" ], [ "https://github.com/yaoyx689/AMM_NRR" ], [ "https://github.com/namsyvo/RandAL" ], [ "https://github.com/jchow32/MAGI-MS" ], [ "https://github.com/jeremy-levy/Classification-of-audio-signals-using-spectrogram-surfaces-and-extrinsic-distortion-measures" ], [ "https://github.com/jermp/sshash" ], [ "https://github.com/refresh-bio/phist" ], [ "https://github.com/morispi/LRez" ], [ "https://github.com/LoicPeter/evaluation-deformable-registration" ], [ "https://github.com/drbergman/PhysiPKPD" ], [ "https://github.com/Coaxecva/LongAGE" ], [ "https://github.com/nluhmann/BlastFrost" ], [ "https://github.com/ablab/TandemTools" ], [ "https://github.com/sahlenlab/HiCapTools" ], [ "https://github.com/cchauve/lrcstats" ], [ "https://github.com/realbigws/DeepCNF_AUC" ], [ "https://github.com/lmrodriguezr/nonpareil" ], [ "https://github.com/medvedevgroup/varmatch" ], [ "https://github.com/expectorlin/DR-Attacker" ], [ "https://github.com/jhhung/EARRINGS" ], [ "https://github.com/kodaim1115/CYBERTRACK2" ], [ "https://github.com/cepid-cces/hpccs" ], [ "https://github.com/cepid-cces/hpccs" ], [ "https://github.com/cepid-cces/hpccs" ], [ "https://github.com/cepid-cces/hpccs" ], [ "https://github.com/sahandk/HINTRA" ], [ "https://github.com/qasimyu/scssim" ], [ "https://github.com/refresh-bio/Whisper" ], [ "https://github.com/simonwhelan/prequal" ], [ "https://github.com/hellosunking/Msuite" ], [ "https://github.com/hellosunking/Msuite" ], [ "https://github.com/hellosunking/Msuite" ], [ "https://github.com/hellosunking/Msuite" ], [ "https://github.com/bibip-impmc/mypmfs" ], [ "https://github.com/dwinter/accuMUlate" ], [ "https://github.com/atfrank/PCASA" ], [ "https://github.com/ahmed-fakhry/dive" ], [ "https://github.com/arq5x/bits" ] ], "fillcolor": "rgba(255,255,255,0)", "hoveron": "points", "hovertemplate": "Primary language=C++
Time of Existence (days)=%{x}
Repository URL=%{customdata[0]}", "jitter": 0, "legendgroup": "C++", "line": { "color": "rgba(255,255,255,0)" }, "marker": { "color": "#EF553B", "symbol": "line-ns-open" }, "name": "C++", "offsetgroup": "C++", "showlegend": false, "type": "box", "x": [ 2007, 2566, 3144, 398, 1261, 1700, 2685, 3125, 2037, 1036, 1213, 836, 757, 268, 1020, 2854, 3578, 3578, 3578, 3578, 120, 633, 878, 4911, 4911, 4911, 4911, 2543, 113, 376, 539, 807, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1529, 147, 1038, 2700, 2700, 2700, 2700, 1000, 2545, 1731, 29, 3102, 3102, 3102, 3102, 566, 2321, 2321, 2321, 2321, 374, 1560, 1427, 2746, 871, 2196, 55, 140, 2597, 2597, 2597, 2597, 817, 724, 3233, 615, 2408, 1205, 434, 1135, 1029, 985, 263, 2666, 272, 454, 510, 390, 0, 1199, 0, 2679, 2290, 55, 2960, 2960, 2960, 2960, 2960, 2960, 2960, 2960, 2960, 1058, null, 187, 3578, 3578, 3578, 3578, 484, 790, 1737, 1737, 1737, 1737, 601, 1475, 0, 0, 438, 1417, 3610, 853, 494, 2275, 808, 179, 1419, 862, 862, 862, 862, 3283, 147, 1534, 572, 739, 3017, 54, 84, 151, 1426, 1065, 1266, 2287, 0, 170, 1177, 219, 2238, 727, 76, 0, 798, 1500, 1890, 1749, 207, 169, 674, 674, 674, 674, 10, 2934, 413, 500, 281, 2849, 324, 1930, 320, 365, 1194, 1265, 3474, 716, 1689, 0, 1481, 601, 16, 1882, null, 818, 2060, 299, 917, 0, 331, 233, 700, 700, 700, 700, 999, 90, 1444, 648, 141, 875, 1773, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 2006, 1890, 631, 1362, 1155, 257, 739, 0, 330, 1765, 1533, 2960, 2960, 2960, 2960, 2960, 2960, 2960, 2960, 2960, 32, 845, 1248, 491, 118, 1034, 329, 520, 1953, 2453, 2453, 2453, 2453, 285, 516, 2038, 1233, 684, 1040, 802, 256, 0, 588, 1282, 617, 272, 973, 764, 331, 426, 341, 413, 2197, 3316, 3316, 3316, 3316, 0, 1509, 0, 2629, 2626, 223, 1788, 628, 1311, 312, 3476, 2644, 2658, 79, 0, 813, 515, 1498, 412, 1168, 885, 1124, 0, 1212, 966, 727, 510, 1392, 1028, 878, 878, 878, 878, 224, 86, 151, 134, 2083, 781, 9306, 2127, 1090, 901, 901, 901, 901, 80, 188, 253, 1925, 102, 761, 267, 2484, 0, 2699, 748, 1402, 1406, 1458, 434, 775, 671, 182, 1042, 1420, 532, 0, 312, 511, 426, 550, 1689, 3234, 549, 1597, 770, 888, 39, 961, 1039, 1463, 420, 878, 323, 28, 118, 903, 95, 3102, 3102, 3102, 3102, 87, 509, 253, 0, 1050, 404, 167, 382, 336, 412, 1289, 895, 2947, 1056, 27, 300, 250, 310, 413, 0, 2242, 1145, 1040, 985, 5259, 5259, 5259, 5259, 5768, 1519, 852, 1035, 0, 593, 311, 2099, 1500, 623, 1461, 529, 0, 477, 680, 1697, 1208, 1175, 1020, 460, 256, 434, 317, 4095, 151, 0, 3787, 683, 862, 862, 862, 862, 798, 3316, 3316, 3316, 3316, 449, 189, 1684, 541, 541, 541, 541, 28, 0, 0, 700, 700, 700, 700, 1344, 1571, 104, 4501, 433, 21, 209, 1733, 299, 807, 1329, 826, 2214, 2960, 2960, 2960, 2960, 2960, 2960, 2960, 2960, 2960, 2038, 1601, 4831, 896, 901, 901, 901, 901, 1990, 1990, 1990, 1990, 155, 284, 255, 255, 255, 255, 2311, 667, 1112, null, 37, 392, 1445, 150, 1586, 1089, 1089, 1089, 1089, 325, 4166, 66, 1101, 0, 1841, 685, 536, 1089, 1089, 1089, 1089, 204, 401, 1204, 744, 1748, 98, 222, 266, 2318, 792, 1131, 136, 41, 389, 131, 0, 513, 2, 3458, 2304, 48, 1100, 960, 414, 373, 401, 56, 5259, 5259, 5259, 5259, 1197, 395, 1, 1758, 730, 103, 313, 153, 6, 818, 1093, 1742, 686, 1132, 2154, 5072, 703, 158, 2493, 2155, 1825, 1565, 155, 401, 1254, 2462, 1600, 1213, 1953, 1924, 5006, 1563, 27, 2229, 751, 279, 2329, 984, 748, 360, 4903, 532, 0, 1527, 1455, 2431, 5504, 1376, 533, 3334, 3334, 3334, 3334, 478, 737, 29, 0, 388, 738, 29, 1348, 1378, 1063, 1018, 2012, 764, 238, 3342, 1206, 327, 0, 257, 394, 64, 231, 557, 2532, 1099, 590, 639, 1467, 1177, 5469, 2524, 1982, 3581, 2042, 734, 2453, 2453, 2453, 2453, 1784, 199, 3508, 427, 246, 2366, 2700, 2700, 2700, 2700, 488, 704, 4829, 1158, 2201, 3376, 539, 1869, 611, 1737, 1737, 1737, 1737, 376, 702, 5162, 2741, 147, 4530, 112, 0, 1711, 1028, 69, 125, 707, 5878, 119, 2890, 237, 237, 237, 237, 2533, 775, 542, 2434, 47, 762, 4541, 2471, 2045, 1024, 519, 1075, 517, 531, 1990, 1990, 1990, 1990, 1394, 775, 660, 151, 1289, 1580, 165, 1805, 417, 1582, 1792, 2839, 2329, 1108, 541, 541, 541, 541, 422, 1485, 2229, 904, 1595, 3444, 317, 908, 908, 908, 908, 0, 604, 0, 235, 384, 886, 1884, 850, 1055, 2456, 1345, 598, 799, 1723, 334, 0, 3253, 1681, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 609, 112, 932, 734, 270, 1242, 1466, 1929, 627, 2463, 727, 971, 847, 86, 537, 3294, 635, 1615, 13, 1678, 3605, 866, 5572, 908, 908, 908, 908, 575, 1037, 51, 979, 2597, 2597, 2597, 2597, 536, 197, 1815, 504, 80, 465, 483, 750, 385, 2437, 120, 3445, 3052, 546, 1461, 1317, 1024, 1461, 336, 1737, 0, 1611, 300, 2017, 2575, 3033, 4911, 4911, 4911, 4911, 1729, 120, 5, 1739, 198, 2954, 337, 98, 605, 175, 1181, 843, 297, 1600, 2200, 231, 1593, 674, 674, 674, 674, 1399, 2669, 1926, 472, 730, 1750, 282, 1058, 1099, 49, 2175, 2321, 2321, 2321, 2321, 144, 2583, 515, 1195, 543, 330, 529, 2492, 4314, 3334, 3334, 3334, 3334, 259, 1766, 3180, 2008, 343, 278, 1847, 2366, 343, 3643, 231, 255, 255, 255, 255, 1, 930, 262, 13, 907, 1035, 876, 49, 1025, 141, 926, 296, 1871, 719, 1103, 4383, 984, 367, 1581, 107, 878, 878, 878, 878, 216, 281, 1453, 1342, 237, 237, 237, 237, 1072, 1611, 1140, 82, 1715 ], "xaxis": "x3", "yaxis": "y3" }, { "alignmentgroup": "True", "customdata": [ [ "https://github.com/ekg/seqwish" ], [ "https://github.com/jltsiren/gbwt" ], [ "https://github.com/jltsiren/gcsa2" ], [ "https://github.com/yuantailing/two-layer-qrcode" ], [ "https://github.com/Benjamin-Crysup/proderal" ], [ "https://github.com/jltsiren/gbwtgraph" ], [ "https://github.com/gpertea/gffread" ], [ "https://github.com/gpertea/gffcompare" ], [ "https://github.com/pangenome/odgi" ], [ "https://github.com/brianjimenez/lightdock" ], [ "https://github.com/iqtree/decenttree" ], [ "https://github.com/Benjamin-Crysup/prosynar" ], [ "https://github.com/elyawy/SpartaSim" ], [ "https://github.com/fmfi-compbio/osprey" ], [ "https://github.com/alshai/levioSAM" ], [ "https://github.com/DKMS/hapl-o-Mat" ], [ "https://github.com/vgteam/vg" ], [ "https://github.com/vgteam/vg" ], [ "https://github.com/vgteam/vg" ], [ "https://github.com/vgteam/vg" ], [ "https://github.com/romaingroux/SPar-K" ], [ "https://github.com/Rong-Zh/GWLD" ], [ "https://github.com/vgl-hub/gfastats" ], [ "https://github.com/ablab/spades" ], [ "https://github.com/ablab/spades" ], [ "https://github.com/ablab/spades" ], [ "https://github.com/ablab/spades" ], [ "https://github.com/dnanexus-rnd/GLnexus" ], [ "https://github.com/LongTarget/Fasim-LongTarget" ], [ "https://github.com/RabbitBio/RabbitUniq" ], [ "https://github.com/RabbitBio/RabbitV" ], [ "https://github.com/uio-bmi/compairr" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/ocbe-uio/bayesynergy" ], [ "https://github.com/abhisheknrl/MPRAscore" ], [ "https://github.com/R-GENLIB/GENLIB" ], [ "https://github.com/amkozlov/raxml-ng" ], [ "https://github.com/amkozlov/raxml-ng" ], [ "https://github.com/amkozlov/raxml-ng" ], [ "https://github.com/amkozlov/raxml-ng" ], [ "https://github.com/lutteropp/raxml-ng" ], [ "https://github.com/getzlab/rnaseqc" ], [ "https://github.com/minmarg/comer2" ], [ "https://github.com/Federico77z/aScan" ], [ "https://github.com/Oshlack/JAFFA" ], [ "https://github.com/Oshlack/JAFFA" ], [ "https://github.com/Oshlack/JAFFA" ], [ "https://github.com/Oshlack/JAFFA" ], [ "https://github.com/DAIZHENWEI/BDMMA" ], [ "https://github.com/RUBi-ZA/MODE-TASK" ], [ "https://github.com/RUBi-ZA/MODE-TASK" ], [ "https://github.com/RUBi-ZA/MODE-TASK" ], [ "https://github.com/RUBi-ZA/MODE-TASK" ], [ "https://github.com/daihang16/nubeamdedup" ], [ "https://github.com/Shao-Group/aletsch" ], [ "https://github.com/vvvwo/AIVS-project" ], [ "https://github.com/hildebra/Rarefaction" ], [ "https://github.com/KiranJavkar/PRAWNS" ], [ "https://github.com/gear-genomics/tracy" ], [ "https://github.com/jadermcg/biomapp-chip" ], [ "https://github.com/Bulabula45/Readon" ], [ "https://github.com/Simonll/LikelihoodFreePhylogenetics" ], [ "https://github.com/Simonll/LikelihoodFreePhylogenetics" ], [ "https://github.com/Simonll/LikelihoodFreePhylogenetics" ], [ "https://github.com/Simonll/LikelihoodFreePhylogenetics" ], [ "https://github.com/refresh-bio/agc" ], [ "https://github.com/netbiolab/scHumanNet" ], [ "https://github.com/changlabtw/hicmaptools" ], [ "https://github.com/malabz/TPMA" ], [ "https://github.com/GT-NucleicAcids/pnab" ], [ "https://github.com/MBoemo/bcs" ], [ "https://github.com/gdurif/pCMF" ], [ "https://github.com/hzi-bifo/Quasimodo" ], [ "https://github.com/large-scale-gxe-methods/REGEM" ], [ "https://github.com/large-scale-gxe-methods/METAGEM" ], [ "https://github.com/SFGLab/cudaMMC" ], [ "https://github.com/hahnlab/CAGEE" ], [ "https://github.com/usubioinfo/profeatx" ], [ "https://github.com/harmancilab/SVAT" ], [ "https://github.com/pylelab/CSSR" ], [ "https://github.com/KIT-MBS/pycofitness" ], [ "https://github.com/lbroseus/TALC" ], [ "https://github.com/Mesh89/SurVIndel" ], [ "https://github.com/xjtu-omics/MEpurity" ], [ "https://github.com/pratas/cryfa" ], [ "https://github.com/ruolin/strawberry" ], [ "https://github.com/UdeM-LBIT/SuGeT" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rtahmasbi/GeneEvolve" ], [ "https://github.com/UTbioinf/RigInv" ], [ "https://github.com/sys-bio/Libstructural" ], [ "https://github.com/vgteam/vg" ], [ "https://github.com/vgteam/vg" ], [ "https://github.com/vgteam/vg" ], [ "https://github.com/vgteam/vg" ], [ "https://github.com/TimGarrels/LazyFox" ], [ "https://github.com/BenoitMorel/Asteroid" ], [ "https://github.com/bcgsc/btllib" ], [ "https://github.com/bcgsc/btllib" ], [ "https://github.com/bcgsc/btllib" ], [ "https://github.com/bcgsc/btllib" ], [ "https://github.com/phylo42/sherpas" ], [ "https://github.com/ccsb-scripps/AutoDock-Vina" ], [ "https://github.com/wangshanshanCQU/CRTL" ], [ "https://github.com/wangshanshanCQU/MCTL" ], [ "https://github.com/leesael/SNeCT" ], [ "https://github.com/seqan/flexbar" ], [ "https://github.com/cosmo-team/cosmo" ], [ "https://github.com/jeremyhoward/Geno-Diver" ], [ "https://github.com/bioinfogenome/GSP" ], [ "https://github.com/Reedwarbler/REPdenovo" ], [ "https://github.com/LeeMendelowitz/maligner" ], [ "https://github.com/kad-ecoli/pdc" ], [ "https://github.com/heltilda/align3d" ], [ "https://github.com/Shao-Group/rnabridge-denovo" ], [ "https://github.com/Shao-Group/rnabridge-denovo" ], [ "https://github.com/Shao-Group/rnabridge-denovo" ], [ "https://github.com/Shao-Group/rnabridge-denovo" ], [ "https://github.com/COMBINE-lab/salmon" ], [ "https://github.com/qdu-bioinfo/flex-meta-storms" ], [ "https://github.com/zhang134/EdClust" ], [ "https://github.com/HaploKit/vechat" ], [ "https://github.com/Licheng-Guo/AutoBridge" ], [ "https://github.com/kotakasahara/omegagene" ], [ "https://github.com/iziamtso/P3D" ], [ "https://github.com/bioinfomaticsCSU/SCOP" ], [ "https://github.com/B3rse/nessie" ], [ "https://github.com/Parsoa/Nebula" ], [ "https://github.com/bioinfomaticsCSU/BOSS" ], [ "https://github.com/whuang08/TreeScaper" ], [ "https://github.com/marbl/mash" ], [ "https://github.com/Reedwarbler/SpliceJumper" ], [ "https://github.com/zhangy72/LncRNA-ID" ], [ "https://github.com/yoheirosen/vg" ], [ "https://github.com/slawekj/ennet" ], [ "https://github.com/Illumina/manta" ], [ "https://github.com/NGS-lib/NGSplusplus" ], [ "https://github.com/jamshed/CaPS-SA" ], [ "https://github.com/luojunwei/SLHSD" ], [ "https://github.com/CSB-KaracaLab/prot-on" ], [ "https://github.com/birtwistlelab/SPARCED" ], [ "https://github.com/scicompuu/prophaser" ], [ "https://github.com/cbg-ethz/SCIPhIN" ], [ "https://github.com/lmy1019/SRF" ], [ "https://github.com/LLNL/LIST" ], [ "https://github.com/yhhshb/yalff" ], [ "https://github.com/yhhshb/yalff" ], [ "https://github.com/yhhshb/yalff" ], [ "https://github.com/yhhshb/yalff" ], [ "https://github.com/Dalton386/SPM" ], [ "https://github.com/fgvieira/ngsLD" ], [ "https://github.com/medvedevgroup/vargeno" ], [ "https://github.com/davidsun/SAP" ], [ "https://github.com/jxzb1988/PolyQTL" ], [ "https://github.com/bcgsc/ARCS" ], [ "https://github.com/BenoitMorel/AleRax" ], [ "https://github.com/ChristopherWilks/megadepth" ], [ "https://github.com/malabz/FMAlign2" ], [ "https://github.com/ndokmai/sgx-genome-variants-search" ], [ "https://github.com/sriramlab/OrientAGraph" ], [ "https://github.com/tommyhuangthu/FASPR" ], [ "https://github.com/krm15/ACME" ], [ "https://github.com/sandroizidoro/gassmetal-local" ], [ "https://github.com/AutoFlowResearch/SmartPeak" ], [ "https://github.com/RungruangsakTorrissenManoonpong/GrowthEstimate" ], [ "https://github.com/laxmimurali/anklejoint" ], [ "https://github.com/ellipfaehlerUMCG/RaCat" ], [ "https://github.com/KoslickiLab/frac-kmc" ], [ "https://github.com/TheWebMonks/meshmonk" ], [ "https://github.com/xp3i4/mini_benchmark" ], [ "https://github.com/RNABioInfo/rna-interaction-format" ], [ "https://github.com/stop-pre16/sncp" ], [ "https://github.com/tangjiapeng/SkeletonNet" ], [ "https://github.com/mkirsche/sapling" ], [ "https://github.com/Kingsford-Group/diploidsquid" ], [ "https://github.com/YichaoOU/Set_cover_tools" ], [ "https://github.com/zhangzhen/sprites2" ], [ "https://github.com/chopralab/lemon" ], [ "https://github.com/chopralab/lemon" ], [ "https://github.com/chopralab/lemon" ], [ "https://github.com/chopralab/lemon" ], [ "https://github.com/kevinmcgregor/mdine" ], [ "https://github.com/jcna99/PEATH" ], [ "https://github.com/splatlab/debgr" ], [ "https://github.com/funatiq/cuclark" ], [ "https://github.com/kedartatwawadi/GTRAC" ], [ "https://github.com/crclark/optnetaligncpp" ], [ "https://github.com/UCLA-VAST/tapa" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/morispi/CONSENT" ], [ "https://github.com/andreasmang/claire" ], [ "https://github.com/schmeing/ReSeq" ], [ "https://github.com/statisticalbiotechnology/quandenser" ], [ "https://github.com/biointec/blamm" ], [ "https://github.com/HuajuLiang/HypotheticalPolarizationCamera" ], [ "https://github.com/BauerLab/VARSCOT" ], [ "https://github.com/VusionMed/IMAge-enGINE" ], [ "https://github.com/nedashokraneh/IChDA" ], [ "https://github.com/refresh-bio/FaStore" ], [ "https://github.com/skrakau/PureCLIP" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/G2Lab/privateML" ], [ "https://github.com/mritchielab/restrander" ], [ "https://github.com/bo1929/CONSULT-II" ], [ "https://github.com/sysbio-bioinf/Cantata" ], [ "https://github.com/Yoniming/ACO" ], [ "https://github.com/kaist-ina/BWA-MEME" ], [ "https://github.com/djburks/SMM" ], [ "https://github.com/rdcrawford/cognac" ], [ "https://github.com/cpockrandt/genmap" ], [ "https://github.com/maickrau/GraphAligner" ], [ "https://github.com/maickrau/GraphAligner" ], [ "https://github.com/maickrau/GraphAligner" ], [ "https://github.com/maickrau/GraphAligner" ], [ "https://github.com/OSU-BMBL/metaqubic" ], [ "https://github.com/jschellh/ProtSpaM" ], [ "https://github.com/sg-s/xolotl" ], [ "https://github.com/HaploConduct/HaploConduct" ], [ "https://github.com/Yeyke/H-BLAST" ], [ "https://github.com/COMBINE-lab/matryoshka" ], [ "https://github.com/xiaochuanle/MECAT" ], [ "https://github.com/hdaoud/ORBSLAMM" ], [ "https://github.com/ruchiherself/MulRFRepo" ], [ "https://github.com/RabbitBio/RabbitKSSD" ], [ "https://github.com/lucabello/wavelet-hmms" ], [ "https://github.com/JaroSant/EWF" ], [ "https://github.com/yuanhaowang1213/adaptivediffgrid_ex" ], [ "https://github.com/hellosunking/Msuite2" ], [ "https://github.com/robert-winkler/MeteoMex" ], [ "https://github.com/lcmeteor/MSLDOCK" ], [ "https://github.com/luojunwei/LROD" ], [ "https://github.com/ninailieva/SMFS_clustering" ], [ "https://github.com/BorgwardtLab/SiNIMin" ], [ "https://github.com/mzytnicki/mmannot" ], [ "https://github.com/imgag/ngs-bits" ], [ "https://github.com/imgag/ngs-bits" ], [ "https://github.com/imgag/ngs-bits" ], [ "https://github.com/imgag/ngs-bits" ], [ "https://github.com/Serdobe/Probabilistic_Graphlets" ], [ "https://github.com/aritra90/TeraPCA" ], [ "https://github.com/hitbc/deGSM" ], [ "https://github.com/Illumina/ExpansionHunter" ], [ "https://github.com/ncbi/TPMCalculator" ], [ "https://github.com/manuellafond/HyPPO" ], [ "https://github.com/SchulzLab/ORNA" ], [ "https://github.com/sfu-compbio/colormap" ], [ "https://github.com/COMBINE-lab/RapMap" ], [ "https://github.com/CMU-SAFARI/Optimal-Seed-Solver" ], [ "https://github.com/mourisl/Rcorrector" ], [ "https://github.com/shawn-peng/counting-consistent-sub-DAG" ], [ "https://github.com/ding-lab/msisensor" ], [ "https://github.com/Topwood91/FSVA" ], [ "https://github.com/Lilu-guo/Effaln" ], [ "https://github.com/Malfoy/PAC" ], [ "https://github.com/RabbitBio/RabbitFX" ], [ "https://github.com/akiyamalab/restretto" ], [ "https://github.com/kelrenmor/bs3fa" ], [ "https://github.com/bmds-lab/Crackling" ], [ "https://github.com/rwk-unil/xSqueezeIt" ], [ "https://github.com/GXYM/TextPMs" ], [ "https://github.com/qasimyu/grmt" ], [ "https://github.com/guanjue/S3V2_IDEAS_ESMP" ], [ "https://github.com/luojunwei/SLR" ], [ "https://github.com/simonwhelan/Divvier" ], [ "https://github.com/iochoa/MassComp" ], [ "https://github.com/morispi/HG-CoLoR" ], [ "https://github.com/csirac/dynamicDBG" ], [ "https://github.com/cepid-cces/hpccs" ], [ "https://github.com/cepid-cces/hpccs" ], [ "https://github.com/cepid-cces/hpccs" ], [ "https://github.com/cepid-cces/hpccs" ], [ "https://github.com/jianhao2016/METHCOMP" ], [ "https://github.com/gmarcais/minimizers" ], [ "https://github.com/raunaq-m/MultiRes" ], [ "https://github.com/changshuaiwei/gsu" ], [ "https://github.com/pranjalv123/FastRFS" ], [ "https://github.com/Shamir-Lab/Faucet" ], [ "https://github.com/kassonlab/gmxapi" ], [ "https://github.com/ajm/swiftlink" ], [ "https://github.com/axot/GLP" ], [ "https://github.com/jiantao/Tangram" ], [ "https://github.com/jiantao/Tangram" ], [ "https://github.com/jiantao/Tangram" ], [ "https://github.com/jiantao/Tangram" ], [ "https://github.com/qasimyu/amc" ], [ "https://github.com/puls-group/percolation-analyzer" ], [ "https://github.com/bioinformatics-polito/BioSeqZip" ], [ "https://github.com/ViennaRNA/pourRNA" ], [ "https://github.com/baoe/flas" ], [ "https://github.com/takumorizo/OHVarfinDer" ], [ "https://github.com/Oncostat/BenchmarkNCVTools" ], [ "https://github.com/Pbdas/epa-ng" ], [ "https://github.com/ythuang0522/FMOC" ], [ "https://github.com/solonas13/maw" ], [ "https://github.com/borenstein-lab/CoMiDA" ], [ "https://github.com/zhangzhen/sprites" ], [ "https://github.com/kdmurray91/kwip" ], [ "https://github.com/zeeev/wham" ], [ "https://github.com/jermp/fulgor" ], [ "https://github.com/lrobidou/fimpera" ], [ "https://github.com/StochasticBiology/hypercube-hmm" ], [ "https://github.com/qasimyu/scclone" ], [ "https://github.com/matthiasblanke/App-SpaM" ], [ "https://github.com/uym2/tripVote" ], [ "https://github.com/ehodzic/CONETT" ], [ "https://github.com/a-moin/wban-pathloss" ], [ "https://github.com/chenhong-zhou/OM-Net" ], [ "https://github.com/ivan-vishniakou/neural-circuits-vr" ], [ "https://github.com/wxwx1993/Bayesian_IA_Timing" ], [ "https://github.com/yufanzhouonline/HiSIF" ], [ "https://github.com/bioinfologics/sdg" ], [ "https://github.com/ANGSD/ngsRelate" ], [ "https://github.com/yuansliu/bfMEM" ], [ "https://github.com/keio-bioinformatics/mxfold" ], [ "https://github.com/holtzy/LCSLCIS" ], [ "https://github.com/yuansliu/Bicolor" ], [ "https://github.com/UdeS-CoBIUS/aliFreeFold" ], [ "https://github.com/pranjalv123/SVDquest" ], [ "https://github.com/miicTeam/MIIC" ], [ "https://github.com/bioinf-jku/librfn" ], [ "https://github.com/RamanLab/ReactionMiner" ], [ "https://github.com/yechengxi/Sparc" ], [ "https://github.com/Tmyiri/QS-Net" ], [ "https://github.com/LD-Lyndee/scQA" ], [ "https://github.com/marco-oliva/afm" ], [ "https://github.com/ihh/trajectory-likelihood" ], [ "https://github.com/fukunagatsu/Ipm" ], [ "https://github.com/Oshlack/JAFFA" ], [ "https://github.com/Oshlack/JAFFA" ], [ "https://github.com/Oshlack/JAFFA" ], [ "https://github.com/Oshlack/JAFFA" ], [ "https://github.com/shion-h/Umibato" ], [ "https://github.com/HUST-NingKang-Lab/metaPrism" ], [ "https://github.com/hz-zhu/NPD-micro-saccade-detection" ], [ "https://github.com/shimingwang1994/MSDRP" ], [ "https://github.com/yufengwudcs/ScisTree" ], [ "https://github.com/EpistasisLab/ebic" ], [ "https://github.com/chhylp123/FMtree" ], [ "https://github.com/tiehangd/Para_DPMM" ], [ "https://github.com/ratschlab/graph_annotation" ], [ "https://github.com/AluruLab/MCPNet" ], [ "https://github.com/tommyhuangthu/SSIPe" ], [ "https://github.com/statsleelab/gauss" ], [ "https://github.com/alessandronascimento/LiBELa" ], [ "https://github.com/lutteropp/QuartetScores" ], [ "https://github.com/liqiwei2000/BaySeqPeak" ], [ "https://github.com/Shao-Group/SubseqHash2" ], [ "https://github.com/AaronHong1024/afm" ], [ "https://github.com/ShandongUniversityMasterMa/MaxCLK-main" ], [ "https://github.com/Bio-Acc/Chorus" ], [ "https://github.com/VVCodec/PPCM-PWRDO" ], [ "https://github.com/FischerJo/FAME" ], [ "https://github.com/starbeachlab/smoothT" ], [ "https://github.com/BAMeScience/Mistle" ], [ "https://github.com/Sirisha-t/iMPP" ], [ "https://github.com/iqtree/iqtree2" ], [ "https://github.com/iqtree/iqtree2" ], [ "https://github.com/iqtree/iqtree2" ], [ "https://github.com/iqtree/iqtree2" ], [ "https://github.com/psathyrella/partis" ], [ "https://github.com/lukashuebner/ft-raxml-ng" ], [ "https://github.com/wexw/Joint-Registration-of-Multiple-Point-Clouds-for-Fast-Particle-Fusion-in-Localization-Microscopy" ], [ "https://github.com/Parsoa/PingPong" ], [ "https://github.com/BioLab-cz/StLiter" ], [ "https://github.com/yukiteruono/pbsim2" ], [ "https://github.com/Chunhuixu/UBIPredic_QWRCHX" ], [ "https://github.com/bioarch-sjh/bacollite" ], [ "https://github.com/jttoivon/moder2" ], [ "https://github.com/icthrm/cwSDTWnano" ], [ "https://github.com/haiyang1986/Subtype-GAN" ], [ "https://github.com/jnalanko/VOMM" ], [ "https://github.com/NWPU-903PR/DMSC" ], [ "https://github.com/XingjieShi/VIMCO" ], [ "https://github.com/maxhwardg/advanced_multiloops" ], [ "https://github.com/ParBLiSS/bruno" ], [ "https://github.com/yuansliu/HiRGC" ], [ "https://github.com/ExcitedStates/KGS" ], [ "https://github.com/i-git/FIMTrack" ], [ "https://github.com/SaraEl-Metwally/LightAssembler" ], [ "https://github.com/DMU-lilab/GetisDMR" ], [ "https://github.com/COL-IU/Graph2Pro" ], [ "https://github.com/1particle/bin-passing_analyzer" ], [ "https://github.com/BEETL/BEETL" ], [ "https://github.com/weiyangedward/IMMBoost" ], [ "https://github.com/kuojunglee/BayesMGLM" ], [ "https://github.com/seqan/lambda" ], [ "https://github.com/Shao-Group/kmerspace" ], [ "https://github.com/Shao-Group/rnabridge-denovo" ], [ "https://github.com/Shao-Group/rnabridge-denovo" ], [ "https://github.com/Shao-Group/rnabridge-denovo" ], [ "https://github.com/Shao-Group/rnabridge-denovo" ], [ "https://github.com/jiang18/slemm" ], [ "https://github.com/imgag/ngs-bits" ], [ "https://github.com/imgag/ngs-bits" ], [ "https://github.com/imgag/ngs-bits" ], [ "https://github.com/imgag/ngs-bits" ], [ "https://github.com/UCLA-VAST/splag" ], [ "https://github.com/NielsenBerkeleyLab/sconce" ], [ "https://github.com/ahmadpgh/deepSimDEF" ], [ "https://github.com/fukunagatsu/Mirage" ], [ "https://github.com/fukunagatsu/Mirage" ], [ "https://github.com/fukunagatsu/Mirage" ], [ "https://github.com/fukunagatsu/Mirage" ], [ "https://github.com/jianweishuai/TCS" ], [ "https://github.com/fpalini/fastdoopc" ], [ "https://github.com/yangyq505/SSKM_Succ" ], [ "https://github.com/chopralab/lemon" ], [ "https://github.com/chopralab/lemon" ], [ "https://github.com/chopralab/lemon" ], [ "https://github.com/chopralab/lemon" ], [ "https://github.com/Kingsford-Group/CAS_code" ], [ "https://github.com/wzhy2000/higwas" ], [ "https://github.com/FIGOGO/smoothq" ], [ "https://github.com/ComparativeGenomicsToolkit/hal" ], [ "https://github.com/iobio-zjut/CGLFold" ], [ "https://github.com/IEkAdN/BactSNP" ], [ "https://github.com/abikoushi/Bermuda" ], [ "https://github.com/BorgwardtLab/S3M" ], [ "https://github.com/erasmus-center-for-biomics/Nimbus" ], [ "https://github.com/bcgsc/ChopStitch" ], [ "https://github.com/lucian-ilie/SPRINT" ], [ "https://github.com/KlugerLab/Ritornello" ], [ "https://github.com/FastTrackOrg/FastTrack" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/ChengchenZhao/DrSeq2" ], [ "https://github.com/ParBLiSS/kmerind" ], [ "https://github.com/satoken/ractip" ], [ "https://github.com/isovic/graphmap" ], [ "https://github.com/jiantao/Tangram" ], [ "https://github.com/jiantao/Tangram" ], [ "https://github.com/jiantao/Tangram" ], [ "https://github.com/jiantao/Tangram" ], [ "https://github.com/rcanovas/libCSAM" ], [ "https://github.com/rcanovas/libCSAM" ], [ "https://github.com/rcanovas/libCSAM" ], [ "https://github.com/rcanovas/libCSAM" ], [ "https://github.com/luscinius/afcluster" ], [ "https://github.com/Tide-for-PTM-search/Tide-for-PTM-search" ], [ "https://github.com/Shao-Group/irtool" ], [ "https://github.com/Shao-Group/irtool" ], [ "https://github.com/Shao-Group/irtool" ], [ "https://github.com/Shao-Group/irtool" ], [ "https://github.com/Illumina/strelka" ], [ "https://github.com/jianweishuai/Dear-DIA-XMBD" ], [ "https://github.com/RabbitBio/RabbitQCPlus" ], [ "https://github.com/MrZhang176/DNPMSA" ], [ "https://github.com/nimamasoumi/DiffeoRaptor" ], [ "https://github.com/shahidakbarcs/cACP-DeepGram" ], [ "https://github.com/treangenlab/komb" ], [ "https://github.com/fhanau/mspack" ], [ "https://github.com/studla/RYUTO" ], [ "https://github.com/ablab/stringdecomposer" ], [ "https://github.com/ablab/stringdecomposer" ], [ "https://github.com/ablab/stringdecomposer" ], [ "https://github.com/ablab/stringdecomposer" ], [ "https://github.com/AT-CG/VF" ], [ "https://github.com/torognes/swarm" ], [ "https://github.com/guilledufort/RENANO" ], [ "https://github.com/openPupil/Open-PupilEXT" ], [ "https://github.com/netml/sonet" ], [ "https://github.com/millanek/Dsuite" ], [ "https://github.com/biointec/detox" ], [ "https://github.com/abikoushi/lambda" ], [ "https://github.com/ablab/stringdecomposer" ], [ "https://github.com/ablab/stringdecomposer" ], [ "https://github.com/ablab/stringdecomposer" ], [ "https://github.com/ablab/stringdecomposer" ], [ "https://github.com/Tongdongq/darwin-gpu" ], [ "https://github.com/fukunagatsu/LogicomeProfiler" ], [ "https://github.com/vpc-ccg/circminer" ], [ "https://github.com/lxwgcool/CircDBG" ], [ "https://github.com/baharpan/cosmo" ], [ "https://github.com/lsyads/fisheye-ORB-SLAM" ], [ "https://github.com/screamer/NetCoffee2" ], [ "https://github.com/harmancilab/EpiSAFARI" ], [ "https://github.com/medvedevgroup/HowDeSBT" ], [ "https://github.com/yaobaiwei/PPA-Assembler" ], [ "https://github.com/niu-lab/gclust" ], [ "https://github.com/XuegongLab/D2R_codes" ], [ "https://github.com/vidarmehr/ChIPWig-v2" ], [ "https://github.com/songc001/remilo" ], [ "https://github.com/montecuollo/E2FM" ], [ "https://github.com/nwpu134/DBH" ], [ "https://github.com/soedinglab/MMseqs" ], [ "https://github.com/BioprocessdesignLab/COSMOS" ], [ "https://github.com/TGAC/KAT" ], [ "https://github.com/GregoryFaust/samblaster" ], [ "https://github.com/pogudingleb/mueller_matrices" ], [ "https://github.com/atfrank/RNAPosers" ], [ "https://github.com/CoREse/kled" ], [ "https://github.com/haplotype/kindred" ], [ "https://github.com/vtman/PerFSeeB" ], [ "https://github.com/cces-cepid/massccs" ], [ "https://github.com/scoutzxb/CscoreTool-M" ], [ "https://github.com/iqtree/iqtree2" ], [ "https://github.com/iqtree/iqtree2" ], [ "https://github.com/iqtree/iqtree2" ], [ "https://github.com/iqtree/iqtree2" ], [ "https://github.com/tlemane/kmtricks" ], [ "https://github.com/maryamrabiee/quco" ], [ "https://github.com/zhang134/kngMap" ], [ "https://github.com/genetronhealth/uvc" ], [ "https://github.com/BioinformaticsToolsmith/Identity" ], [ "https://github.com/thuxugang/opus_rota3" ], [ "https://github.com/Mijan/LFNS_paper" ], [ "https://github.com/guilledufort/EnanoFASTQ" ], [ "https://github.com/JianCong-WENG/IterCluster" ], [ "https://github.com/AlgoLab/shark" ], [ "https://github.com/anlin00007/OnTAD" ], [ "https://github.com/beiko-lab/gengis" ], [ "https://github.com/tsnorri/panvc3" ], [ "https://github.com/usnistgov/cyrsoxs" ], [ "https://github.com/jaak-s/macau" ], [ "https://github.com/dstahlke/gnuplot-iostream" ], [ "https://github.com/Zilong-Li/vcfpp" ], [ "https://github.com/JeremyPike/RSMLM" ], [ "https://github.com/adbailey4/nanopolish" ], [ "https://github.com/benjaminjack/pinetree" ], [ "https://github.com/maureensmith/MIMEAnTo" ], [ "https://github.com/yesint/EnCurv" ], [ "https://github.com/qdu-bioinfo/hierarchical-meta-storms" ], [ "https://github.com/qdu-bioinfo/hrms" ], [ "https://github.com/refresh-bio/GTShark" ], [ "https://github.com/russcd/SELAM" ], [ "https://github.com/zqfang/haplomap" ], [ "https://github.com/KlugerLab/FIt-SNE" ], [ "https://github.com/phylo42/EPIK" ], [ "https://github.com/phylo42/IPK" ], [ "https://github.com/s-will/LocARNA" ], [ "https://github.com/iskana/PBWT-sec" ], [ "https://github.com/ratschlab/PBWT-sec" ], [ "https://github.com/edawson/gfakluge" ], [ "https://github.com/mcveanlab/DEploid-r" ], [ "https://github.com/wbieniec/copmem" ], [ "https://github.com/refresh-bio/kmer-db" ], [ "https://github.com/mcveanlab/DEploid" ], [ "https://github.com/labinfo-lncc/mnmer" ], [ "https://github.com/delocalizer/streammd" ], [ "https://github.com/abadona/qsimscan" ], [ "https://github.com/haidyi/cvxbiclustr" ], [ "https://github.com/xbjin/cgvr" ], [ "https://github.com/soedinglab/wish" ], [ "https://github.com/lsaravia/mfsba" ], [ "https://github.com/MattClarkson/CMakeCatchTemplate" ], [ "https://github.com/continuous-symmetry-measure/csm" ], [ "https://github.com/maickrau/MBG" ], [ "https://github.com/galenbr/2021ActiveVision" ], [ "https://github.com/DecodeGenetics/popSTR" ], [ "https://github.com/DecodeGenetics/popSTR" ], [ "https://github.com/DecodeGenetics/popSTR" ], [ "https://github.com/DecodeGenetics/popSTR" ], [ "https://github.com/nicolaprezza/ebwt2snp" ], [ "https://github.com/kojikoji/EMWER" ], [ "https://github.com/BelindaHernandez/BART-BMA" ], [ "https://github.com/rdzhao/ProteinPocketDetection" ], [ "https://github.com/abikoushi/enigma" ], [ "https://github.com/louisgt/SodaPop" ], [ "https://github.com/kekegg/HCSA" ], [ "https://github.com/pblischak/polyploid-genotyping" ], [ "https://github.com/vpc-ccg/pamir" ], [ "https://github.com/shubhamchandak94/HARC" ], [ "https://github.com/GuipengLi/ChIA-PET2" ], [ "https://github.com/MICCoM/SSAGES-public" ], [ "https://github.com/SBU-BMI/region-templates" ], [ "https://github.com/cui-lab/multigems" ], [ "https://github.com/Gabaldonlab/redundans" ], [ "https://github.com/armintoepfer/haploclique" ], [ "https://github.com/refresh-bio/protestar" ], [ "https://github.com/hsinnan75/SpliceAPP" ], [ "https://github.com/dlcgold/muPBWT" ], [ "https://github.com/transgenomicsosu/SNP-SELECT" ], [ "https://github.com/algbio/efg-mems" ], [ "https://github.com/gambalab/DREEP" ], [ "https://github.com/biointec/nexus" ], [ "https://github.com/marbl/MashMap" ], [ "https://github.com/illumina/REViewer" ], [ "https://github.com/Christina-hshi/CQF-deNoise" ], [ "https://github.com/Christina-hshi/SH-assembly" ], [ "https://github.com/lorrainea/CNEFinder" ], [ "https://github.com/medicalinformatics/SecureEpilinker" ], [ "https://github.com/beagle-dev/beagle-lib" ], [ "https://github.com/mutalyzer/description-extractor" ], [ "https://github.com/vgteam/libhandlegraph" ], [ "https://github.com/vgteam/libbdsg" ], [ "https://github.com/DecodeGenetics/BamHash" ], [ "https://github.com/ecogenomicscanada/Seq2Sat" ], [ "https://github.com/maickrau/GraphAligner" ], [ "https://github.com/maickrau/GraphAligner" ], [ "https://github.com/maickrau/GraphAligner" ], [ "https://github.com/maickrau/GraphAligner" ], [ "https://github.com/pelinakan/UBD" ], [ "https://github.com/ferlicjl/diffpop" ], [ "https://github.com/zhangxaochen/CuFusion" ], [ "https://github.com/kyzhu/assembltrie" ], [ "https://github.com/minmarg/comer" ], [ "https://github.com/OpenWaterAnalytics/epanet-dev" ], [ "https://github.com/amkozlov/raxml-ng" ], [ "https://github.com/amkozlov/raxml-ng" ], [ "https://github.com/amkozlov/raxml-ng" ], [ "https://github.com/amkozlov/raxml-ng" ], [ "https://github.com/sib-swiss/Knoto-ID" ], [ "https://github.com/rwk-unil/parallel_pbwt" ], [ "https://github.com/pmelsted/bifrost" ], [ "https://github.com/lidq92/mpeg-pcc-tmc13" ], [ "https://github.com/zhaoxiaofei/BinDash" ], [ "https://github.com/Martinsos/edlib" ], [ "https://github.com/sbg/VBT-TrioAnalysis" ], [ "https://github.com/evoldoers/historian" ], [ "https://github.com/FastMLC/fMLC" ], [ "https://github.com/bcgsc/btllib" ], [ "https://github.com/bcgsc/btllib" ], [ "https://github.com/bcgsc/btllib" ], [ "https://github.com/bcgsc/btllib" ], [ "https://github.com/ggonnella/gfaviz" ], [ "https://github.com/puzzlepaint/surfelmeshing" ], [ "https://github.com/FePhyFoFum/phyx" ], [ "https://github.com/SpatialTranscriptomicsResearch/st_viewer" ], [ "https://github.com/bionetslab/robust-eval" ], [ "https://github.com/Vaa3D/vaa3d_tools" ], [ "https://github.com/abdullah009/kcmbt_mt" ], [ "https://github.com/liusen1006/MLCS" ], [ "https://github.com/arttumiettinen/pi2" ], [ "https://github.com/sebastiandaberdaku/AntibodyInterfacePrediction" ], [ "https://github.com/TheAngryFox/ModelExplorer" ], [ "https://github.com/jvhoutte/equisim" ], [ "https://github.com/alshai/rowbowt" ], [ "https://github.com/sys-bio/antimony" ], [ "https://github.com/zju3dv/CoLi-BA" ], [ "https://github.com/statgen/savvy" ], [ "https://github.com/hellosunking/Msuite" ], [ "https://github.com/hellosunking/Msuite" ], [ "https://github.com/hellosunking/Msuite" ], [ "https://github.com/hellosunking/Msuite" ], [ "https://github.com/ddarriba/modeltest" ], [ "https://github.com/MrAlexSee/sopang" ], [ "https://github.com/illumina/marvin" ], [ "https://github.com/dstoeckel/causaltrail" ], [ "https://github.com/masoud-monajati/MedVL_pretraining_pipeline" ], [ "https://github.com/cvg/pixel-perfect-sfm" ], [ "https://github.com/blackrim/treePL" ], [ "https://github.com/danini/graph-cut-ransac" ], [ "https://github.com/hguo/ftk" ], [ "https://github.com/kowallus/PgRC" ], [ "https://github.com/SinOncology/BreakID" ], [ "https://github.com/scoutzxb/CscoreTool" ], [ "https://github.com/refresh-bio/vcfshark" ], [ "https://github.com/vvvwo/II-resampling" ], [ "https://github.com/rcanovas/libCSAM" ], [ "https://github.com/rcanovas/libCSAM" ], [ "https://github.com/rcanovas/libCSAM" ], [ "https://github.com/rcanovas/libCSAM" ], [ "https://github.com/nedaz/cola" ], [ "https://github.com/koeppl/phoni" ], [ "https://github.com/Shen-Lab/LOIS" ], [ "https://github.com/bioinformatics-centre/bayesembler" ], [ "https://github.com/Vfold-RNA/RLDOCK" ], [ "https://github.com/alevar/tiebrush" ], [ "https://github.com/tvpham/msproteomics" ], [ "https://github.com/ChaissonLab/LRA" ], [ "https://github.com/maickrau/ribotin" ], [ "https://github.com/Transipedia/KaMRaT" ], [ "https://github.com/olliemcdonald/siapopr" ], [ "https://github.com/smithlabcode/walt" ], [ "https://github.com/ITBE-Lab/MA" ], [ "https://github.com/ksahlin/strobealign" ], [ "https://github.com/fukunagatsu/Mirage" ], [ "https://github.com/fukunagatsu/Mirage" ], [ "https://github.com/fukunagatsu/Mirage" ], [ "https://github.com/fukunagatsu/Mirage" ], [ "https://github.com/0x462e41/SS3D" ], [ "https://github.com/tvpham/iq" ], [ "https://github.com/BGI-shenzhen/PopLDdecay" ], [ "https://github.com/bioinfomaticsCSU/GapReduce" ], [ "https://github.com/suhrig/pingpongpro" ], [ "https://github.com/ghzuo/cvtree" ], [ "https://github.com/ythuang0522/StriDe" ], [ "https://github.com/gymrek-lab/longtr" ], [ "https://github.com/gymrek-lab/longtr" ], [ "https://github.com/gymrek-lab/longtr" ], [ "https://github.com/gymrek-lab/longtr" ], [ "https://github.com/keeganhk/PointVST" ], [ "https://github.com/kad-ecoli/BeEM" ], [ "https://github.com/UDC-GAC/ParRADMeth" ], [ "https://github.com/marco-oliva/r-pfbwt" ], [ "https://github.com/csms-ethz/CombiFF" ], [ "https://github.com/trainsn/GNN-Surrogate" ], [ "https://github.com/citiususc/veryfasttree" ], [ "https://github.com/Ha0Tang/DDLCN" ], [ "https://github.com/sunwj/CAR" ], [ "https://github.com/GATB/simka" ], [ "https://github.com/AlanLuSun/High-quality-ellipse-detection" ], [ "https://github.com/vsepulve/relz_fs" ], [ "https://github.com/ridgelab/Kmer-SSR" ], [ "https://github.com/AstraZeneca-NGS/disambiguate" ], [ "https://github.com/leesael/GIFT" ], [ "https://github.com/hirvolt1/debruijn-motif" ], [ "https://github.com/melop/admixem" ], [ "https://github.com/azofeifa/Tfit" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/qibebt-bioinfo/dynamic-meta-storms" ], [ "https://github.com/xingxuejun1989/SCVC" ], [ "https://github.com/selfdecode/rd-eztraits" ], [ "https://github.com/prs-group/TUNNEX" ], [ "https://github.com/tsudalab/mp-lamp" ], [ "https://github.com/hitbc/rMFilter" ], [ "https://github.com/modsim/hops" ], [ "https://github.com/rvaser/sword" ], [ "https://github.com/PetarV-/muxstep" ], [ "https://github.com/gabraham/flashpca" ], [ "https://github.com/bioinfomaticsCSU/EPGA2" ], [ "https://github.com/sheikhizadeh/ACE" ], [ "https://github.com/abikoushi/moltenNMF" ], [ "https://github.com/Kingsford-Group/jellyfishsim" ], [ "https://github.com/ratschlab/secedo" ], [ "https://github.com/philres/ngmlr" ], [ "https://github.com/Kuanhao-Chao/Wheeler_Graph_Toolkit" ], [ "https://github.com/topasmc/dicom-interface" ], [ "https://github.com/aarjas/dynBGP" ], [ "https://github.com/paolapesantez/biLouvain" ], [ "https://github.com/imbs-hl/ranger" ], [ "https://github.com/datngu/Circall" ], [ "https://github.com/pezmaster31/bamtools" ], [ "https://github.com/gymrek-lab/longtr" ], [ "https://github.com/gymrek-lab/longtr" ], [ "https://github.com/gymrek-lab/longtr" ], [ "https://github.com/gymrek-lab/longtr" ], [ "https://github.com/horvatovichlab/MSIWarp" ], [ "https://github.com/AllanClark/Rcppocc" ], [ "https://github.com/WJmodels/SRCV" ], [ "https://github.com/arzwa/morph-bulk" ], [ "https://github.com/Simonll/LikelihoodFreePhylogenetics" ], [ "https://github.com/Simonll/LikelihoodFreePhylogenetics" ], [ "https://github.com/Simonll/LikelihoodFreePhylogenetics" ], [ "https://github.com/Simonll/LikelihoodFreePhylogenetics" ], [ "https://github.com/CEMSFlannigan/UEMtomaton" ], [ "https://github.com/ZachariasLab/GoCa" ], [ "https://github.com/wanderine/BROCCOLI" ], [ "https://github.com/at-cg/ContainX" ], [ "https://github.com/biovault/SCHNELpy" ], [ "https://github.com/pylelab/Arena" ], [ "https://github.com/WPC-WHU/GROR" ], [ "https://github.com/PCAubin/GRISLI" ], [ "https://github.com/Ding-Liu/DeepDenoising" ], [ "https://github.com/OpenGene/fastp" ], [ "https://github.com/alexandrutomescu/MixedPerfectPhylogeny" ], [ "https://github.com/fgvieira/ngsF-HMM" ], [ "https://github.com/cjri/samfire" ], [ "https://github.com/ChrisMaherLab/INTEGRATE-Neo" ], [ "https://github.com/discretedynamics/cyclone" ], [ "https://github.com/hhaentze/MaskedPangenie" ], [ "https://github.com/tlemane/kmdiff" ], [ "https://github.com/seqan/needle" ], [ "https://github.com/lppllppl920/SAGE-SLAM" ], [ "https://github.com/kamimrcht/REINDEER" ], [ "https://github.com/so-nakashima/Lineage-EM-algorithm" ], [ "https://github.com/cartoonist/psi" ], [ "https://github.com/IFL-CAMP/pose_regularization" ], [ "https://github.com/ncbi/SKESA" ], [ "https://github.com/TravisWheelerLab/ULTRA" ], [ "https://github.com/sebwouters/chemps2" ], [ "https://github.com/ablab/spades" ], [ "https://github.com/ablab/spades" ], [ "https://github.com/ablab/spades" ], [ "https://github.com/ablab/spades" ], [ "https://github.com/algbio/themisto" ], [ "https://github.com/youweiliang/Multi-view_Graph_Learning" ], [ "https://github.com/junjun-jiang/MSSG" ], [ "https://github.com/danini/magsac" ], [ "https://github.com/TulsaBioinformaticsToolsmith/Look4TRs" ], [ "https://github.com/BackofenLab/IntaRNA" ], [ "https://github.com/MattCzajkowski/GenCoF" ], [ "https://github.com/alexfreudenberg/miraculix" ], [ "https://github.com/niemasd/ViralConsensus" ], [ "https://github.com/jhhung/kISS" ], [ "https://github.com/RolandFaure/QuickDeconvolution" ], [ "https://github.com/sarahet/RLM" ], [ "https://github.com/jzbio/MultiTrans" ], [ "https://github.com/ZJULearning/SSG" ], [ "https://github.com/hahnlab/CAFE5" ], [ "https://github.com/InfOmics/PANPROVA" ], [ "https://github.com/hellosunking/Ktrim" ], [ "https://github.com/yhhshb/yalff" ], [ "https://github.com/yhhshb/yalff" ], [ "https://github.com/yhhshb/yalff" ], [ "https://github.com/yhhshb/yalff" ], [ "https://github.com/sequencing/NxTrim" ], [ "https://github.com/rrwick/Bandage" ], [ "https://github.com/odenas/indexed_ms" ], [ "https://github.com/gr8lawrence/ARTDeConv" ], [ "https://github.com/jennprk/diffsig" ], [ "https://github.com/dnbaker/dashing" ], [ "https://github.com/boaguilar/SDDScontrol" ], [ "https://github.com/ZekunYin/RabbitQC" ], [ "https://github.com/eukaryo/czno" ], [ "https://github.com/KazukiSakura/cHFS" ], [ "https://github.com/Cassie94/LSTD" ], [ "https://github.com/RUBi-ZA/MODE-TASK" ], [ "https://github.com/RUBi-ZA/MODE-TASK" ], [ "https://github.com/RUBi-ZA/MODE-TASK" ], [ "https://github.com/RUBi-ZA/MODE-TASK" ], [ "https://github.com/HIT-Bioinformatics/rHAT" ], [ "https://github.com/statisticalbiotechnology/maracluster" ], [ "https://github.com/yiq/SubcloneSeeker" ], [ "https://github.com/ValeevGroup/libintx" ], [ "https://github.com/wsakobe/CylinderTag" ], [ "https://github.com/jkawulok/cometa" ], [ "https://github.com/Mblakey/wiswesser" ], [ "https://github.com/bonsai-team/Porechop_ABI" ], [ "https://github.com/seqan/seqan" ], [ "https://github.com/DecodeGenetics/popSTR" ], [ "https://github.com/DecodeGenetics/popSTR" ], [ "https://github.com/DecodeGenetics/popSTR" ], [ "https://github.com/DecodeGenetics/popSTR" ], [ "https://github.com/AbbaszadehO/DKGN" ], [ "https://github.com/gjun/muCNV" ], [ "https://github.com/ZekunYin/RabbitMash" ], [ "https://github.com/fwhelan/coinfinder" ], [ "https://github.com/HormozdiariLab/TAD-fusion-score" ], [ "https://github.com/superxuang/caffe_3d_faster_rcnn" ], [ "https://github.com/refresh-bio/GTC" ], [ "https://github.com/ddarriba/ForeSeqs" ], [ "https://github.com/jksr/ballcools" ], [ "https://github.com/marbl/parsnp" ], [ "https://github.com/wbieniec/copmem2" ], [ "https://github.com/Shao-Group/irtool" ], [ "https://github.com/Shao-Group/irtool" ], [ "https://github.com/Shao-Group/irtool" ], [ "https://github.com/Shao-Group/irtool" ], [ "https://github.com/yaoyx689/AMM_NRR" ], [ "https://github.com/namsyvo/RandAL" ], [ "https://github.com/jchow32/MAGI-MS" ], [ "https://github.com/jeremy-levy/Classification-of-audio-signals-using-spectrogram-surfaces-and-extrinsic-distortion-measures" ], [ "https://github.com/jermp/sshash" ], [ "https://github.com/refresh-bio/phist" ], [ "https://github.com/morispi/LRez" ], [ "https://github.com/LoicPeter/evaluation-deformable-registration" ], [ "https://github.com/drbergman/PhysiPKPD" ], [ "https://github.com/Coaxecva/LongAGE" ], [ "https://github.com/nluhmann/BlastFrost" ], [ "https://github.com/ablab/TandemTools" ], [ "https://github.com/sahlenlab/HiCapTools" ], [ "https://github.com/cchauve/lrcstats" ], [ "https://github.com/realbigws/DeepCNF_AUC" ], [ "https://github.com/lmrodriguezr/nonpareil" ], [ "https://github.com/medvedevgroup/varmatch" ], [ "https://github.com/expectorlin/DR-Attacker" ], [ "https://github.com/jhhung/EARRINGS" ], [ "https://github.com/kodaim1115/CYBERTRACK2" ], [ "https://github.com/cepid-cces/hpccs" ], [ "https://github.com/cepid-cces/hpccs" ], [ "https://github.com/cepid-cces/hpccs" ], [ "https://github.com/cepid-cces/hpccs" ], [ "https://github.com/sahandk/HINTRA" ], [ "https://github.com/qasimyu/scssim" ], [ "https://github.com/refresh-bio/Whisper" ], [ "https://github.com/simonwhelan/prequal" ], [ "https://github.com/hellosunking/Msuite" ], [ "https://github.com/hellosunking/Msuite" ], [ "https://github.com/hellosunking/Msuite" ], [ "https://github.com/hellosunking/Msuite" ], [ "https://github.com/bibip-impmc/mypmfs" ], [ "https://github.com/dwinter/accuMUlate" ], [ "https://github.com/atfrank/PCASA" ], [ "https://github.com/ahmed-fakhry/dive" ], [ "https://github.com/arq5x/bits" ] ], "hovertemplate": "Primary language=C++
Normalized Total Entropy=%{y}
Repository URL=%{customdata[0]}", "legendgroup": "C++", "marker": { "color": "#EF553B", "symbol": "circle" }, "name": "C++", "notched": true, "offsetgroup": "C++", "showlegend": false, "type": "box", "xaxis": "x2", "y": [ 0.027121585307361994, 0.10695205601216291, 0.11332453249268146, 0.1594674045689216, 0.06205324317337589, 0.07459638467012455, 0.06925722524309158, 0.09996028668771142, 0.01223290973380824, 0.005099946073324789, 0.02049618568555862, 0.0401319785084531, 0.036460784654732424, 0.15672630971949653, 0.014184185105113996, 0.05818469292847803, 0.006508395464997265, 0.006508395464997265, 0.006508395464997265, 0.006508395464997265, 0.29905774220215414, 0.04813364661644633, 0.037774148223966394, 0.0016746436910735597, 0.0016746436910735597, 0.0016746436910735597, 0.0016746436910735597, 0.04095847902046688, 0.09938403060346658, 0.09498840267145398, 0.07556447209431252, 0.1086451217611088, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.05367011507188098, 0.03284713567294975, 0.04178631987351057, 0.05281609240983789, 0.05281609240983789, 0.05281609240983789, 0.05281609240983789, 0.0592013376652983, 0.028270992297296144, 0.030523295023239413, 0.02051416519838108, 0.02867995710798479, 0.02867995710798479, 0.02867995710798479, 0.02867995710798479, 0.0834397651806361, 0.03439587697714731, 0.03439587697714731, 0.03439587697714731, 0.03439587697714731, 0.16218214958692462, 0.03324022590197674, 0.030685453135052783, 0.07780655455313798, 0.07618017468109939, 0.03665161529813117, 0.05168065306207796, 0.15595710838336746, 0.027213543134248, 0.027213543134248, 0.027213543134248, 0.027213543134248, 0.03298551399071594, 0.007883426347153014, 0.0006701368706399771, 0.2667874361598204, 0.01161581951092196, 0.021084662597313272, 0.06756216271640209, 0.010537821932287212, 0.20683167180568685, 0.11514613880700292, 0.06661409048197864, 0.03166174798093422, 0.2410905994497003, 0.09363989865172208, 0.04637865591016383, 0.04827877496353451, 0, 0.16573161656691157, 0.001237424533561326, 0.02860631412041485, 0.005029073087214159, 0.12274158384151876, 0.04749592480252912, 0.04749592480252912, 0.04749592480252912, 0.04749592480252912, 0.04749592480252912, 0.04749592480252912, 0.04749592480252912, 0.04749592480252912, 0.04749592480252912, 0.010164098323760336, null, 0.0008790014498297011, 0.006508395464997265, 0.006508395464997265, 0.006508395464997265, 0.006508395464997265, 0.3318391946428054, 0.08049626818301035, 0.007615644145662147, 0.007615644145662147, 0.007615644145662147, 0.007615644145662147, 0.0026728995159537336, 0.02064928807295091, 0.05171585451710245, 0.058825964879074995, 0.05392988354472631, 0.0904179015955097, 0.15552060675432594, 0.1510548344349398, 0.1355214789817763, 0.03331687924351708, 0.01394504399247006, 0.1491189496654994, 0.08342867596432645, 0.19150243339522613, 0.19150243339522613, 0.19150243339522613, 0.19150243339522613, 0.009876841333241857, 0.09252012389360284, 0, 0.008681857909378381, 0.007145948595045635, 0.0027839762606159065, 0.016262562504141653, 0.14308532907349825, 0.0976208813969686, 0.02109731478895564, 0.08367648547805875, 0.036449024684735064, 0.03366349646977638, 0.11193668416495332, 0.3729677325936378, 0.01177092569968256, 0.15867146479815675, 0.012118764600706492, 0.0013530605955811245, 0.17197043876107335, 0.15347862958472097, 0.014859307478368475, 0.00940473860910438, 0.059574566909639706, 0.04244042873645501, 0.05535288207051923, 0.10367530827844236, 0.10000544068532116, 0.10000544068532116, 0.10000544068532116, 0.10000544068532116, 0.393706210290624, 0.11224673248510948, 0.002507606685685888, 0.2036259017245645, 0.08002032055768565, 0.009538801335864348, 0.04258901316914763, 0.03109258487404807, 0.007071031751069816, 0.007711100776272271, 0.04277365182312241, 0.16547739308634174, 0.07282617847943558, 0.025201369823753404, 0.006069475194835009, 0.3959291762837418, 0.005629200804517977, 0.021623559612123203, 0, 0.022773626462970417, null, 0.0688737034492122, 0.06617399057383873, 0.0014647290404295802, 0.007176212181551255, 0.08517017611277787, 0.01526259341940856, 0.06518982789081484, 0.011152492002376276, 0.011152492002376276, 0.011152492002376276, 0.011152492002376276, 0.05342647408409775, 0.2836469477914993, 0.20910518721296267, 0.11346953420400124, 0.18557346990713555, 0.06073931299126752, 0.015554358700969948, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.03444195906070049, 0.02516159816919017, 0.005688404911004638, 0.07423443115001471, 0.12514523556193238, 0.1835556008891884, 0.0404936025548693, 0.44657200648971224, 0.019498396417035414, 0.14830133213599572, 0.0977320974381894, 0.04749592480252912, 0.04749592480252912, 0.04749592480252912, 0.04749592480252912, 0.04749592480252912, 0.04749592480252912, 0.04749592480252912, 0.04749592480252912, 0.04749592480252912, 0.1830053415733165, 0.018459488556643977, 0.0699246750973356, 0.003184105173950808, 0.006238628824626727, 0.03357780130279441, 0.010928035832710363, 0.05417718510374636, 0.0145087465294121, 0.05707302954662524, 0.05707302954662524, 0.05707302954662524, 0.05707302954662524, 0.005347008342006272, 0.12290436393499396, 0.017481406830360858, 0.01111041940404442, 0.2246364427732972, 0.09451370798702788, 0.002094515775728472, 0, 0, 0.08988209113289723, 0.11744827822495556, 0.07579452877554724, 0.005090525123604048, 0.06828018535570507, 0.28294565226697904, 0.004946706555014503, 0.02064867734758154, 0.26810813502190683, 0.1247123056285848, 0.07566774155244876, 0.0019666478772252267, 0.0019666478772252267, 0.0019666478772252267, 0.0019666478772252267, 0.02167574604594884, 0.2253353758653115, 0.015434519769594129, 0.014094459524173866, 0.06786109553415648, 0.04416942134162141, 0.10219499601591532, 0.0734025841050714, 0.018623156893826327, 0.23149276306114405, 0.20211804407501568, 0.0005975981590153635, 0.007492863342558998, 0.2918654464826269, 0.0435440291810461, 0.13439115456108738, 0.10811523420872488, 0.046667857291056256, 0.21130302566028725, 0.09638435368123364, 0.05167138232087347, 0.03690278107287537, 0.01233618252156088, 0.00862196288453426, 0.12845601630633596, 0.12113844504210988, 0.044616308248929745, 0.09473583821231014, 0.20265902443647985, 0.33570052301244474, 0.33570052301244474, 0.33570052301244474, 0.33570052301244474, 0.0023624814140869757, 0.11543089224705644, 0.013827631334922444, 0.08839863478529701, 0.16915920023686296, 0.04029433282487047, 0.0017019739767072677, 0.054147356639615965, 0.042401312129112086, 0.049916174008230355, 0.049916174008230355, 0.049916174008230355, 0.049916174008230355, 0.1010592934188809, 0.1965447274315817, 0.13465921676115808, 0.03893638396211833, 0.18060306119679304, 0.058567327315691795, 0.1373576377912183, 0.04582959859339593, 0.02695065066333639, 0.01471110398456898, 0.004257688208270867, 0.08190594532115578, 0.010661441810760584, 0.0035069630395657006, 0.07002801572532386, 0.03002718015289837, 0.12131444069744048, 0.154895747446226, 0.041241382934749354, 0.01095689269716452, 0.3730732056452136, 0.01537107752728712, 0.1528278365775428, 0.0966199917207366, 0.10204938330370662, 0.09503342327734116, 0.04151029652501827, 0.07686790224138057, 0.20603233709642696, 0.10352686124973044, 0.07020599823687117, 0.20127235402311328, 0.148018045358857, 0.00807038481327353, 0.1299349612305907, 0.14830715101538988, 0.004423322414952752, 0.21149720746997255, 0.009913289108392924, 0.1823014378809343, 0.18155143012341832, 0.17160156869905038, 0, 0.02867995710798479, 0.02867995710798479, 0.02867995710798479, 0.02867995710798479, 0.003864514591778479, 0.04493452213789768, 0.10522888390684172, 0.15841174665485186, 0.07947029529564632, 0.06488969177302309, 0.1683348322810101, 0.019769072886306836, 0.05815562189787828, 0.09196074405723234, 0.02696965853312736, 0.01063479489163173, 0.0009326118446584528, 0.1819078212289406, 0.3286205923999921, 0.047032755197368506, 0.18187942528373235, 0.07564200378898499, 0.15376056196849552, 0.0010820632088507144, 0.02536512778621555, 0.2601447228623161, 0.031503903718859, 0.07185507413008513, 0.007988169234168967, 0.007988169234168967, 0.007988169234168967, 0.007988169234168967, 0.0013680192700528237, 0.05391266336171931, 0.032202704014525685, 0.06689731312536114, 0, 0.06178965495769397, 0.31724316609616976, 0.018628528223208405, 0.06538532603036815, 0.014870980071148772, 0.02238733042565154, 0.008981659111399472, 0.14793019637028432, 0.09606536073956838, 0.001014425781961068, 0.004083130551671198, 0.21342864169338385, 0.015151823688340144, 0.029493845806338525, 0.14419812721660427, 0.18965432115088143, 0.03088136693342521, 0.26492763005094416, 0.0170720274230655, 0.0026044511517829614, 0.1079925519608106, 0.08641958172984997, 0.2843256137270987, 0.19150243339522613, 0.19150243339522613, 0.19150243339522613, 0.19150243339522613, 0.1030474111791238, 0.0019666478772252267, 0.0019666478772252267, 0.0019666478772252267, 0.0019666478772252267, 0.13808643126668788, 0.03824178198774315, 0.05018858901727648, 0.1563211868840229, 0.1563211868840229, 0.1563211868840229, 0.1563211868840229, 0, 0.037915444685683405, 0.02873202726614523, 0.011152492002376276, 0.011152492002376276, 0.011152492002376276, 0.011152492002376276, 0.11031152275440947, 0.02740445851337501, 0.32155482462841944, 0.01948180407886499, 0.07868866169997633, 0.027539212745672247, 0.1847595073708887, 0.025031983998223685, 0.04645673110570793, 0.1187040459013712, 0.1525334014434921, 0.11360155827973584, 0.011199725445329968, 0.04749592480252912, 0.04749592480252912, 0.04749592480252912, 0.04749592480252912, 0.04749592480252912, 0.04749592480252912, 0.04749592480252912, 0.04749592480252912, 0.04749592480252912, 0.005055286553977956, 0.002628005881672893, 0.05946331063396061, 0.06540839235582309, 0.049916174008230355, 0.049916174008230355, 0.049916174008230355, 0.049916174008230355, 0.07634702601376886, 0.07634702601376886, 0.07634702601376886, 0.07634702601376886, 0, 0.0033254418367434243, 0.2889740381107687, 0.2889740381107687, 0.2889740381107687, 0.2889740381107687, 0.007613129572816975, 0.016212262376493487, 0.007230671907932896, null, 0.08044812695598696, 0.07776538265215985, 0.09712831163613482, 0.1903170211629977, 0.03261364571887879, 0.1328760395852529, 0.1328760395852529, 0.1328760395852529, 0.1328760395852529, 0.21718690357765144, 0.05755765431902533, 0.0107356973479008, 0.0009186200074497636, 0.14182391954776233, 0.1143434608943285, 0.059935460582934925, 0.24509354179087064, 0.1328760395852529, 0.1328760395852529, 0.1328760395852529, 0.1328760395852529, 0.0020479537175935253, 0.22971023697077397, 0.06898687374139213, 0.08444407773766775, 0.09555321397566156, 0.2163761241655399, 0.02429464357992746, 0.09768294447884698, 0.046220375376636605, 0.04808532377800226, 0.05087138309744063, 0.05571094565480334, 0.0950503802498322, 0.2877717637872836, 0.07777491041688854, 0.10851163399482844, 0.06687784801230719, 0.09712322716638036, 0.001493398716108481, 0.17179875570491462, 0.126864205391954, 0.003411572538506695, 0.06607150386482692, 0.1478609254012668, 0.02307892419009381, 0.02253139881484727, 0.07378559391468417, 0.007988169234168967, 0.007988169234168967, 0.007988169234168967, 0.007988169234168967, 0.003889113693291, 0.01602919366224026, 0.4056390622295664, 0.09010032621399353, 0.015974007528309797, 0.009433488590573436, 0.0030796466993708123, 0.13880407318034238, 0.006116985446028743, 0.08893633053038796, 0.11670374999957456, 0.000979839263995084, 0.04034261728532815, 0.06769567555676224, 0.050590976769830216, 0.020833737167938605, 0.03875872127853007, 0.11775527849381692, 0.021809489559194033, 0.020747315634161018, 0.009488545700950306, 0.059075102436090605, 0.06289748906881552, 0.05628491623526653, 0.11515830085295271, 0.07335433119004885, 0.024273684351025244, 0.06359401828399806, 0.1035956192451622, 0.07458800947545337, 0.008532371127381548, 0.07727921026865602, 0.2101982541748456, 0.07519936979140988, 0.04863780269990948, 0.13041751922492573, 0.015560520128590305, 0.01912936222003913, 0.13122159984267875, 0.012865231644782251, 0.05222472990111033, 0.11462644992835865, 0.028024899408846636, 0.03757041187788414, 0.08150969081702424, 0.03105539696231221, 0.013943601503978557, 0.06293388731618214, 0.011762340490272992, 0.011789447729425997, 0.011789447729425997, 0.011789447729425997, 0.011789447729425997, 0.21837994870578523, 0.017688925078713367, 0.09468362952856955, 0.21137241573257365, 0.10494637956532026, 0.051485701533617305, 0.06472071724886114, 0.03221831763603957, 0.06930123387897587, 0.03608214684166694, 0.1070533394692612, 0.010200138965269789, 0.004117587907086961, 0.17941920364728486, 0.011243391252030612, 0.03523844734437217, 0.017528936119649292, 0.08371068940026286, 0.1482655360555902, 0.1270242325217093, 0.3024378008378105, 0.10511279982924868, 0.030114054285483277, 0.08031397982338491, 0.007530276362568934, 0.10074969737149136, 0.09872121249981246, 0.03266458608696522, 0.02038431159251408, 0.01701557542289519, 0.09140530824844972, 0.06844953189541096, 0.03799481620256519, 0.012732507418991396, 0.07251970254271753, 0.05707302954662524, 0.05707302954662524, 0.05707302954662524, 0.05707302954662524, 0.07055902468802477, 0.014967365538105798, 0.013830071364892125, 0.05074851603497391, 0.01149967968637094, 0.04963973138697816, 0.05281609240983789, 0.05281609240983789, 0.05281609240983789, 0.05281609240983789, 0.0037096799384847504, 0.12112578884229028, 0.056253781447686065, 0.042577514398055426, 0.09167848965951318, 0.02553548925171607, 0.0035802350113452843, 0.022603058933570647, 0.013974657274306529, 0.007615644145662147, 0.007615644145662147, 0.007615644145662147, 0.007615644145662147, 0.02343349022523347, 0.01706018058707788, 0.015983836314855053, 0.013864623097159258, 0.0018403694148015112, 0.00013774915186541822, 0.2712586036719682, 0.32637231222103896, 0.009020976892691698, 0.029903866632454444, 0.12826558337452082, 0.0380804694753331, 0.09943492226355607, 0.00425797863096701, 0.14172681057407951, 0.0568208437748731, 0.07531365664883316, 0.07531365664883316, 0.07531365664883316, 0.07531365664883316, 0.025829314004825386, 0.06140896607168401, 0.01786706320630552, 0.04205961421991857, 0.00791910282959793, 0.03368607695219069, 0.03878219789181754, 0.02974536695130536, 0.011542283803858591, 0.04970943731384518, 0.007829494120789003, 0.027349051856572347, 0.0773023835227484, 0.0220885167477589, 0.07634702601376886, 0.07634702601376886, 0.07634702601376886, 0.07634702601376886, 0.10089753793185569, 0.12245059287833748, 0.03590814326305828, 0.1490198612592043, 0.088079009896565, 0.03402945976231457, 0.022477034177832308, 0.06382686895301837, 0.01071259977134012, 0.01841627101897876, 0.04675721590237622, 0.15540296537876003, 0.013232582550377852, 0.039868403643187715, 0.1563211868840229, 0.1563211868840229, 0.1563211868840229, 0.1563211868840229, 0.11847137538554396, 0.10777269359311208, 0.09016080465881354, 0.15837791265709103, 0.15639045904232743, 0.0397358626699567, 0.02877348503752864, 0.0158913301942355, 0.0158913301942355, 0.0158913301942355, 0.0158913301942355, 0, 0.11308231627986044, 0.08518217312981859, 0.21451258849144353, 0.03550123871800865, 0.056598134923236586, 0.018065717830425, 0.019785414234320217, 0.17949763523811949, 0.019175257481453455, 0.04685472681820602, 0.026079849535954644, 0.06444230307429911, 0.13738502127832403, 0.008143079857162824, 0.03516885048828684, 0.01843739243615163, 0.021951432080980594, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.08717800249449745, 0.01735047579845008, 0.03705688178118463, 0.03653565600963901, 0.037451501296015405, 0.16662573506865966, 0.00164586056522409, 0.1486089438656591, 0.09137053603230524, 0.03365902880322503, 0.10471313964456536, 0.2940375385840363, 0.04399429660040285, 0.2152938523451725, 0.006185745292875126, 0.03871437598535121, 0.0008242732412675454, 0.07370604332579339, 0.04325662596279353, 0.0789763290073202, 0.03339276144125983, 0.057270165568045275, 0.038994737133441475, 0.0158913301942355, 0.0158913301942355, 0.0158913301942355, 0.0158913301942355, 0.1240503865436606, 0.06697359920584073, 0.0003489845626817295, 0.05804065199651048, 0.027213543134248, 0.027213543134248, 0.027213543134248, 0.027213543134248, 0.011684530023584242, 0.04476909657564692, 0.010358722665841234, 0.10692636502205544, 0.02461430823699223, 0.0762237293470728, 0.27306461506745744, 0.01190321449489795, 0.33080756700477, 0.06894344938469264, 0.04752644461315808, 0.11069796890628944, 0.10832302333663445, 0.024321968736213374, 0.018118311403140182, 0.031742723308500295, 0.015241906627498292, 0.02668253018197054, 0.001335488155268701, 0.0346936293268183, 0.16706943061565288, 0.03210485840695945, 0.20106159003222088, 0.1296194002326537, 0.05056933673971895, 0.025269449333831615, 0.0016746436910735597, 0.0016746436910735597, 0.0016746436910735597, 0.0016746436910735597, 0.004799420860418983, 0.07192738475225646, 0.33029624850731626, 0.016697124167679014, 0.06697713723934559, 0.021523467882462663, 0.008116722574995438, 0.016850560709096168, 0.06679105271698718, 0.005773906080594519, 0.005797654073248534, 0.09354714377551462, 0.07231115572974947, 0.13506180073132962, 0.03817128827708601, 0.03984597033225832, 0.2349838702159995, 0.10000544068532116, 0.10000544068532116, 0.10000544068532116, 0.10000544068532116, 0.02569703520072392, 0.022336260674529925, 0.007630419036485622, 0.11842894889892316, 0.07600661850138056, 0.08035537980103116, 0.07262789392422353, 0.16927718229370187, 0.11937993744582524, 0.1382863919938315, 0.00980525178380703, 0.03439587697714731, 0.03439587697714731, 0.03439587697714731, 0.03439587697714731, 0.14065588953648894, 0.040987737966493555, 0.004450157385267341, 0.0034785476087379422, 0.1157975147894971, 0.04429986553379493, 0.04048807544431036, 0.005703288483247212, 0.001047723973941075, 0.011789447729425997, 0.011789447729425997, 0.011789447729425997, 0.011789447729425997, 0.2629217934842761, 0.012920431515223296, 0.026786665919197008, 0.008713943907358832, 0.10238705917965864, 0.03893095406425154, 0.06068340555523672, 0.08840660337347726, 0.044279860983421473, 0.02178142167405253, 0.10075417602616007, 0.2889740381107687, 0.2889740381107687, 0.2889740381107687, 0.2889740381107687, 0, 0.1103067859816951, 0.10492680580743882, 0.12897810765364706, 0.06989094078464543, 0.08055108785133565, 0.011419288193729489, 0.11030878013756076, 0.07556456118725986, 0.22193898107392615, 0.0257930618090802, 0.005198734879147005, 0.0043009764718657095, 0.053761275265316426, 0.21208895013491888, 0.046597367120195944, 0.07933141348550588, 0.013865689911735356, 0.010833733628960738, 0.18032554381923488, 0.33570052301244474, 0.33570052301244474, 0.33570052301244474, 0.33570052301244474, 0.1467592823653303, 0.05762632679078651, 0.027088912064069062, 0.17678754274099848, 0.07531365664883316, 0.07531365664883316, 0.07531365664883316, 0.07531365664883316, 0.03268847459763711, 0.08758238775923864, 0.01646442664673308, 0.01953495690552317, 0.07620424648698186 ], "yaxis": "y2" }, { "customdata": [ [ "https://github.com/TracyRage/muddy_db" ], [ "https://github.com/macintyrelab/CNpare" ], [ "https://github.com/andrewGhazi/mpradesigntools" ], [ "https://github.com/rauschenberger/joinet" ], [ "https://github.com/TW-Genesis/genesis-database-demo" ], [ "https://github.com/chainsawriot/rang" ], [ "https://github.com/agugonrey/GonzalezReymundez2021" ], [ "https://github.com/griffithlab/GenVisR" ], [ "https://github.com/Onogi/stacking" ], [ "https://github.com/ikmb/MAGScoT" ], [ "https://github.com/shazanfar/DCARS" ], [ "https://github.com/damiendevienne/non-layered-tidy-trees" ], [ "https://github.com/Priyadarshini-Rai/Pathomap" ], [ "https://github.com/carmonalab/scGate" ], [ "https://github.com/francescojm/CELLector_App" ], [ "https://github.com/intermine/interMineR" ], [ "https://github.com/francescojm/CELLector" ], [ "https://github.com/magStra/nonparametricSummaryPSM" ], [ "https://github.com/BioGenies/PlastoGram" ], [ "https://github.com/Zhangxf-ccnu/scMOO" ], [ "https://github.com/Zhangxf-ccnu/scMOO_experiments_codes" ], [ "https://github.com/datashield/DSData" ], [ "https://github.com/jokergoo/rGREAT" ], [ "https://github.com/jokergoo/BioMartGOGeneSets" ], [ "https://github.com/yiluheihei/microbiomeMarker" ], [ "https://github.com/XikunHan/metabolomicsR" ], [ "https://github.com/chaoszhang/A-Pro2_data" ], [ "https://github.com/moosa-r/rbioapi" ], [ "https://github.com/nutrimetabolomics/fobitools" ], [ "https://github.com/nutrimetabolomics/fobitoolsGUI" ], [ "https://github.com/adigherman/Rxnat" ], [ "https://github.com/saezlab/decoupleR_manuscript" ], [ "https://github.com/rksyouyou/SASOM-analysis" ], [ "https://github.com/Enserink-lab/screenwerk" ], [ "https://github.com/hafen/trelliscopejs" ], [ "https://github.com/taowenmicro/ggClusterNet" ], [ "https://github.com/iferres/simurg" ], [ "https://github.com/pmartR/pmartR" ], [ "https://github.com/lixiang117423/qPCRtools" ], [ "https://github.com/psoerensen/qgg" ], [ "https://github.com/crazyhottommy/scclusteval" ], [ "https://github.com/crazyhottommy/pyflow_seuratv3_parameter" ], [ "https://github.com/radamsRHA/PhyloWGA" ], [ "https://github.com/caranathunge/promor" ], [ "https://github.com/caravagnalab/rcongas_test" ], [ "https://github.com/SunXQlab/EnDecon" ], [ "https://github.com/SunXQlab/ST-deconvoulution" ], [ "https://github.com/ludvigla/semla" ], [ "https://github.com/zwdzwd/sesame" ], [ "https://github.com/KamilSJaron/smudgeplot" ], [ "https://github.com/LiesaSalzer/MobilityTransformR" ], [ "https://github.com/gkumar09/iSeqQC" ], [ "https://github.com/Acare/hacksig" ], [ "https://github.com/gangwug/nCV" ], [ "https://github.com/gangwug/nCVapp" ], [ "https://github.com/mathelab/IntLIM" ], [ "https://github.com/mlr-org/mlr3proba" ], [ "https://github.com/PF2-pasteur-fr/checkMyIndex" ], [ "https://github.com/smin95/smplot" ], [ "https://github.com/mathelab/RaMP-DB" ], [ "https://github.com/wtsi-team144/transformPhenotype" ], [ "https://github.com/ncats/IntLIM" ], [ "https://github.com/Pasquali-lab/UMI4Cats" ], [ "https://github.com/fosterlab/PrInCE" ], [ "https://github.com/keyes-timothy/tidytof" ], [ "https://github.com/kris-nader/sp-type" ], [ "https://github.com/Simon-Leonard/FlexDotPlot" ], [ "https://github.com/dlal-group/simtext" ], [ "https://github.com/FridleyLab/spatialTIME" ], [ "https://github.com/szymczak-lab/PathwayGuidedRF" ], [ "https://github.com/privefl/bigsnpr" ], [ "https://github.com/szymczak-lab/DataPathwayGuidedRF" ], [ "https://github.com/ncats/ramp-db" ], [ "https://github.com/hr1912/TreeExp" ], [ "https://github.com/hr1912/TreeExp" ], [ "https://github.com/hr1912/TreeExp" ], [ "https://github.com/hr1912/TreeExp" ], [ "https://github.com/drisso/awst" ], [ "https://github.com/matthewcarlucci/DiscoRhythm" ], [ "https://github.com/samhinshaw/metabridge_shiny" ], [ "https://github.com/YJGene0806/PRIDE_Code" ], [ "https://github.com/AnnekathrinSilvia/magnetique" ], [ "https://github.com/overton-group/eHDPrep" ], [ "https://github.com/BodenmillerGroup/cytoviewer" ], [ "https://github.com/PavlopoulosLab/Flame" ], [ "https://github.com/BMILAB/stAPAminer" ], [ "https://github.com/TobiTekath/DTUrtle" ], [ "https://github.com/RoelandKindt/AlleleShift" ], [ "https://github.com/campbio/ExperimentSubset" ], [ "https://github.com/imperialebola2018/chainchecker" ], [ "https://github.com/yxchspring/CECS" ], [ "https://github.com/arumds/webgqt" ], [ "https://github.com/jszlek/CardiacPBPK" ], [ "https://github.com/bougioukas/amstar2Vis" ], [ "https://github.com/CIMES-USNA-UMA/BaroWavelet" ], [ "https://github.com/InfOmics/Esearch3D" ], [ "https://github.com/wg99526/micloudgit" ], [ "https://github.com/HuanLab/ABCstats" ], [ "https://github.com/DennisSchlossarek/PROMISed" ], [ "https://github.com/usos/TPQCI" ], [ "https://github.com/BimberLab/cellhashR" ], [ "https://github.com/deargen/DearWXpub" ], [ "https://github.com/seantuck12/MODISTools" ], [ "https://github.com/adavi4/SAI-10k-calc" ], [ "https://github.com/kelsey209/hsrdefbuilder" ], [ "https://github.com/Changwuuu/Cuproptosis-pancancer" ], [ "https://github.com/jaleesr/TrendCatcher" ], [ "https://github.com/jaleesr/TrendCatcher" ], [ "https://github.com/jaleesr/TrendCatcher" ], [ "https://github.com/jaleesr/TrendCatcher" ], [ "https://github.com/regisoc/kibior" ], [ "https://github.com/CDCgov/TB_molecular_epidemiology" ], [ "https://github.com/ciernialab/MGEnrichmentApp" ], [ "https://github.com/MalteWillmes/IsoFishR" ], [ "https://github.com/cma2015/PEA" ], [ "https://github.com/phrh/PredRAD" ], [ "https://github.com/jaleesr/TrendCatcher" ], [ "https://github.com/jaleesr/TrendCatcher" ], [ "https://github.com/jaleesr/TrendCatcher" ], [ "https://github.com/jaleesr/TrendCatcher" ], [ "https://github.com/yufree/pmd" ], [ "https://github.com/dongxinzheng/RespirAnalyzer" ], [ "https://github.com/tangzhn/BRCA1" ], [ "https://github.com/WT215/bayNorm_papercode" ], [ "https://github.com/ExMove/ExMove" ], [ "https://github.com/mildpiggy/DEP2" ], [ "https://github.com/eudoraleer/scasa" ], [ "https://github.com/HuanLab/Paramounter" ], [ "https://github.com/pmartR/FIRM-AVP" ], [ "https://github.com/developerpiru/BEAVR" ], [ "https://github.com/CIAT-DAPA/UsefulPlants-Indicator" ], [ "https://github.com/friend1ws/pmsignature" ], [ "https://github.com/liliulab/gust" ], [ "https://github.com/openbiox/UCSCXenaShiny" ], [ "https://github.com/Camiling/stabJGL" ], [ "https://github.com/SandraThieme/BiPredict" ], [ "https://github.com/lockEF/BayesianDWD" ], [ "https://github.com/TBooker/PicMin" ], [ "https://github.com/javier-pardodiaz/sdcorGCN" ], [ "https://github.com/javier-pardodiaz/sdcorGCN" ], [ "https://github.com/javier-pardodiaz/sdcorGCN" ], [ "https://github.com/javier-pardodiaz/sdcorGCN" ], [ "https://github.com/Sepstar/PIMD" ], [ "https://github.com/fhaive/nextcast" ], [ "https://github.com/goknurginer/qtQDA" ], [ "https://github.com/BioMLBoston/PatchDCA" ], [ "https://github.com/sellerslab/gemini" ], [ "https://github.com/morphos30/PhyloCTCFLooping" ], [ "https://github.com/davidebolo1993/NanoR" ], [ "https://github.com/darlenelu72/EPEM-GMM" ], [ "https://github.com/BMILAB/AStrap" ], [ "https://github.com/kartiek/snpEnrichR" ], [ "https://github.com/Vitek-Lab/IonSpattern" ], [ "https://github.com/wangronglu/BNRR" ], [ "https://github.com/yolish/hbm" ], [ "https://github.com/MartinFXP/B-NEM" ], [ "https://github.com/biocorecrg/ExOrthist" ], [ "https://github.com/chentianlu/BiOFI" ], [ "https://github.com/mensxmachina/BioDataome" ], [ "https://github.com/genepi-freiburg/metaGWASmanager" ], [ "https://github.com/LFCFireLab/FireLossRate" ], [ "https://github.com/WangJJ-xrk/MaxKAT" ], [ "https://github.com/PavlopoulosLab/NORMA" ], [ "https://github.com/PavlopoulosLab/NORMA" ], [ "https://github.com/PavlopoulosLab/NORMA" ], [ "https://github.com/PavlopoulosLab/NORMA" ], [ "https://github.com/kr-swapnil/NetVA" ], [ "https://github.com/Xinzhe-Ni/NCG" ], [ "https://github.com/xuefenfei712/mapDATAge" ], [ "https://github.com/PavlopoulosLab/NORMA" ], [ "https://github.com/PavlopoulosLab/NORMA" ], [ "https://github.com/PavlopoulosLab/NORMA" ], [ "https://github.com/PavlopoulosLab/NORMA" ], [ "https://github.com/faezeh-bayat/VSS" ], [ "https://github.com/PFPrzytycki/CellWalkR" ], [ "https://github.com/Drinchai/BloodGen3Module" ], [ "https://github.com/fmansoori/PAPET" ], [ "https://github.com/huanglikun/BRM" ], [ "https://github.com/Shamir-Lab/PRODIGY" ], [ "https://github.com/mehmetgonen/path2surv" ], [ "https://github.com/infspiredBAT/GLASS" ], [ "https://github.com/BMILAB/TSAPA" ], [ "https://github.com/gogleva/SecretSanta" ], [ "https://github.com/tchitchek-lab/SPADEVizR" ], [ "http://github.com/markvdwiel/GRridgeCodata" ], [ "https://github.com/kbseah/genome-bin-tools" ], [ "https://github.com/billyhw/GSALightning" ], [ "https://github.com/haotian-zhuang/findPC" ], [ "https://github.com/abuchardt/geneJAM" ], [ "https://github.com/ocbinatli/mokpe" ], [ "https://github.com/zedali16/envsca" ], [ "https://github.com/sscottgraham/ConflictMetrics" ], [ "https://github.com/HamdaBinteAjmal/DBN4GRN" ], [ "https://github.com/stephenslab/flashr" ], [ "https://github.com/javier-pardodiaz/sdcorGCN" ], [ "https://github.com/javier-pardodiaz/sdcorGCN" ], [ "https://github.com/javier-pardodiaz/sdcorGCN" ], [ "https://github.com/javier-pardodiaz/sdcorGCN" ], [ "https://github.com/Greco-Lab/BMDx" ], [ "https://github.com/krumsieklab/MoDentify" ], [ "https://github.com/erhard-lab/lfc" ], [ "https://github.com/ChongWu-Biostat/MiSPU" ], [ "https://github.com/andreaskapou/BPRMeth" ], [ "https://github.com/sarbal/EGAD" ], [ "https://github.com/rebeccadeek/CoMiCoN" ], [ "https://github.com/Lagkouvardos/DivCom" ], [ "https://github.com/YenWenWang/HapDipKinship" ], [ "https://github.com/wangleink/MKER" ], [ "https://github.com/smarini/tardis-phylogenetics" ], [ "https://github.com/siqixu/MRCIP" ], [ "https://github.com/cbenoitp/flu-splicing" ], [ "https://github.com/NourMarzouka/multiclassPairs" ], [ "https://github.com/bengtssonpalme/cafe" ], [ "https://github.com/DataSlingers/clustRviz" ], [ "https://github.com/lrjuan/LDA_genome" ], [ "https://github.com/hyundoo/PRIME" ], [ "https://github.com/SCBIT-YYLab/DysRegSig" ], [ "https://github.com/menghaomiao/aitr" ], [ "https://github.com/XiDsLab/scRMD" ], [ "https://github.com/RudiSchill/MHN" ], [ "https://github.com/nyiuab/BhGLM" ], [ "https://github.com/mcanouil/NACHO" ], [ "https://github.com/QiZhangStat/TGCnA" ], [ "https://github.com/YiyiLiu1/bdChemo" ], [ "https://github.com/rramaker/R2DGC" ], [ "https://github.com/biotangweiqi/PQHE" ], [ "https://github.com/YiyiLiu1/DrugCombination" ], [ "https://github.com/ksny/Imperfect-Gold-Standard" ], [ "https://github.com/isglobal-brge/epimutacionsShiny" ], [ "https://github.com/phipsonlab/speckle" ], [ "https://github.com/padlocbio/padloc" ], [ "https://github.com/comorment/containers" ], [ "https://github.com/yuifu/millefy" ], [ "https://github.com/aoulas/scRANK" ], [ "https://github.com/IBPA/smoke_taint_prediction" ], [ "https://github.com/sjahnn/SOHPIE-DNA" ], [ "https://github.com/saeyslab/spotless-benchmark" ], [ "https://github.com/PhanstielLab/plotgardener" ], [ "https://github.com/BIGslu/kimma" ], [ "https://github.com/ayushnoori/metapaths" ], [ "https://github.com/TheJacksonLaboratory/isopretEM" ], [ "https://github.com/hms-dbmi/GenoPheno-CatalogShiny" ], [ "https://github.com/ChristofferFlensburg/SuperFreq" ], [ "https://github.com/chanw0/SparseMCMM" ], [ "https://github.com/swsoyee/TCC-GUI" ], [ "https://github.com/dozmorovlab/CTCF" ], [ "https://github.com/tinnlab/DeconBenchmark" ], [ "https://github.com/izhbannikov/spm" ], [ "https://github.com/delcore-luca/CellDifferentiationNetworks" ], [ "https://github.com/YuanChihChen/FragAssembler" ], [ "https://github.com/sjdlabgroup/Census" ], [ "https://github.com/wg99526/MiSurvGit" ], [ "https://github.com/lwheinsberg/dbGaPCheckup" ], [ "https://github.com/Yinchun-Lin/Pbine" ], [ "https://github.com/tbaccata/amica" ], [ "https://github.com/lunching/HCMM_CNVs" ], [ "https://github.com/hanjunwei-lab/CNA2Subpathway" ], [ "https://github.com/hanjunwei-lab/crmSubpathway" ], [ "https://github.com/HuffordLab/GenomeQC" ], [ "https://github.com/msadatsafavi/txBenefit" ], [ "https://github.com/liudoubletian/eBay" ], [ "https://github.com/AlexisHardy/DNAModAnnot" ], [ "https://github.com/EricSDavis/mariner" ], [ "https://github.com/HuanLab/ChloroDBPFinder" ], [ "https://github.com/jasminesmn/ABPEPserver" ], [ "https://github.com/VafaeeLab/bloodbased-pancancer-diagnosis" ], [ "https://github.com/AnqiWang2021/RBMR" ], [ "https://github.com/JiajinChen/shinyBN" ], [ "https://github.com/mazzalab-ieo/recallme" ], [ "https://github.com/wind22zhu/BioMedR" ], [ "https://github.com/Jasonlinchina/RCSM" ], [ "https://github.com/jgcri/fldgen" ], [ "https://github.com/schultzelab/Shiny-Seq" ], [ "https://github.com/MPI-BGC-Functional-Biogeography/rtry" ], [ "https://github.com/luslab/hiclipr" ], [ "https://github.com/emunte/vaRHC" ], [ "https://github.com/jwschroeder3/enricherator" ], [ "https://github.com/elolab/scshaper" ], [ "https://github.com/metasnv-tool/metaSNV" ], [ "https://github.com/HuanLab/ISFrag" ], [ "https://github.com/SunXQlab/scMLnet" ], [ "https://github.com/elolab/RepViz" ], [ "https://github.com/delosh653/ECHO" ], [ "https://github.com/yuewangpanda/BioMethyl" ], [ "https://github.com/lmweber/cytometry-clustering-comparison" ], [ "https://github.com/food-price/DOC-M-Model-Development-and-Validation" ], [ "https://github.com/alyssafrazee/derfinder" ], [ "https://github.com/MetaboComp/MUVR2" ], [ "https://github.com/NIH-CARD/ProtPipe" ], [ "https://github.com/schiebout/CAMML" ], [ "https://github.com/Fraunhofer-ITMP/E3_binder_Model" ], [ "https://github.com/Zhizhen-Zhao/IPTW-TBI" ], [ "https://github.com/Zhizhen-Zhao/IPTW-TBI" ], [ "https://github.com/Zhizhen-Zhao/IPTW-TBI" ], [ "https://github.com/Zhizhen-Zhao/IPTW-TBI" ], [ "https://github.com/matthewquinn1/changepointSelect" ], [ "https://github.com/kaistcbfg/covNormRpkg" ], [ "https://github.com/djparente/polyboost" ], [ "https://github.com/jianlin-cheng/GNET2" ], [ "https://github.com/XJJ-student/PhenoComp" ], [ "https://github.com/bertrand-lab/cobia" ], [ "https://github.com/Zhangxf-ccnu/EnImpute" ], [ "https://github.com/irycisBioinfo/PATO" ], [ "https://github.com/Zhizhen-Zhao/IPTW-TBI" ], [ "https://github.com/Zhizhen-Zhao/IPTW-TBI" ], [ "https://github.com/Zhizhen-Zhao/IPTW-TBI" ], [ "https://github.com/Zhizhen-Zhao/IPTW-TBI" ], [ "https://github.com/chernolabs/scX" ], [ "https://github.com/RaphaelS1/distribution_discrimination" ], [ "https://github.com/slzhao/GTQC" ], [ "https://github.com/ziadbkh/eQTLHap" ], [ "https://github.com/nlm-irp-jianglab/Evolink" ], [ "https://github.com/elies-ramon/kernInt" ], [ "https://github.com/84AP/MethCoresProfiler" ], [ "https://github.com/pfruan/mirPLS" ], [ "https://github.com/federicogiorgi/giorgilab" ], [ "https://github.com/vagkaratzas/PathWalks" ], [ "https://github.com/Japrin/sscClust" ], [ "https://github.com/GaoLabXDU/CEPICS" ], [ "https://github.com/huiminkang/PIBLUP" ], [ "https://github.com/isglobal-brge/CTDquerier" ], [ "https://github.com/benliemory/adaptiveHM" ], [ "https://github.com/smithlabcode/riborex" ], [ "https://github.com/mdkarcher/phylodyn" ], [ "https://github.com/PROBIC/diffsplicing" ], [ "https://github.com/raivokolde/seqlm" ], [ "https://github.com/RegulatoryGenomicsGroup/chicdiff" ], [ "https://github.com/DanielAlhassan/idDMR" ], [ "https://github.com/mainciburu/WAT3R" ], [ "https://github.com/LincolnSteinLab/MMDRP" ], [ "https://github.com/abbvie-external/OmicNavigator" ], [ "https://github.com/Li-Zhang28/BCGLM" ], [ "https://github.com/HKyleZhang/RecView" ], [ "https://github.com/Kevin-walters/lapmapr" ], [ "https://github.com/RolandBruderer/MiMB-LiP-Quant" ], [ "https://github.com/AllenSpike/CPDR" ], [ "https://github.com/meihonggao/ImReLnc" ], [ "https://github.com/venyao/MaizeSNPDB" ], [ "https://github.com/umich-biostatistics/AEenrich" ], [ "https://github.com/andreaskapou/scMET" ], [ "https://github.com/jiang-junyao/IReNA" ], [ "https://github.com/BIMIB-DISCo/VERSO" ], [ "https://github.com/tomoyukif/MCPtaggR" ], [ "https://github.com/aeeckhou/shallowHRD" ], [ "https://github.com/gxiaolab/REDITs" ], [ "https://github.com/RWParsons/circacompare" ], [ "https://github.com/rchereji/plot2DO" ], [ "https://github.com/jotech/gapseq" ], [ "https://github.com/galanisl/NetHypGeom" ], [ "https://github.com/VCCRI/CIDR" ], [ "https://github.com/lengning/OEFinder" ], [ "https://github.com/sahatava/MixMPLN" ], [ "https://github.com/FedeCastelletti/bayes_networks_mixed_data" ], [ "https://github.com/AngelCampos/txtools" ], [ "https://github.com/aoliver44/taxaHFE" ], [ "https://github.com/ebi-gene-expression-group/selectBCM" ], [ "https://github.com/gavinmdouglas/POMS" ], [ "https://github.com/kevinmildau/homologueDiscoverer" ], [ "https://github.com/vicsanga/Postre" ], [ "https://github.com/huynguyen250896/DrGA" ], [ "https://github.com/seqscope/STtools" ], [ "https://github.com/alexQiSong/scSTEM" ], [ "https://github.com/plger/pipeComp" ], [ "https://github.com/Helena-todd/TinGa" ], [ "https://github.com/lileir/MMS2plot" ], [ "https://github.com/prafols/rMSIproc" ], [ "https://github.com/stephaniehicks/methylCC" ], [ "https://github.com/jdblischak/workflowr" ], [ "https://github.com/coamo2/CD-trace" ], [ "https://github.com/cz-ye/DECENT" ], [ "https://github.com/chupan1218/ProModule" ], [ "https://github.com/soyoungryu/MetaMSD" ], [ "https://github.com/stefangraw/Allocation-Power-Optimizer" ], [ "https://github.com/alexander-nash/kurtosis_conservation" ], [ "https://github.com/mkanai/grimon" ], [ "https://github.com/dvav/eQTLBookChapter" ], [ "https://github.com/BSharmi/DPM-LGCP" ], [ "https://github.com/PhHermann/LDJump" ], [ "https://github.com/SofieVG/FlowSOM" ], [ "https://github.com/CompGenomeLab/PHACT" ], [ "https://github.com/ziyili20/CAMLU" ], [ "https://github.com/SMAC-Group/irg" ], [ "https://github.com/jutzca/Systemic-effects-of-Spinal-Cord-Injury" ], [ "https://github.com/abelson-lab/smMIP-tools" ], [ "https://github.com/danik0411/optimum-rlda" ], [ "https://github.com/wgmao/NIFA" ], [ "https://github.com/czbiohub-sf/pomelo" ], [ "https://github.com/bioinformatics-xu/DriverGenePathway" ], [ "https://github.com/YinanZhang522/SIEVE" ], [ "https://github.com/SGDDNB/CLIPreg" ], [ "https://github.com/MottaStefano/PathDetect-SOM" ], [ "https://github.com/HAN-Siyu/LION" ], [ "https://github.com/grrchrr/VisuStatR" ], [ "https://github.com/kelrenmor/farva" ], [ "https://github.com/ylab-hi/lncGSEA" ], [ "https://github.com/sysbio-bioinf/BNStatic" ], [ "https://github.com/BADD-XMU/PhosMap" ], [ "https://github.com/WheelerLab/LAI_benchmarking" ], [ "https://github.com/ccbiolab/svpluscnv" ], [ "https://github.com/ZhenshenBao/SPFA" ], [ "https://github.com/welch-lab/liger" ], [ "https://github.com/vittoriofortino84/ThETA" ], [ "https://github.com/tdw1221/NITUMID" ], [ "https://github.com/jiazhao97/BWMR" ], [ "https://github.com/ningshi/ATEN" ], [ "https://github.com/JosieLHayes/simExTargId" ], [ "https://github.com/Christopher-Amos-Lab/seXY" ], [ "https://github.com/ymatts/D3M" ], [ "https://github.com/JmWangBio/PepSetTest" ], [ "https://github.com/FocusPaka/NMFTL" ], [ "https://github.com/hanlab-SNU/PASTRY" ], [ "https://github.com/RezvanEhsani/LOCATOR" ], [ "https://github.com/fmicompbio/mutscan" ], [ "https://github.com/irinagain/iglu" ], [ "https://github.com/irinagain/iglu" ], [ "https://github.com/irinagain/iglu" ], [ "https://github.com/irinagain/iglu" ], [ "https://github.com/ETH-NEXUS/gExcite_pipeline" ], [ "https://github.com/JialinQu/gKAT" ], [ "https://github.com/michaelcarr-stats/FUCCI" ], [ "https://github.com/hxdde/SMR" ], [ "https://github.com/Karena6688/qcSSMDhomo" ], [ "https://github.com/yhai943/BLMM" ], [ "https://github.com/zty2009/Identifying-Protein-Biomarkers-in-Blood-for-Alzheimer-s-Disease" ], [ "https://github.com/iditam/CompareNPPs" ], [ "https://github.com/dy16b/Cross-Platform-Normalization" ], [ "https://github.com/LangeLab/SQuAPP" ], [ "https://github.com/philipmorrisintl/NPA" ], [ "https://github.com/cozygene/CONFINED" ], [ "https://github.com/adspit/PASCAL" ], [ "https://github.com/compgenome365/TCGA-Assembler-2" ], [ "https://github.com/SiminaB/MultiMed" ], [ "https://github.com/ShenZhang-Statistics/fastCCLasso" ], [ "https://github.com/DorothyTamYiLing/GWarrange" ], [ "https://github.com/happysundae/posMCPMod" ], [ "https://github.com/AC-PHD/Seurat_PFA_pipeline" ], [ "https://github.com/trinezac/SG_optimization" ], [ "https://github.com/keleslab/AdaLiftOver" ], [ "https://github.com/keleslab/muscle" ], [ "https://github.com/MinhaoYaooo/CoxMKF" ], [ "https://github.com/RavenGan/GR2D2" ], [ "https://github.com/MaudeDavidLab/GMEmbeddings" ], [ "https://github.com/MariaOsmala/ChromDMM" ], [ "https://github.com/giannamonti/RobZS" ], [ "https://github.com/indranillab/pseudoga" ], [ "https://github.com/NishithPaul/tWLSA" ], [ "https://github.com/cellmapslab/kimono" ], [ "https://github.com/thinhong/MethPanel" ], [ "https://github.com/grisslab/scAnnotatR" ], [ "https://github.com/Gardner-BinfLab/ncVarDB" ], [ "https://github.com/mwgrassgreen/RobNorm" ], [ "https://github.com/theorod93/sCCA" ], [ "https://github.com/YanxunXu/BaySemiCompeting" ], [ "https://github.com/mikelhernaez/linker" ], [ "https://github.com/Shamir-Lab/NEMO" ], [ "https://github.com/NCI-biostats/microbiome-fixed-reference" ], [ "https://github.com/mmaitenat/ideafix" ], [ "https://github.com/hcji/KPIC2" ], [ "https://github.com/shengqh/GLMVC" ], [ "https://github.com/jlp2duke/EnsCat" ], [ "https://github.com/UppsalaGenomeCenter/CanvasDB" ], [ "https://github.com/annaplaksienko/methyLImp2" ], [ "https://github.com/yhai943/FBLMM" ], [ "https://github.com/wangjr03/BayesKAT" ], [ "https://github.com/wangjr03/BayesKAT" ], [ "https://github.com/wangjr03/BayesKAT" ], [ "https://github.com/wangjr03/BayesKAT" ], [ "https://github.com/chunlinli/intdag" ], [ "https://github.com/Shamir-Lab/INTEND" ], [ "https://github.com/duct317/scISR" ], [ "https://github.com/Vivianstats/scLink" ], [ "https://github.com/jingeyu/CSSN" ], [ "https://github.com/asm3-nist/DART-MS-DST" ], [ "https://github.com/cuiyingbeicheng/Foldseq" ], [ "https://github.com/xiaofengsong/LncMiM" ], [ "https://github.com/galadrielbriere/ClustOmics" ], [ "https://github.com/samuelbfernandes/simplePHENOTYPES" ], [ "https://github.com/kablag/AScall" ], [ "https://github.com/lichen-lab/tfLDA" ], [ "https://github.com/ne1s0n/MTGOsc" ], [ "https://github.com/Zhangxf-ccnu/DiffNetFDR" ], [ "https://github.com/alberto-valdeolivas/RWR-MH" ], [ "https://github.com/SydneyBioX/scFeatures" ], [ "https://github.com/hzy95/EPIVAN" ], [ "https://github.com/schneebergerlab/findGSE" ], [ "https://github.com/JinfengXiao/DWCox" ], [ "https://github.com/jdwilson4/MultilayerExtraction" ], [ "https://github.com/anwala/NicheSimulation" ], [ "https://github.com/XingTang2014/annoPeak" ], [ "https://github.com/Bohdan-Khomtchouk/Microscope" ], [ "https://github.com/WarrenDavidAnderson/genomicsRpackage" ], [ "https://github.com/wangjr03/BayesKAT" ], [ "https://github.com/wangjr03/BayesKAT" ], [ "https://github.com/wangjr03/BayesKAT" ], [ "https://github.com/wangjr03/BayesKAT" ], [ "https://github.com/kasparmartens/rarity" ], [ "https://github.com/bayesrx/SPARTIN" ], [ "https://github.com/SUNHAO-JLU/Genome_Prediction-PC_DOT" ], [ "https://github.com/Usos/SPCS" ], [ "https://github.com/almeidasilvaf/SoyFungiGCN" ], [ "https://github.com/laylagerami/MAVEN" ], [ "https://github.com/Snitkin-Lab-Umich/regentrans" ], [ "https://github.com/skvanburen/scUncertaintyPaperCode" ], [ "https://github.com/delosh653/MOSAIC" ], [ "https://github.com/swrosenbaum/tGMR_simulations" ], [ "https://github.com/dpique/aneuvis" ], [ "https://github.com/cafferychen777/ggpicrust2" ], [ "https://github.com/sashahafner/ABM" ], [ "https://github.com/hanjunwei-lab/iATMEcell" ], [ "https://github.com/blekhmanlab/biomehorizon" ], [ "https://github.com/SlavovLab/DO-MS" ], [ "https://github.com/JFerrer-B/transcriptome-identifiability" ], [ "https://github.com/chuiqin/irGSEA" ], [ "https://github.com/alexchwong/SpliceWiz" ], [ "https://github.com/Song-xinyu/COMMO" ], [ "https://github.com/mengyunwu2020/PECM" ], [ "https://github.com/ywhsiao/ceRNAR" ], [ "https://github.com/MarieOestreich/hCoCena" ], [ "https://github.com/NhanNguyen000/MeDIP" ], [ "https://github.com/compbiomed/animalcules" ], [ "https://github.com/ExpectationsManaged/STRaitRazorOnline" ], [ "https://github.com/wangxlab/iGenSig-Rx" ], [ "https://github.com/wuqian77/SpaceLog" ], [ "https://github.com/Pechli-Lab/SurvdigitizeR" ], [ "https://github.com/FriedbergLab/Epictope" ], [ "https://github.com/RuiCao34/TraitScan" ], [ "https://github.com/tacazares/SeedMatchR" ], [ "https://github.com/lasseignelab/CoSIA" ], [ "https://github.com/knights-lab/LMdist" ], [ "https://github.com/abbiAR/PLBAffinity" ], [ "https://github.com/TomDuchemin/mixed_surveillance" ], [ "https://github.com/xuyp-csu/CellBRF" ], [ "https://github.com/slrvv/CENTRE" ], [ "https://github.com/stjude/TALL-example" ], [ "https://github.com/keleslab/INCA" ], [ "https://github.com/huangzhii/TSUNAMI" ], [ "https://github.com/raalizadeh/RIdea" ], [ "https://github.com/XiaQiong/GMMLasso" ], [ "https://github.com/ay-lab/dcHiC" ], [ "https://github.com/AndresMCB/DynamicCancerDriver" ], [ "https://github.com/khazum/ccImpute" ], [ "https://github.com/jyyulab/scMINER" ], [ "https://github.com/bdesanctis/binning-accuracy" ], [ "https://github.com/rli20ST758/FILF" ], [ "https://github.com/cziegenhain/UMIcountR" ], [ "https://github.com/MAITYA02/circgene" ], [ "https://github.com/nathan-gill/pps" ], [ "https://github.com/robert19960424/IndGOterm" ], [ "https://github.com/peterbchi/CNVSelectR" ], [ "https://github.com/ChrispinChaguza/RCandy" ], [ "https://github.com/MathSZhang/CALLR" ], [ "https://github.com/aLiehrmann/CROCS" ], [ "https://github.com/hikuru/PRER" ], [ "https://github.com/bill1167/hostgbms" ], [ "https://github.com/liangliangwangsfu/healthCurveCode" ], [ "https://github.com/ubagithub/TEnGExA" ], [ "https://github.com/rmarceauwest/fiveSTAR" ], [ "https://github.com/wangshisheng/NAguideR" ], [ "https://github.com/biomedbigdata/ASimulatoR" ], [ "https://github.com/S-YIN/MIXnorm" ], [ "https://github.com/vpalombo/PANEV" ], [ "https://github.com/sarahsamorodnitsky/Pan-Cancer-Survival-Modeling" ], [ "https://github.com/mingjingsi/LPM" ], [ "https://github.com/atfrank/CS2Structure" ], [ "https://github.com/SydneyBioX/CiteFuse" ], [ "https://github.com/EwaSzczurek/LEM" ], [ "https://github.com/liuyu8721/csmd" ], [ "https://github.com/VartikaBisht6197/NFnetFu" ], [ "https://github.com/seasamgo/rescue" ], [ "https://github.com/anjalisilva/MPLNClust" ], [ "https://github.com/cozygene/FEAST" ], [ "https://github.com/SoufianeAjana/Blisar" ], [ "https://github.com/rosedu1/deconvSeq" ], [ "https://github.com/molgenis/NIPTeR" ], [ "https://github.com/LupienLab/SMURF" ], [ "https://github.com/mrborges23/delta_statistic" ], [ "https://github.com/FocusPaka/SIMD" ], [ "https://github.com/tengfei-emory/QuantNorm" ], [ "https://github.com/gimelbrantlab/magic" ], [ "https://github.com/bmannakee/mapexr" ], [ "https://github.com/theislab/kbranches" ], [ "https://github.com/rcavalcante/annotatr" ], [ "https://github.com/yunzhang813/FUNNEL-GSEA-R-Package" ], [ "https://github.com/chaninn/osFP" ], [ "https://github.com/tdhock/PeakError" ], [ "https://github.com/RuggeroFerrazza/IsotopicLabelling" ], [ "https://github.com/yiluheihei/shiny-RevEcoR" ], [ "https://github.com/zji90/TSCAN" ], [ "https://github.com/michbur/chipPCR" ], [ "https://github.com/reineckef/quandico" ], [ "https://github.com/mwsill/s4vdpca" ], [ "https://github.com/WillHackett22/RAMZIS" ], [ "https://github.com/camlab-bioml/leader" ], [ "https://github.com/HXu06/MK-BMC" ], [ "https://github.com/theimagelab/entrain" ], [ "https://github.com/huayingfang/gmcoda" ], [ "https://github.com/zjuRong/openNAU" ], [ "https://github.com/Lucas-Prates/blockcpd" ], [ "https://github.com/bschilder/ThreeWayTest" ], [ "https://github.com/wendelljpereira/DArTseqMet" ], [ "https://github.com/YanhaoHuo/dysregulated-DNBs" ], [ "https://github.com/ShangCS/MCLS" ], [ "https://github.com/Netralab/GenericParallelFramework" ], [ "https://github.com/MinjieSh/Cosbin" ], [ "https://github.com/latlio/onlinefdr_rnaseq_simulation" ], [ "https://github.com/calliste-fagard-jenkin/rGAI" ], [ "https://github.com/UCA-MSI/ABEILLE" ], [ "https://github.com/noriakis/CBNplot" ], [ "https://github.com/yuabrahamliu/scDeconv" ], [ "https://github.com/ococrook/hdxstats" ], [ "https://github.com/tianwei-yu/AIME" ], [ "https://github.com/ChengkuiZhao/Single-cell-miRNA-prediction" ], [ "https://github.com/chenhong-dkfz/GenomeTornadoPlot" ], [ "https://github.com/NiJianWei996/RF-SVM" ], [ "https://github.com/seriph78/COTAN" ], [ "https://github.com/guldenolgun/NoRCE" ], [ "https://github.com/northomics/MetaProfiler" ], [ "https://github.com/AMSSwanglab/GuidingNet" ], [ "https://github.com/jumphone/Vector" ], [ "https://github.com/inzilico/imputeqc" ], [ "https://github.com/VCCRI/Sierra" ], [ "https://github.com/MAITYA02/semmcmc" ], [ "https://github.com/gersteinlab/topicnet" ], [ "https://github.com/dbdimitrov/BingleSeq" ], [ "https://github.com/IPCO-Rlibrary/IPCO" ], [ "https://github.com/XPHenry/Netfrac" ], [ "https://github.com/zhanghfd/contamDE" ], [ "https://github.com/CNRGH/crimmix" ], [ "https://github.com/ManuelLamothe/RapidACi" ], [ "https://github.com/irinagain/iglu" ], [ "https://github.com/irinagain/iglu" ], [ "https://github.com/irinagain/iglu" ], [ "https://github.com/irinagain/iglu" ], [ "https://github.com/zakih/organoidDynamics" ], [ "https://github.com/ZhuMSLab/DecoMetDIA" ], [ "https://github.com/wuaipinglab/ImmuCC" ], [ "https://github.com/eporetsky/MutRank" ], [ "https://github.com/grizant/n1pas" ], [ "https://github.com/VCCRI/Ularcirc" ], [ "https://github.com/lsncibb/SummaryAUC" ], [ "https://github.com/aplantin/pldist" ], [ "https://github.com/pn51/laggedOrderedLassoNetwork" ], [ "https://github.com/GuanLab/phosphoproteome_prediction" ], [ "https://github.com/SchulzLab/Triangulate" ], [ "https://github.com/angy89/RobustClusteringPatientSubtyping" ], [ "https://github.com/VCCRI/C3" ], [ "https://github.com/zhaoni153/GHT" ], [ "https://github.com/jchen1981/MicrobiomeDDA" ], [ "https://github.com/Singh-Lab/Differential-Mutation-Analysis" ], [ "https://github.com/CartwrightLab/WuEtAl2017" ], [ "https://github.com/ThomasChln/snpclust" ], [ "https://github.com/ewyang089/SDEAP" ], [ "https://github.com/hardin47/rmscca" ], [ "https://github.com/WaylandM/meristogram" ], [ "https://github.com/xfwang/CLOSE" ], [ "https://github.com/bhklab/genefu" ], [ "https://github.com/YinanZheng/HIMA" ], [ "https://github.com/ZWangTen/MethParquet" ], [ "https://github.com/lozuponelab/knowledge-source-mappings" ], [ "https://github.com/yorgodillo/ProteoSign" ], [ "https://github.com/roqe/MACtest" ], [ "https://github.com/hsjeon1217/conditional_method" ], [ "https://github.com/Cuily-v/Colorectal_cancer" ], [ "https://github.com/Richard-Packer/DeepPheWAS" ], [ "https://github.com/zhangt369/SurvivalPath" ], [ "https://github.com/biomedbigdata/circRNA-sponging" ], [ "https://github.com/diskin-lab-chop/AutoGVP" ], [ "https://github.com/GeneTranslationLab-IRB/tRNAstudio" ], [ "https://github.com/molinfrimed/multi-kinases" ], [ "https://github.com/LXQin/DANA" ], [ "https://github.com/PYangLab/SPSs" ], [ "https://github.com/Bao-Lab/GPSmatch" ], [ "https://github.com/ymatts/RoDiCE" ], [ "https://github.com/demichelislab/FaME" ], [ "https://github.com/reprotc/geocoding" ], [ "https://github.com/Luisiglm/KBoost" ], [ "https://github.com/SJTU-CGM/ivTerm" ], [ "https://github.com/mnodzenski/epistasisGA" ], [ "https://github.com/ClavelLab/MiMiC" ], [ "https://github.com/shanrongzhao/QuickIsoSeq" ], [ "https://github.com/kshestop/DCMD" ], [ "https://github.com/weitinging/MinNetRank" ], [ "https://github.com/KavrakiLab/TL-MHC" ], [ "https://github.com/stevemidway/MultipleComparisons" ], [ "https://github.com/haydenmoffat/sequential_design_for_predator_prey_experiments" ], [ "https://github.com/YaluWen/OmicPred" ], [ "https://github.com/walter-ca/Basic4CSim" ], [ "https://github.com/csclab/RMut" ], [ "https://github.com/xgaoo/ClusterMap" ], [ "https://github.com/jchiquet/multivarNetwork" ], [ "https://github.com/matt-sutton/sgspls" ], [ "https://github.com/slimsuite/SLiMEnrich" ], [ "https://github.com/nishithkumarpaul/Rvolcano" ], [ "https://github.com/fanglab/MatrixEpistasis" ], [ "https://github.com/mghamilton/polyAinv" ], [ "https://github.com/franapoli/gep2pep" ], [ "https://github.com/ashar799/SBC" ], [ "https://github.com/michaelLenz/EstiTiCS" ], [ "https://github.com/andrewparkermorgan/argyle" ], [ "https://github.com/bornea/APOSTL" ], [ "https://github.com/mfumagalli/ngsTools" ], [ "https://github.com/SiweiCui/EpigeneticControlOfSingle-CellExpressionVariability" ], [ "https://github.com/shanny01/benchmark" ], [ "https://github.com/tbilab/associationsubgraphs" ], [ "https://github.com/CBMi-BiG/bamchop" ], [ "https://github.com/ncc-bioinfo/ASpedia-R" ], [ "https://github.com/simo1c/GateMeClass" ], [ "https://github.com/Papatheodorou-Group/CATD_snakemake" ], [ "https://github.com/CDCgov/shinyMBA" ], [ "https://github.com/weiyuchung/CONY" ], [ "https://github.com/AMSSwanglab/SpecLoop" ], [ "https://github.com/cgmisc-team/cgmisc" ], [ "https://github.com/XuLabSJTU/COL" ], [ "https://github.com/XinmengLiao/Open_MoA" ], [ "https://github.com/mfumagalli/ngsJulia" ], [ "https://github.com/hnishio/cellssm" ], [ "https://github.com/owkin/CovadjustSim" ], [ "https://github.com/bayesrx/RxTree" ], [ "https://github.com/srtaheri/OptimalAdjustmentSet" ], [ "https://github.com/daniellyz/meRgeION2" ], [ "https://github.com/empiricalbayes/CSCDRNA" ], [ "https://github.com/AleVin1995/MutExMatSorting" ], [ "https://github.com/Lagkouvardos/Cronos" ], [ "https://github.com/IFREMER-LERBL/EcoTransLearn" ], [ "https://github.com/xuwenwu24/Bootstrap-test" ], [ "https://github.com/horsedayday/eQTLsingle" ], [ "https://github.com/ucasdp/BiTSC2" ], [ "https://github.com/chencxxy28/DRDnet" ], [ "https://github.com/mpierrejean/pintmf" ], [ "https://github.com/huanglikun/BSA-seqDesignTool" ], [ "https://github.com/BabuLab-UofR/TempSpac" ], [ "https://github.com/prabhakarlab/scConsensus" ], [ "https://github.com/proteinphysiologylab/frustratometeR" ], [ "https://github.com/hauldhut/drivergene" ], [ "https://github.com/TomasVrzal/DeepReI" ], [ "https://github.com/sunshanwen/BP4RNAseq" ], [ "https://github.com/jeonglab/scCLUE" ], [ "https://github.com/Vitek-Lab/mi-CNN_MSI" ], [ "https://github.com/arezourahimi/mtgsbc" ], [ "https://github.com/lockEF/BayesianScreening" ], [ "https://github.com/powellgenomicslab/scPred" ], [ "https://github.com/PNNL-Comp-Mass-Spec/Rodin" ], [ "https://github.com/pulmonomics-lab/ccml" ], [ "https://github.com/bgbrink/ddPCRvis" ], [ "https://github.com/ZhoulabCPH/ccml" ], [ "https://github.com/hd2326/ModificationNumber" ], [ "https://github.com/ropensci/chirps" ], [ "https://github.com/choileena/EHR" ], [ "https://github.com/bluegreen-labs/daymetr" ], [ "https://github.com/cuhklinlab/scAMACE" ], [ "https://github.com/insilico/Rinbix" ], [ "https://github.com/insilico/PriorKnowledgeEpistasisRank" ], [ "https://github.com/humengying0907/InstaPrism" ], [ "https://github.com/fredcommo/aCGH_viewer" ], [ "https://github.com/DotanOr/DataCheQC" ], [ "https://github.com/bigomics/metaLINCS" ], [ "https://github.com/PheWAS/PheWAS" ], [ "https://github.com/YuLab-SMU/ggbreak" ], [ "https://github.com/zky0708/2DImpute" ], [ "https://github.com/Onogi/VIGoR" ], [ "https://github.com/humengying0907/InstaPrismSourceCode" ], [ "https://github.com/roblanf/sangeranalyseR" ], [ "https://github.com/loubator/MultiRNAflow" ], [ "https://github.com/ropensci/nasapower" ], [ "https://github.com/GHLCLab/phexpo" ], [ "https://github.com/mailund/admixture_graph" ], [ "https://github.com/gangwug/MetaCycle" ], [ "https://github.com/ay-lab/HiCtrans" ], [ "https://github.com/YonghuiDong/CCWeights" ], [ "https://github.com/royfrancis/pophelper" ], [ "https://github.com/yannrivault/queryMed" ], [ "https://github.com/chloelulu/tdGBH" ], [ "https://github.com/chloelulu/tdGBH-paper" ], [ "https://github.com/shaunpwilkinson/aphid" ], [ "https://github.com/stanlazic/desiR" ], [ "https://github.com/erikagardini/spathial" ], [ "https://github.com/iraiosub/riboseq-flow" ], [ "https://github.com/mmilano87/analyzeC19D" ], [ "https://github.com/mschubert/clustermq" ], [ "https://github.com/mschubert/clustermq-performance" ], [ "https://github.com/debsin/dropClust" ], [ "https://github.com/Mathelab/RaMP-DB" ], [ "https://github.com/galelab/Whitmore_scPathoQuant_testSets" ], [ "https://github.com/sjackman/uniqtag" ], [ "https://github.com/znoor/iSwathX" ], [ "https://github.com/anitamnd/MetaboLink" ], [ "https://github.com/statgenlmu/coala" ], [ "https://github.com/rauschenberger/cornet" ], [ "https://github.com/YaolingYang/HTRX" ], [ "https://github.com/okdll/mpwR" ], [ "https://github.com/bcgsc/orca" ], [ "https://github.com/katlande/PCBS" ], [ "https://github.com/lucp9827/signtrans" ], [ "https://github.com/nygenome/SCANVIS" ], [ "https://github.com/fjmurguzur/causalizeR" ], [ "https://github.com/MDplot/MDplot" ], [ "https://github.com/YasinEl/mzRAPP" ], [ "https://github.com/lin-lab/COVID19-Viz" ], [ "https://github.com/Askarbek-orakov/ASAR" ], [ "https://github.com/lin-lab/COVID19-Rt" ], [ "https://github.com/hms-dbmi/UpSetR" ], [ "https://github.com/thrushcyc-github/BMull" ], [ "https://github.com/interactivereport/Quickomics" ], [ "https://github.com/KlugerLab/t-SNE-Heatmaps" ], [ "https://github.com/vonkaenelerik/ShollBayes" ], [ "https://github.com/vonkaenelerik/hierarchical_sholl" ], [ "https://github.com/nutrimetabolomics/POMAShiny" ], [ "https://github.com/Danko-Lab/rtfbs_db" ], [ "https://github.com/SONGDONGYUAN1994/rscsampler" ], [ "https://github.com/nutrimetabolomics/POMA" ], [ "https://github.com/Boizard/PRYNT" ], [ "https://github.com/equipeGST/RiboDoc" ], [ "https://github.com/HajkD/biomartr" ], [ "https://github.com/shka/R-SAMstrt" ], [ "https://github.com/sauravbsaha/uCAREChemSuiteCLI" ], [ "https://github.com/fcampelo/epitopes" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/AgResearch/data_prism" ], [ "https://github.com/SchlitzerLab/IntestLine" ], [ "https://github.com/Winnie09/Palo" ], [ "https://github.com/beatrizgj/MDPbiome" ], [ "https://github.com/ConesaLab/MultiBaC" ], [ "https://github.com/jpquast/protti" ], [ "https://github.com/chrcarrizosa/shinyseg" ], [ "https://github.com/zoecastillo/microbiomeExplorer" ], [ "https://github.com/radamsRHA/GppFst" ], [ "https://github.com/YonghuiDong/RawHummus" ], [ "https://github.com/EricLarG4/g4dbr" ], [ "https://github.com/KechrisLab/SmCCNet" ], [ "https://github.com/zhqingit/giremi" ], [ "https://github.com/Neuropathology-Giessen/SangeR" ], [ "https://github.com/tom-jenkins/mapmixture" ], [ "https://github.com/cellgeni/batchbench" ], [ "https://github.com/federicogiorgi/corto" ], [ "https://github.com/shbrief/AnVILWorkflow" ], [ "https://github.com/mbadge/candi" ], [ "https://github.com/zhangjunpeng411/SCOM" ], [ "https://github.com/tdepke/CluMSID" ], [ "https://github.com/phenomecentre/metabotyping-dementia-urine" ], [ "https://github.com/jamesdalg/CNVScope" ], [ "https://github.com/iullah1980/MCTcodes" ], [ "https://github.com/ctDNA/TNER" ], [ "https://github.com/cbg-ethz/pcNEM" ], [ "https://github.com/molsysbio/STASNet" ], [ "https://github.com/syspremed/exploBATCH" ], [ "https://github.com/lanagarmire/NMFEM" ], [ "https://github.com/chrisamiller/fishplot" ], [ "https://github.com/masedki/MHTrajectoryR" ], [ "https://github.com/chvlyl/ZIBR" ], [ "https://github.com/adam-sam-brown/aRrayLasso" ], [ "https://github.com/Junfang/AKSmooth" ], [ "https://github.com/lilit-nersisyan/computel" ], [ "https://github.com/tahirulqamar/Deep-HPI-pred" ], [ "https://github.com/Christensen-Lab-Dartmouth/methyLiftover" ], [ "https://github.com/apalania/pradclass" ], [ "https://github.com/Bgi-LUSH/GPMeta" ], [ "https://github.com/gzhmat/ShinyCNV" ], [ "https://github.com/elvanov/MOGAMUN" ], [ "https://github.com/adamtaiti/SARS-CoV-2" ], [ "https://github.com/tadeu95/BAGS" ], [ "https://github.com/EESI/themetagenomics" ], [ "https://github.com/JinmiaoChenLab/ezSingleCell2" ], [ "https://github.com/Bishop-Laboratory/correlationAnalyzeR" ], [ "https://github.com/bahlolab/PlasmoSTR" ], [ "https://github.com/jamesjiadazhan/dietaryindex" ], [ "https://github.com/mlyc93/WALTER" ], [ "https://github.com/zhangjunpeng411/LncmiRSRN" ], [ "https://github.com/lzcyzm/DRME" ], [ "https://github.com/jenniferfranks/FSQN" ], [ "https://github.com/cacha0227/ncappc" ], [ "https://github.com/nianqiaoju/snp-slice" ], [ "https://github.com/SchmidtGroupNKI/TGSdrivergene_validity" ], [ "https://github.com/chengzhouwu/gbdmr" ], [ "https://github.com/singlecellomics/ursa" ], [ "https://github.com/LichtargeLab/ShinyBioHEAT" ], [ "https://github.com/nunofonseca/irap" ], [ "https://github.com/dcgerard/reproduce_prior_sims" ], [ "https://github.com/JhuangLab/BioInstaller" ], [ "https://github.com/cunningham-lab/codacore" ], [ "https://github.com/CshlSiepelLab/nascentRNASim" ], [ "https://github.com/CshlSiepelLab/DENR" ], [ "https://github.com/Bohdan-Khomtchouk/shinyheatmap" ], [ "https://github.com/bioinfo-tsukuba/CCPLS" ], [ "https://github.com/bbiswas1989/scHD4E" ], [ "https://github.com/bbiswas1989/scHD4E-Shiny" ], [ "https://github.com/Wu-Lab/RENDOR" ], [ "https://github.com/Wu-Lab/RENDOR-reproduce" ], [ "https://github.com/carmonalab/UCell" ], [ "https://github.com/cbg-ethz/pareg" ], [ "https://github.com/ytakemon/GRETTA" ], [ "https://github.com/stjude/ChIPseqSpikeInFree" ], [ "https://github.com/sebastianduchene/clockstarg" ], [ "https://github.com/GfellerLab/MetacellAnalysisToolkit" ], [ "https://github.com/ciccalab/MEGA" ], [ "https://github.com/lptolik/R4Kappa" ], [ "https://github.com/lcsb-bds/transreg" ], [ "https://github.com/MCWComputationalBiologyLab/BioModME" ], [ "https://github.com/xia-lab/MetaboAnalystR" ], [ "https://github.com/NFMC/SynRio" ], [ "https://github.com/CCY-dev/LongDat" ], [ "https://github.com/lockEF/NonparametricMultiway" ], [ "https://github.com/rauschenberger/starnet" ], [ "https://github.com/Proteomicslab57357/UniprotR" ], [ "https://github.com/calebclass/Shiny-NanoTube" ], [ "https://github.com/JINJINT/ESCO" ], [ "https://github.com/danis102/seqpac" ], [ "https://github.com/stianlagstad/chimeraviz" ], [ "https://github.com/buckleylab/HTSSIP" ], [ "https://github.com/TheMillerLab/genetex" ], [ "https://github.com/roblanf/minion_qc" ], [ "https://github.com/rdiaz02/EvAM-Tools" ], [ "https://github.com/SGDDNB/ShinyCell" ], [ "https://github.com/bioinfo-tsukuba/CCPLS_paper" ], [ "https://github.com/pepascuzzi/CellMinerCompanion" ], [ "https://github.com/BiologicalRecordsCentre/Odonata_traits" ], [ "https://github.com/MarekSlenker/MorphoTools2" ], [ "https://github.com/dphansti/Sushi" ], [ "https://github.com/andersst91/UAStools" ], [ "https://github.com/kszkop/flexiMAP" ], [ "https://github.com/jedick/chem16S" ], [ "https://github.com/wmalab/scHiCDiff" ], [ "https://github.com/omorante/shinyepico" ], [ "https://github.com/Genentech/GameRank" ], [ "https://github.com/HajkD/myTAI" ], [ "https://github.com/philipmorrisintl/GladiaTOX" ], [ "https://github.com/shamsaraj/ezqsar" ], [ "https://github.com/JLSteenwyk/ggpubfigs" ], [ "https://github.com/tomastokar/gsoap" ], [ "https://github.com/ccrainic/upstrap" ], [ "https://github.com/ding-lab/MIRMMR" ], [ "https://github.com/tgrimes/SeqNet" ], [ "https://github.com/pertzlab/shiny-timecourse-inspector" ], [ "https://github.com/Jstacs/DepLogo" ], [ "https://github.com/zji90/Smmit" ], [ "https://github.com/agapiospanos/TableOne" ], [ "https://github.com/benkeser/slapnap" ], [ "https://github.com/ec363/parsleyapp" ], [ "https://github.com/JEFworks-Lab/SEraster" ], [ "https://github.com/TRON-Bioinformatics/splice2neo" ], [ "https://github.com/transbioZI/dsMTLBase" ], [ "https://github.com/transbioZI/dsMTLClient" ], [ "https://github.com/soumelis-lab/ICELLNET" ], [ "https://github.com/thdiakon/ccaR" ], [ "https://github.com/zuoquanchen/NanoCross" ], [ "https://github.com/CostaLab/MOJITOO" ], [ "https://github.com/lucidif/HiCeekR" ], [ "https://github.com/BZdrazil/Moving_Targets" ], [ "https://github.com/CasedUgr/KnowSeq" ], [ "https://github.com/sreejatadutta/PerSEveML" ], [ "https://github.com/sreejatadutta/PerSEveML" ], [ "https://github.com/sreejatadutta/PerSEveML" ], [ "https://github.com/sreejatadutta/PerSEveML" ], [ "https://github.com/elolaine/HOPMA" ], [ "https://github.com/ziyili20/TOAST" ], [ "https://github.com/AmiryousefiLab/IRplus" ], [ "https://github.com/statsleelab/kompute" ], [ "https://github.com/lab319/gwas_filter" ], [ "https://github.com/michorlab/estipop" ], [ "https://github.com/LuigiAugugliaro/cglasso" ], [ "https://github.com/bioinformatist/CrossICC" ], [ "https://github.com/alex-bio/UniProtExtractR" ], [ "https://github.com/bioinfocz/scdrake" ], [ "https://github.com/ErasmusMC-CCBC/ProteoDisco" ], [ "https://github.com/saeyslab/nichenetr" ], [ "https://github.com/jsigao/prioritree" ], [ "https://github.com/lauzingaretti/LinkHD" ], [ "https://github.com/frankkramer-lab/ndexr" ], [ "https://github.com/saezlab/ShinyFUNKI" ], [ "https://github.com/routhlab/ViReMaShiny" ], [ "https://github.com/genemine/IsoCell" ], [ "https://github.com/almeidasilvaf/HybridExpress" ], [ "https://github.com/GreiffLab/immuneSIM" ], [ "https://github.com/SydneyBioX/MoleculeExperiment" ], [ "https://github.com/almeidasilvaf/syntenet" ], [ "https://github.com/georgeg0/PheGWAS" ], [ "https://github.com/CalvinTChi/hierBipartite" ], [ "https://github.com/jacobimarsh/crosshap" ], [ "https://github.com/tallulandrews/M3Drop" ], [ "https://github.com/PlantDefenseMetabolism/MetCirc" ], [ "https://github.com/montilab/hypeR" ], [ "https://github.com/agaye/proper_extension" ], [ "https://github.com/holtzy/GenMap-Comparator" ], [ "https://github.com/kypraios/epiABC" ], [ "https://github.com/jfortin1/shinyMethyl" ], [ "https://github.com/cparsania/FungiExpresZ" ], [ "https://github.com/cnsb-boston/Omics_Notebook" ], [ "https://github.com/qunfengdong/AntibodyTest" ], [ "https://github.com/mochar/cell_variation" ], [ "https://github.com/CenterForStatistics-UGent/SPsimSeq" ], [ "https://github.com/hasaniqbal777/MetumpX-bin" ], [ "https://github.com/lockEF/MultiwayRegression" ], [ "https://github.com/ezer/PAFway" ], [ "https://github.com/mchiapello/Ramf" ], [ "https://github.com/DCGenomics/DangerTrack" ], [ "https://github.com/immcore/iS-CellR" ], [ "https://github.com/Mathelab/ALTRE" ], [ "https://github.com/oncogenetics/LocusExplorer" ], [ "https://github.com/wzhy2000/Funmap2" ], [ "https://github.com/paoloinglese/SPUTNIK" ], [ "https://github.com/SaskiaFreytag/schex" ], [ "https://github.com/sanjaysinghrathi/DILI-Classifier" ], [ "https://github.com/kts-desilva/FlexStat" ], [ "https://github.com/WMBEdmands/compMS2Miner" ], [ "https://github.com/datapplab/SBGNview" ], [ "https://github.com/mqzhanglab/wHC" ], [ "https://github.com/JEFworks-Lab/veloviz" ], [ "https://github.com/lafontaine-uchc/dynalogo" ], [ "https://github.com/sreejatadutta/PerSEveML" ], [ "https://github.com/sreejatadutta/PerSEveML" ], [ "https://github.com/sreejatadutta/PerSEveML" ], [ "https://github.com/sreejatadutta/PerSEveML" ], [ "https://github.com/LingyiC/CASCC" ], [ "https://github.com/genostats/Ravages" ], [ "https://github.com/EliasFarr/SPOT" ], [ "https://github.com/markkukuismin/MCPeSe" ], [ "https://github.com/cbg-ethz/timeseriesNEM" ], [ "https://github.com/ocroci/ChroKit" ], [ "https://github.com/BodenmillerGroup/cytomapper_publication" ], [ "https://github.com/CL-CHEN-Lab/OK-Seq" ], [ "https://github.com/sigven/oncoEnrichR" ], [ "https://github.com/lauravongoc/EDIR" ], [ "https://github.com/PaulRegnier/PICAFlow" ], [ "https://github.com/esm-ispm-unibe-ch/rob-men" ], [ "https://github.com/JRC-COMBINE/FORESEE" ], [ "https://github.com/mcosta27/MDexciteR" ], [ "https://github.com/ssokolen/rnmrfind" ], [ "https://github.com/ShixiangWang/sigflow" ], [ "https://github.com/zji90/SCRAT" ], [ "https://github.com/CCICB/CRUX" ], [ "https://github.com/Kufalab-UCSD/kboolnet" ], [ "https://github.com/pylelab/RSCanner" ], [ "https://github.com/dajmcdon/suffpcr" ], [ "https://github.com/mgt000/IntegrativeAnalysis" ], [ "https://github.com/ColemanRHarris/mxnorm" ], [ "https://github.com/dyxmvp/Spatial_ATAC-seq" ], [ "https://github.com/dyxmvp/spatial-CUT-Tag" ], [ "https://github.com/BlankenbergLab/galaxy-tools-blankenberg" ], [ "https://github.com/gangwug/LTMR" ], [ "https://github.com/modeloriented/survex" ], [ "https://github.com/lunching/wiSDOM" ], [ "https://github.com/NWPU-903PR/Funm6AViewer" ], [ "https://github.com/KosukeHamazaki/RAINBOWR" ], [ "https://github.com/almeidasilvaf/SoyPestGCN" ], [ "https://github.com/PoisonAlien/trackplot" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/anmabu/beeRapp" ], [ "https://github.com/himelmallick/BayesRecipe" ], [ "https://github.com/CBIIT/LDlinkR" ], [ "https://github.com/siskac/discordant" ], [ "https://github.com/edsgard/scphaser" ], [ "https://github.com/dgittins/CANT-HYD-HydrocarbonBiodegradation" ], [ "https://github.com/Dulab2020/ARMT" ], [ "https://github.com/bioinfoDZ/Stereo3D" ], [ "https://github.com/amelbek/pamgeneAnalyzeR" ], [ "https://github.com/amcrisan/Adjutant" ], [ "https://github.com/AitchisonLab/Deleteome-Tools" ], [ "https://github.com/tastanlab/Kinship-Privacy" ], [ "https://github.com/ramiromagno/gwasrapidd" ], [ "https://github.com/william-denault/ffw" ], [ "https://github.com/n-mounier/bGWAS" ], [ "https://github.com/robogeno/SVMDO" ], [ "https://github.com/rhondabacher/methylscaper" ], [ "https://github.com/cbg-ethz/dce" ], [ "https://github.com/tsuda16k/materialmodifier" ], [ "https://github.com/hugheylab/simphony" ], [ "https://github.com/ropensci/cRegulome" ], [ "https://github.com/HannahVMeyer/PhenotypeSimulator" ], [ "https://github.com/goncalves-lab/waddR" ], [ "https://github.com/SPIDDOR/SPIDDOR" ], [ "https://github.com/mli171/MultibinAlpha" ], [ "https://github.com/YaluWen/TBLMM" ], [ "https://github.com/lasseignelab/CINmetrics" ], [ "https://github.com/USEPA/TELSS" ], [ "https://github.com/Manuelaio/uncoverappLib" ], [ "https://github.com/Xiaoqizheng/InfiniumPurify" ], [ "https://github.com/MartaBofillRoig/SurvBin" ], [ "https://github.com/dzhang32/ggtranscript" ], [ "https://github.com/hsinyenwu/RiboPlotR" ], [ "https://github.com/whirlsyu/EnMCB" ], [ "https://github.com/IVDgenomicslab/scDetect" ], [ "https://github.com/Xpaths/dartpaths-app" ], [ "https://github.com/CostaLab/scMEGA" ], [ "https://github.com/Caleb-Huo/AWFisher" ], [ "https://github.com/lsncibb/microbiomeGWAS" ], [ "https://github.com/mafed/msWaldHMP" ], [ "https://github.com/ngalanter/rct2otrbounds" ], [ "https://github.com/showteeth/ggcoverage" ], [ "https://github.com/FridleyLab/spatialGE" ], [ "https://github.com/rwehrens/ptw" ], [ "https://github.com/OSS-Lab/MetQy" ], [ "https://github.com/zmx21/G2GSnake" ], [ "https://github.com/amishra-stats/taro-package" ], [ "https://github.com/Polytech-bioinf/MRGCN" ], [ "https://github.com/dylanbeeber/crispRdesignR" ], [ "https://github.com/dozmorovlab/TADCompare" ], [ "https://github.com/oqe/varanto" ], [ "https://github.com/Roestlab/DrawAlignR" ], [ "https://github.com/seifemi/regNet" ], [ "https://github.com/ddhb/Workflow_of_Chipseq" ], [ "https://github.com/JingZhou2015/MeSHSim" ], [ "https://github.com/ByrumLab/PTMViz" ], [ "https://github.com/KerryAM-R/ggVolcanoR" ], [ "https://github.com/ConesaLab/MirCure" ], [ "https://github.com/maizeatlas/spears" ], [ "https://github.com/raghvendra5688/BCrystal" ], [ "https://github.com/northomics/pepFunk" ], [ "https://github.com/RedaRawi/PaRSnIP" ], [ "https://github.com/rramadeu/AGHmatrix" ], [ "https://github.com/Matrisome/MatrisomeAnalyzeR" ], [ "https://github.com/AmiryousefiLab/ENDS" ], [ "https://github.com/tkonopka/mouse-embeddings" ], [ "https://github.com/yasinkaymaz/HieRFIT" ], [ "https://github.com/YuLab-SMU/nCov2019" ], [ "https://github.com/guomics-lab/batch_server" ], [ "https://github.com/BrianOSullivanGit/vcfView" ], [ "https://github.com/QiwenKang/CURatio" ], [ "https://github.com/takfung/ResDisMapper" ], [ "https://github.com/fmicompbio/monaLisa" ], [ "https://github.com/nmelzer/CLARITY" ], [ "https://github.com/JRowleyLab/HiCrayon" ], [ "https://github.com/phipsonlab/SuperCellCyto" ], [ "https://github.com/bioinfoDZ/HSMotifDiscover" ], [ "https://github.com/BabuLab-UofR/HPiP" ], [ "https://github.com/ZJUFanLab/scTITANS" ], [ "https://github.com/BBCG/ramr" ], [ "https://github.com/QiZhangStat/EBHiC" ], [ "https://github.com/JBrownBiostat/Dino" ], [ "https://github.com/JamesGallant/ProVision" ], [ "https://github.com/osenan/cliqueMS" ], [ "https://github.com/muhligs/regmex" ], [ "https://github.com/HuanLab/AVIR" ], [ "https://github.com/kuppal2/xMWAS" ], [ "https://github.com/anddssan/CLOUDe" ], [ "https://github.com/WangHYLab/ExosomePurity" ], [ "https://github.com/bioinfoDZ/scDAPP" ], [ "https://github.com/egeulgen/PANACEA" ], [ "https://github.com/begumbektas/makl" ], [ "https://github.com/orijitghosh/VANESSA-DAM" ], [ "https://github.com/sqyu/CorDiffViz" ], [ "https://github.com/Greco-Lab/CpGmotifs" ], [ "https://github.com/yigbt/multiGSEA" ], [ "https://github.com/wgmao/DataRemix" ], [ "https://github.com/benoukraflab/TFregulomeR" ], [ "https://github.com/TiagoOlivoto/metan" ], [ "https://github.com/ul-research-support/spcapp" ], [ "https://github.com/venyao/shinyChromosome" ], [ "https://github.com/interactivereport/RNASequest" ], [ "https://github.com/zhenzhang-li/RNMF" ], [ "https://github.com/TesiNicco/snpXplorer" ], [ "https://github.com/cfbeuchel/Metabolite-Investigator" ], [ "https://github.com/pmcharrison/ppm" ], [ "https://github.com/Gavin-Yinld/brain_TF" ], [ "https://github.com/benjjneb/dada2" ], [ "https://github.com/LuigiAugugliaro/dgcox" ], [ "https://github.com/bwringe/hybriddetective" ], [ "https://github.com/tbuder/CellTrans" ], [ "https://github.com/hr1912/TreeExp" ], [ "https://github.com/hr1912/TreeExp" ], [ "https://github.com/hr1912/TreeExp" ], [ "https://github.com/hr1912/TreeExp" ], [ "https://github.com/bshihlab/evergene" ], [ "https://github.com/BBCG/epialleleR" ], [ "https://github.com/SarahAyton/MuTATE" ], [ "https://github.com/Vivianstats/PhitestR" ], [ "https://github.com/mi-erasmusmc/TreatmentPatterns" ], [ "https://github.com/krumsieklab/sgi" ], [ "https://github.com/JoWatson2011/subcellularvis" ], [ "https://github.com/pisuduo/Feature-Weighted-Ordinal-Classification-FWOC" ], [ "https://github.com/pieterjanvc/wgs2amr" ], [ "https://github.com/potdarswapnil/Breeze" ], [ "https://github.com/Gorbalenya-Lab/LAMPA" ], [ "https://github.com/nlawlor/V-SVA" ], [ "https://github.com/cbg-ethz/epiNEM" ], [ "https://github.com/biodataganache/leapR" ], [ "https://github.com/Jialab-UCR/GDCRNATools" ], [ "https://github.com/binderh/CoxBoost" ], [ "https://github.com/nickjcroucher/progressionEstimation" ], [ "https://github.com/ChiLiubio/microeco" ], [ "https://github.com/Gregor-Mendel-Institute/tissue-enrichment-test" ], [ "https://github.com/nuria-sv/toscca" ], [ "https://github.com/cran/FactoMineR" ], [ "https://github.com/ssokolen/rnmrfit" ], [ "https://github.com/GaoLabXDU/RobustCCC" ], [ "https://github.com/J-P-Borg/BioInformatics" ], [ "https://github.com/MengweiLi-project/gmqn" ], [ "https://github.com/maialab/quincunx" ], [ "https://github.com/krisrs1128/multitable_review" ], [ "https://github.com/UofABioinformaticsHub/shinyNgsreports" ], [ "https://github.com/kouroshz/fenn" ], [ "https://github.com/tchitchek-lab/CytoBackBone" ], [ "https://github.com/JLSteenwyk/treehouse" ], [ "https://github.com/Greco-Lab/INfORM" ], [ "https://github.com/csoneson/countsimQC" ], [ "https://github.com/manalirupji/CASAS" ], [ "https://github.com/etiennelord/BRIDES" ], [ "https://github.com/SammedMandape/MMDIT_UI" ], [ "https://github.com/davidquigley/aardvark" ], [ "https://github.com/ShuklaLab/muSignAl" ], [ "https://github.com/rohan-shah/mpMap2" ], [ "https://github.com/MathOnco/EvoFreq" ], [ "https://github.com/martijn-cordes/ImSpectR" ], [ "https://github.com/StephanSeifert/SurrogateMinimalDepth" ], [ "https://github.com/sahandk/SUBSTRA" ], [ "https://github.com/transbioZI/Gimpute" ], [ "https://github.com/BIONF/phyloprofile" ], [ "https://github.com/sarahsamorodnitsky/SPOT" ], [ "https://github.com/sarahsamorodnitsky/SPOT" ], [ "https://github.com/sarahsamorodnitsky/SPOT" ], [ "https://github.com/sarahsamorodnitsky/SPOT" ], [ "https://github.com/MD-Anderson-Bioinformatics/RPPASPACE" ], [ "https://github.com/plaisier-lab/ccafv2_R" ], [ "https://github.com/jtleek/sva-devel" ], [ "https://github.com/YTLogos/BnaSNPDB" ], [ "https://github.com/RSamyak/fmatrix" ], [ "https://github.com/venyao/ECOGEMS" ], [ "https://github.com/databio2022/GraphBio" ], [ "https://github.com/jochotecoa/ml_proteomics" ], [ "https://github.com/xylimeng/fQR-testing" ], [ "https://github.com/xizhou/co-occurrence-analysis" ], [ "https://github.com/BiodataAnalysisGroup/UMIc" ], [ "https://github.com/rorynolan/nandb" ], [ "https://github.com/mayalevy/CENA" ], [ "https://github.com/MCorentin/VarGen" ], [ "https://github.com/JoniColeman/gwas_scripts" ], [ "https://github.com/ugcd/solarius" ], [ "https://github.com/YuLab-SMU/ggmsa" ], [ "https://github.com/pkhoueiry/fcScan" ], [ "https://github.com/WangLabHKUST/CNAPE" ], [ "https://github.com/yuabrahamliu/CWGCNA" ], [ "https://github.com/noriakis/ggkegg" ], [ "https://github.com/gavinmdouglas/FuncDiv" ], [ "https://github.com/elodiegermani/SAPHIR" ], [ "https://github.com/PhanstielLab/coralp" ], [ "https://github.com/thackmann/Distanced" ], [ "https://github.com/ropensci/colocr" ], [ "https://github.com/mbanf/METACLUSTER" ], [ "https://github.com/venyao/intansv" ], [ "https://github.com/boutroslab/HTSvis" ], [ "https://github.com/ChaonanLi/microgeo" ], [ "https://github.com/omnideconv/immunedeconv" ], [ "https://github.com/msolmazm/sema" ], [ "https://github.com/EleonoraLusito/Reverse_Engineering_BC_GRNs" ], [ "https://github.com/FelixGuenther/nc_covid19_bavaria" ], [ "https://github.com/songlab-cal/StratPGS" ], [ "https://github.com/noriakis/biotextgraph" ], [ "https://github.com/C4TB/shinyExprPortal" ], [ "https://github.com/BMILAB/vizAPA" ], [ "https://github.com/AparicioJohan/MrBeanApp" ], [ "https://github.com/CalebPecka/ATAC-Seq-Pipeline" ], [ "https://github.com/kzb193/AMAT" ], [ "https://github.com/mbsohn/cmmb" ], [ "https://github.com/FKappenberg/Paper-IdentificationAlertConcentrations" ], [ "https://github.com/YaluWen/Uomic" ], [ "https://github.com/Linlab-slu/TSSr" ], [ "https://github.com/missuse/ragp" ], [ "https://github.com/dmirman/gazer" ], [ "https://github.com/Shoombuatong2527/anticancer-peptides-review" ], [ "https://github.com/Zhangxf-ccnu/DiffGraph" ], [ "https://github.com/StatGenPRD/STOPGAP" ], [ "https://github.com/sigven/pcgr" ], [ "https://github.com/StantonLabDartmouth/AppScanGEO" ], [ "https://github.com/Wedge-lab/AmplificationTimeR" ], [ "https://github.com/AliYoussef96/parazitCUB" ], [ "https://github.com/MarioniLab/miloDE" ], [ "https://github.com/johnschwenck/bp" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/irinagain/mixedCCA" ], [ "https://github.com/SiWolf/SCORE" ], [ "https://github.com/karakulahg/TEffectR" ], [ "https://github.com/arendsee/phylostratr" ], [ "https://github.com/ZJUFanLab/scCATCH" ], [ "https://github.com/raphaelleman/SpliceLauncher" ], [ "https://github.com/Edert/NVT" ], [ "https://github.com/BiostatQian/ASAFE" ], [ "https://github.com/thomasvangurp/epiGBS" ], [ "https://github.com/NHPatterson/RegCombIMS" ], [ "https://github.com/cjendres1/nhanes" ], [ "https://github.com/WGS-TB/TreeShapeStats" ], [ "https://github.com/yunliUNC/HPTAD" ], [ "https://github.com/mrcuizhe/svmATAC" ], [ "https://github.com/cbg-ethz/nempi" ], [ "https://github.com/gladex/PM-FSOR" ], [ "https://github.com/gefeizhang/ZIAQ" ], [ "https://github.com/unistbig/netGO" ], [ "https://github.com/BioAlgs/Parallelism" ], [ "https://github.com/NooshinSh/Matched_Forest" ], [ "https://github.com/amcdavid/HurdleNormal" ], [ "https://github.com/jewellsean/LZeroSpikeInference" ], [ "https://github.com/cbg-ethz/mnem" ], [ "https://github.com/dieterich-lab/pulseR" ], [ "https://github.com/sarahsamorodnitsky/SPOT" ], [ "https://github.com/sarahsamorodnitsky/SPOT" ], [ "https://github.com/sarahsamorodnitsky/SPOT" ], [ "https://github.com/sarahsamorodnitsky/SPOT" ], [ "https://github.com/tbilab/multimorbidity_explorer" ], [ "https://github.com/EJarrattBarnham/AMReader" ], [ "https://github.com/2yngsklab/deadenylation-kinetics" ], [ "https://github.com/jkruppa/kmerPyramid" ], [ "https://github.com/SysBioUAB/hpi_predictor" ], [ "https://github.com/Pinlyu3/LRLoop" ], [ "https://github.com/fgcz/rawrr" ], [ "https://github.com/huynguyen250896/oCEM" ], [ "https://github.com/GMOD/JBrowseR" ], [ "https://github.com/m-ramchandran/tree-weighting" ], [ "https://github.com/irilenia/baerhunter" ], [ "https://github.com/transbioZI/RMTL" ], [ "https://github.com/jorgevazcast/Viromic-diversity" ], [ "https://github.com/kdri-genomics/Hayai-Annotation-Plants" ], [ "https://github.com/manalirupji/GAC" ], [ "https://github.com/JCVenterInstitute/ggrasp" ], [ "https://github.com/izhbannikov/rqt" ], [ "https://github.com/LiangXujun/LRSSL" ], [ "https://github.com/alekseyenko/Tw2" ], [ "https://github.com/danlbek/Seed" ], [ "https://github.com/skandlab/SMuRF" ], [ "https://github.com/polytechnicXTT/Deep-Subspace-Mutual-Learning" ] ], "hovertemplate": "Primary language=R
Time of Existence (days)=%{x}
Normalized Total Entropy=%{y}
Repository URL=%{customdata[0]}", "legendgroup": "R", "marker": { "color": "#00cc96", "opacity": 0.5, "symbol": "circle" }, "mode": "markers", "name": "R", "showlegend": true, "type": "scattergl", "x": [ 312, 206, 1359, 1344, 217, 345, 126, 3394, 160, 450, 915, 242, 200, 1209, 812, 2213, 1838, 150, 584, 7, 6, 306, 3379, 367, 1479, 707, 48, 1337, 775, 668, 1285, 216, 88, 317, 2648, 1365, 298, 2846, 497, 2987, 970, 674, 28, 459, 273, 107, 713, 553, 3017, 1990, 203, 618, 462, 385, 0, 1856, 1812, 1067, 1143, 1347, 730, 1925, 1737, 1133, 1233, 166, 806, 375, 1500, 257, 2886, 13, 2482, 1263, 1263, 1263, 1263, 1696, 1067, 2111, 0, 366, 315, 588, 929, 146, 1508, 90, 421, 481, 117, 153, 350, 223, 520, 524, 531, 2, 304, 30, 1204, 820, 2391, 732, 433, 401, 1029, 1029, 1029, 1029, 488, 1112, 1300, 1181, 1345, 755, 1029, 1029, 1029, 1029, 2242, 19, null, 9, 638, 621, 958, 429, 143, 702, 611, 1447, 1140, 1951, 929, 210, 5, 452, 268, 268, 268, 268, 952, 0, 286, 601, 1354, 389, 357, 157, 976, 424, 99, 14, 0, 3280, 1504, 138, 1602, 363, 296, 0, 785, 785, 785, 785, 387, 398, 233, 785, 785, 785, 785, 591, 1106, 420, 0, 1089, 1188, 253, 2766, 1103, 623, 2628, 539, 1339, 632, 391, 1147, 301, 0, 23, 551, 2303, 268, 268, 268, 268, 1048, 1156, 1994, 893, 1541, 1944, 369, 722, 199, 0, 447, 5, 302, 985, 1062, 934, 1, 609, 542, 951, 889, 1848, 2152, 2039, 395, 2214, 173, 85, 4, 271, 43, 110, 1365, 1166, 871, 309, 492, 177, 962, 1801, 1047, 618, 63, 1128, 3059, 2, 2134, 595, 600, 2636, 477, 183, 293, 363, 356, 15, 781, 1146, 220, 186, 876, 39, 324, 915, 739, 60, 281, 1050, 1, 1573, 1025, 949, 256, 970, 469, 910, 286, 483, 527, 231, 1798, 531, 327, 462, 937, 1293, 496, 245, 819, 65, 691, 866, 134, 185, 185, 185, 185, 840, 360, 497, 571, 0, 761, 87, 1351, 185, 185, 185, 185, 497, 131, 790, 272, 445, 623, 246, 72, 675, 890, 2363, 448, 78, 1964, 293, 1732, 2898, 420, 1921, 971, 197, 436, 1152, 1544, 377, 573, null, 402, 59, 0, 1418, 801, 1374, 1023, 933, 745, 1768, 457, 1599, 1732, 2452, 603, 407, 246, 13, 0, 1557, 384, 793, 903, 15, 428, 1001, 452, 357, 747, 240, 586, 2123, 1127, 2633, 0, 1863, 0, 713, 249, 72, 1469, 59, 527, 855, 3357, 1158, 444, 441, 931, 1142, 1551, 756, 202, 330, 59, 571, 111, 1274, 352, 1386, 21, 607, 502, 352, 189, 148, 2187, 550, 0, 1662, 751, 587, 254, 273, 363, 0, 1630, 361, 1848, 1828, 1828, 1828, 1828, 670, 469, 126, 28, 65, 476, 0, 839, 0, 586, 808, 154, 771, 181, 1753, 101, 852, 0, 166, 411, 308, 407, 463, 113, 485, 851, 328, 686, 0, 1023, 445, 859, 454, 925, 785, 0, 427, 601, 417, 539, 1967, 1915, 259, 277, 489, 40, 500, 500, 500, 500, 991, 0, 526, 882, 384, 120, 191, 178, 533, 905, 352, 122, 1170, 147, 1138, 785, 74, 2561, 176, 532, 3, 681, 718, 184, 500, 500, 500, 500, 750, 368, 126, 205, 16, 824, 718, 6, 419, 203, 369, 470, 1462, null, 1514, 2189, 5, 1019, 725, 0, null, 667, 670, 1141, 1892, 1203, 677, 901, 1215, 1045, 404, 272, 421, 187, 108, 0, 458, 852, 307, 20, 1335, 134, 254, 1294, 745, 924, 1732, 291, 402, 411, 612, 69, 0, 8, 421, 118, 22, 374, null, 767, 108, 1342, 554, 1113, 51, 1108, 142, 631, 661, 1169, 4, 135, 467, 543, 2012, 2285, 395, 1197, 1254, 535, 1335, 167, 861, 947, 347, 1194, 2210, 1329, 239, 3336, 176, 5, 2938, 2496, 1411, 386, 2023, 111, 472, 383, 199, 131, 365, 19, 83, 0, 53, 380, 781, 84, 734, 279, 828, 831, 434, 72, 753, 1018, 0, 1220, 1242, 0, 72, 1504, 873, 1584, 636, 0, 724, 215, 261, 1118, 206, 409, 1828, 1828, 1828, 1828, 439, 1004, 1842, 841, 0, 1472, 25, 913, 331, 176, 283, 1169, 319, 54, 421, 1440, 709, 1712, 470, 562, 550, 881, 4134, 3149, 242, 203, 1406, 824, 0, 1, 699, 548, 988, 670, 247, 92, 1105, 161, 230, 22, 193, 169, 390, 38, 1157, 382, 34, 213, 23, 352, 550, 90, 19, 0, 754, 1232, 0, 555, 444, 0, 2, 1654, 572, 1024, 81, 1046, 1157, 3504, 188, 178, 1347, 474, 204, 792, 739, 1358, 900, 0, 3366, 0, 372, 2442, 259, 0, 20, 119, 1490, 585, 688, 657, 533, 6, null, 648, 312, 1013, 315, 391, 0, 1470, 331, 526, 674, null, 156, 1385, 1587, 1217, 1946, 74, 624, 0, 137, 1604, 2383, 2810, 65, 2287, 155, 492, 223, 430, 127, 3254, 1001, 155, 3261, 142, 3036, 413, 2394, 169, 1072, 2503, 1485, 187, 2507, 502, 221, 124, 2919, 2118, 307, 473, 796, 3718, 512, 993, 1347, 168, 2881, 796, 436, 3660, 1884, 634, 515, 1071, 73, 321, 154, 173, 2444, 1558, 714, 609, 751, 2042, 0, 1265, 328, 270, 477, 1285, 1756, 3, 858, 534, 1171, 3616, 148, 378, 0, 11, 11, 11, 11, 11, 11, 11, 11, 11, 2580, 519, 240, 460, 951, 1480, 200, 766, 1142, 520, 207, 2209, 838, 631, 468, 1160, 1271, 1236, 826, 38, 1443, 345, 1617, 0, 650, 615, 1848, 634, 255, 2749, 198, 2818, 130, 1476, 3473, 113, 2, 162, 623, 1795, 782, 621, 1710, 1147, 806, 1158, 156, 685, 235, 1749, 0, 0, 2079, 257, 358, 555, 468, 433, 1936, 1055, 2148, 179, 447, 597, 1408, 537, 60, 0, 27, 191, 1122, 1663, 1095, 1106, 278, 358, 530, 1550, 613, 643, 2446, 270, 1531, 43, 521, 1478, 1095, 370, 1379, 2555, 1153, 261, 2038, 1082, 1192, 373, 86, 1301, 1184, 2806, 596, 1067, 795, 1037, 1139, 939, 3566, 1752, 1071, 1132, 65, 794, 142, 997, 2622, 776, 0, 152, 872, 161, 293, 1160, 637, 736, 1521, 0, 391, 673, 1097, 560, 1220, 23, 23, 23, 23, 1181, 1483, 646, 761, 455, 624, 19, 1508, 180, 777, 497, 2306, 655, 1257, 3221, 1172, 61, 383, 129, 1614, 463, 722, 1193, 344, 607, 2945, 669, 1773, 97, 2559, 2, 3668, 1631, 1573, null, 35, 1899, 172, 1108, 0, 1808, 84, 489, 636, 3390, 756, 2242, 1685, null, 59, 356, 1110, 1154, 766, 156, 23, 23, 23, 23, 205, 2416, 154, 1092, 4, 1024, 345, 1178, 1378, 257, 360, 406, 747, 664, 0, 1396, 1532, 1038, 1494, 255, 393, 5, 600, 662, null, 2388, 211, 654, 166, 570, 1612, 79, 1213, 11, 11, 11, 11, 11, 11, 11, 11, 11, 691, null, 1780, 2478, 684, 614, 685, 386, 28, 826, 348, 688, 1871, 547, 2141, 2893, 1264, 1222, 767, 1571, 968, 1562, 1457, 907, 113, 13, 770, 505, 1039, 1, 808, 230, 1539, 1093, 159, 147, 799, 2003, 348, 130, 77, 679, 1224, 2876, 1554, 757, 309, 607, 1780, 1154, 901, 186, 1093, 1092, 5, 1353, 526, 746, 403, 639, 1027, 987, 2810, 115, 188, 155, 918, 773, 529, 115, 1260, 1903, 2286, 377, 421, 441, 415, 337, 316, 639, 63, 592, 620, 1987, 2182, 59, 1316, 329, 414, 116, 557, 79, 1213, 709, 0, 1117, 862, 2014, 2234, 140, 1636, 987, 458, 1680, 841, 815, 10, 3449, 12, 2576, 252, 1263, 1263, 1263, 1263, 92, 1285, 91, 177, 746, 952, 853, 183, 1, 382, null, 552, 2648, 1841, 1092, 2072, 668, 1558, 33, 540, 6585, 375, 40, 298, 183, 564, 419, 931, 567, 233, 985, 1778, 2617, 220, 2351, 755, 720, 612, 1944, 888, 257, 1453, 214, 1527, 1960, 189, 189, 189, 189, 1318, 359, 3081, 494, 1208, 1925, 377, 358, 699, 1, 1003, 1739, 102, 1592, 2669, 1425, 338, 1073, 289, 208, 456, 361, 524, 859, 742, 535, 514, 3781, 636, 255, 2059, 150, 10, 186, 236, 956, 1165, 165, 1375, 444, null, 0, 9, 7, 1637, 1433, 2554, 37, 1119, 1176, 2675, 1888, 836, 206, 745, 652, 11, 11, 11, 11, 11, 11, 11, 11, 11, 1545, 910, 259, 1872, 1370, 1958, 2037, 659, 1679, 1058, 3316, 1030, 4, 184, 1702, 810, 179, 635, 407, 1026, 2659, 629, 2434, 729, 189, 189, 189, 189, 15, 333, 0, 315, 474, 190, 1344, 945, 1183, 84, 1855, 22, 5, 1774, 219, 2333, 120, 153, 748, 2658, 2470, 323 ], "xaxis": "x", "y": [ 0.07336816813804375, 0.06922084633052224, 0.04194164838277577, 0.07278748467550715, 0.07590791659241111, 0.02514016483580876, 0.20840934051668797, 0.022956600738671007, 0.1881087234000407, 0.07380230775495686, 0.025525813199677536, 0.2304679308472359, 0.2152897633084437, 0.11838631462882544, 0.061529987407592475, 0.06196916284542939, 0.06132151720454299, 0.1550331044764407, 0.09570407476208354, 0.08046932462987767, 0.202209874321085, 0.231136709095642, 0.02007821442098244, 0.06274340173171698, 0.03422569421503845, 0.010958608671694408, 0.12939138368692338, 0.031170482809502156, 0.027692580786126863, 0.15119914136614956, 0.12140991704410502, 0.11131059417956753, 0.025471880957389597, 0, 0.03867669092540473, 0.045165021838338947, 0.14288231885911137, 0.016635774209392898, 0.07998945427994555, 0.03333652153696364, 0.06442874832629227, 0.28184582754736803, 0, 0.05310221325853979, 0.06393347928633086, 0.1609775849068111, 0.17929463056859898, 0.016799358818641585, 0.03220182144644233, 0.07980789472031005, 0.15631770082064134, 0.06664743211792168, 0.0729705062192293, 0.30599166139561657, 0, 0.05610835240001359, 0.024620149940191575, 0.15222390664148627, 0.05689595050215844, 0.007933683812516716, 0.16287393402107725, 0.05373201398179979, 0.03921949487472283, 0.06042770531668264, 0.023014643327693485, 0.1885668314704884, 0.02926067350924338, 0.11916213039999989, 0.03754961020653224, 0.16395759516445135, 0.010755549234264928, 0.1287921238293924, 0.0017984634265756998, 0.03964695254267954, 0.03964695254267954, 0.03964695254267954, 0.03964695254267954, 0.16020143953429586, 0.0558177665592997, 0.00959285156744569, 0.3822309070854422, 0.08332172769351738, 0.06053123775884702, 0.11748995826332728, 0.009627844419518094, 0.02919288585154387, 0.019976648129460425, 0.1481075403307845, 0.08445384843074114, 0.13134996538249877, 0.15286267165170792, 0.025452013782931916, 0.01950565802453245, 0.1133521614821768, 0.07140116739190716, 0.10160476231314544, 0.08808411917416172, 0.24662074908855697, 0.08727034966672514, 0.39035772093916793, 0.01865212689706757, 0.06572681573235956, 0.020662156653648837, 0.12721994745655302, 0.08748453581360717, 0.02249154898282251, 0.035157198873638516, 0.035157198873638516, 0.035157198873638516, 0.035157198873638516, 0.04358824203819421, 0.06930273094918316, 0.11123624197213076, 0.025183783892266436, 0.022375398322472113, 0.11288346878660054, 0.035157198873638516, 0.035157198873638516, 0.035157198873638516, 0.035157198873638516, 0.03074622037306717, 0.02175777212189902, null, 0.025673330376225902, 0.03026728726469814, 0.010876713045895268, 0.014802573972582243, 0.1611938010956757, 0.13444783274895047, 0.009097291451433042, 0.02092449198045353, 0.023146963134937845, 0.387355357965875, 0.019484744183799325, 0.10065364791967588, 0.04465421112157365, 0.2965838264315506, 0.11171898767526188, 0.052272945518556095, 0.052272945518556095, 0.052272945518556095, 0.052272945518556095, 0.014160937777786872, 0.08222538354224322, 0.19310402354503312, 0.11497544498525251, 0.06549684881774832, 0.0932744523449464, 0.15465165426477304, 0.22862833485574124, 0.04812051591717531, 0.1451160109849454, 0.2277181421828989, 0, 0.4832439787014365, 0.06749564405295216, 0.06293028747976931, 0.13175506934982403, 0.06810752958086054, 0.05621163557042472, 0.21543464824786931, 0.2130388746216316, 0.03212231882748529, 0.03212231882748529, 0.03212231882748529, 0.03212231882748529, 0.018802484782990465, 0.17114667468199507, 0.101526669376495, 0.03212231882748529, 0.03212231882748529, 0.03212231882748529, 0.03212231882748529, 0.2363195290190732, 0.004779020396579571, 0.15938194707497708, 0, 0.097696910828634, 0.11982224093705995, 0, 0.03471115650492911, 0.031009780056747656, 0.03393288129989366, 0.005207296577505702, 0.07663703203402995, 0.019635080623465095, 0.16031986060100725, 0.1850839423456175, 0.03908777435334055, 0.31102015453035947, 0.19468755633622084, 0.04264635346272119, 0.06695011542356057, 0.050230115427575744, 0.052272945518556095, 0.052272945518556095, 0.052272945518556095, 0.052272945518556095, 0.07395964165300856, 0.05851101061881621, 0.17930383249603132, 0.14596842911452065, 0.03425619390899277, 0.05370146537647559, 0.14184031879864484, 0.0999237242263979, 0.14420842549603868, 0.5, 0.0015406163059064218, 0.24232569903517215, 0.21766840959746792, 0.05942753676765325, 0.1345399146589124, 0.02327979525302564, 0.1378523253135201, 0.20765649722646723, 0.09269365274020154, 0.12194323225866184, 0.26856615858689925, 0.07080058092597137, 0.09417444429653696, 0.04218602370095177, 0.20442405829871912, 0.13102164271243633, 0.06673051427940083, 0.18520508553762852, 0.30963973363113717, 0, 0.02743027100510488, 0.08103598747444123, 0.07995823447252562, 0.004631256727599274, 0.005482798874061205, 0.19287381574515797, 0.06359561736459948, 0.17610236762807352, 0.03097405945927457, 0.03503001405113212, 0.03010827249196398, 0.021880572287941588, 0.17951790422189082, 0.18105004360631147, 0.04530049234299156, 0.14436259592953302, 0.02660106710409595, 0.05660682920631716, 0.19870116073418995, 0.04551292851712298, 0.044888475283434655, 0.06627392519019237, 0.09740836053967672, 0.14926634760072074, 0.019941223335780307, 0.3915435285396084, 0.02240025767587113, 0.09164082990829348, 0.17075194045636605, 0.08295421501448494, 0.05204994119573639, 0.11540463420100616, 0.15598622382121846, 0.028253460462855425, 0.04258354333476387, 0, 0.11375734533384102, 0.009288016247716748, 0.27382426502872714, 0.02749287133686634, 0.0020850022756750196, 0.023604770029064855, 0.12455395073713142, 0.01082342394123728, 0.023491005607769323, 0.031474299819612146, 0.08948825435737695, 0.026391563705934564, 0.03418174687276802, 0.10047340613460612, 0.07707692541905148, 0.16066727455643412, 0.0069699916366471526, 0.06142286131942008, 0.09658874317967613, 0.2844947208904755, 0.0685856564941416, 0.02425990518620772, 0.05232576169011387, 0.04568143679845246, 0.08303262612761551, 0.18329505901386628, 0.03021340503060205, 0.22607091165502535, 0.22607091165502535, 0.22607091165502535, 0.22607091165502535, 0.05421953508676433, 0.2383842849312108, 0.10976013976762142, 0.1441247900807409, 0.2572848767180653, 0.02149620877082422, 0.04807869988515578, 0.031298490171940994, 0.22607091165502535, 0.22607091165502535, 0.22607091165502535, 0.22607091165502535, 0.01907455167693291, 0.16861623236945142, 0.2360764554746936, 0, 0.0151899424452909, 0.08464806919592285, 0.050481659046733594, 0.2377468702677349, 0.0068242356767923016, 0.07944827142203902, 0.07522614949378692, 0.05263711894450454, 0.1989632111028498, 0.08241083492157907, 0.16138078506609008, 0.07063125897385461, 0.05176446750236214, 0.043681991787106134, 0.1735819091537373, 0.04968571725540026, 0.10942113758927192, 0.07030670729170624, 0.025471536330776538, 0.03270685708200887, 0.31801315176595724, 0.006742691645668777, null, 0.17635468785073172, 0.08394758318503728, 0.16473217331692308, 0.002174209653784739, 0.04958141836994768, 0.08303331683449187, 0.043722406315948155, 0.08724581999649579, 0.019643375933851903, 0.1247910121224134, 0.28106510535965706, 0.12421499499912264, 0.09110719824172464, 0.015476635785528612, 0.20373606396215108, 0.0935804728615642, 0.09695953833698392, 0.08826053105270706, 0.3605729826260823, 0.017925515556936673, 0.16353224860077195, 0.0350625830651531, 0.09515492489286234, 0.08286917141411208, 0.033860858925203983, 0.10946554606603844, 0.03315625482646227, 0.010155485059423812, 0.06377414127612073, 0.08179691778907457, 0.04962525957949201, 0.04188889330669854, 0.19051236078801137, 0.03503262471414155, 0.051543999686956915, 0.07874218423958676, 0.25499737373196574, 0.1093183486252292, 0.3287751489012794, 0.04351757967574494, 0.1686241093208263, 0.2451114281752549, 0.01086356225109786, 0.10535526309093414, 0.02730549229486953, 0.026630442529802085, 0.2695260664800736, 0.07420386173928456, 0.0640975949807961, 0.05815533143653968, 0.025364545908021546, 0.1383270693045857, 0.02125121029162055, 0.1359774828016162, 0.269632800146276, 0.01868235285339359, 0.0885356625809365, 0.07068190071824687, 0.018259732539720405, 0.16565642369773426, 0.07616719604321395, 0.0016332007382589644, 0.023466693274847312, 0.08180090073716445, 0.0459507064484375, 0.3145570010048174, 0.022664628584789768, 0.0023597831240245656, 0.06558351946870712, 0.2220104434694722, 0.08726404703974099, 0.06583156929544581, 0.10121729020075115, 0.16686102917339446, 0.09697035636854272, 0.4231158347345579, 0.1896733420289913, 0.1471014223794377, 0.05432422310772231, 0.002397146254974303, 0.002397146254974303, 0.002397146254974303, 0.002397146254974303, 0.08057709413631207, 0.47140367424773505, 0.027882665483920887, 0.20431894030777617, 0, 0.08946714594634525, 0.05537646656105729, 0.01679629419277335, 0.1542052140470126, 0.01917771052158129, 0.10234590957595573, 0.12486416569865638, 0.1351787984671136, 0.0652950705667456, 0.25790765446163005, 0.1957386389925631, 0.0034210447240506916, 0.2717822215997982, 0.1830077876973603, 0.16781823084428815, 0.08993987820429385, 0.1309048084720456, 0.14296675712944282, 0.4394547261869209, 0.04790833008916108, 0.056824648408991416, 0.1039639292469598, 0.28613777980392946, 0.12038262132783643, 0.021549002738850496, 0.04310162659106669, 0.05582790753703695, 0.07585644119473461, 0.2151748192442059, 0.3565093206077729, 0.18047024419278215, 0.09836225837052666, 0.11817457590063948, 0.2223075702247351, 0.01895218495820934, 0.07146151690354383, 0.2519910187270559, 0.07310782601458954, 0.23211579377529667, 0.10615837233851352, 0, 0.2188071933943678, 0.2188071933943678, 0.2188071933943678, 0.2188071933943678, 0.18430899871655895, 0.16405629808122618, 0.19483093473982804, 0.20041683342331348, 0.21751994998352409, 0.0655609567740761, 0.2314184724491696, 0.1940540965479713, 0.004635935829791846, 0.08442330767217204, 0.043305454890311054, 0.3896026848723401, 0.06555823570381292, 0.0492398776616392, 0.02245661267720784, 0.017139181114423287, 0.07641819477667619, 0.10232514608298802, 0.14312650014227749, 0.08906065703744434, 0.23642274264465624, 0.3167662612306166, 0.1138372409641151, 0.04800795303298256, 0.2188071933943678, 0.2188071933943678, 0.2188071933943678, 0.2188071933943678, 0.09164204733241904, 0.14455165573832002, 0.2812032497026983, 0.31947934222226193, 0.08346237826545193, 0.06638362762767891, 0.009695032460554294, 0.11797921468058092, 0.1662668509973913, 0.2540015258537711, 0.10465385136454096, 0.04522660020312077, 0.05480614287460783, null, 0.07333643564394336, 0.03453487735066683, 0.4248755686266487, 0.0504795682079837, 0.03342078794016979, 0, null, 0.0857563218576764, 0.01969061344338684, 0.007798576365601832, 0.043163532017117215, 0.04314374332782377, 0.0015096848321916425, 0.07206505821538145, 0.054261647610652775, 0.0667662053591702, 0.11623671162370504, 0.11836214071371676, 0.0905643973986464, 0.048772249387933495, 0.11472244150085568, 0.38100948295500386, 0.10578046223577482, 0.017758598366764602, 0.054371925224743566, 0.0032467834006589587, 0.03472378464725268, 0.07473558108688712, 0.19447244115435167, 0.08847421405845884, 0.015447281560219468, 0.10149537884409578, 0.006314085768200959, 0.3795557721274553, 0.13139136016956376, 0.12907168174204384, 0.1570372172865272, 0.5137800073303841, 0.1514994562150376, 0.20045598685402544, 0.04242480937217688, 0.0375291998001309, 0.10648262296883096, 0.005770586050821315, null, 0.1950635552161058, 0.05814454223505703, 0.09595759723302104, 0.06041029509685067, 0.008382307900611907, 0.1866654281189056, 0.08832468801694637, 0.10281169087686104, 0.11204110634289705, 0.007632848120314331, 0.029705435349362416, 0.19987983371918036, 0.1968687902151321, 0.028034064286464364, 0.13588646943204966, 0.05025472562775163, 0.08683116958585266, 0.33652223439960127, 0.054157462284035854, 0.0861015468259815, 0.12780920781634336, 0.4508949637043931, 0.143372972010246, 0.14102183746139038, 0.03758743848407148, 0.3338290117461519, 0.09304115807988922, 0.04037149246193385, 0.03218958721607145, 0.15944921849552512, 0.14828956777628938, 0.11228874143822082, 0.18309268336435375, 0.06655952286337563, 0.04536845676770606, 0.08007676759782101, 0.2300292132369484, 0.03323226484686943, 0.13482267381686966, 0.26453041000390215, 0.01058808814695616, 0.29627858026739545, 0.03400235084983318, 0.07237415939689748, 0.06930970903087087, 0.19297029900352625, 0.12691051960125202, 0.044269604669319465, 0.2448494174069514, 0.1939476755803599, 0.07692641435674306, 0.05439557797292451, 0.10412897060554176, 0.08881763590783212, 0.07684068751307946, 0.0557659693901245, 0.25036639224544277, 0.03628098924253891, 0.03472308003973406, 0.16505081311076225, 0.045224964282769904, 0.02871020486294094, 0, 0.16031784618122635, 0.2245113798386552, 0.1664326953783259, 0.059000447727317475, 0.19731304190798912, 0.09366361704822926, 0.0023811666057180782, 0.10446417265204078, 0.02500986734437298, 0.10714863902790536, 0.08801497095920208, 0.1460855299852523, 0.002397146254974303, 0.002397146254974303, 0.002397146254974303, 0.002397146254974303, 0.0012884015488924196, 0, 0.02589325147361408, 0.05131683682661322, 0.02179731256926869, 0.05572219648345469, 0.13920204626732136, 0.07945898663237028, 0.15036233209917954, 0.03921077087426206, 0.10277336862595084, 0.2666049196398481, 0.08352391403797471, 0.24895142129163575, 0.2183662791550848, 0.10092739260210593, 0.1631379862199896, 0.09784509967054808, 0.015354983440034194, 0.08034728864313036, 0.11514028561878424, 0.13135406363896537, 0.030859314825130255, 0.14264055237470152, 0.02774101648094813, 0.14291126957847114, 0.01919499549979487, 0.05760247568789534, 0, 0.29839242322685594, 0.023309385392557357, 0.10226594101111332, 0.013123534884865468, 0.09150761751798411, 0.132449075049645, 0.011083772384474631, 0.1025760126629436, 0.18000388484171378, 0.15106863971614093, 0.1725016102221276, 0.2649618428090273, 0.3015694503569842, 0.05382763903989616, 0.1487361244596448, 0.06478740464911278, 0.09100994417904366, 0.1200075697181963, 0.1610826233088446, 0.18247005250638976, 0.01589287383722698, 0.3934943091005543, 0.11066722518570772, 0.14669922783365202, 0.10032959298471224, 0.04851227765521862, 0.185174441132045, 0.19931799359072136, 0.134291417361219, 0.031563499309137995, 0.20239174723772904, 0.14034564136043504, 0.15548522430698808, 0.06703916110868603, 0.0745644071362282, 0.35615497998312895, 0.025857826945685437, 0.014370695280953897, 0.08294393560095958, 0.3107272463849625, 0.07965834919484777, 0.032987205390542756, 0.047317801736775064, 0.044966095531146034, 0.053770966668859506, 0.045941949935653086, 0.059539338261361395, 0.00047625463292987194, 0.2498582464836595, 0.005063064316688588, 0, 0.1447574616672739, 0.014479207047008133, 0.03408158064329671, 0.13848458166348565, 0.04710395421780708, 0.020021407825316376, 0.05255773243304067, 0.0873869728448875, 0.10178337921232396, 0.2217172642480045, 0.1929298184881289, 0.5, null, 0.1837773788623774, 0.20972982646054816, 0.07034182944767367, 0.3805130455218017, 0.34851452266237787, 0.12613579397599411, 0.042103203266290946, 0.1996806844043584, 0.14560829540539877, 0.039316641920254816, null, 0.12749139632649667, 0.2352784908235549, 0.2912611128093989, 0.0590315453190236, 0.0708254636849763, 0.14812951869296273, 0.1292358349995979, 0.14812951869296273, 0.3001641319957039, 0.044407290743572206, 0.02728769232721648, 0.05418796019663512, 0.1850405019857813, 0.06884516670083118, 0.12604957181963294, 0.050395095084404186, 0.13276069225480533, 0.01953190814162564, 0.0773523885277027, 0.05335254682366511, 0.15289822089515986, 0.1920542945038038, 0.07767304059325517, 0.12942557368849014, 0.01293218736310736, 0.04517708629387569, 0.06046856576273166, 0.10082116287805123, 0.01647746895337871, 0.08147571693907402, 0.036270663068867545, 0.06288622839911623, 0.01300590376111036, 0.06710761047901587, 0.1567275305684415, 0.19346468231133937, 0.07327895012813605, 0.12787767293776622, 0.11333689046032398, 0.02632393327550901, 0.20590180330058383, 0.05198178611318935, 0.16294687079509668, 0.07743434581238257, 0.007933683812516716, 0.13599709459411646, 0.2025211404605799, 0.014891398912683198, 0.08037347919326994, 0.037750914417456614, 0.07285045423981898, 0.12451413192647694, 0.015604747926126874, 0.11890598836635212, 0.01316257697678828, 0.19717738477360805, 0.09650215110480204, 0.25436580441604517, 0.022303082162615888, 0.02877595500506576, 0.0770792296498196, 0.03502944837833256, 0.1254288429862952, 0.07345057739442588, 0.31651624125193134, 0.007850951467073838, 0.4760179838592304, 0.11382107126799434, 0.008281046224139289, 0.045747806850697105, 0.007897469640185966, 0, 0.06955500667031915, 0.045059159045178675, 0.13265518221676947, 0.02325543234819522, 0.2343393727866158, 0.04180199794674257, 0.03482353948429146, 0.13554030633600128, 0.13554030633600128, 0.13554030633600128, 0.13554030633600128, 0.13554030633600128, 0.13554030633600128, 0.13554030633600128, 0.13554030633600128, 0.13554030633600128, 0.010025807243421662, 0.06913717912253027, 0.12364795523631028, 0.3692851216191621, 0.09934310057004256, 0.028489405456532984, 0.020844904052078436, 0.04392805989293901, 0.033085365622443734, 0.042677500762689224, 0.035842146003539764, 0.05946367132119596, 0.2283777962740383, 0.09511683737686367, 0.0531516078958651, 0.1297573500926434, 0.09865329583103472, 0.020597465387334472, 0.058329546291901874, 0.22755394344611005, 0.02760193351128918, 0.006145009520193389, 0.03909263596312366, 0.28048399589666134, 0.20386584775396815, 0.03850245081595141, 0.01836329518124593, 0.2668861832113206, 0.121480557446165, 0.12388753580404, 0.23020855367740573, 0.09247261179476904, 0.3003852885138511, 0.2924693157407672, 0.1828853216492861, 0.32321600934525424, 0.03539087823830172, 0.2626299860513238, 0.06293827213724722, 0.012576506436944336, 0.09568421222626264, 0.009517630532469368, 0.07574538130262201, 0.05871102440291913, 0.10217793000448788, 0.022302967117036734, 0.09323903500175358, 0.043011584605702646, 0.07380387184856468, 0.05311860873721803, 0.30169313215237575, 0.27097010020077045, 0.0504331834246071, 0.10938775279844376, 0.1283511229375913, 0.21217388788902997, 0.13305035305125867, 0.04325542073069424, 0.003623111214947082, 0.18606545806711852, 0.05470844317626322, 0.14190770925348747, 0.07958336316206738, 0.04108983596247085, 0.1239025837434356, 0.25005125344675855, 0, 0.33287865471952394, 0.19046534271649093, 0.27746866303580897, 0.1298349173134374, 0.04137005744850599, 0.05011194923929891, 0.10315348962222184, 0.06437570571655174, 0.04750333648128267, 0.1458226110327266, 0.05146176543562889, 0.097266986952696, 0.01643834111845674, 0.010495313667112163, 0.042959315049729614, 0.06644920662427656, 0.17364350494380312, 0.08219932634066096, 0.05407215810309007, 0.1126745875736685, 0.016483689306139894, 0.04521774482557587, 0.026156025324039538, 0.04606576870287133, 0.06421681862764683, 0.008483110922736086, 0.02412223692180477, 0.061956905832895856, 0.0012569523610256549, 0.2511476265469379, 0.1891722857352848, 0.02970558334920963, 0.05655149483008753, 0.11240851202827036, 0.23858751998357167, 0.059492977661795114, 0.009248085108190076, 0.021386270947416425, 0.07663930224631689, 0.013463993457154716, 0.02631947548316263, 0.14697758554073495, 0.04311749289913065, 0.10855784572984543, 0.06303418879638287, 0.24022092157310632, 0.03617455482641536, 0.05800524605068, 0.06330096676793205, 0.12934102967912856, 0.16664731310843903, 0.08445358845362409, 0.03155298613719315, 0.027201955185269935, 0.02445930245577018, 0.07955084571776454, 0.040272994856268694, 0.02699968084557903, 0.5, 0.03569113369841504, 0.034120765464361595, 0.03056612140557826, 0.008185843906257158, 0.022489248020178015, 0.16182025358197114, 0.16182025358197114, 0.16182025358197114, 0.16182025358197114, 0.10442004928347692, 0.0683478071563706, 0.05602885310013628, 0.11711773320316007, 0.3693172909008311, 0.03971926972535464, 0.06379535775619283, 0.027550945611232152, 0.1712912108879192, 0.018515912700259547, 0.08664915381160554, 0.01718717171144301, 0.044649637460605074, 0.08422275428676815, 0.05311623250619539, 0.029427238322998824, 0.17081347681825929, 0.23970105448319537, 0.08493057066714388, 0.02756196405569727, 0.0330067463932103, 0.05256406241499896, 0.0814530193659115, 0.12611421420810365, 0.045341910255170065, 0.06777265510683123, 0.05901844815236378, 0.04794458177875867, 0.1767500767798423, 0.06471231329761941, 0.4226754683112182, 0.03943520468794625, 0.017250659404620682, 0.040582964498360206, null, 0.20097461039357484, 0.07196697373644355, 0.06543337603137817, 0.16028484872761636, 0.226283694103794, 0.03115862319789508, 0.21310917611194785, 0.025834362329395056, 0.005011193952949475, 0.008928246788847207, 0.08709032202052176, 0.0573531575061088, 0.07355695937478708, null, 0.03120925599276756, 0.027476687195814906, 0.05612836594279661, 0.049913606678226585, 0.09911326759793072, 0.1454598320450427, 0.16182025358197114, 0.16182025358197114, 0.16182025358197114, 0.16182025358197114, 0.10377231242289398, 0.04399538477441602, 0.10087688549515442, 0.37294829058034, 0.12413633171033649, 0.01844240382753349, 0.0278811740861155, 0.01922470121030296, 0.03257239505207778, 0.08275210964376505, 0.0991946577555697, 0.1646273978378519, 0.06164684191643683, 0.19144975207586523, 0.11639016667758129, 0.15411521627109506, 0.12586694793524308, 0.011943534361969248, 0.07091665199058972, 0.1913597166508948, 0.12813435029471631, 0.2672879379872846, 0.06041552747771171, 0.09836369291640376, null, 0.07059638290303684, 0.24016158743695787, 0.05091254470442897, 0.07574666271934044, 0.04947558727995138, 0.03750176474826208, 0.11721103974016436, 0.06575807264395621, 0.13554030633600128, 0.13554030633600128, 0.13554030633600128, 0.13554030633600128, 0.13554030633600128, 0.13554030633600128, 0.13554030633600128, 0.13554030633600128, 0.13554030633600128, 0.1751681673974061, null, 0.07400107403498384, 0.1155152618871554, 0.03127853952250842, 0.06317974559532064, 0.05715013219612821, 0.08992823581634987, 0.10226601027475105, 0.0912463992397636, 0.0743042823579926, 0.29798959886309406, 0.017419655567641152, 0.1364577061595862, 0.0591624687794224, 0.053334664030282794, 0.07763586023869921, 0.045602703164328975, 0.04991561388269771, 0.11734069415241312, 0.0971619789209581, 0.02922647078893056, 0.0950294183115738, 0.07299005110022899, 0.14510555124491709, 0.12584841254995574, 0.030394309447692225, 0.015404784116761211, 0.03990608326374428, 0.1687661297381873, 0.0334326909529479, 0.05046687973686706, 0.03073781065333598, 0.08562509639802134, 0.09587219058488285, 0.0912529681962703, 0.0430080509737976, 0.10978784226026672, 0.09478730965048862, 0.2486757810258671, 0.1320231032219189, 0.025753527536109495, 0.015306035721463985, 0.06640342569043996, 0.01950749941426942, 0.06560303697399944, 0.09172043137596676, 0.2922387629998213, 0.1336090497435445, 0.09892043053949658, 0.2089667276137099, 0.04138826075146466, 0.06942451055093693, 0.5106713298979234, 0.14343356559105985, 0.112062833809021, 0.043265333886783795, 0.008342921756336557, 0.06439135530067738, 0.12634212485041696, 0.07715286067750311, 0.03607827785408087, 0.09320521147758593, 0.057362927512545674, 0.028913026537738272, 0.08407326599172227, 0.06082807810943756, 0.07320118694189805, 0.04506967397157809, 0.07540631117643092, 0.26972022115382555, 0.0923288246044151, 0.05825488100583635, 0.03438854064293586, 0.12248054706963296, 0.10572679557954864, 0.08425678372454302, 0.04659731267349674, 0.4191367326706799, 0.13285405920680587, 0.1506717575181214, 0.037760378359605086, 0.06958447986267313, 0.03905874411135738, 0.05543941025907124, 0.1471529229283007, 0.03558428290549383, 0.05659245255687373, 0.16231992156436711, 0.06290569410140497, 0.08637496013088278, 0.21484265894054788, 0.05147193449511991, 0.009622580790146863, 0.008790484943666148, 0.07206525942753589, 0.12286066901524356, 0.05524869942518928, 0.00518055529538663, 0.2715224457109181, 0.008727569334735967, 0.04222538785541309, 0.06724659895524941, 0.02614946360496019, 0.051715221668599425, 0.053093673393598946, 0.02590768429543522, 0.04908255325329174, 0.10254515231974286, 0.06640037150619245, 0.0755455125923311, 0.03964695254267954, 0.03964695254267954, 0.03964695254267954, 0.03964695254267954, 0.09586813646795762, 0.05881278700382144, 0.143689120972125, 0.10226744159342732, 0.038833997188362696, 0.05755283907062717, 0.03905475643119997, 0.05188726482143875, 0.3328435812167589, 0.24327575662070408, null, 0.07797675560635191, 0.101935181421098, 0.08195870986193839, 0.0688357643056779, 0.12675636256593367, 0.029381118459652217, 0.06935274504312093, 0.06407910891832895, 0.0755857574860708, 0.03023938947471469, 0.05060738235253172, 0.1624098340498473, 0.3331123761171815, 0.17620231981354656, 0.016875381835812987, 0.1616886241115831, 0.06546907143738885, 0.15456092641219113, 0.1557623343922072, 0.025058093804993593, 0.16456342904408375, 0.0887000786060638, 0.10985777187292677, 0.016804714310790964, 0.12044957753040449, 0.06374444995091733, 0.1793341211032135, 0.01256362012703029, 0.08129293794336402, 0.017026191176651866, 0.06556097627309085, 0.19286385922991037, 0.03289867347968119, 0.02592900469524627, 0.15169608605373144, 0.15169608605373144, 0.15169608605373144, 0.15169608605373144, 0.06364733548331811, 0.023359499535538213, 0.07047910319751856, 0.08333732434096343, 0.0718048934235211, 0.009634094879829636, 0.031272451587438674, 0.023406434028575916, 0.13056208266385894, 0.02194136856966939, 0.057739804697939774, 0.010413201854646382, 0.1122408374118082, 0.06857959749122512, 0.07915504498241537, 0.03540065879263221, 0.06557525588688844, 0.00460705737018782, 0.04280156545701988, 0.0683388910134539, 0.059332532011763695, 0.11419278147386928, 0.088852624759651, 0.02847914933892439, 0.057025471120127805, 0.06087164448347334, 0.1472725175520273, 0.05800550008710811, 0.04232557859071716, 0.08521804871916437, 0.012990167758331396, 0.05539819360202125, 0.24516118353041352, 0.014091900497643254, 0.0011718591504828791, 0.05529965117043803, 0.039088672277433525, 0.06878572471568617, 0.0363176541125234, 0.0038838129178967217, null, 0.13949481680790496, 0.08005564940452745, 0.4448930470171982, 0.01957930809577602, 0.044744310602401416, 0.013348379654087328, 0.14835367387059695, 0.149076122089591, 0.1310172469786906, 0.004834371001440546, 0.25004425522664964, 0.10119956727909354, 0.01971239431814068, 0.09900616254097117, 0.03548753382014988, 0.13554030633600128, 0.13554030633600128, 0.13554030633600128, 0.13554030633600128, 0.13554030633600128, 0.13554030633600128, 0.13554030633600128, 0.13554030633600128, 0.13554030633600128, 0.1079565297340901, 0.0636813974882176, 0.14960987220936933, 0.012358935881242143, 0.08997417551847715, 0.04088640238875661, 0.06248589378730541, 0, 0.006857470633828415, 0.11892653388541348, 0.10071299742733172, 0.06547175828873592, 0.1377511633949055, 0.005549643449196086, 0.13369735258434248, 0.1416340314059907, 0.2299799824064312, 0.07244962744113978, 0.1893199847437072, 0.2787460068917669, 0.05226061133956691, 0.15018257029200083, 0.06645424880652792, 0.04151983010823158, 0.15169608605373144, 0.15169608605373144, 0.15169608605373144, 0.15169608605373144, 0.11268732009109042, 0.04527836794696837, 0.2570099434678849, 0.09479694655952978, 0.281785527593774, 0.045850919018082865, 0.05926204757014914, 0.07121201216541319, 0.003632421689968372, 0.2079741296348282, 0.011144912041961656, 0, 0.006920376125178692, 0.03504435801672726, 0.1439096381053402, 0.12259772544894196, 0.16896397713724867, 0.22427296538464553, 0.19678568517610037, 0.11400184289668512, 0.018316620465237337, 0 ], "yaxis": "y" }, { "alignmentgroup": "True", "boxpoints": "all", "customdata": [ [ "https://github.com/TracyRage/muddy_db" ], [ "https://github.com/macintyrelab/CNpare" ], [ "https://github.com/andrewGhazi/mpradesigntools" ], [ "https://github.com/rauschenberger/joinet" ], [ "https://github.com/TW-Genesis/genesis-database-demo" ], [ "https://github.com/chainsawriot/rang" ], [ "https://github.com/agugonrey/GonzalezReymundez2021" ], [ "https://github.com/griffithlab/GenVisR" ], [ "https://github.com/Onogi/stacking" ], [ "https://github.com/ikmb/MAGScoT" ], [ "https://github.com/shazanfar/DCARS" ], [ "https://github.com/damiendevienne/non-layered-tidy-trees" ], [ "https://github.com/Priyadarshini-Rai/Pathomap" ], [ "https://github.com/carmonalab/scGate" ], [ "https://github.com/francescojm/CELLector_App" ], [ "https://github.com/intermine/interMineR" ], [ "https://github.com/francescojm/CELLector" ], [ "https://github.com/magStra/nonparametricSummaryPSM" ], [ "https://github.com/BioGenies/PlastoGram" ], [ "https://github.com/Zhangxf-ccnu/scMOO" ], [ "https://github.com/Zhangxf-ccnu/scMOO_experiments_codes" ], [ "https://github.com/datashield/DSData" ], [ "https://github.com/jokergoo/rGREAT" ], [ "https://github.com/jokergoo/BioMartGOGeneSets" ], [ "https://github.com/yiluheihei/microbiomeMarker" ], [ "https://github.com/XikunHan/metabolomicsR" ], [ "https://github.com/chaoszhang/A-Pro2_data" ], [ "https://github.com/moosa-r/rbioapi" ], [ "https://github.com/nutrimetabolomics/fobitools" ], [ "https://github.com/nutrimetabolomics/fobitoolsGUI" ], [ "https://github.com/adigherman/Rxnat" ], [ "https://github.com/saezlab/decoupleR_manuscript" ], [ "https://github.com/rksyouyou/SASOM-analysis" ], [ "https://github.com/Enserink-lab/screenwerk" ], [ "https://github.com/hafen/trelliscopejs" ], [ "https://github.com/taowenmicro/ggClusterNet" ], [ "https://github.com/iferres/simurg" ], [ "https://github.com/pmartR/pmartR" ], [ "https://github.com/lixiang117423/qPCRtools" ], [ "https://github.com/psoerensen/qgg" ], [ "https://github.com/crazyhottommy/scclusteval" ], [ "https://github.com/crazyhottommy/pyflow_seuratv3_parameter" ], [ "https://github.com/radamsRHA/PhyloWGA" ], [ "https://github.com/caranathunge/promor" ], [ "https://github.com/caravagnalab/rcongas_test" ], [ "https://github.com/SunXQlab/EnDecon" ], [ "https://github.com/SunXQlab/ST-deconvoulution" ], [ "https://github.com/ludvigla/semla" ], [ "https://github.com/zwdzwd/sesame" ], [ "https://github.com/KamilSJaron/smudgeplot" ], [ "https://github.com/LiesaSalzer/MobilityTransformR" ], [ "https://github.com/gkumar09/iSeqQC" ], [ "https://github.com/Acare/hacksig" ], [ "https://github.com/gangwug/nCV" ], [ "https://github.com/gangwug/nCVapp" ], [ "https://github.com/mathelab/IntLIM" ], [ "https://github.com/mlr-org/mlr3proba" ], [ "https://github.com/PF2-pasteur-fr/checkMyIndex" ], [ "https://github.com/smin95/smplot" ], [ "https://github.com/mathelab/RaMP-DB" ], [ "https://github.com/wtsi-team144/transformPhenotype" ], [ "https://github.com/ncats/IntLIM" ], [ "https://github.com/Pasquali-lab/UMI4Cats" ], [ "https://github.com/fosterlab/PrInCE" ], [ "https://github.com/keyes-timothy/tidytof" ], [ "https://github.com/kris-nader/sp-type" ], [ "https://github.com/Simon-Leonard/FlexDotPlot" ], [ "https://github.com/dlal-group/simtext" ], [ "https://github.com/FridleyLab/spatialTIME" ], [ "https://github.com/szymczak-lab/PathwayGuidedRF" ], [ "https://github.com/privefl/bigsnpr" ], [ "https://github.com/szymczak-lab/DataPathwayGuidedRF" ], [ "https://github.com/ncats/ramp-db" ], [ "https://github.com/hr1912/TreeExp" ], [ "https://github.com/hr1912/TreeExp" ], [ "https://github.com/hr1912/TreeExp" ], [ "https://github.com/hr1912/TreeExp" ], [ "https://github.com/drisso/awst" ], [ "https://github.com/matthewcarlucci/DiscoRhythm" ], [ "https://github.com/samhinshaw/metabridge_shiny" ], [ "https://github.com/YJGene0806/PRIDE_Code" ], [ "https://github.com/AnnekathrinSilvia/magnetique" ], [ "https://github.com/overton-group/eHDPrep" ], [ "https://github.com/BodenmillerGroup/cytoviewer" ], [ "https://github.com/PavlopoulosLab/Flame" ], [ "https://github.com/BMILAB/stAPAminer" ], [ "https://github.com/TobiTekath/DTUrtle" ], [ "https://github.com/RoelandKindt/AlleleShift" ], [ "https://github.com/campbio/ExperimentSubset" ], [ "https://github.com/imperialebola2018/chainchecker" ], [ "https://github.com/yxchspring/CECS" ], [ "https://github.com/arumds/webgqt" ], [ "https://github.com/jszlek/CardiacPBPK" ], [ "https://github.com/bougioukas/amstar2Vis" ], [ "https://github.com/CIMES-USNA-UMA/BaroWavelet" ], [ "https://github.com/InfOmics/Esearch3D" ], [ "https://github.com/wg99526/micloudgit" ], [ "https://github.com/HuanLab/ABCstats" ], [ "https://github.com/DennisSchlossarek/PROMISed" ], [ "https://github.com/usos/TPQCI" ], [ "https://github.com/BimberLab/cellhashR" ], [ "https://github.com/deargen/DearWXpub" ], [ "https://github.com/seantuck12/MODISTools" ], [ "https://github.com/adavi4/SAI-10k-calc" ], [ "https://github.com/kelsey209/hsrdefbuilder" ], [ "https://github.com/Changwuuu/Cuproptosis-pancancer" ], [ "https://github.com/jaleesr/TrendCatcher" ], [ "https://github.com/jaleesr/TrendCatcher" ], [ "https://github.com/jaleesr/TrendCatcher" ], [ "https://github.com/jaleesr/TrendCatcher" ], [ "https://github.com/regisoc/kibior" ], [ "https://github.com/CDCgov/TB_molecular_epidemiology" ], [ "https://github.com/ciernialab/MGEnrichmentApp" ], [ "https://github.com/MalteWillmes/IsoFishR" ], [ "https://github.com/cma2015/PEA" ], [ "https://github.com/phrh/PredRAD" ], [ "https://github.com/jaleesr/TrendCatcher" ], [ "https://github.com/jaleesr/TrendCatcher" ], [ "https://github.com/jaleesr/TrendCatcher" ], [ "https://github.com/jaleesr/TrendCatcher" ], [ "https://github.com/yufree/pmd" ], [ "https://github.com/dongxinzheng/RespirAnalyzer" ], [ "https://github.com/tangzhn/BRCA1" ], [ "https://github.com/WT215/bayNorm_papercode" ], [ "https://github.com/ExMove/ExMove" ], [ "https://github.com/mildpiggy/DEP2" ], [ "https://github.com/eudoraleer/scasa" ], [ "https://github.com/HuanLab/Paramounter" ], [ "https://github.com/pmartR/FIRM-AVP" ], [ "https://github.com/developerpiru/BEAVR" ], [ "https://github.com/CIAT-DAPA/UsefulPlants-Indicator" ], [ "https://github.com/friend1ws/pmsignature" ], [ "https://github.com/liliulab/gust" ], [ "https://github.com/openbiox/UCSCXenaShiny" ], [ "https://github.com/Camiling/stabJGL" ], [ "https://github.com/SandraThieme/BiPredict" ], [ "https://github.com/lockEF/BayesianDWD" ], [ "https://github.com/TBooker/PicMin" ], [ "https://github.com/javier-pardodiaz/sdcorGCN" ], [ "https://github.com/javier-pardodiaz/sdcorGCN" ], [ "https://github.com/javier-pardodiaz/sdcorGCN" ], [ "https://github.com/javier-pardodiaz/sdcorGCN" ], [ "https://github.com/Sepstar/PIMD" ], [ "https://github.com/fhaive/nextcast" ], [ "https://github.com/goknurginer/qtQDA" ], [ "https://github.com/BioMLBoston/PatchDCA" ], [ "https://github.com/sellerslab/gemini" ], [ "https://github.com/morphos30/PhyloCTCFLooping" ], [ "https://github.com/davidebolo1993/NanoR" ], [ "https://github.com/darlenelu72/EPEM-GMM" ], [ "https://github.com/BMILAB/AStrap" ], [ "https://github.com/kartiek/snpEnrichR" ], [ "https://github.com/Vitek-Lab/IonSpattern" ], [ "https://github.com/wangronglu/BNRR" ], [ "https://github.com/yolish/hbm" ], [ "https://github.com/MartinFXP/B-NEM" ], [ "https://github.com/biocorecrg/ExOrthist" ], [ "https://github.com/chentianlu/BiOFI" ], [ "https://github.com/mensxmachina/BioDataome" ], [ "https://github.com/genepi-freiburg/metaGWASmanager" ], [ "https://github.com/LFCFireLab/FireLossRate" ], [ "https://github.com/WangJJ-xrk/MaxKAT" ], [ "https://github.com/PavlopoulosLab/NORMA" ], [ "https://github.com/PavlopoulosLab/NORMA" ], [ "https://github.com/PavlopoulosLab/NORMA" ], [ "https://github.com/PavlopoulosLab/NORMA" ], [ "https://github.com/kr-swapnil/NetVA" ], [ "https://github.com/Xinzhe-Ni/NCG" ], [ "https://github.com/xuefenfei712/mapDATAge" ], [ "https://github.com/PavlopoulosLab/NORMA" ], [ "https://github.com/PavlopoulosLab/NORMA" ], [ "https://github.com/PavlopoulosLab/NORMA" ], [ "https://github.com/PavlopoulosLab/NORMA" ], [ "https://github.com/faezeh-bayat/VSS" ], [ "https://github.com/PFPrzytycki/CellWalkR" ], [ "https://github.com/Drinchai/BloodGen3Module" ], [ "https://github.com/fmansoori/PAPET" ], [ "https://github.com/huanglikun/BRM" ], [ "https://github.com/Shamir-Lab/PRODIGY" ], [ "https://github.com/mehmetgonen/path2surv" ], [ "https://github.com/infspiredBAT/GLASS" ], [ "https://github.com/BMILAB/TSAPA" ], [ "https://github.com/gogleva/SecretSanta" ], [ "https://github.com/tchitchek-lab/SPADEVizR" ], [ "http://github.com/markvdwiel/GRridgeCodata" ], [ "https://github.com/kbseah/genome-bin-tools" ], [ "https://github.com/billyhw/GSALightning" ], [ "https://github.com/haotian-zhuang/findPC" ], [ "https://github.com/abuchardt/geneJAM" ], [ "https://github.com/ocbinatli/mokpe" ], [ "https://github.com/zedali16/envsca" ], [ "https://github.com/sscottgraham/ConflictMetrics" ], [ "https://github.com/HamdaBinteAjmal/DBN4GRN" ], [ "https://github.com/stephenslab/flashr" ], [ "https://github.com/javier-pardodiaz/sdcorGCN" ], [ "https://github.com/javier-pardodiaz/sdcorGCN" ], [ "https://github.com/javier-pardodiaz/sdcorGCN" ], [ "https://github.com/javier-pardodiaz/sdcorGCN" ], [ "https://github.com/Greco-Lab/BMDx" ], [ "https://github.com/krumsieklab/MoDentify" ], [ "https://github.com/erhard-lab/lfc" ], [ "https://github.com/ChongWu-Biostat/MiSPU" ], [ "https://github.com/andreaskapou/BPRMeth" ], [ "https://github.com/sarbal/EGAD" ], [ "https://github.com/rebeccadeek/CoMiCoN" ], [ "https://github.com/Lagkouvardos/DivCom" ], [ "https://github.com/YenWenWang/HapDipKinship" ], [ "https://github.com/wangleink/MKER" ], [ "https://github.com/smarini/tardis-phylogenetics" ], [ "https://github.com/siqixu/MRCIP" ], [ "https://github.com/cbenoitp/flu-splicing" ], [ "https://github.com/NourMarzouka/multiclassPairs" ], [ "https://github.com/bengtssonpalme/cafe" ], [ "https://github.com/DataSlingers/clustRviz" ], [ "https://github.com/lrjuan/LDA_genome" ], [ "https://github.com/hyundoo/PRIME" ], [ "https://github.com/SCBIT-YYLab/DysRegSig" ], [ "https://github.com/menghaomiao/aitr" ], [ "https://github.com/XiDsLab/scRMD" ], [ "https://github.com/RudiSchill/MHN" ], [ "https://github.com/nyiuab/BhGLM" ], [ "https://github.com/mcanouil/NACHO" ], [ "https://github.com/QiZhangStat/TGCnA" ], [ "https://github.com/YiyiLiu1/bdChemo" ], [ "https://github.com/rramaker/R2DGC" ], [ "https://github.com/biotangweiqi/PQHE" ], [ "https://github.com/YiyiLiu1/DrugCombination" ], [ "https://github.com/ksny/Imperfect-Gold-Standard" ], [ "https://github.com/isglobal-brge/epimutacionsShiny" ], [ "https://github.com/phipsonlab/speckle" ], [ "https://github.com/padlocbio/padloc" ], [ "https://github.com/comorment/containers" ], [ "https://github.com/yuifu/millefy" ], [ "https://github.com/aoulas/scRANK" ], [ "https://github.com/IBPA/smoke_taint_prediction" ], [ "https://github.com/sjahnn/SOHPIE-DNA" ], [ "https://github.com/saeyslab/spotless-benchmark" ], [ "https://github.com/PhanstielLab/plotgardener" ], [ "https://github.com/BIGslu/kimma" ], [ "https://github.com/ayushnoori/metapaths" ], [ "https://github.com/TheJacksonLaboratory/isopretEM" ], [ "https://github.com/hms-dbmi/GenoPheno-CatalogShiny" ], [ "https://github.com/ChristofferFlensburg/SuperFreq" ], [ "https://github.com/chanw0/SparseMCMM" ], [ "https://github.com/swsoyee/TCC-GUI" ], [ "https://github.com/dozmorovlab/CTCF" ], [ "https://github.com/tinnlab/DeconBenchmark" ], [ "https://github.com/izhbannikov/spm" ], [ "https://github.com/delcore-luca/CellDifferentiationNetworks" ], [ "https://github.com/YuanChihChen/FragAssembler" ], [ "https://github.com/sjdlabgroup/Census" ], [ "https://github.com/wg99526/MiSurvGit" ], [ "https://github.com/lwheinsberg/dbGaPCheckup" ], [ "https://github.com/Yinchun-Lin/Pbine" ], [ "https://github.com/tbaccata/amica" ], [ "https://github.com/lunching/HCMM_CNVs" ], [ "https://github.com/hanjunwei-lab/CNA2Subpathway" ], [ "https://github.com/hanjunwei-lab/crmSubpathway" ], [ "https://github.com/HuffordLab/GenomeQC" ], [ "https://github.com/msadatsafavi/txBenefit" ], [ "https://github.com/liudoubletian/eBay" ], [ "https://github.com/AlexisHardy/DNAModAnnot" ], [ "https://github.com/EricSDavis/mariner" ], [ "https://github.com/HuanLab/ChloroDBPFinder" ], [ "https://github.com/jasminesmn/ABPEPserver" ], [ "https://github.com/VafaeeLab/bloodbased-pancancer-diagnosis" ], [ "https://github.com/AnqiWang2021/RBMR" ], [ "https://github.com/JiajinChen/shinyBN" ], [ "https://github.com/mazzalab-ieo/recallme" ], [ "https://github.com/wind22zhu/BioMedR" ], [ "https://github.com/Jasonlinchina/RCSM" ], [ "https://github.com/jgcri/fldgen" ], [ "https://github.com/schultzelab/Shiny-Seq" ], [ "https://github.com/MPI-BGC-Functional-Biogeography/rtry" ], [ "https://github.com/luslab/hiclipr" ], [ "https://github.com/emunte/vaRHC" ], [ "https://github.com/jwschroeder3/enricherator" ], [ "https://github.com/elolab/scshaper" ], [ "https://github.com/metasnv-tool/metaSNV" ], [ "https://github.com/HuanLab/ISFrag" ], [ "https://github.com/SunXQlab/scMLnet" ], [ "https://github.com/elolab/RepViz" ], [ "https://github.com/delosh653/ECHO" ], [ "https://github.com/yuewangpanda/BioMethyl" ], [ "https://github.com/lmweber/cytometry-clustering-comparison" ], [ "https://github.com/food-price/DOC-M-Model-Development-and-Validation" ], [ "https://github.com/alyssafrazee/derfinder" ], [ "https://github.com/MetaboComp/MUVR2" ], [ "https://github.com/NIH-CARD/ProtPipe" ], [ "https://github.com/schiebout/CAMML" ], [ "https://github.com/Fraunhofer-ITMP/E3_binder_Model" ], [ "https://github.com/Zhizhen-Zhao/IPTW-TBI" ], [ "https://github.com/Zhizhen-Zhao/IPTW-TBI" ], [ "https://github.com/Zhizhen-Zhao/IPTW-TBI" ], [ "https://github.com/Zhizhen-Zhao/IPTW-TBI" ], [ "https://github.com/matthewquinn1/changepointSelect" ], [ "https://github.com/kaistcbfg/covNormRpkg" ], [ "https://github.com/djparente/polyboost" ], [ "https://github.com/jianlin-cheng/GNET2" ], [ "https://github.com/XJJ-student/PhenoComp" ], [ "https://github.com/bertrand-lab/cobia" ], [ "https://github.com/Zhangxf-ccnu/EnImpute" ], [ "https://github.com/irycisBioinfo/PATO" ], [ "https://github.com/Zhizhen-Zhao/IPTW-TBI" ], [ "https://github.com/Zhizhen-Zhao/IPTW-TBI" ], [ "https://github.com/Zhizhen-Zhao/IPTW-TBI" ], [ "https://github.com/Zhizhen-Zhao/IPTW-TBI" ], [ "https://github.com/chernolabs/scX" ], [ "https://github.com/RaphaelS1/distribution_discrimination" ], [ "https://github.com/slzhao/GTQC" ], [ "https://github.com/ziadbkh/eQTLHap" ], [ "https://github.com/nlm-irp-jianglab/Evolink" ], [ "https://github.com/elies-ramon/kernInt" ], [ "https://github.com/84AP/MethCoresProfiler" ], [ "https://github.com/pfruan/mirPLS" ], [ "https://github.com/federicogiorgi/giorgilab" ], [ "https://github.com/vagkaratzas/PathWalks" ], [ "https://github.com/Japrin/sscClust" ], [ "https://github.com/GaoLabXDU/CEPICS" ], [ "https://github.com/huiminkang/PIBLUP" ], [ "https://github.com/isglobal-brge/CTDquerier" ], [ "https://github.com/benliemory/adaptiveHM" ], [ "https://github.com/smithlabcode/riborex" ], [ "https://github.com/mdkarcher/phylodyn" ], [ "https://github.com/PROBIC/diffsplicing" ], [ "https://github.com/raivokolde/seqlm" ], [ "https://github.com/RegulatoryGenomicsGroup/chicdiff" ], [ "https://github.com/DanielAlhassan/idDMR" ], [ "https://github.com/mainciburu/WAT3R" ], [ "https://github.com/LincolnSteinLab/MMDRP" ], [ "https://github.com/abbvie-external/OmicNavigator" ], [ "https://github.com/Li-Zhang28/BCGLM" ], [ "https://github.com/HKyleZhang/RecView" ], [ "https://github.com/Kevin-walters/lapmapr" ], [ "https://github.com/RolandBruderer/MiMB-LiP-Quant" ], [ "https://github.com/AllenSpike/CPDR" ], [ "https://github.com/meihonggao/ImReLnc" ], [ "https://github.com/venyao/MaizeSNPDB" ], [ "https://github.com/umich-biostatistics/AEenrich" ], [ "https://github.com/andreaskapou/scMET" ], [ "https://github.com/jiang-junyao/IReNA" ], [ "https://github.com/BIMIB-DISCo/VERSO" ], [ "https://github.com/tomoyukif/MCPtaggR" ], [ "https://github.com/aeeckhou/shallowHRD" ], [ "https://github.com/gxiaolab/REDITs" ], [ "https://github.com/RWParsons/circacompare" ], [ "https://github.com/rchereji/plot2DO" ], [ "https://github.com/jotech/gapseq" ], [ "https://github.com/galanisl/NetHypGeom" ], [ "https://github.com/VCCRI/CIDR" ], [ "https://github.com/lengning/OEFinder" ], [ "https://github.com/sahatava/MixMPLN" ], [ "https://github.com/FedeCastelletti/bayes_networks_mixed_data" ], [ "https://github.com/AngelCampos/txtools" ], [ "https://github.com/aoliver44/taxaHFE" ], [ "https://github.com/ebi-gene-expression-group/selectBCM" ], [ "https://github.com/gavinmdouglas/POMS" ], [ "https://github.com/kevinmildau/homologueDiscoverer" ], [ "https://github.com/vicsanga/Postre" ], [ "https://github.com/huynguyen250896/DrGA" ], [ "https://github.com/seqscope/STtools" ], [ "https://github.com/alexQiSong/scSTEM" ], [ "https://github.com/plger/pipeComp" ], [ "https://github.com/Helena-todd/TinGa" ], [ "https://github.com/lileir/MMS2plot" ], [ "https://github.com/prafols/rMSIproc" ], [ "https://github.com/stephaniehicks/methylCC" ], [ "https://github.com/jdblischak/workflowr" ], [ "https://github.com/coamo2/CD-trace" ], [ "https://github.com/cz-ye/DECENT" ], [ "https://github.com/chupan1218/ProModule" ], [ "https://github.com/soyoungryu/MetaMSD" ], [ "https://github.com/stefangraw/Allocation-Power-Optimizer" ], [ "https://github.com/alexander-nash/kurtosis_conservation" ], [ "https://github.com/mkanai/grimon" ], [ "https://github.com/dvav/eQTLBookChapter" ], [ "https://github.com/BSharmi/DPM-LGCP" ], [ "https://github.com/PhHermann/LDJump" ], [ "https://github.com/SofieVG/FlowSOM" ], [ "https://github.com/CompGenomeLab/PHACT" ], [ "https://github.com/ziyili20/CAMLU" ], [ "https://github.com/SMAC-Group/irg" ], [ "https://github.com/jutzca/Systemic-effects-of-Spinal-Cord-Injury" ], [ "https://github.com/abelson-lab/smMIP-tools" ], [ "https://github.com/danik0411/optimum-rlda" ], [ "https://github.com/wgmao/NIFA" ], [ "https://github.com/czbiohub-sf/pomelo" ], [ "https://github.com/bioinformatics-xu/DriverGenePathway" ], [ "https://github.com/YinanZhang522/SIEVE" ], [ "https://github.com/SGDDNB/CLIPreg" ], [ "https://github.com/MottaStefano/PathDetect-SOM" ], [ "https://github.com/HAN-Siyu/LION" ], [ "https://github.com/grrchrr/VisuStatR" ], [ "https://github.com/kelrenmor/farva" ], [ "https://github.com/ylab-hi/lncGSEA" ], [ "https://github.com/sysbio-bioinf/BNStatic" ], [ "https://github.com/BADD-XMU/PhosMap" ], [ "https://github.com/WheelerLab/LAI_benchmarking" ], [ "https://github.com/ccbiolab/svpluscnv" ], [ "https://github.com/ZhenshenBao/SPFA" ], [ "https://github.com/welch-lab/liger" ], [ "https://github.com/vittoriofortino84/ThETA" ], [ "https://github.com/tdw1221/NITUMID" ], [ "https://github.com/jiazhao97/BWMR" ], [ "https://github.com/ningshi/ATEN" ], [ "https://github.com/JosieLHayes/simExTargId" ], [ "https://github.com/Christopher-Amos-Lab/seXY" ], [ "https://github.com/ymatts/D3M" ], [ "https://github.com/JmWangBio/PepSetTest" ], [ "https://github.com/FocusPaka/NMFTL" ], [ "https://github.com/hanlab-SNU/PASTRY" ], [ "https://github.com/RezvanEhsani/LOCATOR" ], [ "https://github.com/fmicompbio/mutscan" ], [ "https://github.com/irinagain/iglu" ], [ "https://github.com/irinagain/iglu" ], [ "https://github.com/irinagain/iglu" ], [ "https://github.com/irinagain/iglu" ], [ "https://github.com/ETH-NEXUS/gExcite_pipeline" ], [ "https://github.com/JialinQu/gKAT" ], [ "https://github.com/michaelcarr-stats/FUCCI" ], [ "https://github.com/hxdde/SMR" ], [ "https://github.com/Karena6688/qcSSMDhomo" ], [ "https://github.com/yhai943/BLMM" ], [ "https://github.com/zty2009/Identifying-Protein-Biomarkers-in-Blood-for-Alzheimer-s-Disease" ], [ "https://github.com/iditam/CompareNPPs" ], [ "https://github.com/dy16b/Cross-Platform-Normalization" ], [ "https://github.com/LangeLab/SQuAPP" ], [ "https://github.com/philipmorrisintl/NPA" ], [ "https://github.com/cozygene/CONFINED" ], [ "https://github.com/adspit/PASCAL" ], [ "https://github.com/compgenome365/TCGA-Assembler-2" ], [ "https://github.com/SiminaB/MultiMed" ], [ "https://github.com/ShenZhang-Statistics/fastCCLasso" ], [ "https://github.com/DorothyTamYiLing/GWarrange" ], [ "https://github.com/happysundae/posMCPMod" ], [ "https://github.com/AC-PHD/Seurat_PFA_pipeline" ], [ "https://github.com/trinezac/SG_optimization" ], [ "https://github.com/keleslab/AdaLiftOver" ], [ "https://github.com/keleslab/muscle" ], [ "https://github.com/MinhaoYaooo/CoxMKF" ], [ "https://github.com/RavenGan/GR2D2" ], [ "https://github.com/MaudeDavidLab/GMEmbeddings" ], [ "https://github.com/MariaOsmala/ChromDMM" ], [ "https://github.com/giannamonti/RobZS" ], [ "https://github.com/indranillab/pseudoga" ], [ "https://github.com/NishithPaul/tWLSA" ], [ "https://github.com/cellmapslab/kimono" ], [ "https://github.com/thinhong/MethPanel" ], [ "https://github.com/grisslab/scAnnotatR" ], [ "https://github.com/Gardner-BinfLab/ncVarDB" ], [ "https://github.com/mwgrassgreen/RobNorm" ], [ "https://github.com/theorod93/sCCA" ], [ "https://github.com/YanxunXu/BaySemiCompeting" ], [ "https://github.com/mikelhernaez/linker" ], [ "https://github.com/Shamir-Lab/NEMO" ], [ "https://github.com/NCI-biostats/microbiome-fixed-reference" ], [ "https://github.com/mmaitenat/ideafix" ], [ "https://github.com/hcji/KPIC2" ], [ "https://github.com/shengqh/GLMVC" ], [ "https://github.com/jlp2duke/EnsCat" ], [ "https://github.com/UppsalaGenomeCenter/CanvasDB" ], [ "https://github.com/annaplaksienko/methyLImp2" ], [ "https://github.com/yhai943/FBLMM" ], [ "https://github.com/wangjr03/BayesKAT" ], [ "https://github.com/wangjr03/BayesKAT" ], [ "https://github.com/wangjr03/BayesKAT" ], [ "https://github.com/wangjr03/BayesKAT" ], [ "https://github.com/chunlinli/intdag" ], [ "https://github.com/Shamir-Lab/INTEND" ], [ "https://github.com/duct317/scISR" ], [ "https://github.com/Vivianstats/scLink" ], [ "https://github.com/jingeyu/CSSN" ], [ "https://github.com/asm3-nist/DART-MS-DST" ], [ "https://github.com/cuiyingbeicheng/Foldseq" ], [ "https://github.com/xiaofengsong/LncMiM" ], [ "https://github.com/galadrielbriere/ClustOmics" ], [ "https://github.com/samuelbfernandes/simplePHENOTYPES" ], [ "https://github.com/kablag/AScall" ], [ "https://github.com/lichen-lab/tfLDA" ], [ "https://github.com/ne1s0n/MTGOsc" ], [ "https://github.com/Zhangxf-ccnu/DiffNetFDR" ], [ "https://github.com/alberto-valdeolivas/RWR-MH" ], [ "https://github.com/SydneyBioX/scFeatures" ], [ "https://github.com/hzy95/EPIVAN" ], [ "https://github.com/schneebergerlab/findGSE" ], [ "https://github.com/JinfengXiao/DWCox" ], [ "https://github.com/jdwilson4/MultilayerExtraction" ], [ "https://github.com/anwala/NicheSimulation" ], [ "https://github.com/XingTang2014/annoPeak" ], [ "https://github.com/Bohdan-Khomtchouk/Microscope" ], [ "https://github.com/WarrenDavidAnderson/genomicsRpackage" ], [ "https://github.com/wangjr03/BayesKAT" ], [ "https://github.com/wangjr03/BayesKAT" ], [ "https://github.com/wangjr03/BayesKAT" ], [ "https://github.com/wangjr03/BayesKAT" ], [ "https://github.com/kasparmartens/rarity" ], [ "https://github.com/bayesrx/SPARTIN" ], [ "https://github.com/SUNHAO-JLU/Genome_Prediction-PC_DOT" ], [ "https://github.com/Usos/SPCS" ], [ "https://github.com/almeidasilvaf/SoyFungiGCN" ], [ "https://github.com/laylagerami/MAVEN" ], [ "https://github.com/Snitkin-Lab-Umich/regentrans" ], [ "https://github.com/skvanburen/scUncertaintyPaperCode" ], [ "https://github.com/delosh653/MOSAIC" ], [ "https://github.com/swrosenbaum/tGMR_simulations" ], [ "https://github.com/dpique/aneuvis" ], [ "https://github.com/cafferychen777/ggpicrust2" ], [ "https://github.com/sashahafner/ABM" ], [ "https://github.com/hanjunwei-lab/iATMEcell" ], [ "https://github.com/blekhmanlab/biomehorizon" ], [ "https://github.com/SlavovLab/DO-MS" ], [ "https://github.com/JFerrer-B/transcriptome-identifiability" ], [ "https://github.com/chuiqin/irGSEA" ], [ "https://github.com/alexchwong/SpliceWiz" ], [ "https://github.com/Song-xinyu/COMMO" ], [ "https://github.com/mengyunwu2020/PECM" ], [ "https://github.com/ywhsiao/ceRNAR" ], [ "https://github.com/MarieOestreich/hCoCena" ], [ "https://github.com/NhanNguyen000/MeDIP" ], [ "https://github.com/compbiomed/animalcules" ], [ "https://github.com/ExpectationsManaged/STRaitRazorOnline" ], [ "https://github.com/wangxlab/iGenSig-Rx" ], [ "https://github.com/wuqian77/SpaceLog" ], [ "https://github.com/Pechli-Lab/SurvdigitizeR" ], [ "https://github.com/FriedbergLab/Epictope" ], [ "https://github.com/RuiCao34/TraitScan" ], [ "https://github.com/tacazares/SeedMatchR" ], [ "https://github.com/lasseignelab/CoSIA" ], [ "https://github.com/knights-lab/LMdist" ], [ "https://github.com/abbiAR/PLBAffinity" ], [ "https://github.com/TomDuchemin/mixed_surveillance" ], [ "https://github.com/xuyp-csu/CellBRF" ], [ "https://github.com/slrvv/CENTRE" ], [ "https://github.com/stjude/TALL-example" ], [ "https://github.com/keleslab/INCA" ], [ "https://github.com/huangzhii/TSUNAMI" ], [ "https://github.com/raalizadeh/RIdea" ], [ "https://github.com/XiaQiong/GMMLasso" ], [ "https://github.com/ay-lab/dcHiC" ], [ "https://github.com/AndresMCB/DynamicCancerDriver" ], [ "https://github.com/khazum/ccImpute" ], [ "https://github.com/jyyulab/scMINER" ], [ "https://github.com/bdesanctis/binning-accuracy" ], [ "https://github.com/rli20ST758/FILF" ], [ "https://github.com/cziegenhain/UMIcountR" ], [ "https://github.com/MAITYA02/circgene" ], [ "https://github.com/nathan-gill/pps" ], [ "https://github.com/robert19960424/IndGOterm" ], [ "https://github.com/peterbchi/CNVSelectR" ], [ "https://github.com/ChrispinChaguza/RCandy" ], [ "https://github.com/MathSZhang/CALLR" ], [ "https://github.com/aLiehrmann/CROCS" ], [ "https://github.com/hikuru/PRER" ], [ "https://github.com/bill1167/hostgbms" ], [ "https://github.com/liangliangwangsfu/healthCurveCode" ], [ "https://github.com/ubagithub/TEnGExA" ], [ "https://github.com/rmarceauwest/fiveSTAR" ], [ "https://github.com/wangshisheng/NAguideR" ], [ "https://github.com/biomedbigdata/ASimulatoR" ], [ "https://github.com/S-YIN/MIXnorm" ], [ "https://github.com/vpalombo/PANEV" ], [ "https://github.com/sarahsamorodnitsky/Pan-Cancer-Survival-Modeling" ], [ "https://github.com/mingjingsi/LPM" ], [ "https://github.com/atfrank/CS2Structure" ], [ "https://github.com/SydneyBioX/CiteFuse" ], [ "https://github.com/EwaSzczurek/LEM" ], [ "https://github.com/liuyu8721/csmd" ], [ "https://github.com/VartikaBisht6197/NFnetFu" ], [ "https://github.com/seasamgo/rescue" ], [ "https://github.com/anjalisilva/MPLNClust" ], [ "https://github.com/cozygene/FEAST" ], [ "https://github.com/SoufianeAjana/Blisar" ], [ "https://github.com/rosedu1/deconvSeq" ], [ "https://github.com/molgenis/NIPTeR" ], [ "https://github.com/LupienLab/SMURF" ], [ "https://github.com/mrborges23/delta_statistic" ], [ "https://github.com/FocusPaka/SIMD" ], [ "https://github.com/tengfei-emory/QuantNorm" ], [ "https://github.com/gimelbrantlab/magic" ], [ "https://github.com/bmannakee/mapexr" ], [ "https://github.com/theislab/kbranches" ], [ "https://github.com/rcavalcante/annotatr" ], [ "https://github.com/yunzhang813/FUNNEL-GSEA-R-Package" ], [ "https://github.com/chaninn/osFP" ], [ "https://github.com/tdhock/PeakError" ], [ "https://github.com/RuggeroFerrazza/IsotopicLabelling" ], [ "https://github.com/yiluheihei/shiny-RevEcoR" ], [ "https://github.com/zji90/TSCAN" ], [ "https://github.com/michbur/chipPCR" ], [ "https://github.com/reineckef/quandico" ], [ "https://github.com/mwsill/s4vdpca" ], [ "https://github.com/WillHackett22/RAMZIS" ], [ "https://github.com/camlab-bioml/leader" ], [ "https://github.com/HXu06/MK-BMC" ], [ "https://github.com/theimagelab/entrain" ], [ "https://github.com/huayingfang/gmcoda" ], [ "https://github.com/zjuRong/openNAU" ], [ "https://github.com/Lucas-Prates/blockcpd" ], [ "https://github.com/bschilder/ThreeWayTest" ], [ "https://github.com/wendelljpereira/DArTseqMet" ], [ "https://github.com/YanhaoHuo/dysregulated-DNBs" ], [ "https://github.com/ShangCS/MCLS" ], [ "https://github.com/Netralab/GenericParallelFramework" ], [ "https://github.com/MinjieSh/Cosbin" ], [ "https://github.com/latlio/onlinefdr_rnaseq_simulation" ], [ "https://github.com/calliste-fagard-jenkin/rGAI" ], [ "https://github.com/UCA-MSI/ABEILLE" ], [ "https://github.com/noriakis/CBNplot" ], [ "https://github.com/yuabrahamliu/scDeconv" ], [ "https://github.com/ococrook/hdxstats" ], [ "https://github.com/tianwei-yu/AIME" ], [ "https://github.com/ChengkuiZhao/Single-cell-miRNA-prediction" ], [ "https://github.com/chenhong-dkfz/GenomeTornadoPlot" ], [ "https://github.com/NiJianWei996/RF-SVM" ], [ "https://github.com/seriph78/COTAN" ], [ "https://github.com/guldenolgun/NoRCE" ], [ "https://github.com/northomics/MetaProfiler" ], [ "https://github.com/AMSSwanglab/GuidingNet" ], [ "https://github.com/jumphone/Vector" ], [ "https://github.com/inzilico/imputeqc" ], [ "https://github.com/VCCRI/Sierra" ], [ "https://github.com/MAITYA02/semmcmc" ], [ "https://github.com/gersteinlab/topicnet" ], [ "https://github.com/dbdimitrov/BingleSeq" ], [ "https://github.com/IPCO-Rlibrary/IPCO" ], [ "https://github.com/XPHenry/Netfrac" ], [ "https://github.com/zhanghfd/contamDE" ], [ "https://github.com/CNRGH/crimmix" ], [ "https://github.com/ManuelLamothe/RapidACi" ], [ "https://github.com/irinagain/iglu" ], [ "https://github.com/irinagain/iglu" ], [ "https://github.com/irinagain/iglu" ], [ "https://github.com/irinagain/iglu" ], [ "https://github.com/zakih/organoidDynamics" ], [ "https://github.com/ZhuMSLab/DecoMetDIA" ], [ "https://github.com/wuaipinglab/ImmuCC" ], [ "https://github.com/eporetsky/MutRank" ], [ "https://github.com/grizant/n1pas" ], [ "https://github.com/VCCRI/Ularcirc" ], [ "https://github.com/lsncibb/SummaryAUC" ], [ "https://github.com/aplantin/pldist" ], [ "https://github.com/pn51/laggedOrderedLassoNetwork" ], [ "https://github.com/GuanLab/phosphoproteome_prediction" ], [ "https://github.com/SchulzLab/Triangulate" ], [ "https://github.com/angy89/RobustClusteringPatientSubtyping" ], [ "https://github.com/VCCRI/C3" ], [ "https://github.com/zhaoni153/GHT" ], [ "https://github.com/jchen1981/MicrobiomeDDA" ], [ "https://github.com/Singh-Lab/Differential-Mutation-Analysis" ], [ "https://github.com/CartwrightLab/WuEtAl2017" ], [ "https://github.com/ThomasChln/snpclust" ], [ "https://github.com/ewyang089/SDEAP" ], [ "https://github.com/hardin47/rmscca" ], [ "https://github.com/WaylandM/meristogram" ], [ "https://github.com/xfwang/CLOSE" ], [ "https://github.com/bhklab/genefu" ], [ "https://github.com/YinanZheng/HIMA" ], [ "https://github.com/ZWangTen/MethParquet" ], [ "https://github.com/lozuponelab/knowledge-source-mappings" ], [ "https://github.com/yorgodillo/ProteoSign" ], [ "https://github.com/roqe/MACtest" ], [ "https://github.com/hsjeon1217/conditional_method" ], [ "https://github.com/Cuily-v/Colorectal_cancer" ], [ "https://github.com/Richard-Packer/DeepPheWAS" ], [ "https://github.com/zhangt369/SurvivalPath" ], [ "https://github.com/biomedbigdata/circRNA-sponging" ], [ "https://github.com/diskin-lab-chop/AutoGVP" ], [ "https://github.com/GeneTranslationLab-IRB/tRNAstudio" ], [ "https://github.com/molinfrimed/multi-kinases" ], [ "https://github.com/LXQin/DANA" ], [ "https://github.com/PYangLab/SPSs" ], [ "https://github.com/Bao-Lab/GPSmatch" ], [ "https://github.com/ymatts/RoDiCE" ], [ "https://github.com/demichelislab/FaME" ], [ "https://github.com/reprotc/geocoding" ], [ "https://github.com/Luisiglm/KBoost" ], [ "https://github.com/SJTU-CGM/ivTerm" ], [ "https://github.com/mnodzenski/epistasisGA" ], [ "https://github.com/ClavelLab/MiMiC" ], [ "https://github.com/shanrongzhao/QuickIsoSeq" ], [ "https://github.com/kshestop/DCMD" ], [ "https://github.com/weitinging/MinNetRank" ], [ "https://github.com/KavrakiLab/TL-MHC" ], [ "https://github.com/stevemidway/MultipleComparisons" ], [ "https://github.com/haydenmoffat/sequential_design_for_predator_prey_experiments" ], [ "https://github.com/YaluWen/OmicPred" ], [ "https://github.com/walter-ca/Basic4CSim" ], [ "https://github.com/csclab/RMut" ], [ "https://github.com/xgaoo/ClusterMap" ], [ "https://github.com/jchiquet/multivarNetwork" ], [ "https://github.com/matt-sutton/sgspls" ], [ "https://github.com/slimsuite/SLiMEnrich" ], [ "https://github.com/nishithkumarpaul/Rvolcano" ], [ "https://github.com/fanglab/MatrixEpistasis" ], [ "https://github.com/mghamilton/polyAinv" ], [ "https://github.com/franapoli/gep2pep" ], [ "https://github.com/ashar799/SBC" ], [ "https://github.com/michaelLenz/EstiTiCS" ], [ "https://github.com/andrewparkermorgan/argyle" ], [ "https://github.com/bornea/APOSTL" ], [ "https://github.com/mfumagalli/ngsTools" ], [ "https://github.com/SiweiCui/EpigeneticControlOfSingle-CellExpressionVariability" ], [ "https://github.com/shanny01/benchmark" ], [ "https://github.com/tbilab/associationsubgraphs" ], [ "https://github.com/CBMi-BiG/bamchop" ], [ "https://github.com/ncc-bioinfo/ASpedia-R" ], [ "https://github.com/simo1c/GateMeClass" ], [ "https://github.com/Papatheodorou-Group/CATD_snakemake" ], [ "https://github.com/CDCgov/shinyMBA" ], [ "https://github.com/weiyuchung/CONY" ], [ "https://github.com/AMSSwanglab/SpecLoop" ], [ "https://github.com/cgmisc-team/cgmisc" ], [ "https://github.com/XuLabSJTU/COL" ], [ "https://github.com/XinmengLiao/Open_MoA" ], [ "https://github.com/mfumagalli/ngsJulia" ], [ "https://github.com/hnishio/cellssm" ], [ "https://github.com/owkin/CovadjustSim" ], [ "https://github.com/bayesrx/RxTree" ], [ "https://github.com/srtaheri/OptimalAdjustmentSet" ], [ "https://github.com/daniellyz/meRgeION2" ], [ "https://github.com/empiricalbayes/CSCDRNA" ], [ "https://github.com/AleVin1995/MutExMatSorting" ], [ "https://github.com/Lagkouvardos/Cronos" ], [ "https://github.com/IFREMER-LERBL/EcoTransLearn" ], [ "https://github.com/xuwenwu24/Bootstrap-test" ], [ "https://github.com/horsedayday/eQTLsingle" ], [ "https://github.com/ucasdp/BiTSC2" ], [ "https://github.com/chencxxy28/DRDnet" ], [ "https://github.com/mpierrejean/pintmf" ], [ "https://github.com/huanglikun/BSA-seqDesignTool" ], [ "https://github.com/BabuLab-UofR/TempSpac" ], [ "https://github.com/prabhakarlab/scConsensus" ], [ "https://github.com/proteinphysiologylab/frustratometeR" ], [ "https://github.com/hauldhut/drivergene" ], [ "https://github.com/TomasVrzal/DeepReI" ], [ "https://github.com/sunshanwen/BP4RNAseq" ], [ "https://github.com/jeonglab/scCLUE" ], [ "https://github.com/Vitek-Lab/mi-CNN_MSI" ], [ "https://github.com/arezourahimi/mtgsbc" ], [ "https://github.com/lockEF/BayesianScreening" ], [ "https://github.com/powellgenomicslab/scPred" ], [ "https://github.com/PNNL-Comp-Mass-Spec/Rodin" ], [ "https://github.com/pulmonomics-lab/ccml" ], [ "https://github.com/bgbrink/ddPCRvis" ], [ "https://github.com/ZhoulabCPH/ccml" ], [ "https://github.com/hd2326/ModificationNumber" ], [ "https://github.com/ropensci/chirps" ], [ "https://github.com/choileena/EHR" ], [ "https://github.com/bluegreen-labs/daymetr" ], [ "https://github.com/cuhklinlab/scAMACE" ], [ "https://github.com/insilico/Rinbix" ], [ "https://github.com/insilico/PriorKnowledgeEpistasisRank" ], [ "https://github.com/humengying0907/InstaPrism" ], [ "https://github.com/fredcommo/aCGH_viewer" ], [ "https://github.com/DotanOr/DataCheQC" ], [ "https://github.com/bigomics/metaLINCS" ], [ "https://github.com/PheWAS/PheWAS" ], [ "https://github.com/YuLab-SMU/ggbreak" ], [ "https://github.com/zky0708/2DImpute" ], [ "https://github.com/Onogi/VIGoR" ], [ "https://github.com/humengying0907/InstaPrismSourceCode" ], [ "https://github.com/roblanf/sangeranalyseR" ], [ "https://github.com/loubator/MultiRNAflow" ], [ "https://github.com/ropensci/nasapower" ], [ "https://github.com/GHLCLab/phexpo" ], [ "https://github.com/mailund/admixture_graph" ], [ "https://github.com/gangwug/MetaCycle" ], [ "https://github.com/ay-lab/HiCtrans" ], [ "https://github.com/YonghuiDong/CCWeights" ], [ "https://github.com/royfrancis/pophelper" ], [ "https://github.com/yannrivault/queryMed" ], [ "https://github.com/chloelulu/tdGBH" ], [ "https://github.com/chloelulu/tdGBH-paper" ], [ "https://github.com/shaunpwilkinson/aphid" ], [ "https://github.com/stanlazic/desiR" ], [ "https://github.com/erikagardini/spathial" ], [ "https://github.com/iraiosub/riboseq-flow" ], [ "https://github.com/mmilano87/analyzeC19D" ], [ "https://github.com/mschubert/clustermq" ], [ "https://github.com/mschubert/clustermq-performance" ], [ "https://github.com/debsin/dropClust" ], [ "https://github.com/Mathelab/RaMP-DB" ], [ "https://github.com/galelab/Whitmore_scPathoQuant_testSets" ], [ "https://github.com/sjackman/uniqtag" ], [ "https://github.com/znoor/iSwathX" ], [ "https://github.com/anitamnd/MetaboLink" ], [ "https://github.com/statgenlmu/coala" ], [ "https://github.com/rauschenberger/cornet" ], [ "https://github.com/YaolingYang/HTRX" ], [ "https://github.com/okdll/mpwR" ], [ "https://github.com/bcgsc/orca" ], [ "https://github.com/katlande/PCBS" ], [ "https://github.com/lucp9827/signtrans" ], [ "https://github.com/nygenome/SCANVIS" ], [ "https://github.com/fjmurguzur/causalizeR" ], [ "https://github.com/MDplot/MDplot" ], [ "https://github.com/YasinEl/mzRAPP" ], [ "https://github.com/lin-lab/COVID19-Viz" ], [ "https://github.com/Askarbek-orakov/ASAR" ], [ "https://github.com/lin-lab/COVID19-Rt" ], [ "https://github.com/hms-dbmi/UpSetR" ], [ "https://github.com/thrushcyc-github/BMull" ], [ "https://github.com/interactivereport/Quickomics" ], [ "https://github.com/KlugerLab/t-SNE-Heatmaps" ], [ "https://github.com/vonkaenelerik/ShollBayes" ], [ "https://github.com/vonkaenelerik/hierarchical_sholl" ], [ "https://github.com/nutrimetabolomics/POMAShiny" ], [ "https://github.com/Danko-Lab/rtfbs_db" ], [ "https://github.com/SONGDONGYUAN1994/rscsampler" ], [ "https://github.com/nutrimetabolomics/POMA" ], [ "https://github.com/Boizard/PRYNT" ], [ "https://github.com/equipeGST/RiboDoc" ], [ "https://github.com/HajkD/biomartr" ], [ "https://github.com/shka/R-SAMstrt" ], [ "https://github.com/sauravbsaha/uCAREChemSuiteCLI" ], [ "https://github.com/fcampelo/epitopes" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/AgResearch/data_prism" ], [ "https://github.com/SchlitzerLab/IntestLine" ], [ "https://github.com/Winnie09/Palo" ], [ "https://github.com/beatrizgj/MDPbiome" ], [ "https://github.com/ConesaLab/MultiBaC" ], [ "https://github.com/jpquast/protti" ], [ "https://github.com/chrcarrizosa/shinyseg" ], [ "https://github.com/zoecastillo/microbiomeExplorer" ], [ "https://github.com/radamsRHA/GppFst" ], [ "https://github.com/YonghuiDong/RawHummus" ], [ "https://github.com/EricLarG4/g4dbr" ], [ "https://github.com/KechrisLab/SmCCNet" ], [ "https://github.com/zhqingit/giremi" ], [ "https://github.com/Neuropathology-Giessen/SangeR" ], [ "https://github.com/tom-jenkins/mapmixture" ], [ "https://github.com/cellgeni/batchbench" ], [ "https://github.com/federicogiorgi/corto" ], [ "https://github.com/shbrief/AnVILWorkflow" ], [ "https://github.com/mbadge/candi" ], [ "https://github.com/zhangjunpeng411/SCOM" ], [ "https://github.com/tdepke/CluMSID" ], [ "https://github.com/phenomecentre/metabotyping-dementia-urine" ], [ "https://github.com/jamesdalg/CNVScope" ], [ "https://github.com/iullah1980/MCTcodes" ], [ "https://github.com/ctDNA/TNER" ], [ "https://github.com/cbg-ethz/pcNEM" ], [ "https://github.com/molsysbio/STASNet" ], [ "https://github.com/syspremed/exploBATCH" ], [ "https://github.com/lanagarmire/NMFEM" ], [ "https://github.com/chrisamiller/fishplot" ], [ "https://github.com/masedki/MHTrajectoryR" ], [ "https://github.com/chvlyl/ZIBR" ], [ "https://github.com/adam-sam-brown/aRrayLasso" ], [ "https://github.com/Junfang/AKSmooth" ], [ "https://github.com/lilit-nersisyan/computel" ], [ "https://github.com/tahirulqamar/Deep-HPI-pred" ], [ "https://github.com/Christensen-Lab-Dartmouth/methyLiftover" ], [ "https://github.com/apalania/pradclass" ], [ "https://github.com/Bgi-LUSH/GPMeta" ], [ "https://github.com/gzhmat/ShinyCNV" ], [ "https://github.com/elvanov/MOGAMUN" ], [ "https://github.com/adamtaiti/SARS-CoV-2" ], [ "https://github.com/tadeu95/BAGS" ], [ "https://github.com/EESI/themetagenomics" ], [ "https://github.com/JinmiaoChenLab/ezSingleCell2" ], [ "https://github.com/Bishop-Laboratory/correlationAnalyzeR" ], [ "https://github.com/bahlolab/PlasmoSTR" ], [ "https://github.com/jamesjiadazhan/dietaryindex" ], [ "https://github.com/mlyc93/WALTER" ], [ "https://github.com/zhangjunpeng411/LncmiRSRN" ], [ "https://github.com/lzcyzm/DRME" ], [ "https://github.com/jenniferfranks/FSQN" ], [ "https://github.com/cacha0227/ncappc" ], [ "https://github.com/nianqiaoju/snp-slice" ], [ "https://github.com/SchmidtGroupNKI/TGSdrivergene_validity" ], [ "https://github.com/chengzhouwu/gbdmr" ], [ "https://github.com/singlecellomics/ursa" ], [ "https://github.com/LichtargeLab/ShinyBioHEAT" ], [ "https://github.com/nunofonseca/irap" ], [ "https://github.com/dcgerard/reproduce_prior_sims" ], [ "https://github.com/JhuangLab/BioInstaller" ], [ "https://github.com/cunningham-lab/codacore" ], [ "https://github.com/CshlSiepelLab/nascentRNASim" ], [ "https://github.com/CshlSiepelLab/DENR" ], [ "https://github.com/Bohdan-Khomtchouk/shinyheatmap" ], [ "https://github.com/bioinfo-tsukuba/CCPLS" ], [ "https://github.com/bbiswas1989/scHD4E" ], [ "https://github.com/bbiswas1989/scHD4E-Shiny" ], [ "https://github.com/Wu-Lab/RENDOR" ], [ "https://github.com/Wu-Lab/RENDOR-reproduce" ], [ "https://github.com/carmonalab/UCell" ], [ "https://github.com/cbg-ethz/pareg" ], [ "https://github.com/ytakemon/GRETTA" ], [ "https://github.com/stjude/ChIPseqSpikeInFree" ], [ "https://github.com/sebastianduchene/clockstarg" ], [ "https://github.com/GfellerLab/MetacellAnalysisToolkit" ], [ "https://github.com/ciccalab/MEGA" ], [ "https://github.com/lptolik/R4Kappa" ], [ "https://github.com/lcsb-bds/transreg" ], [ "https://github.com/MCWComputationalBiologyLab/BioModME" ], [ "https://github.com/xia-lab/MetaboAnalystR" ], [ "https://github.com/NFMC/SynRio" ], [ "https://github.com/CCY-dev/LongDat" ], [ "https://github.com/lockEF/NonparametricMultiway" ], [ "https://github.com/rauschenberger/starnet" ], [ "https://github.com/Proteomicslab57357/UniprotR" ], [ "https://github.com/calebclass/Shiny-NanoTube" ], [ "https://github.com/JINJINT/ESCO" ], [ "https://github.com/danis102/seqpac" ], [ "https://github.com/stianlagstad/chimeraviz" ], [ "https://github.com/buckleylab/HTSSIP" ], [ "https://github.com/TheMillerLab/genetex" ], [ "https://github.com/roblanf/minion_qc" ], [ "https://github.com/rdiaz02/EvAM-Tools" ], [ "https://github.com/SGDDNB/ShinyCell" ], [ "https://github.com/bioinfo-tsukuba/CCPLS_paper" ], [ "https://github.com/pepascuzzi/CellMinerCompanion" ], [ "https://github.com/BiologicalRecordsCentre/Odonata_traits" ], [ "https://github.com/MarekSlenker/MorphoTools2" ], [ "https://github.com/dphansti/Sushi" ], [ "https://github.com/andersst91/UAStools" ], [ "https://github.com/kszkop/flexiMAP" ], [ "https://github.com/jedick/chem16S" ], [ "https://github.com/wmalab/scHiCDiff" ], [ "https://github.com/omorante/shinyepico" ], [ "https://github.com/Genentech/GameRank" ], [ "https://github.com/HajkD/myTAI" ], [ "https://github.com/philipmorrisintl/GladiaTOX" ], [ "https://github.com/shamsaraj/ezqsar" ], [ "https://github.com/JLSteenwyk/ggpubfigs" ], [ "https://github.com/tomastokar/gsoap" ], [ "https://github.com/ccrainic/upstrap" ], [ "https://github.com/ding-lab/MIRMMR" ], [ "https://github.com/tgrimes/SeqNet" ], [ "https://github.com/pertzlab/shiny-timecourse-inspector" ], [ "https://github.com/Jstacs/DepLogo" ], [ "https://github.com/zji90/Smmit" ], [ "https://github.com/agapiospanos/TableOne" ], [ "https://github.com/benkeser/slapnap" ], [ "https://github.com/ec363/parsleyapp" ], [ "https://github.com/JEFworks-Lab/SEraster" ], [ "https://github.com/TRON-Bioinformatics/splice2neo" ], [ "https://github.com/transbioZI/dsMTLBase" ], [ "https://github.com/transbioZI/dsMTLClient" ], [ "https://github.com/soumelis-lab/ICELLNET" ], [ "https://github.com/thdiakon/ccaR" ], [ "https://github.com/zuoquanchen/NanoCross" ], [ "https://github.com/CostaLab/MOJITOO" ], [ "https://github.com/lucidif/HiCeekR" ], [ "https://github.com/BZdrazil/Moving_Targets" ], [ "https://github.com/CasedUgr/KnowSeq" ], [ "https://github.com/sreejatadutta/PerSEveML" ], [ "https://github.com/sreejatadutta/PerSEveML" ], [ "https://github.com/sreejatadutta/PerSEveML" ], [ "https://github.com/sreejatadutta/PerSEveML" ], [ "https://github.com/elolaine/HOPMA" ], [ "https://github.com/ziyili20/TOAST" ], [ "https://github.com/AmiryousefiLab/IRplus" ], [ "https://github.com/statsleelab/kompute" ], [ "https://github.com/lab319/gwas_filter" ], [ "https://github.com/michorlab/estipop" ], [ "https://github.com/LuigiAugugliaro/cglasso" ], [ "https://github.com/bioinformatist/CrossICC" ], [ "https://github.com/alex-bio/UniProtExtractR" ], [ "https://github.com/bioinfocz/scdrake" ], [ "https://github.com/ErasmusMC-CCBC/ProteoDisco" ], [ "https://github.com/saeyslab/nichenetr" ], [ "https://github.com/jsigao/prioritree" ], [ "https://github.com/lauzingaretti/LinkHD" ], [ "https://github.com/frankkramer-lab/ndexr" ], [ "https://github.com/saezlab/ShinyFUNKI" ], [ "https://github.com/routhlab/ViReMaShiny" ], [ "https://github.com/genemine/IsoCell" ], [ "https://github.com/almeidasilvaf/HybridExpress" ], [ "https://github.com/GreiffLab/immuneSIM" ], [ "https://github.com/SydneyBioX/MoleculeExperiment" ], [ "https://github.com/almeidasilvaf/syntenet" ], [ "https://github.com/georgeg0/PheGWAS" ], [ "https://github.com/CalvinTChi/hierBipartite" ], [ "https://github.com/jacobimarsh/crosshap" ], [ "https://github.com/tallulandrews/M3Drop" ], [ "https://github.com/PlantDefenseMetabolism/MetCirc" ], [ "https://github.com/montilab/hypeR" ], [ "https://github.com/agaye/proper_extension" ], [ "https://github.com/holtzy/GenMap-Comparator" ], [ "https://github.com/kypraios/epiABC" ], [ "https://github.com/jfortin1/shinyMethyl" ], [ "https://github.com/cparsania/FungiExpresZ" ], [ "https://github.com/cnsb-boston/Omics_Notebook" ], [ "https://github.com/qunfengdong/AntibodyTest" ], [ "https://github.com/mochar/cell_variation" ], [ "https://github.com/CenterForStatistics-UGent/SPsimSeq" ], [ "https://github.com/hasaniqbal777/MetumpX-bin" ], [ "https://github.com/lockEF/MultiwayRegression" ], [ "https://github.com/ezer/PAFway" ], [ "https://github.com/mchiapello/Ramf" ], [ "https://github.com/DCGenomics/DangerTrack" ], [ "https://github.com/immcore/iS-CellR" ], [ "https://github.com/Mathelab/ALTRE" ], [ "https://github.com/oncogenetics/LocusExplorer" ], [ "https://github.com/wzhy2000/Funmap2" ], [ "https://github.com/paoloinglese/SPUTNIK" ], [ "https://github.com/SaskiaFreytag/schex" ], [ "https://github.com/sanjaysinghrathi/DILI-Classifier" ], [ "https://github.com/kts-desilva/FlexStat" ], [ "https://github.com/WMBEdmands/compMS2Miner" ], [ "https://github.com/datapplab/SBGNview" ], [ "https://github.com/mqzhanglab/wHC" ], [ "https://github.com/JEFworks-Lab/veloviz" ], [ "https://github.com/lafontaine-uchc/dynalogo" ], [ "https://github.com/sreejatadutta/PerSEveML" ], [ "https://github.com/sreejatadutta/PerSEveML" ], [ "https://github.com/sreejatadutta/PerSEveML" ], [ "https://github.com/sreejatadutta/PerSEveML" ], [ "https://github.com/LingyiC/CASCC" ], [ "https://github.com/genostats/Ravages" ], [ "https://github.com/EliasFarr/SPOT" ], [ "https://github.com/markkukuismin/MCPeSe" ], [ "https://github.com/cbg-ethz/timeseriesNEM" ], [ "https://github.com/ocroci/ChroKit" ], [ "https://github.com/BodenmillerGroup/cytomapper_publication" ], [ "https://github.com/CL-CHEN-Lab/OK-Seq" ], [ "https://github.com/sigven/oncoEnrichR" ], [ "https://github.com/lauravongoc/EDIR" ], [ "https://github.com/PaulRegnier/PICAFlow" ], [ "https://github.com/esm-ispm-unibe-ch/rob-men" ], [ "https://github.com/JRC-COMBINE/FORESEE" ], [ "https://github.com/mcosta27/MDexciteR" ], [ "https://github.com/ssokolen/rnmrfind" ], [ "https://github.com/ShixiangWang/sigflow" ], [ "https://github.com/zji90/SCRAT" ], [ "https://github.com/CCICB/CRUX" ], [ "https://github.com/Kufalab-UCSD/kboolnet" ], [ "https://github.com/pylelab/RSCanner" ], [ "https://github.com/dajmcdon/suffpcr" ], [ "https://github.com/mgt000/IntegrativeAnalysis" ], [ "https://github.com/ColemanRHarris/mxnorm" ], [ "https://github.com/dyxmvp/Spatial_ATAC-seq" ], [ "https://github.com/dyxmvp/spatial-CUT-Tag" ], [ "https://github.com/BlankenbergLab/galaxy-tools-blankenberg" ], [ "https://github.com/gangwug/LTMR" ], [ "https://github.com/modeloriented/survex" ], [ "https://github.com/lunching/wiSDOM" ], [ "https://github.com/NWPU-903PR/Funm6AViewer" ], [ "https://github.com/KosukeHamazaki/RAINBOWR" ], [ "https://github.com/almeidasilvaf/SoyPestGCN" ], [ "https://github.com/PoisonAlien/trackplot" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/anmabu/beeRapp" ], [ "https://github.com/himelmallick/BayesRecipe" ], [ "https://github.com/CBIIT/LDlinkR" ], [ "https://github.com/siskac/discordant" ], [ "https://github.com/edsgard/scphaser" ], [ "https://github.com/dgittins/CANT-HYD-HydrocarbonBiodegradation" ], [ "https://github.com/Dulab2020/ARMT" ], [ "https://github.com/bioinfoDZ/Stereo3D" ], [ "https://github.com/amelbek/pamgeneAnalyzeR" ], [ "https://github.com/amcrisan/Adjutant" ], [ "https://github.com/AitchisonLab/Deleteome-Tools" ], [ "https://github.com/tastanlab/Kinship-Privacy" ], [ "https://github.com/ramiromagno/gwasrapidd" ], [ "https://github.com/william-denault/ffw" ], [ "https://github.com/n-mounier/bGWAS" ], [ "https://github.com/robogeno/SVMDO" ], [ "https://github.com/rhondabacher/methylscaper" ], [ "https://github.com/cbg-ethz/dce" ], [ "https://github.com/tsuda16k/materialmodifier" ], [ "https://github.com/hugheylab/simphony" ], [ "https://github.com/ropensci/cRegulome" ], [ "https://github.com/HannahVMeyer/PhenotypeSimulator" ], [ "https://github.com/goncalves-lab/waddR" ], [ "https://github.com/SPIDDOR/SPIDDOR" ], [ "https://github.com/mli171/MultibinAlpha" ], [ "https://github.com/YaluWen/TBLMM" ], [ "https://github.com/lasseignelab/CINmetrics" ], [ "https://github.com/USEPA/TELSS" ], [ "https://github.com/Manuelaio/uncoverappLib" ], [ "https://github.com/Xiaoqizheng/InfiniumPurify" ], [ "https://github.com/MartaBofillRoig/SurvBin" ], [ "https://github.com/dzhang32/ggtranscript" ], [ "https://github.com/hsinyenwu/RiboPlotR" ], [ "https://github.com/whirlsyu/EnMCB" ], [ "https://github.com/IVDgenomicslab/scDetect" ], [ "https://github.com/Xpaths/dartpaths-app" ], [ "https://github.com/CostaLab/scMEGA" ], [ "https://github.com/Caleb-Huo/AWFisher" ], [ "https://github.com/lsncibb/microbiomeGWAS" ], [ "https://github.com/mafed/msWaldHMP" ], [ "https://github.com/ngalanter/rct2otrbounds" ], [ "https://github.com/showteeth/ggcoverage" ], [ "https://github.com/FridleyLab/spatialGE" ], [ "https://github.com/rwehrens/ptw" ], [ "https://github.com/OSS-Lab/MetQy" ], [ "https://github.com/zmx21/G2GSnake" ], [ "https://github.com/amishra-stats/taro-package" ], [ "https://github.com/Polytech-bioinf/MRGCN" ], [ "https://github.com/dylanbeeber/crispRdesignR" ], [ "https://github.com/dozmorovlab/TADCompare" ], [ "https://github.com/oqe/varanto" ], [ "https://github.com/Roestlab/DrawAlignR" ], [ "https://github.com/seifemi/regNet" ], [ "https://github.com/ddhb/Workflow_of_Chipseq" ], [ "https://github.com/JingZhou2015/MeSHSim" ], [ "https://github.com/ByrumLab/PTMViz" ], [ "https://github.com/KerryAM-R/ggVolcanoR" ], [ "https://github.com/ConesaLab/MirCure" ], [ "https://github.com/maizeatlas/spears" ], [ "https://github.com/raghvendra5688/BCrystal" ], [ "https://github.com/northomics/pepFunk" ], [ "https://github.com/RedaRawi/PaRSnIP" ], [ "https://github.com/rramadeu/AGHmatrix" ], [ "https://github.com/Matrisome/MatrisomeAnalyzeR" ], [ "https://github.com/AmiryousefiLab/ENDS" ], [ "https://github.com/tkonopka/mouse-embeddings" ], [ "https://github.com/yasinkaymaz/HieRFIT" ], [ "https://github.com/YuLab-SMU/nCov2019" ], [ "https://github.com/guomics-lab/batch_server" ], [ "https://github.com/BrianOSullivanGit/vcfView" ], [ "https://github.com/QiwenKang/CURatio" ], [ "https://github.com/takfung/ResDisMapper" ], [ "https://github.com/fmicompbio/monaLisa" ], [ "https://github.com/nmelzer/CLARITY" ], [ "https://github.com/JRowleyLab/HiCrayon" ], [ "https://github.com/phipsonlab/SuperCellCyto" ], [ "https://github.com/bioinfoDZ/HSMotifDiscover" ], [ "https://github.com/BabuLab-UofR/HPiP" ], [ "https://github.com/ZJUFanLab/scTITANS" ], [ "https://github.com/BBCG/ramr" ], [ "https://github.com/QiZhangStat/EBHiC" ], [ "https://github.com/JBrownBiostat/Dino" ], [ "https://github.com/JamesGallant/ProVision" ], [ "https://github.com/osenan/cliqueMS" ], [ "https://github.com/muhligs/regmex" ], [ "https://github.com/HuanLab/AVIR" ], [ "https://github.com/kuppal2/xMWAS" ], [ "https://github.com/anddssan/CLOUDe" ], [ "https://github.com/WangHYLab/ExosomePurity" ], [ "https://github.com/bioinfoDZ/scDAPP" ], [ "https://github.com/egeulgen/PANACEA" ], [ "https://github.com/begumbektas/makl" ], [ "https://github.com/orijitghosh/VANESSA-DAM" ], [ "https://github.com/sqyu/CorDiffViz" ], [ "https://github.com/Greco-Lab/CpGmotifs" ], [ "https://github.com/yigbt/multiGSEA" ], [ "https://github.com/wgmao/DataRemix" ], [ "https://github.com/benoukraflab/TFregulomeR" ], [ "https://github.com/TiagoOlivoto/metan" ], [ "https://github.com/ul-research-support/spcapp" ], [ "https://github.com/venyao/shinyChromosome" ], [ "https://github.com/interactivereport/RNASequest" ], [ "https://github.com/zhenzhang-li/RNMF" ], [ "https://github.com/TesiNicco/snpXplorer" ], [ "https://github.com/cfbeuchel/Metabolite-Investigator" ], [ "https://github.com/pmcharrison/ppm" ], [ "https://github.com/Gavin-Yinld/brain_TF" ], [ "https://github.com/benjjneb/dada2" ], [ "https://github.com/LuigiAugugliaro/dgcox" ], [ "https://github.com/bwringe/hybriddetective" ], [ "https://github.com/tbuder/CellTrans" ], [ "https://github.com/hr1912/TreeExp" ], [ "https://github.com/hr1912/TreeExp" ], [ "https://github.com/hr1912/TreeExp" ], [ "https://github.com/hr1912/TreeExp" ], [ "https://github.com/bshihlab/evergene" ], [ "https://github.com/BBCG/epialleleR" ], [ "https://github.com/SarahAyton/MuTATE" ], [ "https://github.com/Vivianstats/PhitestR" ], [ "https://github.com/mi-erasmusmc/TreatmentPatterns" ], [ "https://github.com/krumsieklab/sgi" ], [ "https://github.com/JoWatson2011/subcellularvis" ], [ "https://github.com/pisuduo/Feature-Weighted-Ordinal-Classification-FWOC" ], [ "https://github.com/pieterjanvc/wgs2amr" ], [ "https://github.com/potdarswapnil/Breeze" ], [ "https://github.com/Gorbalenya-Lab/LAMPA" ], [ "https://github.com/nlawlor/V-SVA" ], [ "https://github.com/cbg-ethz/epiNEM" ], [ "https://github.com/biodataganache/leapR" ], [ "https://github.com/Jialab-UCR/GDCRNATools" ], [ "https://github.com/binderh/CoxBoost" ], [ "https://github.com/nickjcroucher/progressionEstimation" ], [ "https://github.com/ChiLiubio/microeco" ], [ "https://github.com/Gregor-Mendel-Institute/tissue-enrichment-test" ], [ "https://github.com/nuria-sv/toscca" ], [ "https://github.com/cran/FactoMineR" ], [ "https://github.com/ssokolen/rnmrfit" ], [ "https://github.com/GaoLabXDU/RobustCCC" ], [ "https://github.com/J-P-Borg/BioInformatics" ], [ "https://github.com/MengweiLi-project/gmqn" ], [ "https://github.com/maialab/quincunx" ], [ "https://github.com/krisrs1128/multitable_review" ], [ "https://github.com/UofABioinformaticsHub/shinyNgsreports" ], [ "https://github.com/kouroshz/fenn" ], [ "https://github.com/tchitchek-lab/CytoBackBone" ], [ "https://github.com/JLSteenwyk/treehouse" ], [ "https://github.com/Greco-Lab/INfORM" ], [ "https://github.com/csoneson/countsimQC" ], [ "https://github.com/manalirupji/CASAS" ], [ "https://github.com/etiennelord/BRIDES" ], [ "https://github.com/SammedMandape/MMDIT_UI" ], [ "https://github.com/davidquigley/aardvark" ], [ "https://github.com/ShuklaLab/muSignAl" ], [ "https://github.com/rohan-shah/mpMap2" ], [ "https://github.com/MathOnco/EvoFreq" ], [ "https://github.com/martijn-cordes/ImSpectR" ], [ "https://github.com/StephanSeifert/SurrogateMinimalDepth" ], [ "https://github.com/sahandk/SUBSTRA" ], [ "https://github.com/transbioZI/Gimpute" ], [ "https://github.com/BIONF/phyloprofile" ], [ "https://github.com/sarahsamorodnitsky/SPOT" ], [ "https://github.com/sarahsamorodnitsky/SPOT" ], [ "https://github.com/sarahsamorodnitsky/SPOT" ], [ "https://github.com/sarahsamorodnitsky/SPOT" ], [ "https://github.com/MD-Anderson-Bioinformatics/RPPASPACE" ], [ "https://github.com/plaisier-lab/ccafv2_R" ], [ "https://github.com/jtleek/sva-devel" ], [ "https://github.com/YTLogos/BnaSNPDB" ], [ "https://github.com/RSamyak/fmatrix" ], [ "https://github.com/venyao/ECOGEMS" ], [ "https://github.com/databio2022/GraphBio" ], [ "https://github.com/jochotecoa/ml_proteomics" ], [ "https://github.com/xylimeng/fQR-testing" ], [ "https://github.com/xizhou/co-occurrence-analysis" ], [ "https://github.com/BiodataAnalysisGroup/UMIc" ], [ "https://github.com/rorynolan/nandb" ], [ "https://github.com/mayalevy/CENA" ], [ "https://github.com/MCorentin/VarGen" ], [ "https://github.com/JoniColeman/gwas_scripts" ], [ "https://github.com/ugcd/solarius" ], [ "https://github.com/YuLab-SMU/ggmsa" ], [ "https://github.com/pkhoueiry/fcScan" ], [ "https://github.com/WangLabHKUST/CNAPE" ], [ "https://github.com/yuabrahamliu/CWGCNA" ], [ "https://github.com/noriakis/ggkegg" ], [ "https://github.com/gavinmdouglas/FuncDiv" ], [ "https://github.com/elodiegermani/SAPHIR" ], [ "https://github.com/PhanstielLab/coralp" ], [ "https://github.com/thackmann/Distanced" ], [ "https://github.com/ropensci/colocr" ], [ "https://github.com/mbanf/METACLUSTER" ], [ "https://github.com/venyao/intansv" ], [ "https://github.com/boutroslab/HTSvis" ], [ "https://github.com/ChaonanLi/microgeo" ], [ "https://github.com/omnideconv/immunedeconv" ], [ "https://github.com/msolmazm/sema" ], [ "https://github.com/EleonoraLusito/Reverse_Engineering_BC_GRNs" ], [ "https://github.com/FelixGuenther/nc_covid19_bavaria" ], [ "https://github.com/songlab-cal/StratPGS" ], [ "https://github.com/noriakis/biotextgraph" ], [ "https://github.com/C4TB/shinyExprPortal" ], [ "https://github.com/BMILAB/vizAPA" ], [ "https://github.com/AparicioJohan/MrBeanApp" ], [ "https://github.com/CalebPecka/ATAC-Seq-Pipeline" ], [ "https://github.com/kzb193/AMAT" ], [ "https://github.com/mbsohn/cmmb" ], [ "https://github.com/FKappenberg/Paper-IdentificationAlertConcentrations" ], [ "https://github.com/YaluWen/Uomic" ], [ "https://github.com/Linlab-slu/TSSr" ], [ "https://github.com/missuse/ragp" ], [ "https://github.com/dmirman/gazer" ], [ "https://github.com/Shoombuatong2527/anticancer-peptides-review" ], [ "https://github.com/Zhangxf-ccnu/DiffGraph" ], [ "https://github.com/StatGenPRD/STOPGAP" ], [ "https://github.com/sigven/pcgr" ], [ "https://github.com/StantonLabDartmouth/AppScanGEO" ], [ "https://github.com/Wedge-lab/AmplificationTimeR" ], [ "https://github.com/AliYoussef96/parazitCUB" ], [ "https://github.com/MarioniLab/miloDE" ], [ "https://github.com/johnschwenck/bp" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/irinagain/mixedCCA" ], [ "https://github.com/SiWolf/SCORE" ], [ "https://github.com/karakulahg/TEffectR" ], [ "https://github.com/arendsee/phylostratr" ], [ "https://github.com/ZJUFanLab/scCATCH" ], [ "https://github.com/raphaelleman/SpliceLauncher" ], [ "https://github.com/Edert/NVT" ], [ "https://github.com/BiostatQian/ASAFE" ], [ "https://github.com/thomasvangurp/epiGBS" ], [ "https://github.com/NHPatterson/RegCombIMS" ], [ "https://github.com/cjendres1/nhanes" ], [ "https://github.com/WGS-TB/TreeShapeStats" ], [ "https://github.com/yunliUNC/HPTAD" ], [ "https://github.com/mrcuizhe/svmATAC" ], [ "https://github.com/cbg-ethz/nempi" ], [ "https://github.com/gladex/PM-FSOR" ], [ "https://github.com/gefeizhang/ZIAQ" ], [ "https://github.com/unistbig/netGO" ], [ "https://github.com/BioAlgs/Parallelism" ], [ "https://github.com/NooshinSh/Matched_Forest" ], [ "https://github.com/amcdavid/HurdleNormal" ], [ "https://github.com/jewellsean/LZeroSpikeInference" ], [ "https://github.com/cbg-ethz/mnem" ], [ "https://github.com/dieterich-lab/pulseR" ], [ "https://github.com/sarahsamorodnitsky/SPOT" ], [ "https://github.com/sarahsamorodnitsky/SPOT" ], [ "https://github.com/sarahsamorodnitsky/SPOT" ], [ "https://github.com/sarahsamorodnitsky/SPOT" ], [ "https://github.com/tbilab/multimorbidity_explorer" ], [ "https://github.com/EJarrattBarnham/AMReader" ], [ "https://github.com/2yngsklab/deadenylation-kinetics" ], [ "https://github.com/jkruppa/kmerPyramid" ], [ "https://github.com/SysBioUAB/hpi_predictor" ], [ "https://github.com/Pinlyu3/LRLoop" ], [ "https://github.com/fgcz/rawrr" ], [ "https://github.com/huynguyen250896/oCEM" ], [ "https://github.com/GMOD/JBrowseR" ], [ "https://github.com/m-ramchandran/tree-weighting" ], [ "https://github.com/irilenia/baerhunter" ], [ "https://github.com/transbioZI/RMTL" ], [ "https://github.com/jorgevazcast/Viromic-diversity" ], [ "https://github.com/kdri-genomics/Hayai-Annotation-Plants" ], [ "https://github.com/manalirupji/GAC" ], [ "https://github.com/JCVenterInstitute/ggrasp" ], [ "https://github.com/izhbannikov/rqt" ], [ "https://github.com/LiangXujun/LRSSL" ], [ "https://github.com/alekseyenko/Tw2" ], [ "https://github.com/danlbek/Seed" ], [ "https://github.com/skandlab/SMuRF" ], [ "https://github.com/polytechnicXTT/Deep-Subspace-Mutual-Learning" ] ], "fillcolor": "rgba(255,255,255,0)", "hoveron": "points", "hovertemplate": "Primary language=R
Time of Existence (days)=%{x}
Repository URL=%{customdata[0]}", "jitter": 0, "legendgroup": "R", "line": { "color": "rgba(255,255,255,0)" }, "marker": { "color": "#00cc96", "symbol": "line-ns-open" }, "name": "R", "offsetgroup": "R", "showlegend": false, "type": "box", "x": [ 312, 206, 1359, 1344, 217, 345, 126, 3394, 160, 450, 915, 242, 200, 1209, 812, 2213, 1838, 150, 584, 7, 6, 306, 3379, 367, 1479, 707, 48, 1337, 775, 668, 1285, 216, 88, 317, 2648, 1365, 298, 2846, 497, 2987, 970, 674, 28, 459, 273, 107, 713, 553, 3017, 1990, 203, 618, 462, 385, 0, 1856, 1812, 1067, 1143, 1347, 730, 1925, 1737, 1133, 1233, 166, 806, 375, 1500, 257, 2886, 13, 2482, 1263, 1263, 1263, 1263, 1696, 1067, 2111, 0, 366, 315, 588, 929, 146, 1508, 90, 421, 481, 117, 153, 350, 223, 520, 524, 531, 2, 304, 30, 1204, 820, 2391, 732, 433, 401, 1029, 1029, 1029, 1029, 488, 1112, 1300, 1181, 1345, 755, 1029, 1029, 1029, 1029, 2242, 19, null, 9, 638, 621, 958, 429, 143, 702, 611, 1447, 1140, 1951, 929, 210, 5, 452, 268, 268, 268, 268, 952, 0, 286, 601, 1354, 389, 357, 157, 976, 424, 99, 14, 0, 3280, 1504, 138, 1602, 363, 296, 0, 785, 785, 785, 785, 387, 398, 233, 785, 785, 785, 785, 591, 1106, 420, 0, 1089, 1188, 253, 2766, 1103, 623, 2628, 539, 1339, 632, 391, 1147, 301, 0, 23, 551, 2303, 268, 268, 268, 268, 1048, 1156, 1994, 893, 1541, 1944, 369, 722, 199, 0, 447, 5, 302, 985, 1062, 934, 1, 609, 542, 951, 889, 1848, 2152, 2039, 395, 2214, 173, 85, 4, 271, 43, 110, 1365, 1166, 871, 309, 492, 177, 962, 1801, 1047, 618, 63, 1128, 3059, 2, 2134, 595, 600, 2636, 477, 183, 293, 363, 356, 15, 781, 1146, 220, 186, 876, 39, 324, 915, 739, 60, 281, 1050, 1, 1573, 1025, 949, 256, 970, 469, 910, 286, 483, 527, 231, 1798, 531, 327, 462, 937, 1293, 496, 245, 819, 65, 691, 866, 134, 185, 185, 185, 185, 840, 360, 497, 571, 0, 761, 87, 1351, 185, 185, 185, 185, 497, 131, 790, 272, 445, 623, 246, 72, 675, 890, 2363, 448, 78, 1964, 293, 1732, 2898, 420, 1921, 971, 197, 436, 1152, 1544, 377, 573, null, 402, 59, 0, 1418, 801, 1374, 1023, 933, 745, 1768, 457, 1599, 1732, 2452, 603, 407, 246, 13, 0, 1557, 384, 793, 903, 15, 428, 1001, 452, 357, 747, 240, 586, 2123, 1127, 2633, 0, 1863, 0, 713, 249, 72, 1469, 59, 527, 855, 3357, 1158, 444, 441, 931, 1142, 1551, 756, 202, 330, 59, 571, 111, 1274, 352, 1386, 21, 607, 502, 352, 189, 148, 2187, 550, 0, 1662, 751, 587, 254, 273, 363, 0, 1630, 361, 1848, 1828, 1828, 1828, 1828, 670, 469, 126, 28, 65, 476, 0, 839, 0, 586, 808, 154, 771, 181, 1753, 101, 852, 0, 166, 411, 308, 407, 463, 113, 485, 851, 328, 686, 0, 1023, 445, 859, 454, 925, 785, 0, 427, 601, 417, 539, 1967, 1915, 259, 277, 489, 40, 500, 500, 500, 500, 991, 0, 526, 882, 384, 120, 191, 178, 533, 905, 352, 122, 1170, 147, 1138, 785, 74, 2561, 176, 532, 3, 681, 718, 184, 500, 500, 500, 500, 750, 368, 126, 205, 16, 824, 718, 6, 419, 203, 369, 470, 1462, null, 1514, 2189, 5, 1019, 725, 0, null, 667, 670, 1141, 1892, 1203, 677, 901, 1215, 1045, 404, 272, 421, 187, 108, 0, 458, 852, 307, 20, 1335, 134, 254, 1294, 745, 924, 1732, 291, 402, 411, 612, 69, 0, 8, 421, 118, 22, 374, null, 767, 108, 1342, 554, 1113, 51, 1108, 142, 631, 661, 1169, 4, 135, 467, 543, 2012, 2285, 395, 1197, 1254, 535, 1335, 167, 861, 947, 347, 1194, 2210, 1329, 239, 3336, 176, 5, 2938, 2496, 1411, 386, 2023, 111, 472, 383, 199, 131, 365, 19, 83, 0, 53, 380, 781, 84, 734, 279, 828, 831, 434, 72, 753, 1018, 0, 1220, 1242, 0, 72, 1504, 873, 1584, 636, 0, 724, 215, 261, 1118, 206, 409, 1828, 1828, 1828, 1828, 439, 1004, 1842, 841, 0, 1472, 25, 913, 331, 176, 283, 1169, 319, 54, 421, 1440, 709, 1712, 470, 562, 550, 881, 4134, 3149, 242, 203, 1406, 824, 0, 1, 699, 548, 988, 670, 247, 92, 1105, 161, 230, 22, 193, 169, 390, 38, 1157, 382, 34, 213, 23, 352, 550, 90, 19, 0, 754, 1232, 0, 555, 444, 0, 2, 1654, 572, 1024, 81, 1046, 1157, 3504, 188, 178, 1347, 474, 204, 792, 739, 1358, 900, 0, 3366, 0, 372, 2442, 259, 0, 20, 119, 1490, 585, 688, 657, 533, 6, null, 648, 312, 1013, 315, 391, 0, 1470, 331, 526, 674, null, 156, 1385, 1587, 1217, 1946, 74, 624, 0, 137, 1604, 2383, 2810, 65, 2287, 155, 492, 223, 430, 127, 3254, 1001, 155, 3261, 142, 3036, 413, 2394, 169, 1072, 2503, 1485, 187, 2507, 502, 221, 124, 2919, 2118, 307, 473, 796, 3718, 512, 993, 1347, 168, 2881, 796, 436, 3660, 1884, 634, 515, 1071, 73, 321, 154, 173, 2444, 1558, 714, 609, 751, 2042, 0, 1265, 328, 270, 477, 1285, 1756, 3, 858, 534, 1171, 3616, 148, 378, 0, 11, 11, 11, 11, 11, 11, 11, 11, 11, 2580, 519, 240, 460, 951, 1480, 200, 766, 1142, 520, 207, 2209, 838, 631, 468, 1160, 1271, 1236, 826, 38, 1443, 345, 1617, 0, 650, 615, 1848, 634, 255, 2749, 198, 2818, 130, 1476, 3473, 113, 2, 162, 623, 1795, 782, 621, 1710, 1147, 806, 1158, 156, 685, 235, 1749, 0, 0, 2079, 257, 358, 555, 468, 433, 1936, 1055, 2148, 179, 447, 597, 1408, 537, 60, 0, 27, 191, 1122, 1663, 1095, 1106, 278, 358, 530, 1550, 613, 643, 2446, 270, 1531, 43, 521, 1478, 1095, 370, 1379, 2555, 1153, 261, 2038, 1082, 1192, 373, 86, 1301, 1184, 2806, 596, 1067, 795, 1037, 1139, 939, 3566, 1752, 1071, 1132, 65, 794, 142, 997, 2622, 776, 0, 152, 872, 161, 293, 1160, 637, 736, 1521, 0, 391, 673, 1097, 560, 1220, 23, 23, 23, 23, 1181, 1483, 646, 761, 455, 624, 19, 1508, 180, 777, 497, 2306, 655, 1257, 3221, 1172, 61, 383, 129, 1614, 463, 722, 1193, 344, 607, 2945, 669, 1773, 97, 2559, 2, 3668, 1631, 1573, null, 35, 1899, 172, 1108, 0, 1808, 84, 489, 636, 3390, 756, 2242, 1685, null, 59, 356, 1110, 1154, 766, 156, 23, 23, 23, 23, 205, 2416, 154, 1092, 4, 1024, 345, 1178, 1378, 257, 360, 406, 747, 664, 0, 1396, 1532, 1038, 1494, 255, 393, 5, 600, 662, null, 2388, 211, 654, 166, 570, 1612, 79, 1213, 11, 11, 11, 11, 11, 11, 11, 11, 11, 691, null, 1780, 2478, 684, 614, 685, 386, 28, 826, 348, 688, 1871, 547, 2141, 2893, 1264, 1222, 767, 1571, 968, 1562, 1457, 907, 113, 13, 770, 505, 1039, 1, 808, 230, 1539, 1093, 159, 147, 799, 2003, 348, 130, 77, 679, 1224, 2876, 1554, 757, 309, 607, 1780, 1154, 901, 186, 1093, 1092, 5, 1353, 526, 746, 403, 639, 1027, 987, 2810, 115, 188, 155, 918, 773, 529, 115, 1260, 1903, 2286, 377, 421, 441, 415, 337, 316, 639, 63, 592, 620, 1987, 2182, 59, 1316, 329, 414, 116, 557, 79, 1213, 709, 0, 1117, 862, 2014, 2234, 140, 1636, 987, 458, 1680, 841, 815, 10, 3449, 12, 2576, 252, 1263, 1263, 1263, 1263, 92, 1285, 91, 177, 746, 952, 853, 183, 1, 382, null, 552, 2648, 1841, 1092, 2072, 668, 1558, 33, 540, 6585, 375, 40, 298, 183, 564, 419, 931, 567, 233, 985, 1778, 2617, 220, 2351, 755, 720, 612, 1944, 888, 257, 1453, 214, 1527, 1960, 189, 189, 189, 189, 1318, 359, 3081, 494, 1208, 1925, 377, 358, 699, 1, 1003, 1739, 102, 1592, 2669, 1425, 338, 1073, 289, 208, 456, 361, 524, 859, 742, 535, 514, 3781, 636, 255, 2059, 150, 10, 186, 236, 956, 1165, 165, 1375, 444, null, 0, 9, 7, 1637, 1433, 2554, 37, 1119, 1176, 2675, 1888, 836, 206, 745, 652, 11, 11, 11, 11, 11, 11, 11, 11, 11, 1545, 910, 259, 1872, 1370, 1958, 2037, 659, 1679, 1058, 3316, 1030, 4, 184, 1702, 810, 179, 635, 407, 1026, 2659, 629, 2434, 729, 189, 189, 189, 189, 15, 333, 0, 315, 474, 190, 1344, 945, 1183, 84, 1855, 22, 5, 1774, 219, 2333, 120, 153, 748, 2658, 2470, 323 ], "xaxis": "x3", "yaxis": "y3" }, { "alignmentgroup": "True", "customdata": [ [ "https://github.com/TracyRage/muddy_db" ], [ "https://github.com/macintyrelab/CNpare" ], [ "https://github.com/andrewGhazi/mpradesigntools" ], [ "https://github.com/rauschenberger/joinet" ], [ "https://github.com/TW-Genesis/genesis-database-demo" ], [ "https://github.com/chainsawriot/rang" ], [ "https://github.com/agugonrey/GonzalezReymundez2021" ], [ "https://github.com/griffithlab/GenVisR" ], [ "https://github.com/Onogi/stacking" ], [ "https://github.com/ikmb/MAGScoT" ], [ "https://github.com/shazanfar/DCARS" ], [ "https://github.com/damiendevienne/non-layered-tidy-trees" ], [ "https://github.com/Priyadarshini-Rai/Pathomap" ], [ "https://github.com/carmonalab/scGate" ], [ "https://github.com/francescojm/CELLector_App" ], [ "https://github.com/intermine/interMineR" ], [ "https://github.com/francescojm/CELLector" ], [ "https://github.com/magStra/nonparametricSummaryPSM" ], [ "https://github.com/BioGenies/PlastoGram" ], [ "https://github.com/Zhangxf-ccnu/scMOO" ], [ "https://github.com/Zhangxf-ccnu/scMOO_experiments_codes" ], [ "https://github.com/datashield/DSData" ], [ "https://github.com/jokergoo/rGREAT" ], [ "https://github.com/jokergoo/BioMartGOGeneSets" ], [ "https://github.com/yiluheihei/microbiomeMarker" ], [ "https://github.com/XikunHan/metabolomicsR" ], [ "https://github.com/chaoszhang/A-Pro2_data" ], [ "https://github.com/moosa-r/rbioapi" ], [ "https://github.com/nutrimetabolomics/fobitools" ], [ "https://github.com/nutrimetabolomics/fobitoolsGUI" ], [ "https://github.com/adigherman/Rxnat" ], [ "https://github.com/saezlab/decoupleR_manuscript" ], [ "https://github.com/rksyouyou/SASOM-analysis" ], [ "https://github.com/Enserink-lab/screenwerk" ], [ "https://github.com/hafen/trelliscopejs" ], [ "https://github.com/taowenmicro/ggClusterNet" ], [ "https://github.com/iferres/simurg" ], [ "https://github.com/pmartR/pmartR" ], [ "https://github.com/lixiang117423/qPCRtools" ], [ "https://github.com/psoerensen/qgg" ], [ "https://github.com/crazyhottommy/scclusteval" ], [ "https://github.com/crazyhottommy/pyflow_seuratv3_parameter" ], [ "https://github.com/radamsRHA/PhyloWGA" ], [ "https://github.com/caranathunge/promor" ], [ "https://github.com/caravagnalab/rcongas_test" ], [ "https://github.com/SunXQlab/EnDecon" ], [ "https://github.com/SunXQlab/ST-deconvoulution" ], [ "https://github.com/ludvigla/semla" ], [ "https://github.com/zwdzwd/sesame" ], [ "https://github.com/KamilSJaron/smudgeplot" ], [ "https://github.com/LiesaSalzer/MobilityTransformR" ], [ "https://github.com/gkumar09/iSeqQC" ], [ "https://github.com/Acare/hacksig" ], [ "https://github.com/gangwug/nCV" ], [ "https://github.com/gangwug/nCVapp" ], [ "https://github.com/mathelab/IntLIM" ], [ "https://github.com/mlr-org/mlr3proba" ], [ "https://github.com/PF2-pasteur-fr/checkMyIndex" ], [ "https://github.com/smin95/smplot" ], [ "https://github.com/mathelab/RaMP-DB" ], [ "https://github.com/wtsi-team144/transformPhenotype" ], [ "https://github.com/ncats/IntLIM" ], [ "https://github.com/Pasquali-lab/UMI4Cats" ], [ "https://github.com/fosterlab/PrInCE" ], [ "https://github.com/keyes-timothy/tidytof" ], [ "https://github.com/kris-nader/sp-type" ], [ "https://github.com/Simon-Leonard/FlexDotPlot" ], [ "https://github.com/dlal-group/simtext" ], [ "https://github.com/FridleyLab/spatialTIME" ], [ "https://github.com/szymczak-lab/PathwayGuidedRF" ], [ "https://github.com/privefl/bigsnpr" ], [ "https://github.com/szymczak-lab/DataPathwayGuidedRF" ], [ "https://github.com/ncats/ramp-db" ], [ "https://github.com/hr1912/TreeExp" ], [ "https://github.com/hr1912/TreeExp" ], [ "https://github.com/hr1912/TreeExp" ], [ "https://github.com/hr1912/TreeExp" ], [ "https://github.com/drisso/awst" ], [ "https://github.com/matthewcarlucci/DiscoRhythm" ], [ "https://github.com/samhinshaw/metabridge_shiny" ], [ "https://github.com/YJGene0806/PRIDE_Code" ], [ "https://github.com/AnnekathrinSilvia/magnetique" ], [ "https://github.com/overton-group/eHDPrep" ], [ "https://github.com/BodenmillerGroup/cytoviewer" ], [ "https://github.com/PavlopoulosLab/Flame" ], [ "https://github.com/BMILAB/stAPAminer" ], [ "https://github.com/TobiTekath/DTUrtle" ], [ "https://github.com/RoelandKindt/AlleleShift" ], [ "https://github.com/campbio/ExperimentSubset" ], [ "https://github.com/imperialebola2018/chainchecker" ], [ "https://github.com/yxchspring/CECS" ], [ "https://github.com/arumds/webgqt" ], [ "https://github.com/jszlek/CardiacPBPK" ], [ "https://github.com/bougioukas/amstar2Vis" ], [ "https://github.com/CIMES-USNA-UMA/BaroWavelet" ], [ "https://github.com/InfOmics/Esearch3D" ], [ "https://github.com/wg99526/micloudgit" ], [ "https://github.com/HuanLab/ABCstats" ], [ "https://github.com/DennisSchlossarek/PROMISed" ], [ "https://github.com/usos/TPQCI" ], [ "https://github.com/BimberLab/cellhashR" ], [ "https://github.com/deargen/DearWXpub" ], [ "https://github.com/seantuck12/MODISTools" ], [ "https://github.com/adavi4/SAI-10k-calc" ], [ "https://github.com/kelsey209/hsrdefbuilder" ], [ "https://github.com/Changwuuu/Cuproptosis-pancancer" ], [ "https://github.com/jaleesr/TrendCatcher" ], [ "https://github.com/jaleesr/TrendCatcher" ], [ "https://github.com/jaleesr/TrendCatcher" ], [ "https://github.com/jaleesr/TrendCatcher" ], [ "https://github.com/regisoc/kibior" ], [ "https://github.com/CDCgov/TB_molecular_epidemiology" ], [ "https://github.com/ciernialab/MGEnrichmentApp" ], [ "https://github.com/MalteWillmes/IsoFishR" ], [ "https://github.com/cma2015/PEA" ], [ "https://github.com/phrh/PredRAD" ], [ "https://github.com/jaleesr/TrendCatcher" ], [ "https://github.com/jaleesr/TrendCatcher" ], [ "https://github.com/jaleesr/TrendCatcher" ], [ "https://github.com/jaleesr/TrendCatcher" ], [ "https://github.com/yufree/pmd" ], [ "https://github.com/dongxinzheng/RespirAnalyzer" ], [ "https://github.com/tangzhn/BRCA1" ], [ "https://github.com/WT215/bayNorm_papercode" ], [ "https://github.com/ExMove/ExMove" ], [ "https://github.com/mildpiggy/DEP2" ], [ "https://github.com/eudoraleer/scasa" ], [ "https://github.com/HuanLab/Paramounter" ], [ "https://github.com/pmartR/FIRM-AVP" ], [ "https://github.com/developerpiru/BEAVR" ], [ "https://github.com/CIAT-DAPA/UsefulPlants-Indicator" ], [ "https://github.com/friend1ws/pmsignature" ], [ "https://github.com/liliulab/gust" ], [ "https://github.com/openbiox/UCSCXenaShiny" ], [ "https://github.com/Camiling/stabJGL" ], [ "https://github.com/SandraThieme/BiPredict" ], [ "https://github.com/lockEF/BayesianDWD" ], [ "https://github.com/TBooker/PicMin" ], [ "https://github.com/javier-pardodiaz/sdcorGCN" ], [ "https://github.com/javier-pardodiaz/sdcorGCN" ], [ "https://github.com/javier-pardodiaz/sdcorGCN" ], [ "https://github.com/javier-pardodiaz/sdcorGCN" ], [ "https://github.com/Sepstar/PIMD" ], [ "https://github.com/fhaive/nextcast" ], [ "https://github.com/goknurginer/qtQDA" ], [ "https://github.com/BioMLBoston/PatchDCA" ], [ "https://github.com/sellerslab/gemini" ], [ "https://github.com/morphos30/PhyloCTCFLooping" ], [ "https://github.com/davidebolo1993/NanoR" ], [ "https://github.com/darlenelu72/EPEM-GMM" ], [ "https://github.com/BMILAB/AStrap" ], [ "https://github.com/kartiek/snpEnrichR" ], [ "https://github.com/Vitek-Lab/IonSpattern" ], [ "https://github.com/wangronglu/BNRR" ], [ "https://github.com/yolish/hbm" ], [ "https://github.com/MartinFXP/B-NEM" ], [ "https://github.com/biocorecrg/ExOrthist" ], [ "https://github.com/chentianlu/BiOFI" ], [ "https://github.com/mensxmachina/BioDataome" ], [ "https://github.com/genepi-freiburg/metaGWASmanager" ], [ "https://github.com/LFCFireLab/FireLossRate" ], [ "https://github.com/WangJJ-xrk/MaxKAT" ], [ "https://github.com/PavlopoulosLab/NORMA" ], [ "https://github.com/PavlopoulosLab/NORMA" ], [ "https://github.com/PavlopoulosLab/NORMA" ], [ "https://github.com/PavlopoulosLab/NORMA" ], [ "https://github.com/kr-swapnil/NetVA" ], [ "https://github.com/Xinzhe-Ni/NCG" ], [ "https://github.com/xuefenfei712/mapDATAge" ], [ "https://github.com/PavlopoulosLab/NORMA" ], [ "https://github.com/PavlopoulosLab/NORMA" ], [ "https://github.com/PavlopoulosLab/NORMA" ], [ "https://github.com/PavlopoulosLab/NORMA" ], [ "https://github.com/faezeh-bayat/VSS" ], [ "https://github.com/PFPrzytycki/CellWalkR" ], [ "https://github.com/Drinchai/BloodGen3Module" ], [ "https://github.com/fmansoori/PAPET" ], [ "https://github.com/huanglikun/BRM" ], [ "https://github.com/Shamir-Lab/PRODIGY" ], [ "https://github.com/mehmetgonen/path2surv" ], [ "https://github.com/infspiredBAT/GLASS" ], [ "https://github.com/BMILAB/TSAPA" ], [ "https://github.com/gogleva/SecretSanta" ], [ "https://github.com/tchitchek-lab/SPADEVizR" ], [ "http://github.com/markvdwiel/GRridgeCodata" ], [ "https://github.com/kbseah/genome-bin-tools" ], [ "https://github.com/billyhw/GSALightning" ], [ "https://github.com/haotian-zhuang/findPC" ], [ "https://github.com/abuchardt/geneJAM" ], [ "https://github.com/ocbinatli/mokpe" ], [ "https://github.com/zedali16/envsca" ], [ "https://github.com/sscottgraham/ConflictMetrics" ], [ "https://github.com/HamdaBinteAjmal/DBN4GRN" ], [ "https://github.com/stephenslab/flashr" ], [ "https://github.com/javier-pardodiaz/sdcorGCN" ], [ "https://github.com/javier-pardodiaz/sdcorGCN" ], [ "https://github.com/javier-pardodiaz/sdcorGCN" ], [ "https://github.com/javier-pardodiaz/sdcorGCN" ], [ "https://github.com/Greco-Lab/BMDx" ], [ "https://github.com/krumsieklab/MoDentify" ], [ "https://github.com/erhard-lab/lfc" ], [ "https://github.com/ChongWu-Biostat/MiSPU" ], [ "https://github.com/andreaskapou/BPRMeth" ], [ "https://github.com/sarbal/EGAD" ], [ "https://github.com/rebeccadeek/CoMiCoN" ], [ "https://github.com/Lagkouvardos/DivCom" ], [ "https://github.com/YenWenWang/HapDipKinship" ], [ "https://github.com/wangleink/MKER" ], [ "https://github.com/smarini/tardis-phylogenetics" ], [ "https://github.com/siqixu/MRCIP" ], [ "https://github.com/cbenoitp/flu-splicing" ], [ "https://github.com/NourMarzouka/multiclassPairs" ], [ "https://github.com/bengtssonpalme/cafe" ], [ "https://github.com/DataSlingers/clustRviz" ], [ "https://github.com/lrjuan/LDA_genome" ], [ "https://github.com/hyundoo/PRIME" ], [ "https://github.com/SCBIT-YYLab/DysRegSig" ], [ "https://github.com/menghaomiao/aitr" ], [ "https://github.com/XiDsLab/scRMD" ], [ "https://github.com/RudiSchill/MHN" ], [ "https://github.com/nyiuab/BhGLM" ], [ "https://github.com/mcanouil/NACHO" ], [ "https://github.com/QiZhangStat/TGCnA" ], [ "https://github.com/YiyiLiu1/bdChemo" ], [ "https://github.com/rramaker/R2DGC" ], [ "https://github.com/biotangweiqi/PQHE" ], [ "https://github.com/YiyiLiu1/DrugCombination" ], [ "https://github.com/ksny/Imperfect-Gold-Standard" ], [ "https://github.com/isglobal-brge/epimutacionsShiny" ], [ "https://github.com/phipsonlab/speckle" ], [ "https://github.com/padlocbio/padloc" ], [ "https://github.com/comorment/containers" ], [ "https://github.com/yuifu/millefy" ], [ "https://github.com/aoulas/scRANK" ], [ "https://github.com/IBPA/smoke_taint_prediction" ], [ "https://github.com/sjahnn/SOHPIE-DNA" ], [ "https://github.com/saeyslab/spotless-benchmark" ], [ "https://github.com/PhanstielLab/plotgardener" ], [ "https://github.com/BIGslu/kimma" ], [ "https://github.com/ayushnoori/metapaths" ], [ "https://github.com/TheJacksonLaboratory/isopretEM" ], [ "https://github.com/hms-dbmi/GenoPheno-CatalogShiny" ], [ "https://github.com/ChristofferFlensburg/SuperFreq" ], [ "https://github.com/chanw0/SparseMCMM" ], [ "https://github.com/swsoyee/TCC-GUI" ], [ "https://github.com/dozmorovlab/CTCF" ], [ "https://github.com/tinnlab/DeconBenchmark" ], [ "https://github.com/izhbannikov/spm" ], [ "https://github.com/delcore-luca/CellDifferentiationNetworks" ], [ "https://github.com/YuanChihChen/FragAssembler" ], [ "https://github.com/sjdlabgroup/Census" ], [ "https://github.com/wg99526/MiSurvGit" ], [ "https://github.com/lwheinsberg/dbGaPCheckup" ], [ "https://github.com/Yinchun-Lin/Pbine" ], [ "https://github.com/tbaccata/amica" ], [ "https://github.com/lunching/HCMM_CNVs" ], [ "https://github.com/hanjunwei-lab/CNA2Subpathway" ], [ "https://github.com/hanjunwei-lab/crmSubpathway" ], [ "https://github.com/HuffordLab/GenomeQC" ], [ "https://github.com/msadatsafavi/txBenefit" ], [ "https://github.com/liudoubletian/eBay" ], [ "https://github.com/AlexisHardy/DNAModAnnot" ], [ "https://github.com/EricSDavis/mariner" ], [ "https://github.com/HuanLab/ChloroDBPFinder" ], [ "https://github.com/jasminesmn/ABPEPserver" ], [ "https://github.com/VafaeeLab/bloodbased-pancancer-diagnosis" ], [ "https://github.com/AnqiWang2021/RBMR" ], [ "https://github.com/JiajinChen/shinyBN" ], [ "https://github.com/mazzalab-ieo/recallme" ], [ "https://github.com/wind22zhu/BioMedR" ], [ "https://github.com/Jasonlinchina/RCSM" ], [ "https://github.com/jgcri/fldgen" ], [ "https://github.com/schultzelab/Shiny-Seq" ], [ "https://github.com/MPI-BGC-Functional-Biogeography/rtry" ], [ "https://github.com/luslab/hiclipr" ], [ "https://github.com/emunte/vaRHC" ], [ "https://github.com/jwschroeder3/enricherator" ], [ "https://github.com/elolab/scshaper" ], [ "https://github.com/metasnv-tool/metaSNV" ], [ "https://github.com/HuanLab/ISFrag" ], [ "https://github.com/SunXQlab/scMLnet" ], [ "https://github.com/elolab/RepViz" ], [ "https://github.com/delosh653/ECHO" ], [ "https://github.com/yuewangpanda/BioMethyl" ], [ "https://github.com/lmweber/cytometry-clustering-comparison" ], [ "https://github.com/food-price/DOC-M-Model-Development-and-Validation" ], [ "https://github.com/alyssafrazee/derfinder" ], [ "https://github.com/MetaboComp/MUVR2" ], [ "https://github.com/NIH-CARD/ProtPipe" ], [ "https://github.com/schiebout/CAMML" ], [ "https://github.com/Fraunhofer-ITMP/E3_binder_Model" ], [ "https://github.com/Zhizhen-Zhao/IPTW-TBI" ], [ "https://github.com/Zhizhen-Zhao/IPTW-TBI" ], [ "https://github.com/Zhizhen-Zhao/IPTW-TBI" ], [ "https://github.com/Zhizhen-Zhao/IPTW-TBI" ], [ "https://github.com/matthewquinn1/changepointSelect" ], [ "https://github.com/kaistcbfg/covNormRpkg" ], [ "https://github.com/djparente/polyboost" ], [ "https://github.com/jianlin-cheng/GNET2" ], [ "https://github.com/XJJ-student/PhenoComp" ], [ "https://github.com/bertrand-lab/cobia" ], [ "https://github.com/Zhangxf-ccnu/EnImpute" ], [ "https://github.com/irycisBioinfo/PATO" ], [ "https://github.com/Zhizhen-Zhao/IPTW-TBI" ], [ "https://github.com/Zhizhen-Zhao/IPTW-TBI" ], [ "https://github.com/Zhizhen-Zhao/IPTW-TBI" ], [ "https://github.com/Zhizhen-Zhao/IPTW-TBI" ], [ "https://github.com/chernolabs/scX" ], [ "https://github.com/RaphaelS1/distribution_discrimination" ], [ "https://github.com/slzhao/GTQC" ], [ "https://github.com/ziadbkh/eQTLHap" ], [ "https://github.com/nlm-irp-jianglab/Evolink" ], [ "https://github.com/elies-ramon/kernInt" ], [ "https://github.com/84AP/MethCoresProfiler" ], [ "https://github.com/pfruan/mirPLS" ], [ "https://github.com/federicogiorgi/giorgilab" ], [ "https://github.com/vagkaratzas/PathWalks" ], [ "https://github.com/Japrin/sscClust" ], [ "https://github.com/GaoLabXDU/CEPICS" ], [ "https://github.com/huiminkang/PIBLUP" ], [ "https://github.com/isglobal-brge/CTDquerier" ], [ "https://github.com/benliemory/adaptiveHM" ], [ "https://github.com/smithlabcode/riborex" ], [ "https://github.com/mdkarcher/phylodyn" ], [ "https://github.com/PROBIC/diffsplicing" ], [ "https://github.com/raivokolde/seqlm" ], [ "https://github.com/RegulatoryGenomicsGroup/chicdiff" ], [ "https://github.com/DanielAlhassan/idDMR" ], [ "https://github.com/mainciburu/WAT3R" ], [ "https://github.com/LincolnSteinLab/MMDRP" ], [ "https://github.com/abbvie-external/OmicNavigator" ], [ "https://github.com/Li-Zhang28/BCGLM" ], [ "https://github.com/HKyleZhang/RecView" ], [ "https://github.com/Kevin-walters/lapmapr" ], [ "https://github.com/RolandBruderer/MiMB-LiP-Quant" ], [ "https://github.com/AllenSpike/CPDR" ], [ "https://github.com/meihonggao/ImReLnc" ], [ "https://github.com/venyao/MaizeSNPDB" ], [ "https://github.com/umich-biostatistics/AEenrich" ], [ "https://github.com/andreaskapou/scMET" ], [ "https://github.com/jiang-junyao/IReNA" ], [ "https://github.com/BIMIB-DISCo/VERSO" ], [ "https://github.com/tomoyukif/MCPtaggR" ], [ "https://github.com/aeeckhou/shallowHRD" ], [ "https://github.com/gxiaolab/REDITs" ], [ "https://github.com/RWParsons/circacompare" ], [ "https://github.com/rchereji/plot2DO" ], [ "https://github.com/jotech/gapseq" ], [ "https://github.com/galanisl/NetHypGeom" ], [ "https://github.com/VCCRI/CIDR" ], [ "https://github.com/lengning/OEFinder" ], [ "https://github.com/sahatava/MixMPLN" ], [ "https://github.com/FedeCastelletti/bayes_networks_mixed_data" ], [ "https://github.com/AngelCampos/txtools" ], [ "https://github.com/aoliver44/taxaHFE" ], [ "https://github.com/ebi-gene-expression-group/selectBCM" ], [ "https://github.com/gavinmdouglas/POMS" ], [ "https://github.com/kevinmildau/homologueDiscoverer" ], [ "https://github.com/vicsanga/Postre" ], [ "https://github.com/huynguyen250896/DrGA" ], [ "https://github.com/seqscope/STtools" ], [ "https://github.com/alexQiSong/scSTEM" ], [ "https://github.com/plger/pipeComp" ], [ "https://github.com/Helena-todd/TinGa" ], [ "https://github.com/lileir/MMS2plot" ], [ "https://github.com/prafols/rMSIproc" ], [ "https://github.com/stephaniehicks/methylCC" ], [ "https://github.com/jdblischak/workflowr" ], [ "https://github.com/coamo2/CD-trace" ], [ "https://github.com/cz-ye/DECENT" ], [ "https://github.com/chupan1218/ProModule" ], [ "https://github.com/soyoungryu/MetaMSD" ], [ "https://github.com/stefangraw/Allocation-Power-Optimizer" ], [ "https://github.com/alexander-nash/kurtosis_conservation" ], [ "https://github.com/mkanai/grimon" ], [ "https://github.com/dvav/eQTLBookChapter" ], [ "https://github.com/BSharmi/DPM-LGCP" ], [ "https://github.com/PhHermann/LDJump" ], [ "https://github.com/SofieVG/FlowSOM" ], [ "https://github.com/CompGenomeLab/PHACT" ], [ "https://github.com/ziyili20/CAMLU" ], [ "https://github.com/SMAC-Group/irg" ], [ "https://github.com/jutzca/Systemic-effects-of-Spinal-Cord-Injury" ], [ "https://github.com/abelson-lab/smMIP-tools" ], [ "https://github.com/danik0411/optimum-rlda" ], [ "https://github.com/wgmao/NIFA" ], [ "https://github.com/czbiohub-sf/pomelo" ], [ "https://github.com/bioinformatics-xu/DriverGenePathway" ], [ "https://github.com/YinanZhang522/SIEVE" ], [ "https://github.com/SGDDNB/CLIPreg" ], [ "https://github.com/MottaStefano/PathDetect-SOM" ], [ "https://github.com/HAN-Siyu/LION" ], [ "https://github.com/grrchrr/VisuStatR" ], [ "https://github.com/kelrenmor/farva" ], [ "https://github.com/ylab-hi/lncGSEA" ], [ "https://github.com/sysbio-bioinf/BNStatic" ], [ "https://github.com/BADD-XMU/PhosMap" ], [ "https://github.com/WheelerLab/LAI_benchmarking" ], [ "https://github.com/ccbiolab/svpluscnv" ], [ "https://github.com/ZhenshenBao/SPFA" ], [ "https://github.com/welch-lab/liger" ], [ "https://github.com/vittoriofortino84/ThETA" ], [ "https://github.com/tdw1221/NITUMID" ], [ "https://github.com/jiazhao97/BWMR" ], [ "https://github.com/ningshi/ATEN" ], [ "https://github.com/JosieLHayes/simExTargId" ], [ "https://github.com/Christopher-Amos-Lab/seXY" ], [ "https://github.com/ymatts/D3M" ], [ "https://github.com/JmWangBio/PepSetTest" ], [ "https://github.com/FocusPaka/NMFTL" ], [ "https://github.com/hanlab-SNU/PASTRY" ], [ "https://github.com/RezvanEhsani/LOCATOR" ], [ "https://github.com/fmicompbio/mutscan" ], [ "https://github.com/irinagain/iglu" ], [ "https://github.com/irinagain/iglu" ], [ "https://github.com/irinagain/iglu" ], [ "https://github.com/irinagain/iglu" ], [ "https://github.com/ETH-NEXUS/gExcite_pipeline" ], [ "https://github.com/JialinQu/gKAT" ], [ "https://github.com/michaelcarr-stats/FUCCI" ], [ "https://github.com/hxdde/SMR" ], [ "https://github.com/Karena6688/qcSSMDhomo" ], [ "https://github.com/yhai943/BLMM" ], [ "https://github.com/zty2009/Identifying-Protein-Biomarkers-in-Blood-for-Alzheimer-s-Disease" ], [ "https://github.com/iditam/CompareNPPs" ], [ "https://github.com/dy16b/Cross-Platform-Normalization" ], [ "https://github.com/LangeLab/SQuAPP" ], [ "https://github.com/philipmorrisintl/NPA" ], [ "https://github.com/cozygene/CONFINED" ], [ "https://github.com/adspit/PASCAL" ], [ "https://github.com/compgenome365/TCGA-Assembler-2" ], [ "https://github.com/SiminaB/MultiMed" ], [ "https://github.com/ShenZhang-Statistics/fastCCLasso" ], [ "https://github.com/DorothyTamYiLing/GWarrange" ], [ "https://github.com/happysundae/posMCPMod" ], [ "https://github.com/AC-PHD/Seurat_PFA_pipeline" ], [ "https://github.com/trinezac/SG_optimization" ], [ "https://github.com/keleslab/AdaLiftOver" ], [ "https://github.com/keleslab/muscle" ], [ "https://github.com/MinhaoYaooo/CoxMKF" ], [ "https://github.com/RavenGan/GR2D2" ], [ "https://github.com/MaudeDavidLab/GMEmbeddings" ], [ "https://github.com/MariaOsmala/ChromDMM" ], [ "https://github.com/giannamonti/RobZS" ], [ "https://github.com/indranillab/pseudoga" ], [ "https://github.com/NishithPaul/tWLSA" ], [ "https://github.com/cellmapslab/kimono" ], [ "https://github.com/thinhong/MethPanel" ], [ "https://github.com/grisslab/scAnnotatR" ], [ "https://github.com/Gardner-BinfLab/ncVarDB" ], [ "https://github.com/mwgrassgreen/RobNorm" ], [ "https://github.com/theorod93/sCCA" ], [ "https://github.com/YanxunXu/BaySemiCompeting" ], [ "https://github.com/mikelhernaez/linker" ], [ "https://github.com/Shamir-Lab/NEMO" ], [ "https://github.com/NCI-biostats/microbiome-fixed-reference" ], [ "https://github.com/mmaitenat/ideafix" ], [ "https://github.com/hcji/KPIC2" ], [ "https://github.com/shengqh/GLMVC" ], [ "https://github.com/jlp2duke/EnsCat" ], [ "https://github.com/UppsalaGenomeCenter/CanvasDB" ], [ "https://github.com/annaplaksienko/methyLImp2" ], [ "https://github.com/yhai943/FBLMM" ], [ "https://github.com/wangjr03/BayesKAT" ], [ "https://github.com/wangjr03/BayesKAT" ], [ "https://github.com/wangjr03/BayesKAT" ], [ "https://github.com/wangjr03/BayesKAT" ], [ "https://github.com/chunlinli/intdag" ], [ "https://github.com/Shamir-Lab/INTEND" ], [ "https://github.com/duct317/scISR" ], [ "https://github.com/Vivianstats/scLink" ], [ "https://github.com/jingeyu/CSSN" ], [ "https://github.com/asm3-nist/DART-MS-DST" ], [ "https://github.com/cuiyingbeicheng/Foldseq" ], [ "https://github.com/xiaofengsong/LncMiM" ], [ "https://github.com/galadrielbriere/ClustOmics" ], [ "https://github.com/samuelbfernandes/simplePHENOTYPES" ], [ "https://github.com/kablag/AScall" ], [ "https://github.com/lichen-lab/tfLDA" ], [ "https://github.com/ne1s0n/MTGOsc" ], [ "https://github.com/Zhangxf-ccnu/DiffNetFDR" ], [ "https://github.com/alberto-valdeolivas/RWR-MH" ], [ "https://github.com/SydneyBioX/scFeatures" ], [ "https://github.com/hzy95/EPIVAN" ], [ "https://github.com/schneebergerlab/findGSE" ], [ "https://github.com/JinfengXiao/DWCox" ], [ "https://github.com/jdwilson4/MultilayerExtraction" ], [ "https://github.com/anwala/NicheSimulation" ], [ "https://github.com/XingTang2014/annoPeak" ], [ "https://github.com/Bohdan-Khomtchouk/Microscope" ], [ "https://github.com/WarrenDavidAnderson/genomicsRpackage" ], [ "https://github.com/wangjr03/BayesKAT" ], [ "https://github.com/wangjr03/BayesKAT" ], [ "https://github.com/wangjr03/BayesKAT" ], [ "https://github.com/wangjr03/BayesKAT" ], [ "https://github.com/kasparmartens/rarity" ], [ "https://github.com/bayesrx/SPARTIN" ], [ "https://github.com/SUNHAO-JLU/Genome_Prediction-PC_DOT" ], [ "https://github.com/Usos/SPCS" ], [ "https://github.com/almeidasilvaf/SoyFungiGCN" ], [ "https://github.com/laylagerami/MAVEN" ], [ "https://github.com/Snitkin-Lab-Umich/regentrans" ], [ "https://github.com/skvanburen/scUncertaintyPaperCode" ], [ "https://github.com/delosh653/MOSAIC" ], [ "https://github.com/swrosenbaum/tGMR_simulations" ], [ "https://github.com/dpique/aneuvis" ], [ "https://github.com/cafferychen777/ggpicrust2" ], [ "https://github.com/sashahafner/ABM" ], [ "https://github.com/hanjunwei-lab/iATMEcell" ], [ "https://github.com/blekhmanlab/biomehorizon" ], [ "https://github.com/SlavovLab/DO-MS" ], [ "https://github.com/JFerrer-B/transcriptome-identifiability" ], [ "https://github.com/chuiqin/irGSEA" ], [ "https://github.com/alexchwong/SpliceWiz" ], [ "https://github.com/Song-xinyu/COMMO" ], [ "https://github.com/mengyunwu2020/PECM" ], [ "https://github.com/ywhsiao/ceRNAR" ], [ "https://github.com/MarieOestreich/hCoCena" ], [ "https://github.com/NhanNguyen000/MeDIP" ], [ "https://github.com/compbiomed/animalcules" ], [ "https://github.com/ExpectationsManaged/STRaitRazorOnline" ], [ "https://github.com/wangxlab/iGenSig-Rx" ], [ "https://github.com/wuqian77/SpaceLog" ], [ "https://github.com/Pechli-Lab/SurvdigitizeR" ], [ "https://github.com/FriedbergLab/Epictope" ], [ "https://github.com/RuiCao34/TraitScan" ], [ "https://github.com/tacazares/SeedMatchR" ], [ "https://github.com/lasseignelab/CoSIA" ], [ "https://github.com/knights-lab/LMdist" ], [ "https://github.com/abbiAR/PLBAffinity" ], [ "https://github.com/TomDuchemin/mixed_surveillance" ], [ "https://github.com/xuyp-csu/CellBRF" ], [ "https://github.com/slrvv/CENTRE" ], [ "https://github.com/stjude/TALL-example" ], [ "https://github.com/keleslab/INCA" ], [ "https://github.com/huangzhii/TSUNAMI" ], [ "https://github.com/raalizadeh/RIdea" ], [ "https://github.com/XiaQiong/GMMLasso" ], [ "https://github.com/ay-lab/dcHiC" ], [ "https://github.com/AndresMCB/DynamicCancerDriver" ], [ "https://github.com/khazum/ccImpute" ], [ "https://github.com/jyyulab/scMINER" ], [ "https://github.com/bdesanctis/binning-accuracy" ], [ "https://github.com/rli20ST758/FILF" ], [ "https://github.com/cziegenhain/UMIcountR" ], [ "https://github.com/MAITYA02/circgene" ], [ "https://github.com/nathan-gill/pps" ], [ "https://github.com/robert19960424/IndGOterm" ], [ "https://github.com/peterbchi/CNVSelectR" ], [ "https://github.com/ChrispinChaguza/RCandy" ], [ "https://github.com/MathSZhang/CALLR" ], [ "https://github.com/aLiehrmann/CROCS" ], [ "https://github.com/hikuru/PRER" ], [ "https://github.com/bill1167/hostgbms" ], [ "https://github.com/liangliangwangsfu/healthCurveCode" ], [ "https://github.com/ubagithub/TEnGExA" ], [ "https://github.com/rmarceauwest/fiveSTAR" ], [ "https://github.com/wangshisheng/NAguideR" ], [ "https://github.com/biomedbigdata/ASimulatoR" ], [ "https://github.com/S-YIN/MIXnorm" ], [ "https://github.com/vpalombo/PANEV" ], [ "https://github.com/sarahsamorodnitsky/Pan-Cancer-Survival-Modeling" ], [ "https://github.com/mingjingsi/LPM" ], [ "https://github.com/atfrank/CS2Structure" ], [ "https://github.com/SydneyBioX/CiteFuse" ], [ "https://github.com/EwaSzczurek/LEM" ], [ "https://github.com/liuyu8721/csmd" ], [ "https://github.com/VartikaBisht6197/NFnetFu" ], [ "https://github.com/seasamgo/rescue" ], [ "https://github.com/anjalisilva/MPLNClust" ], [ "https://github.com/cozygene/FEAST" ], [ "https://github.com/SoufianeAjana/Blisar" ], [ "https://github.com/rosedu1/deconvSeq" ], [ "https://github.com/molgenis/NIPTeR" ], [ "https://github.com/LupienLab/SMURF" ], [ "https://github.com/mrborges23/delta_statistic" ], [ "https://github.com/FocusPaka/SIMD" ], [ "https://github.com/tengfei-emory/QuantNorm" ], [ "https://github.com/gimelbrantlab/magic" ], [ "https://github.com/bmannakee/mapexr" ], [ "https://github.com/theislab/kbranches" ], [ "https://github.com/rcavalcante/annotatr" ], [ "https://github.com/yunzhang813/FUNNEL-GSEA-R-Package" ], [ "https://github.com/chaninn/osFP" ], [ "https://github.com/tdhock/PeakError" ], [ "https://github.com/RuggeroFerrazza/IsotopicLabelling" ], [ "https://github.com/yiluheihei/shiny-RevEcoR" ], [ "https://github.com/zji90/TSCAN" ], [ "https://github.com/michbur/chipPCR" ], [ "https://github.com/reineckef/quandico" ], [ "https://github.com/mwsill/s4vdpca" ], [ "https://github.com/WillHackett22/RAMZIS" ], [ "https://github.com/camlab-bioml/leader" ], [ "https://github.com/HXu06/MK-BMC" ], [ "https://github.com/theimagelab/entrain" ], [ "https://github.com/huayingfang/gmcoda" ], [ "https://github.com/zjuRong/openNAU" ], [ "https://github.com/Lucas-Prates/blockcpd" ], [ "https://github.com/bschilder/ThreeWayTest" ], [ "https://github.com/wendelljpereira/DArTseqMet" ], [ "https://github.com/YanhaoHuo/dysregulated-DNBs" ], [ "https://github.com/ShangCS/MCLS" ], [ "https://github.com/Netralab/GenericParallelFramework" ], [ "https://github.com/MinjieSh/Cosbin" ], [ "https://github.com/latlio/onlinefdr_rnaseq_simulation" ], [ "https://github.com/calliste-fagard-jenkin/rGAI" ], [ "https://github.com/UCA-MSI/ABEILLE" ], [ "https://github.com/noriakis/CBNplot" ], [ "https://github.com/yuabrahamliu/scDeconv" ], [ "https://github.com/ococrook/hdxstats" ], [ "https://github.com/tianwei-yu/AIME" ], [ "https://github.com/ChengkuiZhao/Single-cell-miRNA-prediction" ], [ "https://github.com/chenhong-dkfz/GenomeTornadoPlot" ], [ "https://github.com/NiJianWei996/RF-SVM" ], [ "https://github.com/seriph78/COTAN" ], [ "https://github.com/guldenolgun/NoRCE" ], [ "https://github.com/northomics/MetaProfiler" ], [ "https://github.com/AMSSwanglab/GuidingNet" ], [ "https://github.com/jumphone/Vector" ], [ "https://github.com/inzilico/imputeqc" ], [ "https://github.com/VCCRI/Sierra" ], [ "https://github.com/MAITYA02/semmcmc" ], [ "https://github.com/gersteinlab/topicnet" ], [ "https://github.com/dbdimitrov/BingleSeq" ], [ "https://github.com/IPCO-Rlibrary/IPCO" ], [ "https://github.com/XPHenry/Netfrac" ], [ "https://github.com/zhanghfd/contamDE" ], [ "https://github.com/CNRGH/crimmix" ], [ "https://github.com/ManuelLamothe/RapidACi" ], [ "https://github.com/irinagain/iglu" ], [ "https://github.com/irinagain/iglu" ], [ "https://github.com/irinagain/iglu" ], [ "https://github.com/irinagain/iglu" ], [ "https://github.com/zakih/organoidDynamics" ], [ "https://github.com/ZhuMSLab/DecoMetDIA" ], [ "https://github.com/wuaipinglab/ImmuCC" ], [ "https://github.com/eporetsky/MutRank" ], [ "https://github.com/grizant/n1pas" ], [ "https://github.com/VCCRI/Ularcirc" ], [ "https://github.com/lsncibb/SummaryAUC" ], [ "https://github.com/aplantin/pldist" ], [ "https://github.com/pn51/laggedOrderedLassoNetwork" ], [ "https://github.com/GuanLab/phosphoproteome_prediction" ], [ "https://github.com/SchulzLab/Triangulate" ], [ "https://github.com/angy89/RobustClusteringPatientSubtyping" ], [ "https://github.com/VCCRI/C3" ], [ "https://github.com/zhaoni153/GHT" ], [ "https://github.com/jchen1981/MicrobiomeDDA" ], [ "https://github.com/Singh-Lab/Differential-Mutation-Analysis" ], [ "https://github.com/CartwrightLab/WuEtAl2017" ], [ "https://github.com/ThomasChln/snpclust" ], [ "https://github.com/ewyang089/SDEAP" ], [ "https://github.com/hardin47/rmscca" ], [ "https://github.com/WaylandM/meristogram" ], [ "https://github.com/xfwang/CLOSE" ], [ "https://github.com/bhklab/genefu" ], [ "https://github.com/YinanZheng/HIMA" ], [ "https://github.com/ZWangTen/MethParquet" ], [ "https://github.com/lozuponelab/knowledge-source-mappings" ], [ "https://github.com/yorgodillo/ProteoSign" ], [ "https://github.com/roqe/MACtest" ], [ "https://github.com/hsjeon1217/conditional_method" ], [ "https://github.com/Cuily-v/Colorectal_cancer" ], [ "https://github.com/Richard-Packer/DeepPheWAS" ], [ "https://github.com/zhangt369/SurvivalPath" ], [ "https://github.com/biomedbigdata/circRNA-sponging" ], [ "https://github.com/diskin-lab-chop/AutoGVP" ], [ "https://github.com/GeneTranslationLab-IRB/tRNAstudio" ], [ "https://github.com/molinfrimed/multi-kinases" ], [ "https://github.com/LXQin/DANA" ], [ "https://github.com/PYangLab/SPSs" ], [ "https://github.com/Bao-Lab/GPSmatch" ], [ "https://github.com/ymatts/RoDiCE" ], [ "https://github.com/demichelislab/FaME" ], [ "https://github.com/reprotc/geocoding" ], [ "https://github.com/Luisiglm/KBoost" ], [ "https://github.com/SJTU-CGM/ivTerm" ], [ "https://github.com/mnodzenski/epistasisGA" ], [ "https://github.com/ClavelLab/MiMiC" ], [ "https://github.com/shanrongzhao/QuickIsoSeq" ], [ "https://github.com/kshestop/DCMD" ], [ "https://github.com/weitinging/MinNetRank" ], [ "https://github.com/KavrakiLab/TL-MHC" ], [ "https://github.com/stevemidway/MultipleComparisons" ], [ "https://github.com/haydenmoffat/sequential_design_for_predator_prey_experiments" ], [ "https://github.com/YaluWen/OmicPred" ], [ "https://github.com/walter-ca/Basic4CSim" ], [ "https://github.com/csclab/RMut" ], [ "https://github.com/xgaoo/ClusterMap" ], [ "https://github.com/jchiquet/multivarNetwork" ], [ "https://github.com/matt-sutton/sgspls" ], [ "https://github.com/slimsuite/SLiMEnrich" ], [ "https://github.com/nishithkumarpaul/Rvolcano" ], [ "https://github.com/fanglab/MatrixEpistasis" ], [ "https://github.com/mghamilton/polyAinv" ], [ "https://github.com/franapoli/gep2pep" ], [ "https://github.com/ashar799/SBC" ], [ "https://github.com/michaelLenz/EstiTiCS" ], [ "https://github.com/andrewparkermorgan/argyle" ], [ "https://github.com/bornea/APOSTL" ], [ "https://github.com/mfumagalli/ngsTools" ], [ "https://github.com/SiweiCui/EpigeneticControlOfSingle-CellExpressionVariability" ], [ "https://github.com/shanny01/benchmark" ], [ "https://github.com/tbilab/associationsubgraphs" ], [ "https://github.com/CBMi-BiG/bamchop" ], [ "https://github.com/ncc-bioinfo/ASpedia-R" ], [ "https://github.com/simo1c/GateMeClass" ], [ "https://github.com/Papatheodorou-Group/CATD_snakemake" ], [ "https://github.com/CDCgov/shinyMBA" ], [ "https://github.com/weiyuchung/CONY" ], [ "https://github.com/AMSSwanglab/SpecLoop" ], [ "https://github.com/cgmisc-team/cgmisc" ], [ "https://github.com/XuLabSJTU/COL" ], [ "https://github.com/XinmengLiao/Open_MoA" ], [ "https://github.com/mfumagalli/ngsJulia" ], [ "https://github.com/hnishio/cellssm" ], [ "https://github.com/owkin/CovadjustSim" ], [ "https://github.com/bayesrx/RxTree" ], [ "https://github.com/srtaheri/OptimalAdjustmentSet" ], [ "https://github.com/daniellyz/meRgeION2" ], [ "https://github.com/empiricalbayes/CSCDRNA" ], [ "https://github.com/AleVin1995/MutExMatSorting" ], [ "https://github.com/Lagkouvardos/Cronos" ], [ "https://github.com/IFREMER-LERBL/EcoTransLearn" ], [ "https://github.com/xuwenwu24/Bootstrap-test" ], [ "https://github.com/horsedayday/eQTLsingle" ], [ "https://github.com/ucasdp/BiTSC2" ], [ "https://github.com/chencxxy28/DRDnet" ], [ "https://github.com/mpierrejean/pintmf" ], [ "https://github.com/huanglikun/BSA-seqDesignTool" ], [ "https://github.com/BabuLab-UofR/TempSpac" ], [ "https://github.com/prabhakarlab/scConsensus" ], [ "https://github.com/proteinphysiologylab/frustratometeR" ], [ "https://github.com/hauldhut/drivergene" ], [ "https://github.com/TomasVrzal/DeepReI" ], [ "https://github.com/sunshanwen/BP4RNAseq" ], [ "https://github.com/jeonglab/scCLUE" ], [ "https://github.com/Vitek-Lab/mi-CNN_MSI" ], [ "https://github.com/arezourahimi/mtgsbc" ], [ "https://github.com/lockEF/BayesianScreening" ], [ "https://github.com/powellgenomicslab/scPred" ], [ "https://github.com/PNNL-Comp-Mass-Spec/Rodin" ], [ "https://github.com/pulmonomics-lab/ccml" ], [ "https://github.com/bgbrink/ddPCRvis" ], [ "https://github.com/ZhoulabCPH/ccml" ], [ "https://github.com/hd2326/ModificationNumber" ], [ "https://github.com/ropensci/chirps" ], [ "https://github.com/choileena/EHR" ], [ "https://github.com/bluegreen-labs/daymetr" ], [ "https://github.com/cuhklinlab/scAMACE" ], [ "https://github.com/insilico/Rinbix" ], [ "https://github.com/insilico/PriorKnowledgeEpistasisRank" ], [ "https://github.com/humengying0907/InstaPrism" ], [ "https://github.com/fredcommo/aCGH_viewer" ], [ "https://github.com/DotanOr/DataCheQC" ], [ "https://github.com/bigomics/metaLINCS" ], [ "https://github.com/PheWAS/PheWAS" ], [ "https://github.com/YuLab-SMU/ggbreak" ], [ "https://github.com/zky0708/2DImpute" ], [ "https://github.com/Onogi/VIGoR" ], [ "https://github.com/humengying0907/InstaPrismSourceCode" ], [ "https://github.com/roblanf/sangeranalyseR" ], [ "https://github.com/loubator/MultiRNAflow" ], [ "https://github.com/ropensci/nasapower" ], [ "https://github.com/GHLCLab/phexpo" ], [ "https://github.com/mailund/admixture_graph" ], [ "https://github.com/gangwug/MetaCycle" ], [ "https://github.com/ay-lab/HiCtrans" ], [ "https://github.com/YonghuiDong/CCWeights" ], [ "https://github.com/royfrancis/pophelper" ], [ "https://github.com/yannrivault/queryMed" ], [ "https://github.com/chloelulu/tdGBH" ], [ "https://github.com/chloelulu/tdGBH-paper" ], [ "https://github.com/shaunpwilkinson/aphid" ], [ "https://github.com/stanlazic/desiR" ], [ "https://github.com/erikagardini/spathial" ], [ "https://github.com/iraiosub/riboseq-flow" ], [ "https://github.com/mmilano87/analyzeC19D" ], [ "https://github.com/mschubert/clustermq" ], [ "https://github.com/mschubert/clustermq-performance" ], [ "https://github.com/debsin/dropClust" ], [ "https://github.com/Mathelab/RaMP-DB" ], [ "https://github.com/galelab/Whitmore_scPathoQuant_testSets" ], [ "https://github.com/sjackman/uniqtag" ], [ "https://github.com/znoor/iSwathX" ], [ "https://github.com/anitamnd/MetaboLink" ], [ "https://github.com/statgenlmu/coala" ], [ "https://github.com/rauschenberger/cornet" ], [ "https://github.com/YaolingYang/HTRX" ], [ "https://github.com/okdll/mpwR" ], [ "https://github.com/bcgsc/orca" ], [ "https://github.com/katlande/PCBS" ], [ "https://github.com/lucp9827/signtrans" ], [ "https://github.com/nygenome/SCANVIS" ], [ "https://github.com/fjmurguzur/causalizeR" ], [ "https://github.com/MDplot/MDplot" ], [ "https://github.com/YasinEl/mzRAPP" ], [ "https://github.com/lin-lab/COVID19-Viz" ], [ "https://github.com/Askarbek-orakov/ASAR" ], [ "https://github.com/lin-lab/COVID19-Rt" ], [ "https://github.com/hms-dbmi/UpSetR" ], [ "https://github.com/thrushcyc-github/BMull" ], [ "https://github.com/interactivereport/Quickomics" ], [ "https://github.com/KlugerLab/t-SNE-Heatmaps" ], [ "https://github.com/vonkaenelerik/ShollBayes" ], [ "https://github.com/vonkaenelerik/hierarchical_sholl" ], [ "https://github.com/nutrimetabolomics/POMAShiny" ], [ "https://github.com/Danko-Lab/rtfbs_db" ], [ "https://github.com/SONGDONGYUAN1994/rscsampler" ], [ "https://github.com/nutrimetabolomics/POMA" ], [ "https://github.com/Boizard/PRYNT" ], [ "https://github.com/equipeGST/RiboDoc" ], [ "https://github.com/HajkD/biomartr" ], [ "https://github.com/shka/R-SAMstrt" ], [ "https://github.com/sauravbsaha/uCAREChemSuiteCLI" ], [ "https://github.com/fcampelo/epitopes" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/AgResearch/data_prism" ], [ "https://github.com/SchlitzerLab/IntestLine" ], [ "https://github.com/Winnie09/Palo" ], [ "https://github.com/beatrizgj/MDPbiome" ], [ "https://github.com/ConesaLab/MultiBaC" ], [ "https://github.com/jpquast/protti" ], [ "https://github.com/chrcarrizosa/shinyseg" ], [ "https://github.com/zoecastillo/microbiomeExplorer" ], [ "https://github.com/radamsRHA/GppFst" ], [ "https://github.com/YonghuiDong/RawHummus" ], [ "https://github.com/EricLarG4/g4dbr" ], [ "https://github.com/KechrisLab/SmCCNet" ], [ "https://github.com/zhqingit/giremi" ], [ "https://github.com/Neuropathology-Giessen/SangeR" ], [ "https://github.com/tom-jenkins/mapmixture" ], [ "https://github.com/cellgeni/batchbench" ], [ "https://github.com/federicogiorgi/corto" ], [ "https://github.com/shbrief/AnVILWorkflow" ], [ "https://github.com/mbadge/candi" ], [ "https://github.com/zhangjunpeng411/SCOM" ], [ "https://github.com/tdepke/CluMSID" ], [ "https://github.com/phenomecentre/metabotyping-dementia-urine" ], [ "https://github.com/jamesdalg/CNVScope" ], [ "https://github.com/iullah1980/MCTcodes" ], [ "https://github.com/ctDNA/TNER" ], [ "https://github.com/cbg-ethz/pcNEM" ], [ "https://github.com/molsysbio/STASNet" ], [ "https://github.com/syspremed/exploBATCH" ], [ "https://github.com/lanagarmire/NMFEM" ], [ "https://github.com/chrisamiller/fishplot" ], [ "https://github.com/masedki/MHTrajectoryR" ], [ "https://github.com/chvlyl/ZIBR" ], [ "https://github.com/adam-sam-brown/aRrayLasso" ], [ "https://github.com/Junfang/AKSmooth" ], [ "https://github.com/lilit-nersisyan/computel" ], [ "https://github.com/tahirulqamar/Deep-HPI-pred" ], [ "https://github.com/Christensen-Lab-Dartmouth/methyLiftover" ], [ "https://github.com/apalania/pradclass" ], [ "https://github.com/Bgi-LUSH/GPMeta" ], [ "https://github.com/gzhmat/ShinyCNV" ], [ "https://github.com/elvanov/MOGAMUN" ], [ "https://github.com/adamtaiti/SARS-CoV-2" ], [ "https://github.com/tadeu95/BAGS" ], [ "https://github.com/EESI/themetagenomics" ], [ "https://github.com/JinmiaoChenLab/ezSingleCell2" ], [ "https://github.com/Bishop-Laboratory/correlationAnalyzeR" ], [ "https://github.com/bahlolab/PlasmoSTR" ], [ "https://github.com/jamesjiadazhan/dietaryindex" ], [ "https://github.com/mlyc93/WALTER" ], [ "https://github.com/zhangjunpeng411/LncmiRSRN" ], [ "https://github.com/lzcyzm/DRME" ], [ "https://github.com/jenniferfranks/FSQN" ], [ "https://github.com/cacha0227/ncappc" ], [ "https://github.com/nianqiaoju/snp-slice" ], [ "https://github.com/SchmidtGroupNKI/TGSdrivergene_validity" ], [ "https://github.com/chengzhouwu/gbdmr" ], [ "https://github.com/singlecellomics/ursa" ], [ "https://github.com/LichtargeLab/ShinyBioHEAT" ], [ "https://github.com/nunofonseca/irap" ], [ "https://github.com/dcgerard/reproduce_prior_sims" ], [ "https://github.com/JhuangLab/BioInstaller" ], [ "https://github.com/cunningham-lab/codacore" ], [ "https://github.com/CshlSiepelLab/nascentRNASim" ], [ "https://github.com/CshlSiepelLab/DENR" ], [ "https://github.com/Bohdan-Khomtchouk/shinyheatmap" ], [ "https://github.com/bioinfo-tsukuba/CCPLS" ], [ "https://github.com/bbiswas1989/scHD4E" ], [ "https://github.com/bbiswas1989/scHD4E-Shiny" ], [ "https://github.com/Wu-Lab/RENDOR" ], [ "https://github.com/Wu-Lab/RENDOR-reproduce" ], [ "https://github.com/carmonalab/UCell" ], [ "https://github.com/cbg-ethz/pareg" ], [ "https://github.com/ytakemon/GRETTA" ], [ "https://github.com/stjude/ChIPseqSpikeInFree" ], [ "https://github.com/sebastianduchene/clockstarg" ], [ "https://github.com/GfellerLab/MetacellAnalysisToolkit" ], [ "https://github.com/ciccalab/MEGA" ], [ "https://github.com/lptolik/R4Kappa" ], [ "https://github.com/lcsb-bds/transreg" ], [ "https://github.com/MCWComputationalBiologyLab/BioModME" ], [ "https://github.com/xia-lab/MetaboAnalystR" ], [ "https://github.com/NFMC/SynRio" ], [ "https://github.com/CCY-dev/LongDat" ], [ "https://github.com/lockEF/NonparametricMultiway" ], [ "https://github.com/rauschenberger/starnet" ], [ "https://github.com/Proteomicslab57357/UniprotR" ], [ "https://github.com/calebclass/Shiny-NanoTube" ], [ "https://github.com/JINJINT/ESCO" ], [ "https://github.com/danis102/seqpac" ], [ "https://github.com/stianlagstad/chimeraviz" ], [ "https://github.com/buckleylab/HTSSIP" ], [ "https://github.com/TheMillerLab/genetex" ], [ "https://github.com/roblanf/minion_qc" ], [ "https://github.com/rdiaz02/EvAM-Tools" ], [ "https://github.com/SGDDNB/ShinyCell" ], [ "https://github.com/bioinfo-tsukuba/CCPLS_paper" ], [ "https://github.com/pepascuzzi/CellMinerCompanion" ], [ "https://github.com/BiologicalRecordsCentre/Odonata_traits" ], [ "https://github.com/MarekSlenker/MorphoTools2" ], [ "https://github.com/dphansti/Sushi" ], [ "https://github.com/andersst91/UAStools" ], [ "https://github.com/kszkop/flexiMAP" ], [ "https://github.com/jedick/chem16S" ], [ "https://github.com/wmalab/scHiCDiff" ], [ "https://github.com/omorante/shinyepico" ], [ "https://github.com/Genentech/GameRank" ], [ "https://github.com/HajkD/myTAI" ], [ "https://github.com/philipmorrisintl/GladiaTOX" ], [ "https://github.com/shamsaraj/ezqsar" ], [ "https://github.com/JLSteenwyk/ggpubfigs" ], [ "https://github.com/tomastokar/gsoap" ], [ "https://github.com/ccrainic/upstrap" ], [ "https://github.com/ding-lab/MIRMMR" ], [ "https://github.com/tgrimes/SeqNet" ], [ "https://github.com/pertzlab/shiny-timecourse-inspector" ], [ "https://github.com/Jstacs/DepLogo" ], [ "https://github.com/zji90/Smmit" ], [ "https://github.com/agapiospanos/TableOne" ], [ "https://github.com/benkeser/slapnap" ], [ "https://github.com/ec363/parsleyapp" ], [ "https://github.com/JEFworks-Lab/SEraster" ], [ "https://github.com/TRON-Bioinformatics/splice2neo" ], [ "https://github.com/transbioZI/dsMTLBase" ], [ "https://github.com/transbioZI/dsMTLClient" ], [ "https://github.com/soumelis-lab/ICELLNET" ], [ "https://github.com/thdiakon/ccaR" ], [ "https://github.com/zuoquanchen/NanoCross" ], [ "https://github.com/CostaLab/MOJITOO" ], [ "https://github.com/lucidif/HiCeekR" ], [ "https://github.com/BZdrazil/Moving_Targets" ], [ "https://github.com/CasedUgr/KnowSeq" ], [ "https://github.com/sreejatadutta/PerSEveML" ], [ "https://github.com/sreejatadutta/PerSEveML" ], [ "https://github.com/sreejatadutta/PerSEveML" ], [ "https://github.com/sreejatadutta/PerSEveML" ], [ "https://github.com/elolaine/HOPMA" ], [ "https://github.com/ziyili20/TOAST" ], [ "https://github.com/AmiryousefiLab/IRplus" ], [ "https://github.com/statsleelab/kompute" ], [ "https://github.com/lab319/gwas_filter" ], [ "https://github.com/michorlab/estipop" ], [ "https://github.com/LuigiAugugliaro/cglasso" ], [ "https://github.com/bioinformatist/CrossICC" ], [ "https://github.com/alex-bio/UniProtExtractR" ], [ "https://github.com/bioinfocz/scdrake" ], [ "https://github.com/ErasmusMC-CCBC/ProteoDisco" ], [ "https://github.com/saeyslab/nichenetr" ], [ "https://github.com/jsigao/prioritree" ], [ "https://github.com/lauzingaretti/LinkHD" ], [ "https://github.com/frankkramer-lab/ndexr" ], [ "https://github.com/saezlab/ShinyFUNKI" ], [ "https://github.com/routhlab/ViReMaShiny" ], [ "https://github.com/genemine/IsoCell" ], [ "https://github.com/almeidasilvaf/HybridExpress" ], [ "https://github.com/GreiffLab/immuneSIM" ], [ "https://github.com/SydneyBioX/MoleculeExperiment" ], [ "https://github.com/almeidasilvaf/syntenet" ], [ "https://github.com/georgeg0/PheGWAS" ], [ "https://github.com/CalvinTChi/hierBipartite" ], [ "https://github.com/jacobimarsh/crosshap" ], [ "https://github.com/tallulandrews/M3Drop" ], [ "https://github.com/PlantDefenseMetabolism/MetCirc" ], [ "https://github.com/montilab/hypeR" ], [ "https://github.com/agaye/proper_extension" ], [ "https://github.com/holtzy/GenMap-Comparator" ], [ "https://github.com/kypraios/epiABC" ], [ "https://github.com/jfortin1/shinyMethyl" ], [ "https://github.com/cparsania/FungiExpresZ" ], [ "https://github.com/cnsb-boston/Omics_Notebook" ], [ "https://github.com/qunfengdong/AntibodyTest" ], [ "https://github.com/mochar/cell_variation" ], [ "https://github.com/CenterForStatistics-UGent/SPsimSeq" ], [ "https://github.com/hasaniqbal777/MetumpX-bin" ], [ "https://github.com/lockEF/MultiwayRegression" ], [ "https://github.com/ezer/PAFway" ], [ "https://github.com/mchiapello/Ramf" ], [ "https://github.com/DCGenomics/DangerTrack" ], [ "https://github.com/immcore/iS-CellR" ], [ "https://github.com/Mathelab/ALTRE" ], [ "https://github.com/oncogenetics/LocusExplorer" ], [ "https://github.com/wzhy2000/Funmap2" ], [ "https://github.com/paoloinglese/SPUTNIK" ], [ "https://github.com/SaskiaFreytag/schex" ], [ "https://github.com/sanjaysinghrathi/DILI-Classifier" ], [ "https://github.com/kts-desilva/FlexStat" ], [ "https://github.com/WMBEdmands/compMS2Miner" ], [ "https://github.com/datapplab/SBGNview" ], [ "https://github.com/mqzhanglab/wHC" ], [ "https://github.com/JEFworks-Lab/veloviz" ], [ "https://github.com/lafontaine-uchc/dynalogo" ], [ "https://github.com/sreejatadutta/PerSEveML" ], [ "https://github.com/sreejatadutta/PerSEveML" ], [ "https://github.com/sreejatadutta/PerSEveML" ], [ "https://github.com/sreejatadutta/PerSEveML" ], [ "https://github.com/LingyiC/CASCC" ], [ "https://github.com/genostats/Ravages" ], [ "https://github.com/EliasFarr/SPOT" ], [ "https://github.com/markkukuismin/MCPeSe" ], [ "https://github.com/cbg-ethz/timeseriesNEM" ], [ "https://github.com/ocroci/ChroKit" ], [ "https://github.com/BodenmillerGroup/cytomapper_publication" ], [ "https://github.com/CL-CHEN-Lab/OK-Seq" ], [ "https://github.com/sigven/oncoEnrichR" ], [ "https://github.com/lauravongoc/EDIR" ], [ "https://github.com/PaulRegnier/PICAFlow" ], [ "https://github.com/esm-ispm-unibe-ch/rob-men" ], [ "https://github.com/JRC-COMBINE/FORESEE" ], [ "https://github.com/mcosta27/MDexciteR" ], [ "https://github.com/ssokolen/rnmrfind" ], [ "https://github.com/ShixiangWang/sigflow" ], [ "https://github.com/zji90/SCRAT" ], [ "https://github.com/CCICB/CRUX" ], [ "https://github.com/Kufalab-UCSD/kboolnet" ], [ "https://github.com/pylelab/RSCanner" ], [ "https://github.com/dajmcdon/suffpcr" ], [ "https://github.com/mgt000/IntegrativeAnalysis" ], [ "https://github.com/ColemanRHarris/mxnorm" ], [ "https://github.com/dyxmvp/Spatial_ATAC-seq" ], [ "https://github.com/dyxmvp/spatial-CUT-Tag" ], [ "https://github.com/BlankenbergLab/galaxy-tools-blankenberg" ], [ "https://github.com/gangwug/LTMR" ], [ "https://github.com/modeloriented/survex" ], [ "https://github.com/lunching/wiSDOM" ], [ "https://github.com/NWPU-903PR/Funm6AViewer" ], [ "https://github.com/KosukeHamazaki/RAINBOWR" ], [ "https://github.com/almeidasilvaf/SoyPestGCN" ], [ "https://github.com/PoisonAlien/trackplot" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/anmabu/beeRapp" ], [ "https://github.com/himelmallick/BayesRecipe" ], [ "https://github.com/CBIIT/LDlinkR" ], [ "https://github.com/siskac/discordant" ], [ "https://github.com/edsgard/scphaser" ], [ "https://github.com/dgittins/CANT-HYD-HydrocarbonBiodegradation" ], [ "https://github.com/Dulab2020/ARMT" ], [ "https://github.com/bioinfoDZ/Stereo3D" ], [ "https://github.com/amelbek/pamgeneAnalyzeR" ], [ "https://github.com/amcrisan/Adjutant" ], [ "https://github.com/AitchisonLab/Deleteome-Tools" ], [ "https://github.com/tastanlab/Kinship-Privacy" ], [ "https://github.com/ramiromagno/gwasrapidd" ], [ "https://github.com/william-denault/ffw" ], [ "https://github.com/n-mounier/bGWAS" ], [ "https://github.com/robogeno/SVMDO" ], [ "https://github.com/rhondabacher/methylscaper" ], [ "https://github.com/cbg-ethz/dce" ], [ "https://github.com/tsuda16k/materialmodifier" ], [ "https://github.com/hugheylab/simphony" ], [ "https://github.com/ropensci/cRegulome" ], [ "https://github.com/HannahVMeyer/PhenotypeSimulator" ], [ "https://github.com/goncalves-lab/waddR" ], [ "https://github.com/SPIDDOR/SPIDDOR" ], [ "https://github.com/mli171/MultibinAlpha" ], [ "https://github.com/YaluWen/TBLMM" ], [ "https://github.com/lasseignelab/CINmetrics" ], [ "https://github.com/USEPA/TELSS" ], [ "https://github.com/Manuelaio/uncoverappLib" ], [ "https://github.com/Xiaoqizheng/InfiniumPurify" ], [ "https://github.com/MartaBofillRoig/SurvBin" ], [ "https://github.com/dzhang32/ggtranscript" ], [ "https://github.com/hsinyenwu/RiboPlotR" ], [ "https://github.com/whirlsyu/EnMCB" ], [ "https://github.com/IVDgenomicslab/scDetect" ], [ "https://github.com/Xpaths/dartpaths-app" ], [ "https://github.com/CostaLab/scMEGA" ], [ "https://github.com/Caleb-Huo/AWFisher" ], [ "https://github.com/lsncibb/microbiomeGWAS" ], [ "https://github.com/mafed/msWaldHMP" ], [ "https://github.com/ngalanter/rct2otrbounds" ], [ "https://github.com/showteeth/ggcoverage" ], [ "https://github.com/FridleyLab/spatialGE" ], [ "https://github.com/rwehrens/ptw" ], [ "https://github.com/OSS-Lab/MetQy" ], [ "https://github.com/zmx21/G2GSnake" ], [ "https://github.com/amishra-stats/taro-package" ], [ "https://github.com/Polytech-bioinf/MRGCN" ], [ "https://github.com/dylanbeeber/crispRdesignR" ], [ "https://github.com/dozmorovlab/TADCompare" ], [ "https://github.com/oqe/varanto" ], [ "https://github.com/Roestlab/DrawAlignR" ], [ "https://github.com/seifemi/regNet" ], [ "https://github.com/ddhb/Workflow_of_Chipseq" ], [ "https://github.com/JingZhou2015/MeSHSim" ], [ "https://github.com/ByrumLab/PTMViz" ], [ "https://github.com/KerryAM-R/ggVolcanoR" ], [ "https://github.com/ConesaLab/MirCure" ], [ "https://github.com/maizeatlas/spears" ], [ "https://github.com/raghvendra5688/BCrystal" ], [ "https://github.com/northomics/pepFunk" ], [ "https://github.com/RedaRawi/PaRSnIP" ], [ "https://github.com/rramadeu/AGHmatrix" ], [ "https://github.com/Matrisome/MatrisomeAnalyzeR" ], [ "https://github.com/AmiryousefiLab/ENDS" ], [ "https://github.com/tkonopka/mouse-embeddings" ], [ "https://github.com/yasinkaymaz/HieRFIT" ], [ "https://github.com/YuLab-SMU/nCov2019" ], [ "https://github.com/guomics-lab/batch_server" ], [ "https://github.com/BrianOSullivanGit/vcfView" ], [ "https://github.com/QiwenKang/CURatio" ], [ "https://github.com/takfung/ResDisMapper" ], [ "https://github.com/fmicompbio/monaLisa" ], [ "https://github.com/nmelzer/CLARITY" ], [ "https://github.com/JRowleyLab/HiCrayon" ], [ "https://github.com/phipsonlab/SuperCellCyto" ], [ "https://github.com/bioinfoDZ/HSMotifDiscover" ], [ "https://github.com/BabuLab-UofR/HPiP" ], [ "https://github.com/ZJUFanLab/scTITANS" ], [ "https://github.com/BBCG/ramr" ], [ "https://github.com/QiZhangStat/EBHiC" ], [ "https://github.com/JBrownBiostat/Dino" ], [ "https://github.com/JamesGallant/ProVision" ], [ "https://github.com/osenan/cliqueMS" ], [ "https://github.com/muhligs/regmex" ], [ "https://github.com/HuanLab/AVIR" ], [ "https://github.com/kuppal2/xMWAS" ], [ "https://github.com/anddssan/CLOUDe" ], [ "https://github.com/WangHYLab/ExosomePurity" ], [ "https://github.com/bioinfoDZ/scDAPP" ], [ "https://github.com/egeulgen/PANACEA" ], [ "https://github.com/begumbektas/makl" ], [ "https://github.com/orijitghosh/VANESSA-DAM" ], [ "https://github.com/sqyu/CorDiffViz" ], [ "https://github.com/Greco-Lab/CpGmotifs" ], [ "https://github.com/yigbt/multiGSEA" ], [ "https://github.com/wgmao/DataRemix" ], [ "https://github.com/benoukraflab/TFregulomeR" ], [ "https://github.com/TiagoOlivoto/metan" ], [ "https://github.com/ul-research-support/spcapp" ], [ "https://github.com/venyao/shinyChromosome" ], [ "https://github.com/interactivereport/RNASequest" ], [ "https://github.com/zhenzhang-li/RNMF" ], [ "https://github.com/TesiNicco/snpXplorer" ], [ "https://github.com/cfbeuchel/Metabolite-Investigator" ], [ "https://github.com/pmcharrison/ppm" ], [ "https://github.com/Gavin-Yinld/brain_TF" ], [ "https://github.com/benjjneb/dada2" ], [ "https://github.com/LuigiAugugliaro/dgcox" ], [ "https://github.com/bwringe/hybriddetective" ], [ "https://github.com/tbuder/CellTrans" ], [ "https://github.com/hr1912/TreeExp" ], [ "https://github.com/hr1912/TreeExp" ], [ "https://github.com/hr1912/TreeExp" ], [ "https://github.com/hr1912/TreeExp" ], [ "https://github.com/bshihlab/evergene" ], [ "https://github.com/BBCG/epialleleR" ], [ "https://github.com/SarahAyton/MuTATE" ], [ "https://github.com/Vivianstats/PhitestR" ], [ "https://github.com/mi-erasmusmc/TreatmentPatterns" ], [ "https://github.com/krumsieklab/sgi" ], [ "https://github.com/JoWatson2011/subcellularvis" ], [ "https://github.com/pisuduo/Feature-Weighted-Ordinal-Classification-FWOC" ], [ "https://github.com/pieterjanvc/wgs2amr" ], [ "https://github.com/potdarswapnil/Breeze" ], [ "https://github.com/Gorbalenya-Lab/LAMPA" ], [ "https://github.com/nlawlor/V-SVA" ], [ "https://github.com/cbg-ethz/epiNEM" ], [ "https://github.com/biodataganache/leapR" ], [ "https://github.com/Jialab-UCR/GDCRNATools" ], [ "https://github.com/binderh/CoxBoost" ], [ "https://github.com/nickjcroucher/progressionEstimation" ], [ "https://github.com/ChiLiubio/microeco" ], [ "https://github.com/Gregor-Mendel-Institute/tissue-enrichment-test" ], [ "https://github.com/nuria-sv/toscca" ], [ "https://github.com/cran/FactoMineR" ], [ "https://github.com/ssokolen/rnmrfit" ], [ "https://github.com/GaoLabXDU/RobustCCC" ], [ "https://github.com/J-P-Borg/BioInformatics" ], [ "https://github.com/MengweiLi-project/gmqn" ], [ "https://github.com/maialab/quincunx" ], [ "https://github.com/krisrs1128/multitable_review" ], [ "https://github.com/UofABioinformaticsHub/shinyNgsreports" ], [ "https://github.com/kouroshz/fenn" ], [ "https://github.com/tchitchek-lab/CytoBackBone" ], [ "https://github.com/JLSteenwyk/treehouse" ], [ "https://github.com/Greco-Lab/INfORM" ], [ "https://github.com/csoneson/countsimQC" ], [ "https://github.com/manalirupji/CASAS" ], [ "https://github.com/etiennelord/BRIDES" ], [ "https://github.com/SammedMandape/MMDIT_UI" ], [ "https://github.com/davidquigley/aardvark" ], [ "https://github.com/ShuklaLab/muSignAl" ], [ "https://github.com/rohan-shah/mpMap2" ], [ "https://github.com/MathOnco/EvoFreq" ], [ "https://github.com/martijn-cordes/ImSpectR" ], [ "https://github.com/StephanSeifert/SurrogateMinimalDepth" ], [ "https://github.com/sahandk/SUBSTRA" ], [ "https://github.com/transbioZI/Gimpute" ], [ "https://github.com/BIONF/phyloprofile" ], [ "https://github.com/sarahsamorodnitsky/SPOT" ], [ "https://github.com/sarahsamorodnitsky/SPOT" ], [ "https://github.com/sarahsamorodnitsky/SPOT" ], [ "https://github.com/sarahsamorodnitsky/SPOT" ], [ "https://github.com/MD-Anderson-Bioinformatics/RPPASPACE" ], [ "https://github.com/plaisier-lab/ccafv2_R" ], [ "https://github.com/jtleek/sva-devel" ], [ "https://github.com/YTLogos/BnaSNPDB" ], [ "https://github.com/RSamyak/fmatrix" ], [ "https://github.com/venyao/ECOGEMS" ], [ "https://github.com/databio2022/GraphBio" ], [ "https://github.com/jochotecoa/ml_proteomics" ], [ "https://github.com/xylimeng/fQR-testing" ], [ "https://github.com/xizhou/co-occurrence-analysis" ], [ "https://github.com/BiodataAnalysisGroup/UMIc" ], [ "https://github.com/rorynolan/nandb" ], [ "https://github.com/mayalevy/CENA" ], [ "https://github.com/MCorentin/VarGen" ], [ "https://github.com/JoniColeman/gwas_scripts" ], [ "https://github.com/ugcd/solarius" ], [ "https://github.com/YuLab-SMU/ggmsa" ], [ "https://github.com/pkhoueiry/fcScan" ], [ "https://github.com/WangLabHKUST/CNAPE" ], [ "https://github.com/yuabrahamliu/CWGCNA" ], [ "https://github.com/noriakis/ggkegg" ], [ "https://github.com/gavinmdouglas/FuncDiv" ], [ "https://github.com/elodiegermani/SAPHIR" ], [ "https://github.com/PhanstielLab/coralp" ], [ "https://github.com/thackmann/Distanced" ], [ "https://github.com/ropensci/colocr" ], [ "https://github.com/mbanf/METACLUSTER" ], [ "https://github.com/venyao/intansv" ], [ "https://github.com/boutroslab/HTSvis" ], [ "https://github.com/ChaonanLi/microgeo" ], [ "https://github.com/omnideconv/immunedeconv" ], [ "https://github.com/msolmazm/sema" ], [ "https://github.com/EleonoraLusito/Reverse_Engineering_BC_GRNs" ], [ "https://github.com/FelixGuenther/nc_covid19_bavaria" ], [ "https://github.com/songlab-cal/StratPGS" ], [ "https://github.com/noriakis/biotextgraph" ], [ "https://github.com/C4TB/shinyExprPortal" ], [ "https://github.com/BMILAB/vizAPA" ], [ "https://github.com/AparicioJohan/MrBeanApp" ], [ "https://github.com/CalebPecka/ATAC-Seq-Pipeline" ], [ "https://github.com/kzb193/AMAT" ], [ "https://github.com/mbsohn/cmmb" ], [ "https://github.com/FKappenberg/Paper-IdentificationAlertConcentrations" ], [ "https://github.com/YaluWen/Uomic" ], [ "https://github.com/Linlab-slu/TSSr" ], [ "https://github.com/missuse/ragp" ], [ "https://github.com/dmirman/gazer" ], [ "https://github.com/Shoombuatong2527/anticancer-peptides-review" ], [ "https://github.com/Zhangxf-ccnu/DiffGraph" ], [ "https://github.com/StatGenPRD/STOPGAP" ], [ "https://github.com/sigven/pcgr" ], [ "https://github.com/StantonLabDartmouth/AppScanGEO" ], [ "https://github.com/Wedge-lab/AmplificationTimeR" ], [ "https://github.com/AliYoussef96/parazitCUB" ], [ "https://github.com/MarioniLab/miloDE" ], [ "https://github.com/johnschwenck/bp" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/irinagain/mixedCCA" ], [ "https://github.com/SiWolf/SCORE" ], [ "https://github.com/karakulahg/TEffectR" ], [ "https://github.com/arendsee/phylostratr" ], [ "https://github.com/ZJUFanLab/scCATCH" ], [ "https://github.com/raphaelleman/SpliceLauncher" ], [ "https://github.com/Edert/NVT" ], [ "https://github.com/BiostatQian/ASAFE" ], [ "https://github.com/thomasvangurp/epiGBS" ], [ "https://github.com/NHPatterson/RegCombIMS" ], [ "https://github.com/cjendres1/nhanes" ], [ "https://github.com/WGS-TB/TreeShapeStats" ], [ "https://github.com/yunliUNC/HPTAD" ], [ "https://github.com/mrcuizhe/svmATAC" ], [ "https://github.com/cbg-ethz/nempi" ], [ "https://github.com/gladex/PM-FSOR" ], [ "https://github.com/gefeizhang/ZIAQ" ], [ "https://github.com/unistbig/netGO" ], [ "https://github.com/BioAlgs/Parallelism" ], [ "https://github.com/NooshinSh/Matched_Forest" ], [ "https://github.com/amcdavid/HurdleNormal" ], [ "https://github.com/jewellsean/LZeroSpikeInference" ], [ "https://github.com/cbg-ethz/mnem" ], [ "https://github.com/dieterich-lab/pulseR" ], [ "https://github.com/sarahsamorodnitsky/SPOT" ], [ "https://github.com/sarahsamorodnitsky/SPOT" ], [ "https://github.com/sarahsamorodnitsky/SPOT" ], [ "https://github.com/sarahsamorodnitsky/SPOT" ], [ "https://github.com/tbilab/multimorbidity_explorer" ], [ "https://github.com/EJarrattBarnham/AMReader" ], [ "https://github.com/2yngsklab/deadenylation-kinetics" ], [ "https://github.com/jkruppa/kmerPyramid" ], [ "https://github.com/SysBioUAB/hpi_predictor" ], [ "https://github.com/Pinlyu3/LRLoop" ], [ "https://github.com/fgcz/rawrr" ], [ "https://github.com/huynguyen250896/oCEM" ], [ "https://github.com/GMOD/JBrowseR" ], [ "https://github.com/m-ramchandran/tree-weighting" ], [ "https://github.com/irilenia/baerhunter" ], [ "https://github.com/transbioZI/RMTL" ], [ "https://github.com/jorgevazcast/Viromic-diversity" ], [ "https://github.com/kdri-genomics/Hayai-Annotation-Plants" ], [ "https://github.com/manalirupji/GAC" ], [ "https://github.com/JCVenterInstitute/ggrasp" ], [ "https://github.com/izhbannikov/rqt" ], [ "https://github.com/LiangXujun/LRSSL" ], [ "https://github.com/alekseyenko/Tw2" ], [ "https://github.com/danlbek/Seed" ], [ "https://github.com/skandlab/SMuRF" ], [ "https://github.com/polytechnicXTT/Deep-Subspace-Mutual-Learning" ] ], "hovertemplate": "Primary language=R
Normalized Total Entropy=%{y}
Repository URL=%{customdata[0]}", "legendgroup": "R", "marker": { "color": "#00cc96", "symbol": "circle" }, "name": "R", "notched": true, "offsetgroup": "R", "showlegend": false, "type": "box", "xaxis": "x2", "y": [ 0.07336816813804375, 0.06922084633052224, 0.04194164838277577, 0.07278748467550715, 0.07590791659241111, 0.02514016483580876, 0.20840934051668797, 0.022956600738671007, 0.1881087234000407, 0.07380230775495686, 0.025525813199677536, 0.2304679308472359, 0.2152897633084437, 0.11838631462882544, 0.061529987407592475, 0.06196916284542939, 0.06132151720454299, 0.1550331044764407, 0.09570407476208354, 0.08046932462987767, 0.202209874321085, 0.231136709095642, 0.02007821442098244, 0.06274340173171698, 0.03422569421503845, 0.010958608671694408, 0.12939138368692338, 0.031170482809502156, 0.027692580786126863, 0.15119914136614956, 0.12140991704410502, 0.11131059417956753, 0.025471880957389597, 0, 0.03867669092540473, 0.045165021838338947, 0.14288231885911137, 0.016635774209392898, 0.07998945427994555, 0.03333652153696364, 0.06442874832629227, 0.28184582754736803, 0, 0.05310221325853979, 0.06393347928633086, 0.1609775849068111, 0.17929463056859898, 0.016799358818641585, 0.03220182144644233, 0.07980789472031005, 0.15631770082064134, 0.06664743211792168, 0.0729705062192293, 0.30599166139561657, 0, 0.05610835240001359, 0.024620149940191575, 0.15222390664148627, 0.05689595050215844, 0.007933683812516716, 0.16287393402107725, 0.05373201398179979, 0.03921949487472283, 0.06042770531668264, 0.023014643327693485, 0.1885668314704884, 0.02926067350924338, 0.11916213039999989, 0.03754961020653224, 0.16395759516445135, 0.010755549234264928, 0.1287921238293924, 0.0017984634265756998, 0.03964695254267954, 0.03964695254267954, 0.03964695254267954, 0.03964695254267954, 0.16020143953429586, 0.0558177665592997, 0.00959285156744569, 0.3822309070854422, 0.08332172769351738, 0.06053123775884702, 0.11748995826332728, 0.009627844419518094, 0.02919288585154387, 0.019976648129460425, 0.1481075403307845, 0.08445384843074114, 0.13134996538249877, 0.15286267165170792, 0.025452013782931916, 0.01950565802453245, 0.1133521614821768, 0.07140116739190716, 0.10160476231314544, 0.08808411917416172, 0.24662074908855697, 0.08727034966672514, 0.39035772093916793, 0.01865212689706757, 0.06572681573235956, 0.020662156653648837, 0.12721994745655302, 0.08748453581360717, 0.02249154898282251, 0.035157198873638516, 0.035157198873638516, 0.035157198873638516, 0.035157198873638516, 0.04358824203819421, 0.06930273094918316, 0.11123624197213076, 0.025183783892266436, 0.022375398322472113, 0.11288346878660054, 0.035157198873638516, 0.035157198873638516, 0.035157198873638516, 0.035157198873638516, 0.03074622037306717, 0.02175777212189902, null, 0.025673330376225902, 0.03026728726469814, 0.010876713045895268, 0.014802573972582243, 0.1611938010956757, 0.13444783274895047, 0.009097291451433042, 0.02092449198045353, 0.023146963134937845, 0.387355357965875, 0.019484744183799325, 0.10065364791967588, 0.04465421112157365, 0.2965838264315506, 0.11171898767526188, 0.052272945518556095, 0.052272945518556095, 0.052272945518556095, 0.052272945518556095, 0.014160937777786872, 0.08222538354224322, 0.19310402354503312, 0.11497544498525251, 0.06549684881774832, 0.0932744523449464, 0.15465165426477304, 0.22862833485574124, 0.04812051591717531, 0.1451160109849454, 0.2277181421828989, 0, 0.4832439787014365, 0.06749564405295216, 0.06293028747976931, 0.13175506934982403, 0.06810752958086054, 0.05621163557042472, 0.21543464824786931, 0.2130388746216316, 0.03212231882748529, 0.03212231882748529, 0.03212231882748529, 0.03212231882748529, 0.018802484782990465, 0.17114667468199507, 0.101526669376495, 0.03212231882748529, 0.03212231882748529, 0.03212231882748529, 0.03212231882748529, 0.2363195290190732, 0.004779020396579571, 0.15938194707497708, 0, 0.097696910828634, 0.11982224093705995, 0, 0.03471115650492911, 0.031009780056747656, 0.03393288129989366, 0.005207296577505702, 0.07663703203402995, 0.019635080623465095, 0.16031986060100725, 0.1850839423456175, 0.03908777435334055, 0.31102015453035947, 0.19468755633622084, 0.04264635346272119, 0.06695011542356057, 0.050230115427575744, 0.052272945518556095, 0.052272945518556095, 0.052272945518556095, 0.052272945518556095, 0.07395964165300856, 0.05851101061881621, 0.17930383249603132, 0.14596842911452065, 0.03425619390899277, 0.05370146537647559, 0.14184031879864484, 0.0999237242263979, 0.14420842549603868, 0.5, 0.0015406163059064218, 0.24232569903517215, 0.21766840959746792, 0.05942753676765325, 0.1345399146589124, 0.02327979525302564, 0.1378523253135201, 0.20765649722646723, 0.09269365274020154, 0.12194323225866184, 0.26856615858689925, 0.07080058092597137, 0.09417444429653696, 0.04218602370095177, 0.20442405829871912, 0.13102164271243633, 0.06673051427940083, 0.18520508553762852, 0.30963973363113717, 0, 0.02743027100510488, 0.08103598747444123, 0.07995823447252562, 0.004631256727599274, 0.005482798874061205, 0.19287381574515797, 0.06359561736459948, 0.17610236762807352, 0.03097405945927457, 0.03503001405113212, 0.03010827249196398, 0.021880572287941588, 0.17951790422189082, 0.18105004360631147, 0.04530049234299156, 0.14436259592953302, 0.02660106710409595, 0.05660682920631716, 0.19870116073418995, 0.04551292851712298, 0.044888475283434655, 0.06627392519019237, 0.09740836053967672, 0.14926634760072074, 0.019941223335780307, 0.3915435285396084, 0.02240025767587113, 0.09164082990829348, 0.17075194045636605, 0.08295421501448494, 0.05204994119573639, 0.11540463420100616, 0.15598622382121846, 0.028253460462855425, 0.04258354333476387, 0, 0.11375734533384102, 0.009288016247716748, 0.27382426502872714, 0.02749287133686634, 0.0020850022756750196, 0.023604770029064855, 0.12455395073713142, 0.01082342394123728, 0.023491005607769323, 0.031474299819612146, 0.08948825435737695, 0.026391563705934564, 0.03418174687276802, 0.10047340613460612, 0.07707692541905148, 0.16066727455643412, 0.0069699916366471526, 0.06142286131942008, 0.09658874317967613, 0.2844947208904755, 0.0685856564941416, 0.02425990518620772, 0.05232576169011387, 0.04568143679845246, 0.08303262612761551, 0.18329505901386628, 0.03021340503060205, 0.22607091165502535, 0.22607091165502535, 0.22607091165502535, 0.22607091165502535, 0.05421953508676433, 0.2383842849312108, 0.10976013976762142, 0.1441247900807409, 0.2572848767180653, 0.02149620877082422, 0.04807869988515578, 0.031298490171940994, 0.22607091165502535, 0.22607091165502535, 0.22607091165502535, 0.22607091165502535, 0.01907455167693291, 0.16861623236945142, 0.2360764554746936, 0, 0.0151899424452909, 0.08464806919592285, 0.050481659046733594, 0.2377468702677349, 0.0068242356767923016, 0.07944827142203902, 0.07522614949378692, 0.05263711894450454, 0.1989632111028498, 0.08241083492157907, 0.16138078506609008, 0.07063125897385461, 0.05176446750236214, 0.043681991787106134, 0.1735819091537373, 0.04968571725540026, 0.10942113758927192, 0.07030670729170624, 0.025471536330776538, 0.03270685708200887, 0.31801315176595724, 0.006742691645668777, null, 0.17635468785073172, 0.08394758318503728, 0.16473217331692308, 0.002174209653784739, 0.04958141836994768, 0.08303331683449187, 0.043722406315948155, 0.08724581999649579, 0.019643375933851903, 0.1247910121224134, 0.28106510535965706, 0.12421499499912264, 0.09110719824172464, 0.015476635785528612, 0.20373606396215108, 0.0935804728615642, 0.09695953833698392, 0.08826053105270706, 0.3605729826260823, 0.017925515556936673, 0.16353224860077195, 0.0350625830651531, 0.09515492489286234, 0.08286917141411208, 0.033860858925203983, 0.10946554606603844, 0.03315625482646227, 0.010155485059423812, 0.06377414127612073, 0.08179691778907457, 0.04962525957949201, 0.04188889330669854, 0.19051236078801137, 0.03503262471414155, 0.051543999686956915, 0.07874218423958676, 0.25499737373196574, 0.1093183486252292, 0.3287751489012794, 0.04351757967574494, 0.1686241093208263, 0.2451114281752549, 0.01086356225109786, 0.10535526309093414, 0.02730549229486953, 0.026630442529802085, 0.2695260664800736, 0.07420386173928456, 0.0640975949807961, 0.05815533143653968, 0.025364545908021546, 0.1383270693045857, 0.02125121029162055, 0.1359774828016162, 0.269632800146276, 0.01868235285339359, 0.0885356625809365, 0.07068190071824687, 0.018259732539720405, 0.16565642369773426, 0.07616719604321395, 0.0016332007382589644, 0.023466693274847312, 0.08180090073716445, 0.0459507064484375, 0.3145570010048174, 0.022664628584789768, 0.0023597831240245656, 0.06558351946870712, 0.2220104434694722, 0.08726404703974099, 0.06583156929544581, 0.10121729020075115, 0.16686102917339446, 0.09697035636854272, 0.4231158347345579, 0.1896733420289913, 0.1471014223794377, 0.05432422310772231, 0.002397146254974303, 0.002397146254974303, 0.002397146254974303, 0.002397146254974303, 0.08057709413631207, 0.47140367424773505, 0.027882665483920887, 0.20431894030777617, 0, 0.08946714594634525, 0.05537646656105729, 0.01679629419277335, 0.1542052140470126, 0.01917771052158129, 0.10234590957595573, 0.12486416569865638, 0.1351787984671136, 0.0652950705667456, 0.25790765446163005, 0.1957386389925631, 0.0034210447240506916, 0.2717822215997982, 0.1830077876973603, 0.16781823084428815, 0.08993987820429385, 0.1309048084720456, 0.14296675712944282, 0.4394547261869209, 0.04790833008916108, 0.056824648408991416, 0.1039639292469598, 0.28613777980392946, 0.12038262132783643, 0.021549002738850496, 0.04310162659106669, 0.05582790753703695, 0.07585644119473461, 0.2151748192442059, 0.3565093206077729, 0.18047024419278215, 0.09836225837052666, 0.11817457590063948, 0.2223075702247351, 0.01895218495820934, 0.07146151690354383, 0.2519910187270559, 0.07310782601458954, 0.23211579377529667, 0.10615837233851352, 0, 0.2188071933943678, 0.2188071933943678, 0.2188071933943678, 0.2188071933943678, 0.18430899871655895, 0.16405629808122618, 0.19483093473982804, 0.20041683342331348, 0.21751994998352409, 0.0655609567740761, 0.2314184724491696, 0.1940540965479713, 0.004635935829791846, 0.08442330767217204, 0.043305454890311054, 0.3896026848723401, 0.06555823570381292, 0.0492398776616392, 0.02245661267720784, 0.017139181114423287, 0.07641819477667619, 0.10232514608298802, 0.14312650014227749, 0.08906065703744434, 0.23642274264465624, 0.3167662612306166, 0.1138372409641151, 0.04800795303298256, 0.2188071933943678, 0.2188071933943678, 0.2188071933943678, 0.2188071933943678, 0.09164204733241904, 0.14455165573832002, 0.2812032497026983, 0.31947934222226193, 0.08346237826545193, 0.06638362762767891, 0.009695032460554294, 0.11797921468058092, 0.1662668509973913, 0.2540015258537711, 0.10465385136454096, 0.04522660020312077, 0.05480614287460783, null, 0.07333643564394336, 0.03453487735066683, 0.4248755686266487, 0.0504795682079837, 0.03342078794016979, 0, null, 0.0857563218576764, 0.01969061344338684, 0.007798576365601832, 0.043163532017117215, 0.04314374332782377, 0.0015096848321916425, 0.07206505821538145, 0.054261647610652775, 0.0667662053591702, 0.11623671162370504, 0.11836214071371676, 0.0905643973986464, 0.048772249387933495, 0.11472244150085568, 0.38100948295500386, 0.10578046223577482, 0.017758598366764602, 0.054371925224743566, 0.0032467834006589587, 0.03472378464725268, 0.07473558108688712, 0.19447244115435167, 0.08847421405845884, 0.015447281560219468, 0.10149537884409578, 0.006314085768200959, 0.3795557721274553, 0.13139136016956376, 0.12907168174204384, 0.1570372172865272, 0.5137800073303841, 0.1514994562150376, 0.20045598685402544, 0.04242480937217688, 0.0375291998001309, 0.10648262296883096, 0.005770586050821315, null, 0.1950635552161058, 0.05814454223505703, 0.09595759723302104, 0.06041029509685067, 0.008382307900611907, 0.1866654281189056, 0.08832468801694637, 0.10281169087686104, 0.11204110634289705, 0.007632848120314331, 0.029705435349362416, 0.19987983371918036, 0.1968687902151321, 0.028034064286464364, 0.13588646943204966, 0.05025472562775163, 0.08683116958585266, 0.33652223439960127, 0.054157462284035854, 0.0861015468259815, 0.12780920781634336, 0.4508949637043931, 0.143372972010246, 0.14102183746139038, 0.03758743848407148, 0.3338290117461519, 0.09304115807988922, 0.04037149246193385, 0.03218958721607145, 0.15944921849552512, 0.14828956777628938, 0.11228874143822082, 0.18309268336435375, 0.06655952286337563, 0.04536845676770606, 0.08007676759782101, 0.2300292132369484, 0.03323226484686943, 0.13482267381686966, 0.26453041000390215, 0.01058808814695616, 0.29627858026739545, 0.03400235084983318, 0.07237415939689748, 0.06930970903087087, 0.19297029900352625, 0.12691051960125202, 0.044269604669319465, 0.2448494174069514, 0.1939476755803599, 0.07692641435674306, 0.05439557797292451, 0.10412897060554176, 0.08881763590783212, 0.07684068751307946, 0.0557659693901245, 0.25036639224544277, 0.03628098924253891, 0.03472308003973406, 0.16505081311076225, 0.045224964282769904, 0.02871020486294094, 0, 0.16031784618122635, 0.2245113798386552, 0.1664326953783259, 0.059000447727317475, 0.19731304190798912, 0.09366361704822926, 0.0023811666057180782, 0.10446417265204078, 0.02500986734437298, 0.10714863902790536, 0.08801497095920208, 0.1460855299852523, 0.002397146254974303, 0.002397146254974303, 0.002397146254974303, 0.002397146254974303, 0.0012884015488924196, 0, 0.02589325147361408, 0.05131683682661322, 0.02179731256926869, 0.05572219648345469, 0.13920204626732136, 0.07945898663237028, 0.15036233209917954, 0.03921077087426206, 0.10277336862595084, 0.2666049196398481, 0.08352391403797471, 0.24895142129163575, 0.2183662791550848, 0.10092739260210593, 0.1631379862199896, 0.09784509967054808, 0.015354983440034194, 0.08034728864313036, 0.11514028561878424, 0.13135406363896537, 0.030859314825130255, 0.14264055237470152, 0.02774101648094813, 0.14291126957847114, 0.01919499549979487, 0.05760247568789534, 0, 0.29839242322685594, 0.023309385392557357, 0.10226594101111332, 0.013123534884865468, 0.09150761751798411, 0.132449075049645, 0.011083772384474631, 0.1025760126629436, 0.18000388484171378, 0.15106863971614093, 0.1725016102221276, 0.2649618428090273, 0.3015694503569842, 0.05382763903989616, 0.1487361244596448, 0.06478740464911278, 0.09100994417904366, 0.1200075697181963, 0.1610826233088446, 0.18247005250638976, 0.01589287383722698, 0.3934943091005543, 0.11066722518570772, 0.14669922783365202, 0.10032959298471224, 0.04851227765521862, 0.185174441132045, 0.19931799359072136, 0.134291417361219, 0.031563499309137995, 0.20239174723772904, 0.14034564136043504, 0.15548522430698808, 0.06703916110868603, 0.0745644071362282, 0.35615497998312895, 0.025857826945685437, 0.014370695280953897, 0.08294393560095958, 0.3107272463849625, 0.07965834919484777, 0.032987205390542756, 0.047317801736775064, 0.044966095531146034, 0.053770966668859506, 0.045941949935653086, 0.059539338261361395, 0.00047625463292987194, 0.2498582464836595, 0.005063064316688588, 0, 0.1447574616672739, 0.014479207047008133, 0.03408158064329671, 0.13848458166348565, 0.04710395421780708, 0.020021407825316376, 0.05255773243304067, 0.0873869728448875, 0.10178337921232396, 0.2217172642480045, 0.1929298184881289, 0.5, null, 0.1837773788623774, 0.20972982646054816, 0.07034182944767367, 0.3805130455218017, 0.34851452266237787, 0.12613579397599411, 0.042103203266290946, 0.1996806844043584, 0.14560829540539877, 0.039316641920254816, null, 0.12749139632649667, 0.2352784908235549, 0.2912611128093989, 0.0590315453190236, 0.0708254636849763, 0.14812951869296273, 0.1292358349995979, 0.14812951869296273, 0.3001641319957039, 0.044407290743572206, 0.02728769232721648, 0.05418796019663512, 0.1850405019857813, 0.06884516670083118, 0.12604957181963294, 0.050395095084404186, 0.13276069225480533, 0.01953190814162564, 0.0773523885277027, 0.05335254682366511, 0.15289822089515986, 0.1920542945038038, 0.07767304059325517, 0.12942557368849014, 0.01293218736310736, 0.04517708629387569, 0.06046856576273166, 0.10082116287805123, 0.01647746895337871, 0.08147571693907402, 0.036270663068867545, 0.06288622839911623, 0.01300590376111036, 0.06710761047901587, 0.1567275305684415, 0.19346468231133937, 0.07327895012813605, 0.12787767293776622, 0.11333689046032398, 0.02632393327550901, 0.20590180330058383, 0.05198178611318935, 0.16294687079509668, 0.07743434581238257, 0.007933683812516716, 0.13599709459411646, 0.2025211404605799, 0.014891398912683198, 0.08037347919326994, 0.037750914417456614, 0.07285045423981898, 0.12451413192647694, 0.015604747926126874, 0.11890598836635212, 0.01316257697678828, 0.19717738477360805, 0.09650215110480204, 0.25436580441604517, 0.022303082162615888, 0.02877595500506576, 0.0770792296498196, 0.03502944837833256, 0.1254288429862952, 0.07345057739442588, 0.31651624125193134, 0.007850951467073838, 0.4760179838592304, 0.11382107126799434, 0.008281046224139289, 0.045747806850697105, 0.007897469640185966, 0, 0.06955500667031915, 0.045059159045178675, 0.13265518221676947, 0.02325543234819522, 0.2343393727866158, 0.04180199794674257, 0.03482353948429146, 0.13554030633600128, 0.13554030633600128, 0.13554030633600128, 0.13554030633600128, 0.13554030633600128, 0.13554030633600128, 0.13554030633600128, 0.13554030633600128, 0.13554030633600128, 0.010025807243421662, 0.06913717912253027, 0.12364795523631028, 0.3692851216191621, 0.09934310057004256, 0.028489405456532984, 0.020844904052078436, 0.04392805989293901, 0.033085365622443734, 0.042677500762689224, 0.035842146003539764, 0.05946367132119596, 0.2283777962740383, 0.09511683737686367, 0.0531516078958651, 0.1297573500926434, 0.09865329583103472, 0.020597465387334472, 0.058329546291901874, 0.22755394344611005, 0.02760193351128918, 0.006145009520193389, 0.03909263596312366, 0.28048399589666134, 0.20386584775396815, 0.03850245081595141, 0.01836329518124593, 0.2668861832113206, 0.121480557446165, 0.12388753580404, 0.23020855367740573, 0.09247261179476904, 0.3003852885138511, 0.2924693157407672, 0.1828853216492861, 0.32321600934525424, 0.03539087823830172, 0.2626299860513238, 0.06293827213724722, 0.012576506436944336, 0.09568421222626264, 0.009517630532469368, 0.07574538130262201, 0.05871102440291913, 0.10217793000448788, 0.022302967117036734, 0.09323903500175358, 0.043011584605702646, 0.07380387184856468, 0.05311860873721803, 0.30169313215237575, 0.27097010020077045, 0.0504331834246071, 0.10938775279844376, 0.1283511229375913, 0.21217388788902997, 0.13305035305125867, 0.04325542073069424, 0.003623111214947082, 0.18606545806711852, 0.05470844317626322, 0.14190770925348747, 0.07958336316206738, 0.04108983596247085, 0.1239025837434356, 0.25005125344675855, 0, 0.33287865471952394, 0.19046534271649093, 0.27746866303580897, 0.1298349173134374, 0.04137005744850599, 0.05011194923929891, 0.10315348962222184, 0.06437570571655174, 0.04750333648128267, 0.1458226110327266, 0.05146176543562889, 0.097266986952696, 0.01643834111845674, 0.010495313667112163, 0.042959315049729614, 0.06644920662427656, 0.17364350494380312, 0.08219932634066096, 0.05407215810309007, 0.1126745875736685, 0.016483689306139894, 0.04521774482557587, 0.026156025324039538, 0.04606576870287133, 0.06421681862764683, 0.008483110922736086, 0.02412223692180477, 0.061956905832895856, 0.0012569523610256549, 0.2511476265469379, 0.1891722857352848, 0.02970558334920963, 0.05655149483008753, 0.11240851202827036, 0.23858751998357167, 0.059492977661795114, 0.009248085108190076, 0.021386270947416425, 0.07663930224631689, 0.013463993457154716, 0.02631947548316263, 0.14697758554073495, 0.04311749289913065, 0.10855784572984543, 0.06303418879638287, 0.24022092157310632, 0.03617455482641536, 0.05800524605068, 0.06330096676793205, 0.12934102967912856, 0.16664731310843903, 0.08445358845362409, 0.03155298613719315, 0.027201955185269935, 0.02445930245577018, 0.07955084571776454, 0.040272994856268694, 0.02699968084557903, 0.5, 0.03569113369841504, 0.034120765464361595, 0.03056612140557826, 0.008185843906257158, 0.022489248020178015, 0.16182025358197114, 0.16182025358197114, 0.16182025358197114, 0.16182025358197114, 0.10442004928347692, 0.0683478071563706, 0.05602885310013628, 0.11711773320316007, 0.3693172909008311, 0.03971926972535464, 0.06379535775619283, 0.027550945611232152, 0.1712912108879192, 0.018515912700259547, 0.08664915381160554, 0.01718717171144301, 0.044649637460605074, 0.08422275428676815, 0.05311623250619539, 0.029427238322998824, 0.17081347681825929, 0.23970105448319537, 0.08493057066714388, 0.02756196405569727, 0.0330067463932103, 0.05256406241499896, 0.0814530193659115, 0.12611421420810365, 0.045341910255170065, 0.06777265510683123, 0.05901844815236378, 0.04794458177875867, 0.1767500767798423, 0.06471231329761941, 0.4226754683112182, 0.03943520468794625, 0.017250659404620682, 0.040582964498360206, null, 0.20097461039357484, 0.07196697373644355, 0.06543337603137817, 0.16028484872761636, 0.226283694103794, 0.03115862319789508, 0.21310917611194785, 0.025834362329395056, 0.005011193952949475, 0.008928246788847207, 0.08709032202052176, 0.0573531575061088, 0.07355695937478708, null, 0.03120925599276756, 0.027476687195814906, 0.05612836594279661, 0.049913606678226585, 0.09911326759793072, 0.1454598320450427, 0.16182025358197114, 0.16182025358197114, 0.16182025358197114, 0.16182025358197114, 0.10377231242289398, 0.04399538477441602, 0.10087688549515442, 0.37294829058034, 0.12413633171033649, 0.01844240382753349, 0.0278811740861155, 0.01922470121030296, 0.03257239505207778, 0.08275210964376505, 0.0991946577555697, 0.1646273978378519, 0.06164684191643683, 0.19144975207586523, 0.11639016667758129, 0.15411521627109506, 0.12586694793524308, 0.011943534361969248, 0.07091665199058972, 0.1913597166508948, 0.12813435029471631, 0.2672879379872846, 0.06041552747771171, 0.09836369291640376, null, 0.07059638290303684, 0.24016158743695787, 0.05091254470442897, 0.07574666271934044, 0.04947558727995138, 0.03750176474826208, 0.11721103974016436, 0.06575807264395621, 0.13554030633600128, 0.13554030633600128, 0.13554030633600128, 0.13554030633600128, 0.13554030633600128, 0.13554030633600128, 0.13554030633600128, 0.13554030633600128, 0.13554030633600128, 0.1751681673974061, null, 0.07400107403498384, 0.1155152618871554, 0.03127853952250842, 0.06317974559532064, 0.05715013219612821, 0.08992823581634987, 0.10226601027475105, 0.0912463992397636, 0.0743042823579926, 0.29798959886309406, 0.017419655567641152, 0.1364577061595862, 0.0591624687794224, 0.053334664030282794, 0.07763586023869921, 0.045602703164328975, 0.04991561388269771, 0.11734069415241312, 0.0971619789209581, 0.02922647078893056, 0.0950294183115738, 0.07299005110022899, 0.14510555124491709, 0.12584841254995574, 0.030394309447692225, 0.015404784116761211, 0.03990608326374428, 0.1687661297381873, 0.0334326909529479, 0.05046687973686706, 0.03073781065333598, 0.08562509639802134, 0.09587219058488285, 0.0912529681962703, 0.0430080509737976, 0.10978784226026672, 0.09478730965048862, 0.2486757810258671, 0.1320231032219189, 0.025753527536109495, 0.015306035721463985, 0.06640342569043996, 0.01950749941426942, 0.06560303697399944, 0.09172043137596676, 0.2922387629998213, 0.1336090497435445, 0.09892043053949658, 0.2089667276137099, 0.04138826075146466, 0.06942451055093693, 0.5106713298979234, 0.14343356559105985, 0.112062833809021, 0.043265333886783795, 0.008342921756336557, 0.06439135530067738, 0.12634212485041696, 0.07715286067750311, 0.03607827785408087, 0.09320521147758593, 0.057362927512545674, 0.028913026537738272, 0.08407326599172227, 0.06082807810943756, 0.07320118694189805, 0.04506967397157809, 0.07540631117643092, 0.26972022115382555, 0.0923288246044151, 0.05825488100583635, 0.03438854064293586, 0.12248054706963296, 0.10572679557954864, 0.08425678372454302, 0.04659731267349674, 0.4191367326706799, 0.13285405920680587, 0.1506717575181214, 0.037760378359605086, 0.06958447986267313, 0.03905874411135738, 0.05543941025907124, 0.1471529229283007, 0.03558428290549383, 0.05659245255687373, 0.16231992156436711, 0.06290569410140497, 0.08637496013088278, 0.21484265894054788, 0.05147193449511991, 0.009622580790146863, 0.008790484943666148, 0.07206525942753589, 0.12286066901524356, 0.05524869942518928, 0.00518055529538663, 0.2715224457109181, 0.008727569334735967, 0.04222538785541309, 0.06724659895524941, 0.02614946360496019, 0.051715221668599425, 0.053093673393598946, 0.02590768429543522, 0.04908255325329174, 0.10254515231974286, 0.06640037150619245, 0.0755455125923311, 0.03964695254267954, 0.03964695254267954, 0.03964695254267954, 0.03964695254267954, 0.09586813646795762, 0.05881278700382144, 0.143689120972125, 0.10226744159342732, 0.038833997188362696, 0.05755283907062717, 0.03905475643119997, 0.05188726482143875, 0.3328435812167589, 0.24327575662070408, null, 0.07797675560635191, 0.101935181421098, 0.08195870986193839, 0.0688357643056779, 0.12675636256593367, 0.029381118459652217, 0.06935274504312093, 0.06407910891832895, 0.0755857574860708, 0.03023938947471469, 0.05060738235253172, 0.1624098340498473, 0.3331123761171815, 0.17620231981354656, 0.016875381835812987, 0.1616886241115831, 0.06546907143738885, 0.15456092641219113, 0.1557623343922072, 0.025058093804993593, 0.16456342904408375, 0.0887000786060638, 0.10985777187292677, 0.016804714310790964, 0.12044957753040449, 0.06374444995091733, 0.1793341211032135, 0.01256362012703029, 0.08129293794336402, 0.017026191176651866, 0.06556097627309085, 0.19286385922991037, 0.03289867347968119, 0.02592900469524627, 0.15169608605373144, 0.15169608605373144, 0.15169608605373144, 0.15169608605373144, 0.06364733548331811, 0.023359499535538213, 0.07047910319751856, 0.08333732434096343, 0.0718048934235211, 0.009634094879829636, 0.031272451587438674, 0.023406434028575916, 0.13056208266385894, 0.02194136856966939, 0.057739804697939774, 0.010413201854646382, 0.1122408374118082, 0.06857959749122512, 0.07915504498241537, 0.03540065879263221, 0.06557525588688844, 0.00460705737018782, 0.04280156545701988, 0.0683388910134539, 0.059332532011763695, 0.11419278147386928, 0.088852624759651, 0.02847914933892439, 0.057025471120127805, 0.06087164448347334, 0.1472725175520273, 0.05800550008710811, 0.04232557859071716, 0.08521804871916437, 0.012990167758331396, 0.05539819360202125, 0.24516118353041352, 0.014091900497643254, 0.0011718591504828791, 0.05529965117043803, 0.039088672277433525, 0.06878572471568617, 0.0363176541125234, 0.0038838129178967217, null, 0.13949481680790496, 0.08005564940452745, 0.4448930470171982, 0.01957930809577602, 0.044744310602401416, 0.013348379654087328, 0.14835367387059695, 0.149076122089591, 0.1310172469786906, 0.004834371001440546, 0.25004425522664964, 0.10119956727909354, 0.01971239431814068, 0.09900616254097117, 0.03548753382014988, 0.13554030633600128, 0.13554030633600128, 0.13554030633600128, 0.13554030633600128, 0.13554030633600128, 0.13554030633600128, 0.13554030633600128, 0.13554030633600128, 0.13554030633600128, 0.1079565297340901, 0.0636813974882176, 0.14960987220936933, 0.012358935881242143, 0.08997417551847715, 0.04088640238875661, 0.06248589378730541, 0, 0.006857470633828415, 0.11892653388541348, 0.10071299742733172, 0.06547175828873592, 0.1377511633949055, 0.005549643449196086, 0.13369735258434248, 0.1416340314059907, 0.2299799824064312, 0.07244962744113978, 0.1893199847437072, 0.2787460068917669, 0.05226061133956691, 0.15018257029200083, 0.06645424880652792, 0.04151983010823158, 0.15169608605373144, 0.15169608605373144, 0.15169608605373144, 0.15169608605373144, 0.11268732009109042, 0.04527836794696837, 0.2570099434678849, 0.09479694655952978, 0.281785527593774, 0.045850919018082865, 0.05926204757014914, 0.07121201216541319, 0.003632421689968372, 0.2079741296348282, 0.011144912041961656, 0, 0.006920376125178692, 0.03504435801672726, 0.1439096381053402, 0.12259772544894196, 0.16896397713724867, 0.22427296538464553, 0.19678568517610037, 0.11400184289668512, 0.018316620465237337, 0 ], "yaxis": "y2" }, { "customdata": [ [ "https://github.com/jessegmeyerlab/MIMaL" ], [ "https://github.com/burtonrj/CytoPyManuscript" ], [ "https://github.com/elyawy/SpartaPipeline" ], [ "https://github.com/BiosecSFA/gentangle" ], [ "https://github.com/cbcrg/msa-af2-nf" ], [ "https://github.com/MolecularAI/Lib-INVENT" ], [ "https://github.com/Priyadarshini-Rai/Pathomap-Model" ], [ "https://github.com/adamhockenberry/bacphlip-model-dev" ], [ "https://github.com/pachterlab/qcbc" ], [ "https://github.com/manuhuth/Data-Leakage-From-Covariances" ], [ "https://github.com/NKI-CCB/CNR-analyses" ], [ "https://github.com/zzhmark/NIEND" ], [ "https://github.com/AI4SCR/ATHENA" ], [ "https://github.com/Gardner-BinfLab/SoDoPE_paper_2020" ], [ "https://github.com/dereneaton/ipyrad" ], [ "https://github.com/sdsucomptox/danrerlib" ], [ "https://github.com/LouisFaure/scFates_notebooks" ], [ "https://github.com/ethanchen1301/SSDraw" ], [ "https://github.com/BorgwardtLab/reComBat" ], [ "https://github.com/utraf-pasteur-institute/Cellwalker-notebooks" ], [ "https://github.com/getzlab/rnaseqc2-paper" ], [ "https://github.com/ToniCreswell/InvertingGAN" ], [ "https://github.com/MolecularAI/IcolosCommunity" ], [ "https://github.com/SmartDataAnalytics/BioKEEN" ], [ "https://github.com/holehouse-lab/shephard-colab" ], [ "https://github.com/Center-for-Health-Data-Science/scDGD" ], [ "https://github.com/francescodc87/ipaPy2" ], [ "https://github.com/LinTzuTang/AI4AVP_predictor" ], [ "https://github.com/rohdelab/PyTransKit" ], [ "https://github.com/hms-dbmi/Rcupcake-case-studies" ], [ "https://github.com/phenomecentre/nPYc-toolbox-tutorials" ], [ "https://github.com/abzu-ai/QLattice-clinical-omics" ], [ "https://github.com/heyigacu/BitterGNN" ], [ "https://github.com/qdickinson/mimal-website" ], [ "https://github.com/Knowledge-Graph-Hub/kg-microbe" ], [ "https://github.com/fhaive/dream" ], [ "https://github.com/kakarotcq/Con-AAE" ], [ "https://github.com/dieterich-lab/magnetiqueCode2022" ], [ "https://github.com/duttaprat/DeepMOIS-MC" ], [ "https://github.com/AlicjaNowakowska/ETNA" ], [ "https://github.com/alvesvm/sars-cov-mpro" ], [ "https://github.com/Labevo/MicNetToolbox" ], [ "https://github.com/dzjxzyd/UniDL4BioPep" ], [ "https://github.com/open2c/cooltools" ], [ "https://github.com/BIRDSgroup/BioEmbedS" ], [ "https://github.com/PySilentSubstitution/pysilsub" ], [ "https://github.com/pcdslab/ASD-DiagNet" ], [ "https://github.com/ratschlab/sim_read_until" ], [ "https://github.com/friendsofstrandseq/mosaicatcher-pipeline" ], [ "https://github.com/oxpig/ImmuneBuilder" ], [ "https://github.com/tibbdc/AutoESDCas" ], [ "https://github.com/PayneLab/cptac" ], [ "https://github.com/Jiamin-Yang/ensemble_model" ], [ "https://github.com/hoangtn/SRBreak" ], [ "https://github.com/dna-storage/framed" ], [ "https://github.com/EESI/sequence_attention" ], [ "https://github.com/theochem/B3DB" ], [ "https://github.com/theochem/B3DB" ], [ "https://github.com/theochem/B3DB" ], [ "https://github.com/theochem/B3DB" ], [ "https://github.com/ccli3896/PaN" ], [ "https://github.com/merlab/text_features" ], [ "https://github.com/BobZhangHT/QReR" ], [ "https://github.com/tahiri-lab/GPTree" ], [ "https://github.com/hqyone/cancer_rcnn" ], [ "https://github.com/Saurabh7/Few-shot-learning-multilabel-cxray" ], [ "https://github.com/placeforyiming/DistanceTransform-DepthCompletion" ], [ "https://github.com/BonilKoo/ML_purity" ], [ "https://github.com/elkebir-group/TiTUS" ], [ "https://github.com/mpcrlab/MolecularTransformerEmbeddings" ], [ "https://github.com/bielcardona/TCGenerators" ], [ "https://github.com/PersonalizedOncology/ClinVAP" ], [ "https://github.com/neurodata/neuroparc" ], [ "https://github.com/bejerano-lab/X-CAP" ], [ "https://github.com/euxhenh/Truffle" ], [ "https://github.com/Kingsford-Group/gtednewilp" ], [ "https://github.com/hyuyu104/SnapFISH-IMPUTE" ], [ "https://github.com/MolBIFFM/vplg" ], [ "https://github.com/hdsu-bioquant/onto-vae" ], [ "https://github.com/bittremieux/ANN-SoLo" ], [ "https://github.com/kreimanlab/VisualSearchAsymmetry" ], [ "https://github.com/thomas0809/RxnScribe" ], [ "https://github.com/jensengroup/HeckQM" ], [ "https://github.com/fabianying/covid19-supermarket-abm" ], [ "https://github.com/BIOS-IMASL/Hierarchical-Bayes-NMR-Validation" ], [ "https://github.com/mazzalab/playgrounds" ], [ "https://github.com/ynaveena/COVID-19-vs-Influenza" ], [ "https://github.com/rdong08/GiniClust3" ], [ "https://github.com/Zzh-tju/ZoneEval" ], [ "https://github.com/pyBRAvo/pyBRAvo" ], [ "https://github.com/Reed-CompBio/graphlet-clustering" ], [ "https://github.com/Daniel-Liu-c0deb0t/block-aligner" ], [ "https://github.com/EESI/Comp_Metagenomics_resources" ], [ "https://github.com/Jwicaksana/FedMix" ], [ "https://github.com/neuropoly/tract-clustering" ], [ "https://github.com/rrwabina/SDENet-UQ-ESL" ], [ "https://github.com/SinaTabakhi/MAgentOmics" ], [ "https://github.com/SsGood/MMGL" ], [ "https://github.com/alexjfoote/reetoolbox" ], [ "https://github.com/DessimozLab/pylabeledrf" ], [ "https://github.com/shuichiro-makigaki/exmachina" ], [ "https://github.com/cskyan/chmannot" ], [ "https://github.com/peabody124/GaitTransformer" ], [ "https://github.com/lab-smile/DOMINO" ], [ "https://github.com/jsheunis/rt-me-fMRI" ], [ "https://github.com/francoep/ImputationPaper" ], [ "https://github.com/skozawa170301ktx/MultiModalDiseaseModeling" ], [ "https://github.com/jcrozum/pystablemotifs" ], [ "https://github.com/lpfworld/VTR-PTM" ], [ "https://github.com/JupitersMight/DISA" ], [ "https://github.com/leandroradusky/pyFoldX" ], [ "https://github.com/shuichiro-makigaki/agora" ], [ "https://github.com/cskyan/evntextrc" ], [ "https://github.com/koelling/amplimap" ], [ "https://github.com/MrinalTyagi/SVD-CLAHE-and-BWCCE" ], [ "https://github.com/UW-GAC/admix-kit_workflow" ], [ "https://github.com/lantianyao/ATPfinder" ], [ "https://github.com/SuLab/ngly1-graph" ], [ "https://github.com/sokrypton/ColabFold" ], [ "https://github.com/frankligy/DeepImmuno" ], [ "https://github.com/netrias/rnassist" ], [ "https://github.com/ontox-project/en-tox" ], [ "https://github.com/AsadKhanJBNU/perovskite_bandgap_and_efficiency" ], [ "https://github.com/samsledje/D-SCRIPT" ], [ "https://github.com/jsunn-y/DeCOIL" ], [ "https://github.com/j-from-b/CDEF" ], [ "https://github.com/AstraZeneca/hsqc_structure_elucidation" ], [ "https://github.com/mrzResearchArena/Anticancer-Peptides-CNN" ], [ "https://github.com/TongjiZhanglab/CStreet" ], [ "https://github.com/intervene-EU-H2020/synthetic_data" ], [ "https://github.com/cthoyt/epicom" ], [ "https://github.com/aicb-ZhangLabs/Impeller" ], [ "https://github.com/charlesxu90/helm-gpt" ], [ "https://github.com/asamallab/T9GPred" ], [ "https://github.com/linhuawang/SEAGAL" ], [ "https://github.com/linhuawang/SEAGAL" ], [ "https://github.com/linhuawang/SEAGAL" ], [ "https://github.com/linhuawang/SEAGAL" ], [ "https://github.com/boun-tabi/biochemical-lms-for-drug-design" ], [ "https://github.com/volkamerlab/TeachOpenCADD" ], [ "https://github.com/BiomedSciAI/Geno4SD" ], [ "https://github.com/BiomedSciAI/Geno4SD" ], [ "https://github.com/BiomedSciAI/Geno4SD" ], [ "https://github.com/BiomedSciAI/Geno4SD" ], [ "https://github.com/Cyang-Zhao/ODAM" ], [ "https://github.com/JerryRollingUp/SimTripSystem" ], [ "https://github.com/odedsc/ANLD" ], [ "https://github.com/DeweiYi/CoSED-Net" ], [ "https://github.com/vikram2000b/Fast-Machine-Unlearning" ], [ "https://github.com/Aanzil/DensePPI" ], [ "https://github.com/RamanLab/COWAVE" ], [ "https://github.com/bsml320/DeepHTLV" ], [ "https://github.com/WimPouw/AirSacTracker" ], [ "https://github.com/b2slab/imbalance_pcm_benchmark" ], [ "https://github.com/yukinoi/bio_gradient_descent" ], [ "https://github.com/DecBayComp/TRamWAy" ], [ "https://github.com/RDMelamed/drug-phenome" ], [ "https://github.com/deepgrains/deepgrain" ], [ "https://github.com/raoyongming/DynamicViT" ], [ "https://github.com/SFGLab/bertrand" ], [ "https://github.com/TangXu-Group/DMSGer" ], [ "https://github.com/SaharIravani/DlearnMS" ], [ "https://github.com/e-weglarz-tomczak/m2r" ], [ "https://github.com/elkebir-group/RECAP" ], [ "https://github.com/mmoskon/CosinorPy" ], [ "https://github.com/DIAGNijmegen/StreamingCNN" ], [ "https://github.com/CyrilMa/ssqa" ], [ "https://github.com/ShobiStassen/PARC" ], [ "https://github.com/HFooladi/Self_Organization" ], [ "https://github.com/pogudingleb/CLUE" ], [ "https://github.com/pogudingleb/CLUE" ], [ "https://github.com/pogudingleb/CLUE" ], [ "https://github.com/pogudingleb/CLUE" ], [ "https://github.com/jingry/autoBioSeqpy" ], [ "https://github.com/IlyaTyagin/Dyport" ], [ "https://github.com/theosysbio/means" ], [ "https://github.com/kenminsoo/sRNAfrag" ], [ "https://github.com/ckgriswold/3-locus-autotetraploid-meiosis" ], [ "https://github.com/jonescompneurolab/SpectralEvents" ], [ "https://github.com/D3TaLES/databases_demo" ], [ "https://github.com/miladrayka/GB_Score" ], [ "https://github.com/yzhang511/density_decoding" ], [ "https://github.com/dDipankar/DeepPTM" ], [ "https://github.com/kexinhuang12345/DeepPurpose" ], [ "https://github.com/DIAL-RPI/PIPO-FAN" ], [ "https://github.com/MSBradshaw/FakeData" ], [ "https://github.com/stonkgs/stonkgs" ], [ "https://github.com/spatialdatasciencegroup/HST" ], [ "https://github.com/Androstane/NestedBD" ], [ "https://github.com/yao-laboratory/cellMarkerPipe" ], [ "https://github.com/yao-laboratory/cellMarkerPipe" ], [ "https://github.com/yao-laboratory/cellMarkerPipe" ], [ "https://github.com/yao-laboratory/cellMarkerPipe" ], [ "https://github.com/adfoucart/panoptic-quality-suppl" ], [ "https://github.com/nec-research/vibtcr" ], [ "https://github.com/HealthML/AntiSplodge" ], [ "https://github.com/tanveer-hussain/DFAN" ], [ "https://github.com/eyalmazuz/DrugWithdrawn" ], [ "https://github.com/ay0408/DP-trio-TDT" ], [ "https://github.com/kanz76/SSI-DDI" ], [ "https://github.com/gersteinlab/FANCY" ], [ "https://github.com/anirudhsom/PI-Net" ], [ "https://github.com/elkebir-group/MCT" ], [ "https://github.com/alvinxhan/Phydelity" ], [ "https://github.com/caramirezal/RegulatoryNetworkGMPModel" ], [ "https://github.com/PyEED/CANDy" ], [ "https://github.com/jsheunis/quality-and-denoising-in-rtfmri-nf" ], [ "https://github.com/SimonBiggs/electronfactors" ], [ "https://github.com/cglrtrgy/GoL_Toolbox" ], [ "https://github.com/SnehaShukla937/TrustMIS" ], [ "https://github.com/shubhamchandak94/lossy_compression_evaluation" ], [ "https://github.com/dhfbk/religious-hate-speech" ], [ "https://github.com/trevor-chan/Melanoma_NetworkMorphology" ], [ "https://github.com/raphael-group/paste2" ], [ "https://github.com/phillipecardenuto/rsiil" ], [ "https://github.com/breakerlab/dimpl" ], [ "https://github.com/ratschlab/row_diff" ], [ "https://github.com/mengweiren/q-space-conditioned-dwi-synthesis" ], [ "https://github.com/CostaLab/CrossTalkeR" ], [ "https://github.com/ecs-vlc/opponency" ], [ "https://github.com/PeikeLi/Self-Correction-Human-Parsing" ], [ "https://github.com/piyushmishra12/IMC" ], [ "https://github.com/kreimanlab/WhenPigsFlyContext" ], [ "https://github.com/anuprulez/galaxy_tool_recommendation" ], [ "https://github.com/miguelperezenciso/SeqBreed" ], [ "https://github.com/thoang3/portfolio" ], [ "https://github.com/sshaghayeghs/LLaMA-VS-GPT" ], [ "https://github.com/nec-research/neoagdt" ], [ "https://github.com/bestadcarry/MI-NNGP" ], [ "https://github.com/IkramMaouche/CS-CatBoost" ], [ "https://github.com/smu-ivpl/ASSN" ], [ "https://github.com/suinleelab/PAUSE" ], [ "https://github.com/raoyongming/GFNet" ], [ "https://github.com/callmespring/LOGAN" ], [ "https://github.com/Snehalikalall/sc-REnF" ], [ "https://github.com/AhmedStohy/Hybrid-Pointer-Networks" ], [ "https://github.com/Angione-Lab/HybridGroupIPFLasso_pc2Lasso" ], [ "https://github.com/RdoubleA/DWIinpainting" ], [ "https://github.com/chengjianhong/glioma_grading" ], [ "https://github.com/leylabmpi/DeepMAsED" ], [ "https://github.com/williamcaicedo/ISeeU" ], [ "https://github.com/KenLauLab/NVR" ], [ "https://github.com/JINhuaqing/UIP" ], [ "https://github.com/qqeeqq/NER" ], [ "https://github.com/OnofreyLab/dl-hmc_fast_recon_miccai2023" ], [ "https://github.com/biogacop/PiEFM" ], [ "https://github.com/TheJacksonLaboratory/drug-synergy" ], [ "https://github.com/Chang-Li2019/MetaRNN" ], [ "https://github.com/BinXia/PETs" ], [ "https://github.com/BoveyRao/Non-parametric-vc-for-sparse-st" ], [ "https://github.com/Yang-Yun726/REMD-LSTM" ], [ "https://github.com/ttesileanu/bio-time-series" ], [ "https://github.com/tanlab/ConvolutionMedicalNer" ], [ "https://github.com/visanuwan/prodmx" ], [ "https://github.com/MrGiovanni/ModelsGenesis" ], [ "https://github.com/statisticalbiotechnology/parallelPermutationTest" ], [ "https://github.com/labstructbioinf/HAMPpred" ], [ "https://github.com/andreas-wagner-uzh/fitness_landscape_sampling" ], [ "https://github.com/idekerlab/pyNBS" ], [ "https://github.com/Multi-OmicGraphBuilder/mosGraphGen" ], [ "https://github.com/KatherineEshari/Protein-aggregation-prediction" ], [ "https://github.com/giang-trinh/trap-mvn" ], [ "https://github.com/basiralab/4D-FedGNN-Plus" ], [ "https://github.com/phineasng/flan_bio" ], [ "https://github.com/sail-sg/volo" ], [ "https://github.com/chen-bioinfo/iEnhancer-ELM" ], [ "https://github.com/yevgenin/DeepOM" ], [ "https://github.com/narutoten520/SCGDL" ], [ "https://github.com/cjuigne/non_conformities_detection_biopax" ], [ "https://github.com/ImXman/MACA" ], [ "https://github.com/JonETJakobsson/scConnect" ], [ "https://github.com/UkyVision/alzheimer-project" ], [ "https://github.com/DuaaAlawad/AGRN" ], [ "https://github.com/salzberg-lab/Balrog" ], [ "https://github.com/SNNUBIAI/STCAE" ], [ "https://github.com/boalang/nr" ], [ "https://github.com/ovttiras/HDAC1-inhibitors" ], [ "https://github.com/saikat15010/Brain-Tumor-Detection" ], [ "https://github.com/BorgwardtLab/Kernelized-Rank-Learning" ], [ "https://github.com/SuLab/MechRepoNet" ], [ "https://github.com/jiang-q19/scPRAM" ], [ "https://github.com/ramon349/JBI2023_TCAV_debiasing" ], [ "https://github.com/datax-lab/HipoMap" ], [ "https://github.com/JinYSun/D-GCAN" ], [ "https://github.com/LaRoccaRaphael/MSI_recalibration" ], [ "https://github.com/BoukeliaAbdelbasset/NLPDeepQSAR" ], [ "https://github.com/lab-medvedeva/SAPIEnS" ], [ "https://github.com/noaeker/bootstrap_repo" ], [ "https://github.com/ricsinaruto/MEG-group-decode" ], [ "https://github.com/sinc-lab/miRe2e" ], [ "https://github.com/shawn-peng/xlms" ], [ "https://github.com/zuherJahshan/vital" ], [ "https://github.com/linfengyu77/IRLDCT" ], [ "https://github.com/IwasakiLab/Seq2Phase" ], [ "https://github.com/denilsonfbar/cirCodAn" ], [ "https://github.com/CMATERJU-BIOINFO/RUBic" ], [ "https://github.com/DIFACQUIM/Art-Driven-by-Visual-Representations-of-Chemical-Space-" ], [ "https://github.com/Minimel/StochasticBatchAL" ], [ "https://github.com/ivy9092111111/TT-U-Net" ], [ "https://github.com/mandal-cv/visimpaired" ], [ "https://github.com/sys-bio/AMAS" ], [ "https://github.com/HaotingZhang1/SynBa" ], [ "https://github.com/zhanglab-wbgcas/CIForm" ], [ "https://github.com/bionetslab/grn-confounders" ], [ "https://github.com/LLLL1021/Dual-modal-IB" ], [ "https://github.com/boooooogey/ATAConv" ], [ "https://github.com/JelenaBanjac/microbiome-toolbox" ], [ "https://github.com/manuelgloeckler/ncmw" ], [ "https://github.com/vlad-danaila/deep_hiv_ab_pred" ], [ "https://github.com/JieZheng-ShanghaiTech/HiCoEx" ], [ "https://github.com/KISRDevelopment/cell_viability_paper" ], [ "https://github.com/Junseok0207/scGPCL" ], [ "https://github.com/lcmmichielsen/scHPL" ], [ "https://github.com/cmb-chula/SurfUVNet" ], [ "https://github.com/ciortanmadalina/graph-sc" ], [ "https://github.com/Identity-lab/Tutorial-on-salient-social-Identity-detection-model" ], [ "https://github.com/GIST-CSBL/DeSIDE-DDI" ], [ "https://github.com/HuijuanQiao/KD-KLNMF" ], [ "https://github.com/CloudDataLab/CIR-Net" ], [ "https://github.com/elkebir-group/ClonArch" ], [ "https://github.com/ssehztirom/Exploring-generative-deep-learning-for-omics-data-by-using-log-linear-models" ], [ "https://github.com/b2slab/padding_benchmark" ], [ "https://github.com/kundajelab/gkmexplain" ], [ "https://github.com/DessimozLab/HogProf" ], [ "https://github.com/ESDeutekom/ComparingOrthologies" ], [ "https://github.com/jessemzhang/dendrosplit" ], [ "https://github.com/JJAlmagro/subcellular_localization" ], [ "https://github.com/LMSE/ident" ], [ "https://github.com/raphael-group/copulacci" ], [ "https://github.com/ilaydakaraca/PoreD2" ], [ "https://github.com/ghaiyan/TORNADOES" ], [ "https://github.com/miladrayka/ENS_Score" ], [ "https://github.com/statisticalbiotechnology/mipath" ], [ "https://github.com/smusleh/UMSLP" ], [ "https://github.com/soham-joshi/engagement-prediction-mhhri" ], [ "https://github.com/obifarin/automl-xai-metabolomics" ], [ "https://github.com/Zafar-Lab/scDREAMER" ], [ "https://github.com/Jhabindra-bioinfo/CapsNh-Kcr" ], [ "https://github.com/GIST-CSBL/AMP-BERT" ], [ "https://github.com/Wolverinerine/GTGenie" ], [ "https://github.com/npdeloss/mepp" ], [ "https://github.com/BrooksResearchGroup-UM/seq_struct_func" ], [ "https://github.com/0xTCG/biser" ], [ "https://github.com/MaayanLab/blitzgsea" ], [ "https://github.com/dipuk0506/Aleatory-aware-UQ" ], [ "https://github.com/CSB5/CaDRReS-Sc" ], [ "https://github.com/rpmccordlab/SMILE" ], [ "https://github.com/abdullah5naveed/SRP_WebServer" ], [ "https://github.com/DaehwanKimLab/Chromosome-ReAd" ], [ "https://github.com/MannLabs/alphamap" ], [ "https://github.com/ComputationalSystemsBiology/scNET" ], [ "https://github.com/statway/DTFLOW" ], [ "https://github.com/TrofimovAssya/FactorizedEmbeddings" ], [ "https://github.com/XinhaoLi74/SmilesPE" ], [ "https://github.com/wonanut/SETE" ], [ "https://github.com/atallah-lab/neoplastic-evolution" ], [ "https://github.com/shivram1987/diffGrad" ], [ "https://github.com/daifengwanglab/ManiNetCluster" ], [ "https://github.com/HaohanWang/thePrecisionLasso" ], [ "https://github.com/wzhang1984/NBSS" ], [ "https://github.com/biomathman/pycellerator" ], [ "https://github.com/Lab-Xu/KbhbXG" ], [ "https://github.com/YezhaoZhong/VKR" ], [ "https://github.com/WeiLab-BioChem/Structural-DPP-IV" ], [ "https://github.com/hyunp2/Memb-TDA" ], [ "https://github.com/jianglikun/MOASL" ], [ "https://github.com/baowz12345/voting_transfer" ], [ "https://github.com/zuiop11/nn_info" ], [ "https://github.com/rit-cui-lab/Multimodal-AI-for-Prediction-of-Distant-Metastasis-in-Carcinoma-Patients" ], [ "https://github.com/Wenbo-G/pd-phonation-analysis" ], [ "https://github.com/Johnsunnn/ExamPle" ], [ "https://github.com/shyammarjit/SAGA" ], [ "https://github.com/MRCIEU/vectology" ], [ "https://github.com/CDDLeiden/DrugEx" ], [ "https://github.com/yarongef/DistilProtBert" ], [ "https://github.com/MannLabs/alphapeptstats" ], [ "https://github.com/emmijokinen/tcrconv" ], [ "https://github.com/shamimarashid/Jupytope" ], [ "https://github.com/phineasng/DECODE" ], [ "https://github.com/colabpro123/CovidConvLSTM" ], [ "https://github.com/fuad021/biomarker-identification" ], [ "https://github.com/jsvir/lscae" ], [ "https://github.com/stoledoc/DQOR" ], [ "https://github.com/sivaramakrishnan-rajaraman/Model_calibration" ], [ "https://github.com/ajayago/NCMF_bioinformatics" ], [ "https://github.com/AluruLab/EnGRaiN" ], [ "https://github.com/colabobio/sciviewer" ], [ "https://github.com/IA92/Automated_Nerves_Quantification" ], [ "https://github.com/apple35932003/IVS-Caffe" ], [ "https://github.com/maiziezhoulab/Autism_genepheno" ], [ "https://github.com/EsmaeilNourani/TripletProt" ], [ "https://github.com/duttaprat/DeePROG" ], [ "https://github.com/multimodallearning/graphregnet" ], [ "https://github.com/agemagician/ProtTrans" ], [ "https://github.com/Albert-Lau-Lab/tactics_protein_analysis" ], [ "https://github.com/AMICI-dev/AMICI" ], [ "https://github.com/MichalRozenwald/Hi-ChIP-ML" ], [ "https://github.com/biopragmatics/biomappings" ], [ "https://github.com/joshidhaivat/QAlign" ], [ "https://github.com/tensorflow/gan" ], [ "https://github.com/DIFACQUIM/ECIF" ], [ "https://github.com/guangyu-zhou/MuPIPR" ], [ "https://github.com/qid12/visar" ], [ "https://github.com/lykaust15/Deep_learning_examples" ], [ "https://github.com/jmjung83/TT_and_TCP" ], [ "https://github.com/JinfengXiao/SigMat" ], [ "https://github.com/vanessajurtz/lasagne4bio" ], [ "https://github.com/22385wjy/MdAFuse" ], [ "https://github.com/compbiomed-unito/MUSE-XAE" ], [ "https://github.com/EABogdanova/ProBAN" ], [ "https://github.com/vinuni-vishc/MPCNN-Sleep-Apnea" ], [ "https://github.com/Plant-Net/Metabolomic_project" ], [ "https://github.com/nmboffi/spin_glass_evodyn" ], [ "https://github.com/mena01/PLM-GAN-A-Large-Scale-Protein-Loop-Modeling-Using-pix2pix-GAN_" ], [ "https://github.com/mominul-ssv/cossif" ], [ "https://github.com/CBRC-lab/BioAct-Het" ], [ "https://github.com/LHY1007/MAG-Res2Net" ], [ "https://github.com/sldyns/scAce" ], [ "https://github.com/NIH-CIT-OIR-SPIS/MouseVUER" ], [ "https://github.com/bymgood/Target-driven-ML-enabled-VS" ], [ "https://github.com/idruglab/hignn" ], [ "https://github.com/usccolumbia/matglobalmapping" ], [ "https://github.com/IILab-Resource/MGDTA" ], [ "https://github.com/SoftServeInc/yield-paper" ], [ "https://github.com/ouyangjiahong/longitudinal-neighbourhood-embedding" ], [ "https://github.com/MintaYLu/COT" ], [ "https://github.com/proteinexplorers/EnsembleQS" ], [ "https://github.com/sedaboni/DeepCEL0" ], [ "https://github.com/VoiceBeer/MS-MDA" ], [ "https://github.com/dmcb-gist/MOMA" ], [ "https://github.com/holab-hku/FlowGrid" ], [ "https://github.com/IoBT-VISTEC/EEGANet" ], [ "https://github.com/CSB5/TUGDA" ], [ "https://github.com/MaramMonshi/CovidXrayNet" ], [ "https://github.com/gymreklab/chips" ], [ "https://github.com/sofiabroome/painface-recognition" ], [ "https://github.com/fpy94/DBT" ], [ "https://github.com/doraadong/MESSI" ], [ "https://github.com/VITA-Group/PA-HMDB51" ], [ "https://github.com/UCL/cath-funsite-predictor" ], [ "https://github.com/baranwa2/MetabolicPathwayPrediction" ], [ "https://github.com/dqwei-lab/ATC" ], [ "https://github.com/kaizheng-academic/NASMDR" ], [ "https://github.com/yuxuanliao/DeepPIC" ], [ "https://github.com/gstef80/MAgEC" ], [ "https://github.com/usnistgov/nrss" ], [ "https://github.com/JeremyPike/RSMLM-tutorials" ], [ "https://github.com/p-koo/evoaug-tf_analysis" ], [ "https://github.com/p-koo/evoaug-tf_analysis" ], [ "https://github.com/p-koo/evoaug-tf_analysis" ], [ "https://github.com/p-koo/evoaug-tf_analysis" ], [ "https://github.com/p-koo/evoaug-tf_analysis" ], [ "https://github.com/p-koo/evoaug-tf_analysis" ], [ "https://github.com/p-koo/evoaug-tf_analysis" ], [ "https://github.com/p-koo/evoaug-tf_analysis" ], [ "https://github.com/sunericd/sprite-figures-and-analyses" ], [ "https://github.com/gtsueng/M2C_rel_nb" ], [ "https://github.com/smithlabcode/ribotricer-results" ], [ "https://github.com/ZjGaothu/OpenAnnotateR" ], [ "https://github.com/ZjGaothu/OpenAnnotatePy" ], [ "https://github.com/pmckenz1/ipcoal" ], [ "https://github.com/ICB-DCM/AMICI" ], [ "https://github.com/ICB-DCM/AMICI" ], [ "https://github.com/ICB-DCM/AMICI" ], [ "https://github.com/ICB-DCM/AMICI" ], [ "https://github.com/freh-g/genopyc" ], [ "https://github.com/enchainingrealm/UbcDssgBccdc-Research" ], [ "https://github.com/yao-laboratory/cellMarkerPipe" ], [ "https://github.com/yao-laboratory/cellMarkerPipe" ], [ "https://github.com/yao-laboratory/cellMarkerPipe" ], [ "https://github.com/yao-laboratory/cellMarkerPipe" ], [ "https://github.com/caanene1/ACSNI" ], [ "https://github.com/menchelab/BioProfilingNotebooks" ], [ "https://github.com/mortazavilab/swan_vis" ], [ "https://github.com/MannLabs/PeptDeep-HLA" ], [ "https://github.com/bokulich-lab/q2-fondue-examples" ], [ "https://github.com/bluenote-1577/local-kmer-selection-results" ], [ "https://github.com/MannLabs/alphapeptdeep" ], [ "https://github.com/ncbi/SSDraw" ], [ "https://github.com/BackofenLab/local_alignment" ], [ "https://github.com/gagneurlab/concise" ], [ "https://github.com/gagneurlab/Manuscript_Avsec_Bioinformatics_2017" ], [ "https://github.com/dibyansu24-maker/Histify" ], [ "https://github.com/bjing2016/EigenFold" ], [ "https://github.com/BioSystemsUM/cobamp" ], [ "https://github.com/Bayer-Group/cellenium" ], [ "https://github.com/Toepfer-Lab/cobramod" ], [ "https://github.com/AIRI-Institute/PROSTATA" ], [ "https://github.com/GiDeCarlo/XGDAG" ], [ "https://github.com/ruizhang-ai/GCP" ], [ "https://github.com/driesheylen123/BioMOBS" ], [ "https://github.com/koji11235/MSECIFv2" ], [ "https://github.com/gversmee/dbgap2x" ], [ "https://github.com/debbiemarkslab/evcouplings" ], [ "https://github.com/kundajelab/ChromDragoNN" ], [ "https://github.com/g-insana/MBDBMetrics" ], [ "https://github.com/ICB-DCM/AMICI" ], [ "https://github.com/ICB-DCM/AMICI" ], [ "https://github.com/ICB-DCM/AMICI" ], [ "https://github.com/ICB-DCM/AMICI" ], [ "https://github.com/JasonACarter/Allelic_inclusion" ], [ "https://github.com/lxsbch/neuroCNVscore" ], [ "https://github.com/mohit1997/JIND" ], [ "https://github.com/muhammedtalo/COVID-19" ], [ "https://github.com/ManchesterBioinference/GPcounts" ], [ "https://github.com/jclachance/BOFdat" ], [ "https://github.com/lyotvincent/PhiHER2" ], [ "https://github.com/santule/indelmip" ], [ "https://github.com/patrickbryant1/Umol" ], [ "https://github.com/Nik-BB/Learning-curves-for-DRP" ], [ "https://github.com/RUXIAOQING964914140/FS_DTA" ], [ "https://github.com/xu-shi-jie/idp-elm" ], [ "https://github.com/zmzhang/SigmaCCS" ], [ "https://github.com/DanielBrunnsaker/ProtPredict" ], [ "https://github.com/behinger/etcomp" ], [ "https://github.com/ddiem-ri-4D/epiTCR" ], [ "https://github.com/eltonpan/zeosyn_dataset" ], [ "https://github.com/r-koike/eagent" ], [ "https://github.com/vivarium-collective/vivarium-notebooks" ], [ "https://github.com/BiomedSciAI/Geno4SD" ], [ "https://github.com/BiomedSciAI/Geno4SD" ], [ "https://github.com/BiomedSciAI/Geno4SD" ], [ "https://github.com/BiomedSciAI/Geno4SD" ], [ "https://github.com/carpentries-incubator/ml4bio-workshop" ], [ "https://github.com/mikelkou/fava" ], [ "https://github.com/aleixalcacer/JA-BIAA" ], [ "https://github.com/iktos/generation-under-synthetic-constraint" ], [ "https://github.com/allmwh/IFF" ], [ "https://github.com/A-Golshan/Malonylation" ], [ "https://github.com/netZoo/netZooPy" ], [ "https://github.com/AIRI-Institute/SEMAi" ], [ "https://github.com/MDhewei/GuidePro" ], [ "https://github.com/emilyjanedennis/PRA" ], [ "https://github.com/linhuawang/SEAGAL" ], [ "https://github.com/linhuawang/SEAGAL" ], [ "https://github.com/linhuawang/SEAGAL" ], [ "https://github.com/linhuawang/SEAGAL" ], [ "https://github.com/Fraunhofer-ITMP/mpox-kg" ], [ "https://github.com/Luckysoutheast/STMHCPan" ], [ "https://github.com/sybila/biodivine-aeon-py" ], [ "https://github.com/pchlenski/misdeed" ], [ "https://github.com/thh32/Lipase_reclassification" ], [ "https://github.com/zhanglijun95/TreeMTL" ], [ "https://github.com/TianXieUSC/L-BGNN" ], [ "https://github.com/pyratlib/pyrat" ], [ "https://github.com/rickardbrannvall/HEIDA" ], [ "https://github.com/pdddinakar/SemanticChangepointDetection" ], [ "https://github.com/dmnfarrell/epitopepredict" ], [ "https://github.com/sysbio-curie/PhysiBoSS" ], [ "https://github.com/sysbiolux/DCcov" ], [ "https://github.com/cchauve/HyAsP" ], [ "https://github.com/omerwe/LEAP" ], [ "https://github.com/mms-fcul/pKPDB" ], [ "https://github.com/bengeof/Compound2DeNovoDrugPropMax" ], [ "https://github.com/bengeof/QPoweredCompound2DeNovoDrugPropMax" ], [ "https://github.com/bionetslab/robust" ], [ "https://github.com/prhbrt/synthetic-yeast-cells" ], [ "https://github.com/ymzayek/yeastcells-detection-maskrcnn" ], [ "https://github.com/cellsmb/em-stellar" ], [ "https://github.com/PeptoneLtd/ADOPT" ], [ "https://github.com/HannesStark/protein-localization" ], [ "https://github.com/paulfogel/A2SIGN" ], [ "https://github.com/bucky527/scME" ], [ "https://github.com/MaayanLab/EnrichrBot" ], [ "https://github.com/rsinghlab/pyaging" ], [ "https://github.com/kbiharie/TACTiCS" ], [ "https://github.com/songlab-cal/gpn" ], [ "https://github.com/oxpig/PLAbDab" ], [ "https://github.com/haha-lisa/Diffstyler" ], [ "https://github.com/tibbdc/ECMpy" ], [ "https://github.com/EBIvariation/CMAT" ], [ "https://github.com/microsoft/genomicsnotebook" ], [ "https://github.com/cxinsys/lpf" ], [ "https://github.com/EleutherAI/mp_nerf" ], [ "https://github.com/Bob-cheng/DepthModelHardening" ], [ "https://github.com/auniquesun/VSFormer" ], [ "https://github.com/visionjo/facerec-bias-bfw" ], [ "https://github.com/RenYurui/Global-Flow-Local-Attention" ], [ "https://github.com/open-mmlab/mmediting" ], [ "https://github.com/open-mmlab/mmediting" ], [ "https://github.com/open-mmlab/mmediting" ], [ "https://github.com/open-mmlab/mmediting" ], [ "https://github.com/jssong-lab/QTC" ], [ "https://github.com/smahmoodghasemi/SMAGS" ], [ "https://github.com/weisscharlesj/BiopythonRamachandran" ], [ "https://github.com/kilicogluh/CONSORT-TM" ], [ "https://github.com/ZHgero/keyphrases_centrality" ], [ "https://github.com/Bibikiller/HFA" ], [ "https://github.com/frankkramer-lab/miseval" ], [ "https://github.com/TimE9527/stDGCC" ], [ "https://github.com/barahona-research-group/RamanSPy" ], [ "https://github.com/BojarLab/glycowork" ], [ "https://github.com/BojarLab/glycowork" ], [ "https://github.com/BojarLab/glycowork" ], [ "https://github.com/BojarLab/glycowork" ], [ "https://github.com/zechnerlab/Compartor" ], [ "https://github.com/theislab/AutoGeneS" ], [ "https://github.com/ucsd-ccbb/visJS2jupyter" ], [ "https://github.com/ghattab/cmangoes" ], [ "https://github.com/will-rowe/genome-sketching" ], [ "https://github.com/theochem/B3DB" ], [ "https://github.com/theochem/B3DB" ], [ "https://github.com/theochem/B3DB" ], [ "https://github.com/theochem/B3DB" ], [ "https://github.com/hyl317/hapROH" ], [ "https://github.com/arunimasundar/Hope-Speech-LT-EDI" ], [ "https://github.com/theislab/sc-pert" ], [ "https://github.com/Project-MONAI/GenerativeModels" ], [ "https://github.com/sd2e/CDM" ], [ "https://github.com/EESI/ISM" ], [ "https://github.com/BradBalderson/Cytocipher" ], [ "https://github.com/EESI/ncov_ism" ], [ "https://github.com/xinxingwu-uk/DGAE" ], [ "https://github.com/chaitjo/geometric-rna-design" ], [ "https://github.com/tao-aimi/DeepRecursiveEmbedding" ], [ "https://github.com/BiomedicalMachineLearning/SpaCell" ], [ "https://github.com/ngominhhoang/Quantum-Target-Identification-by-Enzymes" ], [ "https://github.com/ZerojumpLine/JCSAugment" ], [ "https://github.com/kellyhoang0610/RCTMethodologyIE" ], [ "https://github.com/vfscalfani/CSN_tutorial" ], [ "https://github.com/dvlab-research/Entity" ], [ "https://github.com/leylabmpi/Struo" ], [ "https://github.com/czodrowskilab/Machine-learning-meets-pKa" ], [ "https://github.com/hkarakurt8742/SUMA" ], [ "https://github.com/huanghanchi/Master-slave-Algorithm-for-Top-K-Bandits" ], [ "https://github.com/gersteinlab/idash20FL" ], [ "https://github.com/qq456cvb/CPPF2" ], [ "https://github.com/TeamSundar/m-ionic" ], [ "https://github.com/BojarLab/glycowork" ], [ "https://github.com/BojarLab/glycowork" ], [ "https://github.com/BojarLab/glycowork" ], [ "https://github.com/BojarLab/glycowork" ], [ "https://github.com/SouthGreenPlatform/PyRice" ], [ "https://github.com/EsmaeilNourani/Deep-GDAE" ], [ "https://github.com/caramirezal/SQUADBookChapter" ], [ "https://github.com/mmundy42/mackinac" ], [ "https://github.com/pogudingleb/CLUE" ], [ "https://github.com/pogudingleb/CLUE" ], [ "https://github.com/pogudingleb/CLUE" ], [ "https://github.com/pogudingleb/CLUE" ], [ "https://github.com/sdrogers/ms2ldaviz" ], [ "https://github.com/jonastjoms/MANNERS-DB" ], [ "https://github.com/lanagarmire/lilikoi" ], [ "https://github.com/NiRuff/ViNe-Seg" ], [ "https://github.com/MRCIEU/epigraphdb" ], [ "https://github.com/xxlong0/ASNDepth" ], [ "https://github.com/littlewhitesea/STDAN" ], [ "https://github.com/plhhnu/CellDialog" ], [ "https://github.com/oy-tj/VSUGAN" ], [ "https://github.com/zju3dv/disprcnn" ], [ "https://github.com/BackofenLab/ShaKer" ], [ "https://github.com/PySCeS/PyscesToolbox" ], [ "https://github.com/reznik-lab/UnitedMet" ], [ "https://github.com/aicb-ZhangLabs/Turtling" ], [ "https://github.com/lanl/pyDNA_EPBD" ], [ "https://github.com/alexandrovteam/pySM" ], [ "https://github.com/MWPlabUTSW/Chi-Score-Analysis" ], [ "https://github.com/networkbiolab/atlas" ], [ "https://github.com/amrutakale08/geoweaver_cwl-usecases" ], [ "https://github.com/matheo-daly/highway_star" ], [ "https://github.com/MannLabs/ProteomicsVisualization" ], [ "https://github.com/greenelab/sophie" ], [ "https://github.com/ratschlab/secedo-evaluation" ], [ "https://github.com/marcopodda/petri-bio" ], [ "https://github.com/isaureCdB/protNAff" ], [ "https://github.com/CMRI-ProCan/CRANE" ], [ "https://github.com/greenelab/generic-expression-patterns" ], [ "https://github.com/scdantu/pycom" ], [ "https://github.com/greenelab/pancancer-evaluation" ], [ "https://github.com/XuegongLab/somde" ], [ "https://github.com/Lailabcode/DeepSP" ], [ "https://github.com/gersteinlab/biocoder" ], [ "https://github.com/SuLab/crowd_cid_relex" ], [ "https://github.com/kiharalab/EM-GAN" ], [ "https://github.com/kundajelab/fastISM" ], [ "https://github.com/maranasgroup/dGPredictor" ], [ "https://github.com/xiaomizhou616/protein_solubility" ], [ "https://github.com/RichardChangCA/Deep-Contrastive-Metric-Learning-Method-to-Detect-Polymicrogyria-in-Pediatric-Brain-MRI" ], [ "https://github.com/caporaso-lab/tax-credit-data" ], [ "https://github.com/CiaranWelsh/pycotools" ], [ "https://github.com/mesve/SpecieScan" ], [ "https://github.com/jcboyd/multi-cell-line" ], [ "https://github.com/G2Lab/ldmat" ], [ "https://github.com/HakimBenkirane/CustOmics" ], [ "https://github.com/soeaver/Hier-R-CNN" ], [ "https://github.com/ohuelab/MEGADOCK-on-Colab" ], [ "https://github.com/taraponglab/deepra" ], [ "https://github.com/YakhiniGroup/LoRSI" ], [ "https://github.com/Sandipan99/Ranking_cluster_algorithms" ], [ "https://github.com/byucsl/ogcleaner" ], [ "https://github.com/ScialdoneLab/COMUNET" ], [ "https://github.com/srovins/wesad" ], [ "https://github.com/zackschen/DMM" ], [ "https://github.com/open-mmlab/mmediting" ], [ "https://github.com/open-mmlab/mmediting" ], [ "https://github.com/open-mmlab/mmediting" ], [ "https://github.com/open-mmlab/mmediting" ], [ "https://github.com/batmanlab/ICML-2023-Route-interpret-repeat" ], [ "https://github.com/ZiyuFanCSU/MSCSol" ], [ "https://github.com/apblair/CellLayers" ], [ "https://github.com/jessemzhang/tn_test" ], [ "https://github.com/arose/nglview" ], [ "https://github.com/davidkartchner/biomedical-entity-linking" ], [ "https://github.com/pdelangen/Muffin" ], [ "https://github.com/CompCy-lab/scLKME" ], [ "https://github.com/cyang03/CHECKED" ], [ "https://github.com/shoryaconsul/XHap" ], [ "https://github.com/sinc-lab/exp2GO" ], [ "https://github.com/wirriamm/plants-pipeline" ], [ "https://github.com/itsmeafra/Sublevel-Set-TDA" ], [ "https://github.com/elkebir-group/PhySigs" ], [ "https://github.com/lichen2018/stVAE" ], [ "https://github.com/Hhy096/nomogram" ], [ "https://github.com/JialeCao001/SipMask" ], [ "https://github.com/chrishil1/ChromDL" ], [ "https://github.com/chrishil1/ChromDL" ], [ "https://github.com/chrishil1/ChromDL" ], [ "https://github.com/chrishil1/ChromDL" ], [ "https://github.com/williamdee1/LMPred_AMP_Prediction" ], [ "https://github.com/IlyaLab/gssnng" ], [ "https://github.com/super-resolution/Ebert-et-al-2022-supplement" ], [ "https://github.com/vailatuts/SSFG-regularization" ], [ "https://github.com/dpmlab/img2fmri" ], [ "https://github.com/ma-gilles/recovar" ], [ "https://github.com/healthylaife/MIMIC-IV-Data-Pipeline" ], [ "https://github.com/petermchale/trfermikit" ], [ "https://github.com/AlBi-HHU/swgts" ], [ "https://github.com/burtonrj/CytoCluster" ], [ "https://github.com/BioinformaticsToolsmith/EnhancerTracker" ], [ "https://github.com/SSRHeart/TSFlow" ], [ "https://github.com/ZhengPeng7/GCoNet_plus" ], [ "https://github.com/bowang-lab/CONCERTO" ], [ "https://github.com/ElofssonLab/bioinfo-toolbox" ], [ "https://github.com/AZaitzeff/tools_for_dna_binding_proteins" ], [ "https://github.com/Nora-Zhang98/VTSCN" ], [ "https://github.com/ermshaua/preon" ], [ "https://github.com/murphygroup/CODEXPanelOptimization" ], [ "https://github.com/AriaSar/CRCIBD-ML" ], [ "https://github.com/deremustapha/BSS-ViT" ], [ "https://github.com/yangbang18/CARE" ], [ "https://github.com/MinxZ/Gemini" ], [ "https://github.com/hmdlab/DeepRaccess" ], [ "https://github.com/Schuture/Meta-USCL" ], [ "https://github.com/OnofreyLab/prostate_atlas_segm_miccai2022" ], [ "https://github.com/SoftServeInc/novel-molecule-generation" ], [ "https://github.com/NRshka/stvae-source" ], [ "https://github.com/Sanofi-Public/LipoBART" ], [ "https://github.com/MengLi-Thea/HiDeS-A-Higher-Order-Derivative-Supervised-Neural-Ordinary-Differential-Equation" ], [ "https://github.com/guanfangdong/LTS-UniverisalMOS" ], [ "https://github.com/wenwenyu/TCM" ], [ "https://github.com/leyuanheart/Reinforced-Mixture-Learning" ], [ "https://github.com/alepandini/MDSubSampler" ], [ "https://github.com/sandhya212/Sparcle_for_spot_reassignments" ], [ "https://github.com/ibivu/hydrophobic_patches" ], [ "https://github.com/ay0408/DP-statistics-GWAS" ], [ "https://github.com/insomnia94/DTWREG" ], [ "https://github.com/zju3dv/pvnet" ], [ "https://github.com/tengyulin/energy_aware_pathfinding" ], [ "https://github.com/rvinas/adversarial-gene-expression" ], [ "https://github.com/DongjoonLim/EvoLSTM" ], [ "https://github.com/BioinfoMachineLearning/PoseBench" ], [ "https://github.com/ketringjoni/SuPreMo" ], [ "https://github.com/xing-lab-pitt/mosaic-picasso" ], [ "https://github.com/NtaylorOX/Public_Clinical_Prompt" ], [ "https://github.com/chrishil1/ChromDL" ], [ "https://github.com/chrishil1/ChromDL" ], [ "https://github.com/chrishil1/ChromDL" ], [ "https://github.com/chrishil1/ChromDL" ], [ "https://github.com/GeraldHan/GGD" ], [ "https://github.com/lifangda01/GSAN-Demo" ], [ "https://github.com/mshaikh2/JoImTeR_MLMI_2021" ], [ "https://github.com/ur-whitelab/peptide-dashboard" ], [ "https://github.com/roohy/eps" ], [ "https://github.com/bio-ontology-research-group/machine-learning-with-ontologies" ], [ "https://github.com/welch-lab/pyliger" ], [ "https://github.com/SRKH/S4NN" ], [ "https://github.com/Wangt-CN/VQG-GCN" ] ], "hovertemplate": "Primary language=Jupyter Notebook
Time of Existence (days)=%{x}
Normalized Total Entropy=%{y}
Repository URL=%{customdata[0]}", "legendgroup": "Jupyter Notebook", "marker": { "color": "#ab63fa", "opacity": 0.5, "symbol": "circle" }, "mode": "markers", "name": "Jupyter Notebook", "showlegend": true, "type": "scattergl", "x": [ 412, 1, 507, 541, 313, 700, 748, 166, 379, 197, 152, 228, 861, 389, 3206, 306, 1153, 190, 292, 278, 0, 315, 423, 1442, 507, 161, 390, 378, 1533, 762, 804, 687, 216, 43, 1335, 0, 675, 617, 431, 884, 711, 153, 365, 2692, 152, 958, 1953, 152, 2450, 606, 91, 2088, 6, 676, 448, 365, 875, 875, 875, 875, 4, 1285, 876, 85, 725, 87, null, 783, 467, 470, 131, 614, 1478, 20, 160, 12, 229, 4452, 504, 2968, 909, 517, 82, 213, 210, 1221, 114, 1057, 667, 2052, 339, 1324, 1, 153, 1569, 207, 178, 796, 466, 758, 1016, 714, 434, 178, 564, 138, 274, 1541, null, 869, 170, 29, 452, 1124, 284, 313, 0, 454, 1098, 837, 101, 109, 85, 1089, 234, 63, 2, 613, 428, 552, 520, 268, 166, 388, 280, 280, 280, 280, 591, 2071, 417, 417, 417, 417, 368, 1, 1, 0, 11, 347, 155, 57, 824, 1034, 14, 2723, 284, 492, 767, 304, 558, 0, 141, 900, 1623, 1768, 318, 1791, 1618, 1712, 1712, 1712, 1712, 285, 150, 695, 478, 109, 2466, 210, 632, 438, 166, 1544, 381, 1170, 734, 42, 1085, 679, 679, 679, 679, 365, 356, 574, 596, 169, 906, 162, 252, 1035, 135, 690, 600, 485, 368, 1695, 0, 73, 655, 406, 464, 428, 569, 622, 965, 105, 1300, 330, 602, 429, 405, 758, 1271, 1206, 130, 288, 0, 60, 237, 310, 710, 1286, 298, 96, 48, 78, 1317, 644, 705, 991, 581, 131, 0, 0, 431, 95, 449, 0, 0, 592, 0, 341, 1657, 502, 453, 0, 441, 128, 0, 213, 377, 0, 450, 310, 264, 116, 238, 1079, 690, 1493, 61, 223, 612, 333, 629, 278, 585, 1084, 280, 63, 230, 615, 449, 0, 1836, 244, 605, 810, 390, 204, null, 259, 344, 137, 177, null, 561, 209, 380, 161, 289, 468, 91, 315, 1065, 1099, 303, 515, 1306, 254, 1571, 936, 230, 718, 144, 3, 407, 476, 157, 1562, 962, 1420, 467, 718, 239, 1455, 170, 206, 124, 189, 529, 185, 11, 118, 721, 503, 191, 0, 306, 341, 1108, 993, 216, 850, 806, 0, 265, 1365, 369, 304, 1331, 895, 1396, 1023, 1226, 317, 1169, 735, 1115, 8, 444, 238, 541, 156, null, 125, 1, 480, 191, 179, 739, 2032, 162, 826, 155, 146, 328, 0, 225, 646, 41, 52, 0, 601, 1356, 307, null, 304, 21, 912, 28, 1360, 1471, 3201, 144, 1442, 606, 1915, 370, 468, 342, 2010, 39, 488, 603, 97, 321, 159, 3, 40, 187, 163, 267, 0, 0, 196, 530, 488, 182, 24, 287, 286, 727, 472, 124, 288, 1086, 798, 638, 286, 602, 31, 1830, 1788, 656, 993, 729, 145, 1473, 35, 295, 236, 0, 494, 1029, 188, 188, 188, 188, 188, 188, 188, 188, 200, 462, 787, 106, 179, 1261, 3201, 3201, 3201, 3201, 313, 0, 679, 679, 679, 679, 141, 1246, 1577, 485, 162, 124, 972, 190, 738, 1308, 519, 218, 3, 1887, 315, 1377, 314, 628, 0, 699, 131, 282, 2924, 858, 289, 3201, 3201, 3201, 3201, 24, 584, 644, 1422, 1651, 797, 160, 413, 219, 180, 0, null, 753, 255, 1494, 650, 206, 245, 424, 417, 417, 417, 417, 3275, 794, 425, 1, 145, 165, 2635, 713, 209, 863, 280, 280, 280, 280, 492, 170, 728, 829, 832, 454, 431, 1117, 421, 125, 2683, 2466, 274, 1336, 2110, 158, 314, 241, 1096, 341, 874, 77, 537, 1085, 0, 0, 643, 237, 680, 664, 377, 502, 1343, 3093, 1185, 522, 177, 0, 0, 2357, 501, 1404, 1404, 1404, 1404, 13, 27, 816, 612, 0, 58, 218, 328, 341, 1247, 1247, 1247, 1247, 1000, 567, 2546, 448, 167, 875, 875, 875, 875, 1936, 6, 607, 657, 309, 142, 521, 220, 162, 377, 105, 120, 0, 251, 104, 435, 858, 1330, 1280, 278, null, 5, 785, 332, 1247, 1247, 1247, 1247, 1467, 11, 208, 161, 1712, 1712, 1712, 1712, 2677, 732, 36, 678, 298, 1087, 457, 370, 0, 1276, 1223, 3421, 1, 2, 188, 605, 262, 1354, 75, 218, 209, 70, 79, 406, 1957, 252, 968, 313, 1112, 549, 234, 320, 270, 1122, 680, 856, 1099, 634, 708, 934, 377, 590, 179, 346, 259, 372, 102, 184, 1362, 651, 191, 70, 0, 1404, 1404, 1404, 1404, 325, 66, 1436, 210, 3145, 240, 46, 72, 311, 788, 197, 695, 56, 433, 281, 389, 241, 800, 800, 800, 800, 166, 889, 507, 465, 607, 254, 795, 789, 203, 234, 77, 655, 1084, 480, 3816, 277, 302, 999, 518, 8, 189, 72, 278, 137, 191, 150, 286, 229, 105, 0, 78, 474, 352, 1179, 691, 940, 1274, 195, 1744, 232, 1216, 1227, 45, 468, 226, 5, 800, 800, 800, 800, 163, 328, 38, 1848, 807, 173, 1563, 347, 0 ], "xaxis": "x", "y": [ 0.14879521879489252, 0.05916411219833928, 0.03808461721698615, 0.017619033687174566, 0.08890013702917877, 0.040504831494472086, 0.22288118210266328, 0.10181427053958687, 0.1190895421885257, 0.18957237887703576, 0.04908591485057838, 0.05999502999704521, 0.022927858568832872, 0.045006620486032295, 0.01911486706306571, 0.010291382713201718, 0.17965198822026326, 0.02440586836761628, 0.09205724598544442, 0.005036796606009402, 0, 0.24438867366400857, 0.2411172057082771, 0.08747272318257722, 0.1357823106990169, 0.032654797039613145, 0.042147076621744856, 0.0755192832456708, 0.010579312179829915, 0.025300333480165277, 0.001554388463775609, 0.03871284380016455, 0.06434476766293767, 0.0010339005953243455, 0.012014247474755055, 0.4225640876651641, 0.10213348889294388, 0.06118766910668092, 0.027202850265949395, 0.22514646127240595, 0.03017344204930668, 0.06848551138729869, 0.02878576271103766, 0.046596333649786555, 0.03456459002530678, 0.03562106139389482, 0.15890471468711068, 0.04207613029716117, 0.01943895930935599, 0.05728611426412275, 0.019059857895930527, 0.03246841980027589, 0.004364911316560439, 0.14144126980638186, 0.17896673351202616, 0.16670540650356427, 0.032606989302412306, 0.032606989302412306, 0.032606989302412306, 0.032606989302412306, 0.001697238741042255, 0.018481616091470327, 0.1214786169422382, 0.13035279509255318, 0.11923826352321153, 0.25958960743737586, null, 0.007681477238121737, 0.12901777493595568, 0.08254151272412971, 0.10436323915212134, 0.02507696445833817, 0.011536312109072258, 0.04032427856669118, 0.11324551371207783, 0.09966762745625173, 0.1381030669345103, 0.001270217768031618, 0.08864948296344698, 0.04957457423222888, 0.03689306755679969, 0.05444820462722916, 0.03572060527850106, 0.08791775983829152, 0.1283947648261963, 0.05056587310498129, 0.1384729270018543, 0.040494797219359425, 0.006377148974445067, 0.02791528568322204, 0.028539198554598657, 0.037807152141715504, 0, 0.1486676958405532, 0.09611533846969626, 0.06708367984153148, 0.08969816563052957, 0.09811262226554826, 0.11621618880346024, 0.03018289899972324, 0.044286452868657754, 0.24705008614974128, 0.22590543736075125, 0.05564874628186118, 0.007593410456855411, 0.023057175483619928, 0.011303307117219953, 0.04446947817160176, null, 0.0027352740268182935, 0.04879051418098913, 0.3609640474436811, 0.21521081206132703, 0.013390825676997531, 0.2566020569581541, 0.1571573511226721, 0, 0.03630769328297022, 0.04244691177444493, 0.004057179183498289, 0.021308167341568224, 0.008558783776914458, 0.02974794240183138, 0.031145305358998187, 0.025995314871709644, 0.11908266050566446, 0.0005551647313420615, 0.06442534000595358, 0.19638128220504592, 0.08743464073862292, 0.02267123333750464, 0.1385126291951736, 0.062325727390537225, 0.057879744758562376, 0.04552430114700787, 0.04552430114700787, 0.04552430114700787, 0.04552430114700787, 0.368581570915303, 0.009953393760471784, 0.013881072286205429, 0.013881072286205429, 0.013881072286205429, 0.013881072286205429, 0.07560881714406684, 0.2420675618524045, 0.385490058073338, 0.09902187301319258, 0.19200816058632583, 0.04624770996954722, 0.06592533725106722, 0.04325173582536206, 0.0018322824279198289, 0.045337425107917266, 0.10279637285399151, 0.01043404586000738, 0.04823749850873551, 0.16633105868433837, 0.112757262383045, 0.02060381489575798, 0.4740959437521856, 0, 0.13325331974089746, 0.006328771516996353, 0.05044833610450164, 0.27472175073021876, 0.07989729965039145, 0.028379152649767737, 0.20975985056831176, 0.003975233873676231, 0.003975233873676231, 0.003975233873676231, 0.003975233873676231, 0.04227939175491656, 0.1646683952897031, 0.02264346153038004, 0.024965267819709244, 0.10203300724777552, 0.04299060788016472, 0.12259463042472828, 0.06515695355652093, 0.1336127969809847, 0.11588013043064806, 0.019580212586910173, 0.16372776453104582, 0.0030280438301641417, 0.05865957327189799, 0.07866488115437373, 0.020064700235303712, 0.0008754424395621338, 0.0008754424395621338, 0.0008754424395621338, 0.0008754424395621338, 0.23776824895250623, 0.02799839769668684, 0.02770374722327916, 0.29685354134461645, 0.05554336120383037, 0.24624007528120267, 0.15659116221786176, 0.12066468700031811, 0.06103619686626356, 0.04738914479742989, 0.002861135828416773, 0.08240493799462348, 0.05510295393778376, 0.08268001598376078, 0.025384946730768604, 0.0724994726000406, 0.321517145303824, 0.01587360866386034, 0.03465408262613505, 0.05644050230083626, 0.03372564177228215, 0.006980434987646347, 0.041587743320893635, 0.1445513281233681, 0.07040401082538877, 0.006443429420948038, 0.006438113518890299, 0.014451850539563415, 0.04293437792345788, 0.0009211155553391696, 0.0015696587113916175, 0.1805397673003598, 0.0036520129465654385, 0.24573643230969913, 0.03304301472952939, 0.3659032398382802, 0.01312604998033473, 0.009819914764396816, 0.11423950284117308, 0.1866302057068897, 0.1272009031975234, 0.1000360998292726, 0.06107928129568254, 0.2794522249092719, 0.03391858004573993, 0, 0.02449991362150703, 0.059125716304058246, 0.06810927013752047, 0.11832649077474292, 0.0054974908224587225, 0.07357045777325409, 0.11951763110525356, 0.014632584721117016, 0.06782904211594463, 0.0007334895985557362, 0.3688669402024547, 0.09653426393302952, 0.038030876868569576, 0.23540144625755116, 0.12500267548124458, 0.054255672421072675, 0.05096346859499443, 0.01626327181387765, 0, 0.011838867644371222, 0.0558396727356324, 0.015335388720491987, 0.030348277696126556, 0.000051117002353341424, 0.05594279615839471, 0.17076350449200384, 0.3068937308598714, 0.14580860512859858, 0.10967960772761104, 0.1071008510757398, 0.058901076526086595, 0.03241084289095517, 0.1687900676567839, 0.07626992678043226, 0.10797677063889168, 0.044588102017131086, 0.0025751466898154517, 0.10315862608945196, 0.2836982027484568, 0.026677897877133185, 0.06463387682510091, 0.1853777582790102, 0.14094100406927929, 0.03879115351988332, 0.1014528691016282, 0.2773470963643296, 0.26723187627557815, 0.02657910443751078, 0.04096321967762016, 0.15755880067870345, 0.0006173106169403851, 0.018082680170773135, 0.09563072092421934, null, 0.07946977711256951, 0.008388787137359716, 0.029115280799207013, 0.0948188888968879, null, 0.06419970718461086, 0.16223640848833432, 0.05005017978159307, 0.07428230723000749, 0.15488284741740516, 0.0003363090152098041, 0.08402432852892557, 0.04332781429926715, 0.03540807646801865, 0.04218675330003082, 0.02910442186510892, 0.0312418568642072, 0.013527802236299045, 0.0435451042334429, 0.10441199831186362, 0.27271369699880044, 0.2081066675250698, 0.27703041735627937, 0.16801985538595723, 0.20924396454630936, 0.1613784794486991, 0.0874184289841118, 0.0000866652624457251, 0.1003000026131122, 0.015187473017649696, 0.014904847476276066, 0.026003533842383953, 0.07847051112325336, 0.1529780807509862, 0.016844285023977175, 0.07920353534681546, 0.02119836808219636, 0.012960917361322976, 0.14937267331247953, 0.0208143953129667, 0.134568034469283, 0.20175969254949017, 0.0671233665080709, 0.13221833730056176, 0.12627340594159134, 0.28821751853602, 0, 0.035957545035826176, 0.0035668141310842135, 0.09235804152386728, 0.06735620527347846, 0.2000248587368665, 0.03240213257348973, 0.26633636197747607, 0, 0.05454646685345393, 0.03205705805811215, 0.30739779958201396, 0.2756893012280276, 0.1962991325057731, 0.10974513470614806, 0.138451167225856, 0.09496330699856176, 0.4161311549935563, 0.03230478331658276, 0.13041035336028464, 0.08002271488693366, 0.031658961502355684, 0.1813958999559896, 0.04278161617311015, 0.12325742537895136, 0.0623127528130048, 0.03691051253597049, null, 0.0986259496218197, 0.2795125821095077, 0.2149999458480581, 0.2705906075599194, 0, 0.01922863879915198, 0.02069402356114165, 0.3573824203998396, 0.0026507721296255542, 0.04853742285952035, 0.03219905414639577, 0.039304056304693226, 0, 0.10061178178766142, 0.2182286579110782, 0.34922319652198247, 0.04020811611929197, 0.006665168441265091, 0.020392068766042153, 0.1019771975345115, 0.18973331471895885, null, 0.08775049625062702, 0.054825356339044, 0.07293564531524896, 0.4662574148631656, 0.08226724315261937, 0.021918513591224185, 0.0073298878269482705, 0.04035037970614154, 0.017969759449337312, 0.09418753132513064, 0.028797018348719772, 0.10070955131424436, 0.02449844430133478, 0.03894726147375425, 0.05744064358084208, 0.050173900389058355, 0.15160928149975392, 0.0666924707314226, 0.0038012771867417857, 0.07937460400652871, 0.10642046826522043, 0.2811354719245021, 0.07809265984039583, 0.1397803401238964, 0.043752138228695954, 0.04687525600547536, 0.08833983375535534, 0.09709586333414084, 0.019971459571766145, 0.00486000962547618, 0.03259251451702003, 0.025563735458234454, 0.009101168792903557, 0.1604092710394972, 0.012982590649409912, 0.2542670645227087, 0.2846050011061389, 0.15087306416668736, 0, 0.207073241911025, 0.14049439975959754, 0.21716069573998265, 0.05874441220150752, 0, 0.14083364169715248, 0.016811317921534952, 0.000482281856407829, 0.004463860902422139, 0.19734160955210983, 0.05209904542656053, 0.07075387698444364, 0.26891604198649327, 0, 0.0014629053310907284, 0.0002443180319499162, 0.1977880792133597, 0.07711458398739358, 0.3322147694136747, 0.05267291966732728, 0.05267291966732728, 0.05267291966732728, 0.05267291966732728, 0.05267291966732728, 0.05267291966732728, 0.05267291966732728, 0.05267291966732728, 0.13520208824863728, 0.04262420963693324, 0.005254746431630656, 0.055876775473893546, 0.1900189366991353, 0.05457948564555073, 0.0073298878269482705, 0.0073298878269482705, 0.0073298878269482705, 0.0073298878269482705, 0.024690006675520813, 0.13288252978132217, 0.0008754424395621338, 0.0008754424395621338, 0.0008754424395621338, 0.0008754424395621338, 0.0032221013996571574, 0.20332722784776144, 0.012438104393460887, 0.17301942444992308, 0.09023066600962812, 0.17562605782008786, 0.030390734901747964, 0.02440586836761628, 0.07186265072122151, 0.024715303843811123, 0.009140132707316432, 0.06730501012639484, 0, 0.05438722915315843, 0.022727329186811578, 0.009297988462064775, 0.011666622032999825, 0.00416199979405151, 0.014107916751275634, 0.04976980704224775, 0.03825050332948471, 0.07926979585985722, 0.009662788485302382, 0.10956266088224698, 0.10837074992679782, 0.0073298878269482705, 0.0073298878269482705, 0.0073298878269482705, 0.0073298878269482705, 0.049760737421429696, 0.1425293542752761, 0.0387703224834021, 0.0017451279610147755, 0.08202339763845365, 0.014237273533847442, 0.06429702066895439, 0.13913950165453867, 0.04332930959236336, 0.004290708100573818, 0, null, 0.05540159918653588, 0.003449986384763717, 0.0033930514884607, 0.01657378783327537, 0.008723193314513848, 0.12224343427899773, 0.0985564495963472, 0.013881072286205429, 0.013881072286205429, 0.013881072286205429, 0.013881072286205429, 0.008371007786647162, 0.004833197730653753, 0.06566006535412791, 0, 0.1961569837423424, 0.003857205595518567, 0.018184253584798343, 0.041886223989838225, 0.08253161432683748, 0.015262672691546218, 0.04552430114700787, 0.04552430114700787, 0.04552430114700787, 0.04552430114700787, 0.06921929504281875, 0.022912124022011662, 0.04184228579442001, 0.0857869349465134, 0.10757694763731614, 0.04079739908049635, 0, 0.08857421956694897, 0.04829736506634984, 0.2207115545129333, 0.014796509033355328, 0.0071089107770660916, 0.01928011321248982, 0.0024117750959441286, 0.06807415402546277, 0.05407989466210375, 0.1598025462890286, 0.14672831218125698, 0.001250818526133927, 0.12419695890442332, 0.040841267517590485, 0.011888338266863151, 0.04202095966993101, 0.014992356806401926, 0.15533436699335543, 0.07488394361770445, 0.0009786762014126107, 0.021808558803313848, 0.26482254043901615, 0.041651293727937314, 0.0024263658073215033, 0.0411962947380518, 0.0004036977220201547, 0.02008137316220706, 0.0832601667709308, 0.02419302132855371, 0.04108930658631308, 0, 0.01641117894191072, 0.0657415156166496, 0.05558537373032668, 0.0056916431533282205, 0.0056916431533282205, 0.0056916431533282205, 0.0056916431533282205, 0.09042873623193136, 0.1685728123854649, 0.01442052530692869, 0.06181669553462072, 0, 0.1405058649764373, 0.12478607453522111, 0.07443238572586429, 0.00662236342830435, 0.021542013048621148, 0.021542013048621148, 0.021542013048621148, 0.021542013048621148, 0.1622175023656375, 0.03526693840500582, 0.02503205606947013, 0.00043492512056502, 0.08913092110788512, 0.032606989302412306, 0.032606989302412306, 0.032606989302412306, 0.032606989302412306, 0.011411123524504066, 0.20605979142221845, 0.15218830695380017, 0.036750904146202946, 0.05901503648547382, 0.074899635091158, 0.048294237498479595, 0.08842358856238275, 0.004250464366861402, 0.04058599341099233, 0.045623738742426416, 0.04340118850788305, 0, 0.05200709435484486, 0.17439840889854097, 0.26623749362221666, 0.00997994212578704, 0.06972594552269348, 0.09127184578793064, 0.10977292554590488, null, 0.32501121082417705, 0.021676602355182137, 0.013273591187553922, 0.021542013048621148, 0.021542013048621148, 0.021542013048621148, 0.021542013048621148, 0.07574854722109867, 0.15320352630016806, 0.12369291865404504, 0.1247697577268703, 0.003975233873676231, 0.003975233873676231, 0.003975233873676231, 0.003975233873676231, 0.0016573519432676444, 0.01861779587009978, 0.20487333453064893, 0.007804874729086555, 0.23682952476609345, 0.11289544726501936, 0.021599307731950138, 0.06529294395283594, 0.22085554440069877, 0.02119034070381228, 0.01522159581322782, 0.028945461074319796, 0.06533865303353859, 0.13407707825058934, 0.023422025467402317, 0.10273861982994818, 0.18112792913770057, 0.009437295690839358, 0.016704329773488468, 0.09729529997225626, 0.06149878769265521, 0.037721735552169136, 0.04273949010045764, 0.2140688073513756, 0.005142797256628031, 0.07596629762196085, 0.01247114095087308, 0.04387303507267208, 0.029339502594384132, 0.08522686892371663, 0.1908979810650308, 0.006955420480950209, 0.028473066810096342, 0.1464608403273756, 0.07442777847391152, 0.05704882792989194, 0.17074396016256954, 0.06791162133905754, 0.0002696108562895244, 0.01426937715389015, 0.00593495773648834, 0.002269953255960699, 0.1207978246993478, 0.033948174045289374, 0.02401958219713949, 0.208132939482968, 0.08783958230924824, 0.32501121082417705, 0.16965393392545206, 0.10572468123025412, 0.03651264195326959, 0.09029103730746545, 0.40185796189170625, 0.0056916431533282205, 0.0056916431533282205, 0.0056916431533282205, 0.0056916431533282205, 0.009668871647075031, 0.4591479170272448, 0.011174297986529044, 0.16746632914986828, 0.009736809349105553, 0.008867302380334152, 0.17475448206077793, 0.0794434901473302, 0.0032828975505865532, 0.016012821696228228, 0.09503834869625868, 0.08070173548239992, 0.006668152802977525, 0.007956566752243778, 0.16596611645503728, 0.32036194089538517, 0.007979698834319995, 0.11009660392324663, 0.11009660392324663, 0.11009660392324663, 0.11009660392324663, 0.2404105199148659, 0.08738249945534965, 0.1225028046940646, 0.025341372770027, 0.02035298775743722, 0.0834330950354557, 0.03077266597368177, 0.018392834583672305, 0.03218339588315924, 0.015997194617927594, 0.10434821344740748, 0.1162395078161676, 0.0892611465629089, 0.07401396418970388, 0.004901798196660126, 0.006493278426968211, 0.16810335338282384, 0.1301638099361467, 0.011378797359656006, 0.1355268449086177, 0.1851699427045016, 0, 0.007733907463647514, 0.0693538395115245, 0.036764315581342195, 0.08908182065261094, 0, 0.04916264066234935, 0.03190211998720614, 0.496943342871996, 0.0007025487093462665, 0.004905625820324974, 0.04408442298057082, 0.08637570854571754, 0.11842068825764696, 0.004313629207350345, 0.22042729563299843, 0, 0.015818089920275853, 0.035189397445876805, 0.07604921460236148, 0.002721322352964491, 0.03946097875006206, 0.0559707009890652, 0.26265662780290894, 0.017458693480206344, 0.11009660392324663, 0.11009660392324663, 0.11009660392324663, 0.11009660392324663, 0.1551987931000164, 0.16864351629324795, 0.04318303442316321, 0.04682111740409561, 0.1668124578951082, 0.021842112910402636, 0.07931058275310342, 0.1596869193587118, 0.1731306098439828 ], "yaxis": "y" }, { "alignmentgroup": "True", "boxpoints": "all", "customdata": [ [ "https://github.com/jessegmeyerlab/MIMaL" ], [ "https://github.com/burtonrj/CytoPyManuscript" ], [ "https://github.com/elyawy/SpartaPipeline" ], [ "https://github.com/BiosecSFA/gentangle" ], [ "https://github.com/cbcrg/msa-af2-nf" ], [ "https://github.com/MolecularAI/Lib-INVENT" ], [ "https://github.com/Priyadarshini-Rai/Pathomap-Model" ], [ "https://github.com/adamhockenberry/bacphlip-model-dev" ], [ "https://github.com/pachterlab/qcbc" ], [ "https://github.com/manuhuth/Data-Leakage-From-Covariances" ], [ "https://github.com/NKI-CCB/CNR-analyses" ], [ "https://github.com/zzhmark/NIEND" ], [ "https://github.com/AI4SCR/ATHENA" ], [ "https://github.com/Gardner-BinfLab/SoDoPE_paper_2020" ], [ "https://github.com/dereneaton/ipyrad" ], [ "https://github.com/sdsucomptox/danrerlib" ], [ "https://github.com/LouisFaure/scFates_notebooks" ], [ "https://github.com/ethanchen1301/SSDraw" ], [ "https://github.com/BorgwardtLab/reComBat" ], [ "https://github.com/utraf-pasteur-institute/Cellwalker-notebooks" ], [ "https://github.com/getzlab/rnaseqc2-paper" ], [ "https://github.com/ToniCreswell/InvertingGAN" ], [ "https://github.com/MolecularAI/IcolosCommunity" ], [ "https://github.com/SmartDataAnalytics/BioKEEN" ], [ "https://github.com/holehouse-lab/shephard-colab" ], [ "https://github.com/Center-for-Health-Data-Science/scDGD" ], [ "https://github.com/francescodc87/ipaPy2" ], [ "https://github.com/LinTzuTang/AI4AVP_predictor" ], [ "https://github.com/rohdelab/PyTransKit" ], [ "https://github.com/hms-dbmi/Rcupcake-case-studies" ], [ "https://github.com/phenomecentre/nPYc-toolbox-tutorials" ], [ "https://github.com/abzu-ai/QLattice-clinical-omics" ], [ "https://github.com/heyigacu/BitterGNN" ], [ "https://github.com/qdickinson/mimal-website" ], [ "https://github.com/Knowledge-Graph-Hub/kg-microbe" ], [ "https://github.com/fhaive/dream" ], [ "https://github.com/kakarotcq/Con-AAE" ], [ "https://github.com/dieterich-lab/magnetiqueCode2022" ], [ "https://github.com/duttaprat/DeepMOIS-MC" ], [ "https://github.com/AlicjaNowakowska/ETNA" ], [ "https://github.com/alvesvm/sars-cov-mpro" ], [ "https://github.com/Labevo/MicNetToolbox" ], [ "https://github.com/dzjxzyd/UniDL4BioPep" ], [ "https://github.com/open2c/cooltools" ], [ "https://github.com/BIRDSgroup/BioEmbedS" ], [ "https://github.com/PySilentSubstitution/pysilsub" ], [ "https://github.com/pcdslab/ASD-DiagNet" ], [ "https://github.com/ratschlab/sim_read_until" ], [ "https://github.com/friendsofstrandseq/mosaicatcher-pipeline" ], [ "https://github.com/oxpig/ImmuneBuilder" ], [ "https://github.com/tibbdc/AutoESDCas" ], [ "https://github.com/PayneLab/cptac" ], [ "https://github.com/Jiamin-Yang/ensemble_model" ], [ "https://github.com/hoangtn/SRBreak" ], [ "https://github.com/dna-storage/framed" ], [ "https://github.com/EESI/sequence_attention" ], [ "https://github.com/theochem/B3DB" ], [ "https://github.com/theochem/B3DB" ], [ "https://github.com/theochem/B3DB" ], [ "https://github.com/theochem/B3DB" ], [ "https://github.com/ccli3896/PaN" ], [ "https://github.com/merlab/text_features" ], [ "https://github.com/BobZhangHT/QReR" ], [ "https://github.com/tahiri-lab/GPTree" ], [ "https://github.com/hqyone/cancer_rcnn" ], [ "https://github.com/Saurabh7/Few-shot-learning-multilabel-cxray" ], [ "https://github.com/placeforyiming/DistanceTransform-DepthCompletion" ], [ "https://github.com/BonilKoo/ML_purity" ], [ "https://github.com/elkebir-group/TiTUS" ], [ "https://github.com/mpcrlab/MolecularTransformerEmbeddings" ], [ "https://github.com/bielcardona/TCGenerators" ], [ "https://github.com/PersonalizedOncology/ClinVAP" ], [ "https://github.com/neurodata/neuroparc" ], [ "https://github.com/bejerano-lab/X-CAP" ], [ "https://github.com/euxhenh/Truffle" ], [ "https://github.com/Kingsford-Group/gtednewilp" ], [ "https://github.com/hyuyu104/SnapFISH-IMPUTE" ], [ "https://github.com/MolBIFFM/vplg" ], [ "https://github.com/hdsu-bioquant/onto-vae" ], [ "https://github.com/bittremieux/ANN-SoLo" ], [ "https://github.com/kreimanlab/VisualSearchAsymmetry" ], [ "https://github.com/thomas0809/RxnScribe" ], [ "https://github.com/jensengroup/HeckQM" ], [ "https://github.com/fabianying/covid19-supermarket-abm" ], [ "https://github.com/BIOS-IMASL/Hierarchical-Bayes-NMR-Validation" ], [ "https://github.com/mazzalab/playgrounds" ], [ "https://github.com/ynaveena/COVID-19-vs-Influenza" ], [ "https://github.com/rdong08/GiniClust3" ], [ "https://github.com/Zzh-tju/ZoneEval" ], [ "https://github.com/pyBRAvo/pyBRAvo" ], [ "https://github.com/Reed-CompBio/graphlet-clustering" ], [ "https://github.com/Daniel-Liu-c0deb0t/block-aligner" ], [ "https://github.com/EESI/Comp_Metagenomics_resources" ], [ "https://github.com/Jwicaksana/FedMix" ], [ "https://github.com/neuropoly/tract-clustering" ], [ "https://github.com/rrwabina/SDENet-UQ-ESL" ], [ "https://github.com/SinaTabakhi/MAgentOmics" ], [ "https://github.com/SsGood/MMGL" ], [ "https://github.com/alexjfoote/reetoolbox" ], [ "https://github.com/DessimozLab/pylabeledrf" ], [ "https://github.com/shuichiro-makigaki/exmachina" ], [ "https://github.com/cskyan/chmannot" ], [ "https://github.com/peabody124/GaitTransformer" ], [ "https://github.com/lab-smile/DOMINO" ], [ "https://github.com/jsheunis/rt-me-fMRI" ], [ "https://github.com/francoep/ImputationPaper" ], [ "https://github.com/skozawa170301ktx/MultiModalDiseaseModeling" ], [ "https://github.com/jcrozum/pystablemotifs" ], [ "https://github.com/lpfworld/VTR-PTM" ], [ "https://github.com/JupitersMight/DISA" ], [ "https://github.com/leandroradusky/pyFoldX" ], [ "https://github.com/shuichiro-makigaki/agora" ], [ "https://github.com/cskyan/evntextrc" ], [ "https://github.com/koelling/amplimap" ], [ "https://github.com/MrinalTyagi/SVD-CLAHE-and-BWCCE" ], [ "https://github.com/UW-GAC/admix-kit_workflow" ], [ "https://github.com/lantianyao/ATPfinder" ], [ "https://github.com/SuLab/ngly1-graph" ], [ "https://github.com/sokrypton/ColabFold" ], [ "https://github.com/frankligy/DeepImmuno" ], [ "https://github.com/netrias/rnassist" ], [ "https://github.com/ontox-project/en-tox" ], [ "https://github.com/AsadKhanJBNU/perovskite_bandgap_and_efficiency" ], [ "https://github.com/samsledje/D-SCRIPT" ], [ "https://github.com/jsunn-y/DeCOIL" ], [ "https://github.com/j-from-b/CDEF" ], [ "https://github.com/AstraZeneca/hsqc_structure_elucidation" ], [ "https://github.com/mrzResearchArena/Anticancer-Peptides-CNN" ], [ "https://github.com/TongjiZhanglab/CStreet" ], [ "https://github.com/intervene-EU-H2020/synthetic_data" ], [ "https://github.com/cthoyt/epicom" ], [ "https://github.com/aicb-ZhangLabs/Impeller" ], [ "https://github.com/charlesxu90/helm-gpt" ], [ "https://github.com/asamallab/T9GPred" ], [ "https://github.com/linhuawang/SEAGAL" ], [ "https://github.com/linhuawang/SEAGAL" ], [ "https://github.com/linhuawang/SEAGAL" ], [ "https://github.com/linhuawang/SEAGAL" ], [ "https://github.com/boun-tabi/biochemical-lms-for-drug-design" ], [ "https://github.com/volkamerlab/TeachOpenCADD" ], [ "https://github.com/BiomedSciAI/Geno4SD" ], [ "https://github.com/BiomedSciAI/Geno4SD" ], [ "https://github.com/BiomedSciAI/Geno4SD" ], [ "https://github.com/BiomedSciAI/Geno4SD" ], [ "https://github.com/Cyang-Zhao/ODAM" ], [ "https://github.com/JerryRollingUp/SimTripSystem" ], [ "https://github.com/odedsc/ANLD" ], [ "https://github.com/DeweiYi/CoSED-Net" ], [ "https://github.com/vikram2000b/Fast-Machine-Unlearning" ], [ "https://github.com/Aanzil/DensePPI" ], [ "https://github.com/RamanLab/COWAVE" ], [ "https://github.com/bsml320/DeepHTLV" ], [ "https://github.com/WimPouw/AirSacTracker" ], [ "https://github.com/b2slab/imbalance_pcm_benchmark" ], [ "https://github.com/yukinoi/bio_gradient_descent" ], [ "https://github.com/DecBayComp/TRamWAy" ], [ "https://github.com/RDMelamed/drug-phenome" ], [ "https://github.com/deepgrains/deepgrain" ], [ "https://github.com/raoyongming/DynamicViT" ], [ "https://github.com/SFGLab/bertrand" ], [ "https://github.com/TangXu-Group/DMSGer" ], [ "https://github.com/SaharIravani/DlearnMS" ], [ "https://github.com/e-weglarz-tomczak/m2r" ], [ "https://github.com/elkebir-group/RECAP" ], [ "https://github.com/mmoskon/CosinorPy" ], [ "https://github.com/DIAGNijmegen/StreamingCNN" ], [ "https://github.com/CyrilMa/ssqa" ], [ "https://github.com/ShobiStassen/PARC" ], [ "https://github.com/HFooladi/Self_Organization" ], [ "https://github.com/pogudingleb/CLUE" ], [ "https://github.com/pogudingleb/CLUE" ], [ "https://github.com/pogudingleb/CLUE" ], [ "https://github.com/pogudingleb/CLUE" ], [ "https://github.com/jingry/autoBioSeqpy" ], [ "https://github.com/IlyaTyagin/Dyport" ], [ "https://github.com/theosysbio/means" ], [ "https://github.com/kenminsoo/sRNAfrag" ], [ "https://github.com/ckgriswold/3-locus-autotetraploid-meiosis" ], [ "https://github.com/jonescompneurolab/SpectralEvents" ], [ "https://github.com/D3TaLES/databases_demo" ], [ "https://github.com/miladrayka/GB_Score" ], [ "https://github.com/yzhang511/density_decoding" ], [ "https://github.com/dDipankar/DeepPTM" ], [ "https://github.com/kexinhuang12345/DeepPurpose" ], [ "https://github.com/DIAL-RPI/PIPO-FAN" ], [ "https://github.com/MSBradshaw/FakeData" ], [ "https://github.com/stonkgs/stonkgs" ], [ "https://github.com/spatialdatasciencegroup/HST" ], [ "https://github.com/Androstane/NestedBD" ], [ "https://github.com/yao-laboratory/cellMarkerPipe" ], [ "https://github.com/yao-laboratory/cellMarkerPipe" ], [ "https://github.com/yao-laboratory/cellMarkerPipe" ], [ "https://github.com/yao-laboratory/cellMarkerPipe" ], [ "https://github.com/adfoucart/panoptic-quality-suppl" ], [ "https://github.com/nec-research/vibtcr" ], [ "https://github.com/HealthML/AntiSplodge" ], [ "https://github.com/tanveer-hussain/DFAN" ], [ "https://github.com/eyalmazuz/DrugWithdrawn" ], [ "https://github.com/ay0408/DP-trio-TDT" ], [ "https://github.com/kanz76/SSI-DDI" ], [ "https://github.com/gersteinlab/FANCY" ], [ "https://github.com/anirudhsom/PI-Net" ], [ "https://github.com/elkebir-group/MCT" ], [ "https://github.com/alvinxhan/Phydelity" ], [ "https://github.com/caramirezal/RegulatoryNetworkGMPModel" ], [ "https://github.com/PyEED/CANDy" ], [ "https://github.com/jsheunis/quality-and-denoising-in-rtfmri-nf" ], [ "https://github.com/SimonBiggs/electronfactors" ], [ "https://github.com/cglrtrgy/GoL_Toolbox" ], [ "https://github.com/SnehaShukla937/TrustMIS" ], [ "https://github.com/shubhamchandak94/lossy_compression_evaluation" ], [ "https://github.com/dhfbk/religious-hate-speech" ], [ "https://github.com/trevor-chan/Melanoma_NetworkMorphology" ], [ "https://github.com/raphael-group/paste2" ], [ "https://github.com/phillipecardenuto/rsiil" ], [ "https://github.com/breakerlab/dimpl" ], [ "https://github.com/ratschlab/row_diff" ], [ "https://github.com/mengweiren/q-space-conditioned-dwi-synthesis" ], [ "https://github.com/CostaLab/CrossTalkeR" ], [ "https://github.com/ecs-vlc/opponency" ], [ "https://github.com/PeikeLi/Self-Correction-Human-Parsing" ], [ "https://github.com/piyushmishra12/IMC" ], [ "https://github.com/kreimanlab/WhenPigsFlyContext" ], [ "https://github.com/anuprulez/galaxy_tool_recommendation" ], [ "https://github.com/miguelperezenciso/SeqBreed" ], [ "https://github.com/thoang3/portfolio" ], [ "https://github.com/sshaghayeghs/LLaMA-VS-GPT" ], [ "https://github.com/nec-research/neoagdt" ], [ "https://github.com/bestadcarry/MI-NNGP" ], [ "https://github.com/IkramMaouche/CS-CatBoost" ], [ "https://github.com/smu-ivpl/ASSN" ], [ "https://github.com/suinleelab/PAUSE" ], [ "https://github.com/raoyongming/GFNet" ], [ "https://github.com/callmespring/LOGAN" ], [ "https://github.com/Snehalikalall/sc-REnF" ], [ "https://github.com/AhmedStohy/Hybrid-Pointer-Networks" ], [ "https://github.com/Angione-Lab/HybridGroupIPFLasso_pc2Lasso" ], [ "https://github.com/RdoubleA/DWIinpainting" ], [ "https://github.com/chengjianhong/glioma_grading" ], [ "https://github.com/leylabmpi/DeepMAsED" ], [ "https://github.com/williamcaicedo/ISeeU" ], [ "https://github.com/KenLauLab/NVR" ], [ "https://github.com/JINhuaqing/UIP" ], [ "https://github.com/qqeeqq/NER" ], [ "https://github.com/OnofreyLab/dl-hmc_fast_recon_miccai2023" ], [ "https://github.com/biogacop/PiEFM" ], [ "https://github.com/TheJacksonLaboratory/drug-synergy" ], [ "https://github.com/Chang-Li2019/MetaRNN" ], [ "https://github.com/BinXia/PETs" ], [ "https://github.com/BoveyRao/Non-parametric-vc-for-sparse-st" ], [ "https://github.com/Yang-Yun726/REMD-LSTM" ], [ "https://github.com/ttesileanu/bio-time-series" ], [ "https://github.com/tanlab/ConvolutionMedicalNer" ], [ "https://github.com/visanuwan/prodmx" ], [ "https://github.com/MrGiovanni/ModelsGenesis" ], [ "https://github.com/statisticalbiotechnology/parallelPermutationTest" ], [ "https://github.com/labstructbioinf/HAMPpred" ], [ "https://github.com/andreas-wagner-uzh/fitness_landscape_sampling" ], [ "https://github.com/idekerlab/pyNBS" ], [ "https://github.com/Multi-OmicGraphBuilder/mosGraphGen" ], [ "https://github.com/KatherineEshari/Protein-aggregation-prediction" ], [ "https://github.com/giang-trinh/trap-mvn" ], [ "https://github.com/basiralab/4D-FedGNN-Plus" ], [ "https://github.com/phineasng/flan_bio" ], [ "https://github.com/sail-sg/volo" ], [ "https://github.com/chen-bioinfo/iEnhancer-ELM" ], [ "https://github.com/yevgenin/DeepOM" ], [ "https://github.com/narutoten520/SCGDL" ], [ "https://github.com/cjuigne/non_conformities_detection_biopax" ], [ "https://github.com/ImXman/MACA" ], [ "https://github.com/JonETJakobsson/scConnect" ], [ "https://github.com/UkyVision/alzheimer-project" ], [ "https://github.com/DuaaAlawad/AGRN" ], [ "https://github.com/salzberg-lab/Balrog" ], [ "https://github.com/SNNUBIAI/STCAE" ], [ "https://github.com/boalang/nr" ], [ "https://github.com/ovttiras/HDAC1-inhibitors" ], [ "https://github.com/saikat15010/Brain-Tumor-Detection" ], [ "https://github.com/BorgwardtLab/Kernelized-Rank-Learning" ], [ "https://github.com/SuLab/MechRepoNet" ], [ "https://github.com/jiang-q19/scPRAM" ], [ "https://github.com/ramon349/JBI2023_TCAV_debiasing" ], [ "https://github.com/datax-lab/HipoMap" ], [ "https://github.com/JinYSun/D-GCAN" ], [ "https://github.com/LaRoccaRaphael/MSI_recalibration" ], [ "https://github.com/BoukeliaAbdelbasset/NLPDeepQSAR" ], [ "https://github.com/lab-medvedeva/SAPIEnS" ], [ "https://github.com/noaeker/bootstrap_repo" ], [ "https://github.com/ricsinaruto/MEG-group-decode" ], [ "https://github.com/sinc-lab/miRe2e" ], [ "https://github.com/shawn-peng/xlms" ], [ "https://github.com/zuherJahshan/vital" ], [ "https://github.com/linfengyu77/IRLDCT" ], [ "https://github.com/IwasakiLab/Seq2Phase" ], [ "https://github.com/denilsonfbar/cirCodAn" ], [ "https://github.com/CMATERJU-BIOINFO/RUBic" ], [ "https://github.com/DIFACQUIM/Art-Driven-by-Visual-Representations-of-Chemical-Space-" ], [ "https://github.com/Minimel/StochasticBatchAL" ], [ "https://github.com/ivy9092111111/TT-U-Net" ], [ "https://github.com/mandal-cv/visimpaired" ], [ "https://github.com/sys-bio/AMAS" ], [ "https://github.com/HaotingZhang1/SynBa" ], [ "https://github.com/zhanglab-wbgcas/CIForm" ], [ "https://github.com/bionetslab/grn-confounders" ], [ "https://github.com/LLLL1021/Dual-modal-IB" ], [ "https://github.com/boooooogey/ATAConv" ], [ "https://github.com/JelenaBanjac/microbiome-toolbox" ], [ "https://github.com/manuelgloeckler/ncmw" ], [ "https://github.com/vlad-danaila/deep_hiv_ab_pred" ], [ "https://github.com/JieZheng-ShanghaiTech/HiCoEx" ], [ "https://github.com/KISRDevelopment/cell_viability_paper" ], [ "https://github.com/Junseok0207/scGPCL" ], [ "https://github.com/lcmmichielsen/scHPL" ], [ "https://github.com/cmb-chula/SurfUVNet" ], [ "https://github.com/ciortanmadalina/graph-sc" ], [ "https://github.com/Identity-lab/Tutorial-on-salient-social-Identity-detection-model" ], [ "https://github.com/GIST-CSBL/DeSIDE-DDI" ], [ "https://github.com/HuijuanQiao/KD-KLNMF" ], [ "https://github.com/CloudDataLab/CIR-Net" ], [ "https://github.com/elkebir-group/ClonArch" ], [ "https://github.com/ssehztirom/Exploring-generative-deep-learning-for-omics-data-by-using-log-linear-models" ], [ "https://github.com/b2slab/padding_benchmark" ], [ "https://github.com/kundajelab/gkmexplain" ], [ "https://github.com/DessimozLab/HogProf" ], [ "https://github.com/ESDeutekom/ComparingOrthologies" ], [ "https://github.com/jessemzhang/dendrosplit" ], [ "https://github.com/JJAlmagro/subcellular_localization" ], [ "https://github.com/LMSE/ident" ], [ "https://github.com/raphael-group/copulacci" ], [ "https://github.com/ilaydakaraca/PoreD2" ], [ "https://github.com/ghaiyan/TORNADOES" ], [ "https://github.com/miladrayka/ENS_Score" ], [ "https://github.com/statisticalbiotechnology/mipath" ], [ "https://github.com/smusleh/UMSLP" ], [ "https://github.com/soham-joshi/engagement-prediction-mhhri" ], [ "https://github.com/obifarin/automl-xai-metabolomics" ], [ "https://github.com/Zafar-Lab/scDREAMER" ], [ "https://github.com/Jhabindra-bioinfo/CapsNh-Kcr" ], [ "https://github.com/GIST-CSBL/AMP-BERT" ], [ "https://github.com/Wolverinerine/GTGenie" ], [ "https://github.com/npdeloss/mepp" ], [ "https://github.com/BrooksResearchGroup-UM/seq_struct_func" ], [ "https://github.com/0xTCG/biser" ], [ "https://github.com/MaayanLab/blitzgsea" ], [ "https://github.com/dipuk0506/Aleatory-aware-UQ" ], [ "https://github.com/CSB5/CaDRReS-Sc" ], [ "https://github.com/rpmccordlab/SMILE" ], [ "https://github.com/abdullah5naveed/SRP_WebServer" ], [ "https://github.com/DaehwanKimLab/Chromosome-ReAd" ], [ "https://github.com/MannLabs/alphamap" ], [ "https://github.com/ComputationalSystemsBiology/scNET" ], [ "https://github.com/statway/DTFLOW" ], [ "https://github.com/TrofimovAssya/FactorizedEmbeddings" ], [ "https://github.com/XinhaoLi74/SmilesPE" ], [ "https://github.com/wonanut/SETE" ], [ "https://github.com/atallah-lab/neoplastic-evolution" ], [ "https://github.com/shivram1987/diffGrad" ], [ "https://github.com/daifengwanglab/ManiNetCluster" ], [ "https://github.com/HaohanWang/thePrecisionLasso" ], [ "https://github.com/wzhang1984/NBSS" ], [ "https://github.com/biomathman/pycellerator" ], [ "https://github.com/Lab-Xu/KbhbXG" ], [ "https://github.com/YezhaoZhong/VKR" ], [ "https://github.com/WeiLab-BioChem/Structural-DPP-IV" ], [ "https://github.com/hyunp2/Memb-TDA" ], [ "https://github.com/jianglikun/MOASL" ], [ "https://github.com/baowz12345/voting_transfer" ], [ "https://github.com/zuiop11/nn_info" ], [ "https://github.com/rit-cui-lab/Multimodal-AI-for-Prediction-of-Distant-Metastasis-in-Carcinoma-Patients" ], [ "https://github.com/Wenbo-G/pd-phonation-analysis" ], [ "https://github.com/Johnsunnn/ExamPle" ], [ "https://github.com/shyammarjit/SAGA" ], [ "https://github.com/MRCIEU/vectology" ], [ "https://github.com/CDDLeiden/DrugEx" ], [ "https://github.com/yarongef/DistilProtBert" ], [ "https://github.com/MannLabs/alphapeptstats" ], [ "https://github.com/emmijokinen/tcrconv" ], [ "https://github.com/shamimarashid/Jupytope" ], [ "https://github.com/phineasng/DECODE" ], [ "https://github.com/colabpro123/CovidConvLSTM" ], [ "https://github.com/fuad021/biomarker-identification" ], [ "https://github.com/jsvir/lscae" ], [ "https://github.com/stoledoc/DQOR" ], [ "https://github.com/sivaramakrishnan-rajaraman/Model_calibration" ], [ "https://github.com/ajayago/NCMF_bioinformatics" ], [ "https://github.com/AluruLab/EnGRaiN" ], [ "https://github.com/colabobio/sciviewer" ], [ "https://github.com/IA92/Automated_Nerves_Quantification" ], [ "https://github.com/apple35932003/IVS-Caffe" ], [ "https://github.com/maiziezhoulab/Autism_genepheno" ], [ "https://github.com/EsmaeilNourani/TripletProt" ], [ "https://github.com/duttaprat/DeePROG" ], [ "https://github.com/multimodallearning/graphregnet" ], [ "https://github.com/agemagician/ProtTrans" ], [ "https://github.com/Albert-Lau-Lab/tactics_protein_analysis" ], [ "https://github.com/AMICI-dev/AMICI" ], [ "https://github.com/MichalRozenwald/Hi-ChIP-ML" ], [ "https://github.com/biopragmatics/biomappings" ], [ "https://github.com/joshidhaivat/QAlign" ], [ "https://github.com/tensorflow/gan" ], [ "https://github.com/DIFACQUIM/ECIF" ], [ "https://github.com/guangyu-zhou/MuPIPR" ], [ "https://github.com/qid12/visar" ], [ "https://github.com/lykaust15/Deep_learning_examples" ], [ "https://github.com/jmjung83/TT_and_TCP" ], [ "https://github.com/JinfengXiao/SigMat" ], [ "https://github.com/vanessajurtz/lasagne4bio" ], [ "https://github.com/22385wjy/MdAFuse" ], [ "https://github.com/compbiomed-unito/MUSE-XAE" ], [ "https://github.com/EABogdanova/ProBAN" ], [ "https://github.com/vinuni-vishc/MPCNN-Sleep-Apnea" ], [ "https://github.com/Plant-Net/Metabolomic_project" ], [ "https://github.com/nmboffi/spin_glass_evodyn" ], [ "https://github.com/mena01/PLM-GAN-A-Large-Scale-Protein-Loop-Modeling-Using-pix2pix-GAN_" ], [ "https://github.com/mominul-ssv/cossif" ], [ "https://github.com/CBRC-lab/BioAct-Het" ], [ "https://github.com/LHY1007/MAG-Res2Net" ], [ "https://github.com/sldyns/scAce" ], [ "https://github.com/NIH-CIT-OIR-SPIS/MouseVUER" ], [ "https://github.com/bymgood/Target-driven-ML-enabled-VS" ], [ "https://github.com/idruglab/hignn" ], [ "https://github.com/usccolumbia/matglobalmapping" ], [ "https://github.com/IILab-Resource/MGDTA" ], [ "https://github.com/SoftServeInc/yield-paper" ], [ "https://github.com/ouyangjiahong/longitudinal-neighbourhood-embedding" ], [ "https://github.com/MintaYLu/COT" ], [ "https://github.com/proteinexplorers/EnsembleQS" ], [ "https://github.com/sedaboni/DeepCEL0" ], [ "https://github.com/VoiceBeer/MS-MDA" ], [ "https://github.com/dmcb-gist/MOMA" ], [ "https://github.com/holab-hku/FlowGrid" ], [ "https://github.com/IoBT-VISTEC/EEGANet" ], [ "https://github.com/CSB5/TUGDA" ], [ "https://github.com/MaramMonshi/CovidXrayNet" ], [ "https://github.com/gymreklab/chips" ], [ "https://github.com/sofiabroome/painface-recognition" ], [ "https://github.com/fpy94/DBT" ], [ "https://github.com/doraadong/MESSI" ], [ "https://github.com/VITA-Group/PA-HMDB51" ], [ "https://github.com/UCL/cath-funsite-predictor" ], [ "https://github.com/baranwa2/MetabolicPathwayPrediction" ], [ "https://github.com/dqwei-lab/ATC" ], [ "https://github.com/kaizheng-academic/NASMDR" ], [ "https://github.com/yuxuanliao/DeepPIC" ], [ "https://github.com/gstef80/MAgEC" ], [ "https://github.com/usnistgov/nrss" ], [ "https://github.com/JeremyPike/RSMLM-tutorials" ], [ "https://github.com/p-koo/evoaug-tf_analysis" ], [ "https://github.com/p-koo/evoaug-tf_analysis" ], [ "https://github.com/p-koo/evoaug-tf_analysis" ], [ "https://github.com/p-koo/evoaug-tf_analysis" ], [ "https://github.com/p-koo/evoaug-tf_analysis" ], [ "https://github.com/p-koo/evoaug-tf_analysis" ], [ "https://github.com/p-koo/evoaug-tf_analysis" ], [ "https://github.com/p-koo/evoaug-tf_analysis" ], [ "https://github.com/sunericd/sprite-figures-and-analyses" ], [ "https://github.com/gtsueng/M2C_rel_nb" ], [ "https://github.com/smithlabcode/ribotricer-results" ], [ "https://github.com/ZjGaothu/OpenAnnotateR" ], [ "https://github.com/ZjGaothu/OpenAnnotatePy" ], [ "https://github.com/pmckenz1/ipcoal" ], [ "https://github.com/ICB-DCM/AMICI" ], [ "https://github.com/ICB-DCM/AMICI" ], [ "https://github.com/ICB-DCM/AMICI" ], [ "https://github.com/ICB-DCM/AMICI" ], [ "https://github.com/freh-g/genopyc" ], [ "https://github.com/enchainingrealm/UbcDssgBccdc-Research" ], [ "https://github.com/yao-laboratory/cellMarkerPipe" ], [ "https://github.com/yao-laboratory/cellMarkerPipe" ], [ "https://github.com/yao-laboratory/cellMarkerPipe" ], [ "https://github.com/yao-laboratory/cellMarkerPipe" ], [ "https://github.com/caanene1/ACSNI" ], [ "https://github.com/menchelab/BioProfilingNotebooks" ], [ "https://github.com/mortazavilab/swan_vis" ], [ "https://github.com/MannLabs/PeptDeep-HLA" ], [ "https://github.com/bokulich-lab/q2-fondue-examples" ], [ "https://github.com/bluenote-1577/local-kmer-selection-results" ], [ "https://github.com/MannLabs/alphapeptdeep" ], [ "https://github.com/ncbi/SSDraw" ], [ "https://github.com/BackofenLab/local_alignment" ], [ "https://github.com/gagneurlab/concise" ], [ "https://github.com/gagneurlab/Manuscript_Avsec_Bioinformatics_2017" ], [ "https://github.com/dibyansu24-maker/Histify" ], [ "https://github.com/bjing2016/EigenFold" ], [ "https://github.com/BioSystemsUM/cobamp" ], [ "https://github.com/Bayer-Group/cellenium" ], [ "https://github.com/Toepfer-Lab/cobramod" ], [ "https://github.com/AIRI-Institute/PROSTATA" ], [ "https://github.com/GiDeCarlo/XGDAG" ], [ "https://github.com/ruizhang-ai/GCP" ], [ "https://github.com/driesheylen123/BioMOBS" ], [ "https://github.com/koji11235/MSECIFv2" ], [ "https://github.com/gversmee/dbgap2x" ], [ "https://github.com/debbiemarkslab/evcouplings" ], [ "https://github.com/kundajelab/ChromDragoNN" ], [ "https://github.com/g-insana/MBDBMetrics" ], [ "https://github.com/ICB-DCM/AMICI" ], [ "https://github.com/ICB-DCM/AMICI" ], [ "https://github.com/ICB-DCM/AMICI" ], [ "https://github.com/ICB-DCM/AMICI" ], [ "https://github.com/JasonACarter/Allelic_inclusion" ], [ "https://github.com/lxsbch/neuroCNVscore" ], [ "https://github.com/mohit1997/JIND" ], [ "https://github.com/muhammedtalo/COVID-19" ], [ "https://github.com/ManchesterBioinference/GPcounts" ], [ "https://github.com/jclachance/BOFdat" ], [ "https://github.com/lyotvincent/PhiHER2" ], [ "https://github.com/santule/indelmip" ], [ "https://github.com/patrickbryant1/Umol" ], [ "https://github.com/Nik-BB/Learning-curves-for-DRP" ], [ "https://github.com/RUXIAOQING964914140/FS_DTA" ], [ "https://github.com/xu-shi-jie/idp-elm" ], [ "https://github.com/zmzhang/SigmaCCS" ], [ "https://github.com/DanielBrunnsaker/ProtPredict" ], [ "https://github.com/behinger/etcomp" ], [ "https://github.com/ddiem-ri-4D/epiTCR" ], [ "https://github.com/eltonpan/zeosyn_dataset" ], [ "https://github.com/r-koike/eagent" ], [ "https://github.com/vivarium-collective/vivarium-notebooks" ], [ "https://github.com/BiomedSciAI/Geno4SD" ], [ "https://github.com/BiomedSciAI/Geno4SD" ], [ "https://github.com/BiomedSciAI/Geno4SD" ], [ "https://github.com/BiomedSciAI/Geno4SD" ], [ "https://github.com/carpentries-incubator/ml4bio-workshop" ], [ "https://github.com/mikelkou/fava" ], [ "https://github.com/aleixalcacer/JA-BIAA" ], [ "https://github.com/iktos/generation-under-synthetic-constraint" ], [ "https://github.com/allmwh/IFF" ], [ "https://github.com/A-Golshan/Malonylation" ], [ "https://github.com/netZoo/netZooPy" ], [ "https://github.com/AIRI-Institute/SEMAi" ], [ "https://github.com/MDhewei/GuidePro" ], [ "https://github.com/emilyjanedennis/PRA" ], [ "https://github.com/linhuawang/SEAGAL" ], [ "https://github.com/linhuawang/SEAGAL" ], [ "https://github.com/linhuawang/SEAGAL" ], [ "https://github.com/linhuawang/SEAGAL" ], [ "https://github.com/Fraunhofer-ITMP/mpox-kg" ], [ "https://github.com/Luckysoutheast/STMHCPan" ], [ "https://github.com/sybila/biodivine-aeon-py" ], [ "https://github.com/pchlenski/misdeed" ], [ "https://github.com/thh32/Lipase_reclassification" ], [ "https://github.com/zhanglijun95/TreeMTL" ], [ "https://github.com/TianXieUSC/L-BGNN" ], [ "https://github.com/pyratlib/pyrat" ], [ "https://github.com/rickardbrannvall/HEIDA" ], [ "https://github.com/pdddinakar/SemanticChangepointDetection" ], [ "https://github.com/dmnfarrell/epitopepredict" ], [ "https://github.com/sysbio-curie/PhysiBoSS" ], [ "https://github.com/sysbiolux/DCcov" ], [ "https://github.com/cchauve/HyAsP" ], [ "https://github.com/omerwe/LEAP" ], [ "https://github.com/mms-fcul/pKPDB" ], [ "https://github.com/bengeof/Compound2DeNovoDrugPropMax" ], [ "https://github.com/bengeof/QPoweredCompound2DeNovoDrugPropMax" ], [ "https://github.com/bionetslab/robust" ], [ "https://github.com/prhbrt/synthetic-yeast-cells" ], [ "https://github.com/ymzayek/yeastcells-detection-maskrcnn" ], [ "https://github.com/cellsmb/em-stellar" ], [ "https://github.com/PeptoneLtd/ADOPT" ], [ "https://github.com/HannesStark/protein-localization" ], [ "https://github.com/paulfogel/A2SIGN" ], [ "https://github.com/bucky527/scME" ], [ "https://github.com/MaayanLab/EnrichrBot" ], [ "https://github.com/rsinghlab/pyaging" ], [ "https://github.com/kbiharie/TACTiCS" ], [ "https://github.com/songlab-cal/gpn" ], [ "https://github.com/oxpig/PLAbDab" ], [ "https://github.com/haha-lisa/Diffstyler" ], [ "https://github.com/tibbdc/ECMpy" ], [ "https://github.com/EBIvariation/CMAT" ], [ "https://github.com/microsoft/genomicsnotebook" ], [ "https://github.com/cxinsys/lpf" ], [ "https://github.com/EleutherAI/mp_nerf" ], [ "https://github.com/Bob-cheng/DepthModelHardening" ], [ "https://github.com/auniquesun/VSFormer" ], [ "https://github.com/visionjo/facerec-bias-bfw" ], [ "https://github.com/RenYurui/Global-Flow-Local-Attention" ], [ "https://github.com/open-mmlab/mmediting" ], [ "https://github.com/open-mmlab/mmediting" ], [ "https://github.com/open-mmlab/mmediting" ], [ "https://github.com/open-mmlab/mmediting" ], [ "https://github.com/jssong-lab/QTC" ], [ "https://github.com/smahmoodghasemi/SMAGS" ], [ "https://github.com/weisscharlesj/BiopythonRamachandran" ], [ "https://github.com/kilicogluh/CONSORT-TM" ], [ "https://github.com/ZHgero/keyphrases_centrality" ], [ "https://github.com/Bibikiller/HFA" ], [ "https://github.com/frankkramer-lab/miseval" ], [ "https://github.com/TimE9527/stDGCC" ], [ "https://github.com/barahona-research-group/RamanSPy" ], [ "https://github.com/BojarLab/glycowork" ], [ "https://github.com/BojarLab/glycowork" ], [ "https://github.com/BojarLab/glycowork" ], [ "https://github.com/BojarLab/glycowork" ], [ "https://github.com/zechnerlab/Compartor" ], [ "https://github.com/theislab/AutoGeneS" ], [ "https://github.com/ucsd-ccbb/visJS2jupyter" ], [ "https://github.com/ghattab/cmangoes" ], [ "https://github.com/will-rowe/genome-sketching" ], [ "https://github.com/theochem/B3DB" ], [ "https://github.com/theochem/B3DB" ], [ "https://github.com/theochem/B3DB" ], [ "https://github.com/theochem/B3DB" ], [ "https://github.com/hyl317/hapROH" ], [ "https://github.com/arunimasundar/Hope-Speech-LT-EDI" ], [ "https://github.com/theislab/sc-pert" ], [ "https://github.com/Project-MONAI/GenerativeModels" ], [ "https://github.com/sd2e/CDM" ], [ "https://github.com/EESI/ISM" ], [ "https://github.com/BradBalderson/Cytocipher" ], [ "https://github.com/EESI/ncov_ism" ], [ "https://github.com/xinxingwu-uk/DGAE" ], [ "https://github.com/chaitjo/geometric-rna-design" ], [ "https://github.com/tao-aimi/DeepRecursiveEmbedding" ], [ "https://github.com/BiomedicalMachineLearning/SpaCell" ], [ "https://github.com/ngominhhoang/Quantum-Target-Identification-by-Enzymes" ], [ "https://github.com/ZerojumpLine/JCSAugment" ], [ "https://github.com/kellyhoang0610/RCTMethodologyIE" ], [ "https://github.com/vfscalfani/CSN_tutorial" ], [ "https://github.com/dvlab-research/Entity" ], [ "https://github.com/leylabmpi/Struo" ], [ "https://github.com/czodrowskilab/Machine-learning-meets-pKa" ], [ "https://github.com/hkarakurt8742/SUMA" ], [ "https://github.com/huanghanchi/Master-slave-Algorithm-for-Top-K-Bandits" ], [ "https://github.com/gersteinlab/idash20FL" ], [ "https://github.com/qq456cvb/CPPF2" ], [ "https://github.com/TeamSundar/m-ionic" ], [ "https://github.com/BojarLab/glycowork" ], [ "https://github.com/BojarLab/glycowork" ], [ "https://github.com/BojarLab/glycowork" ], [ "https://github.com/BojarLab/glycowork" ], [ "https://github.com/SouthGreenPlatform/PyRice" ], [ "https://github.com/EsmaeilNourani/Deep-GDAE" ], [ "https://github.com/caramirezal/SQUADBookChapter" ], [ "https://github.com/mmundy42/mackinac" ], [ "https://github.com/pogudingleb/CLUE" ], [ "https://github.com/pogudingleb/CLUE" ], [ "https://github.com/pogudingleb/CLUE" ], [ "https://github.com/pogudingleb/CLUE" ], [ "https://github.com/sdrogers/ms2ldaviz" ], [ "https://github.com/jonastjoms/MANNERS-DB" ], [ "https://github.com/lanagarmire/lilikoi" ], [ "https://github.com/NiRuff/ViNe-Seg" ], [ "https://github.com/MRCIEU/epigraphdb" ], [ "https://github.com/xxlong0/ASNDepth" ], [ "https://github.com/littlewhitesea/STDAN" ], [ "https://github.com/plhhnu/CellDialog" ], [ "https://github.com/oy-tj/VSUGAN" ], [ "https://github.com/zju3dv/disprcnn" ], [ "https://github.com/BackofenLab/ShaKer" ], [ "https://github.com/PySCeS/PyscesToolbox" ], [ "https://github.com/reznik-lab/UnitedMet" ], [ "https://github.com/aicb-ZhangLabs/Turtling" ], [ "https://github.com/lanl/pyDNA_EPBD" ], [ "https://github.com/alexandrovteam/pySM" ], [ "https://github.com/MWPlabUTSW/Chi-Score-Analysis" ], [ "https://github.com/networkbiolab/atlas" ], [ "https://github.com/amrutakale08/geoweaver_cwl-usecases" ], [ "https://github.com/matheo-daly/highway_star" ], [ "https://github.com/MannLabs/ProteomicsVisualization" ], [ "https://github.com/greenelab/sophie" ], [ "https://github.com/ratschlab/secedo-evaluation" ], [ "https://github.com/marcopodda/petri-bio" ], [ "https://github.com/isaureCdB/protNAff" ], [ "https://github.com/CMRI-ProCan/CRANE" ], [ "https://github.com/greenelab/generic-expression-patterns" ], [ "https://github.com/scdantu/pycom" ], [ "https://github.com/greenelab/pancancer-evaluation" ], [ "https://github.com/XuegongLab/somde" ], [ "https://github.com/Lailabcode/DeepSP" ], [ "https://github.com/gersteinlab/biocoder" ], [ "https://github.com/SuLab/crowd_cid_relex" ], [ "https://github.com/kiharalab/EM-GAN" ], [ "https://github.com/kundajelab/fastISM" ], [ "https://github.com/maranasgroup/dGPredictor" ], [ "https://github.com/xiaomizhou616/protein_solubility" ], [ "https://github.com/RichardChangCA/Deep-Contrastive-Metric-Learning-Method-to-Detect-Polymicrogyria-in-Pediatric-Brain-MRI" ], [ "https://github.com/caporaso-lab/tax-credit-data" ], [ "https://github.com/CiaranWelsh/pycotools" ], [ "https://github.com/mesve/SpecieScan" ], [ "https://github.com/jcboyd/multi-cell-line" ], [ "https://github.com/G2Lab/ldmat" ], [ "https://github.com/HakimBenkirane/CustOmics" ], [ "https://github.com/soeaver/Hier-R-CNN" ], [ "https://github.com/ohuelab/MEGADOCK-on-Colab" ], [ "https://github.com/taraponglab/deepra" ], [ "https://github.com/YakhiniGroup/LoRSI" ], [ "https://github.com/Sandipan99/Ranking_cluster_algorithms" ], [ "https://github.com/byucsl/ogcleaner" ], [ "https://github.com/ScialdoneLab/COMUNET" ], [ "https://github.com/srovins/wesad" ], [ "https://github.com/zackschen/DMM" ], [ "https://github.com/open-mmlab/mmediting" ], [ "https://github.com/open-mmlab/mmediting" ], [ "https://github.com/open-mmlab/mmediting" ], [ "https://github.com/open-mmlab/mmediting" ], [ "https://github.com/batmanlab/ICML-2023-Route-interpret-repeat" ], [ "https://github.com/ZiyuFanCSU/MSCSol" ], [ "https://github.com/apblair/CellLayers" ], [ "https://github.com/jessemzhang/tn_test" ], [ "https://github.com/arose/nglview" ], [ "https://github.com/davidkartchner/biomedical-entity-linking" ], [ "https://github.com/pdelangen/Muffin" ], [ "https://github.com/CompCy-lab/scLKME" ], [ "https://github.com/cyang03/CHECKED" ], [ "https://github.com/shoryaconsul/XHap" ], [ "https://github.com/sinc-lab/exp2GO" ], [ "https://github.com/wirriamm/plants-pipeline" ], [ "https://github.com/itsmeafra/Sublevel-Set-TDA" ], [ "https://github.com/elkebir-group/PhySigs" ], [ "https://github.com/lichen2018/stVAE" ], [ "https://github.com/Hhy096/nomogram" ], [ "https://github.com/JialeCao001/SipMask" ], [ "https://github.com/chrishil1/ChromDL" ], [ "https://github.com/chrishil1/ChromDL" ], [ "https://github.com/chrishil1/ChromDL" ], [ "https://github.com/chrishil1/ChromDL" ], [ "https://github.com/williamdee1/LMPred_AMP_Prediction" ], [ "https://github.com/IlyaLab/gssnng" ], [ "https://github.com/super-resolution/Ebert-et-al-2022-supplement" ], [ "https://github.com/vailatuts/SSFG-regularization" ], [ "https://github.com/dpmlab/img2fmri" ], [ "https://github.com/ma-gilles/recovar" ], [ "https://github.com/healthylaife/MIMIC-IV-Data-Pipeline" ], [ "https://github.com/petermchale/trfermikit" ], [ "https://github.com/AlBi-HHU/swgts" ], [ "https://github.com/burtonrj/CytoCluster" ], [ "https://github.com/BioinformaticsToolsmith/EnhancerTracker" ], [ "https://github.com/SSRHeart/TSFlow" ], [ "https://github.com/ZhengPeng7/GCoNet_plus" ], [ "https://github.com/bowang-lab/CONCERTO" ], [ "https://github.com/ElofssonLab/bioinfo-toolbox" ], [ "https://github.com/AZaitzeff/tools_for_dna_binding_proteins" ], [ "https://github.com/Nora-Zhang98/VTSCN" ], [ "https://github.com/ermshaua/preon" ], [ "https://github.com/murphygroup/CODEXPanelOptimization" ], [ "https://github.com/AriaSar/CRCIBD-ML" ], [ "https://github.com/deremustapha/BSS-ViT" ], [ "https://github.com/yangbang18/CARE" ], [ "https://github.com/MinxZ/Gemini" ], [ "https://github.com/hmdlab/DeepRaccess" ], [ "https://github.com/Schuture/Meta-USCL" ], [ "https://github.com/OnofreyLab/prostate_atlas_segm_miccai2022" ], [ "https://github.com/SoftServeInc/novel-molecule-generation" ], [ "https://github.com/NRshka/stvae-source" ], [ "https://github.com/Sanofi-Public/LipoBART" ], [ "https://github.com/MengLi-Thea/HiDeS-A-Higher-Order-Derivative-Supervised-Neural-Ordinary-Differential-Equation" ], [ "https://github.com/guanfangdong/LTS-UniverisalMOS" ], [ "https://github.com/wenwenyu/TCM" ], [ "https://github.com/leyuanheart/Reinforced-Mixture-Learning" ], [ "https://github.com/alepandini/MDSubSampler" ], [ "https://github.com/sandhya212/Sparcle_for_spot_reassignments" ], [ "https://github.com/ibivu/hydrophobic_patches" ], [ "https://github.com/ay0408/DP-statistics-GWAS" ], [ "https://github.com/insomnia94/DTWREG" ], [ "https://github.com/zju3dv/pvnet" ], [ "https://github.com/tengyulin/energy_aware_pathfinding" ], [ "https://github.com/rvinas/adversarial-gene-expression" ], [ "https://github.com/DongjoonLim/EvoLSTM" ], [ "https://github.com/BioinfoMachineLearning/PoseBench" ], [ "https://github.com/ketringjoni/SuPreMo" ], [ "https://github.com/xing-lab-pitt/mosaic-picasso" ], [ "https://github.com/NtaylorOX/Public_Clinical_Prompt" ], [ "https://github.com/chrishil1/ChromDL" ], [ "https://github.com/chrishil1/ChromDL" ], [ "https://github.com/chrishil1/ChromDL" ], [ "https://github.com/chrishil1/ChromDL" ], [ "https://github.com/GeraldHan/GGD" ], [ "https://github.com/lifangda01/GSAN-Demo" ], [ "https://github.com/mshaikh2/JoImTeR_MLMI_2021" ], [ "https://github.com/ur-whitelab/peptide-dashboard" ], [ "https://github.com/roohy/eps" ], [ "https://github.com/bio-ontology-research-group/machine-learning-with-ontologies" ], [ "https://github.com/welch-lab/pyliger" ], [ "https://github.com/SRKH/S4NN" ], [ "https://github.com/Wangt-CN/VQG-GCN" ] ], "fillcolor": "rgba(255,255,255,0)", "hoveron": "points", "hovertemplate": "Primary language=Jupyter Notebook
Time of Existence (days)=%{x}
Repository URL=%{customdata[0]}", "jitter": 0, "legendgroup": "Jupyter Notebook", "line": { "color": "rgba(255,255,255,0)" }, "marker": { "color": "#ab63fa", "symbol": "line-ns-open" }, "name": "Jupyter Notebook", "offsetgroup": "Jupyter Notebook", "showlegend": false, "type": "box", "x": [ 412, 1, 507, 541, 313, 700, 748, 166, 379, 197, 152, 228, 861, 389, 3206, 306, 1153, 190, 292, 278, 0, 315, 423, 1442, 507, 161, 390, 378, 1533, 762, 804, 687, 216, 43, 1335, 0, 675, 617, 431, 884, 711, 153, 365, 2692, 152, 958, 1953, 152, 2450, 606, 91, 2088, 6, 676, 448, 365, 875, 875, 875, 875, 4, 1285, 876, 85, 725, 87, null, 783, 467, 470, 131, 614, 1478, 20, 160, 12, 229, 4452, 504, 2968, 909, 517, 82, 213, 210, 1221, 114, 1057, 667, 2052, 339, 1324, 1, 153, 1569, 207, 178, 796, 466, 758, 1016, 714, 434, 178, 564, 138, 274, 1541, null, 869, 170, 29, 452, 1124, 284, 313, 0, 454, 1098, 837, 101, 109, 85, 1089, 234, 63, 2, 613, 428, 552, 520, 268, 166, 388, 280, 280, 280, 280, 591, 2071, 417, 417, 417, 417, 368, 1, 1, 0, 11, 347, 155, 57, 824, 1034, 14, 2723, 284, 492, 767, 304, 558, 0, 141, 900, 1623, 1768, 318, 1791, 1618, 1712, 1712, 1712, 1712, 285, 150, 695, 478, 109, 2466, 210, 632, 438, 166, 1544, 381, 1170, 734, 42, 1085, 679, 679, 679, 679, 365, 356, 574, 596, 169, 906, 162, 252, 1035, 135, 690, 600, 485, 368, 1695, 0, 73, 655, 406, 464, 428, 569, 622, 965, 105, 1300, 330, 602, 429, 405, 758, 1271, 1206, 130, 288, 0, 60, 237, 310, 710, 1286, 298, 96, 48, 78, 1317, 644, 705, 991, 581, 131, 0, 0, 431, 95, 449, 0, 0, 592, 0, 341, 1657, 502, 453, 0, 441, 128, 0, 213, 377, 0, 450, 310, 264, 116, 238, 1079, 690, 1493, 61, 223, 612, 333, 629, 278, 585, 1084, 280, 63, 230, 615, 449, 0, 1836, 244, 605, 810, 390, 204, null, 259, 344, 137, 177, null, 561, 209, 380, 161, 289, 468, 91, 315, 1065, 1099, 303, 515, 1306, 254, 1571, 936, 230, 718, 144, 3, 407, 476, 157, 1562, 962, 1420, 467, 718, 239, 1455, 170, 206, 124, 189, 529, 185, 11, 118, 721, 503, 191, 0, 306, 341, 1108, 993, 216, 850, 806, 0, 265, 1365, 369, 304, 1331, 895, 1396, 1023, 1226, 317, 1169, 735, 1115, 8, 444, 238, 541, 156, null, 125, 1, 480, 191, 179, 739, 2032, 162, 826, 155, 146, 328, 0, 225, 646, 41, 52, 0, 601, 1356, 307, null, 304, 21, 912, 28, 1360, 1471, 3201, 144, 1442, 606, 1915, 370, 468, 342, 2010, 39, 488, 603, 97, 321, 159, 3, 40, 187, 163, 267, 0, 0, 196, 530, 488, 182, 24, 287, 286, 727, 472, 124, 288, 1086, 798, 638, 286, 602, 31, 1830, 1788, 656, 993, 729, 145, 1473, 35, 295, 236, 0, 494, 1029, 188, 188, 188, 188, 188, 188, 188, 188, 200, 462, 787, 106, 179, 1261, 3201, 3201, 3201, 3201, 313, 0, 679, 679, 679, 679, 141, 1246, 1577, 485, 162, 124, 972, 190, 738, 1308, 519, 218, 3, 1887, 315, 1377, 314, 628, 0, 699, 131, 282, 2924, 858, 289, 3201, 3201, 3201, 3201, 24, 584, 644, 1422, 1651, 797, 160, 413, 219, 180, 0, null, 753, 255, 1494, 650, 206, 245, 424, 417, 417, 417, 417, 3275, 794, 425, 1, 145, 165, 2635, 713, 209, 863, 280, 280, 280, 280, 492, 170, 728, 829, 832, 454, 431, 1117, 421, 125, 2683, 2466, 274, 1336, 2110, 158, 314, 241, 1096, 341, 874, 77, 537, 1085, 0, 0, 643, 237, 680, 664, 377, 502, 1343, 3093, 1185, 522, 177, 0, 0, 2357, 501, 1404, 1404, 1404, 1404, 13, 27, 816, 612, 0, 58, 218, 328, 341, 1247, 1247, 1247, 1247, 1000, 567, 2546, 448, 167, 875, 875, 875, 875, 1936, 6, 607, 657, 309, 142, 521, 220, 162, 377, 105, 120, 0, 251, 104, 435, 858, 1330, 1280, 278, null, 5, 785, 332, 1247, 1247, 1247, 1247, 1467, 11, 208, 161, 1712, 1712, 1712, 1712, 2677, 732, 36, 678, 298, 1087, 457, 370, 0, 1276, 1223, 3421, 1, 2, 188, 605, 262, 1354, 75, 218, 209, 70, 79, 406, 1957, 252, 968, 313, 1112, 549, 234, 320, 270, 1122, 680, 856, 1099, 634, 708, 934, 377, 590, 179, 346, 259, 372, 102, 184, 1362, 651, 191, 70, 0, 1404, 1404, 1404, 1404, 325, 66, 1436, 210, 3145, 240, 46, 72, 311, 788, 197, 695, 56, 433, 281, 389, 241, 800, 800, 800, 800, 166, 889, 507, 465, 607, 254, 795, 789, 203, 234, 77, 655, 1084, 480, 3816, 277, 302, 999, 518, 8, 189, 72, 278, 137, 191, 150, 286, 229, 105, 0, 78, 474, 352, 1179, 691, 940, 1274, 195, 1744, 232, 1216, 1227, 45, 468, 226, 5, 800, 800, 800, 800, 163, 328, 38, 1848, 807, 173, 1563, 347, 0 ], "xaxis": "x3", "yaxis": "y3" }, { "alignmentgroup": "True", "customdata": [ [ "https://github.com/jessegmeyerlab/MIMaL" ], [ "https://github.com/burtonrj/CytoPyManuscript" ], [ "https://github.com/elyawy/SpartaPipeline" ], [ "https://github.com/BiosecSFA/gentangle" ], [ "https://github.com/cbcrg/msa-af2-nf" ], [ "https://github.com/MolecularAI/Lib-INVENT" ], [ "https://github.com/Priyadarshini-Rai/Pathomap-Model" ], [ "https://github.com/adamhockenberry/bacphlip-model-dev" ], [ "https://github.com/pachterlab/qcbc" ], [ "https://github.com/manuhuth/Data-Leakage-From-Covariances" ], [ "https://github.com/NKI-CCB/CNR-analyses" ], [ "https://github.com/zzhmark/NIEND" ], [ "https://github.com/AI4SCR/ATHENA" ], [ "https://github.com/Gardner-BinfLab/SoDoPE_paper_2020" ], [ "https://github.com/dereneaton/ipyrad" ], [ "https://github.com/sdsucomptox/danrerlib" ], [ "https://github.com/LouisFaure/scFates_notebooks" ], [ "https://github.com/ethanchen1301/SSDraw" ], [ "https://github.com/BorgwardtLab/reComBat" ], [ "https://github.com/utraf-pasteur-institute/Cellwalker-notebooks" ], [ "https://github.com/getzlab/rnaseqc2-paper" ], [ "https://github.com/ToniCreswell/InvertingGAN" ], [ "https://github.com/MolecularAI/IcolosCommunity" ], [ "https://github.com/SmartDataAnalytics/BioKEEN" ], [ "https://github.com/holehouse-lab/shephard-colab" ], [ "https://github.com/Center-for-Health-Data-Science/scDGD" ], [ "https://github.com/francescodc87/ipaPy2" ], [ "https://github.com/LinTzuTang/AI4AVP_predictor" ], [ "https://github.com/rohdelab/PyTransKit" ], [ "https://github.com/hms-dbmi/Rcupcake-case-studies" ], [ "https://github.com/phenomecentre/nPYc-toolbox-tutorials" ], [ "https://github.com/abzu-ai/QLattice-clinical-omics" ], [ "https://github.com/heyigacu/BitterGNN" ], [ "https://github.com/qdickinson/mimal-website" ], [ "https://github.com/Knowledge-Graph-Hub/kg-microbe" ], [ "https://github.com/fhaive/dream" ], [ "https://github.com/kakarotcq/Con-AAE" ], [ "https://github.com/dieterich-lab/magnetiqueCode2022" ], [ "https://github.com/duttaprat/DeepMOIS-MC" ], [ "https://github.com/AlicjaNowakowska/ETNA" ], [ "https://github.com/alvesvm/sars-cov-mpro" ], [ "https://github.com/Labevo/MicNetToolbox" ], [ "https://github.com/dzjxzyd/UniDL4BioPep" ], [ "https://github.com/open2c/cooltools" ], [ "https://github.com/BIRDSgroup/BioEmbedS" ], [ "https://github.com/PySilentSubstitution/pysilsub" ], [ "https://github.com/pcdslab/ASD-DiagNet" ], [ "https://github.com/ratschlab/sim_read_until" ], [ "https://github.com/friendsofstrandseq/mosaicatcher-pipeline" ], [ "https://github.com/oxpig/ImmuneBuilder" ], [ "https://github.com/tibbdc/AutoESDCas" ], [ "https://github.com/PayneLab/cptac" ], [ "https://github.com/Jiamin-Yang/ensemble_model" ], [ "https://github.com/hoangtn/SRBreak" ], [ "https://github.com/dna-storage/framed" ], [ "https://github.com/EESI/sequence_attention" ], [ "https://github.com/theochem/B3DB" ], [ "https://github.com/theochem/B3DB" ], [ "https://github.com/theochem/B3DB" ], [ "https://github.com/theochem/B3DB" ], [ "https://github.com/ccli3896/PaN" ], [ "https://github.com/merlab/text_features" ], [ "https://github.com/BobZhangHT/QReR" ], [ "https://github.com/tahiri-lab/GPTree" ], [ "https://github.com/hqyone/cancer_rcnn" ], [ "https://github.com/Saurabh7/Few-shot-learning-multilabel-cxray" ], [ "https://github.com/placeforyiming/DistanceTransform-DepthCompletion" ], [ "https://github.com/BonilKoo/ML_purity" ], [ "https://github.com/elkebir-group/TiTUS" ], [ "https://github.com/mpcrlab/MolecularTransformerEmbeddings" ], [ "https://github.com/bielcardona/TCGenerators" ], [ "https://github.com/PersonalizedOncology/ClinVAP" ], [ "https://github.com/neurodata/neuroparc" ], [ "https://github.com/bejerano-lab/X-CAP" ], [ "https://github.com/euxhenh/Truffle" ], [ "https://github.com/Kingsford-Group/gtednewilp" ], [ "https://github.com/hyuyu104/SnapFISH-IMPUTE" ], [ "https://github.com/MolBIFFM/vplg" ], [ "https://github.com/hdsu-bioquant/onto-vae" ], [ "https://github.com/bittremieux/ANN-SoLo" ], [ "https://github.com/kreimanlab/VisualSearchAsymmetry" ], [ "https://github.com/thomas0809/RxnScribe" ], [ "https://github.com/jensengroup/HeckQM" ], [ "https://github.com/fabianying/covid19-supermarket-abm" ], [ "https://github.com/BIOS-IMASL/Hierarchical-Bayes-NMR-Validation" ], [ "https://github.com/mazzalab/playgrounds" ], [ "https://github.com/ynaveena/COVID-19-vs-Influenza" ], [ "https://github.com/rdong08/GiniClust3" ], [ "https://github.com/Zzh-tju/ZoneEval" ], [ "https://github.com/pyBRAvo/pyBRAvo" ], [ "https://github.com/Reed-CompBio/graphlet-clustering" ], [ "https://github.com/Daniel-Liu-c0deb0t/block-aligner" ], [ "https://github.com/EESI/Comp_Metagenomics_resources" ], [ "https://github.com/Jwicaksana/FedMix" ], [ "https://github.com/neuropoly/tract-clustering" ], [ "https://github.com/rrwabina/SDENet-UQ-ESL" ], [ "https://github.com/SinaTabakhi/MAgentOmics" ], [ "https://github.com/SsGood/MMGL" ], [ "https://github.com/alexjfoote/reetoolbox" ], [ "https://github.com/DessimozLab/pylabeledrf" ], [ "https://github.com/shuichiro-makigaki/exmachina" ], [ "https://github.com/cskyan/chmannot" ], [ "https://github.com/peabody124/GaitTransformer" ], [ "https://github.com/lab-smile/DOMINO" ], [ "https://github.com/jsheunis/rt-me-fMRI" ], [ "https://github.com/francoep/ImputationPaper" ], [ "https://github.com/skozawa170301ktx/MultiModalDiseaseModeling" ], [ "https://github.com/jcrozum/pystablemotifs" ], [ "https://github.com/lpfworld/VTR-PTM" ], [ "https://github.com/JupitersMight/DISA" ], [ "https://github.com/leandroradusky/pyFoldX" ], [ "https://github.com/shuichiro-makigaki/agora" ], [ "https://github.com/cskyan/evntextrc" ], [ "https://github.com/koelling/amplimap" ], [ "https://github.com/MrinalTyagi/SVD-CLAHE-and-BWCCE" ], [ "https://github.com/UW-GAC/admix-kit_workflow" ], [ "https://github.com/lantianyao/ATPfinder" ], [ "https://github.com/SuLab/ngly1-graph" ], [ "https://github.com/sokrypton/ColabFold" ], [ "https://github.com/frankligy/DeepImmuno" ], [ "https://github.com/netrias/rnassist" ], [ "https://github.com/ontox-project/en-tox" ], [ "https://github.com/AsadKhanJBNU/perovskite_bandgap_and_efficiency" ], [ "https://github.com/samsledje/D-SCRIPT" ], [ "https://github.com/jsunn-y/DeCOIL" ], [ "https://github.com/j-from-b/CDEF" ], [ "https://github.com/AstraZeneca/hsqc_structure_elucidation" ], [ "https://github.com/mrzResearchArena/Anticancer-Peptides-CNN" ], [ "https://github.com/TongjiZhanglab/CStreet" ], [ "https://github.com/intervene-EU-H2020/synthetic_data" ], [ "https://github.com/cthoyt/epicom" ], [ "https://github.com/aicb-ZhangLabs/Impeller" ], [ "https://github.com/charlesxu90/helm-gpt" ], [ "https://github.com/asamallab/T9GPred" ], [ "https://github.com/linhuawang/SEAGAL" ], [ "https://github.com/linhuawang/SEAGAL" ], [ "https://github.com/linhuawang/SEAGAL" ], [ "https://github.com/linhuawang/SEAGAL" ], [ "https://github.com/boun-tabi/biochemical-lms-for-drug-design" ], [ "https://github.com/volkamerlab/TeachOpenCADD" ], [ "https://github.com/BiomedSciAI/Geno4SD" ], [ "https://github.com/BiomedSciAI/Geno4SD" ], [ "https://github.com/BiomedSciAI/Geno4SD" ], [ "https://github.com/BiomedSciAI/Geno4SD" ], [ "https://github.com/Cyang-Zhao/ODAM" ], [ "https://github.com/JerryRollingUp/SimTripSystem" ], [ "https://github.com/odedsc/ANLD" ], [ "https://github.com/DeweiYi/CoSED-Net" ], [ "https://github.com/vikram2000b/Fast-Machine-Unlearning" ], [ "https://github.com/Aanzil/DensePPI" ], [ "https://github.com/RamanLab/COWAVE" ], [ "https://github.com/bsml320/DeepHTLV" ], [ "https://github.com/WimPouw/AirSacTracker" ], [ "https://github.com/b2slab/imbalance_pcm_benchmark" ], [ "https://github.com/yukinoi/bio_gradient_descent" ], [ "https://github.com/DecBayComp/TRamWAy" ], [ "https://github.com/RDMelamed/drug-phenome" ], [ "https://github.com/deepgrains/deepgrain" ], [ "https://github.com/raoyongming/DynamicViT" ], [ "https://github.com/SFGLab/bertrand" ], [ "https://github.com/TangXu-Group/DMSGer" ], [ "https://github.com/SaharIravani/DlearnMS" ], [ "https://github.com/e-weglarz-tomczak/m2r" ], [ "https://github.com/elkebir-group/RECAP" ], [ "https://github.com/mmoskon/CosinorPy" ], [ "https://github.com/DIAGNijmegen/StreamingCNN" ], [ "https://github.com/CyrilMa/ssqa" ], [ "https://github.com/ShobiStassen/PARC" ], [ "https://github.com/HFooladi/Self_Organization" ], [ "https://github.com/pogudingleb/CLUE" ], [ "https://github.com/pogudingleb/CLUE" ], [ "https://github.com/pogudingleb/CLUE" ], [ "https://github.com/pogudingleb/CLUE" ], [ "https://github.com/jingry/autoBioSeqpy" ], [ "https://github.com/IlyaTyagin/Dyport" ], [ "https://github.com/theosysbio/means" ], [ "https://github.com/kenminsoo/sRNAfrag" ], [ "https://github.com/ckgriswold/3-locus-autotetraploid-meiosis" ], [ "https://github.com/jonescompneurolab/SpectralEvents" ], [ "https://github.com/D3TaLES/databases_demo" ], [ "https://github.com/miladrayka/GB_Score" ], [ "https://github.com/yzhang511/density_decoding" ], [ "https://github.com/dDipankar/DeepPTM" ], [ "https://github.com/kexinhuang12345/DeepPurpose" ], [ "https://github.com/DIAL-RPI/PIPO-FAN" ], [ "https://github.com/MSBradshaw/FakeData" ], [ "https://github.com/stonkgs/stonkgs" ], [ "https://github.com/spatialdatasciencegroup/HST" ], [ "https://github.com/Androstane/NestedBD" ], [ "https://github.com/yao-laboratory/cellMarkerPipe" ], [ "https://github.com/yao-laboratory/cellMarkerPipe" ], [ "https://github.com/yao-laboratory/cellMarkerPipe" ], [ "https://github.com/yao-laboratory/cellMarkerPipe" ], [ "https://github.com/adfoucart/panoptic-quality-suppl" ], [ "https://github.com/nec-research/vibtcr" ], [ "https://github.com/HealthML/AntiSplodge" ], [ "https://github.com/tanveer-hussain/DFAN" ], [ "https://github.com/eyalmazuz/DrugWithdrawn" ], [ "https://github.com/ay0408/DP-trio-TDT" ], [ "https://github.com/kanz76/SSI-DDI" ], [ "https://github.com/gersteinlab/FANCY" ], [ "https://github.com/anirudhsom/PI-Net" ], [ "https://github.com/elkebir-group/MCT" ], [ "https://github.com/alvinxhan/Phydelity" ], [ "https://github.com/caramirezal/RegulatoryNetworkGMPModel" ], [ "https://github.com/PyEED/CANDy" ], [ "https://github.com/jsheunis/quality-and-denoising-in-rtfmri-nf" ], [ "https://github.com/SimonBiggs/electronfactors" ], [ "https://github.com/cglrtrgy/GoL_Toolbox" ], [ "https://github.com/SnehaShukla937/TrustMIS" ], [ "https://github.com/shubhamchandak94/lossy_compression_evaluation" ], [ "https://github.com/dhfbk/religious-hate-speech" ], [ "https://github.com/trevor-chan/Melanoma_NetworkMorphology" ], [ "https://github.com/raphael-group/paste2" ], [ "https://github.com/phillipecardenuto/rsiil" ], [ "https://github.com/breakerlab/dimpl" ], [ "https://github.com/ratschlab/row_diff" ], [ "https://github.com/mengweiren/q-space-conditioned-dwi-synthesis" ], [ "https://github.com/CostaLab/CrossTalkeR" ], [ "https://github.com/ecs-vlc/opponency" ], [ "https://github.com/PeikeLi/Self-Correction-Human-Parsing" ], [ "https://github.com/piyushmishra12/IMC" ], [ "https://github.com/kreimanlab/WhenPigsFlyContext" ], [ "https://github.com/anuprulez/galaxy_tool_recommendation" ], [ "https://github.com/miguelperezenciso/SeqBreed" ], [ "https://github.com/thoang3/portfolio" ], [ "https://github.com/sshaghayeghs/LLaMA-VS-GPT" ], [ "https://github.com/nec-research/neoagdt" ], [ "https://github.com/bestadcarry/MI-NNGP" ], [ "https://github.com/IkramMaouche/CS-CatBoost" ], [ "https://github.com/smu-ivpl/ASSN" ], [ "https://github.com/suinleelab/PAUSE" ], [ "https://github.com/raoyongming/GFNet" ], [ "https://github.com/callmespring/LOGAN" ], [ "https://github.com/Snehalikalall/sc-REnF" ], [ "https://github.com/AhmedStohy/Hybrid-Pointer-Networks" ], [ "https://github.com/Angione-Lab/HybridGroupIPFLasso_pc2Lasso" ], [ "https://github.com/RdoubleA/DWIinpainting" ], [ "https://github.com/chengjianhong/glioma_grading" ], [ "https://github.com/leylabmpi/DeepMAsED" ], [ "https://github.com/williamcaicedo/ISeeU" ], [ "https://github.com/KenLauLab/NVR" ], [ "https://github.com/JINhuaqing/UIP" ], [ "https://github.com/qqeeqq/NER" ], [ "https://github.com/OnofreyLab/dl-hmc_fast_recon_miccai2023" ], [ "https://github.com/biogacop/PiEFM" ], [ "https://github.com/TheJacksonLaboratory/drug-synergy" ], [ "https://github.com/Chang-Li2019/MetaRNN" ], [ "https://github.com/BinXia/PETs" ], [ "https://github.com/BoveyRao/Non-parametric-vc-for-sparse-st" ], [ "https://github.com/Yang-Yun726/REMD-LSTM" ], [ "https://github.com/ttesileanu/bio-time-series" ], [ "https://github.com/tanlab/ConvolutionMedicalNer" ], [ "https://github.com/visanuwan/prodmx" ], [ "https://github.com/MrGiovanni/ModelsGenesis" ], [ "https://github.com/statisticalbiotechnology/parallelPermutationTest" ], [ "https://github.com/labstructbioinf/HAMPpred" ], [ "https://github.com/andreas-wagner-uzh/fitness_landscape_sampling" ], [ "https://github.com/idekerlab/pyNBS" ], [ "https://github.com/Multi-OmicGraphBuilder/mosGraphGen" ], [ "https://github.com/KatherineEshari/Protein-aggregation-prediction" ], [ "https://github.com/giang-trinh/trap-mvn" ], [ "https://github.com/basiralab/4D-FedGNN-Plus" ], [ "https://github.com/phineasng/flan_bio" ], [ "https://github.com/sail-sg/volo" ], [ "https://github.com/chen-bioinfo/iEnhancer-ELM" ], [ "https://github.com/yevgenin/DeepOM" ], [ "https://github.com/narutoten520/SCGDL" ], [ "https://github.com/cjuigne/non_conformities_detection_biopax" ], [ "https://github.com/ImXman/MACA" ], [ "https://github.com/JonETJakobsson/scConnect" ], [ "https://github.com/UkyVision/alzheimer-project" ], [ "https://github.com/DuaaAlawad/AGRN" ], [ "https://github.com/salzberg-lab/Balrog" ], [ "https://github.com/SNNUBIAI/STCAE" ], [ "https://github.com/boalang/nr" ], [ "https://github.com/ovttiras/HDAC1-inhibitors" ], [ "https://github.com/saikat15010/Brain-Tumor-Detection" ], [ "https://github.com/BorgwardtLab/Kernelized-Rank-Learning" ], [ "https://github.com/SuLab/MechRepoNet" ], [ "https://github.com/jiang-q19/scPRAM" ], [ "https://github.com/ramon349/JBI2023_TCAV_debiasing" ], [ "https://github.com/datax-lab/HipoMap" ], [ "https://github.com/JinYSun/D-GCAN" ], [ "https://github.com/LaRoccaRaphael/MSI_recalibration" ], [ "https://github.com/BoukeliaAbdelbasset/NLPDeepQSAR" ], [ "https://github.com/lab-medvedeva/SAPIEnS" ], [ "https://github.com/noaeker/bootstrap_repo" ], [ "https://github.com/ricsinaruto/MEG-group-decode" ], [ "https://github.com/sinc-lab/miRe2e" ], [ "https://github.com/shawn-peng/xlms" ], [ "https://github.com/zuherJahshan/vital" ], [ "https://github.com/linfengyu77/IRLDCT" ], [ "https://github.com/IwasakiLab/Seq2Phase" ], [ "https://github.com/denilsonfbar/cirCodAn" ], [ "https://github.com/CMATERJU-BIOINFO/RUBic" ], [ "https://github.com/DIFACQUIM/Art-Driven-by-Visual-Representations-of-Chemical-Space-" ], [ "https://github.com/Minimel/StochasticBatchAL" ], [ "https://github.com/ivy9092111111/TT-U-Net" ], [ "https://github.com/mandal-cv/visimpaired" ], [ "https://github.com/sys-bio/AMAS" ], [ "https://github.com/HaotingZhang1/SynBa" ], [ "https://github.com/zhanglab-wbgcas/CIForm" ], [ "https://github.com/bionetslab/grn-confounders" ], [ "https://github.com/LLLL1021/Dual-modal-IB" ], [ "https://github.com/boooooogey/ATAConv" ], [ "https://github.com/JelenaBanjac/microbiome-toolbox" ], [ "https://github.com/manuelgloeckler/ncmw" ], [ "https://github.com/vlad-danaila/deep_hiv_ab_pred" ], [ "https://github.com/JieZheng-ShanghaiTech/HiCoEx" ], [ "https://github.com/KISRDevelopment/cell_viability_paper" ], [ "https://github.com/Junseok0207/scGPCL" ], [ "https://github.com/lcmmichielsen/scHPL" ], [ "https://github.com/cmb-chula/SurfUVNet" ], [ "https://github.com/ciortanmadalina/graph-sc" ], [ "https://github.com/Identity-lab/Tutorial-on-salient-social-Identity-detection-model" ], [ "https://github.com/GIST-CSBL/DeSIDE-DDI" ], [ "https://github.com/HuijuanQiao/KD-KLNMF" ], [ "https://github.com/CloudDataLab/CIR-Net" ], [ "https://github.com/elkebir-group/ClonArch" ], [ "https://github.com/ssehztirom/Exploring-generative-deep-learning-for-omics-data-by-using-log-linear-models" ], [ "https://github.com/b2slab/padding_benchmark" ], [ "https://github.com/kundajelab/gkmexplain" ], [ "https://github.com/DessimozLab/HogProf" ], [ "https://github.com/ESDeutekom/ComparingOrthologies" ], [ "https://github.com/jessemzhang/dendrosplit" ], [ "https://github.com/JJAlmagro/subcellular_localization" ], [ "https://github.com/LMSE/ident" ], [ "https://github.com/raphael-group/copulacci" ], [ "https://github.com/ilaydakaraca/PoreD2" ], [ "https://github.com/ghaiyan/TORNADOES" ], [ "https://github.com/miladrayka/ENS_Score" ], [ "https://github.com/statisticalbiotechnology/mipath" ], [ "https://github.com/smusleh/UMSLP" ], [ "https://github.com/soham-joshi/engagement-prediction-mhhri" ], [ "https://github.com/obifarin/automl-xai-metabolomics" ], [ "https://github.com/Zafar-Lab/scDREAMER" ], [ "https://github.com/Jhabindra-bioinfo/CapsNh-Kcr" ], [ "https://github.com/GIST-CSBL/AMP-BERT" ], [ "https://github.com/Wolverinerine/GTGenie" ], [ "https://github.com/npdeloss/mepp" ], [ "https://github.com/BrooksResearchGroup-UM/seq_struct_func" ], [ "https://github.com/0xTCG/biser" ], [ "https://github.com/MaayanLab/blitzgsea" ], [ "https://github.com/dipuk0506/Aleatory-aware-UQ" ], [ "https://github.com/CSB5/CaDRReS-Sc" ], [ "https://github.com/rpmccordlab/SMILE" ], [ "https://github.com/abdullah5naveed/SRP_WebServer" ], [ "https://github.com/DaehwanKimLab/Chromosome-ReAd" ], [ "https://github.com/MannLabs/alphamap" ], [ "https://github.com/ComputationalSystemsBiology/scNET" ], [ "https://github.com/statway/DTFLOW" ], [ "https://github.com/TrofimovAssya/FactorizedEmbeddings" ], [ "https://github.com/XinhaoLi74/SmilesPE" ], [ "https://github.com/wonanut/SETE" ], [ "https://github.com/atallah-lab/neoplastic-evolution" ], [ "https://github.com/shivram1987/diffGrad" ], [ "https://github.com/daifengwanglab/ManiNetCluster" ], [ "https://github.com/HaohanWang/thePrecisionLasso" ], [ "https://github.com/wzhang1984/NBSS" ], [ "https://github.com/biomathman/pycellerator" ], [ "https://github.com/Lab-Xu/KbhbXG" ], [ "https://github.com/YezhaoZhong/VKR" ], [ "https://github.com/WeiLab-BioChem/Structural-DPP-IV" ], [ "https://github.com/hyunp2/Memb-TDA" ], [ "https://github.com/jianglikun/MOASL" ], [ "https://github.com/baowz12345/voting_transfer" ], [ "https://github.com/zuiop11/nn_info" ], [ "https://github.com/rit-cui-lab/Multimodal-AI-for-Prediction-of-Distant-Metastasis-in-Carcinoma-Patients" ], [ "https://github.com/Wenbo-G/pd-phonation-analysis" ], [ "https://github.com/Johnsunnn/ExamPle" ], [ "https://github.com/shyammarjit/SAGA" ], [ "https://github.com/MRCIEU/vectology" ], [ "https://github.com/CDDLeiden/DrugEx" ], [ "https://github.com/yarongef/DistilProtBert" ], [ "https://github.com/MannLabs/alphapeptstats" ], [ "https://github.com/emmijokinen/tcrconv" ], [ "https://github.com/shamimarashid/Jupytope" ], [ "https://github.com/phineasng/DECODE" ], [ "https://github.com/colabpro123/CovidConvLSTM" ], [ "https://github.com/fuad021/biomarker-identification" ], [ "https://github.com/jsvir/lscae" ], [ "https://github.com/stoledoc/DQOR" ], [ "https://github.com/sivaramakrishnan-rajaraman/Model_calibration" ], [ "https://github.com/ajayago/NCMF_bioinformatics" ], [ "https://github.com/AluruLab/EnGRaiN" ], [ "https://github.com/colabobio/sciviewer" ], [ "https://github.com/IA92/Automated_Nerves_Quantification" ], [ "https://github.com/apple35932003/IVS-Caffe" ], [ "https://github.com/maiziezhoulab/Autism_genepheno" ], [ "https://github.com/EsmaeilNourani/TripletProt" ], [ "https://github.com/duttaprat/DeePROG" ], [ "https://github.com/multimodallearning/graphregnet" ], [ "https://github.com/agemagician/ProtTrans" ], [ "https://github.com/Albert-Lau-Lab/tactics_protein_analysis" ], [ "https://github.com/AMICI-dev/AMICI" ], [ "https://github.com/MichalRozenwald/Hi-ChIP-ML" ], [ "https://github.com/biopragmatics/biomappings" ], [ "https://github.com/joshidhaivat/QAlign" ], [ "https://github.com/tensorflow/gan" ], [ "https://github.com/DIFACQUIM/ECIF" ], [ "https://github.com/guangyu-zhou/MuPIPR" ], [ "https://github.com/qid12/visar" ], [ "https://github.com/lykaust15/Deep_learning_examples" ], [ "https://github.com/jmjung83/TT_and_TCP" ], [ "https://github.com/JinfengXiao/SigMat" ], [ "https://github.com/vanessajurtz/lasagne4bio" ], [ "https://github.com/22385wjy/MdAFuse" ], [ "https://github.com/compbiomed-unito/MUSE-XAE" ], [ "https://github.com/EABogdanova/ProBAN" ], [ "https://github.com/vinuni-vishc/MPCNN-Sleep-Apnea" ], [ "https://github.com/Plant-Net/Metabolomic_project" ], [ "https://github.com/nmboffi/spin_glass_evodyn" ], [ "https://github.com/mena01/PLM-GAN-A-Large-Scale-Protein-Loop-Modeling-Using-pix2pix-GAN_" ], [ "https://github.com/mominul-ssv/cossif" ], [ "https://github.com/CBRC-lab/BioAct-Het" ], [ "https://github.com/LHY1007/MAG-Res2Net" ], [ "https://github.com/sldyns/scAce" ], [ "https://github.com/NIH-CIT-OIR-SPIS/MouseVUER" ], [ "https://github.com/bymgood/Target-driven-ML-enabled-VS" ], [ "https://github.com/idruglab/hignn" ], [ "https://github.com/usccolumbia/matglobalmapping" ], [ "https://github.com/IILab-Resource/MGDTA" ], [ "https://github.com/SoftServeInc/yield-paper" ], [ "https://github.com/ouyangjiahong/longitudinal-neighbourhood-embedding" ], [ "https://github.com/MintaYLu/COT" ], [ "https://github.com/proteinexplorers/EnsembleQS" ], [ "https://github.com/sedaboni/DeepCEL0" ], [ "https://github.com/VoiceBeer/MS-MDA" ], [ "https://github.com/dmcb-gist/MOMA" ], [ "https://github.com/holab-hku/FlowGrid" ], [ "https://github.com/IoBT-VISTEC/EEGANet" ], [ "https://github.com/CSB5/TUGDA" ], [ "https://github.com/MaramMonshi/CovidXrayNet" ], [ "https://github.com/gymreklab/chips" ], [ "https://github.com/sofiabroome/painface-recognition" ], [ "https://github.com/fpy94/DBT" ], [ "https://github.com/doraadong/MESSI" ], [ "https://github.com/VITA-Group/PA-HMDB51" ], [ "https://github.com/UCL/cath-funsite-predictor" ], [ "https://github.com/baranwa2/MetabolicPathwayPrediction" ], [ "https://github.com/dqwei-lab/ATC" ], [ "https://github.com/kaizheng-academic/NASMDR" ], [ "https://github.com/yuxuanliao/DeepPIC" ], [ "https://github.com/gstef80/MAgEC" ], [ "https://github.com/usnistgov/nrss" ], [ "https://github.com/JeremyPike/RSMLM-tutorials" ], [ "https://github.com/p-koo/evoaug-tf_analysis" ], [ "https://github.com/p-koo/evoaug-tf_analysis" ], [ "https://github.com/p-koo/evoaug-tf_analysis" ], [ "https://github.com/p-koo/evoaug-tf_analysis" ], [ "https://github.com/p-koo/evoaug-tf_analysis" ], [ "https://github.com/p-koo/evoaug-tf_analysis" ], [ "https://github.com/p-koo/evoaug-tf_analysis" ], [ "https://github.com/p-koo/evoaug-tf_analysis" ], [ "https://github.com/sunericd/sprite-figures-and-analyses" ], [ "https://github.com/gtsueng/M2C_rel_nb" ], [ "https://github.com/smithlabcode/ribotricer-results" ], [ "https://github.com/ZjGaothu/OpenAnnotateR" ], [ "https://github.com/ZjGaothu/OpenAnnotatePy" ], [ "https://github.com/pmckenz1/ipcoal" ], [ "https://github.com/ICB-DCM/AMICI" ], [ "https://github.com/ICB-DCM/AMICI" ], [ "https://github.com/ICB-DCM/AMICI" ], [ "https://github.com/ICB-DCM/AMICI" ], [ "https://github.com/freh-g/genopyc" ], [ "https://github.com/enchainingrealm/UbcDssgBccdc-Research" ], [ "https://github.com/yao-laboratory/cellMarkerPipe" ], [ "https://github.com/yao-laboratory/cellMarkerPipe" ], [ "https://github.com/yao-laboratory/cellMarkerPipe" ], [ "https://github.com/yao-laboratory/cellMarkerPipe" ], [ "https://github.com/caanene1/ACSNI" ], [ "https://github.com/menchelab/BioProfilingNotebooks" ], [ "https://github.com/mortazavilab/swan_vis" ], [ "https://github.com/MannLabs/PeptDeep-HLA" ], [ "https://github.com/bokulich-lab/q2-fondue-examples" ], [ "https://github.com/bluenote-1577/local-kmer-selection-results" ], [ "https://github.com/MannLabs/alphapeptdeep" ], [ "https://github.com/ncbi/SSDraw" ], [ "https://github.com/BackofenLab/local_alignment" ], [ "https://github.com/gagneurlab/concise" ], [ "https://github.com/gagneurlab/Manuscript_Avsec_Bioinformatics_2017" ], [ "https://github.com/dibyansu24-maker/Histify" ], [ "https://github.com/bjing2016/EigenFold" ], [ "https://github.com/BioSystemsUM/cobamp" ], [ "https://github.com/Bayer-Group/cellenium" ], [ "https://github.com/Toepfer-Lab/cobramod" ], [ "https://github.com/AIRI-Institute/PROSTATA" ], [ "https://github.com/GiDeCarlo/XGDAG" ], [ "https://github.com/ruizhang-ai/GCP" ], [ "https://github.com/driesheylen123/BioMOBS" ], [ "https://github.com/koji11235/MSECIFv2" ], [ "https://github.com/gversmee/dbgap2x" ], [ "https://github.com/debbiemarkslab/evcouplings" ], [ "https://github.com/kundajelab/ChromDragoNN" ], [ "https://github.com/g-insana/MBDBMetrics" ], [ "https://github.com/ICB-DCM/AMICI" ], [ "https://github.com/ICB-DCM/AMICI" ], [ "https://github.com/ICB-DCM/AMICI" ], [ "https://github.com/ICB-DCM/AMICI" ], [ "https://github.com/JasonACarter/Allelic_inclusion" ], [ "https://github.com/lxsbch/neuroCNVscore" ], [ "https://github.com/mohit1997/JIND" ], [ "https://github.com/muhammedtalo/COVID-19" ], [ "https://github.com/ManchesterBioinference/GPcounts" ], [ "https://github.com/jclachance/BOFdat" ], [ "https://github.com/lyotvincent/PhiHER2" ], [ "https://github.com/santule/indelmip" ], [ "https://github.com/patrickbryant1/Umol" ], [ "https://github.com/Nik-BB/Learning-curves-for-DRP" ], [ "https://github.com/RUXIAOQING964914140/FS_DTA" ], [ "https://github.com/xu-shi-jie/idp-elm" ], [ "https://github.com/zmzhang/SigmaCCS" ], [ "https://github.com/DanielBrunnsaker/ProtPredict" ], [ "https://github.com/behinger/etcomp" ], [ "https://github.com/ddiem-ri-4D/epiTCR" ], [ "https://github.com/eltonpan/zeosyn_dataset" ], [ "https://github.com/r-koike/eagent" ], [ "https://github.com/vivarium-collective/vivarium-notebooks" ], [ "https://github.com/BiomedSciAI/Geno4SD" ], [ "https://github.com/BiomedSciAI/Geno4SD" ], [ "https://github.com/BiomedSciAI/Geno4SD" ], [ "https://github.com/BiomedSciAI/Geno4SD" ], [ "https://github.com/carpentries-incubator/ml4bio-workshop" ], [ "https://github.com/mikelkou/fava" ], [ "https://github.com/aleixalcacer/JA-BIAA" ], [ "https://github.com/iktos/generation-under-synthetic-constraint" ], [ "https://github.com/allmwh/IFF" ], [ "https://github.com/A-Golshan/Malonylation" ], [ "https://github.com/netZoo/netZooPy" ], [ "https://github.com/AIRI-Institute/SEMAi" ], [ "https://github.com/MDhewei/GuidePro" ], [ "https://github.com/emilyjanedennis/PRA" ], [ "https://github.com/linhuawang/SEAGAL" ], [ "https://github.com/linhuawang/SEAGAL" ], [ "https://github.com/linhuawang/SEAGAL" ], [ "https://github.com/linhuawang/SEAGAL" ], [ "https://github.com/Fraunhofer-ITMP/mpox-kg" ], [ "https://github.com/Luckysoutheast/STMHCPan" ], [ "https://github.com/sybila/biodivine-aeon-py" ], [ "https://github.com/pchlenski/misdeed" ], [ "https://github.com/thh32/Lipase_reclassification" ], [ "https://github.com/zhanglijun95/TreeMTL" ], [ "https://github.com/TianXieUSC/L-BGNN" ], [ "https://github.com/pyratlib/pyrat" ], [ "https://github.com/rickardbrannvall/HEIDA" ], [ "https://github.com/pdddinakar/SemanticChangepointDetection" ], [ "https://github.com/dmnfarrell/epitopepredict" ], [ "https://github.com/sysbio-curie/PhysiBoSS" ], [ "https://github.com/sysbiolux/DCcov" ], [ "https://github.com/cchauve/HyAsP" ], [ "https://github.com/omerwe/LEAP" ], [ "https://github.com/mms-fcul/pKPDB" ], [ "https://github.com/bengeof/Compound2DeNovoDrugPropMax" ], [ "https://github.com/bengeof/QPoweredCompound2DeNovoDrugPropMax" ], [ "https://github.com/bionetslab/robust" ], [ "https://github.com/prhbrt/synthetic-yeast-cells" ], [ "https://github.com/ymzayek/yeastcells-detection-maskrcnn" ], [ "https://github.com/cellsmb/em-stellar" ], [ "https://github.com/PeptoneLtd/ADOPT" ], [ "https://github.com/HannesStark/protein-localization" ], [ "https://github.com/paulfogel/A2SIGN" ], [ "https://github.com/bucky527/scME" ], [ "https://github.com/MaayanLab/EnrichrBot" ], [ "https://github.com/rsinghlab/pyaging" ], [ "https://github.com/kbiharie/TACTiCS" ], [ "https://github.com/songlab-cal/gpn" ], [ "https://github.com/oxpig/PLAbDab" ], [ "https://github.com/haha-lisa/Diffstyler" ], [ "https://github.com/tibbdc/ECMpy" ], [ "https://github.com/EBIvariation/CMAT" ], [ "https://github.com/microsoft/genomicsnotebook" ], [ "https://github.com/cxinsys/lpf" ], [ "https://github.com/EleutherAI/mp_nerf" ], [ "https://github.com/Bob-cheng/DepthModelHardening" ], [ "https://github.com/auniquesun/VSFormer" ], [ "https://github.com/visionjo/facerec-bias-bfw" ], [ "https://github.com/RenYurui/Global-Flow-Local-Attention" ], [ "https://github.com/open-mmlab/mmediting" ], [ "https://github.com/open-mmlab/mmediting" ], [ "https://github.com/open-mmlab/mmediting" ], [ "https://github.com/open-mmlab/mmediting" ], [ "https://github.com/jssong-lab/QTC" ], [ "https://github.com/smahmoodghasemi/SMAGS" ], [ "https://github.com/weisscharlesj/BiopythonRamachandran" ], [ "https://github.com/kilicogluh/CONSORT-TM" ], [ "https://github.com/ZHgero/keyphrases_centrality" ], [ "https://github.com/Bibikiller/HFA" ], [ "https://github.com/frankkramer-lab/miseval" ], [ "https://github.com/TimE9527/stDGCC" ], [ "https://github.com/barahona-research-group/RamanSPy" ], [ "https://github.com/BojarLab/glycowork" ], [ "https://github.com/BojarLab/glycowork" ], [ "https://github.com/BojarLab/glycowork" ], [ "https://github.com/BojarLab/glycowork" ], [ "https://github.com/zechnerlab/Compartor" ], [ "https://github.com/theislab/AutoGeneS" ], [ "https://github.com/ucsd-ccbb/visJS2jupyter" ], [ "https://github.com/ghattab/cmangoes" ], [ "https://github.com/will-rowe/genome-sketching" ], [ "https://github.com/theochem/B3DB" ], [ "https://github.com/theochem/B3DB" ], [ "https://github.com/theochem/B3DB" ], [ "https://github.com/theochem/B3DB" ], [ "https://github.com/hyl317/hapROH" ], [ "https://github.com/arunimasundar/Hope-Speech-LT-EDI" ], [ "https://github.com/theislab/sc-pert" ], [ "https://github.com/Project-MONAI/GenerativeModels" ], [ "https://github.com/sd2e/CDM" ], [ "https://github.com/EESI/ISM" ], [ "https://github.com/BradBalderson/Cytocipher" ], [ "https://github.com/EESI/ncov_ism" ], [ "https://github.com/xinxingwu-uk/DGAE" ], [ "https://github.com/chaitjo/geometric-rna-design" ], [ "https://github.com/tao-aimi/DeepRecursiveEmbedding" ], [ "https://github.com/BiomedicalMachineLearning/SpaCell" ], [ "https://github.com/ngominhhoang/Quantum-Target-Identification-by-Enzymes" ], [ "https://github.com/ZerojumpLine/JCSAugment" ], [ "https://github.com/kellyhoang0610/RCTMethodologyIE" ], [ "https://github.com/vfscalfani/CSN_tutorial" ], [ "https://github.com/dvlab-research/Entity" ], [ "https://github.com/leylabmpi/Struo" ], [ "https://github.com/czodrowskilab/Machine-learning-meets-pKa" ], [ "https://github.com/hkarakurt8742/SUMA" ], [ "https://github.com/huanghanchi/Master-slave-Algorithm-for-Top-K-Bandits" ], [ "https://github.com/gersteinlab/idash20FL" ], [ "https://github.com/qq456cvb/CPPF2" ], [ "https://github.com/TeamSundar/m-ionic" ], [ "https://github.com/BojarLab/glycowork" ], [ "https://github.com/BojarLab/glycowork" ], [ "https://github.com/BojarLab/glycowork" ], [ "https://github.com/BojarLab/glycowork" ], [ "https://github.com/SouthGreenPlatform/PyRice" ], [ "https://github.com/EsmaeilNourani/Deep-GDAE" ], [ "https://github.com/caramirezal/SQUADBookChapter" ], [ "https://github.com/mmundy42/mackinac" ], [ "https://github.com/pogudingleb/CLUE" ], [ "https://github.com/pogudingleb/CLUE" ], [ "https://github.com/pogudingleb/CLUE" ], [ "https://github.com/pogudingleb/CLUE" ], [ "https://github.com/sdrogers/ms2ldaviz" ], [ "https://github.com/jonastjoms/MANNERS-DB" ], [ "https://github.com/lanagarmire/lilikoi" ], [ "https://github.com/NiRuff/ViNe-Seg" ], [ "https://github.com/MRCIEU/epigraphdb" ], [ "https://github.com/xxlong0/ASNDepth" ], [ "https://github.com/littlewhitesea/STDAN" ], [ "https://github.com/plhhnu/CellDialog" ], [ "https://github.com/oy-tj/VSUGAN" ], [ "https://github.com/zju3dv/disprcnn" ], [ "https://github.com/BackofenLab/ShaKer" ], [ "https://github.com/PySCeS/PyscesToolbox" ], [ "https://github.com/reznik-lab/UnitedMet" ], [ "https://github.com/aicb-ZhangLabs/Turtling" ], [ "https://github.com/lanl/pyDNA_EPBD" ], [ "https://github.com/alexandrovteam/pySM" ], [ "https://github.com/MWPlabUTSW/Chi-Score-Analysis" ], [ "https://github.com/networkbiolab/atlas" ], [ "https://github.com/amrutakale08/geoweaver_cwl-usecases" ], [ "https://github.com/matheo-daly/highway_star" ], [ "https://github.com/MannLabs/ProteomicsVisualization" ], [ "https://github.com/greenelab/sophie" ], [ "https://github.com/ratschlab/secedo-evaluation" ], [ "https://github.com/marcopodda/petri-bio" ], [ "https://github.com/isaureCdB/protNAff" ], [ "https://github.com/CMRI-ProCan/CRANE" ], [ "https://github.com/greenelab/generic-expression-patterns" ], [ "https://github.com/scdantu/pycom" ], [ "https://github.com/greenelab/pancancer-evaluation" ], [ "https://github.com/XuegongLab/somde" ], [ "https://github.com/Lailabcode/DeepSP" ], [ "https://github.com/gersteinlab/biocoder" ], [ "https://github.com/SuLab/crowd_cid_relex" ], [ "https://github.com/kiharalab/EM-GAN" ], [ "https://github.com/kundajelab/fastISM" ], [ "https://github.com/maranasgroup/dGPredictor" ], [ "https://github.com/xiaomizhou616/protein_solubility" ], [ "https://github.com/RichardChangCA/Deep-Contrastive-Metric-Learning-Method-to-Detect-Polymicrogyria-in-Pediatric-Brain-MRI" ], [ "https://github.com/caporaso-lab/tax-credit-data" ], [ "https://github.com/CiaranWelsh/pycotools" ], [ "https://github.com/mesve/SpecieScan" ], [ "https://github.com/jcboyd/multi-cell-line" ], [ "https://github.com/G2Lab/ldmat" ], [ "https://github.com/HakimBenkirane/CustOmics" ], [ "https://github.com/soeaver/Hier-R-CNN" ], [ "https://github.com/ohuelab/MEGADOCK-on-Colab" ], [ "https://github.com/taraponglab/deepra" ], [ "https://github.com/YakhiniGroup/LoRSI" ], [ "https://github.com/Sandipan99/Ranking_cluster_algorithms" ], [ "https://github.com/byucsl/ogcleaner" ], [ "https://github.com/ScialdoneLab/COMUNET" ], [ "https://github.com/srovins/wesad" ], [ "https://github.com/zackschen/DMM" ], [ "https://github.com/open-mmlab/mmediting" ], [ "https://github.com/open-mmlab/mmediting" ], [ "https://github.com/open-mmlab/mmediting" ], [ "https://github.com/open-mmlab/mmediting" ], [ "https://github.com/batmanlab/ICML-2023-Route-interpret-repeat" ], [ "https://github.com/ZiyuFanCSU/MSCSol" ], [ "https://github.com/apblair/CellLayers" ], [ "https://github.com/jessemzhang/tn_test" ], [ "https://github.com/arose/nglview" ], [ "https://github.com/davidkartchner/biomedical-entity-linking" ], [ "https://github.com/pdelangen/Muffin" ], [ "https://github.com/CompCy-lab/scLKME" ], [ "https://github.com/cyang03/CHECKED" ], [ "https://github.com/shoryaconsul/XHap" ], [ "https://github.com/sinc-lab/exp2GO" ], [ "https://github.com/wirriamm/plants-pipeline" ], [ "https://github.com/itsmeafra/Sublevel-Set-TDA" ], [ "https://github.com/elkebir-group/PhySigs" ], [ "https://github.com/lichen2018/stVAE" ], [ "https://github.com/Hhy096/nomogram" ], [ "https://github.com/JialeCao001/SipMask" ], [ "https://github.com/chrishil1/ChromDL" ], [ "https://github.com/chrishil1/ChromDL" ], [ "https://github.com/chrishil1/ChromDL" ], [ "https://github.com/chrishil1/ChromDL" ], [ "https://github.com/williamdee1/LMPred_AMP_Prediction" ], [ "https://github.com/IlyaLab/gssnng" ], [ "https://github.com/super-resolution/Ebert-et-al-2022-supplement" ], [ "https://github.com/vailatuts/SSFG-regularization" ], [ "https://github.com/dpmlab/img2fmri" ], [ "https://github.com/ma-gilles/recovar" ], [ "https://github.com/healthylaife/MIMIC-IV-Data-Pipeline" ], [ "https://github.com/petermchale/trfermikit" ], [ "https://github.com/AlBi-HHU/swgts" ], [ "https://github.com/burtonrj/CytoCluster" ], [ "https://github.com/BioinformaticsToolsmith/EnhancerTracker" ], [ "https://github.com/SSRHeart/TSFlow" ], [ "https://github.com/ZhengPeng7/GCoNet_plus" ], [ "https://github.com/bowang-lab/CONCERTO" ], [ "https://github.com/ElofssonLab/bioinfo-toolbox" ], [ "https://github.com/AZaitzeff/tools_for_dna_binding_proteins" ], [ "https://github.com/Nora-Zhang98/VTSCN" ], [ "https://github.com/ermshaua/preon" ], [ "https://github.com/murphygroup/CODEXPanelOptimization" ], [ "https://github.com/AriaSar/CRCIBD-ML" ], [ "https://github.com/deremustapha/BSS-ViT" ], [ "https://github.com/yangbang18/CARE" ], [ "https://github.com/MinxZ/Gemini" ], [ "https://github.com/hmdlab/DeepRaccess" ], [ "https://github.com/Schuture/Meta-USCL" ], [ "https://github.com/OnofreyLab/prostate_atlas_segm_miccai2022" ], [ "https://github.com/SoftServeInc/novel-molecule-generation" ], [ "https://github.com/NRshka/stvae-source" ], [ "https://github.com/Sanofi-Public/LipoBART" ], [ "https://github.com/MengLi-Thea/HiDeS-A-Higher-Order-Derivative-Supervised-Neural-Ordinary-Differential-Equation" ], [ "https://github.com/guanfangdong/LTS-UniverisalMOS" ], [ "https://github.com/wenwenyu/TCM" ], [ "https://github.com/leyuanheart/Reinforced-Mixture-Learning" ], [ "https://github.com/alepandini/MDSubSampler" ], [ "https://github.com/sandhya212/Sparcle_for_spot_reassignments" ], [ "https://github.com/ibivu/hydrophobic_patches" ], [ "https://github.com/ay0408/DP-statistics-GWAS" ], [ "https://github.com/insomnia94/DTWREG" ], [ "https://github.com/zju3dv/pvnet" ], [ "https://github.com/tengyulin/energy_aware_pathfinding" ], [ "https://github.com/rvinas/adversarial-gene-expression" ], [ "https://github.com/DongjoonLim/EvoLSTM" ], [ "https://github.com/BioinfoMachineLearning/PoseBench" ], [ "https://github.com/ketringjoni/SuPreMo" ], [ "https://github.com/xing-lab-pitt/mosaic-picasso" ], [ "https://github.com/NtaylorOX/Public_Clinical_Prompt" ], [ "https://github.com/chrishil1/ChromDL" ], [ "https://github.com/chrishil1/ChromDL" ], [ "https://github.com/chrishil1/ChromDL" ], [ "https://github.com/chrishil1/ChromDL" ], [ "https://github.com/GeraldHan/GGD" ], [ "https://github.com/lifangda01/GSAN-Demo" ], [ "https://github.com/mshaikh2/JoImTeR_MLMI_2021" ], [ "https://github.com/ur-whitelab/peptide-dashboard" ], [ "https://github.com/roohy/eps" ], [ "https://github.com/bio-ontology-research-group/machine-learning-with-ontologies" ], [ "https://github.com/welch-lab/pyliger" ], [ "https://github.com/SRKH/S4NN" ], [ "https://github.com/Wangt-CN/VQG-GCN" ] ], "hovertemplate": "Primary language=Jupyter Notebook
Normalized Total Entropy=%{y}
Repository URL=%{customdata[0]}", "legendgroup": "Jupyter Notebook", "marker": { "color": "#ab63fa", "symbol": "circle" }, "name": "Jupyter Notebook", "notched": true, "offsetgroup": "Jupyter Notebook", "showlegend": false, "type": "box", "xaxis": "x2", "y": [ 0.14879521879489252, 0.05916411219833928, 0.03808461721698615, 0.017619033687174566, 0.08890013702917877, 0.040504831494472086, 0.22288118210266328, 0.10181427053958687, 0.1190895421885257, 0.18957237887703576, 0.04908591485057838, 0.05999502999704521, 0.022927858568832872, 0.045006620486032295, 0.01911486706306571, 0.010291382713201718, 0.17965198822026326, 0.02440586836761628, 0.09205724598544442, 0.005036796606009402, 0, 0.24438867366400857, 0.2411172057082771, 0.08747272318257722, 0.1357823106990169, 0.032654797039613145, 0.042147076621744856, 0.0755192832456708, 0.010579312179829915, 0.025300333480165277, 0.001554388463775609, 0.03871284380016455, 0.06434476766293767, 0.0010339005953243455, 0.012014247474755055, 0.4225640876651641, 0.10213348889294388, 0.06118766910668092, 0.027202850265949395, 0.22514646127240595, 0.03017344204930668, 0.06848551138729869, 0.02878576271103766, 0.046596333649786555, 0.03456459002530678, 0.03562106139389482, 0.15890471468711068, 0.04207613029716117, 0.01943895930935599, 0.05728611426412275, 0.019059857895930527, 0.03246841980027589, 0.004364911316560439, 0.14144126980638186, 0.17896673351202616, 0.16670540650356427, 0.032606989302412306, 0.032606989302412306, 0.032606989302412306, 0.032606989302412306, 0.001697238741042255, 0.018481616091470327, 0.1214786169422382, 0.13035279509255318, 0.11923826352321153, 0.25958960743737586, null, 0.007681477238121737, 0.12901777493595568, 0.08254151272412971, 0.10436323915212134, 0.02507696445833817, 0.011536312109072258, 0.04032427856669118, 0.11324551371207783, 0.09966762745625173, 0.1381030669345103, 0.001270217768031618, 0.08864948296344698, 0.04957457423222888, 0.03689306755679969, 0.05444820462722916, 0.03572060527850106, 0.08791775983829152, 0.1283947648261963, 0.05056587310498129, 0.1384729270018543, 0.040494797219359425, 0.006377148974445067, 0.02791528568322204, 0.028539198554598657, 0.037807152141715504, 0, 0.1486676958405532, 0.09611533846969626, 0.06708367984153148, 0.08969816563052957, 0.09811262226554826, 0.11621618880346024, 0.03018289899972324, 0.044286452868657754, 0.24705008614974128, 0.22590543736075125, 0.05564874628186118, 0.007593410456855411, 0.023057175483619928, 0.011303307117219953, 0.04446947817160176, null, 0.0027352740268182935, 0.04879051418098913, 0.3609640474436811, 0.21521081206132703, 0.013390825676997531, 0.2566020569581541, 0.1571573511226721, 0, 0.03630769328297022, 0.04244691177444493, 0.004057179183498289, 0.021308167341568224, 0.008558783776914458, 0.02974794240183138, 0.031145305358998187, 0.025995314871709644, 0.11908266050566446, 0.0005551647313420615, 0.06442534000595358, 0.19638128220504592, 0.08743464073862292, 0.02267123333750464, 0.1385126291951736, 0.062325727390537225, 0.057879744758562376, 0.04552430114700787, 0.04552430114700787, 0.04552430114700787, 0.04552430114700787, 0.368581570915303, 0.009953393760471784, 0.013881072286205429, 0.013881072286205429, 0.013881072286205429, 0.013881072286205429, 0.07560881714406684, 0.2420675618524045, 0.385490058073338, 0.09902187301319258, 0.19200816058632583, 0.04624770996954722, 0.06592533725106722, 0.04325173582536206, 0.0018322824279198289, 0.045337425107917266, 0.10279637285399151, 0.01043404586000738, 0.04823749850873551, 0.16633105868433837, 0.112757262383045, 0.02060381489575798, 0.4740959437521856, 0, 0.13325331974089746, 0.006328771516996353, 0.05044833610450164, 0.27472175073021876, 0.07989729965039145, 0.028379152649767737, 0.20975985056831176, 0.003975233873676231, 0.003975233873676231, 0.003975233873676231, 0.003975233873676231, 0.04227939175491656, 0.1646683952897031, 0.02264346153038004, 0.024965267819709244, 0.10203300724777552, 0.04299060788016472, 0.12259463042472828, 0.06515695355652093, 0.1336127969809847, 0.11588013043064806, 0.019580212586910173, 0.16372776453104582, 0.0030280438301641417, 0.05865957327189799, 0.07866488115437373, 0.020064700235303712, 0.0008754424395621338, 0.0008754424395621338, 0.0008754424395621338, 0.0008754424395621338, 0.23776824895250623, 0.02799839769668684, 0.02770374722327916, 0.29685354134461645, 0.05554336120383037, 0.24624007528120267, 0.15659116221786176, 0.12066468700031811, 0.06103619686626356, 0.04738914479742989, 0.002861135828416773, 0.08240493799462348, 0.05510295393778376, 0.08268001598376078, 0.025384946730768604, 0.0724994726000406, 0.321517145303824, 0.01587360866386034, 0.03465408262613505, 0.05644050230083626, 0.03372564177228215, 0.006980434987646347, 0.041587743320893635, 0.1445513281233681, 0.07040401082538877, 0.006443429420948038, 0.006438113518890299, 0.014451850539563415, 0.04293437792345788, 0.0009211155553391696, 0.0015696587113916175, 0.1805397673003598, 0.0036520129465654385, 0.24573643230969913, 0.03304301472952939, 0.3659032398382802, 0.01312604998033473, 0.009819914764396816, 0.11423950284117308, 0.1866302057068897, 0.1272009031975234, 0.1000360998292726, 0.06107928129568254, 0.2794522249092719, 0.03391858004573993, 0, 0.02449991362150703, 0.059125716304058246, 0.06810927013752047, 0.11832649077474292, 0.0054974908224587225, 0.07357045777325409, 0.11951763110525356, 0.014632584721117016, 0.06782904211594463, 0.0007334895985557362, 0.3688669402024547, 0.09653426393302952, 0.038030876868569576, 0.23540144625755116, 0.12500267548124458, 0.054255672421072675, 0.05096346859499443, 0.01626327181387765, 0, 0.011838867644371222, 0.0558396727356324, 0.015335388720491987, 0.030348277696126556, 0.000051117002353341424, 0.05594279615839471, 0.17076350449200384, 0.3068937308598714, 0.14580860512859858, 0.10967960772761104, 0.1071008510757398, 0.058901076526086595, 0.03241084289095517, 0.1687900676567839, 0.07626992678043226, 0.10797677063889168, 0.044588102017131086, 0.0025751466898154517, 0.10315862608945196, 0.2836982027484568, 0.026677897877133185, 0.06463387682510091, 0.1853777582790102, 0.14094100406927929, 0.03879115351988332, 0.1014528691016282, 0.2773470963643296, 0.26723187627557815, 0.02657910443751078, 0.04096321967762016, 0.15755880067870345, 0.0006173106169403851, 0.018082680170773135, 0.09563072092421934, null, 0.07946977711256951, 0.008388787137359716, 0.029115280799207013, 0.0948188888968879, null, 0.06419970718461086, 0.16223640848833432, 0.05005017978159307, 0.07428230723000749, 0.15488284741740516, 0.0003363090152098041, 0.08402432852892557, 0.04332781429926715, 0.03540807646801865, 0.04218675330003082, 0.02910442186510892, 0.0312418568642072, 0.013527802236299045, 0.0435451042334429, 0.10441199831186362, 0.27271369699880044, 0.2081066675250698, 0.27703041735627937, 0.16801985538595723, 0.20924396454630936, 0.1613784794486991, 0.0874184289841118, 0.0000866652624457251, 0.1003000026131122, 0.015187473017649696, 0.014904847476276066, 0.026003533842383953, 0.07847051112325336, 0.1529780807509862, 0.016844285023977175, 0.07920353534681546, 0.02119836808219636, 0.012960917361322976, 0.14937267331247953, 0.0208143953129667, 0.134568034469283, 0.20175969254949017, 0.0671233665080709, 0.13221833730056176, 0.12627340594159134, 0.28821751853602, 0, 0.035957545035826176, 0.0035668141310842135, 0.09235804152386728, 0.06735620527347846, 0.2000248587368665, 0.03240213257348973, 0.26633636197747607, 0, 0.05454646685345393, 0.03205705805811215, 0.30739779958201396, 0.2756893012280276, 0.1962991325057731, 0.10974513470614806, 0.138451167225856, 0.09496330699856176, 0.4161311549935563, 0.03230478331658276, 0.13041035336028464, 0.08002271488693366, 0.031658961502355684, 0.1813958999559896, 0.04278161617311015, 0.12325742537895136, 0.0623127528130048, 0.03691051253597049, null, 0.0986259496218197, 0.2795125821095077, 0.2149999458480581, 0.2705906075599194, 0, 0.01922863879915198, 0.02069402356114165, 0.3573824203998396, 0.0026507721296255542, 0.04853742285952035, 0.03219905414639577, 0.039304056304693226, 0, 0.10061178178766142, 0.2182286579110782, 0.34922319652198247, 0.04020811611929197, 0.006665168441265091, 0.020392068766042153, 0.1019771975345115, 0.18973331471895885, null, 0.08775049625062702, 0.054825356339044, 0.07293564531524896, 0.4662574148631656, 0.08226724315261937, 0.021918513591224185, 0.0073298878269482705, 0.04035037970614154, 0.017969759449337312, 0.09418753132513064, 0.028797018348719772, 0.10070955131424436, 0.02449844430133478, 0.03894726147375425, 0.05744064358084208, 0.050173900389058355, 0.15160928149975392, 0.0666924707314226, 0.0038012771867417857, 0.07937460400652871, 0.10642046826522043, 0.2811354719245021, 0.07809265984039583, 0.1397803401238964, 0.043752138228695954, 0.04687525600547536, 0.08833983375535534, 0.09709586333414084, 0.019971459571766145, 0.00486000962547618, 0.03259251451702003, 0.025563735458234454, 0.009101168792903557, 0.1604092710394972, 0.012982590649409912, 0.2542670645227087, 0.2846050011061389, 0.15087306416668736, 0, 0.207073241911025, 0.14049439975959754, 0.21716069573998265, 0.05874441220150752, 0, 0.14083364169715248, 0.016811317921534952, 0.000482281856407829, 0.004463860902422139, 0.19734160955210983, 0.05209904542656053, 0.07075387698444364, 0.26891604198649327, 0, 0.0014629053310907284, 0.0002443180319499162, 0.1977880792133597, 0.07711458398739358, 0.3322147694136747, 0.05267291966732728, 0.05267291966732728, 0.05267291966732728, 0.05267291966732728, 0.05267291966732728, 0.05267291966732728, 0.05267291966732728, 0.05267291966732728, 0.13520208824863728, 0.04262420963693324, 0.005254746431630656, 0.055876775473893546, 0.1900189366991353, 0.05457948564555073, 0.0073298878269482705, 0.0073298878269482705, 0.0073298878269482705, 0.0073298878269482705, 0.024690006675520813, 0.13288252978132217, 0.0008754424395621338, 0.0008754424395621338, 0.0008754424395621338, 0.0008754424395621338, 0.0032221013996571574, 0.20332722784776144, 0.012438104393460887, 0.17301942444992308, 0.09023066600962812, 0.17562605782008786, 0.030390734901747964, 0.02440586836761628, 0.07186265072122151, 0.024715303843811123, 0.009140132707316432, 0.06730501012639484, 0, 0.05438722915315843, 0.022727329186811578, 0.009297988462064775, 0.011666622032999825, 0.00416199979405151, 0.014107916751275634, 0.04976980704224775, 0.03825050332948471, 0.07926979585985722, 0.009662788485302382, 0.10956266088224698, 0.10837074992679782, 0.0073298878269482705, 0.0073298878269482705, 0.0073298878269482705, 0.0073298878269482705, 0.049760737421429696, 0.1425293542752761, 0.0387703224834021, 0.0017451279610147755, 0.08202339763845365, 0.014237273533847442, 0.06429702066895439, 0.13913950165453867, 0.04332930959236336, 0.004290708100573818, 0, null, 0.05540159918653588, 0.003449986384763717, 0.0033930514884607, 0.01657378783327537, 0.008723193314513848, 0.12224343427899773, 0.0985564495963472, 0.013881072286205429, 0.013881072286205429, 0.013881072286205429, 0.013881072286205429, 0.008371007786647162, 0.004833197730653753, 0.06566006535412791, 0, 0.1961569837423424, 0.003857205595518567, 0.018184253584798343, 0.041886223989838225, 0.08253161432683748, 0.015262672691546218, 0.04552430114700787, 0.04552430114700787, 0.04552430114700787, 0.04552430114700787, 0.06921929504281875, 0.022912124022011662, 0.04184228579442001, 0.0857869349465134, 0.10757694763731614, 0.04079739908049635, 0, 0.08857421956694897, 0.04829736506634984, 0.2207115545129333, 0.014796509033355328, 0.0071089107770660916, 0.01928011321248982, 0.0024117750959441286, 0.06807415402546277, 0.05407989466210375, 0.1598025462890286, 0.14672831218125698, 0.001250818526133927, 0.12419695890442332, 0.040841267517590485, 0.011888338266863151, 0.04202095966993101, 0.014992356806401926, 0.15533436699335543, 0.07488394361770445, 0.0009786762014126107, 0.021808558803313848, 0.26482254043901615, 0.041651293727937314, 0.0024263658073215033, 0.0411962947380518, 0.0004036977220201547, 0.02008137316220706, 0.0832601667709308, 0.02419302132855371, 0.04108930658631308, 0, 0.01641117894191072, 0.0657415156166496, 0.05558537373032668, 0.0056916431533282205, 0.0056916431533282205, 0.0056916431533282205, 0.0056916431533282205, 0.09042873623193136, 0.1685728123854649, 0.01442052530692869, 0.06181669553462072, 0, 0.1405058649764373, 0.12478607453522111, 0.07443238572586429, 0.00662236342830435, 0.021542013048621148, 0.021542013048621148, 0.021542013048621148, 0.021542013048621148, 0.1622175023656375, 0.03526693840500582, 0.02503205606947013, 0.00043492512056502, 0.08913092110788512, 0.032606989302412306, 0.032606989302412306, 0.032606989302412306, 0.032606989302412306, 0.011411123524504066, 0.20605979142221845, 0.15218830695380017, 0.036750904146202946, 0.05901503648547382, 0.074899635091158, 0.048294237498479595, 0.08842358856238275, 0.004250464366861402, 0.04058599341099233, 0.045623738742426416, 0.04340118850788305, 0, 0.05200709435484486, 0.17439840889854097, 0.26623749362221666, 0.00997994212578704, 0.06972594552269348, 0.09127184578793064, 0.10977292554590488, null, 0.32501121082417705, 0.021676602355182137, 0.013273591187553922, 0.021542013048621148, 0.021542013048621148, 0.021542013048621148, 0.021542013048621148, 0.07574854722109867, 0.15320352630016806, 0.12369291865404504, 0.1247697577268703, 0.003975233873676231, 0.003975233873676231, 0.003975233873676231, 0.003975233873676231, 0.0016573519432676444, 0.01861779587009978, 0.20487333453064893, 0.007804874729086555, 0.23682952476609345, 0.11289544726501936, 0.021599307731950138, 0.06529294395283594, 0.22085554440069877, 0.02119034070381228, 0.01522159581322782, 0.028945461074319796, 0.06533865303353859, 0.13407707825058934, 0.023422025467402317, 0.10273861982994818, 0.18112792913770057, 0.009437295690839358, 0.016704329773488468, 0.09729529997225626, 0.06149878769265521, 0.037721735552169136, 0.04273949010045764, 0.2140688073513756, 0.005142797256628031, 0.07596629762196085, 0.01247114095087308, 0.04387303507267208, 0.029339502594384132, 0.08522686892371663, 0.1908979810650308, 0.006955420480950209, 0.028473066810096342, 0.1464608403273756, 0.07442777847391152, 0.05704882792989194, 0.17074396016256954, 0.06791162133905754, 0.0002696108562895244, 0.01426937715389015, 0.00593495773648834, 0.002269953255960699, 0.1207978246993478, 0.033948174045289374, 0.02401958219713949, 0.208132939482968, 0.08783958230924824, 0.32501121082417705, 0.16965393392545206, 0.10572468123025412, 0.03651264195326959, 0.09029103730746545, 0.40185796189170625, 0.0056916431533282205, 0.0056916431533282205, 0.0056916431533282205, 0.0056916431533282205, 0.009668871647075031, 0.4591479170272448, 0.011174297986529044, 0.16746632914986828, 0.009736809349105553, 0.008867302380334152, 0.17475448206077793, 0.0794434901473302, 0.0032828975505865532, 0.016012821696228228, 0.09503834869625868, 0.08070173548239992, 0.006668152802977525, 0.007956566752243778, 0.16596611645503728, 0.32036194089538517, 0.007979698834319995, 0.11009660392324663, 0.11009660392324663, 0.11009660392324663, 0.11009660392324663, 0.2404105199148659, 0.08738249945534965, 0.1225028046940646, 0.025341372770027, 0.02035298775743722, 0.0834330950354557, 0.03077266597368177, 0.018392834583672305, 0.03218339588315924, 0.015997194617927594, 0.10434821344740748, 0.1162395078161676, 0.0892611465629089, 0.07401396418970388, 0.004901798196660126, 0.006493278426968211, 0.16810335338282384, 0.1301638099361467, 0.011378797359656006, 0.1355268449086177, 0.1851699427045016, 0, 0.007733907463647514, 0.0693538395115245, 0.036764315581342195, 0.08908182065261094, 0, 0.04916264066234935, 0.03190211998720614, 0.496943342871996, 0.0007025487093462665, 0.004905625820324974, 0.04408442298057082, 0.08637570854571754, 0.11842068825764696, 0.004313629207350345, 0.22042729563299843, 0, 0.015818089920275853, 0.035189397445876805, 0.07604921460236148, 0.002721322352964491, 0.03946097875006206, 0.0559707009890652, 0.26265662780290894, 0.017458693480206344, 0.11009660392324663, 0.11009660392324663, 0.11009660392324663, 0.11009660392324663, 0.1551987931000164, 0.16864351629324795, 0.04318303442316321, 0.04682111740409561, 0.1668124578951082, 0.021842112910402636, 0.07931058275310342, 0.1596869193587118, 0.1731306098439828 ], "yaxis": "y2" }, { "customdata": [ [ "https://github.com/gjeschke/MMMx" ], [ "https://github.com/cmcb-warwick/KiT" ], [ "https://github.com/Mathbiomed/ION" ], [ "https://github.com/MEMO-toolbox/MEMO" ], [ "https://github.com/zpliulab/NAE" ], [ "https://github.com/PooyaBorzou/SPADAN" ], [ "https://github.com/KothapalliLabPSU/US-PA_simulation_codes" ], [ "https://github.com/wangchuanyuan1/project-MscNMF" ], [ "https://github.com/jpvanhat/GPQTLmapping" ], [ "https://github.com/VisLab/EEG-Spindles" ], [ "https://github.com/ucasdp/RobustTree" ], [ "https://github.com/Xabo-RB/Benchmarking_files" ], [ "https://github.com/wangsiwei2010/FPMVS-CAG" ], [ "https://github.com/vztu/VIDEVAL" ], [ "https://github.com/chang88ye/NIHBA" ], [ "https://github.com/kreutz-lab/DMR-DecisionTree" ], [ "https://github.com/ZhangChenLab/ImageCN" ], [ "https://github.com/BIMIB-DISCo/popFBA" ], [ "https://github.com/NetLand-NTU/HopLand" ], [ "https://github.com/wanglimin/MRCNN-Scene-Recognition" ], [ "https://github.com/subangstrom/superAngle" ], [ "https://github.com/subangstrom/superAngle" ], [ "https://github.com/subangstrom/superAngle" ], [ "https://github.com/subangstrom/superAngle" ], [ "https://github.com/ZhangHengMin/TRANSUFFC" ], [ "https://github.com/zhongchengwu/code_LRTCFPan" ], [ "https://github.com/huangdonghere/UDBGL" ], [ "https://github.com/CX-He/STCR" ], [ "https://github.com/Ma-Yier/DynCubeProd" ], [ "https://github.com/mahmoudnafifi/CIE_XYZ_NET" ], [ "https://github.com/danfenghong/ECCV2018_J-Play" ], [ "https://github.com/RamanLab/MinReact" ], [ "https://github.com/Not-so-middle/iEnhancer-KL" ], [ "https://github.com/ujemd/NSS-of-LWIR-and-Vissible-Images" ], [ "https://github.com/watera427/SPRINT-Race" ], [ "https://github.com/thuptimd/McDAPS" ], [ "https://github.com/zyj1318053/TCDM" ], [ "https://github.com/starxliu/FDDH" ], [ "https://github.com/xsshi2015/Scalable-Pairwise-based-Discrete-Hashing" ], [ "https://github.com/jyh-learning/DP-GLPCA" ], [ "https://github.com/BUNPC/Beam-Propagation-Method" ], [ "https://github.com/oxsatoolbox/oxsa" ], [ "https://github.com/Data2Dynamics/d2d" ], [ "https://github.com/mc-lan/SP-TCL" ], [ "https://github.com/renweidian/GTNN" ], [ "https://github.com/andronovl/SharpViSu" ], [ "https://github.com/weilvNJU/JPLTD" ], [ "https://github.com/filip-szczepankiewicz/Szczepankiewicz_DIB_2019" ], [ "https://github.com/ChangTang/HCP-IMSC" ], [ "https://github.com/huangdonghere/MDEC" ], [ "https://github.com/chenzhe207/RBD-DPL" ], [ "https://github.com/guldenolgun/miRCoop" ], [ "https://github.com/aescrdni/miRNA_model" ], [ "https://github.com/mabulnaga/placenta-flattening" ], [ "https://github.com/mabulnaga/placenta-flattening" ], [ "https://github.com/mabulnaga/placenta-flattening" ], [ "https://github.com/mabulnaga/placenta-flattening" ], [ "https://github.com/junjun-jiang/TLcR-RL" ], [ "https://github.com/christosbampis/NARX_QoE_release" ], [ "https://github.com/AdrianSeguraOrtiz/GENECI" ], [ "https://github.com/smfleming/HMeta-d" ], [ "https://github.com/LieberInstitute/dotdotdot" ], [ "https://github.com/lauramoraes/bioinformatics-sourcecode" ], [ "https://github.com/neuropoly/axonpacking" ], [ "https://github.com/sstudying/lzzhen" ], [ "https://github.com/alike-aydin/Iliski" ], [ "https://github.com/helenacockx/FOGtool" ], [ "https://github.com/bind-group-kul/net" ], [ "https://github.com/venguix/NeoRS" ], [ "https://github.com/WilliKoller/GP-Tool" ], [ "https://github.com/BioinformaticsCSU/MSBMF" ], [ "https://github.com/ixilai/ETEM" ], [ "https://github.com/rohdelab/nuclear_morphometry" ], [ "https://github.com/ShixuanGG/MV-H-RKM" ], [ "https://github.com/shilinrui/DFEDTL" ], [ "https://github.com/taozh2017/RGBD-SODsurvey" ], [ "https://github.com/YanZhu06/Captor" ], [ "https://github.com/Yuan-Yu/bioStructureM" ], [ "https://github.com/ekffar/LMMO" ], [ "https://github.com/RubyPeters/Angular-Ripleys-K" ], [ "https://github.com/johnthedy/Adaptive-Kriging-Using-PSO-HHs-in-HECRAS3D" ], [ "https://github.com/VisLab/EEG-Blinks" ], [ "https://github.com/nelson10/DemosaickingMultispectral3DSpherePacking" ], [ "https://github.com/BioMolecularPhysicsGroup-UNCC/MachineLearning" ], [ "https://github.com/afvillaverde/strike-goldd" ], [ "https://github.com/MahnazHabibi/MutationAnalysis" ], [ "https://github.com/GuoLanqing/Self-Convolution" ], [ "https://github.com/CDMB-lab/MPMI" ], [ "https://github.com/lyuyinuo/iPro2L-PSTKNC" ], [ "https://github.com/ishspsy/project" ], [ "https://github.com/gcappon/replay-bg" ], [ "https://github.com/zpliulab/scNAE" ], [ "https://github.com/djimenezsanchez/Synplex" ], [ "https://github.com/shidan0122/UMFS" ], [ "https://github.com/liuji93/DCM" ], [ "https://github.com/numediart/UMONS-TAICHI" ], [ "https://github.com/BioimageInformaticsTampere/RegBenchmark" ], [ "https://github.com/TIDOP-USAL/4DRoot" ], [ "https://github.com/liubo2358/scASKcmd" ], [ "https://github.com/MathBioCU/WSINDy_IPS" ], [ "https://github.com/wangjinlei-hnu/ACAS" ], [ "https://github.com/TakahiroKagawa/GaitAnalysis_BM" ], [ "https://github.com/tianyan8023/OBCS" ], [ "https://github.com/neuropoly/axonseg" ], [ "https://github.com/NDCLab/tfpca-tutorial" ], [ "https://github.com/pelkmanslab/ImageBasedTranscriptomics" ], [ "https://github.com/qi0906/SPLNMTF" ], [ "https://github.com/TheKorenLab/TIGER" ], [ "https://github.com/bjyoontamu/MONACO" ], [ "https://github.com/neurokidslab/eeg_preprocessing" ], [ "https://github.com/neuropoly/atlas-rat" ], [ "https://github.com/genssi-developer/GenSSI" ], [ "https://github.com/spatialsr/DeepLightFieldSSR" ], [ "https://github.com/gchowell/paramEstimation_forecasting_ODEmodels" ], [ "https://github.com/LanekoffLab/i2i" ], [ "https://github.com/ningzilan/SSWD" ], [ "https://github.com/danfenghong/ISPRS_S2FL" ], [ "https://github.com/ylm0505/HCGI" ], [ "https://github.com/wenguanwang/DHF1K" ], [ "https://github.com/moyanre/tumor_clones" ], [ "https://github.com/kuanglab/treeSGS" ], [ "https://github.com/davidcraft/SimKern" ], [ "https://github.com/stephenslab/rss" ], [ "https://github.com/AndrasHartmann/OptPipe" ], [ "https://github.com/subangstrom/superAngle" ], [ "https://github.com/subangstrom/superAngle" ], [ "https://github.com/subangstrom/superAngle" ], [ "https://github.com/subangstrom/superAngle" ], [ "https://github.com/serhan-yilmaz/macarons" ], [ "https://github.com/ylm0505/TCRWMDA" ], [ "https://github.com/4dsoftware/rea" ], [ "https://github.com/andymlau/Deuteros" ], [ "https://github.com/SysBioChalmers/SLIMEr" ], [ "https://github.com/AaltoPML/knowledge-elicitation-for-precision-medicine" ], [ "https://github.com/mscastillo/GRNVBEM" ], [ "https://github.com/divelab/deepem3d" ], [ "https://github.com/BioinformaticsCSU/HGIMC" ], [ "https://github.com/TJPBray/BEACH" ], [ "https://github.com/deshanyang/Lung-DIR-QA" ], [ "https://github.com/ShiMGLab/RRLSL" ], [ "https://github.com/yifuLu/GMHCC" ], [ "https://github.com/wildrootlab/SHARCQ" ], [ "https://github.com/aramis-lab/hiplay7-thickness" ], [ "https://github.com/AdrianSeguraOrtiz/MO-GENECI" ], [ "https://github.com/XiaoweiChenOSU/PnL-IOC" ], [ "https://github.com/Mrxuzhao/FFTCCA" ], [ "https://github.com/UU-ER/SorbentsScreening0D" ], [ "https://github.com/MahnazHabibi/Pathway" ], [ "https://github.com/SoNishiyama/IP-SIMPAT" ], [ "https://github.com/Rudan-X/NIDLE-flux-code" ], [ "https://github.com/sshaghayeghs/NMF-DR" ], [ "https://github.com/Ming-0113/DSCMF" ], [ "https://github.com/alcs417/CGGA" ], [ "https://github.com/MonaRazaghi/GeneReg" ], [ "https://github.com/LBBSoft/Target-Control-with-Minimal-Mediators" ], [ "https://github.com/tianchengzhe/EllipTrack" ], [ "https://github.com/nourmadhoun/Inference-Attacks-Differential-Privacy" ], [ "https://github.com/kotiang54/PgmGRNs" ], [ "https://github.com/ucasdp/RobustClone" ], [ "https://github.com/samansalike/DR-thermo" ], [ "https://github.com/xzenglab/DCF" ], [ "https://github.com/ElioS-S/pupil-size" ], [ "https://github.com/Benchmarking-Initiative/Benchmark-Models" ], [ "https://github.com/VisLab/blasst" ], [ "https://github.com/CRossSchmidtlein/dPETSTEP" ], [ "https://github.com/wangsy11/InfMod3DGen" ], [ "https://github.com/MathBioCU/WSINDy_PDE" ], [ "https://github.com/alcu/sms" ], [ "https://github.com/ebrahimakbary/PDWOA" ], [ "https://github.com/Vang-z/HGJO" ], [ "https://github.com/george-fedorov/erp-correlations" ], [ "https://github.com/syau-miao/DFSP" ], [ "https://github.com/gcappon/agata" ], [ "https://github.com/DuanHuiyu/ARIQA" ], [ "https://github.com/compbel/MULAN" ], [ "https://github.com/cuhklinlab/coupleCoC" ], [ "https://github.com/nourmadhoun/Differential-privacy-genomic-inference-attack" ], [ "https://github.com/ucrbioinfo/Selfish" ], [ "https://github.com/aanchalMongia/MGRNNMforDTI" ], [ "https://github.com/littleq1991/sparse_lowRank_regression" ], [ "https://github.com/fengli28/CSDM" ], [ "https://github.com/aalto-ics-kepaco/PMFA" ], [ "https://github.com/subangstrom/DeepDiffraction" ], [ "https://github.com/dittehald/GPICA" ], [ "https://github.com/Zhangxf-ccnu/pDNA" ], [ "https://github.com/kms1041/BeReTa" ], [ "https://github.com/lsgh/ismb15" ], [ "https://github.com/a-kramer/ode_rmhmc" ], [ "https://github.com/kanak02/MaOALO" ], [ "https://github.com/OceanSTARLab/DeepPnP" ], [ "https://github.com/pswain/segmentation-software" ], [ "https://github.com/MahnazHabibi/Gene_analysis" ], [ "https://github.com/SaeedKarami/VCSDFS" ], [ "https://github.com/djimenezsanchez/Blind_Unmixing_NMF_RI" ], [ "https://github.com/laplcebeltrami/maltreated" ], [ "https://github.com/chenzhe207/FSMSC" ], [ "https://github.com/Li-X-P/Code-of-Robust-Tensor-Completion" ], [ "https://github.com/meng-jie/EFMSDTI" ], [ "https://github.com/vpKumaravel/NEAR" ], [ "https://github.com/Philipp-MR/CoilGen" ], [ "https://github.com/mabulnaga/placenta-flattening" ], [ "https://github.com/mabulnaga/placenta-flattening" ], [ "https://github.com/mabulnaga/placenta-flattening" ], [ "https://github.com/mabulnaga/placenta-flattening" ], [ "https://github.com/albertozenere/Multi-omics-elementary-regulatory-motifs" ], [ "https://github.com/Jingyi-Cai/NECom" ], [ "https://github.com/xkmaxidian/DRjCC" ], [ "https://github.com/XieResearchGroup/WINTF" ], [ "https://github.com/xiangxuyu/2stepQA" ], [ "https://github.com/zrq0123/SinNLRR" ], [ "https://github.com/USTC-HIlab/NRL2DRP" ], [ "https://github.com/kpzoo/snyder-birth-death-code" ], [ "https://github.com/bokhariy/QuaDMutEx" ], [ "https://github.com/marcel-mischnik/IKAP" ], [ "https://github.com/RamanLab/FastSL" ], [ "https://github.com/younglululu/COCACOLA" ], [ "https://github.com/lv-csbg/optEnvelope" ], [ "https://github.com/EricLin1993/GRIN" ], [ "https://github.com/chonghua-1983/HONMF" ], [ "https://github.com/larvalign/larvalign" ], [ "https://github.com/laplcebeltrami/PH-STAT" ], [ "https://github.com/1234zsw/VMCSA" ], [ "https://github.com/Lqs-github/ACL" ], [ "https://github.com/xkmaxidian/NIC" ], [ "https://github.com/biocomputinglab/TYLER" ], [ "https://github.com/osmanberke/Deep-SSVEP-BCI" ], [ "https://github.com/ZCCQQWork/scDA" ], [ "https://github.com/Excelsior511/StackCPPred" ], [ "https://github.com/rabbitpei/SLE" ], [ "https://github.com/JianingXi/DriverSub" ], [ "https://github.com/bheAI/MonkeyCBP_CLI" ], [ "https://github.com/YANGeeg/MTS-DGCHN" ], [ "https://github.com/ICB-DCM/PESTO" ], [ "https://github.com/ICB-DCM/PESTO" ], [ "https://github.com/ICB-DCM/PESTO" ], [ "https://github.com/ICB-DCM/PESTO" ], [ "https://github.com/mnakanishi/TRCA-SSVEP" ], [ "https://github.com/Zi-Lab/eDetect" ], [ "https://github.com/NoiseLab-RLiu/Automate-PDE-identification" ], [ "https://github.com/subangstrom/aci" ], [ "https://github.com/gfxdisp/castleCSF" ], [ "https://github.com/quantitativeimaging/ELM" ], [ "https://github.com/MRogalski96/FPM-app" ], [ "https://github.com/GCQ2119216031/DDA-SKF" ], [ "https://github.com/SysBioChalmers/Streptomyces_coelicolor-GEM" ], [ "https://github.com/SysBioChalmers/RAVEN" ], [ "https://github.com/adalca/papago" ], [ "https://github.com/yuzhounh/GWC" ], [ "https://github.com/cbg-ethz/netics" ], [ "https://github.com/scalderazzo/FLNADD" ], [ "https://github.com/WhittakerLab/AAScatterPlot" ], [ "https://github.com/LBBSoft/Trader" ], [ "https://github.com/EffieChantzi/COMBSecretomics" ], [ "https://github.com/JUMPSuite/JUMPt" ], [ "https://github.com/wang-jin-mathbio/Jin2021" ], [ "https://github.com/brossetti/ssasu" ], [ "https://github.com/ezimic/Image-Quality-Evaluation" ], [ "https://github.com/pantakis/NMRpQuant" ], [ "https://github.com/DWALab/Phindr3D" ], [ "https://github.com/microDECT/DECTDec" ], [ "https://github.com/epa-kpc/RFMEVAL" ], [ "https://github.com/GTBiomech/HEADSport-Filter-Method" ], [ "https://github.com/kanak02/MOEDO" ], [ "https://github.com/kemaldemirtas/prc-MI" ], [ "https://github.com/saucermanlab/Netflux" ], [ "https://github.com/danmcduff/iphys-toolbox" ], [ "https://github.com/mensxmachina/autoML-GWAS" ], [ "https://github.com/MehmetEylemKirlangic/RepetitiveMovementAnalysis" ], [ "https://github.com/netZoo/netZooM" ], [ "https://github.com/Lili-Zheng-stat/TTOI" ], [ "https://github.com/zliu3/SPMGBA" ], [ "https://github.com/Poisson-EM/Entropy-weighted-NMF" ], [ "https://github.com/KvanNoord/3D-CNN-EEG-Emotion-Classification" ], [ "https://github.com/tangchuan2000/AGLSR" ], [ "https://github.com/emdadi/HMMPE" ], [ "https://github.com/sucv/SIR" ], [ "https://github.com/LongJin-lab/the-supplementary-file-for-CYB-E-2021-04-0944" ], [ "https://github.com/BGSU-RNA/ConformationalChange" ], [ "https://github.com/ICB-DCM/PESTO" ], [ "https://github.com/ICB-DCM/PESTO" ], [ "https://github.com/ICB-DCM/PESTO" ], [ "https://github.com/ICB-DCM/PESTO" ], [ "https://github.com/josecamachop/MEDA-Toolbox" ], [ "https://github.com/nifm-gin/MP3" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/MathBioCU/WENDy" ], [ "https://github.com/tabdelaal/CyTOFmerge" ], [ "https://github.com/arnauldserge1/MTT2col" ], [ "https://github.com/ElenaRojano/DomFun_project" ], [ "https://github.com/wangsiwei2010/PSIMVC-PG" ], [ "https://github.com/csjunxu/SSRSC" ], [ "https://github.com/liliangnudt/LSWMKC" ], [ "https://github.com/crystalzina/NIOTenRPCA" ], [ "https://github.com/jianxigao/NuRsE" ], [ "https://github.com/Duanlab123/CurvNLOS" ], [ "https://github.com/YidFeng/Easy2Hard" ], [ "https://github.com/jyh-learning/LAM" ], [ "https://github.com/vahidr213/Underwater-Image-Restoration-And-Enhancement-Collection" ], [ "https://github.com/sysbiolux/FALCON" ], [ "https://github.com/wenjiegroup/PEDLA" ], [ "https://github.com/AChavignon/PALA" ], [ "https://github.com/zyk2118216069/LPI-SKF" ], [ "https://github.com/NMikolajewicz/MetaLab" ], [ "https://github.com/amcorrigan/ia-lab" ], [ "https://github.com/kaizheng-academic/DLP" ], [ "https://github.com/wanxinhang/FCMVC-IV" ], [ "https://github.com/yulisun/LPEM" ], [ "https://github.com/LPengYang/Saturation-Line-Prior" ], [ "https://github.com/csjunxu/STAR" ], [ "https://github.com/smajidian/HapMC" ], [ "https://github.com/ofer-kimchi/LandscapeFold" ], [ "https://github.com/wangsiwei2010/graphlatefusion_MKC" ], [ "https://github.com/PingZhou-LF/Light-Field-Depth-Estimation-Based-on-Stitched-EPIs" ], [ "https://github.com/GroupeLaboGosselin/Reclassification" ], [ "https://github.com/mehmetyamac/GTSNET" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/z21110008/UIF" ], [ "https://github.com/LeoSvenningsson/TensorViewforMatlab" ], [ "https://github.com/xinwangliu/SimpleMKKMcodes" ], [ "https://github.com/xinwangliu/SimpleMKKMcodes" ], [ "https://github.com/xinwangliu/SimpleMKKMcodes" ], [ "https://github.com/xinwangliu/SimpleMKKMcodes" ], [ "https://github.com/puar-playground/TimedHN" ], [ "https://github.com/tonioser/VTMorphologicalModel" ], [ "https://github.com/CCC-members/BC-VARETA_Toolbox" ], [ "https://github.com/mensxmachina/PASL" ], [ "https://github.com/AntonioDeFalco/Adaptive-OCGP" ], [ "https://github.com/YaulabTsinghua/cumulative-Fourier-power-spectrum" ], [ "https://github.com/JinZhangLab/PFCE" ], [ "https://github.com/feigl/gipht" ], [ "https://github.com/CCC-members/Spectral-Structured-Sparse-Bayesian-Learning" ], [ "https://github.com/linwang1982/NRFSE" ], [ "https://github.com/artedison/Edison_Lab_Shared_Metabolomics_UGA" ], [ "https://github.com/weixuan-liang/SVD-based-SimpleMKKM" ], [ "https://github.com/wangxb96/EODE" ], [ "https://github.com/BoCheng-96/ISF-GOM" ], [ "https://github.com/Qinwenjinswu/TIP-Code" ], [ "https://github.com/yulisun/IRG-McS" ], [ "https://github.com/bioinfo0706/RaaMLab" ], [ "https://github.com/Mashirops/VSSI-GGD" ], [ "https://github.com/WangJun2023/EEOMVC" ], [ "https://github.com/misteru/CNAFS" ], [ "https://github.com/zjut-gwl/CSDRCANet" ], [ "https://github.com/XiongLi2016/ESMO" ], [ "https://github.com/remega/video_database" ], [ "https://github.com/wanxinhang/OMVCDR" ], [ "https://github.com/SVMrelated/UFS" ], [ "https://github.com/laplcebeltrami/hodge" ], [ "https://github.com/AoxiangFan/EifficientDeterministicSearch" ], [ "https://github.com/XiaofengCao-MachineLearning/Shattering-Distribution-for-Active-Learning" ], [ "https://github.com/shidan0122/FMICS" ], [ "https://github.com/songlab/chance" ], [ "https://github.com/CSUBioGroup/NIMCE" ], [ "https://github.com/Siritao/EC-CMS" ], [ "https://github.com/yulisun/AGSCC" ], [ "https://github.com/jcbmarques/clusterdv" ], [ "https://github.com/lockEF/SupCP" ], [ "https://github.com/csniuben/embryo_aligner" ], [ "https://github.com/rorybufacchi/LSA-filter" ], [ "https://github.com/ebrahimakbary/FISA" ], [ "https://github.com/zhazhiyuan/MCP_MSI_CS_Demo" ], [ "https://github.com/Dshijie/PIMVC" ], [ "https://github.com/FluctuationOD/Fluctuation-based-Outlier-Detection" ], [ "https://github.com/ChaoqunZheng/ESMH" ], [ "https://github.com/xinwangliu/SimpleMKKMcodes" ], [ "https://github.com/xinwangliu/SimpleMKKMcodes" ], [ "https://github.com/xinwangliu/SimpleMKKMcodes" ], [ "https://github.com/xinwangliu/SimpleMKKMcodes" ], [ "https://github.com/wuc567/Pattern-Mining" ], [ "https://github.com/wuc567/Pattern-Mining" ], [ "https://github.com/wuc567/Pattern-Mining" ], [ "https://github.com/wuc567/Pattern-Mining" ], [ "https://github.com/marouenbg/VFFVA" ], [ "https://github.com/RuwanT/model-fitting-cbs" ], [ "https://github.com/magStra/GPseudoRank" ], [ "https://github.com/AltschulerWu-Lab/PHOCOS" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/Imagefusions/imagefusions" ], [ "https://github.com/moyanre/method2" ], [ "https://github.com/aanchalMongia/McImpute_scRNAseq" ], [ "https://github.com/wuc567/Pattern-Mining" ], [ "https://github.com/wuc567/Pattern-Mining" ], [ "https://github.com/wuc567/Pattern-Mining" ], [ "https://github.com/wuc567/Pattern-Mining" ], [ "https://github.com/Tolutola/BoostGAPFILL" ], [ "https://github.com/WangJun2023/HLFC" ], [ "https://github.com/xdweixia/TBGL-MVC" ], [ "https://github.com/Jesse-Sharp/Sharp2021" ], [ "https://github.com/kuanglab/GraphTucker" ], [ "https://github.com/yeqiaoling/arcs_bn" ], [ "https://github.com/compbel/SCIFIL" ], [ "https://github.com/Tountain/SoundiationAcoustophoresis" ], [ "https://github.com/MathLee/OLBPNet4PFOS" ], [ "https://github.com/saschajung/RefBool" ], [ "https://github.com/ccdlcmu/shape_component_analysis_Matlab" ], [ "https://github.com/TaiXiangJiang/FastDeRain" ] ], "hovertemplate": "Primary language=MATLAB
Time of Existence (days)=%{x}
Normalized Total Entropy=%{y}
Repository URL=%{customdata[0]}", "legendgroup": "MATLAB", "marker": { "color": "#FFA15A", "opacity": 0.5, "symbol": "circle" }, "mode": "markers", "name": "MATLAB", "showlegend": true, "type": "scattergl", "x": [ 1432, 1692, 238, 436, 627, 1, 291, 93, 15, 754, 36, 309, 0, 550, 627, 307, 230, 5, 433, 752, 811, 811, 811, 811, 0, 232, 398, 205, 16, 978, 553, 179, 0, 691, 0, 34, 78, 18, 0, null, 353, 3056, 4136, 1, null, 3351, 7, 1314, 1, 1049, 594, 12, 354, 1894, 1894, 1894, 1894, 740, 267, 768, 3067, 615, 0, 303, 0, 1364, 681, 256, 408, null, 933, 377, 0, 0, null, 1091, 6, 1804, 0, 0, 0, 2684, 688, 1835, 1889, 0, 653, null, 1, 2607, 1145, 568, 370, 977, 0, 778, 302, 206, 310, 960, 9, 196, 0, 1372, 559, 499, 0, 100, 0, 790, 1321, 2993, 0, 386, 582, 86, 542, 0, 1721, 481, 13, 1064, 3193, 306, 811, 811, 811, 811, 24, 0, 716, 607, 692, 15, 1291, 352, 763, 104, 134, null, 184, 196, 217, 910, 533, 517, 0, 505, 287, 99, 170, null, 370, 366, 0, 918, 0, 104, 483, 418, 153, 567, 188, 253, 857, 885, 1264, 629, 43, 215, 1, 142, 1061, 122, 303, 0, 42, 291, 603, 395, null, 308, 118, 354, 135, 444, 0, 160, 11, 27, 1791, 368, 3, 1265, 729, 0, 472, 37, 1138, 657, 1894, 1894, 1894, 1894, 694, 443, 851, 759, 864, 0, 0, 0, null, 106, 1335, 503, 132, 546, 24, 307, 750, 0, 0, 59, null, 1068, 650, null, 283, 495, 0, 755, 1427, 1427, 1427, 1427, 2179, 364, 328, 187, 316, 1011, 684, 78, 1435, 2964, 1221, 679, 1587, 3, 1, 3, 168, 48, 4, 206, 0, 854, 802, 159, 259, null, 30, 1, 3267, 623, 9, 451, 2793, 41, 130, null, 1, 516, 51, 63, 0, 16, 1427, 1427, 1427, 1427, 3636, 2142, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 301, 398, 282, 60, 87, 864, 825, 0, 1002, 5, 867, 5, 305, 2764, 1, 983, 20, 90, 634, 0, 207, 449, 32, 156, 578, 615, 301, 142, 840, 380, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 702, 1272, 374, 374, 374, 374, 454, 0, 1190, 0, 194, 50, 949, 3205, 8, 240, 2196, 0, 893, 32, 221, 1269, 500, 0, 785, 945, 134, 311, 551, 120, null, 693, 69, 0, 1, 1619, 0, 355, 389, 435, 1401, 3, 0, 0, 41, 1, 90, 0, 374, 374, 374, 374, 1824, 1824, 1824, 1824, 1707, 880, 525, 0, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 1, 0, 263, 1824, 1824, 1824, 1824, 68, 930, 232, 235, 162, 313, 590, 305, 1072, 258, 269, 791 ], "xaxis": "x", "y": [ 0.006029940797365743, 0.020048750439399594, 0.018756323089505176, 0.030922989685975857, 0.007749840920068197, 0.042890499860288187, 0.1392345242554747, 0.30683431515470083, 0.24766821917979237, 0.020828640140917013, 0.3571480324144508, 0.0269272860434492, 0, 0.015434814438966216, 0.11277868894913776, 0.01837677002189579, 0.10429110618608416, 0.16503186402368536, 0.07871624785994326, 0.11670286513814812, 0.03515152659191382, 0.03515152659191382, 0.03515152659191382, 0.03515152659191382, 0, 0.12630007867422868, 0.043640530986396975, 0.04966520822063278, 0.3058296111238767, 0.1016121242246225, 0.0968614790849195, 0.14533314788955615, 0.007961888352180174, 0.1820258303295274, 0.26523771651185823, 0.04961178031011774, 0.004465494912099467, 0.2265786458090435, 0.15422711447579013, null, 0.24466118725413455, 0.010599376474719232, 0.0015984378811235425, 0.1757438568187521, null, 0.015029042732996972, 0.1067756740710612, 0.02535004654584951, 0.2371302292951753, 0.14158103631760638, 0, 0.4201529439358266, 0.0996804379722418, 0.10035783706461436, 0.10035783706461436, 0.10035783706461436, 0.10035783706461436, 0.01521749011920506, 0.12343008390935212, 0.00398175852492052, 0.07899350931397822, 0.02165528702270841, 0.09186205715545584, 0.06316318121129064, 0.31251498884448636, 0.08607806713956988, 0.07987693925954222, 0.1201324686093694, 0.032075862002374084, null, 0.26718572759908576, 0.11859817391845892, 0.03368020583267787, 0, null, 0.1718544314546674, 0.042442182423407686, 0.00282905198964821, 0.17242816326740323, 0.11732848755284292, 0.07262824642322376, 0.07703654799824868, 0.055910144351845666, 0.023681150572991732, 0.01294640643757426, 0.28288818023194984, 0.1274369281396882, null, 0.022334035442836377, 0.012383294864564146, 0.0412263958654697, 0.03778182870564852, 0.07694615117848438, 0.10302216757237775, 0.5270103209187899, 0.24932809762251965, 0.3598824083869142, 0.06530822358768922, 0.05051495280067638, 0.058383914211845474, 0.04764771942017982, 0.49261406801712576, 0, 0.014849350318146102, 0.0023756605787366527, 0.0901971942981776, 0.09371752839963653, 0.2246993869867321, 0, 0.03531690988926602, 0.06477011331039287, 0.01123320514151848, 0.009643985400459172, 0.10782798389401636, 0.06394071499092509, 0.210103485003938, 0.14358723874251383, 0.29414055920678706, 0.186369923091824, 0.21752105338238575, 0.27083190863604145, 0.041122276034885503, 0.02046481711327325, 0.23788575789858113, 0.03515152659191382, 0.03515152659191382, 0.03515152659191382, 0.03515152659191382, 0.12439664816225891, 0.06906084322251715, 0.16859628817756966, 0.06995276443235145, 0.005198533506201986, 0.2121206029669811, 0.054127461003873265, 0.05799138624207933, 0.2695280026764954, 0.07807982450389327, 0.03534241147221627, null, 0.06546714942385994, 0.04555118358506948, 0.32863648923422323, 0.003964183188105288, 0.003577266109571905, 0.176594773275358, 0.10750995095238863, 0.14989772165001522, 0.362887296795703, 0, 0.10989535867936612, null, 0.10749456181053169, 0.003767720115155382, 0, 0.036653876604195494, 0.07403747852481908, 0.1443744311236708, 0.028753085871751943, 0.09923574523722252, 0.10111481586551088, 0.05068879100084935, 0.002844024619619758, 0.18353572744816932, 0.06211528448062373, 0.011500370803805685, 0.11868336104214013, 0.004379602698725247, 0.016871368905502535, 0.21956555665140057, 0.5232233079969565, 0, 0.017898929931934496, 0.008574344522412403, 0.07890081891310392, 0.0493707437663704, 0.05654317145778134, 0.3009158221533329, 0.007231508257539079, 0.13748818744152608, null, 0.05120972970977775, 0.08002291250309555, 0.13203992598165268, 0.20206051844301512, 0.04485169489342497, 0.12857564425380183, 0.0631636090752027, 0.08962803346416075, 0.2311378285549507, 0.008093516099935926, 0.20089948571656968, 0.32611885497055304, 0.011275199944824498, 0.23616081656869956, 0, 0.020301157219010667, 0.27689930459681783, 0.0956511139264445, 0.04351180705671047, 0.10035783706461436, 0.10035783706461436, 0.10035783706461436, 0.10035783706461436, 0.06051162734865626, 0.06915540790622834, 0.3408562314349482, 0, 0.21753295460338, 0.2382834585636683, 0.05602990050153493, 0.01716223531539565, null, 0.2154157714805724, 0.12152030305422698, 0.034677172538631326, 0.2906526909242855, 0.03584436779067081, 0.12420363578956316, 0.12355112923704636, 0.13922716790292944, 0.26036878431326005, 0.004091225561239857, 0.15756549582395657, null, 0.20904759129494477, 0.14207621899938164, null, 0.12338181302794396, 0.05801237308742958, 0.044124060985920824, 0.20328932182881773, 0.01752457971832588, 0.01752457971832588, 0.01752457971832588, 0.01752457971832588, 0.2403611611331492, 0.03132874780309235, 0.11864103198235332, 0.1321596957395758, 0.09918650690547325, 0.0904513712897586, 0.037816061221293995, 0.07839241066597305, 0.082021075252199, 0.005511034573134499, 0.02553111196923337, 0.09264268763657522, 0.04583463054034148, 0.108992707679, 0.06912727397409163, 0.0042780735039009855, 0.13235623010200864, 0.07189404782509225, 0.4851679251855717, 0.05486373615542657, 0.1625639667521508, 0.01581285603571077, 0.012077357757809916, 0.1382026945307711, 0.007403326581095963, null, 0.01140366973452116, 0.19841052608290805, 0.006685484621000559, 0.17321123507148184, 0.007126118349477088, 0.07236563647031537, 0.015618366909906287, 0.33279855579654904, 0.19711698315007745, null, 0, 0.1298539806651338, 0.29368598355215336, 0.0960648176724382, 0.2652122736406498, 0.05384399208529118, 0.01752457971832588, 0.01752457971832588, 0.01752457971832588, 0.01752457971832588, 0.008372108583740566, 0.0017535195406658975, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.09618846791937224, 0.33567720417728436, 0.03812776043326557, 0.12721856664998787, 0.1077895761431534, 0.1159239517162939, 0.15312220093641135, 0.11101094647249214, 0.021910171390484904, 0.07605829750966996, 0.08137258428627299, 0.16713406628089691, 0.006955529222778815, 0.03424623954461912, 0.052730216812187494, 0.12763516372232886, 0.04597809725794611, 0.13705980937069037, 0.016422443577681953, 0.3078372289986214, 0.017402492458003422, 0.11647519532534811, 0.12344406933551572, 0.1538009622089712, 0.047305963655722, 0.01428394320531463, 0.43293164689846614, 0.04368847434628496, 0.228311251234052, 0.06269533630851144, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.08915331621080666, 0.09545914632994822, 0.0959840042513579, 0.0959840042513579, 0.0959840042513579, 0.0959840042513579, 0.01008906550935827, 0.2128819518721515, 0.013623140074462428, 0.10835989422904456, 0.10037098570020415, 0, 0.17642206353591758, 0.01123516304854686, 0.08764153500896647, 0.12950575889703853, 0.027551078772618837, 0, 0.08615024813967069, 0.12149707016889896, 0.08036692477616603, 0.17037848541053216, 0.0245333217697386, 0, 0.042747718258738555, 0.48943106283267374, 0.011288945330682974, 0.26047672072124844, 0.057303268854032745, 0.13650099026943857, null, 0.12835121745160627, 0.0797818731491366, 0, 0.13670592375437737, 0.046524731778523, 0.10269951287589904, 0.14517649158653642, 0.09299596451930912, 0.030265111075824587, 0.15282244196484418, 0, 0.24667920582048977, 0.2185316298274834, 0.016481312256255858, 0.2038186356282089, 0.1969159485724757, 0.3311739269581484, 0.0959840042513579, 0.0959840042513579, 0.0959840042513579, 0.0959840042513579, 0.0038947540774961023, 0.0038947540774961023, 0.0038947540774961023, 0.0038947540774961023, 0.020207086403800565, 0.14747581288240744, 0.03575992469196757, 0, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.014366622595435724, 0.3518989231255265, 0.00597531811508339, 0.0038947540774961023, 0.0038947540774961023, 0.0038947540774961023, 0.0038947540774961023, 0.017122874893689896, 0.1158636710744578, 0.13327342576603227, 0.08211777278109378, 0.009972627260970531, 0.17460660618519183, 0.08286808361104821, 0.05326885268771004, 0.0596789743278855, 0.03123666736061011, 0.00864755642379575, 0.02219096564253036 ], "yaxis": "y" }, { "alignmentgroup": "True", "boxpoints": "all", "customdata": [ [ "https://github.com/gjeschke/MMMx" ], [ "https://github.com/cmcb-warwick/KiT" ], [ "https://github.com/Mathbiomed/ION" ], [ "https://github.com/MEMO-toolbox/MEMO" ], [ "https://github.com/zpliulab/NAE" ], [ "https://github.com/PooyaBorzou/SPADAN" ], [ "https://github.com/KothapalliLabPSU/US-PA_simulation_codes" ], [ "https://github.com/wangchuanyuan1/project-MscNMF" ], [ "https://github.com/jpvanhat/GPQTLmapping" ], [ "https://github.com/VisLab/EEG-Spindles" ], [ "https://github.com/ucasdp/RobustTree" ], [ "https://github.com/Xabo-RB/Benchmarking_files" ], [ "https://github.com/wangsiwei2010/FPMVS-CAG" ], [ "https://github.com/vztu/VIDEVAL" ], [ "https://github.com/chang88ye/NIHBA" ], [ "https://github.com/kreutz-lab/DMR-DecisionTree" ], [ "https://github.com/ZhangChenLab/ImageCN" ], [ "https://github.com/BIMIB-DISCo/popFBA" ], [ "https://github.com/NetLand-NTU/HopLand" ], [ "https://github.com/wanglimin/MRCNN-Scene-Recognition" ], [ "https://github.com/subangstrom/superAngle" ], [ "https://github.com/subangstrom/superAngle" ], [ "https://github.com/subangstrom/superAngle" ], [ "https://github.com/subangstrom/superAngle" ], [ "https://github.com/ZhangHengMin/TRANSUFFC" ], [ "https://github.com/zhongchengwu/code_LRTCFPan" ], [ "https://github.com/huangdonghere/UDBGL" ], [ "https://github.com/CX-He/STCR" ], [ "https://github.com/Ma-Yier/DynCubeProd" ], [ "https://github.com/mahmoudnafifi/CIE_XYZ_NET" ], [ "https://github.com/danfenghong/ECCV2018_J-Play" ], [ "https://github.com/RamanLab/MinReact" ], [ "https://github.com/Not-so-middle/iEnhancer-KL" ], [ "https://github.com/ujemd/NSS-of-LWIR-and-Vissible-Images" ], [ "https://github.com/watera427/SPRINT-Race" ], [ "https://github.com/thuptimd/McDAPS" ], [ "https://github.com/zyj1318053/TCDM" ], [ "https://github.com/starxliu/FDDH" ], [ "https://github.com/xsshi2015/Scalable-Pairwise-based-Discrete-Hashing" ], [ "https://github.com/jyh-learning/DP-GLPCA" ], [ "https://github.com/BUNPC/Beam-Propagation-Method" ], [ "https://github.com/oxsatoolbox/oxsa" ], [ "https://github.com/Data2Dynamics/d2d" ], [ "https://github.com/mc-lan/SP-TCL" ], [ "https://github.com/renweidian/GTNN" ], [ "https://github.com/andronovl/SharpViSu" ], [ "https://github.com/weilvNJU/JPLTD" ], [ "https://github.com/filip-szczepankiewicz/Szczepankiewicz_DIB_2019" ], [ "https://github.com/ChangTang/HCP-IMSC" ], [ "https://github.com/huangdonghere/MDEC" ], [ "https://github.com/chenzhe207/RBD-DPL" ], [ "https://github.com/guldenolgun/miRCoop" ], [ "https://github.com/aescrdni/miRNA_model" ], [ "https://github.com/mabulnaga/placenta-flattening" ], [ "https://github.com/mabulnaga/placenta-flattening" ], [ "https://github.com/mabulnaga/placenta-flattening" ], [ "https://github.com/mabulnaga/placenta-flattening" ], [ "https://github.com/junjun-jiang/TLcR-RL" ], [ "https://github.com/christosbampis/NARX_QoE_release" ], [ "https://github.com/AdrianSeguraOrtiz/GENECI" ], [ "https://github.com/smfleming/HMeta-d" ], [ "https://github.com/LieberInstitute/dotdotdot" ], [ "https://github.com/lauramoraes/bioinformatics-sourcecode" ], [ "https://github.com/neuropoly/axonpacking" ], [ "https://github.com/sstudying/lzzhen" ], [ "https://github.com/alike-aydin/Iliski" ], [ "https://github.com/helenacockx/FOGtool" ], [ "https://github.com/bind-group-kul/net" ], [ "https://github.com/venguix/NeoRS" ], [ "https://github.com/WilliKoller/GP-Tool" ], [ "https://github.com/BioinformaticsCSU/MSBMF" ], [ "https://github.com/ixilai/ETEM" ], [ "https://github.com/rohdelab/nuclear_morphometry" ], [ "https://github.com/ShixuanGG/MV-H-RKM" ], [ "https://github.com/shilinrui/DFEDTL" ], [ "https://github.com/taozh2017/RGBD-SODsurvey" ], [ "https://github.com/YanZhu06/Captor" ], [ "https://github.com/Yuan-Yu/bioStructureM" ], [ "https://github.com/ekffar/LMMO" ], [ "https://github.com/RubyPeters/Angular-Ripleys-K" ], [ "https://github.com/johnthedy/Adaptive-Kriging-Using-PSO-HHs-in-HECRAS3D" ], [ "https://github.com/VisLab/EEG-Blinks" ], [ "https://github.com/nelson10/DemosaickingMultispectral3DSpherePacking" ], [ "https://github.com/BioMolecularPhysicsGroup-UNCC/MachineLearning" ], [ "https://github.com/afvillaverde/strike-goldd" ], [ "https://github.com/MahnazHabibi/MutationAnalysis" ], [ "https://github.com/GuoLanqing/Self-Convolution" ], [ "https://github.com/CDMB-lab/MPMI" ], [ "https://github.com/lyuyinuo/iPro2L-PSTKNC" ], [ "https://github.com/ishspsy/project" ], [ "https://github.com/gcappon/replay-bg" ], [ "https://github.com/zpliulab/scNAE" ], [ "https://github.com/djimenezsanchez/Synplex" ], [ "https://github.com/shidan0122/UMFS" ], [ "https://github.com/liuji93/DCM" ], [ "https://github.com/numediart/UMONS-TAICHI" ], [ "https://github.com/BioimageInformaticsTampere/RegBenchmark" ], [ "https://github.com/TIDOP-USAL/4DRoot" ], [ "https://github.com/liubo2358/scASKcmd" ], [ "https://github.com/MathBioCU/WSINDy_IPS" ], [ "https://github.com/wangjinlei-hnu/ACAS" ], [ "https://github.com/TakahiroKagawa/GaitAnalysis_BM" ], [ "https://github.com/tianyan8023/OBCS" ], [ "https://github.com/neuropoly/axonseg" ], [ "https://github.com/NDCLab/tfpca-tutorial" ], [ "https://github.com/pelkmanslab/ImageBasedTranscriptomics" ], [ "https://github.com/qi0906/SPLNMTF" ], [ "https://github.com/TheKorenLab/TIGER" ], [ "https://github.com/bjyoontamu/MONACO" ], [ "https://github.com/neurokidslab/eeg_preprocessing" ], [ "https://github.com/neuropoly/atlas-rat" ], [ "https://github.com/genssi-developer/GenSSI" ], [ "https://github.com/spatialsr/DeepLightFieldSSR" ], [ "https://github.com/gchowell/paramEstimation_forecasting_ODEmodels" ], [ "https://github.com/LanekoffLab/i2i" ], [ "https://github.com/ningzilan/SSWD" ], [ "https://github.com/danfenghong/ISPRS_S2FL" ], [ "https://github.com/ylm0505/HCGI" ], [ "https://github.com/wenguanwang/DHF1K" ], [ "https://github.com/moyanre/tumor_clones" ], [ "https://github.com/kuanglab/treeSGS" ], [ "https://github.com/davidcraft/SimKern" ], [ "https://github.com/stephenslab/rss" ], [ "https://github.com/AndrasHartmann/OptPipe" ], [ "https://github.com/subangstrom/superAngle" ], [ "https://github.com/subangstrom/superAngle" ], [ "https://github.com/subangstrom/superAngle" ], [ "https://github.com/subangstrom/superAngle" ], [ "https://github.com/serhan-yilmaz/macarons" ], [ "https://github.com/ylm0505/TCRWMDA" ], [ "https://github.com/4dsoftware/rea" ], [ "https://github.com/andymlau/Deuteros" ], [ "https://github.com/SysBioChalmers/SLIMEr" ], [ "https://github.com/AaltoPML/knowledge-elicitation-for-precision-medicine" ], [ "https://github.com/mscastillo/GRNVBEM" ], [ "https://github.com/divelab/deepem3d" ], [ "https://github.com/BioinformaticsCSU/HGIMC" ], [ "https://github.com/TJPBray/BEACH" ], [ "https://github.com/deshanyang/Lung-DIR-QA" ], [ "https://github.com/ShiMGLab/RRLSL" ], [ "https://github.com/yifuLu/GMHCC" ], [ "https://github.com/wildrootlab/SHARCQ" ], [ "https://github.com/aramis-lab/hiplay7-thickness" ], [ "https://github.com/AdrianSeguraOrtiz/MO-GENECI" ], [ "https://github.com/XiaoweiChenOSU/PnL-IOC" ], [ "https://github.com/Mrxuzhao/FFTCCA" ], [ "https://github.com/UU-ER/SorbentsScreening0D" ], [ "https://github.com/MahnazHabibi/Pathway" ], [ "https://github.com/SoNishiyama/IP-SIMPAT" ], [ "https://github.com/Rudan-X/NIDLE-flux-code" ], [ "https://github.com/sshaghayeghs/NMF-DR" ], [ "https://github.com/Ming-0113/DSCMF" ], [ "https://github.com/alcs417/CGGA" ], [ "https://github.com/MonaRazaghi/GeneReg" ], [ "https://github.com/LBBSoft/Target-Control-with-Minimal-Mediators" ], [ "https://github.com/tianchengzhe/EllipTrack" ], [ "https://github.com/nourmadhoun/Inference-Attacks-Differential-Privacy" ], [ "https://github.com/kotiang54/PgmGRNs" ], [ "https://github.com/ucasdp/RobustClone" ], [ "https://github.com/samansalike/DR-thermo" ], [ "https://github.com/xzenglab/DCF" ], [ "https://github.com/ElioS-S/pupil-size" ], [ "https://github.com/Benchmarking-Initiative/Benchmark-Models" ], [ "https://github.com/VisLab/blasst" ], [ "https://github.com/CRossSchmidtlein/dPETSTEP" ], [ "https://github.com/wangsy11/InfMod3DGen" ], [ "https://github.com/MathBioCU/WSINDy_PDE" ], [ "https://github.com/alcu/sms" ], [ "https://github.com/ebrahimakbary/PDWOA" ], [ "https://github.com/Vang-z/HGJO" ], [ "https://github.com/george-fedorov/erp-correlations" ], [ "https://github.com/syau-miao/DFSP" ], [ "https://github.com/gcappon/agata" ], [ "https://github.com/DuanHuiyu/ARIQA" ], [ "https://github.com/compbel/MULAN" ], [ "https://github.com/cuhklinlab/coupleCoC" ], [ "https://github.com/nourmadhoun/Differential-privacy-genomic-inference-attack" ], [ "https://github.com/ucrbioinfo/Selfish" ], [ "https://github.com/aanchalMongia/MGRNNMforDTI" ], [ "https://github.com/littleq1991/sparse_lowRank_regression" ], [ "https://github.com/fengli28/CSDM" ], [ "https://github.com/aalto-ics-kepaco/PMFA" ], [ "https://github.com/subangstrom/DeepDiffraction" ], [ "https://github.com/dittehald/GPICA" ], [ "https://github.com/Zhangxf-ccnu/pDNA" ], [ "https://github.com/kms1041/BeReTa" ], [ "https://github.com/lsgh/ismb15" ], [ "https://github.com/a-kramer/ode_rmhmc" ], [ "https://github.com/kanak02/MaOALO" ], [ "https://github.com/OceanSTARLab/DeepPnP" ], [ "https://github.com/pswain/segmentation-software" ], [ "https://github.com/MahnazHabibi/Gene_analysis" ], [ "https://github.com/SaeedKarami/VCSDFS" ], [ "https://github.com/djimenezsanchez/Blind_Unmixing_NMF_RI" ], [ "https://github.com/laplcebeltrami/maltreated" ], [ "https://github.com/chenzhe207/FSMSC" ], [ "https://github.com/Li-X-P/Code-of-Robust-Tensor-Completion" ], [ "https://github.com/meng-jie/EFMSDTI" ], [ "https://github.com/vpKumaravel/NEAR" ], [ "https://github.com/Philipp-MR/CoilGen" ], [ "https://github.com/mabulnaga/placenta-flattening" ], [ "https://github.com/mabulnaga/placenta-flattening" ], [ "https://github.com/mabulnaga/placenta-flattening" ], [ "https://github.com/mabulnaga/placenta-flattening" ], [ "https://github.com/albertozenere/Multi-omics-elementary-regulatory-motifs" ], [ "https://github.com/Jingyi-Cai/NECom" ], [ "https://github.com/xkmaxidian/DRjCC" ], [ "https://github.com/XieResearchGroup/WINTF" ], [ "https://github.com/xiangxuyu/2stepQA" ], [ "https://github.com/zrq0123/SinNLRR" ], [ "https://github.com/USTC-HIlab/NRL2DRP" ], [ "https://github.com/kpzoo/snyder-birth-death-code" ], [ "https://github.com/bokhariy/QuaDMutEx" ], [ "https://github.com/marcel-mischnik/IKAP" ], [ "https://github.com/RamanLab/FastSL" ], [ "https://github.com/younglululu/COCACOLA" ], [ "https://github.com/lv-csbg/optEnvelope" ], [ "https://github.com/EricLin1993/GRIN" ], [ "https://github.com/chonghua-1983/HONMF" ], [ "https://github.com/larvalign/larvalign" ], [ "https://github.com/laplcebeltrami/PH-STAT" ], [ "https://github.com/1234zsw/VMCSA" ], [ "https://github.com/Lqs-github/ACL" ], [ "https://github.com/xkmaxidian/NIC" ], [ "https://github.com/biocomputinglab/TYLER" ], [ "https://github.com/osmanberke/Deep-SSVEP-BCI" ], [ "https://github.com/ZCCQQWork/scDA" ], [ "https://github.com/Excelsior511/StackCPPred" ], [ "https://github.com/rabbitpei/SLE" ], [ "https://github.com/JianingXi/DriverSub" ], [ "https://github.com/bheAI/MonkeyCBP_CLI" ], [ "https://github.com/YANGeeg/MTS-DGCHN" ], [ "https://github.com/ICB-DCM/PESTO" ], [ "https://github.com/ICB-DCM/PESTO" ], [ "https://github.com/ICB-DCM/PESTO" ], [ "https://github.com/ICB-DCM/PESTO" ], [ "https://github.com/mnakanishi/TRCA-SSVEP" ], [ "https://github.com/Zi-Lab/eDetect" ], [ "https://github.com/NoiseLab-RLiu/Automate-PDE-identification" ], [ "https://github.com/subangstrom/aci" ], [ "https://github.com/gfxdisp/castleCSF" ], [ "https://github.com/quantitativeimaging/ELM" ], [ "https://github.com/MRogalski96/FPM-app" ], [ "https://github.com/GCQ2119216031/DDA-SKF" ], [ "https://github.com/SysBioChalmers/Streptomyces_coelicolor-GEM" ], [ "https://github.com/SysBioChalmers/RAVEN" ], [ "https://github.com/adalca/papago" ], [ "https://github.com/yuzhounh/GWC" ], [ "https://github.com/cbg-ethz/netics" ], [ "https://github.com/scalderazzo/FLNADD" ], [ "https://github.com/WhittakerLab/AAScatterPlot" ], [ "https://github.com/LBBSoft/Trader" ], [ "https://github.com/EffieChantzi/COMBSecretomics" ], [ "https://github.com/JUMPSuite/JUMPt" ], [ "https://github.com/wang-jin-mathbio/Jin2021" ], [ "https://github.com/brossetti/ssasu" ], [ "https://github.com/ezimic/Image-Quality-Evaluation" ], [ "https://github.com/pantakis/NMRpQuant" ], [ "https://github.com/DWALab/Phindr3D" ], [ "https://github.com/microDECT/DECTDec" ], [ "https://github.com/epa-kpc/RFMEVAL" ], [ "https://github.com/GTBiomech/HEADSport-Filter-Method" ], [ "https://github.com/kanak02/MOEDO" ], [ "https://github.com/kemaldemirtas/prc-MI" ], [ "https://github.com/saucermanlab/Netflux" ], [ "https://github.com/danmcduff/iphys-toolbox" ], [ "https://github.com/mensxmachina/autoML-GWAS" ], [ "https://github.com/MehmetEylemKirlangic/RepetitiveMovementAnalysis" ], [ "https://github.com/netZoo/netZooM" ], [ "https://github.com/Lili-Zheng-stat/TTOI" ], [ "https://github.com/zliu3/SPMGBA" ], [ "https://github.com/Poisson-EM/Entropy-weighted-NMF" ], [ "https://github.com/KvanNoord/3D-CNN-EEG-Emotion-Classification" ], [ "https://github.com/tangchuan2000/AGLSR" ], [ "https://github.com/emdadi/HMMPE" ], [ "https://github.com/sucv/SIR" ], [ "https://github.com/LongJin-lab/the-supplementary-file-for-CYB-E-2021-04-0944" ], [ "https://github.com/BGSU-RNA/ConformationalChange" ], [ "https://github.com/ICB-DCM/PESTO" ], [ "https://github.com/ICB-DCM/PESTO" ], [ "https://github.com/ICB-DCM/PESTO" ], [ "https://github.com/ICB-DCM/PESTO" ], [ "https://github.com/josecamachop/MEDA-Toolbox" ], [ "https://github.com/nifm-gin/MP3" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/MathBioCU/WENDy" ], [ "https://github.com/tabdelaal/CyTOFmerge" ], [ "https://github.com/arnauldserge1/MTT2col" ], [ "https://github.com/ElenaRojano/DomFun_project" ], [ "https://github.com/wangsiwei2010/PSIMVC-PG" ], [ "https://github.com/csjunxu/SSRSC" ], [ "https://github.com/liliangnudt/LSWMKC" ], [ "https://github.com/crystalzina/NIOTenRPCA" ], [ "https://github.com/jianxigao/NuRsE" ], [ "https://github.com/Duanlab123/CurvNLOS" ], [ "https://github.com/YidFeng/Easy2Hard" ], [ "https://github.com/jyh-learning/LAM" ], [ "https://github.com/vahidr213/Underwater-Image-Restoration-And-Enhancement-Collection" ], [ "https://github.com/sysbiolux/FALCON" ], [ "https://github.com/wenjiegroup/PEDLA" ], [ "https://github.com/AChavignon/PALA" ], [ "https://github.com/zyk2118216069/LPI-SKF" ], [ "https://github.com/NMikolajewicz/MetaLab" ], [ "https://github.com/amcorrigan/ia-lab" ], [ "https://github.com/kaizheng-academic/DLP" ], [ "https://github.com/wanxinhang/FCMVC-IV" ], [ "https://github.com/yulisun/LPEM" ], [ "https://github.com/LPengYang/Saturation-Line-Prior" ], [ "https://github.com/csjunxu/STAR" ], [ "https://github.com/smajidian/HapMC" ], [ "https://github.com/ofer-kimchi/LandscapeFold" ], [ "https://github.com/wangsiwei2010/graphlatefusion_MKC" ], [ "https://github.com/PingZhou-LF/Light-Field-Depth-Estimation-Based-on-Stitched-EPIs" ], [ "https://github.com/GroupeLaboGosselin/Reclassification" ], [ "https://github.com/mehmetyamac/GTSNET" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/z21110008/UIF" ], [ "https://github.com/LeoSvenningsson/TensorViewforMatlab" ], [ "https://github.com/xinwangliu/SimpleMKKMcodes" ], [ "https://github.com/xinwangliu/SimpleMKKMcodes" ], [ "https://github.com/xinwangliu/SimpleMKKMcodes" ], [ "https://github.com/xinwangliu/SimpleMKKMcodes" ], [ "https://github.com/puar-playground/TimedHN" ], [ "https://github.com/tonioser/VTMorphologicalModel" ], [ "https://github.com/CCC-members/BC-VARETA_Toolbox" ], [ "https://github.com/mensxmachina/PASL" ], [ "https://github.com/AntonioDeFalco/Adaptive-OCGP" ], [ "https://github.com/YaulabTsinghua/cumulative-Fourier-power-spectrum" ], [ "https://github.com/JinZhangLab/PFCE" ], [ "https://github.com/feigl/gipht" ], [ "https://github.com/CCC-members/Spectral-Structured-Sparse-Bayesian-Learning" ], [ "https://github.com/linwang1982/NRFSE" ], [ "https://github.com/artedison/Edison_Lab_Shared_Metabolomics_UGA" ], [ "https://github.com/weixuan-liang/SVD-based-SimpleMKKM" ], [ "https://github.com/wangxb96/EODE" ], [ "https://github.com/BoCheng-96/ISF-GOM" ], [ "https://github.com/Qinwenjinswu/TIP-Code" ], [ "https://github.com/yulisun/IRG-McS" ], [ "https://github.com/bioinfo0706/RaaMLab" ], [ "https://github.com/Mashirops/VSSI-GGD" ], [ "https://github.com/WangJun2023/EEOMVC" ], [ "https://github.com/misteru/CNAFS" ], [ "https://github.com/zjut-gwl/CSDRCANet" ], [ "https://github.com/XiongLi2016/ESMO" ], [ "https://github.com/remega/video_database" ], [ "https://github.com/wanxinhang/OMVCDR" ], [ "https://github.com/SVMrelated/UFS" ], [ "https://github.com/laplcebeltrami/hodge" ], [ "https://github.com/AoxiangFan/EifficientDeterministicSearch" ], [ "https://github.com/XiaofengCao-MachineLearning/Shattering-Distribution-for-Active-Learning" ], [ "https://github.com/shidan0122/FMICS" ], [ "https://github.com/songlab/chance" ], [ "https://github.com/CSUBioGroup/NIMCE" ], [ "https://github.com/Siritao/EC-CMS" ], [ "https://github.com/yulisun/AGSCC" ], [ "https://github.com/jcbmarques/clusterdv" ], [ "https://github.com/lockEF/SupCP" ], [ "https://github.com/csniuben/embryo_aligner" ], [ "https://github.com/rorybufacchi/LSA-filter" ], [ "https://github.com/ebrahimakbary/FISA" ], [ "https://github.com/zhazhiyuan/MCP_MSI_CS_Demo" ], [ "https://github.com/Dshijie/PIMVC" ], [ "https://github.com/FluctuationOD/Fluctuation-based-Outlier-Detection" ], [ "https://github.com/ChaoqunZheng/ESMH" ], [ "https://github.com/xinwangliu/SimpleMKKMcodes" ], [ "https://github.com/xinwangliu/SimpleMKKMcodes" ], [ "https://github.com/xinwangliu/SimpleMKKMcodes" ], [ "https://github.com/xinwangliu/SimpleMKKMcodes" ], [ "https://github.com/wuc567/Pattern-Mining" ], [ "https://github.com/wuc567/Pattern-Mining" ], [ "https://github.com/wuc567/Pattern-Mining" ], [ "https://github.com/wuc567/Pattern-Mining" ], [ "https://github.com/marouenbg/VFFVA" ], [ "https://github.com/RuwanT/model-fitting-cbs" ], [ "https://github.com/magStra/GPseudoRank" ], [ "https://github.com/AltschulerWu-Lab/PHOCOS" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/Imagefusions/imagefusions" ], [ "https://github.com/moyanre/method2" ], [ "https://github.com/aanchalMongia/McImpute_scRNAseq" ], [ "https://github.com/wuc567/Pattern-Mining" ], [ "https://github.com/wuc567/Pattern-Mining" ], [ "https://github.com/wuc567/Pattern-Mining" ], [ "https://github.com/wuc567/Pattern-Mining" ], [ "https://github.com/Tolutola/BoostGAPFILL" ], [ "https://github.com/WangJun2023/HLFC" ], [ "https://github.com/xdweixia/TBGL-MVC" ], [ "https://github.com/Jesse-Sharp/Sharp2021" ], [ "https://github.com/kuanglab/GraphTucker" ], [ "https://github.com/yeqiaoling/arcs_bn" ], [ "https://github.com/compbel/SCIFIL" ], [ "https://github.com/Tountain/SoundiationAcoustophoresis" ], [ "https://github.com/MathLee/OLBPNet4PFOS" ], [ "https://github.com/saschajung/RefBool" ], [ "https://github.com/ccdlcmu/shape_component_analysis_Matlab" ], [ "https://github.com/TaiXiangJiang/FastDeRain" ] ], "fillcolor": "rgba(255,255,255,0)", "hoveron": "points", "hovertemplate": "Primary language=MATLAB
Time of Existence (days)=%{x}
Repository URL=%{customdata[0]}", "jitter": 0, "legendgroup": "MATLAB", "line": { "color": "rgba(255,255,255,0)" }, "marker": { "color": "#FFA15A", "symbol": "line-ns-open" }, "name": "MATLAB", "offsetgroup": "MATLAB", "showlegend": false, "type": "box", "x": [ 1432, 1692, 238, 436, 627, 1, 291, 93, 15, 754, 36, 309, 0, 550, 627, 307, 230, 5, 433, 752, 811, 811, 811, 811, 0, 232, 398, 205, 16, 978, 553, 179, 0, 691, 0, 34, 78, 18, 0, null, 353, 3056, 4136, 1, null, 3351, 7, 1314, 1, 1049, 594, 12, 354, 1894, 1894, 1894, 1894, 740, 267, 768, 3067, 615, 0, 303, 0, 1364, 681, 256, 408, null, 933, 377, 0, 0, null, 1091, 6, 1804, 0, 0, 0, 2684, 688, 1835, 1889, 0, 653, null, 1, 2607, 1145, 568, 370, 977, 0, 778, 302, 206, 310, 960, 9, 196, 0, 1372, 559, 499, 0, 100, 0, 790, 1321, 2993, 0, 386, 582, 86, 542, 0, 1721, 481, 13, 1064, 3193, 306, 811, 811, 811, 811, 24, 0, 716, 607, 692, 15, 1291, 352, 763, 104, 134, null, 184, 196, 217, 910, 533, 517, 0, 505, 287, 99, 170, null, 370, 366, 0, 918, 0, 104, 483, 418, 153, 567, 188, 253, 857, 885, 1264, 629, 43, 215, 1, 142, 1061, 122, 303, 0, 42, 291, 603, 395, null, 308, 118, 354, 135, 444, 0, 160, 11, 27, 1791, 368, 3, 1265, 729, 0, 472, 37, 1138, 657, 1894, 1894, 1894, 1894, 694, 443, 851, 759, 864, 0, 0, 0, null, 106, 1335, 503, 132, 546, 24, 307, 750, 0, 0, 59, null, 1068, 650, null, 283, 495, 0, 755, 1427, 1427, 1427, 1427, 2179, 364, 328, 187, 316, 1011, 684, 78, 1435, 2964, 1221, 679, 1587, 3, 1, 3, 168, 48, 4, 206, 0, 854, 802, 159, 259, null, 30, 1, 3267, 623, 9, 451, 2793, 41, 130, null, 1, 516, 51, 63, 0, 16, 1427, 1427, 1427, 1427, 3636, 2142, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 301, 398, 282, 60, 87, 864, 825, 0, 1002, 5, 867, 5, 305, 2764, 1, 983, 20, 90, 634, 0, 207, 449, 32, 156, 578, 615, 301, 142, 840, 380, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 702, 1272, 374, 374, 374, 374, 454, 0, 1190, 0, 194, 50, 949, 3205, 8, 240, 2196, 0, 893, 32, 221, 1269, 500, 0, 785, 945, 134, 311, 551, 120, null, 693, 69, 0, 1, 1619, 0, 355, 389, 435, 1401, 3, 0, 0, 41, 1, 90, 0, 374, 374, 374, 374, 1824, 1824, 1824, 1824, 1707, 880, 525, 0, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 1, 0, 263, 1824, 1824, 1824, 1824, 68, 930, 232, 235, 162, 313, 590, 305, 1072, 258, 269, 791 ], "xaxis": "x3", "yaxis": "y3" }, { "alignmentgroup": "True", "customdata": [ [ "https://github.com/gjeschke/MMMx" ], [ "https://github.com/cmcb-warwick/KiT" ], [ "https://github.com/Mathbiomed/ION" ], [ "https://github.com/MEMO-toolbox/MEMO" ], [ "https://github.com/zpliulab/NAE" ], [ "https://github.com/PooyaBorzou/SPADAN" ], [ "https://github.com/KothapalliLabPSU/US-PA_simulation_codes" ], [ "https://github.com/wangchuanyuan1/project-MscNMF" ], [ "https://github.com/jpvanhat/GPQTLmapping" ], [ "https://github.com/VisLab/EEG-Spindles" ], [ "https://github.com/ucasdp/RobustTree" ], [ "https://github.com/Xabo-RB/Benchmarking_files" ], [ "https://github.com/wangsiwei2010/FPMVS-CAG" ], [ "https://github.com/vztu/VIDEVAL" ], [ "https://github.com/chang88ye/NIHBA" ], [ "https://github.com/kreutz-lab/DMR-DecisionTree" ], [ "https://github.com/ZhangChenLab/ImageCN" ], [ "https://github.com/BIMIB-DISCo/popFBA" ], [ "https://github.com/NetLand-NTU/HopLand" ], [ "https://github.com/wanglimin/MRCNN-Scene-Recognition" ], [ "https://github.com/subangstrom/superAngle" ], [ "https://github.com/subangstrom/superAngle" ], [ "https://github.com/subangstrom/superAngle" ], [ "https://github.com/subangstrom/superAngle" ], [ "https://github.com/ZhangHengMin/TRANSUFFC" ], [ "https://github.com/zhongchengwu/code_LRTCFPan" ], [ "https://github.com/huangdonghere/UDBGL" ], [ "https://github.com/CX-He/STCR" ], [ "https://github.com/Ma-Yier/DynCubeProd" ], [ "https://github.com/mahmoudnafifi/CIE_XYZ_NET" ], [ "https://github.com/danfenghong/ECCV2018_J-Play" ], [ "https://github.com/RamanLab/MinReact" ], [ "https://github.com/Not-so-middle/iEnhancer-KL" ], [ "https://github.com/ujemd/NSS-of-LWIR-and-Vissible-Images" ], [ "https://github.com/watera427/SPRINT-Race" ], [ "https://github.com/thuptimd/McDAPS" ], [ "https://github.com/zyj1318053/TCDM" ], [ "https://github.com/starxliu/FDDH" ], [ "https://github.com/xsshi2015/Scalable-Pairwise-based-Discrete-Hashing" ], [ "https://github.com/jyh-learning/DP-GLPCA" ], [ "https://github.com/BUNPC/Beam-Propagation-Method" ], [ "https://github.com/oxsatoolbox/oxsa" ], [ "https://github.com/Data2Dynamics/d2d" ], [ "https://github.com/mc-lan/SP-TCL" ], [ "https://github.com/renweidian/GTNN" ], [ "https://github.com/andronovl/SharpViSu" ], [ "https://github.com/weilvNJU/JPLTD" ], [ "https://github.com/filip-szczepankiewicz/Szczepankiewicz_DIB_2019" ], [ "https://github.com/ChangTang/HCP-IMSC" ], [ "https://github.com/huangdonghere/MDEC" ], [ "https://github.com/chenzhe207/RBD-DPL" ], [ "https://github.com/guldenolgun/miRCoop" ], [ "https://github.com/aescrdni/miRNA_model" ], [ "https://github.com/mabulnaga/placenta-flattening" ], [ "https://github.com/mabulnaga/placenta-flattening" ], [ "https://github.com/mabulnaga/placenta-flattening" ], [ "https://github.com/mabulnaga/placenta-flattening" ], [ "https://github.com/junjun-jiang/TLcR-RL" ], [ "https://github.com/christosbampis/NARX_QoE_release" ], [ "https://github.com/AdrianSeguraOrtiz/GENECI" ], [ "https://github.com/smfleming/HMeta-d" ], [ "https://github.com/LieberInstitute/dotdotdot" ], [ "https://github.com/lauramoraes/bioinformatics-sourcecode" ], [ "https://github.com/neuropoly/axonpacking" ], [ "https://github.com/sstudying/lzzhen" ], [ "https://github.com/alike-aydin/Iliski" ], [ "https://github.com/helenacockx/FOGtool" ], [ "https://github.com/bind-group-kul/net" ], [ "https://github.com/venguix/NeoRS" ], [ "https://github.com/WilliKoller/GP-Tool" ], [ "https://github.com/BioinformaticsCSU/MSBMF" ], [ "https://github.com/ixilai/ETEM" ], [ "https://github.com/rohdelab/nuclear_morphometry" ], [ "https://github.com/ShixuanGG/MV-H-RKM" ], [ "https://github.com/shilinrui/DFEDTL" ], [ "https://github.com/taozh2017/RGBD-SODsurvey" ], [ "https://github.com/YanZhu06/Captor" ], [ "https://github.com/Yuan-Yu/bioStructureM" ], [ "https://github.com/ekffar/LMMO" ], [ "https://github.com/RubyPeters/Angular-Ripleys-K" ], [ "https://github.com/johnthedy/Adaptive-Kriging-Using-PSO-HHs-in-HECRAS3D" ], [ "https://github.com/VisLab/EEG-Blinks" ], [ "https://github.com/nelson10/DemosaickingMultispectral3DSpherePacking" ], [ "https://github.com/BioMolecularPhysicsGroup-UNCC/MachineLearning" ], [ "https://github.com/afvillaverde/strike-goldd" ], [ "https://github.com/MahnazHabibi/MutationAnalysis" ], [ "https://github.com/GuoLanqing/Self-Convolution" ], [ "https://github.com/CDMB-lab/MPMI" ], [ "https://github.com/lyuyinuo/iPro2L-PSTKNC" ], [ "https://github.com/ishspsy/project" ], [ "https://github.com/gcappon/replay-bg" ], [ "https://github.com/zpliulab/scNAE" ], [ "https://github.com/djimenezsanchez/Synplex" ], [ "https://github.com/shidan0122/UMFS" ], [ "https://github.com/liuji93/DCM" ], [ "https://github.com/numediart/UMONS-TAICHI" ], [ "https://github.com/BioimageInformaticsTampere/RegBenchmark" ], [ "https://github.com/TIDOP-USAL/4DRoot" ], [ "https://github.com/liubo2358/scASKcmd" ], [ "https://github.com/MathBioCU/WSINDy_IPS" ], [ "https://github.com/wangjinlei-hnu/ACAS" ], [ "https://github.com/TakahiroKagawa/GaitAnalysis_BM" ], [ "https://github.com/tianyan8023/OBCS" ], [ "https://github.com/neuropoly/axonseg" ], [ "https://github.com/NDCLab/tfpca-tutorial" ], [ "https://github.com/pelkmanslab/ImageBasedTranscriptomics" ], [ "https://github.com/qi0906/SPLNMTF" ], [ "https://github.com/TheKorenLab/TIGER" ], [ "https://github.com/bjyoontamu/MONACO" ], [ "https://github.com/neurokidslab/eeg_preprocessing" ], [ "https://github.com/neuropoly/atlas-rat" ], [ "https://github.com/genssi-developer/GenSSI" ], [ "https://github.com/spatialsr/DeepLightFieldSSR" ], [ "https://github.com/gchowell/paramEstimation_forecasting_ODEmodels" ], [ "https://github.com/LanekoffLab/i2i" ], [ "https://github.com/ningzilan/SSWD" ], [ "https://github.com/danfenghong/ISPRS_S2FL" ], [ "https://github.com/ylm0505/HCGI" ], [ "https://github.com/wenguanwang/DHF1K" ], [ "https://github.com/moyanre/tumor_clones" ], [ "https://github.com/kuanglab/treeSGS" ], [ "https://github.com/davidcraft/SimKern" ], [ "https://github.com/stephenslab/rss" ], [ "https://github.com/AndrasHartmann/OptPipe" ], [ "https://github.com/subangstrom/superAngle" ], [ "https://github.com/subangstrom/superAngle" ], [ "https://github.com/subangstrom/superAngle" ], [ "https://github.com/subangstrom/superAngle" ], [ "https://github.com/serhan-yilmaz/macarons" ], [ "https://github.com/ylm0505/TCRWMDA" ], [ "https://github.com/4dsoftware/rea" ], [ "https://github.com/andymlau/Deuteros" ], [ "https://github.com/SysBioChalmers/SLIMEr" ], [ "https://github.com/AaltoPML/knowledge-elicitation-for-precision-medicine" ], [ "https://github.com/mscastillo/GRNVBEM" ], [ "https://github.com/divelab/deepem3d" ], [ "https://github.com/BioinformaticsCSU/HGIMC" ], [ "https://github.com/TJPBray/BEACH" ], [ "https://github.com/deshanyang/Lung-DIR-QA" ], [ "https://github.com/ShiMGLab/RRLSL" ], [ "https://github.com/yifuLu/GMHCC" ], [ "https://github.com/wildrootlab/SHARCQ" ], [ "https://github.com/aramis-lab/hiplay7-thickness" ], [ "https://github.com/AdrianSeguraOrtiz/MO-GENECI" ], [ "https://github.com/XiaoweiChenOSU/PnL-IOC" ], [ "https://github.com/Mrxuzhao/FFTCCA" ], [ "https://github.com/UU-ER/SorbentsScreening0D" ], [ "https://github.com/MahnazHabibi/Pathway" ], [ "https://github.com/SoNishiyama/IP-SIMPAT" ], [ "https://github.com/Rudan-X/NIDLE-flux-code" ], [ "https://github.com/sshaghayeghs/NMF-DR" ], [ "https://github.com/Ming-0113/DSCMF" ], [ "https://github.com/alcs417/CGGA" ], [ "https://github.com/MonaRazaghi/GeneReg" ], [ "https://github.com/LBBSoft/Target-Control-with-Minimal-Mediators" ], [ "https://github.com/tianchengzhe/EllipTrack" ], [ "https://github.com/nourmadhoun/Inference-Attacks-Differential-Privacy" ], [ "https://github.com/kotiang54/PgmGRNs" ], [ "https://github.com/ucasdp/RobustClone" ], [ "https://github.com/samansalike/DR-thermo" ], [ "https://github.com/xzenglab/DCF" ], [ "https://github.com/ElioS-S/pupil-size" ], [ "https://github.com/Benchmarking-Initiative/Benchmark-Models" ], [ "https://github.com/VisLab/blasst" ], [ "https://github.com/CRossSchmidtlein/dPETSTEP" ], [ "https://github.com/wangsy11/InfMod3DGen" ], [ "https://github.com/MathBioCU/WSINDy_PDE" ], [ "https://github.com/alcu/sms" ], [ "https://github.com/ebrahimakbary/PDWOA" ], [ "https://github.com/Vang-z/HGJO" ], [ "https://github.com/george-fedorov/erp-correlations" ], [ "https://github.com/syau-miao/DFSP" ], [ "https://github.com/gcappon/agata" ], [ "https://github.com/DuanHuiyu/ARIQA" ], [ "https://github.com/compbel/MULAN" ], [ "https://github.com/cuhklinlab/coupleCoC" ], [ "https://github.com/nourmadhoun/Differential-privacy-genomic-inference-attack" ], [ "https://github.com/ucrbioinfo/Selfish" ], [ "https://github.com/aanchalMongia/MGRNNMforDTI" ], [ "https://github.com/littleq1991/sparse_lowRank_regression" ], [ "https://github.com/fengli28/CSDM" ], [ "https://github.com/aalto-ics-kepaco/PMFA" ], [ "https://github.com/subangstrom/DeepDiffraction" ], [ "https://github.com/dittehald/GPICA" ], [ "https://github.com/Zhangxf-ccnu/pDNA" ], [ "https://github.com/kms1041/BeReTa" ], [ "https://github.com/lsgh/ismb15" ], [ "https://github.com/a-kramer/ode_rmhmc" ], [ "https://github.com/kanak02/MaOALO" ], [ "https://github.com/OceanSTARLab/DeepPnP" ], [ "https://github.com/pswain/segmentation-software" ], [ "https://github.com/MahnazHabibi/Gene_analysis" ], [ "https://github.com/SaeedKarami/VCSDFS" ], [ "https://github.com/djimenezsanchez/Blind_Unmixing_NMF_RI" ], [ "https://github.com/laplcebeltrami/maltreated" ], [ "https://github.com/chenzhe207/FSMSC" ], [ "https://github.com/Li-X-P/Code-of-Robust-Tensor-Completion" ], [ "https://github.com/meng-jie/EFMSDTI" ], [ "https://github.com/vpKumaravel/NEAR" ], [ "https://github.com/Philipp-MR/CoilGen" ], [ "https://github.com/mabulnaga/placenta-flattening" ], [ "https://github.com/mabulnaga/placenta-flattening" ], [ "https://github.com/mabulnaga/placenta-flattening" ], [ "https://github.com/mabulnaga/placenta-flattening" ], [ "https://github.com/albertozenere/Multi-omics-elementary-regulatory-motifs" ], [ "https://github.com/Jingyi-Cai/NECom" ], [ "https://github.com/xkmaxidian/DRjCC" ], [ "https://github.com/XieResearchGroup/WINTF" ], [ "https://github.com/xiangxuyu/2stepQA" ], [ "https://github.com/zrq0123/SinNLRR" ], [ "https://github.com/USTC-HIlab/NRL2DRP" ], [ "https://github.com/kpzoo/snyder-birth-death-code" ], [ "https://github.com/bokhariy/QuaDMutEx" ], [ "https://github.com/marcel-mischnik/IKAP" ], [ "https://github.com/RamanLab/FastSL" ], [ "https://github.com/younglululu/COCACOLA" ], [ "https://github.com/lv-csbg/optEnvelope" ], [ "https://github.com/EricLin1993/GRIN" ], [ "https://github.com/chonghua-1983/HONMF" ], [ "https://github.com/larvalign/larvalign" ], [ "https://github.com/laplcebeltrami/PH-STAT" ], [ "https://github.com/1234zsw/VMCSA" ], [ "https://github.com/Lqs-github/ACL" ], [ "https://github.com/xkmaxidian/NIC" ], [ "https://github.com/biocomputinglab/TYLER" ], [ "https://github.com/osmanberke/Deep-SSVEP-BCI" ], [ "https://github.com/ZCCQQWork/scDA" ], [ "https://github.com/Excelsior511/StackCPPred" ], [ "https://github.com/rabbitpei/SLE" ], [ "https://github.com/JianingXi/DriverSub" ], [ "https://github.com/bheAI/MonkeyCBP_CLI" ], [ "https://github.com/YANGeeg/MTS-DGCHN" ], [ "https://github.com/ICB-DCM/PESTO" ], [ "https://github.com/ICB-DCM/PESTO" ], [ "https://github.com/ICB-DCM/PESTO" ], [ "https://github.com/ICB-DCM/PESTO" ], [ "https://github.com/mnakanishi/TRCA-SSVEP" ], [ "https://github.com/Zi-Lab/eDetect" ], [ "https://github.com/NoiseLab-RLiu/Automate-PDE-identification" ], [ "https://github.com/subangstrom/aci" ], [ "https://github.com/gfxdisp/castleCSF" ], [ "https://github.com/quantitativeimaging/ELM" ], [ "https://github.com/MRogalski96/FPM-app" ], [ "https://github.com/GCQ2119216031/DDA-SKF" ], [ "https://github.com/SysBioChalmers/Streptomyces_coelicolor-GEM" ], [ "https://github.com/SysBioChalmers/RAVEN" ], [ "https://github.com/adalca/papago" ], [ "https://github.com/yuzhounh/GWC" ], [ "https://github.com/cbg-ethz/netics" ], [ "https://github.com/scalderazzo/FLNADD" ], [ "https://github.com/WhittakerLab/AAScatterPlot" ], [ "https://github.com/LBBSoft/Trader" ], [ "https://github.com/EffieChantzi/COMBSecretomics" ], [ "https://github.com/JUMPSuite/JUMPt" ], [ "https://github.com/wang-jin-mathbio/Jin2021" ], [ "https://github.com/brossetti/ssasu" ], [ "https://github.com/ezimic/Image-Quality-Evaluation" ], [ "https://github.com/pantakis/NMRpQuant" ], [ "https://github.com/DWALab/Phindr3D" ], [ "https://github.com/microDECT/DECTDec" ], [ "https://github.com/epa-kpc/RFMEVAL" ], [ "https://github.com/GTBiomech/HEADSport-Filter-Method" ], [ "https://github.com/kanak02/MOEDO" ], [ "https://github.com/kemaldemirtas/prc-MI" ], [ "https://github.com/saucermanlab/Netflux" ], [ "https://github.com/danmcduff/iphys-toolbox" ], [ "https://github.com/mensxmachina/autoML-GWAS" ], [ "https://github.com/MehmetEylemKirlangic/RepetitiveMovementAnalysis" ], [ "https://github.com/netZoo/netZooM" ], [ "https://github.com/Lili-Zheng-stat/TTOI" ], [ "https://github.com/zliu3/SPMGBA" ], [ "https://github.com/Poisson-EM/Entropy-weighted-NMF" ], [ "https://github.com/KvanNoord/3D-CNN-EEG-Emotion-Classification" ], [ "https://github.com/tangchuan2000/AGLSR" ], [ "https://github.com/emdadi/HMMPE" ], [ "https://github.com/sucv/SIR" ], [ "https://github.com/LongJin-lab/the-supplementary-file-for-CYB-E-2021-04-0944" ], [ "https://github.com/BGSU-RNA/ConformationalChange" ], [ "https://github.com/ICB-DCM/PESTO" ], [ "https://github.com/ICB-DCM/PESTO" ], [ "https://github.com/ICB-DCM/PESTO" ], [ "https://github.com/ICB-DCM/PESTO" ], [ "https://github.com/josecamachop/MEDA-Toolbox" ], [ "https://github.com/nifm-gin/MP3" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/MathBioCU/WENDy" ], [ "https://github.com/tabdelaal/CyTOFmerge" ], [ "https://github.com/arnauldserge1/MTT2col" ], [ "https://github.com/ElenaRojano/DomFun_project" ], [ "https://github.com/wangsiwei2010/PSIMVC-PG" ], [ "https://github.com/csjunxu/SSRSC" ], [ "https://github.com/liliangnudt/LSWMKC" ], [ "https://github.com/crystalzina/NIOTenRPCA" ], [ "https://github.com/jianxigao/NuRsE" ], [ "https://github.com/Duanlab123/CurvNLOS" ], [ "https://github.com/YidFeng/Easy2Hard" ], [ "https://github.com/jyh-learning/LAM" ], [ "https://github.com/vahidr213/Underwater-Image-Restoration-And-Enhancement-Collection" ], [ "https://github.com/sysbiolux/FALCON" ], [ "https://github.com/wenjiegroup/PEDLA" ], [ "https://github.com/AChavignon/PALA" ], [ "https://github.com/zyk2118216069/LPI-SKF" ], [ "https://github.com/NMikolajewicz/MetaLab" ], [ "https://github.com/amcorrigan/ia-lab" ], [ "https://github.com/kaizheng-academic/DLP" ], [ "https://github.com/wanxinhang/FCMVC-IV" ], [ "https://github.com/yulisun/LPEM" ], [ "https://github.com/LPengYang/Saturation-Line-Prior" ], [ "https://github.com/csjunxu/STAR" ], [ "https://github.com/smajidian/HapMC" ], [ "https://github.com/ofer-kimchi/LandscapeFold" ], [ "https://github.com/wangsiwei2010/graphlatefusion_MKC" ], [ "https://github.com/PingZhou-LF/Light-Field-Depth-Estimation-Based-on-Stitched-EPIs" ], [ "https://github.com/GroupeLaboGosselin/Reclassification" ], [ "https://github.com/mehmetyamac/GTSNET" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/z21110008/UIF" ], [ "https://github.com/LeoSvenningsson/TensorViewforMatlab" ], [ "https://github.com/xinwangliu/SimpleMKKMcodes" ], [ "https://github.com/xinwangliu/SimpleMKKMcodes" ], [ "https://github.com/xinwangliu/SimpleMKKMcodes" ], [ "https://github.com/xinwangliu/SimpleMKKMcodes" ], [ "https://github.com/puar-playground/TimedHN" ], [ "https://github.com/tonioser/VTMorphologicalModel" ], [ "https://github.com/CCC-members/BC-VARETA_Toolbox" ], [ "https://github.com/mensxmachina/PASL" ], [ "https://github.com/AntonioDeFalco/Adaptive-OCGP" ], [ "https://github.com/YaulabTsinghua/cumulative-Fourier-power-spectrum" ], [ "https://github.com/JinZhangLab/PFCE" ], [ "https://github.com/feigl/gipht" ], [ "https://github.com/CCC-members/Spectral-Structured-Sparse-Bayesian-Learning" ], [ "https://github.com/linwang1982/NRFSE" ], [ "https://github.com/artedison/Edison_Lab_Shared_Metabolomics_UGA" ], [ "https://github.com/weixuan-liang/SVD-based-SimpleMKKM" ], [ "https://github.com/wangxb96/EODE" ], [ "https://github.com/BoCheng-96/ISF-GOM" ], [ "https://github.com/Qinwenjinswu/TIP-Code" ], [ "https://github.com/yulisun/IRG-McS" ], [ "https://github.com/bioinfo0706/RaaMLab" ], [ "https://github.com/Mashirops/VSSI-GGD" ], [ "https://github.com/WangJun2023/EEOMVC" ], [ "https://github.com/misteru/CNAFS" ], [ "https://github.com/zjut-gwl/CSDRCANet" ], [ "https://github.com/XiongLi2016/ESMO" ], [ "https://github.com/remega/video_database" ], [ "https://github.com/wanxinhang/OMVCDR" ], [ "https://github.com/SVMrelated/UFS" ], [ "https://github.com/laplcebeltrami/hodge" ], [ "https://github.com/AoxiangFan/EifficientDeterministicSearch" ], [ "https://github.com/XiaofengCao-MachineLearning/Shattering-Distribution-for-Active-Learning" ], [ "https://github.com/shidan0122/FMICS" ], [ "https://github.com/songlab/chance" ], [ "https://github.com/CSUBioGroup/NIMCE" ], [ "https://github.com/Siritao/EC-CMS" ], [ "https://github.com/yulisun/AGSCC" ], [ "https://github.com/jcbmarques/clusterdv" ], [ "https://github.com/lockEF/SupCP" ], [ "https://github.com/csniuben/embryo_aligner" ], [ "https://github.com/rorybufacchi/LSA-filter" ], [ "https://github.com/ebrahimakbary/FISA" ], [ "https://github.com/zhazhiyuan/MCP_MSI_CS_Demo" ], [ "https://github.com/Dshijie/PIMVC" ], [ "https://github.com/FluctuationOD/Fluctuation-based-Outlier-Detection" ], [ "https://github.com/ChaoqunZheng/ESMH" ], [ "https://github.com/xinwangliu/SimpleMKKMcodes" ], [ "https://github.com/xinwangliu/SimpleMKKMcodes" ], [ "https://github.com/xinwangliu/SimpleMKKMcodes" ], [ "https://github.com/xinwangliu/SimpleMKKMcodes" ], [ "https://github.com/wuc567/Pattern-Mining" ], [ "https://github.com/wuc567/Pattern-Mining" ], [ "https://github.com/wuc567/Pattern-Mining" ], [ "https://github.com/wuc567/Pattern-Mining" ], [ "https://github.com/marouenbg/VFFVA" ], [ "https://github.com/RuwanT/model-fitting-cbs" ], [ "https://github.com/magStra/GPseudoRank" ], [ "https://github.com/AltschulerWu-Lab/PHOCOS" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/Imagefusions/imagefusions" ], [ "https://github.com/moyanre/method2" ], [ "https://github.com/aanchalMongia/McImpute_scRNAseq" ], [ "https://github.com/wuc567/Pattern-Mining" ], [ "https://github.com/wuc567/Pattern-Mining" ], [ "https://github.com/wuc567/Pattern-Mining" ], [ "https://github.com/wuc567/Pattern-Mining" ], [ "https://github.com/Tolutola/BoostGAPFILL" ], [ "https://github.com/WangJun2023/HLFC" ], [ "https://github.com/xdweixia/TBGL-MVC" ], [ "https://github.com/Jesse-Sharp/Sharp2021" ], [ "https://github.com/kuanglab/GraphTucker" ], [ "https://github.com/yeqiaoling/arcs_bn" ], [ "https://github.com/compbel/SCIFIL" ], [ "https://github.com/Tountain/SoundiationAcoustophoresis" ], [ "https://github.com/MathLee/OLBPNet4PFOS" ], [ "https://github.com/saschajung/RefBool" ], [ "https://github.com/ccdlcmu/shape_component_analysis_Matlab" ], [ "https://github.com/TaiXiangJiang/FastDeRain" ] ], "hovertemplate": "Primary language=MATLAB
Normalized Total Entropy=%{y}
Repository URL=%{customdata[0]}", "legendgroup": "MATLAB", "marker": { "color": "#FFA15A", "symbol": "circle" }, "name": "MATLAB", "notched": true, "offsetgroup": "MATLAB", "showlegend": false, "type": "box", "xaxis": "x2", "y": [ 0.006029940797365743, 0.020048750439399594, 0.018756323089505176, 0.030922989685975857, 0.007749840920068197, 0.042890499860288187, 0.1392345242554747, 0.30683431515470083, 0.24766821917979237, 0.020828640140917013, 0.3571480324144508, 0.0269272860434492, 0, 0.015434814438966216, 0.11277868894913776, 0.01837677002189579, 0.10429110618608416, 0.16503186402368536, 0.07871624785994326, 0.11670286513814812, 0.03515152659191382, 0.03515152659191382, 0.03515152659191382, 0.03515152659191382, 0, 0.12630007867422868, 0.043640530986396975, 0.04966520822063278, 0.3058296111238767, 0.1016121242246225, 0.0968614790849195, 0.14533314788955615, 0.007961888352180174, 0.1820258303295274, 0.26523771651185823, 0.04961178031011774, 0.004465494912099467, 0.2265786458090435, 0.15422711447579013, null, 0.24466118725413455, 0.010599376474719232, 0.0015984378811235425, 0.1757438568187521, null, 0.015029042732996972, 0.1067756740710612, 0.02535004654584951, 0.2371302292951753, 0.14158103631760638, 0, 0.4201529439358266, 0.0996804379722418, 0.10035783706461436, 0.10035783706461436, 0.10035783706461436, 0.10035783706461436, 0.01521749011920506, 0.12343008390935212, 0.00398175852492052, 0.07899350931397822, 0.02165528702270841, 0.09186205715545584, 0.06316318121129064, 0.31251498884448636, 0.08607806713956988, 0.07987693925954222, 0.1201324686093694, 0.032075862002374084, null, 0.26718572759908576, 0.11859817391845892, 0.03368020583267787, 0, null, 0.1718544314546674, 0.042442182423407686, 0.00282905198964821, 0.17242816326740323, 0.11732848755284292, 0.07262824642322376, 0.07703654799824868, 0.055910144351845666, 0.023681150572991732, 0.01294640643757426, 0.28288818023194984, 0.1274369281396882, null, 0.022334035442836377, 0.012383294864564146, 0.0412263958654697, 0.03778182870564852, 0.07694615117848438, 0.10302216757237775, 0.5270103209187899, 0.24932809762251965, 0.3598824083869142, 0.06530822358768922, 0.05051495280067638, 0.058383914211845474, 0.04764771942017982, 0.49261406801712576, 0, 0.014849350318146102, 0.0023756605787366527, 0.0901971942981776, 0.09371752839963653, 0.2246993869867321, 0, 0.03531690988926602, 0.06477011331039287, 0.01123320514151848, 0.009643985400459172, 0.10782798389401636, 0.06394071499092509, 0.210103485003938, 0.14358723874251383, 0.29414055920678706, 0.186369923091824, 0.21752105338238575, 0.27083190863604145, 0.041122276034885503, 0.02046481711327325, 0.23788575789858113, 0.03515152659191382, 0.03515152659191382, 0.03515152659191382, 0.03515152659191382, 0.12439664816225891, 0.06906084322251715, 0.16859628817756966, 0.06995276443235145, 0.005198533506201986, 0.2121206029669811, 0.054127461003873265, 0.05799138624207933, 0.2695280026764954, 0.07807982450389327, 0.03534241147221627, null, 0.06546714942385994, 0.04555118358506948, 0.32863648923422323, 0.003964183188105288, 0.003577266109571905, 0.176594773275358, 0.10750995095238863, 0.14989772165001522, 0.362887296795703, 0, 0.10989535867936612, null, 0.10749456181053169, 0.003767720115155382, 0, 0.036653876604195494, 0.07403747852481908, 0.1443744311236708, 0.028753085871751943, 0.09923574523722252, 0.10111481586551088, 0.05068879100084935, 0.002844024619619758, 0.18353572744816932, 0.06211528448062373, 0.011500370803805685, 0.11868336104214013, 0.004379602698725247, 0.016871368905502535, 0.21956555665140057, 0.5232233079969565, 0, 0.017898929931934496, 0.008574344522412403, 0.07890081891310392, 0.0493707437663704, 0.05654317145778134, 0.3009158221533329, 0.007231508257539079, 0.13748818744152608, null, 0.05120972970977775, 0.08002291250309555, 0.13203992598165268, 0.20206051844301512, 0.04485169489342497, 0.12857564425380183, 0.0631636090752027, 0.08962803346416075, 0.2311378285549507, 0.008093516099935926, 0.20089948571656968, 0.32611885497055304, 0.011275199944824498, 0.23616081656869956, 0, 0.020301157219010667, 0.27689930459681783, 0.0956511139264445, 0.04351180705671047, 0.10035783706461436, 0.10035783706461436, 0.10035783706461436, 0.10035783706461436, 0.06051162734865626, 0.06915540790622834, 0.3408562314349482, 0, 0.21753295460338, 0.2382834585636683, 0.05602990050153493, 0.01716223531539565, null, 0.2154157714805724, 0.12152030305422698, 0.034677172538631326, 0.2906526909242855, 0.03584436779067081, 0.12420363578956316, 0.12355112923704636, 0.13922716790292944, 0.26036878431326005, 0.004091225561239857, 0.15756549582395657, null, 0.20904759129494477, 0.14207621899938164, null, 0.12338181302794396, 0.05801237308742958, 0.044124060985920824, 0.20328932182881773, 0.01752457971832588, 0.01752457971832588, 0.01752457971832588, 0.01752457971832588, 0.2403611611331492, 0.03132874780309235, 0.11864103198235332, 0.1321596957395758, 0.09918650690547325, 0.0904513712897586, 0.037816061221293995, 0.07839241066597305, 0.082021075252199, 0.005511034573134499, 0.02553111196923337, 0.09264268763657522, 0.04583463054034148, 0.108992707679, 0.06912727397409163, 0.0042780735039009855, 0.13235623010200864, 0.07189404782509225, 0.4851679251855717, 0.05486373615542657, 0.1625639667521508, 0.01581285603571077, 0.012077357757809916, 0.1382026945307711, 0.007403326581095963, null, 0.01140366973452116, 0.19841052608290805, 0.006685484621000559, 0.17321123507148184, 0.007126118349477088, 0.07236563647031537, 0.015618366909906287, 0.33279855579654904, 0.19711698315007745, null, 0, 0.1298539806651338, 0.29368598355215336, 0.0960648176724382, 0.2652122736406498, 0.05384399208529118, 0.01752457971832588, 0.01752457971832588, 0.01752457971832588, 0.01752457971832588, 0.008372108583740566, 0.0017535195406658975, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.09618846791937224, 0.33567720417728436, 0.03812776043326557, 0.12721856664998787, 0.1077895761431534, 0.1159239517162939, 0.15312220093641135, 0.11101094647249214, 0.021910171390484904, 0.07605829750966996, 0.08137258428627299, 0.16713406628089691, 0.006955529222778815, 0.03424623954461912, 0.052730216812187494, 0.12763516372232886, 0.04597809725794611, 0.13705980937069037, 0.016422443577681953, 0.3078372289986214, 0.017402492458003422, 0.11647519532534811, 0.12344406933551572, 0.1538009622089712, 0.047305963655722, 0.01428394320531463, 0.43293164689846614, 0.04368847434628496, 0.228311251234052, 0.06269533630851144, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.08915331621080666, 0.09545914632994822, 0.0959840042513579, 0.0959840042513579, 0.0959840042513579, 0.0959840042513579, 0.01008906550935827, 0.2128819518721515, 0.013623140074462428, 0.10835989422904456, 0.10037098570020415, 0, 0.17642206353591758, 0.01123516304854686, 0.08764153500896647, 0.12950575889703853, 0.027551078772618837, 0, 0.08615024813967069, 0.12149707016889896, 0.08036692477616603, 0.17037848541053216, 0.0245333217697386, 0, 0.042747718258738555, 0.48943106283267374, 0.011288945330682974, 0.26047672072124844, 0.057303268854032745, 0.13650099026943857, null, 0.12835121745160627, 0.0797818731491366, 0, 0.13670592375437737, 0.046524731778523, 0.10269951287589904, 0.14517649158653642, 0.09299596451930912, 0.030265111075824587, 0.15282244196484418, 0, 0.24667920582048977, 0.2185316298274834, 0.016481312256255858, 0.2038186356282089, 0.1969159485724757, 0.3311739269581484, 0.0959840042513579, 0.0959840042513579, 0.0959840042513579, 0.0959840042513579, 0.0038947540774961023, 0.0038947540774961023, 0.0038947540774961023, 0.0038947540774961023, 0.020207086403800565, 0.14747581288240744, 0.03575992469196757, 0, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.014366622595435724, 0.3518989231255265, 0.00597531811508339, 0.0038947540774961023, 0.0038947540774961023, 0.0038947540774961023, 0.0038947540774961023, 0.017122874893689896, 0.1158636710744578, 0.13327342576603227, 0.08211777278109378, 0.009972627260970531, 0.17460660618519183, 0.08286808361104821, 0.05326885268771004, 0.0596789743278855, 0.03123666736061011, 0.00864755642379575, 0.02219096564253036 ], "yaxis": "y2" } ], "layout": { "font": { "size": 13 }, "height": 400, "legend": { "title": { "text": "Primary language" }, "tracegroupgap": 0 }, "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "white", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "white", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "fillpattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "white", "showlakes": true, "showland": true, "subunitcolor": "#C8D4E3" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "white", "polar": { "angularaxis": { "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "ticks": "" }, "bgcolor": "white", "radialaxis": { "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "white", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "showbackground": true, "ticks": "", "zerolinecolor": "#EBF0F8" }, "yaxis": { "backgroundcolor": "white", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "showbackground": true, "ticks": "", "zerolinecolor": "#EBF0F8" }, "zaxis": { "backgroundcolor": "white", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "showbackground": true, "ticks": "", "zerolinecolor": "#EBF0F8" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6", "ticks": "" }, "baxis": { "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6", "ticks": "" }, "bgcolor": "white", "caxis": { "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 } } }, "title": { "text": "Software entropy over time for PubMed GitHub repositories", "y": 0.8, "yanchor": "bottom", "yref": "container" }, "width": 700, "xaxis": { "anchor": "y", "autorange": true, "domain": [ 0, 0.7363 ], "range": [ -654.8851494994234, 9959.885149499423 ], "title": { "text": "Project duration (days)" }, "type": "linear" }, "xaxis2": { "anchor": "y2", "autorange": true, "domain": [ 0.7413, 1 ], "matches": "x2", "range": [ -0.5, 4.5 ], "showgrid": false, "showline": false, "showticklabels": false, "ticks": "", "type": "category" }, "xaxis3": { "anchor": "y3", "autorange": true, "domain": [ 0, 0.7363 ], "matches": "x", "range": [ -654.8851494994234, 9959.885149499423 ], "showgrid": true, "showticklabels": false, "type": "linear" }, "xaxis4": { "anchor": "y4", "domain": [ 0.7413, 1 ], "matches": "x2", "showgrid": false, "showline": false, "showticklabels": false, "ticks": "" }, "yaxis": { "anchor": "x", "autorange": true, "domain": [ 0, 0.7326 ], "range": [ -0.04535450159019254, 0.5736753351639112 ], "title": { "text": "Software entropy" }, "type": "linear" }, "yaxis2": { "anchor": "x2", "autorange": true, "domain": [ 0, 0.7326 ], "matches": "y", "range": [ -0.04535450159019254, 0.5736753351639112 ], "showgrid": true, "showticklabels": false, "type": "linear" }, "yaxis3": { "anchor": "x3", "autorange": true, "domain": [ 0.7426, 1 ], "matches": "y3", "range": [ -0.7797046319087044, 4.5 ], "showgrid": false, "showline": false, "showticklabels": false, "ticks": "", "type": "category" }, "yaxis4": { "anchor": "x4", "domain": [ 0.7426, 1 ], "matches": "y3", "showgrid": true, "showline": false, "showticklabels": false, "ticks": "" } } }, "image/png": "iVBORw0KGgoAAAANSUhEUgAABW8AAAGQCAYAAADRIZJaAAAAAXNSR0IArs4c6QAAIABJREFUeF7s3QmcjdX/B/DPc+/s+2Iw9iXJvpVKiShStoRIZClJligRKSXaE6VNIVoUbbJEEfpJRdm37PsyzL7f7f//njvP7c6Y5d4xZu6Yz/m9fi/c+yznvM+5zzSfe57zaDabzQYWClCAAhSgAAUoQAEKUIACFKAABShAAQpQgAIU8CgBjeGtR/UHK0MBClCAAhSgAAUoQAEKUIACFKAABShAAQpQQAkwvOVAoAAFKEABClCAAhSgAAUoQAEKUIACFKAABSjggQIMbz2wU1glClCAAhSgAAUoQAEKUIACFKAABShAAQpQgAIMbzkGKEABClCAAhSgAAUoQAEKUIACFKAABShAAQp4oADDWw/sFFaJAhSgAAUoQAEKUIACFKAABShAAQpQgAIUoADDW44BClCAAhSgAAUoQAEKUIACFKAABShAAQpQgAIeKMDw1gM7hVWiAAUoQAEKUIACFKAABShAAQpQgAIUoAAFKMDwlmOAAhSgAAUoQAEKUIACFKAABShAAQpQgAIUoIAHCjC89cBOYZUoQAEKUIACFKAABShAAQpQgAIUoAAFKEABCjC85RigAAUoQAEKUIACFKAABShAAQpQgAIUoAAFKOCBAgxvPbBTWCUKUIACFKAABShAAQpQgAIUoAAFKEABClCAAgxvOQYoQAEKUIACFKAABShAAQpQgAIUoAAFKEABCnigAMNbD+wUVokCFKAABShAAQpQgAIUoAAFKEABClCAAhSgAMNbjgEKUIACFKAABShAAQpQgAIUoAAFKEABClCAAh4owPDWAzuFVaIABShAAQpQgAIUoAAFKEABClCAAhSgAAUowPCWY4ACFKAABShAAQpQgAIUoAAFKEABClCAAhSggAcKMLz1wE5hlShAAQpQgAIUoAAFKEABClCAAhSgAAUoQAEKMLzlGKAABShAAQpQgAIUoAAFKEABClCAAhSgAAUo4IECDG89sFNYJQpQgAIUoAAFKEABClCAAhSgAAUoQAEKUIACDG85BihAAQpQgAIUoAAFKEABClCAAhSgAAUoQAEKeKAAw1sP7BRWiQIUoAAFKEABClCAAhSgAAUoQAEKUIACFKAAw1uOAQpQgAIUoAAFKEABClCAAhSgAAUoQAEKUIACHijA8NYDO4VVogAFKEABClCAAhSgAAUoQAEKUIACFKAABSjA8JZjgAIUoAAFKEABClCAAhSgAAUoQAEKUIACFKCABwowvPXATmGVKEABClCAAhSgAAUoQAEKUIACFKAABShAAQowvOUYoAAFKEABClCAAhSgAAUoQAEKUIACFKAABSjggQIMbz2wU1glClCAAhSgAAUoQAEKUIACFKAABShAAQpQgAIMbzkGKEABClCAAhSgAAUoQAEKUIACFKAABShAAQp4oADDWw/sFFaJAhSgAAUoQAEKUIACFKAABShAAQpQgAIUoADDW44BClCAAhSgAAUoQAEKUIACFKAABShAAQpQgAIeKMDw1gM7hVWiAAUoQAEKUIACFKAABShAAQpQgAIUoAAFKMDwlmOAAhSgAAUoQAEKUIACFKAABShAAQpQgAIUoIAHCjC89cBOYZUoQAEKUIACFKAABShAAQpQgAIUoAAFKEABCjC85RigAAUoQAEKUIACFKAABShAAQpQgAIUoAAFKOCBAgxvPbBTWCUKUIACFKAABShAAQpQgAIUoAAFKEABClCAAgxvOQYoQAEKUIACFKAABShAAQpQgAIUoAAFKEABCnigAMNbD+wUVokCFKAABShAAQpQgAIUoAAFKEABClCAAhSgAMNbjgEKUIACFKAABShAAQpQgAIUoAAFKEABClCAAh4owPDWAzuFVaIABShAAQpQgAIUoAAFKEABClCAAhSgAAUowPCWY4ACFKAABShAAQpQgAIUoAAFKEABClCAAhSggAcKMLz1wE5hlShAAQpQgAIUoAAFKEABClCAAhSgAAUoQAEKMLzlGKAABShAAQpQgAIUoAAFKEABClCAAhSgAAUo4IECDG89sFNYJQpQgAIUoAAFKEABClCAAhSgAAUoQAEKUIACDG85BihAAQpQgAIUoAAFKEABClCAAhSgAAUoQAEKeKAAw1sP7BRWiQIUoAAFKEABClCAAhSgAAUoQAEKUIACFKAAw1uOAQpQgAIUoAAFKEABClCAAhSgAAUoQAEKUIACHijA8NYDO4VVogAFKEABClCAAhSgAAUoQAEKUIACFKAABSjA8JZjgAIUoAAFKEABClCAAhSgAAUoQAEKUIACFKCABwowvPXATmGVKEABClCAAhSgAAUoQAEKUIACFKAABShAAQowvOUY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gAIUoECHBBjedoiPO1OAAhSgAAUoQAEKUIACFKAABShAAQpQgAIU6BoBhrdd48qjUoACFKAABShAAQpQgAIUoAAFKEABClCAAhTokADD2w7xcWcKUIACFKAABShAAQpQgAIUoAAFKEABClCAAl0jwPC2a1x5VApQgAIUoAAFKEABClCAAhSgAAUoQAEKUIACHRJgeNshPu5MAQpQgAIUoAAFKEABClCAAhSgAAUoQAEKUKBrBBjedo0rj0oBClCAAhSgAAUoQAEKUIACFKAABShAAQpQoEMCDG87xMedKUABClCAAhSgAAUoQAEKUIACFKAABShAAQp0jQDD265x5VEpQAEKUIACFKAABShAAQpQgAIUoAAFKEABCnRIgOFth/i4MwUoQAEKUIACFKAABShAAQpQgAIUoAAFKECBrhFgeNs1rjwqBShAAQpQgAIUoAAFKEABClCAAhSgAAUoQIEOCTC87RAfd6YABShAAQpQgAIUoAAFKEABClCAAhSgAAUo0DUCDG+7xpVHpQAFKEABClCAAhSgAAUoQAEKUIACFKAABSjQIQGGtx3i484UoAAFKEABClCAAhSgAAUoQAEKUIACFKAABbpGgOFt17jyqBSgAAUoQAEKUIACFKAABShAAQpQgAIUoAAFOiTA8LZDfNyZAhSgAAUoQAEKUIACFKAABShAAQpQgAIUoEDXCDC87RpXHpUCFKAABShAAQpQgAIUoAAFKEABClCAAhSgQIcEGN52iI87U4ACFKAABShAAQpQgAIUoAAFKEABClCAAhToGgGGt13jyqNSgAIUoAAFKEABClCAAhSgAAUoQAEKUIACFOiQAMPbDvFxZwpQgAIUoAAFKEABClCAAhSgAAUoQAEKUIACXSPA8LZrXHlUClCAAhSgAAUoQAEKUIACFKAABShAAQpQgAIdEmB42yE+7kwBClCAAhSgAAUoQAEKUIACFKAABShAAQpQoGsE/g+n+werV0i1CwAAAABJRU5ErkJggg==", "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "fig = px.scatter(\n", " df[\n", " df[\"Primary language\"].isin(\n", " language_grouped_data.sort_values(by=\"Count\")[-5:][\"Primary language\"]\n", " )\n", " ],\n", " x=\"Time of Existence (days)\",\n", " y=\"Normalized Total Entropy\",\n", " hover_data=[\"Repository URL\"],\n", " width=700,\n", " height=400,\n", " title=\"Software entropy over time for PubMed GitHub repositories\",\n", " marginal_x=\"rug\",\n", " marginal_y=\"box\",\n", " opacity=0.5,\n", " color=\"Primary language\",\n", ")\n", "\n", "fig.update_layout(\n", " font=dict(size=13),\n", " title={\"yref\": \"container\", \"y\": 0.8, \"yanchor\": \"bottom\"},\n", " xaxis_title=\"Project duration (days)\",\n", " yaxis_title=\"Software entropy\",\n", ")\n", "fig.write_image(\"images/software-information-entropy-top-5-langs.png\")\n", "fig.show()" ] }, { "cell_type": "markdown", "id": "36bb8e3e-eb85-415f-8022-5e14870a9e8b", "metadata": {}, "source": [ "## What is the relationship between GitHub Stars and Forks for repositories?\n", "\n", "We next explore how GitHub Stars and Forks are related within the repositories." ] }, { "cell_type": "code", "execution_count": 10, "id": "38783927-3e7f-47b0-9741-56881a6d694a", "metadata": {}, "outputs": [ { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "customdata": [ [ "https://github.com/BUStools/BUSZ-format" ], [ "https://github.com/pmelsted/BUSZ_paper" ], [ "https://github.com/WormBase/scdefg" ], [ "https://github.com/ekg/guix-genomics" ], [ "https://github.com/ekg/seqwish" ], [ "https://github.com/phnmnl/KubeNow-plugin" ], [ "https://github.com/WormBase/wormcells-viz" ], [ "https://github.com/jltsiren/gbwt" ], [ "https://github.com/jltsiren/gcsa2" ], [ "https://github.com/crazylyf/neuronet" ], [ "https://github.com/GGchen1997/STEPS_Bioinformatics" ], [ "https://github.com/sg-wbi/belb" ], [ "https://github.com/pharmbio/LC-MS-Pachyderm" ], [ "https://github.com/BUStools/bustools" ], [ "https://github.com/abacus-gene/paml-tutorial" ], [ "https://github.com/theislab/anndata" ], [ "https://github.com/yuantailing/two-layer-qrcode" ], [ "https://github.com/Benjamin-Crysup/proderal" ], [ "https://github.com/jltsiren/gbwt-rs" ], [ "https://github.com/jltsiren/gbwtgraph" ], [ "https://github.com/shiquan/PISA" ], [ "https://github.com/tlawrence3/tSFM" ], [ "https://github.com/macintyrelab/CNpare_analyses" ], [ "https://github.com/TracyRage/muddy_db" ], [ "https://github.com/abacus-gene/paml" ], [ "https://github.com/macintyrelab/CNpare" ], [ "https://github.com/smirarab/pasta" ], [ "https://github.com/TracyRage/muddy_mine" ], [ "https://github.com/kodicollins/pasta" ], [ "https://github.com/gpertea/gffread" ], [ "https://github.com/gpertea/gffcompare" ], [ "https://github.com/Pranavkhade/PACKMAN" ], [ "https://github.com/Pranavkhade/PACKMAN" ], [ "https://github.com/Pranavkhade/PACKMAN" ], [ "https://github.com/Pranavkhade/PACKMAN" ], [ "https://github.com/LooseLab/minotourcli" ], [ "https://github.com/LooseLab/minotour-docker" ], [ "https://github.com/TW-Genesis/genesis-database-system" ], [ "https://github.com/andrewGhazi/mpradesigntools" ], [ "https://github.com/TW-Genesis/genesis-ontology" ], [ "https://github.com/sg-wbi/belb-exp" ], [ "https://github.com/rauschenberger/joinet" ], [ "https://github.com/samocooper/nuclitrack" ], [ "https://github.com/pangenome/odgi" ], [ "https://github.com/zhanxw/Isoplexis_Data_Analysis" ], [ "https://github.com/zhanxw/Isoplexis_Data_Analysis" ], [ "https://github.com/zhanxw/Isoplexis_Data_Analysis" ], [ "https://github.com/zhanxw/Isoplexis_Data_Analysis" ], [ "https://github.com/andrewGhazi/designMPRA" ], [ "https://github.com/lingengfoo/GradMDM" ], [ "https://github.com/MBaysanLab/cosap" ], [ "https://github.com/zw2x/glinter" ], [ "https://github.com/MBaysanLab/cosap-webapi" ], [ "https://github.com/YuSugihara/QTL-seq" ], [ "https://github.com/theislab/Scanpy" ], [ "https://github.com/jessegmeyerlab/MIMaL" ], [ "https://github.com/icbi-lab/mio" ], [ "https://github.com/brentp/hts-nim-tools" ], [ "https://github.com/brentp/hts-nim" ], [ "https://github.com/MBaysanLab/cosap_frontend" ], [ "https://github.com/brianjimenez/lightdock_bm5" ], [ "https://github.com/TW-Genesis/genesis-database-demo" ], [ "https://github.com/mdbloice/Augmentor" ], [ "https://github.com/chainsawriot/rang" ], [ "https://github.com/YuSugihara/MutMap" ], [ "https://github.com/agugonrey/GonzalezReymundez2021" ], [ "https://github.com/HadrienG/InSilicoSeq" ], [ "https://github.com/sneuensc/mapache" ], [ "https://github.com/pdynamo/pDynamo3" ], [ "https://github.com/brianjimenez/lightdock" ], [ "https://github.com/iqtree/decenttree" ], [ "https://github.com/burtonrj/CytoPyManuscript" ], [ "https://github.com/PhilippJunk/homelette" ], [ "https://github.com/Benjamin-Crysup/prosynar" ], [ "https://github.com/elyawy/SpartaSim" ], [ "https://github.com/elyawy/SpartaPipeline" ], [ "https://github.com/gbouras13/plassembler_simulation_benchmarking" ], [ "https://github.com/griffithlab/GenVisR" ], [ "https://github.com/fmfi-compbio/heron" ], [ "https://github.com/gbouras13/plassembler" ], [ "https://github.com/MolecularAI/Lib-INVENT-dataset" ], [ "https://github.com/yuh8/SEED" ], [ "https://github.com/BiosecSFA/gentangle" ], [ "https://github.com/BiosecSFA/datangle" ], [ "https://github.com/icbi-lab/miopy" ], [ "https://github.com/burtonrj/CytoPy" ], [ "https://github.com/GreallyLab/gaiaAssociation" ], [ "https://github.com/Onogi/stacking" ], [ "https://github.com/kora-labs/chromax" ], [ "https://github.com/fmfi-compbio/osprey" ], [ "https://github.com/matsengrp/phip-viz" ], [ "https://github.com/matsengrp/phippery" ], [ "https://github.com/asdcid/Comparison-of-neighbour-joining-software" ], [ "https://github.com/matsengrp/phip-flow" ], [ "https://github.com/ikmb/MAGScoT" ], [ "https://github.com/romanhaa/cerebroApp" ], [ "https://github.com/langmead-lab/levioSAM-experiments" ], [ "https://github.com/ecunha1996/transyt_paper" ], [ "https://github.com/cbcrg/msa-af2-nf" ], [ "https://github.com/liberjul/CONSTAXv2" ], [ "https://github.com/shazanfar/DCARS" ], [ "https://github.com/liberjul/CONSTAXv2_ms_code" ], [ "https://github.com/KVD-lab/puma" ], [ "https://github.com/alshai/levioSAM" ], [ "https://github.com/MolecularAI/Lib-INVENT" ], [ "https://github.com/tyo-nu/MINE-app" ], [ "https://github.com/unipept/unipept-visualizations" ], [ "https://github.com/ablab/viralVerify" ], [ "https://github.com/tyo-nu/MINE-Server" ], [ "https://github.com/Priyadarshini-Rai/Pathomap-Model" ], [ "https://github.com/damiendevienne/non-layered-tidy-trees" ], [ "https://github.com/LooseLab/minotourapp" ], [ "https://github.com/simonpenel/thirdkind" ], [ "https://github.com/simonpenel/thirdkind" ], [ "https://github.com/simonpenel/thirdkind" ], [ "https://github.com/simonpenel/thirdkind" ], [ "https://github.com/Priyadarshini-Rai/Pathomap" ], [ "https://github.com/carmonalab/scGate" ], [ "https://github.com/francescojm/CELLector_App" ], [ "https://github.com/intermine/interMineR" ], [ "https://github.com/ablab/viralComplete" ], [ "https://github.com/de-Boer-Lab/GIL" ], [ "https://github.com/Sarah145/CCPlotR" ], [ "https://github.com/DKMS/hapl-o-Mat_GUI" ], [ "https://github.com/tyo-nu/MINE-Database" ], [ "https://github.com/tyo-nu/MINE-Database" ], [ "https://github.com/tyo-nu/MINE-Database" ], [ "https://github.com/tyo-nu/MINE-Database" ], [ "https://github.com/DKMS/hapl-o-Mat" ], [ "https://github.com/deeptools/pyGenomeTracks" ], [ "https://github.com/wx19941204/Rotational-Convolution-for-downside-fisheye-images" ], [ "https://github.com/rribeiro-sci/pygomodo" ], [ "https://github.com/vllrs/genomicSimulation" ], [ "https://github.com/francescojm/CELLector" ], [ "https://github.com/kubernetes/charts" ], [ "https://github.com/vllrs/genomicSimulationC" ], [ "https://github.com/magStra/nonparametricSummaryPSM" ], [ "https://github.com/yfukai/laptrack" ], [ "https://github.com/magStra/GPseudoClust" ], [ "https://github.com/galaxyproject/cloudauthz" ], [ "https://github.com/DKMS/hapl-o-Mat_WinBin" ], [ "https://github.com/yuh8/SEEM" ], [ "https://github.com/ilyavs/exodus" ], [ "https://github.com/mgleeming/synthedia" ], [ "https://github.com/igvteam/igv-webapp" ], [ "https://github.com/NCIP/alview" ], [ "https://github.com/adamhockenberry/bacphlip-model-dev" ], [ "https://github.com/adamhockenberry/bacphlip" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/schneebergerlab/plotsr" ], [ "https://github.com/pachterlab/qcbc" ], [ "https://github.com/BioGenies/PlastoGram" ], [ "https://github.com/ygidtu/trackplot" ], [ "https://github.com/vgteam/vg" ], [ "https://github.com/vgteam/vg" ], [ "https://github.com/vgteam/vg" ], [ "https://github.com/vgteam/vg" ], [ "https://github.com/bionetslab/robust-web" ], [ "https://github.com/romaingroux/SPar-K" ], [ "https://github.com/redsnic/WGA-LP" ], [ "https://github.com/Rong-Zh/GWLD" ], [ "https://github.com/smuehlh/transgenes" ], [ "https://github.com/Zhangxf-ccnu/scMOO" ], [ "https://github.com/Zhangxf-ccnu/scMOO_experiments_codes" ], [ "https://github.com/MolecularAI/aizynthfinder" ], [ "https://github.com/MolecularAI/aizynthfinder" ], [ "https://github.com/MolecularAI/aizynthfinder" ], [ "https://github.com/MolecularAI/aizynthfinder" ], [ "https://github.com/MolecularAI/route-distances" ], [ "https://github.com/BioGenies/PlastoGram-analysis" ], [ "https://github.com/NKI-CCB/cnr" ], [ "https://github.com/Integrative-Transcriptomics/DamageProfiler" ], [ "https://github.com/manuhuth/Data-Leakage-From-Covariances" ], [ "https://github.com/datashield/DSData" ], [ "https://github.com/NKI-CCB/CNR-analyses" ], [ "https://github.com/zzhmark/NIEND" ], [ "https://github.com/jokergoo/rGREAT" ], [ "https://github.com/lasandrall/mvlearnR" ], [ "https://github.com/jokergoo/BioMartGOGeneSets" ], [ "https://github.com/RuiSiHu/AKINND" ], [ "https://github.com/price0416/Simulome" ], [ "https://github.com/RuiSiHu/PaPhy-ML" ], [ "https://github.com/anasilviacs/rescore-metabolites" ], [ "https://github.com/neufeld/AXIOME3" ], [ "https://github.com/dermasugita/Viola-SV" ], [ "https://github.com/neufeld/AXIOME3-GUI" ], [ "https://github.com/yiluheihei/microbiomeMarker" ], [ "https://github.com/super-resolution/Locan" ], [ "https://github.com/AI4SCR/ATHENA" ], [ "https://github.com/anasilviacs/sm-engine" ], [ "https://github.com/tvandervalk/AMBER" ], [ "https://github.com/XikunHan/metabolomicsR" ], [ "https://github.com/chaoszhang/A-Pro2_data" ], [ "https://github.com/sdolenz/refbias_scripts" ], [ "https://github.com/moosa-r/rbioapi" ], [ "https://github.com/vgl-hub/gfastats" ], [ "https://github.com/uio-cels/genomicgraphcoords" ], [ "https://github.com/balabanmetin/misa" ], [ "https://github.com/balabanmetin/misa-data" ], [ "https://github.com/pachterlab/kb_python" ], [ "https://github.com/OpenTreeOfLife/phylesystem" ], [ "https://github.com/OpenTreeOfLife/phylesystem-api" ], [ "https://github.com/veg/RASCL" ], [ "https://github.com/maxplanck-ie/snakepipes" ], [ "https://github.com/genenotebook/genenotebook" ], [ "https://github.com/sylvainprigent/napari-tracks-reader" ], [ "https://github.com/NoneqPhysLivingMatterLab/laptrack-optimisation" ], [ "https://github.com/bcbi/genbank_holobiome" ], [ "https://github.com/bcbi/genbank_loader" ], [ "https://github.com/owkin/PyDESeq2" ], [ "https://github.com/sylvainprigent/stracking" ], [ "https://github.com/sylvainprigent/napari-stracking" ], [ "https://github.com/ablab/spades" ], [ "https://github.com/ablab/spades" ], [ "https://github.com/ablab/spades" ], [ "https://github.com/ablab/spades" ], [ "https://github.com/ewels/MultiQC" ], [ "https://github.com/YonghuiDong/MetReport" ], [ "https://github.com/dnanexus-rnd/GLnexus" ], [ "https://github.com/Psy-Fer/SquiggleKit" ], [ "https://github.com/runsheng/primerdiffer" ], [ "https://github.com/runsheng/primervcf" ], [ "https://github.com/OpenTreeOfLife/opentree" ], [ "https://github.com/hanna-xu/U2Fusion" ], [ "https://github.com/WhiteDOU/GaitMPL" ], [ "https://github.com/lightaime/deep_gcns_torch" ], [ "https://github.com/hanna-xu/RoadScene" ], [ "https://github.com/bsantan/MGMLink" ], [ "https://github.com/LouisFaure/scFates" ], [ "https://github.com/Knowledge-Graph-Hub/kg-phenio" ], [ "https://github.com/nutrimetabolomics/fobitools" ], [ "https://github.com/nutrimetabolomics/fobitoolsGUI" ], [ "https://github.com/adigherman/Rxnat" ], [ "https://github.com/gjeschke/MMMx" ], [ "https://github.com/saezlab/decoupleR_manuscript" ], [ "https://github.com/uio-cels/offsetbasedgraph" ], [ "https://github.com/igvteam/igv" ], [ "https://github.com/igvteam/igv" ], [ "https://github.com/igvteam/igv" ], [ "https://github.com/igvteam/igv" ], [ "https://github.com/rksyouyou/SASOM-pkg" ], [ "https://github.com/rksyouyou/SASOM-analysis" ], [ "https://github.com/saezlab/decoupler-py" ], [ "https://github.com/KoslickiLab/L2-UniFrac" ], [ "https://github.com/KoslickiLab/L2-UniFrac" ], [ "https://github.com/KoslickiLab/L2-UniFrac" ], [ "https://github.com/KoslickiLab/L2-UniFrac" ], [ "https://github.com/KoslickiLab/L2-UniFrac-Paper" ], [ "https://github.com/LongTarget/Fasim-LongTarget" ], [ "https://github.com/Gardner-BinfLab/SoDoPE_paper_2020" ], [ "https://github.com/lightaime/deep_gcns" ], [ "https://github.com/GGFHF/NGShelper" ], [ "https://github.com/IsanaVekslerLublinsky/OffRisk" ], [ "https://github.com/bene51/omero_3Dscript" ], [ "https://github.com/dereneaton/ipyrad" ], [ "https://github.com/sdsucomptox/danrerlib" ], [ "https://github.com/bene51/3Dscript" ], [ "https://github.com/Enserink-lab/screenwerk" ], [ "https://github.com/LouisFaure/scFates_notebooks" ], [ "https://github.com/RabbitBio/RabbitUniq" ], [ "https://github.com/SenseTime-Knowledge-Mining/BridgeDPI" ], [ "https://github.com/RabbitBio/RabbitV" ], [ "https://github.com/GGFHF/NGScloud2" ], [ "https://github.com/IBM/InterpretableDTIP" ], [ "https://github.com/masashitsubaki/CPI_prediction" ], [ "https://github.com/yceh/matOptimize-experiments" ], [ "https://github.com/Gardner-BinfLab/TISIGNER-ReactJS" ], [ "https://github.com/uio-bmi/compairr" ], [ "https://github.com/uio-bmi/compairr-benchmarking" ], [ "https://github.com/hafen/trelliscopejs" ], [ "https://github.com/Lswhiteh/PhyloMatcher" ], [ "https://github.com/Lswhiteh/PhyloMatcher" ], [ "https://github.com/Lswhiteh/PhyloMatcher" ], [ "https://github.com/Lswhiteh/PhyloMatcher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/geomagical/GeoSynth" ], [ "https://github.com/IsanaVekslerLublinsky/OffRisk-ui" ], [ "https://github.com/taowenmicro/ggClusterNet" ], [ "https://github.com/grisslab/grein_loader" ], [ "https://github.com/PatrickPenner/lefqm" ], [ "https://github.com/PatrickPenner/lefshift" ], [ "https://github.com/dxmarkets/savoir" ], [ "https://github.com/sandialabs/idash2018task1" ], [ "https://github.com/ethanchen1301/SSDraw" ], [ "https://github.com/KyleFerchen/pyInfinityFlow" ], [ "https://github.com/althonos/pyhmmer" ], [ "https://github.com/iferres/simurg" ], [ "https://github.com/BorgwardtLab/reComBat" ], [ "https://github.com/pmartR/pmartR" ], [ "https://github.com/ocbe-uio/bayesynergy" ], [ "https://github.com/4dn-dcic/pairsqc" ], [ "https://github.com/NRGLab/Surfaces" ], [ "https://github.com/BorgwardtLab/batchCorrectionPublicData" ], [ "https://github.com/lixiang117423/qPCRtools" ], [ "https://github.com/cov-lineages/scorpio" ], [ "https://github.com/cov-lineages/constellations" ], [ "https://github.com/biointec/ismags" ], [ "https://github.com/psoerensen/qgg" ], [ "https://github.com/alanwilter/acpype" ], [ "https://github.com/vaquerizaslab/tadtool" ], [ "https://github.com/crazyhottommy/scclusteval" ], [ "https://github.com/crazyhottommy/pyflow_seuratv3_parameter" ], [ "https://github.com/ATPs/PrecisionProDB" ], [ "https://github.com/4dn-dcic/Rpairix" ], [ "https://github.com/radamsRHA/PhyloWGA" ], [ "https://github.com/abhisheknrl/MPRAscore" ], [ "https://github.com/hmbotelho/FIS_analysis" ], [ "https://github.com/sbmlteam/moccasin" ], [ "https://github.com/xukaili/CandiHap" ], [ "https://github.com/caravagnalab/congas" ], [ "https://github.com/shahnidhi/TIPP_reference_package" ], [ "https://github.com/caranathunge/promor" ], [ "https://github.com/caravagnalab/rcongas_test" ], [ "https://github.com/R-GENLIB/GENLIB" ], [ "https://github.com/R-GENLIB/simuhaplo_functions" ], [ "https://github.com/SunXQlab/EnDecon" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/ollisa/BELMM" ], [ "https://github.com/jtchavisIII/CU-MSDSp" ], [ "https://github.com/DominikBuchner/apscale" ], [ "https://github.com/cytoscape/cyjShiny" ], [ "https://github.com/sbgn/cd2sbgnml-webservice" ], [ "https://github.com/sbgn/cd2sbgnml" ], [ "https://github.com/SunXQlab/ST-deconvoulution" ], [ "https://github.com/LANL-Bioinformatics/assay_validation" ], [ "https://github.com/JLSteenwyk/orthofisher" ], [ "https://github.com/basf/riboCleaner" ], [ "https://github.com/ncats/RaMP-Client" ], [ "https://github.com/ncats/RaMP-Backend" ], [ "https://github.com/ddarriba/pll-modules" ], [ "https://github.com/amkozlov/raxml-ng" ], [ "https://github.com/amkozlov/raxml-ng" ], [ "https://github.com/amkozlov/raxml-ng" ], [ "https://github.com/amkozlov/raxml-ng" ], [ "https://github.com/lutteropp/raxml-ng" ], [ "https://github.com/bordin89/ICB_docker" ], [ "https://github.com/TillMacher/apscale_gui" ], [ "https://github.com/YeoLab/Metadensity" ], [ "https://github.com/Maple177/syntax-enhanced-RE" ], [ "https://github.com/argymeg/MetaboCraft" ], [ "https://github.com/utraf-pasteur-institute/Cellwalker-notebooks" ], [ "https://github.com/galaxyproject/blend4php" ], [ "https://github.com/ludvigla/semla" ], [ "https://github.com/zwdzwd/sesame" ], [ "https://github.com/xmuyulab/Diamond" ], [ "https://github.com/Tagliacollo/PFinderUCE-SWSC-EN" ], [ "https://github.com/ATPs/PrecisionProDB_references" ], [ "https://github.com/4dn-dcic/pairix" ], [ "https://github.com/dacuevas/PMAnalyzerWeb" ], [ "https://github.com/pfred/pfred-gui" ], [ "https://github.com/dacuevas/PMAnalyzer" ], [ "https://github.com/goobar4/aacrg" ], [ "https://github.com/sahahn/BPt_app" ], [ "https://github.com/KamilSJaron/smudgeplot" ], [ "https://github.com/getzlab/rnaseqc2-paper" ], [ "https://github.com/datax-lab/Hi-LASSO" ], [ "https://github.com/LiesaSalzer/MobilityTransformR" ], [ "https://github.com/ToniCreswell/InvertingGAN" ], [ "https://github.com/getzlab/rnaseqc" ], [ "https://github.com/gkumar09/iSeqQC" ], [ "https://github.com/LudvigEk/aligater" ], [ "https://github.com/PombertLab/SYNY" ], [ "https://github.com/bioinfo-ut/primer3_masker" ], [ "https://github.com/utraf-pasteur-institute/Cellwalker-blender" ], [ "https://github.com/Gu-Lab-RBL-NCI/QuagmiR" ], [ "https://github.com/YasCoMa/predprin" ], [ "https://github.com/YasCoMa/predprin" ], [ "https://github.com/YasCoMa/predprin" ], [ "https://github.com/YasCoMa/predprin" ], [ "https://github.com/primer3-org/primer3" ], [ "https://github.com/solinvicta/geneTeller" ], [ "https://github.com/YasCoMa/ppintegrator" ], [ "https://github.com/Acare/hacksig" ], [ "https://github.com/gangwug/nCV" ], [ "https://github.com/gangwug/nCVapp" ], [ "https://github.com/mathelab/IntLIM" ], [ "https://github.com/nilesh-tawari/ChronQC" ], [ "https://github.com/minmarg/comer2" ], [ "https://github.com/mlr-org/mlr3proba" ], [ "https://github.com/Federico77z/aScan" ], [ "https://github.com/pmandreoli/aScanDocker" ], [ "https://github.com/pachyderm/pachyderm" ], [ "https://github.com/LemonJust/napari-vodex" ], [ "https://github.com/LemonJust/napari-vodex" ], [ "https://github.com/LemonJust/napari-vodex" ], [ "https://github.com/LemonJust/napari-vodex" ], [ "https://github.com/Oshlack/JAFFA" ], [ "https://github.com/Oshlack/JAFFA" ], [ "https://github.com/Oshlack/JAFFA" ], [ "https://github.com/Oshlack/JAFFA" ], [ "https://github.com/xin-huang/dadi-cli" ], [ "https://github.com/LemonJust/napari-vodex" ], [ "https://github.com/LemonJust/napari-vodex" ], [ "https://github.com/LemonJust/napari-vodex" ], [ "https://github.com/LemonJust/napari-vodex" ], [ "https://github.com/popitsch/varan-gie" ], [ "https://github.com/aitgon/vtam_benchmark" ], [ "https://github.com/LemonJust/vodex" ], [ "https://github.com/LemonJust/vodex" ], [ "https://github.com/LemonJust/vodex" ], [ "https://github.com/LemonJust/vodex" ], [ "https://github.com/LemonJust/vodex" ], [ "https://github.com/LemonJust/vodex" ], [ "https://github.com/LemonJust/vodex" ], [ "https://github.com/LemonJust/vodex" ], [ "https://github.com/hewm2008/NGenomeSyn" ], [ "https://github.com/aitgon/vtam" ], [ "https://github.com/MolecularAI/IcolosCommunity" ], [ "https://github.com/MolecularAI/Icolos" ], [ "https://github.com/holehouse-lab/shephard" ], [ "https://github.com/DAIZHENWEI/BDMMA" ], [ "https://github.com/PF2-pasteur-fr/checkMyIndex" ], [ "https://github.com/smin95/smplot" ], [ "https://github.com/shayesteh99/TCMM" ], [ "https://github.com/SmartDataAnalytics/BioKEEN" ], [ "https://github.com/mathelab/RaMP-DB" ], [ "https://github.com/lola4/DRAC" ], [ "https://github.com/SmartDataAnalytics/PyKEEN" ], [ "https://github.com/holehouse-lab/shephard-colab" ], [ "https://github.com/sahahn/BPt" ], [ "https://github.com/google/deepvariant" ], [ "https://github.com/JaneJiayiDong/scPreGAN" ], [ "https://github.com/JaneJiayiDong/scPreGAN-reproducibility" ], [ "https://github.com/jhu99/scbean" ], [ "https://github.com/jhu99/scbean" ], [ "https://github.com/jhu99/scbean" ], [ "https://github.com/jhu99/scbean" ], [ "https://github.com/jhu99/davae_paper" ], [ "https://github.com/ncjllld/byase" ], [ "https://github.com/ncjllld/byase_gui" ], [ "https://github.com/RUBi-ZA/MD-TASK" ], [ "https://github.com/RUBi-ZA/MD-TASK" ], [ "https://github.com/RUBi-ZA/MD-TASK" ], [ "https://github.com/RUBi-ZA/MD-TASK" ], [ "https://github.com/RUBi-ZA/MODE-TASK" ], [ "https://github.com/RUBi-ZA/MODE-TASK" ], [ "https://github.com/RUBi-ZA/MODE-TASK" ], [ "https://github.com/RUBi-ZA/MODE-TASK" ], [ "https://github.com/Center-for-Health-Data-Science/dgd" ], [ "https://github.com/Center-for-Health-Data-Science/scDGD" ], [ "https://github.com/joerg-swg/ShuffleAnalyzer" ], [ "https://github.com/biodev/HitWalker2" ], [ "https://github.com/wtsi-team144/peakplotter" ], [ "https://github.com/wtsi-team144/transformPhenotype" ], [ "https://github.com/signaturescience/vcferr" ], [ "https://github.com/ncats/IntLIM" ], [ "https://github.com/shwoo93/video_decaptioning" ], [ "https://github.com/mcahny/Deep-Video-Inpainting" ], [ "https://github.com/cjneely10/MetaSanity" ], [ "https://github.com/Pasquali-lab/UMI4Cats" ], [ "https://github.com/fosterlab/PrInCE" ], [ "https://github.com/gurkirt/3D-RetinaNet" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/HerveEmissah/nmo-authors-app" ], [ "https://github.com/HerveEmissah/nmo-bibliometric-analysis" ], [ "https://github.com/lasigeBioTM/MRRAD" ], [ "https://github.com/fredhutch/pgmap_pipeline" ], [ "http://github.com/kuixu/VRmol" ], [ "https://github.com/francescodc87/ipaPy2" ], [ "https://github.com/ridgelab/JustOrthologs" ], [ "https://github.com/daihang16/nubeamdedup" ], [ "https://github.com/lsbnb/amp_gan" ], [ "https://github.com/LinTzuTang/AI4AVP_predictor" ], [ "https://github.com/leopold-weidner/DBDIpy" ], [ "https://github.com/sing-group/seda" ], [ "https://github.com/sing-group/seda" ], [ "https://github.com/sing-group/seda" ], [ "https://github.com/sing-group/seda" ], [ "https://github.com/okadalabipr/text2model-from-knowledge" ], [ "https://github.com/ChristopherWilks/snaptron" ], [ "https://github.com/ChristopherWilks/snaptron-experiments" ], [ "https://github.com/ucsd-ccbb/VAPr" ], [ "https://github.com/Jong-hun-Park/trviz" ], [ "https://github.com/keyes-timothy/tidytof" ], [ "https://github.com/biomass-dev/biomass" ], [ "https://github.com/steinrue/diplo_locus" ], [ "https://github.com/bacak/TrAP" ], [ "https://github.com/nblt/DLDR" ], [ "https://github.com/kris-nader/sc-type-py" ], [ "https://github.com/PSSUN/Rcirc" ], [ "https://github.com/alaesahbou/BuscoPhylo" ], [ "https://github.com/kris-nader/sp-type" ], [ "https://github.com/Shao-Group/aletsch-test" ], [ "https://github.com/Simon-Leonard/FlexDotPlot" ], [ "https://github.com/Shao-Group/aletsch" ], [ "https://github.com/vvvwo/AIVS-project" ], [ "https://github.com/Simon-Leonard/FlexDotPlot_paper" ], [ "https://github.com/hildebra/Rarefaction" ], [ "https://github.com/UoMMIB/PeakMLViewerPy" ], [ "https://github.com/privefl/paper4-bedpca" ], [ "https://github.com/pbenner/tfbayes" ], [ "https://github.com/ibivu/PRALINE" ], [ "https://github.com/dlal-group/simtext" ], [ "https://github.com/FridleyLab/iTIME" ], [ "https://github.com/FridleyLab/spatialTIME" ], [ "https://github.com/DessimozLab/iHam" ], [ "https://github.com/szymczak-lab/PathwayGuidedRF" ], [ "https://github.com/DessimozLab/pyHam" ], [ "https://github.com/PMCC-BioinformaticsCore/janis" ], [ "https://github.com/zmmzGitHub/MTL-BC-LBC-BioNER" ], [ "https://github.com/phenomecentre/nPYc-Toolbox" ], [ "https://github.com/privefl/bigsnpr" ], [ "https://github.com/yyZhang14/dbEssLnc" ], [ "https://github.com/rohdelab/PyTransKit" ], [ "https://github.com/hms-dbmi/Rcupcake" ], [ "https://github.com/hms-dbmi/Rcupcake-case-studies" ], [ "https://github.com/cambridgeltl/MTL-Bioinformatics-2016" ], [ "https://github.com/szymczak-lab/DataPathwayGuidedRF" ], [ "https://github.com/KyoungYeulLee/3Cnet" ], [ "https://github.com/mjsull/chromatiblock" ], [ "https://github.com/jendelel/PrankWebApp" ], [ "https://github.com/calabrialab/InCliniGene" ], [ "https://github.com/phenomecentre/nPYc-toolbox-tutorials" ], [ "https://github.com/ncats/ramp-db" ], [ "https://github.com/chrisjackson-pellicle/hybpiper-nf" ], [ "https://github.com/chrisjackson-pellicle/paragone-nf" ], [ "https://github.com/cchauve/plasgraph2" ], [ "https://github.com/wangjun1996/VisFeature" ], [ "https://github.com/godotgildor/Suns" ], [ "https://github.com/Gabriel439/suns-cmd" ], [ "https://github.com/Gabriel439/suns-search" ], [ "https://github.com/phe-bioinformatics/snapperdb_references" ], [ "https://github.com/abzu-ai/QLattice-clinical-omics" ], [ "https://github.com/nickduran/align-linguistic-alignment" ], [ "https://github.com/chenvict/dipm" ], [ "https://github.com/hr1912/TreeExp" ], [ "https://github.com/hr1912/TreeExp" ], [ "https://github.com/hr1912/TreeExp" ], [ "https://github.com/hr1912/TreeExp" ], [ "https://github.com/radifar/pyplif" ], [ "https://github.com/laura-orellana/eBDIMS" ], [ "https://github.com/cabergh/eBDIMS" ], [ "https://github.com/heartsh/consalign" ], [ "https://github.com/radifar/PyPLIF-HIPPOS" ], [ "https://github.com/phe-bioinformatics/snapperdb" ], [ "https://github.com/rdk/p2rank" ], [ "https://github.com/drisso/awst" ], [ "https://github.com/YasCoMa/predprin" ], [ "https://github.com/YasCoMa/predprin" ], [ "https://github.com/YasCoMa/predprin" ], [ "https://github.com/YasCoMa/predprin" ], [ "https://github.com/heartsh/consprob-trained" ], [ "https://github.com/Public-Health-Bioinformatics/kipper" ], [ "https://github.com/Public-Health-Bioinformatics/versioned_data" ], [ "https://github.com/heyigacu/BitterGNN" ], [ "https://github.com/dputhier/libgtftk" ], [ "https://github.com/natir/yacrd" ], [ "https://github.com/drisso/awst_analysis" ], [ "https://github.com/natir/fpa" ], [ "https://github.com/skr1/Imagene" ], [ "https://github.com/fjuradorueda/MIME" ], [ "https://github.com/matthewcarlucci/DiscoRhythm" ], [ "https://github.com/slimsuite/diploidocus" ], [ "https://github.com/slimsuite/depthsizer" ], [ "https://github.com/samhinshaw/metabridge_shiny" ], [ "https://github.com/lifs-tools/jmzTab-m" ], [ "https://github.com/fmfi-compbio/plasgraph2-datasets" ], [ "https://github.com/qdickinson/mimal-website" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/romanhaa/Cerebro" ], [ "https://github.com/YasCoMa/ppi_validation_process" ], [ "https://github.com/YasCoMa/ppi_validation_process" ], [ "https://github.com/YasCoMa/ppi_validation_process" ], [ "https://github.com/YasCoMa/ppi_validation_process" ], [ "https://github.com/ncbi/icn3d" ], [ "https://github.com/ncbi/icn3d" ], [ "https://github.com/ncbi/icn3d" ], [ "https://github.com/ncbi/icn3d" ], [ "https://github.com/bionetslab/robust_bias_aware" ], [ "https://github.com/YasCoMa/ppi_validation_process" ], [ "https://github.com/YasCoMa/ppi_validation_process" ], [ "https://github.com/YasCoMa/ppi_validation_process" ], [ "https://github.com/YasCoMa/ppi_validation_process" ], [ "https://github.com/galaxyproject/galaxy" ], [ "https://github.com/galaxyproject/galaxy" ], [ "https://github.com/galaxyproject/galaxy" ], [ "https://github.com/galaxyproject/galaxy" ], [ "https://github.com/Knowledge-Graph-Hub/kg-microbe" ], [ "https://github.com/Tagliacollo/PartitionUCE" ], [ "https://github.com/shayesteh99/TCMM-Data" ], [ "https://github.com/zhou-lab/InfiniumAnnotationV1" ], [ "https://github.com/YJGene0806/PRIDE_Code" ], [ "https://github.com/gbnegrini/mirdb-custom-target-search" ], [ "https://github.com/itsjustaplant/AwesomeProject" ], [ "https://github.com/AnnekathrinSilvia/magnetique" ], [ "https://github.com/PDBeurope/pdb-images" ], [ "https://github.com/overton-group/eHDPrep" ], [ "https://github.com/Chaowu88/freeflux" ], [ "https://github.com/alejocn5/AlexandrusPS" ], [ "https://github.com/fhaive/dream" ], [ "https://github.com/Luigi-Ferraro/MOViDA" ], [ "https://github.com/vis-opt-group/BDA" ], [ "https://github.com/BodenmillerGroup/cytoviewer" ], [ "https://github.com/chenxiptz/SR_microvessel_velocimetry" ], [ "https://github.com/PavlopoulosLab/Flame" ], [ "https://github.com/didrikolofsson/rmappet" ], [ "https://github.com/kakarotcq/Con-AAE" ], [ "https://github.com/dieterich-lab/magnetiqueCode2022" ], [ "https://github.com/BMILAB/stAPAminer" ], [ "https://github.com/duttaprat/DeepMOIS-MC" ], [ "https://github.com/zhangxin11111/NPI-DCGNN" ], [ "https://github.com/jarosenb/UV_POSIT" ], [ "https://github.com/ahmed-elliethy/nnt" ], [ "https://github.com/Jfo004/ConfocalCellSegmentation" ], [ "https://github.com/MIDA-group/MultiRegEval" ], [ "https://github.com/YJPai65/MVF-SleepNet" ], [ "https://github.com/RyanCook94/inphared" ], [ "https://github.com/KiranJavkar/PRAWNS" ], [ "https://github.com/Zafar-Lab/Margaret" ], [ "https://github.com/AlicjaNowakowska/ETNA" ], [ "https://github.com/cmcb-warwick/KiT" ], [ "https://github.com/LanLab/ShigEiFinder" ], [ "https://github.com/optmed/CompactFluorescenceCam" ], [ "https://github.com/gamcil/synthaser" ], [ "https://github.com/katholt/kaptive" ], [ "https://github.com/stmutasa/MetUS" ], [ "https://github.com/biothings/biothings_explorer" ], [ "https://github.com/biothings/biothings_explorer" ], [ "https://github.com/biothings/biothings_explorer" ], [ "https://github.com/biothings/biothings_explorer" ], [ "https://github.com/Mathbiomed/ION" ], [ "https://github.com/unisb-bioinf/MERIDA" ], [ "https://github.com/TobiTekath/DTUrtle" ], [ "https://github.com/CBIIT/KDS" ], [ "https://github.com/RoelandKindt/AlleleShift" ], [ "https://github.com/mvasinek/olgen-om-error-prediction" ], [ "https://github.com/Andre-lab/ZEAL" ], [ "https://github.com/cumbof/honto" ], [ "https://github.com/campbio/ExperimentSubset" ], [ "https://github.com/eMetaboHUB/Forum-DiseasesChem" ], [ "https://github.com/ibe-uw/tiara" ], [ "https://github.com/imperialebola2018/chainchecker" ], [ "https://github.com/SDBMC/RiskFactors2AD" ], [ "https://github.com/yxchspring/CECS" ], [ "https://github.com/CostaLab/reg-gen" ], [ "https://github.com/hyhRise/P-SSN" ], [ "https://github.com/arumds/webgqt" ], [ "https://github.com/BMBGenomics/BtToxin_Digger" ], [ "https://github.com/gear-genomics/tracy" ], [ "https://github.com/jszlek/CardiacPBPK" ], [ "https://github.com/IEDB/PEPMatch" ], [ "https://github.com/NKI-CCB/PRECISE" ], [ "https://github.com/nasqar/NASQAR" ], [ "https://github.com/Maize-Genetics-and-Genomics-Database/PedigreeNet" ], [ "https://github.com/elbasir/DeepCrystal" ], [ "https://github.com/manimkn89/Protein-Sequence-Analysis" ], [ "https://github.com/jacobhsu35/ISPP" ], [ "https://github.com/cguyeux/CRISPRbuilder-TB" ], [ "https://github.com/userbz/DeMix-Q" ], [ "https://github.com/boboppie/RSSS" ], [ "https://github.com/cimm-kzn/CIMtools" ], [ "https://github.com/MEMO-toolbox/MEMO" ], [ "https://github.com/s312569/clj-biosequence" ], [ "https://github.com/WangLabTHU/combmotif" ], [ "https://github.com/AIBResearchMolDy/Moldyv01" ], [ "https://github.com/jadermcg/biomapp-chip" ], [ "https://github.com/chemle/emle-engine" ], [ "https://github.com/bougioukas/amstar2Vis" ], [ "https://github.com/kansil/PMPred" ], [ "https://github.com/evidenceontology/evidenceontology" ], [ "https://github.com/SmithLabMCW/icekat" ], [ "https://github.com/CIMES-USNA-UMA/BaroWavelet" ], [ "https://github.com/KazukiNakamae/DANGER_analysis" ], [ "https://github.com/Bulabula45/Readon" ], [ "https://github.com/alvesvm/sars-cov-mpro" ], [ "https://github.com/Simonll/LikelihoodFreePhylogenetics" ], [ "https://github.com/Simonll/LikelihoodFreePhylogenetics" ], [ "https://github.com/Simonll/LikelihoodFreePhylogenetics" ], [ "https://github.com/Simonll/LikelihoodFreePhylogenetics" ], [ "https://github.com/InfOmics/Esearch3D" ], [ "https://github.com/vam-sin/deepcys" ], [ "https://github.com/refresh-bio/agc" ], [ "https://github.com/jluzhangxinrubio/PseU-ST" ], [ "https://github.com/gjeunen/reference_database_creator" ], [ "https://github.com/manasvupadhyay/erc-gamma-3D-DCNN" ], [ "https://github.com/modENCODE-DCC/Galaxy" ], [ "https://github.com/zpliulab/NAE" ], [ "https://github.com/wg99526/micloudgit" ], [ "https://github.com/Labevo/MicNetToolbox" ], [ "https://github.com/dstallmann/transfer_learning_twinvae" ], [ "https://github.com/HuanLab/ABCstats" ], [ "https://github.com/ncbi/pgap" ], [ "https://github.com/zenanz/ChemTables" ], [ "https://github.com/WaqarHusain/sAMP-PFPDeep" ], [ "https://github.com/YameiDeng/BAANet" ], [ "https://github.com/DennisSchlossarek/PROMISed" ], [ "https://github.com/ebi-webcomponents/nightingale" ], [ "https://github.com/FelixMoelder/ting" ], [ "https://github.com/usos/TPQCI" ], [ "https://github.com/BauerLab/GOANA" ], [ "https://github.com/cmzuo11/DCCA" ], [ "https://github.com/nrdg/fracridge" ], [ "https://github.com/dzjxzyd/UniDL4BioPep" ], [ "https://github.com/mutwil/LSTrAP-Lite" ], [ "https://github.com/BimberLab/cellhashR" ], [ "https://github.com/MW55/Natrix" ], [ "https://github.com/weberlab-hhu/Helixer" ], [ "https://github.com/deargen/DearWXpub" ], [ "https://github.com/BolognaBiocomp/deepmito" ], [ "https://github.com/jaswindersingh2/SPOT-RNA-2D" ], [ "https://github.com/yollct/spycone" ], [ "https://github.com/wcmc-research-informatics/super-i2b2" ], [ "https://github.com/bioinfo-ut/PhenotypeSeeker" ], [ "https://github.com/theislab/scgen" ], [ "https://github.com/hillerlab/CESAR" ], [ "https://github.com/biodataganache/SIEVE-Ub" ], [ "https://github.com/labstructbioinf/rossmann-toolbox" ], [ "https://github.com/seantuck12/MODISTools" ], [ "https://github.com/baillielab/maic" ], [ "https://github.com/HUBioDataLab/Domain2GO" ], [ "https://github.com/baillielab/comparison_of_RA_methods" ], [ "https://github.com/Shen-Lab/ncVarPred-1D3D" ], [ "https://github.com/ScialdoneLab/STREAMLINE" ], [ "https://github.com/open2c/cooltools" ], [ "https://github.com/BioHuangDY/diseaseGPS" ], [ "https://github.com/CBIIT-CGBB/3DVizSNP" ], [ "https://github.com/wajidarshad/ESIDE" ], [ "https://github.com/adavi4/SAI-10k-calc" ], [ "https://github.com/VirtualPharmacist/vp" ], [ "https://github.com/kelsey209/hsrdefbuilder" ], [ "https://github.com/gc5k/GEAR" ], [ "https://github.com/ptriska/WavesDash" ], [ "https://github.com/BolognaBiocomp/coconat" ], [ "https://github.com/NIB-SI/DiNAR" ], [ "https://github.com/SuAVE-Software/source" ], [ "https://github.com/metagenlab/zDB" ], [ "https://github.com/netbiolab/scHumanNet" ], [ "https://github.com/brainiak/rt-cloud" ], [ "https://github.com/VictorCSheng/VSID-Net" ], [ "https://github.com/BIRDSgroup/BioEmbedS" ], [ "https://github.com/PySilentSubstitution/pysilsub" ], [ "https://github.com/Mohammad-Vahed/BML" ], [ "https://github.com/Changwuuu/Cuproptosis-pancancer" ], [ "https://github.com/drazen-petrov/SMArt" ], [ "https://github.com/divelab/MoleculeX" ], [ "https://github.com/psipred/s4pred" ], [ "https://github.com/jaleesr/TrendCatcher" ], [ "https://github.com/jaleesr/TrendCatcher" ], [ "https://github.com/jaleesr/TrendCatcher" ], [ "https://github.com/jaleesr/TrendCatcher" ], [ "https://github.com/regisoc/kibior" ], [ "https://github.com/CDCgov/TB_molecular_epidemiology" ], [ "https://github.com/IPK-BIT/isa4j" ], [ "https://github.com/changlabtw/hicmaptools" ], [ "https://github.com/lcalviell/ORFquant" ], [ "https://github.com/pcdslab/ASD-DiagNet" ], [ "https://github.com/m4merg/EphaGen" ], [ "https://github.com/ChaiAsaad/MoreAIRAsthmaKGxE" ], [ "https://github.com/RamonOller/LWLRtest" ], [ "https://github.com/burcakotlu/JOA" ], [ "https://github.com/ciernialab/MGEnrichmentApp" ], [ "https://github.com/compomics/pout2prot" ], [ "https://github.com/MalteWillmes/IsoFishR" ], [ "https://github.com/cma2015/PEA" ], [ "http://github.com/BiancaStoecker/cpinsim" ], [ "https://github.com/phrh/PredRAD" ], [ "https://github.com/hughests/decon1d" ], [ "https://github.com/taowang11/MultiCBlo" ], [ "https://github.com/jaleesr/TrendCatcher" ], [ "https://github.com/jaleesr/TrendCatcher" ], [ "https://github.com/jaleesr/TrendCatcher" ], [ "https://github.com/jaleesr/TrendCatcher" ], [ "https://github.com/yufree/pmd" ], [ "https://github.com/3331822w/Signal2signal" ], [ "https://github.com/AllonKleinLab/SPRING" ], [ "https://github.com/Grupo-Medicina-Molecular-y-Traslacional/StarPep" ], [ "https://github.com/ratschlab/sim_read_until" ], [ "https://github.com/OpenFreeEnergy/kartograf" ], [ "https://github.com/dongxinzheng/RespirAnalyzer" ], [ "https://github.com/anuragraj/PgxSAVy" ], [ "https://github.com/tangzhn/BRCA1" ], [ "https://github.com/tingcosmos/KetPath" ], [ "https://github.com/CSi-Studio/InjectionDesign" ], [ "https://github.com/DarinaOsamu/predictors-of-cysteine-reactivity-changes" ], [ "https://github.com/friendsofstrandseq/mosaicatcher-pipeline" ], [ "https://github.com/malabz/TPMA" ], [ "https://github.com/2003100127/tmkit" ], [ "https://github.com/zhangtaolab/CRISPRMatch" ], [ "https://github.com/MonicaCalSan/MetaboMSDIA" ], [ "https://github.com/quinlanW/PLA-GNN" ], [ "https://github.com/WT215/bayNorm_papercode" ], [ "https://github.com/nlpie-research/Compact-Biomedical-Transformers" ], [ "https://github.com/oxpig/ImmuneBuilder" ], [ "https://github.com/PooyaBorzou/SPADAN" ], [ "https://github.com/sugyun/DCGS" ], [ "https://github.com/osita-sunday-nnyigide/Pras_Server" ], [ "https://github.com/sychen9584/MAGNET" ], [ "https://github.com/jodyphelan/tb-ml" ], [ "https://github.com/replikation/What_the_Phage" ], [ "https://github.com/ExMove/ExMove" ], [ "https://github.com/raghavagps/toxinpred2" ], [ "https://github.com/AlexandrovLab/SigProfilerClusters" ], [ "https://github.com/mildpiggy/DEP2" ], [ "https://github.com/LHRI-Bioinformatics/QuasiSeq" ], [ "https://github.com/dunhamlab/PacRAT" ], [ "https://github.com/DorotaHojaLukowicz/GenExpA" ], [ "https://github.com/tibbdc/AutoESDCas" ], [ "https://github.com/jvlehtonen/brutenib" ], [ "https://github.com/Merck/BioPhi" ], [ "https://github.com/kechen1984/2H-SIAM" ], [ "https://github.com/Cardio-AI/suture-detection-pytorch" ], [ "https://github.com/PayneLab/cptac" ], [ "https://github.com/Gebbi8/DiVil" ], [ "https://github.com/KothapalliLabPSU/US-PA_simulation_codes" ], [ "https://github.com/wangchuanyuan1/project-MscNMF" ], [ "https://github.com/eudoraleer/scasa" ], [ "https://github.com/asperciesl/ViBiBa" ], [ "https://github.com/biofold/ThermoScan" ], [ "https://github.com/HuanLab/Paramounter" ], [ "https://github.com/Haifengtao/AUCseg" ], [ "https://github.com/23andMe/phasedibd" ], [ "https://github.com/pmartR/FIRM-AVP" ], [ "https://github.com/omics-datascience/multiomix" ], [ "https://github.com/GT-NucleicAcids/pnab" ], [ "https://github.com/developerpiru/BEAVR" ], [ "https://github.com/davidwarne/Warne2019_GuideToPseudoMarginal" ], [ "https://github.com/DEIB-GECO/simsearch-app" ], [ "https://github.com/Jiamin-Yang/ensemble_model" ], [ "https://github.com/MBoemo/bcs" ], [ "https://github.com/gdurif/pCMF" ], [ "https://github.com/qkirikigaku/MS_LDA" ], [ "https://github.com/jpvanhat/GPQTLmapping" ], [ "https://github.com/Biobix/mQC" ], [ "https://github.com/soedinglab/metaeuk" ], [ "https://github.com/VisLab/EEG-Spindles" ], [ "https://github.com/MaoYafei/TREEasy" ], [ "https://github.com/dterg/biomedical_corpora" ], [ "https://github.com/CIAT-DAPA/UsefulPlants-Indicator" ], [ "https://github.com/hzi-bifo/Quasimodo" ], [ "https://github.com/genomeartist/genomeartist" ], [ "https://github.com/noaeker/lasso_positions_sampling" ], [ "https://github.com/CompEvol/sampled-ancestors" ], [ "https://github.com/hoangtn/SRBreak" ], [ "https://github.com/hammock-dev/hammock" ], [ "https://github.com/cyinbox/PPI" ], [ "https://github.com/large-scale-gxe-methods/REGEM" ], [ "https://github.com/large-scale-gxe-methods/METAGEM" ], [ "https://github.com/MIC-DKFZ/TractSeg" ], [ "https://github.com/megahr/lexicon" ], [ "https://github.com/friend1ws/pmsignature" ], [ "https://github.com/UdeS-CoBIUS/SimSpliceEvol" ], [ "https://github.com/UdeS-CoBIUS/SimSpliceEvol" ], [ "https://github.com/UdeS-CoBIUS/SimSpliceEvol" ], [ "https://github.com/UdeS-CoBIUS/SimSpliceEvol" ], [ "https://github.com/markrobinsonuzh/scRNAseq_clustering_comparison" ], [ "https://github.com/cartercheong/AcPEP_classification" ], [ "https://github.com/dna-storage/framed" ], [ "https://github.com/genskeu/HON" ], [ "https://github.com/yuhuei/rehunt" ], [ "https://github.com/EESI/seq2att" ], [ "https://github.com/Systems-Theory-in-Systems-Biology/BayModTS" ], [ "https://github.com/EESI/sequence_attention" ], [ "https://github.com/labstructbioinf/PiPred" ], [ "https://github.com/liliulab/gust" ], [ "https://github.com/graham1034/Smith2012_insulin_signalling" ], [ "https://github.com/tSchlegl/f-AnoGAN" ], [ "https://github.com/gifford-lab/seqgra" ], [ "https://github.com/naim-panjwani/LocusFocus" ], [ "https://github.com/JLSteenwyk/BioKIT" ], [ "https://github.com/labbit-eu/transport_tools" ], [ "https://github.com/Dootmaan/ICMIL" ], [ "https://github.com/icezhangGG/AGAD" ], [ "https://github.com/ljaiverson/pgfed" ], [ "https://github.com/zhanhz/KRF" ], [ "https://github.com/Cheng0829/TransFOL" ], [ "https://github.com/grst/immune_deconvolution_benchmark" ], [ "https://github.com/hujiecpp/ISTR" ], [ "https://github.com/ohuelab/SpatialPPI" ], [ "https://github.com/FriedbergLab/GOThresher" ], [ "https://github.com/openbiox/UCSCXenaShiny" ], [ "https://github.com/gregbellan/POCD" ], [ "https://github.com/wangsen99/CSFwinformer" ], [ "https://github.com/FOI-Bioinformatics/nanometa_live" ], [ "https://github.com/theochem/B3DB" ], [ "https://github.com/theochem/B3DB" ], [ "https://github.com/theochem/B3DB" ], [ "https://github.com/theochem/B3DB" ], [ "https://github.com/ccli3896/PaN" ], [ "https://github.com/HUANGLIZI/ScribFormer" ], [ "https://github.com/ZAX130/RDP" ], [ "https://github.com/yeliudev/CATNet" ], [ "https://github.com/cviviers/YOLOv5-6D-Pose" ], [ "https://github.com/markuswenzel/xai-proteins" ], [ "https://github.com/HKU-BAL/ClusterV-Web" ], [ "https://github.com/HUST-IDSM-AI/HHCH" ], [ "https://github.com/CSBiology/TempClass" ], [ "https://github.com/WxTu/RITR" ], [ "https://github.com/hust-linyi/bonus" ], [ "https://github.com/Camiling/stabJGL" ], [ "https://github.com/IMAG-LuJin/RCSH" ], [ "https://github.com/JimZAI/MODE-OOD" ], [ "https://github.com/ncod3/vprimer" ], [ "https://github.com/Sammccarthypotter/ExRec" ], [ "https://github.com/SFGLab/cudaMMC" ], [ "https://github.com/GeoVectorMatrix/Dif-Fusion" ], [ "https://github.com/yansen0508/Mental-Deep-Reverse-Engineering" ], [ "https://github.com/PRIS-CV/Sketch-SF" ], [ "https://github.com/wangyuxin87/PERT" ], [ "https://github.com/soumyadip1997/qepsilon" ], [ "https://github.com/merlab/text_features" ], [ "https://github.com/manman1995/pan-sharpening-Team-zhouman" ], [ "https://github.com/scharch/SONAR" ], [ "https://github.com/SWT-1014/BAANet" ], [ "https://github.com/FCSlib/FCSlib" ], [ "https://github.com/BISCodeRepo/DbyDeep" ], [ "https://github.com/BobZhangHT/QReR" ], [ "https://github.com/WandrilleD/pyKleeBarcode" ], [ "https://github.com/CGuangyan-BIT/DIT" ], [ "https://github.com/DCBIA-OrthoLab/ShapeAXI" ], [ "https://github.com/tahiri-lab/GPTree" ], [ "https://github.com/morisUtokyo/uTR" ], [ "https://github.com/elolab/VarSCAT" ], [ "https://github.com/tsudalab/ACP4" ], [ "https://github.com/lin-lcx/HGCN" ], [ "https://github.com/hahnlab/CAGEE" ], [ "https://github.com/Blcony/SDHNet" ], [ "https://github.com/ZhifangDeng/MISSFormer" ], [ "https://github.com/wangn123/MISSU" ], [ "https://github.com/ucasdp/RobustTree" ], [ "https://github.com/hqyone/cancer_rcnn" ], [ "https://github.com/zamboni-lab/RALPS" ], [ "https://github.com/Xabo-RB/Benchmarking_files" ], [ "https://github.com/kordk/torch-ecpg" ], [ "https://github.com/kordk/torch-ecpg" ], [ "https://github.com/kordk/torch-ecpg" ], [ "https://github.com/kordk/torch-ecpg" ], [ "https://github.com/SandraThieme/BiPredict" ], [ "https://github.com/usubioinfo/profeatx" ], [ "https://github.com/nowander/WaveNet" ], [ "https://github.com/LiangYu-Xidian/MGP-DR" ], [ "https://github.com/lockEF/BayesianDWD" ], [ "https://github.com/minotm/NTA" ], [ "https://github.com/JuvenileInWind/FARNet" ], [ "https://github.com/Saurabh7/Few-shot-learning-multilabel-cxray" ], [ "https://github.com/zikai1/GraphReg" ], [ "https://github.com/taozh2017/FAPNet" ], [ "https://github.com/genemine/GSI" ], [ "https://github.com/lhy0322/SENet" ], [ "https://github.com/harmancilab/SVAT" ], [ "https://github.com/wl-zhao/VideoABC" ], [ "https://github.com/kurokida/jsQuestPlus" ], [ "https://github.com/blackfeather-wang/GFNet-Pytorch" ], [ "https://github.com/TBooker/PicMin" ], [ "https://github.com/vicruiser/3Dmapper" ], [ "https://github.com/ebattistella/auto_machine_learning" ], [ "https://github.com/piyuranjan/SNIKT" ], [ "https://github.com/KoslickiLab/YACHT" ], [ "https://github.com/KoslickiLab/YACHT" ], [ "https://github.com/KoslickiLab/YACHT" ], [ "https://github.com/KoslickiLab/YACHT" ], [ "https://github.com/zhuangcheng31/MLG_Face" ], [ "https://github.com/kongzhecn/dfdm" ], [ "https://github.com/pylelab/CSSR" ], [ "https://github.com/LeoM93/BiologicalRandomWalks" ], [ "https://github.com/nikhilroxtomar/FANet" ], [ "https://github.com/Cai631/PMDN" ], [ "https://github.com/microsoft/Bringing-Old-Photos-Back-to-Life" ], [ "https://github.com/javier-pardodiaz/sdcorGCN" ], [ "https://github.com/javier-pardodiaz/sdcorGCN" ], [ "https://github.com/javier-pardodiaz/sdcorGCN" ], [ "https://github.com/javier-pardodiaz/sdcorGCN" ], [ "https://github.com/KIT-MBS/pycofitness" ], [ "https://github.com/RongquanWang/IMA" ], [ "https://github.com/placeforyiming/DistanceTransform-DepthCompletion" ], [ "https://github.com/amkozlov/cellphy" ], [ "https://github.com/CSUBioGroup/EP-EDL" ], [ "https://github.com/Candyperfect/Master" ], [ "https://github.com/wmbai/LSCGB" ], [ "https://github.com/Transipedia/dekupl-lung-cancer-inter-cohort" ], [ "https://github.com/wangsiwei2010/FPMVS-CAG" ], [ "https://github.com/tim-learn/SHOT-plus" ], [ "https://github.com/mdelcorvo/TOSCA" ], [ "https://github.com/johnlamb/pyconsfold" ], [ "https://github.com/Deng-Y/DPCTF" ], [ "https://github.com/PRIS-CV/AdvancedDropout" ], [ "https://github.com/WYu-Feng/pc-gain" ], [ "https://github.com/sinc-lab/anc2vec" ], [ "https://github.com/HUBioDataLab/ASCARIS" ], [ "https://github.com/sunyi123/cdr" ], [ "https://github.com/ai-biology/dcnn-gap-filling" ], [ "https://github.com/gerners/tamock" ], [ "https://github.com/kuijiang0802/PCNet" ], [ "https://github.com/UTP-WTIiE/KrebsCycleUsingQueueingTheory" ], [ "https://github.com/AlexKnyshov/alibaseq" ], [ "https://github.com/vztu/VIDEVAL" ], [ "https://github.com/grapeff/SBEL_datasets" ], [ "https://github.com/laura-wang/video_repres_sts" ], [ "https://github.com/BonilKoo/ML_purity" ], [ "https://github.com/IRMVLab/HALFlow" ], [ "https://github.com/wenguanwang/SODsurvey" ], [ "https://github.com/akaxlh/MBRec" ], [ "https://github.com/jtnystrom/discount" ], [ "https://github.com/Sepstar/PIMD" ], [ "https://github.com/Raze97/Telegram-Survey-Bot" ], [ "https://github.com/nrohani/MolecularSubtypes" ], [ "https://github.com/dingkeyan93/DISTS" ], [ "https://github.com/fhaive/nextcast" ], [ "https://github.com/liangliangwangsfu/phyloPMCMC" ], [ "https://github.com/lbroseus/TALC" ], [ "https://github.com/tyjo/luminate" ], [ "https://github.com/CunmeiJi/AEMDA" ], [ "https://github.com/elkebir-group/TiTUS" ], [ "https://github.com/zcwang0702/BiFusion" ], [ "https://github.com/EMI-Group/RelativeNAS" ], [ "https://github.com/tsmotlp/DRGAN-OCT" ], [ "https://github.com/chang88ye/NIHBA" ], [ "https://github.com/mpcrlab/MolecularTransformerEmbeddings" ], [ "https://github.com/goknurginer/qtQDA" ], [ "https://github.com/ccdmb/catastrophy" ], [ "https://github.com/LifanLiang/EM_BMF" ], [ "https://github.com/rostkick/Halide_sites" ], [ "https://github.com/Majid1292/SVFS" ], [ "https://github.com/isglobal-brge/methylclock" ], [ "https://github.com/BioMLBoston/PatchDCA" ], [ "https://github.com/kreutz-lab/DMR-DecisionTree" ], [ "https://github.com/TBradley27/FilTar" ], [ "https://github.com/tzok/eltetrado" ], [ "https://github.com/tzok/eltetrado" ], [ "https://github.com/tzok/eltetrado" ], [ "https://github.com/tzok/eltetrado" ], [ "https://github.com/bielcardona/TCGenerators" ], [ "https://github.com/sellerslab/gemini" ], [ "https://github.com/niewenjuan-csu/TSNAPred" ], [ "https://github.com/wososa/PSI-Sigma" ], [ "https://github.com/arunima2/PTRE_PSB_2020" ], [ "https://github.com/morphos30/PhyloCTCFLooping" ], [ "https://github.com/Mesh89/SurVIndel" ], [ "https://github.com/davidebolo1993/NanoR" ], [ "https://github.com/bio-coding/AntiVPP" ], [ "https://github.com/PersonalizedOncology/ClinVAP" ], [ "https://github.com/TopGene/AIvar" ], [ "https://github.com/xjtu-omics/MEpurity" ], [ "https://github.com/gilles-didier/MolTi-DREAM" ], [ "https://github.com/ridgelab/ExtRamp" ], [ "https://github.com/hagax8/drugtargetor" ], [ "https://github.com/XiaoleiLiuBio/G2P" ], [ "https://github.com/BaselAbujamous/clust" ], [ "https://github.com/aatapa/RLScore" ], [ "https://github.com/darlenelu72/EPEM-GMM" ], [ "https://github.com/pratas/cryfa" ], [ "https://github.com/jingjin25/LFASR-FS-GAF" ], [ "https://github.com/BMILAB/AStrap" ], [ "https://github.com/bvalot/panISa" ], [ "https://github.com/kartiek/snpEnrichR" ], [ "https://github.com/ZhangChenLab/ImageCN" ], [ "https://github.com/BenLangmead/bowtie-scaling" ], [ "https://github.com/macmanes-lab/Oyster_River_Protocol" ], [ "https://github.com/Vitek-Lab/IonSpattern" ], [ "https://github.com/gdiminin/HaSAPPy" ], [ "https://github.com/BIMIB-DISCo/popFBA" ], [ "https://github.com/ruolin/strawberry" ], [ "https://github.com/fabriciopa/gofeat" ], [ "https://github.com/NetLand-NTU/HopLand" ], [ "https://github.com/UdeM-LBIT/SuGeT" ], [ "https://github.com/gersteinlab/HiC-spector" ], [ "https://github.com/neurodata/neuroparc" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/anitalu724/MutScape" ], [ "https://github.com/wanglimin/MRCNN-Scene-Recognition" ], [ "https://github.com/wangronglu/BNRR" ], [ "https://github.com/yanshanwang/biocaddie2016mayodata" ], [ "https://github.com/transmart/SmartR" ], [ "https://github.com/hitbc/deBGA" ], [ "https://github.com/EEZA-CSIC/compound-eye-simulator" ], [ "https://github.com/HelikarLab/CancerDiscover" ], [ "https://github.com/pbnjay/lollipops" ], [ "https://github.com/rtahmasbi/GeneEvolve" ], [ "https://github.com/iimog/bcgTree" ], [ "https://github.com/yolish/hbm" ], [ "https://github.com/wimverleyen/AggregateGeneFunctionPrediction" ], [ "https://github.com/gengit/PosiGene" ], [ "https://github.com/MartinFXP/B-NEM" ], [ "https://github.com/brentp/vcfanno" ], [ "https://github.com/biocorecrg/ExOrthist" ], [ "https://github.com/csmiller/EMIRGE" ], [ "https://github.com/PaulOrlov/ScreenMasker" ], [ "https://github.com/vasei/WAncILP" ], [ "https://github.com/chentianlu/BiOFI" ], [ "https://github.com/CONNJUR/CONNJUR-Sandbox" ], [ "https://github.com/mdcao/npReader" ], [ "https://github.com/HaonanPeng/active_syn_generator" ], [ "https://github.com/GRAPH-0/JODO" ], [ "https://github.com/compomics/ms2rescore" ], [ "https://github.com/UTbioinf/RigInv" ], [ "https://github.com/bejerano-lab/X-CAP" ], [ "https://github.com/euxhenh/Truffle" ], [ "https://github.com/subangstrom/superAngle" ], [ "https://github.com/subangstrom/superAngle" ], [ "https://github.com/subangstrom/superAngle" ], [ "https://github.com/subangstrom/superAngle" ], [ "https://github.com/wengsyx/VPTSL" ], [ "https://github.com/automl/learna_tools" ], [ "https://github.com/dean7liu/ERCNet_2023" ], [ "https://github.com/mensxmachina/BioDataome" ], [ "https://github.com/LiYu51/BG-Net" ], [ "https://github.com/dmitrymyl/BaRDIC" ], [ "https://github.com/binging512/MTCSNet" ], [ "https://github.com/genepi-freiburg/metaGWASmanager" ], [ "https://github.com/HualongCao/DMS" ], [ "https://github.com/ZENGYIMING-EAMON/SPCV" ], [ "https://github.com/Kingsford-Group/gtednewilp" ], [ "https://github.com/sys-bio/Libstructural" ], [ "https://github.com/ma-seefelder/ProteinCoLoc" ], [ "https://github.com/AinkaranSanthi/A_Geometric_Perspective_For_Robust_Segmentation" ], [ "https://github.com/jdidion/atropos" ], [ "https://github.com/hyuyu104/SnapFISH-IMPUTE" ], [ "https://github.com/MolBIFFM/vplg" ], [ "https://github.com/CNIC-Proteomics/iSanXoT" ], [ "https://github.com/vgteam/vg" ], [ "https://github.com/vgteam/vg" ], [ "https://github.com/vgteam/vg" ], [ "https://github.com/vgteam/vg" ], [ "https://github.com/soumitag/SLIDE" ], [ "https://github.com/broadinstitute/gatk" ], [ "https://github.com/broadinstitute/gatk" ], [ "https://github.com/broadinstitute/gatk" ], [ "https://github.com/broadinstitute/gatk" ], [ "https://github.com/batmanlab/MICCAI-2023-Route-interpret-repeat-CXRs" ], [ "https://github.com/The-Ark-Informatics/ark" ], [ "https://github.com/esbgkannan/GTxplorer" ], [ "https://github.com/ChenYong1993/LRSDN" ], [ "https://github.com/yunfighting/Identification-of-Membrane-Protein-Types-via-deep-residual-hypergraph-neural-network" ], [ "https://github.com/SunnySideUp11/ICU-MH-20" ], [ "https://github.com/youth-tang/CDMENet-main" ], [ "https://github.com/lab206/CCF-BC" ], [ "https://github.com/mala-lab/AUGCL" ], [ "https://github.com/ithbjgit1/BMWGAN" ], [ "https://github.com/huankoh/CST-GL" ], [ "https://github.com/cynricfu/MECCH" ], [ "https://github.com/pcnproject/PyPCN" ], [ "https://github.com/ZhangHengMin/TRANSUFFC" ], [ "https://github.com/NovelaNeuro/nEureka-SleepStaging" ], [ "https://github.com/hsiangyuzhao/RCPS" ], [ "https://github.com/wang-fujin/BattNN" ], [ "https://github.com/LactorHwt/ICAL" ], [ "https://github.com/MsterDC/SPA2Net" ], [ "https://github.com/Sanofi-Public/IDD-papers-fragrl" ], [ "https://github.com/OrigamiSL/GBT" ], [ "https://github.com/tiggers23/TSCE-Domain-Adaptive-Zero-Shot-Learning" ], [ "https://github.com/Bhattacharya-Lab/EquiPNAS" ], [ "https://github.com/Bhattacharya-Lab/EquiPNAS" ], [ "https://github.com/Bhattacharya-Lab/EquiPNAS" ], [ "https://github.com/Bhattacharya-Lab/EquiPNAS" ], [ "https://github.com/TravisWheelerLab/VIBES" ], [ "https://github.com/genomicepidemiology/ARGprofiler" ], [ "https://github.com/ShizhenChang/Chg2Cap" ], [ "https://github.com/LFCFireLab/FireLossRate" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/lhc1224/HAG-Net" ], [ "https://github.com/Aitical/PCL-SISR" ], [ "https://github.com/TimGarrels/LazyFox" ], [ "https://github.com/wangkejie97/SFT-Net" ], [ "https://github.com/BoomShakaY/Win-CCReID" ], [ "https://github.com/LWHYC/OneShot_WeaklySeg" ], [ "https://github.com/nchucvml/ADMM-SRNet" ], [ "https://github.com/BoyanZhou/STEMSim" ], [ "https://github.com/WangJJ-xrk/MaxKAT" ], [ "https://github.com/hdsu-bioquant/onto-vae" ], [ "https://github.com/xjtushujun/CMW-Net" ], [ "https://github.com/PRIS-CV/RTMem" ], [ "https://github.com/Sunny6-6-6/ESRGAN-DP" ], [ "https://github.com/lol88/Meta-GAT" ], [ "https://github.com/cheetah003/HMMC" ], [ "https://github.com/zhongchengwu/code_LRTCFPan" ], [ "https://github.com/jerysaw/M2CS" ], [ "https://github.com/rpauly/Admix-AI" ], [ "https://github.com/arnabkmondal/sc-INDC" ], [ "https://github.com/royee182/DPL" ], [ "https://github.com/tfzhou/MG-HumanParsing" ], [ "https://github.com/wjcyt/SRDE" ], [ "https://github.com/yhnju/tspFormer" ], [ "https://github.com/huangdonghere/UDBGL" ], [ "https://github.com/oxpig/AbLang" ], [ "https://github.com/williamdlees/Digger" ], [ "https://github.com/PavlopoulosLab/NORMA" ], [ "https://github.com/PavlopoulosLab/NORMA" ], [ "https://github.com/PavlopoulosLab/NORMA" ], [ "https://github.com/PavlopoulosLab/NORMA" ], [ "https://github.com/BenoitMorel/Asteroid" ], [ "https://github.com/bittremieux/ANN-SoLo" ], [ "https://github.com/kr-swapnil/NetVA" ], [ "https://github.com/TrinaZ/TL-fpFilter" ], [ "https://github.com/CX-He/STCR" ], [ "https://github.com/Luffy03/DBFNet" ], [ "https://github.com/wiedersehne/cdilDNA" ], [ "https://github.com/CSIM-LUT/DAGCN" ], [ "https://github.com/LiShuTJ/NDNet" ], [ "https://github.com/Huerhu/iCancer-Pred" ], [ "https://github.com/EPFL-LCSB/SKiMpy" ], [ "https://github.com/ChaozhongLiu/scGREAT" ], [ "https://github.com/shenlab-genomics/magpie" ], [ "https://github.com/kreimanlab/VisualSearchAsymmetry" ], [ "https://github.com/hoichanjung/AFM_Image_Denoising" ], [ "https://github.com/ha-lins/PGCL" ], [ "https://github.com/lithium770/Unsupervised-Person-re-ID-with-Stochastic-Training-Strategy" ], [ "https://github.com/medvedevgroup/minimizer-jaccard-estimator" ], [ "https://github.com/Guanjinqu/Clover" ], [ "https://github.com/lnsmith54/BOSS" ], [ "https://github.com/cusbg/AHoJ-project" ], [ "https://github.com/mczhuge/ICON" ], [ "https://github.com/sys-bio/SBcoyote" ], [ "https://github.com/sys-bio/SBcoyote" ], [ "https://github.com/sys-bio/SBcoyote" ], [ "https://github.com/sys-bio/SBcoyote" ], [ "https://github.com/lauromoraes/CapsNet-promoter" ], [ "https://github.com/bcgsc/btllib" ], [ "https://github.com/bcgsc/btllib" ], [ "https://github.com/bcgsc/btllib" ], [ "https://github.com/bcgsc/btllib" ], [ "https://github.com/weiqianglg/evaluate-GNNs-under-graph-sampling" ], [ "https://github.com/Schizophreni/MSResNet-TRNR" ], [ "https://github.com/thomas0809/RxnScribe" ], [ "https://github.com/LuckyDC/generalizing-reid-improved" ], [ "https://github.com/MathLee/ACCoNet" ], [ "https://github.com/HibiscusYB/BAFFT" ], [ "https://github.com/GXYM/KPN" ], [ "https://github.com/ChenHuilong1223/CFVisual" ], [ "https://github.com/makinyilmaz/LHBDC" ], [ "https://github.com/matteogiulietti/LipidOne" ], [ "https://github.com/Intelligent-Computing-Lab-Yale/BNTT-Batch-Normalization-Through-Time" ], [ "https://github.com/xiangwang1223/reinforced_causal_explainer" ], [ "https://github.com/perf-project/PeRF" ], [ "https://github.com/jamesgleave/DeepDockingGUI" ], [ "https://github.com/JialeCao001/HSD" ], [ "https://github.com/liangjiandeng/TDNet" ], [ "https://github.com/lpipes/ancestralclust" ], [ "https://github.com/Gaius-Augustus/clamsa" ], [ "https://github.com/Xinzhe-Ni/NCG" ], [ "https://github.com/YuxiangZhang-BIT/IEEE_TNNLS_TSTnet" ], [ "https://github.com/Ma-Yier/DynCubeProd" ], [ "https://github.com/xuefenfei712/mapDATAge" ], [ "https://github.com/frankvogt/vcf2gwas" ], [ "https://github.com/PavlopoulosLab/NORMA" ], [ "https://github.com/PavlopoulosLab/NORMA" ], [ "https://github.com/PavlopoulosLab/NORMA" ], [ "https://github.com/PavlopoulosLab/NORMA" ], [ "https://github.com/KohlbacherLab/CLAUDIO" ], [ "https://github.com/faezeh-bayat/VSS" ], [ "https://github.com/jensengroup/HeckQM" ], [ "https://github.com/emadeldeen24/AttnSleep" ], [ "https://github.com/fabianying/covid19-supermarket-abm" ], [ "https://github.com/BIOS-IMASL/Hierarchical-Bayes-NMR-Validation" ], [ "https://github.com/mazzalab/playgrounds" ], [ "https://github.com/msprITU/TDIOT" ], [ "https://github.com/jihmoon/MLDEG" ], [ "https://github.com/PFPrzytycki/CellWalkR" ], [ "https://github.com/WangyiNTU/Point-supervised-crowd-detection" ], [ "https://github.com/grigorisg9gr/polynomial_nets" ], [ "https://github.com/fkong7/HeartDeformNets" ], [ "https://github.com/Drinchai/BloodGen3Module" ], [ "https://github.com/yanglixiaoshen/SalGAIL" ], [ "https://github.com/mahmoudnafifi/CIE_XYZ_NET" ], [ "https://github.com/ynaveena/COVID-19-vs-Influenza" ], [ "https://github.com/stefanofranzini/essHIC" ], [ "https://github.com/Silver-Hawk/EWASex" ], [ "https://github.com/BlanchetteLab/RefHiC" ], [ "https://github.com/Yang-k955/CRISPR-HW" ], [ "https://github.com/xiaoyeye/GCNG" ], [ "https://github.com/MantangGuo/DRLF" ], [ "https://github.com/m-crown/SPEAR" ], [ "https://github.com/danfenghong/ECCV2018_J-Play" ], [ "https://github.com/phylo42/sherpas" ], [ "https://github.com/tachengxmu/QuantPipe" ], [ "https://github.com/ccmbioinfo/MetaFusion" ], [ "https://github.com/HuiZeng/Grid-Anchor-based-Image-Cropping-Pytorch" ], [ "https://github.com/GCA-VH-lab/FlaGs" ], [ "https://github.com/AlgoLab/mp3treesim" ], [ "https://github.com/lbozhilova/COGENT" ], [ "https://github.com/ShuhuaGao/sbcn_mmc" ], [ "https://github.com/fmansoori/PAPET" ], [ "https://github.com/yanboANU/Haplotype-phasing" ], [ "https://github.com/ToniWestbrook/repeatfs" ], [ "https://github.com/wanggrun/SYSU-30k" ], [ "https://github.com/Lambert-chen/SPGAN" ], [ "https://github.com/RamanLab/MinReact" ], [ "https://github.com/langjidong/NanoSTR" ], [ "https://github.com/ccsb-scripps/AutoDock-Vina" ], [ "https://github.com/hzz0024/EasyParallel" ], [ "https://github.com/ahmedmagds/WhatsGNU" ], [ "https://github.com/SysBioInra/SysOnto" ], [ "https://github.com/huanglikun/BRM" ], [ "https://github.com/kircherlab/hemoMIPs" ], [ "https://github.com/Not-so-middle/iEnhancer-KL" ], [ "https://github.com/wangshanshanCQU/CRTL" ], [ "https://github.com/rdong08/GiniClust3" ], [ "https://github.com/Shamir-Lab/PRODIGY" ], [ "https://github.com/tomkurowski/tersect" ], [ "https://github.com/gao793583308/NNLDA" ], [ "https://github.com/CCQC/janus" ], [ "https://github.com/mehmetgonen/path2surv" ], [ "https://github.com/mjoppich/sequ-into" ], [ "https://github.com/wangshanshanCQU/MCTL" ], [ "https://github.com/nmdp-bioinformatics/grimm" ], [ "https://github.com/leesael/SNeCT" ], [ "https://github.com/MolecularAI/Reinvent" ], [ "https://github.com/thecodingdoc/SwarmTCR" ], [ "https://github.com/dmis-lab/VAECox" ], [ "https://github.com/lh3/minimap2" ], [ "https://github.com/lh3/minimap2" ], [ "https://github.com/lh3/minimap2" ], [ "https://github.com/lh3/minimap2" ], [ "https://github.com/Vini2/GraphBin" ], [ "https://github.com/wshuai294/PStrain" ], [ "https://github.com/ASaiM/framework" ], [ "https://github.com/comprna/reorientexpress" ], [ "https://github.com/IBPA/GNN" ], [ "https://github.com/CARPEM/GalaxyDocker" ], [ "https://github.com/bonsai-team/matam" ], [ "https://github.com/gicsaw/ConDo" ], [ "https://github.com/infspiredBAT/GLASS" ], [ "https://github.com/seqan/flexbar" ], [ "https://github.com/BMILAB/TSAPA" ], [ "https://github.com/phi-grib/Collector" ], [ "https://github.com/gogleva/SecretSanta" ], [ "https://github.com/ujemd/NSS-of-LWIR-and-Vissible-Images" ], [ "https://github.com/zhangzhwlab/delta" ], [ "https://github.com/watera427/SPRINT-Race" ], [ "https://github.com/cosmo-team/cosmo" ], [ "https://github.com/jamesscottbrown/sbml-diff" ], [ "https://github.com/jeremyhoward/Geno-Diver" ], [ "https://github.com/ScienceToolkit/MiNA" ], [ "https://github.com/347033139/isomiR2Function" ], [ "https://github.com/tchitchek-lab/SPADEVizR" ], [ "https://github.com/bioinfogenome/GSP" ], [ "https://github.com/Reedwarbler/REPdenovo" ], [ "http://github.com/markvdwiel/GRridgeCodata" ], [ "https://github.com/pgxcentre/genipe" ], [ "https://github.com/hrbeubiocenter/Resseq" ], [ "https://github.com/mpgerstl/tEFMA" ], [ "https://github.com/mpgerstl/tEFMA" ], [ "https://github.com/mpgerstl/tEFMA" ], [ "https://github.com/mpgerstl/tEFMA" ], [ "https://github.com/LeeMendelowitz/maligner" ], [ "https://github.com/pervouchine/bam2ssj" ], [ "https://github.com/SHird/lociNGS" ], [ "https://github.com/UCSCNanopore/Data" ], [ "https://github.com/kbseah/genome-bin-tools" ], [ "https://github.com/guopengf/ReconFormer" ], [ "https://github.com/kad-ecoli/pdc" ], [ "https://github.com/billyhw/GSALightning" ], [ "https://github.com/Marco-Peg/GEP" ], [ "https://github.com/haotian-zhuang/findPC" ], [ "https://github.com/ZitZhengWang/KLSANet" ], [ "https://github.com/xjtushujun/MLR-SNet" ], [ "https://github.com/deconvolution-w/DASV" ], [ "https://github.com/salzberg-lab/PSAURON" ], [ "https://github.com/dunni3/FlowMol" ], [ "https://github.com/fjcaoww/NeighborNet" ], [ "https://github.com/carolinehey/NanoImprint" ], [ "https://github.com/heltilda/align3d" ], [ "https://github.com/denoptim-project/DENOPTIM" ], [ "https://github.com/bio-tools/biotoolsCompose" ], [ "https://github.com/med-air/TOP-aSAH" ], [ "https://github.com/ocbe-uio/TrajPy" ], [ "https://github.com/tmllab/TAIDTM" ], [ "https://github.com/lodimk2/chai" ], [ "https://github.com/phylogeography/SPREAD" ], [ "https://github.com/JsongZhang/CDOA-for-UMTD" ], [ "https://github.com/Tinysqua/UWAFA-GAN" ], [ "https://github.com/chunmeifeng/SANet" ], [ "https://github.com/Jiaxiao123/DRGCL" ], [ "https://github.com/weradstake/DRDNA" ], [ "https://github.com/ParkinsonLab/HiTaxon" ], [ "https://github.com/RichardMatzko/BioNexusSentinel" ], [ "https://github.com/yz-wang/UCL-Dehaze" ], [ "https://github.com/histocartography/multi-scale-feature-alignment" ], [ "https://github.com/abuchardt/geneJAM" ], [ "https://github.com/M4cheal/MAAL" ], [ "https://github.com/optimization-for-data-driven-science/RIFLE" ], [ "https://github.com/Zzh-tju/ZoneEval" ], [ "https://github.com/thuptimd/McDAPS" ], [ "https://github.com/wbshu/Crowd_Counting_in_the_Frequency_Domain" ], [ "https://github.com/zyj1318053/TCDM" ], [ "https://github.com/VascoLopes/LCMNAS" ], [ "https://github.com/zhangchaobin001/VCNet" ], [ "https://github.com/isyangshu/DABNet" ], [ "https://github.com/MartinPernus/MaskFaceGAN" ], [ "https://github.com/OpenGene/repaq" ], [ "https://github.com/pyBRAvo/pyBRAvo" ], [ "https://github.com/hxfj/Facial-Landmark-based-BMI-Analysis" ], [ "https://github.com/PLuld0/PLuldl" ], [ "https://github.com/Reed-CompBio/graphlet-clustering" ], [ "https://github.com/yourbikun/DEGNet" ], [ "https://github.com/raovish6/TABS" ], [ "https://github.com/Daniel-Liu-c0deb0t/block-aligner" ], [ "https://github.com/EESI/Comp_Metagenomics_resources" ], [ "https://github.com/ocbinatli/mokpe" ], [ "https://github.com/Wangys-prog/prPred" ], [ "https://github.com/hannaiiyanggit/UniCon" ], [ "https://github.com/USTC-IMCL/ENVC" ], [ "https://github.com/PangzeCheung/Dual-task-Pose-Transformer-Network" ], [ "https://github.com/molinerisLab/3plex" ], [ "https://github.com/mikugyf/PMIQD-SIS" ], [ "https://github.com/781458112/DWWA" ], [ "https://github.com/sanger-pathogens/Bio-Tradis" ], [ "https://github.com/Shao-Group/rnabridge-denovo" ], [ "https://github.com/Shao-Group/rnabridge-denovo" ], [ "https://github.com/Shao-Group/rnabridge-denovo" ], [ "https://github.com/Shao-Group/rnabridge-denovo" ], [ "https://github.com/xiabc612/KaryoNet" ], [ "https://github.com/lmbxmu/DCFF" ], [ "https://github.com/biomg/WVDL" ], [ "https://github.com/IVIPLab/CTCNet" ], [ "https://github.com/COMBINE-lab/salmon" ], [ "https://github.com/YouyiSong/Data-Discernment" ], [ "https://github.com/Jwicaksana/FedMix" ], [ "https://github.com/GTaherzadeh/SPPPred" ], [ "https://github.com/RL4M/PCRLv2" ], [ "https://github.com/qm2/NanoSpring" ], [ "https://github.com/qdu-bioinfo/flex-meta-storms" ], [ "https://github.com/Scu-sen/Recursion-Cellular-Image-Classification-Challenge" ], [ "https://github.com/nabiafshan/DetectingMisannotatedLncRNAs" ], [ "https://github.com/neuropoly/tract-clustering" ], [ "https://github.com/youngnuaa/2DHeadPose" ], [ "https://github.com/rrwabina/SDENet-UQ-ESL" ], [ "https://github.com/Rob-murphys/ribdif" ], [ "https://github.com/lim74/LncDC" ], [ "https://github.com/shelkmike/Mabs" ], [ "https://github.com/Jiang-HB/ac_CDQ" ], [ "https://github.com/SinaTabakhi/MAgentOmics" ], [ "https://github.com/TangWen920812/mmmna-net" ], [ "https://github.com/friendflower94/binning-style" ], [ "https://github.com/ttaalle/fast_assen" ], [ "https://github.com/xg-SUFE1/MultiRidgeVar" ], [ "https://github.com/kundaMwiza/fMRI-site-adaptation" ], [ "https://github.com/BobZwr/Cross-Reconstruction-Transformer" ], [ "https://github.com/chenchl19941118/Bi-STAT" ], [ "https://github.com/usnistgov/lantern" ], [ "https://github.com/csuhjhjhj/GCNCMI" ], [ "https://github.com/LoaloaF/DPre" ], [ "https://github.com/singlaayush/MINIT" ], [ "https://github.com/junjun-jiang/SSFIN" ], [ "https://github.com/SsGood/MMGL" ], [ "https://github.com/Siat-F9/EMG-Tools" ], [ "https://github.com/weizequan/LGNet" ], [ "https://github.com/tagtag/MultiR" ], [ "https://github.com/dyxstat/HiCBin" ], [ "https://github.com/LeonHLJ/MMSD" ], [ "https://github.com/zedali16/envsca" ], [ "https://github.com/CVIU-CSU/Weakly-Supervised-Nuclei-Segmentation" ], [ "https://github.com/zhang134/EdClust" ], [ "https://github.com/lasigeBioTM/K-BiOnt" ], [ "https://github.com/cpf0079/CSPT" ], [ "https://github.com/ZhangYajie-NJUST/sRLH" ], [ "https://github.com/BioSina/Panakeia" ], [ "https://github.com/PRIS-CV/DS-UI" ], [ "https://github.com/sscottgraham/ConflictMetrics" ], [ "https://github.com/bm2-lab/DeepReac" ], [ "https://github.com/ugobas/tnm" ], [ "https://github.com/ugobas/tnm" ], [ "https://github.com/ugobas/tnm" ], [ "https://github.com/ugobas/tnm" ], [ "https://github.com/ugobas/tnm" ], [ "https://github.com/ugobas/tnm" ], [ "https://github.com/ugobas/tnm" ], [ "https://github.com/ugobas/tnm" ], [ "https://github.com/ugobas/tnm" ], [ "https://github.com/alexjfoote/reetoolbox" ], [ "https://github.com/heartsh/consalifold" ], [ "https://github.com/ncbi/RepairSig" ], [ "https://github.com/HaploKit/vechat" ], [ "https://github.com/molecule-one/megan" ], [ "https://github.com/HamdaBinteAjmal/DBN4GRN" ], [ "https://github.com/B-UMMI/chewBBACA" ], [ "https://github.com/Bioinformatics-Laboratory/project" ], [ "https://github.com/VisDrone/AnimalDrone" ], [ "https://github.com/starxliu/FDDH" ], [ "https://github.com/DataIntellSystLab/KARGA" ], [ "https://github.com/bioinformatics-cdac/gamut" ], [ "https://github.com/Lpiol/MultiVERSE" ], [ "https://github.com/mhaft/DeepVess" ], [ "https://github.com/MathLee/HAINet" ], [ "https://github.com/fhaive/esperanto" ], [ "https://github.com/NicolaDM/phastSim" ], [ "https://github.com/stemylonas/DeepSurf" ], [ "https://github.com/CellDynamics/MiCellAnnGELo" ], [ "https://github.com/swidler/linadmix" ], [ "https://github.com/Licheng-Guo/AutoBridge" ], [ "https://github.com/stephenslab/flashr" ], [ "https://github.com/univieCUBE/deepnog" ], [ "https://github.com/Roth-Lab/pyclone-vi" ], [ "https://github.com/mathonco/isomatrix" ], [ "https://github.com/AlgoLab/gpps" ], [ "https://github.com/xsshi2015/Scalable-Pairwise-based-Discrete-Hashing" ], [ "https://github.com/DessimozLab/pylabeledrf" ], [ "https://github.com/yyoshiaki/VIRTUS" ], [ "https://github.com/chenxgscuec/CPESLDI" ], [ "https://github.com/jyh-learning/DP-GLPCA" ], [ "https://github.com/javier-pardodiaz/sdcorGCN" ], [ "https://github.com/javier-pardodiaz/sdcorGCN" ], [ "https://github.com/javier-pardodiaz/sdcorGCN" ], [ "https://github.com/javier-pardodiaz/sdcorGCN" ], [ "https://github.com/ryanlayer/samplot" ], [ "https://github.com/smk5g5/MU-PseUDeep" ], [ "https://github.com/tfzhou/MATNet" ], [ "https://github.com/kotakasahara/omegagene" ], [ "https://github.com/proteus1991/RawVSR" ], [ "https://github.com/lotts/GLASSgo" ], [ "https://github.com/kfattila/BoltzMatch" ], [ "https://github.com/thuxugang/opus_fold" ], [ "https://github.com/timkucera/proteogan" ], [ "https://github.com/dluvizon/deephar" ], [ "https://github.com/celineeveraert/SPECS" ], [ "https://github.com/FadyMohareb/cramer" ], [ "https://github.com/liugang1234567/Gang-neuron" ], [ "https://github.com/Peppags/CNN-SVR" ], [ "https://github.com/darioelias/TEGA" ], [ "https://github.com/BUNPC/Beam-Propagation-Method" ], [ "https://github.com/nclaes/CORAL" ], [ "https://github.com/1840210289/MobileNet-TSM" ], [ "https://github.com/Greco-Lab/BMDx" ], [ "https://github.com/jlianglab/Fixed-Point-GAN" ], [ "https://github.com/xubiaopeng/Protein_Recon_MCRiemman" ], [ "https://github.com/wojciech-galan/viruses_classifier" ], [ "https://github.com/dieterich-lab/circtools" ], [ "https://github.com/carinerey/caars" ], [ "https://github.com/alosdiallo/DNA_Rchitect" ], [ "https://github.com/shuichiro-makigaki/exmachina" ], [ "https://github.com/iziamtso/P3D" ], [ "https://github.com/XuesiDong/TOBMI" ], [ "https://github.com/mickaelleclercq/BioDiscML" ], [ "https://github.com/bioinfomaticsCSU/SCOP" ], [ "https://github.com/OpenGene/GeneFuse" ], [ "https://github.com/QuKunLab/ATAC-pipe" ], [ "https://github.com/krumsieklab/MoDentify" ], [ "https://github.com/ncrnalab/agotron_detector" ], [ "https://github.com/erhard-lab/lfc" ], [ "https://github.com/molecularsets/moses" ], [ "https://github.com/B3rse/nessie" ], [ "https://github.com/DExSI/DExSI" ], [ "https://github.com/Parsoa/Nebula" ], [ "https://github.com/NAL-i5K/GFF3toolkit" ], [ "https://github.com/bchidest/DBC" ], [ "https://github.com/1835174863zd/DeepSucc" ], [ "https://github.com/brentp/mosdepth" ], [ "https://github.com/shervinea/enzynet" ], [ "https://github.com/cskyan/chmannot" ], [ "https://github.com/voxelmorph/voxelmorph" ], [ "https://github.com/ShimadaMK/PHYLIP_enhance" ], [ "https://github.com/legumeinfo/lis_context_viewer" ], [ "https://github.com/armsd/aRMSD" ], [ "https://github.com/bfosso/MetaShot" ], [ "https://github.com/rcalinjageman/cartoon_network" ], [ "https://github.com/rcalinjageman/cartoon_network" ], [ "https://github.com/rcalinjageman/cartoon_network" ], [ "https://github.com/rcalinjageman/cartoon_network" ], [ "https://github.com/zhouweiyg/metaspark" ], [ "https://github.com/bioinfomaticsCSU/BOSS" ], [ "https://github.com/whuang08/TreeScaper" ], [ "https://github.com/thachnguyen/motion_detection" ], [ "https://github.com/ShaohuiLin/LRDKT" ], [ "https://github.com/oxsatoolbox/oxsa" ], [ "https://github.com/GATB/bcalm" ], [ "https://github.com/ChongWu-Biostat/MiSPU" ], [ "https://github.com/andreaskapou/BPRMeth" ], [ "https://github.com/marbl/mash" ], [ "https://github.com/Reedwarbler/SpliceJumper" ], [ "https://github.com/Open-ss/NegStacking" ], [ "https://github.com/compbio-UofT/cnv-prioritization" ], [ "https://github.com/niladriranjandas/DREAMv2" ], [ "https://github.com/zhangy72/LncRNA-ID" ], [ "https://github.com/bsiranosian/tango_final" ], [ "https://github.com/sebastianduchene/pacemaker_clustering_methods" ], [ "https://github.com/LUMC/kPAL" ], [ "https://github.com/yoheirosen/vg" ], [ "https://github.com/slawekj/ennet" ], [ "https://github.com/blab/nextflu" ], [ "https://github.com/Data2Dynamics/d2d" ], [ "https://github.com/richardmleggett/nextclip" ], [ "https://github.com/mc-lan/SP-TCL" ], [ "https://github.com/Illumina/manta" ], [ "https://github.com/sarbal/EGAD" ], [ "https://github.com/ailabstw/scDrugplus" ], [ "https://github.com/swfen/Temporal-BCGCN" ], [ "https://github.com/Fayeben/Curriculumformer" ], [ "https://github.com/meilerlab/gnn-descriptor" ], [ "https://github.com/renweidian/GTNN" ], [ "https://github.com/NGS-lib/NGSplusplus" ], [ "https://github.com/jamshed/CaPS-SA" ], [ "https://github.com/LeapLabTHU/LearnableISDA" ], [ "https://github.com/griff4692/edu-sum" ], [ "https://github.com/hongliangduan/HighFold" ], [ "https://github.com/saeyslab/FlowSOM_Python" ], [ "https://github.com/ppgardne/RMfam" ], [ "https://github.com/cozygene/glint" ], [ "https://github.com/solgenomics/Tea" ], [ "https://github.com/PennShenLab/FACIMS" ], [ "https://github.com/Chrissie-Law/Causal-Inference-for-Recommendation" ], [ "https://github.com/YichiZhang98/SAM4MIS" ], [ "https://github.com/DeepRank/DeepRank-GNN-esm" ], [ "https://github.com/TheFischerLab/FLEXR-GUI" ], [ "https://github.com/lapsumchan/CAMP" ], [ "https://github.com/porekhov/CG_probeMD" ], [ "https://github.com/IAMJackYan/FedCRFD" ], [ "https://github.com/hb-liu/Normal-Brain-Boost-Tumor-Segmentation" ], [ "https://github.com/peabody124/GaitTransformer" ], [ "https://github.com/davcraig75/song_psb2014" ], [ "https://github.com/Zi-YuanYang/HyperFed" ], [ "https://github.com/CongWang3/PLANNER" ], [ "https://github.com/healthylaife/FairFedAvg" ], [ "https://github.com/PopGenClustering/Clumppling" ], [ "https://github.com/biotite-dev/biotite" ], [ "https://github.com/MengyunQ/CHeart" ], [ "https://github.com/andronovl/SharpViSu" ], [ "https://github.com/MesihK/react-json-wpbuilder" ], [ "https://github.com/Tx000/Deep_dynamicMEF" ], [ "https://github.com/zhangxin-xd/BPL" ], [ "https://github.com/plhhnu/BINDTI" ], [ "https://github.com/superYuezhang/RORNet" ], [ "https://github.com/rebeccadeek/CoMiCoN" ], [ "https://github.com/454170054/iSUMO-RsFPN" ], [ "https://github.com/lhf12278/LRIMV" ], [ "https://github.com/weilvNJU/JPLTD" ], [ "https://github.com/NUST-Machine-Intelligence-Laboratory/MDBA" ], [ "https://github.com/baowz12345/golgiDF" ], [ "https://github.com/nchucvml/STVT" ], [ "https://github.com/wdecoster/nanopack" ], [ "https://github.com/wdecoster/nanopack" ], [ "https://github.com/wdecoster/nanopack" ], [ "https://github.com/wdecoster/nanopack" ], [ "https://github.com/fun0515/MorphoGNN" ], [ "https://github.com/yuanyuanbu/DIGITAL" ], [ "https://github.com/FangfeiLi05/FitMut2" ], [ "https://github.com/luojunwei/SLHSD" ], [ "https://github.com/KijinKims/VirPipe" ], [ "https://github.com/Sirius11311/TLRel" ], [ "https://github.com/Zhankun-Xiong/GraphEvo" ], [ "https://github.com/zhangky12/enviRule" ], [ "https://github.com/lab-smile/DOMINO" ], [ "https://github.com/Sanofi-Public/LMR-SurfaceID" ], [ "https://github.com/ZHU-XU-xmu/cgMSI" ], [ "https://github.com/zyrant/LSNet" ], [ "https://github.com/genki-kudo/Pocket-to-Concavity" ], [ "https://github.com/jsheunis/rt-me-fMRI" ], [ "https://github.com/pkuyym/EvolvingAttention" ], [ "https://github.com/Awenbocc/CPCR" ], [ "https://github.com/qichaoliu/HSI-CNCMN" ], [ "https://github.com/labxscut/ksak" ], [ "https://github.com/tub-rip/event_based_image_rec_inverse_problem" ], [ "https://github.com/leirufeng/iEnhancer-DCSV" ], [ "https://github.com/mattrosenblatt7/enhancement_EPIMI" ], [ "https://github.com/wanyunzh/TriNet" ], [ "https://github.com/yydiao1025/MacFrag" ], [ "https://github.com/pvdam3/FoEC2" ], [ "https://github.com/igip-liu/SLC-Net" ], [ "https://github.com/CSB-KaracaLab/prot-on" ], [ "https://github.com/Lagkouvardos/DivCom" ], [ "https://github.com/gzrgzx/CrisprDNT" ], [ "https://github.com/birtwistlelab/SPARCED" ], [ "https://github.com/scicompuu/prophaser" ], [ "https://github.com/DBGroup-SUSTech/QEVIS" ], [ "https://github.com/pgwall/qms" ], [ "https://github.com/XQ-hub/scAnnoX" ], [ "https://github.com/chonglab-pitt/wedap" ], [ "https://github.com/chonglab-pitt/wedap" ], [ "https://github.com/chonglab-pitt/wedap" ], [ "https://github.com/chonglab-pitt/wedap" ], [ "https://github.com/AbeelLab/hat" ], [ "https://github.com/francoep/ImputationPaper" ], [ "https://github.com/geraldinepascal/FROGS" ], [ "https://github.com/skozawa170301ktx/MultiModalDiseaseModeling" ], [ "https://github.com/DavidFerreiro/ProteinModelerABC" ], [ "https://github.com/qingDu1/SCB-YOLOv5" ], [ "https://github.com/filip-szczepankiewicz/Szczepankiewicz_DIB_2019" ], [ "https://github.com/lzh19961031/Dermoscopy_classification" ], [ "https://github.com/xihongyang1999/ICL_SSL" ], [ "https://github.com/illidanlab/FADE" ], [ "https://github.com/MC-E/TransCL" ], [ "https://github.com/Shen-Lab/GraphCL_Automated" ], [ "https://github.com/sculyi/MedicalImages" ], [ "https://github.com/vsingh-group/LCODEC-deep-unlearning" ], [ "https://github.com/YenWenWang/HapDipKinship" ], [ "https://github.com/123fxdx/CNNvisualizationTSGB" ], [ "https://github.com/peace-love243/CMEDFL" ], [ "https://github.com/cbg-ethz/SCIPhIN" ], [ "https://github.com/ChangTang/HCP-IMSC" ], [ "https://github.com/zyxxmu/White-Box" ], [ "https://github.com/ggonnella/textformats" ], [ "https://github.com/ChangzhiJiang/KGNMDA_master" ], [ "https://github.com/wangleink/MKER" ], [ "https://github.com/NLPatVCU/multitasking_bert-1" ], [ "https://github.com/jiaying2508/LYRUS" ], [ "https://github.com/microsoft/Cream" ], [ "https://github.com/lpfworld/MANet" ], [ "https://github.com/xiezhy6/CPF-Net" ], [ "https://github.com/jcrozum/pystablemotifs" ], [ "https://github.com/kemaloksuz/LRP-Error" ], [ "https://github.com/tim-learn/NOUN" ], [ "https://github.com/sabdollahi/DiaDeL" ], [ "https://github.com/carrierlxk/AGNN" ], [ "https://github.com/smarini/tardis-phylogenetics" ], [ "https://github.com/amcrisan/GEVitRec" ], [ "https://github.com/hongsong-wang/PVRNN" ], [ "https://github.com/flyywh/Recurrent-Multi-Frame-Deraining" ], [ "https://github.com/Maclory/SPSR" ], [ "https://github.com/researchmm/AOT-GAN-for-Inpainting" ], [ "https://github.com/huangdonghere/MDEC" ], [ "https://github.com/lpfworld/VTR-PTM" ], [ "https://github.com/zanglab/bart2" ], [ "https://github.com/shaoxiaohu/Face_Alignment_DPR" ], [ "https://github.com/JupitersMight/DISA" ], [ "https://github.com/leandroradusky/pyFoldX" ], [ "https://github.com/siqixu/MRCIP" ], [ "https://github.com/RobinCSIRO/AFR-Net" ], [ "https://github.com/chenzhe207/RBD-DPL" ], [ "https://github.com/LarryUESTC/GATE" ], [ "https://github.com/OmarOakheart/nPhase" ], [ "https://github.com/cbenoitp/flu-splicing" ], [ "https://github.com/lmy1019/SRF" ], [ "https://github.com/c-arthurs/QuArray" ], [ "https://github.com/NourMarzouka/multiclassPairs" ], [ "https://github.com/bengtssonpalme/cafe" ], [ "https://github.com/TY-Shi/LIOT" ], [ "https://github.com/guldenolgun/miRCoop" ], [ "https://github.com/BBillot/SynthSeg" ], [ "https://github.com/dengsutao/glsan" ], [ "https://github.com/bayer-science-for-a-better-life/plant-triplet-net" ], [ "https://github.com/aescrdni/miRNA_model" ], [ "https://github.com/ComputBiol-IBB/CNN-PepPred" ], [ "https://github.com/spirt-t/compartments_model" ], [ "https://github.com/DataSlingers/clustRviz" ], [ "https://github.com/nbShawnLu/RGRL" ], [ "https://github.com/LLNL/LIST" ], [ "https://github.com/shuichiro-makigaki/agora" ], [ "https://github.com/nwpuzhengyan/SCC" ], [ "https://github.com/yuansliu/memRGC" ], [ "https://github.com/bio-projects/GAD" ], [ "https://github.com/lrjuan/LDA_genome" ], [ "https://github.com/mabulnaga/placenta-flattening" ], [ "https://github.com/mabulnaga/placenta-flattening" ], [ "https://github.com/mabulnaga/placenta-flattening" ], [ "https://github.com/mabulnaga/placenta-flattening" ], [ "https://github.com/tzt101/CLADE" ], [ "https://github.com/hyundoo/PRIME" ], [ "https://github.com/futianfan/clinical-trial-outcome-prediction" ], [ "https://github.com/mayank265/flume" ], [ "https://github.com/netflymachine/SCNET" ], [ "https://github.com/SCBIT-YYLab/DysRegSig" ], [ "https://github.com/Sciope/Sciope" ], [ "https://github.com/kalininalab/spherecon" ], [ "https://github.com/HIT-ImmunologyLab/DBSCAN-SWA" ], [ "https://github.com/13479776/cpva" ], [ "https://github.com/lifanchen-simm/transformerCPI" ], [ "https://github.com/Defrag1236/Ovines_2018" ], [ "https://github.com/menghaomiao/aitr" ], [ "https://github.com/stefan-hoeck/cyby2" ], [ "https://github.com/LiuLab-CSRC/NePre" ], [ "https://github.com/anhnda/ADRPModels" ], [ "https://github.com/dustincys/msphy-SCNAClonal" ], [ "https://github.com/hobae/AnomiGAN" ], [ "https://github.com/XiDsLab/scRMD" ], [ "https://github.com/yhhshb/yalff" ], [ "https://github.com/yhhshb/yalff" ], [ "https://github.com/yhhshb/yalff" ], [ "https://github.com/yhhshb/yalff" ], [ "https://github.com/Dalton386/SPM" ], [ "https://github.com/songlab-cal/tape" ], [ "https://github.com/Xiangyang1984/Gcluster" ], [ "https://github.com/ahmedaq/RocaSec" ], [ "https://github.com/BioinformaticsCSU/MultiNanopolish" ], [ "https://github.com/omics-tools/mitoimp" ], [ "https://github.com/cskyan/evntextrc" ], [ "https://github.com/Prunoideae/MitoFlex" ], [ "https://github.com/B3rse/qparse" ], [ "https://github.com/RudiSchill/MHN" ], [ "https://github.com/BergmannLab/MONET" ], [ "https://github.com/Bierinformatik/MIRfix" ], [ "https://github.com/fgvieira/ngsLD" ], [ "https://github.com/VRPharmer/VRPharmer" ], [ "https://github.com/Kzra/VHost-Classifier" ], [ "https://github.com/koelling/amplimap" ], [ "https://github.com/Vini2/GraphBin2" ], [ "https://github.com/yuexujiang/DeepDom" ], [ "https://github.com/hillerlab/GenomeAlignmentTools" ], [ "https://github.com/junjun-jiang/TLcR-RL" ], [ "https://github.com/xulabs/projects" ], [ "https://github.com/nyiuab/BhGLM" ], [ "https://github.com/wenbostar/PDV" ], [ "https://github.com/mcanouil/NACHO" ], [ "https://github.com/QiZhangStat/TGCnA" ], [ "https://github.com/ding-lab/CharGer" ], [ "https://github.com/ncbi/vadr" ], [ "https://github.com/liuying201705/IMTRBM" ], [ "https://github.com/zhangjiaobxy/PathEmb" ], [ "https://github.com/christosbampis/NARX_QoE_release" ], [ "https://github.com/wdecoster/nanopack" ], [ "https://github.com/wdecoster/nanopack" ], [ "https://github.com/wdecoster/nanopack" ], [ "https://github.com/wdecoster/nanopack" ], [ "https://github.com/YiyiLiu1/bdChemo" ], [ "https://github.com/NextGenBioinformatics/GCevobase" ], [ "https://github.com/rramaker/R2DGC" ], [ "https://github.com/biotangweiqi/PQHE" ], [ "https://github.com/mgalardini/pyseer" ], [ "https://github.com/amcrisan/gevitAnalysisRelease" ], [ "https://github.com/craftGBD/craftGBD" ], [ "https://github.com/aquaskyline/16GT" ], [ "https://github.com/NBISweden/EMBLmyGFF3" ], [ "https://github.com/mapleforest/HaploMerger2" ], [ "https://github.com/zhero9/MIPUP" ], [ "https://github.com/pedronachtigall/CodAn" ], [ "https://github.com/jag1g13/pycgtool" ], [ "https://github.com/YiyiLiu1/DrugCombination" ], [ "https://github.com/4ment/seqotron" ], [ "https://github.com/medvedevgroup/vargeno" ], [ "https://github.com/jcarrotzhang/LoLoPicker" ], [ "https://github.com/alibashir/EMMCKmer" ], [ "https://github.com/jungreuc/isotope_correction_toolbox" ], [ "https://github.com/davidsun/SAP" ], [ "https://github.com/lppllppl920/EndoscopyDepthEstimation-Pytorch" ], [ "https://github.com/MLBreeding/SABO-ILSTSVR" ], [ "https://github.com/jxzb1988/PolyQTL" ], [ "https://github.com/ksny/Imperfect-Gold-Standard" ], [ "https://github.com/barashe/bacpacs" ], [ "https://github.com/mariananeves/goldhamster" ], [ "https://github.com/MrinalTyagi/SVD-CLAHE-and-BWCCE" ], [ "https://github.com/nafizh/NeuBI" ], [ "https://github.com/isglobal-brge/epimutacionsShiny" ], [ "https://github.com/phipsonlab/speckle" ], [ "https://github.com/bio-ontology-research-group/SmuDGE" ], [ "https://github.com/padlocbio/padloc" ], [ "https://github.com/nioo-knaw/epiGBS2" ], [ "https://github.com/ChimeRScope/ChimeRScope" ], [ "https://github.com/veg/flea-pipeline" ], [ "https://github.com/mi2rl/MI2RLNet" ], [ "https://github.com/mi2rl/L-R-marker-inpainting" ], [ "https://github.com/LQCT/MDScan" ], [ "https://github.com/UW-GAC/admix-kit_workflow" ], [ "https://github.com/KangchengHou/admix-kit" ], [ "https://github.com/veg/flea-web-app" ], [ "https://github.com/bcgsc/ARCS" ], [ "https://github.com/brettc/partitionfinder" ], [ "https://github.com/findCP/findCPcli" ], [ "https://github.com/wchangmitre/bioattribution" ], [ "https://github.com/comorment/containers" ], [ "https://github.com/yuifu/millefy" ], [ "https://github.com/aoulas/scRANK" ], [ "https://github.com/BauerLab/ngsane" ], [ "https://github.com/IBPA/smoke_taint_prediction" ], [ "https://github.com/BenoitMorel/AleRax" ], [ "https://github.com/tyang816/MedChatZH" ], [ "https://github.com/sjahnn/SOHPIE-DNA" ], [ "https://github.com/saeyslab/spotless-benchmark" ], [ "https://github.com/esbgkannan/Phosformer-ST" ], [ "https://github.com/diogonarciso/BISCAP" ], [ "https://github.com/lantianyao/ATPfinder" ], [ "https://github.com/PhanstielLab/plotgardener" ], [ "https://github.com/Z-Abbas/ORI-Explorer" ], [ "https://github.com/SuLab/ngly1-graph" ], [ "https://github.com/cbbzhang/JCcirc" ], [ "https://github.com/FuyuLi/FLED" ], [ "https://github.com/BIGslu/kimma" ], [ "https://github.com/crowelab/clonomatch" ], [ "https://github.com/ayushnoori/metapaths" ], [ "https://github.com/TheJacksonLaboratory/isopretEM" ], [ "https://github.com/Shihang-Wang-58/DeepSA" ], [ "https://github.com/oystein676/RegiSTORM" ], [ "https://github.com/bergmanlab/mcclintock" ], [ "https://github.com/bergmanlab/mcclintock" ], [ "https://github.com/bergmanlab/mcclintock" ], [ "https://github.com/bergmanlab/mcclintock" ], [ "https://github.com/mindazhao/pix-pix-warping-video-stabilization" ], [ "https://github.com/EBISPOT/covoc" ], [ "https://github.com/npwilliams09/docknet" ], [ "https://github.com/bergmanlab/telr" ], [ "https://github.com/WansonChoi/HATK" ], [ "https://github.com/b-brankovics/grabb" ], [ "https://github.com/taherimo/kludo" ], [ "https://github.com/KANG-BIOINFO/CellDrift" ], [ "https://github.com/hlcas/CRISPR-detector" ], [ "https://github.com/helxplatform/dug" ], [ "https://github.com/YunxiaoRen/ML-iAMR" ], [ "https://github.com/SuLab/bioknowledge-reviewer" ], [ "https://github.com/AdrianSeguraOrtiz/GENECI" ], [ "https://github.com/abu-compbio/PersonaDrive" ], [ "https://github.com/omidbazgirTTU/IntegratedREFINED" ], [ "https://github.com/ChristopherWilks/megadepth" ], [ "https://github.com/malabz/FMAlign2" ], [ "https://github.com/statgen/fivex" ], [ "https://github.com/zhaoqichang/HpyerAttentionDTI" ], [ "https://github.com/jenniferlu717/SkewIT" ], [ "https://github.com/sokrypton/ColabFold" ], [ "https://github.com/xryanglab/RiboMiner" ], [ "https://github.com/smith-chem-wisc/proteoform-suite" ], [ "https://github.com/TF-Chan-Lab/rG4-seeker" ], [ "https://github.com/hms-dbmi/GenoPheno-CatalogShiny" ], [ "https://github.com/ChristofferFlensburg/SuperFreq" ], [ "https://github.com/ndokmai/sgx-genome-variants-search" ], [ "https://github.com/FlexorSoftware/flexor" ], [ "https://github.com/YeoLab/MINES" ], [ "https://github.com/chanw0/SparseMCMM" ], [ "https://github.com/smfleming/HMeta-d" ], [ "https://github.com/pulimeng/DeepDrug3D" ], [ "https://github.com/frankligy/DeepImmuno" ], [ "https://github.com/netrias/rnassist" ], [ "https://github.com/LooseLab/iterassemble" ], [ "https://github.com/phac-nml/mob-suite" ], [ "https://github.com/phac-nml/mob-suite" ], [ "https://github.com/phac-nml/mob-suite" ], [ "https://github.com/phac-nml/mob-suite" ], [ "https://github.com/swsoyee/TCC-GUI" ], [ "https://github.com/cbil-vt/DDN3" ], [ "https://github.com/dozmorovlab/CTCF" ], [ "https://github.com/SushiLab/mTAGs" ], [ "https://github.com/statOmics/MSqRob" ], [ "https://github.com/MareesAT/GWA_tutorial" ], [ "https://github.com/yyZhang14/iEssLnc" ], [ "https://github.com/tinnlab/DeconBenchmark" ], [ "https://github.com/OritAdato/ElemeNT" ], [ "https://github.com/hetio/xswap" ], [ "https://github.com/hetio/xswap" ], [ "https://github.com/hetio/xswap" ], [ "https://github.com/hetio/xswap" ], [ "https://github.com/izhbannikov/spm" ], [ "https://github.com/SCAI-BIO/data-steward" ], [ "https://github.com/ontox-project/en-tox" ], [ "https://github.com/FAhtisham/Extrachrosmosomal-DNA-Prediction" ], [ "https://github.com/delcore-luca/CellDifferentiationNetworks" ], [ "https://github.com/YuanChihChen/FragAssembler" ], [ "https://github.com/OSU-BMBL/IDAM" ], [ "https://github.com/LieberInstitute/dotdotdot" ], [ "https://github.com/sjdlabgroup/Census" ], [ "https://github.com/google-research/large_scale_mmdma" ], [ "https://github.com/TatianneNegri/RNAplonc" ], [ "https://github.com/wg99526/MiSurvGit" ], [ "https://github.com/SoniaRuiz/aws-s3-integrity-check" ], [ "https://github.com/lwheinsberg/dbGaPCheckup" ], [ "https://github.com/hetio/xswap" ], [ "https://github.com/hetio/xswap" ], [ "https://github.com/hetio/xswap" ], [ "https://github.com/hetio/xswap" ], [ "https://github.com/AsadKhanJBNU/perovskite_bandgap_and_efficiency" ], [ "https://github.com/mreginato/skimmingLoci" ], [ "https://github.com/longjp/mediateR" ], [ "https://github.com/SunPengChuan/wgdi" ], [ "https://github.com/sajalhalder/TLR-M_UI" ], [ "https://github.com/aglucaci/AnalysisOfOrthologousCollections" ], [ "https://github.com/Yinchun-Lin/Pbine" ], [ "https://github.com/jiaoshihu/iPVP-DRLF" ], [ "https://github.com/tbaccata/amica" ], [ "https://github.com/ruiyi-zhang/scPretrain" ], [ "https://github.com/ievapudz/TemStaPro" ], [ "https://github.com/yjx1217/RecombineX" ], [ "https://github.com/wx-cie/DeepGenGrep" ], [ "https://github.com/sriramlab/OrientAGraph" ], [ "https://github.com/wajidarshad/panda" ], [ "https://github.com/tianguolangzi/DSBS" ], [ "https://github.com/nawrockie/vadr" ], [ "https://github.com/Punit201016/OMnalysis" ], [ "https://github.com/lunching/HCMM_CNVs" ], [ "https://github.com/hanjunwei-lab/CNA2Subpathway" ], [ "https://github.com/hanjunwei-lab/crmSubpathway" ], [ "https://github.com/ZJUFanLab/scDeepSort" ], [ "https://github.com/HuffordLab/GenomeQC" ], [ "https://github.com/msadatsafavi/txBenefit" ], [ "https://github.com/liudoubletian/eBay" ], [ "https://github.com/lauramoraes/bioinformatics-sourcecode" ], [ "https://github.com/JiangTian/adaptive-geometric-search-for-protein-design" ], [ "https://github.com/CNuge/SalmonEuAdmix" ], [ "https://github.com/salivatec/SalivaPRINT" ], [ "https://github.com/vals/umis" ], [ "https://github.com/yigbt/deepFPlearn" ], [ "https://github.com/samsledje/D-SCRIPT" ], [ "https://github.com/AlexisHardy/DNAModAnnot" ], [ "https://github.com/phac-nml/ecoli_serotyping" ], [ "https://github.com/EricSDavis/mariner" ], [ "https://github.com/LanLab/SaLTy" ], [ "https://github.com/HuanLab/ChloroDBPFinder" ], [ "https://github.com/NIEHS/DASS" ], [ "https://github.com/iC2MC/PyC2MC_viewer" ], [ "https://github.com/bihealth/WiPP" ], [ "https://github.com/mojtabaze7/DCGAN-DTA" ], [ "https://github.com/neuropoly/axonpacking" ], [ "https://github.com/enyecz/CancerDetector2" ], [ "https://github.com/laihongyan/iAller" ], [ "https://github.com/GaffariCelik/CovidCoughNet" ], [ "https://github.com/jasminesmn/ABPEPserver" ], [ "https://github.com/jsunn-y/DeCOIL" ], [ "https://github.com/WeiLab-Biology/DeepProSite" ], [ "https://github.com/schatzlab/scikit-ribo" ], [ "https://github.com/OncoRNALab/CIRCprimerXL" ], [ "https://github.com/Neooolee/GANCDM" ], [ "https://github.com/j-from-b/CDEF" ], [ "https://github.com/VafaeeLab/bloodbased-pancancer-diagnosis" ], [ "https://github.com/Fraunhofer-ITMP/PEMT" ], [ "https://github.com/sstudying/lzzhen" ], [ "https://github.com/AnqiWang2021/RBMR" ], [ "https://github.com/Merck/PepSeA" ], [ "https://github.com/naamawagner/Effectidor" ], [ "https://github.com/AstraZeneca/hsqc_structure_elucidation" ], [ "https://github.com/jas-preet/SPOT-Contact-Single" ], [ "https://github.com/JiajinChen/shinyBN" ], [ "https://github.com/mazzalab-ieo/recallme" ], [ "https://github.com/uci-cbcl/UFold" ], [ "https://github.com/mrzResearchArena/Anticancer-Peptides-CNN" ], [ "https://github.com/huangnengCSU/BlockPolish" ], [ "https://github.com/DnlRKorn/CoKE" ], [ "https://github.com/TearsWaiting/ACPred-LAF" ], [ "https://github.com/MetaSys-LISBP/IsoSolve" ], [ "https://github.com/TongjiZhanglab/CStreet" ], [ "https://github.com/YUYING07/iDNA_ABT" ], [ "https://github.com/intervene-EU-H2020/synthetic_data" ], [ "https://github.com/nowittynamesleft/NetQuilt" ], [ "https://github.com/NIH-MIP/Radiology_Image_Preprocessing_for_Deep_Learning" ], [ "https://github.com/alike-aydin/Iliski" ], [ "https://github.com/ramirandaq/MultipleComparisons" ], [ "https://github.com/krishnanlab/node2vecplus_benchmarks" ], [ "https://github.com/changwn/BC-CRC" ], [ "https://github.com/jaswindersingh2/RNAsnap2" ], [ "https://github.com/exalearn/molecular-graph-descriptors" ], [ "https://github.com/tommyhuangthu/FASPR" ], [ "https://github.com/rudi2013/ZDOG" ], [ "https://github.com/wind22zhu/BioMedR" ], [ "https://github.com/Jasonlinchina/RCSM" ], [ "https://github.com/laigen-unam/tf-properties-summarizer" ], [ "https://github.com/bigbio/py-pgatk" ], [ "https://github.com/cthoyt/epicom" ], [ "https://github.com/idekerlab/ddot" ], [ "https://github.com/jgcri/fldgen" ], [ "https://github.com/katholt/Kaptive" ], [ "https://github.com/pulyakhina/splicing_analysis_pipeline" ], [ "https://github.com/afm-spm/TopoStats" ], [ "https://github.com/krm15/ACME" ], [ "https://github.com/byin-cwi/ALS-Deeplearning" ], [ "https://github.com/PavitaKae/ToNER" ], [ "https://github.com/kelpforest-cameo/databaseui" ], [ "https://github.com/biomed-AI/GraphSite" ], [ "https://github.com/labsyspharm/ashlar" ], [ "https://github.com/schultzelab/Shiny-Seq" ], [ "https://github.com/MPI-BGC-Functional-Biogeography/rtry" ], [ "https://github.com/aicb-ZhangLabs/Impeller" ], [ "https://github.com/omicsNLP/enzymeNER" ], [ "https://github.com/QiZhangStat/MedDiC" ], [ "https://github.com/luslab/hiclipr" ], [ "https://github.com/charlesxu90/helm-gpt" ], [ "https://github.com/aaronphillips7493/CLAW" ], [ "https://github.com/tschuelia/ml-numerical-analysis" ], [ "https://github.com/vinuesa/get_phylomarkers" ], [ "https://github.com/asamallab/T9GPred" ], [ "https://github.com/njuIrene/SWATH-F" ], [ "https://github.com/juglab/EmbedSeg" ], [ "https://github.com/spang-lab/adadmire" ], [ "https://github.com/CSU-QJY/GeoDILI" ], [ "https://github.com/GuillaumeLam/PaCalC" ], [ "https://github.com/HIT-ImmunologyLab/CRISPRimmunity" ], [ "https://github.com/linhuawang/SEAGAL" ], [ "https://github.com/linhuawang/SEAGAL" ], [ "https://github.com/linhuawang/SEAGAL" ], [ "https://github.com/linhuawang/SEAGAL" ], [ "https://github.com/sid-krish/Rhometa" ], [ "https://github.com/nczub/HIA_5-HT" ], [ "https://github.com/emunte/vaRHC" ], [ "https://github.com/jwschroeder3/enricherator" ], [ "https://github.com/isugifNF/polishCLR" ], [ "https://github.com/JosieHong/3DMolMS" ], [ "https://github.com/PuckBlink/PDCNN" ], [ "https://github.com/helenacockx/FOGtool" ], [ "https://github.com/bind-group-kul/net" ], [ "https://github.com/CMDM-Lab/MSIr" ], [ "https://github.com/boun-tabi/biochemical-lms-for-drug-design" ], [ "https://github.com/Yuan-23/IOFS-SA-ecp-data-main" ], [ "https://github.com/sandroizidoro/gassmetal-local" ], [ "https://github.com/volkamerlab/TeachOpenCADD" ], [ "https://github.com/BiomedSciAI/Geno4SD" ], [ "https://github.com/BiomedSciAI/Geno4SD" ], [ "https://github.com/BiomedSciAI/Geno4SD" ], [ "https://github.com/BiomedSciAI/Geno4SD" ], [ "https://github.com/bionlp-hzau/JDHMT" ], [ "https://github.com/aster-ww/scEMAIL" ], [ "https://github.com/LF-Yang/Code" ], [ "https://github.com/elolab/scshaper" ], [ "https://github.com/metasnv-tool/metaSNV" ], [ "https://github.com/venguix/NeoRS" ], [ "https://github.com/HuanLab/ISFrag" ], [ "https://github.com/obrien-lab/aip_web_docker" ], [ "https://github.com/AutoFlowResearch/SmartPeak" ], [ "https://github.com/SunXQlab/scMLnet" ], [ "https://github.com/Vilksar/NetControl4BioMed" ], [ "https://github.com/WilliKoller/GP-Tool" ], [ "https://github.com/hzc363/DeepLearningCyTOF" ], [ "https://github.com/cristian931/DocTOR" ], [ "https://github.com/RungruangsakTorrissenManoonpong/GrowthEstimate" ], [ "https://github.com/laxmimurali/anklejoint" ], [ "https://github.com/elolab/RepViz" ], [ "https://github.com/hms-dbmi/EHRtemporalVariability" ], [ "https://github.com/bagherilab/diffexpy" ], [ "https://github.com/delosh653/ECHO" ], [ "https://github.com/BioinformaticsCSU/MSBMF" ], [ "https://github.com/yuewangpanda/BioMethyl" ], [ "https://github.com/naiqixiao/CuedEmotion" ], [ "https://github.com/deruncie/GridLMM" ], [ "https://github.com/ellipfaehlerUMCG/RaCat" ], [ "https://github.com/yangyn533/HCRNet" ], [ "https://github.com/michal-brylinski/earomatic" ], [ "https://github.com/lmweber/cytometry-clustering-comparison" ], [ "https://github.com/kkrizanovic/RNAseqEval" ], [ "https://github.com/ml4bio/ifDEEPre" ], [ "https://github.com/pamelarussell/github-bioinformatics" ], [ "https://github.com/food-price/DOC-M-Model-Development-and-Validation" ], [ "https://github.com/cbg-ethz/oncotree2vec" ], [ "https://github.com/KoslickiLab/frac-kmc" ], [ "https://github.com/ladderlab-xjtu/HiCA" ], [ "https://github.com/wuchengyu123/MPGSurv" ], [ "https://github.com/HarrisonAllen/MyelTracer" ], [ "https://github.com/TheWebMonks/meshmonk" ], [ "https://github.com/ying-fu/SSDL-HSI" ], [ "https://github.com/Muzatheking12/MzDOCK" ], [ "https://github.com/alyssafrazee/derfinder" ], [ "https://github.com/gzrgzx/CRISPR_Data_Imbalance" ], [ "https://github.com/MetaboComp/MUVR2" ], [ "https://github.com/ridgerchu/TCJA" ], [ "https://github.com/ZhangHanN1/SGLFormer" ], [ "https://github.com/chenyu-xjtu/DualFluidNet" ], [ "https://github.com/Cyang-Zhao/ODAM" ], [ "https://github.com/wanghq05/MS-GCN" ], [ "https://github.com/renweidian/LTRN" ], [ "https://github.com/EmamiNeda/HormoNet" ], [ "https://github.com/Zhihan1996/DNABERT_S" ], [ "https://github.com/qqaazxddrr/ENS" ], [ "https://github.com/CFM-MSG/Code_ICPR" ], [ "https://github.com/fancheyu5/STRAS" ], [ "https://github.com/xp3i4/mini_benchmark" ], [ "https://github.com/JerryRollingUp/SimTripSystem" ], [ "https://github.com/LanceZPF/KEFS" ], [ "https://github.com/NIH-CARD/ProtPipe" ], [ "https://github.com/Lqingquan/MTCL-MDA" ], [ "https://github.com/MagicPF/BindingSiteDTI" ], [ "https://github.com/DL-WG/SCDNN-TS" ], [ "https://github.com/liupei101/PseMix" ], [ "https://github.com/odedsc/ANLD" ], [ "https://github.com/frankkramer-lab/GERNERMED-pp" ], [ "https://github.com/RNABioInfo/rna-interaction-format" ], [ "https://github.com/VITA-Group/PruneCXR" ], [ "https://github.com/VITA-Group/PruneCXR" ], [ "https://github.com/VITA-Group/PruneCXR" ], [ "https://github.com/VITA-Group/PruneCXR" ], [ "https://github.com/schiebout/CAMML" ], [ "https://github.com/alienn233/ROSes-Finder" ], [ "https://github.com/woolfson-group/isocket" ], [ "https://github.com/DeweiYi/CoSED-Net" ], [ "https://github.com/Oulu-IMEDS/CLIMATv2" ], [ "https://github.com/Zhou-wy/MSEDNet" ], [ "https://github.com/ixilai/ETEM" ], [ "https://github.com/GeoX-Lab/CMN" ], [ "https://github.com/Fraunhofer-ITMP/E3_binder_Model" ], [ "https://github.com/jschenthu/FNS" ], [ "https://github.com/YannickJadoul/PyGellermann" ], [ "https://github.com/HIT-ImmunologyLab/PHISDetector" ], [ "https://github.com/HazyResearch/hyena-dna" ], [ "https://github.com/geyao-c/MedGAN" ], [ "https://github.com/DongdongCheng/GB-DP" ], [ "https://github.com/ahmedmagds/GNUVID" ], [ "https://github.com/vikram2000b/Fast-Machine-Unlearning" ], [ "https://github.com/BioComputingUP/ring-pymol" ], [ "https://github.com/jingyzhang/S3R" ], [ "https://github.com/Aanzil/DensePPI" ], [ "https://github.com/ljq2000/MTCP" ], [ "https://github.com/syngenta/linchemin" ], [ "https://github.com/hscv/SEE-Net" ], [ "https://github.com/RamanLab/COWAVE" ], [ "https://github.com/arantir123/DDT_triple_prediction" ], [ "https://github.com/kechunl/VSGD-Net" ], [ "https://github.com/WxTu/HCHSM" ], [ "https://github.com/bsml320/DeepHTLV" ], [ "https://github.com/Zhizhen-Zhao/IPTW-TBI" ], [ "https://github.com/Zhizhen-Zhao/IPTW-TBI" ], [ "https://github.com/Zhizhen-Zhao/IPTW-TBI" ], [ "https://github.com/Zhizhen-Zhao/IPTW-TBI" ], [ "https://github.com/rohdelab/nuclear_morphometry" ], [ "https://github.com/gillichu/PLUSplacer-taxtastic" ], [ "https://github.com/dikshap11/DGAN" ], [ "https://github.com/HwaTong/Chemical-SA-BiLSTM" ], [ "https://github.com/yzc1122333/BoneAgeAss" ], [ "https://github.com/FangShancheng/ABINet-PP" ], [ "https://github.com/ProbstLab/uBin" ], [ "https://github.com/ablab/metaGT" ], [ "https://github.com/Lagkouvardos/TIC" ], [ "https://github.com/jingkunchen/TAC" ], [ "https://github.com/matthewquinn1/changepointSelect" ], [ "https://github.com/RuoyuGuo/MaskGA_Net" ], [ "https://github.com/ahmed-shameem/Feature_selection" ], [ "https://github.com/bert-nmt/BERT-DTI" ], [ "https://github.com/otayfuroglu/deepQM" ], [ "https://github.com/biorack/magi" ], [ "https://github.com/DKMS-LSL/typeloader" ], [ "https://github.com/DKMS-LSL/typeloader" ], [ "https://github.com/DKMS-LSL/typeloader" ], [ "https://github.com/DKMS-LSL/typeloader" ], [ "https://github.com/yours-anonym/PaRT" ], [ "https://github.com/ecogenomics/gtdbtk" ], [ "https://github.com/ecogenomics/gtdbtk" ], [ "https://github.com/ecogenomics/gtdbtk" ], [ "https://github.com/ecogenomics/gtdbtk" ], [ "https://github.com/GudaLab/iCluF_core" ], [ "https://github.com/nwpuzhengyan/SVcnn" ], [ "https://github.com/Tan-group/cgRNASP" ], [ "https://github.com/ZhiboXiao/Deep-Gamma" ], [ "https://github.com/MaayanLab/D2H2-site" ], [ "https://github.com/slzarate/parliament2" ], [ "https://github.com/monarch-initiative/MAxO" ], [ "https://github.com/monarch-initiative/MAxO" ], [ "https://github.com/monarch-initiative/MAxO" ], [ "https://github.com/monarch-initiative/MAxO" ], [ "https://github.com/WimPouw/AirSacTracker" ], [ "https://github.com/biopragmatics/bioregistry" ], [ "https://github.com/CSSEGISandData/COVID-19" ], [ "https://github.com/LiangYu-Xidian/MoRF-FUNCpred" ], [ "https://github.com/ncbi/ml-transformer" ], [ "https://github.com/jingjin25/LFDE-OccUnNet" ], [ "https://github.com/guopengf/FL-MRCM" ], [ "https://github.com/Shape-Lab/SPHARM-Net" ], [ "https://github.com/changlin31/DS-Net" ], [ "https://github.com/wenyh1616/SAMotif-GCN" ], [ "https://github.com/r-zemblys/EM-event-detection-evaluation" ], [ "https://github.com/oxpig/structure-vs-folding" ], [ "https://github.com/jimy2020/Malonylation-site-prediction" ], [ "https://github.com/HerSwain/gra" ], [ "https://github.com/NanYoMy/cmmas" ], [ "https://github.com/Pijiangsheng/MDGNN" ], [ "https://github.com/broadinstitute/chronos" ], [ "https://github.com/iquandou/CS-Net" ], [ "https://github.com/fmfi-compbio/coral-basecaller" ], [ "https://github.com/sdujicun/SSVG" ], [ "https://github.com/kaistcbfg/covNormRpkg" ], [ "https://github.com/zhangruochi/Mol-HGT" ], [ "https://github.com/huitangtang/H-SRDC" ], [ "https://github.com/cszn/DPIR" ], [ "https://github.com/CityU-AIM-Group/DSI-Net" ], [ "https://github.com/ShixuanGG/MV-H-RKM" ], [ "https://github.com/Amy3100/receptor2tfDiffusion" ], [ "https://github.com/sxthunder/CMTN" ], [ "https://github.com/JialeCao001/PedSurvey" ], [ "https://github.com/xthuang226/HuGFAN" ], [ "https://github.com/cnapy-org/CNApy" ], [ "https://github.com/cnapy-org/CNApy" ], [ "https://github.com/cnapy-org/CNApy" ], [ "https://github.com/cnapy-org/CNApy" ], [ "https://github.com/MelvinYin/Defined_Proteins" ], [ "https://github.com/djparente/polyboost" ], [ "https://github.com/shilinrui/DFEDTL" ], [ "https://github.com/PGB-LIV/lcmsWorld" ], [ "https://github.com/Lotayou/RATE" ], [ "https://github.com/ashleylqx/WeakFixation" ], [ "https://github.com/YanZheng-16/CEPZ_DHS" ], [ "https://github.com/stop-pre16/sncp" ], [ "https://github.com/dmis-lab/moable" ], [ "https://github.com/b2slab/imbalance_pcm_benchmark" ], [ "https://github.com/xsshi2015/Loss-based-Attention-for-Interpreting-Image-level-Prediction-of-Convolutional-Neural-Networks" ], [ "https://github.com/jianlin-cheng/GNET2" ], [ "https://github.com/srirampc/adyar-rs" ], [ "https://github.com/SchubertLab/JessEV" ], [ "https://github.com/guofei-tju/Uncovering-Cancer-Subtypes-via-LASSO" ], [ "https://github.com/tangjiapeng/SkeletonNet" ], [ "https://github.com/JLiangLab/SemanticGenesis" ], [ "https://github.com/BioinfoSZU/CURC" ], [ "https://github.com/Ha0Tang/GestureGAN" ], [ "https://github.com/lbobay/CoreCruncher" ], [ "https://github.com/taozh2017/RGBD-SODsurvey" ], [ "https://github.com/RodrigoGantier/SPADE_E2VID" ], [ "https://github.com/mae92/MutantHuntWGS" ], [ "https://github.com/xiat0616/pseudo-healthy-synthesis" ], [ "https://github.com/mkirsche/sapling" ], [ "https://github.com/Kingsford-Group/diploidsquid" ], [ "https://github.com/lixx11/SPIND-TC" ], [ "https://github.com/XJJ-student/PhenoComp" ], [ "https://github.com/Doyle-Lab/WheelCon" ], [ "https://github.com/YanZhu06/Captor" ], [ "https://github.com/calico/solo" ], [ "https://github.com/emdadi/DSPLMF" ], [ "https://github.com/arseha/peakonly" ], [ "https://github.com/kunalkathuria/SVXplorer" ], [ "https://github.com/ha01994/mutationTCN" ], [ "https://github.com/dapogon/cellcoal" ], [ "https://github.com/johanneswerner/mPies" ], [ "https://github.com/YichaoOU/Set_cover_tools" ], [ "https://github.com/AlkemaLab/fpemlocal" ], [ "https://github.com/jade-nhri/CCBGpipe" ], [ "https://github.com/BioinfLab/ChaperISM" ], [ "https://github.com/chaoning/GMAT" ], [ "https://github.com/zhangzhen/sprites2" ], [ "https://github.com/bertrand-lab/cobia" ], [ "https://github.com/yukinoi/bio_gradient_descent" ], [ "https://github.com/ytZhang99/CF-Net" ], [ "https://github.com/metaspace2020/coloc" ], [ "https://github.com/jae-hyun-lee/commodar" ], [ "https://github.com/chopralab/lemon" ], [ "https://github.com/chopralab/lemon" ], [ "https://github.com/chopralab/lemon" ], [ "https://github.com/chopralab/lemon" ], [ "https://github.com/thesgc/MichelaNGLo" ], [ "https://github.com/Zhangxf-ccnu/EnImpute" ], [ "https://github.com/menggf/tsd" ], [ "https://github.com/AbeelLab/ptolemy" ], [ "https://github.com/zhou256/iATC-NRAKEL" ], [ "https://github.com/zhunzhong07/CamStyle" ], [ "https://github.com/NUIST-Videocoding/VCRNet" ], [ "https://github.com/delehef/asgart" ], [ "https://github.com/BMILAB/movAPA" ], [ "https://github.com/Yuan-Yu/bioStructureM" ], [ "https://github.com/kevinmcgregor/mdine" ], [ "https://github.com/jakelever/knowledgediscovery" ], [ "https://github.com/bioinfomaticsCSU/MultiGuideScan" ], [ "https://github.com/jcna99/PEATH" ], [ "https://github.com/splatlab/debgr" ], [ "https://github.com/ekffar/LMMO" ], [ "https://github.com/lingfeiwang/findr" ], [ "https://github.com/robotology/natural-speech" ], [ "https://github.com/RubyPeters/Angular-Ripleys-K" ], [ "https://github.com/SajadMirzaei/RentPlus" ], [ "https://github.com/funatiq/cuclark" ], [ "https://github.com/kedartatwawadi/GTRAC" ], [ "https://github.com/DecBayComp/TRamWAy" ], [ "https://github.com/orbkit/orbkit" ], [ "https://github.com/keylabivdc/VIP" ], [ "https://github.com/ldelgado-serrano/mycofier" ], [ "https://github.com/mpgerstl/networkRobustnessToolbox" ], [ "https://github.com/dcasbioinfo/SIFTER-t" ], [ "http://github.com/SBRG/ssbio" ], [ "https://github.com/chenghui03/Calib_RT" ], [ "https://github.com/dmis-lab/MolPLA" ], [ "https://github.com/HZC-1998/VOGTNet" ], [ "https://github.com/crclark/optnetaligncpp" ], [ "https://github.com/petrusen/pomsimulator" ], [ "https://github.com/RDMelamed/drug-phenome" ], [ "https://github.com/deepgrains/deepgrain" ], [ "https://github.com/elkebir-group/SPhyR" ], [ "https://github.com/cggh/panoptes" ], [ "https://github.com/chaofengc/IQA-PyTorch" ], [ "https://github.com/bcrafton/ssdfa" ], [ "https://github.com/soduco/Benchmark_historical_map_vectorization" ], [ "https://github.com/sheng-n/DL-miRNA-disease-association-methods" ], [ "https://github.com/TPI-Immunogenetics/igmat" ], [ "https://github.com/panlab-bio/mcss" ], [ "https://github.com/ngs-fzb/MTBseq_source" ], [ "https://github.com/johnthedy/Adaptive-Kriging-Using-PSO-HHs-in-HECRAS3D" ], [ "https://github.com/malikyousef/miRGediNET" ], [ "https://github.com/VisLab/EEG-Blinks" ], [ "https://github.com/bkurt00/palladiumFF2" ], [ "https://github.com/spglib/spinspg" ], [ "https://github.com/huishenlab/dupsifter" ], [ "https://github.com/xinliangSun/AdaDR" ], [ "https://github.com/kexquan/dual-dropout-ranking" ], [ "https://github.com/wjh892521292/Cataract_TKD-Net" ], [ "https://github.com/BIT-DA/SePiCo" ], [ "https://github.com/jdonnelly36/Rashomon_Importance_Distribution" ], [ "https://github.com/giaguaro/PROTACable" ], [ "https://github.com/hujingtao/SAMCL" ], [ "https://github.com/raziyehmasumshah/DPSP" ], [ "https://github.com/CYB08/ATPGCN" ], [ "https://github.com/cantinilab/HuMMuS" ], [ "https://github.com/HangZhouSheep/oppHeatmap" ], [ "https://github.com/xjr998/GQE-Net" ], [ "https://github.com/duolinwang/S-PLM" ], [ "https://github.com/irycisBioinfo/PATO" ], [ "https://github.com/insilichem/talaia" ], [ "https://github.com/HySonLab/Multires-Graph-Transformer" ], [ "https://github.com/DDM-Lab/MinimapInteractiveDDMGame" ], [ "https://github.com/SJTUBME-QianLab/Causality-Aware-Rigidity" ], [ "https://github.com/microbial-pangenomes-lab/panfeed" ], [ "https://github.com/CNS-OIST/NeuroDevSim" ], [ "https://github.com/Hangwei-Chen/CLSAP-Net" ], [ "https://github.com/Zhizhen-Zhao/IPTW-TBI" ], [ "https://github.com/Zhizhen-Zhao/IPTW-TBI" ], [ "https://github.com/Zhizhen-Zhao/IPTW-TBI" ], [ "https://github.com/Zhizhen-Zhao/IPTW-TBI" ], [ "https://github.com/ImgSciGroup/ITSA" ], [ "https://github.com/XinshaoAmosWang/Ranked-List-Loss-for-DML" ], [ "https://github.com/skbinfo/smAMPsTK" ], [ "https://github.com/MiaoLab20/DBMD" ], [ "https://github.com/MiaoLab20/DBMD" ], [ "https://github.com/MiaoLab20/DBMD" ], [ "https://github.com/MiaoLab20/DBMD" ], [ "https://github.com/Jaakk0F/DSTD-GCN" ], [ "https://github.com/nelson10/DemosaickingMultispectral3DSpherePacking" ], [ "https://github.com/RNApolis/rnahugs" ], [ "https://github.com/SCUTjinchengli/DefenseTransformer" ], [ "https://github.com/QibinZhangLab/Peak_Pair_Pruner" ], [ "https://github.com/sseung0703/FFP" ], [ "https://github.com/xianggebenben/pdADMM-G" ], [ "https://github.com/raoyongming/DynamicViT" ], [ "https://github.com/wangchao-malab/ScerePhoSite" ], [ "https://github.com/chernolabs/scX" ], [ "https://github.com/CSB-L/AnoChem" ], [ "https://github.com/ZhangqiJiang07/MultimodalSurvivalPrediction" ], [ "https://github.com/cchauve/PlasBin-flow" ], [ "https://github.com/Bhattacharya-Lab/PIQLE" ], [ "https://github.com/Bhattacharya-Lab/PIQLE" ], [ "https://github.com/Bhattacharya-Lab/PIQLE" ], [ "https://github.com/Bhattacharya-Lab/PIQLE" ], [ "https://github.com/HuiLiuCode/MDBuilder" ], [ "https://github.com/UgurDemir/tranformer_liver_segmentation" ], [ "https://github.com/xmFeng-hdu/ConvWin-UNet" ], [ "https://github.com/BioMolecularPhysicsGroup-UNCC/MachineLearning" ], [ "https://github.com/yunyunliang88/iACP-GE" ], [ "https://github.com/wangkai-zhku/GPDOCK" ], [ "https://github.com/PYangLab/Matilda" ], [ "https://github.com/GreyGuoweiChen/RNA_virus_detector" ], [ "https://github.com/SFGLab/bertrand" ], [ "https://github.com/holab-hku/MultiABLER" ], [ "https://github.com/afvillaverde/strike-goldd" ], [ "https://github.com/bharatmahaur/LeNo" ], [ "https://github.com/TangXu-Group/DMSGer" ], [ "https://github.com/thomas0809/MolScribe" ], [ "https://github.com/MahnazHabibi/MutationAnalysis" ], [ "https://github.com/Kkulkarni1/CAPG" ], [ "https://github.com/vsingh-group/DatasetPooling" ], [ "https://github.com/RaphaelS1/distribution_discrimination" ], [ "https://github.com/fengcong3/HAPPE" ], [ "https://github.com/fzahari/ParFit" ], [ "https://github.com/hangyu94/CRS-CONT" ], [ "https://github.com/xwqian1123/mStrain" ], [ "https://github.com/Anonnoname/G2GT_2" ], [ "https://github.com/weih527/SSNS-Net" ], [ "https://github.com/slzhao/GTQC" ], [ "https://github.com/biomg/MCNN" ], [ "https://github.com/ParImmune/SINAPs" ], [ "https://github.com/GuoLanqing/Self-Convolution" ], [ "https://github.com/SaharIravani/DlearnMS" ], [ "https://github.com/ivanrwolf/NoC" ], [ "https://github.com/fawaz-dabbaghieh/bubble_gun" ], [ "https://github.com/pilehvar/phenebank" ], [ "https://github.com/itaysason/Mix-MMM" ], [ "https://github.com/pdishuck/GAVISUNK" ], [ "https://github.com/difhnp/ELGLT" ], [ "https://github.com/kuihua/MSHFN" ], [ "https://github.com/gengmufeng/CNCL-denoising" ], [ "https://github.com/HantaoShu/GRN-Transformer" ], [ "https://github.com/hassounlab/EPP" ], [ "https://github.com/454170054/EMCBOW-GPCR" ], [ "https://github.com/elyadlezmi/RNA2CM" ], [ "https://github.com/pixixiaonaogou/FPNN-TMEL" ], [ "https://github.com/zhaoqichang/GIFDTI" ], [ "https://github.com/UCLA-VAST/tapa" ], [ "https://github.com/cbrl-nuces/Leveraging-digital-media-data-for-pharmacovigilance" ], [ "https://github.com/ziadbkh/eQTLHap" ], [ "https://github.com/nlm-irp-jianglab/Evolink" ], [ "https://github.com/HudsonAlpha/STEVE" ], [ "https://github.com/ArtemLuzhin/LASCA_pipeline" ], [ "https://github.com/CDMB-lab/MPMI" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/UCDenver-ccp/Ignorance-Question-Work" ], [ "https://github.com/josehernandezsc/COVID19Net" ], [ "https://github.com/xypan1232/node2loc" ], [ "https://github.com/cew88/AutoCAT" ], [ "https://github.com/elies-ramon/kernInt" ], [ "https://github.com/84AP/MethCoresProfiler" ], [ "https://github.com/e-weglarz-tomczak/m2r" ], [ "https://github.com/biosustain/multitfa" ], [ "https://github.com/vaprilyanto/crop" ], [ "https://github.com/morispi/CONSENT" ], [ "https://github.com/andreasmang/claire" ], [ "https://github.com/zbzhzhy/PZRes-Net" ], [ "https://github.com/lseventeen/FR-UNet" ], [ "https://github.com/elkebir-group/RECAP" ], [ "https://github.com/Fleishman-Lab/AbDesign_for_enzymes" ], [ "https://github.com/nicfel/CoupledMCMC" ], [ "https://github.com/lmcai/PhyloHerb" ], [ "https://github.com/zhongw2/GeneTEFlow" ], [ "https://github.com/schmeing/ReSeq" ], [ "https://github.com/YingLianghnu/CNA_origin" ], [ "https://github.com/mmoskon/CosinorPy" ], [ "https://github.com/DIAGNijmegen/StreamingCNN" ], [ "https://github.com/lyuyinuo/iPro2L-PSTKNC" ], [ "https://github.com/superlouis/GATGNN" ], [ "https://github.com/CyrilMa/ssqa" ], [ "https://github.com/gdewael/cpg-transformer" ], [ "https://github.com/pfruan/mirPLS" ], [ "https://github.com/statisticalbiotechnology/quandenser" ], [ "https://github.com/anuran-Chakraborty/Active-learning" ], [ "https://github.com/BDanalysis/aitac" ], [ "https://github.com/federicogiorgi/giorgilab" ], [ "https://github.com/zlwuxi/iPromoter-5mC" ], [ "https://github.com/vagkaratzas/PathWalks" ], [ "https://github.com/vamships/PECAN" ], [ "https://github.com/biointec/blamm" ], [ "https://github.com/louiejtaylor/grabseqs" ], [ "https://github.com/liukeweiaway/iMRM" ], [ "https://github.com/DCalhas/siamese_schizophrenia_eeg" ], [ "https://github.com/HuajuLiang/HypotheticalPolarizationCamera" ], [ "https://github.com/yufengwudcs/GTmix" ], [ "https://github.com/ShobiStassen/PARC" ], [ "https://github.com/Charrick/SDN2GO" ], [ "https://github.com/Fjr9516/GSL" ], [ "https://github.com/lyotvincent/AJIA" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/PlanTL-SANIDAD/PharmacoNER" ], [ "https://github.com/BauerLab/VARSCOT" ], [ "https://github.com/Japrin/sscClust" ], [ "https://github.com/ma-compbio/MutSpace" ], [ "https://github.com/GaoLabXDU/CEPICS" ], [ "https://github.com/VusionMed/IMAge-enGINE" ], [ "https://github.com/HFooladi/Self_Organization" ], [ "https://github.com/KristapsE/DP4-AI" ], [ "https://github.com/Gege7177/Dot2dot" ], [ "https://github.com/pogudingleb/CLUE" ], [ "https://github.com/pogudingleb/CLUE" ], [ "https://github.com/pogudingleb/CLUE" ], [ "https://github.com/pogudingleb/CLUE" ], [ "https://github.com/huiminkang/PIBLUP" ], [ "https://github.com/yangzi4/gPCA" ], [ "https://github.com/cbrackley/capC-MAP" ], [ "https://github.com/yunwilliamyu/opal" ], [ "https://github.com/carolzhou/multiPhATE" ], [ "https://github.com/nedashokraneh/IChDA" ], [ "https://github.com/SchulzLab/TEPIC" ], [ "https://github.com/SchulzLab/TEPIC" ], [ "https://github.com/SchulzLab/TEPIC" ], [ "https://github.com/SchulzLab/TEPIC" ], [ "https://github.com/arwhirang/recursive_chemprot" ], [ "https://github.com/refresh-bio/FaStore" ], [ "https://github.com/bwrc/ctap" ], [ "https://github.com/compomics/cellmissy" ], [ "https://github.com/isglobal-brge/CTDquerier" ], [ "https://github.com/skrakau/PureCLIP" ], [ "https://github.com/Chatzinakos/JEPEGMIX2" ], [ "https://github.com/KnowEnG/TeachEnG" ], [ "https://github.com/benliemory/adaptiveHM" ], [ "https://github.com/whitneywhitford/RBV" ], [ "https://github.com/jtamames/SqueezeMeta" ], [ "https://github.com/odedrim/kfits" ], [ "https://github.com/smithlabcode/riborex" ], [ "https://github.com/butkiem/COCOS" ], [ "https://github.com/VCCRI/Falco" ], [ "https://github.com/barberislab/GEMMER" ], [ "https://github.com/mdkarcher/phylodyn" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/PROBIC/diffsplicing" ], [ "https://github.com/ndierckx/NOVOPlasty" ], [ "https://github.com/ndierckx/NOVOPlasty" ], [ "https://github.com/ndierckx/NOVOPlasty" ], [ "https://github.com/ndierckx/NOVOPlasty" ], [ "https://github.com/raivokolde/seqlm" ], [ "https://github.com/usnistgov/pepr" ], [ "https://github.com/twestbrookunh/paladin" ], [ "https://github.com/Juyong/3DFace" ], [ "https://github.com/mikelhernaez/qvz" ], [ "https://github.com/RegulatoryGenomicsGroup/chicdiff" ], [ "https://github.com/sysbio-curie/Roma" ], [ "https://github.com/jingry/autoBioSeqpy" ], [ "https://github.com/abhatta3/Condition-dependent-Correlation-Subgroups-CCS" ], [ "https://github.com/ETHmodlab/BIMODAL" ], [ "https://github.com/GRYGY1215/Dozerformer" ], [ "https://github.com/flekschas/sbb" ], [ "https://github.com/freshman97/CSU" ], [ "https://github.com/bioinfo0706/MTGIpick" ], [ "https://github.com/DanielAlhassan/idDMR" ], [ "https://github.com/bioinfo-ut/StrainSeeker" ], [ "https://github.com/meren/illumina-utils" ], [ "https://github.com/ishspsy/project" ], [ "https://github.com/G2Lab/privateML" ], [ "https://github.com/tianpeng-deng/FedDBL" ], [ "https://github.com/MedICL-VU/FNPC-SAM" ], [ "https://github.com/CUHK-AIM-Group/MCPL" ], [ "https://github.com/yangqy1110/MGDM" ], [ "https://github.com/cbib/MIX" ], [ "https://github.com/zyairelu/RT-Net" ], [ "https://github.com/yongzhuang/TrioCNV" ], [ "https://github.com/energy588/US2mask" ], [ "https://github.com/IlyaTyagin/Dyport" ], [ "https://github.com/lhaippp/YOHO" ], [ "https://github.com/cunmeiji/SGLMDA" ], [ "https://github.com/mainciburu/WAT3R" ], [ "https://github.com/LincolnSteinLab/MMDRP" ], [ "https://github.com/hywang01/SNEL" ], [ "https://github.com/theosysbio/means" ], [ "https://github.com/biomed-AI/MiGCN" ], [ "https://github.com/biojs/biojs" ], [ "https://github.com/biojs/biojs" ], [ "https://github.com/biojs/biojs" ], [ "https://github.com/biojs/biojs" ], [ "https://github.com/mritchielab/restrander" ], [ "https://github.com/abbvie-external/OmicNavigator" ], [ "https://github.com/XT-1997/vitmvt" ], [ "https://github.com/yunyunliang88/iAVPs-ResBi" ], [ "https://github.com/smd1997/CSA-Net" ], [ "https://github.com/Li-Zhang28/BCGLM" ], [ "https://github.com/HKyleZhang/RecView" ], [ "https://github.com/bmri/bmri" ], [ "https://github.com/ozgurcingiz/ksia" ], [ "https://github.com/rderelle/fastlin" ], [ "https://github.com/insoo078/mirseqviewer" ], [ "https://github.com/samsonweiner/CNAsim" ], [ "https://github.com/bo1929/CONSULT-II" ], [ "https://github.com/gcappon/replay-bg" ], [ "https://github.com/zpliulab/scNAE" ], [ "https://github.com/meihonggao/DeepLDA" ], [ "https://github.com/kenminsoo/sRNAfrag" ], [ "https://github.com/Vini2/phables" ], [ "https://github.com/djimenezsanchez/Synplex" ], [ "https://github.com/Amber-Believe/ReliableMutualDistillation" ], [ "https://github.com/penghu-cs/RCL" ], [ "https://github.com/nikhilroxtomar/TGANet" ], [ "https://github.com/Kevin-walters/lapmapr" ], [ "https://github.com/ckgriswold/3-locus-autotetraploid-meiosis" ], [ "https://github.com/shidan0122/UMFS" ], [ "https://github.com/fukunagatsu/LinAliFold-CentroidLinAliFold" ], [ "https://github.com/mfalda/tsv2swm" ], [ "https://github.com/jonescompneurolab/SpectralEvents" ], [ "https://github.com/WHang98/scSemiAAE" ], [ "https://github.com/BioAnalyticResource/eFP-Seq-Browser" ], [ "https://github.com/JLiangLab/CAiD" ], [ "https://github.com/D3TaLES/databases_demo" ], [ "https://github.com/miladrayka/GB_Score" ], [ "https://github.com/CGPxy/AAU-net" ], [ "https://github.com/sheikhizadeh/pantools" ], [ "https://github.com/JLiangLab/BenchmarkTransformers" ], [ "https://github.com/schobs/qbin" ], [ "https://github.com/Huiweizhou/TDE" ], [ "https://github.com/RolandBruderer/MiMB-LiP-Quant" ], [ "https://github.com/katehoffshutta/ggmTutorial" ], [ "https://github.com/lemuria-wchen/imcs21" ], [ "https://github.com/yzhang511/density_decoding" ], [ "https://github.com/bioinformatics-ufsc/AnnotaPipeline" ], [ "https://github.com/TongXin-CASIA/Excepted_Affine" ], [ "https://github.com/sysbio-bioinf/Cantata" ], [ "https://github.com/AllenSpike/CPDR" ], [ "https://github.com/anuradhawick/LRBinner" ], [ "https://github.com/demonzyj56/E3Outlier" ], [ "https://github.com/WangLabTHU/MeConcord" ], [ "https://github.com/gillichu/sepp" ], [ "https://github.com/Yoniming/ACO" ], [ "https://github.com/cokeyk/TPpred-ATMV" ], [ "https://github.com/shiming-chen/GNDAN" ], [ "https://github.com/Xiyue-Wang/1st-in-MICCAI2020-CPM" ], [ "https://github.com/kataomoi7/multiGATAE" ], [ "https://github.com/Szhgege/DACPGTN" ], [ "https://github.com/lucian-ilie/Seq-InSite" ], [ "https://github.com/menyifang/ADGAN" ], [ "https://github.com/xindd/DCNet" ], [ "https://github.com/YangLiu9208/TCGL" ], [ "https://github.com/meihonggao/ImReLnc" ], [ "https://github.com/ba-lab/Alignment-Score" ], [ "https://github.com/kaist-ina/BWA-MEME" ], [ "https://github.com/IVC-Projects/NRS" ], [ "https://github.com/IvanEz/tumor-surrogate" ], [ "https://github.com/lesonly/GFINet" ], [ "https://github.com/shengli0201/iEnhancer-MFGBDT1" ], [ "https://github.com/minghuilab/BindPPI" ], [ "https://github.com/Au3C2/Generator-Versus-Segmentor" ], [ "https://github.com/goolig/drug_safety_pregnancy_prediction" ], [ "https://github.com/smallmax00/Graph_Region_Boudnary" ], [ "https://github.com/canceromics/MeRIPseqPipe" ], [ "https://github.com/venyao/MaizeSNPDB" ], [ "https://github.com/ceragoguztuzun/MotifGenie" ], [ "https://github.com/umich-biostatistics/AEenrich" ], [ "https://github.com/fazlulhaquejony/SubFeat" ], [ "https://github.com/SouthGreenPlatform/PanExplorer" ], [ "https://github.com/Layne-Huang/EGFI" ], [ "https://github.com/andreaskapou/scMET" ], [ "https://github.com/yongzhuang/TrioCNV2" ], [ "https://github.com/jiang-junyao/IReNA" ], [ "https://github.com/TanemuraKiyoto/AutoGraph" ], [ "https://github.com/ivankovlab/template-vs-model" ], [ "https://github.com/zanglab/bart3d" ], [ "https://github.com/deepomicslab/DeepHost" ], [ "https://github.com/yuliu316316/MetaLearning-Fusion" ], [ "https://github.com/Noble-Lab/hicrep" ], [ "https://github.com/Zhang-Data-Science-Research-Lab/LrSClust" ], [ "https://github.com/BIT-DA/GDCAN" ], [ "https://github.com/fpthink/EPC-Net" ], [ "https://github.com/BIMIB-DISCo/VERSO" ], [ "https://github.com/kochgroup/kinase_nnfp" ], [ "https://github.com/viggin/DeepLesion_manual_test_set" ], [ "https://github.com/matteo14c/VINYL" ], [ "https://github.com/dDipankar/DeepPTM" ], [ "https://github.com/tomoyukif/MCPtaggR" ], [ "https://github.com/nyiuab/NBZIMM" ], [ "https://github.com/kexinhuang12345/DeepPurpose" ], [ "https://github.com/tticoin/DESC_MOL-DDIE" ], [ "https://github.com/pymodproject/pymod" ], [ "https://github.com/pymodproject/pymod" ], [ "https://github.com/pymodproject/pymod" ], [ "https://github.com/pymodproject/pymod" ], [ "https://github.com/HuiZeng/Image-Adaptive-3DLUT" ], [ "https://github.com/blue-blue272/ImgReID-IAnet" ], [ "https://github.com/BioinfoUNIBA/REDItools2" ], [ "https://github.com/blackfeather-wang/ISDA-for-Deep-Networks" ], [ "https://github.com/LLNL/ddcMD" ], [ "https://github.com/abhijeetsingh1704/AcetoScan" ], [ "https://github.com/kiharalab/ContactGAN" ], [ "https://github.com/hathawayxxh/WCE-AGDN" ], [ "https://github.com/DIAL-RPI/PIPO-FAN" ], [ "https://github.com/djburks/SMM" ], [ "https://github.com/koualab/conodictor" ], [ "https://github.com/LiLabAtVT/DeepTE" ], [ "https://github.com/aeeckhou/shallowHRD" ], [ "https://github.com/andobrescu/Multi_task_plant_phenotyping" ], [ "https://github.com/rdcrawford/cognac" ], [ "https://github.com/cpockrandt/genmap" ], [ "https://github.com/aiqm/torchani" ], [ "https://github.com/yunchuankong/forgeNet" ], [ "https://github.com/Kinggerm/GetOrganelle" ], [ "https://github.com/gxiaolab/REDITs" ], [ "https://github.com/ywflow/BubMask" ], [ "https://github.com/Gaius-Augustus/MakeHub" ], [ "https://github.com/MPBA/TAASRAD19" ], [ "https://github.com/pachterlab/gget" ], [ "https://github.com/pachterlab/gget" ], [ "https://github.com/pachterlab/gget" ], [ "https://github.com/pachterlab/gget" ], [ "https://github.com/bihealth/scelvis" ], [ "https://github.com/jiqingxiaoxi/GLAPD" ], [ "https://github.com/llecompte/SVJedi" ], [ "https://github.com/RWParsons/circacompare" ], [ "https://github.com/bchidest/CFNet" ], [ "https://github.com/liuji93/DCM" ], [ "https://github.com/nstrodt/UDSMProt" ], [ "https://github.com/markpp/PoseFromPointClouds" ], [ "https://github.com/PSSUN/CircCode" ], [ "https://github.com/arnrau/SCAE_IR_Spectral_Imaging" ], [ "https://github.com/badriadhikari/DEEPCON" ], [ "https://github.com/rchereji/plot2DO" ], [ "https://github.com/wsjeon92/FP2VEC" ], [ "https://github.com/Cobanoglu-Lab/EPEE" ], [ "https://github.com/maickrau/GraphAligner" ], [ "https://github.com/maickrau/GraphAligner" ], [ "https://github.com/maickrau/GraphAligner" ], [ "https://github.com/maickrau/GraphAligner" ], [ "https://github.com/yujialinncu/PredGly" ], [ "https://github.com/OSU-BMBL/metaqubic" ], [ "https://github.com/jotech/gapseq" ], [ "https://github.com/jschellh/ProtSpaM" ], [ "https://github.com/hahatcdg/IBPP" ], [ "https://github.com/YosefLab/scVI" ], [ "https://github.com/htzhaoecust/npnn" ], [ "https://github.com/numediart/UMONS-TAICHI" ], [ "https://github.com/Boyle-Lab/SEM_CPP" ], [ "https://github.com/dinasv/CSBFinder" ], [ "https://github.com/dinasv/CSBFinder" ], [ "https://github.com/dinasv/CSBFinder" ], [ "https://github.com/dinasv/CSBFinder" ], [ "https://github.com/prody/ProDy" ], [ "https://github.com/prody/ProDy" ], [ "https://github.com/prody/ProDy" ], [ "https://github.com/prody/ProDy" ], [ "https://github.com/sg-s/xolotl" ], [ "https://github.com/ArcesUnibo/creamino" ], [ "https://github.com/ronaldolab/stochastic_diffusion" ], [ "https://github.com/weipenegHU/Pluto" ], [ "https://github.com/HaploConduct/HaploConduct" ], [ "https://github.com/RezaMash/MCS" ], [ "https://github.com/schwallergroup/augmented_memory" ], [ "https://github.com/ksahlin/ultra" ], [ "https://github.com/pepamengual/UEP" ], [ "https://github.com/MSBradshaw/FakeData" ], [ "https://github.com/makovalab-psu/NoiseCancellingRepeatFinder" ], [ "https://github.com/ghar1821/ParetoBench" ], [ "https://github.com/strauchlab/iNNterfaceDesign" ], [ "https://github.com/Devika1/capsim" ], [ "https://github.com/xiaofengsong/GFusion" ], [ "https://github.com/BioimageInformaticsTampere/RegBenchmark" ], [ "https://github.com/seasky002002/Strandscript" ], [ "https://github.com/galanisl/NetHypGeom" ], [ "https://github.com/ma-compbio/MultiRes" ], [ "https://github.com/Yeyke/H-BLAST" ], [ "https://github.com/VCCRI/CIDR" ], [ "https://github.com/sh107/transmart-xnat-connector" ], [ "https://github.com/aditya-88/ASAP" ], [ "https://github.com/smirarab/DynaDup" ], [ "https://github.com/teammaclean/blastjs" ], [ "https://github.com/lengning/OEFinder" ], [ "https://github.com/KerstenDoering/PubMedPortable" ], [ "https://github.com/laufercenter/Amap" ], [ "https://github.com/COMBINE-lab/matryoshka" ], [ "https://github.com/nicfel/Mascot" ], [ "https://github.com/chenying2016/queries" ], [ "https://github.com/xiaochuanle/MECAT" ], [ "https://github.com/abdlmaruf/iRSpot-SF" ], [ "https://github.com/gedoardo83/GARFIELD-NGS" ], [ "https://github.com/ukeLin/TG-Net" ], [ "https://github.com/EvolOMICS-TU/ETENLNC" ], [ "https://github.com/laeeq80/spark-cpvs" ], [ "https://github.com/sahatava/MixMPLN" ], [ "https://github.com/rega-cev/phylogeotool" ], [ "https://github.com/BaiDing1234/AttentionPert" ], [ "https://github.com/Valeyards/MACG" ], [ "https://github.com/qumengxue/T-SMILE" ], [ "https://github.com/panzhiyi/CC4S" ], [ "https://github.com/stonkgs/stonkgs" ], [ "https://github.com/ynchuang/DiscoverPath" ], [ "https://github.com/LeonidSavtchenko/Arachne" ], [ "https://github.com/hdaoud/ORBSLAMM" ], [ "https://github.com/davidecenzato/BWT-variants-for-string-collections" ], [ "https://github.com/spatialdatasciencegroup/HST" ], [ "https://github.com/DurrLab/GAN-Inversion" ], [ "https://github.com/dooo12332/AlphaTraj" ], [ "https://github.com/FedeCastelletti/bayes_networks_mixed_data" ], [ "https://github.com/CzirjakGabor/PrinCCes" ], [ "https://github.com/jheatmap/jheatmap" ], [ "https://github.com/ruchiherself/MulRFRepo" ], [ "https://github.com/labiip/scGAAC" ], [ "https://github.com/zhangtia16/LICAP" ], [ "https://github.com/bjornwallner/ProQ_scripts" ], [ "https://github.com/zkyseu/CSSNet" ], [ "https://github.com/batmanlab/AGXNet" ], [ "https://github.com/AngelCampos/txtools" ], [ "https://github.com/Androstane/NestedBD" ], [ "https://github.com/GMHughes/Sensommatic" ], [ "https://github.com/MorganBDT/crumb" ], [ "https://github.com/DepMap-Analytics/HT29benchmark" ], [ "https://github.com/PattenLab/NMJ-Analyser" ], [ "https://github.com/aoliver44/taxaHFE" ], [ "https://github.com/juandpenan/topology_nav_ros2" ], [ "https://github.com/RabbitBio/RabbitKSSD" ], [ "https://github.com/YubinHan73/LSKANet" ], [ "https://github.com/sail-sg/metaformer" ], [ "https://github.com/mindflow-institue/Awesome-Transformer" ], [ "https://github.com/yao-laboratory/cellMarkerPipe" ], [ "https://github.com/yao-laboratory/cellMarkerPipe" ], [ "https://github.com/yao-laboratory/cellMarkerPipe" ], [ "https://github.com/yao-laboratory/cellMarkerPipe" ], [ "https://github.com/mbglab/EVRC" ], [ "https://github.com/cerm-cirmmp/Master-of-metals" ], [ "https://github.com/JiannanChen/AggtCNN" ], [ "https://github.com/XY-boy/TTST" ], [ "https://github.com/sunkg/jCAN" ], [ "https://github.com/ylaboratory/ETNA" ], [ "https://github.com/frankkramer-lab/GPTNERMED" ], [ "https://github.com/yoxu515/aot-benchmark" ], [ "https://github.com/SJTUBME-QianLab/CausalGCN-PDPA" ], [ "https://github.com/amin-nejat/Deformable-Atlas" ], [ "https://github.com/ylab-hi/ScanNeo2" ], [ "https://github.com/danpak94/Deep-Cardiac-Volumetric-Mesh" ], [ "https://github.com/DayuHuu/scDFC" ], [ "https://github.com/SnowRain510/MSMTSeg" ], [ "https://github.com/adfoucart/panoptic-quality-suppl" ], [ "https://github.com/cieplinski-tobiasz/smina-docking-benchmark" ], [ "https://github.com/11101028/CADA-BioRE" ], [ "https://github.com/FudanVI/MAEcho" ], [ "https://github.com/gregorpatof/dynasigml_package" ], [ "https://github.com/MathLee/GeleNet" ], [ "https://github.com/vignywang/AWDesc" ], [ "https://github.com/ding-lab/BreakPointSurveyor" ], [ "https://github.com/QiaoLiuHit/LSOTB-TIR" ], [ "https://github.com/hongwang01/DRCDNet" ], [ "https://github.com/lucabello/wavelet-hmms" ], [ "https://github.com/MBC-Neuroimaging/ClotDetectEval" ], [ "https://github.com/nerel-ds/NEREL-BIO" ], [ "https://github.com/Xyporz/CISSL-GANs" ], [ "https://github.com/bebeklab/nSEA" ], [ "https://github.com/Beno-waxgourd/NLP" ], [ "https://github.com/JaroSant/EWF" ], [ "https://github.com/chan-csu/SPAM-DFBA" ], [ "https://github.com/matteo-dunnhofer/MRPyrNet" ], [ "https://github.com/19990915fzy/DGNNMDA" ], [ "https://github.com/gongleii/DFCN-RSP" ], [ "https://github.com/cschengxu/FDFace" ], [ "https://github.com/Lfang111/LBCE-BERT" ], [ "https://github.com/nec-research/vibtcr" ], [ "https://github.com/arumugamlab/MIntO" ], [ "https://github.com/CFM-MSG/Code_SDN" ], [ "https://github.com/ebi-gene-expression-group/selectBCM" ], [ "https://github.com/HealthML/AntiSplodge" ], [ "https://github.com/gavinmdouglas/POMS" ], [ "https://github.com/kevinmildau/homologueDiscoverer" ], [ "https://github.com/tanveer-hussain/DFAN" ], [ "https://github.com/kimianoorbakhsh/LPF-Defense" ], [ "https://github.com/med-air/DLTTA" ], [ "https://github.com/TIDOP-USAL/4DRoot" ], [ "https://github.com/elus-om/BRM_OMEXP" ], [ "https://github.com/qubekit/QUBEKit" ], [ "https://github.com/JulienLajugie/GenPlay" ], [ "https://github.com/thuxyz19/3D-HPE-PAA" ], [ "https://github.com/BTheDragonMaster/pikachu" ], [ "https://github.com/jiyuc/AutoGOAConsistency" ], [ "https://github.com/ChemSpace-LLC/usrcat_sim" ], [ "https://github.com/justasb/SwarmSight" ], [ "https://github.com/micahvista/MAMnet" ], [ "https://github.com/yuanhaowang1213/adaptivediffgrid_ex" ], [ "https://github.com/scottjingtt/AMF_GZS_SBIR" ], [ "https://github.com/chry04/PLUSplacer" ], [ "https://github.com/vicsanga/Postre" ], [ "https://github.com/Deep-Bioinfo/DFLM" ], [ "https://github.com/eyalmazuz/DrugWithdrawn" ], [ "https://github.com/Zhentao-Liu/KLT-JND" ], [ "https://github.com/mug-auth/ssl-chewing" ], [ "https://github.com/ay0408/DP-trio-TDT" ], [ "https://github.com/kanz76/GMPNN-CS" ], [ "https://github.com/jodyphelan/covid-profiler" ], [ "https://github.com/CityU-AIM-Group/Prototypical-Graph-DA" ], [ "https://github.com/hellosunking/Msuite2" ], [ "https://github.com/TNTurnerLab/ACES" ], [ "https://github.com/lamoureux-lab/3DCNN_MQA" ], [ "https://github.com/ljaiverson/multiview-curriculum" ], [ "https://github.com/bioXiaoheng/BallerMixPlus" ], [ "https://github.com/huynguyen250896/DrGA" ], [ "https://github.com/yuesongtian/AlphaGAN" ], [ "https://github.com/ramirandaq/tn_Comparisons" ], [ "https://github.com/Novartis/UMM-Discovery" ], [ "https://github.com/insilicomedicine/DILBERT" ], [ "https://github.com/Kali-Hac/Locality-Awareness-SGE" ], [ "https://github.com/RossLabCSU/LCD-Composer" ], [ "https://github.com/maiziex/Aquila_stLFR" ], [ "https://github.com/gnina/SolTranNet" ], [ "https://github.com/pephco/quickLD" ], [ "https://github.com/psipred/cgdms" ], [ "https://github.com/kanz76/SSI-DDI" ], [ "https://github.com/bbbbbbzhou/MDPET" ], [ "https://github.com/seqscope/STtools" ], [ "https://github.com/lol88/Mol2Context-vec" ], [ "https://github.com/robert-winkler/MeteoMex" ], [ "https://github.com/hehefan/DPSIS" ], [ "https://github.com/Genomics-HSE/VGsim" ], [ "https://github.com/RitataLU/ATACgraph" ], [ "https://github.com/rosemeis/emu" ], [ "https://github.com/alexQiSong/scSTEM" ], [ "https://github.com/boboppie/ORFLine" ], [ "https://github.com/liubo2358/scASKcmd" ], [ "https://github.com/Elham-khalili/Soybean-Charcoal-Rot-Disease-Prediction-Dataset-code" ], [ "https://github.com/zhengyushan/dpathnet" ], [ "https://github.com/momalab/octal-candet" ], [ "https://github.com/Leotju/MGAN" ], [ "https://github.com/lcmeteor/MSLDOCK" ], [ "https://github.com/Want2Vanish/FBMSNet" ], [ "https://github.com/aistairc/DeepEventMine" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/plger/pipeComp" ], [ "https://github.com/luojunwei/LROD" ], [ "https://github.com/gersteinlab/FANCY" ], [ "https://github.com/Helena-todd/TinGa" ], [ "https://github.com/uc-bd2k/paslincs" ], [ "https://github.com/ninailieva/SMFS_clustering" ], [ "https://github.com/lileir/MMS2plot" ], [ "https://github.com/BorgwardtLab/SiNIMin" ], [ "https://github.com/riboviz/riboviz" ], [ "https://github.com/nmcross/Material-Imaging-Characteristics" ], [ "https://github.com/senli2018/DCTL" ], [ "https://github.com/mzytnicki/mmannot" ], [ "https://github.com/MathBioCU/WSINDy_IPS" ], [ "https://github.com/mathijsraemaekers/Cgrid-toolbox" ], [ "https://github.com/anirudhsom/PI-Net" ], [ "https://github.com/dfguan/purge_dups" ], [ "https://github.com/prafols/rMSIproc" ], [ "https://github.com/dinhinfotech/DiGI" ], [ "https://github.com/LiangYu-Xidian/NEDTP" ], [ "https://github.com/imgag/ngs-bits" ], [ "https://github.com/imgag/ngs-bits" ], [ "https://github.com/imgag/ngs-bits" ], [ "https://github.com/imgag/ngs-bits" ], [ "https://github.com/chentao1999/MedicalRelationExtraction" ], [ "https://github.com/rongma6/QSARMPC_DTIMPC" ], [ "https://github.com/Serdobe/Probabilistic_Graphlets" ], [ "https://github.com/wenguanwang/AGS" ], [ "https://github.com/liseda-lab/kgsim-benchmark" ], [ "https://github.com/jmlipman/RatLesNetv2" ], [ "https://github.com/elkebir-group/MCT" ], [ "https://github.com/alvinxhan/Phydelity" ], [ "https://github.com/stephaniehicks/methylCC" ], [ "https://github.com/jdblischak/workflowr" ], [ "https://github.com/yjjang/capssa" ], [ "https://github.com/UdeS-CoBIUS/EXECT" ], [ "https://github.com/coamo2/CD-trace" ], [ "https://github.com/cz-ye/DECENT" ], [ "https://github.com/ugobas/tnm" ], [ "https://github.com/ugobas/tnm" ], [ "https://github.com/ugobas/tnm" ], [ "https://github.com/ugobas/tnm" ], [ "https://github.com/ugobas/tnm" ], [ "https://github.com/ugobas/tnm" ], [ "https://github.com/ugobas/tnm" ], [ "https://github.com/ugobas/tnm" ], [ "https://github.com/ugobas/tnm" ], [ "https://github.com/wulalago/DAF3D" ], [ "https://github.com/htzhaoecust/glsnn" ], [ "https://github.com/chupan1218/ProModule" ], [ "https://github.com/aritra90/TeraPCA" ], [ "https://github.com/soyoungryu/MetaMSD" ], [ "https://github.com/hitbc/deGSM" ], [ "https://github.com/sansubs/vcf2pop" ], [ "https://github.com/Illumina/ExpansionHunter" ], [ "https://github.com/stefangraw/Allocation-Power-Optimizer" ], [ "https://github.com/ncbi/TPMCalculator" ], [ "https://github.com/hkaneko1985/gtm-generativetopographicmapping" ], [ "https://github.com/hkaneko1985/gtm-generativetopographicmapping" ], [ "https://github.com/hkaneko1985/gtm-generativetopographicmapping" ], [ "https://github.com/hkaneko1985/gtm-generativetopographicmapping" ], [ "https://github.com/alexander-nash/kurtosis_conservation" ], [ "https://github.com/YeeHo/Glutton" ], [ "https://github.com/XinguoLu/DMCM" ], [ "https://github.com/guigolab/ggsashimi" ], [ "https://github.com/manuellafond/HyPPO" ], [ "https://github.com/mkanai/grimon" ], [ "https://github.com/HillLab/SomaticSiMu" ], [ "https://github.com/MedChaabane/deepRAM" ], [ "https://github.com/will-rowe/groot" ], [ "https://github.com/dvav/eQTLBookChapter" ], [ "https://github.com/mirnylab/cooler" ], [ "https://github.com/mirnylab/cooler" ], [ "https://github.com/mirnylab/cooler" ], [ "https://github.com/mirnylab/cooler" ], [ "https://github.com/caramirezal/RegulatoryNetworkGMPModel" ], [ "https://github.com/SchulzLab/ORNA" ], [ "https://github.com/xyc0813/SVmine" ], [ "https://github.com/sgreer77/gemtools" ], [ "https://github.com/OpenNFT/OpenNFT_Demo" ], [ "https://github.com/ryusukemomota/nanatex" ], [ "https://github.com/gifford-lab/DeepLigand" ], [ "https://github.com/AndreLamurias/IBRel" ], [ "https://github.com/wenjiegroup/BiRen" ], [ "https://github.com/BSharmi/DPM-LGCP" ], [ "https://github.com/sfu-compbio/colormap" ], [ "https://github.com/crbs/probabilitymapviewer" ], [ "https://github.com/agustinaarroyuelo/Azahar" ], [ "https://github.com/PanGeTv1/PanGeT" ], [ "https://github.com/CSB5/atminter" ], [ "https://github.com/hsoleimani/MLTM" ], [ "https://github.com/PhHermann/LDJump" ], [ "https://github.com/Rappsilber-Laboratory/xiSPEC" ], [ "https://github.com/COMBINE-lab/RapMap" ], [ "https://github.com/bioops/crowdnodnet" ], [ "https://github.com/CMU-SAFARI/Optimal-Seed-Solver" ], [ "https://github.com/mourisl/Rcorrector" ], [ "https://github.com/wswgG/solver-for-the-Jeffreys-type-equations-system" ], [ "https://github.com/dww100/sct" ], [ "https://github.com/SofieVG/FlowSOM" ], [ "https://github.com/shawn-peng/counting-consistent-sub-DAG" ], [ "https://github.com/oushujun/EDTA" ], [ "https://github.com/ustc-bmec/MRGazer" ], [ "https://github.com/ding-lab/msisensor" ], [ "https://github.com/lalunex/MSDCCL" ], [ "https://github.com/pengkenlim/LSTrAP-denovo" ], [ "https://github.com/PyEED/CANDy" ], [ "https://github.com/pitthexai/HexAI-TJAtxt" ], [ "https://github.com/CompGenomeLab/PHACT" ], [ "https://github.com/Topwood91/FSVA" ], [ "https://github.com/pierrepo/PBxplore" ], [ "https://github.com/ziyili20/CAMLU" ], [ "https://github.com/LQCT/BitQT" ], [ "https://github.com/SMAC-Group/irg" ], [ "https://github.com/subsurfaceinsights/ort-kbase-to-pflotran" ], [ "https://github.com/Lycus99/SDA-CLIP" ], [ "https://github.com/jutzca/Systemic-effects-of-Spinal-Cord-Injury" ], [ "https://github.com/abelson-lab/smMIP-tools" ], [ "https://github.com/danik0411/optimum-rlda" ], [ "https://github.com/cobisLab/DMLS" ], [ "https://github.com/jsheunis/quality-and-denoising-in-rtfmri-nf" ], [ "https://github.com/dmontaner-papers/gsa4mirna" ], [ "https://github.com/maayanlab/prismexp" ], [ "https://github.com/wgmao/NIFA" ], [ "https://github.com/JmanJ/LSM_Worker" ], [ "https://github.com/DHUDBlab/IGEGRNS" ], [ "https://github.com/merck/MolPROP" ], [ "https://github.com/csust-yixin/ConvMedSegNet" ], [ "https://github.com/samtools/samtools" ], [ "https://github.com/LinearFold/LinearAlifold" ], [ "https://github.com/LinearFold/LinearAlifold" ], [ "https://github.com/LinearFold/LinearAlifold" ], [ "https://github.com/LinearFold/LinearAlifold" ], [ "https://github.com/neulmc/TDCN" ], [ "https://github.com/G708/Clover" ], [ "https://github.com/OpenGVLab/VideoMAEv2" ], [ "https://github.com/DRGreat/MCNet" ], [ "https://github.com/SimonBiggs/electronfactors" ], [ "https://github.com/Wang-lab-UCSD/AntPack" ], [ "https://github.com/WeehowTang/SSL-rebalancingtest" ], [ "https://github.com/tphoward/Mottle_Repo" ], [ "https://github.com/Namerlight/LabelFree_AuNP_Quantification" ], [ "https://github.com/Popgen48/scalepopgen" ], [ "https://github.com/Lilu-guo/Effaln" ], [ "https://github.com/ruisue/EnAMP" ], [ "https://github.com/azamanos/HydraProt" ], [ "https://github.com/LibourelLab/BiofloSoftware" ], [ "https://github.com/julie-forman-kay-lab/IDPConformerGenerator" ], [ "https://github.com/zhangy0822/USER" ], [ "https://github.com/czbiohub-sf/pomelo" ], [ "https://github.com/cglrtrgy/GoL_Toolbox" ], [ "https://github.com/shenkqtx/SAR-Colorization-Benchmarking-Protocol" ], [ "https://github.com/JiuqingDong/TS_OAMIL-for-Plant-disease-detection" ], [ "https://github.com/ncbi/GNorm2" ], [ "https://github.com/magspho/hifieval" ], [ "https://github.com/TheJacksonLaboratory/wn2vec" ], [ "https://github.com/changliu-work/TNT_MNet" ], [ "https://github.com/ShiratsuyuShigure/MLAENet-pytorch" ], [ "https://github.com/OceanSTARLab/Tensor-Neural-Network" ], [ "https://github.com/wangjinlei-hnu/ACAS" ], [ "https://github.com/Stephen2526/Structure-informed_PLM" ], [ "https://github.com/zeyuxiao1997/LFSTVSR" ], [ "https://github.com/DasSusanta/snakemake_ccs" ], [ "https://github.com/jingzhaohlj/AL-Net" ], [ "https://github.com/SnehaShukla937/TrustMIS" ], [ "https://github.com/EndoluminalSurgicalVision-IMR/Medical-SSL" ], [ "https://github.com/dehazing/SGDRL" ], [ "https://github.com/L-EL/TreeJ" ], [ "https://github.com/Wayfear/FBNETGEN" ], [ "https://github.com/shubhamchandak94/lossy_compression_evaluation" ], [ "https://github.com/dhfbk/religious-hate-speech" ], [ "https://github.com/Malfoy/PAC" ], [ "https://github.com/mjliu2020/RandomFR" ], [ "https://github.com/jingjin25/LFhybridSR-Fusion" ], [ "https://github.com/bioinformatics-xu/DriverGenePathway" ], [ "https://github.com/Kelly510/RehabExerAssess" ], [ "https://github.com/MolecularAI/REINVENT4" ], [ "https://github.com/ProgrammerHyy/CM-MLP" ], [ "https://github.com/lyhkevin/MT-Net" ], [ "https://github.com/claudepasquier/amine" ], [ "https://github.com/xmed-lab/TimeStamp-Surgical" ], [ "https://github.com/aaschaffer/vecscreen_plus_taxonomy" ], [ "https://github.com/Zero-We/BCL" ], [ "https://github.com/adrienrougny/stonpy" ], [ "https://github.com/DisscLab/HNNVAT" ], [ "https://github.com/zhg-SZPT/MeDetection" ], [ "https://github.com/trevor-chan/Melanoma_NetworkMorphology" ], [ "https://github.com/wangjx22/CLAPS" ], [ "https://github.com/Lature-Yang/BASeg" ], [ "https://github.com/grzsko/Alignstein" ], [ "https://github.com/RabbitBio/RabbitFX" ], [ "https://github.com/yphsieh/ItgDB" ], [ "https://github.com/sota-joson/KE-RCNN" ], [ "https://github.com/ZW01f/Blink-To-Live" ], [ "https://github.com/heche-psb/wgd" ], [ "https://github.com/gcgreenberg/Oriented-TNF" ], [ "https://github.com/cobisLab/YTLR" ], [ "https://github.com/akiyamalab/restretto" ], [ "https://github.com/ldrunning/DSSNet" ], [ "https://github.com/molML/MoleculeACE" ], [ "https://github.com/usnistgov/thermo-extrap" ], [ "https://github.com/CRazorback/AADG" ], [ "https://github.com/kelrenmor/bs3fa" ], [ "https://github.com/raphael-group/paste2" ], [ "https://github.com/bioinfoUQAM/RL-bgc-components" ], [ "https://github.com/phillipecardenuto/rsiil" ], [ "https://github.com/Novartis/EQP-cluster" ], [ "https://github.com/CMACH508/IA-FaceS" ], [ "https://github.com/bmds-lab/Crackling" ], [ "https://github.com/rwk-unil/xSqueezeIt" ], [ "https://github.com/GXYM/TextPMs" ], [ "https://github.com/bzlee-bio/PrIMP" ], [ "https://github.com/LottePronk/whokaryote" ], [ "https://github.com/YinanZhang522/SIEVE" ], [ "https://github.com/Rohit-Kundu/AltWOA" ], [ "https://github.com/SGDDNB/CLIPreg" ], [ "https://github.com/MottaStefano/PathDetect-SOM" ], [ "https://github.com/anhnda/SPARSE" ], [ "https://github.com/HAN-Siyu/LION" ], [ "https://github.com/grrchrr/VisuStatR" ], [ "https://github.com/Lixy1997/Group-WSSS" ], [ "https://github.com/DMCB-GIST/DeepPIG" ], [ "https://github.com/danielschw188/InputOutputSCRNASeq" ], [ "https://github.com/degiacom/biobox" ], [ "https://github.com/TakahiroKagawa/GaitAnalysis_BM" ], [ "https://github.com/icbi-lab/nextNEOpi" ], [ "https://github.com/zoecournia/DREAMM" ], [ "https://github.com/BlanchetteLab/PhyloPGM" ], [ "https://github.com/lennylv/ctP2ISP" ], [ "https://github.com/breakerlab/dimpl" ], [ "https://github.com/CVI-SZU/WaveCNet" ], [ "https://github.com/kelrenmor/farva" ], [ "https://github.com/JohnleeHIT/SLEX-Net" ], [ "https://github.com/usnistgov/nn-calculator" ], [ "https://github.com/ylab-hi/lncGSEA" ], [ "https://github.com/popitsch/nanopanel2" ], [ "https://github.com/ratschlab/row_diff" ], [ "https://github.com/linDing-groups/model_4mc" ], [ "https://github.com/qasimyu/grmt" ], [ "https://github.com/mzlr/sau-net" ], [ "https://github.com/mzlr/sau-net" ], [ "https://github.com/mzlr/sau-net" ], [ "https://github.com/mzlr/sau-net" ], [ "https://github.com/sysbio-bioinf/BNStatic" ], [ "https://github.com/mengweiren/q-space-conditioned-dwi-synthesis" ], [ "https://github.com/chenchao666/Bone-Age-Assessment" ], [ "https://github.com/CostaLab/CrossTalkeR" ], [ "https://github.com/NeuroSyd/breast-cancer-sub-types" ], [ "https://github.com/totajuliusd/topr" ], [ "https://github.com/BADD-XMU/PhosMap" ], [ "https://github.com/guanjue/S3V2_IDEAS_ESMP" ], [ "https://github.com/FTD007/PInet" ], [ "https://github.com/QData/ChromeGCN" ], [ "https://github.com/ecs-vlc/opponency" ], [ "https://github.com/jbelyeu/unfazed" ], [ "https://github.com/hatchetProject/AI-Driver" ], [ "https://github.com/PeikeLi/Self-Correction-Human-Parsing" ], [ "https://github.com/TaatiTeam/pain_detection_demo" ], [ "https://github.com/WheelerLab/LAI_benchmarking" ], [ "https://github.com/AbnerHqC/GaitSet" ], [ "https://github.com/ccbiolab/svpluscnv" ], [ "https://github.com/tsudalab/NMR-TS" ], [ "https://github.com/piyushmishra12/IMC" ], [ "https://github.com/ZhenshenBao/SPFA" ], [ "https://github.com/ylab-hi/ScanITD" ], [ "https://github.com/smarco/WFA" ], [ "https://github.com/welch-lab/liger" ], [ "https://github.com/kreimanlab/WhenPigsFlyContext" ], [ "https://github.com/DormanLab/AmpliCI" ], [ "https://github.com/DormanLab/AmpliCI" ], [ "https://github.com/DormanLab/AmpliCI" ], [ "https://github.com/DormanLab/AmpliCI" ], [ "https://github.com/anuprulez/galaxy_tool_recommendation" ], [ "https://github.com/somnonetz/xnat-fhir-plugin" ], [ "https://github.com/ModelEngineering/SBMLLint" ], [ "https://github.com/BioDataLearning/XGEP" ], [ "https://github.com/AndersJing/ResNetQA" ], [ "https://github.com/tianyan8023/OBCS" ], [ "https://github.com/feiglab/sars-cov-2-proteins" ], [ "https://github.com/schwanbeck/YSMR" ], [ "https://github.com/yongzhuang/DeepSVFilter" ], [ "https://github.com/Yuxin-Wen/GeoA3" ], [ "https://github.com/vittoriofortino84/ThETA" ], [ "https://github.com/BeObm/AutoCDRP" ], [ "https://github.com/rsanchezgarc/micrograph_cleaner_em" ], [ "https://github.com/zhanglab2019/qMGR" ], [ "https://github.com/chasewnelson/OLGenie" ], [ "https://github.com/yxxue/MetaRib" ], [ "https://github.com/miguelperezenciso/SeqBreed" ], [ "https://github.com/Xiaoheng-Wang12/Wang-xiaoheng" ], [ "https://github.com/MicroAVA/GEDFN" ], [ "https://github.com/lab319/GRNs_nonlinear_ODEs" ], [ "https://github.com/bio-ontology-research-group/tsoe" ], [ "https://github.com/luojunwei/SLR" ], [ "https://github.com/Bhattacharya-Lab/QDeep" ], [ "https://github.com/tdw1221/NITUMID" ], [ "https://github.com/jiazhao97/BWMR" ], [ "https://github.com/xueqing4083/PPNID" ], [ "https://github.com/ningshi/ATEN" ], [ "https://github.com/VCCRI/hactive" ], [ "https://github.com/shengli0201/Datasets" ], [ "https://github.com/shengli0201/Datasets" ], [ "https://github.com/shengli0201/Datasets" ], [ "https://github.com/shengli0201/Datasets" ], [ "https://github.com/Teoroo-CMC/PiNN" ], [ "https://github.com/Rinoahu/SwiftOrtho" ], [ "https://github.com/simonwhelan/Divvier" ], [ "https://github.com/1kovalevskiy/Effect-of-the-operational-parameters" ], [ "https://github.com/lrgr/sigma" ], [ "https://github.com/wjlim/correlation-between-rna-seq-and-RRBS" ], [ "https://github.com/beringresearch/ivis" ], [ "https://github.com/epilog-tool/epilog" ], [ "https://github.com/iochoa/MassComp" ], [ "https://github.com/jkimlab/TAMA" ], [ "https://github.com/luntergroup/EquivariantNetworks" ], [ "https://github.com/regevs/factorial_hmm" ], [ "https://github.com/BorgwardtLab/ARDISS" ], [ "https://github.com/GuoBioinfoLab/CATT" ], [ "https://github.com/tarjxvf/metasmc" ], [ "https://github.com/xypan1232/DislncRF" ], [ "https://github.com/rampasek/DrVAE" ], [ "https://github.com/BioprocessdesignLab/Steadystateconc" ], [ "https://github.com/morispi/HG-CoLoR" ], [ "https://github.com/csirac/dynamicDBG" ], [ "https://github.com/rubbs14/CSP-Analyzer" ], [ "https://github.com/Xshelton/SRG-vote" ], [ "https://github.com/benhid/Sequoya" ], [ "https://github.com/COMBINE-lab/grouper" ], [ "https://github.com/linzhi2013/MitoZ" ], [ "https://github.com/liyigerry/DeepCRPs" ], [ "https://github.com/Bjoux2/DeepMirTar_SdA" ], [ "https://github.com/cepid-cces/hpccs" ], [ "https://github.com/cepid-cces/hpccs" ], [ "https://github.com/cepid-cces/hpccs" ], [ "https://github.com/cepid-cces/hpccs" ], [ "https://github.com/jianhao2016/METHCOMP" ], [ "https://github.com/JosieLHayes/simExTargId" ], [ "https://github.com/markovmodel/PySFD" ], [ "https://github.com/dustincys/WDNfinder" ], [ "https://github.com/gmarcais/minimizers" ], [ "https://github.com/batuff/Survival" ], [ "https://github.com/raunaq-m/MultiRes" ], [ "https://github.com/NDBL/ADDIT" ], [ "https://github.com/thoang3/portfolio" ], [ "https://github.com/changshuaiwei/gsu" ], [ "https://github.com/HudsonAlpha/aRNAPipe" ], [ "https://github.com/Christopher-Amos-Lab/seXY" ], [ "https://github.com/ushaham/BatchEffectRemoval" ], [ "https://github.com/pranjalv123/FastRFS" ], [ "https://github.com/StuntsPT/Structure_threader" ], [ "https://github.com/evanswang/CGDM" ], [ "https://github.com/ethanbahl/cerebroViz" ], [ "https://github.com/karroje/phRAIDER" ], [ "https://github.com/BlabOaklandU/PATS" ], [ "https://github.com/nguyenngochuy91/Relevant-Operon" ], [ "https://github.com/dekoning-lab/ezmap" ], [ "https://github.com/Shamir-Lab/Faucet" ], [ "https://github.com/soumitag/multiSLIDE" ], [ "https://github.com/david-juan/ChromDet" ], [ "https://github.com/sing-group/Markyt" ], [ "https://github.com/HUST-NingKang-Lab/straingems" ], [ "https://github.com/neuropoly/axonseg" ], [ "https://github.com/Genetalks/gtz" ], [ "https://github.com/uym2/TreeShrink" ], [ "https://github.com/sekijima-lab/SIEVE-Score" ], [ "https://github.com/kassonlab/gmxapi" ], [ "https://github.com/NDCLab/tfpca-tutorial" ], [ "https://github.com/shishuo16/RefRGim" ], [ "https://github.com/strejcem/FBdenovo" ], [ "https://github.com/pelkmanslab/ImageBasedTranscriptomics" ], [ "https://github.com/ymatts/D3M" ], [ "https://github.com/Roulattice/Roulattice" ], [ "https://github.com/sanchak/FragalCode" ], [ "https://github.com/zqpang/CICL" ], [ "https://github.com/ajm/swiftlink" ], [ "https://github.com/ComputationalGenomics/SimRA" ], [ "https://github.com/sshaghayeghs/LLaMA-VS-GPT" ], [ "https://github.com/czh-3/UADA" ], [ "https://github.com/hliang-SchrodiLab/SV_SNPs" ], [ "https://github.com/ISA-tools/OntoMaton" ], [ "https://github.com/tangent-T/W3AMT" ], [ "https://github.com/xulabs/aitom" ], [ "https://github.com/axot/GLP" ], [ "https://github.com/Zian-Xu/Swin-MoCo" ], [ "https://github.com/JmWangBio/PepSetTest" ], [ "https://github.com/LiuLab-CSRC/ClickX" ], [ "https://github.com/Machine-Learning-for-Medical-Language/long-clinical-doc" ], [ "https://github.com/EpistasisLab/KRAGEN" ], [ "https://github.com/leirufeng/iPro2L-DG" ], [ "https://github.com/ice91/CloudBrush" ], [ "https://github.com/PRIS-CV/BiEN" ], [ "https://github.com/everest-castaneda/knext" ], [ "https://github.com/123456wk/DNA_base128" ], [ "https://github.com/qinghuannn/PAMFN" ], [ "https://github.com/nec-research/neoagdt" ], [ "https://github.com/TravisWheelerLab/nail" ], [ "https://github.com/shenlab-sinai/DeepRegFinder" ], [ "https://github.com/PigYang-ops/CycleGAN-QSDL" ], [ "https://github.com/ljbuaa/CST_TVA_DRTL" ], [ "https://github.com/zxmboshi/DDL" ], [ "https://github.com/researchprotein/amp" ], [ "https://github.com/djzgroup/Keypoints" ], [ "https://github.com/FocusPaka/NMFTL" ], [ "https://github.com/MelodYanglc/TransRectangling" ], [ "https://github.com/hanlab-SNU/PASTRY" ], [ "https://github.com/c-yn/DSANet" ], [ "https://github.com/jiantao/Tangram" ], [ "https://github.com/jiantao/Tangram" ], [ "https://github.com/jiantao/Tangram" ], [ "https://github.com/jiantao/Tangram" ], [ "https://github.com/holab-hku/MetaQuad" ], [ "https://github.com/MengkeSong/Saliency-Ranking-Paradigm" ], [ "https://github.com/RWilton/Arioc" ], [ "https://github.com/orsburn/DIDARSCPQC" ], [ "https://github.com/divya031090/ReGeNNe" ], [ "https://github.com/neurogenomics/rworkflows" ], [ "https://github.com/promethiume/SLwise" ], [ "https://github.com/leonweber/pedl" ], [ "https://github.com/leonweber/pedl" ], [ "https://github.com/leonweber/pedl" ], [ "https://github.com/leonweber/pedl" ], [ "https://github.com/fickludd/dinosaur" ], [ "https://github.com/RezvanEhsani/LOCATOR" ], [ "https://github.com/Siegel-Lab/BioSmoother" ], [ "https://github.com/lixiangli01/PDH-EH" ], [ "https://github.com/rachelgriffard/optima" ], [ "https://github.com/CcchenzJ/BootstrapRepresentation" ], [ "https://github.com/citiususc/BigSeqKit" ], [ "https://github.com/meganlsmith/phyloGAN" ], [ "https://github.com/bestadcarry/MI-NNGP" ], [ "https://github.com/gencersumbul/GRID" ], [ "https://github.com/alncat/opusDSD" ], [ "https://github.com/eioyuou/LSnet" ], [ "https://github.com/brsynth/neo4jsbml" ], [ "https://github.com/Harmonic-Discovery/AF2-kinase-conformational-landscape" ], [ "https://github.com/ZiqiaoZhang/FraSICL" ], [ "https://github.com/mebbert/VariantToolChest" ], [ "https://github.com/PNNL-m-q/mzapy" ], [ "https://github.com/IkramMaouche/CS-CatBoost" ], [ "https://github.com/gorgen2020/DVGNN" ], [ "https://github.com/fmicompbio/mutscan" ], [ "https://github.com/smu-ivpl/ASSN" ], [ "https://github.com/CUHK-AIM-Group/Decoupled-Unbiased-Teacher" ], [ "https://github.com/teerjk/TimeAttackGenComp" ], [ "https://github.com/chenshaobin/FITNet" ], [ "https://github.com/Deep-imagelab/HPRN" ], [ "https://github.com/suinleelab/PAUSE" ], [ "https://github.com/Zhenj-Nie/MFPINC" ], [ "https://github.com/jcwang123/xboundformer" ], [ "https://github.com/raoyongming/GFNet" ], [ "https://github.com/chenzhe207/DPL-SCSR" ], [ "https://github.com/SayakaMiura/CloneFinderPlus" ], [ "https://github.com/lasigeBioTM/K-RET" ], [ "https://github.com/ayujain04/psb_supplement" ], [ "https://github.com/danfenghong/IEEE_TIP_UIU-Net" ], [ "https://github.com/McGregorWwww/MCA-UNet" ], [ "https://github.com/qi0906/SPLNMTF" ], [ "https://github.com/irinagain/iglu" ], [ "https://github.com/irinagain/iglu" ], [ "https://github.com/irinagain/iglu" ], [ "https://github.com/irinagain/iglu" ], [ "https://github.com/VFs625/PreVFs-RG" ], [ "https://github.com/GMOD/jbrowse-jupyter" ], [ "https://github.com/sherry6247/CATNet" ], [ "https://github.com/YAMACS-SML/GUIDE" ], [ "https://github.com/Dumitrescu-Alexandru/TSignal" ], [ "https://github.com/PragLab/SAMPLE" ], [ "https://github.com/nlesc-nano/CAT" ], [ "https://github.com/Noble-Lab/synmatch" ], [ "https://github.com/ylab-hi/ScanExitronLR" ], [ "https://github.com/asliboyraz/PMGs" ], [ "https://github.com/iremeyiokur/COVID-19-Preventions-Control-System" ], [ "https://github.com/Laboratoire-de-Chemoinformatique/HyFactor" ], [ "https://github.com/lingluodlut/BioCreativeVII_DrugProt" ], [ "https://github.com/kundajelab/yuzu" ], [ "https://github.com/lauriebelch/SOCfinder" ], [ "https://github.com/ghattab/CAPT" ], [ "https://github.com/guxinqian/Simple-ReID" ], [ "https://github.com/szu-zzb/polypsegplus" ], [ "https://github.com/YishuLiu/SA-COVID" ], [ "https://github.com/swz30/MIRNetv2" ], [ "https://github.com/bcbl-kaist/DeepLUCIA" ], [ "https://github.com/dvlab-research/SA-AutoAug" ], [ "https://github.com/RongquanWang/ELF-DPC" ], [ "https://github.com/dina-lab3D/NanoNet" ], [ "https://github.com/ETH-NEXUS/gExcite_pipeline" ], [ "https://github.com/twolinin/LongPhase" ], [ "https://github.com/callmespring/LOGAN" ], [ "https://github.com/qasimyu/amc" ], [ "https://github.com/JialinQu/gKAT" ], [ "https://github.com/DeepSpectrum/DeepSpectrumLite" ], [ "https://github.com/niuchuangnn/SPICE" ], [ "https://github.com/maragkakislab/samql" ], [ "https://github.com/Snehalikalall/sc-REnF" ], [ "https://github.com/lucasliu0928/KGDAL" ], [ "https://github.com/MeHelmy/princess" ], [ "https://github.com/puls-group/percolation-analyzer" ], [ "https://github.com/Rose-STL-Lab/LIMO" ], [ "https://github.com/fhaive/VOLTA" ], [ "https://github.com/boxiangliu/ParaMed" ], [ "https://github.com/Zzh-tju/CIoU" ], [ "https://github.com/xqpeng/MHap_DMR" ], [ "https://github.com/MIB-Lab/Network-based-Subject-Portrait-Approach" ], [ "https://github.com/AhmedStohy/Hybrid-Pointer-Networks" ], [ "https://github.com/michaelcarr-stats/FUCCI" ], [ "https://github.com/schuefflerlab/openseadragon" ], [ "https://github.com/hxdde/SMR" ], [ "https://github.com/BiodataAnalysisGroup/kmerAnalyzer" ], [ "https://github.com/cbasemaster/time-series-attribution" ], [ "https://github.com/AstraZeneca/detectIS" ], [ "https://github.com/flatironinstitute/st_gridnet" ], [ "https://github.com/Angione-Lab/HybridGroupIPFLasso_pc2Lasso" ], [ "https://github.com/TheKorenLab/TIGER" ], [ "https://github.com/JasonLeeGHub/MAG-SD" ], [ "https://github.com/kwon-uou/NNBNI" ], [ "https://github.com/human-analysis/neural-architecture-transfer" ], [ "https://github.com/Karena6688/qcSSMDhomo" ], [ "https://github.com/RanSuLab/ProteinSubcellularLocation" ], [ "https://github.com/yhai943/BLMM" ], [ "https://github.com/RdoubleA/DWIinpainting" ], [ "https://github.com/JaminFong/FNA" ], [ "https://github.com/bjyoontamu/MONACO" ], [ "https://github.com/chaofengc/Face-SPARNet" ], [ "https://github.com/chengjianhong/glioma_grading" ], [ "https://github.com/Murali-group/multi-species-GOA-prediction" ], [ "https://github.com/daifengwanglab/Varmole" ], [ "https://github.com/QUST-AIBBDRC/scGMAI" ], [ "https://github.com/zty2009/Identifying-Protein-Biomarkers-in-Blood-for-Alzheimer-s-Disease" ], [ "https://github.com/leonweber/pedl" ], [ "https://github.com/leonweber/pedl" ], [ "https://github.com/leonweber/pedl" ], [ "https://github.com/leonweber/pedl" ], [ "https://github.com/KennthShang/PhaGCN" ], [ "https://github.com/pfenninglab/halLiftover-postprocessing" ], [ "https://github.com/ucfcbb/RNAMotifFamilySimilarity" ], [ "https://github.com/YangLiu9208/SAKDN" ], [ "https://github.com/bcgsc/ntjoin" ], [ "https://github.com/iditam/CompareNPPs" ], [ "https://github.com/lrjuan/PGsim" ], [ "https://github.com/bioinformatics-polito/BioSeqZip" ], [ "https://github.com/ykat0/bivartect" ], [ "https://github.com/dy16b/Cross-Platform-Normalization" ], [ "https://github.com/LangeLab/SQuAPP" ], [ "https://github.com/PMMAraujo/snappy" ], [ "https://github.com/ugobas/tnm" ], [ "https://github.com/ugobas/tnm" ], [ "https://github.com/ugobas/tnm" ], [ "https://github.com/ugobas/tnm" ], [ "https://github.com/ugobas/tnm" ], [ "https://github.com/ugobas/tnm" ], [ "https://github.com/ugobas/tnm" ], [ "https://github.com/ugobas/tnm" ], [ "https://github.com/ugobas/tnm" ], [ "https://github.com/qm2/gpress" ], [ "https://github.com/TheJacksonLaboratory/pyBedGraph" ], [ "https://github.com/GeniusTang/Afann" ], [ "https://github.com/almarguet/IdentificationWithARME" ], [ "https://github.com/neurokidslab/eeg_preprocessing" ], [ "https://github.com/neuropoly/atlas-rat" ], [ "https://github.com/abu-compbio/MEXCOwalk" ], [ "https://github.com/ViennaRNA/pourRNA" ], [ "https://github.com/philipmorrisintl/NPA" ], [ "https://github.com/PaulSchmidtGit/Heritability" ], [ "https://github.com/leylabmpi/DeepMAsED" ], [ "https://github.com/williamcaicedo/ISeeU" ], [ "https://github.com/yijingru/ANCIS-Pytorch" ], [ "https://github.com/ccsb-scripps/ADCP" ], [ "https://github.com/BioEasy/EasyCodeML" ], [ "https://github.com/Graylab/GeoDock" ], [ "https://github.com/baoe/flas" ], [ "https://github.com/takumorizo/OHVarfinDer" ], [ "https://github.com/mozack/abra2" ], [ "https://github.com/nmquijada/tormes" ], [ "https://github.com/jehops/codeml_modl" ], [ "https://github.com/cozygene/CONFINED" ], [ "https://github.com/GiugnoLab/PanDelos" ], [ "https://github.com/YosefLab/BRAPeS" ], [ "https://github.com/adspit/PASCAL" ], [ "https://github.com/roneshsharma/OPAL-plus" ], [ "https://github.com/stamakro/SSP-LSDR" ], [ "https://github.com/forrest-lab/scMatch" ], [ "https://github.com/faryabib/inteGREAT" ], [ "https://github.com/Oncostat/BenchmarkNCVTools" ], [ "https://github.com/biomedBit/LeNup" ], [ "https://github.com/gaitat/GenomeUPlot" ], [ "https://github.com/KenLauLab/NVR" ], [ "https://github.com/fahaihi/PMFFRC" ], [ "https://github.com/Pbdas/epa-ng" ], [ "https://github.com/ythuang0522/FMOC" ], [ "https://github.com/kundajelab/coda" ], [ "https://github.com/a-mir/index" ], [ "https://github.com/DanBuchan/eigen_scripts" ], [ "https://github.com/pcdslab/G-MSR" ], [ "https://github.com/solonas13/maw" ], [ "https://github.com/genssi-developer/GenSSI" ], [ "https://github.com/MDU-PHL/ngmaster" ], [ "https://github.com/compgenome365/TCGA-Assembler-2" ], [ "https://github.com/spatialsr/DeepLightFieldSSR" ], [ "https://github.com/borenstein-lab/CoMiDA" ], [ "https://github.com/ballesterus/UPhO" ], [ "https://github.com/zhangzhen/sprites" ], [ "https://github.com/TJU-CMC-Org/MINTmap" ], [ "https://github.com/JINhuaqing/UIP" ], [ "https://github.com/ruricaru/YOC" ], [ "https://github.com/jtleek/svaseq" ], [ "https://github.com/wqzh/BEDM" ], [ "https://github.com/THINKINGGroup/analogy_publication" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/mms-fcul/PypKa" ], [ "https://github.com/SiminaB/MultiMed" ], [ "https://github.com/BioAlgs/MetaGen" ], [ "https://github.com/kdmurray91/kwip" ], [ "https://github.com/misshie/bioruby-ucsc-api" ], [ "https://github.com/parklab/emsar" ], [ "https://github.com/gersteinlab/MolLM" ], [ "https://github.com/extremebird/Hydra" ], [ "https://github.com/AralRalud/BASE" ], [ "https://github.com/wwaannggllii/IFIN" ], [ "https://github.com/ShenZhang-Statistics/fastCCLasso" ], [ "https://github.com/Biocomputing-Research-Group/Transformer-DIA" ], [ "https://github.com/deepomicslab/GCNFrame" ], [ "https://github.com/ShahinaKK/LWI-VMS" ], [ "https://github.com/pirakd/DeepOrienter" ], [ "https://github.com/NUS-Tim/CECT" ], [ "https://github.com/XiongchaoChen/DuDoCFNet-MultiTask" ], [ "https://github.com/isluoshuang/MACFN" ], [ "https://github.com/yeastrc/proxl-web-app" ], [ "https://github.com/manman1995/Awaresome-pansharpening" ], [ "https://github.com/ztysdu/Swift-Eye" ], [ "https://github.com/gchowell/paramEstimation_forecasting_ODEmodels" ], [ "https://github.com/XuMengyaAmy/Synthetic_CAT_SD" ], [ "https://github.com/stuchalk/OSDB" ], [ "https://github.com/maranasgroup/KETCHUP" ], [ "https://github.com/uzh-dqbm-cmi/fragmentstein" ], [ "https://github.com/Li-OmicsLab/MetDIT" ], [ "https://github.com/G100DKFZ/gene-is" ], [ "https://github.com/r-cui/PostprandialHyperHypoPrediction" ], [ "https://github.com/Jane9898/scSemiGCN" ], [ "https://github.com/AIMOVE/TSE-ARF" ], [ "https://github.com/qqeeqq/NER" ], [ "https://github.com/QIAIUNCC/FL_UNCC_QIAI" ], [ "https://github.com/gouayao/RCL" ], [ "https://github.com/VITA-Group/PruneCXR" ], [ "https://github.com/VITA-Group/PruneCXR" ], [ "https://github.com/VITA-Group/PruneCXR" ], [ "https://github.com/VITA-Group/PruneCXR" ], [ "https://github.com/OnofreyLab/dl-hmc_fast_recon_miccai2023" ], [ "https://github.com/yuzhong-deng/graphcpg" ], [ "https://github.com/lyhkevin/Graph-V-Net" ], [ "https://github.com/wrab12/SE-SSP" ], [ "https://github.com/DorothyTamYiLing/GWarrange" ], [ "https://github.com/zkkli/PSAQ-ViT" ], [ "https://github.com/happysundae/posMCPMod" ], [ "https://github.com/zeeev/wham" ], [ "https://github.com/YaqiangCao/cLoops" ], [ "https://github.com/DSIMB/ICARUS" ], [ "https://github.com/jermp/fulgor" ], [ "https://github.com/mobiusklein/psims" ], [ "https://github.com/flu-crew/PD_stats" ], [ "https://github.com/llluochen/AMSUnet" ], [ "https://github.com/AC-PHD/Seurat_PFA_pipeline" ], [ "https://github.com/LanekoffLab/i2i" ], [ "https://github.com/biogacop/PiEFM" ], [ "https://github.com/lrobidou/fimpera" ], [ "https://github.com/trinezac/SG_optimization" ], [ "https://github.com/deepmodeling/DMFF" ], [ "https://github.com/NeuronXJTU/SFDA-CellSeg" ], [ "https://github.com/TheJacksonLaboratory/drug-synergy" ], [ "https://github.com/SandraLouise/SVJedi-graph" ], [ "https://github.com/dmis-lab/ConNER" ], [ "https://github.com/QinJinghui/tcdp" ], [ "https://github.com/jiaoshihu/PSPred-ALE" ], [ "https://github.com/keleslab/AdaLiftOver" ], [ "https://github.com/ha01994/grank" ], [ "https://github.com/keleslab/muscle" ], [ "https://github.com/reymond-group/webMolCS" ], [ "https://github.com/StochasticBiology/hypercube-hmm" ], [ "https://github.com/hsu-lab/ctflow" ], [ "https://github.com/ningzilan/SSWD" ], [ "https://github.com/gui-miotto/holovel" ], [ "https://github.com/single-cell-mams/mams" ], [ "https://github.com/MinhaoYaooo/CoxMKF" ], [ "https://github.com/shahidmuneer/deepfakes-watermarking-technique" ], [ "https://github.com/nadeemlab/CIR" ], [ "https://github.com/RavenGan/GR2D2" ], [ "https://github.com/VandinLab/MASTRO" ], [ "https://github.com/Chang-Li2019/MetaRNN" ], [ "https://github.com/gyj9811/circ-pSBLA" ], [ "https://github.com/MaudeDavidLab/GMEmbeddings" ], [ "https://github.com/Mr-strlen/Cell_Pattern_Analysis_Tool" ], [ "https://github.com/lanyunwei/OKDNet" ], [ "https://github.com/fxh1001/AGF-PPIS" ], [ "https://github.com/SJTUBME-QianLab/GBM-GNN" ], [ "https://github.com/jc4357/CMUI" ], [ "https://github.com/SuferQin/Fast-QPU" ], [ "https://github.com/BinXia/PETs" ], [ "https://github.com/HectorRDB/Caldera_ISMB" ], [ "https://github.com/EESI/Complet-Plus" ], [ "https://github.com/ViDMask/VidMask-code" ], [ "https://github.com/disanda/RFM" ], [ "https://github.com/ElenaRojano/angio_cluster" ], [ "https://github.com/CIVA-Lab/USE-Net" ], [ "https://github.com/Qli97/NEDNBI" ], [ "https://github.com/fsahli/AtrialMFclass" ], [ "https://github.com/Rostlab/EAT" ], [ "https://github.com/DessiLBI2020/DessiLBI" ], [ "https://github.com/BoveyRao/Non-parametric-vc-for-sparse-st" ], [ "https://github.com/qasimyu/scclone" ], [ "https://github.com/basiralab/RG-Select" ], [ "https://github.com/ji-min-song/KD-of-MS-DPT" ], [ "https://github.com/GanjinZero/CODER" ], [ "https://github.com/nadeemlab/deepliif" ], [ "https://github.com/fyabc/BT4MolGen" ], [ "https://github.com/Crystal-Dsq/proteinqa" ], [ "https://github.com/Yang-Yun726/REMD-LSTM" ], [ "https://github.com/ddrrnn123/Omni-Seg" ], [ "https://github.com/ttesileanu/bio-time-series" ], [ "https://github.com/MariaOsmala/ChromDMM" ], [ "https://github.com/matthiasblanke/App-SpaM" ], [ "https://github.com/Karimi-Lab/inucs" ], [ "https://github.com/oxpig/DEVELOP" ], [ "https://github.com/danfenghong/ISPRS_S2FL" ], [ "https://github.com/giannamonti/RobZS" ], [ "https://github.com/vtrevino/HPV-Ref-Genomes" ], [ "https://github.com/indranillab/pseudoga" ], [ "https://github.com/jizexuan/JointOptmization" ], [ "https://github.com/tanlab/ConvolutionMedicalNer" ], [ "https://github.com/Nojgaard/mechsearch" ], [ "https://github.com/bokunoBike/m6AGE" ], [ "https://github.com/NishithPaul/tWLSA" ], [ "https://github.com/LSI-UniKonstanz/lmme" ], [ "https://github.com/ccdmb/predector" ], [ "https://github.com/compomics/psm_utils" ], [ "https://github.com/cellmapslab/kimono" ], [ "https://github.com/YingyingYao/iORI-ENST" ], [ "https://github.com/uym2/tripVote" ], [ "https://github.com/JackieSun818/AEFS" ], [ "https://github.com/ylm0505/HCGI" ], [ "https://github.com/thinhong/MethPanel" ], [ "https://github.com/grisslab/scAnnotatR" ], [ "https://github.com/yangyn533/HaForest" ], [ "https://github.com/msahasrabudhe/lymphoMIL" ], [ "https://github.com/JXZe/Learning_DualVD" ], [ "https://github.com/Gardner-BinfLab/ncVarDB" ], [ "https://github.com/visanuwan/prodmx" ], [ "https://github.com/BaoJingxiao/APBScore" ], [ "https://github.com/mwgrassgreen/RobNorm" ], [ "https://github.com/ImmuSystems-Lab/AgentBasedModel-cGASPathway" ], [ "https://github.com/barsnes-group/peptide-shaker-online" ], [ "https://github.com/totient-bio/gatnn-vs" ], [ "https://github.com/j3xugit/RaptorX-3DModeling" ], [ "https://github.com/MrGiovanni/ModelsGenesis" ], [ "https://github.com/mirnylab/cooler" ], [ "https://github.com/mirnylab/cooler" ], [ "https://github.com/mirnylab/cooler" ], [ "https://github.com/mirnylab/cooler" ], [ "https://github.com/ehodzic/CONETT" ], [ "https://github.com/a-moin/wban-pathloss" ], [ "https://github.com/Guo-Xiaoqing/SSL_WCE" ], [ "https://github.com/ShangCS/MccDTI" ], [ "https://github.com/theorod93/sCCA" ], [ "https://github.com/yangkuoone/PDGNet" ], [ "https://github.com/ma-compbio/MATCHA" ], [ "https://github.com/YanxunXu/BaySemiCompeting" ], [ "https://github.com/BlueBrain/VessMorphoVis" ], [ "https://github.com/farshidrayhanuiu/FRnet-DTI" ], [ "https://github.com/linyuwangPHD/ncRFP" ], [ "https://github.com/sakura994479727/datas" ], [ "https://github.com/chenhong-zhou/OM-Net" ], [ "https://github.com/JohnnyY8/DAMT-Model" ], [ "https://github.com/statisticalbiotechnology/parallelPermutationTest" ], [ "https://github.com/NaziaFatima/iSOM_GSN" ], [ "https://github.com/xmengli999/CANet" ], [ "https://github.com/rochus/transitionscalespace" ], [ "https://github.com/ivan-vishniakou/neural-circuits-vr" ], [ "https://github.com/wxwx1993/Bayesian_IA_Timing" ], [ "https://github.com/labstructbioinf/HAMPpred" ], [ "https://github.com/Murali-group/RegLinker" ], [ "https://github.com/yufanzhouonline/HiSIF" ], [ "https://github.com/wenguanwang/DHF1K" ], [ "https://github.com/brentp/duphold" ], [ "https://github.com/vertgenlab/gonomics" ], [ "https://github.com/bioinfologics/sdg" ], [ "https://github.com/ANGSD/ngsRelate" ], [ "https://github.com/yuansliu/bfMEM" ], [ "https://github.com/zhengchangsulab/prosampler" ], [ "https://github.com/roblanf/SRHtests" ], [ "https://github.com/mikelhernaez/linker" ], [ "https://github.com/Shamir-Lab/NEMO" ], [ "https://github.com/moyanre/tumor_clones" ], [ "https://github.com/keio-bioinformatics/mxfold" ], [ "https://github.com/ablab-nthu/Multi-CSAR" ], [ "https://github.com/pFindStudio/pDeep" ], [ "https://github.com/holtzy/LCSLCIS" ], [ "https://github.com/michaelsharpnack/GrassmannCluster" ], [ "https://github.com/minoda-lab/universc" ], [ "https://github.com/yuansliu/Bicolor" ], [ "https://github.com/kuanglab/treeSGS" ], [ "https://github.com/malikyousef/miRModuleNet" ], [ "https://github.com/davidcraft/SimKern" ], [ "https://github.com/NCI-biostats/microbiome-fixed-reference" ], [ "https://github.com/UdeS-CoBIUS/aliFreeFold" ], [ "https://github.com/CAMI-challenge/CAMITAX" ], [ "https://github.com/stephenslab/rss" ], [ "https://github.com/jamigo/tagFinder" ], [ "https://github.com/oushujun/LTR_retriever" ], [ "https://github.com/pranjalv123/SVDquest" ], [ "https://github.com/AndrasHartmann/OptPipe" ], [ "https://github.com/miicTeam/MIIC" ], [ "https://github.com/chjiao/PEHaplo" ], [ "https://github.com/reymond-group/virtual-reality-chemical-space" ], [ "https://github.com/hallamlab/TreeSAPP" ], [ "https://github.com/bioinf-jku/librfn" ], [ "https://github.com/MolecularBioinformatics/sbml-mod-ws" ], [ "https://github.com/mmaitenat/ideafix" ], [ "https://github.com/louyinxia/jointRN" ], [ "https://github.com/hcji/KPIC2" ], [ "https://github.com/Pengeace/MGRFE-GaRFE" ], [ "https://github.com/RamanLab/ReactionMiner" ], [ "https://github.com/hitbc/LAMSA" ], [ "https://github.com/modsim/molyso" ], [ "https://github.com/rbouadjenek/DQBioinformatics" ], [ "https://github.com/hartonen/PeakXus" ], [ "https://github.com/yechengxi/Sparc" ], [ "https://github.com/subangstrom/superAngle" ], [ "https://github.com/subangstrom/superAngle" ], [ "https://github.com/subangstrom/superAngle" ], [ "https://github.com/subangstrom/superAngle" ], [ "https://github.com/shengqh/GLMVC" ], [ "https://github.com/jlp2duke/EnsCat" ], [ "https://github.com/RSLabNCBS/C-HMM" ], [ "https://github.com/bartongroup/AlmostSignificant" ], [ "https://github.com/Tmyiri/QS-Net" ], [ "https://github.com/UppsalaGenomeCenter/CanvasDB" ], [ "https://github.com/bbci/wyrm" ], [ "https://github.com/sanchak/mqap" ], [ "https://github.com/sanchak/mqap" ], [ "https://github.com/sanchak/mqap" ], [ "https://github.com/sanchak/mqap" ], [ "https://github.com/chengkun-wu/PWTEES" ], [ "https://github.com/dkoslicki/MetaPalette" ], [ "https://github.com/LBBSoft/FeatureSelect" ], [ "https://github.com/embneural/Cascade-xDAWN-EEGNet-for-ERP-Detection" ], [ "https://github.com/hrcheng1066/IFSO" ], [ "https://github.com/yongchao/flowPeaks" ], [ "https://github.com/zyt-Lib/GRU-MT" ], [ "https://github.com/LI-jasm/STRPCI" ], [ "https://github.com/one-melon/SGCLDGA" ], [ "https://github.com/wangyang199897/CD-Loop" ], [ "https://github.com/mahfuzmohammad/Brainomaly" ], [ "https://github.com/zby961104/GSL-MPP" ], [ "https://github.com/SherrySDong/Hierarchical-Correction-Improves-Automated-Single-cell-Type-Annotation" ], [ "https://github.com/AitchisonLab/perox-per-cell" ], [ "https://github.com/AitchisonLab/perox-per-cell" ], [ "https://github.com/AitchisonLab/perox-per-cell" ], [ "https://github.com/AitchisonLab/perox-per-cell" ], [ "https://github.com/andreas-wagner-uzh/fitness_landscape_sampling" ], [ "https://github.com/tanghaibao/jcvi" ], [ "https://github.com/Phalo/PPIN" ], [ "https://github.com/merck/AbLEF" ], [ "https://github.com/Bhattacharya-Lab/EquiPNAS" ], [ "https://github.com/Bhattacharya-Lab/EquiPNAS" ], [ "https://github.com/Bhattacharya-Lab/EquiPNAS" ], [ "https://github.com/Bhattacharya-Lab/EquiPNAS" ], [ "https://github.com/hall-lab/svtools" ], [ "https://github.com/gokit1/gokit" ], [ "https://github.com/LD-Lyndee/scQA" ], [ "https://github.com/Hazel1994/Visually_Grounded_Word_Embeddings_2" ], [ "https://github.com/idekerlab/pyNBS" ], [ "https://github.com/annaplaksienko/methyLImp2" ], [ "https://github.com/xq141839/DualAttNet" ], [ "https://github.com/marco-oliva/afm" ], [ "https://github.com/Aboriginer/HFS-SDE" ], [ "https://github.com/Multi-OmicGraphBuilder/mosGraphGen" ], [ "https://github.com/yhai943/FBLMM" ], [ "https://github.com/veg/datamonkey-js" ], [ "https://github.com/wangjr03/BayesKAT" ], [ "https://github.com/wangjr03/BayesKAT" ], [ "https://github.com/wangjr03/BayesKAT" ], [ "https://github.com/wangjr03/BayesKAT" ], [ "https://github.com/EXP-Pruning/EXP_Pruning" ], [ "https://github.com/chunlinli/intdag" ], [ "https://github.com/IFMlab/ChemFlow_py" ], [ "https://github.com/kwu14victor/ApoBDproject" ], [ "https://github.com/KatherineEshari/Protein-aggregation-prediction" ], [ "https://github.com/whatshap/whatshap" ], [ "https://github.com/ShiMGLab/LIDER" ], [ "https://github.com/aljpetri/isONform" ], [ "https://github.com/JoseBarbero/CamPype" ], [ "https://github.com/YoochanMyung/scripts" ], [ "https://github.com/cucpbioinfo/Mol-Zero-GAN" ], [ "https://github.com/abidabrar-bracu/NoVaTeST" ], [ "https://github.com/fmfi-compbio/warpstr" ], [ "https://github.com/giang-trinh/trap-mvn" ], [ "https://github.com/suda-huanglab/circlehunter" ], [ "https://github.com/LorMeBioAI/DCiPatho" ], [ "https://github.com/spglib/spglib" ], [ "https://github.com/Shamir-Lab/INTEND" ], [ "https://github.com/wsjeon92/AbFlex" ], [ "https://github.com/mizuno-group/GLDADec" ], [ "https://github.com/basiralab/4D-FedGNN-Plus" ], [ "https://github.com/biofuture/Ublastx_stageone" ], [ "https://github.com/study-czx/HNetPa-DTI" ], [ "https://github.com/lileitech/MI_inverse_inference" ], [ "https://github.com/donaldlab/OSPREY_refactor" ], [ "https://github.com/soham-chitnis10/WSI-domain-specific" ], [ "https://github.com/boutroslab/cld" ], [ "https://github.com/pinellolab/haystack_bio" ], [ "https://github.com/ihh/trajectory-likelihood" ], [ "https://github.com/yi-ding-cs/LGG" ], [ "https://github.com/CityU-AIM-Group/FedDM" ], [ "https://github.com/xianlin7/APFormer" ], [ "https://github.com/BioinfoMachineLearning/cryoppp" ], [ "https://github.com/lep990816/Interpretable-Multi-modal-Image-Registration" ], [ "https://github.com/JiuqingDong/PlantDiseaseDetection_Yolov5" ], [ "https://github.com/lgzlIlIlI/BiSCC" ], [ "https://github.com/phineasng/flan_bio" ], [ "https://github.com/GEC-git/AptaMat" ], [ "https://github.com/nikhilroxtomar/MKDCNet" ], [ "https://github.com/zhangliutong/SPnet" ], [ "https://github.com/LiangHann/Phase-Contrast-Microscopy-Image-Restoration" ], [ "https://github.com/biomed-AI/LMDisorder" ], [ "https://github.com/LiminLi-xjtu/NetTDP" ], [ "https://github.com/ElettraSciComp/xrfstir" ], [ "https://github.com/sail-sg/volo" ], [ "https://github.com/chen-bioinfo/iEnhancer-ELM" ], [ "https://github.com/yuchaojiang/Destin2" ], [ "https://github.com/Ivan1248/semisup-seg-efficient" ], [ "https://github.com/zzwwmmm/DeeProPre" ], [ "https://github.com/Baron-Huang/ViT-AMCNet" ], [ "https://github.com/computational-biology/metbp" ], [ "https://github.com/yevgenin/DeepOM" ], [ "https://github.com/AllenInstitute/BarWare-pipeline" ], [ "https://github.com/Charisma-Mannheim/gc-ims-tools" ], [ "https://github.com/linDing-group/DeepKla" ], [ "https://github.com/duct317/scISR" ], [ "https://github.com/narutoten520/SCGDL" ], [ "https://github.com/fukunagatsu/Ipm" ], [ "https://github.com/oxpig/ABlooper" ], [ "https://github.com/Oshlack/JAFFA" ], [ "https://github.com/Oshlack/JAFFA" ], [ "https://github.com/Oshlack/JAFFA" ], [ "https://github.com/Oshlack/JAFFA" ], [ "https://github.com/sjteresi/TE_Density" ], [ "https://github.com/fengduqianhe/ADMultiView" ], [ "https://github.com/xikanfeng2/SCYN" ], [ "https://github.com/yuerongz/SRR-method" ], [ "https://github.com/omarmaddouri/GCNCC" ], [ "https://github.com/microsoft/IGT-Intermolecular-Graph-Transformer" ], [ "https://github.com/VisDrone/VisDrone-Dataset" ], [ "https://github.com/CityU-AIM-Group/L2uDT" ], [ "https://github.com/BioMedicalBigDataMiningLab/EPIHC" ], [ "https://github.com/YangHuan639/iEnhancer-RD" ], [ "https://github.com/el-pashaei/MBAO" ], [ "https://github.com/seungjinna/deephos" ], [ "https://github.com/ziyewang/ARG_SHINE" ], [ "https://github.com/serhan-yilmaz/macarons" ], [ "https://github.com/Vivianstats/scLink" ], [ "https://github.com/miladrayka/ET_Score" ], [ "https://github.com/stevenshave/pybindingcurve" ], [ "https://github.com/EPFL-LCSB/nicepath" ], [ "https://github.com/heiniglab/DeepSom" ], [ "https://github.com/jingeyu/CSSN" ], [ "https://github.com/asm3-nist/DART-MS-DST" ], [ "https://github.com/sabdollahi/WinBinVec" ], [ "https://github.com/yijingru/ObjGuided-Instance-Segmentation" ], [ "https://github.com/SunjooBang/Polypharmacy-side-effect-prediction" ], [ "https://github.com/StanfordBioinformatics/Hummingbird" ], [ "https://github.com/r-costa/sbml2hyb" ], [ "https://github.com/cuiyingbeicheng/Foldseq" ], [ "https://github.com/xiaofengsong/LncMiM" ], [ "https://github.com/galadrielbriere/ClustOmics" ], [ "https://github.com/cjuigne/non_conformities_detection_biopax" ], [ "https://github.com/Guo-Xiaoqing/ThresholdNet" ], [ "https://github.com/ZhangZhang89/DeepCLA" ], [ "https://github.com/Sandalmoth/ratrack" ], [ "https://github.com/ImXman/MACA" ], [ "https://github.com/sabdollahi/CoLaSpSMFM" ], [ "https://github.com/samuelbfernandes/simplePHENOTYPES" ], [ "https://github.com/shion-h/Umibato" ], [ "https://github.com/JonETJakobsson/scConnect" ], [ "https://github.com/MinghanLi/OTMSCSC_matlab_2020" ], [ "https://github.com/Merck/nngp" ], [ "https://github.com/KarelZhang/CSDNet-CSDGAN" ], [ "https://github.com/WangLabTHU/CellTracker" ], [ "https://github.com/Biocomputing-Research-Group/FDR" ], [ "https://github.com/pbdas/scrapp" ], [ "https://github.com/yangao07/abPOA" ], [ "https://github.com/andrea-silverj/SiDcal" ], [ "https://github.com/UkyVision/alzheimer-project" ], [ "https://github.com/he2016012996/CABnet" ], [ "https://github.com/dyf0631/AAE_FOR_KG" ], [ "https://github.com/ecomontec/ecoSound-web" ], [ "https://github.com/Myuan2019/SCEBE" ], [ "https://github.com/liujunfengtop/MStree" ], [ "https://github.com/dinasv/CSBFinder" ], [ "https://github.com/dinasv/CSBFinder" ], [ "https://github.com/dinasv/CSBFinder" ], [ "https://github.com/dinasv/CSBFinder" ], [ "https://github.com/dvklopfenstein/pmidcite" ], [ "https://github.com/sinAshish/Multi-Scale-Attention" ], [ "https://github.com/kablag/AScall" ], [ "https://github.com/weibozheng/ADFinder" ], [ "https://github.com/anlingUA/scDoc" ], [ "https://github.com/AvdeevPavel/ILP-WGD-reconstructor" ], [ "https://github.com/DuaaAlawad/AGRN" ], [ "https://github.com/HUST-NingKang-Lab/metaPrism" ], [ "https://github.com/lichen-lab/tfLDA" ], [ "https://github.com/YJulyXing/SECNVs" ], [ "https://github.com/ylm0505/TCRWMDA" ], [ "https://github.com/hz-zhu/NPD-micro-saccade-detection" ], [ "https://github.com/ivankovlab/HypercubeME" ], [ "https://github.com/shimingwang1994/MSDRP" ], [ "https://github.com/ihwang/SAMDUDE" ], [ "https://github.com/gao-lab/ePooling" ], [ "https://github.com/ne1s0n/MTGOsc" ], [ "https://github.com/uncbiag/registration" ], [ "https://github.com/uncbiag/registration" ], [ "https://github.com/uncbiag/registration" ], [ "https://github.com/uncbiag/registration" ], [ "https://github.com/yufengwudcs/ScisTree" ], [ "https://github.com/shengli0201/Datasets" ], [ "https://github.com/shengli0201/Datasets" ], [ "https://github.com/shengli0201/Datasets" ], [ "https://github.com/shengli0201/Datasets" ], [ "https://github.com/wasslab/EbolavirusSDPsBioinformatics2019" ], [ "https://github.com/BioDataLearning/DeepCirCode" ], [ "https://github.com/4dsoftware/rea" ], [ "https://github.com/Zhangxf-ccnu/DiffNetFDR" ], [ "https://github.com/salzberg-lab/Balrog" ], [ "https://github.com/UdeS-CoBIUS/SimSpliceEvol" ], [ "https://github.com/UdeS-CoBIUS/SimSpliceEvol" ], [ "https://github.com/UdeS-CoBIUS/SimSpliceEvol" ], [ "https://github.com/UdeS-CoBIUS/SimSpliceEvol" ], [ "https://github.com/andymlau/Deuteros" ], [ "https://github.com/jhchen5/SCCG" ], [ "https://github.com/debbiemarkslab/DeepSequence" ], [ "https://github.com/SysBioChalmers/SLIMEr" ], [ "https://github.com/roads/psiz" ], [ "https://github.com/AaltoPML/knowledge-elicitation-for-precision-medicine" ], [ "https://github.com/cs-chan/Deep-Plant" ], [ "https://github.com/EpistasisLab/ebic" ], [ "https://github.com/alberto-valdeolivas/RWR-MH" ], [ "https://github.com/Fuhaoyi/ACEP" ], [ "https://github.com/SydneyBioX/scFeatures" ], [ "https://github.com/hzy95/EPIVAN" ], [ "https://github.com/schneebergerlab/findGSE" ], [ "https://github.com/jomayer/SMuRF" ], [ "https://github.com/caokai1073/UnionCom" ], [ "https://github.com/mscastillo/GRNVBEM" ], [ "https://github.com/chhylp123/FMtree" ], [ "https://github.com/ablab-nthu/CSAR" ], [ "https://github.com/dpxiong/HHConPred" ], [ "https://github.com/IcarPA-TBlab/BioGraph" ], [ "https://github.com/bio-ontology-research-group/walking-rdf-and-owl" ], [ "https://github.com/divelab/deepem3d" ], [ "https://github.com/JinfengXiao/DWCox" ], [ "https://github.com/DeondeJager/Friends-and-Family" ], [ "https://github.com/xmuyulab/Dice-XMBD" ], [ "https://github.com/tiehangd/Para_DPMM" ], [ "https://github.com/jdwilson4/MultilayerExtraction" ], [ "https://github.com/anwala/NicheSimulation" ], [ "https://github.com/XingTang2014/annoPeak" ], [ "https://github.com/solo7773/visnormsc" ], [ "https://github.com/Bohdan-Khomtchouk/Microscope" ], [ "https://github.com/lyl8086/RADscripts" ], [ "https://github.com/WarrenDavidAnderson/genomicsRpackage" ], [ "https://github.com/childsish/sofia" ], [ "https://github.com/fvnieuwe/rmne" ], [ "https://github.com/cauyrd/ScanIndel" ], [ "https://github.com/yufengwudcs/STELLS2" ], [ "https://github.com/emhanna/DyCluster" ], [ "https://github.com/chengyuan/reago" ], [ "https://github.com/qingzhanggithub/medline-collaboration-datasets" ], [ "https://github.com/cbielow/PTXQC" ], [ "https://github.com/brentp/combined-pvalues" ], [ "https://github.com/babbittlab/effusion" ], [ "https://github.com/SNNUBIAI/STCAE" ], [ "https://github.com/ratschlab/graph_annotation" ], [ "https://github.com/treangenlab/lemur" ], [ "https://github.com/wangjr03/BayesKAT" ], [ "https://github.com/wangjr03/BayesKAT" ], [ "https://github.com/wangjr03/BayesKAT" ], [ "https://github.com/wangjr03/BayesKAT" ], [ "https://github.com/CenterForMedicalGeneticsGhent/WisecondorX" ], [ "https://github.com/beasleyjonm/AOP-COP-Path-Extractor" ], [ "https://github.com/ewerton-cristhian/BrainPepPass" ], [ "https://github.com/kasparmartens/rarity" ], [ "https://github.com/CSi-Studio/G-Aligner" ], [ "https://github.com/bioinformatics-ua/montra" ], [ "https://github.com/bayesrx/SPARTIN" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/boalang/nr" ], [ "https://github.com/ovttiras/HDAC1-inhibitors" ], [ "https://github.com/AluruLab/MCPNet" ], [ "https://github.com/ding-z/cetacean-pose-gait-analysis" ], [ "https://github.com/SUNHAO-JLU/Genome_Prediction-PC_DOT" ], [ "https://github.com/saikat15010/Brain-Tumor-Detection" ], [ "https://github.com/Usos/SPCS" ], [ "https://github.com/GIST-CSBL/BayeshERG" ], [ "https://github.com/wongsing/ACP-PDAFF" ], [ "https://github.com/almeidasilvaf/SoyFungiGCN" ], [ "https://github.com/laylagerami/MAVEN" ], [ "https://github.com/BorgwardtLab/Kernelized-Rank-Learning" ], [ "https://github.com/meteahishali/CSENDistance" ], [ "https://github.com/fmjabato/ExpHunterSuiteExamples" ], [ "https://github.com/Young-gonKim/SnackNTM" ], [ "https://github.com/jas-preet/SPOT-1D-Single" ], [ "https://github.com/zhc940702/MGPred" ], [ "https://github.com/Snitkin-Lab-Umich/regentrans" ], [ "https://github.com/skvanburen/scUncertaintyPaperCode" ], [ "https://github.com/dbespiatykh/RDscan" ], [ "https://github.com/delosh653/MOSAIC" ], [ "https://github.com/VisionAI-USF/COCO_Size_Decoding" ], [ "https://github.com/mad-lab/transit" ], [ "https://github.com/CHUSRadOncPhys/FluoMV" ], [ "https://github.com/BioinformaticsCSU/HGIMC" ], [ "https://github.com/shunfumao/cellmesh" ], [ "https://github.com/icthrm/auto-tilt-pair" ], [ "https://github.com/StructureFold2/StructureFold2" ], [ "https://github.com/FJD-CEPH/aCNViewer" ], [ "https://github.com/lseventeen/DIAS" ], [ "https://github.com/PacificBiosciences/FALCON" ], [ "https://github.com/IrisQi7/PredGCN" ], [ "https://github.com/MiriamRiquelmeP/DEVEA" ], [ "https://github.com/dlcarper/DISCo-microbe" ], [ "https://github.com/swrosenbaum/tGMR_simulations" ], [ "https://github.com/dpique/aneuvis" ], [ "https://github.com/tommyhuangthu/SSIPe" ], [ "https://github.com/yangfangs/physpetools" ], [ "https://github.com/TJPBray/BEACH" ], [ "https://github.com/statsleelab/gauss" ], [ "https://github.com/smiranast/iROAR" ], [ "https://github.com/cafferychen777/ggpicrust2" ], [ "https://github.com/TencentAILabHealthcare/VDJMiner" ], [ "https://github.com/jkimlab/msPIPE" ], [ "https://github.com/EBIBioSamples/biosamples-v4" ], [ "https://github.com/MICLab-Unicamp/HypAST" ], [ "https://github.com/ciceklab/PiDeeL" ], [ "https://github.com/UdeM-LBIT/CoreTracker" ], [ "https://github.com/sashahafner/ABM" ], [ "https://github.com/nichollskc/biclust_comp" ], [ "https://github.com/ctlab/metafast" ], [ "https://github.com/basiralab/Kaggle-BrainNetPrediction-Toolbox" ], [ "https://github.com/ziyili20/DistributedLearningPredictor" ], [ "https://github.com/bartongroup/KF_arabidopsis-GRNA" ], [ "https://github.com/dwaithe/quantifly" ], [ "https://github.com/SuLab/MechRepoNet" ], [ "https://github.com/LHJ-Group/ISFE-DIR-FBMN" ], [ "https://github.com/nmyz669/MWT" ], [ "https://github.com/jiang-q19/scPRAM" ], [ "https://github.com/jianlin-cheng/DRCon" ], [ "https://github.com/Houjunfeng203934/PA-Net" ], [ "https://github.com/jordana-olive/TE-manual-curation" ], [ "https://github.com/jaswindersingh2/SPOT-RNA2" ], [ "https://github.com/ramon349/JBI2023_TCAV_debiasing" ], [ "https://github.com/FuxuWang/MHCRoBERTa" ], [ "https://github.com/deshanyang/Lung-DIR-QA" ], [ "https://github.com/biodiversity-aq/data-publication" ], [ "https://github.com/lisiang/GREPore-seq" ], [ "https://github.com/bdj34/cloneRate" ], [ "https://github.com/Pcyslist/EQNAS" ], [ "https://github.com/HIT-ImmunologyLab/PhageTailFinder" ], [ "https://github.com/xdynames/sai-app" ], [ "https://github.com/Xswapnil/GQS" ], [ "https://github.com/hanjunwei-lab/iATMEcell" ], [ "https://github.com/shenxiaochenn/BloodNet" ], [ "https://github.com/fenglei104/DeepPROTACs" ], [ "https://github.com/mmoreno1/ElectroPredictor" ], [ "https://github.com/datax-lab/HipoMap" ], [ "https://github.com/azizilab/decipher" ], [ "https://github.com/JinYSun/D-GCAN" ], [ "https://github.com/elixir-europe/biovalidator" ], [ "https://github.com/blekhmanlab/biomehorizon" ], [ "https://github.com/elmadjian/OEMC" ], [ "https://github.com/LQCT/RCDPeaks" ], [ "https://github.com/pilwonhur/HPOT" ], [ "https://github.com/ktan8/ModTect" ], [ "https://github.com/lichun0503/CT-Classification" ], [ "https://github.com/LaRoccaRaphael/MSI_recalibration" ], [ "https://github.com/ShiMGLab/RRLSL" ], [ "https://github.com/BoukeliaAbdelbasset/NLPDeepQSAR" ], [ "https://github.com/ewijaya/icepop" ], [ "https://github.com/sib-swiss/HAMAP-SPARQL" ], [ "https://github.com/ernstlab/X-CNN" ], [ "https://github.com/lab-medvedeva/SAPIEnS" ], [ "https://github.com/lanec-unifesspa/TFT" ], [ "https://github.com/Xundrug/EPB" ], [ "https://github.com/SlavovLab/DO-MS" ], [ "https://github.com/JFerrer-B/transcriptome-identifiability" ], [ "https://github.com/wyang17/SQuIRE" ], [ "https://github.com/PlanesLab/q2-metnet" ], [ "https://github.com/bresilla/nematode_counting" ], [ "https://github.com/idruglab/ChemBC" ], [ "https://github.com/bgruening/galaxy-rna-workbench" ], [ "https://github.com/RoysamLab/TIMING2" ], [ "https://github.com/JiaxinWang123/StoManager1" ], [ "https://github.com/chuiqin/irGSEA" ], [ "https://github.com/xmuyulab/IDEPA-XMBD" ], [ "https://github.com/AlfredUg/HIVseqDB" ], [ "https://github.com/ZKZ-Brain/CI-GNN" ], [ "https://github.com/lab7arriam/cry_processor" ], [ "https://github.com/alexchwong/SpliceWiz" ], [ "https://github.com/noaeker/bootstrap_repo" ], [ "https://github.com/Song-xinyu/COMMO" ], [ "https://github.com/B-UMMI/LMAS" ], [ "https://github.com/Caeph/paperfly" ], [ "https://github.com/ricsinaruto/MEG-group-decode" ], [ "https://github.com/songbo446/slORFfinder" ], [ "https://github.com/aflahelouneg/MARSAC" ], [ "https://github.com/idrblab/corain" ], [ "https://github.com/dhiego22/gentle" ], [ "https://github.com/DelongZHOU/SAPFIR" ], [ "https://github.com/hildebrandtlab/mzBucket" ], [ "https://github.com/ChemPredict/ChemicalAquaticToxicity" ], [ "https://github.com/mengyunwu2020/PECM" ], [ "https://github.com/yifuLu/GMHCC" ], [ "https://github.com/alessandronascimento/LiBELa" ], [ "https://github.com/wildrootlab/SHARCQ" ], [ "https://github.com/ywhsiao/ceRNAR" ], [ "https://github.com/MarieOestreich/hCoCena" ], [ "https://github.com/QijinYin/scGraph" ], [ "https://github.com/a-ludi/dentist" ], [ "https://github.com/s-a-nersisyan/miRGTF-net" ], [ "https://github.com/NhanNguyen000/MeDIP" ], [ "https://github.com/compbiomed/animalcules" ], [ "https://github.com/wajidarshad/covidc" ], [ "https://github.com/ExpectationsManaged/STRaitRazorOnline" ], [ "https://github.com/talmolab/sleap-roots" ], [ "https://github.com/talmolab/sleap-roots" ], [ "https://github.com/talmolab/sleap-roots" ], [ "https://github.com/talmolab/sleap-roots" ], [ "https://github.com/Gregor-Mendel-Institute/aradeepopsis" ], [ "https://github.com/wangxlab/iGenSig-Rx" ], [ "https://github.com/aramis-lab/hiplay7-thickness" ], [ "https://github.com/SY575/COVID19-CT" ], [ "https://github.com/wuqian77/SpaceLog" ], [ "https://github.com/lutteropp/QuartetScores" ], [ "https://github.com/liqiwei2000/BaySeqPeak" ], [ "https://github.com/GuanLab/DREAM-Gene-Essentiality-Challenge" ], [ "https://github.com/bio-ontology-research-group/DeepViral" ], [ "https://github.com/sinc-lab/miRe2e" ], [ "https://github.com/bergmanlab/mcclintock" ], [ "https://github.com/bergmanlab/mcclintock" ], [ "https://github.com/bergmanlab/mcclintock" ], [ "https://github.com/bergmanlab/mcclintock" ], [ "https://github.com/Xinglab/DARTS" ], [ "https://github.com/iVis-at-Bilkent/chilay" ], [ "https://github.com/Pechli-Lab/SurvdigitizeR" ], [ "https://github.com/pyMBE-dev/pyMBE" ], [ "https://github.com/hliulab/cycleCDR" ], [ "https://github.com/lkytal/SpecEncoder" ], [ "https://github.com/ZiyiHuang0708/SourceID-NMF" ], [ "https://github.com/yunzheng2002/Anti-angiogenic" ], [ "https://github.com/leeyang/ResPRE" ], [ "https://github.com/Shao-Group/SubseqHash2" ], [ "https://github.com/jzysj/DeepGCL" ], [ "https://github.com/jiyuc/de-inconsistency" ], [ "https://github.com/DIFACQUIM/Epi_food_Chemical_Database" ], [ "https://github.com/talmolab/sleap-roots" ], [ "https://github.com/talmolab/sleap-roots" ], [ "https://github.com/talmolab/sleap-roots" ], [ "https://github.com/talmolab/sleap-roots" ], [ "https://github.com/georgehc/survival-topics" ], [ "https://github.com/hyjane/CCT-Net" ], [ "https://github.com/Jianningli/ssm" ], [ "https://github.com/shawn-peng/xlms" ], [ "https://github.com/NUS-Tim/DEMS" ], [ "https://github.com/lrslab/nanoCEM" ], [ "https://github.com/MarvelousHopefull/DataXflow" ], [ "https://github.com/Saocent/TTMC" ], [ "https://github.com/AdrianSeguraOrtiz/MO-GENECI" ], [ "https://github.com/Lx-Bao/QSFNet" ], [ "https://github.com/epifluidlab/FinaleToolkit" ], [ "https://github.com/Li-Zhang28/BCO" ], [ "https://github.com/brisvag/blik" ], [ "https://github.com/AaronHong1024/afm" ], [ "https://github.com/PlanesLab/gMCSpy" ], [ "https://github.com/KoslickiLab/MetagenomicKG" ], [ "https://github.com/yunyunliang88/iACVP-MR" ], [ "https://github.com/whatamazing1/DEAttentionDTA" ], [ "https://github.com/FriedbergLab/Epictope" ], [ "https://github.com/Argonum-Clever2/mike" ], [ "https://github.com/PathoGenOmics-Lab/VIPERA" ], [ "https://github.com/NJUSTxiazw/CTLN" ], [ "https://github.com/droeatumn/kass" ], [ "https://github.com/hrlblab/MolecularEL" ], [ "https://github.com/STOmics/BatchEval" ], [ "https://github.com/open2c/bioframe" ], [ "https://github.com/haiping1010/DeepBindPoc" ], [ "https://github.com/iiiime/SPREd" ], [ "https://github.com/PGlab-NIPER/CRAFT" ], [ "https://github.com/pandafengye/MIST" ], [ "https://github.com/HamanoLaboratory/DIRECTEUR" ], [ "https://github.com/sys-bio/vscode-antimony" ], [ "https://github.com/Qianqian-Chen/MoSID" ], [ "https://github.com/RuiCao34/TraitScan" ], [ "https://github.com/tacazares/SeedMatchR" ], [ "https://github.com/zuherJahshan/vital" ], [ "https://github.com/NIGMS/NIGMS-Sandbox" ], [ "https://github.com/NIGMS/NIGMS-Sandbox" ], [ "https://github.com/NIGMS/NIGMS-Sandbox" ], [ "https://github.com/NIGMS/NIGMS-Sandbox" ], [ "https://github.com/BioCenter-SHU/MSFF-MA-DDI" ], [ "https://github.com/linfengyu77/IRLDCT" ], [ "https://github.com/IwasakiLab/Seq2Phase" ], [ "https://github.com/lasseignelab/CoSIA" ], [ "https://github.com/qidianzl/Disease2Vec" ], [ "https://github.com/unicorn-23/GwasWA" ], [ "https://github.com/XiaoweiChenOSU/PnL-IOC" ], [ "https://github.com/ShandongUniversityMasterMa/MaxCLK-main" ], [ "https://github.com/WilyZhao8/CVANet" ], [ "https://github.com/Bio-Acc/Chorus" ], [ "https://github.com/denilsonfbar/cirCodAn" ], [ "https://github.com/InfOmics/PanDelos-frags" ], [ "https://github.com/zhjohnchan/M3AE" ], [ "https://github.com/Merrical/PADL" ], [ "https://github.com/guilledufort/EMVC-2" ], [ "https://github.com/ml-jku/hyper-dti" ], [ "https://github.com/GuetYe/MADRL-MR_code" ], [ "https://github.com/Wanguangyu111/OSSCCA-DIF" ], [ "https://github.com/CMATERJU-BIOINFO/RUBic" ], [ "https://github.com/wardhong/SadNet" ], [ "https://github.com/gcgreenberg/LexicHash" ], [ "https://github.com/JiuqingDong/OWPDD" ], [ "https://github.com/ugobas/PC_ali" ], [ "https://github.com/DIFACQUIM/Art-Driven-by-Visual-Representations-of-Chemical-Space-" ], [ "https://github.com/xml94/EmbracingLimitedImperfectTrainingDatasets" ], [ "https://github.com/Rockingsnow/MB-dMGC-CWTFFNet" ], [ "https://github.com/knights-lab/LMdist" ], [ "https://github.com/tangent-T/FACL" ], [ "https://github.com/PerceptionComputingLab/ULTRA" ], [ "https://github.com/VVCodec/PPCM-PWRDO" ], [ "https://github.com/Minimel/StochasticBatchAL" ], [ "https://github.com/PGlab-NIPER/DeepADRA2A" ], [ "https://github.com/neda77aa/FTC" ], [ "https://github.com/abbiAR/PLBAffinity" ], [ "https://github.com/cynerelee/collision-avoidance" ], [ "https://github.com/ivy9092111111/TT-U-Net" ], [ "https://github.com/yul-pan/PCGAN" ], [ "https://github.com/Tomcxf/FASTdRNA" ], [ "https://github.com/TomDuchemin/mixed_surveillance" ], [ "https://github.com/Mrxuzhao/FFTCCA" ], [ "https://github.com/cobisLab/RDDL" ], [ "https://github.com/ncbi/BioREx" ], [ "https://github.com/BioinfoMachineLearning/ScHiCEDRN" ], [ "https://github.com/mandal-cv/visimpaired" ], [ "https://github.com/MuteJester/LZGraphs" ], [ "https://github.com/Khojasteh-hb/SRX-DTI" ], [ "https://github.com/xuyp-csu/CellBRF" ], [ "https://github.com/sys-bio/AMAS" ], [ "https://github.com/HaotingZhang1/SynBa" ], [ "https://github.com/Onebear-X/DeepASDPred" ], [ "https://github.com/ZZCrazy00/MHAM-NPI" ], [ "https://github.com/lijianing0902/CProMG" ], [ "https://github.com/pachterlab/gget" ], [ "https://github.com/pachterlab/gget" ], [ "https://github.com/pachterlab/gget" ], [ "https://github.com/pachterlab/gget" ], [ "https://github.com/SteMIDIfactory/P-DOR" ], [ "https://github.com/FischerJo/FAME" ], [ "https://github.com/liuyyy111/BCAN" ], [ "https://github.com/kang-hongyu/LBMFF" ], [ "https://github.com/YinggggJ/ABLNCPP" ], [ "https://github.com/yshen25/HLA-Clus" ], [ "https://github.com/TheFischerLab/FLEXR" ], [ "https://github.com/kbzhang0505/MBPNet" ], [ "https://github.com/Evangelion09/GuidedNet" ], [ "https://github.com/zhanglab-wbgcas/CIForm" ], [ "https://github.com/starbeachlab/smoothT" ], [ "https://github.com/gongtiansu/SASA-Net" ], [ "https://github.com/bionetslab/grn-confounders" ], [ "https://github.com/fahadahaf/chromir" ], [ "https://github.com/slrvv/CENTRE" ], [ "https://github.com/stjude/TALL-example" ], [ "https://github.com/anikethjr/promoter_models" ], [ "https://github.com/kalininalab/metaprofi" ], [ "https://github.com/PYangLab/SnapKin" ], [ "https://github.com/BAMeScience/Mistle" ], [ "https://github.com/Xiao-Gua00/CCPGraph" ], [ "https://github.com/s0sat/MPASS" ], [ "https://github.com/ericzwang/RBD_AB" ], [ "https://github.com/LLLL1021/Dual-modal-IB" ], [ "https://github.com/DrosophilaGenomeEvolution/TrEMOLO" ], [ "https://github.com/ailabstw/scDrug" ], [ "https://github.com/boooooogey/ATAConv" ], [ "https://github.com/keleslab/INCA" ], [ "https://github.com/SIAT-code/MATIC" ], [ "https://github.com/RichardSunnyMeng/MSMFN" ], [ "https://github.com/huangzhii/TSUNAMI" ], [ "https://github.com/JelenaBanjac/microbiome-toolbox" ], [ "https://github.com/raalizadeh/RIdea" ], [ "https://github.com/0liliulei/Mem3D" ], [ "https://github.com/pughlab/MEDIPIPE" ], [ "https://github.com/soumbane/STSGT" ], [ "https://github.com/Ying-Lab/skin_fingerprint" ], [ "https://github.com/bio-ontology-research-group/mowl" ], [ "https://github.com/XiaQiong/GMMLasso" ], [ "https://github.com/lhqxinghun/scHiCPTR" ], [ "https://github.com/manuelgloeckler/ncmw" ], [ "https://github.com/dmis-lab/bc7-chem-id" ], [ "https://github.com/UU-ER/SorbentsScreening0D" ], [ "https://github.com/Sirisha-t/iMPP" ], [ "https://github.com/RTXteam/RTX" ], [ "https://github.com/bionlplab/radtext" ], [ "https://github.com/lxsfight/TMSCNet" ], [ "https://github.com/flyinsky6/Deep_KsuccSite" ], [ "https://github.com/Nima-Hs/BraTS" ], [ "https://github.com/Pituohai/drinking-gesture-dataset" ], [ "https://github.com/ay-lab/dcHiC" ], [ "https://github.com/alubbock/microbench" ], [ "https://github.com/NICALab/rlpnet" ], [ "https://github.com/MahnazHabibi/Pathway" ], [ "https://github.com/yangfangs/KPP" ], [ "https://github.com/Andoree/smm4h_2021_classification" ], [ "https://github.com/MicrobialDarkMatter/GraphMB" ], [ "https://github.com/vlad-danaila/deep_hiv_ab_pred" ], [ "https://github.com/cvn001/transflow" ], [ "https://github.com/JieZheng-ShanghaiTech/HiCoEx" ], [ "https://github.com/TanikSaikh/Scientific-Question-Answering" ], [ "https://github.com/AndresMCB/DynamicCancerDriver" ], [ "https://github.com/SoNishiyama/IP-SIMPAT" ], [ "https://github.com/linDing-groups/PSnoD" ], [ "https://github.com/KISRDevelopment/cell_viability_paper" ], [ "https://github.com/llt1836/GL-MLL" ], [ "https://github.com/khazum/ccImpute" ], [ "https://github.com/flyywh/CVPR-2020-Self-Rain-Removal-Journal" ], [ "https://github.com/jyyulab/scMINER" ], [ "https://github.com/d05943006/MSRCall" ], [ "https://github.com/Ying-Lab/MELT" ], [ "https://github.com/iqtree/iqtree2" ], [ "https://github.com/iqtree/iqtree2" ], [ "https://github.com/iqtree/iqtree2" ], [ "https://github.com/iqtree/iqtree2" ], [ "https://github.com/HaoWuLab-Bioinformatics/iPro-WAEL" ], [ "https://github.com/deepomicslab/SeCNV" ], [ "https://github.com/cbrook16/ETSR-YOLO" ], [ "https://github.com/Junseok0207/scGPCL" ], [ "https://github.com/ZimmermanGroup/conformer-rl" ], [ "https://github.com/psathyrella/partis" ], [ "https://github.com/moldiscovery/sars-cromatic" ], [ "https://github.com/UGA-BSAIL/plant_3d_deep_learning" ], [ "https://github.com/nwuAI/CAN" ], [ "https://github.com/monarch-initiative/MAxO" ], [ "https://github.com/monarch-initiative/MAxO" ], [ "https://github.com/monarch-initiative/MAxO" ], [ "https://github.com/monarch-initiative/MAxO" ], [ "https://github.com/echen102/us-pres-elections-2020" ], [ "https://github.com/bdesanctis/binning-accuracy" ], [ "https://github.com/oist/TER-UCE-DB" ], [ "https://github.com/sara-javadzadeh/FastViFi" ], [ "https://github.com/rli20ST758/FILF" ], [ "https://github.com/xikanfeng2/SCSilicon" ], [ "https://github.com/cziegenhain/UMIcountR" ], [ "https://github.com/czmilanna/nanoforms" ], [ "https://github.com/xjtu-omics/IAGS" ], [ "https://github.com/woxuankai/SpatialAlignmentNetwork" ], [ "https://github.com/MAITYA02/circgene" ], [ "https://github.com/nathan-gill/pps" ], [ "https://github.com/gordon-chenmo/UTRAD" ], [ "https://github.com/hzi-bifo/RiboDetector" ], [ "https://github.com/robert19960424/IndGOterm" ], [ "https://github.com/pappb/Kovacs-et-al-Underground-metabolism" ], [ "https://github.com/wujians122/The-Wheat-Spikes-Detecting-and-Counting" ], [ "https://github.com/aispeech-lab/VisBCI" ], [ "https://github.com/SaisaiSun/RNALigands" ], [ "https://github.com/jsg200830/InMut-Finder" ], [ "https://github.com/awslabs/dgl-lifesci" ], [ "https://github.com/aistairc/BioVAE" ], [ "https://github.com/mdsufz/PredicTF" ], [ "https://github.com/WangLab-SCSIO/Prophage_Tracer" ], [ "https://github.com/gao-lab/GLUE" ], [ "https://github.com/MolecularAI/DockStream" ], [ "https://github.com/Rudan-X/NIDLE-flux-code" ], [ "https://github.com/sshaghayeghs/NMF-DR" ], [ "https://github.com/peterbchi/CNVSelectR" ], [ "https://github.com/linDing-groups/Deep-4mCW2V" ], [ "https://github.com/ChrispinChaguza/RCandy" ], [ "https://github.com/zhangjun001/FGNet" ], [ "https://github.com/elkebir-group/doubletD" ], [ "https://github.com/MathSZhang/CALLR" ], [ "https://github.com/juanshu30/Disease-Gene-Prioritization-with-Privileged-Information-and-Heteroscedastic-Dropout" ], [ "https://github.com/guofei-tju/DeepFusionDTA" ], [ "https://github.com/Singh-Lab/TandemDuplications" ], [ "https://github.com/superxuang/amta-net" ], [ "https://github.com/yassaee/MinDrug" ], [ "https://github.com/aLiehrmann/CROCS" ], [ "https://github.com/adibayaseen/HemoNet" ], [ "https://github.com/ljatynu/IMCHGAN" ], [ "https://github.com/usccolumbia/MLatticeABC" ], [ "http://github.com/chen709847237/xDeep-AcPEP" ], [ "https://github.com/Polytech-bioinf/Deep-structure-integrative-representation" ], [ "https://github.com/lukashuebner/ft-raxml-ng" ], [ "https://github.com/HUST-DataMan/HCMB" ], [ "https://github.com/Blue1993/BAPA" ], [ "https://github.com/pokynmr/ipick" ], [ "https://github.com/wexw/Joint-Registration-of-Multiple-Point-Clouds-for-Fast-Particle-Fusion-in-Localization-Microscopy" ], [ "https://github.com/Ming-0113/DSCMF" ], [ "https://github.com/hikuru/PRER" ], [ "https://github.com/bill1167/hostgbms" ], [ "https://github.com/brachtlab/Comparative_Coverage_Analysis" ], [ "https://github.com/lcmmichielsen/scHPL" ], [ "https://github.com/Parsoa/PingPong" ], [ "https://github.com/mr7495/COVID-CTset" ], [ "https://github.com/Peppags/CRISPRont-CRISPRofft" ], [ "https://github.com/genepi-freiburg/pgainsim" ], [ "https://github.com/nedaemami/AptaNet" ], [ "https://github.com/janka2012/digIS" ], [ "https://github.com/labomics/SNPsnp" ], [ "https://github.com/yangfenglong/DisBalance" ], [ "https://github.com/alcs417/CGGA" ], [ "https://github.com/BioLab-cz/StLiter" ], [ "https://github.com/cmb-chula/SurfUVNet" ], [ "https://github.com/PreibischLab/FRC-QE" ], [ "https://github.com/ciortanmadalina/graph-sc" ], [ "https://github.com/Identity-lab/Tutorial-on-salient-social-Identity-detection-model" ], [ "https://github.com/adrift00/HOPE" ], [ "https://github.com/GIST-CSBL/DeSIDE-DDI" ], [ "https://github.com/fpalini/fade" ], [ "https://github.com/oxpig/DeepCoy" ], [ "https://github.com/ncbi/bert_gt" ], [ "https://github.com/yuanjing-ma/NinimHMDA" ], [ "https://github.com/liuxinhai/FG3D-Net" ], [ "https://github.com/jluebeck/FaNDOM" ], [ "https://github.com/gitter-lab/ssps" ], [ "https://github.com/reymond-group/map4" ], [ "https://github.com/abyzovlab/CNVpytor" ], [ "https://github.com/abyzovlab/CNVpytor" ], [ "https://github.com/abyzovlab/CNVpytor" ], [ "https://github.com/abyzovlab/CNVpytor" ], [ "https://github.com/ziadbkh/consHap" ], [ "https://github.com/bhfs9999/colonoscopy_tissue_screen_and_segmentation" ], [ "https://github.com/SGUI-LSEC/SparseGaussianMolecule" ], [ "https://github.com/MonaRazaghi/GeneReg" ], [ "https://github.com/SamYWK/Associated_Learning" ], [ "https://github.com/HuijuanQiao/KD-KLNMF" ], [ "https://github.com/HassounLab/ELP" ], [ "https://github.com/bio-ontology-research-group/DL2Vec" ], [ "https://github.com/a-h-b/dadasnake" ], [ "https://github.com/amckenna41/pySAR" ], [ "https://github.com/liangliangwangsfu/healthCurveCode" ], [ "https://github.com/ubagithub/TEnGExA" ], [ "https://github.com/ODonnell-Lipidomics/LipidFinder" ], [ "https://github.com/yukiteruono/pbsim2" ], [ "https://github.com/rmarceauwest/fiveSTAR" ], [ "https://github.com/LBBSoft/Target-Control-with-Minimal-Mediators" ], [ "https://github.com/rlmcl/rescan" ], [ "https://github.com/ChunhuaLiLab/aPRbind" ], [ "https://github.com/pvvhoang/DriverGroup" ], [ "https://github.com/tianchengzhe/EllipTrack" ], [ "https://github.com/xialab-ahu/PredNeuroP" ], [ "https://github.com/CLiu272/S2GC" ], [ "https://github.com/CloudDataLab/CIR-Net" ], [ "https://github.com/Singh-Lab/uKIN" ], [ "https://github.com/AlejandroAb/CASCABEL" ], [ "https://github.com/nourmadhoun/Inference-Attacks-Differential-Privacy" ], [ "https://github.com/gopuvenkat/MHCAttnNet" ], [ "https://github.com/elkebir-group/ClonArch" ], [ "https://github.com/ssehztirom/Exploring-generative-deep-learning-for-omics-data-by-using-log-linear-models" ], [ "https://github.com/wangshisheng/NAguideR" ], [ "https://github.com/magnitov/prokaryotic_cids" ], [ "https://github.com/lihuamei/DeconPeaker" ], [ "https://github.com/stars20180811/LipoSVM" ], [ "https://github.com/Chunhuixu/UBIPredic_QWRCHX" ], [ "https://github.com/NuttyLogic/BSBolt" ], [ "https://github.com/biomedbigdata/ASimulatoR" ], [ "https://github.com/jind11/Deep-PICO-Detection" ], [ "https://github.com/scvae/scvae" ], [ "https://github.com/jessada/pyCancerSig" ], [ "https://github.com/uef-bbc/nippy" ], [ "https://github.com/b2slab/padding_benchmark" ], [ "https://github.com/bioarch-sjh/bacollite" ], [ "https://github.com/happyalfred2016/GRGMF" ], [ "https://github.com/S-YIN/MIXnorm" ], [ "https://github.com/lichen-lab/MDeep" ], [ "https://github.com/kotiang54/PgmGRNs" ], [ "https://github.com/rashmie/SSIF" ], [ "https://github.com/ucasdp/RobustClone" ], [ "https://github.com/Tastanlab/DeepKinZero" ], [ "https://github.com/tzok/eltetrado" ], [ "https://github.com/tzok/eltetrado" ], [ "https://github.com/tzok/eltetrado" ], [ "https://github.com/tzok/eltetrado" ], [ "https://github.com/vpalombo/PANEV" ], [ "https://github.com/jttoivon/moder2" ], [ "https://github.com/sarahsamorodnitsky/Pan-Cancer-Survival-Modeling" ], [ "https://github.com/Frank-Orwell/scTIM" ], [ "https://github.com/mingjingsi/LPM" ], [ "https://github.com/HamidMushtaq/SparkGA2" ], [ "https://github.com/sunwj/scanpath" ], [ "https://github.com/atfrank/CS2Structure" ], [ "https://github.com/gifford-lab/antibody-2019" ], [ "https://github.com/srp33/ShinyLearner" ], [ "https://github.com/icthrm/cwSDTWnano" ], [ "https://github.com/samansalike/DR-thermo" ], [ "https://github.com/meringlab/FlashWeave" ], [ "https://github.com/PfeiferLabTue/wenda" ], [ "https://github.com/tada-alg/TADA" ], [ "https://github.com/SydneyBioX/CiteFuse" ], [ "https://github.com/EwaSzczurek/LEM" ], [ "https://github.com/ChnMasterOG/KmerGO" ], [ "https://github.com/liuyu8721/csmd" ], [ "https://github.com/nawang0226/abus_code" ], [ "https://github.com/VartikaBisht6197/NFnetFu" ], [ "https://github.com/akiyamalab/SPDRank" ], [ "https://github.com/Maize-Genetics-and-Genomics-Database/maizedig" ], [ "https://github.com/seasamgo/rescue" ], [ "https://github.com/JungeAlexander/cocoscore" ], [ "https://github.com/anjalisilva/MPLNClust" ], [ "https://github.com/cozygene/FEAST" ], [ "https://github.com/HoseinT/BAMSE" ], [ "https://github.com/haiyang1986/Subtype-GAN" ], [ "https://github.com/chjiao/TAR-VIR" ], [ "https://github.com/jun-inoue/ORTHOSCOPE_STAR" ], [ "https://github.com/MeiyueComputBio/sbl" ], [ "https://github.com/V-Bernal/GGM-Shrinkage" ], [ "https://github.com/jnalanko/VOMM" ], [ "https://github.com/Issingjessica/MDA-CNN" ], [ "https://github.com/SoufianeAjana/Blisar" ], [ "https://github.com/xzenglab/DCF" ], [ "https://github.com/NWPU-903PR/DMSC" ], [ "https://github.com/rosedu1/deconvSeq" ], [ "https://github.com/denniscwylie/sarks" ], [ "https://github.com/XingjieShi/VIMCO" ], [ "https://github.com/USNavalResearchLaboratory/NLPAR" ], [ "https://github.com/maxhwardg/advanced_multiloops" ], [ "https://github.com/khanhlee/snare-cnn" ], [ "https://github.com/BieseckerLab/SomatoSim" ], [ "https://github.com/azevedolab/taba" ], [ "https://github.com/kussell-lab/mcorr" ], [ "https://github.com/fnardi/GFPLAIN" ], [ "https://github.com/kundajelab/gkmexplain" ], [ "https://github.com/reymond-group/mhfp" ], [ "https://github.com/DessimozLab/HogProf" ], [ "https://github.com/molgenis/NIPTeR" ], [ "https://github.com/LupienLab/SMURF" ], [ "https://github.com/yetaoyu/Genomic-pan-cancer-classification" ], [ "https://github.com/mrborges23/delta_statistic" ], [ "https://github.com/divelab/cgan" ], [ "https://github.com/urmi-21/MetaOmGraph" ], [ "https://github.com/afergadis/BC6PM-HRNN" ], [ "https://github.com/FocusPaka/SIMD" ], [ "https://github.com/CAMI-challenge/OPAL" ], [ "https://github.com/ESDeutekom/ComparingOrthologies" ], [ "https://github.com/ElioS-S/pupil-size" ], [ "https://github.com/phac-nml/mob-suite" ], [ "https://github.com/phac-nml/mob-suite" ], [ "https://github.com/phac-nml/mob-suite" ], [ "https://github.com/phac-nml/mob-suite" ], [ "https://github.com/ParBLiSS/bruno" ], [ "https://github.com/tengfei-emory/QuantNorm" ], [ "https://github.com/jchen1981/MedTest" ], [ "https://github.com/gimelbrantlab/magic" ], [ "https://github.com/UMCUGenetics/targetclone" ], [ "https://github.com/jessemzhang/dendrosplit" ], [ "https://github.com/bmannakee/mapexr" ], [ "https://github.com/hugomailhot/MorphoLex-en" ], [ "https://github.com/ima23/maxent-ppi" ], [ "https://github.com/zhangyijia1979/hierarchical-RNNs-model-for-DDI-extraction" ], [ "https://github.com/IngallsLabUW/B-MIS-normalization" ], [ "https://github.com/applied-cognition-research/Gaze3DFix" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/brentp/goleft" ], [ "https://github.com/Single-Cell-Graph-Learning/scSGL" ], [ "https://github.com/blazi13/qbioimages" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/c-zrv/uncertainty_components" ], [ "https://github.com/beiko-lab/ananke" ], [ "https://github.com/yuansliu/HiRGC" ], [ "https://github.com/ExcitedStates/KGS" ], [ "https://github.com/theislab/kbranches" ], [ "https://github.com/fchalmel/RGV" ], [ "https://github.com/i-git/FIMTrack" ], [ "https://github.com/USTC-HILAB/MPTM" ], [ "https://github.com/kandlinf/agennt" ], [ "https://github.com/C3BI-pasteur-fr/ReGaTE" ], [ "https://github.com/rcavalcante/annotatr" ], [ "https://github.com/liutairan/eMolFrag" ], [ "https://github.com/birnbaumlab/MAD-HYPE" ], [ "https://github.com/yunzhang813/FUNNEL-GSEA-R-Package" ], [ "https://github.com/chaninn/osFP" ], [ "https://github.com/Benchmarking-Initiative/Benchmark-Models" ], [ "https://github.com/CERENADevelopers/CERENA" ], [ "https://github.com/VisLab/blasst" ], [ "https://github.com/ChrisMaherLab/INTEGRATE-Vis" ], [ "https://github.com/tdhock/PeakError" ], [ "https://github.com/SaraEl-Metwally/LightAssembler" ], [ "https://github.com/davecao/tappm_cli" ], [ "https://github.com/JJAlmagro/subcellular_localization" ], [ "https://github.com/RuggeroFerrazza/IsotopicLabelling" ], [ "https://github.com/YakhiniGroup/SpectraPh" ], [ "https://github.com/DMU-lilab/GetisDMR" ], [ "https://github.com/turbo0628/LSDBS-mpi" ], [ "https://github.com/yiluheihei/shiny-RevEcoR" ], [ "https://github.com/CRossSchmidtlein/dPETSTEP" ], [ "https://github.com/zji90/TSCAN" ], [ "https://github.com/drdanielgartner/bronchomix" ], [ "https://github.com/kkrizanovic/NanoMark" ], [ "https://github.com/bio-ontology-research-group/deepgo" ], [ "https://github.com/xuezhidong/DomEx" ], [ "https://github.com/COL-IU/Graph2Pro" ], [ "https://github.com/michbur/chipPCR" ], [ "https://github.com/LMSE/ident" ], [ "https://github.com/wangsy11/InfMod3DGen" ], [ "https://github.com/reineckef/quandico" ], [ "https://github.com/nisheth/MeFiT" ], [ "https://github.com/1particle/bin-passing_analyzer" ], [ "https://github.com/cw2014/ArrayMaker" ], [ "https://github.com/dekoning-lab/wfes" ], [ "https://github.com/ken0-1n/Genomon-ITDetector" ], [ "https://github.com/BEETL/BEETL" ], [ "https://github.com/lucapinello/mim" ], [ "https://github.com/BJFU-CS2012/MuiltNet" ], [ "https://github.com/alifahsyamsiyah/learningDL" ], [ "https://github.com/lh3/varcmp" ], [ "https://github.com/jiasongchen/SymTC" ], [ "https://github.com/cvims/FHB_classification" ], [ "https://github.com/weiyangedward/IMMBoost" ], [ "https://github.com/mwsill/s4vdpca" ], [ "https://github.com/BeaconProjectAtVirginiaTech/beacon_network_inference" ], [ "https://github.com/sciseim/RadAA" ], [ "https://github.com/yevgenin/om2seq" ], [ "https://github.com/Shen-Lab/TALE" ], [ "https://github.com/DessimozLab/phylo-io" ], [ "https://github.com/raphael-group/copulacci" ], [ "https://github.com/MathBioCU/WSINDy_PDE" ], [ "https://github.com/ilaydakaraca/PoreD2" ], [ "https://github.com/BZQLin/LRPET" ], [ "https://github.com/zhc-moushang/CausalEQTL" ], [ "https://github.com/ICEORY/PMF" ], [ "https://github.com/bcgsc/ntEmbd" ], [ "https://github.com/weberlab-hhu/Predmoter" ], [ "https://github.com/Guangsi-Shi/AI-for-physics-GNSTODE" ], [ "https://github.com/alcu/sms" ], [ "https://github.com/PANPANKK/ATC_KIR" ], [ "https://github.com/Biocomputing-Research-Group/Casanovo-DIA" ], [ "https://github.com/anand9176/WaveWatch5000Public" ], [ "https://github.com/ziyangwang007/TriConvUNeXt" ], [ "https://github.com/kr-colab/mapNN" ], [ "https://github.com/ghaiyan/TORNADOES" ], [ "https://github.com/jacky102022/FMCA-DTI" ], [ "https://github.com/kuojunglee/BayesMGLM" ], [ "https://github.com/seqan/lambda" ], [ "https://github.com/CINVESTAV-LABI/julia_mzML_imzML" ], [ "https://github.com/hippo-yf/bsgenova" ], [ "https://github.com/WillHackett22/RAMZIS" ], [ "https://github.com/JHnlp/BC5CIDTask" ], [ "https://github.com/Milkteaww/CFS" ], [ "https://github.com/754131799/DeepSF-4mC" ], [ "https://github.com/miladrayka/ENS_Score" ], [ "https://github.com/lipelopesoliveira/pyCOFBuilder" ], [ "https://github.com/camlab-bioml/leader" ], [ "https://github.com/PacificBiosciences/HiPhase" ], [ "https://github.com/eduardchelebian/depicter" ], [ "https://github.com/stiger1000/Random-Sampling-SNN" ], [ "https://github.com/aircarlo/GNN_LSAP" ], [ "https://github.com/HanLabUNLV/sleps" ], [ "https://github.com/HXu06/MK-BMC" ], [ "https://github.com/statisticalbiotechnology/mipath" ], [ "https://github.com/frankgenome/DataColor" ], [ "https://github.com/wangjuan313/wsis-beyond-tightBB" ], [ "https://github.com/Cloud-Liu/MD-UNet" ], [ "https://github.com/yrjia1015/THItoGene" ], [ "https://github.com/gerardet46/OrchardGenerator" ], [ "https://github.com/llttxx/AERMNET" ], [ "https://github.com/zywait/HGCNLDA" ], [ "https://github.com/MehrshadSD/robustness-interpretability" ], [ "https://github.com/ebrahimakbary/PDWOA" ], [ "https://github.com/ctlab/metacherchant" ], [ "https://github.com/Shao-Group/kmerspace" ], [ "https://github.com/Shao-Group/rnabridge-denovo" ], [ "https://github.com/Shao-Group/rnabridge-denovo" ], [ "https://github.com/Shao-Group/rnabridge-denovo" ], [ "https://github.com/Shao-Group/rnabridge-denovo" ], [ "https://github.com/smusleh/UMSLP" ], [ "https://github.com/fiy2W/mri_seq2seq" ], [ "https://github.com/gem-pasteur/macsyfinder" ], [ "https://github.com/gem-pasteur/macsyfinder" ], [ "https://github.com/gem-pasteur/macsyfinder" ], [ "https://github.com/gem-pasteur/macsyfinder" ], [ "https://github.com/theimagelab/entrain" ], [ "https://github.com/favour-nerrise/xGW-GAT" ], [ "https://github.com/favour-nerrise/xGW-GAT" ], [ "https://github.com/favour-nerrise/xGW-GAT" ], [ "https://github.com/favour-nerrise/xGW-GAT" ], [ "https://github.com/huayingfang/gmcoda" ], [ "https://github.com/ddwhzh/GFIN" ], [ "https://github.com/Liying1996/ASBanalyzer" ], [ "https://github.com/soham-joshi/engagement-prediction-mhhri" ], [ "https://github.com/Rongdingyi/PhyIntNet" ], [ "https://github.com/TJUT-CV/SCLT" ], [ "https://github.com/Shen-Lab/DeepAffinity" ], [ "https://github.com/algbio/mfd-safety" ], [ "https://github.com/ZhangLab312/DPAMSA" ], [ "https://github.com/nolan-h-hamilton/ROCCO" ], [ "https://github.com/S-domain/Survey-Paper" ], [ "https://github.com/obifarin/automl-xai-metabolomics" ], [ "https://github.com/amygruel/FoveationStakes_DVS" ], [ "https://github.com/KarolineZhy/DefCorNet" ], [ "https://github.com/Zafar-Lab/scDREAMER" ], [ "https://github.com/LinaDongXMU/FGNN" ], [ "https://github.com/yhg926/TQSLE" ], [ "https://github.com/GtLinyer/LOANet" ], [ "https://github.com/XZhiXiang/AIS-segmentation" ], [ "https://github.com/liningtonlab/MultiplexMS" ], [ "https://github.com/LWCHN/CTEC" ], [ "https://github.com/CelestialShine/Longitudinal-Chest-X-Ray" ], [ "https://github.com/zjuRong/openNAU" ], [ "https://github.com/chengyu-github1012/Graph-Fusion" ], [ "https://github.com/Kari-Genomics-Lab/iDeLUCS" ], [ "https://github.com/RuneBlaze/internode" ], [ "https://github.com/ma-compbio/UNADON" ], [ "https://github.com/LooseLab/Icarust" ], [ "https://github.com/luo-group/GraNA" ], [ "https://github.com/hkuwahara/sleaping" ], [ "https://github.com/vanderschaarlab/AutoPrognosis" ], [ "https://github.com/MoyangSensei/CARN-Pytorch" ], [ "https://github.com/JieZheng-ShanghaiTech/KR4SL" ], [ "https://github.com/CSUBioGroup/StackCPA" ], [ "https://github.com/sharmin-mim/qfm_java" ], [ "https://github.com/BioinfoMachineLearning/MULTICOM3" ], [ "https://github.com/gatech-genemark/MgCod" ], [ "https://github.com/Libra-jing/SiamOL" ], [ "https://github.com/UgoLomoio/gtex_visualizer" ], [ "https://github.com/Tiny-Snow/EVMP" ], [ "https://github.com/Vang-z/HGJO" ], [ "https://github.com/george-fedorov/erp-correlations" ], [ "https://github.com/VITA-Group/Trap-and-Replace-Backdoor-Defense" ], [ "https://github.com/fangchj2002/BAF-Net" ], [ "https://github.com/phineasng/mononet" ], [ "https://github.com/sheng-n/lncRNA-miRNA-interaction-methods" ], [ "https://github.com/Lucas-Prates/blockcpd" ], [ "https://github.com/YutingHe-list/P2-Net" ], [ "https://github.com/Orin-beep/HOTSPOT" ], [ "https://github.com/Milchevskiy/protein-encoding-projects" ], [ "https://github.com/CMU-SAFARI/Scrooge" ], [ "https://github.com/bschilder/ThreeWayTest" ], [ "https://github.com/jiang18/slemm" ], [ "https://github.com/syau-miao/DFSP" ], [ "https://github.com/CompBioIPM/wpLogicNet" ], [ "https://github.com/imgag/ngs-bits" ], [ "https://github.com/imgag/ngs-bits" ], [ "https://github.com/imgag/ngs-bits" ], [ "https://github.com/imgag/ngs-bits" ], [ "https://github.com/mbarbie1/SliceMap" ], [ "https://github.com/wendelljpereira/DArTseqMet" ], [ "https://github.com/Socrates023/DCPHA" ], [ "https://github.com/SJTUBME-QianLab/Group-shrinkage-Spatial-Network" ], [ "https://github.com/jdeweeselab/psicalc-package" ], [ "https://github.com/YanhaoHuo/dysregulated-DNBs" ], [ "https://github.com/OluwadareLab/HiC-GNN" ], [ "https://github.com/mooneed/CACPU-Net" ], [ "https://github.com/BioinfoMachineLearning/MULTICOM_qa" ], [ "https://github.com/gcappon/agata" ], [ "https://github.com/ShangCS/MCLS" ], [ "https://github.com/Jhabindra-bioinfo/CapsNh-Kcr" ], [ "https://github.com/Netralab/GenericParallelFramework" ], [ "https://github.com/roohy/localIBDClustering" ], [ "https://github.com/nesvilab/PD-Nodes" ], [ "https://github.com/GIST-CSBL/AMP-BERT" ], [ "https://github.com/martaccmoreno/gexp-ml-dask" ], [ "https://github.com/calvin-zcx/SCEHR" ], [ "https://github.com/RedPotatoChip/OSUDL" ], [ "https://github.com/perishky/meffil" ], [ "https://github.com/kensung-lab/SVsearcher" ], [ "https://github.com/MinjieSh/Cosbin" ], [ "https://github.com/latlio/onlinefdr_rnaseq_simulation" ], [ "https://github.com/harveerar/SMIT" ], [ "https://github.com/mesunhlf/DEFEAT" ], [ "https://github.com/CVMI-Lab/ST3D" ], [ "https://github.com/kavya6697/Allergy-PT" ], [ "https://github.com/shenwei356/kmcp" ], [ "https://github.com/PPOLYpubki/RD3D" ], [ "https://github.com/AnjanaSenanayake/DeepSelectNet" ], [ "https://github.com/dmitrymyl/ortho2align" ], [ "https://github.com/Shamir-Lab/3CAC" ], [ "https://github.com/calliste-fagard-jenkin/rGAI" ], [ "https://github.com/hsiangyuzhao/PANet" ], [ "https://github.com/mahfuzmohammad/HealthyGAN" ], [ "https://github.com/DuanHuiyu/ARIQA" ], [ "https://github.com/reaneyli/mBrainAligner-web" ], [ "https://github.com/sydeng99/ssTEM-restoration" ], [ "https://github.com/UCA-MSI/ABEILLE" ], [ "https://github.com/pmglab/RNA-SSNV" ], [ "https://github.com/Wolverinerine/GTGenie" ], [ "https://github.com/npdeloss/mepp" ], [ "https://github.com/bihealth/clear-cnv" ], [ "https://github.com/ShkolniskyLab/kltpicker2" ], [ "https://github.com/noriakis/CBNplot" ], [ "https://github.com/FudanDISC/DISCOpen-MedBox-DialoDiagnosis" ], [ "https://github.com/nayu0419/TFLP" ], [ "https://github.com/hehh77/3DGT-DDI" ], [ "https://github.com/BrooksResearchGroup-UM/seq_struct_func" ], [ "https://github.com/tcygxu2021/FMGNN" ], [ "https://github.com/UdeS-CoBIUS/SpliceFamAlignMulti" ], [ "https://github.com/luffy563/circRNA_tools_comparison" ], [ "https://github.com/CityU-AIM-Group/I2GCN" ], [ "https://github.com/0xTCG/biser" ], [ "https://github.com/yuabrahamliu/scDeconv" ], [ "https://github.com/UCLA-VAST/splag" ], [ "https://github.com/ococrook/hdxstats" ], [ "https://github.com/iMED-Lab/TortuosityGrading" ], [ "https://github.com/hanzefang/DESDGAN" ], [ "https://github.com/gtluu/timsconvert" ], [ "https://github.com/PGTSING/HGETGI" ], [ "https://github.com/MaayanLab/blitzgsea" ], [ "https://github.com/TencentAILabHealthcare/MLA-GNN" ], [ "https://github.com/HuMingLab/SnapHiC" ], [ "https://github.com/dipuk0506/Aleatory-aware-UQ" ], [ "https://github.com/cucpbioinfo/Xlnc1DCNN" ], [ "https://github.com/Longwt123/MDL-CPI" ], [ "https://github.com/tianwei-yu/AIME" ], [ "https://github.com/AndreBrincat/Gene-Antibiotic-Resistance-Relation-Extraction" ], [ "https://github.com/usccolumbia/MOOCSP" ], [ "https://github.com/EbmeyerSt/GEnView" ], [ "https://github.com/NielsenBerkeleyLab/sconce" ], [ "https://github.com/xxy45/DSGAT" ], [ "https://github.com/wangyuanhao/springD2A" ], [ "https://github.com/CSB5/CaDRReS-Sc" ], [ "https://github.com/n-canter/gamaps" ], [ "https://github.com/anonymous1025/CO-VAE" ], [ "https://github.com/jeya-maria-jose/KiU-Net-pytorch" ], [ "https://github.com/Khalife/Sequoia" ], [ "https://github.com/wanglabtongji/STRIDE" ], [ "https://github.com/s20181080001/WebServer" ], [ "https://github.com/ebundhoo/TAGOPSIN" ], [ "https://github.com/ChengkuiZhao/Single-cell-miRNA-prediction" ], [ "https://github.com/chenhong-dkfz/GenomeTornadoPlot" ], [ "https://github.com/ahmadpgh/deepSimDEF" ], [ "https://github.com/belowlab/IMMerge" ], [ "https://github.com/rpmccordlab/SMILE" ], [ "https://github.com/amituofo-xf/HUbiPred" ], [ "https://github.com/cambridgeltl/functional-genomics-ie" ], [ "https://github.com/umr-ds/NOREC4DNA" ], [ "https://github.com/shang-qian/SCSit" ], [ "https://github.com/NiJianWei996/RF-SVM" ], [ "https://github.com/liuhc8/Aperture" ], [ "https://github.com/bijingshu/BiAttCNN" ], [ "https://github.com/alonalj/hta" ], [ "https://github.com/fukunagatsu/Mirage" ], [ "https://github.com/fukunagatsu/Mirage" ], [ "https://github.com/fukunagatsu/Mirage" ], [ "https://github.com/fukunagatsu/Mirage" ], [ "https://github.com/EESI/MetaMutationalSigs" ], [ "https://github.com/arnabkmondal/scRAE" ], [ "https://github.com/abdullah5naveed/SRP_WebServer" ], [ "https://github.com/reach2sbera/ldct_nonlocal" ], [ "https://github.com/Alphafrey946/Colocalization-MOC" ], [ "https://github.com/sigma10010/nuclei_cells_det" ], [ "https://github.com/DaehwanKimLab/Chromosome-ReAd" ], [ "https://github.com/divya031090/phyLoSTM" ], [ "https://github.com/bagherilab/ARCADE" ], [ "https://github.com/veania/MIREyA" ], [ "https://github.com/xthua/bacant" ], [ "https://github.com/zbf1991/A2GNN" ], [ "https://github.com/thinkobj/ISFA" ], [ "https://github.com/spyflying/CMPC-Refseg" ], [ "https://github.com/KHanghoj/NGSremix" ], [ "https://github.com/v4yuezi/AGTAR" ], [ "https://github.com/seriph78/COTAN" ], [ "https://github.com/guldenolgun/NoRCE" ], [ "https://github.com/vanheeringen-lab/seq2science" ], [ "https://github.com/Mahim1997/wQFM-2020" ], [ "https://github.com/wtjiang98/PSGAN" ], [ "https://github.com/fayazsoleymani/SARTRE" ], [ "https://github.com/lyjps/Struct2GO" ], [ "https://github.com/raw-lab/metacerberus" ], [ "https://github.com/richadhanuka/PFP-using-Functional-interrelationship" ], [ "https://github.com/THinnerichs/DTI-VOODOO" ], [ "https://github.com/marjanfaizi/MSModDetector" ], [ "https://github.com/MannLabs/alphamap" ], [ "https://github.com/louzounlab/microbiome" ], [ "https://github.com/pcdslab/ASD-SAENet" ], [ "https://github.com/ComputationalSystemsBiology/scNET" ], [ "https://github.com/GWYSDU/SVLR" ], [ "https://github.com/jianweishuai/TCS" ], [ "https://github.com/statway/DTFLOW" ], [ "https://github.com/Krisloveless/ChrNet" ], [ "https://github.com/sdk15/insectOR" ], [ "https://github.com/fpalini/fastdoopc" ], [ "https://github.com/CSUBioGroup/SSRE" ], [ "https://github.com/krishnabits001/task_driven_data_augmentation" ], [ "https://github.com/medema-group/bigslice" ], [ "https://github.com/AaronYll/DECban" ], [ "https://github.com/northomics/MetaProfiler" ], [ "https://github.com/compbel/MULAN" ], [ "https://github.com/fallerlab/Ribo-ODDR" ], [ "https://github.com/AliJam82/MDIPA" ], [ "https://github.com/renzhenwang/pairwise_segmentation" ], [ "https://github.com/EvgenyZhvansky/R_matrix" ], [ "https://github.com/cuhklinlab/coupleCoC" ], [ "https://github.com/lixt314/NatDRAP1" ], [ "https://github.com/kimmo1019/DeepCDR" ], [ "https://github.com/ZiqiaoZhang/FraGAT" ], [ "https://github.com/SJTUBME-QianLab/SpiralTransform" ], [ "https://github.com/bic-nirrh/precocity" ], [ "https://github.com/wang-hong-fei/DL-plant-ubsites-prediction" ], [ "https://github.com/ThibaultLeroyFr/Intro2PopGenomics" ], [ "https://github.com/ISUgenomics/SequelTools" ], [ "https://github.com/ZhaoZhibin/DL-based-Intelligent-Diagnosis-Benchmark" ], [ "https://github.com/AMSSwanglab/GuidingNet" ], [ "https://github.com/voracva1/CoLiDe" ], [ "https://github.com/jumphone/Vector" ], [ "https://github.com/innate2adaptive/Decombinator" ], [ "https://github.com/inzilico/imputeqc" ], [ "https://github.com/JoanaMPereira/GCsnap" ], [ "https://github.com/flowcytometry/MCTA" ], [ "https://github.com/raphael-group/SBMClone" ], [ "https://github.com/TrofimovAssya/FactorizedEmbeddings" ], [ "https://github.com/yangyq505/SSKM_Succ" ], [ "https://github.com/CT001002/T4SE-XGB" ], [ "https://github.com/lasigeBioTM/PGR-crowd" ], [ "https://github.com/hocdb-KMU-TMU/hocdb" ], [ "https://github.com/chopralab/lemon" ], [ "https://github.com/chopralab/lemon" ], [ "https://github.com/chopralab/lemon" ], [ "https://github.com/chopralab/lemon" ], [ "https://github.com/XinhaoLi74/SmilesPE" ], [ "https://github.com/wonanut/SETE" ], [ "https://github.com/Kingsford-Group/CAS_code" ], [ "https://github.com/SatyajitECE/DNN-XGB-for-PPI-Prediction" ], [ "https://github.com/wzhy2000/higwas" ], [ "https://github.com/sera616/TargetMM" ], [ "https://github.com/VCCRI/Sierra" ], [ "https://github.com/cbi-bioinfo/methCancer-gen" ], [ "https://github.com/MAITYA02/semmcmc" ], [ "https://github.com/YifanDengWHU/DDIMDL" ], [ "https://github.com/HePeng2016/CFSP" ], [ "https://github.com/FIGOGO/smoothq" ], [ "https://github.com/ComparativeGenomicsToolkit/hal" ], [ "https://github.com/CongSun-dlut/CPI_extraction" ], [ "https://github.com/hjiangcsu/miRTMC" ], [ "https://github.com/gersteinlab/topicnet" ], [ "https://github.com/yangyq505/MHRWR" ], [ "https://github.com/ohlab/SMEG" ], [ "https://github.com/malewins/SEQing" ], [ "https://github.com/jade-nhri/nanoMLST" ], [ "https://github.com/lich0031/Mammographic_Density_Classification" ], [ "https://github.com/compomics/COSS" ], [ "https://github.com/QuKunLab/SMAtool" ], [ "https://github.com/dbdimitrov/BingleSeq" ], [ "https://github.com/IPCO-Rlibrary/IPCO" ], [ "https://github.com/bio-ontology-research-group/ontology-extension" ], [ "https://github.com/XPHenry/Netfrac" ], [ "https://github.com/zhanghfd/contamDE" ], [ "https://github.com/atallah-lab/neoplastic-evolution" ], [ "https://github.com/shivram1987/diffGrad" ], [ "https://github.com/daifengwanglab/ManiNetCluster" ], [ "https://github.com/iobio-zjut/CGLFold" ], [ "https://github.com/grimmlab/MicrobiomeBestPracticeReview" ], [ "https://github.com/CNRGH/crimmix" ], [ "https://github.com/ManuelLamothe/RapidACi" ], [ "https://github.com/irinagain/iglu" ], [ "https://github.com/irinagain/iglu" ], [ "https://github.com/irinagain/iglu" ], [ "https://github.com/irinagain/iglu" ], [ "https://github.com/nourmadhoun/Differential-privacy-genomic-inference-attack" ], [ "https://github.com/lalonderodney/INN-Inflated-Neural-Nets" ], [ "https://github.com/mobiusklein/glycresoft" ], [ "https://github.com/mikpom/uslcount" ], [ "https://github.com/DPBayes/dp-representation-transfer" ], [ "https://github.com/zakih/organoidDynamics" ], [ "https://github.com/ucrbioinfo/Selfish" ], [ "https://github.com/YellowcardD/RNN-for-membrane-protein-types-prediction" ], [ "https://github.com/ZhuMSLab/DecoMetDIA" ], [ "https://github.com/muhaochen/seq_ppi" ], [ "https://github.com/wuaipinglab/ImmuCC" ], [ "https://github.com/eporetsky/MutRank" ], [ "https://github.com/zer0o0/drug-repo" ], [ "https://github.com/aanchalMongia/MGRNNMforDTI" ], [ "https://github.com/grizant/n1pas" ], [ "https://github.com/bsml320/CNet" ], [ "https://github.com/IEkAdN/BactSNP" ], [ "https://github.com/wzhangwhu/TEGS" ], [ "https://github.com/xal2019/DeepFE-PPI" ], [ "https://github.com/VCCRI/Ularcirc" ], [ "https://github.com/lsncibb/SummaryAUC" ], [ "https://github.com/cimm-kzn/CGRtools" ], [ "https://github.com/aplantin/pldist" ], [ "https://github.com/easycui/nuclei_segmentation" ], [ "https://github.com/yangao07/TideHunter" ], [ "https://github.com/chengusf/CuDDI" ], [ "https://github.com/abikoushi/Bermuda" ], [ "https://github.com/BIONF/protTrace" ], [ "https://github.com/harvardinformatics/NGmerge" ], [ "https://github.com/pn51/laggedOrderedLassoNetwork" ], [ "https://github.com/wangying0128/miRFinder" ], [ "https://github.com/phglab/ARGDIT" ], [ "https://github.com/shubhamchandak94/SPRING" ], [ "https://github.com/GuanLab/phosphoproteome_prediction" ], [ "https://github.com/bio-ontology-research-group/phenogocon" ], [ "https://github.com/insilichem/garleek" ], [ "https://github.com/Phlya/coolpuppy" ], [ "https://github.com/precisionomics/PRESM" ], [ "https://github.com/GrabherrGroup/ACES" ], [ "https://github.com/HaohanWang/thePrecisionLasso" ], [ "https://github.com/SchulzLab/Triangulate" ], [ "https://github.com/zenBen/Kanizsa_Prime" ], [ "https://github.com/hkwkevin28/MIC-MEME" ], [ "https://github.com/rajinder4489/FuSe" ], [ "https://github.com/shuangj00/HARMONIES" ], [ "https://github.com/BorgwardtLab/S3M" ], [ "https://github.com/angy89/RobustClusteringPatientSubtyping" ], [ "https://github.com/gstecher/CloneFinderAPI" ], [ "https://github.com/pingchen09990102/BMSIM" ], [ "https://github.com/VCCRI/C3" ], [ "https://github.com/wzhang1984/NBSS" ], [ "https://github.com/hellloxiaotian/ADNet" ], [ "https://github.com/UdeM-LBIT/GATC" ], [ "https://github.com/zhaoni153/GHT" ], [ "https://github.com/Shamir-Lab/Sorting-Cancer-Karyotypes" ], [ "https://github.com/hkmztrk/SMILESVecProteinRepresentation" ], [ "https://github.com/littleq1991/sparse_lowRank_regression" ], [ "https://github.com/rsemeraro/XomeBlender" ], [ "https://github.com/ahmedaq/MPF-BML-GUI" ], [ "https://github.com/erasmus-center-for-biomics/Nimbus" ], [ "https://github.com/cyang235/LncADeep" ], [ "https://github.com/noble-research-institute/fnbtools" ], [ "https://github.com/fengli28/CSDM" ], [ "https://github.com/bcgsc/ChopStitch" ], [ "https://github.com/nelsongil92/SAMMI" ], [ "https://github.com/lucian-ilie/SPRINT" ], [ "https://github.com/aalto-ics-kepaco/PMFA" ], [ "https://github.com/NGSeq/ViraPipe" ], [ "https://github.com/jchen1981/MicrobiomeDDA" ], [ "https://github.com/Zhiqin-HUANG/confFuse" ], [ "https://github.com/thh32/Spherical" ], [ "https://github.com/subangstrom/DeepDiffraction" ], [ "https://github.com/KlugerLab/Ritornello" ], [ "https://github.com/pmharrison/flps" ], [ "https://github.com/FastTrackOrg/FastTrack" ], [ "https://github.com/ma-compbio/PEP" ], [ "https://github.com/ychastagnier/BRET-Analyzer" ], [ "https://github.com/StanfordBioinformatics/mvp_aaa_codelabs" ], [ "https://github.com/jtaghiyar/kronos" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/ChengchenZhao/DrSeq2" ], [ "https://github.com/smalltalkman/hppi-tensorflow" ], [ "https://github.com/Singh-Lab/Differential-Mutation-Analysis" ], [ "https://github.com/CartwrightLab/WuEtAl2017" ], [ "https://github.com/dittehald/GPICA" ], [ "https://github.com/bcgsc/kollector" ], [ "https://github.com/Zhangxf-ccnu/pDNA" ], [ "https://github.com/ParBLiSS/kmerind" ], [ "https://github.com/HAShihab/HIPred" ], [ "https://github.com/fickludd/eviltools" ], [ "https://github.com/satoken/ractip" ], [ "https://github.com/TheJacksonLaboratory/Picky" ], [ "https://github.com/kms1041/BeReTa" ], [ "https://github.com/jnktsj/DNApi" ], [ "https://github.com/ThomasChln/snpclust" ], [ "https://github.com/kassonlab/positionalmi" ], [ "https://github.com/ewyang089/SDEAP" ], [ "https://github.com/BrendelGroup/GoRAMPAGE" ], [ "https://github.com/haddocking/DACUM" ], [ "https://github.com/IbrahimTanyalcin/MODICT" ], [ "https://github.com/mojaveazure/angsd-wrapper" ], [ "https://github.com/abehr/pong" ], [ "https://github.com/sunliang3361/WebGIVI" ], [ "https://github.com/hardin47/rmscca" ], [ "https://github.com/WaylandM/meristogram" ], [ "https://github.com/xfwang/CLOSE" ], [ "https://github.com/pcdslab/MSREDUCE" ], [ "https://github.com/rgcgithub/clamms" ], [ "https://github.com/adamallo/SimPhy" ], [ "https://github.com/biomathman/pycellerator" ], [ "https://github.com/bhklab/genefu" ], [ "https://github.com/lsgh/ismb15" ], [ "https://github.com/isovic/graphmap" ], [ "https://github.com/jiantao/Tangram" ], [ "https://github.com/jiantao/Tangram" ], [ "https://github.com/jiantao/Tangram" ], [ "https://github.com/jiantao/Tangram" ], [ "https://github.com/YinanZheng/HIMA" ], [ "https://github.com/njdbickhart/RAPTR-SV" ], [ "https://github.com/yeastrc/snipviz" ], [ "https://github.com/BlueBrain/NeuroMorphoVis" ], [ "https://github.com/a-kramer/ode_rmhmc" ], [ "https://github.com/rcanovas/libCSAM" ], [ "https://github.com/rcanovas/libCSAM" ], [ "https://github.com/rcanovas/libCSAM" ], [ "https://github.com/rcanovas/libCSAM" ], [ "https://github.com/phrh/BackCLIP" ], [ "https://github.com/4ndr01d3/biosual" ], [ "https://github.com/sanchak/mqap" ], [ "https://github.com/sanchak/mqap" ], [ "https://github.com/sanchak/mqap" ], [ "https://github.com/sanchak/mqap" ], [ "https://github.com/luscinius/afcluster" ], [ "https://github.com/mhoubraken/ISMAGS" ], [ "https://github.com/kanak02/MaOALO" ], [ "https://github.com/simras/cWords" ], [ "https://github.com/ahwagner/PULP" ], [ "https://github.com/mengyao/Complete-Striped-Smith-Waterman-Library" ], [ "https://github.com/ZWangTen/MethParquet" ], [ "https://github.com/JZPeterPan/MCMR-Recon-Driven-Motion" ], [ "https://github.com/wu-lab-egio/EGIO" ], [ "https://github.com/VicenteMartiCentelles/CageCavityCalc" ], [ "https://github.com/rui-yan/SSL-FL" ], [ "https://github.com/RUBi-ZA/JMS" ], [ "https://github.com/huizhanglab-jhu/ms-pycloud" ], [ "https://github.com/biomendi/TRANSCRIPTOME-ASSEMBLY-PIPELINE" ], [ "https://github.com/OceanSTARLab/DeepPnP" ], [ "https://github.com/Tide-for-PTM-search/Tide-for-PTM-search" ], [ "https://github.com/yimingxu24/CLDG" ], [ "https://github.com/WouterSteyaert/BATCH-GE" ], [ "https://github.com/LeapLabTHU/EfficientTrain" ], [ "https://github.com/neuropoly/multiclass-segmentation" ], [ "https://github.com/lhf12278/IAD" ], [ "https://github.com/RPDS2020/AEC" ], [ "https://github.com/kurtsemih/copyVAE" ], [ "https://github.com/pswain/segmentation-software" ], [ "https://github.com/Lab-Xu/KbhbXG" ], [ "https://github.com/TinkerTools/tinker-hp" ], [ "https://github.com/lozuponelab/knowledge-source-mappings" ], [ "https://github.com/Goatofmountain/MAGNIFIER" ], [ "https://github.com/Divo-Lee/SIEVE" ], [ "https://github.com/abcair/HemoDL" ], [ "https://github.com/LiuChuang0059/GTSP" ], [ "https://github.com/JLiangLab/DiRA" ], [ "https://github.com/JLiangLab/DiRA" ], [ "https://github.com/JLiangLab/DiRA" ], [ "https://github.com/JLiangLab/DiRA" ], [ "https://github.com/YezhaoZhong/VKR" ], [ "https://github.com/PT-Finder/PT-Finder" ], [ "https://github.com/michalkoziarski/DiagSet" ], [ "https://github.com/hfutqian/GapSSG" ], [ "https://github.com/rsinghlab/scGrapHiC" ], [ "https://github.com/yhoogstrate/flaimapper" ], [ "https://github.com/jyh6681/SPXL-GNN" ], [ "https://github.com/hellloxiaotian/SSNet" ], [ "https://github.com/Liuyuxinict/CBiAFormer" ], [ "https://github.com/ZZCrazy00/GAM-MDR" ], [ "https://github.com/amromics/amrviz" ], [ "https://github.com/AxelElaldi/e3so3_conv" ], [ "https://github.com/eduardporta/e-Driver" ], [ "https://github.com/WeiLab-BioChem/Structural-DPP-IV" ], [ "https://github.com/kordk/torch-ecpg" ], [ "https://github.com/kordk/torch-ecpg" ], [ "https://github.com/kordk/torch-ecpg" ], [ "https://github.com/kordk/torch-ecpg" ], [ "https://github.com/lucien22588/yolov5-ngn" ], [ "https://github.com/liameihao/scChrBin" ], [ "https://github.com/ShaneSpace/DGFDBenchmark" ], [ "https://github.com/LI-jasm/DHPRL" ], [ "https://github.com/OnofreyLab/dl_hmc_attention_mlcn2023" ], [ "https://github.com/ZZCrazy00/JDASA-MRD" ], [ "https://github.com/fanavarro/hemodonacion" ], [ "https://github.com/dongu7610/Riceproteome" ], [ "https://github.com/Roth-Lab/ESQmodel" ], [ "https://github.com/Shao-Group/irtool" ], [ "https://github.com/Shao-Group/irtool" ], [ "https://github.com/Shao-Group/irtool" ], [ "https://github.com/Shao-Group/irtool" ], [ "https://github.com/jiahong-fu/Equivariant-Proximal-Operator" ], [ "https://github.com/jkimlab/PAPipe" ], [ "https://github.com/RidongHan/DocRE-Co-Occur" ], [ "https://github.com/hyunp2/Memb-TDA" ], [ "https://github.com/jianglikun/MOASL" ], [ "https://github.com/episphere/medicaid" ], [ "https://github.com/Peroxidess/MVIIL-GAN" ], [ "https://github.com/yorgodillo/ProteoSign" ], [ "https://github.com/jywu511/BD-Net" ], [ "https://github.com/wq-sunshine/MomdTDSRL" ], [ "https://github.com/Ulricab/Bert-Path" ], [ "https://github.com/baowz12345/voting_transfer" ], [ "https://github.com/oligogenic/Deep_active_learning_bioRE" ], [ "https://github.com/zuiop11/nn_info" ], [ "https://github.com/himelmallick/IntegratedLearner" ], [ "https://github.com/gpgzy/CL-Cardiac-segmentation" ], [ "https://github.com/ghaiyan/TOAST" ], [ "https://github.com/lhc17/HoloNet" ], [ "https://github.com/structuralbioinformatics/SBILib" ], [ "https://github.com/qgao21/CoreDiff" ], [ "https://github.com/Illumina/strelka" ], [ "https://github.com/ktym/covid19" ], [ "https://github.com/ZhangJD-ong/Iterative-Cycle-consistent-Semi-supervised-Learning-for-fibroglandular-tissue-segmentation" ], [ "https://github.com/MahnazHabibi/Gene_analysis" ], [ "https://github.com/roqe/MACtest" ], [ "https://github.com/Cuthbert-Huang/CC-Net" ], [ "https://github.com/hsjeon1217/conditional_method" ], [ "https://github.com/favour-nerrise/xGW-GAT" ], [ "https://github.com/favour-nerrise/xGW-GAT" ], [ "https://github.com/favour-nerrise/xGW-GAT" ], [ "https://github.com/favour-nerrise/xGW-GAT" ], [ "https://github.com/ncbi/MedCPT" ], [ "https://github.com/SaeedKarami/VCSDFS" ], [ "https://github.com/mdsufz/StandEnA" ], [ "https://github.com/yevgenin/PatternCode" ], [ "https://github.com/sekijima-lab/GARGOYLES" ], [ "https://github.com/djimenezsanchez/Blind_Unmixing_NMF_RI" ], [ "https://github.com/viralInformatics/VIGA" ], [ "https://github.com/TalusBio/nf-encyclopedia" ], [ "https://github.com/jianweishuai/Dear-DIA-XMBD" ], [ "https://github.com/Zhang-Yang-ops/LSFC" ], [ "https://github.com/Bhattacharya-Lab/PIQLE" ], [ "https://github.com/Bhattacharya-Lab/PIQLE" ], [ "https://github.com/Bhattacharya-Lab/PIQLE" ], [ "https://github.com/Bhattacharya-Lab/PIQLE" ], [ "https://github.com/aehrc/cvt2distilgpt2" ], [ "https://github.com/JiayuanWang-JW/DC-cycleGAN" ], [ "https://github.com/barthelemymp/Domain2DomainProteinTranslation" ], [ "https://github.com/Psy-Fer/buttery-eel" ], [ "https://github.com/RabbitBio/RabbitQCPlus" ], [ "https://github.com/wyp1125/MCScanX" ], [ "https://github.com/rit-cui-lab/Multimodal-AI-for-Prediction-of-Distant-Metastasis-in-Carcinoma-Patients" ], [ "https://github.com/YUshunL/cyclin" ], [ "https://github.com/Wenbo-G/pd-phonation-analysis" ], [ "https://github.com/bayzidlab/SAINT-Angle" ], [ "https://github.com/CSUBioGroup/GraphscoreDTA" ], [ "https://github.com/laplcebeltrami/maltreated" ], [ "https://github.com/elisabettasciacca/DEGGs" ], [ "https://github.com/chenzhe207/FSMSC" ], [ "https://github.com/XiaoTaoWang/HiCLift" ], [ "https://github.com/XiaoTaoWang/HiCLift" ], [ "https://github.com/XiaoTaoWang/HiCLift" ], [ "https://github.com/XiaoTaoWang/HiCLift" ], [ "https://github.com/canc1993/graces" ], [ "https://github.com/weiliao97/METRE" ], [ "https://github.com/shimenghuang/KernelBiome" ], [ "https://github.com/tanzilamohita/DeepCGP" ], [ "https://github.com/aI-area/DVGSN" ], [ "https://github.com/bozdaglab/NRPreTo" ], [ "https://github.com/vigi30/Clinical-GAN" ], [ "https://github.com/glasgowlab/MAGPIE" ], [ "https://github.com/WGLab/bioformer" ], [ "https://github.com/Johnsunnn/ExamPle" ], [ "https://github.com/xwanggroup/DaDL-SChlo" ], [ "https://github.com/berkuva/TCGA-omics-integration" ], [ "https://github.com/skinahan/DIVA_PyTorch" ], [ "https://github.com/meidanis-lab/rank-indel" ], [ "https://github.com/Li-X-P/Code-of-Robust-Tensor-Completion" ], [ "https://github.com/shyammarjit/SAGA" ], [ "https://github.com/Nachida08/SnakeMAGs" ], [ "https://github.com/lmdu/dockey" ], [ "https://github.com/SysBioChalmers/HGTphyloDetect" ], [ "https://github.com/ChunhuaLiLab/Metal3DRNA" ], [ "https://github.com/Cuily-v/Colorectal_cancer" ], [ "https://github.com/cxli233/SimpleTidy_GeneCoEx" ], [ "https://github.com/deepomicslab/SMURF" ], [ "https://github.com/jianlin-cheng/TransFun" ], [ "https://github.com/ihuhuhu/RAC" ], [ "https://github.com/joshidhaivat/HQAlign" ], [ "https://github.com/Richard-Packer/DeepPheWAS" ], [ "https://github.com/zhangt369/SurvivalPath" ], [ "https://github.com/zzc1991/TREC_Precision_Medicine_Track" ], [ "https://github.com/openCONTRABASS/CONTRABASS" ], [ "https://github.com/MinjieWan/Unsupervised-end-to-end-infrared-and-visible-image-fusion-network-using-learnable-fusion-strategy" ], [ "https://github.com/cobisLab/CFA" ], [ "https://github.com/Ensembl/plant-scripts" ], [ "https://github.com/TrangDinh44/ABAG_BioBERT" ], [ "https://github.com/kkyamada/bert-rbp" ], [ "https://github.com/tticoin/HKG-DDIE" ], [ "https://github.com/RuoyuChen10/Image_weighing" ], [ "https://github.com/XiayangLi2301/DNA" ], [ "https://github.com/prasunc/Gliomanet" ], [ "https://github.com/MrZhang176/DNPMSA" ], [ "https://github.com/WGLab/TermViewer" ], [ "https://github.com/MRCIEU/vectology" ], [ "https://github.com/Rostlab/SETH" ], [ "https://github.com/MHH-RCUG/nf_wochenende" ], [ "https://github.com/FeiLyu/SASSL" ], [ "https://github.com/fangzy97/drnet" ], [ "https://github.com/jannikfranzen/theta_neuron" ], [ "https://github.com/VITA-Group/LongTailCXR" ], [ "https://github.com/CDDLeiden/DrugEx" ], [ "https://github.com/MIRCen/NeuronInstanceSeg" ], [ "https://github.com/biomedbigdata/circRNA-sponging" ], [ "https://github.com/PiotrRadzinski/envemind" ], [ "https://github.com/nimamasoumi/DiffeoRaptor" ], [ "https://github.com/Chandan-IITI/Tf-GCZSL" ], [ "https://github.com/yarongef/DistilProtBert" ], [ "https://github.com/MannLabs/alphapeptstats" ], [ "https://github.com/shahidakbarcs/cACP-DeepGram" ], [ "https://github.com/DeepMIALab/UC-NfNet" ], [ "https://github.com/vinchole/zzzccc" ], [ "https://github.com/Tan-group/FebRNA" ], [ "https://github.com/rishavpramanik/AAPSO" ], [ "https://github.com/FeiYee/Breast-area-TWO" ], [ "https://github.com/csxmli2016/DMDNet" ], [ "https://github.com/emmijokinen/tcrconv" ], [ "https://github.com/parashardhapola/scarf" ], [ "https://github.com/shamimarashid/Jupytope" ], [ "https://github.com/ncbi/tmVar3" ], [ "https://github.com/tthinking/MATR" ], [ "https://github.com/MehediAzim/DeepAmp" ], [ "https://github.com/phineasng/DECODE" ], [ "https://github.com/colabpro123/CovidConvLSTM" ], [ "https://github.com/gengmufeng/TCFL-OCT" ], [ "https://github.com/JLiangLab/BenchmarkTransferLearning" ], [ "https://github.com/dmis-lab/SeqTagQA" ], [ "https://github.com/AstraZeneca/StarGazer" ], [ "https://github.com/HUBioDataLab/DrugApp" ], [ "https://github.com/fuad021/biomarker-identification" ], [ "https://github.com/diskin-lab-chop/AutoGVP" ], [ "https://github.com/GeneTranslationLab-IRB/tRNAstudio" ], [ "https://github.com/molinfrimed/multi-kinases" ], [ "https://github.com/jsvir/lscae" ], [ "https://github.com/jiangdat/COMI" ], [ "https://github.com/panliangrui/covid19" ], [ "https://github.com/HangZhouSheep/oppOntology" ], [ "https://github.com/stoledoc/DQOR" ], [ "https://github.com/CMUSchwartzLab/TUSV-ext" ], [ "https://github.com/zsy-9/STNN-DDI" ], [ "https://github.com/magnitov/pentad" ], [ "https://github.com/GauravPandeyLab/ensemble_integration" ], [ "https://github.com/Usman095/Graph-DOM" ], [ "https://github.com/LXQin/DANA" ], [ "https://github.com/yrm9837/mzMD-java" ], [ "https://github.com/Novestars/Fully-Transformer-Network" ], [ "https://github.com/meng-jie/EFMSDTI" ], [ "https://github.com/sivaramakrishnan-rajaraman/Model_calibration" ], [ "https://github.com/HKUST-NISL/GEDDnet" ], [ "https://github.com/AlexTS1980/COVID-CT-Mask-Net" ], [ "https://github.com/telatin/BamToCov" ], [ "https://github.com/LiangYu-Xidian/MDPBMP" ], [ "https://github.com/whussain2/Analysis-pipeline" ], [ "https://github.com/DIAL-RPI/SCO-SSL" ], [ "https://github.com/vpKumaravel/NEAR" ], [ "https://github.com/msisakht/pyprotmodel" ], [ "https://github.com/Minhyeok01/FCLQC" ], [ "https://github.com/Boyle-Lab/SEMplMe" ], [ "https://github.com/bio-phys/optimizedMgFFs" ], [ "https://github.com/PYangLab/SPSs" ], [ "https://github.com/Philipp-MR/CoilGen" ], [ "https://github.com/Cassieyy/AugMS-Net" ], [ "https://github.com/mabulnaga/placenta-flattening" ], [ "https://github.com/mabulnaga/placenta-flattening" ], [ "https://github.com/mabulnaga/placenta-flattening" ], [ "https://github.com/mabulnaga/placenta-flattening" ], [ "https://github.com/treangenlab/komb" ], [ "https://github.com/ajayago/NCMF_bioinformatics" ], [ "https://github.com/hongwang01/DICDNet" ], [ "https://github.com/Bao-Lab/GPSmatch" ], [ "https://github.com/rhysf/HaplotypeTools" ], [ "https://github.com/AluruLab/EnGRaiN" ], [ "https://github.com/colabobio/sciviewer" ], [ "https://github.com/eblancoga/seqcode" ], [ "https://github.com/sbelharbi/deep-wsl-histo-min-max-uncertainty" ], [ "https://github.com/ymatts/RoDiCE" ], [ "https://github.com/fhanau/mspack" ], [ "https://github.com/cliffgao/EAGERER" ], [ "https://github.com/liuyf-a/NeuroPpred-SVM" ], [ "https://github.com/demichelislab/FaME" ], [ "https://github.com/zmmzGitHub/SpanMB_BERT" ], [ "https://github.com/shengli0201/iPromoter-ET" ], [ "https://github.com/albertozenere/Multi-omics-elementary-regulatory-motifs" ], [ "https://github.com/reprotc/geocoding" ], [ "https://github.com/pengsl-lab/BioERP" ], [ "https://github.com/miguelarenas/proteinevolverabc" ], [ "https://github.com/IA92/Automated_Nerves_Quantification" ], [ "https://github.com/Luisiglm/KBoost" ], [ "https://github.com/apple35932003/IVS-Caffe" ], [ "https://github.com/maiziezhoulab/Autism_genepheno" ], [ "https://github.com/pdbeurope/pdbecif" ], [ "https://github.com/studla/RYUTO" ], [ "https://github.com/oxpig/dlab-public" ], [ "https://github.com/ablab/stringdecomposer" ], [ "https://github.com/ablab/stringdecomposer" ], [ "https://github.com/ablab/stringdecomposer" ], [ "https://github.com/ablab/stringdecomposer" ], [ "https://github.com/AT-CG/VF" ], [ "https://github.com/wmalab/EnHiC" ], [ "https://github.com/EsmaeilNourani/TripletProt" ], [ "https://github.com/jiaming-wang/EIP" ], [ "https://github.com/torognes/swarm" ], [ "https://github.com/bittremieux/falcon" ], [ "https://github.com/yaozhong/deepIntraSV" ], [ "https://github.com/SJTU-CGM/ivTerm" ], [ "https://github.com/guilledufort/RENANO" ], [ "https://github.com/duttaprat/DeePROG" ], [ "https://github.com/liujin66/iAMP-CA2L" ], [ "https://github.com/mnodzenski/epistasisGA" ], [ "https://github.com/m3g/2021_Bottino_Biserial" ], [ "https://github.com/ClavelLab/MiMiC" ], [ "https://github.com/FenixHuang667/Bifold" ], [ "https://github.com/cyones/mirDNN" ], [ "https://github.com/multimodallearning/graphregnet" ], [ "https://github.com/ggnatalia/MMs" ], [ "https://github.com/agemagician/ProtTrans" ], [ "https://github.com/shanrongzhao/QuickIsoSeq" ], [ "https://github.com/WLYLab/PepFormer" ], [ "https://github.com/Albert-Lau-Lab/tactics_protein_analysis" ], [ "https://github.com/wlincong/p2pSSE" ], [ "https://github.com/AlagurajVeluchamy/InformationTheory" ], [ "https://github.com/ZhenxingGuo0015/TRES" ], [ "https://github.com/kshestop/DCMD" ], [ "https://github.com/mssm-labmmol/pypolybuilder" ], [ "https://github.com/nrohani/SARS-CoV-2" ], [ "https://github.com/kweimann/ecg-transfer-learning" ], [ "https://github.com/bhioswego/ML_ordCOX" ], [ "https://github.com/zyllluck/GNIPLR" ], [ "https://github.com/ViennaRNA/RNAxplorer" ], [ "https://github.com/openPupil/Open-PupilEXT" ], [ "https://github.com/MCorentin/Solanum_sitiens_assembly" ], [ "https://github.com/hehew321/iDeepC" ], [ "https://github.com/SayakaMiura/PathFinder" ], [ "https://github.com/weitinging/MinNetRank" ], [ "https://github.com/eldronzhou/SDPR" ], [ "https://github.com/KavrakiLab/TL-MHC" ], [ "https://github.com/Wukong90/Handwritten-Text-Recognition" ], [ "https://github.com/Scientific-Computing-Lab-NRCN/MLography" ], [ "https://github.com/filipspl/AnnapuRNA" ], [ "https://github.com/Yikai-Wang/ICI-FSL" ], [ "https://github.com/AMICI-dev/AMICI" ], [ "https://github.com/HEGANLDA/HEGANLDA" ], [ "https://github.com/tuminguyen/COMASK20" ], [ "https://github.com/MichalRozenwald/Hi-ChIP-ML" ], [ "https://github.com/biopragmatics/biomappings" ], [ "https://github.com/jahnl/binding_in_disorder" ], [ "https://github.com/BDM-Lab/Hierarchical3DGenome" ], [ "https://github.com/netml/sonet" ], [ "https://github.com/wzhings/antivaccine_detection" ], [ "https://github.com/stevemidway/MultipleComparisons" ], [ "https://github.com/IoBT-VISTEC/MetaSleepLearner" ], [ "https://github.com/ShuhuaGao/FHOC" ], [ "https://github.com/zhibinlv/isGP-DRLF" ], [ "https://github.com/Jingyi-Cai/NECom" ], [ "https://github.com/millanek/Dsuite" ], [ "https://github.com/borenstein-lab/MetaLAFFA" ], [ "https://github.com/biointec/detox" ], [ "https://github.com/abikoushi/lambda" ], [ "https://github.com/joshidhaivat/QAlign" ], [ "https://github.com/systemsmedicine/Antibody_cross-reaction_dynamics" ], [ "https://github.com/predragradivojac/oc" ], [ "https://github.com/yvquanli/trimnet" ], [ "https://github.com/ratschlab/SNBNMF-mutsig-public" ], [ "https://github.com/kingsford-group/miniception" ], [ "https://github.com/anuradhawick/MetaBCC-LR" ], [ "https://github.com/BorgwardtLab/MoProEmbeddings" ], [ "https://github.com/ablab/stringdecomposer" ], [ "https://github.com/ablab/stringdecomposer" ], [ "https://github.com/ablab/stringdecomposer" ], [ "https://github.com/ablab/stringdecomposer" ], [ "https://github.com/LBBSoft/DeepCDA" ], [ "https://github.com/Sunmile/IMPMD" ], [ "https://github.com/Tongdongq/darwin-gpu" ], [ "https://github.com/ay-lab/mustache" ], [ "https://github.com/jmschrei/kiwano" ], [ "https://github.com/ruanxiaoli/Im-Psepssm" ], [ "https://github.com/haydenmoffat/sequential_design_for_predator_prey_experiments" ], [ "https://github.com/mrazvan22/dkt" ], [ "https://github.com/LannyShi/Hippocampal-segmentation" ], [ "https://github.com/canisw/tf3p" ], [ "https://github.com/ryought/hic_hiker" ], [ "https://github.com/fukunagatsu/LogicomeProfiler" ], [ "https://github.com/NeuroSyd/Epileptic-Seizure-Classification" ], [ "https://github.com/vpc-ccg/circminer" ], [ "https://github.com/xkmaxidian/DRjCC" ], [ "https://github.com/schema-app/schema" ], [ "https://github.com/CXX1113/Dual-DropoutGCN" ], [ "https://github.com/wzj1234/InvBFM" ], [ "https://github.com/chenchenxiong/ASDmiR" ], [ "https://github.com/tensorflow/gan" ], [ "https://github.com/lxwgcool/CircDBG" ], [ "https://github.com/xypan1232/Mass-PPI" ], [ "https://github.com/baharpan/cosmo" ], [ "https://github.com/DIFACQUIM/ECIF" ], [ "https://github.com/guofei-tju/Ensemble-classifier-chain-model" ], [ "https://github.com/highlei/AUSPP" ], [ "https://github.com/guangyu-zhou/MuPIPR" ], [ "https://github.com/ljatynu/NIMCGCN" ], [ "https://github.com/qid12/visar" ], [ "https://github.com/qunfengdong/DCN" ], [ "https://github.com/RanSuLab/Hepatotoxicity" ], [ "https://github.com/zhanglabNKU/APIN" ], [ "https://github.com/YantaoShen/kpm_rw_person_reid" ], [ "https://github.com/YaluWen/OmicPred" ], [ "https://github.com/connor-lab/vapor" ], [ "https://github.com/biomag-lab/hypocotyl-UNet" ], [ "https://github.com/lsyads/fisheye-ORB-SLAM" ], [ "https://github.com/screamer/NetCoffee2" ], [ "https://github.com/StevenLiuWen/sRNN_TSC_Anomaly_Detection" ], [ "https://github.com/XieResearchGroup/WINTF" ], [ "https://github.com/vibansal/IntegratedPhasing" ], [ "https://github.com/harmancilab/EpiSAFARI" ], [ "https://github.com/jieunjung511/Autoimmune-research" ], [ "https://github.com/medvedevgroup/HowDeSBT" ], [ "https://github.com/xiangxuyu/2stepQA" ], [ "https://github.com/yaobaiwei/PPA-Assembler" ], [ "https://github.com/gevaertlab/MultimodalPrognosis" ], [ "https://github.com/niu-lab/gclust" ], [ "https://github.com/walter-ca/Basic4CSim" ], [ "https://github.com/BarnettLab/MyelinJ" ], [ "https://github.com/schallerdavid/pyrod" ], [ "https://github.com/wupengomics/PASS" ], [ "https://github.com/QuKunLab/APEC" ], [ "https://github.com/Modulated-Subgraph-Finder/MSF" ], [ "https://github.com/lykaust15/Deep_learning_examples" ], [ "https://github.com/jmjung83/TT_and_TCP" ], [ "https://github.com/XuegongLab/D2R_codes" ], [ "https://github.com/juexinwang/GRGNN" ], [ "https://github.com/zrq0123/SinNLRR" ], [ "https://github.com/csclab/RMut" ], [ "https://github.com/xgaoo/ClusterMap" ], [ "https://github.com/QData/FastSK" ], [ "https://github.com/likesum/DeeReCT-PolyA" ], [ "https://github.com/jchiquet/multivarNetwork" ], [ "https://github.com/bio-ontology-research-group/opa2vec" ], [ "https://github.com/kantorlab/hivmmer" ], [ "https://github.com/smirarab/ASTRAL" ], [ "https://github.com/biocore/calour" ], [ "https://github.com/hakyimlab/ukbrest" ], [ "https://github.com/zhanglabtools/DNADataAugmentation" ], [ "https://github.com/USTC-HIlab/NRL2DRP" ], [ "https://github.com/Crespo-Otero-group/fromage" ], [ "https://github.com/Crespo-Otero-group/fromage" ], [ "https://github.com/Crespo-Otero-group/fromage" ], [ "https://github.com/Crespo-Otero-group/fromage" ], [ "https://github.com/fra82/comorbidity4j" ], [ "https://github.com/pmeysman/TCRclusteringPaper" ], [ "https://github.com/Tarskin/HappyTools" ], [ "https://github.com/pantherdb/TreeGrafter" ], [ "https://github.com/JinfengXiao/SigMat" ], [ "https://github.com/ucrbioinfo/Novo_Stitch" ], [ "https://github.com/jaebird123/tusv" ], [ "https://github.com/matt-sutton/sgspls" ], [ "https://github.com/EhsanMotazedi/TriPoly" ], [ "https://github.com/CDCgov/PoSE" ], [ "https://github.com/slimsuite/SLiMEnrich" ], [ "https://github.com/CobraLab/atlases" ], [ "https://github.com/nishithkumarpaul/Rvolcano" ], [ "https://github.com/emory-irlab/biocaddie" ], [ "https://github.com/fanglab/MatrixEpistasis" ], [ "https://github.com/ocxtal/libgaba" ], [ "https://github.com/morisUtokyo/mTR" ], [ "https://github.com/multicom-toolbox/CONFOLD2" ], [ "https://github.com/mghamilton/polyAinv" ], [ "https://github.com/franapoli/gep2pep" ], [ "https://github.com/guofeieileen/SMRT" ], [ "https://github.com/kpzoo/snyder-birth-death-code" ], [ "https://github.com/costasilvati/consexpression" ], [ "https://github.com/megrawlab/IndeCut" ], [ "https://github.com/vidarmehr/ChIPWig-v2" ], [ "https://github.com/jmjung83/deconvolution_of_essential_gene_signitures" ], [ "https://github.com/bokhariy/QuaDMutEx" ], [ "https://github.com/songc001/remilo" ], [ "https://github.com/ashar799/SBC" ], [ "https://github.com/bcgsc/pavfinder" ], [ "https://github.com/montecuollo/E2FM" ], [ "https://github.com/KhaosResearch/M2Align" ], [ "https://github.com/nwpu134/DBH" ], [ "https://github.com/ctlab/GADMA" ], [ "https://github.com/Zhuzxlab/LW-FQZip2" ], [ "https://github.com/vyacheslav-tsivina/signature-sj" ], [ "https://github.com/mgledi/PhyFoo" ], [ "https://github.com/zongnansu1982/drug-target-prediction" ], [ "https://github.com/lingluodlut/Att-ChemdNER" ], [ "https://github.com/vanessajurtz/lasagne4bio" ], [ "https://github.com/michaelLenz/EstiTiCS" ], [ "https://github.com/stjude/RNAIndel" ], [ "https://github.com/mani2012/BatchQC" ], [ "https://github.com/tomdeman-bio/Sequence-Search-Tool-for-Antimicrobial-Resistance-SSTAR-" ], [ "https://github.com/ccshao/nimfa" ], [ "https://github.com/davcem/cpm-cytoscape" ], [ "https://github.com/soedinglab/MMseqs" ], [ "https://github.com/marcel-mischnik/IKAP" ], [ "https://github.com/jhyrkas/seaflow_cluster" ], [ "https://github.com/BioprocessdesignLab/COSMOS" ], [ "https://github.com/jaegyoonahn/RASER" ], [ "https://github.com/andrewparkermorgan/argyle" ], [ "https://github.com/RamanLab/FastSL" ], [ "https://github.com/bornea/APOSTL" ], [ "https://github.com/TGAC/KAT" ], [ "https://github.com/tlawrence3/FAST" ], [ "https://github.com/GregoryFaust/samblaster" ], [ "https://github.com/younglululu/COCACOLA" ], [ "https://github.com/fizquierdo/perpetually-updated-trees" ], [ "https://github.com/jefftc/changlab" ], [ "https://github.com/mfumagalli/ngsTools" ], [ "https://github.com/luispedro/Coelho2015_NetsDetermination" ], [ "https://github.com/ymatts/phyC" ], [ "https://github.com/gangchen/epof" ], [ "https://github.com/SiweiCui/EpigeneticControlOfSingle-CellExpressionVariability" ], [ "https://github.com/SJTUBME-QianLab/CFGNN-PDarising" ], [ "https://github.com/Rose-STL-Lab/FS-CAP" ], [ "https://github.com/mcieslik-mctp/epicode" ], [ "https://github.com/bm2-lab/MetaTopics" ], [ "https://github.com/ahmedhshahin/CenTime" ], [ "https://github.com/SimonCB765/Leaf" ], [ "https://github.com/cma2015/CAFU" ], [ "https://github.com/shanny01/benchmark" ], [ "https://github.com/SindiLab/ACTIVA" ], [ "https://github.com/broadinstitute/tangent" ], [ "https://github.com/tbilab/associationsubgraphs" ], [ "https://github.com/vaquerizaslab/fanc" ], [ "https://github.com/CBMi-BiG/bamchop" ], [ "https://github.com/zhihefang/CCLGAN" ], [ "https://github.com/sina-cb/Tn-seqExplorer" ], [ "https://github.com/jcm1201/MHCepitopes" ], [ "https://github.com/vshiv18/sigmoni" ], [ "https://github.com/ICB-DCM/pyPESTO" ], [ "https://github.com/ICB-DCM/pyPESTO" ], [ "https://github.com/ICB-DCM/pyPESTO" ], [ "https://github.com/ICB-DCM/pyPESTO" ], [ "https://github.com/rememberBr/HRTEM2" ], [ "https://github.com/sfu-mial/FuseNet" ], [ "https://github.com/ncc-bioinfo/ASpedia-R" ], [ "https://github.com/nlp-mnmt/ConVisPiv-MNMT" ], [ "https://github.com/pogudingleb/mueller_matrices" ], [ "https://github.com/simo1c/GateMeClass" ], [ "https://github.com/22385wjy/MdAFuse" ], [ "https://github.com/bx20000827/DL-MHNMF" ], [ "https://github.com/compbiomed-unito/MUSE-XAE" ], [ "https://github.com/EABogdanova/ProBAN" ], [ "https://github.com/vinuni-vishc/MPCNN-Sleep-Apnea" ], [ "https://github.com/Biohang/DiSMVC" ], [ "https://github.com/yyzg/OGNNMDA" ], [ "https://github.com/Papatheodorou-Group/CATD_snakemake" ], [ "https://github.com/MorrissyLab/mosaicMPI" ], [ "https://github.com/jaygshah/Robust-Brain-Age-Prediction" ], [ "https://github.com/Royluoyi123/DTKGIN" ], [ "https://github.com/cma2015/DEM" ], [ "https://github.com/CDCgov/shinyMBA" ], [ "https://github.com/Plant-Net/Metabolomic_project" ], [ "https://github.com/weiyuchung/CONY" ], [ "https://github.com/atfrank/RNAPosers" ], [ "https://github.com/amazingma/GraphPath" ], [ "https://github.com/CodeGoat24/RGTNet" ], [ "https://github.com/XuejiangGuo/TransGCN" ], [ "https://github.com/AMSSwanglab/SpecLoop" ], [ "https://github.com/Vincent-1125/Uncertainty-Quantification-on-Clinical-Trial-Outcome-Prediction" ], [ "https://github.com/CoREse/kled" ], [ "https://github.com/nmboffi/spin_glass_evodyn" ], [ "https://github.com/0todd0000/detrend1d" ], [ "https://github.com/CNJianLiu/MH6D" ], [ "https://github.com/AshooriMaryam/Nasal-Aesthetic-Assessment-Deep-learning" ], [ "https://github.com/cgmisc-team/cgmisc" ], [ "https://github.com/haplotype/kindred" ], [ "https://github.com/mena01/PLM-GAN-A-Large-Scale-Protein-Loop-Modeling-Using-pix2pix-GAN_" ], [ "https://github.com/ncbi/GeneGPT" ], [ "https://github.com/TNTurnerLab/HAT" ], [ "https://github.com/humeng24/Margin-SNN" ], [ "https://github.com/tomwhoooo/rtdmf" ], [ "https://github.com/mominul-ssv/cossif" ], [ "https://github.com/shahpr/RiboViz" ], [ "https://github.com/RobinChu9890/MTL-U-Net-for-Functional-Shoulder-STS" ], [ "https://github.com/abelavit/PepCNN" ], [ "https://github.com/XuLabSJTU/COL" ], [ "https://github.com/AirZWH/MSS-UNet" ], [ "https://github.com/CBRC-lab/BioAct-Het" ], [ "https://github.com/whitehat32/MSFF-DTA" ], [ "https://github.com/marcdcfischer/PUNETR" ], [ "https://github.com/lv-csbg/optEnvelope" ], [ "https://github.com/lvbingyu-zeze/gopath" ], [ "https://github.com/DHUDEBLab/DMFDDI" ], [ "https://github.com/taowang11/ML-NPI" ], [ "https://github.com/XinmengLiao/Open_MoA" ], [ "https://github.com/LHY1007/MAG-Res2Net" ], [ "https://github.com/mylbuaa/MGCA-RAFFNet" ], [ "https://github.com/BGI-SynBio/PyMOL-PUB" ], [ "https://github.com/raw-lab/mercat2" ], [ "https://github.com/jiujiezz/tsnad" ], [ "https://github.com/jiujiezz/tsnad" ], [ "https://github.com/jiujiezz/tsnad" ], [ "https://github.com/jiujiezz/tsnad" ], [ "https://github.com/CUHK-AIM-Group/FedGP" ], [ "https://github.com/mfumagalli/ngsJulia" ], [ "https://github.com/WQLin8/omicsMIC" ], [ "https://github.com/cnapy-org/CNApy" ], [ "https://github.com/cnapy-org/CNApy" ], [ "https://github.com/cnapy-org/CNApy" ], [ "https://github.com/cnapy-org/CNApy" ], [ "https://github.com/BrokenStringx/CRISPR-BERT" ], [ "https://github.com/whuchuang/mid" ], [ "https://github.com/biomed-AI/nucleic-acid-binding" ], [ "https://github.com/sldyns/scAce" ], [ "https://github.com/hongwang01/OSCNet" ], [ "https://github.com/mfruzan/CoreDetector" ], [ "https://github.com/hcholab/k-salsa" ], [ "https://github.com/Ma-Xinzhi/LightConvNet" ], [ "https://github.com/nadeemlab/DeepLIIF" ], [ "https://github.com/nyukat/pathology_extraction" ], [ "https://github.com/YingLiangjxau/GR-m6A" ], [ "https://github.com/niccolodpdu/ABDS" ], [ "https://github.com/hnishio/cellssm" ], [ "https://github.com/louliliang/ST-ac4C" ], [ "https://github.com/EricLin1993/GRIN" ], [ "https://github.com/Bhattacharya-Lab/EquiPPIS" ], [ "https://github.com/vtman/PerFSeeB" ], [ "https://github.com/owkin/CovadjustSim" ], [ "https://github.com/Quinella7291/A-Multi-exit-Neural-Network-with-Adaptive-Inference-Time-for-Sleep-Stage-Classification" ], [ "https://github.com/marcomeola/DAIRYdb" ], [ "https://github.com/darylfung96/UC-disease-TL" ], [ "https://github.com/chonghua-1983/HONMF" ], [ "https://github.com/cces-cepid/massccs" ], [ "https://github.com/PlotkinLab/Prothon" ], [ "https://github.com/msmdev/PlasmoFAB" ], [ "https://github.com/scoutzxb/CscoreTool-M" ], [ "https://github.com/shallFun4Learning/PGPointNovo" ], [ "https://github.com/DIAL-RPI/Fed-MENU" ], [ "https://github.com/HiLab-git/HAMIL" ], [ "https://github.com/Crystal-JJ/DREAM" ], [ "https://github.com/NIH-CIT-OIR-SPIS/MouseVUER" ], [ "https://github.com/BGI-Qingdao/VT3D" ], [ "https://github.com/zglabDIB/TbAMLPred" ], [ "https://github.com/mb16biswas/attention-unet" ], [ "https://github.com/bayesrx/RxTree" ], [ "https://github.com/PayamDiba/SERGIO" ], [ "https://github.com/yifang000/QADD" ], [ "https://github.com/bymgood/Target-driven-ML-enabled-VS" ], [ "https://github.com/srtaheri/OptimalAdjustmentSet" ], [ "https://github.com/rlrq/MINORg" ], [ "https://github.com/HaoWuLab-Bioinformatics/Enhancer-MDLF" ], [ "https://github.com/ArdeleanRichard/Space-Breakdown-Method" ], [ "https://github.com/josuebarrera/GenEra" ], [ "https://github.com/PremSinghBist/Sars-CoV-2-Escape-Model" ], [ "https://github.com/iqtree/iqtree2" ], [ "https://github.com/iqtree/iqtree2" ], [ "https://github.com/iqtree/iqtree2" ], [ "https://github.com/iqtree/iqtree2" ], [ "https://github.com/kalininalab/GlyLES" ], [ "https://github.com/daniellyz/meRgeION2" ], [ "https://github.com/THGLab/int2cart" ], [ "https://github.com/xq141839/DCSAU-Net" ], [ "https://github.com/larvalign/larvalign" ], [ "https://github.com/lizmcmanus/Inspectro-Gadget" ], [ "https://github.com/laplcebeltrami/PH-STAT" ], [ "https://github.com/GOMC-WSU/MoSDeF-GOMC" ], [ "https://github.com/sealx017/DenVar" ], [ "https://github.com/tlemane/kmtricks" ], [ "https://github.com/BAMeScience/PepGM" ], [ "https://github.com/empiricalbayes/CSCDRNA" ], [ "https://github.com/mrivarauy/QS-Quantizer" ], [ "https://github.com/mkubiophysics/B-LacFamPred" ], [ "https://github.com/AleVin1995/MutExMatSorting" ], [ "https://github.com/usnistgov/atomvision" ], [ "https://github.com/CMU-SAFARI/BLEND" ], [ "https://github.com/lxwgcool/EigenDel" ], [ "https://github.com/hammoudiproject/SuperpixelGridMasks" ], [ "https://github.com/Tarik4Rashid4/covid19models" ], [ "https://github.com/JU-HuaY/MFR" ], [ "https://github.com/bwbio/PROSE" ], [ "https://github.com/zhyu-lab/bmvae" ], [ "https://github.com/hurraygong/MU3DSP" ], [ "https://github.com/SJTU-LuHe/TransVOD" ], [ "https://github.com/DormanLab/AmpliCI" ], [ "https://github.com/DormanLab/AmpliCI" ], [ "https://github.com/DormanLab/AmpliCI" ], [ "https://github.com/DormanLab/AmpliCI" ], [ "https://github.com/AniBhar84/MCCD-WN" ], [ "https://github.com/PreMedKB/PAnno" ], [ "https://github.com/Ruiz-HCI-Lab/KargaMobile" ], [ "https://github.com/ZenaCai/vsRNAfinder" ], [ "https://github.com/1234zsw/VMCSA" ], [ "https://github.com/BetterCI/DiTone" ], [ "https://github.com/BioinformaticsCSU/CRMSS" ], [ "https://github.com/Lagkouvardos/Cronos" ], [ "https://github.com/idruglab/hignn" ], [ "https://github.com/usaeed786/BGCLN" ], [ "https://github.com/usccolumbia/matglobalmapping" ], [ "https://github.com/228384274/improved-yolov5" ], [ "https://github.com/daiwenrui/VERTICOX" ], [ "https://github.com/IFREMER-LERBL/EcoTransLearn" ], [ "https://github.com/Lqs-github/ACL" ], [ "https://github.com/KohlbacherLab/PeCaX-docker" ], [ "https://github.com/IILab-Resource/MGDTA" ], [ "https://github.com/HiLab-git/DAG4MIA" ], [ "https://github.com/VDIGPKU/CBNetV2" ], [ "https://github.com/gxq1998/MCP-Net" ], [ "https://github.com/dmis-lab/BERN2" ], [ "https://github.com/smallmax00/Dual_Adaptive_Graph_Reasoning" ], [ "https://github.com/ningq669/DLF-Sul" ], [ "https://github.com/SoftServeInc/yield-paper" ], [ "https://github.com/aispeech-lab/TinyWASE" ], [ "https://github.com/sliderplm/D-BFA-618" ], [ "https://github.com/maryamrabiee/quco" ], [ "https://github.com/zm17943/SplitAVG" ], [ "https://github.com/biocorecrg/MOP2" ], [ "https://github.com/dengdy22/U-Nets" ], [ "https://github.com/ZjuLiangsl/mmkp" ], [ "https://github.com/ouyangjiahong/longitudinal-neighbourhood-embedding" ], [ "https://github.com/dimitrisPs/msdesis" ], [ "https://github.com/MintaYLu/COT" ], [ "https://github.com/nachifur/LLPC" ], [ "https://github.com/MeixinZhu/vehicle-crash-identification" ], [ "https://github.com/songweizhi/MarkerMAG" ], [ "https://github.com/zhang134/kngMap" ], [ "https://github.com/rochoa85/mPARCE" ], [ "https://github.com/yoterel/iCatcher" ], [ "https://github.com/xuwenwu24/Bootstrap-test" ], [ "https://github.com/horsedayday/eQTLsingle" ], [ "https://github.com/ucasdp/BiTSC2" ], [ "https://github.com/engbiopct/TextMiningAMR" ], [ "https://github.com/proteinexplorers/EnsembleQS" ], [ "https://github.com/JaesikKim/temporal-GNN" ], [ "https://github.com/lewisfish/signedMCRT" ], [ "https://github.com/martalovino/ChimerDriver" ], [ "https://github.com/ChunhuaLiLab/SREPRHot" ], [ "https://github.com/SohamChattopadhyayEE/DRDA-Net" ], [ "https://github.com/VITA-Group/SmartDeal" ], [ "https://github.com/microbinfie-hackathon2020/CSIS" ], [ "https://github.com/chencxxy28/DRDnet" ], [ "https://github.com/SoftServeInc/affinity-by-GNN" ], [ "https://github.com/I-Guy/SalmoDEST" ], [ "https://github.com/dhcai21/RVHaplo" ], [ "https://github.com/ZRChao/fastANCOM" ], [ "https://github.com/leonweber/drugprot" ], [ "https://github.com/xkmaxidian/NIC" ], [ "https://github.com/Liruiqing-ustc/HFBSurv" ], [ "https://github.com/feiqiwang/PISPKI" ], [ "https://github.com/emiracherif/ONTdeCIPHER" ], [ "https://github.com/jayarajpbalakrishnan/2_SOM_SCREEN" ], [ "https://github.com/wanglabtongji/SCRIP" ], [ "https://github.com/sedaboni/DeepCEL0" ], [ "https://github.com/ChenyuGAO-CS/SMA" ], [ "https://github.com/abu-compbio/NetCentric" ], [ "https://github.com/mpierrejean/pintmf" ], [ "https://github.com/yyguo-sjtu/DSD-3D-Unsupervised-Landmark-Detection-Based-Motion-Estimation" ], [ "https://github.com/huanglikun/BSA-seqDesignTool" ], [ "https://github.com/VoiceBeer/MS-MDA" ], [ "https://github.com/dmcb-gist/MOMA" ], [ "https://github.com/genetronhealth/uvc" ], [ "https://github.com/Haawk666/AutomAl-6000" ], [ "https://github.com/ablab/graphamr" ], [ "https://github.com/mammasmias/IterativeRotationsAssignments" ], [ "https://github.com/HongyanShi026/iR5hmcSC" ], [ "https://github.com/li-shaochuan/SEDIM" ], [ "https://github.com/biocomputinglab/TYLER" ], [ "https://github.com/DREAMXFAR/FCL-Net" ], [ "https://github.com/osmanberke/Deep-SSVEP-BCI" ], [ "https://github.com/ProwlerForNanopore/ProwlerTrimmer" ], [ "https://github.com/96jhwei/Genetic-U-Net" ], [ "https://github.com/IFMlab/ChemFlow" ], [ "https://github.com/HUST-DataMan/FRMC" ], [ "https://github.com/ailabstw/ezGeno" ], [ "https://github.com/svip-lab/SphericalDNNs" ], [ "https://github.com/holab-hku/FlowGrid" ], [ "https://github.com/BabuLab-UofR/TempSpac" ], [ "https://github.com/houzl3416/iDeepSubMito" ], [ "https://github.com/A-ARAKAWA/HMC" ], [ "https://github.com/IoBT-VISTEC/EEGANet" ], [ "https://github.com/ZCCQQWork/scDA" ], [ "https://github.com/czbiohub/MIDAS2" ], [ "https://github.com/wanjun-group-seu/AQUARIUM" ], [ "https://github.com/SJTUBME-QianLab/UDAseg" ], [ "https://github.com/COMBINE-lab/pufferfish" ], [ "https://github.com/Hengfu-Yin/IsoSplitter" ], [ "https://github.com/NWPU-903PR/IMCDriver" ], [ "https://github.com/CSB5/TUGDA" ], [ "https://github.com/MaramMonshi/CovidXrayNet" ], [ "https://github.com/TKSjp/HaplotypeExplorer" ], [ "https://github.com/JackAndCole/Deep-Neural-Network-For-Heartbeat-Classification" ], [ "https://github.com/aod321/STN-iCNN" ], [ "https://github.com/prabhakarlab/scConsensus" ], [ "https://github.com/AkshathaPrasanna/MutVis" ], [ "https://github.com/CN-zdy/MSU_Net" ], [ "https://github.com/yangence/DEBKS" ], [ "https://github.com/BioinformaticsToolsmith/Identity" ], [ "https://github.com/proteinphysiologylab/frustratometeR" ], [ "https://github.com/JhaKanchan15/PPI_GNN" ], [ "https://github.com/guopengf/CG-SAMR" ], [ "https://github.com/neerakara/test-time-adaptable-neural-networks-for-domain-generalization" ], [ "https://github.com/marcovarrone/gene-expression-chromatin" ], [ "https://github.com/ytabatabaee/CASTLES" ], [ "https://github.com/bm2-lab/FL-QSAR" ], [ "https://github.com/CMU-SAFARI/SneakySnake" ], [ "https://github.com/hauldhut/drivergene" ], [ "https://github.com/784221489/DNA-binding" ], [ "https://github.com/gymreklab/chips" ], [ "https://github.com/biosinodx/SCCNV" ], [ "https://github.com/tjubiit/TJU-DHD" ], [ "https://github.com/zabir-nabil/Fibro-CoSANet" ], [ "https://github.com/babaksaremi/RESEQ" ], [ "https://github.com/thuxugang/opus_rota3" ], [ "https://github.com/yue-wang-biomath/MetaTX" ], [ "https://github.com/jimmyrate/ienhancer-xg" ], [ "https://github.com/Genotek/ClassifyCNV" ], [ "https://github.com/qsonehara/Obelisc" ], [ "https://github.com/KIT-MBS/coconet" ], [ "https://github.com/TomasVrzal/DeepReI" ], [ "https://github.com/Mijan/LFNS_paper" ], [ "https://github.com/sofiabroome/painface-recognition" ], [ "https://github.com/fpy94/DBT" ], [ "https://github.com/doraadong/MESSI" ], [ "https://github.com/sunshanwen/BP4RNAseq" ], [ "https://github.com/liukeweiaway/DeepM6A_cnn" ], [ "https://github.com/VITA-Group/PA-HMDB51" ], [ "https://github.com/maups/covid19-satellite-analysis" ], [ "https://github.com/ITBE-Lab/seed-evaluation" ], [ "https://github.com/jiujiezz/tsnad" ], [ "https://github.com/jiujiezz/tsnad" ], [ "https://github.com/jiujiezz/tsnad" ], [ "https://github.com/jiujiezz/tsnad" ], [ "https://github.com/Ananya-Bhattacharjee/ImputeDistances" ], [ "https://github.com/smerckel/FastaChar" ], [ "https://github.com/cbg-ethz/BnpC" ], [ "https://github.com/jeonglab/scCLUE" ], [ "https://github.com/stamakro/GCN-for-Structure-and-Function" ], [ "https://github.com/Peppags/circLGB-circMRT" ], [ "https://github.com/Topf-Lab/XLM-Tools" ], [ "https://github.com/SAINTProtein/SAINT" ], [ "https://github.com/guilledufort/EnanoFASTQ" ], [ "https://github.com/LingtaoSu/BISG" ], [ "https://github.com/UCL/cath-funsite-predictor" ], [ "https://github.com/vanallenlab/comut" ], [ "https://github.com/martin-steinegger/conterminator" ], [ "https://github.com/zhengdd0422/VFNet" ], [ "https://github.com/JianCong-WENG/IterCluster" ], [ "https://github.com/AlgoLab/shark" ], [ "https://github.com/oxpig/DeLinker" ], [ "https://github.com/Xshelton/SG_LSTM" ], [ "https://github.com/Vitek-Lab/mi-CNN_MSI" ], [ "https://github.com/arezourahimi/mtgsbc" ], [ "https://github.com/Excelsior511/StackCPPred" ], [ "https://github.com/ksiewert/BetaScan" ], [ "https://github.com/LM-UGent/GenDisCal" ], [ "https://github.com/smajidian/phaseme" ], [ "https://github.com/paprikachan/DeepMF" ], [ "https://github.com/baranwa2/MetabolicPathwayPrediction" ], [ "https://github.com/anlin00007/OnTAD" ], [ "https://github.com/iprada/Circle-Map" ], [ "https://github.com/knights-lab/SHOGUN" ], [ "https://github.com/malonge/RaGOO" ], [ "https://github.com/lockEF/BayesianScreening" ], [ "https://github.com/powellgenomicslab/scPred" ], [ "https://github.com/beiko-lab/gengis" ], [ "https://github.com/ChenfuShi/HiChIP_peaks" ], [ "https://github.com/dqwei-lab/ATC" ], [ "https://github.com/InfOmics/pangenes-review" ], [ "https://github.com/rabbitpei/SLE" ], [ "https://github.com/nrohani/NDD" ], [ "https://github.com/JianingXi/DriverSub" ], [ "https://github.com/Valdes-Tresanco-MS/gmx_MMPBSA" ], [ "https://github.com/fkallen/CARE" ], [ "https://github.com/a2iEditing/RNAEditingIndexer" ], [ "https://github.com/kaizheng-academic/NASMDR" ], [ "https://github.com/billzyx/LCA-CNN" ], [ "https://github.com/Grantlab/bio3d" ], [ "https://github.com/cambridgeltl/nn_for_LBD" ], [ "https://github.com/yuxuanliao/DeepPIC" ], [ "https://github.com/arouillard/omic-features-successful-targets" ], [ "https://github.com/CardiacModelling/hERGRapidCharacterisation" ], [ "https://github.com/aalto-ics-kepaco/msms_rt_score_integration" ], [ "https://github.com/pcm-dpc/COVID-19" ], [ "https://github.com/pcm-dpc/COVID-19" ], [ "https://github.com/pcm-dpc/COVID-19" ], [ "https://github.com/pcm-dpc/COVID-19" ], [ "https://github.com/algbio/panvc3-experiments" ], [ "https://github.com/Dankem/pyGROMODS" ], [ "https://github.com/YANGeeg/TJU-SRD-datasets" ], [ "https://github.com/tsnorri/panvc3" ], [ "https://github.com/PNNL-Comp-Mass-Spec/Rodin" ], [ "https://github.com/pulmonomics-lab/ccml" ], [ "https://github.com/matthewcarlucci/scikick" ], [ "https://github.com/bgbrink/ddPCRvis" ], [ "https://github.com/kern-lab/discoal" ], [ "https://github.com/ZhoulabCPH/ccml" ], [ "https://github.com/hd2326/ModificationNumber" ], [ "https://github.com/slimsuite/depthkopy" ], [ "https://github.com/gstef80/MAgEC" ], [ "https://github.com/ropensci/chirps" ], [ "https://github.com/PNNL-Comp-Mass-Spec/LipidMiniOn" ], [ "https://github.com/choileena/EHR" ], [ "https://github.com/bluegreen-labs/daymetr" ], [ "https://github.com/cuhklinlab/scAMACE" ], [ "https://github.com/insilico/Rinbix" ], [ "https://github.com/insilico/PriorKnowledgeEpistasisRank" ], [ "https://github.com/usnistgov/cyrsoxs" ], [ "https://github.com/usnistgov/nrss" ], [ "https://github.com/bheAI/MonkeyCBP_CLI" ], [ "https://github.com/bheAI/MonkeyCBP_GUI" ], [ "https://github.com/regulomics/chroMC" ], [ "https://github.com/humengying0907/InstaPrism" ], [ "https://github.com/VCCRI/Spliceogen" ], [ "https://github.com/takumorizo/OVarCall" ], [ "https://github.com/baderzone/biopartsdb" ], [ "https://github.com/jaak-s/macau" ], [ "https://github.com/cuhklinlab/scAMACE_py" ], [ "https://github.com/need47/fselector" ], [ "https://github.com/fredcommo/aCGH_viewer" ], [ "https://github.com/DotanOr/DataCheQC" ], [ "https://github.com/dstahlke/gnuplot-iostream" ], [ "https://github.com/clovaai/wsolevaluation" ], [ "https://github.com/bigomics/metaLINCS" ], [ "https://github.com/PheWAS/PheWAS" ], [ "https://github.com/YuLab-SMU/ggbreak" ], [ "https://github.com/he-y/Awesome-Pruning" ], [ "https://github.com/YANGeeg/MTS-DGCHN" ], [ "https://github.com/LabBandSB/re-Searcher" ], [ "https://github.com/zky0708/2DImpute" ], [ "https://github.com/cschmidtlab/croco" ], [ "https://github.com/bioinformatics-polito/DEEPrior" ], [ "https://github.com/Onogi/VIGoR" ], [ "https://github.com/msjimc/circularMT" ], [ "https://github.com/Zilong-Li/vcfpp" ], [ "https://github.com/JeremyPike/RSMLM" ], [ "https://github.com/JeremyPike/RSMLM-tutorials" ], [ "https://github.com/p-koo/evoaug-tf" ], [ "https://github.com/p-koo/evoaug-tf" ], [ "https://github.com/p-koo/evoaug-tf" ], [ "https://github.com/p-koo/evoaug-tf" ], [ "https://github.com/matthiasbock/BooleSim" ], [ "https://github.com/p-koo/evoaug-tf" ], [ "https://github.com/p-koo/evoaug-tf" ], [ "https://github.com/p-koo/evoaug-tf" ], [ "https://github.com/p-koo/evoaug-tf" ], [ "https://github.com/Micromeda/pygenprop" ], [ "https://github.com/humengying0907/InstaPrismSourceCode" ], [ "https://github.com/syxiaa/gbc" ], [ "https://github.com/samwalrus/reactome-pengine" ], [ "https://github.com/calipho-sib/pepx" ], [ "https://github.com/roblanf/sangeranalyseR" ], [ "https://github.com/smithlabcode/ribotricer" ], [ "https://github.com/UdeS-CoBIUS/Protein2GeneTree" ], [ "https://github.com/UdeS-CoBIUS/SuperProteinTree" ], [ "https://github.com/rkmlab/perf" ], [ "https://github.com/axbazin/panrgp_supdata" ], [ "https://github.com/chembl/pfam_map_loader" ], [ "https://github.com/adbailey4/nanopolish" ], [ "https://github.com/vanessajurtz/MetaPhinder" ], [ "https://github.com/p-koo/evoaug-tf_analysis" ], [ "https://github.com/p-koo/evoaug-tf_analysis" ], [ "https://github.com/p-koo/evoaug-tf_analysis" ], [ "https://github.com/p-koo/evoaug-tf_analysis" ], [ "https://github.com/tudorgroza/code-for-papers" ], [ "https://github.com/tudorgroza/fast_hpo_cr" ], [ "https://github.com/monarch-initiative/fenominal" ], [ "https://github.com/p-koo/evoaug-tf_analysis" ], [ "https://github.com/p-koo/evoaug-tf_analysis" ], [ "https://github.com/p-koo/evoaug-tf_analysis" ], [ "https://github.com/p-koo/evoaug-tf_analysis" ], [ "https://github.com/w2wei/dataset_retrieval_pipeline" ], [ "https://github.com/liujunfengtop/Episo" ], [ "https://github.com/lh3/minimap" ], [ "https://github.com/frankkramer-lab/RCX" ], [ "https://github.com/lh3/miniasm" ], [ "https://github.com/trove2017/Trove" ], [ "https://github.com/loubator/MultiRNAflow" ], [ "https://github.com/xmuyulab/samtools" ], [ "https://github.com/ropensci/nasapower" ], [ "https://github.com/xmuyulab/htslib" ], [ "https://github.com/ay-lab/AveSim" ], [ "https://github.com/c3g/bw-merge-window" ], [ "https://github.com/GHLCLab/phexpo" ], [ "https://github.com/Fibonaccirabbit/cVAN" ], [ "https://github.com/benjaminjack/pinetree" ], [ "https://github.com/mailund/admixture_graph" ], [ "https://github.com/PRIDE-Utilities/ols-client" ], [ "https://github.com/PRIDE-Toolsuite/ols-dialog" ], [ "https://github.com/zhanxw/seqminer" ], [ "https://github.com/tripal/tripal_analysis_expression" ], [ "https://github.com/tripal/tripal_elasticsearch" ], [ "https://github.com/gangwug/MetaCycle" ], [ "https://github.com/yang-lina/seqminer" ], [ "https://github.com/xz-stjude/idcov" ], [ "https://github.com/hakyimlab/MetaXcan" ], [ "https://github.com/ay-lab/HiCtrans" ], [ "https://github.com/fenghen360/HomBlocks" ], [ "https://github.com/ZSI-Bio/variantsdwh" ], [ "https://github.com/sunericd/SPRITE" ], [ "https://github.com/sunericd/sprite-figures-and-analyses" ], [ "https://github.com/raimondilab/expansion" ], [ "https://github.com/YonghuiDong/CCWeights" ], [ "https://github.com/gtsueng/M2C_rel_nb" ], [ "https://github.com/maureensmith/MIMEAnTo" ], [ "https://github.com/royfrancis/pophelper" ], [ "https://github.com/pykeen/pykeen" ], [ "https://github.com/CEG-ICRISAT/Raspberry" ], [ "https://github.com/yannrivault/queryMed" ], [ "https://github.com/CEG-ICRISAT/NGS-QCbox" ], [ "https://github.com/jrwnter/gruenifai" ], [ "https://github.com/labgem/PPanGGOLiN" ], [ "https://github.com/smithlabcode/ribotricer-results" ], [ "https://github.com/chloelulu/tdGBH" ], [ "https://github.com/chloelulu/tdGBH-paper" ], [ "https://github.com/LauritzR/characteristic-feature-extraction" ], [ "https://github.com/HDCVLab/Deep-Dense-Multi-scale-Network" ], [ "https://github.com/AC-PHD/NoLabelPFA" ], [ "https://github.com/shaunpwilkinson/aphid" ], [ "https://github.com/tkotani/CEBond" ], [ "https://github.com/ZhaoLab-TMU/AIMER" ], [ "https://github.com/mrzResearchArena/PyFeat" ], [ "https://github.com/stanlazic/desiR" ], [ "https://github.com/ieeta-pt/BioNExt" ], [ "https://github.com/ssadedin/bpipe" ], [ "https://github.com/VirusBRC/vipr_mat_peptide" ], [ "https://github.com/bjmnbraun/DGraph" ], [ "https://github.com/pnnl/fqc" ], [ "https://github.com/erikagardini/spathial" ], [ "https://github.com/yesint/EnCurv" ], [ "https://github.com/YonghuiDong/Miso_example" ], [ "https://github.com/loopasam/Brain" ], [ "https://github.com/halelab/GBS-Pacecar" ], [ "https://github.com/ZjGaothu/OpenAnnotateR" ], [ "https://github.com/ay-lab/HiCnv" ], [ "https://github.com/qdu-bioinfo/hierarchical-meta-storms" ], [ "https://github.com/qdu-bioinfo/hrms" ], [ "https://github.com/refresh-bio/GTShark" ], [ "https://github.com/ZjGaothu/OpenAnnotatePy" ], [ "https://github.com/Mathelab/RaMP-BackEnd" ], [ "https://github.com/davidhoksza/MolArt" ], [ "https://github.com/iraiosub/riboseq-flow" ], [ "https://github.com/cancerit/VaLiAnT" ], [ "https://github.com/mmilano87/analyzeC19D" ], [ "https://github.com/MicrobiologyETHZ/mbarq" ], [ "https://github.com/TU-Darmstadt-APQ/RedPitaya-Lockbox" ], [ "https://github.com/ICB-DCM/PESTO" ], [ "https://github.com/ICB-DCM/PESTO" ], [ "https://github.com/ICB-DCM/PESTO" ], [ "https://github.com/ICB-DCM/PESTO" ], [ "https://github.com/TU-Darmstadt-APQ/RedPitaya-IntStab" ], [ "https://github.com/afgane/bioblend" ], [ "https://github.com/afgane/bioblend" ], [ "https://github.com/afgane/bioblend" ], [ "https://github.com/afgane/bioblend" ], [ "https://github.com/DatabaseGroup/DeSignate" ], [ "https://github.com/zhangjiaobxy/nssrfBinary" ], [ "https://github.com/zhangjiaobxy/nssrfPackage" ], [ "https://github.com/hitbc/deBWT" ], [ "https://github.com/wh-xu/Hyper-Gen" ], [ "https://github.com/wh-xu/experiment-hyper-gen" ], [ "https://github.com/SamStudio8/goldilocks" ], [ "https://github.com/mschubert/clustermq" ], [ "https://github.com/mschubert/clustermq-performance" ], [ "https://github.com/Jerry-Master/lung-tumour-study" ], [ "https://github.com/kantale/PyPedia_server" ], [ "https://github.com/kantale/pypedia" ], [ "https://github.com/clockor2/phylojs" ], [ "https://github.com/russcd/SELAM" ], [ "https://github.com/tkonopka/GeneticThesaurus" ], [ "https://github.com/tkonopka/RGeneticThesaurus" ], [ "https://github.com/debsin/dropClust" ], [ "https://github.com/halelab/GBS-SNP-CROP" ], [ "https://github.com/Mathelab/RaMP-DB" ], [ "https://github.com/pmckenz1/ipcoal" ], [ "https://github.com/mnakanishi/TRCA-SSVEP" ], [ "https://github.com/apallavicini/PLANiTS" ], [ "https://github.com/galelab/Whitmore_scPathoQuant_testSets" ], [ "https://github.com/ICB-DCM/AMICI" ], [ "https://github.com/ICB-DCM/AMICI" ], [ "https://github.com/ICB-DCM/AMICI" ], [ "https://github.com/ICB-DCM/AMICI" ], [ "https://github.com/MilesCranmer/bnn_chaos_model" ], [ "https://github.com/sgoodswe/vacceed" ], [ "https://github.com/nrsalinas/2matrix" ], [ "https://github.com/blaxterlab/blobology" ], [ "https://github.com/mojones/Blobsplorer" ], [ "https://github.com/PNNL-Comp-Mass-Spec/IMS-Informed-Library" ], [ "https://github.com/sjackman/uniqtag" ], [ "https://github.com/radamsRHA/ThetaMater" ], [ "https://github.com/znoor/iSwathX" ], [ "https://github.com/dtamayo/spock" ], [ "https://github.com/sjackman/uniqtag-paper" ], [ "https://github.com/freh-g/genopyc" ], [ "https://github.com/gem-pasteur/macsyfinder" ], [ "https://github.com/gem-pasteur/macsyfinder" ], [ "https://github.com/gem-pasteur/macsyfinder" ], [ "https://github.com/gem-pasteur/macsyfinder" ], [ "https://github.com/anitamnd/MetaboLink" ], [ "https://github.com/enchainingrealm/UbcDssgBccdc-Research" ], [ "https://github.com/optimusmoose/statistical_agglomeration" ], [ "https://github.com/statgenlmu/coala" ], [ "https://github.com/rauschenberger/cornet" ], [ "https://github.com/YaolingYang/HTRX" ], [ "https://github.com/okdll/mpwR" ], [ "https://github.com/princelab/mspire" ], [ "https://github.com/molbiodiv/biojs-io-biom" ], [ "https://github.com/SimTk/msmexplorer" ], [ "https://github.com/MI2DataLab/KRAB_ZNF" ], [ "https://github.com/batlabucd/GenomeMining" ], [ "https://github.com/bcgsc/orca" ], [ "https://github.com/nanogchen/polyGraft" ], [ "https://github.com/RNA-FRETools/fretraj" ], [ "https://github.com/PNNL-Comp-Mass-Spec/PIXiE" ], [ "https://github.com/DrDanL/index-app-public" ], [ "https://github.com/thomasp85/PanViz" ], [ "https://github.com/alkarkoukly/CSV-FHIR-Transformer" ], [ "https://github.com/katlande/PCBS" ], [ "https://github.com/venyao/shinyCircos" ], [ "https://github.com/yunwilliamyu/SlowMoMan" ], [ "https://github.com/yamada-lab/functree-ng" ], [ "https://github.com/lucp9827/signtrans" ], [ "https://github.com/nygenome/SCANVIS" ], [ "https://github.com/HopLee6/VSCrowd" ], [ "https://github.com/BruningLab/warpDOCK" ], [ "https://github.com/fjmurguzur/causalizeR" ], [ "https://github.com/MDplot/MDplot" ], [ "https://github.com/abyzovlab/CNVpytor" ], [ "https://github.com/abyzovlab/CNVpytor" ], [ "https://github.com/abyzovlab/CNVpytor" ], [ "https://github.com/abyzovlab/CNVpytor" ], [ "https://github.com/alexcoppe/iWhale" ], [ "https://github.com/TyckoLab/CloudASM" ], [ "https://github.com/zipengliu/corgie-ui" ], [ "https://github.com/YasinEl/mzRAPP" ], [ "https://github.com/ylab-hi/ScanNeo" ], [ "https://github.com/NX4/nx4" ], [ "https://github.com/yao-laboratory/cellMarkerPipe" ], [ "https://github.com/yao-laboratory/cellMarkerPipe" ], [ "https://github.com/yao-laboratory/cellMarkerPipe" ], [ "https://github.com/yao-laboratory/cellMarkerPipe" ], [ "https://github.com/LMSE/FYRMENT" ], [ "https://github.com/KristofferBernhem/SMlocalizer" ], [ "https://github.com/daquang/YAMDA" ], [ "https://github.com/caanene1/ACSNI" ], [ "https://github.com/g3viz/g3lollipop" ], [ "https://github.com/lin-lab/COVID19-Viz" ], [ "https://github.com/wmalab/HiCube" ], [ "https://github.com/pranavkdm/R-PointHop" ], [ "https://github.com/Buka-Xing/Deep-network-based-distribution-measures-for-full-reference-image-quality-assessment" ], [ "https://github.com/thekaplanlab/msabrowser" ], [ "https://github.com/anooplab/pyar" ], [ "https://github.com/james-guevara/synthdnm" ], [ "https://github.com/zheminzhou/pHierCC" ], [ "https://github.com/menchelab/BioProfilingNotebooks" ], [ "https://github.com/galelab/scPathoQuant" ], [ "https://github.com/giesselmann/nanopype" ], [ "https://github.com/fiji-hpc/hpc-workflow-manager" ], [ "https://github.com/Askarbek-orakov/ASAR" ], [ "https://github.com/Quantum-Dynamics-Hub/Libra-X" ], [ "https://github.com/mortazavilab/swan_vis" ], [ "https://github.com/mabessa/F3DAS" ], [ "https://github.com/lin-lab/COVID19-Rt" ], [ "https://github.com/hms-dbmi/UpSetR" ], [ "https://github.com/thrushcyc-github/BMull" ], [ "https://github.com/MannLabs/PeptDeep-HLA" ], [ "https://github.com/bokulich-lab/q2-fondue" ], [ "https://github.com/wogrin/LEGO" ], [ "https://github.com/bokulich-lab/q2-fondue-examples" ], [ "https://github.com/FemeniasM/ExplorATEproject" ], [ "https://github.com/zqfang/gnnhap" ], [ "https://github.com/FemeniasM/ExplorATE_shell_script" ], [ "https://github.com/vanvalenlab/deepcell-spots" ], [ "https://github.com/vanvalenlab/deepcell-spots" ], [ "https://github.com/vanvalenlab/deepcell-spots" ], [ "https://github.com/vanvalenlab/deepcell-spots" ], [ "https://github.com/epifluidlab/finaledb_portal" ], [ "https://github.com/epifluidlab/finaledb_workflow" ], [ "https://github.com/KoslickiLab/YACHT-reproducibles" ], [ "https://github.com/chgibb/PHAT" ], [ "https://github.com/pdxgx/neoepiscope-paper" ], [ "https://github.com/interactivereport/Quickomics" ], [ "https://github.com/KlugerLab/t-SNE-Heatmaps" ], [ "https://github.com/pcdslab/GPU-DAEMON" ], [ "https://github.com/Zi-Lab/eDetect" ], [ "https://github.com/abdullah009/DataRLATools" ], [ "https://github.com/vonkaenelerik/ShollBayes" ], [ "https://github.com/abdullah009/RLATools" ], [ "https://github.com/bluenote-1577/local-kmer-selection-results" ], [ "https://github.com/fmfi-compbio/mc-overlaps" ], [ "https://github.com/bluenote-1577/os-minimap2" ], [ "https://github.com/vonkaenelerik/hierarchical_sholl" ], [ "https://github.com/zqfang/haplomap" ], [ "https://github.com/KlugerLab/FIt-SNE" ], [ "https://github.com/MannLabs/alphapeptdeep" ], [ "https://github.com/KoslickiLab/YACHT" ], [ "https://github.com/KoslickiLab/YACHT" ], [ "https://github.com/KoslickiLab/YACHT" ], [ "https://github.com/KoslickiLab/YACHT" ], [ "https://github.com/nutrimetabolomics/POMAShiny" ], [ "https://github.com/kr-colab/disperseNN2" ], [ "https://github.com/kr-colab/disperseNN2" ], [ "https://github.com/kr-colab/disperseNN2" ], [ "https://github.com/kr-colab/disperseNN2" ], [ "https://github.com/JdMDE/ppamlib" ], [ "https://github.com/JdMDE/jmatlib" ], [ "https://github.com/Danko-Lab/rtfbs_db" ], [ "https://github.com/phylo42/EPIK" ], [ "https://github.com/BigDataBiology/SemiBin2_benchmark" ], [ "https://github.com/SONGDONGYUAN1994/scsampler" ], [ "https://github.com/SONGDONGYUAN1994/rscsampler" ], [ "https://github.com/Psy-Fer/interARTIC" ], [ "https://github.com/nutrimetabolomics/POMA" ], [ "https://github.com/Boizard/PRYNT" ], [ "https://github.com/phylo42/IPK" ], [ "https://github.com/BigDataBiology/SemiBin" ], [ "https://github.com/BaderLab/Transfer-Learning-BNER-Bioinformatics-2018" ], [ "https://github.com/joachimwolff/sparse-neighbors-search" ], [ "https://github.com/joachimwolff/scHiCExplorer" ], [ "https://github.com/naver/biobert-pretrained" ], [ "https://github.com/dmis-lab/biobert" ], [ "https://github.com/mohimanilab/MS2Planner" ], [ "https://github.com/paudano/kestrel" ], [ "https://github.com/BaderLab/saber" ], [ "https://github.com/s-will/LocARNA" ], [ "https://github.com/iskana/PBWT-sec" ], [ "https://github.com/ratschlab/PBWT-sec" ], [ "https://github.com/NoiseLabUCSD/ConformalPrediction" ], [ "https://github.com/iTaxoTools/ConcatenatorGui" ], [ "https://github.com/paudano/kescases" ], [ "https://github.com/Franck-Dernoncourt/NeuroNER" ], [ "https://github.com/radoslav180/DiNGO" ], [ "https://github.com/equipeGST/RiboDoc" ], [ "https://github.com/abachaa/Medication_QA_MedInfo2019" ], [ "https://github.com/ncbi/SSDraw" ], [ "https://github.com/biocore-NTNU/pyranges" ], [ "https://github.com/hillerlab/IterativeErrorCorrection" ], [ "https://github.com/HajkD/biomartr" ], [ "https://github.com/MTS-Strathclyde/ISc" ], [ "https://github.com/shka/R-SAMstrt" ], [ "https://github.com/yinlabniu/eCAMI" ], [ "https://github.com/lfnothias/IODA_MS" ], [ "https://github.com/sanshu/protaeljs" ], [ "https://github.com/erhard-lab/iTiSS" ], [ "https://github.com/BaderLab/Towards-reliable-BioNER" ], [ "https://github.com/kemaloksuz/ObjectDetectionImbalance" ], [ "https://github.com/ah651/deepfake_adv" ], [ "https://github.com/edawson/gfakluge" ], [ "https://github.com/vtphan/HeteroplasmyWorkflow" ], [ "https://github.com/BackofenLab/local_alignment" ], [ "https://github.com/ouzounis/CLS-emerges" ], [ "https://github.com/zhanglabNKU/eCAMI" ], [ "https://github.com/malabz/WMSA" ], [ "https://github.com/igvteam/igv" ], [ "https://github.com/igvteam/igv" ], [ "https://github.com/igvteam/igv" ], [ "https://github.com/igvteam/igv" ], [ "https://github.com/sguera/FGCS17" ], [ "https://github.com/urmi-21/orfipy" ], [ "https://github.com/KoslickiLab/CMASH-reproducibles" ], [ "https://github.com/xiaoli-dong/metaerg" ], [ "https://github.com/malabz/WMSA-dataset" ], [ "https://github.com/biocore/q2-umap" ], [ "https://github.com/dkoslicki/CMash" ], [ "https://github.com/biojs/biojs" ], [ "https://github.com/biojs/biojs" ], [ "https://github.com/biojs/biojs" ], [ "https://github.com/biojs/biojs" ], [ "https://github.com/gilles-didier/MolTi" ], [ "https://github.com/gagneurlab/concise" ], [ "https://github.com/mcveanlab/DEploid-r" ], [ "https://github.com/pykeen/benchmarking" ], [ "https://github.com/sauravbsaha/uCAREChemSuiteCLI" ], [ "https://github.com/sandybioteck/RTCpredictor" ], [ "https://github.com/FOI-Bioinformatics/flextaxd" ], [ "https://github.com/fcampelo/epitopes" ], [ "https://github.com/citiususc/BigBWA" ], [ "https://github.com/nf-core/isoseq" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/fmfi-compbio/mc-overlaps-reproducibility" ], [ "https://github.com/rnaer/seqel" ], [ "https://github.com/wbieniec/copmem" ], [ "https://github.com/AgResearch/data_prism" ], [ "https://github.com/refresh-bio/kmer-db" ], [ "https://github.com/kakumarabhishek/zeta-mixup" ], [ "https://github.com/SchlitzerLab/IntestLine" ], [ "https://github.com/Winnie09/Palo" ], [ "https://github.com/machiela-lab/PCAmatchR" ], [ "https://github.com/NoiseLab-RLiu/Automate-PDE-identification" ], [ "https://github.com/beatrizgj/MDPbiome" ], [ "https://github.com/usnistgov/UniSpec" ], [ "https://github.com/WatsonLab/KOunt" ], [ "https://github.com/gagneurlab/Manuscript_Avsec_Bioinformatics_2017" ], [ "https://github.com/taoshen99/AutoMolDesigner" ], [ "https://github.com/ConesaLab/MultiBaC" ], [ "https://github.com/ianvcaldas/smalldisco" ], [ "https://github.com/jpquast/protti" ], [ "https://github.com/kendziorski-lab/SpatialView" ], [ "https://github.com/dibyansu24-maker/Histify" ], [ "https://github.com/chrcarrizosa/shinyseg" ], [ "https://github.com/mcveanlab/DEploid" ], [ "https://github.com/bitvis2021/gotreescape" ], [ "https://github.com/ADAC-UoN/PIMMS" ], [ "https://github.com/Edinburgh-Genome-Foundry/DNAChisel" ], [ "https://github.com/snandiDS/prokseq" ], [ "https://github.com/labinfo-lncc/mnmer" ], [ "https://github.com/UnixJunkie/rankers" ], [ "https://github.com/pdxgx/neoepiscope" ], [ "https://github.com/subhc/clever" ], [ "https://github.com/MTandHJ/rcm" ], [ "https://github.com/aet21/ebGSEA" ], [ "https://github.com/bjing2016/EigenFold" ], [ "https://github.com/austenb28/CycFlowDec" ], [ "https://github.com/delocalizer/streammd" ], [ "https://github.com/zoecastillo/microbiomeExplorer" ], [ "https://github.com/urielsinger/PPI-unbias" ], [ "https://github.com/tkchafin/mrbait" ], [ "https://github.com/radamsRHA/GppFst" ], [ "https://github.com/inab/BIOLITMAP" ], [ "https://github.com/abadona/qsimscan" ], [ "https://github.com/BioSystemsUM/cobamp" ], [ "https://github.com/psyrocloud/EGOF-Net" ], [ "https://github.com/subangstrom/aci" ], [ "https://github.com/HelloWorldCN/RapidMic" ], [ "https://github.com/YonghuiDong/RawHummus" ], [ "https://github.com/ialbert/biostar-central" ], [ "https://github.com/gfxdisp/castleCSF" ], [ "https://github.com/EricLarG4/g4dbr" ], [ "https://github.com/phytest-devs/phytest" ], [ "https://github.com/haidyi/cvxbiclustr" ], [ "https://github.com/rcalinjageman/cartoon_network" ], [ "https://github.com/rcalinjageman/cartoon_network" ], [ "https://github.com/rcalinjageman/cartoon_network" ], [ "https://github.com/rcalinjageman/cartoon_network" ], [ "https://github.com/KechrisLab/SmCCNet" ], [ "https://github.com/bozhubo/SeNic" ], [ "https://github.com/bigchem/transformer-cnn" ], [ "https://github.com/Wang-Lin-boop/PPI-Miner" ], [ "https://github.com/weihaox/awesome-gan-inversion" ], [ "https://github.com/LMSE/AYbRAH" ], [ "https://github.com/524D/mzRecal" ], [ "https://github.com/Superraptor/GSSO" ], [ "https://github.com/zhqingit/giremi" ], [ "https://github.com/alexandrupaler/tqec" ], [ "https://github.com/OpenBioLink/OpenBioLink" ], [ "https://github.com/tsudalab/rxngenerator" ], [ "https://github.com/molecularmodelinglab/bigbind" ], [ "https://github.com/MaterialsDiscovery/PyChemia" ], [ "https://github.com/wang-lab/CRISPRDB" ], [ "https://github.com/Sami-Altayyar/Fast-HBR" ], [ "https://github.com/lh3/minimap2" ], [ "https://github.com/lh3/minimap2" ], [ "https://github.com/lh3/minimap2" ], [ "https://github.com/lh3/minimap2" ], [ "https://github.com/timolassmann/kalign" ], [ "https://github.com/xbjin/cgvr" ], [ "https://github.com/TurakhiaLab/rivet" ], [ "https://github.com/quantitativeimaging/ELM" ], [ "https://github.com/tsdat/tsdat" ], [ "https://github.com/soedinglab/wish" ], [ "https://github.com/lsaravia/mfsba" ], [ "https://github.com/ando-lab/miffi" ], [ "https://github.com/ando-lab/miffi" ], [ "https://github.com/ando-lab/miffi" ], [ "https://github.com/ando-lab/miffi" ], [ "https://github.com/ggonnella/gfapy" ], [ "https://github.com/Pex2892/PETAL" ], [ "https://github.com/Neuropathology-Giessen/SangeR" ], [ "https://github.com/MattClarkson/CMakeCatchTemplate" ], [ "https://github.com/gem-net/chemsearch" ], [ "https://github.com/biocoder/SBEToolbox" ], [ "https://github.com/tom-jenkins/mapmixture" ], [ "https://github.com/MRogalski96/FPM-app" ], [ "https://github.com/cellgeni/batchbench" ], [ "https://github.com/federicogiorgi/corto" ], [ "https://github.com/RihaLab/artMAP" ], [ "https://github.com/khramts/assocplots" ], [ "https://github.com/mrcuizhe/interacCircos" ], [ "https://github.com/shbrief/AnVILWorkflow" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/fcampelo/OrgSpec-paper" ], [ "https://github.com/continuous-symmetry-measure/csm" ], [ "https://github.com/mbadge/candi" ], [ "https://github.com/djmaity/md-davis" ], [ "https://github.com/nttcslab/deep-sound-field-denoiser" ], [ "https://github.com/Steinbeck-Lab/cheminformatics-microservice" ], [ "https://github.com/pephco/ASDEC" ], [ "https://github.com/Bayer-Group/cellenium" ], [ "https://github.com/isblab/nestor" ], [ "https://github.com/isblab/nestor" ], [ "https://github.com/isblab/nestor" ], [ "https://github.com/isblab/nestor" ], [ "https://github.com/hoerlteam/YeastMate" ], [ "https://github.com/IGVF/seqspec" ], [ "https://github.com/Toepfer-Lab/cobramod" ], [ "https://github.com/eugomin/ARES-GT" ], [ "https://github.com/gem-pasteur/PanACoTA" ], [ "https://github.com/LyonsLab/coge" ], [ "https://github.com/LyonsLab/coge" ], [ "https://github.com/LyonsLab/coge" ], [ "https://github.com/LyonsLab/coge" ], [ "https://github.com/AIRI-Institute/PROSTATA" ], [ "https://github.com/ErasmusMC-Bioinformatics/fuma" ], [ "https://github.com/CellProfiler/CellProfiler-Analyst" ], [ "https://github.com/CellProfiler/CellProfiler-Analyst" ], [ "https://github.com/CellProfiler/CellProfiler-Analyst" ], [ "https://github.com/CellProfiler/CellProfiler-Analyst" ], [ "https://github.com/mlandis/phylowood" ], [ "https://github.com/GiDeCarlo/XGDAG" ], [ "https://github.com/zhangjunpeng411/SCOM" ], [ "https://github.com/ruizhang-ai/GCP" ], [ "https://github.com/driesheylen123/BioMOBS" ], [ "https://github.com/biosustain/shu" ], [ "https://github.com/BergmannLab/PascalX" ], [ "https://github.com/mdbloice/Pyrea" ], [ "https://github.com/koji11235/MSECIFv2" ], [ "https://github.com/henry-leo/Patpat" ], [ "https://github.com/MedCompUnipd/FunTaxIS-lite" ], [ "https://github.com/maickrau/MBG" ], [ "https://github.com/kaigelee/CSFCN" ], [ "https://github.com/EBI-IntAct/IntactApp" ], [ "https://github.com/byemaxx/SSREnricher" ], [ "https://github.com/GCQ2119216031/DDA-SKF" ], [ "https://github.com/rfalford12/Implicit-Membrane-Energy-Function-Benchmark" ], [ "https://github.com/gversmee/dbgap2x" ], [ "https://github.com/andrewguy/biostructmap" ], [ "https://github.com/tdepke/CluMSID" ], [ "https://github.com/atfrank/PyShifts" ], [ "https://github.com/jmasison/SpringSaLaD" ], [ "https://github.com/evocell/rabifier" ], [ "https://github.com/VeraLiconaResearchGroup/OCSANA-Plus_SourceCode" ], [ "https://github.com/blachlylab/mucor" ], [ "https://github.com/stormliucong/doc2hpo" ], [ "https://github.com/SysBioChalmers/Streptomyces_coelicolor-GEM" ], [ "https://github.com/phenomecentre/metabotyping-dementia-urine" ], [ "https://github.com/jamesdalg/CNVScope" ], [ "https://github.com/pinetree1/crispr-dav" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/cellatlas/cellatlas" ], [ "https://github.com/aveviort/HyperSet" ], [ "https://github.com/isblab/nestor" ], [ "https://github.com/isblab/nestor" ], [ "https://github.com/isblab/nestor" ], [ "https://github.com/isblab/nestor" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/galenbr/2021ActiveVision" ], [ "https://github.com/songweizhi/HgtSIM" ], [ "https://github.com/SysBioChalmers/RAVEN" ], [ "https://github.com/DecodeGenetics/popSTR" ], [ "https://github.com/DecodeGenetics/popSTR" ], [ "https://github.com/DecodeGenetics/popSTR" ], [ "https://github.com/DecodeGenetics/popSTR" ], [ "https://github.com/cns-iu/ccf-organ-vr-gallery#readme" ], [ "https://github.com/pcm-dpc/COVID-19" ], [ "https://github.com/pcm-dpc/COVID-19" ], [ "https://github.com/pcm-dpc/COVID-19" ], [ "https://github.com/pcm-dpc/COVID-19" ], [ "https://github.com/Greco-Lab/MaNGA" ], [ "https://github.com/iullah1980/MCTcodes" ], [ "https://github.com/ugobas/Molecular_clock" ], [ "https://github.com/nicolaprezza/ebwt2snp" ], [ "https://github.com/max-uhlich/e-PROSPeCT" ], [ "https://github.com/wh90999/ChIAPoP" ], [ "https://github.com/randel/MIND" ], [ "https://github.com/mpgerstl/FTA" ], [ "https://github.com/kojikoji/EMWER" ], [ "https://github.com/quxiaojian/PGA" ], [ "https://github.com/BelindaHernandez/BART-BMA" ], [ "https://github.com/rdzhao/ProteinPocketDetection" ], [ "https://github.com/XQBai/SCTree-test" ], [ "https://github.com/beatrizgj/FLYCOP" ], [ "https://github.com/largelymfs/DeepFold" ], [ "https://github.com/ctDNA/TNER" ], [ "https://github.com/materialsintelligence/matscholar" ], [ "https://github.com/abikoushi/enigma" ], [ "https://github.com/rymc/a-dataset-for-indoor-localization-using-a-smart-home-in-a-box" ], [ "https://github.com/DessimozLab/esprit2" ], [ "https://github.com/carjed/helmsman" ], [ "https://github.com/vishakad/cpi-em" ], [ "https://github.com/adalca/papago" ], [ "https://github.com/bristena-op/AnoniMME" ], [ "https://github.com/cbg-ethz/pcNEM" ], [ "https://github.com/kzkedzierska/sonics" ], [ "https://github.com/TRON-Bioinformatics/ArtiFusion" ], [ "https://github.com/yunchuankong/GEDFN" ], [ "https://github.com/jbudis/dante" ], [ "https://github.com/Biomedinformatics/NGSPanPipe" ], [ "https://github.com/yuzhounh/GWC" ], [ "https://github.com/molsysbio/STASNet" ], [ "https://github.com/HosnaJabbari/Knotty" ], [ "https://github.com/cbg-ethz/netics" ], [ "https://github.com/SilverLabUCL/NeuroMatic" ], [ "https://github.com/debbiemarkslab/evcouplings" ], [ "https://github.com/taehoonlee/HiComet" ], [ "https://github.com/rover2380/Nitrilase" ], [ "https://github.com/scalderazzo/FLNADD" ], [ "https://github.com/agis85/multimodal_brain_synthesis" ], [ "https://github.com/louisgt/SodaPop" ], [ "https://github.com/kekegg/HCSA" ], [ "https://github.com/rnakato/SSP" ], [ "https://github.com/swakkhar/iPHLoc-ES" ], [ "https://github.com/Liulab-HZAU/PCTpred" ], [ "https://github.com/lykaust15/DeepSimulator" ], [ "https://github.com/syspremed/exploBATCH" ], [ "https://github.com/pblischak/polyploid-genotyping" ], [ "https://github.com/soedinglab/hh-suite" ], [ "https://github.com/vpc-ccg/pamir" ], [ "https://github.com/fukunagatsu/RIblast" ], [ "https://github.com/omerwe/MALAX" ], [ "https://github.com/pascalkieslich/mousetrap-os" ], [ "https://github.com/WhittakerLab/AAScatterPlot" ], [ "https://github.com/uci-cbcl/HLA-bind" ], [ "https://github.com/enormandeau/mapcomp" ], [ "https://github.com/aldenleung/OMBlast" ], [ "https://github.com/lanagarmire/NMFEM" ], [ "https://github.com/shubhamchandak94/HARC" ], [ "https://github.com/texttechnologylab/LSTMVoter" ], [ "https://github.com/selcukorkmaz/geneSurv" ], [ "https://github.com/zhangwei2015/IMPre" ], [ "https://github.com/doxeylab/evoclust3d" ], [ "https://github.com/chrisamiller/fishplot" ], [ "https://github.com/masedki/MHTrajectoryR" ], [ "https://github.com/HirotoSaigo/KDSNP" ], [ "https://github.com/GuipengLi/ChIA-PET2" ], [ "https://github.com/Yuma248/Swinger" ], [ "https://github.com/MICCoM/SSAGES-public" ], [ "https://github.com/Wrrzag/DiseaseDiscovery" ], [ "https://github.com/UCanCompBio/deltaBS" ], [ "https://github.com/liuqivandy/scRNABatchQC" ], [ "https://github.com/Tarskin/LaCyTools" ], [ "https://github.com/acs6610987/secureqc" ], [ "https://github.com/mathcom/CPR" ], [ "https://github.com/Jianwei-Zhang/LIMS" ], [ "https://github.com/chvlyl/ZIBR" ], [ "https://github.com/SBU-BMI/region-templates" ], [ "https://github.com/Zheng-Lab/MetaGRN" ], [ "https://github.com/cui-lab/multigems" ], [ "https://github.com/mikessh/vdjtools" ], [ "https://github.com/hellbelly/BS-Snper" ], [ "https://github.com/adam-sam-brown/aRrayLasso" ], [ "https://github.com/Gabaldonlab/redundans" ], [ "https://github.com/ksahlin/BESST" ], [ "https://github.com/urrutiag/destin" ], [ "https://github.com/Junfang/AKSmooth" ], [ "https://github.com/compomics/MAPPI-DAT" ], [ "https://github.com/inincs/pyNCS" ], [ "https://github.com/armintoepfer/haploclique" ], [ "https://github.com/zubekj/broad_peaks" ], [ "https://github.com/morrislab/phylosub" ], [ "https://github.com/MinzhuXie/H-PoPG" ], [ "https://github.com/gersteinlab/GenAI4Drug" ], [ "https://github.com/AaronHong1024/ONeSAMP_3" ], [ "https://github.com/BDI-pathogens/phyloscanner" ], [ "https://github.com/smy-THU/VirtualViewSelection" ], [ "https://github.com/efss24/SPMLD" ], [ "https://github.com/allanverasce/bpc" ], [ "https://github.com/IntersectAustralia/ap11_Samifier" ], [ "https://github.com/kundajelab/ChromDragoNN" ], [ "https://github.com/zhiqan/SeGMVAE" ], [ "https://github.com/LBBSoft/Trader" ], [ "https://github.com/WatsonLab/MAGpy" ], [ "https://github.com/lilit-nersisyan/computel" ], [ "https://github.com/shenay/CellNomenclatureStudy" ], [ "https://github.com/FabienneL/BioNet-Mining" ], [ "https://github.com/tahirulqamar/Deep-HPI-pred" ], [ "https://github.com/Christensen-Lab-Dartmouth/methyLiftover" ], [ "https://github.com/ddofer/ProFET" ], [ "https://github.com/g-insana/MBDBMetrics" ], [ "https://github.com/marithetland/ONTmompS" ], [ "https://github.com/apalania/pradclass" ], [ "https://github.com/CSi-Studio/3D-MSNet" ], [ "https://github.com/liyangjie/PPNet" ], [ "https://github.com/baiboat/HSNet" ], [ "https://github.com/jcvthibault/ibiomes" ], [ "https://github.com/Bgi-LUSH/GPMeta" ], [ "https://github.com/gzhmat/ShinyCNV" ], [ "https://github.com/ih-lab/AI-biopsy" ], [ "https://github.com/zjujdj/SuperAtomicCharge" ], [ "https://github.com/mpc-bioinformatics/pia" ], [ "https://github.com/cansyl/TransferLearning4DTI" ], [ "https://github.com/EffieChantzi/COMBSecretomics" ], [ "https://github.com/BioinformaticsCSU/LongRepMarker" ], [ "https://github.com/cfoguet/iso2flux" ], [ "https://github.com/BilkentCompGen/tardis" ], [ "https://github.com/ZFMK/COGNATE" ], [ "https://github.com/elvanov/MOGAMUN" ], [ "https://github.com/ZYLandy/BiU-Net" ], [ "https://github.com/01dadada/RT-Transformer" ], [ "https://github.com/sanger-pathogens/snp-sites" ], [ "https://github.com/databio/geniml" ], [ "https://github.com/adamtaiti/SARS-CoV-2" ], [ "https://github.com/Nalinikanta7/metagenomics" ], [ "https://github.com/refresh-bio/protestar" ], [ "https://github.com/JUMPSuite/JUMPt" ], [ "https://github.com/wilhelm-lab/oktoberfest" ], [ "https://github.com/tadeu95/BAGS" ], [ "https://github.com/wang-jin-mathbio/Jin2021" ], [ "https://github.com/plattenmichael/DeepnCCA" ], [ "https://github.com/ICB-DCM/AMICI" ], [ "https://github.com/ICB-DCM/AMICI" ], [ "https://github.com/ICB-DCM/AMICI" ], [ "https://github.com/ICB-DCM/AMICI" ], [ "https://github.com/FenyoLab/SAMPEI" ], [ "https://github.com/BackofenLab/CRISPRtracrRNA" ], [ "https://github.com/EESI/themetagenomics" ], [ "https://github.com/zoozeal/Mtb-sig-miner" ], [ "https://github.com/JasonACarter/Allelic_inclusion" ], [ "https://github.com/JinmiaoChenLab/ezSingleCell2" ], [ "https://github.com/liseda-lab/ImPO" ], [ "https://github.com/mirthAI/MicroSegNet" ], [ "https://github.com/Clinical-Genomics/patientMatcher" ], [ "https://github.com/LABIOQUIM/visualdynamics" ], [ "https://github.com/jdelasrivas-lab/breastcancersurvsign" ], [ "https://github.com/luoyuanlab/Clinical-Longformer" ], [ "https://github.com/qd29/SCIP" ], [ "https://github.com/Bishop-Laboratory/correlationAnalyzeR" ], [ "https://github.com/BioGavin/msbff" ], [ "https://github.com/lxsbch/neuroCNVscore" ], [ "https://github.com/brossetti/ssasu" ], [ "https://github.com/bahlolab/PlasmoSTR" ], [ "https://github.com/Zheng-Lab-Westlake/Osteo-Fine-Mapp-SNP2SE2miRNA" ], [ "https://github.com/jamesjiadazhan/dietaryindex" ], [ "https://github.com/ExpressionAnalysis/HLAProfiler" ], [ "https://github.com/mlyc93/WALTER" ], [ "https://github.com/hivdb/sierra-sars2" ], [ "https://github.com/biocai/DeepHiC" ], [ "https://github.com/glycoinfo/GlycoCoO" ], [ "https://github.com/asad/ReactionDecoder" ], [ "https://github.com/hagax8/ancestry_viz" ], [ "https://github.com/ezimic/Image-Quality-Evaluation" ], [ "https://github.com/trislett/TFCE_mediation" ], [ "https://github.com/zhangjunpeng411/LncmiRSRN" ], [ "https://github.com/imagine-bdd/DRWH" ], [ "https://github.com/heeyounh/I-TASSER-COFACTOR-filtering" ], [ "https://github.com/lzcyzm/DRME" ], [ "https://github.com/hsinnan75/SpliceAPP" ], [ "https://github.com/LANL-Bioinformatics/EDGE" ], [ "https://github.com/BDM-Lab/3DMax" ], [ "https://github.com/pmadanecki/htdp" ], [ "https://github.com/treangenlab/Olivar" ], [ "https://github.com/celehs/M2REMAP" ], [ "https://github.com/zjupgx/modig" ], [ "https://github.com/dlcgold/muPBWT" ], [ "https://github.com/healthyPlant/PhytoPipe" ], [ "https://github.com/COMBAT-TB/irida-galaxy-deploy" ], [ "https://github.com/LanLab/STECFinder" ], [ "https://github.com/AlexandrovLab/SigProfilerAssignment" ], [ "https://github.com/AlexandrovLab/SigProfilerAssignment" ], [ "https://github.com/AlexandrovLab/SigProfilerAssignment" ], [ "https://github.com/AlexandrovLab/SigProfilerAssignment" ], [ "https://github.com/Haoxiang-Qi/Network-Calculator" ], [ "https://github.com/pantakis/NMRpQuant" ], [ "https://github.com/mohit1997/JIND" ], [ "https://github.com/gjbaker/sylaras" ], [ "https://github.com/popgengui/agestrucnb" ], [ "https://github.com/muhammedtalo/COVID-19" ], [ "https://github.com/lanec-unifesspa/etoh-withdrawal" ], [ "https://github.com/jmabuin/MetaCacheSpark" ], [ "https://github.com/biomed-AI/GraphPPIS" ], [ "https://github.com/EtienneCmb/tensorpac" ], [ "https://github.com/DWALab/Phindr3D" ], [ "https://github.com/graemefox/mimi" ], [ "https://github.com/ciceklab/targeted_brain_tumor_margin_assessment" ], [ "https://github.com/MSingerLab/COMETSC" ], [ "https://github.com/jenniferfranks/FSQN" ], [ "https://github.com/ManchesterBioinference/GPcounts" ], [ "https://github.com/jclachance/BOFdat" ], [ "https://github.com/microDECT/DECTDec" ], [ "https://github.com/ncats/ld50-multitask" ], [ "https://github.com/kblin/covid-spike-classification" ], [ "https://github.com/JavonSun/mvbc" ], [ "https://github.com/qinwang-ai/DSM-Distil" ], [ "https://github.com/transgenomicsosu/SNP-SELECT" ], [ "https://github.com/sschrod/CODEX" ], [ "https://github.com/broadinstitute/flipbook" ], [ "https://github.com/cacha0227/ncappc" ], [ "https://github.com/lyotvincent/PhiHER2" ], [ "https://github.com/nianqiaoju/snp-slice" ], [ "https://github.com/santule/indelmip" ], [ "https://github.com/nguyenngochuy91/Ancestral-Blocks-Reconstruction" ], [ "https://github.com/MolPlantPathology/ScAnalyzer" ], [ "https://github.com/SchmidtGroupNKI/TGSdrivergene_validity" ], [ "https://github.com/hikmetc/QC_Constellation" ], [ "https://github.com/patrickbryant1/Umol" ], [ "https://github.com/Luo-SynBioLab/ThermoFinder" ], [ "https://github.com/yushanqiu/scMNMF" ], [ "https://github.com/wrc990616/MFMSNet" ], [ "https://github.com/danielhuson/megan-ce" ], [ "https://github.com/plhhnu/GEnDDn" ], [ "https://github.com/biox-nku/epicarousel" ], [ "https://github.com/CMUSchwartzLab/Mase-phi" ], [ "https://github.com/ymy12341/STM-ac4C" ], [ "https://github.com/multicom-toolbox/deepdist" ], [ "https://github.com/DominikBatic/EndoViT" ], [ "https://github.com/QingYunA/Linear-Semantic-Transformation-for-Semi-Supervised-Medical-Image-Segmentation" ], [ "https://github.com/gegao310/VesselSeg-Pytorch-master" ], [ "https://github.com/DayuHuu/scEMC" ], [ "https://github.com/andrewhaoyu/TOP" ], [ "https://github.com/matcyr/Hi-GeoMVP" ], [ "https://github.com/algbio/efg-mems" ], [ "https://github.com/zhouzhou1201/CSAP-UNet" ], [ "https://github.com/MarieOestreich/small-molecule-autoencoders" ], [ "https://github.com/chengzhouwu/gbdmr" ], [ "https://github.com/HustAlexander/MCWSS" ], [ "https://github.com/epa-kpc/RFMEVAL" ], [ "https://github.com/jiangyu945/S2CA-Net" ], [ "https://github.com/BioMedIA-MBZUAI/FUSC" ], [ "https://github.com/zlfyj/AbDPP" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/GTBiomech/HEADSport-Filter-Method" ], [ "https://github.com/xuhuali-mxj/IM-DCL" ], [ "https://github.com/stebro01/research_database_sqlite_i2b2" ], [ "https://github.com/kkkayle/DFI-MS" ], [ "https://github.com/Nik-BB/Learning-curves-for-DRP" ], [ "https://github.com/kokinide/PARSID" ], [ "https://github.com/jeong-jasonji/MTL_CAC_classification" ], [ "https://github.com/dahvida/NP_Fingerprints" ], [ "https://github.com/dhanaprakashj/kuura_pipeline" ], [ "https://github.com/kanak02/MOEDO" ], [ "https://github.com/cmb-chula/MHCSeqNet2" ], [ "https://github.com/fawaz-dabbaghieh/PanPA" ], [ "https://github.com/RemiAllio/MitoFinder" ], [ "https://github.com/JEFworks-Lab/STalign" ], [ "https://github.com/JEFworks-Lab/STalign" ], [ "https://github.com/JEFworks-Lab/STalign" ], [ "https://github.com/JEFworks-Lab/STalign" ], [ "https://github.com/singlecellomics/ursa" ], [ "https://github.com/kemaldemirtas/prc-MI" ], [ "https://github.com/gambalab/DREEP" ], [ "https://github.com/nitzanavidan/PD_Recon" ], [ "https://github.com/Zouxidan/HA_predict" ], [ "https://github.com/HuangLab-CBI/PhasiHunter" ], [ "https://github.com/seungjinna/cygate" ], [ "https://github.com/gdghds0/FSRENet-master" ], [ "https://github.com/jianzhang-xynu/hybridDBRpred" ], [ "https://github.com/syc2017/KCDTA" ], [ "https://github.com/biointec/nexus" ], [ "https://github.com/Cao-Labs/ComplexQA" ], [ "https://github.com/RUXIAOQING964914140/FS_DTA" ], [ "https://github.com/DeepMIALab/FFPEPlus" ], [ "https://github.com/Eleanorhxd/MKCL" ], [ "https://github.com/ciceklab/ECOLE" ], [ "https://github.com/zhanglab-wbgcas/EIEPCF" ], [ "https://github.com/marbl/MashMap" ], [ "https://github.com/PostoenkoVI/IQMMA" ], [ "https://github.com/ghc4/metagens" ], [ "https://github.com/dhirujis02/Journal" ], [ "https://github.com/NeginBabaiha/NN-RNALoc" ], [ "https://github.com/LiminLi-xjtu/FGCNSurv" ], [ "https://github.com/illumina/REViewer" ], [ "https://github.com/zwang-bioinformatics/HiC4D" ], [ "https://github.com/liaoherui/StrainScan" ], [ "https://github.com/YongChen-Exact/TC-CoNet" ], [ "https://github.com/akibzaman/SleepBoost" ], [ "https://github.com/MICS-Lab/scyan" ], [ "https://github.com/Roth-Lab/SpatialSort" ], [ "https://github.com/jianghruc/scHoML" ], [ "https://github.com/xu-shi-jie/idp-elm" ], [ "https://github.com/zmzhang/SigmaCCS" ], [ "https://github.com/Czaki/Trapalyzer" ], [ "https://github.com/BioinfoMachineLearning/GCPNet" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/jun-csbio/e2eatp" ], [ "https://github.com/tee-lab/MOTHe-GUI" ], [ "https://github.com/ZhonghuiGu/HEAL" ], [ "https://github.com/ScienceNLP-Lab/Citation-Integrity" ], [ "https://github.com/LichtargeLab/ShinyBioHEAT" ], [ "https://github.com/DanielBrunnsaker/ProtPredict" ], [ "https://github.com/behinger/etcomp" ], [ "https://github.com/ddiem-ri-4D/epiTCR" ], [ "https://github.com/ConesaLab/SQANTI3" ], [ "https://github.com/XiaodiYangpku/MultimodalPPI" ], [ "https://github.com/nunofonseca/irap" ], [ "https://github.com/eltonpan/zeosyn_dataset" ], [ "https://github.com/tntrung/dag-gans" ], [ "https://github.com/dcgerard/reproduce_prior_sims" ], [ "https://github.com/NBISweden/strobealign-evaluation" ], [ "https://github.com/drzeeshanahmed/intelligenes" ], [ "https://github.com/rastanton/GAMMA" ], [ "https://github.com/FordeGenomics/cathai" ], [ "https://github.com/scverse/ecosystem-packages" ], [ "https://github.com/mandricigor/isoem2" ], [ "https://github.com/JhuangLab/BioInstaller" ], [ "https://github.com/IMSY-DKFZ/simpa_paper_experiments" ], [ "https://github.com/cunningham-lab/codacore" ], [ "https://github.com/regnveig/FastContext" ], [ "https://github.com/CshlSiepelLab/nascentRNASim" ], [ "https://github.com/CshlSiepelLab/DENR" ], [ "https://github.com/Christina-hshi/CQF-deNoise" ], [ "https://github.com/Caleydo/ordino" ], [ "https://github.com/egr95/R-codacore" ], [ "https://github.com/Christina-hshi/SH-assembly" ], [ "https://github.com/Bohdan-Khomtchouk/shinyheatmap" ], [ "https://github.com/bioinfo-tsukuba/CCPLS" ], [ "https://github.com/akloetgen/PARA-suite_aligner" ], [ "https://github.com/akloetgen/PARA-suite" ], [ "https://github.com/John-P/wsic" ], [ "https://github.com/lorrainea/CNEFinder" ], [ "https://github.com/IMSY-DKFZ/simpa" ], [ "https://github.com/jsgounot/Floria_analysis_workflow" ], [ "https://github.com/lmc297/BTyper" ], [ "https://github.com/bio15anu/revelio" ], [ "https://github.com/EpiDiverse/SNP" ], [ "https://github.com/MichaelLinn/off_target_prediction" ], [ "https://github.com/r-koike/eagent" ], [ "https://github.com/kdd-ubc/MorphOT" ], [ "https://github.com/vivarium-collective/vivarium-core" ], [ "https://github.com/gitter-lab/ml4bio" ], [ "https://github.com/medicalinformatics/SecureEpilinker" ], [ "https://github.com/tangyou79/TRCM" ], [ "https://github.com/wenqi006/SlideGraph" ], [ "https://github.com/IBM/Matilda" ], [ "https://github.com/medicalinformatics/MainzellisteSEL" ], [ "https://github.com/bbiswas1989/scHD4E" ], [ "https://github.com/bbiswas1989/scHD4E-Shiny" ], [ "https://github.com/Bohdan-Khomtchouk/fastheatmap" ], [ "https://github.com/saucermanlab/Netflux" ], [ "https://github.com/CSi-Studio/Aird-SDK" ], [ "https://github.com/pinellolab/GRAFIMO" ], [ "https://github.com/ZRChao/adaANCOM" ], [ "https://github.com/ZRChao/Papers_supplementary" ], [ "https://github.com/InfOmics/GRAFIMO" ], [ "https://github.com/beagle-dev/beagle-lib" ], [ "https://github.com/Wu-Lab/RENDOR" ], [ "https://github.com/Wu-Lab/RENDOR-reproduce" ], [ "https://github.com/vivarium-collective/vivarium-notebooks" ], [ "https://github.com/Lihao482/REebecca" ], [ "https://github.com/WenkeHuang/MarsFL" ], [ "https://github.com/bluenote-1577/floria" ], [ "https://github.com/XiwuChen/PRA-Net" ], [ "https://github.com/langjidong/MAECI" ], [ "https://github.com/carmonalab/UCell" ], [ "https://github.com/BiomedSciAI/Geno4SD" ], [ "https://github.com/BiomedSciAI/Geno4SD" ], [ "https://github.com/BiomedSciAI/Geno4SD" ], [ "https://github.com/BiomedSciAI/Geno4SD" ], [ "https://github.com/Lemes-RenanB/HardyWeinbergTesting" ], [ "https://github.com/Vandermode/QRNN3D" ], [ "https://github.com/adamewing/methylartist" ], [ "https://github.com/carpentries-incubator/ml4bio-workshop" ], [ "https://github.com/EpistasisLab/tpot" ], [ "https://github.com/thiviyanT/torch-rgcn" ], [ "https://github.com/lelaboratoire/tpot-fss" ], [ "https://github.com/danmcduff/iphys-toolbox" ], [ "https://github.com/COMBINE-lab/simpleaf" ], [ "https://github.com/COMBINE-lab/simpleaf" ], [ "https://github.com/COMBINE-lab/simpleaf" ], [ "https://github.com/COMBINE-lab/simpleaf" ], [ "https://github.com/mutalyzer/description-extractor" ], [ "https://github.com/cbg-ethz/pareg" ], [ "https://github.com/ZarnackGroup/racoon_clip" ], [ "https://github.com/gosling-lang/gos" ], [ "https://github.com/ytakemon/GRETTA" ], [ "https://github.com/stjude/ChIPseqSpikeInFree" ], [ "https://github.com/mikelkou/fava" ], [ "https://github.com/lhhunghimself/fastBMA" ], [ "https://github.com/mensxmachina/autoML-GWAS" ], [ "https://github.com/sebastianduchene/clockstarg" ], [ "https://github.com/GfellerLab/MetacellAnalysisTutorial" ], [ "https://github.com/chunxiao-dcx/QSP" ], [ "https://github.com/lindenb/jvarkit" ], [ "https://github.com/vgteam/libhandlegraph" ], [ "https://github.com/GfellerLab/MetacellAnalysisToolkit" ], [ "https://github.com/MehmetEylemKirlangic/RepetitiveMovementAnalysis" ], [ "https://github.com/jwist/hastaLaVista" ], [ "https://github.com/MehmetEylemKirlangic/DATA" ], [ "https://github.com/IneMelckenbeeck/equation-generator" ], [ "https://github.com/IneMelckenbeeck/graphlet-naming" ], [ "https://github.com/PRIS-CV/Sketch-CS" ], [ "https://github.com/KingJamesSong/OrthoImproveCond" ], [ "https://github.com/aleixalcacer/JA-BIAA" ], [ "https://github.com/Moein-Karami/RandStrobes" ], [ "https://github.com/ciccalab/MEGA" ], [ "https://github.com/pzc/herg_chembl_jcim" ], [ "https://github.com/lptolik/R4Kappa" ], [ "https://github.com/vgteam/libbdsg" ], [ "https://github.com/lcsb-bds/transreg" ], [ "https://github.com/chunxiao-dcx/QSAP" ], [ "https://github.com/RingBDStack/RGMIL" ], [ "https://github.com/ShkolniskyLab/emalign" ], [ "https://github.com/MCWComputationalBiologyLab/BioModME" ], [ "https://github.com/EmanueleRaineri/cvlr" ], [ "https://github.com/SynBioDex/libSBOLj3" ], [ "https://github.com/sammeyer2017/TwisTranscripT" ], [ "https://github.com/CSi-Studio/AirdPro" ], [ "https://github.com/netZoo/netZooM" ], [ "https://github.com/xia-lab/MetaboAnalystR" ], [ "https://github.com/rdkit/mmpdb" ], [ "https://github.com/ecogenomics/gtdbtk" ], [ "https://github.com/ecogenomics/gtdbtk" ], [ "https://github.com/ecogenomics/gtdbtk" ], [ "https://github.com/ecogenomics/gtdbtk" ], [ "https://github.com/NFMC/SynRio" ], [ "https://github.com/DecodeGenetics/BamHash" ], [ "https://github.com/sing-group/compi" ], [ "https://github.com/caotianze/plotnineseqsuite" ], [ "https://github.com/HuaweiWang/WearableMeasurementSystem" ], [ "https://github.com/justin13601/AnnoDash" ], [ "https://github.com/skalyaanamoorthy/PoseFilter" ], [ "https://github.com/CCY-dev/LongDat" ], [ "https://github.com/alexxijielu/yeast_segmentation" ], [ "https://github.com/iktos/generation-under-synthetic-constraint" ], [ "https://github.com/sys-bio/libOmexMeta" ], [ "https://github.com/ecogenomicscanada/Seq2Sat" ], [ "https://github.com/allmwh/IFF" ], [ "https://github.com/A-Golshan/Malonylation" ], [ "https://github.com/lockEF/NonparametricMultiway" ], [ "https://github.com/johnlees/mandrake" ], [ "https://github.com/rauschenberger/starnet" ], [ "https://github.com/Proteomicslab57357/UniprotR" ], [ "https://github.com/Joye9285/scGAC" ], [ "https://github.com/idrblab/socube" ], [ "https://github.com/calebclass/Shiny-NanoTube" ], [ "https://github.com/MontgomeryLab/tinyRNA" ], [ "https://github.com/raghavagps/FluSPred" ], [ "https://github.com/JINJINT/ESCO" ], [ "https://github.com/TillMacher/TaxonTableTools" ], [ "https://github.com/ctlab/phantasus" ], [ "https://github.com/netZoo/netZooPy" ], [ "https://github.com/ando-lab/miffi" ], [ "https://github.com/ando-lab/miffi" ], [ "https://github.com/ando-lab/miffi" ], [ "https://github.com/ando-lab/miffi" ], [ "https://github.com/beast-dev/beast-mcmc" ], [ "https://github.com/johnnytam100/AlphaCutter" ], [ "https://github.com/crazyinter/DETIRE" ], [ "https://github.com/TissueImageAnalytics/tiatoolbox" ], [ "https://github.com/Lili-Zheng-stat/TTOI" ], [ "https://github.com/haessar/peaks2utr" ], [ "https://github.com/siheming/mspypeline" ], [ "https://github.com/ruixv/NLOS-OT" ], [ "https://github.com/baohongz/bioInfograph" ], [ "https://github.com/danis102/seqpac" ], [ "https://github.com/evolbioinf/fur" ], [ "https://github.com/maickrau/GraphAligner" ], [ "https://github.com/maickrau/GraphAligner" ], [ "https://github.com/maickrau/GraphAligner" ], [ "https://github.com/maickrau/GraphAligner" ], [ "https://github.com/labstructbioinf/pLM-BLAST" ], [ "https://github.com/czc/nb_distribution" ], [ "https://github.com/davidebolo1993/VISOR" ], [ "https://github.com/stianlagstad/chimeraviz" ], [ "https://github.com/pelinakan/UBD" ], [ "https://github.com/yywan0913/SVhawkeye" ], [ "https://github.com/buckleylab/HTSSIP" ], [ "https://github.com/kkihnphd/VICR" ], [ "https://github.com/mgtools/myRT" ], [ "https://github.com/djwooten/synergy" ], [ "https://github.com/BorgwardtLab/simbsig" ], [ "https://github.com/mutalyzer/algebra" ], [ "https://github.com/YonghaoXu/CRGNet" ], [ "https://github.com/LAHCEN-EL-AMRI/Gamma-Spectra-Analysis" ], [ "https://github.com/signaturescience/skater" ], [ "https://github.com/egaffo/CirComPara2" ], [ "https://github.com/ViennaRNA/drforna" ], [ "https://github.com/TheMillerLab/genetex" ], [ "https://github.com/zliu3/SPMGBA" ], [ "https://github.com/YaCui/NG-Circos" ], [ "https://github.com/roblanf/minion_qc" ], [ "https://github.com/rdiaz02/EvAM-Tools" ], [ "https://github.com/sinc-lab/phdseeker" ], [ "https://github.com/SGDDNB/ShinyCell" ], [ "https://github.com/leklab/mito_visualize" ], [ "https://github.com/david-bouyssie/hdx-viewer" ], [ "https://github.com/kvnkuang/mavequest-front-end" ], [ "https://github.com/bioinfo-tsukuba/CCPLS_paper" ], [ "https://github.com/AIRI-Institute/SEMAi" ], [ "https://github.com/SchulzLab/RAPID" ], [ "https://github.com/ferlicjl/diffpop" ], [ "https://github.com/pepascuzzi/CellMinerCompanion" ], [ "https://github.com/katlabs/genegraphics" ], [ "https://github.com/BiologicalRecordsCentre/Odonata_traits" ], [ "https://github.com/MDhewei/GuidePro" ], [ "https://github.com/GeomScale/dingo" ], [ "https://github.com/menicgiulia/CPIExtract" ], [ "https://github.com/emilyjanedennis/PRA" ], [ "https://github.com/zhangxaochen/CuFusion" ], [ "https://github.com/stjude/proteinpaint" ], [ "https://github.com/aranzana-lab/PERSEUS" ], [ "https://github.com/MarekSlenker/MorphoTools2" ], [ "https://github.com/niu-lab/DIVIS" ], [ "https://github.com/dphansti/Sushi" ], [ "https://github.com/andersst91/UAStools" ], [ "https://github.com/BrendelGroup/AEGeAn" ], [ "https://github.com/kszkop/flexiMAP" ], [ "https://github.com/VCCRI/dv-trio" ], [ "https://github.com/ruanjue/wtdbg2" ], [ "https://github.com/zorkzou/UniMoVib" ], [ "https://github.com/MetaSys-LISBP/IsoCor" ], [ "https://github.com/mohamedlahdour/NTP-ERSN" ], [ "https://github.com/compomics/compomics-utilities" ], [ "https://github.com/kyzhu/assembltrie" ], [ "https://github.com/cortex-lab/Rigbox" ], [ "https://github.com/Voineagulab/TDAview" ], [ "https://github.com/laczkol/QVG" ], [ "https://github.com/jedick/chem16S" ], [ "https://github.com/maplesond/SPECTRE" ], [ "https://github.com/svalkiers/clusTCR" ], [ "https://github.com/yangence/MTM" ], [ "https://github.com/LieberInstitute/dRFEtools" ], [ "https://github.com/KennthShang/PhaBOX" ], [ "https://github.com/wmalab/scHiCDiff" ], [ "https://github.com/JFFleming/RCFV_Reader" ], [ "https://github.com/yaober/trichomecounter" ], [ "https://github.com/kamimrcht/ELECTOR" ], [ "https://github.com/linhuawang/SEAGAL" ], [ "https://github.com/linhuawang/SEAGAL" ], [ "https://github.com/linhuawang/SEAGAL" ], [ "https://github.com/linhuawang/SEAGAL" ], [ "https://github.com/minmarg/comer" ], [ "https://github.com/bioasp/merrin" ], [ "https://github.com/Voineagulab/NeuroCirc" ], [ "https://github.com/UCSB-VRL/ReebGraph" ], [ "https://github.com/kr-colab/disperseNN2" ], [ "https://github.com/kr-colab/disperseNN2" ], [ "https://github.com/kr-colab/disperseNN2" ], [ "https://github.com/kr-colab/disperseNN2" ], [ "https://github.com/2003100127/deeptminter" ], [ "https://github.com/meglecz/mkCOInr" ], [ "https://github.com/drou0302/CapiPy" ], [ "https://github.com/samtools/htscodecs" ], [ "https://github.com/OpenWaterAnalytics/epanet-dev" ], [ "https://github.com/Fraunhofer-ITMP/mpox-kg" ], [ "https://github.com/digitalmethodsinitiative/dmi-tcat" ], [ "https://github.com/amkozlov/raxml-ng" ], [ "https://github.com/amkozlov/raxml-ng" ], [ "https://github.com/amkozlov/raxml-ng" ], [ "https://github.com/amkozlov/raxml-ng" ], [ "https://github.com/LiangYu-Xidian/EPSOL" ], [ "https://github.com/biothings/biothings_explorer" ], [ "https://github.com/biothings/biothings_explorer" ], [ "https://github.com/biothings/biothings_explorer" ], [ "https://github.com/biothings/biothings_explorer" ], [ "https://github.com/Rbbt-Workflows/combination_index" ], [ "https://github.com/Luckysoutheast/STMHCPan" ], [ "https://github.com/Joindbre/TextRelevancy" ], [ "https://github.com/mlocardpaulet/VisioProt-MS" ], [ "https://github.com/czlwang/PopulationTransformer" ], [ "https://github.com/sib-swiss/Knoto-ID" ], [ "https://github.com/jwen307/mri_cnf" ], [ "https://github.com/omorante/shinyepico" ], [ "https://github.com/broadinstitute/oncotator" ], [ "https://github.com/HIT-ICES/TNNLS-MTGN" ], [ "https://github.com/chenbong/PSS-Net" ], [ "https://github.com/rwk-unil/parallel_pbwt" ], [ "https://github.com/huiwenke/MineProt" ], [ "https://github.com/sybila/biodivine-aeon-py" ], [ "https://github.com/Poisson-EM/Entropy-weighted-NMF" ], [ "https://github.com/dilincv/TAGNet" ], [ "https://github.com/oddt/oddt" ], [ "https://github.com/oddt/oddt" ], [ "https://github.com/oddt/oddt" ], [ "https://github.com/oddt/oddt" ], [ "https://github.com/Genentech/GameRank" ], [ "https://github.com/HajkD/myTAI" ], [ "https://github.com/lh3/bedtk" ], [ "https://github.com/XLuyu/PDR" ], [ "https://github.com/CellDynamics/QuimP" ], [ "https://github.com/pchlenski/misdeed" ], [ "https://github.com/HuangLab-Fudan/ASJA" ], [ "https://github.com/thh32/Lipase_reclassification" ], [ "https://github.com/philipmorrisintl/GladiaTOX" ], [ "https://github.com/pmelsted/bifrost" ], [ "https://github.com/KirillKryukov/naf" ], [ "https://github.com/bioinfomaticsCSU/MEC" ], [ "https://github.com/luoyan407/congruency" ], [ "https://github.com/shamsaraj/ezqsar" ], [ "https://github.com/phnmnl/wft4galaxy" ], [ "https://github.com/markhilt/ARBitR" ], [ "https://github.com/NCBI-Hackathons/rnaseqview" ], [ "https://github.com/szpiech/selscan" ], [ "https://github.com/iossifovlab/gpf" ], [ "https://github.com/celery-kotone/GEMBASSY" ], [ "https://github.com/lh3/ropebwt2" ], [ "https://github.com/Bobay-Ochman/ConSpeciFix" ], [ "https://github.com/jensengroup/fragbuilder" ], [ "https://github.com/labsquare/cutevariant" ], [ "https://github.com/zengwang430521/TCFormer" ], [ "https://github.com/hoelzer/pocp" ], [ "https://github.com/jglamine/phage" ], [ "https://github.com/spatialsimulator/XitoSBML" ], [ "https://github.com/statisticalbiotechnology/NonlinearGradientsUI" ], [ "https://github.com/hklarner/PyBoolNet" ], [ "https://github.com/lidq92/mpeg-pcc-tmc13" ], [ "https://github.com/inria-thoth/EDAA" ], [ "https://github.com/lanl/DEPDOSE" ], [ "https://github.com/zhanglijun95/TreeMTL" ], [ "https://github.com/AronLin/IDNet" ], [ "https://github.com/LarryUESTC/GRLC" ], [ "https://github.com/dimitrismallis/KeypointsToLandmarks" ], [ "https://github.com/bitvis2021/HiTailor" ], [ "https://github.com/dvlab-research/Parametric-Contrastive-Learning" ], [ "https://github.com/zhexu1997/HiSA" ], [ "https://github.com/qizhangli/ila-plus-plus-lr" ], [ "https://github.com/THUYimingLi/backdoor-learning-resources" ], [ "https://github.com/reussite-cv/Decode-MOT" ], [ "https://github.com/LanceZPF/NNED_MMGraph" ], [ "https://github.com/TianXieUSC/L-BGNN" ], [ "https://github.com/KvanNoord/3D-CNN-EEG-Emotion-Classification" ], [ "https://github.com/JLSteenwyk/ggpubfigs" ], [ "https://github.com/LongJin-lab/Activated-Gradients-for-Deep-Neural-Networks" ], [ "https://github.com/pyratlib/pyrat" ], [ "https://github.com/Spritea/BoxMOTS" ], [ "https://github.com/gregorpatof/nrgten_package" ], [ "https://github.com/lmbxmu/FilterSketch" ], [ "https://github.com/xvjiarui/GCNet" ], [ "https://github.com/Panchenko-Lab/Human-histone-interactome" ], [ "https://github.com/tomastokar/gsoap" ], [ "https://github.com/whitead/molbloom" ], [ "https://github.com/Shen-Lab/SS-GCNs" ], [ "https://github.com/Gabaldonlab/EvolClust" ], [ "https://github.com/ccrainic/upstrap" ], [ "https://github.com/zhaoxiaofei/BinDash" ], [ "https://github.com/soedinglab/prosstt" ], [ "https://github.com/RobersonLab/motif_scraper" ], [ "https://github.com/YingZhou001/POPdemog" ], [ "https://github.com/gabaldonlab/haplotypo" ], [ "https://github.com/ding-lab/MIRMMR" ], [ "https://github.com/YAMACS-SML/YAMACS" ], [ "https://github.com/tianhe2/gromacs-mic" ], [ "https://github.com/Martinsos/edlib" ], [ "https://github.com/sbg/VBT-TrioAnalysis" ], [ "https://github.com/cmontemuino/msparsm" ], [ "https://github.com/evoldoers/historian" ], [ "https://github.com/LyonsLab/coge" ], [ "https://github.com/LyonsLab/coge" ], [ "https://github.com/LyonsLab/coge" ], [ "https://github.com/LyonsLab/coge" ], [ "https://github.com/itsmeludo/Phyloligo" ], [ "https://github.com/zlzenglu/FN" ], [ "https://github.com/ShenXuelin-CityU/PWJNDInfer" ], [ "https://github.com/tangchuan2000/AGLSR" ], [ "https://github.com/caizhuojiang/VE-KWS" ], [ "https://github.com/vsbuffalo/scidataflow" ], [ "https://github.com/leolyj/DHFR-SOD" ], [ "https://github.com/FastMLC/fMLC" ], [ "https://github.com/GalGilad/TAU" ], [ "https://github.com/jhu99/scbean" ], [ "https://github.com/jhu99/scbean" ], [ "https://github.com/jhu99/scbean" ], [ "https://github.com/jhu99/scbean" ], [ "https://github.com/MingyeXu/cp3" ], [ "https://github.com/delehef/fusta" ], [ "https://github.com/anwarmaxsum/FLOWER" ], [ "https://github.com/indralab/gilda" ], [ "https://github.com/PlanktonQAQ/SCTNet" ], [ "https://github.com/aijag/drugGraphNet" ], [ "https://github.com/Tan-H-C/DR-GAN-Distribution-Regularization-for-Text-to-Image-Generation" ], [ "https://github.com/dota-109/WRSD" ], [ "https://github.com/saeed-anwar/R2Net" ], [ "https://github.com/visiontao/ncd" ], [ "https://github.com/bcgsc/btllib" ], [ "https://github.com/bcgsc/btllib" ], [ "https://github.com/bcgsc/btllib" ], [ "https://github.com/bcgsc/btllib" ], [ "https://github.com/Alina-1997/visual-distortion-in-attack" ], [ "https://github.com/syxiaa/RSDS" ], [ "https://github.com/krishnanlab/PecanPy" ], [ "https://github.com/rickardbrannvall/HEIDA" ], [ "https://github.com/WormBase/genomic-info-from-papers" ], [ "https://github.com/tgrimes/SeqNet" ], [ "https://github.com/pdddinakar/SemanticChangepointDetection" ], [ "https://github.com/mkpython3/Mutation-Simulator" ], [ "https://github.com/Yingjun-Du/VID" ], [ "https://github.com/Linfeng-Tang/DRLIE" ], [ "https://github.com/bdslab/aspralign" ], [ "https://github.com/pertzlab/shiny-timecourse-inspector" ], [ "https://github.com/dmnfarrell/epitopepredict" ], [ "https://github.com/Nextomics/NextPolish" ], [ "https://github.com/emdadi/HMMPE" ], [ "https://github.com/ggonnella/gfaviz" ], [ "https://github.com/sysbio-curie/PhysiBoSS" ], [ "https://github.com/genotoul-bioinfo/dgenies" ], [ "https://github.com/brgenzim/tmcrys" ], [ "https://github.com/openvax/mhcflurry" ], [ "https://github.com/wcmc-research-informatics/redcap-ddp" ], [ "https://github.com/susbo/concur" ], [ "https://github.com/sebwouters/qc-dmet" ], [ "https://github.com/sysbiolux/DCcov" ], [ "https://github.com/cchauve/HyAsP" ], [ "https://github.com/sucv/SIR" ], [ "https://github.com/marseille-proteomique/DIAgui" ], [ "https://github.com/HannesStark/dirichlet-flow-matching" ], [ "https://github.com/omerwe/LEAP" ], [ "https://github.com/lqzhao/StructLane" ], [ "https://github.com/SLDGroup/survey-zero-shot-nas" ], [ "https://github.com/GenomicParisCentre/aozan" ], [ "https://github.com/jiminsong/Spectacle" ], [ "https://github.com/HarryPotterXTX/HOPE" ], [ "https://github.com/pfizer-opensource/bigwig-loader" ], [ "https://github.com/nitzanlab/biolord" ], [ "https://github.com/candsj/intCC" ], [ "https://github.com/ericolo/codingDiv" ], [ "https://github.com/bvieth/powsimR" ], [ "https://github.com/wdzhao123/SAT" ], [ "https://github.com/jasonsahl/wgfast" ], [ "https://github.com/bearprin/Neural-IMLS" ], [ "https://github.com/fangj3/cellular-protein-thermostability-dataset" ], [ "https://github.com/wangyxxjtu/ReGO-Pytorch" ], [ "https://github.com/tuyunbin/VARD" ], [ "https://github.com/unknownue/puflow" ], [ "https://github.com/zju-vipa/spot-adaptive-pytorch" ], [ "https://github.com/LongJin-lab/the-supplementary-file-for-CYB-E-2021-04-0944" ], [ "https://github.com/moleculardistancemaps/MoDMaps3D" ], [ "https://github.com/Evotec-Bioinformatics/ml-from-omics" ], [ "https://github.com/fnzhan/Illumination-Estimation" ], [ "https://github.com/songjiechong/DPC-DUN" ], [ "https://github.com/AutoHDR/HD-Net" ], [ "https://github.com/raroes/one-sense-per-citation-network" ], [ "https://github.com/puzzlepaint/surfelmeshing" ], [ "https://github.com/Jstacs/DepLogo" ], [ "https://github.com/DuannYu/BalancedSemi-TNNLS" ], [ "https://github.com/yjx1217/simuG" ], [ "https://github.com/lh3/dna-nn" ], [ "https://github.com/rega-cev/virulign" ], [ "https://github.com/VIB-PSB/ksrates" ], [ "https://github.com/appliedbioinformatics/runBNG" ], [ "https://github.com/zji90/Smmit" ], [ "https://github.com/olarerin/metaPlotR" ], [ "https://github.com/BGSU-RNA/ConformationalChange" ], [ "https://github.com/accsc/GAsol" ], [ "https://github.com/marianattestad/assemblytics" ], [ "https://github.com/lh3/bgt" ], [ "https://github.com/cmmt/chromatra" ], [ "https://github.com/ganmodokix/concvae" ], [ "https://github.com/agapiospanos/TableOne" ], [ "https://github.com/FePhyFoFum/phyx" ], [ "https://github.com/ICB-DCM/PESTO" ], [ "https://github.com/ICB-DCM/PESTO" ], [ "https://github.com/ICB-DCM/PESTO" ], [ "https://github.com/ICB-DCM/PESTO" ], [ "https://github.com/SpatialTranscriptomicsResearch/st_viewer" ], [ "https://github.com/NCBI-Hackathons/Network_SNPs" ], [ "https://github.com/benkeser/slapnap" ], [ "https://github.com/ec363/parsleyapp" ], [ "https://github.com/charliebudd/torch-content-area" ], [ "https://github.com/CarragherLab/phenonaut" ], [ "https://github.com/JEFworks-Lab/SEraster" ], [ "https://github.com/iTaxoTools/Hapsolutely" ], [ "https://github.com/mutalyzer/mutalyzer" ], [ "https://github.com/snizam001/greenPipes" ], [ "https://github.com/grimmlab/easyPheno" ], [ "https://github.com/Biocomputing-Research-Group/CloudProteoAnalyzer" ], [ "https://github.com/lmdu/pyfastx" ], [ "https://github.com/CZHQuality/AAA-Pix2pix" ], [ "https://github.com/TimBlokker/PhyCovA" ], [ "https://github.com/TRON-Bioinformatics/easyquant" ], [ "https://github.com/TRON-Bioinformatics/splice2neo" ], [ "https://github.com/mms-fcul/pKPDB" ], [ "https://github.com/uclahs-cds/package-PipeVal" ], [ "https://github.com/josecamachop/MEDA-Toolbox" ], [ "https://github.com/transbioZI/dsMTLBase" ], [ "https://github.com/transbioZI/dsMTLClient" ], [ "https://github.com/bengeof/Compound2DeNovoDrugPropMax" ], [ "https://github.com/bengeof/QPoweredCompound2DeNovoDrugPropMax" ], [ "https://github.com/bionetslab/robust" ], [ "https://github.com/baumbachlab/epigen" ], [ "https://github.com/josecamachop/VASCA" ], [ "https://github.com/PGP-UK/GenomeChronicler" ], [ "https://github.com/ChiungTingWu/CAM3" ], [ "https://github.com/Bioconductor/Contributions" ], [ "https://github.com/rayoub/rupee" ], [ "https://github.com/zxy951005/KB-CR" ], [ "https://github.com/keita-iida/ASURATBI" ], [ "https://github.com/DataIntellSystLab/OCTOPUS" ], [ "https://github.com/Ruiz-HCI-Lab/OctopusMobile" ], [ "https://github.com/WT215/nnRNA" ], [ "https://github.com/WT215/Julia_ABC" ], [ "https://github.com/ComplexOrganizationOfLivingMatter/Epigraph" ], [ "https://github.com/prhbrt/synthetic-yeast-cells" ], [ "https://github.com/LauraPS1/TFEA" ], [ "https://github.com/nifm-gin/MP3" ], [ "https://github.com/b2slab/retroData" ], [ "https://github.com/bionetslab/robust-eval" ], [ "https://github.com/thecodingdoc/neep" ], [ "https://github.com/scwest/SINBAD" ], [ "https://github.com/xwBio/RRBSsim" ], [ "https://github.com/xwBio/Docker-RRBSsim" ], [ "https://github.com/ymzayek/yeastcells-detection-maskrcnn" ], [ "https://github.com/hsokolowski/iTree" ], [ "https://github.com/b2slab/diffuBench" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/soumelis-lab/ICELLNET" ], [ "https://github.com/thdiakon/ccaR" ], [ "https://github.com/MoreiraLAB/DrugTax" ], [ "https://github.com/zuoquanchen/NanoCross" ], [ "https://github.com/CostaLab/MOJITOO" ], [ "https://github.com/cclaiyc/TIdentify" ], [ "https://github.com/Ravel-Laboratory/speciateIT" ], [ "https://github.com/Allerseelen/Tessa" ], [ "https://github.com/essex-lab/grand" ], [ "https://github.com/ZooPhy/geoboost2" ], [ "https://github.com/lucidif/HiCeekR" ], [ "https://github.com/chenyian-nibio/targetmine-gradle" ], [ "http://github.com/arnavm/eg-react" ], [ "https://github.com/LupienLabOrganization/C3D" ], [ "https://github.com/BZdrazil/Moving_Targets" ], [ "https://github.com/CasedUgr/KnowSeq" ], [ "https://github.com/jun-inoue/phyloBARCODER" ], [ "https://github.com/mmahsa/CaSiAn" ], [ "https://github.com/CreativeCodingLab/PathwayMatrix" ], [ "https://github.com/mjskay/ggdist-paper" ], [ "https://github.com/sreejatadutta/PerSEveML" ], [ "https://github.com/sreejatadutta/PerSEveML" ], [ "https://github.com/sreejatadutta/PerSEveML" ], [ "https://github.com/sreejatadutta/PerSEveML" ], [ "https://github.com/AnantharamanLab/ViWrap" ], [ "https://github.com/AnantharamanLab/ViWrap" ], [ "https://github.com/AnantharamanLab/ViWrap" ], [ "https://github.com/AnantharamanLab/ViWrap" ], [ "https://github.com/liu-h-y/5hmC_model" ], [ "https://github.com/stanikae/jekesa" ], [ "https://github.com/stuckinaboot/iGenomics" ], [ "https://github.com/AnantharamanLab/ViWrap" ], [ "https://github.com/AnantharamanLab/ViWrap" ], [ "https://github.com/AnantharamanLab/ViWrap" ], [ "https://github.com/AnantharamanLab/ViWrap" ], [ "http://github.com/lidaof/eg-react" ], [ "https://github.com/UCDenver-ccp/CRAFT" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/HelikarLab/COMO" ], [ "https://github.com/cns-iu/hra-organ-gallery-in-vr" ], [ "https://github.com/Vaa3D/vaa3d_tools" ], [ "https://github.com/pybel/bel2abm" ], [ "https://github.com/alaybaa/ArabicArticlesDataset" ], [ "https://github.com/SugarPy/SugarPy" ], [ "https://github.com/MSDLLCpapers/TraceTrack" ], [ "https://github.com/slh0302/SNAP" ], [ "https://github.com/cellsmb/em-stellar" ], [ "https://github.com/elolaine/HOPMA" ], [ "https://github.com/smartprobe/SKCD" ], [ "https://github.com/ziyili20/TOAST" ], [ "https://github.com/JKlesmith/PACT" ], [ "https://github.com/chaoning/GMA" ], [ "https://github.com/AG-Roemer/GUV-AP" ], [ "https://github.com/abdullah009/kcmbt_mt" ], [ "https://github.com/bioinfo-ut/GenomeTester4" ], [ "https://github.com/Pranavkhade/PACKMAN" ], [ "https://github.com/Pranavkhade/PACKMAN" ], [ "https://github.com/Pranavkhade/PACKMAN" ], [ "https://github.com/Pranavkhade/PACKMAN" ], [ "https://github.com/AI4Green/solvent_flashcards" ], [ "https://github.com/AmiryousefiLab/IRplus" ], [ "https://github.com/statsleelab/kompute" ], [ "https://github.com/RobotvisionLab/COVID-19-severity-grading" ], [ "https://github.com/Cwuwhu/FCD-GAN-pytorch" ], [ "https://github.com/MathBioCU/WENDy" ], [ "https://github.com/Edinburgh-Genome-Foundry/DnaFeaturesViewer" ], [ "https://github.com/matteo14c/CorGAT" ], [ "https://github.com/TUS-Satolab/PROP" ], [ "https://github.com/lab319/gwas_filter" ], [ "https://github.com/krishnanlab/PyGenePlexus" ], [ "https://github.com/fumiomatsuda/mfapy" ], [ "https://github.com/BioComputingUP/mocafe" ], [ "https://github.com/PeptoneLtd/ADOPT" ], [ "https://github.com/marbl/binnacle" ], [ "https://github.com/HannesStark/protein-localization" ], [ "https://github.com/debbydanwang/IFPscore" ], [ "https://github.com/soedinglab/bipartite_motif_finder" ], [ "https://github.com/paulfogel/A2SIGN" ], [ "https://github.com/hasibzunair/synthetic-covid-cxr-dataset" ], [ "https://github.com/prmunday/Immunolyser" ], [ "https://github.com/ekmolloy/fastmulrfs" ], [ "https://github.com/michorlab/estipop" ], [ "https://github.com/oddt/oddt" ], [ "https://github.com/oddt/oddt" ], [ "https://github.com/oddt/oddt" ], [ "https://github.com/oddt/oddt" ], [ "https://github.com/liusen1006/MLCS" ], [ "https://github.com/dcouvin/SpolLineages" ], [ "https://github.com/AlgoLab/celluloid" ], [ "https://github.com/EMBL-Hentze-group/htseq-clip" ], [ "https://github.com/tabdelaal/CyTOFmerge" ], [ "https://github.com/arttumiettinen/pi2" ], [ "https://github.com/LuigiAugugliaro/cglasso" ], [ "https://github.com/biosinodx/SCcaller" ], [ "https://github.com/bioinformatist/CrossICC" ], [ "https://github.com/sebastiandaberdaku/AntibodyInterfacePrediction" ], [ "https://github.com/BimberLab/DISCVRSeq" ], [ "https://github.com/genouest/biomaj2galaxy" ], [ "https://github.com/RoniGurvich/Peptriever" ], [ "https://github.com/tgvaughan/remaster" ], [ "https://github.com/niaid/Nephele" ], [ "https://github.com/alex-bio/UniProtExtractR" ], [ "https://github.com/ckyriazis/simulations_review" ], [ "https://github.com/JLSteenwyk/PhyKIT" ], [ "https://github.com/YonghaoXu/Txt2Img-MHN" ], [ "https://github.com/orsburn/SCPViz" ], [ "https://github.com/bucky527/scME" ], [ "https://github.com/bioinfocz/scdrake" ], [ "https://github.com/cevo-public/cov-spectrum-website" ], [ "https://github.com/arnauldserge1/MTT2col" ], [ "https://github.com/ytabatabaee/Quintet-Rooting" ], [ "https://github.com/labstructbioinf/localpdb" ], [ "https://github.com/Forest-art/LSV-LP" ], [ "https://github.com/ancorasir/flange_handeye_calibration" ], [ "https://github.com/ErasmusMC-CCBC/ProteoDisco" ], [ "https://github.com/saeyslab/nichenetr" ], [ "https://github.com/gymreklab/TRTools" ], [ "https://github.com/duartegroup/autodE" ], [ "https://github.com/vipinmenon1989/CGD" ], [ "https://github.com/Millchmaedchen/Eatomics" ], [ "https://github.com/jsigao/prioritree" ], [ "https://github.com/vetscience/Assemblosis" ], [ "https://github.com/lauzingaretti/LinkHD" ], [ "https://github.com/florisvb/PyNumDiff" ], [ "https://github.com/labstructbioinf/DeepCoil" ], [ "https://github.com/frankkramer-lab/ndexr" ], [ "https://github.com/eblancoga/spikChIP" ], [ "https://github.com/tskit-dev/tstrait" ], [ "https://github.com/tskit-dev/tstrait" ], [ "https://github.com/tskit-dev/tstrait" ], [ "https://github.com/tskit-dev/tstrait" ], [ "https://github.com/TheAngryFox/ModelExplorer" ], [ "https://github.com/jlduan/fba" ], [ "https://github.com/MullinsLab/ISDB" ], [ "https://github.com/wangchao-malab/DeepAc4C" ], [ "https://github.com/wells-wood-research/balas" ], [ "https://github.com/MaayanLab/EnrichrBot" ], [ "https://github.com/saezlab/ShinyFUNKI" ], [ "https://github.com/nauenlab/TraC" ], [ "https://github.com/kosticlab/aether" ], [ "https://github.com/routhlab/ViReMaShiny" ], [ "https://github.com/rsinghlab/pyaging" ], [ "https://github.com/zqfang/GSEApy" ], [ "https://github.com/TheJacksonLaboratory/CloudNeo" ], [ "https://github.com/genemine/IsoCell" ], [ "https://github.com/qiime2/q2-longitudinal" ], [ "https://github.com/JingwenWen99/Vislocas" ], [ "https://github.com/kbiharie/TACTiCS" ], [ "https://github.com/almeidasilvaf/HybridExpress" ], [ "https://github.com/songlab-cal/gpn" ], [ "https://github.com/sschrod/BITES" ], [ "https://github.com/FOIL-NU/RainbowSTORM" ], [ "https://github.com/JonZwe/FindPFAS" ], [ "https://github.com/jvhoutte/equisim" ], [ "https://github.com/tskit-dev/tstrait" ], [ "https://github.com/tskit-dev/tstrait" ], [ "https://github.com/tskit-dev/tstrait" ], [ "https://github.com/tskit-dev/tstrait" ], [ "https://github.com/GreiffLab/immuneSIM" ], [ "https://github.com/ge11232002/CNEr" ], [ "https://github.com/thelexiconlab/forager" ], [ "https://github.com/jditz/comics" ], [ "https://github.com/Cowanlab/airrship" ], [ "https://github.com/campanam/RatesTools" ], [ "https://github.com/SydneyBioX/MoleculeExperiment" ], [ "https://github.com/almeidasilvaf/syntenet" ], [ "https://github.com/oxpig/PLAbDab" ], [ "https://github.com/epigenelabs/inmoose" ], [ "https://github.com/biocommons/hgvs" ], [ "https://github.com/WaqarHusain/OriDeep" ], [ "https://github.com/XZN1233/paper" ], [ "https://github.com/huoyuying/SpaDAC" ], [ "https://github.com/bdpiccolo/ACNC-DAME" ], [ "https://github.com/ElenaRojano/DomFun" ], [ "https://github.com/ElenaRojano/DomFun_project" ], [ "https://github.com/cbib/DIMet" ], [ "https://github.com/akcorut/kGWASflow" ], [ "https://github.com/georgeg0/PheGWAS" ], [ "https://github.com/pcastellanoescuder/FoodBiomarkerOntology" ], [ "https://github.com/variani/pulmon" ], [ "https://github.com/fansalon/TEspeX" ], [ "https://github.com/CellProfiler/CellProfiler-Analyst" ], [ "https://github.com/CellProfiler/CellProfiler-Analyst" ], [ "https://github.com/CellProfiler/CellProfiler-Analyst" ], [ "https://github.com/CellProfiler/CellProfiler-Analyst" ], [ "https://github.com/CalvinTChi/hierBipartite" ], [ "https://github.com/guanleics/XGrad" ], [ "https://github.com/CUHKSZ-NING/FEHCClassifier" ], [ "https://github.com/DSIMB/medusa" ], [ "https://github.com/tjsego/simservice" ], [ "https://github.com/arosenfeld/immunedb" ], [ "https://github.com/frankkramer-lab/FHIR-QR-Explorer" ], [ "https://github.com/liuyi1989/ResCaps" ], [ "https://github.com/haha-lisa/Diffstyler" ], [ "https://github.com/bjing2016/scalar-fields" ], [ "https://github.com/tibbdc/ECMpy" ], [ "https://github.com/jeffersonfparil/compare_genomes" ], [ "https://github.com/alshai/rowbowt" ], [ "https://github.com/EBIvariation/CMAT" ], [ "https://github.com/eleGAN23/HyperNets" ], [ "https://github.com/microsoft/genomicsnotebook" ], [ "https://github.com/PGB-LIV/VAPPER" ], [ "https://github.com/JunjieWang95/dmve" ], [ "https://github.com/lmbxmu/SiMaN" ], [ "https://github.com/jacobimarsh/crosshap" ], [ "https://github.com/sys-bio/antimony" ], [ "https://github.com/tfzhou/VS-Survey" ], [ "https://github.com/mlpen/mra-attention" ], [ "https://github.com/zju3dv/CoLi-BA" ], [ "https://github.com/wangsiwei2010/PSIMVC-PG" ], [ "https://github.com/Baoliang93/FPR" ], [ "https://github.com/FactoDeepLearning/VerticalAttentionOCR" ], [ "https://github.com/LIT-CCM-lab/ATOLL" ], [ "https://github.com/cxinsys/lpf" ], [ "https://github.com/anymyb/MFDIN" ], [ "https://github.com/kirstvh/BioCCP" ], [ "https://github.com/biodlab/RODAN" ], [ "https://github.com/DirtyHarryLYL/SymNet" ], [ "https://github.com/pmharrison/flps2" ], [ "https://github.com/lxtGH/SFSegNets" ], [ "https://github.com/PoonLab/covizu" ], [ "https://github.com/statgen/savvy" ], [ "https://github.com/janscience/adaptationprimer" ], [ "https://github.com/NVIDIA/UnsupervisedLandmarkLearning" ], [ "https://github.com/qdu1995/DQSD" ], [ "https://github.com/XuefengBUPT/TOD_OMR" ], [ "https://github.com/microsoft/RespireNet" ], [ "https://github.com/jiupinjia/SkyAR" ], [ "https://github.com/EleutherAI/mp_nerf" ], [ "https://github.com/hellosunking/Msuite" ], [ "https://github.com/hellosunking/Msuite" ], [ "https://github.com/hellosunking/Msuite" ], [ "https://github.com/hellosunking/Msuite" ], [ "https://github.com/tyiannak/pyAudioAnalysis" ], [ "https://github.com/hlei-ziyan/SPH3D-GCN" ], [ "https://github.com/csjunxu/SSRSC" ], [ "https://github.com/BioJulia/BioStructures" ], [ "https://github.com/KIT-MBS/distruct" ], [ "https://github.com/phylo42/PEWO" ], [ "https://github.com/kuhnerlab/CNValidator" ], [ "https://github.com/ddarriba/modeltest" ], [ "https://github.com/tallulandrews/M3Drop" ], [ "https://github.com/insilicomedicine/BiAAE" ], [ "https://github.com/MrAlexSee/sopang" ], [ "https://github.com/bircatmcri/MCIndoor20000" ], [ "https://github.com/kdmurray91/axe" ], [ "https://github.com/PlantDefenseMetabolism/MetCirc" ], [ "https://github.com/montilab/hypeR" ], [ "https://github.com/VeraPancaldiLab/tysserand" ], [ "https://github.com/agaye/proper_extension" ], [ "https://github.com/holtzy/GenMap-Comparator" ], [ "https://github.com/ChenyangLEI/deep-video-prior" ], [ "https://github.com/kypraios/epiABC" ], [ "https://github.com/Illumina/tHapMix" ], [ "https://github.com/alastair-droop/fqtools" ], [ "https://github.com/brentp/cyvcf2" ], [ "https://github.com/fabkury/hedicim" ], [ "https://github.com/illumina/marvin" ], [ "https://github.com/morrislab/phylowgs" ], [ "https://github.com/jfortin1/shinyMethyl" ], [ "https://github.com/dilanustek/ExonSuite" ], [ "https://github.com/optimusmoose/JAMSS" ], [ "https://github.com/tk2/RetroSeq" ], [ "https://github.com/computationalBiology/NPLB" ], [ "https://github.com/BBillot/EquiTrack" ], [ "https://github.com/Stephane-S/Simplot_PlusPlus" ], [ "https://github.com/nikolasthuesen/springers-hla-benchmark" ], [ "https://github.com/dstoeckel/causaltrail" ], [ "https://github.com/Bob-cheng/DepthModelHardening" ], [ "https://github.com/CDMBlab/FSCME" ], [ "https://github.com/masoud-monajati/MedVL_pretraining_pipeline" ], [ "https://github.com/jinnh/ReSSS-ConvSet" ], [ "https://github.com/Baoliang93/DFSS-IQA" ], [ "https://github.com/auniquesun/VSFormer" ], [ "https://github.com/yjybuaa/depthvos" ], [ "https://github.com/thuml/Transfer-Learning-Library" ], [ "https://github.com/jianzongwu/robust-ref-seg" ], [ "https://github.com/ritaranx/wander" ], [ "https://github.com/meglecz/mkLTG" ], [ "https://github.com/olga24912/SGTK" ], [ "https://github.com/mengyou2/PCVS" ], [ "https://github.com/zh460045050/dawsol" ], [ "https://github.com/zhaoyuzhi/HSGAN" ], [ "https://github.com/songweizhi/Binning_refiner" ], [ "https://github.com/limengyang1992/lpl" ], [ "https://github.com/luisdelaye/CurSa" ], [ "https://github.com/ainieli/PP-NAS" ], [ "https://github.com/maple-research-lab/caco" ], [ "https://github.com/cvg/pixel-perfect-sfm" ], [ "https://github.com/ZZY816/CoRP" ], [ "https://github.com/lijincm/CoCa" ], [ "https://github.com/nwpuzhengyan/SVvalidation" ], [ "https://github.com/deng-lab/viroprofiler" ], [ "https://github.com/Vision-Intelligence-and-Robots-Group/DCIL" ], [ "https://github.com/liliangnudt/LSWMKC" ], [ "https://github.com/yangyanli/DO-Conv" ], [ "https://github.com/blackrim/treePL" ], [ "https://github.com/Malga-Vision/VisionTool" ], [ "https://github.com/jkrapohl/SnakeWRAP" ], [ "https://github.com/visionjo/facerec-bias-bfw" ], [ "https://github.com/cparsania/FungiExpresZ" ], [ "https://github.com/PRIS-CV/PMG-V2" ], [ "https://github.com/JosephKJ/iOD" ], [ "https://github.com/bioinfolabmu/piRNN" ], [ "https://github.com/hjraad/FLT" ], [ "https://github.com/danini/graph-cut-ransac" ], [ "https://github.com/JiarunLiu/Co-Correcting" ], [ "https://github.com/drhodes-berry-college/BacterialUnknowsSimulation" ], [ "https://github.com/DanielPreciado-Marquez/MainzelHandler" ], [ "https://github.com/cnsb-boston/Omics_Notebook" ], [ "https://github.com/qunfengdong/AntibodyTest" ], [ "https://github.com/mochar/cell_variation" ], [ "https://github.com/M-3LAB/open-iad" ], [ "https://github.com/jvparidon/subs2vec" ], [ "https://github.com/RenYurui/Global-Flow-Local-Attention" ], [ "https://github.com/PeihaoChen/regnet" ], [ "https://github.com/dongliangchang/OSLNet" ], [ "https://github.com/dongbo-BUAA-VR/Pointfilter" ], [ "https://github.com/hguo/ftk" ], [ "https://github.com/bobeobibo/phigaro" ], [ "https://github.com/dewyman/TranscriptClean" ], [ "https://github.com/tianwangbuaa/RecapNet" ], [ "https://github.com/lichen-lab/powmic" ], [ "https://github.com/open-mmlab/mmediting" ], [ "https://github.com/open-mmlab/mmediting" ], [ "https://github.com/open-mmlab/mmediting" ], [ "https://github.com/open-mmlab/mmediting" ], [ "https://github.com/kowallus/PgRC" ], [ "https://github.com/CenterForStatistics-UGent/SPsimSeq" ], [ "https://github.com/crystalzina/NIOTenRPCA" ], [ "https://github.com/saketkc/pysradb" ], [ "https://github.com/SinOncology/BreakID" ], [ "https://github.com/jordisr/poreover" ], [ "https://github.com/hasaniqbal777/MetumpX-bin" ], [ "https://github.com/ElofssonLab/PconsC4" ], [ "https://github.com/KevinBretonnelCohen/NegationDistribution" ], [ "https://github.com/lockEF/MultiwayRegression" ], [ "https://github.com/jssong-lab/QTC" ], [ "https://github.com/Image-Py/imagepy" ], [ "https://github.com/infernet-h2020/DCAlign" ], [ "https://github.com/evoldoers/biomake" ], [ "https://github.com/vlollier/oligator" ], [ "https://github.com/a-hel/medcrawler" ], [ "https://github.com/AndersenLab/VCF-kit" ], [ "https://github.com/jameshadfield/phandango" ], [ "https://github.com/gobics/uproc" ], [ "https://github.com/scoutzxb/CscoreTool" ], [ "https://github.com/vsegurar/DeepMSPeptide" ], [ "https://github.com/stevenmsm/RL-ICU-DAQN" ], [ "https://github.com/hemo0826/DCDiff" ], [ "https://github.com/PBR/Marker2Sequence" ], [ "https://github.com/guijiejie/SSL" ], [ "https://github.com/kptx666/BCRN" ], [ "https://github.com/HVision-NKU/Conv2Former" ], [ "https://github.com/wangxuanx/TalkingStyle" ], [ "https://github.com/liushunyu/OPT" ], [ "https://github.com/ywwynm/SMR" ], [ "https://github.com/smahmoodghasemi/SMAGS" ], [ "https://github.com/shikiw/PointCAT" ], [ "https://github.com/xdxuyang/CR_Noisy_Labels" ], [ "https://github.com/ChyaZhang/DDConv-PSI" ], [ "https://github.com/NUST-Machine-Intelligence-Laboratory/HCPN" ], [ "https://github.com/weisscharlesj/BiopythonRamachandran" ], [ "https://github.com/GeometricBCI/Tensor-CSPNet-and-Graph-CSPNet" ], [ "https://github.com/mmic-lcl/Datasets-and-benchmark-code" ], [ "https://github.com/mmic-lcl/Datasets-and-benchmark-code" ], [ "https://github.com/mmic-lcl/Datasets-and-benchmark-code" ], [ "https://github.com/mmic-lcl/Datasets-and-benchmark-code" ], [ "https://github.com/HubYZ/LatentEnhancement" ], [ "https://github.com/kalkairis/BuildPhIPSeqLibrary" ], [ "https://github.com/abruckert/eye_tracking_filmmaking" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/aquaskyline/LRSIM" ], [ "https://github.com/kilicogluh/CONSORT-TM" ], [ "https://github.com/nnzhan/TraverseNet" ], [ "https://github.com/ZHgero/keyphrases_centrality" ], [ "https://github.com/antao97/SegGroup" ], [ "https://github.com/ssl-codelab/lorac" ], [ "https://github.com/gorkemalgan/MetaLabelNet" ], [ "https://github.com/tanjatang/CAN" ], [ "https://github.com/gburleigh/MatrixConverter" ], [ "https://github.com/joshr17/IFM" ], [ "https://github.com/reinator/splace" ], [ "https://github.com/lz118/Multi-interactive-Dual-decoder" ], [ "https://github.com/azankl/Ontoclick" ], [ "https://github.com/cengzeyuan/TNNLS-FFKSF" ], [ "https://github.com/hjdw2/Local-critic-training" ], [ "https://github.com/yuhuan-wu/RDPNet" ], [ "https://github.com/refresh-bio/vcfshark" ], [ "https://github.com/CompMeth/VSeq-Toolkit" ], [ "https://github.com/Bibikiller/HFA" ], [ "https://github.com/ezer/PAFway" ], [ "https://github.com/hoelzer/poseidon" ], [ "https://github.com/FenyoLab/transposcope" ], [ "https://github.com/zhenchengfang/PlasGUN" ], [ "https://github.com/vvvwo/II-resampling" ], [ "https://github.com/yajun-zhou/linguae-naturalis-principia-mathematica" ], [ "https://github.com/mchiapello/Ramf" ], [ "https://github.com/cpolano/phytoassembly" ], [ "https://github.com/cpolano/phytoassembly" ], [ "https://github.com/cpolano/phytoassembly" ], [ "https://github.com/cpolano/phytoassembly" ], [ "https://github.com/ucrbioinfo/PGV" ], [ "https://github.com/jianxigao/NuRsE" ], [ "https://github.com/Sun-Yanbo/FasParser" ], [ "https://github.com/Sun-Yanbo/FasParser" ], [ "https://github.com/Sun-Yanbo/FasParser" ], [ "https://github.com/Sun-Yanbo/FasParser" ], [ "https://github.com/DCGenomics/DangerTrack" ], [ "https://github.com/magicDGS/ReadTools" ], [ "https://github.com/rcanovas/libCSAM" ], [ "https://github.com/rcanovas/libCSAM" ], [ "https://github.com/rcanovas/libCSAM" ], [ "https://github.com/rcanovas/libCSAM" ], [ "https://github.com/husonlab/megan-ce" ], [ "https://github.com/bunop/isoSegmenter" ], [ "https://github.com/nedaz/cola" ], [ "https://github.com/PMBio/GNetLMM" ], [ "https://github.com/immcore/iS-CellR" ], [ "https://github.com/DecodeGenetics/NCOurd" ], [ "https://github.com/Mathelab/ALTRE" ], [ "https://github.com/atiselsts/spacescanner" ], [ "https://github.com/Duanlab123/CurvNLOS" ], [ "https://github.com/5k5000/DeepClosing" ], [ "https://github.com/Sixkplus/TapLab" ], [ "https://github.com/TVayne/GroupMorph" ], [ "https://github.com/illidanlab/inversion-influence-function" ], [ "https://github.com/woodyx218/opacus_global_clipping" ], [ "https://github.com/ShiQingHongYa/LabCR" ], [ "https://github.com/AusARG/pipesnake" ], [ "https://github.com/YaN9-Y/DUVD" ], [ "https://github.com/csguomy/MDKNet" ], [ "https://github.com/uhlerlab/InfoCORE" ], [ "https://github.com/sysuvis/NVB" ], [ "https://github.com/HuangZhiChao95/ATAS" ], [ "https://github.com/kostas1515/iif" ], [ "https://github.com/knmac/adaptive_spatiotemporal" ], [ "https://github.com/vandeppce/sphkpt" ], [ "https://github.com/parklab/bamsnap" ], [ "https://github.com/RealZihaoWang/GCLFeat" ], [ "https://github.com/mjnueda/lpda" ], [ "https://github.com/rajesh-lab/deep_permutation_invariant" ], [ "https://github.com/Dong-Huo/RGB-T-Glass-Segmentation" ], [ "https://github.com/frankkramer-lab/miseval" ], [ "https://github.com/andriash001/AutonomousDCN" ], [ "https://github.com/koeppl/phoni" ], [ "https://github.com/oncogenetics/LocusExplorer" ], [ "https://github.com/Jeff-Zilence/Explain_Metric_Learning" ], [ "https://github.com/pavancm/GREED" ], [ "https://github.com/YidFeng/Easy2Hard" ], [ "https://github.com/NiRuff/IntelliPy" ], [ "https://github.com/simonvh/fluff" ], [ "https://github.com/TuomoKalliokoski/HASTEN" ], [ "https://github.com/jyh-learning/LAM" ], [ "https://github.com/databio/IGD" ], [ "https://github.com/yongzhuang/DNMFilter_Indel" ], [ "https://github.com/bigwiv/BlastGraph" ], [ "https://github.com/loadder/MR-Net" ], [ "https://github.com/idealwei/ASANet" ], [ "https://github.com/sckangz/SelfsupervisedSC" ], [ "https://github.com/zju3dv/NIID-Net" ], [ "https://github.com/YingZhou001/IBDkin" ], [ "https://github.com/Shen-Lab/LOIS" ], [ "https://github.com/10XGenomics/scHLAcount" ], [ "https://github.com/vo-hong-thanh/rssalib" ], [ "https://github.com/uncbiag/registration" ], [ "https://github.com/uncbiag/registration" ], [ "https://github.com/uncbiag/registration" ], [ "https://github.com/uncbiag/registration" ], [ "https://github.com/compbio/CRISPRpic" ], [ "https://github.com/vahidr213/Underwater-Image-Restoration-And-Enhancement-Collection" ], [ "https://github.com/wdecoster/methplotlib" ], [ "https://github.com/kansil/SLPred" ], [ "https://github.com/saezlab/Omnipath_Cytoscape" ], [ "https://github.com/diazlab/ELSA" ], [ "http://github.com/dzarmola/knot_pull" ], [ "https://github.com/wzhy2000/Funmap2" ], [ "https://github.com/hitbc/rMETL" ], [ "https://github.com/paoloinglese/SPUTNIK" ], [ "https://github.com/facebookresearch/Detectron" ], [ "https://github.com/facebookresearch/Detectron" ], [ "https://github.com/facebookresearch/Detectron" ], [ "https://github.com/facebookresearch/Detectron" ], [ "https://github.com/byemaxx/BlastGUI" ], [ "https://github.com/spandanagella/verse" ], [ "https://github.com/ncbi-nlp/NegBio" ], [ "https://github.com/CrisesUrv/microaggregation-based_anonymization_tool" ], [ "https://github.com/inbo/data-publication" ], [ "https://github.com/SaskiaFreytag/schex" ], [ "https://github.com/4dn-dcic/tibanna" ], [ "https://github.com/UdeM-LBIT/OrthoPara-ConstraintChecker" ], [ "https://github.com/huiliucode/cafe_plugin" ], [ "https://github.com/metagenomics/MeCorS" ], [ "https://github.com/alastair-droop/qsubsec" ], [ "https://github.com/sysbiolux/FALCON" ], [ "https://github.com/bioinformatics-centre/bayesembler" ], [ "https://github.com/AitchisonLab/perox-per-cell" ], [ "https://github.com/AitchisonLab/perox-per-cell" ], [ "https://github.com/AitchisonLab/perox-per-cell" ], [ "https://github.com/AitchisonLab/perox-per-cell" ], [ "https://github.com/syxiaa/GBSVM" ], [ "https://github.com/TimE9527/stDGCC" ], [ "https://github.com/M3DV/RibSeg" ], [ "https://github.com/sanjaysinghrathi/DILI-Classifier" ], [ "https://github.com/lyuxianqiang/LFLL-DCU" ], [ "https://github.com/citiususc/pastaspark" ], [ "https://github.com/opencobra/Medusa" ], [ "https://github.com/kts-desilva/FlexStat" ], [ "https://github.com/m-crown/OMEinfo" ], [ "https://github.com/oxpig/SPACE2" ], [ "https://github.com/barahona-research-group/RamanSPy" ], [ "https://github.com/eugeniomazzone/CPI-NXTFusion" ], [ "https://github.com/JMLab-tifrh/ecoli_finer" ], [ "https://github.com/bmuchmore/CymeR" ], [ "https://github.com/AnneHartebrodt/fc-federated-pca" ], [ "https://github.com/WMBEdmands/compMS2Miner" ], [ "https://github.com/biointec/jesse" ], [ "https://github.com/zhzhd82/CeCaFLUX" ], [ "https://github.com/akiomiyao/tif" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/toshi-kishikawa/OMARU" ], [ "https://github.com/SIGNORcysAPP/signor-app" ], [ "https://github.com/BojarLab/glycowork" ], [ "https://github.com/BojarLab/glycowork" ], [ "https://github.com/BojarLab/glycowork" ], [ "https://github.com/BojarLab/glycowork" ], [ "https://github.com/datapplab/SBGNview" ], [ "https://github.com/AlexandrovLab/SigProfilerAssignment" ], [ "https://github.com/AlexandrovLab/SigProfilerAssignment" ], [ "https://github.com/AlexandrovLab/SigProfilerAssignment" ], [ "https://github.com/AlexandrovLab/SigProfilerAssignment" ], [ "https://github.com/AldisiRana/GenRisk" ], [ "https://github.com/mqzhanglab/wHC" ], [ "https://github.com/gymrek-lab/trtools" ], [ "https://github.com/modsim/CADET-Match" ], [ "https://github.com/modsim/CADET-Match" ], [ "https://github.com/modsim/CADET-Match" ], [ "https://github.com/modsim/CADET-Match" ], [ "https://github.com/JEFworks-Lab/veloviz" ], [ "https://github.com/zechnerlab/Compartor" ], [ "https://github.com/lafontaine-uchc/dynalogo" ], [ "https://github.com/saowwapark/inCNV" ], [ "https://github.com/theislab/AutoGeneS" ], [ "https://github.com/ucsd-ccbb/visJS2jupyter" ], [ "https://github.com/polwork/U-2Pnet" ], [ "https://github.com/VirtualPlants/draco-stem" ], [ "https://github.com/malabz/HAlign-3" ], [ "https://github.com/AdamaJava/adamajava" ], [ "https://github.com/wenjiegroup/PEDLA" ], [ "https://github.com/vgteam/sequenceTubeMap" ], [ "https://github.com/danmaclean/bioruby-svgenes" ], [ "https://github.com/compbio-bigdata-viz/genome-maps" ], [ "https://github.com/sreejatadutta/PerSEveML" ], [ "https://github.com/sreejatadutta/PerSEveML" ], [ "https://github.com/sreejatadutta/PerSEveML" ], [ "https://github.com/sreejatadutta/PerSEveML" ], [ "https://github.com/glample/tagger" ], [ "https://github.com/LingyiC/CASCC" ], [ "https://github.com/ncbi/fcs" ], [ "https://github.com/ncbi/fcs" ], [ "https://github.com/ncbi/fcs" ], [ "https://github.com/ncbi/fcs" ], [ "https://github.com/GRAAL-Research/MeaningBERT" ], [ "https://github.com/QiaoyingJi/DeepSE" ], [ "https://github.com/Illumina/canvas" ], [ "https://github.com/Illumina/canvas" ], [ "https://github.com/Illumina/canvas" ], [ "https://github.com/Illumina/canvas" ], [ "https://github.com/jminnier/STARTapp" ], [ "https://github.com/profeatmap/ProFeatMap" ], [ "https://github.com/genostats/Ravages" ], [ "https://github.com/Snowfallingplum/SSAT" ], [ "https://github.com/carmanzhang/PubMed-AND-method" ], [ "https://github.com/Arty40m/AliNA" ], [ "https://github.com/Caleydo/coral" ], [ "https://github.com/ghattab/cmangoes" ], [ "https://github.com/identifiers-org/cmd-iaso" ], [ "https://github.com/wickeLab/WARPP" ], [ "https://github.com/EliasFarr/SPOT" ], [ "https://github.com/Vfold-RNA/RLDOCK" ], [ "https://github.com/KukackaZ/LinX" ], [ "https://github.com/wallerlab/chem-preview" ], [ "https://github.com/markkukuismin/MCPeSe" ], [ "https://github.com/will-rowe/genome-sketching" ], [ "https://github.com/Novartis/MoaBox" ], [ "https://github.com/pievos101/GNN-SubNet" ], [ "https://github.com/cbg-ethz/timeseriesNEM" ], [ "https://github.com/zyk2118216069/LncRNA-protein-interactions-prediction" ], [ "https://github.com/theochem/B3DB" ], [ "https://github.com/theochem/B3DB" ], [ "https://github.com/theochem/B3DB" ], [ "https://github.com/theochem/B3DB" ], [ "https://github.com/icb-dcm/pyabc" ], [ "https://github.com/icb-dcm/pyabc" ], [ "https://github.com/icb-dcm/pyabc" ], [ "https://github.com/icb-dcm/pyabc" ], [ "https://github.com/ocroci/ChroKit" ], [ "https://github.com/BodenmillerGroup/cytomapper_publication" ], [ "https://github.com/hyl317/hapROH" ], [ "https://github.com/ADicksonLab/wepy" ], [ "https://github.com/soedinglab/merlot" ], [ "https://github.com/lsbnb/MetaSquare" ], [ "https://github.com/loopasam/ftc" ], [ "https://github.com/CL-CHEN-Lab/OK-Seq" ], [ "https://github.com/sigven/oncoEnrichR" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/liulifenyf/TSPTFBS" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/lauravongoc/EDIR" ], [ "https://github.com/PaulRegnier/PICAFlow" ], [ "https://github.com/laoyangui/HSPAN" ], [ "https://github.com/esm-ispm-unibe-ch/rob-men" ], [ "https://github.com/LodovicoTerzi/HTGQC" ], [ "https://github.com/cosconatilab/PyRMD" ], [ "https://github.com/cosconatilab/PyRMD" ], [ "https://github.com/cosconatilab/PyRMD" ], [ "https://github.com/cosconatilab/PyRMD" ], [ "https://github.com/JRC-COMBINE/FORESEE" ], [ "https://github.com/qcuaeh/molalignlib" ], [ "https://github.com/mcosta27/MDexciteR" ], [ "https://github.com/bsml320/deTS" ], [ "https://github.com/atrautm1/ABCkb" ], [ "https://github.com/arunimasundar/Hope-Speech-LT-EDI" ], [ "https://github.com/ssokolen/rnmrfind" ], [ "https://github.com/dantaki/SV2" ], [ "https://github.com/burakalakuss/COVID-19-Clinical" ], [ "https://github.com/SfrRonaldo/codnas-q" ], [ "https://github.com/ShixiangWang/sigflow" ], [ "https://github.com/yukuntan92/PALLAS" ], [ "https://github.com/zji90/SCRAT" ], [ "https://github.com/CCICB/CRUX" ], [ "https://github.com/lvaronaunizar/Gibbsthur" ], [ "https://github.com/Pill-GZ/U-PASS" ], [ "https://github.com/peng-gang/ProteomicsBrowser" ], [ "https://github.com/scientificomputing/BRIDGE" ], [ "https://github.com/nongdaxiaofeng/DDAPRED" ], [ "https://github.com/deeptools/docker-galaxy-hicexplorer" ], [ "https://github.com/hyulab/BISQUE" ], [ "https://github.com/theislab/sc-pert" ], [ "https://github.com/mooreryan/iroki" ], [ "https://github.com/bthyreau/hippodeep" ], [ "https://github.com/Kufalab-UCSD/kboolnet" ], [ "https://github.com/VU-HMS/Tutorial-stabilizing-walking" ], [ "https://github.com/biocore/zebra_filter" ], [ "https://github.com/tlawrence3/amPEPpy" ], [ "https://github.com/ThieleLab/mars-pipeline" ], [ "https://github.com/qiyunzhu/woltka" ], [ "https://github.com/Project-MONAI/GenerativeModels" ], [ "https://github.com/Medical-Image-Analysis/Retinal-layer-segmentation" ], [ "https://github.com/ViTAE-Transformer/P3M-Net" ], [ "https://github.com/nanakiksc/zerone" ], [ "https://github.com/pylelab/RSCanner" ], [ "https://github.com/kullrich/oggmap" ], [ "https://github.com/IBMTRostock/GIFT" ], [ "https://github.com/nalarbp/graphsnp" ], [ "https://github.com/stevemussmann/admixturePipeline" ], [ "https://github.com/IntelligentRoboticsLabs/social_navigation2_WAF" ], [ "https://github.com/dajmcdon/suffpcr" ], [ "https://github.com/AChavignon/PALA" ], [ "https://github.com/cosconatilab/PyRMD" ], [ "https://github.com/cosconatilab/PyRMD" ], [ "https://github.com/cosconatilab/PyRMD" ], [ "https://github.com/cosconatilab/PyRMD" ], [ "https://github.com/stephaneguindon/phyml" ], [ "https://github.com/alevar/tiebrush" ], [ "https://github.com/SysBioInra/RBApy" ], [ "https://github.com/canzarlab/McSplicer" ], [ "https://github.com/jig4003/Ragas" ], [ "https://github.com/zyk2118216069/LPI-SKF" ], [ "https://github.com/th00516/GRACE" ], [ "https://github.com/erhard-lab/price" ], [ "https://github.com/NMikolajewicz/MetaLab" ], [ "https://github.com/mgt000/IntegrativeAnalysis" ], [ "https://github.com/MetaSeek-Sequencing-Data-Discovery/metaseek" ], [ "https://github.com/biogramming/AASRA" ], [ "https://github.com/envima/spatialMaxent" ], [ "https://github.com/guojson/AgCNER" ], [ "https://github.com/ColemanRHarris/mxnorm" ], [ "https://github.com/mhnb/camamed" ], [ "https://github.com/sd2e/CDM" ], [ "https://github.com/uclahs-cds/tool-NFTest" ], [ "https://github.com/statimagcoll/MultiplexedNormalization" ], [ "https://github.com/uclahs-cds/pipeline-call-sSNV" ], [ "https://github.com/dyxmvp/Spatial_ATAC-seq" ], [ "https://github.com/dyxmvp/spatial-CUT-Tag" ], [ "https://github.com/afujimoto/CAMPHORsomatic" ], [ "https://github.com/afujimoto/CAMPHOR" ], [ "https://github.com/TAMUCogLab/OpenSync" ], [ "https://github.com/amcorrigan/ia-lab" ], [ "https://github.com/biojava/biojava-tutorial" ], [ "https://github.com/hcji/ProSAP" ], [ "https://github.com/BlankenbergLab/galaxy-tools-blankenberg" ], [ "https://github.com/SD2E/omics_tools" ], [ "https://github.com/nf-core/airrflow" ], [ "https://github.com/nclark-lab/RERconverge" ], [ "https://github.com/crazyinter/Seq2Vec" ], [ "https://github.com/gangwug/LTMR" ], [ "https://github.com/modeloriented/survex" ], [ "https://github.com/lunching/wiSDOM" ], [ "https://github.com/moss-lab/ScanFold" ], [ "https://github.com/EESI/ISM" ], [ "https://github.com/tvpham/msproteomics" ], [ "https://github.com/nbrg-ppcu/prokbert" ], [ "https://github.com/nigyta/dfast_core" ], [ "https://github.com/Theory-Lun/McAN" ], [ "https://github.com/NWPU-903PR/Funm6AViewer" ], [ "https://github.com/dsehnal/LiteMol" ], [ "https://github.com/BradBalderson/Cytocipher" ], [ "https://github.com/ChaissonLab/LRA" ], [ "https://github.com/jravilab/connectivity_scores" ], [ "https://github.com/KosukeHamazaki/RAINBOWR" ], [ "https://github.com/zhanglabNKU/BERMAD" ], [ "https://github.com/Rongtao-Xu/SkinFormer" ], [ "https://github.com/EESI/ncov_ism" ], [ "https://github.com/almeidasilvaf/SoyPestGCN" ], [ "https://github.com/CompEpigen/figeno" ], [ "https://github.com/eric-hang/DisGenIB" ], [ "https://github.com/alexander-malafeev/microsleep-detection" ], [ "https://github.com/SEU-VIPGroup/MECOM" ], [ "https://github.com/kaizheng-academic/DLP" ], [ "https://github.com/chnshx/DreamAnime" ], [ "https://github.com/IlyaLab/Pan-Cancer-Cell-Cell-Comm-Net" ], [ "https://github.com/LongyangHuang/OAC-BVR" ], [ "https://github.com/AngusMonroe/ContrastPool" ], [ "https://github.com/BraveGroup/FullySparseFusion" ], [ "https://github.com/EsakaK/LSSVC" ], [ "https://github.com/wanxinhang/FCMVC-IV" ], [ "https://github.com/GuoleiSun/VSS-CFFM" ], [ "https://github.com/thohemp/6DRepNet360" ], [ "https://github.com/XLearning-SCU/2024-TIP-CREAM" ], [ "https://github.com/PoisonAlien/trackplot" ], [ "https://github.com/uwrit/leaf" ], [ "https://github.com/maickrau/ribotin" ], [ "https://github.com/Transipedia/KaMRaT" ], [ "https://github.com/polwork/Unsupervised-Spectral-Demosaicing" ], [ "https://github.com/vignywang/IDC" ], [ "https://github.com/sentaochen/Mutual-Information-Estimation-and-Minimization" ], [ "https://github.com/xrjiang527/FABNet-PyTorch" ], [ "https://github.com/EMSL-Computing/PSpecteR" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/Puzzled-Hui/Connectivity-Aware-Airway-Segmentation" ], [ "https://github.com/zzw-szu/CoNuSeg" ], [ "https://github.com/Evergrow/WSVG" ], [ "https://github.com/mikasa3lili/DO-SAR" ], [ "https://github.com/yulisun/LPEM" ], [ "https://github.com/CyclicalCurriculum/Cyclical-Curriculum" ], [ "https://github.com/zikai1/CrossModReg" ], [ "https://github.com/leijiezhang/RFNN" ], [ "https://github.com/naver/posebert" ], [ "https://github.com/vLAR-group/OGC" ], [ "https://github.com/POSTECH-CVLab/PyTorch-StudioGAN" ], [ "https://github.com/anmabu/beeRapp" ], [ "https://github.com/eeyhsong/EEG-Conformer" ], [ "https://github.com/timolassmann/samstat" ], [ "https://github.com/sculab/GeneMiner" ], [ "https://github.com/zhiweibi/PT-GAN" ], [ "https://github.com/liuyi1989/DCR" ], [ "https://github.com/HDCVLab/EDFace-Celeb-1M" ], [ "https://github.com/nvakhoa/superclass-FSIS" ], [ "https://github.com/lpfworld/DMPNet" ], [ "https://github.com/unipept/FragGeneScanRs" ], [ "https://github.com/MoonBlvd/Detection-of-Traffic-Anomaly" ], [ "https://github.com/bioinformatical-code/NNP" ], [ "https://github.com/mmic-lcl/Datasets-and-benchmark-code" ], [ "https://github.com/mmic-lcl/Datasets-and-benchmark-code" ], [ "https://github.com/mmic-lcl/Datasets-and-benchmark-code" ], [ "https://github.com/mmic-lcl/Datasets-and-benchmark-code" ], [ "https://github.com/IreneSaMi/Exoquant-Autophagoquant" ], [ "https://github.com/LPengYang/Saturation-Line-Prior" ], [ "https://github.com/syp2ysy/CTNet" ], [ "https://github.com/bupt-ai-cz/HSA-NRL" ], [ "https://github.com/simonpenel/thirdkind" ], [ "https://github.com/simonpenel/thirdkind" ], [ "https://github.com/simonpenel/thirdkind" ], [ "https://github.com/simonpenel/thirdkind" ], [ "https://github.com/xinxingwu-uk/DGAE" ], [ "https://github.com/biojava/biojava" ], [ "https://github.com/biojava/biojava" ], [ "https://github.com/biojava/biojava" ], [ "https://github.com/biojava/biojava" ], [ "https://github.com/xytmhy/DID-ANet-Defocus-Deblurring" ], [ "https://github.com/himelmallick/BayesRecipe" ], [ "https://github.com/gaobb/MCAR" ], [ "https://github.com/chaitjo/geometric-rna-design" ], [ "https://github.com/mahendra-awale/medchem_moves" ], [ "https://github.com/tao-aimi/DeepRecursiveEmbedding" ], [ "https://github.com/zjhthu/OANet" ], [ "https://github.com/fuweijie/DRE" ], [ "https://github.com/yytzsy/SCDM-TPAMI" ], [ "https://github.com/mit-han-lab/temporal-shift-module" ], [ "https://github.com/cloudve/galaxycloudrunner" ], [ "https://github.com/gtDMMB/RNAStructViz" ], [ "https://github.com/smutao/PyVibMS" ], [ "https://github.com/galantelab/sideRETRO" ], [ "https://github.com/BB-BiG/TRIM" ], [ "https://github.com/callmeray/PointMVSNet" ], [ "https://github.com/UCLCheminformatics/ScaffoldGraph" ], [ "https://github.com/CBIIT/LDlinkR" ], [ "https://github.com/bigdataprocessor/bigdataprocessor2" ], [ "https://github.com/wangjuanimu/Frin" ], [ "https://github.com/oushujun/LTR_FINDER_parallel" ], [ "https://github.com/mstsuite/MuST" ], [ "https://github.com/wangjuanimu/data-of-genome-rearrangement" ], [ "https://github.com/csjunxu/STAR" ], [ "https://github.com/mmrojasgracia/Data-in-Brief_Influence" ], [ "https://github.com/ZJUYH/radar-to-lidar-place-recognition" ], [ "https://github.com/seansolari/expam" ], [ "https://github.com/hchyang/PSiTE" ], [ "https://github.com/Ahhgust/RtN" ], [ "https://github.com/sdu-hpcl/BGSA" ], [ "https://github.com/cfrioux/miscoto" ], [ "https://github.com/cpolano/phytoassembly" ], [ "https://github.com/cpolano/phytoassembly" ], [ "https://github.com/cpolano/phytoassembly" ], [ "https://github.com/cpolano/phytoassembly" ], [ "https://github.com/LeopoldC/Boost-HiC" ], [ "https://github.com/ucrbioinfo/Chimericognizer" ], [ "https://github.com/shiauck/CATANA" ], [ "https://github.com/Dawn5786/CoCRF-TrackNet" ], [ "https://github.com/ubioptronics/hMC-GRT" ], [ "https://github.com/jkbonfield/crumble" ], [ "https://github.com/ashleylqx/STRA-Net" ], [ "https://github.com/qunfengdong/MicroGMT" ], [ "https://github.com/olliemcdonald/siapopr" ], [ "https://github.com/Maihj/AC-DIAMOND" ], [ "https://github.com/ifaust83/cgheliparm" ], [ "https://github.com/ale-odinokov/pyEFP" ], [ "https://github.com/JanDetrez/BiDiFuse" ], [ "https://github.com/BiomedicalMachineLearning/SpaCell" ], [ "https://github.com/smithlabcode/walt" ], [ "https://github.com/wf8/sumac" ], [ "https://github.com/ryanlayer/gqt" ], [ "https://github.com/smajidian/HapMC" ], [ "https://github.com/fabkury/paamia2015" ], [ "https://github.com/siskac/discordant" ], [ "https://github.com/rochoa85/myChEMBL" ], [ "https://github.com/songlab/NSeq" ], [ "https://github.com/jotegui/BIDDSAT" ], [ "https://github.com/ruping/Breakpointer" ], [ "https://github.com/edsgard/scphaser" ], [ "https://github.com/soulj/PhenomeScape" ], [ "https://github.com/ch3cook-fdu/Vote2Cap-DETR" ], [ "https://github.com/jsczzzk/R-MSFM" ], [ "https://github.com/tiankongzhang/MGA" ], [ "https://github.com/kiwi-lilo/AMPLIFY" ], [ "https://github.com/ubioinformat/UPEfinder" ], [ "https://github.com/Dong-Huo/SRR-MAXL" ], [ "https://github.com/ZitZhengWang/SLTRN" ], [ "https://github.com/LohmuellerLab/PReFerSim" ], [ "https://github.com/lanbiolab/LGCDA" ], [ "https://github.com/qzhb/UbRV2A" ], [ "https://github.com/juliemkauffman/DyCoNet" ], [ "https://github.com/IMOP-lab/SASAN-Pytorch" ], [ "https://github.com/guobaoxiao/LSC" ], [ "https://github.com/ritaranx/NeST" ], [ "https://github.com/013zyj/CSMN" ], [ "https://github.com/ChenPointCloud/HTMC" ], [ "https://github.com/Illumina/Pisces" ], [ "https://github.com/xiaqixiaqi/MOPDDI" ], [ "https://github.com/jasdeep-singh-007/KL-DNAS" ], [ "https://github.com/andreYoo/WSCL_VeReid" ], [ "https://github.com/ngominhhoang/Quantum-Target-Identification-by-Enzymes" ], [ "https://github.com/litchiar/ShotClassification" ], [ "https://github.com/gasparl/expapp" ], [ "https://github.com/yangfan-hu/Fast-SNN" ], [ "https://github.com/zhiyuns/UNITPathSSL" ], [ "https://github.com/nachifur/TBRNet" ], [ "https://github.com/yanx27/CLEVR3D" ], [ "https://github.com/zqpiao/LRA" ], [ "https://github.com/ruhig6/JNMR" ], [ "https://github.com/jswati31/gazeclr" ], [ "https://github.com/ncbi/fcs" ], [ "https://github.com/ncbi/fcs" ], [ "https://github.com/ncbi/fcs" ], [ "https://github.com/ncbi/fcs" ], [ "https://github.com/zhuyr97/HGRR" ], [ "https://github.com/ZerojumpLine/JCSAugment" ], [ "https://github.com/ljaiverson/pFL-APPLE" ], [ "https://github.com/Lineves7/CSformer" ], [ "https://github.com/kellyhoang0610/RCTMethodologyIE" ], [ "https://github.com/DoraemonXia/BLAM6A-Merge" ], [ "https://github.com/nie-lang/RotationCorrection" ], [ "https://github.com/THUFDD/CADM-plus" ], [ "https://github.com/DIAL-RPI/UCAT" ], [ "https://github.com/IDKiro/DehazeFormer" ], [ "https://github.com/FactoDeepLearning/DAN" ], [ "https://github.com/ITBE-Lab/MA" ], [ "https://github.com/ShinyWang33/eSL-Net-Plusplus" ], [ "https://github.com/DanielNolte/FederatedDeepRegressionForests" ], [ "https://github.com/ofer-kimchi/LandscapeFold" ], [ "https://github.com/schlegelp/tanglegram" ], [ "https://github.com/pachterlab/ffq" ], [ "https://github.com/wwyi1828/CluSiam" ], [ "https://github.com/vfscalfani/CSN_tutorial" ], [ "https://github.com/ucas-vg/GroupSampling" ], [ "https://github.com/Jillian555/CCP-GNN" ], [ "https://github.com/brentp/echtvar" ], [ "https://github.com/ksahlin/strobealign" ], [ "https://github.com/fanyang587/NestedNet" ], [ "https://github.com/ZhenyueQin/Angular-Skeleton-Encoding" ], [ "https://github.com/stevenhan1991/CoordNet" ], [ "https://github.com/XiaoTaoWang/HiCLift" ], [ "https://github.com/XiaoTaoWang/HiCLift" ], [ "https://github.com/XiaoTaoWang/HiCLift" ], [ "https://github.com/XiaoTaoWang/HiCLift" ], [ "https://github.com/megvii-research/BasesHomo" ], [ "https://github.com/CCECfgd/MSCDN-master" ], [ "https://github.com/lightbillow/DHRec" ], [ "https://github.com/IRMVLab/EfficientLO-Net" ], [ "https://github.com/azurerain7/Word2Pix" ], [ "https://github.com/fukunagatsu/Mirage" ], [ "https://github.com/fukunagatsu/Mirage" ], [ "https://github.com/fukunagatsu/Mirage" ], [ "https://github.com/fukunagatsu/Mirage" ], [ "https://github.com/dvlab-research/Entity" ], [ "https://github.com/rajewsky-lab/optocoder" ], [ "https://github.com/XMUDM/ShillingAttack" ], [ "https://github.com/QTJiebin/FVV_QoE" ], [ "https://github.com/ZongJ1111/Academic-Performance-Prediction" ], [ "https://github.com/ngs00/emrl" ], [ "https://github.com/toil2sweet/CRNet" ], [ "https://github.com/HpWang-whu/RoReg" ], [ "https://github.com/ggsDing/ASLNet" ], [ "https://github.com/wangsiwei2010/graphlatefusion_MKC" ], [ "https://github.com/aztc/MRDMN" ], [ "https://github.com/chenyilun95/DSGN2" ], [ "https://github.com/mikaells/RibDif" ], [ "https://github.com/cfzd/Ultra-Fast-Lane-Detection-v2" ], [ "https://github.com/chemosim-lab/ProLIF" ], [ "https://github.com/jwwangchn/BONAI" ], [ "https://github.com/ymcui/expmrc" ], [ "https://github.com/dgittins/CANT-HYD-HydrocarbonBiodegradation" ], [ "https://github.com/LaiSongxuan/SynSig2Vec" ], [ "https://github.com/Yang-Bob/PST" ], [ "https://github.com/0x462e41/SS3D" ], [ "https://github.com/Dulab2020/ARMT" ], [ "https://github.com/koszullab/hicstuff" ], [ "https://github.com/mogvision/FFD" ], [ "https://github.com/liushaomin/MitosisDetection" ], [ "https://github.com/yyyanglz/KAN" ], [ "https://github.com/ranery/Bayesian-CycleGAN" ], [ "https://github.com/SKLB-lab/BENviewer" ], [ "https://github.com/wps712/FFN" ], [ "https://github.com/bioinfoDZ/Stereo3D" ], [ "https://github.com/yj-zhou/Feature_Encoding_with_AutoEncoders_for_Weakly-supervised_Anomaly_Detection" ], [ "https://github.com/amelbek/pamgeneAnalyzeR" ], [ "https://github.com/hallamlab/HivePanelExplorer" ], [ "https://github.com/tvpham/iq" ], [ "https://github.com/gulfemd/STRAssembly" ], [ "https://github.com/mzlr/sau-net" ], [ "https://github.com/mzlr/sau-net" ], [ "https://github.com/mzlr/sau-net" ], [ "https://github.com/mzlr/sau-net" ], [ "https://github.com/leylabmpi/Struo" ], [ "https://github.com/pbagos/juchmme" ], [ "https://github.com/czodrowskilab/Machine-learning-meets-pKa" ], [ "https://github.com/amcrisan/Adjutant" ], [ "https://github.com/BGI-shenzhen/PopLDdecay" ], [ "https://github.com/AitchisonLab/Deleteome-Tools" ], [ "https://github.com/BIMSBbioinfo/netSmooth" ], [ "https://github.com/mcahny/vps" ], [ "https://github.com/bioinfomaticsCSU/GapReduce" ], [ "https://github.com/suhrig/pingpongpro" ], [ "https://github.com/BioSystemsUM/mewpy" ], [ "https://github.com/insilichem/pychimera" ], [ "https://github.com/JCVenterInstitute/PanGenomePipeline" ], [ "https://github.com/tastanlab/Kinship-Privacy" ], [ "https://github.com/tsudalab/MDTS" ], [ "https://github.com/ramiromagno/gwasrapidd" ], [ "https://github.com/ghzuo/cvtree" ], [ "https://github.com/zmzhang/TEAM" ], [ "https://github.com/magnusdv/filtus" ], [ "https://github.com/ythuang0522/StriDe" ], [ "https://github.com/rsemeraro/PyPore" ], [ "https://github.com/wyguo/TSIS" ], [ "https://github.com/nicolazzie/AffyPipe" ], [ "https://github.com/oarnaiz/ParTIES" ], [ "https://github.com/outbig/DAFGA" ], [ "https://github.com/zhoudw-zdw/CIL_Survey" ], [ "https://github.com/liuxiaoping2020/CBioProfiler" ], [ "https://github.com/kostkalab/vaeda" ], [ "https://github.com/ddamerell53/SATurn" ], [ "https://github.com/nebfield/snpQT" ], [ "https://github.com/william-denault/ffw" ], [ "https://github.com/yjthu/obaDIA" ], [ "https://github.com/lotteanna/defence_adaptation" ], [ "https://github.com/budach/pysster" ], [ "https://github.com/gymrek-lab/longtr" ], [ "https://github.com/gymrek-lab/longtr" ], [ "https://github.com/gymrek-lab/longtr" ], [ "https://github.com/gymrek-lab/longtr" ], [ "https://github.com/n-mounier/bGWAS" ], [ "https://github.com/pblischak/HyDe" ], [ "https://github.com/uc-bd2k/grein" ], [ "https://github.com/robogeno/SVMDO" ], [ "https://github.com/TJU-CMC-Org/isoMiRmap" ], [ "https://github.com/SpatialTranscriptomicsResearch/st_pipeline" ], [ "https://github.com/Shawn-Xu/PPIP" ], [ "https://github.com/DerKevinRiehl/TransposonUltimate" ], [ "https://github.com/soyashinkai/PHi-C2" ], [ "https://github.com/jyangfsu/WQChartPy" ], [ "https://github.com/SWFarag/nrps-linker" ], [ "https://github.com/rhondabacher/methylscaper" ], [ "https://github.com/sparks-lab-org/RNAcmap_standalone" ], [ "https://github.com/cbg-ethz/dce" ], [ "https://github.com/liqi-casia/FaceSwapper" ], [ "https://github.com/zhc940702/SDPred" ], [ "https://github.com/hkarakurt8742/SUMA" ], [ "https://github.com/MmelodYy/DunHuangStitch" ], [ "https://github.com/DoubtedSteam/CycleTrans" ], [ "https://github.com/YixinChen-AI/PCNet" ], [ "https://github.com/abdelwahed/OT_for_big_data" ], [ "https://github.com/icedpanda/KERL" ], [ "https://github.com/JingyunLiang/VRT" ], [ "https://github.com/ilanshom/adaptiveMSA" ], [ "https://github.com/PingZhou-LF/Light-Field-Depth-Estimation-Based-on-Stitched-EPIs" ], [ "https://github.com/schatzlab/genomescope" ], [ "https://github.com/qklee-lz/CDTM" ], [ "https://github.com/DebtVC2022/Robust_Learning_with_MGC" ], [ "https://github.com/yuhuimin11/SGCD-master" ], [ "https://github.com/3BioCompBio/pyScoMotif" ], [ "https://github.com/caigitrepo/SCDGC" ], [ "https://github.com/keeganhk/PointVST" ], [ "https://github.com/jairesdesousa/guidemol" ], [ "https://github.com/huanghanchi/Master-slave-Algorithm-for-Top-K-Bandits" ], [ "https://github.com/WenkeHuang/FCCL" ], [ "https://github.com/AIRI-Institute/when-to-switch" ], [ "https://github.com/Li-Wentao/dMEGA" ], [ "https://github.com/KaulichLab/ReCo" ], [ "https://github.com/jahhaoyang/MemBridge" ], [ "https://github.com/GroupeLaboGosselin/Reclassification" ], [ "https://github.com/Doubiiu/AIDN" ], [ "https://github.com/sebastian-gregoricchio/snHiC" ], [ "https://github.com/EnyaHermite/Picasso" ], [ "https://github.com/pth1993/FATDM" ], [ "https://github.com/mor-avi-aharon-bgu/HueNet" ], [ "https://github.com/kad-ecoli/BeEM" ], [ "https://github.com/XiaoxFeng/IENet" ], [ "https://github.com/zcq15/SPDET" ], [ "https://github.com/HaifengXia/IDG" ], [ "https://github.com/YouyiSong/Dynamic-Loss-Weighting" ], [ "https://github.com/tsuda16k/materialmodifier" ], [ "https://github.com/MantangGuo/CW4VS" ], [ "https://github.com/UDC-GAC/ParRADMeth" ], [ "https://github.com/wangWilson/CGCDet" ], [ "https://github.com/NeverGiveU/PDA-Translation" ], [ "https://github.com/marco-oliva/r-pfbwt" ], [ "https://github.com/tinglyfeng/IC9600" ], [ "https://github.com/csms-ethz/CombiFF" ], [ "https://github.com/zju3dv/Vox-Surf" ], [ "https://github.com/Chenyang4/ReSmooth" ], [ "https://github.com/burstein-lab/genomic-nlp-server" ], [ "https://github.com/Laboratoire-de-Chemoinformatique/moodle-qtype_molsimilarity" ], [ "https://github.com/basiralab/GNNs-in-Network-Neuroscience" ], [ "https://github.com/OIPLab-DUT/ESCNet" ], [ "https://github.com/gersteinlab/idash20FL" ], [ "https://github.com/NK-CS-ZZL/IAN" ], [ "https://github.com/lmbxmu/1xN" ], [ "https://github.com/hellloxiaotian/HGSRCNN" ], [ "https://github.com/KingJamesSong/DifferentiableSVD" ], [ "https://github.com/qq456cvb/CPPF2" ], [ "https://github.com/ZhihaoPENG-CityU/AASSC-Net" ], [ "https://github.com/bionlplab/heart_failure_mortality" ], [ "https://github.com/qdushl/Waterloo-Point-Cloud-Database" ], [ "https://github.com/yuhuan-wu/EDN" ], [ "https://github.com/TeamSundar/m-ionic" ], [ "https://github.com/trainsn/GNN-Surrogate" ], [ "https://github.com/bjj9/EVE_SCPT" ], [ "https://github.com/vanvalenlab/deepcell-spots" ], [ "https://github.com/vanvalenlab/deepcell-spots" ], [ "https://github.com/vanvalenlab/deepcell-spots" ], [ "https://github.com/vanvalenlab/deepcell-spots" ], [ "https://github.com/ShiQiu0419/pnp-3d" ], [ "https://github.com/yzyvl/DivAC" ], [ "https://github.com/jiabaocui/MIAIS" ], [ "https://github.com/shizenglin/Unsharp-Mask-Guided-Filtering" ], [ "https://github.com/OIPLab-DUT/IEEE-TCYB-PANet" ], [ "https://github.com/ikmb/iptoolkit" ], [ "https://github.com/kailigo/dmvsc" ], [ "https://github.com/z-x-yang/CFBI" ], [ "https://github.com/bouracha/OoDMotion" ], [ "https://github.com/mehmetyamac/GTSNET" ], [ "https://github.com/tengteng95/Pose-Transfer" ], [ "https://github.com/juntang-zhuang/explain_invertible" ], [ "https://github.com/OpenBioLink/Explorer" ], [ "https://github.com/naivete5656/MDMLM" ], [ "https://github.com/citiususc/veryfasttree" ], [ "https://github.com/ucaswangls/STFormer" ], [ "https://github.com/Ha0Tang/DDLCN" ], [ "https://github.com/mwatkin8/FHIR-Lab-Reports-App" ], [ "https://github.com/mboboGO/MOMN" ], [ "https://github.com/jamesjcai/scGEAToolbox" ], [ "https://github.com/sunwj/CAR" ], [ "https://github.com/BojarLab/glycowork" ], [ "https://github.com/BojarLab/glycowork" ], [ "https://github.com/BojarLab/glycowork" ], [ "https://github.com/BojarLab/glycowork" ], [ "https://github.com/SouthGreenPlatform/PyRice" ], [ "https://github.com/EsmaeilNourani/Deep-GDAE" ], [ "https://github.com/AADavin/ZOMBI" ], [ "https://github.com/GATB/simka" ], [ "https://github.com/AlanLuSun/High-quality-ellipse-detection" ], [ "https://github.com/fmfi-compbio/deepnano-blitz" ], [ "https://github.com/jaydchan/tawny-karyotype" ], [ "https://github.com/vsepulve/relz_fs" ], [ "https://github.com/hugheylab/simphony" ], [ "https://github.com/ropensci/cRegulome" ], [ "https://github.com/davidemms/OrthoFinder" ], [ "https://github.com/sasky1/DPRL" ], [ "https://github.com/caramirezal/SQUADBookChapter" ], [ "https://github.com/ghattab/seevis" ], [ "https://github.com/richadhanuka/PFP-Autoencoders" ], [ "https://github.com/facebookresearch/Detectron" ], [ "https://github.com/facebookresearch/Detectron" ], [ "https://github.com/facebookresearch/Detectron" ], [ "https://github.com/facebookresearch/Detectron" ], [ "https://github.com/bioinfo-ut/PlasmidSeeker" ], [ "https://github.com/feiglab/prefmd" ], [ "https://github.com/joewuca/imputation" ], [ "https://github.com/ridgelab/Kmer-SSR" ], [ "https://github.com/seqcode/miniMDS" ], [ "https://github.com/friedlanderlab/mirtrace" ], [ "https://github.com/HannahVMeyer/PhenotypeSimulator" ], [ "https://github.com/goncalves-lab/waddR" ], [ "https://github.com/AstraZeneca-NGS/disambiguate" ], [ "https://github.com/mmundy42/mackinac" ], [ "https://github.com/leesael/GIFT" ], [ "https://github.com/hirvolt1/debruijn-motif" ], [ "https://github.com/SPIDDOR/SPIDDOR" ], [ "https://github.com/aflevel/GWAlpha" ], [ "https://github.com/cyinbox/DNADU" ], [ "https://github.com/opencb/cell-maps" ], [ "https://github.com/pogudingleb/CLUE" ], [ "https://github.com/pogudingleb/CLUE" ], [ "https://github.com/pogudingleb/CLUE" ], [ "https://github.com/pogudingleb/CLUE" ], [ "https://github.com/lh3/bfc" ], [ "https://github.com/dgkontopoulos/Pinda" ], [ "https://github.com/juliacontrerasgarcia/nciplot" ], [ "https://github.com/dariober/ASCIIGenome" ], [ "https://github.com/sdrogers/ms2ldaviz" ], [ "https://github.com/diriano/ploidyNGS" ], [ "https://github.com/hy0523/MTNet" ], [ "https://github.com/jonastjoms/MANNERS-DB" ], [ "https://github.com/Illumina/canvas" ], [ "https://github.com/Illumina/canvas" ], [ "https://github.com/Illumina/canvas" ], [ "https://github.com/Illumina/canvas" ], [ "https://github.com/rdiaz02/OncoSimul" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/jaredgk/IMgui-electron-packages" ], [ "https://github.com/rinikerlab/Ensembler" ], [ "https://github.com/YonseiCGnA-VR/F-RDW" ], [ "https://github.com/melop/admixem" ], [ "https://github.com/sirimullalab/redial-2020" ], [ "https://github.com/galaxyproject/galaxy" ], [ "https://github.com/galaxyproject/galaxy" ], [ "https://github.com/galaxyproject/galaxy" ], [ "https://github.com/galaxyproject/galaxy" ], [ "https://github.com/SBRG/Protein_ML" ], [ "https://github.com/sys-bio/frequencyResponse" ], [ "https://github.com/mli171/MultibinAlpha" ], [ "https://github.com/MinJinHa/iDINGO" ], [ "https://github.com/GuillermoMG-HUVR/Microbiology-applications" ], [ "https://github.com/YaluWen/TBLMM" ], [ "https://github.com/AliYoussef96/gtAI" ], [ "https://github.com/lasseignelab/CINmetrics" ], [ "https://github.com/i2-wustl/CytoGPS" ], [ "https://github.com/USEPA/TELSS" ], [ "https://github.com/lixiang117423/ggmotif" ], [ "https://github.com/zacherydickson/HUBDesign" ], [ "https://github.com/elizavetasemenova/gp_concentration_response" ], [ "https://github.com/liedllab/X-Entropy" ], [ "https://github.com/Manuelaio/uncoverappLib" ], [ "https://github.com/jakelever/pgxmine" ], [ "https://github.com/Xiaoqizheng/InfiniumPurify" ], [ "https://github.com/Kirovez/pyTanFinder" ], [ "https://github.com/MartaBofillRoig/SurvBin" ], [ "https://github.com/lanagarmire/lilikoi" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/dzhang32/ggtranscript" ], [ "https://github.com/xulesc/pymcpsc" ], [ "https://github.com/hsinyenwu/RiboPlotR" ], [ "https://github.com/DecoPath/DecoPath" ], [ "https://github.com/yavyx/PaIntDB" ], [ "https://github.com/whirlsyu/EnMCB" ], [ "https://github.com/wmayner/pyphi" ], [ "https://github.com/labstructbioinf/samcc_turbo" ], [ "https://github.com/gbouras13/pharokka" ], [ "https://github.com/LIT-CCM-lab/LIT-AlphaFold" ], [ "https://github.com/l-modolo/TEtools" ], [ "https://github.com/BiodataAnalysisGroup/CWL_HTS_pipelines" ], [ "https://github.com/Young-gonKim/SnackVar" ], [ "https://github.com/projectDevour/DEVOUR" ], [ "https://github.com/abeebyekeen/CHAPERONg" ], [ "https://github.com/IVDgenomicslab/scDetect" ], [ "https://github.com/Xpaths/dartpaths-app" ], [ "https://github.com/sayangsep/Beatrice-Finemapping" ], [ "https://github.com/terrimporter/MetaWorks" ], [ "https://github.com/azofeifa/Tfit" ], [ "https://github.com/fothia/improve-RRBS" ], [ "https://github.com/CostaLab/scMEGA" ], [ "https://github.com/OHNLP/MedTator" ], [ "https://github.com/rghu/reconCNV" ], [ "https://github.com/klamt-lab/straindesign" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/qibebt-bioinfo/dynamic-meta-storms" ], [ "https://github.com/kalpeshjp89/DUSGAN" ], [ "https://github.com/dohlee/prism" ], [ "https://github.com/Caleb-Huo/AWFisher" ], [ "https://github.com/NiRuff/ViNe-Seg" ], [ "https://github.com/weng-lab/ZING" ], [ "https://github.com/mafeiyang/ACTINN" ], [ "https://github.com/raulossio/VCF-plotein" ], [ "https://github.com/lsncibb/microbiomeGWAS" ], [ "https://github.com/mafed/msWaldHMP" ], [ "https://github.com/Candihub/pixel" ], [ "https://github.com/MRCIEU/epigraphdb" ], [ "https://github.com/zht8506/UniHead" ], [ "https://github.com/peanono/SNO-DCA" ], [ "https://github.com/meteahishali/OSEN" ], [ "https://github.com/ngalanter/rct2otrbounds" ], [ "https://github.com/lhaof/SENC" ], [ "https://github.com/showteeth/ggcoverage" ], [ "https://github.com/xingxuejun1989/SCVC" ], [ "https://github.com/xxlong0/ASNDepth" ], [ "https://github.com/ZongYingLi/ASMNet" ], [ "https://github.com/FridleyLab/spatialGE" ], [ "https://github.com/yi-ding-cs/GIGN" ], [ "https://github.com/rwehrens/ptw" ], [ "https://github.com/KangLiao929/Cylin-Painting" ], [ "https://github.com/FengleiFan/ReLinear" ], [ "https://github.com/OSS-Lab/MetQy" ], [ "https://github.com/JianHPan/SilenceREIN" ], [ "https://github.com/syxiaa/GBRS" ], [ "https://github.com/Lswhiteh/PhyloMatcher" ], [ "https://github.com/Lswhiteh/PhyloMatcher" ], [ "https://github.com/Lswhiteh/PhyloMatcher" ], [ "https://github.com/Lswhiteh/PhyloMatcher" ], [ "https://github.com/aigzhusmart/Slim-UNETR" ], [ "https://github.com/zmx21/G2GSnake" ], [ "https://github.com/PhdJiayiTang/Consensus-Neighbor-Strategy" ], [ "https://github.com/qwangg/MFDNet" ], [ "https://github.com/Boehringer-Ingelheim/pyPept" ], [ "https://github.com/LucasCJYSDL/HierAIRL" ], [ "https://github.com/amishra-stats/taro-package" ], [ "https://github.com/dr-majie/opentqa" ], [ "https://github.com/kansil/ProFAB" ], [ "https://github.com/zhangxin-xd/REAF" ], [ "https://github.com/flairNLP/flair" ], [ "https://github.com/Legenddddd/AIS-MLI" ], [ "https://github.com/MinhyukPark/HMMerge" ], [ "https://github.com/DotWang/DCN-T" ], [ "https://github.com/krumsieklab/pitracer" ], [ "https://github.com/mesunhlf/EA" ], [ "https://github.com/Xinyil256/RAUNA2023" ], [ "https://github.com/winycg/L-MCL" ], [ "https://github.com/YS-GONG/missingness-patterns" ], [ "https://github.com/aimagelab/mammoth" ], [ "https://github.com/littlewhitesea/STDAN" ], [ "https://github.com/Jae35/IFFD" ], [ "https://github.com/weitianxin/HyperGCL" ], [ "https://github.com/li-xl/DGNet" ], [ "https://github.com/LirongWu/RFA-GNN" ], [ "https://github.com/bigbio/proteomics-metadata-standard" ], [ "https://github.com/Xiaoqiang-Yan/DCIB" ], [ "https://github.com/huanghanchi/CAMRL" ], [ "https://github.com/plhhnu/CellDialog" ], [ "https://github.com/Hazelsuko07/EMA" ], [ "https://github.com/Polytech-bioinf/MRGCN" ], [ "https://github.com/lxtGH/TemporalPyramidRouting" ], [ "https://github.com/cvlab-stonybrook/Target-absent-Human-Attention" ], [ "https://github.com/vibansal/HapCUT2" ], [ "https://github.com/z21110008/UIF" ], [ "https://github.com/LeoSvenningsson/TensorViewforMatlab" ], [ "https://github.com/nku-zhichengzhang/PlaneSeg" ], [ "https://github.com/pierrepo/autoclassweb" ], [ "https://github.com/PRIS-CV/Pair-wise-Similarity-module" ], [ "https://github.com/Guaishou74851/CASNet" ], [ "https://github.com/tjiangHIT/cuteSV" ], [ "https://github.com/tjiangHIT/cuteSV" ], [ "https://github.com/tjiangHIT/cuteSV" ], [ "https://github.com/tjiangHIT/cuteSV" ], [ "https://github.com/pavancm/CONTRIQUE" ], [ "https://github.com/zhangle408/EH-Nets" ], [ "https://github.com/selfdecode/rd-eztraits" ], [ "https://github.com/EIHW/motilitAI" ], [ "https://github.com/liruihui/Self-Embedding" ], [ "https://github.com/spectralpublic/RIAN" ], [ "https://github.com/Ntriver/KNNENS" ], [ "https://github.com/dd1github/DeepSMOTE" ], [ "https://github.com/luzzou/6D-ViT" ], [ "https://github.com/oy-tj/VSUGAN" ], [ "https://github.com/michaelsouza/bpl" ], [ "https://github.com/Ha0Tang/DPGAN" ], [ "https://github.com/lxtGH/GALD-DGCNet" ], [ "https://github.com/jizhaox/relative_pose_from_affine" ], [ "https://github.com/zju3dv/disprcnn" ], [ "https://github.com/jiequancui/ResLT" ], [ "https://github.com/speedinghzl/AlignSeg" ], [ "https://github.com/RiDang/DANN" ], [ "https://github.com/etirouthier/keras_dna" ], [ "https://github.com/tzok/BioCommons" ], [ "https://github.com/mahaichuan/Versatile-Image-Compression" ], [ "https://github.com/menzel/nopeak" ], [ "https://github.com/xinwangliu/SimpleMKKMcodes" ], [ "https://github.com/xinwangliu/SimpleMKKMcodes" ], [ "https://github.com/xinwangliu/SimpleMKKMcodes" ], [ "https://github.com/xinwangliu/SimpleMKKMcodes" ], [ "https://github.com/puar-playground/TimedHN" ], [ "https://github.com/dylanbeeber/crispRdesignR" ], [ "https://github.com/BGI-flexlab/SOAPMetaS" ], [ "https://github.com/Pchank/DMLS-for-SSP" ], [ "https://github.com/dozmorovlab/TADCompare" ], [ "https://github.com/verilylifesciences/genomewarp" ], [ "https://github.com/oqe/varanto" ], [ "https://github.com/bkballoon/mvsm-fusion" ], [ "https://github.com/Roestlab/DrawAlignR" ], [ "https://github.com/hkaneko1985/gtm-generativetopographicmapping" ], [ "https://github.com/hkaneko1985/gtm-generativetopographicmapping" ], [ "https://github.com/hkaneko1985/gtm-generativetopographicmapping" ], [ "https://github.com/hkaneko1985/gtm-generativetopographicmapping" ], [ "https://github.com/paula-tataru/polyDFE" ], [ "https://github.com/prs-group/TUNNEX" ], [ "https://github.com/refresh-bio/comsa" ], [ "https://github.com/BackofenLab/ShaKer" ], [ "https://github.com/tsudalab/mp-lamp" ], [ "https://github.com/Erechtheus/sia" ], [ "https://github.com/robsyme/Parastagonospora_nodorum_SN15" ], [ "https://github.com/cs-chan/ArtGAN" ], [ "https://github.com/ParkinsonLab/DETECT-v2" ], [ "https://github.com/seifemi/regNet" ], [ "https://github.com/tsudalab/ChemTS" ], [ "https://github.com/PySCeS/PyscesToolbox" ], [ "https://github.com/jfmrod/mapseq" ], [ "https://github.com/hitbc/rMFilter" ], [ "https://github.com/yytzsy/Syntax-Customized-Video-Captioning" ], [ "https://github.com/modsim/hops" ], [ "https://github.com/ddhb/Workflow_of_Chipseq" ], [ "https://github.com/bihealth/hlama" ], [ "https://github.com/silviamicroarray/chipSAD" ], [ "https://github.com/crsl4/PhyloNetworks" ], [ "https://github.com/shenwei356/seqkit" ], [ "https://github.com/rvaser/sword" ], [ "https://github.com/BSGOxford/BrowseVCF" ], [ "https://github.com/PetarV-/muxstep" ], [ "https://github.com/cbrueffer/tophat-recondition" ], [ "https://github.com/JingZhou2015/MeSHSim" ], [ "https://github.com/gabraham/flashpca" ], [ "https://github.com/CompSynBioLab-KoreaUniv/FunGAP" ], [ "https://github.com/bioinfomaticsCSU/EPGA2" ], [ "https://github.com/sheikhizadeh/ACE" ], [ "https://github.com/lh3/fermikit" ], [ "https://github.com/DeMarcoLab/fibsem" ], [ "https://github.com/CRUiit/igb-mi-bundle" ], [ "https://github.com/ByrumLab/PTMViz" ], [ "https://github.com/reznik-lab/UnitedMet" ], [ "https://github.com/jonmohl/ISOGlyP" ], [ "https://github.com/jonmohl/ISOGlyP" ], [ "https://github.com/jonmohl/ISOGlyP" ], [ "https://github.com/jonmohl/ISOGlyP" ], [ "https://github.com/agleed/calopus_statistical_heatmaps" ], [ "https://github.com/rish-16/rna-backbone-design" ], [ "https://github.com/aicb-ZhangLabs/Turtling" ], [ "https://github.com/RUBi-ZA/MD-TASK" ], [ "https://github.com/RUBi-ZA/MD-TASK" ], [ "https://github.com/RUBi-ZA/MD-TASK" ], [ "https://github.com/RUBi-ZA/MD-TASK" ], [ "https://github.com/YuBinLab-QUST/scBKAP" ], [ "https://github.com/tonioser/VTMorphologicalModel" ], [ "https://github.com/nczub/SerotoninAI_streamlit" ], [ "https://github.com/lanl/pyDNA_EPBD" ], [ "https://github.com/brinkmanlab/globecorr" ], [ "https://github.com/VivianMonzon/Reciprocal_Best_Structure_Hits" ], [ "https://github.com/cobisLab/SSRTool" ], [ "https://github.com/rafamoral/LogisticRCIpaper" ], [ "https://github.com/raufs/skDER" ], [ "https://github.com/abikoushi/moltenNMF" ], [ "https://github.com/KerryAM-R/ggVolcanoR" ], [ "https://github.com/broadinstitute/gatk" ], [ "https://github.com/broadinstitute/gatk" ], [ "https://github.com/broadinstitute/gatk" ], [ "https://github.com/broadinstitute/gatk" ], [ "https://github.com/sysbio-curie/WebMaBoSS" ], [ "https://github.com/ConesaLab/MirCure" ], [ "https://github.com/oschwengers/bakta" ], [ "https://github.com/LeidenRNA/SRHS" ], [ "https://github.com/maizeatlas/spears" ], [ "https://github.com/MaximilianBeckers/SPOC" ], [ "https://github.com/iolag/UPD_study" ], [ "https://github.com/raghvendra5688/BCrystal" ], [ "https://github.com/riken-aip/pyHSICLasso" ], [ "https://github.com/northomics/pepFunk" ], [ "https://github.com/PhosphorylatedRabbits/cosifer" ], [ "https://github.com/RitchieLabIGH/iMOKA" ], [ "https://github.com/mcantor2/FACETS" ], [ "https://github.com/RedaRawi/PaRSnIP" ], [ "https://github.com/alexandrovteam/pySM" ], [ "https://github.com/oschakoory/DeepMPTB" ], [ "https://github.com/WanluLiuLab/CRISPRTE" ], [ "https://github.com/MWPlabUTSW/Chi-Score-Analysis" ], [ "https://github.com/COMBINE-lab/simpleaf" ], [ "https://github.com/COMBINE-lab/simpleaf" ], [ "https://github.com/COMBINE-lab/simpleaf" ], [ "https://github.com/COMBINE-lab/simpleaf" ], [ "https://github.com/vpylro/BTW" ], [ "https://github.com/variomes/sibtm-variomes" ], [ "https://github.com/sys-bio/SBbadger" ], [ "https://github.com/jahuth/convis" ], [ "https://github.com/reactome-pwp/diagram" ], [ "https://github.com/networkbiolab/atlas" ], [ "https://github.com/amrutakale08/geoweaver_cwl-usecases" ], [ "https://github.com/rramadeu/AGHmatrix" ], [ "https://github.com/Matrisome/MatrisomeAnalyzeR" ], [ "https://github.com/ljmartin/fp_low_ave" ], [ "https://github.com/LiangYu-Xidian/MDAGS" ], [ "https://github.com/next-crs4/VariantAlert" ], [ "https://github.com/martinjvickers/MetaPred2CS" ], [ "https://github.com/AmiryousefiLab/ENDS" ], [ "https://github.com/hannelorelongin/FLAMS" ], [ "https://github.com/jun-inoue/orthoscope" ], [ "https://github.com/tkonopka/mouse-embeddings" ], [ "https://github.com/matheo-daly/highway_star" ], [ "https://github.com/yasinkaymaz/HieRFIT" ], [ "https://github.com/wangweiSJTU/OTUR" ], [ "https://github.com/YuLab-SMU/nCov2019" ], [ "https://github.com/matsas-software/MATSAS" ], [ "https://github.com/ToHanwei/Genome2OR" ], [ "https://github.com/qwu1221/ICN" ], [ "https://github.com/guomics-lab/batch_server" ], [ "https://github.com/agerniers/MicroCellClust" ], [ "https://github.com/kvnkuang/maveregistry-front-end" ], [ "https://github.com/BrianOSullivanGit/vcfView" ], [ "https://github.com/UdeS-CoBIUS/DoubleRecViz" ], [ "https://github.com/QiwenKang/CURatio" ], [ "https://github.com/takfung/ResDisMapper" ], [ "https://github.com/fmicompbio/monaLisa" ], [ "https://github.com/MannLabs/ProteomicsVisualization" ], [ "https://github.com/manuel-munoz-aguirre/PyHIST" ], [ "https://github.com/greenelab/sophie" ], [ "https://github.com/ninglolo/SGII" ], [ "https://github.com/paulmorio/protclus" ], [ "https://github.com/jianlin-cheng/MULTICOM_Human_CASP14" ], [ "https://github.com/beebdev/sigfish-haru" ], [ "https://github.com/beebdev/HARU" ], [ "https://github.com/nmelzer/CLARITY" ], [ "https://github.com/CCC-members/BC-VARETA_Toolbox" ], [ "https://github.com/qiime2/q2-feature-classifier" ], [ "https://github.com/Kingsford-Group/hierrepsetselection" ], [ "https://github.com/lanl/pybnf" ], [ "https://github.com/Kingsford-Group/jellyfishsim" ], [ "https://github.com/fritzsedlazeck/Sniffles" ], [ "https://github.com/paulmorio/gincco" ], [ "https://github.com/ratschlab/secedo-evaluation" ], [ "https://github.com/ratschlab/secedo" ], [ "https://github.com/philres/ngmlr" ], [ "https://github.com/mensxmachina/PASL" ], [ "https://github.com/GaoAi/ELRNet" ], [ "https://github.com/A0268/video-demo" ], [ "https://github.com/deepchem/deepchem" ], [ "https://github.com/JRowleyLab/HiCrayon" ], [ "https://github.com/phipsonlab/SuperCellCyto" ], [ "https://github.com/wiederm/transformato" ], [ "https://github.com/AkashCiel/scTopoGAN" ], [ "https://github.com/marcopodda/petri-bio" ], [ "https://github.com/ldz7/PAIA" ], [ "https://github.com/icb-dcm/pypesto" ], [ "https://github.com/WangLabTHU/GPro" ], [ "https://github.com/ncbi/icn3d" ], [ "https://github.com/ncbi/icn3d" ], [ "https://github.com/ncbi/icn3d" ], [ "https://github.com/ncbi/icn3d" ], [ "https://github.com/KennthShang/PhaVIP" ], [ "https://github.com/sdjebali/PaintorPipe" ], [ "https://github.com/fulxie/RefFinder" ], [ "https://github.com/ShumanLab/PhaSER" ], [ "https://github.com/biox-nku/aster" ], [ "https://github.com/pylelab/rMSA" ], [ "https://github.com/mkubiophysics/BacARscan" ], [ "https://github.com/yangji9181/HNE" ], [ "https://github.com/arontier/S_Pred_Paper" ], [ "https://github.com/sarafridov/DAB-quant" ], [ "https://github.com/SimCab-CHU/ifCNV" ], [ "https://github.com/bioinfoDZ/HSMotifDiscover" ], [ "https://github.com/Roestlab/massdash" ], [ "https://github.com/BabuLab-UofR/HPiP" ], [ "https://github.com/Kuanhao-Chao/Wheeler_Graph_Toolkit" ], [ "https://github.com/isaureCdB/protNAff" ], [ "https://github.com/tianrenmaogithub/asap2" ], [ "https://github.com/moranshar/TiPA" ], [ "https://github.com/AbbasAlameer/geoCancerPrognosticDatasetsRetriever" ], [ "https://github.com/ZJUFanLab/scTITANS" ], [ "https://github.com/myungjinlee/GLYCO" ], [ "https://github.com/BBCG/ramr" ], [ "https://github.com/CMRI-ProCan/CRANE" ], [ "https://github.com/d-que/navia" ], [ "https://github.com/zhouyuegithub/CMVNet" ], [ "https://github.com/raghvendra5688/Drug-Repurposing" ], [ "https://github.com/YoshioNakano2021/phy5" ], [ "https://github.com/QiZhangStat/EBHiC" ], [ "https://github.com/multicom-toolbox/multicom" ], [ "https://github.com/JBrownBiostat/Dino" ], [ "https://github.com/jordandouglas/ORC" ], [ "https://github.com/Su-informatics-lab/DSTG" ], [ "https://github.com/zgompert/fsabc" ], [ "https://github.com/zhc940702/CGATCPred" ], [ "https://github.com/AntonioDeFalco/Adaptive-OCGP" ], [ "https://github.com/greenelab/generic-expression-patterns" ], [ "https://github.com/yonatanbitton/mdtel" ], [ "https://github.com/LegumeFederation/gcvit" ], [ "https://github.com/AlexandrovLab/SigProfilerSimulator" ], [ "https://github.com/JamesGallant/ProVision" ], [ "https://github.com/topasmc/dicom-interface" ], [ "https://github.com/aarjas/dynBGP" ], [ "https://github.com/ufbmi/onefl-deduper" ], [ "https://github.com/BigDataBiology/macrel" ], [ "https://github.com/osenan/cliqueMS" ], [ "https://github.com/muhligs/regmex" ], [ "https://github.com/chiyuan1126/RECEEM" ], [ "https://github.com/bioinsilico/BIPSPI" ], [ "https://github.com/paolapesantez/biLouvain" ], [ "https://github.com/YaulabTsinghua/cumulative-Fourier-power-spectrum" ], [ "https://github.com/anasa30/PT_FuelModels" ], [ "https://github.com/ZijingMao/ROICNN" ], [ "https://github.com/imbs-hl/ranger" ], [ "https://github.com/seoklab/GalaxyWater-CNN" ], [ "https://github.com/GuanLab/TAIJI" ], [ "https://github.com/Biobix/REPARATION" ], [ "https://github.com/ryanlayer/giggle" ], [ "https://github.com/mcapuccini/spark-vs" ], [ "https://github.com/stjude/seaseq" ], [ "https://github.com/marschall-lab/panacus" ], [ "https://github.com/msabrysarhan/taxonize_genbank" ], [ "https://github.com/scdantu/pycom" ], [ "https://github.com/Delta4AI/OntoloViz" ], [ "https://github.com/HuanLab/AVIR" ], [ "https://github.com/kuppal2/xMWAS" ], [ "https://github.com/ntyet/rmRNAseq" ], [ "https://github.com/abhhba999/MRM-BERT" ], [ "https://github.com/wells-wood-research/timed-design" ], [ "https://github.com/anddssan/CLOUDe" ], [ "https://github.com/nf-core/nanostring" ], [ "https://github.com/kuratahiroyuki/Stack-DHUpred" ], [ "https://github.com/XiaoqiongXia/MDTips" ], [ "https://github.com/ChenHuaLab/fastHaN" ], [ "https://github.com/geronimp/graftM_gpkgs" ], [ "https://github.com/JinZhangLab/PFCE" ], [ "https://github.com/markliou/ThermalProGAN" ], [ "https://github.com/WangHYLab/ExosomePurity" ], [ "https://github.com/RNA-folding-lab/RNAStat" ], [ "https://github.com/frankligy/BayesTS" ], [ "https://github.com/bioinfoDZ/scDAPP" ], [ "https://github.com/hello-json/CallerRecommendation" ], [ "https://github.com/egeulgen/PANACEA" ], [ "https://github.com/IfDTUlm/CGM_Performance_Assessment" ], [ "https://github.com/begumbektas/makl" ], [ "https://github.com/DessimozLab/omamo" ], [ "https://github.com/greenelab/pancancer-evaluation" ], [ "https://github.com/cast-genomics/haptools" ], [ "https://github.com/shimlab/NanoSplicer" ], [ "https://github.com/orijitghosh/VANESSA-DAM" ], [ "https://github.com/TingLi2016/DeepCarc" ], [ "https://github.com/sqyu/CorDiffViz" ], [ "https://github.com/labomics/MetaLogo" ], [ "https://github.com/s6juncheng/BERTMHC" ], [ "https://github.com/XuegongLab/somde" ], [ "https://github.com/datngu/Circall" ], [ "https://github.com/uwcirg/stayhome-project" ], [ "https://github.com/Greco-Lab/CpGmotifs" ], [ "https://github.com/SethCommichaux/IGC" ], [ "https://github.com/ICB-DCM/pyPESTO" ], [ "https://github.com/ICB-DCM/pyPESTO" ], [ "https://github.com/ICB-DCM/pyPESTO" ], [ "https://github.com/ICB-DCM/pyPESTO" ], [ "https://github.com/yigbt/multiGSEA" ], [ "https://github.com/Marleen1/OGRE" ], [ "https://github.com/wgmao/DataRemix" ], [ "https://github.com/feigl/gipht" ], [ "https://github.com/koonimaru/DeepGMAP" ], [ "https://github.com/Abyss-bai/reference-panel-reconstruction" ], [ "https://github.com/SPKlab/Operon-Finder" ], [ "https://github.com/quinlanW/dbMisLoc" ], [ "https://github.com/thinng/GraphDTA" ], [ "https://github.com/benoukraflab/TFregulomeR" ], [ "https://github.com/korkinlab/dispot" ], [ "https://github.com/VCCRI/VPOT" ], [ "https://github.com/jhroth/data-example" ], [ "https://github.com/TiagoOlivoto/metan" ], [ "https://github.com/andreariba/PheLiM" ], [ "https://github.com/ul-research-support/spcapp" ], [ "https://github.com/cjbrasher/LipidFinder" ], [ "https://github.com/W-L/deviaTE" ], [ "https://github.com/TGAC/NanoOK" ], [ "https://github.com/pezmaster31/bamtools" ], [ "https://github.com/CCC-members/Spectral-Structured-Sparse-Bayesian-Learning" ], [ "https://github.com/venyao/shinyChromosome" ], [ "https://github.com/gymrek-lab/longtr" ], [ "https://github.com/gymrek-lab/longtr" ], [ "https://github.com/gymrek-lab/longtr" ], [ "https://github.com/gymrek-lab/longtr" ], [ "https://github.com/biocorecrg/master_of_pores" ], [ "https://github.com/Lailabcode/DeepSP" ], [ "https://github.com/interactivereport/RNASequest" ], [ "https://github.com/Latheuni/Hierarchical_reject" ], [ "https://github.com/gersteinlab/biocoder" ], [ "https://github.com/PlantSynBioLab/TidyTron" ], [ "https://github.com/SuLab/crowd_cid_relex" ], [ "https://github.com/JEFworks-Lab/STalign" ], [ "https://github.com/JEFworks-Lab/STalign" ], [ "https://github.com/JEFworks-Lab/STalign" ], [ "https://github.com/JEFworks-Lab/STalign" ], [ "https://github.com/mlkr-rbi/dAD" ], [ "https://github.com/alexlancaster/pypop" ], [ "https://github.com/DesignLabUCF/SENSEable_RetrofittingTraining" ], [ "https://github.com/aspuru-guzik-group/selfies" ], [ "https://github.com/linwang1982/NRFSE" ], [ "https://github.com/kiharalab/EM-GAN" ], [ "https://github.com/priyarana/Protein-subcellular-localisation-method" ], [ "https://github.com/GWang2022/iGDP" ], [ "https://github.com/c3g/epivar-browser" ], [ "https://github.com/malikyousef/GediNET" ], [ "https://github.com/zhenzhang-li/RNMF" ], [ "https://github.com/DendrouLab/Photizo" ], [ "https://github.com/kundajelab/fastISM" ], [ "https://github.com/CMDM-Lab/MetaMOPE" ], [ "https://github.com/TesiNicco/snpXplorer" ], [ "https://github.com/nf-core/circrna" ], [ "https://github.com/tbwxmu/SAMPN" ], [ "https://github.com/vanvalenlab/kiosk-console" ], [ "https://github.com/horvatovichlab/MSIWarp" ], [ "https://github.com/covid-19-ontology/covid-19" ], [ "https://github.com/cfbeuchel/Metabolite-Investigator" ], [ "https://github.com/pmcharrison/ppm" ], [ "https://github.com/scannotation/Scannotation_software" ], [ "https://github.com/maranasgroup/dGPredictor" ], [ "https://github.com/Gavin-Yinld/brain_TF" ], [ "https://github.com/benjjneb/dada2" ], [ "https://github.com/engbiopct/EasySSR" ], [ "https://github.com/xiaomizhou616/protein_solubility" ], [ "https://github.com/VIOLINet/Vaxign-ML-docker" ], [ "https://github.com/BioDepot/LINCS_RNAseq_cpp" ], [ "https://github.com/eyalsim/LCV" ], [ "https://github.com/AllanClark/Rcppocc" ], [ "https://github.com/WJmodels/SRCV" ], [ "https://github.com/LuigiAugugliaro/dgcox" ], [ "https://github.com/dbsloan/msc_tree_resampling" ], [ "https://github.com/ghoresh11/sling" ], [ "https://github.com/bioinformatics-ua/taska" ], [ "https://github.com/sirajulsalekin/DeepSNR" ], [ "https://github.com/arzwa/morph-bulk" ], [ "https://github.com/Nextomics/pipeline-for-isoseq" ], [ "https://github.com/bwringe/hybriddetective" ], [ "https://github.com/tbuder/CellTrans" ], [ "https://github.com/npnl/PALS" ], [ "https://github.com/Simonll/LikelihoodFreePhylogenetics" ], [ "https://github.com/Simonll/LikelihoodFreePhylogenetics" ], [ "https://github.com/Simonll/LikelihoodFreePhylogenetics" ], [ "https://github.com/Simonll/LikelihoodFreePhylogenetics" ], [ "https://github.com/anny0316/Drug3D-Net" ], [ "https://github.com/CEMSFlannigan/UEMtomaton" ], [ "https://github.com/LigosQ/iProps" ], [ "https://github.com/hr1912/TreeExp" ], [ "https://github.com/hr1912/TreeExp" ], [ "https://github.com/hr1912/TreeExp" ], [ "https://github.com/hr1912/TreeExp" ], [ "https://github.com/bshihlab/evergene" ], [ "https://github.com/NIGMS/NIGMS-Sandbox" ], [ "https://github.com/NIGMS/NIGMS-Sandbox" ], [ "https://github.com/NIGMS/NIGMS-Sandbox" ], [ "https://github.com/NIGMS/NIGMS-Sandbox" ], [ "https://github.com/friend1ws/EBCall" ], [ "https://github.com/cissy123/YHP-Y-Haplogroup-Predictor-" ], [ "https://github.com/agerniers/scCross" ], [ "https://github.com/RichardChangCA/Deep-Contrastive-Metric-Learning-Method-to-Detect-Polymicrogyria-in-Pediatric-Brain-MRI" ], [ "https://github.com/CSUBioGroup/BEPROF" ], [ "https://github.com/ZachariasLab/GoCa" ], [ "https://github.com/ding-lab/pollock" ], [ "https://github.com/andmccall/Colocalization_by_Cross_Correlation" ], [ "https://github.com/vrettasm/MetalHawk" ], [ "https://github.com/datngu/cscQTL" ], [ "https://github.com/id-bioinfo/TIPars" ], [ "https://github.com/BBCG/epialleleR" ], [ "https://github.com/SarahAyton/MuTATE" ], [ "https://github.com/gevaertlab/RNA-GAN" ], [ "https://github.com/tdgrant1/denss" ], [ "https://github.com/zhanxw/Isoplexis_Data_Analysis" ], [ "https://github.com/zhanxw/Isoplexis_Data_Analysis" ], [ "https://github.com/zhanxw/Isoplexis_Data_Analysis" ], [ "https://github.com/zhanxw/Isoplexis_Data_Analysis" ], [ "https://github.com/molevol-ub/galeon" ], [ "https://github.com/ban-m/jtk" ], [ "https://github.com/SysBioGTU/iDrosophila" ], [ "https://github.com/kuanrongchan/STAGES" ], [ "https://github.com/artedison/Edison_Lab_Shared_Metabolomics_UGA" ], [ "https://github.com/kahramanlab/CanIsoNet_Web" ], [ "https://github.com/mrazvan22/brain-coloring" ], [ "https://github.com/123xiaochen/VCFshiny" ], [ "https://github.com/JC-Price/DeuteRater" ], [ "https://github.com/CSB-KaracaLab/BINDKIN" ], [ "https://github.com/burcakotlu/GLANET" ], [ "https://github.com/caporaso-lab/tax-credit-data" ], [ "https://github.com/RobertGregg/CellularPotts" ], [ "https://github.com/duolinwang/MusiteDeep_web" ], [ "https://github.com/ShirleyWISiu/LigTMap" ], [ "https://github.com/CiaranWelsh/pycotools" ], [ "https://github.com/mesve/SpecieScan" ], [ "https://github.com/jcboyd/multi-cell-line" ], [ "https://github.com/wanderine/BROCCOLI" ], [ "https://github.com/bioinfolabwhu/circRIP" ], [ "https://github.com/tongchf/InDelGT" ], [ "https://github.com/at-cg/ContainX" ], [ "https://github.com/cvdelannoy/baseLess" ], [ "https://github.com/NVlabs/stylegan2" ], [ "https://github.com/EPFL-LCSB/ARBRE" ], [ "https://github.com/G2Lab/ldmat" ], [ "https://github.com/conscienceli/MDTNet" ], [ "https://github.com/Vivianstats/PhitestR" ], [ "https://github.com/HakimBenkirane/CustOmics" ], [ "https://github.com/mi-erasmusmc/TreatmentPatterns" ], [ "https://github.com/prACTISedProgram/prACTISed" ], [ "https://github.com/krumsieklab/sgi" ], [ "https://github.com/samrat-lab/k2p_bioinfo-2022" ], [ "https://github.com/JoWatson2011/subcellularvis" ], [ "https://github.com/pisuduo/Feature-Weighted-Ordinal-Classification-FWOC" ], [ "https://github.com/obenno/ShinySyn" ], [ "https://github.com/QUMU00/mstocirc-master" ], [ "https://github.com/soeaver/Hier-R-CNN" ], [ "https://github.com/jonmohl/ISOGlyP" ], [ "https://github.com/jonmohl/ISOGlyP" ], [ "https://github.com/jonmohl/ISOGlyP" ], [ "https://github.com/jonmohl/ISOGlyP" ], [ "https://github.com/pieterjanvc/wgs2amr" ], [ "https://github.com/FBarthels/BANDIT" ], [ "https://github.com/biovault/SCHNELpy" ], [ "https://github.com/inpacdb/KinomeRun" ], [ "https://github.com/potdarswapnil/Breeze" ], [ "https://github.com/Gorbalenya-Lab/LAMPA" ], [ "https://github.com/jerryji1993/DNABERT" ], [ "https://github.com/matandro/RNAsfbinv" ], [ "https://github.com/ab1989/LVQ-KNN" ], [ "https://github.com/nlawlor/V-SVA" ], [ "https://github.com/fanhuan/phyloRAD" ], [ "https://github.com/rpeckner-broad/Specter" ], [ "https://github.com/mandricigor/repeat-aware" ], [ "https://github.com/louzounlab/CLAIRE" ], [ "https://github.com/PDelre93/hERG-QSAR" ], [ "https://github.com/IcarPA-TBlab/nrc" ], [ "https://github.com/lisagandy/synthesizer" ], [ "https://github.com/cbg-ethz/epiNEM" ], [ "https://github.com/biodataganache/leapR" ], [ "https://github.com/Jialab-UCR/GDCRNATools" ], [ "https://github.com/lhncbc/fda-ars" ], [ "https://github.com/wanglf19/MultiCapsNet" ], [ "https://github.com/binderh/CoxBoost" ], [ "https://github.com/ibalaur/MetabolicFramework" ], [ "https://github.com/mlangill/microbiome_helper" ], [ "https://github.com/mlangill/microbiome_helper" ], [ "https://github.com/mlangill/microbiome_helper" ], [ "https://github.com/mlangill/microbiome_helper" ], [ "https://github.com/pylelab/Arena" ], [ "https://github.com/Maize-Genetics-and-Genomics-Database/PanEffect" ], [ "https://github.com/WGLab/Phen2Gene" ], [ "https://github.com/qiurui4shu/PIG" ], [ "https://github.com/PennChopMicrobiomeProgram/unassigner" ], [ "https://github.com/Jiahuiqu/MoE-PNP" ], [ "https://github.com/statgen/locuszoom" ], [ "https://github.com/nickjcroucher/progressionEstimation" ], [ "https://github.com/ChiLiubio/microeco" ], [ "https://github.com/ykhdu/CWGCN-CCSR-GCN" ], [ "https://github.com/SJTUBME-QianLab/PC_VesselSeg" ], [ "https://github.com/Gregor-Mendel-Institute/tissue-enrichment-test" ], [ "https://github.com/AngryCai/AMKSC" ], [ "https://github.com/ryangreenj/bioinformatics_tool_recommendation" ], [ "https://github.com/hutt94/SCH" ], [ "https://github.com/tub-rip/event_based_optical_flow" ], [ "https://github.com/weixuan-liang/SVD-based-SimpleMKKM" ], [ "https://github.com/chenyian-nibio/manta" ], [ "https://github.com/htseq/htseq" ], [ "https://github.com/lab206/AdaptiveClick" ], [ "https://github.com/Elfenreigen/UniChest" ], [ "https://github.com/nuria-sv/toscca" ], [ "https://github.com/jackh726/bigtools" ], [ "https://github.com/jackh726/bigtools" ], [ "https://github.com/jackh726/bigtools" ], [ "https://github.com/jackh726/bigtools" ], [ "https://github.com/togoid/togoid-config" ], [ "https://github.com/wangxb96/EODE" ], [ "https://github.com/altriavin/NDSGCL" ], [ "https://github.com/bingqing0729/NNCDE" ], [ "https://github.com/luoyan407/grad_prediction" ], [ "https://github.com/kanade00/Federated_Anomaly_detection" ], [ "https://github.com/ruping/TRUP" ], [ "https://github.com/q2479036243/FaViT" ], [ "https://github.com/drorlab/GLOW_IVES" ], [ "https://github.com/lily2lab/RACK" ], [ "https://github.com/banklab/STUN" ], [ "https://github.com/wzhlearning/fNIRSNet" ], [ "https://github.com/danier97/BVI-VFI-database" ], [ "https://github.com/LiDinga/CGTP" ], [ "https://github.com/wwd-ustc/RDTR" ], [ "https://github.com/wangxiao5791509/VisEvent_SOT_Benchmark" ], [ "https://github.com/nchucvml/CSFT" ], [ "https://github.com/cran/FactoMineR" ], [ "https://github.com/joel99/context_general_bci" ], [ "https://github.com/jonathanking/sidechainnet" ], [ "https://github.com/huangnengCSU/compleasm" ], [ "https://github.com/ohuelab/MEGADOCK-on-Colab" ], [ "https://github.com/ssokolen/rnmrfit" ], [ "https://github.com/JHome1/GiO-GiT" ], [ "https://github.com/darcyabjones/selectml" ], [ "https://github.com/theLongLab/kTWAS" ], [ "https://github.com/huangnengCSU/minibusco" ], [ "https://github.com/shunfumao/RefShannon" ], [ "https://github.com/JieZheng-ShanghaiTech/TMELand" ], [ "https://github.com/richiebailey74/CST" ], [ "https://github.com/Ajou-DILab/EM3P2" ], [ "https://github.com/cbsropenproject/6dof_face" ], [ "https://github.com/wangsen99/FDLNet" ], [ "https://github.com/scottjingtt/MAF" ], [ "https://github.com/CHUENGMINCHOU/ALN-DSAC" ], [ "https://github.com/WillDreamer/PEACE" ], [ "https://github.com/GaoLabXDU/RobustCCC" ], [ "https://github.com/scientificomputing/CytoCopasi" ], [ "https://github.com/J-P-Borg/BioInformatics" ], [ "https://github.com/51cloud/DRDN" ], [ "https://github.com/SCLBD/MCG-Blackbox" ], [ "https://github.com/Luffy03/CISC-R" ], [ "https://github.com/WPC-WHU/GROR" ], [ "https://github.com/liuyang-ict/awesome-visual-transformers" ], [ "https://github.com/HikariTJU/LD" ], [ "https://github.com/ChenCookie/cytocoarsening" ], [ "https://github.com/jessicabonnie/dandd" ], [ "https://github.com/instadeepai/manyfold" ], [ "https://github.com/kongxiuxiu/MCCNetV2" ], [ "https://github.com/OLF-Bioinformatics/VariantDetective" ], [ "https://github.com/LayneH/self-adaptive-training" ], [ "https://github.com/yikaiw/CEN" ], [ "https://github.com/JLiangLab/DiRA" ], [ "https://github.com/JLiangLab/DiRA" ], [ "https://github.com/JLiangLab/DiRA" ], [ "https://github.com/JLiangLab/DiRA" ], [ "https://github.com/KingJamesSong/FastDifferentiableMatSqrt" ], [ "https://github.com/AutoML-Research/TREFE" ], [ "https://github.com/VDelv/Emotion-EEG" ], [ "https://github.com/BoCheng-96/ISF-GOM" ], [ "https://github.com/HUANGLIZI/LViT" ], [ "https://github.com/liuqk3/PUT" ], [ "https://github.com/js-fan/MCIC" ], [ "https://github.com/jinnh/PDE-Net" ], [ "https://github.com/zhanglab-wbgcas/PiTLiD" ], [ "https://github.com/caiqi/Cascasde-3D" ], [ "https://github.com/wengweng001/LEOPARD" ], [ "https://github.com/haifangong/VQAMix" ], [ "https://github.com/xmed-lab/SAHC" ], [ "https://github.com/YHDang/pose-estimation" ], [ "https://github.com/Greak-1124/LMFFNet" ], [ "https://github.com/zskuang58/WTRN-TIP" ], [ "https://github.com/ZhilinGuo/ST-A2J" ], [ "https://github.com/Qinwenjinswu/TIP-Code" ], [ "https://github.com/xdweixia/GECMC" ], [ "https://github.com/zhibinliao89/fracture_attention_guidance" ], [ "https://github.com/VITA-Group/CERL" ], [ "https://github.com/AlexTS1980/COVID-Affinity-Model" ], [ "https://github.com/ygjwd12345/VISTA-Net" ], [ "https://github.com/ssaneei/Wordpars" ], [ "https://github.com/omixlab/bambu-v2" ], [ "https://github.com/taraponglab/deepra" ], [ "https://github.com/MengweiLi-project/gmqn" ], [ "https://github.com/mpc-bioinformatics/bionda" ], [ "https://github.com/mlpen/Nystromformer" ], [ "https://github.com/ChenJoya/sampling-free" ], [ "https://github.com/YakhiniGroup/LoRSI" ], [ "https://github.com/yulisun/IRG-McS" ], [ "https://github.com/maialab/quincunx" ], [ "https://github.com/lmbxmu/EPruner" ], [ "https://github.com/fwt-team/DSVAE" ], [ "https://github.com/relastle/halcyon" ], [ "https://github.com/Icep2020/CrowdGAN" ], [ "https://github.com/single-cell-genetics/cellsnp-lite" ], [ "https://github.com/shu-hai/two-stage-VAE-Attention-gate-BraTS2020" ], [ "https://github.com/Sandipan99/Ranking_cluster_algorithms" ], [ "https://github.com/fedl-repo/fedaux" ], [ "https://github.com/XinbangZhang/DATA-NAS" ], [ "https://github.com/NeuroCompLab-psu/SNN-Conversion" ], [ "https://github.com/tbwxmu/2019-nCov" ], [ "https://github.com/PCAubin/GRISLI" ], [ "https://github.com/GouXiangJian/SSRMMD" ], [ "https://github.com/Onogi/GenomeBasedModel" ], [ "https://github.com/marianattestad/ribbon" ], [ "https://github.com/lgpdevtools/srax" ], [ "https://github.com/Ding-Liu/DeepDenoising" ], [ "https://github.com/microsoft/frame-flow" ], [ "https://github.com/krisrs1128/multitable_review" ], [ "https://github.com/UofABioinformaticsHub/shinyNgsreports" ], [ "https://github.com/kouroshz/fenn" ], [ "https://github.com/SAMtoBAM/MUMandCo" ], [ "https://github.com/bittremieux/spectrum_utils" ], [ "https://github.com/franciscozorrilla/metaGEM" ], [ "https://github.com/tchitchek-lab/CytoBackBone" ], [ "https://github.com/JLSteenwyk/treehouse" ], [ "https://github.com/bioinfo0706/RaaMLab" ], [ "https://github.com/pogudingleb/SIAN" ], [ "https://github.com/spatkar94/NetworkAnnotation" ], [ "https://github.com/lmward/MetaPOAP" ], [ "https://github.com/OpenGene/fastp" ], [ "https://github.com/ogotoh/fitild" ], [ "https://github.com/dkoslicki/EMDUniFrac" ], [ "https://github.com/PPEXCEPED/TGA" ], [ "https://github.com/eliberis/parapred" ], [ "https://github.com/LosicLab/STARChip" ], [ "https://github.com/Greco-Lab/INfORM" ], [ "https://github.com/PeptoneInc/pepkalc" ], [ "https://github.com/saorisakaue/GREP" ], [ "https://github.com/csoneson/countsimQC" ], [ "https://github.com/manalirupji/CASAS" ], [ "https://github.com/dohalloran/fastQ_brew" ], [ "https://github.com/gohwils/NetProt" ], [ "https://github.com/superphy/insilico-subtyping" ], [ "https://github.com/ramzan1990/ACRE" ], [ "https://github.com/alexandrutomescu/MixedPerfectPhylogeny" ], [ "https://github.com/phenopolis/pheno4j" ], [ "https://github.com/AdmiralenOla/Scoary" ], [ "https://github.com/rikiyay/style-transfer-for-digital-pathology" ], [ "https://github.com/lmse/impact" ], [ "https://github.com/hzi-bifo/snowball" ], [ "https://github.com/kuleshov/architect" ], [ "https://github.com/fgvieira/ngsF-HMM" ], [ "https://github.com/byucsl/ogcleaner" ], [ "https://github.com/cjri/samfire" ], [ "https://github.com/etiennelord/BRIDES" ], [ "https://github.com/pechano/cryostage" ], [ "https://github.com/lorifranke/SlicerTMS" ], [ "https://github.com/vlcc/HSA" ], [ "https://github.com/lbf-ijs/DiffusiveDynamics" ], [ "https://github.com/ChrisMaherLab/INTEGRATE-Neo" ], [ "https://github.com/matthewberryman/author-detection" ], [ "https://github.com/msproteomicstools/msproteomicstools" ], [ "https://github.com/bushlab/mynclist" ], [ "https://github.com/CTPLab/GILEA" ], [ "https://github.com/CSUBioGroup/Dopcc" ], [ "https://github.com/ScialdoneLab/COMUNET" ], [ "https://github.com/LIANGKE23/Awesome-Knowledge-Graph-Reasoning" ], [ "https://github.com/Bhattacharya-Lab/lociPARSE" ], [ "https://github.com/YanHu-or-SawyerHu/prompt-learning-based-sentence-classifier-in-medical-abstracts" ], [ "https://github.com/LondonBiofoundry/basicsynbio" ], [ "https://github.com/chonglab-pitt/wedap" ], [ "https://github.com/chonglab-pitt/wedap" ], [ "https://github.com/chonglab-pitt/wedap" ], [ "https://github.com/chonglab-pitt/wedap" ], [ "https://github.com/Sun-Yanbo/FasParser" ], [ "https://github.com/Sun-Yanbo/FasParser" ], [ "https://github.com/Sun-Yanbo/FasParser" ], [ "https://github.com/Sun-Yanbo/FasParser" ], [ "https://github.com/SammedMandape/MMDIT_UI" ], [ "https://github.com/leihouyeung/SD2" ], [ "https://github.com/schenc3/InteractiveROSETTA" ], [ "https://github.com/nie-lang/CoupledTPS" ], [ "https://github.com/vsislab/DeTAL" ], [ "https://github.com/chenmc1996/LNL-IS" ], [ "https://github.com/kusterlab/universal_spectrum_explorer" ], [ "https://github.com/lncRNAAddict/PySmooth" ], [ "https://github.com/Mashirops/VSSI-GGD" ], [ "https://github.com/npucvr/WSCUOD" ], [ "https://github.com/ZhenyueQin/PSGNN" ], [ "https://github.com/ManLiuCoder/POPRNet" ], [ "https://github.com/srovins/wesad" ], [ "https://github.com/chung-lab/SCAFE" ], [ "https://github.com/birkhoffkiki/CAS-Transformer" ], [ "https://github.com/NUST-Machine-Intelligence-Laboratory/HGPU" ], [ "https://github.com/discretedynamics/cyclone" ], [ "https://github.com/Phevos75/HRCLRE" ], [ "https://github.com/Jthy-af/HaPPy" ], [ "https://github.com/mhaut/eDNNcomm" ], [ "https://github.com/davidquigley/aardvark" ], [ "https://github.com/dyabel/CoAR-ZSL" ], [ "https://github.com/NVlabs/PWC-Net" ], [ "https://github.com/hhaentze/MaskedPangenie" ], [ "https://github.com/yuabrahamliu/methylClass" ], [ "https://github.com/Zian-Xu/Swin-MAE" ], [ "https://github.com/wang3702/CoSeg" ], [ "https://github.com/tzt101/INADE" ], [ "https://github.com/IH2A/Swalkit" ], [ "https://github.com/bytedance/TWIST" ], [ "https://github.com/WangJun2023/EEOMVC" ], [ "https://github.com/guobaoxiao/PGFNet" ], [ "https://github.com/uio-bmi/dagsim" ], [ "https://github.com/Bobholamovic/CDLab" ], [ "https://github.com/Ze-Yang/Efficient-FSOD" ], [ "https://github.com/chenxin-dlut/TransT-M" ], [ "https://github.com/schmeing/gapless" ], [ "https://github.com/supramolecular-toolkit/stk" ], [ "https://github.com/DavidBrainard/RenderToolbox3" ], [ "https://github.com/pleaseconnectwifi/PNAL" ], [ "https://github.com/doujiang-zheng/TIP-GNN" ], [ "https://github.com/wanzhuxie/ARIAS" ], [ "https://github.com/Monash-CyPhi-AI-Research-Lab/ernet" ], [ "https://github.com/li-lab-mcgill/GAT-ETM" ], [ "https://github.com/trainsn/VDL-Surrogate" ], [ "https://github.com/zackschen/DMM" ], [ "https://github.com/PennHui2016/ProInfer" ], [ "https://github.com/tlemane/kmdiff" ], [ "https://github.com/ShuklaLab/muSignAl" ], [ "https://github.com/zhouhao0515/unbiasedSGG-DSDI" ], [ "https://github.com/yuhuan-wu/P2T" ], [ "https://github.com/Bios4Biol/MINTIA" ], [ "https://github.com/winycg/HSAKD" ], [ "https://github.com/zhoudaquan/dvit_repo" ], [ "https://github.com/zhuangpeixian/HLRP" ], [ "https://github.com/chunbolang/HPA" ], [ "https://github.com/ShuGuoJ/GiGCN" ], [ "https://github.com/RayRuizhiLiao/mutual_info_img_txt" ], [ "https://github.com/AggMan96/RK-Net" ], [ "https://github.com/Tviskaron/pathfinding-in-stochastic-envs" ], [ "https://github.com/Kira0096/PQAG" ], [ "https://github.com/seqan/needle" ], [ "https://github.com/smutao/LModeA-nano" ], [ "https://github.com/betsig/how_are_we_stranded_here" ], [ "https://github.com/HeXiax/AGCC" ], [ "https://github.com/open-mmlab/mmediting" ], [ "https://github.com/open-mmlab/mmediting" ], [ "https://github.com/open-mmlab/mmediting" ], [ "https://github.com/open-mmlab/mmediting" ], [ "https://github.com/lsabrinax/VideoTextSCM" ], [ "https://github.com/JudasDie/SOTS" ], [ "https://github.com/JudasDie/SOTS" ], [ "https://github.com/JudasDie/SOTS" ], [ "https://github.com/JudasDie/SOTS" ], [ "https://github.com/vis-opt-group/BLO" ], [ "https://github.com/lppllppl920/SAGE-SLAM" ], [ "https://github.com/CHENGY12/APNet" ], [ "https://github.com/yoqim/TBLD" ], [ "https://github.com/evolbioinfo/gotree" ], [ "https://github.com/tzyRachel/K-anonymity-Expectation" ], [ "https://github.com/SystemsBioinformatics/ecmtool" ], [ "https://github.com/batmanlab/ICML-2023-Route-interpret-repeat" ], [ "https://github.com/kamwoh/DeepIPR" ], [ "https://github.com/lxlsu/SPP_CPI" ], [ "https://github.com/yjzhang96/Motion-ETR" ], [ "https://github.com/blue-blue272/OccludedReID-RFCnet" ], [ "https://github.com/zhaoyuzhi/SVCNet" ], [ "https://github.com/Jianningli/tmi" ], [ "https://github.com/sshan-zhao/ACMNet" ], [ "https://github.com/QE-Lab/QuASeR" ], [ "https://github.com/ekraka/TS-GAN" ], [ "https://github.com/NCATS-Tangerine/translator-knowledge-beacon" ], [ "https://github.com/guilherme-araujo/gsop-dist" ], [ "https://github.com/syxiaa/Multiclass-Label-Noise-Filtering-Learning" ], [ "https://github.com/ZiyuFanCSU/MSCSol" ], [ "https://github.com/weiquan/mam" ], [ "https://github.com/misteru/CNAFS" ], [ "https://github.com/PapenfussLab/bionix" ], [ "https://github.com/szzexpoi/AiR" ], [ "https://github.com/JosephChenHub/DPANet" ], [ "https://github.com/RealityBending/Pyllusion" ], [ "https://github.com/facebookresearch/LaMCTS" ], [ "https://github.com/kamimrcht/REINDEER" ], [ "https://github.com/apblair/CellLayers" ], [ "https://github.com/sseung0703/KD_methods_with_TF" ], [ "https://github.com/rohan-shah/mpMap2" ], [ "https://github.com/biogacop/Boost_LP_EFM" ], [ "https://github.com/val-iisc/lsc-cnn" ], [ "https://github.com/so-nakashima/Lineage-EM-algorithm" ], [ "https://github.com/taohan10200/NLT" ], [ "https://github.com/XinbangZhang/DSO-NAS" ], [ "https://github.com/yuht4/SANPolyA" ], [ "https://github.com/MathOnco/EvoFreq" ], [ "https://github.com/jessemzhang/tn_test" ], [ "https://github.com/spacegraphcats/spacegraphcats" ], [ "https://github.com/cartoonist/psi" ], [ "https://github.com/bel-enrichment/bel-enrichment" ], [ "https://github.com/NuriddinovMA/C-InterSecture" ], [ "https://github.com/arose/nglview" ], [ "https://github.com/lyotvincent/X2H" ], [ "https://github.com/biocore-ntnu/epic2" ], [ "https://github.com/martijn-cordes/ImSpectR" ], [ "https://github.com/drzh/defor" ], [ "https://github.com/StephanSeifert/SurrogateMinimalDepth" ], [ "https://github.com/zjut-gwl/CSDRCANet" ], [ "https://github.com/sahandk/SUBSTRA" ], [ "https://github.com/TRON-Bioinformatics/neofox" ], [ "https://github.com/IFL-CAMP/pose_regularization" ], [ "https://github.com/rongjiewang/BdBG" ], [ "https://github.com/ncbi/SKESA" ], [ "https://github.com/USTC-HIlab/MDNNMD" ], [ "https://github.com/niccw/repeatCraftp" ], [ "https://github.com/BIOS-IMASL/13Check_RNA" ], [ "https://github.com/mciach/LocusTreeInference" ], [ "https://github.com/transbioZI/Gimpute" ], [ "https://github.com/BIONF/phyloprofile" ], [ "https://github.com/SystemsBiologyOfJianghanUniversity/miRvial" ], [ "https://github.com/XiongLi2016/ESMO" ], [ "https://github.com/Reed-CompBio/pathway-reconciliation" ], [ "https://github.com/nagornovys/Cancer_cell_evolution" ], [ "https://github.com/remega/video_database" ], [ "https://github.com/baderzone/biopartsbuilder" ], [ "https://github.com/williamgilpin/pypdb" ], [ "https://github.com/frankMusacchia/Annocript" ], [ "https://github.com/FATSLiM/fatslim" ], [ "https://github.com/afgane/bioblend" ], [ "https://github.com/afgane/bioblend" ], [ "https://github.com/afgane/bioblend" ], [ "https://github.com/afgane/bioblend" ], [ "https://github.com/larisa-soldatova/HELO" ], [ "https://github.com/brentp/methylcode" ], [ "https://github.com/hcandela/MAPtools" ], [ "https://github.com/weix21/TORC" ], [ "https://github.com/sarahsamorodnitsky/SPOT" ], [ "https://github.com/sarahsamorodnitsky/SPOT" ], [ "https://github.com/sarahsamorodnitsky/SPOT" ], [ "https://github.com/sarahsamorodnitsky/SPOT" ], [ "https://github.com/kuleshov/ProbHap" ], [ "https://github.com/MD-Anderson-Bioinformatics/RPPASPACE" ], [ "https://github.com/plaisier-lab/ccafv2_R" ], [ "https://github.com/jtleek/sva-devel" ], [ "https://github.com/enheliang/Thyroid-Segmentation-Network" ], [ "https://github.com/tomas-fer/HybPhyloMaker" ], [ "https://github.com/shyam671/Mask2Anomaly-Unmasking-Anomalies-in-Road-Scene-Segmentation" ], [ "https://github.com/dreambamboo/NuSEA" ], [ "https://github.com/TravisWheelerLab/ULTRA" ], [ "https://github.com/hnuhyuwa/FullPointTransformer" ], [ "https://github.com/sebwouters/chemps2" ], [ "https://github.com/davidkartchner/biomedical-entity-linking" ], [ "https://github.com/bobo909/IID-SfmLearner" ], [ "https://github.com/griff4692/calibrating-summaries" ], [ "https://github.com/AshuiRUA/NPI-GNN" ], [ "https://github.com/fmri123456/CE-GAN" ], [ "https://github.com/wanxinhang/OMVCDR" ], [ "https://github.com/Loping151/ForPlane" ], [ "https://github.com/greener-group/GB99dms" ], [ "https://github.com/CSU-NLP-Group/Sequential-Sentence-Classification" ], [ "https://github.com/waynebhayes/BLANT" ], [ "https://github.com/YTLogos/BnaSNPDB" ], [ "https://github.com/pdelangen/Muffin" ], [ "https://github.com/RSamyak/fmatrix" ], [ "https://github.com/hellozhuo/msgc" ], [ "https://github.com/YangLibuaa/DMV-MAT" ], [ "https://github.com/NUST-Machine-Intelligence-Laboratory/SSC" ], [ "https://github.com/MoritzKappel/MoNeRF" ], [ "https://github.com/zchoi/VCRN" ], [ "https://github.com/Windere/snn-cvt-dual-phase" ], [ "https://github.com/venyao/ECOGEMS" ], [ "https://github.com/zjfheart/BadLabels" ], [ "https://github.com/zjupgx/deephlapan" ], [ "https://github.com/CompCy-lab/scLKME" ], [ "https://github.com/crsl4/nn-phylogenetics" ], [ "https://github.com/SVMrelated/UFS" ], [ "https://github.com/airy975924806/yolo-G" ], [ "https://github.com/Brikwerk/MEM-FS" ], [ "https://github.com/Intelligent-Computing-Lab-Yale/EfficientLIF-Net" ], [ "https://github.com/gigantocypris/SPREAD" ], [ "https://github.com/cyang03/CHECKED" ], [ "https://github.com/zjsong/Audio-Visual-Predictive-Coding" ], [ "https://github.com/raminass/BERTwalk" ], [ "https://github.com/sysu19351158/FPB-FOMM" ], [ "https://github.com/YYJ1anG/MFPSNet" ], [ "https://github.com/ablab/spades" ], [ "https://github.com/ablab/spades" ], [ "https://github.com/ablab/spades" ], [ "https://github.com/ablab/spades" ], [ "https://github.com/xiaoyu518/genofunc" ], [ "https://github.com/ZhangGroup-MITChemistry/OpenABC" ], [ "https://github.com/med-air/IOP-FL" ], [ "https://github.com/algbio/themisto" ], [ "https://github.com/QueuQ/HPNs" ], [ "https://github.com/zexiJia/EvSegFormer" ], [ "https://github.com/Zongwei97/HIDANet" ], [ "https://github.com/hitcszx/ALFs" ], [ "https://github.com/guijiejie/ICCL" ], [ "https://github.com/NJUyued/MutexMatch4SSL" ], [ "https://github.com/freshman97/LinTransUNet" ], [ "https://github.com/ACuOoOoO/ReDFeat" ], [ "https://github.com/qianngli/DualSR" ], [ "https://github.com/zhengxyun/Surface-SOS" ], [ "https://github.com/Hzzone/ProPos" ], [ "https://github.com/nsmro/SYNPHONI" ], [ "https://github.com/pvlib/twoaxistracking" ], [ "https://github.com/ispc-lab/HRegNet2" ], [ "https://github.com/bearshng/smds-net" ], [ "https://github.com/xlliu7/TadTR" ], [ "https://github.com/laplcebeltrami/hodge" ], [ "https://github.com/databio2022/GraphBio" ], [ "https://github.com/jochotecoa/ml_proteomics" ], [ "https://github.com/teslacool/m-curl" ], [ "https://github.com/NTU-UAVG/CTS-visual-drone-swarm" ], [ "https://github.com/FeiYee/HerbKG" ], [ "https://github.com/shenfc/POKR" ], [ "https://github.com/Biomedical-Imaging-Group/Steer-n-Detect" ], [ "https://github.com/shoryaconsul/XHap" ], [ "https://github.com/JWSoh/VDIR" ], [ "https://github.com/xylimeng/fQR-testing" ], [ "https://github.com/wassermanlab/revup" ], [ "https://github.com/youweiliang/Multi-view_Graph_Learning" ], [ "https://github.com/SynBioDex/tyto" ], [ "https://github.com/aioz-ai/LDR_ALDK" ], [ "https://github.com/UMCUGenetics/svMIL" ], [ "https://github.com/vis-opt-group/TMICS" ], [ "https://github.com/HDCVLab/Enhanced-Spatio-Temporal-Interaction-Learning-for-Video-Deraining" ], [ "https://github.com/sinc-lab/exp2GO" ], [ "https://github.com/BioLab-cz/DiagAF" ], [ "https://github.com/IRMVLab/SIConv" ], [ "https://github.com/umr-ds/repairnatrix" ], [ "https://github.com/ryomiya/Prediction-and-analysis-of-antifreeze-proteins" ], [ "https://github.com/kcl-bhi/mapper-pipeline" ], [ "https://github.com/xizhou/co-occurrence-analysis" ], [ "https://github.com/bionlplab/report_generation_amia2022" ], [ "https://github.com/AoxiangFan/EifficientDeterministicSearch" ], [ "https://github.com/stjude/indelPost" ], [ "https://github.com/ningq669/DEXGB_Glu" ], [ "https://github.com/lyotvincent/PBGI" ], [ "https://github.com/ZitongYu/3DCDC-NAS" ], [ "https://github.com/Cxd-626/Staem5" ], [ "https://github.com/anuradhawick/GraphPlas" ], [ "https://github.com/luimoli/RATFM" ], [ "https://github.com/dwgoon/nezzle" ], [ "https://github.com/JiayuYANG/CVP-MVSNet" ], [ "https://github.com/BRF123/Cnngeno" ], [ "https://github.com/ydLiu-HIT/SKSV" ], [ "https://github.com/hseabolt/tautyping" ], [ "https://github.com/berybox/KEC" ], [ "https://github.com/hkaggarwal/J-MoDL" ], [ "https://github.com/wirriamm/plants-pipeline" ], [ "https://github.com/ChengZY/HGR" ], [ "https://github.com/nkicsl/Fundus_Review" ], [ "https://github.com/carrierlxk/COSNet" ], [ "https://github.com/XiaofengCao-MachineLearning/Shattering-Distribution-for-Active-Learning" ], [ "https://github.com/rmcong/DAFNet_TIP20" ], [ "https://github.com/HRanWang/Spatial-Re-Scaling" ], [ "https://github.com/BioinformaticsLabAtMUN/PromoTech" ], [ "https://github.com/BiodataAnalysisGroup/UMIc" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/junjun-jiang/MSSG" ], [ "https://github.com/shidan0122/FMICS" ], [ "https://github.com/danini/magsac" ], [ "https://github.com/almaan/sepal" ], [ "https://github.com/WinnieJiangHW/Carry-lookahead_RNN" ], [ "https://github.com/LoGT-KULeuven/SASpector" ], [ "https://github.com/GMOD/cram-js" ], [ "https://github.com/rorynolan/nandb" ], [ "https://github.com/hrlblab/Map3D" ], [ "https://github.com/songlab/chance" ], [ "https://github.com/hychim/molpc2" ], [ "https://github.com/aqlaboratory/pnerf" ], [ "https://github.com/mayalevy/CENA" ], [ "https://github.com/yun-liu/LIID" ], [ "https://github.com/TulsaBioinformaticsToolsmith/Look4TRs" ], [ "https://github.com/CSUBioGroup/NIMCE" ], [ "https://github.com/lafita/tadoss" ], [ "https://github.com/MCorentin/VarGen" ], [ "https://github.com/yuzhimanhua/lm-lstm-crf" ], [ "https://github.com/TurkuNLP/BioCreativeVI_BioID_assignment" ], [ "https://github.com/mlangill/microbiome_helper" ], [ "https://github.com/mlangill/microbiome_helper" ], [ "https://github.com/mlangill/microbiome_helper" ], [ "https://github.com/mlangill/microbiome_helper" ], [ "https://github.com/TaniaCuppens/GEMPROT" ], [ "https://github.com/psychopa4/MMCNN" ], [ "https://github.com/MichaelPHStumpf/Peitho" ], [ "https://github.com/icelu/GI_Cluster" ], [ "https://github.com/aamir-mustafa/super-resolution-adversarial-defense" ], [ "https://github.com/itsmeafra/Sublevel-Set-TDA" ], [ "https://github.com/hangelwen/metaCRISPR" ], [ "https://github.com/alisn72/DPCT" ], [ "https://github.com/SergeMOULIN/retrotransposons-spread" ], [ "https://github.com/JoniColeman/gwas_scripts" ], [ "https://github.com/ugcd/solarius" ], [ "https://github.com/vqf/nVenn" ], [ "https://github.com/mpgerstl/tEFMA" ], [ "https://github.com/mpgerstl/tEFMA" ], [ "https://github.com/mpgerstl/tEFMA" ], [ "https://github.com/mpgerstl/tEFMA" ], [ "https://github.com/BackofenLab/IntaRNA" ], [ "https://github.com/macmanes/error_correction" ], [ "https://github.com/MattCzajkowski/GenCoF" ], [ "https://github.com/TGAC/RAMPART" ], [ "https://github.com/NetherlandsMetabolomicsCentre/metitree" ], [ "https://github.com/WkEEn/PLCC" ], [ "https://github.com/Sorades/CLAT" ], [ "https://github.com/hiteshpatel379/PyWATER" ], [ "https://github.com/at-cg/PanAligner" ], [ "https://github.com/NeuroTechX/moabb" ], [ "https://github.com/xiezhq/ISEScan" ], [ "https://github.com/watchdog-wms/watchdog-wms-workflows" ], [ "https://github.com/mangye16/ReID-Label-Noise" ], [ "https://github.com/PanHaulin/ConCutMix" ], [ "https://github.com/hendrick0403/COWID" ], [ "https://github.com/ksanao/TGNet" ], [ "https://github.com/elkebir-group/PhySigs" ], [ "https://github.com/YuLab-SMU/ggmsa" ], [ "https://github.com/pblischak/fluidigm2purc" ], [ "https://github.com/pkhoueiry/fcScan" ], [ "https://github.com/Puumanamana/CoCoNet" ], [ "https://github.com/riverlee/MitoSeek" ], [ "https://github.com/lichen2018/stVAE" ], [ "https://github.com/iobio-zjut/DeepMDisPre" ], [ "https://github.com/GC-WSL/NDI" ], [ "https://github.com/bensdvir/GradHC" ], [ "https://github.com/yuxunluo9/DrIGCL" ], [ "https://github.com/ChangSIG/SIG" ], [ "https://github.com/dingyn-Reno/MDR-GCN" ], [ "https://github.com/zhangzm0128/CCGR" ], [ "https://github.com/Hhy096/nomogram" ], [ "https://github.com/wsb853529465/YOLOH-main" ], [ "https://github.com/arzwa/wgd" ], [ "https://github.com/CandleLabAI/CLINet-ECG-Classification-2024" ], [ "https://github.com/ByZ0e/HSTT" ], [ "https://github.com/xianchaoguan/GramGAN" ], [ "https://github.com/akshaydudhane16/BIPNet" ], [ "https://github.com/ddghjikle/Out-of-sample-restoration" ], [ "https://github.com/shenmishajing/PAL" ], [ "https://github.com/TKH666/Fed-NCL" ], [ "https://github.com/metamaden/recountmethylation_flexible-blood-analysis_manuscript" ], [ "https://github.com/samtools/BCFtools" ], [ "https://github.com/Janet-xujing-1216/SafeCrowdNav" ], [ "https://github.com/Teichlab/bbknn" ], [ "https://github.com/WangLabHKUST/CNAPE" ], [ "https://github.com/yuabrahamliu/CWGCNA" ], [ "https://github.com/beirnaert/speaq" ], [ "https://github.com/noriakis/ggkegg" ], [ "https://github.com/jedforrest/BondGraphs" ], [ "https://github.com/cortes-ciriano-lab/ReConPlot" ], [ "https://github.com/alexfreudenberg/miraculix" ], [ "https://github.com/JialeCao001/SipMask" ], [ "https://github.com/yisiyu95/R2FGC" ], [ "https://github.com/gftww/B2C" ], [ "https://github.com/GGaoxiang/PATrans" ], [ "https://github.com/zhyczy/FedTP" ], [ "https://github.com/lok-18/GeSeNet" ], [ "https://github.com/Jordi-Manuello/CBMAT" ], [ "https://github.com/niemasd/ViralConsensus" ], [ "https://github.com/MiaoLab20/DBMD" ], [ "https://github.com/MiaoLab20/DBMD" ], [ "https://github.com/MiaoLab20/DBMD" ], [ "https://github.com/MiaoLab20/DBMD" ], [ "https://github.com/Siritao/EC-CMS" ], [ "https://github.com/Holidays1999/Neural-Network-Pruning-through-its-RegularGraph-Structure" ], [ "https://github.com/Kelvin-Ju/GR-PSN" ], [ "https://github.com/chunbolang/BAM" ], [ "https://github.com/safaad/aim" ], [ "https://github.com/chrishil1/ChromDL" ], [ "https://github.com/chrishil1/ChromDL" ], [ "https://github.com/chrishil1/ChromDL" ], [ "https://github.com/chrishil1/ChromDL" ], [ "https://github.com/jhhung/kISS" ], [ "https://github.com/williamdee1/LMPred_AMP_Prediction" ], [ "https://github.com/imagej/imglib" ], [ "https://github.com/IlyaLab/gssnng" ], [ "https://github.com/gavinmdouglas/FuncDiv" ], [ "https://github.com/fanyang587/MGL" ], [ "https://github.com/XingliangJin/Fine-Style" ], [ "https://github.com/dddzg/up-detr" ], [ "https://github.com/super-resolution/Ebert-et-al-2022-supplement" ], [ "https://github.com/ternencewu123/PARCEL" ], [ "https://github.com/wuzhenyubuaa/DPNet" ], [ "https://github.com/Amelie01/CLRNet" ], [ "https://github.com/RolandFaure/QuickDeconvolution" ], [ "https://github.com/Qianyu1226/Crosslink-Net" ], [ "https://github.com/JustaTinyDot/BiTr-Unet" ], [ "https://github.com/WenbinLee/DefensiveFSL" ], [ "https://github.com/vailatuts/SSFG-regularization" ], [ "https://github.com/Ha0Tang/SelectionGAN" ], [ "https://github.com/KoslickiLab/L2-UniFrac" ], [ "https://github.com/KoslickiLab/L2-UniFrac" ], [ "https://github.com/KoslickiLab/L2-UniFrac" ], [ "https://github.com/KoslickiLab/L2-UniFrac" ], [ "https://github.com/yulisun/AGSCC" ], [ "https://github.com/liuzhuang13/Transferable_RA" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/MIVRC/MLEFGN-PyTorch" ], [ "https://github.com/penghu-cs/UCCH" ], [ "https://github.com/VITA-Group/Deep_GCN_Benchmarking" ], [ "https://github.com/usccolumbia/deeperGATGNN" ], [ "https://github.com/W1AE/OCC" ], [ "https://github.com/LinearFold/LinearAlifold" ], [ "https://github.com/LinearFold/LinearAlifold" ], [ "https://github.com/LinearFold/LinearAlifold" ], [ "https://github.com/LinearFold/LinearAlifold" ], [ "https://github.com/buptantEEG/BEATS" ], [ "https://github.com/SJLeo/FFSD" ], [ "https://github.com/Andrew-Qibin/VisionPermutator" ], [ "https://github.com/liuyudut/ResTune" ], [ "https://github.com/Goodman-lab/DP5" ], [ "https://github.com/HCPLab-SYSU/HIAM" ], [ "https://github.com/Ha0Tang/LGGAN" ], [ "https://github.com/CuthbertCai/SRDA" ], [ "https://github.com/dpmlab/img2fmri" ], [ "https://github.com/sarahet/RLM" ], [ "https://github.com/wangbi1988/Lifelong-learning-in-Open-World-Classification" ], [ "https://github.com/wuzhe71/DCN" ], [ "https://github.com/jzbio/MultiTrans" ], [ "https://github.com/Vicky123wzy/RetroScan" ], [ "https://github.com/ZJULearning/SSG" ], [ "https://github.com/blanclist/CDNet" ], [ "https://github.com/danieljf24/hybrid_space" ], [ "https://github.com/Annbless/DUTCode" ], [ "https://github.com/mmoradi-iut/BioCIE" ], [ "https://github.com/layumi/person-reid-3d" ], [ "https://github.com/maryamrabiee/SODA" ], [ "https://github.com/DirtyHarryLYL/Transferable-Interactiveness-Network" ], [ "https://github.com/theLongLab/wglink" ], [ "https://github.com/VITA-Group/EnlightenGAN" ], [ "https://github.com/hahnlab/CAFE5" ], [ "https://github.com/BioComputingUP/MobiDB-lite" ], [ "https://github.com/InfOmics/PANPROVA" ], [ "https://github.com/gui11aume/sesame" ], [ "https://github.com/fityanul/SDAN-for-Rain-Removal" ], [ "https://github.com/THU-CS-PI/MMPD_rPPG_dataset" ], [ "https://github.com/cccorn/AP-loss" ], [ "https://github.com/ma-gilles/recovar" ], [ "https://github.com/elodiegermani/SAPHIR" ], [ "https://github.com/hellosunking/Ktrim" ], [ "https://github.com/usnistgov/PACCS" ], [ "https://github.com/healthylaife/MIMIC-IV-Data-Pipeline" ], [ "https://github.com/ncbi/JUDI" ], [ "https://github.com/petermchale/trfermikit" ], [ "https://github.com/reymond-group/PeptideDesignGA" ], [ "https://github.com/hitbc/deSALT" ], [ "https://github.com/yhhshb/yalff" ], [ "https://github.com/yhhshb/yalff" ], [ "https://github.com/yhhshb/yalff" ], [ "https://github.com/yhhshb/yalff" ], [ "https://github.com/PhanstielLab/coralp" ], [ "https://github.com/bialimed/miams" ], [ "https://github.com/thackmann/Distanced" ], [ "https://github.com/XiDsLab/CNV-BAC" ], [ "https://github.com/sangreashim/EAT-UpTF" ], [ "https://github.com/sculab/RASP" ], [ "https://github.com/zhang-informatics/DDSAE" ], [ "https://github.com/ropensci/colocr" ], [ "https://github.com/deisejpg/rosids" ], [ "https://github.com/Adrienrougny/sbgntikz" ], [ "https://github.com/hujie-frank/SENet" ], [ "https://github.com/mbanf/METACLUSTER" ], [ "https://github.com/venyao/intansv" ], [ "https://github.com/jcbmarques/clusterdv" ], [ "https://github.com/soeaver/AirNet-PyTorch" ], [ "https://github.com/BenoitMorel/ParGenes" ], [ "https://github.com/heinc1010/BAMixChecker" ], [ "https://github.com/LaboratorioBioinformatica/MARVEL" ], [ "https://github.com/Christensen-Lab-Dartmouth/PyMethylProcess" ], [ "https://github.com/GGFHF/NGScloud" ], [ "https://github.com/davidjakubec/3DPatch" ], [ "https://github.com/lockEF/SupCP" ], [ "https://github.com/harmslab/pytc" ], [ "https://github.com/curieshicy/JRgui" ], [ "https://github.com/EBjerrum/pICalculax" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/lhqxinghun/bioinformatics" ], [ "https://github.com/feltus/BDSS" ], [ "https://github.com/pymodproject/pymod" ], [ "https://github.com/pymodproject/pymod" ], [ "https://github.com/pymodproject/pymod" ], [ "https://github.com/pymodproject/pymod" ], [ "https://github.com/sairum/tcsbu" ], [ "https://github.com/pymzML/pymzML" ], [ "https://github.com/csjunxu/Noisy-As-Clean" ], [ "https://github.com/sequencing/NxTrim" ], [ "https://github.com/lanagarmire/MirMark" ], [ "https://github.com/KimSoybean/MSA" ], [ "https://github.com/rrwick/Bandage" ], [ "https://github.com/boutroslab/HTSvis" ], [ "https://github.com/odenas/indexed_ms" ], [ "https://github.com/ChaonanLi/microgeo" ], [ "https://github.com/biosustain/marsi" ], [ "https://github.com/binfalse/BiVeS-StatsGenerator" ], [ "https://github.com/omnideconv/immunedeconv" ], [ "https://github.com/tylii/ddap" ], [ "https://github.com/Ambuj-UF/APOP" ], [ "https://github.com/HassounLab/Boost-RS" ], [ "https://github.com/Zwei-inc/panclassif" ], [ "https://github.com/sing-group/seda" ], [ "https://github.com/sing-group/seda" ], [ "https://github.com/sing-group/seda" ], [ "https://github.com/sing-group/seda" ], [ "https://github.com/msolmazm/sema" ], [ "https://github.com/EleonoraLusito/Reverse_Engineering_BC_GRNs" ], [ "https://github.com/AlBi-HHU/swgts" ], [ "https://github.com/FelixGuenther/nc_covid19_bavaria" ], [ "https://github.com/rodrigoSantamaria/nucleosee" ], [ "https://github.com/CVIR-Lab/MarsData" ], [ "https://github.com/raghavagps/pprint2" ], [ "https://github.com/raghavagps/il13pred" ], [ "https://github.com/songlab-cal/StratPGS" ], [ "https://github.com/BioinfoMachineLearning/ATOMRefine" ], [ "https://github.com/shafferm/kb_DRAM" ], [ "https://github.com/csniuben/embryo_aligner" ], [ "https://github.com/CMD-Oxford/Michelanglo-and-Venus" ], [ "https://github.com/dptech-corp/Uni-GBSA" ], [ "https://github.com/rorybufacchi/LSA-filter" ], [ "https://github.com/sheenahora/SEGCECO" ], [ "https://github.com/niemasd/FAVITES" ], [ "https://github.com/Superzchen/iFeatureOmega-GUI" ], [ "https://github.com/miRTop/mirGFF3" ], [ "https://github.com/Superzchen/iFeatureOmega-CLI" ], [ "https://github.com/miRTop/mirtop" ], [ "https://github.com/hallav/LuxUS" ], [ "https://github.com/noriakis/biotextgraph" ], [ "https://github.com/huiyuroy/Return2MaxPotentialEnergy" ], [ "https://github.com/passengeryjy/HTGRS" ], [ "https://github.com/labiip/FDDSeg" ], [ "https://github.com/zichengpan/DyCR" ], [ "https://github.com/jackh726/bigtools" ], [ "https://github.com/jackh726/bigtools" ], [ "https://github.com/jackh726/bigtools" ], [ "https://github.com/jackh726/bigtools" ], [ "https://github.com/rbouckaert/cubevb" ], [ "https://github.com/JinhwiPark/DevianceNet" ], [ "https://github.com/ddlee-cn/MuLUT" ], [ "https://github.com/namnguyen0510/Biomarker-Discovery-with-Quantum-Neural-Networks" ], [ "https://github.com/Gary-code/KICNLE" ], [ "https://github.com/xandery-geek/BadCM" ], [ "https://github.com/C4TB/shinyExprPortal" ], [ "https://github.com/YangLabHKUST/SRT_alignment_and_integration" ], [ "https://github.com/burtonrj/CytoCluster" ], [ "https://github.com/VincentQQu/NeRF-NQA" ], [ "https://github.com/jacksonhzx95/NFDP" ], [ "https://github.com/zhwzhong/DAGF" ], [ "https://github.com/tyo-nu/MINE-Database" ], [ "https://github.com/tyo-nu/MINE-Database" ], [ "https://github.com/tyo-nu/MINE-Database" ], [ "https://github.com/tyo-nu/MINE-Database" ], [ "https://github.com/bio-ai-source/MUMA" ], [ "https://github.com/yaoyao-11/Seq-RBPPred" ], [ "https://github.com/ribosomeprofiling/ribograph" ], [ "https://github.com/ribosomeprofiling/ribograph" ], [ "https://github.com/ribosomeprofiling/ribograph" ], [ "https://github.com/ribosomeprofiling/ribograph" ], [ "https://github.com/JCATCV/MCD-Net" ], [ "https://github.com/nhgritctran/PheTK" ], [ "https://github.com/BMILAB/vizAPA" ], [ "https://github.com/Dmmm1997/DenseUAV" ], [ "https://github.com/wgc-vsfm/view-synthesis-CFFHNet" ], [ "https://github.com/bridgeqiqi/DREAM" ], [ "https://github.com/BioinformaticsToolsmith/EnhancerTracker" ], [ "https://github.com/SSRHeart/TSFlow" ], [ "https://github.com/gr8lawrence/ARTDeConv" ], [ "https://github.com/nwatanbe/enzymenet" ], [ "https://github.com/contactless-healthcare/Scene-Adaption-for-Infant-Cry-Detection" ], [ "https://github.com/iiclab/DecompST" ], [ "https://github.com/zju3dv/MagLoc-AR" ], [ "https://github.com/TcbfGroup/Tcbf" ], [ "https://github.com/wuqiuche/Ada-Deblur" ], [ "https://github.com/zzb111/Spherical-Centralized-Quantization" ], [ "https://github.com/ebrahimakbary/FISA" ], [ "https://github.com/histocartography/generative-appearance-replay" ], [ "https://github.com/AparicioJohan/MrBeanApp" ], [ "https://github.com/modsim/CADET-Match" ], [ "https://github.com/modsim/CADET-Match" ], [ "https://github.com/modsim/CADET-Match" ], [ "https://github.com/modsim/CADET-Match" ], [ "https://github.com/Wzhjerry/autoSMIM" ], [ "https://github.com/ChengxuLiu/TTVFI" ], [ "https://github.com/Binjie-Qin/STA-IPCon" ], [ "https://github.com/Huiimin5/comwin" ], [ "https://github.com/pfizer-opensource/pfaster" ], [ "https://github.com/CalebPecka/ATAC-Seq-Pipeline" ], [ "https://github.com/zhouyuan888888/UGDA" ], [ "https://github.com/SPIresearch/UTR" ], [ "https://github.com/xinjiangaohfut/MMRSD-Net" ], [ "https://github.com/pkj0421/TWN-FS" ], [ "https://github.com/CLiu272/TNNLS-PGP" ], [ "https://github.com/WangPing521/Domain_adaptation_shape_prior" ], [ "https://github.com/anyuexuan/IDEAL" ], [ "https://github.com/zhazhiyuan/MCP_MSI_CS_Demo" ], [ "https://github.com/JC-202/CAGNN" ], [ "https://github.com/JinyangGuo/CBANet-release" ], [ "https://github.com/ZhengPeng7/GCoNet_plus" ], [ "https://github.com/pnnl/Active-Sampling-for-Atomistic-Potentials" ], [ "https://github.com/Dshijie/PIMVC" ], [ "https://github.com/jennprk/diffsig" ], [ "https://github.com/lakerwsl/MsRDB-Manuscript-Code" ], [ "https://github.com/FluctuationOD/Fluctuation-based-Outlier-Detection" ], [ "https://github.com/cdcgov/microbetrace" ], [ "https://github.com/CCChenhao997/DualGCN-ABSA" ], [ "https://github.com/983632847/WebUAV-3M" ], [ "https://github.com/ChaoqunZheng/ESMH" ], [ "https://github.com/AkonLau/DTRG" ], [ "https://github.com/zx0223winner/HSDFinder" ], [ "https://github.com/HongzhouTang/BayeStab" ], [ "https://github.com/bowang-lab/CONCERTO" ], [ "https://github.com/mohamedr002/SLARDA" ], [ "https://github.com/xinwangliu/SimpleMKKMcodes" ], [ "https://github.com/xinwangliu/SimpleMKKMcodes" ], [ "https://github.com/xinwangliu/SimpleMKKMcodes" ], [ "https://github.com/xinwangliu/SimpleMKKMcodes" ], [ "https://github.com/kaistcbfg/scAVENGERS" ], [ "https://github.com/YuemingJin/STswinCL" ], [ "https://github.com/zwx8981/BIQA_CL" ], [ "https://github.com/linjiatai/PDBL" ], [ "https://github.com/czp19940707/Re-CNN" ], [ "https://github.com/zhouyuan888888/SGCPNet" ], [ "https://github.com/TaoHuang2018/Neighbor2Neighbor" ], [ "https://github.com/knappa/steadycellphenotype" ], [ "https://github.com/tuyunbin/I2Transformer" ], [ "https://github.com/ElofssonLab/bioinfo-toolbox" ], [ "https://github.com/kzb193/AMAT" ], [ "https://github.com/Zhentao-Liu/RealSRQ-KLTSRQA" ], [ "https://github.com/ShishiYuan/IBPred" ], [ "https://github.com/cdsanchez18/EcoPLOT" ], [ "https://github.com/zhangxin-xd/LRMF" ], [ "https://github.com/nf-core/mag" ], [ "https://github.com/whrws/NHRNet" ], [ "https://github.com/hlju-liye/SENIES" ], [ "https://github.com/DKMS-LSL/typeloader" ], [ "https://github.com/DKMS-LSL/typeloader" ], [ "https://github.com/DKMS-LSL/typeloader" ], [ "https://github.com/DKMS-LSL/typeloader" ], [ "https://github.com/maryeon/asenpp" ], [ "https://github.com/ninaqy/Flexible-PU" ], [ "https://github.com/dnbaker/dashing" ], [ "https://github.com/mbsohn/cmmb" ], [ "https://github.com/PRIS-CV/GPCA" ], [ "https://github.com/CityU-AIM-Group/HTD" ], [ "https://github.com/boaguilar/SDDScontrol" ], [ "https://github.com/wdzhao123/DENets" ], [ "https://github.com/BeierZhu/Sturcture-Coherency-Face-Alignment" ], [ "https://github.com/wgzgithub/VeTra" ], [ "https://github.com/PengBoXiangShang/multigraph_transformer" ], [ "https://github.com/soedinglab/spacepharer" ], [ "https://github.com/PRIS-CV/AP-CNN_Pytorch-master" ], [ "https://github.com/FKappenberg/Paper-IdentificationAlertConcentrations" ], [ "https://github.com/rajeevyasarla/Syn2Real" ], [ "https://github.com/wuc567/Pattern-Mining" ], [ "https://github.com/wuc567/Pattern-Mining" ], [ "https://github.com/wuc567/Pattern-Mining" ], [ "https://github.com/wuc567/Pattern-Mining" ], [ "https://github.com/maple-research-lab/EnAET" ], [ "https://github.com/hw2hwei/SKAL" ], [ "https://github.com/ConesaLab/padhoc" ], [ "https://github.com/LCAS/engagement_detector" ], [ "https://github.com/tekpinar/correlationplus" ], [ "https://github.com/ZekunYin/RabbitQC" ], [ "https://github.com/niemasd/ViralMSA" ], [ "https://github.com/eukaryo/czno" ], [ "https://github.com/gaocong13/Projective-Spatial-Transformers" ], [ "https://github.com/ngchc/deepBoosting" ], [ "https://github.com/minoh0201/DeepMicro" ], [ "https://github.com/NAL-i5K/tripal_eutils" ], [ "https://github.com/YaluWen/Uomic" ], [ "https://github.com/Ha0Tang/AttentionGAN" ], [ "https://github.com/Linlab-slu/TSSr" ], [ "https://github.com/KIT-MBS/pydca" ], [ "https://github.com/mitogen/gabac" ], [ "https://github.com/RodolfoAllendes/cline" ], [ "https://github.com/FenyoLab/L1EM" ], [ "https://github.com/missuse/ragp" ], [ "https://github.com/Crespo-Otero-group/fromage" ], [ "https://github.com/Crespo-Otero-group/fromage" ], [ "https://github.com/Crespo-Otero-group/fromage" ], [ "https://github.com/Crespo-Otero-group/fromage" ], [ "https://github.com/KazukiSakura/cHFS" ], [ "https://github.com/marouenbg/VFFVA" ], [ "https://github.com/dmirman/gazer" ], [ "https://github.com/Shoombuatong2527/anticancer-peptides-review" ], [ "https://github.com/zrq0123/BiXGBoost" ], [ "https://github.com/shaoli86/DiscoverSL" ], [ "https://github.com/BEAST2-Dev/nested-sampling" ], [ "https://github.com/RuwanT/model-fitting-cbs" ], [ "https://github.com/tongchf/gmRAD" ], [ "https://github.com/SchulzLab/JAMI" ], [ "https://github.com/psipred/DeepMetaPSICOV" ], [ "https://github.com/nfdi4cat/Ontology-Overview-of-NFDI4Cat" ], [ "https://github.com/insilichem/esigen" ], [ "https://github.com/chrismonit/SubRecon" ], [ "https://github.com/Zhangxf-ccnu/DiffGraph" ], [ "https://github.com/UCBASiCS/CRISPRLand" ], [ "https://github.com/magStra/GPseudoRank" ], [ "https://github.com/Cassie94/LSTD" ], [ "https://github.com/RUBi-ZA/MODE-TASK" ], [ "https://github.com/RUBi-ZA/MODE-TASK" ], [ "https://github.com/RUBi-ZA/MODE-TASK" ], [ "https://github.com/RUBi-ZA/MODE-TASK" ], [ "https://github.com/zhqingit/BPP" ], [ "https://github.com/kcakdemir/HiCPlotter" ], [ "https://github.com/antrec/spectrassembler" ], [ "https://github.com/liyao001/BioQueue" ], [ "https://github.com/StatGenPRD/STOPGAP" ], [ "https://github.com/biocryst/gc" ], [ "https://github.com/sigven/pcgr" ], [ "https://github.com/Lafond-LapalmeJ/MCSC_Decontamination" ], [ "https://github.com/AZaitzeff/tools_for_dna_binding_proteins" ], [ "https://github.com/GodzikLab/FAIT" ], [ "https://github.com/AltschulerWu-Lab/PHOCOS" ], [ "https://github.com/deristnochda/Hodgkin-Huxley-SPDE" ], [ "https://github.com/ilyalab/CloudForest" ], [ "https://github.com/nygenome/conpair" ], [ "https://github.com/HIT-Bioinformatics/rHAT" ], [ "https://github.com/DrTrevorBell/SmallGenomeTools" ], [ "https://github.com/statisticalbiotechnology/maracluster" ], [ "https://github.com/yiq/SubcloneSeeker" ], [ "https://github.com/SciLifeLab/gapest" ], [ "https://github.com/Cuthbert-Huang/CPCANet" ], [ "https://github.com/glycoinfo/GlycanFormatConverter" ], [ "https://github.com/DasLab/RiboDraw" ], [ "https://github.com/StantonLabDartmouth/AppScanGEO" ], [ "https://github.com/imartayan/CBL" ], [ "https://github.com/ribosomeprofiling/ribograph" ], [ "https://github.com/ribosomeprofiling/ribograph" ], [ "https://github.com/ribosomeprofiling/ribograph" ], [ "https://github.com/ribosomeprofiling/ribograph" ], [ "https://github.com/luo-junyu/GALA" ], [ "https://github.com/ValeevGroup/libintx" ], [ "https://github.com/LeoLjl/Explainable-Alzheimer-s-Disease-Diagnosis" ], [ "https://github.com/CECNL/SSVEP-DAN" ], [ "https://github.com/statisticalbiotechnology/GPTime" ], [ "https://github.com/HUST-Tan/MMUE" ], [ "https://github.com/MolecularAI/aizynthfinder" ], [ "https://github.com/MolecularAI/aizynthfinder" ], [ "https://github.com/MolecularAI/aizynthfinder" ], [ "https://github.com/MolecularAI/aizynthfinder" ], [ "https://github.com/Jiahuiqu/JSPEN" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/microsoft/YOLaT-VectorGraphicsRecognition" ], [ "https://github.com/Wedge-lab/AmplificationTimeR" ], [ "https://github.com/prismformore/Multi-Task-Transformer" ], [ "https://github.com/Imagefusions/imagefusions" ], [ "https://github.com/quzefan/ConvLUT" ], [ "https://github.com/Roc-Ng/VAR" ], [ "https://github.com/wangfuli/T-HyperGNNs" ], [ "https://github.com/MarSaKi/ETPNav" ], [ "https://github.com/chilleo/ALPHA" ], [ "https://github.com/Nora-Zhang98/VTSCN" ], [ "https://github.com/CTPLab/SST-editing" ], [ "https://github.com/ermshaua/preon" ], [ "https://github.com/gzq17/Weakly-Supervised-by-MIP" ], [ "https://github.com/Tammie-Li/MTCN" ], [ "https://github.com/thibault-wch/HOPE-for-mild-cognitive-impairment" ], [ "https://github.com/JunbongJang/contour-tracking" ], [ "https://github.com/tjiiv-cprg/EPro-PnP-v2" ], [ "https://github.com/murphygroup/CODEXPanelOptimization" ], [ "https://github.com/Jasonkks/PTTR" ], [ "https://github.com/tsikup/multiresolution-clam" ], [ "https://github.com/AriaSar/CRCIBD-ML" ], [ "https://github.com/cq100/ET-FSM" ], [ "https://github.com/emilhaegglund/TADA" ], [ "https://github.com/mrsempress/OBMO" ], [ "https://github.com/sallymmx/ActionCLIP" ], [ "https://github.com/deremustapha/BSS-ViT" ], [ "https://github.com/AliYoussef96/parazitCUB" ], [ "https://github.com/wsakobe/CylinderTag" ], [ "https://github.com/qguo2010/MRN" ], [ "https://github.com/jizhang-nz/fast-GeP" ], [ "https://github.com/jkawulok/cometa" ], [ "https://github.com/Mblakey/wiswesser" ], [ "https://github.com/Gao-xiyuan/FCT" ], [ "https://github.com/trigger26/SPSVR" ], [ "https://github.com/Zyun-Y/DconnNet" ], [ "https://github.com/zhangbaiming/FedSemiSeg" ], [ "https://github.com/lncRNAAddict/ChromNetworkMotif" ], [ "https://github.com/yangbang18/CARE" ], [ "https://github.com/csiro-robotics/SDCL" ], [ "https://github.com/ydniuyongjie/twoStageForFaceEdit" ], [ "https://github.com/liyeabc/MBUNet" ], [ "https://github.com/QZangXDU/SPENet" ], [ "https://github.com/roydenwa/pseudo-colorize-masked-cells" ], [ "https://github.com/XinyuYanTJU/MRR-Net" ], [ "https://github.com/LirongWu/Homophily-Enhanced-Self-supervision" ], [ "https://github.com/jiyuuchc/lacss" ], [ "https://github.com/CityU-AIM-Group/HABIT" ], [ "https://github.com/YuxiangZhang-BIT/IEEE_TIP_SDEnet" ], [ "https://github.com/MinxZ/Gemini" ], [ "https://github.com/SUST-reynole/SGUNet" ], [ "https://github.com/hjynwa/NeurImg-HDR" ], [ "https://github.com/hmdlab/DeepRaccess" ], [ "https://github.com/Horatio9702/BUAA_PALoss" ], [ "https://github.com/RuneBlaze/WITCH-NG" ], [ "https://github.com/MarioniLab/miloDE" ], [ "https://github.com/Schuture/Meta-USCL" ], [ "https://github.com/vanheeringen-lab/genomepy" ], [ "https://github.com/pashtari/xunet" ], [ "https://github.com/zjukongming/TranSQ" ], [ "https://github.com/yihongxu/transcenter" ], [ "https://github.com/KGerhardt/RecruitPlotEasy" ], [ "https://github.com/NUST-Machine-Intelligence-Laboratory/MMSI" ], [ "https://github.com/comp-well-org/More2Less" ], [ "https://github.com/zchoi/PKOL" ], [ "https://github.com/johnschwenck/bp" ], [ "https://github.com/haozheng-sjtu/airway-labeling" ], [ "https://github.com/bonsai-team/Porechop_ABI" ], [ "https://github.com/JiayongO-O/PENonLocal" ], [ "https://github.com/NeilPearson-Lilly/TractaViewer" ], [ "https://github.com/TrinaZ/extra-lowRD" ], [ "https://github.com/Runqing-forMost/TS3-Net" ], [ "https://github.com/virus-evolution/gofasta" ], [ "https://github.com/ZhangGongjie/Meta-DETR" ], [ "https://github.com/YuxiangZhang-BIT/IEEE_TNNLS_Gia-CFSL" ], [ "https://github.com/RNApolis/drawtetrado" ], [ "https://github.com/clovaai/lffont" ], [ "https://github.com/weiba/HGCNMDA" ], [ "https://github.com/OnofreyLab/prostate_atlas_segm_miccai2022" ], [ "https://github.com/szpiech/garlic" ], [ "https://github.com/guoyangzou/CNNArginineMe" ], [ "https://github.com/Biocomputing-Research-Group/IDIA" ], [ "https://github.com/KennthShang/CHEER" ], [ "https://github.com/seqan/seqan" ], [ "https://github.com/skywolf829/APMGSRN" ], [ "https://github.com/RonanDaly/pimp" ], [ "https://github.com/treangen/MetAMOS" ], [ "https://github.com/DecodeGenetics/popSTR" ], [ "https://github.com/DecodeGenetics/popSTR" ], [ "https://github.com/DecodeGenetics/popSTR" ], [ "https://github.com/DecodeGenetics/popSTR" ], [ "https://github.com/qdu-bioinfo/PM_CNN" ], [ "https://github.com/angtft/RAxMLGrove" ], [ "https://github.com/ucscGenomeBrowser/kent" ], [ "https://github.com/Munna-Sarkar/proteins-rigidity-flexibility" ], [ "https://github.com/ZJULearning/PTL" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/compbiofan/SimSCSnTree" ], [ "https://github.com/zjy2050/HDCRL-ReID" ], [ "https://github.com/taoyang1122/MutualNet" ], [ "https://github.com/UnixJunkie/FASMIFRA" ], [ "https://github.com/lmbxmu/CLR-RNF" ], [ "https://github.com/Sazan-Mahbub/EGRET" ], [ "https://github.com/LichtargeLab/BioVNN" ], [ "https://github.com/olly-styles/Trajectory-Tensors" ], [ "https://github.com/3huo/ActionView" ], [ "https://github.com/chenzhenduo/FISH" ], [ "https://github.com/a-ignatieva/kwarg" ], [ "https://github.com/Ildaron/ironbci" ], [ "https://github.com/Deepwise-AILab/ChestX-Det-Dataset" ], [ "https://github.com/tastanlab/matchmaker" ], [ "https://github.com/xiaofeng94/RefineDNet-for-dehazing" ], [ "https://github.com/SoftServeInc/novel-molecule-generation" ], [ "https://github.com/wty-ustc/e2style" ], [ "https://github.com/BlanchetteLab/DendroNet" ], [ "https://github.com/irinagain/mixedCCA" ], [ "https://github.com/QHwan/PretrainDPI" ], [ "https://github.com/Megvii-Nanjing/ED-Net" ], [ "https://github.com/joshuaas/Learning-with-Multiclass-AUC-Theory-and-Algorithms" ], [ "https://github.com/yuansliu/minirmd" ], [ "https://github.com/nygenome/lancet" ], [ "https://github.com/nygenome/lancet" ], [ "https://github.com/nygenome/lancet" ], [ "https://github.com/nygenome/lancet" ], [ "https://github.com/PayamDiba/FASTRAL" ], [ "https://github.com/Damseh/VascularGraph" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/AbbaszadehO/DKGN" ], [ "https://github.com/jlanga/exfi" ], [ "https://github.com/HCIILAB/SCUT-EnsText" ], [ "https://github.com/gjun/muCNV" ], [ "https://github.com/tgen/ACValidator" ], [ "https://github.com/LeoZDong/netAE" ], [ "https://github.com/Binjie-Qin/RPCA-UNet" ], [ "https://github.com/tjiangHIT/cuteSV" ], [ "https://github.com/tjiangHIT/cuteSV" ], [ "https://github.com/tjiangHIT/cuteSV" ], [ "https://github.com/tjiangHIT/cuteSV" ], [ "https://github.com/SiWolf/SCORE" ], [ "https://github.com/ZekunYin/RabbitMash" ], [ "https://github.com/saezlab/cellnopt" ], [ "https://github.com/andvides/DATMA" ], [ "https://github.com/moyanre/method2" ], [ "https://github.com/TurkuNLP/CAFA3" ], [ "https://github.com/easezyc/deep-transfer-learning" ], [ "https://github.com/karakulahg/TEffectR" ], [ "https://github.com/Li-Chongyi/ASIF-Net" ], [ "https://github.com/XingangPan/deep-generative-prior" ], [ "https://github.com/fwhelan/coinfinder" ], [ "https://github.com/skypes/Newton-method-MDS" ], [ "https://github.com/ndrplz/semiparametric" ], [ "https://github.com/grailbio/bio" ], [ "https://github.com/anyaevostinar/SuicidalAltruismDissertation" ], [ "https://github.com/ncbi-nlp/DeepSeeNet" ], [ "https://github.com/BenevolentAI/DeeplyTough" ], [ "https://github.com/ndierckx/NOVOPlasty" ], [ "https://github.com/ndierckx/NOVOPlasty" ], [ "https://github.com/ndierckx/NOVOPlasty" ], [ "https://github.com/ndierckx/NOVOPlasty" ], [ "https://github.com/NRshka/stvae-source" ], [ "https://github.com/wenguanwang/ASNet" ], [ "https://github.com/Jeffrey-Ede/Electron-Micrograph-Denoiser" ], [ "https://github.com/tudelft/cuSNN" ], [ "https://github.com/HormozdiariLab/TAD-fusion-score" ], [ "https://github.com/arendsee/phylostratr" ], [ "https://github.com/twhui/LiteFlowNet2" ], [ "https://github.com/ZJUFanLab/scCATCH" ], [ "https://github.com/daviddesancho/MasterMSM" ], [ "https://github.com/dwiegreffe/RNApuzzler" ], [ "https://github.com/superxuang/caffe_3d_faster_rcnn" ], [ "https://github.com/tshizys/CoupleNet" ], [ "https://github.com/sauloho/Flib-Coevo" ], [ "https://github.com/refresh-bio/GTC" ], [ "https://github.com/bachkimn/Privacy-Net-An-Adversarial-Approach-forIdentity-Obfuscated-Segmentation-of-MedicalImages" ], [ "https://github.com/MarWoes/viper" ], [ "https://github.com/sermeor/The-Analysis-Kid" ], [ "https://github.com/aanchalMongia/McImpute_scRNAseq" ], [ "https://github.com/phoenixding/methrafo" ], [ "https://github.com/raphaelleman/SpliceLauncher" ], [ "https://github.com/aldenleung/OMTools" ], [ "https://github.com/hsinnan75/Kart" ], [ "https://github.com/mgosink/ToxReporter" ], [ "https://github.com/Edert/NVT" ], [ "https://github.com/BiostatQian/ASAFE" ], [ "https://github.com/CSB5/CaDRReS" ], [ "https://github.com/wuc567/Pattern-Mining" ], [ "https://github.com/wuc567/Pattern-Mining" ], [ "https://github.com/wuc567/Pattern-Mining" ], [ "https://github.com/wuc567/Pattern-Mining" ], [ "https://github.com/thomasvangurp/epiGBS" ], [ "https://github.com/Tarostar/QMLGalaxyPortal" ], [ "https://github.com/ddarriba/ForeSeqs" ], [ "https://github.com/Tolutola/BoostGAPFILL" ], [ "https://github.com/rhysf/Synima" ], [ "https://github.com/robert-vogel/moca" ], [ "https://github.com/isbrycee/METR" ], [ "https://github.com/HySonLab/Protein_Pretrain" ], [ "https://github.com/mathbiol/openHealth" ], [ "https://github.com/sail-sg/Adan" ], [ "https://github.com/jksr/ballcools" ], [ "https://github.com/stanfordmlgroup/selfsupervised-lungandheartsounds" ], [ "https://github.com/matthewyccheung/conformal-metric" ], [ "https://github.com/cerebis/bin3C" ], [ "https://github.com/NHPatterson/RegCombIMS" ], [ "https://github.com/wangli100209/PDPNet" ], [ "https://github.com/yangyan22/Token-Mixer" ], [ "https://github.com/Sanofi-Public/LipoBART" ], [ "https://github.com/Henry991115/FSCA-Net" ], [ "https://github.com/KejiZhaoLab/cLoops2" ], [ "https://github.com/mhxu1998/RedCDR" ], [ "https://github.com/FadyMohareb/mapoptics" ], [ "https://github.com/cvlab-stonybrook/TokenSparse-for-MedSeg" ], [ "https://github.com/AntoinePassemiers/PORTIA-Manuscript" ], [ "https://github.com/cjendres1/nhanes" ], [ "https://github.com/qzf0320/MDL-Net" ], [ "https://github.com/dohalloran/phylo-node" ], [ "https://github.com/MengLi-Thea/HiDeS-A-Higher-Order-Derivative-Supervised-Neural-Ordinary-Differential-Equation" ], [ "https://github.com/PlantProteomes/SpectiCal" ], [ "https://github.com/WGS-TB/TreeShapeStats" ], [ "https://github.com/marbl/ModDotPlot" ], [ "https://github.com/bigdatagenomics/mango" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/ADE-dataset/ADE-dataset" ], [ "https://github.com/nlsde-safety-team/FingerSafe" ], [ "https://github.com/Fhujinwu/CTNet" ], [ "https://github.com/xxwudi508/MSRMNet" ], [ "https://github.com/salbrec/seqQscorer" ], [ "https://github.com/vcl-iisc/robust-few-shot-learning" ], [ "https://github.com/wang-kang-6/CGT" ], [ "https://github.com/marbl/parsnp" ], [ "https://github.com/guanfangdong/LTS-UniverisalMOS" ], [ "https://github.com/wenwenyu/TCM" ], [ "https://github.com/e-oerton/disease-similarity-fusion" ], [ "https://github.com/liamheng/Annotation-free-Medical-Image-Enhancement" ], [ "https://github.com/ALEX95GOGO/CAGNN" ], [ "https://github.com/mkg1204/RHMNet-for-SSVOS" ], [ "https://github.com/laybebe/NCSiam" ], [ "https://github.com/guojiajeremy/EDC" ], [ "https://github.com/TinaLRJ/Multi-frame-infrared-small-target-detection-DTUM" ], [ "https://github.com/ChunmingHe/HQG-Net" ], [ "https://github.com/Xiaohong-source/6mA-stackingCV" ], [ "https://github.com/chunbolang/RARE" ], [ "https://github.com/JunhangCao/MTL-ACP" ], [ "https://github.com/c5shen/EMMA" ], [ "https://github.com/elolab/Totem" ], [ "https://github.com/seannz/sud" ], [ "https://github.com/xiat0616/adversarial_counterfactual_augmentation" ], [ "https://github.com/hahnec/rf-ulm" ], [ "https://github.com/leyuanheart/Reinforced-Mixture-Learning" ], [ "https://github.com/usccolumbia/GMTransformer" ], [ "https://github.com/yawencui/UaD-ClE" ], [ "https://github.com/tengxiao14/Purification_ReID" ], [ "https://github.com/xuxiangsun/DLLTTAA" ], [ "https://github.com/wbieniec/copmem2" ], [ "https://github.com/wdkyh/NR-MVSNet" ], [ "https://github.com/Shao-Group/irtool" ], [ "https://github.com/Shao-Group/irtool" ], [ "https://github.com/Shao-Group/irtool" ], [ "https://github.com/Shao-Group/irtool" ], [ "https://github.com/Ziqiang-Liu/GraphCDD" ], [ "https://github.com/heatherjzhou/ClipperQTL" ], [ "https://github.com/alepandini/MDSubSampler" ], [ "https://github.com/DanielaPlusPlus/LGCOAMix" ], [ "https://github.com/yaoyx689/AMM_NRR" ], [ "https://github.com/loong8888/SIR" ], [ "https://github.com/scutrd/attention-sleep-staging" ], [ "https://github.com/yanglixiaoshen/ProVQA" ], [ "https://github.com/hellooks/CDNet" ], [ "https://github.com/PoonLab/HexSE" ], [ "https://github.com/CreativeCodingLab/ReactionFlow" ], [ "https://github.com/namsyvo/RandAL" ], [ "https://github.com/jchow32/MAGI-MS" ], [ "https://github.com/yunliUNC/HPTAD" ], [ "https://github.com/GZHU-DVL/HVS-5M" ], [ "https://github.com/kentsisresearchgroup/ProteomeGenerator2" ], [ "https://github.com/browning-lab/flare" ], [ "https://github.com/sanger-tol/yahs" ], [ "https://github.com/sbasu276/RadFormer" ], [ "https://github.com/sandhya212/Sparcle_for_spot_reassignments" ], [ "https://github.com/jeremy-levy/Classification-of-audio-signals-using-spectrogram-surfaces-and-extrinsic-distortion-measures" ], [ "https://github.com/Gword/Recursive-NeRF" ], [ "https://github.com/MengkeSong/MaD" ], [ "https://github.com/LinHong-HIT/USOD10K" ], [ "https://github.com/Qi-Yangsjtu/MPED" ], [ "https://github.com/WangJun2023/HLFC" ], [ "https://github.com/iVis-at-Bilkent/pathway-mapper" ], [ "https://github.com/xdweixia/TBGL-MVC" ], [ "https://github.com/MontaEllis/SSL-For-Medical-Segmentation" ], [ "https://github.com/MVIG-SJTU/AlphaPose" ], [ "https://github.com/jermp/sshash" ], [ "https://github.com/haohang96/CSML" ], [ "https://github.com/nanxiaotong/STKD" ], [ "https://github.com/dr-majie/WSTQ" ], [ "https://github.com/debbydanwang/BAP" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/RSMagneto/ZeRGAN" ], [ "https://github.com/guanghaoyin/CMDSR" ], [ "https://github.com/wangchao-malab/Enhancer-FRL" ], [ "https://github.com/FriedbergLab/GenomicIslandPrediction" ], [ "https://github.com/TingMAC/FrMLNet" ], [ "https://github.com/caixiay/ZeroNAS" ], [ "https://github.com/lrq99/ALMS" ], [ "https://github.com/yrqs/DMNet" ], [ "https://github.com/QianZiTang/pyRSD-CoEv" ], [ "https://github.com/refresh-bio/phist" ], [ "https://github.com/hrlblab/CircleNet" ], [ "https://github.com/riesling00/HRNAT" ], [ "https://github.com/zyjwuyan/BBS-Net" ], [ "https://github.com/Jesse-Sharp/Sharp2021" ], [ "https://github.com/ibivu/hydrophobic_patches" ], [ "https://github.com/Xianhang/EDSC-pytorch" ], [ "https://github.com/morispi/LRez" ], [ "https://github.com/clangmead/PROTOCOL" ], [ "https://github.com/algbio/panvc-founders" ], [ "https://github.com/zengqunzhao/MA-Net" ], [ "https://github.com/danfenghong/IEEE_TNNLS_EGU-Net" ], [ "https://github.com/adityakumarakash/ICL" ], [ "https://github.com/ay0408/DP-statistics-GWAS" ], [ "https://github.com/mrcuizhe/svmATAC" ], [ "https://github.com/Jiahao-UTS/DSLPT" ], [ "https://github.com/helske/statvis" ], [ "https://github.com/wells-wood-research/PDBench" ], [ "https://github.com/cbg-ethz/nempi" ], [ "https://github.com/srijandas07/vpnplusplus" ], [ "https://github.com/insomnia94/DTWREG" ], [ "https://github.com/andreazuna89/Guided-Zoom" ], [ "https://github.com/LoicPeter/evaluation-deformable-registration" ], [ "https://github.com/paiardin/DockingPie" ], [ "https://github.com/drbergman/PhysiPKPD" ], [ "https://github.com/kuanglab/GraphTucker" ], [ "https://github.com/acasamitjana/SynthByReg" ], [ "https://github.com/dlewis27/SSRgenotyper" ], [ "https://github.com/compimmuno/CHfinder" ], [ "https://github.com/PRIS-CV/BSNet" ], [ "https://github.com/psychopa4/MSHPFNL" ], [ "https://github.com/Vicky-Hunt-Lab/stepRNA" ], [ "https://github.com/VimsLab/CNN-Retarget" ], [ "https://github.com/JinyuanSun/GPSE" ], [ "https://github.com/Splicebox/Jutils" ], [ "https://github.com/Coaxecva/LongAGE" ], [ "https://github.com/nluhmann/BlastFrost" ], [ "https://github.com/cMadan/scoreAI" ], [ "https://github.com/mariosaenger/bio-re-with-entity-embeddings" ], [ "https://github.com/Saoge123/ccgnet" ], [ "https://github.com/zju3dv/pvnet" ], [ "https://github.com/gladex/PM-FSOR" ], [ "https://github.com/ambf0632/CompoundDB4j" ], [ "https://github.com/CapsuleEndoscope/EndoL2H" ], [ "https://github.com/yeqiaoling/arcs_bn" ], [ "https://github.com/YPZ858/PPTPP" ], [ "https://github.com/RayRuizhiLiao/joint_chestxray" ], [ "https://github.com/gefeizhang/ZIAQ" ], [ "https://github.com/unistbig/netGO" ], [ "https://github.com/4dn-dcic/GiniQC" ], [ "https://github.com/PombertLab/3DFI" ], [ "https://github.com/shengqh/annogen" ], [ "https://github.com/BioAlgs/Parallelism" ], [ "https://github.com/SynthSys/pyOmeroUpload" ], [ "https://github.com/ablab/TandemTools" ], [ "https://github.com/phglab/MIRUReader" ], [ "https://github.com/AlgoLab/gppf" ], [ "https://github.com/compbel/SCIFIL" ], [ "https://github.com/NooshinSh/Matched_Forest" ], [ "https://github.com/inpacdb/PocketPipe" ], [ "https://github.com/tensorboy/PIDOptimizer" ], [ "https://github.com/clips/SimulatingCochlearImplants" ], [ "https://github.com/marco-oliva/portable-nanopore-analytics" ], [ "https://github.com/amcdavid/HurdleNormal" ], [ "https://github.com/jewellsean/LZeroSpikeInference" ], [ "https://github.com/cbg-ethz/mnem" ], [ "https://github.com/metgem/metgem" ], [ "https://github.com/juntang-zhuang/torch-ACA" ], [ "https://github.com/sbg/geck" ], [ "https://github.com/nygenome/lancet" ], [ "https://github.com/nygenome/lancet" ], [ "https://github.com/nygenome/lancet" ], [ "https://github.com/nygenome/lancet" ], [ "https://github.com/blinard-BIOINFO/RAPPAS" ], [ "https://github.com/sahlenlab/HiCapTools" ], [ "https://github.com/dieterich-lab/pulseR" ], [ "https://github.com/xie186/ViewBS" ], [ "https://github.com/cchauve/lrcstats" ], [ "https://github.com/realbigws/DeepCNF_AUC" ], [ "https://github.com/hsinnan75/DART" ], [ "https://github.com/insilichem/gaudi" ], [ "https://github.com/tengyulin/energy_aware_pathfinding" ], [ "https://github.com/yusufzaferaydin/dspred" ], [ "https://github.com/VCCRI/SVPV" ], [ "https://github.com/heejungshim/BayesCAT" ], [ "https://github.com/EpistasisLab/Aliro" ], [ "https://github.com/rvinas/adversarial-gene-expression" ], [ "https://github.com/oicr-ibc/cssscl" ], [ "https://github.com/mhayes20/DMFinder" ], [ "https://github.com/DongjoonLim/EvoLSTM" ], [ "https://github.com/SchulzLab/TEPIC" ], [ "https://github.com/SchulzLab/TEPIC" ], [ "https://github.com/SchulzLab/TEPIC" ], [ "https://github.com/SchulzLab/TEPIC" ], [ "https://github.com/HongjieZhu/CIMA" ], [ "https://github.com/modsim/vizardous" ], [ "https://github.com/ludovicchaput/FastTargetPred" ], [ "https://github.com/BelgianBiodiversityPlatform/landsnails-occurrences" ], [ "https://github.com/wmqu/Automated-Dataset-Construction4LGM" ], [ "https://github.com/takimailto/HiDiff" ], [ "https://github.com/icb-dcm/pyabc" ], [ "https://github.com/icb-dcm/pyabc" ], [ "https://github.com/icb-dcm/pyabc" ], [ "https://github.com/icb-dcm/pyabc" ], [ "https://github.com/sarahsamorodnitsky/SPOT" ], [ "https://github.com/sarahsamorodnitsky/SPOT" ], [ "https://github.com/sarahsamorodnitsky/SPOT" ], [ "https://github.com/sarahsamorodnitsky/SPOT" ], [ "https://github.com/lmrodriguezr/nonpareil" ], [ "https://github.com/metrics-lab/surface-vision-transformers" ], [ "https://github.com/icbi-lab/scirpy" ], [ "https://github.com/rupinas/LAPINE" ], [ "https://github.com/mossmatters/HybPiper" ], [ "https://github.com/GH920/improved-bagan-gp" ], [ "https://github.com/charite/jannovar" ], [ "https://github.com/medvedevgroup/varmatch" ], [ "https://github.com/molleraj/MetaCRAST" ], [ "https://github.com/tbilab/multimorbidity_explorer" ], [ "https://github.com/zhimengXin/ECEA" ], [ "https://github.com/altriavin/DeepFusionCDR" ], [ "https://github.com/pierpal/ARGON" ], [ "https://github.com/hanktseng131415go/RAMEM" ], [ "https://github.com/BioinfoMachineLearning/PoseBench" ], [ "https://github.com/yuxi120407/INSURE" ], [ "https://github.com/cyq1314woaini/LcDel" ], [ "https://github.com/EJarrattBarnham/AMReader" ], [ "https://github.com/YCL92/TMD-LDCT" ], [ "https://github.com/Joni-gogogo/ShallowBKGC" ], [ "https://github.com/Land5cape/GRIDS" ], [ "https://github.com/maltesie/ChimericFragments" ], [ "https://github.com/nicetomeetu21/GenPSM" ], [ "https://github.com/BioSequenceAnalysis/MoleMCL" ], [ "https://github.com/aitgon/LedPred" ], [ "https://github.com/ketringjoni/SuPreMo" ], [ "https://github.com/zhengshijian1993/DC-Net" ], [ "https://github.com/Maize-Genetics-and-Genomics-Database/qTeller" ], [ "https://github.com/RubyHoho/DGeneralization" ], [ "https://github.com/Voluntino/tGT-OCT" ], [ "https://github.com/HengLan/AttMOT" ], [ "https://github.com/cecret3350/DEA-Net" ], [ "https://github.com/Huairui/LSTVC" ], [ "https://github.com/WrightonLabCSU/CAMPER" ], [ "https://github.com/xing-lab-pitt/mosaic-picasso" ], [ "https://github.com/AI-sandbox/PopGenAdapt" ], [ "https://github.com/zahiriz/DF-Phos" ], [ "https://github.com/gjonwick/MAGI-Dock" ], [ "https://github.com/StuLiu/SOSNet" ], [ "https://github.com/imbbLab/v3c-viz" ], [ "https://github.com/eskendrian/sider" ], [ "https://github.com/the-ahuja-lab/Machine-Olf-Action" ], [ "https://github.com/xmed-lab/FoPro-KD" ], [ "https://github.com/arq5x/lumpy-sv" ], [ "https://github.com/Jun-Jie-Shi/M2FTrans" ], [ "https://github.com/FreeformRobotics/Lifelong-MonoDepth" ], [ "https://github.com/2yngsklab/deadenylation-kinetics" ], [ "https://github.com/jkruppa/kmerPyramid" ], [ "https://github.com/slliuEric/FSUDA" ], [ "https://github.com/zyqin19/HiGraph" ], [ "https://github.com/ZhihaoPENG-CityU/EGRC-Net" ], [ "https://github.com/zfy-csu/FsaNet" ], [ "https://github.com/cchauve/AGO-pipeline" ], [ "https://github.com/dianzl/SODFormer" ], [ "https://github.com/Wayne-on-the-road/ResHybnet" ], [ "https://github.com/NtaylorOX/Public_Clinical_Prompt" ], [ "https://github.com/CityU-AIM-Group/FedOSS" ], [ "https://github.com/jianlin-cheng/GenomeFlow" ], [ "https://github.com/chrishil1/ChromDL" ], [ "https://github.com/chrishil1/ChromDL" ], [ "https://github.com/chrishil1/ChromDL" ], [ "https://github.com/chrishil1/ChromDL" ], [ "https://github.com/ZPDu/Redesigning-Multi-Scale-Neural-Network-for-Crowd-Counting" ], [ "https://github.com/yunboer/AR-classifier-and-AR-CycleGAN" ], [ "https://github.com/HongzhouTang/Pros-GNN" ], [ "https://github.com/HaoHou-98/SCGAN" ], [ "https://github.com/ZerojumpLine/CoLab" ], [ "https://github.com/wangziyuan66/IL-AD" ], [ "https://github.com/GeraldHan/GGD" ], [ "https://github.com/lifangda01/GSAN-Demo" ], [ "https://github.com/torchmd/torchmd-net" ], [ "https://github.com/weiyithu/NerfingMVS" ], [ "https://github.com/Rongtao-Xu/RepresentationLearning" ], [ "https://github.com/sys-bio/SBcoyote" ], [ "https://github.com/sys-bio/SBcoyote" ], [ "https://github.com/sys-bio/SBcoyote" ], [ "https://github.com/sys-bio/SBcoyote" ], [ "https://github.com/SysBioUAB/hpi_predictor" ], [ "https://github.com/Tountain/SoundiationAcoustophoresis" ], [ "https://github.com/kunjing96/DARTS-AER" ], [ "https://github.com/arunsethuraman/biomi609spring2022" ], [ "https://github.com/RitAreaSciencePark/PLM4Muts" ], [ "https://github.com/yuanchaosu/TCYB-nsckl" ], [ "https://github.com/Romantic-Pumpkin/PDT_fninf" ], [ "https://github.com/ccnu-mathits/MNE4HEN" ], [ "https://github.com/greenelab/wenda_gpu" ], [ "https://github.com/fudan-zvg/DGMN2" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/buptantEEG/MMASleepNet" ], [ "https://github.com/Jzy2017/TACL" ], [ "https://github.com/Lailabcode/DeepSCM" ], [ "https://github.com/Pinlyu3/LRLoop" ], [ "https://github.com/zphyix/TCM" ], [ "https://github.com/aim-uofa/depth" ], [ "https://github.com/Jillian555/TNNLS_CDRS" ], [ "https://github.com/1alnoman/ScribbleDom" ], [ "https://github.com/mshaikh2/JoImTeR_MLMI_2021" ], [ "https://github.com/DengPingFan/SODBenchmark" ], [ "https://github.com/JDAI-CV/CoTNet" ], [ "https://github.com/mksmd/NNforDocking" ], [ "https://github.com/yfsong0709/EfficientGCNv1" ], [ "https://github.com/zsyOAOA/VIRNet" ], [ "https://github.com/smetam/pylae" ], [ "https://github.com/davidebolo1993/EViNCe" ], [ "https://github.com/ur-whitelab/peptide-dashboard" ], [ "https://github.com/bicciatolab/Circr" ], [ "https://github.com/dayunliu/MGATMDA" ], [ "https://github.com/biosustain/incawrapper" ], [ "https://github.com/bionlproc/text-summ-for-doc-retrieval" ], [ "https://github.com/Swart-lab/bleties" ], [ "https://github.com/Vill-Lab/SIAMH" ], [ "https://github.com/chenzeno/FOO-VB" ], [ "https://github.com/JianSoL/MVSTT" ], [ "https://github.com/IBM/fold2seq" ], [ "https://github.com/harry-maan/gmx_qk" ], [ "https://github.com/expectorlin/DR-Attacker" ], [ "https://github.com/yuxilin51/GreedyRFS" ], [ "https://github.com/salman-h-khan/PL-ZSD_Release" ], [ "https://github.com/githubramaadiga/epitope_dataset" ], [ "https://github.com/ktr-hubrt/WSAL" ], [ "https://github.com/roohy/eps" ], [ "https://github.com/JingZhang617/UCNet" ], [ "https://github.com/yuanying566/AHPred-DE" ], [ "https://github.com/JudasDie/SOTS" ], [ "https://github.com/JudasDie/SOTS" ], [ "https://github.com/JudasDie/SOTS" ], [ "https://github.com/JudasDie/SOTS" ], [ "https://github.com/lorrainea/Seedability" ], [ "https://github.com/fgcz/rawrr" ], [ "https://github.com/MathLee/OLBPNet4PFOS" ], [ "https://github.com/Terminator8758/O2CAP" ], [ "https://github.com/liuyi1989/TSPORTNet" ], [ "https://github.com/crazyinter/RNN-VirSeeker" ], [ "https://github.com/mahyarnajibi/SNIPER" ], [ "https://github.com/jhhung/EARRINGS" ], [ "https://github.com/huynguyen250896/oCEM" ], [ "https://github.com/kodaim1115/CYBERTRACK2" ], [ "https://github.com/hezhujun/autofocus-rnn" ], [ "https://github.com/GMOD/JBrowseR" ], [ "https://github.com/UCSF-MS-DCC/TopoDB" ], [ "https://github.com/bio-ontology-research-group/machine-learning-with-ontologies" ], [ "https://github.com/welch-lab/pyliger" ], [ "https://github.com/rderelle/Broccoli" ], [ "https://github.com/qingshanni/VisTCR" ], [ "https://github.com/lauzingaretti/deepaps" ], [ "https://github.com/gourabghoshroy/PoLoBag" ], [ "https://github.com/m-ramchandran/tree-weighting" ], [ "https://github.com/cepid-cces/hpccs" ], [ "https://github.com/cepid-cces/hpccs" ], [ "https://github.com/cepid-cces/hpccs" ], [ "https://github.com/cepid-cces/hpccs" ], [ "https://github.com/zhasen1996/AGLN" ], [ "https://github.com/rongjiewang/DeepDNA" ], [ "https://github.com/SRKH/S4NN" ], [ "https://github.com/sahandk/HINTRA" ], [ "https://github.com/Wangt-CN/VQG-GCN" ], [ "https://github.com/NLPIE/clinical-sentences" ], [ "https://github.com/irilenia/baerhunter" ], [ "https://github.com/oscarlr/MsPAC" ], [ "https://github.com/zetayue/CPA" ], [ "https://github.com/rajkumar1501/sequence-prediction-using-CNN-and-LSTMs" ], [ "https://github.com/qasimyu/scssim" ], [ "https://github.com/savastakan/dnmso" ], [ "https://github.com/haddocking/pdb-tools" ], [ "https://github.com/ruggleslab/hypercluster" ], [ "https://github.com/yongzhuang/TumorCNV" ], [ "https://github.com/refresh-bio/Whisper" ], [ "https://github.com/shijieS/SST" ], [ "https://github.com/BDanalysis/PGMicroD" ], [ "https://github.com/transbioZI/RMTL" ], [ "https://github.com/jorgevazcast/Viromic-diversity" ], [ "https://github.com/wangyida/gm-cml" ], [ "https://github.com/ebraun68/sixparam" ], [ "https://github.com/simonwhelan/prequal" ], [ "https://github.com/hellosunking/Msuite" ], [ "https://github.com/hellosunking/Msuite" ], [ "https://github.com/hellosunking/Msuite" ], [ "https://github.com/hellosunking/Msuite" ], [ "https://github.com/kdri-genomics/Hayai-Annotation-Plants" ], [ "https://github.com/bibip-impmc/mypmfs" ], [ "https://github.com/inpacdb/POAP" ], [ "https://github.com/manalirupji/GAC" ], [ "https://github.com/JCVenterInstitute/ggrasp" ], [ "https://github.com/dwinter/accuMUlate" ], [ "https://github.com/sap01/TGS-Lite-supplem" ], [ "https://github.com/jinzanxia/biomedical-QA" ], [ "https://github.com/izhbannikov/rqt" ], [ "https://github.com/laseaman/4D_Nucleome_Analysis_Toolbox" ], [ "https://github.com/atfrank/PCASA" ], [ "https://github.com/Maine-eDNA/medna-metadata" ], [ "https://github.com/saschajung/RefBool" ], [ "https://github.com/lmdu/krait" ], [ "https://github.com/LiangXujun/LRSSL" ], [ "https://github.com/wenjiegroup/iFORM" ], [ "https://github.com/mdcao/japsa" ], [ "https://github.com/mtekman/haploforge" ], [ "https://github.com/ahmed-fakhry/dive" ], [ "https://github.com/alekseyenko/Tw2" ], [ "https://github.com/CSB-KUL/yMap" ], [ "https://github.com/mpicbg-scicomp/snakemake-workflows" ], [ "https://github.com/HaisiYi/Bayexer" ], [ "https://github.com/brinkmanlab/GenomeD3Plot" ], [ "https://github.com/hetiantian1985/EGCPI" ], [ "https://github.com/danlbek/Seed" ], [ "https://github.com/bougui505/SOM" ], [ "https://github.com/haddocking/disvis" ], [ "https://github.com/arq5x/bits" ], [ "https://github.com/Genentech/pviz" ], [ "https://github.com/WheatCao/STMN-Pytorch" ], [ "https://github.com/prody/ProDy" ], [ "https://github.com/prody/ProDy" ], [ "https://github.com/prody/ProDy" ], [ "https://github.com/prody/ProDy" ], [ "https://github.com/hangelwen/miR-PREFeR" ], [ "https://github.com/ccdlcmu/shape_component_analysis_Matlab" ], [ "https://github.com/GatorSense/STARSEED" ], [ "https://github.com/skandlab/SMuRF" ], [ "https://github.com/TravisWheelerLab/BATH" ], [ "https://github.com/TaiXiangJiang/FastDeRain" ], [ "https://github.com/polytechnicXTT/Deep-Subspace-Mutual-Learning" ], [ "https://github.com/biojava/biojava" ], [ "https://github.com/biojava/biojava" ], [ "https://github.com/biojava/biojava" ], [ "https://github.com/biojava/biojava" ], [ "https://github.com/SemBioProcess/SemGen" ], [ "https://github.com/maxplanck-ie/parkour" ], [ "https://github.com/linsalrob/partie" ], [ "https://github.com/louzounlab/CountingIsAlmostAllYouNeed" ], [ "https://github.com/sysbio-polito/NWN_CElegans_VPC_model" ], [ "https://github.com/lennylv/DGCddG" ] ], "hovertemplate": "GitHub Stars=%{x}
GitHub Forks=%{y}
Repository URL=%{customdata[0]}", "legendgroup": "", "marker": { "color": "#636efa", "opacity": 0.5, "symbol": "circle" }, "mode": "markers", "name": "", "showlegend": false, "type": "scattergl", "x": [ 3, 1, 3, 21, 144, 4, 2, 58, 70, 1, 14, 8, 5, 89, 42, 535, 10, 2, 35, 27, 37, 0, 0, 1, 97, 6, 84, 0, 0, 353, 188, 32, 32, 32, 32, 10, 3, 1, 2, 1, 0, 4, 9, 185, 1, 1, 1, 1, 1, 4, 14, 9, 1, 46, 1819, 5, 0, 49, 154, 1, 2, 1, 5045, 72, 46, 4, 178, 24, 28, 25, 10, 3, 10, 0, 0, 0, 0, 203, 6, 49, 18, 3, 4, 2, 1, 38, 3, 3, 8, 15, 3, 12, 1, 9, 25, 39, 0, 0, 12, 8, 12, 0, 9, 33, 53, 4, 18, 62, 6, 1, 4, 27, 13, 13, 13, 13, 1, 86, 5, 18, 22, 13, 34, 0, 18, 18, 18, 18, 11, 746, 7, 9, 6, 12, 15508, 1, 1, 48, 1, 3, 0, 2, 11, 9, 113, 9, 1, 33, 65, 65, 65, 65, 65, 65, 65, 65, 65, 268, 19, 0, 66, 1080, 1080, 1080, 1080, 1, 3, 16, 3, 0, 2, 0, 562, 562, 562, 562, 19, 0, 0, 17, 0, 1, 0, 1, 81, 0, 11, 1, 10, 1, 3, 8, 25, 3, 168, 20, 30, 0, 3, 18, 0, 1, 17, 86, 11, 2, 0, 141, 20, 9, 0, 374, 11, 7, 3, 2, 0, 550, 13, 6, 720, 720, 720, 720, 1190, 2, 138, 121, 5, 5, 107, 246, 2, 1132, 70, 0, 47, 6, 0, 0, 5, 1, 7, 3, 625, 625, 625, 625, 0, 0, 148, 1, 1, 1, 1, 1, 1, 7, 628, 6, 0, 4, 70, 0, 57, 2, 7, 0, 17, 8, 7, 19, 154, 1, 18, 25, 1, 263, 3, 3, 3, 3, 121, 121, 121, 121, 121, 121, 121, 121, 121, 37, 0, 89, 1, 2, 2, 38, 1, 71, 9, 119, 4, 9, 37, 5, 10, 11, 1, 13, 38, 43, 3, 33, 188, 43, 83, 12, 6, 8, 3, 1, 0, 9, 25, 10, 1, 13, 2, 0, 1, 2, 81, 81, 81, 81, 81, 81, 81, 81, 81, 1, 1, 12, 92, 0, 6, 9, 4, 26, 6, 5, 7, 1, 379, 379, 379, 379, 2, 2, 6, 0, 2, 5, 0, 6, 47, 56, 5, 2, 2, 84, 0, 8, 8, 1, 0, 222, 3, 6, 2, 83, 144, 4, 3, 29, 2, 4, 3, 2, 2, 2, 2, 218, 2, 0, 19, 0, 0, 4, 17, 15, 119, 1, 3, 6117, 0, 0, 0, 0, 80, 80, 80, 80, 13, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 143, 3, 6, 53, 6, 4, 10, 21, 1, 45, 17, 0, 1597, 2, 11, 3130, 5, 0, 14, 14, 14, 14, 1, 1, 1, 36, 36, 36, 36, 15, 15, 15, 15, 4, 10, 1, 5, 6, 1, 4, 1, 42, 508, 33, 4, 8, 72, 15, 15, 15, 15, 15, 15, 15, 15, 15, 0, 0, 1, 3, 35, 6, 33, 13, 8, 2, 4, 5, 5, 5, 5, 0, 25, 9, 34, 9, 19, 24, 1, 4, 38, 3, 7, 9, 5, 0, 26, 2, 25, 0, 17, 2, 1, 4, 8, 2, 4, 3, 6, 0, 9, 40, 5, 23, 184, 0, 40, 1, 1, 216, 0, 12, 30, 13, 0, 2, 25, 6, 3, 4, 6, 2, 5, 37, 0, 16, 39, 0, 15, 15, 15, 15, 8, 0, 1, 1, 26, 21, 234, 3, 2, 2, 2, 2, 1, 6, 0, 1, 3, 72, 2, 42, 5, 0, 11, 13, 4, 7, 5, 0, 0, 44, 44, 44, 44, 44, 44, 44, 44, 44, 90, 1, 1, 1, 1, 148, 148, 148, 148, 0, 1, 1, 1, 1, 1348, 1348, 1348, 1348, 15, 5, 0, 2, 1, 3, 0, 2, 31, 8, 10, 3, 0, 3, 10, 5, 9, 7, 4, 9, 3, 6, 0, 0, 0, 3, 0, 30, 12, 61, 7, 11, 3, 5, 10, 0, 17, 40, 4, 8, 8, 8, 8, 0, 1, 16, 9, 5, 1, 7, 7, 8, 14, 51, 1, 3, 1, 101, 5, 4, 2, 97, 1, 16, 7, 29, 2, 15, 1, 2, 2, 7, 8, 14, 0, 76, 0, 0, 3, 9, 3, 0, 46, 5, 2, 4, 5, 8, 2, 2, 2, 2, 3, 3, 150, 0, 21, 1, 11, 1, 3, 3, 2, 3, 293, 6, 5, 2, 1, 118, 4, 0, 1, 6, 42, 21, 1, 27, 32, 149, 6, 5, 8, 10, 3, 18, 255, 5, 5, 11, 37, 5, 1, 1, 4, 3, 128, 1, 3, 0, 8, 13, 0, 18, 1, 1, 1, 7, 26, 37, 12, 3, 2, 11, 1, 17, 25, 159, 43, 9, 9, 9, 9, 3, 7, 2, 5, 14, 27, 6, 1, 0, 1, 2, 5, 11, 3, 0, 9, 5, 2, 9, 9, 9, 9, 9, 0, 66, 3, 3, 19, 0, 0, 0, 1, 2, 0, 21, 6, 3, 6, 4, 1, 6, 16, 105, 0, 2, 22, 0, 2, 99, 13, 10, 11, 12, 1, 7, 2, 1, 6, 132, 0, 3, 83, 1, 4, 1, 19, 0, 0, 4, 5, 38, 2, 5, 9, 23, 4, 0, 1, 7, 14, 0, 0, 6, 173, 19, 32, 18, 4, 13, 7, 1, 7, 2, 11, 10, 0, 0, 221, 1, 36, 3, 3, 3, 3, 41, 0, 0, 7, 1, 3, 3, 5, 10, 3, 1, 245, 2, 9, 21, 7, 12, 1, 8, 9, 0, 40, 202, 3, 2, 83, 1, 4, 13, 39, 39, 39, 39, 4, 37, 15, 58, 37, 12, 3, 1, 1, 5, 9, 1, 0, 5, 1, 0, 0, 70, 4, 6, 32, 1, 1, 74, 17, 0, 0, 2, 0, 2, 22, 2, 2, 9, 5, 15, 54, 30, 22, 84, 7, 2, 1, 3, 4, 2, 2, 2, 2, 0, 2, 6, 7, 1, 6, 10, 3, 16, 17, 1, 1, 4, 6, 8, 181, 10, 13, 0, 17, 28, 28, 28, 28, 6, 7, 4, 4, 29, 1, 14761, 8, 8, 8, 8, 1, 0, 0, 16, 1, 1, 4, 1, 25, 109, 11, 7, 3, 15, 13, 12, 1, 2, 0, 1, 27, 1, 13, 123, 1, 48, 5, 16, 382, 4, 17, 2, 13, 7, 363, 1, 2, 2, 7, 13, 2, 32, 46, 11, 6, 49, 2, 5, 7, 0, 3, 37, 3, 1, 8, 17, 17, 17, 17, 0, 15, 0, 35, 0, 2, 7, 38, 0, 10, 2, 5, 3, 2, 6, 112, 160, 66, 0, 55, 5, 4, 22, 3, 10, 11, 16, 0, 3, 1, 23, 17, 5, 0, 10, 163, 23, 23, 23, 23, 23, 23, 23, 23, 23, 17, 138, 6, 1, 13, 11, 5, 17, 23, 6, 19, 1, 2, 23, 2, 354, 21, 37, 3, 0, 0, 4, 13, 2, 32, 40, 0, 4, 4, 5, 5, 5, 5, 4, 2, 0, 4, 1, 2, 0, 2, 1, 5, 1, 3, 4, 0, 119, 1, 14, 1, 1080, 1080, 1080, 1080, 12, 1651, 1651, 1651, 1651, 10, 4, 0, 4, 0, 0, 1, 5, 3, 0, 33, 17, 0, 0, 0, 54, 7, 2, 2, 9, 33, 5, 18, 18, 18, 18, 5, 16, 58, 0, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 3, 25, 5, 8, 7, 22, 1, 0, 0, 8, 25, 6, 4, 15, 3, 7, 4, 1, 0, 35, 75, 2, 18, 11, 114, 4, 17, 17, 17, 17, 9, 39, 1, 0, 25, 34, 0, 1, 4, 1, 27, 6, 11, 2, 3, 22, 10, 1, 12, 36, 6, 180, 2, 2, 2, 2, 6, 21, 21, 21, 21, 2, 2, 47, 7, 26, 10, 39, 21, 11, 0, 44, 29, 199, 28, 56, 8, 10, 9, 2, 52, 1, 5, 83, 17, 17, 17, 17, 0, 1, 4, 172, 10, 1, 2, 1, 1, 10, 33, 161, 14, 12, 8, 77, 7, 6, 0, 8, 3, 55, 7, 19, 9, 9, 2, 8, 113, 19, 4, 3, 0, 1, 4, 8, 166, 3, 2, 5, 564, 3, 8, 0, 6, 7, 1, 4, 19, 9, 9, 3, 25, 6, 3, 10, 8, 2, 335, 2, 16, 1734, 1734, 1734, 1734, 83, 8, 14, 9, 12, 6, 19, 4, 4, 77, 2, 0, 11, 5, 3, 2, 51, 1, 1, 25, 0, 15, 7, 16, 1, 30, 0, 8, 8, 8, 8, 6, 7, 10, 4, 28, 53, 8, 5, 2, 12, 0, 9, 2, 16, 47, 0, 0, 0, 33, 4, 1, 6, 6, 1, 15, 5, 5, 41, 0, 0, 1, 2, 45, 3, 0, 3, 8, 35, 0, 21, 0, 11, 1, 3, 76, 122, 3, 1, 0, 1, 0, 16, 122, 8, 1, 3, 4, 15, 94, 3, 11, 6, 21, 3, 3, 3, 3, 4, 17, 1, 21, 751, 1, 15, 2, 108, 21, 0, 28, 4, 0, 7, 6, 5, 3, 25, 5, 4, 1, 2, 4, 1, 30, 39, 22, 33, 3, 3, 12, 8, 86, 1, 36, 1, 13, 4, 0, 0, 0, 8, 14, 3, 23, 2, 0, 15, 5, 5, 5, 5, 5, 5, 5, 5, 5, 19, 4, 10, 49, 56, 2, 129, 0, 14, 8, 2, 0, 17, 29, 18, 1, 16, 37, 2, 3, 3, 49, 26, 49, 9, 2, 1, 5, 33, 1, 0, 8, 8, 8, 8, 504, 2, 190, 0, 27, 1, 4, 20, 32, 379, 1, 8, 135, 22, 1, 33, 1, 1, 3, 98, 2, 10, 23, 8, 18, 8, 43, 5, 24, 4, 114, 57, 6, 0, 7, 802, 9, 2, 17, 94, 0, 0, 673, 200, 1, 2229, 0, 38, 13, 8, 3, 3, 3, 3, 6, 9, 9, 0, 7, 21, 97, 7, 20, 381, 2, 3, 3, 0, 5, 1, 1, 30, 0, 1, 86, 56, 19, 0, 391, 19, 0, 3, 0, 1, 5, 6, 9, 24, 8, 11, 8, 10, 22, 6, 2, 7, 610, 24, 3, 3, 10, 1, 4, 2, 0, 7, 4, 4, 2, 583, 13, 8, 2, 2, 1, 2, 14, 1, 0, 0, 8, 3, 0, 17, 200, 200, 200, 200, 11, 0, 1, 7, 4, 4, 1, 3, 11, 13, 3, 31, 11, 4, 13, 11, 12, 1, 30, 1, 0, 5, 18, 4, 33, 16, 0, 2, 11, 3, 5, 1, 1, 9, 9, 9, 9, 7, 1, 24, 0, 0, 0, 9, 4, 40, 26, 32, 108, 3, 24, 2, 6, 5, 5, 9, 18, 11, 2, 0, 1, 7, 1625, 0, 3, 27, 49, 15, 0, 207, 5, 2, 12, 20, 447, 403, 6, 0, 8, 11, 1, 37, 2, 5, 4, 15, 40, 0, 1, 8, 11, 1, 83, 0, 344, 17, 4, 0, 2, 0, 19, 8, 16, 0, 1, 3, 4, 4, 15, 15, 15, 15, 59, 4, 95, 2, 0, 3, 15, 3, 29, 2, 131, 0, 0, 9, 5, 5, 1, 19, 5, 3, 3, 3, 3, 3, 642, 15, 4, 5, 2, 7, 17, 1, 5, 41, 4, 40, 2, 4, 11, 29, 15, 56, 7, 41, 19, 43, 7, 0, 95, 95, 0, 1, 12, 200, 200, 200, 200, 1, 3, 3, 4, 106, 3, 182, 27, 59, 39, 3, 19, 56, 3, 28, 19, 14, 7, 2, 2, 125, 0, 1, 1, 2, 0, 2, 17, 0, 45, 12, 43, 2, 7, 7, 23, 0, 15, 0, 22, 1, 90, 60, 3, 0, 21, 27, 1, 34, 0, 14, 37, 0, 26, 0, 0, 2, 295, 0, 2, 2, 6, 10, 1, 22, 2, 17, 2, 90, 90, 90, 90, 35, 3, 5, 31, 26, 11, 1, 12, 3, 32, 24, 4, 20, 0, 2, 91, 6, 13, 35, 27, 1811, 13, 12, 1, 11, 107, 19, 0, 18, 4, 56, 96, 57, 0, 0, 112, 112, 112, 112, 43, 2, 0, 6, 33, 792, 2, 0, 0, 12, 12, 12, 12, 1, 1, 0, 1, 0, 1, 3, 18, 10, 9, 10, 1, 7, 3, 12, 12, 12, 12, 0, 4, 2, 112, 4, 1, 0, 0, 20, 21, 41, 8, 2, 10, 7, 5, 95, 4, 0, 3, 2, 95, 32, 0, 6, 0, 0, 0, 0, 128, 8, 74, 8, 46, 10, 5, 2, 0, 7, 5, 3, 8, 0, 1, 3, 1, 12, 24, 18, 4, 4, 0, 1, 12, 3, 1, 17, 0, 6, 15, 42, 13, 57, 13, 16, 0, 6, 4, 2, 4, 12, 8, 19, 1, 31, 3, 0, 10, 12, 27, 0, 15, 13, 0, 10, 2, 17, 12, 40, 3, 55, 7, 9, 0, 1, 53, 115, 19, 24, 4, 0, 0, 3, 9, 4, 0, 48, 0, 2, 111, 2, 3, 2, 9, 4, 4, 4, 4, 11, 1, 10, 2, 16, 13, 4, 1, 0, 5, 17, 0, 1, 721, 8, 8, 8, 8, 1, 1, 3, 5, 19, 5, 9, 0, 41, 21, 0, 1, 38, 4, 0, 0, 2, 15, 0, 13, 2, 16, 1, 40, 22, 0, 1, 44, 23, 2, 31, 4, 3, 0, 0, 0, 2, 69, 1, 2, 22, 1, 0, 38, 13, 7, 12, 6, 4, 0, 49, 0, 0, 2, 1, 0, 1, 3, 1, 4, 6, 29, 2, 8, 6, 5, 5, 5, 5, 2, 2, 5, 2, 12, 7, 4, 2, 2, 4, 4, 5, 544, 5, 12, 3, 26, 22, 8, 0, 2, 32, 11, 0, 0, 2, 0, 4, 0, 0, 0, 0, 0, 1, 2, 0, 6, 78, 19, 16, 1, 11, 0, 11, 4, 13, 24, 17, 8, 8, 8, 8, 0, 452, 452, 452, 452, 0, 4, 6, 2, 0, 19, 48, 48, 48, 48, 1, 108, 29148, 0, 2, 6, 44, 89, 225, 14, 10, 8, 0, 0, 17, 0, 26, 2, 13, 0, 2, 6, 7, 615, 9, 0, 0, 6, 168, 0, 43, 43, 43, 43, 1, 1, 0, 5, 9, 5, 0, 0, 13, 3, 6, 7, 0, 5, 0, 45, 79, 4, 173, 9, 334, 37, 1, 6, 25, 3, 0, 2, 4, 0, 78, 1, 104, 9, 6, 13, 6, 3, 0, 7, 2, 27, 2, 0, 0, 73, 7, 1, 52, 52, 52, 52, 12, 6, 4, 10, 2, 286, 21, 31, 6, 3, 11, 12, 4, 3, 28, 0, 21, 6, 1, 0, 14, 3, 7, 88, 25, 2, 1, 3, 102, 3, 4, 0, 2, 7, 1, 0, 8, 36, 1671, 10, 5, 14, 3, 0, 40, 1, 0, 18, 0, 9, 3, 6, 0, 0, 113, 4, 22, 6, 0, 5, 17, 0, 4, 36, 52, 4, 17, 3, 1, 8, 3, 5, 0, 0, 0, 0, 6, 64, 1, 11, 11, 11, 11, 6, 0, 1, 1, 2, 0, 8, 547, 0, 4, 1, 7, 3, 4, 4, 4, 4, 11, 2, 2, 6, 0, 0, 17, 23, 8, 2, 21, 0, 14, 130, 4, 8, 0, 3, 16, 9, 9, 0, 5, 29, 0, 3, 18, 29, 3, 1, 34, 7, 2, 10, 15, 1, 34, 7, 12, 0, 13, 2, 3, 144, 1, 9, 2, 10, 7, 1, 121, 121, 121, 121, 121, 121, 121, 121, 121, 5, 3, 3, 9, 0, 0, 1, 8, 4, 55, 46, 52, 98, 3, 9, 7, 17, 23, 51, 2, 21, 97, 0, 66, 3, 34, 2, 9, 0, 5, 6, 1, 5, 30, 3, 103, 3, 2, 12, 3, 41, 16, 4, 2, 15, 15, 15, 15, 15, 15, 15, 15, 15, 0, 4, 38, 3, 10, 11, 1, 173, 10, 12, 12, 12, 12, 9, 3, 2, 20, 14, 2, 39, 39, 39, 39, 11, 15, 22, 6, 3, 27, 3, 11, 1, 3, 349, 0, 8, 0, 38, 1, 17, 23, 23, 23, 23, 23, 23, 23, 23, 23, 3, 170, 170, 170, 170, 10, 11, 58, 379, 11, 4, 10, 17, 4, 51, 1, 35, 5, 4, 1, 3, 89, 13, 0, 8, 0, 4, 12, 12, 0, 8, 1, 2, 2, 1, 21, 8, 3, 11, 0, 487, 487, 487, 487, 3, 31, 5, 0, 0, 0, 4, 1, 0, 6, 1, 5, 2, 10, 1, 0, 1, 69, 8, 3, 18, 65, 0, 1, 1, 3, 3, 16, 2, 12, 10, 3, 6, 69, 24, 21, 2, 1, 0, 4, 49, 6, 8, 3, 1, 5, 28, 44, 6, 9, 4, 2, 6, 30, 0, 3, 2, 474, 2, 24, 1, 6, 105, 5, 3, 0, 0, 4, 14, 3, 26, 31, 12, 4, 2, 13, 6, 20, 20, 7, 26, 12, 5, 4, 16, 22, 1, 0, 45, 32, 7, 6, 22, 2, 3, 2, 31, 939, 33, 71, 71, 71, 71, 758, 34, 47, 581, 32, 4, 8, 13, 59, 1, 2, 78, 29, 14, 9, 94, 446, 8, 254, 15, 33, 33, 41, 896, 896, 896, 896, 21, 10, 39, 7, 26, 6, 81, 0, 14, 0, 4, 16, 16, 15, 250, 250, 250, 250, 3, 5, 147, 2, 2, 1167, 1, 13, 15, 27, 27, 27, 27, 409, 409, 409, 409, 43, 12, 3, 8, 29, 1, 19, 60, 9, 5, 22, 5, 19, 4, 6, 6, 11, 26, 4, 11, 62, 1, 22, 4, 12, 3, 24, 3, 5, 9, 25, 106, 1, 17, 0, 2, 4, 1, 4, 2, 1, 0, 0, 32, 25, 6, 67, 1, 11, 1, 10, 1, 0, 32, 3, 1, 7, 4, 2, 21, 13, 4, 2, 1, 2, 0, 3, 0, 9, 15, 383, 153, 2, 2, 2, 2, 0, 2, 0, 66, 11, 8, 15, 592, 4, 2, 10, 30, 7, 0, 2, 65, 2, 5, 2, 22, 37, 19, 123, 18, 1, 2, 15, 10, 0, 0, 2, 4, 9, 0, 0, 0, 0, 22, 13, 4, 2, 2, 19, 2, 5, 11, 16, 1, 3, 92, 3, 8, 63, 0, 1, 11, 7, 3, 2, 7, 19, 0, 1, 28, 0, 1, 28, 2, 6, 8, 5, 22, 2, 4, 5, 17, 3, 9, 13, 76, 0, 8, 32, 10, 52, 25, 14, 10, 13, 4, 1, 14, 16, 16, 18, 3, 1, 1, 7, 6, 128, 3, 28, 94, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 40, 1, 2, 8, 2, 0, 10, 6, 29, 0, 0, 1, 1, 5, 26, 202, 10, 3, 9, 138, 138, 138, 138, 72, 7, 1, 208, 12, 9, 2, 11, 19, 816, 3, 0, 0, 14, 5, 5, 5, 5, 5, 5, 5, 5, 5, 71, 2, 0, 13, 2, 4, 25, 175, 0, 123, 16, 16, 16, 16, 1, 1, 0, 117, 6, 20, 6, 44, 63, 1, 197, 197, 197, 197, 0, 22, 9, 6, 4, 0, 17, 5, 12, 1, 16, 2, 7, 3, 6, 25, 37, 3, 89, 1, 6, 60, 0, 4, 59, 1, 322, 0, 123, 2, 3, 0, 3, 9, 5, 28, 11, 6, 1, 2, 2, 0, 3, 0, 1, 3, 1, 6, 10, 0, 7, 5, 0, 1586, 3, 3, 3, 3, 0, 1, 458, 3, 6, 5, 5, 2, 0, 15, 4, 0, 9, 3, 17, 14, 4, 0, 6, 0, 13, 19, 0, 0, 1, 7, 2, 1, 3, 0, 2, 0, 27, 1, 3, 25, 3, 1, 10, 3, 5, 3, 6, 273, 6, 28, 1, 16, 1, 23, 2, 3, 0, 0, 8, 7, 5, 8, 16, 8, 6, 22, 4, 2, 6, 5, 154, 4, 68, 3, 27, 4, 4, 10, 11, 9, 13, 96, 0, 29, 0, 5, 5, 8, 4, 9, 2, 84, 0, 0, 23, 7, 65, 8, 3, 2, 3, 15, 1, 28, 10, 0, 8, 2, 1, 3, 17, 17, 17, 17, 2, 13, 40, 41, 17, 43, 0, 11, 25, 31, 11, 25, 3, 1002, 20, 5, 571, 21, 10, 0, 0, 9, 155, 376, 17, 20, 20, 20, 20, 2, 4, 2, 4, 2, 0, 20, 7, 15, 26, 3, 1, 19, 1, 12, 5, 33, 0, 4, 4, 1, 8, 8, 5, 17, 2, 3, 8, 0, 0, 0, 0, 104, 26, 21, 0, 16, 0, 321, 3, 5, 1, 4, 35, 4, 19, 1, 5, 28, 0, 9, 18, 2, 1, 17, 15, 112, 0, 11, 13, 13, 13, 13, 1, 2, 5, 2, 5, 9, 4, 1, 7, 1, 12, 1, 54, 6, 24, 1, 21, 2, 1, 3, 4, 18, 4, 2, 1, 3, 18, 169, 34, 14, 52, 20, 7, 0, 6, 1, 0, 0, 0, 8, 12, 8, 0, 0, 40, 2, 128, 2, 0, 1, 3, 6, 549, 0, 6, 8, 3, 0, 4, 2, 26, 9, 2, 6, 4, 0, 0, 0, 0, 0, 49, 18, 18, 18, 18, 0, 7, 55, 1, 4, 69, 1, 11, 11, 11, 11, 40, 1, 4, 0, 5, 7, 53, 7, 3, 2, 30, 1, 4, 2, 5, 24, 6, 2, 14, 9, 2, 4, 0, 1, 3, 10, 0, 41, 423, 0, 0, 8, 1, 124, 5, 0, 21, 21, 21, 21, 0, 23, 2, 11, 6, 0, 16, 1, 5, 3, 4, 17, 6, 5, 12, 0, 46, 5, 0, 391, 1, 196, 0, 42, 2, 98, 6, 4, 2, 17, 204, 26, 5, 9, 79, 2, 59, 2, 46, 319, 0, 0, 26, 2, 10, 9, 0, 3, 10, 25, 0, 3, 8, 1, 150, 0, 0, 2, 11, 165, 2, 207, 2, 0, 7, 15, 0, 11, 11, 11, 11, 27, 17, 1, 21, 81, 3, 6, 6, 3, 9, 5, 2, 5, 5, 5, 5, 5, 5, 5, 5, 5, 12, 24, 13, 1, 11, 1, 0, 4, 7, 25, 25, 25, 45, 38, 74, 66, 118, 1, 90, 97, 0, 4, 0, 4, 1, 0, 4, 20, 1, 4, 3, 31, 6, 17, 70, 3, 33, 1, 1, 1, 15, 14, 5, 74, 8, 11, 19, 12, 6, 1, 6, 18, 0, 0, 14, 14, 14, 14, 14, 14, 14, 14, 14, 46, 7, 0, 45, 19, 8, 15, 18, 0, 0, 1, 0, 35, 21, 1, 3, 1, 1, 11, 74, 4, 1, 0, 17, 1, 2, 6, 9, 2, 0, 0, 0, 3, 0, 5, 5, 5, 5, 2, 4, 17, 0, 0, 121, 0, 99, 108, 4, 38, 19, 4, 5, 0, 3, 0, 8, 0, 144, 6, 1, 8, 11, 1, 0, 1, 3, 2, 5, 7, 2, 0, 0, 5, 4, 2, 26, 2, 3, 7, 0, 1, 0, 0, 3, 4, 1, 6, 3, 3, 2, 1, 11, 1, 1, 2, 1, 24, 40, 2, 4, 7, 8, 71, 153, 4, 0, 4, 28, 1, 1, 9, 1, 54, 91, 1, 0, 1, 5, 12, 4, 2, 1, 2, 10, 23, 10, 0, 4, 10, 1, 4, 15, 1, 7, 7, 1, 1, 9, 2, 0, 7, 20, 100, 724, 197, 197, 197, 197, 3, 1, 14, 2, 18, 3, 29, 3, 34, 5, 0, 1, 32, 4, 3, 3, 74, 0, 2, 5, 3, 0, 1, 136, 99, 77, 25, 39, 2, 4, 3, 2, 15, 0, 6, 2, 32, 3, 4, 41, 1, 1, 0, 16, 0, 0, 29, 49, 5, 177, 7, 1, 10, 11, 9, 25, 38, 1, 3, 6, 7, 16, 21, 12, 9, 0, 2, 14, 5, 5, 5, 5, 7, 5, 1, 13, 3, 11, 95, 0, 0, 0, 0, 0, 42, 21, 12, 1, 4, 0, 0, 0, 0, 8, 2, 0, 1, 1, 1, 1, 2, 721, 0, 8, 18, 18, 18, 18, 143, 9, 2, 7, 37, 4, 6, 4, 21, 4, 1, 10, 0, 0, 0, 0, 1, 4, 9, 0, 0, 322, 0, 14, 8, 2, 5, 1, 11, 1, 3, 10, 270, 8, 3, 0, 7, 44, 2, 5, 47, 4, 34, 44, 14, 72, 10, 23, 58, 19, 11, 7, 2, 3, 8, 0, 0, 7, 1, 1, 918, 1, 0, 6, 2, 5, 0, 5, 2, 11, 9, 2, 6, 2, 41, 80, 80, 80, 80, 28, 0, 10, 2, 4, 68, 1167, 8, 1, 1, 2, 3, 3, 0, 23, 8, 14, 4, 11, 1, 4, 0, 10, 3, 19, 5, 0, 0, 5, 1, 11, 2, 0, 25, 0, 11, 10, 10, 11, 8, 27, 14, 3, 5, 112, 1, 27, 38, 7, 19, 6, 6, 27, 27, 27, 27, 27, 458, 1, 2, 6, 2, 0, 5, 1, 17, 3, 7, 0, 0, 5, 16, 4, 274, 274, 274, 274, 8, 0, 0, 0, 0, 0, 4, 0, 9, 54, 3, 3, 3, 3, 3, 0, 192, 4, 29, 2, 96, 19, 32, 7, 10, 15, 31, 2, 24, 10, 16, 6, 0, 10, 44, 18, 0, 1, 6, 2, 33, 0, 7, 2, 23, 3, 2, 8, 0, 17, 2, 0, 7, 0, 42, 43, 3, 2, 13, 16, 0, 0, 0, 0, 91, 1, 7, 4, 16, 7, 1, 81, 81, 81, 81, 81, 81, 81, 81, 81, 1, 0, 3, 0, 0, 13, 2, 14, 0, 0, 12, 15, 9, 1, 1, 24, 3, 4, 3, 5, 4, 0, 19, 8, 9, 9, 4, 12, 27, 15, 204, 1, 5, 1, 1, 0, 9, 14, 0, 3, 1, 96, 6, 14, 10, 5, 3, 4, 0, 1, 26, 8, 5, 1, 13, 5, 0, 0, 9, 4, 2, 0, 23, 0, 3, 4, 0, 0, 4, 1, 6, 21, 2, 0, 1, 43, 3, 5, 17, 12, 17, 23, 5, 7, 0, 4, 2, 10, 1, 1, 0, 5, 7, 1, 0, 5, 24, 2, 48, 1, 0, 6, 38, 3, 10, 96, 2, 0, 7, 0, 11, 0, 0, 10, 1, 11, 1, 0, 2, 3, 1, 1, 3, 1, 6, 3, 24, 4, 16, 11, 47, 3, 1, 50, 0, 4, 8, 8, 8, 8, 40, 1, 1, 5, 0, 18, 1, 0, 10, 13, 90, 90, 90, 90, 107, 9, 6, 5, 2, 2, 3, 0, 20, 4, 0, 0, 0, 8, 8, 8, 8, 0, 1, 3, 1, 4, 11, 0, 1, 1, 8, 8, 1, 23, 0, 5, 11, 0, 0, 1, 19, 3, 0, 3, 0, 5, 169, 2, 1, 1, 4, 2, 1, 8, 0, 6, 1, 27, 27, 27, 27, 0, 0, 1, 5, 0, 0, 1, 1, 1, 8, 1, 0, 106, 6, 1, 34, 0, 1, 1, 2, 23, 1, 1, 4, 2, 3, 5, 1, 8, 0, 6, 0, 7, 1, 1, 15, 0, 2, 0, 0, 0, 23, 3, 1, 4, 1, 5, 6, 5, 3, 1, 8, 896, 896, 896, 896, 5, 13, 4, 2, 3, 6, 2, 3, 8, 6, 0, 1, 1, 4, 2, 2, 6, 11, 1, 14, 1, 1, 1, 1, 18, 27, 1, 0, 2, 6, 8, 11, 2, 86, 10, 12, 0, 52, 0, 8, 7, 5, 1, 2, 34, 12, 0, 1, 0, 3, 55, 16, 3, 0, 4, 4, 34, 1, 13, 8, 9, 4, 0, 1, 1, 3, 2, 9, 4, 6, 4, 226, 226, 226, 226, 3, 10, 1, 19, 18, 54, 0, 17, 8, 48, 48, 48, 48, 124, 1, 2, 10, 1, 4, 15, 9, 16, 43, 0, 1, 20, 94, 2, 1, 2, 9, 1, 4, 698, 2, 4, 22, 354, 101, 0, 5, 0, 5, 17, 14, 4, 5, 12, 1, 2, 30, 0, 2, 1, 1, 9, 12, 6, 1, 3, 23, 3, 4, 1, 0, 4, 1, 34, 0, 88, 5, 5, 23, 9, 1, 4, 4, 0, 0, 3, 17, 1, 0, 13, 4, 29, 30, 1, 34, 3, 14, 103, 172, 172, 172, 172, 3, 13, 5, 1, 5, 2, 4, 20, 45, 7, 0, 1, 19, 68, 3, 0, 4, 4, 3, 4, 3, 3, 15, 3, 10, 3, 27, 3, 4, 41, 1, 4, 2, 0, 20, 6, 16, 81, 7, 74, 10, 5, 12, 2, 14, 3, 2, 11, 4, 17, 17, 17, 17, 9, 3, 2, 5, 1, 7, 27, 2, 30, 18, 10, 2, 70, 9, 5, 26, 1, 13, 7, 1, 2, 3, 2, 12, 18, 16, 114, 1, 37, 8, 6, 0, 0, 6, 18, 1, 8, 1, 10, 3, 0, 3, 3, 1, 7, 7, 38, 25, 21, 84, 9, 40, 6, 1, 22, 4, 32, 3, 0, 26, 4, 32, 112, 112, 112, 112, 5, 9, 4, 5, 1, 24, 4, 37, 2, 15, 8, 2, 14, 14, 14, 14, 14, 14, 14, 14, 14, 208, 7, 1, 14, 14, 14, 14, 14, 14, 14, 14, 14, 0, 9, 3, 3, 5, 2, 4, 3, 4, 12, 26, 48, 6, 6, 7, 9, 6, 2, 14, 4, 19, 0, 55, 6, 2, 3, 0, 3, 18, 36, 0, 8, 75, 1, 7, 8, 0, 6, 3, 2, 1, 2, 5, 11, 94, 3, 0, 3, 25, 6, 1, 3, 6, 1, 0, 1, 30, 28, 3, 8, 1, 0, 1, 185, 16, 7, 0, 6, 2, 2, 1, 6, 5, 0, 0, 0, 75, 8, 1, 0, 6, 0, 0, 2, 40, 2, 56, 3, 1, 2, 0, 0, 5, 13, 2, 4, 13, 0, 2, 0, 1, 1, 18, 0, 3, 3, 3, 3, 0, 30, 46, 46, 46, 46, 7, 11, 11, 11, 11, 0, 1, 2, 0, 1, 0, 136, 4, 5, 5, 1, 4, 2, 3, 44, 2, 9, 3, 2, 0, 1, 7, 2, 0, 13, 2, 7, 15, 6, 7, 97, 5, 4, 2, 2, 22, 8, 0, 1, 4, 5, 0, 12, 0, 0, 12, 4, 2, 6, 0, 37, 2, 8, 10, 1, 138, 138, 138, 138, 5, 0, 5, 0, 2, 1, 10, 1, 4, 11, 1, 1, 0, 2, 7, 14, 4, 6, 1, 51, 5, 2, 1, 22, 2, 290, 0, 176, 47, 14, 6, 2, 0, 35, 10, 7, 2, 12, 4, 3, 7, 2, 6, 2, 54, 14, 1, 8, 3, 2, 2, 6, 16, 40, 4, 21, 5, 3, 3, 26, 4, 36, 39, 35, 2, 0, 2, 9, 2, 4, 6, 2, 3, 2, 12, 2, 5, 351, 1, 17, 0, 2, 3, 3, 12, 7, 12, 0, 3, 8, 2, 0, 17, 0, 3, 3, 3, 3, 3, 3, 2, 1, 11, 1, 9, 4, 3, 9, 0, 18, 40, 10, 58, 6, 0, 15, 1, 150, 15, 713, 2, 25, 43, 0, 9, 1, 74, 2, 1, 4, 2, 0, 2, 5, 6, 4, 3, 54, 68, 1, 2, 1, 6, 2, 20, 1, 2, 1, 68, 20, 13, 1, 1, 15, 26, 596, 0, 7, 20, 22, 8, 22, 0, 8, 7, 0, 0, 2, 0, 52, 52, 52, 52, 171, 5, 3, 6, 9, 0, 48, 3, 0, 62, 0, 7, 154, 9, 0, 5, 5, 20, 8, 4, 9, 8, 0, 21, 0, 3, 2, 6, 0, 54, 7, 1, 107, 17, 5, 21, 21, 21, 21, 4, 5, 8, 0, 1, 0, 3, 2, 9, 82, 22, 3, 7, 3, 1, 4, 15, 0, 11, 15, 7, 41, 7, 8, 25, 0, 0, 5, 29, 4, 1, 19, 114, 4, 3, 10, 77, 6, 2, 12, 6, 1, 0, 0, 5, 52, 2, 2, 7, 1, 11, 116, 4, 1, 2, 28, 1, 10, 4, 5, 26, 0, 0, 12, 4, 13, 2, 16, 5, 5, 4, 6, 13, 5, 93, 14, 1, 22, 18, 23, 23, 23, 23, 23, 23, 23, 23, 23, 4, 4, 11, 1, 0, 22, 2, 12, 2, 1, 1, 44, 0, 23, 4, 2, 1, 1, 4, 2, 17, 63, 2, 0, 0, 3, 1, 27, 27, 8, 24, 2, 178, 18, 18, 18, 18, 19, 10, 19, 126, 10, 6, 6, 6, 6, 2, 8, 0, 0, 0, 0, 1, 2, 0, 0, 0, 294, 0, 4, 8, 9, 56, 19, 4, 28, 1, 4, 13, 1, 191, 17, 1, 0, 4, 1, 0, 77, 1, 1, 2, 0, 1, 98, 98, 98, 98, 0, 0, 16, 0, 5, 5, 0, 12, 4, 0, 4, 11, 7, 1, 2, 2, 2, 2, 0, 0, 45, 0, 0, 0, 0, 0, 1, 3, 3, 3, 3, 9, 27, 5, 1, 4, 1, 3, 1, 2, 3, 0, 0, 2, 0, 12, 1, 0, 20, 6, 27, 350, 0, 8, 0, 1, 15, 0, 11, 11, 11, 11, 117, 1, 3, 1, 8, 12, 11, 6, 2, 2, 4, 4, 4, 4, 61, 6, 0, 34, 21, 211, 0, 0, 0, 1, 23, 1, 1, 2, 60, 60, 60, 60, 11, 3, 7, 3, 0, 0, 5, 9, 53, 7, 1, 4, 20, 1, 5, 4, 8, 46, 29, 0, 1, 172, 2, 18, 7, 7, 10, 1, 1, 3, 6, 0, 36, 1, 27, 3, 30, 4, 3, 2, 0, 9, 0, 12, 14, 3, 2, 27, 107, 2, 4, 1, 4, 4, 15, 52, 2, 2, 0, 8, 5, 2, 132, 22, 91, 5, 13, 61, 0, 5, 1, 12, 49, 11, 30, 7, 5, 16, 2, 3, 8, 5, 0, 0, 2, 22, 5, 12, 2, 3, 2, 2, 9, 0, 1, 5, 28, 59, 6, 32, 15, 10, 1, 3, 1, 2, 0, 22, 2, 15, 15, 15, 15, 5, 4, 18, 1, 20, 3, 14, 14, 18, 1, 12, 1, 3, 2, 1, 0, 0, 2, 6, 4, 0, 4, 0, 4, 30, 5, 30, 31, 31, 31, 31, 4, 3, 4, 5, 121, 24, 5, 2, 5, 3, 6, 1, 1, 8, 0, 2, 31, 7, 1062, 3, 12, 17, 1, 1, 2, 1, 25, 1, 68, 2, 0, 7, 107, 4, 4, 2, 1, 9, 2, 3, 7, 19, 81, 107, 3, 11, 5, 49, 5, 5, 0, 7, 2, 33, 1, 0, 0, 156, 7, 3, 1, 10, 0, 0, 51, 3, 12, 19, 1, 31, 31, 31, 31, 13, 5, 5, 59, 1, 1, 1, 5, 3, 28, 25, 2, 12, 10, 4, 24, 6, 0, 1, 923, 2, 0, 9, 29, 0, 1, 20, 20, 0, 2, 6, 5, 103, 0, 6, 11, 139, 3, 75, 0, 4, 2, 0, 10, 5, 12, 81, 12, 0, 2, 45, 3, 23, 0, 386, 1, 0, 32, 8, 5, 20, 21, 9, 3, 34, 11, 231, 26, 38, 9, 8, 21, 21, 21, 21, 2, 12, 34, 10, 4, 10, 9, 3, 3, 6, 2, 27, 1, 1, 5, 63, 14, 15, 2, 7, 8, 0, 38, 6, 6, 0, 1, 119, 2, 17, 6, 3, 0, 45, 8, 2, 0, 14, 109, 106, 1, 21, 34, 4, 10, 7, 15, 0, 2, 1, 6, 31, 7, 5, 201, 30, 215, 17, 15, 11, 159, 3, 9, 1, 1, 2, 4, 7, 12, 16, 2, 11, 0, 10, 6, 2, 104, 5, 2, 7, 1, 4, 207, 207, 207, 207, 0, 4, 0, 0, 0, 0, 0, 1, 4, 0, 10, 0, 0, 15, 8, 8, 1, 6, 2, 0, 4, 5, 1, 4, 0, 1, 6, 4, 1, 2, 23, 0, 1, 1, 0, 360, 23, 1, 0, 1, 12, 1, 17, 0, 3, 2, 2, 1, 4, 0, 6, 4, 3, 2, 8, 58, 11, 28, 28, 28, 28, 0, 15, 3, 43, 43, 43, 43, 2, 1, 11, 10, 16, 24, 4, 14, 153, 12, 0, 1, 0, 0, 3, 8, 0, 2, 3, 11, 1, 3, 4, 7, 2, 1, 3, 12, 9, 1, 1, 13, 0, 3, 1, 49, 14, 5, 1, 1, 2, 2, 45, 1, 226, 226, 226, 226, 10, 5, 14, 60, 1, 0, 5, 13, 0, 68, 5, 5, 0, 2, 4, 26, 36, 2, 14, 2, 10, 0, 9, 5, 206, 20, 20, 20, 20, 0, 8, 1, 4, 2, 0, 1, 3, 44, 0, 4, 8, 4, 0, 1, 2, 11, 105, 369, 6, 168, 11, 2, 7, 10, 2, 6, 20, 22, 0, 0, 26, 21, 1, 27, 4, 21, 3, 8, 12, 0, 13, 5, 1, 0, 9, 10, 1, 3, 1, 2, 20, 1, 1, 4, 10, 7, 5, 2, 7, 0, 5, 0, 18, 0, 10, 0, 7, 15, 1, 80, 14, 13, 3, 8, 7, 0, 3, 0, 12, 68, 21, 19, 51, 0, 21, 6, 9, 1, 1, 2, 24, 2, 35, 0, 5, 107, 1, 2, 5, 1, 1, 5, 15, 1, 0, 32, 10, 32, 30, 55, 6, 43, 0, 4, 12, 47, 4, 2, 11, 12, 135, 18, 0, 8, 0, 3, 60, 1, 7, 5, 0, 26, 3, 6, 12, 3, 39, 16, 6, 28, 28, 28, 28, 3, 0, 18, 5, 38, 0, 3, 17, 10, 1, 5, 86, 74, 5, 1, 18, 114, 0, 3, 0, 3, 25, 6, 12, 5, 27, 20, 62, 54, 168, 7, 66, 27, 9, 5, 2, 2, 27, 1, 202, 20, 34, 2, 9, 20, 9, 4, 4, 3, 7, 3875, 3875, 3875, 3875, 1, 8, 1, 1, 1, 0, 8, 0, 47, 3, 2, 1, 1, 30, 2, 2, 29, 3, 2, 3, 8, 4, 0, 0, 0, 23, 4, 0, 5, 41, 2, 26, 0, 1, 327, 330, 4, 117, 121, 2292, 7, 7, 6, 1, 6, 1, 2, 22, 9, 3, 2, 2, 2, 2, 11, 2, 2, 2, 2, 9, 0, 8, 4, 1, 95, 29, 0, 0, 33, 0, 0, 5, 9, 1, 1, 1, 1, 2, 5, 9, 1, 1, 1, 1, 0, 0, 106, 8, 299, 0, 5, 3, 96, 1, 5, 1, 3, 2, 10, 28, 3, 0, 30, 4, 5, 23, 0, 1, 137, 15, 30, 6, 2, 2, 0, 0, 0, 2, 137, 1597, 3, 9, 4, 28, 230, 8, 0, 0, 0, 23, 0, 21, 1, 0, 90, 3, 3, 226, 3, 2, 14, 6, 2, 1, 22, 0, 0, 21, 2, 0, 3, 2, 3, 32, 7, 5, 0, 2, 23, 26, 26, 26, 26, 18, 2, 2, 2, 2, 4, 0, 1, 6, 8, 0, 16, 145, 0, 3, 3, 12, 7, 10, 8, 0, 23, 31, 17, 12, 117, 9, 2, 107, 107, 107, 107, 9, 3, 2, 46, 8, 2, 24, 1, 3, 60, 10, 6, 46, 46, 46, 46, 3, 0, 2, 22, 2, 3, 2, 11, 2, 5, 2, 7, 48, 9, 8, 1, 0, 14, 3, 1, 151, 2, 22, 0, 7, 26, 3, 5, 24, 172, 172, 172, 172, 9, 4, 4, 10, 28, 6, 2, 2, 2, 2, 4, 2, 51, 4, 30, 11, 6, 36, 0, 30, 20, 2, 10, 0, 5, 88, 2, 15, 2, 52, 108, 6, 745, 0, 13, 20, 9, 1, 17, 6, 6, 13, 13, 13, 13, 3, 4, 9, 17, 2, 37, 47, 1, 2, 0, 1, 2, 1, 3, 7, 0, 4, 584, 102, 28, 28, 28, 28, 2, 3, 3, 3, 3, 0, 0, 22, 4, 5, 11, 3, 29, 2, 0, 4, 107, 36, 10, 23, 644, 1891, 6, 17, 102, 23, 12, 3, 3, 1, 3, 1687, 1, 5, 14, 71, 428, 11, 210, 0, 4, 10, 1, 18, 0, 15, 1114, 10, 51, 1, 2, 0, 4, 2, 625, 625, 625, 625, 0, 50, 0, 41, 1, 4, 42, 487, 487, 487, 487, 9, 32, 1, 34, 1, 0, 63, 0, 31, 25, 81, 81, 81, 81, 81, 81, 81, 81, 81, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 6, 6, 6, 6, 6, 6, 6, 6, 6, 0, 6, 1, 1, 81, 1, 1, 9, 9, 5, 8, 10, 24, 3, 18, 5, 4, 57, 5, 0, 1, 4, 4, 1, 215, 4, 4, 6, 26, 23, 1, 5, 159, 1, 21, 67, 2, 23, 6, 20, 13, 14, 7, 4, 12, 4, 577, 4, 1, 13, 5, 3, 3, 3, 3, 21, 20, 90, 13, 1100, 4, 7, 40, 42, 12, 141, 11, 15, 71, 4, 0, 1734, 1734, 1734, 1734, 120, 10, 6, 5, 12, 50, 8, 3, 3, 3, 3, 64, 35, 2, 30, 3, 11, 37, 18, 46, 20, 3, 32, 24, 4, 285, 285, 285, 285, 285, 285, 285, 285, 285, 285, 285, 285, 285, 285, 285, 285, 1, 4, 9, 12, 2, 23, 4, 26, 0, 0, 0, 0, 5, 4, 12, 3, 67, 44, 44, 44, 44, 24, 2, 142, 142, 142, 142, 20, 4, 1, 3, 2, 40, 15, 20, 1, 6, 2, 54, 47, 1, 1, 1, 2, 8, 34, 9, 4, 2, 2, 1, 12, 31, 3, 2, 7, 15, 285, 285, 285, 285, 285, 285, 285, 285, 285, 285, 285, 285, 285, 285, 285, 285, 12, 2, 0, 0, 0, 0, 285, 285, 285, 285, 285, 285, 285, 285, 285, 285, 285, 285, 285, 285, 285, 285, 5, 9, 98, 31, 31, 31, 31, 2, 3875, 3875, 3875, 3875, 0, 3, 1, 3, 0, 2, 42, 1, 1, 47, 11, 8, 0, 9, 18, 21, 60, 1, 5, 2, 19, 4, 15, 0, 0, 3, 3, 23, 4, 2, 7, 5, 4, 15, 22, 224, 2, 0, 1, 41, 7, 0, 3, 0, 1, 112, 4, 15, 515, 8, 16, 3, 27, 0, 25, 20, 8, 15, 17, 7, 18, 6, 0, 161, 2, 0, 33, 0, 80, 6, 17, 11, 9, 1, 7, 30, 29, 4, 0, 2, 128, 37, 1, 129, 57, 12, 1, 0, 16, 3, 3, 10, 7, 34, 2, 43, 0, 2, 2, 4, 44, 27, 1, 62, 13, 2, 1, 0, 16, 56, 3, 4, 0, 27, 2, 20, 1, 21, 26, 8, 7, 0, 7, 0, 6, 2, 20, 3, 12, 0, 7, 232, 15, 3, 0, 12, 0, 29, 10, 1, 3, 107, 107, 107, 107, 4, 7, 23, 0, 2, 23, 2, 16, 11, 26, 1, 54, 4, 8, 0, 0, 2, 1, 0, 81, 22, 2, 3, 3, 3, 76, 11, 3, 29, 13, 23, 1, 0, 0, 73, 7, 1, 15, 9, 7, 6, 10, 3, 4, 39, 39, 39, 39, 4, 0, 2, 0, 1, 120, 0, 3, 46, 88, 4, 4, 5, 31, 7, 20, 26, 6, 16, 11, 3, 1, 1, 3, 19, 3, 0, 0, 2, 4, 0, 0, 0, 167, 5, 0, 1, 64, 0, 3, 1, 0, 23, 17, 3, 4, 4, 5, 0, 0, 3, 2, 2, 5, 8, 7, 0, 3, 96, 96, 96, 96, 96, 96, 96, 96, 96, 0, 3, 0, 0, 0, 1, 0, 14, 1, 3, 3, 12, 84, 58, 58, 58, 58, 7, 2, 9, 0, 0, 0, 0, 1, 0, 1, 8, 0, 1, 4, 0, 15, 0, 260, 3, 0, 0, 0, 1, 74, 0, 34, 7, 0, 32, 4, 0, 2, 11, 1, 38, 96, 96, 96, 96, 96, 96, 96, 96, 96, 3, 3, 40, 0, 0, 2, 34, 8, 188, 1, 82, 14, 0, 0, 0, 6, 7, 1, 15, 5, 56, 7, 0, 2, 2, 2, 6, 9, 21, 7, 63, 5, 0, 1, 30, 20, 67, 3, 6, 4, 10, 14, 4, 10, 22, 11, 9, 1, 50, 3, 1, 0, 0, 29, 21, 16, 27, 0, 0, 5, 126, 1, 1, 4, 1, 54, 32, 23, 4, 124, 8, 8, 8, 8, 0, 65, 115, 21, 9607, 112, 6, 189, 44, 44, 44, 44, 11, 7, 0, 204, 9, 29, 35, 4, 3, 2, 4, 1, 476, 20, 11, 4, 6, 0, 1, 1, 2, 12, 0, 7, 8, 15, 6, 30, 0, 8, 2, 2, 0, 1, 1, 0, 16, 26, 296, 198, 452, 452, 452, 452, 3, 36, 8, 9, 2, 6, 7, 3, 27, 16, 8, 0, 3, 0, 3, 36, 5, 57, 11, 8, 2, 1, 3, 5, 21, 38, 75, 3, 3, 3, 3, 182, 13, 1, 347, 2, 13, 10, 29, 10, 7, 29, 250, 250, 250, 250, 35, 26, 41, 36, 15, 23, 3, 0, 6, 27, 3, 10, 29, 4, 8, 8, 6, 5, 0, 29, 208, 4, 0, 142, 5, 0, 1, 4, 30, 7, 1, 1, 8, 4, 6, 42, 5, 1, 53, 14, 2, 6, 3, 67, 12, 24, 3, 9, 499, 27, 24, 4, 29, 7, 32, 11, 5, 4, 9, 47, 6, 1, 27, 3, 0, 2, 15, 4, 4, 4, 4, 2, 0, 0, 2, 3, 3, 3, 3, 3, 11, 4, 27, 64, 3, 366, 379, 379, 379, 379, 11, 8, 8, 8, 8, 4, 1, 0, 0, 1, 8, 2, 5, 67, 3, 16, 2, 6, 5, 0, 0, 406, 406, 406, 406, 10, 38, 132, 1, 6, 7, 4, 1, 0, 199, 55, 6, 23, 3, 10, 9, 36, 108, 2, 0, 68, 6, 14, 102, 196, 20, 5, 7, 3, 42, 7, 9, 0, 6, 1, 2, 7, 17, 236, 10, 8, 1025, 2, 4, 3, 10, 37, 4, 42, 1, 10, 52, 1184, 0, 10, 110, 107, 13, 12, 56, 25, 12, 7, 20, 3, 23, 2, 495, 13, 1, 8, 44, 44, 44, 44, 10, 1, 18, 3, 1, 189, 0, 3, 5, 14, 14, 14, 14, 10, 16, 0, 37, 1, 1, 1, 3, 18, 12, 21, 21, 21, 21, 5, 3, 148, 1, 1, 6, 1, 33, 17, 4, 2, 3, 48, 200, 5, 63, 1, 94, 2, 186, 10, 7, 37, 5, 10, 7, 6, 68, 9, 0, 17, 12, 11, 6, 24, 60, 0, 1, 104, 4, 13, 17, 0, 5, 4, 7, 20, 2, 3, 14, 168, 29, 3, 2, 422, 0, 3, 83, 72, 29, 15, 26, 0, 33, 0, 8, 135, 96, 2, 2, 3, 109, 26, 26, 26, 26, 13, 17, 0, 3, 10, 8, 15, 0, 31, 2, 9, 1, 250, 16, 2, 3, 13, 2, 5, 30, 1, 1, 1, 4, 5, 8, 1, 12, 5, 131, 8, 0, 5, 2, 0, 0, 1, 1, 4, 5, 39, 0, 0, 2, 1, 3, 0, 8, 2, 2, 241, 241, 241, 241, 241, 241, 241, 241, 241, 241, 241, 241, 241, 241, 241, 241, 18, 2, 5, 1, 9, 0, 7, 0, 53, 4, 15, 3, 1, 0, 9, 6, 3, 1, 7, 6, 0, 0, 0, 0, 54, 54, 54, 54, 0, 6, 36, 54, 54, 54, 54, 66, 69, 241, 241, 241, 241, 241, 241, 241, 241, 241, 241, 241, 241, 241, 241, 241, 241, 6, 2, 108, 0, 1, 4, 0, 0, 2, 4, 1, 9, 7, 6, 2, 13, 33, 32, 32, 32, 32, 0, 0, 2, 0, 68, 3, 576, 4, 1, 3, 20, 17, 3, 16, 10, 54, 4, 1, 0, 14, 1, 5, 5, 406, 406, 406, 406, 4, 6, 0, 3, 3, 48, 0, 34, 15, 12, 48, 1, 10, 5, 7, 1, 1, 53, 49, 1, 2, 10, 59, 0, 2, 39, 15, 19, 4, 454, 41, 163, 0, 1, 8, 5, 1, 105, 21, 8, 3, 6, 6, 6, 6, 5, 5, 3, 1, 9, 4, 13, 1, 13, 2, 74, 525, 19, 1, 9, 1, 7, 8, 173, 16, 6, 10, 3, 6, 6, 6, 6, 35, 3, 5, 4, 7, 4, 11, 20, 21, 40, 235, 2, 0, 4, 3, 1, 0, 3, 28, 13, 16, 1, 20, 142, 142, 142, 142, 1, 2, 0, 9, 1, 20, 0, 0, 126, 24, 9, 30, 18, 17, 45, 95, 2, 6, 8, 11, 15, 182, 7, 111, 7, 10, 69, 1, 9, 7, 6, 11, 50, 3, 361, 45, 26, 6, 44, 11, 5, 46, 1999, 29, 5, 5, 5, 5, 5766, 169, 8, 92, 2, 11, 0, 72, 28, 51, 10, 41, 22, 8, 75, 24, 1, 21, 320, 5, 10, 134, 363, 1, 5, 107, 4, 0, 2, 65, 1, 7, 30, 0, 12, 8, 0, 2, 17, 3, 3, 2, 3259, 18, 10, 0, 28, 5, 0, 17, 31, 6, 0, 1, 17, 1304, 15, 5, 1, 23, 7, 17, 195, 47, 6, 2, 45, 9, 15, 116, 2, 23, 415, 32, 0, 0, 5, 2, 0, 89, 31, 559, 46, 44, 46, 17, 46, 61, 2, 8, 6764, 6765, 6764, 6765, 10, 10, 5, 301, 13, 46, 3, 35, 0, 18, 4, 1296, 10, 100, 1, 0, 121, 113, 5, 19, 14, 1, 0, 2, 61, 3, 142, 12, 13, 12, 0, 8, 0, 2, 5, 6, 54, 144, 144, 144, 144, 13, 4, 20, 65, 65, 65, 65, 65, 65, 65, 65, 65, 45, 11, 16, 2, 45, 2, 4, 5, 1, 47, 5, 29, 12, 2, 1, 44, 16, 5, 14, 1, 35, 8, 5, 14, 4, 4, 1, 1, 1, 1, 18, 33, 29, 29, 29, 29, 13, 6, 6, 6, 6, 6, 64, 3, 3, 3, 23, 0, 9, 2, 0, 9, 24, 6, 13, 13, 0, 7, 4, 4, 13, 10, 5, 11, 7, 6, 108, 0, 0, 17, 34, 105, 2, 5, 14, 76, 14, 11, 4, 68, 34, 1, 17, 1, 16, 4, 23, 18, 45, 13, 17, 58, 2, 274, 274, 274, 274, 7, 25, 89, 0, 7, 3, 8, 5, 6, 4, 26214, 26214, 26214, 26214, 6, 13, 155, 6, 15, 72, 70, 1, 27, 1, 10, 4, 25, 1, 1, 1, 1, 3, 2, 57, 0, 16, 10, 19, 0, 3, 17, 64, 0, 0, 6, 2, 14, 6, 0, 19, 44, 44, 44, 44, 44, 44, 44, 44, 44, 4, 0, 55, 55, 55, 55, 25, 39, 39, 39, 39, 7, 0, 41, 9, 9, 9, 9, 40, 1, 0, 7, 53, 78, 9, 5, 13, 13, 16, 177, 17, 3, 0, 0, 0, 0, 1158, 6, 89, 89, 89, 89, 0, 2, 121, 121, 121, 121, 89, 2, 5, 85, 9, 5, 4, 4, 0, 2, 0, 27, 0, 10, 2, 60, 15, 19, 3, 4, 39, 39, 39, 39, 201, 201, 201, 201, 9, 2, 4, 49, 18, 2, 6, 9, 48, 285, 285, 285, 285, 285, 285, 285, 285, 285, 285, 285, 285, 285, 285, 285, 285, 14, 96, 96, 96, 96, 96, 96, 96, 96, 96, 1, 1, 7, 0, 0, 73, 73, 73, 73, 2, 6, 3, 13, 2, 2, 0, 58, 5, 3, 26, 4, 13, 2, 0, 0, 1, 6, 1, 10, 5, 137, 28, 32, 1, 4, 7, 17, 1, 67, 574, 2, 83, 9, 4, 4, 3, 6, 54, 7, 0, 53, 73, 73, 73, 73, 171, 16, 11, 12, 5, 2, 4, 10, 9, 2, 16, 3, 5, 1, 4, 2, 1, 11, 4, 5, 20, 10, 7, 5, 13, 4, 116, 7, 1, 2, 46, 43, 13, 2, 94, 4, 13, 9, 2, 9, 76, 7, 4, 153, 28, 112, 4, 22, 1, 3, 1, 0, 233, 2, 16, 0, 0, 3, 1, 2, 8, 74, 5, 1, 77, 97, 9, 126, 86, 29, 11, 2, 2, 1, 4, 3, 6, 6, 6, 6, 6, 6, 6, 6, 6, 14, 8, 1, 2, 6, 11, 5, 3, 39, 97, 3396, 5, 374, 23, 4, 6, 1, 97, 4, 0, 23, 189, 0, 144, 144, 144, 144, 1, 16, 13, 28, 13, 13, 13, 13, 4, 586, 586, 586, 586, 23, 8, 42, 139, 44, 8, 251, 2, 1, 2039, 2, 17, 37, 7, 0, 486, 161, 53, 20, 0, 45, 52, 0, 56, 0, 46, 0, 10, 3, 7, 6, 1, 1, 1, 1, 6, 8, 4, 5, 1, 34, 23, 14, 3, 15, 5, 1, 1, 25, 17, 8, 133, 1, 5, 10, 7, 1, 3, 10, 13, 3, 78, 48, 0, 1, 0, 8, 0, 1, 1, 0, 12, 22, 0, 12, 1, 0, 93, 0, 2, 1, 0, 1, 3, 46, 14, 12, 9, 3, 11, 18, 89, 89, 89, 89, 1, 6, 11, 23, 0, 2, 20, 4, 2, 346, 69, 46, 14, 3, 0, 17, 535, 16, 29, 25, 2, 131, 129, 0, 27, 4, 60, 60, 60, 60, 58, 3, 11, 65, 2, 3, 3, 3, 3, 683, 3, 20, 12, 5, 4, 7, 92, 28, 5, 2, 77, 12, 565, 341, 78, 59, 15, 20, 7, 3, 2, 35, 86, 1, 9, 45, 0, 2, 2, 39, 0, 9, 20, 0, 17, 17, 17, 17, 44, 5, 68, 66, 180, 0, 26, 309, 1, 4, 35, 55, 15, 2, 33, 86, 23, 20, 13, 25, 20, 3, 12, 3, 3, 186, 0, 10, 0, 7, 0, 2, 1, 88, 19, 19, 19, 19, 37, 39, 48, 0, 5, 76, 3, 75, 3, 49, 1, 2, 1, 10, 61, 2, 0, 11, 1, 3, 80, 3, 1313, 3, 4, 241, 1, 1, 0, 23, 1, 29, 9, 6, 80, 22, 1, 1, 2, 3, 32, 3, 125, 4, 8, 13, 17, 7, 11, 0, 4, 6, 0, 1, 0, 4, 39, 16, 46, 9, 1, 5, 201, 2, 1, 49, 42, 31, 65, 19, 9, 5, 12, 40, 2, 16, 29, 13, 13, 13, 13, 32, 2, 8, 30, 3, 4, 2, 322, 9, 1, 733, 13, 17, 5, 96, 26, 38, 5, 15, 23, 470, 55, 55, 55, 55, 11, 5, 22, 44, 453, 52, 5, 4, 3, 3, 651, 14, 1, 1, 1, 26214, 26214, 26214, 26214, 35, 8, 0, 11, 28, 6, 27, 25, 28, 16, 4, 0, 6, 4, 1, 9, 12, 12, 12, 12, 68, 0, 29, 194, 11, 38, 1, 6, 121, 121, 121, 121, 6, 241, 241, 241, 241, 241, 241, 241, 241, 241, 241, 241, 241, 241, 241, 241, 241, 5, 48, 3, 6, 5, 1348, 1348, 1348, 1348, 24, 1, 1, 4, 0, 1, 3, 6, 3, 1, 3, 17, 3, 22, 3, 26, 4, 12, 0, 9, 15, 15, 15, 15, 15, 15, 15, 15, 15, 121, 0, 13, 2, 2, 9, 365, 3, 139, 2, 13, 2, 8, 0, 28, 0, 2, 3, 17, 8, 0, 32, 48, 29, 33, 121, 121, 121, 121, 121, 121, 121, 121, 121, 8, 6, 6, 3, 1, 4, 35, 13, 12, 3, 7, 25, 12, 0, 0, 2, 0, 218, 7, 47, 1, 13, 0, 8, 35, 12, 18, 1, 3, 3, 3, 3, 3, 31, 0, 0, 13, 52, 15, 1, 0, 7, 2, 13746, 1, 8, 39, 1, 3, 5, 20, 0, 495, 15, 3, 45, 12, 12, 75, 5, 28, 1, 12, 3, 25, 15, 194, 11, 4, 19, 4, 3, 30, 238, 238, 238, 238, 118, 3, 19, 8, 4, 12, 0, 101, 3, 1, 3, 18, 343, 4, 211, 56, 126, 7, 22, 8, 55, 8, 12, 12, 12, 12, 0, 13, 9, 0, 22, 97, 3, 1, 5, 16, 16, 16, 16, 26, 6, 4, 8, 7, 3, 1, 406, 4, 2, 150, 4, 23, 2, 3, 11, 8, 13, 0, 152, 1250, 26, 43, 13, 7, 2, 134, 106, 1, 3, 108, 26, 4, 1, 0, 2, 2, 2, 2, 1, 23, 0, 36, 36, 36, 36, 1, 2, 6, 4, 0, 9, 0, 0, 35, 4, 11, 1651, 1651, 1651, 1651, 1, 4, 419, 1, 3, 6, 22, 3, 167, 4, 10, 23, 7, 9, 14, 0, 0, 0, 44, 44, 44, 44, 7, 2, 4, 25, 4, 0, 0, 11, 5, 5, 0, 1, 0, 0, 5, 8, 0, 2, 12, 41, 19, 1, 9, 1, 4, 5, 0, 1, 4, 0, 3, 34, 63, 56, 3, 0, 9, 3, 5, 14, 1, 4, 18, 1, 23, 0, 530, 7, 0, 6, 285, 1, 2, 2, 5308, 15, 9, 18, 3, 0, 3, 207, 12, 148, 148, 148, 148, 8, 0, 6, 9, 5, 21, 0, 248, 2, 7, 9, 3, 16, 0, 15, 3, 4, 0, 2, 3, 4, 0, 0, 2, 3, 2, 0, 0, 17, 8, 4, 34, 2, 5, 2, 12, 7, 5, 18, 12, 22, 2, 12, 58, 12, 4, 1, 7, 10, 0, 0, 4, 767, 9, 3, 1, 219, 9, 6, 69, 4, 6, 3, 3, 11, 4, 1, 43, 0, 12, 0, 14, 12, 2, 7, 0, 4, 2, 4, 11, 2, 9, 4, 1, 5, 9, 17, 27, 6, 2, 2, 19, 20, 3, 5, 2, 2, 2, 207, 207, 207, 207, 17, 4, 8, 17, 11, 8, 2, 0, 209, 5, 1, 10, 1, 32, 6, 1, 19, 19, 33, 412, 0, 43, 19, 19, 19, 19, 88, 1, 18, 0, 34, 0, 0, 58, 58, 58, 58, 2, 21, 2, 636, 0, 8, 0, 4, 2, 0, 1, 3, 18, 1, 7, 43, 44, 35, 16, 5, 6, 9, 3, 8, 0, 459, 1, 3, 7, 2, 3, 4, 3, 1, 2, 9, 31, 9, 1, 22, 13, 2, 22, 2, 2, 2, 2, 30, 3, 1, 15, 15, 15, 15, 0, 27, 27, 27, 27, 31, 3, 1, 3, 3, 4, 2, 1, 3, 2, 14, 3, 1, 13, 29, 1, 1, 1, 1, 6, 22, 0, 30, 11, 1, 54, 22, 1, 8, 3, 14, 20, 28, 13, 7, 5, 1, 113, 2, 0, 5, 12, 10892, 3, 3, 4, 4, 20, 14, 2, 2, 2, 0, 2, 26, 0, 44, 2, 2, 2, 2, 2, 0, 1, 0, 3, 0, 561, 3, 2, 7, 4, 17, 6, 1, 7, 6, 1, 1, 17, 4, 11, 0, 9, 7, 430, 430, 430, 430, 8, 7, 41, 2, 4, 1, 149, 1, 184, 1, 0, 6, 5, 18, 0, 126, 0, 6, 87, 25, 10, 0, 63, 63, 63, 63, 10, 2, 1, 2, 4, 4, 7, 4, 13, 0, 1, 8, 6, 5, 8, 109, 3, 13, 17, 323, 166, 14, 0, 17, 2, 4, 166, 3, 5, 1, 4, 42, 12, 1, 1, 5, 0, 1, 1, 1, 32, 51, 207, 238, 349, 4, 20, 74, 3, 10, 126, 281, 98, 98, 98, 98, 52, 13, 33, 1, 271, 168, 2, 12, 1, 29, 1, 13, 12, 0, 15, 21, 1, 4, 6, 1, 14, 4, 14, 0, 3, 0, 6, 1, 356, 294, 0, 25, 13, 21, 10, 4, 6, 124, 12, 1, 27, 11, 35, 13, 6, 12, 4, 252, 10, 95, 158, 8, 14, 6, 60, 131, 176, 3, 10, 1, 20, 2, 13, 1835, 2, 6, 4, 59, 32, 2, 4, 27, 27, 6, 2, 2, 5, 0, 2, 32, 145, 22, 4, 4, 20, 13, 6, 2, 3, 0, 9, 0, 5, 18, 30, 51, 3, 4, 0, 12, 1030, 5, 1, 8, 9, 9, 9, 9, 29, 29, 29, 29, 1, 6, 28, 18, 1, 2, 14, 0, 1, 3, 0, 1, 7, 43, 4, 3, 3, 1, 4, 0, 0, 9, 1606, 2, 1, 54, 5, 53, 3, 95, 14, 8, 18, 184, 30, 26, 30, 21, 11, 58, 2, 1, 5, 7, 4, 1, 2, 31, 0, 0, 191, 3, 60, 135, 13, 21, 62, 15, 24, 12, 0, 13, 21, 109, 4, 6764, 6765, 6764, 6765, 17, 473, 473, 473, 473, 35, 98, 46, 0, 118, 0, 12, 20, 77, 3, 31, 30, 14, 7, 65, 6, 9, 7, 0, 0, 0, 3, 15, 75, 44, 29, 59, 455, 56, 4, 265, 12, 1, 209, 1, 15, 9, 4, 21, 34, 117, 17, 7, 6, 791, 0, 54, 1, 3, 10, 5, 0, 25, 9, 2, 107, 26, 22, 0, 0, 11, 31, 0, 1, 2, 11, 4, 3, 302, 53, 20, 2, 2, 2, 2, 2, 16, 1, 0, 2, 2, 2, 2, 9, 2, 0, 28, 0, 19, 40, 1, 22, 1, 68, 5, 3, 9, 19, 0, 2, 42, 17, 1, 17, 12, 1, 0, 9, 1, 6, 19, 11, 4, 15, 7, 1, 2, 1, 0, 10, 5, 7, 2, 57, 1, 1, 7, 12, 720, 720, 720, 720, 3, 24, 8, 50, 6, 10, 14, 37, 0, 72, 7, 23, 16, 1, 98, 8, 7, 10, 5, 142, 3, 35, 2, 27, 33, 6, 0, 6, 1, 24, 0, 2, 17, 18, 17, 0, 0, 18, 3, 1, 2, 3, 0, 5, 0, 8, 18, 12, 0, 1, 48, 0, 5, 2, 27, 237, 3, 13, 2, 8, 16, 7, 0, 88, 320, 2, 24, 130, 42, 9, 65, 65, 65, 65, 65, 65, 65, 65, 65, 5, 1, 403, 6, 2, 9, 18, 2, 3, 18, 1, 34, 1, 40, 2, 1, 6, 13, 48, 2, 430, 430, 430, 430, 4, 36, 1, 3, 85, 3, 11, 0, 1, 181, 5, 16, 8, 8, 8, 8, 44, 4, 4, 27, 6, 1, 0, 13, 35, 654, 79, 2, 18, 0, 0, 16, 4, 194, 0, 3, 13, 40, 3, 0, 4, 3, 0, 0, 3, 11, 31, 1, 81, 1, 3, 5, 133, 1, 2, 2, 0, 640, 5, 139, 6, 10, 8, 202, 13, 19, 8, 334, 8, 6, 9, 37, 10, 2, 22, 11, 11, 11, 11, 6, 10, 13, 241, 19, 7, 7, 7, 7, 2, 12, 294, 11, 8, 44, 10, 474, 0, 2, 8, 0, 2, 8, 31, 5, 1, 460, 1, 1, 1, 1, 7, 36, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 40, 126, 44, 1, 3, 3, 3, 3, 16, 29, 187, 9, 173, 12, 145, 3, 6, 18, 2, 11, 0, 3, 106, 23, 86, 235, 3, 263, 1, 228, 0, 894, 108, 9, 7, 1, 4, 44, 175, 8, 4, 31, 2, 156, 33, 1, 14, 2, 3, 3, 3, 3, 2, 2, 3, 2, 1, 13, 2, 26, 0, 9, 3347, 6, 39, 26, 57, 40, 11, 49, 34, 3, 3, 7, 26, 39, 7, 44, 44, 44, 44, 44, 44, 44, 44, 44, 7, 5, 71, 71, 71, 71, 7, 162, 68, 54, 4, 1, 576, 17, 2, 6, 0, 0, 428, 1, 3, 4, 5, 5, 5, 5, 5, 0, 0, 2, 14, 0, 23, 1, 2, 0, 23, 1, 0, 3, 79, 2, 0, 37, 24, 14, 24, 18, 3, 9, 0, 3, 0, 1, 63, 63, 63, 63, 0, 9, 84, 4, 4, 5, 4, 2, 7, 3, 3, 24, 18, 18, 18, 18, 1, 1, 2, 2, 2, 2, 8, 3, 2, 55, 0, 17, 1, 11, 1, 0, 2, 13, 14, 13, 0, 0, 0, 2, 32, 9, 9, 9, 9, 17, 6, 7, 16, 2, 1, 1, 12, 1, 2, 2, 1, 8, 3, 15, 2, 33, 5, 3, 9, 2, 0, 85, 129, 48, 0, 11, 2, 4, 10, 32, 12, 12, 12, 12, 3, 20, 44, 16, 0, 100, 244, 1, 2, 9, 0, 36, 0, 1, 1, 192, 8, 2, 8, 8, 8, 8, 32, 13, 161, 2, 3, 9, 0, 4, 24, 16, 291, 33, 46, 0, 143, 26, 26, 26, 26, 81, 30, 6, 7, 33, 26, 58, 3, 106, 55, 55, 4, 2, 628, 9, 45, 5, 1, 30, 5, 21, 21, 21, 21, 0, 4, 44, 1, 3, 8, 11, 10, 6, 2, 19, 6, 20, 3, 9, 2, 3, 72, 15, 15, 15, 15, 3, 17, 11, 27, 11, 2, 247, 8, 0, 0, 0, 1, 3, 53, 5, 1, 11, 15, 3, 39, 6, 7, 15, 43, 2, 2, 2, 2, 30, 15, 2, 1, 9, 0, 562, 562, 562, 562, 7, 241, 241, 241, 241, 241, 241, 241, 241, 241, 241, 241, 241, 241, 241, 241, 241, 77, 3, 286, 0, 8, 10, 6, 175, 12, 2, 1, 6, 14, 5, 2, 16, 129, 1, 121, 1, 0, 3, 8, 2, 484, 6, 0, 15, 2, 12, 4, 0, 6, 2, 132, 3, 1, 17, 3, 1, 3, 5, 0, 7, 10, 27, 3, 30, 8, 3, 22, 3, 2, 3, 53, 17, 370, 3, 19, 107, 4, 1, 3, 45, 24, 11, 33, 0, 11, 0, 1, 32, 380, 37, 0, 152, 2, 5, 6, 0, 0, 13, 467, 6, 3, 93, 31, 31, 31, 31, 0, 8, 214, 1, 26, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 5, 158, 48, 11, 29, 1, 17, 0, 9, 5, 483, 31, 16, 58, 3, 148, 5, 18, 3, 19, 6, 12, 153, 153, 153, 153, 9, 18, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 0, 3, 53, 20, 0, 8, 9, 238, 238, 238, 238, 5, 21, 4, 2, 1, 3, 865, 8, 15, 479, 91, 0, 49, 73, 0, 57, 153, 170, 170, 170, 170, 4, 44, 14, 118, 8, 33, 261, 207, 3, 2, 46, 61, 1, 14, 2, 16, 0, 3, 0, 9, 7, 26, 0, 4, 0, 41, 26, 26, 26, 26, 10, 14, 2, 0, 59, 0, 6, 11, 8, 741, 7, 15, 2, 23, 3, 1, 0, 5, 0, 1, 1, 16, 3, 7, 44, 1, 8, 1, 4, 1, 101, 122, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 0, 3, 15, 1, 21, 5, 1, 123, 4, 164, 5, 9, 3, 19, 0, 9, 24, 23, 0, 4, 1, 9, 0, 0, 0, 17, 0, 11, 10, 2, 3, 4, 13, 3, 3, 3, 3, 2, 1, 8, 2, 51, 3, 0, 6, 21, 4, 10, 3, 1, 0, 10, 6, 28, 16, 8, 5, 2, 35, 4, 36, 4, 11, 55, 20, 42, 7861, 81, 6, 6, 1, 2, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 8, 20, 0, 0, 2, 7, 6, 2, 1, 27, 71, 9, 72, 1, 10, 70, 12, 6, 1, 79, 52, 6, 0, 3, 18, 7, 27, 2, 16, 12, 8, 2, 62, 4, 0, 8, 7, 0, 46, 17, 4, 0, 1, 15, 5, 44, 1, 7, 38, 801, 1, 11, 18, 2, 2, 20, 4, 14, 2, 17, 1, 2, 8, 43, 6, 2, 5, 2, 1, 184, 4, 1, 5, 9, 4, 29, 55, 8, 153, 153, 153, 153, 9, 10, 2, 81, 8, 12, 12, 32, 3, 2, 30, 4, 222, 24, 6, 0, 6, 39, 39, 39, 39, 0, 1, 12, 0, 0, 14, 201, 201, 201, 201, 2, 2, 2, 2, 42, 26, 206, 0, 105, 33, 55, 10, 11, 9, 1, 0, 16, 8, 49, 6, 0, 1, 0, 0, 2, 3, 2, 3, 3, 6, 0, 1, 3, 1, 5, 162, 5, 10, 12, 3, 0, 5, 10, 0, 0, 2, 6, 305, 13, 10, 1, 4, 22, 1, 3, 4, 0, 31, 6, 48, 5, 21, 7, 7, 7, 7, 16, 6, 8, 27, 18, 7, 8, 1, 300, 434, 60, 2, 2, 2, 2, 0, 9, 4, 12, 5, 2, 4, 2, 2, 29, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 5, 46, 18, 3, 16, 1045, 7, 3, 8, 56, 511, 1, 19, 33, 2, 5, 23, 2, 4, 3, 0, 4, 4, 5, 1, 49, 19, 11, 6, 119, 0, 71, 2, 177, 1, 473, 473, 473, 473, 1, 52, 5, 10, 11, 7, 2688, 8, 5, 2, 9, 35, 3, 123, 26, 41, 7, 5, 3, 0, 13, 13, 13, 13, 22, 6, 58, 1, 13, 5, 6, 19, 17, 5, 10, 2, 378, 4, 1, 24, 397, 0, 19, 2, 5, 0, 30, 5, 5, 5, 5, 9, 2, 23, 0, 7, 1, 1, 8, 2, 4, 3, 10, 7, 35, 6, 0, 22, 8, 4, 5, 5, 7, 10, 66, 1, 19, 8, 9, 25, 68, 1, 409, 409, 409, 409, 29, 4, 3, 20, 14, 51, 7, 586, 586, 586, 586, 18, 33, 24, 0, 0, 3 ], "xaxis": "x", "y": [ 0, 0, 1, 5, 18, 2, 0, 10, 11, 0, 1, 0, 3, 22, 5, 150, 6, 0, 4, 9, 8, 3, 0, 0, 18, 0, 24, 0, 0, 39, 32, 6, 6, 6, 6, 1, 0, 0, 1, 0, 0, 3, 2, 39, 0, 0, 0, 0, 1, 2, 1, 4, 1, 24, 586, 2, 1, 6, 26, 1, 0, 0, 868, 3, 17, 0, 32, 3, 8, 9, 2, 0, 2, 0, 0, 0, 0, 62, 1, 3, 11, 2, 0, 0, 1, 9, 1, 0, 3, 1, 0, 2, 2, 6, 1, 17, 0, 0, 3, 2, 4, 0, 3, 4, 29, 1, 6, 11, 0, 0, 1, 1, 0, 0, 0, 0, 0, 12, 1, 16, 1, 2, 1, 1, 10, 10, 10, 10, 7, 111, 0, 1, 1, 2, 16871, 0, 0, 4, 0, 3, 0, 0, 0, 0, 41, 3, 2, 7, 10, 10, 10, 10, 10, 10, 10, 10, 10, 27, 3, 0, 8, 192, 192, 192, 192, 0, 1, 0, 0, 0, 2, 2, 127, 127, 127, 127, 5, 0, 0, 4, 0, 2, 0, 0, 11, 1, 1, 0, 5, 0, 1, 2, 4, 1, 40, 3, 6, 1, 0, 3, 0, 0, 1, 8, 0, 0, 0, 24, 7, 5, 4, 85, 11, 2, 0, 0, 1, 59, 2, 5, 131, 131, 131, 131, 590, 0, 36, 23, 0, 0, 26, 26, 0, 154, 11, 0, 1, 4, 1, 0, 4, 0, 4, 1, 378, 378, 378, 378, 0, 0, 21, 0, 0, 0, 0, 0, 1, 4, 89, 2, 0, 0, 39, 0, 12, 0, 0, 0, 7, 1, 2, 11, 36, 0, 7, 5, 1, 36, 1, 1, 1, 1, 41, 41, 41, 41, 41, 41, 41, 41, 41, 0, 0, 43, 1, 0, 0, 21, 2, 8, 1, 13, 1, 2, 16, 3, 2, 4, 1, 5, 4, 17, 4, 8, 45, 13, 13, 4, 2, 4, 1, 0, 0, 2, 9, 0, 3, 4, 0, 0, 0, 1, 38, 38, 38, 38, 38, 38, 38, 38, 38, 0, 3, 5, 28, 1, 2, 2, 1, 1, 0, 5, 3, 10, 62, 62, 62, 62, 0, 1, 1, 0, 0, 1, 1, 3, 6, 29, 4, 3, 2, 13, 0, 5, 6, 0, 1, 24, 2, 1, 0, 13, 19, 2, 1, 4, 0, 1, 5, 0, 0, 0, 0, 62, 1, 0, 4, 0, 0, 5, 8, 0, 20, 1, 1, 568, 0, 0, 0, 0, 20, 20, 20, 20, 7, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 16, 3, 5, 14, 1, 0, 6, 3, 0, 4, 6, 0, 183, 0, 5, 703, 0, 1, 4, 4, 4, 4, 1, 1, 0, 18, 18, 18, 18, 5, 5, 5, 5, 1, 1, 0, 3, 3, 0, 1, 4, 11, 95, 4, 3, 4, 19, 3, 3, 3, 3, 3, 3, 3, 3, 3, 0, 0, 0, 4, 10, 1, 16, 2, 1, 0, 2, 2, 2, 2, 2, 1, 7, 3, 3, 0, 4, 12, 0, 2, 13, 1, 2, 1, 1, 1, 8, 1, 6, 0, 13, 0, 2, 1, 0, 3, 6, 5, 5, 1, 5, 13, 1, 8, 43, 0, 11, 3, 4, 92, 0, 4, 4, 6, 0, 3, 12, 2, 1, 1, 2, 2, 2, 4, 0, 2, 11, 0, 4, 4, 4, 4, 3, 2, 0, 1, 8, 5, 31, 0, 0, 0, 0, 0, 1, 2, 1, 0, 2, 8, 0, 5, 4, 0, 2, 1, 0, 4, 5, 0, 0, 6, 6, 6, 6, 6, 6, 6, 6, 6, 19, 0, 0, 0, 0, 42, 42, 42, 42, 0, 0, 0, 0, 0, 981, 981, 981, 981, 3, 5, 0, 4, 0, 4, 0, 3, 4, 2, 4, 0, 0, 0, 2, 1, 1, 4, 4, 2, 0, 0, 3, 0, 1, 0, 0, 3, 4, 7, 1, 5, 0, 4, 2, 2, 3, 21, 0, 9, 9, 9, 9, 0, 3, 3, 0, 0, 0, 4, 0, 0, 6, 7, 7, 2, 1, 30, 2, 0, 1, 20, 0, 1, 1, 10, 0, 4, 0, 0, 1, 3, 3, 16, 1, 11, 0, 0, 0, 2, 0, 0, 20, 8, 0, 2, 0, 3, 0, 0, 0, 0, 2, 0, 13, 1, 8, 0, 15, 0, 1, 1, 0, 1, 89, 2, 0, 0, 0, 34, 1, 0, 2, 2, 12, 3, 0, 6, 7, 21, 5, 2, 2, 0, 2, 10, 51, 1, 5, 2, 29, 2, 0, 0, 1, 0, 50, 0, 0, 0, 0, 10, 0, 6, 1, 1, 1, 0, 4, 7, 10, 0, 1, 1, 0, 7, 2, 26, 8, 3, 3, 3, 3, 1, 4, 4, 1, 13, 16, 0, 1, 0, 2, 1, 1, 0, 1, 2, 6, 9, 0, 3, 3, 3, 3, 0, 0, 14, 1, 0, 2, 0, 0, 0, 0, 0, 0, 9, 0, 0, 1, 1, 2, 4, 3, 27, 0, 0, 7, 0, 1, 16, 2, 5, 1, 2, 0, 5, 1, 0, 0, 45, 0, 0, 22, 2, 5, 0, 4, 0, 0, 2, 2, 11, 1, 1, 3, 11, 3, 1, 0, 2, 0, 0, 0, 2, 24, 7, 9, 4, 2, 2, 6, 1, 11, 3, 2, 1, 1, 1, 72, 0, 15, 2, 2, 2, 2, 25, 1, 0, 0, 2, 0, 1, 2, 1, 0, 2, 64, 1, 4, 9, 2, 0, 0, 2, 1, 0, 14, 28, 3, 3, 29, 0, 1, 2, 24, 24, 24, 24, 1, 4, 0, 7, 6, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 9, 10, 0, 1, 1, 0, 1, 1, 2, 0, 2, 1, 2, 8, 2, 1, 13, 2, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 5, 0, 5, 4, 0, 1, 2, 0, 3, 28, 1, 3, 0, 2, 7, 7, 7, 7, 0, 1, 0, 2, 8, 0, 1937, 1, 1, 1, 1, 1, 0, 0, 3, 1, 0, 0, 0, 2, 19, 2, 1, 0, 2, 2, 1, 1, 1, 0, 1, 0, 0, 5, 19, 0, 7, 4, 1, 69, 1, 1, 2, 3, 5, 42, 0, 0, 0, 2, 1, 1, 9, 5, 3, 2, 10, 0, 0, 0, 1, 0, 20, 0, 0, 5, 3, 3, 3, 3, 0, 3, 1, 10, 0, 1, 1, 10, 3, 2, 0, 2, 1, 1, 5, 11, 35, 28, 1, 14, 4, 4, 5, 2, 1, 3, 13, 0, 4, 2, 3, 6, 1, 0, 7, 41, 5, 5, 5, 5, 5, 5, 5, 5, 5, 4, 39, 2, 0, 15, 5, 0, 10, 9, 4, 9, 0, 0, 7, 1, 56, 4, 29, 0, 0, 0, 0, 2, 1, 8, 14, 0, 0, 1, 3, 3, 3, 3, 1, 0, 0, 4, 1, 1, 0, 0, 0, 0, 2, 1, 0, 0, 15, 1, 1, 1, 192, 192, 192, 192, 3, 582, 582, 582, 582, 2, 6, 1, 1, 0, 0, 0, 0, 2, 0, 3, 1, 1, 0, 0, 3, 1, 0, 0, 5, 3, 0, 0, 0, 0, 0, 0, 3, 3, 1, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 0, 2, 1, 3, 0, 2, 0, 1, 0, 1, 7, 0, 0, 2, 0, 3, 0, 0, 0, 4, 7, 0, 2, 2, 23, 0, 7, 7, 7, 7, 1, 18, 1, 0, 1, 11, 1, 0, 0, 0, 13, 0, 0, 3, 1, 5, 2, 0, 2, 6, 1, 14, 0, 0, 0, 0, 0, 5, 5, 5, 5, 1, 0, 15, 2, 5, 0, 5, 5, 0, 1, 6, 5, 23, 7, 10, 0, 1, 0, 1, 8, 0, 1, 29, 7, 7, 7, 7, 0, 0, 1, 57, 8, 1, 2, 0, 1, 2, 4, 31, 3, 5, 3, 17, 6, 2, 0, 1, 1, 16, 1, 0, 7, 4, 0, 2, 19, 3, 3, 3, 0, 0, 0, 1, 24, 1, 4, 2, 200, 4, 4, 0, 3, 3, 0, 4, 3, 3, 0, 3, 9, 6, 1, 3, 6, 0, 107, 0, 9, 401, 401, 401, 401, 7, 2, 7, 4, 3, 2, 9, 3, 1, 29, 3, 1, 4, 1, 2, 0, 17, 1, 1, 7, 0, 13, 2, 3, 1, 7, 1, 1, 1, 1, 1, 2, 4, 2, 2, 7, 7, 1, 0, 1, 1, 0, 1, 0, 0, 3, 0, 0, 0, 10, 3, 0, 3, 1, 0, 1, 0, 2, 6, 1, 0, 0, 0, 5, 1, 0, 0, 1, 1, 1, 1, 0, 0, 0, 3, 4, 20, 2, 0, 0, 0, 0, 2, 6, 1, 0, 1, 3, 0, 10, 0, 0, 0, 29, 0, 0, 0, 0, 1, 4, 0, 2, 159, 0, 3, 1, 8, 1, 0, 1, 0, 0, 1, 1, 0, 1, 3, 0, 0, 0, 1, 1, 0, 4, 6, 3, 5, 1, 0, 1, 0, 13, 0, 3, 0, 2, 1, 0, 1, 0, 4, 1, 1, 3, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 5, 5, 19, 0, 26, 0, 3, 1, 1, 0, 10, 12, 3, 0, 5, 9, 0, 1, 0, 11, 8, 10, 1, 2, 0, 0, 9, 0, 0, 1, 1, 1, 1, 66, 1, 20, 0, 8, 1, 2, 3, 4, 81, 0, 0, 30, 6, 1, 18, 0, 0, 2, 22, 1, 2, 20, 4, 9, 8, 13, 0, 12, 2, 62, 27, 2, 0, 2, 238, 1, 0, 3, 27, 3, 2, 99, 92, 1, 569, 0, 12, 4, 5, 2, 2, 2, 2, 5, 3, 5, 0, 7, 4, 20, 1, 2, 90, 1, 1, 0, 0, 2, 3, 1, 6, 0, 1, 19, 29, 7, 0, 150, 10, 0, 0, 0, 0, 0, 1, 3, 2, 0, 4, 3, 3, 8, 5, 0, 0, 40, 6, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 3, 92, 2, 7, 1, 0, 0, 0, 1, 0, 0, 1, 2, 1, 0, 7, 14, 14, 14, 14, 3, 0, 0, 1, 0, 0, 0, 1, 6, 4, 0, 6, 2, 0, 2, 0, 1, 0, 1, 0, 0, 0, 5, 1, 2, 2, 0, 2, 7, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 22, 1, 0, 0, 0, 0, 0, 2, 3, 11, 0, 5, 0, 0, 2, 0, 3, 2, 0, 1, 0, 0, 0, 222, 0, 0, 7, 4, 3, 0, 25, 1, 2, 1, 5, 82, 64, 0, 0, 3, 2, 1, 4, 3, 0, 1, 2, 4, 0, 0, 4, 3, 1, 3, 0, 87, 3, 1, 0, 0, 0, 14, 2, 4, 1, 0, 1, 2, 0, 8, 8, 8, 8, 8, 2, 26, 1, 1, 3, 11, 0, 13, 0, 40, 0, 0, 3, 2, 2, 0, 2, 0, 2, 2, 2, 2, 0, 131, 2, 0, 1, 0, 4, 5, 1, 3, 15, 5, 7, 1, 2, 9, 3, 5, 15, 6, 14, 13, 20, 3, 2, 37, 22, 0, 1, 1, 14, 14, 14, 14, 0, 0, 0, 2, 25, 2, 77, 8, 15, 6, 1, 4, 11, 2, 4, 4, 1, 2, 1, 1, 28, 0, 0, 0, 0, 1, 1, 5, 0, 5, 3, 9, 6, 2, 1, 7, 0, 3, 1, 5, 0, 16, 42, 0, 3, 9, 2, 0, 22, 0, 2, 1, 0, 1, 0, 0, 0, 27, 1, 1, 0, 1, 5, 1, 3, 0, 5, 0, 31, 31, 31, 31, 13, 1, 2, 11, 9, 7, 0, 1, 2, 10, 14, 0, 2, 0, 3, 9, 0, 3, 8, 2, 466, 7, 19, 0, 6, 33, 3, 0, 3, 0, 39, 32, 25, 0, 0, 31, 31, 31, 31, 18, 0, 0, 2, 11, 318, 2, 0, 1, 3, 3, 3, 3, 0, 1, 0, 0, 0, 2, 1, 11, 3, 2, 9, 1, 4, 2, 3, 3, 3, 3, 0, 0, 1, 22, 1, 0, 0, 0, 5, 5, 7, 2, 0, 1, 2, 1, 22, 0, 1, 1, 1, 17, 7, 1, 0, 0, 0, 0, 0, 33, 6, 16, 1, 10, 3, 0, 0, 0, 2, 3, 0, 5, 0, 0, 0, 0, 4, 1, 8, 0, 5, 1, 0, 3, 0, 0, 9, 1, 0, 2, 20, 1, 26, 3, 0, 0, 4, 1, 2, 3, 3, 0, 7, 2, 10, 1, 1, 4, 8, 5, 0, 14, 2, 1, 11, 1, 10, 6, 21, 2, 10, 5, 1, 0, 9, 11, 41, 11, 1, 1, 1, 0, 1, 2, 0, 0, 8, 0, 0, 24, 0, 0, 1, 1, 3, 3, 3, 3, 0, 0, 4, 0, 4, 5, 1, 0, 1, 1, 2, 0, 0, 196, 1, 1, 1, 1, 1, 0, 0, 1, 3, 1, 1, 1, 13, 8, 1, 0, 23, 0, 0, 1, 2, 8, 0, 0, 4, 4, 0, 10, 7, 0, 4, 15, 11, 1, 8, 3, 0, 0, 0, 0, 2, 25, 0, 0, 11, 0, 0, 6, 1, 1, 0, 2, 0, 0, 12, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 2, 0, 2, 0, 1, 1, 1, 1, 0, 1, 1, 0, 1, 2, 0, 1, 0, 1, 0, 2, 77, 0, 0, 0, 3, 5, 2, 0, 0, 6, 0, 0, 1, 2, 0, 2, 1, 1, 1, 1, 0, 1, 2, 0, 0, 4, 1, 1, 0, 0, 0, 3, 14, 3, 6, 2, 1, 1, 1, 1, 1, 81, 81, 81, 81, 0, 1, 1, 0, 0, 1, 5, 5, 5, 5, 0, 48, 18458, 0, 2, 1, 10, 5, 19, 0, 1, 0, 0, 0, 3, 0, 10, 0, 1, 0, 1, 0, 2, 98, 6, 0, 2, 2, 28, 0, 7, 7, 7, 7, 0, 1, 2, 0, 1, 0, 0, 1, 1, 1, 2, 4, 0, 2, 0, 6, 14, 1, 20, 1, 31, 4, 4, 4, 6, 2, 0, 4, 1, 2, 13, 1, 37, 2, 2, 3, 2, 0, 1, 4, 0, 8, 0, 0, 0, 15, 2, 0, 12, 12, 12, 12, 2, 4, 2, 2, 2, 73, 6, 5, 8, 3, 5, 7, 2, 2, 1, 0, 4, 4, 1, 0, 4, 3, 4, 21, 15, 0, 1, 1, 28, 1, 1, 0, 1, 1, 0, 0, 3, 6, 159, 2, 0, 4, 1, 0, 22, 0, 0, 8, 1, 0, 1, 5, 0, 0, 7, 2, 2, 0, 2, 0, 4, 0, 1, 3, 6, 0, 3, 1, 0, 0, 1, 0, 1, 1, 1, 1, 0, 8, 1, 7, 7, 7, 7, 0, 0, 0, 0, 1, 0, 0, 69, 0, 0, 0, 3, 2, 2, 2, 2, 2, 6, 0, 0, 2, 0, 2, 3, 5, 0, 1, 9, 1, 2, 28, 0, 3, 0, 0, 0, 6, 3, 0, 1, 2, 0, 0, 1, 0, 1, 0, 2, 1, 2, 1, 4, 0, 4, 0, 3, 0, 4, 1, 2, 27, 0, 2, 0, 1, 0, 0, 41, 41, 41, 41, 41, 41, 41, 41, 41, 1, 0, 0, 4, 0, 0, 0, 2, 3, 4, 10, 9, 21, 2, 4, 4, 6, 5, 3, 3, 3, 21, 0, 17, 1, 10, 0, 1, 1, 4, 5, 1, 3, 9, 2, 16, 3, 0, 1, 1, 11, 3, 4, 0, 3, 3, 3, 3, 3, 3, 3, 3, 3, 0, 3, 18, 3, 1, 1, 1, 99, 6, 9, 9, 9, 9, 5, 0, 1, 4, 7, 0, 9, 9, 9, 9, 6, 7, 10, 4, 1, 8, 0, 4, 0, 0, 81, 0, 2, 1, 12, 1, 15, 5, 5, 5, 5, 5, 5, 5, 5, 5, 0, 62, 62, 62, 62, 3, 0, 7, 50, 5, 3, 2, 8, 1, 25, 0, 12, 0, 1, 0, 2, 31, 10, 0, 0, 0, 1, 0, 7, 0, 1, 0, 1, 1, 0, 3, 0, 0, 5, 2, 121, 121, 121, 121, 1, 8, 3, 0, 0, 0, 0, 0, 0, 2, 1, 1, 0, 2, 1, 2, 0, 7, 2, 1, 2, 9, 0, 0, 2, 1, 0, 9, 0, 7, 1, 0, 2, 3, 10, 8, 0, 0, 2, 2, 11, 3, 1, 0, 0, 0, 4, 14, 0, 1, 2, 0, 1, 0, 0, 0, 0, 90, 0, 4, 0, 0, 14, 1, 3, 0, 0, 2, 1, 4, 2, 18, 4, 1, 4, 0, 1, 5, 1, 0, 12, 4, 0, 0, 0, 8, 0, 0, 11, 2, 4, 5, 2, 0, 0, 0, 12, 268, 6, 18, 18, 18, 18, 122, 10, 16, 93, 7, 3, 2, 3, 22, 0, 2, 7, 13, 5, 2, 17, 125, 6, 50, 3, 15, 4, 14, 71, 71, 71, 71, 5, 8, 4, 6, 3, 4, 24, 1, 4, 1, 4, 7, 11, 4, 28, 28, 28, 28, 6, 1, 30, 0, 1, 342, 3, 6, 2, 3, 3, 3, 3, 148, 148, 148, 148, 8, 1, 1, 2, 3, 1, 4, 10, 4, 1, 4, 3, 7, 4, 7, 0, 3, 4, 2, 5, 22, 0, 12, 9, 9, 3, 19, 2, 1, 4, 3, 26, 2, 4, 0, 0, 4, 0, 3, 2, 0, 0, 0, 4, 3, 3, 22, 0, 1, 0, 1, 1, 0, 8, 1, 1, 1, 1, 0, 6, 2, 0, 1, 0, 2, 0, 3, 0, 1, 3, 21, 20, 0, 0, 0, 0, 0, 0, 0, 4, 3, 4, 1, 107, 0, 0, 1, 3, 1, 1, 0, 11, 1, 2, 0, 2, 2, 3, 28, 1, 0, 1, 2, 0, 0, 0, 0, 4, 2, 2, 1, 0, 0, 1, 10, 0, 1, 1, 0, 0, 0, 1, 2, 0, 1, 29, 2, 2, 21, 0, 0, 8, 2, 3, 0, 6, 1, 1, 0, 1, 0, 1, 4, 1, 2, 2, 0, 7, 0, 1, 2, 4, 0, 4, 5, 4, 0, 3, 14, 3, 4, 6, 2, 2, 5, 0, 1, 8, 5, 3, 2, 1, 0, 0, 1, 1, 26, 4, 6, 20, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 9, 0, 2, 1, 0, 0, 2, 1, 10, 1, 0, 0, 0, 1, 5, 19, 4, 1, 1, 30, 30, 30, 30, 20, 4, 0, 33, 3, 2, 2, 1, 6, 106, 1, 1, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 1, 0, 3, 2, 0, 11, 53, 0, 34, 8, 8, 8, 8, 6, 0, 2, 43, 2, 3, 2, 12, 6, 0, 52, 52, 52, 52, 0, 4, 3, 2, 1, 0, 12, 0, 7, 0, 2, 0, 6, 1, 5, 6, 6, 1, 23, 2, 3, 18, 1, 3, 27, 0, 71, 0, 55, 0, 1, 0, 0, 5, 2, 17, 2, 0, 1, 0, 1, 0, 0, 1, 0, 1, 1, 0, 1, 2, 0, 1, 0, 574, 1, 1, 1, 1, 0, 1, 47, 2, 2, 0, 2, 0, 0, 3, 0, 0, 1, 6, 6, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 1, 1, 0, 1, 0, 1, 3, 0, 0, 4, 0, 0, 3, 1, 0, 4, 1, 64, 1, 2, 1, 1, 2, 4, 1, 0, 1, 0, 1, 2, 1, 2, 3, 0, 0, 0, 0, 0, 3, 0, 19, 3, 3, 4, 2, 0, 0, 3, 2, 7, 1, 14, 0, 7, 0, 1, 1, 2, 0, 3, 1, 16, 0, 0, 7, 0, 23, 3, 0, 1, 3, 5, 1, 3, 3, 0, 2, 0, 0, 1, 6, 6, 6, 6, 1, 4, 13, 10, 8, 13, 1, 6, 9, 7, 1, 0, 3, 232, 7, 0, 168, 1, 6, 0, 0, 3, 33, 78, 1, 7, 7, 7, 7, 4, 3, 3, 1, 2, 2, 10, 0, 6, 2, 2, 0, 0, 0, 2, 1, 10, 0, 0, 1, 0, 1, 5, 1, 4, 1, 0, 2, 0, 0, 0, 0, 31, 11, 0, 0, 7, 1, 43, 1, 1, 0, 0, 12, 3, 4, 0, 4, 14, 0, 2, 6, 3, 0, 3, 1, 39, 3, 6, 4, 4, 4, 4, 0, 3, 6, 2, 1, 9, 1, 2, 1, 0, 6, 1, 17, 2, 11, 0, 8, 0, 0, 3, 1, 3, 1, 1, 1, 1, 12, 39, 11, 8, 13, 6, 0, 0, 2, 0, 1, 1, 0, 2, 5, 2, 0, 0, 9, 0, 77, 2, 0, 1, 1, 1, 33, 0, 6, 3, 1, 0, 0, 0, 2, 1, 0, 2, 0, 0, 0, 0, 0, 0, 4, 6, 6, 6, 6, 0, 1, 8, 0, 0, 7, 0, 2, 2, 2, 2, 19, 1, 0, 0, 0, 0, 4, 3, 1, 2, 4, 0, 0, 0, 1, 9, 1, 0, 4, 0, 0, 0, 1, 1, 0, 0, 0, 4, 35, 0, 0, 4, 0, 12, 0, 0, 23, 23, 23, 23, 0, 4, 0, 0, 1, 0, 2, 1, 0, 1, 1, 8, 2, 0, 0, 0, 11, 1, 0, 55, 1, 22, 0, 13, 1, 6, 0, 0, 1, 4, 47, 5, 2, 3, 9, 1, 14, 4, 7, 44, 0, 0, 5, 1, 2, 3, 1, 0, 6, 4, 1, 1, 1, 0, 21, 0, 1, 2, 2, 28, 0, 24, 1, 0, 3, 4, 1, 2, 2, 2, 2, 5, 4, 0, 3, 15, 1, 0, 0, 0, 3, 1, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 3, 0, 4, 1, 2, 0, 1, 21, 6, 8, 14, 7, 20, 13, 9, 0, 9, 32, 0, 4, 0, 1, 2, 0, 2, 8, 1, 1, 2, 3, 6, 3, 7, 0, 12, 1, 0, 0, 14, 2, 5, 32, 1, 3, 3, 0, 7, 0, 1, 11, 0, 0, 7, 7, 7, 7, 7, 7, 7, 7, 7, 10, 1, 0, 3, 7, 1, 1, 2, 0, 0, 0, 0, 7, 0, 0, 2, 0, 0, 4, 9, 2, 0, 1, 2, 0, 0, 1, 5, 0, 1, 0, 1, 1, 0, 1, 1, 1, 1, 0, 2, 2, 0, 0, 13, 0, 25, 18, 1, 8, 9, 0, 1, 0, 1, 0, 1, 0, 41, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 1, 0, 0, 0, 2, 0, 1, 6, 0, 1, 6, 0, 0, 0, 0, 0, 2, 1, 0, 2, 1, 0, 0, 3, 2, 0, 0, 1, 7, 6, 0, 0, 2, 0, 5, 58, 3, 1, 0, 5, 1, 2, 1, 1, 12, 11, 0, 0, 4, 0, 11, 1, 1, 1, 1, 7, 5, 3, 0, 1, 4, 0, 3, 2, 1, 0, 2, 2, 0, 2, 5, 0, 1, 9, 27, 139, 52, 52, 52, 52, 0, 0, 2, 2, 6, 1, 5, 1, 5, 7, 0, 0, 12, 1, 1, 3, 28, 0, 3, 1, 0, 1, 0, 28, 9, 6, 6, 11, 0, 2, 3, 1, 3, 0, 2, 1, 27, 0, 4, 7, 0, 2, 0, 3, 1, 1, 4, 11, 6, 40, 2, 1, 4, 2, 6, 4, 15, 1, 2, 3, 7, 3, 10, 1, 3, 0, 0, 5, 3, 3, 3, 3, 0, 3, 0, 0, 1, 7, 37, 1, 1, 1, 1, 1, 5, 10, 1, 0, 2, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 1, 186, 0, 2, 0, 0, 0, 0, 55, 6, 0, 0, 21, 0, 1, 1, 6, 0, 1, 8, 0, 0, 0, 0, 0, 1, 2, 0, 0, 37, 1, 1, 2, 0, 0, 0, 1, 0, 3, 4, 106, 0, 0, 2, 2, 42, 1, 0, 15, 2, 16, 10, 1, 15, 2, 3, 4, 0, 0, 1, 1, 0, 6, 1, 0, 1, 0, 1, 93, 1, 0, 0, 0, 0, 0, 1, 1, 7, 2, 2, 2, 1, 12, 20, 20, 20, 20, 4, 0, 0, 1, 4, 15, 148, 2, 0, 1, 1, 0, 2, 2, 7, 3, 3, 1, 1, 1, 0, 0, 3, 4, 4, 2, 1, 2, 1, 0, 2, 0, 1, 10, 1, 3, 2, 1, 4, 3, 3, 4, 0, 1, 18, 0, 5, 12, 3, 3, 1, 0, 3, 3, 3, 3, 7, 96, 0, 0, 0, 3, 0, 1, 0, 3, 0, 2, 2, 0, 1, 3, 1, 32, 32, 32, 32, 1, 0, 0, 0, 0, 1, 5, 0, 1, 5, 2, 2, 2, 2, 1, 3, 44, 1, 7, 2, 30, 4, 14, 0, 2, 4, 10, 0, 4, 4, 3, 2, 0, 4, 7, 4, 0, 1, 5, 0, 9, 0, 4, 0, 16, 0, 1, 1, 1, 6, 1, 0, 2, 1, 25, 22, 0, 0, 2, 0, 0, 0, 0, 0, 40, 2, 0, 1, 1, 2, 0, 38, 38, 38, 38, 38, 38, 38, 38, 38, 1, 0, 0, 0, 0, 2, 3, 8, 0, 0, 0, 8, 7, 0, 0, 1, 5, 1, 0, 1, 0, 0, 16, 3, 4, 1, 1, 8, 12, 1, 103, 0, 1, 0, 0, 0, 2, 4, 0, 0, 0, 11, 2, 9, 9, 3, 1, 3, 2, 2, 10, 1, 3, 0, 4, 1, 0, 0, 0, 1, 0, 0, 7, 0, 0, 0, 0, 1, 1, 1, 0, 3, 0, 1, 1, 16, 0, 3, 0, 2, 6, 0, 0, 1, 0, 1, 0, 3, 2, 0, 0, 1, 1, 0, 1, 3, 8, 0, 29, 2, 0, 1, 35, 2, 0, 16, 2, 0, 1, 1, 6, 0, 0, 2, 0, 1, 1, 0, 1, 2, 0, 0, 0, 0, 1, 1, 9, 0, 5, 9, 6, 1, 0, 16, 1, 2, 0, 0, 0, 0, 9, 0, 0, 1, 1, 3, 1, 1, 2, 3, 31, 31, 31, 31, 30, 3, 3, 7, 0, 0, 2, 0, 9, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 2, 1, 0, 1, 0, 2, 1, 0, 8, 0, 0, 4, 0, 1, 2, 2, 0, 0, 0, 0, 0, 27, 0, 0, 0, 0, 0, 0, 0, 0, 3, 1, 6, 6, 6, 6, 0, 0, 3, 0, 0, 0, 1, 0, 0, 3, 1, 0, 10, 0, 0, 4, 0, 0, 2, 0, 4, 0, 1, 1, 0, 0, 0, 0, 2, 1, 0, 0, 1, 1, 0, 2, 0, 1, 1, 0, 0, 9, 1, 0, 0, 1, 2, 1, 2, 0, 1, 2, 71, 71, 71, 71, 2, 4, 0, 1, 0, 0, 1, 3, 1, 0, 0, 0, 0, 1, 3, 0, 2, 1, 0, 1, 0, 0, 1, 0, 5, 3, 1, 0, 1, 0, 6, 2, 0, 8, 2, 4, 0, 4, 2, 1, 2, 1, 1, 0, 20, 7, 1, 1, 0, 1, 10, 0, 2, 1, 0, 2, 6, 0, 6, 5, 0, 0, 0, 1, 0, 0, 1, 2, 2, 2, 0, 54, 54, 54, 54, 2, 2, 0, 1, 5, 36, 0, 3, 5, 5, 5, 5, 5, 39, 0, 1, 2, 0, 0, 3, 0, 4, 7, 0, 0, 5, 16, 1, 0, 1, 3, 0, 0, 143, 1, 2, 1, 50, 30, 1, 2, 0, 0, 5, 2, 4, 2, 2, 1, 0, 3, 0, 0, 2, 2, 3, 4, 1, 0, 1, 3, 0, 0, 0, 1, 0, 0, 1, 1, 20, 1, 0, 9, 0, 2, 1, 4, 0, 0, 2, 4, 3, 1, 6, 1, 10, 3, 2, 3, 1, 0, 30, 23, 23, 23, 23, 1, 2, 1, 1, 3, 0, 0, 3, 16, 2, 0, 1, 13, 15, 3, 1, 1, 0, 0, 4, 1, 2, 4, 0, 3, 1, 5, 2, 1, 3, 1, 6, 1, 0, 12, 1, 5, 25, 2, 25, 0, 2, 1, 0, 5, 1, 0, 1, 0, 3, 3, 3, 3, 2, 0, 2, 0, 1, 2, 3, 1, 13, 8, 2, 1, 8, 3, 1, 5, 0, 3, 0, 0, 0, 2, 3, 2, 5, 4, 59, 0, 12, 4, 3, 1, 1, 0, 8, 0, 4, 0, 5, 0, 3, 2, 2, 0, 0, 2, 8, 6, 4, 18, 2, 16, 1, 3, 10, 1, 14, 2, 1, 6, 1, 18, 31, 31, 31, 31, 0, 2, 2, 5, 0, 3, 1, 2, 0, 4, 2, 0, 7, 7, 7, 7, 7, 7, 7, 7, 7, 24, 2, 0, 7, 7, 7, 7, 7, 7, 7, 7, 7, 0, 2, 2, 1, 0, 1, 0, 0, 0, 4, 8, 23, 0, 2, 3, 9, 2, 1, 6, 1, 1, 0, 27, 1, 0, 3, 0, 0, 6, 14, 1, 3, 24, 0, 1, 7, 1, 3, 2, 6, 1, 1, 1, 4, 24, 2, 0, 3, 4, 0, 0, 1, 1, 2, 0, 1, 10, 10, 0, 1, 0, 1, 1, 36, 3, 2, 0, 3, 0, 2, 0, 0, 1, 1, 0, 0, 20, 1, 2, 0, 4, 0, 0, 2, 1, 0, 4, 0, 0, 0, 0, 0, 1, 2, 1, 1, 1, 0, 0, 0, 0, 0, 9, 1, 0, 0, 0, 0, 0, 3, 15, 15, 15, 15, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 30, 0, 2, 0, 2, 1, 0, 2, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 5, 0, 1, 26, 0, 3, 4, 1, 8, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 4, 1, 2, 1, 1, 30, 30, 30, 30, 0, 0, 0, 0, 1, 0, 1, 0, 0, 8, 0, 0, 0, 0, 1, 3, 1, 1, 0, 28, 1, 0, 0, 9, 0, 46, 0, 13, 8, 0, 1, 0, 0, 4, 2, 0, 0, 0, 0, 0, 1, 1, 1, 0, 11, 5, 1, 4, 0, 1, 1, 0, 5, 0, 3, 0, 2, 1, 0, 15, 2, 7, 10, 11, 0, 0, 2, 1, 0, 1, 3, 1, 3, 0, 3, 0, 2, 80, 0, 4, 0, 1, 1, 3, 1, 4, 6, 0, 0, 1, 0, 0, 2, 0, 1, 1, 1, 1, 1, 0, 1, 0, 2, 1, 0, 3, 1, 1, 0, 7, 3, 2, 17, 1, 0, 3, 2, 26, 3, 145, 1, 1, 7, 0, 2, 2, 17, 10, 2, 2, 1, 0, 4, 1, 0, 3, 1, 11, 38, 0, 0, 0, 0, 4, 4, 0, 1, 2, 23, 6, 0, 0, 0, 7, 6, 165, 1, 1, 6, 8, 3, 4, 0, 2, 1, 0, 2, 1, 0, 12, 12, 12, 12, 30, 2, 1, 0, 3, 1, 17, 1, 0, 16, 0, 2, 40, 5, 0, 0, 4, 6, 2, 1, 1, 3, 1, 9, 0, 2, 0, 5, 0, 13, 0, 1, 37, 11, 2, 23, 23, 23, 23, 2, 0, 8, 0, 1, 0, 1, 1, 4, 25, 25, 2, 7, 1, 1, 2, 3, 0, 11, 7, 2, 16, 1, 4, 4, 1, 0, 4, 6, 1, 0, 1, 21, 0, 1, 6, 12, 0, 2, 4, 0, 0, 2, 0, 5, 8, 3, 7, 2, 0, 5, 5, 0, 0, 0, 14, 2, 2, 1, 5, 7, 2, 0, 1, 1, 8, 2, 13, 2, 3, 2, 3, 2, 0, 13, 6, 1, 5, 2, 5, 5, 5, 5, 5, 5, 5, 5, 5, 3, 3, 5, 3, 0, 6, 3, 13, 6, 1, 1, 6, 0, 4, 0, 1, 2, 2, 2, 1, 3, 11, 2, 0, 0, 2, 2, 10, 1, 1, 13, 1, 44, 6, 6, 6, 6, 16, 4, 2, 26, 3, 2, 2, 2, 2, 1, 2, 1, 1, 1, 1, 5, 2, 0, 1, 3, 112, 0, 0, 0, 0, 7, 15, 0, 10, 0, 0, 0, 3, 8, 8, 0, 0, 0, 1, 0, 23, 1, 1, 0, 0, 0, 9, 9, 9, 9, 0, 0, 3, 0, 0, 6, 0, 1, 0, 0, 0, 0, 3, 1, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 1, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 5, 1, 1, 3, 3, 3, 102, 1, 0, 0, 0, 1, 0, 1, 1, 1, 1, 12, 1, 1, 0, 0, 2, 1, 4, 0, 0, 2, 2, 2, 2, 5, 0, 1, 2, 2, 59, 1, 0, 0, 1, 7, 0, 2, 0, 4, 4, 4, 4, 2, 1, 1, 1, 1, 0, 6, 0, 6, 2, 0, 2, 0, 0, 0, 1, 1, 8, 5, 0, 0, 24, 1, 4, 0, 1, 6, 1, 1, 0, 0, 0, 8, 2, 8, 0, 3, 0, 0, 0, 0, 1, 0, 2, 0, 0, 0, 3, 14, 0, 0, 1, 0, 0, 0, 12, 0, 1, 0, 2, 3, 1, 15, 6, 12, 0, 8, 7, 1, 1, 2, 0, 14, 3, 13, 0, 3, 2, 0, 0, 4, 2, 0, 2, 0, 5, 1, 1, 5, 3, 0, 0, 0, 1, 0, 2, 15, 6, 2, 19, 2, 2, 0, 2, 0, 0, 1, 8, 1, 8, 8, 8, 8, 0, 1, 3, 0, 3, 3, 4, 2, 3, 0, 4, 0, 0, 0, 1, 0, 0, 2, 1, 1, 0, 2, 0, 1, 4, 1, 9, 2, 2, 2, 2, 0, 0, 0, 0, 23, 7, 0, 0, 1, 1, 3, 2, 0, 3, 0, 4, 9, 2, 151, 1, 4, 5, 0, 0, 0, 1, 6, 0, 14, 0, 0, 1, 28, 0, 2, 1, 0, 1, 0, 1, 8, 5, 22, 30, 1, 2, 3, 12, 2, 3, 1, 0, 2, 11, 0, 0, 3, 26, 3, 0, 2, 2, 0, 0, 18, 1, 1, 0, 1, 2, 2, 2, 2, 4, 1, 1, 11, 0, 0, 2, 1, 0, 11, 2, 2, 3, 4, 2, 17, 3, 0, 0, 247, 1, 0, 3, 14, 1, 0, 12, 8, 0, 4, 2, 1, 30, 0, 9, 2, 44, 1, 25, 0, 0, 2, 0, 3, 1, 0, 25, 3, 0, 1, 7, 0, 9, 0, 127, 1, 0, 8, 4, 2, 10, 9, 5, 0, 11, 3, 66, 22, 22, 1, 3, 8, 8, 8, 8, 0, 4, 16, 7, 3, 1, 3, 3, 1, 2, 2, 18, 3, 0, 4, 5, 5, 8, 1, 4, 0, 0, 9, 1, 1, 1, 2, 6, 0, 5, 4, 2, 0, 13, 2, 1, 0, 5, 40, 36, 0, 9, 23, 7, 3, 2, 4, 0, 0, 2, 0, 10, 6, 5, 51, 10, 31, 4, 5, 2, 65, 3, 6, 1, 1, 0, 0, 5, 2, 5, 1, 5, 0, 6, 5, 1, 14, 1, 0, 3, 0, 1, 45, 45, 45, 45, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 2, 2, 0, 0, 0, 1, 0, 2, 3, 0, 2, 0, 0, 3, 0, 0, 0, 0, 0, 2, 0, 0, 25, 0, 0, 0, 1, 10, 0, 3, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 1, 3, 2, 1, 17, 17, 17, 17, 0, 0, 0, 7, 7, 7, 7, 1, 0, 1, 0, 6, 0, 1, 4, 58, 2, 0, 0, 0, 0, 1, 2, 0, 0, 0, 4, 0, 1, 1, 1, 0, 0, 0, 1, 0, 3, 1, 0, 0, 0, 1, 26, 3, 0, 0, 1, 1, 0, 6, 0, 54, 54, 54, 54, 5, 3, 5, 13, 2, 0, 0, 7, 1, 7, 1, 0, 1, 1, 1, 16, 3, 0, 2, 0, 1, 0, 2, 2, 28, 7, 7, 7, 7, 0, 1, 0, 0, 0, 0, 1, 1, 9, 1, 1, 2, 1, 0, 3, 3, 4, 12, 67, 1, 39, 1, 0, 3, 4, 0, 0, 3, 7, 0, 0, 9, 3, 1, 4, 2, 2, 0, 1, 5, 0, 2, 2, 0, 2, 1, 1, 1, 1, 1, 1, 14, 0, 0, 1, 4, 2, 1, 2, 2, 1, 3, 0, 0, 0, 2, 2, 1, 1, 1, 15, 2, 4, 0, 2, 2, 1, 1, 0, 4, 15, 1, 7, 4, 2, 4, 2, 2, 1, 0, 0, 5, 1, 9, 0, 0, 19, 1, 2, 3, 1, 1, 3, 1, 2, 0, 2, 6, 3, 6, 16, 0, 4, 1, 1, 4, 11, 3, 1, 3, 4, 16, 4, 0, 2, 0, 0, 14, 2, 3, 3, 0, 9, 0, 1, 1, 1, 5, 6, 1, 17, 17, 17, 17, 1, 1, 4, 0, 6, 2, 2, 4, 1, 0, 3, 23, 7, 3, 0, 1, 34, 2, 0, 0, 1, 5, 0, 1, 3, 14, 4, 19, 19, 28, 3, 16, 13, 4, 2, 0, 1, 16, 0, 63, 2, 18, 1, 2, 6, 1, 1, 4, 4, 2, 2253, 2253, 2253, 2253, 0, 0, 0, 0, 1, 0, 0, 3, 10, 0, 0, 0, 1, 12, 3, 2, 17, 1, 1, 2, 2, 1, 2, 0, 0, 0, 2, 2, 2, 69, 0, 5, 1, 0, 98, 55, 0, 53, 4, 327, 2, 1, 3, 1, 1, 2, 0, 3, 4, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 4, 0, 1, 3, 3, 24, 8, 0, 0, 11, 0, 3, 0, 4, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 29, 1, 68, 2, 0, 1, 20, 0, 1, 0, 1, 1, 5, 12, 7, 0, 12, 11, 8, 15, 0, 0, 91, 5, 16, 5, 0, 0, 1, 0, 0, 0, 37, 183, 3, 0, 3, 6, 25, 0, 0, 0, 0, 2, 0, 4, 0, 0, 30, 2, 0, 58, 1, 0, 10, 1, 1, 0, 12, 1, 0, 5, 1, 1, 4, 0, 1, 8, 1, 3, 0, 0, 7, 12, 12, 12, 12, 5, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 16, 26, 0, 0, 2, 3, 1, 3, 1, 0, 8, 31, 6, 7, 42, 5, 0, 30, 30, 30, 30, 4, 3, 3, 17, 2, 0, 2, 0, 2, 15, 0, 1, 15, 15, 15, 15, 1, 0, 1, 4, 1, 0, 1, 4, 1, 3, 2, 4, 13, 0, 2, 0, 0, 2, 2, 0, 47, 1, 6, 0, 1, 3, 0, 3, 10, 23, 23, 23, 23, 4, 6, 0, 0, 7, 1, 0, 0, 0, 0, 1, 1, 7, 4, 19, 3, 0, 4, 0, 7, 11, 2, 5, 1, 1, 15, 1, 9, 3, 11, 28, 1, 149, 0, 5, 6, 1, 2, 3, 1, 3, 3, 3, 3, 3, 1, 2, 0, 2, 1, 10, 11, 1, 3, 2, 0, 4, 0, 0, 0, 0, 1, 107, 20, 7, 7, 7, 7, 1, 2, 2, 2, 2, 0, 0, 9, 1, 0, 4, 1, 7, 1, 0, 1, 10, 6, 4, 2, 84, 449, 1, 4, 17, 4, 4, 1, 0, 1, 3, 478, 1, 2, 3, 8, 46, 3, 29, 1, 4, 4, 1, 7, 0, 0, 175, 0, 20, 1, 0, 0, 8, 1, 378, 378, 378, 378, 0, 6, 1, 18, 0, 0, 9, 121, 121, 121, 121, 3, 13, 0, 4, 1, 1, 7, 1, 6, 12, 38, 38, 38, 38, 38, 38, 38, 38, 38, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 0, 0, 16, 0, 0, 0, 6, 0, 2, 0, 0, 1, 3, 2, 3, 5, 1, 0, 0, 1, 0, 1, 38, 3, 1, 0, 17, 1, 1, 1, 26, 1, 2, 21, 0, 4, 1, 3, 2, 2, 0, 5, 12, 1, 231, 1, 0, 1, 1, 2, 2, 2, 2, 5, 2, 25, 4, 80, 1, 0, 9, 15, 9, 23, 2, 2, 37, 0, 0, 401, 401, 401, 401, 28, 3, 1, 0, 7, 9, 2, 0, 0, 0, 0, 6, 6, 2, 13, 2, 8, 7, 3, 11, 7, 2, 14, 4, 2, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 0, 3, 3, 4, 0, 3, 1, 5, 0, 0, 0, 0, 2, 1, 1, 0, 8, 17, 17, 17, 17, 4, 3, 73, 73, 73, 73, 9, 3, 0, 0, 0, 0, 4, 3, 1, 2, 0, 2, 1, 0, 1, 1, 0, 7, 12, 3, 0, 2, 1, 0, 2, 11, 1, 1, 3, 15, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 3, 0, 0, 0, 0, 0, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 0, 1, 52, 9, 9, 9, 9, 2, 2253, 2253, 2253, 2253, 1, 0, 0, 1, 0, 1, 9, 0, 2, 16, 2, 4, 0, 6, 6, 6, 19, 0, 1, 1, 5, 0, 2, 0, 0, 0, 1, 16, 0, 1, 5, 0, 3, 8, 9, 74, 1, 0, 0, 12, 6, 0, 0, 2, 1, 40, 1, 3, 129, 4, 10, 0, 13, 0, 14, 2, 3, 6, 8, 1, 10, 3, 1, 46, 2, 1, 19, 0, 28, 1, 1, 6, 5, 0, 3, 10, 9, 5, 0, 3, 40, 16, 0, 19, 13, 5, 3, 0, 10, 8, 0, 11, 4, 1, 1, 14, 0, 0, 0, 2, 11, 7, 1, 23, 11, 0, 0, 0, 14, 27, 0, 0, 0, 2, 0, 2, 4, 4, 12, 6, 3, 0, 4, 0, 2, 4, 7, 1, 4, 0, 0, 50, 0, 4, 0, 0, 1, 8, 2, 0, 0, 30, 30, 30, 30, 0, 3, 4, 0, 0, 5, 0, 3, 6, 4, 0, 9, 1, 6, 1, 0, 0, 0, 0, 11, 0, 0, 0, 2, 4, 24, 0, 2, 9, 5, 8, 0, 0, 0, 31, 5, 0, 1, 3, 2, 0, 1, 4, 2, 10, 10, 10, 10, 0, 0, 2, 1, 1, 108, 2, 0, 11, 25, 4, 0, 2, 7, 2, 4, 5, 7, 5, 5, 6, 0, 1, 1, 0, 1, 0, 1, 0, 6, 0, 0, 0, 16, 0, 0, 0, 22, 0, 0, 1, 0, 4, 1, 1, 2, 0, 0, 0, 0, 1, 2, 0, 1, 3, 0, 0, 0, 33, 33, 33, 33, 33, 33, 33, 33, 33, 0, 2, 0, 0, 0, 0, 0, 2, 3, 0, 0, 0, 13, 9, 9, 9, 9, 3, 0, 0, 0, 1, 2, 0, 0, 0, 1, 0, 2, 1, 1, 0, 6, 0, 38, 2, 0, 0, 0, 0, 14, 0, 4, 0, 3, 1, 1, 0, 1, 6, 0, 3, 33, 33, 33, 33, 33, 33, 33, 33, 33, 2, 3, 5, 0, 0, 0, 6, 4, 44, 0, 33, 0, 0, 0, 0, 7, 2, 0, 37, 5, 13, 3, 0, 0, 2, 5, 1, 2, 3, 1, 24, 0, 0, 1, 4, 15, 17, 1, 1, 4, 3, 22, 2, 4, 2, 2, 3, 1, 10, 2, 2, 0, 0, 6, 7, 0, 2, 1, 1, 0, 57, 0, 0, 0, 0, 3, 1, 2, 2, 16, 1, 1, 1, 1, 1, 19, 9, 8, 1556, 17, 5, 34, 3, 3, 3, 3, 4, 3, 0, 13, 2, 13, 3, 3, 0, 1, 0, 0, 132, 3, 2, 0, 2, 0, 0, 1, 0, 1, 0, 1, 4, 10, 2, 6, 1, 0, 0, 0, 0, 1, 0, 0, 1, 7, 151, 55, 81, 81, 81, 81, 0, 8, 0, 0, 0, 3, 0, 0, 12, 4, 6, 1, 0, 0, 1, 2, 2, 16, 4, 1, 2, 1, 1, 2, 2, 15, 32, 0, 0, 0, 0, 71, 2, 0, 71, 2, 1, 11, 5, 4, 0, 3, 28, 28, 28, 28, 5, 6, 11, 14, 7, 1, 3, 0, 1, 5, 2, 2, 3, 1, 5, 0, 2, 3, 0, 10, 42, 2, 0, 52, 0, 1, 0, 0, 9, 4, 0, 3, 6, 3, 0, 27, 1, 1, 13, 3, 0, 0, 2, 19, 2, 10, 0, 1, 91, 7, 9, 2, 17, 2, 16, 5, 1, 0, 4, 9, 1, 0, 2, 1, 1, 2, 3, 3, 3, 3, 3, 2, 0, 0, 2, 2, 2, 2, 2, 1, 2, 1, 17, 53, 1, 116, 62, 62, 62, 62, 2, 9, 9, 9, 9, 2, 1, 0, 1, 0, 3, 0, 5, 32, 0, 1, 1, 0, 1, 4, 2, 117, 117, 117, 117, 1, 16, 15, 1, 1, 1, 6, 0, 1, 24, 6, 2, 2, 7, 4, 1, 17, 33, 0, 0, 5, 0, 9, 20, 20, 5, 5, 5, 1, 21, 0, 2, 0, 0, 0, 1, 3, 1, 31, 0, 0, 166, 0, 0, 0, 0, 5, 0, 5, 0, 3, 7, 165, 0, 3, 12, 27, 3, 5, 7, 11, 5, 2, 6, 5, 3, 0, 164, 2, 0, 2, 17, 17, 17, 17, 2, 0, 2, 1, 0, 7, 0, 2, 1, 4, 4, 4, 4, 0, 2, 0, 11, 0, 0, 1, 0, 6, 3, 5, 5, 5, 5, 0, 0, 21, 1, 1, 2, 1, 6, 6, 4, 1, 0, 21, 27, 2, 1, 0, 12, 2, 57, 4, 0, 26, 4, 5, 0, 2, 10, 4, 0, 6, 4, 7, 0, 1, 4, 0, 0, 23, 1, 5, 2, 0, 1, 0, 2, 3, 1, 0, 1, 35, 3, 0, 0, 83, 0, 0, 11, 10, 12, 9, 7, 0, 15, 1, 5, 28, 10, 1, 0, 0, 17, 12, 12, 12, 12, 4, 5, 4, 1, 1, 2, 4, 0, 8, 0, 5, 0, 20, 3, 1, 0, 1, 1, 0, 17, 5, 5, 2, 2, 2, 4, 0, 4, 1, 33, 3, 0, 2, 0, 0, 0, 1, 0, 0, 1, 8, 0, 2, 0, 0, 7, 2, 3, 0, 1, 306, 306, 306, 306, 306, 306, 306, 306, 306, 306, 306, 306, 306, 306, 306, 306, 8, 0, 4, 1, 0, 2, 4, 0, 19, 2, 8, 4, 0, 1, 2, 2, 0, 0, 3, 0, 0, 0, 0, 0, 11, 11, 11, 11, 0, 4, 5, 11, 11, 11, 11, 29, 15, 306, 306, 306, 306, 306, 306, 306, 306, 306, 306, 306, 306, 306, 306, 306, 306, 5, 2, 68, 0, 0, 1, 1, 0, 0, 2, 0, 3, 0, 0, 0, 0, 14, 6, 6, 6, 6, 1, 1, 0, 0, 7, 2, 89, 0, 2, 4, 3, 9, 1, 1, 2, 9, 1, 0, 2, 4, 0, 1, 1, 117, 117, 117, 117, 0, 1, 1, 1, 2, 13, 0, 14, 7, 3, 15, 5, 0, 1, 8, 0, 1, 7, 5, 1, 2, 3, 13, 0, 1, 5, 0, 0, 1, 114, 18, 49, 1, 0, 0, 7, 0, 13, 1, 1, 1, 5, 5, 5, 5, 2, 3, 4, 1, 3, 2, 1, 1, 2, 2, 4, 114, 11, 0, 18, 0, 0, 3, 22, 3, 0, 1, 0, 5, 5, 5, 5, 5, 5, 3, 1, 1, 1, 0, 6, 4, 3, 94, 0, 0, 4, 2, 1, 1, 2, 8, 5, 4, 3, 2, 73, 73, 73, 73, 2, 0, 1, 2, 0, 11, 0, 0, 4, 1, 3, 5, 1, 10, 6, 46, 0, 1, 2, 1, 4, 11, 3, 12, 2, 0, 25, 0, 3, 0, 1, 3, 5, 1, 43, 20, 5, 1, 11, 4, 1, 20, 250, 3, 2, 2, 2, 2, 1184, 32, 5, 22, 1, 9, 0, 21, 9, 15, 2, 12, 5, 5, 11, 6, 1, 9, 39, 5, 2, 19, 70, 1, 2, 54, 0, 0, 4, 25, 2, 0, 6, 0, 5, 1, 0, 0, 1, 0, 0, 0, 545, 0, 0, 0, 2, 0, 0, 1, 4, 0, 0, 0, 2, 131, 1, 1, 0, 11, 1, 1, 34, 19, 1, 1, 9, 0, 3, 21, 1, 8, 91, 9, 1, 0, 2, 0, 2, 10, 5, 85, 12, 4, 10, 8, 15, 17, 0, 4, 1041, 1041, 1041, 1041, 2, 4, 0, 49, 6, 6, 0, 10, 2, 6, 3, 331, 0, 9, 0, 0, 25, 27, 3, 4, 2, 0, 0, 2, 5, 0, 10, 1, 1, 0, 0, 2, 0, 0, 0, 18, 8, 23, 23, 23, 23, 4, 0, 0, 10, 10, 10, 10, 10, 10, 10, 10, 10, 15, 2, 4, 0, 4, 0, 0, 1, 1, 2, 0, 3, 3, 0, 1, 10, 2, 4, 10, 0, 10, 1, 0, 2, 2, 2, 0, 0, 0, 0, 3, 28, 9, 9, 9, 9, 3, 3, 2, 2, 2, 2, 22, 2, 2, 1, 6, 0, 8, 0, 0, 0, 3, 0, 0, 1, 0, 2, 0, 1, 0, 1, 0, 2, 1, 0, 23, 0, 1, 2, 3, 22, 0, 3, 15, 14, 9, 1, 2, 15, 1, 0, 3, 1, 7, 1, 3, 2, 7, 1, 10, 12, 1, 32, 32, 32, 32, 2, 5, 12, 0, 0, 2, 3, 1, 0, 3, 5452, 5452, 5452, 5452, 1, 3, 41, 3, 7, 9, 27, 0, 14, 1, 1, 5, 5, 0, 0, 0, 0, 0, 0, 13, 0, 1, 6, 8, 0, 1, 4, 13, 0, 0, 3, 0, 8, 5, 0, 4, 6, 6, 6, 6, 6, 6, 6, 6, 6, 0, 0, 11, 11, 11, 11, 8, 10, 10, 10, 10, 4, 1, 18, 1, 1, 1, 1, 4, 1, 0, 0, 8, 17, 1, 3, 4, 4, 8, 24, 8, 1, 0, 0, 0, 0, 427, 0, 12, 12, 12, 12, 0, 2, 20, 20, 20, 20, 42, 0, 3, 19, 3, 1, 4, 1, 1, 0, 2, 9, 0, 2, 1, 10, 2, 4, 1, 2, 24, 24, 24, 24, 42, 42, 42, 42, 2, 2, 1, 20, 5, 2, 4, 3, 10, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 3, 33, 33, 33, 33, 33, 33, 33, 33, 33, 0, 1, 0, 0, 0, 24, 24, 24, 24, 2, 0, 0, 1, 1, 2, 0, 11, 10, 0, 3, 0, 4, 1, 0, 1, 2, 3, 0, 3, 0, 10, 1, 12, 0, 0, 6, 3, 1, 24, 79, 0, 8, 5, 1, 0, 2, 0, 19, 1, 0, 21, 24, 24, 24, 24, 61, 2, 10, 6, 1, 0, 1, 0, 6, 2, 1, 3, 0, 1, 2, 0, 0, 1, 0, 0, 12, 4, 1, 1, 6, 1, 41, 5, 3, 0, 32, 26, 2, 0, 10, 5, 7, 3, 0, 1, 14, 2, 1, 35, 6, 8, 2, 6, 0, 1, 0, 0, 7, 1, 4, 0, 0, 0, 0, 1, 1, 4, 1, 1, 9, 2, 0, 15, 47, 2, 2, 0, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 0, 0, 1, 0, 0, 0, 0, 6, 7, 337, 4, 50, 6, 2, 2, 0, 4, 2, 0, 1, 38, 0, 23, 23, 23, 23, 1, 0, 1, 8, 0, 0, 0, 0, 2, 382, 382, 382, 382, 5, 0, 6, 11, 15, 1, 47, 0, 0, 416, 1, 5, 8, 3, 1, 94, 38, 10, 4, 0, 12, 29, 0, 20, 0, 6, 0, 2, 2, 3, 0, 0, 0, 0, 0, 6, 1, 1, 0, 2, 4, 8, 3, 2, 4, 2, 1, 0, 14, 8, 4, 25, 1, 3, 2, 6, 2, 1, 2, 2, 0, 5, 2, 0, 0, 1, 0, 1, 2, 1, 0, 7, 0, 0, 1, 0, 0, 16, 0, 0, 0, 0, 0, 2, 3, 0, 0, 1, 0, 0, 3, 12, 12, 12, 12, 0, 2, 1, 0, 1, 0, 2, 0, 2, 32, 12, 3, 0, 0, 0, 4, 46, 1, 7, 5, 1, 9, 16, 0, 6, 0, 4, 4, 4, 4, 10, 0, 1, 4, 0, 1, 1, 1, 1, 56, 0, 12, 2, 3, 0, 0, 11, 7, 0, 0, 8, 1, 96, 66, 9, 4, 3, 7, 2, 2, 6, 7, 18, 0, 2, 10, 0, 0, 0, 10, 1, 3, 9, 0, 6, 6, 6, 6, 4, 2, 23, 21, 53, 0, 6, 56, 0, 2, 11, 10, 9, 1, 10, 14, 5, 9, 2, 9, 5, 1, 7, 4, 2, 24, 0, 2, 1, 1, 0, 0, 0, 22, 0, 0, 0, 0, 19, 15, 19, 0, 1, 31, 0, 5, 1, 22, 0, 6, 0, 3, 7, 2, 0, 1, 0, 0, 3, 0, 123, 0, 0, 56, 0, 0, 0, 2, 0, 0, 3, 1, 10, 1, 0, 0, 0, 0, 2, 0, 19, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 4, 2, 2, 0, 1, 27, 0, 1, 4, 4, 1, 2, 2, 1, 0, 1, 3, 1, 2, 2, 3, 3, 3, 3, 5, 1, 3, 3, 0, 2, 0, 43, 4, 0, 160, 6, 1, 2, 5, 2, 15, 7, 5, 10, 79, 11, 11, 11, 11, 1, 2, 4, 10, 143, 12, 3, 1, 1, 4, 185, 3, 1, 0, 0, 5452, 5452, 5452, 5452, 11, 5, 2, 4, 9, 7, 7, 4, 15, 5, 5, 2, 2, 1, 0, 7, 9, 9, 9, 9, 13, 0, 15, 14, 8, 14, 1, 4, 20, 20, 20, 20, 42, 306, 306, 306, 306, 306, 306, 306, 306, 306, 306, 306, 306, 306, 306, 306, 306, 1, 9, 0, 0, 4, 981, 981, 981, 981, 11, 0, 0, 3, 1, 0, 2, 0, 1, 0, 1, 2, 1, 1, 0, 5, 3, 1, 1, 8, 3, 3, 3, 3, 3, 3, 3, 3, 3, 9, 0, 0, 1, 0, 0, 98, 2, 14, 0, 6, 1, 2, 0, 3, 0, 1, 0, 4, 4, 0, 2, 16, 7, 6, 41, 41, 41, 41, 41, 41, 41, 41, 41, 5, 1, 1, 0, 0, 2, 21, 7, 10, 3, 3, 6, 0, 0, 0, 0, 0, 19, 1, 3, 0, 5, 0, 5, 6, 2, 9, 1, 0, 1, 1, 1, 1, 4, 0, 1, 2, 10, 1, 1, 0, 1, 0, 2083, 0, 1, 3, 0, 0, 1, 2, 0, 87, 0, 0, 4, 0, 1, 106, 1, 6, 0, 2, 1, 0, 0, 33, 0, 2, 0, 0, 1, 7, 33, 33, 33, 33, 11, 0, 1, 9, 0, 3, 0, 30, 0, 0, 1, 0, 49, 1, 36, 5, 7, 1, 6, 3, 6, 1, 3, 3, 3, 3, 0, 9, 1, 0, 2, 20, 1, 0, 0, 8, 8, 8, 8, 0, 3, 0, 4, 5, 2, 0, 68, 3, 2, 51, 2, 7, 0, 0, 0, 9, 2, 0, 49, 157, 2, 8, 1, 5, 5, 38, 32, 0, 2, 23, 10, 3, 1, 0, 0, 0, 0, 0, 0, 3, 0, 18, 18, 18, 18, 0, 1, 2, 0, 1, 0, 0, 0, 2, 1, 2, 582, 582, 582, 582, 1, 0, 47, 0, 0, 0, 6, 4, 41, 2, 3, 2, 0, 5, 4, 1, 0, 1, 3, 3, 3, 3, 3, 0, 1, 5, 7, 0, 1, 3, 0, 3, 0, 1, 0, 0, 2, 3, 0, 0, 1, 6, 7, 2, 1, 1, 1, 2, 0, 4, 3, 1, 3, 5, 8, 13, 1, 2, 3, 1, 0, 2, 0, 2, 38, 0, 18, 0, 88, 0, 0, 0, 41, 2, 0, 1, 1640, 0, 0, 6, 0, 0, 0, 45, 6, 42, 42, 42, 42, 0, 1, 8, 0, 1, 4, 0, 50, 0, 0, 2, 0, 3, 0, 0, 2, 1, 1, 2, 0, 0, 1, 0, 2, 0, 2, 0, 0, 9, 1, 2, 10, 0, 2, 0, 6, 1, 7, 4, 7, 8, 1, 4, 9, 5, 0, 0, 3, 4, 0, 0, 4, 191, 2, 0, 5, 29, 3, 5, 4, 0, 0, 0, 1, 14, 0, 0, 11, 2, 6, 0, 4, 3, 0, 2, 0, 2, 1, 0, 0, 0, 0, 0, 0, 3, 3, 4, 6, 0, 2, 2, 0, 4, 2, 2, 0, 0, 1, 45, 45, 45, 45, 7, 0, 2, 11, 2, 2, 0, 0, 76, 0, 1, 3, 1, 16, 1, 0, 13, 7, 8, 152, 0, 9, 0, 0, 0, 0, 16, 6, 3, 1, 10, 0, 0, 9, 9, 9, 9, 2, 16, 0, 125, 0, 7, 0, 2, 0, 0, 2, 0, 3, 0, 1, 21, 14, 5, 5, 2, 4, 5, 1, 2, 0, 142, 0, 1, 3, 2, 0, 2, 4, 0, 0, 2, 7, 1, 1, 12, 7, 2, 7, 0, 0, 0, 0, 6, 1, 0, 4, 4, 4, 4, 0, 6, 6, 6, 6, 10, 2, 0, 0, 0, 0, 2, 0, 1, 1, 1, 1, 0, 2, 18, 0, 0, 0, 0, 0, 2, 0, 7, 4, 0, 17, 6, 4, 4, 7, 6, 5, 16, 9, 4, 0, 1, 38, 1, 0, 1, 2, 2539, 1, 0, 3, 0, 5, 14, 0, 1, 0, 1, 2, 7, 0, 11, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 150, 0, 2, 3, 1, 11, 1, 0, 3, 1, 0, 1, 5, 5, 3, 1, 6, 2, 205, 205, 205, 205, 2, 0, 14, 0, 4, 1, 29, 0, 56, 0, 0, 3, 1, 2, 1, 11, 0, 4, 29, 0, 1, 0, 5, 5, 5, 5, 11, 1, 1, 2, 0, 1, 18, 0, 0, 0, 0, 0, 2, 0, 1, 9, 1, 16, 3, 36, 16, 6, 2, 0, 0, 2, 16, 0, 1, 0, 1, 5, 5, 0, 2, 1, 0, 0, 0, 0, 2, 9, 28, 21, 50, 0, 1, 9, 1, 1, 23, 44, 9, 9, 9, 9, 3, 0, 10, 0, 25, 14, 0, 1, 0, 3, 2, 2, 1, 0, 3, 4, 0, 1, 0, 0, 4, 0, 5, 0, 0, 0, 4, 3, 41, 25, 0, 4, 1, 5, 0, 2, 4, 11, 7, 1, 8, 0, 4, 3, 4, 4, 3, 29, 1, 31, 10, 3, 4, 1, 14, 21, 38, 3, 3, 0, 5, 1, 0, 334, 0, 5, 1, 14, 11, 7, 1, 11, 4, 5, 0, 2, 1, 0, 1, 4, 34, 7, 2, 1, 1, 6, 1, 3, 2, 1, 4, 1, 2, 12, 9, 41, 1, 1, 0, 10, 123, 0, 0, 1, 0, 0, 0, 0, 9, 9, 9, 9, 0, 2, 17, 1, 0, 0, 6, 0, 0, 1, 0, 0, 0, 11, 1, 0, 1, 0, 2, 0, 0, 1, 354, 0, 0, 12, 0, 6, 0, 11, 1, 1, 3, 29, 5, 0, 4, 5, 4, 6, 0, 0, 1, 0, 0, 0, 1, 3, 1, 1, 17, 5, 15, 23, 3, 3, 6, 0, 6, 0, 0, 6, 2, 23, 0, 1041, 1041, 1041, 1041, 2, 77, 77, 77, 77, 7, 8, 10, 0, 15, 0, 6, 4, 18, 0, 2, 4, 1, 2, 11, 1, 5, 2, 0, 0, 0, 0, 4, 8, 5, 10, 9, 71, 6, 0, 59, 5, 0, 56, 0, 4, 6, 1, 3, 8, 15, 0, 0, 1, 132, 0, 9, 1, 0, 0, 0, 0, 5, 2, 0, 16, 8, 5, 2, 0, 4, 9, 2, 0, 0, 1, 5, 1, 77, 28, 10, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 10, 1, 0, 46, 0, 9, 6, 0, 3, 0, 34, 2, 2, 0, 7, 0, 0, 2, 0, 0, 32, 5, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 3, 0, 0, 0, 21, 0, 0, 1, 3, 131, 131, 131, 131, 2, 4, 2, 3, 1, 2, 5, 7, 0, 0, 0, 3, 4, 1, 14, 2, 4, 0, 0, 12, 1, 13, 0, 4, 5, 3, 0, 0, 1, 5, 1, 0, 2, 3, 2, 3, 0, 4, 2, 1, 0, 0, 0, 0, 0, 2, 5, 3, 0, 0, 9, 2, 2, 0, 0, 33, 0, 1, 5, 0, 2, 0, 1, 10, 62, 1, 5, 37, 10, 4, 10, 10, 10, 10, 10, 10, 10, 10, 10, 2, 2, 64, 1, 0, 1, 9, 1, 0, 3, 0, 6, 0, 8, 1, 0, 0, 3, 9, 0, 205, 205, 205, 205, 1, 6, 2, 0, 16, 2, 1, 0, 0, 109, 2, 12, 1, 1, 1, 1, 27, 6, 4, 7, 4, 0, 0, 8, 4, 172, 17, 2, 7, 0, 0, 5, 1, 22, 0, 0, 1, 18, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 41, 2, 0, 1, 17, 0, 0, 1, 0, 241, 0, 23, 5, 2, 4, 16, 5, 2, 4, 54, 2, 0, 1, 5, 3, 0, 2, 7, 7, 7, 7, 2, 0, 1, 40, 2, 2, 2, 2, 2, 0, 3, 93, 3, 0, 6, 0, 71, 0, 0, 2, 0, 0, 1, 8, 0, 1, 63, 0, 0, 0, 0, 1, 4, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 3, 10, 21, 8, 0, 1, 1, 1, 1, 3, 9, 26, 1, 99, 1, 13, 0, 1, 3, 2, 5, 1, 0, 32, 2, 17, 35, 0, 46, 2, 41, 1, 198, 22, 1, 0, 0, 0, 1, 28, 1, 4, 7, 2, 51, 11, 0, 7, 0, 2, 2, 2, 2, 2, 1, 0, 0, 1, 5, 0, 3, 2, 1, 834, 7, 5, 11, 9, 6, 6, 15, 8, 0, 3, 1, 7, 15, 3, 6, 6, 6, 6, 6, 6, 6, 6, 6, 3, 6, 18, 18, 18, 18, 4, 91, 9, 13, 1, 0, 96, 4, 1, 1, 2, 1, 101, 1, 0, 2, 7, 2, 2, 2, 2, 1, 0, 0, 6, 0, 4, 0, 0, 0, 5, 1, 0, 0, 20, 1, 3, 4, 5, 6, 6, 20, 0, 1, 0, 0, 0, 0, 5, 5, 5, 5, 0, 0, 9, 2, 0, 2, 1, 0, 1, 0, 0, 9, 10, 10, 10, 10, 0, 0, 0, 0, 0, 0, 0, 1, 0, 5, 0, 2, 0, 0, 0, 0, 0, 0, 2, 3, 0, 0, 0, 0, 17, 1, 1, 1, 1, 2, 0, 3, 0, 2, 1, 0, 1, 0, 0, 0, 3, 0, 1, 1, 2, 6, 0, 3, 0, 0, 0, 38, 30, 3, 2, 2, 1, 1, 3, 7, 3, 3, 3, 3, 2, 2, 4, 2, 0, 17, 38, 0, 1, 2, 0, 0, 1, 0, 0, 102, 0, 1, 1, 1, 1, 1, 8, 2, 11, 1, 0, 2, 0, 0, 1, 2, 32, 4, 4, 0, 38, 13, 13, 13, 13, 6, 5, 0, 6, 8, 4, 8, 0, 20, 13, 14, 3, 1, 94, 3, 20, 3, 2, 9, 4, 8, 8, 8, 8, 0, 1, 11, 1, 3, 1, 1, 3, 3, 4, 4, 4, 1, 0, 3, 0, 2, 12, 5, 5, 5, 5, 7, 10, 3, 10, 2, 2, 47, 2, 0, 0, 0, 0, 0, 27, 0, 1, 3, 8, 3, 2, 0, 4, 8, 0, 0, 0, 0, 0, 4, 8, 0, 2, 2, 0, 127, 127, 127, 127, 0, 306, 306, 306, 306, 306, 306, 306, 306, 306, 306, 306, 306, 306, 306, 306, 306, 16, 1, 22, 0, 0, 0, 0, 17, 5, 0, 0, 0, 2, 1, 0, 1, 8, 0, 12, 0, 0, 1, 2, 0, 58, 1, 0, 1, 0, 2, 1, 1, 0, 0, 7, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 4, 2, 8, 1, 1, 0, 1, 0, 1, 2, 0, 36, 0, 2, 7, 3, 0, 0, 0, 5, 2, 4, 0, 5, 0, 0, 1, 84, 4, 0, 22, 2, 1, 2, 1, 0, 1, 171, 0, 1, 45, 9, 9, 9, 9, 0, 1, 83, 0, 9, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 4, 32, 8, 1, 8, 0, 3, 0, 0, 1, 42, 4, 8, 16, 4, 10, 1, 8, 8, 2, 1, 2, 33, 33, 33, 33, 3, 3, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 1, 1, 2, 4, 1, 4, 0, 33, 33, 33, 33, 4, 4, 1, 1, 0, 6, 203, 5, 4, 70, 9, 0, 9, 16, 0, 27, 38, 62, 62, 62, 62, 1, 6, 2, 24, 2, 7, 23, 36, 2, 1, 19, 22, 2, 8, 0, 4, 0, 7, 0, 8, 4, 6, 0, 3, 1, 17, 13, 13, 13, 13, 7, 4, 1, 2, 8, 0, 0, 2, 10, 63, 1, 4, 2, 7, 0, 0, 0, 0, 0, 0, 0, 5, 1, 0, 11, 0, 1, 0, 1, 1, 8, 30, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 0, 1, 2, 0, 9, 2, 0, 25, 0, 14, 0, 1, 1, 3, 0, 0, 3, 1, 0, 0, 0, 2, 0, 0, 0, 3, 0, 1, 1, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 10, 0, 0, 5, 3, 2, 1, 3, 0, 0, 0, 5, 6, 3, 2, 0, 0, 0, 3, 4, 3, 0, 28, 6, 12, 1954, 16, 0, 0, 0, 1, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 0, 3, 0, 0, 2, 0, 0, 0, 2, 1, 18, 1, 13, 0, 1, 10, 4, 1, 0, 14, 13, 1, 1, 0, 4, 0, 0, 1, 1, 3, 0, 0, 12, 5, 1, 3, 3, 1, 11, 4, 0, 0, 0, 4, 1, 3, 3, 2, 11, 144, 0, 12, 7, 3, 1, 7, 0, 3, 1, 7, 3, 0, 0, 4, 2, 1, 0, 0, 1, 51, 1, 1, 5, 0, 3, 4, 6, 2, 33, 33, 33, 33, 3, 6, 3, 27, 5, 3, 5, 14, 0, 0, 10, 1, 63, 5, 4, 2, 0, 9, 9, 9, 9, 1, 0, 5, 0, 0, 0, 42, 42, 42, 42, 0, 0, 0, 0, 11, 2, 32, 0, 45, 9, 37, 6, 1, 2, 1, 0, 3, 3, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 6, 0, 2, 0, 0, 0, 9, 0, 0, 2, 0, 0, 1, 3, 0, 0, 4, 1, 118, 2, 0, 0, 0, 2, 0, 0, 1, 0, 3, 2, 7, 1, 4, 2, 2, 2, 2, 0, 0, 5, 4, 2, 0, 0, 0, 71, 58, 11, 0, 0, 0, 0, 0, 3, 1, 4, 0, 0, 0, 0, 1, 5, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 2, 4, 9, 1, 3, 144, 4, 2, 3, 3, 77, 1, 2, 1, 2, 0, 3, 2, 1, 0, 1, 2, 1, 0, 1, 8, 5, 0, 0, 29, 0, 9, 1, 25, 1, 77, 77, 77, 77, 0, 8, 0, 0, 1, 5, 451, 1, 0, 3, 1, 3, 2, 31, 5, 0, 3, 5, 0, 0, 4, 4, 4, 4, 5, 3, 19, 0, 8, 0, 6, 0, 5, 0, 3, 0, 113, 1, 0, 4, 96, 0, 12, 2, 4, 0, 5, 2, 2, 2, 2, 3, 2, 7, 1, 5, 6, 0, 1, 2, 2, 0, 3, 2, 9, 3, 1, 14, 2, 1, 3, 6, 9, 4, 17, 1, 9, 4, 9, 8, 22, 0, 148, 148, 148, 148, 9, 3, 0, 7, 2, 13, 2, 382, 382, 382, 382, 3, 15, 5, 0, 0, 0 ], "yaxis": "y" } ], "layout": { "font": { "size": 13 }, "height": 400, "legend": { "tracegroupgap": 0 }, "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "white", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "white", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "fillpattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "white", "showlakes": true, "showland": true, "subunitcolor": "#C8D4E3" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "white", "polar": { "angularaxis": { "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "ticks": "" }, "bgcolor": "white", "radialaxis": { "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "white", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "showbackground": true, "ticks": "", "zerolinecolor": "#EBF0F8" }, "yaxis": { "backgroundcolor": "white", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "showbackground": true, "ticks": "", "zerolinecolor": "#EBF0F8" }, "zaxis": { "backgroundcolor": "white", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "showbackground": true, "ticks": "", "zerolinecolor": "#EBF0F8" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6", "ticks": "" }, "baxis": { "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6", "ticks": "" }, "bgcolor": "white", "caxis": { "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 } } }, "title": { "text": "Stars and forks for PubMed GitHub repositories", "y": 0.8, "yanchor": "bottom", "yref": "container" }, "width": 700, "xaxis": { "anchor": "y", "autorange": true, "domain": [ 0, 1 ], "range": [ -0.28691059434947175, 4.751519355202227 ], "title": { "text": "GitHub Stars (log)" }, "type": "log" }, "yaxis": { "anchor": "x", "autorange": true, "domain": [ 0, 1 ], "range": [ -0.33032138301496516, 4.596506024665872 ], "title": { "text": "GitHub Forks (log)" }, "type": "log" } } }, "image/png": "iVBORw0KGgoAAAANSUhEUgAABW8AAAGQCAYAAADRIZJaAAAAAXNSR0IArs4c6QAAIABJREFUeF7s3Qd8FFXXx/Gzm9CrCChdRIoooiii2LCgogj2LnZFFMSKoiiKoogKgtgrNtTHgqgodlEsKIgVRBCkSO89ye77nokTdlNPkr3DZvnN+3k+ryRnZ+587+zM5L9374Si0WhUWBBAAAEEEEAAAQQQQAABBBBAAAEEEEAAAQSSSiBEeJtU/UFjEEAAAQQQQAABBBBAAAEEEEAAAQQQQAABT4DwlgMBAQQQQAABBBBAAAEEEEAAAQQQQAABBBBIQgHC2yTsFJqEAAIIIIAAAggggAACCCCAAAIIIIAAAggQ3nIMIIAAAggggAACCCCAAAIIIIAAAggggAACSShAeJuEnUKTEEAAAQQQQAABBBBAAAEEEEAAAQQQQAABwluOAQQQQAABBBBAAAEEEEAAAQQQQAABBBBAIAkFCG+TsFNoEgIIIIAAAggggAACCCCAAAIIIIAAAgggQHjLMYAAAggggAACCCCAAAIIIIAAAggggAACCCShAOFtEnYKTUIAAQQQQAABBBBAAAEEEEAAAQQQQAABBAhvOQYQQAABBBBAAAEEEEAAAQQQQAABBBBAAIEkFCC8TcJOoUkIIIAAAggggAACCCCAAAIIIIAAAggggADhLccAAggggAACCCCAAAIIIIAAAggggAACCCCQhAKEt0nYKTQJAQQQQAABBBBAAAEEEEAAAQQQQAABBBAgvOUYQAABBBBAAAEEEEAAAQQQQAABBBBAAAEEklCA8DYJO4UmIYAAAggggAACCCCAAAIIIIAAAggggAAChLccAwgggAACCCCAAAIIIIAAAggggAACCCCAQBIKEN4mYafQJAQQQAABBBBAAAEEEEAAAQQQQAABBBBAgPCWYwABBBBAAAEEEEAAAQQQQAABBBBAAAEEEEhCAcLbJOwUmoQAAggggAACCCCAAAIIIIAAAggggAACCBDecgwggAACCCCAAAIIIIAAAggggAACCCCAAAJJKEB4m4SdQpMQQAABBBBAAAEEEEAAAQQQQAABBBBAAAHCW44BBBBAAAEEEEAAAQQQQAABBBBAAAEEEEAgCQUIb5OwU2gSAggggAACCCCAAAIIIIAAAggggAACCCBAeMsxgAACCCCAAAIIIIAAAggg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0BC8qGkTdNSyGqmVbqNJw529ppx/+jFyQLvWkpUVkZfe/CinHTp6dJ82zeXqi0+J+/q++twz8mU5pMNecvxRB3hTX/w+Y45kZmXJHddfKPc+/HK+0ya8OvZT+fybaV6/aKipc7SW1Fr3YdCw0TL5p+mew56tdvX2peN+e3jBtC76lernX/9Qpv2WPYp7372ay6XnnCD77hU/pYKOXK1Rrarcft358v4n38rkn2bIqtVr5bLzukmbVk0L7O/8wlst1r45q9cgL6D835N3eF/PH/H0m3L0Yft5x1fsMurZt+TXGXO80aM6X6gufnir74txH30jkyb/KvP/XSod9tldrrn89Lg2+SNve/boJqNfnyAVK5STj197UCqUL+et66JrhnhBcu+LTpaRz7yZZ+SthqV6rOv0CzqaVI9VfX9dfckp0qh+3bi26jyvDz39htcePa73bNlUqlWrLN/88Jtp2oRpv8+Ss3sN8tZZ1HQFOi2CP+2EfpAzeMRLOX37+59zvH9P/XVmXN/reh+4vZds2rylRCNv73/sVZk1Z6EMu+NKqVhh6+jlv//5V+57ZIwcesBe3nQYuvgjb0/tepjst1dL7z2gzvqe0WkzrrzwJCmXXvTcr0Wdi3Rbur+PvfCO/Dr9b296GXU/5fhD5dSunSQczp6n2n9PHrz/nt6x/PaHX3n9ou05plN7r//LlUuP60/r+0PfYy+8McE7V2q/67lDvylxWtfDvGNcl8dfGCc//faXDLrxIq/fijpf62vUdeQzb8lPv8309kunWzjx2IO9fYudv7kwo/3atow7NmJ3UKdteHP8lznv/7Z7NJPLzjlB9t9n69zMes7T9/wb73/pnYN10fOinkdOO6FTiUbOF3jC4BcIIIAAAggggAACCCCAAAJJKUB4W0C3aKClX13W5eVHBuTMb1lQL9465Gn58PPJXnirAWilitlfi+92zEHeCEc/DNZgYbemDSQ9LT0nFNCgQYMw/0E6fjimYYEGQP6i67nwjC7S7YJbvO3o65o22tkLdDSsKexr2P461qzbIAd27eWFSnu03EWqV60is//51wvwNGAd++xdUn/n2l65BosacviLBmd1atX0tqXLnTdc5AUZ/qJzi+rX1HU5qP2eXnDz488zvbZawtuxH34tDz31Py8o0fbV3ym7HVdddJIcvH8bueqWh7y5VrUdB+67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s3xzfeuUt/pTzJOZPisna1Le6tGlvNXjRHmrx8npWpS3eoQpb/U4Ud7qcQpHLX530qNMeavHifJWj5PTtShv9QhT3upxorzV4xSOWrxmO0uZ8tZZvrm+dcpb/SnmyUyflZM1KW/16FLe6nGivNXj5HQtyls9wpS3epwob/U4haMWvzvpUaa81eNEeavHyelalLd6hClv9ThR3upxCkctXrOdpUx56yzfXN865a3+FPNkps/KyZqUt3p0KW/1OFHe6nFyuhblrR5hyls9TpS3epzCUYvfnfQoU97qcaK81ePkdC3KWz3ClLd6nChv9TiFoxav2c5Sprx1lm+ub53yVn+KeTLTZ+VkTcpbPbqUt3qcKG/1ODldi/JWjzDlrR4nyls9TuGoxe9OepQpb/U4Ud7qcXK6FuWtHmHKWz1OlLd6nMJRi9dsZylT3jrLN9e3TnmrP8U8memzcrIm5a0eXcpbPU6Ut3qcnK5FeatHmPJWjxPlrR6ncNTidyc9ypS3epwob/U4OV2L8laPMOWtHifKWz1O4ajFa7azlClvneWb61unvNWfYp7M9Fk5WZPyVo8u5a0eJ8pbPU5O16K81SNMeavHifJWj1M4avG7kx5lyls9TpS3epycrkV5q0eY8laPE+WtHqdw1OI121nKlLfO8s31rVPe6k8xT2b6rJysSXmrR5fyVo8T5a0eJ6drUd7qEaa81eNEeavHKRy1+N1JjzLlrR4nyls9Tk7XorzVI0x5q8eJ8laPUzhq8ZrtLGXKW2f55vrWKW/1p5gnM31WTtakvNWjS3mrx4nyVo+T07Uob/UIU97qcaK81eMUjlr87qRHmfJWjxPlrR4np2tR3uoRprzV40R5q8cpHLV4zXaWMuWts3xzfeuUt/pTzJOZPisna1Le6tGlvNXjRHmrx8npWpS3eoQpb/U4Ud7qcQpHLX530qNMeavHifJWj5PTtShv9QhT3upxorzV4xSOWrxmO0uZ8tZZvrm+dcpb/SnmyUyflZM1KW/16FLe6nGivNXj5HQtyls9wpS3epwob/U4haMWvzvpUaa81eNEeavHyelalLd6hClv9ThR3upxCkctXrOdpUx56yxftk4CJEACJEACJEACJEACJEACJEACJEACJEACJEAC50SA8vacsHEjEiABEiABEiABEiABEiABEiABEiABEiABEiABEnCW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IAESIAESIAESIAESIAESIAESIAESIAESIIG8TYDyNm/PP0dPAiRAAiRAAiRAAiRAAiRAAiRAAiRAAiRAAiQQoQQobyN0YtgtEiABEiABEiABEiABEiABEiABEiABEiABEiCBvE2A8jZvzz9HTwIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkEKEEKG8jdGLYLRIgARIgARIgARIgARIgARIgARIgARIgARIggbxNgPI2b88/R08CJEACJEACJEACJEACJEACJEACJEACJEACJBChBChvI3Ri2C0SIAESIAESIAESIAESIAESIAESIAESIAESIIG8TYDyNm/PP0dPAiRAAiRAAiRAAiRAAiRAAiRAAiRAAiRAAiQQoQQobyN0YtgtEiABEiABEiABEiABEiABEiABEiABEiABEiCBvE2A8jZvzz9HTwIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkEKEEKG8jdGLYLRIgARIgARIgARIgARIgARIgARIgARIgARIggbxNgPI2b88/R08CJEACJEACJEACJEACJEACJEACJEACJEACJBChBChvI3Ri2C0SIAESIAESIAES0CVgmqaqahiG7iZhrbf3wBGs3bANFzapi6JFCmZ53x6PF263K8vthLuBfQePYM36bShdshga16+hdv/nktWIicmH5o1rZ3t34uLP4O+la1T7bVs2yvb22SAJkAAJkAAJkAAJkIDzBChvnWfMPZAACZAACZAACZBAthMQETj1k9n4b80WrFq/VbVftVJZNG9cB53bt0GLZnUR5Xbjq9m/YuK0r/FC//txeZumqt68hYuRPyZf6r/tzn3x3UJ8NmsBxrzYG1UqlvXr8+59h/D4c+NxS+fLcUfXqzI1nm9/WISnXn0HH014Bhc0OjdJOf/3pXjvs7lYt2kH4k+fQYlihVGtcnk1hhs6XoJSJYqedWyZ6rBDlR/sNxx/L1uLL955EQ3qVFN7uebOgShftiSmjX0q2/fq9Zp4bsRUzJz7O959fTBaXVA/2/fBBkmABEiABEiABEiABJwlQHnrLF+2TgIkQAIkQAIkQALZTuC7H//E4FfeVu1e1ropGtSpiuRkD9Zu3I4/Fq9Sr78x7DG0v/RCzP75L3zw+Tw88fAtaNOioXrv2nsGo0SxIkqm+pZJ78/CxPe+xoypw1C3ZmW/97bs2Isu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/oxJ02amClIRwSKjH7i9U1B+4MBDVXgMe/0DTB09CK0vbOD3tsjbiuVKpbKSvMbvfzFXzY9dShQrjJHP90Lr5mnbSqTte9O/x29/r4RpmmhcvwZqV68IEcXS97YtG/nt5/4nXlMLtv313aQggcyPFgmQAAmQAAmQAAmQQOQSoLyN3Llhz0iABEiABEiABEggQwIi8fbuP6TqlS9TEtHRURluY1eQqNXjJ+JQulQxFbl7rkWkqqRLqF65XIb7l+hV+VO5QpmgNAgZ7T8u/gwOHDqqIm/LlymRbp5ZaSe9scmCbtFRUahcoTQMw8hol0HvS3TrsROnULViWW0JKn0R8V2hbCmIRHe5Mt6vzOuOXfsQmz9GpZTQ6evUT79X0cDfffA/VK9SPrXvkp+3+5MjMKTv3bj7pqszPWZuQAIkQAIkQAIkQAIkcP4IUN6eP/bcMwmQAAmQAAmQAAmQQB4hsHDRcjw6ZCye79cNt3e9Ksuj/mr2rzhy7IRatK5ggVisXr8Vr034RC3K9uH4IamyV8Sx5AGWSOHpbz2fJUmf5U6zARIgARIgARIgARIggUwToLzNNDJuQAIkQAIkQAIkQAIkQAKZJ9D3uXH4+belIdMaZLY1ibCVSFvfIguYvfLUQ6hSsYx6OSkpWQnjPxavynBRtczun/VJgARIgARIgARIgATCQ4DyNjycuRcSIAESIAESIAESIIE8TuDEqXjs3nsQhQrGqrQRWSmS53bnnoM4dOSYaqZCuVIoW6q4X3qFhMQkbNm+B/mio1CzWsWs7I7bkgAJkAAJkAAJkAAJnCcClLfnCTx3SwIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAIkQAJnI0B5y+ODBEiABEiABEiABEiABEiABEiABEiABEiABEiABCKQAOVtBE4Ku0QCJEACJEACJEACJEACJEACJEACJEACJEACJEAClLc8BkiABEiABEiABEiABEiABEiABEiABEiABEiABEggAglQ3kbgpLBLJEACJEACJEACJEACJEACJEACJEACJEACJEACJEB5y2OABEiABEiABEiABEiABEiABEiABEiABEiABEiABCKQAOVtBE4Ku0QCJEACJEACJEACJEACJEACJEACJEACJEACJEAClLc8BkiABEiABEiABEiABEiABEiABEiABEiABEiABEggAglQ3kbgpLBLJEACJEACJEACJEACJEACJEACJEACJEACJEACJEB5y2OABEiABEiABEiABEiABEiABEiABEiABEiABEiABCKQAOVtBE4Ku0QCJEACJEACJEACJEACJEACJEACJEACJEACJEAClLc8BkiABEiABEiABEiABEiABEiABEiABEiABEiABEggAglQ3kbgpLBLJEACJEACJEACJEACJEACJEACJEACJEACJEACJEB5y2OABEiABEiABEiABEiABEiABEiABEiABEiABEiABCKQAOVtBE4Ku0QCJEACJEACJEACJEACJEACJEACJEACJEACJEAClLc8BkiABEiABEiABEiABEiABEiABEiABEiABEiABEggAglQ3kbgpLBLJEACJEACJEACJEACJEACJEACJEACJEACJEACJEB5y2OABEiABEiABEiABEiABEiABEiABEiABEiABEiABCKQAOVtBE4Ku0QCJEACJEACJEACJEACJEACJEACJEACJEACJEAClLc8BkiABEiABEiABEiABEiABEiABEiABEiABEiABEggAglQ3kbgpLBLJEACJEACJEACJEACJEACJEACJEACJEACJEACJEB5y2OABEiABEiABEiABEiABEiABEiABEiABEiABEiABCKQAOVtBE4Ku0QCJEACJEACJEACJEACJEACJEACJEACJEACJEAClLc8BkiABEiABEiABEiABEiABEiABEiABEiABEiABEggAglQ3kbgpLBLJEACJEACJEACJEACJEACJEACJEACJEACJEACJEB5y2OABEiABEiABEiABEiABEiABEiABEiABEiABEiABCKQAOVtBE4Ku0QCJEACJEACJEACJEACJEACJEACJEACJEACJEAClLc8BkiABEiABEiABEiABEiABEiABEiABEiABEiABEggAglQ3kbgpLBLJEACJEACJEACJEACJEACJEACJEACJEACJEACJEB5y2OABEiABEiABEiABEiABEiABEiABEiABEiABEiABCKQAOVtBE4Ku0QCJEACJEACJEACJEACJEACJEACJEACJEACJEAClLc8BkiABEiABEiABEiABEiABEiABEiABEiABEiABEggAglQ3kbgpLBLJEACJEACJEACJEACJEACJEACJEACJEACJEACJPB/0ZxsryABpw0AAAAASUVORK5CYII=", "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "fig = px.scatter(\n", " df,\n", " x=\"GitHub Stars\",\n", " y=\"GitHub Forks\",\n", " hover_data=[\"Repository URL\"],\n", " width=700,\n", " height=400,\n", " title=\"Stars and forks for PubMed GitHub repositories\",\n", " opacity=0.5,\n", " log_y=True,\n", " log_x=True,\n", ")\n", "\n", "fig.update_layout(\n", " font=dict(size=13),\n", " title={\"yref\": \"container\", \"y\": 0.8, \"yanchor\": \"bottom\"},\n", " xaxis_title=\"GitHub Stars\",\n", " yaxis_title=\"GitHub Forks\",\n", ")\n", "fig.write_image(\"images/pubmed-stars-and-forks.png\")\n", "fig.show()" ] }, { "cell_type": "markdown", "id": "3f5d97e9-fcae-41d1-8af0-d881af7de7d9", "metadata": {}, "source": [ "## How do GitHub Stars, software entropy, and time relate?\n", "\n", "The next section explores how GitHub Stars, software entropy, and time relate to one another." ] }, { "cell_type": "code", "execution_count": 11, "id": "78873881-7e0d-46ad-960a-e2efa0ab6149", "metadata": {}, "outputs": [ { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "customdata": [ [ "https://github.com/ParkinsonLab/HiTaxon" ], [ "https://github.com/celineeveraert/SPECS" ], [ "https://github.com/lotts/GLASSgo" ], [ "https://github.com/zhangjiaobxy/nssrfPackage" ], [ "https://github.com/chenxgscuec/CPESLDI" ], [ "https://github.com/xsshi2015/Scalable-Pairwise-based-Discrete-Hashing" ], [ "https://github.com/radamsRHA/ThetaMater" ], [ "https://github.com/fhaive/esperanto" ], [ "https://github.com/PNNL-Comp-Mass-Spec/PIXiE" ], [ "https://github.com/katlande/PCBS" ], [ "https://github.com/bokulich-lab/q2-fondue-examples" ], [ "https://github.com/pcdslab/GPU-DAEMON" ], [ "https://github.com/vonkaenelerik/ShollBayes" ], [ "https://github.com/bluenote-1577/local-kmer-selection-results" ], [ "https://github.com/tagtag/MultiR" ], [ "https://github.com/Siat-F9/EMG-Tools" ], [ "https://github.com/iTaxoTools/ConcatenatorGui" ], [ "https://github.com/xg-SUFE1/MultiRidgeVar" ], [ "https://github.com/radoslav180/DiNGO" ], [ "https://github.com/TangWen920812/mmmna-net" ], [ "https://github.com/YonghuiDong/Miso_example" ], [ "https://github.com/darioelias/TEGA" ], [ "https://github.com/nclaes/CORAL" ], [ "https://github.com/1840210289/MobileNet-TSM" ], [ "https://github.com/slawekj/ennet" ], [ "https://github.com/sebastianduchene/pacemaker_clustering_methods" ], [ "https://github.com/bsiranosian/tango_final" ], [ "https://github.com/DotanOr/DataCheQC" ], [ "https://github.com/cschmidtlab/croco" ], [ "https://github.com/Onogi/VIGoR" ], [ "https://github.com/calipho-sib/pepx" ], [ "https://github.com/p-koo/evoaug-tf_analysis" ], [ "https://github.com/p-koo/evoaug-tf_analysis" ], [ "https://github.com/lfnothias/IODA_MS" ], [ "https://github.com/cskyan/chmannot" ], [ "https://github.com/p-koo/evoaug-tf_analysis" ], [ "https://github.com/p-koo/evoaug-tf_analysis" ], [ "https://github.com/p-koo/evoaug-tf_analysis" ], [ "https://github.com/p-koo/evoaug-tf_analysis" ], [ "https://github.com/p-koo/evoaug-tf_analysis" ], [ "https://github.com/xmuyulab/htslib" ], [ "https://github.com/c3g/bw-merge-window" ], [ "https://github.com/xz-stjude/idcov" ], [ "https://github.com/tkotani/CEBond" ], [ "https://github.com/p-koo/evoaug-tf_analysis" ], [ "https://github.com/gstef80/MAgEC" ], [ "https://github.com/vtphan/HeteroplasmyWorkflow" ], [ "https://github.com/mcveanlab/DEploid-r" ], [ "https://github.com/lodimk2/chai" ], [ "https://github.com/med-air/TOP-aSAH" ], [ "https://github.com/ugobas/Molecular_clock" ], [ "https://github.com/mpgerstl/FTA" ], [ "https://github.com/kojikoji/EMWER" ], [ "https://github.com/abikoushi/enigma" ], [ "https://github.com/scalderazzo/FLNADD" ], [ "https://github.com/Liulab-HZAU/PCTpred" ], [ "https://github.com/acs6610987/secureqc" ], [ "http://github.com/markvdwiel/GRridgeCodata" ], [ "https://github.com/adam-sam-brown/aRrayLasso" ], [ "https://github.com/Junfang/AKSmooth" ], [ "https://github.com/jeremyhoward/Geno-Diver" ], [ "https://github.com/jamesscottbrown/sbml-diff" ], [ "https://github.com/LBBSoft/Trader" ], [ "https://github.com/FabienneL/BioNet-Mining" ], [ "https://github.com/jcvthibault/ibiomes" ], [ "https://github.com/wang-jin-mathbio/Jin2021" ], [ "https://github.com/jdelasrivas-lab/breastcancersurvsign" ], [ "https://github.com/VeraLiconaResearchGroup/OCSANA-Plus_SourceCode" ], [ "https://github.com/davidecenzato/BWT-variants-for-string-collections" ], [ "https://github.com/GCQ2119216031/DDA-SKF" ], [ "https://github.com/byemaxx/SSREnricher" ], [ "https://github.com/sauravbsaha/uCAREChemSuiteCLI" ], [ "https://github.com/wbieniec/copmem" ], [ "https://github.com/AgResearch/data_prism" ], [ "https://github.com/kakumarabhishek/zeta-mixup" ], [ "https://github.com/SchlitzerLab/IntestLine" ], [ "https://github.com/YouyiSong/Data-Discernment" ], [ "https://github.com/chrcarrizosa/shinyseg" ], [ "https://github.com/ADAC-UoN/PIMMS" ], [ "https://github.com/biomg/WVDL" ], [ "https://github.com/malabz/WMSA-dataset" ], [ "https://github.com/MTandHJ/rcm" ], [ "https://github.com/EricLarG4/g4dbr" ], [ "https://github.com/ocbinatli/mokpe" ], [ "https://github.com/fcampelo/OrgSpec-paper" ], [ "https://github.com/Reed-CompBio/graphlet-clustering" ], [ "https://github.com/hxfj/Facial-Landmark-based-BMI-Analysis" ], [ "https://github.com/zhangjunpeng411/SCOM" ], [ "https://github.com/zhangchaobin001/VCNet" ], [ "https://github.com/koji11235/MSECIFv2" ], [ "https://github.com/EBI-IntAct/IntactApp" ], [ "https://github.com/austenb28/CycFlowDec" ], [ "https://github.com/bahlolab/PlasmoSTR" ], [ "https://github.com/slimsuite/depthkopy" ], [ "https://github.com/meilerlab/gnn-descriptor" ], [ "https://github.com/bokhariy/QuaDMutEx" ], [ "https://github.com/nwpuzhengyan/SCC" ], [ "https://github.com/michaelLenz/EstiTiCS" ], [ "https://github.com/BioprocessdesignLab/COSMOS" ], [ "https://github.com/gangchen/epof" ], [ "https://github.com/SiweiCui/EpigeneticControlOfSingle-CellExpressionVariability" ], [ "https://github.com/bengtssonpalme/cafe" ], [ "https://github.com/lmy1019/SRF" ], [ "https://github.com/jcm1201/MHCepitopes" ], [ "https://github.com/bx20000827/DL-MHNMF" ], [ "https://github.com/Royluoyi123/DTKGIN" ], [ "https://github.com/JupitersMight/DISA" ], [ "https://github.com/amazingma/GraphPath" ], [ "https://github.com/AMSSwanglab/SpecLoop" ], [ "https://github.com/nmboffi/spin_glass_evodyn" ], [ "https://github.com/cgmisc-team/cgmisc" ], [ "https://github.com/haplotype/kindred" ], [ "https://github.com/humeng24/Margin-SNN" ], [ "https://github.com/mominul-ssv/cossif" ], [ "https://github.com/emory-irlab/biocaddie" ], [ "https://github.com/nishithkumarpaul/Rvolcano" ], [ "https://github.com/jmjung83/TT_and_TCP" ], [ "https://github.com/dustincys/msphy-SCNAClonal" ], [ "https://github.com/cliffgao/EAGERER" ], [ "https://github.com/YiyiLiu1/bdChemo" ], [ "https://github.com/zmmzGitHub/SpanMB_BERT" ], [ "https://github.com/zhangjiaobxy/PathEmb" ], [ "https://github.com/mnodzenski/epistasisGA" ], [ "https://github.com/m3g/2021_Bottino_Biserial" ], [ "https://github.com/wlincong/p2pSSE" ], [ "https://github.com/AlagurajVeluchamy/InformationTheory" ], [ "https://github.com/kshestop/DCMD" ], [ "https://github.com/RobinChu9890/MTL-U-Net-for-Functional-Shoulder-STS" ], [ "https://github.com/nrohani/SARS-CoV-2" ], [ "https://github.com/B3rse/qparse" ], [ "https://github.com/ShuhuaGao/FHOC" ], [ "https://github.com/abikoushi/lambda" ], [ "https://github.com/BorgwardtLab/MoProEmbeddings" ], [ "https://github.com/jmschrei/kiwano" ], [ "https://github.com/ruanxiaoli/Im-Psepssm" ], [ "https://github.com/haydenmoffat/sequential_design_for_predator_prey_experiments" ], [ "https://github.com/chenchenxiong/ASDmiR" ], [ "https://github.com/highlei/AUSPP" ], [ "https://github.com/weitinging/MinNetRank" ], [ "https://github.com/PNNL-Comp-Mass-Spec/Rodin" ], [ "https://github.com/marcdcfischer/PUNETR" ], [ "https://github.com/whuchuang/mid" ], [ "https://github.com/SoftServeInc/affinity-by-GNN" ], [ "https://github.com/FangfeiLi05/FitMut2" ], [ "https://github.com/huanglikun/BSA-seqDesignTool" ], [ "https://github.com/BabuLab-UofR/TempSpac" ], [ "https://github.com/houzl3416/iDeepSubMito" ], [ "https://github.com/rebeccadeek/CoMiCoN" ], [ "https://github.com/Hengfu-Yin/IsoSplitter" ], [ "https://github.com/zhangxin-xd/BPL" ], [ "https://github.com/MaramMonshi/CovidXrayNet" ], [ "https://github.com/TKSjp/HaplotypeExplorer" ], [ "https://github.com/prabhakarlab/scConsensus" ], [ "https://github.com/qsonehara/Obelisc" ], [ "https://github.com/IAMJackYan/FedCRFD" ], [ "https://github.com/LingtaoSu/BISG" ], [ "https://github.com/JianCong-WENG/IterCluster" ], [ "https://github.com/JianingXi/DriverSub" ], [ "https://github.com/algbio/panvc3-experiments" ], [ "https://github.com/YANGeeg/TJU-SRD-datasets" ], [ "https://github.com/tsnorri/panvc3" ], [ "https://github.com/chencxxy28/DRDnet" ], [ "https://github.com/Zhankun-Xiong/GraphEvo" ], [ "https://github.com/SohamChattopadhyayEE/DRDA-Net" ], [ "https://github.com/martalovino/ChimerDriver" ], [ "https://github.com/niccolodpdu/ABDS" ], [ "https://github.com/darylfung96/UC-disease-TL" ], [ "https://github.com/scoutzxb/CscoreTool-M" ], [ "https://github.com/Crystal-JJ/DREAM" ], [ "https://github.com/NIH-CIT-OIR-SPIS/MouseVUER" ], [ "https://github.com/francoep/ImputationPaper" ], [ "https://github.com/bayesrx/RxTree" ], [ "https://github.com/srtaheri/OptimalAdjustmentSet" ], [ "https://github.com/rlrq/MINORg" ], [ "https://github.com/NLPatVCU/multitasking_bert-1" ], [ "https://github.com/XQ-hub/scAnnoX" ], [ "https://github.com/PremSinghBist/Sars-CoV-2-Escape-Model" ], [ "https://github.com/larvalign/larvalign" ], [ "https://github.com/Ruiz-HCI-Lab/KargaMobile" ], [ "https://github.com/BioinformaticsCSU/CRMSS" ], [ "https://github.com/leirufeng/iEnhancer-DCSV" ], [ "https://github.com/labxscut/ksak" ], [ "https://github.com/Lqs-github/ACL" ], [ "https://github.com/MintaYLu/COT" ], [ "https://github.com/engbiopct/TextMiningAMR" ], [ "https://github.com/pgwall/qms" ], [ "https://github.com/ymatts/RoDiCE" ], [ "https://github.com/heeyounh/I-TASSER-COFACTOR-filtering" ], [ "https://github.com/popgengui/agestrucnb" ], [ "https://github.com/yongzhuang/DNMFilter_Indel" ], [ "https://github.com/grapeff/SBEL_datasets" ], [ "https://github.com/UdeM-LBIT/OrthoPara-ConstraintChecker" ], [ "https://github.com/UTP-WTIiE/KrebsCycleUsingQueueingTheory" ], [ "https://github.com/metagenomics/MeCorS" ], [ "https://github.com/gerners/tamock" ], [ "https://github.com/HUBioDataLab/ASCARIS" ], [ "https://github.com/AitchisonLab/perox-per-cell" ], [ "https://github.com/AitchisonLab/perox-per-cell" ], [ "https://github.com/AitchisonLab/perox-per-cell" ], [ "https://github.com/AitchisonLab/perox-per-cell" ], [ "https://github.com/Transipedia/dekupl-lung-cancer-inter-cohort" ], [ "https://github.com/zechnerlab/Compartor" ], [ "https://github.com/Candyperfect/Master" ], [ "https://github.com/CSUBioGroup/EP-EDL" ], [ "https://github.com/KIT-MBS/pycofitness" ], [ "https://github.com/Cai631/PMDN" ], [ "https://github.com/lauravongoc/EDIR" ], [ "https://github.com/PaulRegnier/PICAFlow" ], [ "https://github.com/jyh-learning/LAM" ], [ "https://github.com/cpolano/phytoassembly" ], [ "https://github.com/fhaive/nextcast" ], [ "https://github.com/cpolano/phytoassembly" ], [ "https://github.com/JingwenWen99/Vislocas" ], [ "https://github.com/ElenaRojano/DomFun" ], [ "https://github.com/BIMIB-DISCo/popFBA" ], [ "https://github.com/variani/pulmon" ], [ "https://github.com/CalvinTChi/hierBipartite" ], [ "https://github.com/tjsego/simservice" ], [ "https://github.com/LIT-CCM-lab/ATOLL" ], [ "https://github.com/agaye/proper_extension" ], [ "https://github.com/fabkury/hedicim" ], [ "https://github.com/peng-gang/ProteomicsBrowser" ], [ "https://github.com/computationalBiology/NPLB" ], [ "https://github.com/nwpuzhengyan/SVvalidation" ], [ "https://github.com/vlollier/oligator" ], [ "https://github.com/stevenmsm/RL-ICU-DAQN" ], [ "https://github.com/kreutz-lab/DMR-DecisionTree" ], [ "https://github.com/gburleigh/MatrixConverter" ], [ "https://github.com/hjdw2/Local-critic-training" ], [ "https://github.com/ezer/PAFway" ], [ "https://github.com/cpolano/phytoassembly" ], [ "https://github.com/cpolano/phytoassembly" ], [ "https://github.com/ainieli/PP-NAS" ], [ "https://github.com/genemine/IsoCell" ], [ "https://github.com/nongdaxiaofeng/DDAPRED" ], [ "https://github.com/ThieleLab/mars-pipeline" ], [ "https://github.com/cpolano/phytoassembly" ], [ "https://github.com/cpolano/phytoassembly" ], [ "https://github.com/ubioptronics/hMC-GRT" ], [ "https://github.com/ale-odinokov/pyEFP" ], [ "https://github.com/JanDetrez/BiDiFuse" ], [ "https://github.com/smajidian/HapMC" ], [ "https://github.com/gregbellan/POCD" ], [ "https://github.com/songlab/NSeq" ], [ "https://github.com/kiwi-lilo/AMPLIFY" ], [ "https://github.com/LohmuellerLab/PReFerSim" ], [ "https://github.com/lanbiolab/LGCDA" ], [ "https://github.com/icezhangGG/AGAD" ], [ "https://github.com/013zyj/CSMN" ], [ "https://github.com/andreYoo/WSCL_VeReid" ], [ "https://github.com/litchiar/ShotClassification" ], [ "https://github.com/graham1034/Smith2012_insulin_signalling" ], [ "https://github.com/zhuyr97/HGRR" ], [ "https://github.com/yuhuei/rehunt" ], [ "https://github.com/megahr/lexicon" ], [ "https://github.com/cpolano/phytoassembly" ], [ "https://github.com/cpolano/phytoassembly" ], [ "https://github.com/yytzsy/SCDM-TPAMI" ], [ "https://github.com/HUST-IDSM-AI/HHCH" ], [ "https://github.com/lhy0322/SENet" ], [ "https://github.com/genemine/GSI" ], [ "https://github.com/guojson/AgCNER" ], [ "https://github.com/lockEF/BayesianDWD" ], [ "https://github.com/sd2e/CDM" ], [ "https://github.com/BlankenbergLab/galaxy-tools-blankenberg" ], [ "https://github.com/hqyone/cancer_rcnn" ], [ "https://github.com/zhanglabNKU/BERMAD" ], [ "https://github.com/EESI/ncov_ism" ], [ "https://github.com/Kufalab-UCSD/kboolnet" ], [ "https://github.com/IlyaLab/Pan-Cancer-Cell-Cell-Comm-Net" ], [ "https://github.com/merlab/text_features" ], [ "https://github.com/soumyadip1997/qepsilon" ], [ "https://github.com/sentaochen/Mutual-Information-Estimation-and-Minimization" ], [ "https://github.com/Evergrow/WSVG" ], [ "https://github.com/ncod3/vprimer" ], [ "https://github.com/Camiling/stabJGL" ], [ "https://github.com/liuyi1989/DCR" ], [ "https://github.com/IreneSaMi/Exoquant-Autophagoquant" ], [ "https://github.com/CSBiology/TempClass" ], [ "https://github.com/wanxinhang/FCMVC-IV" ], [ "https://github.com/pmadanecki/htdp" ], [ "https://github.com/nauenlab/TraC" ], [ "https://github.com/lauzingaretti/LinkHD" ], [ "https://github.com/Wu-Lab/RENDOR-reproduce" ], [ "https://github.com/Lihao482/REebecca" ], [ "https://github.com/chunxiao-dcx/QSP" ], [ "https://github.com/IneMelckenbeeck/equation-generator" ], [ "https://github.com/IneMelckenbeeck/graphlet-naming" ], [ "https://github.com/EmanueleRaineri/cvlr" ], [ "https://github.com/SynBioDex/libSBOLj3" ], [ "https://github.com/MontgomeryLab/tinyRNA" ], [ "https://github.com/medvedevgroup/minimizer-jaccard-estimator" ], [ "https://github.com/crazyinter/DETIRE" ], [ "https://github.com/kvnkuang/mavequest-front-end" ], [ "https://github.com/Huerhu/iCancer-Pred" ], [ "https://github.com/ferlicjl/diffpop" ], [ "https://github.com/CSIM-LUT/DAGCN" ], [ "https://github.com/pepascuzzi/CellMinerCompanion" ], [ "https://github.com/emilyjanedennis/PRA" ], [ "https://github.com/kr-swapnil/NetVA" ], [ "https://github.com/LieberInstitute/dRFEtools" ], [ "https://github.com/rpauly/Admix-AI" ], [ "https://github.com/Wu-Lab/RENDOR" ], [ "https://github.com/medicalinformatics/MainzellisteSEL" ], [ "https://github.com/Ma-Yier/DynCubeProd" ], [ "https://github.com/tangyou79/TRCM" ], [ "https://github.com/Not-so-middle/iEnhancer-KL" ], [ "https://github.com/qinwang-ai/DSM-Distil" ], [ "https://github.com/transgenomicsosu/SNP-SELECT" ], [ "https://github.com/wrc990616/MFMSNet" ], [ "https://github.com/CMUSchwartzLab/Mase-phi" ], [ "https://github.com/fmansoori/PAPET" ], [ "https://github.com/kokinide/PARSID" ], [ "https://github.com/dhanaprakashj/kuura_pipeline" ], [ "https://github.com/gdghds0/FSRENet-master" ], [ "https://github.com/Luckysoutheast/STMHCPan" ], [ "https://github.com/syc2017/KCDTA" ], [ "https://github.com/LiminLi-xjtu/FGCNSurv" ], [ "https://github.com/Czaki/Trapalyzer" ], [ "https://github.com/jihmoon/MLDEG" ], [ "https://github.com/msprITU/TDIOT" ], [ "https://github.com/BIOS-IMASL/Hierarchical-Bayes-NMR-Validation" ], [ "https://github.com/XiaodiYangpku/MultimodalPPI" ], [ "https://github.com/FordeGenomics/cathai" ], [ "https://github.com/faezeh-bayat/VSS" ], [ "https://github.com/akloetgen/PARA-suite" ], [ "https://github.com/RUXIAOQING964914140/FS_DTA" ], [ "https://github.com/wangchao-malab/DeepAc4C" ], [ "https://github.com/czlwang/PopulationTransformer" ], [ "https://github.com/nchucvml/ADMM-SRNet" ], [ "https://github.com/scwest/SINBAD" ], [ "https://github.com/Kingsford-Group/gtednewilp" ], [ "https://github.com/HualongCao/DMS" ], [ "https://github.com/LiYu51/BG-Net" ], [ "https://github.com/zuoquanchen/NanoCross" ], [ "http://github.com/arnavm/eg-react" ], [ "https://github.com/mmahsa/CaSiAn" ], [ "https://github.com/alaybaa/ArabicArticlesDataset" ], [ "https://github.com/smartprobe/SKCD" ], [ "https://github.com/TUS-Satolab/PROP" ], [ "https://github.com/soedinglab/bipartite_motif_finder" ], [ "https://github.com/yolish/hbm" ], [ "https://github.com/prmunday/Immunolyser" ], [ "https://github.com/genouest/biomaj2galaxy" ], [ "https://github.com/alex-bio/UniProtExtractR" ], [ "https://github.com/ckyriazis/simulations_review" ], [ "https://github.com/orsburn/SCPViz" ], [ "https://github.com/yanshanwang/biocaddie2016mayodata" ], [ "https://github.com/Millchmaedchen/Eatomics" ], [ "https://github.com/hyuyu104/SnapFISH-IMPUTE" ], [ "https://github.com/CNIC-Proteomics/iSanXoT" ], [ "https://github.com/ComplexOrganizationOfLivingMatter/Epigraph" ], [ "https://github.com/WT215/Julia_ABC" ], [ "https://github.com/thh32/Lipase_reclassification" ], [ "https://github.com/AronLin/IDNet" ], [ "https://github.com/Spritea/BoxMOTS" ], [ "https://github.com/cmontemuino/msparsm" ], [ "https://github.com/zlzenglu/FN" ], [ "https://github.com/caizhuojiang/VE-KWS" ], [ "https://github.com/PlanktonQAQ/SCTNet" ], [ "https://github.com/aijag/drugGraphNet" ], [ "https://github.com/Tan-H-C/DR-GAN-Distribution-Regularization-for-Text-to-Image-Generation" ], [ "https://github.com/XLuyu/PDR" ], [ "https://github.com/rickardbrannvall/HEIDA" ], [ "https://github.com/pdddinakar/SemanticChangepointDetection" ], [ "https://github.com/sysbio-curie/PhysiBoSS" ], [ "https://github.com/ericolo/codingDiv" ], [ "https://github.com/youth-tang/CDMENet-main" ], [ "https://github.com/Biocomputing-Research-Group/CloudProteoAnalyzer" ], [ "https://github.com/transbioZI/dsMTLBase" ], [ "https://github.com/transbioZI/dsMTLClient" ], [ "https://github.com/bengeof/Compound2DeNovoDrugPropMax" ], [ "https://github.com/josecamachop/VASCA" ], [ "https://github.com/WormBase/genomic-info-from-papers" ], [ "https://github.com/Bao-Lab/GPSmatch" ], [ "https://github.com/Boyle-Lab/SEMplMe" ], [ "https://github.com/msisakht/pyprotmodel" ], [ "https://github.com/yufanzhouonline/HiSIF" ], [ "https://github.com/yuansliu/Bicolor" ], [ "https://github.com/kuanglab/treeSGS" ], [ "https://github.com/AndrasHartmann/OptPipe" ], [ "https://github.com/MolecularBioinformatics/sbml-mod-ws" ], [ "https://github.com/RSLabNCBS/C-HMM" ], [ "https://github.com/hrcheng1066/IFSO" ], [ "https://github.com/AitchisonLab/perox-per-cell" ], [ "https://github.com/AitchisonLab/perox-per-cell" ], [ "https://github.com/AitchisonLab/perox-per-cell" ], [ "https://github.com/AitchisonLab/perox-per-cell" ], [ "https://github.com/zlwuxi/iPromoter-5mC" ], [ "https://github.com/yhai943/FBLMM" ], [ "https://github.com/EXP-Pruning/EXP_Pruning" ], [ "https://github.com/abidabrar-bracu/NoVaTeST" ], [ "https://github.com/giang-trinh/trap-mvn" ], [ "https://github.com/LiminLi-xjtu/NetTDP" ], [ "https://github.com/ElettraSciComp/xrfstir" ], [ "https://github.com/chen-bioinfo/iEnhancer-ELM" ], [ "https://github.com/HFooladi/Self_Organization" ], [ "https://github.com/sakura994479727/datas" ], [ "https://github.com/a-moin/wban-pathloss" ], [ "https://github.com/visanuwan/prodmx" ], [ "https://github.com/TheJacksonLaboratory/drug-synergy" ], [ "https://github.com/QinJinghui/tcdp" ], [ "https://github.com/keleslab/AdaLiftOver" ], [ "https://github.com/MaudeDavidLab/GMEmbeddings" ], [ "https://github.com/jc4357/CMUI" ], [ "https://github.com/ViDMask/VidMask-code" ], [ "https://github.com/barberislab/GEMMER" ], [ "https://github.com/ElenaRojano/angio_cluster" ], [ "https://github.com/CIVA-Lab/USE-Net" ], [ "https://github.com/BioMedicalBigDataMiningLab/EPIHC" ], [ "https://github.com/fsahli/AtrialMFclass" ], [ "https://github.com/ttesileanu/bio-time-series" ], [ "https://github.com/MariaOsmala/ChromDMM" ], [ "https://github.com/Karimi-Lab/inucs" ], [ "https://github.com/giannamonti/RobZS" ], [ "https://github.com/indranillab/pseudoga" ], [ "https://github.com/NishithPaul/tWLSA" ], [ "https://github.com/ylm0505/HCGI" ], [ "https://github.com/yangyn533/HaForest" ], [ "https://github.com/Gardner-BinfLab/ncVarDB" ], [ "https://github.com/benliemory/adaptiveHM" ], [ "https://github.com/maranasgroup/KETCHUP" ], [ "https://github.com/YangHuan639/iEnhancer-RD" ], [ "https://github.com/jingeyu/CSSN" ], [ "https://github.com/BoukeliaAbdelbasset/NLPDeepQSAR" ], [ "https://github.com/SCUTjinchengli/DefenseTransformer" ], [ "https://github.com/RNApolis/rnahugs" ], [ "https://github.com/lab-medvedeva/SAPIEnS" ], [ "https://github.com/PlanesLab/q2-metnet" ], [ "https://github.com/skbinfo/smAMPsTK" ], [ "https://github.com/Caeph/paperfly" ], [ "https://github.com/songbo446/slORFfinder" ], [ "https://github.com/DelongZHOU/SAPFIR" ], [ "https://github.com/SJTUBME-QianLab/Causality-Aware-Rigidity" ], [ "https://github.com/hildebrandtlab/mzBucket" ], [ "https://github.com/mengyunwu2020/PECM" ], [ "https://github.com/NhanNguyen000/MeDIP" ], [ "https://github.com/wangxlab/iGenSig-Rx" ], [ "https://github.com/aramis-lab/hiplay7-thickness" ], [ "https://github.com/liqiwei2000/BaySeqPeak" ], [ "https://github.com/hyjane/CCT-Net" ], [ "https://github.com/shawn-peng/xlms" ], [ "https://github.com/Saocent/TTMC" ], [ "https://github.com/ShiMGLab/RRLSL" ], [ "https://github.com/CSB-L/AnoChem" ], [ "https://github.com/shenxiaochenn/BloodNet" ], [ "https://github.com/Pcyslist/EQNAS" ], [ "https://github.com/cjuigne/non_conformities_detection_biopax" ], [ "https://github.com/andrea-silverj/SiDcal" ], [ "https://github.com/kablag/AScall" ], [ "https://github.com/lichen-lab/tfLDA" ], [ "https://github.com/CDMB-lab/MPMI" ], [ "https://github.com/cbrl-nuces/Leveraging-digital-media-data-for-pharmacovigilance" ], [ "https://github.com/DeondeJager/Friends-and-Family" ], [ "https://github.com/kuihua/MSHFN" ], [ "https://github.com/ivanrwolf/NoC" ], [ "https://github.com/e-weglarz-tomczak/m2r" ], [ "https://github.com/beasleyjonm/AOP-COP-Path-Extractor" ], [ "https://github.com/boalang/nr" ], [ "https://github.com/fmjabato/ExpHunterSuiteExamples" ], [ "https://github.com/Young-gonKim/SnackNTM" ], [ "https://github.com/IrisQi7/PredGCN" ], [ "https://github.com/dlcarper/DISCo-microbe" ], [ "https://github.com/swrosenbaum/tGMR_simulations" ], [ "https://github.com/smiranast/iROAR" ], [ "https://github.com/nichollskc/biclust_comp" ], [ "https://github.com/bartongroup/KF_arabidopsis-GRNA" ], [ "https://github.com/bayesrx/SPARTIN" ], [ "https://github.com/johnthedy/Adaptive-Kriging-Using-PSO-HHs-in-HECRAS3D" ], [ "https://github.com/gchowell/paramEstimation_forecasting_ODEmodels" ], [ "https://github.com/XiongchaoChen/DuDoCFNet-MultiTask" ], [ "https://github.com/BSharmi/DPM-LGCP" ], [ "https://github.com/bioops/crowdnodnet" ], [ "https://github.com/shawn-peng/counting-consistent-sub-DAG" ], [ "https://github.com/SMAC-Group/irg" ], [ "https://github.com/cobisLab/DMLS" ], [ "https://github.com/dmontaner-papers/gsa4mirna" ], [ "https://github.com/G708/Clover" ], [ "https://github.com/ShiratsuyuShigure/MLAENet-pytorch" ], [ "https://github.com/Stephen2526/Structure-informed_PLM" ], [ "https://github.com/dehazing/SGDRL" ], [ "https://github.com/djburks/SMM" ], [ "https://github.com/dhfbk/religious-hate-speech" ], [ "https://github.com/claudepasquier/amine" ], [ "https://github.com/aaschaffer/vecscreen_plus_taxonomy" ], [ "https://github.com/kelrenmor/farva" ], [ "https://github.com/linDing-groups/model_4mc" ], [ "https://github.com/Noble-Lab/hicrep" ], [ "https://github.com/BeObm/AutoCDRP" ], [ "https://github.com/zhanglab2019/qMGR" ], [ "https://github.com/dvav/eQTLBookChapter" ], [ "https://github.com/YeeHo/Glutton" ], [ "https://github.com/alexander-nash/kurtosis_conservation" ], [ "https://github.com/htzhaoecust/npnn" ], [ "https://github.com/FedeCastelletti/bayes_networks_mixed_data" ], [ "https://github.com/labiip/scGAAC" ], [ "https://github.com/Valeyards/MACG" ], [ "https://github.com/sahatava/MixMPLN" ], [ "https://github.com/MorganBDT/crumb" ], [ "https://github.com/abdlmaruf/iRSpot-SF" ], [ "https://github.com/sh107/transmart-xnat-connector" ], [ "https://github.com/lucabello/wavelet-hmms" ], [ "https://github.com/TIDOP-USAL/4DRoot" ], [ "https://github.com/bio-ontology-research-group/tsoe" ], [ "https://github.com/ChemSpace-LLC/usrcat_sim" ], [ "https://github.com/ay0408/DP-trio-TDT" ], [ "https://github.com/RezaMash/MCS" ], [ "https://github.com/hehefan/DPSIS" ], [ "https://github.com/liubo2358/scASKcmd" ], [ "https://github.com/Elham-khalili/Soybean-Charcoal-Rot-Disease-Prediction-Dataset-code" ], [ "https://github.com/luojunwei/LROD" ], [ "https://github.com/mzytnicki/mmannot" ], [ "https://github.com/MathBioCU/WSINDy_IPS" ], [ "https://github.com/Serdobe/Probabilistic_Graphlets" ], [ "https://github.com/eyalmazuz/DrugWithdrawn" ], [ "https://github.com/isluoshuang/MACFN" ], [ "https://github.com/jkimlab/TAMA" ], [ "https://github.com/Xshelton/SRG-vote" ], [ "https://github.com/insoo078/mirseqviewer" ], [ "https://github.com/bmri/bmri" ], [ "https://github.com/kwon-uou/NNBNI" ], [ "https://github.com/ucfcbb/RNAMotifFamilySimilarity" ], [ "https://github.com/almarguet/IdentificationWithARME" ], [ "https://github.com/neuropoly/atlas-rat" ], [ "https://github.com/takumorizo/OHVarfinDer" ], [ "https://github.com/cunmeiji/SGLMDA" ], [ "https://github.com/energy588/US2mask" ], [ "https://github.com/adspit/PASCAL" ], [ "https://github.com/faryabib/inteGREAT" ], [ "https://github.com/a-mir/index" ], [ "https://github.com/DanBuchan/eigen_scripts" ], [ "https://github.com/pcdslab/G-MSR" ], [ "https://github.com/JINhuaqing/UIP" ], [ "https://github.com/DanielAlhassan/idDMR" ], [ "https://github.com/ShenZhang-Statistics/fastCCLasso" ], [ "https://github.com/pirakd/DeepOrienter" ], [ "https://github.com/GRYGY1215/Dozerformer" ], [ "https://github.com/zpliulab/scNAE" ], [ "https://github.com/kenminsoo/sRNAfrag" ], [ "https://github.com/bcbl-kaist/DeepLUCIA" ], [ "https://github.com/ckgriswold/3-locus-autotetraploid-meiosis" ], [ "https://github.com/jianhao2016/METHCOMP" ], [ "https://github.com/NDBL/ADDIT" ], [ "https://github.com/changshuaiwei/gsu" ], [ "https://github.com/Christopher-Amos-Lab/seXY" ], [ "https://github.com/evanswang/CGDM" ], [ "https://github.com/BlabOaklandU/PATS" ], [ "https://github.com/meihonggao/ImReLnc" ], [ "https://github.com/sing-group/Markyt" ], [ "https://github.com/ymatts/D3M" ], [ "https://github.com/tarjxvf/metasmc" ], [ "https://github.com/JmWangBio/PepSetTest" ], [ "https://github.com/orsburn/DIDARSCPQC" ], [ "https://github.com/promethiume/SLwise" ], [ "https://github.com/RezvanEhsani/LOCATOR" ], [ "https://github.com/Huiweizhou/TDE" ], [ "https://github.com/eioyuou/LSnet" ], [ "https://github.com/chenshaobin/FITNet" ], [ "https://github.com/ayujain04/psb_supplement" ], [ "https://github.com/Noble-Lab/synmatch" ], [ "https://github.com/shidan0122/UMFS" ], [ "https://github.com/sysbio-bioinf/Cantata" ], [ "https://github.com/AdrianSeguraOrtiz/MO-GENECI" ], [ "https://github.com/Li-Zhang28/BCO" ], [ "https://github.com/FriedbergLab/Epictope" ], [ "https://github.com/pcdslab/ASD-SAENet" ], [ "https://github.com/AaronYll/DECban" ], [ "https://github.com/jasminesmn/ABPEPserver" ], [ "https://github.com/laihongyan/iAller" ], [ "https://github.com/compbel/MULAN" ], [ "https://github.com/EvgenyZhvansky/R_matrix" ], [ "https://github.com/lixt314/NatDRAP1" ], [ "https://github.com/bic-nirrh/precocity" ], [ "https://github.com/wang-hong-fei/DL-plant-ubsites-prediction" ], [ "https://github.com/iobio-zjut/CGLFold" ], [ "https://github.com/DPBayes/dp-representation-transfer" ], [ "https://github.com/grizant/n1pas" ], [ "https://github.com/wangying0128/miRFinder" ], [ "https://github.com/zenBen/Kanizsa_Prime" ], [ "https://github.com/aglucaci/AnalysisOfOrthologousCollections" ], [ "https://github.com/VCCRI/C3" ], [ "https://github.com/zhaoni153/GHT" ], [ "https://github.com/littleq1991/sparse_lowRank_regression" ], [ "https://github.com/ychastagnier/BRET-Analyzer" ], [ "https://github.com/VafaeeLab/bloodbased-pancancer-diagnosis" ], [ "https://github.com/marjanfaizi/MSModDetector" ], [ "https://github.com/AnqiWang2021/RBMR" ], [ "https://github.com/guldenolgun/NoRCE" ], [ "https://github.com/aster-ww/scEMAIL" ], [ "https://github.com/bionlp-hzau/JDHMT" ], [ "https://github.com/LWCHN/CTEC" ], [ "https://github.com/sandroizidoro/gassmetal-local" ], [ "https://github.com/helenacockx/FOGtool" ], [ "https://github.com/UgoLomoio/gtex_visualizer" ], [ "https://github.com/CompBioIPM/wpLogicNet" ], [ "https://github.com/nczub/HIA_5-HT" ], [ "https://github.com/YanhaoHuo/dysregulated-DNBs" ], [ "https://github.com/CartwrightLab/WuEtAl2017" ], [ "https://github.com/mooneed/CACPU-Net" ], [ "https://github.com/Jhabindra-bioinfo/CapsNh-Kcr" ], [ "https://github.com/RedPotatoChip/OSUDL" ], [ "https://github.com/latlio/onlinefdr_rnaseq_simulation" ], [ "https://github.com/nayu0419/TFLP" ], [ "https://github.com/kelpforest-cameo/databaseui" ], [ "https://github.com/Khalife/Sequoia" ], [ "https://github.com/alike-aydin/Iliski" ], [ "https://github.com/abdullah5naveed/SRP_WebServer" ], [ "https://github.com/Alphafrey946/Colocalization-MOC" ], [ "https://github.com/ShangCS/MCLS" ], [ "https://github.com/S-domain/Survey-Paper" ], [ "https://github.com/wg99526/MiSurvGit" ], [ "https://github.com/satoken/ractip" ], [ "https://github.com/SaeedKarami/VCSDFS" ], [ "https://github.com/yevgenin/PatternCode" ], [ "https://github.com/bayzidlab/SAINT-Angle" ], [ "https://github.com/laplcebeltrami/maltreated" ], [ "https://github.com/elisabettasciacca/DEGGs" ], [ "https://github.com/crowelab/clonomatch" ], [ "https://github.com/xwanggroup/DaDL-SChlo" ], [ "https://github.com/meidanis-lab/rank-indel" ], [ "https://github.com/Cuily-v/Colorectal_cancer" ], [ "https://github.com/zhangt369/SurvivalPath" ], [ "https://github.com/zzc1991/TREC_Precision_Medicine_Track" ], [ "https://github.com/aoulas/scRANK" ], [ "https://github.com/TrangDinh44/ABAG_BioBERT" ], [ "https://github.com/veg/flea-web-app" ], [ "https://github.com/PiotrRadzinski/envemind" ], [ "https://github.com/colabpro123/CovidConvLSTM" ], [ "https://github.com/ksny/Imperfect-Gold-Standard" ], [ "https://github.com/jxzb1988/PolyQTL" ], [ "https://github.com/sivaramakrishnan-rajaraman/Model_calibration" ], [ "https://github.com/roqe/MACtest" ], [ "https://github.com/gpgzy/CL-Cardiac-segmentation" ], [ "https://github.com/taherimo/kludo" ], [ "https://github.com/yorgodillo/ProteoSign" ], [ "https://github.com/ewyang089/SDEAP" ], [ "https://github.com/YuanChihChen/FragAssembler" ], [ "https://github.com/FAhtisham/Extrachrosmosomal-DNA-Prediction" ], [ "https://github.com/SCAI-BIO/data-steward" ], [ "https://github.com/izhbannikov/spm" ], [ "https://github.com/BrendelGroup/GoRAMPAGE" ], [ "https://github.com/pcdslab/MSREDUCE" ], [ "https://github.com/luscinius/afcluster" ], [ "https://github.com/OceanSTARLab/DeepPnP" ], [ "https://github.com/fickludd/eviltools" ], [ "https://github.com/WouterSteyaert/BATCH-GE" ], [ "https://github.com/pswain/segmentation-software" ], [ "https://github.com/lozuponelab/knowledge-source-mappings" ], [ "https://github.com/Goatofmountain/MAGNIFIER" ], [ "https://github.com/LiuChuang0059/GTSP" ], [ "https://github.com/WeiLab-BioChem/Structural-DPP-IV" ], [ "https://github.com/TF-Chan-Lab/rG4-seeker" ], [ "https://github.com/Roth-Lab/ESQmodel" ], [ "https://github.com/hyunp2/Memb-TDA" ], [ "https://github.com/episphere/medicaid" ], [ "https://github.com/lhf12278/IAD" ], [ "https://github.com/Rongdingyi/PhyIntNet" ], [ "https://github.com/ddwhzh/GFIN" ], [ "https://github.com/WilliKoller/GP-Tool" ], [ "https://github.com/jae-hyun-lee/commodar" ], [ "https://github.com/bionetslab/grn-confounders" ], [ "https://github.com/PYangLab/SnapKin" ], [ "https://github.com/Xiao-Gua00/CCPGraph" ], [ "https://github.com/s0sat/MPASS" ], [ "https://github.com/ericzwang/RBD_AB" ], [ "https://github.com/LLLL1021/Dual-modal-IB" ], [ "https://github.com/boooooogey/ATAConv" ], [ "https://github.com/emdadi/DSPLMF" ], [ "https://github.com/UU-ER/SorbentsScreening0D" ], [ "https://github.com/flyinsky6/Deep_KsuccSite" ], [ "https://github.com/mae92/MutantHuntWGS" ], [ "https://github.com/vlad-danaila/deep_hiv_ab_pred" ], [ "https://github.com/linDing-groups/PSnoD" ], [ "https://github.com/KISRDevelopment/cell_viability_paper" ], [ "https://github.com/cbrook16/ETSR-YOLO" ], [ "https://github.com/bdesanctis/binning-accuracy" ], [ "https://github.com/rli20ST758/FILF" ], [ "https://github.com/nathan-gill/pps" ], [ "https://github.com/gongtiansu/SASA-Net" ], [ "https://github.com/ZZCrazy00/MHAM-NPI" ], [ "https://github.com/Khojasteh-hb/SRX-DTI" ], [ "https://github.com/mandal-cv/visimpaired" ], [ "https://github.com/iiiime/SPREd" ], [ "https://github.com/PGlab-NIPER/CRAFT" ], [ "https://github.com/RDMelamed/drug-phenome" ], [ "https://github.com/sys-bio/vscode-antimony" ], [ "https://github.com/zuherJahshan/vital" ], [ "https://github.com/IwasakiLab/Seq2Phase" ], [ "https://github.com/XiaoweiChenOSU/PnL-IOC" ], [ "https://github.com/mpgerstl/networkRobustnessToolbox" ], [ "https://github.com/ShandongUniversityMasterMa/MaxCLK-main" ], [ "https://github.com/pappb/Kovacs-et-al-Underground-metabolism" ], [ "https://github.com/WilyZhao8/CVANet" ], [ "https://github.com/guilledufort/EMVC-2" ], [ "https://github.com/Wanguangyu111/OSSCCA-DIF" ], [ "https://github.com/RubyPeters/Angular-Ripleys-K" ], [ "https://github.com/CMATERJU-BIOINFO/RUBic" ], [ "https://github.com/JiuqingDong/OWPDD" ], [ "https://github.com/ugobas/PC_ali" ], [ "https://github.com/tangent-T/FACL" ], [ "https://github.com/abbiAR/PLBAffinity" ], [ "https://github.com/cynerelee/collision-avoidance" ], [ "https://github.com/denilsonfbar/cirCodAn" ], [ "https://github.com/djparente/polyboost" ], [ "https://github.com/MelvinYin/Defined_Proteins" ], [ "https://github.com/SaisaiSun/RNALigands" ], [ "https://github.com/blazi13/qbioimages" ], [ "https://github.com/xuezhidong/DomEx" ], [ "https://github.com/1particle/bin-passing_analyzer" ], [ "https://github.com/cvims/FHB_classification" ], [ "https://github.com/Lqingquan/MTCL-MDA" ], [ "https://github.com/BeaconProjectAtVirginiaTech/beacon_network_inference" ], [ "https://github.com/LanceZPF/KEFS" ], [ "https://github.com/xp3i4/mini_benchmark" ], [ "https://github.com/yevgenin/om2seq" ], [ "https://github.com/UMCUGenetics/targetclone" ], [ "https://github.com/ilaydakaraca/PoreD2" ], [ "https://github.com/anand9176/WaveWatch5000Public" ], [ "https://github.com/gzrgzx/CRISPR_Data_Imbalance" ], [ "https://github.com/hippo-yf/bsgenova" ], [ "https://github.com/ying-fu/SSDL-HSI" ], [ "https://github.com/stiger1000/Random-Sampling-SNN" ], [ "https://github.com/michal-brylinski/earomatic" ], [ "https://github.com/MehrshadSD/robustness-interpretability" ], [ "https://github.com/naiqixiao/CuedEmotion" ], [ "https://github.com/ebrahimakbary/PDWOA" ], [ "https://github.com/zhc-moushang/CausalEQTL" ], [ "https://github.com/noaeker/lasso_positions_sampling" ], [ "https://github.com/yetaoyu/Genomic-pan-cancer-classification" ], [ "https://github.com/gillichu/PLUSplacer-taxtastic" ], [ "https://github.com/guofei-tju/DeepFusionDTA" ], [ "https://github.com/adibayaseen/HemoNet" ], [ "https://github.com/ljatynu/IMCHGAN" ], [ "https://github.com/lukashuebner/ft-raxml-ng" ], [ "https://github.com/Ming-0113/DSCMF" ], [ "https://github.com/brachtlab/Comparative_Coverage_Analysis" ], [ "https://github.com/labomics/SNPsnp" ], [ "https://github.com/Identity-lab/Tutorial-on-salient-social-Identity-detection-model" ], [ "https://github.com/yuanjing-ma/NinimHMDA" ], [ "https://github.com/khanhlee/snare-cnn" ], [ "https://github.com/MonaRazaghi/GeneReg" ], [ "https://github.com/WimPouw/AirSacTracker" ], [ "https://github.com/magnitov/prokaryotic_cids" ], [ "https://github.com/mingjingsi/LPM" ], [ "https://github.com/EwaSzczurek/LEM" ], [ "https://github.com/nawang0226/abus_code" ], [ "https://github.com/Lagkouvardos/TIC" ], [ "https://github.com/HoseinT/BAMSE" ], [ "https://github.com/SoufianeAjana/Blisar" ], [ "https://github.com/NWPU-903PR/DMSC" ], [ "https://github.com/ubagithub/TEnGExA" ], [ "https://github.com/liushaomin/MitosisDetection" ], [ "https://github.com/DurrLab/GAN-Inversion" ], [ "https://github.com/magStra/nonparametricSummaryPSM" ], [ "https://github.com/wang-kang-6/CGT" ], [ "https://github.com/W1AE/OCC" ], [ "https://github.com/andmccall/Colocalization_by_Cross_Correlation" ], [ "https://github.com/JunhangCao/MTL-ACP" ], [ "https://github.com/lyotvincent/PBGI" ], [ "https://github.com/oy-tj/VSUGAN" ], [ "https://github.com/unisb-bioinf/MERIDA" ], [ "https://github.com/Federico77z/aScan" ], [ "https://github.com/gr8lawrence/ARTDeConv" ], [ "https://github.com/heatherjzhou/ClipperQTL" ], [ "https://github.com/BioLab-cz/DiagAF" ], [ "https://github.com/BioinformaticsToolsmith/EnhancerTracker" ], [ "https://github.com/Priyadarshini-Rai/Pathomap" ], [ "https://github.com/jchow32/MAGI-MS" ], [ "https://github.com/HUBioDataLab/Domain2GO" ], [ "https://github.com/baillielab/comparison_of_RA_methods" ], [ "https://github.com/plhhnu/CellDialog" ], [ "https://github.com/KoslickiLab/L2-UniFrac" ], [ "https://github.com/abhhba999/MRM-BERT" ], [ "https://github.com/xxwudi508/MSRMNet" ], [ "https://github.com/biovault/SCHNELpy" ], [ "https://github.com/KejiZhaoLab/cLoops2" ], [ "https://github.com/ByrumLab/PTMViz" ], [ "https://github.com/mhxu1998/RedCDR" ], [ "https://github.com/mutwil/LSTrAP-Lite" ], [ "https://github.com/heartsh/consalign" ], [ "https://github.com/bioinfomaticsCSU/EPGA2" ], [ "https://github.com/cabergh/eBDIMS" ], [ "https://github.com/Biobix/REPARATION" ], [ "https://github.com/magStra/GPseudoClust" ], [ "https://github.com/xinjiangaohfut/MMRSD-Net" ], [ "https://github.com/zhouyuan888888/UGDA" ], [ "https://github.com/qzf0320/MDL-Net" ], [ "https://github.com/vllrs/genomicSimulationC" ], [ "https://github.com/MengLi-Thea/HiDeS-A-Higher-Order-Derivative-Supervised-Neural-Ordinary-Differential-Equation" ], [ "https://github.com/CalebPecka/ATAC-Seq-Pipeline" ], [ "https://github.com/robsyme/Parastagonospora_nodorum_SN15" ], [ "https://github.com/WGS-TB/TreeShapeStats" ], [ "https://github.com/bkballoon/mvsm-fusion" ], [ "https://github.com/wangli100209/PDPNet" ], [ "https://github.com/dr-majie/WSTQ" ], [ "https://github.com/BioHuangDY/diseaseGPS" ], [ "https://github.com/Jiahuiqu/MoE-PNP" ], [ "https://github.com/nickjcroucher/progressionEstimation" ], [ "https://github.com/zjsong/Audio-Visual-Predictive-Coding" ], [ "https://github.com/asdcid/Comparison-of-neighbour-joining-software" ], [ "https://github.com/shengqh/annogen" ], [ "https://github.com/YasCoMa/ppi_validation_process" ], [ "https://github.com/begumbektas/makl" ], [ "https://github.com/ykhdu/CWGCN-CCSR-GCN" ], [ "https://github.com/JianHPan/SilenceREIN" ], [ "https://github.com/Mohammad-Vahed/BML" ], [ "https://github.com/altriavin/NDSGCL" ], [ "https://github.com/inpacdb/PocketPipe" ], [ "https://github.com/marco-oliva/portable-nanopore-analytics" ], [ "https://github.com/YasCoMa/ppi_validation_process" ], [ "https://github.com/YasCoMa/ppi_validation_process" ], [ "https://github.com/agerniers/scCross" ], [ "https://github.com/ZongYingLi/ASMNet" ], [ "https://github.com/gladex/PM-FSOR" ], [ "https://github.com/louzounlab/CLAIRE" ], [ "https://github.com/cMadan/scoreAI" ], [ "https://github.com/raminass/BERTwalk" ], [ "https://github.com/shoryaconsul/XHap" ], [ "https://github.com/yceh/matOptimize-experiments" ], [ "https://github.com/krumsieklab/pitracer" ], [ "https://github.com/Legenddddd/AIS-MLI" ], [ "https://github.com/amishra-stats/taro-package" ], [ "https://github.com/Priyadarshini-Rai/Pathomap-Model" ], [ "https://github.com/uio-bmi/compairr-benchmarking" ], [ "https://github.com/lisagandy/synthesizer" ], [ "https://github.com/cbg-ethz/epiNEM" ], [ "https://github.com/ptriska/WavesDash" ], [ "https://github.com/zhengxyun/Surface-SOS" ], [ "https://github.com/BolognaBiocomp/coconat" ], [ "https://github.com/NIB-SI/DiNAR" ], [ "https://github.com/QianZiTang/pyRSD-CoEv" ], [ "https://github.com/Jesse-Sharp/Sharp2021" ], [ "https://github.com/algbio/panvc-founders" ], [ "https://github.com/YasCoMa/ppi_validation_process" ], [ "https://github.com/JinyuanSun/GPSE" ], [ "https://github.com/BauerLab/GOANA" ], [ "https://github.com/mvasinek/olgen-om-error-prediction" ], [ "https://github.com/adamhockenberry/bacphlip-model-dev" ], [ "https://github.com/BrianOSullivanGit/vcfView" ], [ "https://github.com/kahramanlab/CanIsoNet_Web" ], [ "https://github.com/jtchavisIII/CU-MSDSp" ], [ "https://github.com/zhangxin-xd/LRMF" ], [ "https://github.com/qwu1221/ICN" ], [ "https://github.com/ollisa/BELMM" ], [ "https://github.com/cdsanchez18/EcoPLOT" ], [ "https://github.com/lncRNAAddict/ChromNetworkMotif" ], [ "https://github.com/zhanxw/Isoplexis_Data_Analysis" ], [ "https://github.com/RuiSiHu/PaPhy-ML" ], [ "https://github.com/gjeschke/MMMx" ], [ "https://github.com/RuiSiHu/AKINND" ], [ "https://github.com/ydniuyongjie/twoStageForFaceEdit" ], [ "https://github.com/matsas-software/MATSAS" ], [ "https://github.com/jszlek/CardiacPBPK" ], [ "https://github.com/zzhmark/NIEND" ], [ "https://github.com/zhanxw/Isoplexis_Data_Analysis" ], [ "https://github.com/tsikup/multiresolution-clam" ], [ "https://github.com/datashield/DSData" ], [ "https://github.com/manimkn89/Protein-Sequence-Analysis" ], [ "https://github.com/KoslickiLab/L2-UniFrac" ], [ "https://github.com/JC-Price/DeuteRater" ], [ "https://github.com/deristnochda/Hodgkin-Huxley-SPDE" ], [ "https://github.com/DrTrevorBell/SmallGenomeTools" ], [ "https://github.com/Shoombuatong2527/anticancer-peptides-review" ], [ "https://github.com/RodolfoAllendes/cline" ], [ "https://github.com/ddghjikle/Out-of-sample-restoration" ], [ "https://github.com/ddarriba/pll-modules" ], [ "https://github.com/vailatuts/SSFG-regularization" ], [ "https://github.com/jcboyd/multi-cell-line" ], [ "https://github.com/CECNL/SSVEP-DAN" ], [ "https://github.com/mensxmachina/PASL" ], [ "https://github.com/CandleLabAI/CLINet-ECG-Classification-2024" ], [ "https://github.com/wsb853529465/YOLOH-main" ], [ "https://github.com/CTPLab/SST-editing" ], [ "https://github.com/sdolenz/refbias_scripts" ], [ "https://github.com/Kingsford-Group/hierrepsetselection" ], [ "https://github.com/nmelzer/CLARITY" ], [ "https://github.com/murphygroup/CODEXPanelOptimization" ], [ "https://github.com/knappa/steadycellphenotype" ], [ "https://github.com/WkEEn/PLCC" ], [ "https://github.com/SergeMOULIN/retrotransposons-spread" ], [ "https://github.com/YuBinLab-QUST/scBKAP" ], [ "https://github.com/KoslickiLab/L2-UniFrac" ], [ "https://github.com/imperialebola2018/chainchecker" ], [ "https://github.com/agleed/calopus_statistical_heatmaps" ], [ "https://github.com/KoslickiLab/L2-UniFrac" ], [ "https://github.com/moyanre/method2" ], [ "https://github.com/mayalevy/CENA" ], [ "https://github.com/KoslickiLab/L2-UniFrac" ], [ "https://github.com/hychim/molpc2" ], [ "https://github.com/KoslickiLab/L2-UniFrac-Paper" ], [ "https://github.com/sauloho/Flib-Coevo" ], [ "https://github.com/yuabrahamliu/methylClass" ], [ "https://github.com/LongTarget/Fasim-LongTarget" ], [ "https://github.com/shidan0122/FMICS" ], [ "https://github.com/chiyuan1126/RECEEM" ], [ "https://github.com/WangPing521/Domain_adaptation_shape_prior" ], [ "https://github.com/DennisSchlossarek/PROMISed" ], [ "https://github.com/KoslickiLab/L2-UniFrac" ], [ "https://github.com/yxchspring/CECS" ], [ "https://github.com/LichtargeLab/BioVNN" ], [ "https://github.com/Munna-Sarkar/proteins-rigidity-flexibility" ], [ "https://github.com/NUST-Machine-Intelligence-Laboratory/MMSI" ], [ "https://github.com/zhanxw/Isoplexis_Data_Analysis" ], [ "https://github.com/KoslickiLab/L2-UniFrac" ], [ "https://github.com/Runqing-forMost/TS3-Net" ], [ "https://github.com/next-crs4/VariantAlert" ], [ "https://github.com/heyigacu/BitterGNN" ], [ "https://github.com/zhanxw/Isoplexis_Data_Analysis" ], [ "https://github.com/KoslickiLab/L2-UniFrac" ], [ "https://github.com/hms-dbmi/Rcupcake-case-studies" ], [ "https://github.com/bionetslab/robust-web" ], [ "https://github.com/goobar4/aacrg" ], [ "https://github.com/manasvupadhyay/erc-gamma-3D-DCNN" ], [ "https://github.com/SarahAyton/MuTATE" ], [ "https://github.com/heartsh/consprob-trained" ], [ "https://github.com/CSUBioGroup/NIMCE" ], [ "https://github.com/zpliulab/NAE" ], [ "https://github.com/LeidenRNA/SRHS" ], [ "https://github.com/sysbio-curie/WebMaBoSS" ], [ "https://github.com/MichaelPHStumpf/Peitho" ], [ "https://github.com/yaoyao-11/Seq-RBPPred" ], [ "https://github.com/crsl4/nn-phylogenetics" ], [ "https://github.com/zhanxw/Isoplexis_Data_Analysis" ], [ "https://github.com/icbi-lab/miopy" ], [ "https://github.com/jhroth/data-example" ], [ "https://github.com/sap01/TGS-Lite-supplem" ], [ "https://github.com/vsislab/DeTAL" ], [ "https://github.com/steinrue/diplo_locus" ], [ "https://github.com/hcandela/MAPtools" ], [ "https://github.com/TW-Genesis/genesis-ontology" ], [ "https://github.com/TW-Genesis/genesis-database-system" ], [ "https://github.com/so-nakashima/Lineage-EM-algorithm" ], [ "https://github.com/ul-research-support/spcapp" ], [ "https://github.com/Lailabcode/DeepSP" ], [ "https://github.com/lotteanna/defence_adaptation" ], [ "https://github.com/bioinfo0706/RaaMLab" ], [ "https://github.com/Jiamin-Yang/ensemble_model" ], [ "https://github.com/gersteinlab/idash20FL" ], [ "https://github.com/Sandipan99/Ranking_cluster_algorithms" ], [ "https://github.com/mpc-bioinformatics/bionda" ], [ "https://github.com/korkinlab/dispot" ], [ "https://github.com/biogacop/Boost_LP_EFM" ], [ "https://github.com/zhanglab-wbgcas/PiTLiD" ], [ "https://github.com/wengweng001/LEOPARD" ], [ "https://github.com/ncats/IntLIM" ], [ "https://github.com/zhanxw/Isoplexis_Data_Analysis" ], [ "https://github.com/mehmetyamac/GTSNET" ], [ "https://github.com/sangreashim/EAT-UpTF" ], [ "https://github.com/ZhilinGuo/ST-A2J" ], [ "https://github.com/jhu99/davae_paper" ], [ "https://github.com/zhanxw/Isoplexis_Data_Analysis" ], [ "https://github.com/raghavagps/pprint2" ], [ "https://github.com/ncjllld/byase" ], [ "https://github.com/zhibinliao89/fracture_attention_guidance" ], [ "https://github.com/quinlanW/PLA-GNN" ], [ "https://github.com/ncjllld/byase_gui" ], [ "https://github.com/maryamrabiee/SODA" ], [ "https://github.com/mksmd/NNforDocking" ], [ "https://github.com/abhisheknrl/MPRAscore" ], [ "https://github.com/SammedMandape/MMDIT_UI" ], [ "https://github.com/caigitrepo/SCDGC" ], [ "https://github.com/petermchale/trfermikit" ], [ "https://github.com/YanHu-or-SawyerHu/prompt-learning-based-sentence-classifier-in-medical-abstracts" ], [ "https://github.com/wtsi-team144/transformPhenotype" ], [ "https://github.com/DebtVC2022/Robust_Learning_with_MGC" ], [ "https://github.com/qklee-lz/CDTM" ], [ "https://github.com/tylii/ddap" ], [ "https://github.com/Gebbi8/DiVil" ], [ "https://github.com/sahandk/HINTRA" ], [ "https://github.com/martijn-cordes/ImSpectR" ], [ "https://github.com/CMDM-Lab/MetaMOPE" ], [ "https://github.com/wangchuanyuan1/project-MscNMF" ], [ "https://github.com/YJGene0806/PRIDE_Code" ], [ "https://github.com/DoubtedSteam/CycleTrans" ], [ "https://github.com/yongzhuang/TumorCNV" ], [ "https://github.com/dwinter/accuMUlate" ], [ "https://github.com/sparks-lab-org/RNAcmap_standalone" ], [ "https://github.com/tibbdc/AutoESDCas" ], [ "https://github.com/Li-Wentao/dMEGA" ], [ "https://github.com/burstein-lab/genomic-nlp-server" ], [ "https://github.com/crazylyf/neuronet" ], [ "https://github.com/gui11aume/sesame" ], [ "https://github.com/JianSoL/MVSTT" ], [ "https://github.com/SWFarag/nrps-linker" ], [ "https://github.com/yuanying566/AHPred-DE" ], [ "https://github.com/wangWilson/CGCDet" ], [ "https://github.com/zhenzhang-li/RNMF" ], [ "https://github.com/XiongLi2016/ESMO" ], [ "https://github.com/sandialabs/idash2018task1" ], [ "https://github.com/arzwa/morph-bulk" ], [ "https://github.com/TracyRage/muddy_db" ], [ "https://github.com/joerg-swg/ShuffleAnalyzer" ], [ "https://github.com/KaulichLab/ReCo" ], [ "https://github.com/LHRI-Bioinformatics/QuasiSeq" ], [ "https://github.com/lorrainea/Seedability" ], [ "https://github.com/tingcosmos/KetPath" ], [ "https://github.com/KimSoybean/MSA" ], [ "https://github.com/TW-Genesis/genesis-database-demo" ], [ "https://github.com/hms-dbmi/Rcupcake" ], [ "https://github.com/NiRuff/ViNe-Seg" ], [ "https://github.com/modsim/vizardous" ], [ "https://github.com/engbiopct/EasySSR" ], [ "https://github.com/USEPA/TELSS" ], [ "https://github.com/Voluntino/tGT-OCT" ], [ "https://github.com/J-P-Borg/BioInformatics" ], [ "https://github.com/scientificomputing/CytoCopasi" ], [ "https://github.com/burcakotlu/JOA" ], [ "https://github.com/ChaiAsaad/MoreAIRAsthmaKGxE" ], [ "https://github.com/R-GENLIB/simuhaplo_functions" ], [ "https://github.com/CHUENGMINCHOU/ALN-DSAC" ], [ "https://github.com/Maize-Genetics-and-Genomics-Database/qTeller" ], [ "https://github.com/Phevos75/HRCLRE" ], [ "https://github.com/hetiantian1985/EGCPI" ], [ "https://github.com/CSU-NLP-Group/Sequential-Sentence-Classification" ], [ "https://github.com/scottjingtt/MAF" ], [ "https://github.com/richiebailey74/CST" ], [ "https://github.com/zichengpan/DyCR" ], [ "https://github.com/WheatCao/STMN-Pytorch" ], [ "https://github.com/YasCoMa/ppi_validation_process" ], [ "https://github.com/EJarrattBarnham/AMReader" ], [ "https://github.com/YasCoMa/ppi_validation_process" ], [ "https://github.com/zhimengXin/ECEA" ], [ "https://github.com/YasCoMa/ppi_validation_process" ], [ "https://github.com/YasCoMa/ppi_validation_process" ], [ "https://github.com/pdelangen/Muffin" ], [ "https://github.com/YangLibuaa/DMV-MAT" ], [ "https://github.com/banklab/STUN" ], [ "https://github.com/wanzhuxie/ARIAS" ], [ "https://github.com/shayesteh99/TCMM" ], [ "https://github.com/LigosQ/iProps" ], [ "https://github.com/YaluWen/TBLMM" ], [ "https://github.com/hnuhyuwa/FullPointTransformer" ], [ "https://github.com/caramirezal/SQUADBookChapter" ], [ "https://github.com/LuigiAugugliaro/dgcox" ], [ "https://github.com/zhanxw/Isoplexis_Data_Analysis" ], [ "https://github.com/andrewGhazi/designMPRA" ], [ "https://github.com/shahnidhi/TIPP_reference_package" ], [ "https://github.com/Mashirops/VSSI-GGD" ], [ "https://github.com/BorgwardtLab/batchCorrectionPublicData" ], [ "https://github.com/BoCheng-96/ISF-GOM" ], [ "https://github.com/ghattab/seevis" ], [ "https://github.com/richadhanuka/PFP-Autoencoders" ], [ "https://github.com/lifangda01/GSAN-Demo" ], [ "https://github.com/grisslab/grein_loader" ], [ "https://github.com/cyinbox/DNADU" ], [ "https://github.com/privefl/paper4-bedpca" ], [ "https://github.com/shafferm/kb_DRAM" ], [ "https://github.com/MBaysanLab/cosap-webapi" ], [ "https://github.com/lasigeBioTM/MRRAD" ], [ "https://github.com/ManLiuCoder/POPRNet" ], [ "https://github.com/zyqin19/HiGraph" ], [ "https://github.com/hy0523/MTNet" ], [ "https://github.com/2yngsklab/deadenylation-kinetics" ], [ "https://github.com/dreambamboo/NuSEA" ], [ "https://github.com/sys-bio/frequencyResponse" ], [ "https://github.com/mli171/MultibinAlpha" ], [ "https://github.com/bio-ai-source/MUMA" ], [ "https://github.com/zjupgx/deephlapan" ], [ "https://github.com/MBaysanLab/cosap_frontend" ], [ "https://github.com/zackschen/DMM" ], [ "https://github.com/51cloud/DRDN" ], [ "https://github.com/bioinfomaticsCSU/GapReduce" ], [ "https://github.com/pmelsted/BUSZ_paper" ], [ "https://github.com/arnabkmondal/scRAE" ], [ "https://github.com/llttxx/AERMNET" ], [ "https://github.com/ml4bio/ifDEEPre" ], [ "https://github.com/elolab/RepViz" ], [ "https://github.com/RolandFaure/QuickDeconvolution" ], [ "https://github.com/BioinformaticsCSU/MSBMF" ], [ "https://github.com/fayazsoleymani/SARTRE" ], [ "https://github.com/aircarlo/GNN_LSAP" ], [ "https://github.com/wangjuan313/wsis-beyond-tightBB" ], [ "https://github.com/louzounlab/microbiome" ], [ "https://github.com/MinjieSh/Cosbin" ], [ "https://github.com/Longwt123/MDL-CPI" ], [ "https://github.com/shang-qian/SCSit" ], [ "https://github.com/ShkolniskyLab/kltpicker2" ], [ "https://github.com/npdeloss/mepp" ], [ "https://github.com/YutingHe-list/P2-Net" ], [ "https://github.com/bschilder/ThreeWayTest" ], [ "https://github.com/reaneyli/mBrainAligner-web" ], [ "https://github.com/jwschroeder3/enricherator" ], [ "https://github.com/Shamir-Lab/3CAC" ], [ "https://github.com/wangbi1988/Lifelong-learning-in-Open-World-Classification" ], [ "https://github.com/caravagnalab/rcongas_test" ], [ "https://github.com/njuIrene/SWATH-F" ], [ "https://github.com/jdeweeselab/psicalc-package" ], [ "https://github.com/SunXQlab/EnDecon" ], [ "https://github.com/ternencewu123/PARCEL" ], [ "https://github.com/roohy/localIBDClustering" ], [ "https://github.com/GuillaumeLam/PaCalC" ], [ "https://github.com/spang-lab/adadmire" ], [ "https://github.com/mesunhlf/DEFEAT" ], [ "https://github.com/TongjiZhanglab/CStreet" ], [ "https://github.com/sharmin-mim/qfm_java" ], [ "https://github.com/tcygxu2021/FMGNN" ], [ "https://github.com/hitbc/deSALT" ], [ "https://github.com/ebundhoo/TAGOPSIN" ], [ "https://github.com/Liying1996/ASBanalyzer" ], [ "https://github.com/usnistgov/PACCS" ], [ "https://github.com/amygruel/FoveationStakes_DVS" ], [ "https://github.com/LinaDongXMU/FGNN" ], [ "https://github.com/n-canter/gamaps" ], [ "https://github.com/CSUBioGroup/StackCPA" ], [ "https://github.com/wangyuanhao/springD2A" ], [ "https://github.com/NielsenBerkeleyLab/sconce" ], [ "https://github.com/zjuRong/openNAU" ], [ "https://github.com/cthoyt/epicom" ], [ "https://github.com/AndreBrincat/Gene-Antibiotic-Resistance-Relation-Extraction" ], [ "https://github.com/RuneBlaze/internode" ], [ "https://github.com/dipuk0506/Aleatory-aware-UQ" ], [ "https://github.com/UdeS-CoBIUS/SpliceFamAlignMulti" ], [ "https://github.com/XZhiXiang/AIS-segmentation" ], [ "https://github.com/jhhung/kISS" ], [ "https://github.com/wps712/FFN" ], [ "https://github.com/statway/DTFLOW" ], [ "https://github.com/cyones/mirDNN" ], [ "https://github.com/sarahsamorodnitsky/SPOT" ], [ "https://github.com/sarahsamorodnitsky/SPOT" ], [ "https://github.com/sarahsamorodnitsky/SPOT" ], [ "https://github.com/SJTU-CGM/ivTerm" ], [ "https://github.com/reprotc/geocoding" ], [ "https://github.com/bioinfoDZ/Stereo3D" ], [ "https://github.com/demichelislab/FaME" ], [ "https://github.com/holehouse-lab/shephard-colab" ], [ "https://github.com/Cassieyy/AugMS-Net" ], [ "https://github.com/bio-phys/optimizedMgFFs" ], [ "https://github.com/wanxinhang/OMVCDR" ], [ "https://github.com/yrm9837/mzMD-java" ], [ "https://github.com/LXQin/DANA" ], [ "https://github.com/sarahsamorodnitsky/SPOT" ], [ "https://github.com/GauravPandeyLab/ensemble_integration" ], [ "https://github.com/jungreuc/isotope_correction_toolbox" ], [ "https://github.com/davidsun/SAP" ], [ "https://github.com/barashe/bacpacs" ], [ "https://github.com/MrinalTyagi/SVD-CLAHE-and-BWCCE" ], [ "https://github.com/GeneTranslationLab-IRB/tRNAstudio" ], [ "https://github.com/FeiYee/Breast-area-TWO" ], [ "https://github.com/DeepMIALab/UC-NfNet" ], [ "https://github.com/nioo-knaw/epiGBS2" ], [ "https://github.com/shahidakbarcs/cACP-DeepGram" ], [ "https://github.com/CompCy-lab/scLKME" ], [ "https://github.com/MIRCen/NeuronInstanceSeg" ], [ "https://github.com/jannikfranzen/theta_neuron" ], [ "https://github.com/MrZhang176/DNPMSA" ], [ "https://github.com/gigantocypris/SPREAD" ], [ "https://github.com/stoledoc/DQOR" ], [ "https://github.com/deepomicslab/SMURF" ], [ "https://github.com/ZhenxingGuo0015/TRES" ], [ "https://github.com/SayakaMiura/PathFinder" ], [ "https://github.com/zhihefang/CCLGAN" ], [ "https://github.com/tbilab/associationsubgraphs" ], [ "https://github.com/SimonCB765/Leaf" ], [ "https://github.com/PennHui2016/ProInfer" ], [ "https://github.com/SJTUBME-QianLab/CFGNN-PDarising" ], [ "https://github.com/ComputBiol-IBB/CNN-PepPred" ], [ "https://github.com/jhyrkas/seaflow_cluster" ], [ "https://github.com/vyacheslav-tsivina/signature-sj" ], [ "https://github.com/ashar799/SBC" ], [ "https://github.com/mghamilton/polyAinv" ], [ "https://github.com/slimsuite/SLiMEnrich" ], [ "https://github.com/mayank265/flume" ], [ "https://github.com/fra82/comorbidity4j" ], [ "https://github.com/13479776/cpva" ], [ "https://github.com/bhioswego/ML_ordCOX" ], [ "https://github.com/BarnettLab/MyelinJ" ], [ "https://github.com/qunfengdong/DCN" ], [ "https://github.com/rongjiewang/BdBG" ], [ "https://github.com/lxwgcool/CircDBG" ], [ "https://github.com/fukunagatsu/LogicomeProfiler" ], [ "https://github.com/Reed-CompBio/pathway-reconciliation" ], [ "https://github.com/afgane/bioblend" ], [ "https://github.com/afgane/bioblend" ], [ "https://github.com/afgane/bioblend" ], [ "https://github.com/omics-tools/mitoimp" ], [ "https://github.com/afgane/bioblend" ], [ "https://github.com/larisa-soldatova/HELO" ], [ "https://github.com/stevemidway/MultipleComparisons" ], [ "https://github.com/KavrakiLab/TL-MHC" ], [ "https://github.com/VRPharmer/VRPharmer" ], [ "https://github.com/harmancilab/EpiSAFARI" ], [ "https://github.com/lantianyao/ATPfinder" ], [ "https://github.com/SuLab/ngly1-graph" ], [ "https://github.com/cbbzhang/JCcirc" ], [ "https://github.com/LiesaSalzer/MobilityTransformR" ], [ "https://github.com/TulsaBioinformaticsToolsmith/Look4TRs" ], [ "https://github.com/TurkuNLP/BioCreativeVI_BioID_assignment" ], [ "https://github.com/kassonlab/positionalmi" ], [ "https://github.com/HAShihab/HIPred" ], [ "https://github.com/ATPs/PrecisionProDB_references" ], [ "https://github.com/Zhangxf-ccnu/pDNA" ], [ "https://github.com/Tagliacollo/PFinderUCE-SWSC-EN" ], [ "https://github.com/aalto-ics-kepaco/PMFA" ], [ "https://github.com/Shamir-Lab/Sorting-Cancer-Karyotypes" ], [ "https://github.com/watchdog-wms/watchdog-wms-workflows" ], [ "https://github.com/longjp/mediateR" ], [ "https://github.com/gstecher/CloneFinderAPI" ], [ "https://github.com/angy89/RobustClusteringPatientSubtyping" ], [ "https://github.com/IbrahimTanyalcin/MODICT" ], [ "https://github.com/Maple177/syntax-enhanced-RE" ], [ "https://github.com/wx-cie/DeepGenGrep" ], [ "https://github.com/bordin89/ICB_docker" ], [ "https://github.com/YellowcardD/RNN-for-membrane-protein-types-prediction" ], [ "https://github.com/hanjunwei-lab/crmSubpathway" ], [ "https://github.com/lutteropp/raxml-ng" ], [ "https://github.com/XPHenry/Netfrac" ], [ "https://github.com/lasigeBioTM/PGR-crowd" ], [ "https://github.com/HuanLab/ChloroDBPFinder" ], [ "https://github.com/cuhklinlab/coupleCoC" ], [ "https://github.com/AliJam82/MDIPA" ], [ "https://github.com/shenmishajing/PAL" ], [ "https://github.com/northomics/MetaProfiler" ], [ "https://github.com/TKH666/Fed-NCL" ], [ "https://github.com/Jordi-Manuello/CBMAT" ], [ "https://github.com/GrabherrGroup/ACES" ], [ "https://github.com/sunliang3361/WebGIVI" ], [ "https://github.com/yyZhang14/iEssLnc" ], [ "https://github.com/lsgh/ismb15" ], [ "https://github.com/jochotecoa/ml_proteomics" ], [ "https://github.com/TheJacksonLaboratory/isopretEM" ], [ "https://github.com/chenzhe207/FSMSC" ], [ "https://github.com/oystein676/RegiSTORM" ], [ "https://github.com/wassermanlab/revup" ], [ "https://github.com/Zhang-Yang-ops/LSFC" ], [ "https://github.com/jianweishuai/Dear-DIA-XMBD" ], [ "https://github.com/IRMVLab/SIConv" ], [ "https://github.com/luimoli/RATFM" ], [ "https://github.com/oligogenic/Deep_active_learning_bioRE" ], [ "https://github.com/jywu511/BD-Net" ], [ "https://github.com/solinvicta/geneTeller" ], [ "https://github.com/omidbazgirTTU/IntegratedREFINED" ], [ "https://github.com/hseabolt/tautyping" ], [ "https://github.com/YasCoMa/predprin" ], [ "https://github.com/PhanstielLab/coralp" ], [ "https://github.com/kordk/torch-ecpg" ], [ "https://github.com/phrh/BackCLIP" ], [ "https://github.com/cbil-vt/DDN3" ], [ "https://github.com/mhoubraken/ISMAGS" ], [ "https://github.com/rorynolan/nandb" ], [ "https://github.com/WinnieJiangHW/Carry-lookahead_RNN" ], [ "https://github.com/bioinfo-ut/primer3_masker" ], [ "https://github.com/GWYSDU/SVLR" ], [ "https://github.com/XiaofengCao-MachineLearning/Shattering-Distribution-for-Active-Learning" ], [ "https://github.com/YasCoMa/predprin" ], [ "https://github.com/YasCoMa/predprin" ], [ "https://github.com/kordk/torch-ecpg" ], [ "https://github.com/kordk/torch-ecpg" ], [ "https://github.com/YasCoMa/predprin" ], [ "https://github.com/kordk/torch-ecpg" ], [ "https://github.com/Divo-Lee/SIEVE" ], [ "https://github.com/camlab-bioml/leader" ], [ "https://github.com/XJJ-student/PhenoComp" ], [ "https://github.com/miladrayka/ENS_Score" ], [ "https://github.com/ETH-NEXUS/gExcite_pipeline" ], [ "https://github.com/JialinQu/gKAT" ], [ "https://github.com/puls-group/percolation-analyzer" ], [ "https://github.com/yusufzaferaydin/dspred" ], [ "https://github.com/fhaive/VOLTA" ], [ "https://github.com/bo1929/CONSULT-II" ], [ "https://github.com/sarahsamorodnitsky/SPOT" ], [ "https://github.com/michaelcarr-stats/FUCCI" ], [ "https://github.com/yhai943/BLMM" ], [ "https://github.com/bjyoontamu/MONACO" ], [ "https://github.com/chengjianhong/glioma_grading" ], [ "https://github.com/dieterich-lab/pulseR" ], [ "https://github.com/PMMAraujo/snappy" ], [ "https://github.com/NooshinSh/Matched_Forest" ], [ "https://github.com/BiosecSFA/datangle" ], [ "https://github.com/sarahsamorodnitsky/SPOT" ], [ "https://github.com/sarahsamorodnitsky/SPOT" ], [ "https://github.com/sarahsamorodnitsky/SPOT" ], [ "https://github.com/lucian-ilie/Seq-InSite" ], [ "https://github.com/cokeyk/TPpred-ATMV" ], [ "https://github.com/tangent-T/W3AMT" ], [ "https://github.com/axot/GLP" ], [ "https://github.com/nec-research/neoagdt" ], [ "https://github.com/PigYang-ops/CycleGAN-QSDL" ], [ "https://github.com/nicetomeetu21/GenPSM" ], [ "https://github.com/schobs/qbin" ], [ "https://github.com/gencersumbul/GRID" ], [ "https://github.com/Land5cape/GRIDS" ], [ "https://github.com/Harmonic-Discovery/AF2-kinase-conformational-landscape" ], [ "https://github.com/IkramMaouche/CS-CatBoost" ], [ "https://github.com/smu-ivpl/ASSN" ], [ "https://github.com/WHang98/scSemiAAE" ], [ "https://github.com/sherry6247/CATNet" ], [ "https://github.com/AlgoLab/gppf" ], [ "https://github.com/lhaippp/YOHO" ], [ "https://github.com/IlyaTyagin/Dyport" ], [ "https://github.com/BioAlgs/Parallelism" ], [ "https://github.com/BoveyRao/Non-parametric-vc-for-sparse-st" ], [ "https://github.com/Ziqiang-Liu/GraphCDD" ], [ "https://github.com/bokunoBike/m6AGE" ], [ "https://github.com/LSI-UniKonstanz/lmme" ], [ "https://github.com/tengxiao14/Purification_ReID" ], [ "https://github.com/nedashokraneh/IChDA" ], [ "https://github.com/mwgrassgreen/RobNorm" ], [ "https://github.com/cbrackley/capC-MAP" ], [ "https://github.com/ShangCS/MccDTI" ], [ "https://github.com/ivan-vishniakou/neural-circuits-vr" ], [ "https://github.com/yuansliu/bfMEM" ], [ "https://github.com/mikelhernaez/linker" ], [ "https://github.com/ablab-nthu/Multi-CSAR" ], [ "https://github.com/hartonen/PeakXus" ], [ "https://github.com/lyotvincent/AJIA" ], [ "https://github.com/DanielaPlusPlus/LGCOAMix" ], [ "https://github.com/david-juan/ChromDet" ], [ "https://github.com/Qli97/NEDNBI" ], [ "https://github.com/EESI/Complet-Plus" ], [ "https://github.com/4dn-dcic/GiniQC" ], [ "https://github.com/YPZ858/PPTPP" ], [ "https://github.com/yeqiaoling/arcs_bn" ], [ "https://github.com/LoicPeter/evaluation-deformable-registration" ], [ "https://github.com/cbg-ethz/nempi" ], [ "https://github.com/uzh-dqbm-cmi/fragmentstein" ], [ "https://github.com/r-cui/PostprandialHyperHypoPrediction" ], [ "https://github.com/OnofreyLab/dl-hmc_fast_recon_miccai2023" ], [ "https://github.com/yrqs/DMNet" ], [ "https://github.com/TingMAC/FrMLNet" ], [ "https://github.com/keleslab/muscle" ], [ "https://github.com/hsu-lab/ctflow" ], [ "https://github.com/shahidmuneer/deepfakes-watermarking-technique" ], [ "https://github.com/RavenGan/GR2D2" ], [ "https://github.com/debbydanwang/BAP" ], [ "https://github.com/jeremy-levy/Classification-of-audio-signals-using-spectrogram-surfaces-and-extrinsic-distortion-measures" ], [ "https://github.com/xindd/DCNet" ], [ "https://github.com/brianjimenez/lightdock_bm5" ], [ "https://github.com/karroje/phRAIDER" ], [ "https://github.com/HealthML/AntiSplodge" ], [ "https://github.com/kevinmildau/homologueDiscoverer" ], [ "https://github.com/scottjingtt/AMF_GZS_SBIR" ], [ "https://github.com/bibip-impmc/mypmfs" ], [ "https://github.com/jorgevazcast/Viromic-diversity" ], [ "https://github.com/jodyphelan/covid-profiler" ], [ "https://github.com/ljaiverson/multiview-curriculum" ], [ "https://github.com/savastakan/dnmso" ], [ "https://github.com/Benjamin-Crysup/proderal" ], [ "https://github.com/gersteinlab/FANCY" ], [ "https://github.com/uc-bd2k/paslincs" ], [ "https://github.com/kodaim1115/CYBERTRACK2" ], [ "https://github.com/elkebir-group/MCT" ], [ "https://github.com/hahatcdg/IBPP" ], [ "https://github.com/jschellh/ProtSpaM" ], [ "https://github.com/ebi-gene-expression-group/selectBCM" ], [ "https://github.com/htzhaoecust/glsnn" ], [ "https://github.com/JaroSant/EWF" ], [ "https://github.com/izhbannikov/rqt" ], [ "https://github.com/zkyseu/CSSNet" ], [ "https://github.com/BaiDing1234/AttentionPert" ], [ "https://github.com/GMHughes/Sensommatic" ], [ "https://github.com/EvolOMICS-TU/ETENLNC" ], [ "https://github.com/DepMap-Analytics/HT29benchmark" ], [ "https://github.com/WormBase/wormcells-viz" ], [ "https://github.com/yao-laboratory/cellMarkerPipe" ], [ "https://github.com/yao-laboratory/cellMarkerPipe" ], [ "https://github.com/yao-laboratory/cellMarkerPipe" ], [ "https://github.com/yao-laboratory/cellMarkerPipe" ], [ "https://github.com/cerm-cirmmp/Master-of-metals" ], [ "https://github.com/amin-nejat/Deformable-Atlas" ], [ "https://github.com/adfoucart/panoptic-quality-suppl" ], [ "https://github.com/11101028/CADA-BioRE" ], [ "https://github.com/gregorpatof/dynasigml_package" ], [ "https://github.com/MBC-Neuroimaging/ClotDetectEval" ], [ "https://github.com/zby961104/GSL-MPP" ], [ "https://github.com/soyoungryu/MetaMSD" ], [ "https://github.com/crbs/probabilitymapviewer" ], [ "https://github.com/tomoyukif/MCPtaggR" ], [ "https://github.com/ratschlab/row_diff" ], [ "https://github.com/matteo14c/VINYL" ], [ "https://github.com/sysbio-bioinf/BNStatic" ], [ "https://github.com/anuprulez/galaxy_tool_recommendation" ], [ "https://github.com/ModelEngineering/SBMLLint" ], [ "https://github.com/AndersJing/ResNetQA" ], [ "https://github.com/sys-bio/SBcoyote" ], [ "https://github.com/xueqing4083/PPNID" ], [ "https://github.com/sys-bio/SBcoyote" ], [ "https://github.com/umich-biostatistics/AEenrich" ], [ "https://github.com/rubbs14/CSP-Analyzer" ], [ "https://github.com/JosieLHayes/simExTargId" ], [ "https://github.com/dustincys/WDNfinder" ], [ "https://github.com/the-ahuja-lab/Machine-Olf-Action" ], [ "https://github.com/lennylv/ctP2ISP" ], [ "https://github.com/roohy/eps" ], [ "https://github.com/grrchrr/VisuStatR" ], [ "https://github.com/adrienrougny/stonpy" ], [ "https://github.com/bicciatolab/Circr" ], [ "https://github.com/smetam/pylae" ], [ "https://github.com/lalunex/MSDCCL" ], [ "https://github.com/subsurfaceinsights/ort-kbase-to-pflotran" ], [ "https://github.com/Lycus99/SDA-CLIP" ], [ "https://github.com/greenelab/wenda_gpu" ], [ "https://github.com/tphoward/Mottle_Repo" ], [ "https://github.com/ccnu-mathits/MNE4HEN" ], [ "https://github.com/wangjinlei-hnu/ACAS" ], [ "https://github.com/jingzhaohlj/AL-Net" ], [ "https://github.com/andrewGhazi/mpradesigntools" ], [ "https://github.com/koualab/conodictor" ], [ "https://github.com/yuanchaosu/TCYB-nsckl" ], [ "https://github.com/sys-bio/SBcoyote" ], [ "https://github.com/sys-bio/SBcoyote" ], [ "https://github.com/cobisLab/YTLR" ], [ "https://github.com/yuh8/SEEM" ], [ "https://github.com/DCalhas/siamese_schizophrenia_eeg" ], [ "https://github.com/andreas-wagner-uzh/fitness_landscape_sampling" ], [ "https://github.com/histocartography/generative-appearance-replay" ], [ "https://github.com/contactless-healthcare/Scene-Adaption-for-Infant-Cry-Detection" ], [ "https://github.com/aistairc/BioVAE" ], [ "https://github.com/Singh-Lab/TandemDuplications" ], [ "https://github.com/aLiehrmann/CROCS" ], [ "https://github.com/BMILAB/vizAPA" ], [ "https://github.com/kaistcbfg/covNormRpkg" ], [ "https://github.com/iquandou/CS-Net" ], [ "https://github.com/ribosomeprofiling/ribograph" ], [ "https://github.com/ribosomeprofiling/ribograph" ], [ "https://github.com/ribosomeprofiling/ribograph" ], [ "https://github.com/ribosomeprofiling/ribograph" ], [ "https://github.com/HuijuanQiao/KD-KLNMF" ], [ "https://github.com/ncbi/ml-transformer" ], [ "https://github.com/ZhiboXiao/Deep-Gamma" ], [ "https://github.com/wujians122/The-Wheat-Spikes-Detecting-and-Counting" ], [ "https://github.com/stars20180811/LipoSVM" ], [ "https://github.com/pfizer-opensource/pfaster" ], [ "https://github.com/Enserink-lab/screenwerk" ], [ "https://github.com/TheFischerLab/FLEXR" ], [ "https://github.com/zx0223winner/HSDFinder" ], [ "https://github.com/slrvv/CENTRE" ], [ "https://github.com/zhangzhen/sprites2" ], [ "https://github.com/stjude/TALL-example" ], [ "https://github.com/BioinfLab/ChaperISM" ], [ "https://github.com/lakerwsl/MsRDB-Manuscript-Code" ], [ "https://github.com/JinyangGuo/CBANet-release" ], [ "https://github.com/SIAT-code/MATIC" ], [ "https://github.com/raalizadeh/RIdea" ], [ "https://github.com/Sirisha-t/iMPP" ], [ "https://github.com/CLiu272/TNNLS-PGP" ], [ "https://github.com/pkj0421/TWN-FS" ], [ "https://github.com/khazum/ccImpute" ], [ "https://github.com/oist/TER-UCE-DB" ], [ "https://github.com/robert19960424/IndGOterm" ], [ "https://github.com/kang-hongyu/LBMFF" ], [ "https://github.com/S-YIN/MIXnorm" ], [ "https://github.com/sarahsamorodnitsky/Pan-Cancer-Survival-Modeling" ], [ "https://github.com/DeweiYi/CoSED-Net" ], [ "https://github.com/alienn233/ROSes-Finder" ], [ "https://github.com/schiebout/CAMML" ], [ "https://github.com/nisheth/MeFiT" ], [ "https://github.com/AlBi-HHU/swgts" ], [ "https://github.com/cw2014/ArrayMaker" ], [ "https://github.com/odedsc/ANLD" ], [ "https://github.com/odenas/indexed_ms" ], [ "https://github.com/fancheyu5/STRAS" ], [ "https://github.com/zhang-informatics/DDSAE" ], [ "https://github.com/PANPANKK/ATC_KIR" ], [ "https://github.com/Biocomputing-Research-Group/Casanovo-DIA" ], [ "https://github.com/XiDsLab/CNV-BAC" ], [ "https://github.com/Muzatheking12/MzDOCK" ], [ "https://github.com/bialimed/miams" ], [ "https://github.com/YakhiniGroup/SpectraPh" ], [ "https://github.com/rashmie/SSIF" ], [ "https://github.com/VisLab/blasst" ], [ "https://github.com/Fraunhofer-ITMP/E3_binder_Model" ], [ "https://github.com/YangLabHKUST/SRT_alignment_and_integration" ], [ "https://github.com/atfrank/CS2Structure" ], [ "https://github.com/samansalike/DR-thermo" ], [ "https://github.com/VartikaBisht6197/NFnetFu" ], [ "https://github.com/Maize-Genetics-and-Genomics-Database/maizedig" ], [ "https://github.com/rorybufacchi/LSA-filter" ], [ "https://github.com/dikshap11/DGAN" ], [ "https://github.com/raghavagps/il13pred" ], [ "https://github.com/kechunl/VSGD-Net" ], [ "https://github.com/ljq2000/MTCP" ], [ "https://github.com/PatrickPenner/lefqm" ], [ "https://github.com/PatrickPenner/lefshift" ], [ "https://github.com/ima23/maxent-ppi" ], [ "https://github.com/applied-cognition-research/Gaze3DFix" ], [ "https://github.com/fchalmel/RGV" ], [ "https://github.com/GeoX-Lab/CMN" ], [ "https://github.com/HarrisonAllen/MyelTracer" ], [ "https://github.com/tuyunbin/I2Transformer" ], [ "https://github.com/Tomcxf/FASTdRNA" ], [ "https://github.com/AvdeevPavel/ILP-WGD-reconstructor" ], [ "https://github.com/nlm-irp-jianglab/Evolink" ], [ "https://github.com/pixixiaonaogou/FPNN-TMEL" ], [ "https://github.com/AaltoPML/knowledge-elicitation-for-precision-medicine" ], [ "https://github.com/jomayer/SMuRF" ], [ "https://github.com/weiba/HGCNMDA" ], [ "https://github.com/tiehangd/Para_DPMM" ], [ "https://github.com/solo7773/visnormsc" ], [ "https://github.com/itaysason/Mix-MMM" ], [ "https://github.com/WarrenDavidAnderson/genomicsRpackage" ], [ "https://github.com/yufengwudcs/STELLS2" ], [ "https://github.com/SNNUBIAI/STCAE" ], [ "https://github.com/Zhangxf-ccnu/scMOO" ], [ "https://github.com/Usos/SPCS" ], [ "https://github.com/Horatio9702/BUAA_PALoss" ], [ "https://github.com/weibozheng/ADFinder" ], [ "https://github.com/holab-hku/MultiABLER" ], [ "https://github.com/ZhangZhang89/DeepCLA" ], [ "https://github.com/el-pashaei/MBAO" ], [ "https://github.com/LD-Lyndee/scQA" ], [ "https://github.com/matthewyccheung/conformal-metric" ], [ "https://github.com/YoochanMyung/scripts" ], [ "https://github.com/pfruan/mirPLS" ], [ "https://github.com/ddarriba/ForeSeqs" ], [ "https://github.com/study-czx/HNetPa-DTI" ], [ "https://github.com/YingLianghnu/CNA_origin" ], [ "https://github.com/phineasng/flan_bio" ], [ "https://github.com/bachkimn/Privacy-Net-An-Adversarial-Approach-forIdentity-Obfuscated-Segmentation-of-MedicalImages" ], [ "https://github.com/dwiegreffe/RNApuzzler" ], [ "https://github.com/zzwwmmm/DeeProPre" ], [ "https://github.com/AllenInstitute/BarWare-pipeline" ], [ "https://github.com/duct317/scISR" ], [ "https://github.com/fukunagatsu/Ipm" ], [ "https://github.com/yuerongz/SRR-method" ], [ "https://github.com/andvides/DATMA" ], [ "https://github.com/zhou256/iATC-NRAKEL" ], [ "https://github.com/xmFeng-hdu/ConvWin-UNet" ], [ "https://github.com/Houjunfeng203934/PA-Net" ], [ "https://github.com/bcbi/genbank_holobiome" ], [ "https://github.com/haiping1010/DeepBindPoc" ], [ "https://github.com/HamanoLaboratory/DIRECTEUR" ], [ "https://github.com/crclark/optnetaligncpp" ], [ "https://github.com/biocryst/gc" ], [ "https://github.com/UCBASiCS/CRISPRLand" ], [ "https://github.com/ldelgado-serrano/mycofier" ], [ "https://github.com/YonghuiDong/MetReport" ], [ "https://github.com/SchulzLab/JAMI" ], [ "https://github.com/YaluWen/Uomic" ], [ "https://github.com/wardhong/SadNet" ], [ "https://github.com/WhiteDOU/GaitMPL" ], [ "https://github.com/xml94/EmbracingLimitedImperfectTrainingDatasets" ], [ "https://github.com/mbsohn/cmmb" ], [ "https://github.com/hlju-liye/SENIES" ], [ "https://github.com/ribosomeprofiling/ribograph" ], [ "https://github.com/UgurDemir/tranformer_liver_segmentation" ], [ "https://github.com/ribosomeprofiling/ribograph" ], [ "https://github.com/ribosomeprofiling/ribograph" ], [ "https://github.com/Xswapnil/GQS" ], [ "https://github.com/lichun0503/CT-Classification" ], [ "https://github.com/QibinZhangLab/Peak_Pair_Pruner" ], [ "https://github.com/trigger26/SPSVR" ], [ "https://github.com/JFerrer-B/transcriptome-identifiability" ], [ "https://github.com/qguo2010/MRN" ], [ "https://github.com/xmuyulab/IDEPA-XMBD" ], [ "https://github.com/mrsempress/OBMO" ], [ "https://github.com/idrblab/corain" ], [ "https://github.com/thibault-wch/HOPE-for-mild-cognitive-impairment" ], [ "https://github.com/Nora-Zhang98/VTSCN" ], [ "https://github.com/balabanmetin/misa" ], [ "https://github.com/hliulab/cycleCDR" ], [ "https://github.com/lkytal/SpecEncoder" ], [ "https://github.com/LeoLjl/Explainable-Alzheimer-s-Disease-Diagnosis" ], [ "https://github.com/ribosomeprofiling/ribograph" ], [ "https://github.com/doujiang-zheng/TIP-GNN" ], [ "https://github.com/MD-Anderson-Bioinformatics/RPPASPACE" ], [ "https://github.com/regnveig/FastContext" ], [ "https://github.com/HuaweiWang/WearableMeasurementSystem" ], [ "https://github.com/Schizophreni/MSResNet-TRNR" ], [ "https://github.com/ciernialab/MGEnrichmentApp" ], [ "https://github.com/sunyi123/cdr" ], [ "https://github.com/seifemi/regNet" ], [ "https://github.com/weiqianglg/evaluate-GNNs-under-graph-sampling" ], [ "https://github.com/GTaherzadeh/SPPPred" ], [ "https://github.com/dmitrymyl/BaRDIC" ], [ "https://github.com/genepi-freiburg/metaGWASmanager" ], [ "https://github.com/hitbc/rMFilter" ], [ "https://github.com/urielsinger/PPI-unbias" ], [ "https://github.com/malabz/WMSA" ], [ "https://github.com/TimE9527/stDGCC" ], [ "https://github.com/ding-lab/pollock" ], [ "https://github.com/friendflower94/binning-style" ], [ "https://github.com/b2slab/diffuBench" ], [ "https://github.com/AnneHartebrodt/fc-federated-pca" ], [ "https://github.com/datngu/cscQTL" ], [ "https://github.com/taowang11/MultiCBlo" ], [ "https://github.com/calebclass/Shiny-NanoTube" ], [ "https://github.com/A0268/video-demo" ], [ "https://github.com/QiaoyingJi/DeepSE" ], [ "https://github.com/BackofenLab/local_alignment" ], [ "https://github.com/profeatmap/ProFeatMap" ], [ "https://github.com/Simonll/LikelihoodFreePhylogenetics" ], [ "https://github.com/automl/learna_tools" ], [ "https://github.com/IPK-BIT/isa4j" ], [ "https://github.com/MedCompUnipd/FunTaxIS-lite" ], [ "https://github.com/driesheylen123/BioMOBS" ], [ "https://github.com/zhou-lab/InfiniumAnnotationV1" ], [ "https://github.com/jacobhsu35/ISPP" ], [ "https://github.com/ErasmusMC-Bioinformatics/fuma" ], [ "https://github.com/Sepstar/PIMD" ], [ "https://github.com/tbuder/CellTrans" ], [ "https://github.com/Simonll/LikelihoodFreePhylogenetics" ], [ "https://github.com/nttcslab/deep-sound-field-denoiser" ], [ "https://github.com/thdiakon/ccaR" ], [ "https://github.com/Simonll/LikelihoodFreePhylogenetics" ], [ "https://github.com/andriash001/AutonomousDCN" ], [ "https://github.com/yavyx/PaIntDB" ], [ "https://github.com/Simonll/LikelihoodFreePhylogenetics" ], [ "https://github.com/PRIS-CV/Sketch-CS" ], [ "https://github.com/RingBDStack/RGMIL" ], [ "https://github.com/Neuropathology-Giessen/SangeR" ], [ "https://github.com/DecoPath/DecoPath" ], [ "https://github.com/ShkolniskyLab/emalign" ], [ "https://github.com/vo-hong-thanh/rssalib" ], [ "https://github.com/cguyeux/CRISPRbuilder-TB" ], [ "https://github.com/atiselsts/spacescanner" ], [ "https://github.com/nutrimetabolomics/POMA" ], [ "https://github.com/wickeLab/WARPP" ], [ "https://github.com/sys-bio/SBcoyote" ], [ "https://github.com/thecodingdoc/neep" ], [ "https://github.com/yunwilliamyu/SlowMoMan" ], [ "https://github.com/HamdaBinteAjmal/DBN4GRN" ], [ "https://github.com/DataIntellSystLab/OCTOPUS" ], [ "https://github.com/MI2DataLab/KRAB_ZNF" ], [ "https://github.com/DataIntellSystLab/KARGA" ], [ "https://github.com/molbiodiv/biojs-io-biom" ], [ "https://github.com/okdll/mpwR" ], [ "https://github.com/zyk2118216069/LPI-SKF" ], [ "https://github.com/chengzhouwu/gbdmr" ], [ "https://github.com/JingZhou2015/MeSHSim" ], [ "https://github.com/rauschenberger/cornet" ], [ "https://github.com/CellDynamics/MiCellAnnGELo" ], [ "https://github.com/jonmohl/ISOGlyP" ], [ "https://github.com/kailigo/dmvsc" ], [ "https://github.com/GaoAi/ELRNet" ], [ "https://github.com/mhnb/camamed" ], [ "https://github.com/jonmohl/ISOGlyP" ], [ "https://github.com/Lili-Zheng-stat/TTOI" ], [ "https://github.com/bioinfolabwhu/circRIP" ], [ "https://github.com/jonmohl/ISOGlyP" ], [ "https://github.com/PNNL-Comp-Mass-Spec/IMS-Informed-Library" ], [ "https://github.com/optimusmoose/statistical_agglomeration" ], [ "https://github.com/yao-laboratory/cellMarkerPipe" ], [ "https://github.com/yao-laboratory/cellMarkerPipe" ], [ "https://github.com/yao-laboratory/cellMarkerPipe" ], [ "https://github.com/markkukuismin/MCPeSe" ], [ "https://github.com/hsokolowski/iTree" ], [ "https://github.com/BodenmillerGroup/cytomapper_publication" ], [ "https://github.com/lsbnb/MetaSquare" ], [ "https://github.com/nutrimetabolomics/POMAShiny" ], [ "https://github.com/JRC-COMBINE/FORESEE" ], [ "https://github.com/sys-bio/SBcoyote" ], [ "https://github.com/abdullah009/RLATools" ], [ "https://github.com/atrautm1/ABCkb" ], [ "https://github.com/arunimasundar/Hope-Speech-LT-EDI" ], [ "https://github.com/Zi-Lab/eDetect" ], [ "https://github.com/sys-bio/SBcoyote" ], [ "https://github.com/sys-bio/SBcoyote" ], [ "https://github.com/CCICB/CRUX" ], [ "https://github.com/PRIS-CV/DS-UI" ], [ "https://github.com/pdxgx/neoepiscope-paper" ], [ "https://github.com/CSi-Studio/InjectionDesign" ], [ "https://github.com/Medical-Image-Analysis/Retinal-layer-segmentation" ], [ "https://github.com/Quantum-Dynamics-Hub/Libra-X" ], [ "https://github.com/fiji-hpc/hpc-workflow-manager" ], [ "https://github.com/james-guevara/synthdnm" ], [ "https://github.com/KristofferBernhem/SMlocalizer" ], [ "https://github.com/yao-laboratory/cellMarkerPipe" ], [ "https://github.com/sebastianduchene/clockstarg" ], [ "https://github.com/yzyvl/DivAC" ], [ "https://github.com/dbsloan/msc_tree_resampling" ], [ "https://github.com/lbroseus/TALC" ], [ "https://github.com/sqyu/CorDiffViz" ], [ "https://github.com/mazzalab/playgrounds" ], [ "https://github.com/guanleics/XGrad" ], [ "https://github.com/thecodingdoc/SwarmTCR" ], [ "https://github.com/brossetti/ssasu" ], [ "https://github.com/HaonanPeng/active_syn_generator" ], [ "https://github.com/PGB-LIV/VAPPER" ], [ "https://github.com/liseda-lab/ImPO" ], [ "https://github.com/JasonACarter/Allelic_inclusion" ], [ "https://github.com/d-que/navia" ], [ "https://github.com/raghvendra5688/Drug-Repurposing" ], [ "https://github.com/uwcirg/stayhome-project" ], [ "https://github.com/KIT-MBS/distruct" ], [ "https://github.com/CshlSiepelLab/nascentRNASim" ], [ "https://github.com/cfoguet/iso2flux" ], [ "https://github.com/CshlSiepelLab/DENR" ], [ "https://github.com/Greco-Lab/CpGmotifs" ], [ "https://github.com/optimusmoose/JAMSS" ], [ "https://github.com/liyangjie/PPNet" ], [ "https://github.com/BIRDSgroup/BioEmbedS" ], [ "https://github.com/BMBGenomics/BtToxin_Digger" ], [ "https://github.com/SethCommichaux/IGC" ], [ "https://github.com/siqixu/MRCIP" ], [ "https://github.com/shenay/CellNomenclatureStudy" ], [ "https://github.com/DanielBrunnsaker/ProtPredict" ], [ "https://github.com/WaqarHusain/OriDeep" ], [ "https://github.com/wimverleyen/AggregateGeneFunctionPrediction" ], [ "https://github.com/tachengxmu/QuantPipe" ], [ "https://github.com/MartinFXP/B-NEM" ], [ "https://github.com/santule/indelmip" ], [ "https://github.com/RamanLab/MinReact" ], [ "https://github.com/geronimp/graftM_gpkgs" ], [ "https://github.com/kemaldemirtas/prc-MI" ], [ "https://github.com/bucky527/scME" ], [ "https://github.com/RNA-folding-lab/RNAStat" ], [ "https://github.com/hello-json/CallerRecommendation" ], [ "https://github.com/AG-Roemer/GUV-AP" ], [ "https://github.com/mohit1997/JIND" ], [ "https://github.com/TingLi2016/DeepCarc" ], [ "https://github.com/aarjas/dynBGP" ], [ "https://github.com/routhlab/ViReMaShiny" ], [ "https://github.com/AntonioDeFalco/Adaptive-OCGP" ], [ "https://github.com/zhangxin-xd/REAF" ], [ "https://github.com/mlyc93/WALTER" ], [ "https://github.com/leesael/SNeCT" ], [ "https://github.com/xu-shi-jie/idp-elm" ], [ "https://github.com/zgompert/fsabc" ], [ "https://github.com/statsleelab/kompute" ], [ "https://github.com/ytabatabaee/Quintet-Rooting" ], [ "https://github.com/masoud-monajati/MedVL_pretraining_pipeline" ], [ "https://github.com/SPKlab/Operon-Finder" ], [ "https://github.com/BMILAB/TSAPA" ], [ "https://github.com/arontier/S_Pred_Paper" ], [ "https://github.com/wh90999/ChIAPoP" ], [ "https://github.com/ChyaZhang/DDConv-PSI" ], [ "https://github.com/ZHgero/keyphrases_centrality" ], [ "https://github.com/deconvolution-w/DASV" ], [ "https://github.com/ssl-codelab/lorac" ], [ "https://github.com/goknurginer/qtQDA" ], [ "https://github.com/cns-iu/ccf-organ-vr-gallery#readme" ], [ "https://github.com/cengzeyuan/TNNLS-FFKSF" ], [ "https://github.com/aveviort/HyperSet" ], [ "https://github.com/Marco-Peg/GEP" ], [ "https://github.com/phenomecentre/metabotyping-dementia-urine" ], [ "https://github.com/Maize-Genetics-and-Genomics-Database/PedigreeNet" ], [ "https://github.com/Xpaths/dartpaths-app" ], [ "https://github.com/evocell/rabifier" ], [ "https://github.com/elkebir-group/TiTUS" ], [ "https://github.com/jmasison/SpringSaLaD" ], [ "https://github.com/RichardMatzko/BioNexusSentinel" ], [ "https://github.com/rfalford12/Implicit-Membrane-Energy-Function-Benchmark" ], [ "https://github.com/BiodataAnalysisGroup/CWL_HTS_pipelines" ], [ "https://github.com/AnnekathrinSilvia/magnetique" ], [ "https://github.com/LIT-CCM-lab/LIT-AlphaFold" ], [ "https://github.com/BioDepot/LINCS_RNAseq_cpp" ], [ "https://github.com/Xinzhe-Ni/NCG" ], [ "https://github.com/PBR/Marker2Sequence" ], [ "https://github.com/cns-iu/hra-organ-gallery-in-vr" ], [ "https://github.com/allanverasce/bpc" ], [ "https://github.com/ridgelab/ExtRamp" ], [ "https://github.com/efss24/SPMLD" ], [ "https://github.com/AaronHong1024/ONeSAMP_3" ], [ "https://github.com/watera427/SPRINT-Race" ], [ "https://github.com/cellsmb/em-stellar" ], [ "https://github.com/TopGene/AIvar" ], [ "https://github.com/yjybuaa/depthvos" ], [ "https://github.com/morphos30/PhyloCTCFLooping" ], [ "https://github.com/cui-lab/multigems" ], [ "https://github.com/mlkr-rbi/dAD" ], [ "https://github.com/DesignLabUCF/SENSEable_RetrofittingTraining" ], [ "https://github.com/masedki/MHTrajectoryR" ], [ "https://github.com/jkrapohl/SnakeWRAP" ], [ "https://github.com/bioinfolabmu/piRNN" ], [ "https://github.com/qunfengdong/AntibodyTest" ], [ "https://github.com/c3g/epivar-browser" ], [ "https://github.com/AbbasAlameer/geoCancerPrognosticDatasetsRetriever" ], [ "https://github.com/taehoonlee/HiComet" ], [ "https://github.com/Biomedinformatics/NGSPanPipe" ], [ "https://github.com/tianwangbuaa/RecapNet" ], [ "https://github.com/ngalanter/rct2otrbounds" ], [ "https://github.com/DessimozLab/esprit2" ], [ "https://github.com/liangliangwangsfu/phyloPMCMC" ], [ "https://github.com/kreimanlab/VisualSearchAsymmetry" ], [ "https://github.com/mgt000/IntegrativeAnalysis" ], [ "https://github.com/usubioinfo/profeatx" ], [ "https://github.com/Simonll/LikelihoodFreePhylogenetics" ], [ "https://github.com/Tx000/Deep_dynamicMEF" ], [ "https://github.com/plhhnu/BINDTI" ], [ "https://github.com/ZCCQQWork/scDA" ], [ "https://github.com/jwen307/mri_cnf" ], [ "https://github.com/A-ARAKAWA/HMC" ], [ "https://github.com/dlal-group/simtext" ], [ "https://github.com/zhc940702/SDPred" ], [ "https://github.com/xkmaxidian/NIC" ], [ "https://github.com/MesihK/react-json-wpbuilder" ], [ "https://github.com/FriedbergLab/GOThresher" ], [ "https://github.com/VITA-Group/SmartDeal" ], [ "https://github.com/js-fan/MCIC" ], [ "https://github.com/Shao-Group/aletsch" ], [ "https://github.com/bdslab/aspralign" ], [ "https://github.com/pmartR/FIRM-AVP" ], [ "https://github.com/rwk-unil/parallel_pbwt" ], [ "https://github.com/sliderplm/D-BFA-618" ], [ "https://github.com/ningq669/DLF-Sul" ], [ "https://github.com/KohlbacherLab/PeCaX-docker" ], [ "https://github.com/UoMMIB/PeakMLViewerPy" ], [ "https://github.com/NWPU-903PR/IMCDriver" ], [ "https://github.com/PopGenClustering/Clumppling" ], [ "https://github.com/Simonll/LikelihoodFreePhylogenetics" ], [ "https://github.com/jodyphelan/tb-ml" ], [ "https://github.com/MsterDC/SPA2Net" ], [ "https://github.com/wjcyt/SRDE" ], [ "https://github.com/phenomecentre/nPYc-toolbox-tutorials" ], [ "https://github.com/wangxb96/EODE" ], [ "https://github.com/bingqing0729/NNCDE" ], [ "https://github.com/mikasa3lili/DO-SAR" ], [ "https://github.com/kaizheng-academic/NASMDR" ], [ "https://github.com/rabbitpei/SLE" ], [ "https://github.com/InfOmics/pangenes-review" ], [ "https://github.com/jahhaoyang/MemBridge" ], [ "https://github.com/PennShenLab/FACIMS" ], [ "https://github.com/LongJin-lab/the-supplementary-file-for-CYB-E-2021-04-0944" ], [ "https://github.com/nrsalinas/2matrix" ], [ "https://github.com/fuweijie/DRE" ], [ "https://github.com/cloudve/galaxycloudrunner" ], [ "https://github.com/darcyabjones/selectml" ], [ "https://github.com/peabody124/GaitTransformer" ], [ "https://github.com/jonmohl/ISOGlyP" ], [ "https://github.com/784221489/DNA-binding" ], [ "https://github.com/brgenzim/tmcrys" ], [ "https://github.com/rhondabacher/methylscaper" ], [ "https://github.com/1234zsw/VMCSA" ], [ "https://github.com/Tarik4Rashid4/covid19models" ], [ "https://github.com/lxwgcool/EigenDel" ], [ "https://github.com/iossifovlab/gpf" ], [ "https://github.com/YenWenWang/HapDipKinship" ], [ "https://github.com/owkin/CovadjustSim" ], [ "https://github.com/LarryUESTC/GRLC" ], [ "https://github.com/BrokenStringx/CRISPR-BERT" ], [ "https://github.com/ChangzhiJiang/KGNMDA_master" ], [ "https://github.com/reussite-cv/Decode-MOT" ], [ "https://github.com/LHY1007/MAG-Res2Net" ], [ "https://github.com/chenmc1996/LNL-IS" ], [ "https://github.com/whitehat32/MSFF-DTA" ], [ "https://github.com/variomes/sibtm-variomes" ], [ "https://github.com/CBRC-lab/BioAct-Het" ], [ "https://github.com/aztc/MRDMN" ], [ "https://github.com/hoangtn/SRBreak" ], [ "https://github.com/Dulab2020/ARMT" ], [ "https://github.com/tianhe2/gromacs-mic" ], [ "https://github.com/amcrisan/GEVitRec" ], [ "https://github.com/0todd0000/detrend1d" ], [ "https://github.com/tastanlab/Kinship-Privacy" ], [ "https://github.com/hhaentze/MaskedPangenie" ], [ "https://github.com/CDCgov/shinyMBA" ], [ "https://github.com/LinTzuTang/AI4AVP_predictor" ], [ "https://github.com/vignywang/IDC" ], [ "https://github.com/azurerain7/Word2Pix" ], [ "https://github.com/msmdev/PlasmoFAB" ], [ "https://github.com/gzrgzx/CrisprDNT" ], [ "https://github.com/mkubiophysics/B-LacFamPred" ], [ "https://github.com/tonioser/VTMorphologicalModel" ], [ "https://github.com/spatkar94/NetworkAnnotation" ], [ "https://github.com/jasdeep-singh-007/KL-DNAS" ], [ "https://github.com/ogotoh/fitild" ], [ "https://github.com/ArdeleanRichard/Space-Breakdown-Method" ], [ "https://github.com/gifford-lab/seqgra" ], [ "https://github.com/HaoWuLab-Bioinformatics/Enhancer-MDLF" ], [ "https://github.com/Greco-Lab/INfORM" ], [ "https://github.com/Simonll/LikelihoodFreePhylogenetics" ], [ "https://github.com/dohalloran/fastQ_brew" ], [ "https://github.com/yjthu/obaDIA" ], [ "https://github.com/gohwils/NetProt" ], [ "https://github.com/alexandrutomescu/MixedPerfectPhylogeny" ], [ "https://github.com/dstallmann/transfer_learning_twinvae" ], [ "https://github.com/cjri/samfire" ], [ "https://github.com/Simonll/LikelihoodFreePhylogenetics" ], [ "https://github.com/DoraemonXia/BLAM6A-Merge" ], [ "https://github.com/DIAL-RPI/UCAT" ], [ "https://github.com/matheo-daly/highway_star" ], [ "https://github.com/Jillian555/CCP-GNN" ], [ "https://github.com/hd2326/ModificationNumber" ], [ "https://github.com/DorotaHojaLukowicz/GenExpA" ], [ "https://github.com/polwork/Unsupervised-Spectral-Demosaicing" ], [ "https://github.com/YasCoMa/predprin" ], [ "https://github.com/tvpham/msproteomics" ], [ "https://github.com/YasCoMa/predprin" ], [ "https://github.com/YameiDeng/BAANet" ], [ "https://github.com/xubiaopeng/Protein_Recon_MCRiemman" ], [ "https://github.com/YasCoMa/predprin" ], [ "https://github.com/OIPLab-DUT/ESCNet" ], [ "https://github.com/maureensmith/MIMEAnTo" ], [ "https://github.com/sunericd/sprite-figures-and-analyses" ], [ "https://github.com/sunericd/SPRITE" ], [ "https://github.com/ucasdp/RobustTree" ], [ "https://github.com/krumsieklab/sgi" ], [ "https://github.com/Fibonaccirabbit/cVAN" ], [ "https://github.com/PNNL-Comp-Mass-Spec/LipidMiniOn" ], [ "https://github.com/samrat-lab/k2p_bioinfo-2022" ], [ "https://github.com/pisuduo/Feature-Weighted-Ordinal-Classification-FWOC" ], [ "https://github.com/CIMES-USNA-UMA/BaroWavelet" ], [ "https://github.com/jonmohl/ISOGlyP" ], [ "https://github.com/DExSI/DExSI" ], [ "https://github.com/jonmohl/ISOGlyP" ], [ "https://github.com/tudorgroza/code-for-papers" ], [ "https://github.com/jonmohl/ISOGlyP" ], [ "https://github.com/eric-hang/DisGenIB" ], [ "https://github.com/aranzana-lab/PERSEUS" ], [ "https://github.com/YasCoMa/predprin" ], [ "https://github.com/yesint/EnCurv" ], [ "https://github.com/kordk/torch-ecpg" ], [ "https://github.com/kordk/torch-ecpg" ], [ "https://github.com/AlgoLab/gpps" ], [ "https://github.com/drisso/awst_analysis" ], [ "https://github.com/galelab/Whitmore_scPathoQuant_testSets" ], [ "https://github.com/mms-fcul/pKPDB" ], [ "https://github.com/kordk/torch-ecpg" ], [ "https://github.com/TimBlokker/PhyCovA" ], [ "https://github.com/kordk/torch-ecpg" ], [ "https://github.com/afgane/bioblend" ], [ "https://github.com/bjmnbraun/DGraph" ], [ "https://github.com/afgane/bioblend" ], [ "https://github.com/smk5g5/MU-PseUDeep" ], [ "https://github.com/afgane/bioblend" ], [ "https://github.com/MicrobiologyETHZ/mbarq" ], [ "https://github.com/SD2E/omics_tools" ], [ "https://github.com/gangwug/LTMR" ], [ "https://github.com/TeamSundar/m-ionic" ], [ "https://github.com/ZjGaothu/OpenAnnotatePy" ], [ "https://github.com/snizam001/greenPipes" ], [ "https://github.com/qdu-bioinfo/hierarchical-meta-storms" ], [ "https://github.com/prACTISedProgram/prACTISed" ], [ "https://github.com/afgane/bioblend" ], [ "https://github.com/ganmodokix/concvae" ], [ "https://github.com/MarieOestreich/small-molecule-autoencoders" ], [ "https://github.com/DCBIA-OrthoLab/ShapeAXI" ], [ "https://github.com/p-koo/evoaug-tf" ], [ "https://github.com/godotgildor/Suns" ], [ "https://github.com/raroes/one-sense-per-citation-network" ], [ "https://github.com/p-koo/evoaug-tf" ], [ "https://github.com/Reedwarbler/SpliceJumper" ], [ "https://github.com/p-koo/evoaug-tf" ], [ "https://github.com/minmarg/comer" ], [ "https://github.com/p-koo/evoaug-tf" ], [ "https://github.com/p-koo/evoaug-tf" ], [ "https://github.com/p-koo/evoaug-tf" ], [ "https://github.com/p-koo/evoaug-tf" ], [ "https://github.com/tahiri-lab/GPTree" ], [ "https://github.com/UCSB-VRL/ReebGraph" ], [ "https://github.com/cuhklinlab/scAMACE_py" ], [ "https://github.com/WandrilleD/pyKleeBarcode" ], [ "https://github.com/msjimc/circularMT" ], [ "https://github.com/ab1989/LVQ-KNN" ], [ "https://github.com/LongyangHuang/OAC-BVR" ], [ "https://github.com/sugyun/DCGS" ], [ "https://github.com/p-koo/evoaug-tf" ], [ "https://github.com/jonmohl/ISOGlyP" ], [ "https://github.com/yaober/trichomecounter" ], [ "https://github.com/qiurui4shu/PIG" ], [ "https://github.com/BISCodeRepo/DbyDeep" ], [ "https://github.com/insilico/Rinbix" ], [ "https://github.com/LactorHwt/ICAL" ], [ "https://github.com/choileena/EHR" ], [ "https://github.com/pieterjanvc/wgs2amr" ], [ "https://github.com/cmmt/chromatra" ], [ "https://github.com/TRON-Bioinformatics/easyquant" ], [ "https://github.com/labstructbioinf/HAMPpred" ], [ "https://github.com/FastMLC/fMLC" ], [ "https://github.com/chenyian-nibio/targetmine-gradle" ], [ "https://github.com/moleculardistancemaps/MoDMaps3D" ], [ "https://github.com/holtzy/LCSLCIS" ], [ "https://github.com/luzzou/6D-ViT" ], [ "https://github.com/UdeS-CoBIUS/SimSpliceEvol" ], [ "https://github.com/Shao-Group/irtool" ], [ "https://github.com/Shao-Group/irtool" ], [ "https://github.com/RonanDaly/pimp" ], [ "https://github.com/Erechtheus/sia" ], [ "https://github.com/Shao-Group/irtool" ], [ "https://github.com/MathBioCU/WENDy" ], [ "https://github.com/xuxiangsun/DLLTTAA" ], [ "https://github.com/NHPatterson/RegCombIMS" ], [ "https://github.com/lab319/gwas_filter" ], [ "https://github.com/BioComputingUP/mocafe" ], [ "https://github.com/Shao-Group/irtool" ], [ "https://github.com/AutoHDR/HD-Net" ], [ "https://github.com/roblanf/SRHtests" ], [ "https://github.com/UdeS-CoBIUS/SimSpliceEvol" ], [ "https://github.com/UdeS-CoBIUS/SimSpliceEvol" ], [ "https://github.com/yytzsy/Syntax-Customized-Video-Captioning" ], [ "https://github.com/ylm0505/TCRWMDA" ], [ "https://github.com/Tmyiri/QS-Net" ], [ "https://github.com/oqe/varanto" ], [ "https://github.com/seungjinna/deephos" ], [ "https://github.com/Biocomputing-Research-Group/FDR" ], [ "https://github.com/NaziaFatima/iSOM_GSN" ], [ "https://github.com/GEC-git/AptaMat" ], [ "https://github.com/cvlab-stonybrook/TokenSparse-for-MedSeg" ], [ "https://github.com/ziyewang/ARG_SHINE" ], [ "https://github.com/pertzlab/shiny-timecourse-inspector" ], [ "https://github.com/SunjooBang/Polypharmacy-side-effect-prediction" ], [ "https://github.com/ec363/parsleyapp" ], [ "https://github.com/agapiospanos/TableOne" ], [ "https://github.com/jlanga/exfi" ], [ "https://github.com/yangkuoone/PDGNet" ], [ "https://github.com/statisticalbiotechnology/parallelPermutationTest" ], [ "https://github.com/sheikhizadeh/ACE" ], [ "https://github.com/QHwan/PretrainDPI" ], [ "https://github.com/mmaitenat/ideafix" ], [ "https://github.com/dota-109/WRSD" ], [ "https://github.com/daviddesancho/MasterMSM" ], [ "https://github.com/ALEX95GOGO/CAGNN" ], [ "https://github.com/syxiaa/RSDS" ], [ "https://github.com/YanxunXu/BaySemiCompeting" ], [ "https://github.com/TurkuNLP/CAFA3" ], [ "https://github.com/SoftServeInc/novel-molecule-generation" ], [ "https://github.com/jun-inoue/phyloBARCODER" ], [ "https://github.com/aanchalMongia/McImpute_scRNAseq" ], [ "https://github.com/nlsde-safety-team/FingerSafe" ], [ "https://github.com/DuannYu/BalancedSemi-TNNLS" ], [ "https://github.com/xwBio/RRBSsim" ], [ "https://github.com/suda-huanglab/circlehunter" ], [ "https://github.com/ehodzic/CONETT" ], [ "https://github.com/michaelsouza/bpl" ], [ "https://github.com/wsjeon92/AbFlex" ], [ "https://github.com/aitgon/LedPred" ], [ "https://github.com/loong8888/SIR" ], [ "https://github.com/LinearFold/LinearAlifold" ], [ "https://github.com/LinearFold/LinearAlifold" ], [ "https://github.com/LinearFold/LinearAlifold" ], [ "https://github.com/Pinlyu3/LRLoop" ], [ "https://github.com/jsheunis/quality-and-denoising-in-rtfmri-nf" ], [ "https://github.com/1alnoman/ScribbleDom" ], [ "https://github.com/abelson-lab/smMIP-tools" ], [ "https://github.com/chnshx/DreamAnime" ], [ "https://github.com/pitthexai/HexAI-TJAtxt" ], [ "https://github.com/pengkenlim/LSTrAP-denovo" ], [ "https://github.com/Rappsilber-Laboratory/xiSPEC" ], [ "https://github.com/PanGeTv1/PanGeT" ], [ "https://github.com/biosustain/incawrapper" ], [ "https://github.com/sebastian-gregoricchio/snHiC" ], [ "https://github.com/EMSL-Computing/PSpecteR" ], [ "https://github.com/LinearFold/LinearAlifold" ], [ "https://github.com/GroupeLaboGosselin/Reclassification" ], [ "https://github.com/DRGreat/MCNet" ], [ "https://github.com/Rongtao-Xu/SkinFormer" ], [ "https://github.com/hatchetProject/AI-Driver" ], [ "https://github.com/IBMTRostock/GIFT" ], [ "https://github.com/qasimyu/grmt" ], [ "https://github.com/hugheylab/simphony" ], [ "https://github.com/biogramming/AASRA" ], [ "https://github.com/breakerlab/dimpl" ], [ "https://github.com/BlanchetteLab/PhyloPGM" ], [ "https://github.com/OIPLab-DUT/IEEE-TCYB-PANet" ], [ "https://github.com/kelrenmor/bs3fa" ], [ "https://github.com/DisscLab/HNNVAT" ], [ "https://github.com/bioinformatics-xu/DriverGenePathway" ], [ "https://github.com/mjliu2020/RandomFR" ], [ "https://github.com/shubhamchandak94/lossy_compression_evaluation" ], [ "https://github.com/L-EL/TreeJ" ], [ "https://github.com/zeyuxiao1997/LFSTVSR" ], [ "https://github.com/LibourelLab/BiofloSoftware" ], [ "https://github.com/ropensci/cRegulome" ], [ "https://github.com/yjjang/capssa" ], [ "https://github.com/dinhinfotech/DiGI" ], [ "https://github.com/outbig/DAFGA" ], [ "https://github.com/DanielNolte/FederatedDeepRegressionForests" ], [ "https://github.com/oarnaiz/ParTIES" ], [ "https://github.com/CCECfgd/MSCDN-master" ], [ "https://github.com/fukunagatsu/Mirage" ], [ "https://github.com/fukunagatsu/Mirage" ], [ "https://github.com/aoliver44/taxaHFE" ], [ "https://github.com/fukunagatsu/Mirage" ], [ "https://github.com/fukunagatsu/Mirage" ], [ "https://github.com/wyguo/TSIS" ], [ "https://github.com/atfrank/PCASA" ], [ "https://github.com/rajewsky-lab/optocoder" ], [ "https://github.com/0x462e41/SS3D" ], [ "https://github.com/GatorSense/STARSEED" ], [ "https://github.com/ruchiherself/MulRFRepo" ], [ "https://github.com/zqpiao/LRA" ], [ "https://github.com/leijiezhang/RFNN" ], [ "https://github.com/gasparl/expapp" ], [ "https://github.com/soyashinkai/PHi-C2" ], [ "https://github.com/UCSF-MS-DCC/TopoDB" ], [ "https://github.com/Ahhgust/RtN" ], [ "https://github.com/ilanshom/adaptiveMSA" ], [ "https://github.com/lcmeteor/MSLDOCK" ], [ "https://github.com/gourabghoshroy/PoLoBag" ], [ "https://github.com/icedpanda/KERL" ], [ "https://github.com/boboppie/ORFLine" ], [ "https://github.com/olliemcdonald/siapopr" ], [ "https://github.com/ramirandaq/tn_Comparisons" ], [ "https://github.com/YixinChen-AI/PCNet" ], [ "https://github.com/jotegui/BIDDSAT" ], [ "https://github.com/soulj/PhenomeScape" ], [ "https://github.com/yuanhaowang1213/adaptivediffgrid_ex" ], [ "https://github.com/JulienLajugie/GenPlay" ], [ "https://github.com/elus-om/BRM_OMEXP" ], [ "https://github.com/Shawn-Xu/PPIP" ], [ "https://github.com/zhangle408/EH-Nets" ], [ "https://github.com/vittoriofortino84/ThETA" ], [ "https://github.com/mcosta27/MDexciteR" ], [ "https://github.com/cbib/DIMet" ], [ "https://github.com/Lswhiteh/PhyloMatcher" ], [ "https://github.com/Lswhiteh/PhyloMatcher" ], [ "https://github.com/mrcuizhe/svmATAC" ], [ "https://github.com/NUS-Tim/CECT" ], [ "https://github.com/Lswhiteh/PhyloMatcher" ], [ "https://github.com/pmharrison/flps2" ], [ "https://github.com/Lswhiteh/PhyloMatcher" ], [ "https://github.com/syxiaa/GBRS" ], [ "https://github.com/ythuang0522/FMOC" ], [ "https://github.com/biomedBit/LeNup" ], [ "https://github.com/Baoliang93/DFSS-IQA" ], [ "https://github.com/auniquesun/VSFormer" ], [ "https://github.com/ykat0/bivartect" ], [ "https://github.com/iditam/CompareNPPs" ], [ "https://github.com/bdpiccolo/ACNC-DAME" ], [ "https://github.com/hasaniqbal777/MetumpX-bin" ], [ "https://github.com/QIAIUNCC/FL_UNCC_QIAI" ], [ "https://github.com/ge11232002/CNEr" ], [ "https://github.com/PRIS-CV/Pair-wise-Similarity-module" ], [ "https://github.com/EMBL-Hentze-group/htseq-clip" ], [ "https://github.com/namsyvo/RandAL" ], [ "https://github.com/tabdelaal/CyTOFmerge" ], [ "https://github.com/Polytech-bioinf/MRGCN" ], [ "https://github.com/Jae35/IFFD" ], [ "https://github.com/HectorRDB/Caldera_ISMB" ], [ "https://github.com/BinXia/PETs" ], [ "https://github.com/fxh1001/AGF-PPIS" ], [ "https://github.com/VandinLab/MASTRO" ], [ "https://github.com/mesunhlf/EA" ], [ "https://github.com/eblancoga/spikChIP" ], [ "https://github.com/MullinsLab/ISDB" ], [ "https://github.com/ha01994/grank" ], [ "https://github.com/jvhoutte/equisim" ], [ "https://github.com/LanekoffLab/i2i" ], [ "https://github.com/SfrRonaldo/codnas-q" ], [ "https://github.com/mafed/msWaldHMP" ], [ "https://github.com/kptx666/BCRN" ], [ "https://github.com/elizavetasemenova/gp_concentration_response" ], [ "https://github.com/lixiang117423/ggmotif" ], [ "https://github.com/HUST-NingKang-Lab/straingems" ], [ "https://github.com/i2-wustl/CytoGPS" ], [ "https://github.com/AliYoussef96/gtAI" ], [ "https://github.com/syxiaa/GBSVM" ], [ "https://github.com/nguyenngochuy91/Relevant-Operon" ], [ "https://github.com/m-crown/OMEinfo" ], [ "https://github.com/AI-sandbox/PopGenAdapt" ], [ "https://github.com/YonseiCGnA-VR/F-RDW" ], [ "https://github.com/compbio-bigdata-viz/genome-maps" ], [ "https://github.com/ZhihaoPENG-CityU/EGRC-Net" ], [ "https://github.com/cbg-ethz/timeseriesNEM" ], [ "https://github.com/epilog-tool/epilog" ], [ "https://github.com/ningshi/ATEN" ], [ "https://github.com/RubyHoho/DGeneralization" ], [ "https://github.com/TheKorenLab/TIGER" ], [ "https://github.com/LiuLab-CSRC/ClickX" ], [ "https://github.com/diazlab/ELSA" ], [ "https://github.com/cbasemaster/time-series-attribution" ], [ "https://github.com/tengyulin/energy_aware_pathfinding" ], [ "https://github.com/Caleb-Huo/AWFisher" ], [ "https://github.com/sayangsep/Beatrice-Finemapping" ], [ "https://github.com/asliboyraz/PMGs" ], [ "https://github.com/labstructbioinf/samcc_turbo" ], [ "https://github.com/Deep-imagelab/HPRN" ], [ "https://github.com/bunop/isoSegmenter" ], [ "https://github.com/nedaz/cola" ], [ "https://github.com/PMBio/GNetLMM" ], [ "https://github.com/maltesie/ChimericFragments" ], [ "https://github.com/bestadcarry/MI-NNGP" ], [ "https://github.com/BioSequenceAnalysis/MoleMCL" ], [ "https://github.com/UdeS-CoBIUS/SimSpliceEvol" ], [ "https://github.com/Manuelaio/uncoverappLib" ], [ "https://github.com/everest-castaneda/knext" ], [ "https://github.com/maizeatlas/spears" ], [ "https://github.com/IH2A/Swalkit" ], [ "https://github.com/tangchuan2000/AGLSR" ], [ "https://github.com/cbi-bioinfo/methCancer-gen" ], [ "https://github.com/Kingsford-Group/CAS_code" ], [ "https://github.com/ByZ0e/HSTT" ], [ "https://github.com/YaolingYang/HTRX" ], [ "https://github.com/burcakotlu/GLANET" ], [ "https://github.com/alkarkoukly/CSV-FHIR-Transformer" ], [ "https://github.com/CSUBioGroup/SSRE" ], [ "https://github.com/BruningLab/warpDOCK" ], [ "https://github.com/divya031090/phyLoSTM" ], [ "https://github.com/epifluidlab/finaledb_portal" ], [ "https://github.com/EESI/MetaMutationalSigs" ], [ "https://github.com/fukunagatsu/Mirage" ], [ "https://github.com/fukunagatsu/Mirage" ], [ "https://github.com/fukunagatsu/Mirage" ], [ "https://github.com/fukunagatsu/Mirage" ], [ "https://github.com/alonalj/hta" ], [ "https://github.com/cambridgeltl/functional-genomics-ie" ], [ "https://github.com/bio-ontology-research-group/ontology-extension" ], [ "https://github.com/anitamnd/MetaboLink" ], [ "https://github.com/dingyn-Reno/MDR-GCN" ], [ "https://github.com/znoor/iSwathX" ], [ "https://github.com/xfwang/CLOSE" ], [ "https://github.com/VirusBRC/vipr_mat_peptide" ], [ "https://github.com/refresh-bio/GTShark" ], [ "https://github.com/icelu/GI_Cluster" ], [ "https://github.com/itsmeafra/Sublevel-Set-TDA" ], [ "https://github.com/Mathelab/RaMP-BackEnd" ], [ "https://github.com/G2Lab/ldmat" ], [ "https://github.com/Jerry-Master/lung-tumour-study" ], [ "https://github.com/fmfi-compbio/mc-overlaps" ], [ "https://github.com/EPFL-LCSB/ARBRE" ], [ "https://github.com/kantale/PyPedia_server" ], [ "https://github.com/lichen2018/stVAE" ], [ "https://github.com/bio-ontology-research-group/phenogocon" ], [ "https://github.com/sgoodswe/vacceed" ], [ "https://github.com/bensdvir/GradHC" ], [ "https://github.com/aanchalMongia/MGRNNMforDTI" ], [ "https://github.com/eporetsky/MutRank" ], [ "https://github.com/ucrbioinfo/Selfish" ], [ "https://github.com/pkhoueiry/fcScan" ], [ "https://github.com/chenhong-dkfz/GenomeTornadoPlot" ], [ "https://github.com/ChengkuiZhao/Single-cell-miRNA-prediction" ], [ "https://github.com/kr-colab/disperseNN2" ], [ "https://github.com/LinearFold/LinearAlifold" ], [ "https://github.com/CuthbertCai/SRDA" ], [ "https://github.com/rcalinjageman/cartoon_network" ], [ "https://github.com/rcalinjageman/cartoon_network" ], [ "https://github.com/rcalinjageman/cartoon_network" ], [ "https://github.com/rcalinjageman/cartoon_network" ], [ "https://github.com/ando-lab/miffi" ], [ "https://github.com/ando-lab/miffi" ], [ "https://github.com/LinearFold/LinearAlifold" ], [ "https://github.com/ando-lab/miffi" ], [ "https://github.com/Vicky123wzy/RetroScan" ], [ "https://github.com/gem-net/chemsearch" ], [ "https://github.com/mmoradi-iut/BioCIE" ], [ "https://github.com/RihaLab/artMAP" ], [ "https://github.com/GtLinyer/LOANet" ], [ "https://github.com/KarolineZhy/DefCorNet" ], [ "https://github.com/eugomin/ARES-GT" ], [ "https://github.com/ruizhang-ai/GCP" ], [ "https://github.com/ando-lab/miffi" ], [ "https://github.com/ieeta-pt/BioNExt" ], [ "https://github.com/CEMSFlannigan/UEMtomaton" ], [ "https://github.com/LinearFold/LinearAlifold" ], [ "https://github.com/kr-colab/disperseNN2" ], [ "https://github.com/kr-colab/disperseNN2" ], [ "https://github.com/xxy45/DSGAT" ], [ "https://github.com/kr-colab/disperseNN2" ], [ "https://github.com/SONGDONGYUAN1994/rscsampler" ], [ "https://github.com/ratschlab/PBWT-sec" ], [ "https://github.com/NoiseLabUCSD/ConformalPrediction" ], [ "https://github.com/hanzefang/DESDGAN" ], [ "https://github.com/gagneurlab/Manuscript_Avsec_Bioinformatics_2017" ], [ "https://github.com/iMED-Lab/TortuosityGrading" ], [ "https://github.com/paudano/kescases" ], [ "https://github.com/BrooksResearchGroup-UM/seq_struct_func" ], [ "https://github.com/vrettasm/MetalHawk" ], [ "https://github.com/pmglab/RNA-SSNV" ], [ "https://github.com/CSUBioGroup/BEPROF" ], [ "https://github.com/LinearFold/LinearAlifold" ], [ "https://github.com/RichardChangCA/Deep-Contrastive-Metric-Learning-Method-to-Detect-Polymicrogyria-in-Pediatric-Brain-MRI" ], [ "https://github.com/cissy123/YHP-Y-Haplogroup-Predictor-" ], [ "https://github.com/BBCG/epialleleR" ], [ "https://github.com/stanlazic/desiR" ], [ "https://github.com/CEG-ICRISAT/Raspberry" ], [ "https://github.com/hrlblab/Map3D" ], [ "https://github.com/etiennelord/BRIDES" ], [ "https://github.com/mb16biswas/attention-unet" ], [ "https://github.com/LannyShi/Hippocampal-segmentation" ], [ "https://github.com/baderzone/biopartsbuilder" ], [ "https://github.com/ratschlab/SNBNMF-mutsig-public" ], [ "https://github.com/biointec/detox" ], [ "https://github.com/tchitchek-lab/CytoBackBone" ], [ "https://github.com/HEGANLDA/HEGANLDA" ], [ "https://github.com/shallFun4Learning/PGPointNovo" ], [ "https://github.com/Wukong90/Handwritten-Text-Recognition" ], [ "https://github.com/omixlab/bambu-v2" ], [ "https://github.com/zhang134/kngMap" ], [ "https://github.com/shanrongzhao/QuickIsoSeq" ], [ "https://github.com/ChunhuaLiLab/SREPRHot" ], [ "https://github.com/duttaprat/DeePROG" ], [ "https://github.com/wmalab/EnHiC" ], [ "https://github.com/kongxiuxiu/MCCNetV2" ], [ "https://github.com/Haawk666/AutomAl-6000" ], [ "https://github.com/Lagkouvardos/Cronos" ], [ "https://github.com/li-shaochuan/SEDIM" ], [ "https://github.com/screamer/NetCoffee2" ], [ "https://github.com/chonghua-1983/HONMF" ], [ "https://github.com/discretedynamics/cyclone" ], [ "https://github.com/NUST-Machine-Intelligence-Laboratory/HGPU" ], [ "https://github.com/npucvr/WSCUOD" ], [ "https://github.com/AirZWH/MSS-UNet" ], [ "https://github.com/Bios4Biol/MINTIA" ], [ "https://github.com/lxlsu/SPP_CPI" ], [ "https://github.com/luispedro/Coelho2015_NetsDetermination" ], [ "https://github.com/weiquan/mam" ], [ "https://github.com/bushlab/mynclist" ], [ "https://github.com/XinmengLiao/Open_MoA" ], [ "https://github.com/WQLin8/omicsMIC" ], [ "https://github.com/EricLin1993/GRIN" ], [ "https://github.com/EhsanMotazedi/TriPoly" ], [ "https://github.com/matt-sutton/sgspls" ], [ "https://github.com/Quinella7291/A-Multi-exit-Neural-Network-with-Adaptive-Inference-Time-for-Sleep-Stage-Classification" ], [ "https://github.com/jchiquet/multivarNetwork" ], [ "https://github.com/drzh/defor" ], [ "https://github.com/wupengomics/PASS" ], [ "https://github.com/KhaosResearch/M2Align" ], [ "https://github.com/Shao-Group/rnabridge-denovo" ], [ "https://github.com/liuyf-a/NeuroPpred-SVM" ], [ "https://github.com/bobo909/IID-SfmLearner" ], [ "https://github.com/tanzilamohita/DeepCGP" ], [ "https://github.com/weiliao97/METRE" ], [ "https://github.com/JeremyPike/RSMLM-tutorials" ], [ "https://github.com/sinc-lab/exp2GO" ], [ "https://github.com/mdsufz/StandEnA" ], [ "https://github.com/umr-ds/repairnatrix" ], [ "https://github.com/wq-sunshine/MomdTDSRL" ], [ "https://github.com/matandro/RNAsfbinv" ], [ "https://github.com/insilico/PriorKnowledgeEpistasisRank" ], [ "https://github.com/BRF123/Cnngeno" ], [ "https://github.com/potdarswapnil/Breeze" ], [ "https://github.com/Shao-Group/irtool" ], [ "https://github.com/Shao-Group/irtool" ], [ "https://github.com/Shao-Group/irtool" ], [ "https://github.com/Shao-Group/irtool" ], [ "https://github.com/xmuyulab/samtools" ], [ "https://github.com/GHLCLab/phexpo" ], [ "https://github.com/PRIDE-Utilities/ols-client" ], [ "https://github.com/Peroxidess/MVIIL-GAN" ], [ "https://github.com/AluruLab/EnGRaiN" ], [ "https://github.com/laplcebeltrami/hodge" ], [ "https://github.com/xiaoyu518/genofunc" ], [ "https://github.com/Minhyeok01/FCLQC" ], [ "https://github.com/shunfumao/RefShannon" ], [ "https://github.com/Usman095/Graph-DOM" ], [ "https://github.com/jimmyrate/ienhancer-xg" ], [ "https://github.com/molinfrimed/multi-kinases" ], [ "https://github.com/nchucvml/CSFT" ], [ "https://github.com/fpy94/DBT" ], [ "https://github.com/liukeweiaway/DeepM6A_cnn" ], [ "https://github.com/cuhklinlab/scAMACE" ], [ "https://github.com/Ananya-Bhattacharjee/ImputeDistances" ], [ "https://github.com/Vitek-Lab/mi-CNN_MSI" ], [ "https://github.com/Excelsior511/StackCPPred" ], [ "https://github.com/CardiacModelling/hERGRapidCharacterisation" ], [ "https://github.com/fangzy97/drnet" ], [ "https://github.com/prasunc/Gliomanet" ], [ "https://github.com/tticoin/HKG-DDIE" ], [ "https://github.com/ZhoulabCPH/ccml" ], [ "https://github.com/openCONTRABASS/CONTRABASS" ], [ "https://github.com/Topf-Lab/XLM-Tools" ], [ "https://github.com/Shao-Group/rnabridge-denovo" ], [ "https://github.com/Shao-Group/rnabridge-denovo" ], [ "https://github.com/Shao-Group/rnabridge-denovo" ], [ "https://github.com/chrismonit/SubRecon" ], [ "https://github.com/magStra/GPseudoRank" ], [ "https://github.com/zhqingit/BPP" ], [ "https://github.com/CCY-dev/LongDat" ], [ "https://github.com/allmwh/IFF" ], [ "https://github.com/lockEF/NonparametricMultiway" ], [ "https://github.com/ilyalab/CloudForest" ], [ "https://github.com/droeatumn/kass" ], [ "https://github.com/NFMC/SynRio" ], [ "https://github.com/PathoGenOmics-Lab/VIPERA" ], [ "https://github.com/raghavagps/FluSPred" ], [ "https://github.com/ando-lab/miffi" ], [ "https://github.com/Jianningli/ssm" ], [ "https://github.com/ando-lab/miffi" ], [ "https://github.com/ZiyiHuang0708/SourceID-NMF" ], [ "https://github.com/ando-lab/miffi" ], [ "https://github.com/ando-lab/miffi" ], [ "https://github.com/Wedge-lab/AmplificationTimeR" ], [ "https://github.com/SciLifeLab/gapest" ], [ "https://github.com/s-a-nersisyan/miRGTF-net" ], [ "https://github.com/zrq0123/BiXGBoost" ], [ "https://github.com/eukaryo/czno" ], [ "https://github.com/jun-csbio/e2eatp" ], [ "https://github.com/tee-lab/MOTHe-GUI" ], [ "https://github.com/zhouyuegithub/CMVNet" ], [ "https://github.com/Dshijie/PIMVC" ], [ "https://github.com/ZJUFanLab/scTITANS" ], [ "https://github.com/kaistcbfg/scAVENGERS" ], [ "https://github.com/jsgounot/Floria_analysis_workflow" ], [ "https://github.com/kbzhang0505/MBPNet" ], [ "https://github.com/AkashCiel/scTopoGAN" ], [ "https://github.com/YinggggJ/ABLNCPP" ], [ "https://github.com/isaureCdB/protNAff" ], [ "https://github.com/Onebear-X/DeepASDPred" ], [ "https://github.com/bioinfoDZ/HSMotifDiscover" ], [ "https://github.com/BioinfoMachineLearning/ScHiCEDRN" ], [ "https://github.com/mensxmachina/autoML-GWAS" ], [ "https://github.com/ldz7/PAIA" ], [ "https://github.com/Rockingsnow/MB-dMGC-CWTFFNet" ], [ "https://github.com/PRIS-CV/GPCA" ], [ "https://github.com/IBM/Matilda" ], [ "https://github.com/PostoenkoVI/IQMMA" ], [ "https://github.com/alessandronascimento/LiBELa" ], [ "https://github.com/ChemPredict/ChemicalAquaticToxicity" ], [ "https://github.com/CityU-AIM-Group/HABIT" ], [ "https://github.com/statsleelab/gauss" ], [ "https://github.com/HIT-ICES/TNNLS-MTGN" ], [ "https://github.com/SUST-reynole/SGUNet" ], [ "https://github.com/hmdlab/DeepRaccess" ], [ "https://github.com/skvanburen/scUncertaintyPaperCode" ], [ "https://github.com/zhc940702/MGPred" ], [ "https://github.com/RuneBlaze/WITCH-NG" ], [ "https://github.com/ciceklab/PiDeeL" ], [ "https://github.com/pashtari/xunet" ], [ "https://github.com/comp-well-org/More2Less" ], [ "https://github.com/shamsaraj/ezqsar" ], [ "https://github.com/babbittlab/effusion" ], [ "https://github.com/statisticalbiotechnology/NonlinearGradientsUI" ], [ "https://github.com/lyl8086/RADscripts" ], [ "https://github.com/TianXieUSC/L-BGNN" ], [ "https://github.com/ding-lab/MIRMMR" ], [ "https://github.com/raghvendra5688/BCrystal" ], [ "https://github.com/AluruLab/MCPNet" ], [ "https://github.com/buckleylab/HTSSIP" ], [ "https://github.com/Fraunhofer-ITMP/mpox-kg" ], [ "https://github.com/FuxuWang/MHCRoBERTa" ], [ "https://github.com/BorgwardtLab/simbsig" ], [ "https://github.com/jianlin-cheng/MULTICOM_Human_CASP14" ], [ "https://github.com/greenelab/sophie" ], [ "https://github.com/dhiego22/gentle" ], [ "https://github.com/takfung/ResDisMapper" ], [ "https://github.com/cq100/ET-FSM" ], [ "https://github.com/niu-lab/DIVIS" ], [ "https://github.com/RoysamLab/TIMING2" ], [ "https://github.com/2003100127/deeptminter" ], [ "https://github.com/kszkop/flexiMAP" ], [ "https://github.com/zhangbaiming/FedSemiSeg" ], [ "https://github.com/kr-colab/disperseNN2" ], [ "https://github.com/csiro-robotics/SDCL" ], [ "https://github.com/kr-colab/disperseNN2" ], [ "https://github.com/mmoreno1/ElectroPredictor" ], [ "https://github.com/kr-colab/disperseNN2" ], [ "https://github.com/kr-colab/disperseNN2" ], [ "https://github.com/liyeabc/MBUNet" ], [ "https://github.com/wmalab/scHiCDiff" ], [ "https://github.com/andymlau/Deuteros" ], [ "https://github.com/Pituohai/drinking-gesture-dataset" ], [ "https://github.com/NICALab/rlpnet" ], [ "https://github.com/TRON-Bioinformatics/ArtiFusion" ], [ "https://github.com/reineckef/quandico" ], [ "https://github.com/rnakato/SSP" ], [ "https://github.com/yiluheihei/shiny-RevEcoR" ], [ "https://github.com/omerwe/MALAX" ], [ "https://github.com/DMU-lilab/GetisDMR" ], [ "https://github.com/USTC-HILAB/MPTM" ], [ "https://github.com/armintoepfer/haploclique" ], [ "https://github.com/kzkedzierska/sonics" ], [ "https://github.com/ExcitedStates/KGS" ], [ "https://github.com/zubekj/broad_peaks" ], [ "https://github.com/afergadis/BC6PM-HRNN" ], [ "https://github.com/maxhwardg/advanced_multiloops" ], [ "https://github.com/USNavalResearchLaboratory/NLPAR" ], [ "https://github.com/g-insana/MBDBMetrics" ], [ "https://github.com/denniscwylie/sarks" ], [ "https://github.com/CMD-Oxford/Michelanglo-and-Venus" ], [ "https://github.com/hallav/LuxUS" ], [ "https://github.com/yuansliu/HiRGC" ], [ "https://github.com/akiyamalab/SPDRank" ], [ "https://github.com/lucapinello/mim" ], [ "https://github.com/Ambuj-UF/APOP" ], [ "https://github.com/yhhshb/yalff" ], [ "https://github.com/yhhshb/yalff" ], [ "https://github.com/yhhshb/yalff" ], [ "https://github.com/yhhshb/yalff" ], [ "https://github.com/WJmodels/SRCV" ], [ "https://github.com/eduardchelebian/depicter" ], [ "https://github.com/eyalsim/LCV" ], [ "https://github.com/SysBioChalmers/Streptomyces_coelicolor-GEM" ], [ "https://github.com/alifahsyamsiyah/learningDL" ], [ "https://github.com/thackmann/Distanced" ], [ "https://github.com/iullah1980/MCTcodes" ], [ "https://github.com/nicolaprezza/ebwt2snp" ], [ "https://github.com/raphael-group/copulacci" ], [ "https://github.com/GGFHF/NGScloud" ], [ "https://github.com/davidjakubec/3DPatch" ], [ "https://github.com/scannotation/Scannotation_software" ], [ "https://github.com/DendrouLab/Photizo" ], [ "https://github.com/weiyangedward/IMMBoost" ], [ "https://github.com/xiaomizhou616/protein_solubility" ], [ "https://github.com/zhazhiyuan/MCP_MSI_CS_Demo" ], [ "https://github.com/ZFMK/COGNATE" ], [ "https://github.com/adamtaiti/SARS-CoV-2" ], [ "https://github.com/HUST-DataMan/HCMB" ], [ "https://github.com/nhgritctran/PheTK" ], [ "https://github.com/jmabuin/MetaCacheSpark" ], [ "https://github.com/JavonSun/mvbc" ], [ "https://github.com/sschrod/CODEX" ], [ "https://github.com/cacha0227/ncappc" ], [ "https://github.com/biox-nku/epicarousel" ], [ "https://github.com/HuanLab/AVIR" ], [ "https://github.com/pokynmr/ipick" ], [ "https://github.com/Delta4AI/OntoloViz" ], [ "https://github.com/zhouzhou1201/CSAP-UNet" ], [ "https://github.com/zlfyj/AbDPP" ], [ "https://github.com/xuhuali-mxj/IM-DCL" ], [ "https://github.com/HaoWuLab-Bioinformatics/iPro-WAEL" ], [ "https://github.com/kanak02/MOEDO" ], [ "https://github.com/llt1836/GL-MLL" ], [ "https://github.com/cmb-chula/MHCSeqNet2" ], [ "https://github.com/GuanLab/TAIJI" ], [ "https://github.com/QingYunA/Linear-Semantic-Transformation-for-Semi-Supervised-Medical-Image-Segmentation" ], [ "https://github.com/passengeryjy/HTGRS" ], [ "https://github.com/COMBAT-TB/irida-galaxy-deploy" ], [ "https://github.com/ezimic/Image-Quality-Evaluation" ], [ "https://github.com/plattenmichael/DeepnCCA" ], [ "https://github.com/jttoivon/moder2" ], [ "https://github.com/XuegongLab/somde" ], [ "https://github.com/kotiang54/PgmGRNs" ], [ "https://github.com/VincentQQu/NeRF-NQA" ], [ "https://github.com/elkebir-group/ClonArch" ], [ "https://github.com/nourmadhoun/Inference-Attacks-Differential-Privacy" ], [ "https://github.com/Singh-Lab/uKIN" ], [ "https://github.com/PreibischLab/FRC-QE" ], [ "https://github.com/CLiu272/S2GC" ], [ "https://github.com/pvvhoang/DriverGroup" ], [ "https://github.com/jacksonhzx95/NFDP" ], [ "https://github.com/rmarceauwest/fiveSTAR" ], [ "https://github.com/hivdb/sierra-sars2" ], [ "https://github.com/biocai/DeepHiC" ], [ "https://github.com/ziadbkh/consHap" ], [ "https://github.com/jluebeck/FaNDOM" ], [ "https://github.com/glycoinfo/GlycoCoO" ], [ "https://github.com/xialab-ahu/PredNeuroP" ], [ "https://github.com/BUStools/BUSZ-format" ], [ "https://github.com/lennylv/DGCddG" ], [ "https://github.com/Cardio-AI/suture-detection-pytorch" ], [ "https://github.com/yujialinncu/PredGly" ], [ "https://github.com/krishnanlab/node2vecplus_benchmarks" ], [ "https://github.com/goolig/drug_safety_pregnancy_prediction" ], [ "https://github.com/PROBIC/diffsplicing" ], [ "https://github.com/Lswhiteh/PhyloMatcher" ], [ "https://github.com/Lswhiteh/PhyloMatcher" ], [ "https://github.com/zhaoqichang/GIFDTI" ], [ "https://github.com/Lswhiteh/PhyloMatcher" ], [ "https://github.com/bougioukas/amstar2Vis" ], [ "https://github.com/Lswhiteh/PhyloMatcher" ], [ "https://github.com/jadermcg/biomapp-chip" ], [ "https://github.com/Dalton386/SPM" ], [ "https://github.com/swidler/linadmix" ], [ "https://github.com/yhhshb/yalff" ], [ "https://github.com/histocartography/multi-scale-feature-alignment" ], [ "https://github.com/M4cheal/MAAL" ], [ "https://github.com/xiezhy6/CPF-Net" ], [ "https://github.com/PaulOrlov/ScreenMasker" ], [ "https://github.com/yhhshb/yalff" ], [ "https://github.com/HKU-BAL/ClusterV-Web" ], [ "https://github.com/UdeS-CoBIUS/SimSpliceEvol" ], [ "https://github.com/sstudying/lzzhen" ], [ "https://github.com/SDBMC/RiskFactors2AD" ], [ "https://github.com/isyangshu/DABNet" ], [ "https://github.com/whitneywhitford/RBV" ], [ "https://github.com/yhhshb/yalff" ], [ "https://github.com/yhhshb/yalff" ], [ "https://github.com/InfOmics/Esearch3D" ], [ "https://github.com/ahmedmagds/GNUVID" ], [ "https://github.com/vam-sin/deepcys" ], [ "https://github.com/wcmc-research-informatics/super-i2b2" ], [ "https://github.com/burtonrj/CytoPyManuscript" ], [ "https://github.com/b2slab/imbalance_pcm_benchmark" ], [ "https://github.com/Greco-Lab/BMDx" ], [ "https://github.com/RaphaelS1/distribution_discrimination" ], [ "https://github.com/kartiek/snpEnrichR" ], [ "https://github.com/luslab/hiclipr" ], [ "https://github.com/yuh8/SEED" ], [ "https://github.com/gdiminin/HaSAPPy" ], [ "https://github.com/scicompuu/prophaser" ], [ "https://github.com/Szhgege/DACPGTN" ], [ "https://github.com/hoichanjung/AFM_Image_Denoising" ], [ "https://github.com/GreallyLab/gaiaAssociation" ], [ "https://github.com/Onogi/stacking" ], [ "https://github.com/biomg/MCNN" ], [ "https://github.com/HuanLab/ABCstats" ], [ "https://github.com/pulyakhina/splicing_analysis_pipeline" ], [ "https://github.com/matsengrp/phip-viz" ], [ "https://github.com/Deng-Y/DPCTF" ], [ "https://github.com/neufeld/AXIOME3-GUI" ], [ "https://github.com/Labevo/MicNetToolbox" ], [ "https://github.com/SaharIravani/DlearnMS" ], [ "https://github.com/wg99526/micloudgit" ], [ "https://github.com/IvanEz/tumor-surrogate" ], [ "https://github.com/sculyi/MedicalImages" ], [ "https://github.com/Licheng-Guo/AutoBridge" ], [ "https://github.com/Kingsford-Group/diploidsquid" ], [ "https://github.com/UdeS-CoBIUS/SimSpliceEvol" ], [ "https://github.com/CSU-QJY/GeoDILI" ], [ "https://github.com/pyBRAvo/pyBRAvo" ], [ "https://github.com/josehernandezsc/COVID19Net" ], [ "https://github.com/biointec/blamm" ], [ "https://github.com/gbnegrini/mirdb-custom-target-search" ], [ "https://github.com/liukeweiaway/iMRM" ], [ "https://github.com/yufengwudcs/GTmix" ], [ "https://github.com/FridleyLab/spatialTIME" ], [ "https://github.com/Saurabh7/Few-shot-learning-multilabel-cxray" ], [ "https://github.com/yuansliu/memRGC" ], [ "https://github.com/Shao-Group/rnabridge-denovo" ], [ "https://github.com/Shao-Group/rnabridge-denovo" ], [ "https://github.com/yangzi4/gPCA" ], [ "https://github.com/NoneqPhysLivingMatterLab/laptrack-optimisation" ], [ "https://github.com/Shao-Group/rnabridge-denovo" ], [ "https://github.com/kalininalab/spherecon" ], [ "https://github.com/dputhier/libgtftk" ], [ "https://github.com/lwheinsberg/dbGaPCheckup" ], [ "https://github.com/drisso/awst" ], [ "https://github.com/Rong-Zh/GWLD" ], [ "https://github.com/Shao-Group/rnabridge-denovo" ], [ "https://github.com/SCBIT-YYLab/DysRegSig" ], [ "https://github.com/dDipankar/DeepPTM" ], [ "https://github.com/EESI/seq2att" ], [ "https://github.com/tvandervalk/AMBER" ], [ "https://github.com/anasilviacs/rescore-metabolites" ], [ "https://github.com/chrisjackson-pellicle/paragone-nf" ], [ "https://github.com/ma-compbio/MutSpace" ], [ "https://github.com/Systems-Theory-in-Systems-Biology/BayModTS" ], [ "https://github.com/romaingroux/SPar-K" ], [ "https://github.com/OSU-BMBL/IDAM" ], [ "https://github.com/alejocn5/AlexandrusPS" ], [ "https://github.com/Luigi-Ferraro/MOViDA" ], [ "https://github.com/xypan1232/node2loc" ], [ "https://github.com/GaffariCelik/CovidCoughNet" ], [ "https://github.com/mojtabaze7/DCGAN-DTA" ], [ "https://github.com/Chatzinakos/JEPEGMIX2" ], [ "https://github.com/liliulab/gust" ], [ "https://github.com/ZhangYajie-NJUST/sRLH" ], [ "https://github.com/galaxyproject/cloudauthz" ], [ "https://github.com/UdeS-CoBIUS/SimSpliceEvol" ], [ "https://github.com/isglobal-brge/CTDquerier" ], [ "https://github.com/elkebir-group/RECAP" ], [ "https://github.com/sys-bio/Libstructural" ], [ "https://github.com/AlicjaNowakowska/ETNA" ], [ "https://github.com/LoaloaF/DPre" ], [ "https://github.com/Wangys-prog/prPred" ], [ "https://github.com/ahmed-elliethy/nnt" ], [ "https://github.com/csuhjhjhj/GCNCMI" ], [ "https://github.com/dieterich-lab/magnetiqueCode2022" ], [ "https://github.com/UdeS-CoBIUS/SimSpliceEvol" ], [ "https://github.com/kris-nader/sc-type-py" ], [ "https://github.com/CyrilMa/ssqa" ], [ "https://github.com/Amber-Believe/ReliableMutualDistillation" ], [ "https://github.com/molinerisLab/3plex" ], [ "https://github.com/hanjunwei-lab/CNA2Subpathway" ], [ "https://github.com/mala-lab/AUGCL" ], [ "https://github.com/cheetah003/HMMC" ], [ "https://github.com/lim74/LncDC" ], [ "https://github.com/lapsumchan/CAMP" ], [ "https://github.com/uio-cels/offsetbasedgraph" ], [ "https://github.com/ohuelab/SpatialPPI" ], [ "https://github.com/fredhutch/pgmap_pipeline" ], [ "https://github.com/hlcas/CRISPR-detector" ], [ "https://github.com/TPI-Immunogenetics/igmat" ], [ "https://github.com/NUST-Machine-Intelligence-Laboratory/MDBA" ], [ "https://github.com/YichaoOU/Set_cover_tools" ], [ "https://github.com/huishenlab/dupsifter" ], [ "https://github.com/cbg-ethz/oncotree2vec" ], [ "https://github.com/Gu-Lab-RBL-NCI/QuagmiR" ], [ "https://github.com/Yang-k955/CRISPR-HW" ], [ "https://github.com/swfen/Temporal-BCGCN" ], [ "https://github.com/findCP/findCPcli" ], [ "https://github.com/compbio-UofT/cnv-prioritization" ], [ "https://github.com/Open-ss/NegStacking" ], [ "https://github.com/Majid1292/SVFS" ], [ "https://github.com/BioMLBoston/PatchDCA" ], [ "https://github.com/hywang01/SNEL" ], [ "https://github.com/pmandreoli/aScanDocker" ], [ "https://github.com/cma2015/PEA" ], [ "https://github.com/radamsRHA/PhyloWGA" ], [ "https://github.com/zhangzhwlab/delta" ], [ "https://github.com/DDM-Lab/MinimapInteractiveDDMGame" ], [ "https://github.com/CNS-OIST/NeuroDevSim" ], [ "https://github.com/regisoc/kibior" ], [ "https://github.com/zamboni-lab/RALPS" ], [ "https://github.com/LF-Yang/Code" ], [ "https://github.com/gilles-didier/MolTi-DREAM" ], [ "https://github.com/zhangky12/enviRule" ], [ "https://github.com/LudvigEk/aligater" ], [ "https://github.com/ZHU-XU-xmu/cgMSI" ], [ "https://github.com/NextGenBioinformatics/GCevobase" ], [ "https://github.com/ratschlab/sim_read_until" ], [ "https://github.com/WormBase/scdefg" ], [ "https://github.com/hzz0024/EasyParallel" ], [ "https://github.com/TheFischerLab/FLEXR-GUI" ], [ "https://github.com/Lambert-chen/SPGAN" ], [ "https://github.com/fukunagatsu/LinAliFold-CentroidLinAliFold" ], [ "https://github.com/YiyiLiu1/DrugCombination" ], [ "https://github.com/mfalda/tsv2swm" ], [ "https://github.com/Yuan-Yu/bioStructureM" ], [ "https://github.com/zhero9/MIPUP" ], [ "https://github.com/gao793583308/NNLDA" ], [ "https://github.com/jcna99/PEATH" ], [ "https://github.com/lbozhilova/COGENT" ], [ "https://github.com/laufercenter/Amap" ], [ "https://github.com/kedartatwawadi/GTRAC" ], [ "https://github.com/mjoppich/sequ-into" ], [ "https://github.com/NIH-CARD/ProtPipe" ], [ "https://github.com/mritchielab/restrander" ], [ "https://github.com/dcasbioinfo/SIFTER-t" ], [ "https://github.com/lengning/OEFinder" ], [ "https://github.com/2003100127/tmkit" ], [ "https://github.com/chenghui03/Calib_RT" ], [ "https://github.com/amcrisan/gevitAnalysisRelease" ], [ "https://github.com/getzlab/rnaseqc2-paper" ], [ "https://github.com/D3TaLES/databases_demo" ], [ "https://github.com/rramaker/R2DGC" ], [ "https://github.com/Grupo-Medicina-Molecular-y-Traslacional/StarPep" ], [ "https://github.com/aitgon/vtam" ], [ "https://github.com/lhc1224/HAG-Net" ], [ "https://github.com/bioinfo-ut/StrainSeeker" ], [ "https://github.com/ronaldolab/stochastic_diffusion" ], [ "https://github.com/ScialdoneLab/STREAMLINE" ], [ "https://github.com/VictorCSheng/VSID-Net" ], [ "https://github.com/rcalinjageman/cartoon_network" ], [ "https://github.com/rcalinjageman/cartoon_network" ], [ "https://github.com/rcalinjageman/cartoon_network" ], [ "https://github.com/CBIIT-CGBB/3DVizSNP" ], [ "https://github.com/cchauve/PlasBin-flow" ], [ "https://github.com/TongXin-CASIA/Excepted_Affine" ], [ "https://github.com/biointec/ismags" ], [ "https://github.com/EBISPOT/covoc" ], [ "https://github.com/rcalinjageman/cartoon_network" ], [ "https://github.com/LooseLab/minotour-docker" ], [ "https://github.com/Windere/snn-cvt-dual-phase" ], [ "https://github.com/gegao310/VesselSeg-Pytorch-master" ], [ "https://github.com/HeXiax/AGCC" ], [ "https://github.com/DayuHuu/scEMC" ], [ "https://github.com/ChenCookie/cytocoarsening" ], [ "https://github.com/jerysaw/M2CS" ], [ "https://github.com/pbenner/tfbayes" ], [ "https://github.com/LeoM93/BiologicalRandomWalks" ], [ "https://github.com/ztysdu/Swift-Eye" ], [ "https://github.com/Pasquali-lab/UMI4Cats" ], [ "https://github.com/langjidong/MAECI" ], [ "https://github.com/Bhattacharya-Lab/PIQLE" ], [ "https://github.com/TaniaCuppens/GEMPROT" ], [ "https://github.com/haddocking/DACUM" ], [ "https://github.com/Sunny6-6-6/ESRGAN-DP" ], [ "https://github.com/drou0302/CapiPy" ], [ "https://github.com/biomedbigdata/circRNA-sponging" ], [ "https://github.com/uym2/tripVote" ], [ "https://github.com/trainsn/VDL-Surrogate" ], [ "https://github.com/Chandan-IITI/Tf-GCZSL" ], [ "https://github.com/thinhong/MethPanel" ], [ "https://github.com/AlexTS1980/COVID-Affinity-Model" ], [ "https://github.com/Rbbt-Workflows/combination_index" ], [ "https://github.com/Bhattacharya-Lab/PIQLE" ], [ "https://github.com/nimamasoumi/DiffeoRaptor" ], [ "https://github.com/RegulatoryGenomicsGroup/chicdiff" ], [ "https://github.com/Qinwenjinswu/TIP-Code" ], [ "https://github.com/LiShuTJ/NDNet" ], [ "https://github.com/amromics/amrviz" ], [ "https://github.com/JohnnyY8/DAMT-Model" ], [ "https://github.com/jianglikun/MOASL" ], [ "https://github.com/q2479036243/FaViT" ], [ "https://github.com/ChengchenZhao/DrSeq2" ], [ "https://github.com/kanade00/Federated_Anomaly_detection" ], [ "https://github.com/MehmetEylemKirlangic/RepetitiveMovementAnalysis" ], [ "https://github.com/signaturescience/vcferr" ], [ "https://github.com/luoyan407/grad_prediction" ], [ "https://github.com/elkebir-group/PhySigs" ], [ "https://github.com/GC-WSL/NDI" ], [ "https://github.com/yuht4/SANPolyA" ], [ "https://github.com/qasimyu/amc" ], [ "https://github.com/pylelab/CSSR" ], [ "https://github.com/shiauck/CATANA" ], [ "https://github.com/THUFDD/CADM-plus" ], [ "https://github.com/smalltalkman/hppi-tensorflow" ], [ "https://github.com/MattCzajkowski/GenCoF" ], [ "https://github.com/bioinfo0706/MTGIpick" ], [ "https://github.com/abhatta3/Condition-dependent-Correlation-Subgroups-CCS" ], [ "https://github.com/HKyleZhang/RecView" ], [ "https://github.com/lhhunghimself/fastBMA" ], [ "https://github.com/ThomasChln/snpclust" ], [ "https://github.com/GfellerLab/MetacellAnalysisTutorial" ], [ "https://github.com/remega/video_database" ], [ "https://github.com/xikanfeng2/SCSilicon" ], [ "https://github.com/yanboANU/Haplotype-phasing" ], [ "https://github.com/HuangLab-Fudan/ASJA" ], [ "https://github.com/apblair/CellLayers" ], [ "https://github.com/nguyenngochuy91/Ancestral-Blocks-Reconstruction" ], [ "https://github.com/Ajou-DILab/EM3P2" ], [ "https://github.com/theLongLab/kTWAS" ], [ "https://github.com/Center-for-Health-Data-Science/dgd" ], [ "https://github.com/macmanes/error_correction" ], [ "https://github.com/FridleyLab/iTIME" ], [ "https://github.com/DAIZHENWEI/BDMMA" ], [ "https://github.com/bacak/TrAP" ], [ "https://github.com/Liuyuxinict/CBiAFormer" ], [ "https://github.com/Roth-Lab/SpatialSort" ], [ "https://github.com/hzi-bifo/snowball" ], [ "https://github.com/LAHCEN-EL-AMRI/Gamma-Spectra-Analysis" ], [ "https://github.com/huizhanglab-jhu/ms-pycloud" ], [ "https://github.com/ViennaRNA/pourRNA" ], [ "https://github.com/shyammarjit/SAGA" ], [ "https://github.com/berkuva/TCGA-omics-integration" ], [ "https://github.com/NWPU-903PR/Funm6AViewer" ], [ "https://github.com/CUHK-AIM-Group/MCPL" ], [ "https://github.com/jensengroup/HeckQM" ], [ "https://github.com/bsml320/DeepHTLV" ], [ "https://github.com/SJTUBME-QianLab/GBM-GNN" ], [ "https://github.com/Tide-for-PTM-search/Tide-for-PTM-search" ], [ "https://github.com/chanw0/SparseMCMM" ], [ "https://github.com/lmse/impact" ], [ "https://github.com/popitsch/varan-gie" ], [ "https://github.com/leopold-weidner/DBDIpy" ], [ "https://github.com/CTPLab/GILEA" ], [ "https://github.com/MinhaoYaooo/CoxMKF" ], [ "https://github.com/cozygene/CONFINED" ], [ "https://github.com/Oncostat/BenchmarkNCVTools" ], [ "https://github.com/rdiaz02/EvAM-Tools" ], [ "https://github.com/bioinfo-tsukuba/CCPLS_paper" ], [ "https://github.com/kurtsemih/copyVAE" ], [ "https://github.com/YosefLab/BRAPeS" ], [ "https://github.com/hyl317/hapROH" ], [ "https://github.com/bio15anu/revelio" ], [ "https://github.com/stamakro/SSP-LSDR" ], [ "https://github.com/r-koike/eagent" ], [ "https://github.com/BiologicalRecordsCentre/Odonata_traits" ], [ "https://github.com/vivarium-collective/vivarium-notebooks" ], [ "https://github.com/gkumar09/iSeqQC" ], [ "https://github.com/mohamedlahdour/NTP-ERSN" ], [ "https://github.com/flu-crew/PD_stats" ], [ "https://github.com/relastle/halcyon" ], [ "https://github.com/yuzhong-deng/graphcpg" ], [ "https://github.com/williamdlees/Digger" ], [ "https://github.com/Nojgaard/mechsearch" ], [ "https://github.com/AlgoLab/mp3treesim" ], [ "https://github.com/linhuawang/SEAGAL" ], [ "https://github.com/utraf-pasteur-institute/Cellwalker-blender" ], [ "https://github.com/Onogi/GenomeBasedModel" ], [ "https://github.com/linhuawang/SEAGAL" ], [ "https://github.com/linhuawang/SEAGAL" ], [ "https://github.com/linhuawang/SEAGAL" ], [ "https://github.com/XiayangLi2301/DNA" ], [ "https://github.com/Jthy-af/HaPPy" ], [ "https://github.com/birkhoffkiki/CAS-Transformer" ], [ "https://github.com/JZPeterPan/MCMR-Recon-Driven-Motion" ], [ "https://github.com/Bhattacharya-Lab/PIQLE" ], [ "https://github.com/Caleydo/coral" ], [ "https://github.com/DSIMB/ICARUS" ], [ "https://github.com/jsg200830/InMut-Finder" ], [ "https://github.com/Yang-Yun726/REMD-LSTM" ], [ "https://github.com/fyabc/BT4MolGen" ], [ "https://github.com/ghattab/cmangoes" ], [ "https://github.com/DeepMIALab/FFPEPlus" ], [ "https://github.com/zyk2118216069/LncRNA-protein-interactions-prediction" ], [ "https://github.com/jedick/chem16S" ], [ "https://github.com/Bhattacharya-Lab/PIQLE" ], [ "https://github.com/SuLab/bioknowledge-reviewer" ], [ "https://github.com/PPEXCEPED/TGA" ], [ "https://github.com/PeptoneInc/pepkalc" ], [ "https://github.com/mathelab/IntLIM" ], [ "https://github.com/divelab/cgan" ], [ "https://github.com/qasimyu/scclone" ], [ "https://github.com/ChenYong1993/LRSDN" ], [ "https://github.com/zhengchangsulab/prosampler" ], [ "https://github.com/pierrepo/autoclassweb" ], [ "https://github.com/LeoSvenningsson/TensorViewforMatlab" ], [ "https://github.com/UdeM-LBIT/CoreTracker" ], [ "https://github.com/BioinfoMachineLearning/MULTICOM_qa" ], [ "https://github.com/Shen-Lab/ncVarPred-1D3D" ], [ "https://github.com/linhuawang/SEAGAL" ], [ "https://github.com/jianlin-cheng/DRCon" ], [ "https://github.com/Bhattacharya-Lab/PIQLE" ], [ "https://github.com/Bhattacharya-Lab/PIQLE" ], [ "https://github.com/deshanyang/Lung-DIR-QA" ], [ "https://github.com/linhuawang/SEAGAL" ], [ "https://github.com/bdj34/cloneRate" ], [ "https://github.com/linhuawang/SEAGAL" ], [ "https://github.com/Bhattacharya-Lab/PIQLE" ], [ "https://github.com/ktan8/ModTect" ], [ "https://github.com/chernolabs/scX" ], [ "https://github.com/paoloinglese/SPUTNIK" ], [ "https://github.com/Lucas-Prates/blockcpd" ], [ "https://github.com/jfortin1/shinyMethyl" ], [ "https://github.com/weng-lab/ZING" ], [ "https://github.com/Tiny-Snow/EVMP" ], [ "https://github.com/PuckBlink/PDCNN" ], [ "https://github.com/Bhattacharya-Lab/PIQLE" ], [ "https://github.com/JieZheng-ShanghaiTech/KR4SL" ], [ "https://github.com/liruihui/Self-Embedding" ], [ "https://github.com/jizhaox/relative_pose_from_affine" ], [ "https://github.com/kasparmartens/rarity" ], [ "https://github.com/jditz/comics" ], [ "https://github.com/FelixMoelder/ting" ], [ "https://github.com/yuabrahamliu/scDeconv" ], [ "https://github.com/CRUiit/igb-mi-bundle" ], [ "https://github.com/campanam/RatesTools" ], [ "https://github.com/sysbiolux/FALCON" ], [ "https://github.com/huoyuying/SpaDAC" ], [ "https://github.com/PySCeS/PyscesToolbox" ], [ "https://github.com/ParkinsonLab/DETECT-v2" ], [ "https://github.com/linhuawang/SEAGAL" ], [ "https://github.com/CIAT-DAPA/UsefulPlants-Indicator" ], [ "https://github.com/UCA-MSI/ABEILLE" ], [ "https://github.com/refresh-bio/comsa" ], [ "https://github.com/Snitkin-Lab-Umich/regentrans" ], [ "https://github.com/MahnazHabibi/MutationAnalysis" ], [ "https://github.com/delosh653/MOSAIC" ], [ "https://github.com/aaronphillips7493/CLAW" ], [ "https://github.com/suhrig/pingpongpro" ], [ "https://github.com/icthrm/auto-tilt-pair" ], [ "https://github.com/BMILAB/AStrap" ], [ "https://github.com/martaccmoreno/gexp-ml-dask" ], [ "https://github.com/aicb-ZhangLabs/Impeller" ], [ "https://github.com/loadder/MR-Net" ], [ "https://github.com/obifarin/automl-xai-metabolomics" ], [ "https://github.com/insilichem/talaia" ], [ "https://github.com/fahadahaf/chromir" ], [ "https://github.com/ikmb/iptoolkit" ], [ "https://github.com/kandlinf/agennt" ], [ "https://github.com/NiRuff/IntelliPy" ], [ "https://github.com/MagicPF/BindingSiteDTI" ], [ "https://github.com/MonicaCalSan/MetaboMSDIA" ], [ "https://github.com/akaxlh/MBRec" ], [ "https://github.com/DIFACQUIM/Art-Driven-by-Visual-Representations-of-Chemical-Space-" ], [ "https://github.com/bioinfomaticsCSU/MultiGuideScan" ], [ "https://github.com/marco-oliva/r-pfbwt" ], [ "https://github.com/renweidian/LTRN" ], [ "https://github.com/HuanLab/Paramounter" ], [ "https://github.com/YaN9-Y/DUVD" ], [ "https://github.com/pth1993/FATDM" ], [ "https://github.com/MuteJester/LZGraphs" ], [ "https://github.com/csguomy/MDKNet" ], [ "https://github.com/menggf/tsd" ], [ "https://github.com/KothapalliLabPSU/US-PA_simulation_codes" ], [ "https://github.com/tdhock/PeakError" ], [ "https://github.com/ixilai/ETEM" ], [ "https://github.com/PingZhou-LF/Light-Field-Depth-Estimation-Based-on-Stitched-EPIs" ], [ "https://github.com/liuyyy111/BCAN" ], [ "https://github.com/tsuda16k/materialmodifier" ], [ "https://github.com/jschenthu/FNS" ], [ "https://github.com/dmis-lab/MolPLA" ], [ "https://github.com/i-git/FIMTrack" ], [ "https://github.com/ywhsiao/ceRNAR" ], [ "https://github.com/Xiaoqizheng/InfiniumPurify" ], [ "https://github.com/algbio/mfd-safety" ], [ "https://github.com/xjr998/GQE-Net" ], [ "https://github.com/ExpectationsManaged/STRaitRazorOnline" ], [ "https://github.com/jssong-lab/QTC" ], [ "https://github.com/MinJinHa/iDINGO" ], [ "https://github.com/cristian931/DocTOR" ], [ "https://github.com/kalkairis/BuildPhIPSeqLibrary" ], [ "https://github.com/Cloud-Liu/MD-UNet" ], [ "https://github.com/jdonnelly36/Rashomon_Importance_Distribution" ], [ "https://github.com/gorkemalgan/MetaLabelNet" ], [ "https://github.com/Shao-Group/SubseqHash2" ], [ "https://github.com/food-price/DOC-M-Model-Development-and-Validation" ], [ "https://github.com/NUS-Tim/DEMS" ], [ "https://github.com/aflevel/GWAlpha" ], [ "https://github.com/yajun-zhou/linguae-naturalis-principia-mathematica" ], [ "https://github.com/leesael/GIFT" ], [ "https://github.com/mchiapello/Ramf" ], [ "https://github.com/YannickJadoul/PyGellermann" ], [ "https://github.com/vsepulve/relz_fs" ], [ "https://github.com/davidwarne/Warne2019_GuideToPseudoMarginal" ], [ "https://github.com/pandafengye/MIST" ], [ "https://github.com/lanl/pyDNA_EPBD" ], [ "https://github.com/abikoushi/moltenNMF" ], [ "https://github.com/ConesaLab/MirCure" ], [ "https://github.com/PGTSING/HGETGI" ], [ "https://github.com/wdzhao123/SAT" ], [ "https://github.com/tuyunbin/VARD" ], [ "https://github.com/bsml320/CNet" ], [ "https://github.com/annaplaksienko/methyLImp2" ], [ "https://github.com/marco-oliva/afm" ], [ "https://github.com/Multi-OmicGraphBuilder/mosGraphGen" ], [ "https://github.com/Punit201016/OMnalysis" ], [ "https://github.com/chunlinli/intdag" ], [ "https://github.com/nourmadhoun/Differential-privacy-genomic-inference-attack" ], [ "https://github.com/The-Ark-Informatics/ark" ], [ "https://github.com/pn51/laggedOrderedLassoNetwork" ], [ "https://github.com/didrikolofsson/rmappet" ], [ "https://github.com/GWang2022/iGDP" ], [ "https://github.com/soham-chitnis10/WSI-domain-specific" ], [ "https://github.com/jade-nhri/nanoMLST" ], [ "https://github.com/Marleen1/OGRE" ], [ "https://github.com/prhbrt/synthetic-yeast-cells" ], [ "https://github.com/BioinfoSZU/CURC" ], [ "https://github.com/ma-seefelder/ProteinCoLoc" ], [ "https://github.com/mensxmachina/BioDataome" ], [ "https://github.com/wengsyx/VPTSL" ], [ "https://github.com/stmutasa/MetUS" ], [ "https://github.com/bengeof/QPoweredCompound2DeNovoDrugPropMax" ], [ "https://github.com/AllanClark/Rcppocc" ], [ "https://github.com/jyyulab/scMINER" ], [ "https://github.com/ESDeutekom/ComparingOrthologies" ], [ "https://github.com/BauerLab/VARSCOT" ], [ "https://github.com/LanceZPF/NNED_MMGraph" ], [ "https://github.com/thh32/Spherical" ], [ "https://github.com/michaelsharpnack/GrassmannCluster" ], [ "https://github.com/Jialab-UCR/GDCRNATools" ], [ "https://github.com/cchauve/plasgraph2" ], [ "https://github.com/LongJin-lab/Activated-Gradients-for-Deep-Neural-Networks" ], [ "https://github.com/nelsongil92/SAMMI" ], [ "https://github.com/ahmedaq/MPF-BML-GUI" ], [ "https://github.com/fanhuan/phyloRAD" ], [ "https://github.com/mreginato/skimmingLoci" ], [ "https://github.com/UdeM-LBIT/GATC" ], [ "https://github.com/Vivianstats/PhitestR" ], [ "https://github.com/conscienceli/MDTNet" ], [ "https://github.com/Linfeng-Tang/DRLIE" ], [ "https://github.com/sajalhalder/TLR-M_UI" ], [ "https://github.com/Fjr9516/GSL" ], [ "https://github.com/slimsuite/depthsizer" ], [ "https://github.com/stevenhan1991/CoordNet" ], [ "https://github.com/ZachariasLab/GoCa" ], [ "https://github.com/Ying-Lab/MELT" ], [ "https://github.com/yongchao/flowPeaks" ], [ "https://github.com/GuanLab/phosphoproteome_prediction" ], [ "https://github.com/ZooPhy/geoboost2" ], [ "https://github.com/PennChopMicrobiomeProgram/unassigner" ], [ "https://github.com/IfDTUlm/CGM_Performance_Assessment" ], [ "https://github.com/WangHYLab/ExosomePurity" ], [ "https://github.com/yangfangs/KPP" ], [ "https://github.com/DaehwanKimLab/Chromosome-ReAd" ], [ "https://github.com/ngs00/emrl" ], [ "https://github.com/ne1s0n/MTGOsc" ], [ "https://github.com/CCC-members/BC-VARETA_Toolbox" ], [ "https://github.com/MetaSys-LISBP/IsoSolve" ], [ "https://github.com/BioDataLearning/DeepCirCode" ], [ "https://github.com/YUYING07/iDNA_ABT" ], [ "https://github.com/ErasmusMC-CCBC/ProteoDisco" ], [ "https://github.com/UdeS-CoBIUS/DoubleRecViz" ], [ "https://github.com/liusen1006/MLCS" ], [ "https://github.com/SysBioChalmers/SLIMEr" ], [ "https://github.com/guomics-lab/batch_server" ], [ "https://github.com/wmbai/LSCGB" ], [ "https://github.com/bmannakee/mapexr" ], [ "https://github.com/toshi-kishikawa/OMARU" ], [ "https://github.com/reactome-pwp/diagram" ], [ "https://github.com/sys-bio/SBbadger" ], [ "https://github.com/MaayanLab/EnrichrBot" ], [ "https://github.com/usccolumbia/MOOCSP" ], [ "https://github.com/Doyle-Lab/WheelCon" ], [ "https://github.com/northomics/pepFunk" ], [ "https://github.com/KazukiNakamae/DANGER_analysis" ], [ "https://github.com/debbydanwang/IFPscore" ], [ "https://github.com/Andoree/smm4h_2021_classification" ], [ "https://github.com/matteo14c/CorGAT" ], [ "https://github.com/omarmaddouri/GCNCC" ], [ "https://github.com/ntyet/rmRNAseq" ], [ "https://github.com/vaprilyanto/crop" ], [ "https://github.com/AndresMCB/DynamicCancerDriver" ], [ "https://github.com/msabrysarhan/taxonize_genbank" ], [ "https://github.com/EPFL-LCSB/nicepath" ], [ "https://github.com/jchen1981/MedTest" ], [ "https://github.com/asm3-nist/DART-MS-DST" ], [ "https://github.com/euxhenh/Truffle" ], [ "https://github.com/fpalini/fastdoopc" ], [ "https://github.com/ZijingMao/ROICNN" ], [ "https://github.com/bejerano-lab/X-CAP" ], [ "https://github.com/OncoRNALab/CIRCprimerXL" ], [ "https://github.com/muhligs/regmex" ], [ "https://github.com/ComputationalSystemsBiology/scNET" ], [ "https://github.com/Neooolee/GANCDM" ], [ "https://github.com/SugarPy/SugarPy" ], [ "https://github.com/jordandouglas/ORC" ], [ "https://github.com/elolaine/HOPMA" ], [ "https://github.com/myungjinlee/GLYCO" ], [ "https://github.com/arumds/webgqt" ], [ "https://github.com/CONNJUR/CONNJUR-Sandbox" ], [ "https://github.com/tianrenmaogithub/asap2" ], [ "https://github.com/frankligy/BayesTS" ], [ "https://github.com/graemefox/mimi" ], [ "https://github.com/rlmcl/rescan" ], [ "https://github.com/wangsen99/CSFwinformer" ], [ "https://github.com/labinfo-lncc/mnmer" ], [ "https://github.com/xiabc612/KaryoNet" ], [ "https://github.com/xinxingwu-uk/DGAE" ], [ "https://github.com/subangstrom/aci" ], [ "https://github.com/daiwenrui/VERTICOX" ], [ "https://github.com/YonghuiDong/RawHummus" ], [ "https://github.com/xrjiang527/FABNet-PyTorch" ], [ "https://github.com/gfxdisp/castleCSF" ], [ "https://github.com/Xabo-RB/Benchmarking_files" ], [ "https://github.com/jsheunis/rt-me-fMRI" ], [ "https://github.com/LMSE/AYbRAH" ], [ "https://github.com/samwalrus/reactome-pengine" ], [ "https://github.com/robert-winkler/MeteoMex" ], [ "https://github.com/wang-lab/CRISPRDB" ], [ "https://github.com/lingengfoo/GradMDM" ], [ "https://github.com/JinfengXiao/SigMat" ], [ "https://github.com/usccolumbia/matglobalmapping" ], [ "https://github.com/snandiDS/prokseq" ], [ "https://github.com/zfy-csu/FsaNet" ], [ "https://github.com/bioinfoUQAM/RL-bgc-components" ], [ "https://github.com/phillipecardenuto/rsiil" ], [ "https://github.com/KGerhardt/RecruitPlotEasy" ], [ "https://github.com/nabiafshan/DetectingMisannotatedLncRNAs" ], [ "https://github.com/nvakhoa/superclass-FSIS" ], [ "https://github.com/agugonrey/GonzalezReymundez2021" ], [ "https://github.com/pvdam3/FoEC2" ], [ "https://github.com/marouenbg/VFFVA" ], [ "https://github.com/ZenaCai/vsRNAfinder" ], [ "https://github.com/bioinfomaticsCSU/SCOP" ], [ "https://github.com/ianvcaldas/smalldisco" ], [ "https://github.com/mcveanlab/DEploid" ], [ "https://github.com/hyundoo/PRIME" ], [ "https://github.com/jkawulok/cometa" ], [ "https://github.com/bitvis2021/gotreescape" ], [ "https://github.com/jkruppa/kmerPyramid" ], [ "https://github.com/anhnda/SPARSE" ], [ "https://github.com/tripal/tripal_analysis_expression" ], [ "https://github.com/harmancilab/SVAT" ], [ "https://github.com/NAL-i5K/tripal_eutils" ], [ "https://github.com/Sirius11311/TLRel" ], [ "https://github.com/luntergroup/EquivariantNetworks" ], [ "https://github.com/bene51/omero_3Dscript" ], [ "https://github.com/BorgwardtLab/ARDISS" ], [ "https://github.com/ceragoguztuzun/MotifGenie" ], [ "https://github.com/KijinKims/VirPipe" ], [ "https://github.com/dayunliu/MGATMDA" ], [ "https://github.com/atfrank/PyShifts" ], [ "https://github.com/Swart-lab/bleties" ], [ "https://github.com/Vill-Lab/SIAMH" ], [ "https://github.com/I-Guy/SalmoDEST" ], [ "https://github.com/raunaq-m/MultiRes" ], [ "https://github.com/C4TB/shinyExprPortal" ], [ "https://github.com/minghuilab/BindPPI" ], [ "https://github.com/Gary-code/KICNLE" ], [ "https://github.com/bioXiaoheng/BallerMixPlus" ], [ "https://github.com/xkmaxidian/DRjCC" ], [ "https://github.com/GiDeCarlo/XGDAG" ], [ "https://github.com/HongzhouTang/BayeStab" ], [ "https://github.com/hannaiiyanggit/UniCon" ], [ "https://github.com/wdzhao123/DENets" ], [ "https://github.com/somnonetz/xnat-fhir-plugin" ], [ "https://github.com/vibansal/IntegratedPhasing" ], [ "https://github.com/shbrief/AnVILWorkflow" ], [ "https://github.com/continuous-symmetry-measure/csm" ], [ "https://github.com/zanglab/bart3d" ], [ "https://github.com/MeixinZhu/vehicle-crash-identification" ], [ "https://github.com/kunjing96/DARTS-AER" ], [ "https://github.com/rauschenberger/joinet" ], [ "https://github.com/pylelab/RSCanner" ], [ "https://github.com/MicroAVA/GEDFN" ], [ "https://github.com/lab319/GRNs_nonlinear_ODEs" ], [ "https://github.com/pephco/ASDEC" ], [ "https://github.com/Romantic-Pumpkin/PDT_fninf" ], [ "https://github.com/IGVF/seqspec" ], [ "https://github.com/kullrich/oggmap" ], [ "https://github.com/th00516/GRACE" ], [ "https://github.com/usnistgov/thermo-extrap" ], [ "https://github.com/lrjuan/LDA_genome" ], [ "https://github.com/LMSE/FYRMENT" ], [ "https://github.com/damiendevienne/non-layered-tidy-trees" ], [ "https://github.com/heartsh/consalifold" ], [ "https://github.com/nwpuzhengyan/SVcnn" ], [ "https://github.com/compbiomed-unito/MUSE-XAE" ], [ "https://github.com/zipengliu/corgie-ui" ], [ "https://github.com/TyckoLab/CloudASM" ], [ "https://github.com/chenzhe207/RBD-DPL" ], [ "https://github.com/sfu-mial/FuseNet" ], [ "https://github.com/LeonHLJ/MMSD" ], [ "https://github.com/zqfang/haplomap" ], [ "https://github.com/hcholab/k-salsa" ], [ "https://github.com/vshiv18/sigmoni" ], [ "https://github.com/tyo-nu/MINE-app" ], [ "https://github.com/phylo42/EPIK" ], [ "https://github.com/PlantProteomes/SpectiCal" ], [ "https://github.com/weiyuchung/CONY" ], [ "https://github.com/caanene1/ACSNI" ], [ "https://github.com/CodeGoat24/RGTNet" ], [ "https://github.com/lv-csbg/optEnvelope" ], [ "https://github.com/dww100/sct" ], [ "https://github.com/MengkeSong/MaD" ], [ "https://github.com/wbieniec/copmem2" ], [ "https://github.com/badriadhikari/DEEPCON" ], [ "https://github.com/statimagcoll/MultiplexedNormalization" ], [ "https://github.com/chunbolang/RARE" ], [ "https://github.com/drbergman/PhysiPKPD" ], [ "https://github.com/fpalini/fade" ], [ "https://github.com/epifluidlab/finaledb_workflow" ], [ "https://github.com/lihuamei/DeconPeaker" ], [ "https://github.com/OpenNFT/OpenNFT_Demo" ], [ "https://github.com/taowang11/ML-NPI" ], [ "https://github.com/CoREse/kled" ], [ "https://github.com/guanfangdong/LTS-UniverisalMOS" ], [ "https://github.com/yansen0508/Mental-Deep-Reverse-Engineering" ], [ "https://github.com/Qi-Yangsjtu/MPED" ], [ "https://github.com/Edert/NVT" ], [ "https://github.com/Lilu-guo/Effaln" ], [ "https://github.com/ssehztirom/Exploring-generative-deep-learning-for-omics-data-by-using-log-linear-models" ], [ "https://github.com/yangfenglong/DisBalance" ], [ "https://github.com/DatabaseGroup/DeSignate" ], [ "https://github.com/cbg-ethz/mnem" ], [ "https://github.com/tomdeman-bio/Sequence-Search-Tool-for-Antimicrobial-Resistance-SSTAR-" ], [ "https://github.com/sculab/GeneMiner" ], [ "https://github.com/bill1167/hostgbms" ], [ "https://github.com/bio-projects/GAD" ], [ "https://github.com/clips/SimulatingCochlearImplants" ], [ "https://github.com/gcgreenberg/Oriented-TNF" ], [ "https://github.com/BiosecSFA/gentangle" ], [ "https://github.com/Tastanlab/DeepKinZero" ], [ "https://github.com/wexw/Joint-Registration-of-Multiple-Point-Clouds-for-Fast-Particle-Fusion-in-Localization-Microscopy" ], [ "https://github.com/heejungshim/BayesCAT" ], [ "https://github.com/amcorrigan/ia-lab" ], [ "https://github.com/AleVin1995/MutExMatSorting" ], [ "https://github.com/CEG-ICRISAT/NGS-QCbox" ], [ "https://github.com/kfattila/BoltzMatch" ], [ "https://github.com/VU-HMS/Tutorial-stabilizing-walking" ], [ "https://github.com/biocore/q2-umap" ], [ "https://github.com/abhijeetsingh1704/AcetoScan" ], [ "https://github.com/Vicky-Hunt-Lab/stepRNA" ], [ "https://github.com/hitbc/deGSM" ], [ "https://github.com/ColemanRHarris/mxnorm" ], [ "https://github.com/czbiohub-sf/pomelo" ], [ "https://github.com/phylo42/IPK" ], [ "https://github.com/NRshka/stvae-source" ], [ "https://github.com/alcs417/CGGA" ], [ "https://github.com/lzh19961031/Dermoscopy_classification" ], [ "https://github.com/ttaalle/fast_assen" ], [ "https://github.com/Rose-STL-Lab/FS-CAP" ], [ "https://github.com/shka/R-SAMstrt" ], [ "https://github.com/bayer-science-for-a-better-life/plant-triplet-net" ], [ "https://github.com/SinaTabakhi/MAgentOmics" ], [ "https://github.com/gefeizhang/ZIAQ" ], [ "https://github.com/cces-cepid/massccs" ], [ "https://github.com/zhanglabNKU/eCAMI" ], [ "https://github.com/saezlab/cellnopt" ], [ "https://github.com/namnguyen0510/Biomarker-Discovery-with-Quantum-Neural-Networks" ], [ "https://github.com/BioDataLearning/XGEP" ], [ "https://github.com/PoonLab/HexSE" ], [ "https://github.com/jbudis/dante" ], [ "https://github.com/ccli3896/PaN" ], [ "https://github.com/FenyoLab/SAMPEI" ], [ "https://github.com/katehoffshutta/ggmTutorial" ], [ "https://github.com/ajayago/NCMF_bioinformatics" ], [ "https://github.com/LANL-Bioinformatics/assay_validation" ], [ "https://github.com/CFM-MSG/Code_SDN" ], [ "https://github.com/ahmed-fakhry/dive" ], [ "https://github.com/Yoniming/ACO" ], [ "https://github.com/Bierinformatik/MIRfix" ], [ "https://github.com/marithetland/ONTmompS" ], [ "https://github.com/vishakad/cpi-em" ], [ "https://github.com/lanagarmire/MirMark" ], [ "https://github.com/EsmaeilNourani/TripletProt" ], [ "https://github.com/divya031090/ReGeNNe" ], [ "https://github.com/qd29/SCIP" ], [ "https://github.com/elodiegermani/SAPHIR" ], [ "https://github.com/ChunhuaLiLab/aPRbind" ], [ "https://github.com/hauldhut/drivergene" ], [ "https://github.com/yukuntan92/PALLAS" ], [ "https://github.com/UCSCNanopore/Data" ], [ "https://github.com/Kzra/VHost-Classifier" ], [ "https://github.com/gicsaw/ConDo" ], [ "https://github.com/lunching/wiSDOM" ], [ "https://github.com/zxmboshi/DDL" ], [ "https://github.com/elkebir-group/doubletD" ], [ "https://github.com/syspremed/exploBATCH" ], [ "https://github.com/yuxuanliao/DeepPIC" ], [ "https://github.com/arouillard/omic-features-successful-targets" ], [ "https://github.com/ahmed-shameem/Feature_selection" ], [ "https://github.com/miguelarenas/proteinevolverabc" ], [ "https://github.com/ruggleslab/hypercluster" ], [ "https://github.com/qinghuannn/PAMFN" ], [ "https://github.com/Luisiglm/KBoost" ], [ "https://github.com/ma-compbio/MultiRes" ], [ "https://github.com/ytabatabaee/CASTLES" ], [ "https://github.com/maiziezhoulab/Autism_genepheno" ], [ "https://github.com/HosnaJabbari/Knotty" ], [ "https://github.com/chan-csu/SPAM-DFBA" ], [ "https://github.com/HassounLab/ELP" ], [ "https://github.com/biotangweiqi/PQHE" ], [ "https://github.com/CUHK-AIM-Group/Decoupled-Unbiased-Teacher" ], [ "https://github.com/MCorentin/Solanum_sitiens_assembly" ], [ "https://github.com/SBU-BMI/region-templates" ], [ "https://github.com/hehew321/iDeepC" ], [ "https://github.com/tianchengzhe/EllipTrack" ], [ "https://github.com/Devika1/capsim" ], [ "https://github.com/AT-CG/VF" ], [ "https://github.com/laseaman/4D_Nucleome_Analysis_Toolbox" ], [ "https://github.com/iferres/simurg" ], [ "https://github.com/dekoning-lab/ezmap" ], [ "https://github.com/smirarab/DynaDup" ], [ "https://github.com/iremeyiokur/COVID-19-Preventions-Control-System" ], [ "https://github.com/wangshanshanCQU/CRTL" ], [ "https://github.com/SJTUBME-QianLab/CausalGCN-PDPA" ], [ "https://github.com/bjornwallner/ProQ_scripts" ], [ "https://github.com/healthylaife/FairFedAvg" ], [ "https://github.com/soumitag/multiSLIDE" ], [ "https://github.com/IntersectAustralia/ap11_Samifier" ], [ "https://github.com/jravilab/connectivity_scores" ], [ "https://github.com/bio-tools/biotoolsCompose" ], [ "https://github.com/DWALab/Phindr3D" ], [ "https://github.com/ccdlcmu/shape_component_analysis_Matlab" ], [ "https://github.com/hb-liu/Normal-Brain-Boost-Tumor-Segmentation" ], [ "https://github.com/Siegel-Lab/BioSmoother" ], [ "https://github.com/ahmedaq/RocaSec" ], [ "https://github.com/bigomics/metaLINCS" ], [ "https://github.com/infspiredBAT/GLASS" ], [ "https://github.com/Androstane/NestedBD" ], [ "https://github.com/brsynth/neo4jsbml" ], [ "https://github.com/usnistgov/nrss" ], [ "https://github.com/phnmnl/KubeNow-plugin" ], [ "https://github.com/fityanul/SDAN-for-Rain-Removal" ], [ "https://github.com/CongWang3/PLANNER" ], [ "https://github.com/mdsufz/PredicTF" ], [ "https://github.com/laeeq80/spark-cpvs" ], [ "https://github.com/VCCRI/Spliceogen" ], [ "https://github.com/rega-cev/phylogeotool" ], [ "https://github.com/HassounLab/Boost-RS" ], [ "https://github.com/LanLab/STECFinder" ], [ "https://github.com/Haoxiang-Qi/Network-Calculator" ], [ "https://github.com/ugobas/tnm" ], [ "https://github.com/koeppl/phoni" ], [ "https://github.com/elolab/VarSCAT" ], [ "https://github.com/BolognaBiocomp/deepmito" ], [ "https://github.com/cancerit/VaLiAnT" ], [ "https://github.com/daniellyz/meRgeION2" ], [ "https://github.com/COMBINE-lab/matryoshka" ], [ "https://github.com/JackAndCole/Deep-Neural-Network-For-Heartbeat-Classification" ], [ "https://github.com/ugobas/tnm" ], [ "https://github.com/ugobas/tnm" ], [ "https://github.com/bymgood/Target-driven-ML-enabled-VS" ], [ "https://github.com/ugobas/tnm" ], [ "https://github.com/ugobas/tnm" ], [ "https://github.com/paprikachan/DeepMF" ], [ "https://github.com/compbel/SCIFIL" ], [ "https://github.com/ugobas/tnm" ], [ "https://github.com/ugobas/tnm" ], [ "https://github.com/DBGroup-SUSTech/QEVIS" ], [ "https://github.com/dmis-lab/bc7-chem-id" ], [ "https://github.com/WaqarHusain/sAMP-PFPDeep" ], [ "https://github.com/lasseignelab/CoSIA" ], [ "https://github.com/ugobas/tnm" ], [ "https://github.com/amcdavid/HurdleNormal" ], [ "https://github.com/ugobas/tnm" ], [ "https://github.com/dqwei-lab/ATC" ], [ "https://github.com/thelexiconlab/forager" ], [ "https://github.com/ococrook/hdxstats" ], [ "https://github.com/DessimozLab/pylabeledrf" ], [ "https://github.com/peace-love243/CMEDFL" ], [ "https://github.com/OSU-BMBL/metaqubic" ], [ "https://github.com/ugobas/tnm" ], [ "https://github.com/VITA-Group/PruneCXR" ], [ "https://github.com/wangsiwei2010/graphlatefusion_MKC" ], [ "https://github.com/ugobas/tnm" ], [ "https://github.com/gimelbrantlab/magic" ], [ "https://github.com/woolfson-group/isocket" ], [ "https://github.com/xuyp-csu/CellBRF" ], [ "https://github.com/EEZA-CSIC/compound-eye-simulator" ], [ "https://github.com/ihwang/SAMDUDE" ], [ "https://github.com/tgvaughan/remaster" ], [ "https://github.com/UCL/cath-funsite-predictor" ], [ "https://github.com/AndreLamurias/IBRel" ], [ "https://github.com/HUST-NingKang-Lab/metaPrism" ], [ "https://github.com/HaotingZhang1/SynBa" ], [ "https://github.com/jeonglab/scCLUE" ], [ "https://github.com/HuangZhiChao95/ATAS" ], [ "https://github.com/michorlab/estipop" ], [ "https://github.com/ekmolloy/fastmulrfs" ], [ "https://github.com/sandhya212/Sparcle_for_spot_reassignments" ], [ "https://github.com/biox-nku/aster" ], [ "https://github.com/ZongJ1111/Academic-Performance-Prediction" ], [ "https://github.com/TomasVrzal/DeepReI" ], [ "https://github.com/ugobas/tnm" ], [ "https://github.com/beebdev/sigfish-haru" ], [ "https://github.com/Coaxecva/LongAGE" ], [ "https://github.com/ugobas/tnm" ], [ "https://github.com/vetscience/Assemblosis" ], [ "https://github.com/jlduan/fba" ], [ "https://github.com/bionlplab/heart_failure_mortality" ], [ "https://github.com/dekoning-lab/wfes" ], [ "https://github.com/Laboratoire-de-Chemoinformatique/moodle-qtype_molsimilarity" ], [ "https://github.com/anonymous1025/CO-VAE" ], [ "https://github.com/zhengdd0422/VFNet" ], [ "https://github.com/Matrisome/MatrisomeAnalyzeR" ], [ "https://github.com/TheAngryFox/ModelExplorer" ], [ "https://github.com/ljmartin/fp_low_ave" ], [ "https://github.com/hannelorelongin/FLAMS" ], [ "https://github.com/cbg-ethz/SCIPhIN" ], [ "https://github.com/afujimoto/CAMPHOR" ], [ "https://github.com/SimTk/msmexplorer" ], [ "https://github.com/Bulabula45/Readon" ], [ "https://github.com/Haifengtao/AUCseg" ], [ "https://github.com/agerniers/MicroCellClust" ], [ "https://github.com/fjmurguzur/causalizeR" ], [ "https://github.com/knights-lab/LMdist" ], [ "https://github.com/alekseyenko/Tw2" ], [ "https://github.com/VITA-Group/PruneCXR" ], [ "https://github.com/VITA-Group/PruneCXR" ], [ "https://github.com/VITA-Group/PruneCXR" ], [ "https://github.com/SmithLabMCW/icekat" ], [ "https://github.com/CSB-KUL/yMap" ], [ "https://github.com/laplcebeltrami/PH-STAT" ], [ "https://github.com/emiracherif/ONTdeCIPHER" ], [ "https://github.com/omics-datascience/multiomix" ], [ "https://github.com/ucasdp/BiTSC2" ], [ "https://github.com/NUST-Machine-Intelligence-Laboratory/HCPN" ], [ "https://github.com/HIT-ImmunologyLab/PHISDetector" ], [ "https://github.com/Vang-z/HGJO" ], [ "https://github.com/jaredgk/IMgui-electron-packages" ], [ "https://github.com/Xundrug/EPB" ], [ "https://github.com/SGUI-LSEC/SparseGaussianMolecule" ], [ "https://github.com/sib-swiss/HAMAP-SPARQL" ], [ "https://github.com/huynguyen250896/oCEM" ], [ "https://github.com/ccdmb/catastrophy" ], [ "https://github.com/pyMBE-dev/pyMBE" ], [ "https://github.com/illumina/marvin" ], [ "https://github.com/buptantEEG/MMASleepNet" ], [ "https://github.com/statisticalbiotechnology/mipath" ], [ "https://github.com/tanveer-hussain/DFAN" ], [ "https://github.com/RitAreaSciencePark/PLM4Muts" ], [ "https://github.com/zhangy72/LncRNA-ID" ], [ "https://github.com/tanjatang/CAN" ], [ "https://github.com/jingjin25/LFASR-FS-GAF" ], [ "https://github.com/galelab/scPathoQuant" ], [ "https://github.com/elmadjian/OEMC" ], [ "https://github.com/renweidian/GTNN" ], [ "https://github.com/lauzingaretti/deepaps" ], [ "https://github.com/reinator/splace" ], [ "https://github.com/hellosunking/Msuite" ], [ "https://github.com/hellosunking/Msuite" ], [ "https://github.com/kypraios/epiABC" ], [ "https://github.com/huynguyen250896/DrGA" ], [ "https://github.com/CMDM-Lab/MSIr" ], [ "https://github.com/sirimullalab/redial-2020" ], [ "https://github.com/SamYWK/Associated_Learning" ], [ "https://github.com/compomics/pout2prot" ], [ "https://github.com/BonilKoo/ML_purity" ], [ "https://github.com/MSBradshaw/FakeData" ], [ "https://github.com/leonweber/drugprot" ], [ "https://github.com/cnsb-boston/Omics_Notebook" ], [ "https://github.com/chenzeno/FOO-VB" ], [ "https://github.com/ZhangLab312/DPAMSA" ], [ "https://github.com/crystalzina/NIOTenRPCA" ], [ "https://github.com/changlabtw/hicmaptools" ], [ "https://github.com/nolan-h-hamilton/ROCCO" ], [ "https://github.com/ghar1821/ParetoBench" ], [ "https://github.com/venguix/NeoRS" ], [ "https://github.com/gobics/uproc" ], [ "https://github.com/hughests/decon1d" ], [ "https://github.com/CYB08/ATPGCN" ], [ "https://github.com/SY575/COVID19-CT" ], [ "https://github.com/Hangwei-Chen/CLSAP-Net" ], [ "https://github.com/davidebolo1993/EViNCe" ], [ "https://github.com/elolab/scshaper" ], [ "https://github.com/mengyou2/PCVS" ], [ "https://github.com/TNTurnerLab/ACES" ], [ "https://github.com/MathLee/OLBPNet4PFOS" ], [ "https://github.com/xjtu-omics/MEpurity" ], [ "https://github.com/wzhy2000/Funmap2" ], [ "https://github.com/baderzone/biopartsdb" ], [ "https://github.com/MoyangSensei/CARN-Pytorch" ], [ "https://github.com/mbarbie1/SliceMap" ], [ "https://github.com/Anonnoname/G2GT_2" ], [ "https://github.com/datax-lab/HipoMap" ], [ "https://github.com/hellosunking/Msuite" ], [ "https://github.com/Huairui/LSTVC" ], [ "https://github.com/HengLan/AttMOT" ], [ "https://github.com/STOmics/BatchEval" ], [ "https://github.com/XuesiDong/TOBMI" ], [ "https://github.com/hellosunking/Msuite" ], [ "https://github.com/kensung-lab/SVsearcher" ], [ "https://github.com/jaydchan/tawny-karyotype" ], [ "https://github.com/EsmaeilNourani/Deep-GDAE" ], [ "https://github.com/tripal/tripal_elasticsearch" ], [ "https://github.com/hellosunking/Msuite" ], [ "https://github.com/lijincm/CoCa" ], [ "https://github.com/dbespiatykh/RDscan" ], [ "https://github.com/MiriamRiquelmeP/DEVEA" ], [ "https://github.com/hellosunking/Msuite" ], [ "https://github.com/FudanVI/MAEcho" ], [ "https://github.com/pbagos/juchmme" ], [ "https://github.com/geyao-c/MedGAN" ], [ "https://github.com/hellosunking/Msuite" ], [ "https://github.com/empiricalbayes/CSCDRNA" ], [ "https://github.com/BAMeScience/PepGM" ], [ "https://github.com/SJTUBME-QianLab/UDAseg" ], [ "https://github.com/mathijsraemaekers/Cgrid-toolbox" ], [ "https://github.com/CSB5/TUGDA" ], [ "https://github.com/mwatkin8/FHIR-Lab-Reports-App" ], [ "https://github.com/NetLand-NTU/HopLand" ], [ "https://github.com/naivete5656/MDMLM" ], [ "https://github.com/hurraygong/MU3DSP" ], [ "https://github.com/wangyida/gm-cml" ], [ "https://github.com/hillerlab/CESAR" ], [ "https://github.com/biodataganache/SIEVE-Ub" ], [ "https://github.com/theislab/kbranches" ], [ "https://github.com/CompMeth/VSeq-Toolkit" ], [ "https://github.com/EsakaK/LSSVC" ], [ "https://github.com/adbailey4/nanopolish" ], [ "https://github.com/tudorgroza/fast_hpo_cr" ], [ "https://github.com/Xinyil256/RAUNA2023" ], [ "https://github.com/loubator/MultiRNAflow" ], [ "https://github.com/zhenchengfang/PlasGUN" ], [ "https://github.com/hellosunking/Msuite" ], [ "https://github.com/SuLab/MechRepoNet" ], [ "https://github.com/kr-colab/mapNN" ], [ "https://github.com/TJU-CMC-Org/isoMiRmap" ], [ "https://github.com/Xiaoqiang-Yan/DCIB" ], [ "https://github.com/ziyili20/DistributedLearningPredictor" ], [ "https://github.com/NLPIE/clinical-sentences" ], [ "https://github.com/CityU-AIM-Group/FedOSS" ], [ "https://github.com/rajkumar1501/sequence-prediction-using-CNN-and-LSTMs" ], [ "https://github.com/baillielab/maic" ], [ "https://github.com/PlanesLab/gMCSpy" ], [ "https://github.com/MICLab-Unicamp/HypAST" ], [ "https://github.com/jessegmeyerlab/MIMaL" ], [ "https://github.com/ay-lab/AveSim" ], [ "https://github.com/pharmbio/LC-MS-Pachyderm" ], [ "https://github.com/XuefengBUPT/TOD_OMR" ], [ "https://github.com/soduco/Benchmark_historical_map_vectorization" ], [ "https://github.com/wanyunzh/TriNet" ], [ "https://github.com/gjonwick/MAGI-Dock" ], [ "https://github.com/Socrates023/DCPHA" ], [ "https://github.com/Roestlab/DrawAlignR" ], [ "https://github.com/jiangdat/COMI" ], [ "https://github.com/ugobas/tnm" ], [ "https://github.com/VITA-Group/PruneCXR" ], [ "https://github.com/VITA-Group/PruneCXR" ], [ "https://github.com/VITA-Group/PruneCXR" ], [ "https://github.com/sing-group/seda" ], [ "https://github.com/wang3702/CoSeg" ], [ "https://github.com/galenbr/2021ActiveVision" ], [ "https://github.com/VITA-Group/PruneCXR" ], [ "https://github.com/IVC-Projects/NRS" ], [ "https://github.com/llluochen/AMSUnet" ], [ "https://github.com/rsinghlab/scGrapHiC" ], [ "https://github.com/xandery-geek/BadCM" ], [ "https://github.com/TheMillerLab/genetex" ], [ "https://github.com/tada-alg/TADA" ], [ "https://github.com/leklab/mito_visualize" ], [ "https://github.com/yhoogstrate/flaimapper" ], [ "https://github.com/JsongZhang/CDOA-for-UMTD" ], [ "https://github.com/Monash-CyPhi-AI-Research-Lab/ernet" ], [ "https://github.com/sing-group/seda" ], [ "https://github.com/feltus/BDSS" ], [ "https://github.com/rymc/a-dataset-for-indoor-localization-using-a-smart-home-in-a-box" ], [ "https://github.com/RidongHan/DocRE-Co-Occur" ], [ "https://github.com/MichalRozenwald/Hi-ChIP-ML" ], [ "https://github.com/jahnl/binding_in_disorder" ], [ "https://github.com/BDM-Lab/Hierarchical3DGenome" ], [ "https://github.com/sing-group/seda" ], [ "https://github.com/RudiSchill/MHN" ], [ "https://github.com/rauschenberger/starnet" ], [ "https://github.com/billyhw/GSALightning" ], [ "https://github.com/JINJINT/ESCO" ], [ "https://github.com/BioinformaticsCSU/MultiNanopolish" ], [ "https://github.com/Zwei-inc/panclassif" ], [ "https://github.com/sing-group/seda" ], [ "https://github.com/freshman97/CSU" ], [ "https://github.com/gmarcais/minimizers" ], [ "https://github.com/reymond-group/webMolCS" ], [ "https://github.com/markovmodel/PySFD" ], [ "https://github.com/hoerlteam/YeastMate" ], [ "https://github.com/anhnda/ADRPModels" ], [ "https://github.com/yxxue/MetaRib" ], [ "https://github.com/adigherman/Rxnat" ], [ "https://github.com/zhanglabNKU/APIN" ], [ "https://github.com/ivankovlab/template-vs-model" ], [ "https://github.com/tdw1221/NITUMID" ], [ "https://github.com/jizexuan/JointOptmization" ], [ "https://github.com/xiangxuyu/2stepQA" ], [ "https://github.com/ugobas/tnm" ], [ "https://github.com/mitogen/gabac" ], [ "https://github.com/runsheng/primervcf" ], [ "https://github.com/missuse/ragp" ], [ "https://github.com/omorante/shinyepico" ], [ "https://github.com/LiuLab-CSRC/NePre" ], [ "https://github.com/XiDsLab/scRMD" ], [ "https://github.com/laczkol/QVG" ], [ "https://github.com/pnnl/Active-Sampling-for-Atomistic-Potentials" ], [ "https://github.com/Tinysqua/UWAFA-GAN" ], [ "https://github.com/single-cell-mams/mams" ], [ "https://github.com/Bhattacharya-Lab/lociPARSE" ], [ "https://github.com/Sunmile/IMPMD" ], [ "https://github.com/Tongdongq/darwin-gpu" ], [ "https://github.com/lbf-ijs/DiffusiveDynamics" ], [ "https://github.com/menicgiulia/CPIExtract" ], [ "https://github.com/mrazvan22/dkt" ], [ "https://github.com/sing-group/seda" ], [ "https://github.com/sing-group/seda" ], [ "https://github.com/xypan1232/DislncRF" ], [ "https://github.com/sing-group/seda" ], [ "https://github.com/superphy/insilico-subtyping" ], [ "https://github.com/sing-group/seda" ], [ "https://github.com/iochoa/MassComp" ], [ "https://github.com/biodev/HitWalker2" ], [ "https://github.com/Arty40m/AliNA" ], [ "https://github.com/zjut-gwl/CSDRCANet" ], [ "https://github.com/JaneJiayiDong/scPreGAN" ], [ "https://github.com/McGregorWwww/MCA-UNet" ], [ "https://github.com/XT-1997/vitmvt" ], [ "https://github.com/ugcd/solarius" ], [ "https://github.com/xmuyulab/Diamond" ], [ "https://github.com/treangenlab/komb" ], [ "https://github.com/andrewhaoyu/TOP" ], [ "https://github.com/rishavpramanik/AAPSO" ], [ "https://github.com/sshaghayeghs/NMF-DR" ], [ "https://github.com/ZiqiaoZhang/FraSICL" ], [ "https://github.com/HustAlexander/MCWSS" ], [ "https://github.com/WenbinLee/DefensiveFSL" ], [ "https://github.com/junjun-jiang/MSSG" ], [ "https://github.com/ifaust83/cgheliparm" ], [ "https://github.com/LangeLab/SQuAPP" ], [ "https://github.com/linDing-groups/Deep-4mCW2V" ], [ "https://github.com/studla/RYUTO" ], [ "https://github.com/Luo-SynBioLab/ThermoFinder" ], [ "https://github.com/samsonweiner/CNAsim" ], [ "https://github.com/Janet-xujing-1216/SafeCrowdNav" ], [ "https://github.com/ciceklab/targeted_brain_tumor_margin_assessment" ], [ "https://github.com/ncats/RaMP-Client" ], [ "https://github.com/fuad021/biomarker-identification" ], [ "https://github.com/kundajelab/yuzu" ], [ "https://github.com/zsy-9/STNN-DDI" ], [ "https://github.com/shamimarashid/Jupytope" ], [ "https://github.com/Dawn5786/CoCRF-TrackNet" ], [ "https://github.com/Snehalikalall/sc-REnF" ], [ "https://github.com/langjidong/NanoSTR" ], [ "https://github.com/argymeg/MetaboCraft" ], [ "https://github.com/phineasng/DECODE" ], [ "https://github.com/ylab-hi/ScanExitronLR" ], [ "https://github.com/HKUST-NISL/GEDDnet" ], [ "https://github.com/xianchaoguan/GramGAN" ], [ "https://github.com/ugobas/tnm" ], [ "https://github.com/ugobas/tnm" ], [ "https://github.com/ugobas/tnm" ], [ "https://github.com/yaozhong/deepIntraSV" ], [ "https://github.com/guilledufort/RENANO" ], [ "https://github.com/xuefenfei712/mapDATAge" ], [ "https://github.com/InfOmics/GRAFIMO" ], [ "https://github.com/Brikwerk/MEM-FS" ], [ "https://github.com/hyulab/BISQUE" ], [ "https://github.com/jiaming-wang/EIP" ], [ "https://github.com/ocbe-uio/bayesynergy" ], [ "https://github.com/MDU-PHL/ngmaster" ], [ "https://github.com/MathSZhang/CALLR" ], [ "https://github.com/SteMIDIfactory/P-DOR" ], [ "https://github.com/npwilliams09/docknet" ], [ "https://github.com/davidkartchner/biomedical-entity-linking" ], [ "https://github.com/fabkury/paamia2015" ], [ "https://github.com/AllenSpike/CPDR" ], [ "https://github.com/ashleylqx/WeakFixation" ], [ "https://github.com/bioinfo-tsukuba/CCPLS" ], [ "https://github.com/vigi30/Clinical-GAN" ], [ "https://github.com/ugobas/tnm" ], [ "https://github.com/ugobas/tnm" ], [ "https://github.com/ugobas/tnm" ], [ "https://github.com/ugobas/tnm" ], [ "https://github.com/ugobas/tnm" ], [ "https://github.com/ugobas/tnm" ], [ "https://github.com/anuradhawick/GraphPlas" ], [ "https://github.com/kcl-bhi/mapper-pipeline" ], [ "https://github.com/rachelgriffard/optima" ], [ "https://github.com/burakalakuss/COVID-19-Clinical" ], [ "https://github.com/Li-X-P/Code-of-Robust-Tensor-Completion" ], [ "https://github.com/mandricigor/isoem2" ], [ "https://github.com/bearshng/smds-net" ], [ "https://github.com/ujemd/NSS-of-LWIR-and-Vissible-Images" ], [ "https://github.com/PGB-LIV/lcmsWorld" ], [ "https://github.com/molsysbio/STASNet" ], [ "https://github.com/kris-nader/sp-type" ], [ "https://github.com/quantitativeimaging/ELM" ], [ "https://github.com/WheelerLab/LAI_benchmarking" ], [ "https://github.com/lileitech/MI_inverse_inference" ], [ "https://github.com/bionetslab/robust" ], [ "https://github.com/ChiungTingWu/CAM3" ], [ "https://github.com/benoukraflab/TFregulomeR" ], [ "https://github.com/yangyq505/MHRWR" ], [ "https://github.com/gersteinlab/topicnet" ], [ "https://github.com/uclahs-cds/package-PipeVal" ], [ "https://github.com/szu-zzb/polypsegplus" ], [ "https://github.com/BigDataBiology/SemiBin2_benchmark" ], [ "https://github.com/cmcb-warwick/KiT" ], [ "https://github.com/datngu/Circall" ], [ "https://github.com/LauraPS1/TFEA" ], [ "https://github.com/wonanut/SETE" ], [ "https://github.com/WeehowTang/SSL-rebalancingtest" ], [ "https://github.com/CBMi-BiG/bamchop" ], [ "https://github.com/ZENGYIMING-EAMON/SPCV" ], [ "https://github.com/SiWolf/SCORE" ], [ "https://github.com/ManuelLamothe/RapidACi" ], [ "https://github.com/tiggers23/TSCE-Domain-Adaptive-Zero-Shot-Learning" ], [ "https://github.com/zjy2050/HDCRL-ReID" ], [ "https://github.com/runsheng/primerdiffer" ], [ "https://github.com/jingjin25/LFhybridSR-Fusion" ], [ "https://github.com/tianguolangzi/DSBS" ], [ "https://github.com/BodenmillerGroup/cytoviewer" ], [ "https://github.com/equipeGST/RiboDoc" ], [ "https://github.com/Jiang-HB/ac_CDQ" ], [ "https://github.com/BDanalysis/aitac" ], [ "https://github.com/BlanchetteLab/DendroNet" ], [ "https://github.com/lab206/CCF-BC" ], [ "https://github.com/covid-19-ontology/covid-19" ], [ "https://github.com/lalonderodney/INN-Inflated-Neural-Nets" ], [ "https://github.com/cucpbioinfo/Mol-Zero-GAN" ], [ "https://github.com/a-ignatieva/kwarg" ], [ "https://github.com/Wang-lab-UCSD/AntPack" ], [ "https://github.com/Baron-Huang/ViT-AMCNet" ], [ "https://github.com/yevgenin/DeepOM" ], [ "https://github.com/RoelandKindt/AlleleShift" ], [ "https://github.com/Topwood91/FSVA" ], [ "https://github.com/r-costa/sbml2hyb" ], [ "https://github.com/galadrielbriere/ClustOmics" ], [ "https://github.com/ugobas/tnm" ], [ "https://github.com/Krisloveless/ChrNet" ], [ "https://github.com/e-oerton/disease-similarity-fusion" ], [ "https://github.com/ugobas/tnm" ], [ "https://github.com/zhc940702/CGATCPred" ], [ "https://github.com/pbdas/scrapp" ], [ "https://github.com/uclahs-cds/pipeline-call-sSNV" ], [ "https://github.com/smarini/tardis-phylogenetics" ], [ "https://github.com/hyhRise/P-SSN" ], [ "https://github.com/francescojm/CELLector_App" ], [ "https://github.com/LegumeFederation/gcvit" ], [ "https://github.com/UCDenver-ccp/Ignorance-Question-Work" ], [ "https://github.com/ParBLiSS/bruno" ], [ "https://github.com/vcl-iisc/robust-few-shot-learning" ], [ "https://github.com/MoreiraLAB/DrugTax" ], [ "https://github.com/DessimozLab/omamo" ], [ "https://github.com/subangstrom/superAngle" ], [ "https://github.com/subangstrom/superAngle" ], [ "https://github.com/Sanofi-Public/LipoBART" ], [ "https://github.com/merck/MolPROP" ], [ "https://github.com/subangstrom/superAngle" ], [ "https://github.com/subangstrom/superAngle" ], [ "https://github.com/LanLab/SaLTy" ], [ "https://github.com/RobinCSIRO/AFR-Net" ], [ "https://github.com/bioarch-sjh/bacollite" ], [ "https://github.com/bihealth/WiPP" ], [ "https://github.com/ugobas/tnm" ], [ "https://github.com/VirtualPlants/draco-stem" ], [ "https://github.com/atfrank/RNAPosers" ], [ "https://github.com/vagkaratzas/PathWalks" ], [ "https://github.com/Rob-murphys/ribdif" ], [ "https://github.com/keita-iida/ASURATBI" ], [ "https://github.com/BIONF/protTrace" ], [ "https://github.com/OnofreyLab/prostate_atlas_segm_miccai2022" ], [ "https://github.com/Alina-1997/visual-distortion-in-attack" ], [ "https://github.com/GalGilad/TAU" ], [ "https://github.com/jig4003/Ragas" ], [ "https://github.com/erasmus-center-for-biomics/Nimbus" ], [ "https://github.com/jamigo/tagFinder" ], [ "https://github.com/wangyxxjtu/ReGO-Pytorch" ], [ "https://github.com/Gabriel439/suns-cmd" ], [ "https://github.com/NoiseLab-RLiu/Automate-PDE-identification" ], [ "https://github.com/Rohit-Kundu/AltWOA" ], [ "https://github.com/jchen1981/MicrobiomeDDA" ], [ "https://github.com/EESI/sequence_attention" ], [ "https://github.com/SGDDNB/CLIPreg" ], [ "https://github.com/genostats/Ravages" ], [ "https://github.com/fanglab/MatrixEpistasis" ], [ "https://github.com/Zhiqin-HUANG/confFuse" ], [ "https://github.com/ConesaLab/MultiBaC" ], [ "https://github.com/QZangXDU/SPENet" ], [ "https://github.com/pmharrison/flps" ], [ "https://github.com/kendziorski-lab/SpatialView" ], [ "https://github.com/WxTu/RITR" ], [ "https://github.com/farshidrayhanuiu/FRnet-DTI" ], [ "https://github.com/AngryCai/AMKSC" ], [ "https://github.com/aet21/ebGSEA" ], [ "https://github.com/TimGarrels/LazyFox" ], [ "https://github.com/jglamine/phage" ], [ "https://github.com/Tammie-Li/MTCN" ], [ "https://github.com/wxwx1993/Bayesian_IA_Timing" ], [ "https://github.com/LiDinga/CGTP" ], [ "https://github.com/at-cg/ContainX" ], [ "https://github.com/zmmzGitHub/MTL-BC-LBC-BioNER" ], [ "https://github.com/shuangj00/HARMONIES" ], [ "https://github.com/zikai1/CrossModReg" ], [ "https://github.com/envima/spatialMaxent" ], [ "https://github.com/JimZAI/MODE-OOD" ], [ "https://github.com/genepi-freiburg/pgainsim" ], [ "https://github.com/Peppags/CRISPRont-CRISPRofft" ], [ "https://github.com/anmabu/beeRapp" ], [ "https://github.com/grzsko/Alignstein" ], [ "https://github.com/csclab/RMut" ], [ "https://github.com/Tagliacollo/PartitionUCE" ], [ "https://github.com/lifs-tools/jmzTab-m" ], [ "https://github.com/sysbiolux/DCcov" ], [ "https://github.com/skr1/Imagene" ], [ "https://github.com/ldrunning/DSSNet" ], [ "https://github.com/WillDreamer/PEACE" ], [ "https://github.com/Frank-Orwell/scTIM" ], [ "https://github.com/HIT-Bioinformatics/rHAT" ], [ "https://github.com/jlp2duke/EnsCat" ], [ "https://github.com/emdadi/HMMPE" ], [ "https://github.com/subangstrom/superAngle" ], [ "https://github.com/subangstrom/superAngle" ], [ "https://github.com/SchubertLab/JessEV" ], [ "https://github.com/subangstrom/superAngle" ], [ "https://github.com/haidyi/cvxbiclustr" ], [ "https://github.com/JieZheng-ShanghaiTech/TMELand" ], [ "https://github.com/subangstrom/superAngle" ], [ "https://github.com/TravisWheelerLab/VIBES" ], [ "https://github.com/mesve/SpecieScan" ], [ "https://github.com/sybila/biodivine-aeon-py" ], [ "https://github.com/bornea/APOSTL" ], [ "https://github.com/birnbaumlab/MAD-HYPE" ], [ "https://github.com/biomedbigdata/ASimulatoR" ], [ "https://github.com/nalarbp/graphsnp" ], [ "https://github.com/CrisesUrv/microaggregation-based_anonymization_tool" ], [ "https://github.com/LupienLab/SMURF" ], [ "https://github.com/Tan-group/cgRNASP" ], [ "https://github.com/jnalanko/VOMM" ], [ "https://github.com/loopasam/ftc" ], [ "https://github.com/zhuangcheng31/MLG_Face" ], [ "https://github.com/bmuchmore/CymeR" ], [ "https://github.com/biointec/jesse" ], [ "https://github.com/LingyiC/CASCC" ], [ "https://github.com/qcuaeh/molalignlib" ], [ "https://github.com/yzc1122333/BoneAgeAss" ], [ "https://github.com/nowander/WaveNet" ], [ "https://github.com/byemaxx/BlastGUI" ], [ "https://github.com/vandeppce/sphkpt" ], [ "https://github.com/hitbc/rMETL" ], [ "https://github.com/wl-zhao/VideoABC" ], [ "https://github.com/scientificomputing/BRIDGE" ], [ "https://github.com/minotm/NTA" ], [ "https://github.com/jun-inoue/ORTHOSCOPE_STAR" ], [ "https://github.com/ZerojumpLine/JCSAugment" ], [ "https://github.com/CERENADevelopers/CERENA" ], [ "https://github.com/Wrrzag/DiseaseDiscovery" ], [ "https://github.com/zhangwei2015/IMPre" ], [ "https://github.com/LeeMendelowitz/maligner" ], [ "https://github.com/ocbe-uio/TrajPy" ], [ "https://github.com/tmllab/TAIDTM" ], [ "https://github.com/henry-leo/Patpat" ], [ "https://github.com/CXX1113/Dual-DropoutGCN" ], [ "https://github.com/liujin66/iAMP-CA2L" ], [ "https://github.com/RanSuLab/Hepatotoxicity" ], [ "https://github.com/TurakhiaLab/rivet" ], [ "https://github.com/781458112/DWWA" ], [ "https://github.com/radamsRHA/GppFst" ], [ "https://github.com/UnixJunkie/rankers" ], [ "https://github.com/CDCgov/PoSE" ], [ "https://github.com/megrawlab/IndeCut" ], [ "https://github.com/vidarmehr/ChIPWig-v2" ], [ "https://github.com/connor-lab/vapor" ], [ "https://github.com/pengsl-lab/BioERP" ], [ "https://github.com/CARPEM/GalaxyDocker" ], [ "https://github.com/BioinformaticsCSU/LongRepMarker" ], [ "https://github.com/lptolik/R4Kappa" ], [ "https://github.com/structuralbioinformatics/SBILib" ], [ "https://github.com/jwist/hastaLaVista" ], [ "https://github.com/lelaboratoire/tpot-fss" ], [ "https://github.com/TalusBio/nf-encyclopedia" ], [ "https://github.com/JiayuanWang-JW/DC-cycleGAN" ], [ "https://github.com/lmc297/BTyper" ], [ "https://github.com/Christina-hshi/CQF-deNoise" ], [ "https://github.com/FuyuLi/FLED" ], [ "https://github.com/drzeeshanahmed/intelligenes" ], [ "https://github.com/MinjieWan/Unsupervised-end-to-end-infrared-and-visible-image-fusion-network-using-learnable-fusion-strategy" ], [ "https://github.com/stefanofranzini/essHIC" ], [ "https://github.com/huanglikun/BRM" ], [ "https://github.com/microDECT/DECTDec" ], [ "https://github.com/dlcgold/muPBWT" ], [ "https://github.com/LiangYu-Xidian/MDPBMP" ], [ "https://github.com/mehmetgonen/path2surv" ], [ "https://github.com/rnaer/seqel" ], [ "https://github.com/justin13601/AnnoDash" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/123fxdx/CNNvisualizationTSGB" ], [ "https://github.com/hitbc/deBWT" ], [ "https://github.com/erikagardini/spathial" ], [ "https://github.com/ZSI-Bio/variantsdwh" ], [ "https://github.com/krumsieklab/MoDentify" ], [ "https://github.com/gxq1998/MCP-Net" ], [ "https://github.com/maryamrabiee/quco" ], [ "https://github.com/freh-g/genopyc" ], [ "https://github.com/zhouweiyg/metaspark" ], [ "https://github.com/zky0708/2DImpute" ], [ "https://github.com/NGS-lib/NGSplusplus" ], [ "https://github.com/svip-lab/SphericalDNNs" ], [ "https://github.com/LM-UGent/GenDisCal" ], [ "https://github.com/guopengf/CG-SAMR" ], [ "https://github.com/solgenomics/Tea" ], [ "https://github.com/ITBE-Lab/seed-evaluation" ], [ "https://github.com/bioinformatics-polito/DEEPrior" ], [ "https://github.com/NX4/nx4" ], [ "https://github.com/DHUDEBLab/DMFDDI" ], [ "https://github.com/wmalab/HiCube" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/rrwabina/SDENet-UQ-ESL" ], [ "https://github.com/jaegyoonahn/RASER" ], [ "https://github.com/mohimanilab/MS2Planner" ], [ "https://github.com/broadinstitute/tangent" ], [ "https://github.com/cma2015/DEM" ], [ "https://github.com/Vincent-1125/Uncertainty-Quantification-on-Clinical-Trial-Outcome-Prediction" ], [ "https://github.com/huangdonghere/MDEC" ], [ "https://github.com/FemeniasM/ExplorATE_shell_script" ], [ "https://github.com/zqfang/gnnhap" ], [ "https://github.com/lin-lab/COVID19-Rt" ], [ "https://github.com/montecuollo/E2FM" ], [ "https://github.com/yunzhang813/FUNNEL-GSEA-R-Package" ], [ "https://github.com/malabz/FMAlign2" ], [ "https://github.com/cusbg/AHoJ-project" ], [ "https://github.com/hagax8/drugtargetor" ], [ "https://github.com/Orin-beep/HOTSPOT" ], [ "https://github.com/janscience/adaptationprimer" ], [ "https://github.com/calvin-zcx/SCEHR" ], [ "https://github.com/kirstvh/BioCCP" ], [ "https://github.com/dmitrymyl/ortho2align" ], [ "https://github.com/JunjieWang95/dmve" ], [ "https://github.com/luo-group/GraNA" ], [ "https://github.com/bihealth/clear-cnv" ], [ "https://github.com/tskit-dev/tstrait" ], [ "https://github.com/tskit-dev/tstrait" ], [ "https://github.com/tskit-dev/tstrait" ], [ "https://github.com/tskit-dev/tstrait" ], [ "https://github.com/FOIL-NU/RainbowSTORM" ], [ "https://github.com/EbmeyerSt/GEnView" ], [ "https://github.com/tskit-dev/tstrait" ], [ "https://github.com/luffy563/circRNA_tools_comparison" ], [ "https://github.com/limengyang1992/lpl" ], [ "https://github.com/Malga-Vision/VisionTool" ], [ "https://github.com/weisscharlesj/BiopythonRamachandran" ], [ "https://github.com/RuggeroFerrazza/IsotopicLabelling" ], [ "https://github.com/TVayne/GroupMorph" ], [ "https://github.com/wangsy11/InfMod3DGen" ], [ "https://github.com/RNABioInfo/rna-interaction-format" ], [ "https://github.com/jiasongchen/SymTC" ], [ "https://github.com/DL-WG/SCDNN-TS" ], [ "https://github.com/mwsill/s4vdpca" ], [ "https://github.com/rcanovas/libCSAM" ], [ "https://github.com/rcanovas/libCSAM" ], [ "https://github.com/rcanovas/libCSAM" ], [ "https://github.com/wanghq05/MS-GCN" ], [ "https://github.com/rcanovas/libCSAM" ], [ "https://github.com/magicDGS/ReadTools" ], [ "https://github.com/alcu/sms" ], [ "https://github.com/ziyangwang007/TriConvUNeXt" ], [ "https://github.com/JHnlp/BC5CIDTask" ], [ "https://github.com/chang88ye/NIHBA" ], [ "https://github.com/tskit-dev/tstrait" ], [ "https://github.com/lauromoraes/CapsNet-promoter" ], [ "https://github.com/tskit-dev/tstrait" ], [ "https://github.com/TearsWaiting/ACPred-LAF" ], [ "https://github.com/zhanglijun95/TreeMTL" ], [ "https://github.com/Bobay-Ochman/ConSpeciFix" ], [ "https://github.com/bioinfomaticsCSU/MEC" ], [ "https://github.com/CellDynamics/QuimP" ], [ "https://github.com/huiwenke/MineProt" ], [ "https://github.com/PRIS-CV/RTMem" ], [ "https://github.com/yangence/MTM" ], [ "https://github.com/subangstrom/DeepDiffraction" ], [ "https://github.com/rcanovas/libCSAM" ], [ "https://github.com/rcanovas/libCSAM" ], [ "https://github.com/rcanovas/libCSAM" ], [ "https://github.com/SushiLab/mTAGs" ], [ "https://github.com/MDhewei/GuidePro" ], [ "https://github.com/ViennaRNA/drforna" ], [ "https://github.com/ChaozhongLiu/scGREAT" ], [ "https://github.com/mgtools/myRT" ], [ "https://github.com/rcanovas/libCSAM" ], [ "https://github.com/tgrimes/SeqNet" ], [ "https://github.com/SchulzLab/Triangulate" ], [ "https://github.com/precisionomics/PRESM" ], [ "https://github.com/wangronglu/BNRR" ], [ "https://github.com/rtahmasbi/GeneEvolve" ], [ "https://github.com/dcouvin/SpolLineages" ], [ "https://github.com/KHanghoj/NGSremix" ], [ "https://github.com/AstraZeneca/hsqc_structure_elucidation" ], [ "https://github.com/chaoning/GMA" ], [ "https://github.com/sdk15/insectOR" ], [ "https://github.com/HelikarLab/COMO" ], [ "https://github.com/stanikae/jekesa" ], [ "https://github.com/mjskay/ggdist-paper" ], [ "https://github.com/fallerlab/Ribo-ODDR" ], [ "https://github.com/CasedUgr/KnowSeq" ], [ "https://github.com/SatyajitECE/DNN-XGB-for-PPI-Prediction" ], [ "https://github.com/liudoubletian/eBay" ], [ "https://github.com/zhanghfd/contamDE" ], [ "https://github.com/HarryPotterXTX/HOPE" ], [ "https://github.com/marseille-proteomique/DIAgui" ], [ "https://github.com/tskit-dev/tstrait" ], [ "https://github.com/MarekSlenker/MorphoTools2" ], [ "https://github.com/doraadong/MESSI" ], [ "https://github.com/QueuQ/HPNs" ], [ "https://github.com/Public-Health-Bioinformatics/kipper" ], [ "https://github.com/louyinxia/jointRN" ], [ "https://github.com/adityakumarakash/ICL" ], [ "https://github.com/jonastjoms/MANNERS-DB" ], [ "https://github.com/Pechli-Lab/SurvdigitizeR" ], [ "https://github.com/manuellafond/HyPPO" ], [ "https://github.com/rdiaz02/OncoSimul" ], [ "https://github.com/melop/admixem" ], [ "https://github.com/molevol-ub/galeon" ], [ "https://github.com/clangmead/PROTOCOL" ], [ "https://github.com/hujingtao/SAMCL" ], [ "https://github.com/HillLab/SomaticSiMu" ], [ "https://github.com/tyo-nu/MINE-Server" ], [ "https://github.com/lrq99/ALMS" ], [ "https://github.com/nanxiaotong/STKD" ], [ "https://github.com/ljbuaa/CST_TVA_DRTL" ], [ "https://github.com/sgreer77/gemtools" ], [ "https://github.com/maayanlab/prismexp" ], [ "https://github.com/ice91/CloudBrush" ], [ "https://github.com/vllrs/genomicSimulation" ], [ "https://github.com/LQCT/BitQT" ], [ "https://github.com/liuji93/DCM" ], [ "https://github.com/CMU-SAFARI/Optimal-Seed-Solver" ], [ "https://github.com/mbanf/METACLUSTER" ], [ "https://github.com/yanglixiaoshen/ProVQA" ], [ "https://github.com/CSB5/atminter" ], [ "https://github.com/kentsisresearchgroup/ProteomeGenerator2" ], [ "https://github.com/yifuLu/GMHCC" ], [ "https://github.com/m4merg/EphaGen" ], [ "https://github.com/lasseignelab/CINmetrics" ], [ "https://github.com/haohang96/CSML" ], [ "https://github.com/ImgSciGroup/ITSA" ], [ "https://github.com/xq141839/DualAttNet" ], [ "https://github.com/xinliangSun/AdaDR" ], [ "https://github.com/SPIDDOR/SPIDDOR" ], [ "https://github.com/jvlehtonen/brutenib" ], [ "https://github.com/sbgn/cd2sbgnml" ], [ "https://github.com/huanghanchi/Master-slave-Algorithm-for-Top-K-Bandits" ], [ "https://github.com/miladrayka/GB_Score" ], [ "https://github.com/danier97/BVI-VFI-database" ], [ "https://github.com/fmfi-compbio/heron" ], [ "https://github.com/Zhangxf-ccnu/EnImpute" ], [ "https://github.com/sys-bio/AMAS" ], [ "https://github.com/DongjoonLim/EvoLSTM" ], [ "https://github.com/BorgwardtLab/SiNIMin" ], [ "https://github.com/oicr-ibc/cssscl" ], [ "https://github.com/PNNL-m-q/mzapy" ], [ "https://github.com/MantangGuo/CW4VS" ], [ "https://github.com/dpmlab/img2fmri" ], [ "https://github.com/BMILAB/movAPA" ], [ "https://github.com/Minimel/StochasticBatchAL" ], [ "https://github.com/chenyian-nibio/manta" ], [ "https://github.com/phglab/MIRUReader" ], [ "https://github.com/friedlanderlab/mirtrace" ], [ "https://github.com/mandricigor/repeat-aware" ], [ "https://github.com/wangjun1996/VisFeature" ], [ "https://github.com/tacazares/SeedMatchR" ], [ "https://github.com/malabz/TPMA" ], [ "https://github.com/ATPs/PrecisionProDB" ], [ "https://github.com/yzhang511/density_decoding" ], [ "https://github.com/keio-bioinformatics/mxfold" ], [ "https://github.com/Merrical/PADL" ], [ "https://github.com/WT215/bayNorm_papercode" ], [ "https://github.com/chrisjackson-pellicle/hybpiper-nf" ], [ "https://github.com/Gregor-Mendel-Institute/tissue-enrichment-test" ], [ "https://github.com/robotology/natural-speech" ], [ "https://github.com/zhangtaolab/CRISPRMatch" ], [ "https://github.com/kalpeshjp89/DUSGAN" ], [ "https://github.com/idruglab/ChemBC" ], [ "https://github.com/federicogiorgi/giorgilab" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/ZW01f/Blink-To-Live" ], [ "https://github.com/narutoten520/SCGDL" ], [ "https://github.com/cmzuo11/DCCA" ], [ "https://github.com/zenanz/ChemTables" ], [ "https://github.com/nczub/SerotoninAI_streamlit" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/Knowledge-Graph-Hub/kg-phenio" ], [ "https://github.com/MaximilianBeckers/SPOC" ], [ "https://github.com/akiyamalab/restretto" ], [ "https://github.com/skywolf829/APMGSRN" ], [ "https://github.com/szpiech/garlic" ], [ "https://github.com/scdantu/pycom" ], [ "https://github.com/stjude/seaseq" ], [ "https://github.com/ConesaLab/padhoc" ], [ "https://github.com/xmuyulab/Dice-XMBD" ], [ "https://github.com/ablab-nthu/CSAR" ], [ "https://github.com/anlingUA/scDoc" ], [ "https://github.com/fulxie/RefFinder" ], [ "https://github.com/ratschlab/secedo" ], [ "https://github.com/glycoinfo/GlycanFormatConverter" ], [ "https://github.com/sylvainprigent/napari-stracking" ], [ "https://github.com/wangfuli/T-HyperGNNs" ], [ "https://github.com/deargen/DearWXpub" ], [ "https://github.com/kochgroup/kinase_nnfp" ], [ "https://github.com/deremustapha/BSS-ViT" ], [ "https://github.com/Gao-xiyuan/FCT" ], [ "https://github.com/liujunfengtop/MStree" ], [ "https://github.com/Myuan2019/SCEBE" ], [ "https://github.com/nfdi4cat/Ontology-Overview-of-NFDI4Cat" ], [ "https://github.com/tongchf/gmRAD" ], [ "https://github.com/ermshaua/preon" ], [ "https://github.com/GGFHF/NGShelper" ], [ "https://github.com/SouthGreenPlatform/PanExplorer" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/BioMolecularPhysicsGroup-UNCC/MachineLearning" ], [ "https://github.com/shenkqtx/SAR-Colorization-Benchmarking-Protocol" ], [ "https://github.com/HIT-ImmunologyLab/PhageTailFinder" ], [ "https://github.com/ChaonanLi/microgeo" ], [ "https://github.com/BMILAB/stAPAminer" ], [ "https://github.com/pelkmanslab/ImageBasedTranscriptomics" ], [ "https://github.com/TencentAILabHealthcare/VDJMiner" ], [ "https://github.com/SimonBiggs/electronfactors" ], [ "https://github.com/shiming-chen/GNDAN" ], [ "https://github.com/WangLabTHU/MeConcord" ], [ "https://github.com/Jaakk0F/DSTD-GCN" ], [ "https://github.com/cfbeuchel/Metabolite-Investigator" ], [ "https://github.com/dohlee/prism" ], [ "https://github.com/Machine-Learning-for-Medical-Language/long-clinical-doc" ], [ "https://github.com/isbrycee/METR" ], [ "https://github.com/yshen25/HLA-Clus" ], [ "https://github.com/andreariba/PheLiM" ], [ "https://github.com/pranjalv123/FastRFS" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/Ivan1248/semisup-seg-efficient" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/orijitghosh/VANESSA-DAM" ], [ "https://github.com/prs-group/TUNNEX" ], [ "https://github.com/ba-lab/Alignment-Score" ], [ "https://github.com/ChengxuLiu/TTVFI" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/ProgrammerHyy/CM-MLP" ], [ "https://github.com/compbiofan/SimSCSnTree" ], [ "https://github.com/Kelly510/RehabExerAssess" ], [ "https://github.com/joshuaas/Learning-with-Multiclass-AUC-Theory-and-Algorithms" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/zhanglab-wbgcas/CIForm" ], [ "https://github.com/IcarPA-TBlab/nrc" ], [ "https://github.com/cfrioux/miscoto" ], [ "https://github.com/basf/riboCleaner" ], [ "https://github.com/WangLabHKUST/CNAPE" ], [ "https://github.com/NUST-Machine-Intelligence-Laboratory/SSC" ], [ "https://github.com/manalirupji/CASAS" ], [ "https://github.com/Li-OmicsLab/MetDIT" ], [ "https://github.com/yulisun/LPEM" ], [ "https://github.com/lafita/tadoss" ], [ "https://github.com/lingluodlut/BioCreativeVII_DrugProt" ], [ "https://github.com/xiat0616/pseudo-healthy-synthesis" ], [ "https://github.com/holehouse-lab/shephard" ], [ "https://github.com/FeiYee/HerbKG" ], [ "https://github.com/yunboer/AR-classifier-and-AR-CycleGAN" ], [ "https://github.com/xiaofengsong/GFusion" ], [ "https://github.com/dkoslicki/EMDUniFrac" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/kouroshz/fenn" ], [ "https://github.com/francescodc87/ipaPy2" ], [ "https://github.com/Dumitrescu-Alexandru/TSignal" ], [ "https://github.com/irilenia/baerhunter" ], [ "https://github.com/wtsi-team144/peakplotter" ], [ "https://github.com/byucsl/ogcleaner" ], [ "https://github.com/zhiweibi/PT-GAN" ], [ "https://github.com/Biomedical-Imaging-Group/Steer-n-Detect" ], [ "https://github.com/rderelle/fastlin" ], [ "https://github.com/leihouyeung/SD2" ], [ "https://github.com/NeuronXJTU/SFDA-CellSeg" ], [ "https://github.com/yuxilin51/GreedyRFS" ], [ "https://github.com/NetherlandsMetabolomicsCentre/metitree" ], [ "https://github.com/TJU-CMC-Org/MINTmap" ], [ "https://github.com/galaxyproject/blend4php" ], [ "https://github.com/TillMacher/apscale_gui" ], [ "https://github.com/bioinformatics-polito/BioSeqZip" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/Polytech-bioinf/Deep-structure-integrative-representation" ], [ "https://github.com/lrjuan/PGsim" ], [ "https://github.com/sxthunder/CMTN" ], [ "https://github.com/CityU-AIM-Group/Prototypical-Graph-DA" ], [ "https://github.com/zhangruochi/Mol-HGT" ], [ "https://github.com/xsshi2015/Loss-based-Attention-for-Interpreting-Image-level-Prediction-of-Convolutional-Neural-Networks" ], [ "https://github.com/macintyrelab/CNpare" ], [ "https://github.com/LiangXujun/LRSSL" ], [ "https://github.com/d05943006/MSRCall" ], [ "https://github.com/SuferQin/Fast-QPU" ], [ "https://github.com/callmespring/LOGAN" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/gftww/B2C" ], [ "https://github.com/Siritao/EC-CMS" ], [ "https://github.com/rongjiewang/DeepDNA" ], [ "https://github.com/RichardSunnyMeng/MSMFN" ], [ "https://github.com/KenLauLab/NVR" ], [ "https://github.com/BioimageInformaticsTampere/RegBenchmark" ], [ "https://github.com/Wayne-on-the-road/ResHybnet" ], [ "https://github.com/xmed-lab/FoPro-KD" ], [ "https://github.com/ketringjoni/SuPreMo" ], [ "https://github.com/almaan/sepal" ], [ "https://github.com/xdweixia/GECMC" ], [ "https://github.com/PRIS-CV/Sketch-SF" ], [ "https://github.com/MolecularAI/IcolosCommunity" ], [ "https://github.com/LeonidSavtchenko/Arachne" ], [ "https://github.com/jingjin25/LFDE-OccUnNet" ], [ "https://github.com/ha01994/mutationTCN" ], [ "https://github.com/johanneswerner/mPies" ], [ "https://github.com/anikethjr/promoter_models" ], [ "https://github.com/LeopoldC/Boost-HiC" ], [ "https://github.com/yuxi120407/INSURE" ], [ "https://github.com/DessimozLab/iHam" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/Biobix/mQC" ], [ "https://github.com/datax-lab/Hi-LASSO" ], [ "https://github.com/QE-Lab/QuASeR" ], [ "https://github.com/compomics/cellmissy" ], [ "https://github.com/PCAubin/GRISLI" ], [ "https://github.com/Icep2020/CrowdGAN" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/MengweiLi-project/gmqn" ], [ "https://github.com/ruricaru/YOC" ], [ "https://github.com/momalab/octal-candet" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/NuriddinovMA/C-InterSecture" ], [ "https://github.com/KiranJavkar/PRAWNS" ], [ "https://github.com/burtonrj/CytoCluster" ], [ "https://github.com/Binjie-Qin/STA-IPCon" ], [ "https://github.com/wirriamm/plants-pipeline" ], [ "https://github.com/LuckyDC/generalizing-reid-improved" ], [ "https://github.com/jiangyu945/S2CA-Net" ], [ "https://github.com/bel-enrichment/bel-enrichment" ], [ "https://github.com/SiminaB/MultiMed" ], [ "https://github.com/nicfel/CoupledMCMC" ], [ "https://github.com/cskyan/evntextrc" ], [ "https://github.com/FIGOGO/smoothq" ], [ "https://github.com/Moein-Karami/RandStrobes" ], [ "https://github.com/thoang3/portfolio" ], [ "https://github.com/MantangGuo/DRLF" ], [ "https://github.com/singlecellomics/ursa" ], [ "https://github.com/biomed-AI/LMDisorder" ], [ "https://github.com/lgzlIlIlI/BiSCC" ], [ "https://github.com/GGFHF/NGScloud2" ], [ "https://github.com/jamesdalg/CNVScope" ], [ "https://github.com/cansyl/TransferLearning4DTI" ], [ "https://github.com/cbg-ethz/pareg" ], [ "https://github.com/bioinsilico/BIPSPI" ], [ "https://github.com/Johnsunnn/ExamPle" ], [ "https://github.com/cumbof/honto" ], [ "https://github.com/524D/mzRecal" ], [ "https://github.com/yonatanbitton/mdtel" ], [ "https://github.com/dyf0631/AAE_FOR_KG" ], [ "https://github.com/JKlesmith/PACT" ], [ "https://github.com/Intelligent-Computing-Lab-Yale/EfficientLIF-Net" ], [ "https://github.com/NKI-CCB/PRECISE" ], [ "https://github.com/sarafridov/DAB-quant" ], [ "https://github.com/IMSY-DKFZ/simpa_paper_experiments" ], [ "https://github.com/sysu19351158/FPB-FOMM" ], [ "https://github.com/freshman97/LinTransUNet" ], [ "https://github.com/DasLab/RiboDraw" ], [ "https://github.com/shimenghuang/KernelBiome" ], [ "https://github.com/LCAS/engagement_detector" ], [ "https://github.com/Andre-lab/ZEAL" ], [ "https://github.com/schwanbeck/YSMR" ], [ "https://github.com/pvlib/twoaxistracking" ], [ "https://github.com/LouisFaure/scFates_notebooks" ], [ "https://github.com/joshidhaivat/HQAlign" ], [ "https://github.com/TrofimovAssya/FactorizedEmbeddings" ], [ "https://github.com/ihuhuhu/RAC" ], [ "https://github.com/YongChen-Exact/TC-CoNet" ], [ "https://github.com/philipmorrisintl/NPA" ], [ "https://github.com/Gardner-BinfLab/SoDoPE_paper_2020" ], [ "https://github.com/ynaveena/COVID-19-vs-Influenza" ], [ "https://github.com/voracva1/CoLiDe" ], [ "https://github.com/yongzhuang/TrioCNV2" ], [ "https://github.com/borenstein-lab/MetaLAFFA" ], [ "https://github.com/JinZhangLab/PFCE" ], [ "https://github.com/zjfheart/BadLabels" ], [ "https://github.com/rastanton/GAMMA" ], [ "https://github.com/iC2MC/PyC2MC_viewer" ], [ "https://github.com/CreativeCodingLab/PathwayMatrix" ], [ "https://github.com/Ravel-Laboratory/speciateIT" ], [ "https://github.com/saezlab/decoupleR_manuscript" ], [ "https://github.com/EBjerrum/pICalculax" ], [ "https://github.com/basiralab/4D-FedGNN-Plus" ], [ "https://github.com/BDM-Lab/3DMax" ], [ "https://github.com/zjupgx/modig" ], [ "https://github.com/ibalaur/MetabolicFramework" ], [ "https://github.com/MinzhuXie/H-PoPG" ], [ "https://github.com/userbz/DeMix-Q" ], [ "https://github.com/PDelre93/hERG-QSAR" ], [ "https://github.com/bioinfogenome/GSP" ], [ "https://github.com/YingZhou001/POPdemog" ], [ "https://github.com/Maize-Genetics-and-Genomics-Database/PanEffect" ], [ "https://github.com/pranjalv123/SVDquest" ], [ "https://github.com/nlawlor/V-SVA" ], [ "https://github.com/mathcom/CPR" ], [ "https://github.com/kircherlab/hemoMIPs" ], [ "https://github.com/basiralab/RG-Select" ], [ "https://github.com/hcji/KPIC2" ], [ "https://github.com/pingchen09990102/BMSIM" ], [ "https://github.com/kyzhu/assembltrie" ], [ "https://github.com/alibashir/EMMCKmer" ], [ "https://github.com/MengkeSong/Saliency-Ranking-Paradigm" ], [ "https://github.com/InfOmics/PANPROVA" ], [ "https://github.com/zhongchengwu/code_LRTCFPan" ], [ "https://github.com/dimitrismallis/KeypointsToLandmarks" ], [ "https://github.com/zjujdj/SuperAtomicCharge" ], [ "https://github.com/pchlenski/misdeed" ], [ "https://github.com/barsnes-group/peptide-shaker-online" ], [ "https://github.com/SoniaRuiz/aws-s3-integrity-check" ], [ "https://github.com/BackofenLab/CRISPRtracrRNA" ], [ "https://github.com/JXZe/Learning_DualVD" ], [ "https://github.com/BoomShakaY/Win-CCReID" ], [ "https://github.com/msahasrabudhe/lymphoMIL" ], [ "https://github.com/chrishil1/ChromDL" ], [ "https://github.com/ruping/TRUP" ], [ "https://github.com/yulisun/AGSCC" ], [ "https://github.com/meganlsmith/phyloGAN" ], [ "https://github.com/PSSUN/Rcirc" ], [ "https://github.com/spatialsimulator/XitoSBML" ], [ "https://github.com/chrishil1/ChromDL" ], [ "https://github.com/lidq92/mpeg-pcc-tmc13" ], [ "https://github.com/CcchenzJ/BootstrapRepresentation" ], [ "https://github.com/chrishil1/ChromDL" ], [ "https://github.com/chrishil1/ChromDL" ], [ "https://github.com/mcanouil/NACHO" ], [ "https://github.com/CiaranWelsh/pycotools" ], [ "https://github.com/shengqh/GLMVC" ], [ "https://github.com/ggnatalia/MMs" ], [ "https://github.com/danis102/seqpac" ], [ "https://github.com/wajidarshad/panda" ], [ "https://github.com/zer0o0/drug-repo" ], [ "https://github.com/wang-fujin/BattNN" ], [ "https://github.com/01dadada/RT-Transformer" ], [ "https://github.com/ChimeRScope/ChimeRScope" ], [ "https://github.com/Jianningli/tmi" ], [ "https://github.com/lhqxinghun/bioinformatics" ], [ "https://github.com/yuzhounh/GWC" ], [ "https://github.com/daifengwanglab/Varmole" ], [ "https://github.com/veg/flea-pipeline" ], [ "https://github.com/Scientific-Computing-Lab-NRCN/MLography" ], [ "https://github.com/sairum/tcsbu" ], [ "https://github.com/TesiNicco/snpXplorer" ], [ "https://github.com/NCATS-Tangerine/translator-knowledge-beacon" ], [ "https://github.com/PavlopoulosLab/Flame" ], [ "https://github.com/shishuo16/RefRGim" ], [ "https://github.com/daifengwanglab/ManiNetCluster" ], [ "https://github.com/wzhings/antivaccine_detection" ], [ "https://github.com/eduardporta/e-Driver" ], [ "https://github.com/skalyaanamoorthy/PoseFilter" ], [ "https://github.com/Hazel1994/Visually_Grounded_Word_Embeddings_2" ], [ "https://github.com/lsncibb/SummaryAUC" ], [ "https://github.com/jenniferfranks/FSQN" ], [ "https://github.com/ncats/RaMP-Backend" ], [ "https://github.com/Chang-Li2019/MetaRNN" ], [ "https://github.com/StochasticBiology/hypercube-hmm" ], [ "https://github.com/susbo/concur" ], [ "https://github.com/samhinshaw/metabridge_shiny" ], [ "https://github.com/HUBioDataLab/DrugApp" ], [ "https://github.com/texttechnologylab/LSTMVoter" ], [ "https://github.com/sucv/SIR" ], [ "https://github.com/SchulzLab/RAPID" ], [ "https://github.com/junjun-jiang/TLcR-RL" ], [ "https://github.com/louisgt/SodaPop" ], [ "https://github.com/VIOLINet/Vaxign-ML-docker" ], [ "https://github.com/lockEF/SupCP" ], [ "https://github.com/pervouchine/bam2ssj" ], [ "https://github.com/aplantin/pldist" ], [ "https://github.com/srovins/wesad" ], [ "https://github.com/li-lab-mcgill/GAT-ETM" ], [ "https://github.com/ViennaRNA/RNAxplorer" ], [ "https://github.com/unknownue/puflow" ], [ "https://github.com/sylvainprigent/napari-tracks-reader" ], [ "https://github.com/Theory-Lun/McAN" ], [ "https://github.com/mcantor2/FACETS" ], [ "https://github.com/jianlin-cheng/GNET2" ], [ "https://github.com/caixiay/ZeroNAS" ], [ "https://github.com/nygenome/SCANVIS" ], [ "https://github.com/mpierrejean/pintmf" ], [ "https://github.com/batlabucd/GenomeMining" ], [ "https://github.com/YANGeeg/MTS-DGCHN" ], [ "https://github.com/LifanLiang/EM_BMF" ], [ "https://github.com/helske/statvis" ], [ "https://github.com/theimagelab/entrain" ], [ "https://github.com/LabBandSB/re-Searcher" ], [ "https://github.com/dlewis27/SSRgenotyper" ], [ "https://github.com/mariosaenger/bio-re-with-entity-embeddings" ], [ "https://github.com/azevedolab/taba" ], [ "https://github.com/PlotkinLab/Prothon" ], [ "https://github.com/chenyu-xjtu/DualFluidNet" ], [ "https://github.com/weberlab-hhu/Predmoter" ], [ "https://github.com/tyjo/luminate" ], [ "https://github.com/micahvista/MAMnet" ], [ "https://github.com/BieseckerLab/SomatoSim" ], [ "https://github.com/jiaying2508/LYRUS" ], [ "https://github.com/crazyinter/RNN-VirSeeker" ], [ "https://github.com/Vision-Intelligence-and-Robots-Group/DCIL" ], [ "https://github.com/ernstlab/X-CNN" ], [ "https://github.com/BBillot/EquiTrack" ], [ "https://github.com/Candihub/pixel" ], [ "https://github.com/qingshanni/VisTCR" ], [ "https://github.com/AntoinePassemiers/PORTIA-Manuscript" ], [ "https://github.com/DHUDBlab/IGEGRNS" ], [ "https://github.com/hkuwahara/sleaping" ], [ "https://github.com/ZKZ-Brain/CI-GNN" ], [ "https://github.com/ma-compbio/UNADON" ], [ "https://github.com/chrishil1/ChromDL" ], [ "https://github.com/wx19941204/Rotational-Convolution-for-downside-fisheye-images" ], [ "https://github.com/laoyangui/HSPAN" ], [ "https://github.com/CelestialShine/Longitudinal-Chest-X-Ray" ], [ "https://github.com/RWParsons/circacompare" ], [ "https://github.com/kongzhecn/dfdm" ], [ "https://github.com/CDCgov/TB_molecular_epidemiology" ], [ "https://github.com/agustinaarroyuelo/Azahar" ], [ "https://github.com/Mesh89/SurVIndel" ], [ "https://github.com/rochoa85/myChEMBL" ], [ "https://github.com/AbeelLab/hat" ], [ "https://github.com/Liruiqing-ustc/HFBSurv" ], [ "https://github.com/petrusen/pomsimulator" ], [ "https://github.com/clockor2/phylojs" ], [ "https://github.com/MBoemo/bcs" ], [ "https://github.com/wangziyuan66/IL-AD" ], [ "https://github.com/nebfield/snpQT" ], [ "https://github.com/compbio/CRISPRpic" ], [ "https://github.com/saezlab/Omnipath_Cytoscape" ], [ "https://github.com/toil2sweet/CRNet" ], [ "https://github.com/saowwapark/inCNV" ], [ "https://github.com/chrishil1/ChromDL" ], [ "https://github.com/Single-Cell-Graph-Learning/scSGL" ], [ "https://github.com/chrishil1/ChromDL" ], [ "https://github.com/genomeartist/genomeartist" ], [ "https://github.com/johnlamb/pyconsfold" ], [ "https://github.com/erhard-lab/lfc" ], [ "https://github.com/manuelgloeckler/ncmw" ], [ "https://github.com/CompEvol/sampled-ancestors" ], [ "https://github.com/AldisiRana/GenRisk" ], [ "https://github.com/zhengyushan/dpathnet" ], [ "https://github.com/chrishil1/ChromDL" ], [ "https://github.com/SoftServeInc/yield-paper" ], [ "https://github.com/jade-nhri/CCBGpipe" ], [ "https://github.com/jksr/ballcools" ], [ "https://github.com/metaspace2020/coloc" ], [ "https://github.com/ShaohuiLin/LRDKT" ], [ "https://github.com/chry04/PLUSplacer" ], [ "https://github.com/ZRChao/fastANCOM" ], [ "https://github.com/DecBayComp/TRamWAy" ], [ "https://github.com/psyrocloud/EGOF-Net" ], [ "https://github.com/rongma6/QSARMPC_DTIMPC" ], [ "https://github.com/nrohani/MolecularSubtypes" ], [ "https://github.com/labbit-eu/transport_tools" ], [ "https://github.com/ChongWu-Biostat/MiSPU" ], [ "https://github.com/iraiosub/riboseq-flow" ], [ "https://github.com/luojunwei/SLHSD" ], [ "https://github.com/neda77aa/FTC" ], [ "https://github.com/COL-IU/Graph2Pro" ], [ "https://github.com/zcq15/SPDET" ], [ "https://github.com/AusARG/pipesnake" ], [ "https://github.com/Jillian555/TNNLS_CDRS" ], [ "https://github.com/Zhou-wy/MSEDNet" ], [ "https://github.com/genskeu/HON" ], [ "https://github.com/dunhamlab/PacRAT" ], [ "https://github.com/knmac/adaptive_spatiotemporal" ], [ "https://github.com/chaninn/osFP" ], [ "https://github.com/xingxuejun1989/SCVC" ], [ "https://github.com/mammasmias/IterativeRotationsAssignments" ], [ "https://github.com/liuyu8721/csmd" ], [ "https://github.com/franapoli/gep2pep" ], [ "https://github.com/kbiharie/TACTiCS" ], [ "https://github.com/Christina-hshi/SH-assembly" ], [ "https://github.com/XingTang2014/annoPeak" ], [ "https://github.com/mpicbg-scicomp/snakemake-workflows" ], [ "https://github.com/Chrissie-Law/Causal-Inference-for-Recommendation" ], [ "https://github.com/saschajung/RefBool" ], [ "https://github.com/pilehvar/phenebank" ], [ "https://github.com/LiangYu-Xidian/MGP-DR" ], [ "https://github.com/chengyuan/reago" ], [ "https://github.com/bioinformatics-ua/montra" ], [ "https://github.com/huitangtang/H-SRDC" ], [ "https://github.com/Cowanlab/airrship" ], [ "https://github.com/krm15/ACME" ], [ "https://github.com/IntelligentRoboticsLabs/social_navigation2_WAF" ], [ "https://github.com/lockEF/BayesianScreening" ], [ "https://github.com/Lature-Yang/BASeg" ], [ "https://github.com/JCVenterInstitute/ggrasp" ], [ "https://github.com/ewerton-cristhian/BrainPepPass" ], [ "https://github.com/Wolverinerine/GTGenie" ], [ "https://github.com/XinyuYanTJU/MRR-Net" ], [ "https://github.com/jessada/pyCancerSig" ], [ "https://github.com/BIMIB-DISCo/VERSO" ], [ "https://github.com/ArtemLuzhin/LASCA_pipeline" ], [ "https://github.com/Jiahuiqu/JSPEN" ], [ "https://github.com/hz-zhu/NPD-micro-saccade-detection" ], [ "https://github.com/niaid/Nephele" ], [ "https://github.com/paulmorio/gincco" ], [ "https://github.com/amckenna41/pySAR" ], [ "https://github.com/wangn123/MISSU" ], [ "https://github.com/vpylro/BTW" ], [ "https://github.com/polytechnicXTT/Deep-Subspace-Mutual-Learning" ], [ "https://github.com/belowlab/IMMerge" ], [ "https://github.com/zhangtia16/LICAP" ], [ "https://github.com/TakahiroKagawa/GaitAnalysis_BM" ], [ "https://github.com/hcji/ProSAP" ], [ "https://github.com/Fuhaoyi/ACEP" ], [ "https://github.com/afujimoto/CAMPHORsomatic" ], [ "https://github.com/Zi-YuanYang/HyperFed" ], [ "https://github.com/HantaoShu/GRN-Transformer" ], [ "https://github.com/KIT-MBS/coconet" ], [ "https://github.com/tsudalab/mp-lamp" ], [ "https://github.com/cbrueffer/tophat-recondition" ], [ "https://github.com/Yang-Bob/PST" ], [ "https://github.com/davcem/cpm-cytoscape" ], [ "https://github.com/nesvilab/PD-Nodes" ], [ "https://github.com/OceanSTARLab/Tensor-Neural-Network" ], [ "https://github.com/anymyb/MFDIN" ], [ "https://github.com/DayuHuu/scDFC" ], [ "https://github.com/aldenleung/OMTools" ], [ "https://github.com/ZhangqiJiang07/MultimodalSurvivalPrediction" ], [ "https://github.com/aalto-ics-kepaco/msms_rt_score_integration" ], [ "https://github.com/RiDang/DANN" ], [ "https://github.com/wangsiwei2010/PSIMVC-PG" ], [ "https://github.com/galantelab/sideRETRO" ], [ "https://github.com/HamidMushtaq/SparkGA2" ], [ "https://github.com/kansil/ProFAB" ], [ "https://github.com/SuAVE-Software/source" ], [ "https://github.com/RamanLab/FastSL" ], [ "https://github.com/DuanHuiyu/ARIQA" ], [ "https://github.com/sdu-hpcl/BGSA" ], [ "https://github.com/bluenote-1577/os-minimap2" ], [ "https://github.com/youngnuaa/2DHeadPose" ], [ "https://github.com/biocore/zebra_filter" ], [ "https://github.com/LQCT/RCDPeaks" ], [ "https://github.com/mcieslik-mctp/epicode" ], [ "https://github.com/mlpen/mra-attention" ], [ "https://github.com/sina-cb/Tn-seqExplorer" ], [ "https://github.com/epa-kpc/RFMEVAL" ], [ "https://github.com/ablab/graphamr" ], [ "https://github.com/rochoa85/mPARCE" ], [ "https://github.com/maiziex/Aquila_stLFR" ], [ "https://github.com/GeraldHan/GGD" ], [ "https://github.com/jsvir/lscae" ], [ "https://github.com/ccmbioinfo/MetaFusion" ], [ "https://github.com/bfosso/MetaShot" ], [ "https://github.com/syxiaa/gbc" ], [ "https://github.com/nsmro/SYNPHONI" ], [ "https://github.com/HongzhouTang/Pros-GNN" ], [ "https://github.com/andronovl/SharpViSu" ], [ "https://github.com/weilvNJU/JPLTD" ], [ "https://github.com/matthewcarlucci/scikick" ], [ "https://github.com/beirnaert/speaq" ], [ "https://github.com/jhhung/EARRINGS" ], [ "https://github.com/sg-wbi/belb" ], [ "https://github.com/thuxugang/opus_rota3" ], [ "https://github.com/mpgerstl/tEFMA" ], [ "https://github.com/mpgerstl/tEFMA" ], [ "https://github.com/Tan-group/FebRNA" ], [ "https://github.com/ToniWestbrook/repeatfs" ], [ "https://github.com/yanglixiaoshen/SalGAIL" ], [ "https://github.com/mpgerstl/tEFMA" ], [ "https://github.com/jinzanxia/biomedical-QA" ], [ "https://github.com/biointec/nexus" ], [ "https://github.com/ylaboratory/ETNA" ], [ "https://github.com/JasonLeeGHub/MAG-SD" ], [ "https://github.com/Dankem/pyGROMODS" ], [ "https://github.com/berybox/KEC" ], [ "https://github.com/mpgerstl/tEFMA" ], [ "https://github.com/bionlplab/report_generation_amia2022" ], [ "https://github.com/saeyslab/FlowSOM_Python" ], [ "https://github.com/ddiem-ri-4D/epiTCR" ], [ "https://github.com/LincolnSteinLab/MMDRP" ], [ "https://github.com/Nachida08/SnakeMAGs" ], [ "https://github.com/ahmedmagds/WhatsGNU" ], [ "https://github.com/djimenezsanchez/Synplex" ], [ "https://github.com/thuxyz19/3D-HPE-PAA" ], [ "https://github.com/pfred/pfred-gui" ], [ "https://github.com/hellosunking/Msuite2" ], [ "https://github.com/mtekman/haploforge" ], [ "https://github.com/mshaikh2/JoImTeR_MLMI_2021" ], [ "https://github.com/BlanchetteLab/RefHiC" ], [ "https://github.com/dacuevas/PMAnalyzer" ], [ "https://github.com/bougui505/SOM" ], [ "https://github.com/usnistgov/cyrsoxs" ], [ "https://github.com/weipenegHU/Pluto" ], [ "https://github.com/griff4692/edu-sum" ], [ "https://github.com/USTC-HIlab/NRL2DRP" ], [ "https://github.com/yisiyu95/R2FGC" ], [ "https://github.com/RabbitBio/RabbitFX" ], [ "https://github.com/wangjx22/CLAPS" ], [ "https://github.com/optimization-for-data-driven-science/RIFLE" ], [ "https://github.com/nbShawnLu/RGRL" ], [ "https://github.com/gversmee/dbgap2x" ], [ "https://github.com/RabbitBio/RabbitV" ], [ "https://github.com/JCATCV/MCD-Net" ], [ "https://github.com/kiharalab/ContactGAN" ], [ "https://github.com/LeoZDong/netAE" ], [ "https://github.com/karakulahg/TEffectR" ], [ "https://github.com/HormozdiariLab/TAD-fusion-score" ], [ "https://github.com/c-arthurs/QuArray" ], [ "https://github.com/rdzhao/ProteinPocketDetection" ], [ "https://github.com/yunchuankong/forgeNet" ], [ "https://github.com/junjun-jiang/SSFIN" ], [ "https://github.com/kad-ecoli/pdc" ], [ "https://github.com/mathbiol/openHealth" ], [ "https://github.com/ajm/swiftlink" ], [ "https://github.com/sshaghayeghs/LLaMA-VS-GPT" ], [ "https://github.com/lasigeBioTM/K-BiOnt" ], [ "https://github.com/MorrissyLab/mosaicMPI" ], [ "https://github.com/anyuexuan/IDEAL" ], [ "https://github.com/sota-joson/KE-RCNN" ], [ "https://github.com/VCCRI/hactive" ], [ "https://github.com/Zhuzxlab/LW-FQZip2" ], [ "https://github.com/quzefan/ConvLUT" ], [ "https://github.com/popitsch/nanopanel2" ], [ "https://github.com/Lafond-LapalmeJ/MCSC_Decontamination" ], [ "https://github.com/emilhaegglund/TADA" ], [ "https://github.com/zoecournia/DREAMM" ], [ "https://github.com/neufeld/AXIOME3" ], [ "https://github.com/zrq0123/SinNLRR" ], [ "https://github.com/MottaStefano/PathDetect-SOM" ], [ "https://github.com/beatrizgj/MDPbiome" ], [ "https://github.com/shaoli86/DiscoverSL" ], [ "https://github.com/jaygshah/Robust-Brain-Age-Prediction" ], [ "https://github.com/lsaravia/mfsba" ], [ "https://github.com/DKMS-LSL/typeloader" ], [ "https://github.com/DKMS-LSL/typeloader" ], [ "https://github.com/EESI/Comp_Metagenomics_resources" ], [ "https://github.com/MinxZ/Gemini" ], [ "https://github.com/DKMS-LSL/typeloader" ], [ "https://github.com/DKMS-LSL/typeloader" ], [ "https://github.com/angtft/RAxMLGrove" ], [ "https://github.com/whrws/NHRNet" ], [ "https://github.com/luojunwei/SLR" ], [ "https://github.com/Bhattacharya-Lab/QDeep" ], [ "https://github.com/guofeieileen/SMRT" ], [ "https://github.com/alexfreudenberg/miraculix" ], [ "https://github.com/dohalloran/phylo-node" ], [ "https://github.com/zanglab/bart2" ], [ "https://github.com/javier-pardodiaz/sdcorGCN" ], [ "https://github.com/javier-pardodiaz/sdcorGCN" ], [ "https://github.com/sbg/geck" ], [ "https://github.com/cchauve/lrcstats" ], [ "https://github.com/FadyMohareb/cramer" ], [ "https://github.com/Qianyu1226/Crosslink-Net" ], [ "https://github.com/ih-lab/AI-biopsy" ], [ "https://github.com/Helena-todd/TinGa" ], [ "https://github.com/smithlabcode/ribotricer-results" ], [ "https://github.com/carinerey/caars" ], [ "https://github.com/shuichiro-makigaki/exmachina" ], [ "https://github.com/wuzhenyubuaa/DPNet" ], [ "https://github.com/hanktseng131415go/RAMEM" ], [ "https://github.com/wshuai294/PStrain" ], [ "https://github.com/gavinmdouglas/FuncDiv" ], [ "https://github.com/lasigeBioTM/K-RET" ], [ "https://github.com/PreMedKB/PAnno" ], [ "https://github.com/228384274/improved-yolov5" ], [ "https://github.com/Bishop-Laboratory/correlationAnalyzeR" ], [ "https://github.com/nmdp-bioinformatics/grimm" ], [ "https://github.com/frankkramer-lab/RCX" ], [ "https://github.com/javier-pardodiaz/sdcorGCN" ], [ "https://github.com/kora-labs/chromax" ], [ "https://github.com/wh-xu/Hyper-Gen" ], [ "https://github.com/javier-pardodiaz/sdcorGCN" ], [ "https://github.com/alepandini/MDSubSampler" ], [ "https://github.com/sbasu276/RadFormer" ], [ "https://github.com/mpgerstl/tEFMA" ], [ "https://github.com/mpgerstl/tEFMA" ], [ "https://github.com/vpc-ccg/pamir" ], [ "https://github.com/mpgerstl/tEFMA" ], [ "https://github.com/aldenleung/OMBlast" ], [ "https://github.com/mylbuaa/MGCA-RAFFNet" ], [ "https://github.com/RSMagneto/ZeRGAN" ], [ "https://github.com/RNA-FRETools/fretraj" ], [ "https://github.com/PRIS-CV/BiEN" ], [ "https://github.com/mpgerstl/tEFMA" ], [ "https://github.com/andreazuna89/Guided-Zoom" ], [ "https://github.com/acasamitjana/SynthByReg" ], [ "https://github.com/Bhattacharya-Lab/EquiPPIS" ], [ "https://github.com/ClavelLab/MiMiC" ], [ "https://github.com/liberjul/CONSTAXv2" ], [ "https://github.com/mojones/Blobsplorer" ], [ "https://github.com/SynthSys/pyOmeroUpload" ], [ "https://github.com/tkonopka/GeneticThesaurus" ], [ "https://github.com/4dn-dcic/Rpairix" ], [ "https://github.com/bioinformatics-ufsc/AnnotaPipeline" ], [ "https://github.com/starxliu/FDDH" ], [ "https://github.com/ma-gilles/recovar" ], [ "https://github.com/fosterlab/PrInCE" ], [ "https://github.com/CSB-KaracaLab/BINDKIN" ], [ "https://github.com/Young-gonKim/SnackVar" ], [ "https://github.com/mobiusklein/glycresoft" ], [ "https://github.com/JoseBarbero/CamPype" ], [ "https://github.com/ucrbioinfo/Chimericognizer" ], [ "https://github.com/CarragherLab/phenonaut" ], [ "https://github.com/BiomedSciAI/Geno4SD" ], [ "https://github.com/Shamir-Lab/INTEND" ], [ "https://github.com/BiomedSciAI/Geno4SD" ], [ "https://github.com/kiharalab/EM-GAN" ], [ "https://github.com/baumbachlab/epigen" ], [ "https://github.com/compomics/COSS" ], [ "https://github.com/BiomedSciAI/Geno4SD" ], [ "https://github.com/BiomedSciAI/Geno4SD" ], [ "https://github.com/javier-pardodiaz/sdcorGCN" ], [ "https://github.com/malewins/SEQing" ], [ "https://github.com/Abyss-bai/reference-panel-reconstruction" ], [ "https://github.com/azofeifa/Tfit" ], [ "https://github.com/rayoub/rupee" ], [ "https://github.com/wgmao/DataRemix" ], [ "https://github.com/yigbt/deepFPlearn" ], [ "https://github.com/qibebt-bioinfo/dynamic-meta-storms" ], [ "https://github.com/Bob-cheng/DepthModelHardening" ], [ "https://github.com/nikhilroxtomar/MKDCNet" ], [ "https://github.com/javier-pardodiaz/sdcorGCN" ], [ "https://github.com/accsc/GAsol" ], [ "https://github.com/maranasgroup/dGPredictor" ], [ "https://github.com/microbial-pangenomes-lab/panfeed" ], [ "https://github.com/talmolab/sleap-roots" ], [ "https://github.com/wwd-ustc/RDTR" ], [ "https://github.com/wzhlearning/fNIRSNet" ], [ "https://github.com/himelmallick/BayesRecipe" ], [ "https://github.com/wangkejie97/SFT-Net" ], [ "https://github.com/shikiw/PointCAT" ], [ "https://github.com/qizhangli/ila-plus-plus-lr" ], [ "https://github.com/pylelab/Arena" ], [ "https://github.com/TBradley27/FilTar" ], [ "https://github.com/tao-aimi/DeepRecursiveEmbedding" ], [ "https://github.com/kurokida/jsQuestPlus" ], [ "https://github.com/gatech-genemark/MgCod" ], [ "https://github.com/evoldoers/historian" ], [ "https://github.com/radifar/pyplif" ], [ "https://github.com/talmolab/sleap-roots" ], [ "https://github.com/med-air/IOP-FL" ], [ "https://github.com/lichen-lab/powmic" ], [ "https://github.com/talmolab/sleap-roots" ], [ "https://github.com/yjx1217/RecombineX" ], [ "https://github.com/mahfuzmohammad/Brainomaly" ], [ "https://github.com/talmolab/sleap-roots" ], [ "https://github.com/overton-group/eHDPrep" ], [ "https://github.com/merck/AbLEF" ], [ "https://github.com/easycui/nuclei_segmentation" ], [ "https://github.com/talmolab/sleap-roots" ], [ "https://github.com/talmolab/sleap-roots" ], [ "https://github.com/xianggebenben/pdADMM-G" ], [ "https://github.com/ymzayek/yeastcells-detection-maskrcnn" ], [ "https://github.com/menzel/nopeak" ], [ "https://github.com/KennthShang/PhaVIP" ], [ "https://github.com/CHUSRadOncPhys/FluoMV" ], [ "https://github.com/boboppie/RSSS" ], [ "https://github.com/xzenglab/DCF" ], [ "https://github.com/lmbxmu/SiMaN" ], [ "https://github.com/Kkulkarni1/CAPG" ], [ "https://github.com/yufengwudcs/ScisTree" ], [ "https://github.com/Dong-Huo/SRR-MAXL" ], [ "https://github.com/nowittynamesleft/NetQuilt" ], [ "https://github.com/BackofenLab/ShaKer" ], [ "https://github.com/umr-ds/NOREC4DNA" ], [ "https://github.com/jsigao/prioritree" ], [ "https://github.com/frankkramer-lab/ndexr" ], [ "https://github.com/javier-pardodiaz/sdcorGCN" ], [ "https://github.com/alvesvm/sars-cov-mpro" ], [ "https://github.com/jun-inoue/orthoscope" ], [ "https://github.com/jaswindersingh2/SPOT-RNA-2D" ], [ "https://github.com/hehh77/3DGT-DDI" ], [ "https://github.com/ddhb/Workflow_of_Chipseq" ], [ "https://github.com/ljaiverson/pgfed" ], [ "https://github.com/almeidasilvaf/HybridExpress" ], [ "https://github.com/childsish/sofia" ], [ "https://github.com/jingyzhang/S3R" ], [ "https://github.com/JBrownBiostat/Dino" ], [ "https://github.com/tzok/BioCommons" ], [ "https://github.com/Merck/nngp" ], [ "https://github.com/AlexisHardy/DNAModAnnot" ], [ "https://github.com/raphael-group/SBMClone" ], [ "https://github.com/rwehrens/ptw" ], [ "https://github.com/inzilico/imputeqc" ], [ "https://github.com/jiang18/slemm" ], [ "https://github.com/PlantDefenseMetabolism/MetCirc" ], [ "https://github.com/csjunxu/SSRSC" ], [ "https://github.com/chjiao/TAR-VIR" ], [ "https://github.com/biothings/biothings_explorer" ], [ "https://github.com/adavi4/SAI-10k-calc" ], [ "https://github.com/biothings/biothings_explorer" ], [ "https://github.com/wf8/sumac" ], [ "https://github.com/MinhyukPark/HMMerge" ], [ "https://github.com/biothings/biothings_explorer" ], [ "https://github.com/CityU-AIM-Group/L2uDT" ], [ "https://github.com/biosustain/multitfa" ], [ "https://github.com/neuropoly/axonpacking" ], [ "https://github.com/basiralab/Kaggle-BrainNetPrediction-Toolbox" ], [ "https://github.com/EIHW/motilitAI" ], [ "https://github.com/miladrayka/ET_Score" ], [ "https://github.com/nwuAI/CAN" ], [ "https://github.com/SFGLab/bertrand" ], [ "https://github.com/lhqxinghun/scHiCPTR" ], [ "https://github.com/campbio/ExperimentSubset" ], [ "https://github.com/biothings/biothings_explorer" ], [ "https://github.com/hdsu-bioquant/onto-vae" ], [ "https://github.com/javier-pardodiaz/sdcorGCN" ], [ "https://github.com/DKMS-LSL/typeloader" ], [ "https://github.com/kkrizanovic/NanoMark" ], [ "https://github.com/michbur/chipPCR" ], [ "https://github.com/idrblab/socube" ], [ "https://github.com/PerceptionComputingLab/ULTRA" ], [ "https://github.com/guobaoxiao/PGFNet" ], [ "https://github.com/lrobidou/fimpera" ], [ "https://github.com/talmolab/sleap-roots" ], [ "https://github.com/frankkramer-lab/GERNERMED-pp" ], [ "https://github.com/egaffo/CirComPara2" ], [ "https://github.com/SandraLouise/SVJedi-graph" ], [ "https://github.com/jiabaocui/MIAIS" ], [ "https://github.com/Bio-Acc/Chorus" ], [ "https://github.com/LondonBiofoundry/basicsynbio" ], [ "https://github.com/katlabs/genegraphics" ], [ "https://github.com/lsbnb/amp_gan" ], [ "https://github.com/smithlabcode/riborex" ], [ "https://github.com/wu-lab-egio/EGIO" ], [ "https://github.com/MathBioCU/WSINDy_PDE" ], [ "https://github.com/4ndr01d3/biosual" ], [ "https://github.com/ji-min-song/KD-of-MS-DPT" ], [ "https://github.com/Qianqian-Chen/MoSID" ], [ "https://github.com/mor-avi-aharon-bgu/HueNet" ], [ "https://github.com/elkebir-group/SPhyR" ], [ "https://github.com/sys-bio/libOmexMeta" ], [ "https://github.com/lijianing0902/CProMG" ], [ "https://github.com/yongzhuang/TrioCNV" ], [ "https://github.com/huangzhii/TSUNAMI" ], [ "https://github.com/AngusMonroe/ContrastPool" ], [ "https://github.com/liangjiandeng/TDNet" ], [ "https://github.com/tianpeng-deng/FedDBL" ], [ "https://github.com/zzw-szu/CoNuSeg" ], [ "https://github.com/BiomedSciAI/Geno4SD" ], [ "https://github.com/spatialsr/DeepLightFieldSSR" ], [ "https://github.com/BiomedSciAI/Geno4SD" ], [ "https://github.com/BiomedSciAI/Geno4SD" ], [ "https://github.com/oxpig/structure-vs-folding" ], [ "https://github.com/sekijima-lab/GARGOYLES" ], [ "http://github.com/dzarmola/knot_pull" ], [ "https://github.com/BiomedSciAI/Geno4SD" ], [ "https://github.com/IngallsLabUW/B-MIS-normalization" ], [ "https://github.com/Evangelion09/GuidedNet" ], [ "https://github.com/ZhangJD-ong/Iterative-Cycle-consistent-Semi-supervised-Learning-for-fibroglandular-tissue-segmentation" ], [ "https://github.com/ciccalab/MEGA" ], [ "https://github.com/chunxiao-dcx/QSAP" ], [ "https://github.com/sing-group/compi" ], [ "https://github.com/JieZheng-ShanghaiTech/HiCoEx" ], [ "https://github.com/parklab/emsar" ], [ "https://github.com/feiglab/prefmd" ], [ "https://github.com/signaturescience/skater" ], [ "https://github.com/Lx-Bao/QSFNet" ], [ "https://github.com/ibivu/PRALINE" ], [ "https://github.com/CINVESTAV-LABI/julia_mzML_imzML" ], [ "https://github.com/DKMS-LSL/typeloader" ], [ "https://github.com/krisrs1128/multitable_review" ], [ "https://github.com/DKMS-LSL/typeloader" ], [ "https://github.com/biomathman/pycellerator" ], [ "https://github.com/biothings/biothings_explorer" ], [ "https://github.com/sib-swiss/Knoto-ID" ], [ "https://github.com/DKMS-LSL/typeloader" ], [ "https://github.com/talmolab/sleap-roots" ], [ "https://github.com/epifluidlab/FinaleToolkit" ], [ "https://github.com/biothings/biothings_explorer" ], [ "https://github.com/biothings/biothings_explorer" ], [ "https://github.com/FenyoLab/transposcope" ], [ "https://github.com/biothings/biothings_explorer" ], [ "https://github.com/jaleesr/TrendCatcher" ], [ "https://github.com/polwork/U-2Pnet" ], [ "https://github.com/BGI-flexlab/SOAPMetaS" ], [ "https://github.com/ChangTang/HCP-IMSC" ], [ "https://github.com/shunfumao/cellmesh" ], [ "https://github.com/pepamengual/UEP" ], [ "https://github.com/chenzhenduo/FISH" ], [ "https://github.com/modsim/CADET-Match" ], [ "https://github.com/ymatts/phyC" ], [ "https://github.com/GT-NucleicAcids/pnab" ], [ "https://github.com/tbilab/multimorbidity_explorer" ], [ "https://github.com/samocooper/nuclitrack" ], [ "https://github.com/Binjie-Qin/RPCA-UNet" ], [ "https://github.com/rdcrawford/cognac" ], [ "https://github.com/tommyhuangthu/SSIPe" ], [ "https://github.com/HIT-ImmunologyLab/CRISPRimmunity" ], [ "https://github.com/modsim/CADET-Match" ], [ "https://github.com/zhyu-lab/bmvae" ], [ "https://github.com/Benchmarking-Initiative/Benchmark-Models" ], [ "https://github.com/PayamDiba/FASTRAL" ], [ "https://github.com/BioinformaticsCSU/HGIMC" ], [ "https://github.com/gilles-didier/MolTi" ], [ "https://github.com/beiko-lab/ananke" ], [ "https://github.com/hallamlab/HivePanelExplorer" ], [ "https://github.com/VivianMonzon/Reciprocal_Best_Structure_Hits" ], [ "https://github.com/KVD-lab/puma" ], [ "https://github.com/opencb/cell-maps" ], [ "https://github.com/byin-cwi/ALS-Deeplearning" ], [ "https://github.com/kunalkathuria/SVXplorer" ], [ "https://github.com/hangyu94/CRS-CONT" ], [ "https://github.com/B3rse/nessie" ], [ "https://github.com/modsim/CADET-Match" ], [ "https://github.com/DSIMB/medusa" ], [ "https://github.com/monarch-initiative/fenominal" ], [ "https://github.com/fzahari/ParFit" ], [ "https://github.com/cxinsys/lpf" ], [ "https://github.com/modsim/CADET-Match" ], [ "https://github.com/tibbdc/ECMpy" ], [ "https://github.com/zw2x/glinter" ], [ "https://github.com/jaleesr/TrendCatcher" ], [ "https://github.com/spglib/spinspg" ], [ "https://github.com/meteahishali/CSENDistance" ], [ "https://github.com/iVis-at-Bilkent/chilay" ], [ "https://github.com/charlesxu90/helm-gpt" ], [ "https://github.com/vanessajurtz/MetaPhinder" ], [ "https://github.com/jaleesr/TrendCatcher" ], [ "https://github.com/jaleesr/TrendCatcher" ], [ "https://github.com/nanogchen/polyGraft" ], [ "https://github.com/naim-panjwani/LocusFocus" ], [ "https://github.com/DessimozLab/HogProf" ], [ "https://github.com/yannrivault/queryMed" ], [ "https://github.com/matsengrp/phip-flow" ], [ "https://github.com/jairesdesousa/guidemol" ], [ "https://github.com/jaleesr/TrendCatcher" ], [ "https://github.com/JeremyPike/RSMLM" ], [ "https://github.com/rribeiro-sci/pygomodo" ], [ "https://github.com/KoslickiLab/YACHT-reproducibles" ], [ "https://github.com/bouracha/OoDMotion" ], [ "https://github.com/cparsania/FungiExpresZ" ], [ "https://github.com/chonglab-pitt/wedap" ], [ "https://github.com/chonglab-pitt/wedap" ], [ "https://github.com/chonglab-pitt/wedap" ], [ "https://github.com/HuanLab/ISFrag" ], [ "https://github.com/liamheng/Annotation-free-Medical-Image-Enhancement" ], [ "https://github.com/chonglab-pitt/wedap" ], [ "https://github.com/jaleesr/TrendCatcher" ], [ "https://github.com/CompGenomeLab/PHACT" ], [ "https://github.com/guojiajeremy/EDC" ], [ "https://github.com/c5shen/EMMA" ], [ "https://github.com/apallavicini/PLANiTS" ], [ "https://github.com/HiLab-git/HAMIL" ], [ "https://github.com/whuang08/TreeScaper" ], [ "https://github.com/wogrin/LEGO" ], [ "https://github.com/yhg926/TQSLE" ], [ "https://github.com/lanagarmire/lilikoi" ], [ "https://github.com/whirlsyu/EnMCB" ], [ "https://github.com/jaleesr/TrendCatcher" ], [ "https://github.com/JaesikKim/temporal-GNN" ], [ "https://github.com/filip-szczepankiewicz/Szczepankiewicz_DIB_2019" ], [ "https://github.com/jmlipman/RatLesNetv2" ], [ "https://github.com/alexcoppe/iWhale" ], [ "https://github.com/xyc0813/SVmine" ], [ "https://github.com/MilesCranmer/bnn_chaos_model" ], [ "https://github.com/raphaelleman/SpliceLauncher" ], [ "https://github.com/Novartis/UMM-Discovery" ], [ "https://github.com/jiang-q19/scPRAM" ], [ "https://github.com/tengfei-emory/QuantNorm" ], [ "https://github.com/phrh/PredRAD" ], [ "https://github.com/Micromeda/pygenprop" ], [ "https://github.com/Tountain/SoundiationAcoustophoresis" ], [ "https://github.com/azamanos/HydraProt" ], [ "https://github.com/lbobay/CoreCruncher" ], [ "https://github.com/riesling00/HRNAT" ], [ "https://github.com/yanx27/CLEVR3D" ], [ "https://github.com/flyywh/CVPR-2020-Self-Rain-Removal-Journal" ], [ "https://github.com/Mathelab/ALTRE" ], [ "https://github.com/TanikSaikh/Scientific-Question-Answering" ], [ "https://github.com/Chenyang4/ReSmooth" ], [ "https://github.com/LiangYu-Xidian/NEDTP" ], [ "https://github.com/carmanzhang/PubMed-AND-method" ], [ "https://github.com/ZhihaoPENG-CityU/AASSC-Net" ], [ "https://github.com/5k5000/DeepClosing" ], [ "https://github.com/NCIP/alview" ], [ "https://github.com/mgleeming/synthedia" ], [ "https://github.com/jaleesr/TrendCatcher" ], [ "https://github.com/bioinfomaticsCSU/BOSS" ], [ "https://github.com/yufree/pmd" ], [ "https://github.com/mathonco/isomatrix" ], [ "https://github.com/jewellsean/LZeroSpikeInference" ], [ "https://github.com/blinard-BIOINFO/RAPPAS" ], [ "https://github.com/Caleydo/ordino" ], [ "https://github.com/yyyanglz/KAN" ], [ "https://github.com/bmds-lab/Crackling" ], [ "https://github.com/google-research/large_scale_mmdma" ], [ "https://github.com/huiminkang/PIBLUP" ], [ "https://github.com/comprna/reorientexpress" ], [ "https://github.com/SunXQlab/ST-deconvoulution" ], [ "https://github.com/CityU-AIM-Group/DSI-Net" ], [ "https://github.com/BaoJingxiao/APBScore" ], [ "https://github.com/alaesahbou/BuscoPhylo" ], [ "https://github.com/usccolumbia/MLatticeABC" ], [ "https://github.com/ChenfuShi/HiChIP_peaks" ], [ "https://github.com/tomkurowski/tersect" ], [ "https://github.com/celehs/M2REMAP" ], [ "https://github.com/vpalombo/PANEV" ], [ "https://github.com/GGaoxiang/PATrans" ], [ "https://github.com/Shamir-Lab/PRODIGY" ], [ "https://github.com/Novestars/Fully-Transformer-Network" ], [ "https://github.com/matthiasblanke/App-SpaM" ], [ "https://github.com/maplesond/SPECTRE" ], [ "https://github.com/fmicompbio/mutscan" ], [ "https://github.com/hust-linyi/bonus" ], [ "https://github.com/DessimozLab/pyHam" ], [ "https://github.com/liuyudut/ResTune" ], [ "https://github.com/sirajulsalekin/DeepSNR" ], [ "https://github.com/tianwei-yu/AIME" ], [ "https://github.com/reymond-group/virtual-reality-chemical-space" ], [ "https://github.com/Tarskin/LaCyTools" ], [ "https://github.com/Adrienrougny/sbgntikz" ], [ "https://github.com/holab-hku/FlowGrid" ], [ "https://github.com/jamshed/CaPS-SA" ], [ "https://github.com/PfeiferLabTue/wenda" ], [ "https://github.com/matteo-dunnhofer/MRPyrNet" ], [ "https://github.com/binderh/CoxBoost" ], [ "https://github.com/kdri-genomics/Hayai-Annotation-Plants" ], [ "https://github.com/BioComputingUP/MobiDB-lite" ], [ "https://github.com/sbmlteam/moccasin" ], [ "https://github.com/inria-thoth/EDAA" ], [ "https://github.com/cambridgeltl/nn_for_LBD" ], [ "https://github.com/billzyx/LCA-CNN" ], [ "https://github.com/nanakiksc/zerone" ], [ "https://github.com/markhilt/ARBitR" ], [ "https://github.com/Jong-hun-Park/trviz" ], [ "https://github.com/ChristopherWilks/snaptron-experiments" ], [ "https://github.com/nicfel/Mascot" ], [ "https://github.com/danfenghong/ECCV2018_J-Play" ], [ "https://github.com/MRCIEU/vectology" ], [ "https://github.com/BiodataAnalysisGroup/UMIc" ], [ "https://github.com/gambalab/DREEP" ], [ "https://github.com/IFL-CAMP/pose_regularization" ], [ "https://github.com/kuleshov/ProbHap" ], [ "https://github.com/dy16b/Cross-Platform-Normalization" ], [ "https://github.com/ytakemon/GRETTA" ], [ "https://github.com/griff4692/calibrating-summaries" ], [ "https://github.com/hellozhuo/msgc" ], [ "https://github.com/haddocking/disvis" ], [ "https://github.com/XLearning-SCU/2024-TIP-CREAM" ], [ "https://github.com/Gaius-Augustus/clamsa" ], [ "https://github.com/medicalinformatics/SecureEpilinker" ], [ "https://github.com/glasgowlab/MAGPIE" ], [ "https://github.com/EESI/ISM" ], [ "https://github.com/morisUtokyo/uTR" ], [ "https://github.com/phylo42/sherpas" ], [ "https://github.com/caotianze/plotnineseqsuite" ], [ "https://github.com/XinbangZhang/DSO-NAS" ], [ "https://github.com/LoGT-KULeuven/SASpector" ], [ "https://github.com/VicenteMartiCentelles/CageCavityCalc" ], [ "https://github.com/VCCRI/dv-trio" ], [ "https://github.com/BenoitMorel/Asteroid" ], [ "https://github.com/lorifranke/SlicerTMS" ], [ "https://github.com/chonglab-pitt/wedap" ], [ "https://github.com/chonglab-pitt/wedap" ], [ "https://github.com/lucasliu0928/KGDAL" ], [ "https://github.com/chonglab-pitt/wedap" ], [ "https://github.com/ghoresh11/sling" ], [ "https://github.com/chonglab-pitt/wedap" ], [ "https://github.com/dyabel/CoAR-ZSL" ], [ "https://github.com/G100DKFZ/gene-is" ], [ "https://github.com/NMikolajewicz/MetaLab" ], [ "https://github.com/janka2012/digIS" ], [ "https://github.com/RabbitBio/RabbitKSSD" ], [ "https://github.com/nbrg-ppcu/prokbert" ], [ "https://github.com/ekraka/TS-GAN" ], [ "https://github.com/jiahong-fu/Equivariant-Proximal-Operator" ], [ "https://github.com/hxdde/SMR" ], [ "https://github.com/shenlab-sinai/DeepRegFinder" ], [ "https://github.com/modsim/molyso" ], [ "https://github.com/ElofssonLab/bioinfo-toolbox" ], [ "https://github.com/ylab-hi/ScanITD" ], [ "https://github.com/Linlab-slu/TSSr" ], [ "https://github.com/seoklab/GalaxyWater-CNN" ], [ "https://github.com/mcapuccini/spark-vs" ], [ "https://github.com/CityU-AIM-Group/HTD" ], [ "https://github.com/stefan-hoeck/cyby2" ], [ "https://github.com/cew88/AutoCAT" ], [ "https://github.com/czmilanna/nanoforms" ], [ "https://github.com/CBIIT/KDS" ], [ "https://github.com/omerwe/LEAP" ], [ "https://github.com/BZdrazil/Moving_Targets" ], [ "https://github.com/egeulgen/PANACEA" ], [ "https://github.com/baharpan/cosmo" ], [ "https://github.com/CostaLab/MOJITOO" ], [ "https://github.com/ocroci/ChroKit" ], [ "https://github.com/jennprk/diffsig" ], [ "https://github.com/mbadge/candi" ], [ "https://github.com/linDing-group/DeepKla" ], [ "https://github.com/CL-CHEN-Lab/OK-Seq" ], [ "https://github.com/THinnerichs/DTI-VOODOO" ], [ "https://github.com/jaebird123/tusv" ], [ "https://github.com/paulmorio/protclus" ], [ "https://github.com/ToHanwei/Genome2OR" ], [ "https://github.com/chemle/emle-engine" ], [ "https://github.com/sigma10010/nuclei_cells_det" ], [ "https://github.com/phipsonlab/SuperCellCyto" ], [ "https://github.com/zhanglabtools/DNADataAugmentation" ], [ "https://github.com/HAN-Siyu/LION" ], [ "https://github.com/statisticalbiotechnology/GPTime" ], [ "https://github.com/bagherilab/ARCADE" ], [ "https://github.com/ShumanLab/PhaSER" ], [ "https://github.com/zhanhz/KRF" ], [ "https://github.com/likesum/DeeReCT-PolyA" ], [ "https://github.com/SimCab-CHU/ifCNV" ], [ "https://github.com/Zhangxf-ccnu/DiffGraph" ], [ "https://github.com/ziyili20/TOAST" ], [ "https://github.com/OpenTreeOfLife/phylesystem-api" ], [ "https://github.com/Zhangxf-ccnu/DiffNetFDR" ], [ "https://github.com/ziadbkh/eQTLHap" ], [ "https://github.com/Fleishman-Lab/AbDesign_for_enzymes" ], [ "https://github.com/aispeech-lab/VisBCI" ], [ "https://github.com/chenxiptz/SR_microvessel_velocimetry" ], [ "https://github.com/grimmlab/easyPheno" ], [ "https://github.com/machiela-lab/PCAmatchR" ], [ "https://github.com/statisticalbiotechnology/quandenser" ], [ "https://github.com/gillichu/sepp" ], [ "https://github.com/hezhujun/autofocus-rnn" ], [ "https://github.com/greenelab/pancancer-evaluation" ], [ "https://github.com/IFMlab/ChemFlow_py" ], [ "https://github.com/pmcharrison/ppm" ], [ "https://github.com/ZhuMSLab/DecoMetDIA" ], [ "https://github.com/RedaRawi/PaRSnIP" ], [ "https://github.com/Sanofi-Public/IDD-papers-fragrl" ], [ "https://github.com/gokit1/gokit" ], [ "https://github.com/qiime2/q2-longitudinal" ], [ "https://github.com/Winnie09/Palo" ], [ "https://github.com/eldronzhou/SDPR" ], [ "https://github.com/BorgwardtLab/reComBat" ], [ "https://github.com/kakarotcq/Con-AAE" ], [ "https://github.com/lich0031/Mammographic_Density_Classification" ], [ "https://github.com/morispi/HG-CoLoR" ], [ "https://github.com/modsim/CADET-Match" ], [ "https://github.com/modsim/CADET-Match" ], [ "https://github.com/modsim/CADET-Match" ], [ "https://github.com/modsim/CADET-Match" ], [ "https://github.com/wells-wood-research/balas" ], [ "https://github.com/beatrizgj/FLYCOP" ], [ "https://github.com/wzhy2000/higwas" ], [ "https://github.com/tdepke/CluMSID" ], [ "https://github.com/CongSun-dlut/CPI_extraction" ], [ "https://github.com/Lotayou/RATE" ], [ "https://github.com/JinhwiPark/DevianceNet" ], [ "https://github.com/songweizhi/HgtSIM" ], [ "https://github.com/noriakis/biotextgraph" ], [ "https://github.com/xjtushujun/MLR-SNet" ], [ "https://github.com/KyleFerchen/pyInfinityFlow" ], [ "https://github.com/batuff/Survival" ], [ "https://github.com/wallerlab/chem-preview" ], [ "https://github.com/guilledufort/EnanoFASTQ" ], [ "https://github.com/dyxmvp/spatial-CUT-Tag" ], [ "https://github.com/yuantailing/two-layer-qrcode" ], [ "https://github.com/ruping/Breakpointer" ], [ "https://github.com/JuvenileInWind/FARNet" ], [ "https://github.com/cyinbox/PPI" ], [ "https://github.com/Terminator8758/O2CAP" ], [ "https://github.com/erhard-lab/price" ], [ "https://github.com/labstructbioinf/PiPred" ], [ "https://github.com/Maine-eDNA/medna-metadata" ], [ "https://github.com/ppgardne/RMfam" ], [ "https://github.com/qasimyu/scssim" ], [ "https://github.com/LooseLab/minotourcli" ], [ "https://github.com/hchyang/PSiTE" ], [ "https://github.com/deeptools/docker-galaxy-hicexplorer" ], [ "https://github.com/TBooker/PicMin" ], [ "https://github.com/HaisiYi/Bayexer" ], [ "https://github.com/siskac/discordant" ], [ "https://github.com/PhosphorylatedRabbits/cosifer" ], [ "https://github.com/alastair-droop/qsubsec" ], [ "https://github.com/tadeu95/BAGS" ], [ "https://github.com/Genentech/GameRank" ], [ "https://github.com/phnmnl/wft4galaxy" ], [ "https://github.com/togoid/togoid-config" ], [ "https://github.com/Elfenreigen/UniChest" ], [ "https://github.com/caravagnalab/congas" ], [ "https://github.com/zhexu1997/HiSA" ], [ "https://github.com/KvanNoord/3D-CNN-EEG-Emotion-Classification" ], [ "https://github.com/gregorpatof/nrgten_package" ], [ "https://github.com/morrislab/phylosub" ], [ "https://github.com/tomastokar/gsoap" ], [ "https://github.com/itsmeludo/Phyloligo" ], [ "https://github.com/4dn-dcic/pairsqc" ], [ "https://github.com/MingyeXu/cp3" ], [ "https://github.com/wcmc-research-informatics/redcap-ddp" ], [ "https://github.com/cchauve/HyAsP" ], [ "https://github.com/Chaowu88/freeflux" ], [ "https://github.com/vis-opt-group/BDA" ], [ "https://github.com/SHird/lociNGS" ], [ "https://github.com/charliebudd/torch-content-area" ], [ "https://github.com/batmanlab/MICCAI-2023-Route-interpret-repeat-CXRs" ], [ "https://github.com/XingliangJin/Fine-Style" ], [ "https://github.com/VCCRI/VPOT" ], [ "https://github.com/OLF-Bioinformatics/VariantDetective" ], [ "https://github.com/Holidays1999/Neural-Network-Pruning-through-its-RegularGraph-Structure" ], [ "https://github.com/zexiJia/EvSegFormer" ], [ "https://github.com/EpiDiverse/SNP" ], [ "https://github.com/kdd-ubc/MorphOT" ], [ "https://github.com/airy975924806/yolo-G" ], [ "https://github.com/ispc-lab/HRegNet2" ], [ "https://github.com/PF2-pasteur-fr/checkMyIndex" ], [ "https://github.com/fabianying/covid19-supermarket-abm" ], [ "https://github.com/PFPrzytycki/CellWalkR" ], [ "https://github.com/Center-for-Health-Data-Science/scDGD" ], [ "https://github.com/StephanSeifert/SurrogateMinimalDepth" ], [ "https://github.com/HibiscusYB/BAFFT" ], [ "https://github.com/lithium770/Unsupervised-Person-re-ID-with-Stochastic-Training-Strategy" ], [ "https://github.com/siheming/mspypeline" ], [ "https://github.com/baohongz/bioInfograph" ], [ "https://github.com/mutalyzer/algebra" ], [ "https://github.com/yuabrahamliu/CWGCNA" ], [ "https://github.com/JLSteenwyk/treehouse" ], [ "https://github.com/healthyPlant/PhytoPipe" ], [ "https://github.com/lok-18/GeSeNet" ], [ "https://github.com/lgpdevtools/srax" ], [ "https://github.com/fwt-team/DSVAE" ], [ "https://github.com/wangshanshanCQU/MCTL" ], [ "https://github.com/LanLab/ShigEiFinder" ], [ "https://github.com/bowang-lab/CONCERTO" ], [ "https://github.com/paolapesantez/biLouvain" ], [ "https://github.com/kowallus/PgRC" ], [ "https://github.com/CenterForStatistics-UGent/SPsimSeq" ], [ "https://github.com/infernet-h2020/DCAlign" ], [ "https://github.com/YasinEl/mzRAPP" ], [ "https://github.com/ibivu/hydrophobic_patches" ], [ "https://github.com/ncbi/RepairSig" ], [ "https://github.com/sjackman/uniqtag-paper" ], [ "https://github.com/russcd/SELAM" ], [ "https://github.com/sahlenlab/HiCapTools" ], [ "https://github.com/raghavagps/toxinpred2" ], [ "https://github.com/sysuvis/NVB" ], [ "https://github.com/wojciech-galan/viruses_classifier" ], [ "https://github.com/PhilippJunk/homelette" ], [ "https://github.com/medvedevgroup/varmatch" ], [ "https://github.com/cbg-ethz/dce" ], [ "https://github.com/iqtree/decenttree" ], [ "https://github.com/WrightonLabCSU/CAMPER" ], [ "https://github.com/benjaminjack/pinetree" ], [ "https://github.com/StuLiu/SOSNet" ], [ "https://github.com/kostkalab/vaeda" ], [ "https://github.com/FreeformRobotics/Lifelong-MonoDepth" ], [ "https://github.com/zheminzhou/pHierCC" ], [ "https://github.com/GZHU-DVL/HVS-5M" ], [ "https://github.com/CreativeCodingLab/ReactionFlow" ], [ "https://github.com/yawencui/UaD-ClE" ], [ "https://github.com/xbjin/cgvr" ], [ "https://github.com/RuwanT/model-fitting-cbs" ], [ "https://github.com/marbl/binnacle" ], [ "https://github.com/RoniGurvich/Peptriever" ], [ "https://github.com/Roc-Ng/VAR" ], [ "https://github.com/bioinfocz/scdrake" ], [ "https://github.com/price0416/Simulome" ], [ "https://github.com/usnistgov/UniSpec" ], [ "https://github.com/LirongWu/Homophily-Enhanced-Self-supervision" ], [ "https://github.com/JonZwe/FindPFAS" ], [ "https://github.com/citiususc/pastaspark" ], [ "https://github.com/gersteinlab/HiC-spector" ], [ "https://github.com/yollct/spycone" ], [ "https://github.com/Baoliang93/FPR" ], [ "https://github.com/ah651/deepfake_adv" ], [ "https://github.com/yinlabniu/eCAMI" ], [ "https://github.com/joachimwolff/sparse-neighbors-search" ], [ "https://github.com/thomasvangurp/epiGBS" ], [ "https://github.com/MrAlexSee/sopang" ], [ "https://github.com/Illumina/tHapMix" ], [ "https://github.com/PersonalizedOncology/ClinVAP" ], [ "https://github.com/ritaranx/wander" ], [ "https://github.com/ZhangChenLab/ImageCN" ], [ "https://github.com/dooo12332/AlphaTraj" ], [ "https://github.com/lpipes/ancestralclust" ], [ "https://github.com/pdishuck/GAVISUNK" ], [ "https://github.com/joshidhaivat/QAlign" ], [ "https://github.com/gcappon/replay-bg" ], [ "https://github.com/schuefflerlab/openseadragon" ], [ "https://github.com/AstraZeneca/detectIS" ], [ "https://github.com/lewisfish/signedMCRT" ], [ "https://github.com/deepomicslab/SeCNV" ], [ "https://github.com/vinuni-vishc/MPCNN-Sleep-Apnea" ], [ "https://github.com/dhcai21/RVHaplo" ], [ "https://github.com/ChenyuGAO-CS/SMA" ], [ "https://github.com/IcarPA-TBlab/BioGraph" ], [ "https://github.com/mscastillo/GRNVBEM" ], [ "https://github.com/EBIBioSamples/biosamples-v4" ], [ "https://github.com/SydneyBioX/scFeatures" ], [ "https://github.com/syau-miao/DFSP" ], [ "https://github.com/emunte/vaRHC" ], [ "https://github.com/JonETJakobsson/scConnect" ], [ "https://github.com/OluwadareLab/HiC-GNN" ], [ "https://github.com/SindiLab/ACTIVA" ], [ "https://github.com/shion-h/Umibato" ], [ "https://github.com/mahfuzmohammad/HealthyGAN" ], [ "https://github.com/vpc-ccg/circminer" ], [ "https://github.com/yijingru/ObjGuided-Instance-Segmentation" ], [ "https://github.com/xikanfeng2/SCYN" ], [ "https://github.com/bigbio/py-pgatk" ], [ "https://github.com/HudsonAlpha/STEVE" ], [ "https://github.com/jiqingxiaoxi/GLAPD" ], [ "https://github.com/aispeech-lab/TinyWASE" ], [ "https://github.com/wgmao/NIFA" ], [ "https://github.com/tsudalab/NMR-TS" ], [ "https://github.com/vpKumaravel/NEAR" ], [ "https://github.com/pughlab/MEDIPIPE" ], [ "https://github.com/porekhov/CG_probeMD" ], [ "https://github.com/sara-javadzadeh/FastViFi" ], [ "https://github.com/AbeelLab/ptolemy" ], [ "https://github.com/bcrafton/ssdfa" ], [ "https://github.com/r-zemblys/EM-event-detection-evaluation" ], [ "https://github.com/usnistgov/nn-calculator" ], [ "https://github.com/AlejandroAb/CASCABEL" ], [ "https://github.com/b2slab/padding_benchmark" ], [ "https://github.com/Richard-Packer/DeepPheWAS" ], [ "https://github.com/bio-ontology-research-group/DeepViral" ], [ "https://github.com/sldyns/scAce" ], [ "https://github.com/JU-HuaY/MFR" ], [ "https://github.com/Novartis/EQP-cluster" ], [ "https://github.com/icthrm/cwSDTWnano" ], [ "https://github.com/B-UMMI/LMAS" ], [ "https://github.com/rosedu1/deconvSeq" ], [ "https://github.com/JiaxinWang123/StoManager1" ], [ "https://github.com/Malfoy/PAC" ], [ "https://github.com/BIGslu/kimma" ], [ "https://github.com/LaRoccaRaphael/MSI_recalibration" ], [ "https://github.com/JLiangLab/CAiD" ], [ "https://github.com/suinleelab/PAUSE" ], [ "https://github.com/jaswindersingh2/RNAsnap2" ], [ "https://github.com/prafols/rMSIproc" ], [ "https://github.com/kalininalab/GlyLES" ], [ "https://github.com/seqscope/STtools" ], [ "https://github.com/pantherdb/TreeGrafter" ], [ "https://github.com/EricSDavis/mariner" ], [ "https://github.com/veg/datamonkey-js" ], [ "https://github.com/njdbickhart/RAPTR-SV" ], [ "https://github.com/rsemeraro/XomeBlender" ], [ "https://github.com/ylab-hi/ScanNeo2" ], [ "https://github.com/pephco/quickLD" ], [ "https://github.com/miicTeam/MIIC" ], [ "https://github.com/yangence/DEBKS" ], [ "https://github.com/a-kramer/ode_rmhmc" ], [ "https://github.com/sysbio-curie/Roma" ], [ "https://github.com/cellmapslab/kimono" ], [ "https://github.com/thinkobj/ISFA" ], [ "https://github.com/ccdmb/predector" ], [ "https://github.com/insilichem/garleek" ], [ "https://github.com/Gege7177/Dot2dot" ], [ "https://github.com/medvedevgroup/HowDeSBT" ], [ "https://github.com/JackieSun818/AEFS" ], [ "https://github.com/sriramlab/OrientAGraph" ], [ "https://github.com/lileir/MMS2plot" ], [ "https://github.com/GaoLabXDU/CEPICS" ], [ "https://github.com/CityU-AIM-Group/FedDM" ], [ "https://github.com/ccshao/nimfa" ], [ "https://github.com/raivokolde/seqlm" ], [ "https://github.com/TatianneNegri/RNAplonc" ], [ "https://github.com/ucrbioinfo/Novo_Stitch" ], [ "https://github.com/Xyporz/CISSL-GANs" ], [ "https://github.com/sjdlabgroup/Census" ], [ "https://github.com/LorMeBioAI/DCiPatho" ], [ "https://github.com/biomed-AI/nucleic-acid-binding" ], [ "https://github.com/DavidBrainard/RenderToolbox3" ], [ "https://github.com/alexchwong/SpliceWiz" ], [ "https://github.com/ricsinaruto/MEG-group-decode" ], [ "https://github.com/mikelhernaez/qvz" ], [ "https://github.com/MiaoLab20/DBMD" ], [ "https://github.com/heinc1010/BAMixChecker" ], [ "https://github.com/kantorlab/hivmmer" ], [ "https://github.com/NRGLab/Surfaces" ], [ "https://github.com/MiaoLab20/DBMD" ], [ "https://github.com/MiaoLab20/DBMD" ], [ "https://github.com/MiaoLab20/DBMD" ], [ "https://github.com/leonweber/pedl" ], [ "https://github.com/leonweber/pedl" ], [ "https://github.com/leonweber/pedl" ], [ "https://github.com/liuqivandy/scRNABatchQC" ], [ "https://github.com/QijinYin/scGraph" ], [ "https://github.com/JiuqingDong/PlantDiseaseDetection_Yolov5" ], [ "https://github.com/princelab/mspire" ], [ "https://github.com/BEAST2-Dev/nested-sampling" ], [ "https://github.com/dmis-lab/ConNER" ], [ "https://github.com/lightbillow/DHRec" ], [ "https://github.com/hammock-dev/hammock" ], [ "https://github.com/usnistgov/pepr" ], [ "https://github.com/hagax8/ancestry_viz" ], [ "https://github.com/JelenaBanjac/microbiome-toolbox" ], [ "https://github.com/kalininalab/metaprofi" ], [ "https://github.com/KnowEnG/TeachEnG" ], [ "https://github.com/Clinical-Genomics/patientMatcher" ], [ "https://github.com/XinbangZhang/DATA-NAS" ], [ "https://github.com/AlexandrovLab/SigProfilerClusters" ], [ "https://github.com/MalteWillmes/IsoFishR" ], [ "https://github.com/arwhirang/recursive_chemprot" ], [ "https://github.com/HaifengXia/IDG" ], [ "https://github.com/kevinmcgregor/mdine" ], [ "https://github.com/marcomeola/DAIRYdb" ], [ "https://github.com/SouthGreenPlatform/PyRice" ], [ "https://github.com/ridgelab/Kmer-SSR" ], [ "https://github.com/KoslickiLab/MetagenomicKG" ], [ "https://github.com/lrslab/nanoCEM" ], [ "https://github.com/Bjoux2/DeepMirTar_SdA" ], [ "https://github.com/SSRHeart/TSFlow" ], [ "https://github.com/leonweber/pedl" ], [ "https://github.com/gogleva/SecretSanta" ], [ "https://github.com/sdrogers/ms2ldaviz" ], [ "https://github.com/AkonLau/DTRG" ], [ "https://github.com/wuzhe71/DCN" ], [ "https://github.com/IlyaLab/gssnng" ], [ "https://github.com/VusionMed/IMAge-enGINE" ], [ "https://github.com/leonweber/pedl" ], [ "https://github.com/leonweber/pedl" ], [ "https://github.com/matthewcarlucci/DiscoRhythm" ], [ "https://github.com/artedison/Edison_Lab_Shared_Metabolomics_UGA" ], [ "https://github.com/theosysbio/means" ], [ "https://github.com/UppsalaGenomeCenter/CanvasDB" ], [ "https://github.com/MinghanLi/OTMSCSC_matlab_2020" ], [ "https://github.com/neurokidslab/eeg_preprocessing" ], [ "https://github.com/SONGDONGYUAN1994/scsampler" ], [ "https://github.com/biomag-lab/hypocotyl-UNet" ], [ "https://github.com/jefftc/changlab" ], [ "https://github.com/cma2015/CAFU" ], [ "https://github.com/NourMarzouka/multiclassPairs" ], [ "https://github.com/fmfi-compbio/warpstr" ], [ "https://github.com/samuelbfernandes/simplePHENOTYPES" ], [ "https://github.com/Guo-Xiaoqing/ThresholdNet" ], [ "https://github.com/sahahn/BPt" ], [ "https://github.com/heiniglab/DeepSom" ], [ "https://github.com/VascoLopes/LCMNAS" ], [ "https://github.com/kuppal2/xMWAS" ], [ "https://github.com/zchoi/VCRN" ], [ "https://github.com/koonimaru/DeepGMAP" ], [ "https://github.com/borenstein-lab/CoMiDA" ], [ "https://github.com/bioinfoDZ/scDAPP" ], [ "https://github.com/hillerlab/IterativeErrorCorrection" ], [ "https://github.com/Zafar-Lab/Margaret" ], [ "https://github.com/Charisma-Mannheim/gc-ims-tools" ], [ "https://github.com/leonweber/pedl" ], [ "https://github.com/leonweber/pedl" ], [ "https://github.com/nagornovys/Cancer_cell_evolution" ], [ "https://github.com/rramadeu/AGHmatrix" ], [ "https://github.com/PySilentSubstitution/pysilsub" ], [ "https://github.com/yeastrc/proxl-web-app" ], [ "https://github.com/raw-lab/mercat2" ], [ "https://github.com/koelling/amplimap" ], [ "https://github.com/lin-lab/COVID19-Viz" ], [ "https://github.com/MiaoLab20/DBMD" ], [ "https://github.com/MiaoLab20/DBMD" ], [ "https://github.com/MiaoLab20/DBMD" ], [ "https://github.com/lhncbc/fda-ars" ], [ "https://github.com/HuiLiuCode/MDBuilder" ], [ "https://github.com/MiaoLab20/DBMD" ], [ "https://github.com/tsudalab/rxngenerator" ], [ "https://github.com/YAMACS-SML/GUIDE" ], [ "https://github.com/ggonnella/textformats" ], [ "https://github.com/tuminguyen/COMASK20" ], [ "https://github.com/mikugyf/PMIQD-SIS" ], [ "https://github.com/BelindaHernandez/BART-BMA" ], [ "https://github.com/labstructbioinf/rossmann-toolbox" ], [ "https://github.com/chjiao/PEHaplo" ], [ "https://github.com/zhangzm0128/CCGR" ], [ "https://github.com/transbioZI/Gimpute" ], [ "https://github.com/shaoxiaohu/Face_Alignment_DPR" ], [ "https://github.com/modsim/hops" ], [ "https://github.com/hangelwen/metaCRISPR" ], [ "https://github.com/RdoubleA/DWIinpainting" ], [ "https://github.com/KerryAM-R/ggVolcanoR" ], [ "https://github.com/modENCODE-DCC/Galaxy" ], [ "https://github.com/biocoder/SBEToolbox" ], [ "https://github.com/z21110008/UIF" ], [ "https://github.com/MmelodYy/DunHuangStitch" ], [ "https://github.com/disanda/RFM" ], [ "https://github.com/ljaiverson/pFL-APPLE" ], [ "https://github.com/tsmotlp/DRGAN-OCT" ], [ "https://github.com/GfellerLab/MetacellAnalysisToolkit" ], [ "https://github.com/huangdonghere/UDBGL" ], [ "https://github.com/ziyili20/CAMLU" ], [ "https://github.com/favour-nerrise/xGW-GAT" ], [ "https://github.com/favour-nerrise/xGW-GAT" ], [ "https://github.com/favour-nerrise/xGW-GAT" ], [ "https://github.com/ilyavs/exodus" ], [ "https://github.com/favour-nerrise/xGW-GAT" ], [ "https://github.com/smallmax00/Dual_Adaptive_Graph_Reasoning" ], [ "https://github.com/meglecz/mkCOInr" ], [ "https://github.com/HySonLab/Protein_Pretrain" ], [ "https://github.com/DKMS/hapl-o-Mat" ], [ "https://github.com/mutalyzer/description-extractor" ], [ "https://github.com/kostas1515/iif" ], [ "https://github.com/LiangYu-Xidian/EPSOL" ], [ "https://github.com/YidFeng/Easy2Hard" ], [ "https://github.com/xal2019/DeepFE-PPI" ], [ "https://github.com/biodlab/RODAN" ], [ "https://github.com/expectorlin/DR-Attacker" ], [ "https://github.com/Awenbocc/CPCR" ], [ "https://github.com/justasb/SwarmSight" ], [ "https://github.com/viralInformatics/VIGA" ], [ "https://github.com/spatialdatasciencegroup/HST" ], [ "https://github.com/gitter-lab/ml4bio" ], [ "https://github.com/mdelcorvo/TOSCA" ], [ "https://github.com/ken0-1n/Genomon-ITDetector" ], [ "https://github.com/makinyilmaz/LHBDC" ], [ "https://github.com/usccolumbia/GMTransformer" ], [ "https://github.com/genki-kudo/Pocket-to-Concavity" ], [ "https://github.com/shenlab-genomics/magpie" ], [ "https://github.com/qdu1995/DQSD" ], [ "https://github.com/gcappon/agata" ], [ "https://github.com/AxelElaldi/e3so3_conv" ], [ "https://github.com/sid-krish/Rhometa" ], [ "https://github.com/phylo42/PEWO" ], [ "https://github.com/hms-dbmi/GenoPheno-CatalogShiny" ], [ "https://github.com/ambf0632/CompoundDB4j" ], [ "https://github.com/BenLangmead/bowtie-scaling" ], [ "https://github.com/SydneyBioX/MoleculeExperiment" ], [ "https://github.com/alvinxhan/Phydelity" ], [ "https://github.com/WangJun2023/HLFC" ], [ "https://github.com/Joye9285/scGAC" ], [ "https://github.com/favour-nerrise/xGW-GAT" ], [ "https://github.com/favour-nerrise/xGW-GAT" ], [ "https://github.com/fun0515/MorphoGNN" ], [ "https://github.com/favour-nerrise/xGW-GAT" ], [ "https://github.com/favour-nerrise/xGW-GAT" ], [ "https://github.com/lab-smile/DOMINO" ], [ "https://github.com/molleraj/MetaCRAST" ], [ "https://github.com/b-brankovics/grabb" ], [ "https://github.com/kilicogluh/CONSORT-TM" ], [ "https://github.com/matthiasbock/BooleSim" ], [ "https://github.com/hitbc/deBGA" ], [ "https://github.com/reach2sbera/ldct_nonlocal" ], [ "https://github.com/Voineagulab/TDAview" ], [ "https://github.com/hongliangduan/HighFold" ], [ "https://github.com/canc1993/graces" ], [ "https://github.com/hscv/SEE-Net" ], [ "https://github.com/IILab-Resource/MGDTA" ], [ "https://github.com/jacobimarsh/crosshap" ], [ "https://github.com/StatGenPRD/STOPGAP" ], [ "https://github.com/ecs-vlc/opponency" ], [ "https://github.com/Yeyke/H-BLAST" ], [ "https://github.com/statisticalbiotechnology/maracluster" ], [ "https://github.com/Transipedia/KaMRaT" ], [ "https://github.com/Singh-Lab/Differential-Mutation-Analysis" ], [ "https://github.com/CyclicalCurriculum/Cyclical-Curriculum" ], [ "https://github.com/ucasdp/RobustClone" ], [ "https://github.com/birtwistlelab/SPARCED" ], [ "https://github.com/wzhang1984/NBSS" ], [ "https://github.com/guanjue/S3V2_IDEAS_ESMP" ], [ "https://github.com/kblin/covid-spike-classification" ], [ "https://github.com/lmbxmu/CLR-RNF" ], [ "https://github.com/dmis-lab/SeqTagQA" ], [ "https://github.com/gymreklab/chips" ], [ "https://github.com/uio-cels/genomicgraphcoords" ], [ "https://github.com/sunkg/jCAN" ], [ "https://github.com/seasky002002/Strandscript" ], [ "https://github.com/uclahs-cds/tool-NFTest" ], [ "https://github.com/jokergoo/BioMartGOGeneSets" ], [ "https://github.com/liuyi1989/TSPORTNet" ], [ "https://github.com/jingkunchen/TAC" ], [ "https://github.com/NeilPearson-Lilly/TractaViewer" ], [ "https://github.com/ruhig6/JNMR" ], [ "https://github.com/RuoyuGuo/MaskGA_Net" ], [ "https://github.com/haozheng-sjtu/airway-labeling" ], [ "https://github.com/CMACH508/IA-FaceS" ], [ "https://github.com/SysBioInra/RBApy" ], [ "https://github.com/antrec/spectrassembler" ], [ "https://github.com/genenotebook/genenotebook" ], [ "https://github.com/zmzhang/SigmaCCS" ], [ "https://github.com/kimianoorbakhsh/LPF-Defense" ], [ "https://github.com/jiminsong/Spectacle" ], [ "https://github.com/bcgsc/ChopStitch" ], [ "https://github.com/andersst91/UAStools" ], [ "https://github.com/ParBLiSS/kmerind" ], [ "https://github.com/ccrainic/upstrap" ], [ "https://github.com/Toepfer-Lab/cobramod" ], [ "https://github.com/intervene-EU-H2020/synthetic_data" ], [ "https://github.com/rpmccordlab/SMILE" ], [ "https://github.com/hetio/xswap" ], [ "https://github.com/sydeng99/ssTEM-restoration" ], [ "https://github.com/hellloxiaotian/SSNet" ], [ "https://github.com/tanlab/ConvolutionMedicalNer" ], [ "https://github.com/nf-core/nanostring" ], [ "https://github.com/hetio/xswap" ], [ "https://github.com/shu-hai/two-stage-VAE-Attention-gate-BraTS2020" ], [ "https://github.com/GouXiangJian/SSRMMD" ], [ "https://github.com/exalearn/molecular-graph-descriptors" ], [ "https://github.com/CSB5/CaDRReS-Sc" ], [ "https://github.com/ChenHuaLab/fastHaN" ], [ "https://github.com/jgcri/fldgen" ], [ "https://github.com/RobersonLab/motif_scraper" ], [ "https://github.com/ahmadpgh/deepSimDEF" ], [ "https://github.com/hetio/xswap" ], [ "https://github.com/visiontao/ncd" ], [ "https://github.com/tsdat/tsdat" ], [ "https://github.com/niu-lab/gclust" ], [ "https://github.com/alexandrupaler/tqec" ], [ "https://github.com/yaobaiwei/PPA-Assembler" ], [ "https://github.com/hetio/xswap" ], [ "https://github.com/KyoungYeulLee/3Cnet" ], [ "https://github.com/cvdelannoy/baseLess" ], [ "https://github.com/GenomicParisCentre/aozan" ], [ "https://github.com/hetio/xswap" ], [ "https://github.com/pogudingleb/CLUE" ], [ "https://github.com/hitbc/LAMSA" ], [ "https://github.com/soumitag/SLIDE" ], [ "https://github.com/hetio/xswap" ], [ "https://github.com/pogudingleb/CLUE" ], [ "https://github.com/PGP-UK/GenomeChronicler" ], [ "https://github.com/HelloWorldCN/RapidMic" ], [ "https://github.com/pogudingleb/CLUE" ], [ "https://github.com/pogudingleb/CLUE" ], [ "https://github.com/wangsen99/FDLNet" ], [ "https://github.com/HaohanWang/thePrecisionLasso" ], [ "https://github.com/embneural/Cascade-xDAWN-EEGNet-for-ERP-Detection" ], [ "https://github.com/HuajuLiang/HypotheticalPolarizationCamera" ], [ "https://github.com/jinnh/PDE-Net" ], [ "https://github.com/pmeysman/TCRclusteringPaper" ], [ "https://github.com/Fraunhofer-ITMP/PEMT" ], [ "https://github.com/djmaity/md-davis" ], [ "https://github.com/sebastiandaberdaku/AntibodyInterfacePrediction" ], [ "https://github.com/YJPai65/MVF-SleepNet" ], [ "https://github.com/xmed-lab/SAHC" ], [ "https://github.com/hetio/xswap" ], [ "https://github.com/jsunn-y/DeCOIL" ], [ "https://github.com/himelmallick/IntegratedLearner" ], [ "https://github.com/NeuroSyd/Epileptic-Seizure-Classification" ], [ "http://github.com/chen709847237/xDeep-AcPEP" ], [ "https://github.com/MHH-RCUG/nf_wochenende" ], [ "https://github.com/pogudingleb/CLUE" ], [ "https://github.com/fawaz-dabbaghieh/PanPA" ], [ "https://github.com/pogudingleb/CLUE" ], [ "https://github.com/happyalfred2016/GRGMF" ], [ "https://github.com/pogudingleb/CLUE" ], [ "https://github.com/markuswenzel/xai-proteins" ], [ "https://github.com/pogudingleb/CLUE" ], [ "https://github.com/Drinchai/BloodGen3Module" ], [ "https://github.com/urrutiag/destin" ], [ "https://github.com/Kirovez/pyTanFinder" ], [ "https://github.com/christosbampis/NARX_QoE_release" ], [ "https://github.com/seasamgo/rescue" ], [ "https://github.com/WLYLab/PepFormer" ], [ "https://github.com/DongdongCheng/GB-DP" ], [ "https://github.com/canzarlab/McSplicer" ], [ "https://github.com/IBPA/GNN" ], [ "https://github.com/fhanau/mspack" ], [ "https://github.com/elvanov/MOGAMUN" ], [ "https://github.com/nachifur/TBRNet" ], [ "https://github.com/QTJiebin/FVV_QoE" ], [ "https://github.com/mikaells/RibDif" ], [ "https://github.com/bionlplab/radtext" ], [ "https://github.com/soumbane/STSGT" ], [ "https://github.com/Dootmaan/ICMIL" ], [ "https://github.com/ritaranx/NeST" ], [ "https://github.com/juliemkauffman/DyCoNet" ], [ "https://github.com/nicolazzie/AffyPipe" ], [ "https://github.com/thesgc/MichelaNGLo" ], [ "https://github.com/mildpiggy/DEP2" ], [ "https://github.com/gengmufeng/TCFL-OCT" ], [ "https://github.com/juanshu30/Disease-Gene-Prioritization-with-Privileged-Information-and-Heteroscedastic-Dropout" ], [ "https://github.com/bio-ontology-research-group/SmuDGE" ], [ "https://github.com/jakelever/knowledgediscovery" ], [ "https://github.com/refresh-bio/protestar" ], [ "https://github.com/qdushl/Waterloo-Point-Cloud-Database" ], [ "https://github.com/sinc-lab/anc2vec" ], [ "https://github.com/osenan/cliqueMS" ], [ "https://github.com/djimenezsanchez/Blind_Unmixing_NMF_RI" ], [ "https://github.com/lsncibb/microbiomeGWAS" ], [ "https://github.com/ywwynm/SMR" ], [ "https://github.com/wangxuanx/TalkingStyle" ], [ "https://github.com/KANG-BIOINFO/CellDrift" ], [ "https://github.com/cellatlas/cellatlas" ], [ "https://github.com/dstoeckel/causaltrail" ], [ "https://github.com/VITA-Group/Trap-and-Replace-Backdoor-Defense" ], [ "https://github.com/yasinkaymaz/HieRFIT" ], [ "https://github.com/magnitov/pentad" ], [ "https://github.com/sheng-n/lncRNA-miRNA-interaction-methods" ], [ "https://github.com/Guanjinqu/Clover" ], [ "https://github.com/WangLabTHU/GPro" ], [ "https://github.com/blachlylab/mucor" ], [ "https://github.com/greenelab/generic-expression-patterns" ], [ "https://github.com/smith-chem-wisc/proteoform-suite" ], [ "https://github.com/JamesGallant/ProVision" ], [ "https://github.com/ufbmi/onefl-deduper" ], [ "https://github.com/hassounlab/EPP" ], [ "https://github.com/azankl/Ontoclick" ], [ "https://github.com/laylagerami/MAVEN" ], [ "https://github.com/kingsford-group/miniception" ], [ "https://github.com/zht8506/UniHead" ], [ "https://github.com/FengleiFan/ReLinear" ], [ "https://github.com/brainiak/rt-cloud" ], [ "https://github.com/Oulu-IMEDS/CLIMATv2" ], [ "https://github.com/JinYSun/D-GCAN" ], [ "https://github.com/li-xl/DGNet" ], [ "https://github.com/LirongWu/RFA-GNN" ], [ "https://github.com/Cyang-Zhao/ODAM" ], [ "https://github.com/Hazelsuko07/EMA" ], [ "https://github.com/spectralpublic/RIAN" ], [ "https://github.com/haotian-zhuang/findPC" ], [ "https://github.com/xinwangliu/SimpleMKKMcodes" ], [ "https://github.com/xinwangliu/SimpleMKKMcodes" ], [ "https://github.com/xinwangliu/SimpleMKKMcodes" ], [ "https://github.com/KingJamesSong/OrthoImproveCond" ], [ "https://github.com/xinwangliu/SimpleMKKMcodes" ], [ "https://github.com/StructureFold2/StructureFold2" ], [ "https://github.com/C3BI-pasteur-fr/ReGaTE" ], [ "https://github.com/sunshanwen/BP4RNAseq" ], [ "https://github.com/hetio/xswap" ], [ "https://github.com/xinwangliu/SimpleMKKMcodes" ], [ "https://github.com/venyao/MaizeSNPDB" ], [ "https://github.com/rohan-shah/mpMap2" ], [ "https://github.com/SPIresearch/UTR" ], [ "https://github.com/arunsethuraman/biomi609spring2022" ], [ "https://github.com/matsengrp/phippery" ], [ "https://github.com/SystemsBioinformatics/ecmtool" ], [ "https://github.com/xinwangliu/SimpleMKKMcodes" ], [ "https://github.com/yuansliu/minirmd" ], [ "https://github.com/xinwangliu/SimpleMKKMcodes" ], [ "https://github.com/DominikBuchner/apscale" ], [ "https://github.com/YTLogos/BnaSNPDB" ], [ "https://github.com/Tviskaron/pathfinding-in-stochastic-envs" ], [ "https://github.com/xinwangliu/SimpleMKKMcodes" ], [ "https://github.com/DIAL-RPI/Fed-MENU" ], [ "https://github.com/smajidian/phaseme" ], [ "https://github.com/liseda-lab/kgsim-benchmark" ], [ "https://github.com/nyukat/pathology_extraction" ], [ "https://github.com/zhangzhen/sprites" ], [ "https://github.com/yoterel/iCatcher" ], [ "https://github.com/francescojm/CELLector" ], [ "https://github.com/HCPLab-SYSU/HIAM" ], [ "https://github.com/BioAnalyticResource/eFP-Seq-Browser" ], [ "https://github.com/williamdee1/LMPred_AMP_Prediction" ], [ "https://github.com/crazyhottommy/pyflow_seuratv3_parameter" ], [ "https://github.com/ludovicchaput/FastTargetPred" ], [ "https://github.com/ComputationalGenomics/SimRA" ], [ "https://github.com/bm2-lab/MetaTopics" ], [ "https://github.com/morispi/LRez" ], [ "https://github.com/HudsonAlpha/aRNAPipe" ], [ "https://github.com/shahpr/RiboViz" ], [ "https://github.com/hsinnan75/DART" ], [ "https://github.com/ArcesUnibo/creamino" ], [ "https://github.com/realbigws/DeepCNF_AUC" ], [ "https://github.com/hongsong-wang/PVRNN" ], [ "https://github.com/lauriebelch/SOCfinder" ], [ "https://github.com/qichaoliu/HSI-CNCMN" ], [ "https://github.com/pmckenz1/ipcoal" ], [ "https://github.com/xing-lab-pitt/mosaic-picasso" ], [ "https://github.com/YYJ1anG/MFPSNet" ], [ "https://github.com/qm2/gpress" ], [ "https://github.com/wenjiegroup/BiRen" ], [ "https://github.com/bm2-lab/FL-QSAR" ], [ "https://github.com/cbib/MIX" ], [ "https://github.com/shazanfar/DCARS" ], [ "https://github.com/kantale/pypedia" ], [ "https://github.com/biosinodx/SCCNV" ], [ "https://github.com/yangqy1110/MGDM" ], [ "https://github.com/jizhang-nz/fast-GeP" ], [ "https://github.com/cbcrg/msa-af2-nf" ], [ "https://github.com/chilleo/ALPHA" ], [ "https://github.com/insomnia94/DTWREG" ], [ "https://github.com/stjude/indelPost" ], [ "https://github.com/TanemuraKiyoto/AutoGraph" ], [ "https://github.com/iskana/PBWT-sec" ], [ "https://github.com/chasewnelson/OLGenie" ], [ "https://github.com/DREAMXFAR/FCL-Net" ], [ "https://github.com/ScialdoneLab/COMUNET" ], [ "https://github.com/singlaayush/MINIT" ], [ "https://github.com/teammaclean/blastjs" ], [ "https://github.com/de-Boer-Lab/GIL" ], [ "https://github.com/wdkyh/NR-MVSNet" ], [ "https://github.com/Kari-Genomics-Lab/iDeLUCS" ], [ "https://github.com/delosh653/ECHO" ], [ "https://github.com/ydLiu-HIT/SKSV" ], [ "https://github.com/armsd/aRMSD" ], [ "https://github.com/dwaithe/quantifly" ], [ "https://github.com/dyxstat/HiCBin" ], [ "https://github.com/simonpenel/thirdkind" ], [ "https://github.com/ZhangHanN1/SGLFormer" ], [ "https://github.com/elyadlezmi/RNA2CM" ], [ "https://github.com/CunmeiJi/AEMDA" ], [ "https://github.com/VirtualPharmacist/vp" ], [ "https://github.com/qwangg/MFDNet" ], [ "https://github.com/JosieHong/3DMolMS" ], [ "https://github.com/Kelvin-Ju/GR-PSN" ], [ "https://github.com/statgen/fivex" ], [ "https://github.com/ratschlab/graph_annotation" ], [ "https://github.com/jedforrest/BondGraphs" ], [ "https://github.com/liushunyu/OPT" ], [ "https://github.com/Sanofi-Public/LMR-SurfaceID" ], [ "https://github.com/horsedayday/eQTLsingle" ], [ "https://github.com/vanvalenlab/deepcell-spots" ], [ "https://github.com/vanvalenlab/deepcell-spots" ], [ "https://github.com/saikat15010/Brain-Tumor-Detection" ], [ "https://github.com/simonpenel/thirdkind" ], [ "https://github.com/bihealth/hlama" ], [ "https://github.com/simonpenel/thirdkind" ], [ "https://github.com/frankgenome/DataColor" ], [ "https://github.com/PetarV-/muxstep" ], [ "https://github.com/vanvalenlab/deepcell-spots" ], [ "https://github.com/hiteshpatel379/PyWATER" ], [ "https://github.com/HubYZ/LatentEnhancement" ], [ "https://github.com/Puumanamana/CoCoNet" ], [ "https://github.com/yrjia1015/THItoGene" ], [ "https://github.com/SinOncology/BreakID" ], [ "https://github.com/simonpenel/thirdkind" ], [ "https://github.com/MannLabs/PeptDeep-HLA" ], [ "https://github.com/MCorentin/VarGen" ], [ "https://github.com/dylanbeeber/crispRdesignR" ], [ "https://github.com/vanvalenlab/deepcell-spots" ], [ "https://github.com/l-modolo/TEtools" ], [ "https://github.com/pkuyym/EvolvingAttention" ], [ "https://github.com/dapogon/cellcoal" ], [ "https://github.com/magnusdv/filtus" ], [ "https://github.com/bsml320/deTS" ], [ "https://github.com/zji90/SCRAT" ], [ "https://github.com/BGI-Qingdao/VT3D" ], [ "https://github.com/zhangjunpeng411/LncmiRSRN" ], [ "https://github.com/vicruiser/3Dmapper" ], [ "https://github.com/KennthShang/CHEER" ], [ "https://github.com/hzi-bifo/Quasimodo" ], [ "https://github.com/bert-nmt/BERT-DTI" ], [ "https://github.com/ChnMasterOG/KmerGO" ], [ "https://github.com/ninaqy/Flexible-PU" ], [ "https://github.com/rwk-unil/xSqueezeIt" ], [ "https://github.com/cvn001/transflow" ], [ "https://github.com/fgvieira/ngsF-HMM" ], [ "https://github.com/TAMUCogLab/OpenSync" ], [ "https://github.com/crazyinter/Seq2Vec" ], [ "https://github.com/simonpenel/thirdkind" ], [ "https://github.com/simonpenel/thirdkind" ], [ "https://github.com/syp2ysy/CTNet" ], [ "https://github.com/mengweiren/q-space-conditioned-dwi-synthesis" ], [ "https://github.com/fmfi-compbio/coral-basecaller" ], [ "https://github.com/GIST-CSBL/DeSIDE-DDI" ], [ "https://github.com/hathawayxxh/WCE-AGDN" ], [ "https://github.com/FOI-Bioinformatics/nanometa_live" ], [ "https://github.com/dmis-lab/moable" ], [ "https://github.com/GOMC-WSU/MoSDeF-GOMC" ], [ "https://github.com/bhfs9999/colonoscopy_tissue_screen_and_segmentation" ], [ "https://github.com/edsgard/scphaser" ], [ "https://github.com/moss-lab/ScanFold" ], [ "https://github.com/sylvainprigent/stracking" ], [ "https://github.com/ncbi/tmVar3" ], [ "https://github.com/DCGenomics/DangerTrack" ], [ "https://github.com/AdamaJava/adamajava" ], [ "https://github.com/FischerJo/FAME" ], [ "https://github.com/Raze97/Telegram-Survey-Bot" ], [ "https://github.com/FridleyLab/spatialGE" ], [ "https://github.com/caranathunge/promor" ], [ "https://github.com/raulossio/VCF-plotein" ], [ "https://github.com/illidanlab/inversion-influence-function" ], [ "https://github.com/lixiang117423/qPCRtools" ], [ "https://github.com/sculab/RASP" ], [ "https://github.com/woodyx218/opacus_global_clipping" ], [ "https://github.com/uhlerlab/InfoCORE" ], [ "https://github.com/hsinyenwu/RiboPlotR" ], [ "https://github.com/YingZhou001/IBDkin" ], [ "https://github.com/ncbi/GNorm2" ], [ "https://github.com/spandanagella/verse" ], [ "https://github.com/cepid-cces/hpccs" ], [ "https://github.com/sinc-lab/miRe2e" ], [ "https://github.com/cepid-cces/hpccs" ], [ "https://github.com/cepid-cces/hpccs" ], [ "https://github.com/ExMove/ExMove" ], [ "https://github.com/kad-ecoli/BeEM" ], [ "https://github.com/fazlulhaquejony/SubFeat" ], [ "https://github.com/vanvalenlab/deepcell-spots" ], [ "https://github.com/vanvalenlab/deepcell-spots" ], [ "https://github.com/vanvalenlab/deepcell-spots" ], [ "https://github.com/malabz/HAlign-3" ], [ "https://github.com/vanvalenlab/deepcell-spots" ], [ "https://github.com/WYu-Feng/pc-gain" ], [ "https://github.com/lilit-nersisyan/computel" ], [ "https://github.com/TcbfGroup/Tcbf" ], [ "https://github.com/AlexKnyshov/alibaseq" ], [ "https://github.com/iiclab/DecompST" ], [ "https://github.com/cepid-cces/hpccs" ], [ "https://github.com/juntang-zhuang/explain_invertible" ], [ "https://github.com/simonpenel/thirdkind" ], [ "https://github.com/simonpenel/thirdkind" ], [ "https://github.com/SJTUBME-QianLab/SpiralTransform" ], [ "https://github.com/Jun-Jie-Shi/M2FTrans" ], [ "https://github.com/mazzalab-ieo/recallme" ], [ "https://github.com/gevaertlab/RNA-GAN" ], [ "https://github.com/cepid-cces/hpccs" ], [ "https://github.com/mrzResearchArena/Anticancer-Peptides-CNN" ], [ "https://github.com/transmart/SmartR" ], [ "https://github.com/AutoML-Research/TREFE" ], [ "https://github.com/cepid-cces/hpccs" ], [ "https://github.com/cepid-cces/hpccs" ], [ "https://github.com/cepid-cces/hpccs" ], [ "https://github.com/haifangong/VQAMix" ], [ "https://github.com/yimingxu24/CLDG" ], [ "https://github.com/Wangt-CN/VQG-GCN" ], [ "https://github.com/maialab/quincunx" ], [ "https://github.com/numediart/UMONS-TAICHI" ], [ "https://github.com/slimsuite/diploidocus" ], [ "https://github.com/bartongroup/AlmostSignificant" ], [ "https://github.com/zhuangpeixian/HLRP" ], [ "https://github.com/ShirleyWISiu/LigTMap" ], [ "https://github.com/mdcao/npReader" ], [ "https://github.com/lol88/Mol2Context-vec" ], [ "https://github.com/abdullah009/kcmbt_mt" ], [ "https://github.com/TRON-Bioinformatics/splice2neo" ], [ "https://github.com/SpatialTranscriptomicsResearch/st_viewer" ], [ "https://github.com/Wang-Lin-boop/PPI-Miner" ], [ "https://github.com/jendelel/PrankWebApp" ], [ "https://github.com/saezlab/ShinyFUNKI" ], [ "https://github.com/MengyunQ/CHeart" ], [ "https://github.com/drorlab/GLOW_IVES" ], [ "https://github.com/jasonsahl/wgfast" ], [ "https://github.com/phytest-devs/phytest" ], [ "https://github.com/seqan/needle" ], [ "https://github.com/cran/FactoMineR" ], [ "https://github.com/arumugamlab/MIntO" ], [ "https://github.com/abadona/qsimscan" ], [ "https://github.com/insilicomedicine/DILBERT" ], [ "https://github.com/kosticlab/aether" ], [ "https://github.com/bwringe/hybriddetective" ], [ "https://github.com/xryanglab/RiboMiner" ], [ "https://github.com/LBBSoft/DeepCDA" ], [ "https://github.com/lmward/MetaPOAP" ], [ "https://github.com/Jasonlinchina/RCSM" ], [ "https://github.com/tbwxmu/2019-nCov" ], [ "https://github.com/KlugerLab/Ritornello" ], [ "https://github.com/xin-huang/dadi-cli" ], [ "https://github.com/lucian-ilie/SPRINT" ], [ "https://github.com/aritra90/TeraPCA" ], [ "https://github.com/GeniusTang/Afann" ], [ "https://github.com/ishspsy/project" ], [ "https://github.com/daihang16/nubeamdedup" ], [ "https://github.com/Gabaldonlab/EvolClust" ], [ "https://github.com/sbg/VBT-TrioAnalysis" ], [ "https://github.com/georgeg0/PheGWAS" ], [ "https://github.com/AngelCampos/txtools" ], [ "https://github.com/genetronhealth/uvc" ], [ "https://github.com/johnnytam100/AlphaCutter" ], [ "https://github.com/haessar/peaks2utr" ], [ "https://github.com/zhaoyuzhi/SVCNet" ], [ "https://github.com/zju3dv/MagLoc-AR" ], [ "https://github.com/MBaysanLab/cosap" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/jensengroup/fragbuilder" ], [ "https://github.com/MolBIFFM/vplg" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/WMBEdmands/compMS2Miner" ], [ "https://github.com/ma-compbio/PEP" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/sheng-n/DL-miRNA-disease-association-methods" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/andobrescu/Multi_task_plant_phenotyping" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/Jeffrey-Ede/Electron-Micrograph-Denoiser" ], [ "https://github.com/colabobio/sciviewer" ], [ "https://github.com/sasky1/DPRL" ], [ "https://github.com/pnnl/fqc" ], [ "https://github.com/ASaiM/framework" ], [ "https://github.com/funatiq/cuclark" ], [ "https://github.com/eblancoga/seqcode" ], [ "https://github.com/bbbbbbzhou/MDPET" ], [ "https://github.com/MichaelLinn/off_target_prediction" ], [ "https://github.com/Evotec-Bioinformatics/ml-from-omics" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/zhangjun001/FGNet" ], [ "https://github.com/ShinyWang33/eSL-Net-Plusplus" ], [ "https://github.com/qunfengdong/MicroGMT" ], [ "https://github.com/jhu99/scbean" ], [ "https://github.com/jhu99/scbean" ], [ "https://github.com/VITA-Group/CERL" ], [ "https://github.com/yifang000/QADD" ], [ "https://github.com/fkong7/HeartDeformNets" ], [ "https://github.com/ygjwd12345/VISTA-Net" ], [ "https://github.com/WangJun2023/EEOMVC" ], [ "https://github.com/hammoudiproject/SuperpixelGridMasks" ], [ "https://github.com/jhu99/scbean" ], [ "https://github.com/jhu99/scbean" ], [ "https://github.com/GGchen1997/STEPS_Bioinformatics" ], [ "https://github.com/BenoitMorel/AleRax" ], [ "https://github.com/lichen-lab/MDeep" ], [ "https://github.com/jcarrotzhang/LoLoPicker" ], [ "https://github.com/zhiyuns/UNITPathSSL" ], [ "https://github.com/THGLab/int2cart" ], [ "https://github.com/carolzhou/multiPhATE" ], [ "https://github.com/gzq17/Weakly-Supervised-by-MIP" ], [ "https://github.com/ohuelab/MEGADOCK-on-Colab" ], [ "https://github.com/BAMeScience/Mistle" ], [ "https://github.com/BioSystemsUM/cobamp" ], [ "https://github.com/kusterlab/universal_spectrum_explorer" ], [ "https://github.com/wenyh1616/SAMotif-GCN" ], [ "https://github.com/gdurif/pCMF" ], [ "https://github.com/TravisWheelerLab/BATH" ], [ "https://github.com/eltonpan/zeosyn_dataset" ], [ "https://github.com/gitter-lab/ssps" ], [ "https://github.com/FeiLyu/SASSL" ], [ "https://github.com/dahvida/NP_Fingerprints" ], [ "https://github.com/liulifenyf/TSPTFBS" ], [ "https://github.com/Guo-Xiaoqing/SSL_WCE" ], [ "https://github.com/morisUtokyo/mTR" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/UofABioinformaticsHub/shinyNgsreports" ], [ "https://github.com/Puzzled-Hui/Connectivity-Aware-Airway-Segmentation" ], [ "https://github.com/cimm-kzn/CIMtools" ], [ "https://github.com/id-bioinfo/TIPars" ], [ "https://github.com/jhu99/scbean" ], [ "https://github.com/jhu99/scbean" ], [ "https://github.com/jkimlab/msPIPE" ], [ "https://github.com/jhu99/scbean" ], [ "https://github.com/aljpetri/isONform" ], [ "https://github.com/jhu99/scbean" ], [ "https://github.com/PSSUN/CircCode" ], [ "https://github.com/Bibikiller/HFA" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/stjude/proteinpaint" ], [ "https://github.com/takimailto/HiDiff" ], [ "https://github.com/Genomics-HSE/VGsim" ], [ "https://github.com/gorgen2020/DVGNN" ], [ "https://github.com/caporaso-lab/tax-credit-data" ], [ "https://github.com/yechengxi/Sparc" ], [ "https://github.com/Tarostar/QMLGalaxyPortal" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/reymond-group/PeptideDesignGA" ], [ "https://github.com/vvvwo/II-resampling" ], [ "https://github.com/hasibzunair/synthetic-covid-cxr-dataset" ], [ "https://github.com/yangfangs/physpetools" ], [ "https://github.com/TangXu-Group/DMSGer" ], [ "https://github.com/beebdev/HARU" ], [ "https://github.com/dmcb-gist/MOMA" ], [ "https://github.com/GIST-CSBL/AMP-BERT" ], [ "https://github.com/WangLabTHU/CellTracker" ], [ "https://github.com/cpf0079/CSPT" ], [ "https://github.com/alexandrovteam/pySM" ], [ "https://github.com/eMetaboHUB/Forum-DiseasesChem" ], [ "https://github.com/AnjanaSenanayake/DeepSelectNet" ], [ "https://github.com/ihh/trajectory-likelihood" ], [ "https://github.com/Zongwei97/HIDANet" ], [ "https://github.com/GIST-CSBL/BayeshERG" ], [ "https://github.com/stevenshave/pybindingcurve" ], [ "https://github.com/vsegurar/DeepMSPeptide" ], [ "https://github.com/unistbig/netGO" ], [ "https://github.com/XiaoqiongXia/MDTips" ], [ "https://github.com/FudanDISC/DISCOpen-MedBox-DialoDiagnosis" ], [ "https://github.com/genssi-developer/GenSSI" ], [ "https://github.com/abachaa/Medication_QA_MedInfo2019" ], [ "https://github.com/cz-ye/DECENT" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/zongnansu1982/drug-target-prediction" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/pavancm/GREED" ], [ "https://github.com/thomasp85/PanViz" ], [ "https://github.com/zhangy0822/USER" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/VisDrone/AnimalDrone" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/mi-erasmusmc/TreatmentPatterns" ], [ "https://github.com/refresh-bio/GTC" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/Au3C2/Generator-Versus-Segmentor" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/lcalviell/ORFquant" ], [ "https://github.com/oncogenetics/LocusExplorer" ], [ "https://github.com/Ma-Xinzhi/LightConvNet" ], [ "https://github.com/superYuezhang/RORNet" ], [ "https://github.com/miRTop/mirGFF3" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/FelixGuenther/nc_covid19_bavaria" ], [ "https://github.com/ChrisMaherLab/INTEGRATE-Vis" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/sekijima-lab/SIEVE-Score" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/ThibaultLeroyFr/Intro2PopGenomics" ], [ "https://github.com/Li-Chongyi/ASIF-Net" ], [ "https://github.com/PRIS-CV/PMG-V2" ], [ "https://github.com/hms-dbmi/EHRtemporalVariability" ], [ "https://github.com/tsudalab/ACP4" ], [ "https://github.com/YubinHan73/LSKANet" ], [ "https://github.com/inbo/data-publication" ], [ "https://github.com/lucidif/HiCeekR" ], [ "https://github.com/sys-bio/antimony" ], [ "https://github.com/Splicebox/Jutils" ], [ "https://github.com/LQCT/MDScan" ], [ "https://github.com/LooseLab/Icarust" ], [ "https://github.com/pelinakan/UBD" ], [ "https://github.com/ZZY816/CoRP" ], [ "https://github.com/Cobanoglu-Lab/EPEE" ], [ "https://github.com/aod321/STN-iCNN" ], [ "https://github.com/sellerslab/gemini" ], [ "https://github.com/yyguo-sjtu/DSD-3D-Unsupervised-Landmark-Detection-Based-Motion-Estimation" ], [ "https://github.com/PRIS-CV/AdvancedDropout" ], [ "https://github.com/VIB-PSB/ksrates" ], [ "https://github.com/frankkramer-lab/GPTNERMED" ], [ "https://github.com/zhangyijia1979/hierarchical-RNNs-model-for-DDI-extraction" ], [ "https://github.com/lol88/Meta-GAT" ], [ "https://github.com/seriph78/COTAN" ], [ "https://github.com/gxiaolab/REDITs" ], [ "https://github.com/jas-preet/SPOT-Contact-Single" ], [ "https://github.com/stanfordmlgroup/selfsupervised-lungandheartsounds" ], [ "https://github.com/Popgen48/scalepopgen" ], [ "https://github.com/scverse/ecosystem-packages" ], [ "https://github.com/bioinformatist/CrossICC" ], [ "https://github.com/Novartis/MoaBox" ], [ "https://github.com/Fhujinwu/CTNet" ], [ "https://github.com/Mahim1997/wQFM-2020" ], [ "https://github.com/CloudDataLab/CIR-Net" ], [ "https://github.com/Forest-art/LSV-LP" ], [ "https://github.com/ay-lab/HiCtrans" ], [ "https://github.com/nerel-ds/NEREL-BIO" ], [ "https://github.com/Boyle-Lab/SEM_CPP" ], [ "https://github.com/pzc/herg_chembl_jcim" ], [ "https://github.com/IEkAdN/BactSNP" ], [ "https://github.com/ciceklab/ECOLE" ], [ "https://github.com/VCCRI/Ularcirc" ], [ "https://github.com/wind22zhu/BioMedR" ], [ "https://github.com/fmfi-compbio/osprey" ], [ "https://github.com/JEFworks-Lab/SEraster" ], [ "https://github.com/wsakobe/CylinderTag" ], [ "https://github.com/CVI-SZU/WaveCNet" ], [ "https://github.com/Cuthbert-Huang/CC-Net" ], [ "https://github.com/kamimrcht/ELECTOR" ], [ "https://github.com/Kuanhao-Chao/Wheeler_Graph_Toolkit" ], [ "https://github.com/RUBi-ZA/MODE-TASK" ], [ "https://github.com/hr1912/TreeExp" ], [ "https://github.com/adalca/papago" ], [ "https://github.com/databio/geniml" ], [ "https://github.com/hr1912/TreeExp" ], [ "https://github.com/hr1912/TreeExp" ], [ "https://github.com/hzy95/EPIVAN" ], [ "https://github.com/hr1912/TreeExp" ], [ "https://github.com/RUBi-ZA/MODE-TASK" ], [ "https://github.com/tim-learn/NOUN" ], [ "https://github.com/ivy9092111111/TT-U-Net" ], [ "https://github.com/JC-202/CAGNN" ], [ "https://github.com/mabulnaga/placenta-flattening" ], [ "https://github.com/Knowledge-Graph-Hub/kg-microbe" ], [ "https://github.com/RUBi-ZA/MODE-TASK" ], [ "https://github.com/mabulnaga/placenta-flattening" ], [ "https://github.com/mabulnaga/placenta-flattening" ], [ "https://github.com/RUBi-ZA/MODE-TASK" ], [ "https://github.com/Askarbek-orakov/ASAR" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/Papatheodorou-Group/CATD_snakemake" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/USTC-IMCL/ENVC" ], [ "https://github.com/hr1912/TreeExp" ], [ "https://github.com/mabulnaga/placenta-flattening" ], [ "https://github.com/JCVenterInstitute/PanGenomePipeline" ], [ "https://github.com/hr1912/TreeExp" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/hr1912/TreeExp" ], [ "https://github.com/littlewhitesea/STDAN" ], [ "https://github.com/fizquierdo/perpetually-updated-trees" ], [ "https://github.com/phylogeography/SPREAD" ], [ "https://github.com/pblischak/polyploid-genotyping" ], [ "https://github.com/mfumagalli/ngsJulia" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/minmarg/comer2" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/LarryUESTC/GATE" ], [ "https://github.com/pinetree1/crispr-dav" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/mboboGO/MOMN" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/yuexujiang/DeepDom" ], [ "https://github.com/elbasir/DeepCrystal" ], [ "https://github.com/tchitchek-lab/SPADEVizR" ], [ "https://github.com/JRowleyLab/HiCrayon" ], [ "https://github.com/venyao/ECOGEMS" ], [ "https://github.com/solonas13/maw" ], [ "https://github.com/cbg-ethz/netics" ], [ "https://github.com/LucasCJYSDL/HierAIRL" ], [ "https://github.com/BaderLab/Towards-reliable-BioNER" ], [ "https://github.com/COMBINE-lab/grouper" ], [ "https://github.com/BergmannLab/PascalX" ], [ "https://github.com/Xiangyang1984/Gcluster" ], [ "https://github.com/hr1912/TreeExp" ], [ "https://github.com/difhnp/ELGLT" ], [ "https://github.com/cvlab-stonybrook/Target-absent-Human-Attention" ], [ "https://github.com/Greak-1124/LMFFNet" ], [ "https://github.com/RUBi-ZA/MODE-TASK" ], [ "https://github.com/grisslab/scAnnotatR" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/yiq/SubcloneSeeker" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/mabulnaga/placenta-flattening" ], [ "https://github.com/mabulnaga/placenta-flattening" ], [ "https://github.com/RUBi-ZA/MODE-TASK" ], [ "https://github.com/StantonLabDartmouth/AppScanGEO" ], [ "https://github.com/cziegenhain/UMIcountR" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/Jwicaksana/FedMix" ], [ "https://github.com/Maihj/AC-DIAMOND" ], [ "https://github.com/ZAX130/RDP" ], [ "https://github.com/yarongef/DistilProtBert" ], [ "https://github.com/refresh-bio/FaStore" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/multicom-toolbox/CONFOLD2" ], [ "https://github.com/mabulnaga/placenta-flattening" ], [ "https://github.com/mabulnaga/placenta-flattening" ], [ "https://github.com/BorgwardtLab/Kernelized-Rank-Learning" ], [ "https://github.com/ValeevGroup/libintx" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/RUBi-ZA/MODE-TASK" ], [ "https://github.com/bm2-lab/DeepReac" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/yongzhuang/DeepSVFilter" ], [ "https://github.com/treangenlab/Olivar" ], [ "https://github.com/DIAL-RPI/SCO-SSL" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/molecularmodelinglab/bigbind" ], [ "https://github.com/gersteinlab/MolLM" ], [ "https://github.com/taohan10200/NLT" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/RUBi-ZA/MODE-TASK" ], [ "https://github.com/dgittins/CANT-HYD-HydrocarbonBiodegradation" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/lanagarmire/NMFEM" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/soedinglab/MMseqs" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/misteru/CNAFS" ], [ "https://github.com/Sciope/Sciope" ], [ "https://github.com/lseventeen/DIAS" ], [ "https://github.com/QUST-AIBBDRC/scGMAI" ], [ "https://github.com/Shamir-Lab/NEMO" ], [ "https://github.com/RayRuizhiLiao/mutual_info_img_txt" ], [ "https://github.com/hkaggarwal/J-MoDL" ], [ "https://github.com/Roestlab/massdash" ], [ "https://github.com/vqf/nVenn" ], [ "https://github.com/sfu-compbio/colormap" ], [ "https://github.com/treangenlab/lemur" ], [ "https://github.com/gao-lab/ePooling" ], [ "https://github.com/isugifNF/polishCLR" ], [ "https://github.com/srijandas07/vpnplusplus" ], [ "https://github.com/sanger-tol/yahs" ], [ "https://github.com/hkaneko1985/gtm-generativetopographicmapping" ], [ "https://github.com/iktos/generation-under-synthetic-constraint" ], [ "https://github.com/chhylp123/FMtree" ], [ "https://github.com/CSi-Studio/G-Aligner" ], [ "https://github.com/hkaneko1985/gtm-generativetopographicmapping" ], [ "https://github.com/PeptoneLtd/ADOPT" ], [ "https://github.com/rosemeis/emu" ], [ "https://github.com/RitataLU/ATACgraph" ], [ "https://github.com/abzu-ai/QLattice-clinical-omics" ], [ "https://github.com/davidcraft/SimKern" ], [ "https://github.com/CZHQuality/AAA-Pix2pix" ], [ "https://github.com/Pengeace/MGRFE-GaRFE" ], [ "https://github.com/zphyix/TCM" ], [ "https://github.com/chenbong/PSS-Net" ], [ "https://github.com/genomicepidemiology/ARGprofiler" ], [ "https://github.com/delehef/fusta" ], [ "https://github.com/maups/covid19-satellite-analysis" ], [ "https://github.com/NGSeq/ViraPipe" ], [ "https://github.com/LLNL/LIST" ], [ "https://github.com/med-air/DLTTA" ], [ "https://github.com/ZPDu/Redesigning-Multi-Scale-Neural-Network-for-Crowd-Counting" ], [ "https://github.com/Charrick/SDN2GO" ], [ "https://github.com/fengcong3/HAPPE" ], [ "https://github.com/hkaneko1985/gtm-generativetopographicmapping" ], [ "https://github.com/IEDB/PEPMatch" ], [ "https://github.com/qianngli/DualSR" ], [ "https://github.com/ahmedhshahin/CenTime" ], [ "https://github.com/TobiTekath/DTUrtle" ], [ "https://github.com/michalkoziarski/DiagSet" ], [ "https://github.com/macmanes-lab/Oyster_River_Protocol" ], [ "https://github.com/pcastellanoescuder/FoodBiomarkerOntology" ], [ "https://github.com/CityU-AIM-Group/I2GCN" ], [ "https://github.com/sschrod/BITES" ], [ "https://github.com/raovish6/TABS" ], [ "https://github.com/horvatovichlab/MSIWarp" ], [ "https://github.com/brentp/methylcode" ], [ "https://github.com/huangnengCSU/BlockPolish" ], [ "https://github.com/pierpal/ARGON" ], [ "https://github.com/hkaneko1985/gtm-generativetopographicmapping" ], [ "https://github.com/hkaneko1985/gtm-generativetopographicmapping" ], [ "https://github.com/wwyi1828/CluSiam" ], [ "https://github.com/hkaneko1985/gtm-generativetopographicmapping" ], [ "https://github.com/linjiatai/PDBL" ], [ "https://github.com/mirthAI/MicroSegNet" ], [ "https://github.com/tastanlab/matchmaker" ], [ "https://github.com/lrgr/sigma" ], [ "https://github.com/csms-ethz/CombiFF" ], [ "https://github.com/wsjeon92/FP2VEC" ], [ "https://github.com/lyuxianqiang/LFLL-DCU" ], [ "https://github.com/Huiimin5/comwin" ], [ "https://github.com/wenjiegroup/PEDLA" ], [ "https://github.com/trainsn/GNN-Surrogate" ], [ "https://github.com/mmundy42/mackinac" ], [ "https://github.com/NicolaDM/phastSim" ], [ "https://github.com/CSi-Studio/Aird-SDK" ], [ "https://github.com/inincs/pyNCS" ], [ "https://github.com/hongwang01/OSCNet" ], [ "https://github.com/MarieOestreich/hCoCena" ], [ "https://github.com/Reedwarbler/REPdenovo" ], [ "https://github.com/bigwiv/BlastGraph" ], [ "https://github.com/Christensen-Lab-Dartmouth/methyLiftover" ], [ "https://github.com/amkozlov/cellphy" ], [ "https://github.com/dmis-lab/VAECox" ], [ "https://github.com/xmed-lab/TimeStamp-Surgical" ], [ "https://github.com/LPengYang/Saturation-Line-Prior" ], [ "https://github.com/xjtu-omics/IAGS" ], [ "https://github.com/ncats/ld50-multitask" ], [ "https://github.com/alexander-malafeev/microsleep-detection" ], [ "https://github.com/diskin-lab-chop/AutoGVP" ], [ "https://github.com/JunbongJang/contour-tracking" ], [ "https://github.com/jind11/Deep-PICO-Detection" ], [ "https://github.com/CSB-KaracaLab/prot-on" ], [ "https://github.com/MetaSeek-Sequencing-Data-Discovery/metaseek" ], [ "https://github.com/zikai1/GraphReg" ], [ "https://github.com/SamStudio8/goldilocks" ], [ "https://github.com/alubbock/microbench" ], [ "https://github.com/wgzgithub/VeTra" ], [ "https://github.com/alevar/tiebrush" ], [ "https://github.com/redsnic/WGA-LP" ], [ "https://github.com/deepomicslab/DeepHost" ], [ "https://github.com/yphsieh/ItgDB" ], [ "https://github.com/anjalisilva/MPLNClust" ], [ "https://github.com/ablab/metaGT" ], [ "https://github.com/IRMVLab/HALFlow" ], [ "https://github.com/MarWoes/viper" ], [ "https://github.com/nlpie-research/Compact-Biomedical-Transformers" ], [ "https://github.com/salzberg-lab/PSAURON" ], [ "https://github.com/nlesc-nano/CAT" ], [ "https://github.com/CSi-Studio/AirdPro" ], [ "https://github.com/refresh-bio/vcfshark" ], [ "https://github.com/rchereji/plot2DO" ], [ "https://github.com/fukunagatsu/RIblast" ], [ "https://github.com/hkaneko1985/gtm-generativetopographicmapping" ], [ "https://github.com/jonescompneurolab/SpectralEvents" ], [ "https://github.com/yuewangpanda/BioMethyl" ], [ "https://github.com/FadyMohareb/mapoptics" ], [ "https://github.com/hkaneko1985/gtm-generativetopographicmapping" ], [ "https://github.com/buptantEEG/BEATS" ], [ "https://github.com/ksanao/TGNet" ], [ "https://github.com/bcgsc/ntEmbd" ], [ "https://github.com/nnzhan/TraverseNet" ], [ "https://github.com/lsabrinax/VideoTextSCM" ], [ "https://github.com/yuesongtian/AlphaGAN" ], [ "https://github.com/yangbang18/CARE" ], [ "https://github.com/joel99/context_general_bci" ], [ "https://github.com/tzok/eltetrado" ], [ "https://github.com/taozh2017/FAPNet" ], [ "https://github.com/bearprin/Neural-IMLS" ], [ "https://github.com/psychopa4/MSHPFNL" ], [ "https://github.com/cauyrd/ScanIndel" ], [ "https://github.com/Integrative-Transcriptomics/DamageProfiler" ], [ "https://github.com/cynricfu/MECCH" ], [ "https://github.com/Schuture/Meta-USCL" ], [ "https://github.com/NCBI-Hackathons/Network_SNPs" ], [ "https://github.com/CNRGH/crimmix" ], [ "https://github.com/tzok/eltetrado" ], [ "https://github.com/biodataganache/leapR" ], [ "https://github.com/tzok/eltetrado" ], [ "https://github.com/DeepSpectrum/DeepSpectrumLite" ], [ "https://github.com/biorack/magi" ], [ "https://github.com/tlawrence3/amPEPpy" ], [ "https://github.com/tzok/eltetrado" ], [ "https://github.com/JHome1/GiO-GiT" ], [ "https://github.com/stuchalk/OSDB" ], [ "https://github.com/jingry/autoBioSeqpy" ], [ "https://github.com/mdkarcher/phylodyn" ], [ "https://github.com/mzlr/sau-net" ], [ "https://github.com/gtDMMB/RNAStructViz" ], [ "https://github.com/ChrispinChaguza/RCandy" ], [ "https://github.com/NanYoMy/cmmas" ], [ "https://github.com/mzlr/sau-net" ], [ "https://github.com/ciortanmadalina/graph-sc" ], [ "https://github.com/mzlr/sau-net" ], [ "https://github.com/gedoardo83/GARFIELD-NGS" ], [ "https://github.com/smithlabcode/walt" ], [ "https://github.com/tzok/eltetrado" ], [ "https://github.com/scharch/SONAR" ], [ "https://github.com/moosa-r/rbioapi" ], [ "https://github.com/NeuroSyd/breast-cancer-sub-types" ], [ "https://github.com/tzok/eltetrado" ], [ "https://github.com/zetayue/CPA" ], [ "https://github.com/lyhkevin/Graph-V-Net" ], [ "https://github.com/kcakdemir/HiCPlotter" ], [ "https://github.com/UGA-BSAIL/plant_3d_deep_learning" ], [ "https://github.com/tzok/eltetrado" ], [ "https://github.com/hguo/ftk" ], [ "https://github.com/schlegelp/tanglegram" ], [ "https://github.com/Yingjun-Du/VID" ], [ "https://github.com/kreimanlab/WhenPigsFlyContext" ], [ "https://github.com/hildebra/Rarefaction" ], [ "https://github.com/liliangnudt/LSWMKC" ], [ "https://github.com/tzok/eltetrado" ], [ "https://github.com/SLDGroup/survey-zero-shot-nas" ], [ "https://github.com/rpeckner-broad/Specter" ], [ "https://github.com/mzlr/sau-net" ], [ "https://github.com/cartoonist/psi" ], [ "https://github.com/mathelab/RaMP-DB" ], [ "https://github.com/greener-group/GB99dms" ], [ "https://github.com/feigl/gipht" ], [ "https://github.com/yigbt/multiGSEA" ], [ "https://github.com/waynebhayes/BLANT" ], [ "https://github.com/lmcai/PhyloHerb" ], [ "https://github.com/gamcil/synthaser" ], [ "https://github.com/idekerlab/ddot" ], [ "https://github.com/cast-genomics/haptools" ], [ "https://github.com/cantinilab/HuMMuS" ], [ "https://github.com/PombertLab/3DFI" ], [ "https://github.com/zacherydickson/HUBDesign" ], [ "https://github.com/fabriciopa/gofeat" ], [ "https://github.com/jtnystrom/discount" ], [ "https://github.com/Changwuuu/Cuproptosis-pancancer" ], [ "https://github.com/terrimporter/MetaWorks" ], [ "https://github.com/boutroslab/HTSvis" ], [ "https://github.com/fahaihi/PMFFRC" ], [ "https://github.com/Shen-Lab/LOIS" ], [ "https://github.com/julie-forman-kay-lab/IDPConformerGenerator" ], [ "https://github.com/databio/IGD" ], [ "https://github.com/youweiliang/Multi-view_Graph_Learning" ], [ "https://github.com/EBIvariation/CMAT" ], [ "https://github.com/aioz-ai/LDR_ALDK" ], [ "https://github.com/bitvis2021/HiTailor" ], [ "https://github.com/HySonLab/Multires-Graph-Transformer" ], [ "https://github.com/multicom-toolbox/multicom" ], [ "https://github.com/wanglabtongji/STRIDE" ], [ "https://github.com/bridgeqiqi/DREAM" ], [ "https://github.com/elixir-europe/biovalidator" ], [ "https://github.com/benhid/Sequoya" ], [ "https://github.com/piyuranjan/SNIKT" ], [ "https://github.com/rajesh-lab/deep_permutation_invariant" ], [ "https://github.com/Laboratoire-de-Chemoinformatique/HyFactor" ], [ "https://github.com/mzlr/sau-net" ], [ "https://github.com/PYangLab/Matilda" ], [ "https://github.com/Merck/PepSeA" ], [ "https://github.com/hahnec/rf-ulm" ], [ "https://github.com/maple-research-lab/caco" ], [ "https://github.com/olly-styles/Trajectory-Tensors" ], [ "https://github.com/fumiomatsuda/mfapy" ], [ "https://github.com/jiazhao97/BWMR" ], [ "https://github.com/zhaoyuzhi/HSGAN" ], [ "https://github.com/pfenninglab/halLiftover-postprocessing" ], [ "https://github.com/mzlr/sau-net" ], [ "https://github.com/danmaclean/bioruby-svgenes" ], [ "https://github.com/boun-tabi/biochemical-lms-for-drug-design" ], [ "https://github.com/XiaoxFeng/IENet" ], [ "https://github.com/HelikarLab/CancerDiscover" ], [ "https://github.com/gifford-lab/DeepLigand" ], [ "https://github.com/SenseTime-Knowledge-Mining/BridgeDPI" ], [ "https://github.com/oxpig/SPACE2" ], [ "https://github.com/nilesh-tawari/ChronQC" ], [ "https://github.com/azizilab/decipher" ], [ "https://github.com/YJulyXing/SECNVs" ], [ "https://github.com/Wzhjerry/autoSMIM" ], [ "https://github.com/OpenBioLink/Explorer" ], [ "https://github.com/liuhc8/Aperture" ], [ "https://github.com/anitalu724/MutScape" ], [ "https://github.com/jinnh/ReSSS-ConvSet" ], [ "https://github.com/mzlr/sau-net" ], [ "https://github.com/mzlr/sau-net" ], [ "https://github.com/SAINTProtein/SAINT" ], [ "https://github.com/paudano/kestrel" ], [ "https://github.com/lmbxmu/DCFF" ], [ "https://github.com/PavlopoulosLab/NORMA" ], [ "https://github.com/PavlopoulosLab/NORMA" ], [ "https://github.com/mojaveazure/angsd-wrapper" ], [ "https://github.com/Prunoideae/MitoFlex" ], [ "https://github.com/abelavit/PepCNN" ], [ "https://github.com/chgibb/PHAT" ], [ "https://github.com/FemeniasM/ExplorATEproject" ], [ "https://github.com/Mathelab/RaMP-DB" ], [ "https://github.com/nchucvml/STVT" ], [ "https://github.com/UCanCompBio/deltaBS" ], [ "https://github.com/Shihang-Wang-58/DeepSA" ], [ "https://github.com/Albert-Lau-Lab/tactics_protein_analysis" ], [ "https://github.com/neuropoly/multiclass-segmentation" ], [ "https://github.com/DominikBatic/EndoViT" ], [ "https://github.com/shubhamchandak94/HARC" ], [ "https://github.com/dengsutao/glsan" ], [ "https://github.com/Lpiol/MultiVERSE" ], [ "https://github.com/PavlopoulosLab/NORMA" ], [ "https://github.com/Parsoa/Nebula" ], [ "https://github.com/nafizh/NeuBI" ], [ "https://github.com/younglululu/COCACOLA" ], [ "https://github.com/PavlopoulosLab/NORMA" ], [ "https://github.com/PavlopoulosLab/NORMA" ], [ "https://github.com/PavlopoulosLab/NORMA" ], [ "https://github.com/bcgsc/pavfinder" ], [ "https://github.com/PavlopoulosLab/NORMA" ], [ "https://github.com/PavlopoulosLab/NORMA" ], [ "https://github.com/jiantao/Tangram" ], [ "https://github.com/Bhattacharya-Lab/EquiPNAS" ], [ "https://github.com/kundajelab/fastISM" ], [ "https://github.com/Bhattacharya-Lab/EquiPNAS" ], [ "https://github.com/Bhattacharya-Lab/EquiPNAS" ], [ "https://github.com/csirac/dynamicDBG" ], [ "https://github.com/jianlin-cheng/TransFun" ], [ "https://github.com/Gardner-BinfLab/TISIGNER-ReactJS" ], [ "https://github.com/MathLee/HAINet" ], [ "https://github.com/dterg/biomedical_corpora" ], [ "https://github.com/YeoLab/MINES" ], [ "https://github.com/jiantao/Tangram" ], [ "https://github.com/irinagain/mixedCCA" ], [ "https://github.com/yydiao1025/MacFrag" ], [ "https://github.com/Bhattacharya-Lab/EquiPNAS" ], [ "https://github.com/divelab/deepem3d" ], [ "https://github.com/alosdiallo/DNA_Rchitect" ], [ "https://github.com/qiime2/q2-feature-classifier" ], [ "https://github.com/jianzongwu/robust-ref-seg" ], [ "https://github.com/srp33/ShinyLearner" ], [ "https://github.com/wiederm/transformato" ], [ "https://github.com/XikunHan/metabolomicsR" ], [ "https://github.com/soedinglab/merlot" ], [ "https://github.com/tyo-nu/MINE-Database" ], [ "https://github.com/Issingjessica/MDA-CNN" ], [ "https://github.com/TU-Darmstadt-APQ/RedPitaya-IntStab" ], [ "https://github.com/JungeAlexander/cocoscore" ], [ "https://github.com/interactivereport/RNASequest" ], [ "https://github.com/AlexandrovLab/SigProfilerSimulator" ], [ "https://github.com/tyo-nu/MINE-Database" ], [ "https://github.com/jiantao/Tangram" ], [ "https://github.com/tyo-nu/MINE-Database" ], [ "https://github.com/songlab/chance" ], [ "https://github.com/GMOD/cram-js" ], [ "https://github.com/AoxiangFan/EifficientDeterministicSearch" ], [ "https://github.com/HDCVLab/Enhanced-Spatio-Temporal-Interaction-Learning-for-Video-Deraining" ], [ "https://github.com/SynBioDex/tyto" ], [ "https://github.com/ZimmermanGroup/conformer-rl" ], [ "https://github.com/taoshen99/AutoMolDesigner" ], [ "https://github.com/jtleek/svaseq" ], [ "https://github.com/sanshu/protaeljs" ], [ "https://github.com/xthua/bacant" ], [ "https://github.com/schatzlab/scikit-ribo" ], [ "https://github.com/jswati31/gazeclr" ], [ "https://github.com/extremebird/Hydra" ], [ "https://github.com/uio-bmi/dagsim" ], [ "https://github.com/nie-lang/CoupledTPS" ], [ "https://github.com/theorod93/sCCA" ], [ "https://github.com/tyo-nu/MINE-Database" ], [ "https://github.com/mangye16/ReID-Label-Noise" ], [ "https://github.com/jiantao/Tangram" ], [ "https://github.com/Bhattacharya-Lab/EquiPNAS" ], [ "https://github.com/miRTop/mirtop" ], [ "https://github.com/lockEF/MultiwayRegression" ], [ "https://github.com/yhnju/tspFormer" ], [ "https://github.com/Shamir-Lab/Faucet" ], [ "https://github.com/neuropoly/axonseg" ], [ "https://github.com/zyxxmu/White-Box" ], [ "https://github.com/jiantao/Tangram" ], [ "https://github.com/jiantao/Tangram" ], [ "https://github.com/jiantao/Tangram" ], [ "https://github.com/sarahet/RLM" ], [ "https://github.com/MRogalski96/FPM-app" ], [ "https://github.com/soumelis-lab/ICELLNET" ], [ "https://github.com/ryangreenj/bioinformatics_tool_recommendation" ], [ "https://github.com/penghu-cs/RCL" ], [ "https://github.com/jiantao/Tangram" ], [ "https://github.com/Damseh/VascularGraph" ], [ "https://github.com/ChrisMaherLab/INTEGRATE-Neo" ], [ "https://github.com/ShenXuelin-CityU/PWJNDInfer" ], [ "https://github.com/alexQiSong/scSTEM" ], [ "https://github.com/ctlab/metacherchant" ], [ "https://github.com/DrosophilaGenomeEvolution/TrEMOLO" ], [ "https://github.com/ZerojumpLine/CoLab" ], [ "https://github.com/hongwang01/DRCDNet" ], [ "https://github.com/tyo-nu/MINE-Database" ], [ "https://github.com/tyo-nu/MINE-Database" ], [ "https://github.com/wanglabtongji/SCRIP" ], [ "https://github.com/saeed-anwar/R2Net" ], [ "https://github.com/unipept/unipept-visualizations" ], [ "https://github.com/sckangz/SelfsupervisedSC" ], [ "https://github.com/AlgoLab/shark" ], [ "https://github.com/Lailabcode/DeepSCM" ], [ "https://github.com/OSS-Lab/MetQy" ], [ "https://github.com/largelymfs/DeepFold" ], [ "https://github.com/lutteropp/QuartetScores" ], [ "https://github.com/VisLab/EEG-Blinks" ], [ "https://github.com/tyo-nu/MINE-Database" ], [ "https://github.com/tyo-nu/MINE-Database" ], [ "https://github.com/Ha0Tang/DPGAN" ], [ "https://github.com/selcukorkmaz/geneSurv" ], [ "https://github.com/alshai/rowbowt" ], [ "https://github.com/Bhattacharya-Lab/EquiPNAS" ], [ "https://github.com/LieberInstitute/dotdotdot" ], [ "https://github.com/ParImmune/SINAPs" ], [ "https://github.com/SemBioProcess/SemGen" ], [ "https://github.com/sbelharbi/deep-wsl-histo-min-max-uncertainty" ], [ "https://github.com/MolecularAI/Lib-INVENT-dataset" ], [ "https://github.com/jtaghiyar/kronos" ], [ "https://github.com/bioinfo-ut/PhenotypeSeeker" ], [ "https://github.com/hongwang01/DICDNet" ], [ "https://github.com/CapsuleEndoscope/EndoL2H" ], [ "https://github.com/intermine/interMineR" ], [ "https://github.com/cbg-ethz/BnpC" ], [ "https://github.com/Bhattacharya-Lab/EquiPNAS" ], [ "https://github.com/Jiahao-UTS/DSLPT" ], [ "https://github.com/zabir-nabil/Fibro-CoSANet" ], [ "https://github.com/CRossSchmidtlein/dPETSTEP" ], [ "https://github.com/ucrbioinfo/PGV" ], [ "https://github.com/gc5k/GEAR" ], [ "https://github.com/Bhattacharya-Lab/EquiPNAS" ], [ "https://github.com/yfsong0709/EfficientGCNv1" ], [ "https://github.com/96jhwei/Genetic-U-Net" ], [ "https://github.com/YinanZheng/HIMA" ], [ "https://github.com/ndokmai/sgx-genome-variants-search" ], [ "https://github.com/ancorasir/flange_handeye_calibration" ], [ "https://github.com/ODonnell-Lipidomics/LipidFinder" ], [ "https://github.com/medvedevgroup/vargeno" ], [ "https://github.com/alexjfoote/reetoolbox" ], [ "https://github.com/cortes-ciriano-lab/ReConPlot" ], [ "https://github.com/slzarate/parliament2" ], [ "https://github.com/rdong08/GiniClust3" ], [ "https://github.com/safaad/aim" ], [ "https://github.com/nyiuab/BhGLM" ], [ "https://github.com/NIH-MIP/Radiology_Image_Preprocessing_for_Deep_Learning" ], [ "https://github.com/VisLab/EEG-Spindles" ], [ "https://github.com/schwallergroup/augmented_memory" ], [ "https://github.com/broadinstitute/flipbook" ], [ "https://github.com/mobiusklein/psims" ], [ "https://github.com/iimog/bcgTree" ], [ "https://github.com/qq456cvb/CPPF2" ], [ "https://github.com/danlbek/Seed" ], [ "https://github.com/DataSlingers/clustRviz" ], [ "https://github.com/misshie/bioruby-ucsc-api" ], [ "https://github.com/keyes-timothy/tidytof" ], [ "https://github.com/OpenFreeEnergy/kartograf" ], [ "https://github.com/SaraEl-Metwally/LightAssembler" ], [ "https://github.com/tomas-fer/HybPhyloMaker" ], [ "https://github.com/ding-lab/BreakPointSurveyor" ], [ "https://github.com/transbioZI/RMTL" ], [ "https://github.com/ballesterus/UPhO" ], [ "https://github.com/AshuiRUA/NPI-GNN" ], [ "https://github.com/MoritzKappel/MoNeRF" ], [ "https://github.com/Junseok0207/scGPCL" ], [ "https://github.com/oscarlr/MsPAC" ], [ "https://github.com/bonsai-team/matam" ], [ "https://github.com/RUBi-ZA/JMS" ], [ "https://github.com/GCA-VH-lab/FlaGs" ], [ "https://github.com/gavinmdouglas/POMS" ], [ "https://github.com/Acare/hacksig" ], [ "https://github.com/strauchlab/iNNterfaceDesign" ], [ "https://github.com/harry-maan/gmx_qk" ], [ "https://github.com/m-crown/SPEAR" ], [ "https://github.com/vicsanga/Postre" ], [ "https://github.com/yeastrc/snipviz" ], [ "https://github.com/Argonum-Clever2/mike" ], [ "https://github.com/sarbal/EGAD" ], [ "https://github.com/phglab/ARGDIT" ], [ "https://github.com/gymrek-lab/longtr" ], [ "https://github.com/gymrek-lab/longtr" ], [ "https://github.com/gymrek-lab/longtr" ], [ "https://github.com/gymrek-lab/longtr" ], [ "https://github.com/W-L/deviaTE" ], [ "https://github.com/cjbrasher/LipidFinder" ], [ "https://github.com/anuradhawick/MetaBCC-LR" ], [ "https://github.com/mad-lab/transit" ], [ "https://github.com/stephaniehicks/methylCC" ], [ "https://github.com/YuLab-SMU/nCov2019" ], [ "https://github.com/rsanchezgarc/micrograph_cleaner_em" ], [ "https://github.com/hobae/AnomiGAN" ], [ "https://github.com/EpistasisLab/ebic" ], [ "https://github.com/labomics/MetaLogo" ], [ "https://github.com/zjukongming/TranSQ" ], [ "https://github.com/psipred/DeepMetaPSICOV" ], [ "https://github.com/mkg1204/RHMNet-for-SSVOS" ], [ "https://github.com/MolecularAI/route-distances" ], [ "https://github.com/ProbstLab/uBin" ], [ "https://github.com/StanfordBioinformatics/Hummingbird" ], [ "https://github.com/pievos101/GNN-SubNet" ], [ "https://github.com/akiomiyao/tif" ], [ "https://github.com/lep990816/Interpretable-Multi-modal-Image-Registration" ], [ "https://github.com/ecomontec/ecoSound-web" ], [ "https://github.com/gymrek-lab/longtr" ], [ "https://github.com/gymrek-lab/longtr" ], [ "https://github.com/Megvii-Nanjing/ED-Net" ], [ "https://github.com/richardmleggett/nextclip" ], [ "https://github.com/pachterlab/qcbc" ], [ "https://github.com/magspho/hifieval" ], [ "https://github.com/pedronachtigall/CodAn" ], [ "https://github.com/filipspl/AnnapuRNA" ], [ "https://github.com/eudoraleer/scasa" ], [ "https://github.com/gymrek-lab/longtr" ], [ "https://github.com/opencobra/Medusa" ], [ "https://github.com/TheJacksonLaboratory/CloudNeo" ], [ "https://github.com/gymrek-lab/longtr" ], [ "https://github.com/scoutzxb/CscoreTool" ], [ "https://github.com/carjed/helmsman" ], [ "https://github.com/IBM/InterpretableDTIP" ], [ "https://github.com/GuoBioinfoLab/CATT" ], [ "https://github.com/nku-zhichengzhang/PlaneSeg" ], [ "https://github.com/metasnv-tool/metaSNV" ], [ "https://github.com/schultzelab/Shiny-Seq" ], [ "https://github.com/selfdecode/rd-eztraits" ], [ "https://github.com/arosenfeld/immunedb" ], [ "https://github.com/baiboat/HSNet" ], [ "https://github.com/ManchesterBioinference/GPcounts" ], [ "https://github.com/zmzhang/TEAM" ], [ "https://github.com/BilkentCompGen/tardis" ], [ "https://github.com/kuleshov/architect" ], [ "https://github.com/rhysf/HaplotypeTools" ], [ "https://github.com/rsemeraro/PyPore" ], [ "https://github.com/fansalon/TEspeX" ], [ "https://github.com/pogudingleb/SIAN" ], [ "https://github.com/guangyu-zhou/MuPIPR" ], [ "https://github.com/mdbloice/Pyrea" ], [ "https://github.com/XMUDM/ShillingAttack" ], [ "https://github.com/LaiSongxuan/SynSig2Vec" ], [ "https://github.com/RobertGregg/CellularPotts" ], [ "https://github.com/federicogiorgi/corto" ], [ "https://github.com/enormandeau/mapcomp" ], [ "https://github.com/HakimBenkirane/CustOmics" ], [ "https://github.com/winycg/L-MCL" ], [ "https://github.com/bozhubo/SeNic" ], [ "https://github.com/xgaoo/ClusterMap" ], [ "https://github.com/almeidasilvaf/syntenet" ], [ "https://github.com/nie-lang/RotationCorrection" ], [ "https://github.com/leeyang/ResPRE" ], [ "https://github.com/jessicabonnie/dandd" ], [ "https://github.com/ljatynu/NIMCGCN" ], [ "https://github.com/totient-bio/gatnn-vs" ], [ "https://github.com/tvpham/iq" ], [ "https://github.com/yunwilliamyu/opal" ], [ "https://github.com/s6juncheng/BERTMHC" ], [ "https://github.com/mlandis/phylowood" ], [ "https://github.com/krishnanlab/PyGenePlexus" ], [ "https://github.com/inab/BIOLITMAP" ], [ "https://github.com/lhc17/HoloNet" ], [ "https://github.com/flyywh/Recurrent-Multi-Frame-Deraining" ], [ "https://github.com/gordon-chenmo/UTRAD" ], [ "https://github.com/ZiqiaoZhang/FraGAT" ], [ "https://github.com/bio-ontology-research-group/DL2Vec" ], [ "https://github.com/bokulich-lab/q2-fondue" ], [ "https://github.com/thuxugang/opus_fold" ], [ "https://github.com/lorrainea/CNEFinder" ], [ "https://github.com/anooplab/pyar" ], [ "https://github.com/tbaccata/amica" ], [ "https://github.com/zm17943/SplitAVG" ], [ "https://github.com/NuttyLogic/BSBolt" ], [ "https://github.com/dyxmvp/Spatial_ATAC-seq" ], [ "https://github.com/NDCLab/tfpca-tutorial" ], [ "https://github.com/ohlab/SMEG" ], [ "https://github.com/Layne-Huang/EGFI" ], [ "https://github.com/gjun/muCNV" ], [ "https://github.com/renzhenwang/pairwise_segmentation" ], [ "https://github.com/andreaskapou/scMET" ], [ "https://github.com/YuemingJin/STswinCL" ], [ "https://github.com/feiglab/sars-cov-2-proteins" ], [ "https://github.com/DormanLab/AmpliCI" ], [ "https://github.com/DormanLab/AmpliCI" ], [ "https://github.com/DormanLab/AmpliCI" ], [ "https://github.com/DormanLab/AmpliCI" ], [ "https://github.com/DormanLab/AmpliCI" ], [ "https://github.com/zju-vipa/spot-adaptive-pytorch" ], [ "https://github.com/DormanLab/AmpliCI" ], [ "https://github.com/DormanLab/AmpliCI" ], [ "https://github.com/skinahan/DIVA_PyTorch" ], [ "https://github.com/super-resolution/Locan" ], [ "https://github.com/TaatiTeam/pain_detection_demo" ], [ "https://github.com/insilichem/esigen" ], [ "https://github.com/DormanLab/AmpliCI" ], [ "https://github.com/microbinfie-hackathon2020/CSIS" ], [ "https://github.com/jumphone/Vector" ], [ "https://github.com/fkallen/CARE" ], [ "https://github.com/skandlab/SMuRF" ], [ "https://github.com/hoelzer/pocp" ], [ "https://github.com/vgteam/libhandlegraph" ], [ "https://github.com/abruckert/eye_tracking_filmmaking" ], [ "https://github.com/batmanlab/ICML-2023-Route-interpret-repeat" ], [ "https://github.com/gabaldonlab/haplotypo" ], [ "https://github.com/FATSLiM/fatslim" ], [ "https://github.com/anlin00007/OnTAD" ], [ "https://github.com/Grantlab/bio3d" ], [ "https://github.com/bigdataprocessor/bigdataprocessor2" ], [ "https://github.com/forrest-lab/scMatch" ], [ "https://github.com/OpenTreeOfLife/phylesystem" ], [ "https://github.com/guanghaoyin/CMDSR" ], [ "https://github.com/mkanai/grimon" ], [ "https://github.com/xdweixia/TBGL-MVC" ], [ "https://github.com/RayRuizhiLiao/joint_chestxray" ], [ "https://github.com/AdrianSeguraOrtiz/GENECI" ], [ "https://github.com/andreaskapou/BPRMeth" ], [ "https://github.com/bcgsc/btllib" ], [ "https://github.com/holtzy/GenMap-Comparator" ], [ "https://github.com/ctDNA/TNER" ], [ "https://github.com/carpentries-incubator/ml4bio-workshop" ], [ "https://github.com/bcgsc/btllib" ], [ "https://github.com/friendsofstrandseq/mosaicatcher-pipeline" ], [ "https://github.com/pylelab/rMSA" ], [ "https://github.com/ChenHuilong1223/CFVisual" ], [ "https://github.com/shaunpwilkinson/aphid" ], [ "https://github.com/Bgi-LUSH/GPMeta" ], [ "https://github.com/wbshu/Crowd_Counting_in_the_Frequency_Domain" ], [ "https://github.com/oxpig/PLAbDab" ], [ "https://github.com/ekg/guix-genomics" ], [ "https://github.com/kundajelab/gkmexplain" ], [ "https://github.com/batmanlab/AGXNet" ], [ "https://github.com/RabbitBio/RabbitQCPlus" ], [ "https://github.com/hellooks/CDNet" ], [ "https://github.com/ProwlerForNanopore/ProwlerTrimmer" ], [ "https://github.com/afvillaverde/strike-goldd" ], [ "https://github.com/songweizhi/MarkerMAG" ], [ "https://github.com/ailabstw/ezGeno" ], [ "https://github.com/dimitrisPs/msdesis" ], [ "https://github.com/salbrec/seqQscorer" ], [ "https://github.com/ruiyi-zhang/scPretrain" ], [ "https://github.com/jianlin-cheng/GenomeFlow" ], [ "https://github.com/TillMacher/TaxonTableTools" ], [ "https://github.com/oxsatoolbox/oxsa" ], [ "https://github.com/bihealth/scelvis" ], [ "https://github.com/dzjxzyd/UniDL4BioPep" ], [ "https://github.com/xdynames/sai-app" ], [ "https://github.com/egr95/R-codacore" ], [ "https://github.com/bcgsc/btllib" ], [ "https://github.com/ZekunYin/RabbitMash" ], [ "https://github.com/NUIST-Videocoding/VCRNet" ], [ "https://github.com/gjeunen/reference_database_creator" ], [ "https://github.com/saucermanlab/Netflux" ], [ "https://github.com/bcgsc/btllib" ], [ "https://github.com/bcgsc/btllib" ], [ "https://github.com/UCLA-VAST/splag" ], [ "https://github.com/KechrisLab/SmCCNet" ], [ "https://github.com/sanger-pathogens/Bio-Tradis" ], [ "https://github.com/ay-lab/HiCnv" ], [ "https://github.com/Crespo-Otero-group/fromage" ], [ "https://github.com/lingfeiwang/findr" ], [ "https://github.com/Crespo-Otero-group/fromage" ], [ "https://github.com/SunXQlab/scMLnet" ], [ "https://github.com/Crespo-Otero-group/fromage" ], [ "https://github.com/YangLiu9208/SAKDN" ], [ "https://github.com/mainciburu/WAT3R" ], [ "https://github.com/delocalizer/streammd" ], [ "https://github.com/Crespo-Otero-group/fromage" ], [ "https://github.com/zskuang58/WTRN-TIP" ], [ "https://github.com/IVIPLab/CTCNet" ], [ "https://github.com/smin95/smplot" ], [ "https://github.com/lmbxmu/EPruner" ], [ "https://github.com/qm2/NanoSpring" ], [ "https://github.com/MathOnco/EvoFreq" ], [ "https://github.com/ShahinaKK/LWI-VMS" ], [ "https://github.com/bcgsc/btllib" ], [ "https://github.com/smutao/LModeA-nano" ], [ "https://github.com/chunbolang/HPA" ], [ "https://github.com/supramolecular-toolkit/stk" ], [ "https://github.com/bcgsc/btllib" ], [ "https://github.com/JLSteenwyk/BioKIT" ], [ "https://github.com/stjude/RNAIndel" ], [ "https://github.com/bcgsc/btllib" ], [ "https://github.com/phe-bioinformatics/snapperdb" ], [ "https://github.com/irinagain/iglu" ], [ "https://github.com/QData/FastSK" ], [ "https://github.com/labstructbioinf/DeepCoil" ], [ "https://github.com/irinagain/iglu" ], [ "https://github.com/irinagain/iglu" ], [ "https://github.com/irinagain/iglu" ], [ "https://github.com/RamanLab/ReactionMiner" ], [ "https://github.com/alexlancaster/pypop" ], [ "https://github.com/mmoskon/CosinorPy" ], [ "https://github.com/simonwhelan/Divvier" ], [ "https://github.com/Aboriginer/HFS-SDE" ], [ "https://github.com/Crespo-Otero-group/fromage" ], [ "https://github.com/Crespo-Otero-group/fromage" ], [ "https://github.com/Crespo-Otero-group/fromage" ], [ "https://github.com/biocorecrg/ExOrthist" ], [ "https://github.com/irinagain/iglu" ], [ "https://github.com/ccbiolab/svpluscnv" ], [ "https://github.com/Crespo-Otero-group/fromage" ], [ "https://github.com/irinagain/iglu" ], [ "https://github.com/irinagain/iglu" ], [ "https://github.com/irinagain/iglu" ], [ "https://github.com/LBBSoft/FeatureSelect" ], [ "https://github.com/comorment/containers" ], [ "https://github.com/ethanbahl/cerebroViz" ], [ "https://github.com/dbdimitrov/BingleSeq" ], [ "https://github.com/JLiangLab/BenchmarkTransformers" ], [ "https://github.com/Philipp-MR/CoilGen" ], [ "https://github.com/IMOP-lab/SASAN-Pytorch" ], [ "https://github.com/CMUSchwartzLab/TUSV-ext" ], [ "https://github.com/mrborges23/delta_statistic" ], [ "https://github.com/BioComputingUP/ring-pymol" ], [ "https://github.com/alyssafrazee/derfinder" ], [ "https://github.com/vivarium-collective/vivarium-core" ], [ "https://github.com/osita-sunday-nnyigide/Pras_Server" ], [ "https://github.com/emmijokinen/tcrconv" ], [ "https://github.com/ayushnoori/metapaths" ], [ "https://github.com/AIRI-Institute/when-to-switch" ], [ "https://github.com/ellipfaehlerUMCG/RaCat" ], [ "https://github.com/KangchengHou/admix-kit" ], [ "https://github.com/ExpressionAnalysis/HLAProfiler" ], [ "https://github.com/CGuangyan-BIT/DIT" ], [ "https://github.com/Blcony/SDHNet" ], [ "https://github.com/KosukeHamazaki/RAINBOWR" ], [ "https://github.com/BioinfoMachineLearning/MULTICOM3" ], [ "https://github.com/WangLab-SCSIO/Prophage_Tracer" ], [ "https://github.com/ha-lins/PGCL" ], [ "https://github.com/rikiyay/style-transfer-for-digital-pathology" ], [ "https://github.com/npnl/PALS" ], [ "https://github.com/slliuEric/FSUDA" ], [ "https://github.com/topasmc/dicom-interface" ], [ "https://github.com/LWHYC/OneShot_WeaklySeg" ], [ "https://github.com/SchulzLab/ORNA" ], [ "https://github.com/Zilong-Li/vcfpp" ], [ "https://github.com/ablab/viralComplete" ], [ "https://github.com/Nextomics/pipeline-for-isoseq" ], [ "https://github.com/kdmurray91/axe" ], [ "https://github.com/ban-m/jtk" ], [ "https://github.com/123xiaochen/VCFshiny" ], [ "https://github.com/biocorecrg/MOP2" ], [ "https://github.com/chenchl19941118/Bi-STAT" ], [ "https://github.com/statgenlmu/coala" ], [ "https://github.com/TravisWheelerLab/ULTRA" ], [ "https://github.com/heche-psb/wgd" ], [ "https://github.com/bwrc/ctap" ], [ "https://github.com/hjynwa/NeurImg-HDR" ], [ "https://github.com/niccw/repeatCraftp" ], [ "https://github.com/yuliu316316/MetaLearning-Fusion" ], [ "https://github.com/viggin/DeepLesion_manual_test_set" ], [ "https://github.com/Peppags/CNN-SVR" ], [ "https://github.com/loopasam/Brain" ], [ "https://github.com/yamada-lab/functree-ng" ], [ "https://github.com/bcgsc/kollector" ], [ "https://github.com/iolag/UPD_study" ], [ "https://github.com/StanfordBioinformatics/mvp_aaa_codelabs" ], [ "https://github.com/AADavin/ZOMBI" ], [ "https://github.com/mdcao/japsa" ], [ "https://github.com/giaguaro/PROTACable" ], [ "https://github.com/innate2adaptive/Decombinator" ], [ "https://github.com/liedllab/X-Entropy" ], [ "https://github.com/JoanaMPereira/GCsnap" ], [ "https://github.com/aditya-88/ASAP" ], [ "https://github.com/SilverLabUCL/NeuroMatic" ], [ "https://github.com/MathLee/GeleNet" ], [ "https://github.com/lamoureux-lab/3DCNN_MQA" ], [ "https://github.com/wuaipinglab/ImmuCC" ], [ "https://github.com/niemasd/ViralConsensus" ], [ "https://github.com/Danko-Lab/rtfbs_db" ], [ "https://github.com/harveerar/SMIT" ], [ "https://github.com/bvalot/panISa" ], [ "https://github.com/zhasen1996/AGLN" ], [ "https://github.com/cozygene/glint" ], [ "https://github.com/etirouthier/keras_dna" ], [ "https://github.com/dozmorovlab/TADCompare" ], [ "https://github.com/makovalab-psu/NoiseCancellingRepeatFinder" ], [ "https://github.com/nec-research/vibtcr" ], [ "https://github.com/CVIR-Lab/MarsData" ], [ "https://github.com/debsin/dropClust" ], [ "https://github.com/blanclist/CDNet" ], [ "https://github.com/BioinfoMachineLearning/ATOMRefine" ], [ "https://github.com/gcgreenberg/LexicHash" ], [ "https://github.com/HDCVLab/Deep-Dense-Multi-scale-Network" ], [ "https://github.com/inpacdb/POAP" ], [ "https://github.com/immcore/iS-CellR" ], [ "https://github.com/XiwuChen/PRA-Net" ], [ "https://github.com/idealwei/ASANet" ], [ "https://github.com/ur-whitelab/peptide-dashboard" ], [ "https://github.com/CSUBioGroup/GraphscoreDTA" ], [ "https://github.com/TU-Darmstadt-APQ/RedPitaya-Lockbox" ], [ "https://github.com/humengying0907/InstaPrism" ], [ "https://github.com/ChunmingHe/HQG-Net" ], [ "https://github.com/cerebis/bin3C" ], [ "https://github.com/Zero-We/BCL" ], [ "https://github.com/gangwug/MetaCycle" ], [ "https://github.com/dieterich-lab/circtools" ], [ "https://github.com/degiacom/biobox" ], [ "https://github.com/GMOD/jbrowse-jupyter" ], [ "https://github.com/TNTurnerLab/HAT" ], [ "https://github.com/xytmhy/DID-ANet-Defocus-Deblurring" ], [ "https://github.com/BioSina/Panakeia" ], [ "https://github.com/Steinbeck-Lab/cheminformatics-microservice" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/zhongw2/GeneTEFlow" ], [ "https://github.com/imagine-bdd/DRWH" ], [ "https://github.com/Vivianstats/scLink" ], [ "https://github.com/lanl/pybnf" ], [ "https://github.com/ghzuo/cvtree" ], [ "https://github.com/RitchieLabIGH/iMOKA" ], [ "https://github.com/Bohdan-Khomtchouk/Microscope" ], [ "https://github.com/rish-16/rna-backbone-design" ], [ "https://github.com/QuKunLab/APEC" ], [ "https://github.com/jfmrod/mapseq" ], [ "https://github.com/jaswindersingh2/SPOT-RNA2" ], [ "https://github.com/developerpiru/BEAVR" ], [ "https://github.com/yunchuankong/GEDFN" ], [ "https://github.com/JinmiaoChenLab/ezSingleCell2" ], [ "https://github.com/3BioCompBio/pyScoMotif" ], [ "https://github.com/EESI/themetagenomics" ], [ "https://github.com/blekhmanlab/biomehorizon" ], [ "https://github.com/ncbi/BioREx" ], [ "https://github.com/brisvag/blik" ], [ "https://github.com/jamesjcai/scGEAToolbox" ], [ "https://github.com/GreyGuoweiChen/RNA_virus_detector" ], [ "https://github.com/CNJianLiu/MH6D" ], [ "https://github.com/phenomecentre/nPYc-Toolbox" ], [ "https://github.com/tkchafin/mrbait" ], [ "https://github.com/nedaemami/AptaNet" ], [ "https://github.com/timolassmann/samstat" ], [ "https://github.com/Blue1993/BAPA" ], [ "https://github.com/unipept/FragGeneScanRs" ], [ "https://github.com/ACuOoOoO/ReDFeat" ], [ "https://github.com/joachimwolff/scHiCExplorer" ], [ "https://github.com/mi2rl/MI2RLNet" ], [ "https://github.com/s-will/LocARNA" ], [ "https://github.com/multicom-toolbox/deepdist" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/Lineves7/CSformer" ], [ "https://github.com/ashleylqx/STRA-Net" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/kkrizanovic/RNAseqEval" ], [ "https://github.com/compomics/psm_utils" ], [ "https://github.com/subhc/clever" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/xianlin7/APFormer" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/hjraad/FLT" ], [ "https://github.com/yywan0913/SVhawkeye" ], [ "https://github.com/deng-lab/viroprofiler" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/gengit/PosiGene" ], [ "https://github.com/pbnjay/lollipops" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/YAMACS-SML/YAMACS" ], [ "https://github.com/ruolin/strawberry" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/luoyan407/congruency" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/jnktsj/DNApi" ], [ "https://github.com/ZhangGroup-MITChemistry/OpenABC" ], [ "https://github.com/DeepRank/DeepRank-GNN-esm" ], [ "https://github.com/mfruzan/CoreDetector" ], [ "https://github.com/AggMan96/RK-Net" ], [ "https://github.com/refresh-bio/Whisper" ], [ "https://github.com/zhwzhong/DAGF" ], [ "https://github.com/BeierZhu/Sturcture-Coherency-Face-Alignment" ], [ "https://github.com/bittremieux/falcon" ], [ "https://github.com/wildrootlab/SHARCQ" ], [ "https://github.com/geraldinepascal/FROGS" ], [ "https://github.com/mrcuizhe/interacCircos" ], [ "https://github.com/schema-app/schema" ], [ "https://github.com/SBRG/Protein_ML" ], [ "https://github.com/mebbert/VariantToolChest" ], [ "https://github.com/mickaelleclercq/BioDiscML" ], [ "https://github.com/AIRI-Institute/PROSTATA" ], [ "https://github.com/biomass-dev/biomass" ], [ "https://github.com/Superzchen/iFeatureOmega-GUI" ], [ "https://github.com/MetaSys-LISBP/IsoCor" ], [ "https://github.com/StuntsPT/Structure_threader" ], [ "https://github.com/MDplot/MDplot" ], [ "https://github.com/pfizer-opensource/bigwig-loader" ], [ "https://github.com/Superzchen/iFeatureOmega-CLI" ], [ "https://github.com/jessemzhang/dendrosplit" ], [ "https://github.com/VeraPancaldiLab/tysserand" ], [ "https://github.com/johnschwenck/bp" ], [ "https://github.com/bhklab/genefu" ], [ "https://github.com/caokai1073/UnionCom" ], [ "https://github.com/BrendelGroup/AEGeAn" ], [ "https://github.com/sheikhizadeh/pantools" ], [ "https://github.com/KerstenDoering/PubMedPortable" ], [ "https://github.com/rmcong/DAFNet_TIP20" ], [ "https://github.com/TinaLRJ/Multi-frame-infrared-small-target-detection-DTUM" ], [ "https://github.com/YunxiaoRen/ML-iAMR" ], [ "https://github.com/vsingh-group/LCODEC-deep-unlearning" ], [ "https://github.com/jas-preet/SPOT-1D-Single" ], [ "https://github.com/bjing2016/scalar-fields" ], [ "https://github.com/sjackman/uniqtag" ], [ "https://github.com/LeapLabTHU/LearnableISDA" ], [ "https://github.com/YangLiu9208/TCGL" ], [ "https://github.com/otayfuroglu/deepQM" ], [ "https://github.com/IoBT-VISTEC/EEGANet" ], [ "https://github.com/JWSoh/VDIR" ], [ "https://github.com/rvinas/adversarial-gene-expression" ], [ "https://github.com/WeiLab-Biology/DeepProSite" ], [ "https://github.com/SlavovLab/DO-MS" ], [ "https://github.com/Sixkplus/TapLab" ], [ "https://github.com/TheJacksonLaboratory/pyBedGraph" ], [ "https://github.com/linsalrob/partie" ], [ "https://github.com/WatsonLab/KOunt" ], [ "https://github.com/sneuensc/mapache" ], [ "https://github.com/Rostlab/EAT" ], [ "https://github.com/MPI-BGC-Functional-Biogeography/rtry" ], [ "https://github.com/BiomedicalMachineLearning/SpaCell" ], [ "https://github.com/williamcaicedo/ISeeU" ], [ "https://github.com/hallamlab/TreeSAPP" ], [ "https://github.com/flatironinstitute/st_gridnet" ], [ "https://github.com/TRON-Bioinformatics/neofox" ], [ "https://github.com/shelkmike/Mabs" ], [ "https://github.com/ikmb/MAGScoT" ], [ "https://github.com/soedinglab/prosstt" ], [ "https://github.com/datapplab/SBGNview" ], [ "https://github.com/dermasugita/Viola-SV" ], [ "https://github.com/CX-He/STCR" ], [ "https://github.com/nf-core/isoseq" ], [ "https://github.com/goncalves-lab/waddR" ], [ "https://github.com/wangsiwei2010/FPMVS-CAG" ], [ "https://github.com/jahuth/convis" ], [ "https://github.com/keylabivdc/VIP" ], [ "https://github.com/Wayfear/FBNETGEN" ], [ "https://github.com/leylabmpi/DeepMAsED" ], [ "https://github.com/ImXman/MACA" ], [ "https://github.com/bioinfologics/sdg" ], [ "https://github.com/ncats/ramp-db" ], [ "https://github.com/lyjps/Struct2GO" ], [ "https://github.com/mkirsche/sapling" ], [ "https://github.com/lab206/AdaptiveClick" ], [ "https://github.com/CCQC/janus" ], [ "https://github.com/brianjimenez/lightdock" ], [ "https://github.com/xjtushujun/CMW-Net" ], [ "https://github.com/fnardi/GFPLAIN" ], [ "https://github.com/FTD007/PInet" ], [ "https://github.com/ythuang0522/StriDe" ], [ "https://github.com/hsoleimani/MLTM" ], [ "https://github.com/PaulSchmidtGit/Heritability" ], [ "https://github.com/ryought/hic_hiker" ], [ "https://github.com/ucas-vg/GroupSampling" ], [ "https://github.com/sansubs/vcf2pop" ], [ "https://github.com/kanz76/SSI-DDI" ], [ "https://github.com/yangao07/TideHunter" ], [ "https://github.com/vvvwo/AIVS-project" ], [ "https://github.com/mssm-labmmol/pypolybuilder" ], [ "https://github.com/drazen-petrov/SMArt" ], [ "https://github.com/jbelyeu/unfazed" ], [ "https://github.com/ScienceToolkit/MiNA" ], [ "https://github.com/lh3/varcmp" ], [ "https://github.com/ChristopherWilks/snaptron" ], [ "https://github.com/Aitical/PCL-SISR" ], [ "https://github.com/vahidr213/Underwater-Image-Restoration-And-Enhancement-Collection" ], [ "https://github.com/lxtGH/TemporalPyramidRouting" ], [ "https://github.com/ksiewert/BetaScan" ], [ "https://github.com/ynchuang/DiscoverPath" ], [ "https://github.com/yulisun/IRG-McS" ], [ "https://github.com/arq5x/bits" ], [ "https://github.com/xukaili/CandiHap" ], [ "https://github.com/bioinformatics-centre/bayesembler" ], [ "https://github.com/uio-bmi/compairr" ], [ "https://github.com/chenying2016/queries" ], [ "https://github.com/uci-cbcl/HLA-bind" ], [ "https://github.com/MRCIEU/epigraphdb" ], [ "https://github.com/ropensci/colocr" ], [ "https://github.com/hsinnan75/Kart" ], [ "https://github.com/SydneyBioX/CiteFuse" ], [ "https://github.com/wuc567/Pattern-Mining" ], [ "https://github.com/HopLee6/VSCrowd" ], [ "https://github.com/metagenlab/zDB" ], [ "https://github.com/rvaser/sword" ], [ "https://github.com/JLSteenwyk/orthofisher" ], [ "https://github.com/wuc567/Pattern-Mining" ], [ "https://github.com/BIMSBbioinfo/netSmooth" ], [ "https://github.com/metrics-lab/surface-vision-transformers" ], [ "https://github.com/paula-tataru/polyDFE" ], [ "https://github.com/wuc567/Pattern-Mining" ], [ "https://github.com/CAMI-challenge/OPAL" ], [ "https://github.com/chenxin-dlut/TransT-M" ], [ "https://github.com/harmslab/pytc" ], [ "https://github.com/wuc567/Pattern-Mining" ], [ "https://github.com/jakelever/pgxmine" ], [ "https://github.com/wuc567/Pattern-Mining" ], [ "https://github.com/statgen/savvy" ], [ "https://github.com/illidanlab/FADE" ], [ "https://github.com/gtluu/timsconvert" ], [ "https://github.com/DeMarcoLab/fibsem" ], [ "https://github.com/Rinoahu/SwiftOrtho" ], [ "https://github.com/jcbmarques/clusterdv" ], [ "https://github.com/AhmedStohy/Hybrid-Pointer-Networks" ], [ "https://github.com/ouyangjiahong/longitudinal-neighbourhood-embedding" ], [ "https://github.com/saeyslab/spotless-benchmark" ], [ "https://github.com/ISUgenomics/SequelTools" ], [ "https://github.com/rcavalcante/annotatr" ], [ "https://github.com/Bayer-Group/cellenium" ], [ "https://github.com/czc/nb_distribution" ], [ "https://github.com/ShixiangWang/sigflow" ], [ "https://github.com/TravisWheelerLab/nail" ], [ "https://github.com/maragkakislab/samql" ], [ "https://github.com/Yuxin-Wen/GeoA3" ], [ "https://github.com/wuc567/Pattern-Mining" ], [ "https://github.com/univieCUBE/deepnog" ], [ "https://github.com/wuc567/Pattern-Mining" ], [ "https://github.com/jiang-junyao/IReNA" ], [ "https://github.com/jclachance/BOFdat" ], [ "https://github.com/bchidest/CFNet" ], [ "https://github.com/need47/fselector" ], [ "https://github.com/usnistgov/atomvision" ], [ "https://github.com/radifar/PyPLIF-HIPPOS" ], [ "https://github.com/MathLee/ACCoNet" ], [ "https://github.com/ICB-DCM/PESTO" ], [ "https://github.com/ICB-DCM/PESTO" ], [ "https://github.com/ICB-DCM/PESTO" ], [ "https://github.com/gzhmat/ShinyCNV" ], [ "https://github.com/nadeemlab/CIR" ], [ "https://github.com/ctlab/metafast" ], [ "https://github.com/pdxgx/neoepiscope" ], [ "https://github.com/netZoo/netZooM" ], [ "https://github.com/USTC-HIlab/MDNNMD" ], [ "https://github.com/ucaswangls/STFormer" ], [ "https://github.com/ICB-DCM/PESTO" ], [ "https://github.com/WansonChoi/HATK" ], [ "https://github.com/appliedbioinformatics/runBNG" ], [ "https://github.com/anirudhsom/PI-Net" ], [ "https://github.com/vikram2000b/Fast-Machine-Unlearning" ], [ "https://github.com/welch-lab/pyliger" ], [ "https://github.com/Simon-Leonard/FlexDotPlot" ], [ "https://github.com/LABIOQUIM/visualdynamics" ], [ "https://github.com/wuc567/Pattern-Mining" ], [ "https://github.com/ICB-DCM/PESTO" ], [ "https://github.com/ZekunYin/RabbitQC" ], [ "https://github.com/ICB-DCM/PESTO" ], [ "https://github.com/sofiabroome/painface-recognition" ], [ "https://github.com/galanisl/NetHypGeom" ], [ "https://github.com/ZJULearning/PTL" ], [ "https://github.com/ICB-DCM/PESTO" ], [ "https://github.com/broadinstitute/chronos" ], [ "https://github.com/ICB-DCM/PESTO" ], [ "https://github.com/smallmax00/Graph_Region_Boudnary" ], [ "https://github.com/cyang235/LncADeep" ], [ "https://github.com/biocore/calour" ], [ "https://github.com/obenno/ShinySyn" ], [ "https://github.com/gopuvenkat/MHCAttnNet" ], [ "https://github.com/qgao21/CoreDiff" ], [ "https://github.com/skrakau/PureCLIP" ], [ "https://github.com/nachifur/LLPC" ], [ "https://github.com/fedl-repo/fedaux" ], [ "https://github.com/BimberLab/cellhashR" ], [ "https://github.com/kkyamada/bert-rbp" ], [ "https://github.com/FJD-CEPH/aCNViewer" ], [ "https://github.com/dinasv/CSBFinder" ], [ "https://github.com/VITA-Group/LongTailCXR" ], [ "https://github.com/KennthShang/PhaBOX" ], [ "https://github.com/sunwj/scanpath" ], [ "https://github.com/LooseLab/minotourapp" ], [ "https://github.com/dinasv/CSBFinder" ], [ "https://github.com/tommyhuangthu/FASPR" ], [ "https://github.com/refresh-bio/phist" ], [ "https://github.com/NIGMS/NIGMS-Sandbox" ], [ "https://github.com/EPFL-LCSB/SKiMpy" ], [ "https://github.com/teslacool/m-curl" ], [ "https://github.com/saorisakaue/GREP" ], [ "https://github.com/dinasv/CSBFinder" ], [ "https://github.com/NIGMS/NIGMS-Sandbox" ], [ "https://github.com/dinasv/CSBFinder" ], [ "https://github.com/NIGMS/NIGMS-Sandbox" ], [ "https://github.com/yuifu/millefy" ], [ "https://github.com/NIGMS/NIGMS-Sandbox" ], [ "https://github.com/wells-wood-research/PDBench" ], [ "https://github.com/csoneson/countsimQC" ], [ "https://github.com/baranwa2/MetabolicPathwayPrediction" ], [ "https://github.com/nrohani/NDD" ], [ "https://github.com/ailabstw/scDrug" ], [ "https://github.com/dinasv/CSBFinder" ], [ "https://github.com/dvklopfenstein/pmidcite" ], [ "https://github.com/Vfold-RNA/RLDOCK" ], [ "https://github.com/jcrozum/pystablemotifs" ], [ "https://github.com/jenniferlu717/SkewIT" ], [ "https://github.com/EndoluminalSurgicalVision-IMR/Medical-SSL" ], [ "https://github.com/aquaskyline/16GT" ], [ "https://github.com/pascalkieslich/mousetrap-os" ], [ "https://github.com/chaoning/GMAT" ], [ "https://github.com/pinellolab/GRAFIMO" ], [ "https://github.com/rgcgithub/clamms" ], [ "https://github.com/adamallo/SimPhy" ], [ "https://github.com/dinasv/CSBFinder" ], [ "https://github.com/raphael-group/paste2" ], [ "https://github.com/NIGMS/NIGMS-Sandbox" ], [ "https://github.com/NIGMS/NIGMS-Sandbox" ], [ "https://github.com/jiyuuchc/lacss" ], [ "https://github.com/NIGMS/NIGMS-Sandbox" ], [ "https://github.com/NIGMS/NIGMS-Sandbox" ], [ "https://github.com/CSi-Studio/3D-MSNet" ], [ "https://github.com/zorkzou/UniMoVib" ], [ "https://github.com/HannahVMeyer/PhenotypeSimulator" ], [ "https://github.com/huiliucode/cafe_plugin" ], [ "https://github.com/kuijiang0802/PCNet" ], [ "https://github.com/zhiqan/SeGMVAE" ], [ "https://github.com/proteus1991/RawVSR" ], [ "https://github.com/jltsiren/gbwtgraph" ], [ "https://github.com/dinasv/CSBFinder" ], [ "https://github.com/dwgoon/nezzle" ], [ "https://github.com/dinasv/CSBFinder" ], [ "https://github.com/KennthShang/PhaGCN" ], [ "https://github.com/alexxijielu/yeast_segmentation" ], [ "https://github.com/jkimlab/PAPipe" ], [ "https://github.com/shimlab/NanoSplicer" ], [ "https://github.com/TGAC/RAMPART" ], [ "https://github.com/djwooten/synergy" ], [ "https://github.com/ZhenyueQin/Angular-Skeleton-Encoding" ], [ "https://github.com/HaoHou-98/SCGAN" ], [ "https://github.com/KarelZhang/CSDNet-CSDGAN" ], [ "https://github.com/liyao001/BioQueue" ], [ "https://github.com/CobraLab/atlases" ], [ "https://github.com/UkyVision/alzheimer-project" ], [ "https://github.com/beiko-lab/gengis" ], [ "https://github.com/samtools/htscodecs" ], [ "https://github.com/pcdslab/ASD-DiagNet" ], [ "https://github.com/jiujiezz/tsnad" ], [ "https://github.com/JohnleeHIT/SLEX-Net" ], [ "https://github.com/jiujiezz/tsnad" ], [ "https://github.com/huanghanchi/CAMRL" ], [ "https://github.com/seqcode/miniMDS" ], [ "https://github.com/browning-lab/flare" ], [ "https://github.com/hkmztrk/SMILESVecProteinRepresentation" ], [ "https://github.com/anuradhawick/LRBinner" ], [ "https://github.com/AstraZeneca-NGS/disambiguate" ], [ "https://github.com/BradBalderson/Cytocipher" ], [ "https://github.com/pierrepo/PBxplore" ], [ "https://github.com/jiujiezz/tsnad" ], [ "https://github.com/ylab-hi/ScanNeo" ], [ "https://github.com/rampasek/DrVAE" ], [ "https://github.com/duolinwang/MusiteDeep_web" ], [ "https://github.com/sjteresi/TE_Density" ], [ "https://github.com/abeebyekeen/CHAPERONg" ], [ "https://github.com/jrwnter/gruenifai" ], [ "https://github.com/bupt-ai-cz/HSA-NRL" ], [ "https://github.com/jiujiezz/tsnad" ], [ "https://github.com/kbseah/genome-bin-tools" ], [ "https://github.com/akcorut/kGWASflow" ], [ "https://github.com/mailund/admixture_graph" ], [ "https://github.com/jtleek/sva-devel" ], [ "https://github.com/lyhkevin/MT-Net" ], [ "https://github.com/KoslickiLab/YACHT" ], [ "https://github.com/KoslickiLab/YACHT" ], [ "https://github.com/splatlab/debgr" ], [ "https://github.com/AlexTS1980/COVID-CT-Mask-Net" ], [ "https://github.com/tallulandrews/M3Drop" ], [ "https://github.com/canisw/tf3p" ], [ "https://github.com/4ment/seqotron" ], [ "https://github.com/ggsDing/ASLNet" ], [ "https://github.com/KoslickiLab/YACHT" ], [ "https://github.com/olga24912/SGTK" ], [ "https://github.com/KoslickiLab/YACHT" ], [ "https://github.com/Scu-sen/Recursion-Cellular-Image-Classification-Challenge" ], [ "https://github.com/jamesgleave/DeepDockingGUI" ], [ "https://github.com/kanz76/GMPNN-CS" ], [ "https://github.com/jiujiezz/tsnad" ], [ "https://github.com/Zhentao-Liu/KLT-JND" ], [ "https://github.com/mooreryan/iroki" ], [ "https://github.com/jiujiezz/tsnad" ], [ "https://github.com/jiujiezz/tsnad" ], [ "https://github.com/schenc3/InteractiveROSETTA" ], [ "https://github.com/pdynamo/pDynamo3" ], [ "https://github.com/DessimozLab/phylo-io" ], [ "https://github.com/KoslickiLab/YACHT" ], [ "https://github.com/jiujiezz/tsnad" ], [ "https://github.com/KoslickiLab/YACHT" ], [ "https://github.com/KoslickiLab/YACHT" ], [ "https://github.com/KoslickiLab/YACHT" ], [ "https://github.com/ddrrnn123/Omni-Seg" ], [ "https://github.com/biomendi/TRANSCRIPTOME-ASSEMBLY-PIPELINE" ], [ "https://github.com/Want2Vanish/FBMSNet" ], [ "https://github.com/Bohdan-Khomtchouk/fastheatmap" ], [ "https://github.com/Sun-Yanbo/FasParser" ], [ "https://github.com/keeganhk/PointVST" ], [ "https://github.com/CAMI-challenge/CAMITAX" ], [ "https://github.com/riboviz/riboviz" ], [ "https://github.com/JosephChenHub/DPANet" ], [ "https://github.com/Sun-Yanbo/FasParser" ], [ "https://github.com/aeeckhou/shallowHRD" ], [ "https://github.com/Sazan-Mahbub/EGRET" ], [ "https://github.com/harvardinformatics/NGmerge" ], [ "https://github.com/stjude/ChIPseqSpikeInFree" ], [ "https://github.com/Vini2/GraphBin2" ], [ "https://github.com/liupei101/PseMix" ], [ "https://github.com/rghu/reconCNV" ], [ "https://github.com/HaploConduct/HaploConduct" ], [ "https://github.com/SysBioChalmers/HGTphyloDetect" ], [ "https://github.com/YonghaoXu/CRGNet" ], [ "https://github.com/GuoLanqing/Self-Convolution" ], [ "https://github.com/DIFACQUIM/ECIF" ], [ "https://github.com/chvlyl/ZIBR" ], [ "https://github.com/rega-cev/virulign" ], [ "https://github.com/evolbioinf/fur" ], [ "https://github.com/PombertLab/SYNY" ], [ "https://github.com/trislett/TFCE_mediation" ], [ "https://github.com/nasqar/NASQAR" ], [ "https://github.com/weih527/SSNS-Net" ], [ "https://github.com/Sun-Yanbo/FasParser" ], [ "https://github.com/Psy-Fer/interARTIC" ], [ "https://github.com/caiqi/Cascasde-3D" ], [ "https://github.com/ruixv/NLOS-OT" ], [ "https://github.com/Sun-Yanbo/FasParser" ], [ "https://github.com/SJLeo/FFSD" ], [ "https://github.com/compomics/compomics-utilities" ], [ "https://github.com/YaCui/NG-Circos" ], [ "https://github.com/smithlabcode/ribotricer" ], [ "https://github.com/wilhelm-lab/oktoberfest" ], [ "https://github.com/bluegreen-labs/daymetr" ], [ "https://github.com/mhaft/DeepVess" ], [ "https://github.com/HIT-ImmunologyLab/DBSCAN-SWA" ], [ "https://github.com/maickrau/ribotin" ], [ "https://github.com/metgem/metgem" ], [ "https://github.com/roads/psiz" ], [ "https://github.com/songjiechong/DPC-DUN" ], [ "https://github.com/xiangwang1223/reinforced_causal_explainer" ], [ "https://github.com/Sun-Yanbo/FasParser" ], [ "https://github.com/nikhilroxtomar/FANet" ], [ "https://github.com/EleutherAI/mp_nerf" ], [ "https://github.com/tdgrant1/denss" ], [ "https://github.com/bjj9/EVE_SCPT" ], [ "https://github.com/Sun-Yanbo/FasParser" ], [ "https://github.com/vfscalfani/CSN_tutorial" ], [ "https://github.com/juliacontrerasgarcia/nciplot" ], [ "https://github.com/Sun-Yanbo/FasParser" ], [ "https://github.com/hangelwen/miR-PREFeR" ], [ "https://github.com/LottePronk/whokaryote" ], [ "https://github.com/Sun-Yanbo/FasParser" ], [ "https://github.com/fudan-zvg/DGMN2" ], [ "https://github.com/oxpig/DeepCoy" ], [ "https://github.com/lz118/Multi-interactive-Dual-decoder" ], [ "https://github.com/ma-compbio/MATCHA" ], [ "https://github.com/Ze-Yang/Efficient-FSOD" ], [ "https://github.com/Guaishou74851/CASNet" ], [ "https://github.com/hahnlab/CAGEE" ], [ "https://github.com/hw2hwei/SKAL" ], [ "https://github.com/pdbeurope/pdbecif" ], [ "https://github.com/simonwhelan/prequal" ], [ "https://github.com/danpak94/Deep-Cardiac-Volumetric-Mesh" ], [ "https://github.com/thekaplanlab/msabrowser" ], [ "https://github.com/matthewberryman/author-detection" ], [ "https://github.com/Stephane-S/Simplot_PlusPlus" ], [ "https://github.com/RuoyuChen10/Image_weighing" ], [ "https://github.com/pgxcentre/genipe" ], [ "https://github.com/fiy2W/mri_seq2seq" ], [ "https://github.com/Jianwei-Zhang/LIMS" ], [ "https://github.com/fenghen360/HomBlocks" ], [ "https://github.com/g3viz/g3lollipop" ], [ "https://github.com/mjsull/chromatiblock" ], [ "https://github.com/tub-rip/event_based_image_rec_inverse_problem" ], [ "https://github.com/vgteam/libbdsg" ], [ "https://github.com/AstraZeneca/StarGazer" ], [ "https://github.com/AI4SCR/ATHENA" ], [ "https://github.com/schmeing/gapless" ], [ "https://github.com/MIDA-group/MultiRegEval" ], [ "https://github.com/tlawrence3/FAST" ], [ "https://github.com/kuanrongchan/STAGES" ], [ "https://github.com/luo-junyu/GALA" ], [ "https://github.com/alncat/opusDSD" ], [ "https://github.com/anny0316/Drug3D-Net" ], [ "https://github.com/kundaMwiza/fMRI-site-adaptation" ], [ "https://github.com/ncbi/bert_gt" ], [ "https://github.com/VCCRI/SVPV" ], [ "https://github.com/Shen-Lab/TALE" ], [ "https://github.com/jeffersonfparil/compare_genomes" ], [ "https://github.com/zhanxw/seqminer" ], [ "https://github.com/vamships/PECAN" ], [ "https://github.com/FenyoLab/L1EM" ], [ "https://github.com/AIRI-Institute/SEMAi" ], [ "https://github.com/proteinphysiologylab/frustratometeR" ], [ "https://github.com/gifford-lab/antibody-2019" ], [ "https://github.com/John-P/wsic" ], [ "https://github.com/LUMC/kPAL" ], [ "https://github.com/Xiyue-Wang/1st-in-MICCAI2020-CPM" ], [ "https://github.com/MattClarkson/CMakeCatchTemplate" ], [ "https://github.com/oxpig/dlab-public" ], [ "https://github.com/shizenglin/Unsharp-Mask-Guided-Filtering" ], [ "https://github.com/josecamachop/MEDA-Toolbox" ], [ "https://github.com/ropensci/chirps" ], [ "https://github.com/blue-blue272/OccludedReID-RFCnet" ], [ "https://github.com/YuxiangZhang-BIT/IEEE_TIP_SDEnet" ], [ "https://github.com/superxuang/amta-net" ], [ "https://github.com/ablab/stringdecomposer" ], [ "https://github.com/ablab/stringdecomposer" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/tlemane/kmdiff" ], [ "https://github.com/ablab/stringdecomposer" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/ablab/stringdecomposer" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/ablab/stringdecomposer" ], [ "https://github.com/ablab/stringdecomposer" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/songweizhi/Binning_refiner" ], [ "https://github.com/stormliucong/doc2hpo" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/Deepwise-AILab/ChestX-Det-Dataset" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/DecodeGenetics/popSTR" ], [ "https://github.com/delehef/asgart" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/DecodeGenetics/popSTR" ], [ "https://github.com/DecodeGenetics/popSTR" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/hellloxiaotian/HGSRCNN" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/DecodeGenetics/popSTR" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/schneebergerlab/findGSE" ], [ "https://github.com/nyiuab/NBZIMM" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/MIVRC/MLEFGN-PyTorch" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/JustaTinyDot/BiTr-Unet" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/Hhy096/nomogram" ], [ "https://github.com/dianzl/SODFormer" ], [ "https://github.com/ablab/stringdecomposer" ], [ "https://github.com/DecodeGenetics/popSTR" ], [ "https://github.com/aigzhusmart/Slim-UNETR" ], [ "https://github.com/zyrant/LSNet" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/bioinformatics-ua/taska" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/gaitat/GenomeUPlot" ], [ "https://github.com/PDBeurope/pdb-images" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/MSingerLab/COMETSC" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/citiususc/BigBWA" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/bergmanlab/telr" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/jvparidon/subs2vec" ], [ "https://github.com/halelab/GBS-SNP-CROP" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/hellosunking/Ktrim" ], [ "https://github.com/mutalyzer/mutalyzer" ], [ "https://github.com/multimodallearning/graphregnet" ], [ "https://github.com/canceromics/MeRIPseqPipe" ], [ "https://github.com/QData/ChromeGCN" ], [ "https://github.com/ramirandaq/MultipleComparisons" ], [ "https://github.com/friend1ws/EBCall" ], [ "https://github.com/andrewparkermorgan/argyle" ], [ "https://github.com/DecodeGenetics/popSTR" ], [ "https://github.com/DecodeGenetics/popSTR" ], [ "https://github.com/BIONF/phyloprofile" ], [ "https://github.com/pamelarussell/github-bioinformatics" ], [ "https://github.com/DecodeGenetics/popSTR" ], [ "https://github.com/yjzhang96/Motion-ETR" ], [ "https://github.com/abbvie-external/OmicNavigator" ], [ "https://github.com/ablab/stringdecomposer" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/GRAPH-0/JODO" ], [ "https://github.com/bthyreau/hippodeep" ], [ "https://github.com/HuffordLab/GenomeQC" ], [ "https://github.com/Pranavkhade/PACKMAN" ], [ "https://github.com/helxplatform/dug" ], [ "https://github.com/CostaLab/scMEGA" ], [ "https://github.com/khramts/assocplots" ], [ "https://github.com/chenhong-zhou/OM-Net" ], [ "https://github.com/LosicLab/STARChip" ], [ "https://github.com/gagneurlab/concise" ], [ "https://github.com/Pranavkhade/PACKMAN" ], [ "https://github.com/Pranavkhade/PACKMAN" ], [ "https://github.com/MICS-Lab/scyan" ], [ "https://github.com/Doubiiu/AIDN" ], [ "https://github.com/LLNL/ddcMD" ], [ "https://github.com/insilichem/gaudi" ], [ "https://github.com/wangyuxin87/PERT" ], [ "https://github.com/stonkgs/stonkgs" ], [ "https://github.com/jheatmap/jheatmap" ], [ "https://github.com/zcwang0702/BiFusion" ], [ "https://github.com/MW55/Natrix" ], [ "https://github.com/MC-E/TransCL" ], [ "https://github.com/phenopolis/pheno4j" ], [ "https://github.com/Pranavkhade/PACKMAN" ], [ "https://github.com/AparicioJohan/MrBeanApp" ], [ "https://github.com/alberto-valdeolivas/RWR-MH" ], [ "https://github.com/mohamedr002/SLARDA" ], [ "https://github.com/virus-evolution/gofasta" ], [ "https://github.com/Pranavkhade/PACKMAN" ], [ "https://github.com/ShiQiu0419/pnp-3d" ], [ "https://github.com/timkucera/proteogan" ], [ "https://github.com/SCLBD/MCG-Blackbox" ], [ "https://github.com/syngenta/linchemin" ], [ "https://github.com/Pranavkhade/PACKMAN" ], [ "https://github.com/MaoYafei/TREEasy" ], [ "https://github.com/juexinwang/GRGNN" ], [ "https://github.com/Pranavkhade/PACKMAN" ], [ "https://github.com/bluenote-1577/floria" ], [ "https://github.com/urmi-21/MetaOmGraph" ], [ "https://github.com/Pranavkhade/PACKMAN" ], [ "https://github.com/gnina/SolTranNet" ], [ "https://github.com/cortex-lab/Rigbox" ], [ "https://github.com/fpthink/EPC-Net" ], [ "https://github.com/ElioS-S/pupil-size" ], [ "https://github.com/pFindStudio/pDeep" ], [ "https://github.com/TiagoOlivoto/metan" ], [ "https://github.com/BioinformaticsToolsmith/Identity" ], [ "https://github.com/JiarunLiu/Co-Correcting" ], [ "https://github.com/CN-zdy/MSU_Net" ], [ "https://github.com/whussain2/Analysis-pipeline" ], [ "https://github.com/maryeon/asenpp" ], [ "https://github.com/davidhoksza/MolArt" ], [ "https://github.com/huankoh/CST-GL" ], [ "https://github.com/cjneely10/MetaSanity" ], [ "https://github.com/ridgelab/JustOrthologs" ], [ "https://github.com/VDelv/Emotion-EEG" ], [ "https://github.com/alshai/levioSAM" ], [ "https://github.com/Gaius-Augustus/MakeHub" ], [ "https://github.com/maxplanck-ie/parkour" ], [ "https://github.com/IoBT-VISTEC/MetaSleepLearner" ], [ "https://github.com/igip-liu/SLC-Net" ], [ "https://github.com/zsyOAOA/VIRNet" ], [ "https://github.com/bioinfo-ut/GenomeTester4" ], [ "https://github.com/jdwilson4/MultilayerExtraction" ], [ "https://github.com/OrigamiSL/GBT" ], [ "https://github.com/ywflow/BubMask" ], [ "https://github.com/statOmics/MSqRob" ], [ "https://github.com/adamhockenberry/bacphlip" ], [ "https://github.com/denoptim-project/DENOPTIM" ], [ "https://github.com/bonsai-team/Porechop_ABI" ], [ "https://github.com/psoerensen/qgg" ], [ "https://github.com/jianxigao/NuRsE" ], [ "https://github.com/mkpython3/Mutation-Simulator" ], [ "https://github.com/tticoin/DESC_MOL-DDIE" ], [ "https://github.com/yyoshiaki/VIRTUS" ], [ "https://github.com/miguelperezenciso/SeqBreed" ], [ "https://github.com/WangyiNTU/Point-supervised-crowd-detection" ], [ "https://github.com/NTU-UAVG/CTS-visual-drone-swarm" ], [ "https://github.com/klamt-lab/straindesign" ], [ "https://github.com/tsudalab/MDTS" ], [ "https://github.com/soedinglab/spacepharer" ], [ "https://github.com/ZhengPeng7/GCoNet_plus" ], [ "https://github.com/BUNPC/Beam-Propagation-Method" ], [ "https://github.com/ncbi/JUDI" ], [ "https://github.com/rkmlab/perf" ], [ "https://github.com/GH920/improved-bagan-gp" ], [ "https://github.com/usnistgov/lantern" ], [ "https://github.com/GuipengLi/ChIA-PET2" ], [ "https://github.com/arendsee/phylostratr" ], [ "https://github.com/tekpinar/correlationplus" ], [ "https://github.com/kundajelab/coda" ], [ "https://github.com/TGAC/NanoOK" ], [ "https://github.com/olarerin/metaPlotR" ], [ "https://github.com/uym2/TreeShrink" ], [ "https://github.com/mani2012/BatchQC" ], [ "https://github.com/Tarskin/HappyTools" ], [ "https://github.com/TuomoKalliokoski/HASTEN" ], [ "https://github.com/Dong-Huo/RGB-T-Glass-Segmentation" ], [ "https://github.com/ucsd-ccbb/VAPr" ], [ "https://github.com/ml-jku/hyper-dti" ], [ "https://github.com/biosinodx/SCcaller" ], [ "https://github.com/gengmufeng/CNCL-denoising" ], [ "https://github.com/fawaz-dabbaghieh/bubble_gun" ], [ "https://github.com/gersteinlab/GenAI4Drug" ], [ "https://github.com/Psy-Fer/buttery-eel" ], [ "https://github.com/Christensen-Lab-Dartmouth/PyMethylProcess" ], [ "https://github.com/bio-ontology-research-group/opa2vec" ], [ "https://github.com/andrewguy/biostructmap" ], [ "https://github.com/Luffy03/DBFNet" ], [ "https://github.com/liuxinhai/FG3D-Net" ], [ "https://github.com/liaoherui/StrainScan" ], [ "https://github.com/Su-informatics-lab/DSTG" ], [ "https://github.com/BauerLab/ngsane" ], [ "https://github.com/behinger/etcomp" ], [ "https://github.com/a2iEditing/RNAEditingIndexer" ], [ "https://github.com/BlueBrain/VessMorphoVis" ], [ "https://github.com/MicrobialDarkMatter/GraphMB" ], [ "https://github.com/jkbonfield/crumble" ], [ "https://github.com/gersteinlab/biocoder" ], [ "https://github.com/boutroslab/cld" ], [ "https://github.com/blue-blue272/ImgReID-IAnet" ], [ "https://github.com/pykeen/benchmarking" ], [ "https://github.com/RTXteam/RTX" ], [ "https://github.com/fmicompbio/monaLisa" ], [ "https://github.com/aqlaboratory/pnerf" ], [ "https://github.com/gdewael/cpg-transformer" ], [ "https://github.com/jessemzhang/tn_test" ], [ "https://github.com/lcmmichielsen/scHPL" ], [ "https://github.com/Sarah145/CCPlotR" ], [ "https://github.com/ElofssonLab/PconsC4" ], [ "https://github.com/zhaoqichang/HpyerAttentionDTI" ], [ "https://github.com/royee182/DPL" ], [ "https://github.com/HuMingLab/SnapHiC" ], [ "https://github.com/wososa/PSI-Sigma" ], [ "https://github.com/vis-opt-group/BLO" ], [ "https://github.com/hsiangyuzhao/PANet" ], [ "https://github.com/mindazhao/pix-pix-warping-video-stabilization" ], [ "https://github.com/Zzh-tju/ZoneEval" ], [ "https://github.com/databio2022/GraphBio" ], [ "https://github.com/at-cg/PanAligner" ], [ "https://github.com/raufs/skDER" ], [ "https://github.com/GMOD/JBrowseR" ], [ "https://github.com/jltsiren/gbwt-rs" ], [ "https://github.com/czbiohub/MIDAS2" ], [ "https://github.com/mikelkou/fava" ], [ "https://github.com/GreiffLab/immuneSIM" ], [ "https://github.com/deepomicslab/GCNFrame" ], [ "https://github.com/bioinfo-ut/PlasmidSeeker" ], [ "https://github.com/koszullab/hicstuff" ], [ "https://github.com/KangLiao929/Cylin-Painting" ], [ "https://github.com/NeuroCompLab-psu/SNN-Conversion" ], [ "https://github.com/Pex2892/PETAL" ], [ "https://github.com/BioSystemsUM/mewpy" ], [ "https://github.com/flekschas/sbb" ], [ "http://github.com/kuixu/VRmol" ], [ "https://github.com/labstructbioinf/pLM-BLAST" ], [ "https://github.com/Gword/Recursive-NeRF" ], [ "https://github.com/lmdu/krait" ], [ "https://github.com/mafeiyang/ACTINN" ], [ "https://github.com/regevs/factorial_hmm" ], [ "https://github.com/vanvalenlab/kiosk-console" ], [ "https://github.com/hoelzer/poseidon" ], [ "https://github.com/johnlees/mandrake" ], [ "https://github.com/psychopa4/MMCNN" ], [ "https://github.com/MaayanLab/blitzgsea" ], [ "https://github.com/LinHong-HIT/USOD10K" ], [ "https://github.com/lnsmith54/BOSS" ], [ "https://github.com/NCBI-Hackathons/rnaseqview" ], [ "https://github.com/RUBi-ZA/MD-TASK" ], [ "https://github.com/liuzhuang13/Transferable_RA" ], [ "https://github.com/RUBi-ZA/MD-TASK" ], [ "https://github.com/stuckinaboot/iGenomics" ], [ "https://github.com/duolinwang/S-PLM" ], [ "https://github.com/DecodeGenetics/BamHash" ], [ "https://github.com/cggh/panoptes" ], [ "https://github.com/RUBi-ZA/MD-TASK" ], [ "https://github.com/RUBi-ZA/MD-TASK" ], [ "https://github.com/RUBi-ZA/MD-TASK" ], [ "https://github.com/RUBi-ZA/MD-TASK" ], [ "https://github.com/pranavkdm/R-PointHop" ], [ "https://github.com/stianlagstad/chimeraviz" ], [ "https://github.com/RUBi-ZA/MD-TASK" ], [ "https://github.com/CMU-SAFARI/BLEND" ], [ "https://github.com/RUBi-ZA/MD-TASK" ], [ "https://github.com/zji90/TSCAN" ], [ "https://github.com/BaderLab/Transfer-Learning-BNER-Bioinformatics-2018" ], [ "https://github.com/Zhentao-Liu/RealSRQ-KLTSRQA" ], [ "https://github.com/Ensembl/plant-scripts" ], [ "https://github.com/weizequan/LGNet" ], [ "https://github.com/friend1ws/pmsignature" ], [ "https://github.com/idekerlab/pyNBS" ], [ "https://github.com/hellbelly/BS-Snper" ], [ "https://github.com/HUANGLIZI/ScribFormer" ], [ "https://github.com/sebwouters/qc-dmet" ], [ "https://github.com/vignywang/AWDesc" ], [ "https://github.com/pmartR/pmartR" ], [ "https://github.com/PhHermann/LDJump" ], [ "https://github.com/hitcszx/ALFs" ], [ "https://github.com/Gabriel439/suns-search" ], [ "https://github.com/smutao/PyVibMS" ], [ "https://github.com/haiyang1986/Subtype-GAN" ], [ "https://github.com/JLSteenwyk/ggpubfigs" ], [ "https://github.com/cviviers/YOLOv5-6D-Pose" ], [ "https://github.com/indralab/gilda" ], [ "https://github.com/tyang816/MedChatZH" ], [ "https://github.com/seantuck12/MODISTools" ], [ "https://github.com/RodrigoGantier/SPADE_E2VID" ], [ "https://github.com/shiquan/PISA" ], [ "https://github.com/zhyczy/FedTP" ], [ "https://github.com/isglobal-brge/methylclock" ], [ "https://github.com/CMU-SAFARI/Scrooge" ], [ "https://github.com/geomagical/GeoSynth" ], [ "https://github.com/csmiller/EMIRGE" ], [ "https://github.com/stemylonas/DeepSurf" ], [ "https://github.com/YuxiangZhang-BIT/IEEE_TNNLS_Gia-CFSL" ], [ "https://github.com/leandroradusky/pyFoldX" ], [ "https://github.com/interactivereport/Quickomics" ], [ "https://github.com/tom-jenkins/mapmixture" ], [ "https://github.com/netbiolab/scHumanNet" ], [ "https://github.com/hugomailhot/MorphoLex-en" ], [ "https://github.com/niemasd/FAVITES" ], [ "https://github.com/n-mounier/bGWAS" ], [ "https://github.com/hzc363/DeepLearningCyTOF" ], [ "https://github.com/Saoge123/ccgnet" ], [ "https://github.com/dxmarkets/savoir" ], [ "https://github.com/ctlab/phantasus" ], [ "https://github.com/davidebolo1993/NanoR" ], [ "https://github.com/jermp/fulgor" ], [ "https://github.com/Ha0Tang/DDLCN" ], [ "https://github.com/hakyimlab/ukbrest" ], [ "https://github.com/bgruening/galaxy-rna-workbench" ], [ "https://github.com/bioinf-jku/librfn" ], [ "https://github.com/23andMe/phasedibd" ], [ "https://github.com/kussell-lab/mcorr" ], [ "https://github.com/ccsb-scripps/ADCP" ], [ "https://github.com/ridgerchu/TCJA" ], [ "https://github.com/cov-lineages/scorpio" ], [ "https://github.com/BioinfoMachineLearning/GCPNet" ], [ "https://github.com/nblt/DLDR" ], [ "https://github.com/stamakro/GCN-for-Structure-and-Function" ], [ "https://github.com/Japrin/sscClust" ], [ "https://github.com/diriano/ploidyNGS" ], [ "https://github.com/legumeinfo/lis_context_viewer" ], [ "https://github.com/HajkD/myTAI" ], [ "https://github.com/VCCRI/Falco" ], [ "https://github.com/burtonrj/CytoPy" ], [ "https://github.com/costasilvati/consexpression" ], [ "https://github.com/he2016012996/CABnet" ], [ "https://github.com/romanhaa/cerebroApp" ], [ "https://github.com/curieshicy/JRgui" ], [ "https://github.com/BobZwr/Cross-Reconstruction-Transformer" ], [ "https://github.com/naver/posebert" ], [ "https://github.com/SchulzLab/TEPIC" ], [ "https://github.com/DotWang/DCN-T" ], [ "https://github.com/nickduran/align-linguistic-alignment" ], [ "https://github.com/VITA-Group/PA-HMDB51" ], [ "https://github.com/SchulzLab/TEPIC" ], [ "https://github.com/nifm-gin/MP3" ], [ "https://github.com/SchulzLab/TEPIC" ], [ "https://github.com/SchulzLab/TEPIC" ], [ "https://github.com/llecompte/SVJedi" ], [ "https://github.com/SchulzLab/TEPIC" ], [ "https://github.com/Cuthbert-Huang/CPCANet" ], [ "https://github.com/SchulzLab/TEPIC" ], [ "https://github.com/pblischak/HyDe" ], [ "https://github.com/GXYM/KPN" ], [ "https://github.com/yj-zhou/Feature_Encoding_with_AutoEncoders_for_Weakly-supervised_Anomaly_Detection" ], [ "https://github.com/mapleforest/HaploMerger2" ], [ "https://github.com/bittremieux/ANN-SoLo" ], [ "https://github.com/theochem/B3DB" ], [ "https://github.com/AlexandrovLab/SigProfilerAssignment" ], [ "https://github.com/theochem/B3DB" ], [ "https://github.com/theochem/B3DB" ], [ "https://github.com/ANGSD/ngsRelate" ], [ "https://github.com/AlexandrovLab/SigProfilerAssignment" ], [ "https://github.com/AlexandrovLab/SigProfilerAssignment" ], [ "https://github.com/theochem/B3DB" ], [ "https://github.com/SchulzLab/TEPIC" ], [ "https://github.com/AlexandrovLab/SigProfilerAssignment" ], [ "https://github.com/AlexandrovLab/SigProfilerAssignment" ], [ "https://github.com/TencentAILabHealthcare/MLA-GNN" ], [ "https://github.com/AlexandrovLab/SigProfilerAssignment" ], [ "https://github.com/AlexandrovLab/SigProfilerAssignment" ], [ "https://github.com/theochem/B3DB" ], [ "https://github.com/venyao/intansv" ], [ "https://github.com/AlexandrovLab/SigProfilerAssignment" ], [ "https://github.com/theochem/B3DB" ], [ "https://github.com/labstructbioinf/localpdb" ], [ "https://github.com/theochem/B3DB" ], [ "https://github.com/theochem/B3DB" ], [ "https://github.com/tinglyfeng/IC9600" ], [ "https://github.com/SchulzLab/TEPIC" ], [ "https://github.com/compomics/ms2rescore" ], [ "https://github.com/JEFworks-Lab/veloviz" ], [ "https://github.com/ngs-fzb/MTBseq_source" ], [ "https://github.com/chenchao666/Bone-Age-Assessment" ], [ "https://github.com/DessiLBI2020/DessiLBI" ], [ "https://github.com/lipelopesoliveira/pyCOFBuilder" ], [ "https://github.com/PMCC-BioinformaticsCore/janis" ], [ "https://github.com/penghu-cs/UCCH" ], [ "https://github.com/rohdelab/PyTransKit" ], [ "https://github.com/molgenis/NIPTeR" ], [ "https://github.com/riverlee/MitoSeek" ], [ "https://github.com/yuhuan-wu/EDN" ], [ "https://github.com/BenoitMorel/ParGenes" ], [ "https://github.com/zbf1991/A2GNN" ], [ "https://github.com/grst/immune_deconvolution_benchmark" ], [ "https://github.com/Gregor-Mendel-Institute/aradeepopsis" ], [ "https://github.com/katholt/kaptive" ], [ "https://github.com/deruncie/GridLMM" ], [ "https://github.com/ISA-tools/OntoMaton" ], [ "https://github.com/OmarOakheart/nPhase" ], [ "https://github.com/Superraptor/GSSO" ], [ "https://github.com/ZhonghuiGu/HEAL" ], [ "https://github.com/yun-liu/LIID" ], [ "https://github.com/plger/pipeComp" ], [ "https://github.com/biosustain/shu" ], [ "https://github.com/shyam671/Mask2Anomaly-Unmasking-Anomalies-in-Road-Scene-Segmentation" ], [ "https://github.com/0xTCG/biser" ], [ "https://github.com/epigenelabs/inmoose" ], [ "https://github.com/fgvieira/ngsLD" ], [ "https://github.com/xihongyang1999/ICL_SSL" ], [ "https://github.com/fickludd/dinosaur" ], [ "https://github.com/katholt/Kaptive" ], [ "https://github.com/davidebolo1993/VISOR" ], [ "https://github.com/oxpig/ABlooper" ], [ "https://github.com/ShobiStassen/PARC" ], [ "https://github.com/jcwang123/xboundformer" ], [ "https://github.com/xiaoli-dong/metaerg" ], [ "https://github.com/gymreklab/TRTools" ], [ "https://github.com/WGLab/Phen2Gene" ], [ "https://github.com/chunmeifeng/SANet" ], [ "https://github.com/wangweiSJTU/OTUR" ], [ "https://github.com/minoda-lab/universc" ], [ "https://github.com/CostaLab/CrossTalkeR" ], [ "https://github.com/AutoFlowResearch/SmartPeak" ], [ "https://github.com/jaak-s/macau" ], [ "https://github.com/bircatmcri/MCIndoor20000" ], [ "https://github.com/rderelle/Broccoli" ], [ "https://github.com/cimm-kzn/CGRtools" ], [ "https://github.com/BergmannLab/MONET" ], [ "https://github.com/wangshisheng/NAguideR" ], [ "https://github.com/xulabs/projects" ], [ "https://github.com/MPBA/TAASRAD19" ], [ "https://github.com/ievapudz/TemStaPro" ], [ "https://github.com/CSB5/CaDRReS" ], [ "https://github.com/agis85/multimodal_brain_synthesis" ], [ "https://github.com/markrobinsonuzh/scRNAseq_clustering_comparison" ], [ "https://github.com/gymrek-lab/trtools" ], [ "https://github.com/Loping151/ForPlane" ], [ "https://github.com/MontaEllis/SSL-For-Medical-Segmentation" ], [ "https://github.com/gaobb/MCAR" ], [ "https://github.com/nrdg/fracridge" ], [ "https://github.com/lmrodriguezr/nonpareil" ], [ "https://github.com/cbielow/PTXQC" ], [ "https://github.com/BioinformaticsLabAtMUN/PromoTech" ], [ "https://github.com/lmbxmu/1xN" ], [ "https://github.com/pyratlib/pyrat" ], [ "https://github.com/dina-lab3D/NanoNet" ], [ "https://github.com/abacus-gene/paml-tutorial" ], [ "https://github.com/JiajinChen/shinyBN" ], [ "https://github.com/dkoslicki/MetaPalette" ], [ "https://github.com/cbsropenproject/6dof_face" ], [ "https://github.com/dkoslicki/CMash" ], [ "https://github.com/randel/MIND" ], [ "https://github.com/GeomScale/dingo" ], [ "https://github.com/natir/fpa" ], [ "https://github.com/zhqingit/giremi" ], [ "https://github.com/shwoo93/video_decaptioning" ], [ "https://github.com/hklarner/PyBoolNet" ], [ "https://github.com/woxuankai/SpatialAlignmentNetwork" ], [ "https://github.com/cnapy-org/CNApy" ], [ "https://github.com/cnapy-org/CNApy" ], [ "https://github.com/padlocbio/padloc" ], [ "https://github.com/wenbostar/PDV" ], [ "https://github.com/cnapy-org/CNApy" ], [ "https://github.com/imartayan/CBL" ], [ "https://github.com/venyao/shinyChromosome" ], [ "https://github.com/cnapy-org/CNApy" ], [ "https://github.com/cnapy-org/CNApy" ], [ "https://github.com/nf-core/circrna" ], [ "https://github.com/cnapy-org/CNApy" ], [ "https://github.com/totajuliusd/topr" ], [ "https://github.com/cov-lineages/constellations" ], [ "https://github.com/chung-lab/SCAFE" ], [ "https://github.com/vaquerizaslab/tadtool" ], [ "https://github.com/brentp/combined-pvalues" ], [ "https://github.com/BDI-pathogens/phyloscanner" ], [ "https://github.com/fenglei104/DeepPROTACs" ], [ "https://github.com/raw-lab/metacerberus" ], [ "https://github.com/cnapy-org/CNApy" ], [ "https://github.com/cnapy-org/CNApy" ], [ "https://github.com/psipred/s4pred" ], [ "https://github.com/ablab/TandemTools" ], [ "https://github.com/sg-s/xolotl" ], [ "https://github.com/neerakara/test-time-adaptable-neural-networks-for-domain-generalization" ], [ "https://github.com/swsoyee/TCC-GUI" ], [ "https://github.com/iziamtso/P3D" ], [ "https://github.com/wells-wood-research/timed-design" ], [ "https://github.com/BSGOxford/BrowseVCF" ], [ "https://github.com/nclark-lab/RERconverge" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/szzexpoi/AiR" ], [ "https://github.com/kundajelab/ChromDragoNN" ], [ "https://github.com/Zafar-Lab/scDREAMER" ], [ "https://github.com/leylabmpi/Struo" ], [ "https://github.com/idruglab/hignn" ], [ "https://github.com/LyonsLab/coge" ], [ "https://github.com/COMBINE-lab/simpleaf" ], [ "https://github.com/wenguanwang/ASNet" ], [ "https://github.com/COMBINE-lab/simpleaf" ], [ "https://github.com/LyonsLab/coge" ], [ "https://github.com/COMBINE-lab/simpleaf" ], [ "https://github.com/LyonsLab/coge" ], [ "https://github.com/COMBINE-lab/simpleaf" ], [ "https://github.com/COMBINE-lab/simpleaf" ], [ "https://github.com/soeaver/Hier-R-CNN" ], [ "https://github.com/bio-ontology-research-group/walking-rdf-and-owl" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/COMBINE-lab/simpleaf" ], [ "https://github.com/cjendres1/nhanes" ], [ "https://github.com/Intelligent-Computing-Lab-Yale/BNTT-Batch-Normalization-Through-Time" ], [ "https://github.com/BackofenLab/IntaRNA" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/yuhuan-wu/RDPNet" ], [ "https://github.com/COMBINE-lab/simpleaf" ], [ "https://github.com/usccolumbia/deeperGATGNN" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/GATB/simka" ], [ "https://github.com/COMBINE-lab/simpleaf" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dmirman/gazer" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/demonzyj56/E3Outlier" ], [ "https://github.com/TheJacksonLaboratory/Picky" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/nluhmann/BlastFrost" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/LyonsLab/coge" ], [ "https://github.com/guopengf/FL-MRCM" ], [ "https://github.com/fanyang587/MGL" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/pinellolab/haystack_bio" ], [ "https://github.com/MedChaabane/deepRAM" ], [ "https://github.com/biofuture/Ublastx_stageone" ], [ "https://github.com/NVIDIA/UnsupervisedLandmarkLearning" ], [ "https://github.com/zwx8981/BIQA_CL" ], [ "https://github.com/lmweber/cytometry-clustering-comparison" ], [ "https://github.com/mahendra-awale/medchem_moves" ], [ "https://github.com/dongliangchang/OSLNet" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/tbwxmu/SAMPN" ], [ "https://github.com/LyonsLab/coge" ], [ "https://github.com/THU-CS-PI/MMPD_rPPG_dataset" ], [ "https://github.com/LyonsLab/coge" ], [ "https://github.com/LyonsLab/coge" ], [ "https://github.com/LyonsLab/coge" ], [ "https://github.com/phipsonlab/speckle" ], [ "https://github.com/ranery/Bayesian-CycleGAN" ], [ "https://github.com/zju3dv/NIID-Net" ], [ "https://github.com/tangjiapeng/SkeletonNet" ], [ "https://github.com/schallerdavid/pyrod" ], [ "https://github.com/kdmurray91/kwip" ], [ "https://github.com/yz-wang/UCL-Dehaze" ], [ "https://github.com/yijingru/ANCIS-Pytorch" ], [ "https://github.com/SmartDataAnalytics/BioKEEN" ], [ "https://github.com/a-h-b/dadasnake" ], [ "https://github.com/visionjo/facerec-bias-bfw" ], [ "https://github.com/oushujun/LTR_FINDER_parallel" ], [ "https://github.com/antao97/SegGroup" ], [ "https://github.com/josuebarrera/GenEra" ], [ "https://github.com/zchoi/PKOL" ], [ "https://github.com/PoonLab/covizu" ], [ "https://github.com/weitianxin/HyperGCL" ], [ "https://github.com/ctlab/GADMA" ], [ "https://github.com/aquaskyline/LRSIM" ], [ "https://github.com/eleGAN23/HyperNets" ], [ "https://github.com/ShaneSpace/DGFDBenchmark" ], [ "https://github.com/BIT-DA/GDCAN" ], [ "https://github.com/KIT-MBS/pydca" ], [ "https://github.com/gem-pasteur/macsyfinder" ], [ "https://github.com/gem-pasteur/macsyfinder" ], [ "https://github.com/jordisr/poreover" ], [ "https://github.com/YuSugihara/QTL-seq" ], [ "https://github.com/andreasmang/claire" ], [ "https://github.com/gem-pasteur/macsyfinder" ], [ "https://github.com/zju3dv/Vox-Surf" ], [ "https://github.com/evidenceontology/evidenceontology" ], [ "https://github.com/gem-pasteur/macsyfinder" ], [ "https://github.com/gem-pasteur/macsyfinder" ], [ "https://github.com/biomed-AI/GraphPPIS" ], [ "https://github.com/YuSugihara/MutMap" ], [ "https://github.com/nf-core/airrflow" ], [ "https://github.com/ZJUYH/radar-to-lidar-place-recognition" ], [ "https://github.com/boxiangliu/ParaMed" ], [ "https://github.com/gem-pasteur/macsyfinder" ], [ "https://github.com/phac-nml/ecoli_serotyping" ], [ "https://github.com/bobeobibo/phigaro" ], [ "https://github.com/ITBE-Lab/MA" ], [ "https://github.com/microsoft/RespireNet" ], [ "https://github.com/gem-pasteur/macsyfinder" ], [ "https://github.com/gem-pasteur/macsyfinder" ], [ "https://github.com/Jzy2017/TACL" ], [ "https://github.com/lmdu/dockey" ], [ "https://github.com/PeihaoChen/regnet" ], [ "https://github.com/PRIS-CV/AP-CNN_Pytorch-master" ], [ "https://github.com/yangfan-hu/Fast-SNN" ], [ "https://github.com/guxinqian/Simple-ReID" ], [ "https://github.com/superxuang/caffe_3d_faster_rcnn" ], [ "https://github.com/cellgeni/batchbench" ], [ "https://github.com/blaxterlab/blobology" ], [ "https://github.com/CHENGY12/APNet" ], [ "https://github.com/mms-fcul/PypKa" ], [ "https://github.com/PRIS-CV/BSNet" ], [ "https://github.com/EMI-Group/RelativeNAS" ], [ "https://github.com/dongbo-BUAA-VR/Pointfilter" ], [ "https://github.com/KlugerLab/t-SNE-Heatmaps" ], [ "https://github.com/blackrim/treePL" ], [ "https://github.com/a-ludi/dentist" ], [ "https://github.com/kern-lab/discoal" ], [ "https://github.com/donaldlab/OSPREY_refactor" ], [ "https://github.com/PPOLYpubki/RD3D" ], [ "https://github.com/CMU-SAFARI/SneakySnake" ], [ "https://github.com/BioinfoUNIBA/REDItools2" ], [ "https://github.com/dunni3/FlowMol" ], [ "https://github.com/svalkiers/clusTCR" ], [ "https://github.com/kaigelee/CSFCN" ], [ "https://github.com/thomas0809/RxnScribe" ], [ "https://github.com/joshr17/IFM" ], [ "https://github.com/ludvigla/semla" ], [ "https://github.com/LouisFaure/scFates" ], [ "https://github.com/quxiaojian/PGA" ], [ "https://github.com/xxlong0/ASNDepth" ], [ "https://github.com/rinikerlab/Ensembler" ], [ "https://github.com/monarch-initiative/MAxO" ], [ "https://github.com/monarch-initiative/MAxO" ], [ "https://github.com/laura-wang/video_repres_sts" ], [ "https://github.com/arttumiettinen/pi2" ], [ "https://github.com/vinuesa/get_phylomarkers" ], [ "https://github.com/jsczzzk/R-MSFM" ], [ "https://github.com/VCCRI/Sierra" ], [ "https://github.com/UnixJunkie/FASMIFRA" ], [ "https://github.com/monarch-initiative/MAxO" ], [ "https://github.com/983632847/WebUAV-3M" ], [ "https://github.com/wyang17/SQuIRE" ], [ "https://github.com/liutairan/eMolFrag" ], [ "https://github.com/monarch-initiative/MAxO" ], [ "https://github.com/NtaylorOX/Public_Clinical_Prompt" ], [ "https://github.com/yfukai/laptrack" ], [ "https://github.com/ZitongYu/3DCDC-NAS" ], [ "https://github.com/sigven/oncoEnrichR" ], [ "https://github.com/yuzhimanhua/lm-lstm-crf" ], [ "https://github.com/monarch-initiative/MAxO" ], [ "https://github.com/monarch-initiative/MAxO" ], [ "https://github.com/OHNLP/MedTator" ], [ "https://github.com/monarch-initiative/MAxO" ], [ "https://github.com/monarch-initiative/MAxO" ], [ "https://github.com/dmnfarrell/epitopepredict" ], [ "https://github.com/BimberLab/DISCVRSeq" ], [ "https://github.com/uc-bd2k/grein" ], [ "https://github.com/bcgsc/orca" ], [ "https://github.com/mpcrlab/MolecularTransformerEmbeddings" ], [ "https://github.com/ndrplz/semiparametric" ], [ "https://github.com/jyangfsu/WQChartPy" ], [ "https://github.com/kemaloksuz/LRP-Error" ], [ "https://github.com/Roth-Lab/pyclone-vi" ], [ "https://github.com/ADicksonLab/wepy" ], [ "https://github.com/YonghaoXu/Txt2Img-MHN" ], [ "https://github.com/c-yn/DSANet" ], [ "https://github.com/stephenslab/rss" ], [ "https://github.com/Zhihan1996/DNABERT_S" ], [ "https://github.com/biopragmatics/biomappings" ], [ "https://github.com/lemuria-wchen/imcs21" ], [ "https://github.com/gbouras13/plassembler" ], [ "https://github.com/PayamDiba/SERGIO" ], [ "https://github.com/BioinfoMachineLearning/PoseBench" ], [ "https://github.com/LaboratorioBioinformatica/MARVEL" ], [ "https://github.com/stephenslab/flashr" ], [ "https://github.com/HaploKit/vechat" ], [ "https://github.com/JLiangLab/BenchmarkTransferLearning" ], [ "https://github.com/brentp/hts-nim-tools" ], [ "https://github.com/IBM/fold2seq" ], [ "https://github.com/NK-CS-ZZL/IAN" ], [ "https://github.com/DirtyHarryLYL/SymNet" ], [ "https://github.com/soedinglab/wish" ], [ "https://github.com/compbiomed/animalcules" ], [ "https://github.com/urmi-21/orfipy" ], [ "https://github.com/algbio/themisto" ], [ "https://github.com/wenqi006/SlideGraph" ], [ "https://github.com/daquang/YAMDA" ], [ "https://github.com/schmeing/ReSeq" ], [ "https://github.com/cosmo-team/cosmo" ], [ "https://github.com/edawson/gfakluge" ], [ "https://github.com/ETHmodlab/BIMODAL" ], [ "https://github.com/perishky/meffil" ], [ "https://github.com/ibe-uw/tiara" ], [ "https://github.com/yaoyx689/AMM_NRR" ], [ "https://github.com/insilicomedicine/BiAAE" ], [ "https://github.com/msproteomicstools/msproteomicstools" ], [ "https://github.com/IFMlab/ChemFlow" ], [ "https://github.com/Luffy03/CISC-R" ], [ "https://github.com/yvquanli/trimnet" ], [ "https://github.com/TaiXiangJiang/FastDeRain" ], [ "https://github.com/kassonlab/gmxapi" ], [ "https://github.com/chopralab/lemon" ], [ "https://github.com/chopralab/lemon" ], [ "https://github.com/MannLabs/alphapeptstats" ], [ "https://github.com/psipred/cgdms" ], [ "https://github.com/Boehringer-Ingelheim/pyPept" ], [ "https://github.com/danfenghong/IEEE_TNNLS_EGU-Net" ], [ "https://github.com/fgcz/rawrr" ], [ "https://github.com/YuxiangZhang-BIT/IEEE_TNNLS_TSTnet" ], [ "https://github.com/fmfi-compbio/deepnano-blitz" ], [ "https://github.com/zbzhzhy/PZRes-Net" ], [ "https://github.com/lmbxmu/FilterSketch" ], [ "https://github.com/chopralab/lemon" ], [ "https://github.com/chopralab/lemon" ], [ "https://github.com/irycisBioinfo/PATO" ], [ "https://github.com/chopralab/lemon" ], [ "https://github.com/bio-ontology-research-group/mowl" ], [ "https://github.com/chopralab/lemon" ], [ "https://github.com/mstsuite/MuST" ], [ "https://github.com/mortazavilab/swan_vis" ], [ "https://github.com/chopralab/lemon" ], [ "https://github.com/chopralab/lemon" ], [ "https://github.com/BorgwardtLab/S3M" ], [ "https://github.com/KingJamesSong/FastDifferentiableMatSqrt" ], [ "https://github.com/AChavignon/PALA" ], [ "https://github.com/essex-lab/grand" ], [ "https://github.com/MolecularAI/Lib-INVENT" ], [ "https://github.com/biomed-AI/GraphSite" ], [ "https://github.com/MolecularAI/Icolos" ], [ "https://github.com/CBIIT/LDlinkR" ], [ "https://github.com/zhangxaochen/CuFusion" ], [ "https://github.com/WGLab/bioformer" ], [ "https://github.com/tzt101/INADE" ], [ "https://github.com/theislab/AutoGeneS" ], [ "https://github.com/JLSteenwyk/PhyKIT" ], [ "https://github.com/frankMusacchia/Annocript" ], [ "https://github.com/citiususc/BigSeqKit" ], [ "https://github.com/HCIILAB/SCUT-EnsText" ], [ "https://github.com/guopengf/ReconFormer" ], [ "https://github.com/MarioniLab/miloDE" ], [ "https://github.com/nygenome/conpair" ], [ "https://github.com/biocore-ntnu/epic2" ], [ "https://github.com/oxpig/DEVELOP" ], [ "https://github.com/sequencing/NxTrim" ], [ "https://github.com/mrazvan22/brain-coloring" ], [ "https://github.com/lin-lcx/HGCN" ], [ "https://github.com/ushaham/BatchEffectRemoval" ], [ "https://github.com/stevemussmann/admixturePipeline" ], [ "https://github.com/shivram1987/diffGrad" ], [ "https://github.com/AnantharamanLab/ViWrap" ], [ "https://github.com/knights-lab/SHOGUN" ], [ "https://github.com/AnantharamanLab/ViWrap" ], [ "https://github.com/krishnabits001/task_driven_data_augmentation" ], [ "https://github.com/noriakis/CBNplot" ], [ "https://github.com/psathyrella/partis" ], [ "https://github.com/AnantharamanLab/ViWrap" ], [ "https://github.com/hsiangyuzhao/RCPS" ], [ "https://github.com/AnantharamanLab/ViWrap" ], [ "https://github.com/AnantharamanLab/ViWrap" ], [ "https://github.com/GeometricBCI/Tensor-CSPNet-and-Graph-CSPNet" ], [ "https://github.com/maickrau/MBG" ], [ "https://github.com/AnantharamanLab/ViWrap" ], [ "https://github.com/salzberg-lab/Balrog" ], [ "https://github.com/HannesStark/protein-localization" ], [ "https://github.com/WenkeHuang/MarsFL" ], [ "https://github.com/luoyuanlab/Clinical-Longformer" ], [ "https://github.com/AnantharamanLab/ViWrap" ], [ "https://github.com/Zian-Xu/Swin-MAE" ], [ "https://github.com/AnantharamanLab/ViWrap" ], [ "https://github.com/charite/jannovar" ], [ "https://github.com/afm-spm/TopoStats" ], [ "https://github.com/morispi/CONSENT" ], [ "https://github.com/BojarLab/glycowork" ], [ "https://github.com/mahaichuan/Versatile-Image-Compression" ], [ "https://github.com/juntang-zhuang/torch-ACA" ], [ "https://github.com/KirillKryukov/naf" ], [ "https://github.com/BojarLab/glycowork" ], [ "https://github.com/BojarLab/glycowork" ], [ "https://github.com/BojarLab/glycowork" ], [ "https://github.com/JJAlmagro/subcellular_localization" ], [ "https://github.com/ay-lab/dcHiC" ], [ "https://github.com/pratas/cryfa" ], [ "https://github.com/xiaoyeye/GCNG" ], [ "https://github.com/minoh0201/DeepMicro" ], [ "https://github.com/JhaKanchan15/PPI_GNN" ], [ "https://github.com/ngchc/deepBoosting" ], [ "https://github.com/iVis-at-Bilkent/pathway-mapper" ], [ "https://github.com/insilichem/pychimera" ], [ "https://github.com/RWilton/Arioc" ], [ "https://github.com/BojarLab/glycowork" ], [ "https://github.com/BojarLab/glycowork" ], [ "https://github.com/BojarLab/glycowork" ], [ "https://github.com/BojarLab/glycowork" ], [ "https://github.com/Dmmm1997/DenseUAV" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/rui-yan/SSL-FL" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/PacificBiosciences/HiPhase" ], [ "https://github.com/JhuangLab/BioInstaller" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/JialeCao001/HSD" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/zhaoxiaofei/BinDash" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/DengPingFan/SODBenchmark" ], [ "https://github.com/csjunxu/STAR" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/ddofer/ProFET" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/manuel-munoz-aguirre/PyHIST" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/smfleming/HMeta-d" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/jag1g13/pycgtool" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/zwdzwd/sesame" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hillerlab/GenomeAlignmentTools" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/Data2Dynamics/d2d" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/molecule-one/megan" ], [ "https://github.com/kamimrcht/REINDEER" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/jiequancui/ResLT" ], [ "https://github.com/ncbi-nlp/DeepSeeNet" ], [ "https://github.com/cyang03/CHECKED" ], [ "https://github.com/bene51/3Dscript" ], [ "https://github.com/QuKunLab/ATAC-pipe" ], [ "https://github.com/Proteomicslab57357/UniprotR" ], [ "https://github.com/ksahlin/BESST" ], [ "https://github.com/frankligy/DeepImmuno" ], [ "https://github.com/soeaver/AirNet-PyTorch" ], [ "https://github.com/M3DV/RibSeg" ], [ "https://github.com/jpquast/protti" ], [ "https://github.com/uci-cbcl/UFold" ], [ "https://github.com/dantaki/SV2" ], [ "https://github.com/JEFworks-Lab/STalign" ], [ "https://github.com/JEFworks-Lab/STalign" ], [ "https://github.com/JEFworks-Lab/STalign" ], [ "https://github.com/JEFworks-Lab/STalign" ], [ "https://github.com/BigDataBiology/macrel" ], [ "https://github.com/megvii-research/BasesHomo" ], [ "https://github.com/10XGenomics/scHLAcount" ], [ "https://github.com/spyflying/CMPC-Refseg" ], [ "https://github.com/BioinfoMachineLearning/cryoppp" ], [ "https://github.com/niemasd/ViralMSA" ], [ "https://github.com/pleaseconnectwifi/PNAL" ], [ "https://github.com/twestbrookunh/paladin" ], [ "https://github.com/SRKH/S4NN" ], [ "https://github.com/xiaofeng94/RefineDNet-for-dehazing" ], [ "https://github.com/JEFworks-Lab/STalign" ], [ "https://github.com/JEFworks-Lab/STalign" ], [ "https://github.com/JEFworks-Lab/STalign" ], [ "https://github.com/JEFworks-Lab/STalign" ], [ "https://github.com/jltsiren/gbwt" ], [ "https://github.com/yeliudev/CATNet" ], [ "https://github.com/BGI-SynBio/PyMOL-PUB" ], [ "https://github.com/ShizhenChang/Chg2Cap" ], [ "https://github.com/telatin/BamToCov" ], [ "https://github.com/rhysf/Synima" ], [ "https://github.com/ymcui/expmrc" ], [ "https://github.com/eliberis/parapred" ], [ "https://github.com/NBISweden/EMBLmyGFF3" ], [ "https://github.com/tzt101/CLADE" ], [ "https://github.com/DIAL-RPI/PIPO-FAN" ], [ "https://github.com/ay-lab/mustache" ], [ "https://github.com/RealityBending/Pyllusion" ], [ "https://github.com/Rose-STL-Lab/LIMO" ], [ "https://github.com/cevo-public/cov-spectrum-website" ], [ "https://github.com/SofieVG/FlowSOM" ], [ "https://github.com/XiaoTaoWang/HiCLift" ], [ "https://github.com/dtamayo/spock" ], [ "https://github.com/winycg/HSAKD" ], [ "https://github.com/will-rowe/genome-sketching" ], [ "https://github.com/xq141839/DCSAU-Net" ], [ "https://github.com/nitzanlab/biolord" ], [ "https://github.com/Genotek/ClassifyCNV" ], [ "https://github.com/XiaoTaoWang/HiCLift" ], [ "https://github.com/XiaoTaoWang/HiCLift" ], [ "https://github.com/materialsintelligence/matscholar" ], [ "https://github.com/mourisl/Rcorrector" ], [ "https://github.com/Rongtao-Xu/RepresentationLearning" ], [ "https://github.com/SAMtoBAM/MUMandCo" ], [ "https://github.com/XiaoTaoWang/HiCLift" ], [ "https://github.com/XiaoTaoWang/HiCLift" ], [ "https://github.com/XiaoTaoWang/HiCLift" ], [ "https://github.com/brettc/partitionfinder" ], [ "https://github.com/ksahlin/ultra" ], [ "https://github.com/XiaoTaoWang/HiCLift" ], [ "https://github.com/XiaoTaoWang/HiCLift" ], [ "https://github.com/aehrc/cvt2distilgpt2" ], [ "https://github.com/dewyman/TranscriptClean" ], [ "https://github.com/RyanCook94/inphared" ], [ "https://github.com/tshizys/CoupleNet" ], [ "https://github.com/liqi-casia/FaceSwapper" ], [ "https://github.com/tthinking/MATR" ], [ "https://github.com/guijiejie/SSL" ], [ "https://github.com/VCCRI/CIDR" ], [ "https://github.com/WatsonLab/MAGpy" ], [ "https://github.com/ShuGuoJ/GiGCN" ], [ "https://github.com/ablab/viralVerify" ], [ "https://github.com/YifanDengWHU/DDIMDL" ], [ "https://github.com/paiardin/DockingPie" ], [ "https://github.com/iprada/Circle-Map" ], [ "https://github.com/jackh726/bigtools" ], [ "https://github.com/jackh726/bigtools" ], [ "https://github.com/abehr/pong" ], [ "https://github.com/jackh726/bigtools" ], [ "https://github.com/ggonnella/gfaviz" ], [ "https://github.com/FOI-Bioinformatics/flextaxd" ], [ "https://github.com/BTheDragonMaster/pikachu" ], [ "https://github.com/will-rowe/groot" ], [ "https://github.com/jackh726/bigtools" ], [ "https://github.com/ocxtal/libgaba" ], [ "https://github.com/jackh726/bigtools" ], [ "https://github.com/jackh726/bigtools" ], [ "https://github.com/jackh726/bigtools" ], [ "https://github.com/MannLabs/ProteomicsVisualization" ], [ "https://github.com/Bohdan-Khomtchouk/shinyheatmap" ], [ "https://github.com/jackh726/bigtools" ], [ "https://github.com/husonlab/megan-ce" ], [ "https://github.com/OpenWaterAnalytics/epanet-dev" ], [ "https://github.com/XinshaoAmosWang/Ranked-List-Loss-for-DML" ], [ "https://github.com/ggonnella/gfapy" ], [ "https://github.com/danielhuson/megan-ce" ], [ "https://github.com/barahona-research-group/RamanSPy" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/KingJamesSong/DifferentiableSVD" ], [ "https://github.com/icbi-lab/nextNEOpi" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/IRMVLab/EfficientLO-Net" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/sshan-zhao/ACMNet" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/tk2/RetroSeq" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/cieplinski-tobiasz/smina-docking-benchmark" ], [ "https://github.com/Vandermode/QRNN3D" ], [ "https://github.com/nikhilroxtomar/TGANet" ], [ "https://github.com/superlouis/GATGNN" ], [ "https://github.com/aatapa/RLScore" ], [ "https://github.com/powellgenomicslab/scPred" ], [ "http://github.com/lidaof/eg-react" ], [ "https://github.com/amcrisan/Adjutant" ], [ "https://github.com/brinkmanlab/GenomeD3Plot" ], [ "https://github.com/Graylab/GeoDock" ], [ "https://github.com/ygidtu/trackplot" ], [ "https://github.com/XY-boy/TTST" ], [ "https://github.com/AllonKleinLab/SPRING" ], [ "https://github.com/qiyunzhu/woltka" ], [ "https://github.com/IMSY-DKFZ/simpa" ], [ "https://github.com/gem-pasteur/PanACoTA" ], [ "https://github.com/hdaoud/ORBSLAMM" ], [ "https://github.com/zoecastillo/microbiomeExplorer" ], [ "https://github.com/dphansti/Sushi" ], [ "https://github.com/broadinstitute/oncotator" ], [ "https://github.com/osmanberke/Deep-SSVEP-BCI" ], [ "https://github.com/Cwuwhu/FCD-GAN-pytorch" ], [ "https://github.com/CRazorback/AADG" ], [ "https://github.com/yukiteruono/pbsim2" ], [ "https://github.com/tlemane/kmtricks" ], [ "https://github.com/csjunxu/Noisy-As-Clean" ], [ "https://github.com/czodrowskilab/Machine-learning-meets-pKa" ], [ "https://github.com/microsoft/IGT-Intermolecular-Graph-Transformer" ], [ "https://github.com/lh3/ropebwt2" ], [ "https://github.com/HannesStark/dirichlet-flow-matching" ], [ "https://github.com/sebwouters/chemps2" ], [ "https://github.com/kimmo1019/DeepCDR" ], [ "https://github.com/medema-group/bigslice" ], [ "https://github.com/Genentech/pviz" ], [ "https://github.com/simonvh/fluff" ], [ "https://github.com/lh3/bfc" ], [ "https://github.com/kweimann/ecg-transfer-learning" ], [ "https://github.com/FactoDeepLearning/DAN" ], [ "https://github.com/FactoDeepLearning/VerticalAttentionOCR" ], [ "https://github.com/UCDenver-ccp/CRAFT" ], [ "https://github.com/neurogenomics/rworkflows" ], [ "https://github.com/TheWebMonks/meshmonk" ], [ "https://github.com/CGPxy/AAU-net" ], [ "https://github.com/Vini2/phables" ], [ "https://github.com/marschall-lab/panacus" ], [ "https://github.com/hanna-xu/RoadScene" ], [ "https://github.com/4dn-dcic/tibanna" ], [ "https://github.com/jltsiren/gcsa2" ], [ "https://github.com/dereneaton/ipyrad" ], [ "https://github.com/Xianhang/EDSC-pytorch" ], [ "https://github.com/GeoVectorMatrix/Dif-Fusion" ], [ "https://github.com/Pbdas/epa-ng" ], [ "https://github.com/meringlab/FlashWeave" ], [ "https://github.com/ncbi/SSDraw" ], [ "https://github.com/ktr-hubrt/WSAL" ], [ "https://github.com/pymodproject/pymod" ], [ "https://github.com/pymodproject/pymod" ], [ "https://github.com/pymodproject/pymod" ], [ "https://github.com/MaterialsDiscovery/PyChemia" ], [ "https://github.com/GanjinZero/CODER" ], [ "https://github.com/wulalago/DAF3D" ], [ "https://github.com/pymodproject/pymod" ], [ "https://github.com/pymodproject/pymod" ], [ "https://github.com/pymodproject/pymod" ], [ "https://github.com/hrlblab/CircleNet" ], [ "https://github.com/ethanchen1301/SSDraw" ], [ "https://github.com/pymodproject/pymod" ], [ "https://github.com/pymodproject/pymod" ], [ "https://github.com/lh3/dna-nn" ], [ "https://github.com/natir/yacrd" ], [ "https://github.com/ddarriba/modeltest" ], [ "https://github.com/chentao1999/MedicalRelationExtraction" ], [ "https://github.com/NJUyued/MutexMatch4SSL" ], [ "https://github.com/SaskiaFreytag/schex" ], [ "https://github.com/gurkirt/3D-RetinaNet" ], [ "https://github.com/yi-ding-cs/LGG" ], [ "https://github.com/zyjwuyan/BBS-Net" ], [ "https://github.com/chainsawriot/rang" ], [ "https://github.com/Cassie94/LSTD" ], [ "https://github.com/grailbio/bio" ], [ "https://github.com/LANL-Bioinformatics/EDGE" ], [ "https://github.com/cosconatilab/PyRMD" ], [ "https://github.com/cosconatilab/PyRMD" ], [ "https://github.com/cosconatilab/PyRMD" ], [ "https://github.com/cosconatilab/PyRMD" ], [ "https://github.com/ytZhang99/CF-Net" ], [ "https://github.com/cosconatilab/PyRMD" ], [ "https://github.com/cosconatilab/PyRMD" ], [ "https://github.com/cosconatilab/PyRMD" ], [ "https://github.com/cosconatilab/PyRMD" ], [ "https://github.com/illumina/REViewer" ], [ "https://github.com/manman1995/pan-sharpening-Team-zhouman" ], [ "https://github.com/instadeepai/manyfold" ], [ "https://github.com/MannLabs/alphamap" ], [ "https://github.com/uef-bbc/nippy" ], [ "https://github.com/samsledje/D-SCRIPT" ], [ "https://github.com/martin-steinegger/conterminator" ], [ "https://github.com/BraveGroup/FullySparseFusion" ], [ "https://github.com/xmengli999/CANet" ], [ "https://github.com/rsinghlab/pyaging" ], [ "https://github.com/manman1995/Awaresome-pansharpening" ], [ "https://github.com/compgenome365/TCGA-Assembler-2" ], [ "https://github.com/BioEasy/EasyCodeML" ], [ "https://github.com/tfzhou/MG-HumanParsing" ], [ "https://github.com/montilab/hypeR" ], [ "https://github.com/DerKevinRiehl/TransposonUltimate" ], [ "https://github.com/bigbio/proteomics-metadata-standard" ], [ "https://github.com/netZoo/netZooPy" ], [ "https://github.com/bio-ontology-research-group/deepgo" ], [ "https://github.com/seqan/lambda" ], [ "https://github.com/PapenfussLab/bionix" ], [ "https://github.com/StevenLiuWen/sRNN_TSC_Anomaly_Detection" ], [ "https://github.com/Jeff-Zilence/Explain_Metric_Learning" ], [ "https://github.com/asad/ReactionDecoder" ], [ "https://github.com/MartinPernus/MaskFaceGAN" ], [ "https://github.com/s312569/clj-biosequence" ], [ "https://github.com/SpatialTranscriptomicsResearch/st_pipeline" ], [ "https://github.com/Kali-Hac/Locality-Awareness-SGE" ], [ "https://github.com/nigyta/dfast_core" ], [ "https://github.com/GuoleiSun/VSS-CFFM" ], [ "https://github.com/vertgenlab/gonomics" ], [ "https://github.com/seqan/flexbar" ], [ "https://github.com/microsoft/YOLaT-VectorGraphicsRecognition" ], [ "https://github.com/chenyilun95/DSGN2" ], [ "https://github.com/Phlya/coolpuppy" ], [ "https://github.com/kamwoh/DeepIPR" ], [ "https://github.com/TinkerTools/tinker-hp" ], [ "https://github.com/mahmoudnafifi/CIE_XYZ_NET" ], [ "https://github.com/jwwangchn/BONAI" ], [ "https://github.com/LiLabAtVT/DeepTE" ], [ "https://github.com/FangShancheng/ABINet-PP" ], [ "https://github.com/ucsd-ccbb/visJS2jupyter" ], [ "https://github.com/calico/solo" ], [ "https://github.com/ch3cook-fdu/Vote2Cap-DETR" ], [ "https://github.com/MeHelmy/princess" ], [ "https://github.com/zengqunzhao/MA-Net" ], [ "https://github.com/xiezhq/ISEScan" ], [ "https://github.com/JLiangLab/SemanticGenesis" ], [ "https://github.com/dptech-corp/Uni-GBSA" ], [ "https://github.com/Oshlack/JAFFA" ], [ "https://github.com/Oshlack/JAFFA" ], [ "https://github.com/Oshlack/JAFFA" ], [ "https://github.com/MICCoM/SSAGES-public" ], [ "https://github.com/Oshlack/JAFFA" ], [ "https://github.com/Oshlack/JAFFA" ], [ "https://github.com/Oshlack/JAFFA" ], [ "https://github.com/abdelwahed/OT_for_big_data" ], [ "https://github.com/WenkeHuang/FCCL" ], [ "https://github.com/VoiceBeer/MS-MDA" ], [ "https://github.com/Oshlack/JAFFA" ], [ "https://github.com/Oshlack/JAFFA" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/jokergoo/rGREAT" ], [ "https://github.com/scvae/scvae" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/nstrodt/UDSMProt" ], [ "https://github.com/bcgsc/ntjoin" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/xie186/ViewBS" ], [ "https://github.com/jamesjiadazhan/dietaryindex" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/Yikai-Wang/ICI-FSL" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/gevaertlab/MultimodalPrognosis" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/maple-research-lab/EnAET" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/refresh-bio/kmer-db" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/arzwa/wgd" ], [ "https://github.com/jermp/sshash" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/nunofonseca/irap" ], [ "https://github.com/muhaochen/seq_ppi" ], [ "https://github.com/Vini2/GraphBin" ], [ "https://github.com/ToniCreswell/InvertingGAN" ], [ "https://github.com/ViTAE-Transformer/P3M-Net" ], [ "https://github.com/openbiox/UCSCXenaShiny" ], [ "https://github.com/PayneLab/cptac" ], [ "https://github.com/frankvogt/vcf2gwas" ], [ "https://github.com/TY-Shi/LIOT" ], [ "https://github.com/crazyhottommy/scclusteval" ], [ "https://github.com/yjx1217/simuG" ], [ "https://github.com/ZhifangDeng/MISSFormer" ], [ "https://github.com/ddlee-cn/MuLUT" ], [ "https://github.com/reymond-group/mhfp" ], [ "https://github.com/RemiAllio/MitoFinder" ], [ "https://github.com/smirarab/pasta" ], [ "https://github.com/Lixy1997/Group-WSSS" ], [ "https://github.com/4dn-dcic/pairix" ], [ "https://github.com/cdcgov/microbetrace" ], [ "https://github.com/aamir-mustafa/super-resolution-adversarial-defense" ], [ "https://github.com/Snowfallingplum/SSAT" ], [ "https://github.com/danieljf24/hybrid_space" ], [ "https://github.com/vgl-hub/gfastats" ], [ "https://github.com/carmonalab/scGate" ], [ "https://github.com/blab/nextflu" ], [ "https://github.com/uwrit/leaf" ], [ "https://github.com/SsGood/MMGL" ], [ "https://github.com/mogvision/FFD" ], [ "https://github.com/vanallenlab/comut" ], [ "https://github.com/ramiromagno/gwasrapidd" ], [ "https://github.com/0liliulei/Mem3D" ], [ "https://github.com/htseq/htseq" ], [ "https://github.com/EtienneCmb/tensorpac" ], [ "https://github.com/nkicsl/Fundus_Review" ], [ "https://github.com/mr7495/COVID-CTset" ], [ "https://github.com/giesselmann/nanopype" ], [ "https://github.com/orbkit/orbkit" ], [ "https://github.com/budach/pysster" ], [ "https://github.com/biocorecrg/master_of_pores" ], [ "https://github.com/ncbi/fcs" ], [ "https://github.com/ncbi/fcs" ], [ "https://github.com/taowenmicro/ggClusterNet" ], [ "https://github.com/Shape-Lab/SPHARM-Net" ], [ "https://github.com/ncbi/fcs" ], [ "https://github.com/meren/illumina-utils" ], [ "https://github.com/BUStools/bustools" ], [ "https://github.com/M-3LAB/open-iad" ], [ "https://github.com/ncbi/fcs" ], [ "https://github.com/ncbi/fcs" ], [ "https://github.com/wdecoster/methplotlib" ], [ "https://github.com/ncbi/fcs" ], [ "https://github.com/COMBINE-lab/RapMap" ], [ "https://github.com/ncbi/fcs" ], [ "https://github.com/ncbi/fcs" ], [ "https://github.com/jminnier/STARTapp" ], [ "https://github.com/bcgsc/ARCS" ], [ "https://github.com/bergmanlab/mcclintock" ], [ "https://github.com/mozack/abra2" ], [ "https://github.com/mrzResearchArena/PyFeat" ], [ "https://github.com/bergmanlab/mcclintock" ], [ "https://github.com/bergmanlab/mcclintock" ], [ "https://github.com/bergmanlab/mcclintock" ], [ "https://github.com/bergmanlab/mcclintock" ], [ "https://github.com/romanhaa/Cerebro" ], [ "https://github.com/bigchem/transformer-cnn" ], [ "https://github.com/bergmanlab/mcclintock" ], [ "https://github.com/bergmanlab/mcclintock" ], [ "https://github.com/bergmanlab/mcclintock" ], [ "https://github.com/parashardhapola/scarf" ], [ "https://github.com/ChristopherWilks/megadepth" ], [ "https://github.com/fwhelan/coinfinder" ], [ "https://github.com/CenterForMedicalGeneticsGhent/WisecondorX" ], [ "https://github.com/danfenghong/ISPRS_S2FL" ], [ "https://github.com/cytoscape/cyjShiny" ], [ "https://github.com/BioJulia/BioStructures" ], [ "https://github.com/qubekit/QUBEKit" ], [ "https://github.com/HpWang-whu/RoReg" ], [ "https://github.com/FastTrackOrg/FastTrack" ], [ "https://github.com/treangen/MetAMOS" ], [ "https://github.com/Illumina/Pisces" ], [ "https://github.com/cpockrandt/genmap" ], [ "https://github.com/PangzeCheung/Dual-task-Pose-Transformer-Network" ], [ "https://github.com/BEETL/BEETL" ], [ "https://github.com/genotoul-bioinfo/dgenies" ], [ "https://github.com/NAL-i5K/GFF3toolkit" ], [ "https://github.com/aistairc/DeepEventMine" ], [ "https://github.com/hzi-bifo/RiboDetector" ], [ "https://github.com/modeloriented/survex" ], [ "https://github.com/ncbi/vadr" ], [ "https://github.com/bbci/wyrm" ], [ "https://github.com/futianfan/clinical-trial-outcome-prediction" ], [ "https://github.com/Ding-Liu/DeepDenoising" ], [ "https://github.com/microsoft/genomicsnotebook" ], [ "https://github.com/ZJUFanLab/scDeepSort" ], [ "https://github.com/ding-lab/CharGer" ], [ "https://github.com/nawrockie/vadr" ], [ "https://github.com/bytedance/TWIST" ], [ "https://github.com/roblanf/sangeranalyseR" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/chuiqin/irGSEA" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/cs-chan/Deep-Plant" ], [ "https://github.com/lh3/bgt" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/GXYM/TextPMs" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/ropensci/nasapower" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/cafferychen777/ggpicrust2" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/citiususc/veryfasttree" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/pulimeng/DeepDrug3D" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/verilylifesciences/genomewarp" ], [ "https://github.com/HDCVLab/EDFace-Celeb-1M" ], [ "https://github.com/abacus-gene/paml" ], [ "https://github.com/nmquijada/tormes" ], [ "https://github.com/vLAR-group/OGC" ], [ "https://github.com/vanderschaarlab/AutoPrognosis" ], [ "https://github.com/GATB/bcalm" ], [ "https://github.com/DIAGNijmegen/StreamingCNN" ], [ "https://github.com/gear-genomics/tracy" ], [ "https://github.com/thohemp/6DRepNet360" ], [ "https://github.com/JLiangLab/DiRA" ], [ "https://github.com/Hzzone/ProPos" ], [ "https://github.com/JLiangLab/DiRA" ], [ "https://github.com/lppllppl920/SAGE-SLAM" ], [ "https://github.com/JLiangLab/DiRA" ], [ "https://github.com/JLiangLab/DiRA" ], [ "https://github.com/JLiangLab/DiRA" ], [ "https://github.com/JLiangLab/DiRA" ], [ "https://github.com/SysBioChalmers/RAVEN" ], [ "https://github.com/lseventeen/FR-UNet" ], [ "https://github.com/twolinin/LongPhase" ], [ "https://github.com/JLiangLab/DiRA" ], [ "https://github.com/JLiangLab/DiRA" ], [ "https://github.com/jlianglab/Fixed-Point-GAN" ], [ "https://github.com/replikation/What_the_Phage" ], [ "https://github.com/brentp/duphold" ], [ "https://github.com/zeeev/wham" ], [ "https://github.com/zhouyuan888888/SGCPNet" ], [ "https://github.com/j3xugit/RaptorX-3DModeling" ], [ "https://github.com/evoldoers/biomake" ], [ "https://github.com/dd1github/DeepSMOTE" ], [ "https://github.com/marbl/ModDotPlot" ], [ "https://github.com/MolecularAI/DockStream" ], [ "https://github.com/CostaLab/reg-gen" ], [ "https://github.com/BaderLab/saber" ], [ "https://github.com/MannLabs/alphapeptdeep" ], [ "http://github.com/SBRG/ssbio" ], [ "https://github.com/labsquare/cutevariant" ], [ "https://github.com/louiejtaylor/grabseqs" ], [ "https://github.com/reymond-group/map4" ], [ "https://github.com/YantaoShen/kpm_rw_person_reid" ], [ "https://github.com/bvieth/powsimR" ], [ "https://github.com/arseha/peakonly" ], [ "https://github.com/Teoroo-CMC/PiNN" ], [ "https://github.com/vaquerizaslab/fanc" ], [ "https://github.com/kaist-ina/BWA-MEME" ], [ "https://github.com/florisvb/PyNumDiff" ], [ "https://github.com/frankkramer-lab/miseval" ], [ "https://github.com/oxpig/ImmuneBuilder" ], [ "https://github.com/mossmatters/HybPiper" ], [ "https://github.com/HiLab-git/DAG4MIA" ], [ "https://github.com/gaocong13/Projective-Spatial-Transformers" ], [ "https://github.com/CompSynBioLab-KoreaUniv/FunGAP" ], [ "https://github.com/ZJULearning/SSG" ], [ "https://github.com/zhjohnchan/M3AE" ], [ "https://github.com/vanessajurtz/lasagne4bio" ], [ "https://github.com/lh3/minimap" ], [ "https://github.com/xiaochuanle/MECAT" ], [ "https://github.com/mgalardini/pyseer" ], [ "https://github.com/ICB-DCM/AMICI" ], [ "https://github.com/ICB-DCM/AMICI" ], [ "https://github.com/COMBINE-lab/pufferfish" ], [ "https://github.com/morrislab/phylowgs" ], [ "https://github.com/ChristofferFlensburg/SuperFreq" ], [ "https://github.com/ICB-DCM/AMICI" ], [ "https://github.com/ICB-DCM/AMICI" ], [ "https://github.com/ICB-DCM/AMICI" ], [ "https://github.com/OpenTreeOfLife/opentree" ], [ "https://github.com/AMICI-dev/AMICI" ], [ "https://github.com/ICB-DCM/AMICI" ], [ "https://github.com/yihongxu/transcenter" ], [ "https://github.com/ncbi/SKESA" ], [ "https://github.com/ICB-DCM/AMICI" ], [ "https://github.com/openPupil/Open-PupilEXT" ], [ "https://github.com/Xinglab/DARTS" ], [ "https://github.com/CDDLeiden/DrugEx" ], [ "https://github.com/Shen-Lab/SS-GCNs" ], [ "https://github.com/grimmlab/MicrobiomeBestPracticeReview" ], [ "https://github.com/ICB-DCM/AMICI" ], [ "https://github.com/BigDataBiology/SemiBin" ], [ "https://github.com/Shen-Lab/GraphCL_Automated" ], [ "https://github.com/parklab/bamsnap" ], [ "https://github.com/YaqiangCao/cLoops" ], [ "https://github.com/hahnlab/CAFE5" ], [ "https://github.com/szpiech/selscan" ], [ "https://github.com/Vaa3D/vaa3d_tools" ], [ "https://github.com/mabessa/F3DAS" ], [ "https://github.com/biopragmatics/bioregistry" ], [ "https://github.com/lh3/fermikit" ], [ "https://github.com/RL4M/PCRLv2" ], [ "https://github.com/lingluodlut/Att-ChemdNER" ], [ "https://github.com/tim-learn/SHOT-plus" ], [ "https://github.com/betsig/how_are_we_stranded_here" ], [ "https://github.com/wangxiao5791509/VisEvent_SOT_Benchmark" ], [ "https://github.com/FePhyFoFum/phyx" ], [ "https://github.com/whitead/molbloom" ], [ "https://github.com/zju3dv/CoLi-BA" ], [ "https://github.com/juglab/EmbedSeg" ], [ "https://github.com/ChaissonLab/LRA" ], [ "https://github.com/XiaoleiLiuBio/G2P" ], [ "https://github.com/linzhi2013/MitoZ" ], [ "https://github.com/phac-nml/mob-suite" ], [ "https://github.com/phac-nml/mob-suite" ], [ "https://github.com/phac-nml/mob-suite" ], [ "https://github.com/yangao07/abPOA" ], [ "https://github.com/lykaust15/DeepSimulator" ], [ "https://github.com/phac-nml/mob-suite" ], [ "https://github.com/phac-nml/mob-suite" ], [ "https://github.com/phac-nml/mob-suite" ], [ "https://github.com/phac-nml/mob-suite" ], [ "https://github.com/phac-nml/mob-suite" ], [ "https://github.com/thiviyanT/torch-rgcn" ], [ "https://github.com/SunPengChuan/wgdi" ], [ "https://github.com/igvteam/igv-webapp" ], [ "https://github.com/BIT-DA/SePiCo" ], [ "https://github.com/jameshadfield/phandango" ], [ "https://github.com/wanderine/BROCCOLI" ], [ "https://github.com/HuiZeng/Grid-Anchor-based-Image-Cropping-Pytorch" ], [ "https://github.com/cozygene/FEAST" ], [ "https://github.com/oxpig/AbLang" ], [ "https://github.com/shubhamchandak94/SPRING" ], [ "https://github.com/OpenGene/GeneFuse" ], [ "https://github.com/oxpig/DeLinker" ], [ "https://github.com/adamewing/methylartist" ], [ "https://github.com/labsyspharm/ashlar" ], [ "https://github.com/biojava/biojava-tutorial" ], [ "https://github.com/hellloxiaotian/ADNet" ], [ "https://github.com/JosephKJ/iOD" ], [ "https://github.com/spacegraphcats/spacegraphcats" ], [ "https://github.com/mnakanishi/TRCA-SSVEP" ], [ "https://github.com/guigolab/ggsashimi" ], [ "https://github.com/ncbi/MedCPT" ], [ "https://github.com/PheWAS/PheWAS" ], [ "https://github.com/evolbioinfo/gotree" ], [ "https://github.com/ebi-webcomponents/nightingale" ], [ "https://github.com/tudelft/cuSNN" ], [ "https://github.com/pavancm/CONTRIQUE" ], [ "https://github.com/baoe/flas" ], [ "https://github.com/althonos/pyhmmer" ], [ "https://github.com/mlr-org/mlr3proba" ], [ "https://github.com/salman-h-khan/PL-ZSD_Release" ], [ "https://github.com/jdidion/atropos" ], [ "https://github.com/songc001/remilo" ], [ "https://github.com/timolassmann/kalign" ], [ "https://github.com/muhammedtalo/COVID-19" ], [ "https://github.com/YuLab-SMU/ggbreak" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/Jasonkks/PTTR" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/dzhang32/ggtranscript" ], [ "https://github.com/torognes/swarm" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/Psy-Fer/SquiggleKit" ], [ "https://github.com/Illumina/canvas" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/Illumina/canvas" ], [ "https://github.com/Illumina/canvas" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/Illumina/canvas" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/Illumina/canvas" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/AndersenLab/VCF-kit" ], [ "https://github.com/Illumina/canvas" ], [ "https://github.com/Illumina/canvas" ], [ "https://github.com/Illumina/canvas" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/zkkli/PSAQ-ViT" ], [ "https://github.com/Daniel-Liu-c0deb0t/block-aligner" ], [ "https://github.com/OpenGene/repaq" ], [ "https://github.com/bigdatagenomics/mango" ], [ "https://github.com/ncbi/TPMCalculator" ], [ "https://github.com/vztu/VIDEVAL" ], [ "https://github.com/marbl/parsnp" ], [ "https://github.com/ding-lab/msisensor" ], [ "https://github.com/bio-ontology-research-group/machine-learning-with-ontologies" ], [ "https://github.com/QiaoLiuHit/LSOTB-TIR" ], [ "https://github.com/danfenghong/IEEE_TIP_UIU-Net" ], [ "https://github.com/carmonalab/UCell" ], [ "https://github.com/echen102/us-pres-elections-2020" ], [ "https://github.com/single-cell-genetics/cellsnp-lite" ], [ "https://github.com/EnyaHermite/Picasso" ], [ "https://github.com/lppllppl920/EndoscopyDepthEstimation-Pytorch" ], [ "https://github.com/LayneH/self-adaptive-training" ], [ "https://github.com/BlueBrain/NeuroMorphoVis" ], [ "https://github.com/speedinghzl/AlignSeg" ], [ "https://github.com/VITA-Group/Deep_GCN_Benchmarking" ], [ "https://github.com/tub-rip/event_based_optical_flow" ], [ "https://github.com/PoisonAlien/trackplot" ], [ "https://github.com/beagle-dev/beagle-lib" ], [ "https://github.com/haha-lisa/Diffstyler" ], [ "https://github.com/open2c/cooltools" ], [ "https://github.com/xulabs/aitom" ], [ "https://github.com/vals/umis" ], [ "https://github.com/mikessh/vdjtools" ], [ "https://github.com/Leotju/MGAN" ], [ "https://github.com/Gabaldonlab/redundans" ], [ "https://github.com/tjiiv-cprg/EPro-PnP-v2" ], [ "https://github.com/CCChenhao997/DualGCN-ABSA" ], [ "https://github.com/ksahlin/strobealign" ], [ "https://github.com/B-UMMI/chewBBACA" ], [ "https://github.com/thomas0809/MolScribe" ], [ "https://github.com/HRanWang/Spatial-Re-Scaling" ], [ "https://github.com/lifanchen-simm/transformerCPI" ], [ "https://github.com/Bioconductor/Contributions" ], [ "https://github.com/bittremieux/spectrum_utils" ], [ "https://github.com/brentp/echtvar" ], [ "https://github.com/lh3/bedtk" ], [ "https://github.com/Zyun-Y/DconnNet" ], [ "https://github.com/Merck/BioPhi" ], [ "https://github.com/csxmli2016/DMDNet" ], [ "https://github.com/akshaydudhane16/BIPNet" ], [ "https://github.com/ryanlayer/gqt" ], [ "https://github.com/alastair-droop/fqtools" ], [ "https://github.com/gabraham/flashpca" ], [ "https://github.com/liugang1234567/Gang-neuron" ], [ "https://github.com/tjubiit/TJU-DHD" ], [ "https://github.com/zhoudaquan/dvit_repo" ], [ "https://github.com/marianattestad/assemblytics" ], [ "https://github.com/Shen-Lab/DeepAffinity" ], [ "https://github.com/wenguanwang/DHF1K" ], [ "https://github.com/hakyimlab/MetaXcan" ], [ "https://github.com/theislab/sc-pert" ], [ "https://github.com/royfrancis/pophelper" ], [ "https://github.com/wanglimin/MRCNN-Scene-Recognition" ], [ "https://github.com/imgag/ngs-bits" ], [ "https://github.com/imgag/ngs-bits" ], [ "https://github.com/imgag/ngs-bits" ], [ "https://github.com/imgag/ngs-bits" ], [ "https://github.com/imgag/ngs-bits" ], [ "https://github.com/imgag/ngs-bits" ], [ "https://github.com/dnanexus-rnd/GLnexus" ], [ "https://github.com/imgag/ngs-bits" ], [ "https://github.com/imgag/ngs-bits" ], [ "https://github.com/gbouras13/pharokka" ], [ "https://github.com/chaitjo/geometric-rna-design" ], [ "https://github.com/Teichlab/bbknn" ], [ "https://github.com/lsyads/fisheye-ORB-SLAM" ], [ "https://github.com/OpenBioLink/OpenBioLink" ], [ "https://github.com/pachterlab/kb_python" ], [ "https://github.com/CellProfiler/CellProfiler-Analyst" ], [ "https://github.com/xlliu7/TadTR" ], [ "https://github.com/SGDDNB/ShinyCell" ], [ "https://github.com/CellProfiler/CellProfiler-Analyst" ], [ "https://github.com/CellProfiler/CellProfiler-Analyst" ], [ "https://github.com/HVision-NKU/Conv2Former" ], [ "https://github.com/CellProfiler/CellProfiler-Analyst" ], [ "https://github.com/CellProfiler/CellProfiler-Analyst" ], [ "https://github.com/CellProfiler/CellProfiler-Analyst" ], [ "https://github.com/CellProfiler/CellProfiler-Analyst" ], [ "https://github.com/CellProfiler/CellProfiler-Analyst" ], [ "https://github.com/hall-lab/svtools" ], [ "https://github.com/rajeevyasarla/Syn2Real" ], [ "https://github.com/hewm2008/NGenomeSyn" ], [ "https://github.com/mmic-lcl/Datasets-and-benchmark-code" ], [ "https://github.com/UCLA-VAST/tapa" ], [ "https://github.com/mmic-lcl/Datasets-and-benchmark-code" ], [ "https://github.com/mmic-lcl/Datasets-and-benchmark-code" ], [ "https://github.com/getzlab/rnaseqc" ], [ "https://github.com/mmic-lcl/Datasets-and-benchmark-code" ], [ "https://github.com/mmic-lcl/Datasets-and-benchmark-code" ], [ "https://github.com/mmic-lcl/Datasets-and-benchmark-code" ], [ "https://github.com/deepmodeling/DMFF" ], [ "https://github.com/mmic-lcl/Datasets-and-benchmark-code" ], [ "https://github.com/ekg/seqwish" ], [ "https://github.com/mmic-lcl/Datasets-and-benchmark-code" ], [ "https://github.com/AdmiralenOla/Scoary" ], [ "https://github.com/Ha0Tang/LGGAN" ], [ "https://github.com/mschubert/clustermq" ], [ "https://github.com/jotech/gapseq" ], [ "https://github.com/wty-ustc/e2style" ], [ "https://github.com/ncbi/icn3d" ], [ "https://github.com/ncbi/icn3d" ], [ "https://github.com/krishnanlab/PecanPy" ], [ "https://github.com/saezlab/decoupler-py" ], [ "https://github.com/ncbi/icn3d" ], [ "https://github.com/ncbi/icn3d" ], [ "https://github.com/ncbi/icn3d" ], [ "https://github.com/ncbi/icn3d" ], [ "https://github.com/ncbi/icn3d" ], [ "https://github.com/ncbi/icn3d" ], [ "https://github.com/statgen/locuszoom" ], [ "https://github.com/weberlab-hhu/Helixer" ], [ "https://github.com/refresh-bio/agc" ], [ "https://github.com/tsudalab/ChemTS" ], [ "https://github.com/human-analysis/neural-architecture-transfer" ], [ "https://github.com/vanheeringen-lab/seq2science" ], [ "https://github.com/venyao/shinyCircos" ], [ "https://github.com/clovaai/lffont" ], [ "https://github.com/crsl4/PhyloNetworks" ], [ "https://github.com/nygenome/lancet" ], [ "https://github.com/nygenome/lancet" ], [ "https://github.com/nadeemlab/deepliif" ], [ "https://github.com/nygenome/lancet" ], [ "https://github.com/nygenome/lancet" ], [ "https://github.com/nygenome/lancet" ], [ "https://github.com/nadeemlab/DeepLIIF" ], [ "https://github.com/nygenome/lancet" ], [ "https://github.com/nygenome/lancet" ], [ "https://github.com/nygenome/lancet" ], [ "https://github.com/BenevolentAI/DeeplyTough" ], [ "https://github.com/dsehnal/LiteMol" ], [ "https://github.com/mindflow-institue/Awesome-Transformer" ], [ "https://github.com/brentp/hts-nim" ], [ "https://github.com/ComparativeGenomicsToolkit/hal" ], [ "https://github.com/masashitsubaki/CPI_prediction" ], [ "https://github.com/molML/MoleculeACE" ], [ "https://github.com/ncbi-nlp/NegBio" ], [ "https://github.com/smarco/WFA" ], [ "https://github.com/millanek/Dsuite" ], [ "https://github.com/healthylaife/MIMIC-IV-Data-Pipeline" ], [ "https://github.com/microsoft/frame-flow" ], [ "https://github.com/taoyang1122/MutualNet" ], [ "https://github.com/bjing2016/EigenFold" ], [ "https://github.com/mfumagalli/ngsTools" ], [ "https://github.com/divelab/MoleculeX" ], [ "https://github.com/BaselAbujamous/clust" ], [ "https://github.com/chrisamiller/fishplot" ], [ "https://github.com/grigorisg9gr/polynomial_nets" ], [ "https://github.com/dnbaker/dashing" ], [ "https://github.com/UCLCheminformatics/ScaffoldGraph" ], [ "https://github.com/pymzML/pymzML" ], [ "https://github.com/cecret3350/DEA-Net" ], [ "https://github.com/duartegroup/autodE" ], [ "https://github.com/neurodata/neuroparc" ], [ "https://github.com/wenwenyu/TCM" ], [ "https://github.com/JaminFong/FNA" ], [ "https://github.com/huangnengCSU/compleasm" ], [ "https://github.com/wanggrun/SYSU-30k" ], [ "https://github.com/huangnengCSU/minibusco" ], [ "https://github.com/patrickbryant1/Umol" ], [ "https://github.com/riken-aip/pyHSICLasso" ], [ "https://github.com/dmis-lab/BERN2" ], [ "https://github.com/malonge/RaGOO" ], [ "https://github.com/JialeCao001/PedSurvey" ], [ "https://github.com/fnzhan/Illumination-Estimation" ], [ "https://github.com/liuqk3/PUT" ], [ "https://github.com/yiluheihei/microbiomeMarker" ], [ "https://github.com/open2c/bioframe" ], [ "https://github.com/Genetalks/gtz" ], [ "https://github.com/hlei-ziyan/SPH3D-GCN" ], [ "https://github.com/ndierckx/NOVOPlasty" ], [ "https://github.com/ndierckx/NOVOPlasty" ], [ "https://github.com/ndierckx/NOVOPlasty" ], [ "https://github.com/ndierckx/NOVOPlasty" ], [ "https://github.com/ndierckx/NOVOPlasty" ], [ "https://github.com/ndierckx/NOVOPlasty" ], [ "https://github.com/ndierckx/NOVOPlasty" ], [ "https://github.com/ndierckx/NOVOPlasty" ], [ "https://github.com/stephaneguindon/phyml" ], [ "https://github.com/XinhaoLi74/SmilesPE" ], [ "https://github.com/abyzovlab/CNVpytor" ], [ "https://github.com/abyzovlab/CNVpytor" ], [ "https://github.com/abyzovlab/CNVpytor" ], [ "https://github.com/abyzovlab/CNVpytor" ], [ "https://github.com/abyzovlab/CNVpytor" ], [ "https://github.com/abyzovlab/CNVpytor" ], [ "https://github.com/abyzovlab/CNVpytor" ], [ "https://github.com/abyzovlab/CNVpytor" ], [ "https://github.com/cxli233/SimpleTidy_GeneCoEx" ], [ "https://github.com/emadeldeen24/AttnSleep" ], [ "https://github.com/Goodman-lab/DP5" ], [ "https://github.com/KristapsE/DP4-AI" ], [ "https://github.com/soedinglab/metaeuk" ], [ "https://github.com/songlab-cal/gpn" ], [ "https://github.com/Ha0Tang/GestureGAN" ], [ "https://github.com/Illumina/ExpansionHunter" ], [ "https://github.com/cccorn/AP-loss" ], [ "https://github.com/MarSaKi/ETPNav" ], [ "https://github.com/shenwei356/kmcp" ], [ "https://github.com/franciscozorrilla/metaGEM" ], [ "https://github.com/oushujun/LTR_retriever" ], [ "https://github.com/vgteam/sequenceTubeMap" ], [ "https://github.com/JingZhang617/UCNet" ], [ "https://github.com/isovic/graphmap" ], [ "https://github.com/HadrienG/InSilicoSeq" ], [ "https://github.com/mczhuge/ICON" ], [ "https://github.com/BGI-shenzhen/PopLDdecay" ], [ "https://github.com/JoniColeman/gwas_scripts" ], [ "https://github.com/blackfeather-wang/GFNet-Pytorch" ], [ "https://github.com/craftGBD/craftGBD" ], [ "https://github.com/beast-dev/beast-mcmc" ], [ "https://github.com/tfzhou/VS-Survey" ], [ "https://github.com/tensorboy/PIDOptimizer" ], [ "https://github.com/Bobholamovic/CDLab" ], [ "https://github.com/privefl/bigsnpr" ], [ "https://github.com/ChiLiubio/microeco" ], [ "https://github.com/ICEORY/PMF" ], [ "https://github.com/pangenome/odgi" ], [ "https://github.com/zhoudw-zdw/CIL_Survey" ], [ "https://github.com/openvax/mhcflurry" ], [ "https://github.com/Andrew-Qibin/VisionPermutator" ], [ "https://github.com/gpertea/gffcompare" ], [ "https://github.com/ConesaLab/SQANTI3" ], [ "https://github.com/alanwilter/acpype" ], [ "https://github.com/MoonBlvd/Detection-of-Traffic-Anomaly" ], [ "https://github.com/danmcduff/iphys-toolbox" ], [ "https://github.com/vsbuffalo/scidataflow" ], [ "https://github.com/tfzhou/MATNet" ], [ "https://github.com/yuhuan-wu/P2T" ], [ "https://github.com/LeapLabTHU/EfficientTrain" ], [ "https://github.com/nf-core/mag" ], [ "https://github.com/debbiemarkslab/DeepSequence" ], [ "https://github.com/dariober/ASCIIGenome" ], [ "https://github.com/YuLab-SMU/ggmsa" ], [ "https://github.com/vibansal/HapCUT2" ], [ "https://github.com/yangyanli/DO-Conv" ], [ "https://github.com/zengwang430521/TCFormer" ], [ "https://github.com/dvlab-research/SA-AutoAug" ], [ "https://github.com/mirnylab/cooler" ], [ "https://github.com/mirnylab/cooler" ], [ "https://github.com/mirnylab/cooler" ], [ "https://github.com/mirnylab/cooler" ], [ "https://github.com/mirnylab/cooler" ], [ "https://github.com/mirnylab/cooler" ], [ "https://github.com/mirnylab/cooler" ], [ "https://github.com/mirnylab/cooler" ], [ "https://github.com/rdkit/mmpdb" ], [ "https://github.com/pmelsted/bifrost" ], [ "https://github.com/perf-project/PeRF" ], [ "https://github.com/wdecoster/nanopack" ], [ "https://github.com/wdecoster/nanopack" ], [ "https://github.com/wdecoster/nanopack" ], [ "https://github.com/wdecoster/nanopack" ], [ "https://github.com/wdecoster/nanopack" ], [ "https://github.com/wdecoster/nanopack" ], [ "https://github.com/wdecoster/nanopack" ], [ "https://github.com/shervinea/enzynet" ], [ "https://github.com/wdecoster/nanopack" ], [ "https://github.com/Nextomics/NextPolish" ], [ "https://github.com/icb-dcm/pyabc" ], [ "https://github.com/icb-dcm/pyabc" ], [ "https://github.com/icb-dcm/pyabc" ], [ "https://github.com/basiralab/GNNs-in-Network-Neuroscience" ], [ "https://github.com/icb-dcm/pyabc" ], [ "https://github.com/TGAC/KAT" ], [ "https://github.com/icb-dcm/pyabc" ], [ "https://github.com/icb-dcm/pyabc" ], [ "https://github.com/icb-dcm/pyabc" ], [ "https://github.com/icb-dcm/pyabc" ], [ "https://github.com/noriakis/ggkegg" ], [ "https://github.com/Valdes-Tresanco-MS/gmx_MMPBSA" ], [ "https://github.com/hujiecpp/ISTR" ], [ "https://github.com/dfguan/purge_dups" ], [ "https://github.com/griffithlab/GenVisR" ], [ "https://github.com/PacificBiosciences/FALCON" ], [ "https://github.com/gosling-lang/gos" ], [ "https://github.com/niuchuangnn/SPICE" ], [ "https://github.com/icbi-lab/scirpy" ], [ "https://github.com/SJTU-LuHe/TransVOD" ], [ "https://github.com/ZJUFanLab/scCATCH" ], [ "https://github.com/WPC-WHU/GROR" ], [ "https://github.com/chaofengc/Face-SPARNet" ], [ "https://github.com/ICB-DCM/pyPESTO" ], [ "https://github.com/icb-dcm/pypesto" ], [ "https://github.com/carrierlxk/AGNN" ], [ "https://github.com/ICB-DCM/pyPESTO" ], [ "https://github.com/ICB-DCM/pyPESTO" ], [ "https://github.com/ICB-DCM/pyPESTO" ], [ "https://github.com/ICB-DCM/pyPESTO" ], [ "https://github.com/ICB-DCM/pyPESTO" ], [ "https://github.com/ICB-DCM/pyPESTO" ], [ "https://github.com/ICB-DCM/pyPESTO" ], [ "https://github.com/wenguanwang/AGS" ], [ "https://github.com/roblanf/minion_qc" ], [ "https://github.com/brentp/goleft" ], [ "https://github.com/thinng/GraphDTA" ], [ "https://github.com/val-iisc/lsc-cnn" ], [ "https://github.com/HajkD/biomartr" ], [ "https://github.com/wyp1125/MCScanX" ], [ "https://github.com/zju3dv/disprcnn" ], [ "https://github.com/ucscGenomeBrowser/kent" ], [ "https://github.com/Edinburgh-Genome-Foundry/DNAChisel" ], [ "https://github.com/GregoryFaust/samblaster" ], [ "https://github.com/cambridgeltl/MTL-Bioinformatics-2016" ], [ "https://github.com/primer3-org/primer3" ], [ "https://github.com/showteeth/ggcoverage" ], [ "https://github.com/ryanlayer/giggle" ], [ "https://github.com/MIC-DKFZ/TractSeg" ], [ "https://github.com/EpistasisLab/Aliro" ], [ "https://github.com/KamilSJaron/smudgeplot" ], [ "https://github.com/debbiemarkslab/evcouplings" ], [ "https://github.com/changlin31/DS-Net" ], [ "https://github.com/iqtree/iqtree2" ], [ "https://github.com/iqtree/iqtree2" ], [ "https://github.com/ssadedin/bpipe" ], [ "https://github.com/iqtree/iqtree2" ], [ "https://github.com/iqtree/iqtree2" ], [ "https://github.com/iqtree/iqtree2" ], [ "https://github.com/iqtree/iqtree2" ], [ "https://github.com/iqtree/iqtree2" ], [ "https://github.com/iqtree/iqtree2" ], [ "https://github.com/DirtyHarryLYL/Transferable-Interactiveness-Network" ], [ "https://github.com/labgem/PPanGGOLiN" ], [ "https://github.com/smirarab/ASTRAL" ], [ "https://github.com/sanger-pathogens/snp-sites" ], [ "https://github.com/CompEpigen/figeno" ], [ "https://github.com/rdk/p2rank" ], [ "https://github.com/biocommons/hgvs" ], [ "https://github.com/Annbless/DUTCode" ], [ "https://github.com/dvlab-research/Parametric-Contrastive-Learning" ], [ "https://github.com/JiayuYANG/CVP-MVSNet" ], [ "https://github.com/tjiangHIT/cuteSV" ], [ "https://github.com/tjiangHIT/cuteSV" ], [ "https://github.com/tjiangHIT/cuteSV" ], [ "https://github.com/liuyang-ict/awesome-visual-transformers" ], [ "https://github.com/tjiangHIT/cuteSV" ], [ "https://github.com/tjiangHIT/cuteSV" ], [ "https://github.com/tjiangHIT/cuteSV" ], [ "https://github.com/tjiangHIT/cuteSV" ], [ "https://github.com/tjiangHIT/cuteSV" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/chunbolang/BAM" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/schatzlab/genomescope" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/TaoHuang2018/Neighbor2Neighbor" ], [ "https://github.com/tSchlegl/f-AnoGAN" ], [ "https://github.com/hanna-xu/U2Fusion" ], [ "https://github.com/sigven/pcgr" ], [ "https://github.com/yangji9181/HNE" ], [ "https://github.com/maickrau/GraphAligner" ], [ "https://github.com/maickrau/GraphAligner" ], [ "https://github.com/maickrau/GraphAligner" ], [ "https://github.com/lmdu/pyfastx" ], [ "https://github.com/maickrau/GraphAligner" ], [ "https://github.com/maickrau/GraphAligner" ], [ "https://github.com/maickrau/GraphAligner" ], [ "https://github.com/maickrau/GraphAligner" ], [ "https://github.com/maickrau/GraphAligner" ], [ "https://github.com/zjhthu/OANet" ], [ "https://github.com/marianattestad/ribbon" ], [ "https://github.com/Kinggerm/GetOrganelle" ], [ "https://github.com/theislab/scgen" ], [ "https://github.com/marbl/MashMap" ], [ "https://github.com/twhui/LiteFlowNet2" ], [ "https://github.com/hafen/trelliscopejs" ], [ "https://github.com/layumi/person-reid-3d" ], [ "https://github.com/sseung0703/KD_methods_with_TF" ], [ "https://github.com/schneebergerlab/plotsr" ], [ "https://github.com/spglib/spglib" ], [ "https://github.com/HUANGLIZI/LViT" ], [ "https://github.com/MolecularAI/REINVENT4" ], [ "https://github.com/uncbiag/registration" ], [ "https://github.com/uncbiag/registration" ], [ "https://github.com/uncbiag/registration" ], [ "https://github.com/uncbiag/registration" ], [ "https://github.com/uncbiag/registration" ], [ "https://github.com/uncbiag/registration" ], [ "https://github.com/uncbiag/registration" ], [ "https://github.com/uncbiag/registration" ], [ "https://github.com/yikaiw/CEN" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/philres/ngmlr" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/prismformore/Multi-Task-Transformer" ], [ "https://github.com/zhunzhong07/CamStyle" ], [ "https://github.com/CVMI-Lab/ST3D" ], [ "https://github.com/PengBoXiangShang/multigraph_transformer" ], [ "https://github.com/ncbi/pgap" ], [ "https://github.com/ChenJoya/sampling-free" ], [ "https://github.com/mengyao/Complete-Striped-Smith-Waterman-Library" ], [ "https://github.com/imagej/imglib" ], [ "https://github.com/PhanstielLab/plotgardener" ], [ "https://github.com/xia-lab/MetaboAnalystR" ], [ "https://github.com/lh3/miniasm" ], [ "https://github.com/torchmd/torchmd-net" ], [ "https://github.com/saketkc/pysradb" ], [ "https://github.com/williamgilpin/pypdb" ], [ "https://github.com/arq5x/lumpy-sv" ], [ "https://github.com/mcahny/vps" ], [ "https://github.com/Zzh-tju/CIoU" ], [ "https://github.com/ChenyangLEI/deep-video-prior" ], [ "https://github.com/carrierlxk/COSNet" ], [ "https://github.com/beringresearch/ivis" ], [ "https://github.com/z-x-yang/CFBI" ], [ "https://github.com/whatshap/whatshap" ], [ "https://github.com/oushujun/EDTA" ], [ "https://github.com/jonathanking/sidechainnet" ], [ "https://github.com/dstahlke/gnuplot-iostream" ], [ "https://github.com/clovaai/wsolevaluation" ], [ "https://github.com/JialeCao001/SipMask" ], [ "https://github.com/taozh2017/RGBD-SODsurvey" ], [ "https://github.com/MolecularAI/Reinvent" ], [ "https://github.com/chemosim-lab/ProLIF" ], [ "https://github.com/lxtGH/GALD-DGCNet" ], [ "https://github.com/BBillot/SynthSeg" ], [ "https://github.com/IDKiro/DehazeFormer" ], [ "https://github.com/TissueImageAnalytics/tiatoolbox" ], [ "https://github.com/jtamames/SqueezeMeta" ], [ "https://github.com/HikariTJU/LD" ], [ "https://github.com/Illumina/strelka" ], [ "https://github.com/jeya-maria-jose/KiU-Net-pytorch" ], [ "https://github.com/gpertea/gffread" ], [ "https://github.com/brentp/vcfanno" ], [ "https://github.com/gao-lab/GLUE" ], [ "https://github.com/mlpen/Nystromformer" ], [ "https://github.com/ncbi/GeneGPT" ], [ "https://github.com/lxtGH/SFSegNets" ], [ "https://github.com/dingkeyan93/DISTS" ], [ "https://github.com/brentp/cyvcf2" ], [ "https://github.com/wmayner/pyphi" ], [ "https://github.com/digitalmethodsinitiative/dmi-tcat" ], [ "https://github.com/VDIGPKU/CBNetV2" ], [ "https://github.com/vanheeringen-lab/genomepy" ], [ "https://github.com/eeyhsong/EEG-Conformer" ], [ "https://github.com/maxplanck-ie/snakepipes" ], [ "https://github.com/welch-lab/liger" ], [ "https://github.com/haddocking/pdb-tools" ], [ "https://github.com/amkozlov/raxml-ng" ], [ "https://github.com/dluvizon/deephar" ], [ "https://github.com/Juyong/3DFace" ], [ "https://github.com/amkozlov/raxml-ng" ], [ "https://github.com/amkozlov/raxml-ng" ], [ "https://github.com/amkozlov/raxml-ng" ], [ "https://github.com/amkozlov/raxml-ng" ], [ "https://github.com/amkozlov/raxml-ng" ], [ "https://github.com/amkozlov/raxml-ng" ], [ "https://github.com/amkozlov/raxml-ng" ], [ "https://github.com/ZhangGongjie/Meta-DETR" ], [ "https://github.com/marbl/mash" ], [ "https://github.com/wenguanwang/SODsurvey" ], [ "https://github.com/sail-sg/metaformer" ], [ "https://github.com/lykaust15/Deep_learning_examples" ], [ "https://github.com/swz30/MIRNetv2" ], [ "https://github.com/Illumina/manta" ], [ "https://github.com/shijieS/SST" ], [ "https://github.com/researchmm/AOT-GAN-for-Inpainting" ], [ "https://github.com/danini/magsac" ], [ "https://github.com/cs-chan/ArtGAN" ], [ "https://github.com/oddt/oddt" ], [ "https://github.com/oddt/oddt" ], [ "https://github.com/oddt/oddt" ], [ "https://github.com/oddt/oddt" ], [ "https://github.com/oddt/oddt" ], [ "https://github.com/oddt/oddt" ], [ "https://github.com/oddt/oddt" ], [ "https://github.com/oddt/oddt" ], [ "https://github.com/prody/ProDy" ], [ "https://github.com/prody/ProDy" ], [ "https://github.com/prody/ProDy" ], [ "https://github.com/prody/ProDy" ], [ "https://github.com/prody/ProDy" ], [ "https://github.com/prody/ProDy" ], [ "https://github.com/prody/ProDy" ], [ "https://github.com/prody/ProDy" ], [ "https://github.com/pezmaster31/bamtools" ], [ "https://github.com/danini/graph-cut-ransac" ], [ "https://github.com/oschwengers/bakta" ], [ "https://github.com/puzzlepaint/surfelmeshing" ], [ "https://github.com/raoyongming/GFNet" ], [ "https://github.com/biocore-NTNU/pyranges" ], [ "https://github.com/omnideconv/immunedeconv" ], [ "https://github.com/mlangill/microbiome_helper" ], [ "https://github.com/mlangill/microbiome_helper" ], [ "https://github.com/mlangill/microbiome_helper" ], [ "https://github.com/mlangill/microbiome_helper" ], [ "https://github.com/mlangill/microbiome_helper" ], [ "https://github.com/mlangill/microbiome_helper" ], [ "https://github.com/mlangill/microbiome_helper" ], [ "https://github.com/mlangill/microbiome_helper" ], [ "https://github.com/weiyithu/NerfingMVS" ], [ "https://github.com/aiqm/torchani" ], [ "https://github.com/Maclory/SPSR" ], [ "https://github.com/ecogenomics/gtdbtk" ], [ "https://github.com/ecogenomics/gtdbtk" ], [ "https://github.com/ecogenomics/gtdbtk" ], [ "https://github.com/ecogenomics/gtdbtk" ], [ "https://github.com/ecogenomics/gtdbtk" ], [ "https://github.com/ecogenomics/gtdbtk" ], [ "https://github.com/ecogenomics/gtdbtk" ], [ "https://github.com/ecogenomics/gtdbtk" ], [ "https://github.com/AlanLuSun/High-quality-ellipse-detection" ], [ "https://github.com/saeyslab/nichenetr" ], [ "https://github.com/facebookresearch/LaMCTS" ], [ "https://github.com/sinAshish/Multi-Scale-Attention" ], [ "https://github.com/OpenGVLab/VideoMAEv2" ], [ "https://github.com/benjjneb/dada2" ], [ "https://github.com/Ha0Tang/SelectionGAN" ], [ "https://github.com/seqan/seqan" ], [ "https://github.com/sunwj/CAR" ], [ "https://github.com/JudasDie/SOTS" ], [ "https://github.com/JudasDie/SOTS" ], [ "https://github.com/JudasDie/SOTS" ], [ "https://github.com/JudasDie/SOTS" ], [ "https://github.com/JudasDie/SOTS" ], [ "https://github.com/JudasDie/SOTS" ], [ "https://github.com/JudasDie/SOTS" ], [ "https://github.com/JudasDie/SOTS" ], [ "https://github.com/dddzg/up-detr" ], [ "https://github.com/menyifang/ADGAN" ], [ "https://github.com/lindenb/jvarkit" ], [ "https://github.com/XingangPan/deep-generative-prior" ], [ "https://github.com/Ildaron/ironbci" ], [ "https://github.com/sallymmx/ActionCLIP" ], [ "https://github.com/callmeray/PointMVSNet" ], [ "https://github.com/biojs/biojs" ], [ "https://github.com/biojs/biojs" ], [ "https://github.com/biojs/biojs" ], [ "https://github.com/biojs/biojs" ], [ "https://github.com/biojs/biojs" ], [ "https://github.com/biojs/biojs" ], [ "https://github.com/biojs/biojs" ], [ "https://github.com/biojs/biojs" ], [ "https://github.com/Martinsos/edlib" ], [ "https://github.com/aimagelab/mammoth" ], [ "https://github.com/ruanjue/wtdbg2" ], [ "https://github.com/ryanlayer/samplot" ], [ "https://github.com/mcahny/Deep-Video-Inpainting" ], [ "https://github.com/JDAI-CV/CoTNet" ], [ "https://github.com/soedinglab/hh-suite" ], [ "https://github.com/zqfang/GSEApy" ], [ "https://github.com/fritzsedlazeck/Sniffles" ], [ "https://github.com/theislab/anndata" ], [ "https://github.com/pachterlab/ffq" ], [ "https://github.com/HazyResearch/hyena-dna" ], [ "https://github.com/raoyongming/DynamicViT" ], [ "https://github.com/EpistasisLab/KRAGEN" ], [ "https://github.com/owkin/PyDESeq2" ], [ "https://github.com/RenYurui/Global-Flow-Local-Attention" ], [ "https://github.com/jerryji1993/DNABERT" ], [ "https://github.com/MolecularAI/aizynthfinder" ], [ "https://github.com/MolecularAI/aizynthfinder" ], [ "https://github.com/MolecularAI/aizynthfinder" ], [ "https://github.com/MolecularAI/aizynthfinder" ], [ "https://github.com/MolecularAI/aizynthfinder" ], [ "https://github.com/MolecularAI/aizynthfinder" ], [ "https://github.com/MolecularAI/aizynthfinder" ], [ "https://github.com/MolecularAI/aizynthfinder" ], [ "https://github.com/ccsb-scripps/AutoDock-Vina" ], [ "https://github.com/cfzd/Ultra-Fast-Lane-Detection-v2" ], [ "https://github.com/AbnerHqC/GaitSet" ], [ "https://github.com/Project-MONAI/GenerativeModels" ], [ "https://github.com/rrwick/Bandage" ], [ "https://github.com/Edinburgh-Genome-Foundry/DnaFeaturesViewer" ], [ "https://github.com/ialbert/biostar-central" ], [ "https://github.com/blackfeather-wang/ISDA-for-Deep-Networks" ], [ "https://github.com/biotite-dev/biotite" ], [ "https://github.com/KlugerLab/FIt-SNE" ], [ "https://github.com/biojava/biojava" ], [ "https://github.com/biojava/biojava" ], [ "https://github.com/biojava/biojava" ], [ "https://github.com/biojava/biojava" ], [ "https://github.com/biojava/biojava" ], [ "https://github.com/biojava/biojava" ], [ "https://github.com/biojava/biojava" ], [ "https://github.com/biojava/biojava" ], [ "https://github.com/yoxu515/aot-benchmark" ], [ "https://github.com/ZhaoZhibin/DL-based-Intelligent-Diagnosis-Benchmark" ], [ "https://github.com/YichiZhang98/SAM4MIS" ], [ "https://github.com/cszn/DPIR" ], [ "https://github.com/igvteam/igv" ], [ "https://github.com/igvteam/igv" ], [ "https://github.com/igvteam/igv" ], [ "https://github.com/igvteam/igv" ], [ "https://github.com/igvteam/igv" ], [ "https://github.com/igvteam/igv" ], [ "https://github.com/igvteam/igv" ], [ "https://github.com/igvteam/igv" ], [ "https://github.com/Ha0Tang/AttentionGAN" ], [ "https://github.com/lightaime/deep_gcns" ], [ "https://github.com/aspuru-guzik-group/selfies" ], [ "https://github.com/samtools/BCFtools" ], [ "https://github.com/songlab-cal/tape" ], [ "https://github.com/naver/biobert-pretrained" ], [ "https://github.com/davidemms/OrthoFinder" ], [ "https://github.com/NeuroTechX/moabb" ], [ "https://github.com/brentp/mosdepth" ], [ "https://github.com/dvlab-research/Entity" ], [ "https://github.com/awslabs/dgl-lifesci" ], [ "https://github.com/wtjiang98/PSGAN" ], [ "https://github.com/ablab/spades" ], [ "https://github.com/ablab/spades" ], [ "https://github.com/ablab/spades" ], [ "https://github.com/ablab/spades" ], [ "https://github.com/ablab/spades" ], [ "https://github.com/ablab/spades" ], [ "https://github.com/ablab/spades" ], [ "https://github.com/ablab/spades" ], [ "https://github.com/tanghaibao/jcvi" ], [ "https://github.com/volkamerlab/TeachOpenCADD" ], [ "https://github.com/MrGiovanni/ModelsGenesis" ], [ "https://github.com/tengteng95/Pose-Transfer" ], [ "https://github.com/sail-sg/Adan" ], [ "https://github.com/hms-dbmi/UpSetR" ], [ "https://github.com/deeptools/pyGenomeTracks" ], [ "https://github.com/COMBINE-lab/salmon" ], [ "https://github.com/HuiZeng/Image-Adaptive-3DLUT" ], [ "https://github.com/imbs-hl/ranger" ], [ "https://github.com/arose/nglview" ], [ "https://github.com/MareesAT/GWA_tutorial" ], [ "https://github.com/zju3dv/pvnet" ], [ "https://github.com/molecularsets/moses" ], [ "https://github.com/jdblischak/workflowr" ], [ "https://github.com/easezyc/deep-transfer-learning" ], [ "https://github.com/VITA-Group/EnlightenGAN" ], [ "https://github.com/pachterlab/gget" ], [ "https://github.com/pachterlab/gget" ], [ "https://github.com/pachterlab/gget" ], [ "https://github.com/pachterlab/gget" ], [ "https://github.com/pachterlab/gget" ], [ "https://github.com/pachterlab/gget" ], [ "https://github.com/pachterlab/gget" ], [ "https://github.com/pachterlab/gget" ], [ "https://github.com/sail-sg/volo" ], [ "https://github.com/tensorflow/gan" ], [ "https://github.com/kexinhuang12345/DeepPurpose" ], [ "https://github.com/PeikeLi/Self-Correction-Human-Parsing" ], [ "https://github.com/THUYimingLi/backdoor-learning-resources" ], [ "https://github.com/LIANGKE23/Awesome-Knowledge-Graph-Reasoning" ], [ "https://github.com/aim-uofa/depth" ], [ "https://github.com/agemagician/ProtTrans" ], [ "https://github.com/vgteam/vg" ], [ "https://github.com/vgteam/vg" ], [ "https://github.com/vgteam/vg" ], [ "https://github.com/vgteam/vg" ], [ "https://github.com/vgteam/vg" ], [ "https://github.com/vgteam/vg" ], [ "https://github.com/vgteam/vg" ], [ "https://github.com/vgteam/vg" ], [ "https://github.com/weihaox/awesome-gan-inversion" ], [ "https://github.com/kemaloksuz/ObjectDetectionImbalance" ], [ "https://github.com/lightaime/deep_gcns_torch" ], [ "https://github.com/glample/tagger" ], [ "https://github.com/VisDrone/VisDrone-Dataset" ], [ "https://github.com/YosefLab/scVI" ], [ "https://github.com/xvjiarui/GCNet" ], [ "https://github.com/ewels/MultiQC" ], [ "https://github.com/shenwei356/seqkit" ], [ "https://github.com/Image-Py/imagepy" ], [ "https://github.com/cvg/pixel-perfect-sfm" ], [ "https://github.com/JingyunLiang/VRT" ], [ "https://github.com/galaxyproject/galaxy" ], [ "https://github.com/galaxyproject/galaxy" ], [ "https://github.com/galaxyproject/galaxy" ], [ "https://github.com/galaxyproject/galaxy" ], [ "https://github.com/galaxyproject/galaxy" ], [ "https://github.com/galaxyproject/galaxy" ], [ "https://github.com/galaxyproject/galaxy" ], [ "https://github.com/galaxyproject/galaxy" ], [ "https://github.com/samtools/samtools" ], [ "https://github.com/pykeen/pykeen" ], [ "https://github.com/SmartDataAnalytics/PyKEEN" ], [ "https://github.com/NVlabs/PWC-Net" ], [ "https://github.com/microsoft/Cream" ], [ "https://github.com/broadinstitute/gatk" ], [ "https://github.com/broadinstitute/gatk" ], [ "https://github.com/broadinstitute/gatk" ], [ "https://github.com/broadinstitute/gatk" ], [ "https://github.com/broadinstitute/gatk" ], [ "https://github.com/broadinstitute/gatk" ], [ "https://github.com/broadinstitute/gatk" ], [ "https://github.com/broadinstitute/gatk" ], [ "https://github.com/chaofengc/IQA-PyTorch" ], [ "https://github.com/Franck-Dernoncourt/NeuroNER" ], [ "https://github.com/lh3/minimap2" ], [ "https://github.com/lh3/minimap2" ], [ "https://github.com/lh3/minimap2" ], [ "https://github.com/lh3/minimap2" ], [ "https://github.com/lh3/minimap2" ], [ "https://github.com/lh3/minimap2" ], [ "https://github.com/lh3/minimap2" ], [ "https://github.com/lh3/minimap2" ], [ "https://github.com/sokrypton/ColabFold" ], [ "https://github.com/theislab/Scanpy" ], [ "https://github.com/OpenGene/fastp" ], [ "https://github.com/dmis-lab/biobert" ], [ "https://github.com/jiupinjia/SkyAR" ], [ "https://github.com/mit-han-lab/temporal-shift-module" ], [ "https://github.com/voxelmorph/voxelmorph" ], [ "https://github.com/he-y/Awesome-Pruning" ], [ "https://github.com/mahyarnajibi/SNIPER" ], [ "https://github.com/google/deepvariant" ], [ "https://github.com/thuml/Transfer-Learning-Library" ], [ "https://github.com/hujie-frank/SENet" ], [ "https://github.com/POSTECH-CVLab/PyTorch-StudioGAN" ], [ "https://github.com/pcm-dpc/COVID-19" ], [ "https://github.com/pcm-dpc/COVID-19" ], [ "https://github.com/pcm-dpc/COVID-19" ], [ "https://github.com/pcm-dpc/COVID-19" ], [ "https://github.com/pcm-dpc/COVID-19" ], [ "https://github.com/pcm-dpc/COVID-19" ], [ "https://github.com/pcm-dpc/COVID-19" ], [ "https://github.com/pcm-dpc/COVID-19" ], [ "https://github.com/mdbloice/Augmentor" ], [ "https://github.com/deepchem/deepchem" ], [ "https://github.com/tyiannak/pyAudioAnalysis" ], [ "https://github.com/pachyderm/pachyderm" ], [ "https://github.com/open-mmlab/mmediting" ], [ "https://github.com/open-mmlab/mmediting" ], [ "https://github.com/open-mmlab/mmediting" ], [ "https://github.com/open-mmlab/mmediting" ], [ "https://github.com/open-mmlab/mmediting" ], [ "https://github.com/open-mmlab/mmediting" ], [ "https://github.com/open-mmlab/mmediting" ], [ "https://github.com/open-mmlab/mmediting" ], [ "https://github.com/MVIG-SJTU/AlphaPose" ], [ "https://github.com/EpistasisLab/tpot" ], [ "https://github.com/NVlabs/stylegan2" ], [ "https://github.com/flairNLP/flair" ], [ "https://github.com/microsoft/Bringing-Old-Photos-Back-to-Life" ], [ "https://github.com/kubernetes/charts" ], [ "https://github.com/facebookresearch/Detectron" ], [ "https://github.com/facebookresearch/Detectron" ], [ "https://github.com/facebookresearch/Detectron" ], [ "https://github.com/facebookresearch/Detectron" ], [ "https://github.com/facebookresearch/Detectron" ], [ "https://github.com/facebookresearch/Detectron" ], [ "https://github.com/facebookresearch/Detectron" ], [ "https://github.com/facebookresearch/Detectron" ], [ "https://github.com/CSSEGISandData/COVID-19" ] ], "hovertemplate": "Time of Existence (days)=%{x}
Normalized Total Entropy=%{y}
Repository URL=%{customdata[0]}
GitHub Stars (log)=%{marker.color}", "legendgroup": "", "marker": { "color": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.367295829986474, 3.367295829986474, 3.367295829986474, 3.367295829986474, 3.367295829986474, 3.367295829986474, 3.367295829986474, 3.367295829986474, 3.367295829986474, 3.367295829986474, 3.367295829986474, 3.367295829986474, 3.367295829986474, 3.367295829986474, 3.367295829986474, 3.367295829986474, 3.367295829986474, 3.367295829986474, 3.367295829986474, 3.367295829986474, 3.367295829986474, 3.367295829986474, 3.367295829986474, 3.367295829986474, 3.367295829986474, 3.367295829986474, 3.367295829986474, 3.367295829986474, 3.367295829986474, 3.367295829986474, 3.367295829986474, 3.367295829986474, 3.367295829986474, 3.367295829986474, 3.367295829986474, 3.367295829986474, 3.367295829986474, 3.367295829986474, 3.367295829986474, 3.367295829986474, 3.367295829986474, 3.367295829986474, 3.367295829986474, 3.367295829986474, 3.367295829986474, 3.367295829986474, 3.367295829986474, 3.367295829986474, 3.367295829986474, 3.367295829986474, 3.367295829986474, 3.367295829986474, 3.367295829986474, 3.367295829986474, 3.367295829986474, 3.367295829986474, 3.367295829986474, 3.367295829986474, 3.367295829986474, 3.367295829986474, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4657359027997265, 3.4657359027997265, 3.4657359027997265, 3.4657359027997265, 3.4657359027997265, 3.4657359027997265, 3.4657359027997265, 3.4657359027997265, 3.4657359027997265, 3.4657359027997265, 3.4657359027997265, 3.4657359027997265, 3.4657359027997265, 3.4657359027997265, 3.4657359027997265, 3.4657359027997265, 3.4657359027997265, 3.4657359027997265, 3.4657359027997265, 3.4657359027997265, 3.4657359027997265, 3.4657359027997265, 3.4657359027997265, 3.4657359027997265, 3.4657359027997265, 3.4657359027997265, 3.4657359027997265, 3.4657359027997265, 3.4657359027997265, 3.4657359027997265, 3.4657359027997265, 3.4657359027997265, 3.4657359027997265, 3.4657359027997265, 3.4657359027997265, 3.4657359027997265, 3.4657359027997265, 3.4657359027997265, 3.4657359027997265, 3.4657359027997265, 3.4657359027997265, 3.4657359027997265, 3.4657359027997265, 3.4657359027997265, 3.4657359027997265, 3.4657359027997265, 3.4657359027997265, 3.4657359027997265, 3.4657359027997265, 3.4657359027997265, 3.4657359027997265, 3.4657359027997265, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.5263605246161616, 3.5263605246161616, 3.5263605246161616, 3.5263605246161616, 3.5263605246161616, 3.5263605246161616, 3.5263605246161616, 3.5263605246161616, 3.5263605246161616, 3.5263605246161616, 3.5263605246161616, 3.5263605246161616, 3.5263605246161616, 3.5263605246161616, 3.5263605246161616, 3.5263605246161616, 3.5263605246161616, 3.5263605246161616, 3.5263605246161616, 3.5263605246161616, 3.5263605246161616, 3.5263605246161616, 3.5263605246161616, 3.5263605246161616, 3.5263605246161616, 3.5263605246161616, 3.5263605246161616, 3.5263605246161616, 3.5263605246161616, 3.5263605246161616, 3.5263605246161616, 3.5263605246161616, 3.5263605246161616, 3.5263605246161616, 3.5263605246161616, 3.5263605246161616, 3.5553480614894135, 3.5553480614894135, 3.5553480614894135, 3.5553480614894135, 3.5553480614894135, 3.5553480614894135, 3.5553480614894135, 3.5553480614894135, 3.5553480614894135, 3.5553480614894135, 3.5553480614894135, 3.5553480614894135, 3.5553480614894135, 3.5553480614894135, 3.5553480614894135, 3.5553480614894135, 3.5553480614894135, 3.5553480614894135, 3.5553480614894135, 3.5553480614894135, 3.5553480614894135, 3.5553480614894135, 3.5553480614894135, 3.5553480614894135, 3.5553480614894135, 3.5553480614894135, 3.5553480614894135, 3.5553480614894135, 3.5553480614894135, 3.5553480614894135, 3.5553480614894135, 3.5553480614894135, 3.5553480614894135, 3.58351893845611, 3.58351893845611, 3.58351893845611, 3.58351893845611, 3.58351893845611, 3.58351893845611, 3.58351893845611, 3.58351893845611, 3.58351893845611, 3.58351893845611, 3.58351893845611, 3.58351893845611, 3.58351893845611, 3.58351893845611, 3.58351893845611, 3.58351893845611, 3.58351893845611, 3.58351893845611, 3.58351893845611, 3.58351893845611, 3.58351893845611, 3.58351893845611, 3.58351893845611, 3.58351893845611, 3.58351893845611, 3.58351893845611, 3.58351893845611, 3.58351893845611, 3.610917912644224, 3.610917912644224, 3.610917912644224, 3.610917912644224, 3.610917912644224, 3.610917912644224, 3.610917912644224, 3.610917912644224, 3.610917912644224, 3.610917912644224, 3.610917912644224, 3.610917912644224, 3.610917912644224, 3.610917912644224, 3.610917912644224, 3.610917912644224, 3.610917912644224, 3.610917912644224, 3.610917912644224, 3.610917912644224, 3.610917912644224, 3.610917912644224, 3.610917912644224, 3.610917912644224, 3.610917912644224, 3.610917912644224, 3.610917912644224, 3.610917912644224, 3.610917912644224, 3.610917912644224, 3.610917912644224, 3.610917912644224, 3.6375861597263857, 3.6375861597263857, 3.6375861597263857, 3.6375861597263857, 3.6375861597263857, 3.6375861597263857, 3.6375861597263857, 3.6375861597263857, 3.6375861597263857, 3.6375861597263857, 3.6375861597263857, 3.6375861597263857, 3.6375861597263857, 3.6375861597263857, 3.6375861597263857, 3.6375861597263857, 3.6375861597263857, 3.6375861597263857, 3.6375861597263857, 3.6375861597263857, 3.6375861597263857, 3.6375861597263857, 3.6375861597263857, 3.6375861597263857, 3.6375861597263857, 3.6375861597263857, 3.6635616461296463, 3.6635616461296463, 3.6635616461296463, 3.6635616461296463, 3.6635616461296463, 3.6635616461296463, 3.6635616461296463, 3.6635616461296463, 3.6635616461296463, 3.6635616461296463, 3.6635616461296463, 3.6635616461296463, 3.6635616461296463, 3.6635616461296463, 3.6635616461296463, 3.6635616461296463, 3.6635616461296463, 3.6635616461296463, 3.6635616461296463, 3.6635616461296463, 3.6635616461296463, 3.6635616461296463, 3.6635616461296463, 3.6635616461296463, 3.6635616461296463, 3.6635616461296463, 3.6635616461296463, 3.6635616461296463, 3.6635616461296463, 3.6635616461296463, 3.6635616461296463, 3.6635616461296463, 3.6635616461296463, 3.6635616461296463, 3.6635616461296463, 3.6635616461296463, 3.6635616461296463, 3.6635616461296463, 3.6635616461296463, 3.6635616461296463, 3.6635616461296463, 3.6635616461296463, 3.6635616461296463, 3.6635616461296463, 3.688879454113936, 3.688879454113936, 3.688879454113936, 3.688879454113936, 3.688879454113936, 3.688879454113936, 3.688879454113936, 3.688879454113936, 3.688879454113936, 3.688879454113936, 3.688879454113936, 3.688879454113936, 3.688879454113936, 3.688879454113936, 3.688879454113936, 3.688879454113936, 3.688879454113936, 3.688879454113936, 3.688879454113936, 3.688879454113936, 3.688879454113936, 3.688879454113936, 3.688879454113936, 3.688879454113936, 3.688879454113936, 3.688879454113936, 3.688879454113936, 3.688879454113936, 3.688879454113936, 3.688879454113936, 3.688879454113936, 3.688879454113936, 3.713572066704308, 3.713572066704308, 3.713572066704308, 3.713572066704308, 3.713572066704308, 3.713572066704308, 3.713572066704308, 3.713572066704308, 3.713572066704308, 3.713572066704308, 3.713572066704308, 3.713572066704308, 3.713572066704308, 3.713572066704308, 3.713572066704308, 3.713572066704308, 3.713572066704308, 3.713572066704308, 3.713572066704308, 3.713572066704308, 3.713572066704308, 3.713572066704308, 3.713572066704308, 3.713572066704308, 3.713572066704308, 3.737669618283368, 3.737669618283368, 3.737669618283368, 3.737669618283368, 3.737669618283368, 3.737669618283368, 3.737669618283368, 3.737669618283368, 3.737669618283368, 3.737669618283368, 3.737669618283368, 3.737669618283368, 3.737669618283368, 3.737669618283368, 3.737669618283368, 3.737669618283368, 3.737669618283368, 3.737669618283368, 3.737669618283368, 3.737669618283368, 3.737669618283368, 3.7612001156935624, 3.7612001156935624, 3.7612001156935624, 3.7612001156935624, 3.7612001156935624, 3.7612001156935624, 3.7612001156935624, 3.7612001156935624, 3.7612001156935624, 3.7612001156935624, 3.7612001156935624, 3.7612001156935624, 3.7612001156935624, 3.7612001156935624, 3.7612001156935624, 3.7612001156935624, 3.7612001156935624, 3.7612001156935624, 3.7612001156935624, 3.7612001156935624, 3.7612001156935624, 3.7612001156935624, 3.7612001156935624, 3.7612001156935624, 3.7612001156935624, 3.7612001156935624, 3.7612001156935624, 3.7612001156935624, 3.7612001156935624, 3.7612001156935624, 3.7612001156935624, 3.784189633918261, 3.784189633918261, 3.784189633918261, 3.784189633918261, 3.784189633918261, 3.784189633918261, 3.784189633918261, 3.784189633918261, 3.784189633918261, 3.784189633918261, 3.784189633918261, 3.784189633918261, 3.784189633918261, 3.784189633918261, 3.784189633918261, 3.784189633918261, 3.784189633918261, 3.784189633918261, 3.784189633918261, 3.784189633918261, 3.784189633918261, 3.784189633918261, 3.784189633918261, 3.784189633918261, 3.784189633918261, 3.784189633918261, 3.784189633918261, 3.784189633918261, 3.784189633918261, 3.784189633918261, 3.784189633918261, 3.784189633918261, 3.784189633918261, 3.784189633918261, 3.784189633918261, 3.784189633918261, 3.784189633918261, 3.784189633918261, 3.784189633918261, 3.784189633918261, 3.784189633918261, 3.784189633918261, 3.784189633918261, 3.784189633918261, 3.784189633918261, 3.784189633918261, 3.784189633918261, 3.784189633918261, 3.784189633918261, 3.784189633918261, 3.784189633918261, 3.784189633918261, 3.784189633918261, 3.784189633918261, 3.784189633918261, 3.784189633918261, 3.784189633918261, 3.784189633918261, 3.784189633918261, 3.784189633918261, 3.784189633918261, 3.784189633918261, 3.784189633918261, 3.784189633918261, 3.784189633918261, 3.784189633918261, 3.784189633918261, 3.784189633918261, 3.784189633918261, 3.784189633918261, 3.784189633918261, 3.784189633918261, 3.784189633918261, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.828641396489095, 3.828641396489095, 3.828641396489095, 3.828641396489095, 3.828641396489095, 3.828641396489095, 3.828641396489095, 3.828641396489095, 3.828641396489095, 3.828641396489095, 3.828641396489095, 3.828641396489095, 3.828641396489095, 3.828641396489095, 3.828641396489095, 3.828641396489095, 3.828641396489095, 3.828641396489095, 3.828641396489095, 3.828641396489095, 3.828641396489095, 3.828641396489095, 3.828641396489095, 3.828641396489095, 3.828641396489095, 3.828641396489095, 3.828641396489095, 3.828641396489095, 3.828641396489095, 3.828641396489095, 3.828641396489095, 3.828641396489095, 3.828641396489095, 3.828641396489095, 3.828641396489095, 3.828641396489095, 3.8501476017100584, 3.8501476017100584, 3.8501476017100584, 3.8501476017100584, 3.8501476017100584, 3.8501476017100584, 3.8501476017100584, 3.8501476017100584, 3.8501476017100584, 3.8501476017100584, 3.8501476017100584, 3.8501476017100584, 3.8501476017100584, 3.8501476017100584, 3.8501476017100584, 3.8501476017100584, 3.8501476017100584, 3.871201010907891, 3.871201010907891, 3.871201010907891, 3.871201010907891, 3.871201010907891, 3.871201010907891, 3.871201010907891, 3.871201010907891, 3.871201010907891, 3.871201010907891, 3.871201010907891, 3.871201010907891, 3.871201010907891, 3.871201010907891, 3.871201010907891, 3.871201010907891, 3.871201010907891, 3.871201010907891, 3.871201010907891, 3.871201010907891, 3.871201010907891, 3.871201010907891, 3.871201010907891, 3.871201010907891, 3.871201010907891, 3.871201010907891, 3.871201010907891, 3.871201010907891, 3.8918202981106265, 3.8918202981106265, 3.8918202981106265, 3.8918202981106265, 3.8918202981106265, 3.8918202981106265, 3.8918202981106265, 3.8918202981106265, 3.8918202981106265, 3.8918202981106265, 3.8918202981106265, 3.8918202981106265, 3.8918202981106265, 3.8918202981106265, 3.8918202981106265, 3.8918202981106265, 3.8918202981106265, 3.8918202981106265, 3.8918202981106265, 3.8918202981106265, 3.8918202981106265, 3.8918202981106265, 3.912023005428146, 3.912023005428146, 3.912023005428146, 3.912023005428146, 3.912023005428146, 3.912023005428146, 3.9318256327243257, 3.9318256327243257, 3.9318256327243257, 3.9318256327243257, 3.9318256327243257, 3.9318256327243257, 3.9318256327243257, 3.9318256327243257, 3.9318256327243257, 3.9318256327243257, 3.9318256327243257, 3.9318256327243257, 3.9318256327243257, 3.9318256327243257, 3.951243718581427, 3.951243718581427, 3.951243718581427, 3.951243718581427, 3.951243718581427, 3.951243718581427, 3.951243718581427, 3.951243718581427, 3.951243718581427, 3.951243718581427, 3.951243718581427, 3.951243718581427, 3.951243718581427, 3.951243718581427, 3.951243718581427, 3.951243718581427, 3.951243718581427, 3.951243718581427, 3.951243718581427, 3.951243718581427, 3.951243718581427, 3.951243718581427, 3.951243718581427, 3.951243718581427, 3.970291913552122, 3.970291913552122, 3.970291913552122, 3.970291913552122, 3.970291913552122, 3.970291913552122, 3.970291913552122, 3.970291913552122, 3.970291913552122, 3.970291913552122, 3.970291913552122, 3.970291913552122, 3.970291913552122, 3.970291913552122, 3.970291913552122, 3.970291913552122, 3.970291913552122, 3.9889840465642745, 3.9889840465642745, 3.9889840465642745, 3.9889840465642745, 3.9889840465642745, 3.9889840465642745, 3.9889840465642745, 3.9889840465642745, 3.9889840465642745, 3.9889840465642745, 3.9889840465642745, 3.9889840465642745, 3.9889840465642745, 3.9889840465642745, 3.9889840465642745, 3.9889840465642745, 3.9889840465642745, 3.9889840465642745, 3.9889840465642745, 3.9889840465642745, 3.9889840465642745, 3.9889840465642745, 3.9889840465642745, 3.9889840465642745, 3.9889840465642745, 3.9889840465642745, 3.9889840465642745, 3.9889840465642745, 4.007333185232471, 4.007333185232471, 4.007333185232471, 4.007333185232471, 4.007333185232471, 4.007333185232471, 4.007333185232471, 4.007333185232471, 4.007333185232471, 4.007333185232471, 4.007333185232471, 4.007333185232471, 4.007333185232471, 4.007333185232471, 4.007333185232471, 4.007333185232471, 4.007333185232471, 4.007333185232471, 4.007333185232471, 4.007333185232471, 4.007333185232471, 4.007333185232471, 4.007333185232471, 4.007333185232471, 4.007333185232471, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.04305126783455, 4.04305126783455, 4.04305126783455, 4.04305126783455, 4.04305126783455, 4.04305126783455, 4.04305126783455, 4.04305126783455, 4.04305126783455, 4.04305126783455, 4.04305126783455, 4.060443010546419, 4.060443010546419, 4.060443010546419, 4.060443010546419, 4.060443010546419, 4.060443010546419, 4.060443010546419, 4.060443010546419, 4.060443010546419, 4.060443010546419, 4.060443010546419, 4.060443010546419, 4.060443010546419, 4.060443010546419, 4.060443010546419, 4.060443010546419, 4.060443010546419, 4.060443010546419, 4.060443010546419, 4.060443010546419, 4.060443010546419, 4.060443010546419, 4.060443010546419, 4.07753744390572, 4.07753744390572, 4.07753744390572, 4.07753744390572, 4.07753744390572, 4.07753744390572, 4.07753744390572, 4.07753744390572, 4.07753744390572, 4.07753744390572, 4.07753744390572, 4.07753744390572, 4.0943445622221, 4.0943445622221, 4.0943445622221, 4.0943445622221, 4.0943445622221, 4.0943445622221, 4.0943445622221, 4.0943445622221, 4.0943445622221, 4.0943445622221, 4.0943445622221, 4.0943445622221, 4.0943445622221, 4.0943445622221, 4.0943445622221, 4.0943445622221, 4.0943445622221, 4.0943445622221, 4.0943445622221, 4.0943445622221, 4.110873864173311, 4.110873864173311, 4.110873864173311, 4.110873864173311, 4.110873864173311, 4.110873864173311, 4.110873864173311, 4.127134385045092, 4.127134385045092, 4.127134385045092, 4.127134385045092, 4.127134385045092, 4.127134385045092, 4.127134385045092, 4.143134726391533, 4.143134726391533, 4.143134726391533, 4.143134726391533, 4.143134726391533, 4.143134726391533, 4.143134726391533, 4.143134726391533, 4.143134726391533, 4.143134726391533, 4.143134726391533, 4.143134726391533, 4.143134726391533, 4.143134726391533, 4.143134726391533, 4.143134726391533, 4.1588830833596715, 4.1588830833596715, 4.1588830833596715, 4.1588830833596715, 4.1588830833596715, 4.1588830833596715, 4.174387269895637, 4.174387269895637, 4.174387269895637, 4.174387269895637, 4.174387269895637, 4.174387269895637, 4.174387269895637, 4.174387269895637, 4.174387269895637, 4.174387269895637, 4.174387269895637, 4.174387269895637, 4.174387269895637, 4.174387269895637, 4.174387269895637, 4.174387269895637, 4.174387269895637, 4.174387269895637, 4.174387269895637, 4.174387269895637, 4.174387269895637, 4.174387269895637, 4.174387269895637, 4.174387269895637, 4.174387269895637, 4.174387269895637, 4.174387269895637, 4.174387269895637, 4.174387269895637, 4.174387269895637, 4.174387269895637, 4.174387269895637, 4.174387269895637, 4.174387269895637, 4.174387269895637, 4.189654742026425, 4.189654742026425, 4.189654742026425, 4.189654742026425, 4.189654742026425, 4.189654742026425, 4.189654742026425, 4.189654742026425, 4.189654742026425, 4.189654742026425, 4.204692619390966, 4.204692619390966, 4.204692619390966, 4.204692619390966, 4.204692619390966, 4.204692619390966, 4.204692619390966, 4.219507705176107, 4.219507705176107, 4.219507705176107, 4.219507705176107, 4.219507705176107, 4.219507705176107, 4.219507705176107, 4.219507705176107, 4.219507705176107, 4.219507705176107, 4.219507705176107, 4.219507705176107, 4.219507705176107, 4.219507705176107, 4.219507705176107, 4.219507705176107, 4.219507705176107, 4.23410650459726, 4.23410650459726, 4.23410650459726, 4.23410650459726, 4.23410650459726, 4.23410650459726, 4.23410650459726, 4.23410650459726, 4.248495242049359, 4.248495242049359, 4.248495242049359, 4.248495242049359, 4.248495242049359, 4.248495242049359, 4.248495242049359, 4.248495242049359, 4.2626798770413155, 4.2626798770413155, 4.2626798770413155, 4.2626798770413155, 4.2626798770413155, 4.2626798770413155, 4.2626798770413155, 4.2626798770413155, 4.2626798770413155, 4.2626798770413155, 4.2626798770413155, 4.2626798770413155, 4.2626798770413155, 4.2626798770413155, 4.2626798770413155, 4.276666119016055, 4.276666119016055, 4.276666119016055, 4.276666119016055, 4.276666119016055, 4.276666119016055, 4.276666119016055, 4.276666119016055, 4.276666119016055, 4.276666119016055, 4.276666119016055, 4.290459441148391, 4.290459441148391, 4.290459441148391, 4.290459441148391, 4.290459441148391, 4.290459441148391, 4.290459441148391, 4.290459441148391, 4.290459441148391, 4.290459441148391, 4.290459441148391, 4.30406509320417, 4.30406509320417, 4.30406509320417, 4.30406509320417, 4.30406509320417, 4.30406509320417, 4.30406509320417, 4.30406509320417, 4.30406509320417, 4.30406509320417, 4.30406509320417, 4.30406509320417, 4.30406509320417, 4.31748811353631, 4.31748811353631, 4.31748811353631, 4.31748811353631, 4.31748811353631, 4.31748811353631, 4.31748811353631, 4.31748811353631, 4.31748811353631, 4.330733340286331, 4.330733340286331, 4.330733340286331, 4.330733340286331, 4.330733340286331, 4.330733340286331, 4.330733340286331, 4.343805421853684, 4.343805421853684, 4.343805421853684, 4.343805421853684, 4.343805421853684, 4.343805421853684, 4.343805421853684, 4.343805421853684, 4.343805421853684, 4.356708826689592, 4.356708826689592, 4.356708826689592, 4.356708826689592, 4.356708826689592, 4.356708826689592, 4.3694478524670215, 4.3694478524670215, 4.3694478524670215, 4.3694478524670215, 4.3694478524670215, 4.382026634673881, 4.382026634673881, 4.382026634673881, 4.382026634673881, 4.382026634673881, 4.382026634673881, 4.382026634673881, 4.382026634673881, 4.382026634673881, 4.382026634673881, 4.382026634673881, 4.382026634673881, 4.394449154672439, 4.394449154672439, 4.394449154672439, 4.394449154672439, 4.394449154672439, 4.394449154672439, 4.394449154672439, 4.394449154672439, 4.394449154672439, 4.394449154672439, 4.394449154672439, 4.394449154672439, 4.394449154672439, 4.394449154672439, 4.394449154672439, 4.394449154672439, 4.394449154672439, 4.394449154672439, 4.394449154672439, 4.394449154672439, 4.394449154672439, 4.394449154672439, 4.394449154672439, 4.394449154672439, 4.394449154672439, 4.394449154672439, 4.394449154672439, 4.394449154672439, 4.394449154672439, 4.394449154672439, 4.394449154672439, 4.394449154672439, 4.394449154672439, 4.394449154672439, 4.394449154672439, 4.394449154672439, 4.394449154672439, 4.394449154672439, 4.394449154672439, 4.406719247264253, 4.406719247264253, 4.418840607796598, 4.418840607796598, 4.418840607796598, 4.418840607796598, 4.418840607796598, 4.418840607796598, 4.418840607796598, 4.418840607796598, 4.418840607796598, 4.430816798843313, 4.430816798843313, 4.430816798843313, 4.430816798843313, 4.430816798843313, 4.430816798843313, 4.430816798843313, 4.442651256490317, 4.442651256490317, 4.442651256490317, 4.454347296253507, 4.454347296253507, 4.454347296253507, 4.454347296253507, 4.454347296253507, 4.454347296253507, 4.454347296253507, 4.454347296253507, 4.454347296253507, 4.454347296253507, 4.465908118654584, 4.477336814478207, 4.477336814478207, 4.477336814478207, 4.477336814478207, 4.477336814478207, 4.477336814478207, 4.477336814478207, 4.48863636973214, 4.48863636973214, 4.48863636973214, 4.48863636973214, 4.48863636973214, 4.48863636973214, 4.48863636973214, 4.48863636973214, 4.48863636973214, 4.48863636973214, 4.48863636973214, 4.48863636973214, 4.48863636973214, 4.48863636973214, 4.48863636973214, 4.48863636973214, 4.499809670330265, 4.499809670330265, 4.499809670330265, 4.499809670330265, 4.499809670330265, 4.499809670330265, 4.499809670330265, 4.499809670330265, 4.499809670330265, 4.499809670330265, 4.499809670330265, 4.499809670330265, 4.499809670330265, 4.51085950651685, 4.51085950651685, 4.51085950651685, 4.51085950651685, 4.51085950651685, 4.5217885770490405, 4.5217885770490405, 4.5217885770490405, 4.5217885770490405, 4.532599493153256, 4.532599493153256, 4.532599493153256, 4.543294782270004, 4.543294782270004, 4.543294782270004, 4.543294782270004, 4.543294782270004, 4.543294782270004, 4.543294782270004, 4.543294782270004, 4.553876891600541, 4.553876891600541, 4.553876891600541, 4.553876891600541, 4.553876891600541, 4.553876891600541, 4.553876891600541, 4.553876891600541, 4.553876891600541, 4.553876891600541, 4.564348191467836, 4.564348191467836, 4.564348191467836, 4.564348191467836, 4.564348191467836, 4.564348191467836, 4.564348191467836, 4.564348191467836, 4.564348191467836, 4.564348191467836, 4.564348191467836, 4.564348191467836, 4.564348191467836, 4.564348191467836, 4.564348191467836, 4.564348191467836, 4.564348191467836, 4.564348191467836, 4.564348191467836, 4.564348191467836, 4.564348191467836, 4.564348191467836, 4.564348191467836, 4.564348191467836, 4.564348191467836, 4.564348191467836, 4.564348191467836, 4.564348191467836, 4.564348191467836, 4.564348191467836, 4.564348191467836, 4.564348191467836, 4.564348191467836, 4.564348191467836, 4.564348191467836, 4.574710978503383, 4.574710978503383, 4.574710978503383, 4.574710978503383, 4.574710978503383, 4.574710978503383, 4.574710978503383, 4.574710978503383, 4.574710978503383, 4.574710978503383, 4.584967478670572, 4.584967478670572, 4.584967478670572, 4.584967478670572, 4.584967478670572, 4.584967478670572, 4.584967478670572, 4.584967478670572, 4.584967478670572, 4.584967478670572, 4.584967478670572, 4.584967478670572, 4.584967478670572, 4.584967478670572, 4.59511985013459, 4.59511985013459, 4.59511985013459, 4.605170185988092, 4.605170185988092, 4.605170185988092, 4.61512051684126, 4.61512051684126, 4.61512051684126, 4.61512051684126, 4.624972813284271, 4.624972813284271, 4.624972813284271, 4.624972813284271, 4.634728988229636, 4.634728988229636, 4.634728988229636, 4.6443908991413725, 4.6443908991413725, 4.6443908991413725, 4.6443908991413725, 4.653960350157523, 4.653960350157523, 4.653960350157523, 4.653960350157523, 4.653960350157523, 4.653960350157523, 4.663439094112067, 4.663439094112067, 4.663439094112067, 4.663439094112067, 4.663439094112067, 4.663439094112067, 4.663439094112067, 4.663439094112067, 4.672828834461906, 4.672828834461906, 4.672828834461906, 4.672828834461906, 4.672828834461906, 4.672828834461906, 4.672828834461906, 4.672828834461906, 4.672828834461906, 4.672828834461906, 4.672828834461906, 4.672828834461906, 4.672828834461906, 4.672828834461906, 4.672828834461906, 4.672828834461906, 4.672828834461906, 4.672828834461906, 4.672828834461906, 4.672828834461906, 4.672828834461906, 4.68213122712422, 4.68213122712422, 4.68213122712422, 4.68213122712422, 4.68213122712422, 4.68213122712422, 4.68213122712422, 4.68213122712422, 4.68213122712422, 4.68213122712422, 4.6913478822291435, 4.6913478822291435, 4.6913478822291435, 4.6913478822291435, 4.6913478822291435, 4.700480365792417, 4.709530201312334, 4.709530201312334, 4.718498871295094, 4.718498871295094, 4.718498871295094, 4.718498871295094, 4.718498871295094, 4.718498871295094, 4.718498871295094, 4.718498871295094, 4.718498871295094, 4.718498871295094, 4.718498871295094, 4.718498871295094, 4.718498871295094, 4.718498871295094, 4.718498871295094, 4.727387818712341, 4.727387818712341, 4.727387818712341, 4.727387818712341, 4.727387818712341, 4.736198448394496, 4.736198448394496, 4.736198448394496, 4.736198448394496, 4.736198448394496, 4.74493212836325, 4.74493212836325, 4.7535901911063645, 4.7535901911063645, 4.7535901911063645, 4.762173934797756, 4.762173934797756, 4.762173934797756, 4.762173934797756, 4.762173934797756, 4.770684624465665, 4.770684624465665, 4.770684624465665, 4.770684624465665, 4.770684624465665, 4.77912349311153, 4.77912349311153, 4.77912349311153, 4.77912349311153, 4.77912349311153, 4.787491742782046, 4.787491742782046, 4.795790545596741, 4.795790545596741, 4.795790545596741, 4.795790545596741, 4.795790545596741, 4.795790545596741, 4.795790545596741, 4.795790545596741, 4.795790545596741, 4.795790545596741, 4.795790545596741, 4.795790545596741, 4.795790545596741, 4.795790545596741, 4.795790545596741, 4.795790545596741, 4.795790545596741, 4.795790545596741, 4.795790545596741, 4.795790545596741, 4.795790545596741, 4.795790545596741, 4.795790545596741, 4.795790545596741, 4.795790545596741, 4.795790545596741, 4.795790545596741, 4.795790545596741, 4.795790545596741, 4.795790545596741, 4.795790545596741, 4.795790545596741, 4.795790545596741, 4.795790545596741, 4.795790545596741, 4.795790545596741, 4.795790545596741, 4.795790545596741, 4.795790545596741, 4.795790545596741, 4.795790545596741, 4.795790545596741, 4.804021044733257, 4.804021044733257, 4.804021044733257, 4.812184355372417, 4.812184355372417, 4.812184355372417, 4.812184355372417, 4.812184355372417, 4.812184355372417, 4.820281565605037, 4.820281565605037, 4.820281565605037, 4.820281565605037, 4.8283137373023015, 4.8283137373023015, 4.836281906951478, 4.836281906951478, 4.836281906951478, 4.836281906951478, 4.836281906951478, 4.836281906951478, 4.836281906951478, 4.836281906951478, 4.852030263919617, 4.852030263919617, 4.852030263919617, 4.852030263919617, 4.852030263919617, 4.859812404361672, 4.859812404361672, 4.859812404361672, 4.859812404361672, 4.859812404361672, 4.867534450455582, 4.867534450455582, 4.875197323201151, 4.875197323201151, 4.875197323201151, 4.875197323201151, 4.882801922586371, 4.882801922586371, 4.882801922586371, 4.882801922586371, 4.890349128221754, 4.890349128221754, 4.897839799950911, 4.897839799950911, 4.90527477843843, 4.90527477843843, 4.90527477843843, 4.90527477843843, 4.912654885736052, 4.912654885736052, 4.919980925828125, 4.919980925828125, 4.919980925828125, 4.927253685157205, 4.927253685157205, 4.927253685157205, 4.927253685157205, 4.927253685157205, 4.927253685157205, 4.927253685157205, 4.927253685157205, 4.927253685157205, 4.927253685157205, 4.9344739331306915, 4.9344739331306915, 4.9344739331306915, 4.9344739331306915, 4.948759890378168, 4.948759890378168, 4.955827057601261, 4.955827057601261, 4.955827057601261, 4.955827057601261, 4.955827057601261, 4.955827057601261, 4.955827057601261, 4.955827057601261, 4.955827057601261, 4.955827057601261, 4.955827057601261, 4.962844630259907, 4.962844630259907, 4.962844630259907, 4.969813299576001, 4.969813299576001, 4.969813299576001, 4.969813299576001, 4.969813299576001, 4.969813299576001, 4.969813299576001, 4.969813299576001, 4.969813299576001, 4.969813299576001, 4.969813299576001, 4.969813299576001, 4.976733742420574, 4.976733742420574, 4.976733742420574, 4.990432586778736, 4.997212273764115, 4.997212273764115, 4.997212273764115, 4.997212273764115, 4.997212273764115, 4.997212273764115, 4.997212273764115, 4.997212273764115, 4.997212273764115, 4.997212273764115, 4.997212273764115, 5.003946305945459, 5.003946305945459, 5.0106352940962555, 5.0106352940962555, 5.0106352940962555, 5.0106352940962555, 5.017279836814924, 5.0238805208462765, 5.0238805208462765, 5.030437921392435, 5.030437921392435, 5.030437921392435, 5.030437921392435, 5.030437921392435, 5.030437921392435, 5.030437921392435, 5.030437921392435, 5.030437921392435, 5.030437921392435, 5.030437921392435, 5.030437921392435, 5.030437921392435, 5.0369526024136295, 5.0369526024136295, 5.0369526024136295, 5.0369526024136295, 5.043425116919247, 5.043425116919247, 5.049856007249537, 5.049856007249537, 5.062595033026967, 5.062595033026967, 5.0689042022202315, 5.0689042022202315, 5.0689042022202315, 5.075173815233827, 5.081404364984463, 5.081404364984463, 5.081404364984463, 5.081404364984463, 5.087596335232384, 5.087596335232384, 5.093750200806762, 5.093750200806762, 5.099866427824199, 5.10594547390058, 5.111987788356544, 5.111987788356544, 5.111987788356544, 5.117993812416755, 5.117993812416755, 5.123963979403259, 5.123963979403259, 5.123963979403259, 5.123963979403259, 5.123963979403259, 5.123963979403259, 5.1298987149230735, 5.1298987149230735, 5.1298987149230735, 5.135798437050262, 5.135798437050262, 5.135798437050262, 5.135798437050262, 5.135798437050262, 5.135798437050262, 5.135798437050262, 5.135798437050262, 5.14166355650266, 5.14166355650266, 5.147494476813453, 5.147494476813453, 5.147494476813453, 5.147494476813453, 5.147494476813453, 5.147494476813453, 5.147494476813453, 5.147494476813453, 5.147494476813453, 5.147494476813453, 5.153291594497779, 5.153291594497779, 5.153291594497779, 5.153291594497779, 5.153291594497779, 5.1647859739235145, 5.1647859739235145, 5.1647859739235145, 5.170483995038151, 5.170483995038151, 5.176149732573829, 5.176149732573829, 5.176149732573829, 5.181783550292085, 5.181783550292085, 5.19295685089021, 5.19295685089021, 5.198497031265826, 5.198497031265826, 5.204006687076795, 5.204006687076795, 5.204006687076795, 5.214935757608986, 5.214935757608986, 5.214935757608986, 5.214935757608986, 5.220355825078324, 5.220355825078324, 5.225746673713202, 5.225746673713202, 5.231108616854587, 5.236441962829949, 5.236441962829949, 5.236441962829949, 5.241747015059643, 5.241747015059643, 5.241747015059643, 5.247024072160486, 5.25227342804663, 5.25227342804663, 5.2574953720277815, 5.2574953720277815, 5.267858159063328, 5.267858159063328, 5.267858159063328, 5.272999558563747, 5.278114659230517, 5.278114659230517, 5.2832037287379885, 5.2832037287379885, 5.2832037287379885, 5.2832037287379885, 5.2832037287379885, 5.2832037287379885, 5.2832037287379885, 5.2832037287379885, 5.288267030694535, 5.293304824724492, 5.293304824724492, 5.298317366548036, 5.298317366548036, 5.298317366548036, 5.298317366548036, 5.298317366548036, 5.298317366548036, 5.298317366548036, 5.298317366548036, 5.298317366548036, 5.298317366548036, 5.303304908059076, 5.303304908059076, 5.303304908059076, 5.303304908059076, 5.303304908059076, 5.303304908059076, 5.303304908059076, 5.303304908059076, 5.303304908059076, 5.303304908059076, 5.308267697401205, 5.308267697401205, 5.308267697401205, 5.308267697401205, 5.313205979041787, 5.318119993844216, 5.318119993844216, 5.318119993844216, 5.327876168789581, 5.327876168789581, 5.332718793265369, 5.332718793265369, 5.332718793265369, 5.332718793265369, 5.332718793265369, 5.332718793265369, 5.332718793265369, 5.332718793265369, 5.332718793265369, 5.332718793265369, 5.332718793265369, 5.332718793265369, 5.332718793265369, 5.337538079701318, 5.337538079701318, 5.337538079701318, 5.342334251964811, 5.342334251964811, 5.3471075307174685, 5.351858133476067, 5.351858133476067, 5.365976015021851, 5.3706380281276624, 5.3706380281276624, 5.375278407684165, 5.384495062789089, 5.384495062789089, 5.389071729816501, 5.3981627015177525, 5.402677381872279, 5.402677381872279, 5.41164605185504, 5.41610040220442, 5.420534999272286, 5.420534999272286, 5.420534999272286, 5.420534999272286, 5.420534999272286, 5.420534999272286, 5.420534999272286, 5.420534999272286, 5.420534999272286, 5.429345628954441, 5.438079308923196, 5.442417710521793, 5.44673737166631, 5.4510384535657, 5.455321115357702, 5.459585514144159, 5.459585514144159, 5.4638318050256105, 5.4680601411351315, 5.472270673671475, 5.472270673671475, 5.472270673671475, 5.472270673671475, 5.472270673671475, 5.472270673671475, 5.472270673671475, 5.472270673671475, 5.472270673671475, 5.484796933490655, 5.484796933490655, 5.484796933490655, 5.484796933490655, 5.484796933490655, 5.484796933490655, 5.484796933490655, 5.484796933490655, 5.484796933490655, 5.484796933490655, 5.484796933490655, 5.484796933490655, 5.484796933490655, 5.484796933490655, 5.484796933490655, 5.484796933490655, 5.484796933490655, 5.484796933490655, 5.484796933490655, 5.484796933490655, 5.484796933490655, 5.484796933490655, 5.484796933490655, 5.484796933490655, 5.484796933490655, 5.484796933490655, 5.484796933490655, 5.484796933490655, 5.484796933490655, 5.484796933490655, 5.484796933490655, 5.484796933490655, 5.484796933490655, 5.484796933490655, 5.484796933490655, 5.484796933490655, 5.484796933490655, 5.484796933490655, 5.484796933490655, 5.484796933490655, 5.484796933490655, 5.484796933490655, 5.484796933490655, 5.484796933490655, 5.484796933490655, 5.484796933490655, 5.484796933490655, 5.484796933490655, 5.484796933490655, 5.484796933490655, 5.484796933490655, 5.484796933490655, 5.484796933490655, 5.484796933490655, 5.484796933490655, 5.484796933490655, 5.484796933490655, 5.484796933490655, 5.484796933490655, 5.484796933490655, 5.484796933490655, 5.484796933490655, 5.484796933490655, 5.484796933490655, 5.484796933490655, 5.484796933490655, 5.497168225293202, 5.501258210544727, 5.5053315359323625, 5.5093883366279774, 5.5134287461649825, 5.521460917862246, 5.521460917862246, 5.521460917862246, 5.521460917862246, 5.521460917862246, 5.521460917862246, 5.521460917862246, 5.521460917862246, 5.521460917862246, 5.5254529391317835, 5.529429087511423, 5.537334267018537, 5.541263545158426, 5.560681631015528, 5.564520407322694, 5.572154032177765, 5.572154032177765, 5.579729825986222, 5.5909869805108565, 5.598421958998375, 5.602118820879701, 5.60947179518496, 5.6131281063880705, 5.6131281063880705, 5.6131281063880705, 5.6131281063880705, 5.6131281063880705, 5.6131281063880705, 5.6131281063880705, 5.6131281063880705, 5.638354669333745, 5.652489180268651, 5.652489180268651, 5.652489180268651, 5.652489180268651, 5.652489180268651, 5.652489180268651, 5.652489180268651, 5.652489180268651, 5.652489180268651, 5.652489180268651, 5.652489180268651, 5.652489180268651, 5.652489180268651, 5.652489180268651, 5.652489180268651, 5.652489180268651, 5.652489180268651, 5.652489180268651, 5.652489180268651, 5.652489180268651, 5.652489180268651, 5.652489180268651, 5.652489180268651, 5.652489180268651, 5.652489180268651, 5.652489180268651, 5.652489180268651, 5.652489180268651, 5.652489180268651, 5.652489180268651, 5.652489180268651, 5.652489180268651, 5.652489180268651, 5.652489180268651, 5.652489180268651, 5.652489180268651, 5.652489180268651, 5.652489180268651, 5.652489180268651, 5.652489180268651, 5.652489180268651, 5.652489180268651, 5.652489180268651, 5.652489180268651, 5.652489180268651, 5.652489180268651, 5.652489180268651, 5.652489180268651, 5.652489180268651, 5.652489180268651, 5.652489180268651, 5.652489180268651, 5.652489180268651, 5.652489180268651, 5.652489180268651, 5.652489180268651, 5.652489180268651, 5.652489180268651, 5.652489180268651, 5.652489180268651, 5.652489180268651, 5.652489180268651, 5.652489180268651, 5.652489180268651, 5.652489180268651, 5.655991810819852, 5.655991810819852, 5.66988092298052, 5.673323267171493, 5.680172609017068, 5.683579767338681, 5.683579767338681, 5.683579767338681, 5.68697535633982, 5.69035945432406, 5.700443573390687, 5.703782474656201, 5.707110264748875, 5.71042701737487, 5.720311776607412, 5.733341276897746, 5.765191102784844, 5.768320995793772, 5.768320995793772, 5.771441123130016, 5.7745515455444085, 5.7745515455444085, 5.7745515455444085, 5.777652323222656, 5.7899601708972535, 5.799092654460526, 5.811140992976701, 5.811140992976701, 5.814130531825066, 5.831882477283517, 5.8377304471659395, 5.840641657373398, 5.846438775057725, 5.849324779946859, 5.855071922202427, 5.855071922202427, 5.857933154483459, 5.860786223465865, 5.8664680569332965, 5.869296913133774, 5.869296913133774, 5.87493073085203, 5.886104031450156, 5.8888779583328805, 5.8944028342648505, 5.8944028342648505, 5.8998973535824915, 5.902633333401366, 5.910796644040527, 5.91350300563827, 5.924255797414532, 5.924255797414532, 5.929589143389895, 5.934894195619588, 5.937536205082426, 5.937536205082426, 5.937536205082426, 5.937536205082426, 5.937536205082426, 5.937536205082426, 5.937536205082426, 5.937536205082426, 5.937536205082426, 5.937536205082426, 5.940171252720432, 5.942799375126701, 5.945420608606575, 5.948034989180646, 5.955837369464831, 5.968707559985366, 5.968707559985366, 5.983936280687191, 5.998936561946683, 5.998936561946683, 6.0063531596017325, 6.0063531596017325, 6.0063531596017325, 6.0063531596017325, 6.0063531596017325, 6.0063531596017325, 6.0063531596017325, 6.0063531596017325, 6.0063531596017325, 6.013715156042802, 6.013715156042802, 6.013715156042802, 6.013715156042802, 6.013715156042802, 6.013715156042802, 6.013715156042802, 6.013715156042802, 6.021023349349527, 6.028278520230698, 6.037870919922137, 6.045005314036012, 6.0473721790462776, 6.059123195581797, 6.059123195581797, 6.063785208687608, 6.063785208687608, 6.063785208687608, 6.063785208687608, 6.063785208687608, 6.063785208687608, 6.063785208687608, 6.063785208687608, 6.073044534100405, 6.100318952020064, 6.102558594613569, 6.113682179832232, 6.113682179832232, 6.113682179832232, 6.113682179832232, 6.113682179832232, 6.113682179832232, 6.113682179832232, 6.113682179832232, 6.115892125483034, 6.118097198041348, 6.12029741895095, 6.126869184114185, 6.126869184114185, 6.129050210060545, 6.131226489483141, 6.1463292576688975, 6.152732694704104, 6.159095388491933, 6.159095388491933, 6.159095388491933, 6.159095388491933, 6.159095388491933, 6.159095388491933, 6.159095388491933, 6.159095388491933, 6.161207321695077, 6.161207321695077, 6.16541785423142, 6.171700597410915, 6.180016653652572, 6.182084906716632, 6.186208623900494, 6.18826412308259, 6.18826412308259, 6.18826412308259, 6.18826412308259, 6.18826412308259, 6.18826412308259, 6.18826412308259, 6.18826412308259, 6.20455776256869, 6.20455776256869, 6.212606095751519, 6.222576268071369, 6.230481447578482, 6.236369590203704, 6.244166900663736, 6.263398262591624, 6.272877006546167, 6.282266746896006, 6.282266746896006, 6.298949246855942, 6.304448802421981, 6.3080984415095305, 6.309918278226516, 6.326149473155099, 6.329720905522696, 6.331501849893691, 6.331501849893691, 6.331501849893691, 6.331501849893691, 6.331501849893691, 6.331501849893691, 6.331501849893691, 6.331501849893691, 6.335054251498059, 6.336825731146441, 6.3473892096560105, 6.352629396319567, 6.3561076606958915, 6.3561076606958915, 6.3578422665081, 6.364750756851911, 6.368187186350492, 6.369900982828227, 6.373319789577012, 6.373319789577012, 6.373319789577012, 6.373319789577012, 6.373319789577012, 6.373319789577012, 6.373319789577012, 6.373319789577012, 6.3835066348840055, 6.39024066706535, 6.413458957167357, 6.421622267806518, 6.437751649736401, 6.437751649736401, 6.437751649736401, 6.437751649736401, 6.437751649736401, 6.437751649736401, 6.437751649736401, 6.437751649736401, 6.4425401664681985, 6.4425401664681985, 6.455198563340122, 6.461468176353717, 6.464588303689961, 6.467698726104354, 6.478509642208569, 6.483107351457199, 6.511745329644728, 6.52649485957079, 6.548219102762372, 6.569481420414296, 6.579251212010101, 6.579251212010101, 6.579251212010101, 6.579251212010101, 6.579251212010101, 6.579251212010101, 6.579251212010101, 6.579251212010101, 6.580639137284949, 6.580639137284949, 6.584791392385716, 6.597145701886651, 6.608000625296087, 6.61338421837956, 6.61472560020376, 6.621405651764134, 6.630683385642372, 6.642486801367256, 6.673297967767654, 6.674561391814426, 6.68586094706836, 6.687108607866515, 6.704414354964107, 6.762729506931879, 6.795705775173514, 6.79794041297493, 6.79794041297493, 6.79794041297493, 6.79794041297493, 6.79794041297493, 6.79794041297493, 6.79794041297493, 6.79794041297493, 6.822197390620491, 6.827629234502852, 6.844815479208263, 6.90975328164481, 6.932447891572509, 6.937314081223682, 6.951772164398911, 6.967909201801884, 6.984716320118266, 6.984716320118266, 6.984716320118266, 6.984716320118266, 6.984716320118266, 6.984716320118266, 6.984716320118266, 6.984716320118266, 7.003065458786462, 7.01571242048723, 7.0317412587631285, 7.05444965813294, 7.062191632286556, 7.062191632286556, 7.076653815443951, 7.081708586105575, 7.1308988302963465, 7.16703787691222, 7.1731917424865985, 7.180069874302796, 7.206377291472252, 7.206377291472252, 7.206377291472252, 7.206377291472252, 7.206377291472252, 7.206377291472252, 7.206377291472252, 7.206377291472252, 7.368970402194793, 7.3758821482150125, 7.3758821482150125, 7.381501894506707, 7.393263094763838, 7.409136443920128, 7.409136443920128, 7.409136443920128, 7.409136443920128, 7.409136443920128, 7.409136443920128, 7.409136443920128, 7.409136443920128, 7.421177528595393, 7.430707082545968, 7.458186157340487, 7.458186157340487, 7.458186157340487, 7.458186157340487, 7.458186157340487, 7.458186157340487, 7.458186157340487, 7.458186157340487, 7.501634457883413, 7.506042178518122, 7.51479976048867, 7.544861068658458, 7.6004023345004, 7.620214770574455, 7.709308333385869, 7.73718007783463, 7.89655270164304, 8.048788283534199, 8.089175678837561, 8.115819701211327, 8.130353547431238, 8.262300941787448, 8.262300941787448, 8.262300941787448, 8.262300941787448, 8.262300941787448, 8.262300941787448, 8.262300941787448, 8.262300941787448, 8.52615293278771, 8.576970395452099, 8.659733878198347, 8.718827059242566, 8.81936971001847, 8.81936971001847, 8.81936971001847, 8.81936971001847, 8.819517540604888, 8.819517540604888, 8.819517540604888, 8.819517540604888, 8.969669103793757, 9.170247278409738, 9.295783853793653, 9.52850315168155, 9.599743846536995, 9.64911129879082, 10.17404889817949, 10.17404889817949, 10.17404889817949, 10.17404889817949, 10.17404889817949, 10.17404889817949, 10.17404889817949, 10.17404889817949, 10.280141578790174 ], "coloraxis": "coloraxis", "opacity": 0.5, "symbol": "circle" }, "mode": "markers", "name": "", "showlegend": false, "type": "scattergl", "x": [ 252, 0, 399, 267, 22, 0, null, 450, 1177, 73, 162, null, 270, 124, 291, 546, 929, null, 713, 0, 1081, 747, 591, 0, 219, 154, 149, 430, 1351, 3261, 3059, 188, 188, 1006, 714, 188, 188, 188, 188, 188, 3990, 52, 70, 134, 188, 0, 512, 751, 38, 220, 594, 0, 737, 388, 3, 183, 365, 539, 130, 1476, 853, 698, 3, 91, 1726, 4, 27, 706, 689, 78, 674, 378, 279, 2580, 387, 519, 28, 200, 117, 201, 109, 376, 207, 301, 180, 339, 0, 38, 76, 131, 2635, 249, 156, 1004, 0, null, 356, 81, 2, 46, 188, 1062, 207, 175, 0, 29, 869, 412, 0, 187, 3366, 414, 0, 267, 188, 0, 39, 708, 205, 2214, 18, 218, 1157, 191, 1, 33, 213, 300, 62, 881, 357, 536, 147, 6, 62, 90, 151, 48, 23, 1946, 298, 68, 8, 493, 315, 391, 435, 369, 981, 545, 31, 267, 0, 505, 0, 45, 6, 495, 66, 784, 686, 312, 53, 67, 10, 98, 538, 56, 0, 530, 138, 20, 119, 1343, 109, 77, 488, 307, 67, 264, 533, 235, 0, 472, 45, 57, 22, 0, 1616, 85, 1047, 0, 0, 749, 1520, 1124, 92, 92, 92, 92, 948, 1000, 597, 152, 390, 0, 257, 360, 5, 0, 0, 0, 43, 698, 5, 401, 344, 867, 17, 97, 28, 1474, 963, 118, 255, 0, 307, 0, 1150, 0, 0, 0, 0, 383, 0, 392, 0, 0, 159, 421, 1089, 578, 0, 7, 52, 1657, 5, 52, 0, 0, 102, 3, 193, 0, 1319, 0, 0, 3, 185, 260, 15, 157, 5, 309, 2388, 725, 10, 220, 1494, 476, 1285, 175, 124, null, 235, 929, 457, 46, 20, 207, 122, 567, 1257, 191, 23, 207, null, null, 368, 1111, 1867, 129, 791, 1611, 522, 199, null, 86, 863, 387, 1045, 82, 27, 2767, 16, 11, 0, 0, 394, 172, 106, 0, 120, 206, 0, 170, 159, 73, 1435, 0, 973, 210, 223, 57, 591, 639, 0, 488, null, 395, 382, 12, null, 354, 391, 1014, 2, 167, 13, 978, 440, 0, 277, 2326, 180, 252, 64, 2, 199, 229, 1855, 1352, 0, 832, 3, 53, 218, 0, 8, 48, 242, 55, 942, 421, 125, 2466, 269, 38, 192, 637, 736, 314, 34, 328, 230, 1666, 784, 550, 888, 13, 306, 1113, 0, 330, 92, 92, 92, 92, 236, 40, 32, 273, 213, 22, 1, 310, 1618, 0, 0, 341, 431, 98, 308, 485, 0, 1, 1622, 629, 190, 127, 540, 592, 851, 227, 328, 686, 0, 0, null, 454, 293, 242, 198, 384, 0, 0, 1519, 1836, 374, 10, 765, 65, null, 199, 398, null, 1141, 677, 217, 27, 0, 390, 0, null, 883, 106, null, 238, 1085, 352, 122, null, 2, 1583, null, 76, 141, 743, 333, 186, 573, 141, 199, 203, 807, null, 439, 368, 0, 386, 299, 527, 246, 2644, 441, 595, 465, 240, 71, 179, 507, 329, 406, 304, 1433, 1386, 193, 0, 325, 0, 59, 1089, 72, 0, 0, 0, 0, 13, 296, 0, 0, 1282, 206, 3, 3, 906, 400, 7, 310, 0, 426, 2197, 960, 0, 169, 0, 888, 467, 84, 171, 51, 63, 41, 1321, 761, 179, 0, 771, 666, 472, 304, null, 581, 197, 101, 205, 170, 568, 478, 328, 109, 224, 186, 134, 254, 1, 0, 0, 1068, 273, 441, 363, 566, 213, 361, 52, 0, 267, 0, 20, 977, 491, 910, 78, 1045, 1091, 161, 281, 0, 303, 308, 0, 0, 0, 433, 0, 0, 0, 1517, 1016, 319, 54, 395, 2423, 1050, 675, 1, 1242, 264, 0, 129, 716, 681, 578, 40, 232, 0, 709, 66, 503, 0, 84, 108, 632, 340, 1364, 0, 194, 53, 64, 363, 4831, 3, 94, 421, 729, 920, 161, 0, 128, 1, 548, 0, 309, 430, 1059, 325, 0, 271, 281, 52, 824, 153, 756, 1406, 470, 183, 0, 297, 2636, 749, 1837, 155, 27, 552, 609, 1791, 203, null, 225, 238, 1481, 0, 541, 248, 208, 208, 62, null, 35, 468, 11, 4, 498, 0, 91, 315, 376, 0, 158, 1330, 303, 0, 1306, 40, 291, 402, 69, 14, 7, 524, 209, 238, 102, 284, 990, 204, 259, 533, 403, 310, 224, null, 32, null, 0, 137, 21, 408, null, 108, null, 344, 497, 29, 0, null, 0, 317, 159, 0, 39, 0, null, 187, 570, 206, 147, 160, 356, null, 21, 0, 135, 0, 43, 125, 449, 288, 946, 0, 113, 566, 1519, null, 133, 77, 718, 1, 456, 366, 824, 206, 631, 4, null, null, 596, 395, 0, 108, 0, 0, 150, 173, 524, 1467, 242, 477, 0, 133, 29, 472, 458, 246, 77, 200, 262, 756, 268, 370, 888, 14, 104, 80, 266, 1353, 89, 25, 539, 727, 223, 1393, 183, 0, 0, 454, 1131, 0, 444, 1775, 1030, 375, 0, 565, 612, null, 668, 1173, 860, 751, 989, 79, null, 111, 0, 402, 93, 253, 989, 989, 74, 0, 810, 100, 448, 111, 788, 321, 0, null, 309, 748, 125, 1022, 2648, 171, 0, 180, 2383, 197, 235, 1211, 989, 1141, 501, 163, 166, 115, 645, 245, 791, 133, 134, 504, 188, 335, 492, 1432, 193, 21, 1319, 350, 228, 335, 29, 306, 0, 888, 2575, null, 242, 37, 804, 10, 2847, 465, 590, 1, 0, 7, 0, 343, 30, 136, 377, 518, 1767, 5, 230, 0, 888, 481, 82, 888, 0, 102, 888, 480, 297, 160, 844, 113, 1, 236, 278, 304, 888, 117, 80, 0, 0, 335, 888, null, 856, 216, 335, 888, 762, 564, 314, 7, 91, 1952, 0, 627, null, 2070, 49, 250, 1523, 335, 644, 176, 129, 0, 525, 522, 114, 0, 0, 140, 234, 0, 500, 6, 5, 1362, 25, 115, 49, 9, 53, 1925, 335, 380, 404, 109, 70, 335, 353, 210, 715, 336, 210, 1122, null, 147, 755, 0, 789, null, 730, 0, 219, 0, 2281, 216, 257, 624, 93, 0, null, 26, 1611, 186, 91, 0, 663, 50, 698, 311, 654, 137, 0, 458, 311, 24, 979, 312, 107, 259, 1295, 541, 371, null, 217, 869, 678, 72, 209, 505, 85, 298, 235, 425, 1, 138, 0, 3666, 0, 818, 0, 182, 66, 28, 176, 989, 333, 989, 61, 989, 989, 46, 0, 341, 205, 217, 182, 13, 0, 208, 12, 335, 197, 487, 0, 270, 32, 686, 0, 328, 388, 3, 232, 1136, 761, 317, 0, 251, 6, 0, 482, 333, 113, 319, 1179, 786, 0, 770, 904, 1, 370, 0, 1, 462, 1181, 933, 350, 1, null, 1390, 781, 0, 364, 49, 306, 790, 19, 231, 527, 153, 0, 273, 0, 1261, 107, 0, 405, 144, 352, 173, 428, 1297, 186, 0, 459, 860, 34, 786, 371, 84, 0, 68, 189, 131, 520, 0, 734, 216, 1613, 0, 175, 239, 304, 1182, 189, 189, 189, 38, 169, 386, 193, 507, 4, 129, 120, 84, 1105, 189, 1825, null, 500, 80, 284, 247, 89, 16, 2411, 392, 72, 0, 227, null, 93, 41, 903, 975, 869, 39, 1347, 663, 268, 0, 195, 213, 1236, 1024, 1654, 444, 443, 568, 1247, 159, 199, 1483, 157, 744, 401, 442, 1196, 1196, 1196, 300, 1196, 27, 550, 352, 85, 266, 0, 454, 753, 203, 198, 222, 192, 9, 298, 135, 232, 308, 0, 1359, 1447, 2541, 1169, 82, 780, 278, 1208, 0, 186, 1000, 261, 129, 60, 0, 625, 338, 0, 292, 60, 536, 1013, 152, 0, 358, 63, 0, 943, 390, 0, 667, 143, 679, 261, 19, 131, 249, 516, 991, 859, 653, 1533, 6, 75, 1739, 58, 380, 107, 0, 991, 991, 653, 653, 991, 653, 498, 111, 0, 189, 670, 469, 188, 11, 322, 1248, 189, 126, 476, 0, 1317, 729, 162, 1026, 262, 189, 189, 189, 419, 0, null, 1090, 288, 460, 6, 18, 5, 208, 22, 60, 237, 99, 962, 1156, 403, 150, 407, 0, 288, null, 2085, 0, 330, 925, 266, 128, 511, 549, 427, 0, 796, 30, 275, 89, null, 317, 391, 591, 313, 49, 1702, 463, 221, 0, 1797, 275, 407, 94, 63, 113, 0, 13, 371, 171, 262, 574, 15, 228, 1072, 5, 715, 43, 619, 1261, 252, 390, 107, 135, 0, 516, 793, 0, 617, 120, 182, 91, 0, 64, 1008, 985, 679, 679, 679, 679, 74, 727, 365, 159, 559, 621, 153, 713, 1315, 745, 965, 278, 607, 758, 2078, 281, 1371, 345, 1371, 801, 1099, 587, 1934, 218, 9, 807, 352, 1159, 421, 1425, 2, 133, 122, 308, 309, 353, 9, 385, 1359, 1274, 363, 1371, 1371, 69, 318, 326, 0, 40, 273, 300, 293, 22, 165, 360, 0, 437, 437, 437, 437, 3, 0, 179, 145, 16, 98, 317, 233, 429, 852, 233, 307, 873, 306, 552, 210, 134, 985, 90, 36, 924, 676, 0, 10, 51, 142, 0, 338, 866, 2795, 203, 391, 1, 1926, 609, 347, 109, 261, 171, 156, 822, 217, 208, 253, 134, 113, 661, 418, 467, 892, 0, 0, 600, 330, 262, 174, 180, 1873, null, 308, 820, 951, 31, 627, 384, 445, 18, 15, 124, 124, 382, 129, 525, 184, 1150, 612, 7, 205, 0, 328, 202, 2, 42, 28, 88, 46, 72, 2366, 575, 1, 0, null, 168, null, 163, 526, 95, 316, 630, 74, 0, null, 659, 242, 0, 875, 501, 33, 177, 330, 1858, 7, 125, null, 167, 0, 153, 437, null, 437, 437, 1, 0, 83, 19, 5, 1062, 407, 620, 68, 181, 302, 1451, 0, 240, 194, 437, 153, 1318, 55, 389, 667, 1300, 522, 1093, 0, 396, 731, 363, 1242, 37, 399, 328, 1317, 554, 239, 413, 191, 90, 1095, 287, 99, 738, 325, 2597, 52, 784, 727, 699, 863, 0, 883, 952, 252, 2597, 242, 0, 2597, 0, 772, 2597, 350, 374, 631, 180, 729, 662, 875, 2018, 858, 143, 1371, 1869, 1917, 551, 27, 680, 588, 2174, 515, 20, 555, 5, 1884, 125, 108, 435, 316, 245, 108, 41, 154, 108, 1517, 42, 679, 679, 679, 1092, 1152, 345, 1057, 1285, 747, 1371, 68, 389, 6, 364, 1371, 1371, 1038, 101, 389, 405, 346, 672, 2354, 75, 553, 679, 278, 339, 468, 0, 709, 1221, 33, 1744, 206, 1023, 412, 496, 24, 1616, 278, 914, 1136, 447, 1398, 597, 0, 495, 142, 152, 656, 6, 5, 54, 255, 159, 561, 120, 3280, 413, 179, 1139, 1, 0, 95, 236, 70, 644, 335, 13, 61, 194, 440, 235, 438, null, 335, 761, 614, 47, 0, 1103, 0, 349, 34, 0, 0, null, 286, 1007, 20, 1960, 331, 345, 368, 147, 237, 467, 800, 110, 840, 153, 366, 243, 878, 398, 777, 1007, 0, 1200, null, 0, 0, 77, 628, 39, 389, 238, 563, 228, 198, 156, 365, null, 2302, 190, null, 373, null, 77, 839, 1725, 909, 5, 272, 2597, 405, 190, 650, 166, null, 375, 47, 59, 533, 2670, 324, 682, 1560, 0, 143, 704, 583, 0, 387, 556, 5, 625, 2597, 337, 798, 0, 804, 893, 50, 43, 295, 283, 102, 0, 156, 0, 976, 29, 268, 503, 434, 108, 310, 475, 1264, 0, 97, 1191, 4796, 199, 0, 73, 123, 275, null, 0, 604, 231, 188, 0, 342, 676, 685, 0, 495, 748, 688, 1317, 1358, 378, 636, 198, 69, 95, 38, 0, 137, 19, 19, 492, 853, 168, 1778, 2597, 8, 335, 0, 120, 131, 3052, 2597, 414, 421, 218, 18, 137, 242, 223, 991, 165, 991, 140, 0, 991, null, 1825, 200, 50, 36, 952, 308, 2092, 285, 183, 520, 108, 216, 108, 109, 108, null, 54, 991, 1565, 653, 653, 598, 703, 168, 158, 653, 275, 653, 1196, 4695, 1196, 338, 1196, 943, 831, 211, 332, 179, 788, 155, 441, 1196, 145, 0, 343, 226, 529, 1168, 226, 0, 226, 246, 226, 226, 226, 226, 85, 39, 63, 870, 108, 58, 99, 697, 226, 108, 223, 326, 272, 2287, 384, 2383, 1, 0, 1824, 453, 611, 1897, 69, 770, 526, 1814, 255, 255, 785, 758, 255, 301, 249, 1058, 455, 488, 255, 73, 1944, 1814, 1814, 0, 0, 323, 901, 487, 171, 235, 720, 305, 6, 2622, 0, 161, 152, 1231, 299, 502, 971, 0, 539, 36, 1874, 171, 19, 0, 957, 286, 186, 263, 236, 0, 949, 777, 532, 241, 181, 1126, 315, 147, 147, 147, 190, 368, 309, 1142, 13, 157, 321, 2423, 4, 1545, 575, 1386, 147, 840, 885, 84, 1142, 299, 0, 1571, 1690, 622, 10, 424, 412, 128, 330, null, 655, 2671, 0, 156, 968, 114, 8, 36, 270, 3167, 164, 541, 541, 384, 541, 541, 2337, 1140, 342, 422, 611, 0, 26, 110, 339, 854, 796, 1434, 138, 331, null, 113, 1891, 1792, 91, 168, 306, 2208, 272, 1618, 111, 342, 517, 550, 664, 296, 194, 194, 184, 287, 194, 84, 194, 72, 0, 18, 579, 0, 987, 839, 1696, 172, 1, 3162, 171, 2686, 930, 398, 607, 81, 129, 449, 0, 179, 204, 978, 926, 187, 125, 582, 107, 130, 0, 173, 54, 419, null, 1433, 613, 104, 997, 181, 92, 185, 594, 4, 2866, 751, 28, 100, 461, 216, 94, 232, 2003, 468, 78, 1109, 719, 3024, 1394, 445, 583, 0, 210, 1814, 1039, 460, 403, 855, 516, 1143, 1344, 966, 634, 1764, 0, 130, 408, 216, 1638, 300, 541, 541, 541, 541, 855, 957, 345, 436, 614, 796, 881, 998, 1254, 506, 56, 397, 179, 549, 274, 68, 1249, 281, 682, 2290, 1, 603, 841, 291, 1073, 1018, 753, 363, 147, 805, 2331, 2331, 2331, 2331, 167, 167, 147, 167, 220, 1007, 5, 506, 226, 28, 831, 0, 167, 102, 536, 147, 363, 363, null, 363, 3, 27, 418, 356, 519, 0, 431, 341, 732, 283, 5, 147, 634, 685, 1285, 2118, 159, 417, 2351, 141, 0, 1555, 866, 685, 233, 154, 234, 489, 909, 1, 34, 0, 912, 265, 19, 853, 657, 90, 222, 24, 1461, 395, 24, 0, 2051, 5, 1321, 276, 118, 372, 307, 546, 612, 555, null, 0, 1566, 110, 1718, 862, 1, 217, 636, 200, 1029, 197, 397, 1834, 20, 602, 155, 0, 382, 255, 255, 255, 255, 3951, 169, null, 209, 601, 693, 481, 228, 1527, 518, 31, 92, 328, 656, 137, 65, 244, 156, null, 1614, 0, 3, 340, 0, 700, 154, 862, 862, 862, 1103, 525, 147, 1531, 145, 43, 1063, 1430, 270, 342, 601, 167, 34, 167, 254, 167, 167, 836, 332, 306, 754, 1099, 137, 1060, 0, 1, 316, 637, 716, 0, 703, 120, 1957, 107, 415, 393, 9, null, null, 0, 196, 772, 2947, 0, 657, 895, 310, 9, 137, 6, 111, 642, 587, 194, 150, 1071, 530, 120, 1936, 431, 142, 639, 412, 1153, 492, 37, 8, 583, 70, 804, 1903, 0, 0, 1246, 3, 1067, 0, 363, 384, 363, 0, 363, 363, 0, 1037, 607, 220, 78, 116, 1411, 2659, 5, 1990, 256, 687, 1206, 1383, 1175, 0, 1490, 680, 1013, 289, 1757, 16, 1153, 1208, 35, 2, 4, 674, 674, 674, 674, 51, 318, 605, 1435, 52, 742, 0, 478, 170, 0, 1179, 351, 56, 151, 1099, 41, 492, 621, 447, 468, 1165, 352, 180, 2079, 191, 59, 770, 358, 0, 190, 323, 84, 30, null, 31, 1004, 125, 89, 1371, 0, 1384, 1500, 549, 104, 121, 476, 0, 0, 1139, 1163, 1001, 233, 1342, 1078, 380, 157, 829, 1331, 0, 10, 990, 112, 1028, 510, 377, 420, 194, 194, 0, 194, 223, 194, 55, 10, 792, 674, 69, 193, null, 2, 674, 312, 1814, 0, 193, 641, 2053, 674, 674, 524, 510, 305, 302, 1, 1034, 1048, 131, 424, 286, 259, 1214, 1890, 139, 233, 523, 160, 145, 2, 92, 1112, 0, 1262, 153, 0, 531, 234, 2, 739, 0, 1814, 401, 2052, 518, 1155, 1102, 389, 808, 1500, 87, 711, 862, 862, 458, 84, 862, 154, 658, 356, 1696, 633, 862, 542, 166, 225, 233, 537, 1134, 988, 300, 120, 702, 360, 216, 780, 0, 191, 29, 1140, 408, 499, 1814, 1964, 900, 187, 884, 190, 1326, 206, 85, 617, 1814, 342, 318, 249, 1339, 220, 83, 704, 927, 0, 726, 126, 601, 333, 587, 125, 331, 624, 139, 2113, 99, 218, 543, 537, 187, 1238, 601, 395, 0, 1345, 28, 228, 353, 96, 488, 1068, 196, 108, 263, 2145, 332, 616, 152, 368, 863, 174, 76, 485, 4, 274, 1804, 1317, 82, 90, 1322, 61, 141, 587, 691, 845, 1159, 246, 197, 259, 367, 0, 210, 173, 2286, 1673, 136, 693, 380, 99, 1, 2331, 2331, 2331, 468, 584, 150, 195, 918, 2331, 105, 701, null, 488, 249, 482, 395, 2031, 875, 0, 1737, 262, 325, 396, 1043, 0, 852, 988, 1420, 421, 389, 445, 625, 2658, 325, 37, 971, 221, 144, 1130, 469, 156, 387, 2038, 234, 451, 150, null, 433, 235, 11, 80, 510, 104, 336, 615, 337, 1, 1110, 573, 728, 1712, 239, 551, 416, 187, null, 1436, 1424, 373, 2, 89, 8, 644, 566, 2264, 34, 0, 706, 3, 48, 1925, 179, 221, 570, 0, 82, 57, 235, 284, 2, 1492, 1181, 296, 193, 463, 154, 267, 1082, 373, 1103, 633, 1936, 320, 0, 245, 1301, 424, 618, 714, 376, 99, 419, 467, 113, 252, 280, 479, 2095, 280, 280, 280, 80, 70, 378, 34, 325, 837, 610, 266, 0, 23, 448, 23, 13, 795, 325, 455, 43, 1833, 1856, 218, 182, 137, 1654, 1846, 1272, 1133, null, 463, 280, 740, 325, 325, 134, 280, 510, 280, 325, 1134, 497, 2242, 365, 3668, 16, 416, 152, 325, 338, 200, 916, 750, 316, 664, 831, 1967, 1641, 2764, 217, 3421, 1849, 280, 611, 279, 1604, 718, 0, 419, 954, 1595, 11, 976, 38, 268, 116, 118, 2026, 1183, 701, 139, 557, 182, 368, 0, 177, 37, 235, null, 429, 232, null, 541, 495, 1592, 291, 3336, 377, 142, 247, 767, 3, 34, 1020, 667, 1, 358, null, 1203, 13, 70, 237, 333, 342, 201, 128, 300, 245, 181, 2527, null, 334, 1808, 529, 598, 461, 588, 188, 847, 746, 79, 35, 175, 371, 489, 118, 128, 297, 991, 42, 5120, 331, 12, 272, 231, 225, 738, 341, 231, 426, 1602, 521, 7, 241, 1037, 1732, 467, 739, 6, 1228, 689, 1092, 217, 829, 0, 182, 2885, 576, 906, 177, 359, 481, 184, 1040, 1200, 517, 197, 0, 165, 176, 940, 3459, 620, 414, 538, 265, null, 1170, 1190, 7, 7, 412, 497, 547, 0, 692, 529, 4, 347, 272, 2891, 559, 643, 6, 59, 1027, 196, 0, 469, 921, 177, 1324, 829, 745, 18, 97, 921, 120, 160, 0, 513, 20, 841, 2182, 369, 879, 1048, 1265, 1181, 1049, 153, 466, 1150, 508, 1532, 1545, 99, 748, 579, 162, 187, 651, 520, 23, 316, 309, 564, 1869, 7, 764, 229, 176, 488, 24, 41, 466, 301, 569, 863, 396, null, 126, 292, 1707, 8, 84, 497, 984, 609, 330, 4, 315, 213, 2658, 454, 1757, 0, 5, 1527, 1789, 109, 693, 45, 1793, 783, 849, 162, 151, 1165, 136, 125, 1058, 851, 628, 106, 13, 416, 1816, 1905, 1236, 5504, 83, 518, 0, 1344, 255, null, 563, 710, 157, 229, 20, 430, 1473, 1, 1493, 242, 1527, 161, 321, 28, 1486, 594, 147, 0, 1600, 315, 461, 2280, 1953, 224, 900, 141, 506, 132, 1479, 104, 231, 177, 9, 377, 1025, 935, 440, 1854, 1794, null, 960, 78, 169, 805, 2037, 0, 157, 26, 1254, 2434, 1625, 879, null, 443, 1938, 376, 541, 633, 852, 3396, 634, 688, 419, 0, 95, 561, 843, 767, 0, 600, 202, 1924, 229, 370, 1, 0, 322, 148, 3, 178, 179, 401, 228, 2144, 80, 0, 1674, 2242, 4, 779, 201, 0, 468, 15, 82, 118, 1438, 275, 5, 59, 21, 432, 222, 524, 0, 331, 314, 12, 1243, 342, 166, 0, 87, 634, 236, 406, 419, 1003, 1405, 58, 390, 1608, 692, 304, 2483, 221, 110, 85, 357, 254, 764, 334, 918, 386, 325, 149, 298, 698, 4353, 547, 0, 264, 1217, null, 963, 574, 433, 923, 802, 269, 76, 855, 81, 127, 2766, 1085, 579, 494, 715, 130, 25, 1028, 766, 2090, 1106, 904, 944, null, 1930, 775, 1359, 1035, 1221, 1490, 1040, 289, 1930, 1930, 488, 1930, 1930, 520, 590, 1930, 1930, 97, 446, 1039, 421, 1930, 2659, 1930, 35, 616, 434, 758, 305, 285, 1930, 191, 301, 1930, 947, 723, 458, 104, 456, 1010, 145, 1175, 509, 161, null, 62, 624, 563, 691, 160, 25, 526, 1930, 415, 141, 1930, 1036, 1415, 98, 502, 704, 0, 2, 115, 69, 178, 542, 1749, 182, 902, 140, 957, 954, 173, 187, 748, 191, 191, 191, 1250, 544, 750, 303, 1094, 648, 351, 496, 215, 101, 5, 0, 473, 945, 1407, 1171, 542, 38, 529, 596, 314, 170, 135, 298, 1228, 608, null, 0, 791, 237, 237, 2, 1001, 690, 567, 571, 221, 783, 1170, 131, 1573, 334, 0, 0, 3233, 419, 130, 408, 767, 3113, 0, 17, 326, 331, 231, 455, 1120, 1072, 0, 756, 1322, 664, 343, 17, 230, 237, 44, 69, 193, 473, 237, 194, 2281, 11, 1205, 237, 823, 1071, 747, 237, 0, 1424, 87, 237, 585, 488, null, 345, 602, 145, 433, 902, 129, 353, 504, 1769, 1194, 186, 0, 2493, 125, 45, 413, 704, 237, 1084, 236, 496, 314, 0, 271, 67, 375, 1722, 192, 1190, 412, 820, 237, 0, 699, 149, 686, 0, 186, 22, 1930, 191, 191, 191, 2082, 215, 533, 191, 2, 0, 197, 424, 261, 73, 771, 1642, 21, 169, 2082, 958, 1280, 0, 144, 734, 2182, 2082, 1848, 521, 632, 370, 201, 163, 2082, 127, 86, null, 771, 472, 387, 424, 1285, 86, 184, 0, null, 864, 1930, 923, 163, 1433, 1139, 460, 889, 309, 788, 283, 345, 272, 0, 204, 658, 33, 1110, 2082, 2082, 335, 2082, 703, 2082, 510, 202, 414, 134, 908, 314, 0, 1425, 209, 1445, 1442, 366, 170, 231, 388, 314, 5, 1011, 586, 164, 1586, 292, 604, 285, 124, 1360, 225, 77, 351, 146, 27, 298, 590, 199, 328, 558, 772, 132, 1930, 1930, 1930, 903, 66, 233, 634, null, 51, 167, 1529, 2612, 118, 599, 986, 240, 0, 59, 852, 537, 561, 1930, 1930, 1930, 1930, 1930, 1930, 697, 528, 514, 38, 472, 524, 11, 691, 555, 1848, 166, 1011, 352, 0, 1096, 1062, 2014, 0, 0, 1474, 17, 438, 1692, 866, 1612, 1396, 4, 474, 0, 910, 409, 28, 289, 2498, 1065, 1566, 588, 1171, 1, 0, 1164, 137, 108, 241, 72, 121, 326, 659, 264, 90, 79, 763, 533, 1930, 638, 78, 1930, 1217, 1143, 1381, 447, 272, 812, 1126, 363, 1697, 491, 91, 113, 811, 811, 105, 108, 811, 811, 482, 19, 2099, 897, 1930, 597, 1100, 890, 240, 352, 1470, 150, 234, 384, 135, 299, 906, 259, 3331, 328, 307, 421, 365, 571, 2416, 2, 849, 951, 0, 1405, 189, 59, 2137, 319, 0, 484, 2116, null, 426, 0, 504, 6, 369, 18, 557, 0, 1003, 450, 691, 558, 754, 550, 2315, 274, 1118, 3, 402, 502, 144, 259, 51, 811, 811, 597, 811, 532, 295, 811, 2082, 377, 728, 1157, 782, 1113, 1023, 200, 535, 394, 529, 585, 23, 678, 1740, 205, 604, 0, 436, 669, 407, 758, 204, 404, 332, 1180, 251, 543, 202, 1640, 808, 1730, 194, 191, 1460, 192, 110, 671, 0, 1142, 1147, 1462, 392, 41, 253, 284, 145, 991, 1550, 537, 1692, 585, 605, 511, 1967, 590, 764, 236, 282, 175, 1089, 159, 257, 0, 253, 58, 618, 11, 11, 108, 180, 307, 449, 1156, 430, 395, 313, 633, 155, 727, 434, 786, 62, 3737, 326, 885, 1185, 0, 335, 11, 11, 11, 11, 11, 11, 11, 207, 0, 187, 182, 136, 59, 1049, 342, 897, 751, 131, 1329, 320, 801, 135, 602, 469, 44, 126, 1544, 28, 426, 931, 476, 476, 476, 476, 198, 481, 476, 191, 714, 541, 816, 176, 185, 885, 818, 188, 0, 386, 1990, 1990, 1990, 7, 1990, 1042, 629, 151, 8, 627, 476, 1663, 476, 22, 454, 706, 170, 2661, 555, 170, 201, 118, 1990, 1990, 1990, 450, 209, 3020, 222, 307, 1990, 997, 283, 585, 14, 1058, 1547, 2119, 2, 298, 481, 1731, 774, 568, 1313, 1220, 542, 324, 1118, 281, 778, 476, 1184, 993, 0, 361, 20, 54, 732, 1215, 223, 3558, 3253, 137, 106, 0, 987, 2771, 0, 56, 79, 796, 874, 1722, 1188, 556, 0, 312, 514, 439, 9, 1299, 184, 485, 770, null, 1, 14, 553, 907, 1399, 1242, null, 632, 548, 207, 87, 380, 1227, 413, 1701, 615, 386, 607, 1258, null, 168, 245, 1292, 527, 73, 272, 615, 1608, 438, 1597, 526, 9, 1426, 33, 1723, 2283, 100, 280, 675, 11, 60, 116, 204, 707, 285, 11, 847, 950, 1498, 554, 2356, 313, 1740, 408, 111, 266, 0, 561, 537, 1594, 1030, 234, 820, 248, 189, 3, 492, 1446, 433, 458, 999, 2086, 815, 11, 1835, 28, 13, 255, 146, 499, 166, 1695, 291, 87, 368, 841, 877, 137, 355, 470, 97, 2083, 11, 11, 628, 11, 1213, 734, 1116, 642, 11, 11, 49, 742, 409, 304, 11, 289, 55, 2172, 272, 289, 54, 220, 374, 449, 821, 117, 166, 1574, 0, 161, 1022, 2253, 11, 567, 390, 1045, 1855, 2488, 651, 319, 857, 240, 692, 485, 82, 295, 1849, 1397, 962, 253, 11, 799, 84, 519, 201, 0, 19, 206, 153, 452, 61, 1286, 11, 176, 355, 795, 0, 991, 302, 7, 8, 468, 528, 17, 342, 423, 1728, 278, 142, 1578, 459, 733, null, 1380, 11, 11, 1380, 1035, 82, 3114, 750, 0, 11, 11, 183, 50, 14, 11, 11, 709, 871, 234, 16, 695, 167, 207, 521, 1753, 1731, 452, 104, 550, 1206, 517, 468, 243, 454, 330, 1617, 539, 1663, 0, 191, 158, 2141, 201, 0, 1501, 0, 1666, 335, 728, 565, 251, 2343, 573, 1483, 35, 1512, 1112, 1153, 84, 1331, 4, 0, 808, 389, 114, 793, 488, 1448, 949, 283, 668, 595, 2616, 2249, 216, 375, 377, 22, 358, 2525, 1495, 682, 84, 494, 922, 142, 961, 552, 1895, 701, 349, 1967, 2128, 427, 327, 208, 231, 232, 436, 1077, 829, 1419, 3624, 302, 161, 558, 76, 800, 2555, 389, 601, 536, 2680, 800, 1158, 25, 800, 800, 2039, 934, 1915, 738, 1379, 309, 550, 335, 293, 0, 207, 2543, 679, 251, 1387, 1454, 2408, 1680, 1425, 929, 563, 317, 129, 516, 323, 687, 25, 0, 2350, 95, 671, 593, 2111, 162, 1492, 63, 2149, 740, 738, 1555, 1401, 1387, 913, 70, 398, 4247, 462, 258, 210, 965, 571, 1, 154, 1013, 136, 755, 181, 595, 383, 482, 1170, 288, 2236, 79, 146, 875, 375, 660, 347, 318, 410, 202, 399, 195, 491, 1119, 67, 2, 259, 32, 218, 800, 97, 63, 180, 1599, 388, 1112, 1621, 1199, 363, 104, 177, 145, 384, 1205, 57, 703, 564, 782, 174, 1596, 800, 433, 800, 3106, 581, 1994, 1099, 3589, 1434, 418, 800, 286, 107, 343, 436, 269, 1022, 286, 2723, 423, 67, 536, 686, 893, 473, 0, 37, 434, 105, 268, 609, 16, 1106, 1641, 1, 239, 112, 1084, 135, 572, 680, 639, 681, 1284, 68, 258, 1282, 0, 246, 1736, 942, 570, 3474, 145, 1587, 20, 2333, 24, 0, 1, 435, 933, 109, 0, 253, 1380, 2, 994, 486, 249, 323, 959, 309, 196, 340, 248, 55, 644, 606, 482, 270, 2296, 489, 889, 1844, 0, 203, 270, 1245, 556, 637, 53, 87, 1563, 1087, 1127, 688, 1335, 122, 1665, 2085, 128, 1118, 555, 92, 197, 802, 259, 640, 181, 1570, 163, 646, 1166, 1486, 595, 362, 3, 3351, 7, 1221, 1836, 1581, 275, 103, 315, 315, 315, 1503, 984, 315, 280, 557, 881, 17, 856, 1067, 315, 1034, 461, 650, 1152, 742, 1972, 370, 556, 887, 973, 2084, 38, 288, 1322, 875, 1132, 23, 11, 0, 18, 515, 0, 1527, null, 282, 539, 132, 422, 979, 259, 343, 183, 0, 299, 5, 179, 1348, 2127, 130, 727, 706, 616, 310, 61, 849, 2, 357, 2660, 706, 730, 948, 0, 111, 460, null, 136, 1455, 3248, 3248, 1, 278, 3248, 3248, 578, 49, 966, 187, 527, 98, 1168, 1745, 268, 268, 184, 719, 683, 199, 616, 240, 787, 1603, 1016, 563, 26, 1385, 361, 460, 155, 0, 1158, 1925, 2002, 268, 328, 159, 268, 1179, 99, 315, 315, 1378, 315, 1591, 124, 294, 2134, 105, 315, 573, 120, 361, 382, 1296, 374, 832, 1391, 853, 996, 18, 254, 1133, 395, 535, 2914, 1701, 223, 528, 417, 0, 417, 1122, 307, 1498, 417, 417, 268, 1365, 222, 1681, 1948, 862, 1747, 609, 0, 116, 268, 98, 856, 909, 517, 26, 275, null, 413, 204, 25, 465, 840, 105, 944, 460, 1869, 147, 517, 0, 1141, 517, 1640, 377, 517, 315, 140, 297, 517, 517, 499, 874, 1318, 436, 179, 210, 153, 717, 338, 1050, 445, 681, 1223, 1146, 655, 3221, 268, 711, 2165, 498, 54, 1092, 62, 129, 2840, 253, 592, 3728, null, 915, 621, 2876, 873, 798, 669, 864, 469, 1487, 732, 1487, 1408, 650, 1487, 827, 907, 303, 383, 149, 1305, 167, 304, 17, 421, 1487, 504, 268, 3248, 688, 2496, 257, 486, 534, 775, 517, 524, 278, 910, 79, 413, 1079, 3114, 101, 1732, 880, 1264, 727, 298, 93, 23, 1736, 1527, 203, 1, 1335, 90, 98, 493, null, 417, 0, 417, 417, 1, 73, 210, 417, 426, 16, 123, 530, 207, 2264, 515, 357, 1043, 713, 240, 471, 228, 3248, 419, 3248, 1115, 1487, 488, 3248, 517, 417, 1487, 1487, 1139, 1487, 1029, 340, 674, 1, 656, 261, 546, 2088, 990, 2408, 15, 363, 425, 520, 1289, 4, 2088, 109, 188, 276, 763, 373, 752, 709, 267, 1680, 1442, 55, 1302, 637, 151, 2088, 678, 978, 831, 522, 2088, 1343, 193, 1029, 376, 1251, 2503, 166, 1791, 1029, 1029, 281, 1892, 1420, 502, 1580, 346, 1029, 158, 630, 381, 951, 1631, 1035, 1035, 1035, 531, 319, 1035, 1029, 1158, 0, 740, 558, 64, 1266, 928, 688, 36, 1093, 1029, 60, 1314, 393, 820, 0, 989, 1958, 62, 280, 861, 755, 2010, 305, 226, 1597, 314, 256, 33, 636, 191, 0, 1, 1, 428, 41, 574, 386, 1029, 1065, 2242, 308, 629, 2562, 2997, 0, 1168, 509, 78, 917, 713, 1161, 2, 188, 155, 740, 339, 1, 1108, 33, 1188, 379, 1042, 1631, 1848, 35, 2654, 414, 82, 72, 2, 2829, 363, 638, 76, 202, 580, 2072, 1774, 1023, 2042, 692, 519, null, 1621, 954, 834, 2837, 2570, 553, 739, 1003, 231, 300, 1460, 0, 1095, 86, 1, 3346, 23, 1553, 1177, 240, 142, 668, 601, 381, 21, 884, 984, 622, 790, 640, 1035, 1035, 156, 1035, 714, 1035, 377, 1336, 90, 812, 588, 218, 864, 152, 28, 1715, 2435, 3816, 1706, 1637, 657, 86, 154, 91, 64, 344, 272, 2110, 560, 557, 1748, 673, 1024, 730, 826, 42, 1178, 2051, 187, 40, 1106, 520, 215, 441, 127, 1274, 1082, 1476, 121, 282, 315, 434, 1119, 1483, 3825, 147, 272, 156, 290, 4, 668, 974, 1362, 3860, 439, 1112, 317, 815, 1004, 987, 8, 322, 2559, 240, 1033, 292, 675, 1424, 1392, 2088, 2088, 2088, 2088, 1234, 165, 1571, 1443, 366, 0, 1130, 1078, 956, 448, 541, 932, 57, 153, null, 398, 920, 0, 35, 209, 0, 929, 1068, 2078, 281, 1337, 1481, 875, 452, 491, 2478, 1069, 1513, 1710, 939, 464, 1269, 200, 1050, 87, 1, 855, 517, 65, 985, 1327, 97, 436, 1336, 628, 74, 418, 408, 298, 263, 1285, 677, 120, 226, 1002, 379, 0, 2, 1067, 213, 1106, 161, 1453, 754, 151, 1486, 305, 1021, 208, 985, 781, 35, 416, 370, 0, 896, 480, 1678, 1024, 1899, 1347, 1558, 940, 312, 313, 2462, 1871, 600, 125, 2429, 750, 984, 1222, 1213, 740, 2155, 320, 810, 200, 1164, 509, 1122, 351, 0, 880, 524, 364, 13, 777, 895, 446, 707, 514, 761, 1661, 877, 987, 59, 793, 2214, 1679, 775, 432, 614, 125, 230, 257, 1645, 439, 606, 1145, 4591, 935, 805, 759, 3, 894, 407, 128, 1291, 2981, 785, 142, 483, 690, 71, 726, 87, 202, 1204, 714, 863, 1871, 1638, 361, 18, 756, 0, 1138, 621, 216, 1159, 718, 232, 1131, 3029, 1768, 1562, 699, 328, 196, 315, 65, 623, 778, 1197, 484, 813, 1047, 449, 111, 310, 376, 2123, 959, 452, 285, 739, 4210, 643, 1680, 448, 697, 1039, 756, 160, 601, 1023, 103, 1030, 720, 1502, 2318, 1144, 1194, 586, 448, 226, 2611, 1921, 2016, 726, 341, 293, 431, 121, 1284, 725, 605, 307, 584, 1371, 821, 931, 584, 584, 584, 1290, 1290, 1290, 1144, 22, 184, 2172, 2652, 239, 0, 1341, 565, 109, 1065, 247, 458, 1811, 638, 1874, 1181, 497, 0, 999, 1688, 1467, 799, 1396, 368, 868, 655, 1290, 623, 2677, 77, 645, 889, 0, 1290, 1290, 1067, 2196, 695, 277, 431, 790, 616, 585, 4372, 1055, 985, 451, 905, 394, 1273, 193, 0, 1316, 351, 804, 748, 116, 2647, 904, 1190, 1290, 1290, 1824, 2810, 958, 3232, 1201, 1124, 714, 584, 584, 584, 946, 1960, 584, 216, 481, 629, 1009, 305, 29, 942, 1915, 61, 1527, 9, 1466, 23, 78, 526, 703, 1477, 702, 276, 8, 129, 1051, 358, 398, 444, 124, 124, 124, 205, 124, 216, 730, 233, 2854, 2524, 825, 33, 867, 39, 697, 367, 146, 1211, 362, 42, 1594, 743, 2101, 373, 576, 614, 78, 342, 1061, 0, 1217, 876, 1128, 279, 1127, 463, 690, 930, 185, 124, 124, 850, 124, 124, 178, 1382, 1629, 612, 3036, 335, 3, 723, 235, 231, 149, 287, 607, 1176, 330, 684, 2583, 1582, 1440, 567, 483, 1500, 735, 1212, 449, 706, 453, 1830, 314, 190, 1572, 997, 367, 632, 656, 628, 330, 212, null, 213, 2224, 428, 2477, 753, 353, 672, 807, 596, 1601, 794, 1377, 552, 806, 314, 130, 28, 0, 737, 314, 648, 711, 333, 850, 754, 970, 2809, 1684, 314, 8, 1367, 1131, 1030, 792, 314, 1078, 226, 4646, 314, 1712, 1294, 1622, 314, 1712, 1486, 97, 1712, 1712, 476, 1169, 464, 257, 274, 110, 533, 1786, 1028, 88, 138, 314, 234, 211, 1433, 182, 757, 1712, 686, 1712, 220, 1712, 380, 1712, 420, 560, 171, 267, 543, 0, 354, 761, 337, 150, 782, 579, 166, 969, 793, 202, 135, 40, 60, 792, 1114, 621, 256, 42, 253, 602, 327, 397, 268, 1987, 1265, 348, 120, 164, 240, 450, 2434, 405, 918, 1010, 461, 400, 151, 598, 968, 2647, 620, 499, 1219, 1093, 824, 0, 297, 251, 1498, 11, 615, 82, 438, 368, 0, 182, 391, 374, 374, 374, 161, 374, 1719, 1361, 674, 314, 374, 1418, 1944, 694, 0, 1384, 1858, 374, 48, 374, 918, 494, 89, 374, 217, 340, 825, 211, 1402, 667, 1838, 875, 2701, 166, 674, 92, 2050, 289, 876, 242, 1163, 1440, 655, 1103, 489, 157, 469, 1261, 226, 0, 1568, 968, 305, 1031, 915, 3151, 725, 377, 1567, 313, 764, 195, 1358, 465, 1563, 1859, 280, 191, 3, 1148, 146, null, 828, 937, 413, 236, 631, 799, 1074, 100, 384, 394, 189, null, 859, 67, 708, 336, 778, 500, 579, null, 1408, 1408, 278, 1074, 215, 1074, 216, 627, 1408, 1554, 973, 852, 216, 519, 1074, 485, 1592, 1780, 1408, 2257, 294, 1861, 892, 466, 1532, 463, 1749, 1422, 489, 1135, 214, 1153, -1, 885, 695, 3445, 25, 975, 1074, 1074, 276, 105, 96, 144, 199, 310, 991, 1179, 0, 684, 1569, 1114, 354, 84, 3883, 2242, 92, 1224, 459, 31, 16, 497, 2210, 1272, 126, 1539, 1120, 369, 1129, 878, 810, 878, 878, 638, 604, 216, 1408, 1408, 1408, 872, 1408, 24, 3473, 605, 761, 499, 878, 65, 1074, 1074, 268, 451, 1025, 493, 878, 613, 937, null, 878, 878, 878, 167, 357, 0, 564, 778, 1690, 2552, 203, 1, 650, 599, 112, 1160, 2741, 594, 2271, 1172, 11, 76, 3837, 544, 1461, 6585, 945, 4903, 402, 162, 2576, 1739, 0, 257, 256, 858, 826, 1333, 1329, 1509, 565, 2607, 374, 2024, 539, 1193, 1557, 1758, 320, 891, 800, null, 1327, 2243, 2243, 332, 4452, 2243, 2243, 356, 1216, 2243, 2243, 481, 2243, 0, 2243, 875, 1356, 558, 1029, 1965, 648, 328, 56, 795, 793, 2243, 176, 383, 130, 1147, 1147, 215, 325, 328, 301, 785, 281, 1147, 1147, 372, 324, 278, 815, 228, 361, 942, 65, 372, 1040, 1887, 1168, 842, 434, 9733, 206, 1138, 241, 395, 286, 384, 1446, 2243, 931, 184, 2572, 2756, 1147, 1147, 640, 1147, 1411, 1147, 552, 58, 2243, 500, 12, 1115, 5, 708, 878, 448, 2243, 411, 531, 834, 2893, 558, 617, 798, 191, 115, 181, 605, 1191, 760, 903, 174, 804, 1707, 0, 635, 351, 75, 2993, 1396, 1863, 2243, 1515, 2243, 2243, 460, 670, 429, 2243, 1488, 2243, 746, 1847, 2243, 2243, 405, 2243, 2243, 2243, 2243, 2243, 1553, 3390, 20, 622, 399, 2243, 186, 2113, 2243, 2868, 2243, 127, 206, 159, 1889, 101, 260, 3765, 1097, 5878, 1269, 592, 895, 1784, 425, 546, 960, 1354, 133, 66, 1215, 409, 264, 610, 1220, 457, 953, 463, 109, 652, 1508, 60, 714, 987, 407, 425, 1485, 669, 1853, 18, 21, 623, 1472, 949, 268, 293, 543, 199, 326, 1269, 635, 2321, 1263, 1221, 1700, 1263, 1263, 74, 1263, 2321, 32, 561, 435, 1894, 1335, 2321, 1894, 1894, 2321, 609, 1580, 739, 1580, 118, 1263, 1894, 2211, 1263, 1580, 1263, 457, 507, 1242, 1348, 2442, 1580, 1580, 1580, 1731, 1580, 1580, 245, 1049, 1580, 225, 1580, 1580, 1580, 1434, 1767, 2628, 421, 1925, 2699, 1587, 248, 303, 225, 1135, 1567, 1263, 0, 189, 478, 2321, 859, 1580, 1580, 1580, 515, 1580, 1580, 1894, 1894, 2321, 1888, 411, 1580, 153, 2017, 182, 162, 1765, 1580, 237, 1894, 1894, 585, 1195, 1580, 2321, 253, 1580, 105, 276, 623, 1580, 1580, 657, 227, null, 1580, 2321, 614, 1580, 255, 1580, 513, 1580, 945, 1821, 346, null, 601, 1, 49, 171, 2415, 628, 110, 104, 604, 0, 622, 483, 1, 167, 281, 483, 537, 1893, 1303, 687, 1064, 189, 504, 7, null, 270, 1531, 215, 308, 169, 320, 699, 140, 247, 483, 1896, 742, 830, 1508, 1311, 1946, 1356, 263, 587, 593, 575, 1439, 864, 1756, 483, 483, 162, 483, 238, 6, 0, 365, 384, 394, 170, 21, 1, 886, 161, 798, 1744, 1961, 582, 670, 2275, 90, 2, 1021, 168, 70, 32, 67, 263, 1161, 670, 120, 425, 798, 1152, 343, 688, 1561, 427, 1580, 129, 472, 791, 2012, 609, 493, 1685, 571, 145, 1676, 1867, 517, 1732, 2086, 483, 2466, 1293, 1261, 483, 205, 369, 763, 431, 1, 436, 72, 263, 1928, 34, 533, 508, 1454, 2445, 742, 191, 26, 206, 1928, 1841, 1928, 374, 2256, 1319, 1928, 344, 3125, 285, 2898, 830, 4024, 421, 519, 830, 230, 830, 419, 2839, 1928, 3391, 1337, 1663, 1928, 408, 278, 1998, 596, 1928, 2045, 2246, 140, 405, 2746, 825, 1928, 0, 466, 830, 1611, 1347, 210, 3205, 1117, 2377, 899, 1203, 2106, 1070, 519, 1331, 1051, 2329, 1218, 401, 1050, 636, 507, 660, 1694, 1210, 120, 3093, 186, 761, 244, 417, 956, 419, 2380, 770, 1394, 133, 407, 830, 488, null, 2453, 713, 431, 2090, 1662, 897, 1751, 830, 464, 591, 48, 858, 1149, 1202, 823, 209, 531, 273, 557, 1129, 688, 595, 10, 830, 830, 704, 1014, 522, 785, 785, 1534, 1247, 227, 1153, 498, 1347, 264, 2847, 372, 1471, 1174, 368, 1063, 41, 203, 785, 1426, 1307, 503, 785, 785, 785, 2935, 785, 785, 901, 393, 680, 393, 393, 1028, 889, 776, 995, 28, 267, 901, 1545, 27, 393, 352, 1706, 2861, 531, 1950, 1718, 707, 1091, 2617, 1, 1428, 526, 987, 2038, 2617, 901, 2617, 1619, 2280, 69, 290, 1286, 1347, 212, null, 1543, 902, 698, 397, 31, 1148, 275, 785, 2617, 705, 901, 393, 2126, 1108, 0, 781, 1372, 297, 901, 901, 901, 843, 684, 1521, 96, 213, 901, 350, 546, 482, 357, 2535, 1485, 571, 912, 2617, 2617, 1340, 579, 3381, 382, 818, 118, 1554, 95, 1056, 2684, 2617, 2617, 539, 1279, 707, 393, 615, 36, 3038, 652, 694, 303, 2379, 806, 1159, 2213, 1644, 393, 0, 188, 857, 433, 4318, 393, 0, 304, 3149, 365, 1654, 1451, 413, 466, 797, 1267, 1057, 261, 2152, 990, 754, 1529, 1167, 2593, 3035, 785, 2658, 934, 3454, 1233, 538, 460, 3042, 1099, 22, 1806, 473, 50, 254, 700, 2600, 2783, 1673, 903, 462, 329, 287, 683, 428, 484, 181, 1944, 1798, 908, 908, 908, 908, 2253, 1451, 1021, 3357, 1127, 773, 1290, 13, 404, 646, 493, 436, 332, 1022, 2098, 2173, 757, 3186, 212, 1305, 908, 908, 137, 2205, 379, 428, 1194, 1389, 958, 908, 1579, 886, 908, 1075, 952, 87, 1519, 155, 1798, 469, 932, 3368, 310, 1651, 2521, 2425, 1125, 920, 261, 1505, 1700, 468, 291, 590, 9, 1339, 1271, 2578, 346, 154, 405, 1232, 722, 343, 65, 658, 1091, 278, 1485, 1380, 473, 1944, 919, 424, 502, 116, 163, 0, 1104, 970, 71, 1467, 2415, 781, 659, 1536, 662, 559, 635, 784, 1766, 15, 1374, 286, 117, 1565, 1565, 1565, 1565, 1565, 15, 1565, 1565, 658, 2238, 495, 880, 1565, 703, 1504, 2122, 2470, 1769, 1982, 1, 325, 1923, 2363, 1093, 3845, 1804, 621, 642, 145, 1469, 232, 567, 768, 1541, 1737, 2559, 650, 3275, 1737, 2450, 965, 524, 2919, 623, 666, 377, 1476, 962, 0, 1112, 440, 240, 1889, 113, 484, 359, 1128, 418, 569, 1070, 3056, 1271, 365, 917, 779, 1737, 3180, 537, 1047, 3267, 1737, 1737, 449, 2209, 3729, 2313, 2646, 2767, 2646, 327, 2646, 1333, 436, 360, 2646, 124, 7, 1143, 421, 952, 888, 318, 1737, 395, 323, 2331, 1737, 1043, 1834, 1737, 1506, 1828, 1116, 1600, 1828, 1828, 1828, 420, 8635, 1623, 727, 157, 2646, 2646, 2646, 1504, 1828, 189, 2646, 1828, 1828, 1828, 328, 1166, 1807, 724, 546, 657, 131, 1064, 1335, 958, 819, 1356, 706, 155, 618, 98, 601, 1107, 91, 666, 610, 1612, 799, 792, 195, 49, 2103, 292, 1615, 422, 1788, 703, 742, 517, 3429, 1137, 347, 1271, 814, 3660, 2575, 2452, 1894, 527, 829, 616, 0, 644, 600, 1294, 1432, 659, 917, 1752, 2561, 224, 3127, 1289, 1309, 2275, 2186, 247, 1033, 1842, 605, 1756, 285, 2603, 65, 1842, 346, 1154, 1765, 356, 686, 993, 9, 502, 418, 221, 184, 489, null, 63, 1848, 448, 1536, 492, 162, 876, 430, 2503, 2486, 2674, 767, 959, 181, 276, 811, 2960, 415, 1102, 882, 2340, 3444, 1000, 718, 7, 1554, 1137, 221, 702, 379, 806, 271, 1147, 1514, 498, 1373, 1848, 599, 336, 2052, 1273, null, 3339, 515, 251, 53, 848, 348, 5006, 690, 2960, 112, 5, 2960, 2960, 2960, 2960, 2960, 2960, 2960, 1198, 742, 207, 2960, 2960, 276, 2960, 2960, 2960, 2960, 2960, 2960, 2960, 2960, 1145, 1656, 268, 2960, 1736, 1874, 2960, 619, 2290, 2960, 2960, 191, 2960, 2960, 2960, 2960, 470, 439, 284, 1623, 582, 1453, 917, 0, 675, 196, 3188, 739, 1061, 88, 971, 2074, 314, 1629, 165, 2029, 3073, 2444, 288, 158, 718, 1343, 652, 4134, 1256, 3904, 1170, 1527, 345, 493, 737, 103, 1329, 0, 2881, null, 1103, 903, 286, 488, 1216, 133, 2189, 267, 283, 2224, 611, 1095, 343, 910, 120, 705, 3824, 629, 1887, 508, 450, 2477, 1110, 1298, 205, 425, 1457, 0, 1726, 539, 96, 644, 1079, 1689, 2482, 365, 917, 371, 515, 1036, 870, 578, 705, 317, 157, 918, 523, 607, 1759, 162, 2375, 1427, 475, 149, 1648, 1625, 225, 2649, 801, 305, 736, 2276, 56, 1269, 1715, 1295, 151, 807, 1895, 225, 298, 535, 1428, 1169, 1824, 277, 3656, 1929, 1236, 1824, 797, 922, 373, 1824, 2104, 116, 1005, 1824, 1192, 1824, 2890, 622, 946, 710, 2020, 435, 96, 727, 962, 605, 2210, 315, 936, 1396, 570, 1873, 413, 1824, 1342, 1824, 1023, 797, 40, 4258, 598, 1166, 779, 1427, 1427, 1427, 1795, 155, 3518, 1882, 2793, 312, 348, 1427, 1600, 1529, 1035, 11, 1563, 806, 340, 1824, 1427, 1058, 1427, 1788, 603, 2, 1427, 1265, 1427, 342, 192, 3066, 299, 546, 68, 1533, 1313, 1, 1204, 558, 951, 2177, 59, 653, 423, 2009, 2177, 1265, 1035, 312, 2405, null, 694, 2177, 312, 2177, 312, 871, 312, 736, 2617, 1473, 869, 173, 2177, 1671, 1289, 1541, 954, 561, 1159, 3126, 103, 1061, 859, 2388, 2177, 428, 312, 312, 529, 312, 312, 460, 2119, 1562, 106, 408, 285, 95, 1700, 2177, 1066, 2177, 845, 2112, 20, 1246, 1262, 1547, 161, 290, 152, 2339, 2816, 1493, 1742, 1867, 1953, 1893, 1078, 1893, 161, 2708, 541, 763, 778, 1723, 521, 3275, 1893, 1395, 315, 381, 1815, 633, 199, 731, 1893, 1339, 898, 1072, 3081, 508, 634, 634, 1444, 944, 2945, 754, 803, 921, 634, 1374, 634, 891, 548, 938, 1893, 818, 2406, 1893, 1893, 1121, 1162, 3227, 634, 1893, 634, 634, 634, 927, 348, 628, 402, 1171, 0, 2092, 1897, 862, 1171, 1768, 1338, 453, 1106, 1457, 385, 509, 1233, 746, 185, 653, 370, 2818, 746, 1848, 788, 2621, 361, 185, 1171, 1300, 367, 652, 1171, 376, 5264, 243, 2594, 1102, 2810, 2287, 1355, 417, 2347, 2060, 22, 60, 1171, 540, 177, 2707, 54, 1171, 435, 1219, 1171, 1682, 655, 1171, 141, 1259, 424, 985, 1559, 424, 2666, 1280, 2385, 1342, 345, 834, 12, 498, 814, 2263, 525, 1697, 164, 1513, 2373, 35, 3581, 72, 861, 1357, 989, 2045, 952, 3, 2056, 78, 1426, 1141, 315, 1173, 531, 3807, 130, 1338, 713, 1470, 372, 467, 3410, 278, 2431, 618, 205, 3636, 1604, 144, 644, 381, 1089, 1089, 1436, 1024, 1089, 1436, 1089, 1436, 1089, 1089, 1436, 1468, 1568, 1436, 1436, 1436, 1436, 1436, 820, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 3334, 2157, 1436, 3334, 3334, 1436, 1436, 1436, 1436, 247, 1436, 1436, 1436, 1436, 3334, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 2561, 2276, 1436, 1436, 1436, 1436, 684, 1436, 324, 1436, 1436, 1436, 1436, 1436, 389, 647, 1089, 3334, 232, 153, 1436, 1476, 1436, 1137, 321, 1436, 1436, 848, 1436, 1436, 1436, 1436, 1436, 1436, 2672, 1436, 1120, 1436, 1436, 1436, 944, 2378, 1436, 1593, 1830, 28, 126, 448, 575, 1273, 1046, 3334, 3334, 1960, 816, 3334, 426, 1544, 1089, 1436, 183, 1177, 876, 1959, 1637, 799, 1896, 312, 1342, 1308, 1959, 1959, 826, 454, 893, 3703, 777, 734, 1029, 96, 1320, 137, 1123, 1959, 1375, 1138, 852, 1370, 1959, 187, 650, 177, 360, 1959, 460, 402, 1959, 1426, 1177, 1959, 153, 2918, 129, 567, 377, 2234, 730, 353, 414, 565, 299, 2042, 610, 770, 2226, 629, 1020, 1836, 2284, 71, 485, 982, 2744, 532, 468, 1614, 2234, 279, 2021, 2492, 2987, 1002, 1419, 286, 777, 1271, 868, 635, 1255, 1716, 1727, 1084, 353, 972, 1351, 572, 1016, 1018, 1872, 1702, 337, 1746, 1903, 2250, 2055, 1784, 750, 656, 691, 649, 2375, 875, 1592, 171, 713, 422, 916, 1939, 276, 180, 1088, 661, 1586, 1494, 2054, 1569, 733, 2603, 320, 2695, 404, 881, 2497, 2286, 351, 859, 210, 1571, 212, 954, 0, 648, 772, 2572, 80, 1101, 437, 667, 377, 327, 356, 1183, 993, 1833, 794, 1614, 982, 1217, 3068, 684, 616, 1141, 1557, 3332, 933, 622, 1206, 2482, 847, 681, 1807, 777, 1414, 1161, 993, 852, 11, 465, 2628, 896, 2628, 3211, 112, 2042, 2287, 2628, 2628, 2628, 2628, 24, 2555, 2628, 513, 2628, 2938, 388, 853, 2059, 185, 1447, 441, 2137, 578, 376, 575, 2846, 855, 664, 3320, 584, 1461, 1132, 65, 1849, 299, 2391, 389, 1942, 506, 1550, 389, 256, 2029, 1049, 385, 170, 1265, 468, 724, 1660, 2551, 2141, 1323, 1218, 1906, 2885, 357, 434, 850, 1580, 1716, 1463, 857, 1839, 1090, 696, 917, 547, 475, 608, 2363, 2465, 2922, 3566, 1245, 647, 1855, 1039, 969, 393, 120, null, 2232, 115, 2386, 729, 2232, 2142, 2232, 2232, 1462, 2232, 13, 2232, 2216, 836, 1, 6, 2968, 875, 887, 875, 875, 3234, 887, 887, 875, 2232, 887, 887, 94, 887, 887, 875, 3781, 887, 875, 1401, 875, 875, 59, 2232, 2515, 766, 2372, 0, 698, 1115, 2147, 588, 1533, 1254, 930, 607, 2215, 79, 872, 896, 2944, 1758, 3333, 1373, 2128, 415, 1612, 747, 478, 392, 1108, 561, 2934, 208, 2659, 2944, 1719, 504, 1791, 243, 535, 2072, 864, 127, 273, 1708, 1300, 1689, 2154, 1428, 552, 3261, 848, 554, 1767, 201, 404, 1725, 180, 2549, 2072, 451, 2, 673, 1049, 4383, 3568, 1047, 572, 1117, 749, 547, 1573, 2037, 237, 2506, 1741, 1186, 1211, 838, 27, 2977, 261, 1690, 1690, 1365, 2272, 1690, 213, 1636, 1690, 1690, 1325, 1690, 1163, 890, 519, 2437, 3801, 3098, 594, 1364, 1690, 1690, 987, 296, 2038, 208, 2134, 54, 972, 1654, 2372, 1667, 481, 858, 721, 1330, 182, 3094, 727, 1107, 727, 3094, 727, 3094, 727, 727, 259, 2255, 1667, 727, 3316, 346, 2954, 1667, 444, 727, 842, 1667, 1667, 1667, 2456, 727, 1667, 1667, 2554, 1667, 1667, 1667, 1667, 1667, 1667, 1667, 1667, 1043, 323, 1667, 926, 1667, 1667, 1667, 1667, 1667, 1667, 1667, 1667, 3094, 469, 310, 1667, 2444, 30, 1113, 0, 981, 496, 35, 17, 1667, 158, 3094, 194, 3094, 3094, 3094, 110, 905, 962, 299, 967, 1406, 917, 325, 1442, 1688, 2357, 1688, 798, 715, 732, 1528, 35, 2207, 984, 435, 209, 668, 764, 4078, 4078, 1671, 1726, 1890, 4078, 214, 4494, 4078, 4078, 1013, 1559, 2010, 592, 583, 4078, 2733, 2370, 2329, 0, 4078, 4078, 572, 970, 113, 869, 285, 320, 278, 1160, 1445, 292, 2051, 203, 325, 367, 328, 4541, 2016, 2541, 3358, 624, 1286, 1654, 189, 1226, 648, 517, 285, 553, 1451, 1297, 1087, 1182, 2488, 2488, 275, 1711, 2536, 1080, 1584, 872, 2488, 939, 1496, 1382, 2488, 5, 1080, 283, 1378, 822, 2488, 2488, 875, 2488, 2488, 2683, 2541, 471, 1071, 470, 586, 751, 1189, 1648, 2775, 435, 166, 3193, 88, 1442, 248, 651, 378, 45, 2291, 2303, 572, 587, 1039, 244, 274, 1017, 1527, 1892, 525, 1729, 123, 502, 631, 3610, 2229, 146, 3409, 702, 1, 533, 3140, 1816, 213, 1066, 791, 9306, 700, 700, 826, 383, 426, 245, 1344, 877, 425, 135, 437, 700, 700, 1351, 700, 1580, 700, 1700, 1577, 700, 700, 1733, 230, 983, 1059, 700, 564, 412, 1780, 3508, 657, 450, 567, 1506, null, 455, 1535, 483, 745, 1470, 876, 259, 1399, 1426, 488, 1249, 2522, 1226, 673, 2220, 673, 639, 828, 5768, 673, 473, 673, 673, 583, 1376, 673, 223, 1085, 312, 361, 673, 231, 673, 4391, 2587, 2006, 1247, 793, 172, 1085, 1247, 1247, 1247, 239, 1294, 2679, 410, 343, 367, 75, 2880, 1158, 3486, 1247, 1247, 1247, 1247, 444, 1762, 1762, 1762, 1762, 1762, 1762, 857, 1762, 1762, 1762, 1762, 447, 2148, 1762, 1762, 1762, 436, 1762, 1762, 1762, 1762, 1762, 2201, 1762, 1762, 1762, 1762, 216, 156, 1762, 1762, 1762, 1762, 241, 1762, 707, 1762, 1762, 1762, 1762, 3067, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 2228, 1762, 1762, 3017, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 2415, 1762, 4136, 1762, 1762, 1762, 1762, 1762, 1762, 880, 1737, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1015, 1417, 311, 2179, 1353, 1478, 1836, 837, 2, 1112, 1480, 1037, 1218, 627, 627, 627, 627, 1824, 396, 842, 187, 246, 1458, 452, 3237, 347, 624, 627, 627, 627, 627, 2566, 923, 594, 205, 604, 2401, 539, 1039, 2779, 181, 381, 1531, 2211, 521, 1265, 3357, 883, 1663, 1047, 167, 672, 425, 987, 883, 883, 972, 3476, 187, 1496, 883, 883, 883, 3702, 1419, 883, 883, 864, 2366, 1240, 13, 59, 726, 178, 407, 1990, 154, 709, 1435, 847, 1928, 1937, 1937, 2197, 1937, 376, 1614, 1511, 846, 1937, 1089, 1937, 1937, 1937, 209, 1408, 1937, 2971, 2366, 421, 2157, 2971, 341, 572, 572, 572, 572, 572, 572, 572, 572, 819, 1695, 572, 572, 572, 572, 572, 572, 572, 52, 572, 572, 572, 572, 305, 572, 572, 2253, 572, 572, 572, 572, 572, 572, 1022, 1672, 20, 834, 4160, 1217, 2508, 826, 546, 232, 777, 297, 628, 1508, 1947, 2654, 256, 766, 2806, 2472, 1068, 769, 670, 593, 1197, 257, 1280, 349, 3966, 89, 3033, 1309, 1604, 1119, 3116, 146, 12, 468, 778, 1547, 825, 1882, 285, 717, 889, 345, 2924, 3144, 3206, 442, 281, 2484, 2658, 190, 653, 2865, 2865, 2865, 3550, 685, 612, 2865, 2865, 2865, 1185, 190, 2865, 2865, 182, 1579, 2533, 90, 758, 1685, 761, 523, 561, 345, 2175, 875, 2990, 819, 819, 819, 819, 409, 819, 819, 819, 819, 1099, null, 103, 1365, 954, 1089, 1457, 429, 245, 237, null, 181, 2464, 119, 1773, 363, 1976, 2635, 1778, 3787, 2103, 1478, 1028, 1945, 657, 1369, 2748, 1129, 2540, 744, 2191, 1417, 902, 450, 2149, 1442, 2330, 978, 711, 1121, 1114, 2546, 1864, 496, 1855, 818, 2120, 473, 1039, 3102, 3102, 3102, 2012, 3102, 3102, 3102, 332, 593, 1086, 3102, 3102, 4394, 4394, 4394, 3379, 1232, 4394, 819, 1825, 4394, 4394, 4394, 4394, 4394, 1918, 685, 4394, 4394, 4394, 4394, 4394, 4394, 4394, 4394, 4394, 448, 4394, 121, 4394, 4394, 4394, 402, 4394, 4394, 2329, 4394, 2205, 907, 4394, 4394, 1936, 1537, 1967, 315, 366, 1951, 2088, 848, 227, 970, 1267, 410, 636, 1594, 1749, 4650, 524, 5205, 2254, 14, 894, 541, 878, 1209, 3327, 1827, 796, 529, 117, 1871, 445, 5363, 2074, 387, 338, 1121, 2730, 689, 1260, 719, 719, 1365, 163, 719, 4495, 1960, 844, 719, 719, 2031, 719, 1311, 719, 719, 1696, 2849, 3622, 3200, 1565, 3622, 3622, 3622, 3622, 1048, 779, 3622, 3622, 3622, 1476, 1930, 2008, 3837, 542, 3561, 2500, 1776, 520, 2214, 2099, 1838, 1953, 273, 4095, 2257, 3061, 413, 1135, 654, 3244, 1278, 878, 385, 1185, 964, 2165, 3244, 48, 3036, 2069, 2069, 1019, 2069, 2069, 2069, 1063, 1587, 2069, 1124, 2069, 2069, 2069, 2394, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 470, 2069, 1884, 2069, 2069, 2069, 2069, 2069, 1037, 2069, 2069, 2069, 2461, 680, 3153, 1560, 614, 458, 2943, 1768, 2196, 269, 715, 503, 715, 336, 715, 715, 715, 715, 2964, 779, 1021, 715, 715, 485, 1653, 829, 1458, 181, 501, 4448, 150, 583, 590, 3655, 606, 972, 1360, 1599, 524, 429, 808, 2296, 738, 1723, 3290, 1034, 1618, 218, 606, 3799, 950, 913, 2549, 1600, 1, 603, 749, 802, 2468, 3201, 3201, 2531, 1710, 3059, 3201, 3201, 3201, 4217, 3201, 3201, 848, 2017, 3201, 1101, 2187, 2032, 480, 2003, 3201, 1210, 214, 1001, 1623, 2200, 3857, 4530, 778, 1323, 2060, 144, 364, 762, 953, 1300, 5162, 515, 119, 1126, 1805, 771, null, 2306, 2306, 2306, 2315, 1047, 2306, 2306, 2306, 2306, 2306, 432, 1714, 2342, 590, 3305, 1815, 372, 2285, 676, 1624, 1857, 232, 1246, 2624, 3809, 1129, 426, 2730, 2179, 1744, 324, 3254, 2898, 932, 549, 593, 102, 1357, 1812, 441, 2732, 389, 1833, 1422, 1001, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 360, 1343, 230, 4166, 1343, 1912, 1504, 1343, 1504, 1504, 1343, 1343, 1504, 1343, 1504, 1343, 1343, 1343, 1343, 1343, 3339, 1504, 1504, 1504, 1343, 1343, 1343, 1343, 157, 1324, 1889, 2312, 2626, 550, 3643, 2658, 173, 1123, 129, 1122, 266, 2126, 88, 1180, 603, 2328, 675, 49, 690, 1213, 5469, 502, 2692, 1858, 2829, 3639, 249, 3342, 128, 306, 1108, 2537, 1091, 714, 845, 2748, 1963, 850, 1700, 429, 1046, 474, 745, 2094, 1490, 2463, 1030, 1571, 269, 2948, 2249, 1721, 2848, 607, 2507, 752, 3316, 3316, 3316, 3316, 3316, 3316, 2543, 3316, 3316, 952, 377, 1940, 98, 1493, 1564, 5572, 623, 1192, 5572, 5572, 2, 5572, 5572, 5572, 5572, 5572, 1982, 811, 818, 976, 1773, 976, 976, 2545, 976, 976, 976, 696, 976, 2007, 976, 608, 1305, 3718, 2452, 917, 3099, 3099, 1476, 961, 3099, 3099, 3099, 3099, 3099, 3099, 2650, 1986, 817, 515, 14, 1668, 1891, 1153, 3585, 2441, 2441, 1184, 2441, 2441, 2441, 1184, 2441, 2441, 2441, 1190, 1011, 606, 2413, 4501, 759, 746, 1606, 1041, 1841, 795, 337, 925, 3, 3504, 561, 2063, 2749, 977, 1750, 778, 4502, 466, 1790, 1478, 474, 565, 360, 1234, 360, 219, 1387, 811, 1214, 1099, 359, 12, 1479, 2816, 1983, 445, 2957, 2957, 2957, 2957, 2957, 2957, 2957, 2957, 3594, 895, 1773, 1773, 1773, 1773, 1773, 1773, 1773, 1773, 652, 1069, 2879, 2879, 2319, 664, 1654, 2629, 969, 369, 1056, 2224, 2557, 2941, 604, 896, 2654, 856, 2229, 2669, 1052, 196, 6501, 371, 425, 820, 2886, 1558, 1098, 2037, 520, 3181, 282, 3125, 1506, 2460, 1360, 623, 214, 546, 689, 546, 2235, 99, 2700, 338, 3011, 895, 103, 515, 3132, 3132, 3132, 3132, 3132, 3132, 3132, 3132, 2318, 4829, 171, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2212, 2068, 1450, 2573, 2573, 2573, 630, 2573, 3458, 2573, 2573, 2573, 2573, 456, 1326, 1081, 1690, 3394, 1728, 1049, 507, 1741, 286, 1370, 483, 1315, 2136, 2136, 1110, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 1342, 2038, 2768, 665, 228, 3616, 4204, 1276, 8544, 2651, 2304, 326, 5534, 679, 2992, 2170, 3131, 1990, 2924, 281, 5259, 5259, 4651, 5259, 5259, 5259, 5259, 5259, 5259, 1432, 2455, 4440, 3059, 158, 2832, 3999, 278, 1127, 205, 2088, 2088, 2088, 380, 2088, 2088, 2088, 2088, 2088, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 551, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 2962, 4188, 4188, 4188, 4188, 4188, 4188, 196, 84, 1422, 2675, 305, 2453, 2453, 2453, 1918, 2453, 2453, 2453, 2453, 2453, 1335, 2527, 2905, 1771, 2532, 1165, 2648, 1004, 205, 882, 4044, 594, 266, 215, 215, 215, 215, 215, 215, 215, 215, 1384, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 3294, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 646, 371, 1496, 510, 2269, 114, 4918, 5336, 1801, 2446, 1431, 1186, 1753, 3355, 3529, 482, 1336, 900, 699, 2130, 883, 3647, 1946, 1465, 5072, 972, 241, 1091, 1295, 1636, 844, 1548, 450, 1510, 2241, 1074, 2311, 713, 2685, 3134, 809, 1041, 276, 1313, 37, 3233, 3819, 3831, 1538, 2370, 715, 2939, 2187, 3035, 2700, 758, 1539, 2700, 2700, 2700, 2700, 2700, 2700, 2700, 516, 2287, 642, 585, 2010, 734, 2238, 869, 1136, 1739, 2432, 2724, 2724, 2724, 2724, 2724, 2724, 2724, 2724, 4989, 4989, 4989, 4989, 4989, 4989, 4989, 4989, 5572, 2471, 1644, 702, 710, 2247, 2059, 2237, 2237, 2237, 2237, 2237, 2237, 2237, 2237, 120, 1943, 575, 2726, 2726, 2726, 2726, 2726, 2726, 2726, 2726, 1345, 2306, 734, 344, 346, 3449, 1406, 4314, 1055, 722, 722, 722, 722, 722, 722, 722, 722, 866, 756, 4048, 601, 1024, 115, 365, 2628, 2628, 2628, 2628, 2628, 2628, 2628, 2628, 3376, 1364, 1168, 2436, 567, 13, 4933, 3042, 3175, 2536, 1437, 157, 767, 133, 594, 501, 1232, 1452, 1452, 1452, 1452, 1452, 1452, 1452, 1452, 1475, 278, 933, 657, 2669, 2611, 4640, 606, 2540, 1213, 5422, 5422, 5422, 5422, 5422, 5422, 5422, 5422, 855, 693, 441, 834, 4964, 4964, 4964, 4964, 4964, 4964, 4964, 4964, 1322, 292, 1871, 4463, 741, 358, 2892, 2617, 2434, 858, 1087, 1389, 4911, 4911, 4911, 4911, 4911, 4911, 4911, 4911, 4981, 2071, 1657, 904, 670, 2042, 2414, 3283, 870, 3605, 3145, 1497, 1744, 1863, 2633, 1335, 1773, 866, 866, 866, 866, 866, 866, 866, 866, 450, 1915, 1544, 602, 1498, 592, 1086, 1360, 3578, 3578, 3578, 3578, 3578, 3578, 3578, 3578, 1168, 702, 1097, 662, 1488, 2506, 908, 3274, 3059, 2602, 762, 258, 6456, 6456, 6456, 6456, 6456, 6456, 6456, 6456, 5686, 2211, 2211, 1522, 1188, 3509, 3509, 3509, 3509, 3509, 3509, 3509, 3509, 961, 939, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 1098, 2721, 2437, 1254, 94, 1932, 2255, 1771, 1316, 2298, 1498, 554, 1144, 1594, 1594, 1594, 1594, 1594, 1594, 1594, 1594, 2583, 3211, 3342, 3605, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1116, 3033, 691, 2230, 759, 2247, 2095, 2095, 2095, 2095, 2095, 2095, 2095, 2095, 1129 ], "xaxis": "x", "y": [ 0.07247609720805706, 0.13809771382396954, 0.10391231544004896, 0.05095259148094374, 0.08983868775496279, 0.15422711447579013, null, 0.01727788602250322, 0.01606484691446624, 0.01316257697678828, 0.09023066600962812, null, 0.11382107126799434, 0.17562605782008786, 0.4290645393944681, 0.0668754616040056, 0.06638384731655081, null, 0.016197737913638384, 0, 0, 0.24583132039345656, 0.31531577877580613, 0.010222031807024062, 0.15867146479815675, 0.005925190362310767, 0.1839104768025922, 0.01953190814162564, 0.04009190614970371, 0.07767304059325517, 0.039775087342996486, 0.05267291966732728, 0.05267291966732728, 0.03276165780019294, 0.24705008614974128, 0.05267291966732728, 0.05267291966732728, 0.05267291966732728, 0.05267291966732728, 0.05267291966732728, 0.02230426748858816, 0.12015770495976122, 0.04218827781713215, 0.0019836384350671124, 0.05267291966732728, 0.1977880792133597, 0.10018549956846032, 0.04863780269990948, 0.023354580621255058, 0.1795403401711541, 0.10274766420540037, 0.06382603732223496, 0.017688925078713367, 0.10494637956532026, 0.108992707679, 0.017301732671251218, 0.021652041005262537, 0.07663703203402995, 0.3003852885138511, 0.2924693157407672, 0.1510548344349398, 0.13127456853994865, 0.0042780735039009855, 0.00577105969761346, 0.0015664763522569558, 0.4851679251855717, 0.4678733882976635, 0.0027775681726295047, 0, 0.07839241066597305, 0.11084511905895374, 0.04180199794674257, 0.13041751922492573, 0.010025807243421662, 0, 0.06913717912253027, 0.3284045890401853, 0.020844904052078436, 0.19372531039726268, 0.26108643550338395, 0.3096525975750867, 0.1553869580484977, 0.035842146003539764, 0.31102015453035947, 0.0055437985969225955, 0.028539198554598657, 0.13942616809982566, 0.22755394344611005, 0, 0.03825050332948471, 0.01144201034456734, 0.34121138969786613, 0.09323903500175358, 0.11933072023299268, 0.13928454526701223, null, 0.09342949043575548, 0.35615497998312895, 0.09712322716638036, 0.0699313077207743, 0.3107272463849625, 0.1345399146589124, 0.05535288207051923, 0, 0.29601875699478863, 0.01891616661801343, 0.0027352740268182935, 0.05932943452492652, 0.2498582464836595, 0.1397803401238964, 0.005063064316688588, 0.1478609254012668, 0, 0.04687525600547536, 0.07374957533736927, 0.20239174723772904, 0.050173900389058355, 0.0008538783441294995, 0.07977219117793731, 0.13102164271243633, 0.07742621840361999, 0.05033709928598787, 0.06478740464911278, 0.11892849855426783, 0.2029032893178836, 0.1884122110807675, 0.1610826233088446, 0.2959560083829216, 0.15537631144722455, 0.2909046376814842, 0.21228808276949385, 0.24509354179087064, 0.07905045088538215, 0.122772617272401, 0.12515548463555773, 0.11066722518570772, 0.04881349896630835, 0.1523758293850676, 0.18247005250638976, 0.0708254636849763, 0.2612796872684704, 0.23073481656193703, 0.281634195112827, 0.17740491605845923, 0.3805130455218017, 0.34851452266237787, 0.2803198479476655, 0.14184031879864484, 0.047539761411361015, 0.17682089557399197, 0.14083364169715248, 0.03095872872568843, 0.12613579397599411, 0.01774144345855586, 0, 0.2475319271489248, 0.006116985446028743, 0.05801237308742958, 0.07542031795041687, 0, 0.04034261728532815, 0.20972982646054816, 0.010446086438269747, 0.08514147297349876, 0.1850412407093536, 0.08347796232452331, 0.003954883906688445, 0.07378559391468417, 0.04218409670668434, 0.00486000962547618, 0.023057175483619928, 0.04710395421780708, 0.020021407825316376, 0.02144392372534007, 0.17388027992590915, 0.017307533010898143, 0.04082095999243305, 0.12355112923704636, 0.034491162801790994, 0.1952918093702323, 0.1897879771361367, 0.009350257012488927, 0.004091225561239857, 0.2846050011061389, 0.06627656133242987, 0.004771853337104759, 0.1725016102221276, 0.002204064072142282, 0.0167659200700038, 0.03489573381401105, 0.0006560222741052174, 0.5175666647479852, 0.08696070850253144, 0.19160779904965464, 0.20981536459373432, 0.00749353346638663, 0.09440294141112666, 0.09440294141112666, 0.09440294141112666, 0.09440294141112666, 0.09565175781443452, 0.1622175023656375, 0.05210747012087472, 0.4056390622295664, 0.04827877496353451, 0.054105866274446066, 0.08275210964376505, 0.0991946577555697, 0.16713406628089691, 0, 0.08222538354224322, 0, 0.07768244095148354, 0.15825964734738157, 0.16503186402368536, 0.17353725533754186, 0.12611421420810365, 0.10144309449292337, 0.06903061506706328, 0.1767500767798423, 0, 0.06467017257339823, 0.003595710571110067, 0.09060224452457706, 0.07537645022042175, 0, 0.01837677002189579, 0.08334667145345404, 0.411689162017092, 0.226283694103794, 0, 0, 0, 0.23970105448319537, 0.22334648781137365, 0.08177021137342529, 0, 0, 0.19537396094731035, 0.05572125867620188, 0.18541518494263712, 0.047305963655722, 0.21983586695953017, 0.0037536363972240543, 0.16032088039663878, 0.07207873859177823, 0, 0.3096910973393819, 0.2410972033327528, 0.060344263152896406, 0.04359543739486279, 0.05177234558070068, 0.017901976442365863, 0.02591929449595562, 0.01436528152548558, 0, 0, 0.25956890447959124, 0.07305103996026785, 0.13773014596137206, 0.0962888132531916, 0.010503837110921838, 0.2965838264315506, 0.05901503648547382, 0.07059638290303684, 0.11923826352321153, 0.0853710274994879, 0.08842358856238275, 0.07091665199058972, 0.018952064463340936, 0.018481616091470327, 0.02417182007460034, 0.08511833422545292, null, 0.01223221253301686, 0.10065364791967588, 0.06892166960339707, 0.3685164729373831, 0.0709328434552091, 0.017402492458003422, 0, 0.06131393526013312, 0.08422275428676815, 0.27746866303580897, 0, 0.020715332864942648, null, null, 0.19991614195771415, 0.0080609846818577, 0.018593958196037444, 0.1199764273824476, 0.1737081035907031, 0.03706026514119453, 0.0866593010818522, 0.014967365538105798, null, 0.2511476265469379, 0.015262672691546218, 0.018802484782990465, 0.02026765390035502, 0.01855317905015055, 0.19046534271649093, 0.052383367991702685, 0.3058296111238767, 0.2017069848565385, 0.007961888352180174, 0.03652507019688553, 0.1270242325217093, 0.18880241443274348, 0.2341396947519548, 0, 0.25981163614106617, 0.022981465447697625, 0.046029781047340394, 0.022912124022011662, 0.1486944536787761, 0.10642182406892228, 0.09800736404954127, 0.3321555554589704, 0.007761491573922687, 0.1283947648261963, 0.057753197731976784, 0.06653339541189014, 0.2363195290190732, 0.03298007598594629, 0, 0.16126249957125732, null, 0.08540356491796106, 0.06385735835331345, 0.09966762745625173, null, 0.19996340256160097, 0.03569113369841504, 0.007638421094498507, 0.03879157480707735, 0.00003676700743156716, 0.013313065175814164, 0.02723201851135594, 0.0432762719153288, 0.4832439787014365, 0.08019422588335143, 0.010980857647104748, 0.1712912108879192, 0.0535326578974948, 0.02132048351753063, 0.16124454197639712, 0.05001824640408813, 0.1381030669345103, 0.007828451425860328, 0.04604547742336122, 0.2306604403397572, 0.10757694763731614, 0, 0.002332081966627012, 0.19400963511099328, 0.08755713948335715, 0.0632558772564344, 0.03001068483254636, 0.17814258721723722, 0.16711013930191834, 0.321866060853868, 0.04829736506634984, 0.2207115545129333, 0.0071089107770660916, 0.0302880861464788, 0.34695069432425174, 0.04022236782768005, 0.07955084571776454, 0.040272994856268694, 0.1598025462890286, 0.04412204330884277, 0.0013618358774259204, 0.15106863971614093, 0.017019653006195918, 0.04982061275275301, 0.09503342327734116, 0.20127235402311328, 0.27083190863604145, 0.23788575789858113, 0.050314903453905616, 0.1505175929855498, 0.3968287317030824, 0.09440294141112666, 0.09440294141112666, 0.09440294141112666, 0.09440294141112666, 0.026926918906583015, 0, 0.07525360310435705, 0.3870296280106067, 0.030348277696126556, 0.12407772604355534, 0, 0.3068937308598714, 0.20975985056831176, 0.0006993006993006993, 0.01537107752728712, 0.12500267548124458, 0.014632584721117016, 0.03530931199918981, 0.08993987820429385, 0.04790833008916108, 0.1487361244596448, 0.49906708875205585, 0.014237081963557852, 0.010576680213173172, 0.09725230044448348, 0.26430738353331007, 0.033632785011096816, 0.038030876868569576, 0.056824648408991416, 0.09818941194820976, 0.1039639292469598, 0.28613777980392946, 0.12038262132783643, 0.29414055920678706, null, 0.07585644119473461, 0.16138078506609008, 0.04090279722992397, 0.12271679423850088, 0.21751994998352409, 0.26723187627557815, 0, 0.021464912029247607, 0.02657910443751078, 0.1338197510876224, 0.06523404301660057, 0.13785190293040084, 0.24946882318567157, null, 0, 0.07983122862317685, null, 0.007798576365601832, 0.0015096848321916425, 0.32863648923422323, 0.3286205923999921, 0.033247210014378574, 0.018082680170773135, 0.1655481092476478, null, 0.06426929964744627, 0.11872180756472148, null, 0.1071008510757398, 0.3009880254646001, 0.043305454890311054, 0.3896026848723401, null, 0.04508251979051867, 0.0556319298485298, null, 0.035393733896322145, 0.13325331974089746, 0.044365346416405986, 0.0025751466898154517, 0.04287312390779952, 0.04949434173879947, 0.17093218166968802, 0.10600839015316622, 0.2540015258537711, 0.15905169240336997, null, 0.05120292923078737, 0.14455165573832002, 0.07262824642322376, 0.10782798389401636, 0.05064816999054608, 0.01086356225109786, 0.05621577339734535, 0.0005975981590153635, 0.07420386173928456, 0.1829758915065823, 0.006185554023302156, 0.16233332365896658, 0.3666063795729903, 0.01951227023623019, 0.08018088352564613, 0.010928035832710363, 0.03465408262613505, 0.0426549511293763, 0.0031499401533306545, 0.16565642369773426, 0.2466626382827219, 0, 0.06748277814345603, 0.2954570692956397, 0.2451114281752549, 0.10733733751280164, 0.04351757967574494, 0, 0.3605729826260823, 0.10036473346097446, 0.20441196217315707, 0.08826053105270706, 0.04504193619576593, 0.22952532766068015, 0, 0.11744827822495556, 0.06530822358768922, 0, 0.25348247126519263, 0.24624007528120267, 0.0005420032647926821, 0.14061416278150063, 0.05051495280067638, 0.34478280815975976, 0.02064867734758154, 0.07566774155244876, 0.058383914211845474, 0.02167574604594884, 0.05554336120383037, 0, 0.10989921619046712, 0.028479956115190507, 0.006911135135191454, 0.20172108469053252, 0, 0.05180966962324899, 0.14803977349726663, 0.06477011331039287, 0.058567327315691795, 0.21415278396952864, 0.16592142061764062, 0.1351787984671136, 0.23185715010946856, 0, 0.030276871032627883, null, 0.11832649077474292, 0.10942113758927192, 0.1957386389925631, 0.0655970286680751, 0.1380191547881884, 0.03778182870564852, 0.024965267819709244, 0.07297058291793379, 0.10203300724777552, 0.0023624814140869757, 0.31113021487234876, 0.08839863478529701, 0.10121729020075115, 0.06063944984312386, 0.016306279091108905, 0.16473217331692308, 0.0030096999633262077, 0.16686102917339446, 0.057624106708440544, 0.09697035636854272, 0.1741761395028143, 0.03985872197085749, 0.1471014223794377, 0.1501618775562714, 0.25164159367426336, 0.1091684686071468, 0, 0.11361883306639256, 0.10302216757237775, 0.003184105173950808, 0.003964183188105288, 0.418013678865553, 0.0667662053591702, 0.298357949746506, 0.1984971444153545, 0.11375734533384102, 0.01796089850076842, 0.07890081891310392, 0.04072469773777898, 0.28592872806311187, 0.12164782970336592, 0.125019266654129, 0.07868866169997633, 0.05382408871439055, 0.02179731256926869, 0.03781538240106669, 0.10576199664503108, 0.030018203747391017, 0.08352391403797471, 0.24895142129163575, 0.13748818744152608, 0.07952031576026075, 0.009288016247716748, 0.04119842983611213, 0.27382426502872714, 0.02871020486294094, 0.19084240773058836, 0, 0.0384639667535228, 0.025201369823753404, 0.07987693925954222, 0.017697283346020633, 0, 0.006797170531419852, 0.12691051960125202, 0.1631379862199896, 0.04706789037484518, 0.12627340594159134, 0.047311030457093735, 0.07692641435674306, 0.26985033950550646, 0.16005683119305938, 0.10266963106965606, 0.08607806713956988, 0, 0.013126015474774875, 0.044269604669319465, 0, 0.14926634760072074, 0.05946331063396061, 0.32611885497055304, 0.12557527841380237, 0.07992320679195027, 0.23616081656869956, 0.0986201800786518, 0.008031467401374014, 0.11022154600406764, 0.07088451426622584, 0.29839242322685594, 0.10226594101111332, 0, 0.19287381574515797, 0.008077439601214868, 0.014282428834459572, 0.008820351270540804, 0, 0, 0.08002032055768565, 0.04020811611929197, 0.05760247568789534, 0.4402410118609203, 0.26849749373887555, 0.01919499549979487, 0.015354983440034194, 0.06627392519019237, 0.000617684874171389, 0.010119067098721098, 0.04551292851712298, 0.09408195658342088, 0.20154999600096596, 0, 0.2311378285549507, 0.007762214697858735, 0.08530669810715236, 0.008093516099935926, 0.14291126957847114, null, 0.08995594436180275, 0.12325742537895136, 0.20627692167702, 0.21040805827073644, 0.0623127528130048, 0.16195658976495486, 0.0571477272588212, 0.1295683318625703, 0.009692737615367337, null, 0.016853952413575922, 0.0003363090152098041, 0.0001991192022571968, 0.30897187204231147, 0.1720045678143897, 0.192464726047078, 0.08402432852892557, 0.04332781429926715, 0.17769918190738787, 0.10750995095238863, 0.05152911214204969, 0.002703630701235325, 0.02910442186510892, 0, 0.013527802236299045, 0.0007744165403278295, 0.3795557721274553, 0.13139136016956376, 0.5137800073303841, 0.17940797563191685, 0.13812466554576594, 0.07873544395948082, 0.16223640848833432, 0.06920135319433304, 0.13738205142198404, 0.04823749850873551, 0.005647075772227786, 0.09563072092421934, 0.07946977711256951, 0.003577266109571905, 0, 0.07564200378898499, 0.07388106615807055, null, 0.10063585442381406, null, 0.11732848755284292, 0.029115280799207013, 0.041566637716557296, 0.04777694144674282, null, 0.11472244150085568, null, 0.008388787137359716, 0.10976013976762142, 0.017000582475705076, 0.1010759362803581, null, 0, 0.26492763005094416, 0.2456260711933229, 0, 0.06684650202012793, 0, null, 0.1091883627874593, 0.018138538329611938, 0.02119836808219636, 0.09520091214093236, 0.135723788678727, 0.02025127494603115, null, 0.30309758638865664, 0.20247012919783133, 0.014746612635530103, 0, 0.016871368905502535, 0.06893904612680378, 0.016016751426434283, 0.0008291647080233891, 0.15603786882424117, 0.09570686369562696, 0.1534922799369217, 0, 0.05391266336171931, null, 0.28585899274053056, 0.016719288297728715, 0.27703041735627937, 0.38120643123175674, 0.12363274904743136, 0.003767720115155382, 0.0018322824279198289, 0.01630855654091103, 0.11204110634289705, 0.19987983371918036, null, null, 0.036154116710598906, 0.33652223439960127, 0.14793019637028432, 0.05814454223505703, 0, 0, 0.1550331044764407, 0, 0.288707893799542, 0.16888121516463833, 0, 0.151404218946213, 0.22085554440069877, 0.08441752559636186, 0.02051416519838108, 0.11842894889892316, 0.06704666070879184, 0.230281597493122, 0.10434821344740748, 0.2152897633084437, 0.10492680580743882, 0.023414608655209345, 0.09762610683177927, 0.06529294395283594, 0.042401491685281845, 0, 0.17972928751354825, 0.02461430823699223, 0.004808281267046572, 0.112062833809021, 0.1285909126998983, 0.1431681649406618, 0.0937973607491614, 0.10471313964456536, 0.2768804521524147, 0.0741212432282406, 0.03478240868216867, 0.12330293836666158, 0, 0.18434105958183253, 0.003010693132242469, 0.496943342871996, 0.0038838129178967217, 0.1410400084417273, 0.06547175828873592, 0.002233443980897863, 0.21233190520766904, 0.23907764542628324, 0.08202513956781157, null, 0.029381118459652217, 0.1290157760465974, 0.010708114268617074, 0.18225997493053747, 0.00004986789475734226, 0.21484265894054788, null, 0.06179977657907432, 0.02002118029775312, 0.0662104997918717, 0, 0.1142900290942452, 0.00004986789475734226, 0.00004986789475734226, 0, 0.05305283920180215, 0.1416340314059907, 0.031211404284873755, 0.1355953754657176, 0.08702596067959836, 0.016012821696228228, 0.02333864484554259, 0.4463115066925493, null, 0.09172043137596676, 0.22288118210266328, 0.010031695675214367, 0.08999576680379673, 0.101935181421098, 0.05515268739929821, 0.12425530947528596, 0.08420216291424491, 0.028192116206510923, 0.14651832396287737, 0.08211777278109378, 0.0030980318884116635, 0.00004986789475734226, 0.206866875546762, 0.1214330096048708, 0.23963195317550984, 0.10181427053958687, 0.07540631117643092, 0.012049482102188216, 0.20118728979680675, 0.07787159910540944, 0.11281017605769028, 0.05425919103083862, 0.046800626269415085, 0.0665818489172452, 0.13051548995198686, 0.3402850648364498, 0.006029940797365743, 0.01990519614577475, 0.07167542025660664, 0, 0.01950565802453245, 0.05999502999704521, 0.13051548995198686, 0.24464201474556915, 0.231136709095642, 0.02175441357471774, 0.042401491685281845, 0.002060805531688309, null, 0, 0.14835367387059695, 0.030541391187052968, 0.05699286152425539, 0.042909106080158, 0.025341372770027, 0.002269953255960699, 0.2674889588293935, 0.10835989422904456, 0.09732776797688798, 0.07741273536255155, 0.03029169369904539, 0.007064678622604399, 0.07219365020990998, 0.03438854064293586, 0.011378797359656006, 0.041683437398911526, 0.34074986165571347, 0.2986427248475613, 0.04106168215577301, 0.042401491685281845, 0.13134996538249877, 0.2557074383278819, 0.042401491685281845, 0.3518989231255265, 0.1122408374118082, 0.042401491685281845, 0.0010138124316609615, 0.003353440113354633, 0.027224876391756626, 0.08359241605557782, 0.09938403060346658, 0.13670592375437737, 0.06138189622838551, 0.03838653491136287, 0.08727034966672514, 0.042401491685281845, 0.15286267165170792, 0.12617130540610136, 0.4093061389096608, 0.01145874134356893, 0.13051548995198686, 0.042401491685281845, null, 0.055067036357463295, 0.06434476766293767, 0.13051548995198686, 0.042401491685281845, 0.025300333480165277, 0.026006450745092263, 0.05810241937205435, 0.4295676781028572, 0.143689120972125, 0.02284662648857995, 0.10269951287589904, 0.007749840920068197, null, 0.011306647076395074, 0.05415474637993372, 0.14644509242019546, 0.01752217503176808, 0.13051548995198686, 0.04444587383684573, 0.10007603963392232, 0.001332746197511705, 0.24064269829578744, 0.030482130387035258, 0.14002451671290986, 0.21824903580058969, 0, 0.16706943061565288, 0.2715224457109181, 0.1908979810650308, 0.34132731967158136, 0.0245333217697386, 0.004364911316560439, 0.32501121082417705, 0.16965393392545206, 0.227198136201452, 0.32129365718173136, 0.07208435143052314, 0.3516689112028095, 0.022866250989744888, 0.05373201398179979, 0.13051548995198686, 0.06269533630851144, 0.06740646305935231, 0, 0.07327846236124284, 0.13051548995198686, 0.08555428102712699, 0.17116529614852743, 0.192872513682556, 0.15886364611774156, 0.20235400530996103, 0.03876806926174993, null, 0.03284713567294975, 0.12044957753040449, 0.31002255862748157, 0.018392834583672305, null, 0.16287393402107725, 0.31086642850329715, 0.0885326808921397, 0.0948684586773368, 0.03286410435751933, 0.1467592823653303, 0.017026191176651866, 0.007605637034054465, 0.30683431515470083, 0.3822309070854422, null, 0.2924725196180471, 0.08758238775923864, 0.13131393242667283, 0.019059857895930527, 0.12816752700898232, 0.03324996172637847, 0.1600887578736745, 0.10802821030652728, 0.21073766342813072, 0.0021921886318531005, 0.29819998882825616, 0, 0.06724659895524941, 0.26047672072124844, 0.34610203279332274, 0.05804065199651048, 0.07336816813804375, 0.08537523892501142, 0.08240762248774616, 0.05156593807834569, 0.08435248231031667, 0.4404461806346351, null, 0.07590791659241111, 0.016620613311469638, 0.007804874729086555, 0.02760347495497664, 0.0004109276332410524, 0.015404784116761211, 0.2160527194280077, 0.3331123761171815, 0.14493580534477615, 0.03611161126546026, 0.05862444919866015, 0.16829375158219437, 0.11569224309222, 0.0022532371210188954, 0.08051964671043392, 0, 0.1747603182058998, 0.07859280674699502, 0.11454041552813958, 0.05289404247371163, 0.2549005377999911, 0.00004986789475734226, 0.04527836794696837, 0.00004986789475734226, 0.1006912047319581, 0.00004986789475734226, 0.00004986789475734226, 0.17475448206077793, 0.37479980668522345, 0.13753905115405377, 0.0719490274409601, 0.4202438542773, 0.12832334522668631, 0.12584841254995574, 0.3719171995355228, 0.12369291865404504, 0.10254515231974286, 0.13051548995198686, 0.1587484641790652, 0.006998760647672995, 0, 0.2231310244979115, 0.12149707016889896, 0.032439180635014296, 0.02058422703338844, 0.16864351629324795, 0.2625060912291453, 0.33712316374366136, 0.028742551624213734, 0.09984070927966586, 0.0946774538468954, 0.005553117998565461, 0.03866890209124388, 0.020690876041121693, 0.0008806383154733796, 0.2570099434678849, 0.10181081168283454, 0.2571508563894946, 0.14510555124491709, 0.22098882862482044, 0.03755468861302362, 0.01232462590281058, 0.40185796189170625, 0.02398533888448853, 0.15837791265709103, 0.17889727561820343, 0.004074900890671067, 0.04501161659363921, 0.011966543883145529, 0.06142286131942008, 0.005797654073248534, 0.26718572759908576, 0.004090033475497949, 0.4047062779196805, null, 0.0009530081129272223, 0.1939476755803599, 0.160170857641404, 0.06194104621476158, 0.1966787746937109, 0.035957545035826176, 0.21939514685418465, 0.06930970903087087, 0.04039405562952832, 0.03418174687276802, 0.041361923140679234, 0, 0.06393347928633086, 0.3476910958998622, 0.13606748794083262, 0.1609775849068111, 0.11026376530246414, 0.27354756372742794, 0.14721352499647142, 0.07975611337079366, 0.1238975149360801, 0.19638128220504592, 0.013155398176395869, 0.0697631258866804, 0, 0.0964005283123683, 0.012776996807101293, 0.0528897147903211, 0.053370532200496555, 0.06988116202402826, 0.005388744048584867, 0.11502403278123306, 0.2374199135358007, 0.03824178198774315, 0.03400235084983318, 0.02267123333750464, 0.033483214008823474, 0.16189929989937168, 0.2000248587368665, 0.0021142328823379286, 0, 0.005773906080594519, 0.251492059204084, 0.2756893012280276, 0.021482291779887804, 0.15169608605373144, 0.15169608605373144, 0.15169608605373144, 0.1487361244596448, 0.3015694503569842, 0.08992823581634987, 0.2649618428090273, 0.1357823106990169, 0.06040774885690537, 0.26501370812701314, 0.13650099026943857, 0.12633940726158618, 0.1025760126629436, 0.15169608605373144, 0.11467936187858407, null, 0.2036259017245645, 0.0009702805875365692, 0.2566020569581541, 0.132449075049645, 0.17188726055717066, 0.023563022235131865, 0.10153723826185589, 0.07776538265215985, 0.0794434901473302, 0, 0.03968895545366672, null, 0.21932854333830407, 0.34922319652198247, 0.06616164474529038, 0.24369148024743337, 0.11793739454915812, 0, 0.032987205390542756, 0.29460774978527937, 0.017225350978313587, 0, 0.0025180451990614726, 0.22063999772346193, 0.018252289190755656, 0.0745644071362282, 0.15548522430698808, 0.031563499309137995, 0.3060986113514965, 0.012080998619031051, 0, 0.15274634323930972, 0.3160459185804688, 0, 0.15658686828811394, 0.08444407773766775, 0.22971023697077397, 0.0003378158156698977, 0.0554052208101972, 0.0554052208101972, 0.0554052208101972, 0.18404697807045228, 0.0554052208101972, 0, 0.3934943091005543, 0.01589287383722698, 0.1487361244596448, 0.09768294447884698, 0, 0.03630769328297022, 0.08183302393494116, 0.15631770082064134, 0.06697713723934559, 0.1122966378851985, 0.3623202443452657, 0.014558340540076929, 0.02452414367070035, 0.20206051844301512, 0.1011641980198823, 0.05120972970977775, 0.2712923820696528, 0.01427163669035642, 0.008647196019849236, 0.06224234023679871, 0.2666049196398481, 0.026032103311712157, 0.08897857946208206, 0.04619663375835148, 0.19651835711254984, 0, 0.08295421501448494, 0.0592013376652983, 0.02500986734437298, 0.0013419959825908894, 0, 0.0493707437663704, 0.1807048974763049, 0.030027041397858355, 0, 0.1867809634456963, 0.19633298970741989, 0.022154196648647175, 0.019121025989388536, 0.03690144400551117, 0.12857564425380183, 0.023406434028575916, 0.17951790422189082, 0, 0.16794155713838693, 0.1099367933670596, 0, 0.016212262376493487, 0.06441943315746772, 0.10408371824057944, 0.03453910216026736, 0.30283082582169873, 0.02584571225399609, 0.2726234345021425, 0.03047244563007995, 0.04698549372653243, 0.02847914933892439, 0.010231310976537103, 0.10605362724365874, 0.2793146867260996, 0.08062416091565046, 0.010413201854646382, 0.03926910163420014, 0.009368007487107897, 0.2279857383472042, 0, 0.04698549372653243, 0.04698549372653243, 0.010231310976537103, 0.010231310976537103, 0.04698549372653243, 0.010231310976537103, 0.021870188635966147, 0.13482267381686966, 0.2572848767180653, 0.14937267331247953, 0.08057709413631207, 0.47140367424773505, 0.1965447274315817, 0.043481248077232, 0.02020907369058209, 0.0699246750973356, 0.15169608605373144, 0.027882665483920887, 0.08946714594634525, 0, 0, 0.04151983010823158, 0.05240585932943963, 0.2787460068917669, 0.05725897074317451, 0.15169608605373144, 0.15169608605373144, 0.15169608605373144, 0.07585928608902333, 0.18671580550142297, null, 0.042401312129112086, 0.03304301472952939, 0.4992545494588161, 0, 0.010517153791092292, 0.06582281287909544, 0.12257735808214332, 0.05441914668857759, 0.01312604998033473, 0.009819914764396816, 0.3603852665768059, 0.010204347722482852, 0.011863284928763283, 0.08888346345926204, 0.1646683952897031, 0.1893199847437072, 0.3688669402024547, 0.2652037288896385, null, 0.029514367740333503, 0.06913382019520707, 0.019498396417035414, 0.2151748192442059, 0.03709572500207331, 0.06545617441384326, 0.0966199917207366, 0.20603233709642696, 0.09836225837052666, 0, 0.2269239732760684, 0.21261269782117265, 0.15622220782195573, 0.07892404494357179, null, 0.005007919871932159, 0.13392858058388665, 0, 0.17460660618519183, 0.11030878013756076, 0.13369735258434248, 0.15500946357883985, 0.2440204289185723, 0.07357045777325409, 0.016703591009797982, 0.28568920382272023, 0.1309048084720456, 0.08196786527171361, 0.014548304816371123, 0.4394547261869209, 0.13043156708280246, 0.12897810765364706, 0.26914490033233396, 0.001672329815090203, 0.002885802546495862, 0.02770374722327916, 0.08286917141411208, 0.13185483241823165, 0.03268847459763711, 0.006920376125178692, 0.010970973993299871, 0.33434381225588206, 0.005328343318744277, 0.06205324317337589, 0.12066468700031811, 0.11502564821496408, 0.18032554381923488, 0.04738914479742989, 0.04515220956583619, 0.12290436393499396, 0.0350625830651531, 0, 0.07579452877554724, 0.16896397713724867, 0.14126365681872038, 0.16291455123094695, 0.2116651659801414, 0.01999412169286952, 0.02732530304796006, 0.025154809294560484, 0.0008754424395621338, 0.0008754424395621338, 0.0008754424395621338, 0.0008754424395621338, 0.13308188888236352, 0.1886083646975795, 0.23776824895250623, 0.0519207482388861, 0.11744547230493305, 0.09987857486858544, 0.3773083509084578, 0.1093183486252292, 0.03887899245937484, 0.019643375933851903, 0.1445513281233681, 0.06673153551336002, 0.0016332007382589644, 0.0015696587113916175, 0.02894801110601633, 0.0036144251787138433, 0.03902375847235774, 0.05179702689365096, 0.03902375847235774, 0.04958141836994768, 0.0008868947385707789, 0.06583156929544581, 0.1894483929490763, 0.006695893987558675, 0.05674625135663257, 0.1668124578951082, 0.018259732539720405, 0.06733285371479704, 0.20718439020421583, 0.22190684994107532, 0.2080410822706597, 0.07112991474191527, 0.08480349349607412, 0.17428016075048575, 0.016481894774115803, 0.0642189993720535, 0.04764771942017982, 0.10688285333968917, 0.04194164838277577, 0.07904424929997618, 0.09046319583603706, 0.03902375847235774, 0.03902375847235774, 0, 0.0008324615352873398, 0.3609804000853859, 0, 0.0841178914329468, 0.13691074415943694, 0.24834537221803615, 0.006173560980814089, 0.10648262296883096, 0.06878572471568617, 0.2383842849312108, 0.28883045445794175, 0.08436674323446536, 0.08436674323446536, 0.08436674323446536, 0.08436674323446536, 0.20924396454630936, 0, 0.0018147509807050711, 0.01628355806225611, 0.056754202550445915, 0, 0, 0.0827289220617583, 0.017953210714090916, 0.017758598366764602, 0.06518982789081484, 0.054371925224743566, 0.3052480633568658, 0.028367702075257142, 0.19296321940954017, 0.04058165686343918, 0.07473558108688712, 0.07185507413008513, 0, 0.0004030895732581159, 0.10149537884409578, 0.2625833297566265, 0.1514994562150376, 0.04188594190228902, 0.1866654281189056, 0.10281169087686104, 0.09902187301319258, 0.1645227267456162, 0.18329505901386628, 0.1566802362853657, 0.03218339588315924, 0.14732283845149052, 0.385490058073338, 0.007630419036485622, 0.12190912896510936, 0, 0.30555593494869193, 0.06155709261892506, 0.006948351690900072, 0.07588085036970972, 0.01123835874548427, 0.1578617382223536, 0.04442092644255423, 0.18353572744816932, 0.03021340503060205, 0.1141816406326341, 0.007632848120314331, 0.09923574523722252, 0.028034064286464364, 0.0038244421579919662, 0.24667920582048977, 0.25216322446763645, 0.1340552721309303, 0.0545914434798622, 0.13813033658108476, 0.102368016821733, 0.06738216080336781, 0.004119444252878171, null, 0.0013253445341260444, 0.04543592049228165, 0.013163597690176464, 0.0514105388590882, 0.05166506535514933, 0.046592193400576576, 0.0151899424452909, 0, 0.2121206029669811, 0.4858038663733305, 0.09642452828453044, 0.019769072886306836, 0.008206561743542031, 0.05689291865702968, 0.04800795303298256, 0.14984123013390882, 0.044588102017131086, 0.08046932462987767, 0.31947934222226193, 0.09084113567650176, 0.34330802842905106, 0.06858563419849077, 0.3384006546808576, 0, 0.1823014378809343, 0.25121362162674465, 0.0634173838452205, 0.2377468702677349, 0.08840660337347726, 0.0069186496530134105, 0.10953096060718594, 0.05594279615839471, null, 0, null, 0.21362762127317403, 0.19483093473982804, 0, 0.37402420313199, 0.02857418468039303, 0.04489378106279331, 0, null, 0.02899920435249379, 0.001813308275477472, 0.1560126114332932, 0.06073931299126752, 0.1594038900144012, 0.055483703216471, 0.20948588557999, 0.05636674659975369, 0.04888058421206902, 0.4448930470171982, 0.34605965779111597, null, 0.2311393169717445, 0.13949481680790496, 0.3634127361423584, 0.08436674323446536, null, 0.08436674323446536, 0.08436674323446536, 0.1684650014716509, 0.31639929161566305, 0.12648552744218733, 0.4854752972273343, 0.4248755686266487, 0.18197707984154743, 0.02172113906003896, 0, 0.08621271697838032, 0, 0.16810335338282384, 0.0784604376859593, 0.06269611390412133, 0.1987393433299843, 0.12273268339057072, 0.08436674323446536, 0.08384981967831719, 0.06364733548331811, 0.11316371665598908, 0.283025212446163, 0.05922135228545437, 0.11123624197213076, 0.08448051587882993, 0.06942451055093693, 0.03483173143637539, 0.3179344113576336, 0.13147990135304577, 0.05621163557042472, 0.16662573506865966, 0, 0.1785793917775482, 0.07443238572586429, 0.0730917261051768, 0.038273745122199526, 0.1389361870617243, 0.07312169407944599, 0.00956589959639994, 0.14965616644635202, 0.1126745875736685, 0, 0.090494142700321, 0.07186265072122151, 0.001863644680008326, 0.027213543134248, 0.09223451740972027, 0.02812917299179731, 0.004714040153786424, 0.04976980704224775, 0, 0.05749906245896208, 0.01851582163804997, 0.014160937777786872, 0.0755455125923311, 0.027213543134248, 0.1466925951010776, 0.5, 0.027213543134248, 0.10085280630735236, 0.03641240969297444, 0.027213543134248, 0.25850439187373525, 0.13245806336355337, 0.09511683737686367, 0.024592950976804147, 0.1293112332218394, 0.017514817819180913, 0.0144904093140426, 0.0378858822700932, 0.06955500667031915, 0.019592981626192146, 0.03902375847235774, 0.14805263064851376, 0.07735802295676587, 0.06695011542356057, 0.055059880838683205, 0.003532182634207895, 0.08576308934858878, 0.05307865723284613, 0.015604747926126874, 0.04597809725794611, 0.21217388788902997, 0.14343356559105985, 0.07285045423981898, 0.10223392198841416, 0.2195645637921508, 0.3740440528900766, 0.13047031127857597, 0.056351696965535186, 0.2195645637921508, 0.33279855579654904, 0.3364753593731318, 0.2195645637921508, 0.02236686262003444, 0.043646773971404464, 0.0008754424395621338, 0.0008754424395621338, 0.0008754424395621338, 0.37294829058034, 0.019345935407539466, 0.0278811740861155, 0, 0.045747806850697105, 0.06164684191643683, 0.03902375847235774, 0.08802459296648625, 0.03572853783260919, 0.20605979142221845, 0.03132874780309235, 0.03902375847235774, 0.03902375847235774, 0.011943534361969248, 0.3827710329936849, 0.12378955620773414, 0.02649836493736334, 0.14516458906173085, 0.06494096959211225, 0.03423072127105668, 0.18070842518151553, 0.06729996599108225, 0.0008754424395621338, 0.06437570571655174, 0, 0.02074058158317752, 0, 0.009622580790146863, 0.05056587310498129, 0, 0.08870233185096488, 0.05486373615542657, 0.05494352690314387, 0.01982149905321182, 0.1264286946194652, 0.049760737421429696, 0.0467827314885387, 0.022350092326948803, 0.03068318447165527, 0.09166379276025016, 0.07958336316206738, 0.04634670405689662, 0.04108983596247085, 0.008790484943666148, 0.04806497089184087, 0.17902039242123607, 0.03456459002530678, 0.04398485361002599, 0.011754835622493886, 0.24232569903517215, 0.05578653457885415, 0.003449986384763717, 0.48061830236143793, 0.2742379566228321, 0.07072884841970276, 0.06749564405295216, 0.13913950165453867, 0.14533314788955615, 0, 0.19841052608290805, 0.07488394361770445, 0.009176055347313654, 0.1810544512008691, 0.3195706276590439, 0.0387703224834021, 0.0935523818292112, 0.04325662596279353, 0.17081347681825929, 0.10037098570020415, 0.1238768990764726, 0.07380387184856468, 0.05392988354472631, null, 0.002791106393177845, 0.11711773320316007, 0.13610614022797315, 0.00791910282959793, 0.29583638929116374, 0.031009780056747656, 0.18296767057167804, 0, 0.13634378869838584, 0, 0.1286170995036532, null, 0.19310402354503312, 0.001593587237155552, 0.02177580878514622, 0.00017134654772886214, 0.08764673504802087, 0.006145009520193389, 0.033588942743730234, 0.0912529681962703, 0.012847375747502877, 0.12901777493595568, 0.06033846531092415, 0.1378952635118326, 0.001622536586474076, 0.017512364499729295, 0.08332172769351738, 0.09316094677330096, 0.030939895081201943, 0.17114667468199507, 0.01621662167754879, 0.001593587237155552, 0.01431086161336182, 0.1999767621104201, null, 0.01064975112702672, 0.26523771651185823, 0.011888338266863151, 0.1003822533002702, 0, 0.0932744523449464, 0.17941920364728486, 0.2118124894730723, 0.003308058674556521, 0.23020855367740573, 0.2869584354614601, 0.2087992549383919, null, 0.009602802274242372, 0.18120964846480916, null, 0.16363457883127278, null, 0.1320231032219189, 0.19131252421781944, 0.007492301581019572, 0.03689306755679969, 0.2672879379872846, 0.2410905994497003, 0.027213543134248, 0.3388189728568299, 0.06375053959944828, 0.14207621899938164, 0.12654895338018454, null, 0.11916213039999989, 0.1210086161390028, 0.15756549582395657, 0.02391874159347315, 0.02913154606380415, 0.08931150840897592, 0.04042167567354126, 0.03324022590197674, 0, 0.13444783274895047, 0.12112578884229028, 0.1147869792568112, 0.2615462848090719, 0.14160434528857552, 0.02686609139013878, 0.00881500117195335, 0.05808629939004108, 0.027213543134248, 0.12003626374345087, 0.07922176813124272, 0.13390542144890022, 0.001554388463775609, 0.08615024813967069, 0.023503186819221745, 0.019419714756524632, 0.0014629053310907284, 0.12338181302794396, 0.004319344295786437, 0.07277216338682325, 0.03533663962146453, 0.2652122736406498, 0.31328319792787485, 0.06189288656238206, 0.11711328485357024, 0.06790074227935533, 0.22590543736075125, 0.2195645637921508, 0.15007173815355077, 0.1616780550016552, 0.07763586023869921, 0.26036878431326005, 0, 0.1235660412724435, 0.003580553496643614, 0.14420842549603868, 0.13848458166348565, 0.13732910545826535, 0.07847399309520613, 0.00030547205720201547, null, 0.09709586333414084, 0.1781252970418011, 0.026593211944374737, 0.1173907035706089, 0.08833983375535534, 0.29651023434288637, 0.14144126980638186, 0.05715013219612821, 0.00242261262433771, 0.018181481652256835, 0.09191323696691196, 0.29798959886309406, 0.031742723308500295, 0.059539338261361395, 0.0755192832456708, 0.05125940137971485, 0.17416464664401, 0.05210563609926305, 0.09090322975649576, 0.03266201443047066, 0.2128819518721515, 0.27276419701188626, 0, 0.4731854328572043, 0.07718528726980559, 0.007451869576316677, 0.052698744472727, 0.16456342904408375, 0.027213543134248, 0.16528392561936306, 0.0064655751525216935, 0.06135794339997015, 0.04752644461315808, 0.07083048537817532, 0.10832302333663445, 0.027213543134248, 0.0627261829854274, 0.1582904719883626, 0.09729529997225626, 0.07416889281193788, 0.3001641319957039, 0.1264264298011734, 0, 0.04698549372653243, 0.022477034177832308, 0.04698549372653243, 0.001225292399969782, 0.103807984402685, 0.04698549372653243, null, 0.009488545700950306, 0.13520208824863728, 0.11487268848010748, 0.3571480324144508, 0.05755283907062717, 0.17613717708078597, 0.09828117819108562, 0.033356271923359125, 0.05188726482143875, 0.07140116739190716, 0.2195645637921508, 0.12832197564386905, 0.2195645637921508, 0.0861529125787092, 0.2195645637921508, null, 0.417222229422102, 0.04698549372653243, 0.059075102436090605, 0.010231310976537103, 0.010231310976537103, 0.018783475711637052, 0.10528353311680529, 0.13599709459411646, 0.05407989466210375, 0.010231310976537103, 0.02994512117427165, 0.010231310976537103, 0.0554052208101972, 0.16214994129605786, 0.0554052208101972, 0.245242340343222, 0.0554052208101972, 0.04013878133929793, 0.006945203285221897, 0.24016158743695787, 0.013273591187553922, 0.1900189366991353, 0.04475383712632265, 0.06289748906881552, 0.25833068296855854, 0.0554052208101972, 0.12358687881475904, 0.1434285540017756, 0.0767922723340136, 0.19400573046439115, 0.03872898951008077, 0.1379735246323842, 0.19400573046439115, 0.11193668416495332, 0.19400573046439115, 0.01149967968637094, 0.19400573046439115, 0.19400573046439115, 0.19400573046439115, 0.19400573046439115, 0.13035279509255318, 0.2791470774507302, 0.1337921708133931, 0.027504741327735796, 0.025348202252205614, 0.06423524566972746, 0, 0.005973118836913545, 0.19400573046439115, 0.2195645637921508, 0.19562178181462783, 0.04234928527902813, 0.004777793929328382, 0.06884516670083118, 0, 0.02728769232721648, 0.3328435812167589, 0.007363283781908986, 0.13674575685441195, 0.01626327181387765, 0.013974657274306529, 0.014416864253313944, 0.0005963230442683311, 0.07020599823687117, 0.17915071699284196, 0.008694512660320269, 0.2889740381107687, 0.2889740381107687, 0.00020675736950294965, 0.011422619800805492, 0.2889740381107687, 0.09618846791937224, 0.4470078780189197, 0.11892653388541348, 0.3693172909008311, 0.07510163280158376, 0.2889740381107687, 0.029372976160547425, 0.03149145938380507, 0.008694512660320269, 0.008694512660320269, 0.019792412747797004, 0.06906084322251715, 0.009913289108392924, 0.2089667276137099, 0.33181719428192386, 0.20627460619295543, 0.28779932133004077, 0.1774272579524181, 0.1438349752345883, 0.044127529156565426, 0.05800524605068, 0.20588814021967272, 0.03155298613719315, 0.16664731310843903, 0.04920218435329916, 0.10167396597040522, 0.05096346859499443, 0.2940375385840363, 0.06420786889997819, 0.01895218495820934, 0.1815496409028808, 0.09035923293226558, 0.32208357685472877, 0.4340943445601162, 0.18047024419278215, 0.07886427119634717, 0, 0.032820951495915844, 0.00597531811508339, 0.009601409609854825, 0.19652064194861343, 0.16462287327704508, 0.08910312453479509, 0.3730732056452136, 0.014631781998539966, 0.2041566343625765, 0.007662839266990357, 0.013660714334548152, 0.0074461077700175475, 0.0074461077700175475, 0.0074461077700175475, 0.045850919018082865, 0.08268001598376078, 0.03305755493195891, 0.05815533143653968, 0.08273374977840237, 0.254723065402347, 0.0787615609676435, 0.032023963627644474, 0.1031325849839089, 0.02960811637173853, 0.12848717091663683, 0.010509426519817098, 0.0074461077700175475, 0.228311251234052, 0.06287852756904433, 0.21756029867361543, 0.07806304091540821, 0.016707461817329527, 0.01233618252156088, 0.11734069415241312, 0.020512727973396417, 0.041587743320893635, 0.04610701305768406, 0.2374495503232407, 0.21130302566028725, 0.30976099742456153, 0.1359774828016162, null, 0.01587360866386034, 0.15483159572149408, 0, 0.006184535884656032, 0.0971619789209581, 0.1035419825701734, 0, 0.16584210347991782, 0.16432500134056607, 0.07249817681524946, 0.24649482077573676, 0.1563211868840229, 0.1563211868840229, 0.16353224860077195, 0.1563211868840229, 0.1563211868840229, 0.056626836748973834, 0.01646442664673308, 0.1823276986497366, 0.11847137538554396, 0.009536013937756284, 0, 0.014490560589924904, 0.05544372845884301, 0.12081697866822914, 0.1472567132808281, 0.01107808522933992, 0.06551685463344961, 0.01159757231448338, 0.004946706555014503, null, 0.04530398894372357, 0.10130580829708484, 0.04675721590237622, 0.371803644960015, 0.06875585545218872, 0.1060070491660222, 0.044496602895741186, 0.005090525123604048, 0.0075094530650742595, 0.07890044787255758, 0.02970024678220824, 0.28040185499087505, 0.0023597831240245656, 0.19144975207586523, 0.05694048657446912, 0.14322299390451249, 0.14322299390451249, 0.005549643449196086, 0, 0.14322299390451249, 0.1888438531403572, 0.14322299390451249, 0, 0.02695065066333639, 0.2191009303738725, 0.032682591419500646, 0.01641117894191072, 0.19934196572615095, 0.01679629419277335, 0.06181367838259791, 0.06543337603137817, 0.3457732269434226, 0.022124857469277084, 0.44327044641104496, 0.032257241779272826, 0.1103067859816951, 0.33567720417728436, 0.2922387629998213, 0.4932677096773035, 0.008958467309294489, 0.0007334895985557362, 0.1357504440226577, 0.07030069085165166, 0.2049536760928783, 0.15999114288250643, 0.01886195751872121, 0.023757427842482665, 0.0380804694753331, 0.06394071499092509, 0.016925630576888014, 0.2486757810258671, 0.07994076374794601, 0.26775863583429566, 0.03207979784336439, 0.0004136168196793616, null, 0.06290326719535329, 0.20001816773929004, 0.03137117109921002, 0.03899730413420271, 0.29840564999403374, 0.0005526035800521831, 0, 0.11808049103973307, 0.12413633171033649, 0.03348540272214774, 0.08726404703974099, 0.1903410299462447, 0.2246993869867321, 0.0874391198135313, 0.13535620252073366, 0.345699434275241, 0.035189397445876805, 0.10978784226026672, 0.06781684238602116, 0.13809619990868757, 0.0940627820666601, 0.1333802141836292, 0.12145947909609683, 0.10089753793185569, 0.03384200375410774, 0.03669351536319644, 0.3659032398382802, 0.228574860406482, 0.008694512660320269, 0.03990608326374428, 0.1310829018243782, 0.06439135530067738, 0.028640942956755053, 0.1298539806651338, 0.24137836265390844, 0.11031152275440947, 0.09025263444920792, 0.12451413192647694, 0.003606422473495845, 0.1207256301947004, 0.1222253827983428, 0.10192027719366928, 0.16219484781447116, 0.003921016085897523, 0.030536392499583263, 0.1563211868840229, 0.1563211868840229, 0.1563211868840229, 0.1563211868840229, 0.24684827130253856, 0.0019168823288342575, 0.14189257783780115, 0.08037347919326994, 0.30175994146912066, 0.014891398912683198, 0.13135406363896537, 0.00472141282056188, 0.11515830085295271, 0.027189475180840778, 0.006668152802977525, 0.009126892298629508, 0.1207978246993478, 0.00836522108690009, 0.4820671341442706, 0.11289182811769456, 0.17638428165778108, 0.16596611645503728, 0.01822448548019913, 0, 0.2304795621269529, 0.007231508257539079, 0.05131683682661322, 0.3009158221533329, 0.00460705737018782, 0.03472308003973406, 0.03628098924253891, 0.10974085005606436, 0.0074461077700175475, 0.29667608647750615, 0.003958431407046379, 0.003958431407046379, 0.003958431407046379, 0.003958431407046379, 0.15805058466760735, 0.15805058466760735, 0.0074461077700175475, 0.15805058466760735, 0.03837292841525027, 0.05903098802392141, 0.11719080174982432, 0.08559617054320039, 0.09451307475429722, 0.0343006597825118, 0.0572138501390935, 0.014107916751275634, 0.15805058466760735, 0.026930984269715717, 0.011684530023584242, 0.0074461077700175475, 0.10974085005606436, 0.10974085005606436, null, 0.10974085005606436, 0, 0.2101982541748456, 0.28682103361076605, 0.25752010618215054, 0.009140132707316432, 0.1989854207750574, 0.018000624023967546, 0.0035668141310842135, 0.1174669799049752, 0.09212872257090889, 0.001843812543766583, 0.0074461077700175475, 0.06791162133905754, 0.12483561064263048, 0.05881278700382144, 0.12787767293776622, 0.00957332694260197, 0.020555808751512795, 0.016804714310790964, 0.22006485529738437, 0.20185836774375823, 0.023284985736936048, 0.32894607534239334, 0.059935460582934925, 0.1557623343922072, 0.017036146790728575, 0.18914687659760404, 0.00021799786888778824, 0.1151249358654719, 0.4056390622295664, 0.1200075697181963, 0.0806415710895969, 0.07293564531524896, 0.08025261805686332, 0.19604490965810512, 0.027301202233340604, 0.2217172642480045, 0.4021261179508211, 0.02429464357992746, 0.12420363578956316, 0.018118311403140182, 0.1283745047826927, 0.08333105065605576, 0, 0.008090105348876709, 0.08955682514687281, 0.2918079320165853, 0.04808833935176416, 0.14730854643980182, 0.1447574616672739, 0.03036515400749534, 0.03584436779067081, 0.05934843175490595, 0.134291417361219, null, 0.19931799359072136, 0.16194291191819812, 0.09081612442423886, 0.0027130560874068553, 0.19150243339522613, 0.04663113611873199, 0.06725432532495713, 0.049216815648046607, 0.053171115297502944, 0.3322147694136747, 0.09503834869625868, 0.03066813913020152, 0.043068225822816386, 0.2126535075257892, 0.1382276867510324, 0.12604957181963294, 0.4135625492574628, 0.24327575662070408, 0.2889740381107687, 0.2889740381107687, 0.2889740381107687, 0.2889740381107687, 0.011716601455942678, 0.10082116287805123, null, 0, 0.020392068766042153, 0.12835121745160627, 0.023189855442827555, 0.06073977504417097, 0.05046422529441604, 0.09658208904939124, 0.1445714857137657, 0.011083772384474631, 0.08443873294467001, 0.004463860902422139, 0.25318942956870627, 0.1850405019857813, 0.4387171720934805, 0.12749139632649667, null, 0.0003035068743424766, 0.26742304514206083, 0.18757075547431387, 0.06802973822024994, 0.14812951869296273, 0.034052064468445276, 0.013964234589698057, 0.19150243339522613, 0.19150243339522613, 0.19150243339522613, 0.15117759978621725, 0.03575992469196757, 0.06082293600348082, 0.06644920662427656, 0.1961569837423424, 0.17364350494380312, 0.07258056327003018, 0.0021357493359016196, 0.042959315049729614, 0.050767411660845134, 0.07976072670181812, 0.15805058466760735, 0.13026428965033804, 0.15805058466760735, 0.00925413840336889, 0.15805058466760735, 0.15805058466760735, 0.10119956727909354, 0.2830600760820645, 0.14946422024056158, 0.10600394479184648, 0.11937993744582524, 0.03776645670609812, 0.013941006181418704, 0, 0.2038186356282089, 0.4191367326706799, 0.004667822379841661, 0.04801834416721486, 0.2389397478037502, 0.06973960701418742, 0.02553645289092982, 0.005142797256628031, 0.15376039897228436, 0.08425678372454302, 0.052536494188319766, 0.007126118349477088, null, null, 0, 0.19341591347598588, 0.14494864326929888, 0.0009326118446584528, 0.11609185705189784, 0.08011103882160797, 0.01063479489163173, 0, 0.1603625718122361, 0.0693538395115245, 0.11797921468058092, 0.12050646347767338, 0.16813862222830672, 0.032655640491229, 0.10771716506677843, 0.2431181849214785, 0.14697758554073495, 0, 0.010547696578072424, 0.06550544429344976, 0, 0.24022092157310632, 0.12634212485041696, 0.09196074405723234, 0.04606576870287133, 0.06921929504281875, 0, 0.026805374463062664, 0.013939038158255196, 0.037721735552169136, 0.101635401019851, 0.0923288246044151, 0.041990285906832105, 0.09133332488798251, 0.03013775597651484, 0.016547661397599216, 0.23858751998357167, 0.02052385593891124, 0.10974085005606436, 0.3765760094206174, 0.10974085005606436, 0.24162086570259905, 0.10974085005606436, 0.10974085005606436, 0.014157768171330815, 0.009248085108190076, 0.06995276443235145, 0.4392568776726295, 0.27741550818479266, 0.09263649093874884, 0.08007676759782101, 0.01139035861185023, 0.18309268336435375, 0.16439637336987545, 0.18965432115088143, 0.005045690142399504, 0.03523844734437217, 0.1645032663432405, 0.015151823688340144, 0.20013827861009223, 0.008663504730555247, 0.001014425781961068, 0.09942120544222743, 0.10837074992679782, 0.05991420443509377, 0.3592123795084595, 0.05012887429319425, 0.21342864169338385, 0.23191603398162333, 0.1453659556289036, 0.289170244983369, 0.10000544068532116, 0.10000544068532116, 0.10000544068532116, 0.10000544068532116, 0.0003489845626817295, 0.31996665623812487, 0.05108032696069513, 0.082021075252199, 0.0014074459734146638, 0.057025471120127805, 0.28048399589666134, 0.21837994870578523, 0.07920353534681546, 0.0724707444876946, 0.009525389337412043, 0.12585667058871494, 0.004705321846827717, 0.0026044511517829614, 0.17074396016256954, 0.016481312256255858, 0.10655854296914996, 0.009517630532469368, 0.23965794977404395, 0.07349735297427148, 0.017467414497599396, 0.04436411941167047, 0.19491048484362616, 0.0504331834246071, 0.08542619510142871, 0.1471529229283007, 0.15490197393082344, 0.09856483329465487, 0.2633717400035994, 0.0749727735959198, 0.07230977281137614, 0.056084564934104505, 0.01140366973452116, null, 0.01957112437506512, 0.02876980067814443, 0.13574339099672106, 0.05162058382871803, 0.09207928848849858, 0.1625639667521508, 0.3239506108312091, 0.06538532603036815, 0.08522686892371663, 0.1443744311236708, 0, 0.0874184289841118, 0.07403747852481908, 0.4480191162672787, 0.12115789202392246, 0.07807715894994836, 0.026880006494264128, 0.10740727511655317, 0.09595759723302104, 0.010972870821835226, 0.4398404327932121, 0, 0.026917893407569463, 0.05806915523820791, 0.11109420007237455, 0, 0.01438607803498468, 0.1351780073253453, 0, 0.02493141787158824, 0.4511495015372178, 0.043681991787106134, 0.14322299390451249, 0.14322299390451249, 0.1137628147292984, 0.14322299390451249, 0.1133521614821768, 0.14322299390451249, 0.05168065306207796, 0.393706210290624, 0.01829765773656203, 0.10000544068532116, 0.020519188174897205, 0.02556704004572529, null, 0.020783754126828275, 0.10000544068532116, 0.0544531352898167, 0.008694512660320269, 0.31251498884448636, 0, 0.006956964722689719, 0.01999028626291508, 0.10000544068532116, 0.10000544068532116, 0.10160476231314544, 0.07638176292814376, 0.018509999127792012, 0.08373320478611816, 0.05916411219833928, 0.045337425107917266, 0.07395964165300856, 0.16861623236945142, 0.1451160109849454, 0.08948825435737695, 0.1305625998265115, 0.056370317151664864, 0.059574566909639706, 0.06969835207135107, 0.1270844647135759, 0.12515640120534743, 0.1881087234000407, 0.15743915537538217, 0.24662074908855697, 0.3329485119984006, 0.17385746168883098, 0, 0.012921187980261484, 0.06848551138729869, 0, 0.08808411917416172, 0.13446174175135558, 0.27309505400472905, 0.007145948595045635, 0.08517017611277787, 0.008694512660320269, 0.028570748879375493, 0.02791528568322204, 0.30709720827832676, 0.12514523556193238, 0.26445895140961073, 0.05085651413897299, 0.11208947773112404, 0.03754961020653224, 0.25958960743737586, 0.013792534782530216, 0.19150243339522613, 0.19150243339522613, 0.295781547523154, 0.0005052686581860997, 0.19150243339522613, 0.13261506526463557, 0.14733058597327675, 0.019941223335780307, 0.16020143953429586, 0.04813364661644633, 0.19150243339522613, 0.09269365274020154, 0.11588013043064806, 0.298369395149552, 0.3951608773781821, 0.29697455464633427, 0.32598499380015017, 0.21084727991224925, 0.013674455559556396, 0.29905774220215414, 0.12307795959947976, 0.06471203166539824, 0.17005773289175152, 0.0371753400399314, 0.29962665399135896, 0.17500529646344246, 0.03549947331820495, 0.387355357965875, 0.34920069580712243, 0.188882359584671, 0.008694512660320269, 0.08241083492157907, 0.006328771516996353, 0.0008790014498297011, 0.22514646127240595, 0.038250427488472925, 0.06690425445673398, 0.13258012139723654, 0.10193733454783512, 0.06118766910668092, 0.008694512660320269, 0.22044360715818176, 0.07989729965039145, 0.2866484096728506, 0.057173302786194015, 0.17075194045636605, 0.12629441383920292, 0.03887825214851417, 0.05517427662553612, 0, 0.07868183978132177, 0.16126882069425888, 0.021578863497840467, 0.07883886521354383, 0.12307188274087325, 0.05153746708570144, 0.01526259341940856, 0.01041075787797196, 0.0021559888458874622, 0.01256446804531743, 0.09317927440096983, 0.2586870872356015, 0.00696525654187724, 0.23491337831860531, 0.03941736537152699, 0.16805241888489342, 0.11497544498525251, 0.27460387777077244, 0.498886236044991, 0.022375398322472113, 0, 0.0033902775868625288, 0.06901520628410264, 0.017903967639715836, 0.04358824203819421, 0.12425092756200164, 0.19292819185042032, 0.23001482528629483, 0.06257170726572851, 0.08569405899735659, 0.07446273414354414, 0, 0.04207613029716117, 0.1539658042756231, 0.1142309059547086, 0.055703623919474345, 0.20683563333454508, 0.11071515069161958, 0.30963973363113717, 0.12466637652367746, 0.00282905198964821, 0.01959295106205768, 0.002086173860194082, 0.2836469477914993, 0.08541635042287786, 0.35264191260667715, 0.18557346990713555, 0.01579992883695033, 0.08303262612761551, 0.018459488556643977, 0.2142206701372887, 0.09695953833698392, 0.016306522348898785, 0.02573731984932664, 0.14015137345307055, 0, 0.12259463042472828, 0.06673051427940083, 0.0040080091956802184, 0.014645531380801524, 0.03595889572741729, 0.14957178584031283, 0.1548715925549119, 0, 0.04017925682094439, 0.003958431407046379, 0.003958431407046379, 0.003958431407046379, 0.06919933892455529, 0.02424977163995417, 0.10717266168114371, 0.1323777858386369, 0.03362876114225402, 0.003958431407046379, 0.3496622792604985, 0.00977771913166101, null, 0.16719716975279533, 0.24203852223412348, 0.10305472469135264, 0.13290153831919516, 0.009613894091512028, 0.020650660486426352, 0, 0.03921949487472283, 0.24402588922696236, 0.06814332953146976, 0.06319931225571425, 0.341727082490651, 0.022222348781807327, 0.12448331195772916, 0.013123534884865468, 0.01095689269716452, 0.1764914683301972, 0.24191859625383552, 0.04310162659106669, 0.020328633988687592, 0.04324480895367368, 0.06814332953146976, 0.08044812695598696, 0.04968571725540026, 0.08036692477616603, 0.14374788733690583, 0.000848662592746027, 0.2001142968416697, 0.03691051253597049, 0.0675404727162045, 0.005055286553977956, 0.3486781332513084, 0.07236563647031537, 0.19579628061314225, null, 0.007956566752243778, 0.04423638861894841, 0.03160118136521826, 0.1010592934188809, 0.04637865591016383, 0, 0.17480776652298316, 0.0062993164680581895, 0.008116722574995438, 0.03775272986983227, 0.02884834891889412, 0.006742691645668777, 0.012075941323363178, 0.09784509967054808, 0.01851390526184923, 0.057303268854032745, 0.016556135808284383, 0.0800102448336959, null, 0.011174297986529044, 0.031399780745424606, 0.018919713694111044, 0.13679843973875183, 0.22707060505096596, 0.08727271320827941, 0.007657952050410097, 0.0834397651806361, 0.16871919681704436, 0.04300937484095061, 0.07354560796110965, 0.15693606974326213, 0.16847180713483306, 0, 0.03893638396211833, 0, 0.3101267223721277, 0.04947558727995138, 0.08129328772557023, 0.03572060527850106, 0.04325173582536206, 0.1439215688359523, 0.0033254418367434243, 0.14436259592953302, 0.04974701547303514, 0.0028460686021753827, 0.014891982256433282, 0.00916107105588874, 0.14296675712944282, 0.12486416569865638, 0.1373576377912183, 0.02412223692180477, 0.0012569523610256549, 0.16343366664623038, 0.02758910122083024, 0.011411123524504066, 0.27178289568185804, 0, 0.12224343427899773, 0.1891722857352848, 0.0985564495963472, 0.06664743211792168, 0.043102520477649925, 0.09078951401011952, 0.09882232842118746, 0.13561309615610354, 0.00482248574688486, 0.030216320211720823, 0.2711199015332768, 0.04552430114700787, 0.10960262501427734, 0.07884140280309009, 0.04552430114700787, 0.04552430114700787, 0.04552430114700787, 0.14663497527455976, 0.07358044621214574, 0.1117438698981974, 0.1199399924610432, 0.06814332953146976, 0.01346040602145023, 0.023570268358838836, 0.10266415817307271, 0.09653426393302952, 0.2681208221750233, 0.00043492512056502, 0.14731332493238633, 0.042413408416420426, 0.059492977661795114, 0.06814332953146976, 0.062186874134018175, 0.1300157254204323, 0.2559209765473103, 0.05610835240001359, 0.06358431083529863, 0.154895747446226, 0, 0, 0.1154761122402603, 0.09545914632994822, 0.0013689683053973026, null, 0.027951297214670337, 0.04552430114700787, 0.0578677568569948, 0.06814332953146976, 0.06814332953146976, 0.03534241147221627, 0.04552430114700787, 0.042531537805318, 0.04552430114700787, 0.06814332953146976, 0.1451019193838165, 0.01907455167693291, 0.0573531575061088, 0.07237415939689748, 0.03943520468794625, 0.02137875749043159, 0.02243180096863141, 0.2186578417525821, 0.06814332953146976, 0.07404129320240693, 0.0344264418339088, 0.2028559033146688, 0.09164204733241904, 0.147451521568551, 0.1631591022400095, 0.07684068751307946, 0.031296110906526106, 0.14440859965710873, 0.03424623954461912, 0.05873834433032594, 0.028945461074319796, 0.005618024963171295, 0.04552430114700787, 0.02092449198045353, 0.10412897060554176, 0.08085696925171974, 0.009695032460554294, 0.28288818023194984, 0.1662668509973913, 0.030013116895403435, 0.15639045904232743, 0.003364472790335707, 0.04812051591717531, 0.11555780135278047, 0.1385126291951736, 0, 0.0671233665080709, 0.11551143430334204, 0.02323508541020292, 0.006835238755710672, 0.00765271311303036, 0.08780156187242016, 0.016706678035070113, 0.3446518987097146, 0.08607354564202205, 0.0948188888968879, 0.02804739042852744, 0.21451258849144353, null, 0.1611938010956757, 0.06737027548941281, null, 0.06096480362266529, 0.05309072361458044, 0.05563374493263623, 0.1392345242554747, 0.14828956777628938, 0.11859817391845892, 0.04368847434628496, 0.2264797667159729, 0.04991561388269771, 0, 0.20620331284340257, 0.029493845806338525, 0.0857563218576764, 0.1687661297381873, 0.11326808998712552, null, 0.04314374332782377, 0.09042873623193136, 0, 0.45283160083536594, 0.043101553900501945, 0, 0.29457682450257966, 0.24025837264271777, 0.047032755197368506, 0.02425990518620772, 0.198900135361808, 0.24629871895508815, null, 0.008143079857162824, 0.03115862319789508, 0.17146270240644576, 0.026079849535954644, 0.24272780945515776, 0.03789616124389256, 0.023422025467402317, 0.04399429660040285, 0.008342921756336557, 0.13582495767812044, 0.18961789568522663, 0.07471863122763817, 0.007496982645234325, 0.10615837233851352, 0.18155143012341832, 0.0558396727356324, 0.027496160826502317, 0.18430899871655895, 0.05654317145778134, 0.001053421036858659, 0.15036233209917954, 0.08803638489375246, 0.20691401380551572, 0.0053999853244232395, 0.2058003424297924, 0.010037818762616014, 0.12419695890442332, 0.08923221006973442, 0.10967900000836878, 0.06810752958086054, 0.12626838839169482, 0.0974215349118385, 0.14672831218125698, 0.06697359920584073, 0.006314085768200959, 0.026003533842383953, 0.0404936025548693, 0.24140625029392235, 0.15226483717066966, 0, 0.0688357643056779, 0.1599996104569517, 0.054115717224543475, 0, 0.047641149501205605, 0.06982820053240205, 0.18839271145658776, 0.04723903069635074, 0.10226744159342732, 0.10969657323667847, 0.032280727388326845, 0.14891055540321185, 0.06789100786376424, 0.06798182982506391, 0.3605221244382615, 0.04476909657564692, 0.059579088196521, 0.09227136418140083, 0.03921077087426206, 0.1035318074316067, 0.1043261365522338, 0.07795667896415098, 0.16231992156436711, 0.11327884964192364, 0.05454646685345393, null, 0.06555823570381292, 0.013623140074462428, 0.0458202691209056, 0.08550592571936591, 0.029988344905987528, 0.08664915381160554, 0.024955808034018017, 0.32637231222103896, 0.005198533506201986, 0.04506967397157809, 0.048977317718401234, 0.3338290117461519, 0.052372401968711395, 0.007632606181889128, 0.04637960435170538, 0.0009786762014126107, 0.008609589567869502, 0.00409912440783849, 0.07715286067750311, 0.07441691905886627, 0.14158409412923273, 0.11189710160080374, 0.0467814388563703, 0.05904555229830865, 0.007124154722869245, 0.0982483939512827, 0.015447281560219468, 0.12994521517354193, 0.07799303459412923, 0, 0.0655609567740761, 0.11324551371207783, 0.037915444685683405, 0.01914382950999275, 0.04032427856669118, 0.02424130984709913, 0.05543941025907124, 0.30739779958201396, 0.25351587644447354, 0.10362940617945406, 0.06743047141558237, 0.10442004928347692, 0.0689508371324845, 0.025452013782931916, 0.01222204054764434, 0.1640696574282268, 0.04814724539792584, 0.08375249088334227, 0.2587259593387385, 0.3959291762837418, 0.13122159984267875, 0.006808023996841622, 0.004250464366861402, 0.1321596957395758, 0.12189978605890378, 0.042677500762689224, 0.36697105511426914, 0.09918650690547325, 0.0269272860434492, 0.007593410456855411, 0.00014716401864109214, 0.08209138082356698, 0.28294565226697904, 0.028289333035422665, 0.25223311293893447, 0.15160928149975392, 0.009101168792903557, 0.00955487926467696, 0.029214758042874277, 0.0476812915485666, 0.006980434987646347, 0.09423910035466038, 0.26532616624918226, null, 0.20840934051668797, 0.18527065732484993, 0.020207086403800565, 0.006416860977668169, 0.14308532907349825, 0.0022872210451947875, 0.01912936222003913, 0.20765649722646723, 0.04429986553379493, 0.006819030186739928, 0.09479694655952978, 0.16440091514968855, 0.06000812871447593, 0.09363989865172208, 0.03637303322488853, 0, 0.4201469603449837, 0.04405094253644196, 0.1439116276086714, 0.4043249408126741, 0.04342374578406236, 0.2515406818540296, 0.07021361758578012, 0.11296412020782085, 0.21002473001346308, 0.2472288004143939, 0.013827631334922444, 0.039088672277433525, 0.029287048796927832, 0.049271348141288515, 0.01779306191081013, 0.3408562314349482, 0.00416199979405151, 0.001808870394958541, 0.15773208927867993, 0.02091191716386493, 0.05848984031981686, 0.07169763576028841, 0.020597465387334472, 0.013943601503978557, 0.4955380299191111, 0.2466504590763122, 0.01818560737350144, 0.07278748467550715, 0.1913597166508948, null, 0.22124915124935488, 0.03652492036389499, 0.13683370675523923, 0.03514305175687353, 0.03885292711792147, 0.01775652933908931, 0.022908998463307063, 0.1378523253135201, 0.008916534353924421, 0.2304679308472359, 0.010479904155009444, 0.08109409115310563, 0.07937460400652871, 0.061223964673744226, 0.17222853555715673, 0, 0.0002659695778218078, 0.2795820736648264, 0.024273684351025244, 0.11547454302240708, 0.028275688974822688, 0.006203945446770523, 0.1035956192451622, 0.21719540536014056, 0.00047625463292987194, 0.0032221013996571574, 0.1477793284288624, 0.2906526909242855, 0.03214847514623388, 0.24014442523620003, 0.10075417602616007, 0, 0.2419922875646918, 0.1806438252275838, 0.07556456118725986, 0.5168078218708999, 0.2816186743303535, 0.029062504297403053, 0, null, 0.06607150386482692, 0.0007025487093462665, 0.005651515561223161, 0.25652879481912155, 0.06248589378730541, 0.0435440291810461, 0.0000866652624457251, 0.009468902112880113, 0.035777122157032604, 0.06645424880652792, 0.14581832624814253, 0.01661441835207233, null, 0.10911139347768611, 0.1467739046189268, 0.12380439277536506, 0.017619033687174566, 0.09926078266816377, 0.032202704014525685, 0.019055192109281985, 0.016422443577681953, 0.10178337921232396, 0.016908895161993877, 0.5, 0.05903933683789618, 0.24337036257866235, 0.06429862466047086, 0.013800359062182112, 0.015434519769594129, 0.06041552747771171, 0.02125121029162055, 0.07458800947545337, 0.04916264066234935, 0.10749456181053169, 0.14418484418686503, 0, 0.09324879823143088, 0.2343393727866158, 0.13673278822492377, 0.08969816563052957, 0.2299799824064312, 0.02253139881484727, 0.002206786188100934, 0, 0.37943361396597336, 0.195841199030089, 0.07125691785218516, 0.07393369448511629, 0.001697238741042255, 0.09629235980424036, 0.033989840586766615, 0.006665168441265091, 0.018613211407706637, 0.09880979474747108, 0.01953495690552317, 0.006238628824626727, 0.05275016458992108, 0.15289054329640933, 0.4456274178946485, 0.050225652873900455, 0.054825356339044, 0.3965155446740929, 0.09528071297679085, 0.088852624759651, 0, 0.1996806844043584, 0.0753201832715514, 0.23743990598783823, 0.09223809679944212, 0.03407889013903382, 0.07574666271934044, 0.23632415654442193, 0.22088193144261783, 0.2668861832113206, 0.0002443180319499162, 0.0013756945326656369, 0.11863863274288944, 0.01764779666574085, 0.028048819323915612, 0.1897844156711153, 0.05382763903989616, 0.06437991754091144, 0.026319373744008275, 0.08775049625062702, 0.024363713688607513, 0.003487934538318461, 0.05167199215020969, 0.18520508553762852, 0.4322526256700996, 0.05955801332782418, 0.004117587907086961, 0.02165232348529251, 0.036653876604195494, 0.5, 0.21718690357765144, 0.12092679537484734, 0.14288231885911137, 0.021127313750781515, 0.11317661667993588, 0, 0.05171585451710245, 0.09387942341335476, 0.05563745675854488, null, 0.0035127131090604575, 0.019817941828351917, 0.05221472743743384, 0.020465458344798623, 0.012077357757809916, 0.00864755642379575, 0.19136284039340828, 0.031232887933757475, 0.11218930174657428, 0.0773523885277027, 0.03471115650492911, 0.020064700235303712, 0.007154303440407882, 0.07711458398739358, 0.11693443175513084, 0.06773308530215318, 0.17049624709360017, 0.06459902100463684, 0.015568695544317609, 0.1033938937098582, 0.01907791060215592, 0.3057175263572689, 0.06669215814778978, null, 0.04467370665840923, 0.12245059287833748, 0.110258923564494, 0.07120465345818543, 0.018768917232498055, 0.05255773243304067, 0.09451370798702788, 0.19581449518544705, 0.04467370665840923, 0.04467370665840923, 0.03259251451702003, 0.04467370665840923, 0.04467370665840923, 0.33088863460917667, 0.08286808361104821, 0.04467370665840923, 0.04467370665840923, 0.017995416699909245, 0.21839289981935567, 0.1983394802905306, 0.0905643973986464, 0.04467370665840923, 0.05226061133956691, 0.04467370665840923, 0, 0.10824474536009386, 0.0557659693901245, 0.03018289899972324, 0.011463594416093048, 0.005347008342006272, 0.04467370665840923, 0.2566444228667732, 0.43293164689846614, 0.04467370665840923, 0.03758743848407148, 0.026293502835847384, 0.10578046223577482, 0.12415203299645672, 0.3765235177688047, 0.02898838307858865, 0.07075387698444364, 0.05070289880540728, 0.04493452213789768, 0.07428230723000749, null, 0, 0.03971926972535464, 0.12924253755183865, 0.11842068825764696, 0.19210483419191315, 0.31101594096910035, 0.14560829540539877, 0.04467370665840923, 0.062722540912437, 0.22193898107392615, 0.04467370665840923, 0.03901436279757643, 0.017590193609312473, 0.32734383045421317, 0.06207891221263973, 0.09624794291493102, 0, 0.24323385470447317, 0.057362927512545674, 0.12826558337452082, 0.01634853767031713, 0.14233193225083984, 0.04244042873645501, 0.07204899729779701, 0.018738620517309363, 0.15595710838336746, 0.08113932447065324, 0.1669347316181414, 0.25436580441604517, 0.048772249387933495, 0.19678568517610037, 0.2566444228667732, 0.2566444228667732, 0.2566444228667732, 0.14332604078432223, 0.1223098976857135, 0.13922716790292944, 0.018838385789363542, 0.008613093351483801, 0.1837773788623774, 0.17859044577047078, 0.004097202425663312, 0.21956555665140057, 0, 0.1367472189945801, 0.2310902980442677, 0.27683711828573954, 0.07121201216541319, 0.03130048465830395, 0.04825021958229456, 0.01786706320630552, 0.08097709158279699, 0.0208143953129667, 0.29685354134461645, 0.003049207868922505, 0.3729677325936378, 0.12300970264823231, 0.11829473523107475, 0.1367669692026018, 0.001104789540527613, null, 0.021608117079206592, 0.19648398667840855, 0.07531365664883316, 0.07531365664883316, 0.4226754683112182, 0.10946554606603844, 0.011255922033186686, 0.0036243366772167546, 0.29146473690557595, 0.03666151335774688, 0.007681477238121737, 0.0030280438301641417, 0.0257429828036158, 0.040582964498360206, 0.3810621528388383, 0.3906004407549435, 0.11101094647249214, 0.0006701368706399771, 0.05130471761475724, 0.0010835828313493744, 0.032075862002374084, 0.06191658887265052, 0.1828426836878727, 0.027794517139456583, 0.04057351777505318, 0.14313264508527132, 0.045440266093260503, 0.10047340613460612, 0.08540474784596033, 0.05232974193797451, 0.0596789743278855, 0.001237424533561326, 0.08709032202052176, 0.016127599905497465, 0.1849864341813633, 0.022140496539037803, 0.24208666300955092, 0.03879115351988332, 0.07531365664883316, 0, 0.017939814982128374, 0.08862968378373538, 0.38154758321909954, 0.07531365664883316, 0.1213880693744748, 0.08240600813397256, 0.15320352630016806, 0.06018506860734292, 0.07531365664883316, 0.0678764990137374, 0.007452497346020675, 0.02137100742507975, 0.07531365664883316, 0.22273526204063623, 0.021209709390079486, 0.1345996148838646, 0.07531365664883316, 0.0873869728448875, 0.03973978193715928, null, 0.06233457597801776, 0, 0.008506698575327085, 0.07871624785994326, 0.07242913054685653, 0.027091947453814713, 0.12197451794058768, 0.08814572703048867, 0.048602816462207814, 0.09304115807988922, 0.2909295355612877, 0.04598881622474505, 0.021809489559194033, 0.014685020314469496, 0.007379885310018389, 0.04517708629387569, 0, 0.07531365664883316, 0.06463387682510091, 0.23120012983729288, 0.0969857438061636, 0.15698385203589768, 0.0715552001467983, 0.17106679995911683, 0.13741930939056385, 0.041862220095266384, 0.07872188254628738, 0.07837608476432599, 0.16685532096674702, 0.14879521879489252, 0.29583638929116374, 0.0029709816830870185, 0, 0.03969077337840477, 0.12265021764187058, 0.2706372389564073, 0.3312535226027318, 0.04138826075146466, 0.1304681029260623, 0.04467370665840923, 0.2566444228667732, 0.2566444228667732, 0.2566444228667732, 0.00824598814215128, 0.18546088018878232, 0.011762340490272992, 0.2566444228667732, 0.07861246804056847, 0, 0.13372024358018209, 0.08497090138717214, 0.06421681862764683, 0.1310339282426372, 0.001533084633883036, 0.006424423279197634, 0.1844468356480424, 0.033730609206036606, 0.00824598814215128, 0.02764570498105501, 0.10025952017444928, 0, 0.04035037970614154, 0.002836846906186922, 0.00006932458897600828, 0.00824598814215128, 0.07080058092597137, 0.08219932634066096, 0.16031986060100725, 0.016483689306139894, 0.04345921411170986, 0.10526284050783992, 0.00824598814215128, 0.028488413792639677, 0.11543089224705644, null, 0.0064283578933345565, 0.14435773761883858, 0.05289519499741362, 0.18465763586136055, 0.12140991704410502, 0.1914437061431545, 0.0006473458335367894, 0.06558351946870712, null, 0.21753295460338, 0.04467370665840923, 0.2986757386482555, 0.1898511684243923, 0.044744310602401416, 0.021386270947416425, 0.03670953571551101, 0.26856615858689925, 0.17469107097474226, 0.02627187462845083, 0.06325225416575835, 0.041110353918121255, 0.19299765344873543, 0, 0.0020479537175935253, 0.09745081420496698, 0.05438538968604555, 0.04043063092625492, 0.00824598814215128, 0.00824598814215128, 0.3922031386305609, 0.00824598814215128, 0.015945100042364466, 0.00824598814215128, 0.044616308248929745, 0.01813564080073876, 0.17123898636703722, 0.011288945330682974, 0.2764182670243261, 0.1494959420141036, 0.104675339550395, 0.03540065879263221, 0.03150779499407854, 0.09712831163613482, 0.032460306719445976, 0.10608035173293484, 0.10989535867936612, 0.04075175356455119, 0.202426206022772, 0.05270347955876248, 0.33029624850731626, 0.09916744524151742, 0.01917771052158129, 0.15622542582228183, 0.03261364571887879, 0, 0.1949766325048359, 0.04255517529118533, 0.0025182987717014657, 0.006959484124597001, 0.10061178178766142, 0.18652942796858896, 0.33000409866715497, 0.03219905414639577, 0.08776806269498219, 0.1000360998292726, 0.15839928589762917, 0.09036726903032692, 0.039304056304693226, 0.01996644342334032, 0.1755062941565001, 0.33545427068821426, 0.04467370665840923, 0.04467370665840923, 0.04467370665840923, 0.079399007542565, 0.0107356973479008, 0.101526669376495, 0.03286640649994571, null, 0.10031864965306996, 0.2431373361119289, 0.05367011507188098, 0.05590170490172818, 0.0375291998001309, 0.03533723954664587, 0.2136468445886709, 0.008867302380334152, 0, 0.08394758318503728, 0.11765348212648707, 0.25005125344675855, 0.2922508669057684, 0.04467370665840923, 0.04467370665840923, 0.04467370665840923, 0.04467370665840923, 0.04467370665840923, 0.04467370665840923, 0.24843013184040985, 0.22547520311801125, 0.0848514835649014, 0, 0.020301157219010667, 0.002564856704283386, 0.15862564884713726, 0.1820258303295274, 0.0039319030978221745, 0.01836329518124593, 0.1885668314704884, 0.0904513712897586, 0.08180090073716445, 0.00615625932960139, 0.001250818526133927, 0.13008705445075155, 0.05524869942518928, 0.42230117927160016, 0.09366361704822926, 0.10810081151296748, 0.19562178181462783, 0.3552613019789114, 0.020048750439399594, 0.057270165568045275, 0.013656846846583144, 0.138451167225856, 0.2074679766138605, 0.047317801736775064, 0.1812346166244914, 0.0636813974882176, 0.1460855299852523, 0, 0.026291105241947065, 0.17037231564487232, 0.096854588161916, 0.1858934854265412, 0.11748995826332728, 0.13265518221676947, 0.09728112281098927, 0, 0.01740422383013736, 0.5007400846069533, 0.017953865694495634, 0.15136817955351484, 0.3675162691850869, 0.03436482539091585, 0.040957738555041825, 0.03172687793371495, 0.14580860512859858, 0.1481075403307845, 0.2918654464826269, 0.05686690622448814, 0.004635935829791846, 0.04467370665840923, 0.013799330248477263, 0.0028392848173908504, 0.04467370665840923, 0.14252622555072944, 0.032892113675055006, 0.06978171486491733, 0.0015406163059064218, 0.4275728797513982, 0.061529987407592475, 0.02558610978553654, 0.0062064020174081, 0.004083130551671198, 0, 0.1303074728537593, 0.20639923149548745, 0.03515152659191382, 0.03515152659191382, 0.03190211998720614, 0, 0.03515152659191382, 0.03515152659191382, 0.05440255516099777, 0.2149840356883107, 0.018628528223208405, 0.13509975320702275, 0.04467370665840923, 0.06168240615801874, 0.003411572538506695, 0.07944827142203902, 0.12165485905995012, 0.010483234300873652, 0.13252545596675852, 0.08908182065261094, 0.05096771871200408, 0.26887843003204603, 0.024779965976235822, 0.04645673110570793, 0.2793247110094234, 0.10065166695512914, 0.03695735309114086, 0.11864103198235332, 0.13885561905548988, 0.2183662791550848, 0.16670540650356427, 0.01868235285339359, 0.04399538477441602, 0.14034564136043504, 0.21020275245173164, 0.09934310057004256, 0, 0, 0.11811862584954971, 0, 0.4347104272111943, 0.0872728718076368, 0, 0.3318391946428054, 0.014811673681389186, null, 0.10204938330370662, 0, 0.10692636502205544, 0.24529700310053393, 0.03810226608453978, 0, 0.018279273195862436, 0.1004658584079094, 0.15108445713990432, 0.10839543673486449, 0.1751681673974061, 0.19094332019950933, 0.04851227765521862, 0.005465570126766862, 0.01528121374288686, 0.01928011321248982, 0.12794523622441867, 0.3663724940162944, 0.2089662311986623, 0.011605120788368275, 0.14065588953648894, 0.07310782601458954, 0.29368598355215336, 0.03515152659191382, 0.03515152659191382, 0.07002270224637734, 0.03515152659191382, 0.11462644992835865, 0.034318467821209765, 0.03515152659191382, 0.013888432090535294, 0.00593495773648834, 0.04184228579442001, 0.014370695280953897, 0.11192252761357774, 0.008382307900611907, 0.010075706623477553, 0.030555498168172154, 0.12780920781634336, 0.0039971796715680685, 0.008981659111399472, 0.012907563447377451, 0.02651859925497999, 0.0035224258370304307, 0.02850010299131734, 0.10377231242289398, 0.026180460469489387, 0.3016219123180735, 0.09870739532090891, 0.03787722582526397, 0.06975311802057957, 0.19410637794726177, 0.07956901822399301, 0.43426698013261744, 0.1216969990848423, 0.0201808825948094, 0.05200709435484486, 0.0035198568523001576, 0.05244975455179634, 0.08042899814440393, 0.01394504399247006, 0.07500019622860608, 0, 0.023804803467137182, 0.12742211119187627, 0, 0.0023949053780616104, 0.0653881500852908, 0.3381226371455279, 0.033085365622443734, 0.07748268390641698, 0.10651161759027478, 0.005704879275830402, 0.0950503802498322, 0.18184956866981355, 0.07196447188197161, 0.03883118400816661, 0.024966143121414534, 0.05146176543562889, 0.020826774572637277, 0.0011748443580625932, 0.015995147095239262, 0.09128482199742614, 0.36132766116652176, 0.1296057607260142, 0.10074969737149136, 0.08857132100741762, 0.14261651223727534, 0.2562856604872659, 0.07291601565255458, 0.097696910828634, 0.1382026945307711, 0.1482655360555902, 0.26538829327486496, 0, 0.1498850370467013, 0.0101044775681972, 0.13554030633600128, 0.13554030633600128, 0.07177942376159978, 0.14651622791150162, 0.11333689046032398, 0.061275330229945045, 0.05851101061881621, 0.3808702608131753, 0.01602919366224026, 0.024690006675520813, 0.07713653482288187, 0.1920542945038038, 0.0013530605955811245, 0.13045540069588535, 0.11250410709551892, 0.13616795415604374, 0.0031005728389094885, 0.13346146596356734, 0.04221396548406824, 0.04908007943439359, 0.03355332827614303, 0.04104729326235639, 0.13554030633600128, 0.13554030633600128, 0.13554030633600128, 0.13554030633600128, 0.13554030633600128, 0.13554030633600128, 0.13554030633600128, 0.06708367984153148, 0, 0.22316595891608568, 0.34251510179237094, 0.12093081455115448, 0.029656690199547583, 0.14158103631760638, 0.1316951436196622, 0.08806148587185963, 0.1254288429862952, 0.07777491041688854, 0.03218958721607145, 0.007071031751069816, 0, 0.06324826170204341, 0.179013131363134, 0.060904026122547056, 0.09565792574328004, 0.02576216541630128, 0.1261111744760134, 0.2612796872684704, 0.03227578720006446, 0.03578907163312958, 0.07425365320023534, 0.07425365320023534, 0.07425365320023534, 0.07425365320023534, 0.07222907092419946, 0.189497643494197, 0.07425365320023534, 0.03777716727199655, 0.10705214179181628, 0.12261507369959344, 0.01442052530692869, 0.11228874143822082, 0.253300374426021, 0.011500370803805685, 0.0688737034492122, 0.23072845662319888, 0, 0.2300292132369484, 0.07634702601376886, 0.07634702601376886, 0.07634702601376886, 0.05312562366142064, 0.07634702601376886, 0.010366476104433907, 0.004379602698725247, 0.13282544245172548, 0.00506687157403934, 0.11277868894913776, 0.07425365320023534, 0.02785502798605554, 0.07425365320023534, 0.05050744594039056, 0.04079739908049635, 0.007824679451482503, 0.13709075172644913, 0.003870072403617483, 0.04625586192685422, 0.12719367592485917, 0.25021590921925563, 0.08002291250309555, 0.07634702601376886, 0.07634702601376886, 0.07634702601376886, 0.16383095641010637, 0.08253161432683748, 0.04180841087929547, 0.03551765492333157, 0.005716559485653384, 0.07634702601376886, 0.03617455482641536, 0.10277336862595084, 0, 0, 0.010164098323760336, 0.06237949305819989, 0.026944671454250356, 0.0005551647313420615, 0, 0.07084757137177791, 0.025735670439255832, 0.002370953042725071, 0.04626443530337073, 0.1483960167814979, 0.022489248020178015, 0, 0.15598622382121846, 0.10714863902790536, 0.03261826839429587, 0.0628541612992389, 0.07425365320023534, 0.02970558334920963, 0.19734160955210983, 0.05007918330975608, 0.16361183446580474, 0.1640960391041497, 0.08994291499634771, 0.01861779587009978, 0.054261647610652775, 0.04416942134162141, 0.006252923870088005, 0.01843739243615163, 0.045146176576329536, 0.04485304901802862, 0, 0.001041727234681611, 0.0034857497036701896, 0.129363860744065, 0.3238270884034612, 0.4002373183855276, 0.04272496496933199, 0.1162407847031319, 0.03119490040627008, 0.03222851815446079, 0.024245340085406426, 0.5270103209187899, 0.23149276306114405, 0.1472725175520273, 0.02370307202504072, 0.027442351420840595, 0.01529272861160205, 0.06546714942385994, 0.20855533818244895, 0.030394309447692225, null, 0.06200603438001686, 0.3212502828712331, 0.15204290166700965, 0.07299005110022899, 0.1793541536219983, 0.009854455952128596, null, 0.06515695355652093, 0.392659905051751, 0.29311167730079524, 0.04807869988515578, 0.05005017978159307, 0.002721322352964491, 0.1247123056285848, 0.1303606996831029, 0.1028624769176293, 0.23859792725815632, 0.02035298775743722, 0.043211762869236336, null, 0.13936528062567655, 0.3179930205959533, 0.029034680145428707, 0.24165282195355553, 0.0010941279139241376, 0.11836214071371676, 0.2667874361598204, 0.03588610719640201, 0.1336127969809847, 0.10352686124973044, 0.499097939521405, 0.025673330376225902, 0.2909845252255749, 0.06407910891832895, 0.016237242776527588, 0.07557908088272021, 0.21500273256316432, 0, 0.0068242356767923016, 0.13554030633600128, 0.14287564589234636, 0.10967960772761104, 0.09086701781337508, 0.15803457792662878, 0.005830202393879971, 0.13554030633600128, 0.04433502636353207, 0.05164574431973187, 0.046667857291056256, 0.06482191347696147, 0.02069108899127739, 0.04387303507267208, 0.0399723145336282, 0.030581723830384048, 0.03881671416554972, 0.16444775410999132, 0, 0.05216583733552743, 0.006185745292875126, 0.00826259688427846, 0.07671611240731716, 0, 0.06572681573235956, 0.2553752774633241, 0.1851699427045016, 0.11934225567550068, 0.10404166560981376, 0, 0.005746090674189469, 0.1561112303129271, 0.1301638099361467, 0.03201634083206424, 0.0036389701323410674, 0.13554030633600128, 0.023681150572991732, 0.0927498795434629, 0.0920789983170216, 0.08521804871916437, 0.02919288585154387, 0.0901971942981776, 0.08068923972434955, 0.025384946730768604, 0.22329654092507137, 0.02161057583964722, 0.1576595350690526, 0.051715221668599425, 0.0767418528691019, 0.004603843439614078, 0.025377157971877336, 0.10460678813980878, 0.16768452017120658, 0.16915920023686296, 0.13554030633600128, 0.13554030633600128, 0.18564009684074573, 0.13554030633600128, 0.05147193449511991, 0.03653565600963901, 0.06484047425756476, 0.13826373521630364, 0.13554030633600128, 0.13554030633600128, 0.15562423138485632, 0.15092628684079426, 0, 0.10033183800843563, 0.13554030633600128, 0.15488284741740516, 0.056513757805554926, 0.12106852265463836, 0.14286665729122003, 0.04280156545701988, 0.03595211182076484, 0.10985777187292677, 0.054152154519993626, 0.11647519532534811, 0.08630985047894492, 0.308962137531651, 0.07005088589117375, 0.04531108522117673, 0.1419861752626975, 0.0937903582957436, 0.12800615802203136, 0.2618670516442223, 0.13554030633600128, 0.15456092641219113, 0.042147076621744856, 0.04167546211683289, 0.011144912041961656, 0.10305839626948812, 0.10572468123025412, 0.14669911044546563, 0.04698743072906938, 0.31139614398083115, 0.2648904861592003, 0.07770715816302702, 0.2185501223514628, 0.01588257084955206, 0.05766025895954526, 0.033690716102658336, 0.059194765843992365, 0.13465921676115808, 0.13554030633600128, 0.053761926229666045, 0.009666944241827544, 0.050062362221417585, 0.0573780608237752, 0.027138088742486417, 0.19001273172380925, 0.06922084633052224, 0.22427296538464553, 0.25367141017952716, 0.035713948714140124, 0.1272009031975234, 0.13554030633600128, 0.09795981295799472, 0.14517649158653642, 0.14699376334482547, 0.04201061177099811, 0.06810927013752047, 0.3598824083869142, 0.026770402939771527, 0, 0.0559707009890652, 0.036552865350557885, 0, 0.30307156834989696, 0.2411172057082771, 0.10266856604017838, 0.21347328912246857, 0, 0.12637411717136016, 0.14023021127054747, 0.1730560993354937, null, 0.07760632629198976, 0.13554030633600128, 0.13554030633600128, 0.15737646793230947, 0.10409827386503612, 0.1744836695808848, 0.011906056518326182, 0.01190321449489795, 0, 0.13554030633600128, 0.13554030633600128, 0.17620231981354656, 0.09897774012414676, 0.005077184071074561, 0.13554030633600128, 0.13554030633600128, 0.023697470568764378, 0.07618017468109939, 0.015997194617927594, 0, 0.08070173548239992, 0.25813553361392627, 0.08343088314250607, 0.1698123034379388, 0.25790765446163005, 0.1764626264928114, 0.21521081206132703, 0.32155482462841944, 0.014374722781984232, 0.0036520129465654385, 0.08744274604698725, 0.13305035305125867, 0.08807829220698185, 0.011543000031928706, 0.0564563792753056, 0.03909263596312366, 0.05181061689480789, 0.04137005744850599, 0.05567463373214663, 0.2705906075599194, 0.08198713772301401, 0.10416669928481748, 0.0627607764452684, 0.05026606136784445, 0.04144098650832874, 0.288999646242637, 0.24203629532597207, 0, 0.10589860132503463, 0.032280861454811065, 0.17425029409640042, 0.003948647869265661, 0.0006151346285903502, 0.1771901300729686, 0, 0.2050902522507236, 0.025755045586814188, 0.17965198822026326, 0.008063691531110778, 0.1962991325057731, 0.21291779515005232, 0, 0.10234590957595573, 0.045006620486032295, 0.1384729270018543, 0.19634469074158, 0.185726714205574, 0.052303967588158584, 0.17642206353591758, 0.1873693656844975, 0.15527389979719836, 0.008573347338015526, 0.00916142571499308, 0.03715157993013501, 0.11131059417956753, 0.14283358987187414, 0.000051117002353341424, 0.007284859667808939, 0.27722537098401506, 0.2177832812159944, 0.038526392491177654, 0.2757692455779441, 0.16403082888617587, 0.1355214789817763, 0.0509318999541556, 0.06010894400099981, 0.00807038481327353, 0.07797675560635191, 0.062462076032151606, 0.060220519573853375, 0.11082350941261844, 0.07146151690354383, 0.03294055374891905, 0.05074851603497391, 0.22341612697859695, 0.05499005198065052, 0.03984597033225832, 0.12630007867422868, 0.06184062536698151, 0.1933966291294958, 0.0857869349465134, 0.008912933168633516, 0.1751855131293592, 0.006993337254682698, 0.3199305353492524, 0, 0.29014166832520655, 0.11009660392324663, 0.050393605890071975, 0.09299596451930912, 0.04985827412247287, 0.12296872617356348, 0.013334445750733252, 0.11009660392324663, 0.042577514398055426, 0.2002028584710623, 0.11009660392324663, 0.11009660392324663, 0.04218602370095177, 0.01426937715389015, 0.2519910187270559, 0.047683856016449186, 0.04521774482557587, 0.22961838976649637, 0.062108020139596785, 0.011282079463105865, 0.2030984001973508, 0, 0, 0.018325751618923577, 0.09264268763657522, 0.2840957050771957, 0.094136027810757, 0.0003888330195332039, 0.05477059823177218, 0.02614946360496019, 0.08163417740141, 0.009627844419518094, 0.005248094595904957, 0.03230478331658276, 0.21138117188957575, 0.105850604687473, 0.007271701618083061, 0.2399767067558927, 0.13920204626732136, 0.27097010020077045, 0.01182988711801854, 0.06782904211594463, 0.12131444069744048, 0.024657229736651787, 0.00959285156744569, 0.04780946585475557, 0.015949782465622314, 0.0960648176724382, 0.004654337149337019, 0.01521749011920506, 0.051485701533617305, 0.035933004303428655, 0.15282244196484418, 0.1694394521430743, 0.07945898663237028, 0.09029103730746545, 0.31701557668115615, 0.04485335012919155, 0.07144923888764461, 0.10970313722002568, 0.2192776029496154, 0, 0.1441247900807409, 0.23090016359155555, 0.09650215110480204, 0.07034182944767367, 0.06744893109876322, 0.20328932182881773, 0.11742173369880086, 0.011357069082645086, 0.01058808814695616, 0.038341431133944, 0.33577574206251615, 0.07119411586376322, 0.03726065486400624, 0.0811546852780582, 0.08114275545962749, 0.064213936694038, 0.1429970672318413, 0.146820022183171, 0.19734191288857497, 0.16519210079503494, 0.10923270947536742, 0.09225629605610804, 0.11904824115589546, 0.1281615271154206, 0.018399257196502546, 0.15705691825830567, 0.011911975438510853, 0, 0.08810803987166466, 0.3172606380947982, 0.2241665896204652, 0.11009660392324663, 0.09124454903785756, 0.3188114278819647, 0.26066521805631254, 0.12421499499912264, 0.06187553562503949, 0.06930273094918316, 0.13202372847480037, 0.16573161656691157, 0.05515980217782718, 0.0391919812039514, 0.2038838117101623, 0.1916616308679318, 0.032121449761560054, 0.021084662597313272, 0.11819798066306224, 0.021391030237130265, 0.007915150935069944, 0.045348157066236655, 0.1833051031507724, 0.06282601080943943, 0.11009660392324663, 0.002593396053553506, 0.11009660392324663, 0.017072047322101252, 0.07914449940175647, 0.17930383249603132, 0.04218675330003082, 0.06806874931252338, 0.008165881382100637, 0.1586570450786893, 0.11009660392324663, 0.012982590649409912, 0.14537591090868204, 0.044279860983421473, 0.019606669683306467, 0.1422530171699552, 0.1796508037385814, 0.17653642889710908, 0.01043404586000738, 0.12354747056674016, 0.1292816585477554, 0.011169504717564971, 0.03449858448736612, 0.14596842911452065, 0.02632393327550901, 0.15347862958472097, 0.06584852431926415, 0.03088136693342521, 0.17925659369954533, 0.047351947513226536, 0.06952151495093645, 0.12145973539174176, 0.02311558627215596, 0.1078110048171082, 0.010735187799654914, 0.15944921849552512, 0.01735047579845008, 0.061058577820200056, 0.1968687902151321, 0.06703916110868603, 0.26482254043901615, 0.09872121249981246, 0.3167662612306166, 0.12273662994266904, 0.021358406475168373, 0.03123666736061011, 0.06324074929694931, 0.030540350149143528, 0.4398487891387585, 0.00638862392625813, 0.05693535538997134, 0.04448055634438483, 0.07282617847943558, 0.18321449853168137, 0.2912611128093989, 0.22934408735975345, 0.12259772544894196, 0.02257122378417319, 0, 0.11847268416071426, 0.044275803313453536, 0.08724581999649579, 0.2194673117167736, 0.1444887167841877, 0.10522888390684172, 0.004256454683064223, 0.03552124614366178, 0.0724692369704301, 0.23854764275165155, 0.3150404291220956, 0, 0.10321492808146748, 0.14282780519277466, 0.49261406801712576, 0.030422484497665533, 0.02719072762039479, 0.08016074092570435, 0.35425684272802804, 0.06224103015671264, 0.002438908242545027, 0.037451501296015405, 0.3388718946560919, 0.0975446187689526, 0.01903435643731577, 0.0784176581951917, 0, 0.09736001438155688, 0.046669867898115495, 0.012121746466450667, 0.09821982178003046, 0.00011221879739678448, 0.013424157463046002, 0.1077895761431534, 0.03997104912484436, 0.08641131072889613, 0.002675084202096898, 0.059829581856681, 0.12152030305422698, 0.008574344522412403, 0.02648177628781093, 0.062187312758487656, 0.04371434663782044, 0.06030759242736569, 0.07430936989979846, 0.08817186164435742, 0.007468279169021787, 0.06033178768722123, 0.007403326581095963, 0.08489369561981215, 0.00687865760485919, 0.0875352151086776, 0.1551987931000164, 0.2182286579110782, 0.007510301940954852, 0.23100759791738584, 0.3633740459081304, 0.1752022073807241, 0, 0.015029042732996972, 0.1067756740710612, 0.020032397160080827, 0.06813684304883388, 0.010833733628960738, 0.27746363552425996, 0.009433488590573436, 0.009627125698098846, 0.009627125698098846, 0.07159089885395171, 0.0373372211593767, 0, 0.009627125698098846, 0.00312296281188635, 0.030114054285483277, 0.05216311056774996, 0.08694080296888006, 0.03917943902749399, 0.05280748200959558, 0.009627125698098846, 0.11448336464391969, 0.0322976997441995, 0.01657378783327537, 0.025471536330776538, 0.16211264864649463, 0.117169995441843, 0.07694615117848438, 0.36463697092247055, 0.030419344727519625, 0.06828018535570507, 0.01200794619212906, 0.04318303442316321, 0.02910467277853337, 0.07076377977041408, 0.014953921641872491, 0.06769567555676224, 0.035833827665592184, 0.004582677287159726, 0.05602990050153493, 0.16167693215122034, 0.10811523420872488, 0.020040816292878395, 0.04325975580440647, null, 0.07926979585985722, 0.07556447209431252, 0, 0.10067346206180731, 0.4107040170934688, 0.14960987220936933, 0.10238705917965864, 0.07780771609177631, 0.21137241573257365, 0.3406604263877926, 0.33855355881470833, 0.1491189496654994, 0.036392808733354536, 0.054147356639615965, 0.24573643230969913, 0.04130507039675651, 0.07344341314229552, 0.043606125525835635, 0.25542938189610287, 0.09912933884336445, 0.16473987323304684, 0.3296315007155282, 0.11076895147023384, 0.06124320990368922, 0.08843194636959772, 0.01634713333087038, 0.054730420530009885, 0.2382834585636683, 0.0885356625809365, 0.3692851216191621, null, 0.18199893362196531, 0.08150969081702424, 0.01282436402997614, 0.01282436402997614, 0, 0.007733907463647514, 0.01282436402997614, 0.01282436402997614, 0.000049827552563443666, 0.23323280261078252, 0.12845601630633596, 0.019676489671717527, 0.13793832091768304, 0.016850560709096168, 0.0019042717749453665, 0.15536400773750816, 0.052272945518556095, 0.052272945518556095, 0.1427697333870597, 0.053761275265316426, 0.016289251848852018, 0.1333937581394877, 0.05844839848771087, 0.08179691778907457, 0.005254746431630656, 0.03240854704313481, 0.044286452868657754, 0.06104068943379092, 0.15213733320996112, 0.0013045287431617603, 0.11419278147386928, 0.013279190448561098, 0.02170732513806663, 0.05345778819140138, 0.022302967117036734, 0.3522068783914169, 0.021601316999813363, 0.052272945518556095, 0.04168157307598939, 0.15237885387159564, 0.052272945518556095, 0.08637570854571754, 0.2767076458060299, 0.009627125698098846, 0.009627125698098846, 0.06930123387897587, 0.009627125698098846, 0, 0.4161981526848473, 0.25644840430293164, 0.018014144724402006, 0.13962002275903165, 0.009627125698098846, 0.24489568185838811, 0.0013593492108284842, 0.015380257729810515, 0.09100994417904366, 0.05958686481477047, 0.023868217995772212, 0.12048651297782222, 0.0953289258524132, 0.0581850426444373, 0.1902091367413677, 0.2265786458090435, 0.0834330950354557, 0.06042770531668264, 0.009255543005651672, 0.0857257006941813, 0.011229796730913571, 0.07397833204533527, 0.03348715310856092, 0.04649760420084446, 0.013881072286205429, 0.16405629808122618, 0.013881072286205429, 0.1464608403273756, 0.0034606524488650877, 0.009125945087148151, 0.013881072286205429, 0.013881072286205429, 0.052272945518556095, 0.07679227764798416, 0.10162893840896749, 0.021951432080980594, 0.004634394408163469, 0.12286066901524356, 0.05204378439351723, 0.08717800249449745, 0, 0.16404704137182918, 0.052272945518556095, 0.0636967610768076, 0.05704882792989194, 0.15842017391671037, 0.05676809918423199, 0.19235131871919017, 0.28399401832346743, null, 0.23522233306088905, 0.06210057847639621, 0.11438275542304265, 0.0762237293470728, 0.008460473964172769, 0.045623738742426416, 0.07215143878556832, 0.05386427738326336, 0.022603058933570647, 0.04428608764883419, 0.05676809918423199, 0, 0.28984592185989344, 0.05676809918423199, 0.010609204874798722, 0.1101842357899672, 0.05676809918423199, 0.06053123775884702, 0.1979586350563732, 0.5101040122306606, 0.05676809918423199, 0.05676809918423199, 0.15129949448024194, 0.040841267517590485, 0.04838423979599936, 0.17058622980460014, 0.09069713107787776, 0.133478973441995, 0.10111481586551088, 0.12404862653230116, 0.011215850963259857, 0.07947029529564632, 0.0741736881346564, 0.07247691272159147, 0.01522159581322782, 0.021143859318122547, 0.044649637460605074, 0.05311623250619539, 0.052272945518556095, 0.03017344204930668, 0.02270773861058983, 0.001735598299878286, 0.23595035626944183, 0.5106713298979234, 0.11871278427027378, 0.08493057066714388, 0.03934118314919176, 0, 0.037760378359605086, 0.013891804269125878, null, 0.028253460462855425, 0.05490885462525745, 0.06640342569043996, 0.1664326953783259, 0.1030474111791238, 0.05901844815236378, 0.1159239517162939, 0.0016119050684634466, 0.017450333661160375, 0.12721994745655302, 0.017450333661160375, 0.1576247842143392, 0.03592134100347768, 0.017450333661160375, 0.020710619752801415, 0.06997985414305295, 0.06316318121129064, 0.008959526389106624, 0.11189647351056062, 0.1115652361517258, 0.013977766272484704, 0.02060381489575798, 0.07928386064422834, 0.08445384843074114, 0.017450333661160375, 0.08864948296344698, 0.052272945518556095, 0.01282436402997614, 0.12556040496750936, 0.04536845676770606, 0.09253481651146413, 0.1777117126676999, 0.1036315136530786, 0.03002718015289837, 0.05676809918423199, 0, 0.060592578328009794, 0.193219971174118, 0.01539199574462527, 0.15376056196849552, 0.01608375011560452, 0.021832674168530217, 0.3773578726501421, 0.07063125897385461, 0.31238434578243995, 0.11868336104214013, 0.0051111860644663795, 0.03516731749195732, 0, 0, 0.0025848592628562044, 0.0015550093651554174, 0.012037926773877649, 0.17120586793616907, 0.03472378464725268, 0.09781089090731392, 0.11297907722992637, 0.2783148806035409, null, 0.013881072286205429, 0.009643985400459172, 0.013881072286205429, 0.013881072286205429, 0.3110312631872828, 0.00520125024714513, 0.11166423918338132, 0.013881072286205429, 0.046266864818698406, 0.4239794248028867, 0.06680594962280778, 0.1458226110327266, 0.01994508600670913, 0.02551435133040408, 0.0312418568642072, 0.04543213671775079, 0.29018382137717535, 0.02307245410896077, 0.12227421485074028, 0.07694552338697581, 0.13720079399241047, 0.01282436402997614, 0.1616886241115831, 0.01282436402997614, 0.031658961502355684, 0.017450333661160375, 0.0037096799384847504, 0.01282436402997614, 0.05676809918423199, 0.03147709481767587, 0.017450333661160375, 0.017450333661160375, 0.03766144036827013, 0.017450333661160375, 0.035157198873638516, 0.057337752668073366, 0.013451645284519882, 0.2371302292951753, 0.20284742742630713, 0.02656308662160633, 0.10668473936990674, 0.035965620513809755, 0.002950736332695101, 0.01161581951092196, 0.11268732009109042, 0.03754411502958171, 0.08560475623872983, 0.05417718510374636, 0.02696965853312736, 0.06617688450207063, 0.035965620513809755, 0.1772686183238418, 0.002844024619619758, 0.07079278462260663, 0.2695280026764954, 0.04893987889237771, 0.11138473042204268, 0.01974928336635034, 0.1069766997834604, 0.013660318669184749, 0.1093874167271006, 0.13633040501926302, 0.006894664062576711, 0.29558023604787464, 0.0976208813969686, 0.035965620513809755, 0.01675630315004938, 0.00519077679339753, 0.013958500721354464, 0.02419302132855371, 0.035965620513809755, 0.0004036977220201547, 0.03731369946545234, 0.035157198873638516, 0.1070458726224459, 0.013085047728466428, 0.027082580047151087, 0.062325727390537225, 0.16716499994430192, 0.035157198873638516, 0.035157198873638516, 0.031610940370314505, 0.015450365759257316, 0.014904847476276066, 0.06710761047901587, 0.03151911287476879, 0.2583834708466436, 0.035157198873638516, 0.11775527849381692, 0.02407543607654585, 0.0665329447199187, 0.1576029746717749, 0.017250659404620682, 0.008530142460142692, 0.008530142460142692, 0.008530142460142692, 0.16066727455643412, 0.018056448395463692, 0.008530142460142692, 0.035157198873638516, 0.026630442529802085, 0, 0.034027638646399044, 0.03559663588971289, 0.06525122677099553, 0.036449024684735064, 0.01820809919914747, 0.001178136693443351, 0.20487333453064893, 0.08562509639802134, 0.035157198873638516, 0.1925756864407304, 0.02535004654584951, 0.03264369481740233, 0.26083021727124023, 0.3306325805176449, 0.042530874872197, 0.04088640238875661, 0, 0.1853777582790102, 0.14102183746139038, 0.11288346878660054, 0.05596889342493997, 0.05326885268771004, 0.08469727563514899, 0.13269395870644926, 0.02587702693015585, 0.01409296079742648, 0, 0.005011193952949475, 0.1070702748669508, 0.32254646810653465, 0.07239656272521215, 0, 0.05548680411820972, 0.2624645568422845, 0.011184112088571316, 0.12080830865361716, 0.035157198873638516, 0.08367648547805875, 0.03074622037306717, 0.008900417964001954, 0.15018257029200083, 0.02714886642141536, 0.00689873373688415, 0.21528338701906527, 0.09638435368123364, 0.0903831101925228, 0.1989632111028498, 0.05238082471913809, 0.17929463056859898, 0.10124924124301028, 0.05529179016061471, 0.00969527193625515, 0.026420513192197834, 0.058761742602501985, 0.12129307843618169, 0.10040338800138314, 0.08832468801694637, 0.01715985540020054, 0.11982224093705995, 0.08330944829658436, 0.041241382934749354, 0.014289858515443146, 0.05432422310772231, 0.1341265398083257, 0.052291923021446925, 0.1486387092296704, 0.025098136622152312, 0.25036639224544277, 0.15651790488582004, 0.021663933577645223, 0.01460469899867372, 0.21716069573998265, 0.17197043876107335, 0, 0.13408665552633028, 0.12675636256593367, 0.03504435801672726, 0.12469675036010072, 0.006018475847684288, 0.057090013970749344, 0.10110096179201704, null, 0.033685849336558535, 0.01281956197055202, 0.03310828914464048, 0.032662338287037976, 0.037156530070024466, 0.0968614790849195, 0.01922863879915198, 0.057739804697939774, 0.10511279982924868, 0.20106159003222088, 0.160077037406469, 0.1542052140470126, 0.05011194923929891, 0.09879723982517195, 0.2809215699978229, 0.03586073112258177, 0.29439486237564405, 0.03023172246547725, 0.02038431159251408, 0.02156278932027017, 0.074899635091158, 0.06073974796395034, 0.0026728995159537336, 0.05295854358790468, 0.02650857157105236, 0.08155068176782687, 0.03206334104590844, 0.242359998163438, 0.08049626818301035, 0.042685476151089224, 0.008530142460142692, 0.008530142460142692, 0.12714064135391562, 0.008530142460142692, 0.029947486627537406, 0.008530142460142692, 0.09469146894941809, 0.029955588932956696, 0.13705980937069037, 0.0005568863387817797, 0.08988209113289723, 0.012293500879603231, 0.12236036863283511, 0.019154684333963685, 0.20431894030777617, 0.12719819356701362, 0.04292004940172963, 0.004901798196660126, 0.027289659669501205, 0.01957930809577602, 0.0017319602067342656, 0.1655020109074097, 0.005336046712417624, 0.020455172220688354, 0.008206670964380736, 0.1575073105002033, 0, 0.06807415402546277, 0.008185843906257158, 0.08637496013088278, 0.09555321397566156, 0.034120765464361595, 0.01844240382753349, 0.07600661850138056, 0.058329546291901874, 0.14018588856971542, 0.01922470121030296, 0.011623104796646582, 0.13463418432078417, 0.05462926332627897, 0.05649455623709709, 0.0666232877584237, 0.2511356969100563, 0.10572679557954864, 0.22710167865459943, 0.07068190071824687, 0.054786152457371194, 0.02681297374321264, 0, 0.014182412016490694, 0.027015371723778433, 0.06607235955373532, 0.149076122089591, 0.0683478071563706, 0.028583339290311843, 0.0492398776616392, 0, 0.06191838928271469, 0.13720403269627426, 0.1166318088949582, 0.034887464229696866, 0.03685743207569508, 0.07423443115001471, 0.015983506975669734, 0.12894174919828535, 0.029339502594384132, 0.01719879290378794, 0.053093673393598946, 0, 0.03607827785408087, 0.13950153066429466, 0.015199867478322531, 0.05452552087398051, 0.12364795523631028, 0.01955874302031683, 0.09205724598544442, 0.10213348889294388, 0, 0.09473583821231014, 0.035965620513809755, 0.035965620513809755, 0.035965620513809755, 0.035965620513809755, 0.029920708448232223, 0.07696428480152648, 0.02740445851337501, 0.02760193351128918, 0.1398838227270633, 0, 0.06541983885579968, 0.020438952326209073, 0.05529965117043803, 0.03694680680071189, 0.04234468753378887, 0.0026062356186286784, 0, 0.13880407318034238, null, 0.1594674045689216, 0.2086953463391182, 0, 0.20785290805328563, 0.048888984901268175, 0, 0.12464456090447612, 0.006755644178142292, 0.01056870537246726, 0.05762632679078651, 0.19246245870415035, 0.012915999249619406, 0.16960634107359196, 0.11171898767526188, 0.25086649373985803, 0.1155152618871554, 0.027741202753818982, 0.1500114784580101, 0.07574538130262201, 0.07663930224631689, 0.0461210430231508, 0.0029046960057465643, 0.1307248961205136, 0.09327378295159625, 0.08105458022579827, 0, 0.05653241019965776, 0.16483833873839132, 0.10855784572984543, 0.12470376403586383, 0.030485874232923826, 0.03595152847032224, 0.09972413688912755, 0.0024117750959441286, 0.06032289198377444, 0.053402850604733536, 0.1163584763153632, 0.08289859434641049, 0.005926644922351725, 0, 0.09686870141135231, 0.08687298433157745, 0.0021886175538334382, 0.20082938177044823, 0.11717766291434008, 0.0642167080831157, 0.0478407682244369, 0.07127038978789024, 0.15222390664148627, 0.08791775983829152, 0.004779020396579571, 0.032654797039613145, 0.06556097627309085, 0.039330389864740994, 0.06704094052073485, 0.02804591460165401, 0.04303837007138719, 0.11839725837710692, 0.0683388910134539, 0.025058093804993593, 0.05304753747900519, 0.04116326639366996, 0.10967573462205572, 0.18681790156280909, 0.058825964879074995, 0.06546424417863168, 0.07401396418970388, 0.0789763290073202, 0.04970943731384518, 0.07196697373644355, 0.08185278687206607, 0.02877595500506576, 0.004313629207350345, 0.08160810885296989, 0.1325118990976923, 0.07335433119004885, 0.0043009764718657095, 0.14490328024607724, 0.06663986107132296, 0.1280004517226252, 0.09187674070651178, 0.07933141348550588, 0.045602703164328975, 0.02049618568555862, 0.018485702687175237, 0.020747315634161018, 0.08010250934205508, 0.22085172199974187, 0.07691856368020226, 0.15512672299009253, 0.014161515072273706, 0.02084163420414269, 0.08566522082180339, 0.028024899408846636, 0.14747581288240744, 0.17571365284814075, 0.04466332979216126, 0, 0.018515912700259547, 0.17172177038340475, 0.018984108807904007, 0.415108529594066, 0.0018728303334904644, 0.020560859298738677, 0.3061155444021358, 0.0024864288554920966, 0.011440854483005438, 0.3939917827168204, 0.002207154202265262, 0.0873255284581866, 0.006857470633828415, 0.06140896607168401, 0.05310486146791106, 0.02507696445833817, 0.1988102027498893, 0.10429110618608416, 0.044098882499674905, 0.04073927670486777, 0.04419914734313262, 0.09418753132513064, 0.0412263958654697, 0.010697244599347564, 0.014716459502414993, 0.05336210788864218, 0.07822100297741275, 0.2811354719245021, 0.23415592500918897, 0.010491598294761977, 0.01514621398739626, 0.054127461003873265, 0.0006910028193084819, 0.017139181114423287, 0, 0.026391563705934564, 0.03241084289095517, 0.095270071068367, 0.16279329579076182, 0.003864514591778479, 0.13173734091179876, 0.06898687374139213, 0.15544016823726772, 0.05991399954282106, 0.006208571348364418, 0.1281741539676913, 0.08373274978652105, 0.1034352456452034, 0.1383270693045857, 0.13904535117065786, 0.0956511139264445, 0.016825491466233654, 0.02823356544791748, 0.12380695480573464, 0.07447112951788946, 0.0244350201419472, 0.062232619146619414, 0.08797558724266533, 0.05444448549028608, 0.1003000026131122, 0.023309385392557357, 0.025548415654639556, 0.019971459571766145, 0.05329615145289806, 0.03567577209784775, 0.014870980071148772, 0.0025546085212275987, 0.054157462284035854, 0.020379157851195717, 0.13439115456108738, 0.03010827249196398, 0.2773470963643296, 0.016910978874546092, 0.11423950284117308, 0.014818762512280014, 0.04188889330669854, 0.02283101076475975, 0.03315625482646227, 0.04935447552206479, 0.04258354333476387, 0.007089354472801739, 0.07839331136175988, 0.1943301091211531, 0.01791487640203325, 0.08472272688395649, 0.1299349612305907, 0.15081294056750602, 0.0631636090752027, 0.17034006218474915, 0.021549002738850496, 0.10777306643630706, 0.02373036733380363, 0.02226139139193448, 0.12252479022764504, 0.046220375376636605, 0.08080296654146016, 0.04277365182312241, 0.04962525957949201, 0.05263711894450454, 0.1420636049431194, 0.008544183863154586, 0.1735819091537373, 0.09107926218247636, 0.1363343160642769, 0.17484380860223345, 0.09740836053967672, 0.1567150651160899, 0.05791915475283186, 0.023614034039666727, 0.03342078794016979, 0.15755880067870345, 0.13437617371962968, 0.1593523613567052, 0.025761426810702533, 0.028471955576639885, 0.08376362004454022, 0.1593523613567052, 0.1593523613567052, 0.1593523613567052, 0.013619238667497627, 0.013619238667497627, 0.013619238667497627, 0.09477002217907712, 0.2539067558068455, 0.058010342146766085, 0.00217579255025309, 0.17037369238491276, 0.0011194933373084488, 0.2642962150478205, 0.017462409459807243, 0.12384442551299706, 0.31360895865858507, 0.03540807646801865, 0.015232969492682717, 0.02664739486321172, 0.012720672326789332, 0.2251378724581647, 0.003812592885110556, 0.025183783892266436, 0.20186035126666857, 0, 0.05342647408409775, 0.05743185304365007, 0.07574854722109867, 0.06444230307429911, 0.037100528812968395, 0.008282611062230513, 0.1146194712035912, 0.1162395078161676, 0.013619238667497627, 0.03393288129989366, 0.0016573519432676444, 0.07121087789804605, 0.2889583222543169, 0.08738249945534965, 0.44657200648971224, 0.013619238667497627, 0.013619238667497627, 0.0558177665592997, 0.027551078772618837, 0.02264346153038004, 0.23211579377529667, 0.0071199985498291716, 0.03531690988926602, 0.3899410635720254, 0.21290772665891172, 0.01303855599447066, 0.016315560948058676, 0.05942753676765325, 0.06738264129347445, 0.08442330767217204, 0.04170820284135598, 0.0035407462886647817, 0.0956808023690582, 0.028518154346443, 0.03558428290549383, 0, 0.0278139002379392, 0.004257688208270867, 0.06290569410140497, 0.36002529882349843, 0.03329516442174826, 0.04575053146121917, 0.013619238667497627, 0.013619238667497627, 0.02643040693351003, 0.09320521147758593, 0.03562106139389482, 0.004180699388256403, 0.00887698598870607, 0.013390825676997531, 0.0770792296498196, 0.1593523613567052, 0.1593523613567052, 0.1593523613567052, 0.1110219820305348, 0, 0.1593523613567052, 0.0007183903459240408, 0.095168493531165, 0.01180707776373226, 0, 0.16149431987060878, 0.09468362952856955, 0.047524681795966285, 0.06866281459927075, 0.17452536728968188, 0.03289867347968119, 0.10312102275430958, 0.00164586056522409, 0.17211858919871875, 0.03391858004573993, 0.043265333886783795, 0.0039881305341906955, 0.0033002050293632615, 0.08915331621080666, 0.07237098866809667, 0.01334250300706009, 0.21024387088304772, 0.12101147014718348, 0.04750333648128267, 0.043640530986396975, 0.2695260664800736, 0.1186618146255499, 0.1186618146255499, 0.1186618146255499, 0.25162916738782287, 0.1186618146255499, 0, 0.04100472837835228, 0.17853423029698787, 0.05818469292847803, 0.09140530824844972, 0.004920550569381003, 0.040807538544478106, 0.08137258428627299, 0.016568840625128145, 0.22723846239149956, 0.013865689911735356, 0.11948818763084164, 0.014979632841067602, 0.008619899961243729, 0.07866488115437373, 0.04168396668499297, 0.0890163963963411, 0.11014674353787444, 0.24163544774020176, 0.21599660030391316, 0.016697174040461404, 0.06015337191913581, 0.26027250814071917, 0.017898929931934496, 0.13216161294865708, 0.05955653801067739, 0.007597217140873966, 0.18105004360631147, 0.07856303043882001, 0.02918810041119847, 0.0330067463932103, 0.002861135828416773, 0.1158636710744578, 0.12506743598394557, 0.1186618146255499, 0.1186618146255499, 0.25357233260644885, 0.1186618146255499, 0.1186618146255499, 0.05564874628186118, 0.010193139807905876, 0.004411363026836963, 0.06181669553462072, 0.05689273514790457, 0.09204138463755776, 0.3540458069199037, 0.02371375343375635, 0.012738359777951383, 0.1096369633886332, 0.00560011211100782, 0.1604092710394972, 0.045341910255170065, 0.1310172469786906, 0.006438113518890299, 0.2246364427732972, 0.040987737966493555, 0.01841627101897876, 0.10092739260210593, 0.27502807548918373, 0.028753085871751943, 0.00940473860910438, 0.08002271488693366, 0.00862196288453426, 0.09278842552450946, 0.17858336472373124, 0.302687257900757, 0.016811317921534952, 0.012249927012728671, 0.2520594918801175, 0.16634895511403178, 0.12055494903808432, 0.06274340173171698, 0.06616904912262624, 0.253755709481487, 0.008974194421855623, 0.09783239594183764, 0.05471192043775147, null, 0.015205341640277856, 0.020313888604308616, 0.1964405306104983, 0.01701491364969028, 0.05540159918653588, 0.1264305756474311, 0.04590127373780672, 0.1187040459013712, 0.11240851202827036, 0.002628005881672893, 0.06303418879638287, 0.009297988462064775, 0.08743464073862292, 0.26633636197747607, 0.06493751775574329, 0.042330194939612834, 0, 0.23540144625755116, 0.05692931229712726, 0.06493751775574329, 0.09426186546318588, 0.07454671261033917, 0.030416645958857128, 0.03240213257348973, 0.04329721224318248, 0.01082342394123728, 0.31643266399007414, 0.05018858901727648, 0.06493751775574329, 0.366555366731195, 0.0030774118963742196, 0.05087138309744063, 0.01927829768303594, 0.04808532377800226, 0.06493751775574329, 0.10259629808803844, 0.05656920693879773, 0.012142387209371558, 0.06493751775574329, 0.003975233873676231, 0.09197222560920593, 0.008293434259442787, 0.06493751775574329, 0.003975233873676231, 0.1289107007308402, 0.03717339467229019, 0.003975233873676231, 0.003975233873676231, 0.11091819809276174, 0.13041035336028464, 0.06130108524464204, 0.1835556008891884, 0.2229651385329838, 0.03236466092280792, 0.03869211161750662, 0.0361867715608417, 0.029903866632454444, 0.2515520185936398, 0.1909305408933547, 0.06493751775574329, 0.025995314871709644, 0.16666666666666666, 0.0571762343648144, 0.03445750237390324, 0.04546898165645051, 0.003975233873676231, 0.07185615003878973, 0.003975233873676231, 0.23291659567738365, 0.003975233873676231, 0.07568330318172593, 0.003975233873676231, 0.15938194707497708, 0.018011482771175216, 0.17269543191125453, 0.12343008390935212, 0.13588646943204966, 0.20254442487887475, 0.0503273481107667, 0.013678742886370816, 0.0010729673981691647, 0.1903170211629977, 0.09568421222626264, 0.13593504484205235, 0.35423869914354367, 0.21247180160176127, 0.007923167101563934, 0.1088490905431014, 0.17966765660974993, 0.2882510095333672, 0.000988789804950832, 0.19024998060030365, 0.006850674082359311, 0.010876713045895268, 0.12005114502639971, 0.13240848521449575, 0.1377177416751642, 0.014419171945030972, 0.017528936119649292, 0, 0.000920626764118043, 0.03905874411135738, 0.011275199944824498, 0.09478730965048862, 0.14872512289143766, 0.113344255766237, 0.02249725407894584, 0.032430565050560245, 0.04205961421991857, 0.382873972146315, 0.06082807810943756, 0.09034400963328072, 0, 0.03339405946417142, 0.04268547856908423, 0.035678954295961476, 0.01247114095087308, 0.009448786843080034, 0.06958447986267313, 0.06553394765912864, 0.01874949405498267, 0.04250384339413691, 0.06638362762767891, 0.2355150370870371, 0.012191630357195588, 0.1956016425422593, 0.030490950175068737, 0.076320583199431, 0.1014528691016282, 0, 0.18048865356465352, 0.07560881714406684, 0.24722997936448396, 0.08939860989887223, 0.1850839423456175, 0.0959840042513579, 0.0959840042513579, 0.0959840042513579, 0.07412710130335672, 0.0959840042513579, 0.060234613481158474, 0.00970435048097544, 0.039316641920254816, 0.06493751775574329, 0.0959840042513579, 0.002174209653784739, 0.01256362012703029, 0.3076768265737008, 0.0028040463858088876, 0.027332942176057123, 0.029498051996446367, 0.0959840042513579, 0.1322578349860574, 0.0959840042513579, 0.23157162207321583, 0.08333732434096343, 0.05147507995459291, 0.0959840042513579, 0.3460151285013351, 0.066317452424776, 0.07606076896207022, 0.07944381331792302, 0.08190594532115578, 0.13348040535040204, 0.06132151720454299, 0.19014027832812289, 0.007801579731658578, 0.2404105199148659, 0.28184582754736803, 0.031441686772120774, 0.05478535754900735, 0.041256087722093285, 0.011419288193729489, 0.12445713303319791, 0.003923994685612796, 0.0074263049304689474, 0.022626751443908383, 0.21208895013491888, 0.2885549093403365, 0.08707773753881111, 0.25535627483402623, 0.05457948564555073, 0.26265662780290894, 0.06571855059624825, 0.004539114906788338, 0.20176502806608185, 0.1457857459488826, 0.03040388059254656, 0.025525813199677536, 0.047049166868688506, 0.09465407770668376, 0.06718980852835685, 0.03534614591470291, 0.08890013702917877, 0.060258543093177, 0, 0.06723991275237884, 0.06022261488019373, 0.07727921026865602, 0.13962056911714707, 0.0990843662677372, 0.03651264195326959, 0.2267194282291768, 0.15051804429135612, 0.05576388752386072, null, 0.01692827367806729, 0.09658874317967613, 0.08480979607761084, 0.05745465367925966, 0.3543194782000673, 0.09326805720981082, 0.008253799740449508, 0, 0.23334332648812808, 0.1335392653305479, 0.006123905914708102, null, 0.10281578752595152, 0.07661842590988961, 0.02117754838553582, 0.05815562189787828, 0.11818732172843606, 0.13637598399468842, 0.03810945336737099, null, 0.06984794142204033, 0.06984794142204033, 0.2836982027484568, 0.008253799740449508, 0.07864067988978911, 0.008253799740449508, 0.047162235422461146, 0.09137053603230524, 0.06984794142204033, 0.022733434386635255, 0.10596973884027108, 0.07656888604843426, 0.09749785467680534, 0.007829494120789003, 0.008253799740449508, 0.17301942444992308, 0.06857959749122512, 0.1336090497435445, 0.06984794142204033, 0.09240697859243845, 0.03948553513010107, 0.09752639597283026, 0.061505180053561474, 0.1685487149452128, 0.12586694793524308, 0.006317248883758993, 0.05311860873721803, 0.017000130250447113, 0.005203578712124645, 0.010537821932287212, 0.03019011965999093, 0.07458713478701492, 0.23726556276044705, 0.05167138232087347, 0.004658777772641525, 0.11069796890628944, 0.01209525848350598, 0.14417207054211517, 0.008253799740449508, 0.008253799740449508, 0.035624782753912225, 0.07040401082538877, 0.14808877879712187, 0.16801985538595723, 0.21381091946248224, 0.07390483159647775, 0.2809738658058242, 0.030276037667045588, 0.11473564013781672, 0.03127853952250842, 0.28604686191928863, 0.03825253683517477, 0.24866756756843375, 0.21310917611194785, 0.007268577702983611, 0.02536512778621555, 0.1695873609955177, 0.015306035721463985, 0.05310221325853979, 0.06480889648234049, 0.3282874311876339, 0.07998945427994555, 0.03379377642940558, 0.037475692990105586, 0, 0.03073781065333598, 0.09359500415917547, 0.0999762006788652, 0.2570129067056823, 0.33570052301244474, 0.0006173106169403851, 0.33570052301244474, 0.33570052301244474, 0.03026728726469814, 0.11308231627986044, 0.3071558896663657, 0.06984794142204033, 0.06984794142204033, 0.06984794142204033, 0.10194792161752857, 0.06984794142204033, 0, 0.1828853216492861, 0.07230537103970293, 0.07879820753127853, 0, 0.33570052301244474, 0, 0.008253799740449508, 0.008253799740449508, 0.2348258304194992, 0.08888456440465008, 0.0020850022756750196, 0.08056308825898102, 0.33570052301244474, 0.06442534000595358, 0.02208156378467407, null, 0.33570052301244474, 0.33570052301244474, 0.33570052301244474, 0.15335886377691532, 0.3031345489888856, 0.1731306098439828, 0.016875381835812987, 0.24932809762251965, 0.06748480717750084, 0.03021448932185402, 0, 0.0002242670913548258, 0.21334320471069723, 0.02824051442949984, 0.2712586036719682, 0.02445930245577018, 0.013864623097159258, 0.0935757087741108, 0.012787497275598265, 0.029427238322998824, 0.271658648892465, 0.29669599161615967, 0.140739413694924, 0.06212424412937416, 0.02668253018197054, 0.03023938947471469, 0.03468225067202203, 0.05222472990111033, 0.18648417215585333, 0.08063308112572708, 0.06640037150619245, 0.009236185037286695, 0.4287590814586814, 0.35562357138914175, 0.12455395073713142, 0.22984257550900972, 0.11360155827973584, 0.016002314824003928, 0.1525334014434921, 0.2253353758653115, 0.07011756667002816, 0.012383294864564146, 0.16218214958692462, 0.07021952433688361, 0.0035802350113452843, 0.0814530193659115, 0.017925515556936673, 0.09010032621399353, 0.2530304147193613, 0.0269812046190672, 0.0019867678317692684, null, 0.05010296278857642, 0.02523939412660306, 0.02523939412660306, 0.03984172867712639, 0.001270217768031618, 0.02523939412660306, 0.02523939412660306, 0.027476687195814906, 0.10186406654432915, 0.02523939412660306, 0.02523939412660306, 0, 0.02523939412660306, 0.2393997302464188, 0.02523939412660306, 0.17346763515025387, 0.1019771975345115, 0.0014078253193925622, 0.007182860355510819, 0.09633279836432142, 0.11346953420400124, 0.012071349971263108, 0.05541376179236706, 0.10343900292298557, 0.3946907993651199, 0.02523939412660306, 0.21808848504536685, 0.14616929699986983, 0.03062829074046219, 0.08024543604467489, 0.08024543604467489, 0.092319785005108, 0.2814270171548823, 0.10727714012242048, 0.011463827320237784, 0.042747718258738555, 0, 0.08024543604467489, 0.08024543604467489, 0.4104535866551368, 0.04258901316914763, 0.08264668929439618, 0.21608288890151828, 0.2597832790973617, 0.016872683265385904, 0.04830432998896003, 0.24275438998306997, 0.208132939482968, 0.031503903718859, 0.05438722915315843, 0.031479375110673495, 0.11192700958475886, 0.06756216271640209, 0.016638327418335506, 0.008723193314513848, 0.0524321705798798, 0.033544330908751, 0.0051343987494358295, 0.008745806352223474, 0.06774594889310294, 0.033869622991479255, 0.02523939412660306, 0.06546907143738885, 0.14370880881434642, 0.01760093141404234, 0.009926987378758276, 0.08024543604467489, 0.08024543604467489, 0.031003597111187213, 0.08024543604467489, 0.19278761325452903, 0.08024543604467489, 0.09926407331494262, 0.1405058649764373, 0.02523939412660306, 0.006720521167455199, 0.1290723113519361, 0.06641580243335081, 0.055988455128216555, 0.0002696108562895244, 0.21149720746997255, 0.023852475435397095, 0.02523939412660306, 0, 0.0220885167477589, 0, 0.01331006048257335, 0.4740959437521856, 0.12985555025958967, 0.14049439975959754, 0.28821751853602, 0.1571847644417359, 0.28745679968708354, 0.10273861982994818, 0.058465674891575635, 0.005644100268874479, 0.17160156869905038, 0.16015697624886335, 0.005406619156145008, 0.06252552962654723, 0, 0.07244962744113978, 0, 0.007239065449838243, 0.01123320514151848, 0, 0.07874218423958676, 0.02523939412660306, 0.058348749681212814, 0.02523939412660306, 0.02523939412660306, 0.10967293348246228, 0.13891298069120506, 0.1362084237463979, 0.02523939412660306, 0, 0.02523939412660306, 0.038833997188362696, 0.06068340555523672, 0.02523939412660306, 0.02523939412660306, 0.004624304751079583, 0.02523939412660306, 0.02523939412660306, 0.02523939412660306, 0.02523939412660306, 0.02523939412660306, 0.058361357037108055, 0.008928246788847207, 0.17407885306936033, 0.29386795315324676, 0.425197080613928, 0.02523939412660306, 0.014091900497643254, 0.0035719656819246247, 0.02523939412660306, 0.014616373954615205, 0.02523939412660306, 0.13758320005468225, 0.012965447805739569, 0.15352858771885436, 0.06999113326880105, 0.16539905399695304, 0.16759588266818246, 0.011554738262425212, 0.03056612140557826, 0.00425797863096701, 0.08349827767629348, 0.2020039423801708, 0.011865756508287351, 0.07055902468802477, 0.1188812922619228, 0.15537144285094515, 0.1451460604540902, 0.06549684881774832, 0.123459443503835, 0.401467669161404, 0.006574739909203291, 0.5251934812106226, 0.04318412331304507, 0.3089410706273439, 0.045224964282769904, 0.28106510535965706, 0.023458806301874923, 0.009712503673155242, 0.03111519184383124, 0.08137143865923245, 0.027550945611232152, 0, 0.17516390877268195, 0.0030752211465793346, 0.1613784794486991, 0.08432251665425347, 0.036270663068867545, 0.0031376458412215617, 0.0018412043725937743, 0.10809536068600303, 0.027539212745672247, 0.07030187804204403, 0.05572219648345469, 0.023604770029064855, 0.15672630971949653, 0.027201955185269935, 0.1157975147894971, 0.05400878428406154, 0.15914097811930544, 0.005439930675205733, 0.0008242732412675454, 0.03439587697714731, 0.03964695254267954, 0.02553111196923337, 0.02128717220727642, 0.03964695254267954, 0.03964695254267954, 0.07641819477667619, 0.03964695254267954, 0.03439587697714731, 0.07318686556544915, 0.06419970718461086, 0.07344090826922439, 0.10035783706461436, 0.012014247474755055, 0.03439587697714731, 0.10035783706461436, 0.10035783706461436, 0.03439587697714731, 0.03502944837833256, 0.020300281722145645, 0.045941949935653086, 0.020300281722145645, 0.11730856962349216, 0.03964695254267954, 0.10035783706461436, 0.018472976259629223, 0.03964695254267954, 0.020300281722145645, 0.03964695254267954, 0.021599307731950138, 0.06898498321585675, 0.00560438443378316, 0.03221831763603957, 0.014479207047008133, 0.020300281722145645, 0.020300281722145645, 0.020300281722145645, 0.030523295023239413, 0.020300281722145645, 0.020300281722145645, 0.195768415855882, 0.04090818857767853, 0.020300281722145645, 0.06852439236539593, 0.020300281722145645, 0.020300281722145645, 0.020300281722145645, 0.11601336716686836, 0.1958579076394516, 0.005207296577505702, 0.12248054706963296, 0.009634094879829636, 0.01471110398456898, 0.04583463054034148, 0.013122134581323068, 0.07723883070079376, 0.2864578978685745, 0.02446894715888415, 0.05706949606398119, 0.03964695254267954, 0.0186278707069339, 0.16434250949782966, 0.10375553660446994, 0.03439587697714731, 0.05582790753703695, 0.020300281722145645, 0.020300281722145645, 0.020300281722145645, 0.004450157385267341, 0.020300281722145645, 0.020300281722145645, 0.10035783706461436, 0.10035783706461436, 0.03439587697714731, 0.25004425522664964, 0.12907168174204384, 0.020300281722145645, 0.1486676958405532, 0.02447703183254916, 0.2910726025761117, 0.3573824203998396, 0.14830133213599572, 0.020300281722145645, 0.09733433479500105, 0.10035783706461436, 0.10035783706461436, 0.026677897877133185, 0.0034785476087379422, 0.020300281722145645, 0.03439587697714731, 0.025161793052030368, 0.020300281722145645, 0.052152083923466486, 0.12710296151218872, 0.2767240658273735, 0.020300281722145645, 0.020300281722145645, 0.08518723690337807, 0.3817854441802863, null, 0.020300281722145645, 0.03439587697714731, 0.06317974559532064, 0.020300281722145645, 0.121480557446165, 0.020300281722145645, 0.06687784801230719, 0.020300281722145645, 0.48943106283267374, 0.04621705172389719, 0.06915988775469056, null, 0.11817457590063948, 0.002435668287507599, 0.12789569965478167, 0.010208212233335416, 0.01725835658256379, 0.0734025841050714, 0.100968046355733, 0.34789991956495125, 0.08857056286671246, 0, 0.12471968164517357, 0.10792187139903982, 0, 0.1683348322810101, 0.21042055874141824, 0.10792187139903982, 0.04202095966993101, 0.24019880666670043, 0.08815119047705258, 0.03871284380016455, 0.041122276034885503, 0.10311920745996496, 0.008519244827224317, 0, null, 0.039239120164668545, 0.18502454134933125, 0.05269565136927437, 0.130198069884126, 0.10367530827844236, 0.07424008311868166, 0.21535013097280875, 0.10632163412642524, 0.0046508001823925985, 0.10792187139903982, 0.025430905563551272, 0.209478209152686, 0.23494750225959304, 0.019976648129460425, 0.31030773377051524, 0.02588433312001304, 0.040409499643583285, 0.15868932612581374, 0.09143129421622231, 0.3195574742578248, 0.1240503865436606, 0.06972142336621014, 0.11844931215915903, 0.10297515810072716, 0.10792187139903982, 0.10792187139903982, 0.21789803711823907, 0.10792187139903982, 0.2328858784871476, 0.24158266406724557, 0.002435937170674901, 0.1933083141150902, 0.03550123871800865, 0.08991203258682337, 0.22238500255352367, 0.1430621562726385, 0.052730216812187494, 0.056598134923236586, 0.1247697577268703, 0.1129837668789594, 0.014359911835844426, 0.051895059811987394, 0.06422876266317966, 0.01969061344338684, 0.03331687924351708, 0.041421636342495446, 0.03539087823830172, 0.17214599302150238, 0.0673119690829212, 0.22090401052411496, 0.12344406933551572, 0.2203227248076732, 0.09884162989171172, 0.1009910862313858, 0.09150761751798411, 0.010040014931689848, 0, 0.014859307478368475, 0.03282013126289057, 0.09321126102801276, 0.06584708976895165, 0.19163233944520985, 0.16580794914488986, 0.03402945976231457, 0.012928559066783888, 0.09071150757883376, 0.2458143046567476, 0.05025472562775163, 0.10440655152790676, 0.030530285256079977, 0.0503103982107756, 0.3140527874305829, 0.12482178104464375, 0.012306168216681, 0.006268624135023137, 0.0773023835227484, 0.09110719824172464, 0.11775257160761196, 0.10792187139903982, 0.04299060788016472, 0.2844947208904755, 0.03429009326110032, 0.10792187139903982, 0.028007246798162334, 0.15738994966397035, 0.0816661406566386, 0.12535209759964258, 0.19354825088214964, 0.18100623159527632, 0, 0.048693921656872405, 0.06404561829176614, 0.20888579844336855, 0.00969039360855711, 0.1815429134598464, 0.08775327546572965, 0.06330101810315521, 0.1563560574558968, 0.036764315581342195, 0.02179936626081598, 0.08801497095920208, 0.06404561829176614, 0.08195870986193839, 0.06404561829176614, 0.06160143914819179, 0.03171064172255217, 0.06997197827158669, 0.06404561829176614, 0.08060162321440398, 0.0025176702742303225, 0.04227939175491656, 0.05176446750236214, 0.28949346313983587, 0.029746856231698395, 0.04242480937217688, 0.026293323971647985, 0.28949346313983587, 0.2081066675250698, 0.28949346313983587, 0.09219553122990992, 0.15540296537876003, 0.06404561829176614, 0.009570499543498374, 0.031170482809502156, 0.09631483539898912, 0.06404561829176614, 0.27637851329564894, 0.060957736906274713, 0.016330920631289658, 0.0019669515671282807, 0.06404561829176614, 0.011542283803858591, 0.14341000729581124, 0.30298121127630573, 0.0009211155553391696, 0.07780655455313798, 0.15312220093641135, 0.06404561829176614, 0.0229149694086767, 0.21692969946772997, 0.28949346313983587, 0.03210485840695945, 0.007933683812516716, 0.060909835691888514, 0.01123516304854686, 0.07206525942753589, 0.010802186780966032, 0.01698617650402548, 0.05888985370412757, 0.05731223933020756, 0.010659424612902296, 0.019220485956043816, 0.01713734190679305, 0.06210644144665894, 0.0015006435165372015, 0.011241204068805391, 0.02249154898282251, 0.15469132271056574, 0.04232557859071716, 0.06896599821764744, 0.03590814326305828, 0.01955986807117794, 0.04390142343729011, 0.07192738475225646, 0.02008137316220706, 0.18356654723970073, 0.025956777188394117, 0.05429684290524456, 0.0038522683258950096, 0.042778563651682824, 0.16235464073869593, 0.02644694562097949, 0.003822984238868795, 0.1355129330090209, 0.14208190905720824, 0.26258909056537627, 0.28949346313983587, 0.09088588640702255, null, 0.08056212272844612, 0.21132499087946957, 0.06101650528804003, 0.034143240090698794, 0.2220104434694722, 0.14876636278299335, 0.04616451282059197, 0.28949346313983587, 0.026075084859990428, 0.368581570915303, 0.046771472300324135, 0.02903285935216658, 0.009386923647391904, 0.2477260614453174, 0.3137756898869845, 0.04013563637996727, 0.1331249698294187, 0.1912126521287478, 0.1643110327831951, 0.06184332954059817, 0.11042614383934636, 0.015797757173203496, 0.08734121515646756, 0.28949346313983587, 0.28949346313983587, 0.3492156708417636, 0.07129843311999338, 0, 0.03212231882748529, 0.03212231882748529, 0.0327116086627872, 0.02026528271798783, 0.1917289471663972, 0.007627028290467392, 0.11008561868490808, 0.007933683812516716, 0.06074744880610362, 0.0812884825421228, 0.015496338165913054, 0.021918513591224185, 0.14994655299142393, 0.033823338485311404, 0.03608214684166694, 0.05962738080705589, 0.017340922808960147, 0.03212231882748529, 0.02109731478895564, 0.10186286277424568, 0.034677172538631326, 0.03212231882748529, 0.03212231882748529, 0.03212231882748529, 0.04940300837219437, 0.03212231882748529, 0.03212231882748529, 0.049916174008230355, 0.07452563563170027, 0.07442777847391152, 0.07452563563170027, 0.07452563563170027, 0.20265902443647985, 0.11490049996130114, 0.03828514969995771, 0.15796163491123094, 0, 0.05547807544511994, 0.049916174008230355, 0.1079565297340901, 0.4953324633114163, 0.07452563563170027, 0.05799138624207933, 0.028118450928442777, 0.06128250063784128, 0.15225232029358207, 0.0019605406043272937, 0.025802497526581196, 0.010958608671694408, 0.06381913135568135, 0.019565970324185725, 0.3168463877422204, 0.04963000996073054, 0.05454475882946116, 0.04222538785541309, 0.0828505301123024, 0.019565970324185725, 0.049916174008230355, 0.019565970324185725, 0.046524731778523, 0.006209427866243167, 0.0797818731491366, 0.5, 0.05921661695029513, 0.039147924700571456, 0.056589108790196005, null, 0.061651732679897056, 0.03091299862847371, 0.01843258383184894, 0.2154502650220677, 0.5283208335737187, 0.023521557170234807, 0.1469330609244794, 0.3565093206077729, 0.019565970324185725, 0.02849478588705944, 0.049916174008230355, 0.07452563563170027, 0.03381151344021187, 0.16028484872761636, 0.4990427906480424, 0.04029433282487047, 0.014849350318146102, 0.39939464930393304, 0.049916174008230355, 0.049916174008230355, 0.049916174008230355, 0.09354714377551462, 0.037816061221293995, 0.02699968084557903, 0.16823997479110825, 0.07393636222419656, 0.049916174008230355, 0.006760355603478927, 0.024321968736213374, 0.02572258183518542, 0.010155485059423812, 0.03408891824497937, 0.006449074334538524, 0.04594182872301069, 0.20823952507667975, 0.019565970324185725, 0.019565970324185725, 0.01658562954432877, 0.08621180074915524, 0.012922881169839391, 0.1565736812854996, 0.08893633053038796, 0.0423729787140903, 0.01950749941426942, 0.16566473502731158, 0.1819078212289406, 0.07703654799824868, 0.019565970324185725, 0.019565970324185725, 0.044988057179581056, 0.033323664377657936, 0.09943492226355607, 0.07452563563170027, 0.02165528702270841, 0.08329342276561627, 0.011688759962736238, 0.0294283586704492, 0.07275960847004491, 0.10079990427822666, 0.08723969977991318, 0.07018711593156277, 0.07043434470922968, 0.06196916284542939, 0.2260865859763306, 0.07452563563170027, 0.32893443785408066, 0.04817141447095017, 0.06211528448062373, 0.03203774556141722, 0.02206396270578968, 0.07452563563170027, 0, 0.03272674714613966, 0.14264055237470152, 0.007711100776272271, 0.0063394079114194035, 0.055358055707709304, 0.002507606685685888, 0.11621618880346024, 0.05840043404373209, 0.0003345446682121478, 0.040494797219359425, 0.4139820107353486, 0.09417444429653696, 0.22933765779316265, 0.020828640140917013, 0.014997130622189898, 0.10541013279660776, 0.03200187465848217, 0.01339120685777048, 0.021676602355182137, 0.11400184289668512, 0.02327979525302564, 0.003153614613074718, 0.023014643327693485, 0.06171099204788691, 0.14419812721660427, 0.05503985465747056, 0.006412422699766463, 0, 0.0974218963732933, 0.002260817329957645, 0.06365519763129755, 0.0435451042334429, 0.1686904707279867, 0.001708338221895188, 0.0023371153815671484, 0.11825973824750428, 0.09515492489286234, 0.0729705062192293, 0.003997334565440783, 0.05251222992411984, 0.06155600728403719, 0.033860858925203983, 0.06377338625917477, 0.0400439086016515, 0.05370146537647559, 0.04049276314318039, 0.0158913301942355, 0.0158913301942355, 0.0158913301942355, 0.0158913301942355, 0.003805373259547069, 0.055358055707709304, 0.1716145897922823, 0.01862701278787159, 0.19051236078801137, 0.07320118694189805, 0.11847423728646736, 0.3420192178195208, 0.06488969177302309, 0.021575989629679476, 0.0027621512229087613, 0.05472209159915305, 0.11081069728091482, 0.06863427389224337, 0.015292844372881902, 0.06645205813853855, 0.006254620856944998, 0.2831674856970587, 0.1743758045367501, 0.013535592068135696, 0.0158913301942355, 0.0158913301942355, 0.2944744293029268, 0.03968475553545459, 0.1190895421885257, 0.21548296530184705, 0.016989308467554913, 0.006247067192274141, 0.014802573972582243, 0.0158913301942355, 0.0400613074693402, 0.03272210426473608, 0.0158913301942355, 0.027349051856572347, 0.0807755476831901, 0.0987394673093611, 0.015441993816311715, 0.0025832925924787536, 0.07707692541905148, 0.023491005607769323, 0.03705688178118463, 0.020591564494112764, 0.2151628289732002, 0.08202339763845365, 0.2321869966287582, 0.065473683230006, 0.1202152496744118, 0.08612817430040885, 0.07476095881565517, 0.1676369864033298, 0.1064503325276694, 0.02449844430133478, 0.14406399035937, 0.02109742039711374, 0.06356068299513325, 0.07103685902111129, 0.09865329583103472, 0.08828404358291043, 0.033948174045289374, 0.03636698164525905, 0.011815520414440351, 0.185174441132045, 0.05256406241499896, 0.0932722621337818, 0.21311432849907244, 0.21847847149542524, 0, 0.1358058195180745, 0.10777269359311208, 0.24881356585534847, 0.23419640141295903, 0.03660131288277351, 0.03189800687924929, 0.017414723643571096, 0.0588351991825614, 0.08925024475157996, 0.32977749913016874, 0, 0.21298876855162344, 0.033726854214512166, 0, 0.03266458608696522, 0.022915558151570564, 0.02240025767587113, 0.46737715597095575, 0.006178693280831467, 0.09836369291640376, 0.0023756605787366527, 0.08232040108030077, 0.050651456974557675, 0.012920431515223296, 0.10033367471856632, 0.08303331683449187, 0.05174214743790593, 0.07072821873336493, 0.03260477771991432, 0.03260477771991432, 0.03260477771991432, 0.03260477771991432, 0.03260477771991432, 0.025848295550777372, 0.03260477771991432, 0.03260477771991432, 0.0054981824598426465, 0.01928878356229889, 0.12334030754730405, 0.027874441295176106, 0.03260477771991432, 0.14863971250508398, 0.2245113798386552, 0.0011918894051943815, 0.018316620465237337, 0.0653460728751357, 0.06844953189541096, 0, 0.009668871647075031, 0.12462907356675353, 0.016502157004075757, 0.11670374999957456, 0.00823722377928494, 0.008562336511859253, 0.023003184727299807, 0.3592392496697598, 0.12949899200199147, 0.1686241093208263, 0.13327342576603227, 0.011560434497699177, 0.00398175852492052, 0.03425619390899277, 0.007615644145662147, 0.06471231329761941, 0.20386584775396815, 0.008371007786647162, 0.007615644145662147, 0.01943895930935599, 0.026433964820581295, 0.026354312468148403, 0.07327895012813605, 0.06293827213724722, 0.1619650268264567, 0.0024263658073215033, 0.17646908489582624, 0.015187473017649696, 0.01663491779009116, 0.007230671907932896, 0.050505873345883925, 0.2966699736299019, 0.01294640643757426, 0.06432566668232297, 0.1193151800982495, 0.11797575067297812, 0.004202566118258673, 0.024021522819804367, 0.001722070468910067, 0.07989387308332553, 0.010599376474719232, 0.03433627905997357, 0.02878576271103766, 0.0665654713228301, 0.08646413775320004, 0.007615644145662147, 0.026786665919197008, 0.1807655108177681, 0.17533461093056976, 0.006685484621000559, 0.007615644145662147, 0.007615644145662147, 0.13808643126668788, 0.05946367132119596, 0.006893810985034236, 0.026780743493091605, 0.019940609692094727, 0.06273004110829376, 0.019940609692094727, 0.0069699916366471526, 0.019940609692094727, 0.010762363435316532, 0.07030670729170624, 0.012865231644782251, 0.019940609692094727, 0.16172587850958578, 0.22527259217959889, 0.05689595050215844, 0.24728847133588583, 0.02086357821039233, 0.08129293794336402, 0.1488406976804963, 0.007615644145662147, 0.23887564467829492, 0.09199908221074704, 0.006251988695754046, 0.007615644145662147, 0.00983560274191942, 0.04751576252254355, 0.007615644145662147, 0.0021037947730827384, 0.002397146254974303, 0.026853417549254025, 0.08431246199882104, 0.002397146254974303, 0.002397146254974303, 0.002397146254974303, 0.004423322414952752, 0.0021956548484210045, 0.05044833610450164, 0.12113844504210988, 0.041592060179518456, 0.019940609692094727, 0.019940609692094727, 0.019940609692094727, 0.06293028747976931, 0.002397146254974303, 0.0459507064484375, 0.019940609692094727, 0.002397146254974303, 0.002397146254974303, 0.002397146254974303, 0.0021805941182773216, 0.004631256727599274, 0.08692186471214704, 0.0023811666057180782, 0.0650941403794906, 0.04351180705671047, 0.13988641310845043, 0.004388758070759705, 0.4508949637043931, 0.09106070381968684, 0.05232576169011387, 0.028684447661680566, 0.07863514535357967, 0.04853742285952035, 0.021880572287941588, 0, 0.021623559612123203, 0.04671814721762476, 0.028900421198439143, 0.13094418361832685, 0.3148994864566309, 0.03750176474826208, 0.005324406078883634, 0.32957557851775066, 0.2578142291846008, 0.11834532036609204, 0.0281614331920542, 0.17117335095467617, 0.07370604332579339, 0.05253963175671923, 0.10219499601591532, 0.03875872127853007, 0.0017475435295372175, 0.35802990175283755, 0.03530805787473813, 0.05202708019103785, 0.07069228520935358, 0.043010255059535235, 0.06998684956261966, 0.037750914417456614, 0.05056933673971895, 0.020850927606851533, 0.007451550980377784, 0.01578442311185851, 0.025601526022199225, 0.32872848425191126, 0.2240043990153766, 0.0956692568264476, 0.002364031956560848, 0.013272333572162197, 0.27577837502767805, 0.03674559730614844, 0.008176963622141188, 0.0334744671439718, 0.01575303444830939, 0.0018451264435215388, 0.24770257410245788, 0.036503697050310945, 0.035167671756508735, 0.04030774130963482, 0.08165667717216789, 0.15755919935157903, 0.10375146016205652, 0.02589325147361408, 0.06679105271698718, 0.007897469640185966, 0.09523516302550332, 0.032983142184094635, 0.06853083606169434, 0.01428622027056061, 0.10458535725112351, 0.09892043053949658, 0.02019950050629178, 0.02799839769668684, 0.005767327984035868, 0.07743434581238257, 0.2888910859490446, 0.03289725623190477, 0.06442305066417024, 0, 0.18154076466776256, 0.025834362329395056, null, 0.0533868059674681, 0.04682111740409561, 0, 0.04466777366448863, 0.050395095084404186, 0.04670425232187252, 0.13009966955340915, 0.18760501288743017, 0.08147571693907402, 0.05740411831116618, 0.104249065980074, 0.03765828977027093, 0.1156960719953535, 0.2121541419588165, 0.08448894165109416, 0.041849912123918045, 0.04749592480252912, 0.03910764240618856, 0.009193738461692158, 0.20041683342331348, 0.0028839028415285415, 0.0397358626699567, 0.011860988157068849, 0.1138372409641151, 0.04575973275352853, 0.0652115639633153, 0.011793187391389471, 0.07248140543070775, 0.009097291451433042, 0.33394356512868195, 0.10217793000448788, 0.20493055989327347, 0.05871102440291913, 0.07333643564394336, 0.27846010313376607, 0.09599388562928012, 0.0036184471027252496, 0.0031382118089912855, 0.10500317351358598, 0.021354632810420687, 0.0252684605963641, null, 0.02872622288960719, 0.07094833425844488, 0.02830592359429343, 0.21267698924442463, 0.006968511369384008, 0.0921453810793661, 0.008532371127381548, 0.011042113855914377, 0.04749592480252912, 0.18413311112664552, 0.1650945776842161, 0.04749592480252912, 0.04749592480252912, 0.04749592480252912, 0.04749592480252912, 0.04749592480252912, 0.04749592480252912, 0.04749592480252912, 0.006610999812368467, 0.015293114861437288, 0.12725418331056942, 0.04749592480252912, 0.04749592480252912, 0, 0.04749592480252912, 0.04749592480252912, 0.04749592480252912, 0.04749592480252912, 0.04749592480252912, 0.04749592480252912, 0.04749592480252912, 0.04749592480252912, 0.08564640187438904, 0.07171410831351646, 0.06720791742470432, 0.04749592480252912, 0.1705734754779543, 0.13806374068410251, 0.04749592480252912, 0.13548128712378696, 0.005029073087214159, 0.04749592480252912, 0.04749592480252912, 0.0968239954817464, 0.04749592480252912, 0.04749592480252912, 0.04749592480252912, 0.04749592480252912, 0.18967396650475396, 0.01878893835763156, 0.04718960106661481, 0.025085278828364515, 0.10690913819283744, 0.027088912064069062, 0.11150065903648612, 0, 0.14162381118998635, 0.04555118358506948, 0.01920267202368178, 0.03602623041217114, 0.015328716806428626, 0.00004711419652484057, 0.0037384654093751903, 0.02515255184270045, 0.011666622032999825, 0.017761018456652324, 0.01829087812931707, 0.08391805973271475, 0.01703020669157724, 0.022303082162615888, 0.06289170623915578, 0.05224713459943517, 0.07847051112325336, 0.04036838911869082, 0.03548753382014988, 0.030859314825130255, 0.06962666302579248, 0.010680009240136836, 0.020030956442331552, 0.023527367064511775, 0, 0.046691720221830206, 0.24057757101729116, 0.024007842462098385, 0.10191078758015214, 0, 0.2025211404605799, null, 0.0778320857328939, 0.04038908423354342, 0.05874441220150752, 0, 0.07604921460236148, 0.05241153552229229, 0.03453487735066683, 0.01842742570288462, 0.0054711095941722574, 0.0002571204600528404, 0.09158280437614556, 0.0488763269664941, 0.08976741695927669, 0.031474299819612146, 0.04340118850788305, 0.059125716304058246, 0.012415135796485129, 0.1758890579134103, 0.010539421694552764, 0.005753165692652568, 0.07380230775495686, 0.08822029866329292, 0.05612836594279661, 0.01629944672774272, 0.04966520822063278, 0.04963754524267707, 0.0950294183115738, 0, 0.009129809921847134, 0.04968685130812526, 0.3755011752262721, 0.02449991362150703, 0.058901076526086595, 0.04151029652501827, 0.0017984634265756998, 0.0003078904889973826, 0.007176212181551255, 0.039653453548251984, 0.02371182290391926, 0.005099946073324789, 0.03940544971084177, 0.4986390428838092, 0.055838157429862575, 0.02877348503752864, 0.002519652957845016, 0.13011496810576118, 0.107038058354045, 0.1945877211852323, 0.018789614488405087, 0.15659116221786176, 0.09445601041346809, 0.030685453135052783, 0.01384808771279296, 0.017428789487887973, 0.10214803368419434, 0.16603287346365422, 0.024499245202301186, 0.030859371600425994, 0.055268943301365954, 0.006955529222778815, 0.018569261142325016, 0.29406488567452677, 0.01597887721322757, 0.17037848541053216, 0.07620424648698186, 0.01448682608894815, 0.1490198612592043, 0.1086451217611088, 0.00945677866567079, 0.0032013278588373844, 0.23682952476609345, 0.06087164448347334, 0.01834650172701113, 0.029705435349362416, 0.0038947540774961023, 0, 0.005421842974760051, 0.1486089438656591, 0.00815690049810518, 0.0038947540774961023, 0.08078806180851789, 0.10101829139595536, 0.08520225602337078, 0.0038947540774961023, 0.005360113052449042, 0.09317785264499467, 0.07285272011768747, 0.0038947540774961023, 0.07400239371582207, 0.0038947540774961023, 0.0568208437748731, 0.07246463740839218, 0.02368994187044867, 0.028964420192786805, 0.049757753639487805, 0.030265111075824587, 0.06107928129568254, 0.2542670645227087, 0.03097405945927457, 0.1387524694367056, 0.04037149246193385, 0.022727329186811578, 0.20952667539391345, 0.15411521627109506, 0.0911760647243822, 0.2379122144420651, 0.0940281155523794, 0.0038947540774961023, 0.03881473349881469, 0.0038947540774961023, 0.043722406315948155, 0.014237273533847442, 0.16632040282821803, 0.03188947597991181, 0.014204103148165049, 0.012976869383722797, 0.18730468005787715, 0.01752457971832588, 0.01752457971832588, 0.01752457971832588, 0.012576506436944336, 0.14274720042436914, 0.0368076683918224, 0.022380879264325755, 0.015618366909906287, 0.22375034885872083, 0.058073167062635975, 0.01752457971832588, 0.008152707769096343, 0.15239402010967876, 0.06103619686626356, 0.19200816058632583, 0.07931058275310342, 0.02926067350924338, 0.014344702156328878, 0.0038947540774961023, 0.01752457971832588, 0.16927718229370187, 0.01752457971832588, 0.000482281856407829, 0.20373606396215108, 0, 0.01752457971832588, 0.0829491415419633, 0.01752457971832588, 0.33484059980666037, 0, 0.02834465602182048, 0.05776059370447196, 0.1453754286977773, 0.15547852138252044, 0.0977320974381894, 0.050982515491725014, 0.18066513906412335, 0.01865212689706757, 0.015434001807893486, 0.0876246261249608, 0.009208428420620297, 0.06578991861029929, 0.018452541025491542, 0.1457707055988341, 0.002556071205956201, 0.009208428420620297, 0.16547739308634174, 0.08055108785133565, 0.03766431584647091, 0.03238406988236257, null, 0.08110428711107803, 0.009208428420620297, 0.03766431584647091, 0.009208428420620297, 0.03766431584647091, 0.005482798874061205, 0.03766431584647091, 0.05838895268414931, 0.0887000786060638, 0.26891604198649327, 0.2768602763645026, 0.13048726985115733, 0.009208428420620297, 0.01668494667015754, 0.088079009896565, 0.04446947817160176, 0.09762802102808749, 0.04940762585671564, 0.02932439900615992, 0.10316245693240986, 0.21471007728123823, 0.03116099998317023, 0.15021643526607403, 0.07423756359725035, 0.009208428420620297, 0.03372564177228215, 0.03766431584647091, 0.03766431584647091, 0.0566047158371708, 0.03766431584647091, 0.03766431584647091, 0.1371375757484379, 0.013306870447831232, 0.02922647078893056, 0.0749937203514909, 0.018565748946480165, 0.21114197987218888, 0.11335026016719885, 0.07459638467012455, 0.009208428420620297, 0.03092665798118276, 0.009208428420620297, 0.0069878063007308075, 0.05335402044119665, 0.008549469050755806, 0.1265290214464939, 0.01629147094230803, 0.021038165559290552, 0.04047349293464545, 0.28416268225128855, 0.11756023229735288, 0.01928341836786477, 0.023117435615545804, 0.1687900676567839, 0.000979839263995084, 0.0115978941636435, 0.15890471468711068, 0.04262866802003986, 0.12978677387556747, 0.04262866802003986, 0.261937382193252, 0.01123593163392167, 0.05111484821879756, 0.0965923128514437, 0.013270166686093637, 0.13738502127832403, 0.048294237498479595, 0.003902892770722928, 0.04262866802003986, 0.15216304108793335, 0.16589854294771153, 0.0059515742760373235, 0.022041564807046863, 0.10671951386126892, 0.03308999748747163, 0.1305343281132801, 0.04262866802003986, 0.019635080623465095, 0.026960819951983895, 0.01647746895337871, 0.07047910319751856, 0.10780849782217838, 0.003783214751287124, 0.003783214751287124, 0.20910518721296267, 0.057401142200163194, 0.06777265510683123, 0.2277730825066918, 0.14349570638176185, 0.13033719574105038, 0.003783214751287124, 0.009204418480153284, 0.003783214751287124, 0.08777027976121272, 0.01593966746872729, 0.22000892688603477, 0.04262866802003986, 0.23059880825513712, 0.012740069032623076, 0.04262866802003986, 0.04262866802003986, 0.0056593891175263, 0.004079679791507727, 0.001309008591357785, 0.003783214751287124, 0.04262866802003986, 0.003783214751287124, 0.003783214751287124, 0.003783214751287124, 0.009877799518238526, 0, 0.056344452404119665, 0.003329572631119228, 0.042214459061002046, 0, 0.2544581823665755, 0.0026210406813000535, 0.39315428321852264, 0.042214459061002046, 0.1247910121224134, 0.04824307071863168, 0.15460610027644028, 0.10315348962222184, 0.04040757544581821, 0.06986414793080306, 0.08289924289278267, 0.01111041940404442, 0.0887270726515272, 0.14272342407777264, 0.1274369281396882, 0.10070955131424436, 0.09247261179476904, 0.05927095958786653, 0.04006846973007976, 0.07902525747916805, 0.02348637043586146, 0.0924181261023219, 0.07699298827471544, 0.042214459061002046, 0.03247999856396663, 0, 0.07129152213976403, 0.042214459061002046, 0.13197206609905582, 0.0048696700654503175, 0.016592925939214173, 0.07804135813817449, 0.031766387399974935, 0.05418796019663512, 0.0641349114385433, 0.10415239500757334, 0.01071259977134012, 0.00913168758371773, 0.027518298405711617, 0.05350608197329768, 0, 0.042214459061002046, 0.2528758788214814, 0.04108930658631308, 0.07964393681237815, 0.03702961556043573, 0.042214459061002046, 0.26623749362221666, 0.010068515906455291, 0.042214459061002046, 0.09682144725352118, 0.11381414497385764, 0.042214459061002046, 0.030035635882814764, 0.15457989667681435, 0.19792948473428532, 0.06957032255368564, 0.01783905734941797, 0.030505412630266, 0.03166174798093422, 0.26539270463651365, 0.08891812254078045, 0.17678754274099848, 0.10993401329785936, 0.1374484921125629, 0.036959371896209424, 0.0013768732576489166, 0.0009846974515842545, 0.04228881502854192, 0.039607227705279094, 0.019824532284861845, 0.0374679791091258, 0.01792029914423354, 0.1779217658646201, 0.1016868262553312, 0.03799481620256519, 0.1230112891101658, 0.022927858568832872, 0.11950290249886106, 0.028031753224814767, 0.007131196302384795, 0.030371231765708388, 0.16976737358932048, 0.03690096108427863, 0.01114445594526077, 0.07231558095768538, 0.1732383234129029, 0.11768928813053246, 0.012684072120678454, 0.07704490705959009, 0.007981644999174902, 0.08678589468867559, 0.0047458877195756975, 0.041886223989838225, 0.042103203266290946, 0.06363801313988851, 0.0193322268257727, 0.04227871974369861, 0.24198212156837537, 0.03105539696231221, 0.0039622967915464114, 0.13816281075623646, 0.008372108583740566, 0.044407290743572206, 0.12955262881897472, 0.26110488261273324, 0.2781075106370588, 0.1328760395852529, 0.1328760395852529, 0.022930731874070492, 0.015241906627498292, 0.1328760395852529, 0.022930731874070492, 0.1328760395852529, 0.022930731874070492, 0.1328760395852529, 0.1328760395852529, 0.022930731874070492, 0.03806266240373899, 0.02040632075097413, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.12276728572376108, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.011789447729425997, 0.11606230828139594, 0.022930731874070492, 0.011789447729425997, 0.011789447729425997, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.011229236693513988, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.011789447729425997, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.10232514608298802, 0.08069578449584815, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.049002262440349026, 0.022930731874070492, 0.11537902339941342, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.32036194089538517, 0.12346484674249056, 0.1328760395852529, 0.011789447729425997, 0.16786852340135028, 0.2961477220065467, 0.022930731874070492, 0.012492670308547355, 0.022930731874070492, 0.04219771901751885, 0.018084744795641216, 0.022930731874070492, 0.022930731874070492, 0.04404461468300514, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.06005527923786799, 0.022930731874070492, 0.14590897770229508, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.018150786866899613, 0.08011731692226166, 0.022930731874070492, 0.2349838702159995, 0.03282934719431412, 0.4662574148631656, 0.01328214577351658, 0.11234940071239362, 0.032097120943655445, 0.07881858279586766, 0.025857826945685437, 0.011789447729425997, 0.011789447729425997, 0.02592900469524627, 0.04420591415324181, 0.011789447729425997, 0.028453676498944657, 0.03270685708200887, 0.1328760395852529, 0.022930731874070492, 0.07647836354407977, 0.1205796753808514, 0.05204994119573639, 0.037613061638663736, 0.028857979684549357, 0.0430080509737976, 0.1972628801312483, 0.1528278365775428, 0.028676356934883733, 0.024715303843811123, 0.037613061638663736, 0.037613061638663736, 0.04580157528981593, 0.09154090358777606, 0.03290892530968322, 0.040056865155209107, 0.08710352183619216, 0.05865957327189799, 0.015587812440876503, 0.1528575832811189, 0.05867339862814275, 0.10448179815354748, 0.009175701361315214, 0.037613061638663736, 0.0363176541125234, 0.02245661267720784, 0.04586527909609806, 0.07975002934747939, 0.037613061638663736, 0.28640033498205103, 0.028014694687600462, 0.107958088924941, 0.033620463181366265, 0.037613061638663736, 0.09181843910129764, 0.1302764308179503, 0.037613061638663736, 0.026854290032287148, 0.0030296936766715235, 0.037613061638663736, 0.17497444739279752, 0.00947760116314942, 0, 0.05068879100084935, 0.03812151279238059, 0.00518055529538663, 0.015974007528309797, 0.16386745513457726, 0.2899511776044539, 0.043604948701819565, 0.11166067880949924, 0.03827214364529403, 0.2243791469626279, 0.02402742827565748, 0.031434343666628825, 0.17374696765676134, 0.014184185105113996, 0.10180130134426396, 0.0004492470593145163, 0.2302505101485879, 0.069434603141176, 0.020780757927501267, 0.041501623683693055, 0.08906065703744434, 0.0399031338131382, 0.056459077966780034, 0.03832998682087568, 0.016825488097970843, 0.004489373789960848, 0.005703288483247212, 0.03333652153696364, 0.021910171390484904, 0.08871067436571026, 0.038367286250576, 0.009127692558335648, 0.1805397673003598, 0.05650436944644401, 0.17715053653692855, 0.04923166129564919, 0.1338367447220431, 0.006430867455277773, 0.0892611465629089, 0.24466118725413455, 0.09673787714357587, 0.06031107844986579, 0.0642940189187127, 0.04945254758730004, 0.1070533394692612, 0.012358935881242143, 0.059927946431377485, 0.1411806106727469, 0.05875156007526715, 0.07031540299096094, 0.02999416231604673, 0.05936181784781847, 0.056211890858779805, 0.17974298364994096, 0.10823631896603075, 0.03598734930093462, 0.018484835003121623, 0.3330628548716003, 0.1071319885792025, 0.11209177502055316, 0, 0.12156752947042591, 0.017200174360218545, 0.06337865866605238, 0.07579313931974639, 0.026764038997899624, 0.023449949842963964, 0.045877070282448855, 0.21945522357097272, 0.00976177522312578, 0.0033930514884607, 0.027719634278133894, 0.02182521359132771, 0.03413452307444258, 0.13504607796367604, 0.006955420480950209, 0.045001861686445585, 0.13702568239550264, 0.0009383715932890668, 0.004813144869040221, 0.05825488100583635, 0.30257594509042696, 0.11316169698502036, 0.16746632914986828, 0.10441199831186362, 0.06449970320668329, 0.07112662126990969, 0.13019391256048535, 0.05974888223400462, 0.04510445916274771, 0.11226478465288818, 0.10958410292983796, 0.2910872958256857, 0.108565013936321, 0.006377148974445067, 0.031272451587438674, 0.06557141670941052, 0.16063306685387296, 0.003632421689968372, 0.11892634295721972, 0.0141129260750969, 0.004833197730653753, 0.02756196405569727, 0.03516704888293601, 0.13776381712754823, 0.01758872974302457, 0.19224429100900045, 0.051126141375826245, 0.14978784376070747, 0.013562962628319693, 0.014812549202257802, 0.02030735753862336, 0.0148336767321529, 0.1217757870126175, 0.01504094821342774, 0.0064591008510616514, 0.3642493140567495, 0.03956370432238248, 0.024996211215922676, 0.025775792889236555, 0.061403111012001486, 0.06735620527347846, 0.0038766602555632495, 0, 0.044613154852575734, 0.09245339027658556, 0.26160501720202295, 0.09245339027658556, 0.001795656293957175, 0.05385858005921924, 0.012732507418991396, 0.007680376808288565, 0.09245339027658556, 0.09245339027658556, 0.09245339027658556, 0.09245339027658556, 0.00500989153541407, 0.026156025324039538, 0.09245339027658556, 0.01047440820533236, 0.09245339027658556, 0.06655952286337563, 0.13395917500557852, 0, 0.049018295540153474, 0.16433489991401737, 0.023146963134937845, 0.011838867644371222, 0.13463761128990265, 0.2577801192152363, 0.1353197428130878, 0.08560631923630121, 0.016635774209392898, 0.10535526309093414, 0.1086055774577117, 0.06100407328496368, 0.032953192864488313, 0.02238733042565154, 0.04311749289913065, 0.06557545688925447, 0.03444351821550742, 0.11155668080104758, 0.020662156653648837, 0.07189964002763906, 0.02730818076641531, 0.1263443380942843, 0.01938099599743637, 0.002800741446707679, 0.03384668578048567, 0.15278551724254133, 0.07223570414456897, 0.19233012665087384, 0.04879051418098913, 0.007850951467073838, 0.0531516078958651, 0.007883426347153014, 0.12122527458762726, 0.020177665415508243, 0.0591624687794224, 0.028070077591315273, 0.017347672791073073, 0.24069167192189755, 0.010140131928377514, 0.15465165426477304, 0.07002801572532386, 0.019785414234320217, 0.006502049644008554, 0.04109016022129147, 0.14830715101538988, 0.37822520622466793, 0.09665831706320913, 0.023498786842691747, 0.05239127562373554, 0.0506608949111426, 0.018012211904425507, 0.15031536553087124, 0.04601576381140527, 0.07522614949378692, 0.00025350862956168604, 0.009310683748667706, 0.013463993457154716, 0.11632114825515928, 0.03628300507373733, 0.0032901603782309113, 0.18949757288140212, 0.021859097411524364, 0.05129121738774915, 0.16121857121415087, null, 0.024391325121881614, 0.11774941223152616, 0.01526003344727547, 0.05209904542656053, 0.024391325121881614, 0.0017535195406658975, 0.024391325121881614, 0.024391325121881614, 0.003042907952882575, 0.024391325121881614, 0.0018276351309034684, 0.024391325121881614, 0.09875638206707688, 0.14337857944849236, 0.14767906890715576, 0, 0.04957457423222888, 0.032606989302412306, 0.009313972200470947, 0.032606989302412306, 0.032606989302412306, 0.07686790224138057, 0.009313972200470947, 0.009313972200470947, 0.032606989302412306, 0.024391325121881614, 0.009313972200470947, 0.009313972200470947, 0.4904614663632495, 0.009313972200470947, 0.009313972200470947, 0.032606989302412306, 0.05800550008710811, 0.009313972200470947, 0.032606989302412306, 0.06277647303771977, 0.032606989302412306, 0.032606989302412306, 0.032164604164493876, 0.024391325121881614, 0.005374747783145345, 0.09911326759793072, 0.07030466972857437, 0, 0.1019713218955496, 0.009539377910601304, 0.011103716426707148, 0.16616339506737113, 0.010579312179829915, 0.0861015468259815, 0.008067191743840772, 0.1554892065900719, 0.05379039390419817, 0.07844249617407643, 0.09022007449562744, 0.07587387607522311, 0.039194622945898774, 0.07704072027355971, 0.11597016699008898, 0.05251624703387625, 0.022557432938556325, 0.2837740948692561, 0.09540155235383677, 0.06377414127612073, 0.06434154215716145, 0.032142521272383734, 0.09235804152386728, 0.012098734482691793, 0.11224673248510948, 0.1681172358361739, 0.07315355084435145, 0.039194622945898774, 0.03369897402599175, 0.24531634999737395, 0.028379152649767737, 0.12522173713448334, 0.011210950922021104, 0.011107267014760796, 0.01880339545657647, 0.12297189692426586, 0.04614569799251925, 0.009005960971597182, 0.006443429420948038, 0.006069475194835009, 0.050590976769830216, 0, 0.20085484370790868, 0.03403340041718222, 0.004449350959643224, 0.06041029509685067, 0.10846203252182252, 0.022054891100955685, 0.006141348520126336, 0.03154187126351994, 0.3335977129136254, 0.05729145397787142, 0.011107267014760796, 0.03464550642472785, 0.423743933990154, 0.313141329673836, 0.10370195958677676, 0.046597367120195944, 0.019762218358221048, 0.008980115090723611, 0.088959247909909, 0.08857421956694897, 0.11971112733467004, 0.02186680973397708, 0.02749287133686634, 0.0521729776374902, 0.044288475560867006, 0.07404330087261933, 0.1005615637535496, 0.04937847664292382, 0.13927139610942188, 0.2283777962740383, 0.436080894170585, 0.0071075009621797735, 0.1466780034488152, 0.030664366587156856, 0.030664366587156856, 0.07995823447252562, 0.025352910413933227, 0.030664366587156856, 0.13689579966000806, 0.008727569334735967, 0.030664366587156856, 0.030664366587156856, 0.018537962323799204, 0.030664366587156856, 0.024419876783772557, 0.09126311884717483, 0.07454348628599622, 0.02839551693711494, 0.0029629680317590774, 0.005246833500507532, 0.08908164656846976, 0.0005496750422208598, 0.030664366587156856, 0.030664366587156856, 0.20142123013521063, 0.005198734879147005, 0.017481406830360858, 0.11617622501838112, 0.02660106710409595, 0.016262562504141653, 0.09489081615933671, 0.04899763388791169, 0.008184438609485473, 0.00951892369568464, 0.15744948463651717, 0.10956266088224698, 0.13221833730056176, 0.06972594552269348, 0.025563735458234454, 0.004763895608651897, 0.07542699072436551, 0, 0.07542699072436551, 0.004763895608651897, 0.07542699072436551, 0.004763895608651897, 0.07542699072436551, 0.07542699072436551, 0.02401958219713949, 0.024023094802703236, 0.00951892369568464, 0.07542699072436551, 0.10071299742733172, 0.418428767128638, 0.021523467882462663, 0.00951892369568464, 0.02295053087060199, 0.07542699072436551, 0.014753335271366548, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.019175257481453455, 0.07542699072436551, 0.00951892369568464, 0.00951892369568464, 0.013348379654087328, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0, 0.0830669274655348, 0.00951892369568464, 0.0257930618090802, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.004763895608651897, 0.18556016423908983, 0.10094007473995592, 0.00951892369568464, 0.001710632317126223, 0.020172106195087785, 0.026943118182131028, 0.3060986113514965, 0.06983571989224562, 0.0685856564941416, 0, 0.25647759038259715, 0.00951892369568464, 0.05708870196298289, 0.004763895608651897, 0.016939412241077968, 0.004763895608651897, 0.004763895608651897, 0.004763895608651897, 0.08103598747444123, 0.060979552166753256, 0.09347197782636912, 0.0014647290404295802, 0.06049634049153042, 0.010661441810760584, 0.10308441990482596, 0.08140430681281736, 0.08747272318257722, 0.0480465540000144, 0.0657415156166496, 0.01521354707326681, 0.03765882069350928, 0.10315188994565253, 0.16188847718038807, 0.033365411226749284, 0.1558245199430294, 0.005753874197928592, 0.000914934969631287, 0.12551916555832413, 0.0912421361322302, 0.06909935190972326, 0.0685886938552298, 0.0016104038432420353, 0.0016104038432420353, 0.07255526735667191, 0.015883010778165195, 0.02516159816919017, 0.0016104038432420353, 0.06528945830270895, 0.0406961127416064, 0.0016104038432420353, 0.0016104038432420353, 0.002096448205651234, 0.012149631453960584, 0.028886117118682535, 0.07699238208239984, 0.07573107102281973, 0.0016104038432420353, 0.0677711942217545, 0.018954168101793352, 0.013232582550377852, 0.08523496772669327, 0.0016104038432420353, 0.0016104038432420353, 0.040387439838442125, 0.025553884660254784, 0.10412648670216217, 0.17426249892386578, 0.03490717321118543, 0.12205027556919316, 0.03893095406425154, 0.1297573500926434, 0.20507575385120935, 0.04108241368636321, 0.008388337245367411, 0.1815672462637253, 0.11641940138487532, 0.1306598005883493, 0.4760179838592304, 0.03878219789181754, 0.03229538980177659, 0.0898252994807053, 0.0036246155985302174, 0.2057411195741148, 0.009325344539613924, 0.12295396000320412, 0.08156634971659199, 0.012541307018994663, 0.0614481807117854, 0.05444820462722916, 0.2176310467934689, 0.016799358818641585, 0.03744446731245064, 0.17697707666486803, 0.11289544726501936, 0.00966218369324854, 0.014654731482613767, 0.014654731482613767, 0.013184294951921985, 0.009020976892691698, 0.009094097900004976, 0.11823634210165, 0.059000447727317475, 0.14821710857111076, 0.014654731482613767, 0.022446981224648103, 0.06303316015135199, 0.05615761007568144, 0.014654731482613767, 0.017458693480206344, 0.04954380301642569, 0.0978727149463822, 0.03257239505207778, 0.22199321777524125, 0.014654731482613767, 0.014654731482613767, 0.013476426117450455, 0.014654731482613767, 0.014654731482613767, 0.014796509033355328, 0.016063952135311466, 0.002629468416426925, 0.11890598836635212, 0.08254151272412971, 0.12134618806205996, 0.08201913105605375, 0.06939861474452687, 0.10502196067536386, 0.022010427679796742, 0.07628534193455977, 0.1317274629005352, 0.02046481711327325, 0.12395978606975568, 0.017969759449337312, 0.007006133536682699, 0.02429974083151293, 0.02248855359020899, 0.03946097875006206, 0.03284196360690295, 0.050230115427575744, 0.008681857909378381, 0.02188257369547166, 0.3442079459221161, 0.0447403380765242, 0.2885371611968266, 0.08796558287510234, 0.03757041187788414, 0.043163532017117215, 0.027581024619732608, 0.004799420860418983, 0.2319238029112994, 0.07140882299308282, 0.005688404911004638, 0.15552060675432594, 0.07519936979140988, 0.29672947789468945, 0.026657955155270356, 0.014166043114946044, 0, 0.15943858271452285, 0.022128325194657707, 0.03195272583155419, 0.03574074956037132, 0.046625764699791995, 0.02219096564253036, 0.0017019739767072677, 0.011152492002376276, 0.011152492002376276, 0.0026507721296255542, 0.004872863931896186, 0.048226839740840896, 0.217685529354702, 0.05926204757014914, 0.19174254616761385, 0.05199103963580195, 0.1892985513795833, 0.22938111887539353, 0.011152492002376276, 0.011152492002376276, 0.031298490171940994, 0.011152492002376276, 0.013442899972035929, 0.011152492002376276, 0.0006233506820155846, 0.012438104393460887, 0.011152492002376276, 0.011152492002376276, 0.025031983998223685, 0.05599627418446903, 0.12763516372232886, 0.07149012722040861, 0.040504831494472086, 0.0092265992886148, 0.014669879166585137, 0.07400107403498384, 0.013830071364892125, 0, 0.14667338071307526, 0.03526693840500582, 0.01796099872048673, null, 0.05928167361730499, 0.029709898086069643, 0.16388150052541595, 0.09900616254097117, 0.14825108234542983, 0.1801925948740495, 0.0010192297457055932, 0.02569703520072392, 0.00724392891337557, 0.15639082394073797, 0.0861629721327058, 0.11887862316550649, 0.4161311549935563, 0.06376408197736864, 0.021273956838881995, 0.06376408197736864, 0.1636120346269125, 0.08881763590783212, 0.0013680192700528237, 0.06376408197736864, 0.1461281340071236, 0.06376408197736864, 0.06376408197736864, 0.046490028588421495, 0.06293388731618214, 0.06376408197736864, 0.10797677063889168, 0.014992356806401926, 0.04456613002027793, 0.2255226906513689, 0.06376408197736864, 0, 0.06376408197736864, 0.00939702782727755, 0.010663729193922111, 0.03444195906070049, 0.021542013048621148, 0.21399690551995185, 0.08557072793698671, 0.02112530202092029, 0.021542013048621148, 0.021542013048621148, 0.021542013048621148, 0.1529780807509862, 0.08847421405845884, 0.02860631412041485, 0.18440815262704363, 0.19019465634416985, 0.01630417326805068, 0.49261406801712576, 0.007141386481961312, 0.09331256058463812, 0.14255039665841115, 0.021542013048621148, 0.021542013048621148, 0.021542013048621148, 0.021542013048621148, 0.06882964034445879, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.08318475948634735, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.09001811752011739, 0.05470844317626322, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.0445920002511903, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.09167848965951318, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0, 0.1538009622089712, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.029367047104861547, 0.036302269323647315, 0.09303748098040077, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.07899350931397822, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.014340892900096595, 0.036302269323647315, 0.036302269323647315, 0.03220182144644233, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.0027020911604888403, 0.036302269323647315, 0.0015984378811235425, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.3102627845802829, 0.0346936293268183, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.0445129985657348, 0.05624330439405129, 0.0032828975505865532, 0.03786585578365443, 0.008760426052590205, 0.05407215810309007, 0.05073375442111725, 0.004057179183498289, 0.14114859610213043, 0.2747046276629037, 0.028489405456532984, 0.15261496436899405, 0.03620318219192432, 0.0204442097469098, 0.0204442097469098, 0.0204442097469098, 0.0204442097469098, 0.044051223370388845, 0.00002004902445985412, 0.0708257221455652, 0.04546519103351111, 0.1922983748581073, 0.07243426337226029, 0.0904624302453748, 0.09213341300026692, 0.1596869193587118, 0.15441025024467045, 0.0204442097469098, 0.0204442097469098, 0.0204442097469098, 0.0204442097469098, 0.10695205601216291, 0.11465718125180618, 0.019227017958102027, 0.05524381523936305, 0.015501834364428124, 0.0334286848409537, 0.09861702103280512, 0.1339809508067818, 0.016874763014348107, 0.04201013813820507, 0.16372776453104582, 0.0082240334697587, 0.030203329443569783, 0.34262120226753645, 0.009854791705242956, 0.02730549229486953, 0.00181107853124136, 0.02839194823888357, 0.11446172288648994, 0.08913092110788512, 0.2432267095266213, 0.115085895628699, 0.09059088032145828, 0.00181107853124136, 0.00181107853124136, 0.17789712604854008, 0.20211804407501568, 0.01301379087165884, 0.05301791546173805, 0.00181107853124136, 0.00181107853124136, 0.00181107853124136, 0.01493293786142665, 0.07228632940796222, 0.00181107853124136, 0.00181107853124136, 0.061254203481824185, 0.010435447077872544, 0.19553400233170887, 0.22668526022613383, 0.24064373571647152, 0.11593550882147682, 0, 0.0935804728615642, 0.0657043924260588, 0.36522566770678383, 0.1508346250634164, 0.26533637593698645, 0.010935771162877396, 0.11108936913513127, 0.02037394244074793, 0.02037394244074793, 0.04289990353424019, 0.02037394244074793, 0.02343349022523347, 0.07186921401472143, 0.01302872940667433, 0.0026804845568679423, 0.02037394244074793, 0.08271686534092618, 0.02037394244074793, 0.02037394244074793, 0.02037394244074793, 0.06149878769265521, 0.1239025837434356, 0.02037394244074793, 0.001289527130329832, 0.04963973138697816, 0.03706703435410555, 0.01983830378666962, 0.001289527130329832, 0.00662236342830435, 0.08568814752354457, 0.08568814752354457, 0.08568814752354457, 0.08568814752354457, 0.08568814752354457, 0.08568814752354457, 0.08568814752354457, 0.08568814752354457, 0.11858520114781408, 0.04220335175542183, 0.08568814752354457, 0.08568814752354457, 0.08568814752354457, 0.08568814752354457, 0.08568814752354457, 0.08568814752354457, 0.08568814752354457, 0.08477384432415212, 0.08568814752354457, 0.08568814752354457, 0.08568814752354457, 0.08568814752354457, 0.01956420220138471, 0.08568814752354457, 0.08568814752354457, 0.3248685897325073, 0.08568814752354457, 0.08568814752354457, 0.08568814752354457, 0.08568814752354457, 0.08568814752354457, 0.08568814752354457, 0.1136144168483307, 0.10722433120754646, 0.21930496516547757, 0.22577629835906593, 0.0201642466828162, 0.0590315453190236, 0.00630829813364081, 0.0912463992397636, 0.0999271871255428, 0.07669751917810755, 0.015671287706847278, 0.045825093975904854, 0.01442692526702962, 0.02715697654584468, 0.02604681290419763, 0.009512207384777318, 0, 0.04392805989293901, 0.05655149483008753, 0.005374157800949811, 0.20904759129494477, 0.2727926502795051, 0.15925713148254048, 0.06178965495769397, 0.003889113693291, 0.0055527782322260895, 0.09127184578793064, 0.1883096342963587, 0.1590206264018238, 0.4077137197645207, 0.025269449333831615, 0.05630011387368252, 0.027169257758367676, 0.024070516398523756, 0.021245470884427273, 0.1294749909273392, 0.1389199930374008, 0.14030943067094895, 0.1859470377422851, 0.003226320927907746, 0.03022565926397062, 0.022773626462970417, 0.33919799260501876, 0.007744353560738099, 0.09943554866838172, 0, 0.016785804841068105, 0.11332453249268146, 0.01911486706306571, 0.26477969687736097, 0.168733818334792, 0.04582959859339593, 0.08387172728795605, 0.02440586836761628, 0.2944741092880956, 0.009432900033572904, 0.009432900033572904, 0.009432900033572904, 0.007690730368008326, 0.008387005643718037, 0.2465748007775535, 0.009432900033572904, 0.009432900033572904, 0.009432900033572904, 0.02937077627205187, 0.02440586836761628, 0.009432900033572904, 0.009432900033572904, 0.13064731370590862, 0.11347677799747162, 0.025829314004825386, 0.0952737689636866, 0.16724931004564458, 0.07355695937478708, 0.06402177561516606, 0.2531442817670407, 0.16480685684701393, 0.02514016483580876, 0.00980525178380703, 0.02995572059557933, 0.004971494147632351, 0.14605604149033485, 0.14605604149033485, 0.14605604149033485, 0.14605604149033485, 0.12010434253240522, 0.14605604149033485, 0.14605604149033485, 0.14605604149033485, 0.14605604149033485, 0.007530276362568934, null, 0.08317026702609473, 0.03205705805811215, 0.18141326571067423, 0.031145305358998187, 0.006042125288113315, 0.06524391959781217, 0.07665306299649202, 0.021808558803313848, null, 0.0652950705667456, 0.06295207640039602, 0.009623349719320084, 0.04794458177875867, 0, 0.02130955492406913, 0.018184253584798343, 0.1482515517695968, 0.08641958172984997, 0.014486420820631169, 0.12940980252089584, 0.4183203709705836, 0.001478653191634472, 0.06118540937985627, 0.04653525333669598, 0.008842803692967976, 0.2275812903423422, 0.01899381643967187, 0.08257267011155582, 0.0020578138660280565, 0.0904179015955097, 0.0768197638059677, 0.006216011485382782, 0.03154054357222251, 0.09087677444382056, 0.0006085638879664726, 0.1016121242246225, 0.010954320649976297, 0.038464722589603595, 0.03110576565457372, 0.02503205606947013, 0.1036502048019776, 0.029111664567713247, 0.09824279785943502, 0.09097036231835744, 0.008356266258205555, 0.12344496555288333, 0.029424061124918487, 0.02867995710798479, 0.02867995710798479, 0.02867995710798479, 0.010200138965269789, 0.02867995710798479, 0.02867995710798479, 0.02867995710798479, 0, 0.09622779649421916, 0.207073241911025, 0.02867995710798479, 0.02867995710798479, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.02007821442098244, 0.0698105346692266, 0.01646838222077105, 0.22968506187792495, 0.07354032192296285, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.04945377630335357, 0.043011584605702646, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.09782029215818568, 0.01646838222077105, 0.02753795945452183, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.10346035031904176, 0.01646838222077105, 0.01646838222077105, 0.015560520128590305, 0.01646838222077105, 0.018056276616048816, 0.06989094078464543, 0.01646838222077105, 0.01646838222077105, 0.003623111214947082, 0.08720201454240335, 0.02650279187604645, 0.24438867366400857, 0.04817841726872954, 0.019484744183799325, 0.03246841980027589, 0.04466209129691982, 0.21765510834396196, 0.06442874832629227, 0.05970489801540751, 0, 0.06530337739924721, 0.07231587467006602, 0.0026153928094993237, 0.0200484415873601, 0.06551572120239016, 0.017017489451030068, 0.0177776951931714, 0.037889984301133654, 0, 0.09628924090896576, 0.037774148223966394, 0.11838631462882544, 0.005746770450027849, 0.004853701004618567, 0.09811262226554826, 0.20065900757777697, 0.045490856008400866, 0.017419655567641152, 0.47227857982109417, 0.022000020053757716, 0.04759015624147733, 0, 0.025893203284552625, 0.04469924303746762, 0.016215653383906986, 0.005338663762915331, 0.034956899958612044, 0.239115934021726, 0.239115934021726, 0.045165021838338947, 0.30228235083297145, 0.239115934021726, 0.06860186347679835, 0.005081632749593248, 0.03678494797817307, 0.239115934021726, 0.239115934021726, 0.0755731488749746, 0.239115934021726, 0.018623156893826327, 0.239115934021726, 0.239115934021726, 0.025366634706283496, 0.009538801335864348, 0.005020249358884414, 0.04662420884477931, 0.045851481651689424, 0.005020249358884414, 0.005020249358884414, 0.005020249358884414, 0.005020249358884414, 0.0005096711337021711, 0.12608646301791823, 0.005020249358884414, 0.005020249358884414, 0.005020249358884414, 0.03173572380969707, 0.03109258487404807, 0.008713943907358832, 0.016640396907918496, 0.14358723874251383, 0.02474893052516974, 0.08631361821097865, 0.023149229151822864, 0.10803475887153488, 0.011199725445329968, 0.0071988542107006125, 0.003144600920310244, 0.0145087465294121, 0.10762692198751854, 0.0170720274230655, 0.019831223494507742, 0.03348385565665097, 0.08414682127932972, 0.0785061294784132, 0.05091254470442897, 0.0033403174741233905, 0.06973839595441159, 0.0314013217912865, 0.33080756700477, 0.0832601667709308, 0.09944254528628522, 0.058142207886769694, 0.0033403174741233905, 0.18860155099091444, 0.01293218736310736, 0.00603286021358431, 0.00603286021358431, 0.0504795682079837, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.04708475821825524, 0.09786086397789298, 0.00603286021358431, 0.03690278107287537, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.06046856576273166, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.04522660020312077, 0.00603286021358431, 0.018065717830425, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.11242330085702974, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.16204082725135455, 0, 0.02085289195806779, 0.20359396495813925, 0.06438815773040316, 0.02121188912663956, 0.055694026838317985, 0.27472175073021876, 0.03665161529813117, 0.3759203124780271, 0.1811881477331988, 0.09555727398269588, 0.1811881477331988, 0.001335488155268701, 0.1811881477331988, 0.1811881477331988, 0.1811881477331988, 0.1811881477331988, 0.005511034573134499, 0.1226882871789763, 0.0067976047485995275, 0.1811881477331988, 0.1811881477331988, 0.3000403111626701, 0.01684118530900243, 0.04068633717552284, 0.0035069630395657006, 0.048541417579804846, 0.02579896731012364, 0.01334981035990391, 0.3782544367548116, 0.0694571123471241, 0.18221320627981943, 0.0015284073349544844, 0.07815334116560484, 0.030390734901747964, 0.014898306738714178, 0.014277897538935843, 0.16861547443662953, 0.23588846480823095, 0.27644843756028764, 0.02983517213419885, 0.12418553588587286, 0.03993857660262614, 0.003847146514012491, 0.03357780130279441, 0.05741744797985657, 0.12478607453522111, 0.05728611426412275, 0.12573610752096395, 0.11446730324143328, 0.1033554112523552, 0.004750301230604346, 0.13506180073132962, 0.036216819527518894, 0.0666924707314226, 0.1769963639291796, 0.002094515775728472, 0.016295818252029127, 0.0073298878269482705, 0.0073298878269482705, 0.009181137976489406, 0.03151161222957171, 0.04530049234299156, 0.0073298878269482705, 0.0073298878269482705, 0.0073298878269482705, 0.013537245851222, 0.0073298878269482705, 0.0073298878269482705, 0.12663663966322353, 0.1296194002326537, 0.0073298878269482705, 0.0009186200074497636, 0.017140499864197304, 0.02069402356114165, 0.014872754633009688, 0.20609543265676397, 0.0073298878269482705, 0.01964679742432552, 0.03882945216119339, 0.019339361674659356, 0.05633109698314871, 0.03817128827708601, 0.01674160883763875, 0.00013774915186541822, 0.02143817059841736, 0.012040650454622366, 0.0978021508764043, 0.04374583446923317, 0.1558288747112164, 0.029138184409220457, 0.07711361821643793, 0.10195286517960515, 0.015983836314855053, 0.08739741618715155, 0.14172681057407951, 0.06833536341304909, 0.06382686895301837, 0.050510745290544376, null, 0.0467749370571179, 0.0467749370571179, 0.0467749370571179, 0.07374752651119773, 0.030307600279280627, 0.0467749370571179, 0.0467749370571179, 0.0467749370571179, 0.0467749370571179, 0.0467749370571179, 0.03469294491762997, 0.09358663176839216, 0.013986493839887438, 0.05084042764600785, 0.03629456904800606, 0.010358722665841234, 0.06887052148266744, 0.08683116958585266, 0.1860594323551396, 0.04185636012229671, 0.05890665233214639, 0.1332766298423993, 0.03471232388338215, 0.059464407519851104, 0.06368477284213417, 0.014165680751562416, 0.01859886171604934, 0.01929468301470394, 0.2403611611331492, 0.05632176555251757, 0.07540681550352074, 0.05335254682366511, 0.022560734365240795, 0.009602653600099483, 0.11932203888554692, 0.06579654689200347, 0.18060306119679304, 0.015892418226134797, 0.024620149940191575, 0.00864714866425794, 0.022469184004325547, 0.2877717637872836, 0.04444924434392277, 0.0017451279610147755, 0.15289822089515986, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02674661546837821, 0.02383417038186429, 0.05046687973686706, 0.05755765431902533, 0.02383417038186429, 0.11081290615975158, 0.02197271204527254, 0.02383417038186429, 0.02197271204527254, 0.02197271204527254, 0.02383417038186429, 0.02383417038186429, 0.02197271204527254, 0.02383417038186429, 0.02197271204527254, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.048275097253411024, 0.02197271204527254, 0.02197271204527254, 0.02197271204527254, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.2072806101836096, 0.037807152141715504, 0.10367984738258508, 0.016724851093398288, 0.06786109553415648, 0.015434814438966216, 0.02178142167405253, 0.007492863342558998, 0.021842112910402636, 0.2326642921613434, 0.014597348919293507, 0.1298349173134374, 0.0010240159625932263, 0.03299638636206853, 0.4369905240636789, 0.04430447720216739, 0.11685299720896844, 0.0073820823830996465, 0.03728006108982427, 0.09680476576854784, 0.08574296197542099, 0.06575807264395621, 0.01701557542289519, 0.0411962947380518, 0.046596333649786555, 0.01226499788611612, 0.029414214856838556, 0.015001494864155676, 0.030056628513980974, 0.011243391252030612, 0.04677832479352594, 0.02709209352744111, 0.039868403643187715, 0.001202171848538282, 0.06807491501595772, 0.10597641654891785, 0.07830101415628479, 0.3615363735826327, 0.07003297152724479, 0.08296441533637915, 0.13688521858013686, 0.06860076022077093, 0.09072564340550736, 0.02475556065076057, 0.20242814089251815, 0.06108097215340764, 0.09012443027439242, 0.03365902880322503, 0.02659426796841285, 0.061521465624390606, 0.019643584497106556, 0.013847951201462335, 0.01326876562781879, 0.186369923091824, 0.01907878554308654, 0.15218830695380017, 0.01300590376111036, 0.11670286513814812, 0.0019666478772252267, 0.0019666478772252267, 0.0019666478772252267, 0.0019666478772252267, 0.0019666478772252267, 0.0019666478772252267, 0.04095847902046688, 0.0019666478772252267, 0.0019666478772252267, 0.01790534822974702, 0.04058599341099233, 0.10673083648843427, 0.2163761241655399, 0.0007684207831243534, 0.016790649626655735, 0.020195747745761973, 0.1153136817854906, 0.061956905832895856, 0.020195747745761973, 0.020195747745761973, 0.4524686270816433, 0.020195747745761973, 0.020195747745761973, 0.020195747745761973, 0.020195747745761973, 0.020195747745761973, 0.02024956585193917, 0.005283347732542668, 0.022442465194411947, 0, 0.015554358700969948, 0, 0, 0.028270992297296144, 0, 0, 0, 0.013614371589130626, 0, 0.027121585307361994, 0, 0.05474234082690406, 0.007249380971082942, 0.05198178611318935, 0.015476635785528612, 0.05417456131277227, 0.01265052951012907, 0.01265052951012907, 0.11089439677449404, 0.05724310737593593, 0.01265052951012907, 0.01265052951012907, 0.01265052951012907, 0.01265052951012907, 0.01265052951012907, 0.01265052951012907, 0.01829700610666975, 0.062433404779731416, 0.03298551399071594, 0.02795998417475475, 0.07704551823658916, 0.011089689865893563, 0.031109081011468965, 0.11728442182621884, 0.03531516226024028, 0.007513170575546412, 0.007513170575546412, 0.03071105222296988, 0.007513170575546412, 0.007513170575546412, 0.007513170575546412, 0.03071105222296988, 0.007513170575546412, 0.007513170575546412, 0.007513170575546412, 0.04568084983650392, 0.00694312790062753, 0.03482478609491965, 0.05764346890317068, 0.01948180407886499, 0.04861794574313586, 0.0031315561418986493, 0.03924076820460802, 0.03035227018127891, 0.1143434608943285, 0.03077266597368177, 0.010720817483142143, 0.17679585491642028, 0, 0.08294393560095958, 0.004002765289358139, 0.08559587142756395, 0.12388753580404, 0.03889771239622401, 0.08035537980103116, 0.03433847710649492, 0.01617917858350893, 0.12761872845431746, 0.011310005537565096, 0.011536312109072258, 0.004905625820324974, 0.04810155908537588, 0.11388552445559358, 0.0848401943472152, 0.11388552445559358, 0.04332930959236336, 0.13669808944644807, 0.0901172118584406, 0.14810135487357143, 0.1792476786360393, 0.07738189837018453, 0.1733300447371062, 0.03422569421503845, 0.04637031844659938, 0.05175865289981433, 0.07128911865616974, 0.02009967722652291, 0.02009967722652291, 0.02009967722652291, 0.02009967722652291, 0.02009967722652291, 0.02009967722652291, 0.02009967722652291, 0.02009967722652291, 0.04034913241903639, 0.10974513470614806, 0.055605912642806794, 0.055605912642806794, 0.055605912642806794, 0.055605912642806794, 0.055605912642806794, 0.055605912642806794, 0.055605912642806794, 0.055605912642806794, 0.03270580616944229, 0.13086742935807608, 0.0896399080956984, 0.0896399080956984, 0.005745605574763302, 0.041651293727937314, 0.011747295460881364, 0.014094459524173866, 0.4180571992903202, 0.028611014358832464, 0.02768601120860385, 0.08837736713116652, 0.07174845351467458, 0.01333664299980446, 0.11710944637975708, 0.06540839235582309, 0.06452680743541434, 0.05533310233700856, 0.09016080465881354, 0.07915504498241537, 0.19369296325742796, 0.025774863596110028, 0.002197615886998254, 0.27450350502971016, 0.11388931979679962, 0.04432614847221509, 0.010755549234264928, 0.06935274504312093, 0.05008661531388324, 0.01223290973380824, 0.17189507859789663, 0.027369715469417504, 0.22547085568337363, 0.09996028668771142, 0.024587114371940492, 0.006155424213921193, 0.05390808073464, 0.17321123507148184, 0.11023722409061572, 0.08537236276249409, 0.06869407968813365, 0.10743993268706668, 0.021146873983080704, 0.10075417412324138, 0.010772731004697543, 0.06557525588688844, 0.050177104982348585, 0.3071728638455058, 0.10169172445361542, 0.008148032787374011, 0.02340921095321425, 0.02340921095321425, 0.02340921095321425, 0.02340921095321425, 0.02340921095321425, 0.02340921095321425, 0.02340921095321425, 0.02340921095321425, 0.05322499876882477, 0.056253781447686065, 0.05199333215924903, 0.1273666412544056, 0.1273666412544056, 0.1273666412544056, 0.1273666412544056, 0.1273666412544056, 0.1273666412544056, 0.1273666412544056, 0.05948128427976354, 0.1273666412544056, 0.20198866623410003, 0.022595163584800265, 0.022595163584800265, 0.022595163584800265, 0, 0.022595163584800265, 0.001493398716108481, 0.022595163584800265, 0.022595163584800265, 0.022595163584800265, 0.022595163584800265, 0.059332532011763695, 0.008559205597320143, 0.02620713293706264, 0.16723387651956104, 0.022956600738671007, 0.03644979339867889, 0.04711073490469331, 0.04660861168977191, 0.018123700270766745, 0, 0.08997417551847715, 0.27306461506745744, 0.13459195504262647, 0.020701535744789477, 0.020701535744789477, 0.19077297129642865, 0.020701535744789477, 0.020701535744789477, 0.020701535744789477, 0.020701535744789477, 0.020701535744789477, 0.020701535744789477, 0.020701535744789477, 0.08265859093742159, 0.008483110922736086, 0.054610789733422045, 0.10993032522150284, 0.39939464930393304, 0.02325543234819522, 0.04086632300091984, 0.02119034070381228, 0.00044569338309965, 0.0031232375476886376, 0.17179875570491462, 0.02896696484298948, 0.006751196908610445, 0.025753527536109495, 0.004249689470514668, 0.011831017790711888, 0.007916635474916067, 0.07980789472031005, 0.009662788485302382, 0.17604596685937982, 0.007988169234168967, 0.007988169234168967, 0.00483655888048156, 0.007988169234168967, 0.007988169234168967, 0.007988169234168967, 0.007988169234168967, 0.007988169234168967, 0.007988169234168967, 0.027471505455462293, 0.012880960764129205, 0.06851295591266358, 0.0670018129074885, 0.009443478882438752, 0.003305137104135841, 0.011645662652315434, 0.3314878084900474, 0.0023569056960510153, 0.13875008934520955, 0.12203017871385304, 0.12203017871385304, 0.12203017871385304, 0, 0.12203017871385304, 0.12203017871385304, 0.12203017871385304, 0.12203017871385304, 0.12203017871385304, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.13520679240280234, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0023807239459534236, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.015241798365115066, 0.18112981181683405, 0.03370049361176585, 0.004834371001440546, 0.05773870691392768, 0.05707302954662524, 0.05707302954662524, 0.05707302954662524, 0.0401261080241799, 0.05707302954662524, 0.05707302954662524, 0.05707302954662524, 0.05707302954662524, 0.05707302954662524, 0.10089695453385304, 0.04793802440627223, 0.1105424260026907, 0.09444912300315782, 0.08031397982338491, 0.1703790540475589, 0.03867669092540473, 0.0499942971680629, 0.194808679478999, 0.06177174392299718, 0.004046063882193466, 0.02741850270816372, 0.015561583226580949, 0.06754815629651477, 0.06754815629651477, 0.06754815629651477, 0.06754815629651477, 0.06754815629651477, 0.06754815629651477, 0.06754815629651477, 0.06754815629651477, 0.14032049464302626, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.03871437598535121, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.040062949745927334, 0.07184701904254528, 0.026495130398477545, 0.08460412694533564, 0.006184911907643329, 0.031085850372674296, 0.06264110552808623, 0.0093887538503825, 0.03503001405113212, 0.010495313667112163, 0.09429824246369348, 0.028460735683252664, 0.045654752380413235, 0.08023576420917293, 0.011969881612524411, 0.017715210848995498, 0.05296624135639487, 0.004125008685038874, 0.1960975469080572, 0.03571520709791757, 0.16074365355608156, 0.014985146531576989, 0.0108718962501635, 0.02000292992729825, 0.020833737167938605, 0.02769483248397846, 0.007979698834319995, 0.1718544314546674, 0.022760543639054887, 0.03370232527005458, 0.058718003163945896, 0.03168906202926237, 0.2604814260238155, 0.0231546216783506, 0.0024291545755959886, 0.01436328084712758, 0.007613129572816975, 0.08654903057884542, 0.06925722524309158, 0.03322277825950955, 0.02756245028328184, 0.017469220231220366, 0.05056551945367959, 0.0572047347888124, 0.16505297349976736, 0.05011414853411304, 0.024070565360511456, 0.009431173725876294, 0.007812589043790797, 0.04042928808051449, 0.15195573475703145, 0.001833523400799161, 0.022664628584789768, 0.04130245986340184, 0.05281609240983789, 0.07791447236143385, 0.09651791133619098, 0.05281609240983789, 0.05281609240983789, 0.05281609240983789, 0.05281609240983789, 0.05281609240983789, 0.05281609240983789, 0.05281609240983789, 0.021811217175616186, 0.03366349646977638, 0, 0.06987274438151649, 0.05744064358084208, 0.0180664087307937, 0.012118764600706492, 0.05749767479137141, 0.10295516063784116, 0.016697124167679014, 0.035647765365306644, 0.025866986266385436, 0.025866986266385436, 0.025866986266385436, 0.025866986266385436, 0.025866986266385436, 0.025866986266385436, 0.025866986266385436, 0.025866986266385436, 0.006304140709115534, 0.006304140709115534, 0.006304140709115534, 0.006304140709115534, 0.006304140709115534, 0.006304140709115534, 0.006304140709115534, 0.006304140709115534, 0.038994737133441475, 0.02974536695130536, 0.02663099335057299, 0.01706018058707788, 0.1866302057068897, 0.02547162148725052, 0.012990167758331396, 0.23943546789866177, 0.23943546789866177, 0.23943546789866177, 0.23943546789866177, 0.23943546789866177, 0.23943546789866177, 0.23943546789866177, 0.23943546789866177, 0.09687535475488138, 0.001528020554150035, 0.01189656546231948, 0.015296821614298248, 0.015296821614298248, 0.015296821614298248, 0.015296821614298248, 0.015296821614298248, 0.015296821614298248, 0.015296821614298248, 0.015296821614298248, 0.04685472681820602, 0.01718717171144301, 0.14484375495149496, 0.11696374761078458, 0.07997397672840437, 0.04908255325329174, 0.006566375208104111, 0.001047723973941075, 0.17949763523811949, 0.009722721259923166, 0.009722721259923166, 0.009722721259923166, 0.009722721259923166, 0.009722721259923166, 0.009722721259923166, 0.009722721259923166, 0.009722721259923166, 0.111406914124298, 0.04158930680845846, 0.005177744268692736, 0.10209348106522537, 0.05599668203267916, 0.003998139645412918, 0.48603655500601106, 0.39807932773905647, 0.39807932773905647, 0.39807932773905647, 0.39807932773905647, 0.39807932773905647, 0.39807932773905647, 0.39807932773905647, 0.39807932773905647, 0.02553548925171607, 0.01630867986065974, 0.050072437703448366, 0.02827749334258858, 0.018929742718289302, 0.1262634333412313, 0.009970768029258526, 0.04873364965750955, 0.03791213341547027, 0.036115936682784754, 0.07104744371395268, 0.12651747422929133, 0.112757262383045, 0.033286482058361794, 0.03220068097985773, 0.05558537373032668, 0.020199331376263344, 0.026374455861875992, 0.026374455861875992, 0.026374455861875992, 0.026374455861875992, 0.026374455861875992, 0.026374455861875992, 0.026374455861875992, 0.026374455861875992, 0.02064928807295091, 0.20637686359723895, 0.17411204528651947, 0.036750904146202946, 0.022336260674529925, 0.041747525192546424, 0.009336747636901885, 0.03579159304355423, 0.00737560497410508, 0.06359401828399806, 0.0016663256557977776, 0.0016663256557977776, 0.0016663256557977776, 0.0016663256557977776, 0.0016663256557977776, 0.0016663256557977776, 0.0016663256557977776, 0.0016663256557977776, 0.030414619730159312, 0.02879333367066021, 0, 0.07093505076967369, 0.002688975418692129, 0.002688975418692129, 0.002688975418692129, 0.002688975418692129, 0.002688975418692129, 0.002688975418692129, 0.002688975418692129, 0.002688975418692129, 0.02608067751278634, 0.10122217342295288, 0.03894753989327596, 0.003919706443693032, 0.08960195584939575, 0, 0.0021486138832626095, 0.024805813187888652, 0.0916084047139579, 0.00997994212578704, 0.018044519859538703, 0.08238379303919889, 0.0016746436910735597, 0.0016746436910735597, 0.0016746436910735597, 0.0016746436910735597, 0.0016746436910735597, 0.0016746436910735597, 0.0016746436910735597, 0.0016746436910735597, 0.017666235521113256, 0.009953393760471784, 0.054255672421072675, 0.018980896061717767, 0.02772060590102814, 0.07345057739442588, 0.0052163401226650264, 0.009876841333241857, 0.04061206506256185, 0.03339276144125983, 0.009736809349105553, 0, 0.015818089920275853, 0.016406187280774677, 0.03503262471414155, 0.0497023707131138, 0.020949664868795948, 0.01549165569542093, 0.01549165569542093, 0.01549165569542093, 0.01549165569542093, 0.01549165569542093, 0.01549165569542093, 0.01549165569542093, 0.01549165569542093, 0.17076350449200384, 0.028797018348719772, 0.019580212586910173, 0.014451850539563415, 0, 0, 0.06393119980809586, 0.08226724315261937, 0.006508395464997265, 0.006508395464997265, 0.006508395464997265, 0.006508395464997265, 0.006508395464997265, 0.006508395464997265, 0.006508395464997265, 0.006508395464997265, 0.29116526958650346, 0, 0.052371717792081114, 0.06685053376184501, 0, 0.017736077197375032, 0.02217927256594314, 0.005131939808398285, 0.015145916143585469, 0.013070479687149496, 0.03368607695219069, 0.0864344417936011, 0.0013115051905183714, 0.0013115051905183714, 0.0013115051905183714, 0.0013115051905183714, 0.0013115051905183714, 0.0013115051905183714, 0.0013115051905183714, 0.0013115051905183714, 0.007717510343197455, 0.01470097351838262, 0.01470097351838262, 0.01801213222223905, 0.008579772333796728, 0.0012542272580606075, 0.0012542272580606075, 0.0012542272580606075, 0.0012542272580606075, 0.0012542272580606075, 0.0012542272580606075, 0.0012542272580606075, 0.0012542272580606075, 0.013890817544764818, 0.02173055890938208, 0.05959265640060041, 0.05959265640060041, 0.05959265640060041, 0.05959265640060041, 0.05959265640060041, 0.05959265640060041, 0.05959265640060041, 0.05959265640060041, 0.04244691177444493, 0.01095643861877658, 0.06894344938469264, 0.2057975021505074, 0.09628278149371251, 0.03966627616545023, 0.09246040316566724, 0, 0.03715141289427054, 0.006953667434770009, 0.017632664524334138, 0.13685318300177526, 0.017132069401847784, 0.00029715882888146965, 0.00029715882888146965, 0.00029715882888146965, 0.00029715882888146965, 0.00029715882888146965, 0.00029715882888146965, 0.00029715882888146965, 0.00029715882888146965, 0.07242739681783601, 0.005143967599912293, 0.015399074434520146, 0.002972374783258976, 0.0056916431533282205, 0.0056916431533282205, 0.0056916431533282205, 0.0056916431533282205, 0.0056916431533282205, 0.0056916431533282205, 0.0056916431533282205, 0.0056916431533282205, 0.011981098606869717, 0.023790557287004105, 0.10208244518053398, 0.018124656285181964, 0.056199319576245285, 0.0019305721923778408, 0.023989619414967966, 0.023989619414967966, 0.023989619414967966, 0.023989619414967966, 0.023989619414967966, 0.023989619414967966, 0.023989619414967966, 0.023989619414967966, 0.004178014200396529 ], "yaxis": "y" }, { "alignmentgroup": "True", "bingroup": "x", "hovertemplate": "Time of Existence (days)=%{x}
count=%{y}", "legendgroup": "", "marker": { "color": "#0d0887" }, "name": "", "offsetgroup": "", "opacity": 0.5, "showlegend": false, "type": "histogram", "x": [ 252, 0, 399, 267, 22, 0, null, 450, 1177, 73, 162, null, 270, 124, 291, 546, 929, null, 713, 0, 1081, 747, 591, 0, 219, 154, 149, 430, 1351, 3261, 3059, 188, 188, 1006, 714, 188, 188, 188, 188, 188, 3990, 52, 70, 134, 188, 0, 512, 751, 38, 220, 594, 0, 737, 388, 3, 183, 365, 539, 130, 1476, 853, 698, 3, 91, 1726, 4, 27, 706, 689, 78, 674, 378, 279, 2580, 387, 519, 28, 200, 117, 201, 109, 376, 207, 301, 180, 339, 0, 38, 76, 131, 2635, 249, 156, 1004, 0, null, 356, 81, 2, 46, 188, 1062, 207, 175, 0, 29, 869, 412, 0, 187, 3366, 414, 0, 267, 188, 0, 39, 708, 205, 2214, 18, 218, 1157, 191, 1, 33, 213, 300, 62, 881, 357, 536, 147, 6, 62, 90, 151, 48, 23, 1946, 298, 68, 8, 493, 315, 391, 435, 369, 981, 545, 31, 267, 0, 505, 0, 45, 6, 495, 66, 784, 686, 312, 53, 67, 10, 98, 538, 56, 0, 530, 138, 20, 119, 1343, 109, 77, 488, 307, 67, 264, 533, 235, 0, 472, 45, 57, 22, 0, 1616, 85, 1047, 0, 0, 749, 1520, 1124, 92, 92, 92, 92, 948, 1000, 597, 152, 390, 0, 257, 360, 5, 0, 0, 0, 43, 698, 5, 401, 344, 867, 17, 97, 28, 1474, 963, 118, 255, 0, 307, 0, 1150, 0, 0, 0, 0, 383, 0, 392, 0, 0, 159, 421, 1089, 578, 0, 7, 52, 1657, 5, 52, 0, 0, 102, 3, 193, 0, 1319, 0, 0, 3, 185, 260, 15, 157, 5, 309, 2388, 725, 10, 220, 1494, 476, 1285, 175, 124, null, 235, 929, 457, 46, 20, 207, 122, 567, 1257, 191, 23, 207, null, null, 368, 1111, 1867, 129, 791, 1611, 522, 199, null, 86, 863, 387, 1045, 82, 27, 2767, 16, 11, 0, 0, 394, 172, 106, 0, 120, 206, 0, 170, 159, 73, 1435, 0, 973, 210, 223, 57, 591, 639, 0, 488, null, 395, 382, 12, null, 354, 391, 1014, 2, 167, 13, 978, 440, 0, 277, 2326, 180, 252, 64, 2, 199, 229, 1855, 1352, 0, 832, 3, 53, 218, 0, 8, 48, 242, 55, 942, 421, 125, 2466, 269, 38, 192, 637, 736, 314, 34, 328, 230, 1666, 784, 550, 888, 13, 306, 1113, 0, 330, 92, 92, 92, 92, 236, 40, 32, 273, 213, 22, 1, 310, 1618, 0, 0, 341, 431, 98, 308, 485, 0, 1, 1622, 629, 190, 127, 540, 592, 851, 227, 328, 686, 0, 0, null, 454, 293, 242, 198, 384, 0, 0, 1519, 1836, 374, 10, 765, 65, null, 199, 398, null, 1141, 677, 217, 27, 0, 390, 0, null, 883, 106, null, 238, 1085, 352, 122, null, 2, 1583, null, 76, 141, 743, 333, 186, 573, 141, 199, 203, 807, null, 439, 368, 0, 386, 299, 527, 246, 2644, 441, 595, 465, 240, 71, 179, 507, 329, 406, 304, 1433, 1386, 193, 0, 325, 0, 59, 1089, 72, 0, 0, 0, 0, 13, 296, 0, 0, 1282, 206, 3, 3, 906, 400, 7, 310, 0, 426, 2197, 960, 0, 169, 0, 888, 467, 84, 171, 51, 63, 41, 1321, 761, 179, 0, 771, 666, 472, 304, null, 581, 197, 101, 205, 170, 568, 478, 328, 109, 224, 186, 134, 254, 1, 0, 0, 1068, 273, 441, 363, 566, 213, 361, 52, 0, 267, 0, 20, 977, 491, 910, 78, 1045, 1091, 161, 281, 0, 303, 308, 0, 0, 0, 433, 0, 0, 0, 1517, 1016, 319, 54, 395, 2423, 1050, 675, 1, 1242, 264, 0, 129, 716, 681, 578, 40, 232, 0, 709, 66, 503, 0, 84, 108, 632, 340, 1364, 0, 194, 53, 64, 363, 4831, 3, 94, 421, 729, 920, 161, 0, 128, 1, 548, 0, 309, 430, 1059, 325, 0, 271, 281, 52, 824, 153, 756, 1406, 470, 183, 0, 297, 2636, 749, 1837, 155, 27, 552, 609, 1791, 203, null, 225, 238, 1481, 0, 541, 248, 208, 208, 62, null, 35, 468, 11, 4, 498, 0, 91, 315, 376, 0, 158, 1330, 303, 0, 1306, 40, 291, 402, 69, 14, 7, 524, 209, 238, 102, 284, 990, 204, 259, 533, 403, 310, 224, null, 32, null, 0, 137, 21, 408, null, 108, null, 344, 497, 29, 0, null, 0, 317, 159, 0, 39, 0, null, 187, 570, 206, 147, 160, 356, null, 21, 0, 135, 0, 43, 125, 449, 288, 946, 0, 113, 566, 1519, null, 133, 77, 718, 1, 456, 366, 824, 206, 631, 4, null, null, 596, 395, 0, 108, 0, 0, 150, 173, 524, 1467, 242, 477, 0, 133, 29, 472, 458, 246, 77, 200, 262, 756, 268, 370, 888, 14, 104, 80, 266, 1353, 89, 25, 539, 727, 223, 1393, 183, 0, 0, 454, 1131, 0, 444, 1775, 1030, 375, 0, 565, 612, null, 668, 1173, 860, 751, 989, 79, null, 111, 0, 402, 93, 253, 989, 989, 74, 0, 810, 100, 448, 111, 788, 321, 0, null, 309, 748, 125, 1022, 2648, 171, 0, 180, 2383, 197, 235, 1211, 989, 1141, 501, 163, 166, 115, 645, 245, 791, 133, 134, 504, 188, 335, 492, 1432, 193, 21, 1319, 350, 228, 335, 29, 306, 0, 888, 2575, null, 242, 37, 804, 10, 2847, 465, 590, 1, 0, 7, 0, 343, 30, 136, 377, 518, 1767, 5, 230, 0, 888, 481, 82, 888, 0, 102, 888, 480, 297, 160, 844, 113, 1, 236, 278, 304, 888, 117, 80, 0, 0, 335, 888, null, 856, 216, 335, 888, 762, 564, 314, 7, 91, 1952, 0, 627, null, 2070, 49, 250, 1523, 335, 644, 176, 129, 0, 525, 522, 114, 0, 0, 140, 234, 0, 500, 6, 5, 1362, 25, 115, 49, 9, 53, 1925, 335, 380, 404, 109, 70, 335, 353, 210, 715, 336, 210, 1122, null, 147, 755, 0, 789, null, 730, 0, 219, 0, 2281, 216, 257, 624, 93, 0, null, 26, 1611, 186, 91, 0, 663, 50, 698, 311, 654, 137, 0, 458, 311, 24, 979, 312, 107, 259, 1295, 541, 371, null, 217, 869, 678, 72, 209, 505, 85, 298, 235, 425, 1, 138, 0, 3666, 0, 818, 0, 182, 66, 28, 176, 989, 333, 989, 61, 989, 989, 46, 0, 341, 205, 217, 182, 13, 0, 208, 12, 335, 197, 487, 0, 270, 32, 686, 0, 328, 388, 3, 232, 1136, 761, 317, 0, 251, 6, 0, 482, 333, 113, 319, 1179, 786, 0, 770, 904, 1, 370, 0, 1, 462, 1181, 933, 350, 1, null, 1390, 781, 0, 364, 49, 306, 790, 19, 231, 527, 153, 0, 273, 0, 1261, 107, 0, 405, 144, 352, 173, 428, 1297, 186, 0, 459, 860, 34, 786, 371, 84, 0, 68, 189, 131, 520, 0, 734, 216, 1613, 0, 175, 239, 304, 1182, 189, 189, 189, 38, 169, 386, 193, 507, 4, 129, 120, 84, 1105, 189, 1825, null, 500, 80, 284, 247, 89, 16, 2411, 392, 72, 0, 227, null, 93, 41, 903, 975, 869, 39, 1347, 663, 268, 0, 195, 213, 1236, 1024, 1654, 444, 443, 568, 1247, 159, 199, 1483, 157, 744, 401, 442, 1196, 1196, 1196, 300, 1196, 27, 550, 352, 85, 266, 0, 454, 753, 203, 198, 222, 192, 9, 298, 135, 232, 308, 0, 1359, 1447, 2541, 1169, 82, 780, 278, 1208, 0, 186, 1000, 261, 129, 60, 0, 625, 338, 0, 292, 60, 536, 1013, 152, 0, 358, 63, 0, 943, 390, 0, 667, 143, 679, 261, 19, 131, 249, 516, 991, 859, 653, 1533, 6, 75, 1739, 58, 380, 107, 0, 991, 991, 653, 653, 991, 653, 498, 111, 0, 189, 670, 469, 188, 11, 322, 1248, 189, 126, 476, 0, 1317, 729, 162, 1026, 262, 189, 189, 189, 419, 0, null, 1090, 288, 460, 6, 18, 5, 208, 22, 60, 237, 99, 962, 1156, 403, 150, 407, 0, 288, null, 2085, 0, 330, 925, 266, 128, 511, 549, 427, 0, 796, 30, 275, 89, null, 317, 391, 591, 313, 49, 1702, 463, 221, 0, 1797, 275, 407, 94, 63, 113, 0, 13, 371, 171, 262, 574, 15, 228, 1072, 5, 715, 43, 619, 1261, 252, 390, 107, 135, 0, 516, 793, 0, 617, 120, 182, 91, 0, 64, 1008, 985, 679, 679, 679, 679, 74, 727, 365, 159, 559, 621, 153, 713, 1315, 745, 965, 278, 607, 758, 2078, 281, 1371, 345, 1371, 801, 1099, 587, 1934, 218, 9, 807, 352, 1159, 421, 1425, 2, 133, 122, 308, 309, 353, 9, 385, 1359, 1274, 363, 1371, 1371, 69, 318, 326, 0, 40, 273, 300, 293, 22, 165, 360, 0, 437, 437, 437, 437, 3, 0, 179, 145, 16, 98, 317, 233, 429, 852, 233, 307, 873, 306, 552, 210, 134, 985, 90, 36, 924, 676, 0, 10, 51, 142, 0, 338, 866, 2795, 203, 391, 1, 1926, 609, 347, 109, 261, 171, 156, 822, 217, 208, 253, 134, 113, 661, 418, 467, 892, 0, 0, 600, 330, 262, 174, 180, 1873, null, 308, 820, 951, 31, 627, 384, 445, 18, 15, 124, 124, 382, 129, 525, 184, 1150, 612, 7, 205, 0, 328, 202, 2, 42, 28, 88, 46, 72, 2366, 575, 1, 0, null, 168, null, 163, 526, 95, 316, 630, 74, 0, null, 659, 242, 0, 875, 501, 33, 177, 330, 1858, 7, 125, null, 167, 0, 153, 437, null, 437, 437, 1, 0, 83, 19, 5, 1062, 407, 620, 68, 181, 302, 1451, 0, 240, 194, 437, 153, 1318, 55, 389, 667, 1300, 522, 1093, 0, 396, 731, 363, 1242, 37, 399, 328, 1317, 554, 239, 413, 191, 90, 1095, 287, 99, 738, 325, 2597, 52, 784, 727, 699, 863, 0, 883, 952, 252, 2597, 242, 0, 2597, 0, 772, 2597, 350, 374, 631, 180, 729, 662, 875, 2018, 858, 143, 1371, 1869, 1917, 551, 27, 680, 588, 2174, 515, 20, 555, 5, 1884, 125, 108, 435, 316, 245, 108, 41, 154, 108, 1517, 42, 679, 679, 679, 1092, 1152, 345, 1057, 1285, 747, 1371, 68, 389, 6, 364, 1371, 1371, 1038, 101, 389, 405, 346, 672, 2354, 75, 553, 679, 278, 339, 468, 0, 709, 1221, 33, 1744, 206, 1023, 412, 496, 24, 1616, 278, 914, 1136, 447, 1398, 597, 0, 495, 142, 152, 656, 6, 5, 54, 255, 159, 561, 120, 3280, 413, 179, 1139, 1, 0, 95, 236, 70, 644, 335, 13, 61, 194, 440, 235, 438, null, 335, 761, 614, 47, 0, 1103, 0, 349, 34, 0, 0, null, 286, 1007, 20, 1960, 331, 345, 368, 147, 237, 467, 800, 110, 840, 153, 366, 243, 878, 398, 777, 1007, 0, 1200, null, 0, 0, 77, 628, 39, 389, 238, 563, 228, 198, 156, 365, null, 2302, 190, null, 373, null, 77, 839, 1725, 909, 5, 272, 2597, 405, 190, 650, 166, null, 375, 47, 59, 533, 2670, 324, 682, 1560, 0, 143, 704, 583, 0, 387, 556, 5, 625, 2597, 337, 798, 0, 804, 893, 50, 43, 295, 283, 102, 0, 156, 0, 976, 29, 268, 503, 434, 108, 310, 475, 1264, 0, 97, 1191, 4796, 199, 0, 73, 123, 275, null, 0, 604, 231, 188, 0, 342, 676, 685, 0, 495, 748, 688, 1317, 1358, 378, 636, 198, 69, 95, 38, 0, 137, 19, 19, 492, 853, 168, 1778, 2597, 8, 335, 0, 120, 131, 3052, 2597, 414, 421, 218, 18, 137, 242, 223, 991, 165, 991, 140, 0, 991, null, 1825, 200, 50, 36, 952, 308, 2092, 285, 183, 520, 108, 216, 108, 109, 108, null, 54, 991, 1565, 653, 653, 598, 703, 168, 158, 653, 275, 653, 1196, 4695, 1196, 338, 1196, 943, 831, 211, 332, 179, 788, 155, 441, 1196, 145, 0, 343, 226, 529, 1168, 226, 0, 226, 246, 226, 226, 226, 226, 85, 39, 63, 870, 108, 58, 99, 697, 226, 108, 223, 326, 272, 2287, 384, 2383, 1, 0, 1824, 453, 611, 1897, 69, 770, 526, 1814, 255, 255, 785, 758, 255, 301, 249, 1058, 455, 488, 255, 73, 1944, 1814, 1814, 0, 0, 323, 901, 487, 171, 235, 720, 305, 6, 2622, 0, 161, 152, 1231, 299, 502, 971, 0, 539, 36, 1874, 171, 19, 0, 957, 286, 186, 263, 236, 0, 949, 777, 532, 241, 181, 1126, 315, 147, 147, 147, 190, 368, 309, 1142, 13, 157, 321, 2423, 4, 1545, 575, 1386, 147, 840, 885, 84, 1142, 299, 0, 1571, 1690, 622, 10, 424, 412, 128, 330, null, 655, 2671, 0, 156, 968, 114, 8, 36, 270, 3167, 164, 541, 541, 384, 541, 541, 2337, 1140, 342, 422, 611, 0, 26, 110, 339, 854, 796, 1434, 138, 331, null, 113, 1891, 1792, 91, 168, 306, 2208, 272, 1618, 111, 342, 517, 550, 664, 296, 194, 194, 184, 287, 194, 84, 194, 72, 0, 18, 579, 0, 987, 839, 1696, 172, 1, 3162, 171, 2686, 930, 398, 607, 81, 129, 449, 0, 179, 204, 978, 926, 187, 125, 582, 107, 130, 0, 173, 54, 419, null, 1433, 613, 104, 997, 181, 92, 185, 594, 4, 2866, 751, 28, 100, 461, 216, 94, 232, 2003, 468, 78, 1109, 719, 3024, 1394, 445, 583, 0, 210, 1814, 1039, 460, 403, 855, 516, 1143, 1344, 966, 634, 1764, 0, 130, 408, 216, 1638, 300, 541, 541, 541, 541, 855, 957, 345, 436, 614, 796, 881, 998, 1254, 506, 56, 397, 179, 549, 274, 68, 1249, 281, 682, 2290, 1, 603, 841, 291, 1073, 1018, 753, 363, 147, 805, 2331, 2331, 2331, 2331, 167, 167, 147, 167, 220, 1007, 5, 506, 226, 28, 831, 0, 167, 102, 536, 147, 363, 363, null, 363, 3, 27, 418, 356, 519, 0, 431, 341, 732, 283, 5, 147, 634, 685, 1285, 2118, 159, 417, 2351, 141, 0, 1555, 866, 685, 233, 154, 234, 489, 909, 1, 34, 0, 912, 265, 19, 853, 657, 90, 222, 24, 1461, 395, 24, 0, 2051, 5, 1321, 276, 118, 372, 307, 546, 612, 555, null, 0, 1566, 110, 1718, 862, 1, 217, 636, 200, 1029, 197, 397, 1834, 20, 602, 155, 0, 382, 255, 255, 255, 255, 3951, 169, null, 209, 601, 693, 481, 228, 1527, 518, 31, 92, 328, 656, 137, 65, 244, 156, null, 1614, 0, 3, 340, 0, 700, 154, 862, 862, 862, 1103, 525, 147, 1531, 145, 43, 1063, 1430, 270, 342, 601, 167, 34, 167, 254, 167, 167, 836, 332, 306, 754, 1099, 137, 1060, 0, 1, 316, 637, 716, 0, 703, 120, 1957, 107, 415, 393, 9, null, null, 0, 196, 772, 2947, 0, 657, 895, 310, 9, 137, 6, 111, 642, 587, 194, 150, 1071, 530, 120, 1936, 431, 142, 639, 412, 1153, 492, 37, 8, 583, 70, 804, 1903, 0, 0, 1246, 3, 1067, 0, 363, 384, 363, 0, 363, 363, 0, 1037, 607, 220, 78, 116, 1411, 2659, 5, 1990, 256, 687, 1206, 1383, 1175, 0, 1490, 680, 1013, 289, 1757, 16, 1153, 1208, 35, 2, 4, 674, 674, 674, 674, 51, 318, 605, 1435, 52, 742, 0, 478, 170, 0, 1179, 351, 56, 151, 1099, 41, 492, 621, 447, 468, 1165, 352, 180, 2079, 191, 59, 770, 358, 0, 190, 323, 84, 30, null, 31, 1004, 125, 89, 1371, 0, 1384, 1500, 549, 104, 121, 476, 0, 0, 1139, 1163, 1001, 233, 1342, 1078, 380, 157, 829, 1331, 0, 10, 990, 112, 1028, 510, 377, 420, 194, 194, 0, 194, 223, 194, 55, 10, 792, 674, 69, 193, null, 2, 674, 312, 1814, 0, 193, 641, 2053, 674, 674, 524, 510, 305, 302, 1, 1034, 1048, 131, 424, 286, 259, 1214, 1890, 139, 233, 523, 160, 145, 2, 92, 1112, 0, 1262, 153, 0, 531, 234, 2, 739, 0, 1814, 401, 2052, 518, 1155, 1102, 389, 808, 1500, 87, 711, 862, 862, 458, 84, 862, 154, 658, 356, 1696, 633, 862, 542, 166, 225, 233, 537, 1134, 988, 300, 120, 702, 360, 216, 780, 0, 191, 29, 1140, 408, 499, 1814, 1964, 900, 187, 884, 190, 1326, 206, 85, 617, 1814, 342, 318, 249, 1339, 220, 83, 704, 927, 0, 726, 126, 601, 333, 587, 125, 331, 624, 139, 2113, 99, 218, 543, 537, 187, 1238, 601, 395, 0, 1345, 28, 228, 353, 96, 488, 1068, 196, 108, 263, 2145, 332, 616, 152, 368, 863, 174, 76, 485, 4, 274, 1804, 1317, 82, 90, 1322, 61, 141, 587, 691, 845, 1159, 246, 197, 259, 367, 0, 210, 173, 2286, 1673, 136, 693, 380, 99, 1, 2331, 2331, 2331, 468, 584, 150, 195, 918, 2331, 105, 701, null, 488, 249, 482, 395, 2031, 875, 0, 1737, 262, 325, 396, 1043, 0, 852, 988, 1420, 421, 389, 445, 625, 2658, 325, 37, 971, 221, 144, 1130, 469, 156, 387, 2038, 234, 451, 150, null, 433, 235, 11, 80, 510, 104, 336, 615, 337, 1, 1110, 573, 728, 1712, 239, 551, 416, 187, null, 1436, 1424, 373, 2, 89, 8, 644, 566, 2264, 34, 0, 706, 3, 48, 1925, 179, 221, 570, 0, 82, 57, 235, 284, 2, 1492, 1181, 296, 193, 463, 154, 267, 1082, 373, 1103, 633, 1936, 320, 0, 245, 1301, 424, 618, 714, 376, 99, 419, 467, 113, 252, 280, 479, 2095, 280, 280, 280, 80, 70, 378, 34, 325, 837, 610, 266, 0, 23, 448, 23, 13, 795, 325, 455, 43, 1833, 1856, 218, 182, 137, 1654, 1846, 1272, 1133, null, 463, 280, 740, 325, 325, 134, 280, 510, 280, 325, 1134, 497, 2242, 365, 3668, 16, 416, 152, 325, 338, 200, 916, 750, 316, 664, 831, 1967, 1641, 2764, 217, 3421, 1849, 280, 611, 279, 1604, 718, 0, 419, 954, 1595, 11, 976, 38, 268, 116, 118, 2026, 1183, 701, 139, 557, 182, 368, 0, 177, 37, 235, null, 429, 232, null, 541, 495, 1592, 291, 3336, 377, 142, 247, 767, 3, 34, 1020, 667, 1, 358, null, 1203, 13, 70, 237, 333, 342, 201, 128, 300, 245, 181, 2527, null, 334, 1808, 529, 598, 461, 588, 188, 847, 746, 79, 35, 175, 371, 489, 118, 128, 297, 991, 42, 5120, 331, 12, 272, 231, 225, 738, 341, 231, 426, 1602, 521, 7, 241, 1037, 1732, 467, 739, 6, 1228, 689, 1092, 217, 829, 0, 182, 2885, 576, 906, 177, 359, 481, 184, 1040, 1200, 517, 197, 0, 165, 176, 940, 3459, 620, 414, 538, 265, null, 1170, 1190, 7, 7, 412, 497, 547, 0, 692, 529, 4, 347, 272, 2891, 559, 643, 6, 59, 1027, 196, 0, 469, 921, 177, 1324, 829, 745, 18, 97, 921, 120, 160, 0, 513, 20, 841, 2182, 369, 879, 1048, 1265, 1181, 1049, 153, 466, 1150, 508, 1532, 1545, 99, 748, 579, 162, 187, 651, 520, 23, 316, 309, 564, 1869, 7, 764, 229, 176, 488, 24, 41, 466, 301, 569, 863, 396, null, 126, 292, 1707, 8, 84, 497, 984, 609, 330, 4, 315, 213, 2658, 454, 1757, 0, 5, 1527, 1789, 109, 693, 45, 1793, 783, 849, 162, 151, 1165, 136, 125, 1058, 851, 628, 106, 13, 416, 1816, 1905, 1236, 5504, 83, 518, 0, 1344, 255, null, 563, 710, 157, 229, 20, 430, 1473, 1, 1493, 242, 1527, 161, 321, 28, 1486, 594, 147, 0, 1600, 315, 461, 2280, 1953, 224, 900, 141, 506, 132, 1479, 104, 231, 177, 9, 377, 1025, 935, 440, 1854, 1794, null, 960, 78, 169, 805, 2037, 0, 157, 26, 1254, 2434, 1625, 879, null, 443, 1938, 376, 541, 633, 852, 3396, 634, 688, 419, 0, 95, 561, 843, 767, 0, 600, 202, 1924, 229, 370, 1, 0, 322, 148, 3, 178, 179, 401, 228, 2144, 80, 0, 1674, 2242, 4, 779, 201, 0, 468, 15, 82, 118, 1438, 275, 5, 59, 21, 432, 222, 524, 0, 331, 314, 12, 1243, 342, 166, 0, 87, 634, 236, 406, 419, 1003, 1405, 58, 390, 1608, 692, 304, 2483, 221, 110, 85, 357, 254, 764, 334, 918, 386, 325, 149, 298, 698, 4353, 547, 0, 264, 1217, null, 963, 574, 433, 923, 802, 269, 76, 855, 81, 127, 2766, 1085, 579, 494, 715, 130, 25, 1028, 766, 2090, 1106, 904, 944, null, 1930, 775, 1359, 1035, 1221, 1490, 1040, 289, 1930, 1930, 488, 1930, 1930, 520, 590, 1930, 1930, 97, 446, 1039, 421, 1930, 2659, 1930, 35, 616, 434, 758, 305, 285, 1930, 191, 301, 1930, 947, 723, 458, 104, 456, 1010, 145, 1175, 509, 161, null, 62, 624, 563, 691, 160, 25, 526, 1930, 415, 141, 1930, 1036, 1415, 98, 502, 704, 0, 2, 115, 69, 178, 542, 1749, 182, 902, 140, 957, 954, 173, 187, 748, 191, 191, 191, 1250, 544, 750, 303, 1094, 648, 351, 496, 215, 101, 5, 0, 473, 945, 1407, 1171, 542, 38, 529, 596, 314, 170, 135, 298, 1228, 608, null, 0, 791, 237, 237, 2, 1001, 690, 567, 571, 221, 783, 1170, 131, 1573, 334, 0, 0, 3233, 419, 130, 408, 767, 3113, 0, 17, 326, 331, 231, 455, 1120, 1072, 0, 756, 1322, 664, 343, 17, 230, 237, 44, 69, 193, 473, 237, 194, 2281, 11, 1205, 237, 823, 1071, 747, 237, 0, 1424, 87, 237, 585, 488, null, 345, 602, 145, 433, 902, 129, 353, 504, 1769, 1194, 186, 0, 2493, 125, 45, 413, 704, 237, 1084, 236, 496, 314, 0, 271, 67, 375, 1722, 192, 1190, 412, 820, 237, 0, 699, 149, 686, 0, 186, 22, 1930, 191, 191, 191, 2082, 215, 533, 191, 2, 0, 197, 424, 261, 73, 771, 1642, 21, 169, 2082, 958, 1280, 0, 144, 734, 2182, 2082, 1848, 521, 632, 370, 201, 163, 2082, 127, 86, null, 771, 472, 387, 424, 1285, 86, 184, 0, null, 864, 1930, 923, 163, 1433, 1139, 460, 889, 309, 788, 283, 345, 272, 0, 204, 658, 33, 1110, 2082, 2082, 335, 2082, 703, 2082, 510, 202, 414, 134, 908, 314, 0, 1425, 209, 1445, 1442, 366, 170, 231, 388, 314, 5, 1011, 586, 164, 1586, 292, 604, 285, 124, 1360, 225, 77, 351, 146, 27, 298, 590, 199, 328, 558, 772, 132, 1930, 1930, 1930, 903, 66, 233, 634, null, 51, 167, 1529, 2612, 118, 599, 986, 240, 0, 59, 852, 537, 561, 1930, 1930, 1930, 1930, 1930, 1930, 697, 528, 514, 38, 472, 524, 11, 691, 555, 1848, 166, 1011, 352, 0, 1096, 1062, 2014, 0, 0, 1474, 17, 438, 1692, 866, 1612, 1396, 4, 474, 0, 910, 409, 28, 289, 2498, 1065, 1566, 588, 1171, 1, 0, 1164, 137, 108, 241, 72, 121, 326, 659, 264, 90, 79, 763, 533, 1930, 638, 78, 1930, 1217, 1143, 1381, 447, 272, 812, 1126, 363, 1697, 491, 91, 113, 811, 811, 105, 108, 811, 811, 482, 19, 2099, 897, 1930, 597, 1100, 890, 240, 352, 1470, 150, 234, 384, 135, 299, 906, 259, 3331, 328, 307, 421, 365, 571, 2416, 2, 849, 951, 0, 1405, 189, 59, 2137, 319, 0, 484, 2116, null, 426, 0, 504, 6, 369, 18, 557, 0, 1003, 450, 691, 558, 754, 550, 2315, 274, 1118, 3, 402, 502, 144, 259, 51, 811, 811, 597, 811, 532, 295, 811, 2082, 377, 728, 1157, 782, 1113, 1023, 200, 535, 394, 529, 585, 23, 678, 1740, 205, 604, 0, 436, 669, 407, 758, 204, 404, 332, 1180, 251, 543, 202, 1640, 808, 1730, 194, 191, 1460, 192, 110, 671, 0, 1142, 1147, 1462, 392, 41, 253, 284, 145, 991, 1550, 537, 1692, 585, 605, 511, 1967, 590, 764, 236, 282, 175, 1089, 159, 257, 0, 253, 58, 618, 11, 11, 108, 180, 307, 449, 1156, 430, 395, 313, 633, 155, 727, 434, 786, 62, 3737, 326, 885, 1185, 0, 335, 11, 11, 11, 11, 11, 11, 11, 207, 0, 187, 182, 136, 59, 1049, 342, 897, 751, 131, 1329, 320, 801, 135, 602, 469, 44, 126, 1544, 28, 426, 931, 476, 476, 476, 476, 198, 481, 476, 191, 714, 541, 816, 176, 185, 885, 818, 188, 0, 386, 1990, 1990, 1990, 7, 1990, 1042, 629, 151, 8, 627, 476, 1663, 476, 22, 454, 706, 170, 2661, 555, 170, 201, 118, 1990, 1990, 1990, 450, 209, 3020, 222, 307, 1990, 997, 283, 585, 14, 1058, 1547, 2119, 2, 298, 481, 1731, 774, 568, 1313, 1220, 542, 324, 1118, 281, 778, 476, 1184, 993, 0, 361, 20, 54, 732, 1215, 223, 3558, 3253, 137, 106, 0, 987, 2771, 0, 56, 79, 796, 874, 1722, 1188, 556, 0, 312, 514, 439, 9, 1299, 184, 485, 770, null, 1, 14, 553, 907, 1399, 1242, null, 632, 548, 207, 87, 380, 1227, 413, 1701, 615, 386, 607, 1258, null, 168, 245, 1292, 527, 73, 272, 615, 1608, 438, 1597, 526, 9, 1426, 33, 1723, 2283, 100, 280, 675, 11, 60, 116, 204, 707, 285, 11, 847, 950, 1498, 554, 2356, 313, 1740, 408, 111, 266, 0, 561, 537, 1594, 1030, 234, 820, 248, 189, 3, 492, 1446, 433, 458, 999, 2086, 815, 11, 1835, 28, 13, 255, 146, 499, 166, 1695, 291, 87, 368, 841, 877, 137, 355, 470, 97, 2083, 11, 11, 628, 11, 1213, 734, 1116, 642, 11, 11, 49, 742, 409, 304, 11, 289, 55, 2172, 272, 289, 54, 220, 374, 449, 821, 117, 166, 1574, 0, 161, 1022, 2253, 11, 567, 390, 1045, 1855, 2488, 651, 319, 857, 240, 692, 485, 82, 295, 1849, 1397, 962, 253, 11, 799, 84, 519, 201, 0, 19, 206, 153, 452, 61, 1286, 11, 176, 355, 795, 0, 991, 302, 7, 8, 468, 528, 17, 342, 423, 1728, 278, 142, 1578, 459, 733, null, 1380, 11, 11, 1380, 1035, 82, 3114, 750, 0, 11, 11, 183, 50, 14, 11, 11, 709, 871, 234, 16, 695, 167, 207, 521, 1753, 1731, 452, 104, 550, 1206, 517, 468, 243, 454, 330, 1617, 539, 1663, 0, 191, 158, 2141, 201, 0, 1501, 0, 1666, 335, 728, 565, 251, 2343, 573, 1483, 35, 1512, 1112, 1153, 84, 1331, 4, 0, 808, 389, 114, 793, 488, 1448, 949, 283, 668, 595, 2616, 2249, 216, 375, 377, 22, 358, 2525, 1495, 682, 84, 494, 922, 142, 961, 552, 1895, 701, 349, 1967, 2128, 427, 327, 208, 231, 232, 436, 1077, 829, 1419, 3624, 302, 161, 558, 76, 800, 2555, 389, 601, 536, 2680, 800, 1158, 25, 800, 800, 2039, 934, 1915, 738, 1379, 309, 550, 335, 293, 0, 207, 2543, 679, 251, 1387, 1454, 2408, 1680, 1425, 929, 563, 317, 129, 516, 323, 687, 25, 0, 2350, 95, 671, 593, 2111, 162, 1492, 63, 2149, 740, 738, 1555, 1401, 1387, 913, 70, 398, 4247, 462, 258, 210, 965, 571, 1, 154, 1013, 136, 755, 181, 595, 383, 482, 1170, 288, 2236, 79, 146, 875, 375, 660, 347, 318, 410, 202, 399, 195, 491, 1119, 67, 2, 259, 32, 218, 800, 97, 63, 180, 1599, 388, 1112, 1621, 1199, 363, 104, 177, 145, 384, 1205, 57, 703, 564, 782, 174, 1596, 800, 433, 800, 3106, 581, 1994, 1099, 3589, 1434, 418, 800, 286, 107, 343, 436, 269, 1022, 286, 2723, 423, 67, 536, 686, 893, 473, 0, 37, 434, 105, 268, 609, 16, 1106, 1641, 1, 239, 112, 1084, 135, 572, 680, 639, 681, 1284, 68, 258, 1282, 0, 246, 1736, 942, 570, 3474, 145, 1587, 20, 2333, 24, 0, 1, 435, 933, 109, 0, 253, 1380, 2, 994, 486, 249, 323, 959, 309, 196, 340, 248, 55, 644, 606, 482, 270, 2296, 489, 889, 1844, 0, 203, 270, 1245, 556, 637, 53, 87, 1563, 1087, 1127, 688, 1335, 122, 1665, 2085, 128, 1118, 555, 92, 197, 802, 259, 640, 181, 1570, 163, 646, 1166, 1486, 595, 362, 3, 3351, 7, 1221, 1836, 1581, 275, 103, 315, 315, 315, 1503, 984, 315, 280, 557, 881, 17, 856, 1067, 315, 1034, 461, 650, 1152, 742, 1972, 370, 556, 887, 973, 2084, 38, 288, 1322, 875, 1132, 23, 11, 0, 18, 515, 0, 1527, null, 282, 539, 132, 422, 979, 259, 343, 183, 0, 299, 5, 179, 1348, 2127, 130, 727, 706, 616, 310, 61, 849, 2, 357, 2660, 706, 730, 948, 0, 111, 460, null, 136, 1455, 3248, 3248, 1, 278, 3248, 3248, 578, 49, 966, 187, 527, 98, 1168, 1745, 268, 268, 184, 719, 683, 199, 616, 240, 787, 1603, 1016, 563, 26, 1385, 361, 460, 155, 0, 1158, 1925, 2002, 268, 328, 159, 268, 1179, 99, 315, 315, 1378, 315, 1591, 124, 294, 2134, 105, 315, 573, 120, 361, 382, 1296, 374, 832, 1391, 853, 996, 18, 254, 1133, 395, 535, 2914, 1701, 223, 528, 417, 0, 417, 1122, 307, 1498, 417, 417, 268, 1365, 222, 1681, 1948, 862, 1747, 609, 0, 116, 268, 98, 856, 909, 517, 26, 275, null, 413, 204, 25, 465, 840, 105, 944, 460, 1869, 147, 517, 0, 1141, 517, 1640, 377, 517, 315, 140, 297, 517, 517, 499, 874, 1318, 436, 179, 210, 153, 717, 338, 1050, 445, 681, 1223, 1146, 655, 3221, 268, 711, 2165, 498, 54, 1092, 62, 129, 2840, 253, 592, 3728, null, 915, 621, 2876, 873, 798, 669, 864, 469, 1487, 732, 1487, 1408, 650, 1487, 827, 907, 303, 383, 149, 1305, 167, 304, 17, 421, 1487, 504, 268, 3248, 688, 2496, 257, 486, 534, 775, 517, 524, 278, 910, 79, 413, 1079, 3114, 101, 1732, 880, 1264, 727, 298, 93, 23, 1736, 1527, 203, 1, 1335, 90, 98, 493, null, 417, 0, 417, 417, 1, 73, 210, 417, 426, 16, 123, 530, 207, 2264, 515, 357, 1043, 713, 240, 471, 228, 3248, 419, 3248, 1115, 1487, 488, 3248, 517, 417, 1487, 1487, 1139, 1487, 1029, 340, 674, 1, 656, 261, 546, 2088, 990, 2408, 15, 363, 425, 520, 1289, 4, 2088, 109, 188, 276, 763, 373, 752, 709, 267, 1680, 1442, 55, 1302, 637, 151, 2088, 678, 978, 831, 522, 2088, 1343, 193, 1029, 376, 1251, 2503, 166, 1791, 1029, 1029, 281, 1892, 1420, 502, 1580, 346, 1029, 158, 630, 381, 951, 1631, 1035, 1035, 1035, 531, 319, 1035, 1029, 1158, 0, 740, 558, 64, 1266, 928, 688, 36, 1093, 1029, 60, 1314, 393, 820, 0, 989, 1958, 62, 280, 861, 755, 2010, 305, 226, 1597, 314, 256, 33, 636, 191, 0, 1, 1, 428, 41, 574, 386, 1029, 1065, 2242, 308, 629, 2562, 2997, 0, 1168, 509, 78, 917, 713, 1161, 2, 188, 155, 740, 339, 1, 1108, 33, 1188, 379, 1042, 1631, 1848, 35, 2654, 414, 82, 72, 2, 2829, 363, 638, 76, 202, 580, 2072, 1774, 1023, 2042, 692, 519, null, 1621, 954, 834, 2837, 2570, 553, 739, 1003, 231, 300, 1460, 0, 1095, 86, 1, 3346, 23, 1553, 1177, 240, 142, 668, 601, 381, 21, 884, 984, 622, 790, 640, 1035, 1035, 156, 1035, 714, 1035, 377, 1336, 90, 812, 588, 218, 864, 152, 28, 1715, 2435, 3816, 1706, 1637, 657, 86, 154, 91, 64, 344, 272, 2110, 560, 557, 1748, 673, 1024, 730, 826, 42, 1178, 2051, 187, 40, 1106, 520, 215, 441, 127, 1274, 1082, 1476, 121, 282, 315, 434, 1119, 1483, 3825, 147, 272, 156, 290, 4, 668, 974, 1362, 3860, 439, 1112, 317, 815, 1004, 987, 8, 322, 2559, 240, 1033, 292, 675, 1424, 1392, 2088, 2088, 2088, 2088, 1234, 165, 1571, 1443, 366, 0, 1130, 1078, 956, 448, 541, 932, 57, 153, null, 398, 920, 0, 35, 209, 0, 929, 1068, 2078, 281, 1337, 1481, 875, 452, 491, 2478, 1069, 1513, 1710, 939, 464, 1269, 200, 1050, 87, 1, 855, 517, 65, 985, 1327, 97, 436, 1336, 628, 74, 418, 408, 298, 263, 1285, 677, 120, 226, 1002, 379, 0, 2, 1067, 213, 1106, 161, 1453, 754, 151, 1486, 305, 1021, 208, 985, 781, 35, 416, 370, 0, 896, 480, 1678, 1024, 1899, 1347, 1558, 940, 312, 313, 2462, 1871, 600, 125, 2429, 750, 984, 1222, 1213, 740, 2155, 320, 810, 200, 1164, 509, 1122, 351, 0, 880, 524, 364, 13, 777, 895, 446, 707, 514, 761, 1661, 877, 987, 59, 793, 2214, 1679, 775, 432, 614, 125, 230, 257, 1645, 439, 606, 1145, 4591, 935, 805, 759, 3, 894, 407, 128, 1291, 2981, 785, 142, 483, 690, 71, 726, 87, 202, 1204, 714, 863, 1871, 1638, 361, 18, 756, 0, 1138, 621, 216, 1159, 718, 232, 1131, 3029, 1768, 1562, 699, 328, 196, 315, 65, 623, 778, 1197, 484, 813, 1047, 449, 111, 310, 376, 2123, 959, 452, 285, 739, 4210, 643, 1680, 448, 697, 1039, 756, 160, 601, 1023, 103, 1030, 720, 1502, 2318, 1144, 1194, 586, 448, 226, 2611, 1921, 2016, 726, 341, 293, 431, 121, 1284, 725, 605, 307, 584, 1371, 821, 931, 584, 584, 584, 1290, 1290, 1290, 1144, 22, 184, 2172, 2652, 239, 0, 1341, 565, 109, 1065, 247, 458, 1811, 638, 1874, 1181, 497, 0, 999, 1688, 1467, 799, 1396, 368, 868, 655, 1290, 623, 2677, 77, 645, 889, 0, 1290, 1290, 1067, 2196, 695, 277, 431, 790, 616, 585, 4372, 1055, 985, 451, 905, 394, 1273, 193, 0, 1316, 351, 804, 748, 116, 2647, 904, 1190, 1290, 1290, 1824, 2810, 958, 3232, 1201, 1124, 714, 584, 584, 584, 946, 1960, 584, 216, 481, 629, 1009, 305, 29, 942, 1915, 61, 1527, 9, 1466, 23, 78, 526, 703, 1477, 702, 276, 8, 129, 1051, 358, 398, 444, 124, 124, 124, 205, 124, 216, 730, 233, 2854, 2524, 825, 33, 867, 39, 697, 367, 146, 1211, 362, 42, 1594, 743, 2101, 373, 576, 614, 78, 342, 1061, 0, 1217, 876, 1128, 279, 1127, 463, 690, 930, 185, 124, 124, 850, 124, 124, 178, 1382, 1629, 612, 3036, 335, 3, 723, 235, 231, 149, 287, 607, 1176, 330, 684, 2583, 1582, 1440, 567, 483, 1500, 735, 1212, 449, 706, 453, 1830, 314, 190, 1572, 997, 367, 632, 656, 628, 330, 212, null, 213, 2224, 428, 2477, 753, 353, 672, 807, 596, 1601, 794, 1377, 552, 806, 314, 130, 28, 0, 737, 314, 648, 711, 333, 850, 754, 970, 2809, 1684, 314, 8, 1367, 1131, 1030, 792, 314, 1078, 226, 4646, 314, 1712, 1294, 1622, 314, 1712, 1486, 97, 1712, 1712, 476, 1169, 464, 257, 274, 110, 533, 1786, 1028, 88, 138, 314, 234, 211, 1433, 182, 757, 1712, 686, 1712, 220, 1712, 380, 1712, 420, 560, 171, 267, 543, 0, 354, 761, 337, 150, 782, 579, 166, 969, 793, 202, 135, 40, 60, 792, 1114, 621, 256, 42, 253, 602, 327, 397, 268, 1987, 1265, 348, 120, 164, 240, 450, 2434, 405, 918, 1010, 461, 400, 151, 598, 968, 2647, 620, 499, 1219, 1093, 824, 0, 297, 251, 1498, 11, 615, 82, 438, 368, 0, 182, 391, 374, 374, 374, 161, 374, 1719, 1361, 674, 314, 374, 1418, 1944, 694, 0, 1384, 1858, 374, 48, 374, 918, 494, 89, 374, 217, 340, 825, 211, 1402, 667, 1838, 875, 2701, 166, 674, 92, 2050, 289, 876, 242, 1163, 1440, 655, 1103, 489, 157, 469, 1261, 226, 0, 1568, 968, 305, 1031, 915, 3151, 725, 377, 1567, 313, 764, 195, 1358, 465, 1563, 1859, 280, 191, 3, 1148, 146, null, 828, 937, 413, 236, 631, 799, 1074, 100, 384, 394, 189, null, 859, 67, 708, 336, 778, 500, 579, null, 1408, 1408, 278, 1074, 215, 1074, 216, 627, 1408, 1554, 973, 852, 216, 519, 1074, 485, 1592, 1780, 1408, 2257, 294, 1861, 892, 466, 1532, 463, 1749, 1422, 489, 1135, 214, 1153, -1, 885, 695, 3445, 25, 975, 1074, 1074, 276, 105, 96, 144, 199, 310, 991, 1179, 0, 684, 1569, 1114, 354, 84, 3883, 2242, 92, 1224, 459, 31, 16, 497, 2210, 1272, 126, 1539, 1120, 369, 1129, 878, 810, 878, 878, 638, 604, 216, 1408, 1408, 1408, 872, 1408, 24, 3473, 605, 761, 499, 878, 65, 1074, 1074, 268, 451, 1025, 493, 878, 613, 937, null, 878, 878, 878, 167, 357, 0, 564, 778, 1690, 2552, 203, 1, 650, 599, 112, 1160, 2741, 594, 2271, 1172, 11, 76, 3837, 544, 1461, 6585, 945, 4903, 402, 162, 2576, 1739, 0, 257, 256, 858, 826, 1333, 1329, 1509, 565, 2607, 374, 2024, 539, 1193, 1557, 1758, 320, 891, 800, null, 1327, 2243, 2243, 332, 4452, 2243, 2243, 356, 1216, 2243, 2243, 481, 2243, 0, 2243, 875, 1356, 558, 1029, 1965, 648, 328, 56, 795, 793, 2243, 176, 383, 130, 1147, 1147, 215, 325, 328, 301, 785, 281, 1147, 1147, 372, 324, 278, 815, 228, 361, 942, 65, 372, 1040, 1887, 1168, 842, 434, 9733, 206, 1138, 241, 395, 286, 384, 1446, 2243, 931, 184, 2572, 2756, 1147, 1147, 640, 1147, 1411, 1147, 552, 58, 2243, 500, 12, 1115, 5, 708, 878, 448, 2243, 411, 531, 834, 2893, 558, 617, 798, 191, 115, 181, 605, 1191, 760, 903, 174, 804, 1707, 0, 635, 351, 75, 2993, 1396, 1863, 2243, 1515, 2243, 2243, 460, 670, 429, 2243, 1488, 2243, 746, 1847, 2243, 2243, 405, 2243, 2243, 2243, 2243, 2243, 1553, 3390, 20, 622, 399, 2243, 186, 2113, 2243, 2868, 2243, 127, 206, 159, 1889, 101, 260, 3765, 1097, 5878, 1269, 592, 895, 1784, 425, 546, 960, 1354, 133, 66, 1215, 409, 264, 610, 1220, 457, 953, 463, 109, 652, 1508, 60, 714, 987, 407, 425, 1485, 669, 1853, 18, 21, 623, 1472, 949, 268, 293, 543, 199, 326, 1269, 635, 2321, 1263, 1221, 1700, 1263, 1263, 74, 1263, 2321, 32, 561, 435, 1894, 1335, 2321, 1894, 1894, 2321, 609, 1580, 739, 1580, 118, 1263, 1894, 2211, 1263, 1580, 1263, 457, 507, 1242, 1348, 2442, 1580, 1580, 1580, 1731, 1580, 1580, 245, 1049, 1580, 225, 1580, 1580, 1580, 1434, 1767, 2628, 421, 1925, 2699, 1587, 248, 303, 225, 1135, 1567, 1263, 0, 189, 478, 2321, 859, 1580, 1580, 1580, 515, 1580, 1580, 1894, 1894, 2321, 1888, 411, 1580, 153, 2017, 182, 162, 1765, 1580, 237, 1894, 1894, 585, 1195, 1580, 2321, 253, 1580, 105, 276, 623, 1580, 1580, 657, 227, null, 1580, 2321, 614, 1580, 255, 1580, 513, 1580, 945, 1821, 346, null, 601, 1, 49, 171, 2415, 628, 110, 104, 604, 0, 622, 483, 1, 167, 281, 483, 537, 1893, 1303, 687, 1064, 189, 504, 7, null, 270, 1531, 215, 308, 169, 320, 699, 140, 247, 483, 1896, 742, 830, 1508, 1311, 1946, 1356, 263, 587, 593, 575, 1439, 864, 1756, 483, 483, 162, 483, 238, 6, 0, 365, 384, 394, 170, 21, 1, 886, 161, 798, 1744, 1961, 582, 670, 2275, 90, 2, 1021, 168, 70, 32, 67, 263, 1161, 670, 120, 425, 798, 1152, 343, 688, 1561, 427, 1580, 129, 472, 791, 2012, 609, 493, 1685, 571, 145, 1676, 1867, 517, 1732, 2086, 483, 2466, 1293, 1261, 483, 205, 369, 763, 431, 1, 436, 72, 263, 1928, 34, 533, 508, 1454, 2445, 742, 191, 26, 206, 1928, 1841, 1928, 374, 2256, 1319, 1928, 344, 3125, 285, 2898, 830, 4024, 421, 519, 830, 230, 830, 419, 2839, 1928, 3391, 1337, 1663, 1928, 408, 278, 1998, 596, 1928, 2045, 2246, 140, 405, 2746, 825, 1928, 0, 466, 830, 1611, 1347, 210, 3205, 1117, 2377, 899, 1203, 2106, 1070, 519, 1331, 1051, 2329, 1218, 401, 1050, 636, 507, 660, 1694, 1210, 120, 3093, 186, 761, 244, 417, 956, 419, 2380, 770, 1394, 133, 407, 830, 488, null, 2453, 713, 431, 2090, 1662, 897, 1751, 830, 464, 591, 48, 858, 1149, 1202, 823, 209, 531, 273, 557, 1129, 688, 595, 10, 830, 830, 704, 1014, 522, 785, 785, 1534, 1247, 227, 1153, 498, 1347, 264, 2847, 372, 1471, 1174, 368, 1063, 41, 203, 785, 1426, 1307, 503, 785, 785, 785, 2935, 785, 785, 901, 393, 680, 393, 393, 1028, 889, 776, 995, 28, 267, 901, 1545, 27, 393, 352, 1706, 2861, 531, 1950, 1718, 707, 1091, 2617, 1, 1428, 526, 987, 2038, 2617, 901, 2617, 1619, 2280, 69, 290, 1286, 1347, 212, null, 1543, 902, 698, 397, 31, 1148, 275, 785, 2617, 705, 901, 393, 2126, 1108, 0, 781, 1372, 297, 901, 901, 901, 843, 684, 1521, 96, 213, 901, 350, 546, 482, 357, 2535, 1485, 571, 912, 2617, 2617, 1340, 579, 3381, 382, 818, 118, 1554, 95, 1056, 2684, 2617, 2617, 539, 1279, 707, 393, 615, 36, 3038, 652, 694, 303, 2379, 806, 1159, 2213, 1644, 393, 0, 188, 857, 433, 4318, 393, 0, 304, 3149, 365, 1654, 1451, 413, 466, 797, 1267, 1057, 261, 2152, 990, 754, 1529, 1167, 2593, 3035, 785, 2658, 934, 3454, 1233, 538, 460, 3042, 1099, 22, 1806, 473, 50, 254, 700, 2600, 2783, 1673, 903, 462, 329, 287, 683, 428, 484, 181, 1944, 1798, 908, 908, 908, 908, 2253, 1451, 1021, 3357, 1127, 773, 1290, 13, 404, 646, 493, 436, 332, 1022, 2098, 2173, 757, 3186, 212, 1305, 908, 908, 137, 2205, 379, 428, 1194, 1389, 958, 908, 1579, 886, 908, 1075, 952, 87, 1519, 155, 1798, 469, 932, 3368, 310, 1651, 2521, 2425, 1125, 920, 261, 1505, 1700, 468, 291, 590, 9, 1339, 1271, 2578, 346, 154, 405, 1232, 722, 343, 65, 658, 1091, 278, 1485, 1380, 473, 1944, 919, 424, 502, 116, 163, 0, 1104, 970, 71, 1467, 2415, 781, 659, 1536, 662, 559, 635, 784, 1766, 15, 1374, 286, 117, 1565, 1565, 1565, 1565, 1565, 15, 1565, 1565, 658, 2238, 495, 880, 1565, 703, 1504, 2122, 2470, 1769, 1982, 1, 325, 1923, 2363, 1093, 3845, 1804, 621, 642, 145, 1469, 232, 567, 768, 1541, 1737, 2559, 650, 3275, 1737, 2450, 965, 524, 2919, 623, 666, 377, 1476, 962, 0, 1112, 440, 240, 1889, 113, 484, 359, 1128, 418, 569, 1070, 3056, 1271, 365, 917, 779, 1737, 3180, 537, 1047, 3267, 1737, 1737, 449, 2209, 3729, 2313, 2646, 2767, 2646, 327, 2646, 1333, 436, 360, 2646, 124, 7, 1143, 421, 952, 888, 318, 1737, 395, 323, 2331, 1737, 1043, 1834, 1737, 1506, 1828, 1116, 1600, 1828, 1828, 1828, 420, 8635, 1623, 727, 157, 2646, 2646, 2646, 1504, 1828, 189, 2646, 1828, 1828, 1828, 328, 1166, 1807, 724, 546, 657, 131, 1064, 1335, 958, 819, 1356, 706, 155, 618, 98, 601, 1107, 91, 666, 610, 1612, 799, 792, 195, 49, 2103, 292, 1615, 422, 1788, 703, 742, 517, 3429, 1137, 347, 1271, 814, 3660, 2575, 2452, 1894, 527, 829, 616, 0, 644, 600, 1294, 1432, 659, 917, 1752, 2561, 224, 3127, 1289, 1309, 2275, 2186, 247, 1033, 1842, 605, 1756, 285, 2603, 65, 1842, 346, 1154, 1765, 356, 686, 993, 9, 502, 418, 221, 184, 489, null, 63, 1848, 448, 1536, 492, 162, 876, 430, 2503, 2486, 2674, 767, 959, 181, 276, 811, 2960, 415, 1102, 882, 2340, 3444, 1000, 718, 7, 1554, 1137, 221, 702, 379, 806, 271, 1147, 1514, 498, 1373, 1848, 599, 336, 2052, 1273, null, 3339, 515, 251, 53, 848, 348, 5006, 690, 2960, 112, 5, 2960, 2960, 2960, 2960, 2960, 2960, 2960, 1198, 742, 207, 2960, 2960, 276, 2960, 2960, 2960, 2960, 2960, 2960, 2960, 2960, 1145, 1656, 268, 2960, 1736, 1874, 2960, 619, 2290, 2960, 2960, 191, 2960, 2960, 2960, 2960, 470, 439, 284, 1623, 582, 1453, 917, 0, 675, 196, 3188, 739, 1061, 88, 971, 2074, 314, 1629, 165, 2029, 3073, 2444, 288, 158, 718, 1343, 652, 4134, 1256, 3904, 1170, 1527, 345, 493, 737, 103, 1329, 0, 2881, null, 1103, 903, 286, 488, 1216, 133, 2189, 267, 283, 2224, 611, 1095, 343, 910, 120, 705, 3824, 629, 1887, 508, 450, 2477, 1110, 1298, 205, 425, 1457, 0, 1726, 539, 96, 644, 1079, 1689, 2482, 365, 917, 371, 515, 1036, 870, 578, 705, 317, 157, 918, 523, 607, 1759, 162, 2375, 1427, 475, 149, 1648, 1625, 225, 2649, 801, 305, 736, 2276, 56, 1269, 1715, 1295, 151, 807, 1895, 225, 298, 535, 1428, 1169, 1824, 277, 3656, 1929, 1236, 1824, 797, 922, 373, 1824, 2104, 116, 1005, 1824, 1192, 1824, 2890, 622, 946, 710, 2020, 435, 96, 727, 962, 605, 2210, 315, 936, 1396, 570, 1873, 413, 1824, 1342, 1824, 1023, 797, 40, 4258, 598, 1166, 779, 1427, 1427, 1427, 1795, 155, 3518, 1882, 2793, 312, 348, 1427, 1600, 1529, 1035, 11, 1563, 806, 340, 1824, 1427, 1058, 1427, 1788, 603, 2, 1427, 1265, 1427, 342, 192, 3066, 299, 546, 68, 1533, 1313, 1, 1204, 558, 951, 2177, 59, 653, 423, 2009, 2177, 1265, 1035, 312, 2405, null, 694, 2177, 312, 2177, 312, 871, 312, 736, 2617, 1473, 869, 173, 2177, 1671, 1289, 1541, 954, 561, 1159, 3126, 103, 1061, 859, 2388, 2177, 428, 312, 312, 529, 312, 312, 460, 2119, 1562, 106, 408, 285, 95, 1700, 2177, 1066, 2177, 845, 2112, 20, 1246, 1262, 1547, 161, 290, 152, 2339, 2816, 1493, 1742, 1867, 1953, 1893, 1078, 1893, 161, 2708, 541, 763, 778, 1723, 521, 3275, 1893, 1395, 315, 381, 1815, 633, 199, 731, 1893, 1339, 898, 1072, 3081, 508, 634, 634, 1444, 944, 2945, 754, 803, 921, 634, 1374, 634, 891, 548, 938, 1893, 818, 2406, 1893, 1893, 1121, 1162, 3227, 634, 1893, 634, 634, 634, 927, 348, 628, 402, 1171, 0, 2092, 1897, 862, 1171, 1768, 1338, 453, 1106, 1457, 385, 509, 1233, 746, 185, 653, 370, 2818, 746, 1848, 788, 2621, 361, 185, 1171, 1300, 367, 652, 1171, 376, 5264, 243, 2594, 1102, 2810, 2287, 1355, 417, 2347, 2060, 22, 60, 1171, 540, 177, 2707, 54, 1171, 435, 1219, 1171, 1682, 655, 1171, 141, 1259, 424, 985, 1559, 424, 2666, 1280, 2385, 1342, 345, 834, 12, 498, 814, 2263, 525, 1697, 164, 1513, 2373, 35, 3581, 72, 861, 1357, 989, 2045, 952, 3, 2056, 78, 1426, 1141, 315, 1173, 531, 3807, 130, 1338, 713, 1470, 372, 467, 3410, 278, 2431, 618, 205, 3636, 1604, 144, 644, 381, 1089, 1089, 1436, 1024, 1089, 1436, 1089, 1436, 1089, 1089, 1436, 1468, 1568, 1436, 1436, 1436, 1436, 1436, 820, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 3334, 2157, 1436, 3334, 3334, 1436, 1436, 1436, 1436, 247, 1436, 1436, 1436, 1436, 3334, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 2561, 2276, 1436, 1436, 1436, 1436, 684, 1436, 324, 1436, 1436, 1436, 1436, 1436, 389, 647, 1089, 3334, 232, 153, 1436, 1476, 1436, 1137, 321, 1436, 1436, 848, 1436, 1436, 1436, 1436, 1436, 1436, 2672, 1436, 1120, 1436, 1436, 1436, 944, 2378, 1436, 1593, 1830, 28, 126, 448, 575, 1273, 1046, 3334, 3334, 1960, 816, 3334, 426, 1544, 1089, 1436, 183, 1177, 876, 1959, 1637, 799, 1896, 312, 1342, 1308, 1959, 1959, 826, 454, 893, 3703, 777, 734, 1029, 96, 1320, 137, 1123, 1959, 1375, 1138, 852, 1370, 1959, 187, 650, 177, 360, 1959, 460, 402, 1959, 1426, 1177, 1959, 153, 2918, 129, 567, 377, 2234, 730, 353, 414, 565, 299, 2042, 610, 770, 2226, 629, 1020, 1836, 2284, 71, 485, 982, 2744, 532, 468, 1614, 2234, 279, 2021, 2492, 2987, 1002, 1419, 286, 777, 1271, 868, 635, 1255, 1716, 1727, 1084, 353, 972, 1351, 572, 1016, 1018, 1872, 1702, 337, 1746, 1903, 2250, 2055, 1784, 750, 656, 691, 649, 2375, 875, 1592, 171, 713, 422, 916, 1939, 276, 180, 1088, 661, 1586, 1494, 2054, 1569, 733, 2603, 320, 2695, 404, 881, 2497, 2286, 351, 859, 210, 1571, 212, 954, 0, 648, 772, 2572, 80, 1101, 437, 667, 377, 327, 356, 1183, 993, 1833, 794, 1614, 982, 1217, 3068, 684, 616, 1141, 1557, 3332, 933, 622, 1206, 2482, 847, 681, 1807, 777, 1414, 1161, 993, 852, 11, 465, 2628, 896, 2628, 3211, 112, 2042, 2287, 2628, 2628, 2628, 2628, 24, 2555, 2628, 513, 2628, 2938, 388, 853, 2059, 185, 1447, 441, 2137, 578, 376, 575, 2846, 855, 664, 3320, 584, 1461, 1132, 65, 1849, 299, 2391, 389, 1942, 506, 1550, 389, 256, 2029, 1049, 385, 170, 1265, 468, 724, 1660, 2551, 2141, 1323, 1218, 1906, 2885, 357, 434, 850, 1580, 1716, 1463, 857, 1839, 1090, 696, 917, 547, 475, 608, 2363, 2465, 2922, 3566, 1245, 647, 1855, 1039, 969, 393, 120, null, 2232, 115, 2386, 729, 2232, 2142, 2232, 2232, 1462, 2232, 13, 2232, 2216, 836, 1, 6, 2968, 875, 887, 875, 875, 3234, 887, 887, 875, 2232, 887, 887, 94, 887, 887, 875, 3781, 887, 875, 1401, 875, 875, 59, 2232, 2515, 766, 2372, 0, 698, 1115, 2147, 588, 1533, 1254, 930, 607, 2215, 79, 872, 896, 2944, 1758, 3333, 1373, 2128, 415, 1612, 747, 478, 392, 1108, 561, 2934, 208, 2659, 2944, 1719, 504, 1791, 243, 535, 2072, 864, 127, 273, 1708, 1300, 1689, 2154, 1428, 552, 3261, 848, 554, 1767, 201, 404, 1725, 180, 2549, 2072, 451, 2, 673, 1049, 4383, 3568, 1047, 572, 1117, 749, 547, 1573, 2037, 237, 2506, 1741, 1186, 1211, 838, 27, 2977, 261, 1690, 1690, 1365, 2272, 1690, 213, 1636, 1690, 1690, 1325, 1690, 1163, 890, 519, 2437, 3801, 3098, 594, 1364, 1690, 1690, 987, 296, 2038, 208, 2134, 54, 972, 1654, 2372, 1667, 481, 858, 721, 1330, 182, 3094, 727, 1107, 727, 3094, 727, 3094, 727, 727, 259, 2255, 1667, 727, 3316, 346, 2954, 1667, 444, 727, 842, 1667, 1667, 1667, 2456, 727, 1667, 1667, 2554, 1667, 1667, 1667, 1667, 1667, 1667, 1667, 1667, 1043, 323, 1667, 926, 1667, 1667, 1667, 1667, 1667, 1667, 1667, 1667, 3094, 469, 310, 1667, 2444, 30, 1113, 0, 981, 496, 35, 17, 1667, 158, 3094, 194, 3094, 3094, 3094, 110, 905, 962, 299, 967, 1406, 917, 325, 1442, 1688, 2357, 1688, 798, 715, 732, 1528, 35, 2207, 984, 435, 209, 668, 764, 4078, 4078, 1671, 1726, 1890, 4078, 214, 4494, 4078, 4078, 1013, 1559, 2010, 592, 583, 4078, 2733, 2370, 2329, 0, 4078, 4078, 572, 970, 113, 869, 285, 320, 278, 1160, 1445, 292, 2051, 203, 325, 367, 328, 4541, 2016, 2541, 3358, 624, 1286, 1654, 189, 1226, 648, 517, 285, 553, 1451, 1297, 1087, 1182, 2488, 2488, 275, 1711, 2536, 1080, 1584, 872, 2488, 939, 1496, 1382, 2488, 5, 1080, 283, 1378, 822, 2488, 2488, 875, 2488, 2488, 2683, 2541, 471, 1071, 470, 586, 751, 1189, 1648, 2775, 435, 166, 3193, 88, 1442, 248, 651, 378, 45, 2291, 2303, 572, 587, 1039, 244, 274, 1017, 1527, 1892, 525, 1729, 123, 502, 631, 3610, 2229, 146, 3409, 702, 1, 533, 3140, 1816, 213, 1066, 791, 9306, 700, 700, 826, 383, 426, 245, 1344, 877, 425, 135, 437, 700, 700, 1351, 700, 1580, 700, 1700, 1577, 700, 700, 1733, 230, 983, 1059, 700, 564, 412, 1780, 3508, 657, 450, 567, 1506, null, 455, 1535, 483, 745, 1470, 876, 259, 1399, 1426, 488, 1249, 2522, 1226, 673, 2220, 673, 639, 828, 5768, 673, 473, 673, 673, 583, 1376, 673, 223, 1085, 312, 361, 673, 231, 673, 4391, 2587, 2006, 1247, 793, 172, 1085, 1247, 1247, 1247, 239, 1294, 2679, 410, 343, 367, 75, 2880, 1158, 3486, 1247, 1247, 1247, 1247, 444, 1762, 1762, 1762, 1762, 1762, 1762, 857, 1762, 1762, 1762, 1762, 447, 2148, 1762, 1762, 1762, 436, 1762, 1762, 1762, 1762, 1762, 2201, 1762, 1762, 1762, 1762, 216, 156, 1762, 1762, 1762, 1762, 241, 1762, 707, 1762, 1762, 1762, 1762, 3067, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 2228, 1762, 1762, 3017, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 2415, 1762, 4136, 1762, 1762, 1762, 1762, 1762, 1762, 880, 1737, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1015, 1417, 311, 2179, 1353, 1478, 1836, 837, 2, 1112, 1480, 1037, 1218, 627, 627, 627, 627, 1824, 396, 842, 187, 246, 1458, 452, 3237, 347, 624, 627, 627, 627, 627, 2566, 923, 594, 205, 604, 2401, 539, 1039, 2779, 181, 381, 1531, 2211, 521, 1265, 3357, 883, 1663, 1047, 167, 672, 425, 987, 883, 883, 972, 3476, 187, 1496, 883, 883, 883, 3702, 1419, 883, 883, 864, 2366, 1240, 13, 59, 726, 178, 407, 1990, 154, 709, 1435, 847, 1928, 1937, 1937, 2197, 1937, 376, 1614, 1511, 846, 1937, 1089, 1937, 1937, 1937, 209, 1408, 1937, 2971, 2366, 421, 2157, 2971, 341, 572, 572, 572, 572, 572, 572, 572, 572, 819, 1695, 572, 572, 572, 572, 572, 572, 572, 52, 572, 572, 572, 572, 305, 572, 572, 2253, 572, 572, 572, 572, 572, 572, 1022, 1672, 20, 834, 4160, 1217, 2508, 826, 546, 232, 777, 297, 628, 1508, 1947, 2654, 256, 766, 2806, 2472, 1068, 769, 670, 593, 1197, 257, 1280, 349, 3966, 89, 3033, 1309, 1604, 1119, 3116, 146, 12, 468, 778, 1547, 825, 1882, 285, 717, 889, 345, 2924, 3144, 3206, 442, 281, 2484, 2658, 190, 653, 2865, 2865, 2865, 3550, 685, 612, 2865, 2865, 2865, 1185, 190, 2865, 2865, 182, 1579, 2533, 90, 758, 1685, 761, 523, 561, 345, 2175, 875, 2990, 819, 819, 819, 819, 409, 819, 819, 819, 819, 1099, null, 103, 1365, 954, 1089, 1457, 429, 245, 237, null, 181, 2464, 119, 1773, 363, 1976, 2635, 1778, 3787, 2103, 1478, 1028, 1945, 657, 1369, 2748, 1129, 2540, 744, 2191, 1417, 902, 450, 2149, 1442, 2330, 978, 711, 1121, 1114, 2546, 1864, 496, 1855, 818, 2120, 473, 1039, 3102, 3102, 3102, 2012, 3102, 3102, 3102, 332, 593, 1086, 3102, 3102, 4394, 4394, 4394, 3379, 1232, 4394, 819, 1825, 4394, 4394, 4394, 4394, 4394, 1918, 685, 4394, 4394, 4394, 4394, 4394, 4394, 4394, 4394, 4394, 448, 4394, 121, 4394, 4394, 4394, 402, 4394, 4394, 2329, 4394, 2205, 907, 4394, 4394, 1936, 1537, 1967, 315, 366, 1951, 2088, 848, 227, 970, 1267, 410, 636, 1594, 1749, 4650, 524, 5205, 2254, 14, 894, 541, 878, 1209, 3327, 1827, 796, 529, 117, 1871, 445, 5363, 2074, 387, 338, 1121, 2730, 689, 1260, 719, 719, 1365, 163, 719, 4495, 1960, 844, 719, 719, 2031, 719, 1311, 719, 719, 1696, 2849, 3622, 3200, 1565, 3622, 3622, 3622, 3622, 1048, 779, 3622, 3622, 3622, 1476, 1930, 2008, 3837, 542, 3561, 2500, 1776, 520, 2214, 2099, 1838, 1953, 273, 4095, 2257, 3061, 413, 1135, 654, 3244, 1278, 878, 385, 1185, 964, 2165, 3244, 48, 3036, 2069, 2069, 1019, 2069, 2069, 2069, 1063, 1587, 2069, 1124, 2069, 2069, 2069, 2394, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 470, 2069, 1884, 2069, 2069, 2069, 2069, 2069, 1037, 2069, 2069, 2069, 2461, 680, 3153, 1560, 614, 458, 2943, 1768, 2196, 269, 715, 503, 715, 336, 715, 715, 715, 715, 2964, 779, 1021, 715, 715, 485, 1653, 829, 1458, 181, 501, 4448, 150, 583, 590, 3655, 606, 972, 1360, 1599, 524, 429, 808, 2296, 738, 1723, 3290, 1034, 1618, 218, 606, 3799, 950, 913, 2549, 1600, 1, 603, 749, 802, 2468, 3201, 3201, 2531, 1710, 3059, 3201, 3201, 3201, 4217, 3201, 3201, 848, 2017, 3201, 1101, 2187, 2032, 480, 2003, 3201, 1210, 214, 1001, 1623, 2200, 3857, 4530, 778, 1323, 2060, 144, 364, 762, 953, 1300, 5162, 515, 119, 1126, 1805, 771, null, 2306, 2306, 2306, 2315, 1047, 2306, 2306, 2306, 2306, 2306, 432, 1714, 2342, 590, 3305, 1815, 372, 2285, 676, 1624, 1857, 232, 1246, 2624, 3809, 1129, 426, 2730, 2179, 1744, 324, 3254, 2898, 932, 549, 593, 102, 1357, 1812, 441, 2732, 389, 1833, 1422, 1001, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 360, 1343, 230, 4166, 1343, 1912, 1504, 1343, 1504, 1504, 1343, 1343, 1504, 1343, 1504, 1343, 1343, 1343, 1343, 1343, 3339, 1504, 1504, 1504, 1343, 1343, 1343, 1343, 157, 1324, 1889, 2312, 2626, 550, 3643, 2658, 173, 1123, 129, 1122, 266, 2126, 88, 1180, 603, 2328, 675, 49, 690, 1213, 5469, 502, 2692, 1858, 2829, 3639, 249, 3342, 128, 306, 1108, 2537, 1091, 714, 845, 2748, 1963, 850, 1700, 429, 1046, 474, 745, 2094, 1490, 2463, 1030, 1571, 269, 2948, 2249, 1721, 2848, 607, 2507, 752, 3316, 3316, 3316, 3316, 3316, 3316, 2543, 3316, 3316, 952, 377, 1940, 98, 1493, 1564, 5572, 623, 1192, 5572, 5572, 2, 5572, 5572, 5572, 5572, 5572, 1982, 811, 818, 976, 1773, 976, 976, 2545, 976, 976, 976, 696, 976, 2007, 976, 608, 1305, 3718, 2452, 917, 3099, 3099, 1476, 961, 3099, 3099, 3099, 3099, 3099, 3099, 2650, 1986, 817, 515, 14, 1668, 1891, 1153, 3585, 2441, 2441, 1184, 2441, 2441, 2441, 1184, 2441, 2441, 2441, 1190, 1011, 606, 2413, 4501, 759, 746, 1606, 1041, 1841, 795, 337, 925, 3, 3504, 561, 2063, 2749, 977, 1750, 778, 4502, 466, 1790, 1478, 474, 565, 360, 1234, 360, 219, 1387, 811, 1214, 1099, 359, 12, 1479, 2816, 1983, 445, 2957, 2957, 2957, 2957, 2957, 2957, 2957, 2957, 3594, 895, 1773, 1773, 1773, 1773, 1773, 1773, 1773, 1773, 652, 1069, 2879, 2879, 2319, 664, 1654, 2629, 969, 369, 1056, 2224, 2557, 2941, 604, 896, 2654, 856, 2229, 2669, 1052, 196, 6501, 371, 425, 820, 2886, 1558, 1098, 2037, 520, 3181, 282, 3125, 1506, 2460, 1360, 623, 214, 546, 689, 546, 2235, 99, 2700, 338, 3011, 895, 103, 515, 3132, 3132, 3132, 3132, 3132, 3132, 3132, 3132, 2318, 4829, 171, 2068, 2068, 2068, 2068, 2068, 2068, 2068, 2212, 2068, 1450, 2573, 2573, 2573, 630, 2573, 3458, 2573, 2573, 2573, 2573, 456, 1326, 1081, 1690, 3394, 1728, 1049, 507, 1741, 286, 1370, 483, 1315, 2136, 2136, 1110, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 1342, 2038, 2768, 665, 228, 3616, 4204, 1276, 8544, 2651, 2304, 326, 5534, 679, 2992, 2170, 3131, 1990, 2924, 281, 5259, 5259, 4651, 5259, 5259, 5259, 5259, 5259, 5259, 1432, 2455, 4440, 3059, 158, 2832, 3999, 278, 1127, 205, 2088, 2088, 2088, 380, 2088, 2088, 2088, 2088, 2088, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 551, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 2962, 4188, 4188, 4188, 4188, 4188, 4188, 196, 84, 1422, 2675, 305, 2453, 2453, 2453, 1918, 2453, 2453, 2453, 2453, 2453, 1335, 2527, 2905, 1771, 2532, 1165, 2648, 1004, 205, 882, 4044, 594, 266, 215, 215, 215, 215, 215, 215, 215, 215, 1384, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 3294, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 646, 371, 1496, 510, 2269, 114, 4918, 5336, 1801, 2446, 1431, 1186, 1753, 3355, 3529, 482, 1336, 900, 699, 2130, 883, 3647, 1946, 1465, 5072, 972, 241, 1091, 1295, 1636, 844, 1548, 450, 1510, 2241, 1074, 2311, 713, 2685, 3134, 809, 1041, 276, 1313, 37, 3233, 3819, 3831, 1538, 2370, 715, 2939, 2187, 3035, 2700, 758, 1539, 2700, 2700, 2700, 2700, 2700, 2700, 2700, 516, 2287, 642, 585, 2010, 734, 2238, 869, 1136, 1739, 2432, 2724, 2724, 2724, 2724, 2724, 2724, 2724, 2724, 4989, 4989, 4989, 4989, 4989, 4989, 4989, 4989, 5572, 2471, 1644, 702, 710, 2247, 2059, 2237, 2237, 2237, 2237, 2237, 2237, 2237, 2237, 120, 1943, 575, 2726, 2726, 2726, 2726, 2726, 2726, 2726, 2726, 1345, 2306, 734, 344, 346, 3449, 1406, 4314, 1055, 722, 722, 722, 722, 722, 722, 722, 722, 866, 756, 4048, 601, 1024, 115, 365, 2628, 2628, 2628, 2628, 2628, 2628, 2628, 2628, 3376, 1364, 1168, 2436, 567, 13, 4933, 3042, 3175, 2536, 1437, 157, 767, 133, 594, 501, 1232, 1452, 1452, 1452, 1452, 1452, 1452, 1452, 1452, 1475, 278, 933, 657, 2669, 2611, 4640, 606, 2540, 1213, 5422, 5422, 5422, 5422, 5422, 5422, 5422, 5422, 855, 693, 441, 834, 4964, 4964, 4964, 4964, 4964, 4964, 4964, 4964, 1322, 292, 1871, 4463, 741, 358, 2892, 2617, 2434, 858, 1087, 1389, 4911, 4911, 4911, 4911, 4911, 4911, 4911, 4911, 4981, 2071, 1657, 904, 670, 2042, 2414, 3283, 870, 3605, 3145, 1497, 1744, 1863, 2633, 1335, 1773, 866, 866, 866, 866, 866, 866, 866, 866, 450, 1915, 1544, 602, 1498, 592, 1086, 1360, 3578, 3578, 3578, 3578, 3578, 3578, 3578, 3578, 1168, 702, 1097, 662, 1488, 2506, 908, 3274, 3059, 2602, 762, 258, 6456, 6456, 6456, 6456, 6456, 6456, 6456, 6456, 5686, 2211, 2211, 1522, 1188, 3509, 3509, 3509, 3509, 3509, 3509, 3509, 3509, 961, 939, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 1098, 2721, 2437, 1254, 94, 1932, 2255, 1771, 1316, 2298, 1498, 554, 1144, 1594, 1594, 1594, 1594, 1594, 1594, 1594, 1594, 2583, 3211, 3342, 3605, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1116, 3033, 691, 2230, 759, 2247, 2095, 2095, 2095, 2095, 2095, 2095, 2095, 2095, 1129 ], "xaxis": "x3", "yaxis": "y3" }, { "alignmentgroup": "True", "bingroup": "y", "hovertemplate": "Normalized Total Entropy=%{y}
count=%{x}", "legendgroup": "", "marker": { "color": "#0d0887" }, "name": "", "offsetgroup": "", "opacity": 0.5, "showlegend": false, "type": "histogram", "xaxis": "x2", "y": [ 0.07247609720805706, 0.13809771382396954, 0.10391231544004896, 0.05095259148094374, 0.08983868775496279, 0.15422711447579013, null, 0.01727788602250322, 0.01606484691446624, 0.01316257697678828, 0.09023066600962812, null, 0.11382107126799434, 0.17562605782008786, 0.4290645393944681, 0.0668754616040056, 0.06638384731655081, null, 0.016197737913638384, 0, 0, 0.24583132039345656, 0.31531577877580613, 0.010222031807024062, 0.15867146479815675, 0.005925190362310767, 0.1839104768025922, 0.01953190814162564, 0.04009190614970371, 0.07767304059325517, 0.039775087342996486, 0.05267291966732728, 0.05267291966732728, 0.03276165780019294, 0.24705008614974128, 0.05267291966732728, 0.05267291966732728, 0.05267291966732728, 0.05267291966732728, 0.05267291966732728, 0.02230426748858816, 0.12015770495976122, 0.04218827781713215, 0.0019836384350671124, 0.05267291966732728, 0.1977880792133597, 0.10018549956846032, 0.04863780269990948, 0.023354580621255058, 0.1795403401711541, 0.10274766420540037, 0.06382603732223496, 0.017688925078713367, 0.10494637956532026, 0.108992707679, 0.017301732671251218, 0.021652041005262537, 0.07663703203402995, 0.3003852885138511, 0.2924693157407672, 0.1510548344349398, 0.13127456853994865, 0.0042780735039009855, 0.00577105969761346, 0.0015664763522569558, 0.4851679251855717, 0.4678733882976635, 0.0027775681726295047, 0, 0.07839241066597305, 0.11084511905895374, 0.04180199794674257, 0.13041751922492573, 0.010025807243421662, 0, 0.06913717912253027, 0.3284045890401853, 0.020844904052078436, 0.19372531039726268, 0.26108643550338395, 0.3096525975750867, 0.1553869580484977, 0.035842146003539764, 0.31102015453035947, 0.0055437985969225955, 0.028539198554598657, 0.13942616809982566, 0.22755394344611005, 0, 0.03825050332948471, 0.01144201034456734, 0.34121138969786613, 0.09323903500175358, 0.11933072023299268, 0.13928454526701223, null, 0.09342949043575548, 0.35615497998312895, 0.09712322716638036, 0.0699313077207743, 0.3107272463849625, 0.1345399146589124, 0.05535288207051923, 0, 0.29601875699478863, 0.01891616661801343, 0.0027352740268182935, 0.05932943452492652, 0.2498582464836595, 0.1397803401238964, 0.005063064316688588, 0.1478609254012668, 0, 0.04687525600547536, 0.07374957533736927, 0.20239174723772904, 0.050173900389058355, 0.0008538783441294995, 0.07977219117793731, 0.13102164271243633, 0.07742621840361999, 0.05033709928598787, 0.06478740464911278, 0.11892849855426783, 0.2029032893178836, 0.1884122110807675, 0.1610826233088446, 0.2959560083829216, 0.15537631144722455, 0.2909046376814842, 0.21228808276949385, 0.24509354179087064, 0.07905045088538215, 0.122772617272401, 0.12515548463555773, 0.11066722518570772, 0.04881349896630835, 0.1523758293850676, 0.18247005250638976, 0.0708254636849763, 0.2612796872684704, 0.23073481656193703, 0.281634195112827, 0.17740491605845923, 0.3805130455218017, 0.34851452266237787, 0.2803198479476655, 0.14184031879864484, 0.047539761411361015, 0.17682089557399197, 0.14083364169715248, 0.03095872872568843, 0.12613579397599411, 0.01774144345855586, 0, 0.2475319271489248, 0.006116985446028743, 0.05801237308742958, 0.07542031795041687, 0, 0.04034261728532815, 0.20972982646054816, 0.010446086438269747, 0.08514147297349876, 0.1850412407093536, 0.08347796232452331, 0.003954883906688445, 0.07378559391468417, 0.04218409670668434, 0.00486000962547618, 0.023057175483619928, 0.04710395421780708, 0.020021407825316376, 0.02144392372534007, 0.17388027992590915, 0.017307533010898143, 0.04082095999243305, 0.12355112923704636, 0.034491162801790994, 0.1952918093702323, 0.1897879771361367, 0.009350257012488927, 0.004091225561239857, 0.2846050011061389, 0.06627656133242987, 0.004771853337104759, 0.1725016102221276, 0.002204064072142282, 0.0167659200700038, 0.03489573381401105, 0.0006560222741052174, 0.5175666647479852, 0.08696070850253144, 0.19160779904965464, 0.20981536459373432, 0.00749353346638663, 0.09440294141112666, 0.09440294141112666, 0.09440294141112666, 0.09440294141112666, 0.09565175781443452, 0.1622175023656375, 0.05210747012087472, 0.4056390622295664, 0.04827877496353451, 0.054105866274446066, 0.08275210964376505, 0.0991946577555697, 0.16713406628089691, 0, 0.08222538354224322, 0, 0.07768244095148354, 0.15825964734738157, 0.16503186402368536, 0.17353725533754186, 0.12611421420810365, 0.10144309449292337, 0.06903061506706328, 0.1767500767798423, 0, 0.06467017257339823, 0.003595710571110067, 0.09060224452457706, 0.07537645022042175, 0, 0.01837677002189579, 0.08334667145345404, 0.411689162017092, 0.226283694103794, 0, 0, 0, 0.23970105448319537, 0.22334648781137365, 0.08177021137342529, 0, 0, 0.19537396094731035, 0.05572125867620188, 0.18541518494263712, 0.047305963655722, 0.21983586695953017, 0.0037536363972240543, 0.16032088039663878, 0.07207873859177823, 0, 0.3096910973393819, 0.2410972033327528, 0.060344263152896406, 0.04359543739486279, 0.05177234558070068, 0.017901976442365863, 0.02591929449595562, 0.01436528152548558, 0, 0, 0.25956890447959124, 0.07305103996026785, 0.13773014596137206, 0.0962888132531916, 0.010503837110921838, 0.2965838264315506, 0.05901503648547382, 0.07059638290303684, 0.11923826352321153, 0.0853710274994879, 0.08842358856238275, 0.07091665199058972, 0.018952064463340936, 0.018481616091470327, 0.02417182007460034, 0.08511833422545292, null, 0.01223221253301686, 0.10065364791967588, 0.06892166960339707, 0.3685164729373831, 0.0709328434552091, 0.017402492458003422, 0, 0.06131393526013312, 0.08422275428676815, 0.27746866303580897, 0, 0.020715332864942648, null, null, 0.19991614195771415, 0.0080609846818577, 0.018593958196037444, 0.1199764273824476, 0.1737081035907031, 0.03706026514119453, 0.0866593010818522, 0.014967365538105798, null, 0.2511476265469379, 0.015262672691546218, 0.018802484782990465, 0.02026765390035502, 0.01855317905015055, 0.19046534271649093, 0.052383367991702685, 0.3058296111238767, 0.2017069848565385, 0.007961888352180174, 0.03652507019688553, 0.1270242325217093, 0.18880241443274348, 0.2341396947519548, 0, 0.25981163614106617, 0.022981465447697625, 0.046029781047340394, 0.022912124022011662, 0.1486944536787761, 0.10642182406892228, 0.09800736404954127, 0.3321555554589704, 0.007761491573922687, 0.1283947648261963, 0.057753197731976784, 0.06653339541189014, 0.2363195290190732, 0.03298007598594629, 0, 0.16126249957125732, null, 0.08540356491796106, 0.06385735835331345, 0.09966762745625173, null, 0.19996340256160097, 0.03569113369841504, 0.007638421094498507, 0.03879157480707735, 0.00003676700743156716, 0.013313065175814164, 0.02723201851135594, 0.0432762719153288, 0.4832439787014365, 0.08019422588335143, 0.010980857647104748, 0.1712912108879192, 0.0535326578974948, 0.02132048351753063, 0.16124454197639712, 0.05001824640408813, 0.1381030669345103, 0.007828451425860328, 0.04604547742336122, 0.2306604403397572, 0.10757694763731614, 0, 0.002332081966627012, 0.19400963511099328, 0.08755713948335715, 0.0632558772564344, 0.03001068483254636, 0.17814258721723722, 0.16711013930191834, 0.321866060853868, 0.04829736506634984, 0.2207115545129333, 0.0071089107770660916, 0.0302880861464788, 0.34695069432425174, 0.04022236782768005, 0.07955084571776454, 0.040272994856268694, 0.1598025462890286, 0.04412204330884277, 0.0013618358774259204, 0.15106863971614093, 0.017019653006195918, 0.04982061275275301, 0.09503342327734116, 0.20127235402311328, 0.27083190863604145, 0.23788575789858113, 0.050314903453905616, 0.1505175929855498, 0.3968287317030824, 0.09440294141112666, 0.09440294141112666, 0.09440294141112666, 0.09440294141112666, 0.026926918906583015, 0, 0.07525360310435705, 0.3870296280106067, 0.030348277696126556, 0.12407772604355534, 0, 0.3068937308598714, 0.20975985056831176, 0.0006993006993006993, 0.01537107752728712, 0.12500267548124458, 0.014632584721117016, 0.03530931199918981, 0.08993987820429385, 0.04790833008916108, 0.1487361244596448, 0.49906708875205585, 0.014237081963557852, 0.010576680213173172, 0.09725230044448348, 0.26430738353331007, 0.033632785011096816, 0.038030876868569576, 0.056824648408991416, 0.09818941194820976, 0.1039639292469598, 0.28613777980392946, 0.12038262132783643, 0.29414055920678706, null, 0.07585644119473461, 0.16138078506609008, 0.04090279722992397, 0.12271679423850088, 0.21751994998352409, 0.26723187627557815, 0, 0.021464912029247607, 0.02657910443751078, 0.1338197510876224, 0.06523404301660057, 0.13785190293040084, 0.24946882318567157, null, 0, 0.07983122862317685, null, 0.007798576365601832, 0.0015096848321916425, 0.32863648923422323, 0.3286205923999921, 0.033247210014378574, 0.018082680170773135, 0.1655481092476478, null, 0.06426929964744627, 0.11872180756472148, null, 0.1071008510757398, 0.3009880254646001, 0.043305454890311054, 0.3896026848723401, null, 0.04508251979051867, 0.0556319298485298, null, 0.035393733896322145, 0.13325331974089746, 0.044365346416405986, 0.0025751466898154517, 0.04287312390779952, 0.04949434173879947, 0.17093218166968802, 0.10600839015316622, 0.2540015258537711, 0.15905169240336997, null, 0.05120292923078737, 0.14455165573832002, 0.07262824642322376, 0.10782798389401636, 0.05064816999054608, 0.01086356225109786, 0.05621577339734535, 0.0005975981590153635, 0.07420386173928456, 0.1829758915065823, 0.006185554023302156, 0.16233332365896658, 0.3666063795729903, 0.01951227023623019, 0.08018088352564613, 0.010928035832710363, 0.03465408262613505, 0.0426549511293763, 0.0031499401533306545, 0.16565642369773426, 0.2466626382827219, 0, 0.06748277814345603, 0.2954570692956397, 0.2451114281752549, 0.10733733751280164, 0.04351757967574494, 0, 0.3605729826260823, 0.10036473346097446, 0.20441196217315707, 0.08826053105270706, 0.04504193619576593, 0.22952532766068015, 0, 0.11744827822495556, 0.06530822358768922, 0, 0.25348247126519263, 0.24624007528120267, 0.0005420032647926821, 0.14061416278150063, 0.05051495280067638, 0.34478280815975976, 0.02064867734758154, 0.07566774155244876, 0.058383914211845474, 0.02167574604594884, 0.05554336120383037, 0, 0.10989921619046712, 0.028479956115190507, 0.006911135135191454, 0.20172108469053252, 0, 0.05180966962324899, 0.14803977349726663, 0.06477011331039287, 0.058567327315691795, 0.21415278396952864, 0.16592142061764062, 0.1351787984671136, 0.23185715010946856, 0, 0.030276871032627883, null, 0.11832649077474292, 0.10942113758927192, 0.1957386389925631, 0.0655970286680751, 0.1380191547881884, 0.03778182870564852, 0.024965267819709244, 0.07297058291793379, 0.10203300724777552, 0.0023624814140869757, 0.31113021487234876, 0.08839863478529701, 0.10121729020075115, 0.06063944984312386, 0.016306279091108905, 0.16473217331692308, 0.0030096999633262077, 0.16686102917339446, 0.057624106708440544, 0.09697035636854272, 0.1741761395028143, 0.03985872197085749, 0.1471014223794377, 0.1501618775562714, 0.25164159367426336, 0.1091684686071468, 0, 0.11361883306639256, 0.10302216757237775, 0.003184105173950808, 0.003964183188105288, 0.418013678865553, 0.0667662053591702, 0.298357949746506, 0.1984971444153545, 0.11375734533384102, 0.01796089850076842, 0.07890081891310392, 0.04072469773777898, 0.28592872806311187, 0.12164782970336592, 0.125019266654129, 0.07868866169997633, 0.05382408871439055, 0.02179731256926869, 0.03781538240106669, 0.10576199664503108, 0.030018203747391017, 0.08352391403797471, 0.24895142129163575, 0.13748818744152608, 0.07952031576026075, 0.009288016247716748, 0.04119842983611213, 0.27382426502872714, 0.02871020486294094, 0.19084240773058836, 0, 0.0384639667535228, 0.025201369823753404, 0.07987693925954222, 0.017697283346020633, 0, 0.006797170531419852, 0.12691051960125202, 0.1631379862199896, 0.04706789037484518, 0.12627340594159134, 0.047311030457093735, 0.07692641435674306, 0.26985033950550646, 0.16005683119305938, 0.10266963106965606, 0.08607806713956988, 0, 0.013126015474774875, 0.044269604669319465, 0, 0.14926634760072074, 0.05946331063396061, 0.32611885497055304, 0.12557527841380237, 0.07992320679195027, 0.23616081656869956, 0.0986201800786518, 0.008031467401374014, 0.11022154600406764, 0.07088451426622584, 0.29839242322685594, 0.10226594101111332, 0, 0.19287381574515797, 0.008077439601214868, 0.014282428834459572, 0.008820351270540804, 0, 0, 0.08002032055768565, 0.04020811611929197, 0.05760247568789534, 0.4402410118609203, 0.26849749373887555, 0.01919499549979487, 0.015354983440034194, 0.06627392519019237, 0.000617684874171389, 0.010119067098721098, 0.04551292851712298, 0.09408195658342088, 0.20154999600096596, 0, 0.2311378285549507, 0.007762214697858735, 0.08530669810715236, 0.008093516099935926, 0.14291126957847114, null, 0.08995594436180275, 0.12325742537895136, 0.20627692167702, 0.21040805827073644, 0.0623127528130048, 0.16195658976495486, 0.0571477272588212, 0.1295683318625703, 0.009692737615367337, null, 0.016853952413575922, 0.0003363090152098041, 0.0001991192022571968, 0.30897187204231147, 0.1720045678143897, 0.192464726047078, 0.08402432852892557, 0.04332781429926715, 0.17769918190738787, 0.10750995095238863, 0.05152911214204969, 0.002703630701235325, 0.02910442186510892, 0, 0.013527802236299045, 0.0007744165403278295, 0.3795557721274553, 0.13139136016956376, 0.5137800073303841, 0.17940797563191685, 0.13812466554576594, 0.07873544395948082, 0.16223640848833432, 0.06920135319433304, 0.13738205142198404, 0.04823749850873551, 0.005647075772227786, 0.09563072092421934, 0.07946977711256951, 0.003577266109571905, 0, 0.07564200378898499, 0.07388106615807055, null, 0.10063585442381406, null, 0.11732848755284292, 0.029115280799207013, 0.041566637716557296, 0.04777694144674282, null, 0.11472244150085568, null, 0.008388787137359716, 0.10976013976762142, 0.017000582475705076, 0.1010759362803581, null, 0, 0.26492763005094416, 0.2456260711933229, 0, 0.06684650202012793, 0, null, 0.1091883627874593, 0.018138538329611938, 0.02119836808219636, 0.09520091214093236, 0.135723788678727, 0.02025127494603115, null, 0.30309758638865664, 0.20247012919783133, 0.014746612635530103, 0, 0.016871368905502535, 0.06893904612680378, 0.016016751426434283, 0.0008291647080233891, 0.15603786882424117, 0.09570686369562696, 0.1534922799369217, 0, 0.05391266336171931, null, 0.28585899274053056, 0.016719288297728715, 0.27703041735627937, 0.38120643123175674, 0.12363274904743136, 0.003767720115155382, 0.0018322824279198289, 0.01630855654091103, 0.11204110634289705, 0.19987983371918036, null, null, 0.036154116710598906, 0.33652223439960127, 0.14793019637028432, 0.05814454223505703, 0, 0, 0.1550331044764407, 0, 0.288707893799542, 0.16888121516463833, 0, 0.151404218946213, 0.22085554440069877, 0.08441752559636186, 0.02051416519838108, 0.11842894889892316, 0.06704666070879184, 0.230281597493122, 0.10434821344740748, 0.2152897633084437, 0.10492680580743882, 0.023414608655209345, 0.09762610683177927, 0.06529294395283594, 0.042401491685281845, 0, 0.17972928751354825, 0.02461430823699223, 0.004808281267046572, 0.112062833809021, 0.1285909126998983, 0.1431681649406618, 0.0937973607491614, 0.10471313964456536, 0.2768804521524147, 0.0741212432282406, 0.03478240868216867, 0.12330293836666158, 0, 0.18434105958183253, 0.003010693132242469, 0.496943342871996, 0.0038838129178967217, 0.1410400084417273, 0.06547175828873592, 0.002233443980897863, 0.21233190520766904, 0.23907764542628324, 0.08202513956781157, null, 0.029381118459652217, 0.1290157760465974, 0.010708114268617074, 0.18225997493053747, 0.00004986789475734226, 0.21484265894054788, null, 0.06179977657907432, 0.02002118029775312, 0.0662104997918717, 0, 0.1142900290942452, 0.00004986789475734226, 0.00004986789475734226, 0, 0.05305283920180215, 0.1416340314059907, 0.031211404284873755, 0.1355953754657176, 0.08702596067959836, 0.016012821696228228, 0.02333864484554259, 0.4463115066925493, null, 0.09172043137596676, 0.22288118210266328, 0.010031695675214367, 0.08999576680379673, 0.101935181421098, 0.05515268739929821, 0.12425530947528596, 0.08420216291424491, 0.028192116206510923, 0.14651832396287737, 0.08211777278109378, 0.0030980318884116635, 0.00004986789475734226, 0.206866875546762, 0.1214330096048708, 0.23963195317550984, 0.10181427053958687, 0.07540631117643092, 0.012049482102188216, 0.20118728979680675, 0.07787159910540944, 0.11281017605769028, 0.05425919103083862, 0.046800626269415085, 0.0665818489172452, 0.13051548995198686, 0.3402850648364498, 0.006029940797365743, 0.01990519614577475, 0.07167542025660664, 0, 0.01950565802453245, 0.05999502999704521, 0.13051548995198686, 0.24464201474556915, 0.231136709095642, 0.02175441357471774, 0.042401491685281845, 0.002060805531688309, null, 0, 0.14835367387059695, 0.030541391187052968, 0.05699286152425539, 0.042909106080158, 0.025341372770027, 0.002269953255960699, 0.2674889588293935, 0.10835989422904456, 0.09732776797688798, 0.07741273536255155, 0.03029169369904539, 0.007064678622604399, 0.07219365020990998, 0.03438854064293586, 0.011378797359656006, 0.041683437398911526, 0.34074986165571347, 0.2986427248475613, 0.04106168215577301, 0.042401491685281845, 0.13134996538249877, 0.2557074383278819, 0.042401491685281845, 0.3518989231255265, 0.1122408374118082, 0.042401491685281845, 0.0010138124316609615, 0.003353440113354633, 0.027224876391756626, 0.08359241605557782, 0.09938403060346658, 0.13670592375437737, 0.06138189622838551, 0.03838653491136287, 0.08727034966672514, 0.042401491685281845, 0.15286267165170792, 0.12617130540610136, 0.4093061389096608, 0.01145874134356893, 0.13051548995198686, 0.042401491685281845, null, 0.055067036357463295, 0.06434476766293767, 0.13051548995198686, 0.042401491685281845, 0.025300333480165277, 0.026006450745092263, 0.05810241937205435, 0.4295676781028572, 0.143689120972125, 0.02284662648857995, 0.10269951287589904, 0.007749840920068197, null, 0.011306647076395074, 0.05415474637993372, 0.14644509242019546, 0.01752217503176808, 0.13051548995198686, 0.04444587383684573, 0.10007603963392232, 0.001332746197511705, 0.24064269829578744, 0.030482130387035258, 0.14002451671290986, 0.21824903580058969, 0, 0.16706943061565288, 0.2715224457109181, 0.1908979810650308, 0.34132731967158136, 0.0245333217697386, 0.004364911316560439, 0.32501121082417705, 0.16965393392545206, 0.227198136201452, 0.32129365718173136, 0.07208435143052314, 0.3516689112028095, 0.022866250989744888, 0.05373201398179979, 0.13051548995198686, 0.06269533630851144, 0.06740646305935231, 0, 0.07327846236124284, 0.13051548995198686, 0.08555428102712699, 0.17116529614852743, 0.192872513682556, 0.15886364611774156, 0.20235400530996103, 0.03876806926174993, null, 0.03284713567294975, 0.12044957753040449, 0.31002255862748157, 0.018392834583672305, null, 0.16287393402107725, 0.31086642850329715, 0.0885326808921397, 0.0948684586773368, 0.03286410435751933, 0.1467592823653303, 0.017026191176651866, 0.007605637034054465, 0.30683431515470083, 0.3822309070854422, null, 0.2924725196180471, 0.08758238775923864, 0.13131393242667283, 0.019059857895930527, 0.12816752700898232, 0.03324996172637847, 0.1600887578736745, 0.10802821030652728, 0.21073766342813072, 0.0021921886318531005, 0.29819998882825616, 0, 0.06724659895524941, 0.26047672072124844, 0.34610203279332274, 0.05804065199651048, 0.07336816813804375, 0.08537523892501142, 0.08240762248774616, 0.05156593807834569, 0.08435248231031667, 0.4404461806346351, null, 0.07590791659241111, 0.016620613311469638, 0.007804874729086555, 0.02760347495497664, 0.0004109276332410524, 0.015404784116761211, 0.2160527194280077, 0.3331123761171815, 0.14493580534477615, 0.03611161126546026, 0.05862444919866015, 0.16829375158219437, 0.11569224309222, 0.0022532371210188954, 0.08051964671043392, 0, 0.1747603182058998, 0.07859280674699502, 0.11454041552813958, 0.05289404247371163, 0.2549005377999911, 0.00004986789475734226, 0.04527836794696837, 0.00004986789475734226, 0.1006912047319581, 0.00004986789475734226, 0.00004986789475734226, 0.17475448206077793, 0.37479980668522345, 0.13753905115405377, 0.0719490274409601, 0.4202438542773, 0.12832334522668631, 0.12584841254995574, 0.3719171995355228, 0.12369291865404504, 0.10254515231974286, 0.13051548995198686, 0.1587484641790652, 0.006998760647672995, 0, 0.2231310244979115, 0.12149707016889896, 0.032439180635014296, 0.02058422703338844, 0.16864351629324795, 0.2625060912291453, 0.33712316374366136, 0.028742551624213734, 0.09984070927966586, 0.0946774538468954, 0.005553117998565461, 0.03866890209124388, 0.020690876041121693, 0.0008806383154733796, 0.2570099434678849, 0.10181081168283454, 0.2571508563894946, 0.14510555124491709, 0.22098882862482044, 0.03755468861302362, 0.01232462590281058, 0.40185796189170625, 0.02398533888448853, 0.15837791265709103, 0.17889727561820343, 0.004074900890671067, 0.04501161659363921, 0.011966543883145529, 0.06142286131942008, 0.005797654073248534, 0.26718572759908576, 0.004090033475497949, 0.4047062779196805, null, 0.0009530081129272223, 0.1939476755803599, 0.160170857641404, 0.06194104621476158, 0.1966787746937109, 0.035957545035826176, 0.21939514685418465, 0.06930970903087087, 0.04039405562952832, 0.03418174687276802, 0.041361923140679234, 0, 0.06393347928633086, 0.3476910958998622, 0.13606748794083262, 0.1609775849068111, 0.11026376530246414, 0.27354756372742794, 0.14721352499647142, 0.07975611337079366, 0.1238975149360801, 0.19638128220504592, 0.013155398176395869, 0.0697631258866804, 0, 0.0964005283123683, 0.012776996807101293, 0.0528897147903211, 0.053370532200496555, 0.06988116202402826, 0.005388744048584867, 0.11502403278123306, 0.2374199135358007, 0.03824178198774315, 0.03400235084983318, 0.02267123333750464, 0.033483214008823474, 0.16189929989937168, 0.2000248587368665, 0.0021142328823379286, 0, 0.005773906080594519, 0.251492059204084, 0.2756893012280276, 0.021482291779887804, 0.15169608605373144, 0.15169608605373144, 0.15169608605373144, 0.1487361244596448, 0.3015694503569842, 0.08992823581634987, 0.2649618428090273, 0.1357823106990169, 0.06040774885690537, 0.26501370812701314, 0.13650099026943857, 0.12633940726158618, 0.1025760126629436, 0.15169608605373144, 0.11467936187858407, null, 0.2036259017245645, 0.0009702805875365692, 0.2566020569581541, 0.132449075049645, 0.17188726055717066, 0.023563022235131865, 0.10153723826185589, 0.07776538265215985, 0.0794434901473302, 0, 0.03968895545366672, null, 0.21932854333830407, 0.34922319652198247, 0.06616164474529038, 0.24369148024743337, 0.11793739454915812, 0, 0.032987205390542756, 0.29460774978527937, 0.017225350978313587, 0, 0.0025180451990614726, 0.22063999772346193, 0.018252289190755656, 0.0745644071362282, 0.15548522430698808, 0.031563499309137995, 0.3060986113514965, 0.012080998619031051, 0, 0.15274634323930972, 0.3160459185804688, 0, 0.15658686828811394, 0.08444407773766775, 0.22971023697077397, 0.0003378158156698977, 0.0554052208101972, 0.0554052208101972, 0.0554052208101972, 0.18404697807045228, 0.0554052208101972, 0, 0.3934943091005543, 0.01589287383722698, 0.1487361244596448, 0.09768294447884698, 0, 0.03630769328297022, 0.08183302393494116, 0.15631770082064134, 0.06697713723934559, 0.1122966378851985, 0.3623202443452657, 0.014558340540076929, 0.02452414367070035, 0.20206051844301512, 0.1011641980198823, 0.05120972970977775, 0.2712923820696528, 0.01427163669035642, 0.008647196019849236, 0.06224234023679871, 0.2666049196398481, 0.026032103311712157, 0.08897857946208206, 0.04619663375835148, 0.19651835711254984, 0, 0.08295421501448494, 0.0592013376652983, 0.02500986734437298, 0.0013419959825908894, 0, 0.0493707437663704, 0.1807048974763049, 0.030027041397858355, 0, 0.1867809634456963, 0.19633298970741989, 0.022154196648647175, 0.019121025989388536, 0.03690144400551117, 0.12857564425380183, 0.023406434028575916, 0.17951790422189082, 0, 0.16794155713838693, 0.1099367933670596, 0, 0.016212262376493487, 0.06441943315746772, 0.10408371824057944, 0.03453910216026736, 0.30283082582169873, 0.02584571225399609, 0.2726234345021425, 0.03047244563007995, 0.04698549372653243, 0.02847914933892439, 0.010231310976537103, 0.10605362724365874, 0.2793146867260996, 0.08062416091565046, 0.010413201854646382, 0.03926910163420014, 0.009368007487107897, 0.2279857383472042, 0, 0.04698549372653243, 0.04698549372653243, 0.010231310976537103, 0.010231310976537103, 0.04698549372653243, 0.010231310976537103, 0.021870188635966147, 0.13482267381686966, 0.2572848767180653, 0.14937267331247953, 0.08057709413631207, 0.47140367424773505, 0.1965447274315817, 0.043481248077232, 0.02020907369058209, 0.0699246750973356, 0.15169608605373144, 0.027882665483920887, 0.08946714594634525, 0, 0, 0.04151983010823158, 0.05240585932943963, 0.2787460068917669, 0.05725897074317451, 0.15169608605373144, 0.15169608605373144, 0.15169608605373144, 0.07585928608902333, 0.18671580550142297, null, 0.042401312129112086, 0.03304301472952939, 0.4992545494588161, 0, 0.010517153791092292, 0.06582281287909544, 0.12257735808214332, 0.05441914668857759, 0.01312604998033473, 0.009819914764396816, 0.3603852665768059, 0.010204347722482852, 0.011863284928763283, 0.08888346345926204, 0.1646683952897031, 0.1893199847437072, 0.3688669402024547, 0.2652037288896385, null, 0.029514367740333503, 0.06913382019520707, 0.019498396417035414, 0.2151748192442059, 0.03709572500207331, 0.06545617441384326, 0.0966199917207366, 0.20603233709642696, 0.09836225837052666, 0, 0.2269239732760684, 0.21261269782117265, 0.15622220782195573, 0.07892404494357179, null, 0.005007919871932159, 0.13392858058388665, 0, 0.17460660618519183, 0.11030878013756076, 0.13369735258434248, 0.15500946357883985, 0.2440204289185723, 0.07357045777325409, 0.016703591009797982, 0.28568920382272023, 0.1309048084720456, 0.08196786527171361, 0.014548304816371123, 0.4394547261869209, 0.13043156708280246, 0.12897810765364706, 0.26914490033233396, 0.001672329815090203, 0.002885802546495862, 0.02770374722327916, 0.08286917141411208, 0.13185483241823165, 0.03268847459763711, 0.006920376125178692, 0.010970973993299871, 0.33434381225588206, 0.005328343318744277, 0.06205324317337589, 0.12066468700031811, 0.11502564821496408, 0.18032554381923488, 0.04738914479742989, 0.04515220956583619, 0.12290436393499396, 0.0350625830651531, 0, 0.07579452877554724, 0.16896397713724867, 0.14126365681872038, 0.16291455123094695, 0.2116651659801414, 0.01999412169286952, 0.02732530304796006, 0.025154809294560484, 0.0008754424395621338, 0.0008754424395621338, 0.0008754424395621338, 0.0008754424395621338, 0.13308188888236352, 0.1886083646975795, 0.23776824895250623, 0.0519207482388861, 0.11744547230493305, 0.09987857486858544, 0.3773083509084578, 0.1093183486252292, 0.03887899245937484, 0.019643375933851903, 0.1445513281233681, 0.06673153551336002, 0.0016332007382589644, 0.0015696587113916175, 0.02894801110601633, 0.0036144251787138433, 0.03902375847235774, 0.05179702689365096, 0.03902375847235774, 0.04958141836994768, 0.0008868947385707789, 0.06583156929544581, 0.1894483929490763, 0.006695893987558675, 0.05674625135663257, 0.1668124578951082, 0.018259732539720405, 0.06733285371479704, 0.20718439020421583, 0.22190684994107532, 0.2080410822706597, 0.07112991474191527, 0.08480349349607412, 0.17428016075048575, 0.016481894774115803, 0.0642189993720535, 0.04764771942017982, 0.10688285333968917, 0.04194164838277577, 0.07904424929997618, 0.09046319583603706, 0.03902375847235774, 0.03902375847235774, 0, 0.0008324615352873398, 0.3609804000853859, 0, 0.0841178914329468, 0.13691074415943694, 0.24834537221803615, 0.006173560980814089, 0.10648262296883096, 0.06878572471568617, 0.2383842849312108, 0.28883045445794175, 0.08436674323446536, 0.08436674323446536, 0.08436674323446536, 0.08436674323446536, 0.20924396454630936, 0, 0.0018147509807050711, 0.01628355806225611, 0.056754202550445915, 0, 0, 0.0827289220617583, 0.017953210714090916, 0.017758598366764602, 0.06518982789081484, 0.054371925224743566, 0.3052480633568658, 0.028367702075257142, 0.19296321940954017, 0.04058165686343918, 0.07473558108688712, 0.07185507413008513, 0, 0.0004030895732581159, 0.10149537884409578, 0.2625833297566265, 0.1514994562150376, 0.04188594190228902, 0.1866654281189056, 0.10281169087686104, 0.09902187301319258, 0.1645227267456162, 0.18329505901386628, 0.1566802362853657, 0.03218339588315924, 0.14732283845149052, 0.385490058073338, 0.007630419036485622, 0.12190912896510936, 0, 0.30555593494869193, 0.06155709261892506, 0.006948351690900072, 0.07588085036970972, 0.01123835874548427, 0.1578617382223536, 0.04442092644255423, 0.18353572744816932, 0.03021340503060205, 0.1141816406326341, 0.007632848120314331, 0.09923574523722252, 0.028034064286464364, 0.0038244421579919662, 0.24667920582048977, 0.25216322446763645, 0.1340552721309303, 0.0545914434798622, 0.13813033658108476, 0.102368016821733, 0.06738216080336781, 0.004119444252878171, null, 0.0013253445341260444, 0.04543592049228165, 0.013163597690176464, 0.0514105388590882, 0.05166506535514933, 0.046592193400576576, 0.0151899424452909, 0, 0.2121206029669811, 0.4858038663733305, 0.09642452828453044, 0.019769072886306836, 0.008206561743542031, 0.05689291865702968, 0.04800795303298256, 0.14984123013390882, 0.044588102017131086, 0.08046932462987767, 0.31947934222226193, 0.09084113567650176, 0.34330802842905106, 0.06858563419849077, 0.3384006546808576, 0, 0.1823014378809343, 0.25121362162674465, 0.0634173838452205, 0.2377468702677349, 0.08840660337347726, 0.0069186496530134105, 0.10953096060718594, 0.05594279615839471, null, 0, null, 0.21362762127317403, 0.19483093473982804, 0, 0.37402420313199, 0.02857418468039303, 0.04489378106279331, 0, null, 0.02899920435249379, 0.001813308275477472, 0.1560126114332932, 0.06073931299126752, 0.1594038900144012, 0.055483703216471, 0.20948588557999, 0.05636674659975369, 0.04888058421206902, 0.4448930470171982, 0.34605965779111597, null, 0.2311393169717445, 0.13949481680790496, 0.3634127361423584, 0.08436674323446536, null, 0.08436674323446536, 0.08436674323446536, 0.1684650014716509, 0.31639929161566305, 0.12648552744218733, 0.4854752972273343, 0.4248755686266487, 0.18197707984154743, 0.02172113906003896, 0, 0.08621271697838032, 0, 0.16810335338282384, 0.0784604376859593, 0.06269611390412133, 0.1987393433299843, 0.12273268339057072, 0.08436674323446536, 0.08384981967831719, 0.06364733548331811, 0.11316371665598908, 0.283025212446163, 0.05922135228545437, 0.11123624197213076, 0.08448051587882993, 0.06942451055093693, 0.03483173143637539, 0.3179344113576336, 0.13147990135304577, 0.05621163557042472, 0.16662573506865966, 0, 0.1785793917775482, 0.07443238572586429, 0.0730917261051768, 0.038273745122199526, 0.1389361870617243, 0.07312169407944599, 0.00956589959639994, 0.14965616644635202, 0.1126745875736685, 0, 0.090494142700321, 0.07186265072122151, 0.001863644680008326, 0.027213543134248, 0.09223451740972027, 0.02812917299179731, 0.004714040153786424, 0.04976980704224775, 0, 0.05749906245896208, 0.01851582163804997, 0.014160937777786872, 0.0755455125923311, 0.027213543134248, 0.1466925951010776, 0.5, 0.027213543134248, 0.10085280630735236, 0.03641240969297444, 0.027213543134248, 0.25850439187373525, 0.13245806336355337, 0.09511683737686367, 0.024592950976804147, 0.1293112332218394, 0.017514817819180913, 0.0144904093140426, 0.0378858822700932, 0.06955500667031915, 0.019592981626192146, 0.03902375847235774, 0.14805263064851376, 0.07735802295676587, 0.06695011542356057, 0.055059880838683205, 0.003532182634207895, 0.08576308934858878, 0.05307865723284613, 0.015604747926126874, 0.04597809725794611, 0.21217388788902997, 0.14343356559105985, 0.07285045423981898, 0.10223392198841416, 0.2195645637921508, 0.3740440528900766, 0.13047031127857597, 0.056351696965535186, 0.2195645637921508, 0.33279855579654904, 0.3364753593731318, 0.2195645637921508, 0.02236686262003444, 0.043646773971404464, 0.0008754424395621338, 0.0008754424395621338, 0.0008754424395621338, 0.37294829058034, 0.019345935407539466, 0.0278811740861155, 0, 0.045747806850697105, 0.06164684191643683, 0.03902375847235774, 0.08802459296648625, 0.03572853783260919, 0.20605979142221845, 0.03132874780309235, 0.03902375847235774, 0.03902375847235774, 0.011943534361969248, 0.3827710329936849, 0.12378955620773414, 0.02649836493736334, 0.14516458906173085, 0.06494096959211225, 0.03423072127105668, 0.18070842518151553, 0.06729996599108225, 0.0008754424395621338, 0.06437570571655174, 0, 0.02074058158317752, 0, 0.009622580790146863, 0.05056587310498129, 0, 0.08870233185096488, 0.05486373615542657, 0.05494352690314387, 0.01982149905321182, 0.1264286946194652, 0.049760737421429696, 0.0467827314885387, 0.022350092326948803, 0.03068318447165527, 0.09166379276025016, 0.07958336316206738, 0.04634670405689662, 0.04108983596247085, 0.008790484943666148, 0.04806497089184087, 0.17902039242123607, 0.03456459002530678, 0.04398485361002599, 0.011754835622493886, 0.24232569903517215, 0.05578653457885415, 0.003449986384763717, 0.48061830236143793, 0.2742379566228321, 0.07072884841970276, 0.06749564405295216, 0.13913950165453867, 0.14533314788955615, 0, 0.19841052608290805, 0.07488394361770445, 0.009176055347313654, 0.1810544512008691, 0.3195706276590439, 0.0387703224834021, 0.0935523818292112, 0.04325662596279353, 0.17081347681825929, 0.10037098570020415, 0.1238768990764726, 0.07380387184856468, 0.05392988354472631, null, 0.002791106393177845, 0.11711773320316007, 0.13610614022797315, 0.00791910282959793, 0.29583638929116374, 0.031009780056747656, 0.18296767057167804, 0, 0.13634378869838584, 0, 0.1286170995036532, null, 0.19310402354503312, 0.001593587237155552, 0.02177580878514622, 0.00017134654772886214, 0.08764673504802087, 0.006145009520193389, 0.033588942743730234, 0.0912529681962703, 0.012847375747502877, 0.12901777493595568, 0.06033846531092415, 0.1378952635118326, 0.001622536586474076, 0.017512364499729295, 0.08332172769351738, 0.09316094677330096, 0.030939895081201943, 0.17114667468199507, 0.01621662167754879, 0.001593587237155552, 0.01431086161336182, 0.1999767621104201, null, 0.01064975112702672, 0.26523771651185823, 0.011888338266863151, 0.1003822533002702, 0, 0.0932744523449464, 0.17941920364728486, 0.2118124894730723, 0.003308058674556521, 0.23020855367740573, 0.2869584354614601, 0.2087992549383919, null, 0.009602802274242372, 0.18120964846480916, null, 0.16363457883127278, null, 0.1320231032219189, 0.19131252421781944, 0.007492301581019572, 0.03689306755679969, 0.2672879379872846, 0.2410905994497003, 0.027213543134248, 0.3388189728568299, 0.06375053959944828, 0.14207621899938164, 0.12654895338018454, null, 0.11916213039999989, 0.1210086161390028, 0.15756549582395657, 0.02391874159347315, 0.02913154606380415, 0.08931150840897592, 0.04042167567354126, 0.03324022590197674, 0, 0.13444783274895047, 0.12112578884229028, 0.1147869792568112, 0.2615462848090719, 0.14160434528857552, 0.02686609139013878, 0.00881500117195335, 0.05808629939004108, 0.027213543134248, 0.12003626374345087, 0.07922176813124272, 0.13390542144890022, 0.001554388463775609, 0.08615024813967069, 0.023503186819221745, 0.019419714756524632, 0.0014629053310907284, 0.12338181302794396, 0.004319344295786437, 0.07277216338682325, 0.03533663962146453, 0.2652122736406498, 0.31328319792787485, 0.06189288656238206, 0.11711328485357024, 0.06790074227935533, 0.22590543736075125, 0.2195645637921508, 0.15007173815355077, 0.1616780550016552, 0.07763586023869921, 0.26036878431326005, 0, 0.1235660412724435, 0.003580553496643614, 0.14420842549603868, 0.13848458166348565, 0.13732910545826535, 0.07847399309520613, 0.00030547205720201547, null, 0.09709586333414084, 0.1781252970418011, 0.026593211944374737, 0.1173907035706089, 0.08833983375535534, 0.29651023434288637, 0.14144126980638186, 0.05715013219612821, 0.00242261262433771, 0.018181481652256835, 0.09191323696691196, 0.29798959886309406, 0.031742723308500295, 0.059539338261361395, 0.0755192832456708, 0.05125940137971485, 0.17416464664401, 0.05210563609926305, 0.09090322975649576, 0.03266201443047066, 0.2128819518721515, 0.27276419701188626, 0, 0.4731854328572043, 0.07718528726980559, 0.007451869576316677, 0.052698744472727, 0.16456342904408375, 0.027213543134248, 0.16528392561936306, 0.0064655751525216935, 0.06135794339997015, 0.04752644461315808, 0.07083048537817532, 0.10832302333663445, 0.027213543134248, 0.0627261829854274, 0.1582904719883626, 0.09729529997225626, 0.07416889281193788, 0.3001641319957039, 0.1264264298011734, 0, 0.04698549372653243, 0.022477034177832308, 0.04698549372653243, 0.001225292399969782, 0.103807984402685, 0.04698549372653243, null, 0.009488545700950306, 0.13520208824863728, 0.11487268848010748, 0.3571480324144508, 0.05755283907062717, 0.17613717708078597, 0.09828117819108562, 0.033356271923359125, 0.05188726482143875, 0.07140116739190716, 0.2195645637921508, 0.12832197564386905, 0.2195645637921508, 0.0861529125787092, 0.2195645637921508, null, 0.417222229422102, 0.04698549372653243, 0.059075102436090605, 0.010231310976537103, 0.010231310976537103, 0.018783475711637052, 0.10528353311680529, 0.13599709459411646, 0.05407989466210375, 0.010231310976537103, 0.02994512117427165, 0.010231310976537103, 0.0554052208101972, 0.16214994129605786, 0.0554052208101972, 0.245242340343222, 0.0554052208101972, 0.04013878133929793, 0.006945203285221897, 0.24016158743695787, 0.013273591187553922, 0.1900189366991353, 0.04475383712632265, 0.06289748906881552, 0.25833068296855854, 0.0554052208101972, 0.12358687881475904, 0.1434285540017756, 0.0767922723340136, 0.19400573046439115, 0.03872898951008077, 0.1379735246323842, 0.19400573046439115, 0.11193668416495332, 0.19400573046439115, 0.01149967968637094, 0.19400573046439115, 0.19400573046439115, 0.19400573046439115, 0.19400573046439115, 0.13035279509255318, 0.2791470774507302, 0.1337921708133931, 0.027504741327735796, 0.025348202252205614, 0.06423524566972746, 0, 0.005973118836913545, 0.19400573046439115, 0.2195645637921508, 0.19562178181462783, 0.04234928527902813, 0.004777793929328382, 0.06884516670083118, 0, 0.02728769232721648, 0.3328435812167589, 0.007363283781908986, 0.13674575685441195, 0.01626327181387765, 0.013974657274306529, 0.014416864253313944, 0.0005963230442683311, 0.07020599823687117, 0.17915071699284196, 0.008694512660320269, 0.2889740381107687, 0.2889740381107687, 0.00020675736950294965, 0.011422619800805492, 0.2889740381107687, 0.09618846791937224, 0.4470078780189197, 0.11892653388541348, 0.3693172909008311, 0.07510163280158376, 0.2889740381107687, 0.029372976160547425, 0.03149145938380507, 0.008694512660320269, 0.008694512660320269, 0.019792412747797004, 0.06906084322251715, 0.009913289108392924, 0.2089667276137099, 0.33181719428192386, 0.20627460619295543, 0.28779932133004077, 0.1774272579524181, 0.1438349752345883, 0.044127529156565426, 0.05800524605068, 0.20588814021967272, 0.03155298613719315, 0.16664731310843903, 0.04920218435329916, 0.10167396597040522, 0.05096346859499443, 0.2940375385840363, 0.06420786889997819, 0.01895218495820934, 0.1815496409028808, 0.09035923293226558, 0.32208357685472877, 0.4340943445601162, 0.18047024419278215, 0.07886427119634717, 0, 0.032820951495915844, 0.00597531811508339, 0.009601409609854825, 0.19652064194861343, 0.16462287327704508, 0.08910312453479509, 0.3730732056452136, 0.014631781998539966, 0.2041566343625765, 0.007662839266990357, 0.013660714334548152, 0.0074461077700175475, 0.0074461077700175475, 0.0074461077700175475, 0.045850919018082865, 0.08268001598376078, 0.03305755493195891, 0.05815533143653968, 0.08273374977840237, 0.254723065402347, 0.0787615609676435, 0.032023963627644474, 0.1031325849839089, 0.02960811637173853, 0.12848717091663683, 0.010509426519817098, 0.0074461077700175475, 0.228311251234052, 0.06287852756904433, 0.21756029867361543, 0.07806304091540821, 0.016707461817329527, 0.01233618252156088, 0.11734069415241312, 0.020512727973396417, 0.041587743320893635, 0.04610701305768406, 0.2374495503232407, 0.21130302566028725, 0.30976099742456153, 0.1359774828016162, null, 0.01587360866386034, 0.15483159572149408, 0, 0.006184535884656032, 0.0971619789209581, 0.1035419825701734, 0, 0.16584210347991782, 0.16432500134056607, 0.07249817681524946, 0.24649482077573676, 0.1563211868840229, 0.1563211868840229, 0.16353224860077195, 0.1563211868840229, 0.1563211868840229, 0.056626836748973834, 0.01646442664673308, 0.1823276986497366, 0.11847137538554396, 0.009536013937756284, 0, 0.014490560589924904, 0.05544372845884301, 0.12081697866822914, 0.1472567132808281, 0.01107808522933992, 0.06551685463344961, 0.01159757231448338, 0.004946706555014503, null, 0.04530398894372357, 0.10130580829708484, 0.04675721590237622, 0.371803644960015, 0.06875585545218872, 0.1060070491660222, 0.044496602895741186, 0.005090525123604048, 0.0075094530650742595, 0.07890044787255758, 0.02970024678220824, 0.28040185499087505, 0.0023597831240245656, 0.19144975207586523, 0.05694048657446912, 0.14322299390451249, 0.14322299390451249, 0.005549643449196086, 0, 0.14322299390451249, 0.1888438531403572, 0.14322299390451249, 0, 0.02695065066333639, 0.2191009303738725, 0.032682591419500646, 0.01641117894191072, 0.19934196572615095, 0.01679629419277335, 0.06181367838259791, 0.06543337603137817, 0.3457732269434226, 0.022124857469277084, 0.44327044641104496, 0.032257241779272826, 0.1103067859816951, 0.33567720417728436, 0.2922387629998213, 0.4932677096773035, 0.008958467309294489, 0.0007334895985557362, 0.1357504440226577, 0.07030069085165166, 0.2049536760928783, 0.15999114288250643, 0.01886195751872121, 0.023757427842482665, 0.0380804694753331, 0.06394071499092509, 0.016925630576888014, 0.2486757810258671, 0.07994076374794601, 0.26775863583429566, 0.03207979784336439, 0.0004136168196793616, null, 0.06290326719535329, 0.20001816773929004, 0.03137117109921002, 0.03899730413420271, 0.29840564999403374, 0.0005526035800521831, 0, 0.11808049103973307, 0.12413633171033649, 0.03348540272214774, 0.08726404703974099, 0.1903410299462447, 0.2246993869867321, 0.0874391198135313, 0.13535620252073366, 0.345699434275241, 0.035189397445876805, 0.10978784226026672, 0.06781684238602116, 0.13809619990868757, 0.0940627820666601, 0.1333802141836292, 0.12145947909609683, 0.10089753793185569, 0.03384200375410774, 0.03669351536319644, 0.3659032398382802, 0.228574860406482, 0.008694512660320269, 0.03990608326374428, 0.1310829018243782, 0.06439135530067738, 0.028640942956755053, 0.1298539806651338, 0.24137836265390844, 0.11031152275440947, 0.09025263444920792, 0.12451413192647694, 0.003606422473495845, 0.1207256301947004, 0.1222253827983428, 0.10192027719366928, 0.16219484781447116, 0.003921016085897523, 0.030536392499583263, 0.1563211868840229, 0.1563211868840229, 0.1563211868840229, 0.1563211868840229, 0.24684827130253856, 0.0019168823288342575, 0.14189257783780115, 0.08037347919326994, 0.30175994146912066, 0.014891398912683198, 0.13135406363896537, 0.00472141282056188, 0.11515830085295271, 0.027189475180840778, 0.006668152802977525, 0.009126892298629508, 0.1207978246993478, 0.00836522108690009, 0.4820671341442706, 0.11289182811769456, 0.17638428165778108, 0.16596611645503728, 0.01822448548019913, 0, 0.2304795621269529, 0.007231508257539079, 0.05131683682661322, 0.3009158221533329, 0.00460705737018782, 0.03472308003973406, 0.03628098924253891, 0.10974085005606436, 0.0074461077700175475, 0.29667608647750615, 0.003958431407046379, 0.003958431407046379, 0.003958431407046379, 0.003958431407046379, 0.15805058466760735, 0.15805058466760735, 0.0074461077700175475, 0.15805058466760735, 0.03837292841525027, 0.05903098802392141, 0.11719080174982432, 0.08559617054320039, 0.09451307475429722, 0.0343006597825118, 0.0572138501390935, 0.014107916751275634, 0.15805058466760735, 0.026930984269715717, 0.011684530023584242, 0.0074461077700175475, 0.10974085005606436, 0.10974085005606436, null, 0.10974085005606436, 0, 0.2101982541748456, 0.28682103361076605, 0.25752010618215054, 0.009140132707316432, 0.1989854207750574, 0.018000624023967546, 0.0035668141310842135, 0.1174669799049752, 0.09212872257090889, 0.001843812543766583, 0.0074461077700175475, 0.06791162133905754, 0.12483561064263048, 0.05881278700382144, 0.12787767293776622, 0.00957332694260197, 0.020555808751512795, 0.016804714310790964, 0.22006485529738437, 0.20185836774375823, 0.023284985736936048, 0.32894607534239334, 0.059935460582934925, 0.1557623343922072, 0.017036146790728575, 0.18914687659760404, 0.00021799786888778824, 0.1151249358654719, 0.4056390622295664, 0.1200075697181963, 0.0806415710895969, 0.07293564531524896, 0.08025261805686332, 0.19604490965810512, 0.027301202233340604, 0.2217172642480045, 0.4021261179508211, 0.02429464357992746, 0.12420363578956316, 0.018118311403140182, 0.1283745047826927, 0.08333105065605576, 0, 0.008090105348876709, 0.08955682514687281, 0.2918079320165853, 0.04808833935176416, 0.14730854643980182, 0.1447574616672739, 0.03036515400749534, 0.03584436779067081, 0.05934843175490595, 0.134291417361219, null, 0.19931799359072136, 0.16194291191819812, 0.09081612442423886, 0.0027130560874068553, 0.19150243339522613, 0.04663113611873199, 0.06725432532495713, 0.049216815648046607, 0.053171115297502944, 0.3322147694136747, 0.09503834869625868, 0.03066813913020152, 0.043068225822816386, 0.2126535075257892, 0.1382276867510324, 0.12604957181963294, 0.4135625492574628, 0.24327575662070408, 0.2889740381107687, 0.2889740381107687, 0.2889740381107687, 0.2889740381107687, 0.011716601455942678, 0.10082116287805123, null, 0, 0.020392068766042153, 0.12835121745160627, 0.023189855442827555, 0.06073977504417097, 0.05046422529441604, 0.09658208904939124, 0.1445714857137657, 0.011083772384474631, 0.08443873294467001, 0.004463860902422139, 0.25318942956870627, 0.1850405019857813, 0.4387171720934805, 0.12749139632649667, null, 0.0003035068743424766, 0.26742304514206083, 0.18757075547431387, 0.06802973822024994, 0.14812951869296273, 0.034052064468445276, 0.013964234589698057, 0.19150243339522613, 0.19150243339522613, 0.19150243339522613, 0.15117759978621725, 0.03575992469196757, 0.06082293600348082, 0.06644920662427656, 0.1961569837423424, 0.17364350494380312, 0.07258056327003018, 0.0021357493359016196, 0.042959315049729614, 0.050767411660845134, 0.07976072670181812, 0.15805058466760735, 0.13026428965033804, 0.15805058466760735, 0.00925413840336889, 0.15805058466760735, 0.15805058466760735, 0.10119956727909354, 0.2830600760820645, 0.14946422024056158, 0.10600394479184648, 0.11937993744582524, 0.03776645670609812, 0.013941006181418704, 0, 0.2038186356282089, 0.4191367326706799, 0.004667822379841661, 0.04801834416721486, 0.2389397478037502, 0.06973960701418742, 0.02553645289092982, 0.005142797256628031, 0.15376039897228436, 0.08425678372454302, 0.052536494188319766, 0.007126118349477088, null, null, 0, 0.19341591347598588, 0.14494864326929888, 0.0009326118446584528, 0.11609185705189784, 0.08011103882160797, 0.01063479489163173, 0, 0.1603625718122361, 0.0693538395115245, 0.11797921468058092, 0.12050646347767338, 0.16813862222830672, 0.032655640491229, 0.10771716506677843, 0.2431181849214785, 0.14697758554073495, 0, 0.010547696578072424, 0.06550544429344976, 0, 0.24022092157310632, 0.12634212485041696, 0.09196074405723234, 0.04606576870287133, 0.06921929504281875, 0, 0.026805374463062664, 0.013939038158255196, 0.037721735552169136, 0.101635401019851, 0.0923288246044151, 0.041990285906832105, 0.09133332488798251, 0.03013775597651484, 0.016547661397599216, 0.23858751998357167, 0.02052385593891124, 0.10974085005606436, 0.3765760094206174, 0.10974085005606436, 0.24162086570259905, 0.10974085005606436, 0.10974085005606436, 0.014157768171330815, 0.009248085108190076, 0.06995276443235145, 0.4392568776726295, 0.27741550818479266, 0.09263649093874884, 0.08007676759782101, 0.01139035861185023, 0.18309268336435375, 0.16439637336987545, 0.18965432115088143, 0.005045690142399504, 0.03523844734437217, 0.1645032663432405, 0.015151823688340144, 0.20013827861009223, 0.008663504730555247, 0.001014425781961068, 0.09942120544222743, 0.10837074992679782, 0.05991420443509377, 0.3592123795084595, 0.05012887429319425, 0.21342864169338385, 0.23191603398162333, 0.1453659556289036, 0.289170244983369, 0.10000544068532116, 0.10000544068532116, 0.10000544068532116, 0.10000544068532116, 0.0003489845626817295, 0.31996665623812487, 0.05108032696069513, 0.082021075252199, 0.0014074459734146638, 0.057025471120127805, 0.28048399589666134, 0.21837994870578523, 0.07920353534681546, 0.0724707444876946, 0.009525389337412043, 0.12585667058871494, 0.004705321846827717, 0.0026044511517829614, 0.17074396016256954, 0.016481312256255858, 0.10655854296914996, 0.009517630532469368, 0.23965794977404395, 0.07349735297427148, 0.017467414497599396, 0.04436411941167047, 0.19491048484362616, 0.0504331834246071, 0.08542619510142871, 0.1471529229283007, 0.15490197393082344, 0.09856483329465487, 0.2633717400035994, 0.0749727735959198, 0.07230977281137614, 0.056084564934104505, 0.01140366973452116, null, 0.01957112437506512, 0.02876980067814443, 0.13574339099672106, 0.05162058382871803, 0.09207928848849858, 0.1625639667521508, 0.3239506108312091, 0.06538532603036815, 0.08522686892371663, 0.1443744311236708, 0, 0.0874184289841118, 0.07403747852481908, 0.4480191162672787, 0.12115789202392246, 0.07807715894994836, 0.026880006494264128, 0.10740727511655317, 0.09595759723302104, 0.010972870821835226, 0.4398404327932121, 0, 0.026917893407569463, 0.05806915523820791, 0.11109420007237455, 0, 0.01438607803498468, 0.1351780073253453, 0, 0.02493141787158824, 0.4511495015372178, 0.043681991787106134, 0.14322299390451249, 0.14322299390451249, 0.1137628147292984, 0.14322299390451249, 0.1133521614821768, 0.14322299390451249, 0.05168065306207796, 0.393706210290624, 0.01829765773656203, 0.10000544068532116, 0.020519188174897205, 0.02556704004572529, null, 0.020783754126828275, 0.10000544068532116, 0.0544531352898167, 0.008694512660320269, 0.31251498884448636, 0, 0.006956964722689719, 0.01999028626291508, 0.10000544068532116, 0.10000544068532116, 0.10160476231314544, 0.07638176292814376, 0.018509999127792012, 0.08373320478611816, 0.05916411219833928, 0.045337425107917266, 0.07395964165300856, 0.16861623236945142, 0.1451160109849454, 0.08948825435737695, 0.1305625998265115, 0.056370317151664864, 0.059574566909639706, 0.06969835207135107, 0.1270844647135759, 0.12515640120534743, 0.1881087234000407, 0.15743915537538217, 0.24662074908855697, 0.3329485119984006, 0.17385746168883098, 0, 0.012921187980261484, 0.06848551138729869, 0, 0.08808411917416172, 0.13446174175135558, 0.27309505400472905, 0.007145948595045635, 0.08517017611277787, 0.008694512660320269, 0.028570748879375493, 0.02791528568322204, 0.30709720827832676, 0.12514523556193238, 0.26445895140961073, 0.05085651413897299, 0.11208947773112404, 0.03754961020653224, 0.25958960743737586, 0.013792534782530216, 0.19150243339522613, 0.19150243339522613, 0.295781547523154, 0.0005052686581860997, 0.19150243339522613, 0.13261506526463557, 0.14733058597327675, 0.019941223335780307, 0.16020143953429586, 0.04813364661644633, 0.19150243339522613, 0.09269365274020154, 0.11588013043064806, 0.298369395149552, 0.3951608773781821, 0.29697455464633427, 0.32598499380015017, 0.21084727991224925, 0.013674455559556396, 0.29905774220215414, 0.12307795959947976, 0.06471203166539824, 0.17005773289175152, 0.0371753400399314, 0.29962665399135896, 0.17500529646344246, 0.03549947331820495, 0.387355357965875, 0.34920069580712243, 0.188882359584671, 0.008694512660320269, 0.08241083492157907, 0.006328771516996353, 0.0008790014498297011, 0.22514646127240595, 0.038250427488472925, 0.06690425445673398, 0.13258012139723654, 0.10193733454783512, 0.06118766910668092, 0.008694512660320269, 0.22044360715818176, 0.07989729965039145, 0.2866484096728506, 0.057173302786194015, 0.17075194045636605, 0.12629441383920292, 0.03887825214851417, 0.05517427662553612, 0, 0.07868183978132177, 0.16126882069425888, 0.021578863497840467, 0.07883886521354383, 0.12307188274087325, 0.05153746708570144, 0.01526259341940856, 0.01041075787797196, 0.0021559888458874622, 0.01256446804531743, 0.09317927440096983, 0.2586870872356015, 0.00696525654187724, 0.23491337831860531, 0.03941736537152699, 0.16805241888489342, 0.11497544498525251, 0.27460387777077244, 0.498886236044991, 0.022375398322472113, 0, 0.0033902775868625288, 0.06901520628410264, 0.017903967639715836, 0.04358824203819421, 0.12425092756200164, 0.19292819185042032, 0.23001482528629483, 0.06257170726572851, 0.08569405899735659, 0.07446273414354414, 0, 0.04207613029716117, 0.1539658042756231, 0.1142309059547086, 0.055703623919474345, 0.20683563333454508, 0.11071515069161958, 0.30963973363113717, 0.12466637652367746, 0.00282905198964821, 0.01959295106205768, 0.002086173860194082, 0.2836469477914993, 0.08541635042287786, 0.35264191260667715, 0.18557346990713555, 0.01579992883695033, 0.08303262612761551, 0.018459488556643977, 0.2142206701372887, 0.09695953833698392, 0.016306522348898785, 0.02573731984932664, 0.14015137345307055, 0, 0.12259463042472828, 0.06673051427940083, 0.0040080091956802184, 0.014645531380801524, 0.03595889572741729, 0.14957178584031283, 0.1548715925549119, 0, 0.04017925682094439, 0.003958431407046379, 0.003958431407046379, 0.003958431407046379, 0.06919933892455529, 0.02424977163995417, 0.10717266168114371, 0.1323777858386369, 0.03362876114225402, 0.003958431407046379, 0.3496622792604985, 0.00977771913166101, null, 0.16719716975279533, 0.24203852223412348, 0.10305472469135264, 0.13290153831919516, 0.009613894091512028, 0.020650660486426352, 0, 0.03921949487472283, 0.24402588922696236, 0.06814332953146976, 0.06319931225571425, 0.341727082490651, 0.022222348781807327, 0.12448331195772916, 0.013123534884865468, 0.01095689269716452, 0.1764914683301972, 0.24191859625383552, 0.04310162659106669, 0.020328633988687592, 0.04324480895367368, 0.06814332953146976, 0.08044812695598696, 0.04968571725540026, 0.08036692477616603, 0.14374788733690583, 0.000848662592746027, 0.2001142968416697, 0.03691051253597049, 0.0675404727162045, 0.005055286553977956, 0.3486781332513084, 0.07236563647031537, 0.19579628061314225, null, 0.007956566752243778, 0.04423638861894841, 0.03160118136521826, 0.1010592934188809, 0.04637865591016383, 0, 0.17480776652298316, 0.0062993164680581895, 0.008116722574995438, 0.03775272986983227, 0.02884834891889412, 0.006742691645668777, 0.012075941323363178, 0.09784509967054808, 0.01851390526184923, 0.057303268854032745, 0.016556135808284383, 0.0800102448336959, null, 0.011174297986529044, 0.031399780745424606, 0.018919713694111044, 0.13679843973875183, 0.22707060505096596, 0.08727271320827941, 0.007657952050410097, 0.0834397651806361, 0.16871919681704436, 0.04300937484095061, 0.07354560796110965, 0.15693606974326213, 0.16847180713483306, 0, 0.03893638396211833, 0, 0.3101267223721277, 0.04947558727995138, 0.08129328772557023, 0.03572060527850106, 0.04325173582536206, 0.1439215688359523, 0.0033254418367434243, 0.14436259592953302, 0.04974701547303514, 0.0028460686021753827, 0.014891982256433282, 0.00916107105588874, 0.14296675712944282, 0.12486416569865638, 0.1373576377912183, 0.02412223692180477, 0.0012569523610256549, 0.16343366664623038, 0.02758910122083024, 0.011411123524504066, 0.27178289568185804, 0, 0.12224343427899773, 0.1891722857352848, 0.0985564495963472, 0.06664743211792168, 0.043102520477649925, 0.09078951401011952, 0.09882232842118746, 0.13561309615610354, 0.00482248574688486, 0.030216320211720823, 0.2711199015332768, 0.04552430114700787, 0.10960262501427734, 0.07884140280309009, 0.04552430114700787, 0.04552430114700787, 0.04552430114700787, 0.14663497527455976, 0.07358044621214574, 0.1117438698981974, 0.1199399924610432, 0.06814332953146976, 0.01346040602145023, 0.023570268358838836, 0.10266415817307271, 0.09653426393302952, 0.2681208221750233, 0.00043492512056502, 0.14731332493238633, 0.042413408416420426, 0.059492977661795114, 0.06814332953146976, 0.062186874134018175, 0.1300157254204323, 0.2559209765473103, 0.05610835240001359, 0.06358431083529863, 0.154895747446226, 0, 0, 0.1154761122402603, 0.09545914632994822, 0.0013689683053973026, null, 0.027951297214670337, 0.04552430114700787, 0.0578677568569948, 0.06814332953146976, 0.06814332953146976, 0.03534241147221627, 0.04552430114700787, 0.042531537805318, 0.04552430114700787, 0.06814332953146976, 0.1451019193838165, 0.01907455167693291, 0.0573531575061088, 0.07237415939689748, 0.03943520468794625, 0.02137875749043159, 0.02243180096863141, 0.2186578417525821, 0.06814332953146976, 0.07404129320240693, 0.0344264418339088, 0.2028559033146688, 0.09164204733241904, 0.147451521568551, 0.1631591022400095, 0.07684068751307946, 0.031296110906526106, 0.14440859965710873, 0.03424623954461912, 0.05873834433032594, 0.028945461074319796, 0.005618024963171295, 0.04552430114700787, 0.02092449198045353, 0.10412897060554176, 0.08085696925171974, 0.009695032460554294, 0.28288818023194984, 0.1662668509973913, 0.030013116895403435, 0.15639045904232743, 0.003364472790335707, 0.04812051591717531, 0.11555780135278047, 0.1385126291951736, 0, 0.0671233665080709, 0.11551143430334204, 0.02323508541020292, 0.006835238755710672, 0.00765271311303036, 0.08780156187242016, 0.016706678035070113, 0.3446518987097146, 0.08607354564202205, 0.0948188888968879, 0.02804739042852744, 0.21451258849144353, null, 0.1611938010956757, 0.06737027548941281, null, 0.06096480362266529, 0.05309072361458044, 0.05563374493263623, 0.1392345242554747, 0.14828956777628938, 0.11859817391845892, 0.04368847434628496, 0.2264797667159729, 0.04991561388269771, 0, 0.20620331284340257, 0.029493845806338525, 0.0857563218576764, 0.1687661297381873, 0.11326808998712552, null, 0.04314374332782377, 0.09042873623193136, 0, 0.45283160083536594, 0.043101553900501945, 0, 0.29457682450257966, 0.24025837264271777, 0.047032755197368506, 0.02425990518620772, 0.198900135361808, 0.24629871895508815, null, 0.008143079857162824, 0.03115862319789508, 0.17146270240644576, 0.026079849535954644, 0.24272780945515776, 0.03789616124389256, 0.023422025467402317, 0.04399429660040285, 0.008342921756336557, 0.13582495767812044, 0.18961789568522663, 0.07471863122763817, 0.007496982645234325, 0.10615837233851352, 0.18155143012341832, 0.0558396727356324, 0.027496160826502317, 0.18430899871655895, 0.05654317145778134, 0.001053421036858659, 0.15036233209917954, 0.08803638489375246, 0.20691401380551572, 0.0053999853244232395, 0.2058003424297924, 0.010037818762616014, 0.12419695890442332, 0.08923221006973442, 0.10967900000836878, 0.06810752958086054, 0.12626838839169482, 0.0974215349118385, 0.14672831218125698, 0.06697359920584073, 0.006314085768200959, 0.026003533842383953, 0.0404936025548693, 0.24140625029392235, 0.15226483717066966, 0, 0.0688357643056779, 0.1599996104569517, 0.054115717224543475, 0, 0.047641149501205605, 0.06982820053240205, 0.18839271145658776, 0.04723903069635074, 0.10226744159342732, 0.10969657323667847, 0.032280727388326845, 0.14891055540321185, 0.06789100786376424, 0.06798182982506391, 0.3605221244382615, 0.04476909657564692, 0.059579088196521, 0.09227136418140083, 0.03921077087426206, 0.1035318074316067, 0.1043261365522338, 0.07795667896415098, 0.16231992156436711, 0.11327884964192364, 0.05454646685345393, null, 0.06555823570381292, 0.013623140074462428, 0.0458202691209056, 0.08550592571936591, 0.029988344905987528, 0.08664915381160554, 0.024955808034018017, 0.32637231222103896, 0.005198533506201986, 0.04506967397157809, 0.048977317718401234, 0.3338290117461519, 0.052372401968711395, 0.007632606181889128, 0.04637960435170538, 0.0009786762014126107, 0.008609589567869502, 0.00409912440783849, 0.07715286067750311, 0.07441691905886627, 0.14158409412923273, 0.11189710160080374, 0.0467814388563703, 0.05904555229830865, 0.007124154722869245, 0.0982483939512827, 0.015447281560219468, 0.12994521517354193, 0.07799303459412923, 0, 0.0655609567740761, 0.11324551371207783, 0.037915444685683405, 0.01914382950999275, 0.04032427856669118, 0.02424130984709913, 0.05543941025907124, 0.30739779958201396, 0.25351587644447354, 0.10362940617945406, 0.06743047141558237, 0.10442004928347692, 0.0689508371324845, 0.025452013782931916, 0.01222204054764434, 0.1640696574282268, 0.04814724539792584, 0.08375249088334227, 0.2587259593387385, 0.3959291762837418, 0.13122159984267875, 0.006808023996841622, 0.004250464366861402, 0.1321596957395758, 0.12189978605890378, 0.042677500762689224, 0.36697105511426914, 0.09918650690547325, 0.0269272860434492, 0.007593410456855411, 0.00014716401864109214, 0.08209138082356698, 0.28294565226697904, 0.028289333035422665, 0.25223311293893447, 0.15160928149975392, 0.009101168792903557, 0.00955487926467696, 0.029214758042874277, 0.0476812915485666, 0.006980434987646347, 0.09423910035466038, 0.26532616624918226, null, 0.20840934051668797, 0.18527065732484993, 0.020207086403800565, 0.006416860977668169, 0.14308532907349825, 0.0022872210451947875, 0.01912936222003913, 0.20765649722646723, 0.04429986553379493, 0.006819030186739928, 0.09479694655952978, 0.16440091514968855, 0.06000812871447593, 0.09363989865172208, 0.03637303322488853, 0, 0.4201469603449837, 0.04405094253644196, 0.1439116276086714, 0.4043249408126741, 0.04342374578406236, 0.2515406818540296, 0.07021361758578012, 0.11296412020782085, 0.21002473001346308, 0.2472288004143939, 0.013827631334922444, 0.039088672277433525, 0.029287048796927832, 0.049271348141288515, 0.01779306191081013, 0.3408562314349482, 0.00416199979405151, 0.001808870394958541, 0.15773208927867993, 0.02091191716386493, 0.05848984031981686, 0.07169763576028841, 0.020597465387334472, 0.013943601503978557, 0.4955380299191111, 0.2466504590763122, 0.01818560737350144, 0.07278748467550715, 0.1913597166508948, null, 0.22124915124935488, 0.03652492036389499, 0.13683370675523923, 0.03514305175687353, 0.03885292711792147, 0.01775652933908931, 0.022908998463307063, 0.1378523253135201, 0.008916534353924421, 0.2304679308472359, 0.010479904155009444, 0.08109409115310563, 0.07937460400652871, 0.061223964673744226, 0.17222853555715673, 0, 0.0002659695778218078, 0.2795820736648264, 0.024273684351025244, 0.11547454302240708, 0.028275688974822688, 0.006203945446770523, 0.1035956192451622, 0.21719540536014056, 0.00047625463292987194, 0.0032221013996571574, 0.1477793284288624, 0.2906526909242855, 0.03214847514623388, 0.24014442523620003, 0.10075417602616007, 0, 0.2419922875646918, 0.1806438252275838, 0.07556456118725986, 0.5168078218708999, 0.2816186743303535, 0.029062504297403053, 0, null, 0.06607150386482692, 0.0007025487093462665, 0.005651515561223161, 0.25652879481912155, 0.06248589378730541, 0.0435440291810461, 0.0000866652624457251, 0.009468902112880113, 0.035777122157032604, 0.06645424880652792, 0.14581832624814253, 0.01661441835207233, null, 0.10911139347768611, 0.1467739046189268, 0.12380439277536506, 0.017619033687174566, 0.09926078266816377, 0.032202704014525685, 0.019055192109281985, 0.016422443577681953, 0.10178337921232396, 0.016908895161993877, 0.5, 0.05903933683789618, 0.24337036257866235, 0.06429862466047086, 0.013800359062182112, 0.015434519769594129, 0.06041552747771171, 0.02125121029162055, 0.07458800947545337, 0.04916264066234935, 0.10749456181053169, 0.14418484418686503, 0, 0.09324879823143088, 0.2343393727866158, 0.13673278822492377, 0.08969816563052957, 0.2299799824064312, 0.02253139881484727, 0.002206786188100934, 0, 0.37943361396597336, 0.195841199030089, 0.07125691785218516, 0.07393369448511629, 0.001697238741042255, 0.09629235980424036, 0.033989840586766615, 0.006665168441265091, 0.018613211407706637, 0.09880979474747108, 0.01953495690552317, 0.006238628824626727, 0.05275016458992108, 0.15289054329640933, 0.4456274178946485, 0.050225652873900455, 0.054825356339044, 0.3965155446740929, 0.09528071297679085, 0.088852624759651, 0, 0.1996806844043584, 0.0753201832715514, 0.23743990598783823, 0.09223809679944212, 0.03407889013903382, 0.07574666271934044, 0.23632415654442193, 0.22088193144261783, 0.2668861832113206, 0.0002443180319499162, 0.0013756945326656369, 0.11863863274288944, 0.01764779666574085, 0.028048819323915612, 0.1897844156711153, 0.05382763903989616, 0.06437991754091144, 0.026319373744008275, 0.08775049625062702, 0.024363713688607513, 0.003487934538318461, 0.05167199215020969, 0.18520508553762852, 0.4322526256700996, 0.05955801332782418, 0.004117587907086961, 0.02165232348529251, 0.036653876604195494, 0.5, 0.21718690357765144, 0.12092679537484734, 0.14288231885911137, 0.021127313750781515, 0.11317661667993588, 0, 0.05171585451710245, 0.09387942341335476, 0.05563745675854488, null, 0.0035127131090604575, 0.019817941828351917, 0.05221472743743384, 0.020465458344798623, 0.012077357757809916, 0.00864755642379575, 0.19136284039340828, 0.031232887933757475, 0.11218930174657428, 0.0773523885277027, 0.03471115650492911, 0.020064700235303712, 0.007154303440407882, 0.07711458398739358, 0.11693443175513084, 0.06773308530215318, 0.17049624709360017, 0.06459902100463684, 0.015568695544317609, 0.1033938937098582, 0.01907791060215592, 0.3057175263572689, 0.06669215814778978, null, 0.04467370665840923, 0.12245059287833748, 0.110258923564494, 0.07120465345818543, 0.018768917232498055, 0.05255773243304067, 0.09451370798702788, 0.19581449518544705, 0.04467370665840923, 0.04467370665840923, 0.03259251451702003, 0.04467370665840923, 0.04467370665840923, 0.33088863460917667, 0.08286808361104821, 0.04467370665840923, 0.04467370665840923, 0.017995416699909245, 0.21839289981935567, 0.1983394802905306, 0.0905643973986464, 0.04467370665840923, 0.05226061133956691, 0.04467370665840923, 0, 0.10824474536009386, 0.0557659693901245, 0.03018289899972324, 0.011463594416093048, 0.005347008342006272, 0.04467370665840923, 0.2566444228667732, 0.43293164689846614, 0.04467370665840923, 0.03758743848407148, 0.026293502835847384, 0.10578046223577482, 0.12415203299645672, 0.3765235177688047, 0.02898838307858865, 0.07075387698444364, 0.05070289880540728, 0.04493452213789768, 0.07428230723000749, null, 0, 0.03971926972535464, 0.12924253755183865, 0.11842068825764696, 0.19210483419191315, 0.31101594096910035, 0.14560829540539877, 0.04467370665840923, 0.062722540912437, 0.22193898107392615, 0.04467370665840923, 0.03901436279757643, 0.017590193609312473, 0.32734383045421317, 0.06207891221263973, 0.09624794291493102, 0, 0.24323385470447317, 0.057362927512545674, 0.12826558337452082, 0.01634853767031713, 0.14233193225083984, 0.04244042873645501, 0.07204899729779701, 0.018738620517309363, 0.15595710838336746, 0.08113932447065324, 0.1669347316181414, 0.25436580441604517, 0.048772249387933495, 0.19678568517610037, 0.2566444228667732, 0.2566444228667732, 0.2566444228667732, 0.14332604078432223, 0.1223098976857135, 0.13922716790292944, 0.018838385789363542, 0.008613093351483801, 0.1837773788623774, 0.17859044577047078, 0.004097202425663312, 0.21956555665140057, 0, 0.1367472189945801, 0.2310902980442677, 0.27683711828573954, 0.07121201216541319, 0.03130048465830395, 0.04825021958229456, 0.01786706320630552, 0.08097709158279699, 0.0208143953129667, 0.29685354134461645, 0.003049207868922505, 0.3729677325936378, 0.12300970264823231, 0.11829473523107475, 0.1367669692026018, 0.001104789540527613, null, 0.021608117079206592, 0.19648398667840855, 0.07531365664883316, 0.07531365664883316, 0.4226754683112182, 0.10946554606603844, 0.011255922033186686, 0.0036243366772167546, 0.29146473690557595, 0.03666151335774688, 0.007681477238121737, 0.0030280438301641417, 0.0257429828036158, 0.040582964498360206, 0.3810621528388383, 0.3906004407549435, 0.11101094647249214, 0.0006701368706399771, 0.05130471761475724, 0.0010835828313493744, 0.032075862002374084, 0.06191658887265052, 0.1828426836878727, 0.027794517139456583, 0.04057351777505318, 0.14313264508527132, 0.045440266093260503, 0.10047340613460612, 0.08540474784596033, 0.05232974193797451, 0.0596789743278855, 0.001237424533561326, 0.08709032202052176, 0.016127599905497465, 0.1849864341813633, 0.022140496539037803, 0.24208666300955092, 0.03879115351988332, 0.07531365664883316, 0, 0.017939814982128374, 0.08862968378373538, 0.38154758321909954, 0.07531365664883316, 0.1213880693744748, 0.08240600813397256, 0.15320352630016806, 0.06018506860734292, 0.07531365664883316, 0.0678764990137374, 0.007452497346020675, 0.02137100742507975, 0.07531365664883316, 0.22273526204063623, 0.021209709390079486, 0.1345996148838646, 0.07531365664883316, 0.0873869728448875, 0.03973978193715928, null, 0.06233457597801776, 0, 0.008506698575327085, 0.07871624785994326, 0.07242913054685653, 0.027091947453814713, 0.12197451794058768, 0.08814572703048867, 0.048602816462207814, 0.09304115807988922, 0.2909295355612877, 0.04598881622474505, 0.021809489559194033, 0.014685020314469496, 0.007379885310018389, 0.04517708629387569, 0, 0.07531365664883316, 0.06463387682510091, 0.23120012983729288, 0.0969857438061636, 0.15698385203589768, 0.0715552001467983, 0.17106679995911683, 0.13741930939056385, 0.041862220095266384, 0.07872188254628738, 0.07837608476432599, 0.16685532096674702, 0.14879521879489252, 0.29583638929116374, 0.0029709816830870185, 0, 0.03969077337840477, 0.12265021764187058, 0.2706372389564073, 0.3312535226027318, 0.04138826075146466, 0.1304681029260623, 0.04467370665840923, 0.2566444228667732, 0.2566444228667732, 0.2566444228667732, 0.00824598814215128, 0.18546088018878232, 0.011762340490272992, 0.2566444228667732, 0.07861246804056847, 0, 0.13372024358018209, 0.08497090138717214, 0.06421681862764683, 0.1310339282426372, 0.001533084633883036, 0.006424423279197634, 0.1844468356480424, 0.033730609206036606, 0.00824598814215128, 0.02764570498105501, 0.10025952017444928, 0, 0.04035037970614154, 0.002836846906186922, 0.00006932458897600828, 0.00824598814215128, 0.07080058092597137, 0.08219932634066096, 0.16031986060100725, 0.016483689306139894, 0.04345921411170986, 0.10526284050783992, 0.00824598814215128, 0.028488413792639677, 0.11543089224705644, null, 0.0064283578933345565, 0.14435773761883858, 0.05289519499741362, 0.18465763586136055, 0.12140991704410502, 0.1914437061431545, 0.0006473458335367894, 0.06558351946870712, null, 0.21753295460338, 0.04467370665840923, 0.2986757386482555, 0.1898511684243923, 0.044744310602401416, 0.021386270947416425, 0.03670953571551101, 0.26856615858689925, 0.17469107097474226, 0.02627187462845083, 0.06325225416575835, 0.041110353918121255, 0.19299765344873543, 0, 0.0020479537175935253, 0.09745081420496698, 0.05438538968604555, 0.04043063092625492, 0.00824598814215128, 0.00824598814215128, 0.3922031386305609, 0.00824598814215128, 0.015945100042364466, 0.00824598814215128, 0.044616308248929745, 0.01813564080073876, 0.17123898636703722, 0.011288945330682974, 0.2764182670243261, 0.1494959420141036, 0.104675339550395, 0.03540065879263221, 0.03150779499407854, 0.09712831163613482, 0.032460306719445976, 0.10608035173293484, 0.10989535867936612, 0.04075175356455119, 0.202426206022772, 0.05270347955876248, 0.33029624850731626, 0.09916744524151742, 0.01917771052158129, 0.15622542582228183, 0.03261364571887879, 0, 0.1949766325048359, 0.04255517529118533, 0.0025182987717014657, 0.006959484124597001, 0.10061178178766142, 0.18652942796858896, 0.33000409866715497, 0.03219905414639577, 0.08776806269498219, 0.1000360998292726, 0.15839928589762917, 0.09036726903032692, 0.039304056304693226, 0.01996644342334032, 0.1755062941565001, 0.33545427068821426, 0.04467370665840923, 0.04467370665840923, 0.04467370665840923, 0.079399007542565, 0.0107356973479008, 0.101526669376495, 0.03286640649994571, null, 0.10031864965306996, 0.2431373361119289, 0.05367011507188098, 0.05590170490172818, 0.0375291998001309, 0.03533723954664587, 0.2136468445886709, 0.008867302380334152, 0, 0.08394758318503728, 0.11765348212648707, 0.25005125344675855, 0.2922508669057684, 0.04467370665840923, 0.04467370665840923, 0.04467370665840923, 0.04467370665840923, 0.04467370665840923, 0.04467370665840923, 0.24843013184040985, 0.22547520311801125, 0.0848514835649014, 0, 0.020301157219010667, 0.002564856704283386, 0.15862564884713726, 0.1820258303295274, 0.0039319030978221745, 0.01836329518124593, 0.1885668314704884, 0.0904513712897586, 0.08180090073716445, 0.00615625932960139, 0.001250818526133927, 0.13008705445075155, 0.05524869942518928, 0.42230117927160016, 0.09366361704822926, 0.10810081151296748, 0.19562178181462783, 0.3552613019789114, 0.020048750439399594, 0.057270165568045275, 0.013656846846583144, 0.138451167225856, 0.2074679766138605, 0.047317801736775064, 0.1812346166244914, 0.0636813974882176, 0.1460855299852523, 0, 0.026291105241947065, 0.17037231564487232, 0.096854588161916, 0.1858934854265412, 0.11748995826332728, 0.13265518221676947, 0.09728112281098927, 0, 0.01740422383013736, 0.5007400846069533, 0.017953865694495634, 0.15136817955351484, 0.3675162691850869, 0.03436482539091585, 0.040957738555041825, 0.03172687793371495, 0.14580860512859858, 0.1481075403307845, 0.2918654464826269, 0.05686690622448814, 0.004635935829791846, 0.04467370665840923, 0.013799330248477263, 0.0028392848173908504, 0.04467370665840923, 0.14252622555072944, 0.032892113675055006, 0.06978171486491733, 0.0015406163059064218, 0.4275728797513982, 0.061529987407592475, 0.02558610978553654, 0.0062064020174081, 0.004083130551671198, 0, 0.1303074728537593, 0.20639923149548745, 0.03515152659191382, 0.03515152659191382, 0.03190211998720614, 0, 0.03515152659191382, 0.03515152659191382, 0.05440255516099777, 0.2149840356883107, 0.018628528223208405, 0.13509975320702275, 0.04467370665840923, 0.06168240615801874, 0.003411572538506695, 0.07944827142203902, 0.12165485905995012, 0.010483234300873652, 0.13252545596675852, 0.08908182065261094, 0.05096771871200408, 0.26887843003204603, 0.024779965976235822, 0.04645673110570793, 0.2793247110094234, 0.10065166695512914, 0.03695735309114086, 0.11864103198235332, 0.13885561905548988, 0.2183662791550848, 0.16670540650356427, 0.01868235285339359, 0.04399538477441602, 0.14034564136043504, 0.21020275245173164, 0.09934310057004256, 0, 0, 0.11811862584954971, 0, 0.4347104272111943, 0.0872728718076368, 0, 0.3318391946428054, 0.014811673681389186, null, 0.10204938330370662, 0, 0.10692636502205544, 0.24529700310053393, 0.03810226608453978, 0, 0.018279273195862436, 0.1004658584079094, 0.15108445713990432, 0.10839543673486449, 0.1751681673974061, 0.19094332019950933, 0.04851227765521862, 0.005465570126766862, 0.01528121374288686, 0.01928011321248982, 0.12794523622441867, 0.3663724940162944, 0.2089662311986623, 0.011605120788368275, 0.14065588953648894, 0.07310782601458954, 0.29368598355215336, 0.03515152659191382, 0.03515152659191382, 0.07002270224637734, 0.03515152659191382, 0.11462644992835865, 0.034318467821209765, 0.03515152659191382, 0.013888432090535294, 0.00593495773648834, 0.04184228579442001, 0.014370695280953897, 0.11192252761357774, 0.008382307900611907, 0.010075706623477553, 0.030555498168172154, 0.12780920781634336, 0.0039971796715680685, 0.008981659111399472, 0.012907563447377451, 0.02651859925497999, 0.0035224258370304307, 0.02850010299131734, 0.10377231242289398, 0.026180460469489387, 0.3016219123180735, 0.09870739532090891, 0.03787722582526397, 0.06975311802057957, 0.19410637794726177, 0.07956901822399301, 0.43426698013261744, 0.1216969990848423, 0.0201808825948094, 0.05200709435484486, 0.0035198568523001576, 0.05244975455179634, 0.08042899814440393, 0.01394504399247006, 0.07500019622860608, 0, 0.023804803467137182, 0.12742211119187627, 0, 0.0023949053780616104, 0.0653881500852908, 0.3381226371455279, 0.033085365622443734, 0.07748268390641698, 0.10651161759027478, 0.005704879275830402, 0.0950503802498322, 0.18184956866981355, 0.07196447188197161, 0.03883118400816661, 0.024966143121414534, 0.05146176543562889, 0.020826774572637277, 0.0011748443580625932, 0.015995147095239262, 0.09128482199742614, 0.36132766116652176, 0.1296057607260142, 0.10074969737149136, 0.08857132100741762, 0.14261651223727534, 0.2562856604872659, 0.07291601565255458, 0.097696910828634, 0.1382026945307711, 0.1482655360555902, 0.26538829327486496, 0, 0.1498850370467013, 0.0101044775681972, 0.13554030633600128, 0.13554030633600128, 0.07177942376159978, 0.14651622791150162, 0.11333689046032398, 0.061275330229945045, 0.05851101061881621, 0.3808702608131753, 0.01602919366224026, 0.024690006675520813, 0.07713653482288187, 0.1920542945038038, 0.0013530605955811245, 0.13045540069588535, 0.11250410709551892, 0.13616795415604374, 0.0031005728389094885, 0.13346146596356734, 0.04221396548406824, 0.04908007943439359, 0.03355332827614303, 0.04104729326235639, 0.13554030633600128, 0.13554030633600128, 0.13554030633600128, 0.13554030633600128, 0.13554030633600128, 0.13554030633600128, 0.13554030633600128, 0.06708367984153148, 0, 0.22316595891608568, 0.34251510179237094, 0.12093081455115448, 0.029656690199547583, 0.14158103631760638, 0.1316951436196622, 0.08806148587185963, 0.1254288429862952, 0.07777491041688854, 0.03218958721607145, 0.007071031751069816, 0, 0.06324826170204341, 0.179013131363134, 0.060904026122547056, 0.09565792574328004, 0.02576216541630128, 0.1261111744760134, 0.2612796872684704, 0.03227578720006446, 0.03578907163312958, 0.07425365320023534, 0.07425365320023534, 0.07425365320023534, 0.07425365320023534, 0.07222907092419946, 0.189497643494197, 0.07425365320023534, 0.03777716727199655, 0.10705214179181628, 0.12261507369959344, 0.01442052530692869, 0.11228874143822082, 0.253300374426021, 0.011500370803805685, 0.0688737034492122, 0.23072845662319888, 0, 0.2300292132369484, 0.07634702601376886, 0.07634702601376886, 0.07634702601376886, 0.05312562366142064, 0.07634702601376886, 0.010366476104433907, 0.004379602698725247, 0.13282544245172548, 0.00506687157403934, 0.11277868894913776, 0.07425365320023534, 0.02785502798605554, 0.07425365320023534, 0.05050744594039056, 0.04079739908049635, 0.007824679451482503, 0.13709075172644913, 0.003870072403617483, 0.04625586192685422, 0.12719367592485917, 0.25021590921925563, 0.08002291250309555, 0.07634702601376886, 0.07634702601376886, 0.07634702601376886, 0.16383095641010637, 0.08253161432683748, 0.04180841087929547, 0.03551765492333157, 0.005716559485653384, 0.07634702601376886, 0.03617455482641536, 0.10277336862595084, 0, 0, 0.010164098323760336, 0.06237949305819989, 0.026944671454250356, 0.0005551647313420615, 0, 0.07084757137177791, 0.025735670439255832, 0.002370953042725071, 0.04626443530337073, 0.1483960167814979, 0.022489248020178015, 0, 0.15598622382121846, 0.10714863902790536, 0.03261826839429587, 0.0628541612992389, 0.07425365320023534, 0.02970558334920963, 0.19734160955210983, 0.05007918330975608, 0.16361183446580474, 0.1640960391041497, 0.08994291499634771, 0.01861779587009978, 0.054261647610652775, 0.04416942134162141, 0.006252923870088005, 0.01843739243615163, 0.045146176576329536, 0.04485304901802862, 0, 0.001041727234681611, 0.0034857497036701896, 0.129363860744065, 0.3238270884034612, 0.4002373183855276, 0.04272496496933199, 0.1162407847031319, 0.03119490040627008, 0.03222851815446079, 0.024245340085406426, 0.5270103209187899, 0.23149276306114405, 0.1472725175520273, 0.02370307202504072, 0.027442351420840595, 0.01529272861160205, 0.06546714942385994, 0.20855533818244895, 0.030394309447692225, null, 0.06200603438001686, 0.3212502828712331, 0.15204290166700965, 0.07299005110022899, 0.1793541536219983, 0.009854455952128596, null, 0.06515695355652093, 0.392659905051751, 0.29311167730079524, 0.04807869988515578, 0.05005017978159307, 0.002721322352964491, 0.1247123056285848, 0.1303606996831029, 0.1028624769176293, 0.23859792725815632, 0.02035298775743722, 0.043211762869236336, null, 0.13936528062567655, 0.3179930205959533, 0.029034680145428707, 0.24165282195355553, 0.0010941279139241376, 0.11836214071371676, 0.2667874361598204, 0.03588610719640201, 0.1336127969809847, 0.10352686124973044, 0.499097939521405, 0.025673330376225902, 0.2909845252255749, 0.06407910891832895, 0.016237242776527588, 0.07557908088272021, 0.21500273256316432, 0, 0.0068242356767923016, 0.13554030633600128, 0.14287564589234636, 0.10967960772761104, 0.09086701781337508, 0.15803457792662878, 0.005830202393879971, 0.13554030633600128, 0.04433502636353207, 0.05164574431973187, 0.046667857291056256, 0.06482191347696147, 0.02069108899127739, 0.04387303507267208, 0.0399723145336282, 0.030581723830384048, 0.03881671416554972, 0.16444775410999132, 0, 0.05216583733552743, 0.006185745292875126, 0.00826259688427846, 0.07671611240731716, 0, 0.06572681573235956, 0.2553752774633241, 0.1851699427045016, 0.11934225567550068, 0.10404166560981376, 0, 0.005746090674189469, 0.1561112303129271, 0.1301638099361467, 0.03201634083206424, 0.0036389701323410674, 0.13554030633600128, 0.023681150572991732, 0.0927498795434629, 0.0920789983170216, 0.08521804871916437, 0.02919288585154387, 0.0901971942981776, 0.08068923972434955, 0.025384946730768604, 0.22329654092507137, 0.02161057583964722, 0.1576595350690526, 0.051715221668599425, 0.0767418528691019, 0.004603843439614078, 0.025377157971877336, 0.10460678813980878, 0.16768452017120658, 0.16915920023686296, 0.13554030633600128, 0.13554030633600128, 0.18564009684074573, 0.13554030633600128, 0.05147193449511991, 0.03653565600963901, 0.06484047425756476, 0.13826373521630364, 0.13554030633600128, 0.13554030633600128, 0.15562423138485632, 0.15092628684079426, 0, 0.10033183800843563, 0.13554030633600128, 0.15488284741740516, 0.056513757805554926, 0.12106852265463836, 0.14286665729122003, 0.04280156545701988, 0.03595211182076484, 0.10985777187292677, 0.054152154519993626, 0.11647519532534811, 0.08630985047894492, 0.308962137531651, 0.07005088589117375, 0.04531108522117673, 0.1419861752626975, 0.0937903582957436, 0.12800615802203136, 0.2618670516442223, 0.13554030633600128, 0.15456092641219113, 0.042147076621744856, 0.04167546211683289, 0.011144912041961656, 0.10305839626948812, 0.10572468123025412, 0.14669911044546563, 0.04698743072906938, 0.31139614398083115, 0.2648904861592003, 0.07770715816302702, 0.2185501223514628, 0.01588257084955206, 0.05766025895954526, 0.033690716102658336, 0.059194765843992365, 0.13465921676115808, 0.13554030633600128, 0.053761926229666045, 0.009666944241827544, 0.050062362221417585, 0.0573780608237752, 0.027138088742486417, 0.19001273172380925, 0.06922084633052224, 0.22427296538464553, 0.25367141017952716, 0.035713948714140124, 0.1272009031975234, 0.13554030633600128, 0.09795981295799472, 0.14517649158653642, 0.14699376334482547, 0.04201061177099811, 0.06810927013752047, 0.3598824083869142, 0.026770402939771527, 0, 0.0559707009890652, 0.036552865350557885, 0, 0.30307156834989696, 0.2411172057082771, 0.10266856604017838, 0.21347328912246857, 0, 0.12637411717136016, 0.14023021127054747, 0.1730560993354937, null, 0.07760632629198976, 0.13554030633600128, 0.13554030633600128, 0.15737646793230947, 0.10409827386503612, 0.1744836695808848, 0.011906056518326182, 0.01190321449489795, 0, 0.13554030633600128, 0.13554030633600128, 0.17620231981354656, 0.09897774012414676, 0.005077184071074561, 0.13554030633600128, 0.13554030633600128, 0.023697470568764378, 0.07618017468109939, 0.015997194617927594, 0, 0.08070173548239992, 0.25813553361392627, 0.08343088314250607, 0.1698123034379388, 0.25790765446163005, 0.1764626264928114, 0.21521081206132703, 0.32155482462841944, 0.014374722781984232, 0.0036520129465654385, 0.08744274604698725, 0.13305035305125867, 0.08807829220698185, 0.011543000031928706, 0.0564563792753056, 0.03909263596312366, 0.05181061689480789, 0.04137005744850599, 0.05567463373214663, 0.2705906075599194, 0.08198713772301401, 0.10416669928481748, 0.0627607764452684, 0.05026606136784445, 0.04144098650832874, 0.288999646242637, 0.24203629532597207, 0, 0.10589860132503463, 0.032280861454811065, 0.17425029409640042, 0.003948647869265661, 0.0006151346285903502, 0.1771901300729686, 0, 0.2050902522507236, 0.025755045586814188, 0.17965198822026326, 0.008063691531110778, 0.1962991325057731, 0.21291779515005232, 0, 0.10234590957595573, 0.045006620486032295, 0.1384729270018543, 0.19634469074158, 0.185726714205574, 0.052303967588158584, 0.17642206353591758, 0.1873693656844975, 0.15527389979719836, 0.008573347338015526, 0.00916142571499308, 0.03715157993013501, 0.11131059417956753, 0.14283358987187414, 0.000051117002353341424, 0.007284859667808939, 0.27722537098401506, 0.2177832812159944, 0.038526392491177654, 0.2757692455779441, 0.16403082888617587, 0.1355214789817763, 0.0509318999541556, 0.06010894400099981, 0.00807038481327353, 0.07797675560635191, 0.062462076032151606, 0.060220519573853375, 0.11082350941261844, 0.07146151690354383, 0.03294055374891905, 0.05074851603497391, 0.22341612697859695, 0.05499005198065052, 0.03984597033225832, 0.12630007867422868, 0.06184062536698151, 0.1933966291294958, 0.0857869349465134, 0.008912933168633516, 0.1751855131293592, 0.006993337254682698, 0.3199305353492524, 0, 0.29014166832520655, 0.11009660392324663, 0.050393605890071975, 0.09299596451930912, 0.04985827412247287, 0.12296872617356348, 0.013334445750733252, 0.11009660392324663, 0.042577514398055426, 0.2002028584710623, 0.11009660392324663, 0.11009660392324663, 0.04218602370095177, 0.01426937715389015, 0.2519910187270559, 0.047683856016449186, 0.04521774482557587, 0.22961838976649637, 0.062108020139596785, 0.011282079463105865, 0.2030984001973508, 0, 0, 0.018325751618923577, 0.09264268763657522, 0.2840957050771957, 0.094136027810757, 0.0003888330195332039, 0.05477059823177218, 0.02614946360496019, 0.08163417740141, 0.009627844419518094, 0.005248094595904957, 0.03230478331658276, 0.21138117188957575, 0.105850604687473, 0.007271701618083061, 0.2399767067558927, 0.13920204626732136, 0.27097010020077045, 0.01182988711801854, 0.06782904211594463, 0.12131444069744048, 0.024657229736651787, 0.00959285156744569, 0.04780946585475557, 0.015949782465622314, 0.0960648176724382, 0.004654337149337019, 0.01521749011920506, 0.051485701533617305, 0.035933004303428655, 0.15282244196484418, 0.1694394521430743, 0.07945898663237028, 0.09029103730746545, 0.31701557668115615, 0.04485335012919155, 0.07144923888764461, 0.10970313722002568, 0.2192776029496154, 0, 0.1441247900807409, 0.23090016359155555, 0.09650215110480204, 0.07034182944767367, 0.06744893109876322, 0.20328932182881773, 0.11742173369880086, 0.011357069082645086, 0.01058808814695616, 0.038341431133944, 0.33577574206251615, 0.07119411586376322, 0.03726065486400624, 0.0811546852780582, 0.08114275545962749, 0.064213936694038, 0.1429970672318413, 0.146820022183171, 0.19734191288857497, 0.16519210079503494, 0.10923270947536742, 0.09225629605610804, 0.11904824115589546, 0.1281615271154206, 0.018399257196502546, 0.15705691825830567, 0.011911975438510853, 0, 0.08810803987166466, 0.3172606380947982, 0.2241665896204652, 0.11009660392324663, 0.09124454903785756, 0.3188114278819647, 0.26066521805631254, 0.12421499499912264, 0.06187553562503949, 0.06930273094918316, 0.13202372847480037, 0.16573161656691157, 0.05515980217782718, 0.0391919812039514, 0.2038838117101623, 0.1916616308679318, 0.032121449761560054, 0.021084662597313272, 0.11819798066306224, 0.021391030237130265, 0.007915150935069944, 0.045348157066236655, 0.1833051031507724, 0.06282601080943943, 0.11009660392324663, 0.002593396053553506, 0.11009660392324663, 0.017072047322101252, 0.07914449940175647, 0.17930383249603132, 0.04218675330003082, 0.06806874931252338, 0.008165881382100637, 0.1586570450786893, 0.11009660392324663, 0.012982590649409912, 0.14537591090868204, 0.044279860983421473, 0.019606669683306467, 0.1422530171699552, 0.1796508037385814, 0.17653642889710908, 0.01043404586000738, 0.12354747056674016, 0.1292816585477554, 0.011169504717564971, 0.03449858448736612, 0.14596842911452065, 0.02632393327550901, 0.15347862958472097, 0.06584852431926415, 0.03088136693342521, 0.17925659369954533, 0.047351947513226536, 0.06952151495093645, 0.12145973539174176, 0.02311558627215596, 0.1078110048171082, 0.010735187799654914, 0.15944921849552512, 0.01735047579845008, 0.061058577820200056, 0.1968687902151321, 0.06703916110868603, 0.26482254043901615, 0.09872121249981246, 0.3167662612306166, 0.12273662994266904, 0.021358406475168373, 0.03123666736061011, 0.06324074929694931, 0.030540350149143528, 0.4398487891387585, 0.00638862392625813, 0.05693535538997134, 0.04448055634438483, 0.07282617847943558, 0.18321449853168137, 0.2912611128093989, 0.22934408735975345, 0.12259772544894196, 0.02257122378417319, 0, 0.11847268416071426, 0.044275803313453536, 0.08724581999649579, 0.2194673117167736, 0.1444887167841877, 0.10522888390684172, 0.004256454683064223, 0.03552124614366178, 0.0724692369704301, 0.23854764275165155, 0.3150404291220956, 0, 0.10321492808146748, 0.14282780519277466, 0.49261406801712576, 0.030422484497665533, 0.02719072762039479, 0.08016074092570435, 0.35425684272802804, 0.06224103015671264, 0.002438908242545027, 0.037451501296015405, 0.3388718946560919, 0.0975446187689526, 0.01903435643731577, 0.0784176581951917, 0, 0.09736001438155688, 0.046669867898115495, 0.012121746466450667, 0.09821982178003046, 0.00011221879739678448, 0.013424157463046002, 0.1077895761431534, 0.03997104912484436, 0.08641131072889613, 0.002675084202096898, 0.059829581856681, 0.12152030305422698, 0.008574344522412403, 0.02648177628781093, 0.062187312758487656, 0.04371434663782044, 0.06030759242736569, 0.07430936989979846, 0.08817186164435742, 0.007468279169021787, 0.06033178768722123, 0.007403326581095963, 0.08489369561981215, 0.00687865760485919, 0.0875352151086776, 0.1551987931000164, 0.2182286579110782, 0.007510301940954852, 0.23100759791738584, 0.3633740459081304, 0.1752022073807241, 0, 0.015029042732996972, 0.1067756740710612, 0.020032397160080827, 0.06813684304883388, 0.010833733628960738, 0.27746363552425996, 0.009433488590573436, 0.009627125698098846, 0.009627125698098846, 0.07159089885395171, 0.0373372211593767, 0, 0.009627125698098846, 0.00312296281188635, 0.030114054285483277, 0.05216311056774996, 0.08694080296888006, 0.03917943902749399, 0.05280748200959558, 0.009627125698098846, 0.11448336464391969, 0.0322976997441995, 0.01657378783327537, 0.025471536330776538, 0.16211264864649463, 0.117169995441843, 0.07694615117848438, 0.36463697092247055, 0.030419344727519625, 0.06828018535570507, 0.01200794619212906, 0.04318303442316321, 0.02910467277853337, 0.07076377977041408, 0.014953921641872491, 0.06769567555676224, 0.035833827665592184, 0.004582677287159726, 0.05602990050153493, 0.16167693215122034, 0.10811523420872488, 0.020040816292878395, 0.04325975580440647, null, 0.07926979585985722, 0.07556447209431252, 0, 0.10067346206180731, 0.4107040170934688, 0.14960987220936933, 0.10238705917965864, 0.07780771609177631, 0.21137241573257365, 0.3406604263877926, 0.33855355881470833, 0.1491189496654994, 0.036392808733354536, 0.054147356639615965, 0.24573643230969913, 0.04130507039675651, 0.07344341314229552, 0.043606125525835635, 0.25542938189610287, 0.09912933884336445, 0.16473987323304684, 0.3296315007155282, 0.11076895147023384, 0.06124320990368922, 0.08843194636959772, 0.01634713333087038, 0.054730420530009885, 0.2382834585636683, 0.0885356625809365, 0.3692851216191621, null, 0.18199893362196531, 0.08150969081702424, 0.01282436402997614, 0.01282436402997614, 0, 0.007733907463647514, 0.01282436402997614, 0.01282436402997614, 0.000049827552563443666, 0.23323280261078252, 0.12845601630633596, 0.019676489671717527, 0.13793832091768304, 0.016850560709096168, 0.0019042717749453665, 0.15536400773750816, 0.052272945518556095, 0.052272945518556095, 0.1427697333870597, 0.053761275265316426, 0.016289251848852018, 0.1333937581394877, 0.05844839848771087, 0.08179691778907457, 0.005254746431630656, 0.03240854704313481, 0.044286452868657754, 0.06104068943379092, 0.15213733320996112, 0.0013045287431617603, 0.11419278147386928, 0.013279190448561098, 0.02170732513806663, 0.05345778819140138, 0.022302967117036734, 0.3522068783914169, 0.021601316999813363, 0.052272945518556095, 0.04168157307598939, 0.15237885387159564, 0.052272945518556095, 0.08637570854571754, 0.2767076458060299, 0.009627125698098846, 0.009627125698098846, 0.06930123387897587, 0.009627125698098846, 0, 0.4161981526848473, 0.25644840430293164, 0.018014144724402006, 0.13962002275903165, 0.009627125698098846, 0.24489568185838811, 0.0013593492108284842, 0.015380257729810515, 0.09100994417904366, 0.05958686481477047, 0.023868217995772212, 0.12048651297782222, 0.0953289258524132, 0.0581850426444373, 0.1902091367413677, 0.2265786458090435, 0.0834330950354557, 0.06042770531668264, 0.009255543005651672, 0.0857257006941813, 0.011229796730913571, 0.07397833204533527, 0.03348715310856092, 0.04649760420084446, 0.013881072286205429, 0.16405629808122618, 0.013881072286205429, 0.1464608403273756, 0.0034606524488650877, 0.009125945087148151, 0.013881072286205429, 0.013881072286205429, 0.052272945518556095, 0.07679227764798416, 0.10162893840896749, 0.021951432080980594, 0.004634394408163469, 0.12286066901524356, 0.05204378439351723, 0.08717800249449745, 0, 0.16404704137182918, 0.052272945518556095, 0.0636967610768076, 0.05704882792989194, 0.15842017391671037, 0.05676809918423199, 0.19235131871919017, 0.28399401832346743, null, 0.23522233306088905, 0.06210057847639621, 0.11438275542304265, 0.0762237293470728, 0.008460473964172769, 0.045623738742426416, 0.07215143878556832, 0.05386427738326336, 0.022603058933570647, 0.04428608764883419, 0.05676809918423199, 0, 0.28984592185989344, 0.05676809918423199, 0.010609204874798722, 0.1101842357899672, 0.05676809918423199, 0.06053123775884702, 0.1979586350563732, 0.5101040122306606, 0.05676809918423199, 0.05676809918423199, 0.15129949448024194, 0.040841267517590485, 0.04838423979599936, 0.17058622980460014, 0.09069713107787776, 0.133478973441995, 0.10111481586551088, 0.12404862653230116, 0.011215850963259857, 0.07947029529564632, 0.0741736881346564, 0.07247691272159147, 0.01522159581322782, 0.021143859318122547, 0.044649637460605074, 0.05311623250619539, 0.052272945518556095, 0.03017344204930668, 0.02270773861058983, 0.001735598299878286, 0.23595035626944183, 0.5106713298979234, 0.11871278427027378, 0.08493057066714388, 0.03934118314919176, 0, 0.037760378359605086, 0.013891804269125878, null, 0.028253460462855425, 0.05490885462525745, 0.06640342569043996, 0.1664326953783259, 0.1030474111791238, 0.05901844815236378, 0.1159239517162939, 0.0016119050684634466, 0.017450333661160375, 0.12721994745655302, 0.017450333661160375, 0.1576247842143392, 0.03592134100347768, 0.017450333661160375, 0.020710619752801415, 0.06997985414305295, 0.06316318121129064, 0.008959526389106624, 0.11189647351056062, 0.1115652361517258, 0.013977766272484704, 0.02060381489575798, 0.07928386064422834, 0.08445384843074114, 0.017450333661160375, 0.08864948296344698, 0.052272945518556095, 0.01282436402997614, 0.12556040496750936, 0.04536845676770606, 0.09253481651146413, 0.1777117126676999, 0.1036315136530786, 0.03002718015289837, 0.05676809918423199, 0, 0.060592578328009794, 0.193219971174118, 0.01539199574462527, 0.15376056196849552, 0.01608375011560452, 0.021832674168530217, 0.3773578726501421, 0.07063125897385461, 0.31238434578243995, 0.11868336104214013, 0.0051111860644663795, 0.03516731749195732, 0, 0, 0.0025848592628562044, 0.0015550093651554174, 0.012037926773877649, 0.17120586793616907, 0.03472378464725268, 0.09781089090731392, 0.11297907722992637, 0.2783148806035409, null, 0.013881072286205429, 0.009643985400459172, 0.013881072286205429, 0.013881072286205429, 0.3110312631872828, 0.00520125024714513, 0.11166423918338132, 0.013881072286205429, 0.046266864818698406, 0.4239794248028867, 0.06680594962280778, 0.1458226110327266, 0.01994508600670913, 0.02551435133040408, 0.0312418568642072, 0.04543213671775079, 0.29018382137717535, 0.02307245410896077, 0.12227421485074028, 0.07694552338697581, 0.13720079399241047, 0.01282436402997614, 0.1616886241115831, 0.01282436402997614, 0.031658961502355684, 0.017450333661160375, 0.0037096799384847504, 0.01282436402997614, 0.05676809918423199, 0.03147709481767587, 0.017450333661160375, 0.017450333661160375, 0.03766144036827013, 0.017450333661160375, 0.035157198873638516, 0.057337752668073366, 0.013451645284519882, 0.2371302292951753, 0.20284742742630713, 0.02656308662160633, 0.10668473936990674, 0.035965620513809755, 0.002950736332695101, 0.01161581951092196, 0.11268732009109042, 0.03754411502958171, 0.08560475623872983, 0.05417718510374636, 0.02696965853312736, 0.06617688450207063, 0.035965620513809755, 0.1772686183238418, 0.002844024619619758, 0.07079278462260663, 0.2695280026764954, 0.04893987889237771, 0.11138473042204268, 0.01974928336635034, 0.1069766997834604, 0.013660318669184749, 0.1093874167271006, 0.13633040501926302, 0.006894664062576711, 0.29558023604787464, 0.0976208813969686, 0.035965620513809755, 0.01675630315004938, 0.00519077679339753, 0.013958500721354464, 0.02419302132855371, 0.035965620513809755, 0.0004036977220201547, 0.03731369946545234, 0.035157198873638516, 0.1070458726224459, 0.013085047728466428, 0.027082580047151087, 0.062325727390537225, 0.16716499994430192, 0.035157198873638516, 0.035157198873638516, 0.031610940370314505, 0.015450365759257316, 0.014904847476276066, 0.06710761047901587, 0.03151911287476879, 0.2583834708466436, 0.035157198873638516, 0.11775527849381692, 0.02407543607654585, 0.0665329447199187, 0.1576029746717749, 0.017250659404620682, 0.008530142460142692, 0.008530142460142692, 0.008530142460142692, 0.16066727455643412, 0.018056448395463692, 0.008530142460142692, 0.035157198873638516, 0.026630442529802085, 0, 0.034027638646399044, 0.03559663588971289, 0.06525122677099553, 0.036449024684735064, 0.01820809919914747, 0.001178136693443351, 0.20487333453064893, 0.08562509639802134, 0.035157198873638516, 0.1925756864407304, 0.02535004654584951, 0.03264369481740233, 0.26083021727124023, 0.3306325805176449, 0.042530874872197, 0.04088640238875661, 0, 0.1853777582790102, 0.14102183746139038, 0.11288346878660054, 0.05596889342493997, 0.05326885268771004, 0.08469727563514899, 0.13269395870644926, 0.02587702693015585, 0.01409296079742648, 0, 0.005011193952949475, 0.1070702748669508, 0.32254646810653465, 0.07239656272521215, 0, 0.05548680411820972, 0.2624645568422845, 0.011184112088571316, 0.12080830865361716, 0.035157198873638516, 0.08367648547805875, 0.03074622037306717, 0.008900417964001954, 0.15018257029200083, 0.02714886642141536, 0.00689873373688415, 0.21528338701906527, 0.09638435368123364, 0.0903831101925228, 0.1989632111028498, 0.05238082471913809, 0.17929463056859898, 0.10124924124301028, 0.05529179016061471, 0.00969527193625515, 0.026420513192197834, 0.058761742602501985, 0.12129307843618169, 0.10040338800138314, 0.08832468801694637, 0.01715985540020054, 0.11982224093705995, 0.08330944829658436, 0.041241382934749354, 0.014289858515443146, 0.05432422310772231, 0.1341265398083257, 0.052291923021446925, 0.1486387092296704, 0.025098136622152312, 0.25036639224544277, 0.15651790488582004, 0.021663933577645223, 0.01460469899867372, 0.21716069573998265, 0.17197043876107335, 0, 0.13408665552633028, 0.12675636256593367, 0.03504435801672726, 0.12469675036010072, 0.006018475847684288, 0.057090013970749344, 0.10110096179201704, null, 0.033685849336558535, 0.01281956197055202, 0.03310828914464048, 0.032662338287037976, 0.037156530070024466, 0.0968614790849195, 0.01922863879915198, 0.057739804697939774, 0.10511279982924868, 0.20106159003222088, 0.160077037406469, 0.1542052140470126, 0.05011194923929891, 0.09879723982517195, 0.2809215699978229, 0.03586073112258177, 0.29439486237564405, 0.03023172246547725, 0.02038431159251408, 0.02156278932027017, 0.074899635091158, 0.06073974796395034, 0.0026728995159537336, 0.05295854358790468, 0.02650857157105236, 0.08155068176782687, 0.03206334104590844, 0.242359998163438, 0.08049626818301035, 0.042685476151089224, 0.008530142460142692, 0.008530142460142692, 0.12714064135391562, 0.008530142460142692, 0.029947486627537406, 0.008530142460142692, 0.09469146894941809, 0.029955588932956696, 0.13705980937069037, 0.0005568863387817797, 0.08988209113289723, 0.012293500879603231, 0.12236036863283511, 0.019154684333963685, 0.20431894030777617, 0.12719819356701362, 0.04292004940172963, 0.004901798196660126, 0.027289659669501205, 0.01957930809577602, 0.0017319602067342656, 0.1655020109074097, 0.005336046712417624, 0.020455172220688354, 0.008206670964380736, 0.1575073105002033, 0, 0.06807415402546277, 0.008185843906257158, 0.08637496013088278, 0.09555321397566156, 0.034120765464361595, 0.01844240382753349, 0.07600661850138056, 0.058329546291901874, 0.14018588856971542, 0.01922470121030296, 0.011623104796646582, 0.13463418432078417, 0.05462926332627897, 0.05649455623709709, 0.0666232877584237, 0.2511356969100563, 0.10572679557954864, 0.22710167865459943, 0.07068190071824687, 0.054786152457371194, 0.02681297374321264, 0, 0.014182412016490694, 0.027015371723778433, 0.06607235955373532, 0.149076122089591, 0.0683478071563706, 0.028583339290311843, 0.0492398776616392, 0, 0.06191838928271469, 0.13720403269627426, 0.1166318088949582, 0.034887464229696866, 0.03685743207569508, 0.07423443115001471, 0.015983506975669734, 0.12894174919828535, 0.029339502594384132, 0.01719879290378794, 0.053093673393598946, 0, 0.03607827785408087, 0.13950153066429466, 0.015199867478322531, 0.05452552087398051, 0.12364795523631028, 0.01955874302031683, 0.09205724598544442, 0.10213348889294388, 0, 0.09473583821231014, 0.035965620513809755, 0.035965620513809755, 0.035965620513809755, 0.035965620513809755, 0.029920708448232223, 0.07696428480152648, 0.02740445851337501, 0.02760193351128918, 0.1398838227270633, 0, 0.06541983885579968, 0.020438952326209073, 0.05529965117043803, 0.03694680680071189, 0.04234468753378887, 0.0026062356186286784, 0, 0.13880407318034238, null, 0.1594674045689216, 0.2086953463391182, 0, 0.20785290805328563, 0.048888984901268175, 0, 0.12464456090447612, 0.006755644178142292, 0.01056870537246726, 0.05762632679078651, 0.19246245870415035, 0.012915999249619406, 0.16960634107359196, 0.11171898767526188, 0.25086649373985803, 0.1155152618871554, 0.027741202753818982, 0.1500114784580101, 0.07574538130262201, 0.07663930224631689, 0.0461210430231508, 0.0029046960057465643, 0.1307248961205136, 0.09327378295159625, 0.08105458022579827, 0, 0.05653241019965776, 0.16483833873839132, 0.10855784572984543, 0.12470376403586383, 0.030485874232923826, 0.03595152847032224, 0.09972413688912755, 0.0024117750959441286, 0.06032289198377444, 0.053402850604733536, 0.1163584763153632, 0.08289859434641049, 0.005926644922351725, 0, 0.09686870141135231, 0.08687298433157745, 0.0021886175538334382, 0.20082938177044823, 0.11717766291434008, 0.0642167080831157, 0.0478407682244369, 0.07127038978789024, 0.15222390664148627, 0.08791775983829152, 0.004779020396579571, 0.032654797039613145, 0.06556097627309085, 0.039330389864740994, 0.06704094052073485, 0.02804591460165401, 0.04303837007138719, 0.11839725837710692, 0.0683388910134539, 0.025058093804993593, 0.05304753747900519, 0.04116326639366996, 0.10967573462205572, 0.18681790156280909, 0.058825964879074995, 0.06546424417863168, 0.07401396418970388, 0.0789763290073202, 0.04970943731384518, 0.07196697373644355, 0.08185278687206607, 0.02877595500506576, 0.004313629207350345, 0.08160810885296989, 0.1325118990976923, 0.07335433119004885, 0.0043009764718657095, 0.14490328024607724, 0.06663986107132296, 0.1280004517226252, 0.09187674070651178, 0.07933141348550588, 0.045602703164328975, 0.02049618568555862, 0.018485702687175237, 0.020747315634161018, 0.08010250934205508, 0.22085172199974187, 0.07691856368020226, 0.15512672299009253, 0.014161515072273706, 0.02084163420414269, 0.08566522082180339, 0.028024899408846636, 0.14747581288240744, 0.17571365284814075, 0.04466332979216126, 0, 0.018515912700259547, 0.17172177038340475, 0.018984108807904007, 0.415108529594066, 0.0018728303334904644, 0.020560859298738677, 0.3061155444021358, 0.0024864288554920966, 0.011440854483005438, 0.3939917827168204, 0.002207154202265262, 0.0873255284581866, 0.006857470633828415, 0.06140896607168401, 0.05310486146791106, 0.02507696445833817, 0.1988102027498893, 0.10429110618608416, 0.044098882499674905, 0.04073927670486777, 0.04419914734313262, 0.09418753132513064, 0.0412263958654697, 0.010697244599347564, 0.014716459502414993, 0.05336210788864218, 0.07822100297741275, 0.2811354719245021, 0.23415592500918897, 0.010491598294761977, 0.01514621398739626, 0.054127461003873265, 0.0006910028193084819, 0.017139181114423287, 0, 0.026391563705934564, 0.03241084289095517, 0.095270071068367, 0.16279329579076182, 0.003864514591778479, 0.13173734091179876, 0.06898687374139213, 0.15544016823726772, 0.05991399954282106, 0.006208571348364418, 0.1281741539676913, 0.08373274978652105, 0.1034352456452034, 0.1383270693045857, 0.13904535117065786, 0.0956511139264445, 0.016825491466233654, 0.02823356544791748, 0.12380695480573464, 0.07447112951788946, 0.0244350201419472, 0.062232619146619414, 0.08797558724266533, 0.05444448549028608, 0.1003000026131122, 0.023309385392557357, 0.025548415654639556, 0.019971459571766145, 0.05329615145289806, 0.03567577209784775, 0.014870980071148772, 0.0025546085212275987, 0.054157462284035854, 0.020379157851195717, 0.13439115456108738, 0.03010827249196398, 0.2773470963643296, 0.016910978874546092, 0.11423950284117308, 0.014818762512280014, 0.04188889330669854, 0.02283101076475975, 0.03315625482646227, 0.04935447552206479, 0.04258354333476387, 0.007089354472801739, 0.07839331136175988, 0.1943301091211531, 0.01791487640203325, 0.08472272688395649, 0.1299349612305907, 0.15081294056750602, 0.0631636090752027, 0.17034006218474915, 0.021549002738850496, 0.10777306643630706, 0.02373036733380363, 0.02226139139193448, 0.12252479022764504, 0.046220375376636605, 0.08080296654146016, 0.04277365182312241, 0.04962525957949201, 0.05263711894450454, 0.1420636049431194, 0.008544183863154586, 0.1735819091537373, 0.09107926218247636, 0.1363343160642769, 0.17484380860223345, 0.09740836053967672, 0.1567150651160899, 0.05791915475283186, 0.023614034039666727, 0.03342078794016979, 0.15755880067870345, 0.13437617371962968, 0.1593523613567052, 0.025761426810702533, 0.028471955576639885, 0.08376362004454022, 0.1593523613567052, 0.1593523613567052, 0.1593523613567052, 0.013619238667497627, 0.013619238667497627, 0.013619238667497627, 0.09477002217907712, 0.2539067558068455, 0.058010342146766085, 0.00217579255025309, 0.17037369238491276, 0.0011194933373084488, 0.2642962150478205, 0.017462409459807243, 0.12384442551299706, 0.31360895865858507, 0.03540807646801865, 0.015232969492682717, 0.02664739486321172, 0.012720672326789332, 0.2251378724581647, 0.003812592885110556, 0.025183783892266436, 0.20186035126666857, 0, 0.05342647408409775, 0.05743185304365007, 0.07574854722109867, 0.06444230307429911, 0.037100528812968395, 0.008282611062230513, 0.1146194712035912, 0.1162395078161676, 0.013619238667497627, 0.03393288129989366, 0.0016573519432676444, 0.07121087789804605, 0.2889583222543169, 0.08738249945534965, 0.44657200648971224, 0.013619238667497627, 0.013619238667497627, 0.0558177665592997, 0.027551078772618837, 0.02264346153038004, 0.23211579377529667, 0.0071199985498291716, 0.03531690988926602, 0.3899410635720254, 0.21290772665891172, 0.01303855599447066, 0.016315560948058676, 0.05942753676765325, 0.06738264129347445, 0.08442330767217204, 0.04170820284135598, 0.0035407462886647817, 0.0956808023690582, 0.028518154346443, 0.03558428290549383, 0, 0.0278139002379392, 0.004257688208270867, 0.06290569410140497, 0.36002529882349843, 0.03329516442174826, 0.04575053146121917, 0.013619238667497627, 0.013619238667497627, 0.02643040693351003, 0.09320521147758593, 0.03562106139389482, 0.004180699388256403, 0.00887698598870607, 0.013390825676997531, 0.0770792296498196, 0.1593523613567052, 0.1593523613567052, 0.1593523613567052, 0.1110219820305348, 0, 0.1593523613567052, 0.0007183903459240408, 0.095168493531165, 0.01180707776373226, 0, 0.16149431987060878, 0.09468362952856955, 0.047524681795966285, 0.06866281459927075, 0.17452536728968188, 0.03289867347968119, 0.10312102275430958, 0.00164586056522409, 0.17211858919871875, 0.03391858004573993, 0.043265333886783795, 0.0039881305341906955, 0.0033002050293632615, 0.08915331621080666, 0.07237098866809667, 0.01334250300706009, 0.21024387088304772, 0.12101147014718348, 0.04750333648128267, 0.043640530986396975, 0.2695260664800736, 0.1186618146255499, 0.1186618146255499, 0.1186618146255499, 0.25162916738782287, 0.1186618146255499, 0, 0.04100472837835228, 0.17853423029698787, 0.05818469292847803, 0.09140530824844972, 0.004920550569381003, 0.040807538544478106, 0.08137258428627299, 0.016568840625128145, 0.22723846239149956, 0.013865689911735356, 0.11948818763084164, 0.014979632841067602, 0.008619899961243729, 0.07866488115437373, 0.04168396668499297, 0.0890163963963411, 0.11014674353787444, 0.24163544774020176, 0.21599660030391316, 0.016697174040461404, 0.06015337191913581, 0.26027250814071917, 0.017898929931934496, 0.13216161294865708, 0.05955653801067739, 0.007597217140873966, 0.18105004360631147, 0.07856303043882001, 0.02918810041119847, 0.0330067463932103, 0.002861135828416773, 0.1158636710744578, 0.12506743598394557, 0.1186618146255499, 0.1186618146255499, 0.25357233260644885, 0.1186618146255499, 0.1186618146255499, 0.05564874628186118, 0.010193139807905876, 0.004411363026836963, 0.06181669553462072, 0.05689273514790457, 0.09204138463755776, 0.3540458069199037, 0.02371375343375635, 0.012738359777951383, 0.1096369633886332, 0.00560011211100782, 0.1604092710394972, 0.045341910255170065, 0.1310172469786906, 0.006438113518890299, 0.2246364427732972, 0.040987737966493555, 0.01841627101897876, 0.10092739260210593, 0.27502807548918373, 0.028753085871751943, 0.00940473860910438, 0.08002271488693366, 0.00862196288453426, 0.09278842552450946, 0.17858336472373124, 0.302687257900757, 0.016811317921534952, 0.012249927012728671, 0.2520594918801175, 0.16634895511403178, 0.12055494903808432, 0.06274340173171698, 0.06616904912262624, 0.253755709481487, 0.008974194421855623, 0.09783239594183764, 0.05471192043775147, null, 0.015205341640277856, 0.020313888604308616, 0.1964405306104983, 0.01701491364969028, 0.05540159918653588, 0.1264305756474311, 0.04590127373780672, 0.1187040459013712, 0.11240851202827036, 0.002628005881672893, 0.06303418879638287, 0.009297988462064775, 0.08743464073862292, 0.26633636197747607, 0.06493751775574329, 0.042330194939612834, 0, 0.23540144625755116, 0.05692931229712726, 0.06493751775574329, 0.09426186546318588, 0.07454671261033917, 0.030416645958857128, 0.03240213257348973, 0.04329721224318248, 0.01082342394123728, 0.31643266399007414, 0.05018858901727648, 0.06493751775574329, 0.366555366731195, 0.0030774118963742196, 0.05087138309744063, 0.01927829768303594, 0.04808532377800226, 0.06493751775574329, 0.10259629808803844, 0.05656920693879773, 0.012142387209371558, 0.06493751775574329, 0.003975233873676231, 0.09197222560920593, 0.008293434259442787, 0.06493751775574329, 0.003975233873676231, 0.1289107007308402, 0.03717339467229019, 0.003975233873676231, 0.003975233873676231, 0.11091819809276174, 0.13041035336028464, 0.06130108524464204, 0.1835556008891884, 0.2229651385329838, 0.03236466092280792, 0.03869211161750662, 0.0361867715608417, 0.029903866632454444, 0.2515520185936398, 0.1909305408933547, 0.06493751775574329, 0.025995314871709644, 0.16666666666666666, 0.0571762343648144, 0.03445750237390324, 0.04546898165645051, 0.003975233873676231, 0.07185615003878973, 0.003975233873676231, 0.23291659567738365, 0.003975233873676231, 0.07568330318172593, 0.003975233873676231, 0.15938194707497708, 0.018011482771175216, 0.17269543191125453, 0.12343008390935212, 0.13588646943204966, 0.20254442487887475, 0.0503273481107667, 0.013678742886370816, 0.0010729673981691647, 0.1903170211629977, 0.09568421222626264, 0.13593504484205235, 0.35423869914354367, 0.21247180160176127, 0.007923167101563934, 0.1088490905431014, 0.17966765660974993, 0.2882510095333672, 0.000988789804950832, 0.19024998060030365, 0.006850674082359311, 0.010876713045895268, 0.12005114502639971, 0.13240848521449575, 0.1377177416751642, 0.014419171945030972, 0.017528936119649292, 0, 0.000920626764118043, 0.03905874411135738, 0.011275199944824498, 0.09478730965048862, 0.14872512289143766, 0.113344255766237, 0.02249725407894584, 0.032430565050560245, 0.04205961421991857, 0.382873972146315, 0.06082807810943756, 0.09034400963328072, 0, 0.03339405946417142, 0.04268547856908423, 0.035678954295961476, 0.01247114095087308, 0.009448786843080034, 0.06958447986267313, 0.06553394765912864, 0.01874949405498267, 0.04250384339413691, 0.06638362762767891, 0.2355150370870371, 0.012191630357195588, 0.1956016425422593, 0.030490950175068737, 0.076320583199431, 0.1014528691016282, 0, 0.18048865356465352, 0.07560881714406684, 0.24722997936448396, 0.08939860989887223, 0.1850839423456175, 0.0959840042513579, 0.0959840042513579, 0.0959840042513579, 0.07412710130335672, 0.0959840042513579, 0.060234613481158474, 0.00970435048097544, 0.039316641920254816, 0.06493751775574329, 0.0959840042513579, 0.002174209653784739, 0.01256362012703029, 0.3076768265737008, 0.0028040463858088876, 0.027332942176057123, 0.029498051996446367, 0.0959840042513579, 0.1322578349860574, 0.0959840042513579, 0.23157162207321583, 0.08333732434096343, 0.05147507995459291, 0.0959840042513579, 0.3460151285013351, 0.066317452424776, 0.07606076896207022, 0.07944381331792302, 0.08190594532115578, 0.13348040535040204, 0.06132151720454299, 0.19014027832812289, 0.007801579731658578, 0.2404105199148659, 0.28184582754736803, 0.031441686772120774, 0.05478535754900735, 0.041256087722093285, 0.011419288193729489, 0.12445713303319791, 0.003923994685612796, 0.0074263049304689474, 0.022626751443908383, 0.21208895013491888, 0.2885549093403365, 0.08707773753881111, 0.25535627483402623, 0.05457948564555073, 0.26265662780290894, 0.06571855059624825, 0.004539114906788338, 0.20176502806608185, 0.1457857459488826, 0.03040388059254656, 0.025525813199677536, 0.047049166868688506, 0.09465407770668376, 0.06718980852835685, 0.03534614591470291, 0.08890013702917877, 0.060258543093177, 0, 0.06723991275237884, 0.06022261488019373, 0.07727921026865602, 0.13962056911714707, 0.0990843662677372, 0.03651264195326959, 0.2267194282291768, 0.15051804429135612, 0.05576388752386072, null, 0.01692827367806729, 0.09658874317967613, 0.08480979607761084, 0.05745465367925966, 0.3543194782000673, 0.09326805720981082, 0.008253799740449508, 0, 0.23334332648812808, 0.1335392653305479, 0.006123905914708102, null, 0.10281578752595152, 0.07661842590988961, 0.02117754838553582, 0.05815562189787828, 0.11818732172843606, 0.13637598399468842, 0.03810945336737099, null, 0.06984794142204033, 0.06984794142204033, 0.2836982027484568, 0.008253799740449508, 0.07864067988978911, 0.008253799740449508, 0.047162235422461146, 0.09137053603230524, 0.06984794142204033, 0.022733434386635255, 0.10596973884027108, 0.07656888604843426, 0.09749785467680534, 0.007829494120789003, 0.008253799740449508, 0.17301942444992308, 0.06857959749122512, 0.1336090497435445, 0.06984794142204033, 0.09240697859243845, 0.03948553513010107, 0.09752639597283026, 0.061505180053561474, 0.1685487149452128, 0.12586694793524308, 0.006317248883758993, 0.05311860873721803, 0.017000130250447113, 0.005203578712124645, 0.010537821932287212, 0.03019011965999093, 0.07458713478701492, 0.23726556276044705, 0.05167138232087347, 0.004658777772641525, 0.11069796890628944, 0.01209525848350598, 0.14417207054211517, 0.008253799740449508, 0.008253799740449508, 0.035624782753912225, 0.07040401082538877, 0.14808877879712187, 0.16801985538595723, 0.21381091946248224, 0.07390483159647775, 0.2809738658058242, 0.030276037667045588, 0.11473564013781672, 0.03127853952250842, 0.28604686191928863, 0.03825253683517477, 0.24866756756843375, 0.21310917611194785, 0.007268577702983611, 0.02536512778621555, 0.1695873609955177, 0.015306035721463985, 0.05310221325853979, 0.06480889648234049, 0.3282874311876339, 0.07998945427994555, 0.03379377642940558, 0.037475692990105586, 0, 0.03073781065333598, 0.09359500415917547, 0.0999762006788652, 0.2570129067056823, 0.33570052301244474, 0.0006173106169403851, 0.33570052301244474, 0.33570052301244474, 0.03026728726469814, 0.11308231627986044, 0.3071558896663657, 0.06984794142204033, 0.06984794142204033, 0.06984794142204033, 0.10194792161752857, 0.06984794142204033, 0, 0.1828853216492861, 0.07230537103970293, 0.07879820753127853, 0, 0.33570052301244474, 0, 0.008253799740449508, 0.008253799740449508, 0.2348258304194992, 0.08888456440465008, 0.0020850022756750196, 0.08056308825898102, 0.33570052301244474, 0.06442534000595358, 0.02208156378467407, null, 0.33570052301244474, 0.33570052301244474, 0.33570052301244474, 0.15335886377691532, 0.3031345489888856, 0.1731306098439828, 0.016875381835812987, 0.24932809762251965, 0.06748480717750084, 0.03021448932185402, 0, 0.0002242670913548258, 0.21334320471069723, 0.02824051442949984, 0.2712586036719682, 0.02445930245577018, 0.013864623097159258, 0.0935757087741108, 0.012787497275598265, 0.029427238322998824, 0.271658648892465, 0.29669599161615967, 0.140739413694924, 0.06212424412937416, 0.02668253018197054, 0.03023938947471469, 0.03468225067202203, 0.05222472990111033, 0.18648417215585333, 0.08063308112572708, 0.06640037150619245, 0.009236185037286695, 0.4287590814586814, 0.35562357138914175, 0.12455395073713142, 0.22984257550900972, 0.11360155827973584, 0.016002314824003928, 0.1525334014434921, 0.2253353758653115, 0.07011756667002816, 0.012383294864564146, 0.16218214958692462, 0.07021952433688361, 0.0035802350113452843, 0.0814530193659115, 0.017925515556936673, 0.09010032621399353, 0.2530304147193613, 0.0269812046190672, 0.0019867678317692684, null, 0.05010296278857642, 0.02523939412660306, 0.02523939412660306, 0.03984172867712639, 0.001270217768031618, 0.02523939412660306, 0.02523939412660306, 0.027476687195814906, 0.10186406654432915, 0.02523939412660306, 0.02523939412660306, 0, 0.02523939412660306, 0.2393997302464188, 0.02523939412660306, 0.17346763515025387, 0.1019771975345115, 0.0014078253193925622, 0.007182860355510819, 0.09633279836432142, 0.11346953420400124, 0.012071349971263108, 0.05541376179236706, 0.10343900292298557, 0.3946907993651199, 0.02523939412660306, 0.21808848504536685, 0.14616929699986983, 0.03062829074046219, 0.08024543604467489, 0.08024543604467489, 0.092319785005108, 0.2814270171548823, 0.10727714012242048, 0.011463827320237784, 0.042747718258738555, 0, 0.08024543604467489, 0.08024543604467489, 0.4104535866551368, 0.04258901316914763, 0.08264668929439618, 0.21608288890151828, 0.2597832790973617, 0.016872683265385904, 0.04830432998896003, 0.24275438998306997, 0.208132939482968, 0.031503903718859, 0.05438722915315843, 0.031479375110673495, 0.11192700958475886, 0.06756216271640209, 0.016638327418335506, 0.008723193314513848, 0.0524321705798798, 0.033544330908751, 0.0051343987494358295, 0.008745806352223474, 0.06774594889310294, 0.033869622991479255, 0.02523939412660306, 0.06546907143738885, 0.14370880881434642, 0.01760093141404234, 0.009926987378758276, 0.08024543604467489, 0.08024543604467489, 0.031003597111187213, 0.08024543604467489, 0.19278761325452903, 0.08024543604467489, 0.09926407331494262, 0.1405058649764373, 0.02523939412660306, 0.006720521167455199, 0.1290723113519361, 0.06641580243335081, 0.055988455128216555, 0.0002696108562895244, 0.21149720746997255, 0.023852475435397095, 0.02523939412660306, 0, 0.0220885167477589, 0, 0.01331006048257335, 0.4740959437521856, 0.12985555025958967, 0.14049439975959754, 0.28821751853602, 0.1571847644417359, 0.28745679968708354, 0.10273861982994818, 0.058465674891575635, 0.005644100268874479, 0.17160156869905038, 0.16015697624886335, 0.005406619156145008, 0.06252552962654723, 0, 0.07244962744113978, 0, 0.007239065449838243, 0.01123320514151848, 0, 0.07874218423958676, 0.02523939412660306, 0.058348749681212814, 0.02523939412660306, 0.02523939412660306, 0.10967293348246228, 0.13891298069120506, 0.1362084237463979, 0.02523939412660306, 0, 0.02523939412660306, 0.038833997188362696, 0.06068340555523672, 0.02523939412660306, 0.02523939412660306, 0.004624304751079583, 0.02523939412660306, 0.02523939412660306, 0.02523939412660306, 0.02523939412660306, 0.02523939412660306, 0.058361357037108055, 0.008928246788847207, 0.17407885306936033, 0.29386795315324676, 0.425197080613928, 0.02523939412660306, 0.014091900497643254, 0.0035719656819246247, 0.02523939412660306, 0.014616373954615205, 0.02523939412660306, 0.13758320005468225, 0.012965447805739569, 0.15352858771885436, 0.06999113326880105, 0.16539905399695304, 0.16759588266818246, 0.011554738262425212, 0.03056612140557826, 0.00425797863096701, 0.08349827767629348, 0.2020039423801708, 0.011865756508287351, 0.07055902468802477, 0.1188812922619228, 0.15537144285094515, 0.1451460604540902, 0.06549684881774832, 0.123459443503835, 0.401467669161404, 0.006574739909203291, 0.5251934812106226, 0.04318412331304507, 0.3089410706273439, 0.045224964282769904, 0.28106510535965706, 0.023458806301874923, 0.009712503673155242, 0.03111519184383124, 0.08137143865923245, 0.027550945611232152, 0, 0.17516390877268195, 0.0030752211465793346, 0.1613784794486991, 0.08432251665425347, 0.036270663068867545, 0.0031376458412215617, 0.0018412043725937743, 0.10809536068600303, 0.027539212745672247, 0.07030187804204403, 0.05572219648345469, 0.023604770029064855, 0.15672630971949653, 0.027201955185269935, 0.1157975147894971, 0.05400878428406154, 0.15914097811930544, 0.005439930675205733, 0.0008242732412675454, 0.03439587697714731, 0.03964695254267954, 0.02553111196923337, 0.02128717220727642, 0.03964695254267954, 0.03964695254267954, 0.07641819477667619, 0.03964695254267954, 0.03439587697714731, 0.07318686556544915, 0.06419970718461086, 0.07344090826922439, 0.10035783706461436, 0.012014247474755055, 0.03439587697714731, 0.10035783706461436, 0.10035783706461436, 0.03439587697714731, 0.03502944837833256, 0.020300281722145645, 0.045941949935653086, 0.020300281722145645, 0.11730856962349216, 0.03964695254267954, 0.10035783706461436, 0.018472976259629223, 0.03964695254267954, 0.020300281722145645, 0.03964695254267954, 0.021599307731950138, 0.06898498321585675, 0.00560438443378316, 0.03221831763603957, 0.014479207047008133, 0.020300281722145645, 0.020300281722145645, 0.020300281722145645, 0.030523295023239413, 0.020300281722145645, 0.020300281722145645, 0.195768415855882, 0.04090818857767853, 0.020300281722145645, 0.06852439236539593, 0.020300281722145645, 0.020300281722145645, 0.020300281722145645, 0.11601336716686836, 0.1958579076394516, 0.005207296577505702, 0.12248054706963296, 0.009634094879829636, 0.01471110398456898, 0.04583463054034148, 0.013122134581323068, 0.07723883070079376, 0.2864578978685745, 0.02446894715888415, 0.05706949606398119, 0.03964695254267954, 0.0186278707069339, 0.16434250949782966, 0.10375553660446994, 0.03439587697714731, 0.05582790753703695, 0.020300281722145645, 0.020300281722145645, 0.020300281722145645, 0.004450157385267341, 0.020300281722145645, 0.020300281722145645, 0.10035783706461436, 0.10035783706461436, 0.03439587697714731, 0.25004425522664964, 0.12907168174204384, 0.020300281722145645, 0.1486676958405532, 0.02447703183254916, 0.2910726025761117, 0.3573824203998396, 0.14830133213599572, 0.020300281722145645, 0.09733433479500105, 0.10035783706461436, 0.10035783706461436, 0.026677897877133185, 0.0034785476087379422, 0.020300281722145645, 0.03439587697714731, 0.025161793052030368, 0.020300281722145645, 0.052152083923466486, 0.12710296151218872, 0.2767240658273735, 0.020300281722145645, 0.020300281722145645, 0.08518723690337807, 0.3817854441802863, null, 0.020300281722145645, 0.03439587697714731, 0.06317974559532064, 0.020300281722145645, 0.121480557446165, 0.020300281722145645, 0.06687784801230719, 0.020300281722145645, 0.48943106283267374, 0.04621705172389719, 0.06915988775469056, null, 0.11817457590063948, 0.002435668287507599, 0.12789569965478167, 0.010208212233335416, 0.01725835658256379, 0.0734025841050714, 0.100968046355733, 0.34789991956495125, 0.08857056286671246, 0, 0.12471968164517357, 0.10792187139903982, 0, 0.1683348322810101, 0.21042055874141824, 0.10792187139903982, 0.04202095966993101, 0.24019880666670043, 0.08815119047705258, 0.03871284380016455, 0.041122276034885503, 0.10311920745996496, 0.008519244827224317, 0, null, 0.039239120164668545, 0.18502454134933125, 0.05269565136927437, 0.130198069884126, 0.10367530827844236, 0.07424008311868166, 0.21535013097280875, 0.10632163412642524, 0.0046508001823925985, 0.10792187139903982, 0.025430905563551272, 0.209478209152686, 0.23494750225959304, 0.019976648129460425, 0.31030773377051524, 0.02588433312001304, 0.040409499643583285, 0.15868932612581374, 0.09143129421622231, 0.3195574742578248, 0.1240503865436606, 0.06972142336621014, 0.11844931215915903, 0.10297515810072716, 0.10792187139903982, 0.10792187139903982, 0.21789803711823907, 0.10792187139903982, 0.2328858784871476, 0.24158266406724557, 0.002435937170674901, 0.1933083141150902, 0.03550123871800865, 0.08991203258682337, 0.22238500255352367, 0.1430621562726385, 0.052730216812187494, 0.056598134923236586, 0.1247697577268703, 0.1129837668789594, 0.014359911835844426, 0.051895059811987394, 0.06422876266317966, 0.01969061344338684, 0.03331687924351708, 0.041421636342495446, 0.03539087823830172, 0.17214599302150238, 0.0673119690829212, 0.22090401052411496, 0.12344406933551572, 0.2203227248076732, 0.09884162989171172, 0.1009910862313858, 0.09150761751798411, 0.010040014931689848, 0, 0.014859307478368475, 0.03282013126289057, 0.09321126102801276, 0.06584708976895165, 0.19163233944520985, 0.16580794914488986, 0.03402945976231457, 0.012928559066783888, 0.09071150757883376, 0.2458143046567476, 0.05025472562775163, 0.10440655152790676, 0.030530285256079977, 0.0503103982107756, 0.3140527874305829, 0.12482178104464375, 0.012306168216681, 0.006268624135023137, 0.0773023835227484, 0.09110719824172464, 0.11775257160761196, 0.10792187139903982, 0.04299060788016472, 0.2844947208904755, 0.03429009326110032, 0.10792187139903982, 0.028007246798162334, 0.15738994966397035, 0.0816661406566386, 0.12535209759964258, 0.19354825088214964, 0.18100623159527632, 0, 0.048693921656872405, 0.06404561829176614, 0.20888579844336855, 0.00969039360855711, 0.1815429134598464, 0.08775327546572965, 0.06330101810315521, 0.1563560574558968, 0.036764315581342195, 0.02179936626081598, 0.08801497095920208, 0.06404561829176614, 0.08195870986193839, 0.06404561829176614, 0.06160143914819179, 0.03171064172255217, 0.06997197827158669, 0.06404561829176614, 0.08060162321440398, 0.0025176702742303225, 0.04227939175491656, 0.05176446750236214, 0.28949346313983587, 0.029746856231698395, 0.04242480937217688, 0.026293323971647985, 0.28949346313983587, 0.2081066675250698, 0.28949346313983587, 0.09219553122990992, 0.15540296537876003, 0.06404561829176614, 0.009570499543498374, 0.031170482809502156, 0.09631483539898912, 0.06404561829176614, 0.27637851329564894, 0.060957736906274713, 0.016330920631289658, 0.0019669515671282807, 0.06404561829176614, 0.011542283803858591, 0.14341000729581124, 0.30298121127630573, 0.0009211155553391696, 0.07780655455313798, 0.15312220093641135, 0.06404561829176614, 0.0229149694086767, 0.21692969946772997, 0.28949346313983587, 0.03210485840695945, 0.007933683812516716, 0.060909835691888514, 0.01123516304854686, 0.07206525942753589, 0.010802186780966032, 0.01698617650402548, 0.05888985370412757, 0.05731223933020756, 0.010659424612902296, 0.019220485956043816, 0.01713734190679305, 0.06210644144665894, 0.0015006435165372015, 0.011241204068805391, 0.02249154898282251, 0.15469132271056574, 0.04232557859071716, 0.06896599821764744, 0.03590814326305828, 0.01955986807117794, 0.04390142343729011, 0.07192738475225646, 0.02008137316220706, 0.18356654723970073, 0.025956777188394117, 0.05429684290524456, 0.0038522683258950096, 0.042778563651682824, 0.16235464073869593, 0.02644694562097949, 0.003822984238868795, 0.1355129330090209, 0.14208190905720824, 0.26258909056537627, 0.28949346313983587, 0.09088588640702255, null, 0.08056212272844612, 0.21132499087946957, 0.06101650528804003, 0.034143240090698794, 0.2220104434694722, 0.14876636278299335, 0.04616451282059197, 0.28949346313983587, 0.026075084859990428, 0.368581570915303, 0.046771472300324135, 0.02903285935216658, 0.009386923647391904, 0.2477260614453174, 0.3137756898869845, 0.04013563637996727, 0.1331249698294187, 0.1912126521287478, 0.1643110327831951, 0.06184332954059817, 0.11042614383934636, 0.015797757173203496, 0.08734121515646756, 0.28949346313983587, 0.28949346313983587, 0.3492156708417636, 0.07129843311999338, 0, 0.03212231882748529, 0.03212231882748529, 0.0327116086627872, 0.02026528271798783, 0.1917289471663972, 0.007627028290467392, 0.11008561868490808, 0.007933683812516716, 0.06074744880610362, 0.0812884825421228, 0.015496338165913054, 0.021918513591224185, 0.14994655299142393, 0.033823338485311404, 0.03608214684166694, 0.05962738080705589, 0.017340922808960147, 0.03212231882748529, 0.02109731478895564, 0.10186286277424568, 0.034677172538631326, 0.03212231882748529, 0.03212231882748529, 0.03212231882748529, 0.04940300837219437, 0.03212231882748529, 0.03212231882748529, 0.049916174008230355, 0.07452563563170027, 0.07442777847391152, 0.07452563563170027, 0.07452563563170027, 0.20265902443647985, 0.11490049996130114, 0.03828514969995771, 0.15796163491123094, 0, 0.05547807544511994, 0.049916174008230355, 0.1079565297340901, 0.4953324633114163, 0.07452563563170027, 0.05799138624207933, 0.028118450928442777, 0.06128250063784128, 0.15225232029358207, 0.0019605406043272937, 0.025802497526581196, 0.010958608671694408, 0.06381913135568135, 0.019565970324185725, 0.3168463877422204, 0.04963000996073054, 0.05454475882946116, 0.04222538785541309, 0.0828505301123024, 0.019565970324185725, 0.049916174008230355, 0.019565970324185725, 0.046524731778523, 0.006209427866243167, 0.0797818731491366, 0.5, 0.05921661695029513, 0.039147924700571456, 0.056589108790196005, null, 0.061651732679897056, 0.03091299862847371, 0.01843258383184894, 0.2154502650220677, 0.5283208335737187, 0.023521557170234807, 0.1469330609244794, 0.3565093206077729, 0.019565970324185725, 0.02849478588705944, 0.049916174008230355, 0.07452563563170027, 0.03381151344021187, 0.16028484872761636, 0.4990427906480424, 0.04029433282487047, 0.014849350318146102, 0.39939464930393304, 0.049916174008230355, 0.049916174008230355, 0.049916174008230355, 0.09354714377551462, 0.037816061221293995, 0.02699968084557903, 0.16823997479110825, 0.07393636222419656, 0.049916174008230355, 0.006760355603478927, 0.024321968736213374, 0.02572258183518542, 0.010155485059423812, 0.03408891824497937, 0.006449074334538524, 0.04594182872301069, 0.20823952507667975, 0.019565970324185725, 0.019565970324185725, 0.01658562954432877, 0.08621180074915524, 0.012922881169839391, 0.1565736812854996, 0.08893633053038796, 0.0423729787140903, 0.01950749941426942, 0.16566473502731158, 0.1819078212289406, 0.07703654799824868, 0.019565970324185725, 0.019565970324185725, 0.044988057179581056, 0.033323664377657936, 0.09943492226355607, 0.07452563563170027, 0.02165528702270841, 0.08329342276561627, 0.011688759962736238, 0.0294283586704492, 0.07275960847004491, 0.10079990427822666, 0.08723969977991318, 0.07018711593156277, 0.07043434470922968, 0.06196916284542939, 0.2260865859763306, 0.07452563563170027, 0.32893443785408066, 0.04817141447095017, 0.06211528448062373, 0.03203774556141722, 0.02206396270578968, 0.07452563563170027, 0, 0.03272674714613966, 0.14264055237470152, 0.007711100776272271, 0.0063394079114194035, 0.055358055707709304, 0.002507606685685888, 0.11621618880346024, 0.05840043404373209, 0.0003345446682121478, 0.040494797219359425, 0.4139820107353486, 0.09417444429653696, 0.22933765779316265, 0.020828640140917013, 0.014997130622189898, 0.10541013279660776, 0.03200187465848217, 0.01339120685777048, 0.021676602355182137, 0.11400184289668512, 0.02327979525302564, 0.003153614613074718, 0.023014643327693485, 0.06171099204788691, 0.14419812721660427, 0.05503985465747056, 0.006412422699766463, 0, 0.0974218963732933, 0.002260817329957645, 0.06365519763129755, 0.0435451042334429, 0.1686904707279867, 0.001708338221895188, 0.0023371153815671484, 0.11825973824750428, 0.09515492489286234, 0.0729705062192293, 0.003997334565440783, 0.05251222992411984, 0.06155600728403719, 0.033860858925203983, 0.06377338625917477, 0.0400439086016515, 0.05370146537647559, 0.04049276314318039, 0.0158913301942355, 0.0158913301942355, 0.0158913301942355, 0.0158913301942355, 0.003805373259547069, 0.055358055707709304, 0.1716145897922823, 0.01862701278787159, 0.19051236078801137, 0.07320118694189805, 0.11847423728646736, 0.3420192178195208, 0.06488969177302309, 0.021575989629679476, 0.0027621512229087613, 0.05472209159915305, 0.11081069728091482, 0.06863427389224337, 0.015292844372881902, 0.06645205813853855, 0.006254620856944998, 0.2831674856970587, 0.1743758045367501, 0.013535592068135696, 0.0158913301942355, 0.0158913301942355, 0.2944744293029268, 0.03968475553545459, 0.1190895421885257, 0.21548296530184705, 0.016989308467554913, 0.006247067192274141, 0.014802573972582243, 0.0158913301942355, 0.0400613074693402, 0.03272210426473608, 0.0158913301942355, 0.027349051856572347, 0.0807755476831901, 0.0987394673093611, 0.015441993816311715, 0.0025832925924787536, 0.07707692541905148, 0.023491005607769323, 0.03705688178118463, 0.020591564494112764, 0.2151628289732002, 0.08202339763845365, 0.2321869966287582, 0.065473683230006, 0.1202152496744118, 0.08612817430040885, 0.07476095881565517, 0.1676369864033298, 0.1064503325276694, 0.02449844430133478, 0.14406399035937, 0.02109742039711374, 0.06356068299513325, 0.07103685902111129, 0.09865329583103472, 0.08828404358291043, 0.033948174045289374, 0.03636698164525905, 0.011815520414440351, 0.185174441132045, 0.05256406241499896, 0.0932722621337818, 0.21311432849907244, 0.21847847149542524, 0, 0.1358058195180745, 0.10777269359311208, 0.24881356585534847, 0.23419640141295903, 0.03660131288277351, 0.03189800687924929, 0.017414723643571096, 0.0588351991825614, 0.08925024475157996, 0.32977749913016874, 0, 0.21298876855162344, 0.033726854214512166, 0, 0.03266458608696522, 0.022915558151570564, 0.02240025767587113, 0.46737715597095575, 0.006178693280831467, 0.09836369291640376, 0.0023756605787366527, 0.08232040108030077, 0.050651456974557675, 0.012920431515223296, 0.10033367471856632, 0.08303331683449187, 0.05174214743790593, 0.07072821873336493, 0.03260477771991432, 0.03260477771991432, 0.03260477771991432, 0.03260477771991432, 0.03260477771991432, 0.025848295550777372, 0.03260477771991432, 0.03260477771991432, 0.0054981824598426465, 0.01928878356229889, 0.12334030754730405, 0.027874441295176106, 0.03260477771991432, 0.14863971250508398, 0.2245113798386552, 0.0011918894051943815, 0.018316620465237337, 0.0653460728751357, 0.06844953189541096, 0, 0.009668871647075031, 0.12462907356675353, 0.016502157004075757, 0.11670374999957456, 0.00823722377928494, 0.008562336511859253, 0.023003184727299807, 0.3592392496697598, 0.12949899200199147, 0.1686241093208263, 0.13327342576603227, 0.011560434497699177, 0.00398175852492052, 0.03425619390899277, 0.007615644145662147, 0.06471231329761941, 0.20386584775396815, 0.008371007786647162, 0.007615644145662147, 0.01943895930935599, 0.026433964820581295, 0.026354312468148403, 0.07327895012813605, 0.06293827213724722, 0.1619650268264567, 0.0024263658073215033, 0.17646908489582624, 0.015187473017649696, 0.01663491779009116, 0.007230671907932896, 0.050505873345883925, 0.2966699736299019, 0.01294640643757426, 0.06432566668232297, 0.1193151800982495, 0.11797575067297812, 0.004202566118258673, 0.024021522819804367, 0.001722070468910067, 0.07989387308332553, 0.010599376474719232, 0.03433627905997357, 0.02878576271103766, 0.0665654713228301, 0.08646413775320004, 0.007615644145662147, 0.026786665919197008, 0.1807655108177681, 0.17533461093056976, 0.006685484621000559, 0.007615644145662147, 0.007615644145662147, 0.13808643126668788, 0.05946367132119596, 0.006893810985034236, 0.026780743493091605, 0.019940609692094727, 0.06273004110829376, 0.019940609692094727, 0.0069699916366471526, 0.019940609692094727, 0.010762363435316532, 0.07030670729170624, 0.012865231644782251, 0.019940609692094727, 0.16172587850958578, 0.22527259217959889, 0.05689595050215844, 0.24728847133588583, 0.02086357821039233, 0.08129293794336402, 0.1488406976804963, 0.007615644145662147, 0.23887564467829492, 0.09199908221074704, 0.006251988695754046, 0.007615644145662147, 0.00983560274191942, 0.04751576252254355, 0.007615644145662147, 0.0021037947730827384, 0.002397146254974303, 0.026853417549254025, 0.08431246199882104, 0.002397146254974303, 0.002397146254974303, 0.002397146254974303, 0.004423322414952752, 0.0021956548484210045, 0.05044833610450164, 0.12113844504210988, 0.041592060179518456, 0.019940609692094727, 0.019940609692094727, 0.019940609692094727, 0.06293028747976931, 0.002397146254974303, 0.0459507064484375, 0.019940609692094727, 0.002397146254974303, 0.002397146254974303, 0.002397146254974303, 0.0021805941182773216, 0.004631256727599274, 0.08692186471214704, 0.0023811666057180782, 0.0650941403794906, 0.04351180705671047, 0.13988641310845043, 0.004388758070759705, 0.4508949637043931, 0.09106070381968684, 0.05232576169011387, 0.028684447661680566, 0.07863514535357967, 0.04853742285952035, 0.021880572287941588, 0, 0.021623559612123203, 0.04671814721762476, 0.028900421198439143, 0.13094418361832685, 0.3148994864566309, 0.03750176474826208, 0.005324406078883634, 0.32957557851775066, 0.2578142291846008, 0.11834532036609204, 0.0281614331920542, 0.17117335095467617, 0.07370604332579339, 0.05253963175671923, 0.10219499601591532, 0.03875872127853007, 0.0017475435295372175, 0.35802990175283755, 0.03530805787473813, 0.05202708019103785, 0.07069228520935358, 0.043010255059535235, 0.06998684956261966, 0.037750914417456614, 0.05056933673971895, 0.020850927606851533, 0.007451550980377784, 0.01578442311185851, 0.025601526022199225, 0.32872848425191126, 0.2240043990153766, 0.0956692568264476, 0.002364031956560848, 0.013272333572162197, 0.27577837502767805, 0.03674559730614844, 0.008176963622141188, 0.0334744671439718, 0.01575303444830939, 0.0018451264435215388, 0.24770257410245788, 0.036503697050310945, 0.035167671756508735, 0.04030774130963482, 0.08165667717216789, 0.15755919935157903, 0.10375146016205652, 0.02589325147361408, 0.06679105271698718, 0.007897469640185966, 0.09523516302550332, 0.032983142184094635, 0.06853083606169434, 0.01428622027056061, 0.10458535725112351, 0.09892043053949658, 0.02019950050629178, 0.02799839769668684, 0.005767327984035868, 0.07743434581238257, 0.2888910859490446, 0.03289725623190477, 0.06442305066417024, 0, 0.18154076466776256, 0.025834362329395056, null, 0.0533868059674681, 0.04682111740409561, 0, 0.04466777366448863, 0.050395095084404186, 0.04670425232187252, 0.13009966955340915, 0.18760501288743017, 0.08147571693907402, 0.05740411831116618, 0.104249065980074, 0.03765828977027093, 0.1156960719953535, 0.2121541419588165, 0.08448894165109416, 0.041849912123918045, 0.04749592480252912, 0.03910764240618856, 0.009193738461692158, 0.20041683342331348, 0.0028839028415285415, 0.0397358626699567, 0.011860988157068849, 0.1138372409641151, 0.04575973275352853, 0.0652115639633153, 0.011793187391389471, 0.07248140543070775, 0.009097291451433042, 0.33394356512868195, 0.10217793000448788, 0.20493055989327347, 0.05871102440291913, 0.07333643564394336, 0.27846010313376607, 0.09599388562928012, 0.0036184471027252496, 0.0031382118089912855, 0.10500317351358598, 0.021354632810420687, 0.0252684605963641, null, 0.02872622288960719, 0.07094833425844488, 0.02830592359429343, 0.21267698924442463, 0.006968511369384008, 0.0921453810793661, 0.008532371127381548, 0.011042113855914377, 0.04749592480252912, 0.18413311112664552, 0.1650945776842161, 0.04749592480252912, 0.04749592480252912, 0.04749592480252912, 0.04749592480252912, 0.04749592480252912, 0.04749592480252912, 0.04749592480252912, 0.006610999812368467, 0.015293114861437288, 0.12725418331056942, 0.04749592480252912, 0.04749592480252912, 0, 0.04749592480252912, 0.04749592480252912, 0.04749592480252912, 0.04749592480252912, 0.04749592480252912, 0.04749592480252912, 0.04749592480252912, 0.04749592480252912, 0.08564640187438904, 0.07171410831351646, 0.06720791742470432, 0.04749592480252912, 0.1705734754779543, 0.13806374068410251, 0.04749592480252912, 0.13548128712378696, 0.005029073087214159, 0.04749592480252912, 0.04749592480252912, 0.0968239954817464, 0.04749592480252912, 0.04749592480252912, 0.04749592480252912, 0.04749592480252912, 0.18967396650475396, 0.01878893835763156, 0.04718960106661481, 0.025085278828364515, 0.10690913819283744, 0.027088912064069062, 0.11150065903648612, 0, 0.14162381118998635, 0.04555118358506948, 0.01920267202368178, 0.03602623041217114, 0.015328716806428626, 0.00004711419652484057, 0.0037384654093751903, 0.02515255184270045, 0.011666622032999825, 0.017761018456652324, 0.01829087812931707, 0.08391805973271475, 0.01703020669157724, 0.022303082162615888, 0.06289170623915578, 0.05224713459943517, 0.07847051112325336, 0.04036838911869082, 0.03548753382014988, 0.030859314825130255, 0.06962666302579248, 0.010680009240136836, 0.020030956442331552, 0.023527367064511775, 0, 0.046691720221830206, 0.24057757101729116, 0.024007842462098385, 0.10191078758015214, 0, 0.2025211404605799, null, 0.0778320857328939, 0.04038908423354342, 0.05874441220150752, 0, 0.07604921460236148, 0.05241153552229229, 0.03453487735066683, 0.01842742570288462, 0.0054711095941722574, 0.0002571204600528404, 0.09158280437614556, 0.0488763269664941, 0.08976741695927669, 0.031474299819612146, 0.04340118850788305, 0.059125716304058246, 0.012415135796485129, 0.1758890579134103, 0.010539421694552764, 0.005753165692652568, 0.07380230775495686, 0.08822029866329292, 0.05612836594279661, 0.01629944672774272, 0.04966520822063278, 0.04963754524267707, 0.0950294183115738, 0, 0.009129809921847134, 0.04968685130812526, 0.3755011752262721, 0.02449991362150703, 0.058901076526086595, 0.04151029652501827, 0.0017984634265756998, 0.0003078904889973826, 0.007176212181551255, 0.039653453548251984, 0.02371182290391926, 0.005099946073324789, 0.03940544971084177, 0.4986390428838092, 0.055838157429862575, 0.02877348503752864, 0.002519652957845016, 0.13011496810576118, 0.107038058354045, 0.1945877211852323, 0.018789614488405087, 0.15659116221786176, 0.09445601041346809, 0.030685453135052783, 0.01384808771279296, 0.017428789487887973, 0.10214803368419434, 0.16603287346365422, 0.024499245202301186, 0.030859371600425994, 0.055268943301365954, 0.006955529222778815, 0.018569261142325016, 0.29406488567452677, 0.01597887721322757, 0.17037848541053216, 0.07620424648698186, 0.01448682608894815, 0.1490198612592043, 0.1086451217611088, 0.00945677866567079, 0.0032013278588373844, 0.23682952476609345, 0.06087164448347334, 0.01834650172701113, 0.029705435349362416, 0.0038947540774961023, 0, 0.005421842974760051, 0.1486089438656591, 0.00815690049810518, 0.0038947540774961023, 0.08078806180851789, 0.10101829139595536, 0.08520225602337078, 0.0038947540774961023, 0.005360113052449042, 0.09317785264499467, 0.07285272011768747, 0.0038947540774961023, 0.07400239371582207, 0.0038947540774961023, 0.0568208437748731, 0.07246463740839218, 0.02368994187044867, 0.028964420192786805, 0.049757753639487805, 0.030265111075824587, 0.06107928129568254, 0.2542670645227087, 0.03097405945927457, 0.1387524694367056, 0.04037149246193385, 0.022727329186811578, 0.20952667539391345, 0.15411521627109506, 0.0911760647243822, 0.2379122144420651, 0.0940281155523794, 0.0038947540774961023, 0.03881473349881469, 0.0038947540774961023, 0.043722406315948155, 0.014237273533847442, 0.16632040282821803, 0.03188947597991181, 0.014204103148165049, 0.012976869383722797, 0.18730468005787715, 0.01752457971832588, 0.01752457971832588, 0.01752457971832588, 0.012576506436944336, 0.14274720042436914, 0.0368076683918224, 0.022380879264325755, 0.015618366909906287, 0.22375034885872083, 0.058073167062635975, 0.01752457971832588, 0.008152707769096343, 0.15239402010967876, 0.06103619686626356, 0.19200816058632583, 0.07931058275310342, 0.02926067350924338, 0.014344702156328878, 0.0038947540774961023, 0.01752457971832588, 0.16927718229370187, 0.01752457971832588, 0.000482281856407829, 0.20373606396215108, 0, 0.01752457971832588, 0.0829491415419633, 0.01752457971832588, 0.33484059980666037, 0, 0.02834465602182048, 0.05776059370447196, 0.1453754286977773, 0.15547852138252044, 0.0977320974381894, 0.050982515491725014, 0.18066513906412335, 0.01865212689706757, 0.015434001807893486, 0.0876246261249608, 0.009208428420620297, 0.06578991861029929, 0.018452541025491542, 0.1457707055988341, 0.002556071205956201, 0.009208428420620297, 0.16547739308634174, 0.08055108785133565, 0.03766431584647091, 0.03238406988236257, null, 0.08110428711107803, 0.009208428420620297, 0.03766431584647091, 0.009208428420620297, 0.03766431584647091, 0.005482798874061205, 0.03766431584647091, 0.05838895268414931, 0.0887000786060638, 0.26891604198649327, 0.2768602763645026, 0.13048726985115733, 0.009208428420620297, 0.01668494667015754, 0.088079009896565, 0.04446947817160176, 0.09762802102808749, 0.04940762585671564, 0.02932439900615992, 0.10316245693240986, 0.21471007728123823, 0.03116099998317023, 0.15021643526607403, 0.07423756359725035, 0.009208428420620297, 0.03372564177228215, 0.03766431584647091, 0.03766431584647091, 0.0566047158371708, 0.03766431584647091, 0.03766431584647091, 0.1371375757484379, 0.013306870447831232, 0.02922647078893056, 0.0749937203514909, 0.018565748946480165, 0.21114197987218888, 0.11335026016719885, 0.07459638467012455, 0.009208428420620297, 0.03092665798118276, 0.009208428420620297, 0.0069878063007308075, 0.05335402044119665, 0.008549469050755806, 0.1265290214464939, 0.01629147094230803, 0.021038165559290552, 0.04047349293464545, 0.28416268225128855, 0.11756023229735288, 0.01928341836786477, 0.023117435615545804, 0.1687900676567839, 0.000979839263995084, 0.0115978941636435, 0.15890471468711068, 0.04262866802003986, 0.12978677387556747, 0.04262866802003986, 0.261937382193252, 0.01123593163392167, 0.05111484821879756, 0.0965923128514437, 0.013270166686093637, 0.13738502127832403, 0.048294237498479595, 0.003902892770722928, 0.04262866802003986, 0.15216304108793335, 0.16589854294771153, 0.0059515742760373235, 0.022041564807046863, 0.10671951386126892, 0.03308999748747163, 0.1305343281132801, 0.04262866802003986, 0.019635080623465095, 0.026960819951983895, 0.01647746895337871, 0.07047910319751856, 0.10780849782217838, 0.003783214751287124, 0.003783214751287124, 0.20910518721296267, 0.057401142200163194, 0.06777265510683123, 0.2277730825066918, 0.14349570638176185, 0.13033719574105038, 0.003783214751287124, 0.009204418480153284, 0.003783214751287124, 0.08777027976121272, 0.01593966746872729, 0.22000892688603477, 0.04262866802003986, 0.23059880825513712, 0.012740069032623076, 0.04262866802003986, 0.04262866802003986, 0.0056593891175263, 0.004079679791507727, 0.001309008591357785, 0.003783214751287124, 0.04262866802003986, 0.003783214751287124, 0.003783214751287124, 0.003783214751287124, 0.009877799518238526, 0, 0.056344452404119665, 0.003329572631119228, 0.042214459061002046, 0, 0.2544581823665755, 0.0026210406813000535, 0.39315428321852264, 0.042214459061002046, 0.1247910121224134, 0.04824307071863168, 0.15460610027644028, 0.10315348962222184, 0.04040757544581821, 0.06986414793080306, 0.08289924289278267, 0.01111041940404442, 0.0887270726515272, 0.14272342407777264, 0.1274369281396882, 0.10070955131424436, 0.09247261179476904, 0.05927095958786653, 0.04006846973007976, 0.07902525747916805, 0.02348637043586146, 0.0924181261023219, 0.07699298827471544, 0.042214459061002046, 0.03247999856396663, 0, 0.07129152213976403, 0.042214459061002046, 0.13197206609905582, 0.0048696700654503175, 0.016592925939214173, 0.07804135813817449, 0.031766387399974935, 0.05418796019663512, 0.0641349114385433, 0.10415239500757334, 0.01071259977134012, 0.00913168758371773, 0.027518298405711617, 0.05350608197329768, 0, 0.042214459061002046, 0.2528758788214814, 0.04108930658631308, 0.07964393681237815, 0.03702961556043573, 0.042214459061002046, 0.26623749362221666, 0.010068515906455291, 0.042214459061002046, 0.09682144725352118, 0.11381414497385764, 0.042214459061002046, 0.030035635882814764, 0.15457989667681435, 0.19792948473428532, 0.06957032255368564, 0.01783905734941797, 0.030505412630266, 0.03166174798093422, 0.26539270463651365, 0.08891812254078045, 0.17678754274099848, 0.10993401329785936, 0.1374484921125629, 0.036959371896209424, 0.0013768732576489166, 0.0009846974515842545, 0.04228881502854192, 0.039607227705279094, 0.019824532284861845, 0.0374679791091258, 0.01792029914423354, 0.1779217658646201, 0.1016868262553312, 0.03799481620256519, 0.1230112891101658, 0.022927858568832872, 0.11950290249886106, 0.028031753224814767, 0.007131196302384795, 0.030371231765708388, 0.16976737358932048, 0.03690096108427863, 0.01114445594526077, 0.07231558095768538, 0.1732383234129029, 0.11768928813053246, 0.012684072120678454, 0.07704490705959009, 0.007981644999174902, 0.08678589468867559, 0.0047458877195756975, 0.041886223989838225, 0.042103203266290946, 0.06363801313988851, 0.0193322268257727, 0.04227871974369861, 0.24198212156837537, 0.03105539696231221, 0.0039622967915464114, 0.13816281075623646, 0.008372108583740566, 0.044407290743572206, 0.12955262881897472, 0.26110488261273324, 0.2781075106370588, 0.1328760395852529, 0.1328760395852529, 0.022930731874070492, 0.015241906627498292, 0.1328760395852529, 0.022930731874070492, 0.1328760395852529, 0.022930731874070492, 0.1328760395852529, 0.1328760395852529, 0.022930731874070492, 0.03806266240373899, 0.02040632075097413, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.12276728572376108, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.011789447729425997, 0.11606230828139594, 0.022930731874070492, 0.011789447729425997, 0.011789447729425997, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.011229236693513988, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.011789447729425997, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.10232514608298802, 0.08069578449584815, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.049002262440349026, 0.022930731874070492, 0.11537902339941342, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.32036194089538517, 0.12346484674249056, 0.1328760395852529, 0.011789447729425997, 0.16786852340135028, 0.2961477220065467, 0.022930731874070492, 0.012492670308547355, 0.022930731874070492, 0.04219771901751885, 0.018084744795641216, 0.022930731874070492, 0.022930731874070492, 0.04404461468300514, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.06005527923786799, 0.022930731874070492, 0.14590897770229508, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.018150786866899613, 0.08011731692226166, 0.022930731874070492, 0.2349838702159995, 0.03282934719431412, 0.4662574148631656, 0.01328214577351658, 0.11234940071239362, 0.032097120943655445, 0.07881858279586766, 0.025857826945685437, 0.011789447729425997, 0.011789447729425997, 0.02592900469524627, 0.04420591415324181, 0.011789447729425997, 0.028453676498944657, 0.03270685708200887, 0.1328760395852529, 0.022930731874070492, 0.07647836354407977, 0.1205796753808514, 0.05204994119573639, 0.037613061638663736, 0.028857979684549357, 0.0430080509737976, 0.1972628801312483, 0.1528278365775428, 0.028676356934883733, 0.024715303843811123, 0.037613061638663736, 0.037613061638663736, 0.04580157528981593, 0.09154090358777606, 0.03290892530968322, 0.040056865155209107, 0.08710352183619216, 0.05865957327189799, 0.015587812440876503, 0.1528575832811189, 0.05867339862814275, 0.10448179815354748, 0.009175701361315214, 0.037613061638663736, 0.0363176541125234, 0.02245661267720784, 0.04586527909609806, 0.07975002934747939, 0.037613061638663736, 0.28640033498205103, 0.028014694687600462, 0.107958088924941, 0.033620463181366265, 0.037613061638663736, 0.09181843910129764, 0.1302764308179503, 0.037613061638663736, 0.026854290032287148, 0.0030296936766715235, 0.037613061638663736, 0.17497444739279752, 0.00947760116314942, 0, 0.05068879100084935, 0.03812151279238059, 0.00518055529538663, 0.015974007528309797, 0.16386745513457726, 0.2899511776044539, 0.043604948701819565, 0.11166067880949924, 0.03827214364529403, 0.2243791469626279, 0.02402742827565748, 0.031434343666628825, 0.17374696765676134, 0.014184185105113996, 0.10180130134426396, 0.0004492470593145163, 0.2302505101485879, 0.069434603141176, 0.020780757927501267, 0.041501623683693055, 0.08906065703744434, 0.0399031338131382, 0.056459077966780034, 0.03832998682087568, 0.016825488097970843, 0.004489373789960848, 0.005703288483247212, 0.03333652153696364, 0.021910171390484904, 0.08871067436571026, 0.038367286250576, 0.009127692558335648, 0.1805397673003598, 0.05650436944644401, 0.17715053653692855, 0.04923166129564919, 0.1338367447220431, 0.006430867455277773, 0.0892611465629089, 0.24466118725413455, 0.09673787714357587, 0.06031107844986579, 0.0642940189187127, 0.04945254758730004, 0.1070533394692612, 0.012358935881242143, 0.059927946431377485, 0.1411806106727469, 0.05875156007526715, 0.07031540299096094, 0.02999416231604673, 0.05936181784781847, 0.056211890858779805, 0.17974298364994096, 0.10823631896603075, 0.03598734930093462, 0.018484835003121623, 0.3330628548716003, 0.1071319885792025, 0.11209177502055316, 0, 0.12156752947042591, 0.017200174360218545, 0.06337865866605238, 0.07579313931974639, 0.026764038997899624, 0.023449949842963964, 0.045877070282448855, 0.21945522357097272, 0.00976177522312578, 0.0033930514884607, 0.027719634278133894, 0.02182521359132771, 0.03413452307444258, 0.13504607796367604, 0.006955420480950209, 0.045001861686445585, 0.13702568239550264, 0.0009383715932890668, 0.004813144869040221, 0.05825488100583635, 0.30257594509042696, 0.11316169698502036, 0.16746632914986828, 0.10441199831186362, 0.06449970320668329, 0.07112662126990969, 0.13019391256048535, 0.05974888223400462, 0.04510445916274771, 0.11226478465288818, 0.10958410292983796, 0.2910872958256857, 0.108565013936321, 0.006377148974445067, 0.031272451587438674, 0.06557141670941052, 0.16063306685387296, 0.003632421689968372, 0.11892634295721972, 0.0141129260750969, 0.004833197730653753, 0.02756196405569727, 0.03516704888293601, 0.13776381712754823, 0.01758872974302457, 0.19224429100900045, 0.051126141375826245, 0.14978784376070747, 0.013562962628319693, 0.014812549202257802, 0.02030735753862336, 0.0148336767321529, 0.1217757870126175, 0.01504094821342774, 0.0064591008510616514, 0.3642493140567495, 0.03956370432238248, 0.024996211215922676, 0.025775792889236555, 0.061403111012001486, 0.06735620527347846, 0.0038766602555632495, 0, 0.044613154852575734, 0.09245339027658556, 0.26160501720202295, 0.09245339027658556, 0.001795656293957175, 0.05385858005921924, 0.012732507418991396, 0.007680376808288565, 0.09245339027658556, 0.09245339027658556, 0.09245339027658556, 0.09245339027658556, 0.00500989153541407, 0.026156025324039538, 0.09245339027658556, 0.01047440820533236, 0.09245339027658556, 0.06655952286337563, 0.13395917500557852, 0, 0.049018295540153474, 0.16433489991401737, 0.023146963134937845, 0.011838867644371222, 0.13463761128990265, 0.2577801192152363, 0.1353197428130878, 0.08560631923630121, 0.016635774209392898, 0.10535526309093414, 0.1086055774577117, 0.06100407328496368, 0.032953192864488313, 0.02238733042565154, 0.04311749289913065, 0.06557545688925447, 0.03444351821550742, 0.11155668080104758, 0.020662156653648837, 0.07189964002763906, 0.02730818076641531, 0.1263443380942843, 0.01938099599743637, 0.002800741446707679, 0.03384668578048567, 0.15278551724254133, 0.07223570414456897, 0.19233012665087384, 0.04879051418098913, 0.007850951467073838, 0.0531516078958651, 0.007883426347153014, 0.12122527458762726, 0.020177665415508243, 0.0591624687794224, 0.028070077591315273, 0.017347672791073073, 0.24069167192189755, 0.010140131928377514, 0.15465165426477304, 0.07002801572532386, 0.019785414234320217, 0.006502049644008554, 0.04109016022129147, 0.14830715101538988, 0.37822520622466793, 0.09665831706320913, 0.023498786842691747, 0.05239127562373554, 0.0506608949111426, 0.018012211904425507, 0.15031536553087124, 0.04601576381140527, 0.07522614949378692, 0.00025350862956168604, 0.009310683748667706, 0.013463993457154716, 0.11632114825515928, 0.03628300507373733, 0.0032901603782309113, 0.18949757288140212, 0.021859097411524364, 0.05129121738774915, 0.16121857121415087, null, 0.024391325121881614, 0.11774941223152616, 0.01526003344727547, 0.05209904542656053, 0.024391325121881614, 0.0017535195406658975, 0.024391325121881614, 0.024391325121881614, 0.003042907952882575, 0.024391325121881614, 0.0018276351309034684, 0.024391325121881614, 0.09875638206707688, 0.14337857944849236, 0.14767906890715576, 0, 0.04957457423222888, 0.032606989302412306, 0.009313972200470947, 0.032606989302412306, 0.032606989302412306, 0.07686790224138057, 0.009313972200470947, 0.009313972200470947, 0.032606989302412306, 0.024391325121881614, 0.009313972200470947, 0.009313972200470947, 0.4904614663632495, 0.009313972200470947, 0.009313972200470947, 0.032606989302412306, 0.05800550008710811, 0.009313972200470947, 0.032606989302412306, 0.06277647303771977, 0.032606989302412306, 0.032606989302412306, 0.032164604164493876, 0.024391325121881614, 0.005374747783145345, 0.09911326759793072, 0.07030466972857437, 0, 0.1019713218955496, 0.009539377910601304, 0.011103716426707148, 0.16616339506737113, 0.010579312179829915, 0.0861015468259815, 0.008067191743840772, 0.1554892065900719, 0.05379039390419817, 0.07844249617407643, 0.09022007449562744, 0.07587387607522311, 0.039194622945898774, 0.07704072027355971, 0.11597016699008898, 0.05251624703387625, 0.022557432938556325, 0.2837740948692561, 0.09540155235383677, 0.06377414127612073, 0.06434154215716145, 0.032142521272383734, 0.09235804152386728, 0.012098734482691793, 0.11224673248510948, 0.1681172358361739, 0.07315355084435145, 0.039194622945898774, 0.03369897402599175, 0.24531634999737395, 0.028379152649767737, 0.12522173713448334, 0.011210950922021104, 0.011107267014760796, 0.01880339545657647, 0.12297189692426586, 0.04614569799251925, 0.009005960971597182, 0.006443429420948038, 0.006069475194835009, 0.050590976769830216, 0, 0.20085484370790868, 0.03403340041718222, 0.004449350959643224, 0.06041029509685067, 0.10846203252182252, 0.022054891100955685, 0.006141348520126336, 0.03154187126351994, 0.3335977129136254, 0.05729145397787142, 0.011107267014760796, 0.03464550642472785, 0.423743933990154, 0.313141329673836, 0.10370195958677676, 0.046597367120195944, 0.019762218358221048, 0.008980115090723611, 0.088959247909909, 0.08857421956694897, 0.11971112733467004, 0.02186680973397708, 0.02749287133686634, 0.0521729776374902, 0.044288475560867006, 0.07404330087261933, 0.1005615637535496, 0.04937847664292382, 0.13927139610942188, 0.2283777962740383, 0.436080894170585, 0.0071075009621797735, 0.1466780034488152, 0.030664366587156856, 0.030664366587156856, 0.07995823447252562, 0.025352910413933227, 0.030664366587156856, 0.13689579966000806, 0.008727569334735967, 0.030664366587156856, 0.030664366587156856, 0.018537962323799204, 0.030664366587156856, 0.024419876783772557, 0.09126311884717483, 0.07454348628599622, 0.02839551693711494, 0.0029629680317590774, 0.005246833500507532, 0.08908164656846976, 0.0005496750422208598, 0.030664366587156856, 0.030664366587156856, 0.20142123013521063, 0.005198734879147005, 0.017481406830360858, 0.11617622501838112, 0.02660106710409595, 0.016262562504141653, 0.09489081615933671, 0.04899763388791169, 0.008184438609485473, 0.00951892369568464, 0.15744948463651717, 0.10956266088224698, 0.13221833730056176, 0.06972594552269348, 0.025563735458234454, 0.004763895608651897, 0.07542699072436551, 0, 0.07542699072436551, 0.004763895608651897, 0.07542699072436551, 0.004763895608651897, 0.07542699072436551, 0.07542699072436551, 0.02401958219713949, 0.024023094802703236, 0.00951892369568464, 0.07542699072436551, 0.10071299742733172, 0.418428767128638, 0.021523467882462663, 0.00951892369568464, 0.02295053087060199, 0.07542699072436551, 0.014753335271366548, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.019175257481453455, 0.07542699072436551, 0.00951892369568464, 0.00951892369568464, 0.013348379654087328, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0, 0.0830669274655348, 0.00951892369568464, 0.0257930618090802, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.004763895608651897, 0.18556016423908983, 0.10094007473995592, 0.00951892369568464, 0.001710632317126223, 0.020172106195087785, 0.026943118182131028, 0.3060986113514965, 0.06983571989224562, 0.0685856564941416, 0, 0.25647759038259715, 0.00951892369568464, 0.05708870196298289, 0.004763895608651897, 0.016939412241077968, 0.004763895608651897, 0.004763895608651897, 0.004763895608651897, 0.08103598747444123, 0.060979552166753256, 0.09347197782636912, 0.0014647290404295802, 0.06049634049153042, 0.010661441810760584, 0.10308441990482596, 0.08140430681281736, 0.08747272318257722, 0.0480465540000144, 0.0657415156166496, 0.01521354707326681, 0.03765882069350928, 0.10315188994565253, 0.16188847718038807, 0.033365411226749284, 0.1558245199430294, 0.005753874197928592, 0.000914934969631287, 0.12551916555832413, 0.0912421361322302, 0.06909935190972326, 0.0685886938552298, 0.0016104038432420353, 0.0016104038432420353, 0.07255526735667191, 0.015883010778165195, 0.02516159816919017, 0.0016104038432420353, 0.06528945830270895, 0.0406961127416064, 0.0016104038432420353, 0.0016104038432420353, 0.002096448205651234, 0.012149631453960584, 0.028886117118682535, 0.07699238208239984, 0.07573107102281973, 0.0016104038432420353, 0.0677711942217545, 0.018954168101793352, 0.013232582550377852, 0.08523496772669327, 0.0016104038432420353, 0.0016104038432420353, 0.040387439838442125, 0.025553884660254784, 0.10412648670216217, 0.17426249892386578, 0.03490717321118543, 0.12205027556919316, 0.03893095406425154, 0.1297573500926434, 0.20507575385120935, 0.04108241368636321, 0.008388337245367411, 0.1815672462637253, 0.11641940138487532, 0.1306598005883493, 0.4760179838592304, 0.03878219789181754, 0.03229538980177659, 0.0898252994807053, 0.0036246155985302174, 0.2057411195741148, 0.009325344539613924, 0.12295396000320412, 0.08156634971659199, 0.012541307018994663, 0.0614481807117854, 0.05444820462722916, 0.2176310467934689, 0.016799358818641585, 0.03744446731245064, 0.17697707666486803, 0.11289544726501936, 0.00966218369324854, 0.014654731482613767, 0.014654731482613767, 0.013184294951921985, 0.009020976892691698, 0.009094097900004976, 0.11823634210165, 0.059000447727317475, 0.14821710857111076, 0.014654731482613767, 0.022446981224648103, 0.06303316015135199, 0.05615761007568144, 0.014654731482613767, 0.017458693480206344, 0.04954380301642569, 0.0978727149463822, 0.03257239505207778, 0.22199321777524125, 0.014654731482613767, 0.014654731482613767, 0.013476426117450455, 0.014654731482613767, 0.014654731482613767, 0.014796509033355328, 0.016063952135311466, 0.002629468416426925, 0.11890598836635212, 0.08254151272412971, 0.12134618806205996, 0.08201913105605375, 0.06939861474452687, 0.10502196067536386, 0.022010427679796742, 0.07628534193455977, 0.1317274629005352, 0.02046481711327325, 0.12395978606975568, 0.017969759449337312, 0.007006133536682699, 0.02429974083151293, 0.02248855359020899, 0.03946097875006206, 0.03284196360690295, 0.050230115427575744, 0.008681857909378381, 0.02188257369547166, 0.3442079459221161, 0.0447403380765242, 0.2885371611968266, 0.08796558287510234, 0.03757041187788414, 0.043163532017117215, 0.027581024619732608, 0.004799420860418983, 0.2319238029112994, 0.07140882299308282, 0.005688404911004638, 0.15552060675432594, 0.07519936979140988, 0.29672947789468945, 0.026657955155270356, 0.014166043114946044, 0, 0.15943858271452285, 0.022128325194657707, 0.03195272583155419, 0.03574074956037132, 0.046625764699791995, 0.02219096564253036, 0.0017019739767072677, 0.011152492002376276, 0.011152492002376276, 0.0026507721296255542, 0.004872863931896186, 0.048226839740840896, 0.217685529354702, 0.05926204757014914, 0.19174254616761385, 0.05199103963580195, 0.1892985513795833, 0.22938111887539353, 0.011152492002376276, 0.011152492002376276, 0.031298490171940994, 0.011152492002376276, 0.013442899972035929, 0.011152492002376276, 0.0006233506820155846, 0.012438104393460887, 0.011152492002376276, 0.011152492002376276, 0.025031983998223685, 0.05599627418446903, 0.12763516372232886, 0.07149012722040861, 0.040504831494472086, 0.0092265992886148, 0.014669879166585137, 0.07400107403498384, 0.013830071364892125, 0, 0.14667338071307526, 0.03526693840500582, 0.01796099872048673, null, 0.05928167361730499, 0.029709898086069643, 0.16388150052541595, 0.09900616254097117, 0.14825108234542983, 0.1801925948740495, 0.0010192297457055932, 0.02569703520072392, 0.00724392891337557, 0.15639082394073797, 0.0861629721327058, 0.11887862316550649, 0.4161311549935563, 0.06376408197736864, 0.021273956838881995, 0.06376408197736864, 0.1636120346269125, 0.08881763590783212, 0.0013680192700528237, 0.06376408197736864, 0.1461281340071236, 0.06376408197736864, 0.06376408197736864, 0.046490028588421495, 0.06293388731618214, 0.06376408197736864, 0.10797677063889168, 0.014992356806401926, 0.04456613002027793, 0.2255226906513689, 0.06376408197736864, 0, 0.06376408197736864, 0.00939702782727755, 0.010663729193922111, 0.03444195906070049, 0.021542013048621148, 0.21399690551995185, 0.08557072793698671, 0.02112530202092029, 0.021542013048621148, 0.021542013048621148, 0.021542013048621148, 0.1529780807509862, 0.08847421405845884, 0.02860631412041485, 0.18440815262704363, 0.19019465634416985, 0.01630417326805068, 0.49261406801712576, 0.007141386481961312, 0.09331256058463812, 0.14255039665841115, 0.021542013048621148, 0.021542013048621148, 0.021542013048621148, 0.021542013048621148, 0.06882964034445879, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.08318475948634735, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.09001811752011739, 0.05470844317626322, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.0445920002511903, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.09167848965951318, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0, 0.1538009622089712, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.029367047104861547, 0.036302269323647315, 0.09303748098040077, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.07899350931397822, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.014340892900096595, 0.036302269323647315, 0.036302269323647315, 0.03220182144644233, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.0027020911604888403, 0.036302269323647315, 0.0015984378811235425, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.3102627845802829, 0.0346936293268183, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.0445129985657348, 0.05624330439405129, 0.0032828975505865532, 0.03786585578365443, 0.008760426052590205, 0.05407215810309007, 0.05073375442111725, 0.004057179183498289, 0.14114859610213043, 0.2747046276629037, 0.028489405456532984, 0.15261496436899405, 0.03620318219192432, 0.0204442097469098, 0.0204442097469098, 0.0204442097469098, 0.0204442097469098, 0.044051223370388845, 0.00002004902445985412, 0.0708257221455652, 0.04546519103351111, 0.1922983748581073, 0.07243426337226029, 0.0904624302453748, 0.09213341300026692, 0.1596869193587118, 0.15441025024467045, 0.0204442097469098, 0.0204442097469098, 0.0204442097469098, 0.0204442097469098, 0.10695205601216291, 0.11465718125180618, 0.019227017958102027, 0.05524381523936305, 0.015501834364428124, 0.0334286848409537, 0.09861702103280512, 0.1339809508067818, 0.016874763014348107, 0.04201013813820507, 0.16372776453104582, 0.0082240334697587, 0.030203329443569783, 0.34262120226753645, 0.009854791705242956, 0.02730549229486953, 0.00181107853124136, 0.02839194823888357, 0.11446172288648994, 0.08913092110788512, 0.2432267095266213, 0.115085895628699, 0.09059088032145828, 0.00181107853124136, 0.00181107853124136, 0.17789712604854008, 0.20211804407501568, 0.01301379087165884, 0.05301791546173805, 0.00181107853124136, 0.00181107853124136, 0.00181107853124136, 0.01493293786142665, 0.07228632940796222, 0.00181107853124136, 0.00181107853124136, 0.061254203481824185, 0.010435447077872544, 0.19553400233170887, 0.22668526022613383, 0.24064373571647152, 0.11593550882147682, 0, 0.0935804728615642, 0.0657043924260588, 0.36522566770678383, 0.1508346250634164, 0.26533637593698645, 0.010935771162877396, 0.11108936913513127, 0.02037394244074793, 0.02037394244074793, 0.04289990353424019, 0.02037394244074793, 0.02343349022523347, 0.07186921401472143, 0.01302872940667433, 0.0026804845568679423, 0.02037394244074793, 0.08271686534092618, 0.02037394244074793, 0.02037394244074793, 0.02037394244074793, 0.06149878769265521, 0.1239025837434356, 0.02037394244074793, 0.001289527130329832, 0.04963973138697816, 0.03706703435410555, 0.01983830378666962, 0.001289527130329832, 0.00662236342830435, 0.08568814752354457, 0.08568814752354457, 0.08568814752354457, 0.08568814752354457, 0.08568814752354457, 0.08568814752354457, 0.08568814752354457, 0.08568814752354457, 0.11858520114781408, 0.04220335175542183, 0.08568814752354457, 0.08568814752354457, 0.08568814752354457, 0.08568814752354457, 0.08568814752354457, 0.08568814752354457, 0.08568814752354457, 0.08477384432415212, 0.08568814752354457, 0.08568814752354457, 0.08568814752354457, 0.08568814752354457, 0.01956420220138471, 0.08568814752354457, 0.08568814752354457, 0.3248685897325073, 0.08568814752354457, 0.08568814752354457, 0.08568814752354457, 0.08568814752354457, 0.08568814752354457, 0.08568814752354457, 0.1136144168483307, 0.10722433120754646, 0.21930496516547757, 0.22577629835906593, 0.0201642466828162, 0.0590315453190236, 0.00630829813364081, 0.0912463992397636, 0.0999271871255428, 0.07669751917810755, 0.015671287706847278, 0.045825093975904854, 0.01442692526702962, 0.02715697654584468, 0.02604681290419763, 0.009512207384777318, 0, 0.04392805989293901, 0.05655149483008753, 0.005374157800949811, 0.20904759129494477, 0.2727926502795051, 0.15925713148254048, 0.06178965495769397, 0.003889113693291, 0.0055527782322260895, 0.09127184578793064, 0.1883096342963587, 0.1590206264018238, 0.4077137197645207, 0.025269449333831615, 0.05630011387368252, 0.027169257758367676, 0.024070516398523756, 0.021245470884427273, 0.1294749909273392, 0.1389199930374008, 0.14030943067094895, 0.1859470377422851, 0.003226320927907746, 0.03022565926397062, 0.022773626462970417, 0.33919799260501876, 0.007744353560738099, 0.09943554866838172, 0, 0.016785804841068105, 0.11332453249268146, 0.01911486706306571, 0.26477969687736097, 0.168733818334792, 0.04582959859339593, 0.08387172728795605, 0.02440586836761628, 0.2944741092880956, 0.009432900033572904, 0.009432900033572904, 0.009432900033572904, 0.007690730368008326, 0.008387005643718037, 0.2465748007775535, 0.009432900033572904, 0.009432900033572904, 0.009432900033572904, 0.02937077627205187, 0.02440586836761628, 0.009432900033572904, 0.009432900033572904, 0.13064731370590862, 0.11347677799747162, 0.025829314004825386, 0.0952737689636866, 0.16724931004564458, 0.07355695937478708, 0.06402177561516606, 0.2531442817670407, 0.16480685684701393, 0.02514016483580876, 0.00980525178380703, 0.02995572059557933, 0.004971494147632351, 0.14605604149033485, 0.14605604149033485, 0.14605604149033485, 0.14605604149033485, 0.12010434253240522, 0.14605604149033485, 0.14605604149033485, 0.14605604149033485, 0.14605604149033485, 0.007530276362568934, null, 0.08317026702609473, 0.03205705805811215, 0.18141326571067423, 0.031145305358998187, 0.006042125288113315, 0.06524391959781217, 0.07665306299649202, 0.021808558803313848, null, 0.0652950705667456, 0.06295207640039602, 0.009623349719320084, 0.04794458177875867, 0, 0.02130955492406913, 0.018184253584798343, 0.1482515517695968, 0.08641958172984997, 0.014486420820631169, 0.12940980252089584, 0.4183203709705836, 0.001478653191634472, 0.06118540937985627, 0.04653525333669598, 0.008842803692967976, 0.2275812903423422, 0.01899381643967187, 0.08257267011155582, 0.0020578138660280565, 0.0904179015955097, 0.0768197638059677, 0.006216011485382782, 0.03154054357222251, 0.09087677444382056, 0.0006085638879664726, 0.1016121242246225, 0.010954320649976297, 0.038464722589603595, 0.03110576565457372, 0.02503205606947013, 0.1036502048019776, 0.029111664567713247, 0.09824279785943502, 0.09097036231835744, 0.008356266258205555, 0.12344496555288333, 0.029424061124918487, 0.02867995710798479, 0.02867995710798479, 0.02867995710798479, 0.010200138965269789, 0.02867995710798479, 0.02867995710798479, 0.02867995710798479, 0, 0.09622779649421916, 0.207073241911025, 0.02867995710798479, 0.02867995710798479, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.02007821442098244, 0.0698105346692266, 0.01646838222077105, 0.22968506187792495, 0.07354032192296285, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.04945377630335357, 0.043011584605702646, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.09782029215818568, 0.01646838222077105, 0.02753795945452183, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.10346035031904176, 0.01646838222077105, 0.01646838222077105, 0.015560520128590305, 0.01646838222077105, 0.018056276616048816, 0.06989094078464543, 0.01646838222077105, 0.01646838222077105, 0.003623111214947082, 0.08720201454240335, 0.02650279187604645, 0.24438867366400857, 0.04817841726872954, 0.019484744183799325, 0.03246841980027589, 0.04466209129691982, 0.21765510834396196, 0.06442874832629227, 0.05970489801540751, 0, 0.06530337739924721, 0.07231587467006602, 0.0026153928094993237, 0.0200484415873601, 0.06551572120239016, 0.017017489451030068, 0.0177776951931714, 0.037889984301133654, 0, 0.09628924090896576, 0.037774148223966394, 0.11838631462882544, 0.005746770450027849, 0.004853701004618567, 0.09811262226554826, 0.20065900757777697, 0.045490856008400866, 0.017419655567641152, 0.47227857982109417, 0.022000020053757716, 0.04759015624147733, 0, 0.025893203284552625, 0.04469924303746762, 0.016215653383906986, 0.005338663762915331, 0.034956899958612044, 0.239115934021726, 0.239115934021726, 0.045165021838338947, 0.30228235083297145, 0.239115934021726, 0.06860186347679835, 0.005081632749593248, 0.03678494797817307, 0.239115934021726, 0.239115934021726, 0.0755731488749746, 0.239115934021726, 0.018623156893826327, 0.239115934021726, 0.239115934021726, 0.025366634706283496, 0.009538801335864348, 0.005020249358884414, 0.04662420884477931, 0.045851481651689424, 0.005020249358884414, 0.005020249358884414, 0.005020249358884414, 0.005020249358884414, 0.0005096711337021711, 0.12608646301791823, 0.005020249358884414, 0.005020249358884414, 0.005020249358884414, 0.03173572380969707, 0.03109258487404807, 0.008713943907358832, 0.016640396907918496, 0.14358723874251383, 0.02474893052516974, 0.08631361821097865, 0.023149229151822864, 0.10803475887153488, 0.011199725445329968, 0.0071988542107006125, 0.003144600920310244, 0.0145087465294121, 0.10762692198751854, 0.0170720274230655, 0.019831223494507742, 0.03348385565665097, 0.08414682127932972, 0.0785061294784132, 0.05091254470442897, 0.0033403174741233905, 0.06973839595441159, 0.0314013217912865, 0.33080756700477, 0.0832601667709308, 0.09944254528628522, 0.058142207886769694, 0.0033403174741233905, 0.18860155099091444, 0.01293218736310736, 0.00603286021358431, 0.00603286021358431, 0.0504795682079837, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.04708475821825524, 0.09786086397789298, 0.00603286021358431, 0.03690278107287537, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.06046856576273166, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.04522660020312077, 0.00603286021358431, 0.018065717830425, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.11242330085702974, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.16204082725135455, 0, 0.02085289195806779, 0.20359396495813925, 0.06438815773040316, 0.02121188912663956, 0.055694026838317985, 0.27472175073021876, 0.03665161529813117, 0.3759203124780271, 0.1811881477331988, 0.09555727398269588, 0.1811881477331988, 0.001335488155268701, 0.1811881477331988, 0.1811881477331988, 0.1811881477331988, 0.1811881477331988, 0.005511034573134499, 0.1226882871789763, 0.0067976047485995275, 0.1811881477331988, 0.1811881477331988, 0.3000403111626701, 0.01684118530900243, 0.04068633717552284, 0.0035069630395657006, 0.048541417579804846, 0.02579896731012364, 0.01334981035990391, 0.3782544367548116, 0.0694571123471241, 0.18221320627981943, 0.0015284073349544844, 0.07815334116560484, 0.030390734901747964, 0.014898306738714178, 0.014277897538935843, 0.16861547443662953, 0.23588846480823095, 0.27644843756028764, 0.02983517213419885, 0.12418553588587286, 0.03993857660262614, 0.003847146514012491, 0.03357780130279441, 0.05741744797985657, 0.12478607453522111, 0.05728611426412275, 0.12573610752096395, 0.11446730324143328, 0.1033554112523552, 0.004750301230604346, 0.13506180073132962, 0.036216819527518894, 0.0666924707314226, 0.1769963639291796, 0.002094515775728472, 0.016295818252029127, 0.0073298878269482705, 0.0073298878269482705, 0.009181137976489406, 0.03151161222957171, 0.04530049234299156, 0.0073298878269482705, 0.0073298878269482705, 0.0073298878269482705, 0.013537245851222, 0.0073298878269482705, 0.0073298878269482705, 0.12663663966322353, 0.1296194002326537, 0.0073298878269482705, 0.0009186200074497636, 0.017140499864197304, 0.02069402356114165, 0.014872754633009688, 0.20609543265676397, 0.0073298878269482705, 0.01964679742432552, 0.03882945216119339, 0.019339361674659356, 0.05633109698314871, 0.03817128827708601, 0.01674160883763875, 0.00013774915186541822, 0.02143817059841736, 0.012040650454622366, 0.0978021508764043, 0.04374583446923317, 0.1558288747112164, 0.029138184409220457, 0.07711361821643793, 0.10195286517960515, 0.015983836314855053, 0.08739741618715155, 0.14172681057407951, 0.06833536341304909, 0.06382686895301837, 0.050510745290544376, null, 0.0467749370571179, 0.0467749370571179, 0.0467749370571179, 0.07374752651119773, 0.030307600279280627, 0.0467749370571179, 0.0467749370571179, 0.0467749370571179, 0.0467749370571179, 0.0467749370571179, 0.03469294491762997, 0.09358663176839216, 0.013986493839887438, 0.05084042764600785, 0.03629456904800606, 0.010358722665841234, 0.06887052148266744, 0.08683116958585266, 0.1860594323551396, 0.04185636012229671, 0.05890665233214639, 0.1332766298423993, 0.03471232388338215, 0.059464407519851104, 0.06368477284213417, 0.014165680751562416, 0.01859886171604934, 0.01929468301470394, 0.2403611611331492, 0.05632176555251757, 0.07540681550352074, 0.05335254682366511, 0.022560734365240795, 0.009602653600099483, 0.11932203888554692, 0.06579654689200347, 0.18060306119679304, 0.015892418226134797, 0.024620149940191575, 0.00864714866425794, 0.022469184004325547, 0.2877717637872836, 0.04444924434392277, 0.0017451279610147755, 0.15289822089515986, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02674661546837821, 0.02383417038186429, 0.05046687973686706, 0.05755765431902533, 0.02383417038186429, 0.11081290615975158, 0.02197271204527254, 0.02383417038186429, 0.02197271204527254, 0.02197271204527254, 0.02383417038186429, 0.02383417038186429, 0.02197271204527254, 0.02383417038186429, 0.02197271204527254, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.048275097253411024, 0.02197271204527254, 0.02197271204527254, 0.02197271204527254, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.2072806101836096, 0.037807152141715504, 0.10367984738258508, 0.016724851093398288, 0.06786109553415648, 0.015434814438966216, 0.02178142167405253, 0.007492863342558998, 0.021842112910402636, 0.2326642921613434, 0.014597348919293507, 0.1298349173134374, 0.0010240159625932263, 0.03299638636206853, 0.4369905240636789, 0.04430447720216739, 0.11685299720896844, 0.0073820823830996465, 0.03728006108982427, 0.09680476576854784, 0.08574296197542099, 0.06575807264395621, 0.01701557542289519, 0.0411962947380518, 0.046596333649786555, 0.01226499788611612, 0.029414214856838556, 0.015001494864155676, 0.030056628513980974, 0.011243391252030612, 0.04677832479352594, 0.02709209352744111, 0.039868403643187715, 0.001202171848538282, 0.06807491501595772, 0.10597641654891785, 0.07830101415628479, 0.3615363735826327, 0.07003297152724479, 0.08296441533637915, 0.13688521858013686, 0.06860076022077093, 0.09072564340550736, 0.02475556065076057, 0.20242814089251815, 0.06108097215340764, 0.09012443027439242, 0.03365902880322503, 0.02659426796841285, 0.061521465624390606, 0.019643584497106556, 0.013847951201462335, 0.01326876562781879, 0.186369923091824, 0.01907878554308654, 0.15218830695380017, 0.01300590376111036, 0.11670286513814812, 0.0019666478772252267, 0.0019666478772252267, 0.0019666478772252267, 0.0019666478772252267, 0.0019666478772252267, 0.0019666478772252267, 0.04095847902046688, 0.0019666478772252267, 0.0019666478772252267, 0.01790534822974702, 0.04058599341099233, 0.10673083648843427, 0.2163761241655399, 0.0007684207831243534, 0.016790649626655735, 0.020195747745761973, 0.1153136817854906, 0.061956905832895856, 0.020195747745761973, 0.020195747745761973, 0.4524686270816433, 0.020195747745761973, 0.020195747745761973, 0.020195747745761973, 0.020195747745761973, 0.020195747745761973, 0.02024956585193917, 0.005283347732542668, 0.022442465194411947, 0, 0.015554358700969948, 0, 0, 0.028270992297296144, 0, 0, 0, 0.013614371589130626, 0, 0.027121585307361994, 0, 0.05474234082690406, 0.007249380971082942, 0.05198178611318935, 0.015476635785528612, 0.05417456131277227, 0.01265052951012907, 0.01265052951012907, 0.11089439677449404, 0.05724310737593593, 0.01265052951012907, 0.01265052951012907, 0.01265052951012907, 0.01265052951012907, 0.01265052951012907, 0.01265052951012907, 0.01829700610666975, 0.062433404779731416, 0.03298551399071594, 0.02795998417475475, 0.07704551823658916, 0.011089689865893563, 0.031109081011468965, 0.11728442182621884, 0.03531516226024028, 0.007513170575546412, 0.007513170575546412, 0.03071105222296988, 0.007513170575546412, 0.007513170575546412, 0.007513170575546412, 0.03071105222296988, 0.007513170575546412, 0.007513170575546412, 0.007513170575546412, 0.04568084983650392, 0.00694312790062753, 0.03482478609491965, 0.05764346890317068, 0.01948180407886499, 0.04861794574313586, 0.0031315561418986493, 0.03924076820460802, 0.03035227018127891, 0.1143434608943285, 0.03077266597368177, 0.010720817483142143, 0.17679585491642028, 0, 0.08294393560095958, 0.004002765289358139, 0.08559587142756395, 0.12388753580404, 0.03889771239622401, 0.08035537980103116, 0.03433847710649492, 0.01617917858350893, 0.12761872845431746, 0.011310005537565096, 0.011536312109072258, 0.004905625820324974, 0.04810155908537588, 0.11388552445559358, 0.0848401943472152, 0.11388552445559358, 0.04332930959236336, 0.13669808944644807, 0.0901172118584406, 0.14810135487357143, 0.1792476786360393, 0.07738189837018453, 0.1733300447371062, 0.03422569421503845, 0.04637031844659938, 0.05175865289981433, 0.07128911865616974, 0.02009967722652291, 0.02009967722652291, 0.02009967722652291, 0.02009967722652291, 0.02009967722652291, 0.02009967722652291, 0.02009967722652291, 0.02009967722652291, 0.04034913241903639, 0.10974513470614806, 0.055605912642806794, 0.055605912642806794, 0.055605912642806794, 0.055605912642806794, 0.055605912642806794, 0.055605912642806794, 0.055605912642806794, 0.055605912642806794, 0.03270580616944229, 0.13086742935807608, 0.0896399080956984, 0.0896399080956984, 0.005745605574763302, 0.041651293727937314, 0.011747295460881364, 0.014094459524173866, 0.4180571992903202, 0.028611014358832464, 0.02768601120860385, 0.08837736713116652, 0.07174845351467458, 0.01333664299980446, 0.11710944637975708, 0.06540839235582309, 0.06452680743541434, 0.05533310233700856, 0.09016080465881354, 0.07915504498241537, 0.19369296325742796, 0.025774863596110028, 0.002197615886998254, 0.27450350502971016, 0.11388931979679962, 0.04432614847221509, 0.010755549234264928, 0.06935274504312093, 0.05008661531388324, 0.01223290973380824, 0.17189507859789663, 0.027369715469417504, 0.22547085568337363, 0.09996028668771142, 0.024587114371940492, 0.006155424213921193, 0.05390808073464, 0.17321123507148184, 0.11023722409061572, 0.08537236276249409, 0.06869407968813365, 0.10743993268706668, 0.021146873983080704, 0.10075417412324138, 0.010772731004697543, 0.06557525588688844, 0.050177104982348585, 0.3071728638455058, 0.10169172445361542, 0.008148032787374011, 0.02340921095321425, 0.02340921095321425, 0.02340921095321425, 0.02340921095321425, 0.02340921095321425, 0.02340921095321425, 0.02340921095321425, 0.02340921095321425, 0.05322499876882477, 0.056253781447686065, 0.05199333215924903, 0.1273666412544056, 0.1273666412544056, 0.1273666412544056, 0.1273666412544056, 0.1273666412544056, 0.1273666412544056, 0.1273666412544056, 0.05948128427976354, 0.1273666412544056, 0.20198866623410003, 0.022595163584800265, 0.022595163584800265, 0.022595163584800265, 0, 0.022595163584800265, 0.001493398716108481, 0.022595163584800265, 0.022595163584800265, 0.022595163584800265, 0.022595163584800265, 0.059332532011763695, 0.008559205597320143, 0.02620713293706264, 0.16723387651956104, 0.022956600738671007, 0.03644979339867889, 0.04711073490469331, 0.04660861168977191, 0.018123700270766745, 0, 0.08997417551847715, 0.27306461506745744, 0.13459195504262647, 0.020701535744789477, 0.020701535744789477, 0.19077297129642865, 0.020701535744789477, 0.020701535744789477, 0.020701535744789477, 0.020701535744789477, 0.020701535744789477, 0.020701535744789477, 0.020701535744789477, 0.08265859093742159, 0.008483110922736086, 0.054610789733422045, 0.10993032522150284, 0.39939464930393304, 0.02325543234819522, 0.04086632300091984, 0.02119034070381228, 0.00044569338309965, 0.0031232375476886376, 0.17179875570491462, 0.02896696484298948, 0.006751196908610445, 0.025753527536109495, 0.004249689470514668, 0.011831017790711888, 0.007916635474916067, 0.07980789472031005, 0.009662788485302382, 0.17604596685937982, 0.007988169234168967, 0.007988169234168967, 0.00483655888048156, 0.007988169234168967, 0.007988169234168967, 0.007988169234168967, 0.007988169234168967, 0.007988169234168967, 0.007988169234168967, 0.027471505455462293, 0.012880960764129205, 0.06851295591266358, 0.0670018129074885, 0.009443478882438752, 0.003305137104135841, 0.011645662652315434, 0.3314878084900474, 0.0023569056960510153, 0.13875008934520955, 0.12203017871385304, 0.12203017871385304, 0.12203017871385304, 0, 0.12203017871385304, 0.12203017871385304, 0.12203017871385304, 0.12203017871385304, 0.12203017871385304, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.13520679240280234, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0023807239459534236, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.015241798365115066, 0.18112981181683405, 0.03370049361176585, 0.004834371001440546, 0.05773870691392768, 0.05707302954662524, 0.05707302954662524, 0.05707302954662524, 0.0401261080241799, 0.05707302954662524, 0.05707302954662524, 0.05707302954662524, 0.05707302954662524, 0.05707302954662524, 0.10089695453385304, 0.04793802440627223, 0.1105424260026907, 0.09444912300315782, 0.08031397982338491, 0.1703790540475589, 0.03867669092540473, 0.0499942971680629, 0.194808679478999, 0.06177174392299718, 0.004046063882193466, 0.02741850270816372, 0.015561583226580949, 0.06754815629651477, 0.06754815629651477, 0.06754815629651477, 0.06754815629651477, 0.06754815629651477, 0.06754815629651477, 0.06754815629651477, 0.06754815629651477, 0.14032049464302626, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.03871437598535121, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.040062949745927334, 0.07184701904254528, 0.026495130398477545, 0.08460412694533564, 0.006184911907643329, 0.031085850372674296, 0.06264110552808623, 0.0093887538503825, 0.03503001405113212, 0.010495313667112163, 0.09429824246369348, 0.028460735683252664, 0.045654752380413235, 0.08023576420917293, 0.011969881612524411, 0.017715210848995498, 0.05296624135639487, 0.004125008685038874, 0.1960975469080572, 0.03571520709791757, 0.16074365355608156, 0.014985146531576989, 0.0108718962501635, 0.02000292992729825, 0.020833737167938605, 0.02769483248397846, 0.007979698834319995, 0.1718544314546674, 0.022760543639054887, 0.03370232527005458, 0.058718003163945896, 0.03168906202926237, 0.2604814260238155, 0.0231546216783506, 0.0024291545755959886, 0.01436328084712758, 0.007613129572816975, 0.08654903057884542, 0.06925722524309158, 0.03322277825950955, 0.02756245028328184, 0.017469220231220366, 0.05056551945367959, 0.0572047347888124, 0.16505297349976736, 0.05011414853411304, 0.024070565360511456, 0.009431173725876294, 0.007812589043790797, 0.04042928808051449, 0.15195573475703145, 0.001833523400799161, 0.022664628584789768, 0.04130245986340184, 0.05281609240983789, 0.07791447236143385, 0.09651791133619098, 0.05281609240983789, 0.05281609240983789, 0.05281609240983789, 0.05281609240983789, 0.05281609240983789, 0.05281609240983789, 0.05281609240983789, 0.021811217175616186, 0.03366349646977638, 0, 0.06987274438151649, 0.05744064358084208, 0.0180664087307937, 0.012118764600706492, 0.05749767479137141, 0.10295516063784116, 0.016697124167679014, 0.035647765365306644, 0.025866986266385436, 0.025866986266385436, 0.025866986266385436, 0.025866986266385436, 0.025866986266385436, 0.025866986266385436, 0.025866986266385436, 0.025866986266385436, 0.006304140709115534, 0.006304140709115534, 0.006304140709115534, 0.006304140709115534, 0.006304140709115534, 0.006304140709115534, 0.006304140709115534, 0.006304140709115534, 0.038994737133441475, 0.02974536695130536, 0.02663099335057299, 0.01706018058707788, 0.1866302057068897, 0.02547162148725052, 0.012990167758331396, 0.23943546789866177, 0.23943546789866177, 0.23943546789866177, 0.23943546789866177, 0.23943546789866177, 0.23943546789866177, 0.23943546789866177, 0.23943546789866177, 0.09687535475488138, 0.001528020554150035, 0.01189656546231948, 0.015296821614298248, 0.015296821614298248, 0.015296821614298248, 0.015296821614298248, 0.015296821614298248, 0.015296821614298248, 0.015296821614298248, 0.015296821614298248, 0.04685472681820602, 0.01718717171144301, 0.14484375495149496, 0.11696374761078458, 0.07997397672840437, 0.04908255325329174, 0.006566375208104111, 0.001047723973941075, 0.17949763523811949, 0.009722721259923166, 0.009722721259923166, 0.009722721259923166, 0.009722721259923166, 0.009722721259923166, 0.009722721259923166, 0.009722721259923166, 0.009722721259923166, 0.111406914124298, 0.04158930680845846, 0.005177744268692736, 0.10209348106522537, 0.05599668203267916, 0.003998139645412918, 0.48603655500601106, 0.39807932773905647, 0.39807932773905647, 0.39807932773905647, 0.39807932773905647, 0.39807932773905647, 0.39807932773905647, 0.39807932773905647, 0.39807932773905647, 0.02553548925171607, 0.01630867986065974, 0.050072437703448366, 0.02827749334258858, 0.018929742718289302, 0.1262634333412313, 0.009970768029258526, 0.04873364965750955, 0.03791213341547027, 0.036115936682784754, 0.07104744371395268, 0.12651747422929133, 0.112757262383045, 0.033286482058361794, 0.03220068097985773, 0.05558537373032668, 0.020199331376263344, 0.026374455861875992, 0.026374455861875992, 0.026374455861875992, 0.026374455861875992, 0.026374455861875992, 0.026374455861875992, 0.026374455861875992, 0.026374455861875992, 0.02064928807295091, 0.20637686359723895, 0.17411204528651947, 0.036750904146202946, 0.022336260674529925, 0.041747525192546424, 0.009336747636901885, 0.03579159304355423, 0.00737560497410508, 0.06359401828399806, 0.0016663256557977776, 0.0016663256557977776, 0.0016663256557977776, 0.0016663256557977776, 0.0016663256557977776, 0.0016663256557977776, 0.0016663256557977776, 0.0016663256557977776, 0.030414619730159312, 0.02879333367066021, 0, 0.07093505076967369, 0.002688975418692129, 0.002688975418692129, 0.002688975418692129, 0.002688975418692129, 0.002688975418692129, 0.002688975418692129, 0.002688975418692129, 0.002688975418692129, 0.02608067751278634, 0.10122217342295288, 0.03894753989327596, 0.003919706443693032, 0.08960195584939575, 0, 0.0021486138832626095, 0.024805813187888652, 0.0916084047139579, 0.00997994212578704, 0.018044519859538703, 0.08238379303919889, 0.0016746436910735597, 0.0016746436910735597, 0.0016746436910735597, 0.0016746436910735597, 0.0016746436910735597, 0.0016746436910735597, 0.0016746436910735597, 0.0016746436910735597, 0.017666235521113256, 0.009953393760471784, 0.054255672421072675, 0.018980896061717767, 0.02772060590102814, 0.07345057739442588, 0.0052163401226650264, 0.009876841333241857, 0.04061206506256185, 0.03339276144125983, 0.009736809349105553, 0, 0.015818089920275853, 0.016406187280774677, 0.03503262471414155, 0.0497023707131138, 0.020949664868795948, 0.01549165569542093, 0.01549165569542093, 0.01549165569542093, 0.01549165569542093, 0.01549165569542093, 0.01549165569542093, 0.01549165569542093, 0.01549165569542093, 0.17076350449200384, 0.028797018348719772, 0.019580212586910173, 0.014451850539563415, 0, 0, 0.06393119980809586, 0.08226724315261937, 0.006508395464997265, 0.006508395464997265, 0.006508395464997265, 0.006508395464997265, 0.006508395464997265, 0.006508395464997265, 0.006508395464997265, 0.006508395464997265, 0.29116526958650346, 0, 0.052371717792081114, 0.06685053376184501, 0, 0.017736077197375032, 0.02217927256594314, 0.005131939808398285, 0.015145916143585469, 0.013070479687149496, 0.03368607695219069, 0.0864344417936011, 0.0013115051905183714, 0.0013115051905183714, 0.0013115051905183714, 0.0013115051905183714, 0.0013115051905183714, 0.0013115051905183714, 0.0013115051905183714, 0.0013115051905183714, 0.007717510343197455, 0.01470097351838262, 0.01470097351838262, 0.01801213222223905, 0.008579772333796728, 0.0012542272580606075, 0.0012542272580606075, 0.0012542272580606075, 0.0012542272580606075, 0.0012542272580606075, 0.0012542272580606075, 0.0012542272580606075, 0.0012542272580606075, 0.013890817544764818, 0.02173055890938208, 0.05959265640060041, 0.05959265640060041, 0.05959265640060041, 0.05959265640060041, 0.05959265640060041, 0.05959265640060041, 0.05959265640060041, 0.05959265640060041, 0.04244691177444493, 0.01095643861877658, 0.06894344938469264, 0.2057975021505074, 0.09628278149371251, 0.03966627616545023, 0.09246040316566724, 0, 0.03715141289427054, 0.006953667434770009, 0.017632664524334138, 0.13685318300177526, 0.017132069401847784, 0.00029715882888146965, 0.00029715882888146965, 0.00029715882888146965, 0.00029715882888146965, 0.00029715882888146965, 0.00029715882888146965, 0.00029715882888146965, 0.00029715882888146965, 0.07242739681783601, 0.005143967599912293, 0.015399074434520146, 0.002972374783258976, 0.0056916431533282205, 0.0056916431533282205, 0.0056916431533282205, 0.0056916431533282205, 0.0056916431533282205, 0.0056916431533282205, 0.0056916431533282205, 0.0056916431533282205, 0.011981098606869717, 0.023790557287004105, 0.10208244518053398, 0.018124656285181964, 0.056199319576245285, 0.0019305721923778408, 0.023989619414967966, 0.023989619414967966, 0.023989619414967966, 0.023989619414967966, 0.023989619414967966, 0.023989619414967966, 0.023989619414967966, 0.023989619414967966, 0.004178014200396529 ], "yaxis": "y2" } ], "layout": { "barmode": "overlay", "coloraxis": { "colorbar": { "title": { "text": "GitHub Stars (log)" } }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "font": { "size": 13 }, "height": 400, "legend": { "tracegroupgap": 0 }, "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "white", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "white", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "fillpattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "white", "showlakes": true, "showland": true, "subunitcolor": "#C8D4E3" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "white", "polar": { "angularaxis": { "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "ticks": "" }, "bgcolor": "white", "radialaxis": { "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "white", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "showbackground": true, "ticks": "", "zerolinecolor": "#EBF0F8" }, "yaxis": { "backgroundcolor": "white", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "showbackground": true, "ticks": "", "zerolinecolor": "#EBF0F8" }, "zaxis": { "backgroundcolor": "white", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "showbackground": true, "ticks": "", "zerolinecolor": "#EBF0F8" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6", "ticks": "" }, "baxis": { "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6", "ticks": "" }, "bgcolor": "white", "caxis": { "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 } } }, "title": { "text": "Software entropy over time for PubMed GitHub repositories", "y": 0.8, "yanchor": "bottom", "yref": "container" }, "width": 700, "xaxis": { "anchor": "y", "autorange": true, "domain": [ 0, 0.7363 ], "range": [ -686.9212716996383, 10418.92127169964 ], "title": { "text": "Project duration (days)" }, "type": "linear" }, "xaxis2": { "anchor": "y2", "autorange": true, "domain": [ 0.7413, 1 ], "matches": "x2", "range": [ 0, 763.1578947368421 ], "showgrid": true, "showline": false, "showticklabels": false, "ticks": "" }, "xaxis3": { "anchor": "y3", "autorange": true, "domain": [ 0, 0.7363 ], "matches": "x", "range": [ -686.9212716996383, 10418.92127169964 ], "showgrid": true, "showticklabels": false, "type": "linear" }, "xaxis4": { "anchor": "y4", "domain": [ 0.7413, 1 ], "matches": "x2", "showgrid": true, "showline": false, "showticklabels": false, "ticks": "" }, "yaxis": { "anchor": "x", "autorange": true, "domain": [ 0, 0.7326 ], "range": [ -0.04535450159019254, 0.5736753351639112 ], "title": { "text": "Software entropy" }, "type": "linear" }, "yaxis2": { "anchor": "x2", "autorange": true, "domain": [ 0, 0.7326 ], "matches": "y", "range": [ -0.04535450159019254, 0.5736753351639112 ], "showgrid": true, "showticklabels": false, "type": "linear" }, "yaxis3": { "anchor": "x3", "autorange": true, "domain": [ 0.7426, 1 ], "matches": "y3", "range": [ 0, 1369.4736842105262 ], "showgrid": true, "showline": false, "showticklabels": false, "ticks": "" }, "yaxis4": { "anchor": "x4", "domain": [ 0.7426, 1 ], "matches": "y3", "showgrid": true, "showline": false, "showticklabels": false, "ticks": "" } } }, "image/png": "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wPA2kJqciwIUoAAFKEABClCAAhSgAAUoQAEKUIACFKBAgAQY3gYIktNQgAIUoAAFKEABClCAAhSgAAUoQAEKUIACFAikAMPbQGpyLgpQgAIUoAAFKEABClCAAhSgAAUoQAEKUIACARJgeBsgSE5DAQpQgAIUoAAFKEABClCAAhSgAAUoQAEKUCCQAgxvA6nJuShAAQpQgAIUoAAFKEABClCAAhSgAAUoQAEKBEiA4W2AIDkNBShAAQpQgAIUoAAFKEABClCAAhSgAAUoQIFACjC8DaQm56IABShAAQpQgAIUoAAFKEABClCAAhSgAAUoECABhrcBguQ0FKAABShAAQpQgAIUoAAFKEABClCAAhSgAAUCKcDwNpCanIsCFKAABShAAQpQgAIUoAAFKEABClCAAhSgQIAEGN4GCJLTUIACFKAABShAAQpQgAIUoAAFKEABClCAAhQIpADD20Bqci4KUIACFKAABShAAQpQgAIUoAAFKEABClCAAgESYHgbIEhOQwEKUIACFKAABShAAQpQgAIUoAAFKEABClAgkAIMbwOpybkoQAEKUIACFKAABShAAQpQgAIUoAAFKEABCgRIgOFtgCA5DQUoQAEKUIACFKAABShAAQpQgAIUoAAFKECBQAowvA2kJueiAAUoQAEKUIACFKAABShAAQpQgAIUoAAFKBAgAYa3AYLkNBSgAAUoQAEKUIACFKAABShAAQpQgAIUoAAFAinA8DaQmpyLAhSgAAUoQAEKUIACFKAABShAAQpQgAIUoECABBjeBgiS01CAAjJz0PAAAABCSURBVBSgAAUoQAEKUIACFKAABShAAQpQgAIUCKQAw9tAanIuClCAAhSgAAUoQAEKUIACFKAABShAAQpQgAIBEvg/tK61U0FtcvcAAAAASUVORK5CYII=", "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "df[\"GitHub Stars (log)\"] = np.log(\n", " df[\"GitHub Stars\"].apply(\n", " # move 0's to None to avoid divide by 0\n", " lambda x: x if x > 0 else None\n", " )\n", ")\n", "\n", "fig = px.scatter(\n", " df.dropna(subset=\"GitHub Stars (log)\").sort_values(by=\"GitHub Stars (log)\"),\n", " x=\"Time of Existence (days)\",\n", " y=\"Normalized Total Entropy\",\n", " hover_data=[\"Repository URL\"],\n", " width=700,\n", " height=400,\n", " title=\"Software entropy over time for PubMed GitHub repositories\",\n", " marginal_x=\"histogram\",\n", " marginal_y=\"histogram\",\n", " opacity=0.5,\n", " color=\"GitHub Stars (log)\",\n", ")\n", "\n", "fig.update_layout(\n", " font=dict(size=13),\n", " title={\"yref\": \"container\", \"y\": 0.8, \"yanchor\": \"bottom\"},\n", " xaxis_title=\"Project duration (days)\",\n", " yaxis_title=\"Software entropy\",\n", ")\n", "fig.write_image(\"images/software-information-entropy-gh-stars.png\")\n", "fig.show()" ] }, { "cell_type": "markdown", "id": "4db781f4-9f45-4143-9a29-49a3cd6cddf9", "metadata": {}, "source": [ "## How do GitHub Forks, software entropy, and time relate?\n", "\n", "The next section explores how GitHub Forks, software entropy, and time relate to one another." ] }, { "cell_type": "code", "execution_count": 12, "id": "1313ee17-cd01-4c73-8891-a287f3158496", "metadata": {}, "outputs": [ { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "customdata": [ [ "https://github.com/WormBase/scdefg" ], [ "https://github.com/ablab/metaGT" ], [ "https://github.com/ProbstLab/uBin" ], [ "https://github.com/FocusPaka/SIMD" ], [ "https://github.com/Bob-cheng/DepthModelHardening" ], [ "https://github.com/gillichu/PLUSplacer-taxtastic" ], [ "https://github.com/Zhizhen-Zhao/IPTW-TBI" ], [ "https://github.com/Zhizhen-Zhao/IPTW-TBI" ], [ "https://github.com/Zhizhen-Zhao/IPTW-TBI" ], [ "https://github.com/Zhizhen-Zhao/IPTW-TBI" ], [ "https://github.com/ESDeutekom/ComparingOrthologies" ], [ "https://github.com/arantir123/DDT_triple_prediction" ], [ "https://github.com/fabkury/hedicim" ], [ "https://github.com/kanade00/Federated_Anomaly_detection" ], [ "https://github.com/jschenthu/FNS" ], [ "https://github.com/GeoX-Lab/CMN" ], [ "https://github.com/bmannakee/mapexr" ], [ "https://github.com/Oulu-IMEDS/CLIMATv2" ], [ "https://github.com/woolfson-group/isocket" ], [ "https://github.com/alienn233/ROSes-Finder" ], [ "https://github.com/VITA-Group/PruneCXR" ], [ "https://github.com/VITA-Group/PruneCXR" ], [ "https://github.com/VITA-Group/PruneCXR" ], [ "https://github.com/VITA-Group/PruneCXR" ], [ "https://github.com/DL-WG/SCDNN-TS" ], [ "https://github.com/LanceZPF/KEFS" ], [ "https://github.com/wwd-ustc/RDTR" ], [ "https://github.com/agaye/proper_extension" ], [ "https://github.com/chenyu-xjtu/DualFluidNet" ], [ "https://github.com/ZhangHanN1/SGLFormer" ], [ "https://github.com/altriavin/NDSGCL" ], [ "https://github.com/nchucvml/CSFT" ], [ "https://github.com/jinnh/ReSSS-ConvSet" ], [ "https://github.com/divelab/cgan" ], [ "https://github.com/IcarPA-TBlab/nrc" ], [ "https://github.com/cbg-ethz/epiNEM" ], [ "https://github.com/jkrapohl/SnakeWRAP" ], [ "https://github.com/Malga-Vision/VisionTool" ], [ "https://github.com/liliangnudt/LSWMKC" ], [ "https://github.com/wanglf19/MultiCapsNet" ], [ "https://github.com/MeiyueComputBio/sbl" ], [ "https://github.com/kaistcbfg/covNormRpkg" ], [ "https://github.com/fmfi-compbio/coral-basecaller" ], [ "https://github.com/V-Bernal/GGM-Shrinkage" ], [ "https://github.com/Vision-Intelligence-and-Robots-Group/DCIL" ], [ "https://github.com/r-zemblys/EM-event-detection-evaluation" ], [ "https://github.com/lijincm/CoCa" ], [ "https://github.com/Jiahuiqu/MoE-PNP" ], [ "https://github.com/jingjin25/LFDE-OccUnNet" ], [ "https://github.com/AngryCai/AMKSC" ], [ "https://github.com/ZZY816/CoRP" ], [ "https://github.com/hutt94/SCH" ], [ "https://github.com/Elfenreigen/UniChest" ], [ "https://github.com/slzarate/parliament2" ], [ "https://github.com/Tan-group/cgRNASP" ], [ "https://github.com/nwpuzhengyan/SVcnn" ], [ "https://github.com/zhaoyuzhi/HSGAN" ], [ "https://github.com/LupienLab/SMURF" ], [ "https://github.com/yours-anonym/PaRT" ], [ "https://github.com/DKMS-LSL/typeloader" ], [ "https://github.com/DKMS-LSL/typeloader" ], [ "https://github.com/DKMS-LSL/typeloader" ], [ "https://github.com/DKMS-LSL/typeloader" ], [ "https://github.com/wangxb96/EODE" ], [ "https://github.com/KIT-MBS/distruct" ], [ "https://github.com/ml4bio/ifDEEPre" ], [ "https://github.com/JieZheng-ShanghaiTech/TMELand" ], [ "https://github.com/omicsNLP/enzymeNER" ], [ "https://github.com/aicb-ZhangLabs/Impeller" ], [ "https://github.com/MPI-BGC-Functional-Biogeography/rtry" ], [ "https://github.com/drdanielgartner/bronchomix" ], [ "https://github.com/JunjieWang95/dmve" ], [ "https://github.com/xmed-lab/SAHC" ], [ "https://github.com/byin-cwi/ALS-Deeplearning" ], [ "https://github.com/COL-IU/Graph2Pro" ], [ "https://github.com/alshai/rowbowt" ], [ "https://github.com/LMSE/ident" ], [ "https://github.com/Qinwenjinswu/TIP-Code" ], [ "https://github.com/1particle/bin-passing_analyzer" ], [ "https://github.com/cthoyt/epicom" ], [ "https://github.com/cw2014/ArrayMaker" ], [ "https://github.com/laigen-unam/tf-properties-summarizer" ], [ "https://github.com/dekoning-lab/wfes" ], [ "https://github.com/weiyangedward/IMMBoost" ], [ "https://github.com/maialab/quincunx" ], [ "https://github.com/mwsill/s4vdpca" ], [ "https://github.com/changwn/BC-CRC" ], [ "https://github.com/krishnanlab/node2vecplus_benchmarks" ], [ "https://github.com/yevgenin/om2seq" ], [ "https://github.com/bjing2016/scalar-fields" ], [ "https://github.com/MathBioCU/WSINDy_PDE" ], [ "https://github.com/BZQLin/LRPET" ], [ "https://github.com/zhc-moushang/CausalEQTL" ], [ "https://github.com/MetaSys-LISBP/IsoSolve" ], [ "https://github.com/mazzalab-ieo/recallme" ], [ "https://github.com/Sandipan99/Ranking_cluster_algorithms" ], [ "https://github.com/luslab/hiclipr" ], [ "https://github.com/jacobimarsh/crosshap" ], [ "https://github.com/jinnh/PDE-Net" ], [ "https://github.com/RuggeroFerrazza/IsotopicLabelling" ], [ "https://github.com/Ajou-DILab/EM3P2" ], [ "https://github.com/XuefengBUPT/TOD_OMR" ], [ "https://github.com/janscience/adaptationprimer" ], [ "https://github.com/pmharrison/flps2" ], [ "https://github.com/laxmimurali/anklejoint" ], [ "https://github.com/WillDreamer/PEACE" ], [ "https://github.com/Vilksar/NetControl4BioMed" ], [ "https://github.com/ExcitedStates/KGS" ], [ "https://github.com/jessicabonnie/dandd" ], [ "https://github.com/obrien-lab/aip_web_docker" ], [ "https://github.com/HuanLab/ISFrag" ], [ "https://github.com/venguix/NeoRS" ], [ "https://github.com/fchalmel/RGV" ], [ "https://github.com/elolab/scshaper" ], [ "https://github.com/tada-alg/TADA" ], [ "https://github.com/bionlp-hzau/JDHMT" ], [ "https://github.com/BiomedSciAI/Geno4SD" ], [ "https://github.com/BiomedSciAI/Geno4SD" ], [ "https://github.com/BiomedSciAI/Geno4SD" ], [ "https://github.com/kongxiuxiu/MCCNetV2" ], [ "https://github.com/kirstvh/BioCCP" ], [ "https://github.com/CMDM-Lab/MSIr" ], [ "https://github.com/bind-group-kul/net" ], [ "https://github.com/PuckBlink/PDCNN" ], [ "https://github.com/OLF-Bioinformatics/VariantDetective" ], [ "https://github.com/VisLab/blasst" ], [ "https://github.com/tdhock/PeakError" ], [ "https://github.com/SaraEl-Metwally/LightAssembler" ], [ "https://github.com/HIT-ImmunologyLab/CRISPRimmunity" ], [ "https://github.com/GuillaumeLam/PaCalC" ], [ "https://github.com/BiomedSciAI/Geno4SD" ], [ "https://github.com/djparente/polyboost" ], [ "https://github.com/bioinfolabmu/piRNN" ], [ "https://github.com/Lotayou/RATE" ], [ "https://github.com/pixixiaonaogou/FPNN-TMEL" ], [ "https://github.com/Junseok0207/scGPCL" ], [ "https://github.com/pdishuck/GAVISUNK" ], [ "https://github.com/pilehvar/phenebank" ], [ "https://github.com/SaharIravani/DlearnMS" ], [ "https://github.com/ParImmune/SINAPs" ], [ "https://github.com/FenyoLab/transposcope" ], [ "https://github.com/Anonnoname/G2GT_2" ], [ "https://github.com/oist/TER-UCE-DB" ], [ "https://github.com/hjdw2/Local-critic-training" ], [ "https://github.com/robert19960424/IndGOterm" ], [ "https://github.com/bharatmahaur/LeNo" ], [ "https://github.com/wujians122/The-Wheat-Spikes-Detecting-and-Counting" ], [ "https://github.com/holab-hku/MultiABLER" ], [ "https://github.com/sirajulsalekin/DeepSNR" ], [ "https://github.com/aistairc/BioVAE" ], [ "https://github.com/arzwa/morph-bulk" ], [ "https://github.com/WangLab-SCSIO/Prophage_Tracer" ], [ "https://github.com/gburleigh/MatrixConverter" ], [ "https://github.com/tanjatang/CAN" ], [ "https://github.com/Rudan-X/NIDLE-flux-code" ], [ "https://github.com/QibinZhangLab/Peak_Pair_Pruner" ], [ "https://github.com/CEMSFlannigan/UEMtomaton" ], [ "https://github.com/guofei-tju/DeepFusionDTA" ], [ "https://github.com/skbinfo/smAMPsTK" ], [ "https://github.com/Zhizhen-Zhao/IPTW-TBI" ], [ "https://github.com/Zhizhen-Zhao/IPTW-TBI" ], [ "https://github.com/Zhizhen-Zhao/IPTW-TBI" ], [ "https://github.com/Zhizhen-Zhao/IPTW-TBI" ], [ "https://github.com/HudsonAlpha/STEVE" ], [ "https://github.com/xiaomizhou616/protein_solubility" ], [ "https://github.com/scannotation/Scannotation_software" ], [ "https://github.com/khazum/ccImpute" ], [ "https://github.com/fahadahaf/chromir" ], [ "https://github.com/kalininalab/metaprofi" ], [ "https://github.com/BAMeScience/Mistle" ], [ "https://github.com/ericzwang/RBD_AB" ], [ "https://github.com/sysuvis/NVB" ], [ "https://github.com/yufengwudcs/GTmix" ], [ "https://github.com/HuajuLiang/HypotheticalPolarizationCamera" ], [ "https://github.com/boooooogey/ATAConv" ], [ "https://github.com/korkinlab/dispot" ], [ "https://github.com/SIAT-code/MATIC" ], [ "https://github.com/csguomy/MDKNet" ], [ "https://github.com/zlwuxi/iPromoter-5mC" ], [ "https://github.com/jhroth/data-example" ], [ "https://github.com/anuran-Chakraborty/Active-learning" ], [ "https://github.com/CNS-OIST/NeuroDevSim" ], [ "https://github.com/statisticalbiotechnology/quandenser" ], [ "https://github.com/CyrilMa/ssqa" ], [ "https://github.com/Latheuni/Hierarchical_reject" ], [ "https://github.com/lhqxinghun/scHiCPTR" ], [ "https://github.com/dmis-lab/bc7-chem-id" ], [ "https://github.com/UU-ER/SorbentsScreening0D" ], [ "https://github.com/woodyx218/opacus_global_clipping" ], [ "https://github.com/lxsfight/TMSCNet" ], [ "https://github.com/flyinsky6/Deep_KsuccSite" ], [ "https://github.com/Pituohai/drinking-gesture-dataset" ], [ "https://github.com/PMBio/GNetLMM" ], [ "https://github.com/TesiNicco/snpXplorer" ], [ "https://github.com/MahnazHabibi/Pathway" ], [ "https://github.com/UCDenver-ccp/Ignorance-Question-Work" ], [ "https://github.com/linDing-groups/PSnoD" ], [ "https://github.com/andreariba/PheLiM" ], [ "https://github.com/kr-colab/mapNN" ], [ "https://github.com/DDM-Lab/MinimapInteractiveDDMGame" ], [ "https://github.com/HUST-DataMan/HCMB" ], [ "https://github.com/rlmcl/rescan" ], [ "https://github.com/xialab-ahu/PredNeuroP" ], [ "https://github.com/nourmadhoun/Inference-Attacks-Differential-Privacy" ], [ "https://github.com/EPFL-LCSB/ARBRE" ], [ "https://github.com/ssehztirom/Exploring-generative-deep-learning-for-omics-data-by-using-log-linear-models" ], [ "https://github.com/magnitov/prokaryotic_cids" ], [ "https://github.com/stars20180811/LipoSVM" ], [ "https://github.com/krumsieklab/sgi" ], [ "https://github.com/JoWatson2011/subcellularvis" ], [ "https://github.com/AlkemaLab/fpemlocal" ], [ "https://github.com/biomedbigdata/ASimulatoR" ], [ "https://github.com/happyalfred2016/GRGMF" ], [ "https://github.com/emdadi/DSPLMF" ], [ "https://github.com/inpacdb/KinomeRun" ], [ "https://github.com/kotiang54/PgmGRNs" ], [ "https://github.com/Doyle-Lab/WheelCon" ], [ "https://github.com/ucasdp/RobustClone" ], [ "https://github.com/potdarswapnil/Breeze" ], [ "https://github.com/mingjingsi/LPM" ], [ "https://github.com/atfrank/CS2Structure" ], [ "https://github.com/lbobay/CoreCruncher" ], [ "https://github.com/BioinfoSZU/CURC" ], [ "https://github.com/fanhuan/phyloRAD" ], [ "https://github.com/mandricigor/repeat-aware" ], [ "https://github.com/drhodes-berry-college/BacterialUnknowsSimulation" ], [ "https://github.com/samansalike/DR-thermo" ], [ "https://github.com/b2slab/imbalance_pcm_benchmark" ], [ "https://github.com/dmis-lab/moable" ], [ "https://github.com/stop-pre16/sncp" ], [ "https://github.com/at-cg/ContainX" ], [ "https://github.com/bioinfolabwhu/circRIP" ], [ "https://github.com/jcboyd/multi-cell-line" ], [ "https://github.com/LBBSoft/Target-Control-with-Minimal-Mediators" ], [ "https://github.com/hikuru/PRER" ], [ "https://github.com/xjr998/GQE-Net" ], [ "https://github.com/lcmmichielsen/scHPL" ], [ "https://github.com/Parsoa/PingPong" ], [ "https://github.com/Peppags/CRISPRont-CRISPRofft" ], [ "https://github.com/vrettasm/MetalHawk" ], [ "https://github.com/huishenlab/dupsifter" ], [ "https://github.com/bkurt00/palladiumFF2" ], [ "https://github.com/datngu/cscQTL" ], [ "https://github.com/id-bioinfo/TIPars" ], [ "https://github.com/TPI-Immunogenetics/igmat" ], [ "https://github.com/yangfenglong/DisBalance" ], [ "https://github.com/BBCG/epialleleR" ], [ "https://github.com/adrift00/HOPE" ], [ "https://github.com/Polytech-bioinf/Deep-structure-integrative-representation" ], [ "https://github.com/fpalini/fade" ], [ "https://github.com/crclark/optnetaligncpp" ], [ "https://github.com/dmis-lab/MolPLA" ], [ "https://github.com/chenghui03/Calib_RT" ], [ "https://github.com/dcasbioinfo/SIFTER-t" ], [ "https://github.com/mpgerstl/networkRobustnessToolbox" ], [ "https://github.com/jluebeck/FaNDOM" ], [ "https://github.com/liushunyu/OPT" ], [ "https://github.com/wangxuanx/TalkingStyle" ], [ "https://github.com/RubyPeters/Angular-Ripleys-K" ], [ "https://github.com/ziadbkh/consHap" ], [ "https://github.com/splatlab/debgr" ], [ "https://github.com/SGUI-LSEC/SparseGaussianMolecule" ], [ "https://github.com/MonaRazaghi/GeneReg" ], [ "https://github.com/ubagithub/TEnGExA" ], [ "https://github.com/petrusen/pomsimulator" ], [ "https://github.com/naamawagner/Effectidor" ], [ "https://github.com/ghaiyan/TORNADOES" ], [ "https://github.com/CUHKSZ-NING/FEHCClassifier" ], [ "https://github.com/chenzhe207/RBD-DPL" ], [ "https://github.com/QuKunLab/SMAtool" ], [ "https://github.com/JupitersMight/DISA" ], [ "https://github.com/EMBL-Hentze-group/htseq-clip" ], [ "https://github.com/zjupgx/deephlapan" ], [ "https://github.com/iobio-zjut/CGLFold" ], [ "https://github.com/sysu19351158/FPB-FOMM" ], [ "https://github.com/hongsong-wang/PVRNN" ], [ "https://github.com/AlgoLab/celluloid" ], [ "https://github.com/smarini/tardis-phylogenetics" ], [ "https://github.com/dcouvin/SpolLineages" ], [ "https://github.com/michorlab/estipop" ], [ "https://github.com/ekmolloy/fastmulrfs" ], [ "https://github.com/ChangzhiJiang/KGNMDA_master" ], [ "https://github.com/debbydanwang/IFPscore" ], [ "https://github.com/DPBayes/dp-representation-transfer" ], [ "https://github.com/ucrbioinfo/Selfish" ], [ "https://github.com/YellowcardD/RNN-for-membrane-protein-types-prediction" ], [ "https://github.com/PeptoneLtd/ADOPT" ], [ "https://github.com/skozawa170301ktx/MultiModalDiseaseModeling" ], [ "https://github.com/QueuQ/HPNs" ], [ "https://github.com/AbeelLab/hat" ], [ "https://github.com/scicompuu/prophaser" ], [ "https://github.com/BioComputingUP/mocafe" ], [ "https://github.com/aanchalMongia/MGRNNMforDTI" ], [ "https://github.com/grizant/n1pas" ], [ "https://github.com/pvdam3/FoEC2" ], [ "https://github.com/tub-rip/event_based_image_rec_inverse_problem" ], [ "https://github.com/qichaoliu/HSI-CNCMN" ], [ "https://github.com/lich0031/Mammographic_Density_Classification" ], [ "https://github.com/jade-nhri/nanoMLST" ], [ "https://github.com/tgvaughan/remaster" ], [ "https://github.com/bengtssonpalme/cafe" ], [ "https://github.com/B3rse/qparse" ], [ "https://github.com/CSUBioGroup/SSRE" ], [ "https://github.com/BioinformaticsCSU/MultiNanopolish" ], [ "https://github.com/cuhklinlab/coupleCoC" ], [ "https://github.com/nagornovys/Cancer_cell_evolution" ], [ "https://github.com/eblancoga/spikChIP" ], [ "https://github.com/frankkramer-lab/ndexr" ], [ "https://github.com/AMSSwanglab/GuidingNet" ], [ "https://github.com/voracva1/CoLiDe" ], [ "https://github.com/labstructbioinf/DeepCoil" ], [ "https://github.com/vipinmenon1989/CGD" ], [ "https://github.com/TrofimovAssya/FactorizedEmbeddings" ], [ "https://github.com/baderzone/biopartsbuilder" ], [ "https://github.com/MD-Anderson-Bioinformatics/RPPASPACE" ], [ "https://github.com/aplantin/pldist" ], [ "https://github.com/netflymachine/SCNET" ], [ "https://github.com/lasigeBioTM/PGR-crowd" ], [ "https://github.com/ErasmusMC-CCBC/ProteoDisco" ], [ "https://github.com/ytabatabaee/Quintet-Rooting" ], [ "https://github.com/Kingsford-Group/CAS_code" ], [ "https://github.com/NUST-Machine-Intelligence-Laboratory/SSC" ], [ "https://github.com/sera616/TargetMM" ], [ "https://github.com/yuansliu/memRGC" ], [ "https://github.com/shuichiro-makigaki/agora" ], [ "https://github.com/puls-group/percolation-analyzer" ], [ "https://github.com/cbi-bioinfo/methCancer-gen" ], [ "https://github.com/MoritzKappel/MoNeRF" ], [ "https://github.com/bayer-science-for-a-better-life/plant-triplet-net" ], [ "https://github.com/venyao/ECOGEMS" ], [ "https://github.com/ckyriazis/simulations_review" ], [ "https://github.com/mayank265/flume" ], [ "https://github.com/Krisloveless/ChrNet" ], [ "https://github.com/chengusf/CuDDI" ], [ "https://github.com/luojunwei/SLHSD" ], [ "https://github.com/ydLiu-HIT/SKSV" ], [ "https://github.com/ChiungTingWu/CAM3" ], [ "https://github.com/fickludd/eviltools" ], [ "https://github.com/cskyan/chmannot" ], [ "https://github.com/ChengZY/HGR" ], [ "https://github.com/XiaofengCao-MachineLearning/Shattering-Distribution-for-Active-Learning" ], [ "https://github.com/satoken/ractip" ], [ "https://github.com/kassonlab/positionalmi" ], [ "https://github.com/B3rse/nessie" ], [ "https://github.com/IbrahimTanyalcin/MODICT" ], [ "https://github.com/almaan/sepal" ], [ "https://github.com/LoGT-KULeuven/SASpector" ], [ "https://github.com/rorynolan/nandb" ], [ "https://github.com/adamallo/SimPhy" ], [ "https://github.com/biomathman/pycellerator" ], [ "https://github.com/TulsaBioinformaticsToolsmith/Look4TRs" ], [ "https://github.com/xubiaopeng/Protein_Recon_MCRiemman" ], [ "https://github.com/lsgh/ismb15" ], [ "https://github.com/TaniaCuppens/GEMPROT" ], [ "https://github.com/darioelias/TEGA" ], [ "https://github.com/mms-fcul/pKPDB" ], [ "https://github.com/TRON-Bioinformatics/splice2neo" ], [ "https://github.com/hangelwen/metaCRISPR" ], [ "https://github.com/TimBlokker/PhyCovA" ], [ "https://github.com/lotts/GLASSgo" ], [ "https://github.com/mpgerstl/tEFMA" ], [ "https://github.com/smk5g5/MU-PseUDeep" ], [ "https://github.com/mpgerstl/tEFMA" ], [ "https://github.com/javier-pardodiaz/sdcorGCN" ], [ "https://github.com/WT215/Julia_ABC" ], [ "https://github.com/LauraPS1/TFEA" ], [ "https://github.com/b2slab/diffuBench" ], [ "https://github.com/zuoquanchen/NanoCross" ], [ "https://github.com/pn51/laggedOrderedLassoNetwork" ], [ "https://github.com/zhengxyun/Surface-SOS" ], [ "https://github.com/phglab/ARGDIT" ], [ "https://github.com/AmiryousefiLab/IRplus" ], [ "https://github.com/laplcebeltrami/hodge" ], [ "https://github.com/bio-ontology-research-group/phenogocon" ], [ "https://github.com/NUST-Machine-Intelligence-Laboratory/MDBA" ], [ "https://github.com/AI4Green/solvent_flashcards" ], [ "https://github.com/lhf12278/LRIMV" ], [ "https://github.com/superYuezhang/RORNet" ], [ "https://github.com/MesihK/react-json-wpbuilder" ], [ "https://github.com/MSDLLCpapers/TraceTrack" ], [ "https://github.com/CongWang3/PLANNER" ], [ "https://github.com/peabody124/GaitTransformer" ], [ "https://github.com/zhangky12/enviRule" ], [ "https://github.com/porekhov/CG_probeMD" ], [ "https://github.com/SugarPy/SugarPy" ], [ "https://github.com/xylimeng/fQR-testing" ], [ "https://github.com/ahmedaq/MPF-BML-GUI" ], [ "https://github.com/NGS-lib/NGSplusplus" ], [ "https://github.com/bcgsc/ChopStitch" ], [ "https://github.com/nelsongil92/SAMMI" ], [ "https://github.com/slawekj/ennet" ], [ "https://github.com/BioLab-cz/DiagAF" ], [ "https://github.com/sebastianduchene/pacemaker_clustering_methods" ], [ "https://github.com/Open-ss/NegStacking" ], [ "https://github.com/Reedwarbler/SpliceJumper" ], [ "https://github.com/LupienLabOrganization/C3D" ], [ "https://github.com/ChongWu-Biostat/MiSPU" ], [ "https://github.com/ychastagnier/BRET-Analyzer" ], [ "https://github.com/shoryaconsul/XHap" ], [ "https://github.com/Evangelion09/GuidedNet" ], [ "https://github.com/GWYSDU/SVLR" ], [ "https://github.com/wangchao-malab/DeepAc4C" ], [ "https://github.com/ElenaRojano/DomFun_project" ], [ "https://github.com/SCAI-BIO/data-steward" ], [ "https://github.com/hkuwahara/sleaping" ], [ "https://github.com/ElenaRojano/DomFun" ], [ "https://github.com/sharmin-mim/qfm_java" ], [ "https://github.com/OritAdato/ElemeNT" ], [ "https://github.com/UgoLomoio/gtex_visualizer" ], [ "https://github.com/Vang-z/HGJO" ], [ "https://github.com/sheng-n/lncRNA-miRNA-interaction-methods" ], [ "https://github.com/Orin-beep/HOTSPOT" ], [ "https://github.com/superphy/insilico-subtyping" ], [ "https://github.com/alexandrutomescu/MixedPerfectPhylogeny" ], [ "https://github.com/bschilder/ThreeWayTest" ], [ "https://github.com/hzi-bifo/snowball" ], [ "https://github.com/kuleshov/architect" ], [ "https://github.com/byucsl/ogcleaner" ], [ "https://github.com/syau-miao/DFSP" ], [ "https://github.com/CompBioIPM/wpLogicNet" ], [ "https://github.com/campanam/RatesTools" ], [ "https://github.com/jdeweeselab/psicalc-package" ], [ "https://github.com/pechano/cryostage" ], [ "https://github.com/OluwadareLab/HiC-GNN" ], [ "https://github.com/vlcc/HSA" ], [ "https://github.com/Cowanlab/airrship" ], [ "https://github.com/nesvilab/PD-Nodes" ], [ "https://github.com/bushlab/mynclist" ], [ "https://github.com/martaccmoreno/gexp-ml-dask" ], [ "https://github.com/CTPLab/GILEA" ], [ "https://github.com/calvin-zcx/SCEHR" ], [ "https://github.com/OSU-BMBL/IDAM" ], [ "https://github.com/Kari-Genomics-Lab/iDeLUCS" ], [ "https://github.com/zjuRong/openNAU" ], [ "https://github.com/liningtonlab/MultiplexMS" ], [ "https://github.com/j-from-b/CDEF" ], [ "https://github.com/CINVESTAV-LABI/julia_mzML_imzML" ], [ "https://github.com/WeiLab-Biology/DeepProSite" ], [ "https://github.com/lipelopesoliveira/pyCOFBuilder" ], [ "https://github.com/statisticalbiotechnology/mipath" ], [ "https://github.com/wangjuan313/wsis-beyond-tightBB" ], [ "https://github.com/Cloud-Liu/MD-UNet" ], [ "https://github.com/AlexisHardy/DNAModAnnot" ], [ "https://github.com/lgpdevtools/srax" ], [ "https://github.com/yrjia1015/THItoGene" ], [ "https://github.com/msadatsafavi/txBenefit" ], [ "https://github.com/kouroshz/fenn" ], [ "https://github.com/Shao-Group/kmerspace" ], [ "https://github.com/hanjunwei-lab/crmSubpathway" ], [ "https://github.com/jditz/comics" ], [ "https://github.com/hanjunwei-lab/CNA2Subpathway" ], [ "https://github.com/tianguolangzi/DSBS" ], [ "https://github.com/favour-nerrise/xGW-GAT" ], [ "https://github.com/sriramlab/OrientAGraph" ], [ "https://github.com/favour-nerrise/xGW-GAT" ], [ "https://github.com/favour-nerrise/xGW-GAT" ], [ "https://github.com/spatkar94/NetworkAnnotation" ], [ "https://github.com/favour-nerrise/xGW-GAT" ], [ "https://github.com/sajalhalder/TLR-M_UI" ], [ "https://github.com/PPEXCEPED/TGA" ], [ "https://github.com/longjp/mediateR" ], [ "https://github.com/obifarin/automl-xai-metabolomics" ], [ "https://github.com/LinaDongXMU/FGNN" ], [ "https://github.com/wg99526/MiSurvGit" ], [ "https://github.com/PeptoneInc/pepkalc" ], [ "https://github.com/lunching/HCMM_CNVs" ], [ "https://github.com/VRPharmer/VRPharmer" ], [ "https://github.com/LondonBiofoundry/basicsynbio" ], [ "https://github.com/dmitrymyl/ortho2align" ], [ "https://github.com/mariananeves/goldhamster" ], [ "https://github.com/ChengkuiZhao/Single-cell-miRNA-prediction" ], [ "https://github.com/davidsun/SAP" ], [ "https://github.com/jungreuc/isotope_correction_toolbox" ], [ "https://github.com/ahmadpgh/deepSimDEF" ], [ "https://github.com/jcarrotzhang/LoLoPicker" ], [ "https://github.com/umr-ds/NOREC4DNA" ], [ "https://github.com/alonalj/hta" ], [ "https://github.com/fukunagatsu/Mirage" ], [ "https://github.com/zhero9/MIPUP" ], [ "https://github.com/fukunagatsu/Mirage" ], [ "https://github.com/fukunagatsu/Mirage" ], [ "https://github.com/fukunagatsu/Mirage" ], [ "https://github.com/zhaoyuzhi/SVCNet" ], [ "https://github.com/arnabkmondal/scRAE" ], [ "https://github.com/Alphafrey946/Colocalization-MOC" ], [ "https://github.com/QE-Lab/QuASeR" ], [ "https://github.com/divya031090/phyLoSTM" ], [ "https://github.com/bagherilab/ARCADE" ], [ "https://github.com/nauenlab/TraC" ], [ "https://github.com/christosbampis/NARX_QoE_release" ], [ "https://github.com/zhangjiaobxy/PathEmb" ], [ "https://github.com/saezlab/ShinyFUNKI" ], [ "https://github.com/KHanghoj/NGSremix" ], [ "https://github.com/yuht4/SANPolyA" ], [ "https://github.com/fayazsoleymani/SARTRE" ], [ "https://github.com/NuriddinovMA/C-InterSecture" ], [ "https://github.com/martijn-cordes/ImSpectR" ], [ "https://github.com/lyjps/Struct2GO" ], [ "https://github.com/MrinalTyagi/SVD-CLAHE-and-BWCCE" ], [ "https://github.com/ebundhoo/TAGOPSIN" ], [ "https://github.com/NielsenBerkeleyLab/sconce" ], [ "https://github.com/zhouhao0515/unbiasedSGG-DSDI" ], [ "https://github.com/KANG-BIOINFO/CellDrift" ], [ "https://github.com/nie-lang/CoupledTPS" ], [ "https://github.com/npucvr/WSCUOD" ], [ "https://github.com/birkhoffkiki/CAS-Transformer" ], [ "https://github.com/EBISPOT/covoc" ], [ "https://github.com/discretedynamics/cyclone" ], [ "https://github.com/Wolverinerine/GTGenie" ], [ "https://github.com/dyabel/CoAR-ZSL" ], [ "https://github.com/WangJun2023/EEOMVC" ], [ "https://github.com/guobaoxiao/PGFNet" ], [ "https://github.com/npdeloss/mepp" ], [ "https://github.com/bihealth/clear-cnv" ], [ "https://github.com/crowelab/clonomatch" ], [ "https://github.com/nayu0419/TFLP" ], [ "https://github.com/kensung-lab/SVsearcher" ], [ "https://github.com/FuyuLi/FLED" ], [ "https://github.com/Z-Abbas/ORI-Explorer" ], [ "https://github.com/tcygxu2021/FMGNN" ], [ "https://github.com/saeyslab/spotless-benchmark" ], [ "https://github.com/tyang816/MedChatZH" ], [ "https://github.com/UdeS-CoBIUS/SpliceFamAlignMulti" ], [ "https://github.com/iMED-Lab/TortuosityGrading" ], [ "https://github.com/JonZwe/FindPFAS" ], [ "https://github.com/Monash-CyPhi-AI-Research-Lab/ernet" ], [ "https://github.com/PennHui2016/ProInfer" ], [ "https://github.com/UW-GAC/admix-kit_workflow" ], [ "https://github.com/tianwei-yu/AIME" ], [ "https://github.com/ShuklaLab/muSignAl" ], [ "https://github.com/veg/flea-pipeline" ], [ "https://github.com/usccolumbia/MOOCSP" ], [ "https://github.com/SuLab/ngly1-graph" ], [ "https://github.com/TheFischerLab/FLEXR" ], [ "https://github.com/kang-hongyu/LBMFF" ], [ "https://github.com/knmac/adaptive_spatiotemporal" ], [ "https://github.com/mikasa3lili/DO-SAR" ], [ "https://github.com/mjliu2020/RandomFR" ], [ "https://github.com/barsnes-group/peptide-shaker-online" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/SnehaShukla937/TrustMIS" ], [ "https://github.com/DasSusanta/snakemake_ccs" ], [ "https://github.com/Stephen2526/Structure-informed_PLM" ], [ "https://github.com/wangjinlei-hnu/ACAS" ], [ "https://github.com/magspho/hifieval" ], [ "https://github.com/hugheylab/simphony" ], [ "https://github.com/shenkqtx/SAR-Colorization-Benchmarking-Protocol" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/azamanos/HydraProt" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/caramirezal/SQUADBookChapter" ], [ "https://github.com/G708/Clover" ], [ "https://github.com/LinearFold/LinearAlifold" ], [ "https://github.com/LinearFold/LinearAlifold" ], [ "https://github.com/LinearFold/LinearAlifold" ], [ "https://github.com/LinearFold/LinearAlifold" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/merck/MolPROP" ], [ "https://github.com/yangkuoone/PDGNet" ], [ "https://github.com/wgmao/NIFA" ], [ "https://github.com/dmontaner-papers/gsa4mirna" ], [ "https://github.com/jsheunis/quality-and-denoising-in-rtfmri-nf" ], [ "https://github.com/Kelly510/RehabExerAssess" ], [ "https://github.com/vsepulve/relz_fs" ], [ "https://github.com/ProgrammerHyy/CM-MLP" ], [ "https://github.com/claudepasquier/amine" ], [ "https://github.com/jc4357/CMUI" ], [ "https://github.com/OpenBioLink/Explorer" ], [ "https://github.com/qasimyu/grmt" ], [ "https://github.com/HectorRDB/Caldera_ISMB" ], [ "https://github.com/kelrenmor/farva" ], [ "https://github.com/fsahli/AtrialMFclass" ], [ "https://github.com/lennylv/ctP2ISP" ], [ "https://github.com/syp2ysy/CTNet" ], [ "https://github.com/IreneSaMi/Exoquant-Autophagoquant" ], [ "https://github.com/Crystal-Dsq/proteinqa" ], [ "https://github.com/grrchrr/VisuStatR" ], [ "https://github.com/unipept/FragGeneScanRs" ], [ "https://github.com/ttesileanu/bio-time-series" ], [ "https://github.com/SGDDNB/CLIPreg" ], [ "https://github.com/danik0411/optimum-rlda" ], [ "https://github.com/Rohit-Kundu/AltWOA" ], [ "https://github.com/rwk-unil/xSqueezeIt" ], [ "https://github.com/matthiasblanke/App-SpaM" ], [ "https://github.com/Karimi-Lab/inucs" ], [ "https://github.com/Nojgaard/mechsearch" ], [ "https://github.com/bokunoBike/m6AGE" ], [ "https://github.com/NishithPaul/tWLSA" ], [ "https://github.com/LSI-UniKonstanz/lmme" ], [ "https://github.com/uym2/tripVote" ], [ "https://github.com/grzsko/Alignstein" ], [ "https://github.com/yangyn533/HaForest" ], [ "https://github.com/wangjx22/CLAPS" ], [ "https://github.com/zhg-SZPT/MeDetection" ], [ "https://github.com/adrienrougny/stonpy" ], [ "https://github.com/xmed-lab/TimeStamp-Surgical" ], [ "https://github.com/SouthGreenPlatform/PyRice" ], [ "https://github.com/tao-aimi/DeepRecursiveEmbedding" ], [ "https://github.com/Lycus99/SDA-CLIP" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/Rongtao-Xu/SkinFormer" ], [ "https://github.com/MolecularBioinformatics/sbml-mod-ws" ], [ "https://github.com/NWPU-903PR/Funm6AViewer" ], [ "https://github.com/htzhaoecust/glsnn" ], [ "https://github.com/hitbc/LAMSA" ], [ "https://github.com/UdeS-CoBIUS/EXECT" ], [ "https://github.com/yjjang/capssa" ], [ "https://github.com/nbrg-ppcu/prokbert" ], [ "https://github.com/Tmyiri/QS-Net" ], [ "https://github.com/alvinxhan/Phydelity" ], [ "https://github.com/sanchak/mqap" ], [ "https://github.com/sanchak/mqap" ], [ "https://github.com/sanchak/mqap" ], [ "https://github.com/sanchak/mqap" ], [ "https://github.com/chengkun-wu/PWTEES" ], [ "https://github.com/DecoPath/DecoPath" ], [ "https://github.com/embneural/Cascade-xDAWN-EEGNet-for-ERP-Detection" ], [ "https://github.com/BiodataAnalysisGroup/CWL_HTS_pipelines" ], [ "https://github.com/LiangYu-Xidian/NEDTP" ], [ "https://github.com/dinhinfotech/DiGI" ], [ "https://github.com/andreas-wagner-uzh/fitness_landscape_sampling" ], [ "https://github.com/Xpaths/dartpaths-app" ], [ "https://github.com/mathijsraemaekers/Cgrid-toolbox" ], [ "https://github.com/nmcross/Material-Imaging-Characteristics" ], [ "https://github.com/amcorrigan/ia-lab" ], [ "https://github.com/BorgwardtLab/SiNIMin" ], [ "https://github.com/afujimoto/CAMPHOR" ], [ "https://github.com/Helena-todd/TinGa" ], [ "https://github.com/afujimoto/CAMPHORsomatic" ], [ "https://github.com/MartaBofillRoig/SurvBin" ], [ "https://github.com/Kirovez/pyTanFinder" ], [ "https://github.com/AndrasHartmann/OptPipe" ], [ "https://github.com/eric-hang/DisGenIB" ], [ "https://github.com/YanxunXu/BaySemiCompeting" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/EMSL-Computing/PSpecteR" ], [ "https://github.com/pengkenlim/LSTrAP-denovo" ], [ "https://github.com/sentaochen/Mutual-Information-Estimation-and-Minimization" ], [ "https://github.com/JohnnyY8/DAMT-Model" ], [ "https://github.com/statisticalbiotechnology/parallelPermutationTest" ], [ "https://github.com/vignywang/IDC" ], [ "https://github.com/wswgG/solver-for-the-Jeffreys-type-equations-system" ], [ "https://github.com/wxwx1993/Bayesian_IA_Timing" ], [ "https://github.com/Murali-group/RegLinker" ], [ "https://github.com/Rappsilber-Laboratory/xiSPEC" ], [ "https://github.com/aflevel/GWAlpha" ], [ "https://github.com/hy0523/MTNet" ], [ "https://github.com/SMAC-Group/irg" ], [ "https://github.com/PanGeTv1/PanGeT" ], [ "https://github.com/wanxinhang/FCMVC-IV" ], [ "https://github.com/EsakaK/LSSVC" ], [ "https://github.com/OpenNFT/OpenNFT_Demo" ], [ "https://github.com/mikelhernaez/linker" ], [ "https://github.com/ablab-nthu/Multi-CSAR" ], [ "https://github.com/GuillermoMG-HUVR/Microbiology-applications" ], [ "https://github.com/AngusMonroe/ContrastPool" ], [ "https://github.com/i2-wustl/CytoGPS" ], [ "https://github.com/lixiang117423/ggmotif" ], [ "https://github.com/elizavetasemenova/gp_concentration_response" ], [ "https://github.com/NCI-biostats/microbiome-fixed-reference" ], [ "https://github.com/UdeS-CoBIUS/aliFreeFold" ], [ "https://github.com/LongyangHuang/OAC-BVR" ], [ "https://github.com/liedllab/X-Entropy" ], [ "https://github.com/jaredgk/IMgui-electron-packages" ], [ "https://github.com/xq141839/DualAttNet" ], [ "https://github.com/sysbio-bioinf/BNStatic" ], [ "https://github.com/cloudve/galaxycloudrunner" ], [ "https://github.com/kellyhoang0610/RCTMethodologyIE" ], [ "https://github.com/ljaiverson/pFL-APPLE" ], [ "https://github.com/MengkeSong/Saliency-Ranking-Paradigm" ], [ "https://github.com/tastanlab/Kinship-Privacy" ], [ "https://github.com/yanx27/CLEVR3D" ], [ "https://github.com/ritaranx/NeST" ], [ "https://github.com/lanbiolab/LGCDA" ], [ "https://github.com/shenlab-sinai/DeepRegFinder" ], [ "https://github.com/YosefLab/BRAPeS" ], [ "https://github.com/everest-castaneda/knext" ], [ "https://github.com/wyguo/TSIS" ], [ "https://github.com/Machine-Learning-for-Medical-Language/long-clinical-doc" ], [ "https://github.com/LiuLab-CSRC/ClickX" ], [ "https://github.com/JmWangBio/PepSetTest" ], [ "https://github.com/faryabib/inteGREAT" ], [ "https://github.com/Oncostat/BenchmarkNCVTools" ], [ "https://github.com/ddamerell53/SATurn" ], [ "https://github.com/ZitZhengWang/SLTRN" ], [ "https://github.com/sanchak/FragalCode" ], [ "https://github.com/Roulattice/Roulattice" ], [ "https://github.com/ubioinformat/UPEfinder" ], [ "https://github.com/nebfield/snpQT" ], [ "https://github.com/TJU-CMC-Org/isoMiRmap" ], [ "https://github.com/soyashinkai/PHi-C2" ], [ "https://github.com/a-mir/index" ], [ "https://github.com/HUST-NingKang-Lab/straingems" ], [ "https://github.com/sing-group/Markyt" ], [ "https://github.com/david-juan/ChromDet" ], [ "https://github.com/soumitag/multiSLIDE" ], [ "https://github.com/philipmorrisintl/NPA" ], [ "https://github.com/neuropoly/atlas-rat" ], [ "https://github.com/RezvanEhsani/LOCATOR" ], [ "https://github.com/LangeLab/SQuAPP" ], [ "https://github.com/michaelcarr-stats/FUCCI" ], [ "https://github.com/fukunagatsu/Mirage" ], [ "https://github.com/JialinQu/gKAT" ], [ "https://github.com/fukunagatsu/Mirage" ], [ "https://github.com/ETH-NEXUS/gExcite_pipeline" ], [ "https://github.com/fukunagatsu/Mirage" ], [ "https://github.com/fukunagatsu/Mirage" ], [ "https://github.com/bcbl-kaist/DeepLUCIA" ], [ "https://github.com/BiodataAnalysisGroup/kmerAnalyzer" ], [ "https://github.com/szu-zzb/polypsegplus" ], [ "https://github.com/Jillian555/CCP-GNN" ], [ "https://github.com/Angione-Lab/HybridGroupIPFLasso_pc2Lasso" ], [ "https://github.com/mikaells/RibDif" ], [ "https://github.com/iremeyiokur/COVID-19-Preventions-Control-System" ], [ "https://github.com/dekoning-lab/ezmap" ], [ "https://github.com/asliboyraz/PMGs" ], [ "https://github.com/TheKorenLab/TIGER" ], [ "https://github.com/Dumitrescu-Alexandru/TSignal" ], [ "https://github.com/JasonLeeGHub/MAG-SD" ], [ "https://github.com/RanSuLab/ProteinSubcellularLocation" ], [ "https://github.com/wwyi1828/CluSiam" ], [ "https://github.com/chengjianhong/glioma_grading" ], [ "https://github.com/zty2009/Identifying-Protein-Biomarkers-in-Blood-for-Alzheimer-s-Disease" ], [ "https://github.com/amelbek/pamgeneAnalyzeR" ], [ "https://github.com/chenshaobin/FITNet" ], [ "https://github.com/teerjk/TimeAttackGenComp" ], [ "https://github.com/PNNL-m-q/mzapy" ], [ "https://github.com/ZiqiaoZhang/FraSICL" ], [ "https://github.com/bestadcarry/MI-NNGP" ], [ "https://github.com/iditam/CompareNPPs" ], [ "https://github.com/Noble-Lab/synmatch" ], [ "https://github.com/VandinLab/MASTRO" ], [ "https://github.com/MmelodYy/DunHuangStitch" ], [ "https://github.com/jotegui/BIDDSAT" ], [ "https://github.com/yxxue/MetaRib" ], [ "https://github.com/VITA-Group/PruneCXR" ], [ "https://github.com/VITA-Group/PruneCXR" ], [ "https://github.com/VITA-Group/PruneCXR" ], [ "https://github.com/gersteinlab/idash20FL" ], [ "https://github.com/VITA-Group/PruneCXR" ], [ "https://github.com/BioDataLearning/XGEP" ], [ "https://github.com/DSIMB/ICARUS" ], [ "https://github.com/BB-BiG/TRIM" ], [ "https://github.com/hellloxiaotian/HGSRCNN" ], [ "https://github.com/llluochen/AMSUnet" ], [ "https://github.com/LanekoffLab/i2i" ], [ "https://github.com/kreimanlab/WhenPigsFlyContext" ], [ "https://github.com/ZhihaoPENG-CityU/AASSC-Net" ], [ "https://github.com/qdushl/Waterloo-Point-Cloud-Database" ], [ "https://github.com/lrobidou/fimpera" ], [ "https://github.com/NeuronXJTU/SFDA-CellSeg" ], [ "https://github.com/ccbiolab/svpluscnv" ], [ "https://github.com/TeamSundar/m-ionic" ], [ "https://github.com/dmis-lab/ConNER" ], [ "https://github.com/QinJinghui/tcdp" ], [ "https://github.com/ha01994/grank" ], [ "https://github.com/ecs-vlc/opponency" ], [ "https://github.com/reymond-group/webMolCS" ], [ "https://github.com/StochasticBiology/hypercube-hmm" ], [ "https://github.com/BADD-XMU/PhosMap" ], [ "https://github.com/shahidmuneer/deepfakes-watermarking-technique" ], [ "https://github.com/TurakhiaLab/rivet" ], [ "https://github.com/yzyvl/DivAC" ], [ "https://github.com/Laboratoire-de-Chemoinformatique/moodle-qtype_molsimilarity" ], [ "https://github.com/lab319/GRNs_nonlinear_ODEs" ], [ "https://github.com/luojunwei/SLR" ], [ "https://github.com/QIAIUNCC/FL_UNCC_QIAI" ], [ "https://github.com/ruricaru/YOC" ], [ "https://github.com/Christopher-Amos-Lab/seXY" ], [ "https://github.com/thoang3/portfolio" ], [ "https://github.com/raunaq-m/MultiRes" ], [ "https://github.com/huanghanchi/Master-slave-Algorithm-for-Top-K-Bandits" ], [ "https://github.com/gmarcais/minimizers" ], [ "https://github.com/smajidian/HapMC" ], [ "https://github.com/AIRI-Institute/when-to-switch" ], [ "https://github.com/ale-odinokov/pyEFP" ], [ "https://github.com/SiminaB/MultiMed" ], [ "https://github.com/parklab/emsar" ], [ "https://github.com/gersteinlab/MolLM" ], [ "https://github.com/pth1993/FATDM" ], [ "https://github.com/COMBINE-lab/grouper" ], [ "https://github.com/spatialsr/DeepLightFieldSSR" ], [ "https://github.com/shiauck/CATANA" ], [ "https://github.com/kad-ecoli/BeEM" ], [ "https://github.com/ucrbioinfo/Chimericognizer" ], [ "https://github.com/XuMengyaAmy/Synthetic_CAT_SD" ], [ "https://github.com/XiaoxFeng/IENet" ], [ "https://github.com/iochoa/MassComp" ], [ "https://github.com/epilog-tool/epilog" ], [ "https://github.com/marco-oliva/r-pfbwt" ], [ "https://github.com/wjlim/correlation-between-rna-seq-and-RRBS" ], [ "https://github.com/tinglyfeng/IC9600" ], [ "https://github.com/Li-OmicsLab/MetDIT" ], [ "https://github.com/Jane9898/scSemiGCN" ], [ "https://github.com/xueqing4083/PPNID" ], [ "https://github.com/qqeeqq/NER" ], [ "https://github.com/tdw1221/NITUMID" ], [ "https://github.com/mor-avi-aharon-bgu/HueNet" ], [ "https://github.com/javier-pardodiaz/sdcorGCN" ], [ "https://github.com/marco-oliva/afm" ], [ "https://github.com/kalpeshjp89/DUSGAN" ], [ "https://github.com/andreaskapou/scMET" ], [ "https://github.com/shenxiaochenn/BloodNet" ], [ "https://github.com/SouthGreenPlatform/PanExplorer" ], [ "https://github.com/ceragoguztuzun/MotifGenie" ], [ "https://github.com/m-crown/OMEinfo" ], [ "https://github.com/LQCT/RCDPeaks" ], [ "https://github.com/ktan8/ModTect" ], [ "https://github.com/Au3C2/Generator-Versus-Segmentor" ], [ "https://github.com/sib-swiss/HAMAP-SPARQL" ], [ "https://github.com/ernstlab/X-CNN" ], [ "https://github.com/IVC-Projects/NRS" ], [ "https://github.com/lanec-unifesspa/TFT" ], [ "https://github.com/lyuxianqiang/LFLL-DCU" ], [ "https://github.com/QiwenKang/CURatio" ], [ "https://github.com/shiming-chen/GNDAN" ], [ "https://github.com/gillichu/sepp" ], [ "https://github.com/idruglab/ChemBC" ], [ "https://github.com/bioinformatics-ufsc/AnnotaPipeline" ], [ "https://github.com/alastair-droop/qsubsec" ], [ "https://github.com/ZKZ-Brain/CI-GNN" ], [ "https://github.com/lab7arriam/cry_processor" ], [ "https://github.com/greenelab/sophie" ], [ "https://github.com/metagenomics/MeCorS" ], [ "https://github.com/ricsinaruto/MEG-group-decode" ], [ "https://github.com/JLiangLab/CAiD" ], [ "https://github.com/songbo446/slORFfinder" ], [ "https://github.com/jianlin-cheng/MULTICOM_Human_CASP14" ], [ "https://github.com/fukunagatsu/LinAliFold-CentroidLinAliFold" ], [ "https://github.com/idrblab/corain" ], [ "https://github.com/guomics-lab/batch_server" ], [ "https://github.com/hanjunwei-lab/iATMEcell" ], [ "https://github.com/qwu1221/ICN" ], [ "https://github.com/ToHanwei/Genome2OR" ], [ "https://github.com/compbio-bigdata-viz/genome-maps" ], [ "https://github.com/sysbio-curie/WebMaBoSS" ], [ "https://github.com/boalang/nr" ], [ "https://github.com/polwork/U-2Pnet" ], [ "https://github.com/zechnerlab/Compartor" ], [ "https://github.com/jas-preet/SPOT-1D-Single" ], [ "https://github.com/Snitkin-Lab-Umich/regentrans" ], [ "https://github.com/dbespiatykh/RDscan" ], [ "https://github.com/modsim/CADET-Match" ], [ "https://github.com/shunfumao/cellmesh" ], [ "https://github.com/oschakoory/DeepMPTB" ], [ "https://github.com/MWPlabUTSW/Chi-Score-Analysis" ], [ "https://github.com/icthrm/auto-tilt-pair" ], [ "https://github.com/modsim/CADET-Match" ], [ "https://github.com/yifuLu/GMHCC" ], [ "https://github.com/modsim/CADET-Match" ], [ "https://github.com/modsim/CADET-Match" ], [ "https://github.com/MiriamRiquelmeP/DEVEA" ], [ "https://github.com/mqzhanglab/wHC" ], [ "https://github.com/sys-bio/SBbadger" ], [ "https://github.com/ciceklab/PiDeeL" ], [ "https://github.com/amrutakale08/geoweaver_cwl-usecases" ], [ "https://github.com/next-crs4/VariantAlert" ], [ "https://github.com/basiralab/Kaggle-BrainNetPrediction-Toolbox" ], [ "https://github.com/SuLab/MechRepoNet" ], [ "https://github.com/yasinkaymaz/HieRFIT" ], [ "https://github.com/jianlin-cheng/DRCon" ], [ "https://github.com/lisiang/GREPore-seq" ], [ "https://github.com/bdj34/cloneRate" ], [ "https://github.com/Pcyslist/EQNAS" ], [ "https://github.com/lseventeen/DIAS" ], [ "https://github.com/abikoushi/moltenNMF" ], [ "https://github.com/Amber-Believe/ReliableMutualDistillation" ], [ "https://github.com/byemaxx/BlastGUI" ], [ "https://github.com/whatamazing1/DEAttentionDTA" ], [ "https://github.com/yongzhuang/DNMFilter_Indel" ], [ "https://github.com/zuherJahshan/vital" ], [ "https://github.com/TuomoKalliokoski/HASTEN" ], [ "https://github.com/barberislab/GEMMER" ], [ "https://github.com/YidFeng/Easy2Hard" ], [ "https://github.com/butkiem/COCOS" ], [ "https://github.com/XiaoweiChenOSU/PnL-IOC" ], [ "https://github.com/HuanLab/AVIR" ], [ "https://github.com/denilsonfbar/cirCodAn" ], [ "https://github.com/isglobal-brge/CTDquerier" ], [ "https://github.com/ugobas/PC_ali" ], [ "https://github.com/DIFACQUIM/Art-Driven-by-Visual-Representations-of-Chemical-Space-" ], [ "https://github.com/VVCodec/PPCM-PWRDO" ], [ "https://github.com/neda77aa/FTC" ], [ "https://github.com/RNA-folding-lab/RNAStat" ], [ "https://github.com/abbiAR/PLBAffinity" ], [ "https://github.com/Tomcxf/FASTdRNA" ], [ "https://github.com/TomDuchemin/mixed_surveillance" ], [ "https://github.com/cbrackley/capC-MAP" ], [ "https://github.com/BioinfoMachineLearning/ScHiCEDRN" ], [ "https://github.com/Khojasteh-hb/SRX-DTI" ], [ "https://github.com/sys-bio/AMAS" ], [ "https://github.com/SethCommichaux/IGC" ], [ "https://github.com/ZZCrazy00/MHAM-NPI" ], [ "https://github.com/HFooladi/Self_Organization" ], [ "https://github.com/VusionMed/IMAge-enGINE" ], [ "https://github.com/GaoLabXDU/CEPICS" ], [ "https://github.com/mjnueda/lpda" ], [ "https://github.com/loadder/MR-Net" ], [ "https://github.com/epifluidlab/FinaleToolkit" ], [ "https://github.com/aarjas/dynBGP" ], [ "https://github.com/yonatanbitton/mdtel" ], [ "https://github.com/s-a-nersisyan/miRGTF-net" ], [ "https://github.com/zpliulab/scNAE" ], [ "https://github.com/wzhy2000/Funmap2" ], [ "https://github.com/samsonweiner/CNAsim" ], [ "https://github.com/insoo078/mirseqviewer" ], [ "https://github.com/wajidarshad/covidc" ], [ "https://github.com/SY575/COVID19-CT" ], [ "https://github.com/mritchielab/restrander" ], [ "https://github.com/A0268/video-demo" ], [ "https://github.com/sdjebali/PaintorPipe" ], [ "https://github.com/biox-nku/aster" ], [ "https://github.com/wuqian77/SpaceLog" ], [ "https://github.com/liqiwei2000/BaySeqPeak" ], [ "https://github.com/GuanLab/DREAM-Gene-Essentiality-Challenge" ], [ "https://github.com/alessandronascimento/LiBELa" ], [ "https://github.com/lhaippp/YOHO" ], [ "https://github.com/yongzhuang/TrioCNV" ], [ "https://github.com/CUHK-AIM-Group/MCPL" ], [ "https://github.com/tianrenmaogithub/asap2" ], [ "https://github.com/vo-hong-thanh/rssalib" ], [ "https://github.com/bioinfo0706/MTGIpick" ], [ "https://github.com/moranshar/TiPA" ], [ "https://github.com/YingZhou001/IBDkin" ], [ "https://github.com/abhatta3/Condition-dependent-Correlation-Subgroups-CCS" ], [ "https://github.com/BBCG/ramr" ], [ "https://github.com/DIFACQUIM/Epi_food_Chemical_Database" ], [ "https://github.com/Jianningli/ssm" ], [ "https://github.com/JBrownBiostat/Dino" ], [ "https://github.com/lrslab/nanoCEM" ], [ "https://github.com/Saocent/TTMC" ], [ "https://github.com/IlyaTyagin/Dyport" ], [ "https://github.com/yhai943/FBLMM" ], [ "https://github.com/brinkmanlab/globecorr" ], [ "https://github.com/ghattab/cmangoes" ], [ "https://github.com/ElettraSciComp/xrfstir" ], [ "https://github.com/ay0408/DP-trio-TDT" ], [ "https://github.com/Zhentao-Liu/KLT-JND" ], [ "https://github.com/Deep-Bioinfo/DFLM" ], [ "https://github.com/vicsanga/Postre" ], [ "https://github.com/IntelligentRoboticsLabs/social_navigation2_WAF" ], [ "https://github.com/chen-bioinfo/iEnhancer-ELM" ], [ "https://github.com/yevgenin/DeepOM" ], [ "https://github.com/AllenInstitute/BarWare-pipeline" ], [ "https://github.com/LirongWu/RFA-GNN" ], [ "https://github.com/Xiaoqiang-Yan/DCIB" ], [ "https://github.com/elus-om/BRM_OMEXP" ], [ "https://github.com/kimianoorbakhsh/LPF-Defense" ], [ "https://github.com/HealthML/AntiSplodge" ], [ "https://github.com/ebi-gene-expression-group/selectBCM" ], [ "https://github.com/nec-research/vibtcr" ], [ "https://github.com/gongleii/DFCN-RSP" ], [ "https://github.com/fukunagatsu/Ipm" ], [ "https://github.com/pylelab/RSCanner" ], [ "https://github.com/ThieleLab/mars-pipeline" ], [ "https://github.com/mooreryan/iroki" ], [ "https://github.com/MBC-Neuroimaging/ClotDetectEval" ], [ "https://github.com/hongwang01/DRCDNet" ], [ "https://github.com/Polytech-bioinf/MRGCN" ], [ "https://github.com/yuerongz/SRR-method" ], [ "https://github.com/YangHuan639/iEnhancer-RD" ], [ "https://github.com/el-pashaei/MBAO" ], [ "https://github.com/11101028/CADA-BioRE" ], [ "https://github.com/SnowRain510/MSMTSeg" ], [ "https://github.com/jodyphelan/covid-profiler" ], [ "https://github.com/biomed-AI/LMDisorder" ], [ "https://github.com/zhangliutong/SPnet" ], [ "https://github.com/Xinyil256/RAUNA2023" ], [ "https://github.com/dohlee/prism" ], [ "https://github.com/uclahs-cds/tool-NFTest" ], [ "https://github.com/chunlinli/intdag" ], [ "https://github.com/xingxuejun1989/SCVC" ], [ "https://github.com/ShiMGLab/LIDER" ], [ "https://github.com/aljpetri/isONform" ], [ "https://github.com/JianHPan/SilenceREIN" ], [ "https://github.com/Lswhiteh/PhyloMatcher" ], [ "https://github.com/Lswhiteh/PhyloMatcher" ], [ "https://github.com/Lswhiteh/PhyloMatcher" ], [ "https://github.com/Lswhiteh/PhyloMatcher" ], [ "https://github.com/fmfi-compbio/warpstr" ], [ "https://github.com/guojson/AgCNER" ], [ "https://github.com/PhdJiayiTang/Consensus-Neighbor-Strategy" ], [ "https://github.com/DayuHuu/scDFC" ], [ "https://github.com/momalab/octal-candet" ], [ "https://github.com/boboppie/ORFLine" ], [ "https://github.com/study-czx/HNetPa-DTI" ], [ "https://github.com/LucasCJYSDL/HierAIRL" ], [ "https://github.com/hehefan/DPSIS" ], [ "https://github.com/amishra-stats/taro-package" ], [ "https://github.com/MetaSeek-Sequencing-Data-Discovery/metaseek" ], [ "https://github.com/kansil/ProFAB" ], [ "https://github.com/th00516/GRACE" ], [ "https://github.com/MinhyukPark/HMMerge" ], [ "https://github.com/ihh/trajectory-likelihood" ], [ "https://github.com/jig4003/Ragas" ], [ "https://github.com/lgzlIlIlI/BiSCC" ], [ "https://github.com/phineasng/flan_bio" ], [ "https://github.com/bioXiaoheng/BallerMixPlus" ], [ "https://github.com/zhengyushan/dpathnet" ], [ "https://github.com/Arty40m/AliNA" ], [ "https://github.com/ylab-hi/ScanNeo2" ], [ "https://github.com/frankkramer-lab/GPTNERMED" ], [ "https://github.com/wasslab/EbolavirusSDPsBioinformatics2019" ], [ "https://github.com/BGI-flexlab/SOAPMetaS" ], [ "https://github.com/Zhangxf-ccnu/DiffNetFDR" ], [ "https://github.com/MSBradshaw/FakeData" ], [ "https://github.com/oqe/varanto" ], [ "https://github.com/andymlau/Deuteros" ], [ "https://github.com/RezaMash/MCS" ], [ "https://github.com/SysBioChalmers/SLIMEr" ], [ "https://github.com/ronaldolab/stochastic_diffusion" ], [ "https://github.com/ArcesUnibo/creamino" ], [ "https://github.com/hyl317/hapROH" ], [ "https://github.com/DeondeJager/Friends-and-Family" ], [ "https://github.com/cbg-ethz/timeseriesNEM" ], [ "https://github.com/WarrenDavidAnderson/genomicsRpackage" ], [ "https://github.com/childsish/sofia" ], [ "https://github.com/fvnieuwe/rmne" ], [ "https://github.com/hahatcdg/IBPP" ], [ "https://github.com/markkukuismin/MCPeSe" ], [ "https://github.com/OSU-BMBL/metaqubic" ], [ "https://github.com/yufengwudcs/STELLS2" ], [ "https://github.com/PetarV-/muxstep" ], [ "https://github.com/qingzhanggithub/medline-collaboration-datasets" ], [ "https://github.com/ByrumLab/PTMViz" ], [ "https://github.com/identifiers-org/cmd-iaso" ], [ "https://github.com/arnrau/SCAE_IR_Spectral_Imaging" ], [ "https://github.com/markpp/PoseFromPointClouds" ], [ "https://github.com/kasparmartens/rarity" ], [ "https://github.com/CSi-Studio/G-Aligner" ], [ "https://github.com/tonioser/VTMorphologicalModel" ], [ "https://github.com/yufengwudcs/ScisTree" ], [ "https://github.com/PaulRegnier/PICAFlow" ], [ "https://github.com/bsml320/deTS" ], [ "https://github.com/ne1s0n/MTGOsc" ], [ "https://github.com/EPFL-LCSB/nicepath" ], [ "https://github.com/heiniglab/DeepSom" ], [ "https://github.com/selfdecode/rd-eztraits" ], [ "https://github.com/jingeyu/CSSN" ], [ "https://github.com/RabbitBio/RabbitKSSD" ], [ "https://github.com/cuiyingbeicheng/Foldseq" ], [ "https://github.com/GMHughes/Sensommatic" ], [ "https://github.com/galadrielbriere/ClustOmics" ], [ "https://github.com/michaelsouza/bpl" ], [ "https://github.com/bjornwallner/ProQ_scripts" ], [ "https://github.com/zhangtia16/LICAP" ], [ "https://github.com/labiip/scGAAC" ], [ "https://github.com/ruchiherself/MulRFRepo" ], [ "https://github.com/jizhaox/relative_pose_from_affine" ], [ "https://github.com/PRIS-CV/Pair-wise-Similarity-module" ], [ "https://github.com/FedeCastelletti/bayes_networks_mixed_data" ], [ "https://github.com/spatialdatasciencegroup/HST" ], [ "https://github.com/Sandalmoth/ratrack" ], [ "https://github.com/Pill-GZ/U-PASS" ], [ "https://github.com/sabdollahi/CoLaSpSMFM" ], [ "https://github.com/JonETJakobsson/scConnect" ], [ "https://github.com/pbdas/scrapp" ], [ "https://github.com/CCICB/CRUX" ], [ "https://github.com/Myuan2019/SCEBE" ], [ "https://github.com/RiDang/DANN" ], [ "https://github.com/atrautm1/ABCkb" ], [ "https://github.com/COMBINE-lab/matryoshka" ], [ "https://github.com/HUST-NingKang-Lab/metaPrism" ], [ "https://github.com/menzel/nopeak" ], [ "https://github.com/ihwang/SAMDUDE" ], [ "https://github.com/dooo12332/AlphaTraj" ], [ "https://github.com/javier-pardodiaz/sdcorGCN" ], [ "https://github.com/orsburn/SCPViz" ], [ "https://github.com/mpgerstl/tEFMA" ], [ "https://github.com/IneMelckenbeeck/graphlet-naming" ], [ "https://github.com/Hengfu-Yin/IsoSplitter" ], [ "https://github.com/jarosenb/UV_POSIT" ], [ "https://github.com/MaramMonshi/CovidXrayNet" ], [ "https://github.com/TKSjp/HaplotypeExplorer" ], [ "https://github.com/aod321/STN-iCNN" ], [ "https://github.com/chenxiptz/SR_microvessel_velocimetry" ], [ "https://github.com/BodenmillerGroup/cytoviewer" ], [ "https://github.com/marcovarrone/gene-expression-chromatin" ], [ "https://github.com/ytabatabaee/CASTLES" ], [ "https://github.com/sebastianduchene/clockstarg" ], [ "https://github.com/BlanchetteLab/DendroNet" ], [ "https://github.com/784221489/DNA-binding" ], [ "https://github.com/KingJamesSong/OrthoImproveCond" ], [ "https://github.com/joshuaas/Learning-with-Multiclass-AUC-Theory-and-Algorithms" ], [ "https://github.com/AbbaszadehO/DKGN" ], [ "https://github.com/jlanga/exfi" ], [ "https://github.com/sunshanwen/BP4RNAseq" ], [ "https://github.com/liukeweiaway/DeepM6A_cnn" ], [ "https://github.com/tgen/ACValidator" ], [ "https://github.com/ITBE-Lab/seed-evaluation" ], [ "https://github.com/Ananya-Bhattacharjee/ImputeDistances" ], [ "https://github.com/smerckel/FastaChar" ], [ "https://github.com/saezlab/cellnopt" ], [ "https://github.com/andvides/DATMA" ], [ "https://github.com/NRshka/stvae-source" ], [ "https://github.com/guilledufort/EnanoFASTQ" ], [ "https://github.com/Lemes-RenanB/HardyWeinbergTesting" ], [ "https://github.com/doraadong/MESSI" ], [ "https://github.com/slimsuite/diploidocus" ], [ "https://github.com/KiranJavkar/PRAWNS" ], [ "https://github.com/Moein-Karami/RandStrobes" ], [ "https://github.com/KennthShang/CHEER" ], [ "https://github.com/mpierrejean/pintmf" ], [ "https://github.com/RonanDaly/pimp" ], [ "https://github.com/angtft/RAxMLGrove" ], [ "https://github.com/yyguo-sjtu/DSD-3D-Unsupervised-Landmark-Detection-Based-Motion-Estimation" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/MEMO-toolbox/MEMO" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/huanglikun/BSA-seqDesignTool" ], [ "https://github.com/lcsb-bds/transreg" ], [ "https://github.com/cguyeux/CRISPRbuilder-TB" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/NKI-CCB/PRECISE" ], [ "https://github.com/ZCCQQWork/scDA" ], [ "https://github.com/IEDB/PEPMatch" ], [ "https://github.com/BMBGenomics/BtToxin_Digger" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yxchspring/CECS" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/HongyanShi026/iR5hmcSC" ], [ "https://github.com/li-shaochuan/SEDIM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/ProwlerForNanopore/ProwlerTrimmer" ], [ "https://github.com/lmbxmu/CLR-RNF" ], [ "https://github.com/a-ignatieva/kwarg" ], [ "https://github.com/BabuLab-UofR/TempSpac" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/BiomedSciAI/Geno4SD" ], [ "https://github.com/AlgoLab/shark" ], [ "https://github.com/BiomedSciAI/Geno4SD" ], [ "https://github.com/Shao-Group/aletsch-test" ], [ "https://github.com/kris-nader/sp-type" ], [ "https://github.com/alaesahbou/BuscoPhylo" ], [ "https://github.com/usnistgov/nrss" ], [ "https://github.com/kris-nader/sc-type-py" ], [ "https://github.com/nlsde-safety-team/FingerSafe" ], [ "https://github.com/lmc297/BTyper" ], [ "https://github.com/fredcommo/aCGH_viewer" ], [ "https://github.com/okadalabipr/text2model-from-knowledge" ], [ "https://github.com/jsgounot/Floria_analysis_workflow" ], [ "https://github.com/akloetgen/PARA-suite" ], [ "https://github.com/Christina-hshi/SH-assembly" ], [ "https://github.com/LabBandSB/re-Searcher" ], [ "https://github.com/WGS-TB/TreeShapeStats" ], [ "https://github.com/lsbnb/amp_gan" ], [ "https://github.com/liamheng/Annotation-free-Medical-Image-Enhancement" ], [ "https://github.com/francescodc87/ipaPy2" ], [ "https://github.com/ALEX95GOGO/CAGNN" ], [ "https://github.com/bioinformatics-polito/DEEPrior" ], [ "https://github.com/syxiaa/gbc" ], [ "https://github.com/Christina-hshi/CQF-deNoise" ], [ "https://github.com/tudorgroza/fast_hpo_cr" ], [ "https://github.com/monarch-initiative/fenominal" ], [ "https://github.com/w2wei/dataset_retrieval_pipeline" ], [ "https://github.com/frankkramer-lab/RCX" ], [ "https://github.com/xmuyulab/samtools" ], [ "https://github.com/ay-lab/AveSim" ], [ "https://github.com/GHLCLab/phexpo" ], [ "https://github.com/cschmidtlab/croco" ], [ "https://github.com/Shao-Group/aletsch" ], [ "https://github.com/PlantProteomes/SpectiCal" ], [ "https://github.com/dohalloran/phylo-node" ], [ "https://github.com/Excelsior511/StackCPPred" ], [ "https://github.com/Public-Health-Bioinformatics/versioned_data" ], [ "https://github.com/BiomedSciAI/Geno4SD" ], [ "https://github.com/heartsh/consprob-trained" ], [ "https://github.com/dwiegreffe/RNApuzzler" ], [ "https://github.com/smajidian/phaseme" ], [ "https://github.com/BiomedSciAI/Geno4SD" ], [ "https://github.com/heartsh/consalign" ], [ "https://github.com/bluenote-1577/floria" ], [ "https://github.com/ZRChao/Papers_supplementary" ], [ "https://github.com/rabbitpei/SLE" ], [ "https://github.com/ZRChao/adaANCOM" ], [ "https://github.com/kaizheng-academic/NASMDR" ], [ "https://github.com/cchauve/plasgraph2" ], [ "https://github.com/chrisjackson-pellicle/paragone-nf" ], [ "https://github.com/cambridgeltl/nn_for_LBD" ], [ "https://github.com/yuxuanliao/DeepPIC" ], [ "https://github.com/BiostatQian/ASAFE" ], [ "https://github.com/tangyou79/TRCM" ], [ "https://github.com/PNNL-Comp-Mass-Spec/Rodin" ], [ "https://github.com/ddarriba/ForeSeqs" ], [ "https://github.com/gstef80/MAgEC" ], [ "https://github.com/zmmzGitHub/MTL-BC-LBC-BioNER" ], [ "https://github.com/jksr/ballcools" ], [ "https://github.com/szymczak-lab/PathwayGuidedRF" ], [ "https://github.com/cuhklinlab/scAMACE" ], [ "https://github.com/insilico/Rinbix" ], [ "https://github.com/cvlab-stonybrook/TokenSparse-for-MedSeg" ], [ "https://github.com/pbenner/tfbayes" ], [ "https://github.com/jluzhangxinrubio/PseU-ST" ], [ "https://github.com/Fibonaccirabbit/cVAN" ], [ "https://github.com/guoyangzou/CNNArginineMe" ], [ "https://github.com/wg99526/micloudgit" ], [ "https://github.com/biomed-AI/nucleic-acid-binding" ], [ "https://github.com/hcholab/k-salsa" ], [ "https://github.com/DrTrevorBell/SmallGenomeTools" ], [ "https://github.com/large-scale-gxe-methods/METAGEM" ], [ "https://github.com/large-scale-gxe-methods/REGEM" ], [ "https://github.com/cyinbox/PPI" ], [ "https://github.com/EricLin1993/GRIN" ], [ "https://github.com/chonghua-1983/HONMF" ], [ "https://github.com/noaeker/lasso_positions_sampling" ], [ "https://github.com/cces-cepid/massccs" ], [ "https://github.com/PlotkinLab/Prothon" ], [ "https://github.com/DIAL-RPI/Fed-MENU" ], [ "https://github.com/NIH-CIT-OIR-SPIS/MouseVUER" ], [ "https://github.com/BrokenStringx/CRISPR-BERT" ], [ "https://github.com/bayesrx/RxTree" ], [ "https://github.com/rlrq/MINORg" ], [ "https://github.com/HaoWuLab-Bioinformatics/Enhancer-MDLF" ], [ "https://github.com/yywan0913/SVhawkeye" ], [ "https://github.com/DEIB-GECO/simsearch-app" ], [ "https://github.com/haessar/peaks2utr" ], [ "https://github.com/omics-datascience/multiomix" ], [ "https://github.com/pmartR/FIRM-AVP" ], [ "https://github.com/sealx017/DenVar" ], [ "https://github.com/BAMeScience/PepGM" ], [ "https://github.com/Wedge-lab/AmplificationTimeR" ], [ "https://github.com/mrivarauy/QS-Quantizer" ], [ "https://github.com/mkubiophysics/B-LacFamPred" ], [ "https://github.com/AleVin1995/MutExMatSorting" ], [ "https://github.com/mgtools/myRT" ], [ "https://github.com/DorotaHojaLukowicz/GenExpA" ], [ "https://github.com/cartercheong/AcPEP_classification" ], [ "https://github.com/Systems-Theory-in-Systems-Biology/BayModTS" ], [ "https://github.com/SimonCB765/Leaf" ], [ "https://github.com/VCCRI/dv-trio" ], [ "https://github.com/elolab/VarSCAT" ], [ "https://github.com/tbilab/associationsubgraphs" ], [ "https://github.com/CGuangyan-BIT/DIT" ], [ "https://github.com/WandrilleD/pyKleeBarcode" ], [ "https://github.com/BISCodeRepo/DbyDeep" ], [ "https://github.com/FCSlib/FCSlib" ], [ "https://github.com/CBMi-BiG/bamchop" ], [ "https://github.com/vshiv18/sigmoni" ], [ "https://github.com/hust-linyi/bonus" ], [ "https://github.com/markuswenzel/xai-proteins" ], [ "https://github.com/emilyjanedennis/PRA" ], [ "https://github.com/LAHCEN-EL-AMRI/Gamma-Spectra-Analysis" ], [ "https://github.com/menicgiulia/CPIExtract" ], [ "https://github.com/ccli3896/PaN" ], [ "https://github.com/insilichem/esigen" ], [ "https://github.com/vinuni-vishc/MPCNN-Sleep-Apnea" ], [ "https://github.com/Biohang/DiSMVC" ], [ "https://github.com/wangsen99/CSFwinformer" ], [ "https://github.com/CDCgov/shinyMBA" ], [ "https://github.com/mominul-ssv/cossif" ], [ "https://github.com/zhanhz/KRF" ], [ "https://github.com/LHY1007/MAG-Res2Net" ], [ "https://github.com/raw-lab/mercat2" ], [ "https://github.com/gifford-lab/seqgra" ], [ "https://github.com/david-bouyssie/hdx-viewer" ], [ "https://github.com/labstructbioinf/PiPred" ], [ "https://github.com/bx20000827/DL-MHNMF" ], [ "https://github.com/Tammie-Li/MTCN" ], [ "https://github.com/AlexandrovLab/SigProfilerClusters" ], [ "https://github.com/JunbongJang/contour-tracking" ], [ "https://github.com/PySilentSubstitution/pysilsub" ], [ "https://github.com/BIRDSgroup/BioEmbedS" ], [ "https://github.com/MintaYLu/COT" ], [ "https://github.com/MinxZ/Gemini" ], [ "https://github.com/NIB-SI/DiNAR" ], [ "https://github.com/BolognaBiocomp/coconat" ], [ "https://github.com/ptriska/WavesDash" ], [ "https://github.com/SUST-reynole/SGUNet" ], [ "https://github.com/hmdlab/DeepRaccess" ], [ "https://github.com/RuneBlaze/WITCH-NG" ], [ "https://github.com/Shen-Lab/ncVarPred-1D3D" ], [ "https://github.com/rochoa85/mPARCE" ], [ "https://github.com/CSi-Studio/AirdPro" ], [ "https://github.com/smallmax00/Dual_Adaptive_Graph_Reasoning" ], [ "https://github.com/hillerlab/CESAR" ], [ "https://github.com/lewisfish/signedMCRT" ], [ "https://github.com/martalovino/ChimerDriver" ], [ "https://github.com/ChunhuaLiLab/SREPRHot" ], [ "https://github.com/SohamChattopadhyayEE/DRDA-Net" ], [ "https://github.com/VITA-Group/SmartDeal" ], [ "https://github.com/virus-evolution/gofasta" ], [ "https://github.com/EmanueleRaineri/cvlr" ], [ "https://github.com/I-Guy/SalmoDEST" ], [ "https://github.com/leonweber/drugprot" ], [ "https://github.com/FelixMoelder/ting" ], [ "https://github.com/OnofreyLab/prostate_atlas_segm_miccai2022" ], [ "https://github.com/HuanLab/ABCstats" ], [ "https://github.com/Labevo/MicNetToolbox" ], [ "https://github.com/JaesikKim/temporal-GNN" ], [ "https://github.com/ecogenomicscanada/Seq2Sat" ], [ "https://github.com/LirongWu/Homophily-Enhanced-Self-supervision" ], [ "https://github.com/XinyuYanTJU/MRR-Net" ], [ "https://github.com/cq100/ET-FSM" ], [ "https://github.com/jodyphelan/tb-ml" ], [ "https://github.com/JU-HuaY/MFR" ], [ "https://github.com/deremustapha/BSS-ViT" ], [ "https://github.com/raghavagps/FluSPred" ], [ "https://github.com/MonicaCalSan/MetaboMSDIA" ], [ "https://github.com/zhangtaolab/CRISPRMatch" ], [ "https://github.com/wsakobe/CylinderTag" ], [ "https://github.com/MontgomeryLab/tinyRNA" ], [ "https://github.com/Grupo-Medicina-Molecular-y-Traslacional/StarPep" ], [ "https://github.com/idrblab/socube" ], [ "https://github.com/PreMedKB/PAnno" ], [ "https://github.com/BioinformaticsCSU/CRMSS" ], [ "https://github.com/Lagkouvardos/Cronos" ], [ "https://github.com/jkawulok/cometa" ], [ "https://github.com/Mblakey/wiswesser" ], [ "https://github.com/cma2015/PEA" ], [ "https://github.com/compomics/pout2prot" ], [ "https://github.com/ciernialab/MGEnrichmentApp" ], [ "https://github.com/usaeed786/BGCLN" ], [ "https://github.com/ChaiAsaad/MoreAIRAsthmaKGxE" ], [ "https://github.com/zhangbaiming/FedSemiSeg" ], [ "https://github.com/ydniuyongjie/twoStageForFaceEdit" ], [ "https://github.com/changlabtw/hicmaptools" ], [ "https://github.com/usccolumbia/matglobalmapping" ], [ "https://github.com/regisoc/kibior" ], [ "https://github.com/javier-pardodiaz/sdcorGCN" ], [ "https://github.com/lockEF/NonparametricMultiway" ], [ "https://github.com/gxq1998/MCP-Net" ], [ "https://github.com/feiqiwang/PISPKI" ], [ "https://github.com/Blcony/SDHNet" ], [ "https://github.com/ChunmingHe/HQG-Net" ], [ "https://github.com/xu-shi-jie/idp-elm" ], [ "https://github.com/HirotoSaigo/KDSNP" ], [ "https://github.com/doxeylab/evoclust3d" ], [ "https://github.com/texttechnologylab/LSTMVoter" ], [ "https://github.com/KoslickiLab/CMASH-reproducibles" ], [ "https://github.com/romaingroux/SPar-K" ], [ "https://github.com/mksmd/NNforDocking" ], [ "https://github.com/syspremed/exploBATCH" ], [ "https://github.com/zsyOAOA/VIRNet" ], [ "https://github.com/Liulab-HZAU/PCTpred" ], [ "https://github.com/sauravbsaha/uCAREChemSuiteCLI" ], [ "https://github.com/sandybioteck/RTCpredictor" ], [ "https://github.com/dayunliu/MGATMDA" ], [ "https://github.com/bionlproc/text-summ-for-doc-retrieval" ], [ "https://github.com/malabz/WMSA" ], [ "https://github.com/taehoonlee/HiComet" ], [ "https://github.com/JianSoL/MVSTT" ], [ "https://github.com/fcampelo/epitopes" ], [ "https://github.com/roohy/eps" ], [ "https://github.com/yuanying566/AHPred-DE" ], [ "https://github.com/liuyi1989/TSPORTNet" ], [ "https://github.com/Biomedinformatics/NGSPanPipe" ], [ "https://github.com/TRON-Bioinformatics/ArtiFusion" ], [ "https://github.com/jhhung/EARRINGS" ], [ "https://github.com/DessimozLab/esprit2" ], [ "https://github.com/rymc/a-dataset-for-indoor-localization-using-a-smart-home-in-a-box" ], [ "https://github.com/vllrs/genomicSimulation" ], [ "https://github.com/rribeiro-sci/pygomodo" ], [ "https://github.com/hezhujun/autofocus-rnn" ], [ "https://github.com/Vill-Lab/SIAMH" ], [ "https://github.com/wh90999/ChIAPoP" ], [ "https://github.com/Wrrzag/DiseaseDiscovery" ], [ "https://github.com/Pinlyu3/LRLoop" ], [ "https://github.com/LouisFaure/scFates" ], [ "https://github.com/xmed-lab/FoPro-KD" ], [ "https://github.com/nutrimetabolomics/POMAShiny" ], [ "https://github.com/zfy-csu/FsaNet" ], [ "https://github.com/CityU-AIM-Group/FedOSS" ], [ "https://github.com/phylo42/EPIK" ], [ "https://github.com/SONGDONGYUAN1994/rscsampler" ], [ "https://github.com/nutrimetabolomics/POMA" ], [ "https://github.com/phylo42/IPK" ], [ "https://github.com/bcbi/genbank_loader" ], [ "https://github.com/LBBSoft/Trader" ], [ "https://github.com/AaronHong1024/ONeSAMP_3" ], [ "https://github.com/gersteinlab/GenAI4Drug" ], [ "https://github.com/vtphan/HeteroplasmyWorkflow" ], [ "https://github.com/kunjing96/DARTS-AER" ], [ "https://github.com/greenelab/wenda_gpu" ], [ "https://github.com/moosa-r/rbioapi" ], [ "https://github.com/ratschlab/PBWT-sec" ], [ "https://github.com/anasilviacs/sm-engine" ], [ "https://github.com/iTaxoTools/ConcatenatorGui" ], [ "https://github.com/radoslav180/DiNGO" ], [ "https://github.com/neufeld/AXIOME3-GUI" ], [ "https://github.com/MTS-Strathclyde/ISc" ], [ "https://github.com/lfnothias/IODA_MS" ], [ "https://github.com/anasilviacs/rescore-metabolites" ], [ "https://github.com/UCanCompBio/deltaBS" ], [ "https://github.com/jokergoo/BioMartGOGeneSets" ], [ "https://github.com/lasandrall/mvlearnR" ], [ "https://github.com/mohimanilab/MS2Planner" ], [ "https://github.com/nicolaprezza/ebwt2snp" ], [ "https://github.com/Greco-Lab/MaNGA" ], [ "https://github.com/songweizhi/HgtSIM" ], [ "https://github.com/ADAC-UoN/PIMMS" ], [ "https://github.com/labinfo-lncc/mnmer" ], [ "https://github.com/subhc/clever" ], [ "https://github.com/MBaysanLab/cosap_frontend" ], [ "https://github.com/MTandHJ/rcm" ], [ "https://github.com/aet21/ebGSEA" ], [ "https://github.com/icbi-lab/mio" ], [ "https://github.com/austenb28/CycFlowDec" ], [ "https://github.com/radamsRHA/GppFst" ], [ "https://github.com/MBaysanLab/cosap-webapi" ], [ "https://github.com/MBaysanLab/cosap" ], [ "https://github.com/andrewGhazi/designMPRA" ], [ "https://github.com/manalirupji/GAC" ], [ "https://github.com/mcveanlab/DEploid" ], [ "https://github.com/Toepfer-Lab/cobramod" ], [ "https://github.com/andrewGhazi/mpradesigntools" ], [ "https://github.com/LooseLab/minotourcli" ], [ "https://github.com/IGVF/seqspec" ], [ "https://github.com/jinzanxia/biomedical-QA" ], [ "https://github.com/gfxdisp/castleCSF" ], [ "https://github.com/phytest-devs/phytest" ], [ "https://github.com/haidyi/cvxbiclustr" ], [ "https://github.com/wenjiegroup/iFORM" ], [ "https://github.com/ahmed-fakhry/dive" ], [ "https://github.com/pephco/ASDEC" ], [ "https://github.com/hetiantian1985/EGCPI" ], [ "https://github.com/LMSE/AYbRAH" ], [ "https://github.com/GGchen1997/STEPS_Bioinformatics" ], [ "https://github.com/YonghuiDong/RawHummus" ], [ "https://github.com/kendziorski-lab/SpatialView" ], [ "https://github.com/koji11235/MSECIFv2" ], [ "https://github.com/gagneurlab/Manuscript_Avsec_Bioinformatics_2017" ], [ "https://github.com/DKMS/hapl-o-Mat_GUI" ], [ "https://github.com/Sarah145/CCPlotR" ], [ "https://github.com/phenomecentre/metabotyping-dementia-urine" ], [ "https://github.com/ablab/viralComplete" ], [ "https://github.com/SysBioChalmers/Streptomyces_coelicolor-GEM" ], [ "https://github.com/francescojm/CELLector_App" ], [ "https://github.com/LooseLab/minotourapp" ], [ "https://github.com/damiendevienne/non-layered-tidy-trees" ], [ "https://github.com/evocell/rabifier" ], [ "https://github.com/tyo-nu/MINE-app" ], [ "https://github.com/GCQ2119216031/DDA-SKF" ], [ "https://github.com/byemaxx/SSREnricher" ], [ "https://github.com/kaigelee/CSFCN" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/ikmb/MAGScoT" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/fmfi-compbio/osprey" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/GreallyLab/gaiaAssociation" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/icbi-lab/miopy" ], [ "https://github.com/rnaer/seqel" ], [ "https://github.com/ruggleslab/hypercluster" ], [ "https://github.com/fmfi-compbio/heron" ], [ "https://github.com/nutrimetabolomics/fobitools" ], [ "https://github.com/signaturescience/vcferr" ], [ "https://github.com/zqfang/haplomap" ], [ "https://github.com/pcdslab/GPU-DAEMON" ], [ "https://github.com/iraiosub/riboseq-flow" ], [ "https://github.com/refresh-bio/phist" ], [ "https://github.com/HustAlexander/MCWSS" ], [ "https://github.com/solinvicta/geneTeller" ], [ "https://github.com/riesling00/HRNAT" ], [ "https://github.com/ibivu/hydrophobic_patches" ], [ "https://github.com/utraf-pasteur-institute/Cellwalker-blender" ], [ "https://github.com/LudvigEk/aligater" ], [ "https://github.com/zhouzhou1201/CSAP-UNet" ], [ "https://github.com/clangmead/PROTOCOL" ], [ "https://github.com/datax-lab/Hi-LASSO" ], [ "https://github.com/DatabaseGroup/DeSignate" ], [ "https://github.com/adityakumarakash/ICL" ], [ "https://github.com/Federico77z/aScan" ], [ "https://github.com/sahahn/BPt_app" ], [ "https://github.com/hitbc/deBWT" ], [ "https://github.com/cbg-ethz/nempi" ], [ "https://github.com/wh-xu/Hyper-Gen" ], [ "https://github.com/QingYunA/Linear-Semantic-Transformation-for-Semi-Supervised-Medical-Image-Segmentation" ], [ "https://github.com/DominikBatic/EndoViT" ], [ "https://github.com/srijandas07/vpnplusplus" ], [ "https://github.com/clockor2/phylojs" ], [ "https://github.com/utraf-pasteur-institute/Cellwalker-notebooks" ], [ "https://github.com/argymeg/MetaboCraft" ], [ "https://github.com/TillMacher/apscale_gui" ], [ "https://github.com/bordin89/ICB_docker" ], [ "https://github.com/tkonopka/GeneticThesaurus" ], [ "https://github.com/kuanglab/GraphTucker" ], [ "https://github.com/ay0408/DP-statistics-GWAS" ], [ "https://github.com/CMUSchwartzLab/Mase-phi" ], [ "https://github.com/pmandreoli/aScanDocker" ], [ "https://github.com/Mathelab/RaMP-BackEnd" ], [ "https://github.com/Center-for-Health-Data-Science/scDGD" ], [ "https://github.com/Center-for-Health-Data-Science/dgd" ], [ "https://github.com/Roth-Lab/SpatialSort" ], [ "https://github.com/MICS-Lab/scyan" ], [ "https://github.com/usccolumbia/GMTransformer" ], [ "https://github.com/yawencui/UaD-ClE" ], [ "https://github.com/wdkyh/NR-MVSNet" ], [ "https://github.com/Shao-Group/irtool" ], [ "https://github.com/Shao-Group/irtool" ], [ "https://github.com/Shao-Group/irtool" ], [ "https://github.com/ncjllld/byase" ], [ "https://github.com/jhu99/davae_paper" ], [ "https://github.com/raimondilab/expansion" ], [ "https://github.com/debbydanwang/BAP" ], [ "https://github.com/DeepMIALab/FFPEPlus" ], [ "https://github.com/JaneJiayiDong/scPreGAN-reproducibility" ], [ "https://github.com/Shao-Group/irtool" ], [ "https://github.com/syc2017/KCDTA" ], [ "https://github.com/CreativeCodingLab/ReactionFlow" ], [ "https://github.com/holehouse-lab/shephard" ], [ "https://github.com/VirusBRC/vipr_mat_peptide" ], [ "https://github.com/Zouxidan/HA_predict" ], [ "https://github.com/erikagardini/spathial" ], [ "https://github.com/yesint/EnCurv" ], [ "https://github.com/aitgon/vtam_benchmark" ], [ "https://github.com/halelab/GBS-Pacecar" ], [ "https://github.com/qdu-bioinfo/hierarchical-meta-storms" ], [ "https://github.com/qdu-bioinfo/hrms" ], [ "https://github.com/RUXIAOQING964914140/FS_DTA" ], [ "https://github.com/nianqiaoju/snp-slice" ], [ "https://github.com/compimmuno/CHfinder" ], [ "https://github.com/cacha0227/ncappc" ], [ "https://github.com/BioGavin/msbff" ], [ "https://github.com/qd29/SCIP" ], [ "https://github.com/heejungshim/BayesCAT" ], [ "https://github.com/menchelab/BioProfilingNotebooks" ], [ "https://github.com/galelab/scPathoQuant" ], [ "https://github.com/fiji-hpc/hpc-workflow-manager" ], [ "https://github.com/HongjieZhu/CIMA" ], [ "https://github.com/lin-lab/COVID19-Rt" ], [ "https://github.com/Lswhiteh/PhyloMatcher" ], [ "https://github.com/Lswhiteh/PhyloMatcher" ], [ "https://github.com/Lswhiteh/PhyloMatcher" ], [ "https://github.com/Lswhiteh/PhyloMatcher" ], [ "https://github.com/molleraj/MetaCRAST" ], [ "https://github.com/grisslab/grein_loader" ], [ "https://github.com/uio-bmi/compairr-benchmarking" ], [ "https://github.com/zhimengXin/ECEA" ], [ "https://github.com/wogrin/LEGO" ], [ "https://github.com/zqfang/gnnhap" ], [ "https://github.com/RabbitBio/RabbitV" ], [ "https://github.com/BioinfoMachineLearning/PoseBench" ], [ "https://github.com/yuxi120407/INSURE" ], [ "https://github.com/maltesie/ChimericFragments" ], [ "https://github.com/epifluidlab/finaledb_portal" ], [ "https://github.com/BioSequenceAnalysis/MoleMCL" ], [ "https://github.com/LongTarget/Fasim-LongTarget" ], [ "https://github.com/pdxgx/neoepiscope-paper" ], [ "https://github.com/gjonwick/MAGI-Dock" ], [ "https://github.com/ZFMK/COGNATE" ], [ "https://github.com/JUMPSuite/JUMPt" ], [ "https://github.com/KristofferBernhem/SMlocalizer" ], [ "https://github.com/LMSE/FYRMENT" ], [ "https://github.com/KyleFerchen/pyInfinityFlow" ], [ "https://github.com/sschrod/CODEX" ], [ "https://github.com/JLSteenwyk/orthofisher" ], [ "https://github.com/LANL-Bioinformatics/assay_validation" ], [ "https://github.com/transgenomicsosu/SNP-SELECT" ], [ "https://github.com/sbgn/cd2sbgnml-webservice" ], [ "https://github.com/Coaxecva/LongAGE" ], [ "https://github.com/freh-g/genopyc" ], [ "https://github.com/YPZ858/PPTPP" ], [ "https://github.com/popgengui/agestrucnb" ], [ "https://github.com/4dn-dcic/GiniQC" ], [ "https://github.com/gjbaker/sylaras" ], [ "https://github.com/anitamnd/MetaboLink" ], [ "https://github.com/SunXQlab/EnDecon" ], [ "https://github.com/optimusmoose/statistical_agglomeration" ], [ "https://github.com/rauschenberger/cornet" ], [ "https://github.com/okdll/mpwR" ], [ "https://github.com/molbiodiv/biojs-io-biom" ], [ "https://github.com/radamsRHA/PhyloWGA" ], [ "https://github.com/AlgoLab/gppf" ], [ "https://github.com/inpacdb/PocketPipe" ], [ "https://github.com/clips/SimulatingCochlearImplants" ], [ "https://github.com/marco-oliva/portable-nanopore-analytics" ], [ "https://github.com/yunwilliamyu/SlowMoMan" ], [ "https://github.com/BorgwardtLab/batchCorrectionPublicData" ], [ "https://github.com/nygenome/SCANVIS" ], [ "https://github.com/healthyPlant/PhytoPipe" ], [ "https://github.com/treangenlab/Olivar" ], [ "https://github.com/iferres/simurg" ], [ "https://github.com/NX4/nx4" ], [ "https://github.com/uio-cels/offsetbasedgraph" ], [ "https://github.com/BEAST2-Dev/nested-sampling" ], [ "https://github.com/daiwenrui/VERTICOX" ], [ "https://github.com/zamboni-lab/RALPS" ], [ "https://github.com/zsy-9/STNN-DDI" ], [ "https://github.com/magnitov/pentad" ], [ "https://github.com/meng-jie/EFMSDTI" ], [ "https://github.com/matteogiulietti/LipidOne" ], [ "https://github.com/bialimed/miams" ], [ "https://github.com/sangreashim/EAT-UpTF" ], [ "https://github.com/weiqianglg/evaluate-GNNs-under-graph-sampling" ], [ "https://github.com/PYangLab/SPSs" ], [ "https://github.com/Adrienrougny/sbgntikz" ], [ "https://github.com/Tan-H-C/DR-GAN-Distribution-Regularization-for-Text-to-Image-Generation" ], [ "https://github.com/Cassieyy/AugMS-Net" ], [ "https://github.com/lockEF/SupCP" ], [ "https://github.com/cusbg/AHoJ-project" ], [ "https://github.com/ajayago/NCMF_bioinformatics" ], [ "https://github.com/zmmzGitHub/SpanMB_BERT" ], [ "https://github.com/hoichanjung/AFM_Image_Denoising" ], [ "https://github.com/pengsl-lab/BioERP" ], [ "https://github.com/wiedersehne/cdilDNA" ], [ "https://github.com/lanagarmire/MirMark" ], [ "https://github.com/CX-He/STCR" ], [ "https://github.com/miguelarenas/proteinevolverabc" ], [ "https://github.com/BenoitMorel/Asteroid" ], [ "https://github.com/odenas/indexed_ms" ], [ "https://github.com/ChaonanLi/microgeo" ], [ "https://github.com/binfalse/BiVeS-StatsGenerator" ], [ "https://github.com/lpipes/ancestralclust" ], [ "https://github.com/tylii/ddap" ], [ "https://github.com/Xinzhe-Ni/NCG" ], [ "https://github.com/ma-gilles/recovar" ], [ "https://github.com/Lambert-chen/SPGAN" ], [ "https://github.com/ToniWestbrook/repeatfs" ], [ "https://github.com/PiotrRadzinski/envemind" ], [ "https://github.com/ggonnella/gfaviz" ], [ "https://github.com/liuyudut/ResTune" ], [ "https://github.com/DeepMIALab/UC-NfNet" ], [ "https://github.com/HCPLab-SYSU/HIAM" ], [ "https://github.com/MantangGuo/DRLF" ], [ "https://github.com/dpmlab/img2fmri" ], [ "https://github.com/Yang-k955/CRISPR-HW" ], [ "https://github.com/BlanchetteLab/RefHiC" ], [ "https://github.com/FeiYee/Breast-area-TWO" ], [ "https://github.com/bdslab/aspralign" ], [ "https://github.com/pdddinakar/SemanticChangepointDetection" ], [ "https://github.com/MehediAzim/DeepAmp" ], [ "https://github.com/jzbio/MultiTrans" ], [ "https://github.com/phineasng/DECODE" ], [ "https://github.com/jihmoon/MLDEG" ], [ "https://github.com/WormBase/genomic-info-from-papers" ], [ "https://github.com/BIOS-IMASL/Hierarchical-Bayes-NMR-Validation" ], [ "https://github.com/rickardbrannvall/HEIDA" ], [ "https://github.com/jensengroup/HeckQM" ], [ "https://github.com/theLongLab/wglink" ], [ "https://github.com/BioComputingUP/MobiDB-lite" ], [ "https://github.com/THU-CS-PI/MMPD_rPPG_dataset" ], [ "https://github.com/xuefenfei712/mapDATAge" ], [ "https://github.com/MRCIEU/vectology" ], [ "https://github.com/maiziezhoulab/Autism_genepheno" ], [ "https://github.com/GalGilad/TAU" ], [ "https://github.com/BorgwardtLab/MoProEmbeddings" ], [ "https://github.com/modsim/CADET-Match" ], [ "https://github.com/CNIC-Proteomics/iSanXoT" ], [ "https://github.com/MolBIFFM/vplg" ], [ "https://github.com/hyuyu104/SnapFISH-IMPUTE" ], [ "https://github.com/modsim/CADET-Match" ], [ "https://github.com/sys-bio/Libstructural" ], [ "https://github.com/dmitrymyl/BaRDIC" ], [ "https://github.com/LiYu51/BG-Net" ], [ "https://github.com/wengsyx/VPTSL" ], [ "https://github.com/Sunmile/IMPMD" ], [ "https://github.com/Tongdongq/darwin-gpu" ], [ "https://github.com/euxhenh/Truffle" ], [ "https://github.com/modsim/CADET-Match" ], [ "https://github.com/modsim/CADET-Match" ], [ "https://github.com/HaonanPeng/active_syn_generator" ], [ "https://github.com/mrazvan22/dkt" ], [ "https://github.com/bitvis2021/HiTailor" ], [ "https://github.com/MartinFXP/B-NEM" ], [ "https://github.com/CalebPecka/ATAC-Seq-Pipeline" ], [ "https://github.com/LarryUESTC/GRLC" ], [ "https://github.com/SPIresearch/UTR" ], [ "https://github.com/lxwgcool/CircDBG" ], [ "https://github.com/zhazhiyuan/MCP_MSI_CS_Demo" ], [ "https://github.com/JC-202/CAGNN" ], [ "https://github.com/kingsford-group/miniception" ], [ "https://github.com/studla/RYUTO" ], [ "https://github.com/ratschlab/SNBNMF-mutsig-public" ], [ "https://github.com/burtonrj/CytoCluster" ], [ "https://github.com/hdsu-bioquant/onto-vae" ], [ "https://github.com/BoyanZhou/STEMSim" ], [ "https://github.com/guilledufort/RENANO" ], [ "https://github.com/TimGarrels/LazyFox" ], [ "https://github.com/duttaprat/DeePROG" ], [ "https://github.com/tangchuan2000/AGLSR" ], [ "https://github.com/msolmazm/sema" ], [ "https://github.com/shanrongzhao/QuickIsoSeq" ], [ "https://github.com/shafferm/kb_DRAM" ], [ "https://github.com/rorybufacchi/LSA-filter" ], [ "https://github.com/kshestop/DCMD" ], [ "https://github.com/noriakis/biotextgraph" ], [ "https://github.com/ViennaRNA/RNAxplorer" ], [ "https://github.com/SayakaMiura/PathFinder" ], [ "https://github.com/LFCFireLab/FireLossRate" ], [ "https://github.com/eldronzhou/SDPR" ], [ "https://github.com/Wukong90/Handwritten-Text-Recognition" ], [ "https://github.com/HEGANLDA/HEGANLDA" ], [ "https://github.com/wang-fujin/BattNN" ], [ "https://github.com/pcnproject/PyPCN" ], [ "https://github.com/cynricfu/MECCH" ], [ "https://github.com/netml/sonet" ], [ "https://github.com/ChenYong1993/LRSDN" ], [ "https://github.com/esbgkannan/GTxplorer" ], [ "https://github.com/C4TB/shinyExprPortal" ], [ "https://github.com/nhgritctran/PheTK" ], [ "https://github.com/LinearFold/LinearAlifold" ], [ "https://github.com/zzc1991/TREC_Precision_Medicine_Track" ], [ "https://github.com/zhangt369/SurvivalPath" ], [ "https://github.com/cmmt/chromatra" ], [ "https://github.com/ttaalle/fast_assen" ], [ "https://github.com/friendflower94/binning-style" ], [ "https://github.com/BGSU-RNA/ConformationalChange" ], [ "https://github.com/lim74/LncDC" ], [ "https://github.com/rrwabina/SDENet-UQ-ESL" ], [ "https://github.com/youngnuaa/2DHeadPose" ], [ "https://github.com/Scu-sen/Recursion-Cellular-Image-Classification-Challenge" ], [ "https://github.com/qm2/NanoSpring" ], [ "https://github.com/Evotec-Bioinformatics/ml-from-omics" ], [ "https://github.com/GTaherzadeh/SPPPred" ], [ "https://github.com/hellloxiaotian/SSNet" ], [ "https://github.com/WeiLab-BioChem/Structural-DPP-IV" ], [ "https://github.com/LongJin-lab/the-supplementary-file-for-CYB-E-2021-04-0944" ], [ "https://github.com/Shao-Group/irtool" ], [ "https://github.com/xiabc612/KaryoNet" ], [ "https://github.com/Shao-Group/irtool" ], [ "https://github.com/Shao-Group/irtool" ], [ "https://github.com/Shao-Group/irtool" ], [ "https://github.com/Wangys-prog/prPred" ], [ "https://github.com/EESI/Comp_Metagenomics_resources" ], [ "https://github.com/jkimlab/PAPipe" ], [ "https://github.com/hyunp2/Memb-TDA" ], [ "https://github.com/jianglikun/MOASL" ], [ "https://github.com/episphere/medicaid" ], [ "https://github.com/Goatofmountain/MAGNIFIER" ], [ "https://github.com/Peroxidess/MVIIL-GAN" ], [ "https://github.com/lozuponelab/knowledge-source-mappings" ], [ "https://github.com/csuhjhjhj/GCNCMI" ], [ "https://github.com/mathonco/isomatrix" ], [ "https://github.com/mpgerstl/tEFMA" ], [ "https://github.com/phrh/BackCLIP" ], [ "https://github.com/swidler/linadmix" ], [ "https://github.com/sanchak/mqap" ], [ "https://github.com/sanchak/mqap" ], [ "https://github.com/sanchak/mqap" ], [ "https://github.com/elkebir-group/PhySigs" ], [ "https://github.com/DataIntellSystLab/KARGA" ], [ "https://github.com/starxliu/FDDH" ], [ "https://github.com/sanchak/mqap" ], [ "https://github.com/Puumanamana/CoCoNet" ], [ "https://github.com/bensdvir/GradHC" ], [ "https://github.com/zhangzm0128/CCGR" ], [ "https://github.com/Hhy096/nomogram" ], [ "https://github.com/simras/cWords" ], [ "https://github.com/ZhangYajie-NJUST/sRLH" ], [ "https://github.com/cpf0079/CSPT" ], [ "https://github.com/charliebudd/torch-content-area" ], [ "https://github.com/CVIU-CSU/Weakly-Supervised-Nuclei-Segmentation" ], [ "https://github.com/LeonHLJ/MMSD" ], [ "https://github.com/ec363/parsleyapp" ], [ "https://github.com/pswain/segmentation-software" ], [ "https://github.com/xianchaoguan/GramGAN" ], [ "https://github.com/singlaayush/MINIT" ], [ "https://github.com/TKH666/Fed-NCL" ], [ "https://github.com/yorgodillo/ProteoSign" ], [ "https://github.com/wbshu/Crowd_Counting_in_the_Frequency_Domain" ], [ "https://github.com/thuptimd/McDAPS" ], [ "https://github.com/jeremyhoward/Geno-Diver" ], [ "https://github.com/jamesscottbrown/sbml-diff" ], [ "https://github.com/ujemd/NSS-of-LWIR-and-Vissible-Images" ], [ "https://github.com/phi-grib/Collector" ], [ "https://github.com/barthelemymp/Domain2DomainProteinTranslation" ], [ "https://github.com/infspiredBAT/GLASS" ], [ "https://github.com/rit-cui-lab/Multimodal-AI-for-Prediction-of-Distant-Metastasis-in-Carcinoma-Patients" ], [ "https://github.com/bayzidlab/SAINT-Angle" ], [ "https://github.com/wdzhao123/SAT" ], [ "https://github.com/weiliao97/METRE" ], [ "https://github.com/shimenghuang/KernelBiome" ], [ "https://github.com/tanzilamohita/DeepCGP" ], [ "https://github.com/Qianyu1226/Crosslink-Net" ], [ "https://github.com/vailatuts/SSFG-regularization" ], [ "https://github.com/yulisun/AGSCC" ], [ "https://github.com/aI-area/DVGSN" ], [ "https://github.com/pfizer-opensource/bigwig-loader" ], [ "https://github.com/LinearFold/LinearAlifold" ], [ "https://github.com/mjoppich/sequ-into" ], [ "https://github.com/LinearFold/LinearAlifold" ], [ "https://github.com/LinearFold/LinearAlifold" ], [ "https://github.com/shyammarjit/SAGA" ], [ "https://github.com/Nachida08/SnakeMAGs" ], [ "https://github.com/deepomicslab/SMURF" ], [ "https://github.com/joshidhaivat/HQAlign" ], [ "https://github.com/viralInformatics/VIGA" ], [ "http://github.com/markvdwiel/GRridgeCodata" ], [ "https://github.com/Kelvin-Ju/GR-PSN" ], [ "https://github.com/hrbeubiocenter/Resseq" ], [ "https://github.com/Zzh-tju/ZoneEval" ], [ "https://github.com/optimization-for-data-driven-science/RIFLE" ], [ "https://github.com/histocartography/multi-scale-feature-alignment" ], [ "https://github.com/GGaoxiang/PATrans" ], [ "https://github.com/Jiaxiao123/DRGCL" ], [ "https://github.com/gpgzy/CL-Cardiac-segmentation" ], [ "https://github.com/ghaiyan/TOAST" ], [ "https://github.com/phylogeography/SPREAD" ], [ "https://github.com/tmllab/TAIDTM" ], [ "https://github.com/ktym/covid19" ], [ "https://github.com/Cuthbert-Huang/CC-Net" ], [ "https://github.com/favour-nerrise/xGW-GAT" ], [ "https://github.com/guofei-tju/Ensemble-classifier-chain-model" ], [ "https://github.com/xjtushujun/MLR-SNet" ], [ "https://github.com/Marco-Peg/GEP" ], [ "https://github.com/kad-ecoli/pdc" ], [ "https://github.com/favour-nerrise/xGW-GAT" ], [ "https://github.com/favour-nerrise/xGW-GAT" ], [ "https://github.com/favour-nerrise/xGW-GAT" ], [ "https://github.com/wangyxxjtu/ReGO-Pytorch" ], [ "https://github.com/SaeedKarami/VCSDFS" ], [ "https://github.com/mdsufz/StandEnA" ], [ "https://github.com/mpgerstl/tEFMA" ], [ "https://github.com/mpgerstl/tEFMA" ], [ "https://github.com/mpgerstl/tEFMA" ], [ "https://github.com/mpgerstl/tEFMA" ], [ "https://github.com/haotian-zhuang/findPC" ], [ "https://github.com/statisticalbiotechnology/NonlinearGradientsUI" ], [ "https://github.com/kr-swapnil/NetVA" ], [ "https://github.com/lightbillow/DHRec" ], [ "https://github.com/Luckysoutheast/STMHCPan" ], [ "https://github.com/KIT-MBS/pycofitness" ], [ "https://github.com/mlocardpaulet/VisioProt-MS" ], [ "https://github.com/javier-pardodiaz/sdcorGCN" ], [ "https://github.com/javier-pardodiaz/sdcorGCN" ], [ "https://github.com/javier-pardodiaz/sdcorGCN" ], [ "https://github.com/chenbong/PSS-Net" ], [ "https://github.com/javier-pardodiaz/sdcorGCN" ], [ "https://github.com/ridgelab/ExtRamp" ], [ "https://github.com/YaluWen/Uomic" ], [ "https://github.com/hlju-liye/SENIES" ], [ "https://github.com/ShishiYuan/IBPred" ], [ "https://github.com/zhanglabtools/DNADataAugmentation" ], [ "https://github.com/DKMS-LSL/typeloader" ], [ "https://github.com/tuyunbin/I2Transformer" ], [ "https://github.com/kongzhecn/dfdm" ], [ "https://github.com/rwk-unil/parallel_pbwt" ], [ "https://github.com/sybila/biodivine-aeon-py" ], [ "https://github.com/JFFleming/RCFV_Reader" ], [ "https://github.com/Genentech/GameRank" ], [ "https://github.com/wmalab/scHiCDiff" ], [ "https://github.com/XLuyu/PDR" ], [ "https://github.com/marouenbg/VFFVA" ], [ "https://github.com/yangence/MTM" ], [ "https://github.com/ZhangChenLab/ImageCN" ], [ "https://github.com/TBooker/PicMin" ], [ "https://github.com/CellDynamics/QuimP" ], [ "https://github.com/Shoombuatong2527/anticancer-peptides-review" ], [ "https://github.com/darlenelu72/EPEM-GMM" ], [ "https://github.com/pchlenski/misdeed" ], [ "https://github.com/CSUBioGroup/EP-EDL" ], [ "https://github.com/morphos30/PhyloCTCFLooping" ], [ "https://github.com/mghamilton/polyAinv" ], [ "https://github.com/BeierZhu/Sturcture-Coherency-Face-Alignment" ], [ "https://github.com/2003100127/deeptminter" ], [ "https://github.com/CunmeiJi/AEMDA" ], [ "https://github.com/zhanglabNKU/APIN" ], [ "https://github.com/elkebir-group/TiTUS" ], [ "https://github.com/megrawlab/IndeCut" ], [ "https://github.com/mbsohn/cmmb" ], [ "https://github.com/drou0302/CapiPy" ], [ "https://github.com/vidarmehr/ChIPWig-v2" ], [ "https://github.com/Fraunhofer-ITMP/mpox-kg" ], [ "https://github.com/jtnystrom/discount" ], [ "https://github.com/rostkick/Halide_sites" ], [ "https://github.com/Mesh89/SurVIndel" ], [ "https://github.com/DKMS-LSL/typeloader" ], [ "https://github.com/jmjung83/deconvolution_of_essential_gene_signitures" ], [ "https://github.com/IRMVLab/HALFlow" ], [ "https://github.com/gerners/tamock" ], [ "https://github.com/sunyi123/cdr" ], [ "https://github.com/HUBioDataLab/ASCARIS" ], [ "https://github.com/DKMS-LSL/typeloader" ], [ "https://github.com/sinc-lab/anc2vec" ], [ "https://github.com/EhsanMotazedi/TriPoly" ], [ "https://github.com/ucrbioinfo/Novo_Stitch" ], [ "https://github.com/niewenjuan-csu/TSNAPred" ], [ "https://github.com/DKMS-LSL/typeloader" ], [ "https://github.com/johnlamb/pyconsfold" ], [ "https://github.com/vyacheslav-tsivina/signature-sj" ], [ "https://github.com/akaxlh/MBRec" ], [ "https://github.com/jmjung83/TT_and_TCP" ], [ "https://github.com/gilles-didier/MolTi-DREAM" ], [ "https://github.com/shaoli86/DiscoverSL" ], [ "https://github.com/HongzhouTang/BayeStab" ], [ "https://github.com/Xabo-RB/Benchmarking_files" ], [ "https://github.com/laczkol/QVG" ], [ "https://github.com/gangchen/epof" ], [ "https://github.com/BarnettLab/MyelinJ" ], [ "https://github.com/zx0223winner/HSDFinder" ], [ "https://github.com/screamer/NetCoffee2" ], [ "https://github.com/NetLand-NTU/HopLand" ], [ "https://github.com/xiangxuyu/2stepQA" ], [ "https://github.com/SiweiCui/EpigeneticControlOfSingle-CellExpressionVariability" ], [ "https://github.com/philipmorrisintl/GladiaTOX" ], [ "https://github.com/lhy0322/SENet" ], [ "https://github.com/markhilt/ARBitR" ], [ "https://github.com/rcalinjageman/cartoon_network" ], [ "https://github.com/BioinformaticsCSU/LongRepMarker" ], [ "https://github.com/rcalinjageman/cartoon_network" ], [ "https://github.com/rcanovas/libCSAM" ], [ "https://github.com/paulfogel/A2SIGN" ], [ "https://github.com/Gardner-BinfLab/ncVarDB" ], [ "https://github.com/kr-colab/disperseNN2" ], [ "https://github.com/kr-colab/disperseNN2" ], [ "https://github.com/JXZe/Learning_DualVD" ], [ "https://github.com/rcalinjageman/cartoon_network" ], [ "https://github.com/BaoJingxiao/APBScore" ], [ "https://github.com/abdullah009/DataRLATools" ], [ "https://github.com/afergadis/BC6PM-HRNN" ], [ "https://github.com/icthrm/cwSDTWnano" ], [ "https://github.com/KhaosResearch/M2Align" ], [ "https://github.com/kr-colab/disperseNN2" ], [ "https://github.com/chgibb/PHAT" ], [ "https://github.com/kr-colab/disperseNN2" ], [ "https://github.com/epifluidlab/finaledb_workflow" ], [ "https://github.com/bokhariy/QuaDMutEx" ], [ "https://github.com/djimenezsanchez/Blind_Unmixing_NMF_RI" ], [ "https://github.com/tabdelaal/CyTOFmerge" ], [ "https://github.com/hoerlteam/YeastMate" ], [ "https://github.com/bio-ontology-research-group/ontology-extension" ], [ "https://github.com/ManuelLamothe/RapidACi" ], [ "https://github.com/grisslab/scAnnotatR" ], [ "https://github.com/rcalinjageman/cartoon_network" ], [ "https://github.com/sculab/GeneMiner" ], [ "https://github.com/ElenaRojano/angio_cluster" ], [ "https://github.com/PreibischLab/FRC-QE" ], [ "https://github.com/eporetsky/MutRank" ], [ "https://github.com/xinxingwu-uk/DGAE" ], [ "https://github.com/nyukat/pathology_extraction" ], [ "https://github.com/basiralab/RG-Select" ], [ "https://github.com/UCSB-VRL/ReebGraph" ], [ "https://github.com/kr-colab/disperseNN2" ], [ "https://github.com/joachimwolff/scHiCExplorer" ], [ "https://github.com/IntersectAustralia/ap11_Samifier" ], [ "https://github.com/yeastrc/snipviz" ], [ "https://github.com/RdoubleA/DWIinpainting" ], [ "https://github.com/marbl/binnacle" ], [ "https://github.com/yhai943/BLMM" ], [ "https://github.com/Zhuzxlab/LW-FQZip2" ], [ "https://github.com/CSi-Studio/3D-MSNet" ], [ "https://github.com/MariaOsmala/ChromDMM" ], [ "https://github.com/Bhattacharya-Lab/EquiPPIS" ], [ "https://github.com/labomics/SNPsnp" ], [ "https://github.com/rcanovas/libCSAM" ], [ "https://github.com/baiboat/HSNet" ], [ "https://github.com/nvakhoa/superclass-FSIS" ], [ "https://github.com/zhiweibi/PT-GAN" ], [ "https://github.com/kr-colab/disperseNN2" ], [ "https://github.com/kilicogluh/CONSORT-TM" ], [ "https://github.com/mohamedlahdour/NTP-ERSN" ], [ "https://github.com/kr-colab/disperseNN2" ], [ "https://github.com/Bhattacharya-Lab/PIQLE" ], [ "https://github.com/kr-colab/disperseNN2" ], [ "https://github.com/nourmadhoun/Differential-privacy-genomic-inference-attack" ], [ "https://github.com/Bhattacharya-Lab/PIQLE" ], [ "https://github.com/malewins/SEQing" ], [ "https://github.com/bozhubo/SeNic" ], [ "https://github.com/computationalBiology/NPLB" ], [ "https://github.com/TillMacher/TaxonTableTools" ], [ "https://github.com/rcanovas/libCSAM" ], [ "https://github.com/thohemp/6DRepNet360" ], [ "https://github.com/molecularmodelinglab/bigbind" ], [ "https://github.com/LanLab/STECFinder" ], [ "https://github.com/alkarkoukly/CSV-FHIR-Transformer" ], [ "https://github.com/thomasp85/PanViz" ], [ "https://github.com/raphael-group/SBMClone" ], [ "https://github.com/shbrief/AnVILWorkflow" ], [ "https://github.com/zhengchangsulab/prosampler" ], [ "https://github.com/RihaLab/artMAP" ], [ "https://github.com/illumina/marvin" ], [ "https://github.com/maickrau/ribotin" ], [ "https://github.com/mdsufz/PredicTF" ], [ "https://github.com/Johnsunnn/ExamPle" ], [ "https://github.com/RNA-FRETools/fretraj" ], [ "https://github.com/mohit1997/JIND" ], [ "https://github.com/MI2DataLab/KRAB_ZNF" ], [ "https://github.com/schuefflerlab/openseadragon" ], [ "https://github.com/kuanglab/treeSGS" ], [ "https://github.com/joshr17/IFM" ], [ "https://github.com/gem-net/chemsearch" ], [ "https://github.com/Neuropathology-Giessen/SangeR" ], [ "https://github.com/lixt314/NatDRAP1" ], [ "https://github.com/berkuva/TCGA-omics-integration" ], [ "https://github.com/tengfei-emory/QuantNorm" ], [ "https://github.com/jchen1981/MedTest" ], [ "https://github.com/keio-bioinformatics/mxfold" ], [ "https://github.com/Transipedia/KaMRaT" ], [ "https://github.com/tsudalab/rxngenerator" ], [ "https://github.com/CT001002/T4SE-XGB" ], [ "https://github.com/rcanovas/libCSAM" ], [ "https://github.com/bm2-lab/MetaTopics" ], [ "https://github.com/unknownue/puflow" ], [ "https://github.com/Guo-Xiaoqing/SSL_WCE" ], [ "https://github.com/ShangCS/MccDTI" ], [ "https://github.com/Bhattacharya-Lab/PIQLE" ], [ "https://github.com/Bhattacharya-Lab/PIQLE" ], [ "https://github.com/ljatynu/IMCHGAN" ], [ "https://github.com/bearprin/Neural-IMLS" ], [ "https://github.com/FIGOGO/smoothq" ], [ "https://github.com/Lili-Zheng-stat/TTOI" ], [ "https://github.com/tadeu95/BAGS" ], [ "https://github.com/adibayaseen/HemoNet" ], [ "https://github.com/Psy-Fer/buttery-eel" ], [ "https://github.com/larvalign/larvalign" ], [ "https://github.com/RabbitBio/RabbitQCPlus" ], [ "https://github.com/juanshu30/Disease-Gene-Prioritization-with-Privileged-Information-and-Heteroscedastic-Dropout" ], [ "https://github.com/james-guevara/synthdnm" ], [ "https://github.com/elisabettasciacca/DEGGs" ], [ "https://github.com/wonanut/SETE" ], [ "https://github.com/biocai/DeepHiC" ], [ "https://github.com/bucky527/scME" ], [ "https://github.com/canc1993/graces" ], [ "https://github.com/MathSZhang/CALLR" ], [ "https://github.com/zhangjun001/FGNet" ], [ "https://github.com/sshaghayeghs/NMF-DR" ], [ "https://github.com/ezimic/Image-Quality-Evaluation" ], [ "https://github.com/johnnytam100/AlphaCutter" ], [ "https://github.com/zjupgx/modig" ], [ "https://github.com/bokulich-lab/q2-fondue-examples" ], [ "https://github.com/BinXia/PETs" ], [ "https://github.com/xfwang/CLOSE" ], [ "https://github.com/BorgwardtLab/simbsig" ], [ "https://github.com/delocalizer/streammd" ], [ "https://github.com/nie-lang/RotationCorrection" ], [ "https://github.com/cclaiyc/TIdentify" ], [ "https://github.com/seasamgo/rescue" ], [ "https://github.com/abu-compbio/MEXCOwalk" ], [ "https://github.com/songlab/NSeq" ], [ "https://github.com/jtaghiyar/kronos" ], [ "https://github.com/siskac/discordant" ], [ "https://github.com/ZooPhy/geoboost2" ], [ "https://github.com/jmasison/SpringSaLaD" ], [ "https://github.com/yaober/trichomecounter" ], [ "https://github.com/USNavalResearchLaboratory/NLPAR" ], [ "https://github.com/bengeof/QPoweredCompound2DeNovoDrugPropMax" ], [ "https://github.com/blachlylab/mucor" ], [ "https://github.com/ifaust83/cgheliparm" ], [ "https://github.com/olliemcdonald/siapopr" ], [ "https://github.com/KlugerLab/Ritornello" ], [ "https://github.com/ubioptronics/hMC-GRT" ], [ "https://github.com/Papatheodorou-Group/CATD_snakemake" ], [ "https://github.com/elkebir-group/ClonArch" ], [ "https://github.com/thh32/Spherical" ], [ "https://github.com/TheJacksonLaboratory/pyBedGraph" ], [ "https://github.com/jchen1981/MicrobiomeDDA" ], [ "https://github.com/extremebird/Hydra" ], [ "https://github.com/KevinBretonnelCohen/NegationDistribution" ], [ "https://github.com/abadona/qsimscan" ], [ "https://github.com/MorrissyLab/mosaicMPI" ], [ "https://github.com/NUS-Tim/CECT" ], [ "https://github.com/cns-iu/ccf-organ-vr-gallery#readme" ], [ "https://github.com/sarahsamorodnitsky/Pan-Cancer-Survival-Modeling" ], [ "https://github.com/CLiu272/S2GC" ], [ "https://github.com/xwBio/Docker-RRBSsim" ], [ "https://github.com/ruping/Breakpointer" ], [ "https://github.com/sunliang3361/WebGIVI" ], [ "https://github.com/bionetslab/robust" ], [ "https://github.com/adspit/PASCAL" ], [ "https://github.com/CarragherLab/phenonaut" ], [ "https://github.com/stamakro/SSP-LSDR" ], [ "https://github.com/haddocking/DACUM" ], [ "https://github.com/ConesaLab/MultiBaC" ], [ "https://github.com/niu-lab/DIVIS" ], [ "https://github.com/LohmuellerLab/PReFerSim" ], [ "https://github.com/beatrizgj/MDPbiome" ], [ "https://github.com/henry-leo/Patpat" ], [ "https://github.com/biomedBit/LeNup" ], [ "https://github.com/BrendelGroup/GoRAMPAGE" ], [ "https://github.com/maickrau/MBG" ], [ "https://github.com/ewyang089/SDEAP" ], [ "https://github.com/jefftc/changlab" ], [ "https://github.com/gasparl/expapp" ], [ "https://github.com/mhoubraken/ISMAGS" ], [ "https://github.com/mochar/cell_variation" ], [ "https://github.com/jsczzzk/R-MSFM" ], [ "https://github.com/ZerojumpLine/JCSAugment" ], [ "https://github.com/bioarch-sjh/bacollite" ], [ "https://github.com/genssi-developer/GenSSI" ], [ "https://github.com/jessada/pyCancerSig" ], [ "https://github.com/keita-iida/ASURATBI" ], [ "https://github.com/KennthShang/PhaBOX" ], [ "https://github.com/vpalombo/PANEV" ], [ "https://github.com/edsgard/scphaser" ], [ "https://github.com/kowallus/PgRC" ], [ "https://github.com/bionetslab/robust-eval" ], [ "https://github.com/olga24912/SGTK" ], [ "https://github.com/ztysdu/Swift-Eye" ], [ "https://github.com/aalto-ics-kepaco/PMFA" ], [ "https://github.com/GrabherrGroup/ACES" ], [ "https://github.com/BGI-SynBio/PyMOL-PUB" ], [ "https://github.com/bengeof/Compound2DeNovoDrugPropMax" ], [ "https://github.com/vsegurar/DeepMSPeptide" ], [ "https://github.com/leonweber/pedl" ], [ "https://github.com/maple-research-lab/caco" ], [ "https://github.com/enormandeau/mapcomp" ], [ "https://github.com/PBR/Marker2Sequence" ], [ "https://github.com/rdiaz02/EvAM-Tools" ], [ "https://github.com/masedki/MHTrajectoryR" ], [ "https://github.com/leonweber/pedl" ], [ "https://github.com/yuanjing-ma/NinimHMDA" ], [ "https://github.com/ViennaRNA/drforna" ], [ "https://github.com/cnsb-boston/Omics_Notebook" ], [ "https://github.com/shikiw/PointCAT" ], [ "https://github.com/andersst91/UAStools" ], [ "https://github.com/leonweber/pedl" ], [ "https://github.com/single-cell-mams/mams" ], [ "https://github.com/MathBioCU/WENDy" ], [ "https://github.com/DessimozLab/HogProf" ], [ "https://github.com/mutalyzer/algebra" ], [ "https://github.com/TUS-Satolab/PROP" ], [ "https://github.com/lsncibb/SummaryAUC" ], [ "https://github.com/minmarg/comer" ], [ "https://github.com/equipeGST/RiboDoc" ], [ "https://github.com/SJTUBME-QianLab/GBM-GNN" ], [ "https://github.com/pcdslab/MSREDUCE" ], [ "https://github.com/4ndr01d3/biosual" ], [ "https://github.com/bsml320/CNet" ], [ "https://github.com/swakkhar/iPHLoc-ES" ], [ "https://github.com/BZdrazil/Moving_Targets" ], [ "https://github.com/pranjalv123/SVDquest" ], [ "https://github.com/leonweber/pedl" ], [ "https://github.com/CasedUgr/KnowSeq" ], [ "https://github.com/BioprocessdesignLab/COSMOS" ], [ "https://github.com/maxhwardg/advanced_multiloops" ], [ "https://github.com/kojikoji/EMWER" ], [ "https://github.com/BelindaHernandez/BART-BMA" ], [ "https://github.com/stuchalk/OSDB" ], [ "https://github.com/HamidMushtaq/SparkGA2" ], [ "https://github.com/weiyuchung/CONY" ], [ "https://github.com/noble-research-institute/fnbtools" ], [ "https://github.com/CodeGoat24/RGTNet" ], [ "https://github.com/adalca/papago" ], [ "https://github.com/rsemeraro/XomeBlender" ], [ "https://github.com/littleq1991/sparse_lowRank_regression" ], [ "https://github.com/cns-iu/hra-organ-gallery-in-vr" ], [ "https://github.com/pingchen09990102/BMSIM" ], [ "https://github.com/BioSystemsUM/cobamp" ], [ "https://github.com/cgmisc-team/cgmisc" ], [ "https://github.com/azevedolab/taba" ], [ "https://github.com/davcem/cpm-cytoscape" ], [ "https://github.com/amckenna41/pySAR" ], [ "https://github.com/DHUDEBLab/DMFDDI" ], [ "https://github.com/akiyamalab/SPDRank" ], [ "https://github.com/DIAL-RPI/UCAT" ], [ "https://github.com/bhfs9999/colonoscopy_tissue_screen_and_segmentation" ], [ "https://github.com/yuzhong-deng/graphcpg" ], [ "https://github.com/lyhkevin/Graph-V-Net" ], [ "https://github.com/elolaine/HOPMA" ], [ "https://github.com/Ahhgust/RtN" ], [ "https://github.com/hchyang/PSiTE" ], [ "https://github.com/hkwkevin28/MIC-MEME" ], [ "https://github.com/TheAngryFox/ModelExplorer" ], [ "https://github.com/RanSuLab/Hepatotoxicity" ], [ "https://github.com/Illumina/tHapMix" ], [ "https://github.com/rajesh-lab/deep_permutation_invariant" ], [ "https://github.com/cbib/DIMet" ], [ "https://github.com/langjidong/MAECI" ], [ "https://github.com/saikat15010/Brain-Tumor-Detection" ], [ "https://github.com/XiwuChen/PRA-Net" ], [ "https://github.com/ZhangLab312/DPAMSA" ], [ "https://github.com/lijianing0902/CProMG" ], [ "https://github.com/S-domain/Survey-Paper" ], [ "https://github.com/QiaoyingJi/DeepSE" ], [ "https://github.com/hehew321/iDeepC" ], [ "https://github.com/KarolineZhy/DefCorNet" ], [ "https://github.com/pinellolab/GRAFIMO" ], [ "https://github.com/fkallen/CARE" ], [ "https://github.com/bioinformatics-ua/montra" ], [ "https://github.com/dqwei-lab/ATC" ], [ "https://github.com/medicalinformatics/MainzellisteSEL" ], [ "https://github.com/YingZhou001/POPdemog" ], [ "https://github.com/Xshelton/SG_LSTM" ], [ "https://github.com/abikoushi/lambda" ], [ "https://github.com/stevemidway/MultipleComparisons" ], [ "https://github.com/nichollskc/biclust_comp" ], [ "https://github.com/sashahafner/ABM" ], [ "https://github.com/Peppags/circLGB-circMRT" ], [ "https://github.com/Topf-Lab/XLM-Tools" ], [ "https://github.com/dilincv/TAGNet" ], [ "https://github.com/xuyp-csu/CellBRF" ], [ "https://github.com/songweizhi/MarkerMAG" ], [ "https://github.com/tommyhuangthu/SSIPe" ], [ "https://github.com/jahnl/binding_in_disorder" ], [ "https://github.com/fansalon/TEspeX" ], [ "https://github.com/HaotingZhang1/SynBa" ], [ "https://github.com/tuminguyen/COMASK20" ], [ "https://github.com/TencentAILabHealthcare/VDJMiner" ], [ "https://github.com/billzyx/LCA-CNN" ], [ "https://github.com/beasleyjonm/AOP-COP-Path-Extractor" ], [ "https://github.com/sbg/VBT-TrioAnalysis" ], [ "https://github.com/SydneyBioX/scFeatures" ], [ "https://github.com/BodenmillerGroup/cytomapper_publication" ], [ "https://github.com/AaltoPML/knowledge-elicitation-for-precision-medicine" ], [ "https://github.com/ggnatalia/MMs" ], [ "https://github.com/choileena/EHR" ], [ "https://github.com/bdpiccolo/ACNC-DAME" ], [ "https://github.com/ocroci/ChroKit" ], [ "https://github.com/lsbnb/MetaSquare" ], [ "https://github.com/anikethjr/promoter_models" ], [ "https://github.com/UdeS-CoBIUS/SimSpliceEvol" ], [ "https://github.com/insilico/PriorKnowledgeEpistasisRank" ], [ "https://github.com/UdeS-CoBIUS/SimSpliceEvol" ], [ "https://github.com/UdeS-CoBIUS/SimSpliceEvol" ], [ "https://github.com/UdeS-CoBIUS/SimSpliceEvol" ], [ "https://github.com/mnodzenski/epistasisGA" ], [ "https://github.com/ablab-nthu/CSAR" ], [ "https://github.com/zyk2118216069/LncRNA-protein-interactions-prediction" ], [ "https://github.com/r-koike/eagent" ], [ "https://github.com/IBM/Matilda" ], [ "https://github.com/ratschlab/graph_annotation" ], [ "https://github.com/EliasFarr/SPOT" ], [ "https://github.com/wallerlab/chem-preview" ], [ "https://github.com/evoldoers/historian" ], [ "https://github.com/chengyuan/reago" ], [ "https://github.com/kostas1515/iif" ], [ "https://github.com/itsmeludo/Phyloligo" ], [ "https://github.com/aalto-ics-kepaco/msms_rt_score_integration" ], [ "https://github.com/SteMIDIfactory/P-DOR" ], [ "https://github.com/gitter-lab/ml4bio" ], [ "https://github.com/vivarium-collective/vivarium-core" ], [ "https://github.com/MeixinZhu/vehicle-crash-identification" ], [ "https://github.com/Novartis/MoaBox" ], [ "https://github.com/ShenXuelin-CityU/PWJNDInfer" ], [ "https://github.com/CalvinTChi/hierBipartite" ], [ "https://github.com/usnistgov/cyrsoxs" ], [ "https://github.com/horsedayday/eQTLsingle" ], [ "https://github.com/joshidhaivat/QAlign" ], [ "https://github.com/fukunagatsu/LogicomeProfiler" ], [ "https://github.com/ryought/hic_hiker" ], [ "https://github.com/ablab/graphamr" ], [ "https://github.com/Liruiqing-ustc/HFBSurv" ], [ "https://github.com/xkmaxidian/NIC" ], [ "https://github.com/mammasmias/IterativeRotationsAssignments" ], [ "https://github.com/harmancilab/EpiSAFARI" ], [ "https://github.com/ExpectationsManaged/STRaitRazorOnline" ], [ "https://github.com/NiRuff/IntelliPy" ], [ "https://github.com/ZRChao/fastANCOM" ], [ "https://github.com/lptolik/R4Kappa" ], [ "https://github.com/haydenmoffat/sequential_design_for_predator_prey_experiments" ], [ "https://github.com/BeaconProjectAtVirginiaTech/beacon_network_inference" ], [ "https://github.com/CERENADevelopers/CERENA" ], [ "https://github.com/lucapinello/mim" ], [ "https://github.com/HUST-DataMan/FRMC" ], [ "https://github.com/reineckef/quandico" ], [ "https://github.com/xkmaxidian/DRjCC" ], [ "https://github.com/NUS-Tim/DEMS" ], [ "https://github.com/ChenyuGAO-CS/SMA" ], [ "https://github.com/abu-compbio/NetCentric" ], [ "https://github.com/biomag-lab/hypocotyl-UNet" ], [ "https://github.com/ZiyiHuang0708/SourceID-NMF" ], [ "https://github.com/sckangz/SelfsupervisedSC" ], [ "https://github.com/bio-ontology-research-group/DeepViral" ], [ "https://github.com/Lx-Bao/QSFNet" ], [ "https://github.com/inria-thoth/EDAA" ], [ "https://github.com/compbio/CRISPRpic" ], [ "https://github.com/FriedbergLab/Epictope" ], [ "https://github.com/diazlab/ELSA" ], [ "https://github.com/Argonum-Clever2/mike" ], [ "https://github.com/dmcb-gist/MOMA" ], [ "https://github.com/lmbxmu/SiMaN" ], [ "https://github.com/dhiego22/gentle" ], [ "https://github.com/wangsiwei2010/PSIMVC-PG" ], [ "https://github.com/svip-lab/SphericalDNNs" ], [ "https://github.com/jwist/hastaLaVista" ], [ "https://github.com/GfellerLab/MetacellAnalysisToolkit" ], [ "https://github.com/ShiMGLab/RRLSL" ], [ "https://github.com/hippo-yf/bsgenova" ], [ "https://github.com/ablab/stringdecomposer" ], [ "https://github.com/miladrayka/ENS_Score" ], [ "https://github.com/CN-zdy/MSU_Net" ], [ "https://github.com/JinYSun/D-GCAN" ], [ "https://github.com/proteinexplorers/EnsembleQS" ], [ "https://github.com/qsonehara/Obelisc" ], [ "https://github.com/ytakemon/GRETTA" ], [ "https://github.com/ivy9092111111/TT-U-Net" ], [ "https://github.com/frankgenome/DataColor" ], [ "https://github.com/ucasdp/BiTSC2" ], [ "https://github.com/thuxugang/opus_rota3" ], [ "https://github.com/prabhakarlab/scConsensus" ], [ "https://github.com/PerceptionComputingLab/ULTRA" ], [ "https://github.com/bioinfomaticsCSU/MEC" ], [ "https://github.com/holab-hku/FlowGrid" ], [ "https://github.com/ablab/stringdecomposer" ], [ "https://github.com/yunzhang813/FUNNEL-GSEA-R-Package" ], [ "https://github.com/ablab/stringdecomposer" ], [ "https://github.com/B-UMMI/LMAS" ], [ "https://github.com/CMATERJU-BIOINFO/RUBic" ], [ "https://github.com/DSIMB/medusa" ], [ "https://github.com/weberlab-hhu/Predmoter" ], [ "https://github.com/Biocomputing-Research-Group/Casanovo-DIA" ], [ "https://github.com/xmuyulab/IDEPA-XMBD" ], [ "https://github.com/luoyan407/congruency" ], [ "https://github.com/NWPU-903PR/IMCDriver" ], [ "https://github.com/RoysamLab/TIMING2" ], [ "https://github.com/ablab/stringdecomposer" ], [ "https://github.com/PlanesLab/q2-metnet" ], [ "https://github.com/csclab/RMut" ], [ "https://github.com/FastMLC/fMLC" ], [ "https://github.com/yuansliu/HiRGC" ], [ "https://github.com/JRC-COMBINE/FORESEE" ], [ "https://github.com/colabpro123/CovidConvLSTM" ], [ "https://github.com/LiangYu-Xidian/EPSOL" ], [ "https://github.com/kosticlab/aether" ], [ "https://github.com/rcanovas/libCSAM" ], [ "https://github.com/liuhc8/Aperture" ], [ "https://github.com/rcanovas/libCSAM" ], [ "https://github.com/xuhuali-mxj/IM-DCL" ], [ "https://github.com/MarieOestreich/small-molecule-autoencoders" ], [ "https://github.com/rcanovas/libCSAM" ], [ "https://github.com/JoseBarbero/CamPype" ], [ "https://github.com/gegao310/VesselSeg-Pytorch-master" ], [ "https://github.com/ColemanRHarris/mxnorm" ], [ "https://github.com/emdadi/HMMPE" ], [ "https://github.com/IFMlab/ChemFlow_py" ], [ "https://github.com/tgrimes/SeqNet" ], [ "https://github.com/HaoWuLab-Bioinformatics/iPro-WAEL" ], [ "https://github.com/d05943006/MSRCall" ], [ "https://github.com/basiralab/4D-FedGNN-Plus" ], [ "https://github.com/alevar/tiebrush" ], [ "https://github.com/bunop/isoSegmenter" ], [ "https://github.com/rcanovas/libCSAM" ], [ "https://github.com/CityU-AIM-Group/FedDM" ], [ "https://github.com/IngallsLabUW/B-MIS-normalization" ], [ "https://github.com/hugomailhot/MorphoLex-en" ], [ "https://github.com/mizuno-group/GLDADec" ], [ "https://github.com/anonymous1025/CO-VAE" ], [ "https://github.com/mgt000/IntegrativeAnalysis" ], [ "https://github.com/flyywh/CVPR-2020-Self-Rain-Removal-Journal" ], [ "https://github.com/soham-chitnis10/WSI-domain-specific" ], [ "https://github.com/diskin-lab-chop/AutoGVP" ], [ "https://github.com/dahvida/NP_Fingerprints" ], [ "https://github.com/jyyulab/scMINER" ], [ "https://github.com/routhlab/ViReMaShiny" ], [ "https://github.com/deepomicslab/SeCNV" ], [ "https://github.com/hurraygong/MU3DSP" ], [ "https://github.com/reach2sbera/ldct_nonlocal" ], [ "https://github.com/sara-javadzadeh/FastViFi" ], [ "https://github.com/jenniferfranks/FSQN" ], [ "https://github.com/pcdslab/ASD-SAENet" ], [ "https://github.com/mojones/Blobsplorer" ], [ "https://github.com/ComputationalSystemsBiology/scNET" ], [ "https://github.com/sjackman/uniqtag" ], [ "https://github.com/marjanfaizi/MSModDetector" ], [ "https://github.com/znoor/iSwathX" ], [ "https://github.com/ciceklab/targeted_brain_tumor_margin_assessment" ], [ "https://github.com/mmaitenat/ideafix" ], [ "https://github.com/lanec-unifesspa/etoh-withdrawal" ], [ "https://github.com/jravilab/connectivity_scores" ], [ "https://github.com/JINJINT/ESCO" ], [ "https://github.com/chjiao/PEHaplo" ], [ "https://github.com/Theory-Lun/McAN" ], [ "https://github.com/THinnerichs/DTI-VOODOO" ], [ "https://github.com/TrangDinh44/ABAG_BioBERT" ], [ "https://github.com/refresh-bio/vcfshark" ], [ "https://github.com/mchiapello/Ramf" ], [ "https://github.com/zhyu-lab/bmvae" ], [ "https://github.com/yajun-zhou/linguae-naturalis-principia-mathematica" ], [ "https://github.com/Tan-group/FebRNA" ], [ "https://github.com/vvvwo/II-resampling" ], [ "https://github.com/kantale/PyPedia_server" ], [ "https://github.com/thinkobj/ISFA" ], [ "https://github.com/meglecz/mkCOInr" ], [ "https://github.com/brgenzim/tmcrys" ], [ "https://github.com/merck/AbLEF" ], [ "https://github.com/guldenolgun/NoRCE" ], [ "https://github.com/MaayanLab/EnrichrBot" ], [ "https://github.com/yongchao/flowPeaks" ], [ "https://github.com/MHH-RCUG/nf_wochenende" ], [ "https://github.com/hammoudiproject/SuperpixelGridMasks" ], [ "https://github.com/jiangdat/COMI" ], [ "https://github.com/calebclass/Shiny-NanoTube" ], [ "https://github.com/HangZhouSheep/oppOntology" ], [ "https://github.com/HuangLab-CBI/PhasiHunter" ], [ "https://github.com/YANGeeg/MTS-DGCHN" ], [ "https://github.com/JelenaBanjac/microbiome-toolbox" ], [ "https://github.com/228384274/improved-yolov5" ], [ "https://github.com/kyzhu/assembltrie" ], [ "https://github.com/AusARG/pipesnake" ], [ "https://github.com/Onogi/VIGoR" ], [ "https://github.com/Single-Cell-Graph-Learning/scSGL" ], [ "https://github.com/xiaofengsong/LncMiM" ], [ "https://github.com/Caleydo/ordino" ], [ "https://github.com/r-costa/sbml2hyb" ], [ "https://github.com/reprotc/geocoding" ], [ "https://github.com/hellosunking/Msuite" ], [ "https://github.com/pughlab/MEDIPIPE" ], [ "https://github.com/eblancoga/seqcode" ], [ "https://github.com/hellosunking/Msuite" ], [ "https://github.com/Luisiglm/KBoost" ], [ "https://github.com/Guo-Xiaoqing/ThresholdNet" ], [ "https://github.com/hellosunking/Msuite" ], [ "https://github.com/beiko-lab/ananke" ], [ "https://github.com/jiang18/slemm" ], [ "https://github.com/ablab/stringdecomposer" ], [ "https://github.com/ivankovlab/HypercubeME" ], [ "https://github.com/hz-zhu/NPD-micro-saccade-detection" ], [ "https://github.com/ablab/stringdecomposer" ], [ "https://github.com/ablab/stringdecomposer" ], [ "https://github.com/ablab/stringdecomposer" ], [ "https://github.com/arunimasundar/Hope-Speech-LT-EDI" ], [ "https://github.com/bheAI/MonkeyCBP_CLI" ], [ "https://github.com/VCCRI/Spliceogen" ], [ "https://github.com/takumorizo/OVarCall" ], [ "https://github.com/baderzone/biopartsdb" ], [ "https://github.com/shion-h/Umibato" ], [ "https://github.com/johnlees/mandrake" ], [ "https://github.com/peng-gang/ProteomicsBrowser" ], [ "https://github.com/marseille-proteomique/DIAgui" ], [ "https://github.com/CshlSiepelLab/nascentRNASim" ], [ "https://github.com/trove2017/Trove" ], [ "https://github.com/HKUST-NISL/GEDDnet" ], [ "https://github.com/slimsuite/SLiMEnrich" ], [ "https://github.com/linDing-group/DeepKla" ], [ "https://github.com/IBMTRostock/GIFT" ], [ "https://github.com/ococrook/hdxstats" ], [ "https://github.com/NICALab/rlpnet" ], [ "https://github.com/duct317/scISR" ], [ "https://github.com/PostoenkoVI/IQMMA" ], [ "https://github.com/Andoree/smm4h_2021_classification" ], [ "https://github.com/nedaz/cola" ], [ "https://github.com/Cao-Labs/ComplexQA" ], [ "https://github.com/HDCVLab/Deep-Dense-Multi-scale-Network" ], [ "https://github.com/Longwt123/MDL-CPI" ], [ "https://github.com/stanlazic/desiR" ], [ "https://github.com/PGTSING/HGETGI" ], [ "https://github.com/LiangYu-Xidian/MDPBMP" ], [ "https://github.com/CDCgov/PoSE" ], [ "https://github.com/narutoten520/SCGDL" ], [ "https://github.com/serhan-yilmaz/macarons" ], [ "https://github.com/mahfuzmohammad/HealthyGAN" ], [ "https://github.com/delehef/fusta" ], [ "https://github.com/ziyewang/ARG_SHINE" ], [ "https://github.com/XiaQiong/GMMLasso" ], [ "https://github.com/manuelgloeckler/ncmw" ], [ "https://github.com/CityU-AIM-Group/L2uDT" ], [ "https://github.com/rastanton/GAMMA" ], [ "https://github.com/MrAlexSee/sopang" ], [ "https://github.com/jun-csbio/e2eatp" ], [ "https://github.com/rauschenberger/starnet" ], [ "https://github.com/Rbbt-Workflows/combination_index" ], [ "https://github.com/Minhyeok01/FCLQC" ], [ "https://github.com/vpKumaravel/NEAR" ], [ "https://github.com/DIAL-RPI/SCO-SSL" ], [ "https://github.com/hellosunking/Msuite" ], [ "https://github.com/crazyinter/Seq2Vec" ], [ "https://github.com/lsaravia/mfsba" ], [ "https://github.com/Snehalikalall/sc-REnF" ], [ "https://github.com/mdelcorvo/TOSCA" ], [ "https://github.com/PRIS-CV/AdvancedDropout" ], [ "https://github.com/Abyss-bai/reference-panel-reconstruction" ], [ "https://github.com/WYu-Feng/pc-gain" ], [ "https://github.com/Sepstar/PIMD" ], [ "https://github.com/biointec/blamm" ], [ "https://github.com/wgzgithub/VeTra" ], [ "https://github.com/tyjo/luminate" ], [ "https://github.com/CityU-AIM-Group/HTD" ], [ "https://github.com/wangsiwei2010/FPMVS-CAG" ], [ "https://github.com/chang88ye/NIHBA" ], [ "https://github.com/mlkr-rbi/dAD" ], [ "https://github.com/GWang2022/iGDP" ], [ "https://github.com/elkebir-group/RECAP" ], [ "https://github.com/zhenzhang-li/RNMF" ], [ "https://github.com/biosustain/multitfa" ], [ "https://github.com/PersonalizedOncology/ClinVAP" ], [ "https://github.com/covid-19-ontology/covid-19" ], [ "https://github.com/xjtu-omics/MEpurity" ], [ "https://github.com/maranasgroup/dGPredictor" ], [ "https://github.com/ninaqy/Flexible-PU" ], [ "https://github.com/ziadbkh/eQTLHap" ], [ "https://github.com/LeoM93/BiologicalRandomWalks" ], [ "https://github.com/koonimaru/DeepGMAP" ], [ "https://github.com/FOI-Bioinformatics/nanometa_live" ], [ "https://github.com/magStra/GPseudoRank" ], [ "https://github.com/GeoVectorMatrix/Dif-Fusion" ], [ "https://github.com/smithlabcode/riborex" ], [ "https://github.com/DCBIA-OrthoLab/ShapeAXI" ], [ "https://github.com/morisUtokyo/uTR" ], [ "https://github.com/anddssan/CLOUDe" ], [ "https://github.com/tsudalab/ACP4" ], [ "https://github.com/hahnlab/CAGEE" ], [ "https://github.com/RodolfoAllendes/cline" ], [ "https://github.com/wangn123/MISSU" ], [ "https://github.com/WangHYLab/ExosomePurity" ], [ "https://github.com/minotm/NTA" ], [ "https://github.com/harmancilab/SVAT" ], [ "https://github.com/TingLi2016/DeepCarc" ], [ "https://github.com/sqyu/CorDiffViz" ], [ "https://github.com/XuegongLab/somde" ], [ "https://github.com/datngu/Circall" ], [ "https://github.com/wgmao/DataRemix" ], [ "https://github.com/piyuranjan/SNIKT" ], [ "https://github.com/JinZhangLab/PFCE" ], [ "https://github.com/BioDepot/LINCS_RNAseq_cpp" ], [ "https://github.com/zhaoqichang/GIFDTI" ], [ "https://github.com/ElofssonLab/bioinfo-toolbox" ], [ "https://github.com/Wzhjerry/autoSMIM" ], [ "https://github.com/mdcao/npReader" ], [ "https://github.com/raziyehmasumshah/DPSP" ], [ "https://github.com/giaguaro/PROTACable" ], [ "https://github.com/jdonnelly36/Rashomon_Importance_Distribution" ], [ "https://github.com/ding-lab/pollock" ], [ "https://github.com/bcrafton/ssdfa" ], [ "https://github.com/Kingsford-Group/gtednewilp" ], [ "https://github.com/gevaertlab/RNA-GAN" ], [ "https://github.com/cissy123/YHP-Y-Haplogroup-Predictor-" ], [ "https://github.com/zju3dv/MagLoc-AR" ], [ "https://github.com/ban-m/jtk" ], [ "https://github.com/batmanlab/MICCAI-2023-Route-interpret-repeat-CXRs" ], [ "https://github.com/xandery-geek/BadCM" ], [ "https://github.com/mala-lab/AUGCL" ], [ "https://github.com/jcna99/PEATH" ], [ "https://github.com/bioinfomaticsCSU/MultiGuideScan" ], [ "https://github.com/namnguyen0510/Biomarker-Discovery-with-Quantum-Neural-Networks" ], [ "https://github.com/sing-group/seda" ], [ "https://github.com/zhou256/iATC-NRAKEL" ], [ "https://github.com/bridgeqiqi/DREAM" ], [ "https://github.com/pfizer-opensource/pfaster" ], [ "https://github.com/wangronglu/BNRR" ], [ "https://github.com/tbuder/CellTrans" ], [ "https://github.com/linjiatai/PDBL" ], [ "https://github.com/kartiek/snpEnrichR" ], [ "https://github.com/YuemingJin/STswinCL" ], [ "https://github.com/BIMIB-DISCo/popFBA" ], [ "https://github.com/itaysason/Mix-MMM" ], [ "https://github.com/fawaz-dabbaghieh/bubble_gun" ], [ "https://github.com/weih527/SSNS-Net" ], [ "https://github.com/kaistcbfg/scAVENGERS" ], [ "https://github.com/AllanClark/Rcppocc" ], [ "https://github.com/TangXu-Group/DMSGer" ], [ "https://github.com/ghoresh11/sling" ], [ "https://github.com/AkonLau/DTRG" ], [ "https://github.com/ChaoqunZheng/ESMH" ], [ "https://github.com/wangkai-zhku/GPDOCK" ], [ "https://github.com/BioMolecularPhysicsGroup-UNCC/MachineLearning" ], [ "https://github.com/Bhattacharya-Lab/PIQLE" ], [ "https://github.com/Bhattacharya-Lab/PIQLE" ], [ "https://github.com/Bhattacharya-Lab/PIQLE" ], [ "https://github.com/Bhattacharya-Lab/PIQLE" ], [ "https://github.com/cchauve/PlasBin-flow" ], [ "https://github.com/JinyangGuo/CBANet-release" ], [ "https://github.com/seoklab/GalaxyWater-CNN" ], [ "https://github.com/ljaiverson/pgfed" ], [ "https://github.com/labbit-eu/transport_tools" ], [ "https://github.com/zhc940702/CGATCPred" ], [ "https://github.com/labstructbioinf/rossmann-toolbox" ], [ "https://github.com/MarioniLab/miloDE" ], [ "https://github.com/baillielab/maic" ], [ "https://github.com/RitchieLabIGH/iMOKA" ], [ "https://github.com/CityU-AIM-Group/HABIT" ], [ "https://github.com/rdcrawford/cognac" ], [ "https://github.com/koualab/conodictor" ], [ "https://github.com/drazen-petrov/SMArt" ], [ "https://github.com/kiharalab/ContactGAN" ], [ "https://github.com/northomics/pepFunk" ], [ "https://github.com/burcakotlu/JOA" ], [ "https://github.com/jizhang-nz/fast-GeP" ], [ "https://github.com/OpenFreeEnergy/kartograf" ], [ "https://github.com/hannelorelongin/FLAMS" ], [ "https://github.com/quinlanW/PLA-GNN" ], [ "https://github.com/emilhaegglund/TADA" ], [ "https://github.com/viggin/DeepLesion_manual_test_set" ], [ "https://github.com/ExMove/ExMove" ], [ "https://github.com/matsas-software/MATSAS" ], [ "https://github.com/fpthink/EPC-Net" ], [ "http://github.com/BiancaStoecker/cpinsim" ], [ "https://github.com/zjukongming/TranSQ" ], [ "https://github.com/wcmc-research-informatics/super-i2b2" ], [ "https://github.com/jaswindersingh2/SPOT-RNA-2D" ], [ "https://github.com/SDBMC/RiskFactors2AD" ], [ "https://github.com/Boyle-Lab/SEM_CPP" ], [ "https://github.com/seifemi/regNet" ], [ "https://github.com/hyhRise/P-SSN" ], [ "https://github.com/PySCeS/PyscesToolbox" ], [ "https://github.com/bihealth/hlama" ], [ "https://github.com/rvaser/sword" ], [ "https://github.com/sheikhizadeh/ACE" ], [ "https://github.com/chemle/emle-engine" ], [ "https://github.com/KazukiNakamae/DANGER_analysis" ], [ "https://github.com/InfOmics/Esearch3D" ], [ "https://github.com/szpiech/garlic" ], [ "https://github.com/zenanz/ChemTables" ], [ "https://github.com/weiba/HGCNMDA" ], [ "https://github.com/BauerLab/GOANA" ], [ "https://github.com/nczub/SerotoninAI_streamlit" ], [ "https://github.com/cmzuo11/DCCA" ], [ "https://github.com/raufs/skDER" ], [ "https://github.com/KerryAM-R/ggVolcanoR" ], [ "https://github.com/haozheng-sjtu/airway-labeling" ], [ "https://github.com/BolognaBiocomp/deepmito" ], [ "https://github.com/mildpiggy/DEP2" ], [ "https://github.com/sing-group/seda" ], [ "https://github.com/gzq17/Weakly-Supervised-by-MIP" ], [ "https://github.com/Gebbi8/DiVil" ], [ "https://github.com/rderelle/fastlin" ], [ "https://github.com/UdeS-CoBIUS/SimSpliceEvol" ], [ "https://github.com/UdeS-CoBIUS/SimSpliceEvol" ], [ "https://github.com/mensxmachina/PASL" ], [ "https://github.com/yhhshb/yalff" ], [ "https://github.com/UdeS-CoBIUS/SimSpliceEvol" ], [ "https://github.com/biomed-AI/MiGCN" ], [ "https://github.com/SimCab-CHU/ifCNV" ], [ "https://github.com/biocryst/gc" ], [ "https://github.com/gcappon/replay-bg" ], [ "https://github.com/yuhuei/rehunt" ], [ "https://github.com/isaureCdB/protNAff" ], [ "https://github.com/bioinfo-ut/StrainSeeker" ], [ "https://github.com/AbbasAlameer/geoCancerPrognosticDatasetsRetriever" ], [ "https://github.com/graham1034/Smith2012_insulin_signalling" ], [ "https://github.com/sysbio-curie/Roma" ], [ "https://github.com/StatGenPRD/STOPGAP" ], [ "https://github.com/d-que/navia" ], [ "https://github.com/raghvendra5688/Drug-Repurposing" ], [ "https://github.com/jordandouglas/ORC" ], [ "https://github.com/EESI/sequence_attention" ], [ "https://github.com/meihonggao/DeepLDA" ], [ "https://github.com/Lafond-LapalmeJ/MCSC_Decontamination" ], [ "https://github.com/CCC-members/BC-VARETA_Toolbox" ], [ "https://github.com/HuanLab/Paramounter" ], [ "https://github.com/Haifengtao/AUCseg" ], [ "https://github.com/statisticalbiotechnology/GPTime" ], [ "https://github.com/smallmax00/Graph_Region_Boudnary" ], [ "https://github.com/CECNL/SSVEP-DAN" ], [ "https://github.com/minghuilab/BindPPI" ], [ "https://github.com/MBoemo/bcs" ], [ "https://github.com/Biobix/mQC" ], [ "https://github.com/Yoniming/ACO" ], [ "https://github.com/Cuthbert-Huang/CPCANet" ], [ "https://github.com/CIAT-DAPA/UsefulPlants-Indicator" ], [ "https://github.com/hzi-bifo/Quasimodo" ], [ "https://github.com/katehoffshutta/ggmTutorial" ], [ "https://github.com/RolandBruderer/MiMB-LiP-Quant" ], [ "https://github.com/ninglolo/SGII" ], [ "https://github.com/miladrayka/GB_Score" ], [ "https://github.com/shidan0122/UMFS" ], [ "https://github.com/beebdev/HARU" ], [ "https://github.com/penghu-cs/RCL" ], [ "https://github.com/djimenezsanchez/Synplex" ], [ "https://github.com/hammock-dev/hammock" ], [ "https://github.com/agerniers/MicroCellClust" ], [ "https://github.com/optmed/CompactFluorescenceCam" ], [ "https://github.com/AbeelLab/ptolemy" ], [ "https://github.com/sing-group/seda" ], [ "https://github.com/yyZhang14/iEssLnc" ], [ "https://github.com/rcalinjageman/cartoon_network" ], [ "https://github.com/gohwils/NetProt" ], [ "https://github.com/SushiLab/mTAGs" ], [ "https://github.com/rcalinjageman/cartoon_network" ], [ "https://github.com/lmse/impact" ], [ "https://github.com/anuradhawick/GraphPlas" ], [ "https://github.com/Cxd-626/Staem5" ], [ "https://github.com/andreaskapou/BPRMeth" ], [ "https://github.com/rcalinjageman/cartoon_network" ], [ "https://github.com/bionlplab/report_generation_amia2022" ], [ "https://github.com/lbf-ijs/DiffusiveDynamics" ], [ "https://github.com/jenniferlu717/SkewIT" ], [ "https://github.com/zhangy72/LncRNA-ID" ], [ "https://github.com/AdrianSeguraOrtiz/GENECI" ], [ "https://github.com/leihouyeung/SD2" ], [ "https://github.com/sinc-lab/exp2GO" ], [ "https://github.com/aioz-ai/LDR_ALDK" ], [ "https://github.com/hlcas/CRISPR-detector" ], [ "https://github.com/npwilliams09/docknet" ], [ "https://github.com/etiennelord/BRIDES" ], [ "https://github.com/Jthy-af/HaPPy" ], [ "https://github.com/rcalinjageman/cartoon_network" ], [ "https://github.com/hkaggarwal/J-MoDL" ], [ "https://github.com/alexjfoote/reetoolbox" ], [ "https://github.com/watchdog-wms/watchdog-wms-workflows" ], [ "https://github.com/AlgoLab/gpps" ], [ "https://github.com/ugcd/solarius" ], [ "https://github.com/kfattila/BoltzMatch" ], [ "https://github.com/iC2MC/PyC2MC_viewer" ], [ "https://github.com/itsmeafra/Sublevel-Set-TDA" ], [ "https://github.com/MichaelPHStumpf/Peitho" ], [ "https://github.com/Greco-Lab/BMDx" ], [ "https://github.com/YuanChihChen/FragAssembler" ], [ "https://github.com/wojciech-galan/viruses_classifier" ], [ "https://github.com/shidan0122/FMICS" ], [ "https://github.com/wajidarshad/panda" ], [ "https://github.com/yjx1217/RecombineX" ], [ "https://github.com/junjun-jiang/MSSG" ], [ "https://github.com/krumsieklab/MoDentify" ], [ "https://github.com/erhard-lab/lfc" ], [ "https://github.com/lwheinsberg/dbGaPCheckup" ], [ "https://github.com/1835174863zd/DeepSucc" ], [ "https://github.com/google-research/large_scale_mmdma" ], [ "https://github.com/bioinfomaticsCSU/SCOP" ], [ "https://github.com/LeapLabTHU/LearnableISDA" ], [ "https://github.com/youweiliang/Multi-view_Graph_Learning" ], [ "https://github.com/BenoitMorel/AleRax" ], [ "https://github.com/NCATS-Tangerine/translator-knowledge-beacon" ], [ "https://github.com/shaoxiaohu/Face_Alignment_DPR" ], [ "https://github.com/QiZhangStat/TGCnA" ], [ "https://github.com/LarryUESTC/GATE" ], [ "https://github.com/nbShawnLu/RGRL" ], [ "https://github.com/bio-projects/GAD" ], [ "https://github.com/IFL-CAMP/pose_regularization" ], [ "https://github.com/Kzra/VHost-Classifier" ], [ "https://github.com/Loping151/ForPlane" ], [ "https://github.com/amcrisan/GEVitRec" ], [ "https://github.com/bobo909/IID-SfmLearner" ], [ "https://github.com/davidkartchner/biomedical-entity-linking" ], [ "https://github.com/hyundoo/PRIME" ], [ "https://github.com/SystemsBiologyOfJianghanUniversity/miRvial" ], [ "https://github.com/LiuLab-CSRC/NePre" ], [ "https://github.com/anhnda/ADRPModels" ], [ "https://github.com/Xiangyang1984/Gcluster" ], [ "https://github.com/yhhshb/yalff" ], [ "https://github.com/hobae/AnomiGAN" ], [ "https://github.com/yhhshb/yalff" ], [ "https://github.com/BIOS-IMASL/13Check_RNA" ], [ "https://github.com/biotangweiqi/PQHE" ], [ "https://github.com/Jianningli/tmi" ], [ "https://github.com/amcrisan/gevitAnalysisRelease" ], [ "https://github.com/MengyunQ/CHeart" ], [ "https://github.com/yuifu/millefy" ], [ "https://github.com/weilvNJU/JPLTD" ], [ "https://github.com/nsmro/SYNPHONI" ], [ "https://github.com/genki-kudo/Pocket-to-Concavity" ], [ "https://github.com/pkuyym/EvolvingAttention" ], [ "https://github.com/ChimeRScope/ChimeRScope" ], [ "https://github.com/igip-liu/SLC-Net" ], [ "https://github.com/CSB-KaracaLab/prot-on" ], [ "https://github.com/gzrgzx/CrisprDNT" ], [ "https://github.com/zexiJia/EvSegFormer" ], [ "https://github.com/illidanlab/FADE" ], [ "https://github.com/smutao/LModeA-nano" ], [ "https://github.com/med-air/IOP-FL" ], [ "https://github.com/alibashir/EMMCKmer" ], [ "https://github.com/peace-love243/CMEDFL" ], [ "https://github.com/zyxxmu/White-Box" ], [ "https://github.com/YiyiLiu1/DrugCombination" ], [ "https://github.com/lsabrinax/VideoTextSCM" ], [ "https://github.com/xiaoyu518/genofunc" ], [ "https://github.com/yjzhang96/Motion-ETR" ], [ "https://github.com/CandleLabAI/CLINet-ECG-Classification-2024" ], [ "https://github.com/jas-preet/SPOT-Contact-Single" ], [ "https://github.com/dyxstat/HiCBin" ], [ "https://github.com/TongjiZhanglab/CStreet" ], [ "https://github.com/PhanstielLab/coralp" ], [ "https://github.com/yhhshb/yalff" ], [ "https://github.com/yhhshb/yalff" ], [ "https://github.com/sxthunder/CMTN" ], [ "https://github.com/Amy3100/receptor2tfDiffusion" ], [ "https://github.com/yhhshb/yalff" ], [ "https://github.com/yhhshb/yalff" ], [ "https://github.com/usnistgov/PACCS" ], [ "https://github.com/huitangtang/H-SRDC" ], [ "https://github.com/LuckyDC/generalizing-reid-improved" ], [ "https://github.com/ibalaur/MetabolicFramework" ], [ "https://github.com/pylelab/Arena" ], [ "https://github.com/blanclist/CDNet" ], [ "https://github.com/ncbi/ml-transformer" ], [ "https://github.com/mazzalab/playgrounds" ], [ "https://github.com/ryangreenj/bioinformatics_tool_recommendation" ], [ "https://github.com/PFPrzytycki/CellWalkR" ], [ "https://github.com/wangbi1988/Lifelong-learning-in-Open-World-Classification" ], [ "https://github.com/stefanofranzini/essHIC" ], [ "https://github.com/ccmbioinfo/MetaFusion" ], [ "https://github.com/maryamrabiee/SODA" ], [ "https://github.com/deisejpg/rosids" ], [ "https://github.com/shilinrui/DFEDTL" ], [ "https://github.com/xsshi2015/Loss-based-Attention-for-Interpreting-Image-level-Prediction-of-Convolutional-Neural-Networks" ], [ "https://github.com/thesgc/MichelaNGLo" ], [ "https://github.com/cvdelannoy/baseLess" ], [ "https://github.com/Aitical/PCL-SISR" ], [ "https://github.com/LWHYC/OneShot_WeaklySeg" ], [ "https://github.com/sing-group/seda" ], [ "https://github.com/metaspace2020/coloc" ], [ "https://github.com/lol88/Meta-GAT" ], [ "https://github.com/johanneswerner/mPies" ], [ "https://github.com/HassounLab/Boost-RS" ], [ "https://github.com/yhnju/tspFormer" ], [ "https://github.com/huangdonghere/UDBGL" ], [ "https://github.com/ha01994/mutationTCN" ], [ "https://github.com/kunalkathuria/SVXplorer" ], [ "https://github.com/pisuduo/Feature-Weighted-Ordinal-Classification-FWOC" ], [ "https://github.com/YanZhu06/Captor" ], [ "https://github.com/biosustain/marsi" ], [ "https://github.com/lithium770/Unsupervised-Person-re-ID-with-Stochastic-Training-Strategy" ], [ "https://github.com/Kingsford-Group/diploidsquid" ], [ "https://github.com/Guanjinqu/Clover" ], [ "https://github.com/ab1989/LVQ-KNN" ], [ "https://github.com/SchubertLab/JessEV" ], [ "https://github.com/biorack/magi" ], [ "https://github.com/menggf/tsd" ], [ "https://github.com/dikshap11/DGAN" ], [ "https://github.com/kechunl/VSGD-Net" ], [ "https://github.com/bioinfogenome/GSP" ], [ "https://github.com/LeeMendelowitz/maligner" ], [ "https://github.com/SHird/lociNGS" ], [ "https://github.com/UCSCNanopore/Data" ], [ "https://github.com/Siritao/EC-CMS" ], [ "https://github.com/niemasd/ViralConsensus" ], [ "https://github.com/charlesxu90/helm-gpt" ], [ "https://github.com/wengweng001/LEOPARD" ], [ "https://github.com/haifangong/VQAMix" ], [ "https://github.com/safaad/aim" ], [ "https://github.com/pulyakhina/splicing_analysis_pipeline" ], [ "https://github.com/yisiyu95/R2FGC" ], [ "https://github.com/pyBRAvo/pyBRAvo" ], [ "https://github.com/Jasonlinchina/RCSM" ], [ "https://github.com/raovish6/TABS" ], [ "https://github.com/cortes-ciriano-lab/ReConPlot" ], [ "https://github.com/IVIPLab/CTCNet" ], [ "https://github.com/yuabrahamliu/CWGCNA" ], [ "https://github.com/alike-aydin/Iliski" ], [ "https://github.com/relastle/halcyon" ], [ "https://github.com/Tinysqua/UWAFA-GAN" ], [ "https://github.com/chrishil1/ChromDL" ], [ "https://github.com/boun-tabi/biochemical-lms-for-drug-design" ], [ "https://github.com/chrishil1/ChromDL" ], [ "https://github.com/bingqing0729/NNCDE" ], [ "https://github.com/jingyzhang/S3R" ], [ "https://github.com/danier97/BVI-VFI-database" ], [ "https://github.com/HIT-ImmunologyLab/PHISDetector" ], [ "https://github.com/langjidong/NanoSTR" ], [ "https://github.com/Zhou-wy/MSEDNet" ], [ "https://github.com/frankkramer-lab/GERNERMED-pp" ], [ "https://github.com/liupei101/PseMix" ], [ "https://github.com/wanghq05/MS-GCN" ], [ "https://github.com/ssokolen/rnmrfit" ], [ "https://github.com/HarrisonAllen/MyelTracer" ], [ "https://github.com/theLongLab/kTWAS" ], [ "https://github.com/wuzhenyubuaa/DPNet" ], [ "https://github.com/wshuai294/PStrain" ], [ "https://github.com/CARPEM/GalaxyDocker" ], [ "https://github.com/chrishil1/ChromDL" ], [ "https://github.com/chrishil1/ChromDL" ], [ "https://github.com/CHUENGMINCHOU/ALN-DSAC" ], [ "https://github.com/elolab/RepViz" ], [ "https://github.com/SCLBD/MCG-Blackbox" ], [ "https://github.com/zhangzhwlab/delta" ], [ "https://github.com/bsml320/DeepHTLV" ], [ "https://github.com/LanLab/ShigEiFinder" ], [ "https://github.com/UdeS-CoBIUS/SimSpliceEvol" ], [ "https://github.com/bioops/crowdnodnet" ], [ "https://github.com/RabbitBio/RabbitFX" ], [ "https://github.com/Lature-Yang/BASeg" ], [ "https://github.com/aaschaffer/vecscreen_plus_taxonomy" ], [ "https://github.com/lyhkevin/MT-Net" ], [ "https://github.com/tbilab/multimorbidity_explorer" ], [ "https://github.com/metrics-lab/surface-vision-transformers" ], [ "https://github.com/mhayes20/DMFinder" ], [ "https://github.com/WeehowTang/SSL-rebalancingtest" ], [ "https://github.com/SimonBiggs/electronfactors" ], [ "https://github.com/DRGreat/MCNet" ], [ "https://github.com/JmanJ/LSM_Worker" ], [ "https://github.com/ziyili20/CAMLU" ], [ "https://github.com/joewuca/imputation" ], [ "https://github.com/Topwood91/FSVA" ], [ "https://github.com/sandialabs/idash2018task1" ], [ "https://github.com/GGFHF/NGScloud2" ], [ "https://github.com/GGFHF/NGShelper" ], [ "https://github.com/Maize-Genetics-and-Genomics-Database/qTeller" ], [ "https://github.com/xing-lab-pitt/mosaic-picasso" ], [ "https://github.com/ZerojumpLine/CoLab" ], [ "https://github.com/sylvainprigent/napari-tracks-reader" ], [ "https://github.com/naivete5656/MDMLM" ], [ "https://github.com/sylvainprigent/stracking" ], [ "https://github.com/chrishil1/ChromDL" ], [ "https://github.com/chrishil1/ChromDL" ], [ "https://github.com/chrishil1/ChromDL" ], [ "https://github.com/sbg/geck" ], [ "https://github.com/ucaswangls/STFormer" ], [ "https://github.com/Wayne-on-the-road/ResHybnet" ], [ "https://github.com/MottaStefano/PathDetect-SOM" ], [ "https://github.com/EsmaeilNourani/Deep-GDAE" ], [ "https://github.com/slliuEric/FSUDA" ], [ "https://github.com/CMACH508/IA-FaceS" ], [ "https://github.com/Jun-Jie-Shi/M2FTrans" ], [ "https://github.com/raphael-group/paste2" ], [ "https://github.com/chrishil1/ChromDL" ], [ "https://github.com/popitsch/nanopanel2" ], [ "https://github.com/BorgwardtLab/reComBat" ], [ "https://github.com/SPIDDOR/SPIDDOR" ], [ "https://github.com/TingMAC/FrMLNet" ], [ "https://github.com/elkebir-group/MCT" ], [ "https://github.com/jmlipman/RatLesNetv2" ], [ "https://github.com/sbasu276/RadFormer" ], [ "https://github.com/labstructbioinf/samcc_turbo" ], [ "https://github.com/Young-gonKim/SnackVar" ], [ "https://github.com/lileir/MMS2plot" ], [ "https://github.com/gersteinlab/FANCY" ], [ "https://github.com/PoonLab/HexSE" ], [ "https://github.com/CostaLab/scMEGA" ], [ "https://github.com/weng-lab/ZING" ], [ "https://github.com/c5shen/EMMA" ], [ "https://github.com/FengleiFan/ReLinear" ], [ "https://github.com/alexQiSong/scSTEM" ], [ "https://github.com/qwangg/MFDNet" ], [ "https://github.com/QianZiTang/pyRSD-CoEv" ], [ "https://github.com/gkumar09/iSeqQC" ], [ "https://github.com/getzlab/rnaseqc2-paper" ], [ "https://github.com/ATPs/PrecisionProDB_references" ], [ "https://github.com/4dn-dcic/pairsqc" ], [ "https://github.com/sfu-compbio/colormap" ], [ "https://github.com/sgreer77/gemtools" ], [ "https://github.com/ATPs/PrecisionProDB" ], [ "https://github.com/sbmlteam/moccasin" ], [ "https://github.com/phglab/MIRUReader" ], [ "https://github.com/AliYoussef96/gtAI" ], [ "https://github.com/hirvolt1/debruijn-motif" ], [ "https://github.com/zacherydickson/HUBDesign" ], [ "https://github.com/manuellafond/HyPPO" ], [ "https://github.com/mariosaenger/bio-re-with-entity-embeddings" ], [ "https://github.com/XinguoLu/DMCM" ], [ "https://github.com/sbgn/cd2sbgnml" ], [ "https://github.com/SunXQlab/ST-deconvoulution" ], [ "https://github.com/soyoungryu/MetaMSD" ], [ "https://github.com/cz-ye/DECENT" ], [ "https://github.com/HillLab/SomaticSiMu" ], [ "https://github.com/ikmb/iptoolkit" ], [ "https://github.com/buptantEEG/MMASleepNet" ], [ "https://github.com/neufeld/AXIOME3" ], [ "https://github.com/hellosunking/Msuite" ], [ "https://github.com/leonweber/pedl" ], [ "https://github.com/leonweber/pedl" ], [ "https://github.com/leonweber/pedl" ], [ "https://github.com/leonweber/pedl" ], [ "https://github.com/pbagos/juchmme" ], [ "https://github.com/suhrig/pingpongpro" ], [ "https://github.com/magnusdv/filtus" ], [ "https://github.com/hellosunking/Msuite" ], [ "https://github.com/ljbuaa/CST_TVA_DRTL" ], [ "https://github.com/jorgevazcast/Viromic-diversity" ], [ "https://github.com/TravisWheelerLab/nail" ], [ "https://github.com/iqtree/decenttree" ], [ "https://github.com/axot/GLP" ], [ "https://github.com/outbig/DAFGA" ], [ "https://github.com/hellosunking/Msuite" ], [ "https://github.com/hellosunking/Msuite" ], [ "https://github.com/jessegmeyerlab/MIMaL" ], [ "https://github.com/gencersumbul/GRID" ], [ "https://github.com/polytechnicXTT/Deep-Subspace-Mutual-Learning" ], [ "https://github.com/phnmnl/KubeNow-plugin" ], [ "https://github.com/TravisWheelerLab/BATH" ], [ "https://github.com/QTJiebin/FVV_QoE" ], [ "https://github.com/lingluodlut/BioCreativeVII_DrugProt" ], [ "https://github.com/nlesc-nano/CAT" ], [ "https://github.com/mtekman/haploforge" ], [ "https://github.com/kostkalab/vaeda" ], [ "https://github.com/Yang-Bob/PST" ], [ "https://github.com/yyyanglz/KAN" ], [ "https://github.com/saschajung/RefBool" ], [ "https://github.com/laseaman/4D_Nucleome_Analysis_Toolbox" ], [ "https://github.com/izhbannikov/rqt" ], [ "https://github.com/samocooper/nuclitrack" ], [ "https://github.com/lingengfoo/GradMDM" ], [ "https://github.com/bibip-impmc/mypmfs" ], [ "https://github.com/0x462e41/SS3D" ], [ "https://github.com/sshaghayeghs/LLaMA-VS-GPT" ], [ "https://github.com/PhilippJunk/homelette" ], [ "https://github.com/ajm/swiftlink" ], [ "https://github.com/yfsong0709/EfficientGCNv1" ], [ "https://github.com/VCCRI/hactive" ], [ "https://github.com/Chenyang4/ReSmooth" ], [ "https://github.com/chasewnelson/OLGenie" ], [ "https://github.com/vittoriofortino84/ThETA" ], [ "https://github.com/Yuxin-Wen/GeoA3" ], [ "https://github.com/Zhangxf-ccnu/scMOO" ], [ "https://github.com/zju3dv/Vox-Surf" ], [ "https://github.com/tianyan8023/OBCS" ], [ "https://github.com/Zhangxf-ccnu/scMOO_experiments_codes" ], [ "https://github.com/1alnoman/ScribbleDom" ], [ "https://github.com/KingJamesSong/DifferentiableSVD" ], [ "https://github.com/qq456cvb/CPPF2" ], [ "https://github.com/datashield/DSData" ], [ "https://github.com/trainsn/GNN-Surrogate" ], [ "https://github.com/bjj9/EVE_SCPT" ], [ "https://github.com/AndersJing/ResNetQA" ], [ "https://github.com/seqscope/STtools" ], [ "https://github.com/smetam/pylae" ], [ "https://github.com/morispi/HG-CoLoR" ], [ "https://github.com/pelkmanslab/ImageBasedTranscriptomics" ], [ "https://github.com/yuh8/SEED" ], [ "https://github.com/zhc940702/SDPred" ], [ "https://github.com/matsengrp/phippery" ], [ "https://github.com/asdcid/Comparison-of-neighbour-joining-software" ], [ "https://github.com/liberjul/CONSTAXv2" ], [ "https://github.com/pranjalv123/FastRFS" ], [ "https://github.com/bicciatolab/Circr" ], [ "https://github.com/3BioCompBio/pyScoMotif" ], [ "https://github.com/dustincys/WDNfinder" ], [ "https://github.com/de-Boer-Lab/GIL" ], [ "https://github.com/UCSF-MS-DCC/TopoDB" ], [ "https://github.com/francescojm/CELLector" ], [ "https://github.com/Doubiiu/AIDN" ], [ "https://github.com/adamhockenberry/bacphlip-model-dev" ], [ "https://github.com/Swart-lab/bleties" ], [ "https://github.com/NDBL/ADDIT" ], [ "https://github.com/bbbbbbzhou/MDPET" ], [ "https://github.com/yhhshb/yalff" ], [ "https://github.com/huynguyen250896/DrGA" ], [ "https://github.com/nerel-ds/NEREL-BIO" ], [ "https://github.com/daihang16/nubeamdedup" ], [ "https://github.com/AngelCampos/txtools" ], [ "https://github.com/overton-group/eHDPrep" ], [ "https://github.com/DepMap-Analytics/HT29benchmark" ], [ "https://github.com/dputhier/libgtftk" ], [ "https://github.com/Jeffrey-Ede/Electron-Micrograph-Denoiser" ], [ "https://github.com/Megvii-Nanjing/ED-Net" ], [ "https://github.com/vcl-iisc/robust-few-shot-learning" ], [ "https://github.com/daviddesancho/MasterMSM" ], [ "https://github.com/hellosunking/Msuite2" ], [ "https://github.com/Fhujinwu/CTNet" ], [ "https://github.com/Erechtheus/sia" ], [ "https://github.com/matthewyccheung/conformal-metric" ], [ "https://github.com/abdlmaruf/iRSpot-SF" ], [ "https://github.com/leopold-weidner/DBDIpy" ], [ "https://github.com/thuxyz19/3D-HPE-PAA" ], [ "https://github.com/laura-orellana/eBDIMS" ], [ "https://github.com/sing-group/seda" ], [ "https://github.com/sing-group/seda" ], [ "https://github.com/HormozdiariLab/TAD-fusion-score" ], [ "https://github.com/privefl/paper4-bedpca" ], [ "https://github.com/weipenegHU/Pluto" ], [ "https://github.com/ma-compbio/MultiRes" ], [ "https://github.com/PSSUN/Rcirc" ], [ "https://github.com/sauloho/Flib-Coevo" ], [ "https://github.com/bacak/TrAP" ], [ "https://github.com/Public-Health-Bioinformatics/kipper" ], [ "https://github.com/JulienLajugie/GenPlay" ], [ "https://github.com/vis-opt-group/BDA" ], [ "https://github.com/laufercenter/Amap" ], [ "https://github.com/sing-group/seda" ], [ "https://github.com/sing-group/seda" ], [ "https://github.com/matthewcarlucci/DiscoRhythm" ], [ "https://github.com/winycg/L-MCL" ], [ "https://github.com/matteo-dunnhofer/MRPyrNet" ], [ "https://github.com/BaiDing1234/AttentionPert" ], [ "https://github.com/LeoSvenningsson/TensorViewforMatlab" ], [ "https://github.com/19990915fzy/DGNNMDA" ], [ "https://github.com/FudanVI/MAEcho" ], [ "https://github.com/micahvista/MAMnet" ], [ "https://github.com/med-air/DLTTA" ], [ "https://github.com/chrisjackson-pellicle/hybpiper-nf" ], [ "https://github.com/dozmorovlab/TADCompare" ], [ "https://github.com/godotgildor/Suns" ], [ "https://github.com/kakarotcq/Con-AAE" ], [ "https://github.com/Tolutola/BoostGAPFILL" ], [ "https://github.com/HySonLab/Protein_Pretrain" ], [ "https://github.com/Hazelsuko07/EMA" ], [ "https://github.com/Gabriel439/suns-cmd" ], [ "https://github.com/HCIILAB/SCUT-EnsText" ], [ "https://github.com/abzu-ai/QLattice-clinical-omics" ], [ "https://github.com/MathLee/GeleNet" ], [ "https://github.com/yuansliu/minirmd" ], [ "https://github.com/vignywang/AWDesc" ], [ "https://github.com/wangjun1996/VisFeature" ], [ "https://github.com/CityU-AIM-Group/Prototypical-Graph-DA" ], [ "https://github.com/ahwagner/PULP" ], [ "https://github.com/jaleesr/TrendCatcher" ], [ "https://github.com/BioSina/Panakeia" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/MathLee/HAINet" ], [ "https://github.com/jaleesr/TrendCatcher" ], [ "https://github.com/jamesdalg/CNVScope" ], [ "https://github.com/cellatlas/cellatlas" ], [ "https://github.com/qingshanni/VisTCR" ], [ "https://github.com/songlab/chance" ], [ "https://github.com/jaleesr/TrendCatcher" ], [ "https://github.com/MCorentin/VarGen" ], [ "https://github.com/GMOD/JBrowseR" ], [ "https://github.com/VisDrone/AnimalDrone" ], [ "https://github.com/KohlbacherLab/PeCaX-docker" ], [ "https://github.com/thuxugang/opus_fold" ], [ "https://github.com/CZHQuality/AAA-Pix2pix" ], [ "https://github.com/galaxyproject/cloudauthz" ], [ "https://github.com/a-kramer/ode_rmhmc" ], [ "https://github.com/NCIP/alview" ], [ "https://github.com/Lqs-github/ACL" ], [ "https://github.com/jaleesr/TrendCatcher" ], [ "https://github.com/HosnaJabbari/Knotty" ], [ "https://github.com/kodaim1115/CYBERTRACK2" ], [ "https://github.com/pachterlab/qcbc" ], [ "https://github.com/jaleesr/TrendCatcher" ], [ "https://github.com/weizequan/LGNet" ], [ "https://github.com/lockEF/BayesianScreening" ], [ "https://github.com/DengPingFan/SODBenchmark" ], [ "https://github.com/zhangwei2015/IMPre" ], [ "https://github.com/mshaikh2/JoImTeR_MLMI_2021" ], [ "https://github.com/CMU-SAFARI/BLEND" ], [ "https://github.com/Reedwarbler/REPdenovo" ], [ "https://github.com/WenkeHuang/MarsFL" ], [ "https://github.com/zphyix/TCM" ], [ "https://github.com/mathcom/CPR" ], [ "https://github.com/hillerlab/IterativeErrorCorrection" ], [ "https://github.com/dunni3/FlowMol" ], [ "https://github.com/BMILAB/TSAPA" ], [ "https://github.com/gicsaw/ConDo" ], [ "https://github.com/abachaa/Medication_QA_MedInfo2019" ], [ "https://github.com/Edert/NVT" ], [ "https://github.com/IBPA/GNN" ], [ "https://github.com/williamdee1/LMPred_AMP_Prediction" ], [ "https://github.com/super-resolution/Locan" ], [ "https://github.com/IlyaLab/gssnng" ], [ "https://github.com/Junfang/AKSmooth" ], [ "https://github.com/paudano/kescases" ], [ "https://github.com/MIVRC/MLEFGN-PyTorch" ], [ "https://github.com/cui-lab/multigems" ], [ "https://github.com/WouterSteyaert/BATCH-GE" ], [ "https://github.com/lok-18/GeSeNet" ], [ "https://github.com/aldenleung/OMBlast" ], [ "https://github.com/ur-whitelab/peptide-dashboard" ], [ "https://github.com/chenchl19941118/Bi-STAT" ], [ "https://github.com/shelkmike/Mabs" ], [ "https://github.com/songjiechong/DPC-DUN" ], [ "https://github.com/gilles-didier/MolTi" ], [ "https://github.com/jaleesr/TrendCatcher" ], [ "https://github.com/michalkoziarski/DiagSet" ], [ "https://github.com/jaleesr/TrendCatcher" ], [ "https://github.com/Jwicaksana/FedMix" ], [ "https://github.com/eduardporta/e-Driver" ], [ "https://github.com/bio-tools/biotoolsCompose" ], [ "https://github.com/tdepke/CluMSID" ], [ "https://github.com/pblischak/polyploid-genotyping" ], [ "https://github.com/paprikachan/DeepMF" ], [ "https://github.com/isyangshu/DABNet" ], [ "https://github.com/zju-vipa/spot-adaptive-pytorch" ], [ "https://github.com/nlpie-research/Compact-Biomedical-Transformers" ], [ "https://github.com/lhc17/HoloNet" ], [ "https://github.com/structuralbioinformatics/SBILib" ], [ "https://github.com/qgao21/CoreDiff" ], [ "https://github.com/radifar/pyplif" ], [ "https://github.com/ocbe-uio/TrajPy" ], [ "https://github.com/hannaiiyanggit/UniCon" ], [ "https://github.com/mojaveazure/angsd-wrapper" ], [ "https://github.com/Zhangxf-ccnu/pDNA" ], [ "https://github.com/Parsoa/Nebula" ], [ "https://github.com/zanglab/bart2" ], [ "https://github.com/LiangXujun/LRSSL" ], [ "https://github.com/airy975924806/yolo-G" ], [ "https://github.com/BioinformaticsToolsmith/Identity" ], [ "https://github.com/Maine-eDNA/medna-metadata" ], [ "https://github.com/userbz/DeMix-Q" ], [ "https://github.com/YYJ1anG/MFPSNet" ], [ "https://github.com/boboppie/RSSS" ], [ "https://github.com/tim-learn/NOUN" ], [ "https://github.com/rauschenberger/joinet" ], [ "https://github.com/vgteam/libhandlegraph" ], [ "https://github.com/sebastiandaberdaku/AntibodyInterfacePrediction" ], [ "https://github.com/AnnekathrinSilvia/magnetique" ], [ "https://github.com/lucasliu0928/KGDAL" ], [ "https://github.com/hauldhut/drivergene" ], [ "https://github.com/ErasmusMC-Bioinformatics/fuma" ], [ "https://github.com/alvesvm/sars-cov-mpro" ], [ "https://github.com/kdri-genomics/Hayai-Annotation-Plants" ], [ "https://github.com/algbio/themisto" ], [ "https://github.com/MC-E/TransCL" ], [ "https://github.com/GiDeCarlo/XGDAG" ], [ "https://github.com/emiracherif/ONTdeCIPHER" ], [ "https://github.com/Knowledge-Graph-Hub/kg-microbe" ], [ "https://github.com/gymreklab/chips" ], [ "https://github.com/inab/BIOLITMAP" ], [ "https://github.com/IEkAdN/BactSNP" ], [ "https://github.com/siqixu/MRCIP" ], [ "https://github.com/tlawrence3/tSFM" ], [ "https://github.com/xbjin/cgvr" ], [ "https://github.com/SemBioProcess/SemGen" ], [ "https://github.com/gamcil/synthaser" ], [ "https://github.com/MRogalski96/FPM-app" ], [ "https://github.com/olly-styles/Trajectory-Tensors" ], [ "https://github.com/unisb-bioinf/MERIDA" ], [ "https://github.com/inzilico/imputeqc" ], [ "https://github.com/stefan-hoeck/cyby2" ], [ "https://github.com/ccdlcmu/shape_component_analysis_Matlab" ], [ "https://github.com/SCBIT-YYLab/DysRegSig" ], [ "https://github.com/TravisWheelerLab/ULTRA" ], [ "https://github.com/compomics/COSS" ], [ "https://github.com/pharmbio/LC-MS-Pachyderm" ], [ "https://github.com/continuous-symmetry-measure/csm" ], [ "https://github.com/bioinfocz/scdrake" ], [ "https://github.com/mbadge/candi" ], [ "https://github.com/CSB5/TUGDA" ], [ "https://github.com/Steinbeck-Lab/cheminformatics-microservice" ], [ "https://github.com/wzhy2000/higwas" ], [ "https://github.com/alekseyenko/Tw2" ], [ "https://github.com/JackAndCole/Deep-Neural-Network-For-Heartbeat-Classification" ], [ "https://github.com/dengsutao/glsan" ], [ "https://github.com/TY-Shi/LIOT" ], [ "https://github.com/NourMarzouka/multiclassPairs" ], [ "https://github.com/TobiTekath/DTUrtle" ], [ "https://github.com/chainsawriot/rang" ], [ "https://github.com/krishnanlab/PyGenePlexus" ], [ "https://github.com/lhhunghimself/fastBMA" ], [ "https://github.com/COMBINE-lab/simpleaf" ], [ "https://github.com/COMBINE-lab/simpleaf" ], [ "https://github.com/stjude/indelPost" ], [ "https://github.com/COMBINE-lab/simpleaf" ], [ "https://github.com/bioinfomaticsCSU/BOSS" ], [ "https://github.com/gbouras13/plassembler" ], [ "https://github.com/ymzayek/yeastcells-detection-maskrcnn" ], [ "https://github.com/dimitrisPs/msdesis" ], [ "https://github.com/qasimyu/scssim" ], [ "https://github.com/kora-labs/chromax" ], [ "https://github.com/justin13601/AnnoDash" ], [ "https://github.com/COMBINE-lab/simpleaf" ], [ "https://github.com/zm17943/SplitAVG" ], [ "https://github.com/ChengchenZhao/DrSeq2" ], [ "https://github.com/smalltalkman/hppi-tensorflow" ], [ "https://github.com/rongjiewang/DeepDNA" ], [ "https://github.com/CartwrightLab/WuEtAl2017" ], [ "https://github.com/phenomecentre/nPYc-toolbox-tutorials" ], [ "https://github.com/cbcrg/msa-af2-nf" ], [ "https://github.com/rayoub/rupee" ], [ "https://github.com/SoftServeInc/yield-paper" ], [ "https://github.com/zhengdd0422/VFNet" ], [ "https://github.com/KVD-lab/puma" ], [ "https://github.com/bchidest/DBC" ], [ "https://github.com/UCL/cath-funsite-predictor" ], [ "https://github.com/subangstrom/DeepDiffraction" ], [ "https://github.com/cbg-ethz/pareg" ], [ "https://github.com/KGerhardt/RecruitPlotEasy" ], [ "https://github.com/ACuOoOoO/ReDFeat" ], [ "https://github.com/fun0515/MorphoGNN" ], [ "https://github.com/mikelkou/fava" ], [ "https://github.com/dzjxzyd/UniDL4BioPep" ], [ "https://github.com/ziyili20/TOAST" ], [ "https://github.com/FeiYee/HerbKG" ], [ "https://github.com/snandiDS/prokseq" ], [ "https://github.com/PopGenClustering/Clumppling" ], [ "https://github.com/angy89/RobustClusteringPatientSubtyping" ], [ "https://github.com/mdbloice/Pyrea" ], [ "https://github.com/ppgardne/RMfam" ], [ "https://github.com/saeyslab/FlowSOM_Python" ], [ "https://github.com/KIT-MBS/coconet" ], [ "https://github.com/CreativeCodingLab/PathwayMatrix" ], [ "https://github.com/TomasVrzal/DeepReI" ], [ "https://github.com/sneuensc/mapache" ], [ "https://github.com/jamshed/CaPS-SA" ], [ "https://github.com/ianvcaldas/smalldisco" ], [ "https://github.com/SynBioDex/tyto" ], [ "https://github.com/PayamDiba/FASTRAL" ], [ "https://github.com/UMCUGenetics/svMIL" ], [ "https://github.com/Damseh/VascularGraph" ], [ "https://github.com/taoshen99/AutoMolDesigner" ], [ "https://github.com/bsiranosian/tango_final" ], [ "https://github.com/Zhiqin-HUANG/confFuse" ], [ "https://github.com/jaleesr/TrendCatcher" ], [ "https://github.com/wangshanshanCQU/MCTL" ], [ "https://github.com/buptantEEG/BEATS" ], [ "https://github.com/gao793583308/NNLDA" ], [ "https://github.com/xinwangliu/SimpleMKKMcodes" ], [ "https://github.com/Tagliacollo/PFinderUCE-SWSC-EN" ], [ "https://github.com/samwalrus/reactome-pengine" ], [ "https://github.com/calipho-sib/pepx" ], [ "https://github.com/ruolin/strawberry" ], [ "https://github.com/epa-kpc/RFMEVAL" ], [ "https://github.com/abelavit/PepCNN" ], [ "https://github.com/BenLangmead/bowtie-scaling" ], [ "https://github.com/cancerit/VaLiAnT" ], [ "https://github.com/kantorlab/hivmmer" ], [ "https://github.com/pepascuzzi/CellMinerCompanion" ], [ "https://github.com/Vincent-1125/Uncertainty-Quantification-on-Clinical-Trial-Outcome-Prediction" ], [ "https://github.com/ohuelab/SpatialPPI" ], [ "https://github.com/guanghaoyin/CMDSR" ], [ "https://github.com/Qi-Yangsjtu/MPED" ], [ "https://github.com/USTC-HIlab/NRL2DRP" ], [ "https://github.com/MengkeSong/MaD" ], [ "https://github.com/dhanaprakashj/kuura_pipeline" ], [ "https://github.com/sib-swiss/Knoto-ID" ], [ "https://github.com/atfrank/RNAPosers" ], [ "https://github.com/bio-coding/AntiVPP" ], [ "https://github.com/sellerslab/gemini" ], [ "https://github.com/FriedbergLab/GOThresher" ], [ "https://github.com/insomnia94/DTWREG" ], [ "https://github.com/JinfengXiao/SigMat" ], [ "https://github.com/xinwangliu/SimpleMKKMcodes" ], [ "https://github.com/xinwangliu/SimpleMKKMcodes" ], [ "https://github.com/NeuroSyd/Epileptic-Seizure-Classification" ], [ "https://github.com/cMadan/scoreAI" ], [ "https://github.com/dimitrismallis/KeypointsToLandmarks" ], [ "https://github.com/CXX1113/Dual-DropoutGCN" ], [ "https://github.com/WangPing521/Domain_adaptation_shape_prior" ], [ "https://github.com/baharpan/cosmo" ], [ "https://github.com/nluhmann/BlastFrost" ], [ "https://github.com/jtchavisIII/CU-MSDSp" ], [ "https://github.com/Dshijie/PIMVC" ], [ "https://github.com/983632847/WebUAV-3M" ], [ "https://github.com/nrsalinas/2matrix" ], [ "https://github.com/sgoodswe/vacceed" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/ncats/RaMP-Backend" ], [ "https://github.com/mylbuaa/MGCA-RAFFNet" ], [ "https://github.com/dlewis27/SSRgenotyper" ], [ "https://github.com/acasamitjana/SynthByReg" ], [ "https://github.com/russcd/SELAM" ], [ "https://github.com/galaxyproject/blend4php" ], [ "https://github.com/kantale/pypedia" ], [ "https://github.com/bowang-lab/CONCERTO" ], [ "https://github.com/xinwangliu/SimpleMKKMcodes" ], [ "https://github.com/medvedevgroup/HowDeSBT" ], [ "https://github.com/niu-lab/gclust" ], [ "https://github.com/Binjie-Qin/STA-IPCon" ], [ "https://github.com/tzok/eltetrado" ], [ "https://github.com/singlecellomics/ursa" ], [ "https://github.com/biodev/HitWalker2" ], [ "https://github.com/linhuawang/SEAGAL" ], [ "https://github.com/kamimrcht/ELECTOR" ], [ "https://github.com/mitogen/gabac" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/BioinfoMachineLearning/GCPNet" ], [ "https://github.com/wtsi-team144/peakplotter" ], [ "https://github.com/tee-lab/MOTHe-GUI" ], [ "https://github.com/TinaLRJ/Multi-frame-infrared-small-target-detection-DTUM" ], [ "https://github.com/sina-cb/Tn-seqExplorer" ], [ "https://github.com/vicruiser/3Dmapper" ], [ "https://github.com/Pasquali-lab/UMI4Cats" ], [ "https://github.com/mkg1204/RHMNet-for-SSVOS" ], [ "https://github.com/kurokida/jsQuestPlus" ], [ "https://github.com/luispedro/Coelho2015_NetsDetermination" ], [ "https://github.com/tongchf/gmRAD" ], [ "https://github.com/zrq0123/BiXGBoost" ], [ "https://github.com/chembl/pfam_map_loader" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/IMSY-DKFZ/simpa_paper_experiments" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/RuwanT/model-fitting-cbs" ], [ "https://github.com/Linlab-slu/TSSr" ], [ "https://github.com/jaebird123/tusv" ], [ "https://github.com/ccshao/nimfa" ], [ "https://github.com/linhuawang/SEAGAL" ], [ "https://github.com/sanger-tol/yahs" ], [ "https://github.com/matt-sutton/sgspls" ], [ "https://github.com/tzok/eltetrado" ], [ "https://github.com/tzok/eltetrado" ], [ "https://github.com/aitgon/vtam" ], [ "https://github.com/namsyvo/RandAL" ], [ "https://github.com/tzok/eltetrado" ], [ "https://github.com/smin95/smplot" ], [ "https://github.com/nishithkumarpaul/Rvolcano" ], [ "https://github.com/tsmotlp/DRGAN-OCT" ], [ "https://github.com/Zhangxf-ccnu/DiffGraph" ], [ "https://github.com/BiologicalRecordsCentre/Odonata_traits" ], [ "https://github.com/Raze97/Telegram-Survey-Bot" ], [ "https://github.com/hellooks/CDNet" ], [ "https://github.com/CEG-ICRISAT/NGS-QCbox" ], [ "https://github.com/stjude/proteinpaint" ], [ "https://github.com/CEG-ICRISAT/Raspberry" ], [ "https://github.com/akibzaman/SleepBoost" ], [ "https://github.com/hahnec/rf-ulm" ], [ "https://github.com/NAL-i5K/tripal_eutils" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/amkozlov/cellphy" ], [ "https://github.com/linhuawang/SEAGAL" ], [ "https://github.com/linhuawang/SEAGAL" ], [ "https://github.com/XikunHan/metabolomicsR" ], [ "https://github.com/antrec/spectrassembler" ], [ "https://github.com/yeqiaoling/arcs_bn" ], [ "https://github.com/zjujdj/SuperAtomicCharge" ], [ "https://github.com/Zi-Lab/eDetect" ], [ "https://github.com/dmis-lab/SeqTagQA" ], [ "https://github.com/EpiDiverse/SNP" ], [ "https://github.com/StuLiu/SOSNet" ], [ "https://github.com/fuad021/biomarker-identification" ], [ "https://github.com/dlal-group/simtext" ], [ "https://github.com/SciLifeLab/gapest" ], [ "https://github.com/vanvalenlab/deepcell-spots" ], [ "https://github.com/vanvalenlab/deepcell-spots" ], [ "https://github.com/vanvalenlab/deepcell-spots" ], [ "https://github.com/vanvalenlab/deepcell-spots" ], [ "https://github.com/Usman095/Graph-DOM" ], [ "https://github.com/FemeniasM/ExplorATE_shell_script" ], [ "https://github.com/statisticalbiotechnology/maracluster" ], [ "https://github.com/visiontao/ncd" ], [ "https://github.com/FemeniasM/ExplorATEproject" ], [ "https://github.com/ropensci/colocr" ], [ "https://github.com/hanktseng131415go/RAMEM" ], [ "https://github.com/davidjakubec/3DPatch" ], [ "https://github.com/pierpal/ARGON" ], [ "https://github.com/EBjerrum/pICalculax" ], [ "https://github.com/ucsd-ccbb/VAPr" ], [ "https://github.com/fkong7/HeartDeformNets" ], [ "https://github.com/hoangtn/SRBreak" ], [ "https://github.com/yanglixiaoshen/SalGAIL" ], [ "https://github.com/sarahet/RLM" ], [ "https://github.com/Shamir-Lab/PRODIGY" ], [ "https://github.com/rdong08/GiniClust3" ], [ "https://github.com/GT-NucleicAcids/pnab" ], [ "https://github.com/kircherlab/hemoMIPs" ], [ "https://github.com/Tountain/SoundiationAcoustophoresis" ], [ "https://github.com/huanglikun/BRM" ], [ "https://github.com/medicalinformatics/SecureEpilinker" ], [ "https://github.com/davidwarne/Warne2019_GuideToPseudoMarginal" ], [ "https://github.com/hms-dbmi/Rcupcake" ], [ "https://github.com/daniellyz/meRgeION2" ], [ "https://github.com/RuoyuChen10/Image_weighing" ], [ "https://github.com/evolbioinf/fur" ], [ "https://github.com/bgbrink/ddPCRvis" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/buckleylab/HTSSIP" ], [ "https://github.com/VITA-Group/LongTailCXR" ], [ "https://github.com/lbozhilova/COGENT" ], [ "https://github.com/AlgoLab/mp3treesim" ], [ "https://github.com/GCA-VH-lab/FlaGs" ], [ "https://github.com/dianzl/SODFormer" ], [ "https://github.com/yifang000/QADD" ], [ "https://github.com/rishavpramanik/AAPSO" ], [ "https://github.com/PNNL-Comp-Mass-Spec/LipidMiniOn" ], [ "https://github.com/Crystal-JJ/DREAM" ], [ "https://github.com/subangstrom/superAngle" ], [ "https://github.com/hongwang01/DICDNet" ], [ "https://github.com/AluruLab/EnGRaiN" ], [ "https://github.com/Gabaldonlab/EvolClust" ], [ "https://github.com/fjmurguzur/causalizeR" ], [ "https://github.com/HopLee6/VSCrowd" ], [ "https://github.com/huankoh/CST-GL" ], [ "https://github.com/BDM-Lab/Hierarchical3DGenome" ], [ "https://github.com/cbg-ethz/mnem" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/tomastokar/gsoap" ], [ "https://github.com/Jingyi-Cai/NECom" ], [ "https://github.com/gregorpatof/nrgten_package" ], [ "https://github.com/borenstein-lab/MetaLAFFA" ], [ "https://github.com/Zilong-Li/vcfpp" ], [ "https://github.com/soumitag/SLIDE" ], [ "https://github.com/SimTk/msmexplorer" ], [ "https://github.com/egr95/R-codacore" ], [ "https://github.com/shahnidhi/TIPP_reference_package" ], [ "https://github.com/TcbfGroup/Tcbf" ], [ "https://github.com/TheMillerLab/genetex" ], [ "https://github.com/subangstrom/superAngle" ], [ "https://github.com/subangstrom/superAngle" ], [ "https://github.com/shengqh/annogen" ], [ "https://github.com/unistbig/netGO" ], [ "https://github.com/subangstrom/superAngle" ], [ "https://github.com/MichalRozenwald/Hi-ChIP-ML" ], [ "https://github.com/rhysf/HaplotypeTools" ], [ "https://github.com/hsiangyuzhao/RCPS" ], [ "https://github.com/OrigamiSL/GBT" ], [ "https://github.com/BackofenLab/CRISPRtracrRNA" ], [ "https://github.com/Quantum-Dynamics-Hub/Libra-X" ], [ "https://github.com/sbelharbi/deep-wsl-histo-min-max-uncertainty" ], [ "https://github.com/lhqxinghun/bioinformatics" ], [ "https://github.com/kreimanlab/VisualSearchAsymmetry" ], [ "https://github.com/ChristopherWilks/snaptron-experiments" ], [ "https://github.com/mirthAI/MicroSegNet" ], [ "https://github.com/realbigws/DeepCNF_AUC" ], [ "https://github.com/zhongchengwu/code_LRTCFPan" ], [ "https://github.com/lin-lab/COVID19-Viz" ], [ "https://github.com/dieterich-lab/pulseR" ], [ "https://github.com/wangkejie97/SFT-Net" ], [ "https://github.com/blinard-BIOINFO/RAPPAS" ], [ "https://github.com/liujin66/iAMP-CA2L" ], [ "https://github.com/celehs/M2REMAP" ], [ "https://github.com/ClavelLab/MiMiC" ], [ "https://github.com/zky0708/2DImpute" ], [ "https://github.com/ocbe-uio/bayesynergy" ], [ "https://github.com/MIDA-group/MultiRegEval" ], [ "https://github.com/sheenahora/SEGCECO" ], [ "https://github.com/YAMACS-SML/YAMACS" ], [ "https://github.com/ShizhenChang/Chg2Cap" ], [ "https://github.com/genomicepidemiology/ARGprofiler" ], [ "https://github.com/YonghaoXu/CRGNet" ], [ "https://github.com/duttaprat/DeepMOIS-MC" ], [ "https://github.com/ChangTang/HCP-IMSC" ], [ "https://github.com/Xundrug/EPB" ], [ "https://github.com/idealwei/ASANet" ], [ "https://github.com/raivokolde/seqlm" ], [ "https://github.com/BorgwardtLab/ARDISS" ], [ "https://github.com/bioinsilico/BIPSPI" ], [ "https://github.com/tacazares/SeedMatchR" ], [ "https://github.com/databio/IGD" ], [ "https://github.com/mcapuccini/spark-vs" ], [ "https://github.com/rubbs14/CSP-Analyzer" ], [ "https://github.com/IwasakiLab/Seq2Phase" ], [ "https://github.com/Bio-Acc/Chorus" ], [ "https://github.com/koeppl/phoni" ], [ "https://github.com/ChenHuaLab/fastHaN" ], [ "https://github.com/DessimozLab/omamo" ], [ "https://github.com/greenelab/pancancer-evaluation" ], [ "https://github.com/RegulatoryGenomicsGroup/chicdiff" ], [ "https://github.com/Dong-Huo/RGB-T-Glass-Segmentation" ], [ "https://github.com/HAN-Siyu/LION" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/kbzhang0505/MBPNet" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/slrvv/CENTRE" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/Charrick/SDN2GO" ], [ "https://github.com/ailabstw/scDrug" ], [ "https://github.com/ma-compbio/MutSpace" ], [ "https://github.com/benhid/Sequoya" ], [ "https://github.com/Pechli-Lab/SurvdigitizeR" ], [ "https://github.com/sdu-hpcl/BGSA" ], [ "https://github.com/vpylro/BTW" ], [ "https://github.com/MICLab-Unicamp/HypAST" ], [ "https://github.com/ylab-hi/ScanITD" ], [ "https://github.com/UdeM-LBIT/CoreTracker" ], [ "https://github.com/rramadeu/AGHmatrix" ], [ "https://github.com/ljmartin/fp_low_ave" ], [ "https://github.com/ziyili20/DistributedLearningPredictor" ], [ "https://github.com/jun-inoue/orthoscope" ], [ "https://github.com/bmuchmore/CymeR" ], [ "https://github.com/xdynames/sai-app" ], [ "https://github.com/galantelab/sideRETRO" ], [ "https://github.com/datax-lab/HipoMap" ], [ "https://github.com/LaRoccaRaphael/MSI_recalibration" ], [ "https://github.com/IvanEz/tumor-surrogate" ], [ "https://github.com/iVis-at-Bilkent/chilay" ], [ "https://github.com/UdeS-CoBIUS/DoubleRecViz" ], [ "https://github.com/takfung/ResDisMapper" ], [ "https://github.com/ModelEngineering/SBMLLint" ], [ "https://github.com/yzhang511/density_decoding" ], [ "https://github.com/CGPxy/AAU-net" ], [ "https://github.com/paulmorio/protclus" ], [ "https://github.com/CrisesUrv/microaggregation-based_anonymization_tool" ], [ "https://github.com/spandanagella/verse" ], [ "https://github.com/paoloinglese/SPUTNIK" ], [ "https://github.com/XT-1997/vitmvt" ], [ "http://github.com/dzarmola/knot_pull" ], [ "https://github.com/lutteropp/QuartetScores" ], [ "https://github.com/mainciburu/WAT3R" ], [ "https://github.com/sinc-lab/miRe2e" ], [ "https://github.com/Roestlab/massdash" ], [ "https://github.com/somnonetz/xnat-fhir-plugin" ], [ "https://github.com/liukeweiaway/iMRM" ], [ "https://github.com/VCCRI/VPOT" ], [ "https://github.com/vagkaratzas/PathWalks" ], [ "https://github.com/bio-ontology-research-group/DL2Vec" ], [ "https://github.com/Yuan-Yu/bioStructureM" ], [ "https://github.com/gobics/uproc" ], [ "https://github.com/JosieLHayes/simExTargId" ], [ "https://github.com/jssong-lab/QTC" ], [ "https://github.com/rmarceauwest/fiveSTAR" ], [ "https://github.com/AlejandroAb/CASCABEL" ], [ "https://github.com/conscienceli/MDTNet" ], [ "https://github.com/wangshisheng/NAguideR" ], [ "https://github.com/fabkury/paamia2015" ], [ "https://github.com/dapogon/cellcoal" ], [ "https://github.com/tzok/eltetrado" ], [ "https://github.com/tzok/eltetrado" ], [ "https://github.com/tzok/eltetrado" ], [ "https://github.com/SamYWK/Associated_Learning" ], [ "https://github.com/tzok/eltetrado" ], [ "https://github.com/nlawlor/V-SVA" ], [ "https://github.com/PfeiferLabTue/wenda" ], [ "https://github.com/PDelre93/hERG-QSAR" ], [ "https://github.com/PRIS-CV/PMG-V2" ], [ "https://github.com/jairesdesousa/guidemol" ], [ "https://github.com/ChnMasterOG/KmerGO" ], [ "https://github.com/ballesterus/UPhO" ], [ "https://github.com/borenstein-lab/CoMiDA" ], [ "https://github.com/Maize-Genetics-and-Genomics-Database/maizedig" ], [ "https://github.com/abdelwahed/OT_for_big_data" ], [ "https://github.com/lhncbc/fda-ars" ], [ "https://github.com/nguyenngochuy91/Relevant-Operon" ], [ "https://github.com/jun-inoue/ORTHOSCOPE_STAR" ], [ "https://github.com/NanYoMy/cmmas" ], [ "https://github.com/sunwj/scanpath" ], [ "https://github.com/kedartatwawadi/GTRAC" ], [ "https://github.com/liuxinhai/FG3D-Net" ], [ "https://github.com/qunfengdong/MicroGMT" ], [ "https://github.com/interactivereport/RNASequest" ], [ "https://github.com/mmoskon/CosinorPy" ], [ "https://github.com/YingLianghnu/CNA_origin" ], [ "https://github.com/schmeing/ReSeq" ], [ "https://github.com/Sixkplus/TapLab" ], [ "https://github.com/kundajelab/fastISM" ], [ "https://github.com/vaprilyanto/crop" ], [ "https://github.com/liyigerry/DeepCRPs" ], [ "https://github.com/VIOLINet/Vaxign-ML-docker" ], [ "https://github.com/magicDGS/ReadTools" ], [ "https://github.com/hassounlab/EPP" ], [ "https://github.com/DCGenomics/DangerTrack" ], [ "https://github.com/ucrbioinfo/PGV" ], [ "https://github.com/UGA-BSAIL/plant_3d_deep_learning" ], [ "https://github.com/hangyu94/CRS-CONT" ], [ "https://github.com/Kkulkarni1/CAPG" ], [ "https://github.com/cziegenhain/UMIcountR" ], [ "https://github.com/ncbi/bert_gt" ], [ "https://github.com/elkebir-group/SPhyR" ], [ "https://github.com/Identity-lab/Tutorial-on-salient-social-Identity-detection-model" ], [ "https://github.com/duolinwang/S-PLM" ], [ "https://github.com/Blue1993/BAPA" ], [ "https://github.com/HySonLab/Multires-Graph-Transformer" ], [ "https://github.com/COMBINE-lab/simpleaf" ], [ "https://github.com/usccolumbia/MLatticeABC" ], [ "https://github.com/ZhangqiJiang07/MultimodalSurvivalPrediction" ], [ "https://github.com/kdmurray91/kwip" ], [ "https://github.com/PYangLab/Matilda" ], [ "https://github.com/aispeech-lab/VisBCI" ], [ "https://github.com/lz118/Multi-interactive-Dual-decoder" ], [ "https://github.com/azankl/Ontoclick" ], [ "https://github.com/superxuang/amta-net" ], [ "https://github.com/XingjieShi/VIMCO" ], [ "https://github.com/COMBINE-lab/simpleaf" ], [ "https://github.com/hathawayxxh/WCE-AGDN" ], [ "https://github.com/louyinxia/jointRN" ], [ "https://github.com/aritra90/TeraPCA" ], [ "https://github.com/Pengeace/MGRFE-GaRFE" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/modsim/molyso" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/subangstrom/superAngle" ], [ "https://github.com/subangstrom/superAngle" ], [ "https://github.com/subangstrom/superAngle" ], [ "https://github.com/subangstrom/superAngle" ], [ "https://github.com/jlp2duke/EnsCat" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/EESI/ISM" ], [ "https://github.com/liseda-lab/kgsim-benchmark" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/BlankenbergLab/galaxy-tools-blankenberg" ], [ "https://github.com/mahfuzmohammad/Brainomaly" ], [ "https://github.com/abeebyekeen/CHAPERONg" ], [ "https://github.com/shizenglin/Unsharp-Mask-Guided-Filtering" ], [ "https://github.com/mafed/msWaldHMP" ], [ "https://github.com/Candihub/pixel" ], [ "https://github.com/xxlong0/ASNDepth" ], [ "https://github.com/jiabaocui/MIAIS" ], [ "https://github.com/suda-huanglab/circlehunter" ], [ "https://github.com/vanvalenlab/deepcell-spots" ], [ "https://github.com/rosemeis/emu" ], [ "https://github.com/vanvalenlab/deepcell-spots" ], [ "https://github.com/biogramming/AASRA" ], [ "https://github.com/pephco/quickLD" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/maiziex/Aquila_stLFR" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/Novartis/EQP-cluster" ], [ "https://github.com/CRazorback/AADG" ], [ "https://github.com/usnistgov/thermo-extrap" ], [ "https://github.com/jaydchan/tawny-karyotype" ], [ "https://github.com/akiyamalab/restretto" ], [ "https://github.com/cellmapslab/kimono" ], [ "https://github.com/yphsieh/ItgDB" ], [ "https://github.com/thinhong/MethPanel" ], [ "https://github.com/Malfoy/PAC" ], [ "https://github.com/Puzzled-Hui/Connectivity-Aware-Airway-Segmentation" ], [ "https://github.com/fyabc/BT4MolGen" ], [ "https://github.com/EndoluminalSurgicalVision-IMR/Medical-SSL" ], [ "https://github.com/sasky1/DPRL" ], [ "https://github.com/Popgen48/scalepopgen" ], [ "https://github.com/usnistgov/nn-calculator" ], [ "https://github.com/zoecournia/DREAMM" ], [ "https://github.com/JohnleeHIT/SLEX-Net" ], [ "https://github.com/NaziaFatima/iSOM_GSN" ], [ "https://github.com/dww100/sct" ], [ "https://github.com/ivan-vishniakou/neural-circuits-vr" ], [ "https://github.com/CMU-SAFARI/Optimal-Seed-Solver" ], [ "https://github.com/MinJinHa/iDINGO" ], [ "https://github.com/roblanf/SRHtests" ], [ "https://github.com/disanda/RFM" ], [ "https://github.com/Shamir-Lab/NEMO" ], [ "https://github.com/xyc0813/SVmine" ], [ "https://github.com/davidcraft/SimKern" ], [ "https://github.com/mkanai/grimon" ], [ "https://github.com/Xiaoqizheng/InfiniumPurify" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/breakerlab/dimpl" ], [ "https://github.com/DotWang/DCN-T" ], [ "https://github.com/xianlin7/APFormer" ], [ "https://github.com/yuanhaowang1213/adaptivediffgrid_ex" ], [ "https://github.com/xinwangliu/SimpleMKKMcodes" ], [ "https://github.com/xinwangliu/SimpleMKKMcodes" ], [ "https://github.com/liulifenyf/TSPTFBS" ], [ "https://github.com/seasky002002/Strandscript" ], [ "https://github.com/CL-CHEN-Lab/OK-Seq" ], [ "https://github.com/ghar1821/ParetoBench" ], [ "https://github.com/jhchen5/SCCG" ], [ "https://github.com/HaploConduct/HaploConduct" ], [ "https://github.com/prs-group/TUNNEX" ], [ "https://github.com/hatchetProject/AI-Driver" ], [ "https://github.com/ParkinsonLab/DETECT-v2" ], [ "https://github.com/chhylp123/FMtree" ], [ "https://github.com/dinasv/CSBFinder" ], [ "https://github.com/dinasv/CSBFinder" ], [ "https://github.com/xinwangliu/SimpleMKKMcodes" ], [ "https://github.com/dinasv/CSBFinder" ], [ "https://github.com/htzhaoecust/npnn" ], [ "https://github.com/yuhuan-wu/EDN" ], [ "https://github.com/CRUiit/igb-mi-bundle" ], [ "https://github.com/rish-16/rna-backbone-design" ], [ "https://github.com/bchidest/CFNet" ], [ "https://github.com/carmanzhang/PubMed-AND-method" ], [ "https://github.com/genostats/Ravages" ], [ "https://github.com/Usos/SPCS" ], [ "https://github.com/VirtualPlants/draco-stem" ], [ "https://github.com/gxiaolab/REDITs" ], [ "https://github.com/PhosphorylatedRabbits/cosifer" ], [ "https://github.com/CHUSRadOncPhys/FluoMV" ], [ "https://github.com/COMBINE-lab/simpleaf" ], [ "https://github.com/COMBINE-lab/simpleaf" ], [ "https://github.com/dinasv/CSBFinder" ], [ "https://github.com/gao-lab/ePooling" ], [ "https://github.com/xinwangliu/SimpleMKKMcodes" ], [ "https://github.com/lengning/OEFinder" ], [ "https://github.com/vanvalenlab/deepcell-spots" ], [ "https://github.com/tlawrence3/amPEPpy" ], [ "https://github.com/ding-lab/BreakPointSurveyor" ], [ "https://github.com/deeptools/docker-galaxy-hicexplorer" ], [ "https://github.com/scientificomputing/BRIDGE" ], [ "https://github.com/danpak94/Deep-Cardiac-Volumetric-Mesh" ], [ "https://github.com/miladrayka/ET_Score" ], [ "https://github.com/stevenshave/pybindingcurve" ], [ "https://github.com/sunkg/jCAN" ], [ "https://github.com/spectralpublic/RIAN" ], [ "https://github.com/yijingru/ObjGuided-Instance-Segmentation" ], [ "https://github.com/vanvalenlab/deepcell-spots" ], [ "https://github.com/YubinHan73/LSKANet" ], [ "https://github.com/aoliver44/taxaHFE" ], [ "https://github.com/LeonidSavtchenko/Arachne" ], [ "https://github.com/ynchuang/DiscoverPath" ], [ "https://github.com/samuelbfernandes/simplePHENOTYPES" ], [ "https://github.com/tzok/BioCommons" ], [ "https://github.com/YJulyXing/SECNVs" ], [ "https://github.com/AvdeevPavel/ILP-WGD-reconstructor" ], [ "https://github.com/chenying2016/queries" ], [ "https://github.com/dinasv/CSBFinder" ], [ "https://github.com/dinasv/CSBFinder" ], [ "https://github.com/abhijeetsingh1704/AcetoScan" ], [ "https://github.com/dinasv/CSBFinder" ], [ "https://github.com/ecomontec/ecoSound-web" ], [ "https://github.com/dyf0631/AAE_FOR_KG" ], [ "https://github.com/ShixiangWang/sigflow" ], [ "https://github.com/KarelZhang/CSDNet-CSDGAN" ], [ "https://github.com/Merck/nngp" ], [ "https://github.com/rega-cev/phylogeotool" ], [ "https://github.com/dinasv/CSBFinder" ], [ "https://github.com/Gregor-Mendel-Institute/tissue-enrichment-test" ], [ "https://github.com/BauerLab/VARSCOT" ], [ "https://github.com/statgen/fivex" ], [ "https://github.com/xxy45/DSGAT" ], [ "https://github.com/ndokmai/sgx-genome-variants-search" ], [ "https://github.com/Onogi/GenomeBasedModel" ], [ "https://github.com/daifengwanglab/Varmole" ], [ "https://github.com/linhuawang/SEAGAL" ], [ "https://github.com/food-price/DOC-M-Model-Development-and-Validation" ], [ "https://github.com/krisrs1128/multitable_review" ], [ "https://github.com/YUYING07/iDNA_ABT" ], [ "https://github.com/linhuawang/SEAGAL" ], [ "https://github.com/hxdde/SMR" ], [ "https://github.com/EbmeyerSt/GEnView" ], [ "https://github.com/joel99/context_general_bci" ], [ "https://github.com/EleutherAI/mp_nerf" ], [ "https://github.com/mlpen/mra-attention" ], [ "https://github.com/linhuawang/SEAGAL" ], [ "https://github.com/tchitchek-lab/CytoBackBone" ], [ "https://github.com/linhuawang/SEAGAL" ], [ "https://github.com/fiy2W/mri_seq2seq" ], [ "https://github.com/PRIS-CV/BiEN" ], [ "https://github.com/Mahim1997/wQFM-2020" ], [ "https://github.com/JLSteenwyk/treehouse" ], [ "https://github.com/wells-wood-research/balas" ], [ "https://github.com/jswati31/gazeclr" ], [ "https://github.com/dgittins/CANT-HYD-HydrocarbonBiodegradation" ], [ "https://github.com/MathOnco/EvoFreq" ], [ "https://github.com/YeoLab/MINES" ], [ "https://github.com/epigenelabs/inmoose" ], [ "https://github.com/variani/pulmon" ], [ "https://github.com/mcanouil/NACHO" ], [ "https://github.com/GIST-CSBL/AMP-BERT" ], [ "https://github.com/chunbolang/HPA" ], [ "https://github.com/chenhong-dkfz/GenomeTornadoPlot" ], [ "https://github.com/Fraunhofer-ITMP/PEMT" ], [ "https://github.com/yangfan-hu/Fast-SNN" ], [ "https://github.com/meganlsmith/phyloGAN" ], [ "https://github.com/tbwxmu/2019-nCov" ], [ "https://github.com/YangLiu9208/SAKDN" ], [ "https://github.com/metasnv-tool/metaSNV" ], [ "https://github.com/alcu/sms" ], [ "https://github.com/ayushnoori/metapaths" ], [ "https://github.com/zhuangpeixian/HLRP" ], [ "https://github.com/cxinsys/lpf" ], [ "https://github.com/EricSDavis/mariner" ], [ "https://github.com/uio-bmi/dagsim" ], [ "https://github.com/DaehwanKimLab/Chromosome-ReAd" ], [ "https://github.com/mrzResearchArena/Anticancer-Peptides-CNN" ], [ "https://github.com/bcgsc/ntEmbd" ], [ "https://github.com/CSB5/CaDRReS-Sc" ], [ "https://github.com/zbf1991/A2GNN" ], [ "https://github.com/dy16b/Cross-Platform-Normalization" ], [ "https://github.com/thelexiconlab/forager" ], [ "https://github.com/omidbazgirTTU/IntegratedREFINED" ], [ "https://github.com/chaninn/osFP" ], [ "https://github.com/bihealth/WiPP" ], [ "https://github.com/ZongJ1111/Academic-Performance-Prediction" ], [ "https://github.com/seriph78/COTAN" ], [ "https://github.com/bio-ontology-research-group/SmuDGE" ], [ "https://github.com/tlemane/kmdiff" ], [ "https://github.com/LQCT/MDScan" ], [ "https://github.com/ITBE-Lab/MA" ], [ "https://github.com/fpalini/fastdoopc" ], [ "https://github.com/yuabrahamliu/scDeconv" ], [ "https://github.com/vikram2000b/Fast-Machine-Unlearning" ], [ "https://github.com/KingJamesSong/FastDifferentiableMatSqrt" ], [ "https://github.com/hetio/xswap" ], [ "https://github.com/hetio/xswap" ], [ "https://github.com/tibbdc/ECMpy" ], [ "https://github.com/RuoyuGuo/MaskGA_Net" ], [ "https://github.com/bert-nmt/BERT-DTI" ], [ "https://github.com/mpc-bioinformatics/bionda" ], [ "https://github.com/fahaihi/PMFFRC" ], [ "https://github.com/GeniusTang/Afann" ], [ "https://github.com/yetaoyu/Genomic-pan-cancer-classification" ], [ "https://github.com/sjdlabgroup/Census" ], [ "https://github.com/cbg-ethz/dce" ], [ "https://github.com/sschrod/BITES" ], [ "https://github.com/hallamlab/HivePanelExplorer" ], [ "https://github.com/JieZheng-ShanghaiTech/KR4SL" ], [ "https://github.com/alifahsyamsiyah/learningDL" ], [ "https://github.com/hetio/xswap" ], [ "https://github.com/Shamir-Lab/Faucet" ], [ "https://github.com/hetio/xswap" ], [ "https://github.com/wchangmitre/bioattribution" ], [ "https://github.com/RudiSchill/MHN" ], [ "https://github.com/jessemzhang/dendrosplit" ], [ "https://github.com/biodlab/RODAN" ], [ "https://github.com/wangsy11/InfMod3DGen" ], [ "https://github.com/jlduan/fba" ], [ "https://github.com/cjri/samfire" ], [ "https://github.com/almeidasilvaf/HybridExpress" ], [ "https://github.com/hetio/xswap" ], [ "https://github.com/intervene-EU-H2020/synthetic_data" ], [ "https://github.com/Greak-1124/LMFFNet" ], [ "https://github.com/caiqi/Cascasde-3D" ], [ "https://github.com/gaitat/GenomeUPlot" ], [ "https://github.com/DMU-lilab/GetisDMR" ], [ "https://github.com/Vini2/GraphBin2" ], [ "https://github.com/hetio/xswap" ], [ "https://github.com/kkrizanovic/NanoMark" ], [ "https://github.com/hetio/xswap" ], [ "https://github.com/hetio/xswap" ], [ "https://github.com/DavidBrainard/RenderToolbox3" ], [ "https://github.com/omarmaddouri/GCNCC" ], [ "https://github.com/schlegelp/tanglegram" ], [ "https://github.com/stonkgs/stonkgs" ], [ "https://github.com/stanfordmlgroup/selfsupervised-lungandheartsounds" ], [ "https://github.com/jltsiren/gbwt-rs" ], [ "https://github.com/teslacool/m-curl" ], [ "https://github.com/stanikae/jekesa" ], [ "https://github.com/WangLabTHU/CellTracker" ], [ "https://github.com/sjteresi/TE_Density" ], [ "https://github.com/laeeq80/spark-cpvs" ], [ "https://github.com/ymcui/expmrc" ], [ "https://github.com/StanfordBioinformatics/Hummingbird" ], [ "https://github.com/MinghanLi/OTMSCSC_matlab_2020" ], [ "https://github.com/arouillard/omic-features-successful-targets" ], [ "https://github.com/kdd-ubc/MorphOT" ], [ "https://github.com/keyes-timothy/tidytof" ], [ "https://github.com/hms-dbmi/Rcupcake-case-studies" ], [ "https://github.com/Tarostar/QMLGalaxyPortal" ], [ "https://github.com/bio15anu/revelio" ], [ "https://github.com/XY-boy/TTST" ], [ "https://github.com/hongliangduan/HighFold" ], [ "https://github.com/ylaboratory/ETNA" ], [ "https://github.com/SunjooBang/Polypharmacy-side-effect-prediction" ], [ "https://github.com/John-P/wsic" ], [ "https://github.com/YuLab-SMU/ggbreak" ], [ "https://github.com/KyoungYeulLee/3Cnet" ], [ "https://github.com/mjsull/chromatiblock" ], [ "https://github.com/HaisiYi/Bayexer" ], [ "https://github.com/schmeing/gapless" ], [ "https://github.com/CardiacModelling/hERGRapidCharacterisation" ], [ "https://github.com/hehh77/3DGT-DDI" ], [ "https://github.com/Wang-Lin-boop/PPI-Miner" ], [ "https://github.com/HaohanWang/thePrecisionLasso" ], [ "https://github.com/chenyian-nibio/manta" ], [ "https://github.com/Gabriel439/suns-search" ], [ "https://github.com/BackofenLab/ShaKer" ], [ "https://github.com/neerakara/test-time-adaptable-neural-networks-for-domain-generalization" ], [ "https://github.com/CMU-SAFARI/Scrooge" ], [ "https://github.com/gbnegrini/mirdb-custom-target-search" ], [ "https://github.com/bm2-lab/FL-QSAR" ], [ "https://github.com/zhou-lab/InfiniumAnnotationV1" ], [ "https://github.com/PDBeurope/pdb-images" ], [ "https://github.com/yinlabniu/eCAMI" ], [ "https://github.com/biosinodx/SCCNV" ], [ "https://github.com/schwallergroup/augmented_memory" ], [ "https://github.com/zabir-nabil/Fibro-CoSANet" ], [ "https://github.com/pepamengual/UEP" ], [ "https://github.com/makovalab-psu/NoiseCancellingRepeatFinder" ], [ "https://github.com/MoreiraLAB/DrugTax" ], [ "https://github.com/phenopolis/pheno4j" ], [ "https://github.com/EpistasisLab/ebic" ], [ "https://github.com/gorgen2020/DVGNN" ], [ "https://github.com/Chaowu88/freeflux" ], [ "https://github.com/ciccalab/MEGA" ], [ "https://github.com/IFMlab/ChemFlow" ], [ "https://github.com/ailabstw/ezGeno" ], [ "https://github.com/divelab/deepem3d" ], [ "https://github.com/IcarPA-TBlab/BioGraph" ], [ "https://github.com/cmcb-warwick/KiT" ], [ "https://github.com/Deepwise-AILab/ChestX-Det-Dataset" ], [ "https://github.com/SoftServeInc/novel-molecule-generation" ], [ "https://github.com/YJPai65/MVF-SleepNet" ], [ "https://github.com/CSUBioGroup/StackCPA" ], [ "https://github.com/mscastillo/GRNVBEM" ], [ "https://github.com/caokai1073/UnionCom" ], [ "https://github.com/didrikolofsson/rmappet" ], [ "https://github.com/PavlopoulosLab/Flame" ], [ "https://github.com/hzy95/EPIVAN" ], [ "https://github.com/loopasam/ftc" ], [ "https://github.com/gedoardo83/GARFIELD-NGS" ], [ "https://github.com/Devika1/capsim" ], [ "https://github.com/galanisl/NetHypGeom" ], [ "https://github.com/HDCVLab/Enhanced-Spatio-Temporal-Interaction-Learning-for-Video-Deraining" ], [ "https://github.com/jcwang123/xboundformer" ], [ "https://github.com/MarWoes/viper" ], [ "https://github.com/anlin00007/OnTAD" ], [ "https://github.com/lasigeBioTM/K-RET" ], [ "https://github.com/QUST-AIBBDRC/scGMAI" ], [ "https://github.com/nicfel/Mascot" ], [ "https://github.com/hr1912/TreeExp" ], [ "https://github.com/hr1912/TreeExp" ], [ "https://github.com/ChenfuShi/HiChIP_peaks" ], [ "https://github.com/hr1912/TreeExp" ], [ "https://github.com/hr1912/TreeExp" ], [ "https://github.com/aldenleung/OMTools" ], [ "https://github.com/zji90/SCRAT" ], [ "https://github.com/hsiangyuzhao/PANet" ], [ "https://github.com/fredhutch/pgmap_pipeline" ], [ "https://github.com/skr1/Imagene" ], [ "https://github.com/lorifranke/SlicerTMS" ], [ "https://github.com/gjun/muCNV" ], [ "https://github.com/Ravel-Laboratory/speciateIT" ], [ "https://github.com/mutalyzer/description-extractor" ], [ "https://github.com/LeoZDong/netAE" ], [ "https://github.com/oxsatoolbox/oxsa" ], [ "https://github.com/chenyian-nibio/targetmine-gradle" ], [ "https://github.com/SiWolf/SCORE" ], [ "https://github.com/ZekunYin/RabbitMash" ], [ "https://github.com/cbg-ethz/BnpC" ], [ "https://github.com/shka/R-SAMstrt" ], [ "https://github.com/dermasugita/Viola-SV" ], [ "https://github.com/Li-Chongyi/ASIF-Net" ], [ "https://github.com/SAINTProtein/SAINT" ], [ "https://github.com/oxpig/PLAbDab" ], [ "https://github.com/samhinshaw/metabridge_shiny" ], [ "https://github.com/huoyuying/SpaDAC" ], [ "https://github.com/pvlib/twoaxistracking" ], [ "https://github.com/lcmeteor/MSLDOCK" ], [ "https://github.com/JeremyPike/RSMLM" ], [ "https://github.com/sirimullalab/redial-2020" ], [ "https://github.com/jonastjoms/MANNERS-DB" ], [ "https://github.com/DeepSpectrum/DeepSpectrumLite" ], [ "https://github.com/metgem/metgem" ], [ "https://github.com/joachimwolff/sparse-neighbors-search" ], [ "https://github.com/alexcoppe/iWhale" ], [ "https://github.com/HaoHou-98/SCGAN" ], [ "https://github.com/LLNL/LIST" ], [ "https://github.com/IRMVLab/EfficientLO-Net" ], [ "https://github.com/glycoinfo/GlycoCoO" ], [ "https://github.com/caanene1/ACSNI" ], [ "https://github.com/goncalves-lab/waddR" ], [ "https://github.com/ridgelab/Kmer-SSR" ], [ "https://github.com/pranavkdm/R-PointHop" ], [ "https://github.com/mrcuizhe/interacCircos" ], [ "https://github.com/NRGLab/Surfaces" ], [ "https://github.com/MullinsLab/ISDB" ], [ "https://github.com/COMBAT-TB/irida-galaxy-deploy" ], [ "https://github.com/taohan10200/NLT" ], [ "https://github.com/CAMI-challenge/CAMITAX" ], [ "https://github.com/OmarOakheart/nPhase" ], [ "https://github.com/c-arthurs/QuArray" ], [ "https://github.com/ablab/TandemTools" ], [ "https://github.com/caranathunge/promor" ], [ "https://github.com/statgenlmu/coala" ], [ "https://github.com/michaelsharpnack/GrassmannCluster" ], [ "https://github.com/BraveGroup/FullySparseFusion" ], [ "https://github.com/princelab/mspire" ], [ "https://github.com/SchulzLab/ORNA" ], [ "https://github.com/4dn-dcic/Rpairix" ], [ "https://github.com/batlabucd/GenomeMining" ], [ "https://github.com/yangyq505/MHRWR" ], [ "https://github.com/crazyhottommy/pyflow_seuratv3_parameter" ], [ "https://github.com/biointec/ismags" ], [ "https://github.com/cov-lineages/scorpio" ], [ "https://github.com/DWALab/Phindr3D" ], [ "https://github.com/LABIOQUIM/visualdynamics" ], [ "https://github.com/oicr-ibc/cssscl" ], [ "https://github.com/elvanov/MOGAMUN" ], [ "https://github.com/kelrenmor/bs3fa" ], [ "https://github.com/the-ahuja-lab/Machine-Olf-Action" ], [ "https://github.com/indranillab/pseudoga" ], [ "https://github.com/saezlab/decoupleR_manuscript" ], [ "https://github.com/abdullah009/RLATools" ], [ "https://github.com/adigherman/Rxnat" ], [ "https://github.com/cfoguet/iso2flux" ], [ "https://github.com/Knowledge-Graph-Hub/kg-phenio" ], [ "https://github.com/cansyl/TransferLearning4DTI" ], [ "https://github.com/HDCVLab/EDFace-Celeb-1M" ], [ "https://github.com/Bgi-LUSH/GPMeta" ], [ "https://github.com/jcvthibault/ibiomes" ], [ "https://github.com/XiaoTaoWang/HiCLift" ], [ "https://github.com/AADavin/ZOMBI" ], [ "https://github.com/renzhenwang/pairwise_segmentation" ], [ "https://github.com/SONGDONGYUAN1994/scsampler" ], [ "https://github.com/AliJam82/MDIPA" ], [ "https://github.com/fhaive/VOLTA" ], [ "https://github.com/XiaoTaoWang/HiCLift" ], [ "https://github.com/ropensci/cRegulome" ], [ "https://github.com/EESI/themetagenomics" ], [ "https://github.com/transbioZI/Gimpute" ], [ "https://github.com/XiaoTaoWang/HiCLift" ], [ "https://github.com/Wayfear/FBNETGEN" ], [ "https://github.com/statway/DTFLOW" ], [ "https://github.com/adamtaiti/SARS-CoV-2" ], [ "https://github.com/bioinformatics-xu/DriverGenePathway" ], [ "https://github.com/Zero-We/BCL" ], [ "https://github.com/JackieSun818/AEFS" ], [ "https://github.com/XiaoTaoWang/HiCLift" ], [ "https://github.com/cskyan/evntextrc" ], [ "https://github.com/anmabu/beeRapp" ], [ "https://github.com/JoanaMPereira/GCsnap" ], [ "https://github.com/Gardner-BinfLab/SoDoPE_paper_2020" ], [ "https://github.com/chan-csu/SPAM-DFBA" ], [ "https://github.com/alexander-malafeev/microsleep-detection" ], [ "https://github.com/miicTeam/MIIC" ], [ "https://github.com/ddiem-ri-4D/epiTCR" ], [ "https://github.com/LorMeBioAI/DCiPatho" ], [ "https://github.com/lab319/gwas_filter" ], [ "https://github.com/aigzhusmart/Slim-UNETR" ], [ "https://github.com/mengweiren/q-space-conditioned-dwi-synthesis" ], [ "https://github.com/bougui505/SOM" ], [ "https://github.com/liaoherui/StrainScan" ], [ "https://github.com/jhu99/scbean" ], [ "https://github.com/jhu99/scbean" ], [ "https://github.com/jhu99/scbean" ], [ "https://github.com/GMOD/jbrowse-jupyter" ], [ "https://github.com/jhu99/scbean" ], [ "https://github.com/dyxmvp/spatial-CUT-Tag" ], [ "https://github.com/shaunpwilkinson/aphid" ], [ "https://github.com/azofeifa/Tfit" ], [ "https://github.com/ncats/IntLIM" ], [ "https://github.com/SmartDataAnalytics/BioKEEN" ], [ "https://github.com/zjy2050/HDCRL-ReID" ], [ "https://github.com/rsinghlab/pyaging" ], [ "https://github.com/Micromeda/pygenprop" ], [ "https://github.com/weitianxin/HyperGCL" ], [ "https://github.com/kanz76/GMPNN-CS" ], [ "https://github.com/yuesongtian/AlphaGAN" ], [ "https://github.com/Novartis/UMM-Discovery" ], [ "https://github.com/BioinfoMachineLearning/cryoppp" ], [ "https://github.com/vanessajurtz/MetaPhinder" ], [ "https://github.com/qianngli/DualSR" ], [ "https://github.com/BIONF/protTrace" ], [ "https://github.com/Kali-Hac/Locality-Awareness-SGE" ], [ "https://github.com/Sanofi-Public/LMR-SurfaceID" ], [ "https://github.com/yangao07/TideHunter" ], [ "https://github.com/psipred/cgdms" ], [ "https://github.com/easycui/nuclei_segmentation" ], [ "https://github.com/fosterlab/PrInCE" ], [ "https://github.com/cjneely10/MetaSanity" ], [ "https://github.com/veg/RASCL" ], [ "https://github.com/terrimporter/MetaWorks" ], [ "https://github.com/iskana/PBWT-sec" ], [ "https://github.com/batmanlab/ICML-2023-Route-interpret-repeat" ], [ "https://github.com/blue-blue272/OccludedReID-RFCnet" ], [ "https://github.com/MinzhuXie/H-PoPG" ], [ "https://github.com/multicom-toolbox/deepdist" ], [ "https://github.com/djmaity/md-davis" ], [ "https://github.com/misteru/CNAFS" ], [ "https://github.com/psychopa4/MSHPFNL" ], [ "https://github.com/leandroradusky/pyFoldX" ], [ "https://github.com/paudano/kestrel" ], [ "https://github.com/arunsethuraman/biomi609spring2022" ], [ "https://github.com/flatironinstitute/st_gridnet" ], [ "https://github.com/ManchesterBioinference/GPcounts" ], [ "https://github.com/MilesCranmer/bnn_chaos_model" ], [ "https://github.com/hallamlab/TreeSAPP" ], [ "https://github.com/Splicebox/Jutils" ], [ "https://github.com/kemaloksuz/LRP-Error" ], [ "https://github.com/bouracha/OoDMotion" ], [ "https://github.com/xmuyulab/Diamond" ], [ "https://github.com/hasibzunair/synthetic-covid-cxr-dataset" ], [ "https://github.com/prafols/rMSIproc" ], [ "https://github.com/wanglabtongji/STRIDE" ], [ "https://github.com/rongma6/QSARMPC_DTIMPC" ], [ "https://github.com/LinHong-HIT/USOD10K" ], [ "https://github.com/refresh-bio/GTShark" ], [ "https://github.com/ZhuMSLab/DecoMetDIA" ], [ "https://github.com/s-will/LocARNA" ], [ "https://github.com/belowlab/IMMerge" ], [ "https://github.com/medvedevgroup/vargeno" ], [ "https://github.com/Acare/hacksig" ], [ "https://github.com/PombertLab/SYNY" ], [ "https://github.com/4ment/seqotron" ], [ "https://github.com/morispi/LRez" ], [ "https://github.com/ZhangGroup-MITChemistry/OpenABC" ], [ "https://github.com/Jiahao-UTS/DSLPT" ], [ "https://github.com/pedronachtigall/CodAn" ], [ "https://github.com/armsd/aRMSD" ], [ "https://github.com/malabz/HAlign-3" ], [ "https://github.com/pievos101/GNN-SubNet" ], [ "https://github.com/rtahmasbi/GeneEvolve" ], [ "https://github.com/XiaoTaoWang/HiCLift" ], [ "https://github.com/hr1912/TreeExp" ], [ "https://github.com/hr1912/TreeExp" ], [ "https://github.com/elkebir-group/doubletD" ], [ "https://github.com/anitalu724/MutScape" ], [ "https://github.com/hr1912/TreeExp" ], [ "https://github.com/rdzhao/ProteinPocketDetection" ], [ "https://github.com/comprna/reorientexpress" ], [ "https://github.com/antao97/SegGroup" ], [ "https://github.com/yfukai/laptrack" ], [ "https://github.com/qdu1995/DQSD" ], [ "https://github.com/yuewangpanda/BioMethyl" ], [ "https://github.com/BioinformaticsCSU/MSBMF" ], [ "https://github.com/qunfengdong/DCN" ], [ "https://github.com/hr1912/TreeExp" ], [ "https://github.com/XiaoTaoWang/HiCLift" ], [ "https://github.com/vpc-ccg/circminer" ], [ "https://github.com/michal-brylinski/earomatic" ], [ "https://github.com/wangyida/gm-cml" ], [ "https://github.com/HubYZ/LatentEnhancement" ], [ "https://github.com/ciortanmadalina/graph-sc" ], [ "https://github.com/mensxmachina/BioDataome" ], [ "https://github.com/alcs417/CGGA" ], [ "https://github.com/LBBSoft/DeepCDA" ], [ "https://github.com/sheng-n/DL-miRNA-disease-association-methods" ], [ "https://github.com/nnzhan/TraverseNet" ], [ "https://github.com/cepid-cces/hpccs" ], [ "https://github.com/cantinilab/HuMMuS" ], [ "https://github.com/XiaoTaoWang/HiCLift" ], [ "https://github.com/biocorecrg/ExOrthist" ], [ "https://github.com/XiaoTaoWang/HiCLift" ], [ "http://github.com/chen709847237/xDeep-AcPEP" ], [ "https://github.com/WJmodels/SRCV" ], [ "https://github.com/jkbonfield/crumble" ], [ "https://github.com/xjtu-omics/IAGS" ], [ "https://github.com/gogleva/SecretSanta" ], [ "https://github.com/pervouchine/bam2ssj" ], [ "https://github.com/Fleishman-Lab/AbDesign_for_enzymes" ], [ "https://github.com/nicfel/CoupledMCMC" ], [ "https://github.com/fanglab/MatrixEpistasis" ], [ "https://github.com/bio-ontology-research-group/mowl" ], [ "https://github.com/soumbane/STSGT" ], [ "https://github.com/morispi/CONSENT" ], [ "https://github.com/sys-bio/antimony" ], [ "https://github.com/franapoli/gep2pep" ], [ "https://github.com/DREAMXFAR/FCL-Net" ], [ "https://github.com/BonilKoo/ML_purity" ], [ "https://github.com/PRIS-CV/AP-CNN_Pytorch-master" ], [ "https://github.com/montecuollo/E2FM" ], [ "https://github.com/ZekunYin/RabbitQC" ], [ "https://github.com/BDanalysis/aitac" ], [ "https://github.com/cew88/AutoCAT" ], [ "https://github.com/pmeysman/TCRclusteringPaper" ], [ "https://github.com/cfbeuchel/Metabolite-Investigator" ], [ "https://github.com/CompMeth/VSeq-Toolkit" ], [ "https://github.com/difhnp/ELGLT" ], [ "https://github.com/gdiminin/HaSAPPy" ], [ "https://github.com/zrq0123/SinNLRR" ], [ "https://github.com/C3BI-pasteur-fr/ReGaTE" ], [ "https://github.com/gengmufeng/CNCL-denoising" ], [ "https://github.com/zwx8981/BIQA_CL" ], [ "https://github.com/BMILAB/AStrap" ], [ "https://github.com/isugifNF/polishCLR" ], [ "https://github.com/Poisson-EM/Entropy-weighted-NMF" ], [ "https://github.com/jingjin25/LFASR-FS-GAF" ], [ "https://github.com/elyadlezmi/RNA2CM" ], [ "https://github.com/TalusBio/nf-encyclopedia" ], [ "https://github.com/cepid-cces/hpccs" ], [ "https://github.com/emunte/vaRHC" ], [ "https://github.com/phnmnl/wft4galaxy" ], [ "https://github.com/zskuang58/WTRN-TIP" ], [ "https://github.com/liuzhuang13/Transferable_RA" ], [ "https://github.com/nitzanlab/biolord" ], [ "https://github.com/jhu99/scbean" ], [ "https://github.com/RodrigoGantier/SPADE_E2VID" ], [ "https://github.com/mae92/MutantHuntWGS" ], [ "https://github.com/xiat0616/pseudo-healthy-synthesis" ], [ "https://github.com/colabobio/sciviewer" ], [ "https://github.com/wcmc-research-informatics/redcap-ddp" ], [ "https://github.com/jhu99/scbean" ], [ "https://github.com/fhanau/mspack" ], [ "https://github.com/hzz0024/EasyParallel" ], [ "https://github.com/sairum/tcsbu" ], [ "https://github.com/boutroslab/HTSvis" ], [ "https://github.com/XJJ-student/PhenoComp" ], [ "https://github.com/pdbeurope/pdbecif" ], [ "https://github.com/ahmedmagds/WhatsGNU" ], [ "https://github.com/sysbiolux/DCcov" ], [ "https://github.com/jhu99/scbean" ], [ "https://github.com/RamanLab/MinReact" ], [ "https://github.com/jianlin-cheng/GNET2" ], [ "https://github.com/kundajelab/gkmexplain" ], [ "https://github.com/PennChopMicrobiomeProgram/unassigner" ], [ "https://github.com/xzenglab/DCF" ], [ "https://github.com/songweizhi/Binning_refiner" ], [ "https://github.com/jsvir/lscae" ], [ "https://github.com/elodiegermani/SAPHIR" ], [ "https://github.com/Linfeng-Tang/DRLIE" ], [ "https://github.com/chjiao/TAR-VIR" ], [ "https://github.com/anjalisilva/MPLNClust" ], [ "https://github.com/phylo42/sherpas" ], [ "https://github.com/shazanfar/DCARS" ], [ "https://github.com/FangShancheng/ABINet-PP" ], [ "https://github.com/refresh-bio/Whisper" ], [ "https://github.com/optimusmoose/JAMSS" ], [ "https://github.com/alshai/levioSAM" ], [ "https://github.com/jhu99/scbean" ], [ "https://github.com/artedison/Edison_Lab_Shared_Metabolomics_UGA" ], [ "https://github.com/dongliangchang/OSLNet" ], [ "https://github.com/lichen-lab/powmic" ], [ "https://github.com/wf8/sumac" ], [ "https://github.com/GenomicParisCentre/aozan" ], [ "https://github.com/cozygene/CONFINED" ], [ "https://github.com/cepid-cces/hpccs" ], [ "https://github.com/Maihj/AC-DIAMOND" ], [ "https://github.com/scoutzxb/CscoreTool" ], [ "https://github.com/omerwe/LEAP" ], [ "https://github.com/c-yn/DSANet" ], [ "https://github.com/lingfeiwang/findr" ], [ "https://github.com/robotology/natural-speech" ], [ "https://github.com/funatiq/cuclark" ], [ "https://github.com/cepid-cces/hpccs" ], [ "https://github.com/DecBayComp/TRamWAy" ], [ "https://github.com/JC-Price/DeuteRater" ], [ "https://github.com/CSB-KaracaLab/BINDKIN" ], [ "https://github.com/cepid-cces/hpccs" ], [ "https://github.com/cepid-cces/hpccs" ], [ "https://github.com/cepid-cces/hpccs" ], [ "https://github.com/jade-nhri/CCBGpipe" ], [ "https://github.com/CenterForStatistics-UGent/SPsimSeq" ], [ "https://github.com/zhangyijia1979/hierarchical-RNNs-model-for-DDI-extraction" ], [ "https://github.com/jianlin-cheng/TransFun" ], [ "https://github.com/Zhangxf-ccnu/EnImpute" ], [ "https://github.com/oarnaiz/ParTIES" ], [ "https://github.com/CloudDataLab/CIR-Net" ], [ "https://github.com/cyones/mirDNN" ], [ "https://github.com/tianchengzhe/EllipTrack" ], [ "https://github.com/CiaranWelsh/pycotools" ], [ "https://github.com/CVIR-Lab/MarsData" ], [ "https://github.com/cepid-cces/hpccs" ], [ "https://github.com/WLYLab/PepFormer" ], [ "https://github.com/wangshanshanCQU/CRTL" ], [ "https://github.com/niemasd/FAVITES" ], [ "https://github.com/royee182/DPL" ], [ "https://github.com/Fjr9516/GSL" ], [ "https://github.com/soedinglab/spacepharer" ], [ "https://github.com/luo-junyu/GALA" ], [ "https://github.com/timkucera/proteogan" ], [ "https://github.com/BIMIB-DISCo/VERSO" ], [ "https://github.com/UofABioinformaticsHub/shinyNgsreports" ], [ "https://github.com/dwaithe/quantifly" ], [ "https://github.com/WT215/bayNorm_papercode" ], [ "https://github.com/tkchafin/mrbait" ], [ "https://github.com/Jillian555/TNNLS_CDRS" ], [ "https://github.com/pfenninglab/halLiftover-postprocessing" ], [ "https://github.com/Joye9285/scGAC" ], [ "https://github.com/carinerey/caars" ], [ "https://github.com/akiomiyao/tif" ], [ "https://github.com/AldisiRana/GenRisk" ], [ "https://github.com/IPK-BIT/isa4j" ], [ "https://github.com/CDCgov/TB_molecular_epidemiology" ], [ "https://github.com/pcastellanoescuder/FoodBiomarkerOntology" ], [ "https://github.com/TanemuraKiyoto/AutoGraph" ], [ "https://github.com/yangfangs/physpetools" ], [ "https://github.com/njdbickhart/RAPTR-SV" ], [ "https://github.com/eudoraleer/scasa" ], [ "https://github.com/MattCzajkowski/GenCoF" ], [ "https://github.com/DasLab/RiboDraw" ], [ "https://github.com/jsunn-y/DeCOIL" ], [ "https://github.com/VITA-Group/CERL" ], [ "https://github.com/GouXiangJian/SSRMMD" ], [ "https://github.com/YangLiu9208/TCGL" ], [ "https://github.com/bigdataprocessor/bigdataprocessor2" ], [ "https://github.com/anuprulez/galaxy_tool_recommendation" ], [ "https://github.com/PacificBiosciences/HiPhase" ], [ "https://github.com/baohongz/bioInfograph" ], [ "https://github.com/lmbxmu/1xN" ], [ "https://github.com/goolig/drug_safety_pregnancy_prediction" ], [ "https://github.com/BrianOSullivanGit/vcfView" ], [ "https://github.com/venyao/MaizeSNPDB" ], [ "https://github.com/umich-biostatistics/AEenrich" ], [ "https://github.com/oxpig/SPACE2" ], [ "https://github.com/dterg/biomedical_corpora" ], [ "https://github.com/IILab-Resource/MGDTA" ], [ "https://github.com/alncat/opusDSD" ], [ "https://github.com/YuxiangZhang-BIT/IEEE_TNNLS_Gia-CFSL" ], [ "https://github.com/dhcai21/RVHaplo" ], [ "https://github.com/PGP-UK/GenomeChronicler" ], [ "https://github.com/Caleydo/coral" ], [ "https://github.com/llecompte/SVJedi" ], [ "https://github.com/SoniaRuiz/aws-s3-integrity-check" ], [ "https://github.com/liuji93/DCM" ], [ "https://github.com/PSSUN/CircCode" ], [ "https://github.com/badriadhikari/DEEPCON" ], [ "https://github.com/Cobanoglu-Lab/EPEE" ], [ "https://github.com/csoneson/countsimQC" ], [ "https://github.com/elbasir/DeepCrystal" ], [ "https://github.com/genetronhealth/uvc" ], [ "https://github.com/XingTang2014/annoPeak" ], [ "https://github.com/Andre-lab/ZEAL" ], [ "https://github.com/jnktsj/DNApi" ], [ "https://github.com/zw2x/glinter" ], [ "https://github.com/Jzy2017/TACL" ], [ "https://github.com/AdamaJava/adamajava" ], [ "https://github.com/baumbachlab/epigen" ], [ "https://github.com/jiyuuchc/lacss" ], [ "https://github.com/aispeech-lab/TinyWASE" ], [ "https://github.com/BioinformaticsCSU/HGIMC" ], [ "https://github.com/iktos/generation-under-synthetic-constraint" ], [ "https://github.com/alexandrovteam/pySM" ], [ "https://github.com/Integrative-Transcriptomics/DamageProfiler" ], [ "https://github.com/nachifur/LLPC" ], [ "https://github.com/metagenlab/zDB" ], [ "https://github.com/JEFworks-Lab/veloviz" ], [ "https://github.com/BiodataAnalysisGroup/UMIc" ], [ "https://github.com/AIRI-Institute/PROSTATA" ], [ "https://github.com/Gaius-Augustus/MakeHub" ], [ "https://github.com/raghvendra5688/BCrystal" ], [ "https://github.com/WangyiNTU/Point-supervised-crowd-detection" ], [ "https://github.com/bonsai-team/Porechop_ABI" ], [ "https://github.com/anuradhawick/LRBinner" ], [ "https://github.com/jianlin-cheng/GenomeFlow" ], [ "https://github.com/NK-CS-ZZL/IAN" ], [ "https://github.com/XiaoqiongXia/MDTips" ], [ "https://github.com/compomics/cellmissy" ], [ "https://github.com/gcgreenberg/LexicHash" ], [ "https://github.com/ml-jku/hyper-dti" ], [ "https://github.com/jaswindersingh2/RNAsnap2" ], [ "https://github.com/KnowEnG/TeachEnG" ], [ "https://github.com/yulisun/IRG-McS" ], [ "https://github.com/SchulzLab/JAMI" ], [ "https://github.com/haha-lisa/Diffstyler" ], [ "https://github.com/marschall-lab/panacus" ], [ "https://github.com/NetherlandsMetabolomicsCentre/metitree" ], [ "https://github.com/nfdi4cat/Ontology-Overview-of-NFDI4Cat" ], [ "https://github.com/HUANGLIZI/ScribFormer" ], [ "https://github.com/PMMAraujo/snappy" ], [ "https://github.com/leylabmpi/Struo" ], [ "https://github.com/lh3/varcmp" ], [ "https://github.com/beirnaert/speaq" ], [ "https://github.com/taozh2017/FAPNet" ], [ "https://github.com/neurokidslab/eeg_preprocessing" ], [ "https://github.com/MartinPernus/MaskFaceGAN" ], [ "https://github.com/BergmannLab/PascalX" ], [ "https://github.com/MengweiLi-project/gmqn" ], [ "https://github.com/ken0-1n/Genomon-ITDetector" ], [ "https://github.com/soedinglab/MMseqs" ], [ "https://github.com/FischerJo/FAME" ], [ "https://github.com/alexfreudenberg/miraculix" ], [ "https://github.com/missuse/ragp" ], [ "https://github.com/lmbxmu/DCFF" ], [ "https://github.com/younglululu/COCACOLA" ], [ "https://github.com/s6juncheng/BERTMHC" ], [ "https://github.com/maplesond/SPECTRE" ], [ "https://github.com/yunwilliamyu/opal" ], [ "https://github.com/cast-genomics/haptools" ], [ "https://github.com/kundaMwiza/fMRI-site-adaptation" ], [ "https://github.com/yeastrc/proxl-web-app" ], [ "https://github.com/psipred/DeepMetaPSICOV" ], [ "https://github.com/SpatialTranscriptomicsResearch/st_viewer" ], [ "https://github.com/lasigeBioTM/K-BiOnt" ], [ "https://github.com/benkeser/slapnap" ], [ "https://github.com/naim-panjwani/LocusFocus" ], [ "https://github.com/Icep2020/CrowdGAN" ], [ "https://github.com/TearsWaiting/ACPred-LAF" ], [ "https://github.com/NeuroCompLab-psu/SNN-Conversion" ], [ "https://github.com/pylelab/rMSA" ], [ "https://github.com/AlexandrovLab/SigProfilerSimulator" ], [ "https://github.com/ufbmi/onefl-deduper" ], [ "https://github.com/csms-ethz/CombiFF" ], [ "https://github.com/SchulzLab/RAPID" ], [ "https://github.com/jiazhao97/BWMR" ], [ "https://github.com/KoslickiLab/MetagenomicKG" ], [ "https://github.com/JEFworks-Lab/SEraster" ], [ "https://github.com/Ma-Xinzhi/LightConvNet" ], [ "https://github.com/GuoBioinfoLab/CATT" ], [ "https://github.com/paolapesantez/biLouvain" ], [ "https://github.com/ZijingMao/ROICNN" ], [ "https://github.com/xypan1232/DislncRF" ], [ "https://github.com/vpc-ccg/pamir" ], [ "https://github.com/at-cg/PanAligner" ], [ "https://github.com/JHnlp/BC5CIDTask" ], [ "https://github.com/pykeen/benchmarking" ], [ "https://github.com/marcomeola/DAIRYdb" ], [ "https://github.com/PCAubin/GRISLI" ], [ "https://github.com/citiususc/BigSeqKit" ], [ "https://github.com/DerKevinRiehl/TransposonUltimate" ], [ "https://github.com/urrutiag/destin" ], [ "https://github.com/zetayue/CPA" ], [ "https://github.com/rsemeraro/PyPore" ], [ "https://github.com/Tarskin/LaCyTools" ], [ "https://github.com/ch3cook-fdu/Vote2Cap-DETR" ], [ "https://github.com/ucas-vg/GroupSampling" ], [ "https://github.com/harry-maan/gmx_qk" ], [ "https://github.com/yuzhounh/GWC" ], [ "https://github.com/HongzhouTang/Pros-GNN" ], [ "https://github.com/crazyinter/RNN-VirSeeker" ], [ "https://github.com/lauzingaretti/deepaps" ], [ "https://github.com/gtDMMB/RNAStructViz" ], [ "https://github.com/fudan-zvg/DGMN2" ], [ "https://github.com/zhasen1996/AGLN" ], [ "https://github.com/citiususc/veryfasttree" ], [ "https://github.com/JCVenterInstitute/ggrasp" ], [ "https://github.com/SBU-BMI/region-templates" ], [ "https://github.com/Bayer-Group/cellenium" ], [ "https://github.com/xytmhy/DID-ANet-Defocus-Deblurring" ], [ "https://github.com/carjed/helmsman" ], [ "https://github.com/simonwhelan/prequal" ], [ "https://github.com/welch-lab/pyliger" ], [ "https://github.com/ghzuo/cvtree" ], [ "https://github.com/tskit-dev/tstrait" ], [ "https://github.com/ludovicchaput/FastTargetPred" ], [ "https://github.com/kypraios/epiABC" ], [ "https://github.com/PlantDefenseMetabolism/MetCirc" ], [ "https://github.com/kdmurray91/axe" ], [ "https://github.com/csjunxu/SSRSC" ], [ "https://github.com/cbsropenproject/6dof_face" ], [ "https://github.com/wangsen99/FDLNet" ], [ "https://github.com/statgen/savvy" ], [ "https://github.com/jasonsahl/wgfast" ], [ "https://github.com/DirtyHarryLYL/SymNet" ], [ "https://github.com/zhyczy/FedTP" ], [ "https://github.com/jeffersonfparil/compare_genomes" ], [ "https://github.com/ygjwd12345/VISTA-Net" ], [ "https://github.com/jedforrest/BondGraphs" ], [ "https://github.com/lmbxmu/EPruner" ], [ "https://github.com/accsc/GAsol" ], [ "https://github.com/cchauve/HyAsP" ], [ "https://github.com/WangLabHKUST/CNAPE" ], [ "https://github.com/dstoeckel/causaltrail" ], [ "https://github.com/jackh726/bigtools" ], [ "https://github.com/Superzchen/iFeatureOmega-GUI" ], [ "https://github.com/BioinfoMachineLearning/ATOMRefine" ], [ "https://github.com/HakimBenkirane/CustOmics" ], [ "https://github.com/jvparidon/subs2vec" ], [ "https://github.com/venyao/intansv" ], [ "https://github.com/sculab/RASP" ], [ "https://github.com/biodataganache/leapR" ], [ "https://github.com/bcgsc/btllib" ], [ "https://github.com/bcgsc/btllib" ], [ "https://github.com/Jialab-UCR/GDCRNATools" ], [ "https://github.com/bcgsc/btllib" ], [ "https://github.com/bcgsc/btllib" ], [ "https://github.com/wuzhe71/DCN" ], [ "https://github.com/jackh726/bigtools" ], [ "https://github.com/jackh726/bigtools" ], [ "https://github.com/jackh726/bigtools" ], [ "https://github.com/NCBI-Hackathons/Network_SNPs" ], [ "https://github.com/grimmlab/easyPheno" ], [ "https://github.com/ksanao/TGNet" ], [ "https://github.com/supramolecular-toolkit/stk" ], [ "https://github.com/Zongwei97/HIDANet" ], [ "https://github.com/Bios4Biol/MINTIA" ], [ "https://github.com/ekraka/TS-GAN" ], [ "https://github.com/szzexpoi/AiR" ], [ "https://github.com/rohan-shah/mpMap2" ], [ "https://github.com/genouest/biomaj2galaxy" ], [ "https://github.com/YonghaoXu/Txt2Img-MHN" ], [ "https://github.com/TRON-Bioinformatics/neofox" ], [ "https://github.com/YTLogos/BnaSNPDB" ], [ "https://github.com/niccw/repeatCraftp" ], [ "https://github.com/labstructbioinf/localpdb" ], [ "https://github.com/remega/video_database" ], [ "https://github.com/tskit-dev/tstrait" ], [ "https://github.com/tskit-dev/tstrait" ], [ "https://github.com/NTU-UAVG/CTS-visual-drone-swarm" ], [ "https://github.com/tskit-dev/tstrait" ], [ "https://github.com/JWSoh/VDIR" ], [ "https://github.com/Ze-Yang/Efficient-FSOD" ], [ "https://github.com/transbioZI/dsMTLBase" ], [ "https://github.com/transbioZI/dsMTLClient" ], [ "https://github.com/georgeg0/PheGWAS" ], [ "https://github.com/pogudingleb/SIAN" ], [ "https://github.com/dkoslicki/EMDUniFrac" ], [ "https://github.com/rmcong/DAFNet_TIP20" ], [ "https://github.com/hseabolt/tautyping" ], [ "https://github.com/jackh726/bigtools" ], [ "https://github.com/manalirupji/CASAS" ], [ "https://github.com/ge11232002/CNEr" ], [ "https://github.com/GreiffLab/immuneSIM" ], [ "https://github.com/tskit-dev/tstrait" ], [ "https://github.com/tskit-dev/tstrait" ], [ "https://github.com/stuckinaboot/iGenomics" ], [ "https://github.com/HelikarLab/COMO" ], [ "https://github.com/tskit-dev/tstrait" ], [ "https://github.com/AoxiangFan/EifficientDeterministicSearch" ], [ "https://github.com/jackh726/bigtools" ], [ "https://github.com/jackh726/bigtools" ], [ "https://github.com/jackh726/bigtools" ], [ "https://github.com/FridleyLab/spatialGE" ], [ "https://github.com/rwehrens/ptw" ], [ "https://github.com/ZhonghuiGu/HEAL" ], [ "https://github.com/mandricigor/isoem2" ], [ "https://github.com/CshlSiepelLab/DENR" ], [ "https://github.com/nanakiksc/zerone" ], [ "https://github.com/FadyMohareb/mapoptics" ], [ "https://github.com/jiequancui/ResLT" ], [ "https://github.com/karakulahg/TEffectR" ], [ "https://github.com/lelaboratoire/tpot-fss" ], [ "https://github.com/soedinglab/merlot" ], [ "https://github.com/tsudalab/mp-lamp" ], [ "https://github.com/cbrueffer/tophat-recondition" ], [ "https://github.com/JingZhou2015/MeSHSim" ], [ "https://github.com/NeilPearson-Lilly/TractaViewer" ], [ "https://github.com/qibebt-bioinfo/dynamic-meta-storms" ], [ "https://github.com/yanglixiaoshen/ProVQA" ], [ "https://github.com/kentsisresearchgroup/ProteomeGenerator2" ], [ "https://github.com/hcji/ProSAP" ], [ "https://github.com/JinmiaoChenLab/ezSingleCell2" ], [ "https://github.com/rvinas/adversarial-gene-expression" ], [ "https://github.com/hsinnan75/DART" ], [ "https://github.com/feiglab/prefmd" ], [ "https://github.com/cchauve/lrcstats" ], [ "https://github.com/mmundy42/mackinac" ], [ "https://github.com/leesael/GIFT" ], [ "https://github.com/johnschwenck/bp" ], [ "https://github.com/zhangjunpeng411/LncmiRSRN" ], [ "https://github.com/amcdavid/HurdleNormal" ], [ "https://github.com/jakelever/pgxmine" ], [ "https://github.com/jclachance/BOFdat" ], [ "https://github.com/ncats/ld50-multitask" ], [ "https://github.com/kblin/covid-spike-classification" ], [ "https://github.com/drbergman/PhysiPKPD" ], [ "https://github.com/lunching/wiSDOM" ], [ "https://github.com/BDM-Lab/3DMax" ], [ "https://github.com/mboboGO/MOMN" ], [ "https://github.com/RedaRawi/PaRSnIP" ], [ "https://github.com/biointec/jesse" ], [ "https://github.com/horvatovichlab/MSIWarp" ], [ "https://github.com/omorante/shinyepico" ], [ "https://github.com/pmcharrison/ppm" ], [ "https://github.com/lh3/ropebwt2" ], [ "https://github.com/hoelzer/pocp" ], [ "https://github.com/jglamine/phage" ], [ "https://github.com/spatialsimulator/XitoSBML" ], [ "https://github.com/JLSteenwyk/ggpubfigs" ], [ "https://github.com/pyratlib/pyrat" ], [ "https://github.com/Dmmm1997/DenseUAV" ], [ "https://github.com/guijiejie/SSL" ], [ "https://github.com/ccrainic/upstrap" ], [ "https://github.com/RobersonLab/motif_scraper" ], [ "https://github.com/RobertGregg/CellularPotts" ], [ "https://github.com/ding-lab/MIRMMR" ], [ "https://github.com/vanvalenlab/kiosk-console" ], [ "https://github.com/hw2hwei/SKAL" ], [ "https://github.com/Voineagulab/TDAview" ], [ "https://github.com/stjude/seaseq" ], [ "https://github.com/chilleo/ALPHA" ], [ "https://github.com/ruixv/NLOS-OT" ], [ "https://github.com/labstructbioinf/pLM-BLAST" ], [ "https://github.com/tskit-dev/tstrait" ], [ "https://github.com/bioinformatics-centre/bayesembler" ], [ "https://github.com/sysbiolux/FALCON" ], [ "https://github.com/fmicompbio/monaLisa" ], [ "https://github.com/jahuth/convis" ], [ "https://github.com/djwooten/synergy" ], [ "https://github.com/vahidr213/Underwater-Image-Restoration-And-Enhancement-Collection" ], [ "https://github.com/osenan/cliqueMS" ], [ "https://github.com/RUBi-ZA/MODE-TASK" ], [ "https://github.com/RUBi-ZA/MODE-TASK" ], [ "https://github.com/RUBi-ZA/MODE-TASK" ], [ "https://github.com/Biobix/REPARATION" ], [ "https://github.com/RUBi-ZA/MODE-TASK" ], [ "https://github.com/signaturescience/skater" ], [ "https://github.com/ShiQiu0419/pnp-3d" ], [ "https://github.com/linsalrob/partie" ], [ "https://github.com/THGLab/int2cart" ], [ "https://github.com/aehrc/cvt2distilgpt2" ], [ "https://github.com/himelmallick/IntegratedLearner" ], [ "https://github.com/Tagliacollo/PartitionUCE" ], [ "https://github.com/bihealth/scelvis" ], [ "https://github.com/tbaccata/amica" ], [ "https://github.com/Zafar-Lab/Margaret" ], [ "https://github.com/hitbc/deBGA" ], [ "https://github.com/andobrescu/Multi_task_plant_phenotyping" ], [ "https://github.com/gimelbrantlab/magic" ], [ "https://github.com/ruiyi-zhang/scPretrain" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/kochgroup/kinase_nnfp" ], [ "https://github.com/Layne-Huang/EGFI" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/theosysbio/means" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/mikelhernaez/qvz" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/neuropoly/axonpacking" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rosedu1/deconvSeq" ], [ "https://github.com/JungeAlexander/cocoscore" ], [ "https://github.com/SydneyBioX/CiteFuse" ], [ "https://github.com/lichen-lab/MDeep" ], [ "https://github.com/FridleyLab/spatialTIME" ], [ "https://github.com/monarch-initiative/MAxO" ], [ "https://github.com/DessimozLab/iHam" ], [ "https://github.com/DessimozLab/pyHam" ], [ "https://github.com/monarch-initiative/MAxO" ], [ "https://github.com/CSB5/atminter" ], [ "https://github.com/gordon-chenmo/UTRAD" ], [ "https://github.com/GauravPandeyLab/ensemble_integration" ], [ "https://github.com/TU-Darmstadt-APQ/RedPitaya-IntStab" ], [ "https://github.com/ChrispinChaguza/RCandy" ], [ "https://github.com/need47/fselector" ], [ "https://github.com/KangchengHou/admix-kit" ], [ "https://github.com/anirudhsom/PI-Net" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/phe-bioinformatics/snapperdb" ], [ "https://github.com/RitataLU/ATACgraph" ], [ "https://github.com/natir/fpa" ], [ "https://github.com/lifs-tools/jmzTab-m" ], [ "https://github.com/lol88/Mol2Context-vec" ], [ "https://github.com/matthiasbock/BooleSim" ], [ "https://github.com/insilicomedicine/DILBERT" ], [ "https://github.com/BIGslu/kimma" ], [ "https://github.com/Shihang-Wang-58/DeepSA" ], [ "https://github.com/gopuvenkat/MHCAttnNet" ], [ "https://github.com/SysBioChalmers/HGTphyloDetect" ], [ "https://github.com/jind11/Deep-PICO-Detection" ], [ "https://github.com/benjaminjack/pinetree" ], [ "https://github.com/Yeyke/H-BLAST" ], [ "https://github.com/Sanofi-Public/IDD-papers-fragrl" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/LooseLab/Icarust" ], [ "https://github.com/ay-lab/HiCnv" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/nrohani/MolecularSubtypes" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/shuangj00/HARMONIES" ], [ "https://github.com/wzhang1984/NBSS" ], [ "https://github.com/hellloxiaotian/ADNet" ], [ "https://github.com/krm15/ACME" ], [ "https://github.com/kevinmcgregor/mdine" ], [ "https://github.com/delehef/asgart" ], [ "https://github.com/JosieHong/3DMolMS" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/AlexKnyshov/alibaseq" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/Shape-Lab/SPHARM-Net" ], [ "https://github.com/apallavicini/PLANiTS" ], [ "https://github.com/JuvenileInWind/FARNet" ], [ "https://github.com/monarch-initiative/MAxO" ], [ "https://github.com/monarch-initiative/MAxO" ], [ "https://github.com/monarch-initiative/MAxO" ], [ "https://github.com/zikai1/GraphReg" ], [ "https://github.com/monarch-initiative/MAxO" ], [ "https://github.com/erasmus-center-for-biomics/Nimbus" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/StanfordBioinformatics/mvp_aaa_codelabs" ], [ "https://github.com/BioComputingUP/ring-pymol" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/monarch-initiative/MAxO" ], [ "https://github.com/KothapalliLabPSU/US-PA_simulation_codes" ], [ "https://github.com/raghavagps/toxinpred2" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/luscinius/afcluster" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/MannLabs/PeptDeep-HLA" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/FudanDISC/DISCOpen-MedBox-DialoDiagnosis" ], [ "https://github.com/CityU-AIM-Group/I2GCN" ], [ "https://github.com/deargen/DearWXpub" ], [ "https://github.com/kalininalab/GlyLES" ], [ "https://github.com/huiminkang/PIBLUP" ], [ "https://github.com/biodataganache/SIEVE-Ub" ], [ "https://github.com/ay-lab/HiCtrans" ], [ "https://github.com/Neooolee/GANCDM" ], [ "https://github.com/dunhamlab/PacRAT" ], [ "https://github.com/federicogiorgi/giorgilab" ], [ "https://github.com/zheminzhou/pHierCC" ], [ "https://github.com/bvalot/panISa" ], [ "https://github.com/hagax8/drugtargetor" ], [ "https://github.com/zhongw2/GeneTEFlow" ], [ "https://github.com/GreyGuoweiChen/RNA_virus_detector" ], [ "https://github.com/CongSun-dlut/CPI_extraction" ], [ "https://github.com/tommyhuangthu/FASPR" ], [ "https://github.com/zhanghfd/contamDE" ], [ "https://github.com/TBradley27/FilTar" ], [ "https://github.com/EMI-Group/RelativeNAS" ], [ "https://github.com/xinliangSun/AdaDR" ], [ "https://github.com/Singh-Lab/Differential-Mutation-Analysis" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/ZSI-Bio/variantsdwh" ], [ "https://github.com/monarch-initiative/MAxO" ], [ "https://github.com/CMUSchwartzLab/TUSV-ext" ], [ "https://github.com/ZimmermanGroup/conformer-rl" ], [ "https://github.com/subangstrom/aci" ], [ "https://github.com/bornea/APOSTL" ], [ "https://github.com/maragkakislab/samql" ], [ "https://github.com/IoBT-VISTEC/EEGANet" ], [ "https://github.com/zongnansu1982/drug-target-prediction" ], [ "https://github.com/bcgsc/pavfinder" ], [ "https://github.com/morisUtokyo/mTR" ], [ "https://github.com/ocxtal/libgaba" ], [ "https://github.com/jpquast/protti" ], [ "https://github.com/bfosso/MetaShot" ], [ "https://github.com/zhouweiyg/metaspark" ], [ "https://github.com/zhc940702/MGPred" ], [ "https://github.com/whuang08/TreeScaper" ], [ "https://github.com/xiangwang1223/reinforced_causal_explainer" ], [ "https://github.com/MolecularAI/route-distances" ], [ "https://github.com/ComputationalGenomics/SimRA" ], [ "https://github.com/price0416/Simulome" ], [ "https://github.com/solgenomics/Tea" ], [ "https://github.com/nwuAI/CAN" ], [ "https://github.com/OpenTreeOfLife/phylesystem-api" ], [ "https://github.com/sylvainprigent/napari-stracking" ], [ "https://github.com/ChenHuilong1223/CFVisual" ], [ "https://github.com/GXYM/KPN" ], [ "https://github.com/MathLee/ACCoNet" ], [ "https://github.com/bcgsc/btllib" ], [ "https://github.com/bcgsc/btllib" ], [ "https://github.com/uio-bmi/compairr" ], [ "https://github.com/xmuyulab/Dice-XMBD" ], [ "https://github.com/bcgsc/btllib" ], [ "https://github.com/AhmedStohy/Hybrid-Pointer-Networks" ], [ "https://github.com/KennthShang/PhaGCN" ], [ "https://github.com/dkoslicki/MetaPalette" ], [ "https://github.com/ekg/guix-genomics" ], [ "https://github.com/yz-wang/UCL-Dehaze" ], [ "https://github.com/yechengxi/Sparc" ], [ "https://github.com/usnistgov/lantern" ], [ "https://github.com/ncbi/RepairSig" ], [ "https://github.com/abacus-gene/paml-tutorial" ], [ "https://github.com/HaploKit/vechat" ], [ "https://github.com/BlueBrain/VessMorphoVis" ], [ "https://github.com/NicolaDM/phastSim" ], [ "https://github.com/ma-compbio/MATCHA" ], [ "https://github.com/mwgrassgreen/RobNorm" ], [ "https://github.com/compomics/psm_utils" ], [ "https://github.com/UkyVision/alzheimer-project" ], [ "https://github.com/ddrrnn123/Omni-Seg" ], [ "https://github.com/GanjinZero/CODER" ], [ "https://github.com/broadinstitute/tangent" ], [ "https://github.com/Drinchai/BloodGen3Module" ], [ "https://github.com/G100DKFZ/gene-is" ], [ "https://github.com/yoterel/iCatcher" ], [ "https://github.com/cma2015/CAFU" ], [ "https://github.com/MDU-PHL/ngmaster" ], [ "https://github.com/ahmedhshahin/CenTime" ], [ "https://github.com/BioDataLearning/DeepCirCode" ], [ "https://github.com/KechrisLab/SmCCNet" ], [ "https://github.com/salzberg-lab/Balrog" ], [ "https://github.com/mcieslik-mctp/epicode" ], [ "https://github.com/fizquierdo/perpetually-updated-trees" ], [ "https://github.com/likesum/DeeReCT-PolyA" ], [ "https://github.com/VITA-Group/PA-HMDB51" ], [ "https://github.com/ha-lins/PGCL" ], [ "https://github.com/Bierinformatik/MIRfix" ], [ "https://github.com/yuexujiang/DeepDom" ], [ "https://github.com/pfred/pfred-gui" ], [ "https://github.com/DrosophilaGenomeEvolution/TrEMOLO" ], [ "https://github.com/RUBi-ZA/MODE-TASK" ], [ "https://github.com/RUBi-ZA/MODE-TASK" ], [ "https://github.com/RUBi-ZA/MODE-TASK" ], [ "https://github.com/ncats/RaMP-Client" ], [ "https://github.com/Gu-Lab-RBL-NCI/QuagmiR" ], [ "https://github.com/CompGenomeLab/PHACT" ], [ "https://github.com/mathelab/IntLIM" ], [ "https://github.com/filipspl/AnnapuRNA" ], [ "https://github.com/sahahn/BPt" ], [ "https://github.com/CVI-SZU/WaveCNet" ], [ "https://github.com/yydiao1025/MacFrag" ], [ "https://github.com/MolecularAI/IcolosCommunity" ], [ "https://github.com/RUBi-ZA/MODE-TASK" ], [ "https://github.com/DominikBuchner/apscale" ], [ "https://github.com/Albert-Lau-Lab/tactics_protein_analysis" ], [ "https://github.com/ksiewert/BetaScan" ], [ "https://github.com/lixiang117423/qPCRtools" ], [ "https://github.com/vsingh-group/LCODEC-deep-unlearning" ], [ "https://github.com/phipsonlab/speckle" ], [ "https://github.com/Bhattacharya-Lab/QDeep" ], [ "https://github.com/nafizh/NeuBI" ], [ "https://github.com/JieZheng-ShanghaiTech/HiCoEx" ], [ "https://github.com/flyywh/Recurrent-Multi-Frame-Deraining" ], [ "https://github.com/MarieOestreich/hCoCena" ], [ "https://github.com/bcgsc/btllib" ], [ "https://github.com/Prunoideae/MitoFlex" ], [ "https://github.com/mkpython3/Mutation-Simulator" ], [ "https://github.com/Yingjun-Du/VID" ], [ "https://github.com/aqlaboratory/pnerf" ], [ "https://github.com/pleaseconnectwifi/PNAL" ], [ "https://github.com/psychopa4/MMCNN" ], [ "https://github.com/AggMan96/RK-Net" ], [ "https://github.com/SindiLab/ACTIVA" ], [ "https://github.com/chunmeifeng/SANet" ], [ "https://github.com/hongwang01/OSCNet" ], [ "https://github.com/nioo-knaw/epiGBS2" ], [ "https://github.com/ShuGuoJ/GiGCN" ], [ "https://github.com/macmanes/error_correction" ], [ "https://github.com/saeed-anwar/R2Net" ], [ "https://github.com/katlabs/genegraphics" ], [ "https://github.com/czc/nb_distribution" ], [ "https://github.com/Daniel-Liu-c0deb0t/block-aligner" ], [ "https://github.com/josuebarrera/GenEra" ], [ "https://github.com/emmijokinen/tcrconv" ], [ "https://github.com/telatin/BamToCov" ], [ "https://github.com/BobZwr/Cross-Reconstruction-Transformer" ], [ "https://github.com/Peppags/CNN-SVR" ], [ "https://github.com/HuangLab-Fudan/ASJA" ], [ "https://github.com/gabaldonlab/haplotypo" ], [ "https://github.com/mssm-labmmol/pypolybuilder" ], [ "https://github.com/songc001/remilo" ], [ "https://github.com/WGLab/bioformer" ], [ "https://github.com/junjun-jiang/TLcR-RL" ], [ "https://github.com/gokit1/gokit" ], [ "https://github.com/LUMC/kPAL" ], [ "https://github.com/yhoogstrate/flaimapper" ], [ "https://github.com/XinbangZhang/DSO-NAS" ], [ "https://github.com/hms-dbmi/GenoPheno-CatalogShiny" ], [ "https://github.com/fgvieira/ngsF-HMM" ], [ "https://github.com/shyam671/Mask2Anomaly-Unmasking-Anomalies-in-Road-Scene-Segmentation" ], [ "https://github.com/yigbt/deepFPlearn" ], [ "https://github.com/KirillKryukov/naf" ], [ "https://github.com/lab-smile/DOMINO" ], [ "https://github.com/zyrant/LSNet" ], [ "https://github.com/DeepRank/DeepRank-GNN-esm" ], [ "https://github.com/seqan/needle" ], [ "https://github.com/SLDGroup/survey-zero-shot-nas" ], [ "https://github.com/Richard-Packer/DeepPheWAS" ], [ "https://github.com/bcgsc/kollector" ], [ "https://github.com/jgcri/fldgen" ], [ "https://github.com/SystemsBioinformatics/ecmtool" ], [ "https://github.com/HAShihab/HIPred" ], [ "https://github.com/TheJacksonLaboratory/Picky" ], [ "https://github.com/mapleforest/HaploMerger2" ], [ "https://github.com/RamanLab/FastSL" ], [ "https://github.com/jiantao/Tangram" ], [ "https://github.com/jiantao/Tangram" ], [ "https://github.com/jiantao/Tangram" ], [ "https://github.com/kamimrcht/REINDEER" ], [ "https://github.com/jiantao/Tangram" ], [ "https://github.com/tzt101/INADE" ], [ "https://github.com/kusterlab/universal_spectrum_explorer" ], [ "https://github.com/ymatts/phyC" ], [ "https://github.com/ma-compbio/PEP" ], [ "https://github.com/vigi30/Clinical-GAN" ], [ "https://github.com/ridgerchu/TCJA" ], [ "https://github.com/Bjoux2/DeepMirTar_SdA" ], [ "https://github.com/markovmodel/PySFD" ], [ "https://github.com/citiususc/pastaspark" ], [ "https://github.com/elixir-europe/biovalidator" ], [ "https://github.com/HudsonAlpha/aRNAPipe" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/rhondabacher/methylscaper" ], [ "https://github.com/csirac/dynamicDBG" ], [ "https://github.com/NDCLab/tfpca-tutorial" ], [ "https://github.com/alexchwong/SpliceWiz" ], [ "https://github.com/a-ludi/dentist" ], [ "https://github.com/huangzhii/TSUNAMI" ], [ "https://github.com/LibourelLab/BiofloSoftware" ], [ "https://github.com/julie-forman-kay-lab/IDPConformerGenerator" ], [ "https://github.com/ncbi/GNorm2" ], [ "https://github.com/NIGMS/NIGMS-Sandbox" ], [ "https://github.com/NIGMS/NIGMS-Sandbox" ], [ "https://github.com/NIGMS/NIGMS-Sandbox" ], [ "https://github.com/NIGMS/NIGMS-Sandbox" ], [ "https://github.com/mzlr/sau-net" ], [ "https://github.com/juntang-zhuang/explain_invertible" ], [ "https://github.com/mzlr/sau-net" ], [ "https://github.com/mzlr/sau-net" ], [ "https://github.com/mzlr/sau-net" ], [ "https://github.com/guanjue/S3V2_IDEAS_ESMP" ], [ "https://github.com/tsudalab/NMR-TS" ], [ "https://github.com/yongzhuang/DeepSVFilter" ], [ "https://github.com/ice91/CloudBrush" ], [ "https://github.com/jiantao/Tangram" ], [ "https://github.com/jiantao/Tangram" ], [ "https://github.com/DessiLBI2020/DessiLBI" ], [ "https://github.com/timolassmann/samstat" ], [ "https://github.com/naver/posebert" ], [ "https://github.com/theorod93/sCCA" ], [ "https://github.com/biocore/zebra_filter" ], [ "https://github.com/vertgenlab/gonomics" ], [ "https://github.com/bioinfologics/sdg" ], [ "https://github.com/jamigo/tagFinder" ], [ "https://github.com/reymond-group/virtual-reality-chemical-space" ], [ "https://github.com/KosukeHamazaki/RAINBOWR" ], [ "https://github.com/BradBalderson/Cytocipher" ], [ "https://github.com/nikhilroxtomar/MKDCNet" ], [ "https://github.com/canzarlab/McSplicer" ], [ "https://github.com/NMikolajewicz/MetaLab" ], [ "https://github.com/TAMUCogLab/OpenSync" ], [ "https://github.com/gaobb/MCAR" ], [ "https://github.com/Chang-Li2019/MetaRNN" ], [ "https://github.com/nadeemlab/CIR" ], [ "https://github.com/ZJUYH/radar-to-lidar-place-recognition" ], [ "https://github.com/jiantao/Tangram" ], [ "https://github.com/jiantao/Tangram" ], [ "https://github.com/BIMSBbioinfo/netSmooth" ], [ "https://github.com/mzlr/sau-net" ], [ "https://github.com/mzlr/sau-net" ], [ "https://github.com/mzlr/sau-net" ], [ "https://github.com/mzlr/sau-net" ], [ "https://github.com/immcore/iS-CellR" ], [ "https://github.com/Dulab2020/ARMT" ], [ "https://github.com/cauyrd/ScanIndel" ], [ "https://github.com/ZhenyueQin/Angular-Skeleton-Encoding" ], [ "https://github.com/AstraZeneca/detectIS" ], [ "https://github.com/leylabmpi/DeepMAsED" ], [ "https://github.com/KenLauLab/NVR" ], [ "https://github.com/rochoa85/myChEMBL" ], [ "https://github.com/LeopoldC/Boost-HiC" ], [ "https://github.com/twolinin/LongPhase" ], [ "https://github.com/MicrobialDarkMatter/GraphMB" ], [ "https://github.com/cvn001/transflow" ], [ "https://github.com/PhHermann/LDJump" ], [ "https://github.com/NIGMS/NIGMS-Sandbox" ], [ "https://github.com/anny0316/Drug3D-Net" ], [ "https://github.com/HuiLiuCode/MDBuilder" ], [ "https://github.com/ohlab/SMEG" ], [ "https://github.com/fzahari/ParFit" ], [ "https://github.com/lmcai/PhyloHerb" ], [ "https://github.com/jumphone/Vector" ], [ "https://github.com/ISUgenomics/SequelTools" ], [ "https://github.com/ZiqiaoZhang/FraGAT" ], [ "https://github.com/Lailabcode/DeepSP" ], [ "https://github.com/rpmccordlab/SMILE" ], [ "https://github.com/Gege7177/Dot2dot" ], [ "https://github.com/arwhirang/recursive_chemprot" ], [ "https://github.com/almeidasilvaf/syntenet" ], [ "https://github.com/nf-core/nanostring" ], [ "https://github.com/NIGMS/NIGMS-Sandbox" ], [ "https://github.com/NIGMS/NIGMS-Sandbox" ], [ "https://github.com/NIGMS/NIGMS-Sandbox" ], [ "https://github.com/irycisBioinfo/PATO" ], [ "https://github.com/syngenta/linchemin" ], [ "https://github.com/otayfuroglu/deepQM" ], [ "https://github.com/binderh/CoxBoost" ], [ "https://github.com/CityU-AIM-Group/DSI-Net" ], [ "https://github.com/tangjiapeng/SkeletonNet" ], [ "https://github.com/mkirsche/sapling" ], [ "https://github.com/NUIST-Videocoding/VCRNet" ], [ "https://github.com/greenelab/generic-expression-patterns" ], [ "https://github.com/caporaso-lab/tax-credit-data" ], [ "https://github.com/Pranavkhade/PACKMAN" ], [ "https://github.com/Pranavkhade/PACKMAN" ], [ "https://github.com/Pranavkhade/PACKMAN" ], [ "https://github.com/Pranavkhade/PACKMAN" ], [ "https://github.com/insilichem/garleek" ], [ "https://github.com/harvardinformatics/NGmerge" ], [ "https://github.com/cggh/panoptes" ], [ "https://github.com/123xiaochen/VCFshiny" ], [ "https://github.com/ohuelab/MEGADOCK-on-Colab" ], [ "https://github.com/nisheth/MeFiT" ], [ "https://github.com/CRossSchmidtlein/dPETSTEP" ], [ "https://github.com/huanghanchi/CAMRL" ], [ "https://github.com/lockEF/MultiwayRegression" ], [ "https://github.com/chry04/PLUSplacer" ], [ "https://github.com/kanz76/SSI-DDI" ], [ "https://github.com/Want2Vanish/FBMSNet" ], [ "https://github.com/KangLiao929/Cylin-Painting" ], [ "https://github.com/MRCIEU/epigraphdb" ], [ "https://github.com/klamt-lab/straindesign" ], [ "https://github.com/GIST-CSBL/DeSIDE-DDI" ], [ "https://github.com/l-modolo/TEtools" ], [ "https://github.com/stephaniehicks/methylCC" ], [ "https://github.com/alexander-nash/kurtosis_conservation" ], [ "https://github.com/will-rowe/groot" ], [ "https://github.com/agustinaarroyuelo/Azahar" ], [ "https://github.com/hsoleimani/MLTM" ], [ "https://github.com/jordisr/poreover" ], [ "https://github.com/SinOncology/BreakID" ], [ "https://github.com/lihuamei/DeconPeaker" ], [ "https://github.com/batmanlab/AGXNet" ], [ "https://github.com/ChrisMaherLab/INTEGRATE-Vis" ], [ "https://github.com/WangLabTHU/GPro" ], [ "https://github.com/wiederm/transformato" ], [ "https://github.com/wangweiSJTU/OTUR" ], [ "https://github.com/VeraPancaldiLab/tysserand" ], [ "https://github.com/tticoin/DESC_MOL-DDIE" ], [ "https://github.com/yunchuankong/forgeNet" ], [ "https://github.com/eleGAN23/HyperNets" ], [ "https://github.com/iolag/UPD_study" ], [ "https://github.com/CAMI-challenge/OPAL" ], [ "https://github.com/RWParsons/circacompare" ], [ "https://github.com/yujialinncu/PredGly" ], [ "https://github.com/fnardi/GFPLAIN" ], [ "https://github.com/numediart/UMONS-TAICHI" ], [ "https://github.com/mahaichuan/Versatile-Image-Compression" ], [ "https://github.com/etirouthier/keras_dna" ], [ "https://github.com/Stephane-S/Simplot_PlusPlus" ], [ "https://github.com/shimlab/NanoSplicer" ], [ "https://github.com/Aboriginer/HFS-SDE" ], [ "https://github.com/bokulich-lab/q2-fondue" ], [ "https://github.com/hsinnan75/Kart" ], [ "https://github.com/wenguanwang/ASNet" ], [ "https://github.com/lanagarmire/NMFEM" ], [ "https://github.com/urmi-21/orfipy" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/TurkuNLP/CAFA3" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/lnsmith54/BOSS" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/liuqivandy/scRNABatchQC" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/heinc1010/BAMixChecker" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/louisgt/SodaPop" ], [ "https://github.com/BenoitMorel/ParGenes" ], [ "https://github.com/ludvigla/semla" ], [ "https://github.com/dacuevas/PMAnalyzer" ], [ "https://github.com/xdweixia/TBGL-MVC" ], [ "https://github.com/browning-lab/flare" ], [ "https://github.com/PF2-pasteur-fr/checkMyIndex" ], [ "https://github.com/mathelab/RaMP-DB" ], [ "https://github.com/Intelligent-Computing-Lab-Yale/BNTT-Batch-Normalization-Through-Time" ], [ "https://github.com/maups/covid19-satellite-analysis" ], [ "https://github.com/beatrizgj/FLYCOP" ], [ "https://github.com/stamakro/GCN-for-Structure-and-Function" ], [ "https://github.com/largelymfs/DeepFold" ], [ "https://github.com/ctDNA/TNER" ], [ "https://github.com/vvvwo/AIVS-project" ], [ "https://github.com/FridleyLab/iTIME" ], [ "https://github.com/citiususc/BigBWA" ], [ "https://github.com/jendelel/PrankWebApp" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/behinger/etcomp" ], [ "https://github.com/ZhengPeng7/GCoNet_plus" ], [ "https://github.com/TyckoLab/CloudASM" ], [ "https://github.com/phrh/PredRAD" ], [ "https://github.com/zmzhang/SigmaCCS" ], [ "https://github.com/yamada-lab/functree-ng" ], [ "https://github.com/fabriciopa/gofeat" ], [ "https://github.com/ciceklab/ECOLE" ], [ "https://github.com/jrwnter/gruenifai" ], [ "https://github.com/genomeartist/genomeartist" ], [ "https://github.com/cviviers/YOLOv5-6D-Pose" ], [ "https://github.com/JavonSun/mvbc" ], [ "https://github.com/Mathelab/RaMP-DB" ], [ "https://github.com/nguyenngochuy91/Ancestral-Blocks-Reconstruction" ], [ "https://github.com/maple-research-lab/EnAET" ], [ "https://github.com/Bishop-Laboratory/correlationAnalyzeR" ], [ "https://github.com/Clinical-Genomics/patientMatcher" ], [ "https://github.com/gc5k/GEAR" ], [ "https://github.com/BimberLab/cellhashR" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/Bohdan-Khomtchouk/fastheatmap" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/Grantlab/bio3d" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/proteinphysiologylab/frustratometeR" ], [ "https://github.com/feltus/BDSS" ], [ "https://github.com/FelixGuenther/nc_covid19_bavaria" ], [ "https://github.com/miRTop/mirGFF3" ], [ "https://github.com/Superzchen/iFeatureOmega-CLI" ], [ "https://github.com/eMetaboHUB/Forum-DiseasesChem" ], [ "https://github.com/The-Ark-Informatics/ark" ], [ "https://github.com/ih-lab/AI-biopsy" ], [ "https://github.com/fanyang587/MGL" ], [ "https://github.com/BaderLab/Transfer-Learning-BNER-Bioinformatics-2018" ], [ "https://github.com/yangence/DEBKS" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/LCAS/engagement_detector" ], [ "https://github.com/vgteam/libbdsg" ], [ "https://github.com/machiela-lab/PCAmatchR" ], [ "https://github.com/CSB-KUL/yMap" ], [ "https://github.com/yuantailing/two-layer-qrcode" ], [ "https://github.com/unipept/unipept-visualizations" ], [ "https://github.com/Pranavkhade/PACKMAN" ], [ "https://github.com/mehmetgonen/path2surv" ], [ "https://github.com/AI4SCR/ATHENA" ], [ "https://github.com/Pranavkhade/PACKMAN" ], [ "https://github.com/dwinter/accuMUlate" ], [ "https://github.com/nmdp-bioinformatics/grimm" ], [ "https://github.com/irilenia/baerhunter" ], [ "https://github.com/matsengrp/phip-flow" ], [ "https://github.com/Pranavkhade/PACKMAN" ], [ "https://github.com/brentp/hts-nim-tools" ], [ "https://github.com/sys-bio/libOmexMeta" ], [ "https://github.com/Pranavkhade/PACKMAN" ], [ "https://github.com/ketringjoni/SuPreMo" ], [ "https://github.com/ynaveena/COVID-19-vs-Influenza" ], [ "https://github.com/sahlenlab/HiCapTools" ], [ "https://github.com/juntang-zhuang/torch-ACA" ], [ "https://github.com/ggonnella/gfapy" ], [ "https://github.com/Pex2892/PETAL" ], [ "https://github.com/medvedevgroup/varmatch" ], [ "https://github.com/BilkentCompGen/tardis" ], [ "https://github.com/refresh-bio/FaStore" ], [ "https://github.com/MW55/Natrix" ], [ "https://github.com/carolzhou/multiPhATE" ], [ "https://github.com/MaayanLab/blitzgsea" ], [ "https://github.com/yihongxu/transcenter" ], [ "https://github.com/xthua/bacant" ], [ "https://github.com/yigbt/multiGSEA" ], [ "https://github.com/moss-lab/ScanFold" ], [ "https://github.com/raw-lab/metacerberus" ], [ "https://github.com/W-L/deviaTE" ], [ "https://github.com/vLAR-group/OGC" ], [ "https://github.com/ThibaultLeroyFr/Intro2PopGenomics" ], [ "https://github.com/pmckenz1/ipcoal" ], [ "https://github.com/netbiolab/scHumanNet" ], [ "https://github.com/KoslickiLab/YACHT" ], [ "https://github.com/KoslickiLab/YACHT" ], [ "https://github.com/skandlab/SMuRF" ], [ "https://github.com/ccdmb/predector" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/KoslickiLab/YACHT" ], [ "https://github.com/inpacdb/POAP" ], [ "https://github.com/zhiqan/SeGMVAE" ], [ "https://github.com/dvklopfenstein/pmidcite" ], [ "https://github.com/KoslickiLab/YACHT" ], [ "https://github.com/ibe-uw/tiara" ], [ "https://github.com/imperialebola2018/chainchecker" ], [ "https://github.com/cbib/MIX" ], [ "https://github.com/Psy-Fer/interARTIC" ], [ "https://github.com/KoslickiLab/YACHT" ], [ "https://github.com/michbur/chipPCR" ], [ "https://github.com/twestbrookunh/paladin" ], [ "https://github.com/KoslickiLab/YACHT" ], [ "https://github.com/cyang235/LncADeep" ], [ "https://github.com/LegumeFederation/gcvit" ], [ "https://github.com/JamesGallant/ProVision" ], [ "https://github.com/KoslickiLab/YACHT" ], [ "https://github.com/Vivianstats/scLink" ], [ "https://github.com/KoslickiLab/YACHT" ], [ "https://github.com/UppsalaGenomeCenter/CanvasDB" ], [ "https://github.com/vetscience/Assemblosis" ], [ "https://github.com/VCCRI/Ularcirc" ], [ "https://github.com/cnapy-org/CNApy" ], [ "https://github.com/minoda-lab/universc" ], [ "https://github.com/Cwuwhu/FCD-GAN-pytorch" ], [ "https://github.com/CompEpigen/figeno" ], [ "https://github.com/federicogiorgi/corto" ], [ "https://github.com/cnapy-org/CNApy" ], [ "https://github.com/kuanrongchan/STAGES" ], [ "https://github.com/Charisma-Mannheim/gc-ims-tools" ], [ "https://github.com/VisLab/EEG-Spindles" ], [ "https://github.com/tom-jenkins/mapmixture" ], [ "https://github.com/jakelever/knowledgediscovery" ], [ "https://github.com/gstecher/CloneFinderAPI" ], [ "https://github.com/burcakotlu/GLANET" ], [ "https://github.com/microDECT/DECTDec" ], [ "https://github.com/zhqingit/BPP" ], [ "https://github.com/MSingerLab/COMETSC" ], [ "https://github.com/yeliudev/CATNet" ], [ "https://github.com/hcji/KPIC2" ], [ "https://github.com/cnapy-org/CNApy" ], [ "https://github.com/osita-sunday-nnyigide/Pras_Server" ], [ "https://github.com/zer0o0/drug-repo" ], [ "https://github.com/thekaplanlab/msabrowser" ], [ "https://github.com/kiharalab/EM-GAN" ], [ "https://github.com/bioinformatics-ua/taska" ], [ "https://github.com/JLSteenwyk/PhyKIT" ], [ "https://github.com/daquang/YAMDA" ], [ "https://github.com/Changwuuu/Cuproptosis-pancancer" ], [ "https://github.com/ylab-hi/ScanNeo" ], [ "https://github.com/bioinformatist/CrossICC" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/bwringe/hybriddetective" ], [ "https://github.com/npnl/PALS" ], [ "https://github.com/cnapy-org/CNApy" ], [ "https://github.com/MiaoLab20/DBMD" ], [ "https://github.com/MiaoLab20/DBMD" ], [ "https://github.com/MiaoLab20/DBMD" ], [ "https://github.com/MiaoLab20/DBMD" ], [ "https://github.com/Zyun-Y/DconnNet" ], [ "https://github.com/farshidrayhanuiu/FRnet-DTI" ], [ "https://github.com/BIT-DA/SePiCo" ], [ "https://github.com/obenno/ShinySyn" ], [ "https://github.com/Vini2/phables" ], [ "https://github.com/PombertLab/3DFI" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/HannahVMeyer/PhenotypeSimulator" ], [ "https://github.com/liqi-casia/FaceSwapper" ], [ "https://github.com/opencb/cell-maps" ], [ "https://github.com/nicolazzie/AffyPipe" ], [ "https://github.com/gversmee/dbgap2x" ], [ "https://github.com/meteahishali/CSENDistance" ], [ "https://github.com/cerebis/bin3C" ], [ "https://github.com/woxuankai/SpatialAlignmentNetwork" ], [ "https://github.com/neurogenomics/rworkflows" ], [ "https://github.com/OpenTreeOfLife/phylesystem" ], [ "https://github.com/wenjiegroup/BiRen" ], [ "https://github.com/FOI-Bioinformatics/flextaxd" ], [ "https://github.com/koszullab/hicstuff" ], [ "https://github.com/LaiSongxuan/SynSig2Vec" ], [ "https://github.com/ggsDing/ASLNet" ], [ "https://github.com/bio-ontology-research-group/walking-rdf-and-owl" ], [ "https://github.com/rghu/reconCNV" ], [ "https://github.com/aanchalMongia/McImpute_scRNAseq" ], [ "https://github.com/raulossio/VCF-plotein" ], [ "https://github.com/arendsee/phylostratr" ], [ "https://github.com/thomasvangurp/epiGBS" ], [ "https://github.com/NtaylorOX/Public_Clinical_Prompt" ], [ "https://github.com/friedlanderlab/mirtrace" ], [ "https://github.com/ChristopherWilks/snaptron" ], [ "https://github.com/lrgr/sigma" ], [ "https://github.com/DormanLab/AmpliCI" ], [ "https://github.com/DormanLab/AmpliCI" ], [ "https://github.com/DormanLab/AmpliCI" ], [ "https://github.com/RayRuizhiLiao/joint_chestxray" ], [ "https://github.com/DormanLab/AmpliCI" ], [ "https://github.com/CapsuleEndoscope/EndoL2H" ], [ "https://github.com/TaatiTeam/pain_detection_demo" ], [ "https://github.com/QData/ChromeGCN" ], [ "https://github.com/jaswindersingh2/SPOT-RNA2" ], [ "https://github.com/zju3dv/NIID-Net" ], [ "https://github.com/pyMBE-dev/pyMBE" ], [ "https://github.com/bigwiv/BlastGraph" ], [ "https://github.com/xin-huang/dadi-cli" ], [ "https://github.com/Gardner-BinfLab/TISIGNER-ReactJS" ], [ "https://github.com/SenseTime-Knowledge-Mining/BridgeDPI" ], [ "https://github.com/degiacom/biobox" ], [ "https://github.com/mwatkin8/FHIR-Lab-Reports-App" ], [ "https://github.com/LottePronk/whokaryote" ], [ "https://github.com/bmds-lab/Crackling" ], [ "https://github.com/bionlplab/radtext" ], [ "https://github.com/boxiangliu/ParaMed" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/lamoureux-lab/3DCNN_MQA" ], [ "https://github.com/DKMS/hapl-o-Mat" ], [ "https://github.com/LLNL/ddcMD" ], [ "https://github.com/reactome-pwp/diagram" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/misshie/bioruby-ucsc-api" ], [ "https://github.com/deepomicslab/GCNFrame" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/YuLab-SMU/nCov2019" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/inbo/data-publication" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/BioAnalyticResource/eFP-Seq-Browser" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/Rostlab/EAT" ], [ "https://github.com/LiLabAtVT/DeepTE" ], [ "https://github.com/RyanCook94/inphared" ], [ "https://github.com/rchereji/plot2DO" ], [ "https://github.com/vfscalfani/CSN_tutorial" ], [ "https://github.com/ccsb-scripps/ADCP" ], [ "https://github.com/Guaishou74851/CASNet" ], [ "https://github.com/roads/psiz" ], [ "https://github.com/speedinghzl/AlignSeg" ], [ "https://github.com/juliemkauffman/DyCoNet" ], [ "https://github.com/ellipfaehlerUMCG/RaCat" ], [ "https://github.com/Pbdas/epa-ng" ], [ "https://github.com/xiaofengsong/GFusion" ], [ "https://github.com/strauchlab/iNNterfaceDesign" ], [ "https://github.com/TJU-CMC-Org/MINTmap" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/sanshu/protaeljs" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/jfmrod/mapseq" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/adamhockenberry/bacphlip" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/Vini2/GraphBin" ], [ "https://github.com/tsdat/tsdat" ], [ "https://github.com/mangye16/ReID-Label-Noise" ], [ "https://github.com/xryanglab/RiboMiner" ], [ "https://github.com/biocorecrg/MOP2" ], [ "https://github.com/PRIDE-Utilities/ols-client" ], [ "https://github.com/bm2-lab/DeepReac" ], [ "https://github.com/cnapy-org/CNApy" ], [ "https://github.com/appliedbioinformatics/runBNG" ], [ "https://github.com/lmbxmu/FilterSketch" ], [ "https://github.com/cnapy-org/CNApy" ], [ "https://github.com/cnapy-org/CNApy" ], [ "https://github.com/rikiyay/style-transfer-for-digital-pathology" ], [ "https://github.com/fgvieira/ngsLD" ], [ "https://github.com/cnapy-org/CNApy" ], [ "https://github.com/harmslab/pytc" ], [ "https://github.com/ievapudz/TemStaPro" ], [ "https://github.com/HuffordLab/GenomeQC" ], [ "https://github.com/mohamedr002/SLARDA" ], [ "https://github.com/brentp/methylcode" ], [ "https://github.com/PavlopoulosLab/NORMA" ], [ "https://github.com/pelinakan/UBD" ], [ "https://github.com/hellosunking/Ktrim" ], [ "https://github.com/rui-yan/SSL-FL" ], [ "https://github.com/DormanLab/AmpliCI" ], [ "https://github.com/gersteinlab/HiC-spector" ], [ "https://github.com/reymond-group/PeptideDesignGA" ], [ "https://github.com/zhaoxiaofei/BinDash" ], [ "https://github.com/DormanLab/AmpliCI" ], [ "https://github.com/TGAC/RAMPART" ], [ "https://github.com/tomdeman-bio/Sequence-Search-Tool-for-Antimicrobial-Resistance-SSTAR-" ], [ "https://github.com/tthinking/MATR" ], [ "https://github.com/xjtushujun/CMW-Net" ], [ "https://github.com/PavlopoulosLab/NORMA" ], [ "https://github.com/mi2rl/MI2RLNet" ], [ "https://github.com/b-brankovics/grabb" ], [ "https://github.com/Zwei-inc/panclassif" ], [ "https://github.com/tfzhou/MG-HumanParsing" ], [ "https://github.com/PavlopoulosLab/NORMA" ], [ "https://github.com/PavlopoulosLab/NORMA" ], [ "https://github.com/PavlopoulosLab/NORMA" ], [ "https://github.com/PavlopoulosLab/NORMA" ], [ "https://github.com/PavlopoulosLab/NORMA" ], [ "https://github.com/bittremieux/falcon" ], [ "https://github.com/vsbuffalo/scidataflow" ], [ "https://github.com/PavlopoulosLab/NORMA" ], [ "https://github.com/zorkzou/UniMoVib" ], [ "https://github.com/jiminsong/Spectacle" ], [ "https://github.com/vis-opt-group/BLO" ], [ "https://github.com/netZoo/netZooM" ], [ "https://github.com/danfenghong/ECCV2018_J-Play" ], [ "https://github.com/saucermanlab/Netflux" ], [ "https://github.com/drzeeshanahmed/intelligenes" ], [ "https://github.com/CSUBioGroup/GraphscoreDTA" ], [ "https://github.com/gengit/PosiGene" ], [ "https://github.com/96jhwei/Genetic-U-Net" ], [ "https://github.com/ShaneSpace/DGFDBenchmark" ], [ "https://github.com/shu-hai/two-stage-VAE-Attention-gate-BraTS2020" ], [ "https://github.com/Greco-Lab/INfORM" ], [ "https://github.com/TU-Darmstadt-APQ/RedPitaya-Lockbox" ], [ "https://github.com/DormanLab/AmpliCI" ], [ "https://github.com/MiaoLab20/DBMD" ], [ "https://github.com/ScienceToolkit/MiNA" ], [ "https://github.com/pantherdb/TreeGrafter" ], [ "https://github.com/shamsaraj/ezqsar" ], [ "https://github.com/schallerdavid/pyrod" ], [ "https://github.com/pgxcentre/genipe" ], [ "https://github.com/jcrozum/pystablemotifs" ], [ "https://github.com/DormanLab/AmpliCI" ], [ "https://github.com/xwBio/RRBSsim" ], [ "https://github.com/hitcszx/ALFs" ], [ "https://github.com/GOMC-WSU/MoSDeF-GOMC" ], [ "https://github.com/MiaoLab20/DBMD" ], [ "https://github.com/martin-steinegger/conterminator" ], [ "https://github.com/MiaoLab20/DBMD" ], [ "https://github.com/mbanf/METACLUSTER" ], [ "https://github.com/nchucvml/STVT" ], [ "https://github.com/MiaoLab20/DBMD" ], [ "https://github.com/birtwistlelab/SPARCED" ], [ "https://github.com/kbseah/genome-bin-tools" ], [ "https://github.com/AshuiRUA/NPI-GNN" ], [ "https://github.com/laura-wang/video_repres_sts" ], [ "https://github.com/NIH-MIP/Radiology_Image_Preprocessing_for_Deep_Learning" ], [ "https://github.com/jamesgleave/DeepDockingGUI" ], [ "https://github.com/richardmleggett/nextclip" ], [ "https://github.com/ShaohuiLin/LRDKT" ], [ "https://github.com/ASaiM/framework" ], [ "https://github.com/guopengf/ReconFormer" ], [ "https://github.com/andronovl/SharpViSu" ], [ "https://github.com/tlemane/kmtricks" ], [ "https://github.com/vgl-hub/gfastats" ], [ "https://github.com/lppllppl920/SAGE-SLAM" ], [ "https://github.com/ethanbahl/cerebroViz" ], [ "https://github.com/tastanlab/matchmaker" ], [ "https://github.com/phenomecentre/nPYc-Toolbox" ], [ "https://github.com/ncbi/SSDraw" ], [ "https://github.com/sdrogers/ms2ldaviz" ], [ "https://github.com/Crespo-Otero-group/fromage" ], [ "https://github.com/armintoepfer/haploclique" ], [ "https://github.com/aquaskyline/16GT" ], [ "https://github.com/Crespo-Otero-group/fromage" ], [ "https://github.com/Sazan-Mahbub/EGRET" ], [ "https://github.com/mabulnaga/placenta-flattening" ], [ "https://github.com/datapplab/SBGNview" ], [ "https://github.com/theislab/AutoGeneS" ], [ "https://github.com/rcavalcante/annotatr" ], [ "https://github.com/ncbi/tmVar3" ], [ "https://github.com/Crespo-Otero-group/fromage" ], [ "https://github.com/Mathelab/ALTRE" ], [ "https://github.com/abbvie-external/OmicNavigator" ], [ "https://github.com/cozygene/glint" ], [ "https://github.com/marbl/ModDotPlot" ], [ "https://github.com/Simon-Leonard/FlexDotPlot" ], [ "https://github.com/StructureFold2/StructureFold2" ], [ "https://github.com/sekijima-lab/SIEVE-Score" ], [ "https://github.com/Philipp-MR/CoilGen" ], [ "https://github.com/JLiangLab/BenchmarkTransformers" ], [ "https://github.com/MannLabs/ProteomicsVisualization" ], [ "https://github.com/mabulnaga/placenta-flattening" ], [ "https://github.com/mabulnaga/placenta-flattening" ], [ "https://github.com/yuliu316316/MetaLearning-Fusion" ], [ "https://github.com/mabulnaga/placenta-flattening" ], [ "https://github.com/jiqingxiaoxi/GLAPD" ], [ "https://github.com/carpentries-incubator/ml4bio-workshop" ], [ "https://github.com/UnixJunkie/FASMIFRA" ], [ "https://github.com/Crespo-Otero-group/fromage" ], [ "https://github.com/ygidtu/trackplot" ], [ "https://github.com/rhysf/Synima" ], [ "https://github.com/NeuroSyd/breast-cancer-sub-types" ], [ "https://github.com/Scientific-Computing-Lab-NRCN/MLography" ], [ "https://github.com/hkaneko1985/gtm-generativetopographicmapping" ], [ "https://github.com/ethanchen1301/SSDraw" ], [ "https://github.com/lanagarmire/lilikoi" ], [ "https://github.com/hkaneko1985/gtm-generativetopographicmapping" ], [ "https://github.com/jheatmap/jheatmap" ], [ "https://github.com/mabulnaga/placenta-flattening" ], [ "https://github.com/psoerensen/qgg" ], [ "https://github.com/ljatynu/NIMCGCN" ], [ "https://github.com/Christensen-Lab-Dartmouth/PyMethylProcess" ], [ "https://github.com/justasb/SwarmSight" ], [ "https://github.com/shubhamchandak94/HARC" ], [ "https://github.com/multicom-toolbox/CONFOLD2" ], [ "https://github.com/nilesh-tawari/ChronQC" ], [ "https://github.com/tzt101/CLADE" ], [ "https://github.com/mabulnaga/placenta-flattening" ], [ "https://github.com/raphaelleman/SpliceLauncher" ], [ "https://github.com/Genomics-HSE/VGsim" ], [ "https://github.com/YuxiangZhang-BIT/IEEE_TNNLS_TSTnet" ], [ "https://github.com/mabulnaga/placenta-flattening" ], [ "https://github.com/mabulnaga/placenta-flattening" ], [ "https://github.com/natir/yacrd" ], [ "https://github.com/refresh-bio/GTC" ], [ "https://github.com/radifar/PyPLIF-HIPPOS" ], [ "https://github.com/BorgwardtLab/Kernelized-Rank-Learning" ], [ "https://github.com/irinagain/mixedCCA" ], [ "https://github.com/zhanglabNKU/eCAMI" ], [ "https://github.com/SlavovLab/DO-MS" ], [ "https://github.com/BSGOxford/BrowseVCF" ], [ "https://github.com/QHwan/PretrainDPI" ], [ "https://github.com/PapenfussLab/bionix" ], [ "https://github.com/kussell-lab/mcorr" ], [ "https://github.com/Issingjessica/MDA-CNN" ], [ "https://github.com/GeometricBCI/Tensor-CSPNet-and-Graph-CSPNet" ], [ "https://github.com/juexinwang/GRGNN" ], [ "https://github.com/cbg-ethz/netics" ], [ "https://github.com/sg-s/xolotl" ], [ "https://github.com/hkaneko1985/gtm-generativetopographicmapping" ], [ "https://github.com/hkaneko1985/gtm-generativetopographicmapping" ], [ "https://github.com/jessemzhang/tn_test" ], [ "https://github.com/hkaneko1985/gtm-generativetopographicmapping" ], [ "https://github.com/meringlab/FlashWeave" ], [ "https://github.com/brisvag/blik" ], [ "https://github.com/hjraad/FLT" ], [ "https://github.com/hkaneko1985/gtm-generativetopographicmapping" ], [ "https://github.com/WMBEdmands/compMS2Miner" ], [ "https://github.com/srp33/ShinyLearner" ], [ "https://github.com/hkaneko1985/gtm-generativetopographicmapping" ], [ "https://github.com/opencobra/Medusa" ], [ "https://github.com/hkaneko1985/gtm-generativetopographicmapping" ], [ "https://github.com/USTC-HIlab/MDNNMD" ], [ "https://github.com/hguo/ftk" ], [ "https://github.com/GIST-CSBL/BayeshERG" ], [ "https://github.com/danmaclean/bioruby-svgenes" ], [ "https://github.com/smithlabcode/ribotricer" ], [ "https://github.com/ValeevGroup/libintx" ], [ "https://github.com/fedl-repo/fedaux" ], [ "https://github.com/tjiiv-cprg/EPro-PnP-v2" ], [ "https://github.com/VisLab/EEG-Blinks" ], [ "https://github.com/mutalyzer/mutalyzer" ], [ "https://github.com/schatzlab/scikit-ribo" ], [ "https://github.com/JustaTinyDot/BiTr-Unet" ], [ "https://github.com/mobiusklein/glycresoft" ], [ "https://github.com/RL4M/PCRLv2" ], [ "https://github.com/tripal/tripal_elasticsearch" ], [ "https://github.com/psipred/s4pred" ], [ "https://github.com/XinshaoAmosWang/Ranked-List-Loss-for-DML" ], [ "https://github.com/LeapLabTHU/EfficientTrain" ], [ "https://github.com/neuropoly/multiclass-segmentation" ], [ "https://github.com/bupt-ai-cz/HSA-NRL" ], [ "https://github.com/imagine-bdd/DRWH" ], [ "https://github.com/usccolumbia/deeperGATGNN" ], [ "https://github.com/pdynamo/pDynamo3" ], [ "https://github.com/fulxie/RefFinder" ], [ "https://github.com/niaid/Nephele" ], [ "https://github.com/smutao/PyVibMS" ], [ "https://github.com/jermp/fulgor" ], [ "https://github.com/YuxiangZhang-BIT/IEEE_TIP_SDEnet" ], [ "https://github.com/ashleylqx/STRA-Net" ], [ "https://github.com/innate2adaptive/Decombinator" ], [ "https://github.com/smithlabcode/walt" ], [ "https://github.com/zhaoqichang/HpyerAttentionDTI" ], [ "https://github.com/StantonLabDartmouth/AppScanGEO" ], [ "https://github.com/TGAC/NanoOK" ], [ "https://github.com/yiq/SubcloneSeeker" ], [ "https://github.com/BorgwardtLab/S3M" ], [ "https://github.com/veg/datamonkey-js" ], [ "https://github.com/SunXQlab/scMLnet" ], [ "https://github.com/hms-dbmi/EHRtemporalVariability" ], [ "https://github.com/soumelis-lab/ICELLNET" ], [ "https://github.com/tekpinar/correlationplus" ], [ "https://github.com/niemasd/ViralMSA" ], [ "https://github.com/nikhilroxtomar/FANet" ], [ "https://github.com/pamelarussell/github-bioinformatics" ], [ "https://github.com/lucidif/HiCeekR" ], [ "https://github.com/biocoder/SBEToolbox" ], [ "https://github.com/Crespo-Otero-group/fromage" ], [ "https://github.com/lucian-ilie/SPRINT" ], [ "https://github.com/vinuesa/get_phylomarkers" ], [ "https://github.com/Crespo-Otero-group/fromage" ], [ "https://github.com/Crespo-Otero-group/fromage" ], [ "https://github.com/debsin/dropClust" ], [ "https://github.com/Crespo-Otero-group/fromage" ], [ "https://github.com/ChaissonLab/LRA" ], [ "https://github.com/davidhoksza/MolArt" ], [ "https://github.com/arq5x/bits" ], [ "https://github.com/lin-lcx/HGCN" ], [ "https://github.com/nifm-gin/MP3" ], [ "https://github.com/chaoning/GMAT" ], [ "https://github.com/ViTAE-Transformer/P3M-Net" ], [ "https://github.com/BMILAB/movAPA" ], [ "https://github.com/maryeon/asenpp" ], [ "https://github.com/exalearn/molecular-graph-descriptors" ], [ "https://github.com/shiquan/PISA" ], [ "https://github.com/hiteshpatel379/PyWATER" ], [ "https://github.com/0liliulei/Mem3D" ], [ "https://github.com/proteus1991/RawVSR" ], [ "https://github.com/chenyilun95/DSGN2" ], [ "https://github.com/SmithLabMCW/icekat" ], [ "https://github.com/Ensembl/plant-scripts" ], [ "https://github.com/BioinfoMachineLearning/MULTICOM3" ], [ "https://github.com/williamcaicedo/ISeeU" ], [ "https://github.com/gem-pasteur/PanACoTA" ], [ "https://github.com/gcappon/agata" ], [ "https://github.com/skrakau/PureCLIP" ], [ "https://github.com/gjeunen/reference_database_creator" ], [ "https://github.com/Laboratoire-de-Chemoinformatique/HyFactor" ], [ "https://github.com/GRAPH-0/JODO" ], [ "https://github.com/wilhelm-lab/oktoberfest" ], [ "https://github.com/PPOLYpubki/RD3D" ], [ "https://github.com/fabianying/covid19-supermarket-abm" ], [ "https://github.com/topasmc/dicom-interface" ], [ "https://github.com/lmdu/dockey" ], [ "https://github.com/yun-liu/LIID" ], [ "https://github.com/kkyamada/bert-rbp" ], [ "https://github.com/shuichiro-makigaki/exmachina" ], [ "https://github.com/wenjiegroup/PEDLA" ], [ "https://github.com/Wangt-CN/VQG-GCN" ], [ "https://github.com/fgcz/rawrr" ], [ "https://github.com/univieCUBE/deepnog" ], [ "https://github.com/RWilton/Arioc" ], [ "https://github.com/IBM/fold2seq" ], [ "https://github.com/jingry/autoBioSeqpy" ], [ "https://github.com/forrest-lab/scMatch" ], [ "https://github.com/akcorut/kGWASflow" ], [ "https://github.com/DecodeGenetics/BamHash" ], [ "https://github.com/biothings/biothings_explorer" ], [ "https://github.com/GMOD/cram-js" ], [ "https://github.com/GuoleiSun/VSS-CFFM" ], [ "https://github.com/haddocking/disvis" ], [ "https://github.com/jwwangchn/BONAI" ], [ "https://github.com/leeyang/ResPRE" ], [ "https://github.com/MetaSys-LISBP/IsoCor" ], [ "https://github.com/danlbek/Seed" ], [ "https://github.com/SchulzLab/TEPIC" ], [ "https://github.com/ktr-hubrt/WSAL" ], [ "https://github.com/biothings/biothings_explorer" ], [ "https://github.com/JCVenterInstitute/PanGenomePipeline" ], [ "https://github.com/randel/MIND" ], [ "https://github.com/DecodeGenetics/popSTR" ], [ "https://github.com/bonsai-team/matam" ], [ "https://github.com/mlandis/phylowood" ], [ "https://github.com/DecodeGenetics/popSTR" ], [ "https://github.com/ncbi/BioREx" ], [ "https://github.com/tvpham/iq" ], [ "https://github.com/mebbert/VariantToolChest" ], [ "https://github.com/zmzhang/TEAM" ], [ "https://github.com/pavancm/GREED" ], [ "https://github.com/DecodeGenetics/popSTR" ], [ "https://github.com/DecodeGenetics/popSTR" ], [ "https://github.com/sofiabroome/painface-recognition" ], [ "https://github.com/alosdiallo/DNA_Rchitect" ], [ "https://github.com/Vfold-RNA/RLDOCK" ], [ "https://github.com/biothings/biothings_explorer" ], [ "https://github.com/ythuang0522/StriDe" ], [ "https://github.com/hangelwen/miR-PREFeR" ], [ "https://github.com/biothings/biothings_explorer" ], [ "https://github.com/jkimlab/msPIPE" ], [ "https://github.com/totient-bio/gatnn-vs" ], [ "https://github.com/ZitongYu/3DCDC-NAS" ], [ "https://github.com/mozack/abra2" ], [ "https://github.com/CCQC/janus" ], [ "https://github.com/stjude/RNAIndel" ], [ "https://github.com/mobiusklein/psims" ], [ "https://github.com/SchulzLab/TEPIC" ], [ "https://github.com/czbiohub/MIDAS2" ], [ "https://github.com/alexandrupaler/tqec" ], [ "https://github.com/SchulzLab/TEPIC" ], [ "https://github.com/brianjimenez/lightdock" ], [ "https://github.com/batuff/Survival" ], [ "https://github.com/yyoshiaki/VIRTUS" ], [ "https://github.com/Superraptor/GSSO" ], [ "https://github.com/ouyangjiahong/longitudinal-neighbourhood-embedding" ], [ "https://github.com/stemylonas/DeepSurf" ], [ "https://github.com/SchulzLab/TEPIC" ], [ "https://github.com/EBIBioSamples/biosamples-v4" ], [ "https://github.com/AIRI-Institute/SEMAi" ], [ "https://github.com/GH920/improved-bagan-gp" ], [ "https://github.com/manman1995/Awaresome-pansharpening" ], [ "https://github.com/baoe/flas" ], [ "https://github.com/SJLeo/FFSD" ], [ "https://github.com/SaskiaFreytag/schex" ], [ "https://github.com/brentp/duphold" ], [ "https://github.com/svalkiers/clusTCR" ], [ "https://github.com/MeHelmy/princess" ], [ "https://github.com/jltsiren/gbwtgraph" ], [ "https://github.com/ISA-tools/OntoMaton" ], [ "https://github.com/lmdu/krait" ], [ "https://github.com/jdwilson4/MultilayerExtraction" ], [ "https://github.com/Lailabcode/DeepSCM" ], [ "https://github.com/FTD007/PInet" ], [ "https://github.com/Gregor-Mendel-Institute/aradeepopsis" ], [ "https://github.com/idruglab/hignn" ], [ "https://github.com/dmis-lab/VAECox" ], [ "https://github.com/brentp/echtvar" ], [ "https://github.com/costasilvati/consexpression" ], [ "https://github.com/QijinYin/scGraph" ], [ "https://github.com/xukaili/CandiHap" ], [ "https://github.com/wildrootlab/SHARCQ" ], [ "https://github.com/cecret3350/DEA-Net" ], [ "https://github.com/yuzhimanhua/lm-lstm-crf" ], [ "https://github.com/mpicbg-scicomp/snakemake-workflows" ], [ "https://github.com/burtonrj/CytoPy" ], [ "https://github.com/instadeepai/manyfold" ], [ "https://github.com/dkoslicki/CMash" ], [ "https://github.com/JLiangLab/DiRA" ], [ "https://github.com/TatianneNegri/RNAplonc" ], [ "https://github.com/trislett/TFCE_mediation" ], [ "https://github.com/Danko-Lab/rtfbs_db" ], [ "https://github.com/multicom-toolbox/multicom" ], [ "https://github.com/dbdimitrov/BingleSeq" ], [ "https://github.com/JLiangLab/DiRA" ], [ "https://github.com/ZJULearning/PTL" ], [ "https://github.com/WansonChoi/HATK" ], [ "https://github.com/zhwzhong/DAGF" ], [ "https://github.com/hughests/decon1d" ], [ "https://github.com/Benchmarking-Initiative/Benchmark-Models" ], [ "https://github.com/comorment/containers" ], [ "https://github.com/ddlee-cn/MuLUT" ], [ "https://github.com/seqcode/miniMDS" ], [ "https://github.com/nikhilroxtomar/TGANet" ], [ "https://github.com/jonescompneurolab/SpectralEvents" ], [ "https://github.com/HannesStark/protein-localization" ], [ "https://github.com/friendsofstrandseq/mosaicatcher-pipeline" ], [ "https://github.com/csjunxu/Noisy-As-Clean" ], [ "https://github.com/biothings/biothings_explorer" ], [ "https://github.com/phylo42/PEWO" ], [ "https://github.com/tallulandrews/M3Drop" ], [ "https://github.com/oxpig/dlab-public" ], [ "https://github.com/biothings/biothings_explorer" ], [ "https://github.com/multimodallearning/graphregnet" ], [ "https://github.com/holtzy/GenMap-Comparator" ], [ "https://github.com/biothings/biothings_explorer" ], [ "https://github.com/venyao/shinyChromosome" ], [ "https://github.com/Merck/PepSeA" ], [ "https://github.com/padlocbio/padloc" ], [ "https://github.com/JLiangLab/DiRA" ], [ "https://github.com/afvillaverde/strike-goldd" ], [ "https://github.com/ctlab/metacherchant" ], [ "https://github.com/iimog/bcgTree" ], [ "https://github.com/vamships/PECAN" ], [ "https://github.com/ChristopherWilks/megadepth" ], [ "https://github.com/luoyuanlab/Clinical-Longformer" ], [ "https://github.com/JLiangLab/DiRA" ], [ "https://github.com/Askarbek-orakov/ASAR" ], [ "https://github.com/matthewberryman/author-detection" ], [ "https://github.com/pogudingleb/CLUE" ], [ "https://github.com/pogudingleb/CLUE" ], [ "https://github.com/pogudingleb/CLUE" ], [ "https://github.com/pogudingleb/CLUE" ], [ "https://github.com/JEFworks-Lab/STalign" ], [ "https://github.com/Sun-Yanbo/FasParser" ], [ "https://github.com/JEFworks-Lab/STalign" ], [ "https://github.com/Sun-Yanbo/FasParser" ], [ "https://github.com/SchulzLab/TEPIC" ], [ "https://github.com/SchulzLab/TEPIC" ], [ "https://github.com/Sun-Yanbo/FasParser" ], [ "https://github.com/DecodeGenetics/popSTR" ], [ "https://github.com/BigDataBiology/macrel" ], [ "https://github.com/Sun-Yanbo/FasParser" ], [ "https://github.com/zbzhzhy/PZRes-Net" ], [ "https://github.com/DecodeGenetics/popSTR" ], [ "https://github.com/MaoYafei/TREEasy" ], [ "https://github.com/DecodeGenetics/popSTR" ], [ "https://github.com/DecodeGenetics/popSTR" ], [ "https://github.com/JEFworks-Lab/STalign" ], [ "https://github.com/JEFworks-Lab/STalign" ], [ "https://github.com/SchulzLab/TEPIC" ], [ "https://github.com/harveerar/SMIT" ], [ "https://github.com/SchulzLab/TEPIC" ], [ "https://github.com/VIB-PSB/ksrates" ], [ "https://github.com/biothings/biothings_explorer" ], [ "https://github.com/fumiomatsuda/mfapy" ], [ "https://github.com/JLiangLab/DiRA" ], [ "https://github.com/evoldoers/biomake" ], [ "https://github.com/connor-lab/vapor" ], [ "https://github.com/kelpforest-cameo/databaseui" ], [ "https://github.com/wangxiao5791509/VisEvent_SOT_Benchmark" ], [ "https://github.com/jensengroup/fragbuilder" ], [ "https://github.com/OSS-Lab/MetQy" ], [ "https://github.com/FenyoLab/L1EM" ], [ "https://github.com/JLiangLab/DiRA" ], [ "https://github.com/plger/pipeComp" ], [ "https://github.com/JLiangLab/DiRA" ], [ "https://github.com/dzhang32/ggtranscript" ], [ "https://github.com/nedaemami/AptaNet" ], [ "https://github.com/QuKunLab/APEC" ], [ "https://github.com/SilverLabUCL/NeuroMatic" ], [ "https://github.com/ndrplz/semiparametric" ], [ "https://github.com/rinikerlab/Ensembler" ], [ "https://github.com/soedinglab/wish" ], [ "https://github.com/QData/FastSK" ], [ "https://github.com/adamewing/methylartist" ], [ "https://github.com/pogudingleb/CLUE" ], [ "https://github.com/pogudingleb/CLUE" ], [ "https://github.com/Sun-Yanbo/FasParser" ], [ "https://github.com/Sun-Yanbo/FasParser" ], [ "https://github.com/JLiangLab/DiRA" ], [ "https://github.com/Sun-Yanbo/FasParser" ], [ "https://github.com/Sun-Yanbo/FasParser" ], [ "https://github.com/pogudingleb/CLUE" ], [ "https://github.com/pogudingleb/CLUE" ], [ "https://github.com/salbrec/seqQscorer" ], [ "https://github.com/Luffy03/CISC-R" ], [ "https://github.com/soeaver/AirNet-PyTorch" ], [ "https://github.com/fwhelan/coinfinder" ], [ "https://github.com/pbnjay/lollipops" ], [ "https://github.com/teammaclean/blastjs" ], [ "https://github.com/dylanbeeber/crispRdesignR" ], [ "https://github.com/smirarab/DynaDup" ], [ "https://github.com/biocore-ntnu/epic2" ], [ "https://github.com/ShirleyWISiu/LigTMap" ], [ "https://github.com/BIONF/phyloprofile" ], [ "https://github.com/JEFworks-Lab/STalign" ], [ "https://github.com/JEFworks-Lab/STalign" ], [ "https://github.com/manman1995/pan-sharpening-Team-zhouman" ], [ "https://github.com/JiarunLiu/Co-Correcting" ], [ "https://github.com/visionjo/facerec-bias-bfw" ], [ "https://github.com/RealityBending/Pyllusion" ], [ "https://github.com/koelling/amplimap" ], [ "https://github.com/JLSteenwyk/BioKIT" ], [ "https://github.com/JEFworks-Lab/STalign" ], [ "https://github.com/EIHW/motilitAI" ], [ "https://github.com/JEFworks-Lab/STalign" ], [ "https://github.com/zcwang0702/BiFusion" ], [ "https://github.com/ddhb/Workflow_of_Chipseq" ], [ "https://github.com/chvlyl/ZIBR" ], [ "https://github.com/tomas-fer/HybPhyloMaker" ], [ "https://github.com/Lpiol/MultiVERSE" ], [ "https://github.com/ramirandaq/MultipleComparisons" ], [ "https://github.com/deruncie/GridLMM" ], [ "https://github.com/mpcrlab/MolecularTransformerEmbeddings" ], [ "https://github.com/gersteinlab/biocoder" ], [ "https://github.com/kcakdemir/HiCPlotter" ], [ "https://github.com/davidebolo1993/NanoR" ], [ "https://github.com/denoptim-project/DENOPTIM" ], [ "https://github.com/LBBSoft/FeatureSelect" ], [ "https://github.com/modeloriented/survex" ], [ "https://github.com/HelikarLab/CancerDiscover" ], [ "https://github.com/idekerlab/ddot" ], [ "https://github.com/microsoft/frame-flow" ], [ "https://github.com/broadinstitute/chronos" ], [ "https://github.com/penghu-cs/UCCH" ], [ "https://github.com/phac-nml/ecoli_serotyping" ], [ "https://github.com/guopengf/FL-MRCM" ], [ "https://github.com/afm-spm/TopoStats" ], [ "https://github.com/wososa/PSI-Sigma" ], [ "https://github.com/mms-fcul/PypKa" ], [ "https://github.com/RamanLab/ReactionMiner" ], [ "https://github.com/friend1ws/EBCall" ], [ "https://github.com/CBIIT/LDlinkR" ], [ "https://github.com/brainiak/rt-cloud" ], [ "https://github.com/andreasmang/claire" ], [ "https://github.com/jltsiren/gbwt" ], [ "https://github.com/PangzeCheung/Dual-task-Pose-Transformer-Network" ], [ "https://github.com/scharch/SONAR" ], [ "https://github.com/VDelv/Emotion-EEG" ], [ "https://github.com/liyao001/BioQueue" ], [ "http://github.com/kuixu/VRmol" ], [ "https://github.com/ScialdoneLab/COMUNET" ], [ "https://github.com/wty-ustc/e2style" ], [ "https://github.com/DeMarcoLab/fibsem" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/JosephChenHub/DPANet" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/ksahlin/ultra" ], [ "https://github.com/WenkeHuang/FCCL" ], [ "https://github.com/VCCRI/SVPV" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/FATSLiM/fatslim" ], [ "https://github.com/miguelperezenciso/SeqBreed" ], [ "https://github.com/kuleshov/ProbHap" ], [ "https://github.com/arumugamlab/MIntO" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/feiglab/sars-cov-2-proteins" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/yaoyx689/AMM_NRR" ], [ "https://github.com/sarbal/EGAD" ], [ "https://github.com/GATB/simka" ], [ "https://github.com/jamesjcai/scGEAToolbox" ], [ "https://github.com/mathbiol/openHealth" ], [ "https://github.com/riboviz/riboviz" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/Xianhang/EDSC-pytorch" ], [ "https://github.com/CostaLab/CrossTalkeR" ], [ "https://github.com/lsncibb/microbiomeGWAS" ], [ "https://github.com/ddarriba/pll-modules" ], [ "https://github.com/nkicsl/Fundus_Review" ], [ "https://github.com/Boehringer-Ingelheim/pyPept" ], [ "https://github.com/BioinformaticsLabAtMUN/PromoTech" ], [ "https://github.com/JialeCao001/HSD" ], [ "https://github.com/gdewael/cpg-transformer" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/Roth-Lab/pyclone-vi" ], [ "https://github.com/VirtualPharmacist/vp" ], [ "https://github.com/tyo-nu/MINE-Database" ], [ "https://github.com/tyo-nu/MINE-Database" ], [ "https://github.com/bioinfo-ut/PhenotypeSeeker" ], [ "https://github.com/tyo-nu/MINE-Database" ], [ "https://github.com/tyo-nu/MINE-Database" ], [ "https://github.com/bwrc/ctap" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/megvii-research/BasesHomo" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/tyo-nu/MINE-Database" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/tyo-nu/MINE-Database" ], [ "https://github.com/tyo-nu/MINE-Database" ], [ "https://github.com/ranery/Bayesian-CycleGAN" ], [ "https://github.com/helxplatform/dug" ], [ "https://github.com/blue-blue272/ImgReID-IAnet" ], [ "https://github.com/sheikhizadeh/pantools" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/tsudalab/MDTS" ], [ "https://github.com/CHENGY12/APNet" ], [ "https://github.com/nasqar/NASQAR" ], [ "https://github.com/insilichem/pychimera" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/tyo-nu/MINE-Database" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/Su-informatics-lab/DSTG" ], [ "https://github.com/ishspsy/project" ], [ "https://github.com/yj-zhou/Feature_Encoding_with_AutoEncoders_for_Weakly-supervised_Anomaly_Detection" ], [ "https://github.com/andrewparkermorgan/argyle" ], [ "https://github.com/xgaoo/ClusterMap" ], [ "https://github.com/ctlab/metafast" ], [ "https://github.com/zhjohnchan/M3AE" ], [ "https://github.com/rgcgithub/clamms" ], [ "https://github.com/mrborges23/delta_statistic" ], [ "https://github.com/schneebergerlab/findGSE" ], [ "https://github.com/inincs/pyNCS" ], [ "https://github.com/theislab/sc-pert" ], [ "https://github.com/HannesStark/dirichlet-flow-matching" ], [ "https://github.com/ImXman/MACA" ], [ "https://github.com/yuhuan-wu/RDPNet" ], [ "https://github.com/lh3/dna-nn" ], [ "https://github.com/burakalakuss/COVID-19-Clinical" ], [ "https://github.com/pzc/herg_chembl_jcim" ], [ "https://github.com/ay-lab/dcHiC" ], [ "https://github.com/AlexandrovLab/SigProfilerAssignment" ], [ "https://github.com/EBIvariation/CMAT" ], [ "https://github.com/Shen-Lab/TALE" ], [ "https://github.com/Jianwei-Zhang/LIMS" ], [ "https://github.com/selcukorkmaz/geneSurv" ], [ "https://github.com/hoelzer/poseidon" ], [ "https://github.com/fukunagatsu/RIblast" ], [ "https://github.com/biomendi/TRANSCRIPTOME-ASSEMBLY-PIPELINE" ], [ "https://github.com/will-rowe/genome-sketching" ], [ "https://github.com/M-3LAB/open-iad" ], [ "https://github.com/Bibikiller/HFA" ], [ "https://github.com/pnnl/fqc" ], [ "https://github.com/TencentAILabHealthcare/MLA-GNN" ], [ "https://github.com/wenqi006/SlideGraph" ], [ "https://github.com/Shen-Lab/LOIS" ], [ "https://github.com/lh3/bgt" ], [ "https://github.com/DessimozLab/phylo-io" ], [ "https://github.com/kern-lab/discoal" ], [ "https://github.com/interactivereport/Quickomics" ], [ "https://github.com/BigDataBiology/SemiBin" ], [ "https://github.com/YaCui/NG-Circos" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/AlexandrovLab/SigProfilerAssignment" ], [ "https://github.com/SysBioInra/RBApy" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/HVision-NKU/Conv2Former" ], [ "https://github.com/pinellolab/haystack_bio" ], [ "https://github.com/AlexandrovLab/SigProfilerAssignment" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/sigven/oncoEnrichR" ], [ "https://github.com/oxpig/DeepCoy" ], [ "https://github.com/AlexandrovLab/SigProfilerAssignment" ], [ "https://github.com/AlexandrovLab/SigProfilerAssignment" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/ElofssonLab/PconsC4" ], [ "https://github.com/AlexandrovLab/SigProfilerAssignment" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/louzounlab/microbiome" ], [ "https://github.com/dongbo-BUAA-VR/Pointfilter" ], [ "https://github.com/MDplot/MDplot" ], [ "https://github.com/AlexandrovLab/SigProfilerAssignment" ], [ "https://github.com/AlexandrovLab/SigProfilerAssignment" ], [ "https://github.com/shahpr/RiboViz" ], [ "https://github.com/BrendelGroup/AEGeAn" ], [ "https://github.com/tlawrence3/FAST" ], [ "https://github.com/AnantharamanLab/ViWrap" ], [ "https://github.com/dmirman/gazer" ], [ "https://github.com/AnantharamanLab/ViWrap" ], [ "https://github.com/AnantharamanLab/ViWrap" ], [ "https://github.com/XiaoleiLiuBio/G2P" ], [ "https://github.com/developerpiru/BEAVR" ], [ "https://github.com/biomed-AI/GraphPPIS" ], [ "https://github.com/CompEvol/sampled-ancestors" ], [ "https://github.com/kkrizanovic/RNAseqEval" ], [ "https://github.com/togoid/togoid-config" ], [ "https://github.com/abehr/pong" ], [ "https://github.com/bigbio/py-pgatk" ], [ "https://github.com/BojarLab/glycowork" ], [ "https://github.com/BojarLab/glycowork" ], [ "https://github.com/BojarLab/glycowork" ], [ "https://github.com/biomed-AI/GraphSite" ], [ "https://github.com/AnantharamanLab/ViWrap" ], [ "https://github.com/schultzelab/Shiny-Seq" ], [ "https://github.com/alyssafrazee/derfinder" ], [ "https://github.com/BojarLab/glycowork" ], [ "https://github.com/dnbaker/dashing" ], [ "https://github.com/CMU-SAFARI/SneakySnake" ], [ "https://github.com/single-cell-genetics/cellsnp-lite" ], [ "https://github.com/IoBT-VISTEC/MetaSleepLearner" ], [ "https://github.com/ay-lab/mustache" ], [ "https://github.com/BioSystemsUM/mewpy" ], [ "https://github.com/davidebolo1993/VISOR" ], [ "https://github.com/canisw/tf3p" ], [ "https://github.com/Sciope/Sciope" ], [ "https://github.com/stephenslab/flashr" ], [ "https://github.com/StuntsPT/Structure_threader" ], [ "https://github.com/BojarLab/glycowork" ], [ "https://github.com/cafferychen777/ggpicrust2" ], [ "https://github.com/BojarLab/glycowork" ], [ "https://github.com/BojarLab/glycowork" ], [ "https://github.com/Shen-Lab/GraphCL_Automated" ], [ "https://github.com/bio-ontology-research-group/opa2vec" ], [ "https://github.com/uym2/TreeShrink" ], [ "https://github.com/soedinglab/prosstt" ], [ "https://github.com/tripal/tripal_analysis_expression" ], [ "https://github.com/sshan-zhao/ACMNet" ], [ "https://github.com/indralab/gilda" ], [ "https://github.com/rkmlab/perf" ], [ "https://github.com/Luffy03/DBFNet" ], [ "https://github.com/LosicLab/STARChip" ], [ "https://github.com/jcbmarques/clusterdv" ], [ "https://github.com/guxinqian/Simple-ReID" ], [ "https://github.com/HpWang-whu/RoReg" ], [ "https://github.com/saorisakaue/GREP" ], [ "https://github.com/ncbi/JUDI" ], [ "https://github.com/LieberInstitute/dotdotdot" ], [ "https://github.com/statOmics/MSqRob" ], [ "https://github.com/yjx1217/simuG" ], [ "https://github.com/chung-lab/SCAFE" ], [ "https://github.com/bergmanlab/telr" ], [ "https://github.com/bytedance/TWIST" ], [ "https://github.com/Rinoahu/SwiftOrtho" ], [ "https://github.com/jag1g13/pycgtool" ], [ "https://github.com/23andMe/phasedibd" ], [ "https://github.com/siheming/mspypeline" ], [ "https://github.com/tub-rip/event_based_optical_flow" ], [ "https://github.com/PRIS-CV/BSNet" ], [ "https://github.com/wsjeon92/FP2VEC" ], [ "https://github.com/montilab/hypeR" ], [ "https://github.com/BIT-DA/GDCAN" ], [ "https://github.com/lemuria-wchen/imcs21" ], [ "https://github.com/NVIDIA/UnsupervisedLandmarkLearning" ], [ "https://github.com/shwoo93/video_decaptioning" ], [ "https://github.com/tanlab/ConvolutionMedicalNer" ], [ "https://github.com/AnantharamanLab/ViWrap" ], [ "https://github.com/tfzhou/VS-Survey" ], [ "https://github.com/dantaki/SV2" ], [ "https://github.com/cjendres1/nhanes" ], [ "https://github.com/arosenfeld/immunedb" ], [ "https://github.com/rohdelab/PyTransKit" ], [ "https://github.com/wells-wood-research/timed-design" ], [ "https://github.com/deng-lab/viroprofiler" ], [ "https://github.com/noriakis/CBNplot" ], [ "https://github.com/Saoge123/ccgnet" ], [ "https://github.com/lmrodriguezr/nonpareil" ], [ "https://github.com/jltsiren/gcsa2" ], [ "https://github.com/cellgeni/batchbench" ], [ "https://github.com/MolecularAI/Lib-INVENT-dataset" ], [ "https://github.com/ablab/viralVerify" ], [ "https://github.com/sansubs/vcf2pop" ], [ "https://github.com/jokergoo/rGREAT" ], [ "https://github.com/stormliucong/doc2hpo" ], [ "https://github.com/cieplinski-tobiasz/smina-docking-benchmark" ], [ "https://github.com/Rongtao-Xu/RepresentationLearning" ], [ "https://github.com/genenotebook/genenotebook" ], [ "https://github.com/stephenslab/rss" ], [ "https://github.com/hanna-xu/RoadScene" ], [ "https://github.com/ANGSD/ngsRelate" ], [ "https://github.com/pavancm/CONTRIQUE" ], [ "https://github.com/IBM/InterpretableDTIP" ], [ "https://github.com/SBRG/Protein_ML" ], [ "https://github.com/TheJacksonLaboratory/CloudNeo" ], [ "https://github.com/danfenghong/ISPRS_S2FL" ], [ "https://github.com/feigl/gipht" ], [ "https://github.com/HuMingLab/SnapHiC" ], [ "https://github.com/bioinfo-ut/PlasmidSeeker" ], [ "https://github.com/soeaver/Hier-R-CNN" ], [ "https://github.com/morrislab/phylosub" ], [ "https://github.com/kundajelab/ChromDragoNN" ], [ "https://github.com/lilit-nersisyan/computel" ], [ "https://github.com/s312569/clj-biosequence" ], [ "https://github.com/xal2019/DeepFE-PPI" ], [ "https://github.com/rpeckner-broad/Specter" ], [ "https://github.com/AnantharamanLab/ViWrap" ], [ "https://github.com/AnantharamanLab/ViWrap" ], [ "https://github.com/mortazavilab/swan_vis" ], [ "https://github.com/BojarLab/glycowork" ], [ "https://github.com/jamesjiadazhan/dietaryindex" ], [ "https://github.com/AnantharamanLab/ViWrap" ], [ "https://github.com/jtleek/svaseq" ], [ "https://github.com/KlugerLab/t-SNE-Heatmaps" ], [ "https://github.com/CNRGH/crimmix" ], [ "https://github.com/anooplab/pyar" ], [ "https://github.com/krishnabits001/task_driven_data_augmentation" ], [ "https://github.com/chaitjo/geometric-rna-design" ], [ "https://github.com/nickduran/align-linguistic-alignment" ], [ "https://github.com/ShobiStassen/PARC" ], [ "https://github.com/ChrisMaherLab/INTEGRATE-Neo" ], [ "https://github.com/chopralab/lemon" ], [ "https://github.com/chopralab/lemon" ], [ "https://github.com/flekschas/sbb" ], [ "https://github.com/MedChaabane/deepRAM" ], [ "https://github.com/neuropoly/axonseg" ], [ "https://github.com/Zhihan1996/DNABERT_S" ], [ "https://github.com/NuttyLogic/BSBolt" ], [ "https://github.com/fmfi-compbio/deepnano-blitz" ], [ "https://github.com/chopralab/lemon" ], [ "https://github.com/guangyu-zhou/MuPIPR" ], [ "https://github.com/VCCRI/Falco" ], [ "https://github.com/ICB-DCM/PESTO" ], [ "https://github.com/ICB-DCM/PESTO" ], [ "https://github.com/ICB-DCM/PESTO" ], [ "https://github.com/ICB-DCM/PESTO" ], [ "https://github.com/10XGenomics/scHLAcount" ], [ "https://github.com/aditya-88/ASAP" ], [ "https://github.com/PeihaoChen/regnet" ], [ "https://github.com/gifford-lab/DeepLigand" ], [ "https://github.com/ncbi/MedCPT" ], [ "https://github.com/chopralab/lemon" ], [ "https://github.com/genotoul-bioinfo/dgenies" ], [ "https://github.com/jiang-junyao/IReNA" ], [ "https://github.com/rega-cev/virulign" ], [ "https://github.com/Zian-Xu/Swin-MAE" ], [ "https://github.com/MannLabs/alphapeptstats" ], [ "https://github.com/bircatmcri/MCIndoor20000" ], [ "https://github.com/Phlya/coolpuppy" ], [ "https://github.com/Nextomics/pipeline-for-isoseq" ], [ "https://github.com/parashardhapola/scarf" ], [ "https://github.com/zju3dv/CoLi-BA" ], [ "https://github.com/chopralab/lemon" ], [ "https://github.com/chopralab/lemon" ], [ "https://github.com/chopralab/lemon" ], [ "https://github.com/biopragmatics/biomappings" ], [ "https://github.com/whitead/molbloom" ], [ "https://github.com/chopralab/lemon" ], [ "https://github.com/haiyang1986/Subtype-GAN" ], [ "https://github.com/wdecoster/methplotlib" ], [ "https://github.com/regevs/factorial_hmm" ], [ "https://github.com/nyiuab/NBZIMM" ], [ "https://github.com/dyxmvp/Spatial_ATAC-seq" ], [ "https://github.com/ncbi/fcs" ], [ "https://github.com/biomass-dev/biomass" ], [ "https://github.com/xlliu7/TadTR" ], [ "https://github.com/ICB-DCM/PESTO" ], [ "https://github.com/danfenghong/IEEE_TIP_UIU-Net" ], [ "https://github.com/oxpig/DEVELOP" ], [ "https://github.com/he2016012996/CABnet" ], [ "https://github.com/ICB-DCM/PESTO" ], [ "https://github.com/andrewguy/biostructmap" ], [ "https://github.com/chenhong-zhou/OM-Net" ], [ "https://github.com/gzhmat/ShinyCNV" ], [ "https://github.com/alexxijielu/yeast_segmentation" ], [ "https://github.com/loopasam/Brain" ], [ "https://github.com/nrdg/fracridge" ], [ "https://github.com/Cassie94/LSTD" ], [ "https://github.com/XMUDM/ShillingAttack" ], [ "https://github.com/Jasonkks/PTTR" ], [ "https://github.com/oxpig/ABlooper" ], [ "https://github.com/bene51/3Dscript" ], [ "https://github.com/ropensci/chirps" ], [ "https://github.com/kundajelab/coda" ], [ "https://github.com/mailund/admixture_graph" ], [ "https://github.com/ambf0632/CompoundDB4j" ], [ "https://github.com/MontaEllis/SSL-For-Medical-Segmentation" ], [ "https://github.com/bthyreau/hippodeep" ], [ "https://github.com/oushujun/LTR_FINDER_parallel" ], [ "https://github.com/legumeinfo/lis_context_viewer" ], [ "https://github.com/ICB-DCM/PESTO" ], [ "https://github.com/mickaelleclercq/BioDiscML" ], [ "https://github.com/ncats/ramp-db" ], [ "https://github.com/agis85/multimodal_brain_synthesis" ], [ "https://github.com/FJD-CEPH/aCNViewer" ], [ "https://github.com/vqf/nVenn" ], [ "https://github.com/mhaft/DeepVess" ], [ "https://github.com/ICB-DCM/PESTO" ], [ "https://github.com/ncbi/fcs" ], [ "https://github.com/ncbi/fcs" ], [ "https://github.com/transbioZI/RMTL" ], [ "https://github.com/ncbi/fcs" ], [ "https://github.com/ncbi/fcs" ], [ "https://github.com/HiLab-git/DAG4MIA" ], [ "https://github.com/carmonalab/scGate" ], [ "https://github.com/ncbi/fcs" ], [ "https://github.com/FactoDeepLearning/DAN" ], [ "https://github.com/ncbi/fcs" ], [ "https://github.com/ncbi/fcs" ], [ "https://github.com/nf-core/isoseq" ], [ "https://github.com/paiardin/DockingPie" ], [ "https://github.com/HelloWorldCN/RapidMic" ], [ "https://github.com/zhanxw/seqminer" ], [ "https://github.com/zyjwuyan/BBS-Net" ], [ "https://github.com/databio2022/GraphBio" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/manuel-munoz-aguirre/PyHIST" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/nblt/DLDR" ], [ "https://github.com/hildebra/Rarefaction" ], [ "https://github.com/PMCC-BioinformaticsCore/janis" ], [ "https://github.com/wuc567/Pattern-Mining" ], [ "https://github.com/shenwei356/kmcp" ], [ "https://github.com/wuc567/Pattern-Mining" ], [ "https://github.com/wuc567/Pattern-Mining" ], [ "https://github.com/wuc567/Pattern-Mining" ], [ "https://github.com/gagneurlab/concise" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/crazyhottommy/scclusteval" ], [ "https://github.com/danfenghong/IEEE_TNNLS_EGU-Net" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/MattClarkson/CMakeCatchTemplate" ], [ "https://github.com/TaiXiangJiang/FastDeRain" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/aeeckhou/shallowHRD" ], [ "https://github.com/4dn-dcic/pairix" ], [ "https://github.com/gifford-lab/antibody-2019" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/pascalkieslich/mousetrap-os" ], [ "https://github.com/vaquerizaslab/tadtool" ], [ "https://github.com/althonos/pyhmmer" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/ODonnell-Lipidomics/LipidFinder" ], [ "https://github.com/ToniCreswell/InvertingGAN" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/Ha0Tang/LGGAN" ], [ "https://github.com/stjude/ChIPseqSpikeInFree" ], [ "https://github.com/gosling-lang/gos" ], [ "https://github.com/beiko-lab/gengis" ], [ "https://github.com/EPFL-LCSB/SKiMpy" ], [ "https://github.com/sequencing/NxTrim" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/JhuangLab/BioInstaller" ], [ "https://github.com/mindazhao/pix-pix-warping-video-stabilization" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/ctlab/GADMA" ], [ "https://github.com/iziamtso/P3D" ], [ "https://github.com/zhangxaochen/CuFusion" ], [ "https://github.com/HIT-ImmunologyLab/DBSCAN-SWA" ], [ "https://github.com/SsGood/MMGL" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/xq141839/DCSAU-Net" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/AstraZeneca/StarGazer" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/tchitchek-lab/SPADEVizR" ], [ "https://github.com/cjbrasher/LipidFinder" ], [ "https://github.com/bhklab/genefu" ], [ "https://github.com/RemiAllio/MitoFinder" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/shivram1987/diffGrad" ], [ "https://github.com/arttumiettinen/pi2" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/cevo-public/cov-spectrum-website" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/florisvb/PyNumDiff" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/macmanes-lab/Oyster_River_Protocol" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/ksahlin/BESST" ], [ "https://github.com/wuc567/Pattern-Mining" ], [ "https://github.com/ParBLiSS/kmerind" ], [ "https://github.com/wuc567/Pattern-Mining" ], [ "https://github.com/wuc567/Pattern-Mining" ], [ "https://github.com/AutoFlowResearch/SmartPeak" ], [ "https://github.com/FastTrackOrg/FastTrack" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/wuc567/Pattern-Mining" ], [ "https://github.com/NGSeq/ViraPipe" ], [ "https://github.com/ZhifangDeng/MISSFormer" ], [ "https://github.com/bcgsc/orca" ], [ "https://github.com/lcalviell/ORFquant" ], [ "https://github.com/refresh-bio/agc" ], [ "https://github.com/calico/solo" ], [ "https://github.com/ngchc/deepBoosting" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/nyiuab/BhGLM" ], [ "https://github.com/M3DV/RibSeg" ], [ "https://github.com/zkkli/PSAQ-ViT" ], [ "https://github.com/chenchao666/Bone-Age-Assessment" ], [ "https://github.com/kassonlab/gmxapi" ], [ "https://github.com/barahona-research-group/RamanSPy" ], [ "https://github.com/lh3/bfc" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/Graylab/GeoDock" ], [ "https://github.com/dina-lab3D/NanoNet" ], [ "https://github.com/totajuliusd/topr" ], [ "https://github.com/DataSlingers/clustRviz" ], [ "https://github.com/mi-erasmusmc/TreatmentPatterns" ], [ "https://github.com/insilichem/gaudi" ], [ "https://github.com/BiomedicalMachineLearning/SpaCell" ], [ "https://github.com/illumina/REViewer" ], [ "https://github.com/huiliucode/cafe_plugin" ], [ "https://github.com/wdecoster/nanopack" ], [ "https://github.com/urmi-21/MetaOmGraph" ], [ "https://github.com/yijingru/ANCIS-Pytorch" ], [ "https://github.com/hkmztrk/SMILESVecProteinRepresentation" ], [ "https://github.com/alberto-valdeolivas/RWR-MH" ], [ "https://github.com/kuppal2/xMWAS" ], [ "https://github.com/wdecoster/nanopack" ], [ "https://github.com/Hzzone/ProPos" ], [ "https://github.com/eliberis/parapred" ], [ "https://github.com/solonas13/maw" ], [ "https://github.com/YunxiaoRen/ML-iAMR" ], [ "https://github.com/minoh0201/DeepMicro" ], [ "https://github.com/nigyta/dfast_core" ], [ "https://github.com/baranwa2/MetabolicPathwayPrediction" ], [ "https://github.com/mczhuge/ICON" ], [ "https://github.com/WGLab/Phen2Gene" ], [ "https://github.com/MPBA/TAASRAD19" ], [ "https://github.com/CDDLeiden/DrugEx" ], [ "https://github.com/JLiangLab/SemanticGenesis" ], [ "https://github.com/BDI-pathogens/phyloscanner" ], [ "https://github.com/kaist-ina/BWA-MEME" ], [ "https://github.com/demonzyj56/E3Outlier" ], [ "https://github.com/Genotek/ClassifyCNV" ], [ "https://github.com/Jeff-Zilence/Explain_Metric_Learning" ], [ "https://github.com/vaquerizaslab/fanc" ], [ "https://github.com/wenwenyu/TCM" ], [ "https://github.com/Christensen-Lab-Dartmouth/methyLiftover" ], [ "https://github.com/pratas/cryfa" ], [ "https://github.com/DIFACQUIM/ECIF" ], [ "https://github.com/microbinfie-hackathon2020/CSIS" ], [ "https://github.com/zji90/TSCAN" ], [ "https://github.com/xulabs/projects" ], [ "https://github.com/SAMtoBAM/MUMandCo" ], [ "https://github.com/wdecoster/nanopack" ], [ "https://github.com/gbouras13/pharokka" ], [ "https://github.com/Rose-STL-Lab/LIMO" ], [ "https://github.com/khramts/assocplots" ], [ "https://github.com/wdecoster/nanopack" ], [ "https://github.com/rampasek/DrVAE" ], [ "https://github.com/zengqunzhao/MA-Net" ], [ "https://github.com/wdecoster/nanopack" ], [ "https://github.com/MolecularAI/Icolos" ], [ "https://github.com/bioinfo-ut/GenomeTester4" ], [ "https://github.com/mdcao/japsa" ], [ "https://github.com/grst/immune_deconvolution_benchmark" ], [ "https://github.com/ramiromagno/gwasrapidd" ], [ "https://github.com/tbwxmu/SAMPN" ], [ "https://github.com/biosinodx/SCcaller" ], [ "https://github.com/JLiangLab/BenchmarkTransferLearning" ], [ "https://github.com/wdecoster/nanopack" ], [ "https://github.com/AllonKleinLab/SPRING" ], [ "https://github.com/ahmed-shameem/Feature_selection" ], [ "https://github.com/wdecoster/nanopack" ], [ "https://github.com/uci-cbcl/HLA-bind" ], [ "https://github.com/stianlagstad/chimeraviz" ], [ "https://github.com/wind22zhu/BioMedR" ], [ "https://github.com/GXYM/TextPMs" ], [ "https://github.com/wdecoster/nanopack" ], [ "https://github.com/liuqk3/PUT" ], [ "https://github.com/diriano/ploidyNGS" ], [ "https://github.com/dariober/ASCIIGenome" ], [ "https://github.com/kweimann/ecg-transfer-learning" ], [ "https://github.com/compomics/ms2rescore" ], [ "https://github.com/gnina/SolTranNet" ], [ "https://github.com/BimberLab/DISCVRSeq" ], [ "https://github.com/bioinf-jku/librfn" ], [ "https://github.com/thomas0809/RxnScribe" ], [ "https://github.com/maxplanck-ie/parkour" ], [ "https://github.com/insilicomedicine/BiAAE" ], [ "https://github.com/gem-pasteur/macsyfinder" ], [ "https://github.com/gem-pasteur/macsyfinder" ], [ "https://github.com/UCDenver-ccp/CRAFT" ], [ "https://github.com/ywflow/BubMask" ], [ "https://github.com/AstraZeneca-NGS/disambiguate" ], [ "https://github.com/simonvh/fluff" ], [ "https://github.com/hillerlab/GenomeAlignmentTools" ], [ "https://github.com/LaboratorioBioinformatica/MARVEL" ], [ "https://github.com/dtamayo/spock" ], [ "https://github.com/BergmannLab/MONET" ], [ "https://github.com/gtluu/timsconvert" ], [ "https://github.com/keylabivdc/VIP" ], [ "https://github.com/ctlab/phantasus" ], [ "https://github.com/mdkarcher/phylodyn" ], [ "https://github.com/RUBi-ZA/JMS" ], [ "https://github.com/gem-pasteur/macsyfinder" ], [ "https://github.com/gem-pasteur/macsyfinder" ], [ "https://github.com/gem-pasteur/macsyfinder" ], [ "https://github.com/gem-pasteur/macsyfinder" ], [ "https://github.com/pblischak/HyDe" ], [ "https://github.com/lh3/bedtk" ], [ "https://github.com/modENCODE-DCC/Galaxy" ], [ "https://github.com/Ha0Tang/DDLCN" ], [ "https://github.com/juliacontrerasgarcia/nciplot" ], [ "https://github.com/olarerin/metaPlotR" ], [ "https://github.com/friend1ws/pmsignature" ], [ "https://github.com/ytZhang99/CF-Net" ], [ "https://github.com/bcgsc/ntjoin" ], [ "https://github.com/microsoft/IGT-Intermolecular-Graph-Transformer" ], [ "https://github.com/PoisonAlien/trackplot" ], [ "https://github.com/mahendra-awale/medchem_moves" ], [ "https://github.com/pinetree1/crispr-dav" ], [ "https://github.com/VoiceBeer/MS-MDA" ], [ "https://github.com/osmanberke/Deep-SSVEP-BCI" ], [ "https://github.com/giesselmann/nanopype" ], [ "https://github.com/yi-ding-cs/LGG" ], [ "https://github.com/gem-pasteur/macsyfinder" ], [ "https://github.com/csxmli2016/DMDNet" ], [ "https://github.com/lorrainea/CNEFinder" ], [ "https://github.com/lmweber/cytometry-clustering-comparison" ], [ "https://github.com/oncogenetics/LocusExplorer" ], [ "https://github.com/gangwug/MetaCycle" ], [ "https://github.com/AlexTS1980/COVID-CT-Mask-Net" ], [ "https://github.com/zhqingit/giremi" ], [ "https://github.com/bobeobibo/phigaro" ], [ "https://github.com/winycg/HSAKD" ], [ "https://github.com/NBISweden/EMBLmyGFF3" ], [ "https://github.com/curieshicy/JRgui" ], [ "https://github.com/spacegraphcats/spacegraphcats" ], [ "https://github.com/evolbioinfo/gotree" ], [ "https://github.com/aquaskyline/LRSIM" ], [ "https://github.com/gem-pasteur/macsyfinder" ], [ "https://github.com/yukiteruono/pbsim2" ], [ "https://github.com/jdidion/atropos" ], [ "https://github.com/donaldlab/OSPREY_refactor" ], [ "https://github.com/transmart/SmartR" ], [ "https://github.com/usnistgov/atomvision" ], [ "https://github.com/patrickbryant1/Umol" ], [ "https://github.com/SamStudio8/goldilocks" ], [ "https://github.com/huangnengCSU/minibusco" ], [ "https://github.com/chuiqin/irGSEA" ], [ "https://github.com/Proteomicslab57357/UniprotR" ], [ "https://github.com/fenghen360/HomBlocks" ], [ "https://github.com/pmartR/pmartR" ], [ "https://github.com/carmonalab/UCell" ], [ "https://github.com/HajkD/myTAI" ], [ "https://github.com/Bohdan-Khomtchouk/Microscope" ], [ "https://github.com/intermine/interMineR" ], [ "https://github.com/aamir-mustafa/super-resolution-adversarial-defense" ], [ "https://github.com/ksahlin/strobealign" ], [ "https://github.com/xiaoyeye/GCNG" ], [ "https://github.com/Lixy1997/Group-WSSS" ], [ "https://github.com/bcgsc/ARCS" ], [ "https://github.com/louiejtaylor/grabseqs" ], [ "https://github.com/noriakis/ggkegg" ], [ "https://github.com/cimm-kzn/CGRtools" ], [ "https://github.com/jermp/sshash" ], [ "https://github.com/Illumina/Pisces" ], [ "https://github.com/pcdslab/ASD-DiagNet" ], [ "https://github.com/YifanDengWHU/DDIMDL" ], [ "https://github.com/OHNLP/MedTator" ], [ "https://github.com/cran/FactoMineR" ], [ "https://github.com/mad-lab/transit" ], [ "https://github.com/duolinwang/MusiteDeep_web" ], [ "https://github.com/xiaofeng94/RefineDNet-for-dehazing" ], [ "https://github.com/Tarskin/HappyTools" ], [ "https://github.com/samsledje/D-SCRIPT" ], [ "https://github.com/hewm2008/NGenomeSyn" ], [ "https://github.com/alexlancaster/pypop" ], [ "https://github.com/grailbio/bio" ], [ "https://github.com/microsoft/YOLaT-VectorGraphicsRecognition" ], [ "https://github.com/wulalago/DAF3D" ], [ "https://github.com/biocorecrg/master_of_pores" ], [ "https://github.com/YinanZheng/HIMA" ], [ "https://github.com/cortex-lab/Rigbox" ], [ "https://github.com/TiagoOlivoto/metan" ], [ "https://github.com/cimm-kzn/CIMtools" ], [ "https://github.com/replikation/What_the_Phage" ], [ "https://github.com/a-h-b/dadasnake" ], [ "https://github.com/hellbelly/BS-Snper" ], [ "https://github.com/fenglei104/DeepPROTACs" ], [ "https://github.com/huangnengCSU/compleasm" ], [ "https://github.com/ridgelab/JustOrthologs" ], [ "https://github.com/BioinfoUNIBA/REDItools2" ], [ "https://github.com/hzi-bifo/RiboDetector" ], [ "https://github.com/powellgenomicslab/scPred" ], [ "https://github.com/ncbi/SKESA" ], [ "https://github.com/quxiaojian/PGA" ], [ "https://github.com/molgenis/NIPTeR" ], [ "https://github.com/refresh-bio/kmer-db" ], [ "https://github.com/boutroslab/cld" ], [ "https://github.com/tjubiit/TJU-DHD" ], [ "https://github.com/JhaKanchan15/PPI_GNN" ], [ "https://github.com/nrohani/NDD" ], [ "https://github.com/yunchuankong/GEDFN" ], [ "https://github.com/compbiomed/animalcules" ], [ "https://github.com/jiujiezz/tsnad" ], [ "https://github.com/ZJUFanLab/scDeepSort" ], [ "https://github.com/cosmo-team/cosmo" ], [ "https://github.com/mrazvan22/brain-coloring" ], [ "https://github.com/schenc3/InteractiveROSETTA" ], [ "https://github.com/MarSaKi/ETPNav" ], [ "https://github.com/LyonsLab/coge" ], [ "https://github.com/AparicioJohan/MrBeanApp" ], [ "https://github.com/cpockrandt/genmap" ], [ "https://github.com/LyonsLab/coge" ], [ "https://github.com/blaxterlab/blobology" ], [ "https://github.com/thiviyanT/torch-rgcn" ], [ "https://github.com/mahmoudnafifi/CIE_XYZ_NET" ], [ "https://github.com/compomics/compomics-utilities" ], [ "https://github.com/brinkmanlab/GenomeD3Plot" ], [ "https://github.com/spyflying/CMPC-Refseg" ], [ "https://github.com/samtools/htscodecs" ], [ "https://github.com/LyonsLab/coge" ], [ "https://github.com/CSB5/CaDRReS" ], [ "https://github.com/jiujiezz/tsnad" ], [ "https://github.com/yuhuan-wu/P2T" ], [ "https://github.com/akshaydudhane16/BIPNet" ], [ "https://github.com/MannLabs/alphamap" ], [ "https://github.com/danieljf24/hybrid_space" ], [ "https://github.com/jiujiezz/tsnad" ], [ "https://github.com/superlouis/GATGNN" ], [ "https://github.com/jiujiezz/tsnad" ], [ "https://github.com/xiezhq/ISEScan" ], [ "https://github.com/pdxgx/neoepiscope" ], [ "https://github.com/cov-lineages/constellations" ], [ "https://github.com/jiujiezz/tsnad" ], [ "https://github.com/NCBI-Hackathons/rnaseqview" ], [ "https://github.com/romanhaa/cerebroApp" ], [ "https://github.com/bluegreen-labs/daymetr" ], [ "https://github.com/LyonsLab/coge" ], [ "https://github.com/LyonsLab/coge" ], [ "https://github.com/ucsd-ccbb/visJS2jupyter" ], [ "https://github.com/dewyman/TranscriptClean" ], [ "https://github.com/LyonsLab/coge" ], [ "https://github.com/LyonsLab/coge" ], [ "https://github.com/zhouyuan888888/SGCPNet" ], [ "https://github.com/FePhyFoFum/phyx" ], [ "https://github.com/pierrepo/PBxplore" ], [ "https://github.com/schema-app/schema" ], [ "https://github.com/IMSY-DKFZ/simpa" ], [ "https://github.com/LyonsLab/coge" ], [ "https://github.com/ushaham/BatchEffectRemoval" ], [ "https://github.com/BaderLab/saber" ], [ "https://github.com/YuSugihara/MutMap" ], [ "https://github.com/josecamachop/MEDA-Toolbox" ], [ "https://github.com/jiujiezz/tsnad" ], [ "https://github.com/jiujiezz/tsnad" ], [ "https://github.com/VCCRI/Sierra" ], [ "https://github.com/jiujiezz/tsnad" ], [ "https://github.com/ekg/seqwish" ], [ "https://github.com/RUBi-ZA/MD-TASK" ], [ "https://github.com/CobraLab/atlases" ], [ "https://github.com/gymreklab/TRTools" ], [ "https://github.com/RUBi-ZA/MD-TASK" ], [ "https://github.com/kamwoh/DeepIPR" ], [ "https://github.com/mourisl/Rcorrector" ], [ "https://github.com/weisscharlesj/BiopythonRamachandran" ], [ "https://github.com/riverlee/MitoSeek" ], [ "https://github.com/tdgrant1/denss" ], [ "https://github.com/xiaoli-dong/metaerg" ], [ "https://github.com/hrlblab/CircleNet" ], [ "https://github.com/yvquanli/trimnet" ], [ "https://github.com/RUBi-ZA/MD-TASK" ], [ "https://github.com/RUBi-ZA/MD-TASK" ], [ "https://github.com/RUBi-ZA/MD-TASK" ], [ "https://github.com/pymodproject/pymod" ], [ "https://github.com/yangao07/abPOA" ], [ "https://github.com/BUNPC/Beam-Propagation-Method" ], [ "https://github.com/bittremieux/ANN-SoLo" ], [ "https://github.com/lanl/pybnf" ], [ "https://github.com/RUBi-ZA/MD-TASK" ], [ "https://github.com/mogvision/FFD" ], [ "https://github.com/swsoyee/TCC-GUI" ], [ "https://github.com/pymodproject/pymod" ], [ "https://github.com/pymodproject/pymod" ], [ "https://github.com/pymodproject/pymod" ], [ "https://github.com/gymrek-lab/trtools" ], [ "https://github.com/canceromics/MeRIPseqPipe" ], [ "https://github.com/RUBi-ZA/MD-TASK" ], [ "https://github.com/reymond-group/mhfp" ], [ "https://github.com/qiime2/q2-longitudinal" ], [ "https://github.com/pymodproject/pymod" ], [ "https://github.com/ElioS-S/pupil-size" ], [ "https://github.com/ruping/TRUP" ], [ "https://github.com/Japrin/sscClust" ], [ "https://github.com/abacus-gene/paml" ], [ "https://github.com/RUBi-ZA/MD-TASK" ], [ "https://github.com/a2iEditing/RNAEditingIndexer" ], [ "https://github.com/pymodproject/pymod" ], [ "https://github.com/pymodproject/pymod" ], [ "https://github.com/YaqiangCao/cLoops" ], [ "https://github.com/pymodproject/pymod" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/changlin31/DS-Net" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/gurkirt/3D-RetinaNet" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/dphansti/Sushi" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/molML/MoleculeACE" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/materialsintelligence/matscholar" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/essex-lab/grand" ], [ "https://github.com/n-mounier/bGWAS" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/superxuang/caffe_3d_faster_rcnn" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/Gabaldonlab/redundans" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/SRKH/S4NN" ], [ "https://github.com/blackrim/treePL" ], [ "https://github.com/knights-lab/SHOGUN" ], [ "https://github.com/iprada/Circle-Map" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/KerstenDoering/PubMedPortable" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/Vandermode/QRNN3D" ], [ "https://github.com/EnyaHermite/Picasso" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/dfguan/purge_dups" ], [ "https://github.com/showteeth/ggcoverage" ], [ "https://github.com/whussain2/Analysis-pipeline" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/alastair-droop/fqtools" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/getzlab/rnaseqc" ], [ "https://github.com/g3viz/g3lollipop" ], [ "https://github.com/blab/nextflu" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/GuipengLi/ChIA-PET2" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/molecule-one/megan" ], [ "https://github.com/tim-learn/SHOT-plus" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/romanhaa/Cerebro" ], [ "https://github.com/uc-bd2k/grein" ], [ "https://github.com/fickludd/dinosaur" ], [ "https://github.com/Snowfallingplum/SSAT" ], [ "https://github.com/stevemussmann/admixturePipeline" ], [ "https://github.com/COMBINE-lab/pufferfish" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/HuiZeng/Grid-Anchor-based-Image-Cropping-Pytorch" ], [ "https://github.com/vztu/VIDEVAL" ], [ "https://github.com/smith-chem-wisc/proteoform-suite" ], [ "https://github.com/JiajinChen/shinyBN" ], [ "https://github.com/GATB/bcalm" ], [ "https://github.com/gear-genomics/tracy" ], [ "https://github.com/zengwang430521/TCFormer" ], [ "https://github.com/evidenceontology/evidenceontology" ], [ "https://github.com/MannLabs/alphapeptdeep" ], [ "https://github.com/edawson/gfakluge" ], [ "https://github.com/csjunxu/STAR" ], [ "https://github.com/lmdu/pyfastx" ], [ "https://github.com/labsquare/cutevariant" ], [ "https://github.com/wenbostar/PDV" ], [ "https://github.com/Illumina/canvas" ], [ "https://github.com/Oshlack/JAFFA" ], [ "https://github.com/KIT-MBS/pydca" ], [ "https://github.com/Oshlack/JAFFA" ], [ "https://github.com/PoonLab/covizu" ], [ "https://github.com/Oshlack/JAFFA" ], [ "https://github.com/BioEasy/EasyCodeML" ], [ "https://github.com/Oshlack/JAFFA" ], [ "https://github.com/Illumina/canvas" ], [ "https://github.com/Illumina/canvas" ], [ "https://github.com/gaocong13/Projective-Spatial-Transformers" ], [ "https://github.com/Illumina/canvas" ], [ "https://github.com/tfzhou/MATNet" ], [ "https://github.com/Oshlack/JAFFA" ], [ "https://github.com/Oshlack/JAFFA" ], [ "https://github.com/Illumina/canvas" ], [ "https://github.com/verilylifesciences/genomewarp" ], [ "https://github.com/mindflow-institue/Awesome-Transformer" ], [ "https://github.com/mr7495/COVID-CTset" ], [ "https://github.com/Oshlack/JAFFA" ], [ "https://github.com/RTXteam/RTX" ], [ "https://github.com/Oshlack/JAFFA" ], [ "https://github.com/Illumina/canvas" ], [ "https://github.com/dieterich-lab/circtools" ], [ "https://github.com/seqan/lambda" ], [ "https://github.com/ropensci/nasapower" ], [ "https://github.com/chentao1999/MedicalRelationExtraction" ], [ "https://github.com/aistairc/DeepEventMine" ], [ "https://github.com/OpenGene/repaq" ], [ "https://github.com/microsoft/RespireNet" ], [ "https://github.com/Illumina/canvas" ], [ "https://github.com/dptech-corp/Uni-GBSA" ], [ "https://github.com/Illumina/canvas" ], [ "https://github.com/mlr-org/mlr3proba" ], [ "https://github.com/isglobal-brge/methylclock" ], [ "https://github.com/Ha0Tang/GestureGAN" ], [ "https://github.com/ADicksonLab/wepy" ], [ "https://github.com/miRTop/mirtop" ], [ "https://github.com/saezlab/decoupler-py" ], [ "https://github.com/lseventeen/FR-UNet" ], [ "https://github.com/bittremieux/spectrum_utils" ], [ "https://github.com/VITA-Group/Deep_GCN_Benchmarking" ], [ "https://github.com/AChavignon/PALA" ], [ "https://github.com/PaulSchmidtGit/Heritability" ], [ "https://github.com/amcrisan/Adjutant" ], [ "https://github.com/dxmarkets/savoir" ], [ "https://github.com/cyang03/CHECKED" ], [ "https://github.com/hklarner/PyBoolNet" ], [ "https://github.com/DIAGNijmegen/StreamingCNN" ], [ "https://github.com/zoecastillo/microbiomeExplorer" ], [ "https://github.com/orbkit/orbkit" ], [ "https://github.com/mafeiyang/ACTINN" ], [ "https://github.com/krishnanlab/PecanPy" ], [ "https://github.com/BTheDragonMaster/pikachu" ], [ "https://github.com/dmnfarrell/epitopepredict" ], [ "https://github.com/liuyang-ict/awesome-visual-transformers" ], [ "https://github.com/sail-sg/metaformer" ], [ "https://github.com/katholt/kaptive" ], [ "https://github.com/ddarriba/modeltest" ], [ "https://github.com/idekerlab/pyNBS" ], [ "https://github.com/shubhamchandak94/SPRING" ], [ "https://github.com/weberlab-hhu/Helixer" ], [ "https://github.com/katholt/Kaptive" ], [ "https://github.com/JosephKJ/iOD" ], [ "https://github.com/human-analysis/neural-architecture-transfer" ], [ "https://github.com/nf-core/circrna" ], [ "https://github.com/MichaelLinn/off_target_prediction" ], [ "https://github.com/Genentech/pviz" ], [ "https://github.com/BUStools/bustools" ], [ "https://github.com/DIAL-RPI/PIPO-FAN" ], [ "https://github.com/hahnlab/CAFE5" ], [ "https://github.com/BauerLab/ngsane" ], [ "https://github.com/VCCRI/CIDR" ], [ "https://github.com/Yikai-Wang/ICI-FSL" ], [ "https://github.com/clovaai/lffont" ], [ "https://github.com/ncbi/vadr" ], [ "https://github.com/brentp/combined-pvalues" ], [ "https://github.com/hdaoud/ORBSLAMM" ], [ "https://github.com/dvlab-research/SA-AutoAug" ], [ "https://github.com/BioJulia/BioStructures" ], [ "https://github.com/frankkramer-lab/miseval" ], [ "https://github.com/jyangfsu/WQChartPy" ], [ "https://github.com/prismformore/Multi-Task-Transformer" ], [ "https://github.com/tshizys/CoupleNet" ], [ "https://github.com/YuLab-SMU/ggmsa" ], [ "https://github.com/budach/pysster" ], [ "https://github.com/hakyimlab/ukbrest" ], [ "https://github.com/biocore/calour" ], [ "https://github.com/ngs-fzb/MTBseq_source" ], [ "https://github.com/PayneLab/cptac" ], [ "https://github.com/songlab-cal/gpn" ], [ "https://github.com/husonlab/megan-ce" ], [ "https://github.com/geraldinepascal/FROGS" ], [ "https://github.com/SunPengChuan/wgdi" ], [ "https://github.com/danielhuson/megan-ce" ], [ "https://github.com/nawrockie/vadr" ], [ "https://github.com/jlianglab/Fixed-Point-GAN" ], [ "https://github.com/mmic-lcl/Datasets-and-benchmark-code" ], [ "https://github.com/oxpig/AbLang" ], [ "https://github.com/twhui/LiteFlowNet2" ], [ "https://github.com/OpenBioLink/OpenBioLink" ], [ "https://github.com/abyzovlab/CNVpytor" ], [ "https://github.com/abyzovlab/CNVpytor" ], [ "https://github.com/abyzovlab/CNVpytor" ], [ "https://github.com/LayneH/self-adaptive-training" ], [ "https://github.com/mmic-lcl/Datasets-and-benchmark-code" ], [ "https://github.com/mmic-lcl/Datasets-and-benchmark-code" ], [ "https://github.com/mmic-lcl/Datasets-and-benchmark-code" ], [ "https://github.com/mani2012/BatchQC" ], [ "https://github.com/mmic-lcl/Datasets-and-benchmark-code" ], [ "https://github.com/hzc363/DeepLearningCyTOF" ], [ "https://github.com/abyzovlab/CNVpytor" ], [ "https://github.com/mmic-lcl/Datasets-and-benchmark-code" ], [ "https://github.com/abyzovlab/CNVpytor" ], [ "https://github.com/zhoudaquan/dvit_repo" ], [ "https://github.com/abyzovlab/CNVpytor" ], [ "https://github.com/torognes/swarm" ], [ "https://github.com/parklab/bamsnap" ], [ "https://github.com/betsig/how_are_we_stranded_here" ], [ "https://github.com/mmic-lcl/Datasets-and-benchmark-code" ], [ "https://github.com/mmic-lcl/Datasets-and-benchmark-code" ], [ "https://github.com/abyzovlab/CNVpytor" ], [ "https://github.com/irinagain/iglu" ], [ "https://github.com/irinagain/iglu" ], [ "https://github.com/liutairan/eMolFrag" ], [ "https://github.com/TinkerTools/tinker-hp" ], [ "https://github.com/Teichlab/bbknn" ], [ "https://github.com/abyzovlab/CNVpytor" ], [ "https://github.com/Psy-Fer/SquiggleKit" ], [ "https://github.com/irinagain/iglu" ], [ "https://github.com/WatsonLab/MAGpy" ], [ "https://github.com/irinagain/iglu" ], [ "https://github.com/irinagain/iglu" ], [ "https://github.com/perf-project/PeRF" ], [ "https://github.com/bvieth/powsimR" ], [ "https://github.com/COMBINE-lab/RapMap" ], [ "https://github.com/vanallenlab/comut" ], [ "https://github.com/lh3/fermikit" ], [ "https://github.com/irinagain/iglu" ], [ "https://github.com/irinagain/iglu" ], [ "https://github.com/czodrowskilab/Machine-learning-meets-pKa" ], [ "https://github.com/irinagain/iglu" ], [ "https://github.com/icbi-lab/nextNEOpi" ], [ "https://github.com/kimmo1019/DeepCDR" ], [ "https://github.com/theochem/B3DB" ], [ "https://github.com/wanggrun/SYSU-30k" ], [ "https://github.com/theochem/B3DB" ], [ "https://github.com/soedinglab/metaeuk" ], [ "https://github.com/roblanf/sangeranalyseR" ], [ "https://github.com/chaofengc/Face-SPARNet" ], [ "https://github.com/zhoudw-zdw/CIL_Survey" ], [ "https://github.com/Bohdan-Khomtchouk/shinyheatmap" ], [ "https://github.com/theochem/B3DB" ], [ "https://github.com/vgteam/sequenceTubeMap" ], [ "https://github.com/theochem/B3DB" ], [ "https://github.com/theochem/B3DB" ], [ "https://github.com/asad/ReactionDecoder" ], [ "https://github.com/theochem/B3DB" ], [ "https://github.com/pmelsted/bifrost" ], [ "https://github.com/theochem/B3DB" ], [ "https://github.com/cosconatilab/PyRMD" ], [ "https://github.com/bio-ontology-research-group/deepgo" ], [ "https://github.com/BEETL/BEETL" ], [ "https://github.com/qiyunzhu/woltka" ], [ "https://github.com/cosconatilab/PyRMD" ], [ "https://github.com/YuSugihara/QTL-seq" ], [ "https://github.com/smirarab/pasta" ], [ "https://github.com/KamilSJaron/smudgeplot" ], [ "https://github.com/cxli233/SimpleTidy_GeneCoEx" ], [ "https://github.com/cosconatilab/PyRMD" ], [ "https://github.com/cosconatilab/PyRMD" ], [ "https://github.com/theochem/B3DB" ], [ "https://github.com/brentp/goleft" ], [ "https://github.com/cosconatilab/PyRMD" ], [ "https://github.com/tudelft/cuSNN" ], [ "https://github.com/juglab/EmbedSeg" ], [ "https://github.com/cosconatilab/PyRMD" ], [ "https://github.com/cosconatilab/PyRMD" ], [ "https://github.com/nstrodt/UDSMProt" ], [ "https://github.com/pachterlab/kb_python" ], [ "https://github.com/cosconatilab/PyRMD" ], [ "https://github.com/EtienneCmb/tensorpac" ], [ "https://github.com/scvae/scvae" ], [ "https://github.com/ChenJoya/sampling-free" ], [ "https://github.com/HUANGLIZI/LViT" ], [ "https://github.com/frankligy/DeepImmuno" ], [ "https://github.com/AndersenLab/VCF-kit" ], [ "https://github.com/TheWebMonks/meshmonk" ], [ "https://github.com/gevaertlab/MultimodalPrognosis" ], [ "https://github.com/carrierlxk/AGNN" ], [ "https://github.com/ncbi/GeneGPT" ], [ "https://github.com/muhaochen/seq_ppi" ], [ "https://github.com/ryanlayer/gqt" ], [ "https://github.com/wuaipinglab/ImmuCC" ], [ "https://github.com/marbl/parsnp" ], [ "https://github.com/StevenLiuWen/sRNN_TSC_Anomaly_Detection" ], [ "https://github.com/ETHmodlab/BIMODAL" ], [ "https://github.com/markrobinsonuzh/scRNAseq_clustering_comparison" ], [ "https://github.com/uef-bbc/nippy" ], [ "https://github.com/cbielow/PTXQC" ], [ "https://github.com/labgem/PPanGGOLiN" ], [ "https://github.com/FactoDeepLearning/VerticalAttentionOCR" ], [ "https://github.com/mgalardini/pyseer" ], [ "https://github.com/tk2/RetroSeq" ], [ "https://github.com/bigchem/transformer-cnn" ], [ "https://github.com/JingZhang617/UCNet" ], [ "https://github.com/zeeev/wham" ], [ "https://github.com/brentp/hts-nim" ], [ "https://github.com/B-UMMI/chewBBACA" ], [ "https://github.com/vanheeringen-lab/seq2science" ], [ "https://github.com/hanna-xu/U2Fusion" ], [ "https://github.com/OpenTreeOfLife/opentree" ], [ "https://github.com/bjing2016/EigenFold" ], [ "https://github.com/Leotju/MGAN" ], [ "https://github.com/PayamDiba/SERGIO" ], [ "https://github.com/uci-cbcl/UFold" ], [ "https://github.com/BlueBrain/NeuroMorphoVis" ], [ "https://github.com/divelab/MoleculeX" ], [ "https://github.com/millanek/Dsuite" ], [ "https://github.com/nclark-lab/RERconverge" ], [ "https://github.com/mschubert/clustermq" ], [ "https://github.com/sebwouters/qc-dmet" ], [ "https://github.com/vanderschaarlab/AutoPrognosis" ], [ "https://github.com/xiaochuanle/MECAT" ], [ "https://github.com/futianfan/clinical-trial-outcome-prediction" ], [ "https://github.com/Andrew-Qibin/VisionPermutator" ], [ "https://github.com/GeomScale/dingo" ], [ "https://github.com/BackofenLab/IntaRNA" ], [ "https://github.com/Nextomics/NextPolish" ], [ "https://github.com/schneebergerlab/plotsr" ], [ "https://github.com/j3xugit/RaptorX-3DModeling" ], [ "https://github.com/nygenome/conpair" ], [ "https://github.com/oxpig/ImmuneBuilder" ], [ "https://github.com/NAL-i5K/GFF3toolkit" ], [ "https://github.com/open2c/bioframe" ], [ "https://github.com/ncbi-nlp/DeepSeeNet" ], [ "https://github.com/QuKunLab/ATAC-pipe" ], [ "https://github.com/PhanstielLab/plotgardener" ], [ "https://github.com/SofieVG/FlowSOM" ], [ "https://github.com/JJAlmagro/subcellular_localization" ], [ "https://github.com/basiralab/GNNs-in-Network-Neuroscience" ], [ "https://github.com/UCLA-VAST/tapa" ], [ "https://github.com/xie186/ViewBS" ], [ "https://github.com/jameshadfield/phandango" ], [ "https://github.com/4dn-dcic/tibanna" ], [ "https://github.com/Shen-Lab/SS-GCNs" ], [ "https://github.com/pFindStudio/pDeep" ], [ "https://github.com/ddofer/ProFET" ], [ "https://github.com/WPC-WHU/GROR" ], [ "https://github.com/maickrau/GraphAligner" ], [ "https://github.com/malonge/RaGOO" ], [ "https://github.com/blackfeather-wang/GFNet-Pytorch" ], [ "https://github.com/hujiecpp/ISTR" ], [ "https://github.com/perishky/meffil" ], [ "https://github.com/wenguanwang/DHF1K" ], [ "https://github.com/aatapa/RLScore" ], [ "https://github.com/maickrau/GraphAligner" ], [ "https://github.com/xmengli999/CANet" ], [ "https://github.com/SJTU-LuHe/TransVOD" ], [ "https://github.com/JialeCao001/PedSurvey" ], [ "https://github.com/thomas0809/MolScribe" ], [ "https://github.com/maickrau/GraphAligner" ], [ "https://github.com/maickrau/GraphAligner" ], [ "https://github.com/QiaoLiuHit/LSOTB-TIR" ], [ "https://github.com/maickrau/GraphAligner" ], [ "https://github.com/iVis-at-Bilkent/pathway-mapper" ], [ "http://github.com/SBRG/ssbio" ], [ "https://github.com/cytoscape/cyjShiny" ], [ "https://github.com/jianxigao/NuRsE" ], [ "https://github.com/cccorn/AP-loss" ], [ "https://github.com/JaminFong/FNA" ], [ "https://github.com/maickrau/GraphAligner" ], [ "https://github.com/maickrau/GraphAligner" ], [ "https://github.com/maickrau/GraphAligner" ], [ "https://github.com/openPupil/Open-PupilEXT" ], [ "https://github.com/frankMusacchia/Annocript" ], [ "https://github.com/lppllppl920/EndoscopyDepthEstimation-Pytorch" ], [ "https://github.com/timolassmann/kalign" ], [ "https://github.com/mabessa/F3DAS" ], [ "https://github.com/marianattestad/assemblytics" ], [ "https://github.com/MICCoM/SSAGES-public" ], [ "https://github.com/qubekit/QUBEKit" ], [ "https://github.com/statgen/locuszoom" ], [ "https://github.com/seqan/flexbar" ], [ "https://github.com/lh3/minimap" ], [ "http://github.com/lidaof/eg-react" ], [ "https://github.com/marianattestad/ribbon" ], [ "https://github.com/frankvogt/vcf2gwas" ], [ "https://github.com/wyang17/SQuIRE" ], [ "https://github.com/salman-h-khan/PL-ZSD_Release" ], [ "https://github.com/htseq/htseq" ], [ "https://github.com/HajkD/biomartr" ], [ "https://github.com/mstsuite/MuST" ], [ "https://github.com/zwdzwd/sesame" ], [ "https://github.com/Bobholamovic/CDLab" ], [ "https://github.com/seantuck12/MODISTools" ], [ "https://github.com/sanger-pathogens/Bio-Tradis" ], [ "https://github.com/ryanlayer/giggle" ], [ "https://github.com/Data2Dynamics/d2d" ], [ "https://github.com/MolecularAI/Lib-INVENT" ], [ "https://github.com/csmiller/EMIRGE" ], [ "https://github.com/openbiox/UCSCXenaShiny" ], [ "https://github.com/CostaLab/reg-gen" ], [ "https://github.com/Shen-Lab/DeepAffinity" ], [ "https://github.com/ICB-DCM/AMICI" ], [ "https://github.com/ICB-DCM/AMICI" ], [ "https://github.com/XinhaoLi74/SmilesPE" ], [ "https://github.com/imgag/ngs-bits" ], [ "https://github.com/ICB-DCM/AMICI" ], [ "https://github.com/imgag/ngs-bits" ], [ "https://github.com/YantaoShen/kpm_rw_person_reid" ], [ "https://github.com/ICB-DCM/AMICI" ], [ "https://github.com/ICB-DCM/AMICI" ], [ "https://github.com/ICB-DCM/AMICI" ], [ "https://github.com/ICB-DCM/AMICI" ], [ "https://github.com/ICB-DCM/AMICI" ], [ "https://github.com/cs-chan/Deep-Plant" ], [ "https://github.com/imgag/ngs-bits" ], [ "https://github.com/MolecularAI/DockStream" ], [ "https://github.com/imgag/ngs-bits" ], [ "https://github.com/AMICI-dev/AMICI" ], [ "https://github.com/mrzResearchArena/PyFeat" ], [ "https://github.com/Xinglab/DARTS" ], [ "https://github.com/CCChenhao997/DualGCN-ABSA" ], [ "https://github.com/jotech/gapseq" ], [ "https://github.com/dd1github/DeepSMOTE" ], [ "https://github.com/imgag/ngs-bits" ], [ "https://github.com/imgag/ngs-bits" ], [ "https://github.com/imgag/ngs-bits" ], [ "https://github.com/liugang1234567/Gang-neuron" ], [ "https://github.com/bigdatagenomics/mango" ], [ "https://github.com/imgag/ngs-bits" ], [ "https://github.com/reymond-group/map4" ], [ "https://github.com/bergmanlab/mcclintock" ], [ "https://github.com/phac-nml/mob-suite" ], [ "https://github.com/phac-nml/mob-suite" ], [ "https://github.com/phac-nml/mob-suite" ], [ "https://github.com/bergmanlab/mcclintock" ], [ "https://github.com/phac-nml/mob-suite" ], [ "https://github.com/phac-nml/mob-suite" ], [ "https://github.com/meren/illumina-utils" ], [ "https://github.com/grigorisg9gr/polynomial_nets" ], [ "https://github.com/bergmanlab/mcclintock" ], [ "https://github.com/bergmanlab/mcclintock" ], [ "https://github.com/bergmanlab/mcclintock" ], [ "https://github.com/Teoroo-CMC/PiNN" ], [ "https://github.com/halelab/GBS-SNP-CROP" ], [ "https://github.com/bio-ontology-research-group/machine-learning-with-ontologies" ], [ "https://github.com/phac-nml/mob-suite" ], [ "https://github.com/dvlab-research/Parametric-Contrastive-Learning" ], [ "https://github.com/LANL-Bioinformatics/EDGE" ], [ "https://github.com/taozh2017/RGBD-SODsurvey" ], [ "https://github.com/bergmanlab/mcclintock" ], [ "https://github.com/SpatialTranscriptomicsResearch/st_pipeline" ], [ "https://github.com/GregoryFaust/samblaster" ], [ "https://github.com/rdk/p2rank" ], [ "https://github.com/bergmanlab/mcclintock" ], [ "https://github.com/bergmanlab/mcclintock" ], [ "https://github.com/phac-nml/mob-suite" ], [ "https://github.com/phac-nml/mob-suite" ], [ "https://github.com/Ding-Liu/DeepDenoising" ], [ "https://github.com/uncbiag/registration" ], [ "https://github.com/uncbiag/registration" ], [ "https://github.com/PengBoXiangShang/multigraph_transformer" ], [ "https://github.com/uncbiag/registration" ], [ "https://github.com/taoyang1122/MutualNet" ], [ "https://github.com/ZJULearning/SSG" ], [ "https://github.com/HadrienG/InSilicoSeq" ], [ "https://github.com/nf-core/airrflow" ], [ "https://github.com/uncbiag/registration" ], [ "https://github.com/uncbiag/registration" ], [ "https://github.com/uncbiag/registration" ], [ "https://github.com/hlei-ziyan/SPH3D-GCN" ], [ "https://github.com/IDKiro/DehazeFormer" ], [ "https://github.com/gpertea/gffcompare" ], [ "https://github.com/waynebhayes/BLANT" ], [ "https://github.com/CompSynBioLab-KoreaUniv/FunGAP" ], [ "https://github.com/netZoo/netZooPy" ], [ "https://github.com/uncbiag/registration" ], [ "https://github.com/pulimeng/DeepDrug3D" ], [ "https://github.com/compgenome365/TCGA-Assembler-2" ], [ "https://github.com/broadinstitute/oncotator" ], [ "https://github.com/uncbiag/registration" ], [ "https://github.com/icbi-lab/scirpy" ], [ "https://github.com/nmquijada/tormes" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/nygenome/lancet" ], [ "https://github.com/nygenome/lancet" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/nygenome/lancet" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/Bioconductor/Contributions" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/EpistasisLab/KRAGEN" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/smarco/WFA" ], [ "https://github.com/nygenome/lancet" ], [ "https://github.com/nygenome/lancet" ], [ "https://github.com/nygenome/lancet" ], [ "https://github.com/tjiangHIT/cuteSV" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/ChristofferFlensburg/SuperFreq" ], [ "https://github.com/wenguanwang/AGS" ], [ "https://github.com/tjiangHIT/cuteSV" ], [ "https://github.com/JiayuYANG/CVP-MVSNet" ], [ "https://github.com/tjiangHIT/cuteSV" ], [ "https://github.com/tjiangHIT/cuteSV" ], [ "https://github.com/tjiangHIT/cuteSV" ], [ "https://github.com/tjiangHIT/cuteSV" ], [ "https://github.com/szpiech/selscan" ], [ "https://github.com/tjiangHIT/cuteSV" ], [ "https://github.com/vibansal/HapCUT2" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/nygenome/lancet" ], [ "https://github.com/nygenome/lancet" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/nunofonseca/irap" ], [ "https://github.com/tjiangHIT/cuteSV" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/vals/umis" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/ncbi/TPMCalculator" ], [ "https://github.com/oxpig/DeLinker" ], [ "https://github.com/ebi-webcomponents/nightingale" ], [ "https://github.com/sebwouters/chemps2" ], [ "https://github.com/danmcduff/iphys-toolbox" ], [ "https://github.com/yangyanli/DO-Conv" ], [ "https://github.com/AdmiralenOla/Scoary" ], [ "https://github.com/Annbless/DUTCode" ], [ "https://github.com/dsehnal/LiteMol" ], [ "https://github.com/BaselAbujamous/clust" ], [ "https://github.com/fnzhan/Illumination-Estimation" ], [ "https://github.com/raoyongming/GFNet" ], [ "https://github.com/bgruening/galaxy-rna-workbench" ], [ "https://github.com/ZJUFanLab/scCATCH" ], [ "https://github.com/vanheeringen-lab/genomepy" ], [ "https://github.com/psathyrella/partis" ], [ "https://github.com/ICEORY/PMF" ], [ "https://github.com/dnanexus-rnd/GLnexus" ], [ "https://github.com/jonathanking/sidechainnet" ], [ "https://github.com/vanessajurtz/lasagne4bio" ], [ "https://github.com/hafen/trelliscopejs" ], [ "https://github.com/zju3dv/disprcnn" ], [ "https://github.com/masashitsubaki/CPI_prediction" ], [ "https://github.com/bbci/wyrm" ], [ "https://github.com/ding-lab/CharGer" ], [ "https://github.com/scverse/ecosystem-packages" ], [ "https://github.com/royfrancis/pophelper" ], [ "https://github.com/grimmlab/MicrobiomeBestPracticeReview" ], [ "https://github.com/arseha/peakonly" ], [ "https://github.com/whatshap/whatshap" ], [ "https://github.com/MaterialsDiscovery/PyChemia" ], [ "https://github.com/charite/jannovar" ], [ "https://github.com/HRanWang/Spatial-Re-Scaling" ], [ "https://github.com/cdcgov/microbetrace" ], [ "https://github.com/TaoHuang2018/Neighbor2Neighbor" ], [ "https://github.com/Edinburgh-Genome-Foundry/DNAChisel" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/marbl/MashMap" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/gabraham/flashpca" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/medema-group/bigslice" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/wanderine/BROCCOLI" ], [ "https://github.com/MoonBlvd/Detection-of-Traffic-Anomaly" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/BenevolentAI/DeeplyTough" ], [ "https://github.com/UCLCheminformatics/ScaffoldGraph" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/qiime2/q2-feature-classifier" ], [ "https://github.com/rajeevyasarla/Syn2Real" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/franciscozorrilla/metaGEM" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/gpertea/gffread" ], [ "https://github.com/linzhi2013/MitoZ" ], [ "https://github.com/wanglimin/MRCNN-Scene-Recognition" ], [ "https://github.com/smfleming/HMeta-d" ], [ "https://github.com/Genetalks/gtz" ], [ "https://github.com/ChenyangLEI/deep-video-prior" ], [ "https://github.com/pangenome/odgi" ], [ "https://github.com/echen102/us-pres-elections-2020" ], [ "https://github.com/dereneaton/ipyrad" ], [ "https://github.com/dmis-lab/BERN2" ], [ "https://github.com/yiluheihei/microbiomeMarker" ], [ "https://github.com/lifanchen-simm/transformerCPI" ], [ "https://github.com/mikessh/vdjtools" ], [ "https://github.com/YichiZhang98/SAM4MIS" ], [ "https://github.com/ComparativeGenomicsToolkit/hal" ], [ "https://github.com/lingluodlut/Att-ChemdNER" ], [ "https://github.com/CenterForMedicalGeneticsGhent/WisecondorX" ], [ "https://github.com/lykaust15/DeepSimulator" ], [ "https://github.com/oushujun/LTR_retriever" ], [ "https://github.com/chunbolang/BAM" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/igvteam/igv-webapp" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/biojava/biojava-tutorial" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/deepmodeling/DMFF" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/neurodata/neuroparc" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/philres/ngmlr" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/DirtyHarryLYL/Transferable-Interactiveness-Network" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/arzwa/wgd" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/labsyspharm/ashlar" ], [ "https://github.com/mlpen/Nystromformer" ], [ "https://github.com/riken-aip/pyHSICLasso" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/msproteomicstools/msproteomicstools" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/ncbi-nlp/NegBio" ], [ "https://github.com/ncbi/icn3d" ], [ "https://github.com/biofuture/Ublastx_stageone" ], [ "https://github.com/icb-dcm/pyabc" ], [ "https://github.com/roblanf/minion_qc" ], [ "https://github.com/icb-dcm/pyabc" ], [ "https://github.com/ncbi/icn3d" ], [ "https://github.com/icb-dcm/pyabc" ], [ "https://github.com/mnakanishi/TRCA-SSVEP" ], [ "https://github.com/icb-dcm/pyabc" ], [ "https://github.com/icb-dcm/pyabc" ], [ "https://github.com/icb-dcm/pyabc" ], [ "https://github.com/Ildaron/ironbci" ], [ "https://github.com/ncbi/icn3d" ], [ "https://github.com/ncbi/icn3d" ], [ "https://github.com/jminnier/STARTapp" ], [ "https://github.com/ncbi/icn3d" ], [ "https://github.com/ncbi/icn3d" ], [ "https://github.com/ncbi/icn3d" ], [ "https://github.com/brettc/partitionfinder" ], [ "https://github.com/icb-dcm/pyabc" ], [ "https://github.com/rdiaz02/OncoSimul" ], [ "https://github.com/icb-dcm/pyabc" ], [ "https://github.com/ncbi/icn3d" ], [ "https://github.com/dingkeyan93/DISTS" ], [ "https://github.com/beringresearch/ivis" ], [ "https://github.com/guigolab/ggsashimi" ], [ "https://github.com/privefl/bigsnpr" ], [ "https://github.com/z-x-yang/CFBI" ], [ "https://github.com/taowenmicro/ggClusterNet" ], [ "https://github.com/lxtGH/SFSegNets" ], [ "https://github.com/Zzh-tju/CIoU" ], [ "https://github.com/yikaiw/CEN" ], [ "https://github.com/isovic/graphmap" ], [ "https://github.com/lsyads/fisheye-ORB-SLAM" ], [ "https://github.com/debbiemarkslab/DeepSequence" ], [ "https://github.com/ConesaLab/SQANTI3" ], [ "https://github.com/ICB-DCM/pyPESTO" ], [ "https://github.com/ICB-DCM/pyPESTO" ], [ "https://github.com/ICB-DCM/pyPESTO" ], [ "https://github.com/ICB-DCM/pyPESTO" ], [ "https://github.com/ICB-DCM/pyPESTO" ], [ "https://github.com/ICB-DCM/pyPESTO" ], [ "https://github.com/ICB-DCM/pyPESTO" ], [ "https://github.com/treangen/MetAMOS" ], [ "https://github.com/icb-dcm/pypesto" ], [ "https://github.com/ICB-DCM/pyPESTO" ], [ "https://github.com/mossmatters/HybPiper" ], [ "https://github.com/alanwilter/acpype" ], [ "https://github.com/Merck/BioPhi" ], [ "https://github.com/CVMI-Lab/ST3D" ], [ "https://github.com/layumi/person-reid-3d" ], [ "https://github.com/microsoft/genomicsnotebook" ], [ "https://github.com/pachterlab/ffq" ], [ "https://github.com/jtleek/sva-devel" ], [ "https://github.com/chrisamiller/fishplot" ], [ "https://github.com/biocore-NTNU/pyranges" ], [ "https://github.com/niuchuangnn/SPICE" ], [ "https://github.com/oschwengers/bakta" ], [ "https://github.com/OpenGVLab/VideoMAEv2" ], [ "https://github.com/uwrit/leaf" ], [ "https://github.com/zjhthu/OANet" ], [ "https://github.com/sigven/pcgr" ], [ "https://github.com/venyao/shinyCircos" ], [ "https://github.com/biopragmatics/bioregistry" ], [ "https://github.com/duartegroup/autodE" ], [ "https://github.com/saketkc/pysradb" ], [ "https://github.com/crsl4/PhyloNetworks" ], [ "https://github.com/lxtGH/GALD-DGCNet" ], [ "https://github.com/gao-lab/GLUE" ], [ "https://github.com/sanger-pathogens/snp-sites" ], [ "https://github.com/Kinggerm/GetOrganelle" ], [ "https://github.com/open2c/cooltools" ], [ "https://github.com/Juyong/3DFace" ], [ "https://github.com/yangji9181/HNE" ], [ "https://github.com/HikariTJU/LD" ], [ "https://github.com/eeyhsong/EEG-Conformer" ], [ "https://github.com/tsudalab/ChemTS" ], [ "https://github.com/tensorboy/PIDOptimizer" ], [ "https://github.com/healthylaife/MIMIC-IV-Data-Pipeline" ], [ "https://github.com/TGAC/KAT" ], [ "https://github.com/theislab/scgen" ], [ "https://github.com/mirnylab/cooler" ], [ "https://github.com/mirnylab/cooler" ], [ "https://github.com/mirnylab/cooler" ], [ "https://github.com/mirnylab/cooler" ], [ "https://github.com/SGDDNB/ShinyCell" ], [ "https://github.com/mirnylab/cooler" ], [ "https://github.com/mirnylab/cooler" ], [ "https://github.com/SysBioChalmers/RAVEN" ], [ "https://github.com/mirnylab/cooler" ], [ "https://github.com/mirnylab/cooler" ], [ "https://github.com/BGI-shenzhen/PopLDdecay" ], [ "https://github.com/OpenWaterAnalytics/epanet-dev" ], [ "https://github.com/PheWAS/PheWAS" ], [ "https://github.com/Illumina/ExpansionHunter" ], [ "https://github.com/iqtree/iqtree2" ], [ "https://github.com/JialeCao001/SipMask" ], [ "https://github.com/iqtree/iqtree2" ], [ "https://github.com/iqtree/iqtree2" ], [ "https://github.com/iqtree/iqtree2" ], [ "https://github.com/iqtree/iqtree2" ], [ "https://github.com/iqtree/iqtree2" ], [ "https://github.com/morrislab/phylowgs" ], [ "https://github.com/iqtree/iqtree2" ], [ "https://github.com/iqtree/iqtree2" ], [ "https://github.com/ding-lab/msisensor" ], [ "https://github.com/rdkit/mmpdb" ], [ "https://github.com/clovaai/wsolevaluation" ], [ "https://github.com/swz30/MIRNetv2" ], [ "https://github.com/hall-lab/svtools" ], [ "https://github.com/brentp/vcfanno" ], [ "https://github.com/schatzlab/genomescope" ], [ "https://github.com/mcahny/vps" ], [ "https://github.com/val-iisc/lsc-cnn" ], [ "https://github.com/ChiLiubio/microeco" ], [ "https://github.com/dvlab-research/Entity" ], [ "https://github.com/emadeldeen24/AttnSleep" ], [ "https://github.com/openvax/mhcflurry" ], [ "https://github.com/beagle-dev/beagle-lib" ], [ "https://github.com/nadeemlab/deepliif" ], [ "https://github.com/sallymmx/ActionCLIP" ], [ "https://github.com/nadeemlab/DeepLIIF" ], [ "https://github.com/ssadedin/bpipe" ], [ "https://github.com/weiyithu/NerfingMVS" ], [ "https://github.com/sseung0703/KD_methods_with_TF" ], [ "https://github.com/cozygene/FEAST" ], [ "https://github.com/wyp1125/MCScanX" ], [ "https://github.com/owkin/PyDESeq2" ], [ "https://github.com/stephaneguindon/phyml" ], [ "https://github.com/ndierckx/NOVOPlasty" ], [ "https://github.com/OpenGene/GeneFuse" ], [ "https://github.com/primer3-org/primer3" ], [ "https://github.com/amkozlov/raxml-ng" ], [ "https://github.com/amkozlov/raxml-ng" ], [ "https://github.com/amkozlov/raxml-ng" ], [ "https://github.com/amkozlov/raxml-ng" ], [ "https://github.com/carrierlxk/COSNet" ], [ "https://github.com/ndierckx/NOVOPlasty" ], [ "https://github.com/amkozlov/raxml-ng" ], [ "https://github.com/amkozlov/raxml-ng" ], [ "https://github.com/ndierckx/NOVOPlasty" ], [ "https://github.com/ndierckx/NOVOPlasty" ], [ "https://github.com/amkozlov/raxml-ng" ], [ "https://github.com/amkozlov/raxml-ng" ], [ "https://github.com/griffithlab/GenVisR" ], [ "https://github.com/ndierckx/NOVOPlasty" ], [ "https://github.com/ndierckx/NOVOPlasty" ], [ "https://github.com/ndierckx/NOVOPlasty" ], [ "https://github.com/ndierckx/NOVOPlasty" ], [ "https://github.com/Ha0Tang/SelectionGAN" ], [ "https://github.com/EpistasisLab/Aliro" ], [ "https://github.com/sail-sg/Adan" ], [ "https://github.com/Valdes-Tresanco-MS/gmx_MMPBSA" ], [ "https://github.com/researchmm/AOT-GAN-for-Inpainting" ], [ "https://github.com/tSchlegl/f-AnoGAN" ], [ "https://github.com/danini/magsac" ], [ "https://github.com/MolecularAI/REINVENT4" ], [ "https://github.com/mfumagalli/ngsTools" ], [ "https://github.com/ryanlayer/samplot" ], [ "https://github.com/chemosim-lab/ProLIF" ], [ "https://github.com/smirarab/ASTRAL" ], [ "https://github.com/VDIGPKU/CBNetV2" ], [ "https://github.com/Vaa3D/vaa3d_tools" ], [ "https://github.com/cs-chan/ArtGAN" ], [ "https://github.com/lh3/miniasm" ], [ "https://github.com/jaak-s/macau" ], [ "https://github.com/raoyongming/DynamicViT" ], [ "https://github.com/wenguanwang/SODsurvey" ], [ "https://github.com/XingangPan/deep-generative-prior" ], [ "https://github.com/brentp/cyvcf2" ], [ "https://github.com/pachterlab/gget" ], [ "https://github.com/dddzg/up-detr" ], [ "https://github.com/oushujun/EDTA" ], [ "https://github.com/pachterlab/gget" ], [ "https://github.com/torchmd/torchmd-net" ], [ "https://github.com/facebookresearch/LaMCTS" ], [ "https://github.com/pachterlab/gget" ], [ "https://github.com/beast-dev/beast-mcmc" ], [ "https://github.com/pachterlab/gget" ], [ "https://github.com/pachterlab/gget" ], [ "https://github.com/pachterlab/gget" ], [ "https://github.com/pachterlab/gget" ], [ "https://github.com/pachterlab/gget" ], [ "https://github.com/TissueImageAnalytics/tiatoolbox" ], [ "https://github.com/MIC-DKFZ/TractSeg" ], [ "https://github.com/zhunzhong07/CamStyle" ], [ "https://github.com/CellProfiler/CellProfiler-Analyst" ], [ "https://github.com/CellProfiler/CellProfiler-Analyst" ], [ "https://github.com/CellProfiler/CellProfiler-Analyst" ], [ "https://github.com/CellProfiler/CellProfiler-Analyst" ], [ "https://github.com/CellProfiler/CellProfiler-Analyst" ], [ "https://github.com/CellProfiler/CellProfiler-Analyst" ], [ "https://github.com/CellProfiler/CellProfiler-Analyst" ], [ "https://github.com/CellProfiler/CellProfiler-Analyst" ], [ "https://github.com/debbiemarkslab/evcouplings" ], [ "https://github.com/thinng/GraphDTA" ], [ "https://github.com/HazyResearch/hyena-dna" ], [ "https://github.com/JudasDie/SOTS" ], [ "https://github.com/JDAI-CV/CoTNet" ], [ "https://github.com/xulabs/aitom" ], [ "https://github.com/JudasDie/SOTS" ], [ "https://github.com/JudasDie/SOTS" ], [ "https://github.com/JudasDie/SOTS" ], [ "https://github.com/JudasDie/SOTS" ], [ "https://github.com/williamgilpin/pypdb" ], [ "https://github.com/JudasDie/SOTS" ], [ "https://github.com/craftGBD/craftGBD" ], [ "https://github.com/JudasDie/SOTS" ], [ "https://github.com/JudasDie/SOTS" ], [ "https://github.com/welch-lab/liger" ], [ "https://github.com/Project-MONAI/GenerativeModels" ], [ "https://github.com/sunwj/CAR" ], [ "https://github.com/weihaox/awesome-gan-inversion" ], [ "https://github.com/jeya-maria-jose/KiU-Net-pytorch" ], [ "https://github.com/ecogenomics/gtdbtk" ], [ "https://github.com/dluvizon/deephar" ], [ "https://github.com/ecogenomics/gtdbtk" ], [ "https://github.com/ecogenomics/gtdbtk" ], [ "https://github.com/jtamames/SqueezeMeta" ], [ "https://github.com/ecogenomics/gtdbtk" ], [ "https://github.com/ecogenomics/gtdbtk" ], [ "https://github.com/ecogenomics/gtdbtk" ], [ "https://github.com/ecogenomics/gtdbtk" ], [ "https://github.com/ecogenomics/gtdbtk" ], [ "https://github.com/Maclory/SPSR" ], [ "https://github.com/puzzlepaint/surfelmeshing" ], [ "https://github.com/ucscGenomeBrowser/kent" ], [ "https://github.com/ZhangGongjie/Meta-DETR" ], [ "https://github.com/naver/biobert-pretrained" ], [ "https://github.com/maxplanck-ie/snakepipes" ], [ "https://github.com/RenYurui/Global-Flow-Local-Attention" ], [ "https://github.com/aimagelab/mammoth" ], [ "https://github.com/BBillot/SynthSeg" ], [ "https://github.com/fritzsedlazeck/Sniffles" ], [ "https://github.com/lightaime/deep_gcns" ], [ "https://github.com/Edinburgh-Genome-Foundry/DnaFeaturesViewer" ], [ "https://github.com/ncbi/pgap" ], [ "https://github.com/marbl/mash" ], [ "https://github.com/menyifang/ADGAN" ], [ "https://github.com/hakyimlab/MetaXcan" ], [ "https://github.com/ruanjue/wtdbg2" ], [ "https://github.com/danini/graph-cut-ransac" ], [ "https://github.com/pymzML/pymzML" ], [ "https://github.com/biotite-dev/biotite" ], [ "https://github.com/shervinea/enzynet" ], [ "https://github.com/cambridgeltl/MTL-Bioinformatics-2016" ], [ "https://github.com/blackfeather-wang/ISDA-for-Deep-Networks" ], [ "https://github.com/sail-sg/volo" ], [ "https://github.com/imagej/imglib" ], [ "https://github.com/callmeray/PointMVSNet" ], [ "https://github.com/biocommons/hgvs" ], [ "https://github.com/Ha0Tang/AttentionGAN" ], [ "https://github.com/mcahny/Deep-Video-Inpainting" ], [ "https://github.com/sinAshish/Multi-Scale-Attention" ], [ "https://github.com/shijieS/SST" ], [ "https://github.com/rrwick/Bandage" ], [ "https://github.com/cfzd/Ultra-Fast-Lane-Detection-v2" ], [ "https://github.com/cszn/DPIR" ], [ "https://github.com/dstahlke/gnuplot-iostream" ], [ "https://github.com/wmayner/pyphi" ], [ "https://github.com/Goodman-lab/DP5" ], [ "https://github.com/brentp/mosdepth" ], [ "https://github.com/KristapsE/DP4-AI" ], [ "https://github.com/omnideconv/immunedeconv" ], [ "https://github.com/Illumina/strelka" ], [ "https://github.com/nf-core/mag" ], [ "https://github.com/PacificBiosciences/FALCON" ], [ "https://github.com/bigbio/proteomics-metadata-standard" ], [ "https://github.com/jdblischak/workflowr" ], [ "https://github.com/spglib/spglib" ], [ "https://github.com/MolecularAI/Reinvent" ], [ "https://github.com/yoxu515/aot-benchmark" ], [ "https://github.com/KlugerLab/FIt-SNE" ], [ "https://github.com/muhammedtalo/COVID-19" ], [ "https://github.com/JoniColeman/gwas_scripts" ], [ "https://github.com/deeptools/pyGenomeTracks" ], [ "https://github.com/mengyao/Complete-Striped-Smith-Waterman-Library" ], [ "https://github.com/haddocking/pdb-tools" ], [ "https://github.com/zqfang/GSEApy" ], [ "https://github.com/saeyslab/nichenetr" ], [ "https://github.com/digitalmethodsinitiative/dmi-tcat" ], [ "https://github.com/oddt/oddt" ], [ "https://github.com/oddt/oddt" ], [ "https://github.com/oddt/oddt" ], [ "https://github.com/oddt/oddt" ], [ "https://github.com/oddt/oddt" ], [ "https://github.com/oddt/oddt" ], [ "https://github.com/oddt/oddt" ], [ "https://github.com/oddt/oddt" ], [ "https://github.com/arq5x/lumpy-sv" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/biojs/biojs" ], [ "https://github.com/biojs/biojs" ], [ "https://github.com/biojs/biojs" ], [ "https://github.com/biojs/biojs" ], [ "https://github.com/biojs/biojs" ], [ "https://github.com/biojs/biojs" ], [ "https://github.com/biojs/biojs" ], [ "https://github.com/biojs/biojs" ], [ "https://github.com/HuiZeng/Image-Adaptive-3DLUT" ], [ "https://github.com/JingyunLiang/VRT" ], [ "https://github.com/LIANGKE23/Awesome-Knowledge-Graph-Reasoning" ], [ "https://github.com/aiqm/torchani" ], [ "https://github.com/aspuru-guzik-group/selfies" ], [ "https://github.com/MolecularAI/aizynthfinder" ], [ "https://github.com/MolecularAI/aizynthfinder" ], [ "https://github.com/MolecularAI/aizynthfinder" ], [ "https://github.com/MolecularAI/aizynthfinder" ], [ "https://github.com/lykaust15/Deep_learning_examples" ], [ "https://github.com/MolecularAI/aizynthfinder" ], [ "https://github.com/MolecularAI/aizynthfinder" ], [ "https://github.com/MolecularAI/aizynthfinder" ], [ "https://github.com/MolecularAI/aizynthfinder" ], [ "https://github.com/soedinglab/hh-suite" ], [ "https://github.com/songlab-cal/tape" ], [ "https://github.com/ablab/spades" ], [ "https://github.com/ablab/spades" ], [ "https://github.com/cvg/pixel-perfect-sfm" ], [ "https://github.com/ablab/spades" ], [ "https://github.com/ablab/spades" ], [ "https://github.com/ablab/spades" ], [ "https://github.com/ablab/spades" ], [ "https://github.com/ablab/spades" ], [ "https://github.com/ablab/spades" ], [ "https://github.com/lindenb/jvarkit" ], [ "https://github.com/arose/nglview" ], [ "https://github.com/MrGiovanni/ModelsGenesis" ], [ "https://github.com/benjjneb/dada2" ], [ "https://github.com/AlanLuSun/High-quality-ellipse-detection" ], [ "https://github.com/awslabs/dgl-lifesci" ], [ "https://github.com/aim-uofa/depth" ], [ "https://github.com/zju3dv/pvnet" ], [ "https://github.com/wtjiang98/PSGAN" ], [ "https://github.com/prody/ProDy" ], [ "https://github.com/prody/ProDy" ], [ "https://github.com/prody/ProDy" ], [ "https://github.com/prody/ProDy" ], [ "https://github.com/prody/ProDy" ], [ "https://github.com/prody/ProDy" ], [ "https://github.com/VisDrone/VisDrone-Dataset" ], [ "https://github.com/prody/ProDy" ], [ "https://github.com/prody/ProDy" ], [ "https://github.com/hms-dbmi/UpSetR" ], [ "https://github.com/jerryji1993/DNABERT" ], [ "https://github.com/Illumina/manta" ], [ "https://github.com/theislab/anndata" ], [ "https://github.com/xia-lab/MetaboAnalystR" ], [ "https://github.com/agemagician/ProtTrans" ], [ "https://github.com/pezmaster31/bamtools" ], [ "https://github.com/lightaime/deep_gcns_torch" ], [ "https://github.com/shenwei356/seqkit" ], [ "https://github.com/chaofengc/IQA-PyTorch" ], [ "https://github.com/COMBINE-lab/salmon" ], [ "https://github.com/tengteng95/Pose-Transfer" ], [ "https://github.com/Martinsos/edlib" ], [ "https://github.com/xvjiarui/GCNet" ], [ "https://github.com/ZhaoZhibin/DL-based-Intelligent-Diagnosis-Benchmark" ], [ "https://github.com/THUYimingLi/backdoor-learning-resources" ], [ "https://github.com/AbnerHqC/GaitSet" ], [ "https://github.com/seqan/seqan" ], [ "https://github.com/NeuroTechX/moabb" ], [ "https://github.com/kemaloksuz/ObjectDetectionImbalance" ], [ "https://github.com/SmartDataAnalytics/PyKEEN" ], [ "https://github.com/pykeen/pykeen" ], [ "https://github.com/davidemms/OrthoFinder" ], [ "https://github.com/tanghaibao/jcvi" ], [ "https://github.com/imbs-hl/ranger" ], [ "https://github.com/vgteam/vg" ], [ "https://github.com/vgteam/vg" ], [ "https://github.com/vgteam/vg" ], [ "https://github.com/vgteam/vg" ], [ "https://github.com/vgteam/vg" ], [ "https://github.com/vgteam/vg" ], [ "https://github.com/vgteam/vg" ], [ "https://github.com/vgteam/vg" ], [ "https://github.com/volkamerlab/TeachOpenCADD" ], [ "https://github.com/VITA-Group/EnlightenGAN" ], [ "https://github.com/ccsb-scripps/AutoDock-Vina" ], [ "https://github.com/easezyc/deep-transfer-learning" ], [ "https://github.com/mlangill/microbiome_helper" ], [ "https://github.com/mlangill/microbiome_helper" ], [ "https://github.com/mlangill/microbiome_helper" ], [ "https://github.com/mlangill/microbiome_helper" ], [ "https://github.com/mlangill/microbiome_helper" ], [ "https://github.com/mlangill/microbiome_helper" ], [ "https://github.com/mlangill/microbiome_helper" ], [ "https://github.com/mlangill/microbiome_helper" ], [ "https://github.com/microsoft/Cream" ], [ "https://github.com/ialbert/biostar-central" ], [ "https://github.com/PeikeLi/Self-Correction-Human-Parsing" ], [ "https://github.com/molecularsets/moses" ], [ "https://github.com/samtools/BCFtools" ], [ "https://github.com/tensorflow/gan" ], [ "https://github.com/jiupinjia/SkyAR" ], [ "https://github.com/kexinhuang12345/DeepPurpose" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/MareesAT/GWA_tutorial" ], [ "https://github.com/he-y/Awesome-Pruning" ], [ "https://github.com/Image-Py/imagepy" ], [ "https://github.com/OpenGene/fastp" ], [ "https://github.com/POSTECH-CVLab/PyTorch-StudioGAN" ], [ "https://github.com/YosefLab/scVI" ], [ "https://github.com/NVlabs/PWC-Net" ], [ "https://github.com/igvteam/igv" ], [ "https://github.com/igvteam/igv" ], [ "https://github.com/igvteam/igv" ], [ "https://github.com/igvteam/igv" ], [ "https://github.com/igvteam/igv" ], [ "https://github.com/igvteam/igv" ], [ "https://github.com/igvteam/igv" ], [ "https://github.com/igvteam/igv" ], [ "https://github.com/biojava/biojava" ], [ "https://github.com/biojava/biojava" ], [ "https://github.com/biojava/biojava" ], [ "https://github.com/biojava/biojava" ], [ "https://github.com/biojava/biojava" ], [ "https://github.com/biojava/biojava" ], [ "https://github.com/biojava/biojava" ], [ "https://github.com/biojava/biojava" ], [ "https://github.com/lh3/minimap2" ], [ "https://github.com/lh3/minimap2" ], [ "https://github.com/lh3/minimap2" ], [ "https://github.com/lh3/minimap2" ], [ "https://github.com/lh3/minimap2" ], [ "https://github.com/lh3/minimap2" ], [ "https://github.com/lh3/minimap2" ], [ "https://github.com/lh3/minimap2" ], [ "https://github.com/mit-han-lab/temporal-shift-module" ], [ "https://github.com/glample/tagger" ], [ "https://github.com/dmis-lab/biobert" ], [ "https://github.com/mahyarnajibi/SNIPER" ], [ "https://github.com/sokrypton/ColabFold" ], [ "https://github.com/Franck-Dernoncourt/NeuroNER" ], [ "https://github.com/thuml/Transfer-Learning-Library" ], [ "https://github.com/pachyderm/pachyderm" ], [ "https://github.com/voxelmorph/voxelmorph" ], [ "https://github.com/samtools/samtools" ], [ "https://github.com/broadinstitute/gatk" ], [ "https://github.com/broadinstitute/gatk" ], [ "https://github.com/broadinstitute/gatk" ], [ "https://github.com/broadinstitute/gatk" ], [ "https://github.com/broadinstitute/gatk" ], [ "https://github.com/broadinstitute/gatk" ], [ "https://github.com/broadinstitute/gatk" ], [ "https://github.com/broadinstitute/gatk" ], [ "https://github.com/theislab/Scanpy" ], [ "https://github.com/ewels/MultiQC" ], [ "https://github.com/google/deepvariant" ], [ "https://github.com/hujie-frank/SENet" ], [ "https://github.com/mdbloice/Augmentor" ], [ "https://github.com/galaxyproject/galaxy" ], [ "https://github.com/galaxyproject/galaxy" ], [ "https://github.com/galaxyproject/galaxy" ], [ "https://github.com/galaxyproject/galaxy" ], [ "https://github.com/galaxyproject/galaxy" ], [ "https://github.com/galaxyproject/galaxy" ], [ "https://github.com/galaxyproject/galaxy" ], [ "https://github.com/galaxyproject/galaxy" ], [ "https://github.com/open-mmlab/mmediting" ], [ "https://github.com/open-mmlab/mmediting" ], [ "https://github.com/open-mmlab/mmediting" ], [ "https://github.com/open-mmlab/mmediting" ], [ "https://github.com/open-mmlab/mmediting" ], [ "https://github.com/open-mmlab/mmediting" ], [ "https://github.com/open-mmlab/mmediting" ], [ "https://github.com/open-mmlab/mmediting" ], [ "https://github.com/tyiannak/pyAudioAnalysis" ], [ "https://github.com/EpistasisLab/tpot" ], [ "https://github.com/deepchem/deepchem" ], [ "https://github.com/microsoft/Bringing-Old-Photos-Back-to-Life" ], [ "https://github.com/MVIG-SJTU/AlphaPose" ], [ "https://github.com/flairNLP/flair" ], [ "https://github.com/pcm-dpc/COVID-19" ], [ "https://github.com/pcm-dpc/COVID-19" ], [ "https://github.com/pcm-dpc/COVID-19" ], [ "https://github.com/pcm-dpc/COVID-19" ], [ "https://github.com/pcm-dpc/COVID-19" ], [ "https://github.com/pcm-dpc/COVID-19" ], [ "https://github.com/pcm-dpc/COVID-19" ], [ "https://github.com/pcm-dpc/COVID-19" ], [ "https://github.com/NVlabs/stylegan2" ], [ "https://github.com/facebookresearch/Detectron" ], [ "https://github.com/facebookresearch/Detectron" ], [ "https://github.com/facebookresearch/Detectron" ], [ "https://github.com/facebookresearch/Detectron" ], [ "https://github.com/facebookresearch/Detectron" ], [ "https://github.com/facebookresearch/Detectron" ], [ "https://github.com/facebookresearch/Detectron" ], [ "https://github.com/facebookresearch/Detectron" ], [ "https://github.com/kubernetes/charts" ], [ "https://github.com/CSSEGISandData/COVID-19" ] ], "hovertemplate": "Time of Existence (days)=%{x}
Normalized Total Entropy=%{y}
Repository URL=%{customdata[0]}
GitHub Forks (log)=%{marker.color}", "legendgroup": "", "marker": { "color": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.367295829986474, 3.367295829986474, 3.367295829986474, 3.367295829986474, 3.367295829986474, 3.367295829986474, 3.367295829986474, 3.367295829986474, 3.367295829986474, 3.367295829986474, 3.367295829986474, 3.367295829986474, 3.367295829986474, 3.367295829986474, 3.367295829986474, 3.367295829986474, 3.367295829986474, 3.367295829986474, 3.367295829986474, 3.367295829986474, 3.367295829986474, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4657359027997265, 3.4657359027997265, 3.4657359027997265, 3.4657359027997265, 3.4657359027997265, 3.4657359027997265, 3.4657359027997265, 3.4657359027997265, 3.4657359027997265, 3.4657359027997265, 3.4657359027997265, 3.4657359027997265, 3.4657359027997265, 3.4657359027997265, 3.4657359027997265, 3.4657359027997265, 3.4657359027997265, 3.4657359027997265, 3.4657359027997265, 3.4657359027997265, 3.4657359027997265, 3.4657359027997265, 3.4657359027997265, 3.4657359027997265, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.5263605246161616, 3.5263605246161616, 3.5263605246161616, 3.5263605246161616, 3.5263605246161616, 3.5263605246161616, 3.5263605246161616, 3.5553480614894135, 3.5553480614894135, 3.5553480614894135, 3.5553480614894135, 3.5553480614894135, 3.5553480614894135, 3.58351893845611, 3.58351893845611, 3.58351893845611, 3.58351893845611, 3.58351893845611, 3.58351893845611, 3.58351893845611, 3.58351893845611, 3.58351893845611, 3.58351893845611, 3.610917912644224, 3.610917912644224, 3.610917912644224, 3.610917912644224, 3.610917912644224, 3.610917912644224, 3.610917912644224, 3.610917912644224, 3.610917912644224, 3.610917912644224, 3.6375861597263857, 3.6375861597263857, 3.6375861597263857, 3.6375861597263857, 3.6375861597263857, 3.6375861597263857, 3.6375861597263857, 3.6375861597263857, 3.6375861597263857, 3.6375861597263857, 3.6375861597263857, 3.6375861597263857, 3.6375861597263857, 3.6375861597263857, 3.6375861597263857, 3.6375861597263857, 3.6375861597263857, 3.6375861597263857, 3.6375861597263857, 3.6375861597263857, 3.6375861597263857, 3.6375861597263857, 3.6375861597263857, 3.6375861597263857, 3.6375861597263857, 3.6375861597263857, 3.6375861597263857, 3.6375861597263857, 3.6375861597263857, 3.6375861597263857, 3.6375861597263857, 3.6375861597263857, 3.6375861597263857, 3.6375861597263857, 3.6375861597263857, 3.6375861597263857, 3.6375861597263857, 3.6375861597263857, 3.6375861597263857, 3.6375861597263857, 3.6635616461296463, 3.6635616461296463, 3.6635616461296463, 3.6635616461296463, 3.6635616461296463, 3.6635616461296463, 3.6635616461296463, 3.6635616461296463, 3.6635616461296463, 3.6635616461296463, 3.688879454113936, 3.688879454113936, 3.688879454113936, 3.688879454113936, 3.688879454113936, 3.688879454113936, 3.688879454113936, 3.688879454113936, 3.688879454113936, 3.688879454113936, 3.713572066704308, 3.713572066704308, 3.713572066704308, 3.713572066704308, 3.713572066704308, 3.713572066704308, 3.713572066704308, 3.713572066704308, 3.713572066704308, 3.713572066704308, 3.713572066704308, 3.713572066704308, 3.713572066704308, 3.713572066704308, 3.713572066704308, 3.713572066704308, 3.713572066704308, 3.713572066704308, 3.713572066704308, 3.713572066704308, 3.713572066704308, 3.713572066704308, 3.713572066704308, 3.713572066704308, 3.713572066704308, 3.713572066704308, 3.713572066704308, 3.713572066704308, 3.713572066704308, 3.713572066704308, 3.713572066704308, 3.713572066704308, 3.713572066704308, 3.713572066704308, 3.713572066704308, 3.713572066704308, 3.713572066704308, 3.713572066704308, 3.713572066704308, 3.737669618283368, 3.737669618283368, 3.737669618283368, 3.737669618283368, 3.737669618283368, 3.737669618283368, 3.737669618283368, 3.737669618283368, 3.737669618283368, 3.737669618283368, 3.737669618283368, 3.737669618283368, 3.737669618283368, 3.737669618283368, 3.737669618283368, 3.737669618283368, 3.737669618283368, 3.737669618283368, 3.737669618283368, 3.737669618283368, 3.737669618283368, 3.737669618283368, 3.737669618283368, 3.737669618283368, 3.7612001156935624, 3.7612001156935624, 3.7612001156935624, 3.7612001156935624, 3.7612001156935624, 3.7612001156935624, 3.784189633918261, 3.784189633918261, 3.784189633918261, 3.784189633918261, 3.784189633918261, 3.784189633918261, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.828641396489095, 3.828641396489095, 3.828641396489095, 3.828641396489095, 3.828641396489095, 3.828641396489095, 3.828641396489095, 3.8501476017100584, 3.8501476017100584, 3.8501476017100584, 3.8501476017100584, 3.8501476017100584, 3.8501476017100584, 3.8501476017100584, 3.871201010907891, 3.8918202981106265, 3.8918202981106265, 3.8918202981106265, 3.8918202981106265, 3.912023005428146, 3.912023005428146, 3.912023005428146, 3.912023005428146, 3.912023005428146, 3.912023005428146, 3.912023005428146, 3.912023005428146, 3.9318256327243257, 3.9318256327243257, 3.9318256327243257, 3.9318256327243257, 3.9318256327243257, 3.951243718581427, 3.951243718581427, 3.951243718581427, 3.951243718581427, 3.951243718581427, 3.951243718581427, 3.951243718581427, 3.951243718581427, 3.951243718581427, 3.951243718581427, 3.970291913552122, 3.970291913552122, 3.970291913552122, 3.970291913552122, 3.9889840465642745, 3.9889840465642745, 3.9889840465642745, 3.9889840465642745, 3.9889840465642745, 3.9889840465642745, 3.9889840465642745, 3.9889840465642745, 3.9889840465642745, 3.9889840465642745, 4.007333185232471, 4.007333185232471, 4.007333185232471, 4.007333185232471, 4.007333185232471, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.04305126783455, 4.04305126783455, 4.04305126783455, 4.060443010546419, 4.060443010546419, 4.060443010546419, 4.060443010546419, 4.060443010546419, 4.07753744390572, 4.07753744390572, 4.07753744390572, 4.07753744390572, 4.110873864173311, 4.127134385045092, 4.127134385045092, 4.127134385045092, 4.127134385045092, 4.127134385045092, 4.127134385045092, 4.127134385045092, 4.127134385045092, 4.127134385045092, 4.127134385045092, 4.127134385045092, 4.127134385045092, 4.127134385045092, 4.127134385045092, 4.127134385045092, 4.127134385045092, 4.127134385045092, 4.127134385045092, 4.127134385045092, 4.127134385045092, 4.143134726391533, 4.143134726391533, 4.143134726391533, 4.143134726391533, 4.1588830833596715, 4.1588830833596715, 4.1588830833596715, 4.1588830833596715, 4.174387269895637, 4.189654742026425, 4.189654742026425, 4.189654742026425, 4.204692619390966, 4.219507705176107, 4.219507705176107, 4.219507705176107, 4.23410650459726, 4.23410650459726, 4.23410650459726, 4.248495242049359, 4.248495242049359, 4.2626798770413155, 4.2626798770413155, 4.2626798770413155, 4.2626798770413155, 4.2626798770413155, 4.2626798770413155, 4.2626798770413155, 4.2626798770413155, 4.2626798770413155, 4.2626798770413155, 4.2626798770413155, 4.2626798770413155, 4.2626798770413155, 4.2626798770413155, 4.276666119016055, 4.290459441148391, 4.290459441148391, 4.290459441148391, 4.290459441148391, 4.290459441148391, 4.290459441148391, 4.290459441148391, 4.290459441148391, 4.290459441148391, 4.30406509320417, 4.330733340286331, 4.343805421853684, 4.343805421853684, 4.343805421853684, 4.343805421853684, 4.343805421853684, 4.343805421853684, 4.343805421853684, 4.343805421853684, 4.343805421853684, 4.343805421853684, 4.343805421853684, 4.343805421853684, 4.343805421853684, 4.356708826689592, 4.3694478524670215, 4.3694478524670215, 4.382026634673881, 4.382026634673881, 4.394449154672439, 4.394449154672439, 4.394449154672439, 4.394449154672439, 4.394449154672439, 4.394449154672439, 4.394449154672439, 4.394449154672439, 4.394449154672439, 4.394449154672439, 4.406719247264253, 4.418840607796598, 4.418840607796598, 4.430816798843313, 4.430816798843313, 4.442651256490317, 4.442651256490317, 4.465908118654584, 4.465908118654584, 4.477336814478207, 4.48863636973214, 4.48863636973214, 4.48863636973214, 4.499809670330265, 4.499809670330265, 4.51085950651685, 4.51085950651685, 4.51085950651685, 4.51085950651685, 4.5217885770490405, 4.5217885770490405, 4.5217885770490405, 4.532599493153256, 4.532599493153256, 4.532599493153256, 4.543294782270004, 4.543294782270004, 4.543294782270004, 4.553876891600541, 4.564348191467836, 4.564348191467836, 4.564348191467836, 4.564348191467836, 4.584967478670572, 4.584967478670572, 4.584967478670572, 4.59511985013459, 4.59511985013459, 4.59511985013459, 4.61512051684126, 4.624972813284271, 4.624972813284271, 4.634728988229636, 4.663439094112067, 4.663439094112067, 4.663439094112067, 4.672828834461906, 4.672828834461906, 4.672828834461906, 4.68213122712422, 4.6913478822291435, 4.709530201312334, 4.718498871295094, 4.727387818712341, 4.736198448394496, 4.736198448394496, 4.7535901911063645, 4.762173934797756, 4.762173934797756, 4.762173934797756, 4.762173934797756, 4.762173934797756, 4.762173934797756, 4.762173934797756, 4.762173934797756, 4.770684624465665, 4.77912349311153, 4.77912349311153, 4.77912349311153, 4.77912349311153, 4.77912349311153, 4.77912349311153, 4.77912349311153, 4.77912349311153, 4.77912349311153, 4.77912349311153, 4.77912349311153, 4.77912349311153, 4.77912349311153, 4.77912349311153, 4.77912349311153, 4.77912349311153, 4.77912349311153, 4.77912349311153, 4.77912349311153, 4.77912349311153, 4.77912349311153, 4.77912349311153, 4.77912349311153, 4.77912349311153, 4.77912349311153, 4.77912349311153, 4.77912349311153, 4.77912349311153, 4.77912349311153, 4.77912349311153, 4.77912349311153, 4.77912349311153, 4.77912349311153, 4.77912349311153, 4.77912349311153, 4.77912349311153, 4.77912349311153, 4.77912349311153, 4.77912349311153, 4.77912349311153, 4.77912349311153, 4.77912349311153, 4.77912349311153, 4.77912349311153, 4.77912349311153, 4.77912349311153, 4.77912349311153, 4.77912349311153, 4.77912349311153, 4.77912349311153, 4.77912349311153, 4.77912349311153, 4.77912349311153, 4.77912349311153, 4.77912349311153, 4.77912349311153, 4.77912349311153, 4.77912349311153, 4.77912349311153, 4.77912349311153, 4.77912349311153, 4.77912349311153, 4.77912349311153, 4.77912349311153, 4.795790545596741, 4.795790545596741, 4.795790545596741, 4.795790545596741, 4.795790545596741, 4.795790545596741, 4.795790545596741, 4.795790545596741, 4.804021044733257, 4.812184355372417, 4.812184355372417, 4.8283137373023015, 4.8283137373023015, 4.844187086458591, 4.844187086458591, 4.844187086458591, 4.844187086458591, 4.844187086458591, 4.844187086458591, 4.844187086458591, 4.844187086458591, 4.844187086458591, 4.859812404361672, 4.875197323201151, 4.875197323201151, 4.875197323201151, 4.875197323201151, 4.875197323201151, 4.875197323201151, 4.875197323201151, 4.875197323201151, 4.875197323201151, 4.875197323201151, 4.882801922586371, 4.882801922586371, 4.9344739331306915, 4.955827057601261, 4.962844630259907, 4.962844630259907, 4.969813299576001, 4.969813299576001, 4.976733742420574, 4.997212273764115, 4.997212273764115, 4.997212273764115, 4.997212273764115, 4.997212273764115, 4.997212273764115, 4.997212273764115, 4.997212273764115, 4.997212273764115, 5.003946305945459, 5.0106352940962555, 5.0106352940962555, 5.0106352940962555, 5.017279836814924, 5.017279836814924, 5.0238805208462765, 5.0369526024136295, 5.056245805348308, 5.0689042022202315, 5.0689042022202315, 5.075173815233827, 5.099866427824199, 5.10594547390058, 5.10594547390058, 5.111987788356544, 5.123963979403259, 5.14166355650266, 5.147494476813453, 5.1647859739235145, 5.209486152841421, 5.209486152841421, 5.220355825078324, 5.225746673713202, 5.25227342804663, 5.2574953720277815, 5.2574953720277815, 5.2574953720277815, 5.2574953720277815, 5.2574953720277815, 5.2574953720277815, 5.2574953720277815, 5.2574953720277815, 5.278114659230517, 5.288267030694535, 5.298317366548036, 5.313205979041787, 5.3230099791384085, 5.3230099791384085, 5.3230099791384085, 5.3230099791384085, 5.3230099791384085, 5.3230099791384085, 5.3230099791384085, 5.3230099791384085, 5.402677381872279, 5.442417710521793, 5.44673737166631, 5.472270673671475, 5.484796933490655, 5.5093883366279774, 5.521460917862246, 5.5909869805108565, 5.723585101952381, 5.723585101952381, 5.723585101952381, 5.723585101952381, 5.723585101952381, 5.723585101952381, 5.723585101952381, 5.723585101952381, 5.723585101952381, 5.723585101952381, 5.723585101952381, 5.723585101952381, 5.723585101952381, 5.723585101952381, 5.723585101952381, 5.723585101952381, 5.723585101952381, 5.723585101952381, 5.723585101952381, 5.723585101952381, 5.723585101952381, 5.723585101952381, 5.723585101952381, 5.723585101952381, 5.723585101952381, 5.723585101952381, 5.723585101952381, 5.723585101952381, 5.723585101952381, 5.723585101952381, 5.723585101952381, 5.723585101952381, 5.723585101952381, 5.723585101952381, 5.723585101952381, 5.723585101952381, 5.723585101952381, 5.723585101952381, 5.723585101952381, 5.723585101952381, 5.723585101952381, 5.723585101952381, 5.723585101952381, 5.723585101952381, 5.723585101952381, 5.723585101952381, 5.723585101952381, 5.723585101952381, 5.723585101952381, 5.723585101952381, 5.723585101952381, 5.723585101952381, 5.723585101952381, 5.723585101952381, 5.723585101952381, 5.723585101952381, 5.723585101952381, 5.723585101952381, 5.723585101952381, 5.723585101952381, 5.723585101952381, 5.723585101952381, 5.723585101952381, 5.723585101952381, 5.762051382780177, 5.7899601708972535, 5.802118375377063, 5.811140992976701, 5.820082930352362, 5.834810737062605, 5.869296913133774, 5.934894195619588, 5.934894195619588, 5.934894195619588, 5.934894195619588, 5.934894195619588, 5.934894195619588, 5.934894195619588, 5.934894195619588, 5.945420608606575, 5.945420608606575, 5.945420608606575, 5.945420608606575, 5.945420608606575, 5.945420608606575, 5.945420608606575, 5.945420608606575, 5.993961427306569, 5.993961427306569, 5.993961427306569, 5.993961427306569, 5.993961427306569, 5.993961427306569, 5.993961427306569, 5.993961427306569, 6.030685260261263, 6.056784013228625, 6.1070228877422545, 6.111467339502679, 6.144185634125646, 6.169610732491456, 6.300785794663244, 6.342121418721152, 6.343880434126331, 6.352629396319567, 6.366470447731438, 6.366470447731438, 6.366470447731438, 6.366470447731438, 6.366470447731438, 6.366470447731438, 6.366470447731438, 6.366470447731438, 6.373319789577012, 6.380122536899765, 6.555356891810665, 6.726233402358747, 6.7661917146603505, 6.8885724595653635, 6.8885724595653635, 6.8885724595653635, 6.8885724595653635, 6.8885724595653635, 6.8885724595653635, 6.8885724595653635, 6.8885724595653635, 6.947937068614969, 6.947937068614969, 6.947937068614969, 6.947937068614969, 6.947937068614969, 6.947937068614969, 6.947937068614969, 6.947937068614969, 7.076653815443951, 7.349873704738337, 7.402451520818244, 7.5688956634069955, 7.577633832602728, 7.641564441260972, 7.720017940432244, 7.720017940432244, 7.720017940432244, 7.720017940432244, 7.720017940432244, 7.720017940432244, 7.720017940432244, 7.720017940432244, 7.839525581704678, 8.603737792816423, 8.603737792816423, 8.603737792816423, 8.603737792816423, 8.603737792816423, 8.603737792816423, 8.603737792816423, 8.603737792816423, 9.733351450605976, 9.823253159825525 ], "coloraxis": "coloraxis", "opacity": 0.5, "symbol": "circle" }, "mode": "markers", "name": "", "showlegend": false, "type": "scattergl", "x": [ 368, 609, 2098, 167, 0, 946, 185, 185, 185, 185, 467, 266, 28, 234, 3, 820, 347, 11, 723, 338, 191, 191, 191, 191, 0, 0, 26, 97, 146, 100, 402, 328, 10, 218, 55, 2648, 156, 541, 825, 715, 19, 360, 96, 533, 202, 1131, 823, null, 278, 319, 425, 616, 200, 1267, 394, 161, 897, 535, null, 3248, 3248, 3248, 3248, 893, 1136, 1, 295, 840, 268, 910, 450, 28, 138, 55, 434, 707, 1455, 221, 317, 520, 391, 232, 502, 151, 564, 386, 1542, 510, 187, 0, 1264, 0, 125, 7, 1025, 1362, 286, 607, 274, 176, 373, 0, 469, 84, 1481, 402, 1140, 1175, 658, 1014, 531, 408, 308, 231, 73, 0, 417, 417, 417, 19, 126, 690, 256, 152, 677, 253, 3336, 460, 4, 144, 417, 497, 365, 0, 18, 254, 439, 1282, 0, 36, 1139, 17, 676, 1150, 0, 1, 145, 202, 82, 300, 979, 792, 0, 135, 99, 83, 536, 0, 10, 185, 185, 185, 185, 1638, 1099, 351, 924, 1183, 247, 1040, 0, 125, 808, 257, 315, 115, 210, 495, 236, 176, 58, 96, 1362, 318, 118, 17, 446, 0, 1272, 0, 158, 220, 445, 1680, 505, 363, 0, 97, 236, 353, 447, 1545, 0, 0, 68, 157, 206, 16, 952, 853, 1076, 1113, 220, 376, 109, 104, 59, 483, 382, 631, 661, 1597, 231, 2885, 527, 163, 418, 1034, 991, 2060, 504, 154, 590, 0, 374, null, 1571, 1035, 450, 732, 624, 217, 191, 2756, 587, 26, 1285, 82, 799, 935, 875, 34, 259, 1159, 403, 829, 500, 164, 0, 157, 1444, 0, 366, 108, 145, 924, 124, 523, 594, 8, 869, 2686, 1179, 433, 565, 489, 841, 447, 1547, 624, 563, 275, 0, 0, 291, 0, 537, 274, 0, 104, 1890, 488, 603, 0, 292, 35, 469, 1424, 225, 1010, 1062, 881, 130, 201, 0, 1824, 978, 3221, 72, 793, 1600, 71, 1331, 1555, 1318, 913, 0, 129, 497, 614, 1344, 54, 37, 711, 29, 188, 1143, 50, 3, 1925, 252, 443, 638, 2, 0, 413, 1062, 552, 714, 934, 0, 4831, 192, 151, 82, 528, 884, 1739, 2388, 1115, 198, 0, 0, 396, 747, 158, 1160, 23, 275, 399, 315, 338, 315, 268, 0, 1612, 239, 391, 331, 0, 1798, 646, 693, 682, 125, 236, 0, 622, 533, 6, 25, 434, 263, 216, 1048, 699, 182, 727, 807, 0, 219, 246, 154, 187, 0, 617, 893, 2423, 788, 16, 107, 488, 60, 297, 259, 698, 1297, 18, 578, 215, 461, 602, 703, 120, 19, 706, 1125, 651, 142, 40, 1641, 1261, 336, 71, 20, 570, 1844, 118, 38, 193, 44, 702, 828, 131, 168, 63, 228, 133, 1115, 529, null, 342, 915, 416, 216, 39, 567, 683, 186, 316, 220, 1566, 124, 1194, 124, 124, 137, 124, 184, 43, 1447, 118, 371, 363, 1833, 1146, 85, 1079, 1544, 0, 753, 500, null, 1684, 815, 1146, 855, 541, 1317, 541, 541, 541, 800, 370, 194, 82, 216, 1476, 567, 267, 218, 1172, 2119, 11, 350, 709, 257, 365, 284, 459, 189, 335, 240, 275, 24, 378, 918, 1461, 0, 377, 785, 534, 306, 931, 161, 108, 194, 764, 33, 186, 962, 299, 1613, 0, 514, 169, 268, 313, 72, 612, 1387, 6, 454, 233, 10, 1, 43, null, 1419, 11, 11, 73, 0, 179, 9, 428, 1571, 28, 11, 11, 226, 11, 11, 208, 240, 147, 147, 147, 147, 11, 108, 299, 756, 465, 368, 409, 598, 49, 304, 0, 1129, 0, 129, 1386, 540, 9, 276, 46, 508, 352, 251, 592, 571, 1551, 307, 885, 1042, 227, 113, null, 0, 2085, 1420, 558, null, 0, 95, 1159, 70, 1467, 105, 122, 11, 84, 1113, 570, 0, 1294, 0, 114, 218, 323, 690, null, null, null, null, 3936, 180, 464, 153, 1, 8, 0, 147, 345, 201, 634, 413, 182, 240, 55, 808, 171, 306, null, 0, 11, 1386, 321, 124, 469, 502, 636, 0, 426, 724, 2423, 2527, 6, 441, 4, 207, 0, 1794, 427, 0, 1656, 90, null, 54, 173, 417, 39, 99, 1289, 101, 14, 607, 268, 104, 129, 208, 688, 256, 40, 5, 1715, 633, 460, 2337, 137, 461, 363, 666, 267, 613, 0, null, 2196, 125, 703, 496, 854, 472, 419, 1068, 89, 963, 808, 1321, 361, 586, 126, 541, 469, 541, 670, 541, 541, 328, 305, 17, 18, 48, 969, 547, 698, 78, 100, 1045, 17, 169, 162, 1317, 0, 28, 267, 649, 615, 231, 0, 839, 20, 179, 276, 306, 424, 191, 191, 191, 5, 191, 0, 610, 392, 247, 0, 582, 405, 428, 397, 775, 485, 189, 332, 239, 98, 187, 330, null, 671, 502, 63, 671, 339, 704, 563, 966, 1, 50, 254, 1206, 151, null, 86, 578, 98, 421, 1753, 357, 227, null, 225, 0, 104, 604, 223, 366, 48, 510, 2866, 235, 24, 59, 374, 93, 345, 131, 0, 23, 268, 118, 100, 1374, 106, 815, 109, 997, 555, 1134, 405, 473, 399, 2, 61, 170, 1260, 291, 3860, 280, 996, 1513, 32, 1927, 70, 749, 605, 111, 65, 583, 485, 68, 529, null, 133, 1106, 185, 2070, 333, 340, 1000, 1329, 718, 1071, 2088, 656, 190, 262, 11, 2088, 184, 2088, 2088, 747, 1154, 559, 587, 75, 856, 383, 1084, 918, 740, 199, 510, null, 346, 847, 249, 669, 116, 85, 204, 750, 1622, 867, 144, 533, 59, 344, 1964, 408, 177, 0, 37, 95, 108, 627, 0, 266, 393, 524, 380, 6, 7, 1618, 0, 448, 455, 116, 417, 13, 201, 306, 568, 756, 604, 84, 78, 17, 845, 287, 590, 160, 901, 27, 13, 2947, 403, 1, 0, 1150, 662, 1, 0, 1120, 1110, 639, 231, 34, 592, 368, 0, 150, 40, 1146, 448, 1, 906, 818, 30, 428, 145, 310, 264, 163, 438, 314, 111, 353, 574, 793, 356, 269, 95, 255, 392, 2406, 621, 912, 607, 316, 198, 42, 159, 96, 715, 243, 409, 45, 877, 997, 991, 112, 573, 1411, 111, 194, 194, 194, 194, 451, 157, 120, 270, 14, 1891, 575, 248, 7, 309, 1152, 1127, 430, 650, 903, 135, 454, 0, 1058, 418, 414, 448, 409, 17, 674, 147, 1170, 901, 607, 400, 692, 380, 655, 1936, 1583, 4, 184, 2840, 581, 0, 1092, 285, 1150, 627, 0, 1353, 152, 16, 333, 750, 281, 0, 1050, 360, 466, 1170, 97, 193, 932, 384, 588, 191, 0, 533, 241, 1217, 309, 0, 0, 916, 171, 0, 42, 320, 435, 367, 690, 1143, 1038, 1446, 53, 389, 1040, 509, 1318, 456, 257, 268, 64, 315, null, 981, 340, 31, 267, 960, 4, 588, 470, 692, 278, 1164, 310, 161, 304, 259, 1231, 674, 137, 615, 326, 244, 2437, 2144, 630, 229, 153, 676, 993, 1690, 871, 550, 489, 1013, 785, 578, 133, 11, 436, 11, 315, 613, 875, 11, 1666, 650, 1896, 656, 11, 117, 11, 11, 11, 2, 90, 11, 240, 706, 121, 391, 11, 417, 818, 417, 1, 166, 188, 494, 342, 236, 1967, 223, 268, 716, 639, 639, 482, 1030, 101, 319, 390, 171, 885, 595, 590, 125, 978, 11, 2002, 3951, 820, 169, 1351, 1560, 224, 1168, null, 220, 417, 1952, 168, 340, 417, 539, 1426, 317, 283, 182, 295, 217, 1134, 519, 236, 659, 11, 1946, 2366, 0, 6, 343, 257, 65, 2287, 305, 2031, 0, 308, 447, 531, 121, 315, 242, 985, 1029, 35, 546, 24, 449, 401, 79, 217, 530, 123, 20, 1343, 168, 1656, 1201, 891, 1094, 143, 1026, 488, 836, 42, 38, 688, 307, 242, 461, 300, 663, 622, 1359, 1347, 666, 870, 272, 133, 474, 461, 35, 380, 863, 3, 33, 4, 880, 3, 30, 99, 1358, 267, 282, 0, 1201, 853, 182, 929, 0, null, 1874, 120, 958, 152, 472, 278, 2383, 180, 171, 9, 137, 642, 463, 181, 1867, 216, 504, 805, 10, 0, 67, 324, 1370, 368, 162, 131, 664, 150, 2, 153, 60, 734, 707, 1, 0, 337, 315, 189, 601, 368, 2283, 543, 1867, 2286, 257, 155, 264, 657, 330, 529, 1345, 221, 1300, 192, 1, 0, 21, 3233, 24, 488, 268, 43, 430, 35, 610, 162, null, 0, 279, 1492, 640, 120, null, 634, 982, 183, 378, 929, 45, 16, 399, null, 311, 0, 807, 137, 632, 373, 116, 1581, 839, 1280, 1188, 630, 439, 849, 349, 202, 190, 1451, 8, 1285, 466, 67, 1953, 3, 858, 1924, 2928, 3, 0, 171, 512, 0, 308, 1337, 27, 1216, 929, 713, 1262, 417, 1006, 537, 2847, 367, 372, 187, 478, 0, 1078, 117, 748, 207, 786, 376, 0, 459, 249, 1142, 761, 1327, 197, 219, 984, 1377, 1359, 1337, 229, 280, 316, 544, 532, 193, 82, 710, 818, 1869, 372, 520, 189, 131, 519, 35, 212, 345, 742, 1435, 812, 2009, 242, 237, 2280, 78, 674, 648, 11, 11, 11, 11, 450, 11, 11, 11, 268, 11, 523, 11, 644, 58, 1405, 207, 775, 150, 1600, null, 473, 1035, 388, 131, 314, 940, 479, 2145, 0, 106, 1035, 1254, 54, 29, 93, 180, 1702, 159, 125, 368, 0, 384, 278, 199, 962, 1208, 1391, 162, 1274, 106, 0, 397, 161, 89, 0, 826, 576, 351, null, 255, 255, 255, 210, 70, 2, 0, 23, null, 255, 159, 1122, 1574, 998, 0, 307, 1565, 104, 0, 155, 401, 0, 257, 1, 2079, 12, 222, 3396, 1246, 1228, 2354, null, 751, 194, 194, 194, 194, 1382, 388, 125, 61, 928, 897, 539, 45, null, 583, 1638, 210, 113, 389, 686, 492, 48, 553, 1493, 541, 180, 1236, 468, 394, 718, 141, 313, 591, 1616, 391, 1497, 436, 107, 42, 1884, 515, 2174, 28, 1156, 93, 1938, 253, 1917, 270, 154, 781, 276, 298, 1185, 726, 2652, 651, 1068, 351, 1010, 37, 90, 822, 404, 0, 161, 363, 55, 4, 1401, 801, 0, 18, 233, 284, 174, 59, 205, 1003, 790, 1926, 255, 673, 1645, 0, 398, 254, 76, 1503, 325, 376, 414, 16, 875, 517, 607, 99, 288, 89, 0, 125, 843, 297, 328, 0, 328, 210, 421, 82, 9, 1023, 194, 233, 739, 304, 384, 147, 2088, 1855, 4452, 229, 2088, 187, 731, 354, 521, 0, 204, 160, 2088, 2088, 1023, 1110, 761, 3280, 444, 73, 694, 744, 41, 435, 0, 1586, 866, 234, 504, 109, 66, 484, 912, 516, 150, 34, 1136, 0, 213, 956, 4247, 869, 296, 1033, 489, 154, 335, 72, 742, 0, 137, 443, 1165, 468, 147, 0, 548, 0, 0, 554, 16, 927, 207, 128, 891, 952, 793, 396, 28, 238, 0, 255, 579, 255, 255, 255, 1326, 1, 20, 541, 156, 248, null, 209, 203, 85, 308, 315, 1533, 792, null, null, null, 433, 588, 18, null, 852, 1, 61, 389, 3925, 408, 181, 408, 0, 0, 161, 1791, 132, 3, 292, 1406, 666, 34, 853, 698, 691, 559, 18, 2766, 1, 421, 35, 200, 573, 636, 199, 465, 389, 839, 288, 147, 587, 147, 147, 179, 742, 903, 84, 362, 539, 67, null, 667, 1527, 69, 33, 303, 153, 72, 1242, 194, 641, 326, 124, 146, 448, 331, 179, 124, 124, 124, 259, 3, 397, 315, 315, 315, 315, 391, 120, 387, 0, 170, 390, 952, 268, 268, 268, null, 268, 1200, 7, 153, 307, 127, 3248, 31, 388, 704, 728, 253, 939, 1037, 942, 1707, 201, 230, 452, 2661, 37, 157, 829, 152, 389, 1654, 0, 3, 394, 86, 467, 392, 0, 852, 41, 492, 1218, 495, 1199, 3248, 504, 493, 1520, 522, 1124, 3248, 268, 612, 726, 365, 3248, 581, 1236, 0, 39, 108, null, 106, 309, 309, 46, 199, 429, 222, 433, 864, 188, 1752, 260, 954, 2331, 991, 2331, 1990, 0, 454, 363, 363, 161, 2331, 2, 0, 1490, 623, 1718, 363, 1153, 363, 440, null, 1265, 398, 472, 345, 409, 859, 2331, 879, 629, 1139, 841, 162, 211, 349, 39, 363, 848, 574, 484, 78, 524, 476, 849, 460, 851, 361, 77, 1990, 310, null, 319, 363, 612, 714, 363, 325, 363, 42, 325, 1365, 405, 963, 1070, 1990, 269, 657, 944, 0, 670, 621, 1236, 1654, 506, 542, 417, 1028, 191, 2134, 644, 680, 4591, 13, 285, 1007, 631, 0, 221, 861, 921, 1597, 1582, 216, null, 1990, 289, 462, 384, 128, 325, 325, 566, 533, 104, 41, 1710, 113, 713, 307, 1112, 42, 75, 920, 1396, 380, 0, 231, 118, 176, 170, 0, 320, 358, 162, 449, 881, 8, 360, 343, 29, 543, 146, 7, 303, 2478, 940, 800, 223, 1013, 241, 598, 1011, 1792, 826, 159, 739, 476, 1228, 283, 421, 31, 743, 4903, 706, 287, 1007, 142, 1163, 140, 920, 1013, 1096, 771, 528, 0, 1043, 951, 0, 1657, 460, 191, 18, 749, 1376, 470, 4372, 339, 75, 35, 1080, 251, 2099, 2993, 435, 352, 653, 1108, 684, 1024, 147, 1374, 0, 308, 536, 594, 314, 0, 1290, 713, 2578, 777, 1082, 198, 1290, 1, 3020, 1573, 204, 596, 1290, 345, 301, 1420, 1021, 978, 25, 246, 1171, 235, 1837, 727, 371, 0, 560, 961, 1290, 1220, 2, 680, 737, 29, 3125, 1087, 900, 1743, 506, 1221, 1680, 395, 1007, 2128, 1887, 3366, 2236, 889, 994, 0, 35, 421, 0, 419, 278, 1181, 1434, 1481, 0, 69, 110, 432, 133, 296, 262, 278, null, 0, 203, 64, 99, 334, 28, 1061, 2122, 1736, 35, 2767, 922, 126, 536, 550, null, 1462, 219, 154, 78, 458, 113, 1289, 734, 1505, 161, 1009, 166, null, 743, 539, 785, 345, 15, 738, 2383, 1696, 1024, 1057, 459, 1814, 155, 1814, 1814, 1814, 1157, 266, 13, 245, 196, 336, 154, 57, 1869, 246, 825, 985, 637, 599, 1594, 1356, 518, 60, 482, 344, 1132, null, 606, 401, 523, 640, 177, 59, 1084, 266, 1203, 557, 286, 1550, 90, 39, 543, 2, 353, 1411, 851, 181, 407, 97, 585, 254, 382, 328, 240, 692, 564, 1045, 216, 181, 798, 717, 804, 87, 434, 1692, 358, null, 356, 1089, 189, 414, 615, 124, 505, 1095, 561, 216, 648, 103, 0, 486, 170, 638, 1089, 1329, 1089, 778, 137, 678, 875, 261, 407, 191, 5, 1246, 1089, 374, 754, 611, 1208, 747, 0, 33, 162, 1990, 688, 1990, 323, 0, 1990, 1701, null, 600, 51, 317, 997, 84, 452, 377, 1580, 3024, 1990, 226, 426, 1660, 454, 0, 5, 33, 231, 670, 395, 1732, 61, 759, 129, 3, 1159, 0, 1091, 374, 369, 2881, 675, 796, 124, 539, 746, 433, 370, 1915, 210, 2051, 430, 517, 1808, 109, null, 315, 531, 1249, 103, 730, 475, 140, 1242, 643, 165, 757, 281, 22, 1095, 0, 209, 755, 1065, 0, 427, 268, 3261, 433, 178, 2997, 763, 169, 237, 621, 328, 237, 390, 394, 237, 752, 798, 1089, 623, 253, 1089, 1089, 1089, 6, 0, 2090, 744, 1322, 87, 1414, 1474, 778, 447, 1625, 772, 444, 42, 299, 434, 78, 526, 772, 469, 1394, 172, 221, 0, 2118, 79, 0, 1462, 116, 24, 202, 1531, 6, 254, 1099, 827, 668, 775, 137, 521, 2658, 228, 1138, 623, 237, 975, 1455, 298, 743, 66, 222, 24, 952, 1155, 427, 375, 154, 0, 627, 563, 272, 900, 458, 907, 614, 108, 0, 856, -1, 272, 875, 804, 310, 525, 281, 1732, 343, 668, 329, 101, 2666, 804, 486, 414, 332, 454, 335, 709, 549, 866, 862, 1394, 949, 878, 0, 3816, 557, 650, 266, 224, 201, 1317, 232, 12, 493, 685, null, 1137, 298, 424, 83, 90, 37, 80, 2082, 74, 419, 98, 14, 252, 238, 424, 286, 5, 525, 1592, 185, 637, 1037, 558, 714, 77, 0, 101, 1835, 325, 325, 325, 325, 584, 552, 657, 62, 686, 1217, 942, 745, 1722, 1000, 657, 520, 1274, 149, 422, 1027, 425, 1567, 538, 542, 336, 706, 0, 638, 1319, 129, 13, 493, 302, 498, 193, 1853, 1093, 272, 3421, 215, 1929, 971, 520, 196, 524, 2356, 707, 124, 501, 285, 204, 356, 526, null, 1035, 621, 2082, 65, 2281, 240, 1814, 1814, 0, 674, 1814, null, 434, 501, 1145, 0, 1957, 693, 190, 3, 601, 1176, 1616, 278, 1265, 365, 138, 2660, 1190, 429, 957, 1082, 342, 1, 136, 1205, 1380, 118, 13, 611, 1135, 201, 402, 35, 632, 977, 617, 213, 370, 1341, 954, 136, 718, 2082, 152, 2331, 0, 450, 2331, 1492, 697, 0, 1541, 2331, 1034, 658, 954, 170, 768, 692, 197, 186, 333, 986, 2351, 70, 2331, 49, 466, 1359, 598, 1425, 0, 595, 56, 49, 1048, 183, 2429, 1, 309, 1640, 5, 1156, 1994, 356, 82, 509, 84, null, 120, 324, 1425, 9, 395, 245, null, 443, 300, 1243, 451, 495, 217, 240, 609, 197, 460, 387, 1567, 674, 13, 674, 274, 85, 207, 367, 11, 871, 7, 362, 614, 294, 0, 485, 798, 95, 226, 622, 395, 0, 327, 305, 297, 4, 1, 481, 426, 7, 953, 799, 428, 859, 674, 674, 519, 77, 674, 674, 34, 942, 167, 2525, 465, 9, 0, 1221, 96, 1106, 0, 175, 1166, 1122, 47, null, 19, 1114, 226, 801, 422, 2082, 436, 610, 1578, 904, 0, 398, 142, 1302, 183, 6, 844, 151, 0, 400, 58, 597, 2256, 1592, 0, 330, 494, 808, 418, 12, 355, 605, 166, 53, 167, 261, 92, 18, 2052, 256, 593, 797, 7, 208, 1364, 99, 283, 800, 591, 800, 50, 253, 548, 496, 590, 16, 524, 385, 7, 375, 951, 2, 563, 1385, 145, 800, 800, 0, 462, 177, 228, 57, 896, 1814, 246, 515, 20, 1433, 508, 15, 922, 1628, 4, 1695, 885, 387, 444, 124, 79, 24, 330, 2086, 3666, 226, 571, 258, 902, 1114, 800, 800, 800, 184, 348, 7, 111, 11, 292, 213, 451, 428, 800, 357, 292, 907, 275, 135, 393, 99, 1109, 535, 586, 252, 1674, 799, 16, 740, 251, 357, null, 197, 618, 0, 298, 1327, 628, 796, 1608, 2042, 245, 1433, 0, 1051, 223, 288, 951, 1242, 713, 713, 1863, 987, 701, 38, 948, 237, 1290, 1290, 1290, 1290, 1424, 1595, 892, 237, 79, 5, 570, 1213, 1090, 36, 237, 237, 412, 5, 323, 715, 9733, 166, 117, 1676, 2084, 810, 489, 0, 258, 149, 120, 363, 176, 1072, 422, 130, 750, 2127, 0, 61, 0, 1859, 550, 413, 7, 214, 0, 6, 309, 819, 785, 306, 886, 54, 281, 452, 1425, 1392, 499, 259, 47, 1384, 860, 1296, 2083, 421, 271, 1934, 146, 796, 1838, 454, 166, 783, 186, 56, 674, 1001, 669, 374, 1557, 315, 1008, 658, 875, 137, 491, 1874, 973, 714, 758, 88, 0, 296, 556, null, 2082, 2082, 343, 232, 23, 1608, 536, 160, 2264, 361, 1618, 74, 61, 2082, 2082, 1067, 154, 580, 91, 1272, 634, 0, 660, 320, 1426, 1154, 529, 675, 68, 233, 0, 3331, 1535, 687, 247, 48, 575, 73, 201, 2242, 1029, 276, 1580, 995, 1029, 1617, 450, 1119, 1619, 1029, 1592, 1183, 1488, 387, 71, 189, 499, 160, 574, 0, 1029, 2483, 107, 379, 1029, 185, 1587, 216, 1640, 38, 513, 2275, 312, 7, 1895, 2647, 189, 1103, 342, 1396, 2037, 337, 166, 2238, 889, 1476, 431, 684, 238, 609, 35, 1591, 1848, 814, 508, 22, 373, 1029, 1311, 1029, 153, 516, 923, 1443, 1348, 520, 641, 15, 571, 502, 537, 68, 147, 1730, 13, 1534, 135, 1426, 1745, 153, 0, 730, 1068, 682, 0, 210, 32, 1344, 1982, 1028, 366, 156, 331, 883, 711, 1774, 1729, 137, 628, 303, 1335, 1830, 424, 21, 5, 1473, 0, 3038, 1203, 684, 431, 133, 873, 91, 269, 542, 2575, 1498, 237, 5504, 777, 826, 602, 811, 1571, 748, 289, 41, 227, 985, 1508, 345, 919, 728, 727, 727, 1358, 727, 1065, 651, 874, 359, 281, 328, 618, 727, 659, 2038, 615, 795, 709, 804, 313, 1948, 286, 2, 1680, 322, 145, 118, 1663, 863, 53, 850, 794, 365, 1483, 0, 41, 625, 1169, 291, 2078, 461, 482, 2616, 526, 1095, 76, 497, 1286, 276, 1190, 350, 212, 149, 849, 1029, 0, 205, 82, 374, 232, 7, 3059, 2290, 259, 227, 1127, 1221, 821, 86, 59, 126, 145, 805, 0, 104, 206, 488, 1100, 61, 1354, 2670, 195, 488, 374, 374, 1433, 448, 436, 1460, 278, 1748, 926, 245, 1, 939, 976, 2290, 1580, 2350, 124, 1170, 120, 2462, 1397, 3151, 480, 374, 2318, 1131, 16, 1928, 468, 202, 280, 1269, 923, 1580, 547, 2488, 1060, 493, 802, 1422, 1737, 332, 944, 1321, 458, 754, 291, 1580, 728, 1580, 1580, 880, 1637, 187, 2611, 280, 622, 555, 1928, 1928, 1673, 930, 1928, 1143, 0, 1051, 1119, 1301, 92, 440, 419, 500, 159, 400, 2453, 1757, 1580, 1021, 280, 280, 707, 428, 313, 1077, 364, 453, 1002, 320, 225, 375, 332, 1408, 1408, 1408, 1408, 518, 342, 2583, 8, 498, 535, 26, 1179, 1756, 375, 691, 328, 676, 984, 843, 1188, 1057, 2408, 701, 305, 1089, 1177, 461, 869, 1490, 814, 1848, 624, 1580, 1153, 59, 1322, 252, 1673, 647, 325, 366, 2092, 0, 811, 806, 601, 2024, 173, 277, 610, 2182, 2434, 1580, 65, 443, 855, 1448, 703, 1622, 902, 779, 487, 605, 261, 811, 811, 751, 635, 811, 144, 920, 473, 468, 302, 672, 652, 2543, 909, 2837, 6, 1103, 232, 714, 729, 413, 2562, 192, 1, 382, 155, 1529, 989, 653, 619, 205, 270, 185, 431, 1, 5, 63, 1921, 1789, 0, 272, 1210, 86, 1099, 259, 413, 775, 754, 113, 1112, 971, 656, 1274, 1580, 1580, 1580, 1580, 1580, 0, 1580, 1580, 852, 1580, 1580, 140, 173, 988, 770, 1215, 1665, 249, 1190, 1706, 1133, 2810, 178, 0, 2165, 678, 917, 1563, 230, 449, 234, 2503, 547, 1903, 2078, 438, 285, 40, 200, 1129, 2242, 0, 210, 1056, 436, 810, 171, 1816, 389, 1285, 890, 1104, 1804, 767, 587, 13, 1342, 1768, 359, 554, 0, 1861, 1928, 1928, 1928, 571, 1928, 552, 202, 84, 159, 346, 1153, 1806, 748, 892, 332, 946, 104, 1180, 519, 423, 141, 180, 130, 987, 1623, 1, 631, 267, 680, 829, 725, 1555, 1042, 1219, 84, 433, 596, 637, 338, 411, 1141, 1736, 718, 112, 515, 244, 727, 155, 556, 1406, 488, 290, 424, 1093, 381, 477, 727, 199, 20, 1509, 504, 1580, 2435, 1580, 811, 811, 811, 811, 259, 1580, 142, 825, 1580, 1580, 2388, 377, 633, 205, 130, 491, 1087, 79, 777, 1408, 1893, 1408, 1690, 697, 1580, 1570, 1580, 1580, 65, 670, 1473, 2281, 1498, 1023, 791, 445, 813, 184, 23, 561, 558, 109, 3029, 730, 1078, 235, 1479, 511, 312, 70, 1944, 8, 601, 0, 1064, 1469, 1, 1580, 622, 115, 276, 272, 374, 374, 286, 1572, 1178, 130, 66, 1233, 734, 1142, 1849, 167, 2177, 2177, 374, 2177, 0, 607, 1967, 7, 40, 1, 2416, 205, 597, 457, 1069, 179, 727, 727, 2177, 104, 374, 246, 1408, 1319, 1099, 875, 404, 345, 1305, 1707, 190, 182, 714, 1408, 260, 384, 1728, 56, 905, 3728, 273, 384, 1895, 2177, 2177, 843, 2177, 1305, 0, 1396, 152, null, 1106, 2177, 33, 739, 708, null, 365, 2095, 251, 280, 245, 419, 412, 280, 28, 481, 263, 177, 197, 280, 233, 280, 525, 105, 987, 985, 1234, 397, 614, 888, 267, 561, 401, 2039, 191, 323, 1018, 533, 285, 601, 858, 1333, 1798, 629, 618, 203, 522, 739, 1148, 265, 613, 763, 850, 79, 0, 616, 249, 239, 897, 25, 1220, 253, 1024, 592, 2329, 0, 831, 11, 230, 314, 314, 1343, 212, 214, 25, 507, 565, 288, 293, 1222, 587, 709, 338, 52, 314, 781, 314, 390, 1848, 718, 697, 885, 1415, 3052, 129, 314, 552, 478, 367, 1137, 256, 1457, 314, 688, 314, 314, 1284, 177, 2246, 734, 463, 993, null, 774, 115, 1815, 766, 539, 2173, 431, 406, 379, 1233, 762, 448, 320, 297, 235, 881, 0, 467, 1001, 1078, 2373, 491, 1357, 1614, 54, 594, 1169, 168, 3320, 1223, 208, 389, 1102, 305, 863, 321, 793, 725, 1529, 188, 261, 1765, 91, 1123, 404, 5, 628, 530, 1816, 484, 352, 128, 1692, 820, 286, 88, 0, 1291, 1256, 12, 929, 74, 585, 419, 386, 603, 290, 243, 1685, 1093, 460, null, 2570, 1263, 1263, 740, 1263, 1263, 1245, 1532, 1101, 601, 1118, 640, 1766, 2249, 2524, 979, 3056, 1897, 910, 3180, 1644, 148, 1298, 206, 704, 377, 2111, 217, 1112, 331, 158, 567, 732, 374, 2347, 2214, 820, 290, 169, 52, 1331, 141, 1457, 799, 24, 739, 931, 926, 1371, null, 2092, 1373, 183, 296, 459, 3660, 689, 429, 2172, 1788, 853, 136, 0, 674, 195, 917, 802, 340, 1701, 782, 412, 218, 686, 216, 68, 1285, 1398, 847, 539, 680, 623, 1726, 883, 1752, 15, 616, 625, 322, 883, 968, 1147, 1527, 883, 96, 304, 621, 330, 430, 1144, 883, 452, 691, 1309, 389, 221, 1161, 1039, 650, 431, 455, 232, 105, 875, 1088, 1147, 1147, 1147, 767, 1147, null, 2919, 1681, 1925, 1442, 289, 237, 2010, 35, 938, 436, 62, 246, 1791, 742, 1470, 1129, 579, 2375, 383, 297, 1133, 770, 462, 1050, 1563, 325, 144, 1495, 690, 1786, 945, 508, 170, 1014, 0, 629, 1651, 989, 3824, 1269, 1189, 951, 209, 834, 2123, 956, 67, 852, 1254, 1004, 5006, 959, 413, 462, 788, 803, 876, 439, 0, 1194, 236, 872, 757, 1058, 883, 1263, 1263, 87, 595, 1263, 0, 917, 798, 1080, 342, 1293, 933, 1483, 1263, 883, 1204, 0, 353, 973, 230, 1602, 370, 0, 481, 431, 878, 519, 883, 1504, 883, 182, 51, 2603, 67, 623, 1387, 156, 1731, 2, 1580, 202, 2006, 5878, 572, 280, 783, 869, 131, 1058, 0, 64, 110, 841, 186, 0, 1214, 0, 1361, 875, 981, 976, 604, null, 298, 384, 605, 878, 483, 464, 124, 896, 425, 1147, 389, 1330, 166, 1356, 436, 1147, 150, 863, 2408, 636, 0, 2385, 1972, 274, 1147, 179, 571, 962, 3459, 153, 1468, 646, 524, 481, 469, 2012, 601, 915, 1114, 1453, 495, 1020, 1147, 2196, 17, 1141, 1408, 4646, 154, 878, 2017, 1075, 2110, 166, 2767, 1723, 648, 878, 2723, 2575, 395, 878, 878, 878, 107, 1899, 264, 889, 87, 3167, 407, 1182, 918, 934, 686, 878, 0, 0, 2551, 648, 1040, 1727, 3, 650, 933, 931, 631, 9, 1273, 609, 1751, 185, 1603, 3186, 1434, 784, 1112, 1356, 465, 2893, 643, 958, 337, 2343, 234, 215, 711, 1103, 1804, 758, 447, 305, 572, 377, 115, 1418, 801, 823, 28, 287, 2056, 385, 894, 1486, 837, 1462, 3624, 0, 552, 177, 546, 2617, 1767, 1758, 681, 35, 470, 193, 572, 3883, 307, 529, 18, 763, 1, 605, 2445, 1313, 3656, 766, 1003, 314, 1836, 639, 868, 2492, 778, 569, 274, 351, 3114, 418, 649, 376, 458, 1269, 1858, 502, 889, 295, 433, 578, 162, 1330, 225, 1836, 34, 790, 657, 1135, 183, 2101, 513, 2242, 98, 1433, 522, 503, 473, 1631, 1380, 1070, 1426, 3232, 436, 2741, 727, 872, 1892, 0, 22, 616, 965, 2038, 499, 384, 2149, 1662, 1396, 293, 20, 1519, 1678, 513, 335, 1378, 327, 8, 881, 1688, 750, 455, 363, 560, 408, 261, 2829, 496, 607, 287, 679, 3, 410, 0, 4024, 141, 65, 1884, 2333, 764, 315, 181, 952, 1342, 1563, 3444, 476, 92, 2, 669, 3429, 864, 237, 476, 2890, 3837, 1017, 506, 531, 301, 778, 421, 98, 1336, 289, 2434, 1937, 165, 502, 346, 944, 3781, 2210, 1841, 1737, 1737, 1092, 1737, 1737, 645, 1937, 1937, 1937, 26, 668, 369, 2331, 174, 2051, 864, 481, 1944, 2326, 435, 1887, 494, 829, 1401, 551, 476, 476, 635, 476, 488, 1559, 637, 736, 1193, 1700, 2253, 345, 516, 1937, 220, 3162, 1614, 476, 476, 3211, 1731, 476, 69, 1937, 1937, 1937, 1224, 2876, 415, 524, 597, 1621, 1261, 1015, 259, 585, 1091, 270, 2296, 5, 628, 609, 439, 1299, 340, 806, 1216, 1440, 1043, 719, 161, 334, 652, 1749, 2659, 1192, 797, 263, 449, 1025, 166, 22, 225, 987, 1740, 575, 1139, 815, 3966, 1769, 2116, 2680, 1132, 1117, 444, 178, 794, 2809, 1339, 142, 1807, 1280, 723, 1740, 764, 652, 622, 476, 151, 2764, 2286, 1726, 1547, 305, 1987, 2321, 2321, 2321, 1393, 2321, 713, 187, 2224, 361, 864, 211, 550, 1271, 781, 904, 335, 0, 947, 418, 2960, 2960, 248, 784, 2960, 2960, 2960, 695, 2960, 307, 2960, 303, 2960, 2960, 2960, 2960, 2960, 1197, 526, 1169, 278, 1500, 2488, 1380, 2654, 2488, 9, 163, 1825, 1428, 421, 4258, 1107, 1035, 2960, 1506, 1303, 1211, 2315, 599, 3036, 402, 1047, 372, 546, 746, 425, 2155, 684, 8, 2960, 2960, 895, 2313, 2960, 2960, 536, 2960, 369, 735, 1129, 3474, 999, 2157, 859, 2960, 2960, 761, 2960, 163, 558, 0, 2488, 2488, 2488, 343, 2488, 299, 2960, 917, 958, 2960, 2488, 291, 600, 2960, 155, 2960, 485, 2960, 75, 263, 820, 959, 78, 1769, 1485, 879, 1641, 675, 1164, 2603, 135, 415, 599, 366, 1265, 1118, 840, 325, 553, 1440, 2960, 449, 2488, 1064, 1347, 187, 1157, 1873, 286, 1515, 2935, 1446, 1089, 1480, 1486, 633, 111, 1266, 60, 1022, 2050, 895, 3737, 167, 3825, 1030, 524, 836, 779, 1737, 1737, 807, 111, 1737, 96, 845, 2037, 1476, 917, 878, 1016, 312, 547, 572, 1569, 798, 985, 925, 742, 1493, 927, 685, 182, 420, 1336, 667, 1055, 2612, 830, 7, 2209, 223, 92, 507, 315, 729, 195, 1438, 1434, 887, 1485, 2321, 2321, 2321, 1360, 2113, 1158, 1856, 1389, 1273, 199, 27, 423, 2321, 918, 1471, 2276, 497, 103, 110, 187, 1307, 515, 116, 670, 1737, 1247, 1419, 140, 351, 452, 1161, 582, 726, 127, 582, 2411, 154, 8, 579, 3114, 936, 1324, 715, 155, 604, 120, 644, null, 1923, 475, 389, 657, 740, 322, 3410, 1642, 21, 1128, 3445, 392, 1747, 1085, 178, 153, 284, 1461, 0, 699, 1432, 970, 1858, 9, 323, 6, 1335, 901, 901, 901, 1737, 901, 450, 1168, 990, 1216, 561, 696, 868, 771, 761, 2380, 242, 1667, 1667, 1667, 1667, 1667, 1667, 1667, 1667, 1667, 1264, 1028, 559, 725, 2016, 1335, 156, 1694, 369, 312, 312, 312, 312, 830, 65, 830, 830, 830, 1212, 0, 105, 1722, 901, 901, 698, 3339, null, 785, 1118, 2191, 1689, 906, 2, 1612, 521, 116, 761, 90, 25, 673, 95, 155, 592, 901, 901, 797, 830, 830, 830, 830, 489, 685, 1454, 161, 935, 644, 991, 363, 733, 1021, 733, 695, 855, 312, 78, 1960, 635, 831, 899, 1504, 605, 0, 234, 806, 1502, 497, 722, 737, 312, 312, 312, 1351, 360, 903, 2072, 1161, 299, 917, 537, 968, 708, 1959, 1959, 1959, 1959, 720, 453, 2287, 347, 372, 2795, 857, 161, 1108, 1022, 162, 628, 684, 298, 1255, 144, 2257, 1127, 72, 846, 1621, 157, 1671, 519, 1854, 0, 2113, 151, 1718, 273, 1343, 286, 299, 435, 659, 2104, 1599, 1028, 578, 778, 793, 346, 498, 1246, 157, 970, 1428, 1107, 255, 525, 1667, 1667, 1667, 957, 1667, 11, 1667, 1667, 1144, 1667, 1667, 1371, 1667, 738, 2215, 553, 1322, 232, 541, 1067, 1347, 346, 215, 165, 608, 95, 650, 1427, 644, 2672, 2271, 1667, 1667, 1667, 1494, 1084, 1486, 755, 753, 1294, 2329, 623, 199, 3106, 65, 352, 1347, 1424, 402, 1158, 1811, 4318, 1204, 1667, 1667, 402, 1667, 3845, 1667, 1667, 1470, 958, 186, 399, 158, 1191, 5120, 616, 310, 388, 756, 1667, 1483, 3581, 974, 544, 398, 3381, 1959, 253, 861, 1959, 1611, 1925, 1855, 1580, 1959, 1039, 1527, 1959, 468, 114, 1871, 172, 2157, 1141, 984, 2425, 1765, 1320, 942, 993, 848, 902, 1117, 1569, 1364, 2253, 614, 127, 1261, 724, 634, 634, 2470, 1030, 2243, 2243, 634, 184, 285, 1671, 634, 702, 481, 1031, 1300, 634, 2496, 3237, 634, 192, 1126, 620, 634, 882, 634, 277, 1036, 1472, 1690, 1708, 769, 158, 1271, 1690, 952, 1190, 754, 468, 602, 2541, 1764, 159, 147, 848, 923, 1967, 1690, 706, 550, 834, 1122, 1476, 1506, 502, 401, 1395, 1508, 2243, 2576, 2103, 1690, 584, 584, 584, 584, 429, 2137, 590, 299, 717, 1331, 2243, 1562, 59, 1442, 792, 282, 1251, 876, 261, 825, 642, 968, 1614, 3068, 9, 921, 2255, 509, 263, 31, 1872, 1679, 5, 1292, 2649, 365, 1565, 1565, 1565, 567, 1565, 1159, 495, 448, 221, 962, 1171, 90, 1333, 776, 1202, 2674, 145, 655, 1168, 793, 583, 2243, 1033, 2854, 893, 2891, 2243, 3454, 982, 2243, 2243, 2243, 773, 2243, 2243, 2243, 2243, 2243, 2243, 3765, 2243, 2701, 2243, 2243, 343, 1121, 1240, 1732, 435, 1090, 424, 2060, 675, 60, 601, 2484, 1022, 329, 1849, 2243, 2243, 2243, 2243, 1543, 2243, 1137, 2243, 2243, 2243, 279, 2243, 1967, 1367, 705, 1739, 1271, null, 253, 1690, 1529, 437, 1690, 1690, 49, 2934, 1690, 1005, 404, 876, 852, 1439, 785, 1784, 1593, 857, 1565, 1661, 411, 2201, 1565, 1262, 1625, 726, 870, 785, 348, 1629, 163, 119, 785, 785, 785, 785, 785, 675, 214, 785, 2119, 672, 80, 2793, 553, 3267, 236, 448, 1736, 304, 209, 648, 1778, 1536, 1565, 584, 1625, 285, 1071, 967, 2263, 1541, 1565, 949, 664, 1179, 584, 1457, 584, 514, 264, 584, 1500, 1339, 473, 275, 990, 548, 2205, 269, 1965, 483, 3351, 1197, 878, 336, 1807, 0, 2052, 190, 2677, 2646, 1206, 1159, 2646, 1338, 1894, 1110, 567, 2210, 354, 2646, 636, 1544, 1842, 583, 806, 1719, 2868, 657, 546, 209, 1894, 1894, 616, 1894, 361, 3275, 872, 2646, 777, 2401, 1663, 1454, 483, 190, 36, 483, 1029, 1894, 2987, 1091, 422, 1211, 1063, 237, 209, 181, 1894, 1958, 1115, 877, 1894, 1894, 1579, 1847, 1166, 585, 1545, 228, 2189, 1654, 0, 2103, 1839, 1, 583, 402, 1587, 2038, 483, 483, 210, 483, 2658, 1373, 1145, 483, 356, 1950, 483, 1579, 483, 312, 2045, 804, 464, 2594, 1195, 1, 128, 2684, 1830, 698, 324, 2914, 144, 1205, 987, 421, 546, 1174, 731, 1102, 842, 1162, 561, 1380, 584, 434, 644, 5, 3127, 2839, 0, 1888, 1746, 515, 1733, 4210, 327, 1889, 1521, 1702, 1458, 540, 816, 1097, 1477, 2646, 1329, 2536, 2646, 2646, 993, 2646, 1805, 2042, 1715, 488, 2142, 103, 366, 1258, 299, 333, 1942, 1554, 445, 95, 450, 1250, 2059, 799, 705, 2654, 1061, 1533, 1047, 407, 183, 1102, 624, 213, 1615, 970, 1612, 558, 1016, 1, 0, 1344, 1342, 3486, 244, 285, 621, 898, 2042, 1487, 2280, 744, 3346, 711, 65, 2029, 2658, 2232, 653, 1487, 2211, 1741, 3334, 2600, 1944, 3334, 498, 1485, 971, 2521, 460, 3334, 3334, 1788, 1706, 1289, 1487, 317, 1682, 1487, 640, 278, 283, 3200, 515, 1834, 2593, 2232, 1833, 1030, 2232, 1036, 932, 777, 2128, 727, 1049, 2232, 2981, 713, 572, null, 102, 376, 1685, 829, 1226, 1855, 1700, 3333, 2482, 532, 118, 705, 896, 182, 168, 850, 1855, 22, 1295, 196, 466, 822, 1284, 647, 103, 2506, 715, 2016, 2621, 1756, 417, 724, 715, 2, 1600, 917, 3113, 188, 1166, 636, 2708, 20, 2466, 1085, 2450, 257, 1487, 876, 2945, 618, 1487, 28, 2559, 1487, 1636, null, 1365, 715, 1889, 2535, 3035, 130, 1930, 361, 715, 609, 12, 1712, 1712, 1712, 1712, 627, 1171, 627, 1171, 2232, 2232, 1171, 3334, 1824, 1171, 135, 3334, 460, 3334, 3334, 627, 627, 2232, 285, 2232, 1215, 1487, 2090, 715, 4448, 253, 632, 1300, 332, 1554, 1338, 715, 747, 715, 230, null, 1554, 2186, 586, 1182, 1527, 1116, 1246, 1712, 1712, 1171, 1171, 715, 1171, 1171, 1712, 1712, 1128, 213, 2, 2008, 1874, 1148, 1780, 4353, 876, 1, 1960, 627, 627, null, 353, 2357, 2211, 1124, 1043, 627, 149, 627, 96, 1092, 2818, 3042, 203, 575, 1758, 470, 320, 1998, 357, 2021, 328, 654, 858, 2106, 337, 1265, 588, 2733, 469, 2587, 2572, 2051, 420, 1273, 1780, 1498, 1890, 2566, 273, 3391, 629, 2339, 933, 191, 917, 710, 572, 862, 572, 1419, 593, 315, 572, 572, 2363, 1271, 1460, 945, 572, 117, 572, 1, 1944, 2456, 1848, 1348, 1897, 572, 442, 1300, 348, 2847, 387, 426, 1047, 436, 859, 572, 572, 1648, 189, 2617, 2617, 2379, 2617, 2617, 1894, 572, 396, 572, 2617, 572, 2617, 2617, 905, 1637, 404, 1170, 572, 572, 572, 1716, 292, 361, 1158, 572, 2617, 572, 572, 661, 2607, 1, 1046, 1232, 3518, 1, 859, 1335, 2561, 1961, 607, 89, 1079, 444, 182, 38, 18, 1294, 887, 3093, 1173, 1697, 1279, 777, 2086, 348, 167, 844, 58, 1029, 94, 123, 660, 1587, 3227, 2541, 1265, 1210, 243, 572, 572, 887, 2224, 572, 2, 2444, 887, 572, 572, 572, 1378, 1259, 887, 887, 572, 572, 954, 887, 572, 1390, 367, 2444, 887, 887, 1163, 3904, 2045, 673, 2554, 673, 673, 771, 702, 1013, 3589, 1198, 1269, 2197, 1871, 1247, 1247, 1247, 564, 673, 469, 819, 1247, 1750, 1286, 2126, 71, 1531, 1557, 1719, 754, 1821, 2303, 3073, 1247, 470, 1247, 1247, 214, 916, 2250, 2477, 2658, 305, 1849, 1351, 276, 1342, 435, 320, 520, 694, 972, 615, 2234, 1267, 519, 1120, 48, 2020, 2228, 857, 1486, 690, 203, 394, 1773, 668, 248, 0, 27, 0, 673, 371, 1218, 3316, 3368, 1533, 972, 268, 828, 1218, 4383, 3144, 1160, 694, 709, 1759, 3379, 1568, 1022, 187, 2477, 3193, 345, 3234, 593, 87, 88, 886, 542, 3205, 772, 1217, 259, 517, 858, 3473, 1369, 39, 466, 673, 673, 1577, 1247, 685, 673, null, 328, 206, 2415, 639, 377, 2386, 1791, 546, 700, 700, 3332, 30, 1372, 88, 1536, 425, 700, 468, 1245, 1427, 1427, 1427, 1427, 842, 2275, 113, 1149, 324, 700, 2257, 1023, 746, 231, 826, 1428, 2149, 517, 1476, 119, 700, 700, 700, 1442, 515, 700, 1461, 2031, 681, 2276, 662, 719, 1629, 623, 1427, 129, 259, 1039, 1427, 1939, 312, 1795, 2112, 600, 1049, 2175, 590, 360, 504, 2179, 1604, 337, 1072, 279, 2, 1177, 1688, 2922, 1427, 2074, 2482, 180, 951, 2415, 2287, 1427, 719, 719, 22, 719, 719, 950, 1209, 719, 468, 719, 719, 425, 847, 97, 3807, 561, 377, 1436, 707, 1436, 1436, 475, 2746, 2147, 1824, 1056, 1824, 1824, 1824, 1308, 1436, 1436, 970, 245, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 2431, 791, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1768, 5205, 372, 1436, 3126, 2437, 1357, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1451, 315, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1305, 1106, 1049, 1742, 2405, 1399, 1436, 2148, 437, 1436, 2207, 54, 3508, 1355, 796, 1436, 1436, 672, 1436, 1436, 72, 1436, 1436, 1436, 2628, 1451, 4134, 1749, 1436, 1436, 1436, 1436, 1226, 1711, 1436, 1436, 1265, 1436, 1436, 1436, 1618, 1436, 1436, 1946, 1436, 1836, 1824, 1601, 1824, 1824, 1689, 2214, 1436, 1824, 308, 410, 1071, 1553, 817, 1864, 75, 1436, 2152, 1112, 157, 0, 9306, 341, 146, 1436, 232, 749, 1163, 934, 746, 3703, 120, 1099, 106, 2068, 1177, 325, 763, 1138, 1316, 2068, 503, 1039, 2699, 737, 343, 2540, 1473, 856, 864, 201, 2032, 473, 3098, 1034, 1043, 987, 1028, 3290, 474, 2, 2679, 370, 703, 2938, 1767, 1496, 2068, 952, 521, 1896, 2068, 315, 818, 2068, 412, 2744, 2561, 872, 1871, 158, 2375, 587, 2068, 628, 419, 2068, 225, 2555, 949, 1124, 2068, 12, 2465, 2700, 12, 2515, 153, 2541, 1463, 517, 2284, 533, 4078, 4078, 1547, 1614, 1723, 3116, 2415, 2291, 1663, 848, 946, 539, 2885, 2898, 2783, 4078, 4078, 4078, 4078, 2216, 1700, 703, 850, 1219, 1903, 1447, 409, 1825, 349, 1213, 35, 1049, 1086, 1068, 1121, 523, 4078, 474, 1467, 496, 3390, 2503, 944, 838, 2370, 1047, 2779, 393, 2730, 2898, 984, 4078, 593, 2732, 3358, 937, 598, 219, 688, 360, 1019, 1478, 164, 2846, 1122, 3566, 718, 2213, 14, 1108, 410, 524, 2849, 524, 456, 3261, 907, 1838, 1953, 1435, 875, 6585, 3357, 381, 624, 1784, 1089, 818, 8635, 875, 902, 612, 1260, 3149, 2918, 2234, 2572, 1653, 1688, 2137, 594, 360, 2226, 1654, 1135, 1217, 2017, 1297, 1254, 2329, 2695, 1571, 367, 869, 379, 1892, 1893, 964, 3610, 1426, 1121, 369, 3094, 1375, 1953, 3094, 1445, 432, 978, 5264, 546, 187, 1867, 3094, 1725, 1893, 689, 745, 1365, 541, 1893, 834, 1893, 2120, 1882, 890, 1893, 465, 969, 2810, 3094, 3094, 2546, 2366, 3094, 3094, 181, 5162, 3275, 1061, 1947, 3094, 1249, 606, 1559, 3636, 1893, 1893, 1584, 1893, 2007, 2628, 2816, 2072, 2628, 1442, 3476, 816, 930, 2707, 535, 1185, 1066, 2628, 2628, 2628, 2865, 2315, 353, 2968, 2340, 2628, 529, 2134, 2865, 2865, 2865, 2072, 126, 2628, 1594, 2559, 2865, 567, 2555, 2363, 3153, 2628, 2054, 2865, 2865, 1623, 2865, 1762, 1762, 281, 1762, 1762, 761, 1762, 1762, 1762, 1762, 1762, 1762, 2806, 1762, 746, 1762, 972, 1762, 1059, 2141, 1762, 278, 1762, 1762, 3342, 1762, 347, 4541, 2220, 1928, 1762, 1762, 1762, 1527, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1672, 88, 1762, 1762, 1690, 679, 565, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1490, 1762, 2545, 1513, 3327, 1762, 1762, 1762, 1762, 1762, 1018, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 880, 762, 1762, 1048, 471, 2659, 894, 2522, 2531, 1762, 372, 550, 2647, 1573, 2943, 2196, 103, 4494, 972, 2229, 156, 1918, 1599, 2272, 1504, 3102, 764, 3102, 1528, 3102, 2464, 3102, 1504, 1504, 913, 1504, 546, 3102, 3102, 1504, 2461, 606, 338, 3102, 2497, 3102, 1504, 2486, 3787, 2394, 90, 413, 1889, 0, 1504, 1039, 1504, 1812, 1550, 1654, 2775, 2126, 961, 779, 1963, 49, 983, 918, 826, 1906, 311, 2977, 1768, 766, 2730, 847, 1476, 1511, 2683, 380, 585, 2944, 2533, 441, 1624, 1986, 2944, 426, 14, 1325, 795, 1119, 1960, 381, 2200, 1586, 407, 448, 1153, 3244, 3801, 256, 515, 2500, 218, 751, 646, 13, 338, 689, 1580, 3066, 2372, 2088, 664, 2971, 3188, 1714, 2971, 3244, 485, 976, 676, 1165, 1493, 1773, 1773, 1773, 603, 976, 976, 976, 2055, 976, 1323, 1773, 976, 1773, 269, 1773, 4166, 1001, 953, 976, 976, 1773, 1828, 1828, 1382, 2330, 1940, 1773, 1912, 1828, 1990, 1828, 1828, 171, 2296, 1311, 117, 2060, 1828, 1828, 1280, 1828, 1695, 1309, 875, 1234, 875, 2319, 3036, 1315, 520, 1408, 875, 2941, 875, 875, 1945, 875, 4829, 875, 819, 1778, 4095, 1508, 819, 1726, 4650, 1990, 652, 819, 819, 875, 2768, 819, 549, 1126, 819, 819, 819, 1564, 819, 2074, 1232, 114, 594, 837, 3339, 1882, 121, 1110, 276, 1537, 2094, 1842, 3643, 1478, 146, 2549, 954, 3568, 2455, 778, 2468, 2253, 779, 604, 1458, 2413, 2537, 1668, 1422, 4217, 3, 249, 378, 1037, 2328, 561, 1841, 2372, 3718, 376, 458, 802, 878, 282, 1186, 2954, 1450, 882, 501, 1470, 606, 3061, 2816, 1417, 1353, 1801, 3357, 239, 630, 1773, 1918, 3305, 2924, 480, 377, 241, 483, 2453, 1214, 1052, 1081, 3409, 1721, 4160, 2453, 245, 286, 1099, 1091, 2453, 2453, 1123, 2453, 2880, 1360, 3561, 1002, 969, 565, 2453, 2453, 2453, 1101, null, 1180, 1833, 778, 2948, 2012, 1776, 2650, 1417, 749, 2508, 2527, 848, 1496, 441, 5363, 3616, 1700, 3017, 820, 2391, 3729, 2992, 4136, 700, 2029, 1951, 3655, 2249, 3201, 3201, 895, 3316, 3201, 3316, 808, 3201, 3201, 3201, 3201, 3201, 1063, 3316, 590, 3316, 3201, 1565, 2187, 306, 2452, 150, 3316, 3316, 3316, 1030, 2312, 3316, 429, 3622, 2306, 2306, 2306, 3622, 2306, 2306, 4495, 977, 3622, 3622, 3622, 1723, 2378, 173, 2306, 1127, 2990, 1091, 3622, 2748, 2304, 2832, 3622, 3622, 2306, 2306, 385, 215, 215, 510, 215, 925, 1600, 2654, 2010, 215, 215, 215, 445, 450, 3125, 2377, 2549, 2635, 215, 1037, 181, 2472, 215, 1741, 1560, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2441, 2441, 2069, 2441, 2069, 2069, 2069, 2748, 2069, 2069, 2069, 2069, 133, 2069, 2069, 2069, 2069, 1041, 2441, 2441, 2441, 2088, 2069, 3059, 1342, 2088, 205, 2088, 2088, 2088, 2088, 3857, 2088, 3011, 2069, 2441, 2441, 2069, 2069, 2069, 1936, 2088, 2069, 2829, 2069, 2626, 232, 932, 3033, 623, 895, 608, 278, 1011, 2063, 359, 710, 1716, 1370, 2370, 5768, 1098, 2543, 1465, 603, 2648, 1276, 759, 1278, 2165, 652, 2507, 2003, 738, 3647, 3550, 4391, 714, 2254, 196, 2651, 4394, 2532, 4394, 4394, 2463, 4394, 4394, 4394, 4394, 1604, 4394, 4394, 1815, 1360, 4394, 4394, 4394, 4394, 4394, 4394, 4394, 4394, 4394, 1190, 778, 4394, 4394, 4394, 4394, 4394, 4394, 2861, 811, 4394, 4394, 2224, 4394, 2685, null, 752, 3067, 1983, 900, 2037, 266, 3206, 811, 1479, 845, 3639, 441, 4501, 364, 3837, 1047, 2557, 551, 1343, 2342, 1343, 1343, 1343, 3809, 1343, 696, 1343, 1343, 1478, 1343, 1343, 1343, 1343, 1343, 1343, 3294, 1343, 1343, 1432, 1343, 2205, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 2624, 1041, 1387, 1343, 1343, 3140, 1343, 1343, 1606, 3099, 1113, 2573, 2038, 2573, 3099, 2573, 2179, 2573, 2573, 2573, 1024, 3099, 3099, 1696, 3099, 3099, 3099, 3702, 2573, 3558, 2573, 3099, 37, 2130, 1744, 2886, 883, 1365, 1313, 1336, 1384, 896, 98, 99, 1506, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2099, 2136, 2136, 3799, 2460, 1046, 1496, 1004, 1185, 1437, 3081, 2749, 2247, 507, 1644, 346, 1827, 1335, 2675, 1891, 1323, 1790, 1753, 3585, 844, 809, 3059, 2905, 2692, 1539, 305, 1074, 715, 515, 425, 795, 3458, 1771, 3132, 3132, 3132, 3132, 1192, 3132, 3132, 2964, 3132, 3132, 2229, 2366, 3254, 2629, 5259, 241, 5259, 5259, 5259, 5259, 5259, 1710, 5259, 5259, 2658, 2318, 972, 734, 1982, 3134, 2962, 482, 228, 1558, 858, 1069, 3181, 5469, 1184, 115, 1184, 4651, 120, 205, 2285, 4204, 594, 3594, 2957, 1857, 5534, 2700, 2700, 2700, 2700, 699, 2957, 2700, 2700, 2957, 2957, 2700, 2700, 3394, 2957, 2957, 2957, 2957, 1406, 3131, 670, 1326, 1136, 84, 1739, 266, 3504, 2436, 1636, 4440, 1538, 4530, 2432, 1431, 2154, 767, 642, 601, 3233, 866, 866, 1946, 866, 1186, 734, 866, 6501, 866, 866, 866, 866, 866, 1510, 2170, 371, 5572, 5572, 5572, 5572, 5572, 5572, 5572, 5572, 2924, 665, 157, 722, 13, 1858, 722, 722, 722, 722, 3355, 722, 196, 722, 722, 2187, 657, 1055, 1168, 713, 2726, 758, 2726, 2726, 2241, 2726, 2726, 2726, 2726, 2726, 575, 702, 8544, 516, 358, 2939, 501, 1364, 1548, 3175, 292, 2611, 2269, 2287, 756, 2848, 1168, 2471, 4502, 2540, 2212, 326, 606, 450, 5336, 365, 3999, 1322, 567, 344, 869, 2669, 278, 834, 5072, 3819, 2879, 2434, 2879, 2059, 2311, 2235, 1728, 1976, 2633, 4044, 1295, 855, 1213, 1422, 2669, 2414, 4918, 3035, 3042, 2306, 3831, 2724, 2724, 2724, 2724, 2724, 2724, 2724, 2724, 3529, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2628, 2628, 2628, 2628, 2628, 2628, 2628, 2628, 870, 258, 592, 1943, 1871, 1452, 1452, 1452, 1452, 2010, 1452, 1452, 1452, 1452, 4933, 741, 4911, 4911, 762, 4911, 4911, 4911, 4911, 4911, 4911, 4048, 3145, 1657, 3449, 1345, 1087, 1086, 1744, 1389, 4989, 4989, 4989, 4989, 4989, 4989, 1488, 4989, 4989, 2042, 1232, 2238, 2536, 2446, 1360, 5572, 1097, 3059, 961, 3283, 904, 3376, 908, 693, 1498, 933, 4314, 2617, 702, 2211, 2211, 2892, 4981, 3605, 3578, 3578, 3578, 3578, 3578, 3578, 3578, 3578, 2071, 1773, 1475, 1335, 2237, 2237, 2237, 2237, 2237, 2237, 2237, 2237, 1188, 4640, 602, 1863, 4463, 1915, 94, 1544, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 1497, 1771, 2602, 2437, 1144, 2506, 1522, 4964, 4964, 4964, 4964, 4964, 4964, 4964, 4964, 5422, 5422, 5422, 5422, 5422, 5422, 5422, 5422, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 1932, 662, 1254, 1316, 1098, 939, 1498, 3605, 2255, 5686, 3509, 3509, 3509, 3509, 3509, 3509, 3509, 3509, 2721, 3274, 2298, 554, 2583, 6456, 6456, 6456, 6456, 6456, 6456, 6456, 6456, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 3342, 3033, 3211, 759, 1116, 2230, 1594, 1594, 1594, 1594, 1594, 1594, 1594, 1594, 691, 2095, 2095, 2095, 2095, 2095, 2095, 2095, 2095, 2247, 1129 ], "xaxis": "x", "y": [ 0.1539658042756231, 0.10440655152790676, 0.015292844372881902, 0.143372972010246, 0, 0.15603786882424117, 0.22607091165502535, 0.22607091165502535, 0.22607091165502535, 0.22607091165502535, 0.026003533842383953, 0.06935683396059958, 0, 0.3486781332513084, 0, 0.04543592049228165, 0.3338290117461519, 0.076320583199431, 0.026293502835847384, 0.1645227267456162, 0.2566444228667732, 0.2566444228667732, 0.2566444228667732, 0.2566444228667732, 0, 0, 0.19235131871919017, 0.1767500767798423, 0.08114275545962749, 0, 0.0662104997918717, 0.08443873294467001, 0.08734121515646756, 0.06358431083529863, 0.056513757805554926, 0.101935181421098, 0.2869584354614601, 0.12261507369959344, 0.15312220093641135, 0.31722919982175796, 0.1800260150657295, 0.2383842849312108, 0.14808877879712187, 0.07028815778300278, 0.09225629605610804, 0.062232619146619414, 0.0678764990137374, null, 0.21347328912246857, 0.0872728718076368, 0.1188812922619228, 0.22961501923210828, 0.1307248961205136, 0.0003345446682121478, 0.0039971796715680685, 0.08109409115310563, 0.14876636278299335, 0.12780920781634336, null, 0.01282436402997614, 0.01282436402997614, 0.01282436402997614, 0.01282436402997614, 0.08615024813967069, 0.09166379276025016, 0.011966543883145529, 0.034318467821209765, 0.04085156946899055, 0.1385126291951736, 0.031474299819612146, 0, 0.2612796872684704, 0.1909305408933547, 0.13633040501926302, 0.03088136693342521, 0.09943492226355607, 0.016844285023977175, 0.08036692477616603, 0.26492763005094416, 0.02267123333750464, 0.14732283845149052, 0.0038751593195564386, 0.06207891221263973, 0.0026044511517829614, 0.016875381835812987, 0.2300292132369484, 0, 0.02493141787158824, 0.1091883627874593, 0, 0.11868336104214013, 0.09639526258046878, 0.06893904612680378, 0.0458202691209056, 0.0020850022756750196, 0.16965393392545206, 0.08948825435737695, 0.045341910255170065, 0.2229651385329838, 0.11228874143822082, 0.018919713694111044, 0, 0.060904026122547056, 0.1888438531403572, 0.005629200804517977, 0.2089662311986623, 0.009911943723646396, 0.015151823688340144, 0.21847847149542524, 0.021193993818091516, 0.16066727455643412, 0.032075862002374084, 0.0013253445341260444, 0.10047340613460612, 0.1310339282426372, 0, 0.013881072286205429, 0.013881072286205429, 0.013881072286205429, 0.19604490965810512, 0.02576216541630128, 0.011255922033186686, 0.1201324686093694, 0.2186578417525821, 0.08687298433157745, 0.18353572744816932, 0.14828956777628938, 0.14419812721660427, 0.06617688450207063, 0.14721352499647142, 0.013881072286205429, 0.10976013976762142, 0.2087992549383919, 0, 0, 0.0435451042334429, 0.04419914734313262, 0.06324074929694931, 0, 0.08329342276561627, 0.03766144036827013, 0.24208666300955092, 0.2625833297566265, 0.411689162017092, 0.1514994562150376, 0.24460828236417856, 0.01628355806225611, 0.06858563419849077, 0.025098136622152312, 0.24834537221803615, 0.05804065199651048, 0.32957557851775066, 0.08334667145345404, 0.12300970264823231, 0, 0.12648552744218733, 0.011684530023584242, 0.09570686369562696, 0.06523404301660057, 0.22607091165502535, 0.22607091165502535, 0.22607091165502535, 0.22607091165502535, 0.1281741539676913, 0.17074396016256954, 0.12585667058871494, 0.10149537884409578, 0.02323508541020292, 0.015232969492682717, 0.031503903718859, 0.192464726047078, 0.06663986107132296, 0.11208947773112404, 0.1835556008891884, 0.04332781429926715, 0.32129365718173136, 0.04058165686343918, 0.05309072361458044, 0.026926918906583015, 0.10007603963392232, 0.043133319388039354, 0.017903967639715836, 0.07423443115001471, 0.07989729965039145, 0.07795098070432632, 0.07928386064422834, 0.21839289981935567, 0.10750995095238863, 0.037475692990105586, 0.029654544074776, 0.05152911214204969, 0.4392568776726295, 0.03384200375410774, 0.02614946360496019, 0.14989772165001522, 0.0062064020174081, 0, 0.16768452017120658, 0.23120012983729288, 0.06901520628410264, 0.23965794977404395, 0.2587259593387385, 0.11109420007237455, 0.07403747852481908, 0.11289182811769456, 0.0000866652624457251, 0.01630855654091103, 0.056754202550445915, 0.05755283907062717, 0.03905475643119997, 0.01296839744324809, 0.008382307900611907, 0.23291659567738365, 0.17769918190738787, 0.08389055368644224, 0.1443744311236708, 0.00409912440783849, 0.028753085871751943, 0.24327575662070408, 0.11204110634289705, 0.007632848120314331, 0.13269395870644926, 0.08923221006973442, 0.06982820053240205, 0.24165282195355553, 0, 0.09923574523722252, 0.045337425107917266, 0.2809738658058242, 0.06617399057383873, 0.10692636502205544, 0.3364753593731318, 0.002269953255960699, 0, 0.005770586050821315, null, 0.10441199831186362, 0.06689731312536114, 0.10839543673486449, 0.1174669799049752, 0.01041075787797196, 0.0275217592399473, 0.00956589959639994, 0.009926987378758276, 0.12307188274087325, 0.009468902112880113, 0.05881278700382144, 0.08382072416363573, 0.053761926229666045, 0.5168078218708999, 0.06073931299126752, 0.20620331284340257, 0.02573731984932664, 0.2142206701372887, 0, 0.026917893407569463, 0.13637598399468842, 0.113344255766237, 0.11732848755284292, 0, 0.20910518721296267, 0.2310902980442677, 0.003767720115155382, 0.05814454223505703, 0.1916616308679318, 0.17439887016013744, 0.012960917361322976, 0.41044649403970634, 0, 0.026492500832539335, 0.0027352740268182935, 0.032257241779272826, 0.03755468861302362, 0.07868866169997633, 0.032280861454811065, 0.2885549093403365, 0.009666132090516914, 0.0015406163059064218, 0.06237949305819989, 0.03971926972535464, 0.12924253755183865, 0.00030547205720201547, 0.14158409412923273, 0.05382408871439055, 0.3009158221533329, 0, 0.04202095966993101, 0.011303307117219953, 0.05007918330975608, 0.0391919812039514, 0.059574566909639706, 0.07510163280158376, 0.007231508257539079, 0.02179731256926869, 0.18527065732484993, 0.1016868262553312, 0.25535627483402623, 0, 0.2058003424297924, 0.02898838307858865, 0.1345399146589124, 0.2909046376814842, 0.1222253827983428, 0.04345921411170986, 0.0493707437663704, 0.02643040693351003, 0.15999114288250643, 0.05311623250619539, 0.16031784618122635, 0.19634469074158, 0.08431246199882104, 0.1548205937329484, 0.1962991325057731, 0.023284985736936048, 0.06364733548331811, 0.07945898663237028, 0.3976820226786662, 0.0013419959825908894, 0.08664915381160554, 0.13610614022797315, 0.11031152275440947, 0.03595211182076484, 0.0837964198920925, 0.013792534782530216, 0.3609640474436811, 0.1965447274315817, 0.24137836265390844, 0.06365519763129755, 0.13673278822492377, 0.009634094879829636, 0.0535326578974948, 0.3060986113514965, 0.013799330248477263, 0.08770855120620978, 0.15347862958472097, 0.08480979607761084, 0.13008705445075155, 0.007762214697858735, 0.24705008614974128, 0.03276262053214586, 0, 0.05946331063396061, 0.3623202443452657, 0.0976208813969686, 0.026032103311712157, 0.036552865350557885, 0.08155068176782687, 0.010413201854646382, 0.07423756359725035, 0.031658961502355684, 0.06697713723934559, 0.103807984402685, 0.12857564425380183, 0.06319931225571425, 0.24583132039345656, 0.05407989466210375, 0.02445930245577018, 0.17211858919871875, 0.02994512117427165, 0.10391231544004896, 0.009627125698098846, 0.245242340343222, 0.009627125698098846, 0.052272945518556095, 0.2306604403397572, 0.013656846846583144, 0.1389361870617243, 0.03569113369841504, 0.15036233209917954, 0.12425530947528596, 0.04049276314318039, 0.05602885310013628, 0.12835121745160627, 0.01822448548019913, 0.05153746708570144, 0.09658551973325807, 0.05493026073722995, 0.29386795315324676, 0.02391874159347315, 0.33042142017847626, 0.17049624709360017, 0.22590543736075125, 0.06257170726572851, 0.02823356544791748, 0.10362940617945406, 0.13056208266385894, 0.047641149501205605, 0.0013530605955811245, 0.1187040459013712, 0, 0.15867146479815675, 0.230281597493122, 0.005925190362310767, 0.03941736537152699, 0.11193668416495332, 0.0697863104518048, 0.14596842911452065, 0.07952031576026075, 0.016012821696228228, 0.4239794248028867, 0.2279857383472042, 0.16126249957125732, 0.12721856664998787, 0.010119067098721098, 0.08810803987166466, 0.15825964734738157, 0.013155398176395869, 0.0917315723789916, 0.017697283346020633, 0.21956555665140057, 0, 0.179013131363134, 0.015945100042364466, 0.04752644461315808, 0.06930970903087087, 0.15693606974326213, 0.1202152496744118, 0.10572468123025412, 0, 0, 0.14440859965710873, 0.13606748794083262, 0.09275364442169882, 0.095270071068367, 0.07871747704850557, 0.04448055634438483, 0.0784176581951917, 0.14730854643980182, 0.11555780135278047, 0.00916107105588874, 0.09565792574328004, 0.12307795959947976, 0.01692827367806729, 0.03400235084983318, 0.13629776989240616, 0.11908266050566446, 0.13720079399241047, 0.05241153552229229, 0.009539377910601304, 0.0208143953129667, null, 0, 0.028253460462855425, 0.10967573462205572, 0.09749785467680534, 0.11540463420100616, 0.15456092641219113, 0.2843256137270987, 0.08295421501448494, 0.147451521568551, 0.17075194045636605, 0.1858934854265412, 0.1186618146255499, 0.04277365182312241, 0.1186618146255499, 0.1186618146255499, 0.27276419701188626, 0.1186618146255499, 0.14891055540321185, 0.1300157254204323, 0.008647196019849236, 0.0671233665080709, 0.06988116202402826, 0.14926634760072074, 0.2559209765473103, 0.09164082990829348, 0.1487361244596448, 0.01608375011560452, 0.1261111744760134, 0.19956496871783183, 0.03628098924253891, 0.2036259017245645, null, 0.05018858901727648, 0.21608288890151828, 0.021143859318122547, 0.24684827130253856, 0.1563211868840229, 0.01959295106205768, 0.1563211868840229, 0.1563211868840229, 0.1563211868840229, 0.0019867678317692684, 0.004074900890671067, 0.013126015474774875, 0.1744836695808848, 0.16219484781447116, 0.02681297374321264, 0.06131393526013312, 0.12343008390935212, 0.05033709928598787, 0.029427238322998824, 0.026944671454250356, 0.03160118136521826, 0.004090033475497949, 0.023697470568764378, 0.017026191176651866, 0.0003078904889973826, 0.2566020569581541, 0.0964005283123683, 0.03824178198774315, 0.4040418580197861, 0.02249725407894584, 0.1469330609244794, 0.08333105065605576, 0.1117438698981974, 0.03362876114225402, 0.018118311403140182, 0, 0.09469146894941809, 0.042747718258738555, 0.1036315136530786, 0.035957545035826176, 0.03578907163312958, 0.008031467401374014, 0.26985033950550646, 0.1213880693744748, 0.08857132100741762, 0.16522358531234965, 0.0697631258866804, 0.03097405945927457, 0.11155668080104758, 0.0021142328823379286, 0.1989854207750574, 0.0018728303334904644, 0.033730609206036606, 0.017225350978313587, 0.1571573511226721, 0.25036639224544277, 0.1793341211032135, 0.094136027810757, 0.008609589567869502, 0.03630769328297022, 0.0827289220617583, 0.04188594190228902, 0.010735187799654914, 0.019419714756524632, null, 0.008912933168633516, 0.13554030633600128, 0.13554030633600128, 0.321517145303824, 0.06955075976579653, 0.01951227023623019, 0.04764771942017982, 0.21548296530184705, 0.11734069415241312, 0.0927498795434629, 0.13554030633600128, 0.13554030633600128, 0.08469727563514899, 0.13554030633600128, 0.13554030633600128, 0.12369291865404504, 0.16233332365896658, 0.0074461077700175475, 0.0074461077700175475, 0.0074461077700175475, 0.0074461077700175475, 0.13554030633600128, 0, 0.10167396597040522, 0.1383270693045857, 0.006185554023302156, 0.08268001598376078, 0, 0.026079849535954644, 0.15562423138485632, 0.0426549511293763, 0.1487361244596448, 0.06184332954059817, 0.01233618252156088, 0.008958467309294489, 0.16565642369773426, 0.033632785011096816, 0.05674625135663257, 0.035624782753912225, 0.3685164729373831, 0, 0.018259732539720405, 0.02830592359429343, 0.038030876868569576, 0.01868235285339359, 0.025364545908021546, 0.13885561905548988, 0.05167138232087347, 0.041241382934749354, 0.09818941194820976, 0.030216320211720823, null, 0.12038262132783643, 0.029514367740333503, 0.01095689269716452, 0.19094332019950933, null, 0.020040816292878395, 0, 0.06733285371479704, 0.22090401052411496, 0.07574854722109867, 0.045623738742426416, 0.08480349349607412, 0.13554030633600128, 0.21756029867361543, 0.050314903453905616, 0.04947558727995138, 0, 0.09197222560920593, 0.029664351579883334, 0.1035419825701734, 0.012293500879603231, 0.009913289108392924, 0.002861135828416773, null, null, null, null, 0.03462521493422198, 0.024592950976804147, 0.06130108524464204, 0.017512364499729295, 0.07239656272521215, 0, 0, 0.0912529681962703, 0.06233457597801776, 0.001556917428035347, 0.016422443577681953, 0.1247123056285848, 0.07204899729779701, 0.08179691778907457, 0.08016074092570435, 0.0334326909529479, 0.17269543191125453, 0.23788575789858113, null, 0.18047024419278215, 0.13554030633600128, 0.010509426519817098, 0.0787615609676435, 0.08511833422545292, 0.2001142968416697, 0.05096346859499443, 0.05125940137971485, 0.05089575292354205, 0.10204938330370662, 0.0033098122489806188, 0.032023963627644474, 0.24629871895508815, 0.0008806383154733796, 0.07420386173928456, 0.1031325849839089, 0.017402492458003422, 0.04598881622474505, 0, 0.09836225837052666, 0, 0.2827769749982975, 0.09781089090731392, null, 0.03207979784336439, 0.26775863583429566, 0.2223075702247351, 0.148018045358857, 0, 0.036503697050310945, 0, 0.3212502828712331, 0.0016332007382589644, 0.11711328485357024, 0.17439840889854097, 0.21024387088304772, 0.05499005198065052, 0.29798959886309406, 0.01409296079742648, 0.2882510095333672, 0, 0.12719819356701362, 0.02758910122083024, 0.1310829018243782, 0.056626836748973834, 0.004603843439614078, 0.0874391198135313, 0.09697035636854272, 0.23185715010946856, 0.1373576377912183, 0.0021148774039720618, 0, null, 0.046891003015217474, 0.018006754867242115, 0.021391030237130265, 0.0969857438061636, 0.1472567132808281, 0, 0.0004136168196793616, 0.0030096999633262077, 0.07892404494357179, 0.0035127131090604575, 0.10234590957595573, 0.06477011331039287, 0.1471014223794377, 0.01917771052158129, 0.027882665483920887, 0.1563211868840229, 0.47140367424773505, 0.1563211868840229, 0.08057709413631207, 0.1563211868840229, 0.1563211868840229, 0.07297058291793379, 0.20505791741472332, 0.19562178181462783, 0.07416889281193788, 0.2794522249092719, 0.21247180160176127, 0, 0.021127313750781515, 0.13809619990868757, 0.2246993869867321, 0.04167546211683289, 0.08694080296888006, 0.09230446816711396, 0.21789803711823907, 0, 0.05537646656105729, 0.10226601027475105, 0.1091684686071468, 0.23582144764533072, 0.1028624769176293, 0.04075175356455119, 0.3659032398382802, 0.01679629419277335, 0.11361883306639256, 0.07030069085165166, 0.07237098866809667, 0.1060070491660222, 0.18465763586136055, 0.2566444228667732, 0.2566444228667732, 0.2566444228667732, 0.32501121082417705, 0.2566444228667732, 0.195841199030089, 0.023570268358838836, 0.10634679199187476, 0.011229236693513988, 0, 0.06394071499092509, 0.0009211155553391696, 0.05548680411820972, 0, 0.03002718015289837, 0.07770715816302702, 0.0459507064484375, 0.013273591187553922, 0.0011194933373084488, 0.03530931199918981, 0.023757427842482665, 0.006438113518890299, null, 0.12131444069744048, 0.023466693274847312, 0.014548304816371123, 0.0653881500852908, 0, 0.09624794291493102, 0.22124915124935488, 0.12845601630633596, 0.3457732269434226, 0.09897774012414676, 0.10121729020075115, 0.0036520129465654385, 0.013827631334922444, null, 0.11543089224705644, 0.047305963655722, 0, 0.05572125867620188, 0.25790765446163005, 0.04543213671775079, 0.3817854441802863, null, 0.2864578978685745, 0.009643985400459172, 0, 0.11308231627986044, 0.03348715310856092, 0.006986572148670565, 0.046771472300324135, 0.044616308248929745, 0.03348540272214774, 0.21451258849144353, 0.11214242727808868, 0.032164604164493876, 0.054152154519993626, 0.11750473856854944, 0.05179702689365096, 0.0054974908224587225, 0.06558351946870712, 0, 0.052272945518556095, 0.18155143012341832, 0.21500273256316432, 0.08303331683449187, 0.11872180756472148, 0.0036389701323410674, 0.4043249408126741, 0.03899730413420271, 0.07430936989979846, 0.1451019193838165, 0.004624304751079583, 0.27683711828573954, 0.11904824115589546, 0.07861246804056847, 0.2852027351434339, 0.22238500255352367, 0.26972022115382555, 0.22329654092507137, 0.015983506975669734, 0, 0.1902091367413677, 0.1500114784580101, 0.3172606380947982, 0.017359373420124388, 0.037721735552169136, 0.19160779904965464, 0.15755880067870345, 0.016910978874546092, 0.24946882318567157, 0.013939038158255196, 0.11071515069161958, 0.08621271697838032, 0.04506967397157809, null, 0.11281017605769028, 0.05649455623709709, 0, 0.011306647076395074, 0.0025751466898154517, 0.057337752668073366, 0.1622175023656375, 0.10191078758015214, 0.009695032460554294, 0.007452497346020675, 0.035965620513809755, 0.20284742742630713, 0.17263942341611277, 0.18112792913770057, 0.003364472790335707, 0.035965620513809755, 0.06546714942385994, 0.035965620513809755, 0.035965620513809755, 0.02137100742507975, 0.049913606678226585, 0.04637960435170538, 0.032655640491229, 0.016704329773488468, 0.055067036357463295, 0.008959526389106624, 0.06463387682510091, 0.06082807810943756, 0.0578677568569948, 0.15169960996000909, 0.042531537805318, null, 0.06915988775469056, 0.04399429660040285, 0.2866484096728506, 0.03787722582526397, 0.028005640395471185, 0.03489573381401105, 0.09563072092421934, 0.17974298364994096, 0.014237081963557852, 0.08137258428627299, 0.3263921776439682, 0.003577266109571905, 0.1471529229283007, 0.008388787137359716, 0.08241083492157907, 0.04777694144674282, 0.0948188888968879, 0.0010820632088507144, 0.06584852431926415, 0.009176055347313654, 0.11472244150085568, 0.05166506535514933, 0.38100948295500386, 0.03709572500207331, 0.052536494188319766, 0.07873544395948082, 0.05005017978159307, 0.011754835622493886, 0.13812466554576594, 0.20975985056831176, 0.44657200648971224, 0.05263711894450454, 0.06473634663905818, 0, 0.03147709481767587, 0.04325662596279353, 0.0627607764452684, 0.14946422024056158, 0.03778182870564852, 0.08709032202052176, 0.1949766325048359, 0.006911135135191454, 0.08660965320395932, 0.04057351777505318, 0.018459488556643977, 0, 0.004754523678843583, 0.19210483419191315, 0.07206505821538145, 0.3286205923999921, 0.10888170472307492, 0.0009326118446584528, 0.08888346345926204, 0.17120586793616907, 0.08129328772557023, 0.1640696574282268, 0.017514817819180913, 0.03775272986983227, 0.15301319805693986, 0.09359500415917547, 0.02884834891889412, 0.13285405920680587, 0.05334682029846229, 0.13026428965033804, 0.037760378359605086, 0.008282611062230513, 0.1655481092476478, 0.1646683952897031, 0, 0.04455615433772517, 0.00043492512056502, 0, 0.24624007528120267, 0.23059880825513712, 0.18297226414250745, 0.033860858925203983, 0.18321449853168137, 0.3068937308598714, 0.14580860512859858, 0.21362762127317403, 0.18048865356465352, 0.15698385203589768, 0.07890044787255758, 0.1264305756474311, 0.02770374722327916, 0.0350625830651531, 0.02799839769668684, 0.2982510589743154, 0, 0.1913597166508948, 0.08177021137342529, 0.012740069032623076, 0.09987857486858544, 0.20823952507667975, 0.2922387629998213, 0.37402420313199, 0.12271679423850088, 0, 0.0519207482388861, 0.03455338599999252, 0.010970973993299871, 0.08807829220698185, 0.2357641471180146, 0.007379885310018389, 0.0767418528691019, 0.12055494903808432, 0.18430899871655895, 0.01735047579845008, 0.2535257475645339, 0.19278761325452903, 0.06179977657907432, 0.14322299390451249, 0.14322299390451249, 0.14322299390451249, 0.14322299390451249, 0.06738264129347445, 0.010503837110921838, 0, 0.046669867898115495, 0.005077184071074561, 0.10130580829708484, 0.0069186496530134105, 0.013122134581323068, 0.14061416278150063, 0.09172043137596676, 0.03282013126289057, 0.002675084202096898, 0.01775652933908931, 0.03592134100347768, 0.17160156869905038, 0.024779965976235822, 0.011543000031928706, 0.05594279615839471, 0.01779306191081013, 0.1586570450786893, 0.17123898636703722, 0.01791487640203325, 0.5251934812106226, 0, 0.013451645284519882, 0.0492398776616392, 0.0030280438301641417, 0.2089667276137099, 0.06995276443235145, 0.0005420032647926821, 0.005198533506201986, 0.1548715925549119, 0.022626751443908383, 0.011411123524504066, 0.0556319298485298, 0.12413633171033649, 0.04800795303298256, 0.03934118314919176, 0.10031116215635733, 0.04515220956583619, 0.37294829058034, 0.005347008342006272, 0.14984123013390882, 0.09137053603230524, 0, 0.112062833809021, 0.038231982318242694, 0.4119163311819708, 0.05720361501954438, 0.09164204733241904, 0.21042055874141824, 0.2128819518721515, 0.07947029529564632, 0.0991946577555697, 0.1685487149452128, 0.06555823570381292, 0.07799303459412923, 0.0956808023690582, 0.03705688178118463, 0.21751994998352409, 0.08988209113289723, 0.2314184724491696, 0.2116651659801414, 0.004635935829791846, 0.014631781998539966, 0.05563745675854488, 0.14282780519277466, 0.10036473346097446, 0, 0.2028559033146688, 0.44327044641104496, 0.3605729826260823, 0.07866488115437373, 0.1750357411984368, 0.01134034073584071, 0.15080301509625063, 0.03241084289095517, 0.032892113675055006, 0.011943534361969248, 0, 0.013424157463046002, 0.03572853783260919, 0.09451370798702788, 0.04493452213789768, 0.04838423979599936, 0.3765235177688047, 0.044098882499674905, 0.052272945518556095, 0.02132048351753063, 0.009627125698098846, null, 0.047539761411361015, 0.0011047867500693302, 0.14083364169715248, 0.03095872872568843, 0.1451460604540902, 0.1166318088949582, 0.11748995826332728, 0.005390524201620383, 0.026319373744008275, 0.06437570571655174, 0.01740422383013736, 0.15007173815355077, 0.07412710130335672, 0.10033183800843563, 0.2629217934842761, 0.04920218435329916, 0.039316641920254816, 0.25318942956870627, 0.3640314002178667, 0.13346146596356734, 0.4387171720934805, 0.11127234354617456, 0, 0.02857418468039303, 0.04916264066234935, 0.13880407318034238, 0.01889248427654207, 0.19734160955210983, 0.06748480717750084, 0.07618017468109939, 0.014374722781984232, 0.005203578712124645, 0.07034182944767367, 0.00020675736950294965, 0.000049827552563443666, 0.123459443503835, 0.13554030633600128, 0.030922989685975857, 0.13554030633600128, 0.3805130455218017, 0.097266986952696, 0.0144904093140426, 0.13554030633600128, 0.24203629532597207, 0.14207621899938164, 0.025430905563551272, 0.04398485361002599, 0.13554030633600128, 0.15286267165170792, 0.13554030633600128, 0.13554030633600128, 0.13554030633600128, 0, 0.4021261179508211, 0.13554030633600128, 0.2966699736299019, 0.17858336472373124, 0.03436482539091585, 0.34851452266237787, 0.13554030633600128, 0.013881072286205429, 0.08893633053038796, 0.013881072286205429, 0.14890045102663152, 0.1885668314704884, 0.00969527193625515, 0.07711458398739358, 0.22044360715818176, 0.009601409609854825, 0.1296057607260142, 0.13276069225480533, 0.05778592410192492, 0.04801834416721486, 0.03298007598594629, 0.09872121249981246, 0.038341431133944, 0.06547175828873592, 0.3773578726501421, 0.018056448395463692, 0.042147076621744856, 0.32208357685472877, 0.04221396548406824, 0.3633740459081304, 0.10074969737149136, 0.014685020314469496, 0.00519077679339753, 0.003209874875635021, 0.021601316999813363, 0.011716601455942678, 0.29583638929116374, 0.10082116287805123, 0.04009190614970371, 0.03324022590197674, 0.21719540536014056, 0.0019042717749453665, null, 0.08756247723345785, 0.013881072286205429, 0.02284662648857995, 0, 0.066317452424776, 0.013881072286205429, 0.0937973607491614, 0.026854290032287148, 0.04277728380551951, 0.12338181302794396, 0.08616160782451325, 0.0014629053310907284, 0.1599996104569517, 0.32598499380015017, 0.10110096179201704, 0.0002443180319499162, 0, 0.2017069848565385, 0.0708254636849763, 0.08840660337347726, 0.1977880792133597, 0.24529700310053393, 0.044279860983421473, 0.16395759516445135, 0.1850405019857813, 0.06884516670083118, 0.1438349752345883, 0.009613894091512028, 0.043297383545534134, 0.17613717708078597, 0.008620972822565388, 0.08808411917416172, 0.05791915475283186, 0.11547454302240708, 0, 0.11514613880700292, 0.20683167180568685, 0.20785290805328563, 0.03584436779067081, 0.12420363578956316, 0.016016751426434283, 0.02253139881484727, 0.0811546852780582, 0.3460151285013351, 0.00486000962547618, 0.07847399309520613, 0.04710395421780708, 0.02144392372534007, 0.052698744472727, 0.07171410831351646, 0.02344530725789681, 0.0269812046190672, 0.008613093351483801, 0.13444783274895047, 0.03322469298206592, 0.03973978193715928, 0.10119956727909354, 0.36072249164802034, 0.03266201443047066, 0.10178337921232396, 0.005716559485653384, 0.1264264298011734, 0.0022738765923758617, 0.013674455559556396, 0.29460774978527937, 0.242359998163438, 0.110258923564494, 0.032987205390542756, 0.13094418361832685, 0.027504741327735796, 0.004777793929328382, 0.12814010417995403, 0.047317801736775064, 0.028275688974822688, 0.1341265398083257, 0.07568330318172593, 0.015262672691546218, 0.16847180713483306, 0.05438538968604555, 0.001697238741042255, 0.027874441295176106, 0.2811354719245021, 0.12309787551524518, 0.3959291762837418, 0.059539338261361395, 0.04687525600547536, 0.014182412016490694, 0.09709586333414084, 0.00887698598870607, 0.007451869576316677, 0.07333580455572261, 0.12464456090447612, 0.29601875699478863, null, 0.003812592885110556, 0.010040014931689848, 0.03562106139389482, 0.03456459002530678, 0.2846050011061389, 0.007733907463647514, 0.028192116206510923, 0.08420216291424491, 0.05515268739929821, 0.1603625718122361, 0.0693538395115245, 0.16813862222830672, 0.027951297214670337, 0.00687865760485919, 0.006268624135023137, 0, 0.08814572703048867, 0.05336210788864218, 0.1850412407093536, 0.0806415710895969, 0.08514147297349876, 0.08931150840897592, 0.07975002934747939, 0.19991614195771415, 0.2472288004143939, 0.0257429828036158, 0.1631591022400095, 0.08908182065261094, 0.24662074908855697, 0.06848551138729869, 0.1925756864407304, 0.07251970254271753, 0.415108529594066, 0.11847268416071426, 0.041990285906832105, 0.12003626374345087, 0.05329615145289806, 0.1851699427045016, 0.07976072670181812, 0.3446518987097146, 0.07557908088272021, 0.1157975147894971, 0.018593958196037444, 0.0040080091956802184, 0.09253481651146413, 0.02170732513806663, 0.1952918093702323, 0.2217172642480045, 0.04429986553379493, 0.04048807544431036, 0.022375398322472113, 0.03666151335774688, 0.11123624197213076, 0.0334783725366553, 0.05862444919866015, 0.02052385593891124, 0.07167542025660664, 0.0006701368706399771, 0.009101168792903557, 0.04358824203819421, 0.052272945518556095, 0.17364350494380312, 0.3808702608131753, 0.2225705848177384, 0.3148994864566309, 0.04670425232187252, null, 0.08600622288827182, 0.07728438414913892, 0.015949782465622314, 0.08224468652835777, 0.29905774220215414, null, 0.2668861832113206, 0.020780757927501267, 0.017301732671251218, 0.04180199794674257, 0.33718491068630674, 0.2515406818540296, 0.20054379373987288, 0.1785793917775482, null, 0.21073766342813072, 0.03482353948429146, 0.1668124578951082, 0.29819998882825616, 0.06616904912262624, 0.16363457883127278, 0.09263649093874884, 0.010833733628960738, 0.19131252421781944, 0.10025952017444928, 0.03222851815446079, 0.02407543607654585, 0.12894174919828535, 0.21002473001346308, 0, 0.05244975455179634, 0.045850919018082865, 0.03744446731245064, 0, 0.045747806850697105, 0.029214758042874277, 0.13741930939056385, 0.1035956192451622, 0, 0.06955500667031915, 0.07458800947545337, 0.1141459859089156, 0.0042780735039009855, 0.01064975112702672, 0, 0.10018549956846032, 0.01818560737350144, 0.17428016075048575, 0.031170482809502156, 0.2101982541748456, 0.007787863068623203, 0.06638384731655081, 0.016197737913638384, 0.012921187980261484, 0.4315602842833155, 0.03276165780019294, 0.29697455464633427, 0.0812884825421228, 0.06274340173171698, 0.05552295170729895, 0.22316595891608568, 0.21837994870578523, 0.35505718066735015, 0.020438952326209073, 0.19372531039726268, 0.13122159984267875, 0.12725418331056942, 0.01232462590281058, 0.1553869580484977, 0, 0.014356756616379689, 0.34121138969786613, 0.033085365622443734, 0.0946774538468954, 0.05010296278857642, 0.1587484641790652, 0.1439096381053402, 0.01912936222003913, 0.009297988462064775, 0.04194164838277577, 0.19246245870415035, 0.03514305175687353, 0.00312296281188635, 0.09918650690547325, 0.06212424412937416, 0.11462644992835865, 0.11151902700617156, 0.01953495690552317, 0.03652492036389499, 0, 0.00014716401864109214, 0.4104535866551368, 0.042677500762689224, 0.11811862584954971, 0.03825050332948471, 0.009140132707316432, 0.11564246298817264, 0.06449970320668329, 0.006145009520193389, 0.0017475435295372175, 0.082021075252199, 0.061529987407592475, 0.002556071205956201, 0.2304679308472359, 0.012847375747502877, 0.006203945446770523, 0.07839241066597305, 0.11084511905895374, 0.0614481807117854, 0.13554030633600128, 0.13554030633600128, 0.13554030633600128, 0.13554030633600128, 0.07380230775495686, 0.13554030633600128, 0.13554030633600128, 0.13554030633600128, 0.15672630971949653, 0.13554030633600128, 0.12515640120534743, 0.13554030633600128, 0.04444587383684573, 0.1498850370467013, 0.028048819323915612, 0.29311167730079524, 0.027692580786126863, 0.19579628061314225, 0.024273684351025244, null, 0.02632393327550901, 0.08055108785133565, 0.202426206022772, 0.02584571225399609, 0.02587702693015585, 0.004313629207350345, 0.10960262501427734, 0.08569405899735659, 0.2633717400035994, 0.04485304901802862, 0.10409827386503612, 0.035777122157032604, 0.08994291499634771, 0.02051416519838108, 0.04876134076084317, 0.14651622791150162, 0.13369735258434248, 0.15237885387159564, 0.13574339099672106, 0.033823338485311404, 0, 0.032121449761560054, 0.005036796606009402, 0.09036726903032692, 0.059194765843992365, 0.19651835711254984, 0.0953289258524132, 0.009972627260970531, 0.22042729563299843, 0.2341396947519548, 0.498886236044991, 0.009126892298629508, 0.032654797039613145, 0.22707060505096596, 0.07354560796110965, 0.04580157528981593, 0.21599660030391316, 0.08566522082180339, null, 0.2889740381107687, 0.2889740381107687, 0.2889740381107687, 0.17116529614852743, 0.07327846236124284, 0.01040883287728998, 0.13043156708280246, 0.14731332493238633, null, 0.2889740381107687, 0.1486944536787761, 0.02084163420414269, 0.04531108522117673, 0.00472141282056188, 0.29258906618923325, 0.11333689046032398, 0.059075102436090605, 0.06378753979474562, 0.031682261461137055, 0.06289748906881552, 0.05628491623526653, 0, 0.10938775279844376, 0.1705294141642539, 0.0504331834246071, 0.1838206177500244, 0.09528071297679085, 0.019055192109281985, 0.20332722784776144, 0.1367669692026018, 0.03423072127105668, null, 0.1254288429862952, 0.14322299390451249, 0.14322299390451249, 0.14322299390451249, 0.14322299390451249, 0.010193139807905876, 0.2625060912291453, 0.010031695675214367, 0.1006912047319581, 0.01820809919914747, 0.08806148587185963, 0.07556447209431252, 0.03946097875006206, null, 0.03669351536319644, 0.003921016085897523, 0.228574860406482, 0.09938403060346658, 0.12378955620773414, 0.2706372389564073, 0.10655854296914996, 0.07189404782509225, 0.06729996599108225, 0.008916534353924421, 0.04234468753378887, 0.19491048484362616, 0.00815690049810518, 0.018613211407706637, 0.1270242325217093, 0.11213853139734796, 0.22193898107392615, 0.024690006675520813, 0, 0.0167659200700038, 0.13392858058388665, 0.12099253110812665, 0.08037347919326994, 0.1609775849068111, 0.043646773971404464, 0.07285045423981898, 0.015604747926126874, 0.05307865723284613, 0, 0.011863284928763283, 0, 0.1467739046189268, 0.1142900290942452, 0.07735802295676587, 0.2231310244979115, 0.09650215110480204, 0.05304753747900519, 0.12710296151218872, 0.14288231885911137, 0.04908007943439359, 0.07868183978132177, 0.17037369238491276, 0.12189978605890378, 0.12425092756200164, 0.33000409866715497, 0.09034400963328072, 0.27689930459681783, 0.15338390526487228, 0.01123835874548427, 0.06740646305935231, 0.03483173143637539, 0.18000388484171378, 0.01460469899867372, 0.16711013930191834, 0.06040774885690537, 0.15282244196484418, 0, 0.006665168441265091, 0.07742621840361999, 0.1270844647135759, 0.07196447188197161, 0.007122107962336572, 0.050225652873900455, 0.04966520822063278, 0.01764779666574085, 0.08049626818301035, 0.007630419036485622, 0.08521804871916437, 0.06214394531039645, 0.04073927670486777, 0.0948684586773368, 0.17114667468199507, 0.0834330950354557, 0.20683563333454508, 0.0373372211593767, 0.008820351270540804, 0.02343349022523347, 0.1486387092296704, 0.023563022235131865, 0.19014027832812289, 0.08744274604698725, 0.02035298775743722, 0.09317927440096983, 0.02910467277853337, 0.17188726055717066, 0, 0.2207115545129333, 0.11147909756360316, 0.07231115572974947, 0.039304056304693226, 0.3321555554589704, 0.0013618358774259204, 0.1283947648261963, 0.04829736506634984, 0.03572060527850106, 0.3771979121270197, 0.12469675036010072, 0.016939412241077968, 0.101526669376495, 0.01922863879915198, 0.08775049625062702, 0.26887843003204603, 0.07905045088538215, 0.035965620513809755, 0.007828451425860328, 0.001270217768031618, 0.1381030669345103, 0.035965620513809755, 0.0008790014498297011, 0.13147990135304577, 0.19996340256160097, 0.12626838839169482, 0, 0.0020479537175935253, 0.11324551371207783, 0.035965620513809755, 0.035965620513809755, 0.05494352690314387, 0.04043063092625492, 0.025956777188394117, 0.06749564405295216, 0.0038838129178967217, 0.13732910545826535, 0.3076768265737008, 0.08444407773766775, 0.016481312256255858, 0.07344090826922439, 0.2355150370870371, 0.03261364571887879, 0.32894607534239334, 0.015997194617927594, 0.08864948296344698, 0.15225652347412638, 0.0107356973479008, 0.3318391946428054, 0.07293564531524896, 0.1298539806651338, 0.05539819360202125, 0.1200075697181963, 0.09984070927966586, 0.24667920582048977, 0.1610826233088446, 0.05529965117043803, 0.04485335012919155, 0.11793739454915812, 0.21543464824786931, 0.01955874302031683, 0.00021799786888778824, 0.017036146790728575, 0.011282079463105865, 0.12693922014908077, 0.1563560574558968, 0.14182391954776233, 0, 0.004465467851466944, 0.039088672277433525, 0.07349735297427148, 0.0074461077700175475, 0, 0.10226594101111332, 0.007363283781908986, 0, 0.038273745122199526, 0.05384399208529118, 0.05517427662553612, 0.06708367984153148, 0.04371434663782044, 0.08777027976121272, 0.02086357821039233, 0.3946907993651199, 0.3179344113576336, 0, 0.12325742537895136, 0.2652122736406498, 0.2889740381107687, 0.006808023996841622, 0.2889740381107687, 0.2889740381107687, 0.2889740381107687, 0.06690425445673398, 0, 0.008549469050755806, 0.0623127528130048, 0.03691051253597049, 0.16195658976495486, null, 0, 0.14291126957847114, 0.10193733454783512, 0.008900417964001954, 0.009627125698098846, 0.10605362724365874, 0.01829765773656203, null, null, null, 0.007956566752243778, 0.08576308934858878, 0.2265786458090435, null, 0.07656888604843426, 0.2304795621269529, 0.17452536728968188, 0.32036194089538517, 0.1827572264741732, 0.34920069580712243, 0.28745679968708354, 0.08289859434641049, 0, 0.2795820736648264, 0.03155298613719315, 0.008093516099935926, 0.33545427068821426, 0.2267194282291768, 0.1867809634456963, 0.01919499549979487, 0.1619650268264567, 0.04961178031011774, 0.1510548344349398, 0.13127456853994865, 0.1820258303295274, 0.03471752390775973, 0, 0.03471115650492911, 0.2795125821095077, 0.07992320679195027, 0.18961789568522663, 0.053171115297502944, 0.0006151346285903502, 0.049216815648046607, 0.1333937581394877, 0.025341372770027, 0.09299596451930912, 0.11278746153605644, 0.06289170623915578, 0.0074461077700175475, 0.01579992883695033, 0.0074461077700175475, 0.0074461077700175475, 0, 0.16211264864649463, 0.06616164474529038, 0.008063691531110778, 0.008619899961243729, 0.07663703203402995, 0.07661842590988961, null, 0.006377148974445067, 0.04325975580440647, 0.020519188174897205, 0.01715985540020054, 0.19641576488327825, 0.4402410118609203, 0.28395378522173764, 0.00560438443378316, 0, 0.06118624382676631, 0.15914097811930544, 0.1186618146255499, 0.0661290250892725, 0.03694680680071189, 0.08764673504802087, 0.1491189496654994, 0.1186618146255499, 0.1186618146255499, 0.1186618146255499, 0.10065166695512914, 0.32611885497055304, 0.03066813913020152, 0.009627125698098846, 0.009627125698098846, 0.009627125698098846, 0.009627125698098846, 0.1850839423456175, 0.010547696578072424, 0.018802484782990465, 0.2642962150478205, 0.022912124022011662, 0.04827877496353451, 0.07154511191358863, 0.052272945518556095, 0.052272945518556095, 0.052272945518556095, null, 0.052272945518556095, 0.1999767621104201, 0.4448930470171982, 0.3634127361423584, 0.05643960986839734, 0.22710167865459943, 0.01282436402997614, 0.0514105388590882, 0.06187553562503949, 0.12112578884229028, 0.04184228579442001, 0.1578153830078116, 0.07663930224631689, 0.009248085108190076, 0.321866060853868, 0.020207086403800565, 0.25021590921925563, 0.10429110618608416, 0.11171898767526188, 0.003870072403617483, 0.14835367387059695, 0.22862833485574124, 0.0857869349465134, 0.4056390622295664, 0.0932744523449464, 0.15548522430698808, 0, 0.016547661397599216, 0.1335392653305479, 0.1914437061431545, 0.12901777493595568, 0.005704879275830402, 0.13949481680790496, 0.12448331195772916, 0.0950503802498322, 0.06921929504281875, 0.011241204068805391, 0.02138060144860853, 0.16573161656691157, 0.01282436402997614, 0.4993179820792859, 0.030530285256079977, 0.20981536459373432, 0.08448051587882993, 0.00749353346638663, 0.01282436402997614, 0.000920626764118043, 0.05934843175490595, 0.1363343160642769, 0.05897594773396865, 0.01282436402997614, 0.07914449940175647, 0.018252289190755656, 0.08607354564202205, 0.050173900389058355, 0.23001482528629483, null, 0.001808870394958541, 0.0269272860434492, 0.17469107097474226, 0.0699313077207743, 0.3160459185804688, 0.017953210714090916, 0.02429464357992746, 0.07871624785994326, 0.21753295460338, 0.3107272463849625, 0.02631947548316263, 0.13773014596137206, 0.01281956197055202, 0.003958431407046379, 0.024966143121414534, 0.003958431407046379, 0.07634702601376886, 0.15533436699335543, 0.07585644119473461, 0.10974085005606436, 0.10974085005606436, 0.3199305353492524, 0.003958431407046379, 0.05529179016061471, 0, 0.008663504730555247, 0.014870980071148772, 0.0027130560874068553, 0.10974085005606436, 0.007627028290467392, 0.10974085005606436, 0.2816186743303535, null, 0.011275199944824498, 0.33567720417728436, 0.14435773761883858, 0.14189257783780115, 0.1460855299852523, 0.05582790753703695, 0.003958431407046379, 0.01661441835207233, 0.010576680213173172, 0.12115789202392246, 0.05131683682661322, 0.004250464366861402, 0.07944381331792302, 0.11082350941261844, 0.2791470774507302, 0.10974085005606436, 0.006968511369384008, 0.019817941828351917, 0.06377338625917477, 0.03391858004573993, 0.17571365284814075, 0.08946714594634525, 0.16473987323304684, 0.1371375757484379, 0.056824648408991416, 0.015380257729810515, 0.016719288297728715, 0.07634702601376886, 0.2151628289732002, null, 0.14669911044546563, 0.10974085005606436, 0.06181669553462072, 0.043102520477649925, 0.10974085005606436, 0.06814332953146976, 0.10974085005606436, 0.05654317145778134, 0.06814332953146976, 0.07679227764798416, 0.011815520414440351, 0.003595710571110067, 0.07989387308332553, 0.07634702601376886, 0.3759203124780271, 0.08518723690337807, 0.06669215814778978, 0.1207256301947004, 0.13891298069120506, 0.05490885462525745, 0.020597465387334472, 0, 0.08559617054320039, 0.01786706320630552, 0.01071259977134012, 0.06459902100463684, 0.2705906075599194, 0.018014144724402006, 0.0387703224834021, 0.003532182634207895, 0.010697244599347564, 0.27083190863604145, 0.2176310467934689, 0.05903098802392141, 0.09511683737686367, 0.28592872806311187, 0.3101267223721277, 0.14102183746139038, 0, 0.10352686124973044, 0.01841627101897876, 0.0007183903459240408, null, 0.07634702601376886, 0.041256087722093285, 0.07144923888764461, 0.06774594889310294, 0.06545617441384326, 0.06814332953146976, 0.06814332953146976, 0, 0.00969039360855711, 0.32155482462841944, 0.33279855579654904, 0.07574538130262201, 0.1534922799369217, 0.12156752947042591, 0.12355112923704636, 0.007230671907932896, 0.13240848521449575, 0.18070842518151553, 0.0986201800786518, 0.138451167225856, 0.4398404327932121, 0.07488394361770445, 0.1096369633886332, 0.0375291998001309, 0.21808848504536685, 0.10989535867936612, 0.1625639667521508, 0.2530304147193613, 0.27722537098401506, 0.09023066600962812, 0.0007334895985557362, 0.13135406363896537, 0.026805374463062664, 0.012865231644782251, 0.0932722621337818, 0, 0.13588646943204966, 0.09303597080411698, 0.0037536363972240543, 0.10079990427822666, 0.1155152618871554, 0.1035318074316067, 0.06033846531092415, 0.19562178181462783, 0.09942120544222743, 0.14672831218125698, 0.035678954295961476, 0.09916744524151742, 0.04675721590237622, 0.11360155827973584, 0.19537396094731035, 0.045941949935653086, 0.0874184289841118, 0.15226483717066966, 0.0054711095941722574, 0.2183662791550848, 0.5283208335737187, 0.09850758583721528, 0.05222472990111033, 0.07344341314229552, 0, 0.001593587237155552, 0.10281169087686104, 0.07807715894994836, 0, 0.2086953463391182, 0.019121025989388536, 0.001250818526133927, 0.1351787984671136, 0.04649760420084446, 0, 0.341727082490651, 0.09934310057004256, 0.09133332488798251, 0.07207873859177823, 0.3692851216191621, 0.023804803467137182, 0.2191009303738725, 0.09408195658342088, 0.06293388731618214, 0.015354983440034194, 0.01303855599447066, 0.12081697866822914, 0.08062416091565046, 0.20097461039357484, 0.11823634210165, 0.05200709435484486, 0.018628528223208405, 0.01123320514151848, 0.044275803313453536, 0.010483234300873652, 0.018452541025491542, 0.08832468801694637, 0.03127853952250842, 0.04970943731384518, 0.0018403694148015112, 0.009204418480153284, 0, 0.05120972970977775, 0.022154196648647175, 0.019227017958102027, 0.1598025462890286, 0, 0.013619238667497627, 0.21132499087946957, 0.08828404358291043, 0.01621662167754879, 0.02412223692180477, 0.23020855367740573, 0.013619238667497627, 0.38120643123175674, 0.04180841087929547, 0.040582964498360206, 0.06210057847639621, 0.11240851202827036, 0.013619238667497627, 0.041110353918121255, 0.09618846791937224, 0.014904847476276066, 0.11839725837710692, 0.02723201851135594, 0.13920204626732136, 0.01149967968637094, 0.13265518221676947, 0.1439215688359523, 0.20154999600096596, 0.0051111860644663795, 0.007496982645234325, 0.11370292777273376, 0.008185843906257158, 0.00807038481327353, 0.013619238667497627, 0.022489248020178015, 0.09712322716638036, 0.001014425781961068, 0.017688925078713367, 0.09468362952856955, 0.0025176702742303225, 0.08641131072889613, 0.00047625463292987194, 0.04200506031903365, 0.1477793284288624, 0.02553111196923337, 0.1943301091211531, 0.13748818744152608, 0.001593587237155552, 0.03294055374891905, 0.05438722915315843, 0.005063064316688588, 0.03726065486400624, 0.01903435643731577, 0.0724692369704301, 0.03355332827614303, 0.23191603398162333, 0.1582904719883626, 0.11473564013781672, 0.13561309615610354, 0.060957736906274713, 0.10442004928347692, 0.06551685463344961, 0.012915999249619406, 0.00343331418807032, 0.12826558337452082, 0.0023949053780616104, 0.05310486146791106, 0.14208190905720824, 0.05694048657446912, 0.24402588922696236, 0.2836982027484568, null, 0.3906004407549435, 0.012037926773877649, 0, 0.090494142700321, 0.02165232348529251, 0.0343006597825118, 0.03116099998317023, 0.0011918894051943815, 0.00638862392625813, 0, 0.052383367991702685, 0.0509318999541556, 0.1979507077632641, 0.24509354179087064, 0.3934943091005543, null, 0.05480614287460783, 0.12618391907791968, 0.013964234589698057, 0.0252221325079968, 0.10578046223577482, 0.06432566668232297, 0.02696965853312736, 0.002836846906186922, 0.1676369864033298, 0.07428230723000749, 0, 0.08068923972434955, null, 0.044365346416405986, 0.0035802350113452843, 0.017139181114423287, 0.0278811740861155, 0.2121206029669811, 0.047683856016449186, 0.02728769232721648, 0.06181367838259791, 0.01844240382753349, 0, 0.14023021127054747, 0.008694512660320269, 0.12604957181963294, 0.008694512660320269, 0.008694512660320269, 0.008694512660320269, 0.06478740464911278, 0.16444775410999132, 0.042413408416420426, 0.12224343427899773, 0.19341591347598588, 0.05815562189787828, 0.10087688549515442, 0, 0.022603058933570647, 0.4398487891387585, 0.004920550569381003, 0.12470376403586383, 0.00011221879739678448, 0.03533723954664587, 0.04168396668499297, 0.028684447661680566, 0.2466504590763122, 0, 0.02572258183518542, 0.12611421420810365, 0.06769567555676224, null, 0.09418753132513064, 0.22971023697077397, 0.107038058354045, 0.08489369561981215, 0.2038838117101623, 0.15756549582395657, 0.061058577820200056, 0.09768294447884698, 0.04314374332782377, 0.08780156187242016, 0.17653642889710908, 0.05146176543562889, 0.11066722518570772, 0.06684650202012793, 0.0035198568523001576, 0.1453659556289036, 0.3427314350601625, 0.08007676759782101, 0.3408562314349482, 0.198900135361808, 0.010491598294761977, 0.08461458276657234, 0.21290772665891172, 0.00925413840336889, 0.1565736812854996, 0.025548415654639556, 0.12227421485074028, 0.057090013970749344, 0.007915150935069944, 0.0667662053591702, 0.13535620252073366, 0.0400439086016515, 0.14049439975959754, 0.12404862653230116, 0.101635401019851, 0.1077895761431534, 0.13045540069588535, 0.0011748443580625932, 0.04750333648128267, null, 0.02025127494603115, 0.1328760395852529, 0.14937267331247953, 0.2899511776044539, 0.1014528691016282, 0.15087306416668736, 0.01774144345855586, 0.05011194923929891, 0.06419970718461086, 0.047162235422461146, 0.1837773788623774, 0.009433488590573436, 0.12613579397599411, 0.1777117126676999, 0.13709075172644913, 0.21716069573998265, 0.1328760395852529, 0.03218958721607145, 0.1328760395852529, 0.0025546085212275987, 0.029115280799207013, 0.01675630315004938, 0.064213936694038, 0.06155709261892506, 0.02172113906003896, 0.0968239954817464, 0.00881500117195335, 0.03013775597651484, 0.1328760395852529, 0.1338197510876224, 0.04851227765521862, 0.013974657274306529, 0.21342864169338385, 0.06164684191643683, 0, 0.040807538544478106, 0.08063308112572708, 0.07634702601376886, 0.11042614383934636, 0.07634702601376886, 0.07230977281137614, 0.1434285540017756, 0.07634702601376886, 0.07397833204533527, null, 0.06041552747771171, 0.29368598355215336, 0.01719879290378794, 0.03617455482641536, 0.056084564934104505, 0.25367141017952716, 0.000051117002353341424, 0.03402945976231457, 0.12145947909609683, 0.07634702601376886, 0.1420636049431194, 0.046266864818698406, 0.12122527458762726, 0.01522236966793173, 0, 0.2672879379872846, 0, 0.0053999853244232395, 0.09150761751798411, 0.0051343987494358295, 0.006314085768200959, 0.17081347681825929, 0.07822100297741275, 0.027091947453814713, 0.3540458069199037, 0.12380695480573464, 0.27097010020077045, 0.298357949746506, 0.023868217995772212, 0.30739779958201396, 0.2025211404605799, 0.04119842983611213, 0.014891398912683198, 0.0025182987717014657, 0.01895218495820934, 0.12189109957741608, 0.05221472743743384, 0.016483689306139894, 0.06866281459927075, 0.2192776029496154, 0.011623104796646582, 0.008077439601214868, 0.0773023835227484, 0.03115862319789508, 0.1772686183238418, null, 0.07159089885395171, 0.0220885167477589, 0.17638428165778108, 0.10777306643630706, 0.04100472837835228, 0.1616780550016552, 0.1979586350563732, 0.02871020486294094, 0.0009786762014126107, 0.09227136418140083, 0.04546898165645051, 0, 0.1304681029260623, 0.1126745875736685, 0.03755519936612935, 0.14117456671661222, 0.20328932182881773, 0.03540807646801865, 0.05345778819140138, 0.05074851603497391, 0.047351947513226536, 0.07767304059325517, 0.002593396053553506, 0.1940540965479713, 0.00689873373688415, 0.05686690622448814, 0.3015694503569842, 0.07531365664883316, 0.016825491466233654, 0.012071349971263108, 0.07531365664883316, 0.05382763903989616, 0.04170820284135598, 0.07531365664883316, 0.11138473042204268, 0.1030474111791238, 0.1328760395852529, 0.2213875546426692, 0.10522888390684172, 0.1328760395852529, 0.1328760395852529, 0.1328760395852529, 0.20605979142221845, 0.044124060985920824, 0.1033938937098582, 0.26947824474258003, 0.016127599905497465, 0.003864514591778479, 0.025775792889236555, 0.06467017257339823, 0.0628541612992389, 0.07958336316206738, 0.04444458797979443, 0.1755062941565001, 0.031563499309137995, 0.14018588856971542, 0.016707461817329527, 0.0557659693901245, 0.27741550818479266, 0.19483093473982804, 0.14494864326929888, 0.11189710160080374, 0.10089753793185569, 0.02570825386376739, 0, 0.160170857641404, 0.12787767293776622, 0.13582495767812044, 0.26538829327486496, 0.10651161759027478, 0.10967960772761104, 0.12439664816225891, 0.13173734091179876, 0.18502454134933125, 0.044127529156565426, 0.19447244115435167, 0.04218675330003082, 0.020710619752801415, 0.15527389979719836, 0.06140896607168401, 0.03776645670609812, 0.08219932634066096, 0.04324480895367368, 0.06073977504417097, 0.0956511139264445, 0.2767240658273735, 0.07531365664883316, 0.14417207054211517, 0.08150969081702424, 0.1000360998292726, 0.0890163963963411, 0.401467669161404, 0.10162893840896749, 0, 0.014160937777786872, 0.12514523556193238, 0.16580794914488986, 0.1429970672318413, 0.005336046712417624, 0, 0.11277868894913776, 0.2118124894730723, 0.20691401380551572, 0.006328771516996353, 0.06724659895524941, 0.06997985414305295, 0.02507696445833817, 0.017953865694495634, 0.001237424533561326, 0.05704882792989194, 0.23726556276044705, 0, 0.020650660486426352, 0.0278139002379392, 0.07390483159647775, 0.03575992469196757, 0.168733818334792, 0.07063125897385461, 0.0767922723340136, 0.06073974796395034, 0.05659245255687373, 0.16539905399695304, 0.03166174798093422, 0.030541391187052968, 0.23854764275165155, 0.16231992156436711, 0.1216969990848423, 0.09363989865172208, 0.0935523818292112, 0.009622580790146863, 0.08522686892371663, 0.057270165568045275, 0.12286066901524356, 0.1355129330090209, 0.17642206353591758, 0.030939895081201943, 0.1137628147292984, 0.004901798196660126, 0.1643110327831951, 0.21334320471069723, 0.10809458209195474, 0.0018451264435215388, 0.29457682450257966, 0.0730917261051768, 0.0244350201419472, 0.09966762745625173, 0.08056308825898102, 0.12483561064263048, null, 0.05202708019103785, 0.005926644922351725, 0.08497090138717214, 0.12629441383920292, 0.2836469477914993, 0.02804739042852744, 0.37943361396597336, 0.00824598814215128, 0.04489378106279331, 0.16235464073869593, 0, 0, 0.0755455125923311, 0.2328858784871476, 0.1451160109849454, 0.05174214743790593, 0.16503186402368536, 0.05689291865702968, 0.11209177502055316, 0.07699298827471544, 0.004667822379841661, 0.06697359920584073, 0.4740959437521856, 0.029947486627537406, 0.07121087789804605, 0.3311739269581484, 0.01966543220794485, 0.023681150572991732, 0.06814332953146976, 0.06814332953146976, 0.06814332953146976, 0.06814332953146976, 0.02424977163995417, 0.19296321940954017, 0.0017319602067342656, 0.11871278427027378, 0.03449858448736612, 0.14252622555072944, 0.047524681795966285, 0.09900616254097117, 0.07872188254628738, 0.011860988157068849, 0.08011103882160797, 0.05417718510374636, 0.07904424929997618, 0.017428789487887973, 0.10067346206180731, 0.07715286067750311, 0.03611161126546026, 0.03534614591470291, 0.06171099204788691, 0.14233193225083984, 0.15886364611774156, 0.08843194636959772, 0.2240043990153766, 0.03026728726469814, 0, 0, 0.09229805295014688, 0.0027621512229087613, 0.08373320478611816, 0.001735598299878286, 0, 0.0018412043725937743, 0.06942451055093693, 0.4275728797513982, 0.028945461074319796, 0.07864067988978911, 0.1486089438656591, 0.2940375385840363, 0.0666232877584237, 0.07441691905886627, 0.10160476231314544, 0.02069108899127739, 0.15803457792662878, 0.09642452828453044, 0.1214330096048708, 0.005830202393879971, 0.09086701781337508, 0.16063306685387296, 0.043265333886783795, null, 0.07120465345818543, 0.010876713045895268, 0.00824598814215128, 0.24275438998306997, 0.03286410435751933, 0.31139614398083115, 0.008694512660320269, 0.008694512660320269, 0.10835989422904456, 0.10000544068532116, 0.008694512660320269, null, 0.06607235955373532, 0.1594038900144012, 0.0412263958654697, 0.02591929449595562, 0.005142797256628031, 0.14957178584031283, 0.18120964846480916, 0.05177234558070068, 0.17034006218474915, 0.1310172469786906, 0.0467827314885387, 0.022350092326948803, 0.06743047141558237, 0.16670540650356427, 0.10400577960086052, 0.06124320990368922, 0.013623140074462428, 0.1611938010956757, 0.08113932447065324, 0.054786152457371194, 0.33484059980666037, 0.2674889588293935, 0.029287048796927832, 0.021084662597313272, 0.15737646793230947, 0.006238628824626727, 0.0018276351309034684, 0.02092449198045353, 0.010537821932287212, 0.033989840586766615, 0.17635468785073172, 0.04070482985104216, 0.06515695355652093, 0.10302216757237775, 0.12985555025958967, 0.07393636222419656, 0.07694615117848438, 0.017462409459807243, 0.1669347316181414, 0.10268024897825082, 0.07447112951788946, 0.00824598814215128, 0.03690144400551117, 0.003958431407046379, 0.06135794339997015, 0.16383095641010637, 0.003958431407046379, 0.04974701547303514, 0.24843013184040985, 0.16754464403241057, 0.03425619390899277, 0.003958431407046379, 0.11448336464391969, 0.09745081420496698, 0.09762802102808749, 0.3729677325936378, 0.00398175852492052, 0.2648904861592003, 0.09503834869625868, 0.18356654723970073, 0.07883886521354383, 0.2136468445886709, 0.016804714310790964, 0.07358044621214574, 0.003958431407046379, 0.12789569965478167, 0.11621618880346024, 0.01427163669035642, 0.018783475711637052, 0.03540065879263221, 0.5, 0.008573347338015526, 0.006668152802977525, 0.05415474637993372, 0.07395964165300856, 0.06627392519019237, 0.1280004517226252, 0.13670592375437737, 0.22961838976649637, 0.010609204874798722, 0.33029624850731626, 0.05851101061881621, 0.17930383249603132, 0.019941223335780307, 0.03392326950883627, 0.0903831101925228, 0.14308532907349825, null, 0.07192738475225646, 0.04258901316914763, 0.08163417740141, 0.10312102275430958, 0.20442405829871912, 0.195768415855882, null, 0.10911139347768611, 0.20106159003222088, 0.09223809679944212, 0.03464550642472785, 0.018181481652256835, 0.06725432532495713, 0.008867302380334152, 0.20765649722646723, 0, 0.03670953571551101, 0.05289519499741362, 0.05706949606398119, 0.10000544068532116, 0.3420192178195208, 0.10000544068532116, 0.13320837562045573, 0.18520508553762852, 0, 0.14015137345307055, 0.271658648892465, 0.005482798874061205, 0.1067756740710612, 0.1752022073807241, 0.016697174040461404, 0.03948553513010107, 0, 0.069434603141176, 0.014859307478368475, 0.09090322975649576, 0.20082938177044823, 0.07246463740839218, 0.23887564467829492, 0, 0.22341612697859695, 0.011463594416093048, 0.39939464930393304, 0.30963973363113717, 0.19354825088214964, 0.023189855442827555, 0.028453676498944657, 0.09732776797688798, 0.023458806301874923, 0.09326805720981082, 0.19638128220504592, 0.02847914933892439, 0.10000544068532116, 0.10000544068532116, 0.050062362221417585, 0.1179589234789674, 0.10000544068532116, 0.10000544068532116, 0.0528897147903211, 0.05693535538997134, 0.25813553361392627, 0.2177832812159944, 0.0762237293470728, 0.2888910859490446, 0, 0.05056587310498129, 0.16823997479110825, 0.004779020396579571, 0, 0.07291601565255458, 0.007510301940954852, 0.03876806926174993, 0.011160682703997352, null, 0.19001273172380925, 0.006850674082359311, 0.05656920693879773, 0.055268943301365954, 0.05253963175671923, 0.00824598814215128, 0.019606669683306467, 0.3089410706273439, 0.12637411717136016, 0.3057175263572689, 0.4990427906480424, 0.043640530986396975, 0, 0.006894664062576711, 0.05188726482143875, 0.042442182423407686, 0.02844257056332025, 0.06704094052073485, 0.08517017611277787, 0.03339405946417142, 0.06423524566972746, 0.07002270224637734, 0.03171064172255217, 0.05563374493263623, 0.25216322446763645, 0.0545914434798622, 0.1355214789817763, 0.01394504399247006, 0.1163584763153632, 0.23743990598783823, 0.14517649158653642, 0.06679105271698718, 0.062325727390537225, 0.022866250989744888, 0.15335886377691532, 0.4139820107353486, 0.3329485119984006, 0.16167693215122034, 0.02791528568322204, 0.12455395073713142, 0.3195574742578248, 0.05840043404373209, 0.22527259217959889, 0.0683388910134539, 0.08607806713956988, 0.09882232842118746, 0.06325225416575835, 0.11009660392324663, 0.368581570915303, 0.11009660392324663, 0.023503186819221745, 0, 0.392659905051751, 0.004097202425663312, 0.15839928589762917, 0.12145973539174176, 0, 0.06986414793080306, 0.05312562366142064, 0.05060738235253172, 0.013163597690176464, 0.13679843973875183, 0.06104068943379092, 0.0013045287431617603, 0.03883118400816661, 0.11009660392324663, 0.11009660392324663, 0.11569224309222, 0.06142286131942008, 0.107958088924941, 0.0033902775868625288, 0.04325173582536206, 0.06546424417863168, 0.008694512660320269, 0.05621577339734535, 0.10811523420872488, 0.22934408735975345, 0.0031499401533306545, 0.10780849782217838, 0.11268732009109042, 0.10101829139595536, 0, 0.2074679766138605, 0.025384946730768604, 0.06287852756904433, 0.2903698879623917, 0.2695260664800736, 0.019724756385915636, 0.2918654464826269, 0.34610203279332274, 0.0564563792753056, 0.03201634083206424, 0.0022532371210188954, 0.26265662780290894, 0.04594182872301069, 0.10970313722002568, 0.07242913054685653, 0.03825253683517477, 0.11009660392324663, 0.11009660392324663, 0.11009660392324663, 0.1427697333870597, 0.058073167062635975, 0.026770402939771527, 0.0885356625809365, 0.15320352630016806, 0.17117335095467617, 0.015205341640277856, 0.08888456440465008, 0.03372564177228215, 0.11009660392324663, 0.11076895147023384, 0.09205724598544442, 0.07299005110022899, 0.28568920382272023, 0.04738914479742989, 0.03264369481740233, 0.2767076458060299, 0.0940627820666601, 0.0857257006941813, 0.04962525957949201, 0.12066468700031811, 0.07125691785218516, 0.0430080509737976, 0.02137875749043159, 0.034027638646399044, 0.1956016425422593, 0.010155485059423812, null, 0.14651832396287737, 0.06664743211792168, 0, 0.02452414367070035, 0.030485874232923826, 0.0734025841050714, 0.04272496496933199, 0.03588610719640201, 0.006018475847684288, 0.3179930205959533, 0.06290326719535329, 0.03516885048828684, 0.06210644144665894, 0.04416942134162141, 0.07119411586376322, 0, 0.009854455952128596, 0.17929463056859898, 0.1093183486252292, 0.07874218423958676, 0.001041727234681611, 0.006835238755710672, 0.08097709158279699, 0.054730420530009885, 0.07531365664883316, 0.013619238667497627, 0.013619238667497627, 0.013619238667497627, 0.013619238667497627, 0.021209709390079486, 0.15639045904232743, 0.061505180053561474, 0.07531365664883316, 0.4002373183855276, 0.006920376125178692, 0.0911760647243822, 0.02049618568555862, 0.042401312129112086, 0.16584210347991782, 0.07531365664883316, 0.07531365664883316, 0.14879521879489252, 0.06582281287909544, 0, 0.11693443175513084, 0.016638327418335506, 0.35423869914354367, 0.308962137531651, 0.012306168216681, 0.01200794619212906, 0.22085172199974187, 0.0975446187689526, 0.21528338701906527, 0.03123666736061011, 0.12092679537484734, 0.16896397713724867, 0.03754411502958171, 0.25223311293893447, 0.03268847459763711, 0.11847137538554396, 0.24573643230969913, 0.09187674070651178, 0.054147356639615965, 0, 0.09912933884336445, 0.32254646810653465, 0.13962056911714707, 0.0023597831240245656, 0.0940281155523794, 0.08046932462987767, 0.06528945830270895, 0, 0.202209874321085, 0.03305755493195891, 0.11858520114781408, 0.021676602355182137, 0.231136709095642, 0.056598134923236586, 0.03702961556043573, 0.0036144251787138433, 0.03315625482646227, 0.22190684994107532, 0.09473583821231014, 0.0901971942981776, 0.1305625998265115, 0.1210086161390028, 0.027332942176057123, 0.010708114268617074, 0.05958686481477047, 0.16915920023686296, 0.20718439020421583, 0.20493055989327347, 0.1894483929490763, 0.05576388752386072, 0.01107808522933992, 0.06132151720454299, 0.09154090358777606, 0.10181427053958687, 0.11296412020782085, 0.31113021487234876, 0.05541376179236706, 0.10000544068532116, 0.10946554606603844, 0.0031376458412215617, 0.16218214958692462, 0.017925515556936673, 0.06053123775884702, 0.02732530304796006, 0.14733058597327675, 0.17346763515025387, 0.2944744293029268, 0, 0.09035923293226558, 0.06828018535570507, 0.17516390877268195, 0.011422619800805492, 0.25121362162674465, 0.22952532766068015, 0.014891982256433282, 0.36463697092247055, null, 0.00824598814215128, 0.00824598814215128, 0.10238705917965864, 0.028742551624213734, 0.035833827665592184, 0.06437991754091144, 0.12296872617356348, 0.027224876391756626, 0.16871919681704436, 0.16361183446580474, 0.0075094530650742595, 0.053402850604733536, 0.35264191260667715, 0.00824598814215128, 0.00824598814215128, 0.0558177665592997, 0.03636698164525905, 0.13408665552633028, 0.16291455123094695, 0.09545914632994822, 0.11786301259209406, 0.22273526204063623, 0.146820022183171, 0.07424008311868166, 0.2909845252255749, 0.09892043053949658, 0.03872898951008077, 0.10213348889294388, 0.017122874893689896, 0.17853423029698787, 0.24722997936448396, 0.03695735309114086, 0.029709898086069643, 0.03871284380016455, 0.15755919935157903, 0.1322578349860574, 0.08560631923630121, 0.0010941279139241376, 0.0573780608237752, 0.28694322210176965, 0.035157198873638516, 0.08448894165109416, 0.020300281722145645, 0.15796163491123094, 0.035157198873638516, 0.03909263596312366, 0.032430565050560245, 0.15705691825830567, 0.046524731778523, 0.035157198873638516, 0.06857959749122512, 0.003632421689968372, 0, 0.14160434528857552, 0, 0.10311920745996496, 0.188882359584671, 0.0631636090752027, 0.011184112088571316, 0.004091225561239857, 0.035157198873638516, 0.024363713688607513, 0.18032554381923488, 0.1190895421885257, 0.035157198873638516, 0.16433489991401737, 0.2912611128093989, 0, 0.08042899814440393, 0.04318303442316321, 0.01047440820533236, 0.03331687924351708, 0.04456613002027793, 0, 0.062462076032151606, 0.36002529882349843, 0.08156634971659199, 0.031009780056747656, 0.03407889013903382, 0, 0.06248589378730541, 0.0010729673981691647, 0.2404105199148659, 0.01928878356229889, 0.08738249945534965, 0.2924693157407672, 0.018000624023967546, 0.049002262440349026, 0.17941920364728486, 0.08530669810715236, 0.04116326639366996, 0, 0.04682111740409561, 0.06998684956261966, 0.005753165692652568, 0.05350608197329768, 0.04893987889237771, 0.035157198873638516, 0.31030773377051524, 0.035157198873638516, 0.1486676958405532, 0.105850604687473, 0.020465458344798623, 0.02760193351128918, 0.03221831763603957, 0.33088863460917667, 0.006956964722689719, 0.025848295550777372, 0.3140527874305829, 0.0588351991825614, 0.020826774572637277, 0.15547852138252044, 0.04428608764883419, 0.07500019622860608, 0.15773208927867993, 0.0327116086627872, 0.20206051844301512, 0.02109731478895564, 0.15536400773750816, 0.22427296538464553, 0.0478407682244369, 0.015974007528309797, 0.006755644178142292, 0.2757692455779441, 0.06571855059624825, 0.133478973441995, 0.07318686556544915, 0.07278748467550715, 0.06844953189541096, 0.029903866632454444, 0.08332172769351738, 0.12714064135391562, 0.1996806844043584, 0.01851582163804997, 0.03017344204930668, 0.03504435801672726, 0.004799420860418983, 0.10448179815354748, 0.00416199979405151, 0.018838385789363542, 0.012014247474755055, 0.016811317921534952, 0.017414723643571096, 0.027539212745672247, 0.24232569903517215, 0.026067831381344123, 0.028024899408846636, 0.011688759962736238, 0.05888985370412757, 0.037816061221293995, 0.06101650528804003, 0.08441752559636186, 0.1664326953783259, 0.020455172220688354, 0.00864755642379575, 0.09269365274020154, 0.05056933673971895, 0.009125945087148151, 0.0029709816830870185, 0.013943601503978557, 0.018515912700259547, 0.058329546291901874, 0, 0.041849912123918045, 0.02740445851337501, 0.19678568517610037, 0.19581449518544705, 0.05962738080705589, 0.21765510834396196, 0.05942753676765325, 0.019976648129460425, 0.02514016483580876, 0.03189800687924929, 0.012075941323363178, 0.07542699072436551, 0.07542699072436551, 0.06723991275237884, 0.07542699072436551, 0.08367648547805875, 0.02429974083151293, 0.040841267517590485, 0.11797575067297812, 0.05762632679078651, 0.04168157307598939, 0.0101044775681972, 0.07542699072436551, 0.46737715597095575, 0.005055286553977956, 0.0062993164680581895, 0.14699376334482547, 0.1631379862199896, 0.001554388463775609, 0.08890013702917877, 0.004634394408163469, 0.012982590649409912, 0.24323385470447317, 0.013660318669184749, 0.1511042984818224, 0.07075387698444364, 0.08002291250309555, 0.04137005744850599, 0.09423910035466038, 0.21267698924442463, 0.25357233260644885, 0.004833197730653753, 0.02878576271103766, 0.0683478071563706, 0.1419861752626975, 0.00955487926467696, 0.05808629939004108, 0.2666049196398481, 0.14406399035937, 0.01056870537246726, 0.0322976997441995, 0.002438908242545027, 0.00916142571499308, 0.14560829540539877, 0.0488763269664941, 0.17197043876107335, 0.0022872210451947875, 0.05921661695029513, 0.07079278462260663, 0.01223914737292299, 0.006760355603478927, 0.056589108790196005, 0.1839104768025922, 0.21020275245173164, 0.035157198873638516, 0.058825964879074995, 0.028007246798162334, 0.002086173860194082, 0.0959840042513579, 0.1011641980198823, 0.08209138082356698, 0.039775087342996486, 0.005029073087214159, 0.007403326581095963, 0.1917289471663972, 0.02918810041119847, 0.018768917232498055, 0.028471955576639885, 0.2511476265469379, 0.029656690199547583, 0.16126882069425888, 0.12949899200199147, 0.25652879481912155, 0.05602990050153493, 0.24014442523620003, 0.022981465447697625, 0.0037096799384847504, 0.003411572538506695, 0.04986702748212477, 0.06549684881774832, 0.02913154606380415, 0, 0.15160928149975392, 0.0959840042513579, 0.0959840042513579, 0.0571762343648144, 0.1355953754657176, 0.06184062536698151, 0.12742211119187627, 0.03838653491136287, 0.09555321397566156, 0.0257930618090802, 0.20118728979680675, 0.2038186356282089, 0.022446981224648103, 0.31328319792787485, 0, 0.020300281722145645, 0.01182988711801854, 0.4161981526848473, 0.33577574206251615, 0.0013593492108284842, 0.07335433119004885, 0.033690716102658336, 0.047049166868688506, 0.07401396418970388, 0.0959840042513579, 0.046220375376636605, 0.05087138309744063, 0, 0.06404561829176614, 0.13305035305125867, 0.01813564080073876, 0.04552430114700787, 0.005439930675205733, 0.2986757386482555, 0.020300281722145645, 0.018012211904425507, 0.10305839626948812, 0.013941006181418704, 0.046691720221830206, 0.06033178768722123, 0.017000130250447113, 0.03921949487472283, 0.11081069728091482, 0.07215143878556832, 0.2918079320165853, 0.1561112303129271, 0.10600394479184648, 0.03043248301875023, 0.020300281722145645, 0.10589860132503463, 0.020300281722145645, 0.020300281722145645, 0.14747581288240744, 0.01957930809577602, 0.13463418432078417, 0.008544183863154586, 0.04552430114700787, 0.12471968164517357, 0.134291417361219, 0.06404561829176614, 0.06404561829176614, 0.014645531380801524, 0.1103067859816951, 0.06404561829176614, 0.05689595050215844, 0.20239174723772904, 0.12101147014718348, 0.149076122089591, 0.1891722857352848, 0.1695873609955177, 0.050505873345883925, 0.016908895161993877, 0.006720521167455199, 0.00957332694260197, 0.05426884263420309, 0.08056212272844612, 0.03637303322488853, 0.020300281722145645, 0.17214599302150238, 0.04552430114700787, 0.04552430114700787, 0.010958608671694408, 0.1964405306104983, 0.17460660618519183, 0.1933966291294958, 0.03132874780309235, 0.302687257900757, 0.11717766291434008, 0.08010250934205508, 0.10061178178766142, 0.11916213039999989, 0.2830600760820645, 0.06984794142204033, 0.06984794142204033, 0.06984794142204033, 0.06984794142204033, 0.09658208904939124, 0.1316951436196622, 0.040987737966493555, 0.366555366731195, 0.11008561868490808, 0.06087164448347334, 0.15213733320996112, 0.009525389337412043, 0.10297515810072716, 0.14283358987187414, 0.03598734930093462, 0.10727714012242048, 0.14144126980638186, 0, 0.09354714377551462, 0.11982224093705995, 0.040494797219359425, 0.01161581951092196, 0.060220519573853375, 0.05326885268771004, 0.097696910828634, 0.02038431159251408, 0.24272780945515776, 0.016620613311469638, 0.05255773243304067, 0.0009846974515842545, 0.04006846973007976, 0.1292358349995979, 0.020300281722145645, 0.04606576870287133, 0.06578991861029929, 0.08541635042287786, 0.2711199015332768, 0.11825973824750428, 0.12346484674249056, 0.2814270171548823, 0.10608035173293484, 0.09828117819108562, 0.04218409670668434, 0.03515152659191382, 0.07018711593156277, 0.020392068766042153, 0.07021952433688361, 0.25436580441604517, 0, 0.2243791469626279, 0.00006932458897600828, 0.06645424880652792, 0.020300281722145645, 0.10855784572984543, 0.06915540790622834, 0.05653241019965776, 0.052303967588158584, 0.03875872127853007, 0.008293434259442787, 0.018738620517309363, 0.08646413775320004, 0.006998760647672995, 0.07230537103970293, 0.06421681862764683, 0.03515152659191382, 0.03515152659191382, 0.18225997493053747, 0.07244962744113978, 0.03515152659191382, 0.04035037970614154, 0.08612817430040885, 0.1461281340071236, 0.0399031338131382, 0.006993337254682698, 0.06494096959211225, 0.0294283586704492, 0.018325751618923577, 0.03689306755679969, 0.032662338287037976, 0.24158266406724557, 0.21208895013491888, 0.12630007867422868, 0.0770792296498196, 0.04151983010823158, 0.23522233306088905, 0.02714886642141536, 0, 0.10040338800138314, 0.09100994417904366, 0.1920542945038038, 0.05367011507188098, 0.028031753224814767, 0.4955380299191111, 0.13548128712378696, 0.05524381523936305, 0.039239120164668545, 0.14272342407777264, 0.027202850265949395, 0.2371302292951753, 0.1367472189945801, 0.0533868059674681, 0.1735819091537373, 0.1439116276086714, 0.05567463373214663, 0.11836214071371676, 0.04390142343729011, 0.1655020109074097, 0.0008868947385707789, 0.07946977711256951, 0.15376056196849552, 0.12245059287833748, 0.04329721224318248, 0.20639923149548745, 0.029339502594384132, 0.04968571725540026, 0.10823631896603075, 0.07068190071824687, 0.020300281722145645, 0.020300281722145645, 0.020300281722145645, 0.020300281722145645, 0.020300281722145645, 0.2389397478037502, 0.020300281722145645, 0.020300281722145645, 0.017758598366764602, 0.020300281722145645, 0.020300281722145645, 0.10632163412642524, 0.13048726985115733, 0.21084727991224925, 0.003822984238868795, 0.054261647610652775, 0.02648177628781093, 0.3150404291220956, 0.16685532096674702, 0.027289659669501205, 0.0013689683053973026, 0.09320521147758593, 0.01634853767031713, 0.0715552001467983, 0.02270773861058983, 0.0035224258370304307, 0.0665654713228301, 0.03997104912484436, 0.03879115351988332, 0.2773470963643296, 0.13446174175135558, 0.027082580047151087, 0.024955808034018017, 0.0923288246044151, 0.02894801110601633, 0.1336127969809847, 0.33919799260501876, 0.05462926332627897, 0.030555498168172154, 0.2570129067056823, 0.0573531575061088, 0.104675339550395, 0.11166423918338132, 0.1819078212289406, 0.07030670729170624, 0.0006173106169403851, 0.010208212233335416, 0.05848984031981686, 0.05085651413897299, 0.09686870141135231, 0.07944827142203902, 0.21298876855162344, 0.00282905198964821, 0.06191658887265052, 0.06583156929544581, 0.09042873623193136, 0.09595759723302104, 0.05444448549028608, 0.10969657323667847, 0.06041029509685067, 0, 0.09752639597283026, 0.06404561829176614, 0.06404561829176614, 0.06404561829176614, 0.29146473690557595, 0.06404561829176614, 0.07797675560635191, 0, 0.16403082888617587, 0.15352858771885436, 0.2583834708466436, 0.07458713478701492, 0.0974218963732933, 0.004257688208270867, 0.0038244421579919662, 0, 0.1110219820305348, 0.03137117109921002, 0.0201808825948094, 0.026293323971647985, 0.1457707055988341, 0.18557346990713555, 0.023449949842963964, 0.03062829074046219, 0.04222538785541309, 0.05044833610450164, 0.10953096060718594, 0.005688404911004638, 0.01842742570288462, 0.07442777847391152, 0.0982483939512827, 0.001935132870515684, 0.035933004303428655, 0.010366476104433907, 0.01874949405498267, 0.21310917611194785, 0.03203774556141722, 0.0019669515671282807, 0.29558023604787464, 0.011215850963259857, 0.12907168174204384, 0.1732383234129029, 0.0025848592628562044, 0.27703041735627937, 0.05385858005921924, 0.07094833425844488, 0.05429684290524456, 0.07542699072436551, 0.026420513192197834, 0.09821982178003046, 0.010661441810760584, 0.09088588640702255, 0.13720403269627426, 0.19792948473428532, 0.04250384339413691, 0.2781075106370588, 0.09606536073956838, 0.07542699072436551, 0.21381091946248224, 0.1640960391041497, 0.2253353758653115, 0.008519244827224317, 0.020300281722145645, 0.04292004940172963, 0.020300281722145645, 0.03515152659191382, 0.03515152659191382, 0.03515152659191382, 0.03515152659191382, 0.07310782601458954, 0.020300281722145645, 0.074899635091158, 0.07606076896207022, 0.020300281722145645, 0.020300281722145645, 0.07059638290303684, 0.1101842357899672, 0.10671951386126892, 0.13816281075623646, 0.2486757810258671, 0.018399257196502546, 0.11289544726501936, 0.01539199574462527, 0.08910312453479509, 0.06984794142204033, 0.24019880666670043, 0.06984794142204033, 0.020512727973396417, 0.08472272688395649, 0.020300281722145645, 0.0875352151086776, 0.020300281722145645, 0.020300281722145645, 0.03567577209784775, 0.15925713148254048, 0.022908998463307063, 0.08240600813397256, 0.046667857291056256, 0.021549002738850496, 0.2458143046567476, 0.04310162659106669, 0.13439115456108738, 0.14370880881434642, 0.2681208221750233, 0.04940762585671564, 0.0014078253193925622, 0.03111519184383124, 0.08797558724266533, 0.01634713333087038, 0.12978677387556747, 0.28779932133004077, 0.03214847514623388, 0.0966199917207366, 0.23149276306114405, 0, 0.03149145938380507, 0.01334250300706009, 0.11817457590063948, 0.3306325805176449, 0.041122276034885503, 0.1686241093208263, 0.1687661297381873, 0.020300281722145645, 0.041587743320893635, 0.11774941223152616, 0, 0.005090525123604048, 0.0959840042513579, 0.0959840042513579, 0.008745806352223474, 0.16634895511403178, 0.01922470121030296, 0.0010835828313493744, 0.21659988693208893, 0.01111041940404442, 0.03653565600963901, 0.07806304091540821, 0.005618024963171295, 0.1683348322810101, 0.009208428420620297, 0.009208428420620297, 0.0959840042513579, 0.009208428420620297, 0, 0.1554892065900719, 0.031296110906526106, 0.04575973275352853, 0.16632040282821803, 0, 0.04399538477441602, 0.31947934222226193, 0.06168240615801874, 0.28106510535965706, 0.027741202753818982, 0.09069713107787776, 0.07542699072436551, 0.07542699072436551, 0.009208428420620297, 0.34789991956495125, 0.0959840042513579, 0.09695953833698392, 0.06984794142204033, 0.06997197827158669, 0.006412422699766463, 0.16960634107359196, 0.43426698013261744, 0.10993401329785936, 0.1115652361517258, 0.06252552962654723, 0.2520594918801175, 0.08939860989887223, 0.15544016823726772, 0.06984794142204033, 0.16759588266818246, 0.16353224860077195, 0.10266856604017838, 0.01597887721322757, 0.08442330767217204, 0.013891804269125878, 0.1912126521287478, 0.046592193400576576, 0.00945677866567079, 0.009208428420620297, 0.009208428420620297, 0.06429862466047086, 0.009208428420620297, 0.013535592068135696, 0.05026606136784445, 0.15411521627109506, 0.11756023229735288, null, 0.01907791060215592, 0.009208428420620297, 0.06407910891832895, 0.0404936025548693, 0.02117754838553582, null, 0.007711100776272271, 0.07884140280309009, 0.2840957050771957, 0.04552430114700787, 0.02425990518620772, 0.1616886241115831, 0.029988344905987528, 0.04552430114700787, 0.20431894030777617, 0.189497643494197, 0.048693921656872405, 0.04108930658631308, 0.007468279169021787, 0.04552430114700787, 0.1557623343922072, 0.04552430114700787, 0.039607227705279094, 0.13962002275903165, 0.0030752211465793346, 0.025058093804993593, 0.029920708448232223, 0.2154502650220677, 0.06317974559532064, 0.08129293794336402, 0.05547807544511994, 0.012098734482691793, 0.17353725533754186, 0.04218602370095177, 0.28821751853602, 0.09199908221074704, 0.03472308003973406, 0.03869211161750662, 0.03490717321118543, 0.04985827412247287, 0.22984257550900972, 0.010762363435316532, 0.07707692541905148, 0.004379602698725247, 0.021880572287941588, 0, 0.02419302132855371, 0.04258354333476387, 0.023521557170234807, 0.05454646685345393, 0.06442534000595358, 0.0816661406566386, 0.03240213257348973, 0.07844249617407643, 0.1542052140470126, 0.10824474536009386, 0.2726234345021425, 0.15944921849552512, 0.13509975320702275, 0.31101594096910035, 0.045224964282769904, 0.1377177416751642, 0.015241906627498292, 0.2020039423801708, 0.013232582550377852, 0.037915444685683405, 0.07684068751307946, 0.19200816058632583, 0.05599627418446903, 0.06493751775574329, 0.06493751775574329, 0.0004036977220201547, 0.05471192043775147, 0.03019011965999093, 0.227198136201452, 0.06896599821764744, 0.07011756667002816, 0.0008291647080233891, 0.09740836053967672, 0.045602703164328975, 0.09143129421622231, 0.01974928336635034, 0.07404129320240693, 0.0014074459734146638, 0.06493751775574329, 0.04029433282487047, 0.06493751775574329, 0.06708341316927498, 0.07080058092597137, 0.07847051112325336, 0.22723846239149956, 0.011500370803805685, 0.017590193609312473, 0.10832302333663445, 0.08493057066714388, 0.06493751775574329, 0.08743464073862292, 0.10375553660446994, 0, 0.04219771901751885, 0.18965432115088143, 0.04040757544581821, 0.06493751775574329, 0.12556040496750936, 0.06493751775574329, 0.06493751775574329, 0.023614034039666727, 0.05904555229830865, 0.14341000729581124, 0.05865957327189799, 0.009712503673155242, 0.11892634295721972, null, 0.002370953042725071, 0.1571847644417359, 0.022041564807046863, 0.015568695544317609, 0.09861702103280512, 0.06645205813853855, 0.0071199985498291716, 0.0013756945326656369, 0.0642167080831157, 0.023014643327693485, 0.025300333480165277, 0.023852475435397095, 0.27178289568185804, 0.045825093975904854, 0.012738359777951383, 0.05216311056774996, 0.20588814021967272, 0.0193322268257727, 0.15289822089515986, 0.10259629808803844, 0.1779217658646201, 0.25086649373985803, 0.11950290249886106, 0.0003035068743424766, 0.23595035626944183, 0.0935757087741108, 0.13041035336028464, 0.13936528062567655, 0.06100407328496368, 0.01522159581322782, 0.11617622501838112, 0.002800741446707679, 0.26445895140961073, 0.1457857459488826, 0, 0.018084744795641216, 0.002207154202265262, 0.09465407770668376, 0.014997130622189898, 0.04817141447095017, 0.02656308662160633, 0.02019950050629178, 0.1303074728537593, 0.009175701361315214, 0.06488969177302309, 0.055988455128216555, 0.06032289198377444, 0.1458226110327266, 0.03195272583155419, 0.1193151800982495, 0.05799138624207933, 0.01514621398739626, 0.020048750439399594, 0.12276728572376108, 0, 0.2515520185936398, 0.11502403278123306, 0.054127461003873265, 0.06962666302579248, 0.08803638489375246, 0.009627844419518094, 0.07641819477667619, 0.012907563447377451, 0.09219553122990992, 0.5, 0.20373606396215108, 0.5, 0.12522173713448334, 0.0503103982107756, 0.11670374999957456, 0.013279190448561098, null, 0.037156530070024466, 0.03964695254267954, 0.03964695254267954, 0.058761742602501985, 0.03964695254267954, 0.03964695254267954, 0.012121746466450667, 0.12586694793524308, 0.2910872958256857, 0.021578863497840467, 0.12794523622441867, 0.042685476151089224, 0.012920431515223296, 0.03715157993013501, 0.09140530824844972, 0.4107040170934688, 0.010599376474719232, 0.014416864253313944, 0.0636813974882176, 0.026786665919197008, 0.2260865859763306, 0.2343393727866158, 0.01629944672774272, 0.012965447805739569, 0.3492156708417636, 0.0024263658073215033, 0.00959285156744569, 0.05873834433032594, 0.025755045586814188, 0.004946706555014503, 0.11775527849381692, 0.0036243366772167546, 0.01861779587009978, 0.06160143914819179, 0.00913168758371773, 0.0873255284581866, 0.26083021727124023, 0.28416268225128855, 0.10367530827844236, 0.08477384432415212, 0.05806915523820791, 0.0032221013996571574, 0.0950294183115738, 0.06444230307429911, 0.00500989153541407, 0.03602623041217114, 0.08376362004454022, 0.01886195751872121, 0.09207928848849858, null, 0.2544581823665755, 0.05251624703387625, 0.07780771609177631, 0.005198734879147005, 0.05310221325853979, 0.037750914417456614, 0, 0.06524391959781217, 0.00217579255025309, 0.10219499601591532, 0.0581850426444373, 0.06744893109876322, 0.42230117927160016, 0.28184582754736803, 0.1323777858386369, 0.0506608949111426, 0.012077357757809916, 0.014344702156328878, 0.1303606996831029, 0.09568421222626264, 0.21130302566028725, 0.006695893987558675, 0.28613777980392946, 0.11131059417956753, 0.08802459296648625, 0.12140991704410502, 0.04634670405689662, 0.04433502636353207, 0.05181061689480789, 0, 0.06293827213724722, 0.0015664763522569558, 0.00181107853124136, 0.0334744671439718, 0.10033367471856632, 0.3899410635720254, 0.1807048974763049, 0.02020907369058209, 0.00181107853124136, 0.0971619789209581, 0.05871102440291913, 0.03289867347968119, 0.00181107853124136, 0.3755011752262721, 0.2756893012280276, 0.009517630532469368, 0.1359774828016162, 0.18760501288743017, 0.08080296654146016, 0.00181107853124136, 0.21521081206132703, 0.1751681673974061, 0.035167671756508735, 0.045006620486032295, 0.003487934538318461, 0.1009910862313858, 0.1299349612305907, 0.01657378783327537, 0.1567150651160899, 0.3693172909008311, 0.16786852340135028, 0.07040401082538877, 0.014953921641872491, 0.045877070282448855, 0.08024543604467489, 0.08024543604467489, 0.08024543604467489, 0.03765828977027093, 0.08024543604467489, null, 0.07327895012813605, 0.021951432080980594, 0.05373201398179979, 0.08747272318257722, 0.026291105241947065, 0.021808558803313848, 0.05596889342493997, 0.1558245199430294, 0.22000892688603477, 0.18100623159527632, 0, 0.1922983748581073, 0.16716499994430192, 0.209478209152686, 0.13252545596675852, 0.2275812903423422, 0.03810945336737099, 0.09445601041346809, 0.004872863931896186, 0.5101040122306606, 0.06042770531668264, 0.02402742827565748, 0.02998818794543557, 0.15469132271056574, 0.07727921026865602, 0.009668871647075031, 0.12955262881897472, 0.038526392491177654, 0.011042113855914377, 0.0361867715608417, 0.48943106283267374, 0.1815429134598464, 0.04879051418098913, 0.07129843311999338, 0.0028040463858088876, 0.1758890579134103, 0.08202339763845365, 0.042530874872197, 0.012415135796485129, 0.08349827767629348, 0.06939861474452687, 0.1576029746717749, 0.03150779499407854, 0, 0.04188889330669854, 0.042778563651682824, 0.1292816585477554, 0.0038766602555632495, 0.11515830085295271, 0, 0.008532371127381548, 0.10321492808146748, 0.002507606685685888, 0.0729705062192293, 0.07902525747916805, 0.14349570638176185, 0.011419288193729489, 0.01878893835763156, 0.32893443785408066, 0.016989308467554913, 0.05745465367925966, 0.10194792161752857, 0.006254620856944998, 0.010164098323760336, 0.00181107853124136, 0.03964695254267954, 0.03964695254267954, 0.22088193144261783, 0.015797757173203496, 0.03964695254267954, 0.21137241573257365, 0.05238082471913809, 0.03765882069350928, 0.04954380301642569, 0.26027250814071917, 0.2844947208904755, 0.26718572759908576, 0, 0.03964695254267954, 0.00181107853124136, 0.06898687374139213, 0.20247012919783133, 0.12197451794058768, 0.10596973884027108, 0.2081066675250698, 0.06810752958086054, 0.10749456181053169, 0.4287590814586814, 0, 0.12535209759964258, 0.33570052301244474, 0.019220485956043816, 0.00181107853124136, 0.06293028747976931, 0.00181107853124136, 0.03445750237390324, 0.0003489845626817295, 0.13504607796367604, 0.2203227248076732, 0.03393288129989366, 0.1694394521430743, 0.06191838928271469, 0.1764626264928114, 0.14034564136043504, 0.013442899972035929, 0.1088490905431014, 0.03444195906070049, 0.00425797863096701, 0.06703916110868603, 0.0990843662677372, 0.007681477238121737, 0.17426249892386578, 0.07777491041688854, 0.16927718229370187, 0, 0.008206670964380736, 0.03236466092280792, 0.051715221668599425, 0.2909295355612877, 0.0186278707069339, 0.056370317151664864, 0.2382834585636683, 0.00970435048097544, 0.1071319885792025, 0.06983571989224562, 0.04812051591717531, 0.08857056286671246, null, 0.11829473523107475, 0.23334332648812808, 0.09128482199742614, 0.33570052301244474, 0.026391563705934564, 0.0461210430231508, 0.16172587850958578, 0.26160501720202295, 0.115085895628699, 0.08024543604467489, 0.07189964002763906, 0.002703630701235325, 0.07005088589117375, 0.1019771975345115, 0.09972413688912755, 0.08024543604467489, 0.1903170211629977, 0.1142309059547086, 0.05477059823177218, 0.04232557859071716, 0.2572848767180653, 0.08891812254078045, 0.117169995441843, 0.01928011321248982, 0.08024543604467489, 0.14533314788955615, 0.1441247900807409, 0.015187473017649696, 0.1043261365522338, 0.10111481586551088, 0.03806266240373899, 0.2182286579110782, 0.088852624759651, 0.032280727388326845, 0.0016119050684634466, 0.05025472562775163, 0.0026728995159537336, 0.025525813199677536, 0.03110576565457372, 0.027088912064069062, 0.04806497089184087, 0.014184185105113996, 0.08024543604467489, 0.027551078772618837, 0.25647759038259715, 0.28984592185989344, 0.1576247842143392, 0.012142387209371558, 0.12486416569865638, 0.33570052301244474, 0.02447703183254916, 0.027349051856572347, 0.06807415402546277, 0.1317274629005352, 0.06273004110829376, 0.016237242776527588, 0.11346953420400124, 0.33570052301244474, 0.01043404586000738, 0.002060805531688309, 0.009255543005651672, 0.33570052301244474, 0.33570052301244474, 0.33570052301244474, 0.14537591090868204, 0.07196697373644355, 0.04318412331304507, 0.11490049996130114, 0.04807869988515578, 0.07249817681524946, 0.1613784794486991, 0.021482291779887804, 0.036653876604195494, 0.01426937715389015, 0.005767327984035868, 0.33570052301244474, 0.20254442487887475, 0.05171585451710245, 0.020177665415508243, 0.05974888223400462, 0.06789100786376424, 0.006430867455277773, 0.16976737358932048, 0.028014694687600462, 0.08724581999649579, 0.06546907143738885, 0.3543194782000673, 0.025673330376225902, 0.0252684605963641, 0.06952151495093645, 0.04616451282059197, 0.12506743598394557, 0.03240854704313481, 0.2831674856970587, 0.008165881382100637, 0.02812917299179731, 0.06930273094918316, 0.040409499643583285, 0.06022261488019373, 0.01331006048257335, 0.07839331136175988, 0.014802573972582243, 0.008116722574995438, 0.003948647869265661, 0.025995314871709644, 0.092319785005108, 0.07454671261033917, 0.0778320857328939, 0.008562336511859253, 0.0015696587113916175, 0.09001811752011739, 0.04303837007138719, 0.088959247909909, 0.4511495015372178, 0.07540631117643092, 0.002174209653784739, 0.04958141836994768, 0.3137756898869845, 0, 0.1604092710394972, 0.03690096108427863, 0.19233012665087384, 0.23415592500918897, 0.1289107007308402, 0.01346040602145023, 0.003042907952882575, 0.1751855131293592, 0.5270103209187899, 0.09926407331494262, 0, 0.15537144285094515, 0.0887000786060638, 0.1958579076394516, 0.09010032621399353, 0.3167662612306166, 0, 0.18967396650475396, 0.03731369946545234, 0.040387439838442125, 0.007268577702983611, 0.0034606524488650877, 0.0566047158371708, 0.1034352456452034, 0.2695280026764954, 0, 0.10273861982994818, 0.06330101810315521, 0.050982515491725014, 0.005421842974760051, 0.09911326759793072, 0.057739804697939774, 0.011666622032999825, 0.10180130134426396, 0.12634212485041696, 0.05650436944644401, 0.005703288483247212, 0.013270166686093637, 0.001722070468910067, 0.2885371611968266, 0, 0.011906056518326182, 0.06442305066417024, 0.018484835003121623, 0.014818762512280014, 0.02664739486321172, 0.17037848541053216, 0.04888058421206902, 0.0411962947380518, 0.09943554866838172, 0.01588257084955206, 0.005746090674189469, 0.2577801192152363, 0.05240585932943963, 0.06972594552269348, 0.024499245202301186, 0.06813684304883388, 0.20888579844336855, 0.03531690988926602, 0.06118540937985627, 0.02446894715888415, 0.17620231981354656, 0.11014674353787444, 0.06687784801230719, 0.02536512778621555, 0.016850560709096168, 0.044744310602401416, 0, 0.034677172538631326, 0.23419640141295903, 0.014289858515443146, 0.24881356585534847, 0.010659424612902296, 0.07231558095768538, 0.004180699388256403, 0.05472209159915305, 0.013864623097159258, 0.04130507039675651, 0.08445358845362409, 0.015450365759257316, 0, 0.05050744594039056, 0.051126141375826245, 0.026433964820581295, 0.0828505301123024, 0.06553394765912864, 0.03550123871800865, 0.004654337149337019, 0.2220104434694722, 0.037100528812968395, 0.027201955185269935, 0.17407885306936033, 0.015441993816311715, 0.0789763290073202, 0.01914382950999275, 0.3922031386305609, 0.06930123387897587, 0.06557141670941052, 0.00506687157403934, 0.0009383715932890668, 0.05743185304365007, 0.01190321449489795, 0.05928167361730499, 0, 0.018011482771175216, 0.27637851329564894, 0.07476095881565517, 0.021663933577645223, 0.029111664567713247, 0.1945877211852323, 0.05251222992411984, 0.09264268763657522, 0, 0.10923270947536742, 0.021608117079206592, 0.029746856231698395, 0.030035635882814764, 0.06853083606169434, 0.018065717830425, 0.12259772544894196, 0.004117587907086961, 0.022727329186811578, 0.2121541419588165, 0.0807755476831901, 0.17678754274099848, 0.07931058275310342, 0.0397358626699567, 0.07425365320023534, 0.031441686772120774, 0.4226754683112182, 0.05901844815236378, 0.03530805787473813, 0.1159239517162939, 0.044288475560867006, 0.11091819809276174, 0.0568208437748731, 0.140739413694924, 0.08796558287510234, 0.1263443380942843, 0.07704490705959009, 0.011463827320237784, 0.11818732172843606, 0.24728847133588583, 0.0636967610768076, 0.0024117750959441286, 0.04280156545701988, 0.04205961421991857, 0.02037394244074793, 0.01829087812931707, 0.03289725623190477, 0.033948174045289374, 0.018150786866899613, 0.05800550008710811, 0.03379377642940558, 0.08195870986193839, 0.007615644145662147, 0.007615644145662147, 0.0688357643056779, 0.007615644145662147, 0.007615644145662147, 0.2889583222543169, 0.02037394244074793, 0.02037394244074793, 0.02037394244074793, 0.02179936626081598, 0.034887464229696866, 0.15738994966397035, 0.006251988695754046, 0.16015697624886335, 0.008090105348876709, 0.12236036863283511, 0.15744948463651717, 0.01256362012703029, 0.010980857647104748, 0.07628534193455977, 0.010539421694552764, 0.08333732434096343, 0.025601526022199225, 0.06277647303771977, 0.057303268854032745, 0.07425365320023534, 0.07425365320023534, 0.17715053653692855, 0.07425365320023534, 0, 0.01783905734941797, 0.07955084571776454, 0.040272994856268694, 0.0814530193659115, 0.1064503325276694, 0.2618670516442223, 0, 0.03047244563007995, 0.02037394244074793, 0.10985777187292677, 0.022124857469277084, 0.02756196405569727, 0.07425365320023534, 0.07425365320023534, 0.001795656293957175, 0.025735670439255832, 0.07425365320023534, 0.0797818731491366, 0.02037394244074793, 0.02037394244074793, 0.02037394244074793, 0.015306035721463985, 0.06640342569043996, 0.2837740948692561, 0.002564856704283386, 0.04108983596247085, 0.033685849336558535, 0.03429009326110032, 0.0445129985657348, 0.14960987220936933, 0.015995147095239262, 0.06381913135568135, 0.037451501296015405, 0.3388718946560919, 0.14343356559105985, 0.008974194421855623, 0.08717800249449745, 0.02370307202504072, 0.01529272861160205, 0.030422484497665533, 0.10217793000448788, 0.07604921460236148, 0.0074263049304689474, 0.29018382137717535, 0.053761275265316426, 0.1247697577268703, 0.008143079857162824, 0.03548753382014988, 0.05311860873721803, 0.05226061133956691, 0.07400239371582207, 0.014237273533847442, 0.09884162989171172, 0.09278842552450946, 0.07556456118725986, 0.07574666271934044, 0.007284859667808939, 0.06852439236539593, 0.03607827785408087, 0.02850010299131734, 0.1240503865436606, 0.021386270947416425, 0.053093673393598946, 0.1590206264018238, 0.0653460728751357, 0.014811673681389186, 0.013334445750733252, 0.04311749289913065, 0.08857421956694897, 0.06882964034445879, 0, 0.06303418879638287, 0.31643266399007414, 0.07103685902111129, 0.24022092157310632, 0.03956370432238248, 0.26539270463651365, 0.02371375343375635, 0.0399723145336282, 0.060258543093177, 0.07129152213976403, 0.0148336767321529, 0.07425365320023534, 0.1490198612592043, 0.03424623954461912, 0.05825488100583635, 0.009129809921847134, 0.021038165559290552, 0.006955529222778815, 0.03905874411135738, 0.03439587697714731, 0.03439587697714731, 0.03439587697714731, 0.0741212432282406, 0.03439587697714731, 0.02307245410896077, 0.28640033498205103, 0.0002571204600528404, 0.016872683265385904, 0.061254203481824185, 0.16666666666666666, 0.005465570126766862, 0.03433627905997357, 0.02240025767587113, 0.03329516442174826, 0.09204138463755776, 0.2393997302464188, 0.03758743848407148, 0.024021522819804367, 0.04749592480252912, 0.04749592480252912, 0.2553752774633241, 0.050651456974557675, 0.04749592480252912, 0.04749592480252912, 0.04749592480252912, 0.02264346153038004, 0.04749592480252912, 0.13437617371962968, 0.04749592480252912, 0.06316318121129064, 0.04749592480252912, 0.04749592480252912, 0.04749592480252912, 0.04749592480252912, 0.04749592480252912, 0.054157462284035854, 0.05454475882946116, 0.029705435349362416, 0.08264668929439618, 0.03754961020653224, 0.014654731482613767, 0.07760632629198976, 0.052291923021446925, 0.014654731482613767, 0.027442351420840595, 0.32977749913016874, 0.11467936187858407, 0.04963000996073054, 0.04242480937217688, 0.03188947597991181, 0.04671814721762476, 0.06103619686626356, 0.04749592480252912, 0.0021037947730827384, 0.08815119047705258, 0.13927139610942188, 0.01528121374288686, 0.02824051442949984, 0.05689273514790457, 0.18648417215585333, 0.03010827249196398, 0.015496338165913054, 0.1453754286977773, 0.0887270726515272, 0, 0.020747315634161018, 0.2246364427732972, 0.13950153066429466, 0.04749592480252912, 0.04749592480252912, 0.011865756508287351, 0.026780743493091605, 0.04749592480252912, 0.04749592480252912, 0.011169504717564971, 0.04749592480252912, 0.03810226608453978, 0.08002271488693366, 0.014165680751562416, 0.07282617847943558, 0.05342647408409775, 0.11606230828139594, 0.10281578752595152, 0.04749592480252912, 0.04749592480252912, 0.07879820753127853, 0.04749592480252912, 0.30228235083297145, 0.03559663588971289, 0, 0.014654731482613767, 0.014654731482613767, 0.014654731482613767, 0.09321126102801276, 0.014654731482613767, 0.04645673110570793, 0.04749592480252912, 0.008176963622141188, 0.09106070381968684, 0.04749592480252912, 0.014654731482613767, 0.1392345242554747, 0.14490328024607724, 0.04749592480252912, 0, 0.04749592480252912, 0.17301942444992308, 0.04749592480252912, 0.007239065449838243, 0.15868932612581374, 0.06572681573235956, 0.02283101076475975, 0.1989632111028498, 0.048602816462207814, 0.036270663068867545, 0.25351587644447354, 0.1078110048171082, 0.0068242356767923016, 0.15512672299009253, 0.032983142184094635, 0.06324826170204341, 0.03910764240618856, 0.0031382118089912855, 0.1398838227270633, 0.16547739308634174, 0.10714863902790536, 0.008460473964172769, 0.11641940138487532, 0.15204290166700965, 0.10092739260210593, 0.04749592480252912, 0.061275330229945045, 0.014654731482613767, 0.004388758070759705, 0.039147924700571456, 0.1321596957395758, 0.014370695280953897, 0.2379122144420651, 0.05874441220150752, 0.058348749681212814, 0.04940300837219437, 0.033869622991479255, 0.08271686534092618, 0.028489405456532984, 0.23100759791738584, 0.07713653482288187, 0.12050646347767338, 0.036449024684735064, 0, 0.06863427389224337, 0.05478535754900735, 0.17172177038340475, 0.0031005728389094885, 0.013977766272484704, 0.028583339290311843, 0.07671611240731716, 0.026354312468148403, 0.14337857944849236, 0.18730468005787715, 0.007615644145662147, 0.007615644145662147, 0.1086451217611088, 0.03881671416554972, 0.007615644145662147, 0.06107928129568254, 0.0069878063007308075, 0.0521729776374902, 0.17646908489582624, 0.10308441990482596, 0.21149720746997255, 0.04945254758730004, 0.08160810885296989, 0.02186680973397708, 0.008681857909378381, 0.02182521359132771, 0.1129837668789594, 0.06957032255368564, 0.2151748192442059, 0.015293114861437288, 0.1687900676567839, 0.009877799518238526, 0.008387005643718037, 0.34251510179237094, 0.15938194707497708, 0.029955588932956696, 0.13348040535040204, 0.016315560948058676, 0.05590170490172818, 0.23494750225959304, 0.08550592571936591, 0.05946367132119596, 0.10797677063889168, 0.08817186164435742, 0.06898498321585675, 0.027015371723778433, 0.05209904542656053, 0.2578142291846008, 0.05275016458992108, 0.11601336716686836, 0.030419344727519625, 0.006449074334538524, 0.03439587697714731, 0.03439587697714731, 0.03439587697714731, 0.006959484124597001, 0.01256446804531743, 0.026630442529802085, 0.05610835240001359, 0.006247067192274141, 0.0035407462886647817, 0.05400878428406154, 0.4953324633114163, 0.2411172057082771, 0.03439587697714731, 0.23157162207321583, 0.021918513591224185, 0.29406488567452677, 0.07998945427994555, 0.024007842462098385, 0.08103598747444123, 0.019676489671717527, 0.10186286277424568, 0.0312418568642072, 0.08925024475157996, 0.01969061344338684, 0.007615644145662147, 0.02026528271798783, 0.08871067436571026, 0.30298121127630573, 0.30257594509042696, 0.0904624302453748, 0.061403111012001486, 0.10690913819283744, 0.16279329579076182, 0.12297189692426586, 0.06422876266317966, 0.10153723826185589, 0.36522566770678383, 0.08727271320827941, 0.08621180074915524, 0.021832674168530217, 0.20952667539391345, 0.037807152141715504, 0.10315188994565253, 0.04853742285952035, 0.015501834364428124, 0.16121857121415087, 0.0956692568264476, null, 0.12462907356675353, 0.01384808771279296, 0.2877717637872836, 0, 0.01521749011920506, 0.015199867478322531, 0.04227871974369861, 0.006424423279197634, 0.02650857157105236, 0.18105004360631147, 0.11069796890628944, 0.032142521272383734, 0.05204378439351723, 0.02112530202092029, 0.05564874628186118, 0.2961477220065467, 0.04718960106661481, 0.02668253018197054, 0.0229149694086767, 0.023309385392557357, 0.27577837502767805, 0.01082342394123728, 0.029498051996446367, 0.014558340540076929, 0.0830669274655348, 0, 0.12152030305422698, 0.049916174008230355, 0.049916174008230355, 0.049916174008230355, 0.0346936293268183, 0.049916174008230355, 0.14667338071307526, 0.031479375110673495, 0.002950736332695101, 0.10186406654432915, 0.2922508669057684, 0.05239127562373554, 0.1146194712035912, 0.0064283578933345565, 0.020560859298738677, 0.02644694562097949, 0.12445713303319791, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.07763586023869921, 0.20265902443647985, 0.0023756605787366527, 0.03342078794016979, 0.03229538980177659, 0.03472378464725268, 0.006184535884656032, 0.01955986807117794, 0.0999762006788652, 0.03766431584647091, 0.03766431584647091, 0.03766431584647091, 0.03766431584647091, 0.28949346313983587, 0, 0.28949346313983587, 0.28949346313983587, 0.28949346313983587, 0.00862196288453426, 0.13904535117065786, 0.052152083923466486, 0.03119490040627008, 0.049916174008230355, 0.049916174008230355, 0.1019713218955496, 0.02872622288960719, null, 0.3565093206077729, 0.06030759242736569, 0.0020578138660280565, 0.04151029652501827, 0.2793247110094234, 0.15651790488582004, 0.03750176474826208, 0.048294237498479595, 0.16404704137182918, 0.013678742886370816, 0.13705980937069037, 0.01209525848350598, 0.313141329673836, 0.06782904211594463, 0.14274720042436914, 0.07699238208239984, 0.049916174008230355, 0.049916174008230355, 0.08078806180851789, 0.28949346313983587, 0.28949346313983587, 0.28949346313983587, 0.28949346313983587, 0.025834362329395056, 0.05715013219612821, 0.08775327546572965, 0.04047349293464545, 0.014716459502414993, 0.02449991362150703, 0.06810927013752047, 0.05515980217782718, 0.1730560993354937, 0.0067976047485995275, 0.03413452307444258, 0.004658777772641525, 0.10535526309093414, 0.03766431584647091, 0.01114445594526077, 0, 0.08232040108030077, 0.013958500721354464, 0.01698617650402548, 0.2245113798386552, 0.1387524694367056, 0, 0.1908979810650308, 0.26633636197747607, 0.12252479022764504, 0.20186035126666857, 0.05256406241499896, 0.05692931229712726, 0.03766431584647091, 0.03766431584647091, 0.03766431584647091, 0.031298490171940994, 0.033620463181366265, 0.04038908423354342, 0.12675636256593367, 0.10124924124301028, 0.0014647290404295802, 0.007176212181551255, 0.1807655108177681, 0.01247114095087308, 0.0002696108562895244, 0.037613061638663736, 0.037613061638663736, 0.037613061638663736, 0.037613061638663736, 0.02226139139193448, 0.15460610027644028, 0.007680376808288565, 0.07069228520935358, 0.208132939482968, 0.1566802362853657, 0.06211528448062373, 0.261937382193252, 0.16028484872761636, 0.1796508037385814, 0.15659116221786176, 0.056344452404119665, 0.19224429100900045, 0.23682952476609345, 0.04923166129564919, 0.16801985538595723, 0.09240697859243845, 0.19051236078801137, 0.04351757967574494, 0.0026804845568679423, 0.13202372847480037, 0.002519652957845016, 0.07255526735667191, 0.007829494120789003, 0.029062504297403053, 0.01663491779009116, 0.0035719656819246247, 0.04268547856908423, 0.025802497526581196, 0.04614569799251925, 0.04036838911869082, 0.038367286250576, 0.3406604263877926, 0.12551916555832413, 0.03674559730614844, 0.005360113052449042, 0.12421499499912264, 0, 0.4986390428838092, 0.24932809762251965, 0.21399690551995185, 0.10458535725112351, 0.0013768732576489166, 0.1265290214464939, 0.041592060179518456, 0.033726854214512166, 0.01834650172701113, 0, 0.121480557446165, 0.027581024619732608, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.07886427119634717, 0.00951892369568464, 0, 0.00951892369568464, 0.00951892369568464, 0.09477002217907712, 0.00951892369568464, 0.00951892369568464, 0.025761426810702533, 0.00951892369568464, 0.051485701533617305, 0.05379039390419817, 0.016799358818641585, 0.07076377977041408, 0.13327342576603227, 0.05111484821879756, 0.15222390664148627, 0.007933683812516716, 0.418428767128638, 0.05269565136927437, 0.07696428480152648, 0.04601576381140527, 0.16566473502731158, 0.20386584775396815, 0.030685453135052783, 0.007657952050410097, 0.06005527923786799, 0.012787497275598265, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.0033930514884607, 0.0892611465629089, 0.17222853555715673, 0.11288346878660054, 0.05540159918653588, 0.013272333572162197, 0.0015006435165372015, 0.07030187804204403, 0.03308999748747163, 0.017072047322101252, 0.06557545688925447, 0.04436411941167047, 0.007933683812516716, 0.031399780745424606, 0.10346035031904176, 0.022302967117036734, 0.012720672326789332, 0.02206396270578968, 0.01865212689706757, 0.00951892369568464, 0.00951892369568464, 0.003329572631119228, 0.00951892369568464, 0.00823722377928494, 0.00951892369568464, 0.00951892369568464, 0.042103203266290946, 0.02764570498105501, 0.014091900497643254, 0.425197080613928, 0.05224713459943517, 0.058465674891575635, 0.001053421036858659, 0.05844839848771087, 0.10094007473995592, 0.13395917500557852, 0.15081294056750602, 0.00951892369568464, 0.1771901300729686, 0.03799481620256519, 0.03685743207569508, 0.1223098976857135, 0.1594674045689216, 0.012922881169839391, 0.037613061638663736, 0, 0.022927858568832872, 0.037613061638663736, 0.08758238775923864, 0.3522068783914169, 0.011144912041961656, 0.03151911287476879, 0.037613061638663736, 0.3442079459221161, 0.0015550093651554174, 0.037613061638663736, 0.0559707009890652, 0.1384729270018543, 0.0043009764718657095, 0.08557072793698671, 0.01983830378666962, 0.14978784376070747, 0.07933141348550588, 0.065473683230006, 0.14830133213599572, 0.05867339862814275, 0.04830432998896003, 0.06735620527347846, 0.12663663966322353, 0.03091299862847371, 0.07206525942753589, 0.28604686191928863, 0.0005496750422208598, 0.003805373259547069, 0.06438815773040316, 0.13758320005468225, 0.05457948564555073, 0.007883426347153014, 0.003783214751287124, 0.003783214751287124, 0.018316620465237337, 0.02373036733380363, 0.02523939412660306, 0.02523939412660306, 0.003783214751287124, 0.18154076466776256, 0.21114197987218888, 0.01668494667015754, 0.003783214751287124, 0.014166043114946044, 0.13134996538249877, 0.03040388059254656, 0.03247999856396663, 0.003783214751287124, 0.04536845676770606, 0.09213341300026692, 0.003783214751287124, 0, 0.02558610978553654, 0.06958447986267313, 0.003783214751287124, 0.20041683342331348, 0.003783214751287124, 0.23211579377529667, 0.03901436279757643, 0.05572219648345469, 0.030664366587156856, 0.009005960971597182, 0.2727926502795051, 0.009443478882438752, 0.09865329583103472, 0.030664366587156856, 0.030371231765708388, 0.04575053146121917, 0.020828640140917013, 0.0531516078958651, 0.014419171945030972, 0.06224234023679871, 0.003606422473495845, 0.1382026945307711, 0.06082293600348082, 0.04404461468300514, 0.11465718125180618, 0.07146151690354383, 0.030664366587156856, 0.07863514535357967, 0.062108020139596785, 0.1374484921125629, 0.1464608403273756, 0.012492670308547355, 0.01796099872048673, 0.07140882299308282, 0.02249154898282251, 0.15216304108793335, 0.027550945611232152, 0.02523939412660306, 0.06640037150619245, 0.0281614331920542, 0.030664366587156856, 0.1593523613567052, 0.1593523613567052, 0.1593523613567052, 0.1593523613567052, 0.06860076022077093, 0.4347104272111943, 0.05084042764600785, 0.05776059370447196, 0.007744353560738099, 0.01713734190679305, 0.02523939412660306, 0.02922647078893056, 0.24064373571647152, 0.1093874167271006, 0.19024998060030365, 0.07926979585985722, 0.013085047728466428, 0.13009966955340915, 0.1466780034488152, 0.03022565926397062, 0.3592392496697598, 0.20176502806608185, 0.07186921401472143, 0.01758872974302457, 0.06356068299513325, 0.13033719574105038, 0.024023094802703236, 0.08289924289278267, 0.00597531811508339, 0.06480889648234049, 0.012358935881242143, 0.006857470633828415, 0.017458693480206344, 0.029034680145428707, 0.030859371600425994, 0.1933083141150902, 0.03260477771991432, 0.03260477771991432, 0.03260477771991432, 0.011560434497699177, 0.03260477771991432, 0.07043434470922968, 0.12334030754730405, 0.11234940071239362, 0.07248140543070775, 0.09347197782636912, 0.04825021958229456, 0.041421636342495446, 0.016002314824003928, 0.03828514969995771, 0.2477260614453174, 0.104249065980074, 0.008506698575327085, 0.11381414497385764, 0.09638435368123364, 0.007923167101563934, 0.07573107102281973, 0.02523939412660306, 0.10375146016205652, 0.05818469292847803, 0.03290892530968322, 0.007632606181889128, 0.02523939412660306, 0.003153614613074718, 0.03516704888293601, 0.02523939412660306, 0.02523939412660306, 0.02523939412660306, 0.07320118694189805, 0.02523939412660306, 0.02523939412660306, 0.02523939412660306, 0.02523939412660306, 0.02523939412660306, 0.02523939412660306, 0.011554738262425212, 0.02523939412660306, 0.007801579731658578, 0.02523939412660306, 0.02523939412660306, 0.08976741695927669, 0.038464722589603595, 0.19553400233170887, 0.09110719824172464, 0.26623749362221666, 0.023498786842691747, 0.030505412630266, 0.027518298405711617, 0.03728006108982427, 0.000988789804950832, 0.021623559612123203, 0.04582959859339593, 0.12800615802203136, 0.003997334565440783, 0.05766025895954526, 0.02523939412660306, 0.02523939412660306, 0.02523939412660306, 0.02523939412660306, 0.061651732679897056, 0.02523939412660306, 0.011793187391389471, 0.02523939412660306, 0.02523939412660306, 0.02523939412660306, 0.016825488097970843, 0.02523939412660306, 0.02650279187604645, 0.0030774118963742196, 0.02849478588705944, 0.009236185037286695, 0.043010255059535235, null, 0.025161793052030368, 0.030664366587156856, 0.15239402010967876, 0.22938111887539353, 0.030664366587156856, 0.030664366587156856, 0.11834532036609204, 0.11224673248510948, 0.030664366587156856, 0.07285272011768747, 0.006141348520126336, 0.05204994119573639, 0.04586527909609806, 0.06972142336621014, 0.03212231882748529, 0.07055902468802477, 0.2349838702159995, 0.08318475948634735, 0.03260477771991432, 0.3061155444021358, 0, 0.09167848965951318, 0.03260477771991432, 0.01629147094230803, 0.14581832624814253, 0.11593550882147682, 0.03940544971084177, 0.03212231882748529, 0.0921453810793661, 0.004411363026836963, 0.10526284050783992, 0.009623349719320084, 0.03212231882748529, 0.03212231882748529, 0.03212231882748529, 0.03212231882748529, 0.03212231882748529, 0.14162381118998635, 0.11023722409061572, 0.03212231882748529, 0.013306870447831232, 0.04590127373780672, 0.10958410292983796, 0.015618366909906287, 0.0968614790849195, 0.006685484621000559, 0.14261651223727534, 0, 0.1705734754779543, 0.03272674714613966, 0.0912421361322302, 0.09426186546318588, 0.16456342904408375, 0.04466777366448863, 0.03260477771991432, 0.1593523613567052, 0.16603287346365422, 0.04935447552206479, 0.14697758554073495, 0.06049634049153042, 0.04228881502854192, 0.04446947817160176, 0.03260477771991432, 0.16462287327704508, 0.1086055774577117, 0.030276037667045588, 0.1593523613567052, 0.006042125288113315, 0.1593523613567052, 0.1472725175520273, 0.06074744880610362, 0.1593523613567052, 0.00940473860910438, 0.019635080623465095, 0.002260817329957645, 0.013184294951921985, 0.22933765779316265, 0.01593966746872729, 0.03968475553545459, 0.1422530171699552, 0.09633279836432142, 0.16388150052541595, 0.015029042732996972, 0.003889113693291, 0.037774148223966394, 0.001335488155268701, 0.08692186471214704, 0.002435937170674901, 0.021354632810420687, 0.02440586836761628, 0.0016573519432676444, 0.019940609692094727, 0.03523844734437217, 0.02932439900615992, 0.019940609692094727, 0.04824307071863168, 0.10035783706461436, 0.05612836594279661, 0.03526693840500582, 0.04037149246193385, 0.24866756756843375, 0.019940609692094727, 0.005011193952949475, 0.03270685708200887, 0.01428622027056061, 0.0694571123471241, 0.02926067350924338, 0.060234613481158474, 0.014616373954615205, 0.04351180705671047, 0.0650941403794906, 0.06149878769265521, 0.10035783706461436, 0.10035783706461436, 0.32872848425191126, 0.10035783706461436, 0.08373274978652105, 0.008371007786647162, 0.14821710857111076, 0.019940609692094727, 0.015671287706847278, 0.0334286848409537, 0.09631483539898912, 0.0003888330195332039, 0.10792187139903982, 0.02440586836761628, 0.20487333453064893, 0.10792187139903982, 0.015587812440876503, 0.10035783706461436, 0.03333652153696364, 0, 0.017200174360218545, 0.014979632841067602, 0.03608214684166694, 0.09733433479500105, 0.04013563637996727, 0.04201013813820507, 0.10035783706461436, 0.04088640238875661, 0.06641580243335081, 0.19174254616761385, 0.10035783706461436, 0.10035783706461436, 0.11347677799747162, 0.06068340555523672, 0.012976869383722797, 0.026677897877133185, 0.1079565297340901, 0.002206786188100934, 0.03453487735066683, 0.04899763388791169, 0.06420786889997819, 0.014486420820631169, 0.09665831706320913, 0.3168463877422204, 0.046490028588421495, 0.1302764308179503, 0.04583463054034148, 0.017481406830360858, 0.10792187139903982, 0.10792187139903982, 0.16746632914986828, 0.10792187139903982, 0.08387172728795605, 0.09599388562928012, 0.08564640187438904, 0.10792187139903982, 0.027476687195814906, 0.0019605406043272937, 0.10792187139903982, 0.0400613074693402, 0.10792187139903982, 0.22375034885872083, 0.011542283803858591, 0.005406619156145008, 0.026075084859990428, 0.07804135813817449, 0.0034785476087379422, 0.18066513906412335, 0.04677832479352594, 0.07703654799824868, 0.03282934719431412, 0.01843258383184894, 0.11537902339941342, 0.011229796730913571, 0.04374583446923317, 0.06018506860734292, 0.20142123013521063, 0.03706703435410555, 0.10743993268706668, 0.14994655299142393, 0.1305343281132801, 0.009193738461692158, 0.014753335271366548, 0.004079679791507727, 0.05216583733552743, 0.004256454683064223, 0.032953192864488313, 0.07002801572532386, 0.26110488261273324, 0.1650945776842161, 0.24770257410245788, 0.15540296537876003, 0.13019391256048535, 0.25004425522664964, 0.05875156007526715, 0.004450157385267341, 0.025031983998223685, 0.007089354472801739, 0.0069699916366471526, 0.06999113326880105, 0.02699968084557903, 0.059927946431377485, 0.07243426337226029, 0.2528758788214814, 0.04420591415324181, 0.03056612140557826, 0.0033002050293632615, 0.019940609692094727, 0.1525334014434921, 0.009094097900004976, 0.019940609692094727, 0.019940609692094727, 0.07743434581238257, 0.019940609692094727, 0.06382686895301837, 0.03827214364529403, 0.07620424648698186, 0.15639082394073797, 0.0017535195406658975, 0.21471007728123823, 0.04817841726872954, 0.043211762869236336, 0.11166067880949924, 0.030416645958857128, 0.02730818076641531, 0.022733434386635255, 0.47227857982109417, 0.11335026016719885, 0.006216011485382782, 0.14332604078432223, 0.049018295540153474, 0.005324406078883634, 0.059125716304058246, 0.009512207384777318, 0.017898929931934496, 0.0977320974381894, 0.17533461093056976, 0.26258909056537627, 0.07647836354407977, 0.031766387399974935, 0.2057411195741148, 0.08791775983829152, 0.07370604332579339, 0.025553884660254784, 0.09540155235383677, 0.015434001807893486, 0.044286452868657754, 0.052730216812187494, 0.1731306098439828, 0.05926204757014914, 0.03881473349881469, 0.14255039665841115, 0.0447403380765242, 0.04227939175491656, 0.023003184727299807, 0.026960819951983895, 0.012732507418991396, 0.017450333661160375, 0.006209427866243167, 0.08257267011155582, 0.03586073112258177, 0.010954320649976297, 0.21311432849907244, 0.08391805973271475, 0.11400184289668512, 0.024391325121881614, 0.2944741092880956, 0.017450333661160375, 0.018472976259629223, 0.1005615637535496, 0.011789447729425997, 0.001708338221895188, 0.03660131288277351, 0.011789447729425997, 0.27846010313376607, 0.10777269359311208, 0.0037384654093751903, 0.2321869966287582, 0.10967293348246228, 0.011789447729425997, 0.011789447729425997, 0.000482281856407829, 0.028118450928442777, 0.088079009896565, 0.017450333661160375, 0.02877348503752864, 0.09682144725352118, 0.017450333661160375, 0.031003597111187213, 0.1358058195180745, 0.0978727149463822, 0.04662420884477931, 0.02371182290391926, 0.04751576252254355, 0.03200187465848217, 0.024391325121881614, 0.0141129260750969, 0.01927829768303594, 0.024391325121881614, 0.005099946073324789, 0.0026062356186286784, 0.009127692558335648, 0.022557432938556325, 0.2542670645227087, 0.07223570414456897, 0.024391325121881614, 0.0006910028193084819, 0.041886223989838225, 0.0642940189187127, null, 0.18060306119679304, 0.13197206609905582, 0.07355695937478708, 0.04068633717552284, 0.012541307018994663, 0.09824279785943502, 0.07459638467012455, 0.11597016699008898, 0.01504094821342774, 0.08906065703744434, 0.0423729787140903, 0.055838157429862575, 0.07587387607522311, 0.025563735458234454, 0.0673119690829212, 0.08296441533637915, 0.0032901603782309113, 0.2539067558068455, 0.01448682608894815, 0.04555118358506948, 0.12761872845431746, 0.22199321777524125, 0.12273662994266904, 0.03628300507373733, 0.08317026702609473, 0.07404330087261933, 0.1811881477331988, 0.09107926218247636, 0.02348637043586146, 0.007897469640185966, 0.0038522683258950096, 0.0023811666057180782, 0.1811881477331988, 0, 0.008152707769096343, 0.11150065903648612, 0.1828426836878727, 0.002844024619619758, 0.004631256727599274, 0.06530337739924721, 0.01123593163392167, 0.21930496516547757, 0.04299060788016472, 0.014992356806401926, 0.01943895930935599, 0.0055527782322260895, 0.017450333661160375, 0.007597217140873966, 0.06777265510683123, 0.0039622967915464114, 0.017450333661160375, 0.4662574148631656, 0.06471231329761941, 0.017450333661160375, 0.008727569334735967, null, 0.07995823447252562, 0.1811881477331988, 0.01294640643757426, 0.03408891824497937, 0.01339120685777048, 0.08678589468867559, 0.03109258487404807, 0.2255226906513689, 0.1811881477331988, 0.03502944837833256, 0.036959371896209424, 0.003975233873676231, 0.003975233873676231, 0.003975233873676231, 0.003975233873676231, 0.0204442097469098, 0.042214459061002046, 0.0204442097469098, 0.042214459061002046, 0.024391325121881614, 0.024391325121881614, 0.042214459061002046, 0.011789447729425997, 0.044051223370388845, 0.042214459061002046, 0.1892985513795833, 0.011789447729425997, 0.09181843910129764, 0.011789447729425997, 0.011789447729425997, 0.0204442097469098, 0.0204442097469098, 0.024391325121881614, 0.09523516302550332, 0.024391325121881614, 0.006574739909203291, 0.017450333661160375, 0.034143240090698794, 0.1811881477331988, 0.01334981035990391, 0.18184956866981355, 0.16005683119305938, 0.10195286517960515, 0.03984172867712639, 0.01950749941426942, 0.0047458877195756975, 0.1811881477331988, 0.06377414127612073, 0.1811881477331988, 0.05046687973686706, null, 0.0652115639633153, 0.08165667717216789, 0.12134618806205996, 0.00966218369324854, 0.03757041187788414, 0.026853417549254025, 0.03471232388338215, 0.003975233873676231, 0.003975233873676231, 0.042214459061002046, 0.042214459061002046, 0.1811881477331988, 0.042214459061002046, 0.042214459061002046, 0.003975233873676231, 0.003975233873676231, 0.004202566118258673, 0.03574074956037132, 0.14114859610213043, 0.008713943907358832, 0.13806374068410251, 0.15051804429135612, 0.1336090497435445, 0.11317661667993588, 0.1801925948740495, 0.0002242670913548258, 0.02592900469524627, 0.0204442097469098, 0.0204442097469098, null, 0.16386745513457726, 0.0657415156166496, 0.030203329443569783, 0.013390825676997531, 0.00983560274191942, 0.0204442097469098, 0.11189647351056062, 0.0204442097469098, 0.1528575832811189, 0.5106713298979234, 0.09247261179476904, 0.05503985465747056, 0.017340922808960147, 0.032097120943655445, 0.07704072027355971, 0.08254151272412971, 0.006955420480950209, 0.016330920631289658, 0.15465165426477304, 0.004489373789960848, 0.0021805941182773216, 0.05091254470442897, 0.02903285935216658, 0.05731223933020756, 0.010720817483142143, 0.0829491415419633, 0.16616339506737113, 0.0677711942217545, 0.18556016423908983, 0.010663729193922111, 0.11226478465288818, 0.008388337245367411, 0.004423322414952752, 0.07881858279586766, 0.07400107403498384, 0.030490950175068737, 0.02516159816919017, 0.10695205601216291, 0.10762692198751854, 0.009570499543498374, 0.17374696765676134, 0.01928341836786477, 0.02030735753862336, 0.03651264195326959, 0.05417456131277227, 0.028964420192786805, 0.08568814752354457, 0.39315428321852264, 0.08568814752354457, 0.07228632940796222, 0.09622779649421916, 0.11768928813053246, 0.08568814752354457, 0.08568814752354457, 0.016502157004075757, 0.1805397673003598, 0.160077037406469, 0.03468225067202203, 0.08568814752354457, 0.07072821873336493, 0.08568814752354457, 0, 0.05370146537647559, 0.019175257481453455, 0.0036184471027252496, 0.036392808733354536, 0.0026210406813000535, 0.08568814752354457, 0.26477969687736097, 0.006443429420948038, 0.09478730965048862, 0.042909106080158, 0, 0.048226839740840896, 0.008980115090723611, 0.0445920002511903, 0.11316169698502036, 0.08568814752354457, 0.08568814752354457, 0.10502196067536386, 0.006123905914708102, 0.019565970324185725, 0.019565970324185725, 0.08723969977991318, 0.019565970324185725, 0.019565970324185725, 0.007451550980377784, 0.08568814752354457, 0.00002004902445985412, 0.08568814752354457, 0.019565970324185725, 0.08568814752354457, 0.019565970324185725, 0.019565970324185725, 0.060979552166753256, 0.028857979684549357, 0.13702568239550264, 0.020030956442331552, 0.08568814752354457, 0.08568814752354457, 0.08568814752354457, 0.1338367447220431, 0.04108241368636321, 0.0924181261023219, 0.09331256058463812, 0.08568814752354457, 0.019565970324185725, 0.08568814752354457, 0.08568814752354457, 0.21945522357097272, 0.012383294864564146, 0.14767906890715576, 0.025857826945685437, 0.185174441132045, 0.0368076683918224, 0.036216819527518894, 0.15021643526607403, 0.4508949637043931, 0.10232514608298802, 0.051895059811987394, 0.15218830695380017, 0.4077137197645207, 0.058901076526086595, 0.02295053087060199, 0.13064731370590862, 0, 0.10809536068600303, 0.08847421405845884, 0.009313972200470947, 0.02008137316220706, 0.012684072120678454, 0.019824532284861845, 0.033323664377657936, 0.024996211215922676, 0.11775257160761196, 0, 0.08913092110788512, 0.03678494797817307, 0.1405058649764373, 0.007182860355510819, 0.4904614663632495, 0.2319238029112994, 0.03590814326305828, 0.09786086397789298, 0.001309008591357785, 0.0898252994807053, 0.007850951467073838, 0.01964679742432552, 0.016592925939214173, 0.08568814752354457, 0.08568814752354457, 0.009313972200470947, 0.020313888604308616, 0.08568814752354457, 0.4524686270816433, 0.001710632317126223, 0.009313972200470947, 0.08568814752354457, 0.08568814752354457, 0.08568814752354457, 0.03257239505207778, 0.15457989667681435, 0.009313972200470947, 0.009313972200470947, 0.08568814752354457, 0.08568814752354457, 0.07112662126990969, 0.009313972200470947, 0.08568814752354457, 0.0009530081129272223, 0.1306598005883493, 0.022303082162615888, 0.009313972200470947, 0.009313972200470947, 0.003923994685612796, 0.010680009240136836, 0.007131196302384795, 0.06376408197736864, 0.013348379654087328, 0.06376408197736864, 0.06376408197736864, 0.050510745290544376, 0.009097291451433042, 0.002096448205651234, 0.06806874931252338, 0.006610999812368467, 0.0029046960057465643, 0.04289990353424019, 0.006208571348364418, 0.021542013048621148, 0.021542013048621148, 0.021542013048621148, 0.0092265992886148, 0.06376408197736864, 0.023491005607769323, 0.05232576169011387, 0.021542013048621148, 0.08035537980103116, 0.009325344539613924, 0.03299638636206853, 0.2302505101485879, 0.0082240334697587, 0.013562962628319693, 0.03369897402599175, 0.2277730825066918, 0.04621705172389719, 0.050230115427575744, 0.01703020669157724, 0.021542013048621148, 0.04522660020312077, 0.021542013048621148, 0.021542013048621148, 0.03882945216119339, 0.06337865866605238, 0.02999416231604673, 0.08822029866329292, 0.06000812871447593, 0.01956420220138471, 0.03444351821550742, 0.06031107844986579, 0.026764038997899624, 0.028676356934883733, 0.030265111075824587, 0.12205027556919316, 0.10803475887153488, 0.08110428711107803, 0.09673787714357587, 0.02165528702270841, 0.03832998682087568, 0.05970489801540751, 0.07454348628599622, 0.14590897770229508, 0.18860155099091444, 0.049757753639487805, 0.014340892900096595, 0.37822520622466793, 0.02804591460165401, 0.08574296197542099, 0.1815672462637253, 0.08991203258682337, 0.04794458177875867, 0.06909935190972326, 0.007006133536682699, 0.3060986113514965, 0.436080894170585, 0.23540144625755116, 0.06376408197736864, 0.27450350502971016, 0.03620318219192432, 0.10071299742733172, 0.020591564494112764, 0.010579312179829915, 0.09489081615933671, 0.06720791742470432, 0.08881763590783212, 0.017347672791073073, 0.046597367120195944, 0.11332453249268146, 0.1297573500926434, 0.07275960847004491, 0.1508346250634164, 0.018789614488405087, 0.02007821442098244, 0.02040632075097413, 0.1136144168483307, 0.01301379087165884, 0.01701491364969028, 0.02046481711327325, 0, 0.07686790224138057, 0.06579654689200347, 0.0987394673093611, 0.00004711419652484057, 0.03272210426473608, 0.14358723874251383, 0.01123516304854686, 0.04510445916274771, 0.13776381712754823, 0.02401958219713949, 0.16483833873839132, 0.10956266088224698, 0.1828853216492861, 0.04653525333669598, 0.016568840625128145, 0.21692969946772997, 0.06376408197736864, 0.06376408197736864, 0.012438104393460887, 0.021542013048621148, 0.043011584605702646, 0.06376408197736864, null, 0.4760179838592304, 0.08801497095920208, 0.022915558151570564, 0.1636120346269125, 0.04058599341099233, 0.01526003344727547, 0.028379152649767737, 0.024321968736213374, 0.011152492002376276, 0.011152492002376276, 0.014812549202257802, 0.020172106195087785, 0.014849350318146102, 0.12395978606975568, 0.006178693280831467, 0.05199103963580195, 0.011152492002376276, 0.02449844430133478, 0.11632114825515928, 0.01752457971832588, 0.01752457971832588, 0.01752457971832588, 0.01752457971832588, 0.0708257221455652, 0.04030774130963482, 0.10412648670216217, 0.009386923647391904, 0.07540681550352074, 0.011152492002376276, 0.019831223494507742, 0.043722406315948155, 0.05927095958786653, 0, 0.0026507721296255542, 0, 0.03154054357222251, 0.35802990175283755, 0.03173572380969707, 0.14172681057407951, 0.011152492002376276, 0.011152492002376276, 0.011152492002376276, 0.017969759449337312, 0.08739741618715155, 0.011152492002376276, 0.02238733042565154, 0.0755731488749746, 0.3642493140567495, 0.08069578449584815, 0.09836369291640376, 0.239115934021726, 0.017761018456652324, 0.1153136817854906, 0.01752457971832588, 0.014597348919293507, 0.0010192297457055932, 0.18949757288140212, 0.01752457971832588, 0.07579313931974639, 0.1528278365775428, 0.012576506436944336, 0.05335402044119665, 0.002364031956560848, 0.10370195958677676, 0.00980525178380703, 0.02109742039711374, 0.02674661546837821, 0.24531634999737395, 0.03786585578365443, 0.044407290743572206, 0.1411806106727469, 0.01647746895337871, 0.07856303043882001, 0.423743933990154, 0.1205796753808514, 0.01521354707326681, 0.009310683748667706, 0.01752457971832588, 0.02515255184270045, 0.0017984634265756998, 0.3335977129136254, 0.0876246261249608, 0.01725835658256379, 0.0641349114385433, 0.01752457971832588, 0.239115934021726, 0.239115934021726, 0, 0.239115934021726, 0.239115934021726, 0.11446730324143328, 0.11838631462882544, 0.239115934021726, 0.14030943067094895, 0.239115934021726, 0.239115934021726, 0.04963754524267707, 0.010935771162877396, 0.03717339467229019, 0.007981644999174902, 0.16480685684701393, 0.031272451587438674, 0.022930731874070492, 0.09303748098040077, 0.022930731874070492, 0.022930731874070492, 0.15031536553087124, 0.07780655455313798, 0.011103716426707148, 0.0038947540774961023, 0.02768601120860385, 0.0038947540774961023, 0.0038947540774961023, 0.0038947540774961023, 0.024715303843811123, 0.022930731874070492, 0.022930731874070492, 0.06442874832629227, 0.217685529354702, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.03105539696231221, 0.02219096564253036, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.1247910121224134, 0.017017489451030068, 0.06363801313988851, 0.022930731874070492, 0.10316245693240986, 0.02839551693711494, 0.015892418226134797, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.055358055707709304, 0.24438867366400857, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.007249380971082942, 0.10315348962222184, 0.04711073490469331, 0.000979839263995084, 0.03238406988236257, 0.02569703520072392, 0.022930731874070492, 0.05470844317626322, 0.108565013936321, 0.022930731874070492, 0.005753874197928592, 0.016262562504141653, 0.013830071364892125, 0.10415239500757334, 0.09811262226554826, 0.022930731874070492, 0.022930731874070492, 0.2432267095266213, 0.022930731874070492, 0.022930731874070492, 0.1230112891101658, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.005207296577505702, 0.055358055707709304, 0.030859314825130255, 0.0026153928094993237, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.4161311549935563, 0.009020976892691698, 0.022930731874070492, 0.022930731874070492, 0.009854791705242956, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.05741744797985657, 0.022930731874070492, 0.022930731874070492, 0.02588433312001304, 0.022930731874070492, 0.05073375442111725, 0.0038947540774961023, 0.002628005881672893, 0.0038947540774961023, 0.0038947540774961023, 0.006069475194835009, 0.011199725445329968, 0.022930731874070492, 0.0038947540774961023, 0.130198069884126, 0, 0.11890598836635212, 0.058361357037108055, 0.03298551399071594, 0.1036502048019776, 0.49261406801712576, 0.022930731874070492, 0.09417444429653696, 0.2747046276629037, 0.2072806101836096, 0, 0.0017019739767072677, 0.00662236342830435, 0.1294749909273392, 0.022930731874070492, 0.07669751917810755, 0.11971112733467004, 0.024419876783772557, 0.02327979525302564, 0.038833997188362696, 0.040056865155209107, 0.04340118850788305, 0.007530276362568934, 0.0749937203514909, 0.1273666412544056, 0.0030296936766715235, 0.08140430681281736, 0.0965923128514437, 0.02245661267720784, 0.03558428290549383, 0.1273666412544056, 0.09555727398269588, 0.1339809508067818, 0.01471110398456898, 0.24057757101729116, 0.19019465634416985, 0.01899381643967187, 0.26891604198649327, 0.05533310233700856, 0.01880339545657647, 0.022054891100955685, 0.02069402356114165, 0.12344496555288333, 0.005246833500507532, 0.03357780130279441, 0, 0.09059088032145828, 0.4183203709705836, 0.003847146514012491, 0.004905625820324974, 0.03539087823830172, 0.02860631412041485, 0.10070955131424436, 0.14863971250508398, 0.06655952286337563, 0.10846203252182252, 0.05301791546173805, 0.1273666412544056, 0.01790534822974702, 0.34262120226753645, 0.1972628801312483, 0.1273666412544056, 0.16589854294771153, 0.09097036231835744, 0.1273666412544056, 0.014669879166585137, 0.041501623683693055, 0.01575303444830939, 0.09022007449562744, 0.017419655567641152, 0.05708870196298289, 0.3330628548716003, 0.02188257369547166, 0.1273666412544056, 0.01442692526702962, 0.11863863274288944, 0.1273666412544056, 0.0032013278588373844, 0.026156025324039538, 0.023604770029064855, 0.03690278107287537, 0.1273666412544056, 0.1733300447371062, 0.00025350862956168604, 0.010772731004697543, 0.1389199930374008, 0.005374747783145345, 0.17497444739279752, 0.016063952135311466, 0.14830715101538988, 0.05444820462722916, 0.0004492470593145163, 0.15943858271452285, 0.0016104038432420353, 0.0016104038432420353, 0.003226320927907746, 0.056459077966780034, 0.13738502127832403, 0.021245470884427273, 0.0027020911604888403, 0.03284196360690295, 0.02839194823888357, 0.004449350959643224, 0.02368994187044867, 0.04968685130812526, 0.010140131928377514, 0.05176446750236214, 0.0023371153815671484, 0.0016104038432420353, 0.0016104038432420353, 0.0016104038432420353, 0.0016104038432420353, 0.09875638206707688, 0.13688521858013686, 0.0039881305341906955, 0.019785414234320217, 0.010068515906455291, 0.07031540299096094, 0.023146963134937845, 0.12010434253240522, 0.07354032192296285, 0.1883096342963587, 0.06575807264395621, 0, 0.04090818857767853, 0.207073241911025, 0.20904759129494477, 0.04469924303746762, 0.2531442817670407, 0.0016104038432420353, 0.02475556065076057, 0.03266458608696522, 0.0685856564941416, 0.008928246788847207, 0.08147571693907402, 0.057401142200163194, 0.2283777962740383, 0.018954168101793352, 0.11446172288648994, 0.016874763014348107, 0.05129121738774915, 0.01929468301470394, 0.022560734365240795, 0.000914934969631287, 0.0016104038432420353, 0.06178965495769397, 0.022469184004325547, 0.0036246155985302174, 0.02208156378467407, 0.014204103148165049, 0.04332930959236336, 0.06584708976895165, 0.11388552445559358, 0.0504795682079837, 0.05407215810309007, 0.0374679791091258, 0.016635774209392898, 0.1298349173134374, 0.013463993457154716, 0.1138372409641151, 0.06196916284542939, 0.037889984301133654, 0.039868403643187715, 0.18440815262704363, 0.06551572120239016, 0.009538801335864348, 0.16861547443662953, 0.059332532011763695, 0.03403340041718222, 0.06989094078464543, 0.003144600920310244, 0.15890471468711068, 0.26533637593698645, 0.013476426117450455, 0.03023938947471469, 0.01862701278787159, 0.0059515742760373235, 0.15441025024467045, 0.056211890858779805, 0.031145305358998187, 0.022442465194411947, 0.0021956548484210045, 0.02995572059557933, 0.0768197638059677, 0.2465748007775535, 0.034956899958612044, 0.14264055237470152, 0.00947760116314942, 0.00518055529538663, 0.01760093141404234, 0.01684118530900243, 0.0480465540000144, 0.13463761128990265, 0.08908164656846976, 0.11388552445559358, 0.031434343666628825, 0.12295396000320412, 0.0785061294784132, 0.0590315453190236, 0.1296194002326537, 0.17697707666486803, 0.0861015468259815, 0.015560520128590305, 0.045001861686445585, 0.061521465624390606, 0.01630417326805068, 0.2768602763645026, 0.33394356512868195, 0.043163532017117215, 0.04262866802003986, 0.09944254528628522, 0.15552060675432594, 0.00724392891337557, 0.0056593891175263, 0.028611014358832464, 0.004763895608651897, 0.0363176541125234, 0.0145087465294121, 0.004763895608651897, 0.20507575385120935, 0.03469294491762997, 0.1016121242246225, 0.0048696700654503175, 0.0999271871255428, 0.04546519103351111, 0.0115978941636435, 0.004763895608651897, 0.03154187126351994, 0.04262866802003986, 0.06869407968813365, 0.20242814089251815, 0.03205705805811215, 0.09628924090896576, 0.04262866802003986, 0.22577629835906593, 0.04262866802003986, 0.008356266258205555, 0.022380879264325755, 0.09126311884717483, 0.04262866802003986, 0.044613154852575734, 0.021859097411524364, 0.05418796019663512, 0.004763895608651897, 0.004763895608651897, 0.02503205606947013, 0.010435447077872544, 0.004763895608651897, 0.004763895608651897, 0.048541417579804846, 0.015983836314855053, 0.003902892770722928, 0.015328716806428626, 0.02604681290419763, 0.004763895608651897, 0.0861629721327058, 0.07815334116560484, 0.012149631453960584, 0.008372108583740566, 0.04262866802003986, 0.04262866802003986, 0.059000447727317475, 0.04262866802003986, 0.027121585307361994, 0.09245339027658556, 0.023117435615545804, 0.011107267014760796, 0.09245339027658556, 0.09087677444382056, 0.20211804407501568, 0.01442052530692869, 0.008067191743840772, 0.07964393681237815, 0.011210950922021104, 0.02937077627205187, 0.046625764699791995, 0.09245339027658556, 0.09245339027658556, 0.09245339027658556, 0.009432900033572904, 0.07374752651119773, 0.24466118725413455, 0.04957457423222888, 0.0028839028415285415, 0.09245339027658556, 0.20065900757777697, 0.02660106710409595, 0.009432900033572904, 0.009432900033572904, 0.009432900033572904, 0.011107267014760796, 0.01328214577351658, 0.09245339027658556, 0.07231587467006602, 0.05452552087398051, 0.009432900033572904, 0.05068879100084935, 0.050393605890071975, 0.07522614949378692, 0.02085289195806779, 0.09245339027658556, 0.027719634278133894, 0.009432900033572904, 0.009432900033572904, 0.05633109698314871, 0.009432900033572904, 0.036302269323647315, 0.036302269323647315, 0.17604596685937982, 0.036302269323647315, 0.036302269323647315, 0.06402177561516606, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.05655149483008753, 0.036302269323647315, 0.0031315561418986493, 0.036302269323647315, 0.17789712604854008, 0.036302269323647315, 0.07149012722040861, 0.0591624687794224, 0.036302269323647315, 0.03893095406425154, 0.036302269323647315, 0.036302269323647315, 0.011243391252030612, 0.036302269323647315, 0.1596869193587118, 0.03878219789181754, 0.021273956838881995, 0.11108936913513127, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.023527367064511775, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.10722433120754646, 0.4369905240636789, 0.036302269323647315, 0.036302269323647315, 0.16723387651956104, 0.025753527536109495, 0.043604948701819565, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.09012443027439242, 0.036302269323647315, 0.028270992297296144, 0.01792029914423354, 0.005746770450027849, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.1070533394692612, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.3102627845802829, 0.029138184409220457, 0.036302269323647315, 0.0005096711337021711, 0.002629468416426925, 0.07315355084435145, 0, 0.11887862316550649, 0.009181137976489406, 0.036302269323647315, 0.06887052148266744, 0.015434814438966216, 0.009448786843080034, 0.02749287133686634, 0.055694026838317985, 0.03665161529813117, 0.10169172445361542, 0.0406961127416064, 0.030390734901747964, 0.07519936979140988, 0.1538009622089712, 0.0401261080241799, 0.014277897538935843, 0.025352910413933227, 0.02197271204527254, 0.02867995710798479, 0.0685886938552298, 0.02867995710798479, 0.033365411226749284, 0.02867995710798479, 0.06295207640039602, 0.02867995710798479, 0.02197271204527254, 0.02197271204527254, 0.1033554112523552, 0.02197271204527254, 0.08537236276249409, 0.02867995710798479, 0.02867995710798479, 0.02197271204527254, 0.16204082725135455, 0.03482478609491965, 0.025893203284552625, 0.02867995710798479, 0.004813144869040221, 0.02867995710798479, 0.02197271204527254, 0.05740411831116618, 0.08641958172984997, 0.06046856576273166, 0.0952737689636866, 0.08414682127932972, 0.10367984738258508, 0.08523496772669327, 0.02197271204527254, 0.029424061124918487, 0.02197271204527254, 0.024620149940191575, 0.01938099599743637, 0.011747295460881364, 0.022010427679796742, 0.03381151344021187, 0.05724310737593593, 0.1226882871789763, 0.07003297152724479, 0.09680476576854784, 0.12763516372232886, 0.13011496810576118, 0.0912463992397636, 0.24069167192189755, 0.0032828975505865532, 0.0071075009621797735, 0.27472175073021876, 0.04392805989293901, 0.016215653383906986, 0.0064591008510616514, 0.11089439677449404, 0.01302872940667433, 0.014796509033355328, 0, 0.06987274438151649, 0.039194622945898774, 0.025829314004825386, 0.011838867644371222, 0.04185636012229671, 0.062433404779731416, 0.039194622945898774, 0.01859886171604934, 0.07704551823658916, 0.018537962323799204, 0.10343900292298557, 0.024070516398523756, 0.005081632749593248, 0.16372776453104582, 0.03817128827708601, 0.00976177522312578, 0.0935804728615642, 0.09782029215818568, 0.11728442182621884, 0.0033403174741233905, 0.0029629680317590774, 0, 0.008148032787374011, 0.08631361821097865, 0.12478607453522111, 0.08201913105605375, 0.040062949745927334, 0.22668526022613383, 0.06557525588688844, 0.005338663762915331, 0.006502049644008554, 0.02834465602182048, 0.07030466972857437, 0.03246841980027589, 0.041651293727937314, 0.001289527130329832, 0.01920267202368178, 0.09358663176839216, 0.001289527130329832, 0.0033403174741233905, 0.3000403111626701, 0, 0.1860594323551396, 0.1703790540475589, 0.0007684207831243534, 0.055605912642806794, 0.055605912642806794, 0.055605912642806794, 0.11685299720896844, 0, 0, 0, 0.05936181784781847, 0, 0.028070077591315273, 0.055605912642806794, 0, 0.055605912642806794, 0.019643584497106556, 0.055605912642806794, 0.05755765431902533, 0.019339361674659356, 0.07711361821643793, 0, 0, 0.055605912642806794, 0.002397146254974303, 0.002397146254974303, 0.05615761007568144, 0.0006085638879664726, 0.10673083648843427, 0.055605912642806794, 0.11081290615975158, 0.002397146254974303, 0.0657043924260588, 0.002397146254974303, 0.002397146254974303, 0.05199333215924903, 0.02983517213419885, 0.018623156893826327, 0.045490856008400866, 0.0978021508764043, 0.002397146254974303, 0.002397146254974303, 0.09127184578793064, 0.002397146254974303, 0.04220335175542183, 0.05630011387368252, 0.032606989302412306, 0.0848401943472152, 0.032606989302412306, 0.005745605574763302, 0.01293218736310736, 0.13459195504262647, 0.17189507859789663, 0.1239025837434356, 0.032606989302412306, 0.01333664299980446, 0.032606989302412306, 0.032606989302412306, 0.001478653191634472, 0.032606989302412306, 0.056253781447686065, 0.032606989302412306, 0.14605604149033485, 0.1482515517695968, 0.0170720274230655, 0.02715697654584468, 0.14605604149033485, 0.015883010778165195, 0.0200484415873601, 0.07980789472031005, 0.03270580616944229, 0.14605604149033485, 0.14605604149033485, 0.032606989302412306, 0.054610789733422045, 0.14605604149033485, 0.11932203888554692, 0.06833536341304909, 0.14605604149033485, 0.14605604149033485, 0.22968506187792495, 0.016790649626655735, 0.14605604149033485, 0.04759015624147733, 0.0698105346692266, 0.031085850372674296, 0.02741850270816372, 0.004057179183498289, 0.048275097253411024, 0.022773626462970417, 0.02753795945452183, 0.19077297129642865, 0.05056551945367959, 0.08720201454240335, 0.06108097215340764, 0.02589325147361408, 0.02178142167405253, 0.12940980252089584, 0.29672947789468945, 0.05729145397787142, 0.18141326571067423, 0.019762218358221048, 0.012880960764129205, 0.1859470377422851, 0.016295818252029127, 0.3248685897325073, 0.12608646301791823, 0.11710944637975708, 0.0035069630395657006, 0.05764346890317068, 0.001202171848538282, 0.011089689865893563, 0.03370049361176585, 0.013537245851222, 0, 0.030056628513980974, 0.02248855359020899, 0.15261496436899405, 0.0073820823830996465, 0.004002765289358139, 0.1143434608943285, 0.008184438609485473, 0.05198178611318935, 0.1353197428130878, 0.02121188912663956, 0.002094515775728472, 0.0314013217912865, 0.22547085568337363, 0.04937847664292382, 0.021523467882462663, 0.20198866623410003, 0.06177174392299718, 0.02579896731012364, 0.14825108234542983, 0.05728611426412275, 0.03348385565665097, 0.04637031844659938, 0.05624330439405129, 0.008760426052590205, 0.03503001405113212, 0.02730549229486953, 0.1529780807509862, 0, 0.015554358700969948, 0.04945377630335357, 0.03629456904800606, 0.016785804841068105, 0.014872754633009688, 0.03812151279238059, 0.029367047104861547, 0.27306461506745744, 0.05707302954662524, 0.14810135487357143, 0.19369296325742796, 0.02620713293706264, 0.026657955155270356, 0.186369923091824, 0.0201642466828162, 0.05707302954662524, 0.07665306299649202, 0, 0.1792476786360393, 0.06807491501595772, 0.05707302954662524, 0.05707302954662524, 0.2326642921613434, 0.05707302954662524, 0.007141386481961312, 0.014898306738714178, 0.02474893052516974, 0.021910171390484904, 0.4180571992903202, 0.04810155908537588, 0.05707302954662524, 0.05707302954662524, 0.05707302954662524, 0.0009186200074497636, null, 0.04430447720216739, 0.04444924434392277, 0.02143817059841736, 0.013847951201462335, 0.010200138965269789, 0.023149229151822864, 0.01829700610666975, 0.0904179015955097, 0.1769963639291796, 0.00630829813364081, 0.04793802440627223, 0.04466209129691982, 0.06303316015135199, 0.00864714866425794, 0.022000020053757716, 0.02325543234819522, 0.0006233506820155846, 0.03220182144644233, 0.04432614847221509, 0.020662156653648837, 0.006893810985034236, 0.004249689470514668, 0.0015984378811235425, 0.040504831494472086, 0.15278551724254133, 0.019484744183799325, 0.0015284073349544844, 0.01326876562781879, 0.0073298878269482705, 0.0073298878269482705, 0.10974513470614806, 0.0019666478772252267, 0.0073298878269482705, 0.0019666478772252267, 0.27644843756028764, 0.0073298878269482705, 0.0073298878269482705, 0.0073298878269482705, 0.0073298878269482705, 0.0073298878269482705, 0.04708475821825524, 0.0019666478772252267, 0.18221320627981943, 0.0019666478772252267, 0.0073298878269482705, 0.045851481651689424, 0.017140499864197304, 0.02709209352744111, 0.015476635785528612, 0.3782544367548116, 0.0019666478772252267, 0.0019666478772252267, 0.0019666478772252267, 0.02659426796841285, 0.016724851093398288, 0.0019666478772252267, 0.23588846480823095, 0.005020249358884414, 0.0467749370571179, 0.0467749370571179, 0.0467749370571179, 0.005020249358884414, 0.0467749370571179, 0.0467749370571179, 0.06860186347679835, 0.03889771239622401, 0.005020249358884414, 0.005020249358884414, 0.005020249358884414, 0.03993857660262614, 0.08011731692226166, 0.021842112910402636, 0.0467749370571179, 0.0023569056960510153, 0.004971494147632351, 0.1718544314546674, 0.005020249358884414, 0.008842803692967976, 0.17179875570491462, 0.003305137104135841, 0.005020249358884414, 0.005020249358884414, 0.0467749370571179, 0.0467749370571179, 0.33080756700477, 0.06754815629651477, 0.06754815629651477, 0.08460412694533564, 0.06754815629651477, 0.17679585491642028, 0.13506180073132962, 0.06452680743541434, 0.028886117118682535, 0.06754815629651477, 0.06754815629651477, 0.06754815629651477, 0.07128911865616974, 0.2604814260238155, 0.09996028668771142, 0.010802186780966032, 0.004750301230604346, 0.018184253584798343, 0.06754815629651477, 0.11242330085702974, 0.0652950705667456, 0.005374157800949811, 0.06754815629651477, 0.018123700270766745, 0.20359396495813925, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.007513170575546412, 0.007513170575546412, 0.00603286021358431, 0.007513170575546412, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.3615363735826327, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.033286482058361794, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.03035227018127891, 0.007513170575546412, 0.007513170575546412, 0.007513170575546412, 0.12203017871385304, 0.00603286021358431, 0.04530049234299156, 0.08265859093742159, 0.12203017871385304, 0.13875008934520955, 0.12203017871385304, 0.12203017871385304, 0.12203017871385304, 0.12203017871385304, 0.01674160883763875, 0.12203017871385304, 0.050177104982348585, 0.00603286021358431, 0.007513170575546412, 0.007513170575546412, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.003623111214947082, 0.12203017871385304, 0.00603286021358431, 0.029414214856838556, 0.00603286021358431, 0.06786109553415648, 0.1332766298423993, 0.009602653600099483, 0.025269449333831615, 0.17321123507148184, 0.3071728638455058, 0.05474234082690406, 0.3314878084900474, 0.00694312790062753, 0.08559587142756395, 0.07738189837018453, 0.1866302057068897, 0.04109016022129147, 0.08997417551847715, 0.04042928808051449, 0.0013680192700528237, 0.05008661531388324, 0.04095847902046688, 0.02000292992729825, 0.0666924707314226, 0.03867669092540473, 0.02119034070381228, 0.04861794574313586, 0.06973839595441159, 0.058142207886769694, 0.08137143865923245, 0.01300590376111036, 0.20609543265676397, 0.12418553588587286, 0.014985146531576989, 0.007690730368008326, 0.00939702782727755, 0.10597641654891785, 0.0177776951931714, 0.015241798365115066, 0.0031232375476886376, 0.01646838222077105, 0.08031397982338491, 0.01646838222077105, 0.01646838222077105, 0.03365902880322503, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.027169257758367676, 0.01646838222077105, 0.01646838222077105, 0.010358722665841234, 0.05390808073464, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.04568084983650392, 0.03433847710649492, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.06128250063784128, 0.005283347732542668, 0.01646838222077105, 0.01646838222077105, 0.08837736713116652, 0.01646838222077105, 0.06925722524309158, null, 0.11670286513814812, 0.07899350931397822, 0.05175865289981433, 0.004125008685038874, 0.01223290973380824, 0.0010240159625932263, 0.01911486706306571, 0.0901172118584406, 0.03422569421503845, 0.07830101415628479, 0.015001494864155676, 0, 0.01948180407886499, 0.1558288747112164, 0.016640396907918496, 0.030307600279280627, 0.07174845351467458, 0.13520679240280234, 0.02383417038186429, 0.013986493839887438, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.06368477284213417, 0.02383417038186429, 0.013614371589130626, 0.02383417038186429, 0.02383417038186429, 0.011536312109072258, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.03871437598535121, 0.02383417038186429, 0.02383417038186429, 0.027471505455462293, 0.02383417038186429, 0.018056276616048816, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.059464407519851104, 0.017469220231220366, 0.13669808944644807, 0.02383417038186429, 0.02383417038186429, 0.022128325194657707, 0.02383417038186429, 0.02383417038186429, 0.03924076820460802, 0.01265052951012907, 0.026943118182131028, 0.022595163584800265, 0.008483110922736086, 0.022595163584800265, 0.01265052951012907, 0.022595163584800265, 0.2403611611331492, 0.022595163584800265, 0.022595163584800265, 0.022595163584800265, 0.05599668203267916, 0.01265052951012907, 0.01265052951012907, 0.025366634706283496, 0.01265052951012907, 0.01265052951012907, 0.01265052951012907, 0.01493293786142665, 0.022595163584800265, 0.006252923870088005, 0.022595163584800265, 0.01265052951012907, 0.16505297349976736, 0.03571520709791757, 0.05632176555251757, 0.010755549234264928, 0.16074365355608156, 0.045165021838338947, 0.0572047347888124, 0.05296624135639487, 0.14032049464302626, 0.06540839235582309, 0.2163761241655399, 0.10075417412324138, 0.024587114371940492, 0.020701535744789477, 0.020701535744789477, 0.020701535744789477, 0.020701535744789477, 0.020701535744789477, 0.020701535744789477, 0.020701535744789477, 0.0071988542107006125, 0.020701535744789477, 0.020701535744789477, 0.12573610752096395, 0.006155424213921193, 0.09072564340550736, 0.026495130398477545, 0.0499942971680629, 0.0832601667709308, 0.07104744371395268, 0.07047910319751856, 0.12388753580404, 0.02547162148725052, 0.04660861168977191, 0.02663099335057299, 0.07997397672840437, 0.004853701004618567, 0.10089695453385304, 0.004834371001440546, 0.031109081011468965, 0.012040650454622366, 0.011310005537565096, 0.045654752380413235, 0.03531516226024028, 0.058718003163945896, 0.02756245028328184, 0.0670018129074885, 0.1105424260026907, 0.046596333649786555, 0.09651791133619098, 0.05773870691392768, 0.01436328084712758, 0.15195573475703145, 0.02795998417475475, 0.11388931979679962, 0.03077266597368177, 0.001493398716108481, 0.09444912300315782, 0.02340921095321425, 0.02340921095321425, 0.02340921095321425, 0.02340921095321425, 0.061956905832895856, 0.02340921095321425, 0.02340921095321425, 0.005511034573134499, 0.02340921095321425, 0.02340921095321425, 0.09016080465881354, 0.04963973138697816, 0.05335254682366511, 0.014094459524173866, 0.007988169234168967, 0.007979698834319995, 0.007988169234168967, 0.007988169234168967, 0.007988169234168967, 0.007988169234168967, 0.007988169234168967, 0.03151161222957171, 0.007988169234168967, 0.007988169234168967, 0.007492863342558998, 0.05322499876882477, 0.02769483248397846, 0.0180664087307937, 0.02024956585193917, 0.03322277825950955, 0.0023807239459534236, 0.017715210848995498, 0.39939464930393304, 0.06935274504312093, 0.00997994212578704, 0.13086742935807608, 0.027369715469417504, 0.01701557542289519, 0.03071105222296988, 0.003998139645412918, 0.03071105222296988, 0.00483655888048156, 0.09687535475488138, 0.194808679478999, 0.08683116958585266, 0.04086632300091984, 0.03220068097985773, 0.04034913241903639, 0.02009967722652291, 0.05890665233214639, 0.006751196908610445, 0.05281609240983789, 0.05281609240983789, 0.05281609240983789, 0.05281609240983789, 0.1960975469080572, 0.02009967722652291, 0.05281609240983789, 0.05281609240983789, 0.02009967722652291, 0.02009967722652291, 0.05281609240983789, 0.05281609240983789, 0.022956600738671007, 0.02009967722652291, 0.02009967722652291, 0.02009967722652291, 0.02009967722652291, 0.006566375208104111, 0.007916635474916067, 0.02772060590102814, 0.008559205597320143, 0.10295516063784116, 0.18112981181683405, 0.016697124167679014, 0.015561583226580949, 0.08294393560095958, 0.02827749334258858, 0.03370232527005458, 0.06851295591266358, 0.007812589043790797, 0.00013774915186541822, 0.035647765365306644, 0.09429824246369348, 0.050590976769830216, 0.112757262383045, 0, 0.10209348106522537, 0.05011414853411304, 0.01549165569542093, 0.111406914124298, 0.0108718962501635, 0.01549165569542093, 0.028460735683252664, 0.14484375495149496, 0.01549165569542093, 0.002197615886998254, 0.01549165569542093, 0.01549165569542093, 0.01549165569542093, 0.01549165569542093, 0.01549165569542093, 0.0231546216783506, 0.011831017790711888, 0.07184701904254528, 0.020195747745761973, 0.020195747745761973, 0.020195747745761973, 0.020195747745761973, 0.020195747745761973, 0.020195747745761973, 0.020195747745761973, 0.020195747745761973, 0.009662788485302382, 0.10993032522150284, 0.12651747422929133, 0.009722721259923166, 0.1262634333412313, 0.01226499788611612, 0.009722721259923166, 0.009722721259923166, 0.009722721259923166, 0.009722721259923166, 0.08023576420917293, 0.009722721259923166, 0.025774863596110028, 0.009722721259923166, 0.009722721259923166, 0.022664628584789768, 0.036750904146202946, 0.17949763523811949, 0.29116526958650346, 0.08654903057884542, 0.015296821614298248, 0.07791447236143385, 0.015296821614298248, 0.015296821614298248, 0.0024291545755959886, 0.015296821614298248, 0.015296821614298248, 0.015296821614298248, 0.015296821614298248, 0.015296821614298248, 0.01189656546231948, 0.01706018058707788, 0.00044569338309965, 0.021811217175616186, 0, 0.001833523400799161, 0.05558537373032668, 0.01630867986065974, 0.03168906202926237, 0.03791213341547027, 0.10122217342295288, 0.041747525192546424, 0.006184911907643329, 0.03366349646977638, 0.04158930680845846, 0.01907878554308654, 0.050072437703448366, 0.02974536695130536, 0.01617917858350893, 0.00737560497410508, 0.05948128427976354, 0.02896696484298948, 0.03579159304355423, 0.17076350449200384, 0.0093887538503825, 0.48603655500601106, 0.011645662652315434, 0.02608067751278634, 0.018929742718289302, 0.11696374761078458, 0.05749767479137141, 0.022336260674529925, 0.20637686359723895, 0.07093505076967369, 0.020833737167938605, 0.024070565360511456, 0.0896399080956984, 0.0916084047139579, 0.0896399080956984, 0.012990167758331396, 0.007613129572816975, 0.021146873983080704, 0.03644979339867889, 0.02130955492406913, 0.03503262471414155, 0.004046063882193466, 0.022760543639054887, 0.030414619730159312, 0.06359401828399806, 0.0017451279610147755, 0.07915504498241537, 0.0052163401226650264, 0.06264110552808623, 0.04130245986340184, 0.04873364965750955, 0.01718717171144301, 0.009431173725876294, 0.025866986266385436, 0.025866986266385436, 0.025866986266385436, 0.025866986266385436, 0.025866986266385436, 0.025866986266385436, 0.025866986266385436, 0.025866986266385436, 0.011969881612524411, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.39807932773905647, 0.39807932773905647, 0.39807932773905647, 0.39807932773905647, 0.39807932773905647, 0.39807932773905647, 0.39807932773905647, 0.39807932773905647, 0.04061206506256185, 0.0864344417936011, 0, 0.001528020554150035, 0.03894753989327596, 0.026374455861875992, 0.026374455861875992, 0.026374455861875992, 0.026374455861875992, 0.05744064358084208, 0.026374455861875992, 0.026374455861875992, 0.026374455861875992, 0.026374455861875992, 0.009970768029258526, 0.08960195584939575, 0.0016746436910735597, 0.0016746436910735597, 0.03368607695219069, 0.0016746436910735597, 0.0016746436910735597, 0.0016746436910735597, 0.0016746436910735597, 0.0016746436910735597, 0.0016746436910735597, 0.005177744268692736, 0.009736809349105553, 0.054255672421072675, 0.04908255325329174, 0.04685472681820602, 0.018044519859538703, 0.06393119980809586, 0.015818089920275853, 0.08238379303919889, 0.006304140709115534, 0.006304140709115534, 0.006304140709115534, 0.006304140709115534, 0.006304140709115534, 0.006304140709115534, 0, 0.006304140709115534, 0.006304140709115534, 0.07345057739442588, 0.020199331376263344, 0.012118764600706492, 0.036115936682784754, 0.010495313667112163, 0.08226724315261937, 0.038994737133441475, 0.052371717792081114, 0.015145916143585469, 0.013890817544764818, 0.009876841333241857, 0.018980896061717767, 0.02553548925171607, 0.02217927256594314, 0.02879333367066021, 0, 0.17411204528651947, 0.001047723973941075, 0.024805813187888652, 0, 0.01470097351838262, 0.01470097351838262, 0.0021486138832626095, 0.017666235521113256, 0.03339276144125983, 0.006508395464997265, 0.006508395464997265, 0.006508395464997265, 0.006508395464997265, 0.006508395464997265, 0.006508395464997265, 0.006508395464997265, 0.006508395464997265, 0.009953393760471784, 0.020949664868795948, 0.02064928807295091, 0.0497023707131138, 0.23943546789866177, 0.23943546789866177, 0.23943546789866177, 0.23943546789866177, 0.23943546789866177, 0.23943546789866177, 0.23943546789866177, 0.23943546789866177, 0.008579772333796728, 0.009336747636901885, 0.014451850539563415, 0.016406187280774677, 0.003919706443693032, 0.028797018348719772, 0.09628278149371251, 0.019580212586910173, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0, 0, 0.013070479687149496, 0.06894344938469264, 0.017132069401847784, 0.017736077197375032, 0.01801213222223905, 0.002688975418692129, 0.002688975418692129, 0.002688975418692129, 0.002688975418692129, 0.002688975418692129, 0.002688975418692129, 0.002688975418692129, 0.002688975418692129, 0.0016663256557977776, 0.0016663256557977776, 0.0016663256557977776, 0.0016663256557977776, 0.0016663256557977776, 0.0016663256557977776, 0.0016663256557977776, 0.0016663256557977776, 0.05959265640060041, 0.05959265640060041, 0.05959265640060041, 0.05959265640060041, 0.05959265640060041, 0.05959265640060041, 0.05959265640060041, 0.05959265640060041, 0.03966627616545023, 0.06685053376184501, 0.2057975021505074, 0.03715141289427054, 0.04244691177444493, 0.02173055890938208, 0.017632664524334138, 0.002972374783258976, 0.09246040316566724, 0.007717510343197455, 0.0012542272580606075, 0.0012542272580606075, 0.0012542272580606075, 0.0012542272580606075, 0.0012542272580606075, 0.0012542272580606075, 0.0012542272580606075, 0.0012542272580606075, 0.01095643861877658, 0.005131939808398285, 0.006953667434770009, 0.13685318300177526, 0.07242739681783601, 0.0013115051905183714, 0.0013115051905183714, 0.0013115051905183714, 0.0013115051905183714, 0.0013115051905183714, 0.0013115051905183714, 0.0013115051905183714, 0.0013115051905183714, 0.0056916431533282205, 0.0056916431533282205, 0.0056916431533282205, 0.0056916431533282205, 0.0056916431533282205, 0.0056916431533282205, 0.0056916431533282205, 0.0056916431533282205, 0.015399074434520146, 0.023790557287004105, 0.005143967599912293, 0.056199319576245285, 0.011981098606869717, 0.018124656285181964, 0.00029715882888146965, 0.00029715882888146965, 0.00029715882888146965, 0.00029715882888146965, 0.00029715882888146965, 0.00029715882888146965, 0.00029715882888146965, 0.00029715882888146965, 0.10208244518053398, 0.023989619414967966, 0.023989619414967966, 0.023989619414967966, 0.023989619414967966, 0.023989619414967966, 0.023989619414967966, 0.023989619414967966, 0.023989619414967966, 0.0019305721923778408, 0.004178014200396529 ], "yaxis": "y" }, { "alignmentgroup": "True", "bingroup": "x", "hovertemplate": "Time of Existence (days)=%{x}
count=%{y}", "legendgroup": "", "marker": { "color": "rgb(41, 24, 107)" }, "name": "", "offsetgroup": "", "opacity": 0.5, "showlegend": false, "type": "histogram", "x": [ 368, 609, 2098, 167, 0, 946, 185, 185, 185, 185, 467, 266, 28, 234, 3, 820, 347, 11, 723, 338, 191, 191, 191, 191, 0, 0, 26, 97, 146, 100, 402, 328, 10, 218, 55, 2648, 156, 541, 825, 715, 19, 360, 96, 533, 202, 1131, 823, null, 278, 319, 425, 616, 200, 1267, 394, 161, 897, 535, null, 3248, 3248, 3248, 3248, 893, 1136, 1, 295, 840, 268, 910, 450, 28, 138, 55, 434, 707, 1455, 221, 317, 520, 391, 232, 502, 151, 564, 386, 1542, 510, 187, 0, 1264, 0, 125, 7, 1025, 1362, 286, 607, 274, 176, 373, 0, 469, 84, 1481, 402, 1140, 1175, 658, 1014, 531, 408, 308, 231, 73, 0, 417, 417, 417, 19, 126, 690, 256, 152, 677, 253, 3336, 460, 4, 144, 417, 497, 365, 0, 18, 254, 439, 1282, 0, 36, 1139, 17, 676, 1150, 0, 1, 145, 202, 82, 300, 979, 792, 0, 135, 99, 83, 536, 0, 10, 185, 185, 185, 185, 1638, 1099, 351, 924, 1183, 247, 1040, 0, 125, 808, 257, 315, 115, 210, 495, 236, 176, 58, 96, 1362, 318, 118, 17, 446, 0, 1272, 0, 158, 220, 445, 1680, 505, 363, 0, 97, 236, 353, 447, 1545, 0, 0, 68, 157, 206, 16, 952, 853, 1076, 1113, 220, 376, 109, 104, 59, 483, 382, 631, 661, 1597, 231, 2885, 527, 163, 418, 1034, 991, 2060, 504, 154, 590, 0, 374, null, 1571, 1035, 450, 732, 624, 217, 191, 2756, 587, 26, 1285, 82, 799, 935, 875, 34, 259, 1159, 403, 829, 500, 164, 0, 157, 1444, 0, 366, 108, 145, 924, 124, 523, 594, 8, 869, 2686, 1179, 433, 565, 489, 841, 447, 1547, 624, 563, 275, 0, 0, 291, 0, 537, 274, 0, 104, 1890, 488, 603, 0, 292, 35, 469, 1424, 225, 1010, 1062, 881, 130, 201, 0, 1824, 978, 3221, 72, 793, 1600, 71, 1331, 1555, 1318, 913, 0, 129, 497, 614, 1344, 54, 37, 711, 29, 188, 1143, 50, 3, 1925, 252, 443, 638, 2, 0, 413, 1062, 552, 714, 934, 0, 4831, 192, 151, 82, 528, 884, 1739, 2388, 1115, 198, 0, 0, 396, 747, 158, 1160, 23, 275, 399, 315, 338, 315, 268, 0, 1612, 239, 391, 331, 0, 1798, 646, 693, 682, 125, 236, 0, 622, 533, 6, 25, 434, 263, 216, 1048, 699, 182, 727, 807, 0, 219, 246, 154, 187, 0, 617, 893, 2423, 788, 16, 107, 488, 60, 297, 259, 698, 1297, 18, 578, 215, 461, 602, 703, 120, 19, 706, 1125, 651, 142, 40, 1641, 1261, 336, 71, 20, 570, 1844, 118, 38, 193, 44, 702, 828, 131, 168, 63, 228, 133, 1115, 529, null, 342, 915, 416, 216, 39, 567, 683, 186, 316, 220, 1566, 124, 1194, 124, 124, 137, 124, 184, 43, 1447, 118, 371, 363, 1833, 1146, 85, 1079, 1544, 0, 753, 500, null, 1684, 815, 1146, 855, 541, 1317, 541, 541, 541, 800, 370, 194, 82, 216, 1476, 567, 267, 218, 1172, 2119, 11, 350, 709, 257, 365, 284, 459, 189, 335, 240, 275, 24, 378, 918, 1461, 0, 377, 785, 534, 306, 931, 161, 108, 194, 764, 33, 186, 962, 299, 1613, 0, 514, 169, 268, 313, 72, 612, 1387, 6, 454, 233, 10, 1, 43, null, 1419, 11, 11, 73, 0, 179, 9, 428, 1571, 28, 11, 11, 226, 11, 11, 208, 240, 147, 147, 147, 147, 11, 108, 299, 756, 465, 368, 409, 598, 49, 304, 0, 1129, 0, 129, 1386, 540, 9, 276, 46, 508, 352, 251, 592, 571, 1551, 307, 885, 1042, 227, 113, null, 0, 2085, 1420, 558, null, 0, 95, 1159, 70, 1467, 105, 122, 11, 84, 1113, 570, 0, 1294, 0, 114, 218, 323, 690, null, null, null, null, 3936, 180, 464, 153, 1, 8, 0, 147, 345, 201, 634, 413, 182, 240, 55, 808, 171, 306, null, 0, 11, 1386, 321, 124, 469, 502, 636, 0, 426, 724, 2423, 2527, 6, 441, 4, 207, 0, 1794, 427, 0, 1656, 90, null, 54, 173, 417, 39, 99, 1289, 101, 14, 607, 268, 104, 129, 208, 688, 256, 40, 5, 1715, 633, 460, 2337, 137, 461, 363, 666, 267, 613, 0, null, 2196, 125, 703, 496, 854, 472, 419, 1068, 89, 963, 808, 1321, 361, 586, 126, 541, 469, 541, 670, 541, 541, 328, 305, 17, 18, 48, 969, 547, 698, 78, 100, 1045, 17, 169, 162, 1317, 0, 28, 267, 649, 615, 231, 0, 839, 20, 179, 276, 306, 424, 191, 191, 191, 5, 191, 0, 610, 392, 247, 0, 582, 405, 428, 397, 775, 485, 189, 332, 239, 98, 187, 330, null, 671, 502, 63, 671, 339, 704, 563, 966, 1, 50, 254, 1206, 151, null, 86, 578, 98, 421, 1753, 357, 227, null, 225, 0, 104, 604, 223, 366, 48, 510, 2866, 235, 24, 59, 374, 93, 345, 131, 0, 23, 268, 118, 100, 1374, 106, 815, 109, 997, 555, 1134, 405, 473, 399, 2, 61, 170, 1260, 291, 3860, 280, 996, 1513, 32, 1927, 70, 749, 605, 111, 65, 583, 485, 68, 529, null, 133, 1106, 185, 2070, 333, 340, 1000, 1329, 718, 1071, 2088, 656, 190, 262, 11, 2088, 184, 2088, 2088, 747, 1154, 559, 587, 75, 856, 383, 1084, 918, 740, 199, 510, null, 346, 847, 249, 669, 116, 85, 204, 750, 1622, 867, 144, 533, 59, 344, 1964, 408, 177, 0, 37, 95, 108, 627, 0, 266, 393, 524, 380, 6, 7, 1618, 0, 448, 455, 116, 417, 13, 201, 306, 568, 756, 604, 84, 78, 17, 845, 287, 590, 160, 901, 27, 13, 2947, 403, 1, 0, 1150, 662, 1, 0, 1120, 1110, 639, 231, 34, 592, 368, 0, 150, 40, 1146, 448, 1, 906, 818, 30, 428, 145, 310, 264, 163, 438, 314, 111, 353, 574, 793, 356, 269, 95, 255, 392, 2406, 621, 912, 607, 316, 198, 42, 159, 96, 715, 243, 409, 45, 877, 997, 991, 112, 573, 1411, 111, 194, 194, 194, 194, 451, 157, 120, 270, 14, 1891, 575, 248, 7, 309, 1152, 1127, 430, 650, 903, 135, 454, 0, 1058, 418, 414, 448, 409, 17, 674, 147, 1170, 901, 607, 400, 692, 380, 655, 1936, 1583, 4, 184, 2840, 581, 0, 1092, 285, 1150, 627, 0, 1353, 152, 16, 333, 750, 281, 0, 1050, 360, 466, 1170, 97, 193, 932, 384, 588, 191, 0, 533, 241, 1217, 309, 0, 0, 916, 171, 0, 42, 320, 435, 367, 690, 1143, 1038, 1446, 53, 389, 1040, 509, 1318, 456, 257, 268, 64, 315, null, 981, 340, 31, 267, 960, 4, 588, 470, 692, 278, 1164, 310, 161, 304, 259, 1231, 674, 137, 615, 326, 244, 2437, 2144, 630, 229, 153, 676, 993, 1690, 871, 550, 489, 1013, 785, 578, 133, 11, 436, 11, 315, 613, 875, 11, 1666, 650, 1896, 656, 11, 117, 11, 11, 11, 2, 90, 11, 240, 706, 121, 391, 11, 417, 818, 417, 1, 166, 188, 494, 342, 236, 1967, 223, 268, 716, 639, 639, 482, 1030, 101, 319, 390, 171, 885, 595, 590, 125, 978, 11, 2002, 3951, 820, 169, 1351, 1560, 224, 1168, null, 220, 417, 1952, 168, 340, 417, 539, 1426, 317, 283, 182, 295, 217, 1134, 519, 236, 659, 11, 1946, 2366, 0, 6, 343, 257, 65, 2287, 305, 2031, 0, 308, 447, 531, 121, 315, 242, 985, 1029, 35, 546, 24, 449, 401, 79, 217, 530, 123, 20, 1343, 168, 1656, 1201, 891, 1094, 143, 1026, 488, 836, 42, 38, 688, 307, 242, 461, 300, 663, 622, 1359, 1347, 666, 870, 272, 133, 474, 461, 35, 380, 863, 3, 33, 4, 880, 3, 30, 99, 1358, 267, 282, 0, 1201, 853, 182, 929, 0, null, 1874, 120, 958, 152, 472, 278, 2383, 180, 171, 9, 137, 642, 463, 181, 1867, 216, 504, 805, 10, 0, 67, 324, 1370, 368, 162, 131, 664, 150, 2, 153, 60, 734, 707, 1, 0, 337, 315, 189, 601, 368, 2283, 543, 1867, 2286, 257, 155, 264, 657, 330, 529, 1345, 221, 1300, 192, 1, 0, 21, 3233, 24, 488, 268, 43, 430, 35, 610, 162, null, 0, 279, 1492, 640, 120, null, 634, 982, 183, 378, 929, 45, 16, 399, null, 311, 0, 807, 137, 632, 373, 116, 1581, 839, 1280, 1188, 630, 439, 849, 349, 202, 190, 1451, 8, 1285, 466, 67, 1953, 3, 858, 1924, 2928, 3, 0, 171, 512, 0, 308, 1337, 27, 1216, 929, 713, 1262, 417, 1006, 537, 2847, 367, 372, 187, 478, 0, 1078, 117, 748, 207, 786, 376, 0, 459, 249, 1142, 761, 1327, 197, 219, 984, 1377, 1359, 1337, 229, 280, 316, 544, 532, 193, 82, 710, 818, 1869, 372, 520, 189, 131, 519, 35, 212, 345, 742, 1435, 812, 2009, 242, 237, 2280, 78, 674, 648, 11, 11, 11, 11, 450, 11, 11, 11, 268, 11, 523, 11, 644, 58, 1405, 207, 775, 150, 1600, null, 473, 1035, 388, 131, 314, 940, 479, 2145, 0, 106, 1035, 1254, 54, 29, 93, 180, 1702, 159, 125, 368, 0, 384, 278, 199, 962, 1208, 1391, 162, 1274, 106, 0, 397, 161, 89, 0, 826, 576, 351, null, 255, 255, 255, 210, 70, 2, 0, 23, null, 255, 159, 1122, 1574, 998, 0, 307, 1565, 104, 0, 155, 401, 0, 257, 1, 2079, 12, 222, 3396, 1246, 1228, 2354, null, 751, 194, 194, 194, 194, 1382, 388, 125, 61, 928, 897, 539, 45, null, 583, 1638, 210, 113, 389, 686, 492, 48, 553, 1493, 541, 180, 1236, 468, 394, 718, 141, 313, 591, 1616, 391, 1497, 436, 107, 42, 1884, 515, 2174, 28, 1156, 93, 1938, 253, 1917, 270, 154, 781, 276, 298, 1185, 726, 2652, 651, 1068, 351, 1010, 37, 90, 822, 404, 0, 161, 363, 55, 4, 1401, 801, 0, 18, 233, 284, 174, 59, 205, 1003, 790, 1926, 255, 673, 1645, 0, 398, 254, 76, 1503, 325, 376, 414, 16, 875, 517, 607, 99, 288, 89, 0, 125, 843, 297, 328, 0, 328, 210, 421, 82, 9, 1023, 194, 233, 739, 304, 384, 147, 2088, 1855, 4452, 229, 2088, 187, 731, 354, 521, 0, 204, 160, 2088, 2088, 1023, 1110, 761, 3280, 444, 73, 694, 744, 41, 435, 0, 1586, 866, 234, 504, 109, 66, 484, 912, 516, 150, 34, 1136, 0, 213, 956, 4247, 869, 296, 1033, 489, 154, 335, 72, 742, 0, 137, 443, 1165, 468, 147, 0, 548, 0, 0, 554, 16, 927, 207, 128, 891, 952, 793, 396, 28, 238, 0, 255, 579, 255, 255, 255, 1326, 1, 20, 541, 156, 248, null, 209, 203, 85, 308, 315, 1533, 792, null, null, null, 433, 588, 18, null, 852, 1, 61, 389, 3925, 408, 181, 408, 0, 0, 161, 1791, 132, 3, 292, 1406, 666, 34, 853, 698, 691, 559, 18, 2766, 1, 421, 35, 200, 573, 636, 199, 465, 389, 839, 288, 147, 587, 147, 147, 179, 742, 903, 84, 362, 539, 67, null, 667, 1527, 69, 33, 303, 153, 72, 1242, 194, 641, 326, 124, 146, 448, 331, 179, 124, 124, 124, 259, 3, 397, 315, 315, 315, 315, 391, 120, 387, 0, 170, 390, 952, 268, 268, 268, null, 268, 1200, 7, 153, 307, 127, 3248, 31, 388, 704, 728, 253, 939, 1037, 942, 1707, 201, 230, 452, 2661, 37, 157, 829, 152, 389, 1654, 0, 3, 394, 86, 467, 392, 0, 852, 41, 492, 1218, 495, 1199, 3248, 504, 493, 1520, 522, 1124, 3248, 268, 612, 726, 365, 3248, 581, 1236, 0, 39, 108, null, 106, 309, 309, 46, 199, 429, 222, 433, 864, 188, 1752, 260, 954, 2331, 991, 2331, 1990, 0, 454, 363, 363, 161, 2331, 2, 0, 1490, 623, 1718, 363, 1153, 363, 440, null, 1265, 398, 472, 345, 409, 859, 2331, 879, 629, 1139, 841, 162, 211, 349, 39, 363, 848, 574, 484, 78, 524, 476, 849, 460, 851, 361, 77, 1990, 310, null, 319, 363, 612, 714, 363, 325, 363, 42, 325, 1365, 405, 963, 1070, 1990, 269, 657, 944, 0, 670, 621, 1236, 1654, 506, 542, 417, 1028, 191, 2134, 644, 680, 4591, 13, 285, 1007, 631, 0, 221, 861, 921, 1597, 1582, 216, null, 1990, 289, 462, 384, 128, 325, 325, 566, 533, 104, 41, 1710, 113, 713, 307, 1112, 42, 75, 920, 1396, 380, 0, 231, 118, 176, 170, 0, 320, 358, 162, 449, 881, 8, 360, 343, 29, 543, 146, 7, 303, 2478, 940, 800, 223, 1013, 241, 598, 1011, 1792, 826, 159, 739, 476, 1228, 283, 421, 31, 743, 4903, 706, 287, 1007, 142, 1163, 140, 920, 1013, 1096, 771, 528, 0, 1043, 951, 0, 1657, 460, 191, 18, 749, 1376, 470, 4372, 339, 75, 35, 1080, 251, 2099, 2993, 435, 352, 653, 1108, 684, 1024, 147, 1374, 0, 308, 536, 594, 314, 0, 1290, 713, 2578, 777, 1082, 198, 1290, 1, 3020, 1573, 204, 596, 1290, 345, 301, 1420, 1021, 978, 25, 246, 1171, 235, 1837, 727, 371, 0, 560, 961, 1290, 1220, 2, 680, 737, 29, 3125, 1087, 900, 1743, 506, 1221, 1680, 395, 1007, 2128, 1887, 3366, 2236, 889, 994, 0, 35, 421, 0, 419, 278, 1181, 1434, 1481, 0, 69, 110, 432, 133, 296, 262, 278, null, 0, 203, 64, 99, 334, 28, 1061, 2122, 1736, 35, 2767, 922, 126, 536, 550, null, 1462, 219, 154, 78, 458, 113, 1289, 734, 1505, 161, 1009, 166, null, 743, 539, 785, 345, 15, 738, 2383, 1696, 1024, 1057, 459, 1814, 155, 1814, 1814, 1814, 1157, 266, 13, 245, 196, 336, 154, 57, 1869, 246, 825, 985, 637, 599, 1594, 1356, 518, 60, 482, 344, 1132, null, 606, 401, 523, 640, 177, 59, 1084, 266, 1203, 557, 286, 1550, 90, 39, 543, 2, 353, 1411, 851, 181, 407, 97, 585, 254, 382, 328, 240, 692, 564, 1045, 216, 181, 798, 717, 804, 87, 434, 1692, 358, null, 356, 1089, 189, 414, 615, 124, 505, 1095, 561, 216, 648, 103, 0, 486, 170, 638, 1089, 1329, 1089, 778, 137, 678, 875, 261, 407, 191, 5, 1246, 1089, 374, 754, 611, 1208, 747, 0, 33, 162, 1990, 688, 1990, 323, 0, 1990, 1701, null, 600, 51, 317, 997, 84, 452, 377, 1580, 3024, 1990, 226, 426, 1660, 454, 0, 5, 33, 231, 670, 395, 1732, 61, 759, 129, 3, 1159, 0, 1091, 374, 369, 2881, 675, 796, 124, 539, 746, 433, 370, 1915, 210, 2051, 430, 517, 1808, 109, null, 315, 531, 1249, 103, 730, 475, 140, 1242, 643, 165, 757, 281, 22, 1095, 0, 209, 755, 1065, 0, 427, 268, 3261, 433, 178, 2997, 763, 169, 237, 621, 328, 237, 390, 394, 237, 752, 798, 1089, 623, 253, 1089, 1089, 1089, 6, 0, 2090, 744, 1322, 87, 1414, 1474, 778, 447, 1625, 772, 444, 42, 299, 434, 78, 526, 772, 469, 1394, 172, 221, 0, 2118, 79, 0, 1462, 116, 24, 202, 1531, 6, 254, 1099, 827, 668, 775, 137, 521, 2658, 228, 1138, 623, 237, 975, 1455, 298, 743, 66, 222, 24, 952, 1155, 427, 375, 154, 0, 627, 563, 272, 900, 458, 907, 614, 108, 0, 856, -1, 272, 875, 804, 310, 525, 281, 1732, 343, 668, 329, 101, 2666, 804, 486, 414, 332, 454, 335, 709, 549, 866, 862, 1394, 949, 878, 0, 3816, 557, 650, 266, 224, 201, 1317, 232, 12, 493, 685, null, 1137, 298, 424, 83, 90, 37, 80, 2082, 74, 419, 98, 14, 252, 238, 424, 286, 5, 525, 1592, 185, 637, 1037, 558, 714, 77, 0, 101, 1835, 325, 325, 325, 325, 584, 552, 657, 62, 686, 1217, 942, 745, 1722, 1000, 657, 520, 1274, 149, 422, 1027, 425, 1567, 538, 542, 336, 706, 0, 638, 1319, 129, 13, 493, 302, 498, 193, 1853, 1093, 272, 3421, 215, 1929, 971, 520, 196, 524, 2356, 707, 124, 501, 285, 204, 356, 526, null, 1035, 621, 2082, 65, 2281, 240, 1814, 1814, 0, 674, 1814, null, 434, 501, 1145, 0, 1957, 693, 190, 3, 601, 1176, 1616, 278, 1265, 365, 138, 2660, 1190, 429, 957, 1082, 342, 1, 136, 1205, 1380, 118, 13, 611, 1135, 201, 402, 35, 632, 977, 617, 213, 370, 1341, 954, 136, 718, 2082, 152, 2331, 0, 450, 2331, 1492, 697, 0, 1541, 2331, 1034, 658, 954, 170, 768, 692, 197, 186, 333, 986, 2351, 70, 2331, 49, 466, 1359, 598, 1425, 0, 595, 56, 49, 1048, 183, 2429, 1, 309, 1640, 5, 1156, 1994, 356, 82, 509, 84, null, 120, 324, 1425, 9, 395, 245, null, 443, 300, 1243, 451, 495, 217, 240, 609, 197, 460, 387, 1567, 674, 13, 674, 274, 85, 207, 367, 11, 871, 7, 362, 614, 294, 0, 485, 798, 95, 226, 622, 395, 0, 327, 305, 297, 4, 1, 481, 426, 7, 953, 799, 428, 859, 674, 674, 519, 77, 674, 674, 34, 942, 167, 2525, 465, 9, 0, 1221, 96, 1106, 0, 175, 1166, 1122, 47, null, 19, 1114, 226, 801, 422, 2082, 436, 610, 1578, 904, 0, 398, 142, 1302, 183, 6, 844, 151, 0, 400, 58, 597, 2256, 1592, 0, 330, 494, 808, 418, 12, 355, 605, 166, 53, 167, 261, 92, 18, 2052, 256, 593, 797, 7, 208, 1364, 99, 283, 800, 591, 800, 50, 253, 548, 496, 590, 16, 524, 385, 7, 375, 951, 2, 563, 1385, 145, 800, 800, 0, 462, 177, 228, 57, 896, 1814, 246, 515, 20, 1433, 508, 15, 922, 1628, 4, 1695, 885, 387, 444, 124, 79, 24, 330, 2086, 3666, 226, 571, 258, 902, 1114, 800, 800, 800, 184, 348, 7, 111, 11, 292, 213, 451, 428, 800, 357, 292, 907, 275, 135, 393, 99, 1109, 535, 586, 252, 1674, 799, 16, 740, 251, 357, null, 197, 618, 0, 298, 1327, 628, 796, 1608, 2042, 245, 1433, 0, 1051, 223, 288, 951, 1242, 713, 713, 1863, 987, 701, 38, 948, 237, 1290, 1290, 1290, 1290, 1424, 1595, 892, 237, 79, 5, 570, 1213, 1090, 36, 237, 237, 412, 5, 323, 715, 9733, 166, 117, 1676, 2084, 810, 489, 0, 258, 149, 120, 363, 176, 1072, 422, 130, 750, 2127, 0, 61, 0, 1859, 550, 413, 7, 214, 0, 6, 309, 819, 785, 306, 886, 54, 281, 452, 1425, 1392, 499, 259, 47, 1384, 860, 1296, 2083, 421, 271, 1934, 146, 796, 1838, 454, 166, 783, 186, 56, 674, 1001, 669, 374, 1557, 315, 1008, 658, 875, 137, 491, 1874, 973, 714, 758, 88, 0, 296, 556, null, 2082, 2082, 343, 232, 23, 1608, 536, 160, 2264, 361, 1618, 74, 61, 2082, 2082, 1067, 154, 580, 91, 1272, 634, 0, 660, 320, 1426, 1154, 529, 675, 68, 233, 0, 3331, 1535, 687, 247, 48, 575, 73, 201, 2242, 1029, 276, 1580, 995, 1029, 1617, 450, 1119, 1619, 1029, 1592, 1183, 1488, 387, 71, 189, 499, 160, 574, 0, 1029, 2483, 107, 379, 1029, 185, 1587, 216, 1640, 38, 513, 2275, 312, 7, 1895, 2647, 189, 1103, 342, 1396, 2037, 337, 166, 2238, 889, 1476, 431, 684, 238, 609, 35, 1591, 1848, 814, 508, 22, 373, 1029, 1311, 1029, 153, 516, 923, 1443, 1348, 520, 641, 15, 571, 502, 537, 68, 147, 1730, 13, 1534, 135, 1426, 1745, 153, 0, 730, 1068, 682, 0, 210, 32, 1344, 1982, 1028, 366, 156, 331, 883, 711, 1774, 1729, 137, 628, 303, 1335, 1830, 424, 21, 5, 1473, 0, 3038, 1203, 684, 431, 133, 873, 91, 269, 542, 2575, 1498, 237, 5504, 777, 826, 602, 811, 1571, 748, 289, 41, 227, 985, 1508, 345, 919, 728, 727, 727, 1358, 727, 1065, 651, 874, 359, 281, 328, 618, 727, 659, 2038, 615, 795, 709, 804, 313, 1948, 286, 2, 1680, 322, 145, 118, 1663, 863, 53, 850, 794, 365, 1483, 0, 41, 625, 1169, 291, 2078, 461, 482, 2616, 526, 1095, 76, 497, 1286, 276, 1190, 350, 212, 149, 849, 1029, 0, 205, 82, 374, 232, 7, 3059, 2290, 259, 227, 1127, 1221, 821, 86, 59, 126, 145, 805, 0, 104, 206, 488, 1100, 61, 1354, 2670, 195, 488, 374, 374, 1433, 448, 436, 1460, 278, 1748, 926, 245, 1, 939, 976, 2290, 1580, 2350, 124, 1170, 120, 2462, 1397, 3151, 480, 374, 2318, 1131, 16, 1928, 468, 202, 280, 1269, 923, 1580, 547, 2488, 1060, 493, 802, 1422, 1737, 332, 944, 1321, 458, 754, 291, 1580, 728, 1580, 1580, 880, 1637, 187, 2611, 280, 622, 555, 1928, 1928, 1673, 930, 1928, 1143, 0, 1051, 1119, 1301, 92, 440, 419, 500, 159, 400, 2453, 1757, 1580, 1021, 280, 280, 707, 428, 313, 1077, 364, 453, 1002, 320, 225, 375, 332, 1408, 1408, 1408, 1408, 518, 342, 2583, 8, 498, 535, 26, 1179, 1756, 375, 691, 328, 676, 984, 843, 1188, 1057, 2408, 701, 305, 1089, 1177, 461, 869, 1490, 814, 1848, 624, 1580, 1153, 59, 1322, 252, 1673, 647, 325, 366, 2092, 0, 811, 806, 601, 2024, 173, 277, 610, 2182, 2434, 1580, 65, 443, 855, 1448, 703, 1622, 902, 779, 487, 605, 261, 811, 811, 751, 635, 811, 144, 920, 473, 468, 302, 672, 652, 2543, 909, 2837, 6, 1103, 232, 714, 729, 413, 2562, 192, 1, 382, 155, 1529, 989, 653, 619, 205, 270, 185, 431, 1, 5, 63, 1921, 1789, 0, 272, 1210, 86, 1099, 259, 413, 775, 754, 113, 1112, 971, 656, 1274, 1580, 1580, 1580, 1580, 1580, 0, 1580, 1580, 852, 1580, 1580, 140, 173, 988, 770, 1215, 1665, 249, 1190, 1706, 1133, 2810, 178, 0, 2165, 678, 917, 1563, 230, 449, 234, 2503, 547, 1903, 2078, 438, 285, 40, 200, 1129, 2242, 0, 210, 1056, 436, 810, 171, 1816, 389, 1285, 890, 1104, 1804, 767, 587, 13, 1342, 1768, 359, 554, 0, 1861, 1928, 1928, 1928, 571, 1928, 552, 202, 84, 159, 346, 1153, 1806, 748, 892, 332, 946, 104, 1180, 519, 423, 141, 180, 130, 987, 1623, 1, 631, 267, 680, 829, 725, 1555, 1042, 1219, 84, 433, 596, 637, 338, 411, 1141, 1736, 718, 112, 515, 244, 727, 155, 556, 1406, 488, 290, 424, 1093, 381, 477, 727, 199, 20, 1509, 504, 1580, 2435, 1580, 811, 811, 811, 811, 259, 1580, 142, 825, 1580, 1580, 2388, 377, 633, 205, 130, 491, 1087, 79, 777, 1408, 1893, 1408, 1690, 697, 1580, 1570, 1580, 1580, 65, 670, 1473, 2281, 1498, 1023, 791, 445, 813, 184, 23, 561, 558, 109, 3029, 730, 1078, 235, 1479, 511, 312, 70, 1944, 8, 601, 0, 1064, 1469, 1, 1580, 622, 115, 276, 272, 374, 374, 286, 1572, 1178, 130, 66, 1233, 734, 1142, 1849, 167, 2177, 2177, 374, 2177, 0, 607, 1967, 7, 40, 1, 2416, 205, 597, 457, 1069, 179, 727, 727, 2177, 104, 374, 246, 1408, 1319, 1099, 875, 404, 345, 1305, 1707, 190, 182, 714, 1408, 260, 384, 1728, 56, 905, 3728, 273, 384, 1895, 2177, 2177, 843, 2177, 1305, 0, 1396, 152, null, 1106, 2177, 33, 739, 708, null, 365, 2095, 251, 280, 245, 419, 412, 280, 28, 481, 263, 177, 197, 280, 233, 280, 525, 105, 987, 985, 1234, 397, 614, 888, 267, 561, 401, 2039, 191, 323, 1018, 533, 285, 601, 858, 1333, 1798, 629, 618, 203, 522, 739, 1148, 265, 613, 763, 850, 79, 0, 616, 249, 239, 897, 25, 1220, 253, 1024, 592, 2329, 0, 831, 11, 230, 314, 314, 1343, 212, 214, 25, 507, 565, 288, 293, 1222, 587, 709, 338, 52, 314, 781, 314, 390, 1848, 718, 697, 885, 1415, 3052, 129, 314, 552, 478, 367, 1137, 256, 1457, 314, 688, 314, 314, 1284, 177, 2246, 734, 463, 993, null, 774, 115, 1815, 766, 539, 2173, 431, 406, 379, 1233, 762, 448, 320, 297, 235, 881, 0, 467, 1001, 1078, 2373, 491, 1357, 1614, 54, 594, 1169, 168, 3320, 1223, 208, 389, 1102, 305, 863, 321, 793, 725, 1529, 188, 261, 1765, 91, 1123, 404, 5, 628, 530, 1816, 484, 352, 128, 1692, 820, 286, 88, 0, 1291, 1256, 12, 929, 74, 585, 419, 386, 603, 290, 243, 1685, 1093, 460, null, 2570, 1263, 1263, 740, 1263, 1263, 1245, 1532, 1101, 601, 1118, 640, 1766, 2249, 2524, 979, 3056, 1897, 910, 3180, 1644, 148, 1298, 206, 704, 377, 2111, 217, 1112, 331, 158, 567, 732, 374, 2347, 2214, 820, 290, 169, 52, 1331, 141, 1457, 799, 24, 739, 931, 926, 1371, null, 2092, 1373, 183, 296, 459, 3660, 689, 429, 2172, 1788, 853, 136, 0, 674, 195, 917, 802, 340, 1701, 782, 412, 218, 686, 216, 68, 1285, 1398, 847, 539, 680, 623, 1726, 883, 1752, 15, 616, 625, 322, 883, 968, 1147, 1527, 883, 96, 304, 621, 330, 430, 1144, 883, 452, 691, 1309, 389, 221, 1161, 1039, 650, 431, 455, 232, 105, 875, 1088, 1147, 1147, 1147, 767, 1147, null, 2919, 1681, 1925, 1442, 289, 237, 2010, 35, 938, 436, 62, 246, 1791, 742, 1470, 1129, 579, 2375, 383, 297, 1133, 770, 462, 1050, 1563, 325, 144, 1495, 690, 1786, 945, 508, 170, 1014, 0, 629, 1651, 989, 3824, 1269, 1189, 951, 209, 834, 2123, 956, 67, 852, 1254, 1004, 5006, 959, 413, 462, 788, 803, 876, 439, 0, 1194, 236, 872, 757, 1058, 883, 1263, 1263, 87, 595, 1263, 0, 917, 798, 1080, 342, 1293, 933, 1483, 1263, 883, 1204, 0, 353, 973, 230, 1602, 370, 0, 481, 431, 878, 519, 883, 1504, 883, 182, 51, 2603, 67, 623, 1387, 156, 1731, 2, 1580, 202, 2006, 5878, 572, 280, 783, 869, 131, 1058, 0, 64, 110, 841, 186, 0, 1214, 0, 1361, 875, 981, 976, 604, null, 298, 384, 605, 878, 483, 464, 124, 896, 425, 1147, 389, 1330, 166, 1356, 436, 1147, 150, 863, 2408, 636, 0, 2385, 1972, 274, 1147, 179, 571, 962, 3459, 153, 1468, 646, 524, 481, 469, 2012, 601, 915, 1114, 1453, 495, 1020, 1147, 2196, 17, 1141, 1408, 4646, 154, 878, 2017, 1075, 2110, 166, 2767, 1723, 648, 878, 2723, 2575, 395, 878, 878, 878, 107, 1899, 264, 889, 87, 3167, 407, 1182, 918, 934, 686, 878, 0, 0, 2551, 648, 1040, 1727, 3, 650, 933, 931, 631, 9, 1273, 609, 1751, 185, 1603, 3186, 1434, 784, 1112, 1356, 465, 2893, 643, 958, 337, 2343, 234, 215, 711, 1103, 1804, 758, 447, 305, 572, 377, 115, 1418, 801, 823, 28, 287, 2056, 385, 894, 1486, 837, 1462, 3624, 0, 552, 177, 546, 2617, 1767, 1758, 681, 35, 470, 193, 572, 3883, 307, 529, 18, 763, 1, 605, 2445, 1313, 3656, 766, 1003, 314, 1836, 639, 868, 2492, 778, 569, 274, 351, 3114, 418, 649, 376, 458, 1269, 1858, 502, 889, 295, 433, 578, 162, 1330, 225, 1836, 34, 790, 657, 1135, 183, 2101, 513, 2242, 98, 1433, 522, 503, 473, 1631, 1380, 1070, 1426, 3232, 436, 2741, 727, 872, 1892, 0, 22, 616, 965, 2038, 499, 384, 2149, 1662, 1396, 293, 20, 1519, 1678, 513, 335, 1378, 327, 8, 881, 1688, 750, 455, 363, 560, 408, 261, 2829, 496, 607, 287, 679, 3, 410, 0, 4024, 141, 65, 1884, 2333, 764, 315, 181, 952, 1342, 1563, 3444, 476, 92, 2, 669, 3429, 864, 237, 476, 2890, 3837, 1017, 506, 531, 301, 778, 421, 98, 1336, 289, 2434, 1937, 165, 502, 346, 944, 3781, 2210, 1841, 1737, 1737, 1092, 1737, 1737, 645, 1937, 1937, 1937, 26, 668, 369, 2331, 174, 2051, 864, 481, 1944, 2326, 435, 1887, 494, 829, 1401, 551, 476, 476, 635, 476, 488, 1559, 637, 736, 1193, 1700, 2253, 345, 516, 1937, 220, 3162, 1614, 476, 476, 3211, 1731, 476, 69, 1937, 1937, 1937, 1224, 2876, 415, 524, 597, 1621, 1261, 1015, 259, 585, 1091, 270, 2296, 5, 628, 609, 439, 1299, 340, 806, 1216, 1440, 1043, 719, 161, 334, 652, 1749, 2659, 1192, 797, 263, 449, 1025, 166, 22, 225, 987, 1740, 575, 1139, 815, 3966, 1769, 2116, 2680, 1132, 1117, 444, 178, 794, 2809, 1339, 142, 1807, 1280, 723, 1740, 764, 652, 622, 476, 151, 2764, 2286, 1726, 1547, 305, 1987, 2321, 2321, 2321, 1393, 2321, 713, 187, 2224, 361, 864, 211, 550, 1271, 781, 904, 335, 0, 947, 418, 2960, 2960, 248, 784, 2960, 2960, 2960, 695, 2960, 307, 2960, 303, 2960, 2960, 2960, 2960, 2960, 1197, 526, 1169, 278, 1500, 2488, 1380, 2654, 2488, 9, 163, 1825, 1428, 421, 4258, 1107, 1035, 2960, 1506, 1303, 1211, 2315, 599, 3036, 402, 1047, 372, 546, 746, 425, 2155, 684, 8, 2960, 2960, 895, 2313, 2960, 2960, 536, 2960, 369, 735, 1129, 3474, 999, 2157, 859, 2960, 2960, 761, 2960, 163, 558, 0, 2488, 2488, 2488, 343, 2488, 299, 2960, 917, 958, 2960, 2488, 291, 600, 2960, 155, 2960, 485, 2960, 75, 263, 820, 959, 78, 1769, 1485, 879, 1641, 675, 1164, 2603, 135, 415, 599, 366, 1265, 1118, 840, 325, 553, 1440, 2960, 449, 2488, 1064, 1347, 187, 1157, 1873, 286, 1515, 2935, 1446, 1089, 1480, 1486, 633, 111, 1266, 60, 1022, 2050, 895, 3737, 167, 3825, 1030, 524, 836, 779, 1737, 1737, 807, 111, 1737, 96, 845, 2037, 1476, 917, 878, 1016, 312, 547, 572, 1569, 798, 985, 925, 742, 1493, 927, 685, 182, 420, 1336, 667, 1055, 2612, 830, 7, 2209, 223, 92, 507, 315, 729, 195, 1438, 1434, 887, 1485, 2321, 2321, 2321, 1360, 2113, 1158, 1856, 1389, 1273, 199, 27, 423, 2321, 918, 1471, 2276, 497, 103, 110, 187, 1307, 515, 116, 670, 1737, 1247, 1419, 140, 351, 452, 1161, 582, 726, 127, 582, 2411, 154, 8, 579, 3114, 936, 1324, 715, 155, 604, 120, 644, null, 1923, 475, 389, 657, 740, 322, 3410, 1642, 21, 1128, 3445, 392, 1747, 1085, 178, 153, 284, 1461, 0, 699, 1432, 970, 1858, 9, 323, 6, 1335, 901, 901, 901, 1737, 901, 450, 1168, 990, 1216, 561, 696, 868, 771, 761, 2380, 242, 1667, 1667, 1667, 1667, 1667, 1667, 1667, 1667, 1667, 1264, 1028, 559, 725, 2016, 1335, 156, 1694, 369, 312, 312, 312, 312, 830, 65, 830, 830, 830, 1212, 0, 105, 1722, 901, 901, 698, 3339, null, 785, 1118, 2191, 1689, 906, 2, 1612, 521, 116, 761, 90, 25, 673, 95, 155, 592, 901, 901, 797, 830, 830, 830, 830, 489, 685, 1454, 161, 935, 644, 991, 363, 733, 1021, 733, 695, 855, 312, 78, 1960, 635, 831, 899, 1504, 605, 0, 234, 806, 1502, 497, 722, 737, 312, 312, 312, 1351, 360, 903, 2072, 1161, 299, 917, 537, 968, 708, 1959, 1959, 1959, 1959, 720, 453, 2287, 347, 372, 2795, 857, 161, 1108, 1022, 162, 628, 684, 298, 1255, 144, 2257, 1127, 72, 846, 1621, 157, 1671, 519, 1854, 0, 2113, 151, 1718, 273, 1343, 286, 299, 435, 659, 2104, 1599, 1028, 578, 778, 793, 346, 498, 1246, 157, 970, 1428, 1107, 255, 525, 1667, 1667, 1667, 957, 1667, 11, 1667, 1667, 1144, 1667, 1667, 1371, 1667, 738, 2215, 553, 1322, 232, 541, 1067, 1347, 346, 215, 165, 608, 95, 650, 1427, 644, 2672, 2271, 1667, 1667, 1667, 1494, 1084, 1486, 755, 753, 1294, 2329, 623, 199, 3106, 65, 352, 1347, 1424, 402, 1158, 1811, 4318, 1204, 1667, 1667, 402, 1667, 3845, 1667, 1667, 1470, 958, 186, 399, 158, 1191, 5120, 616, 310, 388, 756, 1667, 1483, 3581, 974, 544, 398, 3381, 1959, 253, 861, 1959, 1611, 1925, 1855, 1580, 1959, 1039, 1527, 1959, 468, 114, 1871, 172, 2157, 1141, 984, 2425, 1765, 1320, 942, 993, 848, 902, 1117, 1569, 1364, 2253, 614, 127, 1261, 724, 634, 634, 2470, 1030, 2243, 2243, 634, 184, 285, 1671, 634, 702, 481, 1031, 1300, 634, 2496, 3237, 634, 192, 1126, 620, 634, 882, 634, 277, 1036, 1472, 1690, 1708, 769, 158, 1271, 1690, 952, 1190, 754, 468, 602, 2541, 1764, 159, 147, 848, 923, 1967, 1690, 706, 550, 834, 1122, 1476, 1506, 502, 401, 1395, 1508, 2243, 2576, 2103, 1690, 584, 584, 584, 584, 429, 2137, 590, 299, 717, 1331, 2243, 1562, 59, 1442, 792, 282, 1251, 876, 261, 825, 642, 968, 1614, 3068, 9, 921, 2255, 509, 263, 31, 1872, 1679, 5, 1292, 2649, 365, 1565, 1565, 1565, 567, 1565, 1159, 495, 448, 221, 962, 1171, 90, 1333, 776, 1202, 2674, 145, 655, 1168, 793, 583, 2243, 1033, 2854, 893, 2891, 2243, 3454, 982, 2243, 2243, 2243, 773, 2243, 2243, 2243, 2243, 2243, 2243, 3765, 2243, 2701, 2243, 2243, 343, 1121, 1240, 1732, 435, 1090, 424, 2060, 675, 60, 601, 2484, 1022, 329, 1849, 2243, 2243, 2243, 2243, 1543, 2243, 1137, 2243, 2243, 2243, 279, 2243, 1967, 1367, 705, 1739, 1271, null, 253, 1690, 1529, 437, 1690, 1690, 49, 2934, 1690, 1005, 404, 876, 852, 1439, 785, 1784, 1593, 857, 1565, 1661, 411, 2201, 1565, 1262, 1625, 726, 870, 785, 348, 1629, 163, 119, 785, 785, 785, 785, 785, 675, 214, 785, 2119, 672, 80, 2793, 553, 3267, 236, 448, 1736, 304, 209, 648, 1778, 1536, 1565, 584, 1625, 285, 1071, 967, 2263, 1541, 1565, 949, 664, 1179, 584, 1457, 584, 514, 264, 584, 1500, 1339, 473, 275, 990, 548, 2205, 269, 1965, 483, 3351, 1197, 878, 336, 1807, 0, 2052, 190, 2677, 2646, 1206, 1159, 2646, 1338, 1894, 1110, 567, 2210, 354, 2646, 636, 1544, 1842, 583, 806, 1719, 2868, 657, 546, 209, 1894, 1894, 616, 1894, 361, 3275, 872, 2646, 777, 2401, 1663, 1454, 483, 190, 36, 483, 1029, 1894, 2987, 1091, 422, 1211, 1063, 237, 209, 181, 1894, 1958, 1115, 877, 1894, 1894, 1579, 1847, 1166, 585, 1545, 228, 2189, 1654, 0, 2103, 1839, 1, 583, 402, 1587, 2038, 483, 483, 210, 483, 2658, 1373, 1145, 483, 356, 1950, 483, 1579, 483, 312, 2045, 804, 464, 2594, 1195, 1, 128, 2684, 1830, 698, 324, 2914, 144, 1205, 987, 421, 546, 1174, 731, 1102, 842, 1162, 561, 1380, 584, 434, 644, 5, 3127, 2839, 0, 1888, 1746, 515, 1733, 4210, 327, 1889, 1521, 1702, 1458, 540, 816, 1097, 1477, 2646, 1329, 2536, 2646, 2646, 993, 2646, 1805, 2042, 1715, 488, 2142, 103, 366, 1258, 299, 333, 1942, 1554, 445, 95, 450, 1250, 2059, 799, 705, 2654, 1061, 1533, 1047, 407, 183, 1102, 624, 213, 1615, 970, 1612, 558, 1016, 1, 0, 1344, 1342, 3486, 244, 285, 621, 898, 2042, 1487, 2280, 744, 3346, 711, 65, 2029, 2658, 2232, 653, 1487, 2211, 1741, 3334, 2600, 1944, 3334, 498, 1485, 971, 2521, 460, 3334, 3334, 1788, 1706, 1289, 1487, 317, 1682, 1487, 640, 278, 283, 3200, 515, 1834, 2593, 2232, 1833, 1030, 2232, 1036, 932, 777, 2128, 727, 1049, 2232, 2981, 713, 572, null, 102, 376, 1685, 829, 1226, 1855, 1700, 3333, 2482, 532, 118, 705, 896, 182, 168, 850, 1855, 22, 1295, 196, 466, 822, 1284, 647, 103, 2506, 715, 2016, 2621, 1756, 417, 724, 715, 2, 1600, 917, 3113, 188, 1166, 636, 2708, 20, 2466, 1085, 2450, 257, 1487, 876, 2945, 618, 1487, 28, 2559, 1487, 1636, null, 1365, 715, 1889, 2535, 3035, 130, 1930, 361, 715, 609, 12, 1712, 1712, 1712, 1712, 627, 1171, 627, 1171, 2232, 2232, 1171, 3334, 1824, 1171, 135, 3334, 460, 3334, 3334, 627, 627, 2232, 285, 2232, 1215, 1487, 2090, 715, 4448, 253, 632, 1300, 332, 1554, 1338, 715, 747, 715, 230, null, 1554, 2186, 586, 1182, 1527, 1116, 1246, 1712, 1712, 1171, 1171, 715, 1171, 1171, 1712, 1712, 1128, 213, 2, 2008, 1874, 1148, 1780, 4353, 876, 1, 1960, 627, 627, null, 353, 2357, 2211, 1124, 1043, 627, 149, 627, 96, 1092, 2818, 3042, 203, 575, 1758, 470, 320, 1998, 357, 2021, 328, 654, 858, 2106, 337, 1265, 588, 2733, 469, 2587, 2572, 2051, 420, 1273, 1780, 1498, 1890, 2566, 273, 3391, 629, 2339, 933, 191, 917, 710, 572, 862, 572, 1419, 593, 315, 572, 572, 2363, 1271, 1460, 945, 572, 117, 572, 1, 1944, 2456, 1848, 1348, 1897, 572, 442, 1300, 348, 2847, 387, 426, 1047, 436, 859, 572, 572, 1648, 189, 2617, 2617, 2379, 2617, 2617, 1894, 572, 396, 572, 2617, 572, 2617, 2617, 905, 1637, 404, 1170, 572, 572, 572, 1716, 292, 361, 1158, 572, 2617, 572, 572, 661, 2607, 1, 1046, 1232, 3518, 1, 859, 1335, 2561, 1961, 607, 89, 1079, 444, 182, 38, 18, 1294, 887, 3093, 1173, 1697, 1279, 777, 2086, 348, 167, 844, 58, 1029, 94, 123, 660, 1587, 3227, 2541, 1265, 1210, 243, 572, 572, 887, 2224, 572, 2, 2444, 887, 572, 572, 572, 1378, 1259, 887, 887, 572, 572, 954, 887, 572, 1390, 367, 2444, 887, 887, 1163, 3904, 2045, 673, 2554, 673, 673, 771, 702, 1013, 3589, 1198, 1269, 2197, 1871, 1247, 1247, 1247, 564, 673, 469, 819, 1247, 1750, 1286, 2126, 71, 1531, 1557, 1719, 754, 1821, 2303, 3073, 1247, 470, 1247, 1247, 214, 916, 2250, 2477, 2658, 305, 1849, 1351, 276, 1342, 435, 320, 520, 694, 972, 615, 2234, 1267, 519, 1120, 48, 2020, 2228, 857, 1486, 690, 203, 394, 1773, 668, 248, 0, 27, 0, 673, 371, 1218, 3316, 3368, 1533, 972, 268, 828, 1218, 4383, 3144, 1160, 694, 709, 1759, 3379, 1568, 1022, 187, 2477, 3193, 345, 3234, 593, 87, 88, 886, 542, 3205, 772, 1217, 259, 517, 858, 3473, 1369, 39, 466, 673, 673, 1577, 1247, 685, 673, null, 328, 206, 2415, 639, 377, 2386, 1791, 546, 700, 700, 3332, 30, 1372, 88, 1536, 425, 700, 468, 1245, 1427, 1427, 1427, 1427, 842, 2275, 113, 1149, 324, 700, 2257, 1023, 746, 231, 826, 1428, 2149, 517, 1476, 119, 700, 700, 700, 1442, 515, 700, 1461, 2031, 681, 2276, 662, 719, 1629, 623, 1427, 129, 259, 1039, 1427, 1939, 312, 1795, 2112, 600, 1049, 2175, 590, 360, 504, 2179, 1604, 337, 1072, 279, 2, 1177, 1688, 2922, 1427, 2074, 2482, 180, 951, 2415, 2287, 1427, 719, 719, 22, 719, 719, 950, 1209, 719, 468, 719, 719, 425, 847, 97, 3807, 561, 377, 1436, 707, 1436, 1436, 475, 2746, 2147, 1824, 1056, 1824, 1824, 1824, 1308, 1436, 1436, 970, 245, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 2431, 791, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1768, 5205, 372, 1436, 3126, 2437, 1357, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1451, 315, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1305, 1106, 1049, 1742, 2405, 1399, 1436, 2148, 437, 1436, 2207, 54, 3508, 1355, 796, 1436, 1436, 672, 1436, 1436, 72, 1436, 1436, 1436, 2628, 1451, 4134, 1749, 1436, 1436, 1436, 1436, 1226, 1711, 1436, 1436, 1265, 1436, 1436, 1436, 1618, 1436, 1436, 1946, 1436, 1836, 1824, 1601, 1824, 1824, 1689, 2214, 1436, 1824, 308, 410, 1071, 1553, 817, 1864, 75, 1436, 2152, 1112, 157, 0, 9306, 341, 146, 1436, 232, 749, 1163, 934, 746, 3703, 120, 1099, 106, 2068, 1177, 325, 763, 1138, 1316, 2068, 503, 1039, 2699, 737, 343, 2540, 1473, 856, 864, 201, 2032, 473, 3098, 1034, 1043, 987, 1028, 3290, 474, 2, 2679, 370, 703, 2938, 1767, 1496, 2068, 952, 521, 1896, 2068, 315, 818, 2068, 412, 2744, 2561, 872, 1871, 158, 2375, 587, 2068, 628, 419, 2068, 225, 2555, 949, 1124, 2068, 12, 2465, 2700, 12, 2515, 153, 2541, 1463, 517, 2284, 533, 4078, 4078, 1547, 1614, 1723, 3116, 2415, 2291, 1663, 848, 946, 539, 2885, 2898, 2783, 4078, 4078, 4078, 4078, 2216, 1700, 703, 850, 1219, 1903, 1447, 409, 1825, 349, 1213, 35, 1049, 1086, 1068, 1121, 523, 4078, 474, 1467, 496, 3390, 2503, 944, 838, 2370, 1047, 2779, 393, 2730, 2898, 984, 4078, 593, 2732, 3358, 937, 598, 219, 688, 360, 1019, 1478, 164, 2846, 1122, 3566, 718, 2213, 14, 1108, 410, 524, 2849, 524, 456, 3261, 907, 1838, 1953, 1435, 875, 6585, 3357, 381, 624, 1784, 1089, 818, 8635, 875, 902, 612, 1260, 3149, 2918, 2234, 2572, 1653, 1688, 2137, 594, 360, 2226, 1654, 1135, 1217, 2017, 1297, 1254, 2329, 2695, 1571, 367, 869, 379, 1892, 1893, 964, 3610, 1426, 1121, 369, 3094, 1375, 1953, 3094, 1445, 432, 978, 5264, 546, 187, 1867, 3094, 1725, 1893, 689, 745, 1365, 541, 1893, 834, 1893, 2120, 1882, 890, 1893, 465, 969, 2810, 3094, 3094, 2546, 2366, 3094, 3094, 181, 5162, 3275, 1061, 1947, 3094, 1249, 606, 1559, 3636, 1893, 1893, 1584, 1893, 2007, 2628, 2816, 2072, 2628, 1442, 3476, 816, 930, 2707, 535, 1185, 1066, 2628, 2628, 2628, 2865, 2315, 353, 2968, 2340, 2628, 529, 2134, 2865, 2865, 2865, 2072, 126, 2628, 1594, 2559, 2865, 567, 2555, 2363, 3153, 2628, 2054, 2865, 2865, 1623, 2865, 1762, 1762, 281, 1762, 1762, 761, 1762, 1762, 1762, 1762, 1762, 1762, 2806, 1762, 746, 1762, 972, 1762, 1059, 2141, 1762, 278, 1762, 1762, 3342, 1762, 347, 4541, 2220, 1928, 1762, 1762, 1762, 1527, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1672, 88, 1762, 1762, 1690, 679, 565, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1490, 1762, 2545, 1513, 3327, 1762, 1762, 1762, 1762, 1762, 1018, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 880, 762, 1762, 1048, 471, 2659, 894, 2522, 2531, 1762, 372, 550, 2647, 1573, 2943, 2196, 103, 4494, 972, 2229, 156, 1918, 1599, 2272, 1504, 3102, 764, 3102, 1528, 3102, 2464, 3102, 1504, 1504, 913, 1504, 546, 3102, 3102, 1504, 2461, 606, 338, 3102, 2497, 3102, 1504, 2486, 3787, 2394, 90, 413, 1889, 0, 1504, 1039, 1504, 1812, 1550, 1654, 2775, 2126, 961, 779, 1963, 49, 983, 918, 826, 1906, 311, 2977, 1768, 766, 2730, 847, 1476, 1511, 2683, 380, 585, 2944, 2533, 441, 1624, 1986, 2944, 426, 14, 1325, 795, 1119, 1960, 381, 2200, 1586, 407, 448, 1153, 3244, 3801, 256, 515, 2500, 218, 751, 646, 13, 338, 689, 1580, 3066, 2372, 2088, 664, 2971, 3188, 1714, 2971, 3244, 485, 976, 676, 1165, 1493, 1773, 1773, 1773, 603, 976, 976, 976, 2055, 976, 1323, 1773, 976, 1773, 269, 1773, 4166, 1001, 953, 976, 976, 1773, 1828, 1828, 1382, 2330, 1940, 1773, 1912, 1828, 1990, 1828, 1828, 171, 2296, 1311, 117, 2060, 1828, 1828, 1280, 1828, 1695, 1309, 875, 1234, 875, 2319, 3036, 1315, 520, 1408, 875, 2941, 875, 875, 1945, 875, 4829, 875, 819, 1778, 4095, 1508, 819, 1726, 4650, 1990, 652, 819, 819, 875, 2768, 819, 549, 1126, 819, 819, 819, 1564, 819, 2074, 1232, 114, 594, 837, 3339, 1882, 121, 1110, 276, 1537, 2094, 1842, 3643, 1478, 146, 2549, 954, 3568, 2455, 778, 2468, 2253, 779, 604, 1458, 2413, 2537, 1668, 1422, 4217, 3, 249, 378, 1037, 2328, 561, 1841, 2372, 3718, 376, 458, 802, 878, 282, 1186, 2954, 1450, 882, 501, 1470, 606, 3061, 2816, 1417, 1353, 1801, 3357, 239, 630, 1773, 1918, 3305, 2924, 480, 377, 241, 483, 2453, 1214, 1052, 1081, 3409, 1721, 4160, 2453, 245, 286, 1099, 1091, 2453, 2453, 1123, 2453, 2880, 1360, 3561, 1002, 969, 565, 2453, 2453, 2453, 1101, null, 1180, 1833, 778, 2948, 2012, 1776, 2650, 1417, 749, 2508, 2527, 848, 1496, 441, 5363, 3616, 1700, 3017, 820, 2391, 3729, 2992, 4136, 700, 2029, 1951, 3655, 2249, 3201, 3201, 895, 3316, 3201, 3316, 808, 3201, 3201, 3201, 3201, 3201, 1063, 3316, 590, 3316, 3201, 1565, 2187, 306, 2452, 150, 3316, 3316, 3316, 1030, 2312, 3316, 429, 3622, 2306, 2306, 2306, 3622, 2306, 2306, 4495, 977, 3622, 3622, 3622, 1723, 2378, 173, 2306, 1127, 2990, 1091, 3622, 2748, 2304, 2832, 3622, 3622, 2306, 2306, 385, 215, 215, 510, 215, 925, 1600, 2654, 2010, 215, 215, 215, 445, 450, 3125, 2377, 2549, 2635, 215, 1037, 181, 2472, 215, 1741, 1560, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2441, 2441, 2069, 2441, 2069, 2069, 2069, 2748, 2069, 2069, 2069, 2069, 133, 2069, 2069, 2069, 2069, 1041, 2441, 2441, 2441, 2088, 2069, 3059, 1342, 2088, 205, 2088, 2088, 2088, 2088, 3857, 2088, 3011, 2069, 2441, 2441, 2069, 2069, 2069, 1936, 2088, 2069, 2829, 2069, 2626, 232, 932, 3033, 623, 895, 608, 278, 1011, 2063, 359, 710, 1716, 1370, 2370, 5768, 1098, 2543, 1465, 603, 2648, 1276, 759, 1278, 2165, 652, 2507, 2003, 738, 3647, 3550, 4391, 714, 2254, 196, 2651, 4394, 2532, 4394, 4394, 2463, 4394, 4394, 4394, 4394, 1604, 4394, 4394, 1815, 1360, 4394, 4394, 4394, 4394, 4394, 4394, 4394, 4394, 4394, 1190, 778, 4394, 4394, 4394, 4394, 4394, 4394, 2861, 811, 4394, 4394, 2224, 4394, 2685, null, 752, 3067, 1983, 900, 2037, 266, 3206, 811, 1479, 845, 3639, 441, 4501, 364, 3837, 1047, 2557, 551, 1343, 2342, 1343, 1343, 1343, 3809, 1343, 696, 1343, 1343, 1478, 1343, 1343, 1343, 1343, 1343, 1343, 3294, 1343, 1343, 1432, 1343, 2205, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 2624, 1041, 1387, 1343, 1343, 3140, 1343, 1343, 1606, 3099, 1113, 2573, 2038, 2573, 3099, 2573, 2179, 2573, 2573, 2573, 1024, 3099, 3099, 1696, 3099, 3099, 3099, 3702, 2573, 3558, 2573, 3099, 37, 2130, 1744, 2886, 883, 1365, 1313, 1336, 1384, 896, 98, 99, 1506, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2099, 2136, 2136, 3799, 2460, 1046, 1496, 1004, 1185, 1437, 3081, 2749, 2247, 507, 1644, 346, 1827, 1335, 2675, 1891, 1323, 1790, 1753, 3585, 844, 809, 3059, 2905, 2692, 1539, 305, 1074, 715, 515, 425, 795, 3458, 1771, 3132, 3132, 3132, 3132, 1192, 3132, 3132, 2964, 3132, 3132, 2229, 2366, 3254, 2629, 5259, 241, 5259, 5259, 5259, 5259, 5259, 1710, 5259, 5259, 2658, 2318, 972, 734, 1982, 3134, 2962, 482, 228, 1558, 858, 1069, 3181, 5469, 1184, 115, 1184, 4651, 120, 205, 2285, 4204, 594, 3594, 2957, 1857, 5534, 2700, 2700, 2700, 2700, 699, 2957, 2700, 2700, 2957, 2957, 2700, 2700, 3394, 2957, 2957, 2957, 2957, 1406, 3131, 670, 1326, 1136, 84, 1739, 266, 3504, 2436, 1636, 4440, 1538, 4530, 2432, 1431, 2154, 767, 642, 601, 3233, 866, 866, 1946, 866, 1186, 734, 866, 6501, 866, 866, 866, 866, 866, 1510, 2170, 371, 5572, 5572, 5572, 5572, 5572, 5572, 5572, 5572, 2924, 665, 157, 722, 13, 1858, 722, 722, 722, 722, 3355, 722, 196, 722, 722, 2187, 657, 1055, 1168, 713, 2726, 758, 2726, 2726, 2241, 2726, 2726, 2726, 2726, 2726, 575, 702, 8544, 516, 358, 2939, 501, 1364, 1548, 3175, 292, 2611, 2269, 2287, 756, 2848, 1168, 2471, 4502, 2540, 2212, 326, 606, 450, 5336, 365, 3999, 1322, 567, 344, 869, 2669, 278, 834, 5072, 3819, 2879, 2434, 2879, 2059, 2311, 2235, 1728, 1976, 2633, 4044, 1295, 855, 1213, 1422, 2669, 2414, 4918, 3035, 3042, 2306, 3831, 2724, 2724, 2724, 2724, 2724, 2724, 2724, 2724, 3529, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2628, 2628, 2628, 2628, 2628, 2628, 2628, 2628, 870, 258, 592, 1943, 1871, 1452, 1452, 1452, 1452, 2010, 1452, 1452, 1452, 1452, 4933, 741, 4911, 4911, 762, 4911, 4911, 4911, 4911, 4911, 4911, 4048, 3145, 1657, 3449, 1345, 1087, 1086, 1744, 1389, 4989, 4989, 4989, 4989, 4989, 4989, 1488, 4989, 4989, 2042, 1232, 2238, 2536, 2446, 1360, 5572, 1097, 3059, 961, 3283, 904, 3376, 908, 693, 1498, 933, 4314, 2617, 702, 2211, 2211, 2892, 4981, 3605, 3578, 3578, 3578, 3578, 3578, 3578, 3578, 3578, 2071, 1773, 1475, 1335, 2237, 2237, 2237, 2237, 2237, 2237, 2237, 2237, 1188, 4640, 602, 1863, 4463, 1915, 94, 1544, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 1497, 1771, 2602, 2437, 1144, 2506, 1522, 4964, 4964, 4964, 4964, 4964, 4964, 4964, 4964, 5422, 5422, 5422, 5422, 5422, 5422, 5422, 5422, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 1932, 662, 1254, 1316, 1098, 939, 1498, 3605, 2255, 5686, 3509, 3509, 3509, 3509, 3509, 3509, 3509, 3509, 2721, 3274, 2298, 554, 2583, 6456, 6456, 6456, 6456, 6456, 6456, 6456, 6456, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 3342, 3033, 3211, 759, 1116, 2230, 1594, 1594, 1594, 1594, 1594, 1594, 1594, 1594, 691, 2095, 2095, 2095, 2095, 2095, 2095, 2095, 2095, 2247, 1129 ], "xaxis": "x3", "yaxis": "y3" }, { "alignmentgroup": "True", "bingroup": "y", "hovertemplate": "Normalized Total Entropy=%{y}
count=%{x}", "legendgroup": "", "marker": { "color": "rgb(41, 24, 107)" }, "name": "", "offsetgroup": "", "opacity": 0.5, "showlegend": false, "type": "histogram", "xaxis": "x2", "y": [ 0.1539658042756231, 0.10440655152790676, 0.015292844372881902, 0.143372972010246, 0, 0.15603786882424117, 0.22607091165502535, 0.22607091165502535, 0.22607091165502535, 0.22607091165502535, 0.026003533842383953, 0.06935683396059958, 0, 0.3486781332513084, 0, 0.04543592049228165, 0.3338290117461519, 0.076320583199431, 0.026293502835847384, 0.1645227267456162, 0.2566444228667732, 0.2566444228667732, 0.2566444228667732, 0.2566444228667732, 0, 0, 0.19235131871919017, 0.1767500767798423, 0.08114275545962749, 0, 0.0662104997918717, 0.08443873294467001, 0.08734121515646756, 0.06358431083529863, 0.056513757805554926, 0.101935181421098, 0.2869584354614601, 0.12261507369959344, 0.15312220093641135, 0.31722919982175796, 0.1800260150657295, 0.2383842849312108, 0.14808877879712187, 0.07028815778300278, 0.09225629605610804, 0.062232619146619414, 0.0678764990137374, null, 0.21347328912246857, 0.0872728718076368, 0.1188812922619228, 0.22961501923210828, 0.1307248961205136, 0.0003345446682121478, 0.0039971796715680685, 0.08109409115310563, 0.14876636278299335, 0.12780920781634336, null, 0.01282436402997614, 0.01282436402997614, 0.01282436402997614, 0.01282436402997614, 0.08615024813967069, 0.09166379276025016, 0.011966543883145529, 0.034318467821209765, 0.04085156946899055, 0.1385126291951736, 0.031474299819612146, 0, 0.2612796872684704, 0.1909305408933547, 0.13633040501926302, 0.03088136693342521, 0.09943492226355607, 0.016844285023977175, 0.08036692477616603, 0.26492763005094416, 0.02267123333750464, 0.14732283845149052, 0.0038751593195564386, 0.06207891221263973, 0.0026044511517829614, 0.016875381835812987, 0.2300292132369484, 0, 0.02493141787158824, 0.1091883627874593, 0, 0.11868336104214013, 0.09639526258046878, 0.06893904612680378, 0.0458202691209056, 0.0020850022756750196, 0.16965393392545206, 0.08948825435737695, 0.045341910255170065, 0.2229651385329838, 0.11228874143822082, 0.018919713694111044, 0, 0.060904026122547056, 0.1888438531403572, 0.005629200804517977, 0.2089662311986623, 0.009911943723646396, 0.015151823688340144, 0.21847847149542524, 0.021193993818091516, 0.16066727455643412, 0.032075862002374084, 0.0013253445341260444, 0.10047340613460612, 0.1310339282426372, 0, 0.013881072286205429, 0.013881072286205429, 0.013881072286205429, 0.19604490965810512, 0.02576216541630128, 0.011255922033186686, 0.1201324686093694, 0.2186578417525821, 0.08687298433157745, 0.18353572744816932, 0.14828956777628938, 0.14419812721660427, 0.06617688450207063, 0.14721352499647142, 0.013881072286205429, 0.10976013976762142, 0.2087992549383919, 0, 0, 0.0435451042334429, 0.04419914734313262, 0.06324074929694931, 0, 0.08329342276561627, 0.03766144036827013, 0.24208666300955092, 0.2625833297566265, 0.411689162017092, 0.1514994562150376, 0.24460828236417856, 0.01628355806225611, 0.06858563419849077, 0.025098136622152312, 0.24834537221803615, 0.05804065199651048, 0.32957557851775066, 0.08334667145345404, 0.12300970264823231, 0, 0.12648552744218733, 0.011684530023584242, 0.09570686369562696, 0.06523404301660057, 0.22607091165502535, 0.22607091165502535, 0.22607091165502535, 0.22607091165502535, 0.1281741539676913, 0.17074396016256954, 0.12585667058871494, 0.10149537884409578, 0.02323508541020292, 0.015232969492682717, 0.031503903718859, 0.192464726047078, 0.06663986107132296, 0.11208947773112404, 0.1835556008891884, 0.04332781429926715, 0.32129365718173136, 0.04058165686343918, 0.05309072361458044, 0.026926918906583015, 0.10007603963392232, 0.043133319388039354, 0.017903967639715836, 0.07423443115001471, 0.07989729965039145, 0.07795098070432632, 0.07928386064422834, 0.21839289981935567, 0.10750995095238863, 0.037475692990105586, 0.029654544074776, 0.05152911214204969, 0.4392568776726295, 0.03384200375410774, 0.02614946360496019, 0.14989772165001522, 0.0062064020174081, 0, 0.16768452017120658, 0.23120012983729288, 0.06901520628410264, 0.23965794977404395, 0.2587259593387385, 0.11109420007237455, 0.07403747852481908, 0.11289182811769456, 0.0000866652624457251, 0.01630855654091103, 0.056754202550445915, 0.05755283907062717, 0.03905475643119997, 0.01296839744324809, 0.008382307900611907, 0.23291659567738365, 0.17769918190738787, 0.08389055368644224, 0.1443744311236708, 0.00409912440783849, 0.028753085871751943, 0.24327575662070408, 0.11204110634289705, 0.007632848120314331, 0.13269395870644926, 0.08923221006973442, 0.06982820053240205, 0.24165282195355553, 0, 0.09923574523722252, 0.045337425107917266, 0.2809738658058242, 0.06617399057383873, 0.10692636502205544, 0.3364753593731318, 0.002269953255960699, 0, 0.005770586050821315, null, 0.10441199831186362, 0.06689731312536114, 0.10839543673486449, 0.1174669799049752, 0.01041075787797196, 0.0275217592399473, 0.00956589959639994, 0.009926987378758276, 0.12307188274087325, 0.009468902112880113, 0.05881278700382144, 0.08382072416363573, 0.053761926229666045, 0.5168078218708999, 0.06073931299126752, 0.20620331284340257, 0.02573731984932664, 0.2142206701372887, 0, 0.026917893407569463, 0.13637598399468842, 0.113344255766237, 0.11732848755284292, 0, 0.20910518721296267, 0.2310902980442677, 0.003767720115155382, 0.05814454223505703, 0.1916616308679318, 0.17439887016013744, 0.012960917361322976, 0.41044649403970634, 0, 0.026492500832539335, 0.0027352740268182935, 0.032257241779272826, 0.03755468861302362, 0.07868866169997633, 0.032280861454811065, 0.2885549093403365, 0.009666132090516914, 0.0015406163059064218, 0.06237949305819989, 0.03971926972535464, 0.12924253755183865, 0.00030547205720201547, 0.14158409412923273, 0.05382408871439055, 0.3009158221533329, 0, 0.04202095966993101, 0.011303307117219953, 0.05007918330975608, 0.0391919812039514, 0.059574566909639706, 0.07510163280158376, 0.007231508257539079, 0.02179731256926869, 0.18527065732484993, 0.1016868262553312, 0.25535627483402623, 0, 0.2058003424297924, 0.02898838307858865, 0.1345399146589124, 0.2909046376814842, 0.1222253827983428, 0.04345921411170986, 0.0493707437663704, 0.02643040693351003, 0.15999114288250643, 0.05311623250619539, 0.16031784618122635, 0.19634469074158, 0.08431246199882104, 0.1548205937329484, 0.1962991325057731, 0.023284985736936048, 0.06364733548331811, 0.07945898663237028, 0.3976820226786662, 0.0013419959825908894, 0.08664915381160554, 0.13610614022797315, 0.11031152275440947, 0.03595211182076484, 0.0837964198920925, 0.013792534782530216, 0.3609640474436811, 0.1965447274315817, 0.24137836265390844, 0.06365519763129755, 0.13673278822492377, 0.009634094879829636, 0.0535326578974948, 0.3060986113514965, 0.013799330248477263, 0.08770855120620978, 0.15347862958472097, 0.08480979607761084, 0.13008705445075155, 0.007762214697858735, 0.24705008614974128, 0.03276262053214586, 0, 0.05946331063396061, 0.3623202443452657, 0.0976208813969686, 0.026032103311712157, 0.036552865350557885, 0.08155068176782687, 0.010413201854646382, 0.07423756359725035, 0.031658961502355684, 0.06697713723934559, 0.103807984402685, 0.12857564425380183, 0.06319931225571425, 0.24583132039345656, 0.05407989466210375, 0.02445930245577018, 0.17211858919871875, 0.02994512117427165, 0.10391231544004896, 0.009627125698098846, 0.245242340343222, 0.009627125698098846, 0.052272945518556095, 0.2306604403397572, 0.013656846846583144, 0.1389361870617243, 0.03569113369841504, 0.15036233209917954, 0.12425530947528596, 0.04049276314318039, 0.05602885310013628, 0.12835121745160627, 0.01822448548019913, 0.05153746708570144, 0.09658551973325807, 0.05493026073722995, 0.29386795315324676, 0.02391874159347315, 0.33042142017847626, 0.17049624709360017, 0.22590543736075125, 0.06257170726572851, 0.02823356544791748, 0.10362940617945406, 0.13056208266385894, 0.047641149501205605, 0.0013530605955811245, 0.1187040459013712, 0, 0.15867146479815675, 0.230281597493122, 0.005925190362310767, 0.03941736537152699, 0.11193668416495332, 0.0697863104518048, 0.14596842911452065, 0.07952031576026075, 0.016012821696228228, 0.4239794248028867, 0.2279857383472042, 0.16126249957125732, 0.12721856664998787, 0.010119067098721098, 0.08810803987166466, 0.15825964734738157, 0.013155398176395869, 0.0917315723789916, 0.017697283346020633, 0.21956555665140057, 0, 0.179013131363134, 0.015945100042364466, 0.04752644461315808, 0.06930970903087087, 0.15693606974326213, 0.1202152496744118, 0.10572468123025412, 0, 0, 0.14440859965710873, 0.13606748794083262, 0.09275364442169882, 0.095270071068367, 0.07871747704850557, 0.04448055634438483, 0.0784176581951917, 0.14730854643980182, 0.11555780135278047, 0.00916107105588874, 0.09565792574328004, 0.12307795959947976, 0.01692827367806729, 0.03400235084983318, 0.13629776989240616, 0.11908266050566446, 0.13720079399241047, 0.05241153552229229, 0.009539377910601304, 0.0208143953129667, null, 0, 0.028253460462855425, 0.10967573462205572, 0.09749785467680534, 0.11540463420100616, 0.15456092641219113, 0.2843256137270987, 0.08295421501448494, 0.147451521568551, 0.17075194045636605, 0.1858934854265412, 0.1186618146255499, 0.04277365182312241, 0.1186618146255499, 0.1186618146255499, 0.27276419701188626, 0.1186618146255499, 0.14891055540321185, 0.1300157254204323, 0.008647196019849236, 0.0671233665080709, 0.06988116202402826, 0.14926634760072074, 0.2559209765473103, 0.09164082990829348, 0.1487361244596448, 0.01608375011560452, 0.1261111744760134, 0.19956496871783183, 0.03628098924253891, 0.2036259017245645, null, 0.05018858901727648, 0.21608288890151828, 0.021143859318122547, 0.24684827130253856, 0.1563211868840229, 0.01959295106205768, 0.1563211868840229, 0.1563211868840229, 0.1563211868840229, 0.0019867678317692684, 0.004074900890671067, 0.013126015474774875, 0.1744836695808848, 0.16219484781447116, 0.02681297374321264, 0.06131393526013312, 0.12343008390935212, 0.05033709928598787, 0.029427238322998824, 0.026944671454250356, 0.03160118136521826, 0.004090033475497949, 0.023697470568764378, 0.017026191176651866, 0.0003078904889973826, 0.2566020569581541, 0.0964005283123683, 0.03824178198774315, 0.4040418580197861, 0.02249725407894584, 0.1469330609244794, 0.08333105065605576, 0.1117438698981974, 0.03362876114225402, 0.018118311403140182, 0, 0.09469146894941809, 0.042747718258738555, 0.1036315136530786, 0.035957545035826176, 0.03578907163312958, 0.008031467401374014, 0.26985033950550646, 0.1213880693744748, 0.08857132100741762, 0.16522358531234965, 0.0697631258866804, 0.03097405945927457, 0.11155668080104758, 0.0021142328823379286, 0.1989854207750574, 0.0018728303334904644, 0.033730609206036606, 0.017225350978313587, 0.1571573511226721, 0.25036639224544277, 0.1793341211032135, 0.094136027810757, 0.008609589567869502, 0.03630769328297022, 0.0827289220617583, 0.04188594190228902, 0.010735187799654914, 0.019419714756524632, null, 0.008912933168633516, 0.13554030633600128, 0.13554030633600128, 0.321517145303824, 0.06955075976579653, 0.01951227023623019, 0.04764771942017982, 0.21548296530184705, 0.11734069415241312, 0.0927498795434629, 0.13554030633600128, 0.13554030633600128, 0.08469727563514899, 0.13554030633600128, 0.13554030633600128, 0.12369291865404504, 0.16233332365896658, 0.0074461077700175475, 0.0074461077700175475, 0.0074461077700175475, 0.0074461077700175475, 0.13554030633600128, 0, 0.10167396597040522, 0.1383270693045857, 0.006185554023302156, 0.08268001598376078, 0, 0.026079849535954644, 0.15562423138485632, 0.0426549511293763, 0.1487361244596448, 0.06184332954059817, 0.01233618252156088, 0.008958467309294489, 0.16565642369773426, 0.033632785011096816, 0.05674625135663257, 0.035624782753912225, 0.3685164729373831, 0, 0.018259732539720405, 0.02830592359429343, 0.038030876868569576, 0.01868235285339359, 0.025364545908021546, 0.13885561905548988, 0.05167138232087347, 0.041241382934749354, 0.09818941194820976, 0.030216320211720823, null, 0.12038262132783643, 0.029514367740333503, 0.01095689269716452, 0.19094332019950933, null, 0.020040816292878395, 0, 0.06733285371479704, 0.22090401052411496, 0.07574854722109867, 0.045623738742426416, 0.08480349349607412, 0.13554030633600128, 0.21756029867361543, 0.050314903453905616, 0.04947558727995138, 0, 0.09197222560920593, 0.029664351579883334, 0.1035419825701734, 0.012293500879603231, 0.009913289108392924, 0.002861135828416773, null, null, null, null, 0.03462521493422198, 0.024592950976804147, 0.06130108524464204, 0.017512364499729295, 0.07239656272521215, 0, 0, 0.0912529681962703, 0.06233457597801776, 0.001556917428035347, 0.016422443577681953, 0.1247123056285848, 0.07204899729779701, 0.08179691778907457, 0.08016074092570435, 0.0334326909529479, 0.17269543191125453, 0.23788575789858113, null, 0.18047024419278215, 0.13554030633600128, 0.010509426519817098, 0.0787615609676435, 0.08511833422545292, 0.2001142968416697, 0.05096346859499443, 0.05125940137971485, 0.05089575292354205, 0.10204938330370662, 0.0033098122489806188, 0.032023963627644474, 0.24629871895508815, 0.0008806383154733796, 0.07420386173928456, 0.1031325849839089, 0.017402492458003422, 0.04598881622474505, 0, 0.09836225837052666, 0, 0.2827769749982975, 0.09781089090731392, null, 0.03207979784336439, 0.26775863583429566, 0.2223075702247351, 0.148018045358857, 0, 0.036503697050310945, 0, 0.3212502828712331, 0.0016332007382589644, 0.11711328485357024, 0.17439840889854097, 0.21024387088304772, 0.05499005198065052, 0.29798959886309406, 0.01409296079742648, 0.2882510095333672, 0, 0.12719819356701362, 0.02758910122083024, 0.1310829018243782, 0.056626836748973834, 0.004603843439614078, 0.0874391198135313, 0.09697035636854272, 0.23185715010946856, 0.1373576377912183, 0.0021148774039720618, 0, null, 0.046891003015217474, 0.018006754867242115, 0.021391030237130265, 0.0969857438061636, 0.1472567132808281, 0, 0.0004136168196793616, 0.0030096999633262077, 0.07892404494357179, 0.0035127131090604575, 0.10234590957595573, 0.06477011331039287, 0.1471014223794377, 0.01917771052158129, 0.027882665483920887, 0.1563211868840229, 0.47140367424773505, 0.1563211868840229, 0.08057709413631207, 0.1563211868840229, 0.1563211868840229, 0.07297058291793379, 0.20505791741472332, 0.19562178181462783, 0.07416889281193788, 0.2794522249092719, 0.21247180160176127, 0, 0.021127313750781515, 0.13809619990868757, 0.2246993869867321, 0.04167546211683289, 0.08694080296888006, 0.09230446816711396, 0.21789803711823907, 0, 0.05537646656105729, 0.10226601027475105, 0.1091684686071468, 0.23582144764533072, 0.1028624769176293, 0.04075175356455119, 0.3659032398382802, 0.01679629419277335, 0.11361883306639256, 0.07030069085165166, 0.07237098866809667, 0.1060070491660222, 0.18465763586136055, 0.2566444228667732, 0.2566444228667732, 0.2566444228667732, 0.32501121082417705, 0.2566444228667732, 0.195841199030089, 0.023570268358838836, 0.10634679199187476, 0.011229236693513988, 0, 0.06394071499092509, 0.0009211155553391696, 0.05548680411820972, 0, 0.03002718015289837, 0.07770715816302702, 0.0459507064484375, 0.013273591187553922, 0.0011194933373084488, 0.03530931199918981, 0.023757427842482665, 0.006438113518890299, null, 0.12131444069744048, 0.023466693274847312, 0.014548304816371123, 0.0653881500852908, 0, 0.09624794291493102, 0.22124915124935488, 0.12845601630633596, 0.3457732269434226, 0.09897774012414676, 0.10121729020075115, 0.0036520129465654385, 0.013827631334922444, null, 0.11543089224705644, 0.047305963655722, 0, 0.05572125867620188, 0.25790765446163005, 0.04543213671775079, 0.3817854441802863, null, 0.2864578978685745, 0.009643985400459172, 0, 0.11308231627986044, 0.03348715310856092, 0.006986572148670565, 0.046771472300324135, 0.044616308248929745, 0.03348540272214774, 0.21451258849144353, 0.11214242727808868, 0.032164604164493876, 0.054152154519993626, 0.11750473856854944, 0.05179702689365096, 0.0054974908224587225, 0.06558351946870712, 0, 0.052272945518556095, 0.18155143012341832, 0.21500273256316432, 0.08303331683449187, 0.11872180756472148, 0.0036389701323410674, 0.4043249408126741, 0.03899730413420271, 0.07430936989979846, 0.1451019193838165, 0.004624304751079583, 0.27683711828573954, 0.11904824115589546, 0.07861246804056847, 0.2852027351434339, 0.22238500255352367, 0.26972022115382555, 0.22329654092507137, 0.015983506975669734, 0, 0.1902091367413677, 0.1500114784580101, 0.3172606380947982, 0.017359373420124388, 0.037721735552169136, 0.19160779904965464, 0.15755880067870345, 0.016910978874546092, 0.24946882318567157, 0.013939038158255196, 0.11071515069161958, 0.08621271697838032, 0.04506967397157809, null, 0.11281017605769028, 0.05649455623709709, 0, 0.011306647076395074, 0.0025751466898154517, 0.057337752668073366, 0.1622175023656375, 0.10191078758015214, 0.009695032460554294, 0.007452497346020675, 0.035965620513809755, 0.20284742742630713, 0.17263942341611277, 0.18112792913770057, 0.003364472790335707, 0.035965620513809755, 0.06546714942385994, 0.035965620513809755, 0.035965620513809755, 0.02137100742507975, 0.049913606678226585, 0.04637960435170538, 0.032655640491229, 0.016704329773488468, 0.055067036357463295, 0.008959526389106624, 0.06463387682510091, 0.06082807810943756, 0.0578677568569948, 0.15169960996000909, 0.042531537805318, null, 0.06915988775469056, 0.04399429660040285, 0.2866484096728506, 0.03787722582526397, 0.028005640395471185, 0.03489573381401105, 0.09563072092421934, 0.17974298364994096, 0.014237081963557852, 0.08137258428627299, 0.3263921776439682, 0.003577266109571905, 0.1471529229283007, 0.008388787137359716, 0.08241083492157907, 0.04777694144674282, 0.0948188888968879, 0.0010820632088507144, 0.06584852431926415, 0.009176055347313654, 0.11472244150085568, 0.05166506535514933, 0.38100948295500386, 0.03709572500207331, 0.052536494188319766, 0.07873544395948082, 0.05005017978159307, 0.011754835622493886, 0.13812466554576594, 0.20975985056831176, 0.44657200648971224, 0.05263711894450454, 0.06473634663905818, 0, 0.03147709481767587, 0.04325662596279353, 0.0627607764452684, 0.14946422024056158, 0.03778182870564852, 0.08709032202052176, 0.1949766325048359, 0.006911135135191454, 0.08660965320395932, 0.04057351777505318, 0.018459488556643977, 0, 0.004754523678843583, 0.19210483419191315, 0.07206505821538145, 0.3286205923999921, 0.10888170472307492, 0.0009326118446584528, 0.08888346345926204, 0.17120586793616907, 0.08129328772557023, 0.1640696574282268, 0.017514817819180913, 0.03775272986983227, 0.15301319805693986, 0.09359500415917547, 0.02884834891889412, 0.13285405920680587, 0.05334682029846229, 0.13026428965033804, 0.037760378359605086, 0.008282611062230513, 0.1655481092476478, 0.1646683952897031, 0, 0.04455615433772517, 0.00043492512056502, 0, 0.24624007528120267, 0.23059880825513712, 0.18297226414250745, 0.033860858925203983, 0.18321449853168137, 0.3068937308598714, 0.14580860512859858, 0.21362762127317403, 0.18048865356465352, 0.15698385203589768, 0.07890044787255758, 0.1264305756474311, 0.02770374722327916, 0.0350625830651531, 0.02799839769668684, 0.2982510589743154, 0, 0.1913597166508948, 0.08177021137342529, 0.012740069032623076, 0.09987857486858544, 0.20823952507667975, 0.2922387629998213, 0.37402420313199, 0.12271679423850088, 0, 0.0519207482388861, 0.03455338599999252, 0.010970973993299871, 0.08807829220698185, 0.2357641471180146, 0.007379885310018389, 0.0767418528691019, 0.12055494903808432, 0.18430899871655895, 0.01735047579845008, 0.2535257475645339, 0.19278761325452903, 0.06179977657907432, 0.14322299390451249, 0.14322299390451249, 0.14322299390451249, 0.14322299390451249, 0.06738264129347445, 0.010503837110921838, 0, 0.046669867898115495, 0.005077184071074561, 0.10130580829708484, 0.0069186496530134105, 0.013122134581323068, 0.14061416278150063, 0.09172043137596676, 0.03282013126289057, 0.002675084202096898, 0.01775652933908931, 0.03592134100347768, 0.17160156869905038, 0.024779965976235822, 0.011543000031928706, 0.05594279615839471, 0.01779306191081013, 0.1586570450786893, 0.17123898636703722, 0.01791487640203325, 0.5251934812106226, 0, 0.013451645284519882, 0.0492398776616392, 0.0030280438301641417, 0.2089667276137099, 0.06995276443235145, 0.0005420032647926821, 0.005198533506201986, 0.1548715925549119, 0.022626751443908383, 0.011411123524504066, 0.0556319298485298, 0.12413633171033649, 0.04800795303298256, 0.03934118314919176, 0.10031116215635733, 0.04515220956583619, 0.37294829058034, 0.005347008342006272, 0.14984123013390882, 0.09137053603230524, 0, 0.112062833809021, 0.038231982318242694, 0.4119163311819708, 0.05720361501954438, 0.09164204733241904, 0.21042055874141824, 0.2128819518721515, 0.07947029529564632, 0.0991946577555697, 0.1685487149452128, 0.06555823570381292, 0.07799303459412923, 0.0956808023690582, 0.03705688178118463, 0.21751994998352409, 0.08988209113289723, 0.2314184724491696, 0.2116651659801414, 0.004635935829791846, 0.014631781998539966, 0.05563745675854488, 0.14282780519277466, 0.10036473346097446, 0, 0.2028559033146688, 0.44327044641104496, 0.3605729826260823, 0.07866488115437373, 0.1750357411984368, 0.01134034073584071, 0.15080301509625063, 0.03241084289095517, 0.032892113675055006, 0.011943534361969248, 0, 0.013424157463046002, 0.03572853783260919, 0.09451370798702788, 0.04493452213789768, 0.04838423979599936, 0.3765235177688047, 0.044098882499674905, 0.052272945518556095, 0.02132048351753063, 0.009627125698098846, null, 0.047539761411361015, 0.0011047867500693302, 0.14083364169715248, 0.03095872872568843, 0.1451460604540902, 0.1166318088949582, 0.11748995826332728, 0.005390524201620383, 0.026319373744008275, 0.06437570571655174, 0.01740422383013736, 0.15007173815355077, 0.07412710130335672, 0.10033183800843563, 0.2629217934842761, 0.04920218435329916, 0.039316641920254816, 0.25318942956870627, 0.3640314002178667, 0.13346146596356734, 0.4387171720934805, 0.11127234354617456, 0, 0.02857418468039303, 0.04916264066234935, 0.13880407318034238, 0.01889248427654207, 0.19734160955210983, 0.06748480717750084, 0.07618017468109939, 0.014374722781984232, 0.005203578712124645, 0.07034182944767367, 0.00020675736950294965, 0.000049827552563443666, 0.123459443503835, 0.13554030633600128, 0.030922989685975857, 0.13554030633600128, 0.3805130455218017, 0.097266986952696, 0.0144904093140426, 0.13554030633600128, 0.24203629532597207, 0.14207621899938164, 0.025430905563551272, 0.04398485361002599, 0.13554030633600128, 0.15286267165170792, 0.13554030633600128, 0.13554030633600128, 0.13554030633600128, 0, 0.4021261179508211, 0.13554030633600128, 0.2966699736299019, 0.17858336472373124, 0.03436482539091585, 0.34851452266237787, 0.13554030633600128, 0.013881072286205429, 0.08893633053038796, 0.013881072286205429, 0.14890045102663152, 0.1885668314704884, 0.00969527193625515, 0.07711458398739358, 0.22044360715818176, 0.009601409609854825, 0.1296057607260142, 0.13276069225480533, 0.05778592410192492, 0.04801834416721486, 0.03298007598594629, 0.09872121249981246, 0.038341431133944, 0.06547175828873592, 0.3773578726501421, 0.018056448395463692, 0.042147076621744856, 0.32208357685472877, 0.04221396548406824, 0.3633740459081304, 0.10074969737149136, 0.014685020314469496, 0.00519077679339753, 0.003209874875635021, 0.021601316999813363, 0.011716601455942678, 0.29583638929116374, 0.10082116287805123, 0.04009190614970371, 0.03324022590197674, 0.21719540536014056, 0.0019042717749453665, null, 0.08756247723345785, 0.013881072286205429, 0.02284662648857995, 0, 0.066317452424776, 0.013881072286205429, 0.0937973607491614, 0.026854290032287148, 0.04277728380551951, 0.12338181302794396, 0.08616160782451325, 0.0014629053310907284, 0.1599996104569517, 0.32598499380015017, 0.10110096179201704, 0.0002443180319499162, 0, 0.2017069848565385, 0.0708254636849763, 0.08840660337347726, 0.1977880792133597, 0.24529700310053393, 0.044279860983421473, 0.16395759516445135, 0.1850405019857813, 0.06884516670083118, 0.1438349752345883, 0.009613894091512028, 0.043297383545534134, 0.17613717708078597, 0.008620972822565388, 0.08808411917416172, 0.05791915475283186, 0.11547454302240708, 0, 0.11514613880700292, 0.20683167180568685, 0.20785290805328563, 0.03584436779067081, 0.12420363578956316, 0.016016751426434283, 0.02253139881484727, 0.0811546852780582, 0.3460151285013351, 0.00486000962547618, 0.07847399309520613, 0.04710395421780708, 0.02144392372534007, 0.052698744472727, 0.07171410831351646, 0.02344530725789681, 0.0269812046190672, 0.008613093351483801, 0.13444783274895047, 0.03322469298206592, 0.03973978193715928, 0.10119956727909354, 0.36072249164802034, 0.03266201443047066, 0.10178337921232396, 0.005716559485653384, 0.1264264298011734, 0.0022738765923758617, 0.013674455559556396, 0.29460774978527937, 0.242359998163438, 0.110258923564494, 0.032987205390542756, 0.13094418361832685, 0.027504741327735796, 0.004777793929328382, 0.12814010417995403, 0.047317801736775064, 0.028275688974822688, 0.1341265398083257, 0.07568330318172593, 0.015262672691546218, 0.16847180713483306, 0.05438538968604555, 0.001697238741042255, 0.027874441295176106, 0.2811354719245021, 0.12309787551524518, 0.3959291762837418, 0.059539338261361395, 0.04687525600547536, 0.014182412016490694, 0.09709586333414084, 0.00887698598870607, 0.007451869576316677, 0.07333580455572261, 0.12464456090447612, 0.29601875699478863, null, 0.003812592885110556, 0.010040014931689848, 0.03562106139389482, 0.03456459002530678, 0.2846050011061389, 0.007733907463647514, 0.028192116206510923, 0.08420216291424491, 0.05515268739929821, 0.1603625718122361, 0.0693538395115245, 0.16813862222830672, 0.027951297214670337, 0.00687865760485919, 0.006268624135023137, 0, 0.08814572703048867, 0.05336210788864218, 0.1850412407093536, 0.0806415710895969, 0.08514147297349876, 0.08931150840897592, 0.07975002934747939, 0.19991614195771415, 0.2472288004143939, 0.0257429828036158, 0.1631591022400095, 0.08908182065261094, 0.24662074908855697, 0.06848551138729869, 0.1925756864407304, 0.07251970254271753, 0.415108529594066, 0.11847268416071426, 0.041990285906832105, 0.12003626374345087, 0.05329615145289806, 0.1851699427045016, 0.07976072670181812, 0.3446518987097146, 0.07557908088272021, 0.1157975147894971, 0.018593958196037444, 0.0040080091956802184, 0.09253481651146413, 0.02170732513806663, 0.1952918093702323, 0.2217172642480045, 0.04429986553379493, 0.04048807544431036, 0.022375398322472113, 0.03666151335774688, 0.11123624197213076, 0.0334783725366553, 0.05862444919866015, 0.02052385593891124, 0.07167542025660664, 0.0006701368706399771, 0.009101168792903557, 0.04358824203819421, 0.052272945518556095, 0.17364350494380312, 0.3808702608131753, 0.2225705848177384, 0.3148994864566309, 0.04670425232187252, null, 0.08600622288827182, 0.07728438414913892, 0.015949782465622314, 0.08224468652835777, 0.29905774220215414, null, 0.2668861832113206, 0.020780757927501267, 0.017301732671251218, 0.04180199794674257, 0.33718491068630674, 0.2515406818540296, 0.20054379373987288, 0.1785793917775482, null, 0.21073766342813072, 0.03482353948429146, 0.1668124578951082, 0.29819998882825616, 0.06616904912262624, 0.16363457883127278, 0.09263649093874884, 0.010833733628960738, 0.19131252421781944, 0.10025952017444928, 0.03222851815446079, 0.02407543607654585, 0.12894174919828535, 0.21002473001346308, 0, 0.05244975455179634, 0.045850919018082865, 0.03744446731245064, 0, 0.045747806850697105, 0.029214758042874277, 0.13741930939056385, 0.1035956192451622, 0, 0.06955500667031915, 0.07458800947545337, 0.1141459859089156, 0.0042780735039009855, 0.01064975112702672, 0, 0.10018549956846032, 0.01818560737350144, 0.17428016075048575, 0.031170482809502156, 0.2101982541748456, 0.007787863068623203, 0.06638384731655081, 0.016197737913638384, 0.012921187980261484, 0.4315602842833155, 0.03276165780019294, 0.29697455464633427, 0.0812884825421228, 0.06274340173171698, 0.05552295170729895, 0.22316595891608568, 0.21837994870578523, 0.35505718066735015, 0.020438952326209073, 0.19372531039726268, 0.13122159984267875, 0.12725418331056942, 0.01232462590281058, 0.1553869580484977, 0, 0.014356756616379689, 0.34121138969786613, 0.033085365622443734, 0.0946774538468954, 0.05010296278857642, 0.1587484641790652, 0.1439096381053402, 0.01912936222003913, 0.009297988462064775, 0.04194164838277577, 0.19246245870415035, 0.03514305175687353, 0.00312296281188635, 0.09918650690547325, 0.06212424412937416, 0.11462644992835865, 0.11151902700617156, 0.01953495690552317, 0.03652492036389499, 0, 0.00014716401864109214, 0.4104535866551368, 0.042677500762689224, 0.11811862584954971, 0.03825050332948471, 0.009140132707316432, 0.11564246298817264, 0.06449970320668329, 0.006145009520193389, 0.0017475435295372175, 0.082021075252199, 0.061529987407592475, 0.002556071205956201, 0.2304679308472359, 0.012847375747502877, 0.006203945446770523, 0.07839241066597305, 0.11084511905895374, 0.0614481807117854, 0.13554030633600128, 0.13554030633600128, 0.13554030633600128, 0.13554030633600128, 0.07380230775495686, 0.13554030633600128, 0.13554030633600128, 0.13554030633600128, 0.15672630971949653, 0.13554030633600128, 0.12515640120534743, 0.13554030633600128, 0.04444587383684573, 0.1498850370467013, 0.028048819323915612, 0.29311167730079524, 0.027692580786126863, 0.19579628061314225, 0.024273684351025244, null, 0.02632393327550901, 0.08055108785133565, 0.202426206022772, 0.02584571225399609, 0.02587702693015585, 0.004313629207350345, 0.10960262501427734, 0.08569405899735659, 0.2633717400035994, 0.04485304901802862, 0.10409827386503612, 0.035777122157032604, 0.08994291499634771, 0.02051416519838108, 0.04876134076084317, 0.14651622791150162, 0.13369735258434248, 0.15237885387159564, 0.13574339099672106, 0.033823338485311404, 0, 0.032121449761560054, 0.005036796606009402, 0.09036726903032692, 0.059194765843992365, 0.19651835711254984, 0.0953289258524132, 0.009972627260970531, 0.22042729563299843, 0.2341396947519548, 0.498886236044991, 0.009126892298629508, 0.032654797039613145, 0.22707060505096596, 0.07354560796110965, 0.04580157528981593, 0.21599660030391316, 0.08566522082180339, null, 0.2889740381107687, 0.2889740381107687, 0.2889740381107687, 0.17116529614852743, 0.07327846236124284, 0.01040883287728998, 0.13043156708280246, 0.14731332493238633, null, 0.2889740381107687, 0.1486944536787761, 0.02084163420414269, 0.04531108522117673, 0.00472141282056188, 0.29258906618923325, 0.11333689046032398, 0.059075102436090605, 0.06378753979474562, 0.031682261461137055, 0.06289748906881552, 0.05628491623526653, 0, 0.10938775279844376, 0.1705294141642539, 0.0504331834246071, 0.1838206177500244, 0.09528071297679085, 0.019055192109281985, 0.20332722784776144, 0.1367669692026018, 0.03423072127105668, null, 0.1254288429862952, 0.14322299390451249, 0.14322299390451249, 0.14322299390451249, 0.14322299390451249, 0.010193139807905876, 0.2625060912291453, 0.010031695675214367, 0.1006912047319581, 0.01820809919914747, 0.08806148587185963, 0.07556447209431252, 0.03946097875006206, null, 0.03669351536319644, 0.003921016085897523, 0.228574860406482, 0.09938403060346658, 0.12378955620773414, 0.2706372389564073, 0.10655854296914996, 0.07189404782509225, 0.06729996599108225, 0.008916534353924421, 0.04234468753378887, 0.19491048484362616, 0.00815690049810518, 0.018613211407706637, 0.1270242325217093, 0.11213853139734796, 0.22193898107392615, 0.024690006675520813, 0, 0.0167659200700038, 0.13392858058388665, 0.12099253110812665, 0.08037347919326994, 0.1609775849068111, 0.043646773971404464, 0.07285045423981898, 0.015604747926126874, 0.05307865723284613, 0, 0.011863284928763283, 0, 0.1467739046189268, 0.1142900290942452, 0.07735802295676587, 0.2231310244979115, 0.09650215110480204, 0.05304753747900519, 0.12710296151218872, 0.14288231885911137, 0.04908007943439359, 0.07868183978132177, 0.17037369238491276, 0.12189978605890378, 0.12425092756200164, 0.33000409866715497, 0.09034400963328072, 0.27689930459681783, 0.15338390526487228, 0.01123835874548427, 0.06740646305935231, 0.03483173143637539, 0.18000388484171378, 0.01460469899867372, 0.16711013930191834, 0.06040774885690537, 0.15282244196484418, 0, 0.006665168441265091, 0.07742621840361999, 0.1270844647135759, 0.07196447188197161, 0.007122107962336572, 0.050225652873900455, 0.04966520822063278, 0.01764779666574085, 0.08049626818301035, 0.007630419036485622, 0.08521804871916437, 0.06214394531039645, 0.04073927670486777, 0.0948684586773368, 0.17114667468199507, 0.0834330950354557, 0.20683563333454508, 0.0373372211593767, 0.008820351270540804, 0.02343349022523347, 0.1486387092296704, 0.023563022235131865, 0.19014027832812289, 0.08744274604698725, 0.02035298775743722, 0.09317927440096983, 0.02910467277853337, 0.17188726055717066, 0, 0.2207115545129333, 0.11147909756360316, 0.07231115572974947, 0.039304056304693226, 0.3321555554589704, 0.0013618358774259204, 0.1283947648261963, 0.04829736506634984, 0.03572060527850106, 0.3771979121270197, 0.12469675036010072, 0.016939412241077968, 0.101526669376495, 0.01922863879915198, 0.08775049625062702, 0.26887843003204603, 0.07905045088538215, 0.035965620513809755, 0.007828451425860328, 0.001270217768031618, 0.1381030669345103, 0.035965620513809755, 0.0008790014498297011, 0.13147990135304577, 0.19996340256160097, 0.12626838839169482, 0, 0.0020479537175935253, 0.11324551371207783, 0.035965620513809755, 0.035965620513809755, 0.05494352690314387, 0.04043063092625492, 0.025956777188394117, 0.06749564405295216, 0.0038838129178967217, 0.13732910545826535, 0.3076768265737008, 0.08444407773766775, 0.016481312256255858, 0.07344090826922439, 0.2355150370870371, 0.03261364571887879, 0.32894607534239334, 0.015997194617927594, 0.08864948296344698, 0.15225652347412638, 0.0107356973479008, 0.3318391946428054, 0.07293564531524896, 0.1298539806651338, 0.05539819360202125, 0.1200075697181963, 0.09984070927966586, 0.24667920582048977, 0.1610826233088446, 0.05529965117043803, 0.04485335012919155, 0.11793739454915812, 0.21543464824786931, 0.01955874302031683, 0.00021799786888778824, 0.017036146790728575, 0.011282079463105865, 0.12693922014908077, 0.1563560574558968, 0.14182391954776233, 0, 0.004465467851466944, 0.039088672277433525, 0.07349735297427148, 0.0074461077700175475, 0, 0.10226594101111332, 0.007363283781908986, 0, 0.038273745122199526, 0.05384399208529118, 0.05517427662553612, 0.06708367984153148, 0.04371434663782044, 0.08777027976121272, 0.02086357821039233, 0.3946907993651199, 0.3179344113576336, 0, 0.12325742537895136, 0.2652122736406498, 0.2889740381107687, 0.006808023996841622, 0.2889740381107687, 0.2889740381107687, 0.2889740381107687, 0.06690425445673398, 0, 0.008549469050755806, 0.0623127528130048, 0.03691051253597049, 0.16195658976495486, null, 0, 0.14291126957847114, 0.10193733454783512, 0.008900417964001954, 0.009627125698098846, 0.10605362724365874, 0.01829765773656203, null, null, null, 0.007956566752243778, 0.08576308934858878, 0.2265786458090435, null, 0.07656888604843426, 0.2304795621269529, 0.17452536728968188, 0.32036194089538517, 0.1827572264741732, 0.34920069580712243, 0.28745679968708354, 0.08289859434641049, 0, 0.2795820736648264, 0.03155298613719315, 0.008093516099935926, 0.33545427068821426, 0.2267194282291768, 0.1867809634456963, 0.01919499549979487, 0.1619650268264567, 0.04961178031011774, 0.1510548344349398, 0.13127456853994865, 0.1820258303295274, 0.03471752390775973, 0, 0.03471115650492911, 0.2795125821095077, 0.07992320679195027, 0.18961789568522663, 0.053171115297502944, 0.0006151346285903502, 0.049216815648046607, 0.1333937581394877, 0.025341372770027, 0.09299596451930912, 0.11278746153605644, 0.06289170623915578, 0.0074461077700175475, 0.01579992883695033, 0.0074461077700175475, 0.0074461077700175475, 0, 0.16211264864649463, 0.06616164474529038, 0.008063691531110778, 0.008619899961243729, 0.07663703203402995, 0.07661842590988961, null, 0.006377148974445067, 0.04325975580440647, 0.020519188174897205, 0.01715985540020054, 0.19641576488327825, 0.4402410118609203, 0.28395378522173764, 0.00560438443378316, 0, 0.06118624382676631, 0.15914097811930544, 0.1186618146255499, 0.0661290250892725, 0.03694680680071189, 0.08764673504802087, 0.1491189496654994, 0.1186618146255499, 0.1186618146255499, 0.1186618146255499, 0.10065166695512914, 0.32611885497055304, 0.03066813913020152, 0.009627125698098846, 0.009627125698098846, 0.009627125698098846, 0.009627125698098846, 0.1850839423456175, 0.010547696578072424, 0.018802484782990465, 0.2642962150478205, 0.022912124022011662, 0.04827877496353451, 0.07154511191358863, 0.052272945518556095, 0.052272945518556095, 0.052272945518556095, null, 0.052272945518556095, 0.1999767621104201, 0.4448930470171982, 0.3634127361423584, 0.05643960986839734, 0.22710167865459943, 0.01282436402997614, 0.0514105388590882, 0.06187553562503949, 0.12112578884229028, 0.04184228579442001, 0.1578153830078116, 0.07663930224631689, 0.009248085108190076, 0.321866060853868, 0.020207086403800565, 0.25021590921925563, 0.10429110618608416, 0.11171898767526188, 0.003870072403617483, 0.14835367387059695, 0.22862833485574124, 0.0857869349465134, 0.4056390622295664, 0.0932744523449464, 0.15548522430698808, 0, 0.016547661397599216, 0.1335392653305479, 0.1914437061431545, 0.12901777493595568, 0.005704879275830402, 0.13949481680790496, 0.12448331195772916, 0.0950503802498322, 0.06921929504281875, 0.011241204068805391, 0.02138060144860853, 0.16573161656691157, 0.01282436402997614, 0.4993179820792859, 0.030530285256079977, 0.20981536459373432, 0.08448051587882993, 0.00749353346638663, 0.01282436402997614, 0.000920626764118043, 0.05934843175490595, 0.1363343160642769, 0.05897594773396865, 0.01282436402997614, 0.07914449940175647, 0.018252289190755656, 0.08607354564202205, 0.050173900389058355, 0.23001482528629483, null, 0.001808870394958541, 0.0269272860434492, 0.17469107097474226, 0.0699313077207743, 0.3160459185804688, 0.017953210714090916, 0.02429464357992746, 0.07871624785994326, 0.21753295460338, 0.3107272463849625, 0.02631947548316263, 0.13773014596137206, 0.01281956197055202, 0.003958431407046379, 0.024966143121414534, 0.003958431407046379, 0.07634702601376886, 0.15533436699335543, 0.07585644119473461, 0.10974085005606436, 0.10974085005606436, 0.3199305353492524, 0.003958431407046379, 0.05529179016061471, 0, 0.008663504730555247, 0.014870980071148772, 0.0027130560874068553, 0.10974085005606436, 0.007627028290467392, 0.10974085005606436, 0.2816186743303535, null, 0.011275199944824498, 0.33567720417728436, 0.14435773761883858, 0.14189257783780115, 0.1460855299852523, 0.05582790753703695, 0.003958431407046379, 0.01661441835207233, 0.010576680213173172, 0.12115789202392246, 0.05131683682661322, 0.004250464366861402, 0.07944381331792302, 0.11082350941261844, 0.2791470774507302, 0.10974085005606436, 0.006968511369384008, 0.019817941828351917, 0.06377338625917477, 0.03391858004573993, 0.17571365284814075, 0.08946714594634525, 0.16473987323304684, 0.1371375757484379, 0.056824648408991416, 0.015380257729810515, 0.016719288297728715, 0.07634702601376886, 0.2151628289732002, null, 0.14669911044546563, 0.10974085005606436, 0.06181669553462072, 0.043102520477649925, 0.10974085005606436, 0.06814332953146976, 0.10974085005606436, 0.05654317145778134, 0.06814332953146976, 0.07679227764798416, 0.011815520414440351, 0.003595710571110067, 0.07989387308332553, 0.07634702601376886, 0.3759203124780271, 0.08518723690337807, 0.06669215814778978, 0.1207256301947004, 0.13891298069120506, 0.05490885462525745, 0.020597465387334472, 0, 0.08559617054320039, 0.01786706320630552, 0.01071259977134012, 0.06459902100463684, 0.2705906075599194, 0.018014144724402006, 0.0387703224834021, 0.003532182634207895, 0.010697244599347564, 0.27083190863604145, 0.2176310467934689, 0.05903098802392141, 0.09511683737686367, 0.28592872806311187, 0.3101267223721277, 0.14102183746139038, 0, 0.10352686124973044, 0.01841627101897876, 0.0007183903459240408, null, 0.07634702601376886, 0.041256087722093285, 0.07144923888764461, 0.06774594889310294, 0.06545617441384326, 0.06814332953146976, 0.06814332953146976, 0, 0.00969039360855711, 0.32155482462841944, 0.33279855579654904, 0.07574538130262201, 0.1534922799369217, 0.12156752947042591, 0.12355112923704636, 0.007230671907932896, 0.13240848521449575, 0.18070842518151553, 0.0986201800786518, 0.138451167225856, 0.4398404327932121, 0.07488394361770445, 0.1096369633886332, 0.0375291998001309, 0.21808848504536685, 0.10989535867936612, 0.1625639667521508, 0.2530304147193613, 0.27722537098401506, 0.09023066600962812, 0.0007334895985557362, 0.13135406363896537, 0.026805374463062664, 0.012865231644782251, 0.0932722621337818, 0, 0.13588646943204966, 0.09303597080411698, 0.0037536363972240543, 0.10079990427822666, 0.1155152618871554, 0.1035318074316067, 0.06033846531092415, 0.19562178181462783, 0.09942120544222743, 0.14672831218125698, 0.035678954295961476, 0.09916744524151742, 0.04675721590237622, 0.11360155827973584, 0.19537396094731035, 0.045941949935653086, 0.0874184289841118, 0.15226483717066966, 0.0054711095941722574, 0.2183662791550848, 0.5283208335737187, 0.09850758583721528, 0.05222472990111033, 0.07344341314229552, 0, 0.001593587237155552, 0.10281169087686104, 0.07807715894994836, 0, 0.2086953463391182, 0.019121025989388536, 0.001250818526133927, 0.1351787984671136, 0.04649760420084446, 0, 0.341727082490651, 0.09934310057004256, 0.09133332488798251, 0.07207873859177823, 0.3692851216191621, 0.023804803467137182, 0.2191009303738725, 0.09408195658342088, 0.06293388731618214, 0.015354983440034194, 0.01303855599447066, 0.12081697866822914, 0.08062416091565046, 0.20097461039357484, 0.11823634210165, 0.05200709435484486, 0.018628528223208405, 0.01123320514151848, 0.044275803313453536, 0.010483234300873652, 0.018452541025491542, 0.08832468801694637, 0.03127853952250842, 0.04970943731384518, 0.0018403694148015112, 0.009204418480153284, 0, 0.05120972970977775, 0.022154196648647175, 0.019227017958102027, 0.1598025462890286, 0, 0.013619238667497627, 0.21132499087946957, 0.08828404358291043, 0.01621662167754879, 0.02412223692180477, 0.23020855367740573, 0.013619238667497627, 0.38120643123175674, 0.04180841087929547, 0.040582964498360206, 0.06210057847639621, 0.11240851202827036, 0.013619238667497627, 0.041110353918121255, 0.09618846791937224, 0.014904847476276066, 0.11839725837710692, 0.02723201851135594, 0.13920204626732136, 0.01149967968637094, 0.13265518221676947, 0.1439215688359523, 0.20154999600096596, 0.0051111860644663795, 0.007496982645234325, 0.11370292777273376, 0.008185843906257158, 0.00807038481327353, 0.013619238667497627, 0.022489248020178015, 0.09712322716638036, 0.001014425781961068, 0.017688925078713367, 0.09468362952856955, 0.0025176702742303225, 0.08641131072889613, 0.00047625463292987194, 0.04200506031903365, 0.1477793284288624, 0.02553111196923337, 0.1943301091211531, 0.13748818744152608, 0.001593587237155552, 0.03294055374891905, 0.05438722915315843, 0.005063064316688588, 0.03726065486400624, 0.01903435643731577, 0.0724692369704301, 0.03355332827614303, 0.23191603398162333, 0.1582904719883626, 0.11473564013781672, 0.13561309615610354, 0.060957736906274713, 0.10442004928347692, 0.06551685463344961, 0.012915999249619406, 0.00343331418807032, 0.12826558337452082, 0.0023949053780616104, 0.05310486146791106, 0.14208190905720824, 0.05694048657446912, 0.24402588922696236, 0.2836982027484568, null, 0.3906004407549435, 0.012037926773877649, 0, 0.090494142700321, 0.02165232348529251, 0.0343006597825118, 0.03116099998317023, 0.0011918894051943815, 0.00638862392625813, 0, 0.052383367991702685, 0.0509318999541556, 0.1979507077632641, 0.24509354179087064, 0.3934943091005543, null, 0.05480614287460783, 0.12618391907791968, 0.013964234589698057, 0.0252221325079968, 0.10578046223577482, 0.06432566668232297, 0.02696965853312736, 0.002836846906186922, 0.1676369864033298, 0.07428230723000749, 0, 0.08068923972434955, null, 0.044365346416405986, 0.0035802350113452843, 0.017139181114423287, 0.0278811740861155, 0.2121206029669811, 0.047683856016449186, 0.02728769232721648, 0.06181367838259791, 0.01844240382753349, 0, 0.14023021127054747, 0.008694512660320269, 0.12604957181963294, 0.008694512660320269, 0.008694512660320269, 0.008694512660320269, 0.06478740464911278, 0.16444775410999132, 0.042413408416420426, 0.12224343427899773, 0.19341591347598588, 0.05815562189787828, 0.10087688549515442, 0, 0.022603058933570647, 0.4398487891387585, 0.004920550569381003, 0.12470376403586383, 0.00011221879739678448, 0.03533723954664587, 0.04168396668499297, 0.028684447661680566, 0.2466504590763122, 0, 0.02572258183518542, 0.12611421420810365, 0.06769567555676224, null, 0.09418753132513064, 0.22971023697077397, 0.107038058354045, 0.08489369561981215, 0.2038838117101623, 0.15756549582395657, 0.061058577820200056, 0.09768294447884698, 0.04314374332782377, 0.08780156187242016, 0.17653642889710908, 0.05146176543562889, 0.11066722518570772, 0.06684650202012793, 0.0035198568523001576, 0.1453659556289036, 0.3427314350601625, 0.08007676759782101, 0.3408562314349482, 0.198900135361808, 0.010491598294761977, 0.08461458276657234, 0.21290772665891172, 0.00925413840336889, 0.1565736812854996, 0.025548415654639556, 0.12227421485074028, 0.057090013970749344, 0.007915150935069944, 0.0667662053591702, 0.13535620252073366, 0.0400439086016515, 0.14049439975959754, 0.12404862653230116, 0.101635401019851, 0.1077895761431534, 0.13045540069588535, 0.0011748443580625932, 0.04750333648128267, null, 0.02025127494603115, 0.1328760395852529, 0.14937267331247953, 0.2899511776044539, 0.1014528691016282, 0.15087306416668736, 0.01774144345855586, 0.05011194923929891, 0.06419970718461086, 0.047162235422461146, 0.1837773788623774, 0.009433488590573436, 0.12613579397599411, 0.1777117126676999, 0.13709075172644913, 0.21716069573998265, 0.1328760395852529, 0.03218958721607145, 0.1328760395852529, 0.0025546085212275987, 0.029115280799207013, 0.01675630315004938, 0.064213936694038, 0.06155709261892506, 0.02172113906003896, 0.0968239954817464, 0.00881500117195335, 0.03013775597651484, 0.1328760395852529, 0.1338197510876224, 0.04851227765521862, 0.013974657274306529, 0.21342864169338385, 0.06164684191643683, 0, 0.040807538544478106, 0.08063308112572708, 0.07634702601376886, 0.11042614383934636, 0.07634702601376886, 0.07230977281137614, 0.1434285540017756, 0.07634702601376886, 0.07397833204533527, null, 0.06041552747771171, 0.29368598355215336, 0.01719879290378794, 0.03617455482641536, 0.056084564934104505, 0.25367141017952716, 0.000051117002353341424, 0.03402945976231457, 0.12145947909609683, 0.07634702601376886, 0.1420636049431194, 0.046266864818698406, 0.12122527458762726, 0.01522236966793173, 0, 0.2672879379872846, 0, 0.0053999853244232395, 0.09150761751798411, 0.0051343987494358295, 0.006314085768200959, 0.17081347681825929, 0.07822100297741275, 0.027091947453814713, 0.3540458069199037, 0.12380695480573464, 0.27097010020077045, 0.298357949746506, 0.023868217995772212, 0.30739779958201396, 0.2025211404605799, 0.04119842983611213, 0.014891398912683198, 0.0025182987717014657, 0.01895218495820934, 0.12189109957741608, 0.05221472743743384, 0.016483689306139894, 0.06866281459927075, 0.2192776029496154, 0.011623104796646582, 0.008077439601214868, 0.0773023835227484, 0.03115862319789508, 0.1772686183238418, null, 0.07159089885395171, 0.0220885167477589, 0.17638428165778108, 0.10777306643630706, 0.04100472837835228, 0.1616780550016552, 0.1979586350563732, 0.02871020486294094, 0.0009786762014126107, 0.09227136418140083, 0.04546898165645051, 0, 0.1304681029260623, 0.1126745875736685, 0.03755519936612935, 0.14117456671661222, 0.20328932182881773, 0.03540807646801865, 0.05345778819140138, 0.05074851603497391, 0.047351947513226536, 0.07767304059325517, 0.002593396053553506, 0.1940540965479713, 0.00689873373688415, 0.05686690622448814, 0.3015694503569842, 0.07531365664883316, 0.016825491466233654, 0.012071349971263108, 0.07531365664883316, 0.05382763903989616, 0.04170820284135598, 0.07531365664883316, 0.11138473042204268, 0.1030474111791238, 0.1328760395852529, 0.2213875546426692, 0.10522888390684172, 0.1328760395852529, 0.1328760395852529, 0.1328760395852529, 0.20605979142221845, 0.044124060985920824, 0.1033938937098582, 0.26947824474258003, 0.016127599905497465, 0.003864514591778479, 0.025775792889236555, 0.06467017257339823, 0.0628541612992389, 0.07958336316206738, 0.04444458797979443, 0.1755062941565001, 0.031563499309137995, 0.14018588856971542, 0.016707461817329527, 0.0557659693901245, 0.27741550818479266, 0.19483093473982804, 0.14494864326929888, 0.11189710160080374, 0.10089753793185569, 0.02570825386376739, 0, 0.160170857641404, 0.12787767293776622, 0.13582495767812044, 0.26538829327486496, 0.10651161759027478, 0.10967960772761104, 0.12439664816225891, 0.13173734091179876, 0.18502454134933125, 0.044127529156565426, 0.19447244115435167, 0.04218675330003082, 0.020710619752801415, 0.15527389979719836, 0.06140896607168401, 0.03776645670609812, 0.08219932634066096, 0.04324480895367368, 0.06073977504417097, 0.0956511139264445, 0.2767240658273735, 0.07531365664883316, 0.14417207054211517, 0.08150969081702424, 0.1000360998292726, 0.0890163963963411, 0.401467669161404, 0.10162893840896749, 0, 0.014160937777786872, 0.12514523556193238, 0.16580794914488986, 0.1429970672318413, 0.005336046712417624, 0, 0.11277868894913776, 0.2118124894730723, 0.20691401380551572, 0.006328771516996353, 0.06724659895524941, 0.06997985414305295, 0.02507696445833817, 0.017953865694495634, 0.001237424533561326, 0.05704882792989194, 0.23726556276044705, 0, 0.020650660486426352, 0.0278139002379392, 0.07390483159647775, 0.03575992469196757, 0.168733818334792, 0.07063125897385461, 0.0767922723340136, 0.06073974796395034, 0.05659245255687373, 0.16539905399695304, 0.03166174798093422, 0.030541391187052968, 0.23854764275165155, 0.16231992156436711, 0.1216969990848423, 0.09363989865172208, 0.0935523818292112, 0.009622580790146863, 0.08522686892371663, 0.057270165568045275, 0.12286066901524356, 0.1355129330090209, 0.17642206353591758, 0.030939895081201943, 0.1137628147292984, 0.004901798196660126, 0.1643110327831951, 0.21334320471069723, 0.10809458209195474, 0.0018451264435215388, 0.29457682450257966, 0.0730917261051768, 0.0244350201419472, 0.09966762745625173, 0.08056308825898102, 0.12483561064263048, null, 0.05202708019103785, 0.005926644922351725, 0.08497090138717214, 0.12629441383920292, 0.2836469477914993, 0.02804739042852744, 0.37943361396597336, 0.00824598814215128, 0.04489378106279331, 0.16235464073869593, 0, 0, 0.0755455125923311, 0.2328858784871476, 0.1451160109849454, 0.05174214743790593, 0.16503186402368536, 0.05689291865702968, 0.11209177502055316, 0.07699298827471544, 0.004667822379841661, 0.06697359920584073, 0.4740959437521856, 0.029947486627537406, 0.07121087789804605, 0.3311739269581484, 0.01966543220794485, 0.023681150572991732, 0.06814332953146976, 0.06814332953146976, 0.06814332953146976, 0.06814332953146976, 0.02424977163995417, 0.19296321940954017, 0.0017319602067342656, 0.11871278427027378, 0.03449858448736612, 0.14252622555072944, 0.047524681795966285, 0.09900616254097117, 0.07872188254628738, 0.011860988157068849, 0.08011103882160797, 0.05417718510374636, 0.07904424929997618, 0.017428789487887973, 0.10067346206180731, 0.07715286067750311, 0.03611161126546026, 0.03534614591470291, 0.06171099204788691, 0.14233193225083984, 0.15886364611774156, 0.08843194636959772, 0.2240043990153766, 0.03026728726469814, 0, 0, 0.09229805295014688, 0.0027621512229087613, 0.08373320478611816, 0.001735598299878286, 0, 0.0018412043725937743, 0.06942451055093693, 0.4275728797513982, 0.028945461074319796, 0.07864067988978911, 0.1486089438656591, 0.2940375385840363, 0.0666232877584237, 0.07441691905886627, 0.10160476231314544, 0.02069108899127739, 0.15803457792662878, 0.09642452828453044, 0.1214330096048708, 0.005830202393879971, 0.09086701781337508, 0.16063306685387296, 0.043265333886783795, null, 0.07120465345818543, 0.010876713045895268, 0.00824598814215128, 0.24275438998306997, 0.03286410435751933, 0.31139614398083115, 0.008694512660320269, 0.008694512660320269, 0.10835989422904456, 0.10000544068532116, 0.008694512660320269, null, 0.06607235955373532, 0.1594038900144012, 0.0412263958654697, 0.02591929449595562, 0.005142797256628031, 0.14957178584031283, 0.18120964846480916, 0.05177234558070068, 0.17034006218474915, 0.1310172469786906, 0.0467827314885387, 0.022350092326948803, 0.06743047141558237, 0.16670540650356427, 0.10400577960086052, 0.06124320990368922, 0.013623140074462428, 0.1611938010956757, 0.08113932447065324, 0.054786152457371194, 0.33484059980666037, 0.2674889588293935, 0.029287048796927832, 0.021084662597313272, 0.15737646793230947, 0.006238628824626727, 0.0018276351309034684, 0.02092449198045353, 0.010537821932287212, 0.033989840586766615, 0.17635468785073172, 0.04070482985104216, 0.06515695355652093, 0.10302216757237775, 0.12985555025958967, 0.07393636222419656, 0.07694615117848438, 0.017462409459807243, 0.1669347316181414, 0.10268024897825082, 0.07447112951788946, 0.00824598814215128, 0.03690144400551117, 0.003958431407046379, 0.06135794339997015, 0.16383095641010637, 0.003958431407046379, 0.04974701547303514, 0.24843013184040985, 0.16754464403241057, 0.03425619390899277, 0.003958431407046379, 0.11448336464391969, 0.09745081420496698, 0.09762802102808749, 0.3729677325936378, 0.00398175852492052, 0.2648904861592003, 0.09503834869625868, 0.18356654723970073, 0.07883886521354383, 0.2136468445886709, 0.016804714310790964, 0.07358044621214574, 0.003958431407046379, 0.12789569965478167, 0.11621618880346024, 0.01427163669035642, 0.018783475711637052, 0.03540065879263221, 0.5, 0.008573347338015526, 0.006668152802977525, 0.05415474637993372, 0.07395964165300856, 0.06627392519019237, 0.1280004517226252, 0.13670592375437737, 0.22961838976649637, 0.010609204874798722, 0.33029624850731626, 0.05851101061881621, 0.17930383249603132, 0.019941223335780307, 0.03392326950883627, 0.0903831101925228, 0.14308532907349825, null, 0.07192738475225646, 0.04258901316914763, 0.08163417740141, 0.10312102275430958, 0.20442405829871912, 0.195768415855882, null, 0.10911139347768611, 0.20106159003222088, 0.09223809679944212, 0.03464550642472785, 0.018181481652256835, 0.06725432532495713, 0.008867302380334152, 0.20765649722646723, 0, 0.03670953571551101, 0.05289519499741362, 0.05706949606398119, 0.10000544068532116, 0.3420192178195208, 0.10000544068532116, 0.13320837562045573, 0.18520508553762852, 0, 0.14015137345307055, 0.271658648892465, 0.005482798874061205, 0.1067756740710612, 0.1752022073807241, 0.016697174040461404, 0.03948553513010107, 0, 0.069434603141176, 0.014859307478368475, 0.09090322975649576, 0.20082938177044823, 0.07246463740839218, 0.23887564467829492, 0, 0.22341612697859695, 0.011463594416093048, 0.39939464930393304, 0.30963973363113717, 0.19354825088214964, 0.023189855442827555, 0.028453676498944657, 0.09732776797688798, 0.023458806301874923, 0.09326805720981082, 0.19638128220504592, 0.02847914933892439, 0.10000544068532116, 0.10000544068532116, 0.050062362221417585, 0.1179589234789674, 0.10000544068532116, 0.10000544068532116, 0.0528897147903211, 0.05693535538997134, 0.25813553361392627, 0.2177832812159944, 0.0762237293470728, 0.2888910859490446, 0, 0.05056587310498129, 0.16823997479110825, 0.004779020396579571, 0, 0.07291601565255458, 0.007510301940954852, 0.03876806926174993, 0.011160682703997352, null, 0.19001273172380925, 0.006850674082359311, 0.05656920693879773, 0.055268943301365954, 0.05253963175671923, 0.00824598814215128, 0.019606669683306467, 0.3089410706273439, 0.12637411717136016, 0.3057175263572689, 0.4990427906480424, 0.043640530986396975, 0, 0.006894664062576711, 0.05188726482143875, 0.042442182423407686, 0.02844257056332025, 0.06704094052073485, 0.08517017611277787, 0.03339405946417142, 0.06423524566972746, 0.07002270224637734, 0.03171064172255217, 0.05563374493263623, 0.25216322446763645, 0.0545914434798622, 0.1355214789817763, 0.01394504399247006, 0.1163584763153632, 0.23743990598783823, 0.14517649158653642, 0.06679105271698718, 0.062325727390537225, 0.022866250989744888, 0.15335886377691532, 0.4139820107353486, 0.3329485119984006, 0.16167693215122034, 0.02791528568322204, 0.12455395073713142, 0.3195574742578248, 0.05840043404373209, 0.22527259217959889, 0.0683388910134539, 0.08607806713956988, 0.09882232842118746, 0.06325225416575835, 0.11009660392324663, 0.368581570915303, 0.11009660392324663, 0.023503186819221745, 0, 0.392659905051751, 0.004097202425663312, 0.15839928589762917, 0.12145973539174176, 0, 0.06986414793080306, 0.05312562366142064, 0.05060738235253172, 0.013163597690176464, 0.13679843973875183, 0.06104068943379092, 0.0013045287431617603, 0.03883118400816661, 0.11009660392324663, 0.11009660392324663, 0.11569224309222, 0.06142286131942008, 0.107958088924941, 0.0033902775868625288, 0.04325173582536206, 0.06546424417863168, 0.008694512660320269, 0.05621577339734535, 0.10811523420872488, 0.22934408735975345, 0.0031499401533306545, 0.10780849782217838, 0.11268732009109042, 0.10101829139595536, 0, 0.2074679766138605, 0.025384946730768604, 0.06287852756904433, 0.2903698879623917, 0.2695260664800736, 0.019724756385915636, 0.2918654464826269, 0.34610203279332274, 0.0564563792753056, 0.03201634083206424, 0.0022532371210188954, 0.26265662780290894, 0.04594182872301069, 0.10970313722002568, 0.07242913054685653, 0.03825253683517477, 0.11009660392324663, 0.11009660392324663, 0.11009660392324663, 0.1427697333870597, 0.058073167062635975, 0.026770402939771527, 0.0885356625809365, 0.15320352630016806, 0.17117335095467617, 0.015205341640277856, 0.08888456440465008, 0.03372564177228215, 0.11009660392324663, 0.11076895147023384, 0.09205724598544442, 0.07299005110022899, 0.28568920382272023, 0.04738914479742989, 0.03264369481740233, 0.2767076458060299, 0.0940627820666601, 0.0857257006941813, 0.04962525957949201, 0.12066468700031811, 0.07125691785218516, 0.0430080509737976, 0.02137875749043159, 0.034027638646399044, 0.1956016425422593, 0.010155485059423812, null, 0.14651832396287737, 0.06664743211792168, 0, 0.02452414367070035, 0.030485874232923826, 0.0734025841050714, 0.04272496496933199, 0.03588610719640201, 0.006018475847684288, 0.3179930205959533, 0.06290326719535329, 0.03516885048828684, 0.06210644144665894, 0.04416942134162141, 0.07119411586376322, 0, 0.009854455952128596, 0.17929463056859898, 0.1093183486252292, 0.07874218423958676, 0.001041727234681611, 0.006835238755710672, 0.08097709158279699, 0.054730420530009885, 0.07531365664883316, 0.013619238667497627, 0.013619238667497627, 0.013619238667497627, 0.013619238667497627, 0.021209709390079486, 0.15639045904232743, 0.061505180053561474, 0.07531365664883316, 0.4002373183855276, 0.006920376125178692, 0.0911760647243822, 0.02049618568555862, 0.042401312129112086, 0.16584210347991782, 0.07531365664883316, 0.07531365664883316, 0.14879521879489252, 0.06582281287909544, 0, 0.11693443175513084, 0.016638327418335506, 0.35423869914354367, 0.308962137531651, 0.012306168216681, 0.01200794619212906, 0.22085172199974187, 0.0975446187689526, 0.21528338701906527, 0.03123666736061011, 0.12092679537484734, 0.16896397713724867, 0.03754411502958171, 0.25223311293893447, 0.03268847459763711, 0.11847137538554396, 0.24573643230969913, 0.09187674070651178, 0.054147356639615965, 0, 0.09912933884336445, 0.32254646810653465, 0.13962056911714707, 0.0023597831240245656, 0.0940281155523794, 0.08046932462987767, 0.06528945830270895, 0, 0.202209874321085, 0.03305755493195891, 0.11858520114781408, 0.021676602355182137, 0.231136709095642, 0.056598134923236586, 0.03702961556043573, 0.0036144251787138433, 0.03315625482646227, 0.22190684994107532, 0.09473583821231014, 0.0901971942981776, 0.1305625998265115, 0.1210086161390028, 0.027332942176057123, 0.010708114268617074, 0.05958686481477047, 0.16915920023686296, 0.20718439020421583, 0.20493055989327347, 0.1894483929490763, 0.05576388752386072, 0.01107808522933992, 0.06132151720454299, 0.09154090358777606, 0.10181427053958687, 0.11296412020782085, 0.31113021487234876, 0.05541376179236706, 0.10000544068532116, 0.10946554606603844, 0.0031376458412215617, 0.16218214958692462, 0.017925515556936673, 0.06053123775884702, 0.02732530304796006, 0.14733058597327675, 0.17346763515025387, 0.2944744293029268, 0, 0.09035923293226558, 0.06828018535570507, 0.17516390877268195, 0.011422619800805492, 0.25121362162674465, 0.22952532766068015, 0.014891982256433282, 0.36463697092247055, null, 0.00824598814215128, 0.00824598814215128, 0.10238705917965864, 0.028742551624213734, 0.035833827665592184, 0.06437991754091144, 0.12296872617356348, 0.027224876391756626, 0.16871919681704436, 0.16361183446580474, 0.0075094530650742595, 0.053402850604733536, 0.35264191260667715, 0.00824598814215128, 0.00824598814215128, 0.0558177665592997, 0.03636698164525905, 0.13408665552633028, 0.16291455123094695, 0.09545914632994822, 0.11786301259209406, 0.22273526204063623, 0.146820022183171, 0.07424008311868166, 0.2909845252255749, 0.09892043053949658, 0.03872898951008077, 0.10213348889294388, 0.017122874893689896, 0.17853423029698787, 0.24722997936448396, 0.03695735309114086, 0.029709898086069643, 0.03871284380016455, 0.15755919935157903, 0.1322578349860574, 0.08560631923630121, 0.0010941279139241376, 0.0573780608237752, 0.28694322210176965, 0.035157198873638516, 0.08448894165109416, 0.020300281722145645, 0.15796163491123094, 0.035157198873638516, 0.03909263596312366, 0.032430565050560245, 0.15705691825830567, 0.046524731778523, 0.035157198873638516, 0.06857959749122512, 0.003632421689968372, 0, 0.14160434528857552, 0, 0.10311920745996496, 0.188882359584671, 0.0631636090752027, 0.011184112088571316, 0.004091225561239857, 0.035157198873638516, 0.024363713688607513, 0.18032554381923488, 0.1190895421885257, 0.035157198873638516, 0.16433489991401737, 0.2912611128093989, 0, 0.08042899814440393, 0.04318303442316321, 0.01047440820533236, 0.03331687924351708, 0.04456613002027793, 0, 0.062462076032151606, 0.36002529882349843, 0.08156634971659199, 0.031009780056747656, 0.03407889013903382, 0, 0.06248589378730541, 0.0010729673981691647, 0.2404105199148659, 0.01928878356229889, 0.08738249945534965, 0.2924693157407672, 0.018000624023967546, 0.049002262440349026, 0.17941920364728486, 0.08530669810715236, 0.04116326639366996, 0, 0.04682111740409561, 0.06998684956261966, 0.005753165692652568, 0.05350608197329768, 0.04893987889237771, 0.035157198873638516, 0.31030773377051524, 0.035157198873638516, 0.1486676958405532, 0.105850604687473, 0.020465458344798623, 0.02760193351128918, 0.03221831763603957, 0.33088863460917667, 0.006956964722689719, 0.025848295550777372, 0.3140527874305829, 0.0588351991825614, 0.020826774572637277, 0.15547852138252044, 0.04428608764883419, 0.07500019622860608, 0.15773208927867993, 0.0327116086627872, 0.20206051844301512, 0.02109731478895564, 0.15536400773750816, 0.22427296538464553, 0.0478407682244369, 0.015974007528309797, 0.006755644178142292, 0.2757692455779441, 0.06571855059624825, 0.133478973441995, 0.07318686556544915, 0.07278748467550715, 0.06844953189541096, 0.029903866632454444, 0.08332172769351738, 0.12714064135391562, 0.1996806844043584, 0.01851582163804997, 0.03017344204930668, 0.03504435801672726, 0.004799420860418983, 0.10448179815354748, 0.00416199979405151, 0.018838385789363542, 0.012014247474755055, 0.016811317921534952, 0.017414723643571096, 0.027539212745672247, 0.24232569903517215, 0.026067831381344123, 0.028024899408846636, 0.011688759962736238, 0.05888985370412757, 0.037816061221293995, 0.06101650528804003, 0.08441752559636186, 0.1664326953783259, 0.020455172220688354, 0.00864755642379575, 0.09269365274020154, 0.05056933673971895, 0.009125945087148151, 0.0029709816830870185, 0.013943601503978557, 0.018515912700259547, 0.058329546291901874, 0, 0.041849912123918045, 0.02740445851337501, 0.19678568517610037, 0.19581449518544705, 0.05962738080705589, 0.21765510834396196, 0.05942753676765325, 0.019976648129460425, 0.02514016483580876, 0.03189800687924929, 0.012075941323363178, 0.07542699072436551, 0.07542699072436551, 0.06723991275237884, 0.07542699072436551, 0.08367648547805875, 0.02429974083151293, 0.040841267517590485, 0.11797575067297812, 0.05762632679078651, 0.04168157307598939, 0.0101044775681972, 0.07542699072436551, 0.46737715597095575, 0.005055286553977956, 0.0062993164680581895, 0.14699376334482547, 0.1631379862199896, 0.001554388463775609, 0.08890013702917877, 0.004634394408163469, 0.012982590649409912, 0.24323385470447317, 0.013660318669184749, 0.1511042984818224, 0.07075387698444364, 0.08002291250309555, 0.04137005744850599, 0.09423910035466038, 0.21267698924442463, 0.25357233260644885, 0.004833197730653753, 0.02878576271103766, 0.0683478071563706, 0.1419861752626975, 0.00955487926467696, 0.05808629939004108, 0.2666049196398481, 0.14406399035937, 0.01056870537246726, 0.0322976997441995, 0.002438908242545027, 0.00916142571499308, 0.14560829540539877, 0.0488763269664941, 0.17197043876107335, 0.0022872210451947875, 0.05921661695029513, 0.07079278462260663, 0.01223914737292299, 0.006760355603478927, 0.056589108790196005, 0.1839104768025922, 0.21020275245173164, 0.035157198873638516, 0.058825964879074995, 0.028007246798162334, 0.002086173860194082, 0.0959840042513579, 0.1011641980198823, 0.08209138082356698, 0.039775087342996486, 0.005029073087214159, 0.007403326581095963, 0.1917289471663972, 0.02918810041119847, 0.018768917232498055, 0.028471955576639885, 0.2511476265469379, 0.029656690199547583, 0.16126882069425888, 0.12949899200199147, 0.25652879481912155, 0.05602990050153493, 0.24014442523620003, 0.022981465447697625, 0.0037096799384847504, 0.003411572538506695, 0.04986702748212477, 0.06549684881774832, 0.02913154606380415, 0, 0.15160928149975392, 0.0959840042513579, 0.0959840042513579, 0.0571762343648144, 0.1355953754657176, 0.06184062536698151, 0.12742211119187627, 0.03838653491136287, 0.09555321397566156, 0.0257930618090802, 0.20118728979680675, 0.2038186356282089, 0.022446981224648103, 0.31328319792787485, 0, 0.020300281722145645, 0.01182988711801854, 0.4161981526848473, 0.33577574206251615, 0.0013593492108284842, 0.07335433119004885, 0.033690716102658336, 0.047049166868688506, 0.07401396418970388, 0.0959840042513579, 0.046220375376636605, 0.05087138309744063, 0, 0.06404561829176614, 0.13305035305125867, 0.01813564080073876, 0.04552430114700787, 0.005439930675205733, 0.2986757386482555, 0.020300281722145645, 0.018012211904425507, 0.10305839626948812, 0.013941006181418704, 0.046691720221830206, 0.06033178768722123, 0.017000130250447113, 0.03921949487472283, 0.11081069728091482, 0.07215143878556832, 0.2918079320165853, 0.1561112303129271, 0.10600394479184648, 0.03043248301875023, 0.020300281722145645, 0.10589860132503463, 0.020300281722145645, 0.020300281722145645, 0.14747581288240744, 0.01957930809577602, 0.13463418432078417, 0.008544183863154586, 0.04552430114700787, 0.12471968164517357, 0.134291417361219, 0.06404561829176614, 0.06404561829176614, 0.014645531380801524, 0.1103067859816951, 0.06404561829176614, 0.05689595050215844, 0.20239174723772904, 0.12101147014718348, 0.149076122089591, 0.1891722857352848, 0.1695873609955177, 0.050505873345883925, 0.016908895161993877, 0.006720521167455199, 0.00957332694260197, 0.05426884263420309, 0.08056212272844612, 0.03637303322488853, 0.020300281722145645, 0.17214599302150238, 0.04552430114700787, 0.04552430114700787, 0.010958608671694408, 0.1964405306104983, 0.17460660618519183, 0.1933966291294958, 0.03132874780309235, 0.302687257900757, 0.11717766291434008, 0.08010250934205508, 0.10061178178766142, 0.11916213039999989, 0.2830600760820645, 0.06984794142204033, 0.06984794142204033, 0.06984794142204033, 0.06984794142204033, 0.09658208904939124, 0.1316951436196622, 0.040987737966493555, 0.366555366731195, 0.11008561868490808, 0.06087164448347334, 0.15213733320996112, 0.009525389337412043, 0.10297515810072716, 0.14283358987187414, 0.03598734930093462, 0.10727714012242048, 0.14144126980638186, 0, 0.09354714377551462, 0.11982224093705995, 0.040494797219359425, 0.01161581951092196, 0.060220519573853375, 0.05326885268771004, 0.097696910828634, 0.02038431159251408, 0.24272780945515776, 0.016620613311469638, 0.05255773243304067, 0.0009846974515842545, 0.04006846973007976, 0.1292358349995979, 0.020300281722145645, 0.04606576870287133, 0.06578991861029929, 0.08541635042287786, 0.2711199015332768, 0.11825973824750428, 0.12346484674249056, 0.2814270171548823, 0.10608035173293484, 0.09828117819108562, 0.04218409670668434, 0.03515152659191382, 0.07018711593156277, 0.020392068766042153, 0.07021952433688361, 0.25436580441604517, 0, 0.2243791469626279, 0.00006932458897600828, 0.06645424880652792, 0.020300281722145645, 0.10855784572984543, 0.06915540790622834, 0.05653241019965776, 0.052303967588158584, 0.03875872127853007, 0.008293434259442787, 0.018738620517309363, 0.08646413775320004, 0.006998760647672995, 0.07230537103970293, 0.06421681862764683, 0.03515152659191382, 0.03515152659191382, 0.18225997493053747, 0.07244962744113978, 0.03515152659191382, 0.04035037970614154, 0.08612817430040885, 0.1461281340071236, 0.0399031338131382, 0.006993337254682698, 0.06494096959211225, 0.0294283586704492, 0.018325751618923577, 0.03689306755679969, 0.032662338287037976, 0.24158266406724557, 0.21208895013491888, 0.12630007867422868, 0.0770792296498196, 0.04151983010823158, 0.23522233306088905, 0.02714886642141536, 0, 0.10040338800138314, 0.09100994417904366, 0.1920542945038038, 0.05367011507188098, 0.028031753224814767, 0.4955380299191111, 0.13548128712378696, 0.05524381523936305, 0.039239120164668545, 0.14272342407777264, 0.027202850265949395, 0.2371302292951753, 0.1367472189945801, 0.0533868059674681, 0.1735819091537373, 0.1439116276086714, 0.05567463373214663, 0.11836214071371676, 0.04390142343729011, 0.1655020109074097, 0.0008868947385707789, 0.07946977711256951, 0.15376056196849552, 0.12245059287833748, 0.04329721224318248, 0.20639923149548745, 0.029339502594384132, 0.04968571725540026, 0.10823631896603075, 0.07068190071824687, 0.020300281722145645, 0.020300281722145645, 0.020300281722145645, 0.020300281722145645, 0.020300281722145645, 0.2389397478037502, 0.020300281722145645, 0.020300281722145645, 0.017758598366764602, 0.020300281722145645, 0.020300281722145645, 0.10632163412642524, 0.13048726985115733, 0.21084727991224925, 0.003822984238868795, 0.054261647610652775, 0.02648177628781093, 0.3150404291220956, 0.16685532096674702, 0.027289659669501205, 0.0013689683053973026, 0.09320521147758593, 0.01634853767031713, 0.0715552001467983, 0.02270773861058983, 0.0035224258370304307, 0.0665654713228301, 0.03997104912484436, 0.03879115351988332, 0.2773470963643296, 0.13446174175135558, 0.027082580047151087, 0.024955808034018017, 0.0923288246044151, 0.02894801110601633, 0.1336127969809847, 0.33919799260501876, 0.05462926332627897, 0.030555498168172154, 0.2570129067056823, 0.0573531575061088, 0.104675339550395, 0.11166423918338132, 0.1819078212289406, 0.07030670729170624, 0.0006173106169403851, 0.010208212233335416, 0.05848984031981686, 0.05085651413897299, 0.09686870141135231, 0.07944827142203902, 0.21298876855162344, 0.00282905198964821, 0.06191658887265052, 0.06583156929544581, 0.09042873623193136, 0.09595759723302104, 0.05444448549028608, 0.10969657323667847, 0.06041029509685067, 0, 0.09752639597283026, 0.06404561829176614, 0.06404561829176614, 0.06404561829176614, 0.29146473690557595, 0.06404561829176614, 0.07797675560635191, 0, 0.16403082888617587, 0.15352858771885436, 0.2583834708466436, 0.07458713478701492, 0.0974218963732933, 0.004257688208270867, 0.0038244421579919662, 0, 0.1110219820305348, 0.03137117109921002, 0.0201808825948094, 0.026293323971647985, 0.1457707055988341, 0.18557346990713555, 0.023449949842963964, 0.03062829074046219, 0.04222538785541309, 0.05044833610450164, 0.10953096060718594, 0.005688404911004638, 0.01842742570288462, 0.07442777847391152, 0.0982483939512827, 0.001935132870515684, 0.035933004303428655, 0.010366476104433907, 0.01874949405498267, 0.21310917611194785, 0.03203774556141722, 0.0019669515671282807, 0.29558023604787464, 0.011215850963259857, 0.12907168174204384, 0.1732383234129029, 0.0025848592628562044, 0.27703041735627937, 0.05385858005921924, 0.07094833425844488, 0.05429684290524456, 0.07542699072436551, 0.026420513192197834, 0.09821982178003046, 0.010661441810760584, 0.09088588640702255, 0.13720403269627426, 0.19792948473428532, 0.04250384339413691, 0.2781075106370588, 0.09606536073956838, 0.07542699072436551, 0.21381091946248224, 0.1640960391041497, 0.2253353758653115, 0.008519244827224317, 0.020300281722145645, 0.04292004940172963, 0.020300281722145645, 0.03515152659191382, 0.03515152659191382, 0.03515152659191382, 0.03515152659191382, 0.07310782601458954, 0.020300281722145645, 0.074899635091158, 0.07606076896207022, 0.020300281722145645, 0.020300281722145645, 0.07059638290303684, 0.1101842357899672, 0.10671951386126892, 0.13816281075623646, 0.2486757810258671, 0.018399257196502546, 0.11289544726501936, 0.01539199574462527, 0.08910312453479509, 0.06984794142204033, 0.24019880666670043, 0.06984794142204033, 0.020512727973396417, 0.08472272688395649, 0.020300281722145645, 0.0875352151086776, 0.020300281722145645, 0.020300281722145645, 0.03567577209784775, 0.15925713148254048, 0.022908998463307063, 0.08240600813397256, 0.046667857291056256, 0.021549002738850496, 0.2458143046567476, 0.04310162659106669, 0.13439115456108738, 0.14370880881434642, 0.2681208221750233, 0.04940762585671564, 0.0014078253193925622, 0.03111519184383124, 0.08797558724266533, 0.01634713333087038, 0.12978677387556747, 0.28779932133004077, 0.03214847514623388, 0.0966199917207366, 0.23149276306114405, 0, 0.03149145938380507, 0.01334250300706009, 0.11817457590063948, 0.3306325805176449, 0.041122276034885503, 0.1686241093208263, 0.1687661297381873, 0.020300281722145645, 0.041587743320893635, 0.11774941223152616, 0, 0.005090525123604048, 0.0959840042513579, 0.0959840042513579, 0.008745806352223474, 0.16634895511403178, 0.01922470121030296, 0.0010835828313493744, 0.21659988693208893, 0.01111041940404442, 0.03653565600963901, 0.07806304091540821, 0.005618024963171295, 0.1683348322810101, 0.009208428420620297, 0.009208428420620297, 0.0959840042513579, 0.009208428420620297, 0, 0.1554892065900719, 0.031296110906526106, 0.04575973275352853, 0.16632040282821803, 0, 0.04399538477441602, 0.31947934222226193, 0.06168240615801874, 0.28106510535965706, 0.027741202753818982, 0.09069713107787776, 0.07542699072436551, 0.07542699072436551, 0.009208428420620297, 0.34789991956495125, 0.0959840042513579, 0.09695953833698392, 0.06984794142204033, 0.06997197827158669, 0.006412422699766463, 0.16960634107359196, 0.43426698013261744, 0.10993401329785936, 0.1115652361517258, 0.06252552962654723, 0.2520594918801175, 0.08939860989887223, 0.15544016823726772, 0.06984794142204033, 0.16759588266818246, 0.16353224860077195, 0.10266856604017838, 0.01597887721322757, 0.08442330767217204, 0.013891804269125878, 0.1912126521287478, 0.046592193400576576, 0.00945677866567079, 0.009208428420620297, 0.009208428420620297, 0.06429862466047086, 0.009208428420620297, 0.013535592068135696, 0.05026606136784445, 0.15411521627109506, 0.11756023229735288, null, 0.01907791060215592, 0.009208428420620297, 0.06407910891832895, 0.0404936025548693, 0.02117754838553582, null, 0.007711100776272271, 0.07884140280309009, 0.2840957050771957, 0.04552430114700787, 0.02425990518620772, 0.1616886241115831, 0.029988344905987528, 0.04552430114700787, 0.20431894030777617, 0.189497643494197, 0.048693921656872405, 0.04108930658631308, 0.007468279169021787, 0.04552430114700787, 0.1557623343922072, 0.04552430114700787, 0.039607227705279094, 0.13962002275903165, 0.0030752211465793346, 0.025058093804993593, 0.029920708448232223, 0.2154502650220677, 0.06317974559532064, 0.08129293794336402, 0.05547807544511994, 0.012098734482691793, 0.17353725533754186, 0.04218602370095177, 0.28821751853602, 0.09199908221074704, 0.03472308003973406, 0.03869211161750662, 0.03490717321118543, 0.04985827412247287, 0.22984257550900972, 0.010762363435316532, 0.07707692541905148, 0.004379602698725247, 0.021880572287941588, 0, 0.02419302132855371, 0.04258354333476387, 0.023521557170234807, 0.05454646685345393, 0.06442534000595358, 0.0816661406566386, 0.03240213257348973, 0.07844249617407643, 0.1542052140470126, 0.10824474536009386, 0.2726234345021425, 0.15944921849552512, 0.13509975320702275, 0.31101594096910035, 0.045224964282769904, 0.1377177416751642, 0.015241906627498292, 0.2020039423801708, 0.013232582550377852, 0.037915444685683405, 0.07684068751307946, 0.19200816058632583, 0.05599627418446903, 0.06493751775574329, 0.06493751775574329, 0.0004036977220201547, 0.05471192043775147, 0.03019011965999093, 0.227198136201452, 0.06896599821764744, 0.07011756667002816, 0.0008291647080233891, 0.09740836053967672, 0.045602703164328975, 0.09143129421622231, 0.01974928336635034, 0.07404129320240693, 0.0014074459734146638, 0.06493751775574329, 0.04029433282487047, 0.06493751775574329, 0.06708341316927498, 0.07080058092597137, 0.07847051112325336, 0.22723846239149956, 0.011500370803805685, 0.017590193609312473, 0.10832302333663445, 0.08493057066714388, 0.06493751775574329, 0.08743464073862292, 0.10375553660446994, 0, 0.04219771901751885, 0.18965432115088143, 0.04040757544581821, 0.06493751775574329, 0.12556040496750936, 0.06493751775574329, 0.06493751775574329, 0.023614034039666727, 0.05904555229830865, 0.14341000729581124, 0.05865957327189799, 0.009712503673155242, 0.11892634295721972, null, 0.002370953042725071, 0.1571847644417359, 0.022041564807046863, 0.015568695544317609, 0.09861702103280512, 0.06645205813853855, 0.0071199985498291716, 0.0013756945326656369, 0.0642167080831157, 0.023014643327693485, 0.025300333480165277, 0.023852475435397095, 0.27178289568185804, 0.045825093975904854, 0.012738359777951383, 0.05216311056774996, 0.20588814021967272, 0.0193322268257727, 0.15289822089515986, 0.10259629808803844, 0.1779217658646201, 0.25086649373985803, 0.11950290249886106, 0.0003035068743424766, 0.23595035626944183, 0.0935757087741108, 0.13041035336028464, 0.13936528062567655, 0.06100407328496368, 0.01522159581322782, 0.11617622501838112, 0.002800741446707679, 0.26445895140961073, 0.1457857459488826, 0, 0.018084744795641216, 0.002207154202265262, 0.09465407770668376, 0.014997130622189898, 0.04817141447095017, 0.02656308662160633, 0.02019950050629178, 0.1303074728537593, 0.009175701361315214, 0.06488969177302309, 0.055988455128216555, 0.06032289198377444, 0.1458226110327266, 0.03195272583155419, 0.1193151800982495, 0.05799138624207933, 0.01514621398739626, 0.020048750439399594, 0.12276728572376108, 0, 0.2515520185936398, 0.11502403278123306, 0.054127461003873265, 0.06962666302579248, 0.08803638489375246, 0.009627844419518094, 0.07641819477667619, 0.012907563447377451, 0.09219553122990992, 0.5, 0.20373606396215108, 0.5, 0.12522173713448334, 0.0503103982107756, 0.11670374999957456, 0.013279190448561098, null, 0.037156530070024466, 0.03964695254267954, 0.03964695254267954, 0.058761742602501985, 0.03964695254267954, 0.03964695254267954, 0.012121746466450667, 0.12586694793524308, 0.2910872958256857, 0.021578863497840467, 0.12794523622441867, 0.042685476151089224, 0.012920431515223296, 0.03715157993013501, 0.09140530824844972, 0.4107040170934688, 0.010599376474719232, 0.014416864253313944, 0.0636813974882176, 0.026786665919197008, 0.2260865859763306, 0.2343393727866158, 0.01629944672774272, 0.012965447805739569, 0.3492156708417636, 0.0024263658073215033, 0.00959285156744569, 0.05873834433032594, 0.025755045586814188, 0.004946706555014503, 0.11775527849381692, 0.0036243366772167546, 0.01861779587009978, 0.06160143914819179, 0.00913168758371773, 0.0873255284581866, 0.26083021727124023, 0.28416268225128855, 0.10367530827844236, 0.08477384432415212, 0.05806915523820791, 0.0032221013996571574, 0.0950294183115738, 0.06444230307429911, 0.00500989153541407, 0.03602623041217114, 0.08376362004454022, 0.01886195751872121, 0.09207928848849858, null, 0.2544581823665755, 0.05251624703387625, 0.07780771609177631, 0.005198734879147005, 0.05310221325853979, 0.037750914417456614, 0, 0.06524391959781217, 0.00217579255025309, 0.10219499601591532, 0.0581850426444373, 0.06744893109876322, 0.42230117927160016, 0.28184582754736803, 0.1323777858386369, 0.0506608949111426, 0.012077357757809916, 0.014344702156328878, 0.1303606996831029, 0.09568421222626264, 0.21130302566028725, 0.006695893987558675, 0.28613777980392946, 0.11131059417956753, 0.08802459296648625, 0.12140991704410502, 0.04634670405689662, 0.04433502636353207, 0.05181061689480789, 0, 0.06293827213724722, 0.0015664763522569558, 0.00181107853124136, 0.0334744671439718, 0.10033367471856632, 0.3899410635720254, 0.1807048974763049, 0.02020907369058209, 0.00181107853124136, 0.0971619789209581, 0.05871102440291913, 0.03289867347968119, 0.00181107853124136, 0.3755011752262721, 0.2756893012280276, 0.009517630532469368, 0.1359774828016162, 0.18760501288743017, 0.08080296654146016, 0.00181107853124136, 0.21521081206132703, 0.1751681673974061, 0.035167671756508735, 0.045006620486032295, 0.003487934538318461, 0.1009910862313858, 0.1299349612305907, 0.01657378783327537, 0.1567150651160899, 0.3693172909008311, 0.16786852340135028, 0.07040401082538877, 0.014953921641872491, 0.045877070282448855, 0.08024543604467489, 0.08024543604467489, 0.08024543604467489, 0.03765828977027093, 0.08024543604467489, null, 0.07327895012813605, 0.021951432080980594, 0.05373201398179979, 0.08747272318257722, 0.026291105241947065, 0.021808558803313848, 0.05596889342493997, 0.1558245199430294, 0.22000892688603477, 0.18100623159527632, 0, 0.1922983748581073, 0.16716499994430192, 0.209478209152686, 0.13252545596675852, 0.2275812903423422, 0.03810945336737099, 0.09445601041346809, 0.004872863931896186, 0.5101040122306606, 0.06042770531668264, 0.02402742827565748, 0.02998818794543557, 0.15469132271056574, 0.07727921026865602, 0.009668871647075031, 0.12955262881897472, 0.038526392491177654, 0.011042113855914377, 0.0361867715608417, 0.48943106283267374, 0.1815429134598464, 0.04879051418098913, 0.07129843311999338, 0.0028040463858088876, 0.1758890579134103, 0.08202339763845365, 0.042530874872197, 0.012415135796485129, 0.08349827767629348, 0.06939861474452687, 0.1576029746717749, 0.03150779499407854, 0, 0.04188889330669854, 0.042778563651682824, 0.1292816585477554, 0.0038766602555632495, 0.11515830085295271, 0, 0.008532371127381548, 0.10321492808146748, 0.002507606685685888, 0.0729705062192293, 0.07902525747916805, 0.14349570638176185, 0.011419288193729489, 0.01878893835763156, 0.32893443785408066, 0.016989308467554913, 0.05745465367925966, 0.10194792161752857, 0.006254620856944998, 0.010164098323760336, 0.00181107853124136, 0.03964695254267954, 0.03964695254267954, 0.22088193144261783, 0.015797757173203496, 0.03964695254267954, 0.21137241573257365, 0.05238082471913809, 0.03765882069350928, 0.04954380301642569, 0.26027250814071917, 0.2844947208904755, 0.26718572759908576, 0, 0.03964695254267954, 0.00181107853124136, 0.06898687374139213, 0.20247012919783133, 0.12197451794058768, 0.10596973884027108, 0.2081066675250698, 0.06810752958086054, 0.10749456181053169, 0.4287590814586814, 0, 0.12535209759964258, 0.33570052301244474, 0.019220485956043816, 0.00181107853124136, 0.06293028747976931, 0.00181107853124136, 0.03445750237390324, 0.0003489845626817295, 0.13504607796367604, 0.2203227248076732, 0.03393288129989366, 0.1694394521430743, 0.06191838928271469, 0.1764626264928114, 0.14034564136043504, 0.013442899972035929, 0.1088490905431014, 0.03444195906070049, 0.00425797863096701, 0.06703916110868603, 0.0990843662677372, 0.007681477238121737, 0.17426249892386578, 0.07777491041688854, 0.16927718229370187, 0, 0.008206670964380736, 0.03236466092280792, 0.051715221668599425, 0.2909295355612877, 0.0186278707069339, 0.056370317151664864, 0.2382834585636683, 0.00970435048097544, 0.1071319885792025, 0.06983571989224562, 0.04812051591717531, 0.08857056286671246, null, 0.11829473523107475, 0.23334332648812808, 0.09128482199742614, 0.33570052301244474, 0.026391563705934564, 0.0461210430231508, 0.16172587850958578, 0.26160501720202295, 0.115085895628699, 0.08024543604467489, 0.07189964002763906, 0.002703630701235325, 0.07005088589117375, 0.1019771975345115, 0.09972413688912755, 0.08024543604467489, 0.1903170211629977, 0.1142309059547086, 0.05477059823177218, 0.04232557859071716, 0.2572848767180653, 0.08891812254078045, 0.117169995441843, 0.01928011321248982, 0.08024543604467489, 0.14533314788955615, 0.1441247900807409, 0.015187473017649696, 0.1043261365522338, 0.10111481586551088, 0.03806266240373899, 0.2182286579110782, 0.088852624759651, 0.032280727388326845, 0.0016119050684634466, 0.05025472562775163, 0.0026728995159537336, 0.025525813199677536, 0.03110576565457372, 0.027088912064069062, 0.04806497089184087, 0.014184185105113996, 0.08024543604467489, 0.027551078772618837, 0.25647759038259715, 0.28984592185989344, 0.1576247842143392, 0.012142387209371558, 0.12486416569865638, 0.33570052301244474, 0.02447703183254916, 0.027349051856572347, 0.06807415402546277, 0.1317274629005352, 0.06273004110829376, 0.016237242776527588, 0.11346953420400124, 0.33570052301244474, 0.01043404586000738, 0.002060805531688309, 0.009255543005651672, 0.33570052301244474, 0.33570052301244474, 0.33570052301244474, 0.14537591090868204, 0.07196697373644355, 0.04318412331304507, 0.11490049996130114, 0.04807869988515578, 0.07249817681524946, 0.1613784794486991, 0.021482291779887804, 0.036653876604195494, 0.01426937715389015, 0.005767327984035868, 0.33570052301244474, 0.20254442487887475, 0.05171585451710245, 0.020177665415508243, 0.05974888223400462, 0.06789100786376424, 0.006430867455277773, 0.16976737358932048, 0.028014694687600462, 0.08724581999649579, 0.06546907143738885, 0.3543194782000673, 0.025673330376225902, 0.0252684605963641, 0.06952151495093645, 0.04616451282059197, 0.12506743598394557, 0.03240854704313481, 0.2831674856970587, 0.008165881382100637, 0.02812917299179731, 0.06930273094918316, 0.040409499643583285, 0.06022261488019373, 0.01331006048257335, 0.07839331136175988, 0.014802573972582243, 0.008116722574995438, 0.003948647869265661, 0.025995314871709644, 0.092319785005108, 0.07454671261033917, 0.0778320857328939, 0.008562336511859253, 0.0015696587113916175, 0.09001811752011739, 0.04303837007138719, 0.088959247909909, 0.4511495015372178, 0.07540631117643092, 0.002174209653784739, 0.04958141836994768, 0.3137756898869845, 0, 0.1604092710394972, 0.03690096108427863, 0.19233012665087384, 0.23415592500918897, 0.1289107007308402, 0.01346040602145023, 0.003042907952882575, 0.1751855131293592, 0.5270103209187899, 0.09926407331494262, 0, 0.15537144285094515, 0.0887000786060638, 0.1958579076394516, 0.09010032621399353, 0.3167662612306166, 0, 0.18967396650475396, 0.03731369946545234, 0.040387439838442125, 0.007268577702983611, 0.0034606524488650877, 0.0566047158371708, 0.1034352456452034, 0.2695280026764954, 0, 0.10273861982994818, 0.06330101810315521, 0.050982515491725014, 0.005421842974760051, 0.09911326759793072, 0.057739804697939774, 0.011666622032999825, 0.10180130134426396, 0.12634212485041696, 0.05650436944644401, 0.005703288483247212, 0.013270166686093637, 0.001722070468910067, 0.2885371611968266, 0, 0.011906056518326182, 0.06442305066417024, 0.018484835003121623, 0.014818762512280014, 0.02664739486321172, 0.17037848541053216, 0.04888058421206902, 0.0411962947380518, 0.09943554866838172, 0.01588257084955206, 0.005746090674189469, 0.2577801192152363, 0.05240585932943963, 0.06972594552269348, 0.024499245202301186, 0.06813684304883388, 0.20888579844336855, 0.03531690988926602, 0.06118540937985627, 0.02446894715888415, 0.17620231981354656, 0.11014674353787444, 0.06687784801230719, 0.02536512778621555, 0.016850560709096168, 0.044744310602401416, 0, 0.034677172538631326, 0.23419640141295903, 0.014289858515443146, 0.24881356585534847, 0.010659424612902296, 0.07231558095768538, 0.004180699388256403, 0.05472209159915305, 0.013864623097159258, 0.04130507039675651, 0.08445358845362409, 0.015450365759257316, 0, 0.05050744594039056, 0.051126141375826245, 0.026433964820581295, 0.0828505301123024, 0.06553394765912864, 0.03550123871800865, 0.004654337149337019, 0.2220104434694722, 0.037100528812968395, 0.027201955185269935, 0.17407885306936033, 0.015441993816311715, 0.0789763290073202, 0.01914382950999275, 0.3922031386305609, 0.06930123387897587, 0.06557141670941052, 0.00506687157403934, 0.0009383715932890668, 0.05743185304365007, 0.01190321449489795, 0.05928167361730499, 0, 0.018011482771175216, 0.27637851329564894, 0.07476095881565517, 0.021663933577645223, 0.029111664567713247, 0.1945877211852323, 0.05251222992411984, 0.09264268763657522, 0, 0.10923270947536742, 0.021608117079206592, 0.029746856231698395, 0.030035635882814764, 0.06853083606169434, 0.018065717830425, 0.12259772544894196, 0.004117587907086961, 0.022727329186811578, 0.2121541419588165, 0.0807755476831901, 0.17678754274099848, 0.07931058275310342, 0.0397358626699567, 0.07425365320023534, 0.031441686772120774, 0.4226754683112182, 0.05901844815236378, 0.03530805787473813, 0.1159239517162939, 0.044288475560867006, 0.11091819809276174, 0.0568208437748731, 0.140739413694924, 0.08796558287510234, 0.1263443380942843, 0.07704490705959009, 0.011463827320237784, 0.11818732172843606, 0.24728847133588583, 0.0636967610768076, 0.0024117750959441286, 0.04280156545701988, 0.04205961421991857, 0.02037394244074793, 0.01829087812931707, 0.03289725623190477, 0.033948174045289374, 0.018150786866899613, 0.05800550008710811, 0.03379377642940558, 0.08195870986193839, 0.007615644145662147, 0.007615644145662147, 0.0688357643056779, 0.007615644145662147, 0.007615644145662147, 0.2889583222543169, 0.02037394244074793, 0.02037394244074793, 0.02037394244074793, 0.02179936626081598, 0.034887464229696866, 0.15738994966397035, 0.006251988695754046, 0.16015697624886335, 0.008090105348876709, 0.12236036863283511, 0.15744948463651717, 0.01256362012703029, 0.010980857647104748, 0.07628534193455977, 0.010539421694552764, 0.08333732434096343, 0.025601526022199225, 0.06277647303771977, 0.057303268854032745, 0.07425365320023534, 0.07425365320023534, 0.17715053653692855, 0.07425365320023534, 0, 0.01783905734941797, 0.07955084571776454, 0.040272994856268694, 0.0814530193659115, 0.1064503325276694, 0.2618670516442223, 0, 0.03047244563007995, 0.02037394244074793, 0.10985777187292677, 0.022124857469277084, 0.02756196405569727, 0.07425365320023534, 0.07425365320023534, 0.001795656293957175, 0.025735670439255832, 0.07425365320023534, 0.0797818731491366, 0.02037394244074793, 0.02037394244074793, 0.02037394244074793, 0.015306035721463985, 0.06640342569043996, 0.2837740948692561, 0.002564856704283386, 0.04108983596247085, 0.033685849336558535, 0.03429009326110032, 0.0445129985657348, 0.14960987220936933, 0.015995147095239262, 0.06381913135568135, 0.037451501296015405, 0.3388718946560919, 0.14343356559105985, 0.008974194421855623, 0.08717800249449745, 0.02370307202504072, 0.01529272861160205, 0.030422484497665533, 0.10217793000448788, 0.07604921460236148, 0.0074263049304689474, 0.29018382137717535, 0.053761275265316426, 0.1247697577268703, 0.008143079857162824, 0.03548753382014988, 0.05311860873721803, 0.05226061133956691, 0.07400239371582207, 0.014237273533847442, 0.09884162989171172, 0.09278842552450946, 0.07556456118725986, 0.07574666271934044, 0.007284859667808939, 0.06852439236539593, 0.03607827785408087, 0.02850010299131734, 0.1240503865436606, 0.021386270947416425, 0.053093673393598946, 0.1590206264018238, 0.0653460728751357, 0.014811673681389186, 0.013334445750733252, 0.04311749289913065, 0.08857421956694897, 0.06882964034445879, 0, 0.06303418879638287, 0.31643266399007414, 0.07103685902111129, 0.24022092157310632, 0.03956370432238248, 0.26539270463651365, 0.02371375343375635, 0.0399723145336282, 0.060258543093177, 0.07129152213976403, 0.0148336767321529, 0.07425365320023534, 0.1490198612592043, 0.03424623954461912, 0.05825488100583635, 0.009129809921847134, 0.021038165559290552, 0.006955529222778815, 0.03905874411135738, 0.03439587697714731, 0.03439587697714731, 0.03439587697714731, 0.0741212432282406, 0.03439587697714731, 0.02307245410896077, 0.28640033498205103, 0.0002571204600528404, 0.016872683265385904, 0.061254203481824185, 0.16666666666666666, 0.005465570126766862, 0.03433627905997357, 0.02240025767587113, 0.03329516442174826, 0.09204138463755776, 0.2393997302464188, 0.03758743848407148, 0.024021522819804367, 0.04749592480252912, 0.04749592480252912, 0.2553752774633241, 0.050651456974557675, 0.04749592480252912, 0.04749592480252912, 0.04749592480252912, 0.02264346153038004, 0.04749592480252912, 0.13437617371962968, 0.04749592480252912, 0.06316318121129064, 0.04749592480252912, 0.04749592480252912, 0.04749592480252912, 0.04749592480252912, 0.04749592480252912, 0.054157462284035854, 0.05454475882946116, 0.029705435349362416, 0.08264668929439618, 0.03754961020653224, 0.014654731482613767, 0.07760632629198976, 0.052291923021446925, 0.014654731482613767, 0.027442351420840595, 0.32977749913016874, 0.11467936187858407, 0.04963000996073054, 0.04242480937217688, 0.03188947597991181, 0.04671814721762476, 0.06103619686626356, 0.04749592480252912, 0.0021037947730827384, 0.08815119047705258, 0.13927139610942188, 0.01528121374288686, 0.02824051442949984, 0.05689273514790457, 0.18648417215585333, 0.03010827249196398, 0.015496338165913054, 0.1453754286977773, 0.0887270726515272, 0, 0.020747315634161018, 0.2246364427732972, 0.13950153066429466, 0.04749592480252912, 0.04749592480252912, 0.011865756508287351, 0.026780743493091605, 0.04749592480252912, 0.04749592480252912, 0.011169504717564971, 0.04749592480252912, 0.03810226608453978, 0.08002271488693366, 0.014165680751562416, 0.07282617847943558, 0.05342647408409775, 0.11606230828139594, 0.10281578752595152, 0.04749592480252912, 0.04749592480252912, 0.07879820753127853, 0.04749592480252912, 0.30228235083297145, 0.03559663588971289, 0, 0.014654731482613767, 0.014654731482613767, 0.014654731482613767, 0.09321126102801276, 0.014654731482613767, 0.04645673110570793, 0.04749592480252912, 0.008176963622141188, 0.09106070381968684, 0.04749592480252912, 0.014654731482613767, 0.1392345242554747, 0.14490328024607724, 0.04749592480252912, 0, 0.04749592480252912, 0.17301942444992308, 0.04749592480252912, 0.007239065449838243, 0.15868932612581374, 0.06572681573235956, 0.02283101076475975, 0.1989632111028498, 0.048602816462207814, 0.036270663068867545, 0.25351587644447354, 0.1078110048171082, 0.0068242356767923016, 0.15512672299009253, 0.032983142184094635, 0.06324826170204341, 0.03910764240618856, 0.0031382118089912855, 0.1398838227270633, 0.16547739308634174, 0.10714863902790536, 0.008460473964172769, 0.11641940138487532, 0.15204290166700965, 0.10092739260210593, 0.04749592480252912, 0.061275330229945045, 0.014654731482613767, 0.004388758070759705, 0.039147924700571456, 0.1321596957395758, 0.014370695280953897, 0.2379122144420651, 0.05874441220150752, 0.058348749681212814, 0.04940300837219437, 0.033869622991479255, 0.08271686534092618, 0.028489405456532984, 0.23100759791738584, 0.07713653482288187, 0.12050646347767338, 0.036449024684735064, 0, 0.06863427389224337, 0.05478535754900735, 0.17172177038340475, 0.0031005728389094885, 0.013977766272484704, 0.028583339290311843, 0.07671611240731716, 0.026354312468148403, 0.14337857944849236, 0.18730468005787715, 0.007615644145662147, 0.007615644145662147, 0.1086451217611088, 0.03881671416554972, 0.007615644145662147, 0.06107928129568254, 0.0069878063007308075, 0.0521729776374902, 0.17646908489582624, 0.10308441990482596, 0.21149720746997255, 0.04945254758730004, 0.08160810885296989, 0.02186680973397708, 0.008681857909378381, 0.02182521359132771, 0.1129837668789594, 0.06957032255368564, 0.2151748192442059, 0.015293114861437288, 0.1687900676567839, 0.009877799518238526, 0.008387005643718037, 0.34251510179237094, 0.15938194707497708, 0.029955588932956696, 0.13348040535040204, 0.016315560948058676, 0.05590170490172818, 0.23494750225959304, 0.08550592571936591, 0.05946367132119596, 0.10797677063889168, 0.08817186164435742, 0.06898498321585675, 0.027015371723778433, 0.05209904542656053, 0.2578142291846008, 0.05275016458992108, 0.11601336716686836, 0.030419344727519625, 0.006449074334538524, 0.03439587697714731, 0.03439587697714731, 0.03439587697714731, 0.006959484124597001, 0.01256446804531743, 0.026630442529802085, 0.05610835240001359, 0.006247067192274141, 0.0035407462886647817, 0.05400878428406154, 0.4953324633114163, 0.2411172057082771, 0.03439587697714731, 0.23157162207321583, 0.021918513591224185, 0.29406488567452677, 0.07998945427994555, 0.024007842462098385, 0.08103598747444123, 0.019676489671717527, 0.10186286277424568, 0.0312418568642072, 0.08925024475157996, 0.01969061344338684, 0.007615644145662147, 0.02026528271798783, 0.08871067436571026, 0.30298121127630573, 0.30257594509042696, 0.0904624302453748, 0.061403111012001486, 0.10690913819283744, 0.16279329579076182, 0.12297189692426586, 0.06422876266317966, 0.10153723826185589, 0.36522566770678383, 0.08727271320827941, 0.08621180074915524, 0.021832674168530217, 0.20952667539391345, 0.037807152141715504, 0.10315188994565253, 0.04853742285952035, 0.015501834364428124, 0.16121857121415087, 0.0956692568264476, null, 0.12462907356675353, 0.01384808771279296, 0.2877717637872836, 0, 0.01521749011920506, 0.015199867478322531, 0.04227871974369861, 0.006424423279197634, 0.02650857157105236, 0.18105004360631147, 0.11069796890628944, 0.032142521272383734, 0.05204378439351723, 0.02112530202092029, 0.05564874628186118, 0.2961477220065467, 0.04718960106661481, 0.02668253018197054, 0.0229149694086767, 0.023309385392557357, 0.27577837502767805, 0.01082342394123728, 0.029498051996446367, 0.014558340540076929, 0.0830669274655348, 0, 0.12152030305422698, 0.049916174008230355, 0.049916174008230355, 0.049916174008230355, 0.0346936293268183, 0.049916174008230355, 0.14667338071307526, 0.031479375110673495, 0.002950736332695101, 0.10186406654432915, 0.2922508669057684, 0.05239127562373554, 0.1146194712035912, 0.0064283578933345565, 0.020560859298738677, 0.02644694562097949, 0.12445713303319791, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.07763586023869921, 0.20265902443647985, 0.0023756605787366527, 0.03342078794016979, 0.03229538980177659, 0.03472378464725268, 0.006184535884656032, 0.01955986807117794, 0.0999762006788652, 0.03766431584647091, 0.03766431584647091, 0.03766431584647091, 0.03766431584647091, 0.28949346313983587, 0, 0.28949346313983587, 0.28949346313983587, 0.28949346313983587, 0.00862196288453426, 0.13904535117065786, 0.052152083923466486, 0.03119490040627008, 0.049916174008230355, 0.049916174008230355, 0.1019713218955496, 0.02872622288960719, null, 0.3565093206077729, 0.06030759242736569, 0.0020578138660280565, 0.04151029652501827, 0.2793247110094234, 0.15651790488582004, 0.03750176474826208, 0.048294237498479595, 0.16404704137182918, 0.013678742886370816, 0.13705980937069037, 0.01209525848350598, 0.313141329673836, 0.06782904211594463, 0.14274720042436914, 0.07699238208239984, 0.049916174008230355, 0.049916174008230355, 0.08078806180851789, 0.28949346313983587, 0.28949346313983587, 0.28949346313983587, 0.28949346313983587, 0.025834362329395056, 0.05715013219612821, 0.08775327546572965, 0.04047349293464545, 0.014716459502414993, 0.02449991362150703, 0.06810927013752047, 0.05515980217782718, 0.1730560993354937, 0.0067976047485995275, 0.03413452307444258, 0.004658777772641525, 0.10535526309093414, 0.03766431584647091, 0.01114445594526077, 0, 0.08232040108030077, 0.013958500721354464, 0.01698617650402548, 0.2245113798386552, 0.1387524694367056, 0, 0.1908979810650308, 0.26633636197747607, 0.12252479022764504, 0.20186035126666857, 0.05256406241499896, 0.05692931229712726, 0.03766431584647091, 0.03766431584647091, 0.03766431584647091, 0.031298490171940994, 0.033620463181366265, 0.04038908423354342, 0.12675636256593367, 0.10124924124301028, 0.0014647290404295802, 0.007176212181551255, 0.1807655108177681, 0.01247114095087308, 0.0002696108562895244, 0.037613061638663736, 0.037613061638663736, 0.037613061638663736, 0.037613061638663736, 0.02226139139193448, 0.15460610027644028, 0.007680376808288565, 0.07069228520935358, 0.208132939482968, 0.1566802362853657, 0.06211528448062373, 0.261937382193252, 0.16028484872761636, 0.1796508037385814, 0.15659116221786176, 0.056344452404119665, 0.19224429100900045, 0.23682952476609345, 0.04923166129564919, 0.16801985538595723, 0.09240697859243845, 0.19051236078801137, 0.04351757967574494, 0.0026804845568679423, 0.13202372847480037, 0.002519652957845016, 0.07255526735667191, 0.007829494120789003, 0.029062504297403053, 0.01663491779009116, 0.0035719656819246247, 0.04268547856908423, 0.025802497526581196, 0.04614569799251925, 0.04036838911869082, 0.038367286250576, 0.3406604263877926, 0.12551916555832413, 0.03674559730614844, 0.005360113052449042, 0.12421499499912264, 0, 0.4986390428838092, 0.24932809762251965, 0.21399690551995185, 0.10458535725112351, 0.0013768732576489166, 0.1265290214464939, 0.041592060179518456, 0.033726854214512166, 0.01834650172701113, 0, 0.121480557446165, 0.027581024619732608, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.07886427119634717, 0.00951892369568464, 0, 0.00951892369568464, 0.00951892369568464, 0.09477002217907712, 0.00951892369568464, 0.00951892369568464, 0.025761426810702533, 0.00951892369568464, 0.051485701533617305, 0.05379039390419817, 0.016799358818641585, 0.07076377977041408, 0.13327342576603227, 0.05111484821879756, 0.15222390664148627, 0.007933683812516716, 0.418428767128638, 0.05269565136927437, 0.07696428480152648, 0.04601576381140527, 0.16566473502731158, 0.20386584775396815, 0.030685453135052783, 0.007657952050410097, 0.06005527923786799, 0.012787497275598265, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.0033930514884607, 0.0892611465629089, 0.17222853555715673, 0.11288346878660054, 0.05540159918653588, 0.013272333572162197, 0.0015006435165372015, 0.07030187804204403, 0.03308999748747163, 0.017072047322101252, 0.06557545688925447, 0.04436411941167047, 0.007933683812516716, 0.031399780745424606, 0.10346035031904176, 0.022302967117036734, 0.012720672326789332, 0.02206396270578968, 0.01865212689706757, 0.00951892369568464, 0.00951892369568464, 0.003329572631119228, 0.00951892369568464, 0.00823722377928494, 0.00951892369568464, 0.00951892369568464, 0.042103203266290946, 0.02764570498105501, 0.014091900497643254, 0.425197080613928, 0.05224713459943517, 0.058465674891575635, 0.001053421036858659, 0.05844839848771087, 0.10094007473995592, 0.13395917500557852, 0.15081294056750602, 0.00951892369568464, 0.1771901300729686, 0.03799481620256519, 0.03685743207569508, 0.1223098976857135, 0.1594674045689216, 0.012922881169839391, 0.037613061638663736, 0, 0.022927858568832872, 0.037613061638663736, 0.08758238775923864, 0.3522068783914169, 0.011144912041961656, 0.03151911287476879, 0.037613061638663736, 0.3442079459221161, 0.0015550093651554174, 0.037613061638663736, 0.0559707009890652, 0.1384729270018543, 0.0043009764718657095, 0.08557072793698671, 0.01983830378666962, 0.14978784376070747, 0.07933141348550588, 0.065473683230006, 0.14830133213599572, 0.05867339862814275, 0.04830432998896003, 0.06735620527347846, 0.12663663966322353, 0.03091299862847371, 0.07206525942753589, 0.28604686191928863, 0.0005496750422208598, 0.003805373259547069, 0.06438815773040316, 0.13758320005468225, 0.05457948564555073, 0.007883426347153014, 0.003783214751287124, 0.003783214751287124, 0.018316620465237337, 0.02373036733380363, 0.02523939412660306, 0.02523939412660306, 0.003783214751287124, 0.18154076466776256, 0.21114197987218888, 0.01668494667015754, 0.003783214751287124, 0.014166043114946044, 0.13134996538249877, 0.03040388059254656, 0.03247999856396663, 0.003783214751287124, 0.04536845676770606, 0.09213341300026692, 0.003783214751287124, 0, 0.02558610978553654, 0.06958447986267313, 0.003783214751287124, 0.20041683342331348, 0.003783214751287124, 0.23211579377529667, 0.03901436279757643, 0.05572219648345469, 0.030664366587156856, 0.009005960971597182, 0.2727926502795051, 0.009443478882438752, 0.09865329583103472, 0.030664366587156856, 0.030371231765708388, 0.04575053146121917, 0.020828640140917013, 0.0531516078958651, 0.014419171945030972, 0.06224234023679871, 0.003606422473495845, 0.1382026945307711, 0.06082293600348082, 0.04404461468300514, 0.11465718125180618, 0.07146151690354383, 0.030664366587156856, 0.07863514535357967, 0.062108020139596785, 0.1374484921125629, 0.1464608403273756, 0.012492670308547355, 0.01796099872048673, 0.07140882299308282, 0.02249154898282251, 0.15216304108793335, 0.027550945611232152, 0.02523939412660306, 0.06640037150619245, 0.0281614331920542, 0.030664366587156856, 0.1593523613567052, 0.1593523613567052, 0.1593523613567052, 0.1593523613567052, 0.06860076022077093, 0.4347104272111943, 0.05084042764600785, 0.05776059370447196, 0.007744353560738099, 0.01713734190679305, 0.02523939412660306, 0.02922647078893056, 0.24064373571647152, 0.1093874167271006, 0.19024998060030365, 0.07926979585985722, 0.013085047728466428, 0.13009966955340915, 0.1466780034488152, 0.03022565926397062, 0.3592392496697598, 0.20176502806608185, 0.07186921401472143, 0.01758872974302457, 0.06356068299513325, 0.13033719574105038, 0.024023094802703236, 0.08289924289278267, 0.00597531811508339, 0.06480889648234049, 0.012358935881242143, 0.006857470633828415, 0.017458693480206344, 0.029034680145428707, 0.030859371600425994, 0.1933083141150902, 0.03260477771991432, 0.03260477771991432, 0.03260477771991432, 0.011560434497699177, 0.03260477771991432, 0.07043434470922968, 0.12334030754730405, 0.11234940071239362, 0.07248140543070775, 0.09347197782636912, 0.04825021958229456, 0.041421636342495446, 0.016002314824003928, 0.03828514969995771, 0.2477260614453174, 0.104249065980074, 0.008506698575327085, 0.11381414497385764, 0.09638435368123364, 0.007923167101563934, 0.07573107102281973, 0.02523939412660306, 0.10375146016205652, 0.05818469292847803, 0.03290892530968322, 0.007632606181889128, 0.02523939412660306, 0.003153614613074718, 0.03516704888293601, 0.02523939412660306, 0.02523939412660306, 0.02523939412660306, 0.07320118694189805, 0.02523939412660306, 0.02523939412660306, 0.02523939412660306, 0.02523939412660306, 0.02523939412660306, 0.02523939412660306, 0.011554738262425212, 0.02523939412660306, 0.007801579731658578, 0.02523939412660306, 0.02523939412660306, 0.08976741695927669, 0.038464722589603595, 0.19553400233170887, 0.09110719824172464, 0.26623749362221666, 0.023498786842691747, 0.030505412630266, 0.027518298405711617, 0.03728006108982427, 0.000988789804950832, 0.021623559612123203, 0.04582959859339593, 0.12800615802203136, 0.003997334565440783, 0.05766025895954526, 0.02523939412660306, 0.02523939412660306, 0.02523939412660306, 0.02523939412660306, 0.061651732679897056, 0.02523939412660306, 0.011793187391389471, 0.02523939412660306, 0.02523939412660306, 0.02523939412660306, 0.016825488097970843, 0.02523939412660306, 0.02650279187604645, 0.0030774118963742196, 0.02849478588705944, 0.009236185037286695, 0.043010255059535235, null, 0.025161793052030368, 0.030664366587156856, 0.15239402010967876, 0.22938111887539353, 0.030664366587156856, 0.030664366587156856, 0.11834532036609204, 0.11224673248510948, 0.030664366587156856, 0.07285272011768747, 0.006141348520126336, 0.05204994119573639, 0.04586527909609806, 0.06972142336621014, 0.03212231882748529, 0.07055902468802477, 0.2349838702159995, 0.08318475948634735, 0.03260477771991432, 0.3061155444021358, 0, 0.09167848965951318, 0.03260477771991432, 0.01629147094230803, 0.14581832624814253, 0.11593550882147682, 0.03940544971084177, 0.03212231882748529, 0.0921453810793661, 0.004411363026836963, 0.10526284050783992, 0.009623349719320084, 0.03212231882748529, 0.03212231882748529, 0.03212231882748529, 0.03212231882748529, 0.03212231882748529, 0.14162381118998635, 0.11023722409061572, 0.03212231882748529, 0.013306870447831232, 0.04590127373780672, 0.10958410292983796, 0.015618366909906287, 0.0968614790849195, 0.006685484621000559, 0.14261651223727534, 0, 0.1705734754779543, 0.03272674714613966, 0.0912421361322302, 0.09426186546318588, 0.16456342904408375, 0.04466777366448863, 0.03260477771991432, 0.1593523613567052, 0.16603287346365422, 0.04935447552206479, 0.14697758554073495, 0.06049634049153042, 0.04228881502854192, 0.04446947817160176, 0.03260477771991432, 0.16462287327704508, 0.1086055774577117, 0.030276037667045588, 0.1593523613567052, 0.006042125288113315, 0.1593523613567052, 0.1472725175520273, 0.06074744880610362, 0.1593523613567052, 0.00940473860910438, 0.019635080623465095, 0.002260817329957645, 0.013184294951921985, 0.22933765779316265, 0.01593966746872729, 0.03968475553545459, 0.1422530171699552, 0.09633279836432142, 0.16388150052541595, 0.015029042732996972, 0.003889113693291, 0.037774148223966394, 0.001335488155268701, 0.08692186471214704, 0.002435937170674901, 0.021354632810420687, 0.02440586836761628, 0.0016573519432676444, 0.019940609692094727, 0.03523844734437217, 0.02932439900615992, 0.019940609692094727, 0.04824307071863168, 0.10035783706461436, 0.05612836594279661, 0.03526693840500582, 0.04037149246193385, 0.24866756756843375, 0.019940609692094727, 0.005011193952949475, 0.03270685708200887, 0.01428622027056061, 0.0694571123471241, 0.02926067350924338, 0.060234613481158474, 0.014616373954615205, 0.04351180705671047, 0.0650941403794906, 0.06149878769265521, 0.10035783706461436, 0.10035783706461436, 0.32872848425191126, 0.10035783706461436, 0.08373274978652105, 0.008371007786647162, 0.14821710857111076, 0.019940609692094727, 0.015671287706847278, 0.0334286848409537, 0.09631483539898912, 0.0003888330195332039, 0.10792187139903982, 0.02440586836761628, 0.20487333453064893, 0.10792187139903982, 0.015587812440876503, 0.10035783706461436, 0.03333652153696364, 0, 0.017200174360218545, 0.014979632841067602, 0.03608214684166694, 0.09733433479500105, 0.04013563637996727, 0.04201013813820507, 0.10035783706461436, 0.04088640238875661, 0.06641580243335081, 0.19174254616761385, 0.10035783706461436, 0.10035783706461436, 0.11347677799747162, 0.06068340555523672, 0.012976869383722797, 0.026677897877133185, 0.1079565297340901, 0.002206786188100934, 0.03453487735066683, 0.04899763388791169, 0.06420786889997819, 0.014486420820631169, 0.09665831706320913, 0.3168463877422204, 0.046490028588421495, 0.1302764308179503, 0.04583463054034148, 0.017481406830360858, 0.10792187139903982, 0.10792187139903982, 0.16746632914986828, 0.10792187139903982, 0.08387172728795605, 0.09599388562928012, 0.08564640187438904, 0.10792187139903982, 0.027476687195814906, 0.0019605406043272937, 0.10792187139903982, 0.0400613074693402, 0.10792187139903982, 0.22375034885872083, 0.011542283803858591, 0.005406619156145008, 0.026075084859990428, 0.07804135813817449, 0.0034785476087379422, 0.18066513906412335, 0.04677832479352594, 0.07703654799824868, 0.03282934719431412, 0.01843258383184894, 0.11537902339941342, 0.011229796730913571, 0.04374583446923317, 0.06018506860734292, 0.20142123013521063, 0.03706703435410555, 0.10743993268706668, 0.14994655299142393, 0.1305343281132801, 0.009193738461692158, 0.014753335271366548, 0.004079679791507727, 0.05216583733552743, 0.004256454683064223, 0.032953192864488313, 0.07002801572532386, 0.26110488261273324, 0.1650945776842161, 0.24770257410245788, 0.15540296537876003, 0.13019391256048535, 0.25004425522664964, 0.05875156007526715, 0.004450157385267341, 0.025031983998223685, 0.007089354472801739, 0.0069699916366471526, 0.06999113326880105, 0.02699968084557903, 0.059927946431377485, 0.07243426337226029, 0.2528758788214814, 0.04420591415324181, 0.03056612140557826, 0.0033002050293632615, 0.019940609692094727, 0.1525334014434921, 0.009094097900004976, 0.019940609692094727, 0.019940609692094727, 0.07743434581238257, 0.019940609692094727, 0.06382686895301837, 0.03827214364529403, 0.07620424648698186, 0.15639082394073797, 0.0017535195406658975, 0.21471007728123823, 0.04817841726872954, 0.043211762869236336, 0.11166067880949924, 0.030416645958857128, 0.02730818076641531, 0.022733434386635255, 0.47227857982109417, 0.11335026016719885, 0.006216011485382782, 0.14332604078432223, 0.049018295540153474, 0.005324406078883634, 0.059125716304058246, 0.009512207384777318, 0.017898929931934496, 0.0977320974381894, 0.17533461093056976, 0.26258909056537627, 0.07647836354407977, 0.031766387399974935, 0.2057411195741148, 0.08791775983829152, 0.07370604332579339, 0.025553884660254784, 0.09540155235383677, 0.015434001807893486, 0.044286452868657754, 0.052730216812187494, 0.1731306098439828, 0.05926204757014914, 0.03881473349881469, 0.14255039665841115, 0.0447403380765242, 0.04227939175491656, 0.023003184727299807, 0.026960819951983895, 0.012732507418991396, 0.017450333661160375, 0.006209427866243167, 0.08257267011155582, 0.03586073112258177, 0.010954320649976297, 0.21311432849907244, 0.08391805973271475, 0.11400184289668512, 0.024391325121881614, 0.2944741092880956, 0.017450333661160375, 0.018472976259629223, 0.1005615637535496, 0.011789447729425997, 0.001708338221895188, 0.03660131288277351, 0.011789447729425997, 0.27846010313376607, 0.10777269359311208, 0.0037384654093751903, 0.2321869966287582, 0.10967293348246228, 0.011789447729425997, 0.011789447729425997, 0.000482281856407829, 0.028118450928442777, 0.088079009896565, 0.017450333661160375, 0.02877348503752864, 0.09682144725352118, 0.017450333661160375, 0.031003597111187213, 0.1358058195180745, 0.0978727149463822, 0.04662420884477931, 0.02371182290391926, 0.04751576252254355, 0.03200187465848217, 0.024391325121881614, 0.0141129260750969, 0.01927829768303594, 0.024391325121881614, 0.005099946073324789, 0.0026062356186286784, 0.009127692558335648, 0.022557432938556325, 0.2542670645227087, 0.07223570414456897, 0.024391325121881614, 0.0006910028193084819, 0.041886223989838225, 0.0642940189187127, null, 0.18060306119679304, 0.13197206609905582, 0.07355695937478708, 0.04068633717552284, 0.012541307018994663, 0.09824279785943502, 0.07459638467012455, 0.11597016699008898, 0.01504094821342774, 0.08906065703744434, 0.0423729787140903, 0.055838157429862575, 0.07587387607522311, 0.025563735458234454, 0.0673119690829212, 0.08296441533637915, 0.0032901603782309113, 0.2539067558068455, 0.01448682608894815, 0.04555118358506948, 0.12761872845431746, 0.22199321777524125, 0.12273662994266904, 0.03628300507373733, 0.08317026702609473, 0.07404330087261933, 0.1811881477331988, 0.09107926218247636, 0.02348637043586146, 0.007897469640185966, 0.0038522683258950096, 0.0023811666057180782, 0.1811881477331988, 0, 0.008152707769096343, 0.11150065903648612, 0.1828426836878727, 0.002844024619619758, 0.004631256727599274, 0.06530337739924721, 0.01123593163392167, 0.21930496516547757, 0.04299060788016472, 0.014992356806401926, 0.01943895930935599, 0.0055527782322260895, 0.017450333661160375, 0.007597217140873966, 0.06777265510683123, 0.0039622967915464114, 0.017450333661160375, 0.4662574148631656, 0.06471231329761941, 0.017450333661160375, 0.008727569334735967, null, 0.07995823447252562, 0.1811881477331988, 0.01294640643757426, 0.03408891824497937, 0.01339120685777048, 0.08678589468867559, 0.03109258487404807, 0.2255226906513689, 0.1811881477331988, 0.03502944837833256, 0.036959371896209424, 0.003975233873676231, 0.003975233873676231, 0.003975233873676231, 0.003975233873676231, 0.0204442097469098, 0.042214459061002046, 0.0204442097469098, 0.042214459061002046, 0.024391325121881614, 0.024391325121881614, 0.042214459061002046, 0.011789447729425997, 0.044051223370388845, 0.042214459061002046, 0.1892985513795833, 0.011789447729425997, 0.09181843910129764, 0.011789447729425997, 0.011789447729425997, 0.0204442097469098, 0.0204442097469098, 0.024391325121881614, 0.09523516302550332, 0.024391325121881614, 0.006574739909203291, 0.017450333661160375, 0.034143240090698794, 0.1811881477331988, 0.01334981035990391, 0.18184956866981355, 0.16005683119305938, 0.10195286517960515, 0.03984172867712639, 0.01950749941426942, 0.0047458877195756975, 0.1811881477331988, 0.06377414127612073, 0.1811881477331988, 0.05046687973686706, null, 0.0652115639633153, 0.08165667717216789, 0.12134618806205996, 0.00966218369324854, 0.03757041187788414, 0.026853417549254025, 0.03471232388338215, 0.003975233873676231, 0.003975233873676231, 0.042214459061002046, 0.042214459061002046, 0.1811881477331988, 0.042214459061002046, 0.042214459061002046, 0.003975233873676231, 0.003975233873676231, 0.004202566118258673, 0.03574074956037132, 0.14114859610213043, 0.008713943907358832, 0.13806374068410251, 0.15051804429135612, 0.1336090497435445, 0.11317661667993588, 0.1801925948740495, 0.0002242670913548258, 0.02592900469524627, 0.0204442097469098, 0.0204442097469098, null, 0.16386745513457726, 0.0657415156166496, 0.030203329443569783, 0.013390825676997531, 0.00983560274191942, 0.0204442097469098, 0.11189647351056062, 0.0204442097469098, 0.1528575832811189, 0.5106713298979234, 0.09247261179476904, 0.05503985465747056, 0.017340922808960147, 0.032097120943655445, 0.07704072027355971, 0.08254151272412971, 0.006955420480950209, 0.016330920631289658, 0.15465165426477304, 0.004489373789960848, 0.0021805941182773216, 0.05091254470442897, 0.02903285935216658, 0.05731223933020756, 0.010720817483142143, 0.0829491415419633, 0.16616339506737113, 0.0677711942217545, 0.18556016423908983, 0.010663729193922111, 0.11226478465288818, 0.008388337245367411, 0.004423322414952752, 0.07881858279586766, 0.07400107403498384, 0.030490950175068737, 0.02516159816919017, 0.10695205601216291, 0.10762692198751854, 0.009570499543498374, 0.17374696765676134, 0.01928341836786477, 0.02030735753862336, 0.03651264195326959, 0.05417456131277227, 0.028964420192786805, 0.08568814752354457, 0.39315428321852264, 0.08568814752354457, 0.07228632940796222, 0.09622779649421916, 0.11768928813053246, 0.08568814752354457, 0.08568814752354457, 0.016502157004075757, 0.1805397673003598, 0.160077037406469, 0.03468225067202203, 0.08568814752354457, 0.07072821873336493, 0.08568814752354457, 0, 0.05370146537647559, 0.019175257481453455, 0.0036184471027252496, 0.036392808733354536, 0.0026210406813000535, 0.08568814752354457, 0.26477969687736097, 0.006443429420948038, 0.09478730965048862, 0.042909106080158, 0, 0.048226839740840896, 0.008980115090723611, 0.0445920002511903, 0.11316169698502036, 0.08568814752354457, 0.08568814752354457, 0.10502196067536386, 0.006123905914708102, 0.019565970324185725, 0.019565970324185725, 0.08723969977991318, 0.019565970324185725, 0.019565970324185725, 0.007451550980377784, 0.08568814752354457, 0.00002004902445985412, 0.08568814752354457, 0.019565970324185725, 0.08568814752354457, 0.019565970324185725, 0.019565970324185725, 0.060979552166753256, 0.028857979684549357, 0.13702568239550264, 0.020030956442331552, 0.08568814752354457, 0.08568814752354457, 0.08568814752354457, 0.1338367447220431, 0.04108241368636321, 0.0924181261023219, 0.09331256058463812, 0.08568814752354457, 0.019565970324185725, 0.08568814752354457, 0.08568814752354457, 0.21945522357097272, 0.012383294864564146, 0.14767906890715576, 0.025857826945685437, 0.185174441132045, 0.0368076683918224, 0.036216819527518894, 0.15021643526607403, 0.4508949637043931, 0.10232514608298802, 0.051895059811987394, 0.15218830695380017, 0.4077137197645207, 0.058901076526086595, 0.02295053087060199, 0.13064731370590862, 0, 0.10809536068600303, 0.08847421405845884, 0.009313972200470947, 0.02008137316220706, 0.012684072120678454, 0.019824532284861845, 0.033323664377657936, 0.024996211215922676, 0.11775257160761196, 0, 0.08913092110788512, 0.03678494797817307, 0.1405058649764373, 0.007182860355510819, 0.4904614663632495, 0.2319238029112994, 0.03590814326305828, 0.09786086397789298, 0.001309008591357785, 0.0898252994807053, 0.007850951467073838, 0.01964679742432552, 0.016592925939214173, 0.08568814752354457, 0.08568814752354457, 0.009313972200470947, 0.020313888604308616, 0.08568814752354457, 0.4524686270816433, 0.001710632317126223, 0.009313972200470947, 0.08568814752354457, 0.08568814752354457, 0.08568814752354457, 0.03257239505207778, 0.15457989667681435, 0.009313972200470947, 0.009313972200470947, 0.08568814752354457, 0.08568814752354457, 0.07112662126990969, 0.009313972200470947, 0.08568814752354457, 0.0009530081129272223, 0.1306598005883493, 0.022303082162615888, 0.009313972200470947, 0.009313972200470947, 0.003923994685612796, 0.010680009240136836, 0.007131196302384795, 0.06376408197736864, 0.013348379654087328, 0.06376408197736864, 0.06376408197736864, 0.050510745290544376, 0.009097291451433042, 0.002096448205651234, 0.06806874931252338, 0.006610999812368467, 0.0029046960057465643, 0.04289990353424019, 0.006208571348364418, 0.021542013048621148, 0.021542013048621148, 0.021542013048621148, 0.0092265992886148, 0.06376408197736864, 0.023491005607769323, 0.05232576169011387, 0.021542013048621148, 0.08035537980103116, 0.009325344539613924, 0.03299638636206853, 0.2302505101485879, 0.0082240334697587, 0.013562962628319693, 0.03369897402599175, 0.2277730825066918, 0.04621705172389719, 0.050230115427575744, 0.01703020669157724, 0.021542013048621148, 0.04522660020312077, 0.021542013048621148, 0.021542013048621148, 0.03882945216119339, 0.06337865866605238, 0.02999416231604673, 0.08822029866329292, 0.06000812871447593, 0.01956420220138471, 0.03444351821550742, 0.06031107844986579, 0.026764038997899624, 0.028676356934883733, 0.030265111075824587, 0.12205027556919316, 0.10803475887153488, 0.08110428711107803, 0.09673787714357587, 0.02165528702270841, 0.03832998682087568, 0.05970489801540751, 0.07454348628599622, 0.14590897770229508, 0.18860155099091444, 0.049757753639487805, 0.014340892900096595, 0.37822520622466793, 0.02804591460165401, 0.08574296197542099, 0.1815672462637253, 0.08991203258682337, 0.04794458177875867, 0.06909935190972326, 0.007006133536682699, 0.3060986113514965, 0.436080894170585, 0.23540144625755116, 0.06376408197736864, 0.27450350502971016, 0.03620318219192432, 0.10071299742733172, 0.020591564494112764, 0.010579312179829915, 0.09489081615933671, 0.06720791742470432, 0.08881763590783212, 0.017347672791073073, 0.046597367120195944, 0.11332453249268146, 0.1297573500926434, 0.07275960847004491, 0.1508346250634164, 0.018789614488405087, 0.02007821442098244, 0.02040632075097413, 0.1136144168483307, 0.01301379087165884, 0.01701491364969028, 0.02046481711327325, 0, 0.07686790224138057, 0.06579654689200347, 0.0987394673093611, 0.00004711419652484057, 0.03272210426473608, 0.14358723874251383, 0.01123516304854686, 0.04510445916274771, 0.13776381712754823, 0.02401958219713949, 0.16483833873839132, 0.10956266088224698, 0.1828853216492861, 0.04653525333669598, 0.016568840625128145, 0.21692969946772997, 0.06376408197736864, 0.06376408197736864, 0.012438104393460887, 0.021542013048621148, 0.043011584605702646, 0.06376408197736864, null, 0.4760179838592304, 0.08801497095920208, 0.022915558151570564, 0.1636120346269125, 0.04058599341099233, 0.01526003344727547, 0.028379152649767737, 0.024321968736213374, 0.011152492002376276, 0.011152492002376276, 0.014812549202257802, 0.020172106195087785, 0.014849350318146102, 0.12395978606975568, 0.006178693280831467, 0.05199103963580195, 0.011152492002376276, 0.02449844430133478, 0.11632114825515928, 0.01752457971832588, 0.01752457971832588, 0.01752457971832588, 0.01752457971832588, 0.0708257221455652, 0.04030774130963482, 0.10412648670216217, 0.009386923647391904, 0.07540681550352074, 0.011152492002376276, 0.019831223494507742, 0.043722406315948155, 0.05927095958786653, 0, 0.0026507721296255542, 0, 0.03154054357222251, 0.35802990175283755, 0.03173572380969707, 0.14172681057407951, 0.011152492002376276, 0.011152492002376276, 0.011152492002376276, 0.017969759449337312, 0.08739741618715155, 0.011152492002376276, 0.02238733042565154, 0.0755731488749746, 0.3642493140567495, 0.08069578449584815, 0.09836369291640376, 0.239115934021726, 0.017761018456652324, 0.1153136817854906, 0.01752457971832588, 0.014597348919293507, 0.0010192297457055932, 0.18949757288140212, 0.01752457971832588, 0.07579313931974639, 0.1528278365775428, 0.012576506436944336, 0.05335402044119665, 0.002364031956560848, 0.10370195958677676, 0.00980525178380703, 0.02109742039711374, 0.02674661546837821, 0.24531634999737395, 0.03786585578365443, 0.044407290743572206, 0.1411806106727469, 0.01647746895337871, 0.07856303043882001, 0.423743933990154, 0.1205796753808514, 0.01521354707326681, 0.009310683748667706, 0.01752457971832588, 0.02515255184270045, 0.0017984634265756998, 0.3335977129136254, 0.0876246261249608, 0.01725835658256379, 0.0641349114385433, 0.01752457971832588, 0.239115934021726, 0.239115934021726, 0, 0.239115934021726, 0.239115934021726, 0.11446730324143328, 0.11838631462882544, 0.239115934021726, 0.14030943067094895, 0.239115934021726, 0.239115934021726, 0.04963754524267707, 0.010935771162877396, 0.03717339467229019, 0.007981644999174902, 0.16480685684701393, 0.031272451587438674, 0.022930731874070492, 0.09303748098040077, 0.022930731874070492, 0.022930731874070492, 0.15031536553087124, 0.07780655455313798, 0.011103716426707148, 0.0038947540774961023, 0.02768601120860385, 0.0038947540774961023, 0.0038947540774961023, 0.0038947540774961023, 0.024715303843811123, 0.022930731874070492, 0.022930731874070492, 0.06442874832629227, 0.217685529354702, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.03105539696231221, 0.02219096564253036, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.1247910121224134, 0.017017489451030068, 0.06363801313988851, 0.022930731874070492, 0.10316245693240986, 0.02839551693711494, 0.015892418226134797, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.055358055707709304, 0.24438867366400857, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.007249380971082942, 0.10315348962222184, 0.04711073490469331, 0.000979839263995084, 0.03238406988236257, 0.02569703520072392, 0.022930731874070492, 0.05470844317626322, 0.108565013936321, 0.022930731874070492, 0.005753874197928592, 0.016262562504141653, 0.013830071364892125, 0.10415239500757334, 0.09811262226554826, 0.022930731874070492, 0.022930731874070492, 0.2432267095266213, 0.022930731874070492, 0.022930731874070492, 0.1230112891101658, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.005207296577505702, 0.055358055707709304, 0.030859314825130255, 0.0026153928094993237, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.4161311549935563, 0.009020976892691698, 0.022930731874070492, 0.022930731874070492, 0.009854791705242956, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.05741744797985657, 0.022930731874070492, 0.022930731874070492, 0.02588433312001304, 0.022930731874070492, 0.05073375442111725, 0.0038947540774961023, 0.002628005881672893, 0.0038947540774961023, 0.0038947540774961023, 0.006069475194835009, 0.011199725445329968, 0.022930731874070492, 0.0038947540774961023, 0.130198069884126, 0, 0.11890598836635212, 0.058361357037108055, 0.03298551399071594, 0.1036502048019776, 0.49261406801712576, 0.022930731874070492, 0.09417444429653696, 0.2747046276629037, 0.2072806101836096, 0, 0.0017019739767072677, 0.00662236342830435, 0.1294749909273392, 0.022930731874070492, 0.07669751917810755, 0.11971112733467004, 0.024419876783772557, 0.02327979525302564, 0.038833997188362696, 0.040056865155209107, 0.04340118850788305, 0.007530276362568934, 0.0749937203514909, 0.1273666412544056, 0.0030296936766715235, 0.08140430681281736, 0.0965923128514437, 0.02245661267720784, 0.03558428290549383, 0.1273666412544056, 0.09555727398269588, 0.1339809508067818, 0.01471110398456898, 0.24057757101729116, 0.19019465634416985, 0.01899381643967187, 0.26891604198649327, 0.05533310233700856, 0.01880339545657647, 0.022054891100955685, 0.02069402356114165, 0.12344496555288333, 0.005246833500507532, 0.03357780130279441, 0, 0.09059088032145828, 0.4183203709705836, 0.003847146514012491, 0.004905625820324974, 0.03539087823830172, 0.02860631412041485, 0.10070955131424436, 0.14863971250508398, 0.06655952286337563, 0.10846203252182252, 0.05301791546173805, 0.1273666412544056, 0.01790534822974702, 0.34262120226753645, 0.1972628801312483, 0.1273666412544056, 0.16589854294771153, 0.09097036231835744, 0.1273666412544056, 0.014669879166585137, 0.041501623683693055, 0.01575303444830939, 0.09022007449562744, 0.017419655567641152, 0.05708870196298289, 0.3330628548716003, 0.02188257369547166, 0.1273666412544056, 0.01442692526702962, 0.11863863274288944, 0.1273666412544056, 0.0032013278588373844, 0.026156025324039538, 0.023604770029064855, 0.03690278107287537, 0.1273666412544056, 0.1733300447371062, 0.00025350862956168604, 0.010772731004697543, 0.1389199930374008, 0.005374747783145345, 0.17497444739279752, 0.016063952135311466, 0.14830715101538988, 0.05444820462722916, 0.0004492470593145163, 0.15943858271452285, 0.0016104038432420353, 0.0016104038432420353, 0.003226320927907746, 0.056459077966780034, 0.13738502127832403, 0.021245470884427273, 0.0027020911604888403, 0.03284196360690295, 0.02839194823888357, 0.004449350959643224, 0.02368994187044867, 0.04968685130812526, 0.010140131928377514, 0.05176446750236214, 0.0023371153815671484, 0.0016104038432420353, 0.0016104038432420353, 0.0016104038432420353, 0.0016104038432420353, 0.09875638206707688, 0.13688521858013686, 0.0039881305341906955, 0.019785414234320217, 0.010068515906455291, 0.07031540299096094, 0.023146963134937845, 0.12010434253240522, 0.07354032192296285, 0.1883096342963587, 0.06575807264395621, 0, 0.04090818857767853, 0.207073241911025, 0.20904759129494477, 0.04469924303746762, 0.2531442817670407, 0.0016104038432420353, 0.02475556065076057, 0.03266458608696522, 0.0685856564941416, 0.008928246788847207, 0.08147571693907402, 0.057401142200163194, 0.2283777962740383, 0.018954168101793352, 0.11446172288648994, 0.016874763014348107, 0.05129121738774915, 0.01929468301470394, 0.022560734365240795, 0.000914934969631287, 0.0016104038432420353, 0.06178965495769397, 0.022469184004325547, 0.0036246155985302174, 0.02208156378467407, 0.014204103148165049, 0.04332930959236336, 0.06584708976895165, 0.11388552445559358, 0.0504795682079837, 0.05407215810309007, 0.0374679791091258, 0.016635774209392898, 0.1298349173134374, 0.013463993457154716, 0.1138372409641151, 0.06196916284542939, 0.037889984301133654, 0.039868403643187715, 0.18440815262704363, 0.06551572120239016, 0.009538801335864348, 0.16861547443662953, 0.059332532011763695, 0.03403340041718222, 0.06989094078464543, 0.003144600920310244, 0.15890471468711068, 0.26533637593698645, 0.013476426117450455, 0.03023938947471469, 0.01862701278787159, 0.0059515742760373235, 0.15441025024467045, 0.056211890858779805, 0.031145305358998187, 0.022442465194411947, 0.0021956548484210045, 0.02995572059557933, 0.0768197638059677, 0.2465748007775535, 0.034956899958612044, 0.14264055237470152, 0.00947760116314942, 0.00518055529538663, 0.01760093141404234, 0.01684118530900243, 0.0480465540000144, 0.13463761128990265, 0.08908164656846976, 0.11388552445559358, 0.031434343666628825, 0.12295396000320412, 0.0785061294784132, 0.0590315453190236, 0.1296194002326537, 0.17697707666486803, 0.0861015468259815, 0.015560520128590305, 0.045001861686445585, 0.061521465624390606, 0.01630417326805068, 0.2768602763645026, 0.33394356512868195, 0.043163532017117215, 0.04262866802003986, 0.09944254528628522, 0.15552060675432594, 0.00724392891337557, 0.0056593891175263, 0.028611014358832464, 0.004763895608651897, 0.0363176541125234, 0.0145087465294121, 0.004763895608651897, 0.20507575385120935, 0.03469294491762997, 0.1016121242246225, 0.0048696700654503175, 0.0999271871255428, 0.04546519103351111, 0.0115978941636435, 0.004763895608651897, 0.03154187126351994, 0.04262866802003986, 0.06869407968813365, 0.20242814089251815, 0.03205705805811215, 0.09628924090896576, 0.04262866802003986, 0.22577629835906593, 0.04262866802003986, 0.008356266258205555, 0.022380879264325755, 0.09126311884717483, 0.04262866802003986, 0.044613154852575734, 0.021859097411524364, 0.05418796019663512, 0.004763895608651897, 0.004763895608651897, 0.02503205606947013, 0.010435447077872544, 0.004763895608651897, 0.004763895608651897, 0.048541417579804846, 0.015983836314855053, 0.003902892770722928, 0.015328716806428626, 0.02604681290419763, 0.004763895608651897, 0.0861629721327058, 0.07815334116560484, 0.012149631453960584, 0.008372108583740566, 0.04262866802003986, 0.04262866802003986, 0.059000447727317475, 0.04262866802003986, 0.027121585307361994, 0.09245339027658556, 0.023117435615545804, 0.011107267014760796, 0.09245339027658556, 0.09087677444382056, 0.20211804407501568, 0.01442052530692869, 0.008067191743840772, 0.07964393681237815, 0.011210950922021104, 0.02937077627205187, 0.046625764699791995, 0.09245339027658556, 0.09245339027658556, 0.09245339027658556, 0.009432900033572904, 0.07374752651119773, 0.24466118725413455, 0.04957457423222888, 0.0028839028415285415, 0.09245339027658556, 0.20065900757777697, 0.02660106710409595, 0.009432900033572904, 0.009432900033572904, 0.009432900033572904, 0.011107267014760796, 0.01328214577351658, 0.09245339027658556, 0.07231587467006602, 0.05452552087398051, 0.009432900033572904, 0.05068879100084935, 0.050393605890071975, 0.07522614949378692, 0.02085289195806779, 0.09245339027658556, 0.027719634278133894, 0.009432900033572904, 0.009432900033572904, 0.05633109698314871, 0.009432900033572904, 0.036302269323647315, 0.036302269323647315, 0.17604596685937982, 0.036302269323647315, 0.036302269323647315, 0.06402177561516606, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.05655149483008753, 0.036302269323647315, 0.0031315561418986493, 0.036302269323647315, 0.17789712604854008, 0.036302269323647315, 0.07149012722040861, 0.0591624687794224, 0.036302269323647315, 0.03893095406425154, 0.036302269323647315, 0.036302269323647315, 0.011243391252030612, 0.036302269323647315, 0.1596869193587118, 0.03878219789181754, 0.021273956838881995, 0.11108936913513127, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.023527367064511775, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.10722433120754646, 0.4369905240636789, 0.036302269323647315, 0.036302269323647315, 0.16723387651956104, 0.025753527536109495, 0.043604948701819565, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.09012443027439242, 0.036302269323647315, 0.028270992297296144, 0.01792029914423354, 0.005746770450027849, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.1070533394692612, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.3102627845802829, 0.029138184409220457, 0.036302269323647315, 0.0005096711337021711, 0.002629468416426925, 0.07315355084435145, 0, 0.11887862316550649, 0.009181137976489406, 0.036302269323647315, 0.06887052148266744, 0.015434814438966216, 0.009448786843080034, 0.02749287133686634, 0.055694026838317985, 0.03665161529813117, 0.10169172445361542, 0.0406961127416064, 0.030390734901747964, 0.07519936979140988, 0.1538009622089712, 0.0401261080241799, 0.014277897538935843, 0.025352910413933227, 0.02197271204527254, 0.02867995710798479, 0.0685886938552298, 0.02867995710798479, 0.033365411226749284, 0.02867995710798479, 0.06295207640039602, 0.02867995710798479, 0.02197271204527254, 0.02197271204527254, 0.1033554112523552, 0.02197271204527254, 0.08537236276249409, 0.02867995710798479, 0.02867995710798479, 0.02197271204527254, 0.16204082725135455, 0.03482478609491965, 0.025893203284552625, 0.02867995710798479, 0.004813144869040221, 0.02867995710798479, 0.02197271204527254, 0.05740411831116618, 0.08641958172984997, 0.06046856576273166, 0.0952737689636866, 0.08414682127932972, 0.10367984738258508, 0.08523496772669327, 0.02197271204527254, 0.029424061124918487, 0.02197271204527254, 0.024620149940191575, 0.01938099599743637, 0.011747295460881364, 0.022010427679796742, 0.03381151344021187, 0.05724310737593593, 0.1226882871789763, 0.07003297152724479, 0.09680476576854784, 0.12763516372232886, 0.13011496810576118, 0.0912463992397636, 0.24069167192189755, 0.0032828975505865532, 0.0071075009621797735, 0.27472175073021876, 0.04392805989293901, 0.016215653383906986, 0.0064591008510616514, 0.11089439677449404, 0.01302872940667433, 0.014796509033355328, 0, 0.06987274438151649, 0.039194622945898774, 0.025829314004825386, 0.011838867644371222, 0.04185636012229671, 0.062433404779731416, 0.039194622945898774, 0.01859886171604934, 0.07704551823658916, 0.018537962323799204, 0.10343900292298557, 0.024070516398523756, 0.005081632749593248, 0.16372776453104582, 0.03817128827708601, 0.00976177522312578, 0.0935804728615642, 0.09782029215818568, 0.11728442182621884, 0.0033403174741233905, 0.0029629680317590774, 0, 0.008148032787374011, 0.08631361821097865, 0.12478607453522111, 0.08201913105605375, 0.040062949745927334, 0.22668526022613383, 0.06557525588688844, 0.005338663762915331, 0.006502049644008554, 0.02834465602182048, 0.07030466972857437, 0.03246841980027589, 0.041651293727937314, 0.001289527130329832, 0.01920267202368178, 0.09358663176839216, 0.001289527130329832, 0.0033403174741233905, 0.3000403111626701, 0, 0.1860594323551396, 0.1703790540475589, 0.0007684207831243534, 0.055605912642806794, 0.055605912642806794, 0.055605912642806794, 0.11685299720896844, 0, 0, 0, 0.05936181784781847, 0, 0.028070077591315273, 0.055605912642806794, 0, 0.055605912642806794, 0.019643584497106556, 0.055605912642806794, 0.05755765431902533, 0.019339361674659356, 0.07711361821643793, 0, 0, 0.055605912642806794, 0.002397146254974303, 0.002397146254974303, 0.05615761007568144, 0.0006085638879664726, 0.10673083648843427, 0.055605912642806794, 0.11081290615975158, 0.002397146254974303, 0.0657043924260588, 0.002397146254974303, 0.002397146254974303, 0.05199333215924903, 0.02983517213419885, 0.018623156893826327, 0.045490856008400866, 0.0978021508764043, 0.002397146254974303, 0.002397146254974303, 0.09127184578793064, 0.002397146254974303, 0.04220335175542183, 0.05630011387368252, 0.032606989302412306, 0.0848401943472152, 0.032606989302412306, 0.005745605574763302, 0.01293218736310736, 0.13459195504262647, 0.17189507859789663, 0.1239025837434356, 0.032606989302412306, 0.01333664299980446, 0.032606989302412306, 0.032606989302412306, 0.001478653191634472, 0.032606989302412306, 0.056253781447686065, 0.032606989302412306, 0.14605604149033485, 0.1482515517695968, 0.0170720274230655, 0.02715697654584468, 0.14605604149033485, 0.015883010778165195, 0.0200484415873601, 0.07980789472031005, 0.03270580616944229, 0.14605604149033485, 0.14605604149033485, 0.032606989302412306, 0.054610789733422045, 0.14605604149033485, 0.11932203888554692, 0.06833536341304909, 0.14605604149033485, 0.14605604149033485, 0.22968506187792495, 0.016790649626655735, 0.14605604149033485, 0.04759015624147733, 0.0698105346692266, 0.031085850372674296, 0.02741850270816372, 0.004057179183498289, 0.048275097253411024, 0.022773626462970417, 0.02753795945452183, 0.19077297129642865, 0.05056551945367959, 0.08720201454240335, 0.06108097215340764, 0.02589325147361408, 0.02178142167405253, 0.12940980252089584, 0.29672947789468945, 0.05729145397787142, 0.18141326571067423, 0.019762218358221048, 0.012880960764129205, 0.1859470377422851, 0.016295818252029127, 0.3248685897325073, 0.12608646301791823, 0.11710944637975708, 0.0035069630395657006, 0.05764346890317068, 0.001202171848538282, 0.011089689865893563, 0.03370049361176585, 0.013537245851222, 0, 0.030056628513980974, 0.02248855359020899, 0.15261496436899405, 0.0073820823830996465, 0.004002765289358139, 0.1143434608943285, 0.008184438609485473, 0.05198178611318935, 0.1353197428130878, 0.02121188912663956, 0.002094515775728472, 0.0314013217912865, 0.22547085568337363, 0.04937847664292382, 0.021523467882462663, 0.20198866623410003, 0.06177174392299718, 0.02579896731012364, 0.14825108234542983, 0.05728611426412275, 0.03348385565665097, 0.04637031844659938, 0.05624330439405129, 0.008760426052590205, 0.03503001405113212, 0.02730549229486953, 0.1529780807509862, 0, 0.015554358700969948, 0.04945377630335357, 0.03629456904800606, 0.016785804841068105, 0.014872754633009688, 0.03812151279238059, 0.029367047104861547, 0.27306461506745744, 0.05707302954662524, 0.14810135487357143, 0.19369296325742796, 0.02620713293706264, 0.026657955155270356, 0.186369923091824, 0.0201642466828162, 0.05707302954662524, 0.07665306299649202, 0, 0.1792476786360393, 0.06807491501595772, 0.05707302954662524, 0.05707302954662524, 0.2326642921613434, 0.05707302954662524, 0.007141386481961312, 0.014898306738714178, 0.02474893052516974, 0.021910171390484904, 0.4180571992903202, 0.04810155908537588, 0.05707302954662524, 0.05707302954662524, 0.05707302954662524, 0.0009186200074497636, null, 0.04430447720216739, 0.04444924434392277, 0.02143817059841736, 0.013847951201462335, 0.010200138965269789, 0.023149229151822864, 0.01829700610666975, 0.0904179015955097, 0.1769963639291796, 0.00630829813364081, 0.04793802440627223, 0.04466209129691982, 0.06303316015135199, 0.00864714866425794, 0.022000020053757716, 0.02325543234819522, 0.0006233506820155846, 0.03220182144644233, 0.04432614847221509, 0.020662156653648837, 0.006893810985034236, 0.004249689470514668, 0.0015984378811235425, 0.040504831494472086, 0.15278551724254133, 0.019484744183799325, 0.0015284073349544844, 0.01326876562781879, 0.0073298878269482705, 0.0073298878269482705, 0.10974513470614806, 0.0019666478772252267, 0.0073298878269482705, 0.0019666478772252267, 0.27644843756028764, 0.0073298878269482705, 0.0073298878269482705, 0.0073298878269482705, 0.0073298878269482705, 0.0073298878269482705, 0.04708475821825524, 0.0019666478772252267, 0.18221320627981943, 0.0019666478772252267, 0.0073298878269482705, 0.045851481651689424, 0.017140499864197304, 0.02709209352744111, 0.015476635785528612, 0.3782544367548116, 0.0019666478772252267, 0.0019666478772252267, 0.0019666478772252267, 0.02659426796841285, 0.016724851093398288, 0.0019666478772252267, 0.23588846480823095, 0.005020249358884414, 0.0467749370571179, 0.0467749370571179, 0.0467749370571179, 0.005020249358884414, 0.0467749370571179, 0.0467749370571179, 0.06860186347679835, 0.03889771239622401, 0.005020249358884414, 0.005020249358884414, 0.005020249358884414, 0.03993857660262614, 0.08011731692226166, 0.021842112910402636, 0.0467749370571179, 0.0023569056960510153, 0.004971494147632351, 0.1718544314546674, 0.005020249358884414, 0.008842803692967976, 0.17179875570491462, 0.003305137104135841, 0.005020249358884414, 0.005020249358884414, 0.0467749370571179, 0.0467749370571179, 0.33080756700477, 0.06754815629651477, 0.06754815629651477, 0.08460412694533564, 0.06754815629651477, 0.17679585491642028, 0.13506180073132962, 0.06452680743541434, 0.028886117118682535, 0.06754815629651477, 0.06754815629651477, 0.06754815629651477, 0.07128911865616974, 0.2604814260238155, 0.09996028668771142, 0.010802186780966032, 0.004750301230604346, 0.018184253584798343, 0.06754815629651477, 0.11242330085702974, 0.0652950705667456, 0.005374157800949811, 0.06754815629651477, 0.018123700270766745, 0.20359396495813925, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.007513170575546412, 0.007513170575546412, 0.00603286021358431, 0.007513170575546412, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.3615363735826327, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.033286482058361794, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.03035227018127891, 0.007513170575546412, 0.007513170575546412, 0.007513170575546412, 0.12203017871385304, 0.00603286021358431, 0.04530049234299156, 0.08265859093742159, 0.12203017871385304, 0.13875008934520955, 0.12203017871385304, 0.12203017871385304, 0.12203017871385304, 0.12203017871385304, 0.01674160883763875, 0.12203017871385304, 0.050177104982348585, 0.00603286021358431, 0.007513170575546412, 0.007513170575546412, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.003623111214947082, 0.12203017871385304, 0.00603286021358431, 0.029414214856838556, 0.00603286021358431, 0.06786109553415648, 0.1332766298423993, 0.009602653600099483, 0.025269449333831615, 0.17321123507148184, 0.3071728638455058, 0.05474234082690406, 0.3314878084900474, 0.00694312790062753, 0.08559587142756395, 0.07738189837018453, 0.1866302057068897, 0.04109016022129147, 0.08997417551847715, 0.04042928808051449, 0.0013680192700528237, 0.05008661531388324, 0.04095847902046688, 0.02000292992729825, 0.0666924707314226, 0.03867669092540473, 0.02119034070381228, 0.04861794574313586, 0.06973839595441159, 0.058142207886769694, 0.08137143865923245, 0.01300590376111036, 0.20609543265676397, 0.12418553588587286, 0.014985146531576989, 0.007690730368008326, 0.00939702782727755, 0.10597641654891785, 0.0177776951931714, 0.015241798365115066, 0.0031232375476886376, 0.01646838222077105, 0.08031397982338491, 0.01646838222077105, 0.01646838222077105, 0.03365902880322503, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.027169257758367676, 0.01646838222077105, 0.01646838222077105, 0.010358722665841234, 0.05390808073464, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.04568084983650392, 0.03433847710649492, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.06128250063784128, 0.005283347732542668, 0.01646838222077105, 0.01646838222077105, 0.08837736713116652, 0.01646838222077105, 0.06925722524309158, null, 0.11670286513814812, 0.07899350931397822, 0.05175865289981433, 0.004125008685038874, 0.01223290973380824, 0.0010240159625932263, 0.01911486706306571, 0.0901172118584406, 0.03422569421503845, 0.07830101415628479, 0.015001494864155676, 0, 0.01948180407886499, 0.1558288747112164, 0.016640396907918496, 0.030307600279280627, 0.07174845351467458, 0.13520679240280234, 0.02383417038186429, 0.013986493839887438, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.06368477284213417, 0.02383417038186429, 0.013614371589130626, 0.02383417038186429, 0.02383417038186429, 0.011536312109072258, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.03871437598535121, 0.02383417038186429, 0.02383417038186429, 0.027471505455462293, 0.02383417038186429, 0.018056276616048816, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.059464407519851104, 0.017469220231220366, 0.13669808944644807, 0.02383417038186429, 0.02383417038186429, 0.022128325194657707, 0.02383417038186429, 0.02383417038186429, 0.03924076820460802, 0.01265052951012907, 0.026943118182131028, 0.022595163584800265, 0.008483110922736086, 0.022595163584800265, 0.01265052951012907, 0.022595163584800265, 0.2403611611331492, 0.022595163584800265, 0.022595163584800265, 0.022595163584800265, 0.05599668203267916, 0.01265052951012907, 0.01265052951012907, 0.025366634706283496, 0.01265052951012907, 0.01265052951012907, 0.01265052951012907, 0.01493293786142665, 0.022595163584800265, 0.006252923870088005, 0.022595163584800265, 0.01265052951012907, 0.16505297349976736, 0.03571520709791757, 0.05632176555251757, 0.010755549234264928, 0.16074365355608156, 0.045165021838338947, 0.0572047347888124, 0.05296624135639487, 0.14032049464302626, 0.06540839235582309, 0.2163761241655399, 0.10075417412324138, 0.024587114371940492, 0.020701535744789477, 0.020701535744789477, 0.020701535744789477, 0.020701535744789477, 0.020701535744789477, 0.020701535744789477, 0.020701535744789477, 0.0071988542107006125, 0.020701535744789477, 0.020701535744789477, 0.12573610752096395, 0.006155424213921193, 0.09072564340550736, 0.026495130398477545, 0.0499942971680629, 0.0832601667709308, 0.07104744371395268, 0.07047910319751856, 0.12388753580404, 0.02547162148725052, 0.04660861168977191, 0.02663099335057299, 0.07997397672840437, 0.004853701004618567, 0.10089695453385304, 0.004834371001440546, 0.031109081011468965, 0.012040650454622366, 0.011310005537565096, 0.045654752380413235, 0.03531516226024028, 0.058718003163945896, 0.02756245028328184, 0.0670018129074885, 0.1105424260026907, 0.046596333649786555, 0.09651791133619098, 0.05773870691392768, 0.01436328084712758, 0.15195573475703145, 0.02795998417475475, 0.11388931979679962, 0.03077266597368177, 0.001493398716108481, 0.09444912300315782, 0.02340921095321425, 0.02340921095321425, 0.02340921095321425, 0.02340921095321425, 0.061956905832895856, 0.02340921095321425, 0.02340921095321425, 0.005511034573134499, 0.02340921095321425, 0.02340921095321425, 0.09016080465881354, 0.04963973138697816, 0.05335254682366511, 0.014094459524173866, 0.007988169234168967, 0.007979698834319995, 0.007988169234168967, 0.007988169234168967, 0.007988169234168967, 0.007988169234168967, 0.007988169234168967, 0.03151161222957171, 0.007988169234168967, 0.007988169234168967, 0.007492863342558998, 0.05322499876882477, 0.02769483248397846, 0.0180664087307937, 0.02024956585193917, 0.03322277825950955, 0.0023807239459534236, 0.017715210848995498, 0.39939464930393304, 0.06935274504312093, 0.00997994212578704, 0.13086742935807608, 0.027369715469417504, 0.01701557542289519, 0.03071105222296988, 0.003998139645412918, 0.03071105222296988, 0.00483655888048156, 0.09687535475488138, 0.194808679478999, 0.08683116958585266, 0.04086632300091984, 0.03220068097985773, 0.04034913241903639, 0.02009967722652291, 0.05890665233214639, 0.006751196908610445, 0.05281609240983789, 0.05281609240983789, 0.05281609240983789, 0.05281609240983789, 0.1960975469080572, 0.02009967722652291, 0.05281609240983789, 0.05281609240983789, 0.02009967722652291, 0.02009967722652291, 0.05281609240983789, 0.05281609240983789, 0.022956600738671007, 0.02009967722652291, 0.02009967722652291, 0.02009967722652291, 0.02009967722652291, 0.006566375208104111, 0.007916635474916067, 0.02772060590102814, 0.008559205597320143, 0.10295516063784116, 0.18112981181683405, 0.016697124167679014, 0.015561583226580949, 0.08294393560095958, 0.02827749334258858, 0.03370232527005458, 0.06851295591266358, 0.007812589043790797, 0.00013774915186541822, 0.035647765365306644, 0.09429824246369348, 0.050590976769830216, 0.112757262383045, 0, 0.10209348106522537, 0.05011414853411304, 0.01549165569542093, 0.111406914124298, 0.0108718962501635, 0.01549165569542093, 0.028460735683252664, 0.14484375495149496, 0.01549165569542093, 0.002197615886998254, 0.01549165569542093, 0.01549165569542093, 0.01549165569542093, 0.01549165569542093, 0.01549165569542093, 0.0231546216783506, 0.011831017790711888, 0.07184701904254528, 0.020195747745761973, 0.020195747745761973, 0.020195747745761973, 0.020195747745761973, 0.020195747745761973, 0.020195747745761973, 0.020195747745761973, 0.020195747745761973, 0.009662788485302382, 0.10993032522150284, 0.12651747422929133, 0.009722721259923166, 0.1262634333412313, 0.01226499788611612, 0.009722721259923166, 0.009722721259923166, 0.009722721259923166, 0.009722721259923166, 0.08023576420917293, 0.009722721259923166, 0.025774863596110028, 0.009722721259923166, 0.009722721259923166, 0.022664628584789768, 0.036750904146202946, 0.17949763523811949, 0.29116526958650346, 0.08654903057884542, 0.015296821614298248, 0.07791447236143385, 0.015296821614298248, 0.015296821614298248, 0.0024291545755959886, 0.015296821614298248, 0.015296821614298248, 0.015296821614298248, 0.015296821614298248, 0.015296821614298248, 0.01189656546231948, 0.01706018058707788, 0.00044569338309965, 0.021811217175616186, 0, 0.001833523400799161, 0.05558537373032668, 0.01630867986065974, 0.03168906202926237, 0.03791213341547027, 0.10122217342295288, 0.041747525192546424, 0.006184911907643329, 0.03366349646977638, 0.04158930680845846, 0.01907878554308654, 0.050072437703448366, 0.02974536695130536, 0.01617917858350893, 0.00737560497410508, 0.05948128427976354, 0.02896696484298948, 0.03579159304355423, 0.17076350449200384, 0.0093887538503825, 0.48603655500601106, 0.011645662652315434, 0.02608067751278634, 0.018929742718289302, 0.11696374761078458, 0.05749767479137141, 0.022336260674529925, 0.20637686359723895, 0.07093505076967369, 0.020833737167938605, 0.024070565360511456, 0.0896399080956984, 0.0916084047139579, 0.0896399080956984, 0.012990167758331396, 0.007613129572816975, 0.021146873983080704, 0.03644979339867889, 0.02130955492406913, 0.03503262471414155, 0.004046063882193466, 0.022760543639054887, 0.030414619730159312, 0.06359401828399806, 0.0017451279610147755, 0.07915504498241537, 0.0052163401226650264, 0.06264110552808623, 0.04130245986340184, 0.04873364965750955, 0.01718717171144301, 0.009431173725876294, 0.025866986266385436, 0.025866986266385436, 0.025866986266385436, 0.025866986266385436, 0.025866986266385436, 0.025866986266385436, 0.025866986266385436, 0.025866986266385436, 0.011969881612524411, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.39807932773905647, 0.39807932773905647, 0.39807932773905647, 0.39807932773905647, 0.39807932773905647, 0.39807932773905647, 0.39807932773905647, 0.39807932773905647, 0.04061206506256185, 0.0864344417936011, 0, 0.001528020554150035, 0.03894753989327596, 0.026374455861875992, 0.026374455861875992, 0.026374455861875992, 0.026374455861875992, 0.05744064358084208, 0.026374455861875992, 0.026374455861875992, 0.026374455861875992, 0.026374455861875992, 0.009970768029258526, 0.08960195584939575, 0.0016746436910735597, 0.0016746436910735597, 0.03368607695219069, 0.0016746436910735597, 0.0016746436910735597, 0.0016746436910735597, 0.0016746436910735597, 0.0016746436910735597, 0.0016746436910735597, 0.005177744268692736, 0.009736809349105553, 0.054255672421072675, 0.04908255325329174, 0.04685472681820602, 0.018044519859538703, 0.06393119980809586, 0.015818089920275853, 0.08238379303919889, 0.006304140709115534, 0.006304140709115534, 0.006304140709115534, 0.006304140709115534, 0.006304140709115534, 0.006304140709115534, 0, 0.006304140709115534, 0.006304140709115534, 0.07345057739442588, 0.020199331376263344, 0.012118764600706492, 0.036115936682784754, 0.010495313667112163, 0.08226724315261937, 0.038994737133441475, 0.052371717792081114, 0.015145916143585469, 0.013890817544764818, 0.009876841333241857, 0.018980896061717767, 0.02553548925171607, 0.02217927256594314, 0.02879333367066021, 0, 0.17411204528651947, 0.001047723973941075, 0.024805813187888652, 0, 0.01470097351838262, 0.01470097351838262, 0.0021486138832626095, 0.017666235521113256, 0.03339276144125983, 0.006508395464997265, 0.006508395464997265, 0.006508395464997265, 0.006508395464997265, 0.006508395464997265, 0.006508395464997265, 0.006508395464997265, 0.006508395464997265, 0.009953393760471784, 0.020949664868795948, 0.02064928807295091, 0.0497023707131138, 0.23943546789866177, 0.23943546789866177, 0.23943546789866177, 0.23943546789866177, 0.23943546789866177, 0.23943546789866177, 0.23943546789866177, 0.23943546789866177, 0.008579772333796728, 0.009336747636901885, 0.014451850539563415, 0.016406187280774677, 0.003919706443693032, 0.028797018348719772, 0.09628278149371251, 0.019580212586910173, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0, 0, 0.013070479687149496, 0.06894344938469264, 0.017132069401847784, 0.017736077197375032, 0.01801213222223905, 0.002688975418692129, 0.002688975418692129, 0.002688975418692129, 0.002688975418692129, 0.002688975418692129, 0.002688975418692129, 0.002688975418692129, 0.002688975418692129, 0.0016663256557977776, 0.0016663256557977776, 0.0016663256557977776, 0.0016663256557977776, 0.0016663256557977776, 0.0016663256557977776, 0.0016663256557977776, 0.0016663256557977776, 0.05959265640060041, 0.05959265640060041, 0.05959265640060041, 0.05959265640060041, 0.05959265640060041, 0.05959265640060041, 0.05959265640060041, 0.05959265640060041, 0.03966627616545023, 0.06685053376184501, 0.2057975021505074, 0.03715141289427054, 0.04244691177444493, 0.02173055890938208, 0.017632664524334138, 0.002972374783258976, 0.09246040316566724, 0.007717510343197455, 0.0012542272580606075, 0.0012542272580606075, 0.0012542272580606075, 0.0012542272580606075, 0.0012542272580606075, 0.0012542272580606075, 0.0012542272580606075, 0.0012542272580606075, 0.01095643861877658, 0.005131939808398285, 0.006953667434770009, 0.13685318300177526, 0.07242739681783601, 0.0013115051905183714, 0.0013115051905183714, 0.0013115051905183714, 0.0013115051905183714, 0.0013115051905183714, 0.0013115051905183714, 0.0013115051905183714, 0.0013115051905183714, 0.0056916431533282205, 0.0056916431533282205, 0.0056916431533282205, 0.0056916431533282205, 0.0056916431533282205, 0.0056916431533282205, 0.0056916431533282205, 0.0056916431533282205, 0.015399074434520146, 0.023790557287004105, 0.005143967599912293, 0.056199319576245285, 0.011981098606869717, 0.018124656285181964, 0.00029715882888146965, 0.00029715882888146965, 0.00029715882888146965, 0.00029715882888146965, 0.00029715882888146965, 0.00029715882888146965, 0.00029715882888146965, 0.00029715882888146965, 0.10208244518053398, 0.023989619414967966, 0.023989619414967966, 0.023989619414967966, 0.023989619414967966, 0.023989619414967966, 0.023989619414967966, 0.023989619414967966, 0.023989619414967966, 0.0019305721923778408, 0.004178014200396529 ], "yaxis": "y2" } ], "layout": { "barmode": "overlay", "coloraxis": { "colorbar": { "title": { "text": "GitHub Forks (log)" } }, "colorscale": [ [ 0, "rgb(41, 24, 107)" ], [ 0.09090909090909093, "rgb(42, 35, 160)" ], [ 0.18181818181818185, "rgb(15, 71, 153)" ], [ 0.2727272727272727, "rgb(18, 95, 142)" ], [ 0.3636363636363637, "rgb(38, 116, 137)" ], [ 0.4545454545454546, "rgb(53, 136, 136)" ], [ 0.5454545454545454, "rgb(65, 157, 133)" ], [ 0.6363636363636364, "rgb(81, 178, 124)" ], [ 0.7272727272727273, "rgb(111, 198, 107)" ], [ 0.8181818181818182, "rgb(160, 214, 91)" ], [ 0.9090909090909092, "rgb(212, 225, 112)" ], [ 1, "rgb(253, 238, 153)" ] ] }, "font": { "size": 13 }, "height": 400, "legend": { "tracegroupgap": 0 }, "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "white", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "white", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "fillpattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "white", "showlakes": true, "showland": true, "subunitcolor": "#C8D4E3" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "white", "polar": { "angularaxis": { "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "ticks": "" }, "bgcolor": "white", "radialaxis": { "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "white", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "showbackground": true, "ticks": "", "zerolinecolor": "#EBF0F8" }, "yaxis": { "backgroundcolor": "white", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "showbackground": true, "ticks": "", "zerolinecolor": "#EBF0F8" }, "zaxis": { "backgroundcolor": "white", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "showbackground": true, "ticks": "", "zerolinecolor": "#EBF0F8" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6", "ticks": "" }, "baxis": { "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6", "ticks": "" }, "bgcolor": "white", "caxis": { "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 } } }, "title": { "text": "Software entropy over time for PubMed GitHub repositories", "y": 0.8, "yanchor": "bottom", "yref": "container" }, "width": 700, "xaxis": { "anchor": "y", "autorange": true, "domain": [ 0, 0.7363 ], "range": [ -687.266291078519, 10419.266291078518 ], "title": { "text": "Project duration (days)" }, "type": "linear" }, "xaxis2": { "anchor": "y2", "autorange": true, "domain": [ 0.7413, 1 ], "matches": "x2", "range": [ 0, 573.6842105263158 ], "showgrid": true, "showline": false, "showticklabels": false, "ticks": "" }, "xaxis3": { "anchor": "y3", "autorange": true, "domain": [ 0, 0.7363 ], "matches": "x", "range": [ -687.266291078519, 10419.266291078518 ], "showgrid": true, "showticklabels": false, "type": "linear" }, "xaxis4": { "anchor": "y4", "domain": [ 0.7413, 1 ], "matches": "x2", "showgrid": true, "showline": false, "showticklabels": false, "ticks": "" }, "yaxis": { "anchor": "x", "autorange": true, "domain": [ 0, 0.7326 ], "range": [ -0.04535450159019254, 0.5736753351639112 ], "title": { "text": "Software entropy" }, "type": "linear" }, "yaxis2": { "anchor": "x2", "autorange": true, "domain": [ 0, 0.7326 ], "matches": "y", "range": [ -0.04535450159019254, 0.5736753351639112 ], "showgrid": true, "showticklabels": false, "type": "linear" }, "yaxis3": { "anchor": "x3", "autorange": true, "domain": [ 0.7426, 1 ], "matches": "y3", "range": [ 0, 861.0526315789474 ], "showgrid": true, "showline": false, "showticklabels": false, "ticks": "" }, "yaxis4": { "anchor": "x4", "domain": [ 0.7426, 1 ], "matches": "y3", "showgrid": true, "showline": false, "showticklabels": false, "ticks": "" } } }, "image/png": "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", "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "df[\"GitHub Forks (log)\"] = np.log(\n", " df[\"GitHub Forks\"].apply(\n", " # move 0's to None to avoid divide by 0\n", " lambda x: x if x > 0 else None\n", " )\n", ")\n", "\n", "fig = px.scatter(\n", " df.dropna(subset=\"GitHub Forks (log)\").sort_values(by=\"GitHub Forks (log)\"),\n", " x=\"Time of Existence (days)\",\n", " y=\"Normalized Total Entropy\",\n", " hover_data=[\"Repository URL\"],\n", " width=700,\n", " height=400,\n", " title=\"Software entropy over time for PubMed GitHub repositories\",\n", " marginal_x=\"histogram\",\n", " marginal_y=\"histogram\",\n", " opacity=0.5,\n", " color=\"GitHub Forks (log)\",\n", " color_continuous_scale=px.colors.sequential.haline,\n", ")\n", "\n", "fig.update_layout(\n", " font=dict(size=13),\n", " title={\"yref\": \"container\", \"y\": 0.8, \"yanchor\": \"bottom\"},\n", " xaxis_title=\"Project duration (days)\",\n", " yaxis_title=\"Software entropy\",\n", ")\n", "fig.write_image(\"images/software-information-entropy-forks.png\")\n", "fig.show()" ] }, { "cell_type": "markdown", "id": "182151ed-3c19-44ad-ac84-b4b903e0fb6a", "metadata": {}, "source": [ "## What is the relationship between GitHub Stars and Open Issues for the repositories?\n", "\n", "Below we explore how GitHub Stars and Open Issues are related for the repositories." ] }, { "cell_type": "code", "execution_count": 13, "id": "71281261-b920-4320-ac4b-6ee64a8378fd", "metadata": {}, "outputs": [ { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "customdata": [ [ "https://github.com/BUStools/BUSZ-format" ], [ "https://github.com/pmelsted/BUSZ_paper" ], [ "https://github.com/WormBase/scdefg" ], [ "https://github.com/ekg/guix-genomics" ], [ "https://github.com/ekg/seqwish" ], [ "https://github.com/phnmnl/KubeNow-plugin" ], [ "https://github.com/WormBase/wormcells-viz" ], [ "https://github.com/jltsiren/gbwt" ], [ "https://github.com/jltsiren/gcsa2" ], [ "https://github.com/crazylyf/neuronet" ], [ "https://github.com/GGchen1997/STEPS_Bioinformatics" ], [ "https://github.com/sg-wbi/belb" ], [ "https://github.com/pharmbio/LC-MS-Pachyderm" ], [ "https://github.com/BUStools/bustools" ], [ "https://github.com/abacus-gene/paml-tutorial" ], [ "https://github.com/theislab/anndata" ], [ "https://github.com/yuantailing/two-layer-qrcode" ], [ "https://github.com/Benjamin-Crysup/proderal" ], [ "https://github.com/jltsiren/gbwt-rs" ], [ "https://github.com/jltsiren/gbwtgraph" ], [ "https://github.com/shiquan/PISA" ], [ "https://github.com/tlawrence3/tSFM" ], [ "https://github.com/macintyrelab/CNpare_analyses" ], [ "https://github.com/TracyRage/muddy_db" ], [ "https://github.com/abacus-gene/paml" ], [ "https://github.com/macintyrelab/CNpare" ], [ "https://github.com/smirarab/pasta" ], [ "https://github.com/TracyRage/muddy_mine" ], [ "https://github.com/kodicollins/pasta" ], [ "https://github.com/gpertea/gffread" ], [ "https://github.com/gpertea/gffcompare" ], [ "https://github.com/Pranavkhade/PACKMAN" ], [ "https://github.com/Pranavkhade/PACKMAN" ], [ "https://github.com/Pranavkhade/PACKMAN" ], [ "https://github.com/Pranavkhade/PACKMAN" ], [ "https://github.com/LooseLab/minotourcli" ], [ "https://github.com/LooseLab/minotour-docker" ], [ "https://github.com/TW-Genesis/genesis-database-system" ], [ "https://github.com/andrewGhazi/mpradesigntools" ], [ "https://github.com/TW-Genesis/genesis-ontology" ], [ "https://github.com/sg-wbi/belb-exp" ], [ "https://github.com/rauschenberger/joinet" ], [ "https://github.com/samocooper/nuclitrack" ], [ "https://github.com/pangenome/odgi" ], [ "https://github.com/zhanxw/Isoplexis_Data_Analysis" ], [ "https://github.com/zhanxw/Isoplexis_Data_Analysis" ], [ "https://github.com/zhanxw/Isoplexis_Data_Analysis" ], [ "https://github.com/zhanxw/Isoplexis_Data_Analysis" ], [ "https://github.com/andrewGhazi/designMPRA" ], [ "https://github.com/lingengfoo/GradMDM" ], [ "https://github.com/MBaysanLab/cosap" ], [ "https://github.com/zw2x/glinter" ], [ "https://github.com/MBaysanLab/cosap-webapi" ], [ "https://github.com/YuSugihara/QTL-seq" ], [ "https://github.com/theislab/Scanpy" ], [ "https://github.com/jessegmeyerlab/MIMaL" ], [ "https://github.com/icbi-lab/mio" ], [ "https://github.com/brentp/hts-nim-tools" ], [ "https://github.com/brentp/hts-nim" ], [ "https://github.com/MBaysanLab/cosap_frontend" ], [ "https://github.com/brianjimenez/lightdock_bm5" ], [ "https://github.com/TW-Genesis/genesis-database-demo" ], [ "https://github.com/mdbloice/Augmentor" ], [ "https://github.com/chainsawriot/rang" ], [ "https://github.com/YuSugihara/MutMap" ], [ "https://github.com/agugonrey/GonzalezReymundez2021" ], [ "https://github.com/HadrienG/InSilicoSeq" ], [ "https://github.com/sneuensc/mapache" ], [ "https://github.com/pdynamo/pDynamo3" ], [ "https://github.com/brianjimenez/lightdock" ], [ "https://github.com/iqtree/decenttree" ], [ "https://github.com/burtonrj/CytoPyManuscript" ], [ "https://github.com/PhilippJunk/homelette" ], [ "https://github.com/Benjamin-Crysup/prosynar" ], [ "https://github.com/elyawy/SpartaSim" ], [ "https://github.com/elyawy/SpartaPipeline" ], [ "https://github.com/gbouras13/plassembler_simulation_benchmarking" ], [ "https://github.com/griffithlab/GenVisR" ], [ "https://github.com/fmfi-compbio/heron" ], [ "https://github.com/gbouras13/plassembler" ], [ "https://github.com/MolecularAI/Lib-INVENT-dataset" ], [ "https://github.com/yuh8/SEED" ], [ "https://github.com/BiosecSFA/gentangle" ], [ "https://github.com/BiosecSFA/datangle" ], [ "https://github.com/icbi-lab/miopy" ], [ "https://github.com/burtonrj/CytoPy" ], [ "https://github.com/GreallyLab/gaiaAssociation" ], [ "https://github.com/Onogi/stacking" ], [ "https://github.com/kora-labs/chromax" ], [ "https://github.com/fmfi-compbio/osprey" ], [ "https://github.com/matsengrp/phip-viz" ], [ "https://github.com/matsengrp/phippery" ], [ "https://github.com/asdcid/Comparison-of-neighbour-joining-software" ], [ "https://github.com/matsengrp/phip-flow" ], [ "https://github.com/ikmb/MAGScoT" ], [ "https://github.com/romanhaa/cerebroApp" ], [ "https://github.com/langmead-lab/levioSAM-experiments" ], [ "https://github.com/ecunha1996/transyt_paper" ], [ "https://github.com/cbcrg/msa-af2-nf" ], [ "https://github.com/liberjul/CONSTAXv2" ], [ "https://github.com/shazanfar/DCARS" ], [ "https://github.com/liberjul/CONSTAXv2_ms_code" ], [ "https://github.com/KVD-lab/puma" ], [ "https://github.com/alshai/levioSAM" ], [ "https://github.com/MolecularAI/Lib-INVENT" ], [ "https://github.com/tyo-nu/MINE-app" ], [ "https://github.com/unipept/unipept-visualizations" ], [ "https://github.com/ablab/viralVerify" ], [ "https://github.com/tyo-nu/MINE-Server" ], [ "https://github.com/Priyadarshini-Rai/Pathomap-Model" ], [ "https://github.com/damiendevienne/non-layered-tidy-trees" ], [ "https://github.com/LooseLab/minotourapp" ], [ "https://github.com/simonpenel/thirdkind" ], [ "https://github.com/simonpenel/thirdkind" ], [ "https://github.com/simonpenel/thirdkind" ], [ "https://github.com/simonpenel/thirdkind" ], [ "https://github.com/Priyadarshini-Rai/Pathomap" ], [ "https://github.com/carmonalab/scGate" ], [ "https://github.com/francescojm/CELLector_App" ], [ "https://github.com/intermine/interMineR" ], [ "https://github.com/ablab/viralComplete" ], [ "https://github.com/de-Boer-Lab/GIL" ], [ "https://github.com/Sarah145/CCPlotR" ], [ "https://github.com/DKMS/hapl-o-Mat_GUI" ], [ "https://github.com/tyo-nu/MINE-Database" ], [ "https://github.com/tyo-nu/MINE-Database" ], [ "https://github.com/tyo-nu/MINE-Database" ], [ "https://github.com/tyo-nu/MINE-Database" ], [ "https://github.com/DKMS/hapl-o-Mat" ], [ "https://github.com/deeptools/pyGenomeTracks" ], [ "https://github.com/wx19941204/Rotational-Convolution-for-downside-fisheye-images" ], [ "https://github.com/rribeiro-sci/pygomodo" ], [ "https://github.com/vllrs/genomicSimulation" ], [ "https://github.com/francescojm/CELLector" ], [ "https://github.com/kubernetes/charts" ], [ "https://github.com/vllrs/genomicSimulationC" ], [ "https://github.com/magStra/nonparametricSummaryPSM" ], [ "https://github.com/yfukai/laptrack" ], [ "https://github.com/magStra/GPseudoClust" ], [ "https://github.com/galaxyproject/cloudauthz" ], [ "https://github.com/DKMS/hapl-o-Mat_WinBin" ], [ "https://github.com/yuh8/SEEM" ], [ "https://github.com/ilyavs/exodus" ], [ "https://github.com/mgleeming/synthedia" ], [ "https://github.com/igvteam/igv-webapp" ], [ "https://github.com/NCIP/alview" ], [ "https://github.com/adamhockenberry/bacphlip-model-dev" ], [ "https://github.com/adamhockenberry/bacphlip" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/schneebergerlab/plotsr" ], [ "https://github.com/pachterlab/qcbc" ], [ "https://github.com/BioGenies/PlastoGram" ], [ "https://github.com/ygidtu/trackplot" ], [ "https://github.com/vgteam/vg" ], [ "https://github.com/vgteam/vg" ], [ "https://github.com/vgteam/vg" ], [ "https://github.com/vgteam/vg" ], [ "https://github.com/bionetslab/robust-web" ], [ "https://github.com/romaingroux/SPar-K" ], [ "https://github.com/redsnic/WGA-LP" ], [ "https://github.com/Rong-Zh/GWLD" ], [ "https://github.com/smuehlh/transgenes" ], [ "https://github.com/Zhangxf-ccnu/scMOO" ], [ "https://github.com/Zhangxf-ccnu/scMOO_experiments_codes" ], [ "https://github.com/MolecularAI/aizynthfinder" ], [ "https://github.com/MolecularAI/aizynthfinder" ], [ "https://github.com/MolecularAI/aizynthfinder" ], [ "https://github.com/MolecularAI/aizynthfinder" ], [ "https://github.com/MolecularAI/route-distances" ], [ "https://github.com/BioGenies/PlastoGram-analysis" ], [ "https://github.com/NKI-CCB/cnr" ], [ "https://github.com/Integrative-Transcriptomics/DamageProfiler" ], [ "https://github.com/manuhuth/Data-Leakage-From-Covariances" ], [ "https://github.com/datashield/DSData" ], [ "https://github.com/NKI-CCB/CNR-analyses" ], [ "https://github.com/zzhmark/NIEND" ], [ "https://github.com/jokergoo/rGREAT" ], [ "https://github.com/lasandrall/mvlearnR" ], [ "https://github.com/jokergoo/BioMartGOGeneSets" ], [ "https://github.com/RuiSiHu/AKINND" ], [ "https://github.com/price0416/Simulome" ], [ "https://github.com/RuiSiHu/PaPhy-ML" ], [ "https://github.com/anasilviacs/rescore-metabolites" ], [ "https://github.com/neufeld/AXIOME3" ], [ "https://github.com/dermasugita/Viola-SV" ], [ "https://github.com/neufeld/AXIOME3-GUI" ], [ "https://github.com/yiluheihei/microbiomeMarker" ], [ "https://github.com/super-resolution/Locan" ], [ "https://github.com/AI4SCR/ATHENA" ], [ "https://github.com/anasilviacs/sm-engine" ], [ "https://github.com/tvandervalk/AMBER" ], [ "https://github.com/XikunHan/metabolomicsR" ], [ "https://github.com/chaoszhang/A-Pro2_data" ], [ "https://github.com/sdolenz/refbias_scripts" ], [ "https://github.com/moosa-r/rbioapi" ], [ "https://github.com/vgl-hub/gfastats" ], [ "https://github.com/uio-cels/genomicgraphcoords" ], [ "https://github.com/balabanmetin/misa" ], [ "https://github.com/balabanmetin/misa-data" ], [ "https://github.com/pachterlab/kb_python" ], [ "https://github.com/OpenTreeOfLife/phylesystem" ], [ "https://github.com/OpenTreeOfLife/phylesystem-api" ], [ "https://github.com/veg/RASCL" ], [ "https://github.com/maxplanck-ie/snakepipes" ], [ "https://github.com/genenotebook/genenotebook" ], [ "https://github.com/sylvainprigent/napari-tracks-reader" ], [ "https://github.com/NoneqPhysLivingMatterLab/laptrack-optimisation" ], [ "https://github.com/bcbi/genbank_holobiome" ], [ "https://github.com/bcbi/genbank_loader" ], [ "https://github.com/owkin/PyDESeq2" ], [ "https://github.com/sylvainprigent/stracking" ], [ "https://github.com/sylvainprigent/napari-stracking" ], [ "https://github.com/ablab/spades" ], [ "https://github.com/ablab/spades" ], [ "https://github.com/ablab/spades" ], [ "https://github.com/ablab/spades" ], [ "https://github.com/ewels/MultiQC" ], [ "https://github.com/YonghuiDong/MetReport" ], [ "https://github.com/dnanexus-rnd/GLnexus" ], [ "https://github.com/Psy-Fer/SquiggleKit" ], [ "https://github.com/runsheng/primerdiffer" ], [ "https://github.com/runsheng/primervcf" ], [ "https://github.com/OpenTreeOfLife/opentree" ], [ "https://github.com/hanna-xu/U2Fusion" ], [ "https://github.com/WhiteDOU/GaitMPL" ], [ "https://github.com/lightaime/deep_gcns_torch" ], [ "https://github.com/hanna-xu/RoadScene" ], [ "https://github.com/bsantan/MGMLink" ], [ "https://github.com/LouisFaure/scFates" ], [ "https://github.com/Knowledge-Graph-Hub/kg-phenio" ], [ "https://github.com/nutrimetabolomics/fobitools" ], [ "https://github.com/nutrimetabolomics/fobitoolsGUI" ], [ "https://github.com/adigherman/Rxnat" ], [ "https://github.com/gjeschke/MMMx" ], [ "https://github.com/saezlab/decoupleR_manuscript" ], [ "https://github.com/uio-cels/offsetbasedgraph" ], [ "https://github.com/igvteam/igv" ], [ "https://github.com/igvteam/igv" ], [ "https://github.com/igvteam/igv" ], [ "https://github.com/igvteam/igv" ], [ "https://github.com/rksyouyou/SASOM-pkg" ], [ "https://github.com/rksyouyou/SASOM-analysis" ], [ "https://github.com/saezlab/decoupler-py" ], [ "https://github.com/KoslickiLab/L2-UniFrac" ], [ "https://github.com/KoslickiLab/L2-UniFrac" ], [ "https://github.com/KoslickiLab/L2-UniFrac" ], [ "https://github.com/KoslickiLab/L2-UniFrac" ], [ "https://github.com/KoslickiLab/L2-UniFrac-Paper" ], [ "https://github.com/LongTarget/Fasim-LongTarget" ], [ "https://github.com/Gardner-BinfLab/SoDoPE_paper_2020" ], [ "https://github.com/lightaime/deep_gcns" ], [ "https://github.com/GGFHF/NGShelper" ], [ "https://github.com/IsanaVekslerLublinsky/OffRisk" ], [ "https://github.com/bene51/omero_3Dscript" ], [ "https://github.com/dereneaton/ipyrad" ], [ "https://github.com/sdsucomptox/danrerlib" ], [ "https://github.com/bene51/3Dscript" ], [ "https://github.com/Enserink-lab/screenwerk" ], [ "https://github.com/LouisFaure/scFates_notebooks" ], [ "https://github.com/RabbitBio/RabbitUniq" ], [ "https://github.com/SenseTime-Knowledge-Mining/BridgeDPI" ], [ "https://github.com/RabbitBio/RabbitV" ], [ "https://github.com/GGFHF/NGScloud2" ], [ "https://github.com/IBM/InterpretableDTIP" ], [ "https://github.com/masashitsubaki/CPI_prediction" ], [ "https://github.com/yceh/matOptimize-experiments" ], [ "https://github.com/Gardner-BinfLab/TISIGNER-ReactJS" ], [ "https://github.com/uio-bmi/compairr" ], [ "https://github.com/uio-bmi/compairr-benchmarking" ], [ "https://github.com/hafen/trelliscopejs" ], [ "https://github.com/Lswhiteh/PhyloMatcher" ], [ "https://github.com/Lswhiteh/PhyloMatcher" ], [ "https://github.com/Lswhiteh/PhyloMatcher" ], [ "https://github.com/Lswhiteh/PhyloMatcher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/geomagical/GeoSynth" ], [ "https://github.com/IsanaVekslerLublinsky/OffRisk-ui" ], [ "https://github.com/taowenmicro/ggClusterNet" ], [ "https://github.com/grisslab/grein_loader" ], [ "https://github.com/PatrickPenner/lefqm" ], [ "https://github.com/PatrickPenner/lefshift" ], [ "https://github.com/dxmarkets/savoir" ], [ "https://github.com/sandialabs/idash2018task1" ], [ "https://github.com/ethanchen1301/SSDraw" ], [ "https://github.com/KyleFerchen/pyInfinityFlow" ], [ "https://github.com/althonos/pyhmmer" ], [ "https://github.com/iferres/simurg" ], [ "https://github.com/BorgwardtLab/reComBat" ], [ "https://github.com/pmartR/pmartR" ], [ "https://github.com/ocbe-uio/bayesynergy" ], [ "https://github.com/4dn-dcic/pairsqc" ], [ "https://github.com/NRGLab/Surfaces" ], [ "https://github.com/BorgwardtLab/batchCorrectionPublicData" ], [ "https://github.com/lixiang117423/qPCRtools" ], [ "https://github.com/cov-lineages/scorpio" ], [ "https://github.com/cov-lineages/constellations" ], [ "https://github.com/biointec/ismags" ], [ "https://github.com/psoerensen/qgg" ], [ "https://github.com/alanwilter/acpype" ], [ "https://github.com/vaquerizaslab/tadtool" ], [ "https://github.com/crazyhottommy/scclusteval" ], [ "https://github.com/crazyhottommy/pyflow_seuratv3_parameter" ], [ "https://github.com/ATPs/PrecisionProDB" ], [ "https://github.com/4dn-dcic/Rpairix" ], [ "https://github.com/radamsRHA/PhyloWGA" ], [ "https://github.com/abhisheknrl/MPRAscore" ], [ "https://github.com/hmbotelho/FIS_analysis" ], [ "https://github.com/sbmlteam/moccasin" ], [ "https://github.com/xukaili/CandiHap" ], [ "https://github.com/caravagnalab/congas" ], [ "https://github.com/shahnidhi/TIPP_reference_package" ], [ "https://github.com/caranathunge/promor" ], [ "https://github.com/caravagnalab/rcongas_test" ], [ "https://github.com/R-GENLIB/GENLIB" ], [ "https://github.com/R-GENLIB/simuhaplo_functions" ], [ "https://github.com/SunXQlab/EnDecon" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/ollisa/BELMM" ], [ "https://github.com/jtchavisIII/CU-MSDSp" ], [ "https://github.com/DominikBuchner/apscale" ], [ "https://github.com/cytoscape/cyjShiny" ], [ "https://github.com/sbgn/cd2sbgnml-webservice" ], [ "https://github.com/sbgn/cd2sbgnml" ], [ "https://github.com/SunXQlab/ST-deconvoulution" ], [ "https://github.com/LANL-Bioinformatics/assay_validation" ], [ "https://github.com/JLSteenwyk/orthofisher" ], [ "https://github.com/basf/riboCleaner" ], [ "https://github.com/ncats/RaMP-Client" ], [ "https://github.com/ncats/RaMP-Backend" ], [ "https://github.com/ddarriba/pll-modules" ], [ "https://github.com/amkozlov/raxml-ng" ], [ "https://github.com/amkozlov/raxml-ng" ], [ "https://github.com/amkozlov/raxml-ng" ], [ "https://github.com/amkozlov/raxml-ng" ], [ "https://github.com/lutteropp/raxml-ng" ], [ "https://github.com/bordin89/ICB_docker" ], [ "https://github.com/TillMacher/apscale_gui" ], [ "https://github.com/YeoLab/Metadensity" ], [ "https://github.com/Maple177/syntax-enhanced-RE" ], [ "https://github.com/argymeg/MetaboCraft" ], [ "https://github.com/utraf-pasteur-institute/Cellwalker-notebooks" ], [ "https://github.com/galaxyproject/blend4php" ], [ "https://github.com/ludvigla/semla" ], [ "https://github.com/zwdzwd/sesame" ], [ "https://github.com/xmuyulab/Diamond" ], [ "https://github.com/Tagliacollo/PFinderUCE-SWSC-EN" ], [ "https://github.com/ATPs/PrecisionProDB_references" ], [ "https://github.com/4dn-dcic/pairix" ], [ "https://github.com/dacuevas/PMAnalyzerWeb" ], [ "https://github.com/pfred/pfred-gui" ], [ "https://github.com/dacuevas/PMAnalyzer" ], [ "https://github.com/goobar4/aacrg" ], [ "https://github.com/sahahn/BPt_app" ], [ "https://github.com/KamilSJaron/smudgeplot" ], [ "https://github.com/getzlab/rnaseqc2-paper" ], [ "https://github.com/datax-lab/Hi-LASSO" ], [ "https://github.com/LiesaSalzer/MobilityTransformR" ], [ "https://github.com/ToniCreswell/InvertingGAN" ], [ "https://github.com/getzlab/rnaseqc" ], [ "https://github.com/gkumar09/iSeqQC" ], [ "https://github.com/LudvigEk/aligater" ], [ "https://github.com/PombertLab/SYNY" ], [ "https://github.com/bioinfo-ut/primer3_masker" ], [ "https://github.com/utraf-pasteur-institute/Cellwalker-blender" ], [ "https://github.com/Gu-Lab-RBL-NCI/QuagmiR" ], [ "https://github.com/YasCoMa/predprin" ], [ "https://github.com/YasCoMa/predprin" ], [ "https://github.com/YasCoMa/predprin" ], [ "https://github.com/YasCoMa/predprin" ], [ "https://github.com/primer3-org/primer3" ], [ "https://github.com/solinvicta/geneTeller" ], [ "https://github.com/YasCoMa/ppintegrator" ], [ "https://github.com/Acare/hacksig" ], [ "https://github.com/gangwug/nCV" ], [ "https://github.com/gangwug/nCVapp" ], [ "https://github.com/mathelab/IntLIM" ], [ "https://github.com/nilesh-tawari/ChronQC" ], [ "https://github.com/minmarg/comer2" ], [ "https://github.com/mlr-org/mlr3proba" ], [ "https://github.com/Federico77z/aScan" ], [ "https://github.com/pmandreoli/aScanDocker" ], [ "https://github.com/pachyderm/pachyderm" ], [ "https://github.com/LemonJust/napari-vodex" ], [ "https://github.com/LemonJust/napari-vodex" ], [ "https://github.com/LemonJust/napari-vodex" ], [ "https://github.com/LemonJust/napari-vodex" ], [ "https://github.com/Oshlack/JAFFA" ], [ "https://github.com/Oshlack/JAFFA" ], [ "https://github.com/Oshlack/JAFFA" ], [ "https://github.com/Oshlack/JAFFA" ], [ "https://github.com/xin-huang/dadi-cli" ], [ "https://github.com/LemonJust/napari-vodex" ], [ "https://github.com/LemonJust/napari-vodex" ], [ "https://github.com/LemonJust/napari-vodex" ], [ "https://github.com/LemonJust/napari-vodex" ], [ "https://github.com/popitsch/varan-gie" ], [ "https://github.com/aitgon/vtam_benchmark" ], [ "https://github.com/LemonJust/vodex" ], [ "https://github.com/LemonJust/vodex" ], [ "https://github.com/LemonJust/vodex" ], [ "https://github.com/LemonJust/vodex" ], [ "https://github.com/LemonJust/vodex" ], [ "https://github.com/LemonJust/vodex" ], [ "https://github.com/LemonJust/vodex" ], [ "https://github.com/LemonJust/vodex" ], [ "https://github.com/hewm2008/NGenomeSyn" ], [ "https://github.com/aitgon/vtam" ], [ "https://github.com/MolecularAI/IcolosCommunity" ], [ "https://github.com/MolecularAI/Icolos" ], [ "https://github.com/holehouse-lab/shephard" ], [ "https://github.com/DAIZHENWEI/BDMMA" ], [ "https://github.com/PF2-pasteur-fr/checkMyIndex" ], [ "https://github.com/smin95/smplot" ], [ "https://github.com/shayesteh99/TCMM" ], [ "https://github.com/SmartDataAnalytics/BioKEEN" ], [ "https://github.com/mathelab/RaMP-DB" ], [ "https://github.com/lola4/DRAC" ], [ "https://github.com/SmartDataAnalytics/PyKEEN" ], [ "https://github.com/holehouse-lab/shephard-colab" ], [ "https://github.com/sahahn/BPt" ], [ "https://github.com/google/deepvariant" ], [ "https://github.com/JaneJiayiDong/scPreGAN" ], [ "https://github.com/JaneJiayiDong/scPreGAN-reproducibility" ], [ "https://github.com/jhu99/scbean" ], [ "https://github.com/jhu99/scbean" ], [ "https://github.com/jhu99/scbean" ], [ "https://github.com/jhu99/scbean" ], [ "https://github.com/jhu99/davae_paper" ], [ "https://github.com/ncjllld/byase" ], [ "https://github.com/ncjllld/byase_gui" ], [ "https://github.com/RUBi-ZA/MD-TASK" ], [ "https://github.com/RUBi-ZA/MD-TASK" ], [ "https://github.com/RUBi-ZA/MD-TASK" ], [ "https://github.com/RUBi-ZA/MD-TASK" ], [ "https://github.com/RUBi-ZA/MODE-TASK" ], [ "https://github.com/RUBi-ZA/MODE-TASK" ], [ "https://github.com/RUBi-ZA/MODE-TASK" ], [ "https://github.com/RUBi-ZA/MODE-TASK" ], [ "https://github.com/Center-for-Health-Data-Science/dgd" ], [ "https://github.com/Center-for-Health-Data-Science/scDGD" ], [ "https://github.com/joerg-swg/ShuffleAnalyzer" ], [ "https://github.com/biodev/HitWalker2" ], [ "https://github.com/wtsi-team144/peakplotter" ], [ "https://github.com/wtsi-team144/transformPhenotype" ], [ "https://github.com/signaturescience/vcferr" ], [ "https://github.com/ncats/IntLIM" ], [ "https://github.com/shwoo93/video_decaptioning" ], [ "https://github.com/mcahny/Deep-Video-Inpainting" ], [ "https://github.com/cjneely10/MetaSanity" ], [ "https://github.com/Pasquali-lab/UMI4Cats" ], [ "https://github.com/fosterlab/PrInCE" ], [ "https://github.com/gurkirt/3D-RetinaNet" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/HerveEmissah/nmo-authors-app" ], [ "https://github.com/HerveEmissah/nmo-bibliometric-analysis" ], [ "https://github.com/lasigeBioTM/MRRAD" ], [ "https://github.com/fredhutch/pgmap_pipeline" ], [ "http://github.com/kuixu/VRmol" ], [ "https://github.com/francescodc87/ipaPy2" ], [ "https://github.com/ridgelab/JustOrthologs" ], [ "https://github.com/daihang16/nubeamdedup" ], [ "https://github.com/lsbnb/amp_gan" ], [ "https://github.com/LinTzuTang/AI4AVP_predictor" ], [ "https://github.com/leopold-weidner/DBDIpy" ], [ "https://github.com/sing-group/seda" ], [ "https://github.com/sing-group/seda" ], [ "https://github.com/sing-group/seda" ], [ "https://github.com/sing-group/seda" ], [ "https://github.com/okadalabipr/text2model-from-knowledge" ], [ "https://github.com/ChristopherWilks/snaptron" ], [ "https://github.com/ChristopherWilks/snaptron-experiments" ], [ "https://github.com/ucsd-ccbb/VAPr" ], [ "https://github.com/Jong-hun-Park/trviz" ], [ "https://github.com/keyes-timothy/tidytof" ], [ "https://github.com/biomass-dev/biomass" ], [ "https://github.com/steinrue/diplo_locus" ], [ "https://github.com/bacak/TrAP" ], [ "https://github.com/nblt/DLDR" ], [ "https://github.com/kris-nader/sc-type-py" ], [ "https://github.com/PSSUN/Rcirc" ], [ "https://github.com/alaesahbou/BuscoPhylo" ], [ "https://github.com/kris-nader/sp-type" ], [ "https://github.com/Shao-Group/aletsch-test" ], [ "https://github.com/Simon-Leonard/FlexDotPlot" ], [ "https://github.com/Shao-Group/aletsch" ], [ "https://github.com/vvvwo/AIVS-project" ], [ "https://github.com/Simon-Leonard/FlexDotPlot_paper" ], [ "https://github.com/hildebra/Rarefaction" ], [ "https://github.com/UoMMIB/PeakMLViewerPy" ], [ "https://github.com/privefl/paper4-bedpca" ], [ "https://github.com/pbenner/tfbayes" ], [ "https://github.com/ibivu/PRALINE" ], [ "https://github.com/dlal-group/simtext" ], [ "https://github.com/FridleyLab/iTIME" ], [ "https://github.com/FridleyLab/spatialTIME" ], [ "https://github.com/DessimozLab/iHam" ], [ "https://github.com/szymczak-lab/PathwayGuidedRF" ], [ "https://github.com/DessimozLab/pyHam" ], [ "https://github.com/PMCC-BioinformaticsCore/janis" ], [ "https://github.com/zmmzGitHub/MTL-BC-LBC-BioNER" ], [ "https://github.com/phenomecentre/nPYc-Toolbox" ], [ "https://github.com/privefl/bigsnpr" ], [ "https://github.com/yyZhang14/dbEssLnc" ], [ "https://github.com/rohdelab/PyTransKit" ], [ "https://github.com/hms-dbmi/Rcupcake" ], [ "https://github.com/hms-dbmi/Rcupcake-case-studies" ], [ "https://github.com/cambridgeltl/MTL-Bioinformatics-2016" ], [ "https://github.com/szymczak-lab/DataPathwayGuidedRF" ], [ "https://github.com/KyoungYeulLee/3Cnet" ], [ "https://github.com/mjsull/chromatiblock" ], [ "https://github.com/jendelel/PrankWebApp" ], [ "https://github.com/calabrialab/InCliniGene" ], [ "https://github.com/phenomecentre/nPYc-toolbox-tutorials" ], [ "https://github.com/ncats/ramp-db" ], [ "https://github.com/chrisjackson-pellicle/hybpiper-nf" ], [ "https://github.com/chrisjackson-pellicle/paragone-nf" ], [ "https://github.com/cchauve/plasgraph2" ], [ "https://github.com/wangjun1996/VisFeature" ], [ "https://github.com/godotgildor/Suns" ], [ "https://github.com/Gabriel439/suns-cmd" ], [ "https://github.com/Gabriel439/suns-search" ], [ "https://github.com/phe-bioinformatics/snapperdb_references" ], [ "https://github.com/abzu-ai/QLattice-clinical-omics" ], [ "https://github.com/nickduran/align-linguistic-alignment" ], [ "https://github.com/chenvict/dipm" ], [ "https://github.com/hr1912/TreeExp" ], [ "https://github.com/hr1912/TreeExp" ], [ "https://github.com/hr1912/TreeExp" ], [ "https://github.com/hr1912/TreeExp" ], [ "https://github.com/radifar/pyplif" ], [ "https://github.com/laura-orellana/eBDIMS" ], [ "https://github.com/cabergh/eBDIMS" ], [ "https://github.com/heartsh/consalign" ], [ "https://github.com/radifar/PyPLIF-HIPPOS" ], [ "https://github.com/phe-bioinformatics/snapperdb" ], [ "https://github.com/rdk/p2rank" ], [ "https://github.com/drisso/awst" ], [ "https://github.com/YasCoMa/predprin" ], [ "https://github.com/YasCoMa/predprin" ], [ "https://github.com/YasCoMa/predprin" ], [ "https://github.com/YasCoMa/predprin" ], [ "https://github.com/heartsh/consprob-trained" ], [ "https://github.com/Public-Health-Bioinformatics/kipper" ], [ "https://github.com/Public-Health-Bioinformatics/versioned_data" ], [ "https://github.com/heyigacu/BitterGNN" ], [ "https://github.com/dputhier/libgtftk" ], [ "https://github.com/natir/yacrd" ], [ "https://github.com/drisso/awst_analysis" ], [ "https://github.com/natir/fpa" ], [ "https://github.com/skr1/Imagene" ], [ "https://github.com/fjuradorueda/MIME" ], [ "https://github.com/matthewcarlucci/DiscoRhythm" ], [ "https://github.com/slimsuite/diploidocus" ], [ "https://github.com/slimsuite/depthsizer" ], [ "https://github.com/samhinshaw/metabridge_shiny" ], [ "https://github.com/lifs-tools/jmzTab-m" ], [ "https://github.com/fmfi-compbio/plasgraph2-datasets" ], [ "https://github.com/qdickinson/mimal-website" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/romanhaa/Cerebro" ], [ "https://github.com/YasCoMa/ppi_validation_process" ], [ "https://github.com/YasCoMa/ppi_validation_process" ], [ "https://github.com/YasCoMa/ppi_validation_process" ], [ "https://github.com/YasCoMa/ppi_validation_process" ], [ "https://github.com/ncbi/icn3d" ], [ "https://github.com/ncbi/icn3d" ], [ "https://github.com/ncbi/icn3d" ], [ "https://github.com/ncbi/icn3d" ], [ "https://github.com/bionetslab/robust_bias_aware" ], [ "https://github.com/YasCoMa/ppi_validation_process" ], [ "https://github.com/YasCoMa/ppi_validation_process" ], [ "https://github.com/YasCoMa/ppi_validation_process" ], [ "https://github.com/YasCoMa/ppi_validation_process" ], [ "https://github.com/galaxyproject/galaxy" ], [ "https://github.com/galaxyproject/galaxy" ], [ "https://github.com/galaxyproject/galaxy" ], [ "https://github.com/galaxyproject/galaxy" ], [ "https://github.com/Knowledge-Graph-Hub/kg-microbe" ], [ "https://github.com/Tagliacollo/PartitionUCE" ], [ "https://github.com/shayesteh99/TCMM-Data" ], [ "https://github.com/zhou-lab/InfiniumAnnotationV1" ], [ "https://github.com/YJGene0806/PRIDE_Code" ], [ "https://github.com/gbnegrini/mirdb-custom-target-search" ], [ "https://github.com/itsjustaplant/AwesomeProject" ], [ "https://github.com/AnnekathrinSilvia/magnetique" ], [ "https://github.com/PDBeurope/pdb-images" ], [ "https://github.com/overton-group/eHDPrep" ], [ "https://github.com/Chaowu88/freeflux" ], [ "https://github.com/alejocn5/AlexandrusPS" ], [ "https://github.com/fhaive/dream" ], [ "https://github.com/Luigi-Ferraro/MOViDA" ], [ "https://github.com/vis-opt-group/BDA" ], [ "https://github.com/BodenmillerGroup/cytoviewer" ], [ "https://github.com/chenxiptz/SR_microvessel_velocimetry" ], [ "https://github.com/PavlopoulosLab/Flame" ], [ "https://github.com/didrikolofsson/rmappet" ], [ "https://github.com/kakarotcq/Con-AAE" ], [ "https://github.com/dieterich-lab/magnetiqueCode2022" ], [ "https://github.com/BMILAB/stAPAminer" ], [ "https://github.com/duttaprat/DeepMOIS-MC" ], [ "https://github.com/zhangxin11111/NPI-DCGNN" ], [ "https://github.com/jarosenb/UV_POSIT" ], [ "https://github.com/ahmed-elliethy/nnt" ], [ "https://github.com/Jfo004/ConfocalCellSegmentation" ], [ "https://github.com/MIDA-group/MultiRegEval" ], [ "https://github.com/YJPai65/MVF-SleepNet" ], [ "https://github.com/RyanCook94/inphared" ], [ "https://github.com/KiranJavkar/PRAWNS" ], [ "https://github.com/Zafar-Lab/Margaret" ], [ "https://github.com/AlicjaNowakowska/ETNA" ], [ "https://github.com/cmcb-warwick/KiT" ], [ "https://github.com/LanLab/ShigEiFinder" ], [ "https://github.com/optmed/CompactFluorescenceCam" ], [ "https://github.com/gamcil/synthaser" ], [ "https://github.com/katholt/kaptive" ], [ "https://github.com/stmutasa/MetUS" ], [ "https://github.com/biothings/biothings_explorer" ], [ "https://github.com/biothings/biothings_explorer" ], [ "https://github.com/biothings/biothings_explorer" ], [ "https://github.com/biothings/biothings_explorer" ], [ "https://github.com/Mathbiomed/ION" ], [ "https://github.com/unisb-bioinf/MERIDA" ], [ "https://github.com/TobiTekath/DTUrtle" ], [ "https://github.com/CBIIT/KDS" ], [ "https://github.com/RoelandKindt/AlleleShift" ], [ "https://github.com/mvasinek/olgen-om-error-prediction" ], [ "https://github.com/Andre-lab/ZEAL" ], [ "https://github.com/cumbof/honto" ], [ "https://github.com/campbio/ExperimentSubset" ], [ "https://github.com/eMetaboHUB/Forum-DiseasesChem" ], [ "https://github.com/ibe-uw/tiara" ], [ "https://github.com/imperialebola2018/chainchecker" ], [ "https://github.com/SDBMC/RiskFactors2AD" ], [ "https://github.com/yxchspring/CECS" ], [ "https://github.com/CostaLab/reg-gen" ], [ "https://github.com/hyhRise/P-SSN" ], [ "https://github.com/arumds/webgqt" ], [ "https://github.com/BMBGenomics/BtToxin_Digger" ], [ "https://github.com/gear-genomics/tracy" ], [ "https://github.com/jszlek/CardiacPBPK" ], [ "https://github.com/IEDB/PEPMatch" ], [ "https://github.com/NKI-CCB/PRECISE" ], [ "https://github.com/nasqar/NASQAR" ], [ "https://github.com/Maize-Genetics-and-Genomics-Database/PedigreeNet" ], [ "https://github.com/elbasir/DeepCrystal" ], [ "https://github.com/manimkn89/Protein-Sequence-Analysis" ], [ "https://github.com/jacobhsu35/ISPP" ], [ "https://github.com/cguyeux/CRISPRbuilder-TB" ], [ "https://github.com/userbz/DeMix-Q" ], [ "https://github.com/boboppie/RSSS" ], [ "https://github.com/cimm-kzn/CIMtools" ], [ "https://github.com/MEMO-toolbox/MEMO" ], [ "https://github.com/s312569/clj-biosequence" ], [ "https://github.com/WangLabTHU/combmotif" ], [ "https://github.com/AIBResearchMolDy/Moldyv01" ], [ "https://github.com/jadermcg/biomapp-chip" ], [ "https://github.com/chemle/emle-engine" ], [ "https://github.com/bougioukas/amstar2Vis" ], [ "https://github.com/kansil/PMPred" ], [ "https://github.com/evidenceontology/evidenceontology" ], [ "https://github.com/SmithLabMCW/icekat" ], [ "https://github.com/CIMES-USNA-UMA/BaroWavelet" ], [ "https://github.com/KazukiNakamae/DANGER_analysis" ], [ "https://github.com/Bulabula45/Readon" ], [ "https://github.com/alvesvm/sars-cov-mpro" ], [ "https://github.com/Simonll/LikelihoodFreePhylogenetics" ], [ "https://github.com/Simonll/LikelihoodFreePhylogenetics" ], [ "https://github.com/Simonll/LikelihoodFreePhylogenetics" ], [ "https://github.com/Simonll/LikelihoodFreePhylogenetics" ], [ "https://github.com/InfOmics/Esearch3D" ], [ "https://github.com/vam-sin/deepcys" ], [ "https://github.com/refresh-bio/agc" ], [ "https://github.com/jluzhangxinrubio/PseU-ST" ], [ "https://github.com/gjeunen/reference_database_creator" ], [ "https://github.com/manasvupadhyay/erc-gamma-3D-DCNN" ], [ "https://github.com/modENCODE-DCC/Galaxy" ], [ "https://github.com/zpliulab/NAE" ], [ "https://github.com/wg99526/micloudgit" ], [ "https://github.com/Labevo/MicNetToolbox" ], [ "https://github.com/dstallmann/transfer_learning_twinvae" ], [ "https://github.com/HuanLab/ABCstats" ], [ "https://github.com/ncbi/pgap" ], [ "https://github.com/zenanz/ChemTables" ], [ "https://github.com/WaqarHusain/sAMP-PFPDeep" ], [ "https://github.com/YameiDeng/BAANet" ], [ "https://github.com/DennisSchlossarek/PROMISed" ], [ "https://github.com/ebi-webcomponents/nightingale" ], [ "https://github.com/FelixMoelder/ting" ], [ "https://github.com/usos/TPQCI" ], [ "https://github.com/BauerLab/GOANA" ], [ "https://github.com/cmzuo11/DCCA" ], [ "https://github.com/nrdg/fracridge" ], [ "https://github.com/dzjxzyd/UniDL4BioPep" ], [ "https://github.com/mutwil/LSTrAP-Lite" ], [ "https://github.com/BimberLab/cellhashR" ], [ "https://github.com/MW55/Natrix" ], [ "https://github.com/weberlab-hhu/Helixer" ], [ "https://github.com/deargen/DearWXpub" ], [ "https://github.com/BolognaBiocomp/deepmito" ], [ "https://github.com/jaswindersingh2/SPOT-RNA-2D" ], [ "https://github.com/yollct/spycone" ], [ "https://github.com/wcmc-research-informatics/super-i2b2" ], [ "https://github.com/bioinfo-ut/PhenotypeSeeker" ], [ "https://github.com/theislab/scgen" ], [ "https://github.com/hillerlab/CESAR" ], [ "https://github.com/biodataganache/SIEVE-Ub" ], [ "https://github.com/labstructbioinf/rossmann-toolbox" ], [ "https://github.com/seantuck12/MODISTools" ], [ "https://github.com/baillielab/maic" ], [ "https://github.com/HUBioDataLab/Domain2GO" ], [ "https://github.com/baillielab/comparison_of_RA_methods" ], [ "https://github.com/Shen-Lab/ncVarPred-1D3D" ], [ "https://github.com/ScialdoneLab/STREAMLINE" ], [ "https://github.com/open2c/cooltools" ], [ "https://github.com/BioHuangDY/diseaseGPS" ], [ "https://github.com/CBIIT-CGBB/3DVizSNP" ], [ "https://github.com/wajidarshad/ESIDE" ], [ "https://github.com/adavi4/SAI-10k-calc" ], [ "https://github.com/VirtualPharmacist/vp" ], [ "https://github.com/kelsey209/hsrdefbuilder" ], [ "https://github.com/gc5k/GEAR" ], [ "https://github.com/ptriska/WavesDash" ], [ "https://github.com/BolognaBiocomp/coconat" ], [ "https://github.com/NIB-SI/DiNAR" ], [ "https://github.com/SuAVE-Software/source" ], [ "https://github.com/metagenlab/zDB" ], [ "https://github.com/netbiolab/scHumanNet" ], [ "https://github.com/brainiak/rt-cloud" ], [ "https://github.com/VictorCSheng/VSID-Net" ], [ "https://github.com/BIRDSgroup/BioEmbedS" ], [ "https://github.com/PySilentSubstitution/pysilsub" ], [ "https://github.com/Mohammad-Vahed/BML" ], [ "https://github.com/Changwuuu/Cuproptosis-pancancer" ], [ "https://github.com/drazen-petrov/SMArt" ], [ "https://github.com/divelab/MoleculeX" ], [ "https://github.com/psipred/s4pred" ], [ "https://github.com/jaleesr/TrendCatcher" ], [ "https://github.com/jaleesr/TrendCatcher" ], [ "https://github.com/jaleesr/TrendCatcher" ], [ "https://github.com/jaleesr/TrendCatcher" ], [ "https://github.com/regisoc/kibior" ], [ "https://github.com/CDCgov/TB_molecular_epidemiology" ], [ "https://github.com/IPK-BIT/isa4j" ], [ "https://github.com/changlabtw/hicmaptools" ], [ "https://github.com/lcalviell/ORFquant" ], [ "https://github.com/pcdslab/ASD-DiagNet" ], [ "https://github.com/m4merg/EphaGen" ], [ "https://github.com/ChaiAsaad/MoreAIRAsthmaKGxE" ], [ "https://github.com/RamonOller/LWLRtest" ], [ "https://github.com/burcakotlu/JOA" ], [ "https://github.com/ciernialab/MGEnrichmentApp" ], [ "https://github.com/compomics/pout2prot" ], [ "https://github.com/MalteWillmes/IsoFishR" ], [ "https://github.com/cma2015/PEA" ], [ "http://github.com/BiancaStoecker/cpinsim" ], [ "https://github.com/phrh/PredRAD" ], [ "https://github.com/hughests/decon1d" ], [ "https://github.com/taowang11/MultiCBlo" ], [ "https://github.com/jaleesr/TrendCatcher" ], [ "https://github.com/jaleesr/TrendCatcher" ], [ "https://github.com/jaleesr/TrendCatcher" ], [ "https://github.com/jaleesr/TrendCatcher" ], [ "https://github.com/yufree/pmd" ], [ "https://github.com/3331822w/Signal2signal" ], [ "https://github.com/AllonKleinLab/SPRING" ], [ "https://github.com/Grupo-Medicina-Molecular-y-Traslacional/StarPep" ], [ "https://github.com/ratschlab/sim_read_until" ], [ "https://github.com/OpenFreeEnergy/kartograf" ], [ "https://github.com/dongxinzheng/RespirAnalyzer" ], [ "https://github.com/anuragraj/PgxSAVy" ], [ "https://github.com/tangzhn/BRCA1" ], [ "https://github.com/tingcosmos/KetPath" ], [ "https://github.com/CSi-Studio/InjectionDesign" ], [ "https://github.com/DarinaOsamu/predictors-of-cysteine-reactivity-changes" ], [ "https://github.com/friendsofstrandseq/mosaicatcher-pipeline" ], [ "https://github.com/malabz/TPMA" ], [ "https://github.com/2003100127/tmkit" ], [ "https://github.com/zhangtaolab/CRISPRMatch" ], [ "https://github.com/MonicaCalSan/MetaboMSDIA" ], [ "https://github.com/quinlanW/PLA-GNN" ], [ "https://github.com/WT215/bayNorm_papercode" ], [ "https://github.com/nlpie-research/Compact-Biomedical-Transformers" ], [ "https://github.com/oxpig/ImmuneBuilder" ], [ "https://github.com/PooyaBorzou/SPADAN" ], [ "https://github.com/sugyun/DCGS" ], [ "https://github.com/osita-sunday-nnyigide/Pras_Server" ], [ "https://github.com/sychen9584/MAGNET" ], [ "https://github.com/jodyphelan/tb-ml" ], [ "https://github.com/replikation/What_the_Phage" ], [ "https://github.com/ExMove/ExMove" ], [ "https://github.com/raghavagps/toxinpred2" ], [ "https://github.com/AlexandrovLab/SigProfilerClusters" ], [ "https://github.com/mildpiggy/DEP2" ], [ "https://github.com/LHRI-Bioinformatics/QuasiSeq" ], [ "https://github.com/dunhamlab/PacRAT" ], [ "https://github.com/DorotaHojaLukowicz/GenExpA" ], [ "https://github.com/tibbdc/AutoESDCas" ], [ "https://github.com/jvlehtonen/brutenib" ], [ "https://github.com/Merck/BioPhi" ], [ "https://github.com/kechen1984/2H-SIAM" ], [ "https://github.com/Cardio-AI/suture-detection-pytorch" ], [ "https://github.com/PayneLab/cptac" ], [ "https://github.com/Gebbi8/DiVil" ], [ "https://github.com/KothapalliLabPSU/US-PA_simulation_codes" ], [ "https://github.com/wangchuanyuan1/project-MscNMF" ], [ "https://github.com/eudoraleer/scasa" ], [ "https://github.com/asperciesl/ViBiBa" ], [ "https://github.com/biofold/ThermoScan" ], [ "https://github.com/HuanLab/Paramounter" ], [ "https://github.com/Haifengtao/AUCseg" ], [ "https://github.com/23andMe/phasedibd" ], [ "https://github.com/pmartR/FIRM-AVP" ], [ "https://github.com/omics-datascience/multiomix" ], [ "https://github.com/GT-NucleicAcids/pnab" ], [ "https://github.com/developerpiru/BEAVR" ], [ "https://github.com/davidwarne/Warne2019_GuideToPseudoMarginal" ], [ "https://github.com/DEIB-GECO/simsearch-app" ], [ "https://github.com/Jiamin-Yang/ensemble_model" ], [ "https://github.com/MBoemo/bcs" ], [ "https://github.com/gdurif/pCMF" ], [ "https://github.com/qkirikigaku/MS_LDA" ], [ "https://github.com/jpvanhat/GPQTLmapping" ], [ "https://github.com/Biobix/mQC" ], [ "https://github.com/soedinglab/metaeuk" ], [ "https://github.com/VisLab/EEG-Spindles" ], [ "https://github.com/MaoYafei/TREEasy" ], [ "https://github.com/dterg/biomedical_corpora" ], [ "https://github.com/CIAT-DAPA/UsefulPlants-Indicator" ], [ "https://github.com/hzi-bifo/Quasimodo" ], [ "https://github.com/genomeartist/genomeartist" ], [ "https://github.com/noaeker/lasso_positions_sampling" ], [ "https://github.com/CompEvol/sampled-ancestors" ], [ "https://github.com/hoangtn/SRBreak" ], [ "https://github.com/hammock-dev/hammock" ], [ "https://github.com/cyinbox/PPI" ], [ "https://github.com/large-scale-gxe-methods/REGEM" ], [ "https://github.com/large-scale-gxe-methods/METAGEM" ], [ "https://github.com/MIC-DKFZ/TractSeg" ], [ "https://github.com/megahr/lexicon" ], [ "https://github.com/friend1ws/pmsignature" ], [ "https://github.com/UdeS-CoBIUS/SimSpliceEvol" ], [ "https://github.com/UdeS-CoBIUS/SimSpliceEvol" ], [ "https://github.com/UdeS-CoBIUS/SimSpliceEvol" ], [ "https://github.com/UdeS-CoBIUS/SimSpliceEvol" ], [ "https://github.com/markrobinsonuzh/scRNAseq_clustering_comparison" ], [ "https://github.com/cartercheong/AcPEP_classification" ], [ "https://github.com/dna-storage/framed" ], [ "https://github.com/genskeu/HON" ], [ "https://github.com/yuhuei/rehunt" ], [ "https://github.com/EESI/seq2att" ], [ "https://github.com/Systems-Theory-in-Systems-Biology/BayModTS" ], [ "https://github.com/EESI/sequence_attention" ], [ "https://github.com/labstructbioinf/PiPred" ], [ "https://github.com/liliulab/gust" ], [ "https://github.com/graham1034/Smith2012_insulin_signalling" ], [ "https://github.com/tSchlegl/f-AnoGAN" ], [ "https://github.com/gifford-lab/seqgra" ], [ "https://github.com/naim-panjwani/LocusFocus" ], [ "https://github.com/JLSteenwyk/BioKIT" ], [ "https://github.com/labbit-eu/transport_tools" ], [ "https://github.com/Dootmaan/ICMIL" ], [ "https://github.com/icezhangGG/AGAD" ], [ "https://github.com/ljaiverson/pgfed" ], [ "https://github.com/zhanhz/KRF" ], [ "https://github.com/Cheng0829/TransFOL" ], [ "https://github.com/grst/immune_deconvolution_benchmark" ], [ "https://github.com/hujiecpp/ISTR" ], [ "https://github.com/ohuelab/SpatialPPI" ], [ "https://github.com/FriedbergLab/GOThresher" ], [ "https://github.com/openbiox/UCSCXenaShiny" ], [ "https://github.com/gregbellan/POCD" ], [ "https://github.com/wangsen99/CSFwinformer" ], [ "https://github.com/FOI-Bioinformatics/nanometa_live" ], [ "https://github.com/theochem/B3DB" ], [ "https://github.com/theochem/B3DB" ], [ "https://github.com/theochem/B3DB" ], [ "https://github.com/theochem/B3DB" ], [ "https://github.com/ccli3896/PaN" ], [ "https://github.com/HUANGLIZI/ScribFormer" ], [ "https://github.com/ZAX130/RDP" ], [ "https://github.com/yeliudev/CATNet" ], [ "https://github.com/cviviers/YOLOv5-6D-Pose" ], [ "https://github.com/markuswenzel/xai-proteins" ], [ "https://github.com/HKU-BAL/ClusterV-Web" ], [ "https://github.com/HUST-IDSM-AI/HHCH" ], [ "https://github.com/CSBiology/TempClass" ], [ "https://github.com/WxTu/RITR" ], [ "https://github.com/hust-linyi/bonus" ], [ "https://github.com/Camiling/stabJGL" ], [ "https://github.com/IMAG-LuJin/RCSH" ], [ "https://github.com/JimZAI/MODE-OOD" ], [ "https://github.com/ncod3/vprimer" ], [ "https://github.com/Sammccarthypotter/ExRec" ], [ "https://github.com/SFGLab/cudaMMC" ], [ "https://github.com/GeoVectorMatrix/Dif-Fusion" ], [ "https://github.com/yansen0508/Mental-Deep-Reverse-Engineering" ], [ "https://github.com/PRIS-CV/Sketch-SF" ], [ "https://github.com/wangyuxin87/PERT" ], [ "https://github.com/soumyadip1997/qepsilon" ], [ "https://github.com/merlab/text_features" ], [ "https://github.com/manman1995/pan-sharpening-Team-zhouman" ], [ "https://github.com/scharch/SONAR" ], [ "https://github.com/SWT-1014/BAANet" ], [ "https://github.com/FCSlib/FCSlib" ], [ "https://github.com/BISCodeRepo/DbyDeep" ], [ "https://github.com/BobZhangHT/QReR" ], [ "https://github.com/WandrilleD/pyKleeBarcode" ], [ "https://github.com/CGuangyan-BIT/DIT" ], [ "https://github.com/DCBIA-OrthoLab/ShapeAXI" ], [ "https://github.com/tahiri-lab/GPTree" ], [ "https://github.com/morisUtokyo/uTR" ], [ "https://github.com/elolab/VarSCAT" ], [ "https://github.com/tsudalab/ACP4" ], [ "https://github.com/lin-lcx/HGCN" ], [ "https://github.com/hahnlab/CAGEE" ], [ "https://github.com/Blcony/SDHNet" ], [ "https://github.com/ZhifangDeng/MISSFormer" ], [ "https://github.com/wangn123/MISSU" ], [ "https://github.com/ucasdp/RobustTree" ], [ "https://github.com/hqyone/cancer_rcnn" ], [ "https://github.com/zamboni-lab/RALPS" ], [ "https://github.com/Xabo-RB/Benchmarking_files" ], [ "https://github.com/kordk/torch-ecpg" ], [ "https://github.com/kordk/torch-ecpg" ], [ "https://github.com/kordk/torch-ecpg" ], [ "https://github.com/kordk/torch-ecpg" ], [ "https://github.com/SandraThieme/BiPredict" ], [ "https://github.com/usubioinfo/profeatx" ], [ "https://github.com/nowander/WaveNet" ], [ "https://github.com/LiangYu-Xidian/MGP-DR" ], [ "https://github.com/lockEF/BayesianDWD" ], [ "https://github.com/minotm/NTA" ], [ "https://github.com/JuvenileInWind/FARNet" ], [ "https://github.com/Saurabh7/Few-shot-learning-multilabel-cxray" ], [ "https://github.com/zikai1/GraphReg" ], [ "https://github.com/taozh2017/FAPNet" ], [ "https://github.com/genemine/GSI" ], [ "https://github.com/lhy0322/SENet" ], [ "https://github.com/harmancilab/SVAT" ], [ "https://github.com/wl-zhao/VideoABC" ], [ "https://github.com/kurokida/jsQuestPlus" ], [ "https://github.com/blackfeather-wang/GFNet-Pytorch" ], [ "https://github.com/TBooker/PicMin" ], [ "https://github.com/vicruiser/3Dmapper" ], [ "https://github.com/ebattistella/auto_machine_learning" ], [ "https://github.com/piyuranjan/SNIKT" ], [ "https://github.com/KoslickiLab/YACHT" ], [ "https://github.com/KoslickiLab/YACHT" ], [ "https://github.com/KoslickiLab/YACHT" ], [ "https://github.com/KoslickiLab/YACHT" ], [ "https://github.com/zhuangcheng31/MLG_Face" ], [ "https://github.com/kongzhecn/dfdm" ], [ "https://github.com/pylelab/CSSR" ], [ "https://github.com/LeoM93/BiologicalRandomWalks" ], [ "https://github.com/nikhilroxtomar/FANet" ], [ "https://github.com/Cai631/PMDN" ], [ "https://github.com/microsoft/Bringing-Old-Photos-Back-to-Life" ], [ "https://github.com/javier-pardodiaz/sdcorGCN" ], [ "https://github.com/javier-pardodiaz/sdcorGCN" ], [ "https://github.com/javier-pardodiaz/sdcorGCN" ], [ "https://github.com/javier-pardodiaz/sdcorGCN" ], [ "https://github.com/KIT-MBS/pycofitness" ], [ "https://github.com/RongquanWang/IMA" ], [ "https://github.com/placeforyiming/DistanceTransform-DepthCompletion" ], [ "https://github.com/amkozlov/cellphy" ], [ "https://github.com/CSUBioGroup/EP-EDL" ], [ "https://github.com/Candyperfect/Master" ], [ "https://github.com/wmbai/LSCGB" ], [ "https://github.com/Transipedia/dekupl-lung-cancer-inter-cohort" ], [ "https://github.com/wangsiwei2010/FPMVS-CAG" ], [ "https://github.com/tim-learn/SHOT-plus" ], [ "https://github.com/mdelcorvo/TOSCA" ], [ "https://github.com/johnlamb/pyconsfold" ], [ "https://github.com/Deng-Y/DPCTF" ], [ "https://github.com/PRIS-CV/AdvancedDropout" ], [ "https://github.com/WYu-Feng/pc-gain" ], [ "https://github.com/sinc-lab/anc2vec" ], [ "https://github.com/HUBioDataLab/ASCARIS" ], [ "https://github.com/sunyi123/cdr" ], [ "https://github.com/ai-biology/dcnn-gap-filling" ], [ "https://github.com/gerners/tamock" ], [ "https://github.com/kuijiang0802/PCNet" ], [ "https://github.com/UTP-WTIiE/KrebsCycleUsingQueueingTheory" ], [ "https://github.com/AlexKnyshov/alibaseq" ], [ "https://github.com/vztu/VIDEVAL" ], [ "https://github.com/grapeff/SBEL_datasets" ], [ "https://github.com/laura-wang/video_repres_sts" ], [ "https://github.com/BonilKoo/ML_purity" ], [ "https://github.com/IRMVLab/HALFlow" ], [ "https://github.com/wenguanwang/SODsurvey" ], [ "https://github.com/akaxlh/MBRec" ], [ "https://github.com/jtnystrom/discount" ], [ "https://github.com/Sepstar/PIMD" ], [ "https://github.com/Raze97/Telegram-Survey-Bot" ], [ "https://github.com/nrohani/MolecularSubtypes" ], [ "https://github.com/dingkeyan93/DISTS" ], [ "https://github.com/fhaive/nextcast" ], [ "https://github.com/liangliangwangsfu/phyloPMCMC" ], [ "https://github.com/lbroseus/TALC" ], [ "https://github.com/tyjo/luminate" ], [ "https://github.com/CunmeiJi/AEMDA" ], [ "https://github.com/elkebir-group/TiTUS" ], [ "https://github.com/zcwang0702/BiFusion" ], [ "https://github.com/EMI-Group/RelativeNAS" ], [ "https://github.com/tsmotlp/DRGAN-OCT" ], [ "https://github.com/chang88ye/NIHBA" ], [ "https://github.com/mpcrlab/MolecularTransformerEmbeddings" ], [ "https://github.com/goknurginer/qtQDA" ], [ "https://github.com/ccdmb/catastrophy" ], [ "https://github.com/LifanLiang/EM_BMF" ], [ "https://github.com/rostkick/Halide_sites" ], [ "https://github.com/Majid1292/SVFS" ], [ "https://github.com/isglobal-brge/methylclock" ], [ "https://github.com/BioMLBoston/PatchDCA" ], [ "https://github.com/kreutz-lab/DMR-DecisionTree" ], [ "https://github.com/TBradley27/FilTar" ], [ "https://github.com/tzok/eltetrado" ], [ "https://github.com/tzok/eltetrado" ], [ "https://github.com/tzok/eltetrado" ], [ "https://github.com/tzok/eltetrado" ], [ "https://github.com/bielcardona/TCGenerators" ], [ "https://github.com/sellerslab/gemini" ], [ "https://github.com/niewenjuan-csu/TSNAPred" ], [ "https://github.com/wososa/PSI-Sigma" ], [ "https://github.com/arunima2/PTRE_PSB_2020" ], [ "https://github.com/morphos30/PhyloCTCFLooping" ], [ "https://github.com/Mesh89/SurVIndel" ], [ "https://github.com/davidebolo1993/NanoR" ], [ "https://github.com/bio-coding/AntiVPP" ], [ "https://github.com/PersonalizedOncology/ClinVAP" ], [ "https://github.com/TopGene/AIvar" ], [ "https://github.com/xjtu-omics/MEpurity" ], [ "https://github.com/gilles-didier/MolTi-DREAM" ], [ "https://github.com/ridgelab/ExtRamp" ], [ "https://github.com/hagax8/drugtargetor" ], [ "https://github.com/XiaoleiLiuBio/G2P" ], [ "https://github.com/BaselAbujamous/clust" ], [ "https://github.com/aatapa/RLScore" ], [ "https://github.com/darlenelu72/EPEM-GMM" ], [ "https://github.com/pratas/cryfa" ], [ "https://github.com/jingjin25/LFASR-FS-GAF" ], [ "https://github.com/BMILAB/AStrap" ], [ "https://github.com/bvalot/panISa" ], [ "https://github.com/kartiek/snpEnrichR" ], [ "https://github.com/ZhangChenLab/ImageCN" ], [ "https://github.com/BenLangmead/bowtie-scaling" ], [ "https://github.com/macmanes-lab/Oyster_River_Protocol" ], [ "https://github.com/Vitek-Lab/IonSpattern" ], [ "https://github.com/gdiminin/HaSAPPy" ], [ "https://github.com/BIMIB-DISCo/popFBA" ], [ "https://github.com/ruolin/strawberry" ], [ "https://github.com/fabriciopa/gofeat" ], [ "https://github.com/NetLand-NTU/HopLand" ], [ "https://github.com/UdeM-LBIT/SuGeT" ], [ "https://github.com/gersteinlab/HiC-spector" ], [ "https://github.com/neurodata/neuroparc" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/anitalu724/MutScape" ], [ "https://github.com/wanglimin/MRCNN-Scene-Recognition" ], [ "https://github.com/wangronglu/BNRR" ], [ "https://github.com/yanshanwang/biocaddie2016mayodata" ], [ "https://github.com/transmart/SmartR" ], [ "https://github.com/hitbc/deBGA" ], [ "https://github.com/EEZA-CSIC/compound-eye-simulator" ], [ "https://github.com/HelikarLab/CancerDiscover" ], [ "https://github.com/pbnjay/lollipops" ], [ "https://github.com/rtahmasbi/GeneEvolve" ], [ "https://github.com/iimog/bcgTree" ], [ "https://github.com/yolish/hbm" ], [ "https://github.com/wimverleyen/AggregateGeneFunctionPrediction" ], [ "https://github.com/gengit/PosiGene" ], [ "https://github.com/MartinFXP/B-NEM" ], [ "https://github.com/brentp/vcfanno" ], [ "https://github.com/biocorecrg/ExOrthist" ], [ "https://github.com/csmiller/EMIRGE" ], [ "https://github.com/PaulOrlov/ScreenMasker" ], [ "https://github.com/vasei/WAncILP" ], [ "https://github.com/chentianlu/BiOFI" ], [ "https://github.com/CONNJUR/CONNJUR-Sandbox" ], [ "https://github.com/mdcao/npReader" ], [ "https://github.com/HaonanPeng/active_syn_generator" ], [ "https://github.com/GRAPH-0/JODO" ], [ "https://github.com/compomics/ms2rescore" ], [ "https://github.com/UTbioinf/RigInv" ], [ "https://github.com/bejerano-lab/X-CAP" ], [ "https://github.com/euxhenh/Truffle" ], [ "https://github.com/subangstrom/superAngle" ], [ "https://github.com/subangstrom/superAngle" ], [ "https://github.com/subangstrom/superAngle" ], [ "https://github.com/subangstrom/superAngle" ], [ "https://github.com/wengsyx/VPTSL" ], [ "https://github.com/automl/learna_tools" ], [ "https://github.com/dean7liu/ERCNet_2023" ], [ "https://github.com/mensxmachina/BioDataome" ], [ "https://github.com/LiYu51/BG-Net" ], [ "https://github.com/dmitrymyl/BaRDIC" ], [ "https://github.com/binging512/MTCSNet" ], [ "https://github.com/genepi-freiburg/metaGWASmanager" ], [ "https://github.com/HualongCao/DMS" ], [ "https://github.com/ZENGYIMING-EAMON/SPCV" ], [ "https://github.com/Kingsford-Group/gtednewilp" ], [ "https://github.com/sys-bio/Libstructural" ], [ "https://github.com/ma-seefelder/ProteinCoLoc" ], [ "https://github.com/AinkaranSanthi/A_Geometric_Perspective_For_Robust_Segmentation" ], [ "https://github.com/jdidion/atropos" ], [ "https://github.com/hyuyu104/SnapFISH-IMPUTE" ], [ "https://github.com/MolBIFFM/vplg" ], [ "https://github.com/CNIC-Proteomics/iSanXoT" ], [ "https://github.com/vgteam/vg" ], [ "https://github.com/vgteam/vg" ], [ "https://github.com/vgteam/vg" ], [ "https://github.com/vgteam/vg" ], [ "https://github.com/soumitag/SLIDE" ], [ "https://github.com/broadinstitute/gatk" ], [ "https://github.com/broadinstitute/gatk" ], [ "https://github.com/broadinstitute/gatk" ], [ "https://github.com/broadinstitute/gatk" ], [ "https://github.com/batmanlab/MICCAI-2023-Route-interpret-repeat-CXRs" ], [ "https://github.com/The-Ark-Informatics/ark" ], [ "https://github.com/esbgkannan/GTxplorer" ], [ "https://github.com/ChenYong1993/LRSDN" ], [ "https://github.com/yunfighting/Identification-of-Membrane-Protein-Types-via-deep-residual-hypergraph-neural-network" ], [ "https://github.com/SunnySideUp11/ICU-MH-20" ], [ "https://github.com/youth-tang/CDMENet-main" ], [ "https://github.com/lab206/CCF-BC" ], [ "https://github.com/mala-lab/AUGCL" ], [ "https://github.com/ithbjgit1/BMWGAN" ], [ "https://github.com/huankoh/CST-GL" ], [ "https://github.com/cynricfu/MECCH" ], [ "https://github.com/pcnproject/PyPCN" ], [ "https://github.com/ZhangHengMin/TRANSUFFC" ], [ "https://github.com/NovelaNeuro/nEureka-SleepStaging" ], [ "https://github.com/hsiangyuzhao/RCPS" ], [ "https://github.com/wang-fujin/BattNN" ], [ "https://github.com/LactorHwt/ICAL" ], [ "https://github.com/MsterDC/SPA2Net" ], [ "https://github.com/Sanofi-Public/IDD-papers-fragrl" ], [ "https://github.com/OrigamiSL/GBT" ], [ "https://github.com/tiggers23/TSCE-Domain-Adaptive-Zero-Shot-Learning" ], [ "https://github.com/Bhattacharya-Lab/EquiPNAS" ], [ "https://github.com/Bhattacharya-Lab/EquiPNAS" ], [ "https://github.com/Bhattacharya-Lab/EquiPNAS" ], [ "https://github.com/Bhattacharya-Lab/EquiPNAS" ], [ "https://github.com/TravisWheelerLab/VIBES" ], [ "https://github.com/genomicepidemiology/ARGprofiler" ], [ "https://github.com/ShizhenChang/Chg2Cap" ], [ "https://github.com/LFCFireLab/FireLossRate" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/lhc1224/HAG-Net" ], [ "https://github.com/Aitical/PCL-SISR" ], [ "https://github.com/TimGarrels/LazyFox" ], [ "https://github.com/wangkejie97/SFT-Net" ], [ "https://github.com/BoomShakaY/Win-CCReID" ], [ "https://github.com/LWHYC/OneShot_WeaklySeg" ], [ "https://github.com/nchucvml/ADMM-SRNet" ], [ "https://github.com/BoyanZhou/STEMSim" ], [ "https://github.com/WangJJ-xrk/MaxKAT" ], [ "https://github.com/hdsu-bioquant/onto-vae" ], [ "https://github.com/xjtushujun/CMW-Net" ], [ "https://github.com/PRIS-CV/RTMem" ], [ "https://github.com/Sunny6-6-6/ESRGAN-DP" ], [ "https://github.com/lol88/Meta-GAT" ], [ "https://github.com/cheetah003/HMMC" ], [ "https://github.com/zhongchengwu/code_LRTCFPan" ], [ "https://github.com/jerysaw/M2CS" ], [ "https://github.com/rpauly/Admix-AI" ], [ "https://github.com/arnabkmondal/sc-INDC" ], [ "https://github.com/royee182/DPL" ], [ "https://github.com/tfzhou/MG-HumanParsing" ], [ "https://github.com/wjcyt/SRDE" ], [ "https://github.com/yhnju/tspFormer" ], [ "https://github.com/huangdonghere/UDBGL" ], [ "https://github.com/oxpig/AbLang" ], [ "https://github.com/williamdlees/Digger" ], [ "https://github.com/PavlopoulosLab/NORMA" ], [ "https://github.com/PavlopoulosLab/NORMA" ], [ "https://github.com/PavlopoulosLab/NORMA" ], [ "https://github.com/PavlopoulosLab/NORMA" ], [ "https://github.com/BenoitMorel/Asteroid" ], [ "https://github.com/bittremieux/ANN-SoLo" ], [ "https://github.com/kr-swapnil/NetVA" ], [ "https://github.com/TrinaZ/TL-fpFilter" ], [ "https://github.com/CX-He/STCR" ], [ "https://github.com/Luffy03/DBFNet" ], [ "https://github.com/wiedersehne/cdilDNA" ], [ "https://github.com/CSIM-LUT/DAGCN" ], [ "https://github.com/LiShuTJ/NDNet" ], [ "https://github.com/Huerhu/iCancer-Pred" ], [ "https://github.com/EPFL-LCSB/SKiMpy" ], [ "https://github.com/ChaozhongLiu/scGREAT" ], [ "https://github.com/shenlab-genomics/magpie" ], [ "https://github.com/kreimanlab/VisualSearchAsymmetry" ], [ "https://github.com/hoichanjung/AFM_Image_Denoising" ], [ "https://github.com/ha-lins/PGCL" ], [ "https://github.com/lithium770/Unsupervised-Person-re-ID-with-Stochastic-Training-Strategy" ], [ "https://github.com/medvedevgroup/minimizer-jaccard-estimator" ], [ "https://github.com/Guanjinqu/Clover" ], [ "https://github.com/lnsmith54/BOSS" ], [ "https://github.com/cusbg/AHoJ-project" ], [ "https://github.com/mczhuge/ICON" ], [ "https://github.com/sys-bio/SBcoyote" ], [ "https://github.com/sys-bio/SBcoyote" ], [ "https://github.com/sys-bio/SBcoyote" ], [ "https://github.com/sys-bio/SBcoyote" ], [ "https://github.com/lauromoraes/CapsNet-promoter" ], [ "https://github.com/bcgsc/btllib" ], [ "https://github.com/bcgsc/btllib" ], [ "https://github.com/bcgsc/btllib" ], [ "https://github.com/bcgsc/btllib" ], [ "https://github.com/weiqianglg/evaluate-GNNs-under-graph-sampling" ], [ "https://github.com/Schizophreni/MSResNet-TRNR" ], [ "https://github.com/thomas0809/RxnScribe" ], [ "https://github.com/LuckyDC/generalizing-reid-improved" ], [ "https://github.com/MathLee/ACCoNet" ], [ "https://github.com/HibiscusYB/BAFFT" ], [ "https://github.com/GXYM/KPN" ], [ "https://github.com/ChenHuilong1223/CFVisual" ], [ "https://github.com/makinyilmaz/LHBDC" ], [ "https://github.com/matteogiulietti/LipidOne" ], [ "https://github.com/Intelligent-Computing-Lab-Yale/BNTT-Batch-Normalization-Through-Time" ], [ "https://github.com/xiangwang1223/reinforced_causal_explainer" ], [ "https://github.com/perf-project/PeRF" ], [ "https://github.com/jamesgleave/DeepDockingGUI" ], [ "https://github.com/JialeCao001/HSD" ], [ "https://github.com/liangjiandeng/TDNet" ], [ "https://github.com/lpipes/ancestralclust" ], [ "https://github.com/Gaius-Augustus/clamsa" ], [ "https://github.com/Xinzhe-Ni/NCG" ], [ "https://github.com/YuxiangZhang-BIT/IEEE_TNNLS_TSTnet" ], [ "https://github.com/Ma-Yier/DynCubeProd" ], [ "https://github.com/xuefenfei712/mapDATAge" ], [ "https://github.com/frankvogt/vcf2gwas" ], [ "https://github.com/PavlopoulosLab/NORMA" ], [ "https://github.com/PavlopoulosLab/NORMA" ], [ "https://github.com/PavlopoulosLab/NORMA" ], [ "https://github.com/PavlopoulosLab/NORMA" ], [ "https://github.com/KohlbacherLab/CLAUDIO" ], [ "https://github.com/faezeh-bayat/VSS" ], [ "https://github.com/jensengroup/HeckQM" ], [ "https://github.com/emadeldeen24/AttnSleep" ], [ "https://github.com/fabianying/covid19-supermarket-abm" ], [ "https://github.com/BIOS-IMASL/Hierarchical-Bayes-NMR-Validation" ], [ "https://github.com/mazzalab/playgrounds" ], [ "https://github.com/msprITU/TDIOT" ], [ "https://github.com/jihmoon/MLDEG" ], [ "https://github.com/PFPrzytycki/CellWalkR" ], [ "https://github.com/WangyiNTU/Point-supervised-crowd-detection" ], [ "https://github.com/grigorisg9gr/polynomial_nets" ], [ "https://github.com/fkong7/HeartDeformNets" ], [ "https://github.com/Drinchai/BloodGen3Module" ], [ "https://github.com/yanglixiaoshen/SalGAIL" ], [ "https://github.com/mahmoudnafifi/CIE_XYZ_NET" ], [ "https://github.com/ynaveena/COVID-19-vs-Influenza" ], [ "https://github.com/stefanofranzini/essHIC" ], [ "https://github.com/Silver-Hawk/EWASex" ], [ "https://github.com/BlanchetteLab/RefHiC" ], [ "https://github.com/Yang-k955/CRISPR-HW" ], [ "https://github.com/xiaoyeye/GCNG" ], [ "https://github.com/MantangGuo/DRLF" ], [ "https://github.com/m-crown/SPEAR" ], [ "https://github.com/danfenghong/ECCV2018_J-Play" ], [ "https://github.com/phylo42/sherpas" ], [ "https://github.com/tachengxmu/QuantPipe" ], [ "https://github.com/ccmbioinfo/MetaFusion" ], [ "https://github.com/HuiZeng/Grid-Anchor-based-Image-Cropping-Pytorch" ], [ "https://github.com/GCA-VH-lab/FlaGs" ], [ "https://github.com/AlgoLab/mp3treesim" ], [ "https://github.com/lbozhilova/COGENT" ], [ "https://github.com/ShuhuaGao/sbcn_mmc" ], [ "https://github.com/fmansoori/PAPET" ], [ "https://github.com/yanboANU/Haplotype-phasing" ], [ "https://github.com/ToniWestbrook/repeatfs" ], [ "https://github.com/wanggrun/SYSU-30k" ], [ "https://github.com/Lambert-chen/SPGAN" ], [ "https://github.com/RamanLab/MinReact" ], [ "https://github.com/langjidong/NanoSTR" ], [ "https://github.com/ccsb-scripps/AutoDock-Vina" ], [ "https://github.com/hzz0024/EasyParallel" ], [ "https://github.com/ahmedmagds/WhatsGNU" ], [ "https://github.com/SysBioInra/SysOnto" ], [ "https://github.com/huanglikun/BRM" ], [ "https://github.com/kircherlab/hemoMIPs" ], [ "https://github.com/Not-so-middle/iEnhancer-KL" ], [ "https://github.com/wangshanshanCQU/CRTL" ], [ "https://github.com/rdong08/GiniClust3" ], [ "https://github.com/Shamir-Lab/PRODIGY" ], [ "https://github.com/tomkurowski/tersect" ], [ "https://github.com/gao793583308/NNLDA" ], [ "https://github.com/CCQC/janus" ], [ "https://github.com/mehmetgonen/path2surv" ], [ "https://github.com/mjoppich/sequ-into" ], [ "https://github.com/wangshanshanCQU/MCTL" ], [ "https://github.com/nmdp-bioinformatics/grimm" ], [ "https://github.com/leesael/SNeCT" ], [ "https://github.com/MolecularAI/Reinvent" ], [ "https://github.com/thecodingdoc/SwarmTCR" ], [ "https://github.com/dmis-lab/VAECox" ], [ "https://github.com/lh3/minimap2" ], [ "https://github.com/lh3/minimap2" ], [ "https://github.com/lh3/minimap2" ], [ "https://github.com/lh3/minimap2" ], [ "https://github.com/Vini2/GraphBin" ], [ "https://github.com/wshuai294/PStrain" ], [ "https://github.com/ASaiM/framework" ], [ "https://github.com/comprna/reorientexpress" ], [ "https://github.com/IBPA/GNN" ], [ "https://github.com/CARPEM/GalaxyDocker" ], [ "https://github.com/bonsai-team/matam" ], [ "https://github.com/gicsaw/ConDo" ], [ "https://github.com/infspiredBAT/GLASS" ], [ "https://github.com/seqan/flexbar" ], [ "https://github.com/BMILAB/TSAPA" ], [ "https://github.com/phi-grib/Collector" ], [ "https://github.com/gogleva/SecretSanta" ], [ "https://github.com/ujemd/NSS-of-LWIR-and-Vissible-Images" ], [ "https://github.com/zhangzhwlab/delta" ], [ "https://github.com/watera427/SPRINT-Race" ], [ "https://github.com/cosmo-team/cosmo" ], [ "https://github.com/jamesscottbrown/sbml-diff" ], [ "https://github.com/jeremyhoward/Geno-Diver" ], [ "https://github.com/ScienceToolkit/MiNA" ], [ "https://github.com/347033139/isomiR2Function" ], [ "https://github.com/tchitchek-lab/SPADEVizR" ], [ "https://github.com/bioinfogenome/GSP" ], [ "https://github.com/Reedwarbler/REPdenovo" ], [ "http://github.com/markvdwiel/GRridgeCodata" ], [ "https://github.com/pgxcentre/genipe" ], [ "https://github.com/hrbeubiocenter/Resseq" ], [ "https://github.com/mpgerstl/tEFMA" ], [ "https://github.com/mpgerstl/tEFMA" ], [ "https://github.com/mpgerstl/tEFMA" ], [ "https://github.com/mpgerstl/tEFMA" ], [ "https://github.com/LeeMendelowitz/maligner" ], [ "https://github.com/pervouchine/bam2ssj" ], [ "https://github.com/SHird/lociNGS" ], [ "https://github.com/UCSCNanopore/Data" ], [ "https://github.com/kbseah/genome-bin-tools" ], [ "https://github.com/guopengf/ReconFormer" ], [ "https://github.com/kad-ecoli/pdc" ], [ "https://github.com/billyhw/GSALightning" ], [ "https://github.com/Marco-Peg/GEP" ], [ "https://github.com/haotian-zhuang/findPC" ], [ "https://github.com/ZitZhengWang/KLSANet" ], [ "https://github.com/xjtushujun/MLR-SNet" ], [ "https://github.com/deconvolution-w/DASV" ], [ "https://github.com/salzberg-lab/PSAURON" ], [ "https://github.com/dunni3/FlowMol" ], [ "https://github.com/fjcaoww/NeighborNet" ], [ "https://github.com/carolinehey/NanoImprint" ], [ "https://github.com/heltilda/align3d" ], [ "https://github.com/denoptim-project/DENOPTIM" ], [ "https://github.com/bio-tools/biotoolsCompose" ], [ "https://github.com/med-air/TOP-aSAH" ], [ "https://github.com/ocbe-uio/TrajPy" ], [ "https://github.com/tmllab/TAIDTM" ], [ "https://github.com/lodimk2/chai" ], [ "https://github.com/phylogeography/SPREAD" ], [ "https://github.com/JsongZhang/CDOA-for-UMTD" ], [ "https://github.com/Tinysqua/UWAFA-GAN" ], [ "https://github.com/chunmeifeng/SANet" ], [ "https://github.com/Jiaxiao123/DRGCL" ], [ "https://github.com/weradstake/DRDNA" ], [ "https://github.com/ParkinsonLab/HiTaxon" ], [ "https://github.com/RichardMatzko/BioNexusSentinel" ], [ "https://github.com/yz-wang/UCL-Dehaze" ], [ "https://github.com/histocartography/multi-scale-feature-alignment" ], [ "https://github.com/abuchardt/geneJAM" ], [ "https://github.com/M4cheal/MAAL" ], [ "https://github.com/optimization-for-data-driven-science/RIFLE" ], [ "https://github.com/Zzh-tju/ZoneEval" ], [ "https://github.com/thuptimd/McDAPS" ], [ "https://github.com/wbshu/Crowd_Counting_in_the_Frequency_Domain" ], [ "https://github.com/zyj1318053/TCDM" ], [ "https://github.com/VascoLopes/LCMNAS" ], [ "https://github.com/zhangchaobin001/VCNet" ], [ "https://github.com/isyangshu/DABNet" ], [ "https://github.com/MartinPernus/MaskFaceGAN" ], [ "https://github.com/OpenGene/repaq" ], [ "https://github.com/pyBRAvo/pyBRAvo" ], [ "https://github.com/hxfj/Facial-Landmark-based-BMI-Analysis" ], [ "https://github.com/PLuld0/PLuldl" ], [ "https://github.com/Reed-CompBio/graphlet-clustering" ], [ "https://github.com/yourbikun/DEGNet" ], [ "https://github.com/raovish6/TABS" ], [ "https://github.com/Daniel-Liu-c0deb0t/block-aligner" ], [ "https://github.com/EESI/Comp_Metagenomics_resources" ], [ "https://github.com/ocbinatli/mokpe" ], [ "https://github.com/Wangys-prog/prPred" ], [ "https://github.com/hannaiiyanggit/UniCon" ], [ "https://github.com/USTC-IMCL/ENVC" ], [ "https://github.com/PangzeCheung/Dual-task-Pose-Transformer-Network" ], [ "https://github.com/molinerisLab/3plex" ], [ "https://github.com/mikugyf/PMIQD-SIS" ], [ "https://github.com/781458112/DWWA" ], [ "https://github.com/sanger-pathogens/Bio-Tradis" ], [ "https://github.com/Shao-Group/rnabridge-denovo" ], [ "https://github.com/Shao-Group/rnabridge-denovo" ], [ "https://github.com/Shao-Group/rnabridge-denovo" ], [ "https://github.com/Shao-Group/rnabridge-denovo" ], [ "https://github.com/xiabc612/KaryoNet" ], [ "https://github.com/lmbxmu/DCFF" ], [ "https://github.com/biomg/WVDL" ], [ "https://github.com/IVIPLab/CTCNet" ], [ "https://github.com/COMBINE-lab/salmon" ], [ "https://github.com/YouyiSong/Data-Discernment" ], [ "https://github.com/Jwicaksana/FedMix" ], [ "https://github.com/GTaherzadeh/SPPPred" ], [ "https://github.com/RL4M/PCRLv2" ], [ "https://github.com/qm2/NanoSpring" ], [ "https://github.com/qdu-bioinfo/flex-meta-storms" ], [ "https://github.com/Scu-sen/Recursion-Cellular-Image-Classification-Challenge" ], [ "https://github.com/nabiafshan/DetectingMisannotatedLncRNAs" ], [ "https://github.com/neuropoly/tract-clustering" ], [ "https://github.com/youngnuaa/2DHeadPose" ], [ "https://github.com/rrwabina/SDENet-UQ-ESL" ], [ "https://github.com/Rob-murphys/ribdif" ], [ "https://github.com/lim74/LncDC" ], [ "https://github.com/shelkmike/Mabs" ], [ "https://github.com/Jiang-HB/ac_CDQ" ], [ "https://github.com/SinaTabakhi/MAgentOmics" ], [ "https://github.com/TangWen920812/mmmna-net" ], [ "https://github.com/friendflower94/binning-style" ], [ "https://github.com/ttaalle/fast_assen" ], [ "https://github.com/xg-SUFE1/MultiRidgeVar" ], [ "https://github.com/kundaMwiza/fMRI-site-adaptation" ], [ "https://github.com/BobZwr/Cross-Reconstruction-Transformer" ], [ "https://github.com/chenchl19941118/Bi-STAT" ], [ "https://github.com/usnistgov/lantern" ], [ "https://github.com/csuhjhjhj/GCNCMI" ], [ "https://github.com/LoaloaF/DPre" ], [ "https://github.com/singlaayush/MINIT" ], [ "https://github.com/junjun-jiang/SSFIN" ], [ "https://github.com/SsGood/MMGL" ], [ "https://github.com/Siat-F9/EMG-Tools" ], [ "https://github.com/weizequan/LGNet" ], [ "https://github.com/tagtag/MultiR" ], [ "https://github.com/dyxstat/HiCBin" ], [ "https://github.com/LeonHLJ/MMSD" ], [ "https://github.com/zedali16/envsca" ], [ "https://github.com/CVIU-CSU/Weakly-Supervised-Nuclei-Segmentation" ], [ "https://github.com/zhang134/EdClust" ], [ "https://github.com/lasigeBioTM/K-BiOnt" ], [ "https://github.com/cpf0079/CSPT" ], [ "https://github.com/ZhangYajie-NJUST/sRLH" ], [ "https://github.com/BioSina/Panakeia" ], [ "https://github.com/PRIS-CV/DS-UI" ], [ "https://github.com/sscottgraham/ConflictMetrics" ], [ "https://github.com/bm2-lab/DeepReac" ], [ "https://github.com/ugobas/tnm" ], [ "https://github.com/ugobas/tnm" ], [ "https://github.com/ugobas/tnm" ], [ "https://github.com/ugobas/tnm" ], [ "https://github.com/ugobas/tnm" ], [ "https://github.com/ugobas/tnm" ], [ "https://github.com/ugobas/tnm" ], [ "https://github.com/ugobas/tnm" ], [ "https://github.com/ugobas/tnm" ], [ "https://github.com/alexjfoote/reetoolbox" ], [ "https://github.com/heartsh/consalifold" ], [ "https://github.com/ncbi/RepairSig" ], [ "https://github.com/HaploKit/vechat" ], [ "https://github.com/molecule-one/megan" ], [ "https://github.com/HamdaBinteAjmal/DBN4GRN" ], [ "https://github.com/B-UMMI/chewBBACA" ], [ "https://github.com/Bioinformatics-Laboratory/project" ], [ "https://github.com/VisDrone/AnimalDrone" ], [ "https://github.com/starxliu/FDDH" ], [ "https://github.com/DataIntellSystLab/KARGA" ], [ "https://github.com/bioinformatics-cdac/gamut" ], [ "https://github.com/Lpiol/MultiVERSE" ], [ "https://github.com/mhaft/DeepVess" ], [ "https://github.com/MathLee/HAINet" ], [ "https://github.com/fhaive/esperanto" ], [ "https://github.com/NicolaDM/phastSim" ], [ "https://github.com/stemylonas/DeepSurf" ], [ "https://github.com/CellDynamics/MiCellAnnGELo" ], [ "https://github.com/swidler/linadmix" ], [ "https://github.com/Licheng-Guo/AutoBridge" ], [ "https://github.com/stephenslab/flashr" ], [ "https://github.com/univieCUBE/deepnog" ], [ "https://github.com/Roth-Lab/pyclone-vi" ], [ "https://github.com/mathonco/isomatrix" ], [ "https://github.com/AlgoLab/gpps" ], [ "https://github.com/xsshi2015/Scalable-Pairwise-based-Discrete-Hashing" ], [ "https://github.com/DessimozLab/pylabeledrf" ], [ "https://github.com/yyoshiaki/VIRTUS" ], [ "https://github.com/chenxgscuec/CPESLDI" ], [ "https://github.com/jyh-learning/DP-GLPCA" ], [ "https://github.com/javier-pardodiaz/sdcorGCN" ], [ "https://github.com/javier-pardodiaz/sdcorGCN" ], [ "https://github.com/javier-pardodiaz/sdcorGCN" ], [ "https://github.com/javier-pardodiaz/sdcorGCN" ], [ "https://github.com/ryanlayer/samplot" ], [ "https://github.com/smk5g5/MU-PseUDeep" ], [ "https://github.com/tfzhou/MATNet" ], [ "https://github.com/kotakasahara/omegagene" ], [ "https://github.com/proteus1991/RawVSR" ], [ "https://github.com/lotts/GLASSgo" ], [ "https://github.com/kfattila/BoltzMatch" ], [ "https://github.com/thuxugang/opus_fold" ], [ "https://github.com/timkucera/proteogan" ], [ "https://github.com/dluvizon/deephar" ], [ "https://github.com/celineeveraert/SPECS" ], [ "https://github.com/FadyMohareb/cramer" ], [ "https://github.com/liugang1234567/Gang-neuron" ], [ "https://github.com/Peppags/CNN-SVR" ], [ "https://github.com/darioelias/TEGA" ], [ "https://github.com/BUNPC/Beam-Propagation-Method" ], [ "https://github.com/nclaes/CORAL" ], [ "https://github.com/1840210289/MobileNet-TSM" ], [ "https://github.com/Greco-Lab/BMDx" ], [ "https://github.com/jlianglab/Fixed-Point-GAN" ], [ "https://github.com/xubiaopeng/Protein_Recon_MCRiemman" ], [ "https://github.com/wojciech-galan/viruses_classifier" ], [ "https://github.com/dieterich-lab/circtools" ], [ "https://github.com/carinerey/caars" ], [ "https://github.com/alosdiallo/DNA_Rchitect" ], [ "https://github.com/shuichiro-makigaki/exmachina" ], [ "https://github.com/iziamtso/P3D" ], [ "https://github.com/XuesiDong/TOBMI" ], [ "https://github.com/mickaelleclercq/BioDiscML" ], [ "https://github.com/bioinfomaticsCSU/SCOP" ], [ "https://github.com/OpenGene/GeneFuse" ], [ "https://github.com/QuKunLab/ATAC-pipe" ], [ "https://github.com/krumsieklab/MoDentify" ], [ "https://github.com/ncrnalab/agotron_detector" ], [ "https://github.com/erhard-lab/lfc" ], [ "https://github.com/molecularsets/moses" ], [ "https://github.com/B3rse/nessie" ], [ "https://github.com/DExSI/DExSI" ], [ "https://github.com/Parsoa/Nebula" ], [ "https://github.com/NAL-i5K/GFF3toolkit" ], [ "https://github.com/bchidest/DBC" ], [ "https://github.com/1835174863zd/DeepSucc" ], [ "https://github.com/brentp/mosdepth" ], [ "https://github.com/shervinea/enzynet" ], [ "https://github.com/cskyan/chmannot" ], [ "https://github.com/voxelmorph/voxelmorph" ], [ "https://github.com/ShimadaMK/PHYLIP_enhance" ], [ "https://github.com/legumeinfo/lis_context_viewer" ], [ "https://github.com/armsd/aRMSD" ], [ "https://github.com/bfosso/MetaShot" ], [ "https://github.com/rcalinjageman/cartoon_network" ], [ "https://github.com/rcalinjageman/cartoon_network" ], [ "https://github.com/rcalinjageman/cartoon_network" ], [ "https://github.com/rcalinjageman/cartoon_network" ], [ "https://github.com/zhouweiyg/metaspark" ], [ "https://github.com/bioinfomaticsCSU/BOSS" ], [ "https://github.com/whuang08/TreeScaper" ], [ "https://github.com/thachnguyen/motion_detection" ], [ "https://github.com/ShaohuiLin/LRDKT" ], [ "https://github.com/oxsatoolbox/oxsa" ], [ "https://github.com/GATB/bcalm" ], [ "https://github.com/ChongWu-Biostat/MiSPU" ], [ "https://github.com/andreaskapou/BPRMeth" ], [ "https://github.com/marbl/mash" ], [ "https://github.com/Reedwarbler/SpliceJumper" ], [ "https://github.com/Open-ss/NegStacking" ], [ "https://github.com/compbio-UofT/cnv-prioritization" ], [ "https://github.com/niladriranjandas/DREAMv2" ], [ "https://github.com/zhangy72/LncRNA-ID" ], [ "https://github.com/bsiranosian/tango_final" ], [ "https://github.com/sebastianduchene/pacemaker_clustering_methods" ], [ "https://github.com/LUMC/kPAL" ], [ "https://github.com/yoheirosen/vg" ], [ "https://github.com/slawekj/ennet" ], [ "https://github.com/blab/nextflu" ], [ "https://github.com/Data2Dynamics/d2d" ], [ "https://github.com/richardmleggett/nextclip" ], [ "https://github.com/mc-lan/SP-TCL" ], [ "https://github.com/Illumina/manta" ], [ "https://github.com/sarbal/EGAD" ], [ "https://github.com/ailabstw/scDrugplus" ], [ "https://github.com/swfen/Temporal-BCGCN" ], [ "https://github.com/Fayeben/Curriculumformer" ], [ "https://github.com/meilerlab/gnn-descriptor" ], [ "https://github.com/renweidian/GTNN" ], [ "https://github.com/NGS-lib/NGSplusplus" ], [ "https://github.com/jamshed/CaPS-SA" ], [ "https://github.com/LeapLabTHU/LearnableISDA" ], [ "https://github.com/griff4692/edu-sum" ], [ "https://github.com/hongliangduan/HighFold" ], [ "https://github.com/saeyslab/FlowSOM_Python" ], [ "https://github.com/ppgardne/RMfam" ], [ "https://github.com/cozygene/glint" ], [ "https://github.com/solgenomics/Tea" ], [ "https://github.com/PennShenLab/FACIMS" ], [ "https://github.com/Chrissie-Law/Causal-Inference-for-Recommendation" ], [ "https://github.com/YichiZhang98/SAM4MIS" ], [ "https://github.com/DeepRank/DeepRank-GNN-esm" ], [ "https://github.com/TheFischerLab/FLEXR-GUI" ], [ "https://github.com/lapsumchan/CAMP" ], [ "https://github.com/porekhov/CG_probeMD" ], [ "https://github.com/IAMJackYan/FedCRFD" ], [ "https://github.com/hb-liu/Normal-Brain-Boost-Tumor-Segmentation" ], [ "https://github.com/peabody124/GaitTransformer" ], [ "https://github.com/davcraig75/song_psb2014" ], [ "https://github.com/Zi-YuanYang/HyperFed" ], [ "https://github.com/CongWang3/PLANNER" ], [ "https://github.com/healthylaife/FairFedAvg" ], [ "https://github.com/PopGenClustering/Clumppling" ], [ "https://github.com/biotite-dev/biotite" ], [ "https://github.com/MengyunQ/CHeart" ], [ "https://github.com/andronovl/SharpViSu" ], [ "https://github.com/MesihK/react-json-wpbuilder" ], [ "https://github.com/Tx000/Deep_dynamicMEF" ], [ "https://github.com/zhangxin-xd/BPL" ], [ "https://github.com/plhhnu/BINDTI" ], [ "https://github.com/superYuezhang/RORNet" ], [ "https://github.com/rebeccadeek/CoMiCoN" ], [ "https://github.com/454170054/iSUMO-RsFPN" ], [ "https://github.com/lhf12278/LRIMV" ], [ "https://github.com/weilvNJU/JPLTD" ], [ "https://github.com/NUST-Machine-Intelligence-Laboratory/MDBA" ], [ "https://github.com/baowz12345/golgiDF" ], [ "https://github.com/nchucvml/STVT" ], [ "https://github.com/wdecoster/nanopack" ], [ "https://github.com/wdecoster/nanopack" ], [ "https://github.com/wdecoster/nanopack" ], [ "https://github.com/wdecoster/nanopack" ], [ "https://github.com/fun0515/MorphoGNN" ], [ "https://github.com/yuanyuanbu/DIGITAL" ], [ "https://github.com/FangfeiLi05/FitMut2" ], [ "https://github.com/luojunwei/SLHSD" ], [ "https://github.com/KijinKims/VirPipe" ], [ "https://github.com/Sirius11311/TLRel" ], [ "https://github.com/Zhankun-Xiong/GraphEvo" ], [ "https://github.com/zhangky12/enviRule" ], [ "https://github.com/lab-smile/DOMINO" ], [ "https://github.com/Sanofi-Public/LMR-SurfaceID" ], [ "https://github.com/ZHU-XU-xmu/cgMSI" ], [ "https://github.com/zyrant/LSNet" ], [ "https://github.com/genki-kudo/Pocket-to-Concavity" ], [ "https://github.com/jsheunis/rt-me-fMRI" ], [ "https://github.com/pkuyym/EvolvingAttention" ], [ "https://github.com/Awenbocc/CPCR" ], [ "https://github.com/qichaoliu/HSI-CNCMN" ], [ "https://github.com/labxscut/ksak" ], [ "https://github.com/tub-rip/event_based_image_rec_inverse_problem" ], [ "https://github.com/leirufeng/iEnhancer-DCSV" ], [ "https://github.com/mattrosenblatt7/enhancement_EPIMI" ], [ "https://github.com/wanyunzh/TriNet" ], [ "https://github.com/yydiao1025/MacFrag" ], [ "https://github.com/pvdam3/FoEC2" ], [ "https://github.com/igip-liu/SLC-Net" ], [ "https://github.com/CSB-KaracaLab/prot-on" ], [ "https://github.com/Lagkouvardos/DivCom" ], [ "https://github.com/gzrgzx/CrisprDNT" ], [ "https://github.com/birtwistlelab/SPARCED" ], [ "https://github.com/scicompuu/prophaser" ], [ "https://github.com/DBGroup-SUSTech/QEVIS" ], [ "https://github.com/pgwall/qms" ], [ "https://github.com/XQ-hub/scAnnoX" ], [ "https://github.com/chonglab-pitt/wedap" ], [ "https://github.com/chonglab-pitt/wedap" ], [ "https://github.com/chonglab-pitt/wedap" ], [ "https://github.com/chonglab-pitt/wedap" ], [ "https://github.com/AbeelLab/hat" ], [ "https://github.com/francoep/ImputationPaper" ], [ "https://github.com/geraldinepascal/FROGS" ], [ "https://github.com/skozawa170301ktx/MultiModalDiseaseModeling" ], [ "https://github.com/DavidFerreiro/ProteinModelerABC" ], [ "https://github.com/qingDu1/SCB-YOLOv5" ], [ "https://github.com/filip-szczepankiewicz/Szczepankiewicz_DIB_2019" ], [ "https://github.com/lzh19961031/Dermoscopy_classification" ], [ "https://github.com/xihongyang1999/ICL_SSL" ], [ "https://github.com/illidanlab/FADE" ], [ "https://github.com/MC-E/TransCL" ], [ "https://github.com/Shen-Lab/GraphCL_Automated" ], [ "https://github.com/sculyi/MedicalImages" ], [ "https://github.com/vsingh-group/LCODEC-deep-unlearning" ], [ "https://github.com/YenWenWang/HapDipKinship" ], [ "https://github.com/123fxdx/CNNvisualizationTSGB" ], [ "https://github.com/peace-love243/CMEDFL" ], [ "https://github.com/cbg-ethz/SCIPhIN" ], [ "https://github.com/ChangTang/HCP-IMSC" ], [ "https://github.com/zyxxmu/White-Box" ], [ "https://github.com/ggonnella/textformats" ], [ "https://github.com/ChangzhiJiang/KGNMDA_master" ], [ "https://github.com/wangleink/MKER" ], [ "https://github.com/NLPatVCU/multitasking_bert-1" ], [ "https://github.com/jiaying2508/LYRUS" ], [ "https://github.com/microsoft/Cream" ], [ "https://github.com/lpfworld/MANet" ], [ "https://github.com/xiezhy6/CPF-Net" ], [ "https://github.com/jcrozum/pystablemotifs" ], [ "https://github.com/kemaloksuz/LRP-Error" ], [ "https://github.com/tim-learn/NOUN" ], [ "https://github.com/sabdollahi/DiaDeL" ], [ "https://github.com/carrierlxk/AGNN" ], [ "https://github.com/smarini/tardis-phylogenetics" ], [ "https://github.com/amcrisan/GEVitRec" ], [ "https://github.com/hongsong-wang/PVRNN" ], [ "https://github.com/flyywh/Recurrent-Multi-Frame-Deraining" ], [ "https://github.com/Maclory/SPSR" ], [ "https://github.com/researchmm/AOT-GAN-for-Inpainting" ], [ "https://github.com/huangdonghere/MDEC" ], [ "https://github.com/lpfworld/VTR-PTM" ], [ "https://github.com/zanglab/bart2" ], [ "https://github.com/shaoxiaohu/Face_Alignment_DPR" ], [ "https://github.com/JupitersMight/DISA" ], [ "https://github.com/leandroradusky/pyFoldX" ], [ "https://github.com/siqixu/MRCIP" ], [ "https://github.com/RobinCSIRO/AFR-Net" ], [ "https://github.com/chenzhe207/RBD-DPL" ], [ "https://github.com/LarryUESTC/GATE" ], [ "https://github.com/OmarOakheart/nPhase" ], [ "https://github.com/cbenoitp/flu-splicing" ], [ "https://github.com/lmy1019/SRF" ], [ "https://github.com/c-arthurs/QuArray" ], [ "https://github.com/NourMarzouka/multiclassPairs" ], [ "https://github.com/bengtssonpalme/cafe" ], [ "https://github.com/TY-Shi/LIOT" ], [ "https://github.com/guldenolgun/miRCoop" ], [ "https://github.com/BBillot/SynthSeg" ], [ "https://github.com/dengsutao/glsan" ], [ "https://github.com/bayer-science-for-a-better-life/plant-triplet-net" ], [ "https://github.com/aescrdni/miRNA_model" ], [ "https://github.com/ComputBiol-IBB/CNN-PepPred" ], [ "https://github.com/spirt-t/compartments_model" ], [ "https://github.com/DataSlingers/clustRviz" ], [ "https://github.com/nbShawnLu/RGRL" ], [ "https://github.com/LLNL/LIST" ], [ "https://github.com/shuichiro-makigaki/agora" ], [ "https://github.com/nwpuzhengyan/SCC" ], [ "https://github.com/yuansliu/memRGC" ], [ "https://github.com/bio-projects/GAD" ], [ "https://github.com/lrjuan/LDA_genome" ], [ "https://github.com/mabulnaga/placenta-flattening" ], [ "https://github.com/mabulnaga/placenta-flattening" ], [ "https://github.com/mabulnaga/placenta-flattening" ], [ "https://github.com/mabulnaga/placenta-flattening" ], [ "https://github.com/tzt101/CLADE" ], [ "https://github.com/hyundoo/PRIME" ], [ "https://github.com/futianfan/clinical-trial-outcome-prediction" ], [ "https://github.com/mayank265/flume" ], [ "https://github.com/netflymachine/SCNET" ], [ "https://github.com/SCBIT-YYLab/DysRegSig" ], [ "https://github.com/Sciope/Sciope" ], [ "https://github.com/kalininalab/spherecon" ], [ "https://github.com/HIT-ImmunologyLab/DBSCAN-SWA" ], [ "https://github.com/13479776/cpva" ], [ "https://github.com/lifanchen-simm/transformerCPI" ], [ "https://github.com/Defrag1236/Ovines_2018" ], [ "https://github.com/menghaomiao/aitr" ], [ "https://github.com/stefan-hoeck/cyby2" ], [ "https://github.com/LiuLab-CSRC/NePre" ], [ "https://github.com/anhnda/ADRPModels" ], [ "https://github.com/dustincys/msphy-SCNAClonal" ], [ "https://github.com/hobae/AnomiGAN" ], [ "https://github.com/XiDsLab/scRMD" ], [ "https://github.com/yhhshb/yalff" ], [ "https://github.com/yhhshb/yalff" ], [ "https://github.com/yhhshb/yalff" ], [ "https://github.com/yhhshb/yalff" ], [ "https://github.com/Dalton386/SPM" ], [ "https://github.com/songlab-cal/tape" ], [ "https://github.com/Xiangyang1984/Gcluster" ], [ "https://github.com/ahmedaq/RocaSec" ], [ "https://github.com/BioinformaticsCSU/MultiNanopolish" ], [ "https://github.com/omics-tools/mitoimp" ], [ "https://github.com/cskyan/evntextrc" ], [ "https://github.com/Prunoideae/MitoFlex" ], [ "https://github.com/B3rse/qparse" ], [ "https://github.com/RudiSchill/MHN" ], [ "https://github.com/BergmannLab/MONET" ], [ "https://github.com/Bierinformatik/MIRfix" ], [ "https://github.com/fgvieira/ngsLD" ], [ "https://github.com/VRPharmer/VRPharmer" ], [ "https://github.com/Kzra/VHost-Classifier" ], [ "https://github.com/koelling/amplimap" ], [ "https://github.com/Vini2/GraphBin2" ], [ "https://github.com/yuexujiang/DeepDom" ], [ "https://github.com/hillerlab/GenomeAlignmentTools" ], [ "https://github.com/junjun-jiang/TLcR-RL" ], [ "https://github.com/xulabs/projects" ], [ "https://github.com/nyiuab/BhGLM" ], [ "https://github.com/wenbostar/PDV" ], [ "https://github.com/mcanouil/NACHO" ], [ "https://github.com/QiZhangStat/TGCnA" ], [ "https://github.com/ding-lab/CharGer" ], [ "https://github.com/ncbi/vadr" ], [ "https://github.com/liuying201705/IMTRBM" ], [ "https://github.com/zhangjiaobxy/PathEmb" ], [ "https://github.com/christosbampis/NARX_QoE_release" ], [ "https://github.com/wdecoster/nanopack" ], [ "https://github.com/wdecoster/nanopack" ], [ "https://github.com/wdecoster/nanopack" ], [ "https://github.com/wdecoster/nanopack" ], [ "https://github.com/YiyiLiu1/bdChemo" ], [ "https://github.com/NextGenBioinformatics/GCevobase" ], [ "https://github.com/rramaker/R2DGC" ], [ "https://github.com/biotangweiqi/PQHE" ], [ "https://github.com/mgalardini/pyseer" ], [ "https://github.com/amcrisan/gevitAnalysisRelease" ], [ "https://github.com/craftGBD/craftGBD" ], [ "https://github.com/aquaskyline/16GT" ], [ "https://github.com/NBISweden/EMBLmyGFF3" ], [ "https://github.com/mapleforest/HaploMerger2" ], [ "https://github.com/zhero9/MIPUP" ], [ "https://github.com/pedronachtigall/CodAn" ], [ "https://github.com/jag1g13/pycgtool" ], [ "https://github.com/YiyiLiu1/DrugCombination" ], [ "https://github.com/4ment/seqotron" ], [ "https://github.com/medvedevgroup/vargeno" ], [ "https://github.com/jcarrotzhang/LoLoPicker" ], [ "https://github.com/alibashir/EMMCKmer" ], [ "https://github.com/jungreuc/isotope_correction_toolbox" ], [ "https://github.com/davidsun/SAP" ], [ "https://github.com/lppllppl920/EndoscopyDepthEstimation-Pytorch" ], [ "https://github.com/MLBreeding/SABO-ILSTSVR" ], [ "https://github.com/jxzb1988/PolyQTL" ], [ "https://github.com/ksny/Imperfect-Gold-Standard" ], [ "https://github.com/barashe/bacpacs" ], [ "https://github.com/mariananeves/goldhamster" ], [ "https://github.com/MrinalTyagi/SVD-CLAHE-and-BWCCE" ], [ "https://github.com/nafizh/NeuBI" ], [ "https://github.com/isglobal-brge/epimutacionsShiny" ], [ "https://github.com/phipsonlab/speckle" ], [ "https://github.com/bio-ontology-research-group/SmuDGE" ], [ "https://github.com/padlocbio/padloc" ], [ "https://github.com/nioo-knaw/epiGBS2" ], [ "https://github.com/ChimeRScope/ChimeRScope" ], [ "https://github.com/veg/flea-pipeline" ], [ "https://github.com/mi2rl/MI2RLNet" ], [ "https://github.com/mi2rl/L-R-marker-inpainting" ], [ "https://github.com/LQCT/MDScan" ], [ "https://github.com/UW-GAC/admix-kit_workflow" ], [ "https://github.com/KangchengHou/admix-kit" ], [ "https://github.com/veg/flea-web-app" ], [ "https://github.com/bcgsc/ARCS" ], [ "https://github.com/brettc/partitionfinder" ], [ "https://github.com/findCP/findCPcli" ], [ "https://github.com/wchangmitre/bioattribution" ], [ "https://github.com/comorment/containers" ], [ "https://github.com/yuifu/millefy" ], [ "https://github.com/aoulas/scRANK" ], [ "https://github.com/BauerLab/ngsane" ], [ "https://github.com/IBPA/smoke_taint_prediction" ], [ "https://github.com/BenoitMorel/AleRax" ], [ "https://github.com/tyang816/MedChatZH" ], [ "https://github.com/sjahnn/SOHPIE-DNA" ], [ "https://github.com/saeyslab/spotless-benchmark" ], [ "https://github.com/esbgkannan/Phosformer-ST" ], [ "https://github.com/diogonarciso/BISCAP" ], [ "https://github.com/lantianyao/ATPfinder" ], [ "https://github.com/PhanstielLab/plotgardener" ], [ "https://github.com/Z-Abbas/ORI-Explorer" ], [ "https://github.com/SuLab/ngly1-graph" ], [ "https://github.com/cbbzhang/JCcirc" ], [ "https://github.com/FuyuLi/FLED" ], [ "https://github.com/BIGslu/kimma" ], [ "https://github.com/crowelab/clonomatch" ], [ "https://github.com/ayushnoori/metapaths" ], [ "https://github.com/TheJacksonLaboratory/isopretEM" ], [ "https://github.com/Shihang-Wang-58/DeepSA" ], [ "https://github.com/oystein676/RegiSTORM" ], [ "https://github.com/bergmanlab/mcclintock" ], [ "https://github.com/bergmanlab/mcclintock" ], [ "https://github.com/bergmanlab/mcclintock" ], [ "https://github.com/bergmanlab/mcclintock" ], [ "https://github.com/mindazhao/pix-pix-warping-video-stabilization" ], [ "https://github.com/EBISPOT/covoc" ], [ "https://github.com/npwilliams09/docknet" ], [ "https://github.com/bergmanlab/telr" ], [ "https://github.com/WansonChoi/HATK" ], [ "https://github.com/b-brankovics/grabb" ], [ "https://github.com/taherimo/kludo" ], [ "https://github.com/KANG-BIOINFO/CellDrift" ], [ "https://github.com/hlcas/CRISPR-detector" ], [ "https://github.com/helxplatform/dug" ], [ "https://github.com/YunxiaoRen/ML-iAMR" ], [ "https://github.com/SuLab/bioknowledge-reviewer" ], [ "https://github.com/AdrianSeguraOrtiz/GENECI" ], [ "https://github.com/abu-compbio/PersonaDrive" ], [ "https://github.com/omidbazgirTTU/IntegratedREFINED" ], [ "https://github.com/ChristopherWilks/megadepth" ], [ "https://github.com/malabz/FMAlign2" ], [ "https://github.com/statgen/fivex" ], [ "https://github.com/zhaoqichang/HpyerAttentionDTI" ], [ "https://github.com/jenniferlu717/SkewIT" ], [ "https://github.com/sokrypton/ColabFold" ], [ "https://github.com/xryanglab/RiboMiner" ], [ "https://github.com/smith-chem-wisc/proteoform-suite" ], [ "https://github.com/TF-Chan-Lab/rG4-seeker" ], [ "https://github.com/hms-dbmi/GenoPheno-CatalogShiny" ], [ "https://github.com/ChristofferFlensburg/SuperFreq" ], [ "https://github.com/ndokmai/sgx-genome-variants-search" ], [ "https://github.com/FlexorSoftware/flexor" ], [ "https://github.com/YeoLab/MINES" ], [ "https://github.com/chanw0/SparseMCMM" ], [ "https://github.com/smfleming/HMeta-d" ], [ "https://github.com/pulimeng/DeepDrug3D" ], [ "https://github.com/frankligy/DeepImmuno" ], [ "https://github.com/netrias/rnassist" ], [ "https://github.com/LooseLab/iterassemble" ], [ "https://github.com/phac-nml/mob-suite" ], [ "https://github.com/phac-nml/mob-suite" ], [ "https://github.com/phac-nml/mob-suite" ], [ "https://github.com/phac-nml/mob-suite" ], [ "https://github.com/swsoyee/TCC-GUI" ], [ "https://github.com/cbil-vt/DDN3" ], [ "https://github.com/dozmorovlab/CTCF" ], [ "https://github.com/SushiLab/mTAGs" ], [ "https://github.com/statOmics/MSqRob" ], [ "https://github.com/MareesAT/GWA_tutorial" ], [ "https://github.com/yyZhang14/iEssLnc" ], [ "https://github.com/tinnlab/DeconBenchmark" ], [ "https://github.com/OritAdato/ElemeNT" ], [ "https://github.com/hetio/xswap" ], [ "https://github.com/hetio/xswap" ], [ "https://github.com/hetio/xswap" ], [ "https://github.com/hetio/xswap" ], [ "https://github.com/izhbannikov/spm" ], [ "https://github.com/SCAI-BIO/data-steward" ], [ "https://github.com/ontox-project/en-tox" ], [ "https://github.com/FAhtisham/Extrachrosmosomal-DNA-Prediction" ], [ "https://github.com/delcore-luca/CellDifferentiationNetworks" ], [ "https://github.com/YuanChihChen/FragAssembler" ], [ "https://github.com/OSU-BMBL/IDAM" ], [ "https://github.com/LieberInstitute/dotdotdot" ], [ "https://github.com/sjdlabgroup/Census" ], [ "https://github.com/google-research/large_scale_mmdma" ], [ "https://github.com/TatianneNegri/RNAplonc" ], [ "https://github.com/wg99526/MiSurvGit" ], [ "https://github.com/SoniaRuiz/aws-s3-integrity-check" ], [ "https://github.com/lwheinsberg/dbGaPCheckup" ], [ "https://github.com/hetio/xswap" ], [ "https://github.com/hetio/xswap" ], [ "https://github.com/hetio/xswap" ], [ "https://github.com/hetio/xswap" ], [ "https://github.com/AsadKhanJBNU/perovskite_bandgap_and_efficiency" ], [ "https://github.com/mreginato/skimmingLoci" ], [ "https://github.com/longjp/mediateR" ], [ "https://github.com/SunPengChuan/wgdi" ], [ "https://github.com/sajalhalder/TLR-M_UI" ], [ "https://github.com/aglucaci/AnalysisOfOrthologousCollections" ], [ "https://github.com/Yinchun-Lin/Pbine" ], [ "https://github.com/jiaoshihu/iPVP-DRLF" ], [ "https://github.com/tbaccata/amica" ], [ "https://github.com/ruiyi-zhang/scPretrain" ], [ "https://github.com/ievapudz/TemStaPro" ], [ "https://github.com/yjx1217/RecombineX" ], [ "https://github.com/wx-cie/DeepGenGrep" ], [ "https://github.com/sriramlab/OrientAGraph" ], [ "https://github.com/wajidarshad/panda" ], [ "https://github.com/tianguolangzi/DSBS" ], [ "https://github.com/nawrockie/vadr" ], [ "https://github.com/Punit201016/OMnalysis" ], [ "https://github.com/lunching/HCMM_CNVs" ], [ "https://github.com/hanjunwei-lab/CNA2Subpathway" ], [ "https://github.com/hanjunwei-lab/crmSubpathway" ], [ "https://github.com/ZJUFanLab/scDeepSort" ], [ "https://github.com/HuffordLab/GenomeQC" ], [ "https://github.com/msadatsafavi/txBenefit" ], [ "https://github.com/liudoubletian/eBay" ], [ "https://github.com/lauramoraes/bioinformatics-sourcecode" ], [ "https://github.com/JiangTian/adaptive-geometric-search-for-protein-design" ], [ "https://github.com/CNuge/SalmonEuAdmix" ], [ "https://github.com/salivatec/SalivaPRINT" ], [ "https://github.com/vals/umis" ], [ "https://github.com/yigbt/deepFPlearn" ], [ "https://github.com/samsledje/D-SCRIPT" ], [ "https://github.com/AlexisHardy/DNAModAnnot" ], [ "https://github.com/phac-nml/ecoli_serotyping" ], [ "https://github.com/EricSDavis/mariner" ], [ "https://github.com/LanLab/SaLTy" ], [ "https://github.com/HuanLab/ChloroDBPFinder" ], [ "https://github.com/NIEHS/DASS" ], [ "https://github.com/iC2MC/PyC2MC_viewer" ], [ "https://github.com/bihealth/WiPP" ], [ "https://github.com/mojtabaze7/DCGAN-DTA" ], [ "https://github.com/neuropoly/axonpacking" ], [ "https://github.com/enyecz/CancerDetector2" ], [ "https://github.com/laihongyan/iAller" ], [ "https://github.com/GaffariCelik/CovidCoughNet" ], [ "https://github.com/jasminesmn/ABPEPserver" ], [ "https://github.com/jsunn-y/DeCOIL" ], [ "https://github.com/WeiLab-Biology/DeepProSite" ], [ "https://github.com/schatzlab/scikit-ribo" ], [ "https://github.com/OncoRNALab/CIRCprimerXL" ], [ "https://github.com/Neooolee/GANCDM" ], [ "https://github.com/j-from-b/CDEF" ], [ "https://github.com/VafaeeLab/bloodbased-pancancer-diagnosis" ], [ "https://github.com/Fraunhofer-ITMP/PEMT" ], [ "https://github.com/sstudying/lzzhen" ], [ "https://github.com/AnqiWang2021/RBMR" ], [ "https://github.com/Merck/PepSeA" ], [ "https://github.com/naamawagner/Effectidor" ], [ "https://github.com/AstraZeneca/hsqc_structure_elucidation" ], [ "https://github.com/jas-preet/SPOT-Contact-Single" ], [ "https://github.com/JiajinChen/shinyBN" ], [ "https://github.com/mazzalab-ieo/recallme" ], [ "https://github.com/uci-cbcl/UFold" ], [ "https://github.com/mrzResearchArena/Anticancer-Peptides-CNN" ], [ "https://github.com/huangnengCSU/BlockPolish" ], [ "https://github.com/DnlRKorn/CoKE" ], [ "https://github.com/TearsWaiting/ACPred-LAF" ], [ "https://github.com/MetaSys-LISBP/IsoSolve" ], [ "https://github.com/TongjiZhanglab/CStreet" ], [ "https://github.com/YUYING07/iDNA_ABT" ], [ "https://github.com/intervene-EU-H2020/synthetic_data" ], [ "https://github.com/nowittynamesleft/NetQuilt" ], [ "https://github.com/NIH-MIP/Radiology_Image_Preprocessing_for_Deep_Learning" ], [ "https://github.com/alike-aydin/Iliski" ], [ "https://github.com/ramirandaq/MultipleComparisons" ], [ "https://github.com/krishnanlab/node2vecplus_benchmarks" ], [ "https://github.com/changwn/BC-CRC" ], [ "https://github.com/jaswindersingh2/RNAsnap2" ], [ "https://github.com/exalearn/molecular-graph-descriptors" ], [ "https://github.com/tommyhuangthu/FASPR" ], [ "https://github.com/rudi2013/ZDOG" ], [ "https://github.com/wind22zhu/BioMedR" ], [ "https://github.com/Jasonlinchina/RCSM" ], [ "https://github.com/laigen-unam/tf-properties-summarizer" ], [ "https://github.com/bigbio/py-pgatk" ], [ "https://github.com/cthoyt/epicom" ], [ "https://github.com/idekerlab/ddot" ], [ "https://github.com/jgcri/fldgen" ], [ "https://github.com/katholt/Kaptive" ], [ "https://github.com/pulyakhina/splicing_analysis_pipeline" ], [ "https://github.com/afm-spm/TopoStats" ], [ "https://github.com/krm15/ACME" ], [ "https://github.com/byin-cwi/ALS-Deeplearning" ], [ "https://github.com/PavitaKae/ToNER" ], [ "https://github.com/kelpforest-cameo/databaseui" ], [ "https://github.com/biomed-AI/GraphSite" ], [ "https://github.com/labsyspharm/ashlar" ], [ "https://github.com/schultzelab/Shiny-Seq" ], [ "https://github.com/MPI-BGC-Functional-Biogeography/rtry" ], [ "https://github.com/aicb-ZhangLabs/Impeller" ], [ "https://github.com/omicsNLP/enzymeNER" ], [ "https://github.com/QiZhangStat/MedDiC" ], [ "https://github.com/luslab/hiclipr" ], [ "https://github.com/charlesxu90/helm-gpt" ], [ "https://github.com/aaronphillips7493/CLAW" ], [ "https://github.com/tschuelia/ml-numerical-analysis" ], [ "https://github.com/vinuesa/get_phylomarkers" ], [ "https://github.com/asamallab/T9GPred" ], [ "https://github.com/njuIrene/SWATH-F" ], [ "https://github.com/juglab/EmbedSeg" ], [ "https://github.com/spang-lab/adadmire" ], [ "https://github.com/CSU-QJY/GeoDILI" ], [ "https://github.com/GuillaumeLam/PaCalC" ], [ "https://github.com/HIT-ImmunologyLab/CRISPRimmunity" ], [ "https://github.com/linhuawang/SEAGAL" ], [ "https://github.com/linhuawang/SEAGAL" ], [ "https://github.com/linhuawang/SEAGAL" ], [ "https://github.com/linhuawang/SEAGAL" ], [ "https://github.com/sid-krish/Rhometa" ], [ "https://github.com/nczub/HIA_5-HT" ], [ "https://github.com/emunte/vaRHC" ], [ "https://github.com/jwschroeder3/enricherator" ], [ "https://github.com/isugifNF/polishCLR" ], [ "https://github.com/JosieHong/3DMolMS" ], [ "https://github.com/PuckBlink/PDCNN" ], [ "https://github.com/helenacockx/FOGtool" ], [ "https://github.com/bind-group-kul/net" ], [ "https://github.com/CMDM-Lab/MSIr" ], [ "https://github.com/boun-tabi/biochemical-lms-for-drug-design" ], [ "https://github.com/Yuan-23/IOFS-SA-ecp-data-main" ], [ "https://github.com/sandroizidoro/gassmetal-local" ], [ "https://github.com/volkamerlab/TeachOpenCADD" ], [ "https://github.com/BiomedSciAI/Geno4SD" ], [ "https://github.com/BiomedSciAI/Geno4SD" ], [ "https://github.com/BiomedSciAI/Geno4SD" ], [ "https://github.com/BiomedSciAI/Geno4SD" ], [ "https://github.com/bionlp-hzau/JDHMT" ], [ "https://github.com/aster-ww/scEMAIL" ], [ "https://github.com/LF-Yang/Code" ], [ "https://github.com/elolab/scshaper" ], [ "https://github.com/metasnv-tool/metaSNV" ], [ "https://github.com/venguix/NeoRS" ], [ "https://github.com/HuanLab/ISFrag" ], [ "https://github.com/obrien-lab/aip_web_docker" ], [ "https://github.com/AutoFlowResearch/SmartPeak" ], [ "https://github.com/SunXQlab/scMLnet" ], [ "https://github.com/Vilksar/NetControl4BioMed" ], [ "https://github.com/WilliKoller/GP-Tool" ], [ "https://github.com/hzc363/DeepLearningCyTOF" ], [ "https://github.com/cristian931/DocTOR" ], [ "https://github.com/RungruangsakTorrissenManoonpong/GrowthEstimate" ], [ "https://github.com/laxmimurali/anklejoint" ], [ "https://github.com/elolab/RepViz" ], [ "https://github.com/hms-dbmi/EHRtemporalVariability" ], [ "https://github.com/bagherilab/diffexpy" ], [ "https://github.com/delosh653/ECHO" ], [ "https://github.com/BioinformaticsCSU/MSBMF" ], [ "https://github.com/yuewangpanda/BioMethyl" ], [ "https://github.com/naiqixiao/CuedEmotion" ], [ "https://github.com/deruncie/GridLMM" ], [ "https://github.com/ellipfaehlerUMCG/RaCat" ], [ "https://github.com/yangyn533/HCRNet" ], [ "https://github.com/michal-brylinski/earomatic" ], [ "https://github.com/lmweber/cytometry-clustering-comparison" ], [ "https://github.com/kkrizanovic/RNAseqEval" ], [ "https://github.com/ml4bio/ifDEEPre" ], [ "https://github.com/pamelarussell/github-bioinformatics" ], [ "https://github.com/food-price/DOC-M-Model-Development-and-Validation" ], [ "https://github.com/cbg-ethz/oncotree2vec" ], [ "https://github.com/KoslickiLab/frac-kmc" ], [ "https://github.com/ladderlab-xjtu/HiCA" ], [ "https://github.com/wuchengyu123/MPGSurv" ], [ "https://github.com/HarrisonAllen/MyelTracer" ], [ "https://github.com/TheWebMonks/meshmonk" ], [ "https://github.com/ying-fu/SSDL-HSI" ], [ "https://github.com/Muzatheking12/MzDOCK" ], [ "https://github.com/alyssafrazee/derfinder" ], [ "https://github.com/gzrgzx/CRISPR_Data_Imbalance" ], [ "https://github.com/MetaboComp/MUVR2" ], [ "https://github.com/ridgerchu/TCJA" ], [ "https://github.com/ZhangHanN1/SGLFormer" ], [ "https://github.com/chenyu-xjtu/DualFluidNet" ], [ "https://github.com/Cyang-Zhao/ODAM" ], [ "https://github.com/wanghq05/MS-GCN" ], [ "https://github.com/renweidian/LTRN" ], [ "https://github.com/EmamiNeda/HormoNet" ], [ "https://github.com/Zhihan1996/DNABERT_S" ], [ "https://github.com/qqaazxddrr/ENS" ], [ "https://github.com/CFM-MSG/Code_ICPR" ], [ "https://github.com/fancheyu5/STRAS" ], [ "https://github.com/xp3i4/mini_benchmark" ], [ "https://github.com/JerryRollingUp/SimTripSystem" ], [ "https://github.com/LanceZPF/KEFS" ], [ "https://github.com/NIH-CARD/ProtPipe" ], [ "https://github.com/Lqingquan/MTCL-MDA" ], [ "https://github.com/MagicPF/BindingSiteDTI" ], [ "https://github.com/DL-WG/SCDNN-TS" ], [ "https://github.com/liupei101/PseMix" ], [ "https://github.com/odedsc/ANLD" ], [ "https://github.com/frankkramer-lab/GERNERMED-pp" ], [ "https://github.com/RNABioInfo/rna-interaction-format" ], [ "https://github.com/VITA-Group/PruneCXR" ], [ "https://github.com/VITA-Group/PruneCXR" ], [ "https://github.com/VITA-Group/PruneCXR" ], [ "https://github.com/VITA-Group/PruneCXR" ], [ "https://github.com/schiebout/CAMML" ], [ "https://github.com/alienn233/ROSes-Finder" ], [ "https://github.com/woolfson-group/isocket" ], [ "https://github.com/DeweiYi/CoSED-Net" ], [ "https://github.com/Oulu-IMEDS/CLIMATv2" ], [ "https://github.com/Zhou-wy/MSEDNet" ], [ "https://github.com/ixilai/ETEM" ], [ "https://github.com/GeoX-Lab/CMN" ], [ "https://github.com/Fraunhofer-ITMP/E3_binder_Model" ], [ "https://github.com/jschenthu/FNS" ], [ "https://github.com/YannickJadoul/PyGellermann" ], [ "https://github.com/HIT-ImmunologyLab/PHISDetector" ], [ "https://github.com/HazyResearch/hyena-dna" ], [ "https://github.com/geyao-c/MedGAN" ], [ "https://github.com/DongdongCheng/GB-DP" ], [ "https://github.com/ahmedmagds/GNUVID" ], [ "https://github.com/vikram2000b/Fast-Machine-Unlearning" ], [ "https://github.com/BioComputingUP/ring-pymol" ], [ "https://github.com/jingyzhang/S3R" ], [ "https://github.com/Aanzil/DensePPI" ], [ "https://github.com/ljq2000/MTCP" ], [ "https://github.com/syngenta/linchemin" ], [ "https://github.com/hscv/SEE-Net" ], [ "https://github.com/RamanLab/COWAVE" ], [ "https://github.com/arantir123/DDT_triple_prediction" ], [ "https://github.com/kechunl/VSGD-Net" ], [ "https://github.com/WxTu/HCHSM" ], [ "https://github.com/bsml320/DeepHTLV" ], [ "https://github.com/Zhizhen-Zhao/IPTW-TBI" ], [ "https://github.com/Zhizhen-Zhao/IPTW-TBI" ], [ "https://github.com/Zhizhen-Zhao/IPTW-TBI" ], [ "https://github.com/Zhizhen-Zhao/IPTW-TBI" ], [ "https://github.com/rohdelab/nuclear_morphometry" ], [ "https://github.com/gillichu/PLUSplacer-taxtastic" ], [ "https://github.com/dikshap11/DGAN" ], [ "https://github.com/HwaTong/Chemical-SA-BiLSTM" ], [ "https://github.com/yzc1122333/BoneAgeAss" ], [ "https://github.com/FangShancheng/ABINet-PP" ], [ "https://github.com/ProbstLab/uBin" ], [ "https://github.com/ablab/metaGT" ], [ "https://github.com/Lagkouvardos/TIC" ], [ "https://github.com/jingkunchen/TAC" ], [ "https://github.com/matthewquinn1/changepointSelect" ], [ "https://github.com/RuoyuGuo/MaskGA_Net" ], [ "https://github.com/ahmed-shameem/Feature_selection" ], [ "https://github.com/bert-nmt/BERT-DTI" ], [ "https://github.com/otayfuroglu/deepQM" ], [ "https://github.com/biorack/magi" ], [ "https://github.com/DKMS-LSL/typeloader" ], [ "https://github.com/DKMS-LSL/typeloader" ], [ "https://github.com/DKMS-LSL/typeloader" ], [ "https://github.com/DKMS-LSL/typeloader" ], [ "https://github.com/yours-anonym/PaRT" ], [ "https://github.com/ecogenomics/gtdbtk" ], [ "https://github.com/ecogenomics/gtdbtk" ], [ "https://github.com/ecogenomics/gtdbtk" ], [ "https://github.com/ecogenomics/gtdbtk" ], [ "https://github.com/GudaLab/iCluF_core" ], [ "https://github.com/nwpuzhengyan/SVcnn" ], [ "https://github.com/Tan-group/cgRNASP" ], [ "https://github.com/ZhiboXiao/Deep-Gamma" ], [ "https://github.com/MaayanLab/D2H2-site" ], [ "https://github.com/slzarate/parliament2" ], [ "https://github.com/monarch-initiative/MAxO" ], [ "https://github.com/monarch-initiative/MAxO" ], [ "https://github.com/monarch-initiative/MAxO" ], [ "https://github.com/monarch-initiative/MAxO" ], [ "https://github.com/WimPouw/AirSacTracker" ], [ "https://github.com/biopragmatics/bioregistry" ], [ "https://github.com/CSSEGISandData/COVID-19" ], [ "https://github.com/LiangYu-Xidian/MoRF-FUNCpred" ], [ "https://github.com/ncbi/ml-transformer" ], [ "https://github.com/jingjin25/LFDE-OccUnNet" ], [ "https://github.com/guopengf/FL-MRCM" ], [ "https://github.com/Shape-Lab/SPHARM-Net" ], [ "https://github.com/changlin31/DS-Net" ], [ "https://github.com/wenyh1616/SAMotif-GCN" ], [ "https://github.com/r-zemblys/EM-event-detection-evaluation" ], [ "https://github.com/oxpig/structure-vs-folding" ], [ "https://github.com/jimy2020/Malonylation-site-prediction" ], [ "https://github.com/HerSwain/gra" ], [ "https://github.com/NanYoMy/cmmas" ], [ "https://github.com/Pijiangsheng/MDGNN" ], [ "https://github.com/broadinstitute/chronos" ], [ "https://github.com/iquandou/CS-Net" ], [ "https://github.com/fmfi-compbio/coral-basecaller" ], [ "https://github.com/sdujicun/SSVG" ], [ "https://github.com/kaistcbfg/covNormRpkg" ], [ "https://github.com/zhangruochi/Mol-HGT" ], [ "https://github.com/huitangtang/H-SRDC" ], [ "https://github.com/cszn/DPIR" ], [ "https://github.com/CityU-AIM-Group/DSI-Net" ], [ "https://github.com/ShixuanGG/MV-H-RKM" ], [ "https://github.com/Amy3100/receptor2tfDiffusion" ], [ "https://github.com/sxthunder/CMTN" ], [ "https://github.com/JialeCao001/PedSurvey" ], [ "https://github.com/xthuang226/HuGFAN" ], [ "https://github.com/cnapy-org/CNApy" ], [ "https://github.com/cnapy-org/CNApy" ], [ "https://github.com/cnapy-org/CNApy" ], [ "https://github.com/cnapy-org/CNApy" ], [ "https://github.com/MelvinYin/Defined_Proteins" ], [ "https://github.com/djparente/polyboost" ], [ "https://github.com/shilinrui/DFEDTL" ], [ "https://github.com/PGB-LIV/lcmsWorld" ], [ "https://github.com/Lotayou/RATE" ], [ "https://github.com/ashleylqx/WeakFixation" ], [ "https://github.com/YanZheng-16/CEPZ_DHS" ], [ "https://github.com/stop-pre16/sncp" ], [ "https://github.com/dmis-lab/moable" ], [ "https://github.com/b2slab/imbalance_pcm_benchmark" ], [ "https://github.com/xsshi2015/Loss-based-Attention-for-Interpreting-Image-level-Prediction-of-Convolutional-Neural-Networks" ], [ "https://github.com/jianlin-cheng/GNET2" ], [ "https://github.com/srirampc/adyar-rs" ], [ "https://github.com/SchubertLab/JessEV" ], [ "https://github.com/guofei-tju/Uncovering-Cancer-Subtypes-via-LASSO" ], [ "https://github.com/tangjiapeng/SkeletonNet" ], [ "https://github.com/JLiangLab/SemanticGenesis" ], [ "https://github.com/BioinfoSZU/CURC" ], [ "https://github.com/Ha0Tang/GestureGAN" ], [ "https://github.com/lbobay/CoreCruncher" ], [ "https://github.com/taozh2017/RGBD-SODsurvey" ], [ "https://github.com/RodrigoGantier/SPADE_E2VID" ], [ "https://github.com/mae92/MutantHuntWGS" ], [ "https://github.com/xiat0616/pseudo-healthy-synthesis" ], [ "https://github.com/mkirsche/sapling" ], [ "https://github.com/Kingsford-Group/diploidsquid" ], [ "https://github.com/lixx11/SPIND-TC" ], [ "https://github.com/XJJ-student/PhenoComp" ], [ "https://github.com/Doyle-Lab/WheelCon" ], [ "https://github.com/YanZhu06/Captor" ], [ "https://github.com/calico/solo" ], [ "https://github.com/emdadi/DSPLMF" ], [ "https://github.com/arseha/peakonly" ], [ "https://github.com/kunalkathuria/SVXplorer" ], [ "https://github.com/ha01994/mutationTCN" ], [ "https://github.com/dapogon/cellcoal" ], [ "https://github.com/johanneswerner/mPies" ], [ "https://github.com/YichaoOU/Set_cover_tools" ], [ "https://github.com/AlkemaLab/fpemlocal" ], [ "https://github.com/jade-nhri/CCBGpipe" ], [ "https://github.com/BioinfLab/ChaperISM" ], [ "https://github.com/chaoning/GMAT" ], [ "https://github.com/zhangzhen/sprites2" ], [ "https://github.com/bertrand-lab/cobia" ], [ "https://github.com/yukinoi/bio_gradient_descent" ], [ "https://github.com/ytZhang99/CF-Net" ], [ "https://github.com/metaspace2020/coloc" ], [ "https://github.com/jae-hyun-lee/commodar" ], [ "https://github.com/chopralab/lemon" ], [ "https://github.com/chopralab/lemon" ], [ "https://github.com/chopralab/lemon" ], [ "https://github.com/chopralab/lemon" ], [ "https://github.com/thesgc/MichelaNGLo" ], [ "https://github.com/Zhangxf-ccnu/EnImpute" ], [ "https://github.com/menggf/tsd" ], [ "https://github.com/AbeelLab/ptolemy" ], [ "https://github.com/zhou256/iATC-NRAKEL" ], [ "https://github.com/zhunzhong07/CamStyle" ], [ "https://github.com/NUIST-Videocoding/VCRNet" ], [ "https://github.com/delehef/asgart" ], [ "https://github.com/BMILAB/movAPA" ], [ "https://github.com/Yuan-Yu/bioStructureM" ], [ "https://github.com/kevinmcgregor/mdine" ], [ "https://github.com/jakelever/knowledgediscovery" ], [ "https://github.com/bioinfomaticsCSU/MultiGuideScan" ], [ "https://github.com/jcna99/PEATH" ], [ "https://github.com/splatlab/debgr" ], [ "https://github.com/ekffar/LMMO" ], [ "https://github.com/lingfeiwang/findr" ], [ "https://github.com/robotology/natural-speech" ], [ "https://github.com/RubyPeters/Angular-Ripleys-K" ], [ "https://github.com/SajadMirzaei/RentPlus" ], [ "https://github.com/funatiq/cuclark" ], [ "https://github.com/kedartatwawadi/GTRAC" ], [ "https://github.com/DecBayComp/TRamWAy" ], [ "https://github.com/orbkit/orbkit" ], [ "https://github.com/keylabivdc/VIP" ], [ "https://github.com/ldelgado-serrano/mycofier" ], [ "https://github.com/mpgerstl/networkRobustnessToolbox" ], [ "https://github.com/dcasbioinfo/SIFTER-t" ], [ "http://github.com/SBRG/ssbio" ], [ "https://github.com/chenghui03/Calib_RT" ], [ "https://github.com/dmis-lab/MolPLA" ], [ "https://github.com/HZC-1998/VOGTNet" ], [ "https://github.com/crclark/optnetaligncpp" ], [ "https://github.com/petrusen/pomsimulator" ], [ "https://github.com/RDMelamed/drug-phenome" ], [ "https://github.com/deepgrains/deepgrain" ], [ "https://github.com/elkebir-group/SPhyR" ], [ "https://github.com/cggh/panoptes" ], [ "https://github.com/chaofengc/IQA-PyTorch" ], [ "https://github.com/bcrafton/ssdfa" ], [ "https://github.com/soduco/Benchmark_historical_map_vectorization" ], [ "https://github.com/sheng-n/DL-miRNA-disease-association-methods" ], [ "https://github.com/TPI-Immunogenetics/igmat" ], [ "https://github.com/panlab-bio/mcss" ], [ "https://github.com/ngs-fzb/MTBseq_source" ], [ "https://github.com/johnthedy/Adaptive-Kriging-Using-PSO-HHs-in-HECRAS3D" ], [ "https://github.com/malikyousef/miRGediNET" ], [ "https://github.com/VisLab/EEG-Blinks" ], [ "https://github.com/bkurt00/palladiumFF2" ], [ "https://github.com/spglib/spinspg" ], [ "https://github.com/huishenlab/dupsifter" ], [ "https://github.com/xinliangSun/AdaDR" ], [ "https://github.com/kexquan/dual-dropout-ranking" ], [ "https://github.com/wjh892521292/Cataract_TKD-Net" ], [ "https://github.com/BIT-DA/SePiCo" ], [ "https://github.com/jdonnelly36/Rashomon_Importance_Distribution" ], [ "https://github.com/giaguaro/PROTACable" ], [ "https://github.com/hujingtao/SAMCL" ], [ "https://github.com/raziyehmasumshah/DPSP" ], [ "https://github.com/CYB08/ATPGCN" ], [ "https://github.com/cantinilab/HuMMuS" ], [ "https://github.com/HangZhouSheep/oppHeatmap" ], [ "https://github.com/xjr998/GQE-Net" ], [ "https://github.com/duolinwang/S-PLM" ], [ "https://github.com/irycisBioinfo/PATO" ], [ "https://github.com/insilichem/talaia" ], [ "https://github.com/HySonLab/Multires-Graph-Transformer" ], [ "https://github.com/DDM-Lab/MinimapInteractiveDDMGame" ], [ "https://github.com/SJTUBME-QianLab/Causality-Aware-Rigidity" ], [ "https://github.com/microbial-pangenomes-lab/panfeed" ], [ "https://github.com/CNS-OIST/NeuroDevSim" ], [ "https://github.com/Hangwei-Chen/CLSAP-Net" ], [ "https://github.com/Zhizhen-Zhao/IPTW-TBI" ], [ "https://github.com/Zhizhen-Zhao/IPTW-TBI" ], [ "https://github.com/Zhizhen-Zhao/IPTW-TBI" ], [ "https://github.com/Zhizhen-Zhao/IPTW-TBI" ], [ "https://github.com/ImgSciGroup/ITSA" ], [ "https://github.com/XinshaoAmosWang/Ranked-List-Loss-for-DML" ], [ "https://github.com/skbinfo/smAMPsTK" ], [ "https://github.com/MiaoLab20/DBMD" ], [ "https://github.com/MiaoLab20/DBMD" ], [ "https://github.com/MiaoLab20/DBMD" ], [ "https://github.com/MiaoLab20/DBMD" ], [ "https://github.com/Jaakk0F/DSTD-GCN" ], [ "https://github.com/nelson10/DemosaickingMultispectral3DSpherePacking" ], [ "https://github.com/RNApolis/rnahugs" ], [ "https://github.com/SCUTjinchengli/DefenseTransformer" ], [ "https://github.com/QibinZhangLab/Peak_Pair_Pruner" ], [ "https://github.com/sseung0703/FFP" ], [ "https://github.com/xianggebenben/pdADMM-G" ], [ "https://github.com/raoyongming/DynamicViT" ], [ "https://github.com/wangchao-malab/ScerePhoSite" ], [ "https://github.com/chernolabs/scX" ], [ "https://github.com/CSB-L/AnoChem" ], [ "https://github.com/ZhangqiJiang07/MultimodalSurvivalPrediction" ], [ "https://github.com/cchauve/PlasBin-flow" ], [ "https://github.com/Bhattacharya-Lab/PIQLE" ], [ "https://github.com/Bhattacharya-Lab/PIQLE" ], [ "https://github.com/Bhattacharya-Lab/PIQLE" ], [ "https://github.com/Bhattacharya-Lab/PIQLE" ], [ "https://github.com/HuiLiuCode/MDBuilder" ], [ "https://github.com/UgurDemir/tranformer_liver_segmentation" ], [ "https://github.com/xmFeng-hdu/ConvWin-UNet" ], [ "https://github.com/BioMolecularPhysicsGroup-UNCC/MachineLearning" ], [ "https://github.com/yunyunliang88/iACP-GE" ], [ "https://github.com/wangkai-zhku/GPDOCK" ], [ "https://github.com/PYangLab/Matilda" ], [ "https://github.com/GreyGuoweiChen/RNA_virus_detector" ], [ "https://github.com/SFGLab/bertrand" ], [ "https://github.com/holab-hku/MultiABLER" ], [ "https://github.com/afvillaverde/strike-goldd" ], [ "https://github.com/bharatmahaur/LeNo" ], [ "https://github.com/TangXu-Group/DMSGer" ], [ "https://github.com/thomas0809/MolScribe" ], [ "https://github.com/MahnazHabibi/MutationAnalysis" ], [ "https://github.com/Kkulkarni1/CAPG" ], [ "https://github.com/vsingh-group/DatasetPooling" ], [ "https://github.com/RaphaelS1/distribution_discrimination" ], [ "https://github.com/fengcong3/HAPPE" ], [ "https://github.com/fzahari/ParFit" ], [ "https://github.com/hangyu94/CRS-CONT" ], [ "https://github.com/xwqian1123/mStrain" ], [ "https://github.com/Anonnoname/G2GT_2" ], [ "https://github.com/weih527/SSNS-Net" ], [ "https://github.com/slzhao/GTQC" ], [ "https://github.com/biomg/MCNN" ], [ "https://github.com/ParImmune/SINAPs" ], [ "https://github.com/GuoLanqing/Self-Convolution" ], [ "https://github.com/SaharIravani/DlearnMS" ], [ "https://github.com/ivanrwolf/NoC" ], [ "https://github.com/fawaz-dabbaghieh/bubble_gun" ], [ "https://github.com/pilehvar/phenebank" ], [ "https://github.com/itaysason/Mix-MMM" ], [ "https://github.com/pdishuck/GAVISUNK" ], [ "https://github.com/difhnp/ELGLT" ], [ "https://github.com/kuihua/MSHFN" ], [ "https://github.com/gengmufeng/CNCL-denoising" ], [ "https://github.com/HantaoShu/GRN-Transformer" ], [ "https://github.com/hassounlab/EPP" ], [ "https://github.com/454170054/EMCBOW-GPCR" ], [ "https://github.com/elyadlezmi/RNA2CM" ], [ "https://github.com/pixixiaonaogou/FPNN-TMEL" ], [ "https://github.com/zhaoqichang/GIFDTI" ], [ "https://github.com/UCLA-VAST/tapa" ], [ "https://github.com/cbrl-nuces/Leveraging-digital-media-data-for-pharmacovigilance" ], [ "https://github.com/ziadbkh/eQTLHap" ], [ "https://github.com/nlm-irp-jianglab/Evolink" ], [ "https://github.com/HudsonAlpha/STEVE" ], [ "https://github.com/ArtemLuzhin/LASCA_pipeline" ], [ "https://github.com/CDMB-lab/MPMI" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/UCDenver-ccp/Ignorance-Question-Work" ], [ "https://github.com/josehernandezsc/COVID19Net" ], [ "https://github.com/xypan1232/node2loc" ], [ "https://github.com/cew88/AutoCAT" ], [ "https://github.com/elies-ramon/kernInt" ], [ "https://github.com/84AP/MethCoresProfiler" ], [ "https://github.com/e-weglarz-tomczak/m2r" ], [ "https://github.com/biosustain/multitfa" ], [ "https://github.com/vaprilyanto/crop" ], [ "https://github.com/morispi/CONSENT" ], [ "https://github.com/andreasmang/claire" ], [ "https://github.com/zbzhzhy/PZRes-Net" ], [ "https://github.com/lseventeen/FR-UNet" ], [ "https://github.com/elkebir-group/RECAP" ], [ "https://github.com/Fleishman-Lab/AbDesign_for_enzymes" ], [ "https://github.com/nicfel/CoupledMCMC" ], [ "https://github.com/lmcai/PhyloHerb" ], [ "https://github.com/zhongw2/GeneTEFlow" ], [ "https://github.com/schmeing/ReSeq" ], [ "https://github.com/YingLianghnu/CNA_origin" ], [ "https://github.com/mmoskon/CosinorPy" ], [ "https://github.com/DIAGNijmegen/StreamingCNN" ], [ "https://github.com/lyuyinuo/iPro2L-PSTKNC" ], [ "https://github.com/superlouis/GATGNN" ], [ "https://github.com/CyrilMa/ssqa" ], [ "https://github.com/gdewael/cpg-transformer" ], [ "https://github.com/pfruan/mirPLS" ], [ "https://github.com/statisticalbiotechnology/quandenser" ], [ "https://github.com/anuran-Chakraborty/Active-learning" ], [ "https://github.com/BDanalysis/aitac" ], [ "https://github.com/federicogiorgi/giorgilab" ], [ "https://github.com/zlwuxi/iPromoter-5mC" ], [ "https://github.com/vagkaratzas/PathWalks" ], [ "https://github.com/vamships/PECAN" ], [ "https://github.com/biointec/blamm" ], [ "https://github.com/louiejtaylor/grabseqs" ], [ "https://github.com/liukeweiaway/iMRM" ], [ "https://github.com/DCalhas/siamese_schizophrenia_eeg" ], [ "https://github.com/HuajuLiang/HypotheticalPolarizationCamera" ], [ "https://github.com/yufengwudcs/GTmix" ], [ "https://github.com/ShobiStassen/PARC" ], [ "https://github.com/Charrick/SDN2GO" ], [ "https://github.com/Fjr9516/GSL" ], [ "https://github.com/lyotvincent/AJIA" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/PlanTL-SANIDAD/PharmacoNER" ], [ "https://github.com/BauerLab/VARSCOT" ], [ "https://github.com/Japrin/sscClust" ], [ "https://github.com/ma-compbio/MutSpace" ], [ "https://github.com/GaoLabXDU/CEPICS" ], [ "https://github.com/VusionMed/IMAge-enGINE" ], [ "https://github.com/HFooladi/Self_Organization" ], [ "https://github.com/KristapsE/DP4-AI" ], [ "https://github.com/Gege7177/Dot2dot" ], [ "https://github.com/pogudingleb/CLUE" ], [ "https://github.com/pogudingleb/CLUE" ], [ "https://github.com/pogudingleb/CLUE" ], [ "https://github.com/pogudingleb/CLUE" ], [ "https://github.com/huiminkang/PIBLUP" ], [ "https://github.com/yangzi4/gPCA" ], [ "https://github.com/cbrackley/capC-MAP" ], [ "https://github.com/yunwilliamyu/opal" ], [ "https://github.com/carolzhou/multiPhATE" ], [ "https://github.com/nedashokraneh/IChDA" ], [ "https://github.com/SchulzLab/TEPIC" ], [ "https://github.com/SchulzLab/TEPIC" ], [ "https://github.com/SchulzLab/TEPIC" ], [ "https://github.com/SchulzLab/TEPIC" ], [ "https://github.com/arwhirang/recursive_chemprot" ], [ "https://github.com/refresh-bio/FaStore" ], [ "https://github.com/bwrc/ctap" ], [ "https://github.com/compomics/cellmissy" ], [ "https://github.com/isglobal-brge/CTDquerier" ], [ "https://github.com/skrakau/PureCLIP" ], [ "https://github.com/Chatzinakos/JEPEGMIX2" ], [ "https://github.com/KnowEnG/TeachEnG" ], [ "https://github.com/benliemory/adaptiveHM" ], [ "https://github.com/whitneywhitford/RBV" ], [ "https://github.com/jtamames/SqueezeMeta" ], [ "https://github.com/odedrim/kfits" ], [ "https://github.com/smithlabcode/riborex" ], [ "https://github.com/butkiem/COCOS" ], [ "https://github.com/VCCRI/Falco" ], [ "https://github.com/barberislab/GEMMER" ], [ "https://github.com/mdkarcher/phylodyn" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/PROBIC/diffsplicing" ], [ "https://github.com/ndierckx/NOVOPlasty" ], [ "https://github.com/ndierckx/NOVOPlasty" ], [ "https://github.com/ndierckx/NOVOPlasty" ], [ "https://github.com/ndierckx/NOVOPlasty" ], [ "https://github.com/raivokolde/seqlm" ], [ "https://github.com/usnistgov/pepr" ], [ "https://github.com/twestbrookunh/paladin" ], [ "https://github.com/Juyong/3DFace" ], [ "https://github.com/mikelhernaez/qvz" ], [ "https://github.com/RegulatoryGenomicsGroup/chicdiff" ], [ "https://github.com/sysbio-curie/Roma" ], [ "https://github.com/jingry/autoBioSeqpy" ], [ "https://github.com/abhatta3/Condition-dependent-Correlation-Subgroups-CCS" ], [ "https://github.com/ETHmodlab/BIMODAL" ], [ "https://github.com/GRYGY1215/Dozerformer" ], [ "https://github.com/flekschas/sbb" ], [ "https://github.com/freshman97/CSU" ], [ "https://github.com/bioinfo0706/MTGIpick" ], [ "https://github.com/DanielAlhassan/idDMR" ], [ "https://github.com/bioinfo-ut/StrainSeeker" ], [ "https://github.com/meren/illumina-utils" ], [ "https://github.com/ishspsy/project" ], [ "https://github.com/G2Lab/privateML" ], [ "https://github.com/tianpeng-deng/FedDBL" ], [ "https://github.com/MedICL-VU/FNPC-SAM" ], [ "https://github.com/CUHK-AIM-Group/MCPL" ], [ "https://github.com/yangqy1110/MGDM" ], [ "https://github.com/cbib/MIX" ], [ "https://github.com/zyairelu/RT-Net" ], [ "https://github.com/yongzhuang/TrioCNV" ], [ "https://github.com/energy588/US2mask" ], [ "https://github.com/IlyaTyagin/Dyport" ], [ "https://github.com/lhaippp/YOHO" ], [ "https://github.com/cunmeiji/SGLMDA" ], [ "https://github.com/mainciburu/WAT3R" ], [ "https://github.com/LincolnSteinLab/MMDRP" ], [ "https://github.com/hywang01/SNEL" ], [ "https://github.com/theosysbio/means" ], [ "https://github.com/biomed-AI/MiGCN" ], [ "https://github.com/biojs/biojs" ], [ "https://github.com/biojs/biojs" ], [ "https://github.com/biojs/biojs" ], [ "https://github.com/biojs/biojs" ], [ "https://github.com/mritchielab/restrander" ], [ "https://github.com/abbvie-external/OmicNavigator" ], [ "https://github.com/XT-1997/vitmvt" ], [ "https://github.com/yunyunliang88/iAVPs-ResBi" ], [ "https://github.com/smd1997/CSA-Net" ], [ "https://github.com/Li-Zhang28/BCGLM" ], [ "https://github.com/HKyleZhang/RecView" ], [ "https://github.com/bmri/bmri" ], [ "https://github.com/ozgurcingiz/ksia" ], [ "https://github.com/rderelle/fastlin" ], [ "https://github.com/insoo078/mirseqviewer" ], [ "https://github.com/samsonweiner/CNAsim" ], [ "https://github.com/bo1929/CONSULT-II" ], [ "https://github.com/gcappon/replay-bg" ], [ "https://github.com/zpliulab/scNAE" ], [ "https://github.com/meihonggao/DeepLDA" ], [ "https://github.com/kenminsoo/sRNAfrag" ], [ "https://github.com/Vini2/phables" ], [ "https://github.com/djimenezsanchez/Synplex" ], [ "https://github.com/Amber-Believe/ReliableMutualDistillation" ], [ "https://github.com/penghu-cs/RCL" ], [ "https://github.com/nikhilroxtomar/TGANet" ], [ "https://github.com/Kevin-walters/lapmapr" ], [ "https://github.com/ckgriswold/3-locus-autotetraploid-meiosis" ], [ "https://github.com/shidan0122/UMFS" ], [ "https://github.com/fukunagatsu/LinAliFold-CentroidLinAliFold" ], [ "https://github.com/mfalda/tsv2swm" ], [ "https://github.com/jonescompneurolab/SpectralEvents" ], [ "https://github.com/WHang98/scSemiAAE" ], [ "https://github.com/BioAnalyticResource/eFP-Seq-Browser" ], [ "https://github.com/JLiangLab/CAiD" ], [ "https://github.com/D3TaLES/databases_demo" ], [ "https://github.com/miladrayka/GB_Score" ], [ "https://github.com/CGPxy/AAU-net" ], [ "https://github.com/sheikhizadeh/pantools" ], [ "https://github.com/JLiangLab/BenchmarkTransformers" ], [ "https://github.com/schobs/qbin" ], [ "https://github.com/Huiweizhou/TDE" ], [ "https://github.com/RolandBruderer/MiMB-LiP-Quant" ], [ "https://github.com/katehoffshutta/ggmTutorial" ], [ "https://github.com/lemuria-wchen/imcs21" ], [ "https://github.com/yzhang511/density_decoding" ], [ "https://github.com/bioinformatics-ufsc/AnnotaPipeline" ], [ "https://github.com/TongXin-CASIA/Excepted_Affine" ], [ "https://github.com/sysbio-bioinf/Cantata" ], [ "https://github.com/AllenSpike/CPDR" ], [ "https://github.com/anuradhawick/LRBinner" ], [ "https://github.com/demonzyj56/E3Outlier" ], [ "https://github.com/WangLabTHU/MeConcord" ], [ "https://github.com/gillichu/sepp" ], [ "https://github.com/Yoniming/ACO" ], [ "https://github.com/cokeyk/TPpred-ATMV" ], [ "https://github.com/shiming-chen/GNDAN" ], [ "https://github.com/Xiyue-Wang/1st-in-MICCAI2020-CPM" ], [ "https://github.com/kataomoi7/multiGATAE" ], [ "https://github.com/Szhgege/DACPGTN" ], [ "https://github.com/lucian-ilie/Seq-InSite" ], [ "https://github.com/menyifang/ADGAN" ], [ "https://github.com/xindd/DCNet" ], [ "https://github.com/YangLiu9208/TCGL" ], [ "https://github.com/meihonggao/ImReLnc" ], [ "https://github.com/ba-lab/Alignment-Score" ], [ "https://github.com/kaist-ina/BWA-MEME" ], [ "https://github.com/IVC-Projects/NRS" ], [ "https://github.com/IvanEz/tumor-surrogate" ], [ "https://github.com/lesonly/GFINet" ], [ "https://github.com/shengli0201/iEnhancer-MFGBDT1" ], [ "https://github.com/minghuilab/BindPPI" ], [ "https://github.com/Au3C2/Generator-Versus-Segmentor" ], [ "https://github.com/goolig/drug_safety_pregnancy_prediction" ], [ "https://github.com/smallmax00/Graph_Region_Boudnary" ], [ "https://github.com/canceromics/MeRIPseqPipe" ], [ "https://github.com/venyao/MaizeSNPDB" ], [ "https://github.com/ceragoguztuzun/MotifGenie" ], [ "https://github.com/umich-biostatistics/AEenrich" ], [ "https://github.com/fazlulhaquejony/SubFeat" ], [ "https://github.com/SouthGreenPlatform/PanExplorer" ], [ "https://github.com/Layne-Huang/EGFI" ], [ "https://github.com/andreaskapou/scMET" ], [ "https://github.com/yongzhuang/TrioCNV2" ], [ "https://github.com/jiang-junyao/IReNA" ], [ "https://github.com/TanemuraKiyoto/AutoGraph" ], [ "https://github.com/ivankovlab/template-vs-model" ], [ "https://github.com/zanglab/bart3d" ], [ "https://github.com/deepomicslab/DeepHost" ], [ "https://github.com/yuliu316316/MetaLearning-Fusion" ], [ "https://github.com/Noble-Lab/hicrep" ], [ "https://github.com/Zhang-Data-Science-Research-Lab/LrSClust" ], [ "https://github.com/BIT-DA/GDCAN" ], [ "https://github.com/fpthink/EPC-Net" ], [ "https://github.com/BIMIB-DISCo/VERSO" ], [ "https://github.com/kochgroup/kinase_nnfp" ], [ "https://github.com/viggin/DeepLesion_manual_test_set" ], [ "https://github.com/matteo14c/VINYL" ], [ "https://github.com/dDipankar/DeepPTM" ], [ "https://github.com/tomoyukif/MCPtaggR" ], [ "https://github.com/nyiuab/NBZIMM" ], [ "https://github.com/kexinhuang12345/DeepPurpose" ], [ "https://github.com/tticoin/DESC_MOL-DDIE" ], [ "https://github.com/pymodproject/pymod" ], [ "https://github.com/pymodproject/pymod" ], [ "https://github.com/pymodproject/pymod" ], [ "https://github.com/pymodproject/pymod" ], [ "https://github.com/HuiZeng/Image-Adaptive-3DLUT" ], [ "https://github.com/blue-blue272/ImgReID-IAnet" ], [ "https://github.com/BioinfoUNIBA/REDItools2" ], [ "https://github.com/blackfeather-wang/ISDA-for-Deep-Networks" ], [ "https://github.com/LLNL/ddcMD" ], [ "https://github.com/abhijeetsingh1704/AcetoScan" ], [ "https://github.com/kiharalab/ContactGAN" ], [ "https://github.com/hathawayxxh/WCE-AGDN" ], [ "https://github.com/DIAL-RPI/PIPO-FAN" ], [ "https://github.com/djburks/SMM" ], [ "https://github.com/koualab/conodictor" ], [ "https://github.com/LiLabAtVT/DeepTE" ], [ "https://github.com/aeeckhou/shallowHRD" ], [ "https://github.com/andobrescu/Multi_task_plant_phenotyping" ], [ "https://github.com/rdcrawford/cognac" ], [ "https://github.com/cpockrandt/genmap" ], [ "https://github.com/aiqm/torchani" ], [ "https://github.com/yunchuankong/forgeNet" ], [ "https://github.com/Kinggerm/GetOrganelle" ], [ "https://github.com/gxiaolab/REDITs" ], [ "https://github.com/ywflow/BubMask" ], [ "https://github.com/Gaius-Augustus/MakeHub" ], [ "https://github.com/MPBA/TAASRAD19" ], [ "https://github.com/pachterlab/gget" ], [ "https://github.com/pachterlab/gget" ], [ "https://github.com/pachterlab/gget" ], [ "https://github.com/pachterlab/gget" ], [ "https://github.com/bihealth/scelvis" ], [ "https://github.com/jiqingxiaoxi/GLAPD" ], [ "https://github.com/llecompte/SVJedi" ], [ "https://github.com/RWParsons/circacompare" ], [ "https://github.com/bchidest/CFNet" ], [ "https://github.com/liuji93/DCM" ], [ "https://github.com/nstrodt/UDSMProt" ], [ "https://github.com/markpp/PoseFromPointClouds" ], [ "https://github.com/PSSUN/CircCode" ], [ "https://github.com/arnrau/SCAE_IR_Spectral_Imaging" ], [ "https://github.com/badriadhikari/DEEPCON" ], [ "https://github.com/rchereji/plot2DO" ], [ "https://github.com/wsjeon92/FP2VEC" ], [ "https://github.com/Cobanoglu-Lab/EPEE" ], [ "https://github.com/maickrau/GraphAligner" ], [ "https://github.com/maickrau/GraphAligner" ], [ "https://github.com/maickrau/GraphAligner" ], [ "https://github.com/maickrau/GraphAligner" ], [ "https://github.com/yujialinncu/PredGly" ], [ "https://github.com/OSU-BMBL/metaqubic" ], [ "https://github.com/jotech/gapseq" ], [ "https://github.com/jschellh/ProtSpaM" ], [ "https://github.com/hahatcdg/IBPP" ], [ "https://github.com/YosefLab/scVI" ], [ "https://github.com/htzhaoecust/npnn" ], [ "https://github.com/numediart/UMONS-TAICHI" ], [ "https://github.com/Boyle-Lab/SEM_CPP" ], [ "https://github.com/dinasv/CSBFinder" ], [ "https://github.com/dinasv/CSBFinder" ], [ "https://github.com/dinasv/CSBFinder" ], [ "https://github.com/dinasv/CSBFinder" ], [ "https://github.com/prody/ProDy" ], [ "https://github.com/prody/ProDy" ], [ "https://github.com/prody/ProDy" ], [ "https://github.com/prody/ProDy" ], [ "https://github.com/sg-s/xolotl" ], [ "https://github.com/ArcesUnibo/creamino" ], [ "https://github.com/ronaldolab/stochastic_diffusion" ], [ "https://github.com/weipenegHU/Pluto" ], [ "https://github.com/HaploConduct/HaploConduct" ], [ "https://github.com/RezaMash/MCS" ], [ "https://github.com/schwallergroup/augmented_memory" ], [ "https://github.com/ksahlin/ultra" ], [ "https://github.com/pepamengual/UEP" ], [ "https://github.com/MSBradshaw/FakeData" ], [ "https://github.com/makovalab-psu/NoiseCancellingRepeatFinder" ], [ "https://github.com/ghar1821/ParetoBench" ], [ "https://github.com/strauchlab/iNNterfaceDesign" ], [ "https://github.com/Devika1/capsim" ], [ "https://github.com/xiaofengsong/GFusion" ], [ "https://github.com/BioimageInformaticsTampere/RegBenchmark" ], [ "https://github.com/seasky002002/Strandscript" ], [ "https://github.com/galanisl/NetHypGeom" ], [ "https://github.com/ma-compbio/MultiRes" ], [ "https://github.com/Yeyke/H-BLAST" ], [ "https://github.com/VCCRI/CIDR" ], [ "https://github.com/sh107/transmart-xnat-connector" ], [ "https://github.com/aditya-88/ASAP" ], [ "https://github.com/smirarab/DynaDup" ], [ "https://github.com/teammaclean/blastjs" ], [ "https://github.com/lengning/OEFinder" ], [ "https://github.com/KerstenDoering/PubMedPortable" ], [ "https://github.com/laufercenter/Amap" ], [ "https://github.com/COMBINE-lab/matryoshka" ], [ "https://github.com/nicfel/Mascot" ], [ "https://github.com/chenying2016/queries" ], [ "https://github.com/xiaochuanle/MECAT" ], [ "https://github.com/abdlmaruf/iRSpot-SF" ], [ "https://github.com/gedoardo83/GARFIELD-NGS" ], [ "https://github.com/ukeLin/TG-Net" ], [ "https://github.com/EvolOMICS-TU/ETENLNC" ], [ "https://github.com/laeeq80/spark-cpvs" ], [ "https://github.com/sahatava/MixMPLN" ], [ "https://github.com/rega-cev/phylogeotool" ], [ "https://github.com/BaiDing1234/AttentionPert" ], [ "https://github.com/Valeyards/MACG" ], [ "https://github.com/qumengxue/T-SMILE" ], [ "https://github.com/panzhiyi/CC4S" ], [ "https://github.com/stonkgs/stonkgs" ], [ "https://github.com/ynchuang/DiscoverPath" ], [ "https://github.com/LeonidSavtchenko/Arachne" ], [ "https://github.com/hdaoud/ORBSLAMM" ], [ "https://github.com/davidecenzato/BWT-variants-for-string-collections" ], [ "https://github.com/spatialdatasciencegroup/HST" ], [ "https://github.com/DurrLab/GAN-Inversion" ], [ "https://github.com/dooo12332/AlphaTraj" ], [ "https://github.com/FedeCastelletti/bayes_networks_mixed_data" ], [ "https://github.com/CzirjakGabor/PrinCCes" ], [ "https://github.com/jheatmap/jheatmap" ], [ "https://github.com/ruchiherself/MulRFRepo" ], [ "https://github.com/labiip/scGAAC" ], [ "https://github.com/zhangtia16/LICAP" ], [ "https://github.com/bjornwallner/ProQ_scripts" ], [ "https://github.com/zkyseu/CSSNet" ], [ "https://github.com/batmanlab/AGXNet" ], [ "https://github.com/AngelCampos/txtools" ], [ "https://github.com/Androstane/NestedBD" ], [ "https://github.com/GMHughes/Sensommatic" ], [ "https://github.com/MorganBDT/crumb" ], [ "https://github.com/DepMap-Analytics/HT29benchmark" ], [ "https://github.com/PattenLab/NMJ-Analyser" ], [ "https://github.com/aoliver44/taxaHFE" ], [ "https://github.com/juandpenan/topology_nav_ros2" ], [ "https://github.com/RabbitBio/RabbitKSSD" ], [ "https://github.com/YubinHan73/LSKANet" ], [ "https://github.com/sail-sg/metaformer" ], [ "https://github.com/mindflow-institue/Awesome-Transformer" ], [ "https://github.com/yao-laboratory/cellMarkerPipe" ], [ "https://github.com/yao-laboratory/cellMarkerPipe" ], [ "https://github.com/yao-laboratory/cellMarkerPipe" ], [ "https://github.com/yao-laboratory/cellMarkerPipe" ], [ "https://github.com/mbglab/EVRC" ], [ "https://github.com/cerm-cirmmp/Master-of-metals" ], [ "https://github.com/JiannanChen/AggtCNN" ], [ "https://github.com/XY-boy/TTST" ], [ "https://github.com/sunkg/jCAN" ], [ "https://github.com/ylaboratory/ETNA" ], [ "https://github.com/frankkramer-lab/GPTNERMED" ], [ "https://github.com/yoxu515/aot-benchmark" ], [ "https://github.com/SJTUBME-QianLab/CausalGCN-PDPA" ], [ "https://github.com/amin-nejat/Deformable-Atlas" ], [ "https://github.com/ylab-hi/ScanNeo2" ], [ "https://github.com/danpak94/Deep-Cardiac-Volumetric-Mesh" ], [ "https://github.com/DayuHuu/scDFC" ], [ "https://github.com/SnowRain510/MSMTSeg" ], [ "https://github.com/adfoucart/panoptic-quality-suppl" ], [ "https://github.com/cieplinski-tobiasz/smina-docking-benchmark" ], [ "https://github.com/11101028/CADA-BioRE" ], [ "https://github.com/FudanVI/MAEcho" ], [ "https://github.com/gregorpatof/dynasigml_package" ], [ "https://github.com/MathLee/GeleNet" ], [ "https://github.com/vignywang/AWDesc" ], [ "https://github.com/ding-lab/BreakPointSurveyor" ], [ "https://github.com/QiaoLiuHit/LSOTB-TIR" ], [ "https://github.com/hongwang01/DRCDNet" ], [ "https://github.com/lucabello/wavelet-hmms" ], [ "https://github.com/MBC-Neuroimaging/ClotDetectEval" ], [ "https://github.com/nerel-ds/NEREL-BIO" ], [ "https://github.com/Xyporz/CISSL-GANs" ], [ "https://github.com/bebeklab/nSEA" ], [ "https://github.com/Beno-waxgourd/NLP" ], [ "https://github.com/JaroSant/EWF" ], [ "https://github.com/chan-csu/SPAM-DFBA" ], [ "https://github.com/matteo-dunnhofer/MRPyrNet" ], [ "https://github.com/19990915fzy/DGNNMDA" ], [ "https://github.com/gongleii/DFCN-RSP" ], [ "https://github.com/cschengxu/FDFace" ], [ "https://github.com/Lfang111/LBCE-BERT" ], [ "https://github.com/nec-research/vibtcr" ], [ "https://github.com/arumugamlab/MIntO" ], [ "https://github.com/CFM-MSG/Code_SDN" ], [ "https://github.com/ebi-gene-expression-group/selectBCM" ], [ "https://github.com/HealthML/AntiSplodge" ], [ "https://github.com/gavinmdouglas/POMS" ], [ "https://github.com/kevinmildau/homologueDiscoverer" ], [ "https://github.com/tanveer-hussain/DFAN" ], [ "https://github.com/kimianoorbakhsh/LPF-Defense" ], [ "https://github.com/med-air/DLTTA" ], [ "https://github.com/TIDOP-USAL/4DRoot" ], [ "https://github.com/elus-om/BRM_OMEXP" ], [ "https://github.com/qubekit/QUBEKit" ], [ "https://github.com/JulienLajugie/GenPlay" ], [ "https://github.com/thuxyz19/3D-HPE-PAA" ], [ "https://github.com/BTheDragonMaster/pikachu" ], [ "https://github.com/jiyuc/AutoGOAConsistency" ], [ "https://github.com/ChemSpace-LLC/usrcat_sim" ], [ "https://github.com/justasb/SwarmSight" ], [ "https://github.com/micahvista/MAMnet" ], [ "https://github.com/yuanhaowang1213/adaptivediffgrid_ex" ], [ "https://github.com/scottjingtt/AMF_GZS_SBIR" ], [ "https://github.com/chry04/PLUSplacer" ], [ "https://github.com/vicsanga/Postre" ], [ "https://github.com/Deep-Bioinfo/DFLM" ], [ "https://github.com/eyalmazuz/DrugWithdrawn" ], [ "https://github.com/Zhentao-Liu/KLT-JND" ], [ "https://github.com/mug-auth/ssl-chewing" ], [ "https://github.com/ay0408/DP-trio-TDT" ], [ "https://github.com/kanz76/GMPNN-CS" ], [ "https://github.com/jodyphelan/covid-profiler" ], [ "https://github.com/CityU-AIM-Group/Prototypical-Graph-DA" ], [ "https://github.com/hellosunking/Msuite2" ], [ "https://github.com/TNTurnerLab/ACES" ], [ "https://github.com/lamoureux-lab/3DCNN_MQA" ], [ "https://github.com/ljaiverson/multiview-curriculum" ], [ "https://github.com/bioXiaoheng/BallerMixPlus" ], [ "https://github.com/huynguyen250896/DrGA" ], [ "https://github.com/yuesongtian/AlphaGAN" ], [ "https://github.com/ramirandaq/tn_Comparisons" ], [ "https://github.com/Novartis/UMM-Discovery" ], [ "https://github.com/insilicomedicine/DILBERT" ], [ "https://github.com/Kali-Hac/Locality-Awareness-SGE" ], [ "https://github.com/RossLabCSU/LCD-Composer" ], [ "https://github.com/maiziex/Aquila_stLFR" ], [ "https://github.com/gnina/SolTranNet" ], [ "https://github.com/pephco/quickLD" ], [ "https://github.com/psipred/cgdms" ], [ "https://github.com/kanz76/SSI-DDI" ], [ "https://github.com/bbbbbbzhou/MDPET" ], [ "https://github.com/seqscope/STtools" ], [ "https://github.com/lol88/Mol2Context-vec" ], [ "https://github.com/robert-winkler/MeteoMex" ], [ "https://github.com/hehefan/DPSIS" ], [ "https://github.com/Genomics-HSE/VGsim" ], [ "https://github.com/RitataLU/ATACgraph" ], [ "https://github.com/rosemeis/emu" ], [ "https://github.com/alexQiSong/scSTEM" ], [ "https://github.com/boboppie/ORFLine" ], [ "https://github.com/liubo2358/scASKcmd" ], [ "https://github.com/Elham-khalili/Soybean-Charcoal-Rot-Disease-Prediction-Dataset-code" ], [ "https://github.com/zhengyushan/dpathnet" ], [ "https://github.com/momalab/octal-candet" ], [ "https://github.com/Leotju/MGAN" ], [ "https://github.com/lcmeteor/MSLDOCK" ], [ "https://github.com/Want2Vanish/FBMSNet" ], [ "https://github.com/aistairc/DeepEventMine" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/plger/pipeComp" ], [ "https://github.com/luojunwei/LROD" ], [ "https://github.com/gersteinlab/FANCY" ], [ "https://github.com/Helena-todd/TinGa" ], [ "https://github.com/uc-bd2k/paslincs" ], [ "https://github.com/ninailieva/SMFS_clustering" ], [ "https://github.com/lileir/MMS2plot" ], [ "https://github.com/BorgwardtLab/SiNIMin" ], [ "https://github.com/riboviz/riboviz" ], [ "https://github.com/nmcross/Material-Imaging-Characteristics" ], [ "https://github.com/senli2018/DCTL" ], [ "https://github.com/mzytnicki/mmannot" ], [ "https://github.com/MathBioCU/WSINDy_IPS" ], [ "https://github.com/mathijsraemaekers/Cgrid-toolbox" ], [ "https://github.com/anirudhsom/PI-Net" ], [ "https://github.com/dfguan/purge_dups" ], [ "https://github.com/prafols/rMSIproc" ], [ "https://github.com/dinhinfotech/DiGI" ], [ "https://github.com/LiangYu-Xidian/NEDTP" ], [ "https://github.com/imgag/ngs-bits" ], [ "https://github.com/imgag/ngs-bits" ], [ "https://github.com/imgag/ngs-bits" ], [ "https://github.com/imgag/ngs-bits" ], [ "https://github.com/chentao1999/MedicalRelationExtraction" ], [ "https://github.com/rongma6/QSARMPC_DTIMPC" ], [ "https://github.com/Serdobe/Probabilistic_Graphlets" ], [ "https://github.com/wenguanwang/AGS" ], [ "https://github.com/liseda-lab/kgsim-benchmark" ], [ "https://github.com/jmlipman/RatLesNetv2" ], [ "https://github.com/elkebir-group/MCT" ], [ "https://github.com/alvinxhan/Phydelity" ], [ "https://github.com/stephaniehicks/methylCC" ], [ "https://github.com/jdblischak/workflowr" ], [ "https://github.com/yjjang/capssa" ], [ "https://github.com/UdeS-CoBIUS/EXECT" ], [ "https://github.com/coamo2/CD-trace" ], [ "https://github.com/cz-ye/DECENT" ], [ "https://github.com/ugobas/tnm" ], [ "https://github.com/ugobas/tnm" ], [ "https://github.com/ugobas/tnm" ], [ "https://github.com/ugobas/tnm" ], [ "https://github.com/ugobas/tnm" ], [ "https://github.com/ugobas/tnm" ], [ "https://github.com/ugobas/tnm" ], [ "https://github.com/ugobas/tnm" ], [ "https://github.com/ugobas/tnm" ], [ "https://github.com/wulalago/DAF3D" ], [ "https://github.com/htzhaoecust/glsnn" ], [ "https://github.com/chupan1218/ProModule" ], [ "https://github.com/aritra90/TeraPCA" ], [ "https://github.com/soyoungryu/MetaMSD" ], [ "https://github.com/hitbc/deGSM" ], [ "https://github.com/sansubs/vcf2pop" ], [ "https://github.com/Illumina/ExpansionHunter" ], [ "https://github.com/stefangraw/Allocation-Power-Optimizer" ], [ "https://github.com/ncbi/TPMCalculator" ], [ "https://github.com/hkaneko1985/gtm-generativetopographicmapping" ], [ "https://github.com/hkaneko1985/gtm-generativetopographicmapping" ], [ "https://github.com/hkaneko1985/gtm-generativetopographicmapping" ], [ "https://github.com/hkaneko1985/gtm-generativetopographicmapping" ], [ "https://github.com/alexander-nash/kurtosis_conservation" ], [ "https://github.com/YeeHo/Glutton" ], [ "https://github.com/XinguoLu/DMCM" ], [ "https://github.com/guigolab/ggsashimi" ], [ "https://github.com/manuellafond/HyPPO" ], [ "https://github.com/mkanai/grimon" ], [ "https://github.com/HillLab/SomaticSiMu" ], [ "https://github.com/MedChaabane/deepRAM" ], [ "https://github.com/will-rowe/groot" ], [ "https://github.com/dvav/eQTLBookChapter" ], [ "https://github.com/mirnylab/cooler" ], [ "https://github.com/mirnylab/cooler" ], [ "https://github.com/mirnylab/cooler" ], [ "https://github.com/mirnylab/cooler" ], [ "https://github.com/caramirezal/RegulatoryNetworkGMPModel" ], [ "https://github.com/SchulzLab/ORNA" ], [ "https://github.com/xyc0813/SVmine" ], [ "https://github.com/sgreer77/gemtools" ], [ "https://github.com/OpenNFT/OpenNFT_Demo" ], [ "https://github.com/ryusukemomota/nanatex" ], [ "https://github.com/gifford-lab/DeepLigand" ], [ "https://github.com/AndreLamurias/IBRel" ], [ "https://github.com/wenjiegroup/BiRen" ], [ "https://github.com/BSharmi/DPM-LGCP" ], [ "https://github.com/sfu-compbio/colormap" ], [ "https://github.com/crbs/probabilitymapviewer" ], [ "https://github.com/agustinaarroyuelo/Azahar" ], [ "https://github.com/PanGeTv1/PanGeT" ], [ "https://github.com/CSB5/atminter" ], [ "https://github.com/hsoleimani/MLTM" ], [ "https://github.com/PhHermann/LDJump" ], [ "https://github.com/Rappsilber-Laboratory/xiSPEC" ], [ "https://github.com/COMBINE-lab/RapMap" ], [ "https://github.com/bioops/crowdnodnet" ], [ "https://github.com/CMU-SAFARI/Optimal-Seed-Solver" ], [ "https://github.com/mourisl/Rcorrector" ], [ "https://github.com/wswgG/solver-for-the-Jeffreys-type-equations-system" ], [ "https://github.com/dww100/sct" ], [ "https://github.com/SofieVG/FlowSOM" ], [ "https://github.com/shawn-peng/counting-consistent-sub-DAG" ], [ "https://github.com/oushujun/EDTA" ], [ "https://github.com/ustc-bmec/MRGazer" ], [ "https://github.com/ding-lab/msisensor" ], [ "https://github.com/lalunex/MSDCCL" ], [ "https://github.com/pengkenlim/LSTrAP-denovo" ], [ "https://github.com/PyEED/CANDy" ], [ "https://github.com/pitthexai/HexAI-TJAtxt" ], [ "https://github.com/CompGenomeLab/PHACT" ], [ "https://github.com/Topwood91/FSVA" ], [ "https://github.com/pierrepo/PBxplore" ], [ "https://github.com/ziyili20/CAMLU" ], [ "https://github.com/LQCT/BitQT" ], [ "https://github.com/SMAC-Group/irg" ], [ "https://github.com/subsurfaceinsights/ort-kbase-to-pflotran" ], [ "https://github.com/Lycus99/SDA-CLIP" ], [ "https://github.com/jutzca/Systemic-effects-of-Spinal-Cord-Injury" ], [ "https://github.com/abelson-lab/smMIP-tools" ], [ "https://github.com/danik0411/optimum-rlda" ], [ "https://github.com/cobisLab/DMLS" ], [ "https://github.com/jsheunis/quality-and-denoising-in-rtfmri-nf" ], [ "https://github.com/dmontaner-papers/gsa4mirna" ], [ "https://github.com/maayanlab/prismexp" ], [ "https://github.com/wgmao/NIFA" ], [ "https://github.com/JmanJ/LSM_Worker" ], [ "https://github.com/DHUDBlab/IGEGRNS" ], [ "https://github.com/merck/MolPROP" ], [ "https://github.com/csust-yixin/ConvMedSegNet" ], [ "https://github.com/samtools/samtools" ], [ "https://github.com/LinearFold/LinearAlifold" ], [ "https://github.com/LinearFold/LinearAlifold" ], [ "https://github.com/LinearFold/LinearAlifold" ], [ "https://github.com/LinearFold/LinearAlifold" ], [ "https://github.com/neulmc/TDCN" ], [ "https://github.com/G708/Clover" ], [ "https://github.com/OpenGVLab/VideoMAEv2" ], [ "https://github.com/DRGreat/MCNet" ], [ "https://github.com/SimonBiggs/electronfactors" ], [ "https://github.com/Wang-lab-UCSD/AntPack" ], [ "https://github.com/WeehowTang/SSL-rebalancingtest" ], [ "https://github.com/tphoward/Mottle_Repo" ], [ "https://github.com/Namerlight/LabelFree_AuNP_Quantification" ], [ "https://github.com/Popgen48/scalepopgen" ], [ "https://github.com/Lilu-guo/Effaln" ], [ "https://github.com/ruisue/EnAMP" ], [ "https://github.com/azamanos/HydraProt" ], [ "https://github.com/LibourelLab/BiofloSoftware" ], [ "https://github.com/julie-forman-kay-lab/IDPConformerGenerator" ], [ "https://github.com/zhangy0822/USER" ], [ "https://github.com/czbiohub-sf/pomelo" ], [ "https://github.com/cglrtrgy/GoL_Toolbox" ], [ "https://github.com/shenkqtx/SAR-Colorization-Benchmarking-Protocol" ], [ "https://github.com/JiuqingDong/TS_OAMIL-for-Plant-disease-detection" ], [ "https://github.com/ncbi/GNorm2" ], [ "https://github.com/magspho/hifieval" ], [ "https://github.com/TheJacksonLaboratory/wn2vec" ], [ "https://github.com/changliu-work/TNT_MNet" ], [ "https://github.com/ShiratsuyuShigure/MLAENet-pytorch" ], [ "https://github.com/OceanSTARLab/Tensor-Neural-Network" ], [ "https://github.com/wangjinlei-hnu/ACAS" ], [ "https://github.com/Stephen2526/Structure-informed_PLM" ], [ "https://github.com/zeyuxiao1997/LFSTVSR" ], [ "https://github.com/DasSusanta/snakemake_ccs" ], [ "https://github.com/jingzhaohlj/AL-Net" ], [ "https://github.com/SnehaShukla937/TrustMIS" ], [ "https://github.com/EndoluminalSurgicalVision-IMR/Medical-SSL" ], [ "https://github.com/dehazing/SGDRL" ], [ "https://github.com/L-EL/TreeJ" ], [ "https://github.com/Wayfear/FBNETGEN" ], [ "https://github.com/shubhamchandak94/lossy_compression_evaluation" ], [ "https://github.com/dhfbk/religious-hate-speech" ], [ "https://github.com/Malfoy/PAC" ], [ "https://github.com/mjliu2020/RandomFR" ], [ "https://github.com/jingjin25/LFhybridSR-Fusion" ], [ "https://github.com/bioinformatics-xu/DriverGenePathway" ], [ "https://github.com/Kelly510/RehabExerAssess" ], [ "https://github.com/MolecularAI/REINVENT4" ], [ "https://github.com/ProgrammerHyy/CM-MLP" ], [ "https://github.com/lyhkevin/MT-Net" ], [ "https://github.com/claudepasquier/amine" ], [ "https://github.com/xmed-lab/TimeStamp-Surgical" ], [ "https://github.com/aaschaffer/vecscreen_plus_taxonomy" ], [ "https://github.com/Zero-We/BCL" ], [ "https://github.com/adrienrougny/stonpy" ], [ "https://github.com/DisscLab/HNNVAT" ], [ "https://github.com/zhg-SZPT/MeDetection" ], [ "https://github.com/trevor-chan/Melanoma_NetworkMorphology" ], [ "https://github.com/wangjx22/CLAPS" ], [ "https://github.com/Lature-Yang/BASeg" ], [ "https://github.com/grzsko/Alignstein" ], [ "https://github.com/RabbitBio/RabbitFX" ], [ "https://github.com/yphsieh/ItgDB" ], [ "https://github.com/sota-joson/KE-RCNN" ], [ "https://github.com/ZW01f/Blink-To-Live" ], [ "https://github.com/heche-psb/wgd" ], [ "https://github.com/gcgreenberg/Oriented-TNF" ], [ "https://github.com/cobisLab/YTLR" ], [ "https://github.com/akiyamalab/restretto" ], [ "https://github.com/ldrunning/DSSNet" ], [ "https://github.com/molML/MoleculeACE" ], [ "https://github.com/usnistgov/thermo-extrap" ], [ "https://github.com/CRazorback/AADG" ], [ "https://github.com/kelrenmor/bs3fa" ], [ "https://github.com/raphael-group/paste2" ], [ "https://github.com/bioinfoUQAM/RL-bgc-components" ], [ "https://github.com/phillipecardenuto/rsiil" ], [ "https://github.com/Novartis/EQP-cluster" ], [ "https://github.com/CMACH508/IA-FaceS" ], [ "https://github.com/bmds-lab/Crackling" ], [ "https://github.com/rwk-unil/xSqueezeIt" ], [ "https://github.com/GXYM/TextPMs" ], [ "https://github.com/bzlee-bio/PrIMP" ], [ "https://github.com/LottePronk/whokaryote" ], [ "https://github.com/YinanZhang522/SIEVE" ], [ "https://github.com/Rohit-Kundu/AltWOA" ], [ "https://github.com/SGDDNB/CLIPreg" ], [ "https://github.com/MottaStefano/PathDetect-SOM" ], [ "https://github.com/anhnda/SPARSE" ], [ "https://github.com/HAN-Siyu/LION" ], [ "https://github.com/grrchrr/VisuStatR" ], [ "https://github.com/Lixy1997/Group-WSSS" ], [ "https://github.com/DMCB-GIST/DeepPIG" ], [ "https://github.com/danielschw188/InputOutputSCRNASeq" ], [ "https://github.com/degiacom/biobox" ], [ "https://github.com/TakahiroKagawa/GaitAnalysis_BM" ], [ "https://github.com/icbi-lab/nextNEOpi" ], [ "https://github.com/zoecournia/DREAMM" ], [ "https://github.com/BlanchetteLab/PhyloPGM" ], [ "https://github.com/lennylv/ctP2ISP" ], [ "https://github.com/breakerlab/dimpl" ], [ "https://github.com/CVI-SZU/WaveCNet" ], [ "https://github.com/kelrenmor/farva" ], [ "https://github.com/JohnleeHIT/SLEX-Net" ], [ "https://github.com/usnistgov/nn-calculator" ], [ "https://github.com/ylab-hi/lncGSEA" ], [ "https://github.com/popitsch/nanopanel2" ], [ "https://github.com/ratschlab/row_diff" ], [ "https://github.com/linDing-groups/model_4mc" ], [ "https://github.com/qasimyu/grmt" ], [ "https://github.com/mzlr/sau-net" ], [ "https://github.com/mzlr/sau-net" ], [ "https://github.com/mzlr/sau-net" ], [ "https://github.com/mzlr/sau-net" ], [ "https://github.com/sysbio-bioinf/BNStatic" ], [ "https://github.com/mengweiren/q-space-conditioned-dwi-synthesis" ], [ "https://github.com/chenchao666/Bone-Age-Assessment" ], [ "https://github.com/CostaLab/CrossTalkeR" ], [ "https://github.com/NeuroSyd/breast-cancer-sub-types" ], [ "https://github.com/totajuliusd/topr" ], [ "https://github.com/BADD-XMU/PhosMap" ], [ "https://github.com/guanjue/S3V2_IDEAS_ESMP" ], [ "https://github.com/FTD007/PInet" ], [ "https://github.com/QData/ChromeGCN" ], [ "https://github.com/ecs-vlc/opponency" ], [ "https://github.com/jbelyeu/unfazed" ], [ "https://github.com/hatchetProject/AI-Driver" ], [ "https://github.com/PeikeLi/Self-Correction-Human-Parsing" ], [ "https://github.com/TaatiTeam/pain_detection_demo" ], [ "https://github.com/WheelerLab/LAI_benchmarking" ], [ "https://github.com/AbnerHqC/GaitSet" ], [ "https://github.com/ccbiolab/svpluscnv" ], [ "https://github.com/tsudalab/NMR-TS" ], [ "https://github.com/piyushmishra12/IMC" ], [ "https://github.com/ZhenshenBao/SPFA" ], [ "https://github.com/ylab-hi/ScanITD" ], [ "https://github.com/smarco/WFA" ], [ "https://github.com/welch-lab/liger" ], [ "https://github.com/kreimanlab/WhenPigsFlyContext" ], [ "https://github.com/DormanLab/AmpliCI" ], [ "https://github.com/DormanLab/AmpliCI" ], [ "https://github.com/DormanLab/AmpliCI" ], [ "https://github.com/DormanLab/AmpliCI" ], [ "https://github.com/anuprulez/galaxy_tool_recommendation" ], [ "https://github.com/somnonetz/xnat-fhir-plugin" ], [ "https://github.com/ModelEngineering/SBMLLint" ], [ "https://github.com/BioDataLearning/XGEP" ], [ "https://github.com/AndersJing/ResNetQA" ], [ "https://github.com/tianyan8023/OBCS" ], [ "https://github.com/feiglab/sars-cov-2-proteins" ], [ "https://github.com/schwanbeck/YSMR" ], [ "https://github.com/yongzhuang/DeepSVFilter" ], [ "https://github.com/Yuxin-Wen/GeoA3" ], [ "https://github.com/vittoriofortino84/ThETA" ], [ "https://github.com/BeObm/AutoCDRP" ], [ "https://github.com/rsanchezgarc/micrograph_cleaner_em" ], [ "https://github.com/zhanglab2019/qMGR" ], [ "https://github.com/chasewnelson/OLGenie" ], [ "https://github.com/yxxue/MetaRib" ], [ "https://github.com/miguelperezenciso/SeqBreed" ], [ "https://github.com/Xiaoheng-Wang12/Wang-xiaoheng" ], [ "https://github.com/MicroAVA/GEDFN" ], [ "https://github.com/lab319/GRNs_nonlinear_ODEs" ], [ "https://github.com/bio-ontology-research-group/tsoe" ], [ "https://github.com/luojunwei/SLR" ], [ "https://github.com/Bhattacharya-Lab/QDeep" ], [ "https://github.com/tdw1221/NITUMID" ], [ "https://github.com/jiazhao97/BWMR" ], [ "https://github.com/xueqing4083/PPNID" ], [ "https://github.com/ningshi/ATEN" ], [ "https://github.com/VCCRI/hactive" ], [ "https://github.com/shengli0201/Datasets" ], [ "https://github.com/shengli0201/Datasets" ], [ "https://github.com/shengli0201/Datasets" ], [ "https://github.com/shengli0201/Datasets" ], [ "https://github.com/Teoroo-CMC/PiNN" ], [ "https://github.com/Rinoahu/SwiftOrtho" ], [ "https://github.com/simonwhelan/Divvier" ], [ "https://github.com/1kovalevskiy/Effect-of-the-operational-parameters" ], [ "https://github.com/lrgr/sigma" ], [ "https://github.com/wjlim/correlation-between-rna-seq-and-RRBS" ], [ "https://github.com/beringresearch/ivis" ], [ "https://github.com/epilog-tool/epilog" ], [ "https://github.com/iochoa/MassComp" ], [ "https://github.com/jkimlab/TAMA" ], [ "https://github.com/luntergroup/EquivariantNetworks" ], [ "https://github.com/regevs/factorial_hmm" ], [ "https://github.com/BorgwardtLab/ARDISS" ], [ "https://github.com/GuoBioinfoLab/CATT" ], [ "https://github.com/tarjxvf/metasmc" ], [ "https://github.com/xypan1232/DislncRF" ], [ "https://github.com/rampasek/DrVAE" ], [ "https://github.com/BioprocessdesignLab/Steadystateconc" ], [ "https://github.com/morispi/HG-CoLoR" ], [ "https://github.com/csirac/dynamicDBG" ], [ "https://github.com/rubbs14/CSP-Analyzer" ], [ "https://github.com/Xshelton/SRG-vote" ], [ "https://github.com/benhid/Sequoya" ], [ "https://github.com/COMBINE-lab/grouper" ], [ "https://github.com/linzhi2013/MitoZ" ], [ "https://github.com/liyigerry/DeepCRPs" ], [ "https://github.com/Bjoux2/DeepMirTar_SdA" ], [ "https://github.com/cepid-cces/hpccs" ], [ "https://github.com/cepid-cces/hpccs" ], [ "https://github.com/cepid-cces/hpccs" ], [ "https://github.com/cepid-cces/hpccs" ], [ "https://github.com/jianhao2016/METHCOMP" ], [ "https://github.com/JosieLHayes/simExTargId" ], [ "https://github.com/markovmodel/PySFD" ], [ "https://github.com/dustincys/WDNfinder" ], [ "https://github.com/gmarcais/minimizers" ], [ "https://github.com/batuff/Survival" ], [ "https://github.com/raunaq-m/MultiRes" ], [ "https://github.com/NDBL/ADDIT" ], [ "https://github.com/thoang3/portfolio" ], [ "https://github.com/changshuaiwei/gsu" ], [ "https://github.com/HudsonAlpha/aRNAPipe" ], [ "https://github.com/Christopher-Amos-Lab/seXY" ], [ "https://github.com/ushaham/BatchEffectRemoval" ], [ "https://github.com/pranjalv123/FastRFS" ], [ "https://github.com/StuntsPT/Structure_threader" ], [ "https://github.com/evanswang/CGDM" ], [ "https://github.com/ethanbahl/cerebroViz" ], [ "https://github.com/karroje/phRAIDER" ], [ "https://github.com/BlabOaklandU/PATS" ], [ "https://github.com/nguyenngochuy91/Relevant-Operon" ], [ "https://github.com/dekoning-lab/ezmap" ], [ "https://github.com/Shamir-Lab/Faucet" ], [ "https://github.com/soumitag/multiSLIDE" ], [ "https://github.com/david-juan/ChromDet" ], [ "https://github.com/sing-group/Markyt" ], [ "https://github.com/HUST-NingKang-Lab/straingems" ], [ "https://github.com/neuropoly/axonseg" ], [ "https://github.com/Genetalks/gtz" ], [ "https://github.com/uym2/TreeShrink" ], [ "https://github.com/sekijima-lab/SIEVE-Score" ], [ "https://github.com/kassonlab/gmxapi" ], [ "https://github.com/NDCLab/tfpca-tutorial" ], [ "https://github.com/shishuo16/RefRGim" ], [ "https://github.com/strejcem/FBdenovo" ], [ "https://github.com/pelkmanslab/ImageBasedTranscriptomics" ], [ "https://github.com/ymatts/D3M" ], [ "https://github.com/Roulattice/Roulattice" ], [ "https://github.com/sanchak/FragalCode" ], [ "https://github.com/zqpang/CICL" ], [ "https://github.com/ajm/swiftlink" ], [ "https://github.com/ComputationalGenomics/SimRA" ], [ "https://github.com/sshaghayeghs/LLaMA-VS-GPT" ], [ "https://github.com/czh-3/UADA" ], [ "https://github.com/hliang-SchrodiLab/SV_SNPs" ], [ "https://github.com/ISA-tools/OntoMaton" ], [ "https://github.com/tangent-T/W3AMT" ], [ "https://github.com/xulabs/aitom" ], [ "https://github.com/axot/GLP" ], [ "https://github.com/Zian-Xu/Swin-MoCo" ], [ "https://github.com/JmWangBio/PepSetTest" ], [ "https://github.com/LiuLab-CSRC/ClickX" ], [ "https://github.com/Machine-Learning-for-Medical-Language/long-clinical-doc" ], [ "https://github.com/EpistasisLab/KRAGEN" ], [ "https://github.com/leirufeng/iPro2L-DG" ], [ "https://github.com/ice91/CloudBrush" ], [ "https://github.com/PRIS-CV/BiEN" ], [ "https://github.com/everest-castaneda/knext" ], [ "https://github.com/123456wk/DNA_base128" ], [ "https://github.com/qinghuannn/PAMFN" ], [ "https://github.com/nec-research/neoagdt" ], [ "https://github.com/TravisWheelerLab/nail" ], [ "https://github.com/shenlab-sinai/DeepRegFinder" ], [ "https://github.com/PigYang-ops/CycleGAN-QSDL" ], [ "https://github.com/ljbuaa/CST_TVA_DRTL" ], [ "https://github.com/zxmboshi/DDL" ], [ "https://github.com/researchprotein/amp" ], [ "https://github.com/djzgroup/Keypoints" ], [ "https://github.com/FocusPaka/NMFTL" ], [ "https://github.com/MelodYanglc/TransRectangling" ], [ "https://github.com/hanlab-SNU/PASTRY" ], [ "https://github.com/c-yn/DSANet" ], [ "https://github.com/jiantao/Tangram" ], [ "https://github.com/jiantao/Tangram" ], [ "https://github.com/jiantao/Tangram" ], [ "https://github.com/jiantao/Tangram" ], [ "https://github.com/holab-hku/MetaQuad" ], [ "https://github.com/MengkeSong/Saliency-Ranking-Paradigm" ], [ "https://github.com/RWilton/Arioc" ], [ "https://github.com/orsburn/DIDARSCPQC" ], [ "https://github.com/divya031090/ReGeNNe" ], [ "https://github.com/neurogenomics/rworkflows" ], [ "https://github.com/promethiume/SLwise" ], [ "https://github.com/leonweber/pedl" ], [ "https://github.com/leonweber/pedl" ], [ "https://github.com/leonweber/pedl" ], [ "https://github.com/leonweber/pedl" ], [ "https://github.com/fickludd/dinosaur" ], [ "https://github.com/RezvanEhsani/LOCATOR" ], [ "https://github.com/Siegel-Lab/BioSmoother" ], [ "https://github.com/lixiangli01/PDH-EH" ], [ "https://github.com/rachelgriffard/optima" ], [ "https://github.com/CcchenzJ/BootstrapRepresentation" ], [ "https://github.com/citiususc/BigSeqKit" ], [ "https://github.com/meganlsmith/phyloGAN" ], [ "https://github.com/bestadcarry/MI-NNGP" ], [ "https://github.com/gencersumbul/GRID" ], [ "https://github.com/alncat/opusDSD" ], [ "https://github.com/eioyuou/LSnet" ], [ "https://github.com/brsynth/neo4jsbml" ], [ "https://github.com/Harmonic-Discovery/AF2-kinase-conformational-landscape" ], [ "https://github.com/ZiqiaoZhang/FraSICL" ], [ "https://github.com/mebbert/VariantToolChest" ], [ "https://github.com/PNNL-m-q/mzapy" ], [ "https://github.com/IkramMaouche/CS-CatBoost" ], [ "https://github.com/gorgen2020/DVGNN" ], [ "https://github.com/fmicompbio/mutscan" ], [ "https://github.com/smu-ivpl/ASSN" ], [ "https://github.com/CUHK-AIM-Group/Decoupled-Unbiased-Teacher" ], [ "https://github.com/teerjk/TimeAttackGenComp" ], [ "https://github.com/chenshaobin/FITNet" ], [ "https://github.com/Deep-imagelab/HPRN" ], [ "https://github.com/suinleelab/PAUSE" ], [ "https://github.com/Zhenj-Nie/MFPINC" ], [ "https://github.com/jcwang123/xboundformer" ], [ "https://github.com/raoyongming/GFNet" ], [ "https://github.com/chenzhe207/DPL-SCSR" ], [ "https://github.com/SayakaMiura/CloneFinderPlus" ], [ "https://github.com/lasigeBioTM/K-RET" ], [ "https://github.com/ayujain04/psb_supplement" ], [ "https://github.com/danfenghong/IEEE_TIP_UIU-Net" ], [ "https://github.com/McGregorWwww/MCA-UNet" ], [ "https://github.com/qi0906/SPLNMTF" ], [ "https://github.com/irinagain/iglu" ], [ "https://github.com/irinagain/iglu" ], [ "https://github.com/irinagain/iglu" ], [ "https://github.com/irinagain/iglu" ], [ "https://github.com/VFs625/PreVFs-RG" ], [ "https://github.com/GMOD/jbrowse-jupyter" ], [ "https://github.com/sherry6247/CATNet" ], [ "https://github.com/YAMACS-SML/GUIDE" ], [ "https://github.com/Dumitrescu-Alexandru/TSignal" ], [ "https://github.com/PragLab/SAMPLE" ], [ "https://github.com/nlesc-nano/CAT" ], [ "https://github.com/Noble-Lab/synmatch" ], [ "https://github.com/ylab-hi/ScanExitronLR" ], [ "https://github.com/asliboyraz/PMGs" ], [ "https://github.com/iremeyiokur/COVID-19-Preventions-Control-System" ], [ "https://github.com/Laboratoire-de-Chemoinformatique/HyFactor" ], [ "https://github.com/lingluodlut/BioCreativeVII_DrugProt" ], [ "https://github.com/kundajelab/yuzu" ], [ "https://github.com/lauriebelch/SOCfinder" ], [ "https://github.com/ghattab/CAPT" ], [ "https://github.com/guxinqian/Simple-ReID" ], [ "https://github.com/szu-zzb/polypsegplus" ], [ "https://github.com/YishuLiu/SA-COVID" ], [ "https://github.com/swz30/MIRNetv2" ], [ "https://github.com/bcbl-kaist/DeepLUCIA" ], [ "https://github.com/dvlab-research/SA-AutoAug" ], [ "https://github.com/RongquanWang/ELF-DPC" ], [ "https://github.com/dina-lab3D/NanoNet" ], [ "https://github.com/ETH-NEXUS/gExcite_pipeline" ], [ "https://github.com/twolinin/LongPhase" ], [ "https://github.com/callmespring/LOGAN" ], [ "https://github.com/qasimyu/amc" ], [ "https://github.com/JialinQu/gKAT" ], [ "https://github.com/DeepSpectrum/DeepSpectrumLite" ], [ "https://github.com/niuchuangnn/SPICE" ], [ "https://github.com/maragkakislab/samql" ], [ "https://github.com/Snehalikalall/sc-REnF" ], [ "https://github.com/lucasliu0928/KGDAL" ], [ "https://github.com/MeHelmy/princess" ], [ "https://github.com/puls-group/percolation-analyzer" ], [ "https://github.com/Rose-STL-Lab/LIMO" ], [ "https://github.com/fhaive/VOLTA" ], [ "https://github.com/boxiangliu/ParaMed" ], [ "https://github.com/Zzh-tju/CIoU" ], [ "https://github.com/xqpeng/MHap_DMR" ], [ "https://github.com/MIB-Lab/Network-based-Subject-Portrait-Approach" ], [ "https://github.com/AhmedStohy/Hybrid-Pointer-Networks" ], [ "https://github.com/michaelcarr-stats/FUCCI" ], [ "https://github.com/schuefflerlab/openseadragon" ], [ "https://github.com/hxdde/SMR" ], [ "https://github.com/BiodataAnalysisGroup/kmerAnalyzer" ], [ "https://github.com/cbasemaster/time-series-attribution" ], [ "https://github.com/AstraZeneca/detectIS" ], [ "https://github.com/flatironinstitute/st_gridnet" ], [ "https://github.com/Angione-Lab/HybridGroupIPFLasso_pc2Lasso" ], [ "https://github.com/TheKorenLab/TIGER" ], [ "https://github.com/JasonLeeGHub/MAG-SD" ], [ "https://github.com/kwon-uou/NNBNI" ], [ "https://github.com/human-analysis/neural-architecture-transfer" ], [ "https://github.com/Karena6688/qcSSMDhomo" ], [ "https://github.com/RanSuLab/ProteinSubcellularLocation" ], [ "https://github.com/yhai943/BLMM" ], [ "https://github.com/RdoubleA/DWIinpainting" ], [ "https://github.com/JaminFong/FNA" ], [ "https://github.com/bjyoontamu/MONACO" ], [ "https://github.com/chaofengc/Face-SPARNet" ], [ "https://github.com/chengjianhong/glioma_grading" ], [ "https://github.com/Murali-group/multi-species-GOA-prediction" ], [ "https://github.com/daifengwanglab/Varmole" ], [ "https://github.com/QUST-AIBBDRC/scGMAI" ], [ "https://github.com/zty2009/Identifying-Protein-Biomarkers-in-Blood-for-Alzheimer-s-Disease" ], [ "https://github.com/leonweber/pedl" ], [ "https://github.com/leonweber/pedl" ], [ "https://github.com/leonweber/pedl" ], [ "https://github.com/leonweber/pedl" ], [ "https://github.com/KennthShang/PhaGCN" ], [ "https://github.com/pfenninglab/halLiftover-postprocessing" ], [ "https://github.com/ucfcbb/RNAMotifFamilySimilarity" ], [ "https://github.com/YangLiu9208/SAKDN" ], [ "https://github.com/bcgsc/ntjoin" ], [ "https://github.com/iditam/CompareNPPs" ], [ "https://github.com/lrjuan/PGsim" ], [ "https://github.com/bioinformatics-polito/BioSeqZip" ], [ "https://github.com/ykat0/bivartect" ], [ "https://github.com/dy16b/Cross-Platform-Normalization" ], [ "https://github.com/LangeLab/SQuAPP" ], [ "https://github.com/PMMAraujo/snappy" ], [ "https://github.com/ugobas/tnm" ], [ "https://github.com/ugobas/tnm" ], [ "https://github.com/ugobas/tnm" ], [ "https://github.com/ugobas/tnm" ], [ "https://github.com/ugobas/tnm" ], [ "https://github.com/ugobas/tnm" ], [ "https://github.com/ugobas/tnm" ], [ "https://github.com/ugobas/tnm" ], [ "https://github.com/ugobas/tnm" ], [ "https://github.com/qm2/gpress" ], [ "https://github.com/TheJacksonLaboratory/pyBedGraph" ], [ "https://github.com/GeniusTang/Afann" ], [ "https://github.com/almarguet/IdentificationWithARME" ], [ "https://github.com/neurokidslab/eeg_preprocessing" ], [ "https://github.com/neuropoly/atlas-rat" ], [ "https://github.com/abu-compbio/MEXCOwalk" ], [ "https://github.com/ViennaRNA/pourRNA" ], [ "https://github.com/philipmorrisintl/NPA" ], [ "https://github.com/PaulSchmidtGit/Heritability" ], [ "https://github.com/leylabmpi/DeepMAsED" ], [ "https://github.com/williamcaicedo/ISeeU" ], [ "https://github.com/yijingru/ANCIS-Pytorch" ], [ "https://github.com/ccsb-scripps/ADCP" ], [ "https://github.com/BioEasy/EasyCodeML" ], [ "https://github.com/Graylab/GeoDock" ], [ "https://github.com/baoe/flas" ], [ "https://github.com/takumorizo/OHVarfinDer" ], [ "https://github.com/mozack/abra2" ], [ "https://github.com/nmquijada/tormes" ], [ "https://github.com/jehops/codeml_modl" ], [ "https://github.com/cozygene/CONFINED" ], [ "https://github.com/GiugnoLab/PanDelos" ], [ "https://github.com/YosefLab/BRAPeS" ], [ "https://github.com/adspit/PASCAL" ], [ "https://github.com/roneshsharma/OPAL-plus" ], [ "https://github.com/stamakro/SSP-LSDR" ], [ "https://github.com/forrest-lab/scMatch" ], [ "https://github.com/faryabib/inteGREAT" ], [ "https://github.com/Oncostat/BenchmarkNCVTools" ], [ "https://github.com/biomedBit/LeNup" ], [ "https://github.com/gaitat/GenomeUPlot" ], [ "https://github.com/KenLauLab/NVR" ], [ "https://github.com/fahaihi/PMFFRC" ], [ "https://github.com/Pbdas/epa-ng" ], [ "https://github.com/ythuang0522/FMOC" ], [ "https://github.com/kundajelab/coda" ], [ "https://github.com/a-mir/index" ], [ "https://github.com/DanBuchan/eigen_scripts" ], [ "https://github.com/pcdslab/G-MSR" ], [ "https://github.com/solonas13/maw" ], [ "https://github.com/genssi-developer/GenSSI" ], [ "https://github.com/MDU-PHL/ngmaster" ], [ "https://github.com/compgenome365/TCGA-Assembler-2" ], [ "https://github.com/spatialsr/DeepLightFieldSSR" ], [ "https://github.com/borenstein-lab/CoMiDA" ], [ "https://github.com/ballesterus/UPhO" ], [ "https://github.com/zhangzhen/sprites" ], [ "https://github.com/TJU-CMC-Org/MINTmap" ], [ "https://github.com/JINhuaqing/UIP" ], [ "https://github.com/ruricaru/YOC" ], [ "https://github.com/jtleek/svaseq" ], [ "https://github.com/wqzh/BEDM" ], [ "https://github.com/THINKINGGroup/analogy_publication" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/mms-fcul/PypKa" ], [ "https://github.com/SiminaB/MultiMed" ], [ "https://github.com/BioAlgs/MetaGen" ], [ "https://github.com/kdmurray91/kwip" ], [ "https://github.com/misshie/bioruby-ucsc-api" ], [ "https://github.com/parklab/emsar" ], [ "https://github.com/gersteinlab/MolLM" ], [ "https://github.com/extremebird/Hydra" ], [ "https://github.com/AralRalud/BASE" ], [ "https://github.com/wwaannggllii/IFIN" ], [ "https://github.com/ShenZhang-Statistics/fastCCLasso" ], [ "https://github.com/Biocomputing-Research-Group/Transformer-DIA" ], [ "https://github.com/deepomicslab/GCNFrame" ], [ "https://github.com/ShahinaKK/LWI-VMS" ], [ "https://github.com/pirakd/DeepOrienter" ], [ "https://github.com/NUS-Tim/CECT" ], [ "https://github.com/XiongchaoChen/DuDoCFNet-MultiTask" ], [ "https://github.com/isluoshuang/MACFN" ], [ "https://github.com/yeastrc/proxl-web-app" ], [ "https://github.com/manman1995/Awaresome-pansharpening" ], [ "https://github.com/ztysdu/Swift-Eye" ], [ "https://github.com/gchowell/paramEstimation_forecasting_ODEmodels" ], [ "https://github.com/XuMengyaAmy/Synthetic_CAT_SD" ], [ "https://github.com/stuchalk/OSDB" ], [ "https://github.com/maranasgroup/KETCHUP" ], [ "https://github.com/uzh-dqbm-cmi/fragmentstein" ], [ "https://github.com/Li-OmicsLab/MetDIT" ], [ "https://github.com/G100DKFZ/gene-is" ], [ "https://github.com/r-cui/PostprandialHyperHypoPrediction" ], [ "https://github.com/Jane9898/scSemiGCN" ], [ "https://github.com/AIMOVE/TSE-ARF" ], [ "https://github.com/qqeeqq/NER" ], [ "https://github.com/QIAIUNCC/FL_UNCC_QIAI" ], [ "https://github.com/gouayao/RCL" ], [ "https://github.com/VITA-Group/PruneCXR" ], [ "https://github.com/VITA-Group/PruneCXR" ], [ "https://github.com/VITA-Group/PruneCXR" ], [ "https://github.com/VITA-Group/PruneCXR" ], [ "https://github.com/OnofreyLab/dl-hmc_fast_recon_miccai2023" ], [ "https://github.com/yuzhong-deng/graphcpg" ], [ "https://github.com/lyhkevin/Graph-V-Net" ], [ "https://github.com/wrab12/SE-SSP" ], [ "https://github.com/DorothyTamYiLing/GWarrange" ], [ "https://github.com/zkkli/PSAQ-ViT" ], [ "https://github.com/happysundae/posMCPMod" ], [ "https://github.com/zeeev/wham" ], [ "https://github.com/YaqiangCao/cLoops" ], [ "https://github.com/DSIMB/ICARUS" ], [ "https://github.com/jermp/fulgor" ], [ "https://github.com/mobiusklein/psims" ], [ "https://github.com/flu-crew/PD_stats" ], [ "https://github.com/llluochen/AMSUnet" ], [ "https://github.com/AC-PHD/Seurat_PFA_pipeline" ], [ "https://github.com/LanekoffLab/i2i" ], [ "https://github.com/biogacop/PiEFM" ], [ "https://github.com/lrobidou/fimpera" ], [ "https://github.com/trinezac/SG_optimization" ], [ "https://github.com/deepmodeling/DMFF" ], [ "https://github.com/NeuronXJTU/SFDA-CellSeg" ], [ "https://github.com/TheJacksonLaboratory/drug-synergy" ], [ "https://github.com/SandraLouise/SVJedi-graph" ], [ "https://github.com/dmis-lab/ConNER" ], [ "https://github.com/QinJinghui/tcdp" ], [ "https://github.com/jiaoshihu/PSPred-ALE" ], [ "https://github.com/keleslab/AdaLiftOver" ], [ "https://github.com/ha01994/grank" ], [ "https://github.com/keleslab/muscle" ], [ "https://github.com/reymond-group/webMolCS" ], [ "https://github.com/StochasticBiology/hypercube-hmm" ], [ "https://github.com/hsu-lab/ctflow" ], [ "https://github.com/ningzilan/SSWD" ], [ "https://github.com/gui-miotto/holovel" ], [ "https://github.com/single-cell-mams/mams" ], [ "https://github.com/MinhaoYaooo/CoxMKF" ], [ "https://github.com/shahidmuneer/deepfakes-watermarking-technique" ], [ "https://github.com/nadeemlab/CIR" ], [ "https://github.com/RavenGan/GR2D2" ], [ "https://github.com/VandinLab/MASTRO" ], [ "https://github.com/Chang-Li2019/MetaRNN" ], [ "https://github.com/gyj9811/circ-pSBLA" ], [ "https://github.com/MaudeDavidLab/GMEmbeddings" ], [ "https://github.com/Mr-strlen/Cell_Pattern_Analysis_Tool" ], [ "https://github.com/lanyunwei/OKDNet" ], [ "https://github.com/fxh1001/AGF-PPIS" ], [ "https://github.com/SJTUBME-QianLab/GBM-GNN" ], [ "https://github.com/jc4357/CMUI" ], [ "https://github.com/SuferQin/Fast-QPU" ], [ "https://github.com/BinXia/PETs" ], [ "https://github.com/HectorRDB/Caldera_ISMB" ], [ "https://github.com/EESI/Complet-Plus" ], [ "https://github.com/ViDMask/VidMask-code" ], [ "https://github.com/disanda/RFM" ], [ "https://github.com/ElenaRojano/angio_cluster" ], [ "https://github.com/CIVA-Lab/USE-Net" ], [ "https://github.com/Qli97/NEDNBI" ], [ "https://github.com/fsahli/AtrialMFclass" ], [ "https://github.com/Rostlab/EAT" ], [ "https://github.com/DessiLBI2020/DessiLBI" ], [ "https://github.com/BoveyRao/Non-parametric-vc-for-sparse-st" ], [ "https://github.com/qasimyu/scclone" ], [ "https://github.com/basiralab/RG-Select" ], [ "https://github.com/ji-min-song/KD-of-MS-DPT" ], [ "https://github.com/GanjinZero/CODER" ], [ "https://github.com/nadeemlab/deepliif" ], [ "https://github.com/fyabc/BT4MolGen" ], [ "https://github.com/Crystal-Dsq/proteinqa" ], [ "https://github.com/Yang-Yun726/REMD-LSTM" ], [ "https://github.com/ddrrnn123/Omni-Seg" ], [ "https://github.com/ttesileanu/bio-time-series" ], [ "https://github.com/MariaOsmala/ChromDMM" ], [ "https://github.com/matthiasblanke/App-SpaM" ], [ "https://github.com/Karimi-Lab/inucs" ], [ "https://github.com/oxpig/DEVELOP" ], [ "https://github.com/danfenghong/ISPRS_S2FL" ], [ "https://github.com/giannamonti/RobZS" ], [ "https://github.com/vtrevino/HPV-Ref-Genomes" ], [ "https://github.com/indranillab/pseudoga" ], [ "https://github.com/jizexuan/JointOptmization" ], [ "https://github.com/tanlab/ConvolutionMedicalNer" ], [ "https://github.com/Nojgaard/mechsearch" ], [ "https://github.com/bokunoBike/m6AGE" ], [ "https://github.com/NishithPaul/tWLSA" ], [ "https://github.com/LSI-UniKonstanz/lmme" ], [ "https://github.com/ccdmb/predector" ], [ "https://github.com/compomics/psm_utils" ], [ "https://github.com/cellmapslab/kimono" ], [ "https://github.com/YingyingYao/iORI-ENST" ], [ "https://github.com/uym2/tripVote" ], [ "https://github.com/JackieSun818/AEFS" ], [ "https://github.com/ylm0505/HCGI" ], [ "https://github.com/thinhong/MethPanel" ], [ "https://github.com/grisslab/scAnnotatR" ], [ "https://github.com/yangyn533/HaForest" ], [ "https://github.com/msahasrabudhe/lymphoMIL" ], [ "https://github.com/JXZe/Learning_DualVD" ], [ "https://github.com/Gardner-BinfLab/ncVarDB" ], [ "https://github.com/visanuwan/prodmx" ], [ "https://github.com/BaoJingxiao/APBScore" ], [ "https://github.com/mwgrassgreen/RobNorm" ], [ "https://github.com/ImmuSystems-Lab/AgentBasedModel-cGASPathway" ], [ "https://github.com/barsnes-group/peptide-shaker-online" ], [ "https://github.com/totient-bio/gatnn-vs" ], [ "https://github.com/j3xugit/RaptorX-3DModeling" ], [ "https://github.com/MrGiovanni/ModelsGenesis" ], [ "https://github.com/mirnylab/cooler" ], [ "https://github.com/mirnylab/cooler" ], [ "https://github.com/mirnylab/cooler" ], [ "https://github.com/mirnylab/cooler" ], [ "https://github.com/ehodzic/CONETT" ], [ "https://github.com/a-moin/wban-pathloss" ], [ "https://github.com/Guo-Xiaoqing/SSL_WCE" ], [ "https://github.com/ShangCS/MccDTI" ], [ "https://github.com/theorod93/sCCA" ], [ "https://github.com/yangkuoone/PDGNet" ], [ "https://github.com/ma-compbio/MATCHA" ], [ "https://github.com/YanxunXu/BaySemiCompeting" ], [ "https://github.com/BlueBrain/VessMorphoVis" ], [ "https://github.com/farshidrayhanuiu/FRnet-DTI" ], [ "https://github.com/linyuwangPHD/ncRFP" ], [ "https://github.com/sakura994479727/datas" ], [ "https://github.com/chenhong-zhou/OM-Net" ], [ "https://github.com/JohnnyY8/DAMT-Model" ], [ "https://github.com/statisticalbiotechnology/parallelPermutationTest" ], [ "https://github.com/NaziaFatima/iSOM_GSN" ], [ "https://github.com/xmengli999/CANet" ], [ "https://github.com/rochus/transitionscalespace" ], [ "https://github.com/ivan-vishniakou/neural-circuits-vr" ], [ "https://github.com/wxwx1993/Bayesian_IA_Timing" ], [ "https://github.com/labstructbioinf/HAMPpred" ], [ "https://github.com/Murali-group/RegLinker" ], [ "https://github.com/yufanzhouonline/HiSIF" ], [ "https://github.com/wenguanwang/DHF1K" ], [ "https://github.com/brentp/duphold" ], [ "https://github.com/vertgenlab/gonomics" ], [ "https://github.com/bioinfologics/sdg" ], [ "https://github.com/ANGSD/ngsRelate" ], [ "https://github.com/yuansliu/bfMEM" ], [ "https://github.com/zhengchangsulab/prosampler" ], [ "https://github.com/roblanf/SRHtests" ], [ "https://github.com/mikelhernaez/linker" ], [ "https://github.com/Shamir-Lab/NEMO" ], [ "https://github.com/moyanre/tumor_clones" ], [ "https://github.com/keio-bioinformatics/mxfold" ], [ "https://github.com/ablab-nthu/Multi-CSAR" ], [ "https://github.com/pFindStudio/pDeep" ], [ "https://github.com/holtzy/LCSLCIS" ], [ "https://github.com/michaelsharpnack/GrassmannCluster" ], [ "https://github.com/minoda-lab/universc" ], [ "https://github.com/yuansliu/Bicolor" ], [ "https://github.com/kuanglab/treeSGS" ], [ "https://github.com/malikyousef/miRModuleNet" ], [ "https://github.com/davidcraft/SimKern" ], [ "https://github.com/NCI-biostats/microbiome-fixed-reference" ], [ "https://github.com/UdeS-CoBIUS/aliFreeFold" ], [ "https://github.com/CAMI-challenge/CAMITAX" ], [ "https://github.com/stephenslab/rss" ], [ "https://github.com/jamigo/tagFinder" ], [ "https://github.com/oushujun/LTR_retriever" ], [ "https://github.com/pranjalv123/SVDquest" ], [ "https://github.com/AndrasHartmann/OptPipe" ], [ "https://github.com/miicTeam/MIIC" ], [ "https://github.com/chjiao/PEHaplo" ], [ "https://github.com/reymond-group/virtual-reality-chemical-space" ], [ "https://github.com/hallamlab/TreeSAPP" ], [ "https://github.com/bioinf-jku/librfn" ], [ "https://github.com/MolecularBioinformatics/sbml-mod-ws" ], [ "https://github.com/mmaitenat/ideafix" ], [ "https://github.com/louyinxia/jointRN" ], [ "https://github.com/hcji/KPIC2" ], [ "https://github.com/Pengeace/MGRFE-GaRFE" ], [ "https://github.com/RamanLab/ReactionMiner" ], [ "https://github.com/hitbc/LAMSA" ], [ "https://github.com/modsim/molyso" ], [ "https://github.com/rbouadjenek/DQBioinformatics" ], [ "https://github.com/hartonen/PeakXus" ], [ "https://github.com/yechengxi/Sparc" ], [ "https://github.com/subangstrom/superAngle" ], [ "https://github.com/subangstrom/superAngle" ], [ "https://github.com/subangstrom/superAngle" ], [ "https://github.com/subangstrom/superAngle" ], [ "https://github.com/shengqh/GLMVC" ], [ "https://github.com/jlp2duke/EnsCat" ], [ "https://github.com/RSLabNCBS/C-HMM" ], [ "https://github.com/bartongroup/AlmostSignificant" ], [ "https://github.com/Tmyiri/QS-Net" ], [ "https://github.com/UppsalaGenomeCenter/CanvasDB" ], [ "https://github.com/bbci/wyrm" ], [ "https://github.com/sanchak/mqap" ], [ "https://github.com/sanchak/mqap" ], [ "https://github.com/sanchak/mqap" ], [ "https://github.com/sanchak/mqap" ], [ "https://github.com/chengkun-wu/PWTEES" ], [ "https://github.com/dkoslicki/MetaPalette" ], [ "https://github.com/LBBSoft/FeatureSelect" ], [ "https://github.com/embneural/Cascade-xDAWN-EEGNet-for-ERP-Detection" ], [ "https://github.com/hrcheng1066/IFSO" ], [ "https://github.com/yongchao/flowPeaks" ], [ "https://github.com/zyt-Lib/GRU-MT" ], [ "https://github.com/LI-jasm/STRPCI" ], [ "https://github.com/one-melon/SGCLDGA" ], [ "https://github.com/wangyang199897/CD-Loop" ], [ "https://github.com/mahfuzmohammad/Brainomaly" ], [ "https://github.com/zby961104/GSL-MPP" ], [ "https://github.com/SherrySDong/Hierarchical-Correction-Improves-Automated-Single-cell-Type-Annotation" ], [ "https://github.com/AitchisonLab/perox-per-cell" ], [ "https://github.com/AitchisonLab/perox-per-cell" ], [ "https://github.com/AitchisonLab/perox-per-cell" ], [ "https://github.com/AitchisonLab/perox-per-cell" ], [ "https://github.com/andreas-wagner-uzh/fitness_landscape_sampling" ], [ "https://github.com/tanghaibao/jcvi" ], [ "https://github.com/Phalo/PPIN" ], [ "https://github.com/merck/AbLEF" ], [ "https://github.com/Bhattacharya-Lab/EquiPNAS" ], [ "https://github.com/Bhattacharya-Lab/EquiPNAS" ], [ "https://github.com/Bhattacharya-Lab/EquiPNAS" ], [ "https://github.com/Bhattacharya-Lab/EquiPNAS" ], [ "https://github.com/hall-lab/svtools" ], [ "https://github.com/gokit1/gokit" ], [ "https://github.com/LD-Lyndee/scQA" ], [ "https://github.com/Hazel1994/Visually_Grounded_Word_Embeddings_2" ], [ "https://github.com/idekerlab/pyNBS" ], [ "https://github.com/annaplaksienko/methyLImp2" ], [ "https://github.com/xq141839/DualAttNet" ], [ "https://github.com/marco-oliva/afm" ], [ "https://github.com/Aboriginer/HFS-SDE" ], [ "https://github.com/Multi-OmicGraphBuilder/mosGraphGen" ], [ "https://github.com/yhai943/FBLMM" ], [ "https://github.com/veg/datamonkey-js" ], [ "https://github.com/wangjr03/BayesKAT" ], [ "https://github.com/wangjr03/BayesKAT" ], [ "https://github.com/wangjr03/BayesKAT" ], [ "https://github.com/wangjr03/BayesKAT" ], [ "https://github.com/EXP-Pruning/EXP_Pruning" ], [ "https://github.com/chunlinli/intdag" ], [ "https://github.com/IFMlab/ChemFlow_py" ], [ "https://github.com/kwu14victor/ApoBDproject" ], [ "https://github.com/KatherineEshari/Protein-aggregation-prediction" ], [ "https://github.com/whatshap/whatshap" ], [ "https://github.com/ShiMGLab/LIDER" ], [ "https://github.com/aljpetri/isONform" ], [ "https://github.com/JoseBarbero/CamPype" ], [ "https://github.com/YoochanMyung/scripts" ], [ "https://github.com/cucpbioinfo/Mol-Zero-GAN" ], [ "https://github.com/abidabrar-bracu/NoVaTeST" ], [ "https://github.com/fmfi-compbio/warpstr" ], [ "https://github.com/giang-trinh/trap-mvn" ], [ "https://github.com/suda-huanglab/circlehunter" ], [ "https://github.com/LorMeBioAI/DCiPatho" ], [ "https://github.com/spglib/spglib" ], [ "https://github.com/Shamir-Lab/INTEND" ], [ "https://github.com/wsjeon92/AbFlex" ], [ "https://github.com/mizuno-group/GLDADec" ], [ "https://github.com/basiralab/4D-FedGNN-Plus" ], [ "https://github.com/biofuture/Ublastx_stageone" ], [ "https://github.com/study-czx/HNetPa-DTI" ], [ "https://github.com/lileitech/MI_inverse_inference" ], [ "https://github.com/donaldlab/OSPREY_refactor" ], [ "https://github.com/soham-chitnis10/WSI-domain-specific" ], [ "https://github.com/boutroslab/cld" ], [ "https://github.com/pinellolab/haystack_bio" ], [ "https://github.com/ihh/trajectory-likelihood" ], [ "https://github.com/yi-ding-cs/LGG" ], [ "https://github.com/CityU-AIM-Group/FedDM" ], [ "https://github.com/xianlin7/APFormer" ], [ "https://github.com/BioinfoMachineLearning/cryoppp" ], [ "https://github.com/lep990816/Interpretable-Multi-modal-Image-Registration" ], [ "https://github.com/JiuqingDong/PlantDiseaseDetection_Yolov5" ], [ "https://github.com/lgzlIlIlI/BiSCC" ], [ "https://github.com/phineasng/flan_bio" ], [ "https://github.com/GEC-git/AptaMat" ], [ "https://github.com/nikhilroxtomar/MKDCNet" ], [ "https://github.com/zhangliutong/SPnet" ], [ "https://github.com/LiangHann/Phase-Contrast-Microscopy-Image-Restoration" ], [ "https://github.com/biomed-AI/LMDisorder" ], [ "https://github.com/LiminLi-xjtu/NetTDP" ], [ "https://github.com/ElettraSciComp/xrfstir" ], [ "https://github.com/sail-sg/volo" ], [ "https://github.com/chen-bioinfo/iEnhancer-ELM" ], [ "https://github.com/yuchaojiang/Destin2" ], [ "https://github.com/Ivan1248/semisup-seg-efficient" ], [ "https://github.com/zzwwmmm/DeeProPre" ], [ "https://github.com/Baron-Huang/ViT-AMCNet" ], [ "https://github.com/computational-biology/metbp" ], [ "https://github.com/yevgenin/DeepOM" ], [ "https://github.com/AllenInstitute/BarWare-pipeline" ], [ "https://github.com/Charisma-Mannheim/gc-ims-tools" ], [ "https://github.com/linDing-group/DeepKla" ], [ "https://github.com/duct317/scISR" ], [ "https://github.com/narutoten520/SCGDL" ], [ "https://github.com/fukunagatsu/Ipm" ], [ "https://github.com/oxpig/ABlooper" ], [ "https://github.com/Oshlack/JAFFA" ], [ "https://github.com/Oshlack/JAFFA" ], [ "https://github.com/Oshlack/JAFFA" ], [ "https://github.com/Oshlack/JAFFA" ], [ "https://github.com/sjteresi/TE_Density" ], [ "https://github.com/fengduqianhe/ADMultiView" ], [ "https://github.com/xikanfeng2/SCYN" ], [ "https://github.com/yuerongz/SRR-method" ], [ "https://github.com/omarmaddouri/GCNCC" ], [ "https://github.com/microsoft/IGT-Intermolecular-Graph-Transformer" ], [ "https://github.com/VisDrone/VisDrone-Dataset" ], [ "https://github.com/CityU-AIM-Group/L2uDT" ], [ "https://github.com/BioMedicalBigDataMiningLab/EPIHC" ], [ "https://github.com/YangHuan639/iEnhancer-RD" ], [ "https://github.com/el-pashaei/MBAO" ], [ "https://github.com/seungjinna/deephos" ], [ "https://github.com/ziyewang/ARG_SHINE" ], [ "https://github.com/serhan-yilmaz/macarons" ], [ "https://github.com/Vivianstats/scLink" ], [ "https://github.com/miladrayka/ET_Score" ], [ "https://github.com/stevenshave/pybindingcurve" ], [ "https://github.com/EPFL-LCSB/nicepath" ], [ "https://github.com/heiniglab/DeepSom" ], [ "https://github.com/jingeyu/CSSN" ], [ "https://github.com/asm3-nist/DART-MS-DST" ], [ "https://github.com/sabdollahi/WinBinVec" ], [ "https://github.com/yijingru/ObjGuided-Instance-Segmentation" ], [ "https://github.com/SunjooBang/Polypharmacy-side-effect-prediction" ], [ "https://github.com/StanfordBioinformatics/Hummingbird" ], [ "https://github.com/r-costa/sbml2hyb" ], [ "https://github.com/cuiyingbeicheng/Foldseq" ], [ "https://github.com/xiaofengsong/LncMiM" ], [ "https://github.com/galadrielbriere/ClustOmics" ], [ "https://github.com/cjuigne/non_conformities_detection_biopax" ], [ "https://github.com/Guo-Xiaoqing/ThresholdNet" ], [ "https://github.com/ZhangZhang89/DeepCLA" ], [ "https://github.com/Sandalmoth/ratrack" ], [ "https://github.com/ImXman/MACA" ], [ "https://github.com/sabdollahi/CoLaSpSMFM" ], [ "https://github.com/samuelbfernandes/simplePHENOTYPES" ], [ "https://github.com/shion-h/Umibato" ], [ "https://github.com/JonETJakobsson/scConnect" ], [ "https://github.com/MinghanLi/OTMSCSC_matlab_2020" ], [ "https://github.com/Merck/nngp" ], [ "https://github.com/KarelZhang/CSDNet-CSDGAN" ], [ "https://github.com/WangLabTHU/CellTracker" ], [ "https://github.com/Biocomputing-Research-Group/FDR" ], [ "https://github.com/pbdas/scrapp" ], [ "https://github.com/yangao07/abPOA" ], [ "https://github.com/andrea-silverj/SiDcal" ], [ "https://github.com/UkyVision/alzheimer-project" ], [ "https://github.com/he2016012996/CABnet" ], [ "https://github.com/dyf0631/AAE_FOR_KG" ], [ "https://github.com/ecomontec/ecoSound-web" ], [ "https://github.com/Myuan2019/SCEBE" ], [ "https://github.com/liujunfengtop/MStree" ], [ "https://github.com/dinasv/CSBFinder" ], [ "https://github.com/dinasv/CSBFinder" ], [ "https://github.com/dinasv/CSBFinder" ], [ "https://github.com/dinasv/CSBFinder" ], [ "https://github.com/dvklopfenstein/pmidcite" ], [ "https://github.com/sinAshish/Multi-Scale-Attention" ], [ "https://github.com/kablag/AScall" ], [ "https://github.com/weibozheng/ADFinder" ], [ "https://github.com/anlingUA/scDoc" ], [ "https://github.com/AvdeevPavel/ILP-WGD-reconstructor" ], [ "https://github.com/DuaaAlawad/AGRN" ], [ "https://github.com/HUST-NingKang-Lab/metaPrism" ], [ "https://github.com/lichen-lab/tfLDA" ], [ "https://github.com/YJulyXing/SECNVs" ], [ "https://github.com/ylm0505/TCRWMDA" ], [ "https://github.com/hz-zhu/NPD-micro-saccade-detection" ], [ "https://github.com/ivankovlab/HypercubeME" ], [ "https://github.com/shimingwang1994/MSDRP" ], [ "https://github.com/ihwang/SAMDUDE" ], [ "https://github.com/gao-lab/ePooling" ], [ "https://github.com/ne1s0n/MTGOsc" ], [ "https://github.com/uncbiag/registration" ], [ "https://github.com/uncbiag/registration" ], [ "https://github.com/uncbiag/registration" ], [ "https://github.com/uncbiag/registration" ], [ "https://github.com/yufengwudcs/ScisTree" ], [ "https://github.com/shengli0201/Datasets" ], [ "https://github.com/shengli0201/Datasets" ], [ "https://github.com/shengli0201/Datasets" ], [ "https://github.com/shengli0201/Datasets" ], [ "https://github.com/wasslab/EbolavirusSDPsBioinformatics2019" ], [ "https://github.com/BioDataLearning/DeepCirCode" ], [ "https://github.com/4dsoftware/rea" ], [ "https://github.com/Zhangxf-ccnu/DiffNetFDR" ], [ "https://github.com/salzberg-lab/Balrog" ], [ "https://github.com/UdeS-CoBIUS/SimSpliceEvol" ], [ "https://github.com/UdeS-CoBIUS/SimSpliceEvol" ], [ "https://github.com/UdeS-CoBIUS/SimSpliceEvol" ], [ "https://github.com/UdeS-CoBIUS/SimSpliceEvol" ], [ "https://github.com/andymlau/Deuteros" ], [ "https://github.com/jhchen5/SCCG" ], [ "https://github.com/debbiemarkslab/DeepSequence" ], [ "https://github.com/SysBioChalmers/SLIMEr" ], [ "https://github.com/roads/psiz" ], [ "https://github.com/AaltoPML/knowledge-elicitation-for-precision-medicine" ], [ "https://github.com/cs-chan/Deep-Plant" ], [ "https://github.com/EpistasisLab/ebic" ], [ "https://github.com/alberto-valdeolivas/RWR-MH" ], [ "https://github.com/Fuhaoyi/ACEP" ], [ "https://github.com/SydneyBioX/scFeatures" ], [ "https://github.com/hzy95/EPIVAN" ], [ "https://github.com/schneebergerlab/findGSE" ], [ "https://github.com/jomayer/SMuRF" ], [ "https://github.com/caokai1073/UnionCom" ], [ "https://github.com/mscastillo/GRNVBEM" ], [ "https://github.com/chhylp123/FMtree" ], [ "https://github.com/ablab-nthu/CSAR" ], [ "https://github.com/dpxiong/HHConPred" ], [ "https://github.com/IcarPA-TBlab/BioGraph" ], [ "https://github.com/bio-ontology-research-group/walking-rdf-and-owl" ], [ "https://github.com/divelab/deepem3d" ], [ "https://github.com/JinfengXiao/DWCox" ], [ "https://github.com/DeondeJager/Friends-and-Family" ], [ "https://github.com/xmuyulab/Dice-XMBD" ], [ "https://github.com/tiehangd/Para_DPMM" ], [ "https://github.com/jdwilson4/MultilayerExtraction" ], [ "https://github.com/anwala/NicheSimulation" ], [ "https://github.com/XingTang2014/annoPeak" ], [ "https://github.com/solo7773/visnormsc" ], [ "https://github.com/Bohdan-Khomtchouk/Microscope" ], [ "https://github.com/lyl8086/RADscripts" ], [ "https://github.com/WarrenDavidAnderson/genomicsRpackage" ], [ "https://github.com/childsish/sofia" ], [ "https://github.com/fvnieuwe/rmne" ], [ "https://github.com/cauyrd/ScanIndel" ], [ "https://github.com/yufengwudcs/STELLS2" ], [ "https://github.com/emhanna/DyCluster" ], [ "https://github.com/chengyuan/reago" ], [ "https://github.com/qingzhanggithub/medline-collaboration-datasets" ], [ "https://github.com/cbielow/PTXQC" ], [ "https://github.com/brentp/combined-pvalues" ], [ "https://github.com/babbittlab/effusion" ], [ "https://github.com/SNNUBIAI/STCAE" ], [ "https://github.com/ratschlab/graph_annotation" ], [ "https://github.com/treangenlab/lemur" ], [ "https://github.com/wangjr03/BayesKAT" ], [ "https://github.com/wangjr03/BayesKAT" ], [ "https://github.com/wangjr03/BayesKAT" ], [ "https://github.com/wangjr03/BayesKAT" ], [ "https://github.com/CenterForMedicalGeneticsGhent/WisecondorX" ], [ "https://github.com/beasleyjonm/AOP-COP-Path-Extractor" ], [ "https://github.com/ewerton-cristhian/BrainPepPass" ], [ "https://github.com/kasparmartens/rarity" ], [ "https://github.com/CSi-Studio/G-Aligner" ], [ "https://github.com/bioinformatics-ua/montra" ], [ "https://github.com/bayesrx/SPARTIN" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/boalang/nr" ], [ "https://github.com/ovttiras/HDAC1-inhibitors" ], [ "https://github.com/AluruLab/MCPNet" ], [ "https://github.com/ding-z/cetacean-pose-gait-analysis" ], [ "https://github.com/SUNHAO-JLU/Genome_Prediction-PC_DOT" ], [ "https://github.com/saikat15010/Brain-Tumor-Detection" ], [ "https://github.com/Usos/SPCS" ], [ "https://github.com/GIST-CSBL/BayeshERG" ], [ "https://github.com/wongsing/ACP-PDAFF" ], [ "https://github.com/almeidasilvaf/SoyFungiGCN" ], [ "https://github.com/laylagerami/MAVEN" ], [ "https://github.com/BorgwardtLab/Kernelized-Rank-Learning" ], [ "https://github.com/meteahishali/CSENDistance" ], [ "https://github.com/fmjabato/ExpHunterSuiteExamples" ], [ "https://github.com/Young-gonKim/SnackNTM" ], [ "https://github.com/jas-preet/SPOT-1D-Single" ], [ "https://github.com/zhc940702/MGPred" ], [ "https://github.com/Snitkin-Lab-Umich/regentrans" ], [ "https://github.com/skvanburen/scUncertaintyPaperCode" ], [ "https://github.com/dbespiatykh/RDscan" ], [ "https://github.com/delosh653/MOSAIC" ], [ "https://github.com/VisionAI-USF/COCO_Size_Decoding" ], [ "https://github.com/mad-lab/transit" ], [ "https://github.com/CHUSRadOncPhys/FluoMV" ], [ "https://github.com/BioinformaticsCSU/HGIMC" ], [ "https://github.com/shunfumao/cellmesh" ], [ "https://github.com/icthrm/auto-tilt-pair" ], [ "https://github.com/StructureFold2/StructureFold2" ], [ "https://github.com/FJD-CEPH/aCNViewer" ], [ "https://github.com/lseventeen/DIAS" ], [ "https://github.com/PacificBiosciences/FALCON" ], [ "https://github.com/IrisQi7/PredGCN" ], [ "https://github.com/MiriamRiquelmeP/DEVEA" ], [ "https://github.com/dlcarper/DISCo-microbe" ], [ "https://github.com/swrosenbaum/tGMR_simulations" ], [ "https://github.com/dpique/aneuvis" ], [ "https://github.com/tommyhuangthu/SSIPe" ], [ "https://github.com/yangfangs/physpetools" ], [ "https://github.com/TJPBray/BEACH" ], [ "https://github.com/statsleelab/gauss" ], [ "https://github.com/smiranast/iROAR" ], [ "https://github.com/cafferychen777/ggpicrust2" ], [ "https://github.com/TencentAILabHealthcare/VDJMiner" ], [ "https://github.com/jkimlab/msPIPE" ], [ "https://github.com/EBIBioSamples/biosamples-v4" ], [ "https://github.com/MICLab-Unicamp/HypAST" ], [ "https://github.com/ciceklab/PiDeeL" ], [ "https://github.com/UdeM-LBIT/CoreTracker" ], [ "https://github.com/sashahafner/ABM" ], [ "https://github.com/nichollskc/biclust_comp" ], [ "https://github.com/ctlab/metafast" ], [ "https://github.com/basiralab/Kaggle-BrainNetPrediction-Toolbox" ], [ "https://github.com/ziyili20/DistributedLearningPredictor" ], [ "https://github.com/bartongroup/KF_arabidopsis-GRNA" ], [ "https://github.com/dwaithe/quantifly" ], [ "https://github.com/SuLab/MechRepoNet" ], [ "https://github.com/LHJ-Group/ISFE-DIR-FBMN" ], [ "https://github.com/nmyz669/MWT" ], [ "https://github.com/jiang-q19/scPRAM" ], [ "https://github.com/jianlin-cheng/DRCon" ], [ "https://github.com/Houjunfeng203934/PA-Net" ], [ "https://github.com/jordana-olive/TE-manual-curation" ], [ "https://github.com/jaswindersingh2/SPOT-RNA2" ], [ "https://github.com/ramon349/JBI2023_TCAV_debiasing" ], [ "https://github.com/FuxuWang/MHCRoBERTa" ], [ "https://github.com/deshanyang/Lung-DIR-QA" ], [ "https://github.com/biodiversity-aq/data-publication" ], [ "https://github.com/lisiang/GREPore-seq" ], [ "https://github.com/bdj34/cloneRate" ], [ "https://github.com/Pcyslist/EQNAS" ], [ "https://github.com/HIT-ImmunologyLab/PhageTailFinder" ], [ "https://github.com/xdynames/sai-app" ], [ "https://github.com/Xswapnil/GQS" ], [ "https://github.com/hanjunwei-lab/iATMEcell" ], [ "https://github.com/shenxiaochenn/BloodNet" ], [ "https://github.com/fenglei104/DeepPROTACs" ], [ "https://github.com/mmoreno1/ElectroPredictor" ], [ "https://github.com/datax-lab/HipoMap" ], [ "https://github.com/azizilab/decipher" ], [ "https://github.com/JinYSun/D-GCAN" ], [ "https://github.com/elixir-europe/biovalidator" ], [ "https://github.com/blekhmanlab/biomehorizon" ], [ "https://github.com/elmadjian/OEMC" ], [ "https://github.com/LQCT/RCDPeaks" ], [ "https://github.com/pilwonhur/HPOT" ], [ "https://github.com/ktan8/ModTect" ], [ "https://github.com/lichun0503/CT-Classification" ], [ "https://github.com/LaRoccaRaphael/MSI_recalibration" ], [ "https://github.com/ShiMGLab/RRLSL" ], [ "https://github.com/BoukeliaAbdelbasset/NLPDeepQSAR" ], [ "https://github.com/ewijaya/icepop" ], [ "https://github.com/sib-swiss/HAMAP-SPARQL" ], [ "https://github.com/ernstlab/X-CNN" ], [ "https://github.com/lab-medvedeva/SAPIEnS" ], [ "https://github.com/lanec-unifesspa/TFT" ], [ "https://github.com/Xundrug/EPB" ], [ "https://github.com/SlavovLab/DO-MS" ], [ "https://github.com/JFerrer-B/transcriptome-identifiability" ], [ "https://github.com/wyang17/SQuIRE" ], [ "https://github.com/PlanesLab/q2-metnet" ], [ "https://github.com/bresilla/nematode_counting" ], [ "https://github.com/idruglab/ChemBC" ], [ "https://github.com/bgruening/galaxy-rna-workbench" ], [ "https://github.com/RoysamLab/TIMING2" ], [ "https://github.com/JiaxinWang123/StoManager1" ], [ "https://github.com/chuiqin/irGSEA" ], [ "https://github.com/xmuyulab/IDEPA-XMBD" ], [ "https://github.com/AlfredUg/HIVseqDB" ], [ "https://github.com/ZKZ-Brain/CI-GNN" ], [ "https://github.com/lab7arriam/cry_processor" ], [ "https://github.com/alexchwong/SpliceWiz" ], [ "https://github.com/noaeker/bootstrap_repo" ], [ "https://github.com/Song-xinyu/COMMO" ], [ "https://github.com/B-UMMI/LMAS" ], [ "https://github.com/Caeph/paperfly" ], [ "https://github.com/ricsinaruto/MEG-group-decode" ], [ "https://github.com/songbo446/slORFfinder" ], [ "https://github.com/aflahelouneg/MARSAC" ], [ "https://github.com/idrblab/corain" ], [ "https://github.com/dhiego22/gentle" ], [ "https://github.com/DelongZHOU/SAPFIR" ], [ "https://github.com/hildebrandtlab/mzBucket" ], [ "https://github.com/ChemPredict/ChemicalAquaticToxicity" ], [ "https://github.com/mengyunwu2020/PECM" ], [ "https://github.com/yifuLu/GMHCC" ], [ "https://github.com/alessandronascimento/LiBELa" ], [ "https://github.com/wildrootlab/SHARCQ" ], [ "https://github.com/ywhsiao/ceRNAR" ], [ "https://github.com/MarieOestreich/hCoCena" ], [ "https://github.com/QijinYin/scGraph" ], [ "https://github.com/a-ludi/dentist" ], [ "https://github.com/s-a-nersisyan/miRGTF-net" ], [ "https://github.com/NhanNguyen000/MeDIP" ], [ "https://github.com/compbiomed/animalcules" ], [ "https://github.com/wajidarshad/covidc" ], [ "https://github.com/ExpectationsManaged/STRaitRazorOnline" ], [ "https://github.com/talmolab/sleap-roots" ], [ "https://github.com/talmolab/sleap-roots" ], [ "https://github.com/talmolab/sleap-roots" ], [ "https://github.com/talmolab/sleap-roots" ], [ "https://github.com/Gregor-Mendel-Institute/aradeepopsis" ], [ "https://github.com/wangxlab/iGenSig-Rx" ], [ "https://github.com/aramis-lab/hiplay7-thickness" ], [ "https://github.com/SY575/COVID19-CT" ], [ "https://github.com/wuqian77/SpaceLog" ], [ "https://github.com/lutteropp/QuartetScores" ], [ "https://github.com/liqiwei2000/BaySeqPeak" ], [ "https://github.com/GuanLab/DREAM-Gene-Essentiality-Challenge" ], [ "https://github.com/bio-ontology-research-group/DeepViral" ], [ "https://github.com/sinc-lab/miRe2e" ], [ "https://github.com/bergmanlab/mcclintock" ], [ "https://github.com/bergmanlab/mcclintock" ], [ "https://github.com/bergmanlab/mcclintock" ], [ "https://github.com/bergmanlab/mcclintock" ], [ "https://github.com/Xinglab/DARTS" ], [ "https://github.com/iVis-at-Bilkent/chilay" ], [ "https://github.com/Pechli-Lab/SurvdigitizeR" ], [ "https://github.com/pyMBE-dev/pyMBE" ], [ "https://github.com/hliulab/cycleCDR" ], [ "https://github.com/lkytal/SpecEncoder" ], [ "https://github.com/ZiyiHuang0708/SourceID-NMF" ], [ "https://github.com/yunzheng2002/Anti-angiogenic" ], [ "https://github.com/leeyang/ResPRE" ], [ "https://github.com/Shao-Group/SubseqHash2" ], [ "https://github.com/jzysj/DeepGCL" ], [ "https://github.com/jiyuc/de-inconsistency" ], [ "https://github.com/DIFACQUIM/Epi_food_Chemical_Database" ], [ "https://github.com/talmolab/sleap-roots" ], [ "https://github.com/talmolab/sleap-roots" ], [ "https://github.com/talmolab/sleap-roots" ], [ "https://github.com/talmolab/sleap-roots" ], [ "https://github.com/georgehc/survival-topics" ], [ "https://github.com/hyjane/CCT-Net" ], [ "https://github.com/Jianningli/ssm" ], [ "https://github.com/shawn-peng/xlms" ], [ "https://github.com/NUS-Tim/DEMS" ], [ "https://github.com/lrslab/nanoCEM" ], [ "https://github.com/MarvelousHopefull/DataXflow" ], [ "https://github.com/Saocent/TTMC" ], [ "https://github.com/AdrianSeguraOrtiz/MO-GENECI" ], [ "https://github.com/Lx-Bao/QSFNet" ], [ "https://github.com/epifluidlab/FinaleToolkit" ], [ "https://github.com/Li-Zhang28/BCO" ], [ "https://github.com/brisvag/blik" ], [ "https://github.com/AaronHong1024/afm" ], [ "https://github.com/PlanesLab/gMCSpy" ], [ "https://github.com/KoslickiLab/MetagenomicKG" ], [ "https://github.com/yunyunliang88/iACVP-MR" ], [ "https://github.com/whatamazing1/DEAttentionDTA" ], [ "https://github.com/FriedbergLab/Epictope" ], [ "https://github.com/Argonum-Clever2/mike" ], [ "https://github.com/PathoGenOmics-Lab/VIPERA" ], [ "https://github.com/NJUSTxiazw/CTLN" ], [ "https://github.com/droeatumn/kass" ], [ "https://github.com/hrlblab/MolecularEL" ], [ "https://github.com/STOmics/BatchEval" ], [ "https://github.com/open2c/bioframe" ], [ "https://github.com/haiping1010/DeepBindPoc" ], [ "https://github.com/iiiime/SPREd" ], [ "https://github.com/PGlab-NIPER/CRAFT" ], [ "https://github.com/pandafengye/MIST" ], [ "https://github.com/HamanoLaboratory/DIRECTEUR" ], [ "https://github.com/sys-bio/vscode-antimony" ], [ "https://github.com/Qianqian-Chen/MoSID" ], [ "https://github.com/RuiCao34/TraitScan" ], [ "https://github.com/tacazares/SeedMatchR" ], [ "https://github.com/zuherJahshan/vital" ], [ "https://github.com/NIGMS/NIGMS-Sandbox" ], [ "https://github.com/NIGMS/NIGMS-Sandbox" ], [ "https://github.com/NIGMS/NIGMS-Sandbox" ], [ "https://github.com/NIGMS/NIGMS-Sandbox" ], [ "https://github.com/BioCenter-SHU/MSFF-MA-DDI" ], [ "https://github.com/linfengyu77/IRLDCT" ], [ "https://github.com/IwasakiLab/Seq2Phase" ], [ "https://github.com/lasseignelab/CoSIA" ], [ "https://github.com/qidianzl/Disease2Vec" ], [ "https://github.com/unicorn-23/GwasWA" ], [ "https://github.com/XiaoweiChenOSU/PnL-IOC" ], [ "https://github.com/ShandongUniversityMasterMa/MaxCLK-main" ], [ "https://github.com/WilyZhao8/CVANet" ], [ "https://github.com/Bio-Acc/Chorus" ], [ "https://github.com/denilsonfbar/cirCodAn" ], [ "https://github.com/InfOmics/PanDelos-frags" ], [ "https://github.com/zhjohnchan/M3AE" ], [ "https://github.com/Merrical/PADL" ], [ "https://github.com/guilledufort/EMVC-2" ], [ "https://github.com/ml-jku/hyper-dti" ], [ "https://github.com/GuetYe/MADRL-MR_code" ], [ "https://github.com/Wanguangyu111/OSSCCA-DIF" ], [ "https://github.com/CMATERJU-BIOINFO/RUBic" ], [ "https://github.com/wardhong/SadNet" ], [ "https://github.com/gcgreenberg/LexicHash" ], [ "https://github.com/JiuqingDong/OWPDD" ], [ "https://github.com/ugobas/PC_ali" ], [ "https://github.com/DIFACQUIM/Art-Driven-by-Visual-Representations-of-Chemical-Space-" ], [ "https://github.com/xml94/EmbracingLimitedImperfectTrainingDatasets" ], [ "https://github.com/Rockingsnow/MB-dMGC-CWTFFNet" ], [ "https://github.com/knights-lab/LMdist" ], [ "https://github.com/tangent-T/FACL" ], [ "https://github.com/PerceptionComputingLab/ULTRA" ], [ "https://github.com/VVCodec/PPCM-PWRDO" ], [ "https://github.com/Minimel/StochasticBatchAL" ], [ "https://github.com/PGlab-NIPER/DeepADRA2A" ], [ "https://github.com/neda77aa/FTC" ], [ "https://github.com/abbiAR/PLBAffinity" ], [ "https://github.com/cynerelee/collision-avoidance" ], [ "https://github.com/ivy9092111111/TT-U-Net" ], [ "https://github.com/yul-pan/PCGAN" ], [ "https://github.com/Tomcxf/FASTdRNA" ], [ "https://github.com/TomDuchemin/mixed_surveillance" ], [ "https://github.com/Mrxuzhao/FFTCCA" ], [ "https://github.com/cobisLab/RDDL" ], [ "https://github.com/ncbi/BioREx" ], [ "https://github.com/BioinfoMachineLearning/ScHiCEDRN" ], [ "https://github.com/mandal-cv/visimpaired" ], [ "https://github.com/MuteJester/LZGraphs" ], [ "https://github.com/Khojasteh-hb/SRX-DTI" ], [ "https://github.com/xuyp-csu/CellBRF" ], [ "https://github.com/sys-bio/AMAS" ], [ "https://github.com/HaotingZhang1/SynBa" ], [ "https://github.com/Onebear-X/DeepASDPred" ], [ "https://github.com/ZZCrazy00/MHAM-NPI" ], [ "https://github.com/lijianing0902/CProMG" ], [ "https://github.com/pachterlab/gget" ], [ "https://github.com/pachterlab/gget" ], [ "https://github.com/pachterlab/gget" ], [ "https://github.com/pachterlab/gget" ], [ "https://github.com/SteMIDIfactory/P-DOR" ], [ "https://github.com/FischerJo/FAME" ], [ "https://github.com/liuyyy111/BCAN" ], [ "https://github.com/kang-hongyu/LBMFF" ], [ "https://github.com/YinggggJ/ABLNCPP" ], [ "https://github.com/yshen25/HLA-Clus" ], [ "https://github.com/TheFischerLab/FLEXR" ], [ "https://github.com/kbzhang0505/MBPNet" ], [ "https://github.com/Evangelion09/GuidedNet" ], [ "https://github.com/zhanglab-wbgcas/CIForm" ], [ "https://github.com/starbeachlab/smoothT" ], [ "https://github.com/gongtiansu/SASA-Net" ], [ "https://github.com/bionetslab/grn-confounders" ], [ "https://github.com/fahadahaf/chromir" ], [ "https://github.com/slrvv/CENTRE" ], [ "https://github.com/stjude/TALL-example" ], [ "https://github.com/anikethjr/promoter_models" ], [ "https://github.com/kalininalab/metaprofi" ], [ "https://github.com/PYangLab/SnapKin" ], [ "https://github.com/BAMeScience/Mistle" ], [ "https://github.com/Xiao-Gua00/CCPGraph" ], [ "https://github.com/s0sat/MPASS" ], [ "https://github.com/ericzwang/RBD_AB" ], [ "https://github.com/LLLL1021/Dual-modal-IB" ], [ "https://github.com/DrosophilaGenomeEvolution/TrEMOLO" ], [ "https://github.com/ailabstw/scDrug" ], [ "https://github.com/boooooogey/ATAConv" ], [ "https://github.com/keleslab/INCA" ], [ "https://github.com/SIAT-code/MATIC" ], [ "https://github.com/RichardSunnyMeng/MSMFN" ], [ "https://github.com/huangzhii/TSUNAMI" ], [ "https://github.com/JelenaBanjac/microbiome-toolbox" ], [ "https://github.com/raalizadeh/RIdea" ], [ "https://github.com/0liliulei/Mem3D" ], [ "https://github.com/pughlab/MEDIPIPE" ], [ "https://github.com/soumbane/STSGT" ], [ "https://github.com/Ying-Lab/skin_fingerprint" ], [ "https://github.com/bio-ontology-research-group/mowl" ], [ "https://github.com/XiaQiong/GMMLasso" ], [ "https://github.com/lhqxinghun/scHiCPTR" ], [ "https://github.com/manuelgloeckler/ncmw" ], [ "https://github.com/dmis-lab/bc7-chem-id" ], [ "https://github.com/UU-ER/SorbentsScreening0D" ], [ "https://github.com/Sirisha-t/iMPP" ], [ "https://github.com/RTXteam/RTX" ], [ "https://github.com/bionlplab/radtext" ], [ "https://github.com/lxsfight/TMSCNet" ], [ "https://github.com/flyinsky6/Deep_KsuccSite" ], [ "https://github.com/Nima-Hs/BraTS" ], [ "https://github.com/Pituohai/drinking-gesture-dataset" ], [ "https://github.com/ay-lab/dcHiC" ], [ "https://github.com/alubbock/microbench" ], [ "https://github.com/NICALab/rlpnet" ], [ "https://github.com/MahnazHabibi/Pathway" ], [ "https://github.com/yangfangs/KPP" ], [ "https://github.com/Andoree/smm4h_2021_classification" ], [ "https://github.com/MicrobialDarkMatter/GraphMB" ], [ "https://github.com/vlad-danaila/deep_hiv_ab_pred" ], [ "https://github.com/cvn001/transflow" ], [ "https://github.com/JieZheng-ShanghaiTech/HiCoEx" ], [ "https://github.com/TanikSaikh/Scientific-Question-Answering" ], [ "https://github.com/AndresMCB/DynamicCancerDriver" ], [ "https://github.com/SoNishiyama/IP-SIMPAT" ], [ "https://github.com/linDing-groups/PSnoD" ], [ "https://github.com/KISRDevelopment/cell_viability_paper" ], [ "https://github.com/llt1836/GL-MLL" ], [ "https://github.com/khazum/ccImpute" ], [ "https://github.com/flyywh/CVPR-2020-Self-Rain-Removal-Journal" ], [ "https://github.com/jyyulab/scMINER" ], [ "https://github.com/d05943006/MSRCall" ], [ "https://github.com/Ying-Lab/MELT" ], [ "https://github.com/iqtree/iqtree2" ], [ "https://github.com/iqtree/iqtree2" ], [ "https://github.com/iqtree/iqtree2" ], [ "https://github.com/iqtree/iqtree2" ], [ "https://github.com/HaoWuLab-Bioinformatics/iPro-WAEL" ], [ "https://github.com/deepomicslab/SeCNV" ], [ "https://github.com/cbrook16/ETSR-YOLO" ], [ "https://github.com/Junseok0207/scGPCL" ], [ "https://github.com/ZimmermanGroup/conformer-rl" ], [ "https://github.com/psathyrella/partis" ], [ "https://github.com/moldiscovery/sars-cromatic" ], [ "https://github.com/UGA-BSAIL/plant_3d_deep_learning" ], [ "https://github.com/nwuAI/CAN" ], [ "https://github.com/monarch-initiative/MAxO" ], [ "https://github.com/monarch-initiative/MAxO" ], [ "https://github.com/monarch-initiative/MAxO" ], [ "https://github.com/monarch-initiative/MAxO" ], [ "https://github.com/echen102/us-pres-elections-2020" ], [ "https://github.com/bdesanctis/binning-accuracy" ], [ "https://github.com/oist/TER-UCE-DB" ], [ "https://github.com/sara-javadzadeh/FastViFi" ], [ "https://github.com/rli20ST758/FILF" ], [ "https://github.com/xikanfeng2/SCSilicon" ], [ "https://github.com/cziegenhain/UMIcountR" ], [ "https://github.com/czmilanna/nanoforms" ], [ "https://github.com/xjtu-omics/IAGS" ], [ "https://github.com/woxuankai/SpatialAlignmentNetwork" ], [ "https://github.com/MAITYA02/circgene" ], [ "https://github.com/nathan-gill/pps" ], [ "https://github.com/gordon-chenmo/UTRAD" ], [ "https://github.com/hzi-bifo/RiboDetector" ], [ "https://github.com/robert19960424/IndGOterm" ], [ "https://github.com/pappb/Kovacs-et-al-Underground-metabolism" ], [ "https://github.com/wujians122/The-Wheat-Spikes-Detecting-and-Counting" ], [ "https://github.com/aispeech-lab/VisBCI" ], [ "https://github.com/SaisaiSun/RNALigands" ], [ "https://github.com/jsg200830/InMut-Finder" ], [ "https://github.com/awslabs/dgl-lifesci" ], [ "https://github.com/aistairc/BioVAE" ], [ "https://github.com/mdsufz/PredicTF" ], [ "https://github.com/WangLab-SCSIO/Prophage_Tracer" ], [ "https://github.com/gao-lab/GLUE" ], [ "https://github.com/MolecularAI/DockStream" ], [ "https://github.com/Rudan-X/NIDLE-flux-code" ], [ "https://github.com/sshaghayeghs/NMF-DR" ], [ "https://github.com/peterbchi/CNVSelectR" ], [ "https://github.com/linDing-groups/Deep-4mCW2V" ], [ "https://github.com/ChrispinChaguza/RCandy" ], [ "https://github.com/zhangjun001/FGNet" ], [ "https://github.com/elkebir-group/doubletD" ], [ "https://github.com/MathSZhang/CALLR" ], [ "https://github.com/juanshu30/Disease-Gene-Prioritization-with-Privileged-Information-and-Heteroscedastic-Dropout" ], [ "https://github.com/guofei-tju/DeepFusionDTA" ], [ "https://github.com/Singh-Lab/TandemDuplications" ], [ "https://github.com/superxuang/amta-net" ], [ "https://github.com/yassaee/MinDrug" ], [ "https://github.com/aLiehrmann/CROCS" ], [ "https://github.com/adibayaseen/HemoNet" ], [ "https://github.com/ljatynu/IMCHGAN" ], [ "https://github.com/usccolumbia/MLatticeABC" ], [ "http://github.com/chen709847237/xDeep-AcPEP" ], [ "https://github.com/Polytech-bioinf/Deep-structure-integrative-representation" ], [ "https://github.com/lukashuebner/ft-raxml-ng" ], [ "https://github.com/HUST-DataMan/HCMB" ], [ "https://github.com/Blue1993/BAPA" ], [ "https://github.com/pokynmr/ipick" ], [ "https://github.com/wexw/Joint-Registration-of-Multiple-Point-Clouds-for-Fast-Particle-Fusion-in-Localization-Microscopy" ], [ "https://github.com/Ming-0113/DSCMF" ], [ "https://github.com/hikuru/PRER" ], [ "https://github.com/bill1167/hostgbms" ], [ "https://github.com/brachtlab/Comparative_Coverage_Analysis" ], [ "https://github.com/lcmmichielsen/scHPL" ], [ "https://github.com/Parsoa/PingPong" ], [ "https://github.com/mr7495/COVID-CTset" ], [ "https://github.com/Peppags/CRISPRont-CRISPRofft" ], [ "https://github.com/genepi-freiburg/pgainsim" ], [ "https://github.com/nedaemami/AptaNet" ], [ "https://github.com/janka2012/digIS" ], [ "https://github.com/labomics/SNPsnp" ], [ "https://github.com/yangfenglong/DisBalance" ], [ "https://github.com/alcs417/CGGA" ], [ "https://github.com/BioLab-cz/StLiter" ], [ "https://github.com/cmb-chula/SurfUVNet" ], [ "https://github.com/PreibischLab/FRC-QE" ], [ "https://github.com/ciortanmadalina/graph-sc" ], [ "https://github.com/Identity-lab/Tutorial-on-salient-social-Identity-detection-model" ], [ "https://github.com/adrift00/HOPE" ], [ "https://github.com/GIST-CSBL/DeSIDE-DDI" ], [ "https://github.com/fpalini/fade" ], [ "https://github.com/oxpig/DeepCoy" ], [ "https://github.com/ncbi/bert_gt" ], [ "https://github.com/yuanjing-ma/NinimHMDA" ], [ "https://github.com/liuxinhai/FG3D-Net" ], [ "https://github.com/jluebeck/FaNDOM" ], [ "https://github.com/gitter-lab/ssps" ], [ "https://github.com/reymond-group/map4" ], [ "https://github.com/abyzovlab/CNVpytor" ], [ "https://github.com/abyzovlab/CNVpytor" ], [ "https://github.com/abyzovlab/CNVpytor" ], [ "https://github.com/abyzovlab/CNVpytor" ], [ "https://github.com/ziadbkh/consHap" ], [ "https://github.com/bhfs9999/colonoscopy_tissue_screen_and_segmentation" ], [ "https://github.com/SGUI-LSEC/SparseGaussianMolecule" ], [ "https://github.com/MonaRazaghi/GeneReg" ], [ "https://github.com/SamYWK/Associated_Learning" ], [ "https://github.com/HuijuanQiao/KD-KLNMF" ], [ "https://github.com/HassounLab/ELP" ], [ "https://github.com/bio-ontology-research-group/DL2Vec" ], [ "https://github.com/a-h-b/dadasnake" ], [ "https://github.com/amckenna41/pySAR" ], [ "https://github.com/liangliangwangsfu/healthCurveCode" ], [ "https://github.com/ubagithub/TEnGExA" ], [ "https://github.com/ODonnell-Lipidomics/LipidFinder" ], [ "https://github.com/yukiteruono/pbsim2" ], [ "https://github.com/rmarceauwest/fiveSTAR" ], [ "https://github.com/LBBSoft/Target-Control-with-Minimal-Mediators" ], [ "https://github.com/rlmcl/rescan" ], [ "https://github.com/ChunhuaLiLab/aPRbind" ], [ "https://github.com/pvvhoang/DriverGroup" ], [ "https://github.com/tianchengzhe/EllipTrack" ], [ "https://github.com/xialab-ahu/PredNeuroP" ], [ "https://github.com/CLiu272/S2GC" ], [ "https://github.com/CloudDataLab/CIR-Net" ], [ "https://github.com/Singh-Lab/uKIN" ], [ "https://github.com/AlejandroAb/CASCABEL" ], [ "https://github.com/nourmadhoun/Inference-Attacks-Differential-Privacy" ], [ "https://github.com/gopuvenkat/MHCAttnNet" ], [ "https://github.com/elkebir-group/ClonArch" ], [ "https://github.com/ssehztirom/Exploring-generative-deep-learning-for-omics-data-by-using-log-linear-models" ], [ "https://github.com/wangshisheng/NAguideR" ], [ "https://github.com/magnitov/prokaryotic_cids" ], [ "https://github.com/lihuamei/DeconPeaker" ], [ "https://github.com/stars20180811/LipoSVM" ], [ "https://github.com/Chunhuixu/UBIPredic_QWRCHX" ], [ "https://github.com/NuttyLogic/BSBolt" ], [ "https://github.com/biomedbigdata/ASimulatoR" ], [ "https://github.com/jind11/Deep-PICO-Detection" ], [ "https://github.com/scvae/scvae" ], [ "https://github.com/jessada/pyCancerSig" ], [ "https://github.com/uef-bbc/nippy" ], [ "https://github.com/b2slab/padding_benchmark" ], [ "https://github.com/bioarch-sjh/bacollite" ], [ "https://github.com/happyalfred2016/GRGMF" ], [ "https://github.com/S-YIN/MIXnorm" ], [ "https://github.com/lichen-lab/MDeep" ], [ "https://github.com/kotiang54/PgmGRNs" ], [ "https://github.com/rashmie/SSIF" ], [ "https://github.com/ucasdp/RobustClone" ], [ "https://github.com/Tastanlab/DeepKinZero" ], [ "https://github.com/tzok/eltetrado" ], [ "https://github.com/tzok/eltetrado" ], [ "https://github.com/tzok/eltetrado" ], [ "https://github.com/tzok/eltetrado" ], [ "https://github.com/vpalombo/PANEV" ], [ "https://github.com/jttoivon/moder2" ], [ "https://github.com/sarahsamorodnitsky/Pan-Cancer-Survival-Modeling" ], [ "https://github.com/Frank-Orwell/scTIM" ], [ "https://github.com/mingjingsi/LPM" ], [ "https://github.com/HamidMushtaq/SparkGA2" ], [ "https://github.com/sunwj/scanpath" ], [ "https://github.com/atfrank/CS2Structure" ], [ "https://github.com/gifford-lab/antibody-2019" ], [ "https://github.com/srp33/ShinyLearner" ], [ "https://github.com/icthrm/cwSDTWnano" ], [ "https://github.com/samansalike/DR-thermo" ], [ "https://github.com/meringlab/FlashWeave" ], [ "https://github.com/PfeiferLabTue/wenda" ], [ "https://github.com/tada-alg/TADA" ], [ "https://github.com/SydneyBioX/CiteFuse" ], [ "https://github.com/EwaSzczurek/LEM" ], [ "https://github.com/ChnMasterOG/KmerGO" ], [ "https://github.com/liuyu8721/csmd" ], [ "https://github.com/nawang0226/abus_code" ], [ "https://github.com/VartikaBisht6197/NFnetFu" ], [ "https://github.com/akiyamalab/SPDRank" ], [ "https://github.com/Maize-Genetics-and-Genomics-Database/maizedig" ], [ "https://github.com/seasamgo/rescue" ], [ "https://github.com/JungeAlexander/cocoscore" ], [ "https://github.com/anjalisilva/MPLNClust" ], [ "https://github.com/cozygene/FEAST" ], [ "https://github.com/HoseinT/BAMSE" ], [ "https://github.com/haiyang1986/Subtype-GAN" ], [ "https://github.com/chjiao/TAR-VIR" ], [ "https://github.com/jun-inoue/ORTHOSCOPE_STAR" ], [ "https://github.com/MeiyueComputBio/sbl" ], [ "https://github.com/V-Bernal/GGM-Shrinkage" ], [ "https://github.com/jnalanko/VOMM" ], [ "https://github.com/Issingjessica/MDA-CNN" ], [ "https://github.com/SoufianeAjana/Blisar" ], [ "https://github.com/xzenglab/DCF" ], [ "https://github.com/NWPU-903PR/DMSC" ], [ "https://github.com/rosedu1/deconvSeq" ], [ "https://github.com/denniscwylie/sarks" ], [ "https://github.com/XingjieShi/VIMCO" ], [ "https://github.com/USNavalResearchLaboratory/NLPAR" ], [ "https://github.com/maxhwardg/advanced_multiloops" ], [ "https://github.com/khanhlee/snare-cnn" ], [ "https://github.com/BieseckerLab/SomatoSim" ], [ "https://github.com/azevedolab/taba" ], [ "https://github.com/kussell-lab/mcorr" ], [ "https://github.com/fnardi/GFPLAIN" ], [ "https://github.com/kundajelab/gkmexplain" ], [ "https://github.com/reymond-group/mhfp" ], [ "https://github.com/DessimozLab/HogProf" ], [ "https://github.com/molgenis/NIPTeR" ], [ "https://github.com/LupienLab/SMURF" ], [ "https://github.com/yetaoyu/Genomic-pan-cancer-classification" ], [ "https://github.com/mrborges23/delta_statistic" ], [ "https://github.com/divelab/cgan" ], [ "https://github.com/urmi-21/MetaOmGraph" ], [ "https://github.com/afergadis/BC6PM-HRNN" ], [ "https://github.com/FocusPaka/SIMD" ], [ "https://github.com/CAMI-challenge/OPAL" ], [ "https://github.com/ESDeutekom/ComparingOrthologies" ], [ "https://github.com/ElioS-S/pupil-size" ], [ "https://github.com/phac-nml/mob-suite" ], [ "https://github.com/phac-nml/mob-suite" ], [ "https://github.com/phac-nml/mob-suite" ], [ "https://github.com/phac-nml/mob-suite" ], [ "https://github.com/ParBLiSS/bruno" ], [ "https://github.com/tengfei-emory/QuantNorm" ], [ "https://github.com/jchen1981/MedTest" ], [ "https://github.com/gimelbrantlab/magic" ], [ "https://github.com/UMCUGenetics/targetclone" ], [ "https://github.com/jessemzhang/dendrosplit" ], [ "https://github.com/bmannakee/mapexr" ], [ "https://github.com/hugomailhot/MorphoLex-en" ], [ "https://github.com/ima23/maxent-ppi" ], [ "https://github.com/zhangyijia1979/hierarchical-RNNs-model-for-DDI-extraction" ], [ "https://github.com/IngallsLabUW/B-MIS-normalization" ], [ "https://github.com/applied-cognition-research/Gaze3DFix" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/brentp/goleft" ], [ "https://github.com/Single-Cell-Graph-Learning/scSGL" ], [ "https://github.com/blazi13/qbioimages" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/azevedolab/sandres" ], [ "https://github.com/c-zrv/uncertainty_components" ], [ "https://github.com/beiko-lab/ananke" ], [ "https://github.com/yuansliu/HiRGC" ], [ "https://github.com/ExcitedStates/KGS" ], [ "https://github.com/theislab/kbranches" ], [ "https://github.com/fchalmel/RGV" ], [ "https://github.com/i-git/FIMTrack" ], [ "https://github.com/USTC-HILAB/MPTM" ], [ "https://github.com/kandlinf/agennt" ], [ "https://github.com/C3BI-pasteur-fr/ReGaTE" ], [ "https://github.com/rcavalcante/annotatr" ], [ "https://github.com/liutairan/eMolFrag" ], [ "https://github.com/birnbaumlab/MAD-HYPE" ], [ "https://github.com/yunzhang813/FUNNEL-GSEA-R-Package" ], [ "https://github.com/chaninn/osFP" ], [ "https://github.com/Benchmarking-Initiative/Benchmark-Models" ], [ "https://github.com/CERENADevelopers/CERENA" ], [ "https://github.com/VisLab/blasst" ], [ "https://github.com/ChrisMaherLab/INTEGRATE-Vis" ], [ "https://github.com/tdhock/PeakError" ], [ "https://github.com/SaraEl-Metwally/LightAssembler" ], [ "https://github.com/davecao/tappm_cli" ], [ "https://github.com/JJAlmagro/subcellular_localization" ], [ "https://github.com/RuggeroFerrazza/IsotopicLabelling" ], [ "https://github.com/YakhiniGroup/SpectraPh" ], [ "https://github.com/DMU-lilab/GetisDMR" ], [ "https://github.com/turbo0628/LSDBS-mpi" ], [ "https://github.com/yiluheihei/shiny-RevEcoR" ], [ "https://github.com/CRossSchmidtlein/dPETSTEP" ], [ "https://github.com/zji90/TSCAN" ], [ "https://github.com/drdanielgartner/bronchomix" ], [ "https://github.com/kkrizanovic/NanoMark" ], [ "https://github.com/bio-ontology-research-group/deepgo" ], [ "https://github.com/xuezhidong/DomEx" ], [ "https://github.com/COL-IU/Graph2Pro" ], [ "https://github.com/michbur/chipPCR" ], [ "https://github.com/LMSE/ident" ], [ "https://github.com/wangsy11/InfMod3DGen" ], [ "https://github.com/reineckef/quandico" ], [ "https://github.com/nisheth/MeFiT" ], [ "https://github.com/1particle/bin-passing_analyzer" ], [ "https://github.com/cw2014/ArrayMaker" ], [ "https://github.com/dekoning-lab/wfes" ], [ "https://github.com/ken0-1n/Genomon-ITDetector" ], [ "https://github.com/BEETL/BEETL" ], [ "https://github.com/lucapinello/mim" ], [ "https://github.com/BJFU-CS2012/MuiltNet" ], [ "https://github.com/alifahsyamsiyah/learningDL" ], [ "https://github.com/lh3/varcmp" ], [ "https://github.com/jiasongchen/SymTC" ], [ "https://github.com/cvims/FHB_classification" ], [ "https://github.com/weiyangedward/IMMBoost" ], [ "https://github.com/mwsill/s4vdpca" ], [ "https://github.com/BeaconProjectAtVirginiaTech/beacon_network_inference" ], [ "https://github.com/sciseim/RadAA" ], [ "https://github.com/yevgenin/om2seq" ], [ "https://github.com/Shen-Lab/TALE" ], [ "https://github.com/DessimozLab/phylo-io" ], [ "https://github.com/raphael-group/copulacci" ], [ "https://github.com/MathBioCU/WSINDy_PDE" ], [ "https://github.com/ilaydakaraca/PoreD2" ], [ "https://github.com/BZQLin/LRPET" ], [ "https://github.com/zhc-moushang/CausalEQTL" ], [ "https://github.com/ICEORY/PMF" ], [ "https://github.com/bcgsc/ntEmbd" ], [ "https://github.com/weberlab-hhu/Predmoter" ], [ "https://github.com/Guangsi-Shi/AI-for-physics-GNSTODE" ], [ "https://github.com/alcu/sms" ], [ "https://github.com/PANPANKK/ATC_KIR" ], [ "https://github.com/Biocomputing-Research-Group/Casanovo-DIA" ], [ "https://github.com/anand9176/WaveWatch5000Public" ], [ "https://github.com/ziyangwang007/TriConvUNeXt" ], [ "https://github.com/kr-colab/mapNN" ], [ "https://github.com/ghaiyan/TORNADOES" ], [ "https://github.com/jacky102022/FMCA-DTI" ], [ "https://github.com/kuojunglee/BayesMGLM" ], [ "https://github.com/seqan/lambda" ], [ "https://github.com/CINVESTAV-LABI/julia_mzML_imzML" ], [ "https://github.com/hippo-yf/bsgenova" ], [ "https://github.com/WillHackett22/RAMZIS" ], [ "https://github.com/JHnlp/BC5CIDTask" ], [ "https://github.com/Milkteaww/CFS" ], [ "https://github.com/754131799/DeepSF-4mC" ], [ "https://github.com/miladrayka/ENS_Score" ], [ "https://github.com/lipelopesoliveira/pyCOFBuilder" ], [ "https://github.com/camlab-bioml/leader" ], [ "https://github.com/PacificBiosciences/HiPhase" ], [ "https://github.com/eduardchelebian/depicter" ], [ "https://github.com/stiger1000/Random-Sampling-SNN" ], [ "https://github.com/aircarlo/GNN_LSAP" ], [ "https://github.com/HanLabUNLV/sleps" ], [ "https://github.com/HXu06/MK-BMC" ], [ "https://github.com/statisticalbiotechnology/mipath" ], [ "https://github.com/frankgenome/DataColor" ], [ "https://github.com/wangjuan313/wsis-beyond-tightBB" ], [ "https://github.com/Cloud-Liu/MD-UNet" ], [ "https://github.com/yrjia1015/THItoGene" ], [ "https://github.com/gerardet46/OrchardGenerator" ], [ "https://github.com/llttxx/AERMNET" ], [ "https://github.com/zywait/HGCNLDA" ], [ "https://github.com/MehrshadSD/robustness-interpretability" ], [ "https://github.com/ebrahimakbary/PDWOA" ], [ "https://github.com/ctlab/metacherchant" ], [ "https://github.com/Shao-Group/kmerspace" ], [ "https://github.com/Shao-Group/rnabridge-denovo" ], [ "https://github.com/Shao-Group/rnabridge-denovo" ], [ "https://github.com/Shao-Group/rnabridge-denovo" ], [ "https://github.com/Shao-Group/rnabridge-denovo" ], [ "https://github.com/smusleh/UMSLP" ], [ "https://github.com/fiy2W/mri_seq2seq" ], [ "https://github.com/gem-pasteur/macsyfinder" ], [ "https://github.com/gem-pasteur/macsyfinder" ], [ "https://github.com/gem-pasteur/macsyfinder" ], [ "https://github.com/gem-pasteur/macsyfinder" ], [ "https://github.com/theimagelab/entrain" ], [ "https://github.com/favour-nerrise/xGW-GAT" ], [ "https://github.com/favour-nerrise/xGW-GAT" ], [ "https://github.com/favour-nerrise/xGW-GAT" ], [ "https://github.com/favour-nerrise/xGW-GAT" ], [ "https://github.com/huayingfang/gmcoda" ], [ "https://github.com/ddwhzh/GFIN" ], [ "https://github.com/Liying1996/ASBanalyzer" ], [ "https://github.com/soham-joshi/engagement-prediction-mhhri" ], [ "https://github.com/Rongdingyi/PhyIntNet" ], [ "https://github.com/TJUT-CV/SCLT" ], [ "https://github.com/Shen-Lab/DeepAffinity" ], [ "https://github.com/algbio/mfd-safety" ], [ "https://github.com/ZhangLab312/DPAMSA" ], [ "https://github.com/nolan-h-hamilton/ROCCO" ], [ "https://github.com/S-domain/Survey-Paper" ], [ "https://github.com/obifarin/automl-xai-metabolomics" ], [ "https://github.com/amygruel/FoveationStakes_DVS" ], [ "https://github.com/KarolineZhy/DefCorNet" ], [ "https://github.com/Zafar-Lab/scDREAMER" ], [ "https://github.com/LinaDongXMU/FGNN" ], [ "https://github.com/yhg926/TQSLE" ], [ "https://github.com/GtLinyer/LOANet" ], [ "https://github.com/XZhiXiang/AIS-segmentation" ], [ "https://github.com/liningtonlab/MultiplexMS" ], [ "https://github.com/LWCHN/CTEC" ], [ "https://github.com/CelestialShine/Longitudinal-Chest-X-Ray" ], [ "https://github.com/zjuRong/openNAU" ], [ "https://github.com/chengyu-github1012/Graph-Fusion" ], [ "https://github.com/Kari-Genomics-Lab/iDeLUCS" ], [ "https://github.com/RuneBlaze/internode" ], [ "https://github.com/ma-compbio/UNADON" ], [ "https://github.com/LooseLab/Icarust" ], [ "https://github.com/luo-group/GraNA" ], [ "https://github.com/hkuwahara/sleaping" ], [ "https://github.com/vanderschaarlab/AutoPrognosis" ], [ "https://github.com/MoyangSensei/CARN-Pytorch" ], [ "https://github.com/JieZheng-ShanghaiTech/KR4SL" ], [ "https://github.com/CSUBioGroup/StackCPA" ], [ "https://github.com/sharmin-mim/qfm_java" ], [ "https://github.com/BioinfoMachineLearning/MULTICOM3" ], [ "https://github.com/gatech-genemark/MgCod" ], [ "https://github.com/Libra-jing/SiamOL" ], [ "https://github.com/UgoLomoio/gtex_visualizer" ], [ "https://github.com/Tiny-Snow/EVMP" ], [ "https://github.com/Vang-z/HGJO" ], [ "https://github.com/george-fedorov/erp-correlations" ], [ "https://github.com/VITA-Group/Trap-and-Replace-Backdoor-Defense" ], [ "https://github.com/fangchj2002/BAF-Net" ], [ "https://github.com/phineasng/mononet" ], [ "https://github.com/sheng-n/lncRNA-miRNA-interaction-methods" ], [ "https://github.com/Lucas-Prates/blockcpd" ], [ "https://github.com/YutingHe-list/P2-Net" ], [ "https://github.com/Orin-beep/HOTSPOT" ], [ "https://github.com/Milchevskiy/protein-encoding-projects" ], [ "https://github.com/CMU-SAFARI/Scrooge" ], [ "https://github.com/bschilder/ThreeWayTest" ], [ "https://github.com/jiang18/slemm" ], [ "https://github.com/syau-miao/DFSP" ], [ "https://github.com/CompBioIPM/wpLogicNet" ], [ "https://github.com/imgag/ngs-bits" ], [ "https://github.com/imgag/ngs-bits" ], [ "https://github.com/imgag/ngs-bits" ], [ "https://github.com/imgag/ngs-bits" ], [ "https://github.com/mbarbie1/SliceMap" ], [ "https://github.com/wendelljpereira/DArTseqMet" ], [ "https://github.com/Socrates023/DCPHA" ], [ "https://github.com/SJTUBME-QianLab/Group-shrinkage-Spatial-Network" ], [ "https://github.com/jdeweeselab/psicalc-package" ], [ "https://github.com/YanhaoHuo/dysregulated-DNBs" ], [ "https://github.com/OluwadareLab/HiC-GNN" ], [ "https://github.com/mooneed/CACPU-Net" ], [ "https://github.com/BioinfoMachineLearning/MULTICOM_qa" ], [ "https://github.com/gcappon/agata" ], [ "https://github.com/ShangCS/MCLS" ], [ "https://github.com/Jhabindra-bioinfo/CapsNh-Kcr" ], [ "https://github.com/Netralab/GenericParallelFramework" ], [ "https://github.com/roohy/localIBDClustering" ], [ "https://github.com/nesvilab/PD-Nodes" ], [ "https://github.com/GIST-CSBL/AMP-BERT" ], [ "https://github.com/martaccmoreno/gexp-ml-dask" ], [ "https://github.com/calvin-zcx/SCEHR" ], [ "https://github.com/RedPotatoChip/OSUDL" ], [ "https://github.com/perishky/meffil" ], [ "https://github.com/kensung-lab/SVsearcher" ], [ "https://github.com/MinjieSh/Cosbin" ], [ "https://github.com/latlio/onlinefdr_rnaseq_simulation" ], [ "https://github.com/harveerar/SMIT" ], [ "https://github.com/mesunhlf/DEFEAT" ], [ "https://github.com/CVMI-Lab/ST3D" ], [ "https://github.com/kavya6697/Allergy-PT" ], [ "https://github.com/shenwei356/kmcp" ], [ "https://github.com/PPOLYpubki/RD3D" ], [ "https://github.com/AnjanaSenanayake/DeepSelectNet" ], [ "https://github.com/dmitrymyl/ortho2align" ], [ "https://github.com/Shamir-Lab/3CAC" ], [ "https://github.com/calliste-fagard-jenkin/rGAI" ], [ "https://github.com/hsiangyuzhao/PANet" ], [ "https://github.com/mahfuzmohammad/HealthyGAN" ], [ "https://github.com/DuanHuiyu/ARIQA" ], [ "https://github.com/reaneyli/mBrainAligner-web" ], [ "https://github.com/sydeng99/ssTEM-restoration" ], [ "https://github.com/UCA-MSI/ABEILLE" ], [ "https://github.com/pmglab/RNA-SSNV" ], [ "https://github.com/Wolverinerine/GTGenie" ], [ "https://github.com/npdeloss/mepp" ], [ "https://github.com/bihealth/clear-cnv" ], [ "https://github.com/ShkolniskyLab/kltpicker2" ], [ "https://github.com/noriakis/CBNplot" ], [ "https://github.com/FudanDISC/DISCOpen-MedBox-DialoDiagnosis" ], [ "https://github.com/nayu0419/TFLP" ], [ "https://github.com/hehh77/3DGT-DDI" ], [ "https://github.com/BrooksResearchGroup-UM/seq_struct_func" ], [ "https://github.com/tcygxu2021/FMGNN" ], [ "https://github.com/UdeS-CoBIUS/SpliceFamAlignMulti" ], [ "https://github.com/luffy563/circRNA_tools_comparison" ], [ "https://github.com/CityU-AIM-Group/I2GCN" ], [ "https://github.com/0xTCG/biser" ], [ "https://github.com/yuabrahamliu/scDeconv" ], [ "https://github.com/UCLA-VAST/splag" ], [ "https://github.com/ococrook/hdxstats" ], [ "https://github.com/iMED-Lab/TortuosityGrading" ], [ "https://github.com/hanzefang/DESDGAN" ], [ "https://github.com/gtluu/timsconvert" ], [ "https://github.com/PGTSING/HGETGI" ], [ "https://github.com/MaayanLab/blitzgsea" ], [ "https://github.com/TencentAILabHealthcare/MLA-GNN" ], [ "https://github.com/HuMingLab/SnapHiC" ], [ "https://github.com/dipuk0506/Aleatory-aware-UQ" ], [ "https://github.com/cucpbioinfo/Xlnc1DCNN" ], [ "https://github.com/Longwt123/MDL-CPI" ], [ "https://github.com/tianwei-yu/AIME" ], [ "https://github.com/AndreBrincat/Gene-Antibiotic-Resistance-Relation-Extraction" ], [ "https://github.com/usccolumbia/MOOCSP" ], [ "https://github.com/EbmeyerSt/GEnView" ], [ "https://github.com/NielsenBerkeleyLab/sconce" ], [ "https://github.com/xxy45/DSGAT" ], [ "https://github.com/wangyuanhao/springD2A" ], [ "https://github.com/CSB5/CaDRReS-Sc" ], [ "https://github.com/n-canter/gamaps" ], [ "https://github.com/anonymous1025/CO-VAE" ], [ "https://github.com/jeya-maria-jose/KiU-Net-pytorch" ], [ "https://github.com/Khalife/Sequoia" ], [ "https://github.com/wanglabtongji/STRIDE" ], [ "https://github.com/s20181080001/WebServer" ], [ "https://github.com/ebundhoo/TAGOPSIN" ], [ "https://github.com/ChengkuiZhao/Single-cell-miRNA-prediction" ], [ "https://github.com/chenhong-dkfz/GenomeTornadoPlot" ], [ "https://github.com/ahmadpgh/deepSimDEF" ], [ "https://github.com/belowlab/IMMerge" ], [ "https://github.com/rpmccordlab/SMILE" ], [ "https://github.com/amituofo-xf/HUbiPred" ], [ "https://github.com/cambridgeltl/functional-genomics-ie" ], [ "https://github.com/umr-ds/NOREC4DNA" ], [ "https://github.com/shang-qian/SCSit" ], [ "https://github.com/NiJianWei996/RF-SVM" ], [ "https://github.com/liuhc8/Aperture" ], [ "https://github.com/bijingshu/BiAttCNN" ], [ "https://github.com/alonalj/hta" ], [ "https://github.com/fukunagatsu/Mirage" ], [ "https://github.com/fukunagatsu/Mirage" ], [ "https://github.com/fukunagatsu/Mirage" ], [ "https://github.com/fukunagatsu/Mirage" ], [ "https://github.com/EESI/MetaMutationalSigs" ], [ "https://github.com/arnabkmondal/scRAE" ], [ "https://github.com/abdullah5naveed/SRP_WebServer" ], [ "https://github.com/reach2sbera/ldct_nonlocal" ], [ "https://github.com/Alphafrey946/Colocalization-MOC" ], [ "https://github.com/sigma10010/nuclei_cells_det" ], [ "https://github.com/DaehwanKimLab/Chromosome-ReAd" ], [ "https://github.com/divya031090/phyLoSTM" ], [ "https://github.com/bagherilab/ARCADE" ], [ "https://github.com/veania/MIREyA" ], [ "https://github.com/xthua/bacant" ], [ "https://github.com/zbf1991/A2GNN" ], [ "https://github.com/thinkobj/ISFA" ], [ "https://github.com/spyflying/CMPC-Refseg" ], [ "https://github.com/KHanghoj/NGSremix" ], [ "https://github.com/v4yuezi/AGTAR" ], [ "https://github.com/seriph78/COTAN" ], [ "https://github.com/guldenolgun/NoRCE" ], [ "https://github.com/vanheeringen-lab/seq2science" ], [ "https://github.com/Mahim1997/wQFM-2020" ], [ "https://github.com/wtjiang98/PSGAN" ], [ "https://github.com/fayazsoleymani/SARTRE" ], [ "https://github.com/lyjps/Struct2GO" ], [ "https://github.com/raw-lab/metacerberus" ], [ "https://github.com/richadhanuka/PFP-using-Functional-interrelationship" ], [ "https://github.com/THinnerichs/DTI-VOODOO" ], [ "https://github.com/marjanfaizi/MSModDetector" ], [ "https://github.com/MannLabs/alphamap" ], [ "https://github.com/louzounlab/microbiome" ], [ "https://github.com/pcdslab/ASD-SAENet" ], [ "https://github.com/ComputationalSystemsBiology/scNET" ], [ "https://github.com/GWYSDU/SVLR" ], [ "https://github.com/jianweishuai/TCS" ], [ "https://github.com/statway/DTFLOW" ], [ "https://github.com/Krisloveless/ChrNet" ], [ "https://github.com/sdk15/insectOR" ], [ "https://github.com/fpalini/fastdoopc" ], [ "https://github.com/CSUBioGroup/SSRE" ], [ "https://github.com/krishnabits001/task_driven_data_augmentation" ], [ "https://github.com/medema-group/bigslice" ], [ "https://github.com/AaronYll/DECban" ], [ "https://github.com/northomics/MetaProfiler" ], [ "https://github.com/compbel/MULAN" ], [ "https://github.com/fallerlab/Ribo-ODDR" ], [ "https://github.com/AliJam82/MDIPA" ], [ "https://github.com/renzhenwang/pairwise_segmentation" ], [ "https://github.com/EvgenyZhvansky/R_matrix" ], [ "https://github.com/cuhklinlab/coupleCoC" ], [ "https://github.com/lixt314/NatDRAP1" ], [ "https://github.com/kimmo1019/DeepCDR" ], [ "https://github.com/ZiqiaoZhang/FraGAT" ], [ "https://github.com/SJTUBME-QianLab/SpiralTransform" ], [ "https://github.com/bic-nirrh/precocity" ], [ "https://github.com/wang-hong-fei/DL-plant-ubsites-prediction" ], [ "https://github.com/ThibaultLeroyFr/Intro2PopGenomics" ], [ "https://github.com/ISUgenomics/SequelTools" ], [ "https://github.com/ZhaoZhibin/DL-based-Intelligent-Diagnosis-Benchmark" ], [ "https://github.com/AMSSwanglab/GuidingNet" ], [ "https://github.com/voracva1/CoLiDe" ], [ "https://github.com/jumphone/Vector" ], [ "https://github.com/innate2adaptive/Decombinator" ], [ "https://github.com/inzilico/imputeqc" ], [ "https://github.com/JoanaMPereira/GCsnap" ], [ "https://github.com/flowcytometry/MCTA" ], [ "https://github.com/raphael-group/SBMClone" ], [ "https://github.com/TrofimovAssya/FactorizedEmbeddings" ], [ "https://github.com/yangyq505/SSKM_Succ" ], [ "https://github.com/CT001002/T4SE-XGB" ], [ "https://github.com/lasigeBioTM/PGR-crowd" ], [ "https://github.com/hocdb-KMU-TMU/hocdb" ], [ "https://github.com/chopralab/lemon" ], [ "https://github.com/chopralab/lemon" ], [ "https://github.com/chopralab/lemon" ], [ "https://github.com/chopralab/lemon" ], [ "https://github.com/XinhaoLi74/SmilesPE" ], [ "https://github.com/wonanut/SETE" ], [ "https://github.com/Kingsford-Group/CAS_code" ], [ "https://github.com/SatyajitECE/DNN-XGB-for-PPI-Prediction" ], [ "https://github.com/wzhy2000/higwas" ], [ "https://github.com/sera616/TargetMM" ], [ "https://github.com/VCCRI/Sierra" ], [ "https://github.com/cbi-bioinfo/methCancer-gen" ], [ "https://github.com/MAITYA02/semmcmc" ], [ "https://github.com/YifanDengWHU/DDIMDL" ], [ "https://github.com/HePeng2016/CFSP" ], [ "https://github.com/FIGOGO/smoothq" ], [ "https://github.com/ComparativeGenomicsToolkit/hal" ], [ "https://github.com/CongSun-dlut/CPI_extraction" ], [ "https://github.com/hjiangcsu/miRTMC" ], [ "https://github.com/gersteinlab/topicnet" ], [ "https://github.com/yangyq505/MHRWR" ], [ "https://github.com/ohlab/SMEG" ], [ "https://github.com/malewins/SEQing" ], [ "https://github.com/jade-nhri/nanoMLST" ], [ "https://github.com/lich0031/Mammographic_Density_Classification" ], [ "https://github.com/compomics/COSS" ], [ "https://github.com/QuKunLab/SMAtool" ], [ "https://github.com/dbdimitrov/BingleSeq" ], [ "https://github.com/IPCO-Rlibrary/IPCO" ], [ "https://github.com/bio-ontology-research-group/ontology-extension" ], [ "https://github.com/XPHenry/Netfrac" ], [ "https://github.com/zhanghfd/contamDE" ], [ "https://github.com/atallah-lab/neoplastic-evolution" ], [ "https://github.com/shivram1987/diffGrad" ], [ "https://github.com/daifengwanglab/ManiNetCluster" ], [ "https://github.com/iobio-zjut/CGLFold" ], [ "https://github.com/grimmlab/MicrobiomeBestPracticeReview" ], [ "https://github.com/CNRGH/crimmix" ], [ "https://github.com/ManuelLamothe/RapidACi" ], [ "https://github.com/irinagain/iglu" ], [ "https://github.com/irinagain/iglu" ], [ "https://github.com/irinagain/iglu" ], [ "https://github.com/irinagain/iglu" ], [ "https://github.com/nourmadhoun/Differential-privacy-genomic-inference-attack" ], [ "https://github.com/lalonderodney/INN-Inflated-Neural-Nets" ], [ "https://github.com/mobiusklein/glycresoft" ], [ "https://github.com/mikpom/uslcount" ], [ "https://github.com/DPBayes/dp-representation-transfer" ], [ "https://github.com/zakih/organoidDynamics" ], [ "https://github.com/ucrbioinfo/Selfish" ], [ "https://github.com/YellowcardD/RNN-for-membrane-protein-types-prediction" ], [ "https://github.com/ZhuMSLab/DecoMetDIA" ], [ "https://github.com/muhaochen/seq_ppi" ], [ "https://github.com/wuaipinglab/ImmuCC" ], [ "https://github.com/eporetsky/MutRank" ], [ "https://github.com/zer0o0/drug-repo" ], [ "https://github.com/aanchalMongia/MGRNNMforDTI" ], [ "https://github.com/grizant/n1pas" ], [ "https://github.com/bsml320/CNet" ], [ "https://github.com/IEkAdN/BactSNP" ], [ "https://github.com/wzhangwhu/TEGS" ], [ "https://github.com/xal2019/DeepFE-PPI" ], [ "https://github.com/VCCRI/Ularcirc" ], [ "https://github.com/lsncibb/SummaryAUC" ], [ "https://github.com/cimm-kzn/CGRtools" ], [ "https://github.com/aplantin/pldist" ], [ "https://github.com/easycui/nuclei_segmentation" ], [ "https://github.com/yangao07/TideHunter" ], [ "https://github.com/chengusf/CuDDI" ], [ "https://github.com/abikoushi/Bermuda" ], [ "https://github.com/BIONF/protTrace" ], [ "https://github.com/harvardinformatics/NGmerge" ], [ "https://github.com/pn51/laggedOrderedLassoNetwork" ], [ "https://github.com/wangying0128/miRFinder" ], [ "https://github.com/phglab/ARGDIT" ], [ "https://github.com/shubhamchandak94/SPRING" ], [ "https://github.com/GuanLab/phosphoproteome_prediction" ], [ "https://github.com/bio-ontology-research-group/phenogocon" ], [ "https://github.com/insilichem/garleek" ], [ "https://github.com/Phlya/coolpuppy" ], [ "https://github.com/precisionomics/PRESM" ], [ "https://github.com/GrabherrGroup/ACES" ], [ "https://github.com/HaohanWang/thePrecisionLasso" ], [ "https://github.com/SchulzLab/Triangulate" ], [ "https://github.com/zenBen/Kanizsa_Prime" ], [ "https://github.com/hkwkevin28/MIC-MEME" ], [ "https://github.com/rajinder4489/FuSe" ], [ "https://github.com/shuangj00/HARMONIES" ], [ "https://github.com/BorgwardtLab/S3M" ], [ "https://github.com/angy89/RobustClusteringPatientSubtyping" ], [ "https://github.com/gstecher/CloneFinderAPI" ], [ "https://github.com/pingchen09990102/BMSIM" ], [ "https://github.com/VCCRI/C3" ], [ "https://github.com/wzhang1984/NBSS" ], [ "https://github.com/hellloxiaotian/ADNet" ], [ "https://github.com/UdeM-LBIT/GATC" ], [ "https://github.com/zhaoni153/GHT" ], [ "https://github.com/Shamir-Lab/Sorting-Cancer-Karyotypes" ], [ "https://github.com/hkmztrk/SMILESVecProteinRepresentation" ], [ "https://github.com/littleq1991/sparse_lowRank_regression" ], [ "https://github.com/rsemeraro/XomeBlender" ], [ "https://github.com/ahmedaq/MPF-BML-GUI" ], [ "https://github.com/erasmus-center-for-biomics/Nimbus" ], [ "https://github.com/cyang235/LncADeep" ], [ "https://github.com/noble-research-institute/fnbtools" ], [ "https://github.com/fengli28/CSDM" ], [ "https://github.com/bcgsc/ChopStitch" ], [ "https://github.com/nelsongil92/SAMMI" ], [ "https://github.com/lucian-ilie/SPRINT" ], [ "https://github.com/aalto-ics-kepaco/PMFA" ], [ "https://github.com/NGSeq/ViraPipe" ], [ "https://github.com/jchen1981/MicrobiomeDDA" ], [ "https://github.com/Zhiqin-HUANG/confFuse" ], [ "https://github.com/thh32/Spherical" ], [ "https://github.com/subangstrom/DeepDiffraction" ], [ "https://github.com/KlugerLab/Ritornello" ], [ "https://github.com/pmharrison/flps" ], [ "https://github.com/FastTrackOrg/FastTrack" ], [ "https://github.com/ma-compbio/PEP" ], [ "https://github.com/ychastagnier/BRET-Analyzer" ], [ "https://github.com/StanfordBioinformatics/mvp_aaa_codelabs" ], [ "https://github.com/jtaghiyar/kronos" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/rehbergT/zeroSum" ], [ "https://github.com/ChengchenZhao/DrSeq2" ], [ "https://github.com/smalltalkman/hppi-tensorflow" ], [ "https://github.com/Singh-Lab/Differential-Mutation-Analysis" ], [ "https://github.com/CartwrightLab/WuEtAl2017" ], [ "https://github.com/dittehald/GPICA" ], [ "https://github.com/bcgsc/kollector" ], [ "https://github.com/Zhangxf-ccnu/pDNA" ], [ "https://github.com/ParBLiSS/kmerind" ], [ "https://github.com/HAShihab/HIPred" ], [ "https://github.com/fickludd/eviltools" ], [ "https://github.com/satoken/ractip" ], [ "https://github.com/TheJacksonLaboratory/Picky" ], [ "https://github.com/kms1041/BeReTa" ], [ "https://github.com/jnktsj/DNApi" ], [ "https://github.com/ThomasChln/snpclust" ], [ "https://github.com/kassonlab/positionalmi" ], [ "https://github.com/ewyang089/SDEAP" ], [ "https://github.com/BrendelGroup/GoRAMPAGE" ], [ "https://github.com/haddocking/DACUM" ], [ "https://github.com/IbrahimTanyalcin/MODICT" ], [ "https://github.com/mojaveazure/angsd-wrapper" ], [ "https://github.com/abehr/pong" ], [ "https://github.com/sunliang3361/WebGIVI" ], [ "https://github.com/hardin47/rmscca" ], [ "https://github.com/WaylandM/meristogram" ], [ "https://github.com/xfwang/CLOSE" ], [ "https://github.com/pcdslab/MSREDUCE" ], [ "https://github.com/rgcgithub/clamms" ], [ "https://github.com/adamallo/SimPhy" ], [ "https://github.com/biomathman/pycellerator" ], [ "https://github.com/bhklab/genefu" ], [ "https://github.com/lsgh/ismb15" ], [ "https://github.com/isovic/graphmap" ], [ "https://github.com/jiantao/Tangram" ], [ "https://github.com/jiantao/Tangram" ], [ "https://github.com/jiantao/Tangram" ], [ "https://github.com/jiantao/Tangram" ], [ "https://github.com/YinanZheng/HIMA" ], [ "https://github.com/njdbickhart/RAPTR-SV" ], [ "https://github.com/yeastrc/snipviz" ], [ "https://github.com/BlueBrain/NeuroMorphoVis" ], [ "https://github.com/a-kramer/ode_rmhmc" ], [ "https://github.com/rcanovas/libCSAM" ], [ "https://github.com/rcanovas/libCSAM" ], [ "https://github.com/rcanovas/libCSAM" ], [ "https://github.com/rcanovas/libCSAM" ], [ "https://github.com/phrh/BackCLIP" ], [ "https://github.com/4ndr01d3/biosual" ], [ "https://github.com/sanchak/mqap" ], [ "https://github.com/sanchak/mqap" ], [ "https://github.com/sanchak/mqap" ], [ "https://github.com/sanchak/mqap" ], [ "https://github.com/luscinius/afcluster" ], [ "https://github.com/mhoubraken/ISMAGS" ], [ "https://github.com/kanak02/MaOALO" ], [ "https://github.com/simras/cWords" ], [ "https://github.com/ahwagner/PULP" ], [ "https://github.com/mengyao/Complete-Striped-Smith-Waterman-Library" ], [ "https://github.com/ZWangTen/MethParquet" ], [ "https://github.com/JZPeterPan/MCMR-Recon-Driven-Motion" ], [ "https://github.com/wu-lab-egio/EGIO" ], [ "https://github.com/VicenteMartiCentelles/CageCavityCalc" ], [ "https://github.com/rui-yan/SSL-FL" ], [ "https://github.com/RUBi-ZA/JMS" ], [ "https://github.com/huizhanglab-jhu/ms-pycloud" ], [ "https://github.com/biomendi/TRANSCRIPTOME-ASSEMBLY-PIPELINE" ], [ "https://github.com/OceanSTARLab/DeepPnP" ], [ "https://github.com/Tide-for-PTM-search/Tide-for-PTM-search" ], [ "https://github.com/yimingxu24/CLDG" ], [ "https://github.com/WouterSteyaert/BATCH-GE" ], [ "https://github.com/LeapLabTHU/EfficientTrain" ], [ "https://github.com/neuropoly/multiclass-segmentation" ], [ "https://github.com/lhf12278/IAD" ], [ "https://github.com/RPDS2020/AEC" ], [ "https://github.com/kurtsemih/copyVAE" ], [ "https://github.com/pswain/segmentation-software" ], [ "https://github.com/Lab-Xu/KbhbXG" ], [ "https://github.com/TinkerTools/tinker-hp" ], [ "https://github.com/lozuponelab/knowledge-source-mappings" ], [ "https://github.com/Goatofmountain/MAGNIFIER" ], [ "https://github.com/Divo-Lee/SIEVE" ], [ "https://github.com/abcair/HemoDL" ], [ "https://github.com/LiuChuang0059/GTSP" ], [ "https://github.com/JLiangLab/DiRA" ], [ "https://github.com/JLiangLab/DiRA" ], [ "https://github.com/JLiangLab/DiRA" ], [ "https://github.com/JLiangLab/DiRA" ], [ "https://github.com/YezhaoZhong/VKR" ], [ "https://github.com/PT-Finder/PT-Finder" ], [ "https://github.com/michalkoziarski/DiagSet" ], [ "https://github.com/hfutqian/GapSSG" ], [ "https://github.com/rsinghlab/scGrapHiC" ], [ "https://github.com/yhoogstrate/flaimapper" ], [ "https://github.com/jyh6681/SPXL-GNN" ], [ "https://github.com/hellloxiaotian/SSNet" ], [ "https://github.com/Liuyuxinict/CBiAFormer" ], [ "https://github.com/ZZCrazy00/GAM-MDR" ], [ "https://github.com/amromics/amrviz" ], [ "https://github.com/AxelElaldi/e3so3_conv" ], [ "https://github.com/eduardporta/e-Driver" ], [ "https://github.com/WeiLab-BioChem/Structural-DPP-IV" ], [ "https://github.com/kordk/torch-ecpg" ], [ "https://github.com/kordk/torch-ecpg" ], [ "https://github.com/kordk/torch-ecpg" ], [ "https://github.com/kordk/torch-ecpg" ], [ "https://github.com/lucien22588/yolov5-ngn" ], [ "https://github.com/liameihao/scChrBin" ], [ "https://github.com/ShaneSpace/DGFDBenchmark" ], [ "https://github.com/LI-jasm/DHPRL" ], [ "https://github.com/OnofreyLab/dl_hmc_attention_mlcn2023" ], [ "https://github.com/ZZCrazy00/JDASA-MRD" ], [ "https://github.com/fanavarro/hemodonacion" ], [ "https://github.com/dongu7610/Riceproteome" ], [ "https://github.com/Roth-Lab/ESQmodel" ], [ "https://github.com/Shao-Group/irtool" ], [ "https://github.com/Shao-Group/irtool" ], [ "https://github.com/Shao-Group/irtool" ], [ "https://github.com/Shao-Group/irtool" ], [ "https://github.com/jiahong-fu/Equivariant-Proximal-Operator" ], [ "https://github.com/jkimlab/PAPipe" ], [ "https://github.com/RidongHan/DocRE-Co-Occur" ], [ "https://github.com/hyunp2/Memb-TDA" ], [ "https://github.com/jianglikun/MOASL" ], [ "https://github.com/episphere/medicaid" ], [ "https://github.com/Peroxidess/MVIIL-GAN" ], [ "https://github.com/yorgodillo/ProteoSign" ], [ "https://github.com/jywu511/BD-Net" ], [ "https://github.com/wq-sunshine/MomdTDSRL" ], [ "https://github.com/Ulricab/Bert-Path" ], [ "https://github.com/baowz12345/voting_transfer" ], [ "https://github.com/oligogenic/Deep_active_learning_bioRE" ], [ "https://github.com/zuiop11/nn_info" ], [ "https://github.com/himelmallick/IntegratedLearner" ], [ "https://github.com/gpgzy/CL-Cardiac-segmentation" ], [ "https://github.com/ghaiyan/TOAST" ], [ "https://github.com/lhc17/HoloNet" ], [ "https://github.com/structuralbioinformatics/SBILib" ], [ "https://github.com/qgao21/CoreDiff" ], [ "https://github.com/Illumina/strelka" ], [ "https://github.com/ktym/covid19" ], [ "https://github.com/ZhangJD-ong/Iterative-Cycle-consistent-Semi-supervised-Learning-for-fibroglandular-tissue-segmentation" ], [ "https://github.com/MahnazHabibi/Gene_analysis" ], [ "https://github.com/roqe/MACtest" ], [ "https://github.com/Cuthbert-Huang/CC-Net" ], [ "https://github.com/hsjeon1217/conditional_method" ], [ "https://github.com/favour-nerrise/xGW-GAT" ], [ "https://github.com/favour-nerrise/xGW-GAT" ], [ "https://github.com/favour-nerrise/xGW-GAT" ], [ "https://github.com/favour-nerrise/xGW-GAT" ], [ "https://github.com/ncbi/MedCPT" ], [ "https://github.com/SaeedKarami/VCSDFS" ], [ "https://github.com/mdsufz/StandEnA" ], [ "https://github.com/yevgenin/PatternCode" ], [ "https://github.com/sekijima-lab/GARGOYLES" ], [ "https://github.com/djimenezsanchez/Blind_Unmixing_NMF_RI" ], [ "https://github.com/viralInformatics/VIGA" ], [ "https://github.com/TalusBio/nf-encyclopedia" ], [ "https://github.com/jianweishuai/Dear-DIA-XMBD" ], [ "https://github.com/Zhang-Yang-ops/LSFC" ], [ "https://github.com/Bhattacharya-Lab/PIQLE" ], [ "https://github.com/Bhattacharya-Lab/PIQLE" ], [ "https://github.com/Bhattacharya-Lab/PIQLE" ], [ "https://github.com/Bhattacharya-Lab/PIQLE" ], [ "https://github.com/aehrc/cvt2distilgpt2" ], [ "https://github.com/JiayuanWang-JW/DC-cycleGAN" ], [ "https://github.com/barthelemymp/Domain2DomainProteinTranslation" ], [ "https://github.com/Psy-Fer/buttery-eel" ], [ "https://github.com/RabbitBio/RabbitQCPlus" ], [ "https://github.com/wyp1125/MCScanX" ], [ "https://github.com/rit-cui-lab/Multimodal-AI-for-Prediction-of-Distant-Metastasis-in-Carcinoma-Patients" ], [ "https://github.com/YUshunL/cyclin" ], [ "https://github.com/Wenbo-G/pd-phonation-analysis" ], [ "https://github.com/bayzidlab/SAINT-Angle" ], [ "https://github.com/CSUBioGroup/GraphscoreDTA" ], [ "https://github.com/laplcebeltrami/maltreated" ], [ "https://github.com/elisabettasciacca/DEGGs" ], [ "https://github.com/chenzhe207/FSMSC" ], [ "https://github.com/XiaoTaoWang/HiCLift" ], [ "https://github.com/XiaoTaoWang/HiCLift" ], [ "https://github.com/XiaoTaoWang/HiCLift" ], [ "https://github.com/XiaoTaoWang/HiCLift" ], [ "https://github.com/canc1993/graces" ], [ "https://github.com/weiliao97/METRE" ], [ "https://github.com/shimenghuang/KernelBiome" ], [ "https://github.com/tanzilamohita/DeepCGP" ], [ "https://github.com/aI-area/DVGSN" ], [ "https://github.com/bozdaglab/NRPreTo" ], [ "https://github.com/vigi30/Clinical-GAN" ], [ "https://github.com/glasgowlab/MAGPIE" ], [ "https://github.com/WGLab/bioformer" ], [ "https://github.com/Johnsunnn/ExamPle" ], [ "https://github.com/xwanggroup/DaDL-SChlo" ], [ "https://github.com/berkuva/TCGA-omics-integration" ], [ "https://github.com/skinahan/DIVA_PyTorch" ], [ "https://github.com/meidanis-lab/rank-indel" ], [ "https://github.com/Li-X-P/Code-of-Robust-Tensor-Completion" ], [ "https://github.com/shyammarjit/SAGA" ], [ "https://github.com/Nachida08/SnakeMAGs" ], [ "https://github.com/lmdu/dockey" ], [ "https://github.com/SysBioChalmers/HGTphyloDetect" ], [ "https://github.com/ChunhuaLiLab/Metal3DRNA" ], [ "https://github.com/Cuily-v/Colorectal_cancer" ], [ "https://github.com/cxli233/SimpleTidy_GeneCoEx" ], [ "https://github.com/deepomicslab/SMURF" ], [ "https://github.com/jianlin-cheng/TransFun" ], [ "https://github.com/ihuhuhu/RAC" ], [ "https://github.com/joshidhaivat/HQAlign" ], [ "https://github.com/Richard-Packer/DeepPheWAS" ], [ "https://github.com/zhangt369/SurvivalPath" ], [ "https://github.com/zzc1991/TREC_Precision_Medicine_Track" ], [ "https://github.com/openCONTRABASS/CONTRABASS" ], [ "https://github.com/MinjieWan/Unsupervised-end-to-end-infrared-and-visible-image-fusion-network-using-learnable-fusion-strategy" ], [ "https://github.com/cobisLab/CFA" ], [ "https://github.com/Ensembl/plant-scripts" ], [ "https://github.com/TrangDinh44/ABAG_BioBERT" ], [ "https://github.com/kkyamada/bert-rbp" ], [ "https://github.com/tticoin/HKG-DDIE" ], [ "https://github.com/RuoyuChen10/Image_weighing" ], [ "https://github.com/XiayangLi2301/DNA" ], [ "https://github.com/prasunc/Gliomanet" ], [ "https://github.com/MrZhang176/DNPMSA" ], [ "https://github.com/WGLab/TermViewer" ], [ "https://github.com/MRCIEU/vectology" ], [ "https://github.com/Rostlab/SETH" ], [ "https://github.com/MHH-RCUG/nf_wochenende" ], [ "https://github.com/FeiLyu/SASSL" ], [ "https://github.com/fangzy97/drnet" ], [ "https://github.com/jannikfranzen/theta_neuron" ], [ "https://github.com/VITA-Group/LongTailCXR" ], [ "https://github.com/CDDLeiden/DrugEx" ], [ "https://github.com/MIRCen/NeuronInstanceSeg" ], [ "https://github.com/biomedbigdata/circRNA-sponging" ], [ "https://github.com/PiotrRadzinski/envemind" ], [ "https://github.com/nimamasoumi/DiffeoRaptor" ], [ "https://github.com/Chandan-IITI/Tf-GCZSL" ], [ "https://github.com/yarongef/DistilProtBert" ], [ "https://github.com/MannLabs/alphapeptstats" ], [ "https://github.com/shahidakbarcs/cACP-DeepGram" ], [ "https://github.com/DeepMIALab/UC-NfNet" ], [ "https://github.com/vinchole/zzzccc" ], [ "https://github.com/Tan-group/FebRNA" ], [ "https://github.com/rishavpramanik/AAPSO" ], [ "https://github.com/FeiYee/Breast-area-TWO" ], [ "https://github.com/csxmli2016/DMDNet" ], [ "https://github.com/emmijokinen/tcrconv" ], [ "https://github.com/parashardhapola/scarf" ], [ "https://github.com/shamimarashid/Jupytope" ], [ "https://github.com/ncbi/tmVar3" ], [ "https://github.com/tthinking/MATR" ], [ "https://github.com/MehediAzim/DeepAmp" ], [ "https://github.com/phineasng/DECODE" ], [ "https://github.com/colabpro123/CovidConvLSTM" ], [ "https://github.com/gengmufeng/TCFL-OCT" ], [ "https://github.com/JLiangLab/BenchmarkTransferLearning" ], [ "https://github.com/dmis-lab/SeqTagQA" ], [ "https://github.com/AstraZeneca/StarGazer" ], [ "https://github.com/HUBioDataLab/DrugApp" ], [ "https://github.com/fuad021/biomarker-identification" ], [ "https://github.com/diskin-lab-chop/AutoGVP" ], [ "https://github.com/GeneTranslationLab-IRB/tRNAstudio" ], [ "https://github.com/molinfrimed/multi-kinases" ], [ "https://github.com/jsvir/lscae" ], [ "https://github.com/jiangdat/COMI" ], [ "https://github.com/panliangrui/covid19" ], [ "https://github.com/HangZhouSheep/oppOntology" ], [ "https://github.com/stoledoc/DQOR" ], [ "https://github.com/CMUSchwartzLab/TUSV-ext" ], [ "https://github.com/zsy-9/STNN-DDI" ], [ "https://github.com/magnitov/pentad" ], [ "https://github.com/GauravPandeyLab/ensemble_integration" ], [ "https://github.com/Usman095/Graph-DOM" ], [ "https://github.com/LXQin/DANA" ], [ "https://github.com/yrm9837/mzMD-java" ], [ "https://github.com/Novestars/Fully-Transformer-Network" ], [ "https://github.com/meng-jie/EFMSDTI" ], [ "https://github.com/sivaramakrishnan-rajaraman/Model_calibration" ], [ "https://github.com/HKUST-NISL/GEDDnet" ], [ "https://github.com/AlexTS1980/COVID-CT-Mask-Net" ], [ "https://github.com/telatin/BamToCov" ], [ "https://github.com/LiangYu-Xidian/MDPBMP" ], [ "https://github.com/whussain2/Analysis-pipeline" ], [ "https://github.com/DIAL-RPI/SCO-SSL" ], [ "https://github.com/vpKumaravel/NEAR" ], [ "https://github.com/msisakht/pyprotmodel" ], [ "https://github.com/Minhyeok01/FCLQC" ], [ "https://github.com/Boyle-Lab/SEMplMe" ], [ "https://github.com/bio-phys/optimizedMgFFs" ], [ "https://github.com/PYangLab/SPSs" ], [ "https://github.com/Philipp-MR/CoilGen" ], [ "https://github.com/Cassieyy/AugMS-Net" ], [ "https://github.com/mabulnaga/placenta-flattening" ], [ "https://github.com/mabulnaga/placenta-flattening" ], [ "https://github.com/mabulnaga/placenta-flattening" ], [ "https://github.com/mabulnaga/placenta-flattening" ], [ "https://github.com/treangenlab/komb" ], [ "https://github.com/ajayago/NCMF_bioinformatics" ], [ "https://github.com/hongwang01/DICDNet" ], [ "https://github.com/Bao-Lab/GPSmatch" ], [ "https://github.com/rhysf/HaplotypeTools" ], [ "https://github.com/AluruLab/EnGRaiN" ], [ "https://github.com/colabobio/sciviewer" ], [ "https://github.com/eblancoga/seqcode" ], [ "https://github.com/sbelharbi/deep-wsl-histo-min-max-uncertainty" ], [ "https://github.com/ymatts/RoDiCE" ], [ "https://github.com/fhanau/mspack" ], [ "https://github.com/cliffgao/EAGERER" ], [ "https://github.com/liuyf-a/NeuroPpred-SVM" ], [ "https://github.com/demichelislab/FaME" ], [ "https://github.com/zmmzGitHub/SpanMB_BERT" ], [ "https://github.com/shengli0201/iPromoter-ET" ], [ "https://github.com/albertozenere/Multi-omics-elementary-regulatory-motifs" ], [ "https://github.com/reprotc/geocoding" ], [ "https://github.com/pengsl-lab/BioERP" ], [ "https://github.com/miguelarenas/proteinevolverabc" ], [ "https://github.com/IA92/Automated_Nerves_Quantification" ], [ "https://github.com/Luisiglm/KBoost" ], [ "https://github.com/apple35932003/IVS-Caffe" ], [ "https://github.com/maiziezhoulab/Autism_genepheno" ], [ "https://github.com/pdbeurope/pdbecif" ], [ "https://github.com/studla/RYUTO" ], [ "https://github.com/oxpig/dlab-public" ], [ "https://github.com/ablab/stringdecomposer" ], [ "https://github.com/ablab/stringdecomposer" ], [ "https://github.com/ablab/stringdecomposer" ], [ "https://github.com/ablab/stringdecomposer" ], [ "https://github.com/AT-CG/VF" ], [ "https://github.com/wmalab/EnHiC" ], [ "https://github.com/EsmaeilNourani/TripletProt" ], [ "https://github.com/jiaming-wang/EIP" ], [ "https://github.com/torognes/swarm" ], [ "https://github.com/bittremieux/falcon" ], [ "https://github.com/yaozhong/deepIntraSV" ], [ "https://github.com/SJTU-CGM/ivTerm" ], [ "https://github.com/guilledufort/RENANO" ], [ "https://github.com/duttaprat/DeePROG" ], [ "https://github.com/liujin66/iAMP-CA2L" ], [ "https://github.com/mnodzenski/epistasisGA" ], [ "https://github.com/m3g/2021_Bottino_Biserial" ], [ "https://github.com/ClavelLab/MiMiC" ], [ "https://github.com/FenixHuang667/Bifold" ], [ "https://github.com/cyones/mirDNN" ], [ "https://github.com/multimodallearning/graphregnet" ], [ "https://github.com/ggnatalia/MMs" ], [ "https://github.com/agemagician/ProtTrans" ], [ "https://github.com/shanrongzhao/QuickIsoSeq" ], [ "https://github.com/WLYLab/PepFormer" ], [ "https://github.com/Albert-Lau-Lab/tactics_protein_analysis" ], [ "https://github.com/wlincong/p2pSSE" ], [ "https://github.com/AlagurajVeluchamy/InformationTheory" ], [ "https://github.com/ZhenxingGuo0015/TRES" ], [ "https://github.com/kshestop/DCMD" ], [ "https://github.com/mssm-labmmol/pypolybuilder" ], [ "https://github.com/nrohani/SARS-CoV-2" ], [ "https://github.com/kweimann/ecg-transfer-learning" ], [ "https://github.com/bhioswego/ML_ordCOX" ], [ "https://github.com/zyllluck/GNIPLR" ], [ "https://github.com/ViennaRNA/RNAxplorer" ], [ "https://github.com/openPupil/Open-PupilEXT" ], [ "https://github.com/MCorentin/Solanum_sitiens_assembly" ], [ "https://github.com/hehew321/iDeepC" ], [ "https://github.com/SayakaMiura/PathFinder" ], [ "https://github.com/weitinging/MinNetRank" ], [ "https://github.com/eldronzhou/SDPR" ], [ "https://github.com/KavrakiLab/TL-MHC" ], [ "https://github.com/Wukong90/Handwritten-Text-Recognition" ], [ "https://github.com/Scientific-Computing-Lab-NRCN/MLography" ], [ "https://github.com/filipspl/AnnapuRNA" ], [ "https://github.com/Yikai-Wang/ICI-FSL" ], [ "https://github.com/AMICI-dev/AMICI" ], [ "https://github.com/HEGANLDA/HEGANLDA" ], [ "https://github.com/tuminguyen/COMASK20" ], [ "https://github.com/MichalRozenwald/Hi-ChIP-ML" ], [ "https://github.com/biopragmatics/biomappings" ], [ "https://github.com/jahnl/binding_in_disorder" ], [ "https://github.com/BDM-Lab/Hierarchical3DGenome" ], [ "https://github.com/netml/sonet" ], [ "https://github.com/wzhings/antivaccine_detection" ], [ "https://github.com/stevemidway/MultipleComparisons" ], [ "https://github.com/IoBT-VISTEC/MetaSleepLearner" ], [ "https://github.com/ShuhuaGao/FHOC" ], [ "https://github.com/zhibinlv/isGP-DRLF" ], [ "https://github.com/Jingyi-Cai/NECom" ], [ "https://github.com/millanek/Dsuite" ], [ "https://github.com/borenstein-lab/MetaLAFFA" ], [ "https://github.com/biointec/detox" ], [ "https://github.com/abikoushi/lambda" ], [ "https://github.com/joshidhaivat/QAlign" ], [ "https://github.com/systemsmedicine/Antibody_cross-reaction_dynamics" ], [ "https://github.com/predragradivojac/oc" ], [ "https://github.com/yvquanli/trimnet" ], [ "https://github.com/ratschlab/SNBNMF-mutsig-public" ], [ "https://github.com/kingsford-group/miniception" ], [ "https://github.com/anuradhawick/MetaBCC-LR" ], [ "https://github.com/BorgwardtLab/MoProEmbeddings" ], [ "https://github.com/ablab/stringdecomposer" ], [ "https://github.com/ablab/stringdecomposer" ], [ "https://github.com/ablab/stringdecomposer" ], [ "https://github.com/ablab/stringdecomposer" ], [ "https://github.com/LBBSoft/DeepCDA" ], [ "https://github.com/Sunmile/IMPMD" ], [ "https://github.com/Tongdongq/darwin-gpu" ], [ "https://github.com/ay-lab/mustache" ], [ "https://github.com/jmschrei/kiwano" ], [ "https://github.com/ruanxiaoli/Im-Psepssm" ], [ "https://github.com/haydenmoffat/sequential_design_for_predator_prey_experiments" ], [ "https://github.com/mrazvan22/dkt" ], [ "https://github.com/LannyShi/Hippocampal-segmentation" ], [ "https://github.com/canisw/tf3p" ], [ "https://github.com/ryought/hic_hiker" ], [ "https://github.com/fukunagatsu/LogicomeProfiler" ], [ "https://github.com/NeuroSyd/Epileptic-Seizure-Classification" ], [ "https://github.com/vpc-ccg/circminer" ], [ "https://github.com/xkmaxidian/DRjCC" ], [ "https://github.com/schema-app/schema" ], [ "https://github.com/CXX1113/Dual-DropoutGCN" ], [ "https://github.com/wzj1234/InvBFM" ], [ "https://github.com/chenchenxiong/ASDmiR" ], [ "https://github.com/tensorflow/gan" ], [ "https://github.com/lxwgcool/CircDBG" ], [ "https://github.com/xypan1232/Mass-PPI" ], [ "https://github.com/baharpan/cosmo" ], [ "https://github.com/DIFACQUIM/ECIF" ], [ "https://github.com/guofei-tju/Ensemble-classifier-chain-model" ], [ "https://github.com/highlei/AUSPP" ], [ "https://github.com/guangyu-zhou/MuPIPR" ], [ "https://github.com/ljatynu/NIMCGCN" ], [ "https://github.com/qid12/visar" ], [ "https://github.com/qunfengdong/DCN" ], [ "https://github.com/RanSuLab/Hepatotoxicity" ], [ "https://github.com/zhanglabNKU/APIN" ], [ "https://github.com/YantaoShen/kpm_rw_person_reid" ], [ "https://github.com/YaluWen/OmicPred" ], [ "https://github.com/connor-lab/vapor" ], [ "https://github.com/biomag-lab/hypocotyl-UNet" ], [ "https://github.com/lsyads/fisheye-ORB-SLAM" ], [ "https://github.com/screamer/NetCoffee2" ], [ "https://github.com/StevenLiuWen/sRNN_TSC_Anomaly_Detection" ], [ "https://github.com/XieResearchGroup/WINTF" ], [ "https://github.com/vibansal/IntegratedPhasing" ], [ "https://github.com/harmancilab/EpiSAFARI" ], [ "https://github.com/jieunjung511/Autoimmune-research" ], [ "https://github.com/medvedevgroup/HowDeSBT" ], [ "https://github.com/xiangxuyu/2stepQA" ], [ "https://github.com/yaobaiwei/PPA-Assembler" ], [ "https://github.com/gevaertlab/MultimodalPrognosis" ], [ "https://github.com/niu-lab/gclust" ], [ "https://github.com/walter-ca/Basic4CSim" ], [ "https://github.com/BarnettLab/MyelinJ" ], [ "https://github.com/schallerdavid/pyrod" ], [ "https://github.com/wupengomics/PASS" ], [ "https://github.com/QuKunLab/APEC" ], [ "https://github.com/Modulated-Subgraph-Finder/MSF" ], [ "https://github.com/lykaust15/Deep_learning_examples" ], [ "https://github.com/jmjung83/TT_and_TCP" ], [ "https://github.com/XuegongLab/D2R_codes" ], [ "https://github.com/juexinwang/GRGNN" ], [ "https://github.com/zrq0123/SinNLRR" ], [ "https://github.com/csclab/RMut" ], [ "https://github.com/xgaoo/ClusterMap" ], [ "https://github.com/QData/FastSK" ], [ "https://github.com/likesum/DeeReCT-PolyA" ], [ "https://github.com/jchiquet/multivarNetwork" ], [ "https://github.com/bio-ontology-research-group/opa2vec" ], [ "https://github.com/kantorlab/hivmmer" ], [ "https://github.com/smirarab/ASTRAL" ], [ "https://github.com/biocore/calour" ], [ "https://github.com/hakyimlab/ukbrest" ], [ "https://github.com/zhanglabtools/DNADataAugmentation" ], [ "https://github.com/USTC-HIlab/NRL2DRP" ], [ "https://github.com/Crespo-Otero-group/fromage" ], [ "https://github.com/Crespo-Otero-group/fromage" ], [ "https://github.com/Crespo-Otero-group/fromage" ], [ "https://github.com/Crespo-Otero-group/fromage" ], [ "https://github.com/fra82/comorbidity4j" ], [ "https://github.com/pmeysman/TCRclusteringPaper" ], [ "https://github.com/Tarskin/HappyTools" ], [ "https://github.com/pantherdb/TreeGrafter" ], [ "https://github.com/JinfengXiao/SigMat" ], [ "https://github.com/ucrbioinfo/Novo_Stitch" ], [ "https://github.com/jaebird123/tusv" ], [ "https://github.com/matt-sutton/sgspls" ], [ "https://github.com/EhsanMotazedi/TriPoly" ], [ "https://github.com/CDCgov/PoSE" ], [ "https://github.com/slimsuite/SLiMEnrich" ], [ "https://github.com/CobraLab/atlases" ], [ "https://github.com/nishithkumarpaul/Rvolcano" ], [ "https://github.com/emory-irlab/biocaddie" ], [ "https://github.com/fanglab/MatrixEpistasis" ], [ "https://github.com/ocxtal/libgaba" ], [ "https://github.com/morisUtokyo/mTR" ], [ "https://github.com/multicom-toolbox/CONFOLD2" ], [ "https://github.com/mghamilton/polyAinv" ], [ "https://github.com/franapoli/gep2pep" ], [ "https://github.com/guofeieileen/SMRT" ], [ "https://github.com/kpzoo/snyder-birth-death-code" ], [ "https://github.com/costasilvati/consexpression" ], [ "https://github.com/megrawlab/IndeCut" ], [ "https://github.com/vidarmehr/ChIPWig-v2" ], [ "https://github.com/jmjung83/deconvolution_of_essential_gene_signitures" ], [ "https://github.com/bokhariy/QuaDMutEx" ], [ "https://github.com/songc001/remilo" ], [ "https://github.com/ashar799/SBC" ], [ "https://github.com/bcgsc/pavfinder" ], [ "https://github.com/montecuollo/E2FM" ], [ "https://github.com/KhaosResearch/M2Align" ], [ "https://github.com/nwpu134/DBH" ], [ "https://github.com/ctlab/GADMA" ], [ "https://github.com/Zhuzxlab/LW-FQZip2" ], [ "https://github.com/vyacheslav-tsivina/signature-sj" ], [ "https://github.com/mgledi/PhyFoo" ], [ "https://github.com/zongnansu1982/drug-target-prediction" ], [ "https://github.com/lingluodlut/Att-ChemdNER" ], [ "https://github.com/vanessajurtz/lasagne4bio" ], [ "https://github.com/michaelLenz/EstiTiCS" ], [ "https://github.com/stjude/RNAIndel" ], [ "https://github.com/mani2012/BatchQC" ], [ "https://github.com/tomdeman-bio/Sequence-Search-Tool-for-Antimicrobial-Resistance-SSTAR-" ], [ "https://github.com/ccshao/nimfa" ], [ "https://github.com/davcem/cpm-cytoscape" ], [ "https://github.com/soedinglab/MMseqs" ], [ "https://github.com/marcel-mischnik/IKAP" ], [ "https://github.com/jhyrkas/seaflow_cluster" ], [ "https://github.com/BioprocessdesignLab/COSMOS" ], [ "https://github.com/jaegyoonahn/RASER" ], [ "https://github.com/andrewparkermorgan/argyle" ], [ "https://github.com/RamanLab/FastSL" ], [ "https://github.com/bornea/APOSTL" ], [ "https://github.com/TGAC/KAT" ], [ "https://github.com/tlawrence3/FAST" ], [ "https://github.com/GregoryFaust/samblaster" ], [ "https://github.com/younglululu/COCACOLA" ], [ "https://github.com/fizquierdo/perpetually-updated-trees" ], [ "https://github.com/jefftc/changlab" ], [ "https://github.com/mfumagalli/ngsTools" ], [ "https://github.com/luispedro/Coelho2015_NetsDetermination" ], [ "https://github.com/ymatts/phyC" ], [ "https://github.com/gangchen/epof" ], [ "https://github.com/SiweiCui/EpigeneticControlOfSingle-CellExpressionVariability" ], [ "https://github.com/SJTUBME-QianLab/CFGNN-PDarising" ], [ "https://github.com/Rose-STL-Lab/FS-CAP" ], [ "https://github.com/mcieslik-mctp/epicode" ], [ "https://github.com/bm2-lab/MetaTopics" ], [ "https://github.com/ahmedhshahin/CenTime" ], [ "https://github.com/SimonCB765/Leaf" ], [ "https://github.com/cma2015/CAFU" ], [ "https://github.com/shanny01/benchmark" ], [ "https://github.com/SindiLab/ACTIVA" ], [ "https://github.com/broadinstitute/tangent" ], [ "https://github.com/tbilab/associationsubgraphs" ], [ "https://github.com/vaquerizaslab/fanc" ], [ "https://github.com/CBMi-BiG/bamchop" ], [ "https://github.com/zhihefang/CCLGAN" ], [ "https://github.com/sina-cb/Tn-seqExplorer" ], [ "https://github.com/jcm1201/MHCepitopes" ], [ "https://github.com/vshiv18/sigmoni" ], [ "https://github.com/ICB-DCM/pyPESTO" ], [ "https://github.com/ICB-DCM/pyPESTO" ], [ "https://github.com/ICB-DCM/pyPESTO" ], [ "https://github.com/ICB-DCM/pyPESTO" ], [ "https://github.com/rememberBr/HRTEM2" ], [ "https://github.com/sfu-mial/FuseNet" ], [ "https://github.com/ncc-bioinfo/ASpedia-R" ], [ "https://github.com/nlp-mnmt/ConVisPiv-MNMT" ], [ "https://github.com/pogudingleb/mueller_matrices" ], [ "https://github.com/simo1c/GateMeClass" ], [ "https://github.com/22385wjy/MdAFuse" ], [ "https://github.com/bx20000827/DL-MHNMF" ], [ "https://github.com/compbiomed-unito/MUSE-XAE" ], [ "https://github.com/EABogdanova/ProBAN" ], [ "https://github.com/vinuni-vishc/MPCNN-Sleep-Apnea" ], [ "https://github.com/Biohang/DiSMVC" ], [ "https://github.com/yyzg/OGNNMDA" ], [ "https://github.com/Papatheodorou-Group/CATD_snakemake" ], [ "https://github.com/MorrissyLab/mosaicMPI" ], [ "https://github.com/jaygshah/Robust-Brain-Age-Prediction" ], [ "https://github.com/Royluoyi123/DTKGIN" ], [ "https://github.com/cma2015/DEM" ], [ "https://github.com/CDCgov/shinyMBA" ], [ "https://github.com/Plant-Net/Metabolomic_project" ], [ "https://github.com/weiyuchung/CONY" ], [ "https://github.com/atfrank/RNAPosers" ], [ "https://github.com/amazingma/GraphPath" ], [ "https://github.com/CodeGoat24/RGTNet" ], [ "https://github.com/XuejiangGuo/TransGCN" ], [ "https://github.com/AMSSwanglab/SpecLoop" ], [ "https://github.com/Vincent-1125/Uncertainty-Quantification-on-Clinical-Trial-Outcome-Prediction" ], [ "https://github.com/CoREse/kled" ], [ "https://github.com/nmboffi/spin_glass_evodyn" ], [ "https://github.com/0todd0000/detrend1d" ], [ "https://github.com/CNJianLiu/MH6D" ], [ "https://github.com/AshooriMaryam/Nasal-Aesthetic-Assessment-Deep-learning" ], [ "https://github.com/cgmisc-team/cgmisc" ], [ "https://github.com/haplotype/kindred" ], [ "https://github.com/mena01/PLM-GAN-A-Large-Scale-Protein-Loop-Modeling-Using-pix2pix-GAN_" ], [ "https://github.com/ncbi/GeneGPT" ], [ "https://github.com/TNTurnerLab/HAT" ], [ "https://github.com/humeng24/Margin-SNN" ], [ "https://github.com/tomwhoooo/rtdmf" ], [ "https://github.com/mominul-ssv/cossif" ], [ "https://github.com/shahpr/RiboViz" ], [ "https://github.com/RobinChu9890/MTL-U-Net-for-Functional-Shoulder-STS" ], [ "https://github.com/abelavit/PepCNN" ], [ "https://github.com/XuLabSJTU/COL" ], [ "https://github.com/AirZWH/MSS-UNet" ], [ "https://github.com/CBRC-lab/BioAct-Het" ], [ "https://github.com/whitehat32/MSFF-DTA" ], [ "https://github.com/marcdcfischer/PUNETR" ], [ "https://github.com/lv-csbg/optEnvelope" ], [ "https://github.com/lvbingyu-zeze/gopath" ], [ "https://github.com/DHUDEBLab/DMFDDI" ], [ "https://github.com/taowang11/ML-NPI" ], [ "https://github.com/XinmengLiao/Open_MoA" ], [ "https://github.com/LHY1007/MAG-Res2Net" ], [ "https://github.com/mylbuaa/MGCA-RAFFNet" ], [ "https://github.com/BGI-SynBio/PyMOL-PUB" ], [ "https://github.com/raw-lab/mercat2" ], [ "https://github.com/jiujiezz/tsnad" ], [ "https://github.com/jiujiezz/tsnad" ], [ "https://github.com/jiujiezz/tsnad" ], [ "https://github.com/jiujiezz/tsnad" ], [ "https://github.com/CUHK-AIM-Group/FedGP" ], [ "https://github.com/mfumagalli/ngsJulia" ], [ "https://github.com/WQLin8/omicsMIC" ], [ "https://github.com/cnapy-org/CNApy" ], [ "https://github.com/cnapy-org/CNApy" ], [ "https://github.com/cnapy-org/CNApy" ], [ "https://github.com/cnapy-org/CNApy" ], [ "https://github.com/BrokenStringx/CRISPR-BERT" ], [ "https://github.com/whuchuang/mid" ], [ "https://github.com/biomed-AI/nucleic-acid-binding" ], [ "https://github.com/sldyns/scAce" ], [ "https://github.com/hongwang01/OSCNet" ], [ "https://github.com/mfruzan/CoreDetector" ], [ "https://github.com/hcholab/k-salsa" ], [ "https://github.com/Ma-Xinzhi/LightConvNet" ], [ "https://github.com/nadeemlab/DeepLIIF" ], [ "https://github.com/nyukat/pathology_extraction" ], [ "https://github.com/YingLiangjxau/GR-m6A" ], [ "https://github.com/niccolodpdu/ABDS" ], [ "https://github.com/hnishio/cellssm" ], [ "https://github.com/louliliang/ST-ac4C" ], [ "https://github.com/EricLin1993/GRIN" ], [ "https://github.com/Bhattacharya-Lab/EquiPPIS" ], [ "https://github.com/vtman/PerFSeeB" ], [ "https://github.com/owkin/CovadjustSim" ], [ "https://github.com/Quinella7291/A-Multi-exit-Neural-Network-with-Adaptive-Inference-Time-for-Sleep-Stage-Classification" ], [ "https://github.com/marcomeola/DAIRYdb" ], [ "https://github.com/darylfung96/UC-disease-TL" ], [ "https://github.com/chonghua-1983/HONMF" ], [ "https://github.com/cces-cepid/massccs" ], [ "https://github.com/PlotkinLab/Prothon" ], [ "https://github.com/msmdev/PlasmoFAB" ], [ "https://github.com/scoutzxb/CscoreTool-M" ], [ "https://github.com/shallFun4Learning/PGPointNovo" ], [ "https://github.com/DIAL-RPI/Fed-MENU" ], [ "https://github.com/HiLab-git/HAMIL" ], [ "https://github.com/Crystal-JJ/DREAM" ], [ "https://github.com/NIH-CIT-OIR-SPIS/MouseVUER" ], [ "https://github.com/BGI-Qingdao/VT3D" ], [ "https://github.com/zglabDIB/TbAMLPred" ], [ "https://github.com/mb16biswas/attention-unet" ], [ "https://github.com/bayesrx/RxTree" ], [ "https://github.com/PayamDiba/SERGIO" ], [ "https://github.com/yifang000/QADD" ], [ "https://github.com/bymgood/Target-driven-ML-enabled-VS" ], [ "https://github.com/srtaheri/OptimalAdjustmentSet" ], [ "https://github.com/rlrq/MINORg" ], [ "https://github.com/HaoWuLab-Bioinformatics/Enhancer-MDLF" ], [ "https://github.com/ArdeleanRichard/Space-Breakdown-Method" ], [ "https://github.com/josuebarrera/GenEra" ], [ "https://github.com/PremSinghBist/Sars-CoV-2-Escape-Model" ], [ "https://github.com/iqtree/iqtree2" ], [ "https://github.com/iqtree/iqtree2" ], [ "https://github.com/iqtree/iqtree2" ], [ "https://github.com/iqtree/iqtree2" ], [ "https://github.com/kalininalab/GlyLES" ], [ "https://github.com/daniellyz/meRgeION2" ], [ "https://github.com/THGLab/int2cart" ], [ "https://github.com/xq141839/DCSAU-Net" ], [ "https://github.com/larvalign/larvalign" ], [ "https://github.com/lizmcmanus/Inspectro-Gadget" ], [ "https://github.com/laplcebeltrami/PH-STAT" ], [ "https://github.com/GOMC-WSU/MoSDeF-GOMC" ], [ "https://github.com/sealx017/DenVar" ], [ "https://github.com/tlemane/kmtricks" ], [ "https://github.com/BAMeScience/PepGM" ], [ "https://github.com/empiricalbayes/CSCDRNA" ], [ "https://github.com/mrivarauy/QS-Quantizer" ], [ "https://github.com/mkubiophysics/B-LacFamPred" ], [ "https://github.com/AleVin1995/MutExMatSorting" ], [ "https://github.com/usnistgov/atomvision" ], [ "https://github.com/CMU-SAFARI/BLEND" ], [ "https://github.com/lxwgcool/EigenDel" ], [ "https://github.com/hammoudiproject/SuperpixelGridMasks" ], [ "https://github.com/Tarik4Rashid4/covid19models" ], [ "https://github.com/JU-HuaY/MFR" ], [ "https://github.com/bwbio/PROSE" ], [ "https://github.com/zhyu-lab/bmvae" ], [ "https://github.com/hurraygong/MU3DSP" ], [ "https://github.com/SJTU-LuHe/TransVOD" ], [ "https://github.com/DormanLab/AmpliCI" ], [ "https://github.com/DormanLab/AmpliCI" ], [ "https://github.com/DormanLab/AmpliCI" ], [ "https://github.com/DormanLab/AmpliCI" ], [ "https://github.com/AniBhar84/MCCD-WN" ], [ "https://github.com/PreMedKB/PAnno" ], [ "https://github.com/Ruiz-HCI-Lab/KargaMobile" ], [ "https://github.com/ZenaCai/vsRNAfinder" ], [ "https://github.com/1234zsw/VMCSA" ], [ "https://github.com/BetterCI/DiTone" ], [ "https://github.com/BioinformaticsCSU/CRMSS" ], [ "https://github.com/Lagkouvardos/Cronos" ], [ "https://github.com/idruglab/hignn" ], [ "https://github.com/usaeed786/BGCLN" ], [ "https://github.com/usccolumbia/matglobalmapping" ], [ "https://github.com/228384274/improved-yolov5" ], [ "https://github.com/daiwenrui/VERTICOX" ], [ "https://github.com/IFREMER-LERBL/EcoTransLearn" ], [ "https://github.com/Lqs-github/ACL" ], [ "https://github.com/KohlbacherLab/PeCaX-docker" ], [ "https://github.com/IILab-Resource/MGDTA" ], [ "https://github.com/HiLab-git/DAG4MIA" ], [ "https://github.com/VDIGPKU/CBNetV2" ], [ "https://github.com/gxq1998/MCP-Net" ], [ "https://github.com/dmis-lab/BERN2" ], [ "https://github.com/smallmax00/Dual_Adaptive_Graph_Reasoning" ], [ "https://github.com/ningq669/DLF-Sul" ], [ "https://github.com/SoftServeInc/yield-paper" ], [ "https://github.com/aispeech-lab/TinyWASE" ], [ "https://github.com/sliderplm/D-BFA-618" ], [ "https://github.com/maryamrabiee/quco" ], [ "https://github.com/zm17943/SplitAVG" ], [ "https://github.com/biocorecrg/MOP2" ], [ "https://github.com/dengdy22/U-Nets" ], [ "https://github.com/ZjuLiangsl/mmkp" ], [ "https://github.com/ouyangjiahong/longitudinal-neighbourhood-embedding" ], [ "https://github.com/dimitrisPs/msdesis" ], [ "https://github.com/MintaYLu/COT" ], [ "https://github.com/nachifur/LLPC" ], [ "https://github.com/MeixinZhu/vehicle-crash-identification" ], [ "https://github.com/songweizhi/MarkerMAG" ], [ "https://github.com/zhang134/kngMap" ], [ "https://github.com/rochoa85/mPARCE" ], [ "https://github.com/yoterel/iCatcher" ], [ "https://github.com/xuwenwu24/Bootstrap-test" ], [ "https://github.com/horsedayday/eQTLsingle" ], [ "https://github.com/ucasdp/BiTSC2" ], [ "https://github.com/engbiopct/TextMiningAMR" ], [ "https://github.com/proteinexplorers/EnsembleQS" ], [ "https://github.com/JaesikKim/temporal-GNN" ], [ "https://github.com/lewisfish/signedMCRT" ], [ "https://github.com/martalovino/ChimerDriver" ], [ "https://github.com/ChunhuaLiLab/SREPRHot" ], [ "https://github.com/SohamChattopadhyayEE/DRDA-Net" ], [ "https://github.com/VITA-Group/SmartDeal" ], [ "https://github.com/microbinfie-hackathon2020/CSIS" ], [ "https://github.com/chencxxy28/DRDnet" ], [ "https://github.com/SoftServeInc/affinity-by-GNN" ], [ "https://github.com/I-Guy/SalmoDEST" ], [ "https://github.com/dhcai21/RVHaplo" ], [ "https://github.com/ZRChao/fastANCOM" ], [ "https://github.com/leonweber/drugprot" ], [ "https://github.com/xkmaxidian/NIC" ], [ "https://github.com/Liruiqing-ustc/HFBSurv" ], [ "https://github.com/feiqiwang/PISPKI" ], [ "https://github.com/emiracherif/ONTdeCIPHER" ], [ "https://github.com/jayarajpbalakrishnan/2_SOM_SCREEN" ], [ "https://github.com/wanglabtongji/SCRIP" ], [ "https://github.com/sedaboni/DeepCEL0" ], [ "https://github.com/ChenyuGAO-CS/SMA" ], [ "https://github.com/abu-compbio/NetCentric" ], [ "https://github.com/mpierrejean/pintmf" ], [ "https://github.com/yyguo-sjtu/DSD-3D-Unsupervised-Landmark-Detection-Based-Motion-Estimation" ], [ "https://github.com/huanglikun/BSA-seqDesignTool" ], [ "https://github.com/VoiceBeer/MS-MDA" ], [ "https://github.com/dmcb-gist/MOMA" ], [ "https://github.com/genetronhealth/uvc" ], [ "https://github.com/Haawk666/AutomAl-6000" ], [ "https://github.com/ablab/graphamr" ], [ "https://github.com/mammasmias/IterativeRotationsAssignments" ], [ "https://github.com/HongyanShi026/iR5hmcSC" ], [ "https://github.com/li-shaochuan/SEDIM" ], [ "https://github.com/biocomputinglab/TYLER" ], [ "https://github.com/DREAMXFAR/FCL-Net" ], [ "https://github.com/osmanberke/Deep-SSVEP-BCI" ], [ "https://github.com/ProwlerForNanopore/ProwlerTrimmer" ], [ "https://github.com/96jhwei/Genetic-U-Net" ], [ "https://github.com/IFMlab/ChemFlow" ], [ "https://github.com/HUST-DataMan/FRMC" ], [ "https://github.com/ailabstw/ezGeno" ], [ "https://github.com/svip-lab/SphericalDNNs" ], [ "https://github.com/holab-hku/FlowGrid" ], [ "https://github.com/BabuLab-UofR/TempSpac" ], [ "https://github.com/houzl3416/iDeepSubMito" ], [ "https://github.com/A-ARAKAWA/HMC" ], [ "https://github.com/IoBT-VISTEC/EEGANet" ], [ "https://github.com/ZCCQQWork/scDA" ], [ "https://github.com/czbiohub/MIDAS2" ], [ "https://github.com/wanjun-group-seu/AQUARIUM" ], [ "https://github.com/SJTUBME-QianLab/UDAseg" ], [ "https://github.com/COMBINE-lab/pufferfish" ], [ "https://github.com/Hengfu-Yin/IsoSplitter" ], [ "https://github.com/NWPU-903PR/IMCDriver" ], [ "https://github.com/CSB5/TUGDA" ], [ "https://github.com/MaramMonshi/CovidXrayNet" ], [ "https://github.com/TKSjp/HaplotypeExplorer" ], [ "https://github.com/JackAndCole/Deep-Neural-Network-For-Heartbeat-Classification" ], [ "https://github.com/aod321/STN-iCNN" ], [ "https://github.com/prabhakarlab/scConsensus" ], [ "https://github.com/AkshathaPrasanna/MutVis" ], [ "https://github.com/CN-zdy/MSU_Net" ], [ "https://github.com/yangence/DEBKS" ], [ "https://github.com/BioinformaticsToolsmith/Identity" ], [ "https://github.com/proteinphysiologylab/frustratometeR" ], [ "https://github.com/JhaKanchan15/PPI_GNN" ], [ "https://github.com/guopengf/CG-SAMR" ], [ "https://github.com/neerakara/test-time-adaptable-neural-networks-for-domain-generalization" ], [ "https://github.com/marcovarrone/gene-expression-chromatin" ], [ "https://github.com/ytabatabaee/CASTLES" ], [ "https://github.com/bm2-lab/FL-QSAR" ], [ "https://github.com/CMU-SAFARI/SneakySnake" ], [ "https://github.com/hauldhut/drivergene" ], [ "https://github.com/784221489/DNA-binding" ], [ "https://github.com/gymreklab/chips" ], [ "https://github.com/biosinodx/SCCNV" ], [ "https://github.com/tjubiit/TJU-DHD" ], [ "https://github.com/zabir-nabil/Fibro-CoSANet" ], [ "https://github.com/babaksaremi/RESEQ" ], [ "https://github.com/thuxugang/opus_rota3" ], [ "https://github.com/yue-wang-biomath/MetaTX" ], [ "https://github.com/jimmyrate/ienhancer-xg" ], [ "https://github.com/Genotek/ClassifyCNV" ], [ "https://github.com/qsonehara/Obelisc" ], [ "https://github.com/KIT-MBS/coconet" ], [ "https://github.com/TomasVrzal/DeepReI" ], [ "https://github.com/Mijan/LFNS_paper" ], [ "https://github.com/sofiabroome/painface-recognition" ], [ "https://github.com/fpy94/DBT" ], [ "https://github.com/doraadong/MESSI" ], [ "https://github.com/sunshanwen/BP4RNAseq" ], [ "https://github.com/liukeweiaway/DeepM6A_cnn" ], [ "https://github.com/VITA-Group/PA-HMDB51" ], [ "https://github.com/maups/covid19-satellite-analysis" ], [ "https://github.com/ITBE-Lab/seed-evaluation" ], [ "https://github.com/jiujiezz/tsnad" ], [ "https://github.com/jiujiezz/tsnad" ], [ "https://github.com/jiujiezz/tsnad" ], [ "https://github.com/jiujiezz/tsnad" ], [ "https://github.com/Ananya-Bhattacharjee/ImputeDistances" ], [ "https://github.com/smerckel/FastaChar" ], [ "https://github.com/cbg-ethz/BnpC" ], [ "https://github.com/jeonglab/scCLUE" ], [ "https://github.com/stamakro/GCN-for-Structure-and-Function" ], [ "https://github.com/Peppags/circLGB-circMRT" ], [ "https://github.com/Topf-Lab/XLM-Tools" ], [ "https://github.com/SAINTProtein/SAINT" ], [ "https://github.com/guilledufort/EnanoFASTQ" ], [ "https://github.com/LingtaoSu/BISG" ], [ "https://github.com/UCL/cath-funsite-predictor" ], [ "https://github.com/vanallenlab/comut" ], [ "https://github.com/martin-steinegger/conterminator" ], [ "https://github.com/zhengdd0422/VFNet" ], [ "https://github.com/JianCong-WENG/IterCluster" ], [ "https://github.com/AlgoLab/shark" ], [ "https://github.com/oxpig/DeLinker" ], [ "https://github.com/Xshelton/SG_LSTM" ], [ "https://github.com/Vitek-Lab/mi-CNN_MSI" ], [ "https://github.com/arezourahimi/mtgsbc" ], [ "https://github.com/Excelsior511/StackCPPred" ], [ "https://github.com/ksiewert/BetaScan" ], [ "https://github.com/LM-UGent/GenDisCal" ], [ "https://github.com/smajidian/phaseme" ], [ "https://github.com/paprikachan/DeepMF" ], [ "https://github.com/baranwa2/MetabolicPathwayPrediction" ], [ "https://github.com/anlin00007/OnTAD" ], [ "https://github.com/iprada/Circle-Map" ], [ "https://github.com/knights-lab/SHOGUN" ], [ "https://github.com/malonge/RaGOO" ], [ "https://github.com/lockEF/BayesianScreening" ], [ "https://github.com/powellgenomicslab/scPred" ], [ "https://github.com/beiko-lab/gengis" ], [ "https://github.com/ChenfuShi/HiChIP_peaks" ], [ "https://github.com/dqwei-lab/ATC" ], [ "https://github.com/InfOmics/pangenes-review" ], [ "https://github.com/rabbitpei/SLE" ], [ "https://github.com/nrohani/NDD" ], [ "https://github.com/JianingXi/DriverSub" ], [ "https://github.com/Valdes-Tresanco-MS/gmx_MMPBSA" ], [ "https://github.com/fkallen/CARE" ], [ "https://github.com/a2iEditing/RNAEditingIndexer" ], [ "https://github.com/kaizheng-academic/NASMDR" ], [ "https://github.com/billzyx/LCA-CNN" ], [ "https://github.com/Grantlab/bio3d" ], [ "https://github.com/cambridgeltl/nn_for_LBD" ], [ "https://github.com/yuxuanliao/DeepPIC" ], [ "https://github.com/arouillard/omic-features-successful-targets" ], [ "https://github.com/CardiacModelling/hERGRapidCharacterisation" ], [ "https://github.com/aalto-ics-kepaco/msms_rt_score_integration" ], [ "https://github.com/pcm-dpc/COVID-19" ], [ "https://github.com/pcm-dpc/COVID-19" ], [ "https://github.com/pcm-dpc/COVID-19" ], [ "https://github.com/pcm-dpc/COVID-19" ], [ "https://github.com/algbio/panvc3-experiments" ], [ "https://github.com/Dankem/pyGROMODS" ], [ "https://github.com/YANGeeg/TJU-SRD-datasets" ], [ "https://github.com/tsnorri/panvc3" ], [ "https://github.com/PNNL-Comp-Mass-Spec/Rodin" ], [ "https://github.com/pulmonomics-lab/ccml" ], [ "https://github.com/matthewcarlucci/scikick" ], [ "https://github.com/bgbrink/ddPCRvis" ], [ "https://github.com/kern-lab/discoal" ], [ "https://github.com/ZhoulabCPH/ccml" ], [ "https://github.com/hd2326/ModificationNumber" ], [ "https://github.com/slimsuite/depthkopy" ], [ "https://github.com/gstef80/MAgEC" ], [ "https://github.com/ropensci/chirps" ], [ "https://github.com/PNNL-Comp-Mass-Spec/LipidMiniOn" ], [ "https://github.com/choileena/EHR" ], [ "https://github.com/bluegreen-labs/daymetr" ], [ "https://github.com/cuhklinlab/scAMACE" ], [ "https://github.com/insilico/Rinbix" ], [ "https://github.com/insilico/PriorKnowledgeEpistasisRank" ], [ "https://github.com/usnistgov/cyrsoxs" ], [ "https://github.com/usnistgov/nrss" ], [ "https://github.com/bheAI/MonkeyCBP_CLI" ], [ "https://github.com/bheAI/MonkeyCBP_GUI" ], [ "https://github.com/regulomics/chroMC" ], [ "https://github.com/humengying0907/InstaPrism" ], [ "https://github.com/VCCRI/Spliceogen" ], [ "https://github.com/takumorizo/OVarCall" ], [ "https://github.com/baderzone/biopartsdb" ], [ "https://github.com/jaak-s/macau" ], [ "https://github.com/cuhklinlab/scAMACE_py" ], [ "https://github.com/need47/fselector" ], [ "https://github.com/fredcommo/aCGH_viewer" ], [ "https://github.com/DotanOr/DataCheQC" ], [ "https://github.com/dstahlke/gnuplot-iostream" ], [ "https://github.com/clovaai/wsolevaluation" ], [ "https://github.com/bigomics/metaLINCS" ], [ "https://github.com/PheWAS/PheWAS" ], [ "https://github.com/YuLab-SMU/ggbreak" ], [ "https://github.com/he-y/Awesome-Pruning" ], [ "https://github.com/YANGeeg/MTS-DGCHN" ], [ "https://github.com/LabBandSB/re-Searcher" ], [ "https://github.com/zky0708/2DImpute" ], [ "https://github.com/cschmidtlab/croco" ], [ "https://github.com/bioinformatics-polito/DEEPrior" ], [ "https://github.com/Onogi/VIGoR" ], [ "https://github.com/msjimc/circularMT" ], [ "https://github.com/Zilong-Li/vcfpp" ], [ "https://github.com/JeremyPike/RSMLM" ], [ "https://github.com/JeremyPike/RSMLM-tutorials" ], [ "https://github.com/p-koo/evoaug-tf" ], [ "https://github.com/p-koo/evoaug-tf" ], [ "https://github.com/p-koo/evoaug-tf" ], [ "https://github.com/p-koo/evoaug-tf" ], [ "https://github.com/matthiasbock/BooleSim" ], [ "https://github.com/p-koo/evoaug-tf" ], [ "https://github.com/p-koo/evoaug-tf" ], [ "https://github.com/p-koo/evoaug-tf" ], [ "https://github.com/p-koo/evoaug-tf" ], [ "https://github.com/Micromeda/pygenprop" ], [ "https://github.com/humengying0907/InstaPrismSourceCode" ], [ "https://github.com/syxiaa/gbc" ], [ "https://github.com/samwalrus/reactome-pengine" ], [ "https://github.com/calipho-sib/pepx" ], [ "https://github.com/roblanf/sangeranalyseR" ], [ "https://github.com/smithlabcode/ribotricer" ], [ "https://github.com/UdeS-CoBIUS/Protein2GeneTree" ], [ "https://github.com/UdeS-CoBIUS/SuperProteinTree" ], [ "https://github.com/rkmlab/perf" ], [ "https://github.com/axbazin/panrgp_supdata" ], [ "https://github.com/chembl/pfam_map_loader" ], [ "https://github.com/adbailey4/nanopolish" ], [ "https://github.com/vanessajurtz/MetaPhinder" ], [ "https://github.com/p-koo/evoaug-tf_analysis" ], [ "https://github.com/p-koo/evoaug-tf_analysis" ], [ "https://github.com/p-koo/evoaug-tf_analysis" ], [ "https://github.com/p-koo/evoaug-tf_analysis" ], [ "https://github.com/tudorgroza/code-for-papers" ], [ "https://github.com/tudorgroza/fast_hpo_cr" ], [ "https://github.com/monarch-initiative/fenominal" ], [ "https://github.com/p-koo/evoaug-tf_analysis" ], [ "https://github.com/p-koo/evoaug-tf_analysis" ], [ "https://github.com/p-koo/evoaug-tf_analysis" ], [ "https://github.com/p-koo/evoaug-tf_analysis" ], [ "https://github.com/w2wei/dataset_retrieval_pipeline" ], [ "https://github.com/liujunfengtop/Episo" ], [ "https://github.com/lh3/minimap" ], [ "https://github.com/frankkramer-lab/RCX" ], [ "https://github.com/lh3/miniasm" ], [ "https://github.com/trove2017/Trove" ], [ "https://github.com/loubator/MultiRNAflow" ], [ "https://github.com/xmuyulab/samtools" ], [ "https://github.com/ropensci/nasapower" ], [ "https://github.com/xmuyulab/htslib" ], [ "https://github.com/ay-lab/AveSim" ], [ "https://github.com/c3g/bw-merge-window" ], [ "https://github.com/GHLCLab/phexpo" ], [ "https://github.com/Fibonaccirabbit/cVAN" ], [ "https://github.com/benjaminjack/pinetree" ], [ "https://github.com/mailund/admixture_graph" ], [ "https://github.com/PRIDE-Utilities/ols-client" ], [ "https://github.com/PRIDE-Toolsuite/ols-dialog" ], [ "https://github.com/zhanxw/seqminer" ], [ "https://github.com/tripal/tripal_analysis_expression" ], [ "https://github.com/tripal/tripal_elasticsearch" ], [ "https://github.com/gangwug/MetaCycle" ], [ "https://github.com/yang-lina/seqminer" ], [ "https://github.com/xz-stjude/idcov" ], [ "https://github.com/hakyimlab/MetaXcan" ], [ "https://github.com/ay-lab/HiCtrans" ], [ "https://github.com/fenghen360/HomBlocks" ], [ "https://github.com/ZSI-Bio/variantsdwh" ], [ "https://github.com/sunericd/SPRITE" ], [ "https://github.com/sunericd/sprite-figures-and-analyses" ], [ "https://github.com/raimondilab/expansion" ], [ "https://github.com/YonghuiDong/CCWeights" ], [ "https://github.com/gtsueng/M2C_rel_nb" ], [ "https://github.com/maureensmith/MIMEAnTo" ], [ "https://github.com/royfrancis/pophelper" ], [ "https://github.com/pykeen/pykeen" ], [ "https://github.com/CEG-ICRISAT/Raspberry" ], [ "https://github.com/yannrivault/queryMed" ], [ "https://github.com/CEG-ICRISAT/NGS-QCbox" ], [ "https://github.com/jrwnter/gruenifai" ], [ "https://github.com/labgem/PPanGGOLiN" ], [ "https://github.com/smithlabcode/ribotricer-results" ], [ "https://github.com/chloelulu/tdGBH" ], [ "https://github.com/chloelulu/tdGBH-paper" ], [ "https://github.com/LauritzR/characteristic-feature-extraction" ], [ "https://github.com/HDCVLab/Deep-Dense-Multi-scale-Network" ], [ "https://github.com/AC-PHD/NoLabelPFA" ], [ "https://github.com/shaunpwilkinson/aphid" ], [ "https://github.com/tkotani/CEBond" ], [ "https://github.com/ZhaoLab-TMU/AIMER" ], [ "https://github.com/mrzResearchArena/PyFeat" ], [ "https://github.com/stanlazic/desiR" ], [ "https://github.com/ieeta-pt/BioNExt" ], [ "https://github.com/ssadedin/bpipe" ], [ "https://github.com/VirusBRC/vipr_mat_peptide" ], [ "https://github.com/bjmnbraun/DGraph" ], [ "https://github.com/pnnl/fqc" ], [ "https://github.com/erikagardini/spathial" ], [ "https://github.com/yesint/EnCurv" ], [ "https://github.com/YonghuiDong/Miso_example" ], [ "https://github.com/loopasam/Brain" ], [ "https://github.com/halelab/GBS-Pacecar" ], [ "https://github.com/ZjGaothu/OpenAnnotateR" ], [ "https://github.com/ay-lab/HiCnv" ], [ "https://github.com/qdu-bioinfo/hierarchical-meta-storms" ], [ "https://github.com/qdu-bioinfo/hrms" ], [ "https://github.com/refresh-bio/GTShark" ], [ "https://github.com/ZjGaothu/OpenAnnotatePy" ], [ "https://github.com/Mathelab/RaMP-BackEnd" ], [ "https://github.com/davidhoksza/MolArt" ], [ "https://github.com/iraiosub/riboseq-flow" ], [ "https://github.com/cancerit/VaLiAnT" ], [ "https://github.com/mmilano87/analyzeC19D" ], [ "https://github.com/MicrobiologyETHZ/mbarq" ], [ "https://github.com/TU-Darmstadt-APQ/RedPitaya-Lockbox" ], [ "https://github.com/ICB-DCM/PESTO" ], [ "https://github.com/ICB-DCM/PESTO" ], [ "https://github.com/ICB-DCM/PESTO" ], [ "https://github.com/ICB-DCM/PESTO" ], [ "https://github.com/TU-Darmstadt-APQ/RedPitaya-IntStab" ], [ "https://github.com/afgane/bioblend" ], [ "https://github.com/afgane/bioblend" ], [ "https://github.com/afgane/bioblend" ], [ "https://github.com/afgane/bioblend" ], [ "https://github.com/DatabaseGroup/DeSignate" ], [ "https://github.com/zhangjiaobxy/nssrfBinary" ], [ "https://github.com/zhangjiaobxy/nssrfPackage" ], [ "https://github.com/hitbc/deBWT" ], [ "https://github.com/wh-xu/Hyper-Gen" ], [ "https://github.com/wh-xu/experiment-hyper-gen" ], [ "https://github.com/SamStudio8/goldilocks" ], [ "https://github.com/mschubert/clustermq" ], [ "https://github.com/mschubert/clustermq-performance" ], [ "https://github.com/Jerry-Master/lung-tumour-study" ], [ "https://github.com/kantale/PyPedia_server" ], [ "https://github.com/kantale/pypedia" ], [ "https://github.com/clockor2/phylojs" ], [ "https://github.com/russcd/SELAM" ], [ "https://github.com/tkonopka/GeneticThesaurus" ], [ "https://github.com/tkonopka/RGeneticThesaurus" ], [ "https://github.com/debsin/dropClust" ], [ "https://github.com/halelab/GBS-SNP-CROP" ], [ "https://github.com/Mathelab/RaMP-DB" ], [ "https://github.com/pmckenz1/ipcoal" ], [ "https://github.com/mnakanishi/TRCA-SSVEP" ], [ "https://github.com/apallavicini/PLANiTS" ], [ "https://github.com/galelab/Whitmore_scPathoQuant_testSets" ], [ "https://github.com/ICB-DCM/AMICI" ], [ "https://github.com/ICB-DCM/AMICI" ], [ "https://github.com/ICB-DCM/AMICI" ], [ "https://github.com/ICB-DCM/AMICI" ], [ "https://github.com/MilesCranmer/bnn_chaos_model" ], [ "https://github.com/sgoodswe/vacceed" ], [ "https://github.com/nrsalinas/2matrix" ], [ "https://github.com/blaxterlab/blobology" ], [ "https://github.com/mojones/Blobsplorer" ], [ "https://github.com/PNNL-Comp-Mass-Spec/IMS-Informed-Library" ], [ "https://github.com/sjackman/uniqtag" ], [ "https://github.com/radamsRHA/ThetaMater" ], [ "https://github.com/znoor/iSwathX" ], [ "https://github.com/dtamayo/spock" ], [ "https://github.com/sjackman/uniqtag-paper" ], [ "https://github.com/freh-g/genopyc" ], [ "https://github.com/gem-pasteur/macsyfinder" ], [ "https://github.com/gem-pasteur/macsyfinder" ], [ "https://github.com/gem-pasteur/macsyfinder" ], [ "https://github.com/gem-pasteur/macsyfinder" ], [ "https://github.com/anitamnd/MetaboLink" ], [ "https://github.com/enchainingrealm/UbcDssgBccdc-Research" ], [ "https://github.com/optimusmoose/statistical_agglomeration" ], [ "https://github.com/statgenlmu/coala" ], [ "https://github.com/rauschenberger/cornet" ], [ "https://github.com/YaolingYang/HTRX" ], [ "https://github.com/okdll/mpwR" ], [ "https://github.com/princelab/mspire" ], [ "https://github.com/molbiodiv/biojs-io-biom" ], [ "https://github.com/SimTk/msmexplorer" ], [ "https://github.com/MI2DataLab/KRAB_ZNF" ], [ "https://github.com/batlabucd/GenomeMining" ], [ "https://github.com/bcgsc/orca" ], [ "https://github.com/nanogchen/polyGraft" ], [ "https://github.com/RNA-FRETools/fretraj" ], [ "https://github.com/PNNL-Comp-Mass-Spec/PIXiE" ], [ "https://github.com/DrDanL/index-app-public" ], [ "https://github.com/thomasp85/PanViz" ], [ "https://github.com/alkarkoukly/CSV-FHIR-Transformer" ], [ "https://github.com/katlande/PCBS" ], [ "https://github.com/venyao/shinyCircos" ], [ "https://github.com/yunwilliamyu/SlowMoMan" ], [ "https://github.com/yamada-lab/functree-ng" ], [ "https://github.com/lucp9827/signtrans" ], [ "https://github.com/nygenome/SCANVIS" ], [ "https://github.com/HopLee6/VSCrowd" ], [ "https://github.com/BruningLab/warpDOCK" ], [ "https://github.com/fjmurguzur/causalizeR" ], [ "https://github.com/MDplot/MDplot" ], [ "https://github.com/abyzovlab/CNVpytor" ], [ "https://github.com/abyzovlab/CNVpytor" ], [ "https://github.com/abyzovlab/CNVpytor" ], [ "https://github.com/abyzovlab/CNVpytor" ], [ "https://github.com/alexcoppe/iWhale" ], [ "https://github.com/TyckoLab/CloudASM" ], [ "https://github.com/zipengliu/corgie-ui" ], [ "https://github.com/YasinEl/mzRAPP" ], [ "https://github.com/ylab-hi/ScanNeo" ], [ "https://github.com/NX4/nx4" ], [ "https://github.com/yao-laboratory/cellMarkerPipe" ], [ "https://github.com/yao-laboratory/cellMarkerPipe" ], [ "https://github.com/yao-laboratory/cellMarkerPipe" ], [ "https://github.com/yao-laboratory/cellMarkerPipe" ], [ "https://github.com/LMSE/FYRMENT" ], [ "https://github.com/KristofferBernhem/SMlocalizer" ], [ "https://github.com/daquang/YAMDA" ], [ "https://github.com/caanene1/ACSNI" ], [ "https://github.com/g3viz/g3lollipop" ], [ "https://github.com/lin-lab/COVID19-Viz" ], [ "https://github.com/wmalab/HiCube" ], [ "https://github.com/pranavkdm/R-PointHop" ], [ "https://github.com/Buka-Xing/Deep-network-based-distribution-measures-for-full-reference-image-quality-assessment" ], [ "https://github.com/thekaplanlab/msabrowser" ], [ "https://github.com/anooplab/pyar" ], [ "https://github.com/james-guevara/synthdnm" ], [ "https://github.com/zheminzhou/pHierCC" ], [ "https://github.com/menchelab/BioProfilingNotebooks" ], [ "https://github.com/galelab/scPathoQuant" ], [ "https://github.com/giesselmann/nanopype" ], [ "https://github.com/fiji-hpc/hpc-workflow-manager" ], [ "https://github.com/Askarbek-orakov/ASAR" ], [ "https://github.com/Quantum-Dynamics-Hub/Libra-X" ], [ "https://github.com/mortazavilab/swan_vis" ], [ "https://github.com/mabessa/F3DAS" ], [ "https://github.com/lin-lab/COVID19-Rt" ], [ "https://github.com/hms-dbmi/UpSetR" ], [ "https://github.com/thrushcyc-github/BMull" ], [ "https://github.com/MannLabs/PeptDeep-HLA" ], [ "https://github.com/bokulich-lab/q2-fondue" ], [ "https://github.com/wogrin/LEGO" ], [ "https://github.com/bokulich-lab/q2-fondue-examples" ], [ "https://github.com/FemeniasM/ExplorATEproject" ], [ "https://github.com/zqfang/gnnhap" ], [ "https://github.com/FemeniasM/ExplorATE_shell_script" ], [ "https://github.com/vanvalenlab/deepcell-spots" ], [ "https://github.com/vanvalenlab/deepcell-spots" ], [ "https://github.com/vanvalenlab/deepcell-spots" ], [ "https://github.com/vanvalenlab/deepcell-spots" ], [ "https://github.com/epifluidlab/finaledb_portal" ], [ "https://github.com/epifluidlab/finaledb_workflow" ], [ "https://github.com/KoslickiLab/YACHT-reproducibles" ], [ "https://github.com/chgibb/PHAT" ], [ "https://github.com/pdxgx/neoepiscope-paper" ], [ "https://github.com/interactivereport/Quickomics" ], [ "https://github.com/KlugerLab/t-SNE-Heatmaps" ], [ "https://github.com/pcdslab/GPU-DAEMON" ], [ "https://github.com/Zi-Lab/eDetect" ], [ "https://github.com/abdullah009/DataRLATools" ], [ "https://github.com/vonkaenelerik/ShollBayes" ], [ "https://github.com/abdullah009/RLATools" ], [ "https://github.com/bluenote-1577/local-kmer-selection-results" ], [ "https://github.com/fmfi-compbio/mc-overlaps" ], [ "https://github.com/bluenote-1577/os-minimap2" ], [ "https://github.com/vonkaenelerik/hierarchical_sholl" ], [ "https://github.com/zqfang/haplomap" ], [ "https://github.com/KlugerLab/FIt-SNE" ], [ "https://github.com/MannLabs/alphapeptdeep" ], [ "https://github.com/KoslickiLab/YACHT" ], [ "https://github.com/KoslickiLab/YACHT" ], [ "https://github.com/KoslickiLab/YACHT" ], [ "https://github.com/KoslickiLab/YACHT" ], [ "https://github.com/nutrimetabolomics/POMAShiny" ], [ "https://github.com/kr-colab/disperseNN2" ], [ "https://github.com/kr-colab/disperseNN2" ], [ "https://github.com/kr-colab/disperseNN2" ], [ "https://github.com/kr-colab/disperseNN2" ], [ "https://github.com/JdMDE/ppamlib" ], [ "https://github.com/JdMDE/jmatlib" ], [ "https://github.com/Danko-Lab/rtfbs_db" ], [ "https://github.com/phylo42/EPIK" ], [ "https://github.com/BigDataBiology/SemiBin2_benchmark" ], [ "https://github.com/SONGDONGYUAN1994/scsampler" ], [ "https://github.com/SONGDONGYUAN1994/rscsampler" ], [ "https://github.com/Psy-Fer/interARTIC" ], [ "https://github.com/nutrimetabolomics/POMA" ], [ "https://github.com/Boizard/PRYNT" ], [ "https://github.com/phylo42/IPK" ], [ "https://github.com/BigDataBiology/SemiBin" ], [ "https://github.com/BaderLab/Transfer-Learning-BNER-Bioinformatics-2018" ], [ "https://github.com/joachimwolff/sparse-neighbors-search" ], [ "https://github.com/joachimwolff/scHiCExplorer" ], [ "https://github.com/naver/biobert-pretrained" ], [ "https://github.com/dmis-lab/biobert" ], [ "https://github.com/mohimanilab/MS2Planner" ], [ "https://github.com/paudano/kestrel" ], [ "https://github.com/BaderLab/saber" ], [ "https://github.com/s-will/LocARNA" ], [ "https://github.com/iskana/PBWT-sec" ], [ "https://github.com/ratschlab/PBWT-sec" ], [ "https://github.com/NoiseLabUCSD/ConformalPrediction" ], [ "https://github.com/iTaxoTools/ConcatenatorGui" ], [ "https://github.com/paudano/kescases" ], [ "https://github.com/Franck-Dernoncourt/NeuroNER" ], [ "https://github.com/radoslav180/DiNGO" ], [ "https://github.com/equipeGST/RiboDoc" ], [ "https://github.com/abachaa/Medication_QA_MedInfo2019" ], [ "https://github.com/ncbi/SSDraw" ], [ "https://github.com/biocore-NTNU/pyranges" ], [ "https://github.com/hillerlab/IterativeErrorCorrection" ], [ "https://github.com/HajkD/biomartr" ], [ "https://github.com/MTS-Strathclyde/ISc" ], [ "https://github.com/shka/R-SAMstrt" ], [ "https://github.com/yinlabniu/eCAMI" ], [ "https://github.com/lfnothias/IODA_MS" ], [ "https://github.com/sanshu/protaeljs" ], [ "https://github.com/erhard-lab/iTiSS" ], [ "https://github.com/BaderLab/Towards-reliable-BioNER" ], [ "https://github.com/kemaloksuz/ObjectDetectionImbalance" ], [ "https://github.com/ah651/deepfake_adv" ], [ "https://github.com/edawson/gfakluge" ], [ "https://github.com/vtphan/HeteroplasmyWorkflow" ], [ "https://github.com/BackofenLab/local_alignment" ], [ "https://github.com/ouzounis/CLS-emerges" ], [ "https://github.com/zhanglabNKU/eCAMI" ], [ "https://github.com/malabz/WMSA" ], [ "https://github.com/igvteam/igv" ], [ "https://github.com/igvteam/igv" ], [ "https://github.com/igvteam/igv" ], [ "https://github.com/igvteam/igv" ], [ "https://github.com/sguera/FGCS17" ], [ "https://github.com/urmi-21/orfipy" ], [ "https://github.com/KoslickiLab/CMASH-reproducibles" ], [ "https://github.com/xiaoli-dong/metaerg" ], [ "https://github.com/malabz/WMSA-dataset" ], [ "https://github.com/biocore/q2-umap" ], [ "https://github.com/dkoslicki/CMash" ], [ "https://github.com/biojs/biojs" ], [ "https://github.com/biojs/biojs" ], [ "https://github.com/biojs/biojs" ], [ "https://github.com/biojs/biojs" ], [ "https://github.com/gilles-didier/MolTi" ], [ "https://github.com/gagneurlab/concise" ], [ "https://github.com/mcveanlab/DEploid-r" ], [ "https://github.com/pykeen/benchmarking" ], [ "https://github.com/sauravbsaha/uCAREChemSuiteCLI" ], [ "https://github.com/sandybioteck/RTCpredictor" ], [ "https://github.com/FOI-Bioinformatics/flextaxd" ], [ "https://github.com/fcampelo/epitopes" ], [ "https://github.com/citiususc/BigBWA" ], [ "https://github.com/nf-core/isoseq" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/fmfi-compbio/mc-overlaps-reproducibility" ], [ "https://github.com/rnaer/seqel" ], [ "https://github.com/wbieniec/copmem" ], [ "https://github.com/AgResearch/data_prism" ], [ "https://github.com/refresh-bio/kmer-db" ], [ "https://github.com/kakumarabhishek/zeta-mixup" ], [ "https://github.com/SchlitzerLab/IntestLine" ], [ "https://github.com/Winnie09/Palo" ], [ "https://github.com/machiela-lab/PCAmatchR" ], [ "https://github.com/NoiseLab-RLiu/Automate-PDE-identification" ], [ "https://github.com/beatrizgj/MDPbiome" ], [ "https://github.com/usnistgov/UniSpec" ], [ "https://github.com/WatsonLab/KOunt" ], [ "https://github.com/gagneurlab/Manuscript_Avsec_Bioinformatics_2017" ], [ "https://github.com/taoshen99/AutoMolDesigner" ], [ "https://github.com/ConesaLab/MultiBaC" ], [ "https://github.com/ianvcaldas/smalldisco" ], [ "https://github.com/jpquast/protti" ], [ "https://github.com/kendziorski-lab/SpatialView" ], [ "https://github.com/dibyansu24-maker/Histify" ], [ "https://github.com/chrcarrizosa/shinyseg" ], [ "https://github.com/mcveanlab/DEploid" ], [ "https://github.com/bitvis2021/gotreescape" ], [ "https://github.com/ADAC-UoN/PIMMS" ], [ "https://github.com/Edinburgh-Genome-Foundry/DNAChisel" ], [ "https://github.com/snandiDS/prokseq" ], [ "https://github.com/labinfo-lncc/mnmer" ], [ "https://github.com/UnixJunkie/rankers" ], [ "https://github.com/pdxgx/neoepiscope" ], [ "https://github.com/subhc/clever" ], [ "https://github.com/MTandHJ/rcm" ], [ "https://github.com/aet21/ebGSEA" ], [ "https://github.com/bjing2016/EigenFold" ], [ "https://github.com/austenb28/CycFlowDec" ], [ "https://github.com/delocalizer/streammd" ], [ "https://github.com/zoecastillo/microbiomeExplorer" ], [ "https://github.com/urielsinger/PPI-unbias" ], [ "https://github.com/tkchafin/mrbait" ], [ "https://github.com/radamsRHA/GppFst" ], [ "https://github.com/inab/BIOLITMAP" ], [ "https://github.com/abadona/qsimscan" ], [ "https://github.com/BioSystemsUM/cobamp" ], [ "https://github.com/psyrocloud/EGOF-Net" ], [ "https://github.com/subangstrom/aci" ], [ "https://github.com/HelloWorldCN/RapidMic" ], [ "https://github.com/YonghuiDong/RawHummus" ], [ "https://github.com/ialbert/biostar-central" ], [ "https://github.com/gfxdisp/castleCSF" ], [ "https://github.com/EricLarG4/g4dbr" ], [ "https://github.com/phytest-devs/phytest" ], [ "https://github.com/haidyi/cvxbiclustr" ], [ "https://github.com/rcalinjageman/cartoon_network" ], [ "https://github.com/rcalinjageman/cartoon_network" ], [ "https://github.com/rcalinjageman/cartoon_network" ], [ "https://github.com/rcalinjageman/cartoon_network" ], [ "https://github.com/KechrisLab/SmCCNet" ], [ "https://github.com/bozhubo/SeNic" ], [ "https://github.com/bigchem/transformer-cnn" ], [ "https://github.com/Wang-Lin-boop/PPI-Miner" ], [ "https://github.com/weihaox/awesome-gan-inversion" ], [ "https://github.com/LMSE/AYbRAH" ], [ "https://github.com/524D/mzRecal" ], [ "https://github.com/Superraptor/GSSO" ], [ "https://github.com/zhqingit/giremi" ], [ "https://github.com/alexandrupaler/tqec" ], [ "https://github.com/OpenBioLink/OpenBioLink" ], [ "https://github.com/tsudalab/rxngenerator" ], [ "https://github.com/molecularmodelinglab/bigbind" ], [ "https://github.com/MaterialsDiscovery/PyChemia" ], [ "https://github.com/wang-lab/CRISPRDB" ], [ "https://github.com/Sami-Altayyar/Fast-HBR" ], [ "https://github.com/lh3/minimap2" ], [ "https://github.com/lh3/minimap2" ], [ "https://github.com/lh3/minimap2" ], [ "https://github.com/lh3/minimap2" ], [ "https://github.com/timolassmann/kalign" ], [ "https://github.com/xbjin/cgvr" ], [ "https://github.com/TurakhiaLab/rivet" ], [ "https://github.com/quantitativeimaging/ELM" ], [ "https://github.com/tsdat/tsdat" ], [ "https://github.com/soedinglab/wish" ], [ "https://github.com/lsaravia/mfsba" ], [ "https://github.com/ando-lab/miffi" ], [ "https://github.com/ando-lab/miffi" ], [ "https://github.com/ando-lab/miffi" ], [ "https://github.com/ando-lab/miffi" ], [ "https://github.com/ggonnella/gfapy" ], [ "https://github.com/Pex2892/PETAL" ], [ "https://github.com/Neuropathology-Giessen/SangeR" ], [ "https://github.com/MattClarkson/CMakeCatchTemplate" ], [ "https://github.com/gem-net/chemsearch" ], [ "https://github.com/biocoder/SBEToolbox" ], [ "https://github.com/tom-jenkins/mapmixture" ], [ "https://github.com/MRogalski96/FPM-app" ], [ "https://github.com/cellgeni/batchbench" ], [ "https://github.com/federicogiorgi/corto" ], [ "https://github.com/RihaLab/artMAP" ], [ "https://github.com/khramts/assocplots" ], [ "https://github.com/mrcuizhe/interacCircos" ], [ "https://github.com/shbrief/AnVILWorkflow" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/fcampelo/OrgSpec-paper" ], [ "https://github.com/continuous-symmetry-measure/csm" ], [ "https://github.com/mbadge/candi" ], [ "https://github.com/djmaity/md-davis" ], [ "https://github.com/nttcslab/deep-sound-field-denoiser" ], [ "https://github.com/Steinbeck-Lab/cheminformatics-microservice" ], [ "https://github.com/pephco/ASDEC" ], [ "https://github.com/Bayer-Group/cellenium" ], [ "https://github.com/isblab/nestor" ], [ "https://github.com/isblab/nestor" ], [ "https://github.com/isblab/nestor" ], [ "https://github.com/isblab/nestor" ], [ "https://github.com/hoerlteam/YeastMate" ], [ "https://github.com/IGVF/seqspec" ], [ "https://github.com/Toepfer-Lab/cobramod" ], [ "https://github.com/eugomin/ARES-GT" ], [ "https://github.com/gem-pasteur/PanACoTA" ], [ "https://github.com/LyonsLab/coge" ], [ "https://github.com/LyonsLab/coge" ], [ "https://github.com/LyonsLab/coge" ], [ "https://github.com/LyonsLab/coge" ], [ "https://github.com/AIRI-Institute/PROSTATA" ], [ "https://github.com/ErasmusMC-Bioinformatics/fuma" ], [ "https://github.com/CellProfiler/CellProfiler-Analyst" ], [ "https://github.com/CellProfiler/CellProfiler-Analyst" ], [ "https://github.com/CellProfiler/CellProfiler-Analyst" ], [ "https://github.com/CellProfiler/CellProfiler-Analyst" ], [ "https://github.com/mlandis/phylowood" ], [ "https://github.com/GiDeCarlo/XGDAG" ], [ "https://github.com/zhangjunpeng411/SCOM" ], [ "https://github.com/ruizhang-ai/GCP" ], [ "https://github.com/driesheylen123/BioMOBS" ], [ "https://github.com/biosustain/shu" ], [ "https://github.com/BergmannLab/PascalX" ], [ "https://github.com/mdbloice/Pyrea" ], [ "https://github.com/koji11235/MSECIFv2" ], [ "https://github.com/henry-leo/Patpat" ], [ "https://github.com/MedCompUnipd/FunTaxIS-lite" ], [ "https://github.com/maickrau/MBG" ], [ "https://github.com/kaigelee/CSFCN" ], [ "https://github.com/EBI-IntAct/IntactApp" ], [ "https://github.com/byemaxx/SSREnricher" ], [ "https://github.com/GCQ2119216031/DDA-SKF" ], [ "https://github.com/rfalford12/Implicit-Membrane-Energy-Function-Benchmark" ], [ "https://github.com/gversmee/dbgap2x" ], [ "https://github.com/andrewguy/biostructmap" ], [ "https://github.com/tdepke/CluMSID" ], [ "https://github.com/atfrank/PyShifts" ], [ "https://github.com/jmasison/SpringSaLaD" ], [ "https://github.com/evocell/rabifier" ], [ "https://github.com/VeraLiconaResearchGroup/OCSANA-Plus_SourceCode" ], [ "https://github.com/blachlylab/mucor" ], [ "https://github.com/stormliucong/doc2hpo" ], [ "https://github.com/SysBioChalmers/Streptomyces_coelicolor-GEM" ], [ "https://github.com/phenomecentre/metabotyping-dementia-urine" ], [ "https://github.com/jamesdalg/CNVScope" ], [ "https://github.com/pinetree1/crispr-dav" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/cellatlas/cellatlas" ], [ "https://github.com/aveviort/HyperSet" ], [ "https://github.com/isblab/nestor" ], [ "https://github.com/isblab/nestor" ], [ "https://github.com/isblab/nestor" ], [ "https://github.com/isblab/nestor" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/galenbr/2021ActiveVision" ], [ "https://github.com/songweizhi/HgtSIM" ], [ "https://github.com/SysBioChalmers/RAVEN" ], [ "https://github.com/DecodeGenetics/popSTR" ], [ "https://github.com/DecodeGenetics/popSTR" ], [ "https://github.com/DecodeGenetics/popSTR" ], [ "https://github.com/DecodeGenetics/popSTR" ], [ "https://github.com/cns-iu/ccf-organ-vr-gallery#readme" ], [ "https://github.com/pcm-dpc/COVID-19" ], [ "https://github.com/pcm-dpc/COVID-19" ], [ "https://github.com/pcm-dpc/COVID-19" ], [ "https://github.com/pcm-dpc/COVID-19" ], [ "https://github.com/Greco-Lab/MaNGA" ], [ "https://github.com/iullah1980/MCTcodes" ], [ "https://github.com/ugobas/Molecular_clock" ], [ "https://github.com/nicolaprezza/ebwt2snp" ], [ "https://github.com/max-uhlich/e-PROSPeCT" ], [ "https://github.com/wh90999/ChIAPoP" ], [ "https://github.com/randel/MIND" ], [ "https://github.com/mpgerstl/FTA" ], [ "https://github.com/kojikoji/EMWER" ], [ "https://github.com/quxiaojian/PGA" ], [ "https://github.com/BelindaHernandez/BART-BMA" ], [ "https://github.com/rdzhao/ProteinPocketDetection" ], [ "https://github.com/XQBai/SCTree-test" ], [ "https://github.com/beatrizgj/FLYCOP" ], [ "https://github.com/largelymfs/DeepFold" ], [ "https://github.com/ctDNA/TNER" ], [ "https://github.com/materialsintelligence/matscholar" ], [ "https://github.com/abikoushi/enigma" ], [ "https://github.com/rymc/a-dataset-for-indoor-localization-using-a-smart-home-in-a-box" ], [ "https://github.com/DessimozLab/esprit2" ], [ "https://github.com/carjed/helmsman" ], [ "https://github.com/vishakad/cpi-em" ], [ "https://github.com/adalca/papago" ], [ "https://github.com/bristena-op/AnoniMME" ], [ "https://github.com/cbg-ethz/pcNEM" ], [ "https://github.com/kzkedzierska/sonics" ], [ "https://github.com/TRON-Bioinformatics/ArtiFusion" ], [ "https://github.com/yunchuankong/GEDFN" ], [ "https://github.com/jbudis/dante" ], [ "https://github.com/Biomedinformatics/NGSPanPipe" ], [ "https://github.com/yuzhounh/GWC" ], [ "https://github.com/molsysbio/STASNet" ], [ "https://github.com/HosnaJabbari/Knotty" ], [ "https://github.com/cbg-ethz/netics" ], [ "https://github.com/SilverLabUCL/NeuroMatic" ], [ "https://github.com/debbiemarkslab/evcouplings" ], [ "https://github.com/taehoonlee/HiComet" ], [ "https://github.com/rover2380/Nitrilase" ], [ "https://github.com/scalderazzo/FLNADD" ], [ "https://github.com/agis85/multimodal_brain_synthesis" ], [ "https://github.com/louisgt/SodaPop" ], [ "https://github.com/kekegg/HCSA" ], [ "https://github.com/rnakato/SSP" ], [ "https://github.com/swakkhar/iPHLoc-ES" ], [ "https://github.com/Liulab-HZAU/PCTpred" ], [ "https://github.com/lykaust15/DeepSimulator" ], [ "https://github.com/syspremed/exploBATCH" ], [ "https://github.com/pblischak/polyploid-genotyping" ], [ "https://github.com/soedinglab/hh-suite" ], [ "https://github.com/vpc-ccg/pamir" ], [ "https://github.com/fukunagatsu/RIblast" ], [ "https://github.com/omerwe/MALAX" ], [ "https://github.com/pascalkieslich/mousetrap-os" ], [ "https://github.com/WhittakerLab/AAScatterPlot" ], [ "https://github.com/uci-cbcl/HLA-bind" ], [ "https://github.com/enormandeau/mapcomp" ], [ "https://github.com/aldenleung/OMBlast" ], [ "https://github.com/lanagarmire/NMFEM" ], [ "https://github.com/shubhamchandak94/HARC" ], [ "https://github.com/texttechnologylab/LSTMVoter" ], [ "https://github.com/selcukorkmaz/geneSurv" ], [ "https://github.com/zhangwei2015/IMPre" ], [ "https://github.com/doxeylab/evoclust3d" ], [ "https://github.com/chrisamiller/fishplot" ], [ "https://github.com/masedki/MHTrajectoryR" ], [ "https://github.com/HirotoSaigo/KDSNP" ], [ "https://github.com/GuipengLi/ChIA-PET2" ], [ "https://github.com/Yuma248/Swinger" ], [ "https://github.com/MICCoM/SSAGES-public" ], [ "https://github.com/Wrrzag/DiseaseDiscovery" ], [ "https://github.com/UCanCompBio/deltaBS" ], [ "https://github.com/liuqivandy/scRNABatchQC" ], [ "https://github.com/Tarskin/LaCyTools" ], [ "https://github.com/acs6610987/secureqc" ], [ "https://github.com/mathcom/CPR" ], [ "https://github.com/Jianwei-Zhang/LIMS" ], [ "https://github.com/chvlyl/ZIBR" ], [ "https://github.com/SBU-BMI/region-templates" ], [ "https://github.com/Zheng-Lab/MetaGRN" ], [ "https://github.com/cui-lab/multigems" ], [ "https://github.com/mikessh/vdjtools" ], [ "https://github.com/hellbelly/BS-Snper" ], [ "https://github.com/adam-sam-brown/aRrayLasso" ], [ "https://github.com/Gabaldonlab/redundans" ], [ "https://github.com/ksahlin/BESST" ], [ "https://github.com/urrutiag/destin" ], [ "https://github.com/Junfang/AKSmooth" ], [ "https://github.com/compomics/MAPPI-DAT" ], [ "https://github.com/inincs/pyNCS" ], [ "https://github.com/armintoepfer/haploclique" ], [ "https://github.com/zubekj/broad_peaks" ], [ "https://github.com/morrislab/phylosub" ], [ "https://github.com/MinzhuXie/H-PoPG" ], [ "https://github.com/gersteinlab/GenAI4Drug" ], [ "https://github.com/AaronHong1024/ONeSAMP_3" ], [ "https://github.com/BDI-pathogens/phyloscanner" ], [ "https://github.com/smy-THU/VirtualViewSelection" ], [ "https://github.com/efss24/SPMLD" ], [ "https://github.com/allanverasce/bpc" ], [ "https://github.com/IntersectAustralia/ap11_Samifier" ], [ "https://github.com/kundajelab/ChromDragoNN" ], [ "https://github.com/zhiqan/SeGMVAE" ], [ "https://github.com/LBBSoft/Trader" ], [ "https://github.com/WatsonLab/MAGpy" ], [ "https://github.com/lilit-nersisyan/computel" ], [ "https://github.com/shenay/CellNomenclatureStudy" ], [ "https://github.com/FabienneL/BioNet-Mining" ], [ "https://github.com/tahirulqamar/Deep-HPI-pred" ], [ "https://github.com/Christensen-Lab-Dartmouth/methyLiftover" ], [ "https://github.com/ddofer/ProFET" ], [ "https://github.com/g-insana/MBDBMetrics" ], [ "https://github.com/marithetland/ONTmompS" ], [ "https://github.com/apalania/pradclass" ], [ "https://github.com/CSi-Studio/3D-MSNet" ], [ "https://github.com/liyangjie/PPNet" ], [ "https://github.com/baiboat/HSNet" ], [ "https://github.com/jcvthibault/ibiomes" ], [ "https://github.com/Bgi-LUSH/GPMeta" ], [ "https://github.com/gzhmat/ShinyCNV" ], [ "https://github.com/ih-lab/AI-biopsy" ], [ "https://github.com/zjujdj/SuperAtomicCharge" ], [ "https://github.com/mpc-bioinformatics/pia" ], [ "https://github.com/cansyl/TransferLearning4DTI" ], [ "https://github.com/EffieChantzi/COMBSecretomics" ], [ "https://github.com/BioinformaticsCSU/LongRepMarker" ], [ "https://github.com/cfoguet/iso2flux" ], [ "https://github.com/BilkentCompGen/tardis" ], [ "https://github.com/ZFMK/COGNATE" ], [ "https://github.com/elvanov/MOGAMUN" ], [ "https://github.com/ZYLandy/BiU-Net" ], [ "https://github.com/01dadada/RT-Transformer" ], [ "https://github.com/sanger-pathogens/snp-sites" ], [ "https://github.com/databio/geniml" ], [ "https://github.com/adamtaiti/SARS-CoV-2" ], [ "https://github.com/Nalinikanta7/metagenomics" ], [ "https://github.com/refresh-bio/protestar" ], [ "https://github.com/JUMPSuite/JUMPt" ], [ "https://github.com/wilhelm-lab/oktoberfest" ], [ "https://github.com/tadeu95/BAGS" ], [ "https://github.com/wang-jin-mathbio/Jin2021" ], [ "https://github.com/plattenmichael/DeepnCCA" ], [ "https://github.com/ICB-DCM/AMICI" ], [ "https://github.com/ICB-DCM/AMICI" ], [ "https://github.com/ICB-DCM/AMICI" ], [ "https://github.com/ICB-DCM/AMICI" ], [ "https://github.com/FenyoLab/SAMPEI" ], [ "https://github.com/BackofenLab/CRISPRtracrRNA" ], [ "https://github.com/EESI/themetagenomics" ], [ "https://github.com/zoozeal/Mtb-sig-miner" ], [ "https://github.com/JasonACarter/Allelic_inclusion" ], [ "https://github.com/JinmiaoChenLab/ezSingleCell2" ], [ "https://github.com/liseda-lab/ImPO" ], [ "https://github.com/mirthAI/MicroSegNet" ], [ "https://github.com/Clinical-Genomics/patientMatcher" ], [ "https://github.com/LABIOQUIM/visualdynamics" ], [ "https://github.com/jdelasrivas-lab/breastcancersurvsign" ], [ "https://github.com/luoyuanlab/Clinical-Longformer" ], [ "https://github.com/qd29/SCIP" ], [ "https://github.com/Bishop-Laboratory/correlationAnalyzeR" ], [ "https://github.com/BioGavin/msbff" ], [ "https://github.com/lxsbch/neuroCNVscore" ], [ "https://github.com/brossetti/ssasu" ], [ "https://github.com/bahlolab/PlasmoSTR" ], [ "https://github.com/Zheng-Lab-Westlake/Osteo-Fine-Mapp-SNP2SE2miRNA" ], [ "https://github.com/jamesjiadazhan/dietaryindex" ], [ "https://github.com/ExpressionAnalysis/HLAProfiler" ], [ "https://github.com/mlyc93/WALTER" ], [ "https://github.com/hivdb/sierra-sars2" ], [ "https://github.com/biocai/DeepHiC" ], [ "https://github.com/glycoinfo/GlycoCoO" ], [ "https://github.com/asad/ReactionDecoder" ], [ "https://github.com/hagax8/ancestry_viz" ], [ "https://github.com/ezimic/Image-Quality-Evaluation" ], [ "https://github.com/trislett/TFCE_mediation" ], [ "https://github.com/zhangjunpeng411/LncmiRSRN" ], [ "https://github.com/imagine-bdd/DRWH" ], [ "https://github.com/heeyounh/I-TASSER-COFACTOR-filtering" ], [ "https://github.com/lzcyzm/DRME" ], [ "https://github.com/hsinnan75/SpliceAPP" ], [ "https://github.com/LANL-Bioinformatics/EDGE" ], [ "https://github.com/BDM-Lab/3DMax" ], [ "https://github.com/pmadanecki/htdp" ], [ "https://github.com/treangenlab/Olivar" ], [ "https://github.com/celehs/M2REMAP" ], [ "https://github.com/zjupgx/modig" ], [ "https://github.com/dlcgold/muPBWT" ], [ "https://github.com/healthyPlant/PhytoPipe" ], [ "https://github.com/COMBAT-TB/irida-galaxy-deploy" ], [ "https://github.com/LanLab/STECFinder" ], [ "https://github.com/AlexandrovLab/SigProfilerAssignment" ], [ "https://github.com/AlexandrovLab/SigProfilerAssignment" ], [ "https://github.com/AlexandrovLab/SigProfilerAssignment" ], [ "https://github.com/AlexandrovLab/SigProfilerAssignment" ], [ "https://github.com/Haoxiang-Qi/Network-Calculator" ], [ "https://github.com/pantakis/NMRpQuant" ], [ "https://github.com/mohit1997/JIND" ], [ "https://github.com/gjbaker/sylaras" ], [ "https://github.com/popgengui/agestrucnb" ], [ "https://github.com/muhammedtalo/COVID-19" ], [ "https://github.com/lanec-unifesspa/etoh-withdrawal" ], [ "https://github.com/jmabuin/MetaCacheSpark" ], [ "https://github.com/biomed-AI/GraphPPIS" ], [ "https://github.com/EtienneCmb/tensorpac" ], [ "https://github.com/DWALab/Phindr3D" ], [ "https://github.com/graemefox/mimi" ], [ "https://github.com/ciceklab/targeted_brain_tumor_margin_assessment" ], [ "https://github.com/MSingerLab/COMETSC" ], [ "https://github.com/jenniferfranks/FSQN" ], [ "https://github.com/ManchesterBioinference/GPcounts" ], [ "https://github.com/jclachance/BOFdat" ], [ "https://github.com/microDECT/DECTDec" ], [ "https://github.com/ncats/ld50-multitask" ], [ "https://github.com/kblin/covid-spike-classification" ], [ "https://github.com/JavonSun/mvbc" ], [ "https://github.com/qinwang-ai/DSM-Distil" ], [ "https://github.com/transgenomicsosu/SNP-SELECT" ], [ "https://github.com/sschrod/CODEX" ], [ "https://github.com/broadinstitute/flipbook" ], [ "https://github.com/cacha0227/ncappc" ], [ "https://github.com/lyotvincent/PhiHER2" ], [ "https://github.com/nianqiaoju/snp-slice" ], [ "https://github.com/santule/indelmip" ], [ "https://github.com/nguyenngochuy91/Ancestral-Blocks-Reconstruction" ], [ "https://github.com/MolPlantPathology/ScAnalyzer" ], [ "https://github.com/SchmidtGroupNKI/TGSdrivergene_validity" ], [ "https://github.com/hikmetc/QC_Constellation" ], [ "https://github.com/patrickbryant1/Umol" ], [ "https://github.com/Luo-SynBioLab/ThermoFinder" ], [ "https://github.com/yushanqiu/scMNMF" ], [ "https://github.com/wrc990616/MFMSNet" ], [ "https://github.com/danielhuson/megan-ce" ], [ "https://github.com/plhhnu/GEnDDn" ], [ "https://github.com/biox-nku/epicarousel" ], [ "https://github.com/CMUSchwartzLab/Mase-phi" ], [ "https://github.com/ymy12341/STM-ac4C" ], [ "https://github.com/multicom-toolbox/deepdist" ], [ "https://github.com/DominikBatic/EndoViT" ], [ "https://github.com/QingYunA/Linear-Semantic-Transformation-for-Semi-Supervised-Medical-Image-Segmentation" ], [ "https://github.com/gegao310/VesselSeg-Pytorch-master" ], [ "https://github.com/DayuHuu/scEMC" ], [ "https://github.com/andrewhaoyu/TOP" ], [ "https://github.com/matcyr/Hi-GeoMVP" ], [ "https://github.com/algbio/efg-mems" ], [ "https://github.com/zhouzhou1201/CSAP-UNet" ], [ "https://github.com/MarieOestreich/small-molecule-autoencoders" ], [ "https://github.com/chengzhouwu/gbdmr" ], [ "https://github.com/HustAlexander/MCWSS" ], [ "https://github.com/epa-kpc/RFMEVAL" ], [ "https://github.com/jiangyu945/S2CA-Net" ], [ "https://github.com/BioMedIA-MBZUAI/FUSC" ], [ "https://github.com/zlfyj/AbDPP" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/GTBiomech/HEADSport-Filter-Method" ], [ "https://github.com/xuhuali-mxj/IM-DCL" ], [ "https://github.com/stebro01/research_database_sqlite_i2b2" ], [ "https://github.com/kkkayle/DFI-MS" ], [ "https://github.com/Nik-BB/Learning-curves-for-DRP" ], [ "https://github.com/kokinide/PARSID" ], [ "https://github.com/jeong-jasonji/MTL_CAC_classification" ], [ "https://github.com/dahvida/NP_Fingerprints" ], [ "https://github.com/dhanaprakashj/kuura_pipeline" ], [ "https://github.com/kanak02/MOEDO" ], [ "https://github.com/cmb-chula/MHCSeqNet2" ], [ "https://github.com/fawaz-dabbaghieh/PanPA" ], [ "https://github.com/RemiAllio/MitoFinder" ], [ "https://github.com/JEFworks-Lab/STalign" ], [ "https://github.com/JEFworks-Lab/STalign" ], [ "https://github.com/JEFworks-Lab/STalign" ], [ "https://github.com/JEFworks-Lab/STalign" ], [ "https://github.com/singlecellomics/ursa" ], [ "https://github.com/kemaldemirtas/prc-MI" ], [ "https://github.com/gambalab/DREEP" ], [ "https://github.com/nitzanavidan/PD_Recon" ], [ "https://github.com/Zouxidan/HA_predict" ], [ "https://github.com/HuangLab-CBI/PhasiHunter" ], [ "https://github.com/seungjinna/cygate" ], [ "https://github.com/gdghds0/FSRENet-master" ], [ "https://github.com/jianzhang-xynu/hybridDBRpred" ], [ "https://github.com/syc2017/KCDTA" ], [ "https://github.com/biointec/nexus" ], [ "https://github.com/Cao-Labs/ComplexQA" ], [ "https://github.com/RUXIAOQING964914140/FS_DTA" ], [ "https://github.com/DeepMIALab/FFPEPlus" ], [ "https://github.com/Eleanorhxd/MKCL" ], [ "https://github.com/ciceklab/ECOLE" ], [ "https://github.com/zhanglab-wbgcas/EIEPCF" ], [ "https://github.com/marbl/MashMap" ], [ "https://github.com/PostoenkoVI/IQMMA" ], [ "https://github.com/ghc4/metagens" ], [ "https://github.com/dhirujis02/Journal" ], [ "https://github.com/NeginBabaiha/NN-RNALoc" ], [ "https://github.com/LiminLi-xjtu/FGCNSurv" ], [ "https://github.com/illumina/REViewer" ], [ "https://github.com/zwang-bioinformatics/HiC4D" ], [ "https://github.com/liaoherui/StrainScan" ], [ "https://github.com/YongChen-Exact/TC-CoNet" ], [ "https://github.com/akibzaman/SleepBoost" ], [ "https://github.com/MICS-Lab/scyan" ], [ "https://github.com/Roth-Lab/SpatialSort" ], [ "https://github.com/jianghruc/scHoML" ], [ "https://github.com/xu-shi-jie/idp-elm" ], [ "https://github.com/zmzhang/SigmaCCS" ], [ "https://github.com/Czaki/Trapalyzer" ], [ "https://github.com/BioinfoMachineLearning/GCPNet" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/jun-csbio/e2eatp" ], [ "https://github.com/tee-lab/MOTHe-GUI" ], [ "https://github.com/ZhonghuiGu/HEAL" ], [ "https://github.com/ScienceNLP-Lab/Citation-Integrity" ], [ "https://github.com/LichtargeLab/ShinyBioHEAT" ], [ "https://github.com/DanielBrunnsaker/ProtPredict" ], [ "https://github.com/behinger/etcomp" ], [ "https://github.com/ddiem-ri-4D/epiTCR" ], [ "https://github.com/ConesaLab/SQANTI3" ], [ "https://github.com/XiaodiYangpku/MultimodalPPI" ], [ "https://github.com/nunofonseca/irap" ], [ "https://github.com/eltonpan/zeosyn_dataset" ], [ "https://github.com/tntrung/dag-gans" ], [ "https://github.com/dcgerard/reproduce_prior_sims" ], [ "https://github.com/NBISweden/strobealign-evaluation" ], [ "https://github.com/drzeeshanahmed/intelligenes" ], [ "https://github.com/rastanton/GAMMA" ], [ "https://github.com/FordeGenomics/cathai" ], [ "https://github.com/scverse/ecosystem-packages" ], [ "https://github.com/mandricigor/isoem2" ], [ "https://github.com/JhuangLab/BioInstaller" ], [ "https://github.com/IMSY-DKFZ/simpa_paper_experiments" ], [ "https://github.com/cunningham-lab/codacore" ], [ "https://github.com/regnveig/FastContext" ], [ "https://github.com/CshlSiepelLab/nascentRNASim" ], [ "https://github.com/CshlSiepelLab/DENR" ], [ "https://github.com/Christina-hshi/CQF-deNoise" ], [ "https://github.com/Caleydo/ordino" ], [ "https://github.com/egr95/R-codacore" ], [ "https://github.com/Christina-hshi/SH-assembly" ], [ "https://github.com/Bohdan-Khomtchouk/shinyheatmap" ], [ "https://github.com/bioinfo-tsukuba/CCPLS" ], [ "https://github.com/akloetgen/PARA-suite_aligner" ], [ "https://github.com/akloetgen/PARA-suite" ], [ "https://github.com/John-P/wsic" ], [ "https://github.com/lorrainea/CNEFinder" ], [ "https://github.com/IMSY-DKFZ/simpa" ], [ "https://github.com/jsgounot/Floria_analysis_workflow" ], [ "https://github.com/lmc297/BTyper" ], [ "https://github.com/bio15anu/revelio" ], [ "https://github.com/EpiDiverse/SNP" ], [ "https://github.com/MichaelLinn/off_target_prediction" ], [ "https://github.com/r-koike/eagent" ], [ "https://github.com/kdd-ubc/MorphOT" ], [ "https://github.com/vivarium-collective/vivarium-core" ], [ "https://github.com/gitter-lab/ml4bio" ], [ "https://github.com/medicalinformatics/SecureEpilinker" ], [ "https://github.com/tangyou79/TRCM" ], [ "https://github.com/wenqi006/SlideGraph" ], [ "https://github.com/IBM/Matilda" ], [ "https://github.com/medicalinformatics/MainzellisteSEL" ], [ "https://github.com/bbiswas1989/scHD4E" ], [ "https://github.com/bbiswas1989/scHD4E-Shiny" ], [ "https://github.com/Bohdan-Khomtchouk/fastheatmap" ], [ "https://github.com/saucermanlab/Netflux" ], [ "https://github.com/CSi-Studio/Aird-SDK" ], [ "https://github.com/pinellolab/GRAFIMO" ], [ "https://github.com/ZRChao/adaANCOM" ], [ "https://github.com/ZRChao/Papers_supplementary" ], [ "https://github.com/InfOmics/GRAFIMO" ], [ "https://github.com/beagle-dev/beagle-lib" ], [ "https://github.com/Wu-Lab/RENDOR" ], [ "https://github.com/Wu-Lab/RENDOR-reproduce" ], [ "https://github.com/vivarium-collective/vivarium-notebooks" ], [ "https://github.com/Lihao482/REebecca" ], [ "https://github.com/WenkeHuang/MarsFL" ], [ "https://github.com/bluenote-1577/floria" ], [ "https://github.com/XiwuChen/PRA-Net" ], [ "https://github.com/langjidong/MAECI" ], [ "https://github.com/carmonalab/UCell" ], [ "https://github.com/BiomedSciAI/Geno4SD" ], [ "https://github.com/BiomedSciAI/Geno4SD" ], [ "https://github.com/BiomedSciAI/Geno4SD" ], [ "https://github.com/BiomedSciAI/Geno4SD" ], [ "https://github.com/Lemes-RenanB/HardyWeinbergTesting" ], [ "https://github.com/Vandermode/QRNN3D" ], [ "https://github.com/adamewing/methylartist" ], [ "https://github.com/carpentries-incubator/ml4bio-workshop" ], [ "https://github.com/EpistasisLab/tpot" ], [ "https://github.com/thiviyanT/torch-rgcn" ], [ "https://github.com/lelaboratoire/tpot-fss" ], [ "https://github.com/danmcduff/iphys-toolbox" ], [ "https://github.com/COMBINE-lab/simpleaf" ], [ "https://github.com/COMBINE-lab/simpleaf" ], [ "https://github.com/COMBINE-lab/simpleaf" ], [ "https://github.com/COMBINE-lab/simpleaf" ], [ "https://github.com/mutalyzer/description-extractor" ], [ "https://github.com/cbg-ethz/pareg" ], [ "https://github.com/ZarnackGroup/racoon_clip" ], [ "https://github.com/gosling-lang/gos" ], [ "https://github.com/ytakemon/GRETTA" ], [ "https://github.com/stjude/ChIPseqSpikeInFree" ], [ "https://github.com/mikelkou/fava" ], [ "https://github.com/lhhunghimself/fastBMA" ], [ "https://github.com/mensxmachina/autoML-GWAS" ], [ "https://github.com/sebastianduchene/clockstarg" ], [ "https://github.com/GfellerLab/MetacellAnalysisTutorial" ], [ "https://github.com/chunxiao-dcx/QSP" ], [ "https://github.com/lindenb/jvarkit" ], [ "https://github.com/vgteam/libhandlegraph" ], [ "https://github.com/GfellerLab/MetacellAnalysisToolkit" ], [ "https://github.com/MehmetEylemKirlangic/RepetitiveMovementAnalysis" ], [ "https://github.com/jwist/hastaLaVista" ], [ "https://github.com/MehmetEylemKirlangic/DATA" ], [ "https://github.com/IneMelckenbeeck/equation-generator" ], [ "https://github.com/IneMelckenbeeck/graphlet-naming" ], [ "https://github.com/PRIS-CV/Sketch-CS" ], [ "https://github.com/KingJamesSong/OrthoImproveCond" ], [ "https://github.com/aleixalcacer/JA-BIAA" ], [ "https://github.com/Moein-Karami/RandStrobes" ], [ "https://github.com/ciccalab/MEGA" ], [ "https://github.com/pzc/herg_chembl_jcim" ], [ "https://github.com/lptolik/R4Kappa" ], [ "https://github.com/vgteam/libbdsg" ], [ "https://github.com/lcsb-bds/transreg" ], [ "https://github.com/chunxiao-dcx/QSAP" ], [ "https://github.com/RingBDStack/RGMIL" ], [ "https://github.com/ShkolniskyLab/emalign" ], [ "https://github.com/MCWComputationalBiologyLab/BioModME" ], [ "https://github.com/EmanueleRaineri/cvlr" ], [ "https://github.com/SynBioDex/libSBOLj3" ], [ "https://github.com/sammeyer2017/TwisTranscripT" ], [ "https://github.com/CSi-Studio/AirdPro" ], [ "https://github.com/netZoo/netZooM" ], [ "https://github.com/xia-lab/MetaboAnalystR" ], [ "https://github.com/rdkit/mmpdb" ], [ "https://github.com/ecogenomics/gtdbtk" ], [ "https://github.com/ecogenomics/gtdbtk" ], [ "https://github.com/ecogenomics/gtdbtk" ], [ "https://github.com/ecogenomics/gtdbtk" ], [ "https://github.com/NFMC/SynRio" ], [ "https://github.com/DecodeGenetics/BamHash" ], [ "https://github.com/sing-group/compi" ], [ "https://github.com/caotianze/plotnineseqsuite" ], [ "https://github.com/HuaweiWang/WearableMeasurementSystem" ], [ "https://github.com/justin13601/AnnoDash" ], [ "https://github.com/skalyaanamoorthy/PoseFilter" ], [ "https://github.com/CCY-dev/LongDat" ], [ "https://github.com/alexxijielu/yeast_segmentation" ], [ "https://github.com/iktos/generation-under-synthetic-constraint" ], [ "https://github.com/sys-bio/libOmexMeta" ], [ "https://github.com/ecogenomicscanada/Seq2Sat" ], [ "https://github.com/allmwh/IFF" ], [ "https://github.com/A-Golshan/Malonylation" ], [ "https://github.com/lockEF/NonparametricMultiway" ], [ "https://github.com/johnlees/mandrake" ], [ "https://github.com/rauschenberger/starnet" ], [ "https://github.com/Proteomicslab57357/UniprotR" ], [ "https://github.com/Joye9285/scGAC" ], [ "https://github.com/idrblab/socube" ], [ "https://github.com/calebclass/Shiny-NanoTube" ], [ "https://github.com/MontgomeryLab/tinyRNA" ], [ "https://github.com/raghavagps/FluSPred" ], [ "https://github.com/JINJINT/ESCO" ], [ "https://github.com/TillMacher/TaxonTableTools" ], [ "https://github.com/ctlab/phantasus" ], [ "https://github.com/netZoo/netZooPy" ], [ "https://github.com/ando-lab/miffi" ], [ "https://github.com/ando-lab/miffi" ], [ "https://github.com/ando-lab/miffi" ], [ "https://github.com/ando-lab/miffi" ], [ "https://github.com/beast-dev/beast-mcmc" ], [ "https://github.com/johnnytam100/AlphaCutter" ], [ "https://github.com/crazyinter/DETIRE" ], [ "https://github.com/TissueImageAnalytics/tiatoolbox" ], [ "https://github.com/Lili-Zheng-stat/TTOI" ], [ "https://github.com/haessar/peaks2utr" ], [ "https://github.com/siheming/mspypeline" ], [ "https://github.com/ruixv/NLOS-OT" ], [ "https://github.com/baohongz/bioInfograph" ], [ "https://github.com/danis102/seqpac" ], [ "https://github.com/evolbioinf/fur" ], [ "https://github.com/maickrau/GraphAligner" ], [ "https://github.com/maickrau/GraphAligner" ], [ "https://github.com/maickrau/GraphAligner" ], [ "https://github.com/maickrau/GraphAligner" ], [ "https://github.com/labstructbioinf/pLM-BLAST" ], [ "https://github.com/czc/nb_distribution" ], [ "https://github.com/davidebolo1993/VISOR" ], [ "https://github.com/stianlagstad/chimeraviz" ], [ "https://github.com/pelinakan/UBD" ], [ "https://github.com/yywan0913/SVhawkeye" ], [ "https://github.com/buckleylab/HTSSIP" ], [ "https://github.com/kkihnphd/VICR" ], [ "https://github.com/mgtools/myRT" ], [ "https://github.com/djwooten/synergy" ], [ "https://github.com/BorgwardtLab/simbsig" ], [ "https://github.com/mutalyzer/algebra" ], [ "https://github.com/YonghaoXu/CRGNet" ], [ "https://github.com/LAHCEN-EL-AMRI/Gamma-Spectra-Analysis" ], [ "https://github.com/signaturescience/skater" ], [ "https://github.com/egaffo/CirComPara2" ], [ "https://github.com/ViennaRNA/drforna" ], [ "https://github.com/TheMillerLab/genetex" ], [ "https://github.com/zliu3/SPMGBA" ], [ "https://github.com/YaCui/NG-Circos" ], [ "https://github.com/roblanf/minion_qc" ], [ "https://github.com/rdiaz02/EvAM-Tools" ], [ "https://github.com/sinc-lab/phdseeker" ], [ "https://github.com/SGDDNB/ShinyCell" ], [ "https://github.com/leklab/mito_visualize" ], [ "https://github.com/david-bouyssie/hdx-viewer" ], [ "https://github.com/kvnkuang/mavequest-front-end" ], [ "https://github.com/bioinfo-tsukuba/CCPLS_paper" ], [ "https://github.com/AIRI-Institute/SEMAi" ], [ "https://github.com/SchulzLab/RAPID" ], [ "https://github.com/ferlicjl/diffpop" ], [ "https://github.com/pepascuzzi/CellMinerCompanion" ], [ "https://github.com/katlabs/genegraphics" ], [ "https://github.com/BiologicalRecordsCentre/Odonata_traits" ], [ "https://github.com/MDhewei/GuidePro" ], [ "https://github.com/GeomScale/dingo" ], [ "https://github.com/menicgiulia/CPIExtract" ], [ "https://github.com/emilyjanedennis/PRA" ], [ "https://github.com/zhangxaochen/CuFusion" ], [ "https://github.com/stjude/proteinpaint" ], [ "https://github.com/aranzana-lab/PERSEUS" ], [ "https://github.com/MarekSlenker/MorphoTools2" ], [ "https://github.com/niu-lab/DIVIS" ], [ "https://github.com/dphansti/Sushi" ], [ "https://github.com/andersst91/UAStools" ], [ "https://github.com/BrendelGroup/AEGeAn" ], [ "https://github.com/kszkop/flexiMAP" ], [ "https://github.com/VCCRI/dv-trio" ], [ "https://github.com/ruanjue/wtdbg2" ], [ "https://github.com/zorkzou/UniMoVib" ], [ "https://github.com/MetaSys-LISBP/IsoCor" ], [ "https://github.com/mohamedlahdour/NTP-ERSN" ], [ "https://github.com/compomics/compomics-utilities" ], [ "https://github.com/kyzhu/assembltrie" ], [ "https://github.com/cortex-lab/Rigbox" ], [ "https://github.com/Voineagulab/TDAview" ], [ "https://github.com/laczkol/QVG" ], [ "https://github.com/jedick/chem16S" ], [ "https://github.com/maplesond/SPECTRE" ], [ "https://github.com/svalkiers/clusTCR" ], [ "https://github.com/yangence/MTM" ], [ "https://github.com/LieberInstitute/dRFEtools" ], [ "https://github.com/KennthShang/PhaBOX" ], [ "https://github.com/wmalab/scHiCDiff" ], [ "https://github.com/JFFleming/RCFV_Reader" ], [ "https://github.com/yaober/trichomecounter" ], [ "https://github.com/kamimrcht/ELECTOR" ], [ "https://github.com/linhuawang/SEAGAL" ], [ "https://github.com/linhuawang/SEAGAL" ], [ "https://github.com/linhuawang/SEAGAL" ], [ "https://github.com/linhuawang/SEAGAL" ], [ "https://github.com/minmarg/comer" ], [ "https://github.com/bioasp/merrin" ], [ "https://github.com/Voineagulab/NeuroCirc" ], [ "https://github.com/UCSB-VRL/ReebGraph" ], [ "https://github.com/kr-colab/disperseNN2" ], [ "https://github.com/kr-colab/disperseNN2" ], [ "https://github.com/kr-colab/disperseNN2" ], [ "https://github.com/kr-colab/disperseNN2" ], [ "https://github.com/2003100127/deeptminter" ], [ "https://github.com/meglecz/mkCOInr" ], [ "https://github.com/drou0302/CapiPy" ], [ "https://github.com/samtools/htscodecs" ], [ "https://github.com/OpenWaterAnalytics/epanet-dev" ], [ "https://github.com/Fraunhofer-ITMP/mpox-kg" ], [ "https://github.com/digitalmethodsinitiative/dmi-tcat" ], [ "https://github.com/amkozlov/raxml-ng" ], [ "https://github.com/amkozlov/raxml-ng" ], [ "https://github.com/amkozlov/raxml-ng" ], [ "https://github.com/amkozlov/raxml-ng" ], [ "https://github.com/LiangYu-Xidian/EPSOL" ], [ "https://github.com/biothings/biothings_explorer" ], [ "https://github.com/biothings/biothings_explorer" ], [ "https://github.com/biothings/biothings_explorer" ], [ "https://github.com/biothings/biothings_explorer" ], [ "https://github.com/Rbbt-Workflows/combination_index" ], [ "https://github.com/Luckysoutheast/STMHCPan" ], [ "https://github.com/Joindbre/TextRelevancy" ], [ "https://github.com/mlocardpaulet/VisioProt-MS" ], [ "https://github.com/czlwang/PopulationTransformer" ], [ "https://github.com/sib-swiss/Knoto-ID" ], [ "https://github.com/jwen307/mri_cnf" ], [ "https://github.com/omorante/shinyepico" ], [ "https://github.com/broadinstitute/oncotator" ], [ "https://github.com/HIT-ICES/TNNLS-MTGN" ], [ "https://github.com/chenbong/PSS-Net" ], [ "https://github.com/rwk-unil/parallel_pbwt" ], [ "https://github.com/huiwenke/MineProt" ], [ "https://github.com/sybila/biodivine-aeon-py" ], [ "https://github.com/Poisson-EM/Entropy-weighted-NMF" ], [ "https://github.com/dilincv/TAGNet" ], [ "https://github.com/oddt/oddt" ], [ "https://github.com/oddt/oddt" ], [ "https://github.com/oddt/oddt" ], [ "https://github.com/oddt/oddt" ], [ "https://github.com/Genentech/GameRank" ], [ "https://github.com/HajkD/myTAI" ], [ "https://github.com/lh3/bedtk" ], [ "https://github.com/XLuyu/PDR" ], [ "https://github.com/CellDynamics/QuimP" ], [ "https://github.com/pchlenski/misdeed" ], [ "https://github.com/HuangLab-Fudan/ASJA" ], [ "https://github.com/thh32/Lipase_reclassification" ], [ "https://github.com/philipmorrisintl/GladiaTOX" ], [ "https://github.com/pmelsted/bifrost" ], [ "https://github.com/KirillKryukov/naf" ], [ "https://github.com/bioinfomaticsCSU/MEC" ], [ "https://github.com/luoyan407/congruency" ], [ "https://github.com/shamsaraj/ezqsar" ], [ "https://github.com/phnmnl/wft4galaxy" ], [ "https://github.com/markhilt/ARBitR" ], [ "https://github.com/NCBI-Hackathons/rnaseqview" ], [ "https://github.com/szpiech/selscan" ], [ "https://github.com/iossifovlab/gpf" ], [ "https://github.com/celery-kotone/GEMBASSY" ], [ "https://github.com/lh3/ropebwt2" ], [ "https://github.com/Bobay-Ochman/ConSpeciFix" ], [ "https://github.com/jensengroup/fragbuilder" ], [ "https://github.com/labsquare/cutevariant" ], [ "https://github.com/zengwang430521/TCFormer" ], [ "https://github.com/hoelzer/pocp" ], [ "https://github.com/jglamine/phage" ], [ "https://github.com/spatialsimulator/XitoSBML" ], [ "https://github.com/statisticalbiotechnology/NonlinearGradientsUI" ], [ "https://github.com/hklarner/PyBoolNet" ], [ "https://github.com/lidq92/mpeg-pcc-tmc13" ], [ "https://github.com/inria-thoth/EDAA" ], [ "https://github.com/lanl/DEPDOSE" ], [ "https://github.com/zhanglijun95/TreeMTL" ], [ "https://github.com/AronLin/IDNet" ], [ "https://github.com/LarryUESTC/GRLC" ], [ "https://github.com/dimitrismallis/KeypointsToLandmarks" ], [ "https://github.com/bitvis2021/HiTailor" ], [ "https://github.com/dvlab-research/Parametric-Contrastive-Learning" ], [ "https://github.com/zhexu1997/HiSA" ], [ "https://github.com/qizhangli/ila-plus-plus-lr" ], [ "https://github.com/THUYimingLi/backdoor-learning-resources" ], [ "https://github.com/reussite-cv/Decode-MOT" ], [ "https://github.com/LanceZPF/NNED_MMGraph" ], [ "https://github.com/TianXieUSC/L-BGNN" ], [ "https://github.com/KvanNoord/3D-CNN-EEG-Emotion-Classification" ], [ "https://github.com/JLSteenwyk/ggpubfigs" ], [ "https://github.com/LongJin-lab/Activated-Gradients-for-Deep-Neural-Networks" ], [ "https://github.com/pyratlib/pyrat" ], [ "https://github.com/Spritea/BoxMOTS" ], [ "https://github.com/gregorpatof/nrgten_package" ], [ "https://github.com/lmbxmu/FilterSketch" ], [ "https://github.com/xvjiarui/GCNet" ], [ "https://github.com/Panchenko-Lab/Human-histone-interactome" ], [ "https://github.com/tomastokar/gsoap" ], [ "https://github.com/whitead/molbloom" ], [ "https://github.com/Shen-Lab/SS-GCNs" ], [ "https://github.com/Gabaldonlab/EvolClust" ], [ "https://github.com/ccrainic/upstrap" ], [ "https://github.com/zhaoxiaofei/BinDash" ], [ "https://github.com/soedinglab/prosstt" ], [ "https://github.com/RobersonLab/motif_scraper" ], [ "https://github.com/YingZhou001/POPdemog" ], [ "https://github.com/gabaldonlab/haplotypo" ], [ "https://github.com/ding-lab/MIRMMR" ], [ "https://github.com/YAMACS-SML/YAMACS" ], [ "https://github.com/tianhe2/gromacs-mic" ], [ "https://github.com/Martinsos/edlib" ], [ "https://github.com/sbg/VBT-TrioAnalysis" ], [ "https://github.com/cmontemuino/msparsm" ], [ "https://github.com/evoldoers/historian" ], [ "https://github.com/LyonsLab/coge" ], [ "https://github.com/LyonsLab/coge" ], [ "https://github.com/LyonsLab/coge" ], [ "https://github.com/LyonsLab/coge" ], [ "https://github.com/itsmeludo/Phyloligo" ], [ "https://github.com/zlzenglu/FN" ], [ "https://github.com/ShenXuelin-CityU/PWJNDInfer" ], [ "https://github.com/tangchuan2000/AGLSR" ], [ "https://github.com/caizhuojiang/VE-KWS" ], [ "https://github.com/vsbuffalo/scidataflow" ], [ "https://github.com/leolyj/DHFR-SOD" ], [ "https://github.com/FastMLC/fMLC" ], [ "https://github.com/GalGilad/TAU" ], [ "https://github.com/jhu99/scbean" ], [ "https://github.com/jhu99/scbean" ], [ "https://github.com/jhu99/scbean" ], [ "https://github.com/jhu99/scbean" ], [ "https://github.com/MingyeXu/cp3" ], [ "https://github.com/delehef/fusta" ], [ "https://github.com/anwarmaxsum/FLOWER" ], [ "https://github.com/indralab/gilda" ], [ "https://github.com/PlanktonQAQ/SCTNet" ], [ "https://github.com/aijag/drugGraphNet" ], [ "https://github.com/Tan-H-C/DR-GAN-Distribution-Regularization-for-Text-to-Image-Generation" ], [ "https://github.com/dota-109/WRSD" ], [ "https://github.com/saeed-anwar/R2Net" ], [ "https://github.com/visiontao/ncd" ], [ "https://github.com/bcgsc/btllib" ], [ "https://github.com/bcgsc/btllib" ], [ "https://github.com/bcgsc/btllib" ], [ "https://github.com/bcgsc/btllib" ], [ "https://github.com/Alina-1997/visual-distortion-in-attack" ], [ "https://github.com/syxiaa/RSDS" ], [ "https://github.com/krishnanlab/PecanPy" ], [ "https://github.com/rickardbrannvall/HEIDA" ], [ "https://github.com/WormBase/genomic-info-from-papers" ], [ "https://github.com/tgrimes/SeqNet" ], [ "https://github.com/pdddinakar/SemanticChangepointDetection" ], [ "https://github.com/mkpython3/Mutation-Simulator" ], [ "https://github.com/Yingjun-Du/VID" ], [ "https://github.com/Linfeng-Tang/DRLIE" ], [ "https://github.com/bdslab/aspralign" ], [ "https://github.com/pertzlab/shiny-timecourse-inspector" ], [ "https://github.com/dmnfarrell/epitopepredict" ], [ "https://github.com/Nextomics/NextPolish" ], [ "https://github.com/emdadi/HMMPE" ], [ "https://github.com/ggonnella/gfaviz" ], [ "https://github.com/sysbio-curie/PhysiBoSS" ], [ "https://github.com/genotoul-bioinfo/dgenies" ], [ "https://github.com/brgenzim/tmcrys" ], [ "https://github.com/openvax/mhcflurry" ], [ "https://github.com/wcmc-research-informatics/redcap-ddp" ], [ "https://github.com/susbo/concur" ], [ "https://github.com/sebwouters/qc-dmet" ], [ "https://github.com/sysbiolux/DCcov" ], [ "https://github.com/cchauve/HyAsP" ], [ "https://github.com/sucv/SIR" ], [ "https://github.com/marseille-proteomique/DIAgui" ], [ "https://github.com/HannesStark/dirichlet-flow-matching" ], [ "https://github.com/omerwe/LEAP" ], [ "https://github.com/lqzhao/StructLane" ], [ "https://github.com/SLDGroup/survey-zero-shot-nas" ], [ "https://github.com/GenomicParisCentre/aozan" ], [ "https://github.com/jiminsong/Spectacle" ], [ "https://github.com/HarryPotterXTX/HOPE" ], [ "https://github.com/pfizer-opensource/bigwig-loader" ], [ "https://github.com/nitzanlab/biolord" ], [ "https://github.com/candsj/intCC" ], [ "https://github.com/ericolo/codingDiv" ], [ "https://github.com/bvieth/powsimR" ], [ "https://github.com/wdzhao123/SAT" ], [ "https://github.com/jasonsahl/wgfast" ], [ "https://github.com/bearprin/Neural-IMLS" ], [ "https://github.com/fangj3/cellular-protein-thermostability-dataset" ], [ "https://github.com/wangyxxjtu/ReGO-Pytorch" ], [ "https://github.com/tuyunbin/VARD" ], [ "https://github.com/unknownue/puflow" ], [ "https://github.com/zju-vipa/spot-adaptive-pytorch" ], [ "https://github.com/LongJin-lab/the-supplementary-file-for-CYB-E-2021-04-0944" ], [ "https://github.com/moleculardistancemaps/MoDMaps3D" ], [ "https://github.com/Evotec-Bioinformatics/ml-from-omics" ], [ "https://github.com/fnzhan/Illumination-Estimation" ], [ "https://github.com/songjiechong/DPC-DUN" ], [ "https://github.com/AutoHDR/HD-Net" ], [ "https://github.com/raroes/one-sense-per-citation-network" ], [ "https://github.com/puzzlepaint/surfelmeshing" ], [ "https://github.com/Jstacs/DepLogo" ], [ "https://github.com/DuannYu/BalancedSemi-TNNLS" ], [ "https://github.com/yjx1217/simuG" ], [ "https://github.com/lh3/dna-nn" ], [ "https://github.com/rega-cev/virulign" ], [ "https://github.com/VIB-PSB/ksrates" ], [ "https://github.com/appliedbioinformatics/runBNG" ], [ "https://github.com/zji90/Smmit" ], [ "https://github.com/olarerin/metaPlotR" ], [ "https://github.com/BGSU-RNA/ConformationalChange" ], [ "https://github.com/accsc/GAsol" ], [ "https://github.com/marianattestad/assemblytics" ], [ "https://github.com/lh3/bgt" ], [ "https://github.com/cmmt/chromatra" ], [ "https://github.com/ganmodokix/concvae" ], [ "https://github.com/agapiospanos/TableOne" ], [ "https://github.com/FePhyFoFum/phyx" ], [ "https://github.com/ICB-DCM/PESTO" ], [ "https://github.com/ICB-DCM/PESTO" ], [ "https://github.com/ICB-DCM/PESTO" ], [ "https://github.com/ICB-DCM/PESTO" ], [ "https://github.com/SpatialTranscriptomicsResearch/st_viewer" ], [ "https://github.com/NCBI-Hackathons/Network_SNPs" ], [ "https://github.com/benkeser/slapnap" ], [ "https://github.com/ec363/parsleyapp" ], [ "https://github.com/charliebudd/torch-content-area" ], [ "https://github.com/CarragherLab/phenonaut" ], [ "https://github.com/JEFworks-Lab/SEraster" ], [ "https://github.com/iTaxoTools/Hapsolutely" ], [ "https://github.com/mutalyzer/mutalyzer" ], [ "https://github.com/snizam001/greenPipes" ], [ "https://github.com/grimmlab/easyPheno" ], [ "https://github.com/Biocomputing-Research-Group/CloudProteoAnalyzer" ], [ "https://github.com/lmdu/pyfastx" ], [ "https://github.com/CZHQuality/AAA-Pix2pix" ], [ "https://github.com/TimBlokker/PhyCovA" ], [ "https://github.com/TRON-Bioinformatics/easyquant" ], [ "https://github.com/TRON-Bioinformatics/splice2neo" ], [ "https://github.com/mms-fcul/pKPDB" ], [ "https://github.com/uclahs-cds/package-PipeVal" ], [ "https://github.com/josecamachop/MEDA-Toolbox" ], [ "https://github.com/transbioZI/dsMTLBase" ], [ "https://github.com/transbioZI/dsMTLClient" ], [ "https://github.com/bengeof/Compound2DeNovoDrugPropMax" ], [ "https://github.com/bengeof/QPoweredCompound2DeNovoDrugPropMax" ], [ "https://github.com/bionetslab/robust" ], [ "https://github.com/baumbachlab/epigen" ], [ "https://github.com/josecamachop/VASCA" ], [ "https://github.com/PGP-UK/GenomeChronicler" ], [ "https://github.com/ChiungTingWu/CAM3" ], [ "https://github.com/Bioconductor/Contributions" ], [ "https://github.com/rayoub/rupee" ], [ "https://github.com/zxy951005/KB-CR" ], [ "https://github.com/keita-iida/ASURATBI" ], [ "https://github.com/DataIntellSystLab/OCTOPUS" ], [ "https://github.com/Ruiz-HCI-Lab/OctopusMobile" ], [ "https://github.com/WT215/nnRNA" ], [ "https://github.com/WT215/Julia_ABC" ], [ "https://github.com/ComplexOrganizationOfLivingMatter/Epigraph" ], [ "https://github.com/prhbrt/synthetic-yeast-cells" ], [ "https://github.com/LauraPS1/TFEA" ], [ "https://github.com/nifm-gin/MP3" ], [ "https://github.com/b2slab/retroData" ], [ "https://github.com/bionetslab/robust-eval" ], [ "https://github.com/thecodingdoc/neep" ], [ "https://github.com/scwest/SINBAD" ], [ "https://github.com/xwBio/RRBSsim" ], [ "https://github.com/xwBio/Docker-RRBSsim" ], [ "https://github.com/ymzayek/yeastcells-detection-maskrcnn" ], [ "https://github.com/hsokolowski/iTree" ], [ "https://github.com/b2slab/diffuBench" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/soumelis-lab/ICELLNET" ], [ "https://github.com/thdiakon/ccaR" ], [ "https://github.com/MoreiraLAB/DrugTax" ], [ "https://github.com/zuoquanchen/NanoCross" ], [ "https://github.com/CostaLab/MOJITOO" ], [ "https://github.com/cclaiyc/TIdentify" ], [ "https://github.com/Ravel-Laboratory/speciateIT" ], [ "https://github.com/Allerseelen/Tessa" ], [ "https://github.com/essex-lab/grand" ], [ "https://github.com/ZooPhy/geoboost2" ], [ "https://github.com/lucidif/HiCeekR" ], [ "https://github.com/chenyian-nibio/targetmine-gradle" ], [ "http://github.com/arnavm/eg-react" ], [ "https://github.com/LupienLabOrganization/C3D" ], [ "https://github.com/BZdrazil/Moving_Targets" ], [ "https://github.com/CasedUgr/KnowSeq" ], [ "https://github.com/jun-inoue/phyloBARCODER" ], [ "https://github.com/mmahsa/CaSiAn" ], [ "https://github.com/CreativeCodingLab/PathwayMatrix" ], [ "https://github.com/mjskay/ggdist-paper" ], [ "https://github.com/sreejatadutta/PerSEveML" ], [ "https://github.com/sreejatadutta/PerSEveML" ], [ "https://github.com/sreejatadutta/PerSEveML" ], [ "https://github.com/sreejatadutta/PerSEveML" ], [ "https://github.com/AnantharamanLab/ViWrap" ], [ "https://github.com/AnantharamanLab/ViWrap" ], [ "https://github.com/AnantharamanLab/ViWrap" ], [ "https://github.com/AnantharamanLab/ViWrap" ], [ "https://github.com/liu-h-y/5hmC_model" ], [ "https://github.com/stanikae/jekesa" ], [ "https://github.com/stuckinaboot/iGenomics" ], [ "https://github.com/AnantharamanLab/ViWrap" ], [ "https://github.com/AnantharamanLab/ViWrap" ], [ "https://github.com/AnantharamanLab/ViWrap" ], [ "https://github.com/AnantharamanLab/ViWrap" ], [ "http://github.com/lidaof/eg-react" ], [ "https://github.com/UCDenver-ccp/CRAFT" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/HelikarLab/COMO" ], [ "https://github.com/cns-iu/hra-organ-gallery-in-vr" ], [ "https://github.com/Vaa3D/vaa3d_tools" ], [ "https://github.com/pybel/bel2abm" ], [ "https://github.com/alaybaa/ArabicArticlesDataset" ], [ "https://github.com/SugarPy/SugarPy" ], [ "https://github.com/MSDLLCpapers/TraceTrack" ], [ "https://github.com/slh0302/SNAP" ], [ "https://github.com/cellsmb/em-stellar" ], [ "https://github.com/elolaine/HOPMA" ], [ "https://github.com/smartprobe/SKCD" ], [ "https://github.com/ziyili20/TOAST" ], [ "https://github.com/JKlesmith/PACT" ], [ "https://github.com/chaoning/GMA" ], [ "https://github.com/AG-Roemer/GUV-AP" ], [ "https://github.com/abdullah009/kcmbt_mt" ], [ "https://github.com/bioinfo-ut/GenomeTester4" ], [ "https://github.com/Pranavkhade/PACKMAN" ], [ "https://github.com/Pranavkhade/PACKMAN" ], [ "https://github.com/Pranavkhade/PACKMAN" ], [ "https://github.com/Pranavkhade/PACKMAN" ], [ "https://github.com/AI4Green/solvent_flashcards" ], [ "https://github.com/AmiryousefiLab/IRplus" ], [ "https://github.com/statsleelab/kompute" ], [ "https://github.com/RobotvisionLab/COVID-19-severity-grading" ], [ "https://github.com/Cwuwhu/FCD-GAN-pytorch" ], [ "https://github.com/MathBioCU/WENDy" ], [ "https://github.com/Edinburgh-Genome-Foundry/DnaFeaturesViewer" ], [ "https://github.com/matteo14c/CorGAT" ], [ "https://github.com/TUS-Satolab/PROP" ], [ "https://github.com/lab319/gwas_filter" ], [ "https://github.com/krishnanlab/PyGenePlexus" ], [ "https://github.com/fumiomatsuda/mfapy" ], [ "https://github.com/BioComputingUP/mocafe" ], [ "https://github.com/PeptoneLtd/ADOPT" ], [ "https://github.com/marbl/binnacle" ], [ "https://github.com/HannesStark/protein-localization" ], [ "https://github.com/debbydanwang/IFPscore" ], [ "https://github.com/soedinglab/bipartite_motif_finder" ], [ "https://github.com/paulfogel/A2SIGN" ], [ "https://github.com/hasibzunair/synthetic-covid-cxr-dataset" ], [ "https://github.com/prmunday/Immunolyser" ], [ "https://github.com/ekmolloy/fastmulrfs" ], [ "https://github.com/michorlab/estipop" ], [ "https://github.com/oddt/oddt" ], [ "https://github.com/oddt/oddt" ], [ "https://github.com/oddt/oddt" ], [ "https://github.com/oddt/oddt" ], [ "https://github.com/liusen1006/MLCS" ], [ "https://github.com/dcouvin/SpolLineages" ], [ "https://github.com/AlgoLab/celluloid" ], [ "https://github.com/EMBL-Hentze-group/htseq-clip" ], [ "https://github.com/tabdelaal/CyTOFmerge" ], [ "https://github.com/arttumiettinen/pi2" ], [ "https://github.com/LuigiAugugliaro/cglasso" ], [ "https://github.com/biosinodx/SCcaller" ], [ "https://github.com/bioinformatist/CrossICC" ], [ "https://github.com/sebastiandaberdaku/AntibodyInterfacePrediction" ], [ "https://github.com/BimberLab/DISCVRSeq" ], [ "https://github.com/genouest/biomaj2galaxy" ], [ "https://github.com/RoniGurvich/Peptriever" ], [ "https://github.com/tgvaughan/remaster" ], [ "https://github.com/niaid/Nephele" ], [ "https://github.com/alex-bio/UniProtExtractR" ], [ "https://github.com/ckyriazis/simulations_review" ], [ "https://github.com/JLSteenwyk/PhyKIT" ], [ "https://github.com/YonghaoXu/Txt2Img-MHN" ], [ "https://github.com/orsburn/SCPViz" ], [ "https://github.com/bucky527/scME" ], [ "https://github.com/bioinfocz/scdrake" ], [ "https://github.com/cevo-public/cov-spectrum-website" ], [ "https://github.com/arnauldserge1/MTT2col" ], [ "https://github.com/ytabatabaee/Quintet-Rooting" ], [ "https://github.com/labstructbioinf/localpdb" ], [ "https://github.com/Forest-art/LSV-LP" ], [ "https://github.com/ancorasir/flange_handeye_calibration" ], [ "https://github.com/ErasmusMC-CCBC/ProteoDisco" ], [ "https://github.com/saeyslab/nichenetr" ], [ "https://github.com/gymreklab/TRTools" ], [ "https://github.com/duartegroup/autodE" ], [ "https://github.com/vipinmenon1989/CGD" ], [ "https://github.com/Millchmaedchen/Eatomics" ], [ "https://github.com/jsigao/prioritree" ], [ "https://github.com/vetscience/Assemblosis" ], [ "https://github.com/lauzingaretti/LinkHD" ], [ "https://github.com/florisvb/PyNumDiff" ], [ "https://github.com/labstructbioinf/DeepCoil" ], [ "https://github.com/frankkramer-lab/ndexr" ], [ "https://github.com/eblancoga/spikChIP" ], [ "https://github.com/tskit-dev/tstrait" ], [ "https://github.com/tskit-dev/tstrait" ], [ "https://github.com/tskit-dev/tstrait" ], [ "https://github.com/tskit-dev/tstrait" ], [ "https://github.com/TheAngryFox/ModelExplorer" ], [ "https://github.com/jlduan/fba" ], [ "https://github.com/MullinsLab/ISDB" ], [ "https://github.com/wangchao-malab/DeepAc4C" ], [ "https://github.com/wells-wood-research/balas" ], [ "https://github.com/MaayanLab/EnrichrBot" ], [ "https://github.com/saezlab/ShinyFUNKI" ], [ "https://github.com/nauenlab/TraC" ], [ "https://github.com/kosticlab/aether" ], [ "https://github.com/routhlab/ViReMaShiny" ], [ "https://github.com/rsinghlab/pyaging" ], [ "https://github.com/zqfang/GSEApy" ], [ "https://github.com/TheJacksonLaboratory/CloudNeo" ], [ "https://github.com/genemine/IsoCell" ], [ "https://github.com/qiime2/q2-longitudinal" ], [ "https://github.com/JingwenWen99/Vislocas" ], [ "https://github.com/kbiharie/TACTiCS" ], [ "https://github.com/almeidasilvaf/HybridExpress" ], [ "https://github.com/songlab-cal/gpn" ], [ "https://github.com/sschrod/BITES" ], [ "https://github.com/FOIL-NU/RainbowSTORM" ], [ "https://github.com/JonZwe/FindPFAS" ], [ "https://github.com/jvhoutte/equisim" ], [ "https://github.com/tskit-dev/tstrait" ], [ "https://github.com/tskit-dev/tstrait" ], [ "https://github.com/tskit-dev/tstrait" ], [ "https://github.com/tskit-dev/tstrait" ], [ "https://github.com/GreiffLab/immuneSIM" ], [ "https://github.com/ge11232002/CNEr" ], [ "https://github.com/thelexiconlab/forager" ], [ "https://github.com/jditz/comics" ], [ "https://github.com/Cowanlab/airrship" ], [ "https://github.com/campanam/RatesTools" ], [ "https://github.com/SydneyBioX/MoleculeExperiment" ], [ "https://github.com/almeidasilvaf/syntenet" ], [ "https://github.com/oxpig/PLAbDab" ], [ "https://github.com/epigenelabs/inmoose" ], [ "https://github.com/biocommons/hgvs" ], [ "https://github.com/WaqarHusain/OriDeep" ], [ "https://github.com/XZN1233/paper" ], [ "https://github.com/huoyuying/SpaDAC" ], [ "https://github.com/bdpiccolo/ACNC-DAME" ], [ "https://github.com/ElenaRojano/DomFun" ], [ "https://github.com/ElenaRojano/DomFun_project" ], [ "https://github.com/cbib/DIMet" ], [ "https://github.com/akcorut/kGWASflow" ], [ "https://github.com/georgeg0/PheGWAS" ], [ "https://github.com/pcastellanoescuder/FoodBiomarkerOntology" ], [ "https://github.com/variani/pulmon" ], [ "https://github.com/fansalon/TEspeX" ], [ "https://github.com/CellProfiler/CellProfiler-Analyst" ], [ "https://github.com/CellProfiler/CellProfiler-Analyst" ], [ "https://github.com/CellProfiler/CellProfiler-Analyst" ], [ "https://github.com/CellProfiler/CellProfiler-Analyst" ], [ "https://github.com/CalvinTChi/hierBipartite" ], [ "https://github.com/guanleics/XGrad" ], [ "https://github.com/CUHKSZ-NING/FEHCClassifier" ], [ "https://github.com/DSIMB/medusa" ], [ "https://github.com/tjsego/simservice" ], [ "https://github.com/arosenfeld/immunedb" ], [ "https://github.com/frankkramer-lab/FHIR-QR-Explorer" ], [ "https://github.com/liuyi1989/ResCaps" ], [ "https://github.com/haha-lisa/Diffstyler" ], [ "https://github.com/bjing2016/scalar-fields" ], [ "https://github.com/tibbdc/ECMpy" ], [ "https://github.com/jeffersonfparil/compare_genomes" ], [ "https://github.com/alshai/rowbowt" ], [ "https://github.com/EBIvariation/CMAT" ], [ "https://github.com/eleGAN23/HyperNets" ], [ "https://github.com/microsoft/genomicsnotebook" ], [ "https://github.com/PGB-LIV/VAPPER" ], [ "https://github.com/JunjieWang95/dmve" ], [ "https://github.com/lmbxmu/SiMaN" ], [ "https://github.com/jacobimarsh/crosshap" ], [ "https://github.com/sys-bio/antimony" ], [ "https://github.com/tfzhou/VS-Survey" ], [ "https://github.com/mlpen/mra-attention" ], [ "https://github.com/zju3dv/CoLi-BA" ], [ "https://github.com/wangsiwei2010/PSIMVC-PG" ], [ "https://github.com/Baoliang93/FPR" ], [ "https://github.com/FactoDeepLearning/VerticalAttentionOCR" ], [ "https://github.com/LIT-CCM-lab/ATOLL" ], [ "https://github.com/cxinsys/lpf" ], [ "https://github.com/anymyb/MFDIN" ], [ "https://github.com/kirstvh/BioCCP" ], [ "https://github.com/biodlab/RODAN" ], [ "https://github.com/DirtyHarryLYL/SymNet" ], [ "https://github.com/pmharrison/flps2" ], [ "https://github.com/lxtGH/SFSegNets" ], [ "https://github.com/PoonLab/covizu" ], [ "https://github.com/statgen/savvy" ], [ "https://github.com/janscience/adaptationprimer" ], [ "https://github.com/NVIDIA/UnsupervisedLandmarkLearning" ], [ "https://github.com/qdu1995/DQSD" ], [ "https://github.com/XuefengBUPT/TOD_OMR" ], [ "https://github.com/microsoft/RespireNet" ], [ "https://github.com/jiupinjia/SkyAR" ], [ "https://github.com/EleutherAI/mp_nerf" ], [ "https://github.com/hellosunking/Msuite" ], [ "https://github.com/hellosunking/Msuite" ], [ "https://github.com/hellosunking/Msuite" ], [ "https://github.com/hellosunking/Msuite" ], [ "https://github.com/tyiannak/pyAudioAnalysis" ], [ "https://github.com/hlei-ziyan/SPH3D-GCN" ], [ "https://github.com/csjunxu/SSRSC" ], [ "https://github.com/BioJulia/BioStructures" ], [ "https://github.com/KIT-MBS/distruct" ], [ "https://github.com/phylo42/PEWO" ], [ "https://github.com/kuhnerlab/CNValidator" ], [ "https://github.com/ddarriba/modeltest" ], [ "https://github.com/tallulandrews/M3Drop" ], [ "https://github.com/insilicomedicine/BiAAE" ], [ "https://github.com/MrAlexSee/sopang" ], [ "https://github.com/bircatmcri/MCIndoor20000" ], [ "https://github.com/kdmurray91/axe" ], [ "https://github.com/PlantDefenseMetabolism/MetCirc" ], [ "https://github.com/montilab/hypeR" ], [ "https://github.com/VeraPancaldiLab/tysserand" ], [ "https://github.com/agaye/proper_extension" ], [ "https://github.com/holtzy/GenMap-Comparator" ], [ "https://github.com/ChenyangLEI/deep-video-prior" ], [ "https://github.com/kypraios/epiABC" ], [ "https://github.com/Illumina/tHapMix" ], [ "https://github.com/alastair-droop/fqtools" ], [ "https://github.com/brentp/cyvcf2" ], [ "https://github.com/fabkury/hedicim" ], [ "https://github.com/illumina/marvin" ], [ "https://github.com/morrislab/phylowgs" ], [ "https://github.com/jfortin1/shinyMethyl" ], [ "https://github.com/dilanustek/ExonSuite" ], [ "https://github.com/optimusmoose/JAMSS" ], [ "https://github.com/tk2/RetroSeq" ], [ "https://github.com/computationalBiology/NPLB" ], [ "https://github.com/BBillot/EquiTrack" ], [ "https://github.com/Stephane-S/Simplot_PlusPlus" ], [ "https://github.com/nikolasthuesen/springers-hla-benchmark" ], [ "https://github.com/dstoeckel/causaltrail" ], [ "https://github.com/Bob-cheng/DepthModelHardening" ], [ "https://github.com/CDMBlab/FSCME" ], [ "https://github.com/masoud-monajati/MedVL_pretraining_pipeline" ], [ "https://github.com/jinnh/ReSSS-ConvSet" ], [ "https://github.com/Baoliang93/DFSS-IQA" ], [ "https://github.com/auniquesun/VSFormer" ], [ "https://github.com/yjybuaa/depthvos" ], [ "https://github.com/thuml/Transfer-Learning-Library" ], [ "https://github.com/jianzongwu/robust-ref-seg" ], [ "https://github.com/ritaranx/wander" ], [ "https://github.com/meglecz/mkLTG" ], [ "https://github.com/olga24912/SGTK" ], [ "https://github.com/mengyou2/PCVS" ], [ "https://github.com/zh460045050/dawsol" ], [ "https://github.com/zhaoyuzhi/HSGAN" ], [ "https://github.com/songweizhi/Binning_refiner" ], [ "https://github.com/limengyang1992/lpl" ], [ "https://github.com/luisdelaye/CurSa" ], [ "https://github.com/ainieli/PP-NAS" ], [ "https://github.com/maple-research-lab/caco" ], [ "https://github.com/cvg/pixel-perfect-sfm" ], [ "https://github.com/ZZY816/CoRP" ], [ "https://github.com/lijincm/CoCa" ], [ "https://github.com/nwpuzhengyan/SVvalidation" ], [ "https://github.com/deng-lab/viroprofiler" ], [ "https://github.com/Vision-Intelligence-and-Robots-Group/DCIL" ], [ "https://github.com/liliangnudt/LSWMKC" ], [ "https://github.com/yangyanli/DO-Conv" ], [ "https://github.com/blackrim/treePL" ], [ "https://github.com/Malga-Vision/VisionTool" ], [ "https://github.com/jkrapohl/SnakeWRAP" ], [ "https://github.com/visionjo/facerec-bias-bfw" ], [ "https://github.com/cparsania/FungiExpresZ" ], [ "https://github.com/PRIS-CV/PMG-V2" ], [ "https://github.com/JosephKJ/iOD" ], [ "https://github.com/bioinfolabmu/piRNN" ], [ "https://github.com/hjraad/FLT" ], [ "https://github.com/danini/graph-cut-ransac" ], [ "https://github.com/JiarunLiu/Co-Correcting" ], [ "https://github.com/drhodes-berry-college/BacterialUnknowsSimulation" ], [ "https://github.com/DanielPreciado-Marquez/MainzelHandler" ], [ "https://github.com/cnsb-boston/Omics_Notebook" ], [ "https://github.com/qunfengdong/AntibodyTest" ], [ "https://github.com/mochar/cell_variation" ], [ "https://github.com/M-3LAB/open-iad" ], [ "https://github.com/jvparidon/subs2vec" ], [ "https://github.com/RenYurui/Global-Flow-Local-Attention" ], [ "https://github.com/PeihaoChen/regnet" ], [ "https://github.com/dongliangchang/OSLNet" ], [ "https://github.com/dongbo-BUAA-VR/Pointfilter" ], [ "https://github.com/hguo/ftk" ], [ "https://github.com/bobeobibo/phigaro" ], [ "https://github.com/dewyman/TranscriptClean" ], [ "https://github.com/tianwangbuaa/RecapNet" ], [ "https://github.com/lichen-lab/powmic" ], [ "https://github.com/open-mmlab/mmediting" ], [ "https://github.com/open-mmlab/mmediting" ], [ "https://github.com/open-mmlab/mmediting" ], [ "https://github.com/open-mmlab/mmediting" ], [ "https://github.com/kowallus/PgRC" ], [ "https://github.com/CenterForStatistics-UGent/SPsimSeq" ], [ "https://github.com/crystalzina/NIOTenRPCA" ], [ "https://github.com/saketkc/pysradb" ], [ "https://github.com/SinOncology/BreakID" ], [ "https://github.com/jordisr/poreover" ], [ "https://github.com/hasaniqbal777/MetumpX-bin" ], [ "https://github.com/ElofssonLab/PconsC4" ], [ "https://github.com/KevinBretonnelCohen/NegationDistribution" ], [ "https://github.com/lockEF/MultiwayRegression" ], [ "https://github.com/jssong-lab/QTC" ], [ "https://github.com/Image-Py/imagepy" ], [ "https://github.com/infernet-h2020/DCAlign" ], [ "https://github.com/evoldoers/biomake" ], [ "https://github.com/vlollier/oligator" ], [ "https://github.com/a-hel/medcrawler" ], [ "https://github.com/AndersenLab/VCF-kit" ], [ "https://github.com/jameshadfield/phandango" ], [ "https://github.com/gobics/uproc" ], [ "https://github.com/scoutzxb/CscoreTool" ], [ "https://github.com/vsegurar/DeepMSPeptide" ], [ "https://github.com/stevenmsm/RL-ICU-DAQN" ], [ "https://github.com/hemo0826/DCDiff" ], [ "https://github.com/PBR/Marker2Sequence" ], [ "https://github.com/guijiejie/SSL" ], [ "https://github.com/kptx666/BCRN" ], [ "https://github.com/HVision-NKU/Conv2Former" ], [ "https://github.com/wangxuanx/TalkingStyle" ], [ "https://github.com/liushunyu/OPT" ], [ "https://github.com/ywwynm/SMR" ], [ "https://github.com/smahmoodghasemi/SMAGS" ], [ "https://github.com/shikiw/PointCAT" ], [ "https://github.com/xdxuyang/CR_Noisy_Labels" ], [ "https://github.com/ChyaZhang/DDConv-PSI" ], [ "https://github.com/NUST-Machine-Intelligence-Laboratory/HCPN" ], [ "https://github.com/weisscharlesj/BiopythonRamachandran" ], [ "https://github.com/GeometricBCI/Tensor-CSPNet-and-Graph-CSPNet" ], [ "https://github.com/mmic-lcl/Datasets-and-benchmark-code" ], [ "https://github.com/mmic-lcl/Datasets-and-benchmark-code" ], [ "https://github.com/mmic-lcl/Datasets-and-benchmark-code" ], [ "https://github.com/mmic-lcl/Datasets-and-benchmark-code" ], [ "https://github.com/HubYZ/LatentEnhancement" ], [ "https://github.com/kalkairis/BuildPhIPSeqLibrary" ], [ "https://github.com/abruckert/eye_tracking_filmmaking" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/aquaskyline/LRSIM" ], [ "https://github.com/kilicogluh/CONSORT-TM" ], [ "https://github.com/nnzhan/TraverseNet" ], [ "https://github.com/ZHgero/keyphrases_centrality" ], [ "https://github.com/antao97/SegGroup" ], [ "https://github.com/ssl-codelab/lorac" ], [ "https://github.com/gorkemalgan/MetaLabelNet" ], [ "https://github.com/tanjatang/CAN" ], [ "https://github.com/gburleigh/MatrixConverter" ], [ "https://github.com/joshr17/IFM" ], [ "https://github.com/reinator/splace" ], [ "https://github.com/lz118/Multi-interactive-Dual-decoder" ], [ "https://github.com/azankl/Ontoclick" ], [ "https://github.com/cengzeyuan/TNNLS-FFKSF" ], [ "https://github.com/hjdw2/Local-critic-training" ], [ "https://github.com/yuhuan-wu/RDPNet" ], [ "https://github.com/refresh-bio/vcfshark" ], [ "https://github.com/CompMeth/VSeq-Toolkit" ], [ "https://github.com/Bibikiller/HFA" ], [ "https://github.com/ezer/PAFway" ], [ "https://github.com/hoelzer/poseidon" ], [ "https://github.com/FenyoLab/transposcope" ], [ "https://github.com/zhenchengfang/PlasGUN" ], [ "https://github.com/vvvwo/II-resampling" ], [ "https://github.com/yajun-zhou/linguae-naturalis-principia-mathematica" ], [ "https://github.com/mchiapello/Ramf" ], [ "https://github.com/cpolano/phytoassembly" ], [ "https://github.com/cpolano/phytoassembly" ], [ "https://github.com/cpolano/phytoassembly" ], [ "https://github.com/cpolano/phytoassembly" ], [ "https://github.com/ucrbioinfo/PGV" ], [ "https://github.com/jianxigao/NuRsE" ], [ "https://github.com/Sun-Yanbo/FasParser" ], [ "https://github.com/Sun-Yanbo/FasParser" ], [ "https://github.com/Sun-Yanbo/FasParser" ], [ "https://github.com/Sun-Yanbo/FasParser" ], [ "https://github.com/DCGenomics/DangerTrack" ], [ "https://github.com/magicDGS/ReadTools" ], [ "https://github.com/rcanovas/libCSAM" ], [ "https://github.com/rcanovas/libCSAM" ], [ "https://github.com/rcanovas/libCSAM" ], [ "https://github.com/rcanovas/libCSAM" ], [ "https://github.com/husonlab/megan-ce" ], [ "https://github.com/bunop/isoSegmenter" ], [ "https://github.com/nedaz/cola" ], [ "https://github.com/PMBio/GNetLMM" ], [ "https://github.com/immcore/iS-CellR" ], [ "https://github.com/DecodeGenetics/NCOurd" ], [ "https://github.com/Mathelab/ALTRE" ], [ "https://github.com/atiselsts/spacescanner" ], [ "https://github.com/Duanlab123/CurvNLOS" ], [ "https://github.com/5k5000/DeepClosing" ], [ "https://github.com/Sixkplus/TapLab" ], [ "https://github.com/TVayne/GroupMorph" ], [ "https://github.com/illidanlab/inversion-influence-function" ], [ "https://github.com/woodyx218/opacus_global_clipping" ], [ "https://github.com/ShiQingHongYa/LabCR" ], [ "https://github.com/AusARG/pipesnake" ], [ "https://github.com/YaN9-Y/DUVD" ], [ "https://github.com/csguomy/MDKNet" ], [ "https://github.com/uhlerlab/InfoCORE" ], [ "https://github.com/sysuvis/NVB" ], [ "https://github.com/HuangZhiChao95/ATAS" ], [ "https://github.com/kostas1515/iif" ], [ "https://github.com/knmac/adaptive_spatiotemporal" ], [ "https://github.com/vandeppce/sphkpt" ], [ "https://github.com/parklab/bamsnap" ], [ "https://github.com/RealZihaoWang/GCLFeat" ], [ "https://github.com/mjnueda/lpda" ], [ "https://github.com/rajesh-lab/deep_permutation_invariant" ], [ "https://github.com/Dong-Huo/RGB-T-Glass-Segmentation" ], [ "https://github.com/frankkramer-lab/miseval" ], [ "https://github.com/andriash001/AutonomousDCN" ], [ "https://github.com/koeppl/phoni" ], [ "https://github.com/oncogenetics/LocusExplorer" ], [ "https://github.com/Jeff-Zilence/Explain_Metric_Learning" ], [ "https://github.com/pavancm/GREED" ], [ "https://github.com/YidFeng/Easy2Hard" ], [ "https://github.com/NiRuff/IntelliPy" ], [ "https://github.com/simonvh/fluff" ], [ "https://github.com/TuomoKalliokoski/HASTEN" ], [ "https://github.com/jyh-learning/LAM" ], [ "https://github.com/databio/IGD" ], [ "https://github.com/yongzhuang/DNMFilter_Indel" ], [ "https://github.com/bigwiv/BlastGraph" ], [ "https://github.com/loadder/MR-Net" ], [ "https://github.com/idealwei/ASANet" ], [ "https://github.com/sckangz/SelfsupervisedSC" ], [ "https://github.com/zju3dv/NIID-Net" ], [ "https://github.com/YingZhou001/IBDkin" ], [ "https://github.com/Shen-Lab/LOIS" ], [ "https://github.com/10XGenomics/scHLAcount" ], [ "https://github.com/vo-hong-thanh/rssalib" ], [ "https://github.com/uncbiag/registration" ], [ "https://github.com/uncbiag/registration" ], [ "https://github.com/uncbiag/registration" ], [ "https://github.com/uncbiag/registration" ], [ "https://github.com/compbio/CRISPRpic" ], [ "https://github.com/vahidr213/Underwater-Image-Restoration-And-Enhancement-Collection" ], [ "https://github.com/wdecoster/methplotlib" ], [ "https://github.com/kansil/SLPred" ], [ "https://github.com/saezlab/Omnipath_Cytoscape" ], [ "https://github.com/diazlab/ELSA" ], [ "http://github.com/dzarmola/knot_pull" ], [ "https://github.com/wzhy2000/Funmap2" ], [ "https://github.com/hitbc/rMETL" ], [ "https://github.com/paoloinglese/SPUTNIK" ], [ "https://github.com/facebookresearch/Detectron" ], [ "https://github.com/facebookresearch/Detectron" ], [ "https://github.com/facebookresearch/Detectron" ], [ "https://github.com/facebookresearch/Detectron" ], [ "https://github.com/byemaxx/BlastGUI" ], [ "https://github.com/spandanagella/verse" ], [ "https://github.com/ncbi-nlp/NegBio" ], [ "https://github.com/CrisesUrv/microaggregation-based_anonymization_tool" ], [ "https://github.com/inbo/data-publication" ], [ "https://github.com/SaskiaFreytag/schex" ], [ "https://github.com/4dn-dcic/tibanna" ], [ "https://github.com/UdeM-LBIT/OrthoPara-ConstraintChecker" ], [ "https://github.com/huiliucode/cafe_plugin" ], [ "https://github.com/metagenomics/MeCorS" ], [ "https://github.com/alastair-droop/qsubsec" ], [ "https://github.com/sysbiolux/FALCON" ], [ "https://github.com/bioinformatics-centre/bayesembler" ], [ "https://github.com/AitchisonLab/perox-per-cell" ], [ "https://github.com/AitchisonLab/perox-per-cell" ], [ "https://github.com/AitchisonLab/perox-per-cell" ], [ "https://github.com/AitchisonLab/perox-per-cell" ], [ "https://github.com/syxiaa/GBSVM" ], [ "https://github.com/TimE9527/stDGCC" ], [ "https://github.com/M3DV/RibSeg" ], [ "https://github.com/sanjaysinghrathi/DILI-Classifier" ], [ "https://github.com/lyuxianqiang/LFLL-DCU" ], [ "https://github.com/citiususc/pastaspark" ], [ "https://github.com/opencobra/Medusa" ], [ "https://github.com/kts-desilva/FlexStat" ], [ "https://github.com/m-crown/OMEinfo" ], [ "https://github.com/oxpig/SPACE2" ], [ "https://github.com/barahona-research-group/RamanSPy" ], [ "https://github.com/eugeniomazzone/CPI-NXTFusion" ], [ "https://github.com/JMLab-tifrh/ecoli_finer" ], [ "https://github.com/bmuchmore/CymeR" ], [ "https://github.com/AnneHartebrodt/fc-federated-pca" ], [ "https://github.com/WMBEdmands/compMS2Miner" ], [ "https://github.com/biointec/jesse" ], [ "https://github.com/zhzhd82/CeCaFLUX" ], [ "https://github.com/akiomiyao/tif" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/toshi-kishikawa/OMARU" ], [ "https://github.com/SIGNORcysAPP/signor-app" ], [ "https://github.com/BojarLab/glycowork" ], [ "https://github.com/BojarLab/glycowork" ], [ "https://github.com/BojarLab/glycowork" ], [ "https://github.com/BojarLab/glycowork" ], [ "https://github.com/datapplab/SBGNview" ], [ "https://github.com/AlexandrovLab/SigProfilerAssignment" ], [ "https://github.com/AlexandrovLab/SigProfilerAssignment" ], [ "https://github.com/AlexandrovLab/SigProfilerAssignment" ], [ "https://github.com/AlexandrovLab/SigProfilerAssignment" ], [ "https://github.com/AldisiRana/GenRisk" ], [ "https://github.com/mqzhanglab/wHC" ], [ "https://github.com/gymrek-lab/trtools" ], [ "https://github.com/modsim/CADET-Match" ], [ "https://github.com/modsim/CADET-Match" ], [ "https://github.com/modsim/CADET-Match" ], [ "https://github.com/modsim/CADET-Match" ], [ "https://github.com/JEFworks-Lab/veloviz" ], [ "https://github.com/zechnerlab/Compartor" ], [ "https://github.com/lafontaine-uchc/dynalogo" ], [ "https://github.com/saowwapark/inCNV" ], [ "https://github.com/theislab/AutoGeneS" ], [ "https://github.com/ucsd-ccbb/visJS2jupyter" ], [ "https://github.com/polwork/U-2Pnet" ], [ "https://github.com/VirtualPlants/draco-stem" ], [ "https://github.com/malabz/HAlign-3" ], [ "https://github.com/AdamaJava/adamajava" ], [ "https://github.com/wenjiegroup/PEDLA" ], [ "https://github.com/vgteam/sequenceTubeMap" ], [ "https://github.com/danmaclean/bioruby-svgenes" ], [ "https://github.com/compbio-bigdata-viz/genome-maps" ], [ "https://github.com/sreejatadutta/PerSEveML" ], [ "https://github.com/sreejatadutta/PerSEveML" ], [ "https://github.com/sreejatadutta/PerSEveML" ], [ "https://github.com/sreejatadutta/PerSEveML" ], [ "https://github.com/glample/tagger" ], [ "https://github.com/LingyiC/CASCC" ], [ "https://github.com/ncbi/fcs" ], [ "https://github.com/ncbi/fcs" ], [ "https://github.com/ncbi/fcs" ], [ "https://github.com/ncbi/fcs" ], [ "https://github.com/GRAAL-Research/MeaningBERT" ], [ "https://github.com/QiaoyingJi/DeepSE" ], [ "https://github.com/Illumina/canvas" ], [ "https://github.com/Illumina/canvas" ], [ "https://github.com/Illumina/canvas" ], [ "https://github.com/Illumina/canvas" ], [ "https://github.com/jminnier/STARTapp" ], [ "https://github.com/profeatmap/ProFeatMap" ], [ "https://github.com/genostats/Ravages" ], [ "https://github.com/Snowfallingplum/SSAT" ], [ "https://github.com/carmanzhang/PubMed-AND-method" ], [ "https://github.com/Arty40m/AliNA" ], [ "https://github.com/Caleydo/coral" ], [ "https://github.com/ghattab/cmangoes" ], [ "https://github.com/identifiers-org/cmd-iaso" ], [ "https://github.com/wickeLab/WARPP" ], [ "https://github.com/EliasFarr/SPOT" ], [ "https://github.com/Vfold-RNA/RLDOCK" ], [ "https://github.com/KukackaZ/LinX" ], [ "https://github.com/wallerlab/chem-preview" ], [ "https://github.com/markkukuismin/MCPeSe" ], [ "https://github.com/will-rowe/genome-sketching" ], [ "https://github.com/Novartis/MoaBox" ], [ "https://github.com/pievos101/GNN-SubNet" ], [ "https://github.com/cbg-ethz/timeseriesNEM" ], [ "https://github.com/zyk2118216069/LncRNA-protein-interactions-prediction" ], [ "https://github.com/theochem/B3DB" ], [ "https://github.com/theochem/B3DB" ], [ "https://github.com/theochem/B3DB" ], [ "https://github.com/theochem/B3DB" ], [ "https://github.com/icb-dcm/pyabc" ], [ "https://github.com/icb-dcm/pyabc" ], [ "https://github.com/icb-dcm/pyabc" ], [ "https://github.com/icb-dcm/pyabc" ], [ "https://github.com/ocroci/ChroKit" ], [ "https://github.com/BodenmillerGroup/cytomapper_publication" ], [ "https://github.com/hyl317/hapROH" ], [ "https://github.com/ADicksonLab/wepy" ], [ "https://github.com/soedinglab/merlot" ], [ "https://github.com/lsbnb/MetaSquare" ], [ "https://github.com/loopasam/ftc" ], [ "https://github.com/CL-CHEN-Lab/OK-Seq" ], [ "https://github.com/sigven/oncoEnrichR" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/liulifenyf/TSPTFBS" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/lauravongoc/EDIR" ], [ "https://github.com/PaulRegnier/PICAFlow" ], [ "https://github.com/laoyangui/HSPAN" ], [ "https://github.com/esm-ispm-unibe-ch/rob-men" ], [ "https://github.com/LodovicoTerzi/HTGQC" ], [ "https://github.com/cosconatilab/PyRMD" ], [ "https://github.com/cosconatilab/PyRMD" ], [ "https://github.com/cosconatilab/PyRMD" ], [ "https://github.com/cosconatilab/PyRMD" ], [ "https://github.com/JRC-COMBINE/FORESEE" ], [ "https://github.com/qcuaeh/molalignlib" ], [ "https://github.com/mcosta27/MDexciteR" ], [ "https://github.com/bsml320/deTS" ], [ "https://github.com/atrautm1/ABCkb" ], [ "https://github.com/arunimasundar/Hope-Speech-LT-EDI" ], [ "https://github.com/ssokolen/rnmrfind" ], [ "https://github.com/dantaki/SV2" ], [ "https://github.com/burakalakuss/COVID-19-Clinical" ], [ "https://github.com/SfrRonaldo/codnas-q" ], [ "https://github.com/ShixiangWang/sigflow" ], [ "https://github.com/yukuntan92/PALLAS" ], [ "https://github.com/zji90/SCRAT" ], [ "https://github.com/CCICB/CRUX" ], [ "https://github.com/lvaronaunizar/Gibbsthur" ], [ "https://github.com/Pill-GZ/U-PASS" ], [ "https://github.com/peng-gang/ProteomicsBrowser" ], [ "https://github.com/scientificomputing/BRIDGE" ], [ "https://github.com/nongdaxiaofeng/DDAPRED" ], [ "https://github.com/deeptools/docker-galaxy-hicexplorer" ], [ "https://github.com/hyulab/BISQUE" ], [ "https://github.com/theislab/sc-pert" ], [ "https://github.com/mooreryan/iroki" ], [ "https://github.com/bthyreau/hippodeep" ], [ "https://github.com/Kufalab-UCSD/kboolnet" ], [ "https://github.com/VU-HMS/Tutorial-stabilizing-walking" ], [ "https://github.com/biocore/zebra_filter" ], [ "https://github.com/tlawrence3/amPEPpy" ], [ "https://github.com/ThieleLab/mars-pipeline" ], [ "https://github.com/qiyunzhu/woltka" ], [ "https://github.com/Project-MONAI/GenerativeModels" ], [ "https://github.com/Medical-Image-Analysis/Retinal-layer-segmentation" ], [ "https://github.com/ViTAE-Transformer/P3M-Net" ], [ "https://github.com/nanakiksc/zerone" ], [ "https://github.com/pylelab/RSCanner" ], [ "https://github.com/kullrich/oggmap" ], [ "https://github.com/IBMTRostock/GIFT" ], [ "https://github.com/nalarbp/graphsnp" ], [ "https://github.com/stevemussmann/admixturePipeline" ], [ "https://github.com/IntelligentRoboticsLabs/social_navigation2_WAF" ], [ "https://github.com/dajmcdon/suffpcr" ], [ "https://github.com/AChavignon/PALA" ], [ "https://github.com/cosconatilab/PyRMD" ], [ "https://github.com/cosconatilab/PyRMD" ], [ "https://github.com/cosconatilab/PyRMD" ], [ "https://github.com/cosconatilab/PyRMD" ], [ "https://github.com/stephaneguindon/phyml" ], [ "https://github.com/alevar/tiebrush" ], [ "https://github.com/SysBioInra/RBApy" ], [ "https://github.com/canzarlab/McSplicer" ], [ "https://github.com/jig4003/Ragas" ], [ "https://github.com/zyk2118216069/LPI-SKF" ], [ "https://github.com/th00516/GRACE" ], [ "https://github.com/erhard-lab/price" ], [ "https://github.com/NMikolajewicz/MetaLab" ], [ "https://github.com/mgt000/IntegrativeAnalysis" ], [ "https://github.com/MetaSeek-Sequencing-Data-Discovery/metaseek" ], [ "https://github.com/biogramming/AASRA" ], [ "https://github.com/envima/spatialMaxent" ], [ "https://github.com/guojson/AgCNER" ], [ "https://github.com/ColemanRHarris/mxnorm" ], [ "https://github.com/mhnb/camamed" ], [ "https://github.com/sd2e/CDM" ], [ "https://github.com/uclahs-cds/tool-NFTest" ], [ "https://github.com/statimagcoll/MultiplexedNormalization" ], [ "https://github.com/uclahs-cds/pipeline-call-sSNV" ], [ "https://github.com/dyxmvp/Spatial_ATAC-seq" ], [ "https://github.com/dyxmvp/spatial-CUT-Tag" ], [ "https://github.com/afujimoto/CAMPHORsomatic" ], [ "https://github.com/afujimoto/CAMPHOR" ], [ "https://github.com/TAMUCogLab/OpenSync" ], [ "https://github.com/amcorrigan/ia-lab" ], [ "https://github.com/biojava/biojava-tutorial" ], [ "https://github.com/hcji/ProSAP" ], [ "https://github.com/BlankenbergLab/galaxy-tools-blankenberg" ], [ "https://github.com/SD2E/omics_tools" ], [ "https://github.com/nf-core/airrflow" ], [ "https://github.com/nclark-lab/RERconverge" ], [ "https://github.com/crazyinter/Seq2Vec" ], [ "https://github.com/gangwug/LTMR" ], [ "https://github.com/modeloriented/survex" ], [ "https://github.com/lunching/wiSDOM" ], [ "https://github.com/moss-lab/ScanFold" ], [ "https://github.com/EESI/ISM" ], [ "https://github.com/tvpham/msproteomics" ], [ "https://github.com/nbrg-ppcu/prokbert" ], [ "https://github.com/nigyta/dfast_core" ], [ "https://github.com/Theory-Lun/McAN" ], [ "https://github.com/NWPU-903PR/Funm6AViewer" ], [ "https://github.com/dsehnal/LiteMol" ], [ "https://github.com/BradBalderson/Cytocipher" ], [ "https://github.com/ChaissonLab/LRA" ], [ "https://github.com/jravilab/connectivity_scores" ], [ "https://github.com/KosukeHamazaki/RAINBOWR" ], [ "https://github.com/zhanglabNKU/BERMAD" ], [ "https://github.com/Rongtao-Xu/SkinFormer" ], [ "https://github.com/EESI/ncov_ism" ], [ "https://github.com/almeidasilvaf/SoyPestGCN" ], [ "https://github.com/CompEpigen/figeno" ], [ "https://github.com/eric-hang/DisGenIB" ], [ "https://github.com/alexander-malafeev/microsleep-detection" ], [ "https://github.com/SEU-VIPGroup/MECOM" ], [ "https://github.com/kaizheng-academic/DLP" ], [ "https://github.com/chnshx/DreamAnime" ], [ "https://github.com/IlyaLab/Pan-Cancer-Cell-Cell-Comm-Net" ], [ "https://github.com/LongyangHuang/OAC-BVR" ], [ "https://github.com/AngusMonroe/ContrastPool" ], [ "https://github.com/BraveGroup/FullySparseFusion" ], [ "https://github.com/EsakaK/LSSVC" ], [ "https://github.com/wanxinhang/FCMVC-IV" ], [ "https://github.com/GuoleiSun/VSS-CFFM" ], [ "https://github.com/thohemp/6DRepNet360" ], [ "https://github.com/XLearning-SCU/2024-TIP-CREAM" ], [ "https://github.com/PoisonAlien/trackplot" ], [ "https://github.com/uwrit/leaf" ], [ "https://github.com/maickrau/ribotin" ], [ "https://github.com/Transipedia/KaMRaT" ], [ "https://github.com/polwork/Unsupervised-Spectral-Demosaicing" ], [ "https://github.com/vignywang/IDC" ], [ "https://github.com/sentaochen/Mutual-Information-Estimation-and-Minimization" ], [ "https://github.com/xrjiang527/FABNet-PyTorch" ], [ "https://github.com/EMSL-Computing/PSpecteR" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/Puzzled-Hui/Connectivity-Aware-Airway-Segmentation" ], [ "https://github.com/zzw-szu/CoNuSeg" ], [ "https://github.com/Evergrow/WSVG" ], [ "https://github.com/mikasa3lili/DO-SAR" ], [ "https://github.com/yulisun/LPEM" ], [ "https://github.com/CyclicalCurriculum/Cyclical-Curriculum" ], [ "https://github.com/zikai1/CrossModReg" ], [ "https://github.com/leijiezhang/RFNN" ], [ "https://github.com/naver/posebert" ], [ "https://github.com/vLAR-group/OGC" ], [ "https://github.com/POSTECH-CVLab/PyTorch-StudioGAN" ], [ "https://github.com/anmabu/beeRapp" ], [ "https://github.com/eeyhsong/EEG-Conformer" ], [ "https://github.com/timolassmann/samstat" ], [ "https://github.com/sculab/GeneMiner" ], [ "https://github.com/zhiweibi/PT-GAN" ], [ "https://github.com/liuyi1989/DCR" ], [ "https://github.com/HDCVLab/EDFace-Celeb-1M" ], [ "https://github.com/nvakhoa/superclass-FSIS" ], [ "https://github.com/lpfworld/DMPNet" ], [ "https://github.com/unipept/FragGeneScanRs" ], [ "https://github.com/MoonBlvd/Detection-of-Traffic-Anomaly" ], [ "https://github.com/bioinformatical-code/NNP" ], [ "https://github.com/mmic-lcl/Datasets-and-benchmark-code" ], [ "https://github.com/mmic-lcl/Datasets-and-benchmark-code" ], [ "https://github.com/mmic-lcl/Datasets-and-benchmark-code" ], [ "https://github.com/mmic-lcl/Datasets-and-benchmark-code" ], [ "https://github.com/IreneSaMi/Exoquant-Autophagoquant" ], [ "https://github.com/LPengYang/Saturation-Line-Prior" ], [ "https://github.com/syp2ysy/CTNet" ], [ "https://github.com/bupt-ai-cz/HSA-NRL" ], [ "https://github.com/simonpenel/thirdkind" ], [ "https://github.com/simonpenel/thirdkind" ], [ "https://github.com/simonpenel/thirdkind" ], [ "https://github.com/simonpenel/thirdkind" ], [ "https://github.com/xinxingwu-uk/DGAE" ], [ "https://github.com/biojava/biojava" ], [ "https://github.com/biojava/biojava" ], [ "https://github.com/biojava/biojava" ], [ "https://github.com/biojava/biojava" ], [ "https://github.com/xytmhy/DID-ANet-Defocus-Deblurring" ], [ "https://github.com/himelmallick/BayesRecipe" ], [ "https://github.com/gaobb/MCAR" ], [ "https://github.com/chaitjo/geometric-rna-design" ], [ "https://github.com/mahendra-awale/medchem_moves" ], [ "https://github.com/tao-aimi/DeepRecursiveEmbedding" ], [ "https://github.com/zjhthu/OANet" ], [ "https://github.com/fuweijie/DRE" ], [ "https://github.com/yytzsy/SCDM-TPAMI" ], [ "https://github.com/mit-han-lab/temporal-shift-module" ], [ "https://github.com/cloudve/galaxycloudrunner" ], [ "https://github.com/gtDMMB/RNAStructViz" ], [ "https://github.com/smutao/PyVibMS" ], [ "https://github.com/galantelab/sideRETRO" ], [ "https://github.com/BB-BiG/TRIM" ], [ "https://github.com/callmeray/PointMVSNet" ], [ "https://github.com/UCLCheminformatics/ScaffoldGraph" ], [ "https://github.com/CBIIT/LDlinkR" ], [ "https://github.com/bigdataprocessor/bigdataprocessor2" ], [ "https://github.com/wangjuanimu/Frin" ], [ "https://github.com/oushujun/LTR_FINDER_parallel" ], [ "https://github.com/mstsuite/MuST" ], [ "https://github.com/wangjuanimu/data-of-genome-rearrangement" ], [ "https://github.com/csjunxu/STAR" ], [ "https://github.com/mmrojasgracia/Data-in-Brief_Influence" ], [ "https://github.com/ZJUYH/radar-to-lidar-place-recognition" ], [ "https://github.com/seansolari/expam" ], [ "https://github.com/hchyang/PSiTE" ], [ "https://github.com/Ahhgust/RtN" ], [ "https://github.com/sdu-hpcl/BGSA" ], [ "https://github.com/cfrioux/miscoto" ], [ "https://github.com/cpolano/phytoassembly" ], [ "https://github.com/cpolano/phytoassembly" ], [ "https://github.com/cpolano/phytoassembly" ], [ "https://github.com/cpolano/phytoassembly" ], [ "https://github.com/LeopoldC/Boost-HiC" ], [ "https://github.com/ucrbioinfo/Chimericognizer" ], [ "https://github.com/shiauck/CATANA" ], [ "https://github.com/Dawn5786/CoCRF-TrackNet" ], [ "https://github.com/ubioptronics/hMC-GRT" ], [ "https://github.com/jkbonfield/crumble" ], [ "https://github.com/ashleylqx/STRA-Net" ], [ "https://github.com/qunfengdong/MicroGMT" ], [ "https://github.com/olliemcdonald/siapopr" ], [ "https://github.com/Maihj/AC-DIAMOND" ], [ "https://github.com/ifaust83/cgheliparm" ], [ "https://github.com/ale-odinokov/pyEFP" ], [ "https://github.com/JanDetrez/BiDiFuse" ], [ "https://github.com/BiomedicalMachineLearning/SpaCell" ], [ "https://github.com/smithlabcode/walt" ], [ "https://github.com/wf8/sumac" ], [ "https://github.com/ryanlayer/gqt" ], [ "https://github.com/smajidian/HapMC" ], [ "https://github.com/fabkury/paamia2015" ], [ "https://github.com/siskac/discordant" ], [ "https://github.com/rochoa85/myChEMBL" ], [ "https://github.com/songlab/NSeq" ], [ "https://github.com/jotegui/BIDDSAT" ], [ "https://github.com/ruping/Breakpointer" ], [ "https://github.com/edsgard/scphaser" ], [ "https://github.com/soulj/PhenomeScape" ], [ "https://github.com/ch3cook-fdu/Vote2Cap-DETR" ], [ "https://github.com/jsczzzk/R-MSFM" ], [ "https://github.com/tiankongzhang/MGA" ], [ "https://github.com/kiwi-lilo/AMPLIFY" ], [ "https://github.com/ubioinformat/UPEfinder" ], [ "https://github.com/Dong-Huo/SRR-MAXL" ], [ "https://github.com/ZitZhengWang/SLTRN" ], [ "https://github.com/LohmuellerLab/PReFerSim" ], [ "https://github.com/lanbiolab/LGCDA" ], [ "https://github.com/qzhb/UbRV2A" ], [ "https://github.com/juliemkauffman/DyCoNet" ], [ "https://github.com/IMOP-lab/SASAN-Pytorch" ], [ "https://github.com/guobaoxiao/LSC" ], [ "https://github.com/ritaranx/NeST" ], [ "https://github.com/013zyj/CSMN" ], [ "https://github.com/ChenPointCloud/HTMC" ], [ "https://github.com/Illumina/Pisces" ], [ "https://github.com/xiaqixiaqi/MOPDDI" ], [ "https://github.com/jasdeep-singh-007/KL-DNAS" ], [ "https://github.com/andreYoo/WSCL_VeReid" ], [ "https://github.com/ngominhhoang/Quantum-Target-Identification-by-Enzymes" ], [ "https://github.com/litchiar/ShotClassification" ], [ "https://github.com/gasparl/expapp" ], [ "https://github.com/yangfan-hu/Fast-SNN" ], [ "https://github.com/zhiyuns/UNITPathSSL" ], [ "https://github.com/nachifur/TBRNet" ], [ "https://github.com/yanx27/CLEVR3D" ], [ "https://github.com/zqpiao/LRA" ], [ "https://github.com/ruhig6/JNMR" ], [ "https://github.com/jswati31/gazeclr" ], [ "https://github.com/ncbi/fcs" ], [ "https://github.com/ncbi/fcs" ], [ "https://github.com/ncbi/fcs" ], [ "https://github.com/ncbi/fcs" ], [ "https://github.com/zhuyr97/HGRR" ], [ "https://github.com/ZerojumpLine/JCSAugment" ], [ "https://github.com/ljaiverson/pFL-APPLE" ], [ "https://github.com/Lineves7/CSformer" ], [ "https://github.com/kellyhoang0610/RCTMethodologyIE" ], [ "https://github.com/DoraemonXia/BLAM6A-Merge" ], [ "https://github.com/nie-lang/RotationCorrection" ], [ "https://github.com/THUFDD/CADM-plus" ], [ "https://github.com/DIAL-RPI/UCAT" ], [ "https://github.com/IDKiro/DehazeFormer" ], [ "https://github.com/FactoDeepLearning/DAN" ], [ "https://github.com/ITBE-Lab/MA" ], [ "https://github.com/ShinyWang33/eSL-Net-Plusplus" ], [ "https://github.com/DanielNolte/FederatedDeepRegressionForests" ], [ "https://github.com/ofer-kimchi/LandscapeFold" ], [ "https://github.com/schlegelp/tanglegram" ], [ "https://github.com/pachterlab/ffq" ], [ "https://github.com/wwyi1828/CluSiam" ], [ "https://github.com/vfscalfani/CSN_tutorial" ], [ "https://github.com/ucas-vg/GroupSampling" ], [ "https://github.com/Jillian555/CCP-GNN" ], [ "https://github.com/brentp/echtvar" ], [ "https://github.com/ksahlin/strobealign" ], [ "https://github.com/fanyang587/NestedNet" ], [ "https://github.com/ZhenyueQin/Angular-Skeleton-Encoding" ], [ "https://github.com/stevenhan1991/CoordNet" ], [ "https://github.com/XiaoTaoWang/HiCLift" ], [ "https://github.com/XiaoTaoWang/HiCLift" ], [ "https://github.com/XiaoTaoWang/HiCLift" ], [ "https://github.com/XiaoTaoWang/HiCLift" ], [ "https://github.com/megvii-research/BasesHomo" ], [ "https://github.com/CCECfgd/MSCDN-master" ], [ "https://github.com/lightbillow/DHRec" ], [ "https://github.com/IRMVLab/EfficientLO-Net" ], [ "https://github.com/azurerain7/Word2Pix" ], [ "https://github.com/fukunagatsu/Mirage" ], [ "https://github.com/fukunagatsu/Mirage" ], [ "https://github.com/fukunagatsu/Mirage" ], [ "https://github.com/fukunagatsu/Mirage" ], [ "https://github.com/dvlab-research/Entity" ], [ "https://github.com/rajewsky-lab/optocoder" ], [ "https://github.com/XMUDM/ShillingAttack" ], [ "https://github.com/QTJiebin/FVV_QoE" ], [ "https://github.com/ZongJ1111/Academic-Performance-Prediction" ], [ "https://github.com/ngs00/emrl" ], [ "https://github.com/toil2sweet/CRNet" ], [ "https://github.com/HpWang-whu/RoReg" ], [ "https://github.com/ggsDing/ASLNet" ], [ "https://github.com/wangsiwei2010/graphlatefusion_MKC" ], [ "https://github.com/aztc/MRDMN" ], [ "https://github.com/chenyilun95/DSGN2" ], [ "https://github.com/mikaells/RibDif" ], [ "https://github.com/cfzd/Ultra-Fast-Lane-Detection-v2" ], [ "https://github.com/chemosim-lab/ProLIF" ], [ "https://github.com/jwwangchn/BONAI" ], [ "https://github.com/ymcui/expmrc" ], [ "https://github.com/dgittins/CANT-HYD-HydrocarbonBiodegradation" ], [ "https://github.com/LaiSongxuan/SynSig2Vec" ], [ "https://github.com/Yang-Bob/PST" ], [ "https://github.com/0x462e41/SS3D" ], [ "https://github.com/Dulab2020/ARMT" ], [ "https://github.com/koszullab/hicstuff" ], [ "https://github.com/mogvision/FFD" ], [ "https://github.com/liushaomin/MitosisDetection" ], [ "https://github.com/yyyanglz/KAN" ], [ "https://github.com/ranery/Bayesian-CycleGAN" ], [ "https://github.com/SKLB-lab/BENviewer" ], [ "https://github.com/wps712/FFN" ], [ "https://github.com/bioinfoDZ/Stereo3D" ], [ "https://github.com/yj-zhou/Feature_Encoding_with_AutoEncoders_for_Weakly-supervised_Anomaly_Detection" ], [ "https://github.com/amelbek/pamgeneAnalyzeR" ], [ "https://github.com/hallamlab/HivePanelExplorer" ], [ "https://github.com/tvpham/iq" ], [ "https://github.com/gulfemd/STRAssembly" ], [ "https://github.com/mzlr/sau-net" ], [ "https://github.com/mzlr/sau-net" ], [ "https://github.com/mzlr/sau-net" ], [ "https://github.com/mzlr/sau-net" ], [ "https://github.com/leylabmpi/Struo" ], [ "https://github.com/pbagos/juchmme" ], [ "https://github.com/czodrowskilab/Machine-learning-meets-pKa" ], [ "https://github.com/amcrisan/Adjutant" ], [ "https://github.com/BGI-shenzhen/PopLDdecay" ], [ "https://github.com/AitchisonLab/Deleteome-Tools" ], [ "https://github.com/BIMSBbioinfo/netSmooth" ], [ "https://github.com/mcahny/vps" ], [ "https://github.com/bioinfomaticsCSU/GapReduce" ], [ "https://github.com/suhrig/pingpongpro" ], [ "https://github.com/BioSystemsUM/mewpy" ], [ "https://github.com/insilichem/pychimera" ], [ "https://github.com/JCVenterInstitute/PanGenomePipeline" ], [ "https://github.com/tastanlab/Kinship-Privacy" ], [ "https://github.com/tsudalab/MDTS" ], [ "https://github.com/ramiromagno/gwasrapidd" ], [ "https://github.com/ghzuo/cvtree" ], [ "https://github.com/zmzhang/TEAM" ], [ "https://github.com/magnusdv/filtus" ], [ "https://github.com/ythuang0522/StriDe" ], [ "https://github.com/rsemeraro/PyPore" ], [ "https://github.com/wyguo/TSIS" ], [ "https://github.com/nicolazzie/AffyPipe" ], [ "https://github.com/oarnaiz/ParTIES" ], [ "https://github.com/outbig/DAFGA" ], [ "https://github.com/zhoudw-zdw/CIL_Survey" ], [ "https://github.com/liuxiaoping2020/CBioProfiler" ], [ "https://github.com/kostkalab/vaeda" ], [ "https://github.com/ddamerell53/SATurn" ], [ "https://github.com/nebfield/snpQT" ], [ "https://github.com/william-denault/ffw" ], [ "https://github.com/yjthu/obaDIA" ], [ "https://github.com/lotteanna/defence_adaptation" ], [ "https://github.com/budach/pysster" ], [ "https://github.com/gymrek-lab/longtr" ], [ "https://github.com/gymrek-lab/longtr" ], [ "https://github.com/gymrek-lab/longtr" ], [ "https://github.com/gymrek-lab/longtr" ], [ "https://github.com/n-mounier/bGWAS" ], [ "https://github.com/pblischak/HyDe" ], [ "https://github.com/uc-bd2k/grein" ], [ "https://github.com/robogeno/SVMDO" ], [ "https://github.com/TJU-CMC-Org/isoMiRmap" ], [ "https://github.com/SpatialTranscriptomicsResearch/st_pipeline" ], [ "https://github.com/Shawn-Xu/PPIP" ], [ "https://github.com/DerKevinRiehl/TransposonUltimate" ], [ "https://github.com/soyashinkai/PHi-C2" ], [ "https://github.com/jyangfsu/WQChartPy" ], [ "https://github.com/SWFarag/nrps-linker" ], [ "https://github.com/rhondabacher/methylscaper" ], [ "https://github.com/sparks-lab-org/RNAcmap_standalone" ], [ "https://github.com/cbg-ethz/dce" ], [ "https://github.com/liqi-casia/FaceSwapper" ], [ "https://github.com/zhc940702/SDPred" ], [ "https://github.com/hkarakurt8742/SUMA" ], [ "https://github.com/MmelodYy/DunHuangStitch" ], [ "https://github.com/DoubtedSteam/CycleTrans" ], [ "https://github.com/YixinChen-AI/PCNet" ], [ "https://github.com/abdelwahed/OT_for_big_data" ], [ "https://github.com/icedpanda/KERL" ], [ "https://github.com/JingyunLiang/VRT" ], [ "https://github.com/ilanshom/adaptiveMSA" ], [ "https://github.com/PingZhou-LF/Light-Field-Depth-Estimation-Based-on-Stitched-EPIs" ], [ "https://github.com/schatzlab/genomescope" ], [ "https://github.com/qklee-lz/CDTM" ], [ "https://github.com/DebtVC2022/Robust_Learning_with_MGC" ], [ "https://github.com/yuhuimin11/SGCD-master" ], [ "https://github.com/3BioCompBio/pyScoMotif" ], [ "https://github.com/caigitrepo/SCDGC" ], [ "https://github.com/keeganhk/PointVST" ], [ "https://github.com/jairesdesousa/guidemol" ], [ "https://github.com/huanghanchi/Master-slave-Algorithm-for-Top-K-Bandits" ], [ "https://github.com/WenkeHuang/FCCL" ], [ "https://github.com/AIRI-Institute/when-to-switch" ], [ "https://github.com/Li-Wentao/dMEGA" ], [ "https://github.com/KaulichLab/ReCo" ], [ "https://github.com/jahhaoyang/MemBridge" ], [ "https://github.com/GroupeLaboGosselin/Reclassification" ], [ "https://github.com/Doubiiu/AIDN" ], [ "https://github.com/sebastian-gregoricchio/snHiC" ], [ "https://github.com/EnyaHermite/Picasso" ], [ "https://github.com/pth1993/FATDM" ], [ "https://github.com/mor-avi-aharon-bgu/HueNet" ], [ "https://github.com/kad-ecoli/BeEM" ], [ "https://github.com/XiaoxFeng/IENet" ], [ "https://github.com/zcq15/SPDET" ], [ "https://github.com/HaifengXia/IDG" ], [ "https://github.com/YouyiSong/Dynamic-Loss-Weighting" ], [ "https://github.com/tsuda16k/materialmodifier" ], [ "https://github.com/MantangGuo/CW4VS" ], [ "https://github.com/UDC-GAC/ParRADMeth" ], [ "https://github.com/wangWilson/CGCDet" ], [ "https://github.com/NeverGiveU/PDA-Translation" ], [ "https://github.com/marco-oliva/r-pfbwt" ], [ "https://github.com/tinglyfeng/IC9600" ], [ "https://github.com/csms-ethz/CombiFF" ], [ "https://github.com/zju3dv/Vox-Surf" ], [ "https://github.com/Chenyang4/ReSmooth" ], [ "https://github.com/burstein-lab/genomic-nlp-server" ], [ "https://github.com/Laboratoire-de-Chemoinformatique/moodle-qtype_molsimilarity" ], [ "https://github.com/basiralab/GNNs-in-Network-Neuroscience" ], [ "https://github.com/OIPLab-DUT/ESCNet" ], [ "https://github.com/gersteinlab/idash20FL" ], [ "https://github.com/NK-CS-ZZL/IAN" ], [ "https://github.com/lmbxmu/1xN" ], [ "https://github.com/hellloxiaotian/HGSRCNN" ], [ "https://github.com/KingJamesSong/DifferentiableSVD" ], [ "https://github.com/qq456cvb/CPPF2" ], [ "https://github.com/ZhihaoPENG-CityU/AASSC-Net" ], [ "https://github.com/bionlplab/heart_failure_mortality" ], [ "https://github.com/qdushl/Waterloo-Point-Cloud-Database" ], [ "https://github.com/yuhuan-wu/EDN" ], [ "https://github.com/TeamSundar/m-ionic" ], [ "https://github.com/trainsn/GNN-Surrogate" ], [ "https://github.com/bjj9/EVE_SCPT" ], [ "https://github.com/vanvalenlab/deepcell-spots" ], [ "https://github.com/vanvalenlab/deepcell-spots" ], [ "https://github.com/vanvalenlab/deepcell-spots" ], [ "https://github.com/vanvalenlab/deepcell-spots" ], [ "https://github.com/ShiQiu0419/pnp-3d" ], [ "https://github.com/yzyvl/DivAC" ], [ "https://github.com/jiabaocui/MIAIS" ], [ "https://github.com/shizenglin/Unsharp-Mask-Guided-Filtering" ], [ "https://github.com/OIPLab-DUT/IEEE-TCYB-PANet" ], [ "https://github.com/ikmb/iptoolkit" ], [ "https://github.com/kailigo/dmvsc" ], [ "https://github.com/z-x-yang/CFBI" ], [ "https://github.com/bouracha/OoDMotion" ], [ "https://github.com/mehmetyamac/GTSNET" ], [ "https://github.com/tengteng95/Pose-Transfer" ], [ "https://github.com/juntang-zhuang/explain_invertible" ], [ "https://github.com/OpenBioLink/Explorer" ], [ "https://github.com/naivete5656/MDMLM" ], [ "https://github.com/citiususc/veryfasttree" ], [ "https://github.com/ucaswangls/STFormer" ], [ "https://github.com/Ha0Tang/DDLCN" ], [ "https://github.com/mwatkin8/FHIR-Lab-Reports-App" ], [ "https://github.com/mboboGO/MOMN" ], [ "https://github.com/jamesjcai/scGEAToolbox" ], [ "https://github.com/sunwj/CAR" ], [ "https://github.com/BojarLab/glycowork" ], [ "https://github.com/BojarLab/glycowork" ], [ "https://github.com/BojarLab/glycowork" ], [ "https://github.com/BojarLab/glycowork" ], [ "https://github.com/SouthGreenPlatform/PyRice" ], [ "https://github.com/EsmaeilNourani/Deep-GDAE" ], [ "https://github.com/AADavin/ZOMBI" ], [ "https://github.com/GATB/simka" ], [ "https://github.com/AlanLuSun/High-quality-ellipse-detection" ], [ "https://github.com/fmfi-compbio/deepnano-blitz" ], [ "https://github.com/jaydchan/tawny-karyotype" ], [ "https://github.com/vsepulve/relz_fs" ], [ "https://github.com/hugheylab/simphony" ], [ "https://github.com/ropensci/cRegulome" ], [ "https://github.com/davidemms/OrthoFinder" ], [ "https://github.com/sasky1/DPRL" ], [ "https://github.com/caramirezal/SQUADBookChapter" ], [ "https://github.com/ghattab/seevis" ], [ "https://github.com/richadhanuka/PFP-Autoencoders" ], [ "https://github.com/facebookresearch/Detectron" ], [ "https://github.com/facebookresearch/Detectron" ], [ "https://github.com/facebookresearch/Detectron" ], [ "https://github.com/facebookresearch/Detectron" ], [ "https://github.com/bioinfo-ut/PlasmidSeeker" ], [ "https://github.com/feiglab/prefmd" ], [ "https://github.com/joewuca/imputation" ], [ "https://github.com/ridgelab/Kmer-SSR" ], [ "https://github.com/seqcode/miniMDS" ], [ "https://github.com/friedlanderlab/mirtrace" ], [ "https://github.com/HannahVMeyer/PhenotypeSimulator" ], [ "https://github.com/goncalves-lab/waddR" ], [ "https://github.com/AstraZeneca-NGS/disambiguate" ], [ "https://github.com/mmundy42/mackinac" ], [ "https://github.com/leesael/GIFT" ], [ "https://github.com/hirvolt1/debruijn-motif" ], [ "https://github.com/SPIDDOR/SPIDDOR" ], [ "https://github.com/aflevel/GWAlpha" ], [ "https://github.com/cyinbox/DNADU" ], [ "https://github.com/opencb/cell-maps" ], [ "https://github.com/pogudingleb/CLUE" ], [ "https://github.com/pogudingleb/CLUE" ], [ "https://github.com/pogudingleb/CLUE" ], [ "https://github.com/pogudingleb/CLUE" ], [ "https://github.com/lh3/bfc" ], [ "https://github.com/dgkontopoulos/Pinda" ], [ "https://github.com/juliacontrerasgarcia/nciplot" ], [ "https://github.com/dariober/ASCIIGenome" ], [ "https://github.com/sdrogers/ms2ldaviz" ], [ "https://github.com/diriano/ploidyNGS" ], [ "https://github.com/hy0523/MTNet" ], [ "https://github.com/jonastjoms/MANNERS-DB" ], [ "https://github.com/Illumina/canvas" ], [ "https://github.com/Illumina/canvas" ], [ "https://github.com/Illumina/canvas" ], [ "https://github.com/Illumina/canvas" ], [ "https://github.com/rdiaz02/OncoSimul" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/jaredgk/IMgui-electron-packages" ], [ "https://github.com/rinikerlab/Ensembler" ], [ "https://github.com/YonseiCGnA-VR/F-RDW" ], [ "https://github.com/melop/admixem" ], [ "https://github.com/sirimullalab/redial-2020" ], [ "https://github.com/galaxyproject/galaxy" ], [ "https://github.com/galaxyproject/galaxy" ], [ "https://github.com/galaxyproject/galaxy" ], [ "https://github.com/galaxyproject/galaxy" ], [ "https://github.com/SBRG/Protein_ML" ], [ "https://github.com/sys-bio/frequencyResponse" ], [ "https://github.com/mli171/MultibinAlpha" ], [ "https://github.com/MinJinHa/iDINGO" ], [ "https://github.com/GuillermoMG-HUVR/Microbiology-applications" ], [ "https://github.com/YaluWen/TBLMM" ], [ "https://github.com/AliYoussef96/gtAI" ], [ "https://github.com/lasseignelab/CINmetrics" ], [ "https://github.com/i2-wustl/CytoGPS" ], [ "https://github.com/USEPA/TELSS" ], [ "https://github.com/lixiang117423/ggmotif" ], [ "https://github.com/zacherydickson/HUBDesign" ], [ "https://github.com/elizavetasemenova/gp_concentration_response" ], [ "https://github.com/liedllab/X-Entropy" ], [ "https://github.com/Manuelaio/uncoverappLib" ], [ "https://github.com/jakelever/pgxmine" ], [ "https://github.com/Xiaoqizheng/InfiniumPurify" ], [ "https://github.com/Kirovez/pyTanFinder" ], [ "https://github.com/MartaBofillRoig/SurvBin" ], [ "https://github.com/lanagarmire/lilikoi" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/dzhang32/ggtranscript" ], [ "https://github.com/xulesc/pymcpsc" ], [ "https://github.com/hsinyenwu/RiboPlotR" ], [ "https://github.com/DecoPath/DecoPath" ], [ "https://github.com/yavyx/PaIntDB" ], [ "https://github.com/whirlsyu/EnMCB" ], [ "https://github.com/wmayner/pyphi" ], [ "https://github.com/labstructbioinf/samcc_turbo" ], [ "https://github.com/gbouras13/pharokka" ], [ "https://github.com/LIT-CCM-lab/LIT-AlphaFold" ], [ "https://github.com/l-modolo/TEtools" ], [ "https://github.com/BiodataAnalysisGroup/CWL_HTS_pipelines" ], [ "https://github.com/Young-gonKim/SnackVar" ], [ "https://github.com/projectDevour/DEVOUR" ], [ "https://github.com/abeebyekeen/CHAPERONg" ], [ "https://github.com/IVDgenomicslab/scDetect" ], [ "https://github.com/Xpaths/dartpaths-app" ], [ "https://github.com/sayangsep/Beatrice-Finemapping" ], [ "https://github.com/terrimporter/MetaWorks" ], [ "https://github.com/azofeifa/Tfit" ], [ "https://github.com/fothia/improve-RRBS" ], [ "https://github.com/CostaLab/scMEGA" ], [ "https://github.com/OHNLP/MedTator" ], [ "https://github.com/rghu/reconCNV" ], [ "https://github.com/klamt-lab/straindesign" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/qibebt-bioinfo/dynamic-meta-storms" ], [ "https://github.com/kalpeshjp89/DUSGAN" ], [ "https://github.com/dohlee/prism" ], [ "https://github.com/Caleb-Huo/AWFisher" ], [ "https://github.com/NiRuff/ViNe-Seg" ], [ "https://github.com/weng-lab/ZING" ], [ "https://github.com/mafeiyang/ACTINN" ], [ "https://github.com/raulossio/VCF-plotein" ], [ "https://github.com/lsncibb/microbiomeGWAS" ], [ "https://github.com/mafed/msWaldHMP" ], [ "https://github.com/Candihub/pixel" ], [ "https://github.com/MRCIEU/epigraphdb" ], [ "https://github.com/zht8506/UniHead" ], [ "https://github.com/peanono/SNO-DCA" ], [ "https://github.com/meteahishali/OSEN" ], [ "https://github.com/ngalanter/rct2otrbounds" ], [ "https://github.com/lhaof/SENC" ], [ "https://github.com/showteeth/ggcoverage" ], [ "https://github.com/xingxuejun1989/SCVC" ], [ "https://github.com/xxlong0/ASNDepth" ], [ "https://github.com/ZongYingLi/ASMNet" ], [ "https://github.com/FridleyLab/spatialGE" ], [ "https://github.com/yi-ding-cs/GIGN" ], [ "https://github.com/rwehrens/ptw" ], [ "https://github.com/KangLiao929/Cylin-Painting" ], [ "https://github.com/FengleiFan/ReLinear" ], [ "https://github.com/OSS-Lab/MetQy" ], [ "https://github.com/JianHPan/SilenceREIN" ], [ "https://github.com/syxiaa/GBRS" ], [ "https://github.com/Lswhiteh/PhyloMatcher" ], [ "https://github.com/Lswhiteh/PhyloMatcher" ], [ "https://github.com/Lswhiteh/PhyloMatcher" ], [ "https://github.com/Lswhiteh/PhyloMatcher" ], [ "https://github.com/aigzhusmart/Slim-UNETR" ], [ "https://github.com/zmx21/G2GSnake" ], [ "https://github.com/PhdJiayiTang/Consensus-Neighbor-Strategy" ], [ "https://github.com/qwangg/MFDNet" ], [ "https://github.com/Boehringer-Ingelheim/pyPept" ], [ "https://github.com/LucasCJYSDL/HierAIRL" ], [ "https://github.com/amishra-stats/taro-package" ], [ "https://github.com/dr-majie/opentqa" ], [ "https://github.com/kansil/ProFAB" ], [ "https://github.com/zhangxin-xd/REAF" ], [ "https://github.com/flairNLP/flair" ], [ "https://github.com/Legenddddd/AIS-MLI" ], [ "https://github.com/MinhyukPark/HMMerge" ], [ "https://github.com/DotWang/DCN-T" ], [ "https://github.com/krumsieklab/pitracer" ], [ "https://github.com/mesunhlf/EA" ], [ "https://github.com/Xinyil256/RAUNA2023" ], [ "https://github.com/winycg/L-MCL" ], [ "https://github.com/YS-GONG/missingness-patterns" ], [ "https://github.com/aimagelab/mammoth" ], [ "https://github.com/littlewhitesea/STDAN" ], [ "https://github.com/Jae35/IFFD" ], [ "https://github.com/weitianxin/HyperGCL" ], [ "https://github.com/li-xl/DGNet" ], [ "https://github.com/LirongWu/RFA-GNN" ], [ "https://github.com/bigbio/proteomics-metadata-standard" ], [ "https://github.com/Xiaoqiang-Yan/DCIB" ], [ "https://github.com/huanghanchi/CAMRL" ], [ "https://github.com/plhhnu/CellDialog" ], [ "https://github.com/Hazelsuko07/EMA" ], [ "https://github.com/Polytech-bioinf/MRGCN" ], [ "https://github.com/lxtGH/TemporalPyramidRouting" ], [ "https://github.com/cvlab-stonybrook/Target-absent-Human-Attention" ], [ "https://github.com/vibansal/HapCUT2" ], [ "https://github.com/z21110008/UIF" ], [ "https://github.com/LeoSvenningsson/TensorViewforMatlab" ], [ "https://github.com/nku-zhichengzhang/PlaneSeg" ], [ "https://github.com/pierrepo/autoclassweb" ], [ "https://github.com/PRIS-CV/Pair-wise-Similarity-module" ], [ "https://github.com/Guaishou74851/CASNet" ], [ "https://github.com/tjiangHIT/cuteSV" ], [ "https://github.com/tjiangHIT/cuteSV" ], [ "https://github.com/tjiangHIT/cuteSV" ], [ "https://github.com/tjiangHIT/cuteSV" ], [ "https://github.com/pavancm/CONTRIQUE" ], [ "https://github.com/zhangle408/EH-Nets" ], [ "https://github.com/selfdecode/rd-eztraits" ], [ "https://github.com/EIHW/motilitAI" ], [ "https://github.com/liruihui/Self-Embedding" ], [ "https://github.com/spectralpublic/RIAN" ], [ "https://github.com/Ntriver/KNNENS" ], [ "https://github.com/dd1github/DeepSMOTE" ], [ "https://github.com/luzzou/6D-ViT" ], [ "https://github.com/oy-tj/VSUGAN" ], [ "https://github.com/michaelsouza/bpl" ], [ "https://github.com/Ha0Tang/DPGAN" ], [ "https://github.com/lxtGH/GALD-DGCNet" ], [ "https://github.com/jizhaox/relative_pose_from_affine" ], [ "https://github.com/zju3dv/disprcnn" ], [ "https://github.com/jiequancui/ResLT" ], [ "https://github.com/speedinghzl/AlignSeg" ], [ "https://github.com/RiDang/DANN" ], [ "https://github.com/etirouthier/keras_dna" ], [ "https://github.com/tzok/BioCommons" ], [ "https://github.com/mahaichuan/Versatile-Image-Compression" ], [ "https://github.com/menzel/nopeak" ], [ "https://github.com/xinwangliu/SimpleMKKMcodes" ], [ "https://github.com/xinwangliu/SimpleMKKMcodes" ], [ "https://github.com/xinwangliu/SimpleMKKMcodes" ], [ "https://github.com/xinwangliu/SimpleMKKMcodes" ], [ "https://github.com/puar-playground/TimedHN" ], [ "https://github.com/dylanbeeber/crispRdesignR" ], [ "https://github.com/BGI-flexlab/SOAPMetaS" ], [ "https://github.com/Pchank/DMLS-for-SSP" ], [ "https://github.com/dozmorovlab/TADCompare" ], [ "https://github.com/verilylifesciences/genomewarp" ], [ "https://github.com/oqe/varanto" ], [ "https://github.com/bkballoon/mvsm-fusion" ], [ "https://github.com/Roestlab/DrawAlignR" ], [ "https://github.com/hkaneko1985/gtm-generativetopographicmapping" ], [ "https://github.com/hkaneko1985/gtm-generativetopographicmapping" ], [ "https://github.com/hkaneko1985/gtm-generativetopographicmapping" ], [ "https://github.com/hkaneko1985/gtm-generativetopographicmapping" ], [ "https://github.com/paula-tataru/polyDFE" ], [ "https://github.com/prs-group/TUNNEX" ], [ "https://github.com/refresh-bio/comsa" ], [ "https://github.com/BackofenLab/ShaKer" ], [ "https://github.com/tsudalab/mp-lamp" ], [ "https://github.com/Erechtheus/sia" ], [ "https://github.com/robsyme/Parastagonospora_nodorum_SN15" ], [ "https://github.com/cs-chan/ArtGAN" ], [ "https://github.com/ParkinsonLab/DETECT-v2" ], [ "https://github.com/seifemi/regNet" ], [ "https://github.com/tsudalab/ChemTS" ], [ "https://github.com/PySCeS/PyscesToolbox" ], [ "https://github.com/jfmrod/mapseq" ], [ "https://github.com/hitbc/rMFilter" ], [ "https://github.com/yytzsy/Syntax-Customized-Video-Captioning" ], [ "https://github.com/modsim/hops" ], [ "https://github.com/ddhb/Workflow_of_Chipseq" ], [ "https://github.com/bihealth/hlama" ], [ "https://github.com/silviamicroarray/chipSAD" ], [ "https://github.com/crsl4/PhyloNetworks" ], [ "https://github.com/shenwei356/seqkit" ], [ "https://github.com/rvaser/sword" ], [ "https://github.com/BSGOxford/BrowseVCF" ], [ "https://github.com/PetarV-/muxstep" ], [ "https://github.com/cbrueffer/tophat-recondition" ], [ "https://github.com/JingZhou2015/MeSHSim" ], [ "https://github.com/gabraham/flashpca" ], [ "https://github.com/CompSynBioLab-KoreaUniv/FunGAP" ], [ "https://github.com/bioinfomaticsCSU/EPGA2" ], [ "https://github.com/sheikhizadeh/ACE" ], [ "https://github.com/lh3/fermikit" ], [ "https://github.com/DeMarcoLab/fibsem" ], [ "https://github.com/CRUiit/igb-mi-bundle" ], [ "https://github.com/ByrumLab/PTMViz" ], [ "https://github.com/reznik-lab/UnitedMet" ], [ "https://github.com/jonmohl/ISOGlyP" ], [ "https://github.com/jonmohl/ISOGlyP" ], [ "https://github.com/jonmohl/ISOGlyP" ], [ "https://github.com/jonmohl/ISOGlyP" ], [ "https://github.com/agleed/calopus_statistical_heatmaps" ], [ "https://github.com/rish-16/rna-backbone-design" ], [ "https://github.com/aicb-ZhangLabs/Turtling" ], [ "https://github.com/RUBi-ZA/MD-TASK" ], [ "https://github.com/RUBi-ZA/MD-TASK" ], [ "https://github.com/RUBi-ZA/MD-TASK" ], [ "https://github.com/RUBi-ZA/MD-TASK" ], [ "https://github.com/YuBinLab-QUST/scBKAP" ], [ "https://github.com/tonioser/VTMorphologicalModel" ], [ "https://github.com/nczub/SerotoninAI_streamlit" ], [ "https://github.com/lanl/pyDNA_EPBD" ], [ "https://github.com/brinkmanlab/globecorr" ], [ "https://github.com/VivianMonzon/Reciprocal_Best_Structure_Hits" ], [ "https://github.com/cobisLab/SSRTool" ], [ "https://github.com/rafamoral/LogisticRCIpaper" ], [ "https://github.com/raufs/skDER" ], [ "https://github.com/abikoushi/moltenNMF" ], [ "https://github.com/KerryAM-R/ggVolcanoR" ], [ "https://github.com/broadinstitute/gatk" ], [ "https://github.com/broadinstitute/gatk" ], [ "https://github.com/broadinstitute/gatk" ], [ "https://github.com/broadinstitute/gatk" ], [ "https://github.com/sysbio-curie/WebMaBoSS" ], [ "https://github.com/ConesaLab/MirCure" ], [ "https://github.com/oschwengers/bakta" ], [ "https://github.com/LeidenRNA/SRHS" ], [ "https://github.com/maizeatlas/spears" ], [ "https://github.com/MaximilianBeckers/SPOC" ], [ "https://github.com/iolag/UPD_study" ], [ "https://github.com/raghvendra5688/BCrystal" ], [ "https://github.com/riken-aip/pyHSICLasso" ], [ "https://github.com/northomics/pepFunk" ], [ "https://github.com/PhosphorylatedRabbits/cosifer" ], [ "https://github.com/RitchieLabIGH/iMOKA" ], [ "https://github.com/mcantor2/FACETS" ], [ "https://github.com/RedaRawi/PaRSnIP" ], [ "https://github.com/alexandrovteam/pySM" ], [ "https://github.com/oschakoory/DeepMPTB" ], [ "https://github.com/WanluLiuLab/CRISPRTE" ], [ "https://github.com/MWPlabUTSW/Chi-Score-Analysis" ], [ "https://github.com/COMBINE-lab/simpleaf" ], [ "https://github.com/COMBINE-lab/simpleaf" ], [ "https://github.com/COMBINE-lab/simpleaf" ], [ "https://github.com/COMBINE-lab/simpleaf" ], [ "https://github.com/vpylro/BTW" ], [ "https://github.com/variomes/sibtm-variomes" ], [ "https://github.com/sys-bio/SBbadger" ], [ "https://github.com/jahuth/convis" ], [ "https://github.com/reactome-pwp/diagram" ], [ "https://github.com/networkbiolab/atlas" ], [ "https://github.com/amrutakale08/geoweaver_cwl-usecases" ], [ "https://github.com/rramadeu/AGHmatrix" ], [ "https://github.com/Matrisome/MatrisomeAnalyzeR" ], [ "https://github.com/ljmartin/fp_low_ave" ], [ "https://github.com/LiangYu-Xidian/MDAGS" ], [ "https://github.com/next-crs4/VariantAlert" ], [ "https://github.com/martinjvickers/MetaPred2CS" ], [ "https://github.com/AmiryousefiLab/ENDS" ], [ "https://github.com/hannelorelongin/FLAMS" ], [ "https://github.com/jun-inoue/orthoscope" ], [ "https://github.com/tkonopka/mouse-embeddings" ], [ "https://github.com/matheo-daly/highway_star" ], [ "https://github.com/yasinkaymaz/HieRFIT" ], [ "https://github.com/wangweiSJTU/OTUR" ], [ "https://github.com/YuLab-SMU/nCov2019" ], [ "https://github.com/matsas-software/MATSAS" ], [ "https://github.com/ToHanwei/Genome2OR" ], [ "https://github.com/qwu1221/ICN" ], [ "https://github.com/guomics-lab/batch_server" ], [ "https://github.com/agerniers/MicroCellClust" ], [ "https://github.com/kvnkuang/maveregistry-front-end" ], [ "https://github.com/BrianOSullivanGit/vcfView" ], [ "https://github.com/UdeS-CoBIUS/DoubleRecViz" ], [ "https://github.com/QiwenKang/CURatio" ], [ "https://github.com/takfung/ResDisMapper" ], [ "https://github.com/fmicompbio/monaLisa" ], [ "https://github.com/MannLabs/ProteomicsVisualization" ], [ "https://github.com/manuel-munoz-aguirre/PyHIST" ], [ "https://github.com/greenelab/sophie" ], [ "https://github.com/ninglolo/SGII" ], [ "https://github.com/paulmorio/protclus" ], [ "https://github.com/jianlin-cheng/MULTICOM_Human_CASP14" ], [ "https://github.com/beebdev/sigfish-haru" ], [ "https://github.com/beebdev/HARU" ], [ "https://github.com/nmelzer/CLARITY" ], [ "https://github.com/CCC-members/BC-VARETA_Toolbox" ], [ "https://github.com/qiime2/q2-feature-classifier" ], [ "https://github.com/Kingsford-Group/hierrepsetselection" ], [ "https://github.com/lanl/pybnf" ], [ "https://github.com/Kingsford-Group/jellyfishsim" ], [ "https://github.com/fritzsedlazeck/Sniffles" ], [ "https://github.com/paulmorio/gincco" ], [ "https://github.com/ratschlab/secedo-evaluation" ], [ "https://github.com/ratschlab/secedo" ], [ "https://github.com/philres/ngmlr" ], [ "https://github.com/mensxmachina/PASL" ], [ "https://github.com/GaoAi/ELRNet" ], [ "https://github.com/A0268/video-demo" ], [ "https://github.com/deepchem/deepchem" ], [ "https://github.com/JRowleyLab/HiCrayon" ], [ "https://github.com/phipsonlab/SuperCellCyto" ], [ "https://github.com/wiederm/transformato" ], [ "https://github.com/AkashCiel/scTopoGAN" ], [ "https://github.com/marcopodda/petri-bio" ], [ "https://github.com/ldz7/PAIA" ], [ "https://github.com/icb-dcm/pypesto" ], [ "https://github.com/WangLabTHU/GPro" ], [ "https://github.com/ncbi/icn3d" ], [ "https://github.com/ncbi/icn3d" ], [ "https://github.com/ncbi/icn3d" ], [ "https://github.com/ncbi/icn3d" ], [ "https://github.com/KennthShang/PhaVIP" ], [ "https://github.com/sdjebali/PaintorPipe" ], [ "https://github.com/fulxie/RefFinder" ], [ "https://github.com/ShumanLab/PhaSER" ], [ "https://github.com/biox-nku/aster" ], [ "https://github.com/pylelab/rMSA" ], [ "https://github.com/mkubiophysics/BacARscan" ], [ "https://github.com/yangji9181/HNE" ], [ "https://github.com/arontier/S_Pred_Paper" ], [ "https://github.com/sarafridov/DAB-quant" ], [ "https://github.com/SimCab-CHU/ifCNV" ], [ "https://github.com/bioinfoDZ/HSMotifDiscover" ], [ "https://github.com/Roestlab/massdash" ], [ "https://github.com/BabuLab-UofR/HPiP" ], [ "https://github.com/Kuanhao-Chao/Wheeler_Graph_Toolkit" ], [ "https://github.com/isaureCdB/protNAff" ], [ "https://github.com/tianrenmaogithub/asap2" ], [ "https://github.com/moranshar/TiPA" ], [ "https://github.com/AbbasAlameer/geoCancerPrognosticDatasetsRetriever" ], [ "https://github.com/ZJUFanLab/scTITANS" ], [ "https://github.com/myungjinlee/GLYCO" ], [ "https://github.com/BBCG/ramr" ], [ "https://github.com/CMRI-ProCan/CRANE" ], [ "https://github.com/d-que/navia" ], [ "https://github.com/zhouyuegithub/CMVNet" ], [ "https://github.com/raghvendra5688/Drug-Repurposing" ], [ "https://github.com/YoshioNakano2021/phy5" ], [ "https://github.com/QiZhangStat/EBHiC" ], [ "https://github.com/multicom-toolbox/multicom" ], [ "https://github.com/JBrownBiostat/Dino" ], [ "https://github.com/jordandouglas/ORC" ], [ "https://github.com/Su-informatics-lab/DSTG" ], [ "https://github.com/zgompert/fsabc" ], [ "https://github.com/zhc940702/CGATCPred" ], [ "https://github.com/AntonioDeFalco/Adaptive-OCGP" ], [ "https://github.com/greenelab/generic-expression-patterns" ], [ "https://github.com/yonatanbitton/mdtel" ], [ "https://github.com/LegumeFederation/gcvit" ], [ "https://github.com/AlexandrovLab/SigProfilerSimulator" ], [ "https://github.com/JamesGallant/ProVision" ], [ "https://github.com/topasmc/dicom-interface" ], [ "https://github.com/aarjas/dynBGP" ], [ "https://github.com/ufbmi/onefl-deduper" ], [ "https://github.com/BigDataBiology/macrel" ], [ "https://github.com/osenan/cliqueMS" ], [ "https://github.com/muhligs/regmex" ], [ "https://github.com/chiyuan1126/RECEEM" ], [ "https://github.com/bioinsilico/BIPSPI" ], [ "https://github.com/paolapesantez/biLouvain" ], [ "https://github.com/YaulabTsinghua/cumulative-Fourier-power-spectrum" ], [ "https://github.com/anasa30/PT_FuelModels" ], [ "https://github.com/ZijingMao/ROICNN" ], [ "https://github.com/imbs-hl/ranger" ], [ "https://github.com/seoklab/GalaxyWater-CNN" ], [ "https://github.com/GuanLab/TAIJI" ], [ "https://github.com/Biobix/REPARATION" ], [ "https://github.com/ryanlayer/giggle" ], [ "https://github.com/mcapuccini/spark-vs" ], [ "https://github.com/stjude/seaseq" ], [ "https://github.com/marschall-lab/panacus" ], [ "https://github.com/msabrysarhan/taxonize_genbank" ], [ "https://github.com/scdantu/pycom" ], [ "https://github.com/Delta4AI/OntoloViz" ], [ "https://github.com/HuanLab/AVIR" ], [ "https://github.com/kuppal2/xMWAS" ], [ "https://github.com/ntyet/rmRNAseq" ], [ "https://github.com/abhhba999/MRM-BERT" ], [ "https://github.com/wells-wood-research/timed-design" ], [ "https://github.com/anddssan/CLOUDe" ], [ "https://github.com/nf-core/nanostring" ], [ "https://github.com/kuratahiroyuki/Stack-DHUpred" ], [ "https://github.com/XiaoqiongXia/MDTips" ], [ "https://github.com/ChenHuaLab/fastHaN" ], [ "https://github.com/geronimp/graftM_gpkgs" ], [ "https://github.com/JinZhangLab/PFCE" ], [ "https://github.com/markliou/ThermalProGAN" ], [ "https://github.com/WangHYLab/ExosomePurity" ], [ "https://github.com/RNA-folding-lab/RNAStat" ], [ "https://github.com/frankligy/BayesTS" ], [ "https://github.com/bioinfoDZ/scDAPP" ], [ "https://github.com/hello-json/CallerRecommendation" ], [ "https://github.com/egeulgen/PANACEA" ], [ "https://github.com/IfDTUlm/CGM_Performance_Assessment" ], [ "https://github.com/begumbektas/makl" ], [ "https://github.com/DessimozLab/omamo" ], [ "https://github.com/greenelab/pancancer-evaluation" ], [ "https://github.com/cast-genomics/haptools" ], [ "https://github.com/shimlab/NanoSplicer" ], [ "https://github.com/orijitghosh/VANESSA-DAM" ], [ "https://github.com/TingLi2016/DeepCarc" ], [ "https://github.com/sqyu/CorDiffViz" ], [ "https://github.com/labomics/MetaLogo" ], [ "https://github.com/s6juncheng/BERTMHC" ], [ "https://github.com/XuegongLab/somde" ], [ "https://github.com/datngu/Circall" ], [ "https://github.com/uwcirg/stayhome-project" ], [ "https://github.com/Greco-Lab/CpGmotifs" ], [ "https://github.com/SethCommichaux/IGC" ], [ "https://github.com/ICB-DCM/pyPESTO" ], [ "https://github.com/ICB-DCM/pyPESTO" ], [ "https://github.com/ICB-DCM/pyPESTO" ], [ "https://github.com/ICB-DCM/pyPESTO" ], [ "https://github.com/yigbt/multiGSEA" ], [ "https://github.com/Marleen1/OGRE" ], [ "https://github.com/wgmao/DataRemix" ], [ "https://github.com/feigl/gipht" ], [ "https://github.com/koonimaru/DeepGMAP" ], [ "https://github.com/Abyss-bai/reference-panel-reconstruction" ], [ "https://github.com/SPKlab/Operon-Finder" ], [ "https://github.com/quinlanW/dbMisLoc" ], [ "https://github.com/thinng/GraphDTA" ], [ "https://github.com/benoukraflab/TFregulomeR" ], [ "https://github.com/korkinlab/dispot" ], [ "https://github.com/VCCRI/VPOT" ], [ "https://github.com/jhroth/data-example" ], [ "https://github.com/TiagoOlivoto/metan" ], [ "https://github.com/andreariba/PheLiM" ], [ "https://github.com/ul-research-support/spcapp" ], [ "https://github.com/cjbrasher/LipidFinder" ], [ "https://github.com/W-L/deviaTE" ], [ "https://github.com/TGAC/NanoOK" ], [ "https://github.com/pezmaster31/bamtools" ], [ "https://github.com/CCC-members/Spectral-Structured-Sparse-Bayesian-Learning" ], [ "https://github.com/venyao/shinyChromosome" ], [ "https://github.com/gymrek-lab/longtr" ], [ "https://github.com/gymrek-lab/longtr" ], [ "https://github.com/gymrek-lab/longtr" ], [ "https://github.com/gymrek-lab/longtr" ], [ "https://github.com/biocorecrg/master_of_pores" ], [ "https://github.com/Lailabcode/DeepSP" ], [ "https://github.com/interactivereport/RNASequest" ], [ "https://github.com/Latheuni/Hierarchical_reject" ], [ "https://github.com/gersteinlab/biocoder" ], [ "https://github.com/PlantSynBioLab/TidyTron" ], [ "https://github.com/SuLab/crowd_cid_relex" ], [ "https://github.com/JEFworks-Lab/STalign" ], [ "https://github.com/JEFworks-Lab/STalign" ], [ "https://github.com/JEFworks-Lab/STalign" ], [ "https://github.com/JEFworks-Lab/STalign" ], [ "https://github.com/mlkr-rbi/dAD" ], [ "https://github.com/alexlancaster/pypop" ], [ "https://github.com/DesignLabUCF/SENSEable_RetrofittingTraining" ], [ "https://github.com/aspuru-guzik-group/selfies" ], [ "https://github.com/linwang1982/NRFSE" ], [ "https://github.com/kiharalab/EM-GAN" ], [ "https://github.com/priyarana/Protein-subcellular-localisation-method" ], [ "https://github.com/GWang2022/iGDP" ], [ "https://github.com/c3g/epivar-browser" ], [ "https://github.com/malikyousef/GediNET" ], [ "https://github.com/zhenzhang-li/RNMF" ], [ "https://github.com/DendrouLab/Photizo" ], [ "https://github.com/kundajelab/fastISM" ], [ "https://github.com/CMDM-Lab/MetaMOPE" ], [ "https://github.com/TesiNicco/snpXplorer" ], [ "https://github.com/nf-core/circrna" ], [ "https://github.com/tbwxmu/SAMPN" ], [ "https://github.com/vanvalenlab/kiosk-console" ], [ "https://github.com/horvatovichlab/MSIWarp" ], [ "https://github.com/covid-19-ontology/covid-19" ], [ "https://github.com/cfbeuchel/Metabolite-Investigator" ], [ "https://github.com/pmcharrison/ppm" ], [ "https://github.com/scannotation/Scannotation_software" ], [ "https://github.com/maranasgroup/dGPredictor" ], [ "https://github.com/Gavin-Yinld/brain_TF" ], [ "https://github.com/benjjneb/dada2" ], [ "https://github.com/engbiopct/EasySSR" ], [ "https://github.com/xiaomizhou616/protein_solubility" ], [ "https://github.com/VIOLINet/Vaxign-ML-docker" ], [ "https://github.com/BioDepot/LINCS_RNAseq_cpp" ], [ "https://github.com/eyalsim/LCV" ], [ "https://github.com/AllanClark/Rcppocc" ], [ "https://github.com/WJmodels/SRCV" ], [ "https://github.com/LuigiAugugliaro/dgcox" ], [ "https://github.com/dbsloan/msc_tree_resampling" ], [ "https://github.com/ghoresh11/sling" ], [ "https://github.com/bioinformatics-ua/taska" ], [ "https://github.com/sirajulsalekin/DeepSNR" ], [ "https://github.com/arzwa/morph-bulk" ], [ "https://github.com/Nextomics/pipeline-for-isoseq" ], [ "https://github.com/bwringe/hybriddetective" ], [ "https://github.com/tbuder/CellTrans" ], [ "https://github.com/npnl/PALS" ], [ "https://github.com/Simonll/LikelihoodFreePhylogenetics" ], [ "https://github.com/Simonll/LikelihoodFreePhylogenetics" ], [ "https://github.com/Simonll/LikelihoodFreePhylogenetics" ], [ "https://github.com/Simonll/LikelihoodFreePhylogenetics" ], [ "https://github.com/anny0316/Drug3D-Net" ], [ "https://github.com/CEMSFlannigan/UEMtomaton" ], [ "https://github.com/LigosQ/iProps" ], [ "https://github.com/hr1912/TreeExp" ], [ "https://github.com/hr1912/TreeExp" ], [ "https://github.com/hr1912/TreeExp" ], [ "https://github.com/hr1912/TreeExp" ], [ "https://github.com/bshihlab/evergene" ], [ "https://github.com/NIGMS/NIGMS-Sandbox" ], [ "https://github.com/NIGMS/NIGMS-Sandbox" ], [ "https://github.com/NIGMS/NIGMS-Sandbox" ], [ "https://github.com/NIGMS/NIGMS-Sandbox" ], [ "https://github.com/friend1ws/EBCall" ], [ "https://github.com/cissy123/YHP-Y-Haplogroup-Predictor-" ], [ "https://github.com/agerniers/scCross" ], [ "https://github.com/RichardChangCA/Deep-Contrastive-Metric-Learning-Method-to-Detect-Polymicrogyria-in-Pediatric-Brain-MRI" ], [ "https://github.com/CSUBioGroup/BEPROF" ], [ "https://github.com/ZachariasLab/GoCa" ], [ "https://github.com/ding-lab/pollock" ], [ "https://github.com/andmccall/Colocalization_by_Cross_Correlation" ], [ "https://github.com/vrettasm/MetalHawk" ], [ "https://github.com/datngu/cscQTL" ], [ "https://github.com/id-bioinfo/TIPars" ], [ "https://github.com/BBCG/epialleleR" ], [ "https://github.com/SarahAyton/MuTATE" ], [ "https://github.com/gevaertlab/RNA-GAN" ], [ "https://github.com/tdgrant1/denss" ], [ "https://github.com/zhanxw/Isoplexis_Data_Analysis" ], [ "https://github.com/zhanxw/Isoplexis_Data_Analysis" ], [ "https://github.com/zhanxw/Isoplexis_Data_Analysis" ], [ "https://github.com/zhanxw/Isoplexis_Data_Analysis" ], [ "https://github.com/molevol-ub/galeon" ], [ "https://github.com/ban-m/jtk" ], [ "https://github.com/SysBioGTU/iDrosophila" ], [ "https://github.com/kuanrongchan/STAGES" ], [ "https://github.com/artedison/Edison_Lab_Shared_Metabolomics_UGA" ], [ "https://github.com/kahramanlab/CanIsoNet_Web" ], [ "https://github.com/mrazvan22/brain-coloring" ], [ "https://github.com/123xiaochen/VCFshiny" ], [ "https://github.com/JC-Price/DeuteRater" ], [ "https://github.com/CSB-KaracaLab/BINDKIN" ], [ "https://github.com/burcakotlu/GLANET" ], [ "https://github.com/caporaso-lab/tax-credit-data" ], [ "https://github.com/RobertGregg/CellularPotts" ], [ "https://github.com/duolinwang/MusiteDeep_web" ], [ "https://github.com/ShirleyWISiu/LigTMap" ], [ "https://github.com/CiaranWelsh/pycotools" ], [ "https://github.com/mesve/SpecieScan" ], [ "https://github.com/jcboyd/multi-cell-line" ], [ "https://github.com/wanderine/BROCCOLI" ], [ "https://github.com/bioinfolabwhu/circRIP" ], [ "https://github.com/tongchf/InDelGT" ], [ "https://github.com/at-cg/ContainX" ], [ "https://github.com/cvdelannoy/baseLess" ], [ "https://github.com/NVlabs/stylegan2" ], [ "https://github.com/EPFL-LCSB/ARBRE" ], [ "https://github.com/G2Lab/ldmat" ], [ "https://github.com/conscienceli/MDTNet" ], [ "https://github.com/Vivianstats/PhitestR" ], [ "https://github.com/HakimBenkirane/CustOmics" ], [ "https://github.com/mi-erasmusmc/TreatmentPatterns" ], [ "https://github.com/prACTISedProgram/prACTISed" ], [ "https://github.com/krumsieklab/sgi" ], [ "https://github.com/samrat-lab/k2p_bioinfo-2022" ], [ "https://github.com/JoWatson2011/subcellularvis" ], [ "https://github.com/pisuduo/Feature-Weighted-Ordinal-Classification-FWOC" ], [ "https://github.com/obenno/ShinySyn" ], [ "https://github.com/QUMU00/mstocirc-master" ], [ "https://github.com/soeaver/Hier-R-CNN" ], [ "https://github.com/jonmohl/ISOGlyP" ], [ "https://github.com/jonmohl/ISOGlyP" ], [ "https://github.com/jonmohl/ISOGlyP" ], [ "https://github.com/jonmohl/ISOGlyP" ], [ "https://github.com/pieterjanvc/wgs2amr" ], [ "https://github.com/FBarthels/BANDIT" ], [ "https://github.com/biovault/SCHNELpy" ], [ "https://github.com/inpacdb/KinomeRun" ], [ "https://github.com/potdarswapnil/Breeze" ], [ "https://github.com/Gorbalenya-Lab/LAMPA" ], [ "https://github.com/jerryji1993/DNABERT" ], [ "https://github.com/matandro/RNAsfbinv" ], [ "https://github.com/ab1989/LVQ-KNN" ], [ "https://github.com/nlawlor/V-SVA" ], [ "https://github.com/fanhuan/phyloRAD" ], [ "https://github.com/rpeckner-broad/Specter" ], [ "https://github.com/mandricigor/repeat-aware" ], [ "https://github.com/louzounlab/CLAIRE" ], [ "https://github.com/PDelre93/hERG-QSAR" ], [ "https://github.com/IcarPA-TBlab/nrc" ], [ "https://github.com/lisagandy/synthesizer" ], [ "https://github.com/cbg-ethz/epiNEM" ], [ "https://github.com/biodataganache/leapR" ], [ "https://github.com/Jialab-UCR/GDCRNATools" ], [ "https://github.com/lhncbc/fda-ars" ], [ "https://github.com/wanglf19/MultiCapsNet" ], [ "https://github.com/binderh/CoxBoost" ], [ "https://github.com/ibalaur/MetabolicFramework" ], [ "https://github.com/mlangill/microbiome_helper" ], [ "https://github.com/mlangill/microbiome_helper" ], [ "https://github.com/mlangill/microbiome_helper" ], [ "https://github.com/mlangill/microbiome_helper" ], [ "https://github.com/pylelab/Arena" ], [ "https://github.com/Maize-Genetics-and-Genomics-Database/PanEffect" ], [ "https://github.com/WGLab/Phen2Gene" ], [ "https://github.com/qiurui4shu/PIG" ], [ "https://github.com/PennChopMicrobiomeProgram/unassigner" ], [ "https://github.com/Jiahuiqu/MoE-PNP" ], [ "https://github.com/statgen/locuszoom" ], [ "https://github.com/nickjcroucher/progressionEstimation" ], [ "https://github.com/ChiLiubio/microeco" ], [ "https://github.com/ykhdu/CWGCN-CCSR-GCN" ], [ "https://github.com/SJTUBME-QianLab/PC_VesselSeg" ], [ "https://github.com/Gregor-Mendel-Institute/tissue-enrichment-test" ], [ "https://github.com/AngryCai/AMKSC" ], [ "https://github.com/ryangreenj/bioinformatics_tool_recommendation" ], [ "https://github.com/hutt94/SCH" ], [ "https://github.com/tub-rip/event_based_optical_flow" ], [ "https://github.com/weixuan-liang/SVD-based-SimpleMKKM" ], [ "https://github.com/chenyian-nibio/manta" ], [ "https://github.com/htseq/htseq" ], [ "https://github.com/lab206/AdaptiveClick" ], [ "https://github.com/Elfenreigen/UniChest" ], [ "https://github.com/nuria-sv/toscca" ], [ "https://github.com/jackh726/bigtools" ], [ "https://github.com/jackh726/bigtools" ], [ "https://github.com/jackh726/bigtools" ], [ "https://github.com/jackh726/bigtools" ], [ "https://github.com/togoid/togoid-config" ], [ "https://github.com/wangxb96/EODE" ], [ "https://github.com/altriavin/NDSGCL" ], [ "https://github.com/bingqing0729/NNCDE" ], [ "https://github.com/luoyan407/grad_prediction" ], [ "https://github.com/kanade00/Federated_Anomaly_detection" ], [ "https://github.com/ruping/TRUP" ], [ "https://github.com/q2479036243/FaViT" ], [ "https://github.com/drorlab/GLOW_IVES" ], [ "https://github.com/lily2lab/RACK" ], [ "https://github.com/banklab/STUN" ], [ "https://github.com/wzhlearning/fNIRSNet" ], [ "https://github.com/danier97/BVI-VFI-database" ], [ "https://github.com/LiDinga/CGTP" ], [ "https://github.com/wwd-ustc/RDTR" ], [ "https://github.com/wangxiao5791509/VisEvent_SOT_Benchmark" ], [ "https://github.com/nchucvml/CSFT" ], [ "https://github.com/cran/FactoMineR" ], [ "https://github.com/joel99/context_general_bci" ], [ "https://github.com/jonathanking/sidechainnet" ], [ "https://github.com/huangnengCSU/compleasm" ], [ "https://github.com/ohuelab/MEGADOCK-on-Colab" ], [ "https://github.com/ssokolen/rnmrfit" ], [ "https://github.com/JHome1/GiO-GiT" ], [ "https://github.com/darcyabjones/selectml" ], [ "https://github.com/theLongLab/kTWAS" ], [ "https://github.com/huangnengCSU/minibusco" ], [ "https://github.com/shunfumao/RefShannon" ], [ "https://github.com/JieZheng-ShanghaiTech/TMELand" ], [ "https://github.com/richiebailey74/CST" ], [ "https://github.com/Ajou-DILab/EM3P2" ], [ "https://github.com/cbsropenproject/6dof_face" ], [ "https://github.com/wangsen99/FDLNet" ], [ "https://github.com/scottjingtt/MAF" ], [ "https://github.com/CHUENGMINCHOU/ALN-DSAC" ], [ "https://github.com/WillDreamer/PEACE" ], [ "https://github.com/GaoLabXDU/RobustCCC" ], [ "https://github.com/scientificomputing/CytoCopasi" ], [ "https://github.com/J-P-Borg/BioInformatics" ], [ "https://github.com/51cloud/DRDN" ], [ "https://github.com/SCLBD/MCG-Blackbox" ], [ "https://github.com/Luffy03/CISC-R" ], [ "https://github.com/WPC-WHU/GROR" ], [ "https://github.com/liuyang-ict/awesome-visual-transformers" ], [ "https://github.com/HikariTJU/LD" ], [ "https://github.com/ChenCookie/cytocoarsening" ], [ "https://github.com/jessicabonnie/dandd" ], [ "https://github.com/instadeepai/manyfold" ], [ "https://github.com/kongxiuxiu/MCCNetV2" ], [ "https://github.com/OLF-Bioinformatics/VariantDetective" ], [ "https://github.com/LayneH/self-adaptive-training" ], [ "https://github.com/yikaiw/CEN" ], [ "https://github.com/JLiangLab/DiRA" ], [ "https://github.com/JLiangLab/DiRA" ], [ "https://github.com/JLiangLab/DiRA" ], [ "https://github.com/JLiangLab/DiRA" ], [ "https://github.com/KingJamesSong/FastDifferentiableMatSqrt" ], [ "https://github.com/AutoML-Research/TREFE" ], [ "https://github.com/VDelv/Emotion-EEG" ], [ "https://github.com/BoCheng-96/ISF-GOM" ], [ "https://github.com/HUANGLIZI/LViT" ], [ "https://github.com/liuqk3/PUT" ], [ "https://github.com/js-fan/MCIC" ], [ "https://github.com/jinnh/PDE-Net" ], [ "https://github.com/zhanglab-wbgcas/PiTLiD" ], [ "https://github.com/caiqi/Cascasde-3D" ], [ "https://github.com/wengweng001/LEOPARD" ], [ "https://github.com/haifangong/VQAMix" ], [ "https://github.com/xmed-lab/SAHC" ], [ "https://github.com/YHDang/pose-estimation" ], [ "https://github.com/Greak-1124/LMFFNet" ], [ "https://github.com/zskuang58/WTRN-TIP" ], [ "https://github.com/ZhilinGuo/ST-A2J" ], [ "https://github.com/Qinwenjinswu/TIP-Code" ], [ "https://github.com/xdweixia/GECMC" ], [ "https://github.com/zhibinliao89/fracture_attention_guidance" ], [ "https://github.com/VITA-Group/CERL" ], [ "https://github.com/AlexTS1980/COVID-Affinity-Model" ], [ "https://github.com/ygjwd12345/VISTA-Net" ], [ "https://github.com/ssaneei/Wordpars" ], [ "https://github.com/omixlab/bambu-v2" ], [ "https://github.com/taraponglab/deepra" ], [ "https://github.com/MengweiLi-project/gmqn" ], [ "https://github.com/mpc-bioinformatics/bionda" ], [ "https://github.com/mlpen/Nystromformer" ], [ "https://github.com/ChenJoya/sampling-free" ], [ "https://github.com/YakhiniGroup/LoRSI" ], [ "https://github.com/yulisun/IRG-McS" ], [ "https://github.com/maialab/quincunx" ], [ "https://github.com/lmbxmu/EPruner" ], [ "https://github.com/fwt-team/DSVAE" ], [ "https://github.com/relastle/halcyon" ], [ "https://github.com/Icep2020/CrowdGAN" ], [ "https://github.com/single-cell-genetics/cellsnp-lite" ], [ "https://github.com/shu-hai/two-stage-VAE-Attention-gate-BraTS2020" ], [ "https://github.com/Sandipan99/Ranking_cluster_algorithms" ], [ "https://github.com/fedl-repo/fedaux" ], [ "https://github.com/XinbangZhang/DATA-NAS" ], [ "https://github.com/NeuroCompLab-psu/SNN-Conversion" ], [ "https://github.com/tbwxmu/2019-nCov" ], [ "https://github.com/PCAubin/GRISLI" ], [ "https://github.com/GouXiangJian/SSRMMD" ], [ "https://github.com/Onogi/GenomeBasedModel" ], [ "https://github.com/marianattestad/ribbon" ], [ "https://github.com/lgpdevtools/srax" ], [ "https://github.com/Ding-Liu/DeepDenoising" ], [ "https://github.com/microsoft/frame-flow" ], [ "https://github.com/krisrs1128/multitable_review" ], [ "https://github.com/UofABioinformaticsHub/shinyNgsreports" ], [ "https://github.com/kouroshz/fenn" ], [ "https://github.com/SAMtoBAM/MUMandCo" ], [ "https://github.com/bittremieux/spectrum_utils" ], [ "https://github.com/franciscozorrilla/metaGEM" ], [ "https://github.com/tchitchek-lab/CytoBackBone" ], [ "https://github.com/JLSteenwyk/treehouse" ], [ "https://github.com/bioinfo0706/RaaMLab" ], [ "https://github.com/pogudingleb/SIAN" ], [ "https://github.com/spatkar94/NetworkAnnotation" ], [ "https://github.com/lmward/MetaPOAP" ], [ "https://github.com/OpenGene/fastp" ], [ "https://github.com/ogotoh/fitild" ], [ "https://github.com/dkoslicki/EMDUniFrac" ], [ "https://github.com/PPEXCEPED/TGA" ], [ "https://github.com/eliberis/parapred" ], [ "https://github.com/LosicLab/STARChip" ], [ "https://github.com/Greco-Lab/INfORM" ], [ "https://github.com/PeptoneInc/pepkalc" ], [ "https://github.com/saorisakaue/GREP" ], [ "https://github.com/csoneson/countsimQC" ], [ "https://github.com/manalirupji/CASAS" ], [ "https://github.com/dohalloran/fastQ_brew" ], [ "https://github.com/gohwils/NetProt" ], [ "https://github.com/superphy/insilico-subtyping" ], [ "https://github.com/ramzan1990/ACRE" ], [ "https://github.com/alexandrutomescu/MixedPerfectPhylogeny" ], [ "https://github.com/phenopolis/pheno4j" ], [ "https://github.com/AdmiralenOla/Scoary" ], [ "https://github.com/rikiyay/style-transfer-for-digital-pathology" ], [ "https://github.com/lmse/impact" ], [ "https://github.com/hzi-bifo/snowball" ], [ "https://github.com/kuleshov/architect" ], [ "https://github.com/fgvieira/ngsF-HMM" ], [ "https://github.com/byucsl/ogcleaner" ], [ "https://github.com/cjri/samfire" ], [ "https://github.com/etiennelord/BRIDES" ], [ "https://github.com/pechano/cryostage" ], [ "https://github.com/lorifranke/SlicerTMS" ], [ "https://github.com/vlcc/HSA" ], [ "https://github.com/lbf-ijs/DiffusiveDynamics" ], [ "https://github.com/ChrisMaherLab/INTEGRATE-Neo" ], [ "https://github.com/matthewberryman/author-detection" ], [ "https://github.com/msproteomicstools/msproteomicstools" ], [ "https://github.com/bushlab/mynclist" ], [ "https://github.com/CTPLab/GILEA" ], [ "https://github.com/CSUBioGroup/Dopcc" ], [ "https://github.com/ScialdoneLab/COMUNET" ], [ "https://github.com/LIANGKE23/Awesome-Knowledge-Graph-Reasoning" ], [ "https://github.com/Bhattacharya-Lab/lociPARSE" ], [ "https://github.com/YanHu-or-SawyerHu/prompt-learning-based-sentence-classifier-in-medical-abstracts" ], [ "https://github.com/LondonBiofoundry/basicsynbio" ], [ "https://github.com/chonglab-pitt/wedap" ], [ "https://github.com/chonglab-pitt/wedap" ], [ "https://github.com/chonglab-pitt/wedap" ], [ "https://github.com/chonglab-pitt/wedap" ], [ "https://github.com/Sun-Yanbo/FasParser" ], [ "https://github.com/Sun-Yanbo/FasParser" ], [ "https://github.com/Sun-Yanbo/FasParser" ], [ "https://github.com/Sun-Yanbo/FasParser" ], [ "https://github.com/SammedMandape/MMDIT_UI" ], [ "https://github.com/leihouyeung/SD2" ], [ "https://github.com/schenc3/InteractiveROSETTA" ], [ "https://github.com/nie-lang/CoupledTPS" ], [ "https://github.com/vsislab/DeTAL" ], [ "https://github.com/chenmc1996/LNL-IS" ], [ "https://github.com/kusterlab/universal_spectrum_explorer" ], [ "https://github.com/lncRNAAddict/PySmooth" ], [ "https://github.com/Mashirops/VSSI-GGD" ], [ "https://github.com/npucvr/WSCUOD" ], [ "https://github.com/ZhenyueQin/PSGNN" ], [ "https://github.com/ManLiuCoder/POPRNet" ], [ "https://github.com/srovins/wesad" ], [ "https://github.com/chung-lab/SCAFE" ], [ "https://github.com/birkhoffkiki/CAS-Transformer" ], [ "https://github.com/NUST-Machine-Intelligence-Laboratory/HGPU" ], [ "https://github.com/discretedynamics/cyclone" ], [ "https://github.com/Phevos75/HRCLRE" ], [ "https://github.com/Jthy-af/HaPPy" ], [ "https://github.com/mhaut/eDNNcomm" ], [ "https://github.com/davidquigley/aardvark" ], [ "https://github.com/dyabel/CoAR-ZSL" ], [ "https://github.com/NVlabs/PWC-Net" ], [ "https://github.com/hhaentze/MaskedPangenie" ], [ "https://github.com/yuabrahamliu/methylClass" ], [ "https://github.com/Zian-Xu/Swin-MAE" ], [ "https://github.com/wang3702/CoSeg" ], [ "https://github.com/tzt101/INADE" ], [ "https://github.com/IH2A/Swalkit" ], [ "https://github.com/bytedance/TWIST" ], [ "https://github.com/WangJun2023/EEOMVC" ], [ "https://github.com/guobaoxiao/PGFNet" ], [ "https://github.com/uio-bmi/dagsim" ], [ "https://github.com/Bobholamovic/CDLab" ], [ "https://github.com/Ze-Yang/Efficient-FSOD" ], [ "https://github.com/chenxin-dlut/TransT-M" ], [ "https://github.com/schmeing/gapless" ], [ "https://github.com/supramolecular-toolkit/stk" ], [ "https://github.com/DavidBrainard/RenderToolbox3" ], [ "https://github.com/pleaseconnectwifi/PNAL" ], [ "https://github.com/doujiang-zheng/TIP-GNN" ], [ "https://github.com/wanzhuxie/ARIAS" ], [ "https://github.com/Monash-CyPhi-AI-Research-Lab/ernet" ], [ "https://github.com/li-lab-mcgill/GAT-ETM" ], [ "https://github.com/trainsn/VDL-Surrogate" ], [ "https://github.com/zackschen/DMM" ], [ "https://github.com/PennHui2016/ProInfer" ], [ "https://github.com/tlemane/kmdiff" ], [ "https://github.com/ShuklaLab/muSignAl" ], [ "https://github.com/zhouhao0515/unbiasedSGG-DSDI" ], [ "https://github.com/yuhuan-wu/P2T" ], [ "https://github.com/Bios4Biol/MINTIA" ], [ "https://github.com/winycg/HSAKD" ], [ "https://github.com/zhoudaquan/dvit_repo" ], [ "https://github.com/zhuangpeixian/HLRP" ], [ "https://github.com/chunbolang/HPA" ], [ "https://github.com/ShuGuoJ/GiGCN" ], [ "https://github.com/RayRuizhiLiao/mutual_info_img_txt" ], [ "https://github.com/AggMan96/RK-Net" ], [ "https://github.com/Tviskaron/pathfinding-in-stochastic-envs" ], [ "https://github.com/Kira0096/PQAG" ], [ "https://github.com/seqan/needle" ], [ "https://github.com/smutao/LModeA-nano" ], [ "https://github.com/betsig/how_are_we_stranded_here" ], [ "https://github.com/HeXiax/AGCC" ], [ "https://github.com/open-mmlab/mmediting" ], [ "https://github.com/open-mmlab/mmediting" ], [ "https://github.com/open-mmlab/mmediting" ], [ "https://github.com/open-mmlab/mmediting" ], [ "https://github.com/lsabrinax/VideoTextSCM" ], [ "https://github.com/JudasDie/SOTS" ], [ "https://github.com/JudasDie/SOTS" ], [ "https://github.com/JudasDie/SOTS" ], [ "https://github.com/JudasDie/SOTS" ], [ "https://github.com/vis-opt-group/BLO" ], [ "https://github.com/lppllppl920/SAGE-SLAM" ], [ "https://github.com/CHENGY12/APNet" ], [ "https://github.com/yoqim/TBLD" ], [ "https://github.com/evolbioinfo/gotree" ], [ "https://github.com/tzyRachel/K-anonymity-Expectation" ], [ "https://github.com/SystemsBioinformatics/ecmtool" ], [ "https://github.com/batmanlab/ICML-2023-Route-interpret-repeat" ], [ "https://github.com/kamwoh/DeepIPR" ], [ "https://github.com/lxlsu/SPP_CPI" ], [ "https://github.com/yjzhang96/Motion-ETR" ], [ "https://github.com/blue-blue272/OccludedReID-RFCnet" ], [ "https://github.com/zhaoyuzhi/SVCNet" ], [ "https://github.com/Jianningli/tmi" ], [ "https://github.com/sshan-zhao/ACMNet" ], [ "https://github.com/QE-Lab/QuASeR" ], [ "https://github.com/ekraka/TS-GAN" ], [ "https://github.com/NCATS-Tangerine/translator-knowledge-beacon" ], [ "https://github.com/guilherme-araujo/gsop-dist" ], [ "https://github.com/syxiaa/Multiclass-Label-Noise-Filtering-Learning" ], [ "https://github.com/ZiyuFanCSU/MSCSol" ], [ "https://github.com/weiquan/mam" ], [ "https://github.com/misteru/CNAFS" ], [ "https://github.com/PapenfussLab/bionix" ], [ "https://github.com/szzexpoi/AiR" ], [ "https://github.com/JosephChenHub/DPANet" ], [ "https://github.com/RealityBending/Pyllusion" ], [ "https://github.com/facebookresearch/LaMCTS" ], [ "https://github.com/kamimrcht/REINDEER" ], [ "https://github.com/apblair/CellLayers" ], [ "https://github.com/sseung0703/KD_methods_with_TF" ], [ "https://github.com/rohan-shah/mpMap2" ], [ "https://github.com/biogacop/Boost_LP_EFM" ], [ "https://github.com/val-iisc/lsc-cnn" ], [ "https://github.com/so-nakashima/Lineage-EM-algorithm" ], [ "https://github.com/taohan10200/NLT" ], [ "https://github.com/XinbangZhang/DSO-NAS" ], [ "https://github.com/yuht4/SANPolyA" ], [ "https://github.com/MathOnco/EvoFreq" ], [ "https://github.com/jessemzhang/tn_test" ], [ "https://github.com/spacegraphcats/spacegraphcats" ], [ "https://github.com/cartoonist/psi" ], [ "https://github.com/bel-enrichment/bel-enrichment" ], [ "https://github.com/NuriddinovMA/C-InterSecture" ], [ "https://github.com/arose/nglview" ], [ "https://github.com/lyotvincent/X2H" ], [ "https://github.com/biocore-ntnu/epic2" ], [ "https://github.com/martijn-cordes/ImSpectR" ], [ "https://github.com/drzh/defor" ], [ "https://github.com/StephanSeifert/SurrogateMinimalDepth" ], [ "https://github.com/zjut-gwl/CSDRCANet" ], [ "https://github.com/sahandk/SUBSTRA" ], [ "https://github.com/TRON-Bioinformatics/neofox" ], [ "https://github.com/IFL-CAMP/pose_regularization" ], [ "https://github.com/rongjiewang/BdBG" ], [ "https://github.com/ncbi/SKESA" ], [ "https://github.com/USTC-HIlab/MDNNMD" ], [ "https://github.com/niccw/repeatCraftp" ], [ "https://github.com/BIOS-IMASL/13Check_RNA" ], [ "https://github.com/mciach/LocusTreeInference" ], [ "https://github.com/transbioZI/Gimpute" ], [ "https://github.com/BIONF/phyloprofile" ], [ "https://github.com/SystemsBiologyOfJianghanUniversity/miRvial" ], [ "https://github.com/XiongLi2016/ESMO" ], [ "https://github.com/Reed-CompBio/pathway-reconciliation" ], [ "https://github.com/nagornovys/Cancer_cell_evolution" ], [ "https://github.com/remega/video_database" ], [ "https://github.com/baderzone/biopartsbuilder" ], [ "https://github.com/williamgilpin/pypdb" ], [ "https://github.com/frankMusacchia/Annocript" ], [ "https://github.com/FATSLiM/fatslim" ], [ "https://github.com/afgane/bioblend" ], [ "https://github.com/afgane/bioblend" ], [ "https://github.com/afgane/bioblend" ], [ "https://github.com/afgane/bioblend" ], [ "https://github.com/larisa-soldatova/HELO" ], [ "https://github.com/brentp/methylcode" ], [ "https://github.com/hcandela/MAPtools" ], [ "https://github.com/weix21/TORC" ], [ "https://github.com/sarahsamorodnitsky/SPOT" ], [ "https://github.com/sarahsamorodnitsky/SPOT" ], [ "https://github.com/sarahsamorodnitsky/SPOT" ], [ "https://github.com/sarahsamorodnitsky/SPOT" ], [ "https://github.com/kuleshov/ProbHap" ], [ "https://github.com/MD-Anderson-Bioinformatics/RPPASPACE" ], [ "https://github.com/plaisier-lab/ccafv2_R" ], [ "https://github.com/jtleek/sva-devel" ], [ "https://github.com/enheliang/Thyroid-Segmentation-Network" ], [ "https://github.com/tomas-fer/HybPhyloMaker" ], [ "https://github.com/shyam671/Mask2Anomaly-Unmasking-Anomalies-in-Road-Scene-Segmentation" ], [ "https://github.com/dreambamboo/NuSEA" ], [ "https://github.com/TravisWheelerLab/ULTRA" ], [ "https://github.com/hnuhyuwa/FullPointTransformer" ], [ "https://github.com/sebwouters/chemps2" ], [ "https://github.com/davidkartchner/biomedical-entity-linking" ], [ "https://github.com/bobo909/IID-SfmLearner" ], [ "https://github.com/griff4692/calibrating-summaries" ], [ "https://github.com/AshuiRUA/NPI-GNN" ], [ "https://github.com/fmri123456/CE-GAN" ], [ "https://github.com/wanxinhang/OMVCDR" ], [ "https://github.com/Loping151/ForPlane" ], [ "https://github.com/greener-group/GB99dms" ], [ "https://github.com/CSU-NLP-Group/Sequential-Sentence-Classification" ], [ "https://github.com/waynebhayes/BLANT" ], [ "https://github.com/YTLogos/BnaSNPDB" ], [ "https://github.com/pdelangen/Muffin" ], [ "https://github.com/RSamyak/fmatrix" ], [ "https://github.com/hellozhuo/msgc" ], [ "https://github.com/YangLibuaa/DMV-MAT" ], [ "https://github.com/NUST-Machine-Intelligence-Laboratory/SSC" ], [ "https://github.com/MoritzKappel/MoNeRF" ], [ "https://github.com/zchoi/VCRN" ], [ "https://github.com/Windere/snn-cvt-dual-phase" ], [ "https://github.com/venyao/ECOGEMS" ], [ "https://github.com/zjfheart/BadLabels" ], [ "https://github.com/zjupgx/deephlapan" ], [ "https://github.com/CompCy-lab/scLKME" ], [ "https://github.com/crsl4/nn-phylogenetics" ], [ "https://github.com/SVMrelated/UFS" ], [ "https://github.com/airy975924806/yolo-G" ], [ "https://github.com/Brikwerk/MEM-FS" ], [ "https://github.com/Intelligent-Computing-Lab-Yale/EfficientLIF-Net" ], [ "https://github.com/gigantocypris/SPREAD" ], [ "https://github.com/cyang03/CHECKED" ], [ "https://github.com/zjsong/Audio-Visual-Predictive-Coding" ], [ "https://github.com/raminass/BERTwalk" ], [ "https://github.com/sysu19351158/FPB-FOMM" ], [ "https://github.com/YYJ1anG/MFPSNet" ], [ "https://github.com/ablab/spades" ], [ "https://github.com/ablab/spades" ], [ "https://github.com/ablab/spades" ], [ "https://github.com/ablab/spades" ], [ "https://github.com/xiaoyu518/genofunc" ], [ "https://github.com/ZhangGroup-MITChemistry/OpenABC" ], [ "https://github.com/med-air/IOP-FL" ], [ "https://github.com/algbio/themisto" ], [ "https://github.com/QueuQ/HPNs" ], [ "https://github.com/zexiJia/EvSegFormer" ], [ "https://github.com/Zongwei97/HIDANet" ], [ "https://github.com/hitcszx/ALFs" ], [ "https://github.com/guijiejie/ICCL" ], [ "https://github.com/NJUyued/MutexMatch4SSL" ], [ "https://github.com/freshman97/LinTransUNet" ], [ "https://github.com/ACuOoOoO/ReDFeat" ], [ "https://github.com/qianngli/DualSR" ], [ "https://github.com/zhengxyun/Surface-SOS" ], [ "https://github.com/Hzzone/ProPos" ], [ "https://github.com/nsmro/SYNPHONI" ], [ "https://github.com/pvlib/twoaxistracking" ], [ "https://github.com/ispc-lab/HRegNet2" ], [ "https://github.com/bearshng/smds-net" ], [ "https://github.com/xlliu7/TadTR" ], [ "https://github.com/laplcebeltrami/hodge" ], [ "https://github.com/databio2022/GraphBio" ], [ "https://github.com/jochotecoa/ml_proteomics" ], [ "https://github.com/teslacool/m-curl" ], [ "https://github.com/NTU-UAVG/CTS-visual-drone-swarm" ], [ "https://github.com/FeiYee/HerbKG" ], [ "https://github.com/shenfc/POKR" ], [ "https://github.com/Biomedical-Imaging-Group/Steer-n-Detect" ], [ "https://github.com/shoryaconsul/XHap" ], [ "https://github.com/JWSoh/VDIR" ], [ "https://github.com/xylimeng/fQR-testing" ], [ "https://github.com/wassermanlab/revup" ], [ "https://github.com/youweiliang/Multi-view_Graph_Learning" ], [ "https://github.com/SynBioDex/tyto" ], [ "https://github.com/aioz-ai/LDR_ALDK" ], [ "https://github.com/UMCUGenetics/svMIL" ], [ "https://github.com/vis-opt-group/TMICS" ], [ "https://github.com/HDCVLab/Enhanced-Spatio-Temporal-Interaction-Learning-for-Video-Deraining" ], [ "https://github.com/sinc-lab/exp2GO" ], [ "https://github.com/BioLab-cz/DiagAF" ], [ "https://github.com/IRMVLab/SIConv" ], [ "https://github.com/umr-ds/repairnatrix" ], [ "https://github.com/ryomiya/Prediction-and-analysis-of-antifreeze-proteins" ], [ "https://github.com/kcl-bhi/mapper-pipeline" ], [ "https://github.com/xizhou/co-occurrence-analysis" ], [ "https://github.com/bionlplab/report_generation_amia2022" ], [ "https://github.com/AoxiangFan/EifficientDeterministicSearch" ], [ "https://github.com/stjude/indelPost" ], [ "https://github.com/ningq669/DEXGB_Glu" ], [ "https://github.com/lyotvincent/PBGI" ], [ "https://github.com/ZitongYu/3DCDC-NAS" ], [ "https://github.com/Cxd-626/Staem5" ], [ "https://github.com/anuradhawick/GraphPlas" ], [ "https://github.com/luimoli/RATFM" ], [ "https://github.com/dwgoon/nezzle" ], [ "https://github.com/JiayuYANG/CVP-MVSNet" ], [ "https://github.com/BRF123/Cnngeno" ], [ "https://github.com/ydLiu-HIT/SKSV" ], [ "https://github.com/hseabolt/tautyping" ], [ "https://github.com/berybox/KEC" ], [ "https://github.com/hkaggarwal/J-MoDL" ], [ "https://github.com/wirriamm/plants-pipeline" ], [ "https://github.com/ChengZY/HGR" ], [ "https://github.com/nkicsl/Fundus_Review" ], [ "https://github.com/carrierlxk/COSNet" ], [ "https://github.com/XiaofengCao-MachineLearning/Shattering-Distribution-for-Active-Learning" ], [ "https://github.com/rmcong/DAFNet_TIP20" ], [ "https://github.com/HRanWang/Spatial-Re-Scaling" ], [ "https://github.com/BioinformaticsLabAtMUN/PromoTech" ], [ "https://github.com/BiodataAnalysisGroup/UMIc" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/nadeemlab/CEP" ], [ "https://github.com/junjun-jiang/MSSG" ], [ "https://github.com/shidan0122/FMICS" ], [ "https://github.com/danini/magsac" ], [ "https://github.com/almaan/sepal" ], [ "https://github.com/WinnieJiangHW/Carry-lookahead_RNN" ], [ "https://github.com/LoGT-KULeuven/SASpector" ], [ "https://github.com/GMOD/cram-js" ], [ "https://github.com/rorynolan/nandb" ], [ "https://github.com/hrlblab/Map3D" ], [ "https://github.com/songlab/chance" ], [ "https://github.com/hychim/molpc2" ], [ "https://github.com/aqlaboratory/pnerf" ], [ "https://github.com/mayalevy/CENA" ], [ "https://github.com/yun-liu/LIID" ], [ "https://github.com/TulsaBioinformaticsToolsmith/Look4TRs" ], [ "https://github.com/CSUBioGroup/NIMCE" ], [ "https://github.com/lafita/tadoss" ], [ "https://github.com/MCorentin/VarGen" ], [ "https://github.com/yuzhimanhua/lm-lstm-crf" ], [ "https://github.com/TurkuNLP/BioCreativeVI_BioID_assignment" ], [ "https://github.com/mlangill/microbiome_helper" ], [ "https://github.com/mlangill/microbiome_helper" ], [ "https://github.com/mlangill/microbiome_helper" ], [ "https://github.com/mlangill/microbiome_helper" ], [ "https://github.com/TaniaCuppens/GEMPROT" ], [ "https://github.com/psychopa4/MMCNN" ], [ "https://github.com/MichaelPHStumpf/Peitho" ], [ "https://github.com/icelu/GI_Cluster" ], [ "https://github.com/aamir-mustafa/super-resolution-adversarial-defense" ], [ "https://github.com/itsmeafra/Sublevel-Set-TDA" ], [ "https://github.com/hangelwen/metaCRISPR" ], [ "https://github.com/alisn72/DPCT" ], [ "https://github.com/SergeMOULIN/retrotransposons-spread" ], [ "https://github.com/JoniColeman/gwas_scripts" ], [ "https://github.com/ugcd/solarius" ], [ "https://github.com/vqf/nVenn" ], [ "https://github.com/mpgerstl/tEFMA" ], [ "https://github.com/mpgerstl/tEFMA" ], [ "https://github.com/mpgerstl/tEFMA" ], [ "https://github.com/mpgerstl/tEFMA" ], [ "https://github.com/BackofenLab/IntaRNA" ], [ "https://github.com/macmanes/error_correction" ], [ "https://github.com/MattCzajkowski/GenCoF" ], [ "https://github.com/TGAC/RAMPART" ], [ "https://github.com/NetherlandsMetabolomicsCentre/metitree" ], [ "https://github.com/WkEEn/PLCC" ], [ "https://github.com/Sorades/CLAT" ], [ "https://github.com/hiteshpatel379/PyWATER" ], [ "https://github.com/at-cg/PanAligner" ], [ "https://github.com/NeuroTechX/moabb" ], [ "https://github.com/xiezhq/ISEScan" ], [ "https://github.com/watchdog-wms/watchdog-wms-workflows" ], [ "https://github.com/mangye16/ReID-Label-Noise" ], [ "https://github.com/PanHaulin/ConCutMix" ], [ "https://github.com/hendrick0403/COWID" ], [ "https://github.com/ksanao/TGNet" ], [ "https://github.com/elkebir-group/PhySigs" ], [ "https://github.com/YuLab-SMU/ggmsa" ], [ "https://github.com/pblischak/fluidigm2purc" ], [ "https://github.com/pkhoueiry/fcScan" ], [ "https://github.com/Puumanamana/CoCoNet" ], [ "https://github.com/riverlee/MitoSeek" ], [ "https://github.com/lichen2018/stVAE" ], [ "https://github.com/iobio-zjut/DeepMDisPre" ], [ "https://github.com/GC-WSL/NDI" ], [ "https://github.com/bensdvir/GradHC" ], [ "https://github.com/yuxunluo9/DrIGCL" ], [ "https://github.com/ChangSIG/SIG" ], [ "https://github.com/dingyn-Reno/MDR-GCN" ], [ "https://github.com/zhangzm0128/CCGR" ], [ "https://github.com/Hhy096/nomogram" ], [ "https://github.com/wsb853529465/YOLOH-main" ], [ "https://github.com/arzwa/wgd" ], [ "https://github.com/CandleLabAI/CLINet-ECG-Classification-2024" ], [ "https://github.com/ByZ0e/HSTT" ], [ "https://github.com/xianchaoguan/GramGAN" ], [ "https://github.com/akshaydudhane16/BIPNet" ], [ "https://github.com/ddghjikle/Out-of-sample-restoration" ], [ "https://github.com/shenmishajing/PAL" ], [ "https://github.com/TKH666/Fed-NCL" ], [ "https://github.com/metamaden/recountmethylation_flexible-blood-analysis_manuscript" ], [ "https://github.com/samtools/BCFtools" ], [ "https://github.com/Janet-xujing-1216/SafeCrowdNav" ], [ "https://github.com/Teichlab/bbknn" ], [ "https://github.com/WangLabHKUST/CNAPE" ], [ "https://github.com/yuabrahamliu/CWGCNA" ], [ "https://github.com/beirnaert/speaq" ], [ "https://github.com/noriakis/ggkegg" ], [ "https://github.com/jedforrest/BondGraphs" ], [ "https://github.com/cortes-ciriano-lab/ReConPlot" ], [ "https://github.com/alexfreudenberg/miraculix" ], [ "https://github.com/JialeCao001/SipMask" ], [ "https://github.com/yisiyu95/R2FGC" ], [ "https://github.com/gftww/B2C" ], [ "https://github.com/GGaoxiang/PATrans" ], [ "https://github.com/zhyczy/FedTP" ], [ "https://github.com/lok-18/GeSeNet" ], [ "https://github.com/Jordi-Manuello/CBMAT" ], [ "https://github.com/niemasd/ViralConsensus" ], [ "https://github.com/MiaoLab20/DBMD" ], [ "https://github.com/MiaoLab20/DBMD" ], [ "https://github.com/MiaoLab20/DBMD" ], [ "https://github.com/MiaoLab20/DBMD" ], [ "https://github.com/Siritao/EC-CMS" ], [ "https://github.com/Holidays1999/Neural-Network-Pruning-through-its-RegularGraph-Structure" ], [ "https://github.com/Kelvin-Ju/GR-PSN" ], [ "https://github.com/chunbolang/BAM" ], [ "https://github.com/safaad/aim" ], [ "https://github.com/chrishil1/ChromDL" ], [ "https://github.com/chrishil1/ChromDL" ], [ "https://github.com/chrishil1/ChromDL" ], [ "https://github.com/chrishil1/ChromDL" ], [ "https://github.com/jhhung/kISS" ], [ "https://github.com/williamdee1/LMPred_AMP_Prediction" ], [ "https://github.com/imagej/imglib" ], [ "https://github.com/IlyaLab/gssnng" ], [ "https://github.com/gavinmdouglas/FuncDiv" ], [ "https://github.com/fanyang587/MGL" ], [ "https://github.com/XingliangJin/Fine-Style" ], [ "https://github.com/dddzg/up-detr" ], [ "https://github.com/super-resolution/Ebert-et-al-2022-supplement" ], [ "https://github.com/ternencewu123/PARCEL" ], [ "https://github.com/wuzhenyubuaa/DPNet" ], [ "https://github.com/Amelie01/CLRNet" ], [ "https://github.com/RolandFaure/QuickDeconvolution" ], [ "https://github.com/Qianyu1226/Crosslink-Net" ], [ "https://github.com/JustaTinyDot/BiTr-Unet" ], [ "https://github.com/WenbinLee/DefensiveFSL" ], [ "https://github.com/vailatuts/SSFG-regularization" ], [ "https://github.com/Ha0Tang/SelectionGAN" ], [ "https://github.com/KoslickiLab/L2-UniFrac" ], [ "https://github.com/KoslickiLab/L2-UniFrac" ], [ "https://github.com/KoslickiLab/L2-UniFrac" ], [ "https://github.com/KoslickiLab/L2-UniFrac" ], [ "https://github.com/yulisun/AGSCC" ], [ "https://github.com/liuzhuang13/Transferable_RA" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/MIVRC/MLEFGN-PyTorch" ], [ "https://github.com/penghu-cs/UCCH" ], [ "https://github.com/VITA-Group/Deep_GCN_Benchmarking" ], [ "https://github.com/usccolumbia/deeperGATGNN" ], [ "https://github.com/W1AE/OCC" ], [ "https://github.com/LinearFold/LinearAlifold" ], [ "https://github.com/LinearFold/LinearAlifold" ], [ "https://github.com/LinearFold/LinearAlifold" ], [ "https://github.com/LinearFold/LinearAlifold" ], [ "https://github.com/buptantEEG/BEATS" ], [ "https://github.com/SJLeo/FFSD" ], [ "https://github.com/Andrew-Qibin/VisionPermutator" ], [ "https://github.com/liuyudut/ResTune" ], [ "https://github.com/Goodman-lab/DP5" ], [ "https://github.com/HCPLab-SYSU/HIAM" ], [ "https://github.com/Ha0Tang/LGGAN" ], [ "https://github.com/CuthbertCai/SRDA" ], [ "https://github.com/dpmlab/img2fmri" ], [ "https://github.com/sarahet/RLM" ], [ "https://github.com/wangbi1988/Lifelong-learning-in-Open-World-Classification" ], [ "https://github.com/wuzhe71/DCN" ], [ "https://github.com/jzbio/MultiTrans" ], [ "https://github.com/Vicky123wzy/RetroScan" ], [ "https://github.com/ZJULearning/SSG" ], [ "https://github.com/blanclist/CDNet" ], [ "https://github.com/danieljf24/hybrid_space" ], [ "https://github.com/Annbless/DUTCode" ], [ "https://github.com/mmoradi-iut/BioCIE" ], [ "https://github.com/layumi/person-reid-3d" ], [ "https://github.com/maryamrabiee/SODA" ], [ "https://github.com/DirtyHarryLYL/Transferable-Interactiveness-Network" ], [ "https://github.com/theLongLab/wglink" ], [ "https://github.com/VITA-Group/EnlightenGAN" ], [ "https://github.com/hahnlab/CAFE5" ], [ "https://github.com/BioComputingUP/MobiDB-lite" ], [ "https://github.com/InfOmics/PANPROVA" ], [ "https://github.com/gui11aume/sesame" ], [ "https://github.com/fityanul/SDAN-for-Rain-Removal" ], [ "https://github.com/THU-CS-PI/MMPD_rPPG_dataset" ], [ "https://github.com/cccorn/AP-loss" ], [ "https://github.com/ma-gilles/recovar" ], [ "https://github.com/elodiegermani/SAPHIR" ], [ "https://github.com/hellosunking/Ktrim" ], [ "https://github.com/usnistgov/PACCS" ], [ "https://github.com/healthylaife/MIMIC-IV-Data-Pipeline" ], [ "https://github.com/ncbi/JUDI" ], [ "https://github.com/petermchale/trfermikit" ], [ "https://github.com/reymond-group/PeptideDesignGA" ], [ "https://github.com/hitbc/deSALT" ], [ "https://github.com/yhhshb/yalff" ], [ "https://github.com/yhhshb/yalff" ], [ "https://github.com/yhhshb/yalff" ], [ "https://github.com/yhhshb/yalff" ], [ "https://github.com/PhanstielLab/coralp" ], [ "https://github.com/bialimed/miams" ], [ "https://github.com/thackmann/Distanced" ], [ "https://github.com/XiDsLab/CNV-BAC" ], [ "https://github.com/sangreashim/EAT-UpTF" ], [ "https://github.com/sculab/RASP" ], [ "https://github.com/zhang-informatics/DDSAE" ], [ "https://github.com/ropensci/colocr" ], [ "https://github.com/deisejpg/rosids" ], [ "https://github.com/Adrienrougny/sbgntikz" ], [ "https://github.com/hujie-frank/SENet" ], [ "https://github.com/mbanf/METACLUSTER" ], [ "https://github.com/venyao/intansv" ], [ "https://github.com/jcbmarques/clusterdv" ], [ "https://github.com/soeaver/AirNet-PyTorch" ], [ "https://github.com/BenoitMorel/ParGenes" ], [ "https://github.com/heinc1010/BAMixChecker" ], [ "https://github.com/LaboratorioBioinformatica/MARVEL" ], [ "https://github.com/Christensen-Lab-Dartmouth/PyMethylProcess" ], [ "https://github.com/GGFHF/NGScloud" ], [ "https://github.com/davidjakubec/3DPatch" ], [ "https://github.com/lockEF/SupCP" ], [ "https://github.com/harmslab/pytc" ], [ "https://github.com/curieshicy/JRgui" ], [ "https://github.com/EBjerrum/pICalculax" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/lhqxinghun/bioinformatics" ], [ "https://github.com/feltus/BDSS" ], [ "https://github.com/pymodproject/pymod" ], [ "https://github.com/pymodproject/pymod" ], [ "https://github.com/pymodproject/pymod" ], [ "https://github.com/pymodproject/pymod" ], [ "https://github.com/sairum/tcsbu" ], [ "https://github.com/pymzML/pymzML" ], [ "https://github.com/csjunxu/Noisy-As-Clean" ], [ "https://github.com/sequencing/NxTrim" ], [ "https://github.com/lanagarmire/MirMark" ], [ "https://github.com/KimSoybean/MSA" ], [ "https://github.com/rrwick/Bandage" ], [ "https://github.com/boutroslab/HTSvis" ], [ "https://github.com/odenas/indexed_ms" ], [ "https://github.com/ChaonanLi/microgeo" ], [ "https://github.com/biosustain/marsi" ], [ "https://github.com/binfalse/BiVeS-StatsGenerator" ], [ "https://github.com/omnideconv/immunedeconv" ], [ "https://github.com/tylii/ddap" ], [ "https://github.com/Ambuj-UF/APOP" ], [ "https://github.com/HassounLab/Boost-RS" ], [ "https://github.com/Zwei-inc/panclassif" ], [ "https://github.com/sing-group/seda" ], [ "https://github.com/sing-group/seda" ], [ "https://github.com/sing-group/seda" ], [ "https://github.com/sing-group/seda" ], [ "https://github.com/msolmazm/sema" ], [ "https://github.com/EleonoraLusito/Reverse_Engineering_BC_GRNs" ], [ "https://github.com/AlBi-HHU/swgts" ], [ "https://github.com/FelixGuenther/nc_covid19_bavaria" ], [ "https://github.com/rodrigoSantamaria/nucleosee" ], [ "https://github.com/CVIR-Lab/MarsData" ], [ "https://github.com/raghavagps/pprint2" ], [ "https://github.com/raghavagps/il13pred" ], [ "https://github.com/songlab-cal/StratPGS" ], [ "https://github.com/BioinfoMachineLearning/ATOMRefine" ], [ "https://github.com/shafferm/kb_DRAM" ], [ "https://github.com/csniuben/embryo_aligner" ], [ "https://github.com/CMD-Oxford/Michelanglo-and-Venus" ], [ "https://github.com/dptech-corp/Uni-GBSA" ], [ "https://github.com/rorybufacchi/LSA-filter" ], [ "https://github.com/sheenahora/SEGCECO" ], [ "https://github.com/niemasd/FAVITES" ], [ "https://github.com/Superzchen/iFeatureOmega-GUI" ], [ "https://github.com/miRTop/mirGFF3" ], [ "https://github.com/Superzchen/iFeatureOmega-CLI" ], [ "https://github.com/miRTop/mirtop" ], [ "https://github.com/hallav/LuxUS" ], [ "https://github.com/noriakis/biotextgraph" ], [ "https://github.com/huiyuroy/Return2MaxPotentialEnergy" ], [ "https://github.com/passengeryjy/HTGRS" ], [ "https://github.com/labiip/FDDSeg" ], [ "https://github.com/zichengpan/DyCR" ], [ "https://github.com/jackh726/bigtools" ], [ "https://github.com/jackh726/bigtools" ], [ "https://github.com/jackh726/bigtools" ], [ "https://github.com/jackh726/bigtools" ], [ "https://github.com/rbouckaert/cubevb" ], [ "https://github.com/JinhwiPark/DevianceNet" ], [ "https://github.com/ddlee-cn/MuLUT" ], [ "https://github.com/namnguyen0510/Biomarker-Discovery-with-Quantum-Neural-Networks" ], [ "https://github.com/Gary-code/KICNLE" ], [ "https://github.com/xandery-geek/BadCM" ], [ "https://github.com/C4TB/shinyExprPortal" ], [ "https://github.com/YangLabHKUST/SRT_alignment_and_integration" ], [ "https://github.com/burtonrj/CytoCluster" ], [ "https://github.com/VincentQQu/NeRF-NQA" ], [ "https://github.com/jacksonhzx95/NFDP" ], [ "https://github.com/zhwzhong/DAGF" ], [ "https://github.com/tyo-nu/MINE-Database" ], [ "https://github.com/tyo-nu/MINE-Database" ], [ "https://github.com/tyo-nu/MINE-Database" ], [ "https://github.com/tyo-nu/MINE-Database" ], [ "https://github.com/bio-ai-source/MUMA" ], [ "https://github.com/yaoyao-11/Seq-RBPPred" ], [ "https://github.com/ribosomeprofiling/ribograph" ], [ "https://github.com/ribosomeprofiling/ribograph" ], [ "https://github.com/ribosomeprofiling/ribograph" ], [ "https://github.com/ribosomeprofiling/ribograph" ], [ "https://github.com/JCATCV/MCD-Net" ], [ "https://github.com/nhgritctran/PheTK" ], [ "https://github.com/BMILAB/vizAPA" ], [ "https://github.com/Dmmm1997/DenseUAV" ], [ "https://github.com/wgc-vsfm/view-synthesis-CFFHNet" ], [ "https://github.com/bridgeqiqi/DREAM" ], [ "https://github.com/BioinformaticsToolsmith/EnhancerTracker" ], [ "https://github.com/SSRHeart/TSFlow" ], [ "https://github.com/gr8lawrence/ARTDeConv" ], [ "https://github.com/nwatanbe/enzymenet" ], [ "https://github.com/contactless-healthcare/Scene-Adaption-for-Infant-Cry-Detection" ], [ "https://github.com/iiclab/DecompST" ], [ "https://github.com/zju3dv/MagLoc-AR" ], [ "https://github.com/TcbfGroup/Tcbf" ], [ "https://github.com/wuqiuche/Ada-Deblur" ], [ "https://github.com/zzb111/Spherical-Centralized-Quantization" ], [ "https://github.com/ebrahimakbary/FISA" ], [ "https://github.com/histocartography/generative-appearance-replay" ], [ "https://github.com/AparicioJohan/MrBeanApp" ], [ "https://github.com/modsim/CADET-Match" ], [ "https://github.com/modsim/CADET-Match" ], [ "https://github.com/modsim/CADET-Match" ], [ "https://github.com/modsim/CADET-Match" ], [ "https://github.com/Wzhjerry/autoSMIM" ], [ "https://github.com/ChengxuLiu/TTVFI" ], [ "https://github.com/Binjie-Qin/STA-IPCon" ], [ "https://github.com/Huiimin5/comwin" ], [ "https://github.com/pfizer-opensource/pfaster" ], [ "https://github.com/CalebPecka/ATAC-Seq-Pipeline" ], [ "https://github.com/zhouyuan888888/UGDA" ], [ "https://github.com/SPIresearch/UTR" ], [ "https://github.com/xinjiangaohfut/MMRSD-Net" ], [ "https://github.com/pkj0421/TWN-FS" ], [ "https://github.com/CLiu272/TNNLS-PGP" ], [ "https://github.com/WangPing521/Domain_adaptation_shape_prior" ], [ "https://github.com/anyuexuan/IDEAL" ], [ "https://github.com/zhazhiyuan/MCP_MSI_CS_Demo" ], [ "https://github.com/JC-202/CAGNN" ], [ "https://github.com/JinyangGuo/CBANet-release" ], [ "https://github.com/ZhengPeng7/GCoNet_plus" ], [ "https://github.com/pnnl/Active-Sampling-for-Atomistic-Potentials" ], [ "https://github.com/Dshijie/PIMVC" ], [ "https://github.com/jennprk/diffsig" ], [ "https://github.com/lakerwsl/MsRDB-Manuscript-Code" ], [ "https://github.com/FluctuationOD/Fluctuation-based-Outlier-Detection" ], [ "https://github.com/cdcgov/microbetrace" ], [ "https://github.com/CCChenhao997/DualGCN-ABSA" ], [ "https://github.com/983632847/WebUAV-3M" ], [ "https://github.com/ChaoqunZheng/ESMH" ], [ "https://github.com/AkonLau/DTRG" ], [ "https://github.com/zx0223winner/HSDFinder" ], [ "https://github.com/HongzhouTang/BayeStab" ], [ "https://github.com/bowang-lab/CONCERTO" ], [ "https://github.com/mohamedr002/SLARDA" ], [ "https://github.com/xinwangliu/SimpleMKKMcodes" ], [ "https://github.com/xinwangliu/SimpleMKKMcodes" ], [ "https://github.com/xinwangliu/SimpleMKKMcodes" ], [ "https://github.com/xinwangliu/SimpleMKKMcodes" ], [ "https://github.com/kaistcbfg/scAVENGERS" ], [ "https://github.com/YuemingJin/STswinCL" ], [ "https://github.com/zwx8981/BIQA_CL" ], [ "https://github.com/linjiatai/PDBL" ], [ "https://github.com/czp19940707/Re-CNN" ], [ "https://github.com/zhouyuan888888/SGCPNet" ], [ "https://github.com/TaoHuang2018/Neighbor2Neighbor" ], [ "https://github.com/knappa/steadycellphenotype" ], [ "https://github.com/tuyunbin/I2Transformer" ], [ "https://github.com/ElofssonLab/bioinfo-toolbox" ], [ "https://github.com/kzb193/AMAT" ], [ "https://github.com/Zhentao-Liu/RealSRQ-KLTSRQA" ], [ "https://github.com/ShishiYuan/IBPred" ], [ "https://github.com/cdsanchez18/EcoPLOT" ], [ "https://github.com/zhangxin-xd/LRMF" ], [ "https://github.com/nf-core/mag" ], [ "https://github.com/whrws/NHRNet" ], [ "https://github.com/hlju-liye/SENIES" ], [ "https://github.com/DKMS-LSL/typeloader" ], [ "https://github.com/DKMS-LSL/typeloader" ], [ "https://github.com/DKMS-LSL/typeloader" ], [ "https://github.com/DKMS-LSL/typeloader" ], [ "https://github.com/maryeon/asenpp" ], [ "https://github.com/ninaqy/Flexible-PU" ], [ "https://github.com/dnbaker/dashing" ], [ "https://github.com/mbsohn/cmmb" ], [ "https://github.com/PRIS-CV/GPCA" ], [ "https://github.com/CityU-AIM-Group/HTD" ], [ "https://github.com/boaguilar/SDDScontrol" ], [ "https://github.com/wdzhao123/DENets" ], [ "https://github.com/BeierZhu/Sturcture-Coherency-Face-Alignment" ], [ "https://github.com/wgzgithub/VeTra" ], [ "https://github.com/PengBoXiangShang/multigraph_transformer" ], [ "https://github.com/soedinglab/spacepharer" ], [ "https://github.com/PRIS-CV/AP-CNN_Pytorch-master" ], [ "https://github.com/FKappenberg/Paper-IdentificationAlertConcentrations" ], [ "https://github.com/rajeevyasarla/Syn2Real" ], [ "https://github.com/wuc567/Pattern-Mining" ], [ "https://github.com/wuc567/Pattern-Mining" ], [ "https://github.com/wuc567/Pattern-Mining" ], [ "https://github.com/wuc567/Pattern-Mining" ], [ "https://github.com/maple-research-lab/EnAET" ], [ "https://github.com/hw2hwei/SKAL" ], [ "https://github.com/ConesaLab/padhoc" ], [ "https://github.com/LCAS/engagement_detector" ], [ "https://github.com/tekpinar/correlationplus" ], [ "https://github.com/ZekunYin/RabbitQC" ], [ "https://github.com/niemasd/ViralMSA" ], [ "https://github.com/eukaryo/czno" ], [ "https://github.com/gaocong13/Projective-Spatial-Transformers" ], [ "https://github.com/ngchc/deepBoosting" ], [ "https://github.com/minoh0201/DeepMicro" ], [ "https://github.com/NAL-i5K/tripal_eutils" ], [ "https://github.com/YaluWen/Uomic" ], [ "https://github.com/Ha0Tang/AttentionGAN" ], [ "https://github.com/Linlab-slu/TSSr" ], [ "https://github.com/KIT-MBS/pydca" ], [ "https://github.com/mitogen/gabac" ], [ "https://github.com/RodolfoAllendes/cline" ], [ "https://github.com/FenyoLab/L1EM" ], [ "https://github.com/missuse/ragp" ], [ "https://github.com/Crespo-Otero-group/fromage" ], [ "https://github.com/Crespo-Otero-group/fromage" ], [ "https://github.com/Crespo-Otero-group/fromage" ], [ "https://github.com/Crespo-Otero-group/fromage" ], [ "https://github.com/KazukiSakura/cHFS" ], [ "https://github.com/marouenbg/VFFVA" ], [ "https://github.com/dmirman/gazer" ], [ "https://github.com/Shoombuatong2527/anticancer-peptides-review" ], [ "https://github.com/zrq0123/BiXGBoost" ], [ "https://github.com/shaoli86/DiscoverSL" ], [ "https://github.com/BEAST2-Dev/nested-sampling" ], [ "https://github.com/RuwanT/model-fitting-cbs" ], [ "https://github.com/tongchf/gmRAD" ], [ "https://github.com/SchulzLab/JAMI" ], [ "https://github.com/psipred/DeepMetaPSICOV" ], [ "https://github.com/nfdi4cat/Ontology-Overview-of-NFDI4Cat" ], [ "https://github.com/insilichem/esigen" ], [ "https://github.com/chrismonit/SubRecon" ], [ "https://github.com/Zhangxf-ccnu/DiffGraph" ], [ "https://github.com/UCBASiCS/CRISPRLand" ], [ "https://github.com/magStra/GPseudoRank" ], [ "https://github.com/Cassie94/LSTD" ], [ "https://github.com/RUBi-ZA/MODE-TASK" ], [ "https://github.com/RUBi-ZA/MODE-TASK" ], [ "https://github.com/RUBi-ZA/MODE-TASK" ], [ "https://github.com/RUBi-ZA/MODE-TASK" ], [ "https://github.com/zhqingit/BPP" ], [ "https://github.com/kcakdemir/HiCPlotter" ], [ "https://github.com/antrec/spectrassembler" ], [ "https://github.com/liyao001/BioQueue" ], [ "https://github.com/StatGenPRD/STOPGAP" ], [ "https://github.com/biocryst/gc" ], [ "https://github.com/sigven/pcgr" ], [ "https://github.com/Lafond-LapalmeJ/MCSC_Decontamination" ], [ "https://github.com/AZaitzeff/tools_for_dna_binding_proteins" ], [ "https://github.com/GodzikLab/FAIT" ], [ "https://github.com/AltschulerWu-Lab/PHOCOS" ], [ "https://github.com/deristnochda/Hodgkin-Huxley-SPDE" ], [ "https://github.com/ilyalab/CloudForest" ], [ "https://github.com/nygenome/conpair" ], [ "https://github.com/HIT-Bioinformatics/rHAT" ], [ "https://github.com/DrTrevorBell/SmallGenomeTools" ], [ "https://github.com/statisticalbiotechnology/maracluster" ], [ "https://github.com/yiq/SubcloneSeeker" ], [ "https://github.com/SciLifeLab/gapest" ], [ "https://github.com/Cuthbert-Huang/CPCANet" ], [ "https://github.com/glycoinfo/GlycanFormatConverter" ], [ "https://github.com/DasLab/RiboDraw" ], [ "https://github.com/StantonLabDartmouth/AppScanGEO" ], [ "https://github.com/imartayan/CBL" ], [ "https://github.com/ribosomeprofiling/ribograph" ], [ "https://github.com/ribosomeprofiling/ribograph" ], [ "https://github.com/ribosomeprofiling/ribograph" ], [ "https://github.com/ribosomeprofiling/ribograph" ], [ "https://github.com/luo-junyu/GALA" ], [ "https://github.com/ValeevGroup/libintx" ], [ "https://github.com/LeoLjl/Explainable-Alzheimer-s-Disease-Diagnosis" ], [ "https://github.com/CECNL/SSVEP-DAN" ], [ "https://github.com/statisticalbiotechnology/GPTime" ], [ "https://github.com/HUST-Tan/MMUE" ], [ "https://github.com/MolecularAI/aizynthfinder" ], [ "https://github.com/MolecularAI/aizynthfinder" ], [ "https://github.com/MolecularAI/aizynthfinder" ], [ "https://github.com/MolecularAI/aizynthfinder" ], [ "https://github.com/Jiahuiqu/JSPEN" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/microsoft/YOLaT-VectorGraphicsRecognition" ], [ "https://github.com/Wedge-lab/AmplificationTimeR" ], [ "https://github.com/prismformore/Multi-Task-Transformer" ], [ "https://github.com/Imagefusions/imagefusions" ], [ "https://github.com/quzefan/ConvLUT" ], [ "https://github.com/Roc-Ng/VAR" ], [ "https://github.com/wangfuli/T-HyperGNNs" ], [ "https://github.com/MarSaKi/ETPNav" ], [ "https://github.com/chilleo/ALPHA" ], [ "https://github.com/Nora-Zhang98/VTSCN" ], [ "https://github.com/CTPLab/SST-editing" ], [ "https://github.com/ermshaua/preon" ], [ "https://github.com/gzq17/Weakly-Supervised-by-MIP" ], [ "https://github.com/Tammie-Li/MTCN" ], [ "https://github.com/thibault-wch/HOPE-for-mild-cognitive-impairment" ], [ "https://github.com/JunbongJang/contour-tracking" ], [ "https://github.com/tjiiv-cprg/EPro-PnP-v2" ], [ "https://github.com/murphygroup/CODEXPanelOptimization" ], [ "https://github.com/Jasonkks/PTTR" ], [ "https://github.com/tsikup/multiresolution-clam" ], [ "https://github.com/AriaSar/CRCIBD-ML" ], [ "https://github.com/cq100/ET-FSM" ], [ "https://github.com/emilhaegglund/TADA" ], [ "https://github.com/mrsempress/OBMO" ], [ "https://github.com/sallymmx/ActionCLIP" ], [ "https://github.com/deremustapha/BSS-ViT" ], [ "https://github.com/AliYoussef96/parazitCUB" ], [ "https://github.com/wsakobe/CylinderTag" ], [ "https://github.com/qguo2010/MRN" ], [ "https://github.com/jizhang-nz/fast-GeP" ], [ "https://github.com/jkawulok/cometa" ], [ "https://github.com/Mblakey/wiswesser" ], [ "https://github.com/Gao-xiyuan/FCT" ], [ "https://github.com/trigger26/SPSVR" ], [ "https://github.com/Zyun-Y/DconnNet" ], [ "https://github.com/zhangbaiming/FedSemiSeg" ], [ "https://github.com/lncRNAAddict/ChromNetworkMotif" ], [ "https://github.com/yangbang18/CARE" ], [ "https://github.com/csiro-robotics/SDCL" ], [ "https://github.com/ydniuyongjie/twoStageForFaceEdit" ], [ "https://github.com/liyeabc/MBUNet" ], [ "https://github.com/QZangXDU/SPENet" ], [ "https://github.com/roydenwa/pseudo-colorize-masked-cells" ], [ "https://github.com/XinyuYanTJU/MRR-Net" ], [ "https://github.com/LirongWu/Homophily-Enhanced-Self-supervision" ], [ "https://github.com/jiyuuchc/lacss" ], [ "https://github.com/CityU-AIM-Group/HABIT" ], [ "https://github.com/YuxiangZhang-BIT/IEEE_TIP_SDEnet" ], [ "https://github.com/MinxZ/Gemini" ], [ "https://github.com/SUST-reynole/SGUNet" ], [ "https://github.com/hjynwa/NeurImg-HDR" ], [ "https://github.com/hmdlab/DeepRaccess" ], [ "https://github.com/Horatio9702/BUAA_PALoss" ], [ "https://github.com/RuneBlaze/WITCH-NG" ], [ "https://github.com/MarioniLab/miloDE" ], [ "https://github.com/Schuture/Meta-USCL" ], [ "https://github.com/vanheeringen-lab/genomepy" ], [ "https://github.com/pashtari/xunet" ], [ "https://github.com/zjukongming/TranSQ" ], [ "https://github.com/yihongxu/transcenter" ], [ "https://github.com/KGerhardt/RecruitPlotEasy" ], [ "https://github.com/NUST-Machine-Intelligence-Laboratory/MMSI" ], [ "https://github.com/comp-well-org/More2Less" ], [ "https://github.com/zchoi/PKOL" ], [ "https://github.com/johnschwenck/bp" ], [ "https://github.com/haozheng-sjtu/airway-labeling" ], [ "https://github.com/bonsai-team/Porechop_ABI" ], [ "https://github.com/JiayongO-O/PENonLocal" ], [ "https://github.com/NeilPearson-Lilly/TractaViewer" ], [ "https://github.com/TrinaZ/extra-lowRD" ], [ "https://github.com/Runqing-forMost/TS3-Net" ], [ "https://github.com/virus-evolution/gofasta" ], [ "https://github.com/ZhangGongjie/Meta-DETR" ], [ "https://github.com/YuxiangZhang-BIT/IEEE_TNNLS_Gia-CFSL" ], [ "https://github.com/RNApolis/drawtetrado" ], [ "https://github.com/clovaai/lffont" ], [ "https://github.com/weiba/HGCNMDA" ], [ "https://github.com/OnofreyLab/prostate_atlas_segm_miccai2022" ], [ "https://github.com/szpiech/garlic" ], [ "https://github.com/guoyangzou/CNNArginineMe" ], [ "https://github.com/Biocomputing-Research-Group/IDIA" ], [ "https://github.com/KennthShang/CHEER" ], [ "https://github.com/seqan/seqan" ], [ "https://github.com/skywolf829/APMGSRN" ], [ "https://github.com/RonanDaly/pimp" ], [ "https://github.com/treangen/MetAMOS" ], [ "https://github.com/DecodeGenetics/popSTR" ], [ "https://github.com/DecodeGenetics/popSTR" ], [ "https://github.com/DecodeGenetics/popSTR" ], [ "https://github.com/DecodeGenetics/popSTR" ], [ "https://github.com/qdu-bioinfo/PM_CNN" ], [ "https://github.com/angtft/RAxMLGrove" ], [ "https://github.com/ucscGenomeBrowser/kent" ], [ "https://github.com/Munna-Sarkar/proteins-rigidity-flexibility" ], [ "https://github.com/ZJULearning/PTL" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/compbiofan/SimSCSnTree" ], [ "https://github.com/zjy2050/HDCRL-ReID" ], [ "https://github.com/taoyang1122/MutualNet" ], [ "https://github.com/UnixJunkie/FASMIFRA" ], [ "https://github.com/lmbxmu/CLR-RNF" ], [ "https://github.com/Sazan-Mahbub/EGRET" ], [ "https://github.com/LichtargeLab/BioVNN" ], [ "https://github.com/olly-styles/Trajectory-Tensors" ], [ "https://github.com/3huo/ActionView" ], [ "https://github.com/chenzhenduo/FISH" ], [ "https://github.com/a-ignatieva/kwarg" ], [ "https://github.com/Ildaron/ironbci" ], [ "https://github.com/Deepwise-AILab/ChestX-Det-Dataset" ], [ "https://github.com/tastanlab/matchmaker" ], [ "https://github.com/xiaofeng94/RefineDNet-for-dehazing" ], [ "https://github.com/SoftServeInc/novel-molecule-generation" ], [ "https://github.com/wty-ustc/e2style" ], [ "https://github.com/BlanchetteLab/DendroNet" ], [ "https://github.com/irinagain/mixedCCA" ], [ "https://github.com/QHwan/PretrainDPI" ], [ "https://github.com/Megvii-Nanjing/ED-Net" ], [ "https://github.com/joshuaas/Learning-with-Multiclass-AUC-Theory-and-Algorithms" ], [ "https://github.com/yuansliu/minirmd" ], [ "https://github.com/nygenome/lancet" ], [ "https://github.com/nygenome/lancet" ], [ "https://github.com/nygenome/lancet" ], [ "https://github.com/nygenome/lancet" ], [ "https://github.com/PayamDiba/FASTRAL" ], [ "https://github.com/Damseh/VascularGraph" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/AbbaszadehO/DKGN" ], [ "https://github.com/jlanga/exfi" ], [ "https://github.com/HCIILAB/SCUT-EnsText" ], [ "https://github.com/gjun/muCNV" ], [ "https://github.com/tgen/ACValidator" ], [ "https://github.com/LeoZDong/netAE" ], [ "https://github.com/Binjie-Qin/RPCA-UNet" ], [ "https://github.com/tjiangHIT/cuteSV" ], [ "https://github.com/tjiangHIT/cuteSV" ], [ "https://github.com/tjiangHIT/cuteSV" ], [ "https://github.com/tjiangHIT/cuteSV" ], [ "https://github.com/SiWolf/SCORE" ], [ "https://github.com/ZekunYin/RabbitMash" ], [ "https://github.com/saezlab/cellnopt" ], [ "https://github.com/andvides/DATMA" ], [ "https://github.com/moyanre/method2" ], [ "https://github.com/TurkuNLP/CAFA3" ], [ "https://github.com/easezyc/deep-transfer-learning" ], [ "https://github.com/karakulahg/TEffectR" ], [ "https://github.com/Li-Chongyi/ASIF-Net" ], [ "https://github.com/XingangPan/deep-generative-prior" ], [ "https://github.com/fwhelan/coinfinder" ], [ "https://github.com/skypes/Newton-method-MDS" ], [ "https://github.com/ndrplz/semiparametric" ], [ "https://github.com/grailbio/bio" ], [ "https://github.com/anyaevostinar/SuicidalAltruismDissertation" ], [ "https://github.com/ncbi-nlp/DeepSeeNet" ], [ "https://github.com/BenevolentAI/DeeplyTough" ], [ "https://github.com/ndierckx/NOVOPlasty" ], [ "https://github.com/ndierckx/NOVOPlasty" ], [ "https://github.com/ndierckx/NOVOPlasty" ], [ "https://github.com/ndierckx/NOVOPlasty" ], [ "https://github.com/NRshka/stvae-source" ], [ "https://github.com/wenguanwang/ASNet" ], [ "https://github.com/Jeffrey-Ede/Electron-Micrograph-Denoiser" ], [ "https://github.com/tudelft/cuSNN" ], [ "https://github.com/HormozdiariLab/TAD-fusion-score" ], [ "https://github.com/arendsee/phylostratr" ], [ "https://github.com/twhui/LiteFlowNet2" ], [ "https://github.com/ZJUFanLab/scCATCH" ], [ "https://github.com/daviddesancho/MasterMSM" ], [ "https://github.com/dwiegreffe/RNApuzzler" ], [ "https://github.com/superxuang/caffe_3d_faster_rcnn" ], [ "https://github.com/tshizys/CoupleNet" ], [ "https://github.com/sauloho/Flib-Coevo" ], [ "https://github.com/refresh-bio/GTC" ], [ "https://github.com/bachkimn/Privacy-Net-An-Adversarial-Approach-forIdentity-Obfuscated-Segmentation-of-MedicalImages" ], [ "https://github.com/MarWoes/viper" ], [ "https://github.com/sermeor/The-Analysis-Kid" ], [ "https://github.com/aanchalMongia/McImpute_scRNAseq" ], [ "https://github.com/phoenixding/methrafo" ], [ "https://github.com/raphaelleman/SpliceLauncher" ], [ "https://github.com/aldenleung/OMTools" ], [ "https://github.com/hsinnan75/Kart" ], [ "https://github.com/mgosink/ToxReporter" ], [ "https://github.com/Edert/NVT" ], [ "https://github.com/BiostatQian/ASAFE" ], [ "https://github.com/CSB5/CaDRReS" ], [ "https://github.com/wuc567/Pattern-Mining" ], [ "https://github.com/wuc567/Pattern-Mining" ], [ "https://github.com/wuc567/Pattern-Mining" ], [ "https://github.com/wuc567/Pattern-Mining" ], [ "https://github.com/thomasvangurp/epiGBS" ], [ "https://github.com/Tarostar/QMLGalaxyPortal" ], [ "https://github.com/ddarriba/ForeSeqs" ], [ "https://github.com/Tolutola/BoostGAPFILL" ], [ "https://github.com/rhysf/Synima" ], [ "https://github.com/robert-vogel/moca" ], [ "https://github.com/isbrycee/METR" ], [ "https://github.com/HySonLab/Protein_Pretrain" ], [ "https://github.com/mathbiol/openHealth" ], [ "https://github.com/sail-sg/Adan" ], [ "https://github.com/jksr/ballcools" ], [ "https://github.com/stanfordmlgroup/selfsupervised-lungandheartsounds" ], [ "https://github.com/matthewyccheung/conformal-metric" ], [ "https://github.com/cerebis/bin3C" ], [ "https://github.com/NHPatterson/RegCombIMS" ], [ "https://github.com/wangli100209/PDPNet" ], [ "https://github.com/yangyan22/Token-Mixer" ], [ "https://github.com/Sanofi-Public/LipoBART" ], [ "https://github.com/Henry991115/FSCA-Net" ], [ "https://github.com/KejiZhaoLab/cLoops2" ], [ "https://github.com/mhxu1998/RedCDR" ], [ "https://github.com/FadyMohareb/mapoptics" ], [ "https://github.com/cvlab-stonybrook/TokenSparse-for-MedSeg" ], [ "https://github.com/AntoinePassemiers/PORTIA-Manuscript" ], [ "https://github.com/cjendres1/nhanes" ], [ "https://github.com/qzf0320/MDL-Net" ], [ "https://github.com/dohalloran/phylo-node" ], [ "https://github.com/MengLi-Thea/HiDeS-A-Higher-Order-Derivative-Supervised-Neural-Ordinary-Differential-Equation" ], [ "https://github.com/PlantProteomes/SpectiCal" ], [ "https://github.com/WGS-TB/TreeShapeStats" ], [ "https://github.com/marbl/ModDotPlot" ], [ "https://github.com/bigdatagenomics/mango" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/ADE-dataset/ADE-dataset" ], [ "https://github.com/nlsde-safety-team/FingerSafe" ], [ "https://github.com/Fhujinwu/CTNet" ], [ "https://github.com/xxwudi508/MSRMNet" ], [ "https://github.com/salbrec/seqQscorer" ], [ "https://github.com/vcl-iisc/robust-few-shot-learning" ], [ "https://github.com/wang-kang-6/CGT" ], [ "https://github.com/marbl/parsnp" ], [ "https://github.com/guanfangdong/LTS-UniverisalMOS" ], [ "https://github.com/wenwenyu/TCM" ], [ "https://github.com/e-oerton/disease-similarity-fusion" ], [ "https://github.com/liamheng/Annotation-free-Medical-Image-Enhancement" ], [ "https://github.com/ALEX95GOGO/CAGNN" ], [ "https://github.com/mkg1204/RHMNet-for-SSVOS" ], [ "https://github.com/laybebe/NCSiam" ], [ "https://github.com/guojiajeremy/EDC" ], [ "https://github.com/TinaLRJ/Multi-frame-infrared-small-target-detection-DTUM" ], [ "https://github.com/ChunmingHe/HQG-Net" ], [ "https://github.com/Xiaohong-source/6mA-stackingCV" ], [ "https://github.com/chunbolang/RARE" ], [ "https://github.com/JunhangCao/MTL-ACP" ], [ "https://github.com/c5shen/EMMA" ], [ "https://github.com/elolab/Totem" ], [ "https://github.com/seannz/sud" ], [ "https://github.com/xiat0616/adversarial_counterfactual_augmentation" ], [ "https://github.com/hahnec/rf-ulm" ], [ "https://github.com/leyuanheart/Reinforced-Mixture-Learning" ], [ "https://github.com/usccolumbia/GMTransformer" ], [ "https://github.com/yawencui/UaD-ClE" ], [ "https://github.com/tengxiao14/Purification_ReID" ], [ "https://github.com/xuxiangsun/DLLTTAA" ], [ "https://github.com/wbieniec/copmem2" ], [ "https://github.com/wdkyh/NR-MVSNet" ], [ "https://github.com/Shao-Group/irtool" ], [ "https://github.com/Shao-Group/irtool" ], [ "https://github.com/Shao-Group/irtool" ], [ "https://github.com/Shao-Group/irtool" ], [ "https://github.com/Ziqiang-Liu/GraphCDD" ], [ "https://github.com/heatherjzhou/ClipperQTL" ], [ "https://github.com/alepandini/MDSubSampler" ], [ "https://github.com/DanielaPlusPlus/LGCOAMix" ], [ "https://github.com/yaoyx689/AMM_NRR" ], [ "https://github.com/loong8888/SIR" ], [ "https://github.com/scutrd/attention-sleep-staging" ], [ "https://github.com/yanglixiaoshen/ProVQA" ], [ "https://github.com/hellooks/CDNet" ], [ "https://github.com/PoonLab/HexSE" ], [ "https://github.com/CreativeCodingLab/ReactionFlow" ], [ "https://github.com/namsyvo/RandAL" ], [ "https://github.com/jchow32/MAGI-MS" ], [ "https://github.com/yunliUNC/HPTAD" ], [ "https://github.com/GZHU-DVL/HVS-5M" ], [ "https://github.com/kentsisresearchgroup/ProteomeGenerator2" ], [ "https://github.com/browning-lab/flare" ], [ "https://github.com/sanger-tol/yahs" ], [ "https://github.com/sbasu276/RadFormer" ], [ "https://github.com/sandhya212/Sparcle_for_spot_reassignments" ], [ "https://github.com/jeremy-levy/Classification-of-audio-signals-using-spectrogram-surfaces-and-extrinsic-distortion-measures" ], [ "https://github.com/Gword/Recursive-NeRF" ], [ "https://github.com/MengkeSong/MaD" ], [ "https://github.com/LinHong-HIT/USOD10K" ], [ "https://github.com/Qi-Yangsjtu/MPED" ], [ "https://github.com/WangJun2023/HLFC" ], [ "https://github.com/iVis-at-Bilkent/pathway-mapper" ], [ "https://github.com/xdweixia/TBGL-MVC" ], [ "https://github.com/MontaEllis/SSL-For-Medical-Segmentation" ], [ "https://github.com/MVIG-SJTU/AlphaPose" ], [ "https://github.com/jermp/sshash" ], [ "https://github.com/haohang96/CSML" ], [ "https://github.com/nanxiaotong/STKD" ], [ "https://github.com/dr-majie/WSTQ" ], [ "https://github.com/debbydanwang/BAP" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/RSMagneto/ZeRGAN" ], [ "https://github.com/guanghaoyin/CMDSR" ], [ "https://github.com/wangchao-malab/Enhancer-FRL" ], [ "https://github.com/FriedbergLab/GenomicIslandPrediction" ], [ "https://github.com/TingMAC/FrMLNet" ], [ "https://github.com/caixiay/ZeroNAS" ], [ "https://github.com/lrq99/ALMS" ], [ "https://github.com/yrqs/DMNet" ], [ "https://github.com/QianZiTang/pyRSD-CoEv" ], [ "https://github.com/refresh-bio/phist" ], [ "https://github.com/hrlblab/CircleNet" ], [ "https://github.com/riesling00/HRNAT" ], [ "https://github.com/zyjwuyan/BBS-Net" ], [ "https://github.com/Jesse-Sharp/Sharp2021" ], [ "https://github.com/ibivu/hydrophobic_patches" ], [ "https://github.com/Xianhang/EDSC-pytorch" ], [ "https://github.com/morispi/LRez" ], [ "https://github.com/clangmead/PROTOCOL" ], [ "https://github.com/algbio/panvc-founders" ], [ "https://github.com/zengqunzhao/MA-Net" ], [ "https://github.com/danfenghong/IEEE_TNNLS_EGU-Net" ], [ "https://github.com/adityakumarakash/ICL" ], [ "https://github.com/ay0408/DP-statistics-GWAS" ], [ "https://github.com/mrcuizhe/svmATAC" ], [ "https://github.com/Jiahao-UTS/DSLPT" ], [ "https://github.com/helske/statvis" ], [ "https://github.com/wells-wood-research/PDBench" ], [ "https://github.com/cbg-ethz/nempi" ], [ "https://github.com/srijandas07/vpnplusplus" ], [ "https://github.com/insomnia94/DTWREG" ], [ "https://github.com/andreazuna89/Guided-Zoom" ], [ "https://github.com/LoicPeter/evaluation-deformable-registration" ], [ "https://github.com/paiardin/DockingPie" ], [ "https://github.com/drbergman/PhysiPKPD" ], [ "https://github.com/kuanglab/GraphTucker" ], [ "https://github.com/acasamitjana/SynthByReg" ], [ "https://github.com/dlewis27/SSRgenotyper" ], [ "https://github.com/compimmuno/CHfinder" ], [ "https://github.com/PRIS-CV/BSNet" ], [ "https://github.com/psychopa4/MSHPFNL" ], [ "https://github.com/Vicky-Hunt-Lab/stepRNA" ], [ "https://github.com/VimsLab/CNN-Retarget" ], [ "https://github.com/JinyuanSun/GPSE" ], [ "https://github.com/Splicebox/Jutils" ], [ "https://github.com/Coaxecva/LongAGE" ], [ "https://github.com/nluhmann/BlastFrost" ], [ "https://github.com/cMadan/scoreAI" ], [ "https://github.com/mariosaenger/bio-re-with-entity-embeddings" ], [ "https://github.com/Saoge123/ccgnet" ], [ "https://github.com/zju3dv/pvnet" ], [ "https://github.com/gladex/PM-FSOR" ], [ "https://github.com/ambf0632/CompoundDB4j" ], [ "https://github.com/CapsuleEndoscope/EndoL2H" ], [ "https://github.com/yeqiaoling/arcs_bn" ], [ "https://github.com/YPZ858/PPTPP" ], [ "https://github.com/RayRuizhiLiao/joint_chestxray" ], [ "https://github.com/gefeizhang/ZIAQ" ], [ "https://github.com/unistbig/netGO" ], [ "https://github.com/4dn-dcic/GiniQC" ], [ "https://github.com/PombertLab/3DFI" ], [ "https://github.com/shengqh/annogen" ], [ "https://github.com/BioAlgs/Parallelism" ], [ "https://github.com/SynthSys/pyOmeroUpload" ], [ "https://github.com/ablab/TandemTools" ], [ "https://github.com/phglab/MIRUReader" ], [ "https://github.com/AlgoLab/gppf" ], [ "https://github.com/compbel/SCIFIL" ], [ "https://github.com/NooshinSh/Matched_Forest" ], [ "https://github.com/inpacdb/PocketPipe" ], [ "https://github.com/tensorboy/PIDOptimizer" ], [ "https://github.com/clips/SimulatingCochlearImplants" ], [ "https://github.com/marco-oliva/portable-nanopore-analytics" ], [ "https://github.com/amcdavid/HurdleNormal" ], [ "https://github.com/jewellsean/LZeroSpikeInference" ], [ "https://github.com/cbg-ethz/mnem" ], [ "https://github.com/metgem/metgem" ], [ "https://github.com/juntang-zhuang/torch-ACA" ], [ "https://github.com/sbg/geck" ], [ "https://github.com/nygenome/lancet" ], [ "https://github.com/nygenome/lancet" ], [ "https://github.com/nygenome/lancet" ], [ "https://github.com/nygenome/lancet" ], [ "https://github.com/blinard-BIOINFO/RAPPAS" ], [ "https://github.com/sahlenlab/HiCapTools" ], [ "https://github.com/dieterich-lab/pulseR" ], [ "https://github.com/xie186/ViewBS" ], [ "https://github.com/cchauve/lrcstats" ], [ "https://github.com/realbigws/DeepCNF_AUC" ], [ "https://github.com/hsinnan75/DART" ], [ "https://github.com/insilichem/gaudi" ], [ "https://github.com/tengyulin/energy_aware_pathfinding" ], [ "https://github.com/yusufzaferaydin/dspred" ], [ "https://github.com/VCCRI/SVPV" ], [ "https://github.com/heejungshim/BayesCAT" ], [ "https://github.com/EpistasisLab/Aliro" ], [ "https://github.com/rvinas/adversarial-gene-expression" ], [ "https://github.com/oicr-ibc/cssscl" ], [ "https://github.com/mhayes20/DMFinder" ], [ "https://github.com/DongjoonLim/EvoLSTM" ], [ "https://github.com/SchulzLab/TEPIC" ], [ "https://github.com/SchulzLab/TEPIC" ], [ "https://github.com/SchulzLab/TEPIC" ], [ "https://github.com/SchulzLab/TEPIC" ], [ "https://github.com/HongjieZhu/CIMA" ], [ "https://github.com/modsim/vizardous" ], [ "https://github.com/ludovicchaput/FastTargetPred" ], [ "https://github.com/BelgianBiodiversityPlatform/landsnails-occurrences" ], [ "https://github.com/wmqu/Automated-Dataset-Construction4LGM" ], [ "https://github.com/takimailto/HiDiff" ], [ "https://github.com/icb-dcm/pyabc" ], [ "https://github.com/icb-dcm/pyabc" ], [ "https://github.com/icb-dcm/pyabc" ], [ "https://github.com/icb-dcm/pyabc" ], [ "https://github.com/sarahsamorodnitsky/SPOT" ], [ "https://github.com/sarahsamorodnitsky/SPOT" ], [ "https://github.com/sarahsamorodnitsky/SPOT" ], [ "https://github.com/sarahsamorodnitsky/SPOT" ], [ "https://github.com/lmrodriguezr/nonpareil" ], [ "https://github.com/metrics-lab/surface-vision-transformers" ], [ "https://github.com/icbi-lab/scirpy" ], [ "https://github.com/rupinas/LAPINE" ], [ "https://github.com/mossmatters/HybPiper" ], [ "https://github.com/GH920/improved-bagan-gp" ], [ "https://github.com/charite/jannovar" ], [ "https://github.com/medvedevgroup/varmatch" ], [ "https://github.com/molleraj/MetaCRAST" ], [ "https://github.com/tbilab/multimorbidity_explorer" ], [ "https://github.com/zhimengXin/ECEA" ], [ "https://github.com/altriavin/DeepFusionCDR" ], [ "https://github.com/pierpal/ARGON" ], [ "https://github.com/hanktseng131415go/RAMEM" ], [ "https://github.com/BioinfoMachineLearning/PoseBench" ], [ "https://github.com/yuxi120407/INSURE" ], [ "https://github.com/cyq1314woaini/LcDel" ], [ "https://github.com/EJarrattBarnham/AMReader" ], [ "https://github.com/YCL92/TMD-LDCT" ], [ "https://github.com/Joni-gogogo/ShallowBKGC" ], [ "https://github.com/Land5cape/GRIDS" ], [ "https://github.com/maltesie/ChimericFragments" ], [ "https://github.com/nicetomeetu21/GenPSM" ], [ "https://github.com/BioSequenceAnalysis/MoleMCL" ], [ "https://github.com/aitgon/LedPred" ], [ "https://github.com/ketringjoni/SuPreMo" ], [ "https://github.com/zhengshijian1993/DC-Net" ], [ "https://github.com/Maize-Genetics-and-Genomics-Database/qTeller" ], [ "https://github.com/RubyHoho/DGeneralization" ], [ "https://github.com/Voluntino/tGT-OCT" ], [ "https://github.com/HengLan/AttMOT" ], [ "https://github.com/cecret3350/DEA-Net" ], [ "https://github.com/Huairui/LSTVC" ], [ "https://github.com/WrightonLabCSU/CAMPER" ], [ "https://github.com/xing-lab-pitt/mosaic-picasso" ], [ "https://github.com/AI-sandbox/PopGenAdapt" ], [ "https://github.com/zahiriz/DF-Phos" ], [ "https://github.com/gjonwick/MAGI-Dock" ], [ "https://github.com/StuLiu/SOSNet" ], [ "https://github.com/imbbLab/v3c-viz" ], [ "https://github.com/eskendrian/sider" ], [ "https://github.com/the-ahuja-lab/Machine-Olf-Action" ], [ "https://github.com/xmed-lab/FoPro-KD" ], [ "https://github.com/arq5x/lumpy-sv" ], [ "https://github.com/Jun-Jie-Shi/M2FTrans" ], [ "https://github.com/FreeformRobotics/Lifelong-MonoDepth" ], [ "https://github.com/2yngsklab/deadenylation-kinetics" ], [ "https://github.com/jkruppa/kmerPyramid" ], [ "https://github.com/slliuEric/FSUDA" ], [ "https://github.com/zyqin19/HiGraph" ], [ "https://github.com/ZhihaoPENG-CityU/EGRC-Net" ], [ "https://github.com/zfy-csu/FsaNet" ], [ "https://github.com/cchauve/AGO-pipeline" ], [ "https://github.com/dianzl/SODFormer" ], [ "https://github.com/Wayne-on-the-road/ResHybnet" ], [ "https://github.com/NtaylorOX/Public_Clinical_Prompt" ], [ "https://github.com/CityU-AIM-Group/FedOSS" ], [ "https://github.com/jianlin-cheng/GenomeFlow" ], [ "https://github.com/chrishil1/ChromDL" ], [ "https://github.com/chrishil1/ChromDL" ], [ "https://github.com/chrishil1/ChromDL" ], [ "https://github.com/chrishil1/ChromDL" ], [ "https://github.com/ZPDu/Redesigning-Multi-Scale-Neural-Network-for-Crowd-Counting" ], [ "https://github.com/yunboer/AR-classifier-and-AR-CycleGAN" ], [ "https://github.com/HongzhouTang/Pros-GNN" ], [ "https://github.com/HaoHou-98/SCGAN" ], [ "https://github.com/ZerojumpLine/CoLab" ], [ "https://github.com/wangziyuan66/IL-AD" ], [ "https://github.com/GeraldHan/GGD" ], [ "https://github.com/lifangda01/GSAN-Demo" ], [ "https://github.com/torchmd/torchmd-net" ], [ "https://github.com/weiyithu/NerfingMVS" ], [ "https://github.com/Rongtao-Xu/RepresentationLearning" ], [ "https://github.com/sys-bio/SBcoyote" ], [ "https://github.com/sys-bio/SBcoyote" ], [ "https://github.com/sys-bio/SBcoyote" ], [ "https://github.com/sys-bio/SBcoyote" ], [ "https://github.com/SysBioUAB/hpi_predictor" ], [ "https://github.com/Tountain/SoundiationAcoustophoresis" ], [ "https://github.com/kunjing96/DARTS-AER" ], [ "https://github.com/arunsethuraman/biomi609spring2022" ], [ "https://github.com/RitAreaSciencePark/PLM4Muts" ], [ "https://github.com/yuanchaosu/TCYB-nsckl" ], [ "https://github.com/Romantic-Pumpkin/PDT_fninf" ], [ "https://github.com/ccnu-mathits/MNE4HEN" ], [ "https://github.com/greenelab/wenda_gpu" ], [ "https://github.com/fudan-zvg/DGMN2" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/buptantEEG/MMASleepNet" ], [ "https://github.com/Jzy2017/TACL" ], [ "https://github.com/Lailabcode/DeepSCM" ], [ "https://github.com/Pinlyu3/LRLoop" ], [ "https://github.com/zphyix/TCM" ], [ "https://github.com/aim-uofa/depth" ], [ "https://github.com/Jillian555/TNNLS_CDRS" ], [ "https://github.com/1alnoman/ScribbleDom" ], [ "https://github.com/mshaikh2/JoImTeR_MLMI_2021" ], [ "https://github.com/DengPingFan/SODBenchmark" ], [ "https://github.com/JDAI-CV/CoTNet" ], [ "https://github.com/mksmd/NNforDocking" ], [ "https://github.com/yfsong0709/EfficientGCNv1" ], [ "https://github.com/zsyOAOA/VIRNet" ], [ "https://github.com/smetam/pylae" ], [ "https://github.com/davidebolo1993/EViNCe" ], [ "https://github.com/ur-whitelab/peptide-dashboard" ], [ "https://github.com/bicciatolab/Circr" ], [ "https://github.com/dayunliu/MGATMDA" ], [ "https://github.com/biosustain/incawrapper" ], [ "https://github.com/bionlproc/text-summ-for-doc-retrieval" ], [ "https://github.com/Swart-lab/bleties" ], [ "https://github.com/Vill-Lab/SIAMH" ], [ "https://github.com/chenzeno/FOO-VB" ], [ "https://github.com/JianSoL/MVSTT" ], [ "https://github.com/IBM/fold2seq" ], [ "https://github.com/harry-maan/gmx_qk" ], [ "https://github.com/expectorlin/DR-Attacker" ], [ "https://github.com/yuxilin51/GreedyRFS" ], [ "https://github.com/salman-h-khan/PL-ZSD_Release" ], [ "https://github.com/githubramaadiga/epitope_dataset" ], [ "https://github.com/ktr-hubrt/WSAL" ], [ "https://github.com/roohy/eps" ], [ "https://github.com/JingZhang617/UCNet" ], [ "https://github.com/yuanying566/AHPred-DE" ], [ "https://github.com/JudasDie/SOTS" ], [ "https://github.com/JudasDie/SOTS" ], [ "https://github.com/JudasDie/SOTS" ], [ "https://github.com/JudasDie/SOTS" ], [ "https://github.com/lorrainea/Seedability" ], [ "https://github.com/fgcz/rawrr" ], [ "https://github.com/MathLee/OLBPNet4PFOS" ], [ "https://github.com/Terminator8758/O2CAP" ], [ "https://github.com/liuyi1989/TSPORTNet" ], [ "https://github.com/crazyinter/RNN-VirSeeker" ], [ "https://github.com/mahyarnajibi/SNIPER" ], [ "https://github.com/jhhung/EARRINGS" ], [ "https://github.com/huynguyen250896/oCEM" ], [ "https://github.com/kodaim1115/CYBERTRACK2" ], [ "https://github.com/hezhujun/autofocus-rnn" ], [ "https://github.com/GMOD/JBrowseR" ], [ "https://github.com/UCSF-MS-DCC/TopoDB" ], [ "https://github.com/bio-ontology-research-group/machine-learning-with-ontologies" ], [ "https://github.com/welch-lab/pyliger" ], [ "https://github.com/rderelle/Broccoli" ], [ "https://github.com/qingshanni/VisTCR" ], [ "https://github.com/lauzingaretti/deepaps" ], [ "https://github.com/gourabghoshroy/PoLoBag" ], [ "https://github.com/m-ramchandran/tree-weighting" ], [ "https://github.com/cepid-cces/hpccs" ], [ "https://github.com/cepid-cces/hpccs" ], [ "https://github.com/cepid-cces/hpccs" ], [ "https://github.com/cepid-cces/hpccs" ], [ "https://github.com/zhasen1996/AGLN" ], [ "https://github.com/rongjiewang/DeepDNA" ], [ "https://github.com/SRKH/S4NN" ], [ "https://github.com/sahandk/HINTRA" ], [ "https://github.com/Wangt-CN/VQG-GCN" ], [ "https://github.com/NLPIE/clinical-sentences" ], [ "https://github.com/irilenia/baerhunter" ], [ "https://github.com/oscarlr/MsPAC" ], [ "https://github.com/zetayue/CPA" ], [ "https://github.com/rajkumar1501/sequence-prediction-using-CNN-and-LSTMs" ], [ "https://github.com/qasimyu/scssim" ], [ "https://github.com/savastakan/dnmso" ], [ "https://github.com/haddocking/pdb-tools" ], [ "https://github.com/ruggleslab/hypercluster" ], [ "https://github.com/yongzhuang/TumorCNV" ], [ "https://github.com/refresh-bio/Whisper" ], [ "https://github.com/shijieS/SST" ], [ "https://github.com/BDanalysis/PGMicroD" ], [ "https://github.com/transbioZI/RMTL" ], [ "https://github.com/jorgevazcast/Viromic-diversity" ], [ "https://github.com/wangyida/gm-cml" ], [ "https://github.com/ebraun68/sixparam" ], [ "https://github.com/simonwhelan/prequal" ], [ "https://github.com/hellosunking/Msuite" ], [ "https://github.com/hellosunking/Msuite" ], [ "https://github.com/hellosunking/Msuite" ], [ "https://github.com/hellosunking/Msuite" ], [ "https://github.com/kdri-genomics/Hayai-Annotation-Plants" ], [ "https://github.com/bibip-impmc/mypmfs" ], [ "https://github.com/inpacdb/POAP" ], [ "https://github.com/manalirupji/GAC" ], [ "https://github.com/JCVenterInstitute/ggrasp" ], [ "https://github.com/dwinter/accuMUlate" ], [ "https://github.com/sap01/TGS-Lite-supplem" ], [ "https://github.com/jinzanxia/biomedical-QA" ], [ "https://github.com/izhbannikov/rqt" ], [ "https://github.com/laseaman/4D_Nucleome_Analysis_Toolbox" ], [ "https://github.com/atfrank/PCASA" ], [ "https://github.com/Maine-eDNA/medna-metadata" ], [ "https://github.com/saschajung/RefBool" ], [ "https://github.com/lmdu/krait" ], [ "https://github.com/LiangXujun/LRSSL" ], [ "https://github.com/wenjiegroup/iFORM" ], [ "https://github.com/mdcao/japsa" ], [ "https://github.com/mtekman/haploforge" ], [ "https://github.com/ahmed-fakhry/dive" ], [ "https://github.com/alekseyenko/Tw2" ], [ "https://github.com/CSB-KUL/yMap" ], [ "https://github.com/mpicbg-scicomp/snakemake-workflows" ], [ "https://github.com/HaisiYi/Bayexer" ], [ "https://github.com/brinkmanlab/GenomeD3Plot" ], [ "https://github.com/hetiantian1985/EGCPI" ], [ "https://github.com/danlbek/Seed" ], [ "https://github.com/bougui505/SOM" ], [ "https://github.com/haddocking/disvis" ], [ "https://github.com/arq5x/bits" ], [ "https://github.com/Genentech/pviz" ], [ "https://github.com/WheatCao/STMN-Pytorch" ], [ "https://github.com/prody/ProDy" ], [ "https://github.com/prody/ProDy" ], [ "https://github.com/prody/ProDy" ], [ "https://github.com/prody/ProDy" ], [ "https://github.com/hangelwen/miR-PREFeR" ], [ "https://github.com/ccdlcmu/shape_component_analysis_Matlab" ], [ "https://github.com/GatorSense/STARSEED" ], [ "https://github.com/skandlab/SMuRF" ], [ "https://github.com/TravisWheelerLab/BATH" ], [ "https://github.com/TaiXiangJiang/FastDeRain" ], [ "https://github.com/polytechnicXTT/Deep-Subspace-Mutual-Learning" ], [ "https://github.com/biojava/biojava" ], [ "https://github.com/biojava/biojava" ], [ "https://github.com/biojava/biojava" ], [ "https://github.com/biojava/biojava" ], [ "https://github.com/SemBioProcess/SemGen" ], [ "https://github.com/maxplanck-ie/parkour" ], [ "https://github.com/linsalrob/partie" ], [ "https://github.com/louzounlab/CountingIsAlmostAllYouNeed" ], [ "https://github.com/sysbio-polito/NWN_CElegans_VPC_model" ], [ "https://github.com/lennylv/DGCddG" ] ], "hovertemplate": "GitHub Stars=%{x}
GitHub Open Issues=%{y}
Repository URL=%{customdata[0]}", "legendgroup": "", "marker": { "color": "#636efa", "opacity": 0.5, "symbol": "circle" }, "mode": "markers", "name": "", "showlegend": false, "type": "scattergl", "x": [ 3, 1, 3, 21, 144, 4, 2, 58, 70, 1, 14, 8, 5, 89, 42, 535, 10, 2, 35, 27, 37, 0, 0, 1, 97, 6, 84, 0, 0, 353, 188, 32, 32, 32, 32, 10, 3, 1, 2, 1, 0, 4, 9, 185, 1, 1, 1, 1, 1, 4, 14, 9, 1, 46, 1819, 5, 0, 49, 154, 1, 2, 1, 5045, 72, 46, 4, 178, 24, 28, 25, 10, 3, 10, 0, 0, 0, 0, 203, 6, 49, 18, 3, 4, 2, 1, 38, 3, 3, 8, 15, 3, 12, 1, 9, 25, 39, 0, 0, 12, 8, 12, 0, 9, 33, 53, 4, 18, 62, 6, 1, 4, 27, 13, 13, 13, 13, 1, 86, 5, 18, 22, 13, 34, 0, 18, 18, 18, 18, 11, 746, 7, 9, 6, 12, 15508, 1, 1, 48, 1, 3, 0, 2, 11, 9, 113, 9, 1, 33, 65, 65, 65, 65, 65, 65, 65, 65, 65, 268, 19, 0, 66, 1080, 1080, 1080, 1080, 1, 3, 16, 3, 0, 2, 0, 562, 562, 562, 562, 19, 0, 0, 17, 0, 1, 0, 1, 81, 0, 11, 1, 10, 1, 3, 8, 25, 3, 168, 20, 30, 0, 3, 18, 0, 1, 17, 86, 11, 2, 0, 141, 20, 9, 0, 374, 11, 7, 3, 2, 0, 550, 13, 6, 720, 720, 720, 720, 1190, 2, 138, 121, 5, 5, 107, 246, 2, 1132, 70, 0, 47, 6, 0, 0, 5, 1, 7, 3, 625, 625, 625, 625, 0, 0, 148, 1, 1, 1, 1, 1, 1, 7, 628, 6, 0, 4, 70, 0, 57, 2, 7, 0, 17, 8, 7, 19, 154, 1, 18, 25, 1, 263, 3, 3, 3, 3, 121, 121, 121, 121, 121, 121, 121, 121, 121, 37, 0, 89, 1, 2, 2, 38, 1, 71, 9, 119, 4, 9, 37, 5, 10, 11, 1, 13, 38, 43, 3, 33, 188, 43, 83, 12, 6, 8, 3, 1, 0, 9, 25, 10, 1, 13, 2, 0, 1, 2, 81, 81, 81, 81, 81, 81, 81, 81, 81, 1, 1, 12, 92, 0, 6, 9, 4, 26, 6, 5, 7, 1, 379, 379, 379, 379, 2, 2, 6, 0, 2, 5, 0, 6, 47, 56, 5, 2, 2, 84, 0, 8, 8, 1, 0, 222, 3, 6, 2, 83, 144, 4, 3, 29, 2, 4, 3, 2, 2, 2, 2, 218, 2, 0, 19, 0, 0, 4, 17, 15, 119, 1, 3, 6117, 0, 0, 0, 0, 80, 80, 80, 80, 13, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 143, 3, 6, 53, 6, 4, 10, 21, 1, 45, 17, 0, 1597, 2, 11, 3130, 5, 0, 14, 14, 14, 14, 1, 1, 1, 36, 36, 36, 36, 15, 15, 15, 15, 4, 10, 1, 5, 6, 1, 4, 1, 42, 508, 33, 4, 8, 72, 15, 15, 15, 15, 15, 15, 15, 15, 15, 0, 0, 1, 3, 35, 6, 33, 13, 8, 2, 4, 5, 5, 5, 5, 0, 25, 9, 34, 9, 19, 24, 1, 4, 38, 3, 7, 9, 5, 0, 26, 2, 25, 0, 17, 2, 1, 4, 8, 2, 4, 3, 6, 0, 9, 40, 5, 23, 184, 0, 40, 1, 1, 216, 0, 12, 30, 13, 0, 2, 25, 6, 3, 4, 6, 2, 5, 37, 0, 16, 39, 0, 15, 15, 15, 15, 8, 0, 1, 1, 26, 21, 234, 3, 2, 2, 2, 2, 1, 6, 0, 1, 3, 72, 2, 42, 5, 0, 11, 13, 4, 7, 5, 0, 0, 44, 44, 44, 44, 44, 44, 44, 44, 44, 90, 1, 1, 1, 1, 148, 148, 148, 148, 0, 1, 1, 1, 1, 1348, 1348, 1348, 1348, 15, 5, 0, 2, 1, 3, 0, 2, 31, 8, 10, 3, 0, 3, 10, 5, 9, 7, 4, 9, 3, 6, 0, 0, 0, 3, 0, 30, 12, 61, 7, 11, 3, 5, 10, 0, 17, 40, 4, 8, 8, 8, 8, 0, 1, 16, 9, 5, 1, 7, 7, 8, 14, 51, 1, 3, 1, 101, 5, 4, 2, 97, 1, 16, 7, 29, 2, 15, 1, 2, 2, 7, 8, 14, 0, 76, 0, 0, 3, 9, 3, 0, 46, 5, 2, 4, 5, 8, 2, 2, 2, 2, 3, 3, 150, 0, 21, 1, 11, 1, 3, 3, 2, 3, 293, 6, 5, 2, 1, 118, 4, 0, 1, 6, 42, 21, 1, 27, 32, 149, 6, 5, 8, 10, 3, 18, 255, 5, 5, 11, 37, 5, 1, 1, 4, 3, 128, 1, 3, 0, 8, 13, 0, 18, 1, 1, 1, 7, 26, 37, 12, 3, 2, 11, 1, 17, 25, 159, 43, 9, 9, 9, 9, 3, 7, 2, 5, 14, 27, 6, 1, 0, 1, 2, 5, 11, 3, 0, 9, 5, 2, 9, 9, 9, 9, 9, 0, 66, 3, 3, 19, 0, 0, 0, 1, 2, 0, 21, 6, 3, 6, 4, 1, 6, 16, 105, 0, 2, 22, 0, 2, 99, 13, 10, 11, 12, 1, 7, 2, 1, 6, 132, 0, 3, 83, 1, 4, 1, 19, 0, 0, 4, 5, 38, 2, 5, 9, 23, 4, 0, 1, 7, 14, 0, 0, 6, 173, 19, 32, 18, 4, 13, 7, 1, 7, 2, 11, 10, 0, 0, 221, 1, 36, 3, 3, 3, 3, 41, 0, 0, 7, 1, 3, 3, 5, 10, 3, 1, 245, 2, 9, 21, 7, 12, 1, 8, 9, 0, 40, 202, 3, 2, 83, 1, 4, 13, 39, 39, 39, 39, 4, 37, 15, 58, 37, 12, 3, 1, 1, 5, 9, 1, 0, 5, 1, 0, 0, 70, 4, 6, 32, 1, 1, 74, 17, 0, 0, 2, 0, 2, 22, 2, 2, 9, 5, 15, 54, 30, 22, 84, 7, 2, 1, 3, 4, 2, 2, 2, 2, 0, 2, 6, 7, 1, 6, 10, 3, 16, 17, 1, 1, 4, 6, 8, 181, 10, 13, 0, 17, 28, 28, 28, 28, 6, 7, 4, 4, 29, 1, 14761, 8, 8, 8, 8, 1, 0, 0, 16, 1, 1, 4, 1, 25, 109, 11, 7, 3, 15, 13, 12, 1, 2, 0, 1, 27, 1, 13, 123, 1, 48, 5, 16, 382, 4, 17, 2, 13, 7, 363, 1, 2, 2, 7, 13, 2, 32, 46, 11, 6, 49, 2, 5, 7, 0, 3, 37, 3, 1, 8, 17, 17, 17, 17, 0, 15, 0, 35, 0, 2, 7, 38, 0, 10, 2, 5, 3, 2, 6, 112, 160, 66, 0, 55, 5, 4, 22, 3, 10, 11, 16, 0, 3, 1, 23, 17, 5, 0, 10, 163, 23, 23, 23, 23, 23, 23, 23, 23, 23, 17, 138, 6, 1, 13, 11, 5, 17, 23, 6, 19, 1, 2, 23, 2, 354, 21, 37, 3, 0, 0, 4, 13, 2, 32, 40, 0, 4, 4, 5, 5, 5, 5, 4, 2, 0, 4, 1, 2, 0, 2, 1, 5, 1, 3, 4, 0, 119, 1, 14, 1, 1080, 1080, 1080, 1080, 12, 1651, 1651, 1651, 1651, 10, 4, 0, 4, 0, 0, 1, 5, 3, 0, 33, 17, 0, 0, 0, 54, 7, 2, 2, 9, 33, 5, 18, 18, 18, 18, 5, 16, 58, 0, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 3, 25, 5, 8, 7, 22, 1, 0, 0, 8, 25, 6, 4, 15, 3, 7, 4, 1, 0, 35, 75, 2, 18, 11, 114, 4, 17, 17, 17, 17, 9, 39, 1, 0, 25, 34, 0, 1, 4, 1, 27, 6, 11, 2, 3, 22, 10, 1, 12, 36, 6, 180, 2, 2, 2, 2, 6, 21, 21, 21, 21, 2, 2, 47, 7, 26, 10, 39, 21, 11, 0, 44, 29, 199, 28, 56, 8, 10, 9, 2, 52, 1, 5, 83, 17, 17, 17, 17, 0, 1, 4, 172, 10, 1, 2, 1, 1, 10, 33, 161, 14, 12, 8, 77, 7, 6, 0, 8, 3, 55, 7, 19, 9, 9, 2, 8, 113, 19, 4, 3, 0, 1, 4, 8, 166, 3, 2, 5, 564, 3, 8, 0, 6, 7, 1, 4, 19, 9, 9, 3, 25, 6, 3, 10, 8, 2, 335, 2, 16, 1734, 1734, 1734, 1734, 83, 8, 14, 9, 12, 6, 19, 4, 4, 77, 2, 0, 11, 5, 3, 2, 51, 1, 1, 25, 0, 15, 7, 16, 1, 30, 0, 8, 8, 8, 8, 6, 7, 10, 4, 28, 53, 8, 5, 2, 12, 0, 9, 2, 16, 47, 0, 0, 0, 33, 4, 1, 6, 6, 1, 15, 5, 5, 41, 0, 0, 1, 2, 45, 3, 0, 3, 8, 35, 0, 21, 0, 11, 1, 3, 76, 122, 3, 1, 0, 1, 0, 16, 122, 8, 1, 3, 4, 15, 94, 3, 11, 6, 21, 3, 3, 3, 3, 4, 17, 1, 21, 751, 1, 15, 2, 108, 21, 0, 28, 4, 0, 7, 6, 5, 3, 25, 5, 4, 1, 2, 4, 1, 30, 39, 22, 33, 3, 3, 12, 8, 86, 1, 36, 1, 13, 4, 0, 0, 0, 8, 14, 3, 23, 2, 0, 15, 5, 5, 5, 5, 5, 5, 5, 5, 5, 19, 4, 10, 49, 56, 2, 129, 0, 14, 8, 2, 0, 17, 29, 18, 1, 16, 37, 2, 3, 3, 49, 26, 49, 9, 2, 1, 5, 33, 1, 0, 8, 8, 8, 8, 504, 2, 190, 0, 27, 1, 4, 20, 32, 379, 1, 8, 135, 22, 1, 33, 1, 1, 3, 98, 2, 10, 23, 8, 18, 8, 43, 5, 24, 4, 114, 57, 6, 0, 7, 802, 9, 2, 17, 94, 0, 0, 673, 200, 1, 2229, 0, 38, 13, 8, 3, 3, 3, 3, 6, 9, 9, 0, 7, 21, 97, 7, 20, 381, 2, 3, 3, 0, 5, 1, 1, 30, 0, 1, 86, 56, 19, 0, 391, 19, 0, 3, 0, 1, 5, 6, 9, 24, 8, 11, 8, 10, 22, 6, 2, 7, 610, 24, 3, 3, 10, 1, 4, 2, 0, 7, 4, 4, 2, 583, 13, 8, 2, 2, 1, 2, 14, 1, 0, 0, 8, 3, 0, 17, 200, 200, 200, 200, 11, 0, 1, 7, 4, 4, 1, 3, 11, 13, 3, 31, 11, 4, 13, 11, 12, 1, 30, 1, 0, 5, 18, 4, 33, 16, 0, 2, 11, 3, 5, 1, 1, 9, 9, 9, 9, 7, 1, 24, 0, 0, 0, 9, 4, 40, 26, 32, 108, 3, 24, 2, 6, 5, 5, 9, 18, 11, 2, 0, 1, 7, 1625, 0, 3, 27, 49, 15, 0, 207, 5, 2, 12, 20, 447, 403, 6, 0, 8, 11, 1, 37, 2, 5, 4, 15, 40, 0, 1, 8, 11, 1, 83, 0, 344, 17, 4, 0, 2, 0, 19, 8, 16, 0, 1, 3, 4, 4, 15, 15, 15, 15, 59, 4, 95, 2, 0, 3, 15, 3, 29, 2, 131, 0, 0, 9, 5, 5, 1, 19, 5, 3, 3, 3, 3, 3, 642, 15, 4, 5, 2, 7, 17, 1, 5, 41, 4, 40, 2, 4, 11, 29, 15, 56, 7, 41, 19, 43, 7, 0, 95, 95, 0, 1, 12, 200, 200, 200, 200, 1, 3, 3, 4, 106, 3, 182, 27, 59, 39, 3, 19, 56, 3, 28, 19, 14, 7, 2, 2, 125, 0, 1, 1, 2, 0, 2, 17, 0, 45, 12, 43, 2, 7, 7, 23, 0, 15, 0, 22, 1, 90, 60, 3, 0, 21, 27, 1, 34, 0, 14, 37, 0, 26, 0, 0, 2, 295, 0, 2, 2, 6, 10, 1, 22, 2, 17, 2, 90, 90, 90, 90, 35, 3, 5, 31, 26, 11, 1, 12, 3, 32, 24, 4, 20, 0, 2, 91, 6, 13, 35, 27, 1811, 13, 12, 1, 11, 107, 19, 0, 18, 4, 56, 96, 57, 0, 0, 112, 112, 112, 112, 43, 2, 0, 6, 33, 792, 2, 0, 0, 12, 12, 12, 12, 1, 1, 0, 1, 0, 1, 3, 18, 10, 9, 10, 1, 7, 3, 12, 12, 12, 12, 0, 4, 2, 112, 4, 1, 0, 0, 20, 21, 41, 8, 2, 10, 7, 5, 95, 4, 0, 3, 2, 95, 32, 0, 6, 0, 0, 0, 0, 128, 8, 74, 8, 46, 10, 5, 2, 0, 7, 5, 3, 8, 0, 1, 3, 1, 12, 24, 18, 4, 4, 0, 1, 12, 3, 1, 17, 0, 6, 15, 42, 13, 57, 13, 16, 0, 6, 4, 2, 4, 12, 8, 19, 1, 31, 3, 0, 10, 12, 27, 0, 15, 13, 0, 10, 2, 17, 12, 40, 3, 55, 7, 9, 0, 1, 53, 115, 19, 24, 4, 0, 0, 3, 9, 4, 0, 48, 0, 2, 111, 2, 3, 2, 9, 4, 4, 4, 4, 11, 1, 10, 2, 16, 13, 4, 1, 0, 5, 17, 0, 1, 721, 8, 8, 8, 8, 1, 1, 3, 5, 19, 5, 9, 0, 41, 21, 0, 1, 38, 4, 0, 0, 2, 15, 0, 13, 2, 16, 1, 40, 22, 0, 1, 44, 23, 2, 31, 4, 3, 0, 0, 0, 2, 69, 1, 2, 22, 1, 0, 38, 13, 7, 12, 6, 4, 0, 49, 0, 0, 2, 1, 0, 1, 3, 1, 4, 6, 29, 2, 8, 6, 5, 5, 5, 5, 2, 2, 5, 2, 12, 7, 4, 2, 2, 4, 4, 5, 544, 5, 12, 3, 26, 22, 8, 0, 2, 32, 11, 0, 0, 2, 0, 4, 0, 0, 0, 0, 0, 1, 2, 0, 6, 78, 19, 16, 1, 11, 0, 11, 4, 13, 24, 17, 8, 8, 8, 8, 0, 452, 452, 452, 452, 0, 4, 6, 2, 0, 19, 48, 48, 48, 48, 1, 108, 29148, 0, 2, 6, 44, 89, 225, 14, 10, 8, 0, 0, 17, 0, 26, 2, 13, 0, 2, 6, 7, 615, 9, 0, 0, 6, 168, 0, 43, 43, 43, 43, 1, 1, 0, 5, 9, 5, 0, 0, 13, 3, 6, 7, 0, 5, 0, 45, 79, 4, 173, 9, 334, 37, 1, 6, 25, 3, 0, 2, 4, 0, 78, 1, 104, 9, 6, 13, 6, 3, 0, 7, 2, 27, 2, 0, 0, 73, 7, 1, 52, 52, 52, 52, 12, 6, 4, 10, 2, 286, 21, 31, 6, 3, 11, 12, 4, 3, 28, 0, 21, 6, 1, 0, 14, 3, 7, 88, 25, 2, 1, 3, 102, 3, 4, 0, 2, 7, 1, 0, 8, 36, 1671, 10, 5, 14, 3, 0, 40, 1, 0, 18, 0, 9, 3, 6, 0, 0, 113, 4, 22, 6, 0, 5, 17, 0, 4, 36, 52, 4, 17, 3, 1, 8, 3, 5, 0, 0, 0, 0, 6, 64, 1, 11, 11, 11, 11, 6, 0, 1, 1, 2, 0, 8, 547, 0, 4, 1, 7, 3, 4, 4, 4, 4, 11, 2, 2, 6, 0, 0, 17, 23, 8, 2, 21, 0, 14, 130, 4, 8, 0, 3, 16, 9, 9, 0, 5, 29, 0, 3, 18, 29, 3, 1, 34, 7, 2, 10, 15, 1, 34, 7, 12, 0, 13, 2, 3, 144, 1, 9, 2, 10, 7, 1, 121, 121, 121, 121, 121, 121, 121, 121, 121, 5, 3, 3, 9, 0, 0, 1, 8, 4, 55, 46, 52, 98, 3, 9, 7, 17, 23, 51, 2, 21, 97, 0, 66, 3, 34, 2, 9, 0, 5, 6, 1, 5, 30, 3, 103, 3, 2, 12, 3, 41, 16, 4, 2, 15, 15, 15, 15, 15, 15, 15, 15, 15, 0, 4, 38, 3, 10, 11, 1, 173, 10, 12, 12, 12, 12, 9, 3, 2, 20, 14, 2, 39, 39, 39, 39, 11, 15, 22, 6, 3, 27, 3, 11, 1, 3, 349, 0, 8, 0, 38, 1, 17, 23, 23, 23, 23, 23, 23, 23, 23, 23, 3, 170, 170, 170, 170, 10, 11, 58, 379, 11, 4, 10, 17, 4, 51, 1, 35, 5, 4, 1, 3, 89, 13, 0, 8, 0, 4, 12, 12, 0, 8, 1, 2, 2, 1, 21, 8, 3, 11, 0, 487, 487, 487, 487, 3, 31, 5, 0, 0, 0, 4, 1, 0, 6, 1, 5, 2, 10, 1, 0, 1, 69, 8, 3, 18, 65, 0, 1, 1, 3, 3, 16, 2, 12, 10, 3, 6, 69, 24, 21, 2, 1, 0, 4, 49, 6, 8, 3, 1, 5, 28, 44, 6, 9, 4, 2, 6, 30, 0, 3, 2, 474, 2, 24, 1, 6, 105, 5, 3, 0, 0, 4, 14, 3, 26, 31, 12, 4, 2, 13, 6, 20, 20, 7, 26, 12, 5, 4, 16, 22, 1, 0, 45, 32, 7, 6, 22, 2, 3, 2, 31, 939, 33, 71, 71, 71, 71, 758, 34, 47, 581, 32, 4, 8, 13, 59, 1, 2, 78, 29, 14, 9, 94, 446, 8, 254, 15, 33, 33, 41, 896, 896, 896, 896, 21, 10, 39, 7, 26, 6, 81, 0, 14, 0, 4, 16, 16, 15, 250, 250, 250, 250, 3, 5, 147, 2, 2, 1167, 1, 13, 15, 27, 27, 27, 27, 409, 409, 409, 409, 43, 12, 3, 8, 29, 1, 19, 60, 9, 5, 22, 5, 19, 4, 6, 6, 11, 26, 4, 11, 62, 1, 22, 4, 12, 3, 24, 3, 5, 9, 25, 106, 1, 17, 0, 2, 4, 1, 4, 2, 1, 0, 0, 32, 25, 6, 67, 1, 11, 1, 10, 1, 0, 32, 3, 1, 7, 4, 2, 21, 13, 4, 2, 1, 2, 0, 3, 0, 9, 15, 383, 153, 2, 2, 2, 2, 0, 2, 0, 66, 11, 8, 15, 592, 4, 2, 10, 30, 7, 0, 2, 65, 2, 5, 2, 22, 37, 19, 123, 18, 1, 2, 15, 10, 0, 0, 2, 4, 9, 0, 0, 0, 0, 22, 13, 4, 2, 2, 19, 2, 5, 11, 16, 1, 3, 92, 3, 8, 63, 0, 1, 11, 7, 3, 2, 7, 19, 0, 1, 28, 0, 1, 28, 2, 6, 8, 5, 22, 2, 4, 5, 17, 3, 9, 13, 76, 0, 8, 32, 10, 52, 25, 14, 10, 13, 4, 1, 14, 16, 16, 18, 3, 1, 1, 7, 6, 128, 3, 28, 94, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 40, 1, 2, 8, 2, 0, 10, 6, 29, 0, 0, 1, 1, 5, 26, 202, 10, 3, 9, 138, 138, 138, 138, 72, 7, 1, 208, 12, 9, 2, 11, 19, 816, 3, 0, 0, 14, 5, 5, 5, 5, 5, 5, 5, 5, 5, 71, 2, 0, 13, 2, 4, 25, 175, 0, 123, 16, 16, 16, 16, 1, 1, 0, 117, 6, 20, 6, 44, 63, 1, 197, 197, 197, 197, 0, 22, 9, 6, 4, 0, 17, 5, 12, 1, 16, 2, 7, 3, 6, 25, 37, 3, 89, 1, 6, 60, 0, 4, 59, 1, 322, 0, 123, 2, 3, 0, 3, 9, 5, 28, 11, 6, 1, 2, 2, 0, 3, 0, 1, 3, 1, 6, 10, 0, 7, 5, 0, 1586, 3, 3, 3, 3, 0, 1, 458, 3, 6, 5, 5, 2, 0, 15, 4, 0, 9, 3, 17, 14, 4, 0, 6, 0, 13, 19, 0, 0, 1, 7, 2, 1, 3, 0, 2, 0, 27, 1, 3, 25, 3, 1, 10, 3, 5, 3, 6, 273, 6, 28, 1, 16, 1, 23, 2, 3, 0, 0, 8, 7, 5, 8, 16, 8, 6, 22, 4, 2, 6, 5, 154, 4, 68, 3, 27, 4, 4, 10, 11, 9, 13, 96, 0, 29, 0, 5, 5, 8, 4, 9, 2, 84, 0, 0, 23, 7, 65, 8, 3, 2, 3, 15, 1, 28, 10, 0, 8, 2, 1, 3, 17, 17, 17, 17, 2, 13, 40, 41, 17, 43, 0, 11, 25, 31, 11, 25, 3, 1002, 20, 5, 571, 21, 10, 0, 0, 9, 155, 376, 17, 20, 20, 20, 20, 2, 4, 2, 4, 2, 0, 20, 7, 15, 26, 3, 1, 19, 1, 12, 5, 33, 0, 4, 4, 1, 8, 8, 5, 17, 2, 3, 8, 0, 0, 0, 0, 104, 26, 21, 0, 16, 0, 321, 3, 5, 1, 4, 35, 4, 19, 1, 5, 28, 0, 9, 18, 2, 1, 17, 15, 112, 0, 11, 13, 13, 13, 13, 1, 2, 5, 2, 5, 9, 4, 1, 7, 1, 12, 1, 54, 6, 24, 1, 21, 2, 1, 3, 4, 18, 4, 2, 1, 3, 18, 169, 34, 14, 52, 20, 7, 0, 6, 1, 0, 0, 0, 8, 12, 8, 0, 0, 40, 2, 128, 2, 0, 1, 3, 6, 549, 0, 6, 8, 3, 0, 4, 2, 26, 9, 2, 6, 4, 0, 0, 0, 0, 0, 49, 18, 18, 18, 18, 0, 7, 55, 1, 4, 69, 1, 11, 11, 11, 11, 40, 1, 4, 0, 5, 7, 53, 7, 3, 2, 30, 1, 4, 2, 5, 24, 6, 2, 14, 9, 2, 4, 0, 1, 3, 10, 0, 41, 423, 0, 0, 8, 1, 124, 5, 0, 21, 21, 21, 21, 0, 23, 2, 11, 6, 0, 16, 1, 5, 3, 4, 17, 6, 5, 12, 0, 46, 5, 0, 391, 1, 196, 0, 42, 2, 98, 6, 4, 2, 17, 204, 26, 5, 9, 79, 2, 59, 2, 46, 319, 0, 0, 26, 2, 10, 9, 0, 3, 10, 25, 0, 3, 8, 1, 150, 0, 0, 2, 11, 165, 2, 207, 2, 0, 7, 15, 0, 11, 11, 11, 11, 27, 17, 1, 21, 81, 3, 6, 6, 3, 9, 5, 2, 5, 5, 5, 5, 5, 5, 5, 5, 5, 12, 24, 13, 1, 11, 1, 0, 4, 7, 25, 25, 25, 45, 38, 74, 66, 118, 1, 90, 97, 0, 4, 0, 4, 1, 0, 4, 20, 1, 4, 3, 31, 6, 17, 70, 3, 33, 1, 1, 1, 15, 14, 5, 74, 8, 11, 19, 12, 6, 1, 6, 18, 0, 0, 14, 14, 14, 14, 14, 14, 14, 14, 14, 46, 7, 0, 45, 19, 8, 15, 18, 0, 0, 1, 0, 35, 21, 1, 3, 1, 1, 11, 74, 4, 1, 0, 17, 1, 2, 6, 9, 2, 0, 0, 0, 3, 0, 5, 5, 5, 5, 2, 4, 17, 0, 0, 121, 0, 99, 108, 4, 38, 19, 4, 5, 0, 3, 0, 8, 0, 144, 6, 1, 8, 11, 1, 0, 1, 3, 2, 5, 7, 2, 0, 0, 5, 4, 2, 26, 2, 3, 7, 0, 1, 0, 0, 3, 4, 1, 6, 3, 3, 2, 1, 11, 1, 1, 2, 1, 24, 40, 2, 4, 7, 8, 71, 153, 4, 0, 4, 28, 1, 1, 9, 1, 54, 91, 1, 0, 1, 5, 12, 4, 2, 1, 2, 10, 23, 10, 0, 4, 10, 1, 4, 15, 1, 7, 7, 1, 1, 9, 2, 0, 7, 20, 100, 724, 197, 197, 197, 197, 3, 1, 14, 2, 18, 3, 29, 3, 34, 5, 0, 1, 32, 4, 3, 3, 74, 0, 2, 5, 3, 0, 1, 136, 99, 77, 25, 39, 2, 4, 3, 2, 15, 0, 6, 2, 32, 3, 4, 41, 1, 1, 0, 16, 0, 0, 29, 49, 5, 177, 7, 1, 10, 11, 9, 25, 38, 1, 3, 6, 7, 16, 21, 12, 9, 0, 2, 14, 5, 5, 5, 5, 7, 5, 1, 13, 3, 11, 95, 0, 0, 0, 0, 0, 42, 21, 12, 1, 4, 0, 0, 0, 0, 8, 2, 0, 1, 1, 1, 1, 2, 721, 0, 8, 18, 18, 18, 18, 143, 9, 2, 7, 37, 4, 6, 4, 21, 4, 1, 10, 0, 0, 0, 0, 1, 4, 9, 0, 0, 322, 0, 14, 8, 2, 5, 1, 11, 1, 3, 10, 270, 8, 3, 0, 7, 44, 2, 5, 47, 4, 34, 44, 14, 72, 10, 23, 58, 19, 11, 7, 2, 3, 8, 0, 0, 7, 1, 1, 918, 1, 0, 6, 2, 5, 0, 5, 2, 11, 9, 2, 6, 2, 41, 80, 80, 80, 80, 28, 0, 10, 2, 4, 68, 1167, 8, 1, 1, 2, 3, 3, 0, 23, 8, 14, 4, 11, 1, 4, 0, 10, 3, 19, 5, 0, 0, 5, 1, 11, 2, 0, 25, 0, 11, 10, 10, 11, 8, 27, 14, 3, 5, 112, 1, 27, 38, 7, 19, 6, 6, 27, 27, 27, 27, 27, 458, 1, 2, 6, 2, 0, 5, 1, 17, 3, 7, 0, 0, 5, 16, 4, 274, 274, 274, 274, 8, 0, 0, 0, 0, 0, 4, 0, 9, 54, 3, 3, 3, 3, 3, 0, 192, 4, 29, 2, 96, 19, 32, 7, 10, 15, 31, 2, 24, 10, 16, 6, 0, 10, 44, 18, 0, 1, 6, 2, 33, 0, 7, 2, 23, 3, 2, 8, 0, 17, 2, 0, 7, 0, 42, 43, 3, 2, 13, 16, 0, 0, 0, 0, 91, 1, 7, 4, 16, 7, 1, 81, 81, 81, 81, 81, 81, 81, 81, 81, 1, 0, 3, 0, 0, 13, 2, 14, 0, 0, 12, 15, 9, 1, 1, 24, 3, 4, 3, 5, 4, 0, 19, 8, 9, 9, 4, 12, 27, 15, 204, 1, 5, 1, 1, 0, 9, 14, 0, 3, 1, 96, 6, 14, 10, 5, 3, 4, 0, 1, 26, 8, 5, 1, 13, 5, 0, 0, 9, 4, 2, 0, 23, 0, 3, 4, 0, 0, 4, 1, 6, 21, 2, 0, 1, 43, 3, 5, 17, 12, 17, 23, 5, 7, 0, 4, 2, 10, 1, 1, 0, 5, 7, 1, 0, 5, 24, 2, 48, 1, 0, 6, 38, 3, 10, 96, 2, 0, 7, 0, 11, 0, 0, 10, 1, 11, 1, 0, 2, 3, 1, 1, 3, 1, 6, 3, 24, 4, 16, 11, 47, 3, 1, 50, 0, 4, 8, 8, 8, 8, 40, 1, 1, 5, 0, 18, 1, 0, 10, 13, 90, 90, 90, 90, 107, 9, 6, 5, 2, 2, 3, 0, 20, 4, 0, 0, 0, 8, 8, 8, 8, 0, 1, 3, 1, 4, 11, 0, 1, 1, 8, 8, 1, 23, 0, 5, 11, 0, 0, 1, 19, 3, 0, 3, 0, 5, 169, 2, 1, 1, 4, 2, 1, 8, 0, 6, 1, 27, 27, 27, 27, 0, 0, 1, 5, 0, 0, 1, 1, 1, 8, 1, 0, 106, 6, 1, 34, 0, 1, 1, 2, 23, 1, 1, 4, 2, 3, 5, 1, 8, 0, 6, 0, 7, 1, 1, 15, 0, 2, 0, 0, 0, 23, 3, 1, 4, 1, 5, 6, 5, 3, 1, 8, 896, 896, 896, 896, 5, 13, 4, 2, 3, 6, 2, 3, 8, 6, 0, 1, 1, 4, 2, 2, 6, 11, 1, 14, 1, 1, 1, 1, 18, 27, 1, 0, 2, 6, 8, 11, 2, 86, 10, 12, 0, 52, 0, 8, 7, 5, 1, 2, 34, 12, 0, 1, 0, 3, 55, 16, 3, 0, 4, 4, 34, 1, 13, 8, 9, 4, 0, 1, 1, 3, 2, 9, 4, 6, 4, 226, 226, 226, 226, 3, 10, 1, 19, 18, 54, 0, 17, 8, 48, 48, 48, 48, 124, 1, 2, 10, 1, 4, 15, 9, 16, 43, 0, 1, 20, 94, 2, 1, 2, 9, 1, 4, 698, 2, 4, 22, 354, 101, 0, 5, 0, 5, 17, 14, 4, 5, 12, 1, 2, 30, 0, 2, 1, 1, 9, 12, 6, 1, 3, 23, 3, 4, 1, 0, 4, 1, 34, 0, 88, 5, 5, 23, 9, 1, 4, 4, 0, 0, 3, 17, 1, 0, 13, 4, 29, 30, 1, 34, 3, 14, 103, 172, 172, 172, 172, 3, 13, 5, 1, 5, 2, 4, 20, 45, 7, 0, 1, 19, 68, 3, 0, 4, 4, 3, 4, 3, 3, 15, 3, 10, 3, 27, 3, 4, 41, 1, 4, 2, 0, 20, 6, 16, 81, 7, 74, 10, 5, 12, 2, 14, 3, 2, 11, 4, 17, 17, 17, 17, 9, 3, 2, 5, 1, 7, 27, 2, 30, 18, 10, 2, 70, 9, 5, 26, 1, 13, 7, 1, 2, 3, 2, 12, 18, 16, 114, 1, 37, 8, 6, 0, 0, 6, 18, 1, 8, 1, 10, 3, 0, 3, 3, 1, 7, 7, 38, 25, 21, 84, 9, 40, 6, 1, 22, 4, 32, 3, 0, 26, 4, 32, 112, 112, 112, 112, 5, 9, 4, 5, 1, 24, 4, 37, 2, 15, 8, 2, 14, 14, 14, 14, 14, 14, 14, 14, 14, 208, 7, 1, 14, 14, 14, 14, 14, 14, 14, 14, 14, 0, 9, 3, 3, 5, 2, 4, 3, 4, 12, 26, 48, 6, 6, 7, 9, 6, 2, 14, 4, 19, 0, 55, 6, 2, 3, 0, 3, 18, 36, 0, 8, 75, 1, 7, 8, 0, 6, 3, 2, 1, 2, 5, 11, 94, 3, 0, 3, 25, 6, 1, 3, 6, 1, 0, 1, 30, 28, 3, 8, 1, 0, 1, 185, 16, 7, 0, 6, 2, 2, 1, 6, 5, 0, 0, 0, 75, 8, 1, 0, 6, 0, 0, 2, 40, 2, 56, 3, 1, 2, 0, 0, 5, 13, 2, 4, 13, 0, 2, 0, 1, 1, 18, 0, 3, 3, 3, 3, 0, 30, 46, 46, 46, 46, 7, 11, 11, 11, 11, 0, 1, 2, 0, 1, 0, 136, 4, 5, 5, 1, 4, 2, 3, 44, 2, 9, 3, 2, 0, 1, 7, 2, 0, 13, 2, 7, 15, 6, 7, 97, 5, 4, 2, 2, 22, 8, 0, 1, 4, 5, 0, 12, 0, 0, 12, 4, 2, 6, 0, 37, 2, 8, 10, 1, 138, 138, 138, 138, 5, 0, 5, 0, 2, 1, 10, 1, 4, 11, 1, 1, 0, 2, 7, 14, 4, 6, 1, 51, 5, 2, 1, 22, 2, 290, 0, 176, 47, 14, 6, 2, 0, 35, 10, 7, 2, 12, 4, 3, 7, 2, 6, 2, 54, 14, 1, 8, 3, 2, 2, 6, 16, 40, 4, 21, 5, 3, 3, 26, 4, 36, 39, 35, 2, 0, 2, 9, 2, 4, 6, 2, 3, 2, 12, 2, 5, 351, 1, 17, 0, 2, 3, 3, 12, 7, 12, 0, 3, 8, 2, 0, 17, 0, 3, 3, 3, 3, 3, 3, 2, 1, 11, 1, 9, 4, 3, 9, 0, 18, 40, 10, 58, 6, 0, 15, 1, 150, 15, 713, 2, 25, 43, 0, 9, 1, 74, 2, 1, 4, 2, 0, 2, 5, 6, 4, 3, 54, 68, 1, 2, 1, 6, 2, 20, 1, 2, 1, 68, 20, 13, 1, 1, 15, 26, 596, 0, 7, 20, 22, 8, 22, 0, 8, 7, 0, 0, 2, 0, 52, 52, 52, 52, 171, 5, 3, 6, 9, 0, 48, 3, 0, 62, 0, 7, 154, 9, 0, 5, 5, 20, 8, 4, 9, 8, 0, 21, 0, 3, 2, 6, 0, 54, 7, 1, 107, 17, 5, 21, 21, 21, 21, 4, 5, 8, 0, 1, 0, 3, 2, 9, 82, 22, 3, 7, 3, 1, 4, 15, 0, 11, 15, 7, 41, 7, 8, 25, 0, 0, 5, 29, 4, 1, 19, 114, 4, 3, 10, 77, 6, 2, 12, 6, 1, 0, 0, 5, 52, 2, 2, 7, 1, 11, 116, 4, 1, 2, 28, 1, 10, 4, 5, 26, 0, 0, 12, 4, 13, 2, 16, 5, 5, 4, 6, 13, 5, 93, 14, 1, 22, 18, 23, 23, 23, 23, 23, 23, 23, 23, 23, 4, 4, 11, 1, 0, 22, 2, 12, 2, 1, 1, 44, 0, 23, 4, 2, 1, 1, 4, 2, 17, 63, 2, 0, 0, 3, 1, 27, 27, 8, 24, 2, 178, 18, 18, 18, 18, 19, 10, 19, 126, 10, 6, 6, 6, 6, 2, 8, 0, 0, 0, 0, 1, 2, 0, 0, 0, 294, 0, 4, 8, 9, 56, 19, 4, 28, 1, 4, 13, 1, 191, 17, 1, 0, 4, 1, 0, 77, 1, 1, 2, 0, 1, 98, 98, 98, 98, 0, 0, 16, 0, 5, 5, 0, 12, 4, 0, 4, 11, 7, 1, 2, 2, 2, 2, 0, 0, 45, 0, 0, 0, 0, 0, 1, 3, 3, 3, 3, 9, 27, 5, 1, 4, 1, 3, 1, 2, 3, 0, 0, 2, 0, 12, 1, 0, 20, 6, 27, 350, 0, 8, 0, 1, 15, 0, 11, 11, 11, 11, 117, 1, 3, 1, 8, 12, 11, 6, 2, 2, 4, 4, 4, 4, 61, 6, 0, 34, 21, 211, 0, 0, 0, 1, 23, 1, 1, 2, 60, 60, 60, 60, 11, 3, 7, 3, 0, 0, 5, 9, 53, 7, 1, 4, 20, 1, 5, 4, 8, 46, 29, 0, 1, 172, 2, 18, 7, 7, 10, 1, 1, 3, 6, 0, 36, 1, 27, 3, 30, 4, 3, 2, 0, 9, 0, 12, 14, 3, 2, 27, 107, 2, 4, 1, 4, 4, 15, 52, 2, 2, 0, 8, 5, 2, 132, 22, 91, 5, 13, 61, 0, 5, 1, 12, 49, 11, 30, 7, 5, 16, 2, 3, 8, 5, 0, 0, 2, 22, 5, 12, 2, 3, 2, 2, 9, 0, 1, 5, 28, 59, 6, 32, 15, 10, 1, 3, 1, 2, 0, 22, 2, 15, 15, 15, 15, 5, 4, 18, 1, 20, 3, 14, 14, 18, 1, 12, 1, 3, 2, 1, 0, 0, 2, 6, 4, 0, 4, 0, 4, 30, 5, 30, 31, 31, 31, 31, 4, 3, 4, 5, 121, 24, 5, 2, 5, 3, 6, 1, 1, 8, 0, 2, 31, 7, 1062, 3, 12, 17, 1, 1, 2, 1, 25, 1, 68, 2, 0, 7, 107, 4, 4, 2, 1, 9, 2, 3, 7, 19, 81, 107, 3, 11, 5, 49, 5, 5, 0, 7, 2, 33, 1, 0, 0, 156, 7, 3, 1, 10, 0, 0, 51, 3, 12, 19, 1, 31, 31, 31, 31, 13, 5, 5, 59, 1, 1, 1, 5, 3, 28, 25, 2, 12, 10, 4, 24, 6, 0, 1, 923, 2, 0, 9, 29, 0, 1, 20, 20, 0, 2, 6, 5, 103, 0, 6, 11, 139, 3, 75, 0, 4, 2, 0, 10, 5, 12, 81, 12, 0, 2, 45, 3, 23, 0, 386, 1, 0, 32, 8, 5, 20, 21, 9, 3, 34, 11, 231, 26, 38, 9, 8, 21, 21, 21, 21, 2, 12, 34, 10, 4, 10, 9, 3, 3, 6, 2, 27, 1, 1, 5, 63, 14, 15, 2, 7, 8, 0, 38, 6, 6, 0, 1, 119, 2, 17, 6, 3, 0, 45, 8, 2, 0, 14, 109, 106, 1, 21, 34, 4, 10, 7, 15, 0, 2, 1, 6, 31, 7, 5, 201, 30, 215, 17, 15, 11, 159, 3, 9, 1, 1, 2, 4, 7, 12, 16, 2, 11, 0, 10, 6, 2, 104, 5, 2, 7, 1, 4, 207, 207, 207, 207, 0, 4, 0, 0, 0, 0, 0, 1, 4, 0, 10, 0, 0, 15, 8, 8, 1, 6, 2, 0, 4, 5, 1, 4, 0, 1, 6, 4, 1, 2, 23, 0, 1, 1, 0, 360, 23, 1, 0, 1, 12, 1, 17, 0, 3, 2, 2, 1, 4, 0, 6, 4, 3, 2, 8, 58, 11, 28, 28, 28, 28, 0, 15, 3, 43, 43, 43, 43, 2, 1, 11, 10, 16, 24, 4, 14, 153, 12, 0, 1, 0, 0, 3, 8, 0, 2, 3, 11, 1, 3, 4, 7, 2, 1, 3, 12, 9, 1, 1, 13, 0, 3, 1, 49, 14, 5, 1, 1, 2, 2, 45, 1, 226, 226, 226, 226, 10, 5, 14, 60, 1, 0, 5, 13, 0, 68, 5, 5, 0, 2, 4, 26, 36, 2, 14, 2, 10, 0, 9, 5, 206, 20, 20, 20, 20, 0, 8, 1, 4, 2, 0, 1, 3, 44, 0, 4, 8, 4, 0, 1, 2, 11, 105, 369, 6, 168, 11, 2, 7, 10, 2, 6, 20, 22, 0, 0, 26, 21, 1, 27, 4, 21, 3, 8, 12, 0, 13, 5, 1, 0, 9, 10, 1, 3, 1, 2, 20, 1, 1, 4, 10, 7, 5, 2, 7, 0, 5, 0, 18, 0, 10, 0, 7, 15, 1, 80, 14, 13, 3, 8, 7, 0, 3, 0, 12, 68, 21, 19, 51, 0, 21, 6, 9, 1, 1, 2, 24, 2, 35, 0, 5, 107, 1, 2, 5, 1, 1, 5, 15, 1, 0, 32, 10, 32, 30, 55, 6, 43, 0, 4, 12, 47, 4, 2, 11, 12, 135, 18, 0, 8, 0, 3, 60, 1, 7, 5, 0, 26, 3, 6, 12, 3, 39, 16, 6, 28, 28, 28, 28, 3, 0, 18, 5, 38, 0, 3, 17, 10, 1, 5, 86, 74, 5, 1, 18, 114, 0, 3, 0, 3, 25, 6, 12, 5, 27, 20, 62, 54, 168, 7, 66, 27, 9, 5, 2, 2, 27, 1, 202, 20, 34, 2, 9, 20, 9, 4, 4, 3, 7, 3875, 3875, 3875, 3875, 1, 8, 1, 1, 1, 0, 8, 0, 47, 3, 2, 1, 1, 30, 2, 2, 29, 3, 2, 3, 8, 4, 0, 0, 0, 23, 4, 0, 5, 41, 2, 26, 0, 1, 327, 330, 4, 117, 121, 2292, 7, 7, 6, 1, 6, 1, 2, 22, 9, 3, 2, 2, 2, 2, 11, 2, 2, 2, 2, 9, 0, 8, 4, 1, 95, 29, 0, 0, 33, 0, 0, 5, 9, 1, 1, 1, 1, 2, 5, 9, 1, 1, 1, 1, 0, 0, 106, 8, 299, 0, 5, 3, 96, 1, 5, 1, 3, 2, 10, 28, 3, 0, 30, 4, 5, 23, 0, 1, 137, 15, 30, 6, 2, 2, 0, 0, 0, 2, 137, 1597, 3, 9, 4, 28, 230, 8, 0, 0, 0, 23, 0, 21, 1, 0, 90, 3, 3, 226, 3, 2, 14, 6, 2, 1, 22, 0, 0, 21, 2, 0, 3, 2, 3, 32, 7, 5, 0, 2, 23, 26, 26, 26, 26, 18, 2, 2, 2, 2, 4, 0, 1, 6, 8, 0, 16, 145, 0, 3, 3, 12, 7, 10, 8, 0, 23, 31, 17, 12, 117, 9, 2, 107, 107, 107, 107, 9, 3, 2, 46, 8, 2, 24, 1, 3, 60, 10, 6, 46, 46, 46, 46, 3, 0, 2, 22, 2, 3, 2, 11, 2, 5, 2, 7, 48, 9, 8, 1, 0, 14, 3, 1, 151, 2, 22, 0, 7, 26, 3, 5, 24, 172, 172, 172, 172, 9, 4, 4, 10, 28, 6, 2, 2, 2, 2, 4, 2, 51, 4, 30, 11, 6, 36, 0, 30, 20, 2, 10, 0, 5, 88, 2, 15, 2, 52, 108, 6, 745, 0, 13, 20, 9, 1, 17, 6, 6, 13, 13, 13, 13, 3, 4, 9, 17, 2, 37, 47, 1, 2, 0, 1, 2, 1, 3, 7, 0, 4, 584, 102, 28, 28, 28, 28, 2, 3, 3, 3, 3, 0, 0, 22, 4, 5, 11, 3, 29, 2, 0, 4, 107, 36, 10, 23, 644, 1891, 6, 17, 102, 23, 12, 3, 3, 1, 3, 1687, 1, 5, 14, 71, 428, 11, 210, 0, 4, 10, 1, 18, 0, 15, 1114, 10, 51, 1, 2, 0, 4, 2, 625, 625, 625, 625, 0, 50, 0, 41, 1, 4, 42, 487, 487, 487, 487, 9, 32, 1, 34, 1, 0, 63, 0, 31, 25, 81, 81, 81, 81, 81, 81, 81, 81, 81, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 6, 6, 6, 6, 6, 6, 6, 6, 6, 0, 6, 1, 1, 81, 1, 1, 9, 9, 5, 8, 10, 24, 3, 18, 5, 4, 57, 5, 0, 1, 4, 4, 1, 215, 4, 4, 6, 26, 23, 1, 5, 159, 1, 21, 67, 2, 23, 6, 20, 13, 14, 7, 4, 12, 4, 577, 4, 1, 13, 5, 3, 3, 3, 3, 21, 20, 90, 13, 1100, 4, 7, 40, 42, 12, 141, 11, 15, 71, 4, 0, 1734, 1734, 1734, 1734, 120, 10, 6, 5, 12, 50, 8, 3, 3, 3, 3, 64, 35, 2, 30, 3, 11, 37, 18, 46, 20, 3, 32, 24, 4, 285, 285, 285, 285, 285, 285, 285, 285, 285, 285, 285, 285, 285, 285, 285, 285, 1, 4, 9, 12, 2, 23, 4, 26, 0, 0, 0, 0, 5, 4, 12, 3, 67, 44, 44, 44, 44, 24, 2, 142, 142, 142, 142, 20, 4, 1, 3, 2, 40, 15, 20, 1, 6, 2, 54, 47, 1, 1, 1, 2, 8, 34, 9, 4, 2, 2, 1, 12, 31, 3, 2, 7, 15, 285, 285, 285, 285, 285, 285, 285, 285, 285, 285, 285, 285, 285, 285, 285, 285, 12, 2, 0, 0, 0, 0, 285, 285, 285, 285, 285, 285, 285, 285, 285, 285, 285, 285, 285, 285, 285, 285, 5, 9, 98, 31, 31, 31, 31, 2, 3875, 3875, 3875, 3875, 0, 3, 1, 3, 0, 2, 42, 1, 1, 47, 11, 8, 0, 9, 18, 21, 60, 1, 5, 2, 19, 4, 15, 0, 0, 3, 3, 23, 4, 2, 7, 5, 4, 15, 22, 224, 2, 0, 1, 41, 7, 0, 3, 0, 1, 112, 4, 15, 515, 8, 16, 3, 27, 0, 25, 20, 8, 15, 17, 7, 18, 6, 0, 161, 2, 0, 33, 0, 80, 6, 17, 11, 9, 1, 7, 30, 29, 4, 0, 2, 128, 37, 1, 129, 57, 12, 1, 0, 16, 3, 3, 10, 7, 34, 2, 43, 0, 2, 2, 4, 44, 27, 1, 62, 13, 2, 1, 0, 16, 56, 3, 4, 0, 27, 2, 20, 1, 21, 26, 8, 7, 0, 7, 0, 6, 2, 20, 3, 12, 0, 7, 232, 15, 3, 0, 12, 0, 29, 10, 1, 3, 107, 107, 107, 107, 4, 7, 23, 0, 2, 23, 2, 16, 11, 26, 1, 54, 4, 8, 0, 0, 2, 1, 0, 81, 22, 2, 3, 3, 3, 76, 11, 3, 29, 13, 23, 1, 0, 0, 73, 7, 1, 15, 9, 7, 6, 10, 3, 4, 39, 39, 39, 39, 4, 0, 2, 0, 1, 120, 0, 3, 46, 88, 4, 4, 5, 31, 7, 20, 26, 6, 16, 11, 3, 1, 1, 3, 19, 3, 0, 0, 2, 4, 0, 0, 0, 167, 5, 0, 1, 64, 0, 3, 1, 0, 23, 17, 3, 4, 4, 5, 0, 0, 3, 2, 2, 5, 8, 7, 0, 3, 96, 96, 96, 96, 96, 96, 96, 96, 96, 0, 3, 0, 0, 0, 1, 0, 14, 1, 3, 3, 12, 84, 58, 58, 58, 58, 7, 2, 9, 0, 0, 0, 0, 1, 0, 1, 8, 0, 1, 4, 0, 15, 0, 260, 3, 0, 0, 0, 1, 74, 0, 34, 7, 0, 32, 4, 0, 2, 11, 1, 38, 96, 96, 96, 96, 96, 96, 96, 96, 96, 3, 3, 40, 0, 0, 2, 34, 8, 188, 1, 82, 14, 0, 0, 0, 6, 7, 1, 15, 5, 56, 7, 0, 2, 2, 2, 6, 9, 21, 7, 63, 5, 0, 1, 30, 20, 67, 3, 6, 4, 10, 14, 4, 10, 22, 11, 9, 1, 50, 3, 1, 0, 0, 29, 21, 16, 27, 0, 0, 5, 126, 1, 1, 4, 1, 54, 32, 23, 4, 124, 8, 8, 8, 8, 0, 65, 115, 21, 9607, 112, 6, 189, 44, 44, 44, 44, 11, 7, 0, 204, 9, 29, 35, 4, 3, 2, 4, 1, 476, 20, 11, 4, 6, 0, 1, 1, 2, 12, 0, 7, 8, 15, 6, 30, 0, 8, 2, 2, 0, 1, 1, 0, 16, 26, 296, 198, 452, 452, 452, 452, 3, 36, 8, 9, 2, 6, 7, 3, 27, 16, 8, 0, 3, 0, 3, 36, 5, 57, 11, 8, 2, 1, 3, 5, 21, 38, 75, 3, 3, 3, 3, 182, 13, 1, 347, 2, 13, 10, 29, 10, 7, 29, 250, 250, 250, 250, 35, 26, 41, 36, 15, 23, 3, 0, 6, 27, 3, 10, 29, 4, 8, 8, 6, 5, 0, 29, 208, 4, 0, 142, 5, 0, 1, 4, 30, 7, 1, 1, 8, 4, 6, 42, 5, 1, 53, 14, 2, 6, 3, 67, 12, 24, 3, 9, 499, 27, 24, 4, 29, 7, 32, 11, 5, 4, 9, 47, 6, 1, 27, 3, 0, 2, 15, 4, 4, 4, 4, 2, 0, 0, 2, 3, 3, 3, 3, 3, 11, 4, 27, 64, 3, 366, 379, 379, 379, 379, 11, 8, 8, 8, 8, 4, 1, 0, 0, 1, 8, 2, 5, 67, 3, 16, 2, 6, 5, 0, 0, 406, 406, 406, 406, 10, 38, 132, 1, 6, 7, 4, 1, 0, 199, 55, 6, 23, 3, 10, 9, 36, 108, 2, 0, 68, 6, 14, 102, 196, 20, 5, 7, 3, 42, 7, 9, 0, 6, 1, 2, 7, 17, 236, 10, 8, 1025, 2, 4, 3, 10, 37, 4, 42, 1, 10, 52, 1184, 0, 10, 110, 107, 13, 12, 56, 25, 12, 7, 20, 3, 23, 2, 495, 13, 1, 8, 44, 44, 44, 44, 10, 1, 18, 3, 1, 189, 0, 3, 5, 14, 14, 14, 14, 10, 16, 0, 37, 1, 1, 1, 3, 18, 12, 21, 21, 21, 21, 5, 3, 148, 1, 1, 6, 1, 33, 17, 4, 2, 3, 48, 200, 5, 63, 1, 94, 2, 186, 10, 7, 37, 5, 10, 7, 6, 68, 9, 0, 17, 12, 11, 6, 24, 60, 0, 1, 104, 4, 13, 17, 0, 5, 4, 7, 20, 2, 3, 14, 168, 29, 3, 2, 422, 0, 3, 83, 72, 29, 15, 26, 0, 33, 0, 8, 135, 96, 2, 2, 3, 109, 26, 26, 26, 26, 13, 17, 0, 3, 10, 8, 15, 0, 31, 2, 9, 1, 250, 16, 2, 3, 13, 2, 5, 30, 1, 1, 1, 4, 5, 8, 1, 12, 5, 131, 8, 0, 5, 2, 0, 0, 1, 1, 4, 5, 39, 0, 0, 2, 1, 3, 0, 8, 2, 2, 241, 241, 241, 241, 241, 241, 241, 241, 241, 241, 241, 241, 241, 241, 241, 241, 18, 2, 5, 1, 9, 0, 7, 0, 53, 4, 15, 3, 1, 0, 9, 6, 3, 1, 7, 6, 0, 0, 0, 0, 54, 54, 54, 54, 0, 6, 36, 54, 54, 54, 54, 66, 69, 241, 241, 241, 241, 241, 241, 241, 241, 241, 241, 241, 241, 241, 241, 241, 241, 6, 2, 108, 0, 1, 4, 0, 0, 2, 4, 1, 9, 7, 6, 2, 13, 33, 32, 32, 32, 32, 0, 0, 2, 0, 68, 3, 576, 4, 1, 3, 20, 17, 3, 16, 10, 54, 4, 1, 0, 14, 1, 5, 5, 406, 406, 406, 406, 4, 6, 0, 3, 3, 48, 0, 34, 15, 12, 48, 1, 10, 5, 7, 1, 1, 53, 49, 1, 2, 10, 59, 0, 2, 39, 15, 19, 4, 454, 41, 163, 0, 1, 8, 5, 1, 105, 21, 8, 3, 6, 6, 6, 6, 5, 5, 3, 1, 9, 4, 13, 1, 13, 2, 74, 525, 19, 1, 9, 1, 7, 8, 173, 16, 6, 10, 3, 6, 6, 6, 6, 35, 3, 5, 4, 7, 4, 11, 20, 21, 40, 235, 2, 0, 4, 3, 1, 0, 3, 28, 13, 16, 1, 20, 142, 142, 142, 142, 1, 2, 0, 9, 1, 20, 0, 0, 126, 24, 9, 30, 18, 17, 45, 95, 2, 6, 8, 11, 15, 182, 7, 111, 7, 10, 69, 1, 9, 7, 6, 11, 50, 3, 361, 45, 26, 6, 44, 11, 5, 46, 1999, 29, 5, 5, 5, 5, 5766, 169, 8, 92, 2, 11, 0, 72, 28, 51, 10, 41, 22, 8, 75, 24, 1, 21, 320, 5, 10, 134, 363, 1, 5, 107, 4, 0, 2, 65, 1, 7, 30, 0, 12, 8, 0, 2, 17, 3, 3, 2, 3259, 18, 10, 0, 28, 5, 0, 17, 31, 6, 0, 1, 17, 1304, 15, 5, 1, 23, 7, 17, 195, 47, 6, 2, 45, 9, 15, 116, 2, 23, 415, 32, 0, 0, 5, 2, 0, 89, 31, 559, 46, 44, 46, 17, 46, 61, 2, 8, 6764, 6765, 6764, 6765, 10, 10, 5, 301, 13, 46, 3, 35, 0, 18, 4, 1296, 10, 100, 1, 0, 121, 113, 5, 19, 14, 1, 0, 2, 61, 3, 142, 12, 13, 12, 0, 8, 0, 2, 5, 6, 54, 144, 144, 144, 144, 13, 4, 20, 65, 65, 65, 65, 65, 65, 65, 65, 65, 45, 11, 16, 2, 45, 2, 4, 5, 1, 47, 5, 29, 12, 2, 1, 44, 16, 5, 14, 1, 35, 8, 5, 14, 4, 4, 1, 1, 1, 1, 18, 33, 29, 29, 29, 29, 13, 6, 6, 6, 6, 6, 64, 3, 3, 3, 23, 0, 9, 2, 0, 9, 24, 6, 13, 13, 0, 7, 4, 4, 13, 10, 5, 11, 7, 6, 108, 0, 0, 17, 34, 105, 2, 5, 14, 76, 14, 11, 4, 68, 34, 1, 17, 1, 16, 4, 23, 18, 45, 13, 17, 58, 2, 274, 274, 274, 274, 7, 25, 89, 0, 7, 3, 8, 5, 6, 4, 26214, 26214, 26214, 26214, 6, 13, 155, 6, 15, 72, 70, 1, 27, 1, 10, 4, 25, 1, 1, 1, 1, 3, 2, 57, 0, 16, 10, 19, 0, 3, 17, 64, 0, 0, 6, 2, 14, 6, 0, 19, 44, 44, 44, 44, 44, 44, 44, 44, 44, 4, 0, 55, 55, 55, 55, 25, 39, 39, 39, 39, 7, 0, 41, 9, 9, 9, 9, 40, 1, 0, 7, 53, 78, 9, 5, 13, 13, 16, 177, 17, 3, 0, 0, 0, 0, 1158, 6, 89, 89, 89, 89, 0, 2, 121, 121, 121, 121, 89, 2, 5, 85, 9, 5, 4, 4, 0, 2, 0, 27, 0, 10, 2, 60, 15, 19, 3, 4, 39, 39, 39, 39, 201, 201, 201, 201, 9, 2, 4, 49, 18, 2, 6, 9, 48, 285, 285, 285, 285, 285, 285, 285, 285, 285, 285, 285, 285, 285, 285, 285, 285, 14, 96, 96, 96, 96, 96, 96, 96, 96, 96, 1, 1, 7, 0, 0, 73, 73, 73, 73, 2, 6, 3, 13, 2, 2, 0, 58, 5, 3, 26, 4, 13, 2, 0, 0, 1, 6, 1, 10, 5, 137, 28, 32, 1, 4, 7, 17, 1, 67, 574, 2, 83, 9, 4, 4, 3, 6, 54, 7, 0, 53, 73, 73, 73, 73, 171, 16, 11, 12, 5, 2, 4, 10, 9, 2, 16, 3, 5, 1, 4, 2, 1, 11, 4, 5, 20, 10, 7, 5, 13, 4, 116, 7, 1, 2, 46, 43, 13, 2, 94, 4, 13, 9, 2, 9, 76, 7, 4, 153, 28, 112, 4, 22, 1, 3, 1, 0, 233, 2, 16, 0, 0, 3, 1, 2, 8, 74, 5, 1, 77, 97, 9, 126, 86, 29, 11, 2, 2, 1, 4, 3, 6, 6, 6, 6, 6, 6, 6, 6, 6, 14, 8, 1, 2, 6, 11, 5, 3, 39, 97, 3396, 5, 374, 23, 4, 6, 1, 97, 4, 0, 23, 189, 0, 144, 144, 144, 144, 1, 16, 13, 28, 13, 13, 13, 13, 4, 586, 586, 586, 586, 23, 8, 42, 139, 44, 8, 251, 2, 1, 2039, 2, 17, 37, 7, 0, 486, 161, 53, 20, 0, 45, 52, 0, 56, 0, 46, 0, 10, 3, 7, 6, 1, 1, 1, 1, 6, 8, 4, 5, 1, 34, 23, 14, 3, 15, 5, 1, 1, 25, 17, 8, 133, 1, 5, 10, 7, 1, 3, 10, 13, 3, 78, 48, 0, 1, 0, 8, 0, 1, 1, 0, 12, 22, 0, 12, 1, 0, 93, 0, 2, 1, 0, 1, 3, 46, 14, 12, 9, 3, 11, 18, 89, 89, 89, 89, 1, 6, 11, 23, 0, 2, 20, 4, 2, 346, 69, 46, 14, 3, 0, 17, 535, 16, 29, 25, 2, 131, 129, 0, 27, 4, 60, 60, 60, 60, 58, 3, 11, 65, 2, 3, 3, 3, 3, 683, 3, 20, 12, 5, 4, 7, 92, 28, 5, 2, 77, 12, 565, 341, 78, 59, 15, 20, 7, 3, 2, 35, 86, 1, 9, 45, 0, 2, 2, 39, 0, 9, 20, 0, 17, 17, 17, 17, 44, 5, 68, 66, 180, 0, 26, 309, 1, 4, 35, 55, 15, 2, 33, 86, 23, 20, 13, 25, 20, 3, 12, 3, 3, 186, 0, 10, 0, 7, 0, 2, 1, 88, 19, 19, 19, 19, 37, 39, 48, 0, 5, 76, 3, 75, 3, 49, 1, 2, 1, 10, 61, 2, 0, 11, 1, 3, 80, 3, 1313, 3, 4, 241, 1, 1, 0, 23, 1, 29, 9, 6, 80, 22, 1, 1, 2, 3, 32, 3, 125, 4, 8, 13, 17, 7, 11, 0, 4, 6, 0, 1, 0, 4, 39, 16, 46, 9, 1, 5, 201, 2, 1, 49, 42, 31, 65, 19, 9, 5, 12, 40, 2, 16, 29, 13, 13, 13, 13, 32, 2, 8, 30, 3, 4, 2, 322, 9, 1, 733, 13, 17, 5, 96, 26, 38, 5, 15, 23, 470, 55, 55, 55, 55, 11, 5, 22, 44, 453, 52, 5, 4, 3, 3, 651, 14, 1, 1, 1, 26214, 26214, 26214, 26214, 35, 8, 0, 11, 28, 6, 27, 25, 28, 16, 4, 0, 6, 4, 1, 9, 12, 12, 12, 12, 68, 0, 29, 194, 11, 38, 1, 6, 121, 121, 121, 121, 6, 241, 241, 241, 241, 241, 241, 241, 241, 241, 241, 241, 241, 241, 241, 241, 241, 5, 48, 3, 6, 5, 1348, 1348, 1348, 1348, 24, 1, 1, 4, 0, 1, 3, 6, 3, 1, 3, 17, 3, 22, 3, 26, 4, 12, 0, 9, 15, 15, 15, 15, 15, 15, 15, 15, 15, 121, 0, 13, 2, 2, 9, 365, 3, 139, 2, 13, 2, 8, 0, 28, 0, 2, 3, 17, 8, 0, 32, 48, 29, 33, 121, 121, 121, 121, 121, 121, 121, 121, 121, 8, 6, 6, 3, 1, 4, 35, 13, 12, 3, 7, 25, 12, 0, 0, 2, 0, 218, 7, 47, 1, 13, 0, 8, 35, 12, 18, 1, 3, 3, 3, 3, 3, 31, 0, 0, 13, 52, 15, 1, 0, 7, 2, 13746, 1, 8, 39, 1, 3, 5, 20, 0, 495, 15, 3, 45, 12, 12, 75, 5, 28, 1, 12, 3, 25, 15, 194, 11, 4, 19, 4, 3, 30, 238, 238, 238, 238, 118, 3, 19, 8, 4, 12, 0, 101, 3, 1, 3, 18, 343, 4, 211, 56, 126, 7, 22, 8, 55, 8, 12, 12, 12, 12, 0, 13, 9, 0, 22, 97, 3, 1, 5, 16, 16, 16, 16, 26, 6, 4, 8, 7, 3, 1, 406, 4, 2, 150, 4, 23, 2, 3, 11, 8, 13, 0, 152, 1250, 26, 43, 13, 7, 2, 134, 106, 1, 3, 108, 26, 4, 1, 0, 2, 2, 2, 2, 1, 23, 0, 36, 36, 36, 36, 1, 2, 6, 4, 0, 9, 0, 0, 35, 4, 11, 1651, 1651, 1651, 1651, 1, 4, 419, 1, 3, 6, 22, 3, 167, 4, 10, 23, 7, 9, 14, 0, 0, 0, 44, 44, 44, 44, 7, 2, 4, 25, 4, 0, 0, 11, 5, 5, 0, 1, 0, 0, 5, 8, 0, 2, 12, 41, 19, 1, 9, 1, 4, 5, 0, 1, 4, 0, 3, 34, 63, 56, 3, 0, 9, 3, 5, 14, 1, 4, 18, 1, 23, 0, 530, 7, 0, 6, 285, 1, 2, 2, 5308, 15, 9, 18, 3, 0, 3, 207, 12, 148, 148, 148, 148, 8, 0, 6, 9, 5, 21, 0, 248, 2, 7, 9, 3, 16, 0, 15, 3, 4, 0, 2, 3, 4, 0, 0, 2, 3, 2, 0, 0, 17, 8, 4, 34, 2, 5, 2, 12, 7, 5, 18, 12, 22, 2, 12, 58, 12, 4, 1, 7, 10, 0, 0, 4, 767, 9, 3, 1, 219, 9, 6, 69, 4, 6, 3, 3, 11, 4, 1, 43, 0, 12, 0, 14, 12, 2, 7, 0, 4, 2, 4, 11, 2, 9, 4, 1, 5, 9, 17, 27, 6, 2, 2, 19, 20, 3, 5, 2, 2, 2, 207, 207, 207, 207, 17, 4, 8, 17, 11, 8, 2, 0, 209, 5, 1, 10, 1, 32, 6, 1, 19, 19, 33, 412, 0, 43, 19, 19, 19, 19, 88, 1, 18, 0, 34, 0, 0, 58, 58, 58, 58, 2, 21, 2, 636, 0, 8, 0, 4, 2, 0, 1, 3, 18, 1, 7, 43, 44, 35, 16, 5, 6, 9, 3, 8, 0, 459, 1, 3, 7, 2, 3, 4, 3, 1, 2, 9, 31, 9, 1, 22, 13, 2, 22, 2, 2, 2, 2, 30, 3, 1, 15, 15, 15, 15, 0, 27, 27, 27, 27, 31, 3, 1, 3, 3, 4, 2, 1, 3, 2, 14, 3, 1, 13, 29, 1, 1, 1, 1, 6, 22, 0, 30, 11, 1, 54, 22, 1, 8, 3, 14, 20, 28, 13, 7, 5, 1, 113, 2, 0, 5, 12, 10892, 3, 3, 4, 4, 20, 14, 2, 2, 2, 0, 2, 26, 0, 44, 2, 2, 2, 2, 2, 0, 1, 0, 3, 0, 561, 3, 2, 7, 4, 17, 6, 1, 7, 6, 1, 1, 17, 4, 11, 0, 9, 7, 430, 430, 430, 430, 8, 7, 41, 2, 4, 1, 149, 1, 184, 1, 0, 6, 5, 18, 0, 126, 0, 6, 87, 25, 10, 0, 63, 63, 63, 63, 10, 2, 1, 2, 4, 4, 7, 4, 13, 0, 1, 8, 6, 5, 8, 109, 3, 13, 17, 323, 166, 14, 0, 17, 2, 4, 166, 3, 5, 1, 4, 42, 12, 1, 1, 5, 0, 1, 1, 1, 32, 51, 207, 238, 349, 4, 20, 74, 3, 10, 126, 281, 98, 98, 98, 98, 52, 13, 33, 1, 271, 168, 2, 12, 1, 29, 1, 13, 12, 0, 15, 21, 1, 4, 6, 1, 14, 4, 14, 0, 3, 0, 6, 1, 356, 294, 0, 25, 13, 21, 10, 4, 6, 124, 12, 1, 27, 11, 35, 13, 6, 12, 4, 252, 10, 95, 158, 8, 14, 6, 60, 131, 176, 3, 10, 1, 20, 2, 13, 1835, 2, 6, 4, 59, 32, 2, 4, 27, 27, 6, 2, 2, 5, 0, 2, 32, 145, 22, 4, 4, 20, 13, 6, 2, 3, 0, 9, 0, 5, 18, 30, 51, 3, 4, 0, 12, 1030, 5, 1, 8, 9, 9, 9, 9, 29, 29, 29, 29, 1, 6, 28, 18, 1, 2, 14, 0, 1, 3, 0, 1, 7, 43, 4, 3, 3, 1, 4, 0, 0, 9, 1606, 2, 1, 54, 5, 53, 3, 95, 14, 8, 18, 184, 30, 26, 30, 21, 11, 58, 2, 1, 5, 7, 4, 1, 2, 31, 0, 0, 191, 3, 60, 135, 13, 21, 62, 15, 24, 12, 0, 13, 21, 109, 4, 6764, 6765, 6764, 6765, 17, 473, 473, 473, 473, 35, 98, 46, 0, 118, 0, 12, 20, 77, 3, 31, 30, 14, 7, 65, 6, 9, 7, 0, 0, 0, 3, 15, 75, 44, 29, 59, 455, 56, 4, 265, 12, 1, 209, 1, 15, 9, 4, 21, 34, 117, 17, 7, 6, 791, 0, 54, 1, 3, 10, 5, 0, 25, 9, 2, 107, 26, 22, 0, 0, 11, 31, 0, 1, 2, 11, 4, 3, 302, 53, 20, 2, 2, 2, 2, 2, 16, 1, 0, 2, 2, 2, 2, 9, 2, 0, 28, 0, 19, 40, 1, 22, 1, 68, 5, 3, 9, 19, 0, 2, 42, 17, 1, 17, 12, 1, 0, 9, 1, 6, 19, 11, 4, 15, 7, 1, 2, 1, 0, 10, 5, 7, 2, 57, 1, 1, 7, 12, 720, 720, 720, 720, 3, 24, 8, 50, 6, 10, 14, 37, 0, 72, 7, 23, 16, 1, 98, 8, 7, 10, 5, 142, 3, 35, 2, 27, 33, 6, 0, 6, 1, 24, 0, 2, 17, 18, 17, 0, 0, 18, 3, 1, 2, 3, 0, 5, 0, 8, 18, 12, 0, 1, 48, 0, 5, 2, 27, 237, 3, 13, 2, 8, 16, 7, 0, 88, 320, 2, 24, 130, 42, 9, 65, 65, 65, 65, 65, 65, 65, 65, 65, 5, 1, 403, 6, 2, 9, 18, 2, 3, 18, 1, 34, 1, 40, 2, 1, 6, 13, 48, 2, 430, 430, 430, 430, 4, 36, 1, 3, 85, 3, 11, 0, 1, 181, 5, 16, 8, 8, 8, 8, 44, 4, 4, 27, 6, 1, 0, 13, 35, 654, 79, 2, 18, 0, 0, 16, 4, 194, 0, 3, 13, 40, 3, 0, 4, 3, 0, 0, 3, 11, 31, 1, 81, 1, 3, 5, 133, 1, 2, 2, 0, 640, 5, 139, 6, 10, 8, 202, 13, 19, 8, 334, 8, 6, 9, 37, 10, 2, 22, 11, 11, 11, 11, 6, 10, 13, 241, 19, 7, 7, 7, 7, 2, 12, 294, 11, 8, 44, 10, 474, 0, 2, 8, 0, 2, 8, 31, 5, 1, 460, 1, 1, 1, 1, 7, 36, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 40, 126, 44, 1, 3, 3, 3, 3, 16, 29, 187, 9, 173, 12, 145, 3, 6, 18, 2, 11, 0, 3, 106, 23, 86, 235, 3, 263, 1, 228, 0, 894, 108, 9, 7, 1, 4, 44, 175, 8, 4, 31, 2, 156, 33, 1, 14, 2, 3, 3, 3, 3, 2, 2, 3, 2, 1, 13, 2, 26, 0, 9, 3347, 6, 39, 26, 57, 40, 11, 49, 34, 3, 3, 7, 26, 39, 7, 44, 44, 44, 44, 44, 44, 44, 44, 44, 7, 5, 71, 71, 71, 71, 7, 162, 68, 54, 4, 1, 576, 17, 2, 6, 0, 0, 428, 1, 3, 4, 5, 5, 5, 5, 5, 0, 0, 2, 14, 0, 23, 1, 2, 0, 23, 1, 0, 3, 79, 2, 0, 37, 24, 14, 24, 18, 3, 9, 0, 3, 0, 1, 63, 63, 63, 63, 0, 9, 84, 4, 4, 5, 4, 2, 7, 3, 3, 24, 18, 18, 18, 18, 1, 1, 2, 2, 2, 2, 8, 3, 2, 55, 0, 17, 1, 11, 1, 0, 2, 13, 14, 13, 0, 0, 0, 2, 32, 9, 9, 9, 9, 17, 6, 7, 16, 2, 1, 1, 12, 1, 2, 2, 1, 8, 3, 15, 2, 33, 5, 3, 9, 2, 0, 85, 129, 48, 0, 11, 2, 4, 10, 32, 12, 12, 12, 12, 3, 20, 44, 16, 0, 100, 244, 1, 2, 9, 0, 36, 0, 1, 1, 192, 8, 2, 8, 8, 8, 8, 32, 13, 161, 2, 3, 9, 0, 4, 24, 16, 291, 33, 46, 0, 143, 26, 26, 26, 26, 81, 30, 6, 7, 33, 26, 58, 3, 106, 55, 55, 4, 2, 628, 9, 45, 5, 1, 30, 5, 21, 21, 21, 21, 0, 4, 44, 1, 3, 8, 11, 10, 6, 2, 19, 6, 20, 3, 9, 2, 3, 72, 15, 15, 15, 15, 3, 17, 11, 27, 11, 2, 247, 8, 0, 0, 0, 1, 3, 53, 5, 1, 11, 15, 3, 39, 6, 7, 15, 43, 2, 2, 2, 2, 30, 15, 2, 1, 9, 0, 562, 562, 562, 562, 7, 241, 241, 241, 241, 241, 241, 241, 241, 241, 241, 241, 241, 241, 241, 241, 241, 77, 3, 286, 0, 8, 10, 6, 175, 12, 2, 1, 6, 14, 5, 2, 16, 129, 1, 121, 1, 0, 3, 8, 2, 484, 6, 0, 15, 2, 12, 4, 0, 6, 2, 132, 3, 1, 17, 3, 1, 3, 5, 0, 7, 10, 27, 3, 30, 8, 3, 22, 3, 2, 3, 53, 17, 370, 3, 19, 107, 4, 1, 3, 45, 24, 11, 33, 0, 11, 0, 1, 32, 380, 37, 0, 152, 2, 5, 6, 0, 0, 13, 467, 6, 3, 93, 31, 31, 31, 31, 0, 8, 214, 1, 26, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 5, 158, 48, 11, 29, 1, 17, 0, 9, 5, 483, 31, 16, 58, 3, 148, 5, 18, 3, 19, 6, 12, 153, 153, 153, 153, 9, 18, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 0, 3, 53, 20, 0, 8, 9, 238, 238, 238, 238, 5, 21, 4, 2, 1, 3, 865, 8, 15, 479, 91, 0, 49, 73, 0, 57, 153, 170, 170, 170, 170, 4, 44, 14, 118, 8, 33, 261, 207, 3, 2, 46, 61, 1, 14, 2, 16, 0, 3, 0, 9, 7, 26, 0, 4, 0, 41, 26, 26, 26, 26, 10, 14, 2, 0, 59, 0, 6, 11, 8, 741, 7, 15, 2, 23, 3, 1, 0, 5, 0, 1, 1, 16, 3, 7, 44, 1, 8, 1, 4, 1, 101, 122, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 0, 3, 15, 1, 21, 5, 1, 123, 4, 164, 5, 9, 3, 19, 0, 9, 24, 23, 0, 4, 1, 9, 0, 0, 0, 17, 0, 11, 10, 2, 3, 4, 13, 3, 3, 3, 3, 2, 1, 8, 2, 51, 3, 0, 6, 21, 4, 10, 3, 1, 0, 10, 6, 28, 16, 8, 5, 2, 35, 4, 36, 4, 11, 55, 20, 42, 7861, 81, 6, 6, 1, 2, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 8, 20, 0, 0, 2, 7, 6, 2, 1, 27, 71, 9, 72, 1, 10, 70, 12, 6, 1, 79, 52, 6, 0, 3, 18, 7, 27, 2, 16, 12, 8, 2, 62, 4, 0, 8, 7, 0, 46, 17, 4, 0, 1, 15, 5, 44, 1, 7, 38, 801, 1, 11, 18, 2, 2, 20, 4, 14, 2, 17, 1, 2, 8, 43, 6, 2, 5, 2, 1, 184, 4, 1, 5, 9, 4, 29, 55, 8, 153, 153, 153, 153, 9, 10, 2, 81, 8, 12, 12, 32, 3, 2, 30, 4, 222, 24, 6, 0, 6, 39, 39, 39, 39, 0, 1, 12, 0, 0, 14, 201, 201, 201, 201, 2, 2, 2, 2, 42, 26, 206, 0, 105, 33, 55, 10, 11, 9, 1, 0, 16, 8, 49, 6, 0, 1, 0, 0, 2, 3, 2, 3, 3, 6, 0, 1, 3, 1, 5, 162, 5, 10, 12, 3, 0, 5, 10, 0, 0, 2, 6, 305, 13, 10, 1, 4, 22, 1, 3, 4, 0, 31, 6, 48, 5, 21, 7, 7, 7, 7, 16, 6, 8, 27, 18, 7, 8, 1, 300, 434, 60, 2, 2, 2, 2, 0, 9, 4, 12, 5, 2, 4, 2, 2, 29, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 5, 46, 18, 3, 16, 1045, 7, 3, 8, 56, 511, 1, 19, 33, 2, 5, 23, 2, 4, 3, 0, 4, 4, 5, 1, 49, 19, 11, 6, 119, 0, 71, 2, 177, 1, 473, 473, 473, 473, 1, 52, 5, 10, 11, 7, 2688, 8, 5, 2, 9, 35, 3, 123, 26, 41, 7, 5, 3, 0, 13, 13, 13, 13, 22, 6, 58, 1, 13, 5, 6, 19, 17, 5, 10, 2, 378, 4, 1, 24, 397, 0, 19, 2, 5, 0, 30, 5, 5, 5, 5, 9, 2, 23, 0, 7, 1, 1, 8, 2, 4, 3, 10, 7, 35, 6, 0, 22, 8, 4, 5, 5, 7, 10, 66, 1, 19, 8, 9, 25, 68, 1, 409, 409, 409, 409, 29, 4, 3, 20, 14, 51, 7, 586, 586, 586, 586, 18, 33, 24, 0, 0, 3 ], "xaxis": "x", "y": [ 0, 0, 3, 0, 32, 8, 16, 1, 4, 0, 0, 1, 0, 33, 0, 236, 1, 0, 1, 0, 0, 5, 0, 0, 9, 0, 16, 0, 0, 77, 38, 1, 1, 1, 1, 12, 2, 0, 0, 0, 0, 1, 1, 49, 0, 0, 0, 0, 0, 0, 1, 0, 0, 13, 570, 0, 2, 3, 5, 1, 0, 0, 138, 15, 6, 0, 21, 1, 3, 0, 6, 0, 0, 0, 0, 0, 0, 62, 1, 4, 1, 0, 0, 0, 0, 13, 0, 0, 5, 0, 11, 0, 0, 0, 2, 12, 0, 1, 0, 6, 2, 0, 1, 3, 0, 1, 25, 4, 10, 0, 0, 59, 0, 0, 0, 0, 0, 1, 0, 19, 0, 1, 2, 1, 4, 4, 4, 4, 3, 28, 2, 0, 0, 0, 0, 0, 0, 7, 0, 1, 0, 0, 0, 5, 9, 3, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 0, 0, 2, 804, 804, 804, 804, 0, 0, 0, 2, 0, 0, 0, 10, 10, 10, 10, 1, 0, 0, 9, 0, 0, 0, 0, 17, 0, 0, 0, 5, 0, 0, 1, 11, 20, 49, 0, 3, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 2, 1, 60, 3, 37, 28, 1, 0, 1, 0, 37, 5, 1, 235, 235, 235, 235, 244, 0, 88, 22, 0, 0, 299, 17, 0, 6, 0, 0, 3, 22, 0, 0, 1, 8, 0, 0, 139, 139, 139, 139, 0, 0, 6, 9, 9, 9, 9, 2, 0, 0, 1, 0, 0, 4, 57, 0, 14, 0, 1, 1, 2, 0, 0, 4, 15, 0, 12, 3, 0, 76, 0, 0, 0, 0, 58, 58, 58, 58, 58, 58, 58, 58, 58, 1, 0, 21, 2, 0, 0, 8, 0, 0, 1, 12, 1, 5, 8, 3, 2, 1, 0, 4, 6, 4, 0, 1, 2, 8, 1, 2, 0, 4, 0, 0, 0, 25, 0, 3, 1, 2, 1, 1, 0, 0, 27, 27, 27, 27, 27, 27, 27, 27, 27, 0, 0, 1, 17, 0, 8, 1, 1, 3, 2, 0, 1, 15, 39, 39, 39, 39, 0, 2, 5, 0, 0, 0, 0, 10, 7, 91, 0, 2, 0, 9, 1, 3, 2, 0, 57, 22, 0, 3, 2, 1, 19, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 3, 0, 21, 0, 0, 915, 0, 0, 0, 0, 9, 9, 9, 9, 15, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 3, 16, 0, 0, 0, 1, 1, 1, 0, 0, 5, 0, 111, 0, 0, 7, 0, 0, 1, 1, 1, 1, 0, 1, 0, 7, 7, 7, 7, 3, 3, 3, 3, 0, 0, 0, 0, 2, 0, 0, 2, 7, 15, 2, 1, 0, 5, 240, 240, 240, 240, 240, 240, 240, 240, 240, 0, 0, 0, 1, 2, 1, 3, 0, 0, 0, 0, 3, 3, 3, 3, 0, 5, 4, 9, 1, 1, 1, 0, 0, 0, 0, 3, 4, 0, 0, 0, 1, 2, 0, 2, 0, 2, 0, 1, 0, 1, 6, 1, 0, 9, 16, 0, 39, 25, 0, 3, 0, 1, 5, 0, 0, 6, 1, 0, 1, 2, 2, 1, 2, 6, 0, 0, 3, 0, 0, 15, 0, 1, 1, 1, 1, 1, 1, 2, 1, 4, 7, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 11, 1, 0, 1, 0, 0, 5, 1, 2, 1, 14, 0, 0, 16, 16, 16, 16, 16, 16, 16, 16, 16, 29, 0, 0, 0, 0, 7, 7, 7, 7, 0, 0, 0, 0, 0, 2278, 2278, 2278, 2278, 66, 3, 0, 1, 0, 1, 0, 5, 0, 0, 3, 3, 0, 1, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 2, 1, 2, 5, 0, 0, 0, 0, 2, 2, 0, 107, 108, 107, 108, 0, 0, 6, 2, 1, 0, 0, 0, 0, 5, 7, 1, 0, 0, 56, 3, 0, 0, 10, 0, 7, 1, 6, 0, 2, 0, 1, 1, 0, 0, 2, 0, 13, 0, 0, 0, 0, 0, 0, 22, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 5, 0, 21, 0, 0, 0, 2, 0, 0, 0, 4, 0, 2, 1, 0, 16, 2, 0, 2, 2, 4, 0, 0, 0, 9, 39, 1, 2, 2, 5, 0, 7, 23, 1, 0, 1, 14, 1, 0, 0, 0, 0, 67, 0, 0, 0, 0, 0, 0, 3, 0, 0, 5, 1, 6, 0, 6, 1, 0, 0, 2, 0, 0, 6, 2, 1, 1, 1, 1, 2, 0, 7, 0, 16, 0, 1, 1, 0, 0, 0, 1, 3, 3, 0, 1, 2, 0, 1, 1, 1, 1, 0, 0, 5, 0, 1, 8, 0, 0, 0, 0, 1, 0, 2, 0, 0, 3, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 20, 0, 5, 3, 6, 0, 1, 0, 0, 0, 28, 0, 0, 4, 4, 2, 0, 12, 0, 0, 1, 2, 5, 0, 1, 1, 10, 0, 2, 0, 2, 2, 0, 0, 1, 23, 0, 1, 0, 32, 1, 0, 0, 9, 2, 0, 0, 0, 1, 51, 0, 14, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 5, 0, 0, 16, 0, 5, 0, 0, 0, 0, 0, 1, 0, 4, 22, 2, 0, 7, 0, 1, 1, 5, 5, 5, 5, 0, 0, 4, 0, 2, 0, 0, 0, 0, 1, 0, 0, 1, 0, 2, 0, 0, 5, 0, 1, 6, 0, 0, 2, 3, 0, 0, 1, 0, 0, 2, 2, 0, 0, 1, 0, 8, 4, 4, 8, 3, 0, 1, 1, 0, 4, 4, 4, 4, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 2, 1, 0, 2, 2, 1, 0, 2, 11, 11, 11, 11, 1, 1, 0, 0, 3, 0, 101, 0, 0, 0, 0, 1, 0, 0, 2, 0, 0, 1, 0, 2, 1, 3, 0, 1, 1, 1, 0, 0, 1, 0, 0, 3, 0, 1, 3, 0, 3, 0, 1, 1, 1, 0, 0, 4, 0, 10, 0, 0, 4, 4, 4, 1, 2, 1, 4, 0, 2, 0, 2, 0, 1, 0, 15, 1, 0, 29, 1, 1, 1, 1, 0, 1, 1, 2, 0, 1, 2, 0, 1, 0, 0, 0, 0, 0, 2, 6, 21, 6, 1, 0, 5, 9, 4, 0, 0, 0, 27, 0, 0, 0, 3, 4, 1, 0, 6, 27, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 2, 0, 0, 0, 0, 0, 1, 0, 1, 6, 0, 0, 4, 3, 34, 5, 16, 0, 0, 0, 0, 0, 0, 1, 22, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 3, 0, 0, 0, 0, 1, 0, 0, 4, 0, 0, 25, 0, 1, 1, 804, 804, 804, 804, 0, 1332, 1330, 1332, 1330, 0, 1, 0, 3, 0, 0, 3, 4, 0, 0, 3, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 2, 2, 2, 2, 7, 1, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 5, 0, 0, 0, 0, 2, 1, 3, 1, 1, 0, 0, 0, 0, 0, 1, 7, 1, 0, 0, 2, 0, 2, 2, 2, 2, 10, 20, 0, 0, 1, 0, 1, 1, 1, 0, 4, 0, 0, 0, 0, 2, 3, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 34, 34, 34, 34, 0, 0, 1, 0, 4, 0, 0, 0, 1, 0, 0, 1, 5, 3, 1, 3, 2, 4, 0, 3, 0, 2, 20, 2, 2, 2, 2, 3, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 6, 1, 7, 1, 0, 0, 2, 0, 0, 0, 7, 1, 1, 2, 2, 3, 4, 3, 5, 0, 2, 0, 0, 0, 2, 3, 0, 0, 2, 107, 2, 0, 0, 2, 1, 0, 0, 1, 0, 0, 0, 4, 0, 0, 0, 0, 0, 1, 0, 2, 167, 167, 167, 167, 8, 2, 0, 3, 2, 3, 43, 0, 0, 19, 0, 1, 4, 1, 1, 0, 15, 2, 1, 31, 0, 0, 2, 8, 0, 7, 0, 0, 0, 0, 0, 4, 0, 1, 1, 9, 4, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 21, 0, 0, 11, 0, 0, 14, 0, 0, 7, 0, 0, 0, 0, 7, 0, 0, 1, 1, 0, 0, 2, 0, 0, 0, 1, 2, 7, 0, 0, 0, 0, 0, 1, 10, 0, 0, 7, 0, 1, 2, 1, 0, 1, 16, 1, 1, 1, 1, 0, 7, 0, 1, 341, 0, 0, 1, 12, 0, 1, 1, 1, 3, 2, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 3, 4, 4, 0, 0, 0, 0, 0, 0, 0, 8, 0, 1, 1, 0, 0, 0, 0, 2, 0, 3, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 9, 1, 0, 14, 0, 1, 0, 0, 0, 2, 0, 0, 0, 3, 6, 0, 1, 0, 25, 4, 23, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 48, 0, 11, 0, 0, 1, 0, 0, 3, 0, 2, 20, 2, 3, 4, 1, 0, 0, 0, 3, 0, 0, 13, 0, 4, 0, 8, 0, 0, 2, 33, 6, 5, 0, 1, 29, 0, 0, 4, 16, 0, 0, 59, 9, 0, 135, 0, 88, 1, 0, 2, 2, 2, 2, 1, 4, 7, 0, 0, 2, 18, 0, 1, 82, 2, 0, 0, 0, 2, 0, 0, 7, 0, 0, 8, 14, 12, 0, 132, 5, 0, 1, 0, 0, 0, 8, 0, 0, 33, 2, 1, 1, 2, 14, 0, 0, 3, 2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 24, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 2, 5, 0, 0, 0, 0, 5, 0, 0, 0, 1, 2, 3, 0, 1, 2, 1, 0, 0, 3, 2, 3, 0, 0, 0, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 5, 7, 0, 0, 0, 1, 1, 2, 0, 2, 0, 0, 0, 0, 0, 29, 0, 0, 4, 1, 0, 0, 12, 0, 3, 0, 4, 5, 14, 0, 0, 2, 1, 0, 1, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 3, 0, 0, 6, 0, 0, 0, 1, 31, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 7, 0, 21, 0, 1, 0, 0, 0, 0, 1, 0, 2, 0, 0, 0, 0, 0, 0, 27, 10, 0, 1, 0, 0, 4, 0, 0, 18, 1, 11, 0, 0, 5, 13, 3, 13, 1, 3, 3, 31, 0, 0, 9, 6, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 25, 0, 8, 2, 10, 33, 1, 6, 5, 1, 3, 6, 2, 0, 1, 0, 3, 0, 1, 0, 0, 1, 0, 4, 0, 3, 1, 4, 10, 1, 16, 0, 0, 0, 1, 5, 31, 0, 22, 0, 0, 40, 4, 0, 12, 0, 4, 0, 0, 0, 0, 0, 0, 16, 0, 0, 0, 4, 5, 7, 0, 1, 0, 0, 8, 8, 8, 8, 6, 9, 0, 8, 12, 0, 0, 1, 0, 12, 2, 0, 0, 0, 0, 7, 0, 30, 3, 3, 297, 0, 24, 1, 1, 28, 2, 0, 21, 3, 0, 5, 4, 0, 0, 13, 13, 13, 13, 5, 0, 0, 2, 3, 21, 0, 0, 0, 4, 4, 4, 4, 6, 0, 1, 0, 0, 0, 0, 5, 3, 1, 3, 0, 0, 0, 4, 4, 4, 4, 0, 1, 0, 5, 0, 0, 0, 0, 4, 1, 1, 0, 0, 3, 0, 3, 6, 0, 0, 0, 0, 2, 0, 0, 2, 0, 0, 0, 0, 6, 13, 6, 1, 10, 3, 0, 0, 0, 0, 6, 0, 1, 0, 0, 0, 0, 1, 2, 6, 0, 1, 0, 0, 1, 1, 1, 2, 1, 0, 1, 2, 0, 25, 0, 3, 0, 0, 0, 0, 0, 5, 2, 0, 0, 2, 0, 0, 1, 0, 0, 0, 1, 0, 0, 8, 0, 0, 11, 2, 2, 121, 3, 1, 0, 9, 5, 66, 0, 0, 1, 1, 0, 0, 0, 2, 0, 0, 0, 0, 10, 6, 0, 0, 2, 1, 1, 1, 1, 18, 0, 0, 2, 5, 0, 1, 0, 0, 4, 0, 0, 0, 52, 0, 0, 0, 0, 0, 0, 0, 0, 4, 7, 2, 3, 15, 4, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 7, 1, 0, 1, 1, 2, 1, 0, 0, 0, 0, 0, 0, 1, 16, 0, 0, 5, 0, 0, 0, 1, 0, 1, 1, 0, 0, 3, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 13, 0, 1, 0, 0, 1, 0, 0, 0, 4, 30, 2, 1, 0, 2, 2, 2, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 5, 1, 2, 2, 1, 0, 3, 0, 2, 0, 20, 4, 4, 4, 4, 1, 13, 13, 13, 13, 0, 1, 0, 0, 0, 5, 55, 55, 55, 55, 0, 123, 1964, 0, 1, 3, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 4, 0, 1, 0, 1, 2, 0, 19, 3, 0, 0, 1, 1, 0, 17, 17, 17, 17, 0, 0, 0, 2, 2, 0, 0, 0, 3, 0, 0, 1, 0, 0, 0, 2, 6, 0, 1, 5, 5, 10, 1, 0, 0, 1, 0, 1, 0, 0, 9, 1, 12, 7, 0, 3, 1, 0, 3, 1, 2, 6, 0, 0, 0, 0, 2, 0, 2, 2, 2, 2, 0, 2, 0, 4, 0, 9, 5, 2, 2, 0, 8, 0, 1, 0, 0, 0, 0, 1, 1, 2, 1, 4, 8, 10, 11, 1, 0, 0, 29, 1, 0, 0, 2, 0, 0, 0, 2, 119, 25, 0, 1, 0, 1, 0, 11, 0, 0, 4, 1, 0, 0, 1, 0, 1, 2, 0, 0, 0, 1, 0, 1, 0, 1, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 4, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 7, 0, 0, 1, 0, 0, 2, 2, 2, 2, 0, 0, 0, 0, 0, 0, 4, 1, 2, 0, 0, 0, 0, 14, 0, 1, 0, 1, 2, 2, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 2, 0, 3, 0, 1, 5, 0, 0, 0, 5, 0, 0, 50, 0, 0, 0, 0, 0, 0, 58, 58, 58, 58, 58, 58, 58, 58, 58, 0, 0, 0, 0, 0, 0, 0, 5, 1, 22, 9, 6, 12, 1, 0, 4, 1, 0, 5, 0, 0, 3, 0, 3, 2, 0, 0, 6, 0, 2, 1, 0, 0, 3, 2, 8, 1, 0, 1, 2, 9, 4, 0, 0, 240, 240, 240, 240, 240, 240, 240, 240, 240, 0, 0, 2, 0, 0, 0, 0, 22, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 4, 4, 4, 4, 2, 4, 25, 11, 0, 12, 0, 2, 1, 0, 23, 0, 3, 1, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 68, 68, 68, 68, 2, 9, 5, 2, 0, 15, 4, 1, 0, 0, 0, 0, 0, 0, 0, 6, 8, 3, 0, 0, 0, 0, 1, 4, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 57, 57, 57, 57, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 5, 0, 0, 1, 3, 0, 0, 0, 0, 0, 2, 1, 3, 0, 0, 0, 5, 12, 0, 1, 1, 1, 0, 3, 0, 1, 0, 0, 3, 9, 1, 1, 0, 2, 1, 2, 0, 1, 1, 0, 37, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 2, 4, 2, 0, 0, 0, 1, 0, 2, 2, 8, 0, 0, 1, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 17, 2, 1, 1, 1, 1, 36, 2, 1, 7, 1, 2, 0, 2, 1, 0, 2, 24, 1, 1, 3, 12, 27, 0, 53, 4, 7, 0, 0, 18, 18, 18, 18, 8, 8, 3, 0, 0, 0, 2, 3, 8, 0, 0, 2, 1, 4, 43, 43, 43, 43, 0, 0, 19, 1, 1, 88, 0, 1, 0, 0, 0, 0, 0, 72, 72, 72, 72, 32, 0, 1, 1, 6, 0, 0, 8, 1, 0, 6, 0, 4, 0, 3, 0, 0, 1, 0, 4, 11, 0, 0, 1, 0, 1, 7, 0, 1, 2, 15, 70, 0, 2, 0, 0, 0, 1, 7, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 10, 0, 0, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 7, 0, 1, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0, 6, 2, 1, 0, 30, 0, 0, 6, 1, 0, 0, 0, 4, 0, 0, 0, 0, 2, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 2, 0, 1, 2, 0, 0, 0, 0, 2, 4, 1, 0, 32, 12, 2, 10, 0, 0, 2, 5, 0, 0, 1, 2, 0, 0, 1, 0, 0, 0, 0, 0, 6, 0, 0, 0, 5, 0, 3, 0, 1, 2, 0, 0, 3, 0, 0, 0, 1, 0, 0, 3, 0, 1, 8, 9, 1, 3, 3, 0, 0, 2, 0, 23, 0, 4, 11, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 1, 0, 0, 2, 1, 0, 1, 0, 168, 0, 1, 0, 0, 0, 2, 118, 2, 1, 1, 41, 41, 41, 41, 7, 0, 0, 2, 0, 1, 0, 6, 0, 42, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 4, 74, 0, 16, 0, 0, 0, 0, 0, 0, 0, 12, 0, 0, 2, 2, 3, 0, 33, 33, 33, 33, 0, 6, 2, 0, 0, 0, 8, 2, 3, 0, 5, 1, 1, 0, 1, 0, 13, 7, 13, 0, 0, 9, 0, 4, 20, 0, 73, 0, 11, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 8, 0, 0, 0, 183, 0, 0, 0, 0, 0, 0, 9, 0, 23, 0, 0, 0, 0, 1, 0, 0, 0, 1, 51, 1, 0, 0, 2, 0, 5, 0, 7, 0, 3, 0, 0, 0, 0, 1, 3, 0, 3, 1, 0, 1, 0, 0, 4, 0, 4, 4, 0, 5, 0, 2, 0, 2, 0, 2, 0, 1, 0, 0, 2, 0, 0, 0, 7, 0, 0, 2, 0, 0, 11, 0, 1, 7, 0, 0, 6, 0, 0, 2, 1, 13, 2, 0, 0, 3, 0, 0, 2, 0, 0, 1, 0, 6, 0, 0, 0, 0, 4, 0, 1, 1, 10, 1, 0, 1, 0, 2, 1, 0, 0, 0, 1, 1, 1, 1, 0, 0, 4, 4, 0, 3, 0, 0, 6, 0, 0, 2, 0, 39, 2, 0, 107, 4, 0, 0, 0, 2, 14, 31, 0, 2, 2, 2, 2, 3, 1, 5, 0, 1, 0, 2, 3, 4, 3, 1, 1, 4, 0, 2, 1, 3, 0, 0, 0, 0, 6, 1, 1, 0, 0, 2, 0, 1, 1, 1, 1, 5, 9, 4, 0, 1, 0, 3, 6, 0, 0, 0, 1, 5, 14, 0, 1, 2, 0, 7, 4, 3, 0, 3, 4, 19, 0, 1, 3, 3, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 2, 0, 7, 0, 3, 0, 2, 2, 0, 0, 1, 1, 29, 1, 0, 1, 5, 11, 20, 0, 95, 2, 2, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 17, 0, 30, 0, 0, 0, 0, 0, 16, 0, 1, 1, 0, 0, 1, 0, 0, 2, 0, 0, 5, 0, 0, 0, 1, 0, 0, 4, 4, 4, 4, 0, 2, 0, 0, 0, 30, 0, 1, 1, 1, 1, 5, 0, 0, 0, 0, 2, 3, 0, 0, 0, 4, 0, 1, 0, 0, 6, 4, 0, 0, 6, 0, 0, 0, 1, 0, 0, 0, 11, 8, 0, 1, 0, 0, 17, 2, 0, 2, 2, 2, 2, 0, 9, 0, 2, 1, 0, 15, 0, 1, 0, 0, 0, 0, 0, 2, 0, 0, 2, 0, 18, 0, 2, 0, 2, 1, 12, 1, 0, 0, 1, 23, 0, 0, 0, 9, 0, 0, 0, 0, 15, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 3, 1, 0, 6, 0, 1, 0, 0, 3, 0, 3, 0, 1, 0, 4, 0, 1, 1, 1, 1, 2, 2, 0, 2, 0, 0, 2, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 1, 1, 1, 0, 2, 0, 1, 8, 1, 9, 5, 1, 27, 31, 0, 1, 0, 3, 0, 0, 0, 0, 0, 1, 2, 17, 1, 0, 16, 0, 5, 0, 0, 0, 5, 7, 12, 5, 4, 0, 0, 1, 3, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 4, 0, 5, 2, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 2, 1, 0, 0, 5, 0, 1, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 18, 0, 0, 1, 3, 0, 0, 0, 0, 0, 0, 0, 14, 2, 0, 1, 1, 0, 1, 0, 0, 1, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 2, 0, 0, 0, 4, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 2, 11, 9, 0, 0, 2, 1, 0, 1, 3, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 6, 28, 33, 33, 33, 33, 0, 0, 4, 0, 0, 0, 1, 0, 40, 1, 0, 1, 0, 0, 0, 0, 5, 0, 1, 1, 1, 0, 2, 6, 18, 32, 20, 10, 0, 3, 6, 1, 1, 0, 0, 5, 1, 0, 4, 3, 0, 0, 0, 0, 0, 0, 4, 1, 0, 15, 1, 6, 3, 15, 2, 16, 1, 0, 1, 1, 2, 1, 1, 0, 3, 0, 0, 2, 0, 0, 0, 0, 2, 0, 0, 0, 2, 1, 3, 0, 0, 0, 0, 0, 11, 2, 0, 0, 2, 0, 0, 1, 0, 0, 2, 0, 0, 0, 0, 0, 0, 46, 0, 0, 2, 2, 2, 2, 69, 2, 1, 0, 5, 0, 1, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 2, 0, 0, 172, 0, 6, 3, 0, 0, 0, 4, 0, 4, 2, 61, 1, 0, 1, 0, 42, 0, 0, 35, 0, 4, 5, 0, 1, 0, 1, 3, 3, 0, 3, 0, 1, 2, 0, 0, 0, 0, 0, 29, 0, 0, 0, 0, 0, 0, 1, 2, 0, 0, 1, 3, 0, 0, 9, 9, 9, 9, 8, 0, 1, 1, 0, 1, 40, 0, 0, 0, 0, 0, 1, 0, 8, 1, 0, 0, 0, 0, 0, 0, 1, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 4, 3, 0, 3, 0, 0, 0, 20, 0, 0, 7, 2, 241, 1, 0, 0, 0, 0, 0, 8, 7, 0, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 2, 1, 1, 1, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 10, 1, 8, 0, 2, 0, 0, 0, 8, 0, 3, 1, 3, 3, 2, 1, 0, 0, 2, 3, 0, 0, 5, 0, 1, 0, 0, 0, 0, 0, 0, 4, 0, 11, 1, 0, 3, 0, 14, 9, 0, 0, 0, 1, 0, 0, 0, 0, 22, 2, 0, 0, 1, 1, 0, 27, 27, 27, 27, 27, 27, 27, 27, 27, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 9, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 7, 4, 137, 0, 1, 0, 0, 3, 0, 3, 0, 1, 0, 45, 1, 10, 5, 0, 0, 3, 39, 0, 0, 0, 0, 0, 2, 0, 0, 0, 1, 0, 1, 0, 6, 0, 1, 0, 1, 1, 0, 0, 1, 0, 1, 0, 0, 10, 0, 3, 2, 0, 18, 5, 0, 0, 0, 2, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 15, 0, 68, 0, 0, 0, 12, 0, 1, 34, 0, 1, 0, 1, 5, 0, 0, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 11, 0, 0, 4, 9, 0, 0, 4, 0, 0, 2, 2, 2, 2, 3, 0, 0, 1, 0, 5, 0, 0, 0, 0, 8, 8, 8, 8, 16, 8, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 2, 2, 0, 1, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 4, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 34, 1, 1, 0, 4, 0, 47, 0, 0, 1, 0, 1, 1, 1, 1, 1, 0, 1, 4, 0, 1, 0, 0, 1, 1, 0, 0, 7, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 2, 0, 1, 1, 0, 0, 0, 0, 5, 0, 4, 0, 0, 0, 5, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 18, 18, 18, 18, 0, 7, 2, 0, 0, 0, 1, 1, 2, 2, 0, 2, 0, 0, 0, 0, 1, 1, 0, 2, 1, 1, 0, 0, 8, 2, 0, 0, 0, 0, 0, 3, 0, 7, 1, 0, 0, 11, 0, 0, 1, 0, 0, 0, 112, 2, 0, 0, 0, 0, 6, 1, 0, 0, 0, 1, 5, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 2, 5, 1, 0, 50, 50, 50, 50, 1, 1, 0, 0, 8, 17, 0, 5, 1, 55, 55, 55, 55, 2, 0, 0, 8, 0, 0, 0, 0, 5, 2, 0, 0, 2, 5, 0, 0, 0, 0, 0, 0, 30, 0, 0, 3, 15, 0, 1, 0, 0, 1, 5, 1, 5, 4, 1, 0, 0, 0, 0, 1, 1, 1, 2, 2, 0, 1, 0, 5, 0, 1, 0, 0, 1, 0, 1, 0, 2, 3, 0, 3, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 3, 1, 2, 3, 0, 10, 49, 49, 49, 49, 0, 2, 0, 0, 0, 1, 0, 1, 8, 0, 0, 0, 3, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 4, 0, 0, 6, 3, 6, 7, 3, 3, 0, 0, 0, 0, 2, 0, 1, 2, 0, 1, 1, 1, 1, 2, 0, 0, 0, 0, 0, 3, 0, 3, 2, 6, 0, 7, 0, 4, 2, 0, 4, 0, 1, 0, 0, 3, 1, 1, 0, 34, 1, 4, 2, 0, 0, 0, 8, 1, 0, 2, 0, 6, 0, 1, 0, 0, 1, 2, 0, 6, 1, 0, 4, 1, 14, 1, 1, 10, 0, 46, 0, 0, 7, 1, 4, 13, 13, 13, 13, 2, 0, 2, 0, 2, 1, 0, 8, 0, 4, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 3, 0, 4, 1, 0, 1, 6, 14, 3, 0, 5, 0, 4, 2, 0, 7, 1, 6, 0, 7, 0, 0, 4, 0, 0, 0, 3, 0, 0, 11, 1, 5, 4, 0, 3, 0, 3, 0, 0, 2, 5, 2, 1, 0, 0, 3, 0, 1, 0, 0, 0, 0, 0, 3, 6, 1, 0, 0, 0, 0, 10, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 3, 0, 1, 0, 0, 0, 1, 0, 5, 0, 1, 0, 0, 0, 1, 0, 0, 2, 0, 0, 2, 0, 1, 0, 0, 0, 4, 0, 1, 1, 1, 1, 0, 0, 8, 8, 8, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 8, 0, 2, 0, 0, 0, 0, 2, 0, 0, 1, 2, 0, 0, 0, 1, 0, 0, 8, 0, 0, 5, 0, 0, 14, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 0, 0, 0, 41, 41, 41, 41, 1, 0, 1, 0, 0, 0, 1, 1, 0, 4, 1, 1, 0, 0, 3, 2, 0, 1, 1, 14, 3, 0, 0, 1, 0, 5, 0, 10, 12, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 11, 0, 0, 1, 0, 0, 0, 0, 0, 5, 0, 1, 11, 0, 2, 6, 0, 1, 2, 6, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 2, 1, 2, 16, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 2, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 2, 0, 0, 2, 0, 4, 0, 1, 6, 5, 0, 0, 2, 24, 0, 11, 0, 4, 4, 0, 3, 1, 24, 0, 2, 3, 1, 1, 0, 0, 2, 0, 0, 3, 39, 7, 0, 0, 2, 0, 0, 4, 0, 0, 1, 0, 0, 0, 0, 0, 13, 22, 0, 0, 0, 6, 1, 1, 0, 1, 0, 0, 1, 0, 0, 2, 2, 2, 2, 14, 1, 0, 1, 4, 1, 21, 1, 0, 21, 0, 0, 104, 1, 0, 0, 0, 3, 8, 1, 1, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 2, 2, 0, 4, 0, 3, 0, 0, 2, 0, 5, 1, 6, 0, 1, 0, 0, 0, 13, 0, 0, 7, 2, 1, 0, 2, 5, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 2, 10, 0, 0, 3, 1, 0, 0, 0, 5, 0, 0, 5, 2, 0, 0, 28, 1, 0, 0, 2, 0, 1, 0, 5, 0, 0, 0, 2, 0, 1, 1, 6, 3, 1, 0, 2, 1, 0, 3, 2, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 12, 0, 1, 1, 0, 0, 0, 0, 0, 11, 1, 0, 0, 0, 1, 1, 23, 5, 0, 6, 0, 37, 4, 4, 4, 4, 3, 1, 1, 57, 0, 1, 1, 1, 1, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 2, 1, 0, 0, 0, 1, 1, 2, 0, 0, 0, 0, 0, 1, 3, 1, 0, 0, 0, 0, 5, 5, 5, 5, 0, 0, 2, 0, 1, 2, 0, 3, 2, 0, 0, 0, 1, 0, 4, 4, 4, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 4, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 3, 1, 0, 8, 0, 10, 132, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 5, 1, 0, 2, 2, 2, 2, 17, 1, 0, 13, 1, 50, 0, 0, 0, 0, 5, 0, 1, 0, 12, 12, 12, 12, 0, 1, 2, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 21, 1, 0, 0, 1, 0, 4, 0, 2, 5, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 0, 1, 0, 1, 0, 0, 14, 1, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 25, 0, 3, 0, 2, 0, 1, 3, 3, 12, 0, 1, 0, 0, 3, 0, 1, 4, 2, 17, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 1, 3, 5, 0, 0, 0, 0, 3, 0, 0, 0, 5, 6, 2, 1, 3, 0, 0, 0, 0, 2, 0, 3, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 5, 1, 2, 0, 0, 0, 0, 0, 3, 1, 1, 0, 0, 0, 0, 0, 0, 0, 3, 1, 0, 5, 5, 5, 5, 0, 0, 0, 0, 4, 8, 1, 1, 0, 1, 0, 1, 0, 0, 0, 2, 3, 2, 8, 0, 1, 2, 0, 0, 2, 0, 2, 0, 2, 0, 0, 0, 8, 0, 0, 0, 0, 5, 0, 1, 0, 0, 0, 112, 0, 1, 0, 23, 0, 4, 0, 0, 0, 2, 0, 0, 1, 49, 6, 0, 1, 0, 0, 0, 1, 0, 1, 5, 0, 5, 5, 5, 5, 2, 0, 3, 16, 0, 0, 0, 0, 1, 1, 7, 0, 4, 4, 0, 23, 0, 0, 0, 18, 1, 0, 0, 2, 0, 0, 2, 3, 0, 2, 2, 0, 1, 0, 6, 9, 4, 0, 6, 0, 1, 3, 0, 1, 1, 0, 4, 4, 0, 0, 5, 0, 1, 0, 1, 0, 0, 5, 0, 0, 7, 3, 0, 0, 3, 8, 15, 64, 5, 0, 0, 0, 0, 0, 0, 3, 0, 15, 7, 0, 0, 1, 0, 0, 2, 0, 3, 0, 0, 2, 4, 3, 1, 0, 0, 0, 0, 9, 0, 0, 0, 0, 2, 0, 1, 0, 1, 1, 7, 3, 0, 1, 5, 2, 1, 0, 0, 11, 3, 0, 0, 0, 0, 0, 0, 0, 6, 0, 4, 44, 27, 14, 7, 0, 0, 2, 0, 1, 0, 0, 0, 0, 2, 1, 0, 0, 2, 0, 2, 0, 0, 95, 2, 1, 2, 0, 0, 116, 116, 116, 116, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 11, 0, 0, 0, 1, 0, 1, 3, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 0, 1, 0, 1, 0, 0, 0, 2, 0, 0, 4, 4, 4, 4, 0, 0, 1, 17, 17, 17, 17, 0, 0, 2, 2, 1, 1, 1, 2, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 3, 1, 2, 0, 0, 0, 0, 15, 3, 0, 0, 0, 0, 0, 3, 0, 50, 50, 50, 50, 2, 4, 1, 1, 0, 0, 0, 5, 0, 10, 0, 2, 0, 1, 0, 4, 0, 0, 1, 1, 2, 0, 1, 0, 26, 2, 2, 2, 2, 0, 4, 0, 0, 0, 0, 2, 0, 1, 0, 0, 2, 1, 0, 0, 1, 2, 11, 43, 0, 12, 1, 0, 0, 0, 0, 2, 1, 17, 0, 0, 0, 1, 0, 0, 0, 3, 1, 0, 0, 0, 1, 2, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 0, 2, 0, 3, 0, 1, 4, 0, 0, 1, 0, 0, 2, 0, 1, 2, 2, 1, 4, 1, 0, 0, 0, 2, 0, 5, 1, 36, 0, 7, 2, 2, 0, 1, 0, 0, 0, 4, 0, 1, 23, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 21, 3, 5, 1, 4, 0, 0, 0, 0, 0, 0, 0, 3, 3, 1, 1, 0, 0, 1, 5, 0, 1, 2, 0, 0, 1, 1, 0, 0, 1, 2, 0, 4, 4, 4, 4, 0, 0, 8, 0, 3, 0, 0, 0, 0, 0, 3, 13, 16, 1, 1, 0, 1, 1, 1, 0, 1, 1, 1, 1, 0, 1, 2, 45, 19, 20, 0, 20, 18, 1, 1, 0, 0, 3, 0, 30, 3, 36, 1, 0, 0, 0, 0, 0, 0, 2, 184, 184, 184, 184, 0, 0, 0, 2, 0, 1, 1, 0, 3, 0, 0, 0, 0, 14, 1, 0, 2, 0, 0, 0, 3, 4, 0, 1, 0, 1, 0, 1, 0, 5, 0, 1, 0, 0, 10, 11, 0, 15, 30, 13, 0, 1, 0, 2, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 0, 0, 0, 2, 0, 0, 0, 2, 39, 4, 0, 0, 3, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 22, 0, 0, 0, 0, 0, 0, 8, 2, 57, 0, 1, 0, 1, 0, 0, 0, 1, 0, 4, 4, 1, 2, 18, 17, 18, 0, 0, 1, 67, 2, 2, 1, 0, 0, 0, 0, 0, 0, 25, 111, 0, 0, 0, 27, 7, 0, 0, 0, 0, 0, 0, 11, 0, 0, 1, 0, 1, 156, 0, 0, 2, 1, 0, 0, 11, 0, 0, 1, 0, 2, 2, 0, 0, 14, 0, 2, 1, 0, 1, 42, 42, 42, 42, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 7, 20, 0, 0, 1, 0, 5, 1, 0, 0, 1, 4, 5, 5, 3, 0, 0, 112, 112, 112, 112, 0, 2, 1, 7, 0, 2, 0, 0, 1, 2, 0, 0, 8, 8, 8, 8, 0, 0, 0, 6, 0, 0, 0, 2, 7, 0, 1, 0, 21, 0, 2, 0, 0, 12, 0, 0, 4, 1, 9, 0, 5, 0, 0, 1, 1, 49, 49, 49, 49, 2, 0, 0, 0, 6, 22, 0, 0, 0, 0, 10, 0, 4, 0, 17, 0, 0, 5, 0, 3, 0, 1, 4, 0, 1, 2, 0, 6, 0, 6, 27, 0, 139, 0, 0, 12, 0, 0, 8, 0, 3, 1, 1, 1, 1, 0, 1, 0, 76, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 14, 11, 11, 11, 11, 0, 6, 6, 6, 6, 0, 0, 0, 2, 0, 1, 0, 17, 0, 1, 10, 12, 0, 2, 4, 7, 56, 1, 3, 38, 12, 1, 0, 0, 2, 0, 89, 1, 0, 0, 0, 87, 5, 10, 0, 0, 0, 0, 3, 0, 2, 3, 1, 21, 0, 0, 0, 6, 0, 139, 139, 139, 139, 0, 3, 2, 42, 0, 1, 14, 57, 57, 57, 57, 1, 8, 0, 7, 0, 0, 6, 0, 3, 7, 27, 27, 27, 27, 27, 27, 27, 27, 27, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 1, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 1, 7, 0, 0, 0, 0, 0, 0, 10, 1, 0, 2, 5, 0, 0, 1, 2, 0, 0, 9, 0, 6, 0, 0, 3, 3, 0, 0, 4, 0, 25, 0, 0, 6, 1, 2, 2, 2, 2, 1, 4, 2, 0, 0, 14, 4, 1, 47, 0, 11, 1, 1, 4, 0, 0, 167, 167, 167, 167, 4, 0, 1, 2, 6, 2, 4, 0, 0, 0, 0, 8, 2, 0, 6, 1, 0, 1, 0, 1, 7, 3, 6, 4, 6, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 0, 2, 0, 1, 0, 16, 0, 18, 2, 2, 2, 2, 2, 0, 1, 0, 3, 5, 5, 5, 5, 0, 0, 74, 74, 74, 74, 4, 2, 0, 0, 0, 7, 3, 2, 0, 0, 0, 7, 5, 5, 1, 0, 2, 4, 2, 5, 3, 0, 2, 1, 15, 26, 0, 0, 0, 1, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 0, 0, 2, 2, 2, 2, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 1, 0, 10, 5, 5, 5, 5, 74, 184, 184, 184, 184, 0, 0, 0, 2, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 18, 2, 1, 0, 6, 0, 0, 0, 0, 3, 0, 1, 4, 4, 0, 0, 2, 1, 1, 61, 2, 0, 0, 8, 5, 0, 0, 0, 0, 20, 8, 2, 164, 7, 10, 0, 0, 0, 1, 0, 2, 2, 0, 4, 3, 0, 0, 8, 0, 1, 15, 0, 19, 0, 1, 2, 6, 0, 0, 2, 0, 1, 0, 1, 2, 15, 0, 0, 13, 0, 0, 0, 14, 0, 0, 6, 5, 0, 0, 7, 0, 1, 0, 1, 0, 0, 0, 14, 4, 0, 0, 0, 3, 4, 0, 2, 0, 2, 0, 3, 1, 1, 1, 0, 1, 0, 0, 0, 1, 4, 3, 0, 0, 0, 0, 30, 4, 0, 0, 0, 0, 34, 0, 0, 0, 112, 112, 112, 112, 0, 7, 20, 0, 0, 2, 0, 0, 5, 10, 0, 2, 1, 5, 0, 0, 0, 0, 0, 0, 3, 0, 7, 0, 5, 15, 2, 0, 13, 0, 0, 0, 0, 0, 5, 1, 1, 6, 0, 3, 0, 8, 4, 0, 4, 4, 4, 4, 0, 0, 4, 0, 0, 8, 2, 2, 3, 6, 6, 0, 0, 11, 1, 3, 9, 0, 1, 3, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 8, 0, 0, 0, 18, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 2, 0, 0, 9, 8, 8, 9, 8, 8, 9, 8, 8, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 2, 0, 24, 5, 5, 5, 5, 1, 0, 2, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 2, 0, 19, 1, 0, 0, 0, 1, 30, 1, 7, 2, 0, 2, 2, 0, 0, 0, 0, 0, 9, 8, 8, 9, 8, 8, 9, 8, 8, 0, 1, 12, 0, 0, 0, 8, 6, 21, 0, 6, 0, 1, 0, 0, 0, 1, 1, 13, 5, 12, 0, 0, 0, 0, 1, 1, 10, 7, 0, 2, 1, 0, 0, 10, 1, 111, 0, 1, 1, 1, 2, 0, 3, 16, 20, 2, 0, 5, 1, 5, 0, 0, 1, 8, 2, 1, 0, 0, 0, 64, 0, 0, 2, 0, 1, 1, 0, 1, 2, 0, 0, 0, 0, 0, 4, 34, 59, 291, 8, 0, 11, 8, 8, 8, 8, 5, 0, 1, 7, 1, 9, 1, 3, 0, 0, 0, 0, 49, 17, 1, 0, 2, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 30, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 53, 22, 13, 13, 13, 13, 0, 6, 5, 0, 0, 4, 0, 0, 0, 0, 33, 1, 0, 0, 0, 6, 0, 5, 3, 0, 2, 3, 0, 5, 6, 24, 5, 0, 0, 0, 0, 68, 0, 1, 18, 0, 3, 3, 2, 1, 10, 9, 43, 43, 43, 43, 5, 3, 3, 11, 1, 1, 1, 0, 1, 19, 0, 0, 2, 0, 0, 19, 4, 2, 0, 1, 17, 5, 0, 30, 0, 4, 0, 1, 1, 0, 0, 0, 2, 0, 0, 19, 0, 0, 4, 67, 0, 1, 1, 12, 1, 15, 1, 2, 39, 0, 6, 0, 4, 4, 104, 0, 0, 0, 6, 9, 0, 0, 9, 0, 0, 0, 7, 1, 1, 1, 1, 0, 0, 0, 0, 6, 6, 6, 6, 0, 2, 0, 0, 26, 0, 46, 39, 39, 39, 39, 2, 107, 108, 107, 108, 1, 1, 0, 1, 0, 0, 0, 1, 119, 0, 0, 0, 0, 10, 0, 0, 30, 30, 30, 30, 0, 2, 0, 2, 33, 0, 0, 0, 0, 20, 5, 2, 2, 0, 15, 4, 2, 49, 61, 0, 2, 4, 0, 66, 1, 1, 9, 2, 0, 6, 0, 1, 0, 0, 0, 0, 0, 0, 5, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 3, 28, 0, 2, 1, 0, 1, 0, 2, 2, 0, 2, 3, 0, 0, 0, 70, 4, 1, 6, 5, 5, 5, 5, 3, 0, 1, 1, 0, 6, 3, 0, 0, 1, 1, 1, 1, 0, 3, 0, 13, 0, 0, 0, 0, 0, 0, 34, 34, 34, 34, 8, 0, 21, 0, 4, 1, 13, 0, 3, 2, 0, 0, 4, 40, 1, 31, 0, 72, 0, 8, 0, 1, 2, 0, 4, 0, 0, 0, 1, 0, 2, 13, 1, 0, 0, 1, 0, 0, 7, 0, 2, 0, 0, 1, 1, 0, 0, 0, 0, 0, 16, 0, 1, 0, 12, 0, 0, 2, 1, 11, 4, 12, 1, 9, 0, 0, 6, 9, 0, 0, 0, 34, 42, 42, 42, 42, 0, 1, 1, 0, 8, 0, 1, 3, 23, 0, 0, 0, 21, 0, 1, 2, 1, 0, 16, 21, 0, 2, 0, 0, 0, 1, 0, 8, 0, 52, 1, 0, 0, 0, 0, 1, 1, 0, 0, 2, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 1, 0, 0, 3, 0, 0, 5, 4, 5, 7, 4, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 21, 21, 21, 21, 0, 1, 4, 21, 21, 21, 21, 36, 0, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 30, 74, 20, 1, 0, 0, 0, 0, 0, 0, 0, 7, 0, 2, 0, 0, 8, 1, 1, 1, 1, 0, 1, 0, 0, 5, 0, 34, 0, 22, 1, 18, 4, 0, 12, 0, 0, 1, 0, 0, 0, 0, 0, 0, 30, 30, 30, 30, 0, 0, 0, 1, 0, 4, 0, 3, 0, 0, 5, 1, 1, 0, 1, 0, 0, 3, 8, 1, 1, 2, 80, 0, 0, 0, 4, 0, 0, 18, 20, 19, 0, 1, 0, 2, 0, 5, 1, 0, 1, 2, 2, 2, 2, 1, 0, 1, 1, 2, 9, 2, 0, 1, 1, 0, 24, 2, 0, 32, 0, 1, 0, 3, 0, 5, 0, 1, 2, 2, 2, 2, 2, 10, 0, 0, 0, 9, 5, 0, 0, 6, 55, 0, 0, 2, 0, 0, 0, 0, 13, 2, 2, 0, 0, 74, 74, 74, 74, 0, 0, 0, 1, 0, 13, 0, 1, 1, 0, 1, 14, 1, 59, 0, 0, 0, 0, 0, 0, 27, 0, 0, 0, 0, 2, 5, 0, 0, 1, 0, 1, 1, 0, 3, 5, 8, 0, 0, 1, 0, 2, 8, 1, 2, 2, 2, 2, 200, 17, 0, 5, 2, 12, 0, 37, 4, 3, 0, 2, 2, 0, 8, 3, 0, 2, 2, 0, 2, 13, 43, 0, 1, 65, 2, 0, 2, 12, 0, 1, 7, 0, 0, 0, 0, 0, 0, 0, 2, 0, 11, 1, 1, 0, 4, 1, 0, 4, 1, 0, 0, 0, 0, 41, 2, 0, 1, 15, 1, 0, 1, 12, 0, 1, 8, 3, 2, 8, 6, 1, 8, 2, 0, 1, 0, 0, 0, 4, 1, 30, 5, 0, 8, 4, 3, 9, 1, 2, 64, 64, 64, 64, 0, 4, 1, 23, 3, 1, 1, 9, 1, 0, 0, 58, 0, 27, 0, 0, 19, 53, 7, 11, 0, 0, 0, 0, 0, 0, 7, 2, 0, 0, 0, 0, 0, 1, 2, 0, 2, 7, 7, 7, 7, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 1, 2, 0, 0, 0, 1, 1, 1, 1, 4, 9, 0, 0, 0, 2, 0, 0, 0, 15, 6, 4, 5, 0, 2, 0, 0, 0, 0, 3, 2, 1, 1, 1, 1, 2, 118, 1, 1, 1, 1, 18, 0, 0, 4, 3, 0, 1, 6, 0, 0, 4, 1, 0, 0, 0, 3, 0, 0, 0, 0, 1, 0, 1, 1, 22, 1, 0, 1, 0, 5, 0, 2, 16, 0, 3, 0, 3, 10, 0, 0, 7, 0, 1, 0, 1, 2, 0, 1, 0, 10, 0, 1, 1, 1, 1, 3, 0, 11, 1, 2, 3, 1, 2, 0, 0, 331, 331, 331, 331, 0, 2, 11, 1, 64, 8, 26, 0, 10, 0, 1, 0, 8, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 42, 1, 0, 0, 8, 0, 0, 1, 0, 5, 0, 0, 0, 16, 16, 16, 16, 16, 16, 16, 16, 16, 1, 0, 0, 0, 0, 0, 14, 4, 4, 4, 4, 0, 0, 20, 8, 8, 8, 8, 1, 1, 0, 0, 5, 9, 3, 0, 0, 30, 0, 88, 5, 0, 0, 0, 0, 0, 9, 0, 7, 7, 7, 7, 0, 2, 40, 40, 40, 40, 7, 0, 1, 11, 2, 0, 7, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 5, 5, 5, 5, 38, 38, 38, 38, 1, 0, 0, 34, 0, 0, 1, 3, 2, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 4, 9, 8, 8, 9, 8, 8, 9, 8, 8, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 1, 0, 1, 0, 2, 54, 0, 0, 0, 1, 0, 3, 1, 6, 42, 1, 0, 0, 10, 2, 0, 51, 41, 0, 7, 0, 0, 0, 3, 1, 3, 1, 1, 0, 0, 0, 0, 0, 32, 0, 11, 2, 0, 0, 0, 6, 0, 0, 11, 2, 2, 1, 1, 0, 0, 13, 0, 37, 4, 0, 6, 0, 0, 1, 4, 0, 2, 0, 18, 34, 3, 0, 3, 0, 3, 0, 0, 4, 17, 0, 1, 34, 2, 14, 0, 7, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 3, 0, 0, 5, 11, 0, 7, 49, 3, 1, 0, 3, 1, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 0, 0, 0, 0, 2, 4, 39, 0, 19, 4, 1, 0, 0, 0, 0, 1, 6, 19, 0, 7, 7, 7, 7, 0, 0, 0, 3, 0, 0, 0, 0, 0, 70, 70, 70, 70, 7, 0, 0, 3, 3, 0, 7, 0, 1, 99, 0, 6, 1, 1, 0, 19, 0, 11, 89, 0, 2, 8, 1, 4, 0, 0, 0, 2, 0, 3, 2, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 3, 0, 0, 2, 9, 1, 11, 0, 1, 6, 0, 0, 5, 0, 1, 1, 12, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 56, 0, 1, 0, 0, 3, 0, 4, 1, 0, 4, 1, 0, 0, 7, 7, 7, 7, 0, 0, 0, 1, 0, 0, 2, 0, 0, 4, 2, 4, 1, 0, 0, 9, 3, 2, 0, 0, 0, 6, 56, 0, 4, 0, 12, 12, 12, 12, 6, 0, 1, 3, 2, 0, 0, 0, 0, 31, 0, 1, 0, 1, 0, 0, 6, 4, 0, 0, 5, 1, 142, 14, 11, 0, 1, 0, 1, 0, 0, 5, 1, 0, 1, 3, 0, 0, 0, 0, 0, 0, 9, 0, 1, 1, 1, 1, 1, 1, 0, 7, 6, 1, 5, 12, 1, 1, 3, 4, 7, 0, 0, 4, 0, 0, 0, 4, 2, 2, 1, 0, 5, 0, 0, 2, 0, 5, 0, 0, 0, 3, 2, 2, 2, 2, 3, 19, 1, 0, 1, 8, 0, 7, 1, 12, 0, 0, 0, 0, 4, 1, 0, 0, 0, 0, 0, 0, 27, 0, 1, 77, 0, 0, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 2, 2, 1, 0, 1, 0, 0, 1, 0, 0, 3, 2, 1, 0, 2, 4, 0, 0, 1, 1, 4, 0, 0, 0, 0, 0, 2, 1, 0, 0, 4, 1, 1, 1, 1, 3, 0, 0, 2, 0, 0, 0, 0, 0, 2, 41, 1, 3, 0, 1, 2, 0, 0, 0, 3, 16, 0, 0, 0, 0, 6, 1, 2, 17, 28, 5, 2, 1, 0, 0, 283, 1, 0, 0, 0, 331, 331, 331, 331, 4, 1, 0, 1, 6, 6, 2, 4, 7, 6, 0, 0, 1, 1, 0, 5, 0, 0, 0, 0, 8, 0, 0, 20, 34, 1, 0, 16, 40, 40, 40, 40, 3, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 1, 7, 0, 0, 1, 2278, 2278, 2278, 2278, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 0, 9, 0, 1, 2, 1, 0, 4, 240, 240, 240, 240, 240, 240, 240, 240, 240, 10, 0, 1, 0, 5, 0, 14, 0, 9, 0, 1, 0, 3, 0, 0, 0, 1, 0, 1, 0, 0, 8, 6, 1, 9, 58, 58, 58, 58, 58, 58, 58, 58, 58, 0, 2, 1, 0, 1, 0, 12, 0, 1, 0, 8, 0, 1, 1, 0, 0, 0, 3, 4, 3, 1, 1, 0, 5, 1, 0, 5, 0, 0, 0, 0, 0, 0, 4, 0, 0, 2, 1, 0, 0, 0, 0, 1, 99, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 0, 62, 1, 1, 0, 0, 2, 0, 3, 21, 3, 2, 1, 2, 0, 0, 30, 30, 30, 30, 3, 0, 0, 1, 0, 0, 0, 3, 2, 0, 0, 1, 4, 0, 4, 4, 1, 1, 1, 1, 6, 2, 0, 0, 0, 0, 0, 6, 3, 1, 2, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 1, 0, 3, 0, 0, 8, 1, 9, 0, 1, 0, 2, 0, 0, 18, 15, 3, 1, 0, 1, 2, 21, 6, 4, 4, 11, 28, 7, 0, 0, 0, 0, 0, 0, 0, 1, 0, 7, 7, 7, 7, 0, 0, 0, 0, 5, 0, 0, 1, 0, 0, 0, 1332, 1330, 1332, 1330, 0, 0, 22, 1, 0, 0, 0, 0, 2, 1, 2, 5, 2, 1, 0, 0, 0, 0, 8, 8, 8, 8, 0, 0, 1, 4, 1, 0, 0, 0, 0, 2, 0, 2, 0, 0, 1, 0, 0, 0, 1, 5, 0, 0, 3, 0, 1, 0, 0, 1, 1, 0, 2, 7, 4, 8, 0, 1, 1, 2, 0, 0, 0, 0, 7, 0, 48, 0, 93, 0, 0, 2, 49, 0, 0, 0, 625, 0, 0, 5, 0, 0, 1, 116, 0, 7, 7, 7, 7, 5, 0, 4, 0, 0, 1, 0, 3, 0, 2, 4, 0, 18, 0, 0, 3, 1, 0, 0, 1, 0, 0, 0, 1, 1, 1, 2, 0, 0, 2, 0, 4, 0, 2, 5, 6, 0, 22, 2, 4, 4, 0, 2, 1, 3, 0, 3, 0, 1, 0, 0, 0, 84, 3, 0, 0, 35, 0, 0, 3, 1, 0, 0, 0, 3, 0, 0, 8, 0, 6, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 14, 7, 0, 0, 0, 1, 2, 0, 3, 2, 0, 0, 116, 116, 116, 116, 0, 2, 1, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 3, 6, 0, 67, 0, 0, 2, 2, 2, 2, 4, 1, 1, 0, 0, 0, 0, 5, 5, 5, 5, 0, 13, 0, 5, 1, 3, 0, 2, 0, 0, 0, 0, 0, 0, 1, 20, 1, 16, 7, 0, 0, 0, 0, 2, 0, 80, 1, 0, 4, 0, 0, 2, 0, 0, 0, 2, 0, 1, 2, 0, 10, 0, 14, 0, 0, 0, 0, 3, 0, 0, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 3, 0, 0, 0, 0, 0, 3, 0, 11, 11, 0, 7, 6, 0, 0, 0, 0, 1, 2, 1, 1, 0, 26, 23, 2, 0, 0, 1, 24, 0, 2, 0, 1, 0, 9, 0, 0, 0, 0, 0, 2, 1, 5, 0, 0, 0, 0, 1, 1, 4, 0, 1, 0, 67, 0, 0, 0, 1, 6, 1, 0, 0, 1, 0, 0, 16, 0, 0, 0, 6, 2, 7, 7, 7, 7, 0, 0, 5, 0, 9, 0, 15, 1, 58, 1, 1, 0, 0, 1, 0, 4, 0, 2, 2, 0, 0, 0, 4, 4, 4, 4, 6, 0, 0, 0, 0, 3, 3, 2, 0, 0, 0, 0, 0, 0, 3, 3, 0, 1, 1, 10, 15, 1, 0, 0, 0, 0, 15, 3, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 6, 0, 38, 0, 1, 2, 1, 3, 1, 0, 5, 5, 5, 5, 0, 2, 3, 0, 0, 27, 1, 1, 0, 4, 1, 3, 5, 1, 4, 1, 1, 0, 5, 0, 2, 0, 1, 0, 1, 0, 2, 2, 9, 3, 0, 0, 0, 0, 0, 2, 4, 36, 0, 0, 0, 1, 1, 0, 1, 3, 1, 0, 4, 6, 1, 0, 2, 0, 15, 7, 15, 2, 0, 0, 2, 0, 2, 347, 0, 3, 0, 7, 12, 1, 0, 2, 0, 0, 1, 0, 1, 0, 0, 5, 27, 1, 1, 0, 3, 3, 1, 0, 0, 0, 2, 0, 0, 6, 0, 18, 0, 0, 0, 2, 1, 1, 0, 16, 0, 0, 0, 0, 1, 1, 1, 1, 1, 5, 14, 1, 0, 0, 1, 0, 0, 0, 1, 1, 1, 12, 0, 1, 0, 0, 1, 0, 0, 0, 62, 0, 0, 12, 0, 2, 0, 2, 0, 0, 1, 30, 1, 4, 15, 0, 2, 3, 0, 0, 4, 2, 0, 0, 0, 6, 0, 0, 1, 1, 0, 11, 1, 3, 8, 1, 5, 0, 1, 9, 0, 12, 2, 64, 64, 64, 64, 3, 35, 35, 35, 35, 0, 2, 1, 1, 6, 0, 2, 0, 0, 0, 3, 4, 5, 0, 8, 0, 0, 40, 0, 6, 0, 0, 2, 2, 0, 0, 7, 6, 17, 0, 3, 2, 0, 12, 0, 1, 0, 1, 4, 1, 118, 7, 2, 0, 32, 0, 35, 0, 0, 2, 0, 0, 4, 0, 0, 16, 0, 3, 0, 0, 3, 12, 0, 0, 0, 0, 0, 0, 9, 9, 17, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 4, 0, 30, 0, 3, 2, 0, 4, 0, 2, 15, 2, 29, 4, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, 1, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 0, 0, 1, 0, 4, 235, 235, 235, 235, 0, 1, 2, 12, 0, 3, 1, 3, 0, 0, 0, 1, 1, 0, 1, 0, 3, 1, 0, 8, 0, 1, 0, 1, 0, 2, 0, 0, 0, 2, 0, 0, 0, 20, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 1, 0, 0, 0, 1, 0, 0, 0, 0, 19, 0, 0, 1, 0, 0, 11, 1, 0, 16, 0, 2, 14, 1, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 8, 0, 0, 2, 7, 0, 0, 2, 1, 1, 0, 1, 0, 0, 4, 2, 0, 0, 7, 7, 7, 7, 0, 1, 0, 1, 1, 0, 3, 0, 0, 1, 2, 2, 0, 0, 0, 0, 27, 0, 1, 16, 9, 0, 0, 7, 0, 82, 4, 0, 2, 0, 0, 0, 0, 46, 0, 0, 4, 15, 1, 0, 0, 0, 0, 0, 0, 0, 2, 1, 21, 1, 1, 0, 6, 1, 0, 0, 0, 302, 1, 7, 1, 0, 3, 8, 9, 1, 4, 38, 0, 0, 1, 9, 3, 0, 2, 0, 0, 0, 0, 0, 0, 0, 15, 1, 0, 0, 0, 0, 0, 0, 63, 5, 1, 3, 1, 8, 0, 2, 2, 0, 0, 1, 1, 0, 0, 5, 9, 9, 9, 9, 0, 0, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 3, 3, 3, 1, 0, 0, 0, 0, 0, 0, 0, 3, 3, 22, 2, 1, 7, 0, 0, 0, 7, 4, 5, 10, 7, 8, 19, 0, 11, 5, 6, 0, 15, 5, 1, 0, 0, 2, 0, 7, 0, 7, 5, 0, 5, 3, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 7, 0, 3, 0, 1, 15, 2, 2, 1, 2, 3, 1, 1, 9, 0, 0, 0, 4, 1, 0, 16, 16, 16, 16, 16, 16, 16, 16, 16, 1, 15, 1, 1, 1, 1, 4, 16, 6, 3, 1, 0, 77, 0, 5, 0, 0, 0, 31, 2, 0, 0, 1, 3, 3, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 3, 0, 0, 10, 0, 0, 6, 2, 8, 3, 34, 0, 1, 0, 0, 0, 0, 4, 4, 4, 4, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 3, 4, 4, 4, 4, 0, 0, 0, 0, 0, 0, 3, 1, 1, 2, 0, 3, 0, 0, 0, 0, 1, 0, 3, 3, 0, 0, 0, 0, 2, 8, 8, 8, 8, 0, 0, 0, 3, 1, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 198, 15, 3, 0, 0, 8, 1, 0, 2, 0, 0, 0, 0, 0, 5, 1, 1, 0, 1, 12, 1, 0, 0, 0, 1, 0, 0, 1, 55, 0, 0, 4, 4, 4, 4, 1, 5, 26, 2, 1, 0, 0, 0, 1, 2, 2, 5, 2, 0, 2, 0, 0, 0, 0, 2, 7, 0, 4, 0, 3, 1, 0, 17, 3, 5, 24, 0, 17, 1, 10, 0, 21, 5, 6, 0, 0, 0, 0, 0, 0, 7, 0, 1, 2, 8, 0, 1, 1, 1, 16, 5, 2, 1, 0, 0, 8, 3, 3, 3, 3, 4, 0, 1, 0, 1, 0, 11, 2, 0, 1, 0, 0, 0, 14, 0, 0, 4, 1, 0, 2, 1, 31, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 10, 10, 10, 10, 0, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 2, 2, 6, 0, 2, 0, 1, 3, 2, 1, 0, 0, 1, 1, 0, 0, 6, 0, 14, 0, 0, 0, 1, 0, 33, 0, 0, 2, 0, 1, 0, 0, 0, 0, 5, 3, 0, 0, 1, 1, 4, 0, 0, 0, 0, 0, 1, 5, 0, 0, 2, 0, 0, 0, 3, 0, 16, 0, 2, 11, 5, 0, 0, 1, 2, 3, 3, 1, 4, 2, 0, 10, 53, 1, 0, 0, 0, 0, 2, 0, 0, 0, 106, 0, 0, 53, 5, 5, 5, 5, 0, 1, 9, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 2, 2, 8, 1, 0, 1, 1, 0, 2, 2, 4, 0, 5, 0, 9, 43, 0, 2, 2, 0, 3, 0, 0, 0, 0, 2, 4, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 0, 1, 1, 4, 0, 0, 1, 30, 30, 30, 30, 2, 2, 0, 0, 0, 1, 5, 2, 2, 4, 5, 2, 4, 2, 0, 3, 8, 68, 68, 68, 68, 15, 2, 1, 2, 2, 15, 0, 4, 0, 1, 20, 1, 1, 1, 1, 0, 0, 0, 2, 2, 4, 3, 0, 0, 0, 5, 0, 0, 0, 0, 19, 1, 6, 0, 4, 0, 0, 1, 1, 3, 4, 1, 0, 17, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 2, 1, 0, 0, 0, 0, 4, 64, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 0, 0, 0, 1, 1, 2, 25, 1, 17, 0, 2, 0, 2, 1, 1, 5, 3, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 2, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 2, 0, 0, 1, 1, 1, 3, 1, 0, 0, 2, 0, 2, 1, 3, 1, 1, 7, 0, 1, 287, 6, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 4, 0, 0, 1, 1, 0, 2, 0, 3, 4, 3, 4, 0, 1, 6, 5, 1, 0, 1, 11, 1, 0, 0, 2, 0, 4, 0, 3, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 4, 0, 0, 0, 1, 0, 7, 0, 1, 5, 7, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 8, 1, 0, 1, 0, 0, 8, 0, 0, 5, 0, 0, 3, 1, 0, 0, 0, 0, 0, 9, 1, 0, 1, 0, 0, 2, 7, 0, 0, 2, 0, 90, 2, 0, 1, 18, 4, 4, 4, 4, 0, 0, 1, 0, 0, 1, 38, 38, 38, 38, 0, 0, 0, 0, 7, 0, 49, 0, 49, 2, 32, 4, 0, 2, 1, 0, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 1, 1, 4, 1, 2, 0, 0, 0, 8, 0, 0, 0, 0, 1, 192, 2, 0, 0, 0, 2, 0, 1, 1, 0, 5, 0, 1, 0, 5, 0, 0, 0, 0, 0, 1, 2, 3, 3, 0, 0, 0, 39, 26, 15, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 6, 2, 1, 1, 13, 0, 0, 2, 0, 16, 0, 0, 1, 3, 1, 2, 3, 1, 0, 0, 13, 1, 0, 0, 5, 0, 3, 0, 10, 0, 14, 0, 16, 0, 35, 35, 35, 35, 0, 11, 0, 1, 1, 4, 116, 1, 0, 0, 6, 13, 7, 14, 6, 10, 3, 3, 0, 0, 3, 3, 3, 3, 1, 3, 3, 0, 1, 0, 1, 2, 2, 2, 0, 2, 19, 3, 1, 7, 51, 0, 1, 1, 0, 1, 1, 2, 2, 2, 2, 0, 0, 1, 0, 2, 10, 0, 1, 0, 0, 0, 0, 5, 22, 0, 1, 11, 4, 1, 2, 1, 5, 0, 1, 0, 6, 2, 8, 0, 4, 0, 72, 72, 72, 72, 3, 0, 0, 1, 0, 2, 0, 70, 70, 70, 70, 39, 14, 2, 3, 0, 0 ], "yaxis": "y" } ], "layout": { "font": { "size": 13 }, "height": 400, "legend": { "tracegroupgap": 0 }, "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "white", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "white", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "fillpattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "white", "showlakes": true, "showland": true, "subunitcolor": "#C8D4E3" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "white", "polar": { "angularaxis": { "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "ticks": "" }, "bgcolor": "white", "radialaxis": { "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "white", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "showbackground": true, "ticks": "", "zerolinecolor": "#EBF0F8" }, "yaxis": { "backgroundcolor": "white", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "showbackground": true, "ticks": "", "zerolinecolor": "#EBF0F8" }, "zaxis": { "backgroundcolor": "white", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "showbackground": true, "ticks": "", "zerolinecolor": "#EBF0F8" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6", "ticks": "" }, "baxis": { "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6", "ticks": "" }, "bgcolor": "white", "caxis": { "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 } } }, "title": { "text": "Stars and open issues for PubMed GitHub repositories", "y": 0.8, "yanchor": "bottom", "yref": "container" }, "width": 700, "xaxis": { "anchor": "y", "autorange": true, "domain": [ 0, 1 ], "range": [ -0.28691059434947175, 4.751519355202227 ], "title": { "text": "GitHub Stars (log)" }, "type": "log" }, "yaxis": { "anchor": "x", "autorange": true, "domain": [ 0, 1 ], "range": [ -0.2599680701638344, 3.617521789906916 ], "title": { "text": "GitHub Open Issues (log)" }, "type": "log" } } }, "image/png": "iVBORw0KGgoAAAANSUhEUgAABW8AAAGQCAYAAADRIZJaAAAAAXNSR0IArs4c6QAAIABJREFUeF7snQeYFEXXqM/MBnIUUIIgkkyIYkIUDJhQMGeMmBAVsyh+KohiQjCBKGb0VzErCmaMgCCIAUQkSJCc07K7M3Pv6bWX2Xx2d7p3Zvat+9zn/2TPVFe/VVPd83b1qUAkEokIBQIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABOKKQAB5G1f9QWMgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCDgEkLcMBAhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACcUgAeRuHnUKTIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQggbxkDEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAATikADyNg47hSZBAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEEDeMgYgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCMQhAeRtHHYKTYIABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQggLxlDEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQiEMCyNs47BSaBAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAecsYgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAQhwSQt3HYKTQJAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgADyljEAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQCAOCSBv47BTaBIEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAeQtYwACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAQBwSQN7GYafQJAhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACyFvGAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIACBOCSAvI3DTqFJEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAASQt4wBCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAJxSAB5G4edQpMgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCCBvGQMQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABOKQAPI2DjuFJkEAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQQN4yBiAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIxCEB5G0cdgpNggAEIAABCEAAAhCAAAQgAAEIQAACEIAABCCAvGUMQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCIQwLI2zjsFJoEAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAB5yxiAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIBCHBJC3cdgpNAkCEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAPKWMQABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAIA4JIG/jsFNoEgQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAAB5C1jAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIBAHBJA3sZhp9AkCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAALIW8YABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAIE4JIC8jcNOoUkQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABJC3jAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAnFIAHkbh51CkyAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIIG8ZAxCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAE4pAA8jYOO4UmQQACEIAABCAAAQhAAAIQgAAEIAABCEAAAhBA3jIGIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQjEIQHkbRx2Ck2CAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIIC8ZQxAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIhDAsjbOOwUmgQBCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAHnLGIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgEIcEkLdx2Ck0CQIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAA8pYxAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAgDgkgb+OwU2gSBCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAHkLWMAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgEAcEkDexmGn0CQIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAshbxgAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAgTgkgLyNw06hSRCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEkLeMAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACcUgAeRuHnUKTIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQggbxkDEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAATikADyNg47hSZBAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEEDeMgYgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCMQhAeRtHHYKTYIABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQggLxlDEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQiEMCyNs47BSaBAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAecsYgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAQhwSQt3HYKTQJAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgADyljEAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQCAOCSBv47BTaBIEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAeQtYwACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAQBwSQN7GYafQJAhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACyFvGAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIACBOCSAvI3DTqFJEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAASQt4YxEIlEZM26jbJs5VqpUb2qNKxfR2rVrG74JCFKYNgzYyU7OyS3XXNepQKiYyYQCEj9urUq1Xnr92Xc55Nk2q9zZMPGLbJTvdryvxsudFh4XfTY0SVWx7z/8THOd77fZWeYTsFtR3HHt8SYDpYv6L3x38mvs+fL1RedIo0a1C11FVnZIVny70rZlrFddm5Y3xm/+c9j67btzt+rV6sq1aqmm45R0vmW9PeSDjJp2h/y2bfT5PTuXaT9nruXFJ70f6+o+UfHz8ZNWyQ9LZXrZNKPMk4QAhCAAAQgAAEIQAACEPCDAPK2GMoqE1SEPPXie7Ji1bo8kSo0ehzbWS4663hp3Ki+87dPvpwify9cIhedebzUrVPTj/5LiGN0OfU6ydieJVPHj0qI9saikZs2b5VOPfo6Vf3+9Yu+iMtYtDsWdQwa9rKM/fDrPFX9+uULkpISjEX1RdaxbsMmOfyU6wr8fZ92LeX0E7vIqd27SJX0tDK1Ye8jL5GdG9aTr94aXuLnHxrxurzy1qdO3Buj7pH2e7Qs8JkHn/o/GfP2Z86/j3nyTunYvk2J9VoDbh/yrHz02Y/y/ov3SZuWzawfc+avUa98IPP++TfPZ1TQnnrCYc5812GvVs7f9IHM869/IjdccaZc0auH82+/zponEyf9It0OP0D2brdbnjrcvmnVool8+PKQQtt05hX3yOy5/8jXbz9WJun88lufysMjXpeH7+ojJ3XrZD7vZAwsav559tWPJBgMyuXnn+TZaX835Vfp03+YHHrg3vLc0Fs9Ow4VQwACEIAABCAAAQhAAAIQqCwEkLfF9PQ7H38rdz/yghOx716t5KAO7WTTlm3y59+LHFGh5YnB/aRbl47O/75p4Ej5dOJPMu6VB6Rl88aVZQyVeJ6VUd7qysRe1wx22Lz7/OBKI28XLV0p3Xvd5ojOoXf3lX3a7SbLV62V5k13LnGclDdg7fpNomNNy/FHHiRZWdmycvV6+X3OAuffjj5sfxl+77WSmpJS6kOVVd7qMZ+8//o8x9MVkV1P65f7b688MUAO2LdtqdtU1AdKK283b9kmt9w7Ur6b8ptTpc5ne7Rq7vzvf5aukK++nyFbt2U4/z3zy+cdfq+9+7m8Pe4b5+HVad27OH9784Ov5N7hr8jg23rL6Sd2zdM8t29aNNtZPnn1oUKb7spbFeQ6fkpbkLc7iBU1/xzUvY9UrZIm373/ZGnxmuOn/zZXBg9/Wfbbp43cc9PF5s8RCAEIQAACEIAABCAAAQhAAAKFE0DeFjEydKXt0Wfd6LwWPPaZewrI2MX/rpQRL70v3Y86RI44tINTC/K2cJiVUd5W1gnnm0kzpe8dw+XCM4+T268931cMRQnCBYuWyUX9hoj+ffiga+W4Iw4sdbvKKm/1QO88d6/s0TpHhmoZ8eJ7MvLlD3L/u6LlraaE+L/3vpQ927SQR+7qU2Cuy8zMkrfGfSNDnng1V94WBhB5W+ph5fsH/JC3vp8UB4QABCAAAQhAAAIQgAAEIJDkBJC3RXSwK6E6tm8rY54cUOIw0Nd1VXDoCjX9TM0a1ZzPHNv1AGcVmr6KPOLF9+XvBUuc3LlamjVuIMd0OUB6nX5snjQLKnZ+mz1fhtxxucz5e7F8O3mmswJOY3WV26KlK+TFNyfIzzPnOHU13KmO7NG6hfQ49lBndWFxZXtmltw77GWZM2+xrFi11hFausrtsIPayyXnnCD6WrNbvvxuurz98TdywRnHyryFS2X81z85K4519dzZJx8lF55xXJ5X4TXNhMa/+8l3TpymlujaqYO8P+F7R4Jb0yZs3LxVRr70vvw49XeHW9vdmzn19LnolDz5NV1O1/U+Td7++FuZ/PMf8s+SFXLI/nvK9VecmfuKt3s+KqGU21ffT3dWY+p5a19df/kZsmuTRrnn7dZ7S5+zRVdff//Tb0479PX7a3ufLl0OaV/ieNCAmwaOkGpVq8j9t1+eG2/pO10J+dq7XzjtnL9omdSqWU1a79ZUjuy8v5zV4whJS0t1Xi9/4vl3HRHprnx0D6Jy8Pc5C+XBAVdKndo1co8966+FMmrMh/L7nwucNCB6Pmec1FXO7HGkBIM78tFO/eVPGfPOZ87Y0/Gh/a0rz/XYKviKKrrqXMe4stLPtGi2ixN68dnHS6eOe0koFHZWbLrjqFnjhrJ/+zZy/WVnSOOdd8rD6IEn/0+6HLKvnHRMJyd1yaw5CyU7FJJBt1xaZB7N4lZ3vvTmBHnk6Tek97knys19znbSCnzy1RS59tLTCrzif80AfW2/Xp5Vg668Vfn7/Osfy4zf5jrtPfSAvZ1czg3q18ltv5s24ZY+58jQUW86q4CHDbzG+bu+zn70WTdJ65ZNpekuDWT8V1Mkv7y1jlOtb9rMOaKvws/4/W+n/gP2bSO6+lm/B5a0CTNnzZPz++asEC8pXcHqtRtyz/PrH2fI2A8n5vbtB5/+IM+M+dA5rs4hTRs3dOrU79WAfr2ccaQPcUq78lb5zVv4rwwfdI1UrbIjt64K+YdHviFdO+0r553azTmWu/J24C2XiLZV5y/9nuiYveis4+Tk4w4zfW/73fWE1KlVU+65+WL55MvJMvWXObJ+wya58sKTc1NgaIqJd8d/KzP/yHkDo8PereTKXj3l4P33KDB/nnvK0c7bGu68o+3pdfoxBb631u+HHsDyHY2efzK2Z8qN94xwriVadD51S9+LT8nNEawpD5Sje146nq7o1bPAyvDiGNWtXUOGPPGadD5wb+chjlus49oy/5k6kiAIQAACEIAABCAAAQhAAAJJQgB5W0RH6o9+fY1Xy/+NvKuACMz/sf899Lx8OnGqI29VXqi003Ly8Yc5P9RdGazyQsVNakqq/PLHXEeiqRhTQey+zq3yaOKPv8j++7SRGb/nSCItWs+l53SXky+50zmOfq7lrrs4ckNlZHFixK1DxeihPfo6YlXzUtauWcMRhHq+Klg/ePE+abJLAyfclSHuZ1V2NqxfN/c19Htv7e3IP7fc9fAL8u4n3zr/edhB+zhC8Odf5zpttcpbzY15xuV358rFNrs3kz/mLJC/5i9xzu/t0fdK9Wo5bF1O7vFViqgcW7JslfNPb48elCsbt2Vkyvl973Xq0bao9FS2Kpu0fDF2WG7u4vz1qjxW6e3Gas7OaMld1Fygwk85u68oL1uxpsS+081+Lr3hQadtrjRduWqdTJkx2znMN+8+7gg03Zzp8lsecXJX3njlWXma0Kf/o84r8NEyTmWlvk6vRYW1Cn8dr1ouPuv43M3k3HyV+u8qqXV86NjSc9fxN6DfBUWdrqjAe/y5t52+0/NusnPOOLq292ly+MHt5do7H3fGtY4jlZ4rVq9zzkP749Wn7pR2rXZ14vV451w1SFTuqvRzX9mPPv/CGlGcIHz9/S/lvsfGOK/597/mPHnyhXdl1CsfyqiHbnIkcXTRftNjf/r6I7n/rP8WXfS79/eCpU7b9Hw+HvNQ7oMFV96+PvIueWz0207fffDi/c733pXIelztk4+/nJxH3pZmnCrvAQ+Mdpqlc0W9OjXlj78W5ubntshbZaAsdHMz7Sdr0YcLuhL3gQFXOFL0jQ++clYUuw+DdJ7Q0rJFY+chQlnl7Xl9BzsPgqZ8/HTuAzGt15XOKkbvuvEi51j55yvtQ91kTuc2LSp1z+pxZImn6Pa1zifuZ/VD7qrt6JzOKuZXrdkg03/7y6n3yfv6ydGH56TRKak92m5tvxZ98GX9fli/o9Hzj46rS65/IHfu1gc3bul/7flOzmV3bOr3Mec7EcmdI+7rf1ke2Vwco12bNHSunfpQST+nxTqurfNfiZ1IAAQgAAEIQAACEIAABCAAgSQigLwtojPD4YhcfP0DuT/K3Zy3ugFQu9bNpU3LpgXymBaXNmH9hs2O6HHFqB5Wc3JeeuNDjqjTvKiuvHLloQqwG644Sw7abw9n9WV2dkg++vxHeXTUWLnk7BPk1r7n5rZeheUX3/3s/HtxRVcvquxVIRm9g/zwZ9+S5/7vY7nz+gvl/NPyrmTTH/p333Rx7gpFXdGmK69UGKl00zL551ly2c0PO9JLVxK6OSv1x3jnnjmrDi0rb91XuHUTJF0Rq23UFWn3PT7G2QTrmktOlb6XnOrU53LS9l576em5q0xVmI1+bZwc2/VAeezea53YJ55/R54Z85EjO3X1bFpqTt5TV7DoSmI3P6Nbb8/jOstNV56du3mSK+V0pdo1l5YsuvLL2xfe+KTEvnOllIqjN0fdk7uyWaX0W+Mmytk9j3IkVmnkra5C7N6rv3O+770w2OkjLVrniRf0d8Ta528MdcamK36fGnK9HNV5xypuHaMr/79sPf7Ig4sdX64k1pQJ0avudFWufj90VfSIB27MFZ1uvArlV564w+lvV97qgXTjqXNPPVpatWgqGzdvcVboFpWztihBGC2OHrnrajmx2yFllrf/u+FCZ6Wyjh+t97r/Pe70RbSIi5a327ZnSu8bH3JWxeuq4WPPuVl2blhf3np2oPS/75kC8tY6TvVcjz/vVmdO0e+gfhfdcsPdT8nn304zrbx15yzNy1vSqv3ojs8vb/VvlrQJGqdysLDiSvronLdlkbc6X2p/uA9Yfpj6u1x561DngcKXY4dJegmb1kWLSXdldiQizpj9dfZ8py4dx48Pvi53FXj0AwdX+rtzS/726IMV/Z5pe/ShkW6iV5rvh/U7mn/+UeZFpU34d/lqOfbcW5y+Uemvq8K16BsX+rBQ//2zNx6RenVqOf9eHCO9FuWXt9ZxbZ3/ip2E+CMEIAABCEAAAhCAAAQgAIEkI4C8LaZDt2zNcCSPvjofvfpPP6JCs9/lZzgrTN1iyXmrwlZfof13xWpRoaurH3VlnooATYugxZWHhW185koT3VRIZZD7Y7q041LbMWf+YtHVoOvWb3JW7OkGRNG5SovaAEgFcIdul+VZVequuu132Rly1YU98zSnNDlvVS4o66njn8ldYauVubvVR6+IdDl98eajeV67189rPdGrfd16VQzpajy3rFm3QU44/zZHZr/3wn15+OevVwXmBdfeLyp1dTVhSSW/PLH0nbviW89TV2cWtfFdaeSt9us9Q1+Uy8470Uk9EV00lYBK8RFDbpAjO+/nSHmV8yrO9UFASaIrP4Oi5K2+wq1jfcyTdzqr/KLLab3/56yIdqWdK8KsnN26XHmrUkwfbGzbtt1Z3fvWRxMdQa2C86XHb3fkb1lW3uoDCW1jdPlpxp9y6Y0P5kmNEC1v9aGPjhkdO7rq95W3PnU2MFNRetvgUQXkrXWcupxVIr4wPEfMu6U0G5a5m4S9Meqe3JQAWo9KtHGf/5inXhXr/a8533mgUB55e+iBexf61dExraW88vbhu/o40j+6XHjdEOdBnH7H9bteXHG/t1+/81iBBwVun4184EbnoVp0OfOKu50V6j9+NELq1KqR+2CosPZccsODTuoD96Fdab4f1u9oaeStuzL9hivOFH1wlmeOGPmGvDR2ggy9+2rpfvQhzp+KY+TOYdErb63j2jr/lTT38ncIQAACEIAABCAAAQhAAALJRAB5a+hNR7jOWyzz//k3N3eh+2r+c0NvFVdGFCdvVShqHk83rUD+w2pOTH0FV0tRUlL/pq+k97jojlyZrEKq/Z67y6knHJ67cre4U9IVxS+PneBsmJRfSOvndBWrrr7VUtzu7fpjXIu7mlZfc1fpNvaZgQVyiFrl7Zp1G6Xraf2cVAea8iB/0XpUwv3y+XNO3tfiOOmKUhUpk8eNFD3nzifnrP4tqkSL3qLq1VyuJ188wFl9Omxg3xJHTn55Yu07d7WhHkBXD3bYu7Uj9jW/p7taujTy9pH/5EtxDb77xovknFOOzk3vobHKRHNe7rd3GzmzxxF58roWVVdR8la5Kb9J40ZK7Sh5rvVoyhHNa/vy43fIgR3a5a681Vfc9VV3a3HlbWHxKqSuvKBn7gOBWMnbVWvWy5Fn3OA8zHnzmZw0K/nlbfRr7ioO33lusJNSJL+83bBxi3mcuqvLNQWESuHoUhp5685Z0Q+PtC7tD+2X/MX97pVV3pY2521ZVt4WJkvdFf2FpcnIf47FbU7nPmgobky66SqKmz/zt6c03w83BU9J39HSyNsHn/o/GfP2Z6JS2t2A0z3HDz/7Qe4YMlqu63269LnoZOefi2OUX96WZlxr3Zb5zzonEAcBCEAAAhCAAAQgAAEIQCAZCCBvy9CLuvJ06NNvOj92o1cXFSdv9VVbfX1XV2upbFEpp7lLNVfksGfGOhsaWeStNld/DL/45nj5ZtIvzopFt1x6bnfRTZKKK5oaQVMk6MpO/SG+V9vdZJdG9R0xrSsEyypv9RVuFdr5c1NqW6zydvmqtdLtrJucXL6aLzR/OfqsGx15/fOnzzqbFxUnb9326Apefd1e69WVk7devSPVRHT96WlpoquZtRRVr26SpOK8rPLW2nc6vsZ/OUXGfjQxN22HflYF4Wsj/+esBiyNvHVzdOr42LvtboUOD81/3Lzpzs7fVLK+8PonzmZY7kMK/XdNQaGpKIorRcnb6P5wcxa79eiqYF0d/Pyjt0mnA/Yqt7zVfn783uskGAw6fb5TvdoFUpzESt6uXL1ejjrzhjxjNr+81XymZ1050MmfGv09zy9v3fFvGaf3Dn/FSVNQmIwsjbx1c97qanldNe8WHYMZGZm5/9291215HpwkmrwdPPwVZ6599pFb8rwtUdhYLk5MuuNYc7lGb6AWXY/md9bV/cXJW7f/3Id/pfl+WL+jpZG37hxRGJ9xn0+S/vc/I9HpYkojb0szrvXcLPNfGS7bfAQCEIAABCAAAQhAAAIQgEDCEkDeFtF1W7dtd3IcRueFjQ51X6GPXnHnytsPX7pfWu3WNDdcc4t26tHXWcmor9S6+VY1wM2DWhp5G90Ozbs58ccZcsu9Tzv/7L6yW9SIdFfIRufY1Vg312BZ5a0rp92NmaKPb5W3ukK2/dGXOpwmjRuR55VlPc8DT7gyT6qGoiSr7lZ+yElXO+JOX8GOrvfHD59yVu0WV7yUt6XtOxUZM36b62wOpaLelStujuHo/nLrzr9hmT5k0JV1t11znrM5WWmK5stVsaqysyipHl1fUfL26tuHOzvd5x93+ln3FfLxrz3kCGQ3bUJZV95aNu7TzbV09Xn09849j6I2LCssbYK+iq+v5J9+YlcZfFtvp4r88lb/bdZfC+WXP+bJOScflZvHOL+8Lc04dR/CaJ5mzdccXUojb91xpJ+P3rQv/xjJv+q9OHl7z82XyNk9824MVtYNy9yUExPfeUwa7pSzCZoW3cRMV2gWtmFZYStvNe+wpqfRfLRuzueivgfFicnr7nxcvvphhrPKOnrTr8LqKk7euuf12RtDnfyypfl+5D9WUd/RouStfj5//nFNi6Ar9DWn83mn5uQ8d8vTr3wgT73wnrP5mD6s1FIaeVuacZ3/3Iqa/0ozhxELAQhAAAIQgAAEIAABCEAg0Qkgb4voQRVWmivzxqvOkk4d98oTpRto6Uou3UCq97knys19znb+roJNpUb+zX+WrVwrx5x9kyMlv3v/idwVWxs3b5U7HxjtyAB3J3Otp7gVpZ99M01atWicRw7rj+MeF93upAkoTJ5GN95d4RUtH/QHsm7wpT/Qe51+jAzod4HzkdKkTXBXMkbLFK3DldzRaQmK+9K4555/d/MX3xgvQ0e9mWelc2GcdJXjo8+MFY3XFc76WrkWN6ek9tdNV52VR8qr/ND8k24+R6/kraXvdIMrzYXc5ZD2eTC5r1m7XOYvWiY9L7rDWcGteTw1D6mWP+YsdDbR0hXKX7/9mLPZ2px5i+X0y+5yxl/0hmUar7wmTvpF2u6+qyORNPflCUcdnCeXsru61NKHRclbzfWqUvOU4w+T+2/HzGFlAAAgAElEQVS/PJe/+9BAhdrHrz7oCHs/5K2bBzh6vCuLz76Z6mysFp1buShZpd+b6+58wpHS7kZoGluYvC1szBeW89Y6Tt2V15piRDcsc1eB6sZTOn5V9Luv75d0kXLboXUNueOKQnPCWuStju8b73nKeUCgDwqiS1nlrdu26PkxY3umjHjxfefBl0XeunOQSv2PXn4g97tSFJfixKSu3tW5X9PVjB56a+7Ge1rX9sws+eDTH3LFdVHzp873KoGjU2iU5vth/Y4WJm/ddDLfvf+k8yDMLdEbrr3/4v2557Vh0xbpceHtzqpr9+FKUd8Ht67Cct5ax/Vvfy4wzX8ljWn+DgEIQAACEIAABCAAAQhAIJkIIG+L6E1X7uif9Ue/rrLatWkjJ+etblKk+WJV8Ix9dqCzOY2Wj7+c7OSx1B/FuhpOc+XqZ3QFoZvTUH+wH37wvrJq7XpnYyg376x15a37irlueKQrIVXaTJ35p1OXvvb/xOB+xY5PN7ehtvHYIw6SlGBAvp38a+7r8WVdeasC9IjTr3eOrTmA27ZsJrPm/uNIUS0W8adxbl5Z/d/alratdpVfZ83PzRUcvZmRK1l1RWS3wztKjerVnFf9Vdbo+Y0b82Bu36iAPOnC2x3e2pdHdN5PgoGAzJq70GGnbdZXmLV4JW8tfee+oqxtPOzgfWTnBvUcEafSSBnqqu7GO+8kWdkhR6poWoOO7dtKh71bOWPT3fRJz8OVt/q/NVWGrtbUomNTx/RSTXMxfbbDXAWgCik3NYWusFOZp6uYv/p+uiNUNRey9klxpSh5q2JLvwPa3q6dOsiRh3aQlWvWi762r+WpIdfLUZ33d/63H/J20dIV0r1XzkZfurlV/Xq1Zcr0WblpSAqTtxqrbT9g37aO9P7i25+dtiq3V54Y4OSx1VIeeWsdp9GpGFTg66v6S5avcsayW6zyVtOwXHbzw05aB/ccdZ6qUb2qLF+1Tn746bfc+aG4nLfat/pwSItK8bp1aom+daAPUMoqb93x5M4HGduznDcNtD4thclb/e73OLazNNl5J9F+/r/3vnRiLSkTNK44eavCXlda68pfPY5+T+rWqemMG+Wk7fr96xedhxOuvNXvrc7N+nBEU6/oxn1a3O+c/u/SfD+s39HC5O3AoS85Dx31u61t0vGm+dI77NVKBjww2pHPOp40x7U+FFRRrP2qmxfqJoBuKc3KW/2MdVxb579iJyH+CAEIQAACEIAABCAAAQhAIMkIIG+L6FDdiOj9Cd+LygOVW/mLri67vFePPKuXdEXuvcNfdl4zd4tulKQ7eGsdutpKV8e6RQXsTvXqOD+mo/OJuvLwy7eGyS4N6+c5tK7aevL5d/LkutUAXTV6x3W9nPyexZUtWzPktvtGycQff8kNU1Gjn3/8uXek1+nHyoB+vZy/uavBolcVuh8qLBWCStN+/3siV6xorP7g11VyWvK/qltUO3X16K2Dn87DSmXDQ/+7yhELbnE56d9c8aR/01Wrg27p7aRNiC6ae/HhEW/IpxN/yvPvev6XnNPdWRWqpSj+2ne6ck1Z6c7rJZX8gsPSd38vWCpDR70h3035LU/1KnPvvP4CR9i7RQWSttUVWfrvuqnQ5OmzHGkeLW9V9qkYGT76LWdVbnTR877hirOcVbrPvvqRk8s5uk6N1XGsdbsrfIs6d/cBho4hHUvRRQX/XQ+/4KxUdYuKrUfu6iNHdt4v99+0/8++aqAjmTUtgLWs27BJDj/lOmeMfPjykBI/ppsHanvcojJOXxvXlbf5Uy9oX2pba9Wsloef5qkeeMuleTZhc+XtG6PukfZ7tCyyHe6q0jFP3ikd27fJjbOOUxVi19/9pCMS3aLpG1atWeeMn5JW4Uc3TOcu3ZhKV+BHz1Ea48rQk47plJsqQIWorgZ/cMCV0vO4zrlVaZ7mQY++lPvfbloZS9+cecU9zvc4etxqu+57fIyM/fDrPHWe2v1wue+xMXlydLvzlfZ/9Jxd2BgrbnAUljYjOl5TuLzw+sdO2o3oopxOPaFL7psYrrzN3x4dW7r6XKV/Wb4f1u9oYYJVr2s33jPCecDlllEP3ezMmfqwUd+geP71T/K0S69f+sZC9He/OEbuSv/oVCJaoWVcl2b+K/ELTgAEIAABCEAAAhCAAAQgAIEkIYC8NXSk/lhXIbJp8zYn72LDneoUmQtXq1NBunL1OmfTGt2UzC26auufxctF8+k22aVBiaK1uKbpCtJlK9Y4Ibs02slZJVeasnT5aqeNej4l5YAsTb0qWxYuWS7hcFhaNm+cJ29taerRWBUN/65Y47SvMCkdvUJWWWu8stBcxcUV7Qdlt317lrNZW80a1UrbtHLFW/ouMzPLWfWosSqh69XZ8Ypz9MFVuKhsC4XDsnuLJnnyKRfVSH0VevnKtVKndg1pWL9uoUJWZZtKXhVfuzSsJ+npaeU65+gP62rMhYuXS726tZzViEXllY7ZAYupSL+rCxYvk9o1a8iuTRqW2BYd30uXr5J1GzbLbrvukruy24u2WseppmVZs26D7N68ieTfDK4s7dKxt2T5atH/q/2j363SlJyxu9b57u/csH6Jwt9St4p/nbO0PdFzanFjXFeWV6mSLrs12yUmbch/LH0gou3SBx06j0anIdDY6LQJx3Q5wPk+qfwv6rvs1m/9fpTnO7pm3UbZuGmL7FS/Tp4HD9oG7b8Fi5c7K8l327WxaU6x9GH0dbCk+dc6/5XmuMRCAAIQgAAEIAABCEAAAhBIVALI20TtOdpdbG5g8EAAAhCoSALF5QyvyHZxbAhAAAIQgAAEIAABCEAAAhBILALI28TqL1obRaC4jd0ABQEIQKAiCSBvK5I+x4YABCAAAQhAAAIQgAAEIJA8BJC3ydOXle5MdBOvufOXSL/Lz/D09fVKB5YThgAEyk1g8s+z5PNvp8mp3bsUm/u43AeiAghAAAIQgAAEIAABCEAAAhBIagLI26TuXk4OAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQSFQCyNtE7TnaDQEIQAACEIAABCAAAQhAAAIQgAAEIAABCCQ1AeRtUncvJwcBCEAAAhCAAAQgAAEIQAACEIAABCAAAQgkKgHkbaL2HO2GAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEkpoA8japu5eTgwAEIAABCEAAAhCAAAQgAAEIQAACEIAABBKVAPI2UXuOdkMAAhCAAAQgAAEIQAACEIAABCAAAQhAAAJJTQB5m9Tdy8lBAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACiUoAeZuoPUe7IQABCEAAAhCAAAQgAAEIQAACEIAABCAAgaQmgLxN6u7l5CAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAIFEJYC8TdSeo90QgAAEIAABCEAAAhCAAAQgAAEIQAACEIBAUhNA3iZ193JyEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAQKISQN4mas/RbghAAAIQgAAEIAABCEAAAhCAAAQgAAEIQCCpCSBvk7p7OTkIQAACEIAABCAAAQhAAAIQgAAEIAABCEAgUQkgbxO152g3BCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgkNQEkLdJ3b2cHAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIJCoBJC3idpztBsCEIAABCAAAQhAAAIQgAAEIAABCEAAAhBIagLI26TuXu9PLjsUkc3bsqRuzXTvD5bgR1i9Ybs0qFMlwc8i8Zu/ZuN2qV+rigQCiX8uXp7Bhi1ZUr1KiqSlBr08TMLXvSUjW4KBgFSrkpLw55LIJ7Bte0jCkYjUqJqayKfheduzssOydXtI6tRI8/xYiXyAiIis3bBdduKaXeHdyL2TrQvWb86UmtXSJDWFm5viiG3elu0wqprONds2sryJ2pqRLXojrveZlKIJZGaHJWN7SGpzzS52mIQjIus3bZf6tfmdXdHfJ67Z3vYA8tZbvklfO/LW3sVMZnZWXkYib210kbc2TshbGyevo5C3NsLIWxsn5K2Nkx9R3DvZKCNvbZyQtzZOXkchb22Ekbc2TshbGyc/orhme0sZeest36SvHXlr72ImMzsrLyORtza6yFsbJ+StjZPXUchbG2HkrY0T8tbGyY8o7p1slJG3Nk7IWxsnr6OQtzbCyFsbJ+StjZMfUVyzvaWMvPWWb9LXjry1dzGTmZ2Vl5HIWxtd5K2NE/LWxsnrKOStjTDy1sYJeWvj5EcU9042yshbGyfkrY2T11HIWxth5K2NE/LWxsmPKK7Z3lJG3nrLN+lrR97au5jJzM7Ky0jkrY0u8tbGCXlr4+R1FPLWRhh5a+OEvLVx8iOKeycbZeStjRPy1sbJ6yjkrY0w8tbGCXlr4+RHFNdsbykjb73lm/S1I2/tXcxkZmflZSTy1kYXeWvjhLy1cfI6CnlrI4y8tXFC3to4+RHFvZONMvLWxgl5a+PkdRTy1kYYeWvjhLy1cfIjimu2t5SRt97yTfrakbf2LmYys7PyMhJ5a6OLvLVxQt7aOHkdhby1EUbe2jghb22c/Iji3slGGXlr44S8tXHyOgp5ayOMvLVxQt7aOPkRxTXbW8rIW2/5Jn3tyFt7FzOZ2Vl5GYm8tdFF3to4IW9tnLyOQt7aCCNvbZyQtzZOfkRx72SjjLy1cULe2jh5HYW8tRFG3to4IW9tnPyI4prtLWVP5G0oFJaUlKC3Laf2uCCAvLV3A5OZnZWXkchbG13krY0T8tbGyeso5K2NMPLWxgl5a+PkRxT3TjbKyFsbJ+StjZPXUchbG2HkrY0T8tbGyY8ortneUi63vM0OhWTStD/kz78XyZx5i2XWXwvlnyUrpFnjhrJ3u92kXavm0q7VrnLYwe0lLTXF27Ohdt8JIG/tyJnM7Ky8jETe2ugib22ckLc2Tl5HIW9thJG3Nk7IWxsnP6K4d7JRRt7aOCFvbZy8jkLe2ggjb22ckLc2Tn5Ecc32lnK55O3suf/IwKEvye9zFjit7Ni+rTRv2kga1K8ja9dvkqXLVsmUGbOdv7Vq0UQG3Xqp7L9PG2/PiNp9JYC8teNmMrOz8jISeWuji7y1cULe2jh5HYW8tRFG3to4IW9tnPyI4t7JRhl5a+OEvLVx8joKeWsjjLy1cULe2jj5EcU121vKZZK32zIy5cnn35GX3/pUdm5YT6655DQ5pusBUqdWjQKt3bxlm3z9wwx5+pUPnBW5Z598lNx05VlSq2Z1b8+M2n0hgLy1Y2Yys7PyMhJ5a6OLvLVxQt7aOHkdhby1EUbe2jghb22c/Iji3slGuaLlbVaWSGqqSCBga29FRSFvK4p83uMib239gLy1cULe2jj5EcU121vKZZK3M2fNk/P7DpYrevWQqy48WapVTS+xlVlZ2fLim+Pl8efekVEP3SxdDmlf4mcIiH8CyFt7HzGZ2Vl5GYm8tdFF3to4IW9tnLyOQt7aCCNvbZyQtzZOfkRx72SjXFHyds7fYXnsmbCovBWJSNdDU+Sic+J33xPkrW08eR2FvLURRt7aOCFvbZz8iOKa7S3lMslbzW+rKRNO696l1K377JtpTlqFju0TK33C/EXLnDQQmsO3UYO6pT7vZP0A8tbes0xmdlZeRiJvbXSRtzZOyFsbJ6+jkLc2wshbGyfkrY2TH1HcO9koV4S8jURE+tycLaFw3jZecWGKHHJAfC7BRd7axpPXUchbG2HkrY0T8tbGyY8ortneUi6TvPW2SfFX++ffTpOhT78pB3ZoJ9NmzpGTjukk/S47I/4aWgEtQt7aoTOZ2Vl5GYm8tdFF3to4IW9tnLyOQt7aCCNvbZyQtzZOfkRx72SjXBHydsXKiNw5JFSggT2PD8op3eNz9S3y1jaevI5C3toII29tnJC3Nk5+RHHN9pYy8tbAV/P2VqtaRVJSgrJo6Urp3us2+eXz5yQtLdXw6eQOQd7a+5fJzM7Ky0jkrY0u8tbGCXlr4+R1FPLWRhh5a+OEvLVx8iOKeycb5YqQt1u2RuT6AQXl7SknBKXnCchbW89Vzijkra3fkbc2TvEubzduisiyFSLVqoo0bxafbyXYSJccxTW7ZEbliYiJvH101Fj5Z+nyItuRmpIqrVs2lSMP7SB7td2tPO2t8M9OmTFbbhk0Ur597wkJxHtWfh9oIW/tkJnM7Ky8jETe2ugib22ckLc2Tl5HIW9thJG3Nk7IWxsnP6K4d7JRrgh5qy0bNjJbZv21o426ruX+O1Okfr34FBSsvLWNJ6+jkLc2wshbG6d4lreLlkRkxm87csvUqxOQww8NSjA+p0gb8GKiuGaXG2GxFcRE3l5w7f0y4/e5Ul0fJ0SVrdsyChz8npsulrNPPsrbs/Ko9tVrN8jZVw2Um/ucIyd16+QcRW8CKnOJRCKiF5YqaSmVGYPp3DMyQ1I1HU4mWB4G0Q+Fww0GAhIRVRY5ZXtWSFJTgpKSrHcXMRpjKsP0OZ6yolQcgexQWDT/Yloq/VBcL4TCEVFWyX7NTgkEJKQDooxFP5mxPSTVqnDNLiPCmH1MH8zQDyXj3J4Zcua/YAVcs7/4RmTDhohUrSpycMegNGxQ9u9eyWdavgj9zaKIEumarY5H5VQyFb0OaUmkfqgI/uH/rtnp/M4uEX88/r7T25BPv4hIJJ+o3aNNQFq2KPGUEjKgpH6oWY0318vTsTGRt5ff8ogz+Y566OY8bfl7wVI55dI7ZdjAvrLf3m2k//3PyNRf/pQfPnhK6tapWZ52+/7ZlavXy1W3DZWzeh4l55/WLff427ZXbnmr197MLG6sLQNyS0ZIalTlh6CFlZcx2g/Vq6Q4wo2yg0AgGJBI1KYjGZlhSU8NVMgPwUTqF/0hqG9hpKUwoCqy37JCEdGHienI22K7QX8IZmZHpGp6cktuFVh6ruUpW/VawTW7PAhj8lnunWwYt2WGnIcyFeBubQ2Mk6jMrLBzX5OaQNdsvV/V61syFe0HvRHX+0xK0QSyVd5Wgmt2eceAXu71gWu8XbOzs0U++7rgd7dNq4C02b28Zx2fny/pml2tCvK2PD1XbnmrN8ftj75UbrjiTLmiV48Cbel940OSlR2SMU8OkOm/zZULr7tfXnligBywb9vytNvXz87751/pe/twuf7yM+XEbof4eux4PxhpE+w9xGsEdlZeRpI2wUaXtAk2TqRNsHHyOoq0CTbCpE2wcSJtgo2TH1HcO9koV1TaBFvr4ieKtAnx0RekTbD1A2kTbJziOW3Cx5+HRCVudNl/36A0b5qcDy64ZtvGbFmjyi1vVczud8xlctl5J8pNV51doB1X3z5cps2cI1PHj5JFS1dI91795ZG7rk4oCTrypfdlxEvv50kL8dCdV8rRh3csK/ek+Rzy1t6VTGZ2Vl5GIm9tdJG3Nk7IWxsnr6OQtzbCyFsbJ+StjZMfUdw72Sgjb22ckLc2Tl5HIW9thJG3Nk7xLG9XrY7IlJ8jommrtDTZJSgH7Z+c4lbPj2u2bcyWNarc8lYPrDlv58xbLK8+dae0a7VrbltcWbv/Pm2cv6nEvfj6B2TEkBvkyM77lbXNfC6OCCBv7Z3BZGZn5WUk8tZGF3lr44S8tXHyOgp5ayOMvLVxQt7aOPkRxb2TjTLy1sYJeWvj5HUU8tZGGHlr4xTP8lbPQLOebNwUkapVAlKliu2cEjWKa7a3PRcTefvb7Ply7tX3Oi1t1rihdDpgL5m38F9nEzMtKm5V4D4z5iN54vl35MOXh0irFk28PTNq94UA8taOmcnMzsrLSOStjS7y1sYJeWvj5HUU8tZGGHlr44S8tXHyI4p7Jxtl5K2NE/LWxsnrKOStjTDy1sYp3uWt7SySI4prtrf9GBN5q02c9ddCeXjkG86GZG5RkXtd79Olx7GHOv+kK3HXb9gs++yxO5vgeNuvvtWOvLWjZjKzs/IyEnlro4u8tXFC3to4eR2FvLURRt7aOCFvbZz8iOLeyUYZeWvjhLy1cfI6CnlrI4y8tXFC3to4+RHFNdtbyjGTt24zs0MhWbVmg9StXVOqVU33tvXUXuEEkLf2LmAys7PyMhJ5a6OLvLVxQt7aOHkdhby1EUbe2jghb22c/Iji3slGGXlr44S8tXHyOgp5ayOMvLVxQt7aOPkRxTXbW8oxlbdZWdmyZNkqWblmvdSpVUN2bdJIalSv6u0ZUHuFEkDe2vEzmdlZeRmJvLXRRd7aOCFvbZy8jkLe2ggjb22ckLc2Tn5Ece9ko5xs8nb2X2EZMzYkq9eI7Nk2IGedkiLNmpR/kx/krW08eR2FvLURRt7aOCFvbZz8iOKa7S3lmMnbjz77UR4e+bqsXb8pT4svP/8k6XPRKazC9bYfK6x25K0dPZOZnZWXkchbG13krY0T8tbGyeso5K2NMPLWxgl5a+PkRxT3TjbKySRvFy2JyOChIcnZmz2n1K4lMmxwqg1GMVHI23IjjEkFyFsbRuStjRPy1sbJjyiu2d5Sjom8/eTLKXLr4Kdl54b15MweR0qD+nVk85at8tX3M5xNy84++Si556aLvT0Taq8QAshbO3YmMzsrLyORtza6yFsbJ+StjZPXUchbG2HkrY0T8tbGyY8o7p1slJNJ3n40ISwfTAgXOPGbrg7KXu2CNiBFRCFvy4UvZh9G3tpQIm9tnJC3Nk5+RHHN9pZyTOTtab3/57Ty9afvlqpV8ua5HfLEq/Lau1/IN+8+7khdSnIRQN7a+5PJzM7Ky0jkrY0u8tbGCXlr4+R1FPLWRhh5a+OEvLVx8iOKeycb5cogb2+5JkX2aFO+1AnIW9t48joKeWsjjLy1cULe2jj5EcU121vK5Za32zIy5cATrpT+15wnF511fIHWzpm3WE6/7C55ftht0qnjXt6eDbX7TgB5a0fOZGZn5WUk8tZGF3lr44S8tXHyOgp5ayOMvLVxQt7aOPkRxb2TjXIyydtFSyMy+JG8aRPq1BZ59F7SJthGQ/xHIW9tfYS8tXFC3to4+RHFNdtbyuWWt5FIRA4+8WrpdfoxcsMVZxZo7eSfZ8llNz8sY568Uzq2b+PJ2WgbMrZnFZlXd/OWbbJs5RrZrdkukpZW8MKvG60tXLJcGjfaSWrWqFagjVr/4n9XStUqVaRRg7qenEOiVoq8tfcck5mdlZeRyFsbXeStjRPy1sbJ6yjkrY0w8tbGCXlr4+RHFPdONsrJJG/1jOfMi8irY0OycpW7YVlQmjYu36pbrZeVt7bx5HUU8tZGGHlr44S8tXHyI4prtreUyy1vtXn97npCvvxuuox84Ebp2mlfCQQCsnXbdpn5x98y+LFXZNWaDfL9B09KlfQ0T87mm0kzpe8dw+WXL56XtNSU3GOEwxF5dNSb8tLYCbn/9tCdV0mPYw/N/e9PJ/4kNw0cmfvfvU4/1llFnJKSk1Np7oIlctVtj8qKVeuc/+7Yvq08NeR6qVOrhifnkmiVIm/tPcZkZmflZSTy1kYXeWvjhLy1cfI6CnlrI4y8tXFC3to4+RHFvZONcrLJW9tZlz4KeVt6Zl58Anlro4q8tXFC3to4+RHFNdtbyjGRt8tXrZWeFw2QrdsypHq1qtKscQP5a/6S3JY/Pvg6OabLATE/kz/mLJQHnnzN2RRNS355O/6rKXLLvU/Lk/dfL/vt3VreG/+dDHtmrIx/7WFp3rSRLFuxRo4552bpd9kZclbPI+WPOQukT/9h8sCAK+Tk4w4Tlb89LrpdWrdsKgP6XSAbN22VG+5+0hG49/W/LObnk4gVIm/tvcZkZmflZSTy1kYXeWvjhLy1cfI6CnlrI4y8tXFC3to4+RHFvZONMvLWxgl5a+PkdRTy1kYYeWvjhLy1cfIjimu2t5RjIm+1iRs2bZExb30m036dI4uWrpCG9etK21a7yiXnnCCtWjTx5CwytmfKuvWb5Pupv8nAoS8VkLd9+j8q1atVk2ED+zrH1/QHXU/rJ7q6ts9FJ8sLb3wiT7/8oUz5+GkJBnNexbl9yLOyfOVaeemx22XmrHlyft/B8v6L90mbls2cv6sA/t9Dz8vPnz5bYHM2T04yzitF3to7iMnMzsrLSOStjS7y1sYJeWvj5HUU8tZGGHlr44S8tXHyI4p7Jxtl5K2NE/LWxsnrKOStjTDy1sYJeWvj5EcU12xvKcdM3nrbzOJr/+r76XLd/54oIG+PP+9WOeX4w6TvJafmVnD5LY84uW0H39ZbBg9/RXRDtVefujP376NfGyevv/+lfPXWcHFTKkz/bHRuyofpv82VC6+7Xz59/RFp1rih6A/Gylx0sszMCknV9B3pKiozj+LOfWtGSKpXhVNFj4+t20NSvQr9kL8fAsGARPQL/V/JyApLekog98FWRfdbvB5fZZimCkpNKX8uvng9x0Rolz5I1Ae0aak5KY8ohRPQN4oyQxGpmpbcnPSBvJ5reQrX7PLQi91n6Qcby4zMkKSnpch/a1FsH6qEUSrDggl2zc5/f5YM3ab3ThIISFoM750WLtI9cERSUwPSsoXIfxkQExpXKBwRvb+pkuTX7PJ2kl7tM7aHpBq/78qLstyfL+maTR+VD3FSy9uDuvdxVthedt6JuZSuGfCYk8/2icH9nFy3m7dslWcfuSX376+89ak8NOJ1+WPiSzL2w69l0LCXnf/tFk3VcPZVA+Wd5+6VPVo3F111VZmL80MwO4y8NQyCrduzpXqV8u+UazgUIcUQ2LY9W6qmp+o9IyWKgP6YCUd2yI7tmSFJTQ1KCr8Eix0nOv/pUEIaVuzXSX8I6uhNR94W2xHOD8HssFRJ8geuKYGAhKLms9KOzpwfgtlSjWt2adHFPJ57JxtSR96mBnngWgKuzKywBIMiqQlk9vLfn9lGRHxHOfI2hvdOU6dHZPWaHedcq2ZADuvk+OGELpXlml3eTtLLfUYm1+zycozF50u6ZteoigspD+cyydvZc/+Rmwft2AYHKhUAACAASURBVOTL0oDXn77bs02+ilp5e+IF/aXHsZ2l78Wn5Dax940Pya5NG8mgWy6V+x8fI3/+vVjGPDkg9+/PvvqRvPHBV/+tvJ0qNw0cITM+Gy3p/222Nv23v+TC64bI528MlSa7NLCcelLHkDbB3r28RmBn5WUkaRNsdEmbYONE2gQbJ6+jSJtgI0zaBBsn0ibYOPkRxb2TjTJpE2ycSJtg4+R1VCzTJmzbJvLZxIJvwu67d1BaNk9se0vaBNtIJG2CjZMfUVyzvaVcJnk7d8ESGfToy6Vq2dMP3ii1alYv1WeswUXJ26tvH+6kO3js3mudqnSV6CEnXS1X9DpJrrygp7z05gQZ8dL7MnncSGc1rhbd4Gztuo3ywvD+8tvs+XLu1ffKu88PlnatdnX+PvajiTLo0ZckOpWCtZ3JGIe8tfcqk5mdlZeRyFsbXeStjRPy1sbJ6yjkrY0w8tbGCXlr4+RHFPdONsrFydulyyIyfWbOmzWdDgxKw0q89gR5axtPXkfFUt6uWx+RbyflrOSNLnu0CUq71shbr/syHupH3sZDL+S0gWu2t31RJnnrbZPstWdmZsn6jVvkuym/yt2PvCCfvTHUkbUN6tdxKhn/1RRHxj415HrpuE9bGfvR1/LY6Ldl/GsPS/OmjWTZyrVyzNk3ybW9T5PzTukmv/05X/r0HyYPDrhSeh7X2ZG9PS66XVo2byx333ixk2Kh7x2PycH77+nkzKWIk4dn87YsqVszHRwlEGAyi48hgry19QPy1sYJeWvj5HUU8tZGGHlr44S8tXHyI4p7JxvlouTt7L8jMuypkJNWRou+Rn7btSnSplViSy0blYJRyNuykovt52Ipb/WV+U8+Dzu/SaPL0V1SpFbN2Lbb79pYeWsjjry1cfIjimu2t5QTWt7+MPV3ufLWoQUIuTlqQ6GwDHtmrLw0dkJujCtm3X9wBa/73xeeeZzccvU5kpqSs6HRX/OXSJ/+j8qKVeuc/z5ovz3ksUHXSt06CX41iNG4Qt7aQTKZ2Vl5GYm8tdFF3to4IW9tnLyOQt7aCCNvbZyQtzZOfkRx72SjXJS8vfmubNmwKW8de7UNyE19K+fGrchb23jyOiqW8lbbumZtRKbNDEtGhoj+hD+gQ4o03tnrs/C+fuStjTHy1sbJjyiu2d5SLpO8VaG5YNG/cvyRB5e6dbpKtnatGtJhr1al/mxZP7AtI1NWrVnn5Kh1pWx0XdmhkPy7fI003KmuVKta+ApSXaVbrUo60jZfJyBv7aOSyczOystI5K2NLvLWxgl5a+PkdRTy1kYYeWvjhLy1cfIjinsnG+Wi5O3lN2Tpets8lTSoL/Lg3ZVz0xjkrW08eR0Va3nrtjcSiUgg0Xcpi4KPvLWNROStjZMfUVyzvaVcJnk7c9Y8Ob/vYLnhijPlkrNPkLS0km8AVJC++cFXMuSJ12TUQzdLl0Pae3tm1O4LAeStHTOTmZ2Vl5HIWxtd5K2NE/LWxsnrKOStjTDy1sYJeWvj5EcU9042ykXJ20EPZ8vif/PWcWCHgPS5lJW3NrJEeUHAK3nrRVsrsk7krY0+8tbGyY8ortneUi6TvN2yNUMeGfmGvDVuorRq0UT6XHSKHNl5P6lerUqB1m7PzHJy0o565UOZPfcf6XHsoTLgugukTu0a3p4ZtftCAHlrx8xkZmflZSTy1kYXeWvjhLy1cfI6CnlrI4y8tXFC3to4+RHFvZONclHydt7CiDw6Ilsys3JW39aqGZCb+walWRNy3trIEuUFAeStjSry1sYJeWvj5EcU12xvKZdJ3rpNmv7bXBk49EWZ90/OI92unTpIs8YNpEH9urJuwyZZumyVTJ4+W7Zuy5BmjRvKwJsvkUMP3NvbM6J2Xwkgb+24mczsrLyMRN7a6CJvbZyQtzZOXkchb22Ekbc2TshbGyc/orh3slEuSt7qp8NhkV//iEgwKNJ+r4CzaVllLaRNiI+eL0reZmdHZFuGSM0alXucur2EvLWNV+StjZMfUVyzvaVcLnmrTcvKypavfpghc+YtktlzF8nvf86Xtes3SfVqVWX/fVrLnm1aSLtWzeXow/eXqlUKzyfr7SlSu5cEkLd2ukxmdlZeRiJvbXSRtzZOyFsbJ6+jkLc2wshbGyfkrY2TH1HcO9koFydvbTVUjijkbXz0c2Hy9s+/IzJnbji3gYd0DMouO1fiJw0igry1jVfkrY2TH1Fcs72lXG55W1jzdKWtyltK8hNA3tr7mMnMzsrLSOStjS7y1sYJeWvj5HUU8tZGGHlr44S8tXHyI4p7Jxtl5K2NE/LWxsnrqPzyds3aiHw/ZYe41ePrCvGTjkuRlKDXrYnf+pG3tr5B3to4+RHFNdtbyp7IW2+bTO3xRAB5a+8NJjM7Ky8jkbc2ushbGyfkrY2T11HIWxth5K2NE/LWxsmPKO6dbJQrq7zNzBSZ/mtYVqyKSFpaQPbdS/P5Fs0MeWsbT15H5Ze3f84Ny5y/debNW7p2TpF6dbxuTfzWj7y19Q3y1sbJjyiu2d5SRt56yzfpa0fe2ruYyczOystI5K2NLvLWxgl5a+PkdRTy1kYYeWvjhLy1cfIjinsnG+XKKm+/mxyWtevySr9DDwpKowaFv26PvLWNJ6+j8svbxUsjjoTPX048JkXS0rxuTfzWj7y19Q3y1sbJjyiu2d5SRt4a+GaHQjJvYc6mbG7ZtUkjqV6tiuHTyR2CvLX3L5OZnZWXkchbG13krY0T8tbGyeso5K2NMPLWxgl5a+PkRxT3TjbKlVHeRiIiH04IFQDUtlVA9mxb+Lv2yFvbePI6qrCct/lF/O4tAtJ+r0qcM4Gct+ZhiLw1o/I8kGu2t4iRtwa+q9aslyPPuEG6HNI+N/qmq86Rtrs3M3w6uUOQt/b+ZTKzs/IyEnlro4u8tXFC3to4eR2FvLURRt7aOCFvbZz8iOLeyUa5MspbJfPB+ILytl3rgOzRBnlrGzkVE1WYvNWW6ArcLVsjUr9eoMjV0xXT4oo5KitvbdyRtzZOfkRxzfaWMvLWwFfl7emX3SXfvf+kIbpyhSBv7f3NZGZn5WUk8tZGF3lr44S8tXHyOgp5ayOMvLVxQt7aOPkRxb2TjXJllbf6qr0KP7foJlfduqZIjeqFc2PlrW08eR1VlLz1+riJVj/y1tZjyFsbJz+iuGZ7Sxl5a+Drrry9/vIzpF7dWnL0YR1lp3q1nU9mZBZ84muoMmlCQuGIbM8MSfWqqUlzTl6diN4w1qwGJ6/4WuvVfqhRNdXZxba8RV/ZS5YS0EUqUeezLTMk6alBSQnGAFSyQCrkPPTGOiABSUuFU0V2c1Z2RPT/6ZilFE1Ar9k6ZqulpyQ1pkAgIJFyTtBb9FrBNbvCxwn3TrYu0AdYVdJTpDJeshcsFFm/ISJp6SLNmwWkdq2imW3PCjv3NakpiXXNLud0ZhtEPkZlZuvv50CFXbNj8RvAD1y6SEofularktzX7PKyVHm7LYNrdnk5xuLzJV2zqyb5/WcsGBZXR0zkbTgckXBEL4ZB0RtmLZs2b5Vf/pgnrVo0lia7NPD6PDytf8vWDHlr3ESpXbO6/Dprvnz5/c8y/rWHpWaNarJpa5anx473yvVmIisUrrCLb7zziW6f3jBWSUMsVHSfxbIfEuXmz8I8R3bsiMzMCjs/boKV8ZegBdh/MXpTreMgNYXvdimwxTw0OxR2xm8a8rZYtnq/pj8G05P8WqTzlp5rWYt+Uh9M8yOjrARj9zldJEE/lMxze1ZI0lKCXLNLQJWI12y9xyjvw6iSR5C/EdnZEXW3FSbRE0WGhyMRCYUi3NsYhmcsf98ZDkdIEQRK6oda1SvxDoQxGDUxkbePjX5bRr82Tt4YdY+036OlTJkxW3rf+FBu854Y3E+6dekYg+bGRxWn9f6f3HXjRdKxfdv4aFAFtoK0CXb4vEZgZ+VlJGkTbHRJm2DjRNoEGyevo0ibYCNM2gQbJ9Im2Dj5EcW9k41yZU2bYKOzI4q0CaUl5k08aRNsXEmbYONE2gQbJz+iuGZ7Szkm8vbkiwdIg/p15IXh/Z3Wntd3sPw6a57c2vdc+WDC91KjejV59ak7vT0TD2tfsmyV1KpRXerUriGr126Q7r36yzvP3SvNmzby8KiJUTXy1t5PTGZ2Vl5GIm9tdJG3Nk7IWxsnr6OQtzbCyFsbJ+StjZMfUdw72Sgjb22ckLc2Tl5HIW9thJG3Nk7IWxsnP6K4ZntLudzyVl/j2OeoS+W63qdLn4tOlrXrN0mXU6+TM3scIYNuuVR+mPq7XHnrUPnxoxFSp1YNb8/Go9q//nGG3Db4GWncqL4sW7lWrrnkVLnknBM8OlpiVYu8tfcXk5mdlZeRyFsbXeStjRPy1sbJ6yjkrY0w8tbGCXlr4+RHFPdONsrIWxsn5K2Nk9dRyFsbYeStjRPy1sbJjyiu2d5Sjpm81c28rrygp3wzaab0vWO4PHLX1XJit0NkzrzFcvpld8nLj98hB3Zo5+3ZeFh7Vla2rNuwWerWriHp6eTqcFEjb+2DjsnMzsrLSOStjS7y1sYJeWvj5HUU8tZGGHlr44S8tXHyI4p7Jxtl5K2NE/LWxsnrKOStjTDy1sYJeWvj5EcU12xvKZdb3mrzLrj2flm7fqOz0nbES+/L1F/+lC/GDnNWqn7y5RS5dfDTMu6VB6Rl88beng21+04AeWtHzmRmZ+VlJPLWRhd5a+OEvLVx8joKeWsjjLy1cULe2jj5EcW9k40y8tbGCXlr4+R1FPLWRhh5a+OEvLVx8iOKa7a3lGMib7+b8qv06T8st6Xnn9ZN7rz+Que/Vezq6tsfPniSFave9mWF1I68tWNnMrOz8jISeWuji7y1cULe2jh5HYW8tRFG3to4IW9tnPyISqR7p7XrIhIOi9SvJxIMBvzAk3uMyi5v586PyIaNEalaRWS35kGpWUSmPuStr8OyyIMhb239gLy1cULe2jj5EZVI12w/eMT6GDGRt9qoGb/PFZW4rXdrJkcdtr9Uq5ouy1etlREvvi/t92gpZ598VKzbTn1xQAB5a+8EJjM7Ky8jkbc2ushbGyfkrY2T11HIWxth5K2NE/LWxsmPqES4d8rMFPl+Skg2bc4hUqWKSOeDglK7ln8CtzLL25+mh2XZCv3W5pTUFJFjjkyRKukFRyjy1o9vbcnHQN6WzEgjkLc2Tn7LW31Q9M0PEQmFRapXi8jxR6fYGloJohLhmp3I3RAzeZvIEGh72Qkgb+3smMzsrLyMRN7a6CJvbZyQtzZOXkchb22Ekbc2TshbGyc/ohLh3un3PyMyb0E4D45GDQNy6IFBPxA5x6is8lZXOn/0aagA53atA7JHm4L8kbe+DcliD4S8tfUD8tbGyU95u2VLRO4YHJKtGTvatne7gNx4NQJXiSTCNds2quIzKmbydsqM2fLKW5/K3wuWSq2a1eXt0YNk9doNcvuQZ6Vj+7bS9+JT4pMArSoXAeStHR+TmZ2Vl5HIWxtd5K2NE/LWxsnrKOStjTDy1sYJeWvj5EeUH/dOkYjIuvURSUkJSJ3apT+rH6aEZfXaHSs/tYZAQOTkE/z7MV9Z5W0oJDLuM+Rt6UdtxX4CeWvjj7y1cfJT3n44ISz6//OXx4ekSo3qtvYmc5Qf1+xk5lfSucVE3n46carcNHCEc6z6dWtJ9WpV5dPXH3H++6aBI+XTiT/J9M9GS5X0tJLaw98TjADy1t5hTGZ2Vl5GIm9tdJG3Nk7IWxsnr6OQtzbCRcnbVasj8vPMsGzP1Fe+A3LAvgFp2MC/V75trfcvCnnrH+uSjuT1vdPmzSI/TA1Jxn+rqDTVwWGHBKU0P1l+mxWW+f/klbc71QvI4Z1YeVtS/5b37ytWReS9cWHZvEWcPLeNGoqkpIgc0TkodesUnMNYeVte4rH5fDLIW33oow9pYlU0/crCxWFJSw1Ii10DEgySNsHKNh7k7aD+KdK0cQwHhPXk4yzO62t2nJ2u782Jibw9+eIBsj0zS15/+m756vvpMvq1cbny9uMvJ8ttg0fJhy8PkVYtmvh+ghzQWwLIWztfJjM7Ky8jkbc2ushbGyfkrY2T11HIWxvhwuRtZpbIhC9Cklc9iXTvFpT09Mr5QwR5axtPfkR5fe80eVpYVABqWb9BZFuGyK5NA3LYwSr/bGe4bZvId1PCsm1bTj2pKQHpfHBA6tX17/tTGVfean9982NIsrJFVq4U2bJVpFatgJx6YlB2aVR43yFvbWPa66hElrcrVopM+yUk2SGRqvqws0NQGuxUPmKr10Tkx6lhUSGspXo1kS6HpkgwJSwZ20NSuwYL4Ioj7Ke8nTQtIs+/mne1fyAQkWceTXOEe2UvXl+zKzvfcstblbYdj7tCru19mlx90Sny9rhv8sjb3/5cIOf2GSSvPnWn7L9Pm8rOO+nOH3lr71ImMzsrLyORtza6yFsbJ+StjZPXUchbG+HC5O28hRH5fXbBVwDb7xWU3Vv4J59sZ+BPFPLWH86Wo3h97/ThhJAjTFTIbNi4Q5zs2lTkqC4pUqumpZUimnv1nyURCYdEWjQPOJtm+Vkqo7z9c25E5vxdcO7qeXxKkRIFeevnqCz6WIkqb7duE/l8Yl5xp8LupGOLHnMW4l9/H5aNm/I+Qm3VMiBtWwvy1gDQT3mrzXluTEgm/5zTX9r/N/ZJkT3bVs77pfzd4/U12zAckjqk3PI2EonIwSdeLWf1OEJuu+a8AvJWUyZo6oTxrz0szZsW8Rg0qREn98khb+39y2RmZ+VlJPLWRhd5a+OEvLVx8joKeWsjXJi8Xb4yIlN+LihAOh0QlJ0bVc4fI8hb23jyI8rre6fvJ4dkzTqRv/7ecTa64lZfv2/bKpgwP8grp7wNy5y/878zkJNruKjX2ZG3fnxrSz5Gosrbv+ZFZPZfBa+XmmqlQf2yXy8/GF8wb3PjnQOy377I25JHk4jf8lbblJ0tsmlzxEnPEsv0GZbzjecYr6/Z8XzufrSt3PJWG9mn/6Py869zZfxrD8nEH3/JXXm7dv0mueT6B2TZyrUyadwISdUkRJSkIoC8tXcnk5mdlZeRyFsbXeStjRPy1sbJ6yjkrY1wUTlvv50UdjZscou+7t310Mr7/h/y1jae/Ijy+t5Jx/2PP4Vl1pycs0lNjUjzZgFJTRVps3tA9mqXGN+DyihvNU3Cl9/kTfmyc8OAdDqw6D5D3vrxrS35GIkqb/9ZHJFffi8ob7t1TXFyLpe1fDcpLGujrsFajz48arV7hJW3BqgVIW8NzaqUIV5fsysl1KiTjom8nffPv6J5b7W0aLaz/LNkhZx+YleZ8PVPsnVbhjw44ErpeVznys46Kc8feWvvViYzOysvI5G3NrqJIm9//SMiP00Py4ZNIru3EDntpNg/JNRNJP6aH5atuiFKzYC0aSXOhhJakLe28eR1FPLWRrgoeauvjc+dH3ZyR6Y50ipYqVeSIG9t48mPqKLunXTMqrxLT5dSbS5WWJt1BdUnX4ScBxh1au9YRXXIASlF5k7V42/YGBHd4Cwe8hzGQt4uWhKRmX9EJByOOLumH7R/itSp7Ucvl/0Ya9dFZOHiiOjr7LpJXLvW+hpz0SsgkbdlZx3LTyaqvNXv/cQfQrJx0w4asdicUFO2TJoacjYN1aKrOQ8/JCihCDlvLeMOeWuh5E8MvsNbzjGRt9rEuQuWyCMj35Afpv6e2+JmjRvKLVefI8d2PdDbs6D2CiOAvLWjZzKzs/IyEnlro5sI8lbF7ePPZuc5oT1aB+TW61JtJ2mI0hv1r77Tnax3rEqsU0vkyMNzJDHy1gDRhxDkrQ1yUfLW9unKE4W8jZ++Luzeae06kSnTw5KZmTMv79IoIIccUL4Vsrpx3/Rfw7JiZcTJV7vPnkFnx/fCys8zI/L0i3rtCYhGnN4z6GzwV5GlvPJ27XqR7yblfXW7WlWR446K/QPRiuSEvK1I+juOnajyVs8gFIrI3PkRZ8OyKukirVvG5mGn3m/qAyR9UVkfImnJzEbeWkYs8tZCyZ8YfIe3nGMmb91mZodCsmr1eqldq4bUqF7V29ZTe4UTQN7au4DJzM7Ky0jkrY1uIsjb0a/ohgEFX18bPTx2O74uXhpxftDnL0d0TnF2Ikfe2saT11HIWxth5K2NE/LWxsmPqMLunT6fGJat2/LmOt13r6C09GGDPV1te8s9OZucRZfb+6VI693LnvOyvCzLK2//nFt4/ljdiElTSCRLQd7GR08msrz1kyDy1kYbeWvj5EcUvsNbyjGXt942t+Jqn79omSxdtkratWoujRrUrbiGxNmRkbf2DmEys7PyMhJ5a6ObCPL20RHZMuuvgpuVjBqaJmlptvMsKWr+woj8NruQzSkODkqDnQLI25IA+vR35K0NNPLWxgl5a+PkR1T+eyeVph9OKLi5T+uWAdl7D+9Xv06aGpbnXyt4TTjlhKD0PMH74xfFvLzyVlcSzppT8Lx6Hp8SF2khYjXWkLexIlm+epC3Nn7IWxsn5K2Nkx9R+A5vKcdE3t5w91Py1/zFxbb09afvljq1ypHJ21sOxdb++bfTZOjTb8qBHdrJtJlz5KRjOkm/y86owBbFz6GRt/a+YDKzs/IyEnlro5sI8vbdcWH5+PO8P+LT00SeHhojc/vfbrITvgo7r8m5RcVw9245u1mz8tY2nryOQt7aCCNvbZyQtzZOfkQVdu/00YSQs7t4dNmjdVDatfF+5eufcyMydERBeXxmz4Cc0K3iUgyUV96GQiJffhuSbRk7qDZrEpADOlSckPZifCFvvaBa+jrLI2/DYXFWvleGfdCRt7axhby1cfIjCt/hLeWYyNu7Hn5BFixaVqClW7Zuk7/mLxHNffv26EFSq2Z1b8/Go9o3b9km1apWkZSUoCxaulK697pNfvn8OUnTXT0qeUHe2gcAk5mdlZeRyFsb3USQt3omjzyZLX/+nfMrXnOPXX9VqrRrHdsf8Lohyq9/5GyKVq9uQDrsHczdxAV5axtPXkcls7zVH6m6+lt3ua6SrqsLA9K0cdnGOPLWNhITVd5mZYmkpIoUs1+TDUAcRRV277R0WUSm/bJjlaju8q6pbPx6vf+Bx7Jl3sIdkBo3Csig2yt2hWp55a2ejeb91bdNQmGRGtVEdmtetnkmjoZPgaYgb+Ojd8oqb3+fHZF5C3O++9WriRzcMf431SsPceStjR7y1sbJjyh8h7eUYyJvi2piVnZIzrjsLmndspkMG9jX2zPxqfYpM2bLLYNGyrfvPSEBXXZVyQvy1j4AmMzsrLyMRN7a6CaKvNWz0VUYulu47jrud0He+k288OMls7zVnMuaezm66OZMuklTaQvy1kYs0eTtqtURZwMvXT2pRQW/bqKTDKWoe6eNmyLy7/KIpKcHpGXzgPMmhF9FrzmffBEWR5an6JsYwZil6inrOcRC3pb12In0OeRt0b2l91HBFH8e/pRF3i75NyI/z8yb2qNmjYB065occ11hPYO8tc0uyFsbJz+i8B3eUvZU3mrTx374tQwa9rJ89dZw2blhPW/PxuPaV6/dIGdfNVBu7nOOnNStk3O0dZszPT5qfFevK4LCkYikJNMyD4+Qq+hOTfHx14VH55Ho1dIPhfdgajAo2fqL9L8SCkec1Vs8pCp+xIf1jjGgP3b4blfk3KDXIYmIBJPwWvTZlwXJtthVpF3b0hOPRCLO6+bJfs1OSwlKli4fLEdJlGuFDv0vJopE8p3uQR1F6iX2bbfTe4nSD+UYajH5aM4121+JHZOG/1fJ/IUi8xbkPIxt1lRkr3Z6/xHLI+TUlYjX7JRAQEL5d8iLIRpl/9zLQedhhF5ID9hP5NwzC+4nEMNDlqkf5s4LyIKFBdt17NHejJVYnm9Z66os1+yy8nE/p6NC05vxO7u8JMv/+ZKu2fVqVsBKm/KfVtzU4Lm8/WbSTOl7x3B5buitcuiBe8fNiZe2IStXr5erbhsqZ/U8Ss4/rVvux3WAVuaiN4v69LRW9djlmExWnus3Z0ndmnCq6P7VFaW1q6d58qOgos+tXMfXH0lR05muTqmansKNUAlQt2WGnB/MVdKSd+VHucaVTx/enhV2HiRWS6+4nJNeneq4CSGJ5LMYrXZTuVH6Maf3LBmZIalZLcnTPimvcsgOnQo3bs6SOglwzd6wKSLf/ljwXrRtK5F2rYOyfIXIhk1habhTQOrX88CGeTXw/6uXeycb4E1bs6R61dSEfDDzzxJNTZR3DOsDqn33Kv0cVxKtrdtDkhoMSHoiXbPz3Z+VdI6l/ft1/UOSlZ33UxedHZDOh8Sev3sUvQ7pjXjVUvTDnL8j8te8vOMkEIlIjxOS77rvcsoKRSQzMyQ1kv2aXdpBmy9eL/c6B9auwe/scqIs98dLumYj2MuHOCbyNisr2/nRFF1CoZAsW7lWHnjyNZk07Q9574X7pO3uzcrX2gr69Lx//pW+tw+X6y8/U07sdkgFtSI+D0vaBHu/8BqBnZWXkaRNsNFNpLQJtjPyJipe0ybo6qXf/wzL0n8jUrNmQPZoHZCGDRJP3Fh7LZnTJkTn+HN5dD446Mi40hbSJtiIJVLaBM1TOv6Lghto7bt3UJYtj8iqNTvuz9vsHiiT9LdR8ybKvXfSOU1TJVSvFqiQFDnenF3sak3ktAk/TY/IshV5l44HgyI9j88r5bZtE3l/fEj+nCuyaxORo7oEpdVupZsHSZuQd8ytWReR/oMKzh89jw/KKd29k7dlSZugaR2+/j4sW7ftmNPa7xmQ3Xfzrp2x+4aWrSbSJti4kTbBxsmPKHyHt5RjIm/PvOIemT33nyJbemzXA2X4oGsS9vXbkS+9LyNeel+qV6uae44P3XmlHH14R297JwFqR97aO4nJzM7Ky0jkrY0u8tbGKV7l7aSpYVm5Ou9D1SMPS96NPZJZ3upI/HtBWFatNVVfJQAAIABJREFUFievZvNmQWnUwDY+80chb23cEkne6hnN+C0ii5bskF91aou0bRWUqTMKpo448ZiUCs/PauuFnCi9dwpnpcvkaeHcxdS7Ng1Kx31LJ+1Kc8xEjE1keTv914gsXpp3rOpcp2M1ugweGhJdpesWzZJz34AUadTQPhaQt3lH9/ZMkWtuy7fsVkROPiHo/H+vSlnkrbZFBe78hfqmTc4GsjuXou+9Ohcv60Xe2ugib22c/IjCd3hLOSby9rn/+1hWrFpboKXNm+4sRxzaQfT/UpKTAPLW3q9MZnZWXkYib210kbc2TvEob/VFmA8nFFxJo69Q79HG/iPXRiA+opJd3saKMvLWRrK08nbNWpHpv4Zk6zaRqlVFOu5btpXRttYVHqWb+WzeIpKaGnFWov31d1j0NeP8peuhQUd6JErRe6fJU1JzN2Nz233gfkFp2jhxzsNr3oksb1euisikaXnlbYe9g7Jb8x39qyvI7xhc8Lp2yglB6VkKyYi8LTgSH3smJPqGh1tSghEZfEeaNGro3agtq7z1rkXxWTPy1tYvyFsbJz+i8B3eUo6JvPW2idQezwSQt/beYTKzs/IyEnlro4u8tXFC3to4eR2FvLURRt7aOJVG3oZCIp98EXI2WnKLptzt3q1iV7iuXS/y3aS8sks3oDzpuKCkeLegzga4FFEr1myXyT8VzNHcrnVA9miTQCdSinMuS2giy1s9X31TZNlyEd1nUN8saNYkr5hfvDQigx4pKG9PPj4gJ3e35zxF3hY+uiZ8GZb1G0WqposcfEBAmuzi7YMR5K3tW468tXFC3to4+RGF7/CWckzkre7cGY6EJSUYzE2NsGnzVvnlj3nSqkVjabJLGd/v8/bcqT0GBJC3dohMZnZWXkYib210kbc2TvEob7Xl+orxilV5V90ddXiK1K5lO69Ei0Le2noMeWvjVBp5W9iqQT1K+z2Dsnsp83HaWmePmv2XbvCTY5VV3B64n/dSxt46W+Sq9dtl0uQ00V3Xo4vm9G0ZtTJT/6Y/4OfOC0tGRk6KkVYtg1KlmI2tMzIisnqtSOOdA5Ji93+FNlx3Og+HAxWWkiLR5W1Jo0F7v+8t2QU21rrt2hRp29ouGpG3JZH25+/IWxtn5K2NE/LWxsmPKHyHt5RjIm8fG/22jH5tnLwx6h5pv0dLmTJjtvS+8aHclj8xuJ9060J+WG+7smJqR97auTOZ2Vl5GYm8tdFF3to4xau8Vc8xa07YERO6wU/L5iINyrDBlY1CxUchb219gLy1cVJR9O/K7bJ8WZqsWKnfHXFWeRb28ENXq33zQ8EVgQfvH5TGHq9es5xNVpbI5q0RqVMrILoJVKIVvXfavDFdZv6+Y2lz/boB6XJowZP5fnJYdAMmt1SvJtKta0qh5z36lZBMmZ4Tq+rvyotT5KD97RIwmuO0X8KydFlOXbo9xsEdg1K3TtnqKmv/JLu8VS5/zYvIs6+EZP0Gcfq09/kp0unA0nEujbxdviIi6zdGpHatxHvoUdZx5Mfn9P5k8s9ZsnR5QNJTA7Jb86Dsu1fp+tGPdsbDMZC3tl5A3to4+RGF7/CWckzk7ckXD5AG9evIC8P7O609r+9g+XXWPLm177nywYTvpUb1avLqU3d6eybUXiEEkLd27ExmdlZeRiJvbXSRtzZO8Spvba1Pnijkra0v/x97ZwEmx3Gt7dM9u2JmZkaLLcmyZFuSZYyd2GEmJ3ES3xsnceAGHaYbdG4Sh/EPmkUWs2TZYtYKVgwrhoXp/p+3SrXTwz07sKtVnzx5bO9UV1edgu7+6jvfCcBbf34ChntuTrmIGwnXb1AsMvO2UEKG5tJVjpw5GwENAe6mTro+kNJTp0U2bw/L+QuiQqVhtKZiqx455sqW7Y6Q6IjEYYAu+QSFzbsT7Tt63JWmTeJD6hnVK1dF5i2KB9GHDbalbwwDmgRZT/0mRlJCRH74jSJVfya2/6ArG7dG67U2bSoy/dYsqbyZNEJEbgTwNkOXJCzuF7z1AvJU1KGdJRPHXR9rOhd+ymcdm7Y6sqskTDiAFIc0aDu4v50Rgzqf7atLdQfgrb/RCMBbf34qRKkA78ivl7MGbwljGnbbe+Rj7329fOid90vZ2Qsy5YGPyUP3TpWvfPI9smLdFvngp74nK5//mbRs3jS/vQlqL7gHAvDWv8uDzcy/r/JZMgBv/Xk3AG/9+SkAb/35Kd+lAvDWn4fTgbd8AMHUBKhEt/VGNdh2cxZWSuOG0QBcIiAQH6F3u7vEkcoqS4pCrvTvY2cdhl8I31+6LPLykmgQs2ULS6ZNTgxSJZKIQHIApmm+zO+704WLIguXxYO3JGkkWaPXnpvjCP+PtUfeZcu4UZn1ZetOV/aUxNf1ugx0WHPhuwC89edFP+DtpUuuvLw0fkwnjbOlfbsbeGP05+K0pV6Y58jV8mjwNhmbPm1l9bxAAN76G+AAvPXnp0KU8vvMLkRb6uM9cgbePvb+N8gH336fLFm1UT7y2f+V737hw3L3HRNk595Sef37viC//9FnZezIgfXRhzd0nwLw1v/wB5uZf1/ls2QuwVs+2OFaXU/JX/z6NgBv/XnqRgVvSdJEApkGDTRbr7bND3hbdsaV/aWuXLniSts2tpDwKBcAJYzLsjOiQuQJ067Llgq8LT3iymubXKUtil/GjAxJ187xvanP+57pLVIIcxZWSMPi6JD7ZOBtujEnedjJU6707G5Jo4bpShfu9x27Hdm5J1pLlrvfPcOW4qL4dY0Uy+6S+PL5BCozeXeauyis9G69NmOaraRjvPbi/LD858X4fnzlCeZ8ZvvZjt2u7NwTDfTBRL7vzoB5W7iZ7P9OfsBbGN5rX40Hbwf3t2RAzEGA/zsHJY0HYMifv+hEMW87dbBkwpjMDk5uBI8G4K2/UQ7AW39+KkSpTJ7ZhWhPfbtH1uAtDnn7R78uZWfPK6btz373jKzbsENe/vsPpHOHNvLSgjXyqSd/Li/84ZvSu0eCr4D65tEbrD8BeOt/wIPNzL+v8lkyF+Atel1r1kcSQrVuacnNY20FZNUXC8BbfyN5I4K3gKAr1zkCgIuhBzjlZluK4hPC+3NiDkqlA28JuV68wolKetS1kyVjM2TZxTaVfeDYiQgINGq4LT26ZQb+5KD7vqtIBt5euSIyb3E8a3HmbbY0bqT7o3QKX3FUVnisdatr+16x79tfNwWPHHfkL/8Mi+vYcvGSqyQCKqtcuXVSSF43KzOA4bs/DcuO3fjWUtqq982yJZ9gZyZOBrgFwI21e2cmlofwJkDzXpPP/mTy7sQ637DZkTPnXDVvR42wpH0CrW8+9L/87bAgAWFscH+Rxx/NfBOrqETz2JHLV7z7gCU9umU2TzIZt0RlA+atPw/6AW/LK1yZsyB+XdwxJSTNmvm7T2ypsCOyc7cjsN055IOdX5/eGTPxCvrQq16pigJveYfu2L7uPjsz6V8uywbgrT9vBuCtPz8VolQmz+xCtKe+3SMn4O2yNZvkQ0/8oNo3b33wDvn8Y+9Q/w2wC/t2xbM/kQbE4dWSXblaIQ0bFIttxz8YKiurZP+hY9K5Q1tp1jSeNgMLpfTICWnUsKF0aNeqlnpQN28bgLf+xyXYzPz7Kp8lcwHeJmIrwT7MNNwyn/3Mtu4AvPXnwfoM3sKw3LTNUQxbmGtDB1rSqaMli5Y7cv5CNGutfx9LhgwsLFjhHaF04G0idhzXZwM6AfwA3p45q8PmAa9btxK5f1YoJ4xefzMws1LJwFtA2T//MyyXr2hgYdRwS9q2sWTYIFv69tbvTdt2ukoawGuwFMfeVHvjnlnv/ZUuL4d1G5YLl8Jy6FBIdu+L7vOkcZa87+3+QL4X5sHwjAGBAA6fKJLuXWsfqACUhgXH/DUG2DlpfOIxhWWOvq/XenW3ZOSw/M2BfL070eeX5jsCqMar//RpNe8DB1klB1wJh12ljdqmdeHHtj6At1t3uHL8hCuhIpFB/Szp2CH3fvQD3jK/Dx1xZf3GyFwfMcSW3j1r3p4lKx05ey7y3GzW1JLbbrHzqhftb8ernVL7S8MquWCjBrZaM4EcReJxCMBbf/MzAG/9+akQpfL1zC5E26+He+QEvKWjr23ZLYC4/Xp1k9smj5LGjRrIsZNl8rPfPiPDB/WWN95/W63541TZOZn6+sfkdz/8jIy7aVBUO+YuXiuf+PJT1X972+tnyBOPvkVC1+Kgd+87JI98+vty/OQZVWb08AHy0288Fuj3XvNYAN76n9bBZubfV/ksmQvwdjWsWw/bjvZaliX3Z8jIqkk/KypdefqPjmzY4qqXfkJC33BvzT86k7UhAG/9jU59Bm8B9I6fjAZpAXVWro1nJNU2iFdT8DYboBVAeM7L6JxG5grJjt779lCdCo33zuRE4C2Z2z/5pUrFrDUGRAHrdvrUkLRprf+6fI0jp8ui5wPl7i+wtqe/lVnzUiX7Hdm83RXm1IZNlpw8HV0XfX76R/7ICOiqPjs7ntH83reGZPKE3O/bNek1bNWSA5oR2LqlyKD+qQGlU2UiB0p1wrL2bUT69615PwA7S/a7CkCFdQebO9YyeXfi8GHvPkcOHhIJO65KqNarh6X6Vd/tegdvV6xxZOXayP6CdMs732RLhxyzMf2Ct8wX5uflK5ZKYpdNUr5keswcenD4cSPa5auaedskRlf8RvRFqj4H4K2/GRGAt/78VIhSmTyzC9Ge+naPnIG3iRxz8dKVhEzWQjnxanmFfPTzP5KNW/fK5StX48Dbo8dPy/Q3PS4ff98b5OH7psnWnfsUg/ibn/uA3D9zsjiOK/e+8zPSr3dX+dzH3y7nL1yW//riTxSA+7Un3leobtTp+wTgrf/hCTYz/77KZ8lcgLdklibDtNeaNrFk+tSaf8T67fOPfxmWTdui7/3mBwFZcnvvALz1NyL1Abw9eEhnS4eJBnN0zEhbmM+JQKcBfW0F6J47f30xbwEdAR+9loph6Gf0X93kyIIl8bqZj33IlgbFdfODPBF4+/xcR555KR5gvGWCLe95a0S387VNjhw8HN1f2GN33JrbvSfW9ydPawYcjNgmTSwZfY0V7GeMalLGzBXA27XrLTl3PqYW15Vf/9ifRs5zs8PybILEWB95b0itsxvZKipcgY0I4GoMFnes5qzfdycA4PmLw7LvgMjFi7rGRo1EenYTuW2KLc2b1c01mas5cL2Dt9/7aTjqAAm/oIF666Tcjlsm4G2uxobojKWr4vfYoQNt6dcnt/3LVZvzXU8A3vrz8PUA3nLwe/qMSHGRSMsW/vqV61IBeJtrj9a8Pr/P7Jrf4ca+Mifg7fPzVsq/Xloqn/rwm2XowF5y8PBx+dw3n1Zs3G6d2yumav/e3QruaeQOjp0ok7PnL8pDH/hSHHj7m7+9JD///XOy5sWfV8spfOYbv1TXwNLduG2vvPUjT8ozv/1adfv/M3uZ/M+3fy3r5/5SGjX09/Je8I4X8IYBeOvf2cFm5t9X+SyZC/AWptKSFWHhZcFYofS63v9YZVwa+H69RT7zmL8wXr++DcBbf5663sFb9EtXrYsGNU22+UTgbf++lnTuYMnKda5UVekFQPlb0LwtbH6eqAFKx7ylMNq0m7a6cvWqK127WDJyaHY6vcinLFrmyMVLkY/vzh1FHn4gJHX19SAReEvm7/+8GA8sPHh3SO69MwIwnjknsmxVNMCS732vokJLGHhZwaGQyN3ToxOJ+Vut/kstX+vIoSNVcrDUjkvoNbi/LZ/8qL/JXnZO5NNfrFSJLY2RKO/TH8vtfu2/Z3WnZCL5oVDIkntnRoPaft+d9u5zZfN2R3bvje5j754iJJob1L9+g2TXO3j73Z/E70FjRlpye44PhwBvjx615MQpS1DSQ76kW5f8zg32r7kLw4qtbgxm8aw7QlKLioK1uhkE4K0/99cF8JYD1AOlonS9OfRmLzXJXnkvWLU2XB2B1KqFyC0TQwVP5ByAt/7mUyFK+X1mF6It9fEeOQFvTcKy53//TSU38Okn/09eXLBabr15pCxdvVFunzxKfvL1x2rNf2fOXZBbXvexOPD2yf/9g9Lj/dNPP1/dtl/9+QX56zMLZOE//leMpMKr836l9HKxVzfvlnd87Osy96/fVcD0jW4BeOt/BgSbmX9f5bNkLsBb2nflqg4dxciS26plfl/+jU8+8F9VUUAAf0dv9ImP+wMT/Po2AG/9eep6B2+TacGSKR22ozehDx4hMRl6jrB0CZ8uCrm1ou8YOzpe8PZ0mcj+Uket0XZtLAEsMx8a/kbVXyl0f9H/JWFRRbkrjRsTXmvJnbfXXUalF7wlTH5PiZbG+PuzJHOL9JsQ4R9+vViFC3uNjzeY2liXTra0aO7PVzUttafEla0742U6kO9IlIiqpveJvY4ebtpeLg2LGsjy1Y5K1OaKK4P62fLh94YExrFfKz0s8tqmsFy+aknjRm5WOst+73k9lGNcGd9Yi9WhTvTuxFxFf5ekZI2vparYtceRbbvcOPC2Vw/AW0sGD6i76zIX43W9g7d/+7fWV/faXdNtNXa5tK27q2THTp5dkXphwecbwD173pVNW1yVTI/9Y+QwSz2fblQLwFt/I1/b4C3zloSMXuvc0ZLxo/V+umh5WCC0eG1gv8IflgXgrb/5VIhSAd6RXy/nBLwdd9eH5C0P3C6feOSNcvlKuYy76xEF3P78W/+dEADNb5fia08G3qJ1e/HSZfnldz9ZfdEf/jFXvv2zv8rWxb+Tvz+3SL7yg9+rfze2ded+eeMjX5Z/Pf1VGdSvh5y76DlGLXTH6sD9eM1CE8r7ElQHmlUnm1AZdqXY87JYJxt5AzSKcWC+Xq+vzL/+oyXbdka3/sF7Xbnl5viP4EyG0w7ZSirGGAczSH+j5RtYcg+QlRoX1dUw+XRjB3iyd1/8GM+8XV+5e68rp0+LNGpsSfdugKHpaqyd35m7zN7Lly1ZuSa6DSRZGzksMrfPnLXkyFGYwyKtW4v0yCIw6NgJkS1b0ey0pEkTkZFDLWnRIru1mE8PEpFEeDk74NKVIjBbMdgz+0pE+ETr0I7kTa707lX7a//oMZFNW+M9MvlmkWZNk3uqKGRLFR3NwgC6i4vSA36sDwAZgMSuXbK44Q12aekhkuBFd7ppU55l0fMudhzKzljyymscNuhybdqIjBslitW4eKkrh46KlF/V40YYb48erowbZUmbNnV3XeZi6JnvIdvOy0FVLtqXrg4Ok+YtsIQ1zzN11AiRm8dHxqyyQlQis2y0Z2nDomWukmDxvtu0bSMydlS6Ftbe7zCEve9ntdeS3N0ZTWoGOvgsSu1T3OS4rhQlSLieu9FIXtOeEkuIaoi1O+/Qf5m7IP7abt1Ehg4sROsi96CFfLcE39mF9Xuiu6XDO1o2CyLXsxmlrMHbcNiREXe8Vz796FvkXQ/fqaQSYOJ++ZPvlofvnSYk/HrgPf+j2K2jhvXPpq01vjYZePv1H/1RduwplT/+5HPVdf/yT8/L355deI15u04+8eWfyWvzfiUNqpm3u+QdH/uGzP/b96RLp3bCidiNbAC3VyqqpFljf8k7bmRfnb9UKS2aBn6q7TmgxqFJMehF1paDKjJuA4DTb//iyMatIrblyoxpltyXh0Rpl66GpVGxLYSxBhbvAfQaV693peyMBm/bt7Vlwhi57vwF4EHoP/PKWI9ulowYmvm4Xy0XxSxCiqFRY5ERQyyVRboQVlHpqA+cAwdDsntv/HPZhP+fI/R/dfTvfXpbMmRAYdpZCF+kugfP7KuVjpw4YcvW7fEfZLdOyj+bFsAY+QpkLBo1smT4EEs6pghkQhf1gofZgy5zumRfjCa9O3VaZNM2Ry5fZo1aMmyITj7kx/w8s7ftEinZF5lPftrm5971ocyx466UndVAXJdOVkItxPUbXDl6XM9DmOtjb4ovRxRIS8+707zFrmK6e41xJfETuosbNnMg5arogG5dLRkzUgSmWH035AAaNyyqUbgyY7B5uz7M6dxBFCu0qJaUPWBVe8+My8pE1r4WeUb16mnJsEE1H88XF1RJVYUlIQ8Y1raNJRPH1bzO+j638tG/qxVhNdC8Z9aGXS9HORzKVFQ40qRx7SzInbtd2Z0gQsK8Uy1ejnRU9Aj272PLwAJDPuwbFy9XSvPgO7s2llPUPdO9OzXwcShe652oww3IGrylb3e//QklIfDjr31cvvWTv8g/Xlgs//71kzKwb3dZsmqjfOSz/1vNVK0NXyQDb3/3/+bIz373jKx+4Skl94B98qs/l7Iz5+U3//uEbN5eIm/+8Fer+8Lvf39+sXzl+78Tr5RCbfSprtwzkE3wPxJBGIF/X+WzZK5kE/LZxrpQdyCbkHoUkBQ4dMQVWGEweGBz9+tty9AsPipra9wJhT9QCthhKTZjzxpmv168wolLZDZ1kl0QSREjm3DwoC279iYPxd6204n7EOGT/f67cis7Ultjme6+Rjbh5Iki2bojHuSeNtlWGsb5NBL3kMDHa1Mm2tKmVeL7QqAFkOeAoUED1pnli30HYDt/SbSOpt8Ea8ygsnPl0rZlw6SuoD0vzo/X6bxpmF3jNZRPv2dbNx/HlZWuFBenlyHZX+rKxi2R+cUeieQK4HasMb4ArbBkE5n33Yk2PDcn3uckUhycowMY2hIOixTX8KydZI70n0Rs6D8SQpwtW9TP2NVUNuHUaVdWrI3eC9q1tWTy+NoB1WL7OnsB4FX0nj5+lC2dO9Vsn9q8o0p27YmWTaiva9bPvKmtMoFsgj/P17ZsQqJkex3bW4LePYZM1cp1JLzVa7RFc0tumWCp50QhLZBNKKS3U98rwDvyOxY5AW//+M958q2f/qW6pZPHDauWIvj8t56WZ+YsV0nBmjW9JkyV3z5V10544MnT5wTw9vXv+4L84MsfkVHDBkib1s2lKBSSoyfKZPobPyEffe+D8pbX3SGbd5TIh574gXzrcx+U+2ZOUhvRve/8jPTu0Vm++N/vUhILH/nsD2X8qMHy5KffW6Be1O3bBOCt//EJNjP/vspnyQC89efdALxN7afn5+iEdV7wFmDi1ok3BggY651kQBZ6s4P65x8EMOBt+ZUiWbY6GtzxfmgAWO5JEAKIzubxk1pHE85mn152vUwkY8DbJg2LVQIdQCpjTRqLzJiW3/kLMPb83HjwLR8aeTv3uEJSrFibPtVW2sSpzA94i84fen+xVqg5728nz00pwEjY0rxXA0SOHx1KyZZ+cT5gezTgBug+dJDeC5gHe/fBlreEeUfSqGQW++70wrzoect1QwbaSvs9W9uwxVEHWVijhiLjx4SkdUv/tV69KvLykrCSJjFG9MHEcfnfA2sK3m7f5SQ88Lp/VqjWJRiqwiIvzsvtGoOhfLDUkoOHiF4S6d/Xlt49sp87/mdJUBIPBOCtv3lQ2+AtrUQXf8cuVy5ectVeTQJI74FUZaXIwUOONGxoSdfO6Q/3/PU8s1IBeJuZv/JZOsA78uldkZyAt0gn/P4fc2T+0vVKB/a9b75LunfpoMDRtz36pEwcM1S+/pn357cnCWq/fOWqoMcba4YVzN9nL1yj2LbG3vHQTPnkh9+kwF1sV8kh+dAT35fjJ8+o/x530yD54Vc+Kq1aNit4f+riDQPw1v+oBJuZf1/ls2QA3vrzbn0Hb3nZBKhr0cJSH+mZ2rJVjpSdjWbe8lI7ekT+P9IzbWshygNWvJAQlCsseNu0UZH60ACkhXlJ2PTwwch/aC8QHrz21fjkG4TNbtke+XvDBpZMu8Wu0dwohL9reg9vwrKz50QlAztd5qqkiwBrfiUFanr/ZMzJfACeJLDavjuehT3zNlvp06YyP+AtACRAojfRG3UC1HnlQgDIOTDgn40bifTumZxhXFamE9+l0vOtqe9TXQfoSJI/+gRzypu86fx5VxbFJKwhrP2eGaHqdRVb97Oz4wG33j1sJcfCR/aSFdFJbrgfSaMSWey7U+wabtVSH5rFyrPvPwj71VVSNn16wgRL7bnSI668ujF6b2jSxJIZU/3v6RwWcGgQa/fOTO6rXI1nTcHbZEkrYxPH5aqdmdSTbL8YNsiWvr1rBrgC3hIp06hBfg+qMunnjVg2AG/9jXpdAG/9tbR2SwXgbe3633v3AO/I71jkBLzNbxPzX3tVOCxHjp2W9m1bSeNGiUWUAaIbN2wQgLYxwxGAt+nnJx9sa9a7cupspbRvXSzjR19/upjpe3n9lAjAW39jVZ/BW5hVMKyM9emlAb5MjFCxFWvCSveckGASlk2ZGFJhsjeqrVwblpOnI72H1TR9WkgBVvk2w7wFvE1nBw+7snW7IwD4gLsjh9ny4tyw0kj1Wj7YoOnalu/fveBtvu+VrH7Ac6NzShmS5gGStWklMuYmW8ki5MJYo7B8YYUzB5s1EyXNgERDOvMD3lLHiZMiq9dHANzY8H0iuBavcOXCxcjs8jLBTTtOnnJl1Ssk4dJ/yWXY+pWrIucvuKrviQDMq+WuLFym14Mxbz+SMZgnjw9Ju7aJPbnuNUeOHIteUSOH2tKrhyUlB1zZvC2eEX3X9FBCtnuiD0EkCZCtYVwTsXbXb3Dk0NHI/Zlft0+xU+rBJgNeM2GgXo/g7YWLmkHuPYTo1tlSa7Eu2O4SR7btjIwlsi5oc9c0f1MA3taFUQ2Yt35HIQBv/XkqAG/9+akQpQLwNr9erjF4u3HbXikuCsmQAb1StrDs7AV5dfMumXrzSClOJmiV3z4GtefRAwF4m965f/hbWIXjmozJZD5/xxvrxktx+tbXvxIBeOtvTOsreFtZJfJSAp1K9BjbtM4MNLpyRWTXvioF3g7sG5KGN3gCVT7+YXGdOeeqUGiYdi0LBGZnAt7GroBk7C5vmLe/VVP7pQAJN25x5fQZxgBgOjppXDLwFuAOGYAWzWuu9em39/gbQJB5MmeBI4ePRq6a5lBmAAAgAElEQVRkBX7msVCNWXWmprPnXFm60hES8qHZx7qH3XvbLREWdqr2+gVvqUMlSrmkgcSioug9pOSAI5u3xTMxZ90RvV8k0vUcMcROytL162uvDADXjBpuCwkJvbZjjys7E8hLGObl4aOuvLIhHmydycFMYy2B8H+/DctrW7SswvDBlnzwXSHZQPLCk7rvfXvZMmywvm8ygPP2KSFp7glqq6gUuXDBlUq3Qjq19R8ewYE5jGhjJNNhPkwaZ8uoFJERO/c4av+KtUwYqIDki5ZH+wpm8NRJ+Wd51pR5S39ZIwcOuXLliitEIQzom9mz0O98rGm5k6ddFSHAISnM9ViWdSb1BuBtJt7KX9mAeevPtwF4689PAXjrz0+FKBWAt/n1co3B20c/90Np06pFWu3Xta/tkPf897dk+bM/kdYtm+e3N0HtBfdAAN6mdjkfqM/N1i/yBrzl39/6kK10gQIrvAcC8Nafz+sSeAs4cumyKFZWgywBUj4Al6+JByLQZQXcydQuXa0S27KkccP8f5xn2rb6Wh4wCbYYmmuEzpJvNBvwFj/BPPSyI/nbqOGW9Oh2fR20zV+CXEQ0AIWOLWC6eQ5dLg9LS09GZpivyCcYI5N7397Z9ZsPqUuXNOM1UdZ6mJOsto99FrqnpUA/Y7PusOXh+2u2njRLlHwHur72HmYoTL1BA2wlXwBImOoZnAl4m2qdJWOtAiIjT4DlS0oiUSIq7hcbwu9H83TZakfKzkTGqEsnS8aN0nPkL/9y1Prx2tiRlnzoPYnHkHqoz2uA3ndPt6tBue27XNm1V5dhvt4yrjilLq63LuRwAFCRSnl1o1vNwOWQbexNlnzo3YnbxbyAgcqzxphhC2eyl544BbPYlUuXXOnc2ZKRQ+ysn1t+7p8NeOun/vpSJgBv68ZIBuCtv3EIwFt/fgrAW39+KkSpALzNr5ezAm8BZnt265iyhRcuXpZDR08G4G1+x7HWag/A29Suf+U1RxYt1x88XvD2gbtt6V/HmA21NokKfOMAvPXn8LoC3qIru3a9ZtBhsSHHx0+4wof+las6kQK6nalYObC5Zr8cr8cIK6t9uwC89Tc7aq/U5u2OlOyPgEjNm1kybbIt5ZUkkHPFj2xCotYDBhPqbQBcNDKHD8kOwCy0lwCLXl6a+mCC59CR42E5fDikNJ9h2RHeDtCFDyoq9AHJ6+8JSZMmkR6ohCW7XaUjzDobMsiKClsGgDTrDgmA1evd6uzTJAMaMVT7khD+VevC6l5aMza+vX17WfLEx4uS6qkm8+vWHa7878+rVEMMGAxYB9BI+w6UivTqEbm6T09bhg9JvOZzBd4yn2KBTaQL7rojWqMVvWhvkitayV6WjYREMoYr+rAkVzSWSAcaxvy0ydEgJ0nLrl51hTXnBb4/+2SVkkvxAvB49ekfJReZVQnQtjhKqoSIhbE32UoqAoMlu2RlZF4A3jZpGJK7Z4QkVQAfzPHV6x3FHt13QJQ/t3kOJQBvscc/EpLBAxKPu0qkth99YlfatbGq21TotVyT+wXgrT+vBeCtPz/lu1Rtg7fsV45jZfycybdfYusPwFt/Hg/AW39+KkSpALzNr5ezAm8Xr9wgbVqlZtNeLa8UEocFzNv8DmRt1R6At6k9T7KMnz0NUGRVg7eW5crHHymql5nMa2seZnLfALz15626At6SudvLhKL1AEEAQjCcnpsdljNn9Yd4o0Yi40ZbcvOY1KBbLBvOyyLz551IqUIyb9dvdJTOI0aCKZhv3oy/mbb9eiufjKE4ZKAl3bq6WYG3xheAN2A82YTlpvMrACnh1Wg3pkuilK4u7+9Xy0XmLow/mMA//fvoNXHhYlhmLwxLw2INzJWdEbkIizkEMBsBtIYOEgWWYYkYnJ07WjJ+tK1+e2WjK+XlrhQXWSqMHrYjfkRjtnNH7csJY2w1Z2P1bl+GKXwlupfoT7/urswlA77947DsLokA+3ycw/qF0UlYODInXTpH3+u+O0MJ15ABb4usBgr4bdUy84MdcyfAURJhVYVFafuOGYFES3Q7jp1wZc36CGDZGm3em1MfRAEywrIGeCeUPDYJG4D76lfiwfF7Zthx8g5797myZYcuS19hzjZt6q/PX/hmVZy+rW0DwAM+p96LYbuaZILGI7H7swFvJ08ISbs2yVfE4hWOnDuvx7+8XFR29AOH9X8b4JZ/f90sW+6bdX0dzPjZB+oLeMvYXbgkSnInH2p7AXjrZzblv0xtgrf/eM6ReQsjh0ePPRKqc1IhZgQC8NbfXAzAW39+KkSpALzNr5ezAm8D2YT8Ds71UHsA3qYfpY1bHPnPS44KoWvW1JIH7yHjcv37cEjvibpR4kYFb0sPu3Lpsp6D3kziyUalroC3ibKWA0QBSK1a58rymPBbwrQ/+oH0IdeAZ8dOiLRtLYp9WFMrFHibiEXXs7slNw27cfYSEk+9mECvGLmLnj1yA97WdB74vc4bDs415iDC7/Xpyq1Y48ipsgiA2aihyPSpkUz3W3eGlURCw2I9bwB8S/ZpAM0LWPfoLjJjqtaBjm2zaQPh94yHUTwgeRcgqQbL9D9btXSlQ3tLSZIgTcJhi1fUAfB33QZXJcsCYOvWWWTUCCuhNmu6vn/ua2F1oBNlrquAOgAhgPLYw467pttKRzPWSOI1f0mlOGG9lzRtYsmk8Xa1/IS3PJqqJOCCfYq+KbITmepnq7G4KlJ6BN1YEZKtIf1AfYDZXqYsZWNBcNirjHOsRMXaV105ejwC4GbL5k00BiRk++Pfq6J+GthPhARkmSaCpBKY2yvXxTNvYSunks2JfVZwMIFEjhe4pf5H3mVXSz6km1PX0+/1Abzdst1RzGdjY0bavt5XMhmnALzNxFv5K1tb4C0HaU/9NvpQi+ff/32vKK+HtjX1ZADe+vNcAN7681MhSgXgbX69XGPwdsW6LdKguEjG3TQoZQtPnDorS1dvlPtmTpKGCBYGVq88EIC3qYeT0Lt5i1ypqHSVbhuhfywDkpXkk9lVryZZjjtzI4K3q9Y5UaBGomznsW6uK+AtiWdgZ3nN6NMuWOooll+sfepjqcFbdG/Xb9LJWQA7+ECEFVgTiwVvAbpg/8H6a9vakrGjbAFAy9ZiQTnqO3FKpEM7XTP/HD86AtJle7+6ev3chY4ArHlt4jhbmjd3csK8zVW/ASOZAw0aROZVbDi4uVc6UCqTNvEBs3uvlhHhWdOnV/T8iwVvqbtkv1wDT/WdWrSA2U3YvqWYk8nAW0Ld//TPsJw9C6PUFdfR7E8iTvgnzzjbdqVfH0tM8i0vO9L06+w5zbIzz8SmTUTuuDXzZ+Tv/+bEaalyyPOJD4cUoM0aAhgFYCakHv+87aHEa2bjNke276qK0rLu2tlWmqmxNn9xOIo9DEA86/ZQjVnV8xaFlbyEMepjjhhgFlbz83MjmyJ9oj/DBiXW7Wa/O31GlHxEs6aZzCb/ZX/+myo5ekLPeQ7DiIwg6dXgAZkfLlVVufLSy1qioWFDrXk7YlCRkpFIZcjhIIvjtdWvoH8c+cug/iKffLTIV8c48NywmX1F1KHnmJFWVgxsXzfNolChwFvm3+4SR8JhIgdctUfk4n2WJIuxh7G4I1ajOQsXqUsD8DZbD+bm+toCb5+b4wj/j7WvPhGSLnUwF0kA3vqbbwF4689PhSgVgLf59XKNwdv8Niuo/XrxQADeph6pA6WukO0ZM+At/w7Y0KEG+prXy7yoy+280cBb2EfLVseHUt8+xVbahcmsroC3R47CzIu8aAPsTJ2stQ/Xb4jXk2zR3JVH3p384xyg46X5hDBHA4Amc3qmc9cL3pYeduTVTdH1ops4eULmAEZsO7ySCfxG0p/zF6woDU8Y1QDR9dno9+IVYTlyTKRRQ0tI/ETSsmwTluXKZ4BoK9c4glYzRmKsSeNDCsBPls0emY+ONTw88LYb5uaefa6cQ5KhuciAfrBKo3t26Kij2a+OrSQOANpYUydPoxVqKWYpf8dg3hLmb4BPb03IJsxf6krJvuiPYOY7DNfKCp2Iq2lTETRsH35dSAFxp8pEVq4FRNX+KQqJ3DzWVix42PDNmwMYWzU68EAW4Ue/DCsfYOiyfvR9ES3rkgOuvDjPUQxXgNDOnZB1sOTWibZaT4xd+7YadEZz9eiJaPA2ZFty753R6+vseVeWrIgHAoYMtKVXD0sATps0tqSFz3y9ANlLVsbv117GbCXg5nx9z3PnRY6f0CPTto3IjGm278ReuZrz1INuMprRxoiAQDM30wSTHBR8/6lI/9u1ceX973GkX/f0J2Cx0hMcINw6yVLPCYDBNq0sueVmf/sjYPfymOcm9c28zd/1ufSt37oKBd6yNjiIMsYhpV+/pupLMo1m5EMyZbKjqcy6CIVcxdz1Hs4G4K3fGZXfcrUF3j4/x5FnE4C3P3gyVJ1EMr89z6z2ALz1568AvPXnp0KUCsDb/Ho5AG99+LcqHJa9+49ElezepYM0aZz+ZdJH9dd1kQC8TT186FPyoUr4Ix/UrVrYKvv17VNC6kMrsMJ74EYDb71ahl5vo1cJcJHM6gp4S/sAKAj9JSM5iaRM6DPhyiQ8On7CkaoqS7H3pk22pN81fc9EfYN1t3RVPDgyuL8tA/plzr71grdbdzjVwJH33q+7K72MQ7qVEAugHTmqGZJeJh2tvz8H90rXltr8fc4CR/75fAQk6tdb5DOPFdUZ8HbrTlf2lESDeUZTmecAz4NYm3lbSAC7sjHYcAuWOXLihKuS+6H/DGDBIY0xGLHzFjty7oIjF85bUl5uSaeOIm98XUgOH3MFiR9jyHEgy4EdPOTKvoMcFoiEbJ0YEF3UL38nOlSesi2aW9KlowZ8qyoBSC3p31czF++4VbcFjVtYjYCkvbqTIC3zdZfKV7BW8QegtNfYRwD+vcnVYPXz34bVCtiNtureA67s3FMZxbzlwJWDV6+ReG3hsvj9hOSHhP8bS3SIAzt730F8bkmv7pYCOgGwFy2PnyOGuWzqW7AUrW9RSeToA4dZHGIw7jOmhRLKO2Q7v/YdcJVub/cuVlQyO1Nv9T4dsqR3T4CzzMaVcfjgJ6qqZThMvbOmO/LQvQ18NZ85euSYo+7NsyJWT9dXJYJfHUF7N9buusPO+Xz126Z05QoB3vLcWbchfr5ziMbaz8aSaTTfPT0zFjus4G07o8eOAyIijrAAvM1mlHJ3bW2BtyTqRGKn0vP4QublUx/1x8jPnQf81RSAt/78FIC3/vxUiFIBeJtfLwfgrQ//njx9Vqa94b9kyoTh1aU/8cibZECfbj6urt9FAvA29fjC5Hnq12HF9CHLd3GRrT7SP/I+Eg1l96Jbv2dW/np3o4G3ABmE4cZ9hE7XEh7JrC6Bt6lmAzq+pYc1ANOqhQaLUhnAEWHOly5bKiwXliCsuFHDbenRLfM16QVvE4WXs87vi2Hr1XR2w3Yi+RFgDx+6JjmPqa9RI0vurMPMsJr221yH5u2HPxUP7jx4jyW33yq1Jptw8BCApKNkMnaVkOArGnzzguqvvObK4WOR3/v2smXY4MznXawvDxxyFKv00qVIXc2bu/LGB0KKcYgBSG3f5Uhl2K3WvOXvJmkXICDJAZs2IQmWpdYUrH2jY0tZwwDdtceVb/8kHrzt2c2S1i1Fys7qkGrqhLFIXePH2HLLhJoDatnOn1hmJvWdPKX1fr0JxNq1tZQW8fzF5RKy9Qc94O7k8XZc2DxzkuQ3SLCQgK6oyBX0Z0lKFwv9efWNARmXrQorMBSD1Tt5giUkKlu0PKyAcmMwlokM8Or1cnD127+E5fARDYIDjgPEt2ur5RMAcnNl6AVz4OVNLDdxLPq/lsDkzhYoNe3kcOOzT8Y/q6ZNceTtb/AH3uaqz7v2slbiwVuzVniuvrZJH8zzDBk51FZM79q0QoC3yQ6D0YOGtZ6tkbSPdWrMSCRlUu+L8yLrylzHgdPoEfrgJQBvM/Fm/srWFnhLj3iPQk7s4mVL2rRCmqPuMuoD8NbfHAzAW39+KkSpALzNr5cD8NaHfwFvX/++L8iyZ37io/SNVSQAb1OPN4wlQgnLzlhy/mJYWjTTWaZvnRRSDNzACu+BGw28xcOw3F7dpAEjkreg3ZfuQ/N6AW9rMoP++u+wHDocuZJkQO9/R83YsV7wFuALFh6sP2PDh9iKAZZrI8x7+RqtrWts3Chb6VrWVyM0+4vfigd37p9ly4zbaidh2bJVEYkE/I7uq2VHgz6wVKdOinwcIh1AOD1MMBJS+TXF1DygNTi7d7WjmKVbtrsy++V4xuZbH4qASsnA25HDOMjQrFnm7sVLrpJUQT9009b4Ou+fFVLlHvlEZRxAySEIhyGELJdXuCpRmGHkde3iyoC+6MbGfygfOurKpi2OYkPBWh09HBZp9FyGlcocSAYWIjlw7IRmsmrdabSgLbl5rK4HIPmll7mHK+fO6QMfmLPdu2oA1xh7JEnOTpaVy8ULDeTYcYBZAHpL1U/fO3e0ZVB/SyXWgtG8pwStYbKXa9mIsSMtBaR6zSRt428AfwcPR88T+j1pnK38vnO3I2fOIX+hZSSaNtUA+P6DjmJWV1RYsm2now6uvNavj5YriE1w5neOJSrHffCn12ij9/APgJ45DtBcE6NvzM/vPxU/36ZPc+TNDxQWvGWusJd7AWuv5vHi5WE55wHY6fMtE2o3oqoQ4C2HEnMWRpIU0m8OFe6ZEX24UJM5YK5Bo5jnW8f2JADM/HmGHrT3GUy9JvqBfw/A22xGJ3fX1iZ4m7te5L+mALz15+MAvPXnp0KUCsDb/Ho5AG99+Ncwbx97/xukdavmcvvk0dK2dQsfV9bvIrxsE/JXdq5K+vYoVoyRwKI94AXNvJq3MHhg9wRWeA/ciOAtXma98uFFaK6f5CL1FbwF+JizQLMJ+UC3LFcBHRPHFakkTZlabMIyLxMYwCcRmMpYoGF7+ChQD+HOtkoOlanBzjt8VCdhYj+53nS02R/xV7u2trTzISMDePnhT5GRKNpXD95ty+1TCw/ecjj32uZosIk1Rui6AQ9oKay0bPd7ANWlKzW4aWzSuJC0v5awDj1dtPxcN+IbAEnAW6P3CPhJuL2XeXvqtGZrYoePiAKezZwFeE0Exs26HZDOUmHl37nGvrWE5HyWdOmk+04SNIBR2LfFRZpt26eX3ntiZUQAs1esiQblW7dErzQC8sayZtEQRvvaJANEoog1xRxZuEwDnICwGEDqh96j0dn9B115ZnZYKisspbcbKtJgcZPG0RIHkybYUnauXA4fbqAAc/py9BgsYpHu14Ku0NhFH5gxJ5GeqUHf15XbbiFBWGQ8vNIHiRK34SOSMyUy1jjsVwBq7HSZTg7GGBFFYGzCmGi/ZbqnJCq/aSuyGdHzfO8+9q3o0v37WILWb6bGPoyO6oWLrgK1S5mH18auQbErkya60rxxSFq1sGTUCPSDM98rM20T5ZlL6CSTeBbtZ6QtsNiEcabugf00oF9bVgjwlr4Brq7fEFZrjPUAozXb/S2XPtu8zVHj5rXRI20l94EF4G0uvV3zugLw1p/vAvDWn58C8NafnwpRKgBv8+vlALz14d9Ll6/KP15YLC2aNZFN20pkwfL1MvvP35FmTRvLhcsxqW191FcfivAhsWotOq76RZaQv0EDJCp5Tn3oZ7Z9UB9cK0X4yKtyHCmyCTV0ZcoknRQlsMJ7oLwyLA2KMs9kXviWFvaOtm2L46GrIPPBuq5v8h5nz1pCBvJYg7HG/zO1qrAjAFeZ6Dtu2S5RzF/uOXiASM8emd49N+VPnBTZtsOVqxWi2KDDBgO65abuZLWsfkXk7NnIr316iwzom/6ecxe4MmdBBCDq2cOVj39QA1n8ryiUOXiU6q4AS7AbWRrdukazDWEj7i2J38gn3+zKiZOaKck1BmBM37vkJXbsAniM/h1N1ymT9N8Ad19ebMnp065cvWpL4yautGplydCBrjRu5Er3bvqZc+KUq8b6ylVLkO2/dMUSXHalXOTIYd0XfIpMAKH5/NPbfsDdmbdFP79gYaK5Sv3l5VrGBGbonhJLSg+50kglRtP1cP2dt0f7bHeJyN6S+L7PvF2z+rAFS1yprIy+zjtnmBcA1zBg9+zT1xgAkH//9pdcadBQZPtOkQOlkXshe4A2bfNmtgKlGLTRN4mMHS1ytTwsy1ZoMBWQ+9w5ff8OHRzFTD5+kvWik3Vt2hppm7lvv95uNcDZurXIhDGR+6LJebA0uj8kUBs5LPEcQJpj2w5R/cPwecNiS/r05gBEA8gA7Q/co5nJ2VrpIRLsaY1b29KMbK+VHrKke7fofbRHN1eG1OAQak8JzOVImwHqL160pEvna+vN1u9OGHN56i3Z9y8b/6ikl/M0iHnpokhRsSXt2rkyYqgrANi1ZYA8RSFLjdeNbjt2uXLgkN6/BvRhrnrWPM9si33v+vFT7PtZfRhf3p04iGXOBpbcA45DMk0OQXP7blPffK4IKlVhaVhcsyi6+uaP2uwP39mpxqF5kzx/YNRm5wtw7wC8rYGTH3zv/8gX/vudMnr4ACmvjA/xqkGV190l+/a7sm2XDkvkAWweKnfNsOU6eh8qiN/RRttb4srx02Hp2C6kM2lnmZymIA2vhzcBiDl6Miwd22aWAKMeuiKuS7wWenezK+VhaVBsX1cfOH7GiTkwZwGgQzTwQMb55ikywsPCunDJlRbN0LWM3IlnAN/KDTJ4sUabNNY6tLdk3KjCf8TA5FuxJro9aKROHJ+/tsC4hc0Xa3feYSs2ZDrbV+rK9u2utGhBlnPdToALnkcNi3P3gUM4/Mo1OgEYxp0mjrerQ9KRPog9CGAu3DXdzvnh3LrXAITjfXaPR6uvZD86nbqthHszZ2F/Y+iToqkaKnKlotJRibgAzUxSprIzms2JdenkqjB902dzV61b65/hXXbWVYe8XhvYV6Rf3+gxQj83Niyfa+6eEfFjojUDE3LoNb1g8/vOPQCckXsaIPWLn7KkYwdL1r3qKgDbaxcv6r3PDYs0bwFYqUEfPpgPlVrqb4CjRvsX6SPAaPzFP48eQ5YmUqO556w7ROkZN2+mmfFeQ2Jh+SqRFi01qA1DF9ZssneDzVtFfvH76HDwpo0tBd5ryQdLRo9EziH7dQsYjZ8Abi21T1pytTwylwDqMS8LnP+GdVoTrd2duwHc4/dEgFDmBXusd13PmEbSsHS7RH5//8s/HDlxyjvmIg8/qJP11ZbBZGzUoChKG7m22lKX73u1goNpDpxy96zId3/Zk2AW1ifjOcRDNZN3p/rUf799qXI4uNTP7MCSe4DlcflKlTRtXDcTz91IY3fhSpU0TzEOuXxPv5H8avqaM/C29MgJWbZms2zavlccdZoWbV96/N3StMn1iVgdOnpSmjdtIi1bNJVTZefkrrc9If96+qvSo2sNYmzrySwjwzFhmrxMVFSGpVED/VDJNCtsPXGHr24EYQS+3JS3QoSov7LBUVnpeQkiVH1YDVhCeWtgHau4vsom4ObYEOxhg23p2yv5R/euva4sX+0IjzbbcuX2Kbb07qk//GJlE/wMI7INBhA05b0JVZLVwfzdtFWDSmiHTp0U3WaSmJkM9x3a2dKhffrWmL08tiS6pvkgcKHzCfOT9QhYTnInY5PHh+TEKUeBRk0aaSDIbxtY147rStNGuXtxTxR+izwQQL8xr//4wJ4w1s6LfAWJxpiHXoMlTRZ1r8EkRR4BrXUAN68BhvXvK4KET8umxUqy4uUl+n2tqsqSkv26fhjohvE687aQAjMBsknI5U2alX52aYCz9IijJEpIaORNCsj90UplLSDnQJlk6wHJCDRgvWaSp/G3l5eQhFCEhEpbr2WaNyAqc+gX39egVqKkggDdTRpHaoYRDjDXrVtYDh3S7zaMO1nKMRintJuD2LPnYeW6Mn+xIxzUmns2ayLyva+GpKgofl/5/s/Csn13pC8P3W8LUhSp7LnZYXl2Tvy79ZOfLVJtQWfYq9vrZ2ySlfnnc47y44ULML40+Ny0qcg738SeoOcBMhKrXwmrPmNaW7hmhxaJ5EcYj949bNm601HztYkHuLhnZsjXIQ/t4sDB7x7i12c8B16YG1a6rOXlWhKEQxIS0qWTTUA/+VQZSeb0IYiRPfF771TlCiWbYNpg5NZz7d9c+CJVHYFsQr497K/+QDbBn58C2QR/fgpkE/z5qRClArwjv17OCXj7n9nL5H++/euULV3x7E+lVctm+e1NnmpftPI1+fSTv5DOHdrI0RNl8ui7H5B3v2lWnu52fVRrgDAveJtKr+366FV+WxlsZvn1b6raAQVemKeRAQPe8u+5ypBc057xIXf2vKtYcV5Qo6b15fK6+gzemo96QrwbNEgNSKHD+Nu/OEpb0hjsuEfeHVIJe2LBWz7siUwgmSMsOICOWEsEVkwanzqJ4ZpXHPnVn6LBm9ffYyt2Ikb25LWvRv8+frSdlolHkiDDvvS202RVN0mgAKFIvJYpeOet0wBngGUmYVyvHlqHGSCABFWMiTHAjYnj/LGj8gHerlyrs8l7DdCFBGleI6QclqtfPemarFP8Q3IsgEIM3c+bx9hKczWRPTs7PrFbT5iqgyLgLdd55+KFCxroatZMg5CjR1jS7ZpOZLI2L1vtKEYqAO8smNM+sHOYtj/6VfjamnJl/Chb3vIGW8ktANwDfPaJOUwxYKFJIBULXAOsrn3Vlavlmg2tJBCUufLfHyqq1pTGjyvWhqtZxsgfALyhmWsMPVetxUwYekjOndfatmgDd2xnqaSjJFIyezYM1LIyV5asclSiNqQUSBqW6PAEbdx/PBe9TtkhnvpuUUqpkn+/4MiL8+PH9NMfKxISoeXKSg44SqICf5g9jznRto0lM26zZOTQ6LnPeg0Vaf3gbOzVTchtaL9woDNhTEgB0oDyZecj4K3fPTAl1BUAACAASURBVGHvfle2btc6xMiLjL0plFFywFR98WreIldy7LiWlWC/RxIEDeVEZt6bvb8BeDOXc2HZgLe0f98BVyXz69jBltZpEilu2IwsgR6vtq0t4VlT22xovz4MwFu/nspvuQC89effALz156cAvPXnp0KUCvCO/Ho5a/AWLZZ73/kZuXDxsvzyu5+U/n26qZfd+maVlVVy5txFadWiqTTwptitbx3NoD8katlfSghmWIUp8CEZm105g+rqfdFgM6u9IS47K7JsVTx4683+XejWbdzqqOQ5xtq0tmTKzf6AqkK0tb6Dt4l8CGtxy3adSIyQ/MH9LaWbt3BpPOPt4QdslcDGC95WVLiyZKWrWIrGxo2yEyYtW7rKUeHdto1Woq2SvqSyr36vStC99BqPWhiF2KLljmJceg2A77ZbUtcLWxHWo2FRcX2XTraScDBJoEydTZuQUd6S4uKagQ2wB00LASHLzlgKFGrX1pV2baw4oJT7ksXcDyCYD/B26w43LpwbphyJwmJtd4mjknQBbsNu7dU9P2uZOYoPTeh6ojkDEPPnf4bl+AlXGjbAvyJNmoiQUKlvb1cxGZs2KlasSYAtRhMNVV5tqBsgmvrTAfU//mWVbNoWaQG+efIzRWnH6yOfrlIyBF57x8O2TJ0c8dmuvfgT/VbC8W2BmY7RTkKek71mUi/zhXl99pxOvpaoLH7kY0/JoVxwZY3n4GP9BlfJxVQqSShLJXwbPFDvz9myDJ+b4wj/j7UvfjKU8gAPMD7uOteV73y5WEUSsDdwqATzM510An2/epU5wf6j/QpL2wXAK3Vkw2ZHkGnw7gmA6vgTfdf7Ztlyz/Tcz28OvsJV+hAE4+Bky3ZXduypkjatQjJiiKXmQroxIAJh9SvRPiaxFizyXBn185xgzRvr3VO3HWZwIunteYtgZ0fv0cytCWOy9yXrZeuuKmnS0JYhA0PV68VPfzncXrwirDSujfE8Mmsutg6AcZ6TXstVP/y0N9sy9Rm8ZR0zNuwJgOokEDTSOdn6LdfXB+CtP48G4K0/PwXgrT8/FaJUgHfk18tZg7cVFZUyauYH5J0P3ylPPPqW/LY2qL3OeYAX0bLzldK5XXG9S2yUa2cHm1muPeq/Pj74Z78cVgyqi5eRTUC3UrNFTGZ1/7VlXxLA4KWX41lUY0baaZlu2d/dXw03IniLNMLpM9F6mR3aAfzHi8299SFbunaOBm8TSRAAJAFAei1RCPzYm3R9yexzX6uUE6eif+e/fvVDDd4yn5hXXgO4gw2Zzgj9PnBQh9nDuBrQT1/z/NxojU3+ls2BRywbFJARgIB5jwxPIgbwXXeEfDG68gHeVla6soLEnOf1+AMAwZBu1jTao+hybtsZDWaMGmFLj66WYnCi8QtEylzikCbfBrB0oBRpCqmWIhg5zJI7brXFcR3ZsDUsR47oMQagBTyC0ZiJXbok8tjnq+IueeAuW+69M/mcYw9+/Ivx190zw5YH79HXJVpH6dZHqrYDOh47QQlXrTHYtvxtzfqItARJc0iQRblNWxzZe8Ct9h1A9gffFUp7wOLHfy/MdeSZ2fHg7U++hfxB6hq+9aNKIbmbsUF9LZl+W0gOXmNAmr9PHJuY9cvvm7a5su+Avj9jj19373WrJSlgkiLDADOevdAVS7G9yyv0GjCyEG99g63kY3JlJ0/p+zFGfXraCqTnUAkzsgkc9NwyIfE90R0mgS594hANgDHW7p4RSnnokUlfALYXLgsLGsvMDwAyEsZhHO4kkkNItJ8CsN2S5aGtWS9XK9Cp1zInmawX9l0iMLwGQI50TiJbv9GJYqqbMq+7K3fgeCZjkWnZ+gzeLlzmCNFCxjhEmHWHvwPQTP2YbfkAvPXnwQC89eenALz156dClArwjvx6OWvwluY99IEvScf2reVn3/iv/LY2qL3OeYDQ4ItXKqVVs1rOHlHnPBPfoGAzq91BeubFsPrwrazSCfYIfX3v2/Kj65mupwAHS1bGf8BnA4ylu2emv99o4K03FNbrK8K3SVp1/kLkr4AI736LrYACL/MWxksi0CD2oxYJD6++JzVziABLN5n9v2fCMn9xNCAxarglj75PfzBv3eHInn3Rv6OLO3hAZqCcuT/gxDMvhQVQhb4XFbkqHPimYYTe1wy0IezfaPKa+xhpBz44+fD0GrqXM6ZFAAF8BhhKcqdYVijgLUy4/QdsFTrfs5utkkUZlh6h7YSBK6Zphi5hvTI/OPAx19KWzdsdOXTYlX0HXQXKekFdEtDB3IZh7WUwApTCUsuXMQNgOGuz5MoVV+yQyIghWo/zyLGwLF8bnQAKlimJzzLxC3ILX/1e/AHUwH4i06fa6n6JGK+Ach/5VDx4e9+dlph1UpP1kcyfJCdbtS4yr+jj5Am2SpgXy1RHA70qbMlv/hxWuqRemzDaVgBurKHXW1WpNWH9GPMIv3llGiaOteR9b/cHfCHlgXHowf8TyWOgxZtojR49LrL21egxO1Um0q5NpOXMVaRSGjdGOsGSM2dcOXoi+kCL0miEf/a//LU5nV8OHNKSL+gjt2wu0qqVZg8fKNV99Wre3ntnPKt1527YuZExPn/elWbN4veI++5kz87d2gMwXvta9J6F71q1EBWdgI8G9o/cb9M2R0kTeG3wAFsG9M2uTWa9eMHbdM8Tbxs4eEqUMDCZ7jn7ntHHNvUUF+ucF9eD1VfwFmkZDhRibehAW/r1yW6O5WNcA/DWn1cD8NafnwLw1p+fClEqwDvy6+WcgLezF66RT3715/Kf33xNBvTplt8WB7XXKQ8E4K3/4Qg2M/++ynVJGIVzF5JcBYaRIy2aafbcyGE69L3QlgwonDopd7p82fbJD3hLaDI6hbCxenSDmVh4X2bbT3O9SUJz+bKocHLAwVYtdRgymeJXrHHldJmr9AnRYQX8x7zg7d79jqxZr/UiAUG4HgA1VrrgxXlhpe3pta6dLBmbArxlzvz06bAAAADKDeov8vEPFEWxUjduQYdQs9fQ44RlSJsB0fr20mBzJvbrPzkqKY/X0HRE5qEmBjMY1hZhzbSFRHG9e+jkR4eP6uztsFzpK74bPSKkkiVhXnYrABzMMgCaI0eZfzqMfsOWcFQG8e5dkaOwxKuniXbvhNF6TLMx2K30AyO5UzhsSbeukcRXzBPC2GHAeq1RQ3Qxa+Y/P+1l3j03R08ugMWLF/VVE8ZoQG/LjrBs2xUN3vI77CyTPA5gFukPQHI0bxkPDgZgYNKnXj1spUf64cerqmUw3GsINeA+c4/kZGiKJ7If/5J5HM0O+8pnQtWgdix4CwCNHjLtR3c5lTIXUjSA90iGAGAtXuFUM6dNW+iTFzw1fwds69HNlk/8T2V1v8xv9OdbX4wI+tJdQGGjiQxr9uaxWqc1neHPeYsdxRDt2c1Sz6GaGlIKxvemjn59bBk6MH5+J9K3Zn7iD3wKmF1ZaSn5jCmTbNl/wBXkQFYpCYJIfez3JL974uO5Aet++H9hdRBirFMHUVExxrzgrdHiNr9557v5G/5FAoA+IQ/BP28aHq/XW1Ofe69buiqsNJ8xWOUcdHXvGinhPZClrWjFHuSZKaKSXg4fkt0+xJ0Sgbfs/eyRfixhwrgmlsyYmvh65gnyQMjmGcuE6eunTfksU1/BW+a8Yat7/edN7JhPv2ZadwDe+vNYAN7681MA3vrzUyFKBXhHfr2cE/D2E19+SuYuXitNGjdSSb0S2R9/+nlp2dwnNSG/fQ5qz6EHAvDWvzODzcy/r3Jdko8rPrIwb8KybJiuJ066cuioBpoAapLpwyXrC0DVmvWRsPRhg9Cj9PchxwdgyQFXGhS7CgDr1cPfdZn4NR14C0uKxD/ejNNoQsJOvF7tPy+EZc++SOsbNnTlfW8vUmzNZOYFbwFCvvYDxjTyUQvY8MDd0R/Bu/a6gnSC10ja1LlT7nwHG3TT1sg9OKyYNhk2pP97wPY9fCQSek8iK+rww+YFQCPxEx+UzZq6Sm81kXYt62DVugiSDbg6dZIdxWJF1mHJimi0m7B9kkgZQJr12LSZI00bRwNKaDe+uina14CUgJXZmJfxePasKOAZQN/oviMFAUBoAF7vvXIVXgygCrhOfwBMzdqDxchvjJ0xmFeAxkeOVykwu2Fx9Jw0oNiKNU4U65TkW6fLLAU6ETrP+HCvO2615OQZkZ8/rXWMARDZBwGJjSVj7vE7ibsI0SfR1bgY+Rrv+gAQIwkYkgbMYdjYzA8SDcYauubomxujnYePuMLBjNdgSaNzCxvba8xRWIgvzdeJrowBVsKifvzRyJxJJJXRuqUlt07yB5hlM/e8127c6sr+g9EdnDTOTpg0C9anPvyJ2LHjIh07kPAwAvTjY2Q2YI+zT5EIDg1Nrz/e+SZbbp2YfV9Z249/IUbvRUTGqcMZUYc3BryFITx5QvS6NYdu8f7UB1c8n1gf3btZqr2ZsMv9jBH1E21RVeUKDGAPxq0uTySb46feTMqY9eJl3o4fHZLOHf3X8upGV0qPXEsY11AfcKV6luuDW/yr9cqTJWnz34LClayv4C0eXLQ8HBUlhKQHWs9+dOMLNwL6TgF468/jAXjrz08BeOvPT4UoFeAd+fVyTsDbz3/raSk5eDRlS3/xncelBSmEA6tXHiivdOXcxUrp0DqQTUg3sMFmltpDZBF/bZMGDkj6cdMwO23ilXQ+N78DsMJ25OHuBW9vu8UfUyr2PgBFmo0UseGD7bgM6enax4cfrEPAQb95HgmbhQXqtYfut6V3z+SgHB+xG7YAlmgA5KbhtkpmkcrSgbdkmY9lZQJgp0u8lc4ntfW7kgmYHZZTpzVbizBQ2J+ACIDq/E4ypOIGojQFjXnBW7LIA0rF2tPXdGm9fwd8P3JMJywjxD+Z3i33BKDM9OPLmxzM3Hdwf1sGZJCZ3gCUjoNcgKuAj/59LRkyIDVog6/IEs+aNgYjkfUWa/MX6xBcQDoYwzBiYd0heWAskSYj13TsYFUD68eOo8+pM74bo73o9+68pucIK44kXq5ryeQJWmvX6FT6mXfl5Rq8ZK3GhqvTfpjnXTtrIBU2Y6J2exP7IPOwcYujQESYnejkptM9Ne0EkNZautpY20YSAnASIOnKFT2PmzfXer2wyEmmxgf+lSuRMeTvAJexQDr1njwtSv/0qifREmuAhHaAszDIV6115NhJDpOivZgKvI31d5Qv2lkqfL7srKsSZ7VooUE8Y4kO3ZCvWL9Js1kBe69c1eMEQz0WpIU1io/QvDVGMj6SSG7fpf9i2KwAt8yoT30sFBXenigEnutyBcz7mY+R9eHo5HQNLXWQB4ieyFiX7NtnzkbmDYn1SDy7a0/kb91VFIUIB4pbdmgfARIjoVIUcuW+u0Jye5pEiOb+AP7IciTbvxiDX/4hkfyGpfZFDn4kFJZeXYvVoVGi6IH5i6P3Gvp56ZKWTvBaTZ7R5nrkPthPUiUK5NDk6PHoZzPvHjxrz5xzpVFDkVEjQkr7OtfG82TPgUpp3DAkfXqk1k9Pdm/aSjI7kzAu122sK/XVZ/CW9wUkRM6c0fsm0QREIdRFC8Bbf6MSgLf+/BSAt/78VIhSAd6RXy/nBLzNbxOD2uuqB/joLDnoSkVlWJo1Dsn4Mbb6AA0ssQeCzSz1zFi03InTIIQpkysmJyG/6NOdv0jCspACbgBYamIAJ4QamhDvli0sBQLFJqZKVTeMPD5cDXPVb2jbD56K10sdPsSWWXck7gsfY3MWOBL2sEEBNdCnSxVGnw68TZR8hWRXt07KnNEI8ERWcT5uRwxN/IFek3HK5JrKKlcx7mINoKhJY0te26x/4wOeuWPAVi94+6s/hGXNq/GJcn75g6KMJQsA9Ve/EgElYMHdPCY1cwwdVoAY5hT6u7EsM5ihHdvrQxEvGJbMT69sIOlVtE8YX8Y5lcFA5rAg1qZMtKVNDDP757/R+p9GAxiQB/bizNsi4CIg97oYbclde0SB6qGQ9vf5i67S6iRJmDESHwFCbd3pKDDn8FHzm6tA7DatRKZMTD9fAbtgH8ImxvAfvqVdXlNz33UVCMqzsHUrUe02gA6AZKeOthQXudK0aTR4SD38Pi0BwJ3I117wGFmYg6WARCJt2+rS+w/CNhQ5DPBarv9GOPf9d1lS6YTl3JkiJY3Qvq0tba8FTJGxfvuu6D4BEB89FmFfm7aMH2PJ6+8NKdAYcHzHHmQWIi0lKRj7K8ABYfCpDNbnnAVhpatsgAZ0Q/GnkYDwXg+LGB1HrxlJgP0HRCW7MkafmetGpgTwnOs5pIGRyZgWF1nSq6fII5+Aihu9j3Lo8O4323FSIYl0QgFPZ12TxGDMzcGcYn67HEpY6sChtu3AIZErVxzp0J71qJO0kdCTfYPEWwZoRY+VPZm5dvWq3peHDLSUpjGHAsYA/eYsdCRcpX9nXTIveL7BrsZYD8jNxO5JRjs5VvoBoBaQnfU7enSVtGt5LRtYAucdKCWpZFhC11QtmjWx1NxG4sMYEiK8S4wcSuJA/2PAARQSKSYJFEkg0UHnoDL2oCXRPmUOTL3NnjE1JE3ywGU5e7FCmjUuFpLvBZbcA/UZvL2exj0Ab/2NVgDe+vNTAN7681MhSgV4R369nFPwNhx25GTZWamoqJQeXXW8Dn+DuZDLJAH5dUlQux8PwJJ5ZYOjmIyAt40a6LCcTMArP/epT2WCzSz5aALcoNvGB1JFBR94rgI+YIQN6p99aKb3zifOlEv7Vg2zCp9cuS4sa1+JMLr4IEXz9Y0PpAeCaEsyzVs/YPX3fhpW4ERlpf4oRkOTD+b7ZiX2kwmVBdgCyGWdwii9eaydlKFFvenA29fQ7ovJco6uqpcx6Wf9olH5j2cjQB9te9vDtgJMC20vvRwWdFm9BqhOMrBYu3s6AIYVpXmL/iT/9xohyD/+ZkQr02+fSHTlZchxHePcv08yHUKR5avD1SzDAwdd6dTJqtYxLT2sgRmjyYluLXqzqQwwB/YozG2AEKNlmq4PhOwn8lmicO6v/yCsQti9NnaUJQ/dH72Wlq8hoVGk3IULmlFqDAkf9ozmTXWm+o7tNEjHWsOXMHWR+sA6tNdrAPPDDkVHEBDGa/iPBGhe3xCCXnIgMv6GiY4f0YmENW+ARaRcmBuxzN9ECZkS+duAtwCzR4+KnLvgKo1X+oYx3qx1/GQMSYfhQ0T69nXk1ImQhF1LCIgyh1joPc9fEs2CBJA6eVKiWNSWLXL7FD0XYati6NJWVGpgC5YuYdXGYB7ecnPiecsh1ovzdLIqDLAQ0Jk9FSkHktiRpC7a95b07hFdH/sbjOI9JdHegmlsmMX8snm7K/s8Y9StsyVjbrIVcPmB/47WUQBQZAxJDNizO8n6Ivekj+h+GkCfus2eauYqY8y/G0CY1faJjyA7kttnWqL5kcnfeP6+iFSEN7OeiNx+a0j2H3CURA8/GeAVnV6iNzAA6q98Nywk9TP2rjeRCNSR02eiW5EsORcHktt26RB8jD0KeRYMpuv48cnB2207tS4vduSYOjtR7Pfde11p1ZJwflEsRBjkXbtodjrMZMbKj6FrTNI76i09pA9C2rTRSd4SPUNZLxx4KN3uFiK7SnSfqqqsau3l0SNtlfjRr3EYxn1Zz2g+J5N+qE/gLWPJnsmBgTqk8zdcvlwagLe+3JT3QgF468/FAXjrz08BeOvPT4UoFeAd+fVyTsDbyqqw/OrPL8jPfvsf1dpundvL3L9+V06fOS+3PvhxmTJhuPzftx/Pb0+C2gvqgR27Xdm5Jxq8pQGw+byMjII2qo7fLNjMkg8QHzpk+DaJPyhJ6B4ajXx459JOny+XNs2zA2/RhVy5NhpQIFnRW17vD7zlQ3fJysQsz3Rg9b9fCMva9dH3fsP9toxLkuwKBti/nnNUEi5jaIW+7aHUrOZ04C0g1JyXw4q1xYdtt66adeZX/sG05alfh6OAHv5+8zhbptyc23H3M4eQ7IAtBsiN8aEMOE6Cp1gjORF6oF7mLWW+85OwoEGIhWxXHn+0qEbZxBNlkYeVCHvMCTuKwQlYZ8ybQIu/Md7nzrnSqaOlPoIB07ySApTxA1z68VtsGQBw5CO8bG80SpkfscDDd38C8MNBr/YZAAVg2oP3xH+tHzzsyuXLrrRsbglsd6RLDLOvZUtXxo4SadY4HijnpX7pCg1CNWnsSmPPwYCfMPdEYwFwCZhuDH/PWxQf/m2SEMbKHABWck23LtHe8zsmAMGwrNG1pR78YsJkAdpZn0ePolOr2whQzB6lQr8bOFJRHvEvYByHFOi4knTvxEmt3wtgAnCyfM21+1yJJJO7/+5QnNYq9xk13JYNWyJAHH+7eIkEZoDmltLh9Ib1vzg/rGQODHhLeUBm7o8v0ERFGxygHOvSib0u8d5A+595MbJWAaWbNHHVASAMetiYyHTEGsAyAPM3f1SldJoxAySOGKKlCLDpU0NR+tfsE2hLM3e7drYVw5cxISoJe+U1V45cC6OHxIAB6H3vq5kf5tRkHWZyDfs4fjY2cqjWUk+U8M17UP/MS468MC/Wp67cd2f8+jUAOAAnMg+QnNmTYEMvXOooXyF/wqGL2SdI+Ni+Y0VC5i3AuZGpQSKEAwsMkFYx44+K9OguAhubgx2AXGNIs8Tuh4n8ZdZ+2RlRbG0MhjkazOxzyMjAOOZvrDlAVljnA/pa6r9hlBtmvKmfdsy6w65O0JdqnGL3dSIXiGBIZLkAb5nP9BUWfI+uvCNkMotyU3brDlf27IvWa0dyJ9OEm8laE4C3uRmnbGsJwFt/HgzAW39+CsBbf34qRKkA78ivl3MC3j71+2cVcDugTzdp2aKZHD1+WoG32Hef+pv87u9zZPULT0nzQPM2v6NZwNoNs8rLvOX2980KRelBFrBJdf5WwWaWfIiYR7/4bTS7jRf1e2bWTfCWDyoOME6VibiOSMuWABL+9Q756IPlGWt+MjYT3grbCP1BfERYMKHfyRivlPvrvyPgB/eE3fbON9sKAEtm6cBbQt3XbwSgU1KlCrSdMNpWYGEmBngXa0gnANz7MVhRhN7ChOvQLlrTFeAaFhQgCwABrEA/RogtAAXgFWO8Yk18G2dMCylALBa8pX4OIQBLYYDVNEEOYchorBqjPkKX27aJ/A19YZMoD+Y69zVMS1ip6HpOn2rJ3n2ubNnhytmzlpRXOIpFSxgzSbuYC/mw02dc2bLNlbPnXRWajbQHTLhY+9fzmhXLAQBJfyoqLOndU2TsKL320x0GAJCgQVwZRtPalaaNEgNjhD8vWKJ1r4316mGrMOp0BjhlwGVT1gCC5r9J6OTVUDV/J7wfMCoWBDPAH6HhxpDiAOB8Ya4jB0odxex+68MhGZLgAAsZgD//PawAK3Re+W90WwE+O3XUoBhar4BkzEH2CgBe5nOV40qLZrZiDxpDH/TsWVexJQFKkcZ4/X16jgOoAZSjo9uiRUQGAQ3hWHCHAw9AcmPMR2QRkGYw8gwTxkSAK8Ax5YsDsAstpSsNO/Km4RzeRQ7D+DtzwTsfaCdSD+iJspfRTxIvsVZat3KVP2BuArpyGEg71r4av5aNFjS6xb/6Y5Xa25mPvXu4MnxIpA0ckHkPTBLNGyPfwG8LlsIa1qUMeEvFT/8oRhw43QQs0O/0mb0POQmzb7HHs9d7jeRUsOixP/y/sCxdFS8V89B97DXRDQcgL68U2b7TVZIDzAfu450PMP1h0tIWZE+GDrIk2bsTez/MWAwGPIn1MO9c45AFokEs8Berm8x+RRQI+wQJuPida9DuZgwBbgE1McXwb2ap586AflpSBJmSVq20dAkGQDtpXEhWrHVk+w5RcxQDFO3V05Kmja0oaZhEQ0xb0PONtWTzMFvwFlZ6yf5oIJ7kgIn2bdrEdwDMedYYwHwyreVMpi/jnkgqxeyjmdSVrGwA3ubCi9nXEYC3/nwYgLf+/BSAt/78VIhSAd6RXy/nBLyd8sDHpGe3TvKnn35e/vnCEsXCNeDtopWvyUc/9yP556++IoP798xvb4LaC+YBXrBmv6wzWl++4kjrlrZMnZz7EPeCdagANwo2s+RO5uMdBhbgU2WVJbbFx7goQDIdEzXTocsF85aQcOa+1wDDJo33Bzhy3aatjmJtGWvbxpJbJqS/PhELENAH4DeRkQl78zaSi+mPTMAPWG2EfAJoJrN04O3LS+LDmb3JmPyOy6//GJ0hnusmjkseZu2tFx1jPo69ZkLVAW5JIOO1Qf1sGVgDJrcJnTV1wbIbe5P2XSLw1m/fU5Xjo5hDAmOGDelN/AMAQiZpbMFSV17dGN3fMSMtuf1WW4EMSFPAcDfGvw8bAlBjqURAyRKm5aIvqeo4ecqVuYvQpNXam4DJfXqRtBBN2uQss9g6SUSYCrylPCHeCswPuwp8SScbYe5hZIIAo06f1oy7caMtpYMK0IgBLs5eoIGW8+cB/XVitNtusWXUCEs2bYsO16cc0g3sG1VhEq+5guzI41+oVGxTr336Y0UKTIq1P/49LEg1YByilF91pXs3SwBcYMySUJCwfQXKlbtyoNSSxk1cBfCji9msGUxWHZ7cpIklpaXRyb369hZ58B5C4LWGMnuJ15Ao6NcnulUASwB+Zq4BzBMy3qljRM8WYBnmIzZ3oWYmsj8dRK9ZNEsXlnAqaY/jJ0Wen+OowwG0ggGvSTTYpydAmQauhw/m0ADfat8xfjAhYy02cSVgHaAdc6o4FFIHZchmwOymTbG6zd76zKEWf3t1k1sNfBrwtktHka9+tu4xb5OtUaRbmENmPJkLU24OVYP2PI+enxs9LwA9n/xsSO1fyGkAfF4pB7CEJQ57+xobvImrJDvSyRgke3fyHoJ62a1IGBm92ztvC8ncBIz4yeNtlRxR7wuuoLnvVY1AmxiNcfanlescOXvOEhKV8vzs3g29e0utoz699NyljzqhZtT6IwAAIABJREFUY8ST987UbNHn54Tl2El9GMiaZw9nPtyfROrI1MAeQpRPrJEwEsZvrGUL3iaOMECWKf7dItE7EJrGmegJJ5pzrNuX5idOYJerd8EAvE222gv79wC89efvALz156cAvPXnp0KUCvCO/Ho5a/D2ytUKGTvrg/LEo2+Rdz58Zxx4u3l7ibz5w1+Vvz71BRkxxPNWk99+BbXn2QN8BC9cpkGX8nJHWrXUjBQ0OwNL7IFgM0s9M+YtIrQ/+iNw4thQtYZjruZVLsBbwObla8ICUwsDcOLDJdOsvgAQZ846CjjxJlpK1VeSWHGd11JpocJOe2Z2WH2EXrlCGLFmBRGWTqKeZJYOvOUD6+gJ2JzUACMUIMcfAO29J8DYP58jS7z+K6xB5CeSZSf3XpvoA5LfCYVHk5u6vcaHNDqayQwW5+ZtAC6OtGhmydDBkeQ2gDKE6LdsQbhtpAY/4O3hI65s2an7CLg8YojtKwT04kWRQ0cd9dHPmMMO8xpAAgABxmEarDWj2QvTEKAaqQJkHBYtC8v5C3q86UeDYpHBAyPMVr9hxLlah956AMtWriVxmQY3vCw5dNQTzQWAFsJr9x10pEExrGpXunTRzFtYsCTAI0wecIgQ8EQMXhii+AxWLSw/rwxCbD8BQo2eMW0EqAE8h4FtWIqw1lasJfRbX23C/wf20yHoSB2YxEcwWieNjw7DZ4596dvRuqvUw5x94O74Z+tv/xKuDuU27WXMvaAQ659Qfpi8PLfLK/h3Dd5iMAeRLODgjD0C2SPaVlSk9XNvn6LZ3Wjbwkw0xmECOqKNGmpQFpYgjE2AavqN/xkjAF6kC7yMVdpEwja0zWE5clBBmwh9R9KFaAIMyZJEDHza+/LSsErSZgwAmnZ07KC1nVXf+nIwEe03QPRlqxzFQkZXe8LYyEGMd8x37yOyoFKOHw+pdcueCeMyZFsy4za0pJPvnSSpQxrg/EXmtSOVlbpsUUjk8UdDKhHX9WTIE6C7yj7fq7tOzmmMZ+G3fhyunhv07LFHdCTIydOuAtgZZwBbQE7A9laeiA/ATtiqqRIHpnp38iZHhFVOFAjzD2NfgM3P/gIoaPS+WeuA+saMDFjsmBgJE67n0AeWNweg7E/MfQ5cmEPMRyP7wXoyZmTEdu1xZPvu6L2b9ZBM6shcz4HMi/N0IjmvmaiP2PbmA7zt11tLqsQa7NjYdtVE8z7ROjAHOvyGv9lrWNNE9cDEzhYgDsDburH7BOCtv3EIwFt/fgrAW39+KkSpAO/Ir5ezBm9pHszbiWOGyne+8KE48PbP/35ZvvHjP8mif/5QOrSrBfGk/Prvhq3dhAbGyibcM8NWH32BxXsg2MxSzwo+4AkX5gMP4AkwlOzcubZcgLemTYAhfFzwYVHT8PhM+wd7bM0rOlQYS/cRSPv+9YIGOvjY4sOzZ3eRN9wXAZ0StSEdeLt4uSPrXov+qpwySbOVvMa4ArIBGAKkET5PmKXXYHUBXDVupBPM+LVU4K0BULx1MUZ8kCezpSsjfjVlbp8SUlqWySwdeIue52qPliT1eJmHfvuqpQ+iWVh9e9sybJBeI2g/ArIgHwGrC4DFMHMBKNmzYScCRJF4B1/07aPZYBgsVFiF2Rjh+4Dfh48RVgxz3lYsSj9m2hhbNpmOeiyYCJt25DCR1i1C15JERWryhnmbv8JGfm1ztD+TARVcA0setnysGb1U8/dV61zZX+oo4NG2Tai0JTwb95S4smmbZvjhG9i0MAZhxhPSX1HuyuyF8fcYPthS+suEZQOkEH6OvTTfUXIDAKcYBzOApyak3dvW7bscBeI7jiunz4qcUQnCLAWykeyMtnFYgLFHtG5tSb/eImNG2ipRHeAVur0Y4DSSCYBhHNrs2uNK1y5WdRK4Zk0tlXDqzDnNpi09EukTDEWAdK/cAuA643/+ogbiMUBBngUwINlfAW0AerFtOx3FZGYeGyNsnuiF9u215AOGXiqscmO8r8xbGFb+MvIAAM7IM8QeEDBy+0rLZc26IrWWvAmTkiXe8vqbg8hLly2lcUtb2YdHj0gvAxI3wa6TPyDlw/OQcUL/FfOuaQNwknwOwNM8LwFvmdOpAG3vuxNgLP7keQGjmvmLPMy5c3rPoV6AfFjiHOJw37Kz8LlJsmbJ5Alax9xr6cBbb9lLl3TyMABds39w6IeuLlI15mCPNXDHrZH9lCgQokEw2otUBAdo6QyQGKkP1gPrkvWYTLojW/A2NsKEtiWTaMgneMtBEs9v1hDvLfjVu1/EMuXT+TD29wC8zdRj+SkfgLf+/JoOvOWZyrshz2QiqHhf4BvqRrMAvK07Ix7gHfkdi5yAt1/63m8VaPvTbzwmJ0+dlV//9SUlm7Buww75yGd/KN06t5N///rJiOZXfvsU1F4ADyQDb2GBpdMoLEDz6uQtgs0s9bCQEZ4QTW9W63TAWU0GOlfgLR+PgCGVla707mnXKClVTdpvrjFhrOmSeBw45MqGayCV17ew/lIBa+nA29kLHCk9RPioTkMOYAKTk3BUYzCTF6+IDoH0Kw/hxzex0gJcY8Bsb/iyqQsADPA4kQGuoBsba7HaiLG/pwNvY5OvmOtjE2XByAREIDQX3VNAJwAAr23d6Sr9WgymNgwzMweVpuk1EM9cM2yQDp+PTaa1a4/WSW3cRGfxph4SMyXzjZ+xoAxJ+LxZ5/mb3w9t2jh/URjiXLUBDnJ9IiPEF9YdrCyeOegLDxvmSuvmoeqEcd7rYv3tBVNMuVDIkntnJp4f3kRU3npvnRgJIefvierlsAL9XjQlvUYYMICOWkPX7EX0dWPw25vHWdLhWog34BRgI6AjWp5Gn5XL+e2mYbbSn4w1omSWrQor8LYy7ErDYh3ijNQJgDLjtnmrTroEkMm8px6kN0gExmFRVaUlCBvs3qsBlU4dNGOXj0dvQij2Jg4ouCfAa/lVkYuXNXMTqROjfWvaCEBL6LwXHIeJCxiHxIvp24ypIcXM3b5LsyD3HdASFtj5i5rRidQDfgD4Zf6Q4A8GLgdHAGEwvGMNIL1vjB42rS05WCEvLwzJhUuiQv7bttXs4lSRDn7XimrzBb3m8R+MYcLTOXDJ1NgHqQc2cY9umkGeyWEi64gxZm5wIBTri0zbY8qzN3FogHllDZg7Fy6QOFBk6mRbhg9OfWjkfXdasTaebU7EF+PsNfYHrw4uvzFHp0+zFXvYa6w/NKm9hqSC91mWyAdIJ+3Y5arEjK1a2HL5KprdrgJnRw2P3795/poD1Ex9yp7gPUBIdH224C0AMQc07EnsqYDqyaRlNm7Rh1Rey3X0hleKxnufdM/kdL4NwNt0HirM7wF468/PqcBbSBFoq3sNjWqkk240C8DbujPiAd6R37HICXh77sIleeMHvyyHjkZieTu2by3HT2p1/0AyIb+DWBu1wz54cb6j2A6Xyx1p1kRrSfrR7KyN9taFewabWfJRqClwlsm4cg+YQEdOVEiHtsXSr7etwoNrYoTEIvPARzf1khyHsE8vy6sm9ebjGkBMACXADD4slZZoG5GpE23FVEtm6cDbRDIXHdrBmI6AbckYTYSBpwOd/fqCsYCJBzgAcAHrwAAXsCtpQ2WVqz5CE2n3mfvUdA6mBW93OorVGGteMBGwa97i+KRy6NkmA2HoN+wkr8EQNKGsJOqBSWoMIAN2HHqqJKACdPPWTXLAVLIB1APIA1AEuNe9CyzpSP1Gtzq2n3xow5gsPaIlHQCKCVtOZJE2utKlI6w6W7FCkZ2ANQyo3bObvuePfhGWo8cifqXf06YwzkUK1Ezkbw6HDh5GG1Wz8mINkBWfcz0sQpJ44UNkUQC2Xl7iRkm7xLLrqC/RuACC4PM42Qtba9V6DZ3LLds1sIcBxqLh6TWTYIu/0dbN20XOnnWUhiflkWhIZIzd5u0AtWHp17tIgWZIiwDYlOzXmrEKpK3SjNp3vDEkG7c4UYB665aWCn03QBTMX+YSQCn3RXbh4CGtpetls86cpoFXEjUawNW00Ry4wJbcvddRIe7srQa4NeVMkjgYvUtXhhXQfOqaHi3RBIDNJLHi0AidWvY7AHnm3MzbbAW8ot8aa17AG21b+gQYvHFrlZw4YQvebNxYs2aNFInpG5Ibu/aKnDvvKCZon14RHeSEg3Dtj+w3hIfTV2OJ5lOqOvgNaQKkGbyWSgM9tr6Dh1157Rqj2vxmDn3S3TvR78znnbs1C4y5wJ5hDvQvX9bawQD7XbugSUykVvq7mHenZMmskCXhcMRrgLdIdphDTvzNvTp3Ehk7Uie29O5/zBv2R9jntA1pm+uNiJAteJt+JCIltGwNiRV5p9AHD7nWTa/pMzldPwLwNp2HCvN7AN7683Mq8NabINNbWzK5KX93vD5LBeBt3Rm3AO/I71jkBLyliWjf/vnf82X1q9uk5MARad+mlQwZ2Es+8NZ7pEunDOJg89vfGtdecvCoHD56Ugb27RHIP6jxFuHleN9+zTzkI5cESJkkbKrxYFynFwabWfKBy9dLuveOJiSeJDSNG4akYUNLZkyt2Qfa/MWOLFgS/cHcu6clj7w7eUh+bU1bPrL+77dh9dFsDEYbbU3FzkoH3nq1Bk29JE3zfsD9f/bOA06Sqtr/p6pnNuecc86Jzctm0hIlKKgIKoIYEAOmZ8Qn8sQn76GCogI+AQVEBAQWdtnIBpbNOec0m9i8O9Nd9f9/7+k7Xd3TM1O9OzM7s/Txw8fZ7qpb954bqu/v/s7vFPfD0moJXiifFPdcEtPAbFX9XQ3DhuVYEhsuFbxFt3P7LgAv2Mhku9eEP0EDZAIwshZkRwevG9hXQ9bTWRhNX4A5wE/XUWCb0HfAlcXLPAPQcQjnkriqthgWZru2YrR+Ab3O5itYBXgJ0J6uL0cNi0iTRlq74uYwCbkAmIJGiHRJQLq9lvtgxJEAzGrMDh7gGG3UZ1/0DHgHIMd3jPO+vTVUHukGEhbZ8G3fE/F8R9Zs8KRWDWVnMh9g/7VskfAvIdjo7gbZw7S9C6xMx5FaNWGgihw96kvDhq5075ys/2nrjd937PLMMwEmOTggsR6s06AhEZBfUBREhq0KUA2Yis5sKojUq5sjXTu7BijmP1hwNhES5acDs+xzC6KenDobk/q1NWYbUPqf/ybLvG/abZMawt4BjGzdqmj9aM+qdYDqhI8j1SFSrx46sAC4ANiMt+RRS52q5fqyZbvqh8KCtOtPKmMPFvoLr+icATgnsRoWlCtYsNgzkgyAc/16q7atLe/3T8cMAGsNgHXwQNdoH8PYtcYYoL2EhjP+9x3wZPEytGl9o+e9fz8awApIM75ateSAOlkDFP1cwvKt0aeTxnJP8Qdjqpmuaw1lW41eykBuon5AEzbt5A98yMEVrNlUS2WaF1cOTGQYyUErTmu4tLrw/ez5mng04XvGgiMAtzBSAVnDALbBZ50LeAuwOHWGL7GoArgc3KCJjPQILP3SkqSFaWvYa4LrMFE6zJPysIoEb8uj/unK5GAi+P5gjlsG/rnWIQvenqvnyva+LHgbzp8lgbfFyU19FKNgs+BtuPFUEVdl8Y7y9XKZgbflW80LW/o7sz+QRx7/uwzp310+WL5epkwaLl/93I0XtlIX+OlrNvgydToMGkdinic5EZI1+fL523NKDe26wFW/YI+vKosZCW1gTrHBIrwwk/DL83EuwBkJc6y5LpvgcwsjTa0Hm/TpszVc1oK3/A0jLshODFv/Z56PmdDdoAGw/Od/hKARhX1ICdcBLgL4ATJ0aJcALdLdwsaRrN9HPnRMxnnYmTDaCFe12pnp7isNvOUedECXLCchDZnY3SJJ1wAHp6WEdFXkprkkV7OZzzuoobQ2AQryEvM/0CRsgH9ofl41uWQpmCB4C0Dx7tyYAYSskRinbm1HYLjRb7AjAS9hHxay0hxJq6fau7srnu+b5EgAIMG5uHi5V5jJ3j4rmMDMhpbzHcATgBmh44CRyCbUqaNJpABzjV5jHQBDtIfFjBErqQGAx7Nhb6dq/xJeDTvWWipAySEf4BusaAuA8/ehQyTrcqR/Hx27gLDbd3iSkwuzFm1HBb4WLvaEQ5czZxzxfQBZx7CoAchoj7LqCFN2xY14hkkPSAiYSFSIJq9y5LmXPXMtZWCMwWGDHTl5kuzw6gOYvtz/2lRPIhES0yl4ylqIXwBHsWGDI0YuwKwlp/GrZ+pVHMhufZNOxqN/b2Ukw4q3hmwGhwYWsIURW6+eSP26AIKaaI7QbyQDCEmHMfjhh6qvC/NVM9kX1Xam6awZp0570qSpJ80aJgQ3AW5ff1vLAuimDAAmtEkjOSKu40uDBgktU1iJgOrcR1+xDpmwdUfnDH2c+t7Al8wpDGYsh75oLDMmYWJizBtC0WGUw8LOz9fP0cHmEGDSOE0UljrOOCS5dKQb7w9f/vh/0cIxRN+SIA0mMZqnPIN1D8DVsnvZ9AEE4/Njx2gHDGvu07HWsCE+cKRNa/rfNfrDpv/PiLw9o6gMQ0mauDyfNQI2+YGDWk7dOolDhHGjIklgbmJkpP/rfMHbdDqnzP8rJmR+EMl8IIIg1c71PWvLCf52SpUlYZxNGB0pBPiDz17wAUnnPLPecEhSt472oT3UKcsIkOL6KfXQi/lLEkAOj8vaLkbwlnWL6BkSRtaupex+DpbOx7Lg7fl4r+zuzYK34XxZEnjLuw0yCdIt1sJIvoR7ctW6KgveVp7+qip4R+XxWGY1KTPwFvbGouXrDOv2yNET0rxJQ+nepa306d4xsxpVwqtPnDwtNWtUl0jElR278+TKTz4gy975o+SmZt2phHUvrypxGv7eQg2dtOAtz7rvnkioJAzlVa/KXG5VWMxI7oGmnA29rlXLkTHDXQPAlLclfqQDwjgCk/V8f6TbOge1V4PgbZjEM+na/beXY7JsZTJ4S7KgH36r/MFbwqqZfzYclA0NupvBDODBOqdjyPI98gbIHBRnh48VSO2aEaONmc7w6dwFMRPOjrEpJXkTG+SgAZKiF4oea6MGyryqqAOB4tpmkzfZ79H9hP331xdjJhmT1QY2Cb8mlKxnHARvg4CpLRuwFJAgaIB17y2Mif29Td9xEMZ71BrgrrL39DMAB/oZph5mw/PNtyo7bHRKCS1PDS+GCUcYOQAW//E3n5EsiLow71u1BGh1DCCHkTWdQ489e8nyrVILAA7tWos48SGRmrWdMQlYQZ9v36UajUePK5Bav76C0GvXa/kAlNSFcHbC9gvXnJqia04NxwCK89/XDO/WYHrCIia83ybYgrlodG9b+dKsSWK8EjIP6/K1qfpMC97y95TJAKSOSWCH7/bt92TWPD24wugTmKLHT2jYvQ3hB+Al2zvXL1yS6C9kA+ifkkKtYaTu2qNzF4Z629YKJqJlDAuY9RZmKHOJcbNzt+oYA47yWdcu6HBGzFiwCYNsX1Jn6khdsSDzktB89G6RgrCat+NH5RhAVP0i8sIrMRM2zmYQ4/l8zji0TEkA6j69HIEZS8KvzVv0Wq6jL3k2Y5A6BdmoZo3wk2UUuC/ILKducxd4snufL0fiYLaVtSEs+5brlZFKoqhps5IBQvxJ3QDIsdnzYBAjd6GsYKYVY5hkWhi+R9fTrqHISWzfoeAx4wVQlqR/mnBOwWX6tUN7kRuvTki+pNMbpHwr78DflIl/uJ9xBksWwJXPAObt2GYuWtmETNZH3gfvpTD7AcRJbBXGgono7PUw0Dt3SNyvv/O0D2070pXNfJw+Jw2Y3VVlCjIx2Ml23AV/O1EXpEJYs5Dh4IAZRm8641Do1Tc5ZPCMbnGNao507CAGBMQAqBlbmfg7kzZwLRFqqVYSMz7T8oPXX4zg7fn4o7h7s+BteXg18zKz4G04n5WWsIyIGSJ0eDdyiMpv7LKSJQtXw8pxVRa8rRz9QC2qAt5RebyVeU3KBLxF8/aO+x6SDVsCqX/jdZkwaqD87Dufl/p14+lnM69jpbpj4dK18s2f/E5m//N/zY/74Ga7UlW0nCtDtt+33yV1iSa5iLgwCUS+eGc4DbNyrl6lLP7w8XxpVLec4uXKqMUmRPl4cmGEGMMArOr2zsyYnD7jyOn8mNSsBpjmy2XjFCTK1FasVqba2bOOYUayKbxkkAJR5W0wvdZvJFu61tuAeqMcIZQ6nbHpRlsxGk18DyiFHEDSptUQ5xzT/2S3PnLMk9wIILqGG6fa/A+SmdJ8TxKtAX3L3wfn42M29G9NL7qhRgfxL39n/AOsqK8A5Bkjw4YU36ZTZ6OGlVejWsRoAKLbmWoAhEGDTYpuaNBg/8JMBFQl+dvOPclgI9fC2OXAAQPEeHNaTLbt1LDg5k0VsAOM4N/B5Gs207sCpvpcQNu2rZEIUKYkrFrLNDXP6iyyeauWxT0FUcfIF1gAmGsAiNLpHB48rGNu7z7VHQWYq1vXkRMn1LeAwDk5vmG+Ul/AV0LSLVgHcATQ9q83PVmwKBHmzrsGMLN9W/UBiYZOn/bNv9u2BbDzJTcnua+QLiAJWBC45d7Lx7vmmTYp0b/fjhmACkAN4AizLN9OHZOTBdGf9vpgHwLKAF6GNU1AZ+UBFMyeMUf7hwgICMgA+AmfO3LN5cpWBrzFLMDO3xa8pU+C4B3MNSsXYMHb+nUiSesVIN5Tz8YkPypm3sPkAYSnr1R2wjfg4ve/kVPINt24ReTwYQVBWUc7tPPlxmsi5rBv3UYRgEXugd3O3Eg1QE6SiWFvTvOE5H5o/fIfQD/zAY1Z1jg7h+zhFfcwfjjEYEydOUviSMeMY+QIdu/VPgO4zonoeCYxGsYGl7Yx9mE68/8A0vXqugIgS3uMHFRt3hKajBEA98ZrI0bbN2gki+FAIWEaMQIIThJO6kJ59M340a7pVxJ5YTDxSeqmhxtiJEgALJGfgRUf1mjDlh0KvLOOZHpARt+jD87mF+A3mKQKQByJB5jC/OZlbA0fosns0tm0WZ6cOp2sRc27JuwBMP2JJAzGOOdQLbd6gTSql/lvJw7TNm7xzEED4DxmdG+bK9u9dSttQ3AchvV5mOtYo1+bWvRdw5jnmWVtx04WSK0aOZITCT92yroOVaE8DlzxUfXczNnlF6p97LWSxMcvVEXK8Lmnz0bNJNff41krzgP5MfYaMalbKxEtk/VWUQ/w/jp6Il8aVvJ99keh70rDO2x03UfBF+XRxjIBb//j4T/JP9+cI5ePu0TGDOsnXTq2kfWbdsjshctl+pwlMvnSIfLoT79cHvWv0DIPHj4qt9z9Y/nGPR+XKROHm2eTuf6jaIahucCVAwdIboI2nkibNr5JGJO19B6wbL7K7J933i36o79pU18G9K3MtQ5Xtw+POjJrDuCYI3Xr+jJ0sC9tU3QZw5WkV02b6ciqVa4BOdq19eWmG9jml7/95TkNDw5aj+6+jB1d/NwDHFi3UcE3wr97dANMS74e6ZNozJN5CzWc3GwWDJwr0qcXYb3Jz5w+0zGgw4lTDlHGJgy/dWsxfq0slpcnBsSB3daUZFdtNbnSwkWANwr4ABLVb+BLl46+vPaGazQSgzZxvMiQQUWBJ65B83PvfvURrE9AmtVrk0cB/r4kxSfvzECkNfk5JJEbPCDxYbq5WLOmho56nsou7D+gfcraUru2J106i/Tvo+XafuRvwIsdO1TCwM1RRiJMRNZrWJLLViQYmEgo5OQ40raNL1u26udo4SIlcPAQDERfmjfzpUsnX9q0Tj/i129yZOasxHeAVLAZAUUBJB3Xl/wCR8AYcgBv6yrTs0N7bX/TJr4M6Ccy5z1HFi1xVK8Z+YjqjinDskutB6dciSaCyAdLHTlxXGUQatXypVMH1WR9/a1koIQ6fPITnvTsRvI1JBlEptEnJhTelx07XANoAyzTrxaw47Pjxx2pVs2XY0cdadbCl+qB/VT7djCWw41/GN4rVyd8BHCeZ3K+ahs1bF/na8uWfqHsxPgxvuTkiixY5Mjx+EEbBy5HjpBAzpeunX3p2SPBJoTtu3S5Y8Zq/lnXDLv6dWPSsqUjkyck6rptu2MSpdHHZ88oMHr0mCO51XwpxDgckXvvApCEve3Ilq3415GCfJF69X0Dho0Z6RmwNmj4993ZIl4sebyMHqnt2p/nyBtvq0wFrFvkEhxHdYuR7WjazDNyDIw7GOLvztI5sHWb+gtj42a0ndtqn+7YCSCrfgA4bdE80VbA+D17fVmzVscF1504of2Kg2AKU+eGDVXztkUzXyaO8418RapxmLBuvWOYoLVrs7Yi4yEye64j6zZQTqLNzZp5MrCvI4De1lgzdu4SYewE7dJRKnFT3nbypGPkW2h/vXq+0YO27H6YXO/NT/Yz9WneXN8H+BbAuVPHhG+D/kCruDv+SBkP+Ap5Fg4/mzTyhf6w6xR+SzJHZOxo2OiZv13XruM58Xl9Wsc26ybvPpKMMk6sDervS+M4a70sfT7/fQ6tkkvs38eXZnHpleKeNXWaKytWK/t7QF+kVPQAjbWvY3ydTL2XAxYOErNWsgdslEdVclWO60g0EJlzMfRxVeyHC+L3OG5flcbrBfFTnNSQ9dOF8n7iuaXhHY3rVcCPmwvvhnKrwXmDt/n5BTLwsrukedOGMvX5RyQXikPAHv7t8/KXF6fKnFcek0YNUigL5dassi847+CHcvcDj8jN14yX226YWPYPqIIlbt3uyfLVnpwt8KRJwxzDFgkm3qiCTSrXKleFMII5CzyjLRY0EgD1LIbVWdYOg/UE2ADjKRPmUZh6wCo2TL14wjIYOJePj2ScPIVnkakePc6gBTPAh6nPuV7zmydhECffja7qFRNLZvKgIQkjklDp1CzuwdJsmCfzGgYeJ6TpxsA7M31BIzZo6JiOGlb2jKJz8RVh0egjBg1mZOcOIr/7c6xQT5PvCQW+7SZXnn4+ZgAxE8rsaHjt5RNcw/5KNRIiEe6/e59nQKNWLVxCAsLzAAAgAElEQVSjh0kIG7qdGAw/7kU/FHYbYDHs5CUrfSNDwHjkhybyICSg6t09sfGeMRcWcGIuAjABgsLCxNA85fuaAeY4G/s7b9N3MIAB7GiYcwAAp087Qng44AWJe/r2gsnrGnAqv8AzcgY8LTfHkWhMJXF4BomzatdK1ANGbJeOJfcxCcPemp7se4BPNJApF3ASRiTWoJ6CpIQ1G5CtGWCZY5Jfrt+I5EGsMJSfOQsrEHAW2Q6jdznGkUH9Xdm1NyqvT1VwFSOkmvGIBAsyJ2jLYqgdDR3kGBZkNKbSBYDaU9/1TP9s26F+xmBenzrlS/t2jpEtIDEY/ua5h494Bvgf2D/RZ2F8Y8cRTNT3l6jOKuCwla9o25o10DHrMJqrPboB2OgzghIc+HLRssQYgsmHZAkM0lYtNAQfuZLlqzxzgLEurtENMAcAT7j5vZ9LyLwA4MEi5YAAnzFe0UYGQI1LEJs58aNv5Zj70ShftERbA2sU5jcgMgxV+s6yqG17SdaG/ijjgJ+JMINbxLVu123yjbYxgDb+ZowyPvA/13bsAMinJfXp4RoQlethSSPhwTylfAA+DpHoI4BUEpHRTtYBxj7WuoUjgwe4RiLi3TnoKStQTt97MfVxxEXn1pdWrTyT3BLGe9vWrpFaYO5YzeMii0L8A9aPf7wWk+07k69gfLNW4yeSMOEj5gL/WT1ge8f56sQWV7fg59GoL2/P9Iy/rcFcnjBG1xDkCZau9GTnrsQYt6x09KTtWsQcGtQv3LrPe6hIAsc2GrEBS3lVGoZ29+4x6dEpc+bt+o2eMLaCxroQPPykr1iHYfuPHq7vu7I0Dp5gEtu1nt8J6GyXZM//w5PpcxLrJ1EDvBtglrPu4e9xo90i+SWysgnhei4rmxDOT+V9VVY2IZyHS5NNCFfKxX9VVjah8vRxVcA7Ko+3Mq/JeYO3/KgYetUX5erJI+RHX/9MkRq8t2iVfOFbj8jzv/uB9OvVOfMaVoI7Nm/fI/d+59dy3+dvkqsmDqsENao8VWCTf+J0gTSok/kP68rTioqpSVVYzACD5i9SkAkDVELHlPDT8jbAFZJfWUPHDu3LsjCAr3fjWnxBzVsy3rMxz9QWL/eNdmXQ8NHVKdqmmZYb5nrAVZhvViuRTf/YUY6QRKg4W7qSsNhEfUn6kU4KgfutlmYQvA1qONpnEIqOfqPd+APADeqPXmnlCIFjw0yytuQ+0sRGr77lyd59ie9sArdFSzzZtbdQZtaEYE8cm36MvPSaJ4uXol+qDGVAsQmXuiYZTdBg8c2ep3qj1lq3dI2+p/UdhxWfuiWSlBCMsO4Fi0nalJA5gNFoWQUbN4scOgKrLTF+AYm/erf632ri8jdMtw0BEIOxU6MmmqOq5QnQx1yjD60BsgK0LFic0JwFRBx5SckJ8rgf3745XXUpYYMBiMMihC0JKMlcwS98BnAJyGiN9o0e5hr2JnUDQAZgw/h3uzYiN10bMSznoK7bklUx2bLVS5JNoKweXVyZOkNBOsv0gSpu5Q0IBR9Bm8SXWXFAkGcR+g2IicFobdzILQRA+YywekC43j0d04awvuFeDlFeeytmEmZh+J2xhr8Axfbn6efHTvjSrLFjmM/YiCGuAdPTWerB2+D+EZPQjHagh4cf8ZkyWknI5sr37lfwlkMIwFoAZOoEGMtYIpQeBi5GD+GzO25VzVckKpCOsYZWMD4muRh9B3Ca7gAuHSMDGYFVazUBmvUJfY3MAexjkkwV6t/mOnLlJNfo+yEhgy4w19AfsMipO2xdgN/JYx3p1iX9uohPOHw2bfNFdu1WEJdojP37fWkOsOzEpFWzHMMyBey1RsIz3ovFGeW98kZMNgUYtjp+NRmdTX5H4jwS/tlkmsHyGJM2kWKxDzrPLzhkSidnYZOm2WSXgOTWANdr1HSkZTNf6gcSRwU1lkuqVkkJ1ui/eYuKygwMGBCT9i0z/43JeEcP2Oovs0YPHxyROQv0GcyN3XuUec+45dDj0pHhJR4ycT97JdaaMHbX/QVJjG3u5YCCgz9lcvvSt5cro4YhE5IoMwvehvGuSBa8Deen8r4qC96G83AWvA3npyx4G85PFXFVVcA7KsIP5fWM8wZvqdg3f/q4rNmwTV575iGT1Ctob8/6QO7/0W9k2gv/LS2bxakT5dWacir3d0+/Ir99+hWpZdNl/39Wz8Pf/4JMGD2onJ5YdYrNgrel9xVMCdgkO/dEpV3rHGUOVWIS+so1nsnuW62aIwP6FK9tV3rLw19htOHeihWR9AKQhG1yvgYoPXVGzIT6fng0JnVq68YYxp7VXMzkGQCDi5f5sjOuE8gmnBDta1K0TUsqk3DuVWt9wwiDsc4mHlCgNIP99fpUBcYAA9DtvO6K9Nm2KQsmKKBUqk0eBzuu6PNg1KNpbcHb2rVdGTcK5mHytejGEo5vEhw5CvbAjhs1rGzBW5heb8/wDHjCBnb8GNdoOpZmZKwHwAwae+exI13DNgMgO3bMl9q1HQOYETkAmLpuk2fCxnOraYI1rk+X/OEXj0aNVqZqqSobE31OdI/RMoU1CUMKvy1eDlBHODx97RgtVSQADh70xY04hrUIE5FEQdYoFm1ltEpt+HQh+CgKrMHsA5BAkxS2YbeuIrd+TP0PY9UmZIJVCZDEtTBPYT/yHVrJNu8mbLBecT3doM94JkAyAOOW7b4JR8/JhQnmmvbxPSAY4B9tgiGGLiZgImzIvfsVBIZJmX82ngismtYXEBlNSpi0ABtBXVq+b9PSMRIf9Ivqqup1115RFDhbsjJqwL9UzVvqif4vCeEwwroBMPv3SfiaRG2TxjqGTTp3gR6MAOayBmIAOyqZUHTUwXjv3FH1egFz0W2FsahAJhrFIhwSYbSVkPmNmz0DMMLKswA+BwiA6HrIos+FYYqkBD6uWUukUX0F+1KZ80EgkvmC/AJRDFZvdv8BBdTZ3CjTG0arI9/6SsT0LdqsJ06QWJA5Qd+IfPKWiJk/6KkCcgESwU7Eb2iJ4ut9eZ5J+kbfbt+hrGqkE0iEiE+vvjzc4RvzgsgIAFmYz6dOweAVOUWyMU+1ma0R6j5lsibl++P/cZDlG/Yt45j7AH0BuLkf9i3Mdw4uYD62aM4cAwjWcTt7fszMYWstmvE+QIPZMYn2jp/Kl7YtqhXqCwd7f0Aft1jdV66DNT7zvZgcizPBWavRKa9RTZN/0bf4CbY+/Zd3MDw4bOuxaatn2kZbOncsui7i15Vr0M8mCai+Y2C1W7PJ0xgzAKeMR+b51ZfxPnPNu+mVN6zerTKhmRuMBQ5RghYevFUd2qAxxmBhw/pn3FrZBq7hPd2la4Hs3V1Ntu/0zJyE4Y42rzWdd54cOCTSuKG2MxgFRplIDsDyZ/xzLcA16yLSDbS5fVv9Dj/2iSe2KzrbK+aTu+6PJg6a4okWYf6TINIaCSXbxxnL9rMseBuuf7LgbTg/lfdVWfA2nIez4G04P2XB23B+qoirsuBt+Xq5TMDbl16fJT965Cm565NXS58ecfGqeL1feHWGLF21SR763l2FLRnQu4s0aVS/fFuWLb1CPPDhMU8OHIlKx9bVzin8vEIqeQEfAjvp7RnoO/py6mxMalWPmPDbKyamJIu6gHUMPnrFak+27kgGvAC10iUlKssqs/l/4x2Saqn+IGAVm82yysrM5vbxP7ORBhDwDbBA0q4vfIYENKUDgalthc3z2lvJG9AhA1256dpwYAXlEaLMptIaG0eb/bok3y5f7cu6DQp0YGxShw8pvo+KY1cNGxQxuqfpbF+eyPI1BdKgbsSEGKeo4ZhbAKAAKQ8dUagJQIns8ekS2QAMnTwNuKtMz1QDoKEc+gTgJGgvveoJEgVBw8+lgfrIBdgwbcoHkOrSkY2/a2QTAHqsIStw72dzTKg94DgHLhEX/cf0wC33PfhIVLWBA+AtYF2XTsmtIyHRwYPJnx046BtgzwB3DoCjyhiMHBqR/XkKZABwANACNuJ/G24OIIUBPsOMs8AyoMaQAY4AytPeYKIcytm4mRB9BWspi/EGc8sCwyT94rAG42Bhz17VCa5XR0PSN22zQJ76hgRVAGP4mf/wGaALLGLGIwcasOwWfKDf00ZC+gF/kD/o1xumoyNzFyb6NjWpGHW5alJyEkz63bLMcT1147lHTxDG74kXc80z6EuYaoDzMFDROuZ66oCmKgmsgkQ4QCIANBiqAHqMWUDOmjX1YIZakvTIho1TNw4T7vlsxMgK4HMOBQCiLHOWvkFDFEkN2gwwyzORI8AAw7iXPuAQCSDv2ZcUdLdsXOrDYZ8NUef+y8YnswM5bAMwxqgjhyoYOpmHjmjCrU1b1M/4hbI5RLzmCtd8vmItLHLtG2tEXXz93ogB5VmfWSdhJvKsZas0ARxzCl/t2k3iRp1jGOV3aEeyv4hZc2HDlpawimeT7I+2k9SL9yTg2odxMJnvYcb2760ANnXgAA1QGjCUQypWIu6zMhMcylAX5hl9z9ikXZYdz2eA0LQP5nPwPUdph4+elTo1qstb79InjtFDpnzGGyzk4pJOmXF52DesYOoHUMtav2SZ3mvHHf1K1ATl0Fbah5+IjCjNgoC9vTa1TvPe98x6xnznfcp4JDLCgv/4BVY6PuAQjnrDlEcmh6RkHIBhzB2kBhinA/txwJC8HsOwhmkdxvIOiswPsGsBiPEtYLu1po15n7hSs4YmI5y5IF/y9kckWuBLrVp6UMbag0QHdeZg1hwixo25dsUE16x3xZmNDqCsYEQD6xbr14W0p56LyXvvJ6+LHIw2aaT1QrOXtjOWOVy0Vp7gLYk+jxxR2RDWkKpsFzN4S/QEc4I5HpLofcG6MgvehnN9FrwN56cseBvOTxVxVRa8LV8vlwl4e9NdP5K1G7eHrukTD39Dxgy7CDIghW7xxXnh/EWe7DsAMBkzmdaHDUpo2F2cLc68VWzI2GRiFrzl74oIicy8tomQ+eC9MFyCmcvPpdww9/zl7zHDWrPbLTb8n74lksSwCVNOumtgXf31Rc8AFbCRABBhIH3s6oh0yyA7vC375dc9WbOOkGT9oQyQBTDwjS+FY50GZRyC9e3ZrXQmsNWkDd5XkuYgIO+0WUVDUTlAgC2baoQtE7p6Jl81b5s2cWXU0KKh8oAC//uHmNExhQ0JQHHfFyKFwIktFwABfUeMzQQAFRtka4TRs5YQRo81rK+6uRbk/eVjRetOGZeOLBngAJh4daonO3YibeAY8Ov6q1yDNE+fRYi1b4A8wACS5hBm3iUDCY2XX/NMqPfJM4xZTdqInnBqYjfL7gr6GUYjLFIYsxhtZSMeNJehBJgSvwYmKoAjHyrApQcdgJe0DwAChug1cemON6bBNtUSYWmjfUrILX3AoRIHGKNH6L8xe1DywVJf0NvFALUAkwAgmZsAOPawg8/HjnIN63bNOmX/YbDyrsPPAhjnGXYw4BAANAxJwq5pLyxO2L4860ic/ZgOvP3MJyJGgxbwAP3SXnFdYBijjBurnVuzJhrBCiQylhhH118VMUA0up2J8ab6skGQHYaqPUgBmNq0mfcaQBsMP2VUA7JeMsiVWe+hIwxTzzGMdAsUMsYZ6+jLFkoN+LAsVYsV4It2UB73M/4w5GHw5aRxsHTdJMY0fQwYC7BVNxCtkbpOWMkZ+huw1841xgvAm+q4igGn6aduXX2ZMinX9D3ayH99KSokqgsaes2TxydrmVKfP/4lZtY9O27RyD12DK3Q1Pt1PFqDLc8YC2NESuBLnkdSRHTQc3JIBKbzGPB29VpPDsUPRgCQDx32hJlIP5H8r0E9tJwVuCShGgaoh4bwx6ZEDHBeklnwtlG96vLcP2LmMMNaHcb4FY6Jekg1/D3v/ZgyiE/r/AFApi0kScO43669d34yUqjnG8Y39prgumo/Y5whKWHt989ETd9YA8y+ZKCOM2uwVV94JaaJ4gBHa+oBm11PUuvE+sI4IhLi9GmSdbqGCZuJVCzvDg52YKezFqZKgQR/czBef/14gcRits6aKBHtYA4g7LxLrWe/3q7Rxy7J3ntfowOCZg/4MumLsr4WQPuJp6KyY3ecDdzeNYn6aCvj2s6r4EEWdSgv8JY1MbiGZqJxXNa+KYvyLkbwlrnEeLbvMQ7SiILid0lltSx4G65nsuBtOD9lwdtwfqqIq7Lgbfl6uUzA2+VrNssJaFUhrVe39tKQWMCsVVkPWFCSxdKCt2wE+WFf2U97K9Lplv3HM4PgLZqOaN9VNguGWtu6tWvjGEZleRobNMLQCa+22bnZXKNtGQxvPtc6AF798rGoCVc3WcnjGqXXXYXeZTjANfjsV9/0ZM0GZSthsKn4sXz/F8OVBevznTSAapgkNUgmoIV55oxq38EYI9mVZU2m85ENj7XfAX507pB+/BXKIQQSlqW7/o9/icqmrclPGzzAkZuvS/iAdQL2K4AGBmsNAGbKZYnxRNIgQNSgBRlk6cBbWGFjRmgZgHMw3BhDhMW2bKHtAmxcvZ5wcP0O5hnMuoH9XKN/DOADixLQCaCCzX6nYiQ6uB8GM7qaMFzxHW164V+efHjUMwcOgHj9ejtFpBoAwwHzDEDp+5JbjYRFZAVPALOUz7oZXBNg1TZo4IgT/xLwr1c3C+A6hnVL24MGQNS3p/oFAAY2JkAvPiDUnbBoq03SpAkMRn0uvoE9F4s5Rg8YHV+AZZKIAboCzsC4hP3IvARIBujBXytWK+hjy43kIAHhFCZgYgxs2apAMHIFAP0cdFwyyDFg1omTjmFc0pJ04O3378+RTmnGKiHpsH2twXg9W6B1ozDAcdhqgKzLV2kdrVwNCam4vsDII6huLQAF8/iDJepTZC9IXkS4e7u2yvZF/oCkcOmMQwikIgAabXZ5DclXoB4wGWYl6wTAMKAR7YVhyPeTxmpiSOpFojkMMBaQNxUkRAoi9aCBpFyAuPiaRrVpqX3Fpp45ByCGPAesvWMnY3IgT3WDObwAXH/73QTAzWfUc9I4ZT+a62oqc5pEhUGGLmOQgwBAUsZ3JAf9Z99IXhjw9ZgCxgCWt3+c8tKvO1yLZAvrP0x71mrtBxi4ypqtRoLieN8CSjB2kU0AKDXsWtFDAhwAyAuD1/cSBxR8g0++8aWcUkENC942rFddnjfgrTJ7sRrVfRk0wBWInawfaL+yJgAOcxjBmEeGAKOvWWcY+1xrxwZ9Ajvu858O985IHXMkzCRxZtDwLbItGADrM88Xlcu5+vIEeLt5q2ciIjiw4R0ZNOrduKEePHAwZ6UMrr0i+TceY4O1kUNR1igOZTKx0n5zcOD6wqtRyQ1IsjEnSSTJ+5J1GPmLVOM3C79dSjIOvzgAglGNcYDGQSX9eCENPXkkyYIGG3r33kTEDYdk1NVGTnBteYC3zHVkZ1IN7XOiR6qiXYzgbbqoOdjZ6ZKtVpY+y4K34XoiC96G81MWvA3np4q4Kgvelq+XywS8Ld8qZkuvjB6wYZpB8JZ6XjUpkqRXVhnrXpF1YtMKOMVpuAVv2YROvPTcNmzlXXfAHvo2aCOGRKRZ0/J9MgDDQ/8TNVqjsALRAWWvBsgHC/N8bfsuX/73iZgBkCxQRqg8QOO5lE/CshdfSd7QAHQAwIS1We/FTEiwNTLXE/KeTlYgWOaCDzyZMz/QR47IDVcVBXNS68FmHM1OAKygpmDwOnxDwjIsmLCMjSPAUtC+92C0kBVqP2ecfP3exM4XgPutaYmEV1xHKPrnPqVJj7B0TGIYU4CpGGA1wGPQPnVzxDBcASNnzE1ou3INbCw0SJl3i5cl9EP5jnu4909/9UziLGtIEdx9R6TYxHyz5iVrYwK6EH6MvzZvj5rw3I5tI6ZMALygAX4AJMMGBRAFGDiDdEcNZYjiVQAwNsmwHa0BzgJOWYae0f5sk9CaVNkMGL/ajlOnANA8A9RZg6GMTALj/9U3lClOOYwx2vCZW3MM0AbwByuU0POlKxRkot6qD8vhAMxGxzDtCJmlvcgKUB/kGAA60SK1B3fohvIdRiIrmKy8KwCFuZcDB8Yg8x5ZAsBLyuawK9jTAIi/eTg3dSinHTe79moIff26Om54XiwKMKu3A6DBtoexhwY0oM/uPdofjFtYxYTfo2NtrXoNkVMnCd12Cttjw7XTVYpDATR+YWkC0NNHHFgg3UA/pM5t+rt+PdUTDiYRNDIAHyrQSN+oJIAafkOOIB3ABDg8e56CUfQFrPi9+1X2wc63wQNElq6OiVeQeAfhlyXLfXPAQB05WKjDoVAnJ+mAwLJ4rSwEYC7gqu13/r9uXWWVUk80kr34MsnzR1ziyMdvKPruY216d7ZqaGPISjRsCJNd9ZLzDmg9ghI3MKcpE6YzervcyzMJrY/GAG85jIBdnyzZgM/v+awr9UuRy0mVTWCuK8jnmHEDuMYhAMb4QVJiwqUReX2qJqKD3W3m5Wk9CKGPYXJTAkAnshL9e0fMwci5WDAhob2/fx/XsNOxdRs9mTHXLwSL9RpfbrspYg6xkP5B2gEjIRl+tpI1JCxlPgOIMwfp1/ZtfWnXxjWRE0FDqxiA3hrRByOHhn8PlvabA4bvjHkFcupE8ri58zYOUrStzLtgQkgOoyZeiuRN6b6lX5lfjPtzkVA6l74r6Z5UyRt7rU0aqgdWReWF+LQ8wFv6lj5OtZJkQ8raJ2Vd3sUI3vJOC74n8FlFJdE91/7JgrfhPJcFb8P5KQvehvNTRVyVBW/L18tlAt6u37xT1m3aIdt37ZNTp89Ku9bNpX2b5jJ0YE/JTSeWWL5typZeAR5Ab23BBzE5cpQNvSd167pmo0XSiizzNrkDYCTBHtmdV2AyV3frlMyWqIDuyugR9C1he2xmCI8LhrhnVFAGFwNcff9nBYalxN9sigEnAG8JzT5fI9s0zN7Tp53CLPUwVtBOPRd9O6QwALlgVxEW3agB4Itr2EBhDTCJ5FhsxkwyoPboc5Z+N+HwGzeJSajDj3OAA9oAKFWcAcKR+IoQ5AYNFJRJl6yM+9EeBuQOgreEqnftlNy23z8dM8CdASAdZWgSVn7L9YnrAJpnzEHLUdl7AAIw5r755cQ6MW0WbKJU5m0i+Q6b6/mLfMOMxD9oXlpGFVqmhoG2X5md6P8CgsEOe2u6JyvXJJcLGHbnbRGZ+m7MMM2YmwBNMG8B5dIxtQAE349rPwb9O360awCaLTtiBkTq0kElPkiGs3QluqpiNIUBU9ApJhGU1WIF1MMfR47CwCURm1uYPM0+Y/ce1cqk/YAQsH5pHwxG3/MNSIYvARYt6AgYinQAVqeOanmSwAv25r79ADLJI+Qn38mRrTs8Wb9J/QSAOS+utQgAwrihzoRbA0Dxb9YFyiXhFkmLSIh06rRu7qknICUJpqgfWqswSQn/NexDAttd1akE1MQAg+1YnDjWkX+/o8mz6IspkyMG2GVNsuCrZZymAjZcA3hOMkIM0Iw+GDo4eV4wjpetVD1h5h5MTwDszkhmAMZvVfCacWET8vXsjr6k1pe6csiSznjehi3o5uohGHXmP5ip5t5amvgLn3KQgoyElcwY2FeSwtlt+dwPwMVBD4eAJBqjbowtkrAdOOhJzZoaIg4rGMBy3SbfMMth1MIStYnXrF8iOb5Uz01uw6UjI7J4qSf7D4q0aKrMVRLtbdisOuEkSwP4JLEThybUH9kk6gMwydgDlKQOMBhZG4KAGs8GtOeAS9cg17BpMYBGOwb5N0x6xiJJmQCk129Q9i4guDW+44CHd+uc+ST104SAyGnA7h7Un3IcOXpUgWyA05w4i/r2j0dKPSQLyibYAy2eDTDL2gGr1/arPeCAEc1BCWOL67D8fAWTaSsAL/OT/p88DhZ9+PdFuvEGgMshD4cirVu6SRJDvMNZf6krvmTuI0V00zURAZxFc90a9Vm5GgkZ7Tv0x3m3EJ7PmAbEBSxHazn4+45+WrKiKCuTw4XidFEZEy++qu8O5sK1V7pSp5YU+5tjw2ZfFq8skLOnXXNAxaErUj43XpPwnZ13AI1odDO2WDeqqpG8FSAiaGGStwbBW/xMQjvWOA7qenRxzTzN1Fh//v1O0T4ePjhi3gtV0c4FvOV9wli0v6H4HV+ZtH/5TQrjP2iVQb+5pPGRBW/DzZ4seBvOT1nwNpyfKuKqLHhbvl4+L/A27+CH8sjjf5N/T1+QtpYAuD/42u0yYkjv8m1FtvQK9wDgw1PPRuXUaYADT3Iirgk9JblM1tJ7ILuYFT8y2CD86rdRw6KyBriK3mWfnqWzZ0obc4C3j/2BjayCAGxAYRTdcVukCKO0tLL4Pl3IKrW89sryZ1T/6a+xQlaXrSsAVTBxSbANgIRo3gKCWAOYmzQ2/UELYNuCxb6cyY8ZzdvGjVwZPdwtomm4aKkvz70UKwyhBrS7/VZX+scZszxrxRpfXvinJqKzxobvq1/IKQRPCB+ft4hwab0CZjCs1jChq3MXevJ6SuK4xo1FvvXlHMMso45W95WwZbQSLxvnFmHH8tyeXd20+sfFJXxr3swxycUKoiShAhhypENbV7btTGYpAQCmagvDXATEsW2GMUi7g6HLdpxav8GqwcdBAAsAD11oDF1OGIHW0EcEcEVPElAD1iTgjI0+Ruf1vnsIxVVwEGOMAHgDzDFG+Df1INEcYewAAs2aaN0BHQE1V6wiqVRi0wiA27sHTEOnsBwAJtrIZ8cIo48HoBtAKZCg7o5bk0Nx9x8Qc0gYNA4ekC84dER1Ua0m8MEjurGORXW9YLNNkjTLvC0cf00dw1wH5DMyEnEtVEJMAasIfyfJGgZ7FsARzVtrrB0cDpRk9BVMKGQoAPLsGOSg5ZrLXRNmjnauDcMHVOEgqaTEkITIs+5Y27tP2Zw2kRmfswYEtZPfmOYZ0D9oANy16xQFb6+cGEkCdxYt8eX3f0nOeg9YefVlSGYoAAk4jMSC1fjlOdSHsbFrN/MqGiIAACAASURBVIeAiSfbpIFDh2hSMcYCc5FrgwnXuAMgGGAQwBB/o+MLw9eyhxs3FGGec1iMvTkN/Wld22kfawxSG9QL1j7jDNAdQO/qy0vXQqVMC942rl/dALIA/hgHdtQvuJ7yOWAybMSmjV157/2YkXrgOvoI0Bh5DMB7rG+v4iVaShxYGX4Jaxt9WWtW/gbGLetj0Fh7WCNh7sN8Zj0KJrQkeWOfFJYwYBYHaKl26Qg3KYog+P3PfhWVbTuDn/hmvcZ36Yw+fePdfInma18zHjisJMHgxWp793vyfly+hTbSJ2OGl/7b2oK3aLCTxM2uO5RBf44ffW6/T5jnK9cm+hmmfioDuyr1RabgLWOQQ2beKdZ4l066tPKQVdiTMaetBAjrzqihJOStvD2TBW/D9U0WvA3npyx4G85PFXFVFu8oXy+fM3hbUBCVW+990CQq69ers9x2/URp06qpVK+WK/sPHpF5i1bJc/+cbmr/99//SPp071i+LcmWXqEesEwZNr8nTnomCy4bpKsvK53RUqEVrUQPqyqLGcACmweAD1h9gBrlbQABjz2pACNhyuiCGs3FsapRer4G2PTE0zE5eFBDmdnEsyG67kr3nMDhjVs8k7AlaBWV2O2Jp5JDRKnDkAGOjB+T3k8kR4JBl2ro5dmw0+B3bFRIQrVybcxswIcPykmr8/n2DJIzwTJURmWnjrBzk0Nmlyz3ZPpskj8pCxHwhwQ+X707edPDdwAkfJcKYFEf1hsS6/A9SVoIzcXeeteTmXOSwQNAwge/l2MYeQsWewLIBRsREBN28pABrmESBXU7KQu2GBsegCRAflitPIv//+e/ta2MHdhiJJ2CSUedPvzQiCgbZmJOXPs46E+YTzBmgwbISqKnfXkAO5rkDM1ZmHRbt/kCUNKwgSZbMkCpK0bfEoDFyC/ENXxpE/qyMG+Xr2RzmZirO3drOD7sG5hpMPEAZGELIdGBTAHMPzZ7AMwkEgNs4m/6nfrBLKZv8Ck6zbCrfXRrRdmfANiAZvgS4AeZAtCVRg19adHcMYAbLF3AumhUmZGNGjnSuKFjmJaWfavMbEfGjlK5FGYWbDHqjZQChu/pS+o5bIhrkj6iAQnYzHW+I3LokCeRiDI6qeux4460bqWJ1mCu4h1Y1pu2aJg4642yMnXcwaBH/uSlV2OyaZtI3dqwYVWb1BrRCK2aO2a8Ao6wOaZPALYNw60rOrmOYbDbMaZsS19uvCbHgMHoCvNvPuf5yE4ApgMSoyOcmryOZy9ZgbZzYqwDsOFzkr7hG5i2AOsAdPgcEPPQIZGCGKHzSA9oPWF/1q2n4C1+A9SnXwDEaM/m7VZuwTdtDBqHFF+80xXGVt5BMWxyfAdIaqVYYGNzwEBmevoG0Na0MV9lD9A6toY+MyBrKjDN9/gD/VSYlpSxcIln+p7P7bgORk2gNfzOTBj1mnSrXj3msLKcGYs1q5MwzSk1UZmtWxC8ZZ6ylsEWJZEg48tqZnM9c4VxcemIiBlfup55Ztwhj9K2leoFc9jAoSSSDjCly0P3fsfuxDhp2xpWK0xa37zHLdMZf7IG2oMP22Z0TJknHDjYxEf2uwF9HWnfJvkdA5j1zszk9Zf1bORQR7bu0MMe5gQHY/w+ZJze973ASV68cA40eBcXZ/x2yj9dzfgTP58Lg/R8f0NU9P3mAGOPZ+ZM2OgnC95ycEAyzVSbMMY1769zMcYDkjD0J+t3VbZMwVvWuyUrivoTeRD7W6Qy+IPfBcxd/p95UpoE14Wucxa8DdcDWfA2nJ+y4G04P1XEVVUF76gIX5THM84ZvH3672/JLx//m3zx9uvky5+9IW3dAHZvuutHRkLhjb8+XB71z5Z5gTxgwdtUzdspk/mRXrV/2JWXS6vCYgZLifD6oFVEeBybyJdei8m+fQoeYbCnhg5yBK238zWYh//9O9UttWBCjRq+3PGJHOl1jpqDZF/mhzIGiDZ0YOl6tefbDu5/5Y2YYUsCpmGEc5MobFAxIHdqpmhbh+ISjixaStIlkj95hnkLkzKV0UcZf3s5ZthxQSMB1pWTEuwe1on3FycYeNWq+QakvPGahOZtaT5BX3jXnuQxaUGSd2d7hkXLph4jI33dOq58+76I0T99leRucV3hWjV9GTdaNSYBQT9YHjNgJaDC4P6u0UNNl8F9wpiIPPmXqGHcWTasAfoaqt4mshmsePiJsGSSQqUaGcw5FMEaNXBM+KXVxOQzykU6AmDKGgcMJOuDIYrRnvWblPForUED39QdQ7cSEBDgkPKQSQAoshq4VlcXMODYCU+q5zom1BxgHVCUa2H2ArQBNsOqxfc1qiErwPNJoqOh8+jsAsy0bK7JpDwSVbkkYtP7GZOqcaugNG0AGASUBEBm00v7YEwCatEmdIqtj8msrgCZb+7h+8XL4omySOzWUNvYvauCptSf0PHcasq8bdJYgelmjR1ZscYzBwx27NH3JGoCTKbtyCZwKIAcA8xswKhkVqVvQv05TAJEQc6BOYIp+5RwdL+QCUhisktHqqTGB8uUCcUmeghjLH4Q9uqbsUJtXzSBGYf4tWkTTWQ3ebxbGJJv+5rEfxbI5jPAW2Du1i0ZhzpuYL0CpLK2sSYZTeatKl1Bv8B2rVPbl+bNfWlYP2IOOGCzNm+GrIZjAF+ARzMeT/tGJsMawC02bpRj6mtA31g86Z6voCYgJes2a5EChJ6s36hh/cgW9Oimhx/WgnIs6OOuXKN+hY2Nv9DdtQbzDwYgBhP8koGAeImy8DUHLBwYMB5gB7dvJzJskGsOITM1C94WnK1m9HitjynHaFFX1wMH+pY+4AANsLQ4Q8KAA5SgPwHTLKCaaf3SXb99pyfLViUD7sUl7kLWgUM9DoiY96wjHMZgvINh7Vpd8C6dXOndPb0PAd5ZJzgAYE4DyDNWg8AwYxs2LocIX/uPogeJYcDbJvXJVpe1kjxgwdtt28Uk60y18WMiRlbio26ZgrfF/YbiAPFiZoCX9zjJgrfhPJwFb8P5KQvehvNTRVxVFfCOivBDeT3jnMHbL37n10bj9rVnHjJMl+LsyWdfl0effElm/uNRadq4QXm147zLhUnML/J0Gr1khN65J09qVK8uzZpU3jactxMyKIBNukkU5LNJikmNahGTTZtNa9bSe6AqLGZorcEmPH5ctSlh/5HRuThgsCz7GhAumESKsknsVhabWzaYj/1BN6qAbRHmei4yB25GyVWC7UUbc+1GZRuaZEN9MgMIAEgA9AAbyJ7dpaMbKtkfUgSAHACWACpomxJSCUiWzthEE0IJy84aQB1MUxuGHLyPBGKwRU+e8sxBDOAZ4bI9uyXPbSQTqD9ADvUAMAJEJmmhNcqBDQcDknqgLQqQmUmSuHQJzWzoPM//5+vJm1RAuBumuAY443ub3R3wDZbkNVdEDOhGCDpMMDK0A7wA/JFsKNXwMwCbSggAdikrHAarJrlKgLewr9ETRXaA/oVpDGAFqEN4McAYACDghs1Gz/OIYCC8HTBVAWLf1KtbF03uBZsNLV17WMA9ACwAz6OHa78DFm7drkAhwgTHjqmuMYA2/cN4Hz7YkSZNRP71hieuownTSGpF23hOMGHa1++NyBNPR+XIEWXMIj0C0AmzEACO8WQSmR0ByFPtU0B/+hmAEGALq1+f+/U5+B/dYhiRwwYrYxhQlnFIu61shA3Zxi/4mvm7Ix5qDZMRNjQMSw4Ljp3Q8HgAwrp1lUFLvwAAApxyyAFwTVthHFNXnsO6YmUT8DsaqVw7fU6K2OT/Z3gPH+LIiCGuAUcBvTZv0zGHz622KWHz1q6aHDGAWDrDF+hWI51Bu632cgOjZ6zANwcM3bskzzcAsqUrkOjQ64zu6ln194mTMKFVFgTgkv4EWGcsEDZPOw0IHw/hx9c3XRcx7Dz+hlnGdUaH1yFhmWPe7QC4mAVumb9XTHCNDq5Fn7m+YweRWjWUkc6YZw5abVQrDfLiv/TwjDozFklUd9uNEQPQ5x3SuQXYDuiczjiAA5xl7nIgkcrQZ52wid64hrkBMzc10WKwbMYw7GDYpjDJmasAw5gFb3fuzJUPlqrsSMJ8w+INK5ODD6xuLoC4lZkY0MeRIQMT/YzkCocRsMZJDsY4z8Smz44Vjml7n02uyL8PHoaB75nGEXXBWoTfbf9m8qzirk2XgIxrkdQCwP/BQ1HD4Aza178YEYD84qyy/XZifG3cwoGUHkrwPqoMLEcL3vqeI2+9m8ys5mCQJG5ZE8kUvDW/od6NmQMha7wzLhtfVE6qov3LXozDbd63vDv4DVJVLAvehuupLHgbzk9Z8Dacnyriqsr2zq6INlfkM84ZvB1z/Vdk3MiB8uADny2xvu8vXSd33v8L+fOvvy3DBsbTPldkC0M8KxqLyae/8nO5dHg/wyQO2satu+TuB34l+w9o6uBBfbvJb35+n9QnnvIjbmgqAiIdPBKTzu1zTEgyGcqzlt4DVWEx+8MzsUJ2k23F5ROdc9ZKy2QswMyDXQW7rF4ddDNhopXNeCLs9bE/RE3YLSAO7ETYducK3hI+i/Zs0DItK5jtm3IAk2B5lpbwj8RM02Zr8jHAnyaNSOwWSQrtTvU72p2r15FgjWQvhFZHDFiXzp78v5jJdK/Z1JVROnm8k6Rly33PvhgzocQFRmNUN7ETLnUF9r01AEZYhoQ0k7inHoy6AYT6h99ElgTe8hzY4mTDBnhjzJBMio00mqOwfoOGPMGnbo6YulMna4CW6K2mS8wC8LVmXZz1Gb8BYKhnd4Aox2RsJ+lYk8aaMAiWIww79E5JONarm2qoWhCLImDtAWCahGUk8PKULQjQao35ANBpmYr0HezRGKAorFZfAVObkIswZYCoIBDTsL72IRtNADOALOo+Bz1WT6UPONDgAIGNn2XpUgfA2z8/i46uyjfwHz0Nu5iyAHJhGTOeNm/TQwhAU6QHTpxSNiltZL7B2uVuQGnuI2EVjCWATAA36qjJ1bT1Qb1NEvXMmOvJhk2eCUGnTAzwFj3b48dVNsCCtw3qOUYvkrYBYgK0EHrPfRxawGw9k6/PB9RlY853V012TTnIqwQNcAugzmpysm7gC61DHHB2RLp1TtwF+9xKQiSXpYeeAHSA9wDJ6CY3aEBfaLvonysmJoOOHBStWqfJh9CIZixxWKOsY2RJVGagQ3sdq/zb6BQXwMD2zNy0sgaMp0iOJzdfl2PAW5jTsNPzDtLPOv5gUVs5iTP5OvY7tnelT3eV6d1gEtxpfU2ywhxdvxgLGMAgsizWkNZYs16lZgDU+Z3QvasmObXPtNeSODBVqgeAd/Z82l1Uv9XeR0TCth2aXMsahx/FhePT79wDM9ka7Pybr4+YsWHB2x07qsniZV4KeKus79K0j225FrwFtA3qunMYQF/Tl8zdLdsTB1GsYRxecngR1jgoC7KluQ+m/5gRrpG5mL8oeWyn83XYZxV3HXIoRFykGod6jEF0kP/6YszI0zBH0LUnwqYkq2y/nWbN04MIaxxwFqc5f77+zOT+YMIyDtuYbxwwwYaHEU3UQ9YyB2/xGb+hWIMPHmSd09+nRLFcSAO4nTk3EcVBXdCD5zChKlgWvA3XS1nwNpyfsuBtOD9VxFWV7Z1dEW2uyGecM3h7+a3fkt7dO8h///hLJdZ35rxl8qXvPSp/e/yH0rdnp4psW6hn/eI3z8m/p82Xwx8eN/IPQfCWzeDVt39HunRsLd/76qfk2PFT8rUfPmYA3J99+3Ohyr/YL9qf58m+g1Hp3rmaAcOylt4D/PDbuDVfunasdsF/8JXURyQTgX1lNsCE2eZqiDPAZEUYP0ZhKKIjhhZiWRmsv/96TDV1SbyEHACb49s/cW4JywD/jNYmfvIVzAIs+un3iqHbpTTEagUCdqFHCFjFRiBMRmkAxmACMIo2zN9AorB0fgPAJqyWEGIkAoqzx5/yTHirBW8BAwFE0TwM2qNPxExoftA4wPnkzcmyCcEs8vbaay5PZv3SJ7t2a+h+KoOY8N1de5UVaEGi0cMiSYmaYHKh4YrOmwWpLHgLgAzoAzgGuESI7lPPFQUXCI0HzKM/rNH2zh1Fnn8RyYBES3nGdVehuZqcsAy2rE0YYq8mAzQgL+A1QCXrJOMQpjZsQoAyfnQCugWNNaNVywSoh+YgACdgjgFofd8AqQCa6KeiiWrZrpRDmwF3r5pMOLwyRJE7gDGM/AJgN2VRJ0Cl2rX5zpHaNRlPrnziY6787s+xQpYgzwegRQcY0NAAiHF5A8C9urUdo5NJ+LwN10eW4OQpRw4dSm4bzGBC7Al7N9/4IqfO+JLjKsBKudQNnyF1AYD+95djBoS0hxs8EwCdNWPffgVvkQM4fNgpTNyGv2gf6xmgMla3rur9XjKINU3rxZgDsINJ98vfwOCMsy9hJQqHKo7UqKkJ2GAhW61o5qGVTQAsZTywDnzuU4mEfME+3bHLk6UrE77ATwsWwbhGp1U1Z/ENhzH166p8Bc9Kl33eSl0EGcsA8Bzu6DxxDKsVEJ3x4ZiDGNYpV0YO9+SK8bkmyR1sbRoJmAwrlrFlg6k4POjRVeTWG3MMC9RqP8IaNizafAXD8QkMa/rNJue7HOmHGupHDmCCLGU+gxHK/TCEgxEAHCpxiBU0WOdWdsR+zj2sI9amzvBM8rygtW3tyxUTI+bZderQx/otPkP6YvpsrxCotiAyax2MXQve5p+pJu/O8WTPXpWI4LomjUlORtIxZciGSa7IYd2K1YkkedQDWQckQJBPsMzcYP15BhrKYY2+RCYkaP16u9K6hWMSLu3Z55k5R+g844FDC9a9dMYBFOsCB1KZaMxysIEeehBoZxyPG3VuybKoWyYbQd6p0+cgDI6GNhqvYb0X7joY2LPnF43QqAh5qdJqGARvS7v2o/x9pszbyuorDsRggActTELNytKeLHgbriey4G04P2XB23B+qoirMnlnV0R9LrZnnDN4+82fPi6z5i+Xd/72iDSoX/yvo+//4o/yyltzZdGbT0itTCgEFeTpg4ePCpIJn/vGf8k1l41MAm+Xr9kst937oLzy1M+ka8c2pkb/fHOO/MfDf5LFU/8gNVJTiFdQnSvLY9iM5B0CwFLZhEsGFh+6XVnqfCHqAbsJZtqpszGpVT0iXTu5JYYIXog62mf+7JGoSaKkupow/VQK48Zryh+8BbR9fWrihyhAHABSWRggxguvxGTzNk14BKhA4h7Cm4vLcl3Sc3//dEyWr2KDmthYA3498tPcUNUFmIN9ZEPBualhQ5Hrr3KLhEunFkiyo+DGmO/btHJN4qrijM308gCwMah/8SGUsNEAcgAxWbKbNXGlfx9ldATt149HjSTBKWQTSNpTQ6RDe1c+fUviutQs8vb+IHgLgxKtWX54YYBWY0YkEh+SaMlIORxXxh7aqITgsklhnM5d6BmQCgN4QssXcGXe+7D10LwFDtOw7m5dxXz/t5eLgrfIDwDorVqjYDH16Nk9IkePerJwCWH7vmE+wrJq31Zk4lgN+V67KWoAoN7dXDl52pFNW5LLJgEZ4cqFgLsT91U7tHcVLIMRRfZqWK72GTB6AfTtoZgCR6rVCvhEeDlgH2XQPiIhLBvSzN44S/HaK1zDEAXYAWRCSoF7ADVh+pKYEMZpQb5KpVCP22+JSI9ujvE7Y4E6AeAAWlMfAFNYgwAjMP0A3jmAaNYUDVpHYPxSnxMnVEqB6wHb6C8Yw2a8k+AtR8xBwuEPFXwHjMYXAKEAto0a4RO9FwkX5Cv4u0cX1wAzyCkAjlMHo7lZ0zPg7boNCtga8Dam4CXMaP6fg45atVR7GVAdYOnDY8hMaHI0wM5DH6rcBom3+vdWgJy+sf7lYIn7AHubNXUNsxhwjL7kwAtZg3vuiBSJHGCjzYbbGnWnfY6rSdXoG6s93K2rlgV4C9s2aEeOiGzbqWxijIMo/gNgZR7B5EZLGKAJPwCSqpatLw0bOvKFO3w5kJcjy1bFlHl7nMMaR7yYMpGJTIAlTf/CXiWxlj1Yos7ofdtEcfQTPqbfGB/t2ipICgBrgTPGUSFLOd4QyuSwBL3YYMg5bQ7qZnM5ET5o4qbadVcGD4p8mTPfK1wniEhgjYjkJABlAPyhgyIyd6G2GwYx/4tziE3xaBrfdpNrwOjDR89K4/rVDSgP0Mv1zAMdjyoTwTNGDo2YCIiSjLH30qvod2sZrFH4jDkAKzUdeIvvSfaVieEntIwx5Cvq1BKjC05/qca3Sp+0aS0mmdmUy5LLZ3rORcIorrXNmAbMtsB3mLrw7li3wTeRBQDHvXu6aZnoYcrimrAbQRjq//VYtPDwhX765pci0q1zeAC8tDpxcLFgcVHwlsNT1pYLaVnwNpz3Lxbw1u4tSloXw3nkwlyVBW/D+T0L3obzUxa8Deenirgq7Du7IupyMT7jnMFby6gdMaS3/Pw7dxXRgi2IxuTZf7xjkppdPu6SUhm6F9q5137me3LlxGFJ4O3Ume/L13/8O1ny9pNSPR4DuWTlRvn0V/5Tpj7/S2nTMk1mmgvdkAp6Phu4ZasUcLHgLY8mjLC0sO8KqmKleAwMtXdhgYgUgrf8fdn4zMIhK6oxDz6iiZmCBhPpmisy20BmWl82jL/6bSwptJwyJo1zhIQr52swZH/zpGZ/L4h6kpujZd50HVm/My+fbPTTZyWDCYQm/vjb4Zi3MBh//HC0SHs//XFNqFWSEcILuBg0WJwd2qZvBwDX//29KFh51+1u2qz2c+bHDJgWTFg2bLAm9AratJnJLEK+g6U9aljiOkDL9xYmb3TRIh03KlFXQJHUzOZBxtlb02OFSezs821ooE2cGKwXmpuXT3ANkINcQdAA7G690ZXHnkzWAOag4u47ImlZ8YBfb05PHpuATQAugAMnz0SNRmjN6hED8qC1GzTYySTMSjJHZMQlCT8xLgHaAHSsAX4AnNj1FIC1VUu/MPM4IeKAejZ004CkJ5JlEwDGBvXTbPMbNsI6hU0Pc1YTUyG5gNbp9h0a9o68Akb7kE3AhxbEsfXikI5QfTsGYZ4aLd9myhTF0NK0yZkIE6ctmAFvYR/XSABqsJUBjAGxOnXQ+2FKwsyELWwTu+EbPgMkHj+6KIvv9Fk02H3ZssWVZ1/0zLMM69qAkSKtWykwCvAeHINWvmTTlnjyLYDlBioBAFv7bL4vgELIYGC0kbYGw1Mf/3PUgIFBQ8v0pmuT5yT1mcpYEu1vI51wVAF0WK/GHEfQvwXI5oAJw2eWncrf1DVVq7RdGzGh2zAvbcK1jZt82Zun7YchizVu5EuHDiLVcjSp2PqNKt8QTNLGuTTjjvDgLp0Sz54yOWL6iTnLGOJexhagIJIXgLcwXPv2EgkCq4wj1iHGrDVYuhx+1a2TPEfRxEZnPWjpsr0jrUDYvzXA77dnJq81zLuO7ZP7BZkSWNq8E1avBbhWvUgOJfBx186OkcAYOSxSCN7yfoL9TE2DIHSL5joeObjinV6aAf6uTZEU6NzBlT49HZk9zzNjIWgjhkTMgcj5GEnjYGnDurVJLplvgOeXjqCvkn0Nwxmmc9DoWw46L5SF3Qj+9k+xJGY79W3V3JGffrfs6m4S8b2t+R6sMW6unKhz40JaFrwN5/2LBbxN93uDpIPDB2f+mzac58r2qix4G86fWfA2nJ+y4G04P1XEVWHf2RVRl4vxGecM3uKMH/zXn+XlN2Ybv0yZOFzat2ku1atXkz37D8l776+UXXsPSKMGdeVfT//c/H9ltnTg7QuvzpCf/Pczsnrm04VVX71+m9xy94/lH3/8qfTo0s4wAj6KtnmbI4sX+7J9l6s6hw1hefgyabyyu7KmHgAU2bC5KBjXvw+Mrcrnpd//yZEDhxzJP6s6pjC5+vX15crLirKeyrL2gBrP/FUztJ8540hOroJSo4Z7Mnjg+T/7yFGROe85smMHGeYVKIJ51L+vZ8LiM7XX33Rl+SpYvNq3nO2Qsf2ezxcFSdOVTZj3y/9y5OhRR6JxzU/aO2I4Sb9KLgPG5IxZhIqrtmvXzp4MGVR8C5avcGTe+5rUKErbAVhqi1w+yZdOHRK+zclxJRr1DFi1ao32BVqu3bvB7C1aPoDGs393ZfduJSR2aO/Lx28s2lcbNoksXa4JrgjrnjieEPFEee/McEzyJrRLSdwGuNS7h0gP9DVFhO/R4D1z1jGJfAB7unX1hQRR6zeI7NhddH5NHu/LkmWOrFjFvfo9zOh27Xy5fCIgkiMvvuwY7VLAzCsmx6R/3+J9iC8AeqhDrRq+9O6lbaEfYQYDdAHoMae374B964vnO9KkkW+SRDH2DuS5ZsNfswbav4BcJM5yjR4rY4eQf9p3+oxjpA26dvZlyVJXdu7S8uvXB5gVk0CMJGmENBcUkDxN2+fm+HLwoIKNGOHo1OfoUeQW0IpV5iigZm41lWto1syXAwccAyIC7gF+wrqk3G5dPANM7dqDXICyntu00XqaRFuH0EV2ZOs2DbOvVl1BQt/zxTPPcKRuXWUZkv18zx4FC43+bG0NXQfsM8nUqvlSozr/OVK7ji/HjznmOXl5GvpfkO9Iter6boF5PLCfL4MGeGatOnRIk8TRXtjA2PsfODJrro45mJXMLZi5jRo50rihnzQGp81Q6YatW+NSCQZk9g2gTPsB5rfvxM++1K4DoKn90L6tti0vT+StdyJCKUhG2Pdfkya+fO72ovPh8GGRVetE9u9z5PhJdBMVBM0/S6i+6tkqU9yXfn2V8ZzjwmLUfkFiAbAcVuuBg5qcjfoMGuCbtZJ5tHqdmHGzfqNjADurX8t6DjBdrx4MXPXVgQOwm3VtcOPv7liBSL36sGiRFWBusjbwLvCkb2+RaTN1HG3erAxp+pWxzRiiT0kk17ePJ63j6wbr+6o1jmFoHzykzOxmzTTp365dqiFcv4FI21a+9OoBE9qRPXt8I5vRox4koQAAIABJREFUqKEr7dv5Rp5iy1Z840jTxr706ZXwtZ25gP2r12m/16/nSl6eJ9VTNGPPnIahrX2Nb9atd8w7h/UBTWzmBEB9x/YkNHRM8r22bUTmztd7GG/78zQBI33Xorlvxj5rThhbuw7dWx1zLVvoWkf/cKC3cq0jsKojrm+SpwFwB42xsXU77w2NHsG/1MHId2x3lC1eC3a5StBQx+mzHNm3FzkXEvchRaJMcsbxrTdrAjxrPHvpcq2fGf/xwxi+nzROx31ZGSA4cjfUHe1jO1bOp/yHf+3Kkfh6b8uhyg/9pChT9nyewzOYY8qW5yAnMZ/Op9wLdS9SPzt3umYu817iN1FlSMB2ofxRGZ+bE3Elyo+/FNu23TG63ay//N7o11ujDbKW9UDWA1kPVFYPNKmf1dk8n745L/AW9sKbMxbKLx571mjGptonPzZZ7v3MdSXKKpxP5cvy3vTM20Xy9R//Vpa+/aRUK2TebjDJzZCLaNUiLqBWlhWpImUt+MATEhsFjTDYX/4kp0x/4FcRdxRbzarGvP3NH6Nmgx20iWNdo3lansam9L7vRpPYX2y6PnWLa2QbztfYID7+55gBCSzzls3JJz4WKWS3ZfIM2KAz5yZv1gmZvOfOcAwfwIwHfxlN0q5lY3znbRETplySbdjsmSRdQYPxik5wOoNZ+cvHknVyAZh++K1IWuatLePoyQIj82FZyqllIxvx9ozkelxzhSM9AmG+aPsSTh5M1gWDFyavtT/8JSZbtiaXc8PVbuE1Tz0XMwzMoJFEjzDukpi3Cxd7MntecrlILnzsalcefTxmmIDWAJG+e39ORqG9O3b7snQFCds0XN4kD0uTbAnN3pdfS950sVkOSm5Qj+unoH1Z/PghadfU6YlyAGPwqwXCFahMaAbDejaAYy0FdNmYk92etlojUoK1/F9vagZ6jOsol/EMqxJQqWUL1YkFrAC8Q08VY9y9+Y5nkhBhhN/DVEarl/sY04D6MEsxkr3A6g6aArLJnwHQ80wYvrA1qQ/SCJQHa5exHmTqcjcazRxitG+lO1eunzYrZgDPLdu0cRxaAIgFx2Aq89boEEdUoxgNYABcgEqYmRz4WOMz6kPZKregdWJd4dp0zNtgK7mPBI2r1/ommRTs1YJY8ngluViXDq4BWy2rmfLxVyqQNnq4a/RTMdj5//x3zLBug0YiyHZtfGnTRpm3GBquO3bqfbBOkUsA1LRtgb0KCIjBwkWug7pa5i2sXQzAIBZV5i3MVcBDQv7TrWf0JzqyQcY9bUX7FS1dEkIFLYymd3JL9V/p9MEt89Zez8EFcwnmMkbdOEyCVQubG0Y9YwC9Y1q6cbMy3s14qgNjF8AZKZdwa3+6eob9jLWE9dwaY2DS2IjwOePWGmsCn/O9Zd7afuIagFv6etTQRJ2RUkGCxjLCuY5DeRjvZc28ZT1/7/3kPi5urFCPsCyeimDehu2rC3HduTBvwQOJogkmDkQS5NIR5/+760L4IMwzLxbmbZi2VuZrsszbcL2TZd6G81OWeRvOTxVxVdh3dkXU5WJ8xnmBt9YhhO8dOHRUdu3Nk5Onzhg5gdYtmhQCnlXBcenA25Vrt8gnvvhTeflPD0r3zm1NM154bab85FdPJ0kpVIX2lXUd0cV8bWrRU+BHfpJrmD1ZS3igKmnePvePqKxcrRtYDKAETTxCpcvT0E29/3sFSQmXNPGCK1dffv7PBpD6x2ue5B3QBFMAkjDXJo1zhTDdTA1gENDKZp2HidivjyOfuCHcBh5g6enno0U0b2+6JmI0XUuy16bGCsEUex1JyAb0Se8nxt9zLwHeJTb3gA733OEafcfirDTwNpjMKliPW64Pat56ki5hWVBe5aFHo3I0kLlbs6y7MuFSLQd92p27WWu0rozJSWMd6dkNDdPiNW/pI2QTADUx+qhdWzEhhb/9Y1Em1pWT3YwyhqMjDAgbBG9TgWmeO3Ou6qEGNW8//FD1pK1RNxLC3XFr8eMHzeZlKzXEGwOQBZgEkMRg3cGWI9QdI9QcX9oEcACrzZuKtI33+aB+rknwRv+89K+YSUKGP5krlENbKAODZWz9iBQDuqZY5w6OrFyryeZYMw4fUXYsSc0oC61c2LD8h+7kslUAnYV5wgzAB2v2zGllMmKck3bvpuApzGYkegCNbcI4wLKmTdDx9U14PmMZA7xt3cqX4YNUd9oC+6laq107K/BpxyB6t/MWAn7ps/ADbaD+yCtg+Jj5o+Cm+gOQi/8AojiMAWjG8DlMQg5ybF8UdnTKH4yNt6Z7cuaMb7Sj0xCrpGdXxzw3aKmJ8UiaNTCeUJB+QD8VbexUA1RmvbvxOl/y9ufI7n16Desi45F2YV06usLBCzqp+A+DxW2/RwNVAUMxkhKMDXxGH1rNW+MLV+TqQFIxW5904b58N2Z4xMhtcECVakEZhuL8mfo57VqwmIMS7Zug5i3jHHPEETcC21b/zTxBLoOxacFbPkcbHQ1vpA/QcGYcWMkS1qOB/c7/PVVSu2y/pl7DPA0eRNnveR/wXsAHaN7u3K36x0g8IE8yalik8ECAe1avRytX/b5ztx7WsOTS7kw1b0vrHw7+0GwOWnFjhWvCbgQrQvO2tLZdyO/PBbzdvNWTVSnJMmnD5LER8x64GC0L3laOXs2Ct+H6IQvehvNTFrwN56eKuCrsO7si6nIxPqNMwNuq7JgjR49LQUFM7vjaQzJ+5ED5zC1XSN06taRmjWpGF+3q278jHdu1lB/e/xk5cfKU3PvdR2XowJ7y4AOfrcrNPu+6w9RKl2Dj59/PETSXspbwAElZYOht2BqV7p1zzSabxDSV0UgswyYWJhjhzWRgJyv84AHluzEFMHngRyQaiQPHJJpx2PiXDXhL6DV6iIS0HzgYkwYNdGMLKH0uyUzIVL54GSADm37fgKAALABCYQyAgOzom7doMiuyf3fuJHLJAJhqJfv6VZL/HFGQjQ0vCbQIsQWMS2dLlmsiuLxDCjYDSjRr7Monb3YMSJNqyEoAFKJ7WLeOK1MmO9I/DTD86BNRIxlA3wFkAIb37O7Ip25OTiIE4AibjuRRNWr4hjWJn6yGJ6xggKKTJzUcv15dV4YOcgywjnFQBGCy/wBZz33p2smR4Ze40qtbYg4RfgvYABhJ2DYGeEuCKLRgCeOHMQiIiKbwk8+oLwilhzFL2POVE9HrdeXN6Z5hAsM6g/VNcirCjTdu0XZwONWtsyswYQ8c9DVZmgMw5Ein9o6gxYnuLYBjpw6ukemgDwAjGd8AaFt3KGMW0AumI2ARzL9LR0aM7iUgGe1ELxZgBkCThHO0E4Yd7yZkDOACMpYZgwBKIKiERMMEhmmnABMgrmsYggP6KhOyVXMxmrUwZulDmIQAaowpBZnjicxOq7wCofowhQHo2rZGMsAxshq0BUkSmJgHDtrx5Zh+RLe1UUPCz0kSxWGJJkBjbQHwpE0Ay/Q9ZfF889xcxooj7VrzDMBxm1BL76lbWxNoAd62ImGUqGxDrdoqpzFycK7pF4D7bTu43zdyFwCkmrDMNXIw9A0AOOAXgCbsWeYlyenQKab/kLGAhUvovWHettTQc4DWvDxkEjTJFwxd2gFjlcOFT93sStfOOn5JULZitQJnrBF9ejiycatnGLuwdVesgR2s31Nu0OjHju1UjsDIS+RqcjaiXEgoh98BqVkPkDgZMTQiV1/mGj+nA29JqjVmpCtjRnrieLnmvbRnvy9tWiGVowAegCR17NldZMVqkoD5Rmqlbm1tGwxUmKYA1IDdNmEZ9UJTOZjHNV3mc8bzB0s1ARkMbvqS8YfvenR3pEY12NmaOO3QYfUrieH69HTN3IOFy3sp76D2L/OepHHMGerDfKNP7brOHKNvAflzc3xzWAGbm/FGXfv3dYx+MeXw7jM+3eSZ/tib54kXU2kSdN8Zw+id4wdYxgUA/CQ27JYccRDmHZDpNfiDg7tUs75I/RzdYHswiQ927lFf0Qb6OzUsHgAPIM+alVi47caIke4ozpgzgKYA+ZYdbjTTzyobm/W+U3t9T1lbsgIwORm85ZCA+vJ+oo/RzbaWyUaQeTudPAO+Y5Ia2qR5mfq7Kl6fDrxVremi88K2j98wJItNtQmjI2Y+X2y2fpMnO/Z4Uj2Xd2zEvK+zdmE8kAVvw/k9C96G81MWvA3np4q4KpN3dkXU52J7xkcevP343T+RVeu3JvXr9+/7tNx2w0Tz2YYtu+Seb/9K9h84Yv59yYAe8uhPvlwlpCDKc7Cmk01g0/3EI3HkpDwfXoXK5mUC645N06mzMROGHgxprGxNAWjbvit5U2UZeuVd1y8/EE1JTOXL5z8dSQqxP9c6wFp68JECo1EL8EXoLMDCt74SMQBTpjZrnif/eDV5wzN8CFnKw4G31Oc/fxU1wIc1AK8HvlqylAHXwtSDERe0KyYWTTxjvwcYe+DHBTYqvvC2/30opzBbfbCsX/0uJus3Jpf/tXtcA3AE7bmXYjLzveTrrr48GcBGWuDvLyf7CQDpzk8m/PTM87EiMhBB2YRHfhOVHbuSe4jEbpcMLLnfGMvvzEyuX79ejkwe78p93y0w2qnWGAs//k6OYaDuSBn/990dkRVkarcJpdDPraVapAs/gC2p2eoZU506qi5n0AAcAZSCdgAg/Uxy/WHDwVgN9htglQ2PR/MTkMSC3gDBtWpywKL9cviIZ4A9q4F79DjhzugLJ8r89Mddkwxq9TpfNsWBGg4Plq/0lQWLlu0RnR8AWwAw9F7Degq+A24B3AHioo+JRij6vowx7of9S73IcK+Ajy93fSbHMHSxF/8VS0paxWeAczBs6SmA1qDR9qDkBt+xfrZrTXg9IHeibczrCWNFunXKkZnvxUwoPLqv9Bs6s9SPeuMPQHtAO2vt27iG+cyzYJQDUFK+Jj2D0esaf9hweQBuHQ+a6MrWE+ATPV80Rwf3d420AAcn1ii/Zk20fSlfn78vzzMANMzi4wF2PN8BsDVvgtYt4C5JxdT3yFKcPOkJfQzIlhjHjtwwxTXA+dPPJydV4hpYlFMuc6RFC0/mL1TmOnVibNFegD2MdznSB6fOoGms9WcMG6C0iSPt24ns2av62c3i6lEcHuAj/GyNw5TgoRISBfMWafI/o9PoabtycxXwR2uTw86cHBijCqQCDjI60LDlIAVd7F7dHVmzPuFXfMDz0T22xrV9ewYSmp3xzXrAHDKHAkb7XDV1mXswDek72vnmtJhJMnjqtEZp4HO0aSePiwhrf1CigOeNH+2mTXaYNJjL4B+z5yNrkDxHRg9HNiE5ASO+vGJCpPAgK8yjOeTiUDJorVs6MqSEg1vGDxEI+QVaJ5uQjsMGDseoB4c3rAUkdIurjxkwffHyxLOY/yyiLf5/0k9ro4e5BtjHshvBMD0okgrewrqe/0Fyn3Zs7wrvQWtEDSADFbSwCfjC1aryXMXvpi3bPQEMQ8ucg9t0yVgrT40v7ppkwdtw/ZsFb8P5KQvehvNTRVyVfWeXr5c/8uBtWPfuzTssNatX+8iDttZfsH3enunLitWqZwkrB1bXp2+JZBMdBAZVMEu2BW/5etRQV5oUo1EadkyWx3X0JQy/7bs888O2R1en1DD+sqgHG+mH/ycq++Paj2z6AAWunBSRkUMzB1dT6wT75OnnSECDhqeCBWiBjh/jyIhLMmcVP/1czISLU2+ABcAGAJmf/yBcpgiYgX/6q9aHMgBpqM+ESzVEtSSDUbd3H9neFYAGDEWyYWDf9PfBkDeapin2+U9FirSd/r/76ykCpMLG25Wbrk0u/5s/jJr623Bjxgsb9W99JeED1onFy33Zn6dJgOrUERO6f8MU1WPEYNZu3AwDWVmehF2PHuYYph31+e5Po4ahqmHzylJFUuHKSSX7CXYffQRDE3gVhhw6lrCt8T1AHOAkwAzh7eNHO/Lvt4v6CQZlk8bJgAk1oT2HDlvWo0jjxo4U5CsTOdUIq541TxmEhlnt+4bluC9PxSBYC9CWbNUicSds4xbNVXMVW7seJqJfeMDBmKHu+JP2nT7ly5l8MSxjDADWAstGyoBQ6aERM6cZExYU3bmL+e6YRGPiaCI0/sTPSBGYJFQ5IjVrkYBN2XUAj9QXtuP89+N18n05bXRuHQPSAHDXru3IuFGOYTTbvgaowUfMcdh1HATybFiM6WQD0s2FsSNcw+oDLLbM7wYN0B71pWG9HIFdhXE4sm27bxJgkcgJ4FaTpolJeBfUjSUsH1AORjzj9dhxkt1pv5OMjvmN5APz1bK7GZck+GEuwupGK7JZE5UgoG1794lsCug5I7NhEnwCSsWHFEAwADFgl5WeoD/xX89uYhLuMc+QFgHcBmCsV0dlDQ4e0QRn1vA9ANiPvpUj93wz5cRAxDDDH/iqK6s3xGT7du0TQFsOR+j3Bg2UxYzB8oV9DniJlIEFs/v00rWORIQYfrRWqxYMXl0T2gKI99E1ylrw0ABwHYB2z15fAAlJYEa5GODRqrV6WAAADkOXcqwEByxwGOvWAKkYk8G64Atkd6zBuFXGp8jhw4l76Qvm0LDBCfYswDA6oCdOkbTPNZIRANNoPCOhwTsSn8C47t87mSWabryW1WeMt2WrVPcWhj3PhmUM63X56piR8QCARzKBvsvUkDIg4gK/w86lHHtYlK4sgPBV63Su8V4lsR/zizFpmb2snRyQInMTjHLZsk2123kWEQXMseBYIboBRjOW3QiG68lU8NZKdgXvxqPXXpl8yGwO8FZ7cuKEb3SzibS5GBnLRC0x84PgLVFTxf12Cuf17FXn6oEseBvOc1nwNpyfsuBtOD9VxFXZd3b5ejkL3pavfy/a0gFl+OEN+ya/ICb160ekcUORqy/LgrfBTofFt3SlZ8JwT57ypHbtiNlcj7zELVUP8UINHjaubMow2Giwp8rbAEQefSIm6E+aZDzobMaTZpQVePt/f/cMo+5sgQLTsPbGjHAFxmym9udno4Xghb0XMOGhH4ZjnhPy+8zzngHiCOVm0wpjMkx9AN4AgCzjDjANllmm4O3nPgkwngyAsvG+5xtR1YiM76TxzuUTXLnxmuRrv/EDBVWtVqnRlG3jGDazNdYJdCIBFSiScGNAqWsuBxRQv9MemJtIEjDqCOmHHdqnpzIhAW8Bbm04P6DiuNEJ8BYW3UJ0LUWkfRvHyCJgi5aq3MK+PMrxDYsLkHRIf0f++qJn5AkIiXZcwtBFhl/iyBtvwyJT0IhSYBHaJE2pY0RBN5JwqWwCsgxHjhA+7MTZgtpe+vW+eyKydbsedBFGDBsKwOXDePKunFxffE8BKRiuHC4cO6basxbko535UQ3lxyygjbwAdvS4gt9N40xI5AkAwwDUMbRyATNZp7fugKXrGDDw2DFfCvI1XBng7sNj9BXyFq5hgvowaesoUNumNf51jTYmwDOAHgdU9AmMWNOH9HN1ldGg/QC3HOwBeBGmn1tNpSq4DsCH0HykCQCKra5tifPR9+Wu23OMbAlgM9ILjD3ub9bUl9OnXAOy4jtAQMKxYXwi/cBYBewFtGfOwGymH7Cbro2YqIPZ73nCaCJhGtIIJ06qTwFXAYJN/8TPJxSkBDwjrF/rgVl940OHRA4c1jVN+0CfXb26agLDIgWYRIqC+zmwwADnVq31C5Oh4SvmO4xh5DLoK8o8fDQZvOVewLz//H6OfO6+ouAt5X/5804SeEv/ATLD2uagwAJvtJH+tqHwAK30L/OBdhrw1lGGLj6Eyd6lo8ig/ipBgQEAUt+tO1R3FpCIAwhr3Ld1O33IgYH6kW+bNXbkgEkK5hjwlkRrmAVvLQBvy7F1C4K3fHflxIhh2pn5ccwxf6cDbwHcOTSzyRYtMxTN24L8SOEBGwdGMI9LMsNkZpwUKJCKRnQ6Y37ClmcdhJkelDHgcM8y4GHj2/FW4oMvwJccTAD2YqyF23doJAJrBgeaJtHgGd/MQ+SXgpEpXM+aSB+jgctaEbRMwNtEWRwIqbyGNfqSdY8DJXyZmugv+EykNFgf8DfXlgRcZ+puyt29V32FRrVNNJlpOSVdHwq8jet9l+Vzq0pZ9tAyGbxN6IVXhXbwW2r/AU2S2rEdUlJVodbp65gFb8P1XRa8DeenLHgbzk8VcVUWvC1fL2fB2/L170VbOj8g/uf3UROaCmuKDUiXTo4Jc89awgNsXh7+n5iyljwFV9hYPPDVnBI3ERfKh/Pe9+Tp54PsQ9/U9VySemXahu/8NGo299YAqb77NbRpM2fGpnv2t38cNaG1CgkoMPez70cMeJKpkc39xX8lszRHXOLIdVeFH///9b+Algkggx/h3/kashol12f+Ik/mLkjcxwbzuqvS69fSLsYeLNkgd5QnPPZwrtlUp9rPfhWVbTsTn3Lt3Z+JyJAUmQKy2b/9brBUX66fEjFArzX0UP/yt+SQXthX112VuOaNd2Ly1vTk9rCOAGZhv/ljTFavTXzP5vvuOyOGdUao769+q5qh1qjDhDGOSaj01LPJfXT9FNfU7/7vJ0tWMBZ++ZMcI2UBqGIN3377qxGjkwk70hobb4CZV/4NIKsjChCYsO9lKxKANtf37yPSvp1rNG+tnc13ZMmy5LpxP6CHNcBIQE5rgLXUBxYtBsiM3ioMPPtvZBQIL8cINwdMhzVIFefOV4Ys/iPkP5XlajRNqztmvACmAr7CxDpbgOanPpNnf+lzEVm+xktiKf8/9s4DTooi7cNvd8+Sc845qIAooiIoIIKYs2c6w4liQFEx53CGM+uH4Ux33nmnF9Qz54AJFZAgiATJOee4M93fPVVTO90zs7u9sDMsXr/384CdDlVvVfdsP/2v/8uyf5asGzBarZr2zOU455xuq2XoFFfj2GwDQN6wSatYuRjxO+XK5Jdvf9CzdM0zoBiPaA0/NaDFAoHxIceVKtlFhQCxdcC7+7uxOgf0X8FJW6tn6SNqWXyBOfcaVK6btBoQgNOmtVYZM67sN26CtsgwLxPIoS4Ip9X3rVvqPqFkReUNNJo23VOeykbRyuf0yQBdDbhTy3enzfBk+iyK4YmM+UGrw+kn5+RFD/2nz8B6QHJ6ACDPOsWWv7+aUC9O/HHysY4M6s++cflubEx5YW7eDLzVc4PvceYY5wM6MrcAywR94SUL3swEfszkCH9ickbUr4ey2JIWyX3MdWmUygBo8zIAiMpLKF4QbNmsQXRxwcsVoBz2BsxBVJx+n07axos5xtsEkBXvXJNnbXWh1b4AZP7NsVCFctyBfe2i4neM9Yefkz9XCrfr64ltuQce0qvk76MvRvN9n2pHunUEnwB3J09NXewolvv3sVU+GRNUkCZ4EcJnAP+KFszJDz+jGGPSNmGebiH3MsZ29vxUoUZgEz7lIy511Fz64ptE0csaXh7w4gBVuQkKqqH0J0p6EGROjfom1Qa2x2PbeI9rL20dXOt9D8o+frxYwubHBC8t+vVOrRDZmdwD40ePTY0puTikF78Llu+YpsNbPM2/Gxe0RCipuOnO9HF32JfrSvn/+mwTzFzZHdrPSz1+rzHB/aL/wdqKbXeMCN6GG7UI3obLUwRvw+UpH1tF8Da3WY7gbW7z+6s9OgDp869cVWClcLsGCCyRvfrSSHnrH3RURf/8DwWZLNmy1ZWqVWylCPvdmXagIEdFmSiXXhv0AqVdLCcd8tvwUHJH+gJ0uex6PBr1wxMwCMTBUmaKlu1s8LAOLEVdxvLsAkerA084miXdO9a378e58vEXFKISZT9Q2jJ+fx/YB7sAIA8KK2AUdgF9D3KKYElxfWZZ96LFehkzcAw1WveuQX9H/74U7gJiAgMNuAYKjhjmZC3WRp6wmQCyKc/NhpYM6m/JwWnQAv9F4NK8+Vp5CgCh4NZ+3VMPpCxfH/+jrlhPwahatVhWLmpcjQLq1nsTCiChAsWHDtBz6CG2HDVIj/tDIzVQ3bjJEydmSYO6IgP7Owp4vfleQj79Mgh9UK8+fl+B8vxEnanBAlBKL5tHBXv3Q3EF67TA2FLWAKccbyv/RkAiClfH8gSocvThtrJaABah4ASG4rn5rzd00R2Wr9Pj6tUoTobCXnt1qqJilbRStm+f4BzG75ExAHAodZeloR/wVANIrXI0MIP2oTY0hZLoEUvHOR8PcPSFAkrkFGhIn+rU1vYgAAKWKE+bkTyXiGyiknxaVK7kSe2aWFUYGI2SGGWgBo+2g3elJYP62fLq224yf8nr1dJAFc9X2oiaV3nTtkRhqgtSEVyHtJn5z9zieEaBi+VCUoytwDIFuKBA5I99yDGwFQWxgclAdyA2VhDNmqJ6Jh+2GkOUm0BYinthUcE4cV51d7FQ4mnl9X77aguIb8fyck33gW1RBe/dxZZ996ZwnLb9ACahIsXnd/1GirLpfbkGeaFJrrCtoG+1amlQCOREPUqbyQ1WD4yvUs57IpUqe3LWqTFVJIxxfPsDDVtQDM6dpz1hU1Bb22iQs6UrMsewQT1L2cxwDQ0+1JEnno8rf2y2pCAf6uLCuKv815csduSzL7GU0FYOXH8AUMYEdTyF7Whn7ZraJ7xZU1vq1RGZNVfnEYjLPYIXSVgsoCincBrHatFMK58pTMe1YGAu/QJK88IMVTyAjBdYqhCf8rYNBvNYz0eRowc5Ks97dLBUUVRy+/NMfb0CSOvWtWT6TF4UAdH1fhQsTL/vYpHCuQHOXN8oiVkmTu78weqIV16PK1U6v9swzqg3S4I98xa4MnFKZj+w/zF+r5zDLN/2nw/ojiex39LEfN65A6rg8gV9O/udavZHPc04oDInRwTfH1OnYxmiQRPjaOLhu2KyYJGr5pE/+B5s2shSVhTYJYQtWEZBwPRx5gUHNjgffJZpg5PNw9/4HKfnpNteFFvb+d8/8OA2Cn9zDpTIPbrv/LH9bc5WsAzgx3cXL4G4LtK968trHuwuxyEXFB+tXMUB4HduAAAgAElEQVSTrp1jyrJldwlegqb75/sV6rtLP0w7I3gbbsQieBsuTxG8DZenfGwVwdvcZrlc4e3mLVtl4ZKVsmbdBmlYv460aNJAKvl/Y81tX6Kj5zED33zvCSpNnqsSLiBC/xJ6+YVOxvK3PDarwp1q7ARPRn2tHyB4aAYsEMcdqR/UKloMvSpTytW6hcjNV4fzct3R/vDgduNdmZW0qZxOrnY2qKj8p7/p45uCZfx9YH9bBvbb+eOXtX08yPFAlx7mAb6k41FJPj2aN7Wl5z7Z59P7n7jyVhbP2/POtDOKwXE9P/SEPj6wl8uaB+8DeujK3f545yO8EYMP4CytR61kAuWf8R/173vMYKdIiXjDnZlzrue+2mPX3x7//vv30Eq1l19LyHdjM2HJ4/fFlCI3vfgYxzjvDFue+2vmQ33/QyyZMCnzWIf1s2VQ/8w58vCTcQUS/QXL1qx11c/8wcNWvz7Bn3HvbFAvdcz1Gz3ZukVbL5gADAO3gIkEYBIfy/Zt9b+nTvNUwSo8CgkgGL+8+m1GUAsCvZgD/GciG7wFjO23t11UHA6o9flXOh8UPgMEE0D8N7LMJxSo+3XPnLl43KJ4J8ySeRSQxt/U2BDwM6Ajc868OAC+4jGKShKoA7wFpBqlESCTdtFnCoGxLN7cY01LAPafUjRyKy/QUuNbtQpL+bXPNGHmkSmSxM8oiodFR3owL4Fs6cHqE6ww8G8mFi1OQtqkvQBjunARsDc4H1CEd2yHjYUISnSC7dieqFpVK42Bpsx9IDHXX3q0aWnJ3l30sXlBki0MvF26xFHKXObNylXkBgU0c04XRWvYwFPgH6sFU3Au/Xj4vuJZbOKX2folAxCPuYryDyDMXPJH1z3sIq9U7BcA7XwHpIcf+j37SKxMy9iNyi79mMXlJX077C4+/bJQqlYO5jHdu9W/H0pdVPrp4S9oVtzc4fcBIG1x86pLWsHIrINbgX6INzv/pcctIxw11sZaw/95cWNT0oMglgt49aZHv962Ki6XHtm+Y7k/ff515vXMmBgrjZ1JLS9k0lcVcN9OfyG6M+dg32zwdmeP+Wvcf+OWuHp5WqXSjr2431U5yfa7H9YJvGTcHSOCt+FGLYK34fIUwdtwecrHVhG8zW2WywXexhMJefSZf8uL//ogo7VXXniKnHvq4Aji5nYc8350HlBefSuhlr+h2KlSieW5lgwfunv9MpTrxLF0mWXfqOhQIKG84oH4youdrEvWc92e0o5/7yNxmY2SkkiqEo84zBKW2+Y6Lr0mLttRSSbloagwzz3dLip2tDPnB6Ddfl9cjQGABDUfqrJLhjjKN2xHAvCBfQLLwffszLLn8MfhAZ5fxPEW5sERZRfLk48eVHrVcmDJ6DF4uWrVZetWqIw0/MkWWAvc9UBCQUajOkTheN9tsYA3oNn3ub8mlDKFZe2Vk8rNk46xBRWSP1CYfTc2IStWoZP2lBoOiIYnqgkUdVSyZqkiSkNUb/goDz40tQ3XB0pGlKcItFBTAu1R3xIv/C2hgJ3yQk5+DpBEbfzxKFepbxMAU08rH1HG3n5dTN54z1Wfs7QXFR4Pa53bW3LhuY6MuAXwqn9ulLd49WLxABAFlJEjlruffRp+3vpceDRSwOzwQy0ZO96TiZMpEsaBWL6Pjy8wLFlcTQlHPalTy5YmTVAo68JULOemnRSg2oTy1tL3BbUE3tPL/ymOxDJ24K3y97T0MZUvZFIxzHAC2wzgYk5pX2E9Tk0aaxCHmhcVIR6qvLjgHNyz03EHytnGjWylSKSIU7vWWlWJYovz0gbahOISr0usH4wqkjbgvQtcZS7wGeNIIagaNSyZ/JNWqPN9QaC8RN3KuCUSrrKTMcv1+RyFPEF7aT/nBSii3N6YVGjyGf/GUxjVNFAS/03g7YYNnqxYpfMBRER1TD/IN+p+MsRxUchy7aIUnreA+YUHrVafskz9qIH49ep8ohQEdKLqw+d2/KSEAnUUKwNuo5JGTYeNAMukUQ/jW4yCF5iJhy5KVGwRYjFtNcS7bQrBDR9qK+UuKrkJP2p1Mmp11KXA7CpVtF8vLwbwZqbdFNdLB0ItmuJ5a2tv2Lra47VubVv2389SftCo9WfN04W4atdwZN4CrSjm+qMoGt9XzBlAecd2eu5RnZ4XOShwgVlcg1yP3H/4HNUjSl1i2XLtf4sKf81arail/3zn0V/jp4saev4iV2rW1IX2uAcuwzu6mOBe/dAdMXWfJHgpQ1HNjRssqVZde+umA2Z/MS32QRHMmGDb0rC+SJtWFH0T5Su8aYurisB17qCtI4i4K/LvN7dJtSoxlZuNG3UxLl5imUJa/uYCqqdOT6gXQHbMUkVcmXvqBcrhTpGqnH0+/dJVKwn8sV93W/Xjs68oRhn8jMJhqCaJGbPwy7YEpTx9MAUNi03eLvpg7ARXnvlLmjXMf4v/Pf1wTBWo/OZ7vjv19zDzle+Pg4op1lnSg6Dfd9d0lfE9aH9H3vkoUeTJbj7zg3TzM64jXpqY4pvm5wf30rUcdjZ0obzgmHZsZ6sVHOUZZYW3/G7AdUw0bYzVRHm2puIea3eFt1wz5sWgyW5JL9cq7gjolkXwNtwIRfA2XJ4ieBsuT/nYKoK3uc1yucDbl179SP7wxMvSuGFdOWi/LrJXp9ayecs2+eTLH2TK9Dly5omHyc1XnJ3bnkRHz2sGUIE9ODKhPUSTlYVZLg3oiCKVAR72br47nlQVaSsACgHhtVpS4YxdlcM/vpgQHrr8cf6ZLFHP/Zv9p/+UEJaTm0cclHl33RgrUhbubE6e/rOrIBJf8AY23jQiFljOGvYcFOv7yytBpc7hA2wZkASOYY5DgTbAgQnA123XxRS4Kyn+9q+EfPFtEnInN8SH1ECm9H2BflfeVKiUdSZqVBN57N6CrHMQRenUGcEHzWuHxWSPZOVvcwzUo1gHmIJlAKVzTndk3yTsYjvg0D2PJNQ9Qoenlm1edUnqPvHa2wkFRo1iFaB15SVOkc8yDywffaaLuxGAsKHnOkqRinoLha0p3kYbAMMoGYFgT7+YengHDh7e31JLx2+/P64AlGkX6kyW8/7zDa3kNX2qXVvkustjcsf92t/bBIDrot/Z8s/XEwoUMqMArVTx/s87AG29JdCz256WfMl4JYPrvno1YLUuWkXgl4pPLBDRAHagZM2annrhoDOnAZQJBWKVHYT+ifZETVkPGAUkhfn4+9wFKKU1LKDfxqKEf8OralZPFT+hWOCenbRiFghGG1DGAqJYzrx6LWpJvfJC7W9rcMn2mzZptSxjAdA861Rb+UOvWaPPy0uEdm1sBSbXrXdVQStergCuUMNSCI1rAHUeEBElK4W9mBcAbuwHlEpXeerqgmEX/NYWV7DocGX+Al0cDegJHORPQBnL6wHz5vuKPjO+gGMUwcZGg/4A3vBPHXpuTMGxdHUfY4i3648/kVOtDGb//ZLqdwAt44eSGLsQ2sjfAbJAe1SdDCj97LW/Lfhlm/vu3PkajuINC9zCn9hYGWj/Yq2M3bLFUxDdAFxlU9Ecb1StcAYc83cTWN9MncF15kkh3rkF2mOVeQPcBrayPWONMphCZBSb8ntwYy3AS6YJk1Pz2Vx7AFxyC9zmvgYYIjdAc1NoT88XvS/jDkylGB4wf+06t8hvWn9TJueWRTE3Wzq25/p11Isgxpl7i3Yv17YM+Klif+APcko7uHaZb/j4Gs9oYC/3D3NfYT/6fXDyu46jz5yzXSZMcrSHsiXStBFzStumAN9MGC/KOfO0RYa6BmpgXSJy2gmZxUkB3LQNKEy0b6MLNBJcQ2PGp+5pQHcK/hGmP+a8XHcD+zpKmV0R4/mXEvLdD7qPXDNXXgT4tuWTLxIya662ECG4d/K7YzYPdj4v7UGQFU6Ll+rfW7g3s1KEectLlDETtO8u5weC4wOeLVB/jx3vFvlId9vLlnatyweucv5vxybUfZPgBR4ve82LgvIau7LAW+4x49J813vuY+9WNgI7mrfdFd7ysgkbLF6yEax2wdJpd40I3oYbuQjehstTBG/D5SkfW5X2nZ2PNvyaz7HT8BbVbffDhsieHVvLy0/eElDYosq58b7n5O2PRstn/35Uwd0ofh0ZAKig/uNhDMVTpQL9CwSKUlOc5NfR053rBb6gryYLW/mX6wOfzMPazp2hfPe+4AoKWwXBHQ8wN4/IrW0C8Oa2e/XyeUATD1r8d1g//FZ3/oUAD3GmENu2QleBC6Jvb10oqKzx0j8T8tO0YJ6AAnffHC5PAKrHntb91b6rugWDD7OVirakGHpVssqTbyOKdw27IHueAKPpxdXY9eLfOdJj7+DDKbm/UB0/GIcfastpJwSP//sH40XQ1GyNSu+i81Ltx64h2/Lukfc7CvIQN94VVznw56H3gZYcd4Q+n1kqqMCksnHQ6jkgAJYkPLib/Q3IREX79J8T8vN0PUbm2HzO6gDAeXru8djFH5TQnqv6XLyoQlWXHr16ah/MrdsSYtu2glFGXa9VkhoUTZmKSjC4N79k4t1r2gVAAtQBPQ2SQpkKMG/SSKsBUfkCdwF5BCAX8GYUeagsAXsG/gM4gZtcvzzsAYwAkYAygBaBMpDjaB9SEUCvmYvDL9J94t+05cnnyZk+N56V/B1oZNS/eJzqwmMafgKAzTnIkx4j7T2MOtlUhCdPtJPP8WkFeHM/oB+oS/V1lgJ1KFR77Z8E1cn5wNLmVi15MePJ+Am28q9Nfzl2YE9LfWcxrhyNtqIKJffMLX9xrQb1AYHMM62yzLZcdeJkUfYNtBvwyZ8KDhZYCkoBM5s11XMI8AxIBmqiTiW0J7IulsWLKsaLY8ycJcqHlkKgtWraSi0LxKYYGN6uSkG8WY8dQT+wmQC8AsEIvGwJfyGbFs01ePXDW7bBAxSIo/x6mfe29rhFHZvNhxalpPYOTgXFofDvdGz94uPl111ZskTPKyCzVlJrtTHt53cEwDF/Mg8G9LVVOxj3iZNdpQbETgFbFmPX0amDLlSGDQve04BwE0BSwHa2ZffkdMrPrioS5g/mkZmD/p8fMcBRuWTr1eu2ycIFBWpfc29hW+brMYen7offj3dl+szU2LIN22MX0b+PUzQuwazpeUdxL+P17P/cf79T88Xnh+zfrryW9qe3rbz+zZgyh/FE5lrgGpj8swathuXz80MP5oVc9rOGeRBkznJ/YWzSA3jKz8O8MC/LtmXNEd8r3BX9c6msxyhp+7LA20+/1Cvn/MF3wGF9d/73rfLsUy6OtbvCW5OL9HtDLnKUj2NG8DZcliN4Gy5PEbwNl6d8bBXmOzsf7fi1nqPc4O05pw6W64edkZGn8ZNnyNmX3yvPPniN9Nm/626ZRwD1rLmLA21v2ayRVKvqk7Xslj3b8Ub74W3A83aoU+RluONH//Xsidfim0l/SD+c+t2ZjiqEU9FiyBWZ4I63+7+/MRyU3NH+8JB/5/2Z3qfF+Y2W9TyoTF5+NdN7mKJXvQ8oO7xFUcRSY3/wYIgVQZjAo++Pf8r02MNblT6XFNngbcf2llx7WfaHLpaDvvFesK0cf8hvMz1vi4O3h/W15cyTg8e/9Z54RrV7YNXwoakcMPcBcOnx6D2OVK+m5382z1tUSSceE4S3/mNgXYDS7rMvXfkhi08t8DZd2Wz2v+R8R1B5pwf+xwCY9FCeoD5QZD7H35Wl8Ly8wjYAWwagmllCbrabNEUXn/IH6tOGPt9TvFjjcW07YALgBfwxcBabBn5mbORR7aGkbZtUh1EcSNkmJKvSAwOBBCgMAdAo+oAjKNMMfKVYC0pBbd0hUs9X/Zyq8H4Q8uBIrs/ksvVFrioqCAg2y7+BrkYlXDOpOqQvQEZTyMj0DfDGUumMMehnF80LPnv7A1f5sprgb6tWuxnXLACrdStUqMBbJ+DDavZlTn2fVAHyM/oNhOTeo15CqlufhoXAQFS0WJGgFM8Kb3/UBa8I5gjHYP5jybJpM0pqXbiLoLAguZ81x1X+siYM4DPg1MDb1Ws0HKfoGUpdIDmgkbnAXNm8WRcq9OeT+w+55hjZ4G3zZlheaDBrlLfs321Puwim+cfDAOX0MfKrYs1ngDlzH0Ud/cqrcVm2gutBq7aNDQaQEpjHSw0Db+vVtaRvb5FePfX1TgEq7Cjwz/UH8JZxxr8ceMsLABPklkJ9xXmmYhkya27wPlTaHDTwdt68gowl7+QAlb0JViGYdpmfMR6ohVHypnscp+c0zL+5N7/9YTZf1opbzCxbv7B9YOVKehzSyyl6IZH+WfQgGGaGlM3zFjsjv+qcM2AVc8SAsv8+FK51FWer3R3eVpxM7lxLIngbLn8RvA2XpwjehstTPraKvrNzm+Wdhrc0DzhLvDTypozWTpo6S8689Pfyr2fukC6d2+S2Nzk6+opVa6X/yVfKIQd2KzrDiItOk07tWuTojBX/sAaG8cC7ZZsrNavb6gH9/LN+/W/tyzI6qKJuujuuPAOpbI7qDDjwh9tigSWtZTlmLrd96Ml4xoPVcUfYxT4Ul2dbWP6+bLmn/DhZ6sxSckCbgVc7cy4efAF2QKoNm1ypXs1Wyr4Lz7EVzCproOCjYjjelEbtiPLsNyeEe/ABsNz9UFwp5oAdQDKgz7XDtb9qSfF/zyaUfyn/A6ARpx6fvagWn6Hiu/4ObV1g9IvAokfudgJLos05b72vUBYvDbZgyFlOBjCjCAuFC/UDoPYCRaGLis4E7aS9aoukvyzL7n9/U+o+gc/s1On4fGrPUZbDn3qCLXhAEt+O1Uo81NMAQsarV09bLd8HtlIUh/sQQBRw2aYV+XCUr+Sb72mgyX/0GWuJ885w5Po7tf+xVnlrReDt1zny9geobHVxq4IClupbMniAJSOfSyrFjEeurZXL8xe6sm5DQmzLFoAlEIvltygv8a7F65N2j5uoM2JywHjXrpkEhpanxr+wEKWrVi7SVq4D7Eq0RYDI0mWeLFiUGhfuKeQctSyxei3+q3oeEcwrfEq5L6MmY2k3EAlwhtUDy/FZ2h0v1HANUAgYJof4PPY7GNWvXn7MdTnqG1cWLtbwbe1aPe4oPcmj+TtKLlNkDKWpm/CUF3qNGsZrVxSgRn2plsxXT/UHwDngEEuB8sVLPOnc0RLA93djyb2euXgIMys6tLfUmHMvjcc9OeQgcpeQuOvJqlUx9cKMrBj7i5o1PDlyoCOvv6OXRdNG2ibMtwJLlixNjQVj3r4tHpCWyj+AmzmIb7A/Vq+mrZ66t1NsjhygoqWdKOsbN9QF5lDXcgzgPpXO58w3fuJaLco2zBu+U1G1zl+obQ+YE+QeVS85a9xYjwvBZ35/TnLBgwtKVWwgfvxJA3mzDJ15t2dnrWylEJmaOwV8Z1uqSN2bHyQUyGY8gI7MF67jr7511TgxR2gbcxwlOHYNxqOa+QQAbtcmdd/Ct3X8JKxOLDXX+NNx8IbW/sXGu5r5hqUEwKhN0nsclft34xIyd56+hvBFpv+omg/oYSvl5uz5rixfnjofXp0U8jto/+z3X5Tm6XZA9B2Aa3ybySsvI3hRRVBEcMOm7eIlKik7H38AwVmCz0sRXkLxcmbiFFdmzdH3GoIXACilWd1BPk3hweCdteR/MX95yYCPNd9XrORhPhAck7GhvaV9Z6SfhbEDrHMvDaNGLUubS9sWFT8v9Lju+A4rZN7VsOTIw+xi25KPB0HmJRYn3LeyKaFL61d5fM69XucjnEo4/ZxlUd7y3Tntl+C8DlMwtTz6uauPEcHbXT0C+vwRvA03DhG8DZenCN6Gy1M+tsrHd3Y++lFRz7FD8BYl6rr1qfU234//Wa79/dPy1H1XSdc92gb6ih/u31//REa/9YQU8AS6Gwbw9qQht8pXb4zcDVufuyYD23Qlee0reM4ZjhzUs+wgLHctrBhHfvL5uEyYopVZPCj17G4r8FMRA0XMI0/rYk4EIO2xe1jKnPtx5YH/5deAbfrhlMrpt15TfveMf7yekI+/SD2s7NnRkmsu27HjA1duuTeuYIgJlK9lqUz9138mAtWwsQK4fnjp7Zk6zZNH/giM1XlijB65OxZYIp0+tx5/JiE/Tk31HTB66fnZ56Aah1cTReYZAKCRf8j0x8UL9b7HteUBAXC89epYhqfgzfegwkvN/zNPcgKAF3DLnNPXh1Yo/uHWmIJFBMvmH3+Gz7Xmr1ULW24e4RQt8/7DYwkFT8gHMPPSCxxlqwBUvOWeuPblFg12r7ncUYWbUGF/+pWGyhwVC5MrL44JCroXXyG3Gmp0aGvJdcMd5Z07zucFfUgvW0482pFnXkzIKlSSniWNG4kMPS8mTzybSPpxUpjKkssucORv/07IErVcHg9RkcEDbMFSAvhCVKsiChQCwzWU1MrP+Qt0oTfagq/n0mWiil7xb4AkcGjRUlH+qBSDA5QZiwe2xzIB4GpUsYuWaG9hFKrKP7fosvakwKHPGqgADQFrgFHgIxAauLdkmV5er0Aqnr54bSr/XF1YCwCyeYurYDaWDn5fXT4HjOqCbPrEwF+AulrCXldUjv0qZ+CxKjKo1Jp6DFEaU7AKaAhUrF9f+9YmPA1sPU8XogKa02agPn6+5BQICAAHXtKeevVoM766KbMYfs458I8FOrNUnzwC53ipQXEyU92b6wSAS3FFjk9uUQa72ENYWi0LiGnW2JKlK0SWLGV8NaBne5S7xneWPqJ2BcwCUTdv1fAViIxHtRPTcHHvLoA8Syb95CrFL0AVaE4xPSwZUGPjEQzcA/wBxbcBd11TnM+T/fYV6dFNv7wZ9U1CFdPbvl1/DuwHjtMWADEwmbZVq+rJkYMc5fuKDQvzTM3LZpacfJz2zzWBmhkAO2UqPsPac1ZBQuZK0iaDfzdvZkn/PhRCC0JXrmfAMfcGBXorWVK1mn4BoJcMA6A10KxXR2SvPTRMNX622b5b8ciloB154brBH5f7+I9TPaUeB6DzM/JEUUjm0JZtCWneJKaANWpgzt26ha28Jr8fn/LT5p5EfoDmXKN8X1L8bONmcqdvkMxdXjoZa4tsbfT/bOUqT/lbch0RzAP6yDzkZdDWra4q8sUc67WfLSiYw8SEya66fvQ9W3uv4sGaj5i/iIJ85NaThYu0ipx28xKDFwDZCsHRrlw/CI4Z76qXWwTXH+OEv3O+gu8+XhDx4o/g3ttrf0fq1i5bC8oCbzky15dSpHu8eAoWGy3bmXevrSN4WzHGK4K34cYhgrfh8hTB23B5ysdWuf7OzkcfKvI5dgjeGjVtWTr29ZsjpS5So90wjPL2igtOlrp1asqAPj2kft2kudxu2J/yaLLfy9VASRRsxRVBKo9z7o7HmPHfStwP/l/mUsc7b3DUA2BFi/sfTygFmD8owkUBqFwGD/QXjcBvNxinHmcr0LWzAeS47s7McTj/THuHbBP+8o+EUkH5gwfg+24tHb6yD9DgujszbSJ+d2ZMDj6w5HkBkFy+MpiRgf0s+U2aJ63Z4ueZuqhXetx1Q0yaNcnM7CXXxBXg8MdxR9py7ODgONz1UDwJKVNbUjzj4vNSUPiTL1x57a1gnng4fuKBVJ6uuyMua9cFz3fkQEvBUeKy6+MZHpvHH2nL0YfbSl378efB4wN/KUT3zoeufP1d8DNgEYVxrrs9M/eXnm/Lc39NFWAzLQKi/jAxc5kvijrAKHBQ+xhiQaD9Hf1hAJf/Z/MWupKIp8YZ8Iziyw9Rli5zpX79FBRbs06rKo0vJF6zQFlTSA5oBGzF29QERcRQhGPx8Z93U7mYPksDan9QYKtaFU/WrtfgGnCAVy7bUbwLz1wgnoFP/B1bAGAhLzFQkAKvtMLb+JwGxxUwqsG4BrEEKldUlygqp6T5SPN5g7qWOia+r0BN2oSKEdUjxaOA0ArkJvCJReGKOlgrdVFW8pnx0AYaATuVUjt5SbAlQNkf5M1va5PNt/SjUa7ycyWAugDgRUuSxeCS6mk+A7pxfK4prUzWUN9YJSgIXkXvRx5R6TZr6ilQS3DdlVTYiOX6Y8Z7CgwTK1e76oUOfSZPAHcKtRHAWaJuHU9uviom736ckMk/6c948AGU83KhZw9LKQCZ321ba9Cs9xelxjagy+TMX3ArOOIi4yaSl+B1WNL27E8u8MoGpALgKeLGdQXsNrYhHdoBmyisVr7fo9+MwdpC5xJ4W7WyI53aWUq5bOKdjxIB5TM/597n/06f8Ysr3Hv9gdK1f59w32cffJZQCnV/AG+BuXj4+gP178BS7Hb0PM1UIKf796aPX3n9m7n9/if6omOu/TJLX6NtWqesYA7ulV1FnMsHQUA2QNsfvBQ44rD8vWBHyc6LBX/4VeBhx6Cs8DbscX9t20XwtmKMaARvw41DBG/D5SmCt+HylI+tcvmdnY/2V/Rz7BC8XbJslfz7nVFl6tuFZx0rVauUUka9TEfM38abNm9V/a1Vo5r8OHW2fPr1D/L+3x+QGtWryqr1ab9d569Zu/RMn39pyRdfZT6EXHV5IrSyZJd2IE8n/2SUJZ98lpmn35zkSY99Mr1Ac9qsTP6Ucbo77s18YGnZwpUh54TYeScav3KlyIMjM889sL8ngw7d+TxN/NGSV17LHIeB/V0ZdGjZ+/bA47ZSQKbHA3eFa+v4iZb84/VM6EBbSmvPjXdk5ql5M08uG5r93J98bsnHozL7ftqJrvTYJ9X3WMyWbdtdufnOzOMfdIAnxx8TPP51tyQrevmSwLLu60ektuPcn3+Zee6brsW6Qp/7xtszz9dtL0/OPE2D1GztOaCnKyce68mHH9sy8cfMcbhuhCt/+4cti4NW5WrDIwa78o9/Z56zZw9PGJfMMGYTwU8oIJXub8tLgm3bgv0tTIi0ah6cY3PmBQvrUJwKoMc4mliy1JKaNYF4+ifMN0Aky7EJfFVR9ZkxnDNXg9F2bVPHQIE5oJ/IDxNsGTc+1X4qvacHy/BxoioAACAASURBVJirVkbpq3NQq4YrGzfrvtSupX1Wieo1PHGT7BvVq4GgBSz5n6+32R7XsDI9+NQARJSdRMOGruBnypLz2XMz869gNV6+VbBfcGXdWkvq1AGW6rag6gRWKmichKZAL8sG8GrLCRMog1FIApwB3WB37CnSA4DZp1fq5wBmf145F3PbxOw5llJqrlmtVc0pQxOAo1YlY9dAu1Dl0iYgrvl7QSVXgWd8j5s0QY2I5YY+Otce6t3iYtp0oLkla9bgZyuyfn1qyzp1RRYsBK6n+mLyf9HveLkhsmSx7gfzNF4IHHWlY0cN7Tlm/fosr08dk/FOLwrF5wf0zH4f/fhzxi84riVtr+ZPocgXX+l9sAlYs8ZW4125SsoKomlTT82bPTplP2+lmCPbjWy1+PRlfPLxZ76XKklxeqOGnnRPumah9v482Tb/zswP5omJaTN07tNj0IDSv28Yx09HZe7LOcj/vOR15j92mOOqa2xO5nEPPcSTWBLQlyFVZdp05UpLJiTv1RQKXLRY31vq1fOK7mnpOTQn8NcLKNNJQ2xcXE4G9HOVaj0fMX2myPwFOzZX/O3LZZ7ykYd8nUOtFuLXl3ydsBzOo1aXYPXzKwrTm91pHHZF+ne7PO2qATXWcLvq/LticlTQc5b2XVS/1v9uzajyGLIdgrflceLd+Rgnnn+L3HrVOdKjWyelDPlfDCrYv/uR7rv/In3oLqfEpYv/a7nCZ+/5lzLnyNXDUAyFU+CUW85CfKHdek9CqQf90ftAVJ25bSsP65ddlyqIZM5/3BGWHJOm+NyRfCxc4sldD2TCzZOPERm8Awqbp/+sPR39wdLeJx4Ip9ZZsNCTux7KVMOeeLQlRw0q+RhX3BiXbduCg9nnIEvOPjX7GH0/zpMX/p7Z92uG2dKpQ+o4+m+WDL0qk7oxBngf+2PErYXKksAfe2BFMSxFy9772FUK2EBYIk/cHyuquI2yVheLSsWg/paccpzOw8VXp6wZzBZHD7IFNfCHn7ky6uvg8YGQd92Iv2lCKPLlD0Agnrd3PJCZ+9NOsOXVNJUw+6JkXbgo8xpmiTXL0v3KWxTE/MwfWCNgAeIPqtf7ZebcQykYhqrRBAp4fDlRgRFYC7Bc3Hg041mJyrRbF73PosUaEOL5awIlL0uAWWr9yahUu6bP0l7A/kAJW70qHsn81FPFy5Ri09PerIw14Igcsi9/RyVqPGQBcngcEzCzdDUrP1cK2OQjs/Fjbd2SwmyWzPgFD8bMPKO85XuWYjr0nRwDsPmTtqB+xVJAcToPdbJ+CSFiK1sBoxpF6aqUt9VTbebrG4ib/jXOOBzQIzUW5DB9ablRhtIvrud1Gyzl1ctejLltaZ8cbAjIFe3btEmfT/l9AnmVF7OllLduQiuGWza31TJ9PIiJowaW/J2K1Q3LviniRfZWY+OQvFSxu1i4xC2qKm/ALaDujmsddf38PF3nHGCI5ybjgtoc0I2au1ULrQw2Ube2JajA/WE8YIMzSv/r6++1vUPY7XVbPKW8JYDiCxfponAoTCsnf+cHlHK/wdYiWzDX0ud41g3TfvjplwllVUKLtyaVt9hmdN1Tn4djZisc1m0vW9omfXvZjnGZOTtT0Tl4QLjvCM6R3n76yjzh+vUHMP3oUr432H7OfE8m++xzzDGOHezk3PuWa4+VGATXx6xkQbqWLVJAvuc+QfWyad+q9dulfq3ciD9mzvaUF3V6HHdEuHEKM6dK22baTF3wzh+8qOPaL0us27RdqlcpUP7aURSfgU1b4xKz+W4tW353bU5T1j67th3ld/YtW+PqO5LVDVEUnwGK4vJdVLN6jt+wldcg7CIswl183YbtUrdmbr4ryis9/wvHWb1hu9QrYRxKWk32v5Cfne1jBG9DZHDhkhVSs3o1qV2ruqxcvU6OPOt6ee35u6RV80Yh9v51bsLD6IMjE2oZnoG3AJdj8/gL7+6S2QefSCgwYWKPjiJX+wBXReoHld2f+lOiCCwBjkYMc9TS31zHi/9IyNffpfJEQao7rncCyrmdacNjf0wElmW3bSVy84hwNgfp52UZ+h/+LwgVr7wkJt32CJ+n9OJwbVpbcmuI9uDR+MRzKdCNiu/6K5wMr1l/mx/4v7jM8FVvx+/36mHZf2H+6HNXeVqawCf09utiGYp6qsI//KT+5Zvg/6+93An4V7Lk+d5HdSE6E8ceYctRg1LABQ9EYLgJ4MxNV8WEIkQE3pcv/cvfHktuu9ZR7eFFw8hnta+tid/+xlEethQ5o0hd0dJjS+SC3zoKFI58Li6Tp6b26dBW5LrhMQV8P/481VZsJbBgoOia/xrusie2Drb84zVXChMa2AEXsXL4yyu6MJ6J00+yZcpU4F7qZyz3fhuonTwVD+rAQgpdmcDP0p83lKoGlLINu7ZpyXn1Hqqfyh9U/xugQ6V7U9AMn19jiYIPKcvp/dqjOrW0IhT/T+Aix9GFsDxp1sRWxXzWrBdp0lAXYKLgWbe9tAUB/qdAPiAbgKhyJd1f2mvCFEPDOoC/q6JttUR+d6atoC/nGfWNLrpmgqXDAGX6Xq+epUAtVgCqGFdVDW6BsyhpjQc0ilHgJd9RAD/gH33hZ/goMycBk3yO1QOxcLGqXKf+zv/jP2w+A9pmK4S1eJknY8freYn6d/kKrCU89SeAFiV1/Xq6wB5tRBGL9zPHVz6uVbT3L+0xkA4bCIrMAbQIYF1ptgDs/8XohEybqW0PaAtQn3OreWjh16phvYa3nlxwjkivHgXKZ5NCdOuStiVA7EYNRDomrQhos4HIuj2W8gLFWiDliy7St7cTKD6XGkE9BmXZ3uwLVOMeQ2BHQd+MyhslOB6dnNfYKPjPuTN/x3N59Pfa8xvbhLq1HFUQD39gE8zxH39K3ZN40cE2/sBD+IvR2jvXBPMorL/sosWejPO9IGQe9T3IVuOIZQ/2ISZ67ecoz+0wwf2U4oYmuIbbtc7ty1lzLu71+N4SrCRg7jZrqj/lRVWfA7K3I5dLME0+/XY3eMLj5Zyv4D755ehE0UsWzmuKcpalDZFtQrhsRbYJ4fKU660i24RwGY5sE8LlKbJNCJenfGyVy+/sfLS/op+jXODtlbc9ITNmLyixr688fZvUrukrLV3RM+Nr3+ejJ8h1v39GmjaqJ0uWr5Zh550g5512xG7Ug9w0FZjxxAsJVXSiUztbhl/kFIGD3Jxx9zzqL7NdefKFhKzfqBVjl54fk/a+ytwVrVfP/TWhlFzAjlNPcGRgsvp2rtvJg9wfHo/L/EVaYXj1JTFVcb68AlUcEG7Fak898F91SaxUMFLSud94L6FUpTz8UXTp8gvLBoIBOQ+OjMuadRpkoVgtDdSY9tAPBQ8skeOPdDL8aNPbjZ/o48/G1cMh8OuKoU5Rdff0bQEkgOUZsyg8JXLZkALp3i37ODBXKKpDQw49xJKzTskEwpOnevLUn+PKQ7Nje1uu5D6RtmLmiecSqgATbOm8M2LS+4Dg+TgPijEURUN/58gePsUwxYVe+ldCgUI8If2F2H6YqEE0fep3sC3HHK7hAFCUHC5b6UmNapZcPtRR1ySq06deSMjsuVRDFxk+1FEAjbnz+LMJpX5t2EBUHygQ9sZ7rlKTsSyeF1d4D0/+2ZMXXkoowNmjuyXnn+XIpCmu/O3frgKgPfe15dzTHfnXG6588Q258+S0kxwBGPzz9YQsXibKi/i0Ex15/e2EfD8eyCdy5imO8v2k0Blzrv/BltrunY90xXYU8m7CUmAHjU6/3o5SME6dLtKwvvbGHTfBU37LwDlgr865JYf11X3HR7frHrY0bWIp0ItyE3/TSZNdBa94wQBQo4jZft11cS5AL0CPF3moNlHRLwa2bReZM9dVxbIouAWIBWhifW/ZGnBS4I/vD0AgxXOAq1wLXfawla0GPrwcF+9ajtuymUinjpb8MMGT1WtQ8FmyabP2eK1dR0NjiqVxDKPmZu5zL0M5OeAQS/7zniuLFrtSWKgLfwGB8YAF6HIP6tzRVrCY8WM+ciz+jnqfIn1cP82bAsuxbLCkahVPBvR1lGUD3pn4pSof3gIN1GvWsAWVNNYHKHpr/fdlCOMHXOUFFQXnAHFAa6UWdTUEbtRQF6NiqezKVfp6wKaCaxL8hc0ClgLksUljgDXj76n+4OtLXikQBywjh4xnrRqW9NxXZHsiIbYXU2CflzNz5+tCeajMGac1a12pV8dWimuKhwH0Gze01bnIA/MEKInNA/8lXFepsIG7AGPANo1s3gS/ZA2o5y5gbLS/MS8rUGYDaLkn0V58ZY1K2tyTOPeYCVz3ohTTFJhDeVq7tqVeXFB8bvlKV82rFs1sNc/LIxi3uQuxECmU7l0qqWuG/G1QxQ/1mNMH7DVQA1MALVswr+k39iYUwGNsyhLMCcaO+yWFFpPvF9T84b5KsSnAMePPd4f5vLRzLFhE3zx13fA9hIc6L0k6diCv5fedm60dy1dy7WKVgEWHpcavVk0Ut3qu8VIp5tiqmB0vEoh8PAjOW+ipFwS8NOQaz3cAHubN99R9DnCcbskTpj0RvA2TJZEI3obLU663iuBtuAxH8DZcniJ4Gy5P+dgqH9/Z+ehHRT1HucDbWx/4k8yZvySjj5s2b5EZsxdKi6YN5dXn7pSaPMHtplFYCGTZKHVqVZdK5S312A1zwgPxfY+lKtLThXattWIuilQGWCrIMnf/slxAwtMPxtQDZ0WLZ/6iwa0/hpzl7FBRr7L27d7H4jLb58VJdm4a4QSWopb1mP7tr7ipMKBs4fh33hBT0KGswVLgP78cXHp/SC9HzjsjvILpmtsKFbg1QSvuvbWg6IG1uDY99se4AoT+OPs3TrGFcIBSw28oLKpazn48ND/5QMq6wH+sh55IyM8zg3Pg6ktjslfnYJ4Al2Zps9n/rJNtOfSQVA5YCnr/44VFqka269DGkht994ln/5KQsROC/bn8Qkf2TtoBvPKaq+CnCbYcNkQrjSdOdmXk88FxQFV8zWUxBQP/+o/gZxTfO3yALSNuKQwoYYFKD94Zk0eeDhbso8dXXOTI8y+5StFogpcwfQ605J0Pg+3utb+tQKc/gCHpdgDVqnkKtPqjeTPAXOpnALCNaRYm6XMCSGv2UV6racvVOFzqc1SdGtgAbgBqqIXZByi33z62AtMEhZcowPT2B1rRSQAUgYxARaDU5s0ie+2hwRxQG7/etWs5tgbcX6UVi6MtwDzAWKNGIqtWGTsBjmspsAe8JS44x5G997JkzjxXXn0r2CnupWyLehAfVAKQhvIWIArwBeQDXQGpzHXgF2AZaIyiefxEiptpVTG+lqj/GFMANWpgYP+ceVqZi0Jw/qKggpJzVq2si6NhKYD9COcm6D8WFgBPACf95VcGCq716C5KrdyhbfA+4S8kxb4cA7sFoDXAHrhJQTbgEkCd/gIU6SP9RTHdto0lzG9grAlg2A8+9SbWDYDlSpVdqVyg2wBARuVXWqxY5cnoMam5jaUC4278bxlfxh31MC8zTLAUPv0ey5z77Kug0pB2Dzgk9fIHmPzxKP1SxkS9upYc0ksf3K/MNZ/3OcBReSuPUBYU67aJW1hJRo/V1/+ChfrI+F3Xr6cVq4xnvoOXQB9/ESyuGHYcTVsZuw8+TaiidCbq1hWV386+l2P56lu6mpnzGvVp9CAYbhQieBsuTxG8DZenXG8VwdtwGY7gbbg8RfA2XJ7ysVX0nZ3bLJcLvC2uiYXxhJw85Fbp0LaFPHLHpbntSXT0vGbgzfddvew3LR6+Mya1kwV18tqgCnqyN99PyFsfZOYpX0C0rGm54Iq4Uu35o31rSy0dz2WgMLrqlkyv1WMHW0pZurOB9/AfX8z0OT3+CLxTy3783z8UV4oqf/AI//zj4TypUOg9kQYdOVaY9gwZvj0AQ9mv5X+XeN5xffYx4jpFJZweF54dk149g+ABaDV0RJoB7X99K6lkfsZJwTxdNCKuvAv9AfS764bUdgDebP6Qj98bUwo/Ao/ddOhI1fFzT9eQ5oY7M+dF/4NtOeIwW55/KS7fjss02Hr+sQIFbvGd9Aeg6eRjbXkSa5C0OHA/O6kiDn5QqYAiQdnhViYs9QTvWH/gY+q6aXl2PanuW4YNmEPNCtw0MX2WXmJvAtCol9zrn3Kdcn4KmRB472YLPjdgVykFq1qyeq1Wf6IwBcTyX8sWlnTZI3UEfDAffjKVJ9R6BD6zphhZk8YoXPX5gZ4UCCMAiyjc06NWdQ1SeaFg7B1oiwl+RvcAYhee48j7n3oyxefRSZuxOMAXlheIpt9AVPICoAUeAreAssBms9wdeIrNApAVxSZznX6j9iSXKCOZH3ipAk35zxTnmvZL5j2cc6LcJYcA7EP76jwsXqqLbOFBq9qX0H2ibfj7otI8ZnDwWgKKAkeJGb/o/VD2xgosWbtWq2lRnJI3bAwAm0BYjgvQJFDJMofxgTXxyRfav9UEfSInzZp5RfCWzxhr45ObMWjJH0z+2S3KOT+a/ov21wVimsBKA9WgsZzg54BnoLI/ULGOm5iZU16AmX1n/OLKzzMz59DgQx0FzLmvGOsGc2xUvd27lA6ii+uj/+cG3i5cWEnmzkdRbRV595L3ju311uXx/RSmPf5t8EidnsUfOsw4muPwcuvr79yia1b/3FMKfY6T73j/EzdQWI/zt2hqqZdK0YNguNGI4G24PEXwNlyecr1VBG/DZTiCt+HyFMHbcHnKx1bRd3Zus5xTeEvT//XW53LnI3+Rz/79qDRumDSYy22foqPnIQPFwdv7btHLiaPQGXjr/YS8uRvB22xgENXUXTfkFt6yBPq6LJDu2MG2HH/kzj+M4+34/N+ywNsjnYxCXGHm7q33xdVy1vR4ISS8xWrg2b/uWHuGXJEJV1Fd3XtL9jEqyxxEmXdRFngLLD371OAD/YVZoCvLXP3teO2dhFC0LD0evKOgCNJceGUmnD2why0XnKP9HW+8K/Pzvr21b+6TL8Rl/I+Z4/DcowXywt8Sapl7epxwtC3PvZSZ++5dLJn0U+b2SlnoZd7TtMdq+s/1Un9/sDwcH1Z/AFqD8FaUetLvswgw9MNaBW99Bb/4N1E2eKs9ZFepAlIaPBp4ixWAKX7GcTPhrbbHQCFpvEdRsRqQW6M6alPdy2LhbQ3tpQvkM5Cbthggje0Bf0fJetkFTkD5y3Hp8oLFrgKtWFvQHqwhALUw7MpV9JJnIC3qVJbwA6wJA2/r1rUEP1E/vOVzoKqBcgbecj0AaUuCtwpGb/PksH76PsWxUTXincp7MPOCg3bgZcsYpwM/rC4AvvRv5izdXgA01gv40QJvaS+QuFYtfIa1NQMTpH4S3jao70mvnth8pObaB5+6gcJx9AtLhJZ4JSeVt2asS4O3P051ZQ6F9pIxfaaeR1hmmMCqgf4ZFTI/Z5wHDwjew7FpwLIjPfyesMUByoH9HLWknPta+tXKC4ge3Xb++0LNtaTydt68AuHFBTCecdXhFRV7rEjwFlsYroUw8dM0V3nMpxedxKoovThlmOPt7Dao/NPfPzWlcOB+EbwNm9sI3obLVARvw+Up11tF8DZchiN4Gy5PEbwNl6d8bBXB29xmOefw9otvJ8mlNz4qzz90rRzUs0tuexMdPW8ZoMDMY88EAQgP9Y/enVvIl7cOltOJWLZ6x/08ZKYeM6m2/sCdMalXp5xOUo6HoQDV1DS1Ig+n+XiYu/q2eJoKSGTEJU7Gcv0d6S6KtWHXFmY87F8/PLzPrP+8b77nylsfBud/tz1tufLicIolgNfF1xRmKE5vvDImHdqW/PD9h8cLZaav+BjtolDWSUdnP/fSZZ7cci+K6lRwhod/TxGyzHPdck9clvgKjLHXeafroj3+AI6mq14PP9SS3xyfakc2xTOQ7/F7UwrlR56Ky88zgqN6xkm2DEh6LWOrYFSWZqtz/usZi43D+58m5NW3ghCoVXNLFVj75ntX3k57cYI38cnHOnLJtduDQPW/kO3Wa2NyzyPxDDXfaSc48trb2mfWBKCrx95Wht0DAJQXEf6oVtWT1WuDebYsXazKH0BH1KsmuHf4ix2ZglxFyttkpcik8FaBD7ONOQbbms8BxhTDYgn/hk1avanhLSAT1W2qUBb3pkMOcuSV1xOqCBkBqMMqgcJCqEABsBR/4zhAW1S4wC1sAuizguq+LvJXXjIAIZl3a9drJfHWbaL6qYp4JW0TUEf366MLmaHI88f6jdq7ddkKVzZt0qpifHc5Vq3anlSvYisFH7Y0KEOxYjD+pKYg15SfU9Caz4CN9Ivzs/RfebTOx6cXT1ZL+Z8CU/2BHYOyQ6jC/gBn/Snq42XLNcDmOsfDEjCPwrfnvpbKGd7M/sAX/afp+vjzF+riXHjkYpsB1OW7FZDMz/EKZf5hp8CfKNjJXbs2esm7/+Up6kwgqAnGZsNGT2rWSilvOV6/3qUDz3S1LOpl5jr9N1GtGmOs+2piz452Eeg0P2MOcO2alwD8nHyipjfOISiGUQ77o3p1kYF99f2F1QvzFwbHpDwLTRl4u2VTJWU9wVwzBf9q1dQ+w3gYo3bOdzDHRn0TzE3YcTRtxcv60y9dWbI01XrmGYUTe3TPf5/wNJ/tezlAq7hOWre0IuVtyAkWwdtwiYrgbbg85XqrCN6Gy3AEb8PlKYK34fKUj60ieJvbLJcLvMUP1qiAUr+cJ1Rxr/tG/l2+HfeT/OdPd0undskSyrntU3T0PGXgmzF4SsbVAxj+k2efVn7+pHnqQl5Ow8Pzo3/UBYx4iKdQ1q7wlAvTWRRrT/05IVOn6UJGfQ50VDX4fARLU1/6lyvzFmjwwrL5bFXed7QtgIyn/5xQ8MK2PLl0SEz23QmVloKXYzXU67qXJcOGxMpU+Zz2oL4FwuAROexCR7rvVXqueXB/9q9xmTYT+KV9NCmCV1KwRJaieQC3qpVFLh9a/BxcsFh7xfIgDRBDzXVCFjCMYvOZFxNFytcD9rPkwrMzAfL7nyQ0/BRR3pfnnuZIex+gxhf62Rfd5EsDTwYfasvJx6WOg8LwX29qCwTg2jGDbeXHaoJiZRT+4vgd2zJvHFUkifj4c1dGfaO9IQG3px6vl4dP/wXls6tyD9y7fIgje+1hq6XIWDEApYBIQMQjBzoyfaanlNvkHk/N353pKAj3xz/HZfwk3ZKD9tfFyTgfRcW43rvuqe+Ln36h/YGZK3t2oigbqlJPxk5IqEJThx5sq0JmeHyi8ANyHnSAyLsfeqm8DHDU3P3mew2sgMd16oiM+lr/e5+uGhSqQnYisncXW0FIvEG5ngDrU6dppV2bVrYUFHgyaQpzzxOU1ag7t26zpGkjke7dbDWXAasffubKzFnkiaJVlgJmAM9O7W1l1YDyl2XsmzYBE7UtAv6gnOeL0XppO8cCqtMO4Cj+soBEihdt2WKp86xIFp46rK+txtgERdZY3g28BDBzT6BIHEAfCwCOw5g2beopSwFbHCmI6cI/BAp54C4vRbp3Eflljie/zBGZO89TwJtl+hRIa9MKdSuAThdka9FUVLE2IPqGjZYspHDaKn1N8H1HgbcYEL+7LaccZ6nrEd9O5g1wmvPOmk1hKO3lS0E8xgRLiGyFpX6e4aq28X2qVbBaVYwtBXkCwgOJ9WfaigPfX8a4ZXNtmYBtSXpQYG5W0mKCHNSqBVh3xXMdBR+7d9XQOkygmOV4jAUKW3I/cTKF2zxp19pS3ugojimkReBvvWfn7Pc0QD9qXq5Bim6RFwCkP1as9NQ2vBxo1EDnzxRy4lpCvavnoy6W1rZVONVpmL4aeFu/dmU1rtx/eBmABy9zBqV29652wN83zHHLaxuKjE2aQsFYSxo30qAz7DiaNqAo5trC6gNwu38PW80H88KnvNoa9jiMNXOM70MKB5oXmdGDYLgMRvA2XJ4ieBsuT7neKoK34TIcwdtweYrgbbg85WOr6Ds7t1kuF3h7yoW3y88z5xXb0kF9e8qjdw4rWhqZ2y5FR89nBvBq3LilUOrUCPn0l8/GVbBzRTezijEgq9Zvk3o1K4euzF0xWp3/VqzbVCjVKgPCSgfK+W9dxTnjpq1xVRSsauVwquuK0/JfV0u2bGPZNcrbaPVHSSNbGHdl87aE1K4ezp/71zVLwvfGD2/D7xVtmYsMRL87hctqBG/D5SmCt+HylOutIngbLsMRvA2XpwjehstTPraKvrNzm+VygbfPv/yuLFuBwVswWjVvLP0O6i78GcWvLwOoecZMQI0Ul5bNnVBFT359WSi9R8tWePLFaFfmLkxI2xaOUtmxRLeixnsfJ5TSiCXVPfdxlBInH8GS7zff95S/IMuYe+5jKXVfecWadSgxEzJrnistmtrSaz9bOrbf8b5NnOLKD5O08g3VWbqvY2ntRnFKQaaFizxVbIj2tG0drj0ffKYVSnqMLOm6Z8l5QkH41beeLFrqCUv7+/dxBH/a4uI/77oyZ35C6tZGTecUqxT/7CutyrRsrTLtvX9mO9R9YryrlJhNm4gcl6UYzlsfJJSfJkvAe/eyZc+0aucffe7KkmV6OT5KR1SMJvBuHDdRKxxRIPqL7aA4njgZFayllJV45RIoPVEEL1uhl8z3PchRy71Rib77kStLl3tKBcgyd9R8KG5ZYrx6jS7QdMQArVSlCv3PMxLqxSQqbv5DqTllKspPT5o2tpSaDeXu+MnYDuj8H3GYoxRv5KYghqLQkratOYenzoV9wqB+thrjpctRYupCQsuWezI5ueS/Yzu9ZB4VJWpA5mDD+lZRIaPOHXRhLu4/qBUbNbTV/tgf0K4G9UTmL9KrAVq30kvy44UU/LJkwSJyINKwvqhttxdaajvUt1gnoP5ETco+tqOLaaEKZul7w4YoObV3LQpm8oBKctMmCm7ptqBwRY1Lv5s1tVS+V63BysFTOfZc1LiMKefF01b73XJe0IqqNQAAIABJREFUXUQM+wVtG4CfMH/WrOVK5cqexGxHqWPXrtN+s9gdKDWrY4mH13B1SynAa9TwpGZ1fe7lK0QpaekjefbPLzPPuC8xhy3bk0oxS11LqMJRO1JYrEY1T+WOObR9e0rtqzyTk0GRQxS/mzajEraUdQ5qZfbBToQl4v4gv3Pmu6r9tNsoS5U37mxX3XuYP6jAOQ/bYcGwbKXIxg0iCU/bGuD3W0ju/2tZUreuJ2vXJ6RKgS4aSJEvf5Azrul4XBfR45piHnLsatUsqVMLZa2nxpOxRGlNrN9gqTmxcZNWJ2Oh0L4N33Uiy1d4qiAb/Ywn9JhWqaItNArjnhSQI0t7+aLq7thOF48LG9gZzJpD/z313YpCGwU7Y4T1BP1u2lgCymTuF6h2aROqU9TU/vDDW9TB3H/Ie906+pog8F3G8oO2tmttF+WipHan55exM0pXjo/6Gg9l/7gWdzzue+vXM9dYWWCrfqQHCucly/TKBPyRUVuXFqy64F6Fopn7CuNKoIResUr/nXuDsehQuVzkqfsABQ1RJZdnFPcgyPhR7JR7UMtm+n4YJrhHr8O2xdbFPimqt7OBvzoKdJWzNvr+lu8IC2+5b3EvKu6+k+925/t8EbzNd8azny+Ct+HGIYK34fIUwdtwecrHVhG8zW2WywXe5raJ0dErYgYWLPTkzoeCVeI7tbcED9EoUhng4fSKmwrVMmITNaqJPHpPQanVvXdFHv/094R8MyboMUnhoJ2xFwjbjwdGxgMVtHmcunlELDTQLO0819weV/6R/qAQGyCnrDFugitPvxj0HATK/zatqFdJx00veoYP6kN3FmQsHU4/xp9fTsjX3wfHaPhQp9gq6yzfH35ToVribAKw8ngxc/ChJ+KBKu9k59rLM20W3v7QlTfeC+aAomYswTeBBcZdDwULju3VyZKrh6XuE48/E5cfpwbH5aqLnSIg/fxLCRkzPvj5DVfY0q6NLYDbR55KBLxVjffw5Kme/N+zwfYdNciSE4925Pb7C2Xh4lQ+KDL28F2OPP5sQmYkC0bxKVDltmsdefwZ7C1S2wNv+vYW+cd/gu06epAtY34I+uNiEfH9eF1cy0T1asCR4LwDIlOcyj9GftCyYZMX8Kdku3S7IgVYC/RxgZ+ATbNEH4sDf/DzgmRxo7hLZXfguKVgIR7RJsgBMA0oRw6aNALCan9bbBRoF+0GPgL8Ei7A2lK2BkByXjAA14CULPcH3FZTQFFbU5x4jK3sCYBaE3/UL0OwPGCpPNcE9gBQMycGXKc/pgCcLrpmiYaM/AugxN/XqIJsAGXtA5wgD2o89baNGnjSvp2tACTXB5CfAMQC4s7/rSN8n5nA0mDGrNQxgfMALdpKHwFWeBbHYhpgN2+m9/T7kM6a48rr75BDDUIBdTVqYBUAONTbAxDNvZYcfPpFosj+gc+bN7XVy5qvvksEvJU5d/8+trKpmDoNaO8q8K2CQne2pTxagdxuwpNGjT1pUFdfpy2b28qCwwS2H4AtNb9cETyzAewEkA6on0he0grYVwLuaX9f5oGaVwU6H7wQwepg3kJXWVTMmwesxXJBZOUqUWPKywx8fnX/9Z+8vOAFU5gANL77oavGgeD8HIf8ak9c3XZlLdHTVgCcF2effekWFZPj8w5tbQV9TRh4a3uV5ctvg/cRxgjoz7w1ASQfcIit4F1J8fnXiUCRMCwjjJ8493W8kk2Ycc1ms/HGu66yRPGf/4KzbQXFTaxc5WV8n/fcxy7xO48XbcF+WYKVCcf67ofg9w5WHbTx0y+1PYoJXrr6C+eFGceStsn2IMi9H9Btgrk94GBbveQoKbDMweLEv9+hBzvq/rWj8d04V70kM0FxwsP6aouefEYYeMt1wktXXpSYaNvKVi/S/lcigrcVY6QjeBtuHCJ4Gy5PEbwNl6d8bBXB29xmOYK3uc3vr/bob77vCmq59Hjs7gKpWfNX2+0yd+ydD135Txrg4iAX/taRXllUimU+QTnvcMEVmUW9UN4AUXMZwIIRtwYhH+c77ghHjj9y55+AeLh67qXM+Xr8EbYcd2Q4SODvP0ASMOkPHn2efzyc3GbSFFf+77kda0+2McJD+brLs49RNshKuy/4rZPhKQxAG3pV0izU1zlUoKefFMzTkCsytwPm3XtLqh3AXc6fHk/cHxOAKTFk+HZNXHxxQA9bLjrXUQDmohGcJ/g5Kmf8aLOBbA7zwuMF8tCTcZk+M3hmTjN8qK08qNNjUH+8VINjyjaAqcLtmQ+2Cix6wZ/HHFHKRH8AN7el7Q9QxGrBBP8GsPkdKrCkIZ+mqBzKNjypiwqWUQYxrbkcsloyr5vUtgBLXdQrfVvODbzl5/zSCzBDSblwSWYOGtaz1AsotgVUaiiqi2qtXav/joeuGSdeDpgKeSgTDVgzbaBdpmBjo0YoXUUplhckIR4qXLah3QrPquJsui/GZ5c/tWJRQ1NlXVEVWGwpFTANoM3ki3ltsm0KbO3Z2VKqTEAV4FEdydJKVSAeXsUm3voAIK/zggqVIk8UauOg/Ml+gHaAK+CmQzvjW0sBKEepPv/9JtCIwlf6qOxH3vGpbdVSQ27i2CMc1a/0YmOmLbwk+vzrzGsKJT3qUBSoqIT1OfR8ASIBiQGtKJFr1xbZo2Nq/nGfpQ/pRclQTgNZW7fUClt8fClgVzvpTYsHLP639Bk4v3athuy8RKhbR6uBUb02a6KLm3EsAnWtyTlQFYU40aqFVuQS++/rqP1KC39RPbMt416vrvZTNsH8btYUD29HjQP5TQ+Kc5ow8HbhwgI15v4wKuf0/QGWJa0WYY5T/Cw9GFPU5OkF2tgOUJyuCibnj/LSKi0O7oVPfKrPqPLNXDCbMo5HDMj+ncdLhXc+yjzuXp1ZUaBXT/ijdk0KFeIVHuwTc648i5xmexB88/3MdvLCZc9OJf++8Nb7FJANxs7AZq55VnGkR9c97IC3e2nzuDw+DwNvi5v75h5QHu2o6MeI4G3FGKEI3oYbhwjehstTBG/D5SkfW0XwNrdZ3mF4+/fXP5ZpvywI3bobLz9TqvnLEofeM9qwImbgjfdcefvDzF9Y774pVrSksCK2O99t4kHhzbSK97RhyFmOKu5S0SIbkGv03yrs992WW3jLQ+3t92fC22MH23LCUWWHq+l5RU2Mqjg9eFjfkYfMG+6Kq2XA6QE0DBOjx7jywg62Z8hwaFHwLKgh77k5+7nLMgd5EL3kmkwoy1xlzvojG0RmKf79t6fawYsLXmCkx8N3xZQqER52wZWZ59urky1XDzPwNnNeHHqwJWec7MjI5xKCfUV6PPtIgdz1YELBpmB4csHZMVXwLT2wfPh2XOaYAmklDdKyrwaKwYHA3qBeWtGl9RuxUAhulxXeWpYAf00AaFgCbiDn7HnaHkFrSDNVt2a/6lV1Xjdv1X2hoFix8DaGlYCGiCy5Brr6VXfmmA2At1v0v9hOw1FLgTngLQFANWAZeIf6kkCtaZS8FOAy29Svqz9nWT32JUBBA5pWrdVT3GxfLLy1dTaAaRQ5Qg0LSKSQGefR8FbbJ6TDW86JLYEfbrENABj7gkvOTw2GHxTNnivKfkLBWwBpcipRNArbCawF2rfVbSJQgrOM+sVXEjJ/gaeW2av9CrVlAMpXlKgKeFMgcLCj+lIcZDmoJ/M0c86zTHvjZpE5czUIJ1JQ2pO6dXSROlSngFyAnAmAJu1FyYii0cSq1SL816K5ziuQFZuXenV1NrG44BwUrGN/Vjaw3J+x5/rmZ4Dadm30cfiPwN4AWElgpQIMJ1Asm4JkJm9FjSnmLy++EpcVK4PXF7YUnN+MEbuirATecs+n+NiMWZk59AMsA2/nzClQUNsfzCfGKD14ibZHx+K/17G0+Cmp8vbvy/2V4331XWabsgFh5i33vvToc6AtvQ9I5eL7H7BdSQer+qVotigORNKvOfO0BYo/eBnQpqWVNZd+EF7aGJb2efqDIPe3bOKBju2swLzOdtxs0JfCaBQt3JHg/pYNupc2F3bkXKXtEw7eehmwneNiN5RvpXBp/cnV5xG8zVVmy3bcCN6Gy1cEb8PlKYK34fKUj60ieJvbLO8wvB1202MyavTE0K37+s2RUpfX9FH8KjKQTcnIA/vTD8WiwnS+EcbH8+5H0kCR58m9t1ZSS0orWtz7aLyoMrlpGyrH3xy/8wC1tL5eeGWhgkj+GHJWLPAwWtoxivt89VqR627PVBVfMdRRy3rLGv94PSEffxF8KO7QwZIbi1G/ph8fgDL8hniGAuiay2MZfq/p+979cFx5EvvjqIEoUbOPEcvX73k0cw7ec0tBVv/Dy64P2nxwnpOOseXoQcHjP/JUPANE9DnAkfPPSuXzm+8T8qeXg3niHd4T96cA7833xNUSZH8cM9iWE5PQ/vY/xJWi0B9nnWJLvz628CCOKtIfLEN+8M6YvP5OQt7/JHhcQAhQ7vLrM+fCDVfElCKXpfD+OOFIfZ50Yt51T1H+s/5o0jAFzMzPASLrN6aPolaU+gNIDGg1gbKU5azAL2LZCpazB9W66agZWFalkt7GwFsUqcDP9GuLbfBu5Rgo7gDvQD2WYqcft1VzS3ndAkPx/AVAogKuU0dkw3rsESwF8JSK1xUFLwHn2tRAWyyghFVA1gNSe0WKYrySWa2BLcPkn3RfUfgBr7XaNdVno8b1K3DZprLqMz6yWnmLvQM/AWYqqwY35SuKwhUQibfthg0iGzZpawCCXANBB/W35LB+qfnuX86+bDlep1oJDPgmJ/QdwA2MxXoCWGniqIGOgplfjnbl27FuMhc655yPfHZorzMFGB9wiD7vytWefJNmjwKA5PP3PkkUgVm2BVRrRW5CfpntyaIlGg5zDvqPKrZBAz3e+A43qK+hMYHfJ8v9Ceb+B5+mlImM64KFrvLUJfeoZwG45j08sJY5V1Cg7SzIe8yxxHY84TpkXBs1AOKiPheZN19nBd9Y5gR5wecbj10CxbJ5H3LkQCeUbyg5/fq7TGUsNiR4GZvAV5zrH1U/462tTFKBUrjvQal7l4G3G9YVyKSfgsfHaoe+GxBvjtKvt12i7U16ftmP/DFH6He2cT38ULtIle1v77N/SSh/bH+cebItzZulrpdf5rjy07Rg27mW9927+O+8j0clMvqFhQUvBDieP4Ce9eraMmZ8ECTjrYsKuLwi24Pgl99yLQX7xtgaP+Lizs2LXCwg/FGalURp/cCTHb9bf3BNlYeXbmnn9n8eBt7iBT16bHC8eDTrf3Duf8crS19yuW0Eb3OZ3fDHjuBtuFxF8DZcniJ4Gy5P+dgqgre5zfIOw9vNW7bK9u0pIDB/0TI549Lfy81XnC1HDTgwo9W1a1WPoF5uxzLvR2cZ6Ief6Qc9CkUMO9+WTh3K7xf2vHcoRyccN9GVP/5Z54nHqssusGWfbhXzF2Ue+p//WzzpFagfdq/x+ZPmKEXqsCxjxf+Uh3xQRr/ewaXLO3tulGwPPqEfWhiHgf0dOf3EHZ+vLMtHwUWgPrrwHCdUMRjTD/r74BPaN5r2nHKcI0ccVnp7gGLP/zUh89TSaE+6dLZlxKUlK6PxMeRh3zxeXn5BTPbplibfTTYMb88nX4grz1Ea172rLcOHZh6fpfMjX4jLrKTvIoozvGoNbDT9fOW1hCr2xblRw118rhMoFIfaD19bo2Q2qluzP9DgT393FTwAcDAvzjwldf089kxc8LclAJBDz4kVLVd94vmEYFFBhlFlDT1XwxXG7bE/xhUg5Jjsc0APS4HLp/+sPSnJDhAZ2w7gzdN/ShQBtysuclShpydfSBTNga57WIL3MPDry9HJedHKktNPsuWfb7gyFlhkWdK8icjpJzpq5cLM2bqX+A3ysP/si9rjFAXpuWc4KrcUliH239eWH39KFAFjlF2oXSf/rD+nyBbAzPi37tmZZfApgIUP7ffj9DgAOJmzQEj6362LKA9ewCu2CCy3Nrnp0c1S/qlAUiwcyA1/R2GKGhd7B+bw+vUa3lJ4rWkTrAtQqGqYC2Ras85V1gYUF6pcoKEVAB67CpaSo/hFmcn8Zjs8JHWBK5bha0UnucGXVgHTylrRCwCkD/jd1q/vius6qjAZwN+cG1UjqsHKlS0Fbvfaw1LqWiAkfqvMHxTEBZU85f962onB+zP+wRQnBPqYAmPTZriqj7QDeEvxJpTSAF3AO7YgQDLaRZCbdz925ccpFFlCCavBJcF4Aw/32xvPztSdbsFiT81fICzzlrYBhICo439MKFUzy+B77G0rSEoxqdFjALhaHUzwOfvqsfWkdSt8ihNSKeaogoQUAPT7fVKUivHH6oIxbt4EH2RdwIzxJ2cTftSFolApA/xR7DHWWIzQNsaWc3JN0TaOh3qVewre24BVxtPMHXVPTr5kSM9bafd9lL94/f74k54rqJgH9nWUd/OUn3UhvLq1RbruZQmQzqjb58zTn/PAB2zcbx/65ns5grJ43TapX7uyUiNTkIqMAgf3626r3E/40ZW163WRNewNsMAoLXR+eeEB6NdjB8AnguOqx5txzRbLV4q89xH3Tf0SYPChtprX6cHcZvy4ZmkfbS9JYcn1zXhhZeTvF/OXnxtVN0XJ6DPXHoXbUBQzx3iJQZ5NIbvS8hHm82wPgszPHya66iUH/dmrM/YrpX9/AtD5nYzvG9qOAh0IvTPBHJgwyVUv6RAxcE2FKQy3M+fMtm8YeMt+eEFP+ol7pbav2W8fR83F/5WI4G3FGOkI3oYbhwjehstTBG/D5SkfW0XwNrdZ3mF4m94s4O2RZ10vf7hpqBx7eO/ctjo6eoXJAA9f6zcVSr1ayXLEFaZlFa8hy9dsk0Z1k8aGFa95gRYZwdvOPdLsWCd5oMjl8r3la7dJw9qV01e871hjk1AmW0GZsAfMsvo+1K47sl9ZcrtmQ6FUr4L6reQHYr+PaUkNL+3cZol8cbksqb+ltaG4fYv7OW3RBbaCkW17HgSBjdWqlP5CJn1/3e6UlYD6V6YbQ+a1mfRnNR+Ulht/TvkFN0vXQvU11MQsx42y9au4vm7ZllD2ENWr5NbipRy7t0sOVRh3ZfO2hNSuHs7iZZc0sgKc1ChvgbdR7NoMRA+C4fIfFt6GO9qvd6sI3laMsY3gbbhxiOBtuDxF8DZcnvKxVfSdndssR/A2t/n91R8deLtxS6HUqRHB29IGO7qZlZah/Hy+av02qVez/OBtflqd/7Os21Qo1So7UuCvopX/ZlT4M27aquFt1cqlw9sK35nduIERvA03eBG8DZenCN6Gy1M+top+dwqX5QjehstTBG/D5SnXW0XwNlyGI3gbLk8RvA2Xp3xsFX1n5zbLEbzNbX5/9UeP4G34IY5uZuFzlcstI3gbLrsRvA2XpwjehstTrreK4G24DEfwNlyeIngbLk/52Cr63SlcliN4Gy5PEbwNl6dcbxXB23AZjuBtuDxF8DZcnvKxVfSdndssR/A2ZH5nz18ii5askM7tW0mjBnVC7vXr3yyCt+HHOLqZhc9VLreM4G247EbwNlyeIngbLk+53iqCt+EyHMHbcHmK4G24POVjq+h3p3BZjuBtuDxF8DZcnnK9VQRvw2U4grfh8hTB23B5ysdW0Xd2brO8w/B22i/zZc3aDUWtW7pitdxy/wvyu9OPlD49u2a0ev9995AYVSx2w/j4y3Hy0NP/lJ7dO8u4SdPl6IG9ZPiQk3fDnpRvkym4NGq0K6vXuNK6ha4OTwGTKIIZIE9UxF60NCHNmzjS+wBLOrUvvbDGrsrjG+8lVPVvCgt172LLwH75aevmrSJvvEOePFVYhwrXFGUqr5g115OvvtXj0LSxI30OsHfq+BSmopI3Xq6dOlhy/JFlu78tWOTJ51+7snQ51d8t6bO/JZ07hsv1q28lZM48UVXdu3exZGC/ks9NEbLRY1xZvtKTxg0s6X0gBbyKP9drbydkxmxXatW0pN9BtnTdM/u273/iCse2bJGunS0Z0DdzO+Y/eV+zzlNFssgTBZr88fo7CZk9Txd5OnA/XfDGH2+8R8EgV1Wv73OAI118hXko0EXfNm1OHv+oVC5Gj3VVIZnCuCXt24ocO1h/tmSpJ5997cripSKNGoj03t9WRdQKC0U417wFntSrx7n0HKGw1zdjXVUEqmljWxVNa9HMknc+Ssi0X1xxbEv23suWw/raak58870rGzeLtG8tcvxRjioiRls2bUq18ZvvXKFYG0WBKApHYatRoz11jsYNRQ492JYxE2iLLgxF8SeK7UyeKpKIe2rO1aolMnGyqHa3b6MLZ5kient1slQBnaXLPKlezZKmTUQWLfZk7XqRxg0tadiAgma6EFiNGhTjosiYpwrtUASKgj4UQOPcq1ZTXMlSBalWrqbgmCWtW4nUrKH9qVVhtJWeKt5FoSoKbFEYiqJHq9dSkd5TRazihRTmEmnQQJ9j7TqRQgoU2vj+2pJIeLJ5sycbN1vqHkC/CgosdVz2p+AShYnG/EChKH3u2rX0TFHFr8STAtuRzVs9VZSHolpNG4s0b2rJmrW6gFmlAr0Pxc9oo+tRBEykXl19fLaZMcuV7dstVQyNYkb8SeG49Rs8ofhZy+a2Kuw2d74n6zd6EnN0IbclSyn0Zkn9up4q2sY1xvhyTO6pC5d4smoVraRwmidVq1rqeNWqiTSozxjayvN4zHhP1q7z1Hnr1BJxYiLVq9EWWxWJ41qZM48iYiI1alBwSxdua9TQUgWjvhun5/b27booVr26ehzJY61antSp6xbreVsYF/lltqtyz3Xaopktv8xxZWWyMFar5pYqZMY1wVgxB+knY87cpxAXBbjq1PJk8xaRWIElbVsyhy3ZulVk9nxX4oWWKjpXtYqnis7hwcxcpRgd86Nj+1RhsfT7P3OKgmlqTlazpOuellA8a/UaitTp+zHF37g+04PCXcxxxqtlc1FzYs1afU1QiI1CfrZNETNLqlcjT4WqYBljwrW6ZYun+9NKF27bVUF7mKMUf+P6aNeawnTZvyv9fW7VwgoUpytL+ylURq645po0Zo6X33ezvx3zF7rqvsD1ztzjWo0eBMONVARvw+Upgrfh8pTrrSJ4Gy7DEbwNl6cI3obLUz62ir6zc5vlHYa3w256TEaNnhi6dV+/OVLq1q4ZevuKtOHGTVukapXK4ji2zF+0XI486zqZ+PHzUkBZ2f/RAMg8ODJeVL2eNPAwf9vVUREU/5TYut2TYdfGM2bJUw8UlGs15vKahg89GS+CP+aYp5/oqIrwuY7bHojLokW6QjrBo+G1l8Wkc8fyeUi88MpCVVncH9ddHtshgAu0fPXtROBYAM6rLg4PcC+7Pi5btgYbdOvVMWnTquT+ct1N+yW43xknOjKwmDHautWTYdenz0FPnn6wUgZEpUMPjtRAsrQ8/fsNVz74PJiD3xxvy+ABqRxku08AQ8m7iUeeSshP04Pnu/R3MVX9nXjoiYT8PNP3uefJdcML1LgBRR9+Kti3rntYctUlMfnqO1defCXYvv33teXi8xwZfmNcwV5/PHB7gTzzt7jMmhWcg8MvjMnIF+IKCpkAMh1ykC2ffBFsd7cutkyekhB/NTzA1szZwe1qVBfZvi04zk7MU0CrpAByWcnqY1SPp6X47RIU6yJS/xapFAMOWwo+MdeAVmyuipYBPmuKgm4ahHpq38KELqCG1bEGoiLVqgCOPSlMUE2d41G93pJePS0FhxcsArZ4ClxS7A1YumSZhpacL+GKgpQ1qokAB1u2EFm/Xv8dgAr4BBRu3JTah30BnzSAHjZvxjaWOk8iYSlIuGmTvlEAOOkHkXAtmb/ITRZ+020F2NasoYEx5+NlA/AVGF6juiX164n6r8fetoK0gEATjBWwm5c/JugTP+PFC7FkqcjU6a7qK3kh9u5qKaB+6MGOfPltQqbPBLxr4GqK8wE0gbi1a1kqJx3bWTJ/IfCU/GqwyDjtu7cGyI0b2rJmrSs/TPRUruhzPA5AtdQ2nB9YPn2mKxs3mpzQf0saNxZp18aSypU86djBk66dM7+rOefnXycU9Na5FFm8RBQkNPPfsnTb9KjoADyvWJma9gBS8ssLEaJyJUv697Hli9EJ2bqNFwp6zBlf8gGQZXzoa7OmQHSdt/SgXX//d1zmzk99wguLE4621QsXf3A/bt8m1cZJP3kyd37qOly9Rr98YOxok+qfpSFu65b6SHXrxqVvr8oyemxC9c8E1z8vzNT83AXx1XcJof0mAPSH9XUyCn1OmuKq+WyC/A7sW/aX7LPmeDJlWvAedvCBtoL05RnTZrrCd4YJjt7/YFu2u9ulQVQ4rtRUR/C21BSpDSJ4Gy5Pud4qgrfhMhzB23B5iuBtuDzlY6sI3uY2yzsMb7/6/kdZsnx16NYdP7iPVOYJajeP7yf8LNfc+ZR8+Z//Uw+42wqDv9Du5t0L3fy3P3Dl/U/SSJiI3Hy1Jc2b5h70hW7oLt7w3Y88efejzDlyzmm29Nq/fB98yqOrw65JBIA8x2xY35I7b8ztmC5dLnLXA0HQxrmPHGjLsUfsfJ6+H+fJX/6ROQ5HD7Lk6MFl79stdydk9dpgxmnlkw+Fg7djfvDkxVd2rD3DrnGVwtAfJY1R2DlI+4Fpw2/IHIe+vS05/aRgni69JnO7hvUsufOm1HZvve/KB59m3ifuucVRCjvi0quBncFc7tvNkgvPtRVQuezazM8P7mXJmafY8rd/uTJ6TObxn3zQkXseRn0Y/IzTnHumLS++nJn7g/a35Nuxmccqj+sq2zEqxVKdTrieAmWlBd85AFwCAEhrUf0SiSR9Sv0bCKvBK+O6vVCrRvkcQEvS69YS2VYoSiGpwTAAVh+f9m2P63wA/woLzflMK7XiERUzMI/9gbuEAsTJ/gBPDcwGetEGzlGzut5202YNkmmjAbCAaEs0eFWw1bKUAq92HZGNbGAXAAAgAElEQVSlSzXgW7MGUCqyPS5SXSlYXXFFKzqBnulRu2YS3sb4E2Cq4S0Ka6Jje328JAsP7A5cBLD6Y9VqDXyJb77Tx6LPZoERSt69u2pVKvB+wiTUv64Cz4w3/RPLkzq1LKlV25IG9T2loJ01Rx8ThS3/Ec2bedJCqUu1OnXKVP1zXsxwJIBjm9ZatcpngFGgKP3hgYYc1qmtX7Cq/lquHHt4JnlEiT1xcip3qFsXLQYcWxKL6Z+vVQpmlOmpfADRbRt1r4b6a5Lw+4CeqXwy7nqOW0qFTACYK1cW2bBBq8v5j/61aqmBNUpofwDAX37VFc//LocXxy1FKcv9wTgccZi+F5GH9z4OXmC/zObaENmUzDG5ZkyqVPWkSWMNk7cXunLM4TH56PPMi7NTe60Qznfw0mnU15nzu0tnS9q0TuUrW5/VPG9nS6cOZWs1uUu+GyraEQV2ty47/93sb8k7H+oXIP5A+d6seUJqVttFpLxsqdqlWwPDqlSKZUD8XdqoCnjyrdtZLcOLyPxfvzuaDr5f08UHO3qsirIf91e+BivtRuOwK3IXd1mF5EZFcUtJPt+Km7bEpUbV6LtiV8xT/zk3bI6X+J1duWD3uffu6lxmO/8Ow9uK2Jlct2nl6nXym4vukKsvPk2OPqyXOt2GzYW5Pm2FPP5b71ny2VeZDxCXDxW1PDkKnYEPPvHkg08zH3DOOlVk/x4VL0tX3pjZJiDEbf/f3nmAR1V0b/zdTULovffeFCmCil3AXvir2BULFkQsINgRFRtKUwQbKHbsWBEF5bN+CIJIl470JjUhZXf/3zs3m+xmUyYhd9mQd3x8gN3ZmTO/M7e998yZe9y1lYLF2Fci+zj9VIqrBy+o/f4HH/oj2z+rO3BWj4KP7bFnEBb5ZFoIBDDmabuH2Vzt6UHBIW977rrfEd5CS14+sp2DXq8XyQf8uHdoZP+djgJ6XxH++YD7TVBkNjsCePieLNs+/wb4/j+R7d1zJ4UZR/Qb8EDk9xRG+t3oCFCDhuRgT3ug9+XAa28F8NfiSOajngAeH8EIysjvruyV81w4ojWXfUf2xRZymoG5fW47mwol3jKyNkOspcBJfqFiLfsOE28zhL209IARR7PEW8fKyhX8SEmj3x3x1RFgMwTbEPGWi0z4+9D2+ffaNQPYtj2DsceJiHUOhaw56ki+zud8f5sp3pbPEPD2O6kDKOhSVKVQmyneIoB4rxNRyuX+FFAZKVmvDiNMnd8zKpQpBSjW8RNGGO/aHen3isHI24xozwoVnChYpoZgadY0YNqimJi9cHl98GVD8LtQ8fbHX4GAn3Y742NhVGfH9hQCnejkOfMoVjppGRwR01GKmV6AqQ+qV3VSN6xea2RdM45gJDbHS8Ga4i3H+fcKp4/kZMf20qUDqF+Xy/w9WLYM2LvPEapZ2B/Tq1Sp5EH9ekzR4qSXOOf0yJtnpmJYtjyLHftj5C2jt4MLjcid7mUqhmBNCormRUEZD/hqiQIvS+eOkWI4fbRqlfNLpqFILO0x6UQoQDNtCtP1NGkUQJuWjtgcWpatAD74JNI/TI1Rv17455xHZ3Z35gjtnTYj/PuVqzwolRjIjIA3qyACTnqJ6tWddBB8IcJVJz/8GNkn5wsjpaNdKMz/Oiuy1+ZNAf4fLDmNmd81bRJAy4yIaFvbv5meM/P27WxbsKuXUz9NGvPFhA+JCXYvRu16OjxrMUKPqyuCqy8Oz1Ee/KjSfXxJwOtO9I/fwlrP+zN/6PKfwjYUQ7+jH3hvwDmrkjsBvizlC9/i9LLhUPiT17y0dB9K6VpxKPCH9ZmSlvc1u0LZ4h/MeSghF4l42/fekTiyVVP0v+HCiLF8PWMWnhr7Nj6b9CSqVi6eaRM4qK3bd+GWe0bgkvNPw5UX5qOuHEqPRqnvb2b48eHnkZF3E5/TARnqAi4BfOb59HCt7X/Pk4/cG2+i1mKtPDIiDf/8E27Vqcd7cc1l7j849bkz8kXIJRfEZUZPHQwrLm9+6InwNB9sr/9N8eh4ZMH9MPHtdPyaLUqzXm0PHrvf7o0vIwMHD83Bnj5x6HhU3m8kH3oqFZs2h9vc/SQvruyVs4+4FJWpEML03v9FNj56X0KOeSH73p2WKdQFmf/fOd7MfLHBz3JKd3B8Fw/6XJ3FgBFr708JP09Q5JkwJus88dCT6SZXZWg593QvLjrPGc9dD6ZlLuMO1rno3Dice4bX5Jz99KvwqLia1T14akg83vvYh+k/hn/HZdT9bojHoIfTIgRZpnJ49oX0iAizk46LA5cphxbSb93CG57OwaQsiIyOYVRp5DNXICzaxLnpzMgxkMdEJ7vwNAkhkbjUngKMrnXmBm/4KfRxyTr7T05x0ibwa6ZDoNpWrbKTF3UPBVQPl+g7Ubm0h+Jy8O+M3k1JozjriJN88GUd5p/dus2JdGVfFHj5OaM8nejXrDQNtIq5d2kX0xww5ywLRcbg37l8ncXMhgzNNxiUU6sm85AyT27A5NXdt98RW/n7ypUzuAdgcqgG0xkEUdIHjHBldCwFZD4z0kb+m4IwUyNQHG1U32OitYNCNX9vhOMKHrO0P7TExTG3r/MZUybwmDRCacbh26QRX2R6TBqRGT/6sWRZwCztZwQzc6qSR0IC8xE7Qmid2l7Ur+ukTGDOz2A6AbbPvK7M90wRlRHUc+Y6vuDf/X4nJzDTjDD1xJJlwPadzM/qzDv6g1GzTLnQuCFz5AZQo0YAJx4Tea2mH6ZOz5rr9Mcqk5c563xDkZNtUqgNFqYPoD+YM5aFPmIEbft2WXWYkmLuX87xyDzO9B19xXpOCgPm+GV+ZJh8zGd3jzOpIkILzxOMtmdEcLDwN106OVHaoYUrgDpnpF7h5z8y73ZIRPaGjUClSk7aBHP8pTl/Mq9z86ZOCof4BB/O7VEK3830mej00HLK8V4zD6NdaCPzrQePmWD/TOPAuRRafvzVyTUeWrp29prcyAUps+dFrmJgnm7mMC/Kwr0BmDs7tDD/eWJZpU2w4ay0CTaUlDbBjpL7tZQ2wY6x0ibYcVLaBDtO0ailtAnuUi4S8bbXTUPNZl739b8ywtq5C/7GNbc/ickvPox2bULCAtwdV5G2vnLtRvS7bzTuvLEXzul+bJG2XZwbe/6VdPy1KGsBd2HzhxZnBja2z5rjxytvZT0Q9+8Tb5aExmL5e0UAE9/xmYd/ltbNPRgckp/UTZtDhW7SYc7CuwqQQzY/20z7Y51wNLbPzaiuv6rworTJPctcrB4P6tT04Lor48zmRrYluz1ndfOiV8/87Vm2PIBX3/JlPJQH0Lq5N18f/fa7DxPeyRIyb78xDh3a5SwS0y4e20EhLbdcvtyQ6/mX051coAGKmR7cfXs8src6bmK62WCIM4rLtwf2C88zzI2AJrydnplTsk0LDwb1zxKAuSHaK2/6HOElEECHdnG4/aYsTi9M8GHeAmdstWt4cOM1cWiSsXx45DgfFv/tfMdNFW+8xmuWYmdnf8XFcWazMX4+6sV0I5w5c8SD66+Kx6w/aENWbl0eE3VqAuybm0exMAfvgL7xGP+aD38tdvrkJmQ3XROPr2f48CeFq4y5cvUlcWYpttlczAMc3R7o3MmLcRN8mUvvr7jQi59mOYIfx310e5L14M+FTrRK29YelEkE/pjv/JvRyhSyuGkUCwU/CnhcCk8hivlpf/6vI/oxirRRfWB1Ru5QzlsKa1zyXruWExGZlMSl8oxyDWDjZkccq17Na6JI+V/bll4TGcl5snoN6zjiMSNNmWYhJZWbrzkiJNthRCuFX24m1awpkJwEbNziCN5MnVAqIYDUNA92cMm9yefrjI/2livniKwUQzmO737wY8s2pnsImJdgjjgeQMDjR8AXh207A1hDv3gcwbdJQ0cgpAhJkZl+Mfl2uZmYjxswcRMyj2FM4ZQsHDES6NTei4rlyTlgNnGjvUe29aJOLQ/mzvebz1goYvP8yXa5CV7njl5znmdKE+bQnbcgAF4LmCKGhYIxc9WSGfPnMhqS9ZMPePDVtz7THoXuWjUdZvyfAih9ww0Ame+ZbGhjwwYeIyRSTKPw+fk3PqxYyehdZxO7urUocDu5fbkZXsuWPlStmG3XwIwT17YdHL/PbC5Gdjxe/lrsbHZH4btNK4cp0yuQEfs9+Xgnevv7H5kWghunMSrbmRuM2OW5hu1wPvzxlw9JSc5mdYxuZe5j+m7ffub/5dJ/gGlTyC2nsnyl32wqyMhn2nPqSV50O8mLpcsDWJaRq5u+oS9D98jleHis8NrG4+GIVl5s2RbA2vUBk4OXYj7zHzPqm4Iy00I0bZyGerUSDXOew3btYfQTUzo4/j9UhedCnvOYA5i2cl7kJMhSaJ87n5sM8uUKN1X0gJuWFbTQp2QXfMnGDVfbtCx4O/n1SwF9zp8+bN3urDDgyyG+cNODYH7knO8l3tpxUs5bO05u15J4a0dY4q0dJ4m3dpyiUUvXbHcpuyre8sHjpbc+x7jXP8X0D0ahTs2MBHHujqnIWx8/aQrGTZqCsiHbCw9/8GZ0OzEG170X+ejzbpARXLv2pqF65ZwfBKNsTkx3t3lnCmpXzWFNbgxaHYzYCn34jZaZjCaj+ONW2bQ9BbWrJeaY27KgfZocnZ6spdIF/T3rU+wpzN6HwfygBfFRcOMoGzv/3ZuG8mXirJZqRSZyiOwhNCoxp/6Dm1vllHOU9XPLRxpsK7fvgwF5ObVrIklz0MtzszWnce5LTgOXNJZNzGootz7zG0NOXArzm7z8a9uebb385lJRtZNfP8kpPiO8lSudJfxHq+/8bIul7xnhnZTiQ6VyWiWT53ECYOfuFFTTRlmHfPrqQdDOBRJv7ThJvLXj5HYtibd2hCXe2nGSeGvHKRq1dM12l3KhxVtu3PXwM68Z69Zv2mb+rF+nRqa1aenp2LsvGUnJB9C18xGYMGKwuyNR64eEAMVbiheVy0u8zc8BOpnlRyg63+/Yk4KqFYpGvI2OxYeml93704wgqTxbefPffyDdpDIoEyLeHhqPlexecxJvSzaRnEcv8dZuVvBFjcRbO1Zu19K9kx1hibd2nCTe2nFyu5bEWzvCEm/tOEm8teMUjVq6ZrtLudDi7fzFKzH6lQ+NdbP/XGry2TZrHL5jRJnSiWjWuC6uvvh01K5RPKNu3cVf/FuXeGvvQ53M7Fm5WVPirR1dibd2nCTe2nFyu5bEWzvCEm/tOEm8teMUjVq6d7KjLPHWjpPEWztObteSeGtHWOKtHSeJt3acolFL12x3KRdavA0167HRb6J543rayMtdX8Vk6xJv7d2ik5k9KzdrSry1oyvx1o6TxFs7Tm7XknhrR1jirR0nibd2nKJRS/dOdpQl3tpxknhrx8ntWhJv7QhLvLXjJPHWjlM0auma7S7lIhFv3TVRrccyAYm39t7RycyelZs1Jd7a0ZV4a8dJ4q0dJ7drSby1Iyzx1o6TxFs7TtGopXsnO8oSb+04Sby14+R2LYm3doQl3tpxknhrxykatXTNdpdyocXbaTN/R1JyCi48+yT8NmcR9uzbn6el3U7ohITC7Mrj7vjV+kESkHhrD1AnM3tWbtaUeGtHV+KtHSeJt3ac3K4l8daOsMRbO04Sb+04RaOW7p3sKEu8teMk8daOk9u1JN7aEZZ4a8dJ4q0dp2jU0jXbXcqFFm+v6DcM6zduxU9TxqLXTUOxZPnaPC39+bOxqFKpgrujUetRJyDx1h65Tmb2rNysKfHWjq7EWztOEm/tOLldS+KtHWGJt3acJN7acYpGLd072VGWeGvHSeKtHSe3a0m8tSMs8daOk8RbO07RqKVrtruUCy3e/jJ7IVJSUtHtxE5YsHQ19icl52lp5/atEB8X5+5o1HrUCUi8tUeuk5k9KzdrSry1oyvx1o6TxFs7Tm7XknhrR1jirR0nibd2nKJRS/dOdpQl3tpxknhrx8ntWhJv7QhLvLXjJPHWjlM0auma7S7lQou37pql1osLAYm39p7SycyelZs1Jd7a0ZV4a8dJ4q0dJ7drSby1Iyzx1o6TxFs7TtGopXsnO8oSb+04Sby14+R2LYm3doQl3tpxknhrxykatXTNdpfyQYm3q9Ztgs/nQ5OGdTKjaleu2YB0nz/M6gZ1a6JsmUR3R+Jy6+k+H3w+PxJLJbjcU/FqXuKtvb90MrNn5WZNibd2dCXe2nGSeGvHye1aEm/tCEu8teMk8daOUzRq6d7JjrLEWztOEm/tOLldS+KtHWGJt3acJN7acYpGLV2z3aVcaPF2w+btOOPyQWjWqC4+nvBY5mZkXc7ui6TkA2FWD+p7Ga6//Gx3R+Jy6yNf+gALlq7CpDH3udxT8Wpe4q29v3Qys2flZk2Jt3Z0Jd7acZJ4a8fJ7VoSb+0IS7y14yTx1o5TNGrp3smOssRbO04Sb+04uV1L4q0dYYm3dpwk3tpxikYtXbPdpVxo8XbCu19h9CsfGjGzS4fWmVZSvG3asA66n9TJfDb1+1lISU3D128Pd3ckLrX+6dSf8PrkqVi5dqMZp8TbLNBLl/sxdwGwZ68PdWp60fNs5TTOaRr+vRKYv8CPbf+moUaVeHQ6yoNmTb0uzdiDb/bzqX7s+DeAMmWAju28aNXcc/CNWrbw2VQfdvwLlHWh7y1bfJg1F9iw1YcaVeLQru3BjW3OPD9WrAngwIEAqlQGep4dbzlKp1pSkh/T/xPAjl0BVKroQbvWXrRoZseaPtq7P4CEeKD9kfmPY9PmAH6b7cfufUCl8sApx8ehWrXczf38G84BH8qV8aD9kXG5zoGZP/uxaSuAQAAtm3lwdIfIeb1seQALl/qRdACoWJ6cIs8Tn3/jw959ABc2HHVE5Hhoz959ASSWQoTflq0IYMGSAFJTAyhfzoMLzsqyYeGSAJat8MPnA6pX9aDbyc53KSnAtO992LMP5jfHdPKgbm2HPftKSnb66nCkF00aebB/fwDTfwwg+UAAXERy7hlxiI8H/lwYwLKVPvCX9F+bVl78vTKARUsDSEsPoFIFD87s5sWqNQH8tdgPf8CD6lWAk4/34tff/di4GfB4AmjdwosWTYFvZviRkuZwOLuHF3PmBbB5K+D1Au3aeJCeHsCS5eQNNG0CxMcBy1YAfj9Qr44zj/hvllYtPFixMoD9yQHTXrMmXmzcFDAsypcHKlUE/lnvtF2mdMDMjbRUmOOefuc7WI6R9Xb+69RLSOD53vl76USAi2w4dv6bbOLiPChTmvYE4PV6zHEcCABp6cC+/YDfF0BCKY+xO+gHvgDkPK5c2YP0NGD3XiA9nX0FULWK1xxf+5OcduK85GWGD6/H6Yf/9ng8qFTJj/h4Ho9xxh6OuUJ54MABD0qXpu9om/NnSkoAGzYFcCDFGV+Nah4zLpaqVTzYtZucAvD7PahYEahc0YMa1fm5s6qoSSOvmR+btgSwew+tYX8ebNzs/L1FMy9qVAO+/NaH1FSPsatMaY/pp2xZp59aNT2oUinrGNy9B9iwyY9duz3gQwgHyTFz/AmlYPpLiPdg63ZyDqBJQw9aNvdi125g81an33p1PGbMwbJmHbB+U8Bwr1DB8d+B5AA88T7UqV7KzA3Ohz17+Sc9GUDNGh4E/MDW7c7crF3Lg1o1PJj3lx8BeFC1MtC2Ve7nqdVrA1ixyrGnZXNyA9at51gCqFbVg5rVc/8tWW7aEsmHHFauCZj57/V4jP/ZHv1C+4Il6I90H7BtO5CWxrkNdDzKa+bOoqV+pKQ684Hn/+BCqpVr/KYu5+iBA858alAfKFc+FdUqOavGkpICWLfBbhxZHji4v61YHQDPYTy+69YGjutcNPcN/2zgMeWwbNbEg9DtKHhMr1zFcxWvwx40rJ/Fl8cMGaekeMw1r2ljjzkPuF3cfBDcsTNgjin6vH5dD8qXc3s07rUfFG937fJg2w6/M4/rAeXK2t1XuGdZbLUs8TY2/CHx1s4PEm/tOEm8teMUjVpuXrOjYX+s91Fo8fbmwSOwdv0WTHvv2bAxUry9+NyTcV//K83nkz/7HsNGv4lfPnsBlakaFLOyZ18S9u9PxrhJU7B+0zaJtxn+o2DyzNj0MG9SgBjcXwJu9ine585UOBKHUwIBP157PgpPPIU41ka8kI4ly50H72C59HwPzuxRMGGyEF3j2Rd84AuB0HLP7fFFJh4PHJIGCiSh5cEB8eYBtKDl25l+vP+pL9v8Bwb3t0+rMmR4GjZuDO/5qYcSULNG3taMfTXdiIZZEwroe108unTKfRw33pVmhKBgoSj38sicbX12bDqWrsiqzFYH5+CHj79Iw9fTw229qlccup2UJTDQnyNe8BmxJVhaN/di8O1Z54kxL6Ub8TVrPAHcc0dCpt95nuH5JlhC7eHntDe0/TYtPRh0WzwWLPZjzMvhPup+shdXXhyHoU+lY32G0MZ2Kew8/1QCxk6InIND7vbi+Vf9YXOnTi3gzNPiMGlyePtnnubFtz9Q5MoqbVo4gmroZ+XLwojvoYUC2ZZtWZ9RWEpLD/FpwBEYQos/1KlG0PQYMZPFZxTA8FIm0WOETQrLFEjj4ygUBkCxK7RQhC1dyhFdKe5RoElNoyDtCFssFM9Yh7/l/xRTKe5xolWu5DEiGEv1asAGitQ8C3ocwbdMYgApqc7fKfJyGGVLO2KqEYQp0AUCRvzNXMhDMdO0YaRbR8Q1QwwgIc6xqVw5x5eOuEvxOIDSZTxISw0gIcGDlFRHCFu3IZwNf0Pxla2kGi4OE7ZB0bRqVQogQPOmTj8UQRvW8xhBkYUC6tK/nXGTLwuFRr7cCRYjkid6cERrZAqOFOPo9+07gJ9n+bDuH2DnLpiXBSzkQWGNxyv9wH9T6GahKNnjFC+SDoSP5cRjvUYk5QuEr7/zm3HwvEeeFItpR40aAezbF4dy5QLYvx/Yyhcw3gAqlvcYUY8Ay5VzxpqYCOzaxZd5WXOvQzsPTj81Ukjk8T7p3axzOP3TppUj9AVLp6O8aFAv8ly1bUfAvNAILUE+P/7mx7+7nPm3dp1jE0UplqPaOi9YKHRSnCX3P+aToTNvOU+qVaVI7wk7hhs39KDn2R78Pi8ACngUe/mShfORgj6ZH3eMD12PLmVE3R9+9pm5kzmO9l40qFvwa0fYAPP4x/KVvMcKP3decKYXF5x9cALuvL8oQmcNpEJ5D049gfPWOQ45Tr5ICxa+EOjcwWvm0x9/+rFlm/MN+TRrwjkYZ45TN4tbD4J86THrj/A5d3JXL6pUds+vbnKieLtndzzo49DzzildvahYsXiOyQ1eEm/doFrwNiXe2jGTeGvHSeKtHado1HLrmh0N24tDH4UWb8+8YjA6HNkcwx+8JWyc2cXbWfOW4IYBwzH5xYfRrk3T4sAkRxuHj3sPS5avjRBv03yRD8jFdpAFMPyjzwKY/p9sT/wA7u4fhxYZD7gFaO6wrfrlND/4f/Zy7eVedD3m4B7C3IB268BwIYx9VKvmwRMPuivKb9jox7ARkZzO7h6Hnuce/EPHb7/78MbkyGP1vDM8OO+sgo/tgWHpJhoxtNDKF0fZidyz5vjxeojIEWzHxp6cfMQH7CGDcx6H7RykyMHos/73hL+UoW2nnODFFReHz9e+AyPrUTR64qEsOxghTAEpexk+NB6VMqIOcxoPxYIbe3uNWNJvUGQ/J3X14qpLvHjtXT9+n5Ot/QAwfmQ8nhrlwz8bw31OH91wtRcT3460iaLXz7MiPzcRnjmc5nP7PKfjMrvoSiHNpoT+jr9xBNAM8RSBMEE+2F4cDctFvKXwR5GSgh9NSIhzxpYtTb35fdnSHiSnGLnURChS+GQJCqv8OyNBKQRnL+zHkUKdqOAgv4AjvzpRpRlydvYxZm8rVCwOfhe0IfiniciFx4lQTaCYHDDRvek+RzikAEyxk38yQpsR19lLqXjHXiNkM5o3Q2wmztKlgVKlgGOOzhJnKbhSmGb58y9HeGZ0bVBwDhXIgn2RPQXFk09w+mKULI8tRvEv+RvYvh1m1QMjwymWB/weIxSTISOBff6sSEcj4nqAE7uGnx/r1XEiTce96kdqqiMEH0iFiWpOLA1UqgCkpFF495rv2Qaj2lkoUAcjqytWcObK7r0Bc16goEXOwXLnrd5MoTr42ZjxPmzfmVWHfcaXCoRFjDJq+OwekecqMmCUeWipUC5goov/mO/Yt2MnsDOj/caNHBGdM+m8M+Pw5Tc+o9Su3wgTcW7mdzwQz/mQ5oytfPksVhSxTziOUctOj/MXMCrb+TtFbP6uYkU/+lwdb14qrlwdbltu44icWYX75J0PA/j5v+HnIx7640cU/HoVtIDH+dQczseMpOZLzFVr/Fi8LNJeCvXfzfRjxcrgCxOnDl9qHNvZg9YtDv4anRclpvCpVM7+xagt8ekzfTiQEm57wwYeHNXW3fHY2lfQehQlf/rFkxFFn/Xrpk08aNuyeI6poAxs6jPFDl9QloqPvXvw3OzPellpM8LiUScl1TlnJyYUHz8cCrK8n0lN86Fsabvni0NhYyz0yWv+vuQ0VChb9NeKWBhfcbIhv2t2MOCiOI0plmwttHjb7ZIBOPX4jnh4QO+w8VDkbNe6Kc7pfqz5fM78Zbj2zqci0ivEEgQbW3ITb3fv49NPySuTP/bg97mR4+7Xx58ZnVTyqESOeNoMLs+OvGm+8uIAOjuZRWKqDHww0lYuk31osJ3YVNjB8MF43ITIvo8/NoBeFxS21azfzZ4LvPdxZPtndgfO7FbwsQ17Bvh3d2R7o56wa2v2H8B7nxTOnoL6aNoMD6Z9H8kw+xz0er3Yt8+Ph56ItOuIVkCf3uFju/tBZ/lyaKlaOYCHBmd9MuVr4MdfItu745YAGjd0RKlBQyK/b94kgH43UjAE7n808vvWLQO4+VrOGWDl6sjvhz8SwNNjgH93RX53xcWBHOdC25bA4r8jOUk7AhwAACAASURBVLGFHL3KO8VskbC5zdQiE28ZWZvRSfao22DfeYu3HiNoBaM1eQPFdnISbxMTPCYKlYVRdmlpkRQYFcqIUJZQThQ8GdXLwraDWnVoC6ECdk4CbXA8BRFvgykgGKHJcTJyuUqVAA4kMx2EB8nJASQdYEqIyLFQvCULpkow4zHpGJyIYqZwoOja4aiAYcGy418PqlVx2vljnhO1SJGXaScYuRiMUAydE7SJgvdJxzuiHO09/TTg198ZUerBzn89JsqVIiLTGJhUERTYKd5mcCyV4ERgMxVDenpWW8F+KFYfczQwPuN8un+/xwjWJhVFKQ8qVwogKdlJTWOioz0eJDPalmJ8KaZVMIHNZvk4x7x3r8eIvVUqehAXn8XtpmsZzRw+458eReEo6zP6gTxPOC5chOR5N3v5bTawJ9vKCEaDNm8awN8ZqUB27GTqCueXdWr7zbJ+ljO6Ad9mnOM2bvJknhMS4h1/0Q6K90wdEVrat/Nj3z6H86KlHmfsjGou64y9UqUArrgYWLrcSTGSveQ0jshahftk4lseLF4Wef4a+XjkCybbHhiB/v1PkW0ygrZ5U2DFKp5PI1vregzw2++R51oK+p3aB9Cqhd11z9bO7PWYpznBBaGN92fZC9OjcEzFsXCz6OkzvSHrvJxR1K8P8Bqu4hDgqhQeBTy/FJfCVSC5XfOLyxiy2xlcHRS8Zymu43Dbbue+JOueyu3+imv7PGunu3StKK5MDpXd+V2zK5UvdahMOyz6LbR4e+t9o7FvfzLeGvtAniA++GImHh05CdM/GIU6NasWW2i5ibfFdkAHaThzVH42NVtUyP8id559NCFsieRBdlPsf55TegkO6pF74nNcOnqoB3zjnanO0ueQwmWut/UpfLSPzZiSkoA77k+LEMl6nsVlogffN3P8PTKca77Drbn43Dicc0bB3/q/MCEd8xZke8D7X365iWPs3oyv/19EKO3J/ojY+9J4nJIRlZcbt/73pmUtJc+o1LWzFzdekzOnZcv9eOaFyCj53OZgnzvTIrpmHtnsuWqHPp1u8mmGFuZI7n9jSOTtN34wj3H2MvG5LNXn1kFpSM3W5VmneXHJ/znt5GXPp18zsj28fQpuE8Yk4LV3fPgl2zLs2jU9Zi4PeTJyLtzeJx5jJ0ZG+TLXbFhah4zBtGzG/Lb5CylmyuUg8tpE32YXfakyhYqZOUkMeYm3jKSkgHggxXkYoJDIB6js4i3NDUbeBgJMoeCkOWAEbXjkrSPeOp87YCiEMS+wk0PVET6ZZ9ZI4CYdgpPagNEkWWicHAg5jSc/8ZZtOJG3TnQs0xwwepaRkfxtlUpOKgAKfcxlzO+274zsiWI1x8CI1+AScj7b87PKlRwRNTQ1CfkFUyRQ9Nq2PWAiO9k/v1u+Kjx9Bu1kmomaNbzo0M5h1aiBFx2OZIoDv5ljFAiZHoBRvBRbTeRqgmMDxXPaXjrR4cpo6CpVgCPbhJ/UmDe7bUsvPvzMjzXrAkhOhhk3/UQBu3y5AOIT/PClO3mbKez+uys4TgrITh5h5v7lnxS6KfZWq5LVD0XQvtdFnm/YJ5fWBwvtrV7VSZ0QLMx527VL5Dl30TLmyg0/nsindXMPpv3gHOOMCt6ckRO3RTPHZgqIXOo+82efyZfMFRF/LXLGS18E87nSZs7/YGHu4fPPisOfC3xmTlIgZvoEzgyOlW03aODD5f9XCqvXBfDXonDbchtHxMmukB/w/uqLbKt2mCpi6GC7a0xu3X4zw2eO5dBy0nFe42/Ogx9/Cz+f8nzBSGmutFq2PCSNCZiHN4CTusaF5cUt5HDz/JlbSzAZ0b1+Y7hfmXaH5/biWJg2YfGSOJMCJLQc2caLZoVID1UcGdjYrLQJNpTcr6O0CXaMlTbBjpPSJthxikYtt67Z0bC9OPRRaPF21MsfYOJ7X+OTicPQqlmDHMeampqGXjcNNZt9Lfj+9WL1ljP7gCTeRrrY5KJkjtKMp/aizE9aHA4eWxtHjE3D0hWMUnRk0VYxnBs4u9DHzcp6XRCPpo1sR1v4etmFbvbNOVVU5b2P/JjxU1YOQYoCzOVamLLmH+D5l1Kxe19QsQLuuT3O+Na2TP+PH5M/ybAnALP01MaenDjdel18RFRZqB0vvubDH/MdMYkWd+0Shz5X52xr9vaz56gNtsucjC9MTDf5IFnq1PSg7/VxZtOX0GJy6OZxnsietza73yPtCeeUPVdy8DxEUYrfrVqbtST89pviTVqXX2b78frbWey7dPIaMSp7X0e09mDgrfFmEzOmgAgew9deHmc2J6OIzxcDLC2benDnLfFgTuJgzmBGJg7oG4ep0/1YuNShwmXr3IyMG6YxvykLH6wpwL/zkWMTCV5wVpwRn7mBH8sRrZyoxmD+30YNGH3piIQs3CCrSiVvZh7WZo2B5auzUitw46EdO5y2SpUKoGIFDzZtdv5NgTApme04olWFck5fFJiZE9NsNma+prCYIcrGc6MxT2ZaBIqNJg9uoscsUWe0IwVTLr/fuMWP5KSMeeEFKpSlSAqzYRYjili43J/9/JsRWUmxlzlFTQ7YpAzROuBsbpbm8yAhmJfWS/HWibBlX4zepF3eOKBWDYpNTioDCpCMjGW06YbNfrMEP1hq1+AYeX52Nijbu9eJdKVgWrOms8kWhbNgBHGLpl4jWM2e53c2+/I7KQ+CObXpT+bHff7V9MzflC1N4dZjcjkzZyvbPOZoZyMttvv7XD+4ueX6DX6kpjkiN+cw01UwHUOpUs5nFBhNvtHGHlx9aRwWL/ObDZfMMVjLgy4dnXzAZDnlaz+4WSHTItDfFHu58Vb1GgGUTYwz+WEp5K3f4IwhsZTH5Ielr8mH4jRzwzIKd/5CZ34wHyxfqNWuGXaYm3/Q1jcnM8WAYw/nYKf/pUDhyyoWCoTHdHI2e8te+ODFDfo2bXHmcygf5iad86ez8SAjbynS06fcsKxzR843x3+z5wWMP5g6Ye06v7nnTEz04NQTnU2bfpvNjQ2dedDtJOYf9hp2c/4MmN+vWevkg6Ywzk3puhydhkb1nPz08xcGsOYfxzYT3dzJmymkR47m4D+hD5572QeK2iw8vm+9/uCFUgq0ZElBn/OEmzKGbkrGfNB/LvBnRpJ37hCHalWcuf3bHD+Wr3BeLjBlSOcOHrPxm9vFrQdBnqN+/8Of+TInmN/X7fG41T7F21JxCZg7P2DSr7AwNzfTqKhkEZB4GxuzQeKtnR8k3tpxknhrxykatdy6ZkfD9uLQR6HF201bd6LHpQPRqH4tjHnsdrRsWj9svLv37sdTY9/BF9/+igE3X4Ibrzy3OPCIsHF/0gHw/7GvfYK/V/6DsU/cicTEBFSqUIy3pC1CT2zeFsCGzWk4up1C4PPCyoihpStT0KpJYmauzyJ0Q5E3RRGXuW6rV43+sjKKU+yXIkJRF4ofc+anoFXzRFQsgv0TGcHHSDmKOYUtFEEb1C/4rt0UXMqVD9+xPi8bKJatXRcwD+oUj/IrS1akoXaNOCMI5lW27aDYEzAbL+VWKIwwIi5UJMhed+OmAMqXc8SznAp3OqdwxDrZC5epU6CqWzvyO0Z1UwSrnG0TGgpBGzcHjOAVXAofbHf7jgAqVXKiVIOFc4f+ZlReMOKS3+3clZ4R4ZkVicjIVoqclUPGwijEtFRnWX2w0G62RbEz9LPy5bOCxCmyMGIwaCPFJ4rIFNpY2JcvPWuDKQoSLEHbmYOUlyv6nGNg/lKKXyycExQPGZ3Idil8Va/mtMt/U3w20aipFAydcTP1ADf/oj0UbD1GPHXqsx3+z8/5p9mgzETBOoIgbaNwR4GMaRVoD+2nyMt6bJ+fMW0AmTA6l8Isv2POVwqYQftpE+3gd7SB+fPIpUypeCOAB0XRYK7A7H/u2hPA7t2MfnUE6+By/6wNx5zxB+0nk6B4GxpIHdw0jVG+zoZWTuRusD7nJcfH35BDXtk2aLdpLyySmQK8J/O3/D6YTiH0OMit3SCf4JHBpdX7D/hQubwT/c5jl/YGN+MKjj/7v9k+PwtGsuZ4kGZ8yHpBH+TGLbff58UnaGtOfgg9ToO+5pxhbsvQqHD+NvT4Df4uGEkdHDfn1M7dKahWKetkmVe/efE4mO94LPElQuiGcQfTXnZOubUVGlmefZ4FfWSZNeagzXX7QfBQ+PWgoeTQAMXb8mUSMs+trBItH7kxHrfalHjrFtmCtSvx1o6XxFs7ThJv7ThFo5bb1+xojCGW+yi0eMtBffjlTDwyYpIZX7cTOqJlswYolZCAtes347sf/0BS8gEj6k5+aSgSGcpQDMuYVz/Cq+98GWb56Sd3xpjH+hfD0RS9yXy4ZoLwyspfki9cnczyRRSVCjv2pKBqhUQ91ORDmwnnGZ3nRq7BqDg6Sp3sP5BuokfLJB58eo8omXxYdsNNaJgbrpw29cjTv8xFlpTic2UDqMNpYlF8zi7eHk7jK05j0b2TnbdCxVu7X5TMWhJvY8PvEm/t/CDx1o6TxFs7TtGopWu2u5QPSrylafMWLsfQZ183qRGyl9uu+z8TcVuqmAq37qI/PFqXeGvvR53M7Fm5WVPirR1dibd2nCTe2nFyu5bEWzvCEm/tOEm8teMUjVq6d7KjLPHWjpPEWztObteSeGtHWOKtHSeJt3acolFL12x3KR+0eBs0b+euvSbiNik5BQ3r1UTdWtURx3WLKoc1AYm39u7VycyelZs1Jd7a0ZV4a8dJ4q0dJ7drSby1Iyzx1o6TxFs7TtGopXsnO8oSb+04Sby14+R2LYm3doQl3tpxknhrxykatXTNdpdykYm37pqp1mOVgMRbe8/oZGbPys2aEm/t6Eq8teMk8daOk9u1JN7aEZZ4a8dJ4q0dp2jU0r2THWWJt3acJN7acXK7lsRbO8ISb+04Sby14xSNWrpmu0tZ4q27fA/71iXe2rtYJzN7Vm7WlHhrR1firR0nibd2nNyuJfHWjrDEWztOEm/tOEWjlu6d7ChLvLXjJPHWjpPbtSTe2hGWeGvHSeKtHado1NI1213KEm/d5XvYty7x1t7FOpnZs3KzpsRbO7oSb+04Sby14+R2LYm3doQl3tpxknhrxykatXTvZEdZ4q0dJ4m3dpzcriXx1o6wxFs7ThJv7ThFo5au2e5SlnjrLt/DvnWJt/Yu1snMnpWbNSXe2tGVeGvHSeKtHSe3a0m8tSMs8daOk8RbO07RqKV7JzvKEm/tOEm8tePkdi2Jt3aEJd7acZJ4a8cpGrV0zXaXssRbd/ke9q1LvLV3sU5m9qzcrCnx1o6uxFs7ThJv7Ti5XUvirR1hibd2nCTe2nGKRi3dO9lRlnhrx0nirR0nt2tJvLUjLPHWjpPEWztO0aila7a7lCXeusv3sG9d4q29i3Uys2flZk2Jt3Z0Jd7acZJ4a8fJ7VoSb+0IS7y14yTx1o5TNGrp3smOssRbO04Sb+04uV1L4q0dYYm3dpwk3tpxikYtXbPdpSzx1l2+h33rEm/tXayTmT0rN2tKvLWjK/HWjpPEWztObteSeGtHWOKtHSeJt3acolFL9052lCXe2nGSeGvHye1aEm/tCEu8teMk8daOUzRq6ZrtLmWJt+7yPexbl3hr72KdzOxZuVlT4q0dXYm3dpwk3tpxcruWxFs7whJv7ThJvLXjFI1auneyoyzx1o6TxFs7Tm7XknhrR1jirR0nibd2nKJRS9dsdylLvHWXr1oXAREQAREQAREQAREQAREQAREQAREQAREQAREQgUIRkHhbKGz6kQiIgAiIgAiIgAiIgAiIgAiIgAiIgAiIgAiIgAi4S0Dirbt81boIiIAIiIAIiIAIiIAIiIAIiIAIiIAIiIAIiIAIFIqAxNtCYdOPRMCeQFq6D0tXrMOevfvR4YjmKFe2tP2PVbPICOzZl4RNW3aEtdeqWYMia18NlTwCW7fvwso1G1C9WiW0aFK/5AGIkRGvXrcJqWnpmdZUq1IR1atWihHrZEZxI7B3XxKWrfwHXq8XR7Vtivi4uOI2hMPCXl2zDws3xtQgVq3bhA2btqFVs4aoWb1yTNlWkozRNbskedv9seqa7T5jmx62bPsXu/bsy6xapnQiGtarafNT1SkAAYm3BYClqjkTSD6QisRSCfB6PUKUA4Enn38Hi/9eg/p1a+CX3xfg8XtvxCld24tVlAlMmzkbj495E0e0apzZ87gnByAuzhtlS2KzuzSKXx4PEuIjhYpAIIB/Nm5F6cREPfBkuG/7zt04+6p70f2kTli/cZv59K2xD8Dj0Xkw2jP8nKvvRdXKFVG+nPNi7PwzTsC53Y+Lthkx0V+6zwefz2+uyTmVbTt2ISk5BQ3q1szxms3zwJr1m1GnZjWUL1cmJsYUbSMuvOEh1K9TAx6vB7/NWYyv334aNapJ6Im2H0r6NTuve+v8jlOba3Z+54Jo+9vt/r77cQ5GvPg+OrdvhTnzl+HcHsfhjj4Xu92t2s+BgK7ZWVB4rB5ISUOZ0qVynCv79idj09YdaFy/NhIS4jPr8EXEjJ/+wE1XnVfi55iu2bExBZ547i38MnthpmDbsmkDDLzl0tgw7jCyQuLtYeTMQzEUChinXHQnJo25D106tD4UJsR8n7v37kelCuWMnZ9N+wXf/PA7Xnx6QMzbfbgZyAfBH36dh6cfuPlwG9pBj4eCzzW3P4mTjzsKt/buGdbe8tXrccs9I8E3qiyd2rXEC0/emTmnD7rzYtoAmaWmpqNsmUT4/QH0uGwgnnvsdrRr07SYjqj4ms0HwXFP3oUmDesU30EUkeUjX/oAC5auMtfk0MIoxruGjMWseUvMx1UrV8CEkfcgdPXBtJm/Y+Aj4zN/dtVFp+Pe264ocS+4Qq/ZDz49wUTVX3fZWUXkITVjS6AkX7PzurfO7zjN75ptcy6w9VFxqkcRjJFgfGG/bsNWnH3VPfjzuwlhglhxGk9xtlXX7Czv/ee3+eh3/2j8OX1iWPAE7ytHvvQ+Jn3wTWbl4Q/egvNO72r+Pf2nP3DnkLFYNHNScZ4KRWK7rtlFgvGgG6F426ZFI1x0zskH3ZYayJ2AxFvNjkIROJCSiv4PPof5i1YiKfmAxFtLiuPf+AzrNmyRgGjJqyir8UFw3Oufmhuf+nVqmojJ3KLTirLfWG/r6RfexVfTf8POXXvR/4YLw8Rb3jye1/s+NG9SDw/ccTX27E3CXQ+PNQLu4/f2ifWhRc2+/UkHcMw5ffHlm09JQIwa9ayO+CB48nHtUa92dXQ9+ggzX0ta+XTqT3h98lSsXLvRvEjNLt4+NvpNs/Lj+cfvQOWK5TF83Lv4c9EKfDd5pBEzmFKmx2V3m0i0S84/FYuWrUbfe0fhqQduwgVnnFDScGaOly+1Ljz7RD2MHIIZUBKv2fndW+d3nNpcs/M7FxwCV0e9S77EGvToePz46fNaLRN1+oCu2cCiZWvw1Nh3MG/hcuOB7OLt1O9nYdBjL2LsE3ealHu8xo96+QNMfecZE9ko8Tbniatr9iE4oDO6pHi7eetOtD+iOY5o2RjHHd1W51cX3CHx1gWoJaFJLvPgAcrcJr1uGirx1sLpf/z1t3kYfv/loWiqCDELYkVb5e9V6/HHX8sQHx+HqTNmmdzDvCkq6YURPlyC2efuZ3D+GceHibfzF6/Elf2GYcrrj2fmdOUN5EPDJ+KPaa+gdGLOy7xKElNG4DL6oWb1Khg68NqSNPSYGesHX8w0ESubtu40AuZro+9Fu9ZNYsa+aBjCaLr9+5MxbtIUrN+0LUy8Zd71Dj364OEBvXFZz27GnLXrt5gH6Deeu98sI35t8td48Y3PMeurFzPTKdz35CvmOp9dCI7GeGKhDzL54ttf8e74h3Nd0hoLdh6uNpTEa3Z+99b5Haf5XbPj4uLyPRccrvMpOC7e81x6yyO4u+9lJTa9zqH2sa7ZAF/U/LtrL36evQCPjJgUId72vXckypYpg1GP9DPu4rnh5AvvAFfE9O19QYR4y9RmQ555zbzAvuWa8w+1iw9J/7pmHxLsmZ3+NOsvs0oz+UAK3v74O/S+5AwzX1WKloDE26LlWeJa+3f3XpzY83aJt/l4nm9W7350PEYO7YeOR7YocfMk1ga8a/c+nNCzf8TNUqzZGU17Lrj2AZzd/dgw8Ta4PHPut69mRinPXbAc19z+BKa996zJC1mSC0VvLqtmefKBm7SxUQxMhmfGvYfKlcrj5qtL5sPL8HHvYcnytWGCKzfWO63XXZg46h4c16mt8RIj9Np1u96sAuFLm2Gj3zSbdL39woOZXnz1nS/x3pQZ+P7D0THg2eia8O6nMzB5ygzzIkCb30WXfU69lbRrdm731vkdp/lds0slJOR7Ljj03nbPAp4Lb7lnBC45/zRceWF39zpSy9YESvo1+/uf5+L2h56PeB4584rB6HnmCeh33f9lsrxx0LMmH/2we24IE2+5AVzvO5j6rD0eHXx9ibwX1TXb+pCLSsXvf5mHtz/61txDqRQtAYm3RcuzxLUm8TZ/lwc3SeBy1dD8gvn/UjWKkgCFCUY8M+E/E6rf98TL+GnK2KLsoli3lZN4+8HnP+DRUW+E5dTiUi9GrXw84TG0bt6wWI/5YIzn7rYDHhlnIpIH9b2sxOUFPRh2Rflb5jHc8e8eNKpfy0SQ3zR4BC4656QSu9Q/J/F2xeoN6Hn9g3h3/BC0b9ssE/8Rp16HB++8xogYzHW7b38SXnl2UOb3b344DWyvJOXUY3TT6Fc+xF9LVuG5YbeX+NzeRXmsFrStknzNzu3eOr/jNL9rdnxcXL7ngoL6qbjUZ0qZfveNxp039sI53Y8tLmYfdnbqmh3u0tzE2y5n9zURtn2uOCfzB7c9MMbcaz4/7I5M8faTicNwdf8ncMl5p2DQrZeXuM3Ddc2OnVMEnw+Dm4I/P/Fj8GWZUuwVvX8k3hY90xLVosTb/N3Niyojb8uWcXZCZ9Hu1flzK+oaY179CO98Mh3161QHl80981BfdO18RFF3U2zbyznydjYGPjIO8759FaUydq+fu+Bvs7nZd5NHoG7t6sV2vAdr+H/nLkafgc+EHddX/F837ax6sGAL+PvN23bi/N4PmA24mH+9S4c2GP7QLWEbfxSwyWJdPSfxlrvKn3rxXSYC4tiObcz4fD4/jup+A4IboDBX2dIV/+CtsQ9kjv+Vt7/A5M++L1GRtympaeh0xk2GQfCazZd+THekEl0CJfmandu9dX7HKfME53XN5svr/M4F0fVy9HobP2mKSSsTei8+/MGb0e3ETtEzQj1B1+zwSZCbeMu0Ruedfjz6XZu1ifANA4ajQb2aeHTQ9ZnibXA+T39/JCpVdDbHLklF1+zY8fZltzyKjVu2o0L5sma1JjcSLsnPiW55RuKtW2RLSLsSb0uIow+TYSYlp4Bv/atVqahIyWw+zUm8XbBkFS6/9THwzX4wapy5yh4dOQmhqRQOk+mhYRRTAkwBsHPXHpODuXy5MsV0FEVjdk7iLfMyt+/eJzPKlj2tXLMBF1z3oBFruQHhpPe/McLGf78cn3lu5GYpO//do2VvReMatVIIAiX1mp3bvXV+x2l+12xG7eV3LiiEm/QTESgQAV2zs3DlJt7eet9oI4CNeay/qUxmx557K2666lyTFiq4YRlz4o57fYoJsOAL2orlyxbIF6osAkVJYPfe/UhP95nnbBV3CEi8dYfrYd8qlyls27EbvMG8qM8Qk1C945EtUbVKhRKZa+ewd7gGeNgS4DGclubDdXc9hdOO74hrLz3LvDUtU7qUuVk8r/d9aNKwDh4ecK1ZVt3v/jE4pmMbk3NLRQREIDYI7E86AP4/9rVP8PfKf8xmjImJCZnL/rnD/Mxf5+Gl4XejcsXyePy5N7Fw6Wp8N3mkEWu52VuPSwei/w0X4oqe3bFg6SqzwWYwJ25sjFJWiMDhTSC/e+v8jlOba3Z+54LDm7BGJwKxQSA1NQ279uwHN3l6+NnX8O3kEUasDeZYn/r9LPAF6gtP3olOR7bEB1/8AK5GmPrOM2hYr2ZYzluuJrzqtsdRtUpFvPrsoBL/Ejs2PCwrRMAdAhJv3eF62Ldqlqee3TdinKEReoc9BA1QBA4DAlzmsnDZ6rCRBPNg8kPu+M1db7mDKEuXDq0x5tH+ZlMoFREQgdggwIc6bjAWWk4/uXNm1A6jIbhp5m9zFpkqtWpUMUva2rRolPmT4MNi8INrep2BQbdepheyseFiWVECCNjcW+d3nOZ3zbY5F5QA1BqiCBxSAtx74+bBIyJsCOaYZ2qjUS9/gEkffJNZJ/RlajDyNlifL3auum0Y6taqjgkjB5uVSCoiIAKHHwGJt4efTzUiERABEShyArwxLJNYSqJtkZNVgyIQPQK79+w3uYHr1KqWY6dMsbBx8w7UqFbZRN+riIAIxB4Bm+M0v2t2fueC2Bu1LBKBkkcg+UAqtu341+QO5YaDKiIgAiWbgMTbku1/jV4EREAEREAEREAEREAEREAEREAEREAEREAERCBGCUi8jVHHyCwREAEREAEREAEREAEREAEREAEREAEREAEREIGSTUDibcn2v0YvAiIgAiIgAiIgAiIgAiIgAiIgAiIgAiIgAiIQowQk3saoY2SWCIiACIiACIiACIiACIiACIiACIiACIiACIhAySYg8bZk+1+jFwEREAEREAEREAEREAEREAEREAEREAEREAERiFECEm9j1DEySwREQAREQAREQAREQAREQAREQAREQAREQAREoGQTkHhbsv2v0YuACIiACIiACIiACIiACIiACIiACIiACIiACMQoAYm3MeoYmSUCIiACIiACIiACIiACIiACIiACIiACIiACIlCyCUi8Ldn+1+hFQAREQAREQAREQAREQAREQAREQAREQAREQARilIDE2xh1jMwSAREQAREQAREQAREQAREQAREQAREQ81uM/wAAFBRJREFUAREQAREo2QQk3pZs/2v0IiACIiACIiACIiACIiACIiACIiACIiACIiACMUpA4m2MOkZmiYAIiIAIiIAIiIAIiIAIiIAIiIAIiIAIiIAIlGwCEm9Ltv81ehEQAREQAREQAREQAREQAREQAREQAREQAREQgRglIPE2Rh0js0RABERABERABERABERABERABERABERABERABEo2AYm3Jdv/Gr0IiIAIiIAIiIAIiIAIiIAIiIAIiIAIiIAIiECMEpB4G6OOkVkiIAIiIAIiIAIiYEsgEAiYqh6Px/YnUa23aetOLPl7DY4+qhUqVSx30H37fH7ExXkPup1oN7B5204sXrYGNapVRrs2TU33v81ZhMTEUujUrkWRm7M/6QBmzV1s2j+hy5FF3r4aFAEREAEREAEREAERcJ+AxFv3GasHERABERABERABEShyAhQCJ777Ff5avAoLl6027TeqXwud2rXEeT26onOHVoiPi8PHX/2IcZM+xdCB1+GUru1NvWkzZ6N0YqnMfweN+/DLmXj/sx8w6pF+aFivVpjNGzZvx51DxqLXeafg8p7dCjSeL779Ffc9+QrefuFBdDyycCLl9z/Pxevvf4OlK9YhKfkAqlaugMYN6pgx/N9ZJ6J61Up5jq1ABrtU+YYBwzFr3hJ8+MojaNuysenlzCsGo06tapg05r4i79XvD2DIMxMx5Zuf8droe3FsxzZF3ocaFAEREAEREAEREAERcJeAxFt3+ap1ERABERABERABEShyAl9+9xvufeJl0+7Jx7VH25aNkJ7uw5Lla/HL7IXm8+eG3Y4eJx2Nr2b8F29+MA133dQLXTsfYb475+p7UbVyRSOmhpbxb3yGca9/ik8mDkOrZg3Cvlu1bhPO730/brnmfNzR5+ICjelgxdtpM3/HwEfGmz67ndARTRrWwcq1G/H7vKVGyB3+4C047/SueY6tQAa7UJmC+cBHxhlh/MxTj8nswU3xlp2k+3y4vO9jSE1Nw8cThyEhPs6F0alJERABERABERABERABtwhIvHWLrNoVAREQAREQAREQARcI/LNxK8668h6ULVMaLz49AJ3btwrrZd2GLXj42ddx9cWnG/E2p1KcxNt9+5NxWq8BRqT94aMxqFm9cuaQmBbg5bc+x5Gtm+KMUzrHrHiblJyCM68YhEb1a+OtsQ+EpbcoCvGWaTPySpkx+8+luO6up3Ff/ytxTa8zXJiValIEREAEREAEREAERMAtAhJv3SKrdkVABERABERABETABQKMQGUkavYIztCuGG154EAqypcrg//OXYwJ736FwbdebqJpHxo+EZ9O/clUD0biNqpXC0MG9EZBI2/HT5qCpSvX4flhd4SNlCkSqlWuiMH9LjefByNvH7+3j7Hn19kLcSAlDWeddgzuv/1KI0TnVlas3oCe1z+I7id1iugn+2/yGtt/fptv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BERABESgwAQk3hYYmX4gAiIgAiIgAiIgAiIgAgUncMeQ5zHjp7k5pjUoaGuMsGWkbWjhBmZP3HcjGtaraT5OS0s3gvEvsxfmu6laQftXfREQAREQAREQAREQgegQkHgbHc7qRQREQAREQAREQAREoIQT2LMvCRs2bUP5cmVM2oiDKcxz+8/Gbdi+c5dppm7t6qhVvUpYeoWU1DSsWrsRpRLi0axxvYPpTr8VAREQAREQAREQARE4RAQk3h4i8OpWBERABERABERABERABERABERABERABERABERABPIiIPFW80MEREAEREAEREAEREAEREAEREAEREAEREAEREAEYpCAxNsYdIpMEgEREAEREAEREAEREAEREAEREAEREAEREAEREAGJt5oDIiACIiACIiACIiACIiACIiACIiACIiACIiACIhCDBCTexqBTZJIIiIAIiIAIiIAIiIAIiIAIiIAIiIAIiIAIiIAISLzVHBABERABERABERABERABERABERABERABERABERCBGCQg8TYGnSKTREAEREAEREAEREAEREAEREAEREAEREAEREAEREDireaACIiACIiACIiACIiACIiACIiACIiACIiACIiACMQgAYm3MegUmSQCIiACIiACIiACIiACIiACIiACIiACIiACIiACEm81B0RABERABERABERABERABERABERABERABERABEQgBglIvI1Bp8gkERABERABERABERABERABERABERABERABERABEZB4qzkgAiIgAiIgAiIgAiIgAiIgAiIgAiIgAiIgAiIgAjFIQOJtDDpFJomACIiACIiACIiACIiACIiACIiACIiACIiACIiAxFvNAREQAREQAREQAREQAREQAREQAREQAREQAREQARGIQQISb2PQKTJJBERABERABERABERABERABERABERABERABERABCTeag6IgAiIgAiIgAiIgAiIgAiIgAiIgAiIgAiIgAiIQAwSkHgbg06RSSIgAiIgAiIgAiIgAiIgAiIgAiIgAiIgAiIgAiIg8VZzQAREQAREQAREQAREQAREQAREQAREQAREQAREQARikIDE2xh0ikwSAREQAREQAREQAREQAREQAREQAREQAREQAREQAYm3mgMiIAIiIAIiIAIiIAIiIAIiIAIiIAIiIAIiIAIiEIMEJN7GoFNkkgiIgAiIgAiIgAiIgAiIgAiIgAiIgAiIgAiIgAhIvNUcEAEREAEREAEREAEREAEREAEREAEREAEREAEREIEYJCDxNgadIpNEQAREQAREQAREQAREQAREQAREQAREQAREQAREQOKt5oAIiIAIiIAIiIAIiIAIiIAIiIAIiIAIiIAIiIAIxCABibcx6BSZJAIiIAIiIAIiIAIiIAIiIAIiIAIiIAIiIAIiIAISbzUHREAEREAEREAEREAEREAEREAEREAEREAEREAERCAGCUi8jUGnyCQREAEREAEREAEREAEREAEREAEREAEREAEREAERkHirOSACIiACIiACIiACIiACIiACIiACIiACIiACIiACMUhA4m0MOkUmiYAIiIAIiIAIiIAIiIAIiIAIiIAIiIAIiIAIiIDEW80BERABERABERABERABERABERABERABERABERABEYhBAhJvY9ApMkkEREAEREAEREAEREAEREAEREAEREAEREAEREAEJN5qDoiACIiACIiACIiACIiACIiACIiACIiACIiACIhADBKQeBuDTpFJIiACIiACIiACIiACIiACIiACIiACIiACIiACIvD/NK3vnRzKHv4AAAAASUVORK5CYII=", "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "df[\"GitHub Open Issues (log)\"] = np.log(\n", " df[\"GitHub Open Issues\"].apply(\n", " # move 0's to None to avoid divide by 0\n", " lambda x: x if x > 0 else None\n", " )\n", ")\n", "fig = px.scatter(\n", " df,\n", " x=\"GitHub Stars\",\n", " y=\"GitHub Open Issues\",\n", " hover_data=[\"Repository URL\"],\n", " width=700,\n", " height=400,\n", " title=\"Stars and open issues for PubMed GitHub repositories\",\n", " opacity=0.5,\n", " log_y=True,\n", " log_x=True,\n", ")\n", "\n", "fig.update_layout(\n", " font=dict(size=13),\n", " title={\"yref\": \"container\", \"y\": 0.8, \"yanchor\": \"bottom\"},\n", " xaxis_title=\"GitHub Stars (log)\",\n", " yaxis_title=\"GitHub Open Issues (log)\",\n", ")\n", "fig.write_image(\"images/pubmed-stars-and-open-issues.png\")\n", "fig.show()" ] }, { "cell_type": "markdown", "id": "f253454b-74f4-4902-8634-23bfbc093305", "metadata": {}, "source": [ "## How do software entropy, time, and GitHub issues relate to one another?\n", "\n", "The next section visualizes how software entropy, time, and GitHub issues relate to one another." ] }, { "cell_type": "code", "execution_count": 14, "id": "35bd9970-96a9-4604-809c-95c27c4e7193", "metadata": {}, "outputs": [ { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "customdata": [ [ "https://github.com/horsedayday/eQTLsingle" ], [ "https://github.com/aflevel/GWAlpha" ], [ "https://github.com/diriano/ploidyNGS" ], [ "https://github.com/BDM-Lab/3DMax" ], [ "https://github.com/jaredgk/IMgui-electron-packages" ], [ "https://github.com/butkiem/COCOS" ], [ "https://github.com/sirimullalab/redial-2020" ], [ "https://github.com/GuillermoMG-HUVR/Microbiology-applications" ], [ "https://github.com/benliemory/adaptiveHM" ], [ "https://github.com/qd29/SCIP" ], [ "https://github.com/jakelever/pgxmine" ], [ "https://github.com/Kirovez/pyTanFinder" ], [ "https://github.com/hsinyenwu/RiboPlotR" ], [ "https://github.com/l-modolo/TEtools" ], [ "https://github.com/Xpaths/dartpaths-app" ], [ "https://github.com/terrimporter/MetaWorks" ], [ "https://github.com/rghu/reconCNV" ], [ "https://github.com/lucapinello/mim" ], [ "https://github.com/dohlee/prism" ], [ "https://github.com/NiRuff/ViNe-Seg" ], [ "https://github.com/lsncibb/microbiomeGWAS" ], [ "https://github.com/zht8506/UniHead" ], [ "https://github.com/peanono/SNO-DCA" ], [ "https://github.com/cvims/FHB_classification" ], [ "https://github.com/BioinformaticsCSU/LongRepMarker" ], [ "https://github.com/ZongYingLi/ASMNet" ], [ "https://github.com/SPIDDOR/SPIDDOR" ], [ "https://github.com/FridleyLab/spatialGE" ], [ "https://github.com/xuezhidong/DomEx" ], [ "https://github.com/ridgelab/Kmer-SSR" ], [ "https://github.com/schobs/qbin" ], [ "https://github.com/vanvalenlab/deepcell-spots" ], [ "https://github.com/vanvalenlab/deepcell-spots" ], [ "https://github.com/vanvalenlab/deepcell-spots" ], [ "https://github.com/WHang98/scSemiAAE" ], [ "https://github.com/i-git/FIMTrack" ], [ "https://github.com/kandlinf/agennt" ], [ "https://github.com/penghu-cs/RCL" ], [ "https://github.com/broadinstitute/flipbook" ], [ "https://github.com/JavonSun/mvbc" ], [ "https://github.com/abbvie-external/OmicNavigator" ], [ "https://github.com/juntang-zhuang/explain_invertible" ], [ "https://github.com/ncats/ld50-multitask" ], [ "https://github.com/citiususc/veryfasttree" ], [ "https://github.com/jenniferfranks/FSQN" ], [ "https://github.com/theosysbio/means" ], [ "https://github.com/mainciburu/WAT3R" ], [ "https://github.com/yongzhuang/TrioCNV" ], [ "https://github.com/EsmaeilNourani/Deep-GDAE" ], [ "https://github.com/yangqy1110/MGDM" ], [ "https://github.com/tdhock/PeakError" ], [ "https://github.com/vsepulve/relz_fs" ], [ "https://github.com/jingry/autoBioSeqpy" ], [ "https://github.com/sasky1/DPRL" ], [ "https://github.com/feiglab/prefmd" ], [ "https://github.com/pmadanecki/htdp" ], [ "https://github.com/KangLiao929/Cylin-Painting" ], [ "https://github.com/raphael-group/copulacci" ], [ "https://github.com/HuajuLiang/HypotheticalPolarizationCamera" ], [ "https://github.com/kuihua/MSHFN" ], [ "https://github.com/Pchank/DMLS-for-SSP" ], [ "https://github.com/Shao-Group/rnabridge-denovo" ], [ "https://github.com/fawaz-dabbaghieh/bubble_gun" ], [ "https://github.com/weih527/SSNS-Net" ], [ "https://github.com/Anonnoname/G2GT_2" ], [ "https://github.com/RaphaelS1/distribution_discrimination" ], [ "https://github.com/Kkulkarni1/CAPG" ], [ "https://github.com/TJUT-CV/SCLT" ], [ "https://github.com/IntersectAustralia/ap11_Samifier" ], [ "https://github.com/GreyGuoweiChen/RNA_virus_detector" ], [ "https://github.com/bkballoon/mvsm-fusion" ], [ "https://github.com/yhg926/TQSLE" ], [ "https://github.com/CSB-L/AnoChem" ], [ "https://github.com/CelestialShine/Longitudinal-Chest-X-Ray" ], [ "https://github.com/nelson10/DemosaickingMultispectral3DSpherePacking" ], [ "https://github.com/Jaakk0F/DSTD-GCN" ], [ "https://github.com/skbinfo/smAMPsTK" ], [ "https://github.com/Erechtheus/sia" ], [ "https://github.com/ImgSciGroup/ITSA" ], [ "https://github.com/efss24/SPMLD" ], [ "https://github.com/xjr998/GQE-Net" ], [ "https://github.com/cantinilab/HuMMuS" ], [ "https://github.com/raziyehmasumshah/DPSP" ], [ "https://github.com/wjh892521292/Cataract_TKD-Net" ], [ "https://github.com/Shao-Group/rnabridge-denovo" ], [ "https://github.com/Shao-Group/rnabridge-denovo" ], [ "https://github.com/tzok/BioCommons" ], [ "https://github.com/etirouthier/keras_dna" ], [ "https://github.com/liukeweiaway/iMRM" ], [ "https://github.com/zjujdj/SuperAtomicCharge" ], [ "https://github.com/bcgsc/ntEmbd" ], [ "https://github.com/Boehringer-Ingelheim/pyPept" ], [ "https://github.com/federicogiorgi/giorgilab" ], [ "https://github.com/kr-colab/mapNN" ], [ "https://github.com/zhangxin-xd/REAF" ], [ "https://github.com/gzhmat/ShinyCNV" ], [ "https://github.com/hippo-yf/bsgenova" ], [ "https://github.com/754131799/DeepSF-4mC" ], [ "https://github.com/Xiaoqiang-Yan/DCIB" ], [ "https://github.com/lmcai/PhyloHerb" ], [ "https://github.com/Huiweizhou/TDE" ], [ "https://github.com/huanghanchi/CAMRL" ], [ "https://github.com/Bgi-LUSH/GPMeta" ], [ "https://github.com/PacificBiosciences/HiPhase" ], [ "https://github.com/HanLabUNLV/sleps" ], [ "https://github.com/vaprilyanto/crop" ], [ "https://github.com/nku-zhichengzhang/PlaneSeg" ], [ "https://github.com/llttxx/AERMNET" ], [ "https://github.com/EIHW/motilitAI" ], [ "https://github.com/jcvthibault/ibiomes" ], [ "https://github.com/Shao-Group/rnabridge-denovo" ], [ "https://github.com/Ha0Tang/DPGAN" ], [ "https://github.com/speedinghzl/AlignSeg" ], [ "https://github.com/RiDang/DANN" ], [ "https://github.com/elkebir-group/RECAP" ], [ "https://github.com/xinliangSun/AdaDR" ], [ "https://github.com/RolandBruderer/MiMB-LiP-Quant" ], [ "https://github.com/bioinformatics-ufsc/AnnotaPipeline" ], [ "https://github.com/Issingjessica/MDA-CNN" ], [ "https://github.com/XingjieShi/VIMCO" ], [ "https://github.com/COMBINE-lab/matryoshka" ], [ "https://github.com/XMUDM/ShillingAttack" ], [ "https://github.com/lengning/OEFinder" ], [ "https://github.com/smirarab/DynaDup" ], [ "https://github.com/ZongJ1111/Academic-Performance-Prediction" ], [ "https://github.com/mikaells/RibDif" ], [ "https://github.com/galanisl/NetHypGeom" ], [ "https://github.com/dgittins/CANT-HYD-HydrocarbonBiodegradation" ], [ "https://github.com/Yang-Bob/PST" ], [ "https://github.com/mogvision/FFD" ], [ "https://github.com/pepamengual/UEP" ], [ "https://github.com/yyyanglz/KAN" ], [ "https://github.com/khanhlee/snare-cnn" ], [ "https://github.com/weipenegHU/Pluto" ], [ "https://github.com/ronaldolab/stochastic_diffusion" ], [ "https://github.com/mzlr/sau-net" ], [ "https://github.com/mzlr/sau-net" ], [ "https://github.com/mzlr/sau-net" ], [ "https://github.com/mzlr/sau-net" ], [ "https://github.com/leylabmpi/Struo" ], [ "https://github.com/numediart/UMONS-TAICHI" ], [ "https://github.com/pbagos/juchmme" ], [ "https://github.com/hahatcdg/IBPP" ], [ "https://github.com/sahatava/MixMPLN" ], [ "https://github.com/jschellh/ProtSpaM" ], [ "https://github.com/lightbillow/DHRec" ], [ "https://github.com/stonkgs/stonkgs" ], [ "https://github.com/qzhb/UbRV2A" ], [ "https://github.com/FordeGenomics/cathai" ], [ "https://github.com/juliemkauffman/DyCoNet" ], [ "https://github.com/jasdeep-singh-007/KL-DNAS" ], [ "https://github.com/TIDOP-USAL/4DRoot" ], [ "https://github.com/rastanton/GAMMA" ], [ "https://github.com/nawang0226/abus_code" ], [ "https://github.com/CFM-MSG/Code_SDN" ], [ "https://github.com/tntrung/dag-gans" ], [ "https://github.com/gongleii/DFCN-RSP" ], [ "https://github.com/nerel-ds/NEREL-BIO" ], [ "https://github.com/hongwang01/DRCDNet" ], [ "https://github.com/seasamgo/rescue" ], [ "https://github.com/zhiyuns/UNITPathSSL" ], [ "https://github.com/danpak94/Deep-Cardiac-Volumetric-Mesh" ], [ "https://github.com/zqpiao/LRA" ], [ "https://github.com/Lineves7/CSformer" ], [ "https://github.com/ylaboratory/ETNA" ], [ "https://github.com/JungeAlexander/cocoscore" ], [ "https://github.com/tee-lab/MOTHe-GUI" ], [ "https://github.com/HoseinT/BAMSE" ], [ "https://github.com/ShinyWang33/eSL-Net-Plusplus" ], [ "https://github.com/RabbitBio/RabbitKSSD" ], [ "https://github.com/zhangtia16/LICAP" ], [ "https://github.com/spatialdatasciencegroup/HST" ], [ "https://github.com/Valeyards/MACG" ], [ "https://github.com/AitchisonLab/Deleteome-Tools" ], [ "https://github.com/bioinfomaticsCSU/GapReduce" ], [ "https://github.com/suhrig/pingpongpro" ], [ "https://github.com/pymodproject/pymod" ], [ "https://github.com/pymodproject/pymod" ], [ "https://github.com/pymodproject/pymod" ], [ "https://github.com/fpthink/EPC-Net" ], [ "https://github.com/zju3dv/Vox-Surf" ], [ "https://github.com/zanglab/bart3d" ], [ "https://github.com/jessemzhang/dendrosplit" ], [ "https://github.com/xuhuali-mxj/IM-DCL" ], [ "https://github.com/SouthGreenPlatform/PanExplorer" ], [ "https://github.com/gersteinlab/idash20FL" ], [ "https://github.com/HustAlexander/MCWSS" ], [ "https://github.com/shengli0201/iEnhancer-MFGBDT1" ], [ "https://github.com/IVC-Projects/NRS" ], [ "https://github.com/YangLiu9208/TCGL" ], [ "https://github.com/xindd/DCNet" ], [ "https://github.com/NK-CS-ZZL/IAN" ], [ "https://github.com/Szhgege/DACPGTN" ], [ "https://github.com/kataomoi7/multiGATAE" ], [ "https://github.com/zhouzhou1201/CSAP-UNet" ], [ "https://github.com/cokeyk/TPpred-ATMV" ], [ "https://github.com/andrewhaoyu/TOP" ], [ "https://github.com/WangLabTHU/MeConcord" ], [ "https://github.com/demonzyj56/E3Outlier" ], [ "https://github.com/nguyenngochuy91/Ancestral-Blocks-Reconstruction" ], [ "https://github.com/yuhuan-wu/EDN" ], [ "https://github.com/pymodproject/pymod" ], [ "https://github.com/wangWilson/CGCDet" ], [ "https://github.com/dahvida/NP_Fingerprints" ], [ "https://github.com/BioinfoUNIBA/REDItools2" ], [ "https://github.com/zwang-bioinformatics/HiC4D" ], [ "https://github.com/fnardi/GFPLAIN" ], [ "https://github.com/wsjeon92/FP2VEC" ], [ "https://github.com/LiminLi-xjtu/FGCNSurv" ], [ "https://github.com/nicolazzie/AffyPipe" ], [ "https://github.com/DessimozLab/HogProf" ], [ "https://github.com/PostoenkoVI/IQMMA" ], [ "https://github.com/LupienLab/SMURF" ], [ "https://github.com/zhang134/kngMap" ], [ "https://github.com/yetaoyu/Genomic-pan-cancer-classification" ], [ "https://github.com/Eleanorhxd/MKCL" ], [ "https://github.com/DeepMIALab/FFPEPlus" ], [ "https://github.com/vanvalenlab/deepcell-spots" ], [ "https://github.com/uc-bd2k/grein" ], [ "https://github.com/soyashinkai/PHi-C2" ], [ "https://github.com/zhc940702/SDPred" ], [ "https://github.com/PingZhou-LF/Light-Field-Depth-Estimation-Based-on-Stitched-EPIs" ], [ "https://github.com/ESDeutekom/ComparingOrthologies" ], [ "https://github.com/HuangLab-CBI/PhasiHunter" ], [ "https://github.com/andobrescu/Multi_task_plant_phenotyping" ], [ "https://github.com/aeeckhou/shallowHRD" ], [ "https://github.com/HaifengXia/IDG" ], [ "https://github.com/DIAL-RPI/PIPO-FAN" ], [ "https://github.com/singlecellomics/ursa" ], [ "https://github.com/LLNL/ddcMD" ], [ "https://github.com/tsuda16k/materialmodifier" ], [ "https://github.com/TJU-CMC-Org/isoMiRmap" ], [ "https://github.com/bkurt00/palladiumFF2" ], [ "https://github.com/PySCeS/PyscesToolbox" ], [ "https://github.com/yytzsy/Syntax-Customized-Video-Captioning" ], [ "https://github.com/neuropoly/axonpacking" ], [ "https://github.com/hr1912/TreeExp" ], [ "https://github.com/hr1912/TreeExp" ], [ "https://github.com/hr1912/TreeExp" ], [ "https://github.com/AlexisHardy/DNAModAnnot" ], [ "https://github.com/hr1912/TreeExp" ], [ "https://github.com/NIGMS/NIGMS-Sandbox" ], [ "https://github.com/NIGMS/NIGMS-Sandbox" ], [ "https://github.com/byemaxx/SSREnricher" ], [ "https://github.com/NIGMS/NIGMS-Sandbox" ], [ "https://github.com/NIGMS/NIGMS-Sandbox" ], [ "https://github.com/friend1ws/EBCall" ], [ "https://github.com/ievapudz/TemStaPro" ], [ "https://github.com/ruiyi-zhang/scPretrain" ], [ "https://github.com/cissy123/YHP-Y-Haplogroup-Predictor-" ], [ "https://github.com/BBCG/epialleleR" ], [ "https://github.com/mreginato/skimmingLoci" ], [ "https://github.com/inzilico/imputeqc" ], [ "https://github.com/RobertGregg/CellularPotts" ], [ "https://github.com/JoanaMPereira/GCsnap" ], [ "https://github.com/ShirleyWISiu/LigTMap" ], [ "https://github.com/google-research/large_scale_mmdma" ], [ "https://github.com/CiaranWelsh/pycotools" ], [ "https://github.com/raphael-group/SBMClone" ], [ "https://github.com/ontox-project/en-tox" ], [ "https://github.com/jsunn-y/DeCOIL" ], [ "https://github.com/cvdelannoy/baseLess" ], [ "https://github.com/kimmo1019/DeepCDR" ], [ "https://github.com/Fraunhofer-ITMP/PEMT" ], [ "https://github.com/linhuawang/SEAGAL" ], [ "https://github.com/linhuawang/SEAGAL" ], [ "https://github.com/linhuawang/SEAGAL" ], [ "https://github.com/linhuawang/SEAGAL" ], [ "https://github.com/galenbr/2021ActiveVision" ], [ "https://github.com/interactivereport/RNASequest" ], [ "https://github.com/linwang1982/NRFSE" ], [ "https://github.com/omicsNLP/enzymeNER" ], [ "https://github.com/aicb-ZhangLabs/Impeller" ], [ "https://github.com/TesiNicco/snpXplorer" ], [ "https://github.com/byin-cwi/ALS-Deeplearning" ], [ "https://github.com/tbwxmu/SAMPN" ], [ "https://github.com/marjanfaizi/MSModDetector" ], [ "https://github.com/engbiopct/EasySSR" ], [ "https://github.com/pinetree1/crispr-dav" ], [ "https://github.com/wind22zhu/BioMedR" ], [ "https://github.com/jaswindersingh2/RNAsnap2" ], [ "https://github.com/GWYSDU/SVLR" ], [ "https://github.com/jianweishuai/TCS" ], [ "https://github.com/sirajulsalekin/DeepSNR" ], [ "https://github.com/VeraLiconaResearchGroup/OCSANA-Plus_SourceCode" ], [ "https://github.com/jas-preet/SPOT-Contact-Single" ], [ "https://github.com/naamawagner/Effectidor" ], [ "https://github.com/AnqiWang2021/RBMR" ], [ "https://github.com/sstudying/lzzhen" ], [ "https://github.com/Neooolee/GANCDM" ], [ "https://github.com/CT001002/T4SE-XGB" ], [ "https://github.com/Vivianstats/PhitestR" ], [ "https://github.com/laylagerami/MAVEN" ], [ "https://github.com/LayneH/self-adaptive-training" ], [ "https://github.com/lich0031/Mammographic_Density_Classification" ], [ "https://github.com/js-fan/MCIC" ], [ "https://github.com/jinnh/PDE-Net" ], [ "https://github.com/wengweng001/LEOPARD" ], [ "https://github.com/YHDang/pose-estimation" ], [ "https://github.com/UW-GAC/admix-kit_workflow" ], [ "https://github.com/zskuang58/WTRN-TIP" ], [ "https://github.com/ChimeRScope/ChimeRScope" ], [ "https://github.com/ZhilinGuo/ST-A2J" ], [ "https://github.com/bio-ontology-research-group/SmuDGE" ], [ "https://github.com/ygjwd12345/VISTA-Net" ], [ "https://github.com/omixlab/bambu-v2" ], [ "https://github.com/mariananeves/goldhamster" ], [ "https://github.com/jxzb1988/PolyQTL" ], [ "https://github.com/jungreuc/isotope_correction_toolbox" ], [ "https://github.com/djmaity/md-davis" ], [ "https://github.com/YiyiLiu1/DrugCombination" ], [ "https://github.com/XinbangZhang/DATA-NAS" ], [ "https://github.com/zhero9/MIPUP" ], [ "https://github.com/NeuroCompLab-psu/SNN-Conversion" ], [ "https://github.com/PCAubin/GRISLI" ], [ "https://github.com/muhaochen/seq_ppi" ], [ "https://github.com/Onogi/GenomeBasedModel" ], [ "https://github.com/zer0o0/drug-repo" ], [ "https://github.com/jade-nhri/nanoMLST" ], [ "https://github.com/kongxiuxiu/MCCNetV2" ], [ "https://github.com/TheJacksonLaboratory/isopretEM" ], [ "https://github.com/jessicabonnie/dandd" ], [ "https://github.com/pieterjanvc/wgs2amr" ], [ "https://github.com/FBarthels/BANDIT" ], [ "https://github.com/potdarswapnil/Breeze" ], [ "https://github.com/fanhuan/phyloRAD" ], [ "https://github.com/mandricigor/repeat-aware" ], [ "https://github.com/IcarPA-TBlab/nrc" ], [ "https://github.com/nickjcroucher/progressionEstimation" ], [ "https://github.com/ykhdu/CWGCN-CCSR-GCN" ], [ "https://github.com/SJTUBME-QianLab/PC_VesselSeg" ], [ "https://github.com/ryangreenj/bioinformatics_tool_recommendation" ], [ "https://github.com/wonanut/SETE" ], [ "https://github.com/hms-dbmi/GenoPheno-CatalogShiny" ], [ "https://github.com/Lailabcode/DeepSP" ], [ "https://github.com/TF-Chan-Lab/rG4-seeker" ], [ "https://github.com/sera616/TargetMM" ], [ "https://github.com/cbi-bioinfo/methCancer-gen" ], [ "https://github.com/Toepfer-Lab/cobramod" ], [ "https://github.com/CongSun-dlut/CPI_extraction" ], [ "https://github.com/cran/FactoMineR" ], [ "https://github.com/KANG-BIOINFO/CellDrift" ], [ "https://github.com/joel99/context_general_bci" ], [ "https://github.com/ohuelab/MEGADOCK-on-Colab" ], [ "https://github.com/cbsropenproject/6dof_face" ], [ "https://github.com/CHUENGMINCHOU/ALN-DSAC" ], [ "https://github.com/WillDreamer/PEACE" ], [ "https://github.com/SCLBD/MCG-Blackbox" ], [ "https://github.com/SatyajitECE/DNN-XGB-for-PPI-Prediction" ], [ "https://github.com/PuckBlink/PDCNN" ], [ "https://github.com/wh90999/ChIAPoP" ], [ "https://github.com/randel/MIND" ], [ "https://github.com/reactome-pwp/diagram" ], [ "https://github.com/calvin-zcx/SCEHR" ], [ "https://github.com/emdadi/DSPLMF" ], [ "https://github.com/RedPotatoChip/OSUDL" ], [ "https://github.com/XJJ-student/PhenoComp" ], [ "https://github.com/Kingsford-Group/diploidsquid" ], [ "https://github.com/mae92/MutantHuntWGS" ], [ "https://github.com/hannelorelongin/FLAMS" ], [ "https://github.com/yasinkaymaz/HieRFIT" ], [ "https://github.com/Ha0Tang/GestureGAN" ], [ "https://github.com/guomics-lab/batch_server" ], [ "https://github.com/jianlin-cheng/GNET2" ], [ "https://github.com/BrianOSullivanGit/vcfView" ], [ "https://github.com/harveerar/SMIT" ], [ "https://github.com/uci-cbcl/HLA-bind" ], [ "https://github.com/UdeS-CoBIUS/DoubleRecViz" ], [ "https://github.com/ninglolo/SGII" ], [ "https://github.com/paulmorio/protclus" ], [ "https://github.com/JialeCao001/PedSurvey" ], [ "https://github.com/sxthunder/CMTN" ], [ "https://github.com/dmitrymyl/ortho2align" ], [ "https://github.com/hsiangyuzhao/PANet" ], [ "https://github.com/kaistcbfg/covNormRpkg" ], [ "https://github.com/fmfi-compbio/coral-basecaller" ], [ "https://github.com/ldz7/PAIA" ], [ "https://github.com/sys-bio/SBbadger" ], [ "https://github.com/johanneswerner/mPies" ], [ "https://github.com/RedaRawi/PaRSnIP" ], [ "https://github.com/jade-nhri/CCBGpipe" ], [ "https://github.com/TPI-Immunogenetics/igmat" ], [ "https://github.com/soduco/Benchmark_historical_map_vectorization" ], [ "https://github.com/cui-lab/multigems" ], [ "https://github.com/JieZheng-ShanghaiTech/KR4SL" ], [ "https://github.com/CSUBioGroup/StackCPA" ], [ "https://github.com/chenghui03/Calib_RT" ], [ "https://github.com/BSGOxford/BrowseVCF" ], [ "https://github.com/ldelgado-serrano/mycofier" ], [ "https://github.com/cbrueffer/tophat-recondition" ], [ "https://github.com/rish-16/rna-backbone-design" ], [ "https://github.com/rafamoral/LogisticRCIpaper" ], [ "https://github.com/funatiq/cuclark" ], [ "https://github.com/wenyh1616/SAMotif-GCN" ], [ "https://github.com/RubyPeters/Angular-Ripleys-K" ], [ "https://github.com/bioinfomaticsCSU/MultiGuideScan" ], [ "https://github.com/LeidenRNA/SRHS" ], [ "https://github.com/SBU-BMI/region-templates" ], [ "https://github.com/northomics/pepFunk" ], [ "https://github.com/UCanCompBio/deltaBS" ], [ "https://github.com/mbarbie1/SliceMap" ], [ "https://github.com/Socrates023/DCPHA" ], [ "https://github.com/OluwadareLab/HiC-GNN" ], [ "https://github.com/mooneed/CACPU-Net" ], [ "https://github.com/HirotoSaigo/KDSNP" ], [ "https://github.com/ShangCS/MCLS" ], [ "https://github.com/Jhabindra-bioinfo/CapsNh-Kcr" ], [ "https://github.com/robotology/natural-speech" ], [ "https://github.com/CshlSiepelLab/DENR" ], [ "https://github.com/pylelab/rMSA" ], [ "https://github.com/UCA-MSI/ABEILLE" ], [ "https://github.com/msabrysarhan/taxonize_genbank" ], [ "https://github.com/chenhong-dkfz/GenomeTornadoPlot" ], [ "https://github.com/GeoX-Lab/CMN" ], [ "https://github.com/Oulu-IMEDS/CLIMATv2" ], [ "https://github.com/alienn233/ROSes-Finder" ], [ "https://github.com/DL-WG/SCDNN-TS" ], [ "https://github.com/LanceZPF/KEFS" ], [ "https://github.com/xp3i4/mini_benchmark" ], [ "https://github.com/labomics/MetaLogo" ], [ "https://github.com/wanghq05/MS-GCN" ], [ "https://github.com/Cyang-Zhao/ODAM" ], [ "https://github.com/ZhangHanN1/SGLFormer" ], [ "https://github.com/rpmccordlab/SMILE" ], [ "https://github.com/HarrisonAllen/MyelTracer" ], [ "https://github.com/ml4bio/ifDEEPre" ], [ "https://github.com/lmweber/cytometry-clustering-comparison" ], [ "https://github.com/michal-brylinski/earomatic" ], [ "https://github.com/ellipfaehlerUMCG/RaCat" ], [ "https://github.com/ctDNA/TNER" ], [ "https://github.com/wgmao/DataRemix" ], [ "https://github.com/SPKlab/Operon-Finder" ], [ "https://github.com/thinng/GraphDTA" ], [ "https://github.com/VCCRI/VPOT" ], [ "https://github.com/quxiaojian/PGA" ], [ "https://github.com/thinkobj/ISFA" ], [ "https://github.com/rymc/a-dataset-for-indoor-localization-using-a-smart-home-in-a-box" ], [ "https://github.com/DongdongCheng/GB-DP" ], [ "https://github.com/n-canter/gamaps" ], [ "https://github.com/ljq2000/MTCP" ], [ "https://github.com/ncbi/ml-transformer" ], [ "https://github.com/Wolverinerine/GTGenie" ], [ "https://github.com/npdeloss/mepp" ], [ "https://github.com/tianrenmaogithub/asap2" ], [ "https://github.com/ZJUFanLab/scTITANS" ], [ "https://github.com/d-que/navia" ], [ "https://github.com/zhouyuegithub/CMVNet" ], [ "https://github.com/raghvendra5688/Drug-Repurposing" ], [ "https://github.com/nwpuzhengyan/SVcnn" ], [ "https://github.com/bihealth/clear-cnv" ], [ "https://github.com/SilverLabUCL/NeuroMatic" ], [ "https://github.com/hehh77/3DGT-DDI" ], [ "https://github.com/guopengf/FL-MRCM" ], [ "https://github.com/cbg-ethz/netics" ], [ "https://github.com/UCLA-VAST/splag" ], [ "https://github.com/BigDataBiology/macrel" ], [ "https://github.com/paolapesantez/biLouvain" ], [ "https://github.com/yunchuankong/GEDFN" ], [ "https://github.com/MaayanLab/blitzgsea" ], [ "https://github.com/jingkunchen/TAC" ], [ "https://github.com/tianwei-yu/AIME" ], [ "https://github.com/ProbstLab/uBin" ], [ "https://github.com/EbmeyerSt/GEnView" ], [ "https://github.com/yzc1122333/BoneAgeAss" ], [ "https://github.com/HwaTong/Chemical-SA-BiLSTM" ], [ "https://github.com/hscv/SEE-Net" ], [ "https://github.com/yours-anonym/PaRT" ], [ "https://github.com/Dong-Huo/SRR-MAXL" ], [ "https://github.com/chry04/PLUSplacer" ], [ "https://github.com/Christina-hshi/CQF-deNoise" ], [ "https://github.com/JackieSun818/AEFS" ], [ "https://github.com/tanlab/ConvolutionMedicalNer" ], [ "https://github.com/indranillab/pseudoga" ], [ "https://github.com/giannamonti/RobZS" ], [ "https://github.com/hyjane/CCT-Net" ], [ "https://github.com/GanjinZero/CODER" ], [ "https://github.com/ji-min-song/KD-of-MS-DPT" ], [ "https://github.com/qasimyu/scclone" ], [ "https://github.com/Rostlab/EAT" ], [ "https://github.com/fxh1001/AGF-PPIS" ], [ "https://github.com/lanyunwei/OKDNet" ], [ "https://github.com/Chang-Li2019/MetaRNN" ], [ "https://github.com/StochasticBiology/hypercube-hmm" ], [ "https://github.com/keleslab/muscle" ], [ "https://github.com/jiaoshihu/PSPred-ALE" ], [ "https://github.com/dmis-lab/ConNER" ], [ "https://github.com/SandraLouise/SVJedi-graph" ], [ "https://github.com/haiping1010/DeepBindPoc" ], [ "https://github.com/iiiime/SPREd" ], [ "https://github.com/jermp/fulgor" ], [ "https://github.com/omorante/shinyepico" ], [ "https://github.com/tacazares/SeedMatchR" ], [ "https://github.com/uzh-dqbm-cmi/fragmentstein" ], [ "https://github.com/NIGMS/NIGMS-Sandbox" ], [ "https://github.com/ztysdu/Swift-Eye" ], [ "https://github.com/thinhong/MethPanel" ], [ "https://github.com/NIGMS/NIGMS-Sandbox" ], [ "https://github.com/msahasrabudhe/lymphoMIL" ], [ "https://github.com/barsnes-group/peptide-shaker-online" ], [ "https://github.com/TianXieUSC/L-BGNN" ], [ "https://github.com/pFindStudio/pDeep" ], [ "https://github.com/SY575/COVID19-CT" ], [ "https://github.com/Shamir-Lab/NEMO" ], [ "https://github.com/mikelhernaez/linker" ], [ "https://github.com/zhexu1997/HiSA" ], [ "https://github.com/inria-thoth/EDAA" ], [ "https://github.com/DSIMB/medusa" ], [ "https://github.com/liuyi1989/ResCaps" ], [ "https://github.com/haha-lisa/Diffstyler" ], [ "https://github.com/tibbdc/ECMpy" ], [ "https://github.com/hoelzer/pocp" ], [ "https://github.com/labstructbioinf/HAMPpred" ], [ "https://github.com/wxwx1993/Bayesian_IA_Timing" ], [ "https://github.com/ivan-vishniakou/neural-circuits-vr" ], [ "https://github.com/alshai/rowbowt" ], [ "https://github.com/sakura994479727/datas" ], [ "https://github.com/farshidrayhanuiu/FRnet-DTI" ], [ "https://github.com/zengwang430521/TCFormer" ], [ "https://github.com/ma-compbio/MATCHA" ], [ "https://github.com/anymyb/MFDIN" ], [ "https://github.com/biodlab/RODAN" ], [ "https://github.com/DirtyHarryLYL/SymNet" ], [ "https://github.com/qdu1995/DQSD" ], [ "https://github.com/EleutherAI/mp_nerf" ], [ "https://github.com/JXZe/Learning_DualVD" ], [ "https://github.com/NIGMS/NIGMS-Sandbox" ], [ "https://github.com/NIGMS/NIGMS-Sandbox" ], [ "https://github.com/BioCenter-SHU/MSFF-MA-DDI" ], [ "https://github.com/Minimel/StochasticBatchAL" ], [ "https://github.com/neurokidslab/eeg_preprocessing" ], [ "https://github.com/dy16b/Cross-Platform-Normalization" ], [ "https://github.com/ykat0/bivartect" ], [ "https://github.com/Rbbt-Workflows/combination_index" ], [ "https://github.com/BioinfoMachineLearning/ScHiCEDRN" ], [ "https://github.com/leonweber/pedl" ], [ "https://github.com/leonweber/pedl" ], [ "https://github.com/leonweber/pedl" ], [ "https://github.com/leonweber/pedl" ], [ "https://github.com/lijianing0902/CProMG" ], [ "https://github.com/Murali-group/multi-species-GOA-prediction" ], [ "https://github.com/DanielPreciado-Marquez/MainzelHandler" ], [ "https://github.com/jvparidon/subs2vec" ], [ "https://github.com/RanSuLab/ProteinSubcellularLocation" ], [ "https://github.com/linhuawang/SEAGAL" ], [ "https://github.com/JasonLeeGHub/MAG-SD" ], [ "https://github.com/tianwangbuaa/RecapNet" ], [ "https://github.com/BiodataAnalysisGroup/kmerAnalyzer" ], [ "https://github.com/AhmedStohy/Hybrid-Pointer-Networks" ], [ "https://github.com/linhuawang/SEAGAL" ], [ "https://github.com/crystalzina/NIOTenRPCA" ], [ "https://github.com/linhuawang/SEAGAL" ], [ "https://github.com/DeepSpectrum/DeepSpectrumLite" ], [ "https://github.com/callmespring/LOGAN" ], [ "https://github.com/abu-compbio/MEXCOwalk" ], [ "https://github.com/ViennaRNA/pourRNA" ], [ "https://github.com/philipmorrisintl/NPA" ], [ "https://github.com/VVCodec/PPCM-PWRDO" ], [ "https://github.com/IwasakiLab/Seq2Phase" ], [ "https://github.com/illumina/marvin" ], [ "https://github.com/mlocardpaulet/VisioProt-MS" ], [ "https://github.com/unicorn-23/GwasWA" ], [ "https://github.com/WilyZhao8/CVANet" ], [ "https://github.com/zhangzhen/sprites" ], [ "https://github.com/BBillot/EquiTrack" ], [ "https://github.com/Bio-Acc/Chorus" ], [ "https://github.com/jianzongwu/robust-ref-seg" ], [ "https://github.com/ritaranx/wander" ], [ "https://github.com/mengyou2/PCVS" ], [ "https://github.com/songweizhi/Binning_refiner" ], [ "https://github.com/stephenslab/rss" ], [ "https://github.com/Luckysoutheast/STMHCPan" ], [ "https://github.com/nwpuzhengyan/SVvalidation" ], [ "https://github.com/guilledufort/EMVC-2" ], [ "https://github.com/Oncostat/BenchmarkNCVTools" ], [ "https://github.com/Vision-Intelligence-and-Robots-Group/DCIL" ], [ "https://github.com/cozygene/CONFINED" ], [ "https://github.com/yangyanli/DO-Conv" ], [ "https://github.com/jkrapohl/SnakeWRAP" ], [ "https://github.com/takumorizo/OHVarfinDer" ], [ "https://github.com/wardhong/SadNet" ], [ "https://github.com/BioEasy/EasyCodeML" ], [ "https://github.com/hjraad/FLT" ], [ "https://github.com/yijingru/ANCIS-Pytorch" ], [ "https://github.com/KenLauLab/NVR" ], [ "https://github.com/pranjalv123/SVDquest" ], [ "https://github.com/jvhoutte/equisim" ], [ "https://github.com/kbiharie/TACTiCS" ], [ "https://github.com/SysBioChalmers/SLIMEr" ], [ "https://github.com/MiriamRiquelmeP/DEVEA" ], [ "https://github.com/tgrimes/SeqNet" ], [ "https://github.com/shengli0201/Datasets" ], [ "https://github.com/shengli0201/Datasets" ], [ "https://github.com/shengli0201/Datasets" ], [ "https://github.com/shengli0201/Datasets" ], [ "https://github.com/uncbiag/registration" ], [ "https://github.com/uncbiag/registration" ], [ "https://github.com/uncbiag/registration" ], [ "https://github.com/uncbiag/registration" ], [ "https://github.com/statsleelab/gauss" ], [ "https://github.com/xwBio/RRBSsim" ], [ "https://github.com/soumelis-lab/ICELLNET" ], [ "https://github.com/TencentAILabHealthcare/VDJMiner" ], [ "https://github.com/Myuan2019/SCEBE" ], [ "https://github.com/BZdrazil/Moving_Targets" ], [ "https://github.com/jhu99/scbean" ], [ "https://github.com/jhu99/scbean" ], [ "https://github.com/stanikae/jekesa" ], [ "https://github.com/pybel/bel2abm" ], [ "https://github.com/jhu99/scbean" ], [ "https://github.com/Pranavkhade/PACKMAN" ], [ "https://github.com/ImXman/MACA" ], [ "https://github.com/Pranavkhade/PACKMAN" ], [ "https://github.com/WT215/Julia_ABC" ], [ "https://github.com/WT215/nnRNA" ], [ "https://github.com/rayoub/rupee" ], [ "https://github.com/jomayer/SMuRF" ], [ "https://github.com/jiminsong/Spectacle" ], [ "https://github.com/nitzanlab/biolord" ], [ "https://github.com/fmjabato/ExpHunterSuiteExamples" ], [ "https://github.com/wangyxxjtu/ReGO-Pytorch" ], [ "https://github.com/tuyunbin/VARD" ], [ "https://github.com/AutoHDR/HD-Net" ], [ "https://github.com/zhc940702/MGPred" ], [ "https://github.com/lh3/dna-nn" ], [ "https://github.com/bioinformatics-ua/montra" ], [ "https://github.com/CSi-Studio/G-Aligner" ], [ "https://github.com/zji90/Smmit" ], [ "https://github.com/treangenlab/lemur" ], [ "https://github.com/yijingru/ObjGuided-Instance-Segmentation" ], [ "https://github.com/NCBI-Hackathons/Network_SNPs" ], [ "https://github.com/JEFworks-Lab/SEraster" ], [ "https://github.com/yufengwudcs/STELLS2" ], [ "https://github.com/mad-lab/transit" ], [ "https://github.com/TimBlokker/PhyCovA" ], [ "https://github.com/jdwilson4/MultilayerExtraction" ], [ "https://github.com/shunfumao/cellmesh" ], [ "https://github.com/TRON-Bioinformatics/splice2neo" ], [ "https://github.com/icthrm/auto-tilt-pair" ], [ "https://github.com/ablab-nthu/CSAR" ], [ "https://github.com/susbo/concur" ], [ "https://github.com/emdadi/HMMPE" ], [ "https://github.com/baumbachlab/epigen" ], [ "https://github.com/benkeser/slapnap" ], [ "https://github.com/jordisr/poreover" ], [ "https://github.com/miladrayka/ET_Score" ], [ "https://github.com/ziyewang/ARG_SHINE" ], [ "https://github.com/Xswapnil/GQS" ], [ "https://github.com/tangchuan2000/AGLSR" ], [ "https://github.com/ShenXuelin-CityU/PWJNDInfer" ], [ "https://github.com/TheAngryFox/ModelExplorer" ], [ "https://github.com/xq141839/DualAttNet" ], [ "https://github.com/MullinsLab/ISDB" ], [ "https://github.com/LD-Lyndee/scQA" ], [ "https://github.com/cmontemuino/msparsm" ], [ "https://github.com/wangchao-malab/DeepAc4C" ], [ "https://github.com/JiaxinWang123/StoManager1" ], [ "https://github.com/one-melon/SGCLDGA" ], [ "https://github.com/AlfredUg/HIVseqDB" ], [ "https://github.com/lab7arriam/cry_processor" ], [ "https://github.com/kosticlab/aether" ], [ "https://github.com/UppsalaGenomeCenter/CanvasDB" ], [ "https://github.com/Gabaldonlab/EvolClust" ], [ "https://github.com/dhiego22/gentle" ], [ "https://github.com/routhlab/ViReMaShiny" ], [ "https://github.com/RamanLab/ReactionMiner" ], [ "https://github.com/Pengeace/MGRFE-GaRFE" ], [ "https://github.com/whitead/molbloom" ], [ "https://github.com/louyinxia/jointRN" ], [ "https://github.com/mmaitenat/ideafix" ], [ "https://github.com/bioinf-jku/librfn" ], [ "https://github.com/pyratlib/pyrat" ], [ "https://github.com/HIT-ImmunologyLab/PhageTailFinder" ], [ "https://github.com/eblancoga/spikChIP" ], [ "https://github.com/lisiang/GREPore-seq" ], [ "https://github.com/labstructbioinf/DeepCoil" ], [ "https://github.com/Pranavkhade/PACKMAN" ], [ "https://github.com/microsoft/IGT-Intermolecular-Graph-Transformer" ], [ "https://github.com/yuerongz/SRR-method" ], [ "https://github.com/xikanfeng2/SCYN" ], [ "https://github.com/AmiryousefiLab/IRplus" ], [ "https://github.com/lab319/gwas_filter" ], [ "https://github.com/debbydanwang/IFPscore" ], [ "https://github.com/EMBL-Hentze-group/htseq-clip" ], [ "https://github.com/jhu99/scbean" ], [ "https://github.com/genouest/biomaj2galaxy" ], [ "https://github.com/duct317/scISR" ], [ "https://github.com/yevgenin/DeepOM" ], [ "https://github.com/Pranavkhade/PACKMAN" ], [ "https://github.com/RoniGurvich/Peptriever" ], [ "https://github.com/GEC-git/AptaMat" ], [ "https://github.com/niaid/Nephele" ], [ "https://github.com/Houjunfeng203934/PA-Net" ], [ "https://github.com/orsburn/SCPViz" ], [ "https://github.com/xianlin7/APFormer" ], [ "https://github.com/yi-ding-cs/LGG" ], [ "https://github.com/bucky527/scME" ], [ "https://github.com/FuxuWang/MHCRoBERTa" ], [ "https://github.com/Millchmaedchen/Eatomics" ], [ "https://github.com/biodiversity-aq/data-publication" ], [ "https://github.com/mizuno-group/GLDADec" ], [ "https://github.com/Shamir-Lab/INTEND" ], [ "https://github.com/jiang-q19/scPRAM" ], [ "https://github.com/microsoft/frame-flow" ], [ "https://github.com/ETH-NEXUS/gExcite_pipeline" ], [ "https://github.com/hasaniqbal777/MetumpX-bin" ], [ "https://github.com/mikelkou/fava" ], [ "https://github.com/zhangy0822/USER" ], [ "https://github.com/ytakemon/GRETTA" ], [ "https://github.com/LibourelLab/BiofloSoftware" ], [ "https://github.com/Popgen48/scalepopgen" ], [ "https://github.com/hyulab/BISQUE" ], [ "https://github.com/bthyreau/hippodeep" ], [ "https://github.com/labomics/SNPsnp" ], [ "https://github.com/GIST-CSBL/DeSIDE-DDI" ], [ "https://github.com/ZarnackGroup/racoon_clip" ], [ "https://github.com/nalarbp/graphsnp" ], [ "https://github.com/yuanjing-ma/NinimHMDA" ], [ "https://github.com/IntelligentRoboticsLabs/social_navigation2_WAF" ], [ "https://github.com/dajmcdon/suffpcr" ], [ "https://github.com/langjidong/MAECI" ], [ "https://github.com/guojson/AgCNER" ], [ "https://github.com/ColemanRHarris/mxnorm" ], [ "https://github.com/CSB5/atminter" ], [ "https://github.com/agustinaarroyuelo/Azahar" ], [ "https://github.com/crbs/probabilitymapviewer" ], [ "https://github.com/amcorrigan/ia-lab" ], [ "https://github.com/bluenote-1577/floria" ], [ "https://github.com/WenkeHuang/MarsFL" ], [ "https://github.com/pinellolab/GRAFIMO" ], [ "https://github.com/HuijuanQiao/KD-KLNMF" ], [ "https://github.com/scientificomputing/BRIDGE" ], [ "https://github.com/NWPU-903PR/Funm6AViewer" ], [ "https://github.com/ShixiangWang/sigflow" ], [ "https://github.com/burakalakuss/COVID-19-Clinical" ], [ "https://github.com/BlanchetteLab/PhyloPGM" ], [ "https://github.com/zechnerlab/Compartor" ], [ "https://github.com/IneMelckenbeeck/graphlet-naming" ], [ "https://github.com/HAN-Siyu/LION" ], [ "https://github.com/juanshu30/Disease-Gene-Prioritization-with-Privileged-Information-and-Heteroscedastic-Dropout" ], [ "https://github.com/aLiehrmann/CROCS" ], [ "https://github.com/genostats/Ravages" ], [ "https://github.com/CMACH508/IA-FaceS" ], [ "https://github.com/adibayaseen/HemoNet" ], [ "https://github.com/ljatynu/IMCHGAN" ], [ "https://github.com/ghattab/cmangoes" ], [ "https://github.com/molML/MoleculeACE" ], [ "https://github.com/will-rowe/genome-sketching" ], [ "https://github.com/Novartis/MoaBox" ], [ "https://github.com/DisscLab/HNNVAT" ], [ "https://github.com/lukashuebner/ft-raxml-ng" ], [ "https://github.com/GfellerLab/MetacellAnalysisToolkit" ], [ "https://github.com/wexw/Joint-Registration-of-Multiple-Point-Clouds-for-Fast-Particle-Fusion-in-Localization-Microscopy" ], [ "https://github.com/ocroci/ChroKit" ], [ "https://github.com/loopasam/ftc" ], [ "https://github.com/bill1167/hostgbms" ], [ "https://github.com/lcmmichielsen/scHPL" ], [ "https://github.com/Wayfear/FBNETGEN" ], [ "https://github.com/dehazing/SGDRL" ], [ "https://github.com/esm-ispm-unibe-ch/rob-men" ], [ "https://github.com/DasSusanta/snakemake_ccs" ], [ "https://github.com/bio-ontology-research-group/DL2Vec" ], [ "https://github.com/zhanglabNKU/BERMAD" ], [ "https://github.com/Bohdan-Khomtchouk/fastheatmap" ], [ "https://github.com/sculab/GeneMiner" ], [ "https://github.com/lpfworld/DMPNet" ], [ "https://github.com/rashmie/SSIF" ], [ "https://github.com/yytzsy/SCDM-TPAMI" ], [ "https://github.com/smutao/PyVibMS" ], [ "https://github.com/galantelab/sideRETRO" ], [ "https://github.com/tzok/eltetrado" ], [ "https://github.com/wangjuanimu/data-of-genome-rearrangement" ], [ "https://github.com/tzok/eltetrado" ], [ "https://github.com/tzok/eltetrado" ], [ "https://github.com/tzok/eltetrado" ], [ "https://github.com/LeopoldC/Boost-HiC" ], [ "https://github.com/ucrbioinfo/Chimericognizer" ], [ "https://github.com/Dawn5786/CoCRF-TrackNet" ], [ "https://github.com/rosemeis/emu" ], [ "https://github.com/bioinfo-tsukuba/CCPLS" ], [ "https://github.com/hehefan/DPSIS" ], [ "https://github.com/wf8/sumac" ], [ "https://github.com/kanz76/SSI-DDI" ], [ "https://github.com/fabkury/paamia2015" ], [ "https://github.com/Novartis/UMM-Discovery" ], [ "https://github.com/edsgard/scphaser" ], [ "https://github.com/soulj/PhenomeScape" ], [ "https://github.com/jsczzzk/R-MSFM" ], [ "https://github.com/Zhentao-Liu/KLT-JND" ], [ "https://github.com/lorrainea/CNEFinder" ], [ "https://github.com/mikasa3lili/DO-SAR" ], [ "https://github.com/Evergrow/WSVG" ], [ "https://github.com/zzw-szu/CoNuSeg" ], [ "https://github.com/IBM/Matilda" ], [ "https://github.com/gopuvenkat/MHCAttnNet" ], [ "https://github.com/elkebir-group/ClonArch" ], [ "https://github.com/Transipedia/KaMRaT" ], [ "https://github.com/wangshisheng/NAguideR" ], [ "https://github.com/wulalago/DAF3D" ], [ "https://github.com/sentaochen/Mutual-Information-Estimation-and-Minimization" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/jmlipman/RatLesNetv2" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/lennylv/ctP2ISP" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/LiangYu-Xidian/NEDTP" ], [ "https://github.com/dinhinfotech/DiGI" ], [ "https://github.com/EpiDiverse/SNP" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/bio15anu/revelio" ], [ "https://github.com/senli2018/DCTL" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/lileir/MMS2plot" ], [ "https://github.com/uc-bd2k/paslincs" ], [ "https://github.com/lmc297/BTyper" ], [ "https://github.com/plger/pipeComp" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/JEFworks-Lab/veloviz" ], [ "https://github.com/CVI-SZU/WaveCNet" ], [ "https://github.com/JohnleeHIT/SLEX-Net" ], [ "https://github.com/qinghuannn/PAMFN" ], [ "https://github.com/PRIS-CV/BiEN" ], [ "https://github.com/ice91/CloudBrush" ], [ "https://github.com/Sun-Yanbo/FasParser" ], [ "https://github.com/Sun-Yanbo/FasParser" ], [ "https://github.com/Sun-Yanbo/FasParser" ], [ "https://github.com/sshaghayeghs/LLaMA-VS-GPT" ], [ "https://github.com/ComputationalGenomics/SimRA" ], [ "https://github.com/ajm/swiftlink" ], [ "https://github.com/alubbock/microbench" ], [ "https://github.com/Andoree/smm4h_2021_classification" ], [ "https://github.com/Sun-Yanbo/FasParser" ], [ "https://github.com/bioinfo-tsukuba/CCPLS_paper" ], [ "https://github.com/rcanovas/libCSAM" ], [ "https://github.com/rcanovas/libCSAM" ], [ "https://github.com/HUST-NingKang-Lab/straingems" ], [ "https://github.com/david-juan/ChromDet" ], [ "https://github.com/rcanovas/libCSAM" ], [ "https://github.com/Shamir-Lab/Faucet" ], [ "https://github.com/dekoning-lab/ezmap" ], [ "https://github.com/YaCui/NG-Circos" ], [ "https://github.com/JieZheng-ShanghaiTech/HiCoEx" ], [ "https://github.com/rcanovas/libCSAM" ], [ "https://github.com/thoang3/portfolio" ], [ "https://github.com/Mathelab/ALTRE" ], [ "https://github.com/AIRI-Institute/SEMAi" ], [ "https://github.com/MelodYanglc/TransRectangling" ], [ "https://github.com/manuelgloeckler/ncmw" ], [ "https://github.com/MarekSlenker/MorphoTools2" ], [ "https://github.com/TheFischerLab/FLEXR" ], [ "https://github.com/ylab-hi/ScanExitronLR" ], [ "https://github.com/KevinBretonnelCohen/NegationDistribution" ], [ "https://github.com/Dumitrescu-Alexandru/TSignal" ], [ "https://github.com/kbzhang0505/MBPNet" ], [ "https://github.com/anikethjr/promoter_models" ], [ "https://github.com/kalininalab/metaprofi" ], [ "https://github.com/ChyaZhang/DDConv-PSI" ], [ "https://github.com/SayakaMiura/CloneFinderPlus" ], [ "https://github.com/Xiao-Gua00/CCPGraph" ], [ "https://github.com/s0sat/MPASS" ], [ "https://github.com/chenshaobin/FITNet" ], [ "https://github.com/TVayne/GroupMorph" ], [ "https://github.com/kszkop/flexiMAP" ], [ "https://github.com/brsynth/neo4jsbml" ], [ "https://github.com/andersst91/UAStools" ], [ "https://github.com/tanjatang/CAN" ], [ "https://github.com/niu-lab/DIVIS" ], [ "https://github.com/gburleigh/MatrixConverter" ], [ "https://github.com/leonweber/pedl" ], [ "https://github.com/leonweber/pedl" ], [ "https://github.com/leonweber/pedl" ], [ "https://github.com/leonweber/pedl" ], [ "https://github.com/joshr17/IFM" ], [ "https://github.com/pughlab/MEDIPIPE" ], [ "https://github.com/reinator/splace" ], [ "https://github.com/nnzhan/TraverseNet" ], [ "https://github.com/linhuawang/SEAGAL" ], [ "https://github.com/d05943006/MSRCall" ], [ "https://github.com/Bjoux2/DeepMirTar_SdA" ], [ "https://github.com/kansil/SLPred" ], [ "https://github.com/baohongz/bioInfograph" ], [ "https://github.com/AndersJing/ResNetQA" ], [ "http://github.com/dzarmola/knot_pull" ], [ "https://github.com/somnonetz/xnat-fhir-plugin" ], [ "https://github.com/crazyinter/DETIRE" ], [ "https://github.com/ecogenomicscanada/Seq2Sat" ], [ "https://github.com/EmanueleRaineri/cvlr" ], [ "https://github.com/CrisesUrv/microaggregation-based_anonymization_tool" ], [ "https://github.com/Rudan-X/NIDLE-flux-code" ], [ "https://github.com/alastair-droop/qsubsec" ], [ "https://github.com/TimE9527/stDGCC" ], [ "https://github.com/linDing-groups/Deep-4mCW2V" ], [ "https://github.com/M3DV/RibSeg" ], [ "https://github.com/lptolik/R4Kappa" ], [ "https://github.com/citiususc/pastaspark" ], [ "https://github.com/kts-desilva/FlexStat" ], [ "https://github.com/bmuchmore/CymeR" ], [ "https://github.com/toshi-kishikawa/OMARU" ], [ "https://github.com/mzlr/sau-net" ], [ "https://github.com/mzlr/sau-net" ], [ "https://github.com/mzlr/sau-net" ], [ "https://github.com/mzlr/sau-net" ], [ "https://github.com/popitsch/nanopanel2" ], [ "https://github.com/zhangjun001/FGNet" ], [ "https://github.com/vittoriofortino84/ThETA" ], [ "https://github.com/BeObm/AutoCDRP" ], [ "https://github.com/nwuAI/CAN" ], [ "https://github.com/pelinakan/UBD" ], [ "https://github.com/knmac/adaptive_spatiotemporal" ], [ "https://github.com/vandeppce/sphkpt" ], [ "https://github.com/RealZihaoWang/GCLFeat" ], [ "https://github.com/rajesh-lab/deep_permutation_invariant" ], [ "https://github.com/mgtools/myRT" ], [ "https://github.com/buckleylab/HTSSIP" ], [ "https://github.com/xypan1232/DislncRF" ], [ "https://github.com/yywan0913/SVhawkeye" ], [ "https://github.com/bigwiv/BlastGraph" ], [ "https://github.com/regevs/factorial_hmm" ], [ "https://github.com/idealwei/ASANet" ], [ "https://github.com/HaoWuLab-Bioinformatics/iPro-WAEL" ], [ "https://github.com/HuangZhiChao95/ATAS" ], [ "https://github.com/lrgr/sigma" ], [ "https://github.com/uncbiag/registration" ], [ "https://github.com/uncbiag/registration" ], [ "https://github.com/shengli0201/Datasets" ], [ "https://github.com/shengli0201/Datasets" ], [ "https://github.com/shengli0201/Datasets" ], [ "https://github.com/shengli0201/Datasets" ], [ "https://github.com/deepomicslab/SeCNV" ], [ "https://github.com/tdw1221/NITUMID" ], [ "https://github.com/Bhattacharya-Lab/QDeep" ], [ "https://github.com/uncbiag/registration" ], [ "https://github.com/uncbiag/registration" ], [ "https://github.com/yxxue/MetaRib" ], [ "https://github.com/YingZhou001/IBDkin" ], [ "https://github.com/cellgeni/batchbench" ], [ "https://github.com/QUMU00/mstocirc-master" ], [ "https://github.com/hzi-bifo/Quasimodo" ], [ "https://github.com/vis-opt-group/BDA" ], [ "https://github.com/Luigi-Ferraro/MOViDA" ], [ "https://github.com/ChenfuShi/HiChIP_peaks" ], [ "https://github.com/gbnegrini/mirdb-custom-target-search" ], [ "https://github.com/zhou-lab/InfiniumAnnotationV1" ], [ "https://github.com/multicom-toolbox/CONFOLD2" ], [ "https://github.com/baranwa2/MetabolicPathwayPrediction" ], [ "https://github.com/jlanga/exfi" ], [ "https://github.com/HCIILAB/SCUT-EnsText" ], [ "https://github.com/Binjie-Qin/RPCA-UNet" ], [ "https://github.com/bcgsc/pavfinder" ], [ "https://github.com/KhaosResearch/M2Align" ], [ "https://github.com/TurkuNLP/CAFA3" ], [ "https://github.com/nwpu134/DBH" ], [ "https://github.com/smajidian/phaseme" ], [ "https://github.com/LM-UGent/GenDisCal" ], [ "https://github.com/mgledi/PhyFoo" ], [ "https://github.com/ksiewert/BetaScan" ], [ "https://github.com/Jeffrey-Ede/Electron-Micrograph-Denoiser" ], [ "https://github.com/vanessajurtz/lasagne4bio" ], [ "https://github.com/Excelsior511/StackCPPred" ], [ "https://github.com/dwiegreffe/RNApuzzler" ], [ "https://github.com/tshizys/CoupleNet" ], [ "https://github.com/sauloho/Flib-Coevo" ], [ "https://github.com/samhinshaw/metabridge_shiny" ], [ "https://github.com/chenxiptz/SR_microvessel_velocimetry" ], [ "https://github.com/didrikolofsson/rmappet" ], [ "https://github.com/BMILAB/stAPAminer" ], [ "https://github.com/dqwei-lab/ATC" ], [ "https://github.com/lykaust15/Deep_learning_examples" ], [ "https://github.com/angtft/RAxMLGrove" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/PNNL-Comp-Mass-Spec/LipidMiniOn" ], [ "https://github.com/cguyeux/CRISPRbuilder-TB" ], [ "https://github.com/jacobhsu35/ISPP" ], [ "https://github.com/matthewcarlucci/scikick" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/NKI-CCB/PRECISE" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/Vitek-Lab/mi-CNN_MSI" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/imperialebola2018/chainchecker" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/RoelandKindt/AlleleShift" ], [ "https://github.com/pulmonomics-lab/ccml" ], [ "https://github.com/compbiofan/SimSCSnTree" ], [ "https://github.com/Sazan-Mahbub/EGRET" ], [ "https://github.com/olly-styles/Trajectory-Tensors" ], [ "https://github.com/kaizheng-academic/NASMDR" ], [ "https://github.com/jaebird123/tusv" ], [ "https://github.com/3huo/ActionView" ], [ "https://github.com/RyanCook94/inphared" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/QuKunLab/APEC" ], [ "https://github.com/slimsuite/diploidocus" ], [ "https://github.com/natir/fpa" ], [ "https://github.com/ibivu/PRALINE" ], [ "https://github.com/Shao-Group/aletsch" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/biomass-dev/biomass" ], [ "https://github.com/keyes-timothy/tidytof" ], [ "https://github.com/Jong-hun-Park/trviz" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/francescodc87/ipaPy2" ], [ "https://github.com/fredhutch/pgmap_pipeline" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/zhihefang/CCLGAN" ], [ "https://github.com/salbrec/seqQscorer" ], [ "https://github.com/vcl-iisc/robust-few-shot-learning" ], [ "https://github.com/FridleyLab/iTIME" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/DessimozLab/iHam" ], [ "https://github.com/qzf0320/MDL-Net" ], [ "https://github.com/natir/yacrd" ], [ "https://github.com/bachkimn/Privacy-Net-An-Adversarial-Approach-forIdentity-Obfuscated-Segmentation-of-MedicalImages" ], [ "https://github.com/Xshelton/SG_LSTM" ], [ "https://github.com/oxpig/DeLinker" ], [ "https://github.com/JianCong-WENG/IterCluster" ], [ "https://github.com/heartsh/consalign" ], [ "https://github.com/zhengdd0422/VFNet" ], [ "https://github.com/laura-orellana/eBDIMS" ], [ "https://github.com/radifar/pyplif" ], [ "https://github.com/hr1912/TreeExp" ], [ "https://github.com/hr1912/TreeExp" ], [ "https://github.com/hr1912/TreeExp" ], [ "https://github.com/refresh-bio/GTC" ], [ "https://github.com/hr1912/TreeExp" ], [ "https://github.com/HySonLab/Protein_Pretrain" ], [ "https://github.com/mathbiol/openHealth" ], [ "https://github.com/chrisjackson-pellicle/paragone-nf" ], [ "https://github.com/ymatts/phyC" ], [ "https://github.com/phenomecentre/nPYc-toolbox-tutorials" ], [ "https://github.com/jendelel/PrankWebApp" ], [ "https://github.com/stanfordmlgroup/selfsupervised-lungandheartsounds" ], [ "https://github.com/hms-dbmi/Rcupcake-case-studies" ], [ "https://github.com/NHPatterson/RegCombIMS" ], [ "https://github.com/Sanofi-Public/LipoBART" ], [ "https://github.com/FadyMohareb/mapoptics" ], [ "https://github.com/bm2-lab/MetaTopics" ], [ "https://github.com/Tarostar/QMLGalaxyPortal" ], [ "https://github.com/guanfangdong/LTS-UniverisalMOS" ], [ "https://github.com/YuxiangZhang-BIT/IEEE_TNNLS_Gia-CFSL" ], [ "https://github.com/YameiDeng/BAANet" ], [ "https://github.com/WxTu/RITR" ], [ "https://github.com/zrq0123/BiXGBoost" ], [ "https://github.com/ay-lab/HiCnv" ], [ "https://github.com/tongchf/gmRAD" ], [ "https://github.com/SchulzLab/JAMI" ], [ "https://github.com/psipred/DeepMetaPSICOV" ], [ "https://github.com/FOI-Bioinformatics/nanometa_live" ], [ "https://github.com/wangsen99/CSFwinformer" ], [ "https://github.com/Jingyi-Cai/NECom" ], [ "https://github.com/Zhangxf-ccnu/DiffGraph" ], [ "https://github.com/erikagardini/spathial" ], [ "https://github.com/zhanhz/KRF" ], [ "https://github.com/abikoushi/lambda" ], [ "https://github.com/yvquanli/trimnet" ], [ "https://github.com/genskeu/HON" ], [ "https://github.com/antrec/spectrassembler" ], [ "https://github.com/StatGenPRD/STOPGAP" ], [ "https://github.com/large-scale-gxe-methods/METAGEM" ], [ "https://github.com/kingsford-group/miniception" ], [ "https://github.com/ieeta-pt/BioNExt" ], [ "https://github.com/tom-jenkins/mapmixture" ], [ "https://github.com/GodzikLab/FAIT" ], [ "https://github.com/MaoYafei/TREEasy" ], [ "https://github.com/yiq/SubcloneSeeker" ], [ "https://github.com/Biobix/mQC" ], [ "https://github.com/IMAG-LuJin/RCSH" ], [ "https://github.com/tuminguyen/COMASK20" ], [ "https://github.com/Linlab-slu/TSSr" ], [ "https://github.com/PRIS-CV/Sketch-SF" ], [ "https://github.com/zhouyuan888888/SGCPNet" ], [ "https://github.com/kongzhecn/dfdm" ], [ "https://github.com/zhuangcheng31/MLG_Face" ], [ "https://github.com/knappa/steadycellphenotype" ], [ "https://github.com/Zhentao-Liu/RealSRQ-KLTSRQA" ], [ "https://github.com/zhangxin-xd/LRMF" ], [ "https://github.com/maryeon/asenpp" ], [ "https://github.com/duttaprat/DeePROG" ], [ "https://github.com/vicruiser/3Dmapper" ], [ "https://github.com/mnodzenski/epistasisGA" ], [ "https://github.com/wl-zhao/VideoABC" ], [ "https://github.com/TU-Darmstadt-APQ/RedPitaya-IntStab" ], [ "https://github.com/mrzResearchArena/PyFeat" ], [ "https://github.com/lhy0322/SENet" ], [ "https://github.com/Saurabh7/Few-shot-learning-multilabel-cxray" ], [ "https://github.com/PRIS-CV/GPCA" ], [ "https://github.com/BeierZhu/Sturcture-Coherency-Face-Alignment" ], [ "https://github.com/TU-Darmstadt-APQ/RedPitaya-Lockbox" ], [ "https://github.com/zamboni-lab/RALPS" ], [ "https://github.com/hqyone/cancer_rcnn" ], [ "https://github.com/WLYLab/PepFormer" ], [ "https://github.com/elolab/VarSCAT" ], [ "https://github.com/mmilano87/analyzeC19D" ], [ "https://github.com/BISCodeRepo/DbyDeep" ], [ "https://github.com/niemasd/ViralMSA" ], [ "https://github.com/Wukong90/Handwritten-Text-Recognition" ], [ "https://github.com/taozh2017/FAPNet" ], [ "https://github.com/bheAI/MonkeyCBP_GUI" ], [ "https://github.com/ZSI-Bio/variantsdwh" ], [ "https://github.com/omics-datascience/multiomix" ], [ "https://github.com/lxwgcool/CircDBG" ], [ "https://github.com/jaleesr/TrendCatcher" ], [ "https://github.com/jaleesr/TrendCatcher" ], [ "https://github.com/jaleesr/TrendCatcher" ], [ "https://github.com/jaleesr/TrendCatcher" ], [ "https://github.com/jizhang-nz/fast-GeP" ], [ "https://github.com/VictorCSheng/VSID-Net" ], [ "https://github.com/csiro-robotics/SDCL" ], [ "https://github.com/SuAVE-Software/source" ], [ "https://github.com/ydniuyongjie/twoStageForFaceEdit" ], [ "https://github.com/CityU-AIM-Group/HABIT" ], [ "https://github.com/baillielab/maic" ], [ "https://github.com/YantaoShen/kpm_rw_person_reid" ], [ "https://github.com/labstructbioinf/rossmann-toolbox" ], [ "https://github.com/hillerlab/CESAR" ], [ "https://github.com/zchoi/PKOL" ], [ "https://github.com/LabBandSB/re-Searcher" ], [ "https://github.com/deargen/DearWXpub" ], [ "https://github.com/vibansal/IntegratedPhasing" ], [ "https://github.com/need47/fselector" ], [ "https://github.com/JiayongO-O/PENonLocal" ], [ "https://github.com/medvedevgroup/HowDeSBT" ], [ "https://github.com/xiangxuyu/2stepQA" ], [ "https://github.com/takumorizo/OVarCall" ], [ "https://github.com/humengying0907/InstaPrism" ], [ "https://github.com/emilhaegglund/TADA" ], [ "https://github.com/m4merg/EphaGen" ], [ "https://github.com/ChaiAsaad/MoreAIRAsthmaKGxE" ], [ "https://github.com/compomics/pout2prot" ], [ "https://github.com/glycoinfo/GlycanFormatConverter" ], [ "https://github.com/HuanLab/Paramounter" ], [ "https://github.com/StantonLabDartmouth/AppScanGEO" ], [ "https://github.com/xz-stjude/idcov" ], [ "https://github.com/imartayan/CBL" ], [ "https://github.com/CECNL/SSVEP-DAN" ], [ "https://github.com/statisticalbiotechnology/GPTime" ], [ "https://github.com/dunhamlab/PacRAT" ], [ "https://github.com/LannyShi/Hippocampal-segmentation" ], [ "https://github.com/canisw/tf3p" ], [ "https://github.com/wangfuli/T-HyperGNNs" ], [ "https://github.com/oxpig/ImmuneBuilder" ], [ "https://github.com/GT-NucleicAcids/pnab" ], [ "https://github.com/PRIDE-Utilities/ols-client" ], [ "https://github.com/CSi-Studio/InjectionDesign" ], [ "https://github.com/ropensci/nasapower" ], [ "https://github.com/ratschlab/sim_read_until" ], [ "https://github.com/Nora-Zhang98/VTSCN" ], [ "https://github.com/jaleesr/TrendCatcher" ], [ "https://github.com/jaleesr/TrendCatcher" ], [ "https://github.com/jaleesr/TrendCatcher" ], [ "https://github.com/jaleesr/TrendCatcher" ], [ "https://github.com/loubator/MultiRNAflow" ], [ "https://github.com/phrh/PredRAD" ], [ "https://github.com/gzq17/Weakly-Supervised-by-MIP" ], [ "https://github.com/Tammie-Li/MTCN" ], [ "https://github.com/GHLCLab/phexpo" ], [ "https://github.com/linjiatai/PDBL" ], [ "https://github.com/Pasquali-lab/UMI4Cats" ], [ "https://github.com/doraadong/MESSI" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/OpenTreeOfLife/phylesystem" ], [ "https://github.com/96jhwei/Genetic-U-Net" ], [ "https://github.com/balabanmetin/misa" ], [ "https://github.com/vgl-hub/gfastats" ], [ "https://github.com/tvandervalk/AMBER" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/neufeld/AXIOME3" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/MolecularAI/route-distances" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/mammasmias/IterativeRotationsAssignments" ], [ "https://github.com/Haawk666/AutomAl-6000" ], [ "https://github.com/Pinlyu3/LRLoop" ], [ "https://github.com/zphyix/TCM" ], [ "https://github.com/zsyOAOA/VIRNet" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/sylvainprigent/napari-tracks-reader" ], [ "https://github.com/bcbi/genbank_holobiome" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/LouisFaure/scFates_notebooks" ], [ "https://github.com/zhimengXin/ECEA" ], [ "https://github.com/pierpal/ARGON" ], [ "https://github.com/lightaime/deep_gcns" ], [ "https://github.com/scoutzxb/CscoreTool-M" ], [ "https://github.com/aitgon/LedPred" ], [ "https://github.com/ketringjoni/SuPreMo" ], [ "https://github.com/zhengshijian1993/DC-Net" ], [ "https://github.com/RubyHoho/DGeneralization" ], [ "https://github.com/Voluntino/tGT-OCT" ], [ "https://github.com/HengLan/AttMOT" ], [ "https://github.com/Huairui/LSTVC" ], [ "https://github.com/davidebolo1993/EViNCe" ], [ "https://github.com/DIAL-RPI/Fed-MENU" ], [ "https://github.com/adigherman/Rxnat" ], [ "https://github.com/houzl3416/iDeepSubMito" ], [ "https://github.com/Crystal-JJ/DREAM" ], [ "https://github.com/ZhihaoPENG-CityU/EGRC-Net" ], [ "https://github.com/zfy-csu/FsaNet" ], [ "https://github.com/NtaylorOX/Public_Clinical_Prompt" ], [ "https://github.com/yunboer/AR-classifier-and-AR-CycleGAN" ], [ "https://github.com/kunjing96/DARTS-AER" ], [ "https://github.com/RitAreaSciencePark/PLM4Muts" ], [ "https://github.com/fudan-zvg/DGMN2" ], [ "https://github.com/sylvainprigent/napari-stracking" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/xmed-lab/FoPro-KD" ], [ "https://github.com/RabbitBio/RabbitUniq" ], [ "https://github.com/THGLab/int2cart" ], [ "https://github.com/galaxyproject/cloudauthz" ], [ "https://github.com/MBaysanLab/cosap_frontend" ], [ "https://github.com/simonwhelan/prequal" ], [ "https://github.com/KohlbacherLab/PeCaX-docker" ], [ "https://github.com/MBaysanLab/cosap" ], [ "https://github.com/I-Guy/SalmoDEST" ], [ "https://github.com/samocooper/nuclitrack" ], [ "https://github.com/rauschenberger/joinet" ], [ "https://github.com/smallmax00/Dual_Adaptive_Graph_Reasoning" ], [ "https://github.com/inpacdb/POAP" ], [ "https://github.com/Pranavkhade/PACKMAN" ], [ "https://github.com/Pranavkhade/PACKMAN" ], [ "https://github.com/Pranavkhade/PACKMAN" ], [ "https://github.com/Pranavkhade/PACKMAN" ], [ "https://github.com/jinzanxia/biomedical-QA" ], [ "https://github.com/wenjiegroup/iFORM" ], [ "https://github.com/ahmed-fakhry/dive" ], [ "https://github.com/zm17943/SplitAVG" ], [ "https://github.com/jltsiren/gbwt-rs" ], [ "https://github.com/yuantailing/two-layer-qrcode" ], [ "https://github.com/CSB-KUL/yMap" ], [ "https://github.com/brinkmanlab/GenomeD3Plot" ], [ "https://github.com/sg-wbi/belb" ], [ "https://github.com/jltsiren/gbwt" ], [ "https://github.com/dimitrisPs/msdesis" ], [ "https://github.com/skandlab/SMuRF" ], [ "https://github.com/ebraun68/sixparam" ], [ "https://github.com/jorgevazcast/Viromic-diversity" ], [ "https://github.com/transbioZI/RMTL" ], [ "https://github.com/yongzhuang/TumorCNV" ], [ "https://github.com/dayunliu/MGATMDA" ], [ "https://github.com/VoiceBeer/MS-MDA" ], [ "https://github.com/Vill-Lab/SIAMH" ], [ "https://github.com/Terminator8758/O2CAP" ], [ "https://github.com/liuyi1989/TSPORTNet" ], [ "https://github.com/jhhung/EARRINGS" ], [ "https://github.com/DKMS/hapl-o-Mat_GUI" ], [ "https://github.com/mkubiophysics/B-LacFamPred" ], [ "https://github.com/de-Boer-Lab/GIL" ], [ "https://github.com/ChenyuGAO-CS/SMA" ], [ "https://github.com/carmonalab/scGate" ], [ "https://github.com/hammoudiproject/SuperpixelGridMasks" ], [ "https://github.com/xq141839/DCSAU-Net" ], [ "https://github.com/Tarik4Rashid4/covid19models" ], [ "https://github.com/tyo-nu/MINE-app" ], [ "https://github.com/zhasen1996/AGLN" ], [ "https://github.com/KVD-lab/puma" ], [ "https://github.com/emiracherif/ONTdeCIPHER" ], [ "https://github.com/ecunha1996/transyt_paper" ], [ "https://github.com/Wangt-CN/VQG-GCN" ], [ "https://github.com/irilenia/baerhunter" ], [ "https://github.com/MolecularAI/Lib-INVENT-dataset" ], [ "https://github.com/fmfi-compbio/heron" ], [ "https://github.com/idruglab/hignn" ], [ "https://github.com/daiwenrui/VERTICOX" ], [ "https://github.com/sneuensc/mapache" ], [ "https://github.com/zhyu-lab/bmvae" ], [ "https://github.com/VITA-Group/PA-HMDB51" ], [ "https://github.com/hcholab/k-salsa" ], [ "https://github.com/takimailto/HiDiff" ], [ "https://github.com/LemonJust/vodex" ], [ "https://github.com/GZHU-DVL/HVS-5M" ], [ "https://github.com/weiyuchung/CONY" ], [ "https://github.com/browning-lab/flare" ], [ "https://github.com/jimmyrate/ienhancer-xg" ], [ "https://github.com/amazingma/GraphPath" ], [ "https://github.com/MengkeSong/MaD" ], [ "https://github.com/CodeGoat24/RGTNet" ], [ "https://github.com/Qi-Yangsjtu/MPED" ], [ "https://github.com/WangJun2023/HLFC" ], [ "https://github.com/MontaEllis/SSL-For-Medical-Segmentation" ], [ "https://github.com/haohang96/CSML" ], [ "https://github.com/ToniCreswell/InvertingGAN" ], [ "https://github.com/nanxiaotong/STKD" ], [ "https://github.com/dr-majie/WSTQ" ], [ "https://github.com/debbydanwang/BAP" ], [ "https://github.com/ncbi/GeneGPT" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/dacuevas/PMAnalyzerWeb" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/TNTurnerLab/HAT" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/LemonJust/vodex" ], [ "https://github.com/LemonJust/vodex" ], [ "https://github.com/LemonJust/vodex" ], [ "https://github.com/LemonJust/vodex" ], [ "https://github.com/fpy94/DBT" ], [ "https://github.com/bx20000827/DL-MHNMF" ], [ "https://github.com/laybebe/NCSiam" ], [ "https://github.com/guojiajeremy/EDC" ], [ "https://github.com/EABogdanova/ProBAN" ], [ "https://github.com/chunbolang/RARE" ], [ "https://github.com/usccolumbia/GMTransformer" ], [ "https://github.com/Papatheodorou-Group/CATD_snakemake" ], [ "https://github.com/KIT-MBS/coconet" ], [ "https://github.com/yaoyx689/AMM_NRR" ], [ "https://github.com/ncjllld/byase" ], [ "https://github.com/jhu99/scbean" ], [ "https://github.com/shahpr/RiboViz" ], [ "https://github.com/jhu99/scbean" ], [ "https://github.com/jhu99/scbean" ], [ "https://github.com/loong8888/SIR" ], [ "https://github.com/scutrd/attention-sleep-staging" ], [ "https://github.com/CDCgov/shinyMBA" ], [ "https://github.com/smin95/smplot" ], [ "https://github.com/PF2-pasteur-fr/checkMyIndex" ], [ "https://github.com/DAIZHENWEI/BDMMA" ], [ "https://github.com/jchow32/MAGI-MS" ], [ "https://github.com/yunliUNC/HPTAD" ], [ "https://github.com/LemonJust/vodex" ], [ "https://github.com/LemonJust/vodex" ], [ "https://github.com/LemonJust/vodex" ], [ "https://github.com/jhu99/scbean" ], [ "https://github.com/mfruzan/CoreDetector" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/WQLin8/omicsMIC" ], [ "https://github.com/acasamitjana/SynthByReg" ], [ "https://github.com/dlewis27/SSRgenotyper" ], [ "https://github.com/NRGLab/Surfaces" ], [ "https://github.com/guopengf/CG-SAMR" ], [ "https://github.com/compimmuno/CHfinder" ], [ "https://github.com/PRIS-CV/BSNet" ], [ "https://github.com/Splicebox/Jutils" ], [ "https://github.com/iferres/simurg" ], [ "https://github.com/mariosaenger/bio-re-with-entity-embeddings" ], [ "https://github.com/KyleFerchen/pyInfinityFlow" ], [ "https://github.com/4dn-dcic/GiniQC" ], [ "https://github.com/NWPU-903PR/IMCDriver" ], [ "https://github.com/shengqh/annogen" ], [ "https://github.com/geomagical/GeoSynth" ], [ "https://github.com/SynthSys/pyOmeroUpload" ], [ "https://github.com/phglab/MIRUReader" ], [ "https://github.com/compbel/SCIFIL" ], [ "https://github.com/SJTUBME-QianLab/UDAseg" ], [ "https://github.com/juntang-zhuang/torch-ACA" ], [ "https://github.com/sahlenlab/HiCapTools" ], [ "https://github.com/xie186/ViewBS" ], [ "https://github.com/hongwang01/OSCNet" ], [ "https://github.com/mhayes20/DMFinder" ], [ "https://github.com/ludovicchaput/FastTargetPred" ], [ "https://github.com/psoerensen/qgg" ], [ "https://github.com/zabir-nabil/Fibro-CoSANet" ], [ "https://github.com/babaksaremi/RESEQ" ], [ "https://github.com/crazyhottommy/scclusteval" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/ncats/RaMP-Backend" ], [ "https://github.com/AirZWH/MSS-UNet" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/LANL-Bioinformatics/assay_validation" ], [ "https://github.com/SunXQlab/ST-deconvoulution" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/DominikBuchner/apscale" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/RSMagneto/ZeRGAN" ], [ "https://github.com/caixiay/ZeroNAS" ], [ "https://github.com/CBRC-lab/BioAct-Het" ], [ "https://github.com/whitehat32/MSFF-DTA" ], [ "https://github.com/lv-csbg/optEnvelope" ], [ "https://github.com/ibivu/hydrophobic_patches" ], [ "https://github.com/R-GENLIB/GENLIB" ], [ "https://github.com/caravagnalab/rcongas_test" ], [ "https://github.com/DHUDEBLab/DMFDDI" ], [ "https://github.com/shahnidhi/TIPP_reference_package" ], [ "https://github.com/clangmead/PROTOCOL" ], [ "https://github.com/zengqunzhao/MA-Net" ], [ "https://github.com/adityakumarakash/ICL" ], [ "https://github.com/TingMAC/FrMLNet" ], [ "https://github.com/KIT-MBS/pycofitness" ], [ "https://github.com/omerwe/LEAP" ], [ "https://github.com/SJTU-CGM/ivTerm" ], [ "https://github.com/kircherlab/hemoMIPs" ], [ "https://github.com/Cuthbert-Huang/CC-Net" ], [ "https://github.com/mdsufz/StandEnA" ], [ "https://github.com/swfen/Temporal-BCGCN" ], [ "https://github.com/ddghjikle/Out-of-sample-restoration" ], [ "https://github.com/zhuangpeixian/HLRP" ], [ "https://github.com/Zhiqin-HUANG/confFuse" ], [ "https://github.com/saeyslab/FlowSOM_Python" ], [ "https://github.com/ppgardne/RMfam" ], [ "https://github.com/rdong08/GiniClust3" ], [ "https://github.com/jianweishuai/Dear-DIA-XMBD" ], [ "https://github.com/Bios4Biol/MINTIA" ], [ "https://github.com/WangLabHKUST/CNAPE" ], [ "https://github.com/yuhuan-wu/P2T" ], [ "https://github.com/cortes-ciriano-lab/ReConPlot" ], [ "https://github.com/GGaoxiang/PATrans" ], [ "https://github.com/Superraptor/GSSO" ], [ "https://github.com/radoslav180/DiNGO" ], [ "https://github.com/m-crown/SPEAR" ], [ "https://github.com/MantangGuo/DRLF" ], [ "https://github.com/Janet-xujing-1216/SafeCrowdNav" ], [ "https://github.com/JiayuanWang-JW/DC-cycleGAN" ], [ "https://github.com/ByZ0e/HSTT" ], [ "https://github.com/RayRuizhiLiao/mutual_info_img_txt" ], [ "https://github.com/jeremyhoward/Geno-Diver" ], [ "https://github.com/biocore/q2-umap" ], [ "https://github.com/KechrisLab/SmCCNet" ], [ "https://github.com/aamir-mustafa/super-resolution-adversarial-defense" ], [ "https://github.com/zhangzhwlab/delta" ], [ "https://github.com/ujemd/NSS-of-LWIR-and-Vissible-Images" ], [ "https://github.com/Roth-Lab/ESQmodel" ], [ "https://github.com/phi-grib/Collector" ], [ "https://github.com/JoniColeman/gwas_scripts" ], [ "https://github.com/MolecularAI/Reinvent" ], [ "https://github.com/RidongHan/DocRE-Co-Occur" ], [ "https://github.com/MattCzajkowski/GenCoF" ], [ "https://github.com/wq-sunshine/MomdTDSRL" ], [ "https://github.com/gpgzy/CL-Cardiac-segmentation" ], [ "https://github.com/KlugerLab/Ritornello" ], [ "https://github.com/lichen2018/stVAE" ], [ "https://github.com/ah651/deepfake_adv" ], [ "https://github.com/wsb853529465/YOLOH-main" ], [ "https://github.com/Kira0096/PQAG" ], [ "https://github.com/CandleLabAI/CLINet-ECG-Classification-2024" ], [ "https://github.com/Peroxidess/MVIIL-GAN" ], [ "https://github.com/IAMJackYan/FedCRFD" ], [ "https://github.com/yanglixiaoshen/SalGAIL" ], [ "https://github.com/RabbitBio/RabbitQCPlus" ], [ "https://github.com/JustaTinyDot/BiTr-Unet" ], [ "https://github.com/makinyilmaz/LHBDC" ], [ "https://github.com/vigi30/Clinical-GAN" ], [ "https://github.com/thomas0809/RxnScribe" ], [ "https://github.com/jsheunis/rt-me-fMRI" ], [ "https://github.com/rsemeraro/XomeBlender" ], [ "https://github.com/Ze-Yang/Efficient-FSOD" ], [ "https://github.com/SysBioChalmers/HGTphyloDetect" ], [ "https://github.com/usccolumbia/deeperGATGNN" ], [ "https://github.com/Qianyu1226/Crosslink-Net" ], [ "https://github.com/cxli233/SimpleTidy_GeneCoEx" ], [ "https://github.com/lnsmith54/BOSS" ], [ "https://github.com/Guanjinqu/Clover" ], [ "https://github.com/interactivereport/Quickomics" ], [ "https://github.com/labxscut/ksak" ], [ "https://github.com/leirufeng/iEnhancer-DCSV" ], [ "https://github.com/epifluidlab/finaledb_workflow" ], [ "https://github.com/LiShuTJ/NDNet" ], [ "https://github.com/CSIM-LUT/DAGCN" ], [ "https://github.com/wiedersehne/cdilDNA" ], [ "https://github.com/mczhuge/ICON" ], [ "https://github.com/tsudalab/rxngenerator" ], [ "https://github.com/JialeCao001/HSD" ], [ "https://github.com/lucian-ilie/SPRINT" ], [ "https://github.com/fkong7/HeartDeformNets" ], [ "https://github.com/safaad/aim" ], [ "https://github.com/PFPrzytycki/CellWalkR" ], [ "https://github.com/msprITU/TDIOT" ], [ "https://github.com/BIOS-IMASL/Hierarchical-Bayes-NMR-Validation" ], [ "https://github.com/emadeldeen24/AttnSleep" ], [ "https://github.com/healthylaife/FairFedAvg" ], [ "https://github.com/gavinmdouglas/FuncDiv" ], [ "https://github.com/iskana/PBWT-sec" ], [ "https://github.com/elisabettasciacca/DEGGs" ], [ "https://github.com/aalto-ics-kepaco/PMFA" ], [ "https://github.com/andronovl/SharpViSu" ], [ "https://github.com/mohimanilab/MS2Planner" ], [ "https://github.com/Tx000/Deep_dynamicMEF" ], [ "https://github.com/Boizard/PRYNT" ], [ "https://github.com/SONGDONGYUAN1994/scsampler" ], [ "https://github.com/NUST-Machine-Intelligence-Laboratory/MDBA" ], [ "https://github.com/fun0515/MorphoGNN" ], [ "https://github.com/XingliangJin/Fine-Style" ], [ "https://github.com/weiliao97/METRE" ], [ "https://github.com/aI-area/DVGSN" ], [ "https://github.com/icelu/GI_Cluster" ], [ "https://github.com/gilles-didier/MolTi" ], [ "https://github.com/psychopa4/MMCNN" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/Zongwei97/HIDANet" ], [ "https://github.com/haidyi/cvxbiclustr" ], [ "https://github.com/swidler/linadmix" ], [ "https://github.com/armsd/aRMSD" ], [ "https://github.com/ACuOoOoO/ReDFeat" ], [ "https://github.com/Lab-Xu/KbhbXG" ], [ "https://github.com/VisDrone/AnimalDrone" ], [ "https://github.com/qianngli/DualSR" ], [ "https://github.com/molecule-one/megan" ], [ "https://github.com/WouterSteyaert/BATCH-GE" ], [ "https://github.com/Hzzone/ProPos" ], [ "https://github.com/alexjfoote/reetoolbox" ], [ "https://github.com/bm2-lab/DeepReac" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/lozuponelab/knowledge-source-mappings" ], [ "https://github.com/LeonHLJ/MMSD" ], [ "https://github.com/dyxstat/HiCBin" ], [ "https://github.com/pcdslab/MSREDUCE" ], [ "https://github.com/ispc-lab/HRegNet2" ], [ "https://github.com/databio2022/GraphBio" ], [ "https://github.com/ncbi/RepairSig" ], [ "https://github.com/yimingxu24/CLDG" ], [ "https://github.com/ZhangGroup-MITChemistry/OpenABC" ], [ "https://github.com/raminass/BERTwalk" ], [ "https://github.com/erhard-lab/lfc" ], [ "https://github.com/snandiDS/prokseq" ], [ "https://github.com/ianvcaldas/smalldisco" ], [ "https://github.com/njdbickhart/RAPTR-SV" ], [ "https://github.com/yeastrc/snipviz" ], [ "https://github.com/AgResearch/data_prism" ], [ "https://github.com/rcanovas/libCSAM" ], [ "https://github.com/jessemzhang/tn_test" ], [ "https://github.com/rcanovas/libCSAM" ], [ "https://github.com/rcanovas/libCSAM" ], [ "https://github.com/BUNPC/Beam-Propagation-Method" ], [ "https://github.com/rcanovas/libCSAM" ], [ "https://github.com/yuht4/SANPolyA" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/zchoi/VCRN" ], [ "https://github.com/taohan10200/NLT" ], [ "https://github.com/aet21/ebGSEA" ], [ "https://github.com/zjupgx/deephlapan" ], [ "https://github.com/lotts/GLASSgo" ], [ "https://github.com/huizhanglab-jhu/ms-pycloud" ], [ "https://github.com/teslacool/m-curl" ], [ "https://github.com/CX-He/STCR" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/lim74/LncDC" ], [ "https://github.com/rsinghlab/scGrapHiC" ], [ "https://github.com/jnktsj/DNApi" ], [ "https://github.com/andreaskapou/BPRMeth" ], [ "https://github.com/isyangshu/DABNet" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/optimization-for-data-driven-science/RIFLE" ], [ "https://github.com/M4cheal/MAAL" ], [ "https://github.com/BioinformaticsLabAtMUN/PromoTech" ], [ "https://github.com/yoqim/TBLD" ], [ "https://github.com/raovish6/TABS" ], [ "https://github.com/junjun-jiang/MSSG" ], [ "https://github.com/CHENGY12/APNet" ], [ "https://github.com/eduardporta/e-Driver" ], [ "https://github.com/haotian-zhuang/findPC" ], [ "https://github.com/billyhw/GSALightning" ], [ "https://github.com/hychim/molpc2" ], [ "https://github.com/aqlaboratory/pnerf" ], [ "https://github.com/UCSCNanopore/Data" ], [ "https://github.com/SHird/lociNGS" ], [ "https://github.com/yun-liu/LIID" ], [ "https://github.com/shidan0122/FMICS" ], [ "https://github.com/ChengZY/HGR" ], [ "https://github.com/hseabolt/tautyping" ], [ "https://github.com/USTC-IMCL/ENVC" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/nabiafshan/DetectingMisannotatedLncRNAs" ], [ "https://github.com/Scu-sen/Recursion-Cellular-Image-Classification-Challenge" ], [ "https://github.com/xfwang/CLOSE" ], [ "https://github.com/abehr/pong" ], [ "https://github.com/qdu-bioinfo/flex-meta-storms" ], [ "https://github.com/UMCUGenetics/svMIL" ], [ "https://github.com/GTaherzadeh/SPPPred" ], [ "https://github.com/yijuanhu/LDM" ], [ "https://github.com/zhouweiyg/metaspark" ], [ "https://github.com/IVIPLab/CTCNet" ], [ "https://github.com/AoxiangFan/EifficientDeterministicSearch" ], [ "https://github.com/Shao-Group/rnabridge-denovo" ], [ "https://github.com/Shao-Group/rnabridge-denovo" ], [ "https://github.com/ThomasChln/snpclust" ], [ "https://github.com/Shao-Group/rnabridge-denovo" ], [ "https://github.com/Shao-Group/rnabridge-denovo" ], [ "https://github.com/ZitongYu/3DCDC-NAS" ], [ "https://github.com/781458112/DWWA" ], [ "https://github.com/molinerisLab/3plex" ], [ "https://github.com/TangWen920812/mmmna-net" ], [ "https://github.com/Ha0Tang/LGGAN" ], [ "https://github.com/xiangwang1223/reinforced_causal_explainer" ], [ "https://github.com/lanagarmire/MirMark" ], [ "https://github.com/gem-net/chemsearch" ], [ "https://github.com/dohalloran/fastQ_brew" ], [ "https://github.com/debsin/dropClust" ], [ "https://github.com/elkebir-group/TiTUS" ], [ "https://github.com/superphy/insilico-subtyping" ], [ "https://github.com/leandroradusky/pyFoldX" ], [ "https://github.com/HualongCao/DMS" ], [ "https://github.com/shaoxiaohu/Face_Alignment_DPR" ], [ "https://github.com/pymodproject/pymod" ], [ "https://github.com/pymodproject/pymod" ], [ "https://github.com/GRAPH-0/JODO" ], [ "https://github.com/MDplot/MDplot" ], [ "https://github.com/BioComputingUP/MobiDB-lite" ], [ "https://github.com/Sun-Yanbo/FasParser" ], [ "https://github.com/CMUSchwartzLab/TUSV-ext" ], [ "https://github.com/Sun-Yanbo/FasParser" ], [ "https://github.com/studla/RYUTO" ], [ "https://github.com/pymodproject/pymod" ], [ "https://github.com/pymodproject/pymod" ], [ "https://github.com/Greco-Lab/INfORM" ], [ "https://github.com/Sun-Yanbo/FasParser" ], [ "https://github.com/galelab/scPathoQuant" ], [ "https://github.com/SchulzLab/Triangulate" ], [ "https://github.com/BioMLBoston/PatchDCA" ], [ "https://github.com/ncbi/tmVar3" ], [ "https://github.com/The-Ark-Informatics/ark" ], [ "https://github.com/james-guevara/synthdnm" ], [ "https://github.com/jcbmarques/clusterdv" ], [ "https://github.com/kantale/PyPedia_server" ], [ "https://github.com/gengmufeng/TCFL-OCT" ], [ "https://github.com/russcd/SELAM" ], [ "https://github.com/heinc1010/BAMixChecker" ], [ "https://github.com/LaboratorioBioinformatica/MARVEL" ], [ "https://github.com/curieshicy/JRgui" ], [ "https://github.com/lhqxinghun/bioinformatics" ], [ "https://github.com/CNIC-Proteomics/iSanXoT" ], [ "https://github.com/MolBIFFM/vplg" ], [ "https://github.com/Zwei-inc/panclassif" ], [ "https://github.com/Bierinformatik/MIRfix" ], [ "https://github.com/fjmurguzur/causalizeR" ], [ "https://github.com/yunwilliamyu/SlowMoMan" ], [ "https://github.com/BMILAB/vizAPA" ], [ "https://github.com/BioinformaticsCSU/MultiNanopolish" ], [ "https://github.com/contactless-healthcare/Scene-Adaption-for-Infant-Cry-Detection" ], [ "https://github.com/BIONF/protTrace" ], [ "https://github.com/bio-coding/AntiVPP" ], [ "https://github.com/eblancoga/seqcode" ], [ "https://github.com/morphos30/PhyloCTCFLooping" ], [ "https://github.com/lifanchen-simm/transformerCPI" ], [ "https://github.com/shubhamchandak94/SPRING" ], [ "https://github.com/niewenjuan-csu/TSNAPred" ], [ "https://github.com/sellerslab/gemini" ], [ "https://github.com/tzok/eltetrado" ], [ "https://github.com/tzok/eltetrado" ], [ "https://github.com/tzok/eltetrado" ], [ "https://github.com/anhnda/ADRPModels" ], [ "https://github.com/tzok/eltetrado" ], [ "https://github.com/nrsalinas/2matrix" ], [ "https://github.com/nhgritctran/PheTK" ], [ "https://github.com/pfizer-opensource/pfaster" ], [ "https://github.com/darlenelu72/EPEM-GMM" ], [ "https://github.com/Cassieyy/AugMS-Net" ], [ "https://github.com/rikiyay/style-transfer-for-digital-pathology" ], [ "https://github.com/rtahmasbi/GeneEvolve" ], [ "https://github.com/EMI-Group/RelativeNAS" ], [ "https://github.com/HelikarLab/CancerDiscover" ], [ "https://github.com/Bhattacharya-Lab/lociPARSE" ], [ "https://github.com/MI2DataLab/KRAB_ZNF" ], [ "https://github.com/spirt-t/compartments_model" ], [ "https://github.com/LIANGKE23/Awesome-Knowledge-Graph-Reasoning" ], [ "https://github.com/LLNL/LIST" ], [ "https://github.com/NetLand-NTU/HopLand" ], [ "https://github.com/whussain2/Analysis-pipeline" ], [ "https://github.com/albertozenere/Multi-omics-elementary-regulatory-motifs" ], [ "https://github.com/shengli0201/iPromoter-ET" ], [ "https://github.com/lmse/impact" ], [ "https://github.com/byucsl/ogcleaner" ], [ "https://github.com/noriakis/biotextgraph" ], [ "https://github.com/znoor/iSwathX" ], [ "https://github.com/rostkick/Halide_sites" ], [ "https://github.com/Sun-Yanbo/FasParser" ], [ "https://github.com/Adrienrougny/sbgntikz" ], [ "https://github.com/SammedMandape/MMDIT_UI" ], [ "https://github.com/PRIS-CV/AdvancedDropout" ], [ "https://github.com/PhanstielLab/coralp" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/WYu-Feng/pc-gain" ], [ "https://github.com/vanvalenlab/deepcell-spots" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/sunyi123/cdr" ], [ "https://github.com/NUST-Machine-Intelligence-Laboratory/HGPU" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/XiDsLab/CNV-BAC" ], [ "https://github.com/DatabaseGroup/DeSignate" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/Deng-Y/DPCTF" ], [ "https://github.com/vanvalenlab/deepcell-spots" ], [ "https://github.com/wmbai/LSCGB" ], [ "https://github.com/uio-bmi/dagsim" ], [ "https://github.com/yaozhong/deepIntraSV" ], [ "https://github.com/UdeM-LBIT/GATC" ], [ "https://github.com/tim-learn/SHOT-plus" ], [ "https://github.com/zwx8981/BIQA_CL" ], [ "https://github.com/prasunc/Gliomanet" ], [ "https://github.com/xjtushujun/CMW-Net" ], [ "https://github.com/molecularmodelinglab/bigbind" ], [ "https://github.com/vanvalenlab/deepcell-spots" ], [ "https://github.com/wjcyt/SRDE" ], [ "https://github.com/FeiLyu/SASSL" ], [ "https://github.com/royee182/DPL" ], [ "https://github.com/lol88/Meta-GAT" ], [ "https://github.com/Sunny6-6-6/ESRGAN-DP" ], [ "https://github.com/Jthy-af/HaPPy" ], [ "https://github.com/WGLab/TermViewer" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/IRMVLab/HALFlow" ], [ "https://github.com/tiggers23/TSCE-Domain-Adaptive-Zero-Shot-Learning" ], [ "https://github.com/wenguanwang/SODsurvey" ], [ "https://github.com/kemaloksuz/LRP-Error" ], [ "https://github.com/ZhenyueQin/PSGNN" ], [ "https://github.com/akaxlh/MBRec" ], [ "https://github.com/ManLiuCoder/POPRNet" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/TurakhiaLab/rivet" ], [ "https://github.com/jennprk/diffsig" ], [ "https://github.com/wh-xu/Hyper-Gen" ], [ "https://github.com/junjun-jiang/TLcR-RL" ], [ "https://github.com/HongzhouTang/BayeStab" ], [ "https://github.com/cimm-kzn/CGRtools" ], [ "https://github.com/Sanofi-Public/IDD-papers-fragrl" ], [ "https://github.com/FeiYee/Breast-area-TWO" ], [ "https://github.com/kusterlab/universal_spectrum_explorer" ], [ "https://github.com/LactorHwt/ICAL" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/cynricfu/MECCH" ], [ "https://github.com/hkaneko1985/dcekit" ], [ "https://github.com/AlexKnyshov/alibaseq" ], [ "https://github.com/bialimed/miams" ], [ "https://github.com/genomicepidemiology/ARGprofiler" ], [ "https://github.com/nie-lang/CoupledTPS" ], [ "https://github.com/123fxdx/CNNvisualizationTSGB" ], [ "https://github.com/vanvalenlab/deepcell-spots" ], [ "https://github.com/peace-love243/CMEDFL" ], [ "https://github.com/srovins/wesad" ], [ "https://github.com/YingLiangjxau/GR-m6A" ], [ "https://github.com/UnixJunkie/rankers" ], [ "https://github.com/biomed-AI/nucleic-acid-binding" ], [ "https://github.com/sdk15/insectOR" ], [ "https://github.com/bjing2016/EigenFold" ], [ "https://github.com/talmolab/sleap-roots" ], [ "https://github.com/luoyan407/congruency" ], [ "https://github.com/sebwouters/qc-dmet" ], [ "https://github.com/proteinexplorers/EnsembleQS" ], [ "https://github.com/irinagain/iglu" ], [ "https://github.com/NCBI-Hackathons/rnaseqview" ], [ "https://github.com/continuous-symmetry-measure/csm" ], [ "https://github.com/easycui/nuclei_segmentation" ], [ "https://github.com/rcalinjageman/cartoon_network" ], [ "https://github.com/sldyns/scAce" ], [ "https://github.com/irinagain/iglu" ], [ "https://github.com/maryamrabiee/quco" ], [ "https://github.com/isblab/nestor" ], [ "https://github.com/Ma-Xinzhi/LightConvNet" ], [ "https://github.com/ucasdp/BiTSC2" ], [ "https://github.com/ucrbioinfo/Selfish" ], [ "https://github.com/evocell/rabifier" ], [ "https://github.com/lh3/ropebwt2" ], [ "https://github.com/insilichem/garleek" ], [ "https://github.com/genetronhealth/uvc" ], [ "https://github.com/irinagain/iglu" ], [ "https://github.com/mdbloice/Pyrea" ], [ "https://github.com/bigchem/transformer-cnn" ], [ "https://github.com/JU-HuaY/MFR" ], [ "https://github.com/isblab/nestor" ], [ "https://github.com/zhaoxiaofei/BinDash" ], [ "https://github.com/soedinglab/prosstt" ], [ "https://github.com/YingZhou001/POPdemog" ], [ "https://github.com/quantitativeimaging/ELM" ], [ "https://github.com/LaRoccaRaphael/MSI_recalibration" ], [ "https://github.com/hoerlteam/YeastMate" ], [ "https://github.com/lichun0503/CT-Classification" ], [ "https://github.com/ktan8/ModTect" ], [ "https://github.com/empiricalbayes/CSCDRNA" ], [ "https://github.com/B-UMMI/LMAS" ], [ "https://github.com/yyguo-sjtu/DSD-3D-Unsupervised-Landmark-Detection-Based-Motion-Estimation" ], [ "https://github.com/azizilab/decipher" ], [ "https://github.com/chopralab/lemon" ], [ "https://github.com/bcgsc/ChopStitch" ], [ "https://github.com/chopralab/lemon" ], [ "https://github.com/talmolab/sleap-roots" ], [ "https://github.com/DREAMXFAR/FCL-Net" ], [ "https://github.com/dwaithe/quantifly" ], [ "https://github.com/pingchen09990102/BMSIM" ], [ "https://github.com/chopralab/lemon" ], [ "https://github.com/hkmztrk/SMILESVecProteinRepresentation" ], [ "https://github.com/chopralab/lemon" ], [ "https://github.com/dmcb-gist/MOMA" ], [ "https://github.com/kalininalab/GlyLES" ], [ "https://github.com/GiDeCarlo/XGDAG" ], [ "https://github.com/subangstrom/DeepDiffraction" ], [ "https://github.com/DormanLab/AmpliCI" ], [ "https://github.com/DormanLab/AmpliCI" ], [ "https://github.com/rcalinjageman/cartoon_network" ], [ "https://github.com/andrewguy/biostructmap" ], [ "https://github.com/dhcai21/RVHaplo" ], [ "https://github.com/leonweber/drugprot" ], [ "https://github.com/IILab-Resource/MGDTA" ], [ "https://github.com/spatialsimulator/XitoSBML" ], [ "https://github.com/Linfeng-Tang/DRLIE" ], [ "https://github.com/Pex2892/PETAL" ], [ "https://github.com/rcalinjageman/cartoon_network" ], [ "https://github.com/soedinglab/wish" ], [ "https://github.com/irinagain/iglu" ], [ "https://github.com/rcalinjageman/cartoon_network" ], [ "https://github.com/jtaghiyar/kronos" ], [ "https://github.com/talmolab/sleap-roots" ], [ "https://github.com/isblab/nestor" ], [ "https://github.com/228384274/improved-yolov5" ], [ "https://github.com/talmolab/sleap-roots" ], [ "https://github.com/ma-compbio/PEP" ], [ "https://github.com/talmolab/sleap-roots" ], [ "https://github.com/BioinformaticsCSU/CRMSS" ], [ "https://github.com/rfalford12/Implicit-Membrane-Energy-Function-Benchmark" ], [ "https://github.com/talmolab/sleap-roots" ], [ "https://github.com/NIH-CIT-OIR-SPIS/MouseVUER" ], [ "https://github.com/holab-hku/FlowGrid" ], [ "https://github.com/DormanLab/AmpliCI" ], [ "https://github.com/tomastokar/gsoap" ], [ "https://github.com/svip-lab/SphericalDNNs" ], [ "https://github.com/isblab/nestor" ], [ "https://github.com/DormanLab/AmpliCI" ], [ "https://github.com/fallerlab/Ribo-ODDR" ], [ "https://github.com/talmolab/sleap-roots" ], [ "https://github.com/lanagarmire/NMFEM" ], [ "https://github.com/pcdslab/ASD-SAENet" ], [ "https://github.com/giesselmann/nanopype" ], [ "https://github.com/calipho-sib/pepx" ], [ "https://github.com/BEETL/BEETL" ], [ "https://github.com/luoyuanlab/Clinical-Longformer" ], [ "https://github.com/RanSuLab/Hepatotoxicity" ], [ "https://github.com/medicalinformatics/SecureEpilinker" ], [ "https://github.com/dekoning-lab/wfes" ], [ "https://github.com/MichaelLinn/off_target_prediction" ], [ "https://github.com/qunfengdong/DCN" ], [ "https://github.com/hagax8/ancestry_viz" ], [ "https://github.com/guangyu-zhou/MuPIPR" ], [ "https://github.com/DIFACQUIM/ECIF" ], [ "https://github.com/frankkramer-lab/RCX" ], [ "https://github.com/dmis-lab/SeqTagQA" ], [ "https://github.com/lanec-unifesspa/etoh-withdrawal" ], [ "https://github.com/lichen-lab/MDeep" ], [ "https://github.com/jmabuin/MetaCacheSpark" ], [ "https://github.com/CSi-Studio/Aird-SDK" ], [ "https://github.com/Micromeda/pygenprop" ], [ "https://github.com/cschmidtlab/croco" ], [ "https://github.com/Tan-group/FebRNA" ], [ "https://github.com/joshidhaivat/HQAlign" ], [ "https://github.com/fanglab/MatrixEpistasis" ], [ "https://github.com/usccolumbia/MLatticeABC" ], [ "https://github.com/CDCgov/PoSE" ], [ "http://github.com/chen709847237/xDeep-AcPEP" ], [ "https://github.com/openCONTRABASS/CONTRABASS" ], [ "https://github.com/yrjia1015/THItoGene" ], [ "https://github.com/tticoin/HKG-DDIE" ], [ "https://github.com/ucasdp/RobustClone" ], [ "https://github.com/frankgenome/DataColor" ], [ "https://github.com/tsnorri/panvc3" ], [ "https://github.com/mr7495/COVID-CTset" ], [ "https://github.com/bluegreen-labs/daymetr" ], [ "https://github.com/liuxinhai/FG3D-Net" ], [ "https://github.com/carmonalab/UCell" ], [ "https://github.com/JinmiaoChenLab/ezSingleCell2" ], [ "https://github.com/vivarium-collective/vivarium-notebooks" ], [ "https://github.com/bhfs9999/colonoscopy_tissue_screen_and_segmentation" ], [ "https://github.com/aalto-ics-kepaco/msms_rt_score_integration" ], [ "https://github.com/alexcoppe/iWhale" ], [ "https://github.com/CERENADevelopers/CERENA" ], [ "https://github.com/vpalombo/PANEV" ], [ "https://github.com/qdu-bioinfo/hrms" ], [ "https://github.com/sgoodswe/vacceed" ], [ "https://github.com/xzenglab/DCF" ], [ "https://github.com/YongChen-Exact/TC-CoNet" ], [ "https://github.com/UMCUGenetics/targetclone" ], [ "https://github.com/refresh-bio/GTShark" ], [ "https://github.com/jchen1981/MedTest" ], [ "https://github.com/ParBLiSS/bruno" ], [ "https://github.com/jiangyu945/S2CA-Net" ], [ "https://github.com/cancerit/VaLiAnT" ], [ "https://github.com/mssm-labmmol/pypolybuilder" ], [ "https://github.com/ZhenxingGuo0015/TRES" ], [ "https://github.com/Albert-Lau-Lab/tactics_protein_analysis" ], [ "https://github.com/ggnatalia/MMs" ], [ "https://github.com/cmb-chula/MHCSeqNet2" ], [ "https://github.com/gambalab/DREEP" ], [ "https://github.com/cyones/mirDNN" ], [ "https://github.com/BieseckerLab/SomatoSim" ], [ "https://github.com/kweimann/ecg-transfer-learning" ], [ "https://github.com/jwist/hastaLaVista" ], [ "https://github.com/MICS-Lab/scyan" ], [ "https://github.com/Roth-Lab/SpatialSort" ], [ "https://github.com/PRIDE-Toolsuite/ols-dialog" ], [ "https://github.com/Bohdan-Khomtchouk/shinyheatmap" ], [ "https://github.com/RNA-FRETools/fretraj" ], [ "https://github.com/srp33/ShinyLearner" ], [ "https://github.com/princelab/mspire" ], [ "https://github.com/LBBSoft/DeepCDA" ], [ "https://github.com/LiangYu-Xidian/MDPBMP" ], [ "https://github.com/ay-lab/HiCtrans" ], [ "https://github.com/chjiao/TAR-VIR" ], [ "https://github.com/fenghen360/HomBlocks" ], [ "https://github.com/bio-phys/optimizedMgFFs" ], [ "https://github.com/SydneyBioX/CiteFuse" ], [ "https://github.com/treangenlab/komb" ], [ "https://github.com/PNNL-Comp-Mass-Spec/IMS-Informed-Library" ], [ "https://github.com/sbelharbi/deep-wsl-histo-min-max-uncertainty" ], [ "https://github.com/pnnl/fqc" ], [ "https://github.com/IoBT-VISTEC/MetaSleepLearner" ], [ "https://github.com/IngallsLabUW/B-MIS-normalization" ], [ "https://github.com/dtamayo/spock" ], [ "https://github.com/talmolab/sleap-roots" ], [ "https://github.com/anlin00007/OnTAD" ], [ "https://github.com/phylo42/EPIK" ], [ "https://github.com/LiangYu-Xidian/EPSOL" ], [ "https://github.com/meglecz/mkCOInr" ], [ "https://github.com/TencentAILabHealthcare/MLA-GNN" ], [ "https://github.com/haplotype/kindred" ], [ "https://github.com/hanzefang/DESDGAN" ], [ "https://github.com/HosnaJabbari/Knotty" ], [ "https://github.com/michalkoziarski/DiagSet" ], [ "https://github.com/VCCRI/dv-trio" ], [ "https://github.com/yhoogstrate/flaimapper" ], [ "https://github.com/liuyyy111/BCAN" ], [ "https://github.com/Evangelion09/GuidedNet" ], [ "https://github.com/zhanglab-wbgcas/CIForm" ], [ "https://github.com/gongtiansu/SASA-Net" ], [ "https://github.com/BAMeScience/Mistle" ], [ "https://github.com/Liuyuxinict/CBiAFormer" ], [ "https://github.com/ailabstw/scDrug" ], [ "https://github.com/taehoonlee/HiComet" ], [ "https://github.com/CSB5/CaDRReS-Sc" ], [ "https://github.com/anonymous1025/CO-VAE" ], [ "https://github.com/tangent-T/FACL" ], [ "https://github.com/abikoushi/enigma" ], [ "https://github.com/isblab/nestor" ], [ "https://github.com/Lx-Bao/QSFNet" ], [ "https://github.com/isblab/nestor" ], [ "https://github.com/isblab/nestor" ], [ "https://github.com/bioinfomaticsCSU/MEC" ], [ "https://github.com/isblab/nestor" ], [ "https://github.com/Argonum-Clever2/mike" ], [ "https://github.com/XLuyu/PDR" ], [ "https://github.com/pblischak/polyploid-genotyping" ], [ "https://github.com/HajkD/myTAI" ], [ "https://github.com/guldenolgun/NoRCE" ], [ "https://github.com/RUBi-ZA/JMS" ], [ "https://github.com/mylbuaa/MGCA-RAFFNet" ], [ "https://github.com/bagherilab/ARCADE" ], [ "https://github.com/sigma10010/nuclei_cells_det" ], [ "https://github.com/LeapLabTHU/EfficientTrain" ], [ "https://github.com/liuhc8/Aperture" ], [ "https://github.com/shang-qian/SCSit" ], [ "https://github.com/nicolaprezza/ebwt2snp" ], [ "https://github.com/TomasVrzal/DeepReI" ], [ "https://github.com/aldenleung/OMBlast" ], [ "https://github.com/katlabs/genegraphics" ], [ "https://github.com/mfumagalli/ngsTools" ], [ "https://github.com/linsalrob/partie" ], [ "https://github.com/iTaxoTools/ConcatenatorGui" ], [ "https://github.com/MoyangSensei/CARN-Pytorch" ], [ "https://github.com/mikessh/vdjtools" ], [ "https://github.com/ruixv/NLOS-OT" ], [ "https://github.com/echen102/us-pres-elections-2020" ], [ "https://github.com/joachimwolff/sparse-neighbors-search" ], [ "https://github.com/mcieslik-mctp/epicode" ], [ "https://github.com/woxuankai/SpatialAlignmentNetwork" ], [ "https://github.com/calebclass/Shiny-NanoTube" ], [ "https://github.com/shimenghuang/KernelBiome" ], [ "https://github.com/GtLinyer/LOANet" ], [ "https://github.com/KarolineZhy/DefCorNet" ], [ "https://github.com/ZhangLab312/DPAMSA" ], [ "https://github.com/lingluodlut/Att-ChemdNER" ], [ "https://github.com/marithetland/ONTmompS" ], [ "https://github.com/CSi-Studio/3D-MSNet" ], [ "https://github.com/gordon-chenmo/UTRAD" ], [ "https://github.com/songc001/remilo" ], [ "https://github.com/Bhattacharya-Lab/PIQLE" ], [ "https://github.com/Bhattacharya-Lab/PIQLE" ], [ "https://github.com/ciceklab/ECOLE" ], [ "https://github.com/bionlplab/radtext" ], [ "https://github.com/sina-cb/Tn-seqExplorer" ], [ "https://github.com/KoslickiLab/CMASH-reproducibles" ], [ "https://github.com/CBMi-BiG/bamchop" ], [ "https://github.com/GIST-CSBL/AMP-BERT" ], [ "https://github.com/BaderLab/Towards-reliable-BioNER" ], [ "https://github.com/flyywh/CVPR-2020-Self-Rain-Removal-Journal" ], [ "https://github.com/CMU-SAFARI/Scrooge" ], [ "https://github.com/TheMillerLab/genetex" ], [ "https://github.com/Jianwei-Zhang/LIMS" ], [ "https://github.com/maups/covid19-satellite-analysis" ], [ "https://github.com/SindiLab/ACTIVA" ], [ "https://github.com/cma2015/CAFU" ], [ "https://github.com/Bhattacharya-Lab/PIQLE" ], [ "https://github.com/Bhattacharya-Lab/PIQLE" ], [ "https://github.com/YonghaoXu/CRGNet" ], [ "https://github.com/bschilder/ThreeWayTest" ], [ "https://github.com/liuqivandy/scRNABatchQC" ], [ "https://github.com/lsncibb/SummaryAUC" ], [ "https://github.com/gymrek-lab/longtr" ], [ "https://github.com/jasonsahl/wgfast" ], [ "https://github.com/SushiLab/mTAGs" ], [ "https://github.com/ibalaur/MetabolicFramework" ], [ "https://github.com/ndokmai/sgx-genome-variants-search" ], [ "https://github.com/cchauve/plasgraph2" ], [ "https://github.com/chenyian-nibio/manta" ], [ "https://github.com/htseq/htseq" ], [ "https://github.com/cabergh/eBDIMS" ], [ "https://github.com/raphaelleman/SpliceLauncher" ], [ "https://github.com/q2479036243/FaViT" ], [ "https://github.com/phoenixding/methrafo" ], [ "https://github.com/slimsuite/depthsizer" ], [ "https://github.com/YunxiaoRen/ML-iAMR" ], [ "https://github.com/HormozdiariLab/TAD-fusion-score" ], [ "https://github.com/instadeepai/manyfold" ], [ "https://github.com/tudelft/cuSNN" ], [ "https://github.com/obenno/ShinySyn" ], [ "https://github.com/AutoML-Research/TREFE" ], [ "https://github.com/G2Lab/ldmat" ], [ "https://github.com/duolinwang/MusiteDeep_web" ], [ "https://github.com/pulyakhina/splicing_analysis_pipeline" ], [ "https://github.com/katholt/Kaptive" ], [ "https://github.com/AllanClark/Rcppocc" ], [ "https://github.com/ramirandaq/MultipleComparisons" ], [ "https://github.com/nowittynamesleft/NetQuilt" ], [ "https://github.com/ghoresh11/sling" ], [ "https://github.com/arzwa/morph-bulk" ], [ "https://github.com/JiajinChen/shinyBN" ], [ "https://github.com/ncats/ramp-db" ], [ "https://github.com/Merck/PepSeA" ], [ "https://github.com/SLDGroup/survey-zero-shot-nas" ], [ "https://github.com/WeiLab-Biology/DeepProSite" ], [ "https://github.com/liudoubletian/eBay" ], [ "https://github.com/ZJUFanLab/scDeepSort" ], [ "https://github.com/chrisjackson-pellicle/hybpiper-nf" ], [ "https://github.com/bioinfolabwhu/circRIP" ], [ "https://github.com/maranasgroup/dGPredictor" ], [ "https://github.com/wenguanwang/ASNet" ], [ "https://github.com/MengweiLi-project/gmqn" ], [ "https://github.com/zanglab/bart2" ], [ "https://github.com/zyxxmu/White-Box" ], [ "https://github.com/cbg-ethz/SCIPhIN" ], [ "https://github.com/tzt101/INADE" ], [ "https://github.com/bytedance/TWIST" ], [ "https://github.com/pvdam3/FoEC2" ], [ "https://github.com/tub-rip/event_based_image_rec_inverse_problem" ], [ "https://github.com/pkuyym/EvolvingAttention" ], [ "https://github.com/DavidBrainard/RenderToolbox3" ], [ "https://github.com/PayamDiba/FASTRAL" ], [ "https://github.com/luojunwei/SLHSD" ], [ "https://github.com/li-lab-mcgill/GAT-ETM" ], [ "https://github.com/DeepRank/DeepRank-GNN-esm" ], [ "https://github.com/cozygene/glint" ], [ "https://github.com/hongliangduan/HighFold" ], [ "https://github.com/ScialdoneLab/COMUNET" ], [ "https://github.com/VITA-Group/CERL" ], [ "https://github.com/lorifranke/SlicerTMS" ], [ "https://github.com/SiWolf/SCORE" ], [ "https://github.com/jcarrotzhang/LoLoPicker" ], [ "https://github.com/mpc-bioinformatics/bionda" ], [ "https://github.com/grailbio/bio" ], [ "https://github.com/relastle/halcyon" ], [ "https://github.com/aquaskyline/16GT" ], [ "https://github.com/skypes/Newton-method-MDS" ], [ "https://github.com/Li-Chongyi/ASIF-Net" ], [ "https://github.com/NextGenBioinformatics/GCevobase" ], [ "https://github.com/UofABioinformaticsHub/shinyNgsreports" ], [ "https://github.com/tchitchek-lab/CytoBackBone" ], [ "https://github.com/pogudingleb/SIAN" ], [ "https://github.com/lmward/MetaPOAP" ], [ "https://github.com/karakulahg/TEffectR" ], [ "https://github.com/saorisakaue/GREP" ], [ "https://github.com/ZekunYin/RabbitMash" ], [ "https://github.com/hobae/AnomiGAN" ], [ "https://github.com/GWang2022/iGDP" ], [ "https://github.com/aaronphillips7493/CLAW" ], [ "https://github.com/HIT-ImmunologyLab/CRISPRimmunity" ], [ "https://github.com/PhosphorylatedRabbits/cosifer" ], [ "https://github.com/Zhangxf-ccnu/EnImpute" ], [ "https://github.com/chopralab/lemon" ], [ "https://github.com/chopralab/lemon" ], [ "https://github.com/chopralab/lemon" ], [ "https://github.com/chopralab/lemon" ], [ "https://github.com/metaspace2020/coloc" ], [ "https://github.com/mcantor2/FACETS" ], [ "https://github.com/wtsi-team144/peakplotter" ], [ "https://github.com/BioinfLab/ChaperISM" ], [ "https://github.com/ljmartin/fp_low_ave" ], [ "https://github.com/next-crs4/VariantAlert" ], [ "https://github.com/ncats/IntLIM" ], [ "https://github.com/tangjiapeng/SkeletonNet" ], [ "https://github.com/Lotayou/RATE" ], [ "https://github.com/riken-aip/pyHSICLasso" ], [ "https://github.com/PGB-LIV/lcmsWorld" ], [ "https://github.com/delehef/asgart" ], [ "https://github.com/SajadMirzaei/RentPlus" ], [ "https://github.com/fzahari/ParFit" ], [ "https://github.com/fengcong3/HAPPE" ], [ "https://github.com/dozmorovlab/TADCompare" ], [ "https://github.com/SFGLab/bertrand" ], [ "https://github.com/Bhattacharya-Lab/PIQLE" ], [ "https://github.com/Lafond-LapalmeJ/MCSC_Decontamination" ], [ "https://github.com/Bhattacharya-Lab/PIQLE" ], [ "https://github.com/Bhattacharya-Lab/PIQLE" ], [ "https://github.com/BackofenLab/ShaKer" ], [ "https://github.com/yawencui/UaD-ClE" ], [ "https://github.com/BIT-DA/SePiCo" ], [ "https://github.com/ddhb/Workflow_of_Chipseq" ], [ "https://github.com/elkebir-group/SPhyR" ], [ "https://github.com/crclark/optnetaligncpp" ], [ "https://github.com/JingZhou2015/MeSHSim" ], [ "https://github.com/BMILAB/movAPA" ], [ "https://github.com/takfung/ResDisMapper" ], [ "https://github.com/jianlin-cheng/MULTICOM_Human_CASP14" ], [ "https://github.com/ratschlab/secedo" ], [ "https://github.com/geyao-c/MedGAN" ], [ "https://github.com/hildebra/Rarefaction" ], [ "https://github.com/XiaoqiongXia/MDTips" ], [ "https://github.com/s6juncheng/BERTMHC" ], [ "https://github.com/privefl/paper4-bedpca" ], [ "https://github.com/kkrizanovic/RNAseqEval" ], [ "https://github.com/uwcirg/stayhome-project" ], [ "https://github.com/Marleen1/OGRE" ], [ "https://github.com/HuanLab/ISFrag" ], [ "https://github.com/cjendres1/nhanes" ], [ "https://github.com/gymrek-lab/longtr" ], [ "https://github.com/gymrek-lab/longtr" ], [ "https://github.com/gymrek-lab/longtr" ], [ "https://github.com/gymrek-lab/longtr" ], [ "https://github.com/jwschroeder3/enricherator" ], [ "https://github.com/vikram2000b/Fast-Machine-Unlearning" ], [ "https://github.com/BioComputingUP/ring-pymol" ], [ "https://github.com/jingyzhang/S3R" ], [ "https://github.com/vvvwo/AIVS-project" ], [ "https://github.com/zhangruochi/Mol-HGT" ], [ "https://github.com/mkg1204/RHMNet-for-SSVOS" ], [ "https://github.com/sarafridov/DAB-quant" ], [ "https://github.com/liamheng/Annotation-free-Medical-Image-Enhancement" ], [ "https://github.com/YoshioNakano2021/phy5" ], [ "https://github.com/JBrownBiostat/Dino" ], [ "https://github.com/zhc940702/CGATCPred" ], [ "https://github.com/HeXiax/AGCC" ], [ "https://github.com/AlexandrovLab/SigProfilerSimulator" ], [ "https://github.com/cjneely10/MetaSanity" ], [ "https://github.com/wang-kang-6/CGT" ], [ "https://github.com/bert-nmt/BERT-DTI" ], [ "https://github.com/ADE-dataset/ADE-dataset" ], [ "https://github.com/Lagkouvardos/TIC" ], [ "http://github.com/kuixu/VRmol" ], [ "https://github.com/ablab/metaGT" ], [ "https://github.com/ufbmi/onefl-deduper" ], [ "https://github.com/Megvii-Nanjing/ED-Net" ], [ "https://github.com/lppllppl920/SAGE-SLAM" ], [ "https://github.com/zhangy72/LncRNA-ID" ], [ "https://github.com/venyao/intansv" ], [ "https://github.com/soeaver/AirNet-PyTorch" ], [ "https://github.com/johnschwenck/bp" ], [ "https://github.com/zjukongming/TranSQ" ], [ "https://github.com/wengsyx/VPTSL" ], [ "https://github.com/tylii/ddap" ], [ "https://github.com/hjynwa/NeurImg-HDR" ], [ "https://github.com/wanglimin/MRCNN-Scene-Recognition" ], [ "https://github.com/Mohammad-Vahed/BML" ], [ "https://github.com/psipred/s4pred" ], [ "https://github.com/regisoc/kibior" ], [ "https://github.com/Superzchen/iFeatureOmega-GUI" ], [ "https://github.com/wsakobe/CylinderTag" ], [ "https://github.com/hughests/decon1d" ], [ "https://github.com/chilleo/ALPHA" ], [ "https://github.com/mbanf/METACLUSTER" ], [ "https://github.com/Dmmm1997/DenseUAV" ], [ "https://github.com/jaswindersingh2/SPOT-RNA-2D" ], [ "https://github.com/BolognaBiocomp/deepmito" ], [ "https://github.com/FelixMoelder/ting" ], [ "https://github.com/BauerLab/GOANA" ], [ "https://github.com/cmzuo11/DCCA" ], [ "https://github.com/ha-lins/PGCL" ], [ "https://github.com/HCPLab-SYSU/HIAM" ], [ "https://github.com/PavlopoulosLab/NORMA" ], [ "https://github.com/PavlopoulosLab/NORMA" ], [ "https://github.com/PavlopoulosLab/NORMA" ], [ "https://github.com/PavlopoulosLab/NORMA" ], [ "https://github.com/oxpig/AbLang" ], [ "https://github.com/fityanul/SDAN-for-Rain-Removal" ], [ "https://github.com/hdsu-bioquant/onto-vae" ], [ "https://github.com/Bhattacharya-Lab/EquiPNAS" ], [ "https://github.com/Bhattacharya-Lab/EquiPNAS" ], [ "https://github.com/Bhattacharya-Lab/EquiPNAS" ], [ "https://github.com/Bhattacharya-Lab/EquiPNAS" ], [ "https://github.com/hagax8/drugtargetor" ], [ "https://github.com/Mesh89/SurVIndel" ], [ "https://github.com/wososa/PSI-Sigma" ], [ "https://github.com/rajeevyasarla/Syn2Real" ], [ "https://github.com/maple-research-lab/EnAET" ], [ "https://github.com/Haifengtao/AUCseg" ], [ "https://github.com/DCBIA-OrthoLab/ShapeAXI" ], [ "https://github.com/CGuangyan-BIT/DIT" ], [ "https://github.com/manman1995/pan-sharpening-Team-zhouman" ], [ "https://github.com/Cuthbert-Huang/CPCANet" ], [ "https://github.com/ncod3/vprimer" ], [ "https://github.com/cviviers/YOLOv5-6D-Pose" ], [ "https://github.com/shaoli86/DiscoverSL" ], [ "https://github.com/chrismonit/SubRecon" ], [ "https://github.com/ohuelab/SpatialPPI" ], [ "https://github.com/DEIB-GECO/simsearch-app" ], [ "https://github.com/MBoemo/bcs" ], [ "https://github.com/gdurif/pCMF" ], [ "https://github.com/PRIS-CV/AP-CNN_Pytorch-master" ], [ "https://github.com/PengBoXiangShang/multigraph_transformer" ], [ "https://github.com/wgzgithub/VeTra" ], [ "https://github.com/mbsohn/cmmb" ], [ "https://github.com/friendsofstrandseq/mosaicatcher-pipeline" ], [ "https://github.com/ccdmb/catastrophy" ], [ "https://github.com/mpcrlab/MolecularTransformerEmbeddings" ], [ "https://github.com/zcwang0702/BiFusion" ], [ "https://github.com/quzefan/ConvLUT" ], [ "https://github.com/Wedge-lab/AmplificationTimeR" ], [ "https://github.com/AparicioJohan/MrBeanApp" ], [ "https://github.com/TrinaZ/extra-lowRD" ], [ "https://github.com/microsoft/YOLaT-VectorGraphicsRecognition" ], [ "https://github.com/mohamedr002/SLARDA" ], [ "https://github.com/wangsiwei2010/FPMVS-CAG" ], [ "https://github.com/amkozlov/cellphy" ], [ "https://github.com/piyuranjan/SNIKT" ], [ "https://github.com/TBooker/PicMin" ], [ "https://github.com/blackfeather-wang/GFNet-Pytorch" ], [ "https://github.com/harmancilab/SVAT" ], [ "https://github.com/KothapalliLabPSU/US-PA_simulation_codes" ], [ "https://github.com/PoonLab/HexSE" ], [ "https://github.com/wuzhenyubuaa/DPNet" ], [ "https://github.com/ternencewu123/PARCEL" ], [ "https://github.com/shyam671/Mask2Anomaly-Unmasking-Anomalies-in-Road-Scene-Segmentation" ], [ "https://github.com/sebwouters/chemps2" ], [ "https://github.com/bobo909/IID-SfmLearner" ], [ "https://github.com/YTLogos/BnaSNPDB" ], [ "https://github.com/NUST-Machine-Intelligence-Laboratory/SSC" ], [ "https://github.com/liugang1234567/Gang-neuron" ], [ "https://github.com/celineeveraert/SPECS" ], [ "https://github.com/airy975924806/yolo-G" ], [ "https://github.com/med-air/IOP-FL" ], [ "https://github.com/katholt/kaptive" ], [ "https://github.com/Lpiol/MultiVERSE" ], [ "https://github.com/UnixJunkie/FASMIFRA" ], [ "https://github.com/cpf0079/CSPT" ], [ "https://github.com/FeiYee/HerbKG" ], [ "https://github.com/youngnuaa/2DHeadPose" ], [ "https://github.com/bioinfomaticsCSU/SCOP" ], [ "https://github.com/JWSoh/VDIR" ], [ "https://github.com/gamcil/synthaser" ], [ "https://github.com/StephanSeifert/SurrogateMinimalDepth" ], [ "https://github.com/Reedwarbler/SpliceJumper" ], [ "https://github.com/SystemsBioinformatics/ecmtool" ], [ "https://github.com/oxsatoolbox/oxsa" ], [ "https://github.com/QHwan/PretrainDPI" ], [ "https://github.com/misteru/CNAFS" ], [ "https://github.com/rcalinjageman/cartoon_network" ], [ "https://github.com/rcalinjageman/cartoon_network" ], [ "https://github.com/rcalinjageman/cartoon_network" ], [ "https://github.com/rcalinjageman/cartoon_network" ], [ "https://github.com/PapenfussLab/bionix" ], [ "https://github.com/Ildaron/ironbci" ], [ "https://github.com/a-ignatieva/kwarg" ], [ "https://github.com/YJPai65/MVF-SleepNet" ], [ "https://github.com/rohan-shah/mpMap2" ], [ "https://github.com/bel-enrichment/bel-enrichment" ], [ "https://github.com/KiranJavkar/PRAWNS" ], [ "https://github.com/taoyang1122/MutualNet" ], [ "https://github.com/PangzeCheung/Dual-task-Pose-Transformer-Network" ], [ "https://github.com/rmcong/DAFNet_TIP20" ], [ "https://github.com/langjidong/NanoSTR" ], [ "https://github.com/ToniWestbrook/repeatfs" ], [ "https://github.com/lbozhilova/COGENT" ], [ "https://github.com/phylo42/sherpas" ], [ "https://github.com/danfenghong/ECCV2018_J-Play" ], [ "https://github.com/szpiech/garlic" ], [ "https://github.com/stefanofranzini/essHIC" ], [ "https://github.com/niemasd/ViralConsensus" ], [ "https://github.com/PavlopoulosLab/NORMA" ], [ "https://github.com/wg99526/micloudgit" ], [ "https://github.com/PavlopoulosLab/NORMA" ], [ "https://github.com/PavlopoulosLab/NORMA" ], [ "https://github.com/PavlopoulosLab/NORMA" ], [ "https://github.com/WaqarHusain/sAMP-PFPDeep" ], [ "https://github.com/xuefenfei712/mapDATAge" ], [ "https://github.com/vam-sin/deepcys" ], [ "https://github.com/hzz0024/EasyParallel" ], [ "https://github.com/huanglikun/BRM" ], [ "https://github.com/dmis-lab/VAECox" ], [ "https://github.com/MartinPernus/MaskFaceGAN" ], [ "https://github.com/wbshu/Crowd_Counting_in_the_Frequency_Domain" ], [ "https://github.com/LoGT-KULeuven/SASpector" ], [ "https://github.com/songlab/chance" ], [ "https://github.com/MCorentin/VarGen" ], [ "https://github.com/CBIIT/KDS" ], [ "https://github.com/bioinfogenome/GSP" ], [ "https://github.com/lpipes/ancestralclust" ], [ "https://github.com/jamesscottbrown/sbml-diff" ], [ "https://github.com/ugcd/solarius" ], [ "https://github.com/vqf/nVenn" ], [ "https://github.com/IBPA/GNN" ], [ "https://github.com/wshuai294/PStrain" ], [ "https://github.com/mangye16/ReID-Label-Noise" ], [ "https://github.com/Hhy096/nomogram" ], [ "https://github.com/cimm-kzn/CIMtools" ], [ "https://github.com/elbasir/DeepCrystal" ], [ "https://github.com/pilehvar/phenebank" ], [ "https://github.com/Bhattacharya-Lab/PIQLE" ], [ "https://github.com/menzel/nopeak" ], [ "https://github.com/KennthShang/PhaGCN" ], [ "https://github.com/JiarunLiu/Co-Correcting" ], [ "https://github.com/lichen-lab/powmic" ], [ "https://github.com/oscarlr/MsPAC" ], [ "https://github.com/dina-lab3D/NanoNet" ], [ "https://github.com/dvlab-research/SA-AutoAug" ], [ "https://github.com/pfenninglab/halLiftover-postprocessing" ], [ "https://github.com/szu-zzb/polypsegplus" ], [ "https://github.com/YAMACS-SML/GUIDE" ], [ "https://github.com/wangxuanx/TalkingStyle" ], [ "https://github.com/irinagain/iglu" ], [ "https://github.com/irinagain/iglu" ], [ "https://github.com/irinagain/iglu" ], [ "https://github.com/irinagain/iglu" ], [ "https://github.com/lauriebelch/SOCfinder" ], [ "https://github.com/YangLiu9208/SAKDN" ], [ "https://github.com/lrjuan/PGsim" ], [ "https://github.com/neuropoly/atlas-rat" ], [ "https://github.com/holtzy/GenMap-Comparator" ], [ "https://github.com/manman1995/Awaresome-pansharpening" ], [ "https://github.com/ChenyangLEI/deep-video-prior" ], [ "https://github.com/extremebird/Hydra" ], [ "https://github.com/parklab/emsar" ], [ "https://github.com/Illumina/tHapMix" ], [ "https://github.com/jfortin1/shinyMethyl" ], [ "https://github.com/jtleek/svaseq" ], [ "https://github.com/optimusmoose/JAMSS" ], [ "https://github.com/auniquesun/VSFormer" ], [ "https://github.com/ZZY816/CoRP" ], [ "https://github.com/biomedBit/LeNup" ], [ "https://github.com/zetayue/CPA" ], [ "https://github.com/PRIS-CV/PMG-V2" ], [ "https://github.com/leylabmpi/DeepMAsED" ], [ "https://github.com/McGregorWwww/MCA-UNet" ], [ "https://github.com/NUST-Machine-Intelligence-Laboratory/HCPN" ], [ "https://github.com/GeometricBCI/Tensor-CSPNet-and-Graph-CSPNet" ], [ "https://github.com/HubYZ/LatentEnhancement" ], [ "https://github.com/chasewnelson/OLGenie" ], [ "https://github.com/saezlab/Omnipath_Cytoscape" ], [ "https://github.com/Sarah145/CCPlotR" ], [ "https://github.com/feiglab/sars-cov-2-proteins" ], [ "https://github.com/wzhy2000/Funmap2" ], [ "https://github.com/wx19941204/Rotational-Convolution-for-downside-fisheye-images" ], [ "https://github.com/DormanLab/AmpliCI" ], [ "https://github.com/DormanLab/AmpliCI" ], [ "https://github.com/DormanLab/AmpliCI" ], [ "https://github.com/spandanagella/verse" ], [ "https://github.com/ylab-hi/ScanITD" ], [ "https://github.com/TaatiTeam/pain_detection_demo" ], [ "https://github.com/jbelyeu/unfazed" ], [ "https://github.com/ylab-hi/lncGSEA" ], [ "https://github.com/ur-whitelab/peptide-dashboard" ], [ "https://github.com/ningshi/ATEN" ], [ "https://github.com/G100DKFZ/gene-is" ], [ "https://github.com/sckangz/SelfsupervisedSC" ], [ "https://github.com/koeppl/phoni" ], [ "https://github.com/ikmb/MAGScoT" ], [ "https://github.com/ZHgero/keyphrases_centrality" ], [ "https://github.com/CcchenzJ/BootstrapRepresentation" ], [ "https://github.com/MengkeSong/Saliency-Ranking-Paradigm" ], [ "https://github.com/refresh-bio/vcfshark" ], [ "https://github.com/mchiapello/Ramf" ], [ "https://github.com/jianxigao/NuRsE" ], [ "https://github.com/shenlab-sinai/DeepRegFinder" ], [ "https://github.com/shishuo16/RefRGim" ], [ "https://github.com/NDCLab/tfpca-tutorial" ], [ "https://github.com/DCGenomics/DangerTrack" ], [ "https://github.com/karroje/phRAIDER" ], [ "https://github.com/ethanbahl/cerebroViz" ], [ "https://github.com/HudsonAlpha/aRNAPipe" ], [ "https://github.com/shazanfar/DCARS" ], [ "https://github.com/rampasek/DrVAE" ], [ "https://github.com/SGDDNB/CLIPreg" ], [ "https://github.com/rajkumar1501/sequence-prediction-using-CNN-and-LSTMs" ], [ "https://github.com/bircatmcri/MCIndoor20000" ], [ "https://github.com/LooseLab/minotour-docker" ], [ "https://github.com/hellosunking/Msuite" ], [ "https://github.com/bioinfocz/scdrake" ], [ "https://github.com/vetscience/Assemblosis" ], [ "https://github.com/LorMeBioAI/DCiPatho" ], [ "https://github.com/tskit-dev/tstrait" ], [ "https://github.com/nikhilroxtomar/MKDCNet" ], [ "https://github.com/tskit-dev/tstrait" ], [ "https://github.com/tskit-dev/tstrait" ], [ "https://github.com/IFMlab/ChemFlow_py" ], [ "https://github.com/hellosunking/Msuite" ], [ "https://github.com/gokit1/gokit" ], [ "https://github.com/Bhattacharya-Lab/EquiPNAS" ], [ "https://github.com/Bhattacharya-Lab/EquiPNAS" ], [ "https://github.com/tskit-dev/tstrait" ], [ "https://github.com/AllenInstitute/BarWare-pipeline" ], [ "https://github.com/JCVenterInstitute/ggrasp" ], [ "https://github.com/chaoning/GMA" ], [ "https://github.com/yjx1217/simuG" ], [ "https://github.com/beasleyjonm/AOP-COP-Path-Extractor" ], [ "https://github.com/TaiXiangJiang/FastDeRain" ], [ "https://github.com/TRON-Bioinformatics/easyquant" ], [ "https://github.com/bio-ontology-research-group/walking-rdf-and-owl" ], [ "https://github.com/chhylp123/FMtree" ], [ "https://github.com/transbioZI/dsMTLClient" ], [ "https://github.com/cs-chan/Deep-Plant" ], [ "https://github.com/LauraPS1/TFEA" ], [ "https://github.com/nifm-gin/MP3" ], [ "https://github.com/ne1s0n/MTGOsc" ], [ "https://github.com/bougui505/SOM" ], [ "https://github.com/alekseyenko/Tw2" ], [ "https://github.com/dyf0631/AAE_FOR_KG" ], [ "https://github.com/CasedUgr/KnowSeq" ], [ "https://github.com/Bhattacharya-Lab/EquiPNAS" ], [ "https://github.com/hellosunking/Msuite" ], [ "https://github.com/Bhattacharya-Lab/EquiPNAS" ], [ "https://github.com/wells-wood-research/balas" ], [ "https://github.com/pcastellanoescuder/FoodBiomarkerOntology" ], [ "https://github.com/yufanzhouonline/HiSIF" ], [ "https://github.com/Baoliang93/FPR" ], [ "https://github.com/microsoft/RespireNet" ], [ "https://github.com/hellosunking/Msuite" ], [ "https://github.com/uym2/tripVote" ], [ "https://github.com/hellosunking/Msuite" ], [ "https://github.com/hellosunking/Msuite" ], [ "https://github.com/LSI-UniKonstanz/lmme" ], [ "https://github.com/hellosunking/Msuite" ], [ "https://github.com/ddrrnn123/Omni-Seg" ], [ "https://github.com/KIT-MBS/distruct" ], [ "https://github.com/reymond-group/webMolCS" ], [ "https://github.com/NeuronXJTU/SFDA-CellSeg" ], [ "https://github.com/savastakan/dnmso" ], [ "https://github.com/georgeg0/PheGWAS" ], [ "https://github.com/kdmurray91/axe" ], [ "https://github.com/huoyuying/SpaDAC" ], [ "https://github.com/tskit-dev/tstrait" ], [ "https://github.com/zby961104/GSL-MPP" ], [ "https://github.com/yongchao/flowPeaks" ], [ "https://github.com/LBBSoft/FeatureSelect" ], [ "https://github.com/saezlab/ShinyFUNKI" ], [ "https://github.com/Tmyiri/QS-Net" ], [ "https://github.com/shengqh/GLMVC" ], [ "https://github.com/yechengxi/Sparc" ], [ "https://github.com/hcji/KPIC2" ], [ "https://github.com/TheJacksonLaboratory/CloudNeo" ], [ "https://github.com/icbi-lab/mio" ], [ "https://github.com/reymond-group/virtual-reality-chemical-space" ], [ "https://github.com/hellosunking/Msuite" ], [ "https://github.com/tskit-dev/tstrait" ], [ "https://github.com/tskit-dev/tstrait" ], [ "https://github.com/tskit-dev/tstrait" ], [ "https://github.com/GreiffLab/immuneSIM" ], [ "https://github.com/QiaoyingJi/DeepSE" ], [ "https://github.com/DormanLab/AmpliCI" ], [ "https://github.com/Novartis/EQP-cluster" ], [ "https://github.com/XiaoxFeng/IENet" ], [ "https://github.com/zcq15/SPDET" ], [ "https://github.com/koualab/conodictor" ], [ "https://github.com/hathawayxxh/WCE-AGDN" ], [ "https://github.com/abhijeetsingh1704/AcetoScan" ], [ "https://github.com/blue-blue272/ImgReID-IAnet" ], [ "https://github.com/tticoin/DESC_MOL-DDIE" ], [ "https://github.com/4dn-dcic/pairsqc" ], [ "https://github.com/csms-ethz/CombiFF" ], [ "https://github.com/burstein-lab/genomic-nlp-server" ], [ "https://github.com/yongzhuang/TrioCNV2" ], [ "https://github.com/andreaskapou/scMET" ], [ "https://github.com/venyao/MaizeSNPDB" ], [ "https://github.com/smallmax00/Graph_Region_Boudnary" ], [ "https://github.com/shiming-chen/GNDAN" ], [ "https://github.com/gymrek-lab/longtr" ], [ "https://github.com/gymrek-lab/longtr" ], [ "https://github.com/gymrek-lab/longtr" ], [ "https://github.com/grisslab/grein_loader" ], [ "https://github.com/sunkg/jCAN" ], [ "https://github.com/nie-lang/RotationCorrection" ], [ "https://github.com/FactoDeepLearning/DAN" ], [ "https://github.com/rvinas/adversarial-gene-expression" ], [ "https://github.com/bjornwallner/ProQ_scripts" ], [ "https://github.com/wwyi1828/CluSiam" ], [ "https://github.com/rwk-unil/xSqueezeIt" ], [ "https://github.com/Yoniming/ACO" ], [ "https://github.com/VCCRI/SVPV" ], [ "https://github.com/nicfel/Mascot" ], [ "https://github.com/hsinnan75/DART" ], [ "https://github.com/rsemeraro/PyPore" ], [ "https://github.com/wyguo/TSIS" ], [ "https://github.com/rchereji/plot2DO" ], [ "https://github.com/kostkalab/vaeda" ], [ "https://github.com/nstrodt/UDSMProt" ], [ "https://github.com/azurerain7/Word2Pix" ], [ "https://github.com/vignywang/AWDesc" ], [ "https://github.com/qdushl/Waterloo-Point-Cloud-Database" ], [ "https://github.com/shizenglin/Unsharp-Mask-Guided-Filtering" ], [ "https://github.com/dacuevas/PMAnalyzer" ], [ "https://github.com/yufengwudcs/GTmix" ], [ "https://github.com/qwangg/MFDNet" ], [ "https://github.com/biointec/blamm" ], [ "https://github.com/BDanalysis/aitac" ], [ "https://github.com/CyrilMa/ssqa" ], [ "https://github.com/weitianxin/HyperGCL" ], [ "https://github.com/li-xl/DGNet" ], [ "https://github.com/Polytech-bioinf/MRGCN" ], [ "https://github.com/LiesaSalzer/MobilityTransformR" ], [ "https://github.com/LeoSvenningsson/TensorViewforMatlab" ], [ "https://github.com/pierrepo/autoclassweb" ], [ "https://github.com/Gword/Recursive-NeRF" ], [ "https://github.com/sandhya212/Sparcle_for_spot_reassignments" ], [ "https://github.com/luzzou/6D-ViT" ], [ "https://github.com/Tagliacollo/PFinderUCE-SWSC-EN" ], [ "https://github.com/bordin89/ICB_docker" ], [ "https://github.com/kalpeshjp89/DUSGAN" ], [ "https://github.com/Japrin/sscClust" ], [ "https://github.com/mehmetyamac/GTSNET" ], [ "https://github.com/alanwilter/acpype" ], [ "https://github.com/ucaswangls/STFormer" ], [ "https://github.com/Jiahao-UTS/DSLPT" ], [ "https://github.com/AADavin/ZOMBI" ], [ "https://github.com/crazyhottommy/pyflow_seuratv3_parameter" ], [ "https://github.com/jaydchan/tawny-karyotype" ], [ "https://github.com/jonescompneurolab/SpectralEvents" ], [ "https://github.com/Juyong/3DFace" ], [ "https://github.com/HannahVMeyer/PhenotypeSimulator" ], [ "https://github.com/raivokolde/seqlm" ], [ "https://github.com/KnowEnG/TeachEnG" ], [ "https://github.com/yrqs/DMNet" ], [ "https://github.com/Xiaoqizheng/InfiniumPurify" ], [ "https://github.com/arwhirang/recursive_chemprot" ], [ "https://github.com/basf/riboCleaner" ], [ "https://github.com/caranathunge/promor" ], [ "https://github.com/nec-research/vibtcr" ], [ "https://github.com/gedoardo83/GARFIELD-NGS" ], [ "https://github.com/ebi-gene-expression-group/selectBCM" ], [ "https://github.com/slliuEric/FSUDA" ], [ "https://github.com/HongzhouTang/Pros-GNN" ], [ "https://github.com/HillLab/SomaticSiMu" ], [ "https://github.com/MedChaabane/deepRAM" ], [ "https://github.com/AngusMonroe/ContrastPool" ], [ "https://github.com/BradBalderson/Cytocipher" ], [ "https://github.com/pachterlab/kb_python" ], [ "https://github.com/xyc0813/SVmine" ], [ "https://github.com/AndreLamurias/IBRel" ], [ "https://github.com/BlankenbergLab/galaxy-tools-blankenberg" ], [ "https://github.com/envima/spatialMaxent" ], [ "https://github.com/biogramming/AASRA" ], [ "https://github.com/canzarlab/McSplicer" ], [ "https://github.com/cz-ye/DECENT" ], [ "https://github.com/Rong-Zh/GWLD" ], [ "https://github.com/Lailabcode/DeepSCM" ], [ "https://github.com/tlawrence3/amPEPpy" ], [ "https://github.com/mshaikh2/JoImTeR_MLMI_2021" ], [ "https://github.com/shenkqtx/SAR-Colorization-Benchmarking-Protocol" ], [ "https://github.com/ygidtu/trackplot" ], [ "https://github.com/zji90/SCRAT" ], [ "https://github.com/sigven/oncoEnrichR" ], [ "https://github.com/lyhkevin/MT-Net" ], [ "https://github.com/xmed-lab/TimeStamp-Surgical" ], [ "https://github.com/Zero-We/BCL" ], [ "https://github.com/wangjx22/CLAPS" ], [ "https://github.com/heche-psb/wgd" ], [ "https://github.com/carmanzhang/PubMed-AND-method" ], [ "https://github.com/maayanlab/prismexp" ], [ "https://github.com/Jun-Jie-Shi/M2FTrans" ], [ "https://github.com/hoangtn/SRBreak" ], [ "https://github.com/prafols/rMSIproc" ], [ "https://github.com/KoslickiLab/L2-UniFrac-Paper" ], [ "https://github.com/oushujun/LTR_FINDER_parallel" ], [ "https://github.com/hchyang/PSiTE" ], [ "https://github.com/wenguanwang/AGS" ], [ "https://github.com/cfrioux/miscoto" ], [ "https://github.com/zhengyushan/dpathnet" ], [ "https://github.com/hanktseng131415go/RAMEM" ], [ "https://github.com/SenseTime-Knowledge-Mining/BridgeDPI" ], [ "https://github.com/insilicomedicine/DILBERT" ], [ "https://github.com/vicsanga/Postre" ], [ "https://github.com/justasb/SwarmSight" ], [ "https://github.com/thuxyz19/3D-HPE-PAA" ], [ "https://github.com/GH920/improved-bagan-gp" ], [ "https://github.com/kimianoorbakhsh/LPF-Defense" ], [ "https://github.com/BiomedicalMachineLearning/SpaCell" ], [ "https://github.com/WrightonLabCSU/CAMPER" ], [ "https://github.com/tbilab/multimorbidity_explorer" ], [ "https://github.com/anirudhsom/PI-Net" ], [ "https://github.com/naver/posebert" ], [ "https://github.com/Helena-todd/TinGa" ], [ "https://github.com/usnistgov/cyrsoxs" ], [ "https://github.com/kern-lab/discoal" ], [ "https://github.com/Liruiqing-ustc/HFBSurv" ], [ "https://github.com/fkallen/CARE" ], [ "https://github.com/ChunmingHe/HQG-Net" ], [ "https://github.com/SRKH/S4NN" ], [ "https://github.com/kentsisresearchgroup/ProteomeGenerator2" ], [ "https://github.com/sail-sg/Adan" ], [ "https://github.com/bicciatolab/Circr" ], [ "https://github.com/hangelwen/miR-PREFeR" ], [ "https://github.com/expectorlin/DR-Attacker" ], [ "https://github.com/yuansliu/minirmd" ], [ "https://github.com/LinHong-HIT/USOD10K" ], [ "https://github.com/HaoHou-98/SCGAN" ], [ "https://github.com/wdkyh/NR-MVSNet" ], [ "https://github.com/haozheng-sjtu/airway-labeling" ], [ "https://github.com/hsinnan75/Kart" ], [ "https://github.com/ruggleslab/hypercluster" ], [ "https://github.com/smetam/pylae" ], [ "https://github.com/qingshanni/VisTCR" ], [ "https://github.com/stamakro/GCN-for-Structure-and-Function" ], [ "https://github.com/metgem/metgem" ], [ "https://github.com/biosinodx/SCCNV" ], [ "https://github.com/tjubiit/TJU-DHD" ], [ "https://github.com/buptantEEG/MMASleepNet" ], [ "https://github.com/rongjiewang/DeepDNA" ], [ "https://github.com/rkmlab/perf" ], [ "https://github.com/nrohani/NDD" ], [ "https://github.com/bonsai-team/Porechop_ABI" ], [ "https://github.com/cepid-cces/hpccs" ], [ "https://github.com/zhangbaiming/FedSemiSeg" ], [ "https://github.com/MarSaKi/ETPNav" ], [ "https://github.com/cepid-cces/hpccs" ], [ "https://github.com/ncbi-nlp/DeepSeeNet" ], [ "https://github.com/riesling00/HRNAT" ], [ "https://github.com/proteinphysiologylab/frustratometeR" ], [ "https://github.com/refresh-bio/phist" ], [ "https://github.com/MarioniLab/miloDE" ], [ "https://github.com/cepid-cces/hpccs" ], [ "https://github.com/cepid-cces/hpccs" ], [ "https://github.com/lauzingaretti/deepaps" ], [ "https://github.com/srijandas07/vpnplusplus" ], [ "https://github.com/ZerojumpLine/CoLab" ], [ "https://github.com/anny0316/Drug3D-Net" ], [ "https://github.com/RUBi-ZA/MODE-TASK" ], [ "https://github.com/kblin/covid-spike-classification" ], [ "https://github.com/ShiQiu0419/pnp-3d" ], [ "https://github.com/tinglyfeng/IC9600" ], [ "https://github.com/n-mounier/bGWAS" ], [ "https://github.com/budach/pysster" ], [ "https://github.com/BioSystemsUM/mewpy" ], [ "https://github.com/ranery/Bayesian-CycleGAN" ], [ "https://github.com/IRMVLab/EfficientLO-Net" ], [ "https://github.com/pachterlab/ffq" ], [ "https://github.com/litchiar/ShotClassification" ], [ "https://github.com/ifaust83/cgheliparm" ], [ "https://github.com/sdu-hpcl/BGSA" ], [ "https://github.com/mahendra-awale/medchem_moves" ], [ "https://github.com/chaitjo/geometric-rna-design" ], [ "https://github.com/bupt-ai-cz/HSA-NRL" ], [ "https://github.com/kdd-ubc/MorphOT" ], [ "https://github.com/vignywang/IDC" ], [ "https://github.com/OpenBioLink/Explorer" ], [ "https://github.com/maickrau/ribotin" ], [ "https://github.com/ManchesterBioinference/GPcounts" ], [ "https://github.com/biomed-AI/GraphPPIS" ], [ "https://github.com/rvaser/sword" ], [ "https://github.com/cs-chan/ArtGAN" ], [ "https://github.com/Christensen-Lab-Dartmouth/methyLiftover" ], [ "https://github.com/baiboat/HSNet" ], [ "https://github.com/BGI-flexlab/SOAPMetaS" ], [ "https://github.com/dd1github/DeepSMOTE" ], [ "https://github.com/pavancm/CONTRIQUE" ], [ "https://github.com/z21110008/UIF" ], [ "https://github.com/cvlab-stonybrook/Target-absent-Human-Attention" ], [ "https://github.com/xxlong0/ASNDepth" ], [ "https://github.com/BilkentCompGen/tardis" ], [ "https://github.com/showteeth/ggcoverage" ], [ "https://github.com/Young-gonKim/SnackVar" ], [ "https://github.com/lixiang117423/ggmotif" ], [ "https://github.com/ExpressionAnalysis/HLAProfiler" ], [ "https://github.com/rdiaz02/OncoSimul" ], [ "https://github.com/zjupgx/modig" ], [ "https://github.com/jamesjcai/scGEAToolbox" ], [ "https://github.com/selcukorkmaz/geneSurv" ], [ "https://github.com/BraveGroup/FullySparseFusion" ], [ "https://github.com/modeloriented/survex" ], [ "https://github.com/SinOncology/BreakID" ], [ "https://github.com/bobeobibo/phigaro" ], [ "https://github.com/cparsania/FungiExpresZ" ], [ "https://github.com/VeraPancaldiLab/tysserand" ], [ "https://github.com/insilicomedicine/BiAAE" ], [ "https://github.com/lxtGH/SFSegNets" ], [ "https://github.com/songlab-cal/gpn" ], [ "https://github.com/lmbxmu/FilterSketch" ], [ "https://github.com/gabaldonlab/haplotypo" ], [ "https://github.com/itsmeludo/Phyloligo" ], [ "https://github.com/leolyj/DHFR-SOD" ], [ "https://github.com/JLSteenwyk/PhyKIT" ], [ "https://github.com/biosinodx/SCcaller" ], [ "https://github.com/zuoquanchen/NanoCross" ], [ "https://github.com/delehef/fusta" ], [ "https://github.com/Yingjun-Du/VID" ], [ "https://github.com/iTaxoTools/Hapsolutely" ], [ "https://github.com/aquaskyline/LRSIM" ], [ "https://github.com/moss-lab/ScanFold" ], [ "https://github.com/ucrbioinfo/PGV" ], [ "https://github.com/AusARG/pipesnake" ], [ "https://github.com/crazyinter/Seq2Vec" ], [ "https://github.com/stevemussmann/admixturePipeline" ], [ "https://github.com/IBMTRostock/GIFT" ], [ "https://github.com/deeptools/docker-galaxy-hicexplorer" ], [ "https://github.com/lhhunghimself/fastBMA" ], [ "https://github.com/CL-CHEN-Lab/OK-Seq" ], [ "https://github.com/polwork/U-2Pnet" ], [ "https://github.com/Joye9285/scGAC" ], [ "https://github.com/MontgomeryLab/tinyRNA" ], [ "https://github.com/haessar/peaks2utr" ], [ "https://github.com/siheming/mspypeline" ], [ "https://github.com/diazlab/ELSA" ], [ "https://github.com/compbio/CRISPRpic" ], [ "https://github.com/czc/nb_distribution" ], [ "https://github.com/davidebolo1993/VISOR" ], [ "https://github.com/NiRuff/IntelliPy" ], [ "https://github.com/pavancm/GREED" ], [ "https://github.com/immcore/iS-CellR" ], [ "https://github.com/ToHanwei/Genome2OR" ], [ "https://github.com/yangji9181/HNE" ], [ "https://github.com/isaureCdB/protNAff" ], [ "https://github.com/thekaplanlab/msabrowser" ], [ "https://github.com/ropensci/colocr" ], [ "https://github.com/FemeniasM/ExplorATE_shell_script" ], [ "https://github.com/ncbi/JUDI" ], [ "https://github.com/liuyudut/ResTune" ], [ "https://github.com/Andrew-Qibin/VisionPermutator" ], [ "https://github.com/VITA-Group/Deep_GCN_Benchmarking" ], [ "https://github.com/penghu-cs/UCCH" ], [ "https://github.com/MIVRC/MLEFGN-PyTorch" ], [ "https://github.com/fanyang587/MGL" ], [ "https://github.com/paudano/kestrel" ], [ "https://github.com/lok-18/GeSeNet" ], [ "https://github.com/beirnaert/speaq" ], [ "https://github.com/sanshu/protaeljs" ], [ "https://github.com/kemaloksuz/ObjectDetectionImbalance" ], [ "https://github.com/urmi-21/orfipy" ], [ "https://github.com/hangelwen/metaCRISPR" ], [ "https://github.com/BenoitMorel/ParGenes" ], [ "https://github.com/citiususc/BigBWA" ], [ "https://github.com/sequencing/NxTrim" ], [ "https://github.com/sing-group/seda" ], [ "https://github.com/RUBi-ZA/MODE-TASK" ], [ "https://github.com/RUBi-ZA/MODE-TASK" ], [ "https://github.com/ngchc/deepBoosting" ], [ "https://github.com/ZekunYin/RabbitQC" ], [ "https://github.com/983632847/WebUAV-3M" ], [ "https://github.com/Huiimin5/comwin" ], [ "https://github.com/TcbfGroup/Tcbf" ], [ "https://github.com/mnakanishi/TRCA-SSVEP" ], [ "https://github.com/zju3dv/MagLoc-AR" ], [ "https://github.com/bridgeqiqi/DREAM" ], [ "https://github.com/JCATCV/MCD-Net" ], [ "https://github.com/zhwzhong/DAGF" ], [ "https://github.com/Superzchen/iFeatureOmega-CLI" ], [ "https://github.com/shafferm/kb_DRAM" ], [ "https://github.com/BioinfoMachineLearning/ATOMRefine" ], [ "https://github.com/sing-group/seda" ], [ "https://github.com/sing-group/seda" ], [ "https://github.com/sing-group/seda" ], [ "https://github.com/bionlplab/report_generation_amia2022" ], [ "https://github.com/pvlib/twoaxistracking" ], [ "https://github.com/hitcszx/ALFs" ], [ "https://github.com/wwd-ustc/RDTR" ], [ "https://github.com/gem-pasteur/PanACoTA" ], [ "https://github.com/ruping/TRUP" ], [ "https://github.com/kanade00/Federated_Anomaly_detection" ], [ "https://github.com/BergmannLab/PascalX" ], [ "https://github.com/ban-m/jtk" ], [ "https://github.com/tdgrant1/denss" ], [ "https://github.com/atfrank/PyShifts" ], [ "https://github.com/kiharalab/EM-GAN" ], [ "https://github.com/cjbrasher/LipidFinder" ], [ "https://github.com/datngu/Circall" ], [ "https://github.com/kuppal2/xMWAS" ], [ "https://github.com/marschall-lab/panacus" ], [ "https://github.com/kzkedzierska/sonics" ], [ "https://github.com/seoklab/GalaxyWater-CNN" ], [ "https://github.com/chiyuan1126/RECEEM" ], [ "https://github.com/osenan/cliqueMS" ], [ "https://github.com/wangxiao5791509/VisEvent_SOT_Benchmark" ], [ "https://github.com/shunfumao/RefShannon" ], [ "https://github.com/OLF-Bioinformatics/VariantDetective" ], [ "https://github.com/VDelv/Emotion-EEG" ], [ "https://github.com/zexiJia/EvSegFormer" ], [ "https://github.com/tomas-fer/HybPhyloMaker" ], [ "https://github.com/transbioZI/Gimpute" ], [ "https://github.com/niccw/repeatCraftp" ], [ "https://github.com/sseung0703/KD_methods_with_TF" ], [ "https://github.com/abadona/qsimscan" ], [ "https://github.com/BioSystemsUM/cobamp" ], [ "https://github.com/yjzhang96/Motion-ETR" ], [ "https://github.com/RUBi-ZA/MODE-TASK" ], [ "https://github.com/lsabrinax/VideoTextSCM" ], [ "https://github.com/pleaseconnectwifi/PNAL" ], [ "https://github.com/fgvieira/ngsF-HMM" ], [ "https://github.com/kuleshov/architect" ], [ "https://github.com/dkoslicki/EMDUniFrac" ], [ "https://github.com/RihaLab/artMAP" ], [ "https://github.com/GouXiangJian/SSRMMD" ], [ "https://github.com/ChenJoya/sampling-free" ], [ "https://github.com/haifangong/VQAMix" ], [ "https://github.com/chunbolang/HPA" ], [ "https://github.com/WormBase/scdefg" ], [ "https://github.com/UCL/cath-funsite-predictor" ], [ "https://github.com/louzounlab/CountingIsAlmostAllYouNeed" ], [ "https://github.com/zhangtaolab/CRISPRMatch" ], [ "https://github.com/Usos/SPCS" ], [ "https://github.com/cma2015/PEA" ], [ "https://github.com/MalteWillmes/IsoFishR" ], [ "https://github.com/dpique/aneuvis" ], [ "https://github.com/yangfangs/physpetools" ], [ "https://github.com/UdeM-LBIT/CoreTracker" ], [ "https://github.com/datax-lab/HipoMap" ], [ "https://github.com/gc5k/GEAR" ], [ "https://github.com/Gregor-Mendel-Institute/aradeepopsis" ], [ "https://github.com/AlexandrovLab/SigProfilerClusters" ], [ "https://github.com/hyhRise/P-SSN" ], [ "https://github.com/alejocn5/AlexandrusPS" ], [ "https://github.com/Chaowu88/freeflux" ], [ "https://github.com/Tagliacollo/PartitionUCE" ], [ "https://github.com/WangLab-SCSIO/Prophage_Tracer" ], [ "https://github.com/Peppags/CRISPRont-CRISPRofft" ], [ "https://github.com/nedaemami/AptaNet" ], [ "https://github.com/janka2012/digIS" ], [ "https://github.com/ncbi/bert_gt" ], [ "https://github.com/jluebeck/FaNDOM" ], [ "https://github.com/ODonnell-Lipidomics/LipidFinder" ], [ "https://github.com/JelenaBanjac/microbiome-toolbox" ], [ "https://github.com/chengyuan/reago" ], [ "https://github.com/divelab/deepem3d" ], [ "https://github.com/mscastillo/GRNVBEM" ], [ "https://github.com/SJTUBME-QianLab/GBM-GNN" ], [ "https://github.com/ruolin/strawberry" ], [ "https://github.com/grisslab/scAnnotatR" ], [ "https://github.com/zhengchangsulab/prosampler" ], [ "https://github.com/minoda-lab/universc" ], [ "https://github.com/miicTeam/MIIC" ], [ "https://github.com/modsim/molyso" ], [ "https://github.com/bbci/wyrm" ], [ "https://github.com/JoseBarbero/CamPype" ], [ "https://github.com/BioinfoMachineLearning/cryoppp" ], [ "https://github.com/lep990816/Interpretable-Multi-modal-Image-Registration" ], [ "https://github.com/lgzlIlIlI/BiSCC" ], [ "https://github.com/laura-wang/video_repres_sts" ], [ "https://github.com/narutoten520/SCGDL" ], [ "https://github.com/vztu/VIDEVAL" ], [ "https://github.com/mdelcorvo/TOSCA" ], [ "https://github.com/nikhilroxtomar/FANet" ], [ "https://github.com/MinghanLi/OTMSCSC_matlab_2020" ], [ "https://github.com/KarelZhang/CSDNet-CSDGAN" ], [ "https://github.com/wangn123/MISSU" ], [ "https://github.com/scharch/SONAR" ], [ "https://github.com/schneebergerlab/findGSE" ], [ "https://github.com/caokai1073/UnionCom" ], [ "https://github.com/biomedbigdata/ASimulatoR" ], [ "https://github.com/mobiusklein/psims" ], [ "https://github.com/jessada/pyCancerSig" ], [ "https://github.com/sunwj/scanpath" ], [ "https://github.com/ComputationalSystemsBiology/scNET" ], [ "https://github.com/krishnabits001/task_driven_data_augmentation" ], [ "https://github.com/datax-lab/Hi-LASSO" ], [ "https://github.com/pfred/pfred-gui" ], [ "https://github.com/ohlab/SMEG" ], [ "https://github.com/JLSteenwyk/orthofisher" ], [ "https://github.com/mikpom/uslcount" ], [ "https://github.com/caravagnalab/congas" ], [ "https://github.com/ocbe-uio/bayesynergy" ], [ "https://github.com/HaohanWang/thePrecisionLasso" ], [ "https://github.com/nilesh-tawari/ChronQC" ], [ "https://github.com/jchen1981/MicrobiomeDDA" ], [ "https://github.com/bcgsc/kollector" ], [ "https://github.com/YinanZheng/HIMA" ], [ "https://github.com/mengyao/Complete-Striped-Smith-Waterman-Library" ], [ "https://github.com/TinkerTools/tinker-hp" ], [ "https://github.com/hellloxiaotian/SSNet" ], [ "https://github.com/uio-bmi/compairr" ], [ "https://github.com/himelmallick/IntegratedLearner" ], [ "https://github.com/LouisFaure/scFates" ], [ "https://github.com/PiotrRadzinski/envemind" ], [ "https://github.com/veg/RASCL" ], [ "https://github.com/FastTrackOrg/FastTrack" ], [ "https://github.com/hewm2008/NGenomeSyn" ], [ "https://github.com/RUBi-ZA/MODE-TASK" ], [ "https://github.com/RUBi-ZA/MODE-TASK" ], [ "https://github.com/gifford-lab/antibody-2019" ], [ "https://github.com/Maize-Genetics-and-Genomics-Database/maizedig" ], [ "https://github.com/ExcitedStates/KGS" ], [ "https://github.com/liutairan/eMolFrag" ], [ "https://github.com/zji90/TSCAN" ], [ "https://github.com/wangsy11/InfMod3DGen" ], [ "https://github.com/nisheth/MeFiT" ], [ "https://github.com/lh3/varcmp" ], [ "https://github.com/Shen-Lab/TALE" ], [ "https://github.com/seqan/lambda" ], [ "https://github.com/Gabriel439/suns-search" ], [ "https://github.com/nesvilab/PD-Nodes" ], [ "https://github.com/kensung-lab/SVsearcher" ], [ "https://github.com/rohdelab/PyTransKit" ], [ "https://github.com/PSSUN/Rcirc" ], [ "https://github.com/sing-group/seda" ], [ "https://github.com/sing-group/seda" ], [ "https://github.com/sing-group/seda" ], [ "https://github.com/sing-group/seda" ], [ "https://github.com/ridgelab/JustOrthologs" ], [ "https://github.com/RUBi-ZA/MODE-TASK" ], [ "https://github.com/RUBi-ZA/MODE-TASK" ], [ "https://github.com/THinnerichs/DTI-VOODOO" ], [ "https://github.com/uef-bbc/nippy" ], [ "https://github.com/zkkli/PSAQ-ViT" ], [ "https://github.com/mms-fcul/PypKa" ], [ "https://github.com/TJU-CMC-Org/MINTmap" ], [ "https://github.com/TY-Shi/LIOT" ], [ "https://github.com/pdishuck/GAVISUNK" ], [ "https://github.com/amcrisan/GEVitRec" ], [ "https://github.com/igip-liu/SLC-Net" ], [ "https://github.com/yydiao1025/MacFrag" ], [ "https://github.com/DIAGNijmegen/StreamingCNN" ], [ "https://github.com/superlouis/GATGNN" ], [ "https://github.com/Awenbocc/CPCR" ], [ "https://github.com/vamships/PECAN" ], [ "https://github.com/YichiZhang98/SAM4MIS" ], [ "https://github.com/futianfan/clinical-trial-outcome-prediction" ], [ "https://github.com/smithlabcode/riborex" ], [ "https://github.com/Peppags/CNN-SVR" ], [ "https://github.com/timkucera/proteogan" ], [ "https://github.com/NicolaDM/phastSim" ], [ "https://github.com/BioSina/Panakeia" ], [ "https://github.com/ishspsy/project" ], [ "https://github.com/kundaMwiza/fMRI-site-adaptation" ], [ "https://github.com/neuropoly/tract-clustering" ], [ "https://github.com/mritchielab/restrander" ], [ "https://github.com/nikhilroxtomar/TGANet" ], [ "https://github.com/BioAnalyticResource/eFP-Seq-Browser" ], [ "https://github.com/jlianglab/Fixed-Point-GAN" ], [ "https://github.com/AlkemaLab/fpemlocal" ], [ "https://github.com/dapogon/cellcoal" ], [ "https://github.com/dmis-lab/moable" ], [ "https://github.com/zhaoqichang/HpyerAttentionDTI" ], [ "https://github.com/jenniferlu717/SkewIT" ], [ "https://github.com/chanw0/SparseMCMM" ], [ "https://github.com/statOmics/MSqRob" ], [ "https://github.com/sjdlabgroup/Census" ], [ "https://github.com/TatianneNegri/RNAplonc" ], [ "https://github.com/sriramlab/OrientAGraph" ], [ "https://github.com/tianguolangzi/DSBS" ], [ "https://github.com/EricSDavis/mariner" ], [ "https://github.com/huangnengCSU/BlockPolish" ], [ "https://github.com/krm15/ACME" ], [ "https://github.com/obrien-lab/aip_web_docker" ], [ "https://github.com/yuewangpanda/BioMethyl" ], [ "https://github.com/phipsonlab/speckle" ], [ "https://github.com/Zhihan1996/DNABERT_S" ], [ "https://github.com/lppllppl920/EndoscopyDepthEstimation-Pytorch" ], [ "https://github.com/RuoyuGuo/MaskGA_Net" ], [ "https://github.com/4ment/seqotron" ], [ "https://github.com/jingjin25/LFDE-OccUnNet" ], [ "https://github.com/nyiuab/BhGLM" ], [ "https://github.com/xulabs/projects" ], [ "https://github.com/CityU-AIM-Group/DSI-Net" ], [ "https://github.com/yuexujiang/DeepDom" ], [ "https://github.com/lemuria-wchen/imcs21" ], [ "https://github.com/AllenSpike/CPDR" ], [ "https://github.com/rdcrawford/cognac" ], [ "https://github.com/llecompte/SVJedi" ], [ "https://github.com/PRIS-CV/RTMem" ], [ "https://github.com/huankoh/CST-GL" ], [ "https://github.com/anuprulez/galaxy_tool_recommendation" ], [ "https://github.com/schwanbeck/YSMR" ], [ "https://github.com/Yuxin-Wen/GeoA3" ], [ "https://github.com/miguelperezenciso/SeqBreed" ], [ "https://github.com/beringresearch/ivis" ], [ "https://github.com/rubbs14/CSP-Analyzer" ], [ "https://github.com/benhid/Sequoya" ], [ "https://github.com/youth-tang/CDMENet-main" ], [ "https://github.com/cepid-cces/hpccs" ], [ "https://github.com/cepid-cces/hpccs" ], [ "https://github.com/cepid-cces/hpccs" ], [ "https://github.com/cepid-cces/hpccs" ], [ "https://github.com/StuntsPT/Structure_threader" ], [ "https://github.com/ChenYong1993/LRSDN" ], [ "https://github.com/citiususc/BigSeqKit" ], [ "https://github.com/mensxmachina/BioDataome" ], [ "https://github.com/TheKorenLab/TIGER" ], [ "https://github.com/JaminFong/FNA" ], [ "https://github.com/chaofengc/Face-SPARNet" ], [ "https://github.com/MartinFXP/B-NEM" ], [ "https://github.com/YosefLab/BRAPeS" ], [ "https://github.com/totajuliusd/topr" ], [ "https://github.com/DeepMIALab/UC-NfNet" ], [ "https://github.com/LottePronk/whokaryote" ], [ "https://github.com/EndoluminalSurgicalVision-IMR/Medical-SSL" ], [ "https://github.com/markpp/PoseFromPointClouds" ], [ "https://github.com/xiaofengsong/GFusion" ], [ "https://github.com/CARPEM/GalaxyDocker" ], [ "https://github.com/YubinHan73/LSKANet" ], [ "https://github.com/sail-sg/metaformer" ], [ "https://github.com/comprna/reorientexpress" ], [ "https://github.com/songweizhi/MarkerMAG" ], [ "https://github.com/yuesongtian/AlphaGAN" ], [ "https://github.com/maiziex/Aquila_stLFR" ], [ "https://github.com/lol88/Mol2Context-vec" ], [ "https://github.com/alexQiSong/scSTEM" ], [ "https://github.com/boboppie/ORFLine" ], [ "https://github.com/wanggrun/SYSU-30k" ], [ "https://github.com/HuiZeng/Grid-Anchor-based-Image-Cropping-Pytorch" ], [ "https://github.com/tachengxmu/QuantPipe" ], [ "https://github.com/will-rowe/groot" ], [ "https://github.com/KohlbacherLab/CLAUDIO" ], [ "https://github.com/YuxiangZhang-BIT/IEEE_TNNLS_TSTnet" ], [ "https://github.com/liangjiandeng/TDNet" ], [ "https://github.com/wenjiegroup/BiRen" ], [ "https://github.com/jamesgleave/DeepDockingGUI" ], [ "https://github.com/ShiratsuyuShigure/MLAENet-pytorch" ], [ "https://github.com/jingzhaohlj/AL-Net" ], [ "https://github.com/lithium770/Unsupervised-Person-re-ID-with-Stochastic-Training-Strategy" ], [ "https://github.com/csxmli2016/DMDNet" ], [ "https://github.com/kuijiang0802/PCNet" ], [ "https://github.com/Novestars/Fully-Transformer-Network" ], [ "https://github.com/phineasng/DECODE" ], [ "https://github.com/harmancilab/EpiSAFARI" ], [ "https://github.com/DIAL-RPI/SCO-SSL" ], [ "https://github.com/alshai/levioSAM" ], [ "https://github.com/jiangdat/COMI" ], [ "https://github.com/pdynamo/pDynamo3" ], [ "https://github.com/fra82/comorbidity4j" ], [ "https://github.com/emmijokinen/tcrconv" ], [ "https://github.com/atfrank/RNAPosers" ], [ "https://github.com/josuebarrera/GenEra" ], [ "https://github.com/ljatynu/NIMCGCN" ], [ "https://github.com/multimodallearning/graphregnet" ], [ "https://github.com/QData/FastSK" ], [ "https://github.com/HiLab-git/HAMIL" ], [ "https://github.com/bio-ontology-research-group/opa2vec" ], [ "https://github.com/brentp/hts-nim-tools" ], [ "https://github.com/yifang000/QADD" ], [ "https://github.com/Philipp-MR/CoilGen" ], [ "https://github.com/CobraLab/atlases" ], [ "https://github.com/morisUtokyo/mTR" ], [ "https://github.com/DKMS/hapl-o-Mat" ], [ "https://github.com/Tongdongq/darwin-gpu" ], [ "https://github.com/Zhuzxlab/LW-FQZip2" ], [ "https://github.com/zmmzGitHub/SpanMB_BERT" ], [ "https://github.com/NCIP/alview" ], [ "https://github.com/tomdeman-bio/Sequence-Search-Tool-for-Antimicrobial-Resistance-SSTAR-" ], [ "https://github.com/zsy-9/STNN-DDI" ], [ "https://github.com/AI4SCR/ATHENA" ], [ "https://github.com/pdbeurope/pdbecif" ], [ "https://github.com/tyo-nu/MINE-Database" ], [ "https://github.com/gjun/muCNV" ], [ "https://github.com/rhysf/Synima" ], [ "https://github.com/tyo-nu/MINE-Database" ], [ "https://github.com/nafizh/NeuBI" ], [ "https://github.com/MannLabs/ProteomicsVisualization" ], [ "https://github.com/SchulzLab/TEPIC" ], [ "https://github.com/gcappon/agata" ], [ "https://github.com/Karimi-Lab/inucs" ], [ "https://github.com/databio/geniml" ], [ "https://github.com/radifar/PyPLIF-HIPPOS" ], [ "https://github.com/aldenleung/OMTools" ], [ "https://github.com/mtekman/haploforge" ], [ "https://github.com/tallulandrews/M3Drop" ], [ "https://github.com/jackh726/bigtools" ], [ "https://github.com/Genentech/pviz" ], [ "https://github.com/SchulzLab/TEPIC" ], [ "https://github.com/ddofer/ProFET" ], [ "https://github.com/cchauve/HyAsP" ], [ "https://github.com/lilit-nersisyan/computel" ], [ "https://github.com/C4TB/shinyExprPortal" ], [ "https://github.com/cbrackley/capC-MAP" ], [ "https://github.com/ctlab/metacherchant" ], [ "https://github.com/Guo-Xiaoqing/SSL_WCE" ], [ "https://github.com/jackh726/bigtools" ], [ "https://github.com/SchulzLab/TEPIC" ], [ "https://github.com/jackh726/bigtools" ], [ "https://github.com/bvalot/panISa" ], [ "https://github.com/ablab/graphamr" ], [ "https://github.com/tyo-nu/MINE-Database" ], [ "https://github.com/hzc363/DeepLearningCyTOF" ], [ "https://github.com/padlocbio/padloc" ], [ "https://github.com/tyo-nu/MINE-Database" ], [ "https://github.com/cfoguet/iso2flux" ], [ "https://github.com/SunXQlab/scMLnet" ], [ "https://github.com/justin13601/AnnoDash" ], [ "https://github.com/jackh726/bigtools" ], [ "https://github.com/SchulzLab/TEPIC" ], [ "https://github.com/metasnv-tool/metaSNV" ], [ "https://github.com/marbl/ModDotPlot" ], [ "https://github.com/lsyads/fisheye-ORB-SLAM" ], [ "https://github.com/alaesahbou/BuscoPhylo" ], [ "https://github.com/M-3LAB/open-iad" ], [ "https://github.com/hguo/ftk" ], [ "https://github.com/lanagarmire/lilikoi" ], [ "https://github.com/refresh-bio/FaStore" ], [ "https://github.com/MathOnco/EvoFreq" ], [ "https://github.com/sairum/tcsbu" ], [ "https://github.com/ChristopherWilks/snaptron-experiments" ], [ "https://github.com/CenterForStatistics-UGent/SPsimSeq" ], [ "https://github.com/Parsoa/Nebula" ], [ "https://github.com/sys-bio/Libstructural" ], [ "https://github.com/TRON-Bioinformatics/neofox" ], [ "https://github.com/brentp/methylcode" ], [ "https://github.com/MD-Anderson-Bioinformatics/RPPASPACE" ], [ "https://github.com/alosdiallo/DNA_Rchitect" ], [ "https://github.com/TravisWheelerLab/ULTRA" ], [ "https://github.com/PNNL-m-q/mzapy" ], [ "https://github.com/alncat/opusDSD" ], [ "https://github.com/lyjps/Struct2GO" ], [ "https://github.com/QUST-AIBBDRC/scGMAI" ], [ "https://github.com/sheikhizadeh/ACE" ], [ "https://github.com/bioinformatics-polito/DEEPrior" ], [ "https://github.com/tyo-nu/MINE-Database" ], [ "https://github.com/smithlabcode/ribotricer" ], [ "https://github.com/CMDM-Lab/MSIr" ], [ "https://github.com/fabriciopa/gofeat" ], [ "https://github.com/lseventeen/DIAS" ], [ "https://github.com/jksr/ballcools" ], [ "https://github.com/BioAlgs/MetaGen" ], [ "https://github.com/anitalu724/MutScape" ], [ "https://github.com/biocorecrg/master_of_pores" ], [ "https://github.com/blue-blue272/OccludedReID-RFCnet" ], [ "https://github.com/Greak-1124/LMFFNet" ], [ "https://github.com/texttechnologylab/LSTMVoter" ], [ "https://github.com/spatialsr/DeepLightFieldSSR" ], [ "https://github.com/Biomedinformatics/NGSPanPipe" ], [ "https://github.com/jbudis/dante" ], [ "https://github.com/bioinfomaticsCSU/EPGA2" ], [ "https://github.com/olga24912/SGTK" ], [ "https://github.com/BDM-Lab/Hierarchical3DGenome" ], [ "https://github.com/zhaoyuzhi/HSGAN" ], [ "https://github.com/ggsDing/ASLNet" ], [ "https://github.com/gengit/PosiGene" ], [ "https://github.com/bioinfomaticsCSU/BOSS" ], [ "https://github.com/xthua/bacant" ], [ "https://github.com/dmnfarrell/epitopepredict" ], [ "https://github.com/michaelsharpnack/GrassmannCluster" ], [ "https://github.com/michbur/chipPCR" ], [ "https://github.com/CAMI-challenge/CAMITAX" ], [ "https://github.com/LCAS/engagement_detector" ], [ "https://github.com/hahnlab/CAGEE" ], [ "https://github.com/lgpdevtools/srax" ], [ "https://github.com/Blcony/SDHNet" ], [ "https://github.com/flyywh/Recurrent-Multi-Frame-Deraining" ], [ "https://github.com/kordk/torch-ecpg" ], [ "https://github.com/kordk/torch-ecpg" ], [ "https://github.com/kordk/torch-ecpg" ], [ "https://github.com/kordk/torch-ecpg" ], [ "https://github.com/jiujiezz/tsnad" ], [ "https://github.com/jiequancui/ResLT" ], [ "https://github.com/Su-informatics-lab/DSTG" ], [ "https://github.com/DKMS-LSL/typeloader" ], [ "https://github.com/DKMS-LSL/typeloader" ], [ "https://github.com/DKMS-LSL/typeloader" ], [ "https://github.com/DKMS-LSL/typeloader" ], [ "https://github.com/reymond-group/mhfp" ], [ "https://github.com/torognes/swarm" ], [ "https://github.com/ZJUFanLab/scCATCH" ], [ "https://github.com/Icep2020/CrowdGAN" ], [ "https://github.com/JamesGallant/ProVision" ], [ "https://github.com/tyo-nu/MINE-Database" ], [ "https://github.com/haiyang1986/Subtype-GAN" ], [ "https://github.com/ElioS-S/pupil-size" ], [ "https://github.com/zju3dv/disprcnn" ], [ "https://github.com/ChnMasterOG/KmerGO" ], [ "https://github.com/nicfel/CoupledMCMC" ], [ "https://github.com/zhqingit/BPP" ], [ "https://github.com/ndrplz/semiparametric" ], [ "https://github.com/grst/immune_deconvolution_benchmark" ], [ "https://github.com/lihuamei/DeconPeaker" ], [ "https://github.com/broadinstitute/chronos" ], [ "https://github.com/fulxie/RefFinder" ], [ "https://github.com/jiujiezz/tsnad" ], [ "https://github.com/Vandermode/QRNN3D" ], [ "https://github.com/jcrozum/pystablemotifs" ], [ "https://github.com/lxtGH/GALD-DGCNet" ], [ "https://github.com/ZAX130/RDP" ], [ "https://github.com/Allerseelen/Tessa" ], [ "https://github.com/halelab/GBS-SNP-CROP" ], [ "https://github.com/childsish/sofia" ], [ "https://github.com/lucidif/HiCeekR" ], [ "https://github.com/jiujiezz/tsnad" ], [ "https://github.com/statisticalbiotechnology/maracluster" ], [ "https://github.com/SimCab-CHU/ifCNV" ], [ "https://github.com/jiujiezz/tsnad" ], [ "https://github.com/stuckinaboot/iGenomics" ], [ "https://github.com/tada-alg/TADA" ], [ "https://github.com/XingangPan/deep-generative-prior" ], [ "https://github.com/topasmc/dicom-interface" ], [ "https://github.com/DKMS-LSL/typeloader" ], [ "https://github.com/JonETJakobsson/scConnect" ], [ "https://github.com/VIB-PSB/ksrates" ], [ "https://github.com/DMU-lilab/GetisDMR" ], [ "https://github.com/suda-huanglab/circlehunter" ], [ "https://github.com/mohit1997/JIND" ], [ "https://github.com/AlexandrovLab/SigProfilerAssignment" ], [ "https://github.com/AlexandrovLab/SigProfilerAssignment" ], [ "https://github.com/AlexandrovLab/SigProfilerAssignment" ], [ "https://github.com/AlexandrovLab/SigProfilerAssignment" ], [ "https://github.com/COMBAT-TB/irida-galaxy-deploy" ], [ "https://github.com/fmfi-compbio/warpstr" ], [ "https://github.com/lbroseus/TALC" ], [ "https://github.com/NeuroSyd/Epileptic-Seizure-Classification" ], [ "https://github.com/PYangLab/Matilda" ], [ "https://github.com/tyjo/luminate" ], [ "https://github.com/Monash-CyPhi-AI-Research-Lab/ernet" ], [ "https://github.com/vpc-ccg/circminer" ], [ "https://github.com/raw-lab/metacerberus" ], [ "https://github.com/CunmeiJi/AEMDA" ], [ "https://github.com/XinshaoAmosWang/Ranked-List-Loss-for-DML" ], [ "https://github.com/tsmotlp/DRGAN-OCT" ], [ "https://github.com/jltsiren/gcsa2" ], [ "https://github.com/irycisBioinfo/PATO" ], [ "https://github.com/veg/datamonkey-js" ], [ "https://github.com/WangPing521/Domain_adaptation_shape_prior" ], [ "https://github.com/Raze97/Telegram-Survey-Bot" ], [ "https://github.com/Forest-art/LSV-LP" ], [ "https://github.com/StanfordBioinformatics/Hummingbird" ], [ "https://github.com/aigzhusmart/Slim-UNETR" ], [ "https://github.com/DKMS-LSL/typeloader" ], [ "https://github.com/DKMS-LSL/typeloader" ], [ "https://github.com/DKMS-LSL/typeloader" ], [ "https://github.com/Gebbi8/DiVil" ], [ "https://github.com/crazyinter/RNN-VirSeeker" ], [ "https://github.com/fumiomatsuda/mfapy" ], [ "https://github.com/PayneLab/cptac" ], [ "https://github.com/tyo-nu/MINE-Database" ], [ "https://github.com/Charrick/SDN2GO" ], [ "https://github.com/arttumiettinen/pi2" ], [ "https://github.com/zhangyijia1979/hierarchical-RNNs-model-for-DDI-extraction" ], [ "https://github.com/chenxin-dlut/TransT-M" ], [ "https://github.com/beiko-lab/ananke" ], [ "https://github.com/xingxuejun1989/SCVC" ], [ "https://github.com/mailund/admixture_graph" ], [ "https://github.com/fchalmel/RGV" ], [ "https://github.com/benjaminjack/pinetree" ], [ "https://github.com/boutroslab/cld" ], [ "https://github.com/MathSZhang/CALLR" ], [ "https://github.com/HIT-ImmunologyLab/PHISDetector" ], [ "https://github.com/Benchmarking-Initiative/Benchmark-Models" ], [ "https://github.com/VisLab/EEG-Blinks" ], [ "https://github.com/neerakara/test-time-adaptable-neural-networks-for-domain-generalization" ], [ "https://github.com/WormBase/genomic-info-from-papers" ], [ "https://github.com/venyao/shinyCircos" ], [ "https://github.com/liulifenyf/TSPTFBS" ], [ "https://github.com/yuliu316316/MetaLearning-Fusion" ], [ "https://github.com/Deepwise-AILab/ChestX-Det-Dataset" ], [ "https://github.com/zhangxaochen/CuFusion" ], [ "https://github.com/liqi-casia/FaceSwapper" ], [ "https://github.com/gxiaolab/REDITs" ], [ "https://github.com/pandafengye/MIST" ], [ "https://github.com/dww100/sct" ], [ "https://github.com/nrdg/fracridge" ], [ "https://github.com/dyxmvp/Spatial_ATAC-seq" ], [ "https://github.com/NeilPearson-Lilly/TractaViewer" ], [ "https://github.com/biojava/biojava-tutorial" ], [ "https://github.com/ncbi/pgap" ], [ "https://github.com/biovault/SCHNELpy" ], [ "https://github.com/Gaius-Augustus/clamsa" ], [ "https://github.com/nbrg-ppcu/prokbert" ], [ "https://github.com/SchulzLab/TEPIC" ], [ "https://github.com/SchulzLab/TEPIC" ], [ "https://github.com/SchulzLab/TEPIC" ], [ "https://github.com/SchulzLab/TEPIC" ], [ "https://github.com/lasseignelab/CoSIA" ], [ "https://github.com/kordk/torch-ecpg" ], [ "https://github.com/zheminzhou/pHierCC" ], [ "https://github.com/MathLee/ACCoNet" ], [ "https://github.com/EPFL-LCSB/SKiMpy" ], [ "https://github.com/hetio/xswap" ], [ "https://github.com/Bobay-Ochman/ConSpeciFix" ], [ "https://github.com/bjj9/EVE_SCPT" ], [ "https://github.com/lmbxmu/1xN" ], [ "https://github.com/HelloWorldCN/RapidMic" ], [ "https://github.com/AshuiRUA/NPI-GNN" ], [ "https://github.com/markhilt/ARBitR" ], [ "https://github.com/hetio/xswap" ], [ "https://github.com/jiantao/Tangram" ], [ "https://github.com/jiantao/Tangram" ], [ "https://github.com/kordk/torch-ecpg" ], [ "https://github.com/AbeelLab/ptolemy" ], [ "https://github.com/jiantao/Tangram" ], [ "https://github.com/david-bouyssie/hdx-viewer" ], [ "https://github.com/Laboratoire-de-Chemoinformatique/moodle-qtype_molsimilarity" ], [ "https://github.com/brisvag/blik" ], [ "https://github.com/jzbio/MultiTrans" ], [ "https://github.com/bioinformatics-xu/DriverGenePathway" ], [ "https://github.com/PreMedKB/PAnno" ], [ "https://github.com/JLiangLab/BenchmarkTransferLearning" ], [ "https://github.com/jingjin25/LFhybridSR-Fusion" ], [ "https://github.com/Malfoy/PAC" ], [ "https://github.com/jiantao/Tangram" ], [ "https://github.com/ViennaRNA/drforna" ], [ "https://github.com/ocxtal/libgaba" ], [ "https://github.com/kordk/torch-ecpg" ], [ "https://github.com/lafita/tadoss" ], [ "https://github.com/joachimwolff/scHiCExplorer" ], [ "https://github.com/kyzhu/assembltrie" ], [ "https://github.com/jackh726/bigtools" ], [ "https://github.com/jackh726/bigtools" ], [ "https://github.com/jackh726/bigtools" ], [ "https://github.com/jackh726/bigtools" ], [ "https://github.com/med-air/DLTTA" ], [ "https://github.com/yangfan-hu/Fast-SNN" ], [ "https://github.com/cieplinski-tobiasz/smina-docking-benchmark" ], [ "https://github.com/yanx27/CLEVR3D" ], [ "https://github.com/jahuth/convis" ], [ "https://github.com/IDKiro/DehazeFormer" ], [ "https://github.com/ITBE-Lab/MA" ], [ "https://github.com/ZhenyueQin/Angular-Skeleton-Encoding" ], [ "https://github.com/jianlin-cheng/TransFun" ], [ "https://github.com/Tomcxf/FASTdRNA" ], [ "https://github.com/strauchlab/iNNterfaceDesign" ], [ "https://github.com/gogleva/SecretSanta" ], [ "https://github.com/bornea/APOSTL" ], [ "https://github.com/Yeyke/H-BLAST" ], [ "https://github.com/tub-rip/event_based_optical_flow" ], [ "https://github.com/LeeMendelowitz/maligner" ], [ "https://github.com/compomics/compomics-utilities" ], [ "https://github.com/FuyuLi/FLED" ], [ "https://github.com/ythuang0522/StriDe" ], [ "https://github.com/IBM/InterpretableDTIP" ], [ "https://github.com/medvedevgroup/varmatch" ], [ "https://github.com/ramiromagno/gwasrapidd" ], [ "https://github.com/kordk/torch-ecpg" ], [ "https://github.com/sansubs/vcf2pop" ], [ "https://github.com/jkimlab/PAPipe" ], [ "https://github.com/bene51/omero_3Dscript" ], [ "https://github.com/gbouras13/plassembler" ], [ "https://github.com/alexfreudenberg/miraculix" ], [ "https://github.com/Cobanoglu-Lab/EPEE" ], [ "https://github.com/ccmbioinfo/MetaFusion" ], [ "https://github.com/vLAR-group/OGC" ], [ "https://github.com/timolassmann/samstat" ], [ "https://github.com/CCQC/janus" ], [ "https://github.com/frankligy/DeepImmuno" ], [ "https://github.com/Puumanamana/CoCoNet" ], [ "https://github.com/cecret3350/DEA-Net" ], [ "https://github.com/xiezhq/ISEScan" ], [ "https://github.com/guopengf/ReconFormer" ], [ "https://github.com/csjunxu/STAR" ], [ "https://github.com/Want2Vanish/FBMSNet" ], [ "https://github.com/insilichem/pychimera" ], [ "https://github.com/daquang/YAMDA" ], [ "https://github.com/canceromics/MeRIPseqPipe" ], [ "https://github.com/tyo-nu/MINE-Database" ], [ "https://github.com/hetio/xswap" ], [ "https://github.com/QijinYin/scGraph" ], [ "https://github.com/hetio/xswap" ], [ "https://github.com/jiantao/Tangram" ], [ "https://github.com/lalonderodney/INN-Inflated-Neural-Nets" ], [ "https://github.com/VIOLINet/Vaxign-ML-docker" ], [ "https://github.com/rsanchezgarc/micrograph_cleaner_em" ], [ "https://github.com/hetio/xswap" ], [ "https://github.com/simonwhelan/Divvier" ], [ "https://github.com/sysbio-curie/Roma" ], [ "https://github.com/guanghaoyin/CMDSR" ], [ "https://github.com/hrlblab/CircleNet" ], [ "https://github.com/zyjwuyan/BBS-Net" ], [ "https://github.com/yongzhuang/DeepSVFilter" ], [ "https://github.com/jayarajpbalakrishnan/2_SOM_SCREEN" ], [ "https://github.com/kedartatwawadi/GTRAC" ], [ "https://github.com/czbiohub/MIDAS2" ], [ "https://github.com/Prunoideae/MitoFlex" ], [ "https://github.com/hetio/xswap" ], [ "https://github.com/jiantao/Tangram" ], [ "https://github.com/tbaccata/amica" ], [ "https://github.com/bioinfo-ut/PlasmidSeeker" ], [ "https://github.com/goncalves-lab/waddR" ], [ "https://github.com/PMBio/GNetLMM" ], [ "https://github.com/EvgenyZhvansky/R_matrix" ], [ "https://github.com/gversmee/dbgap2x" ], [ "https://github.com/Sixkplus/TapLab" ], [ "https://github.com/harmslab/pytc" ], [ "https://github.com/univieCUBE/deepnog" ], [ "https://github.com/gevaertlab/MultimodalPrognosis" ], [ "https://github.com/niu-lab/gclust" ], [ "https://github.com/sbg/VBT-TrioAnalysis" ], [ "https://github.com/COMBINE-lab/grouper" ], [ "https://github.com/daniellyz/meRgeION2" ], [ "https://github.com/lab206/CCF-BC" ], [ "https://github.com/wzhy2000/higwas" ], [ "https://github.com/mlandis/phylowood" ], [ "https://github.com/usnistgov/nrss" ], [ "https://github.com/usnistgov/atomvision" ], [ "https://github.com/liyeabc/MBUNet" ], [ "https://github.com/csirac/dynamicDBG" ], [ "https://github.com/wells-wood-research/PDBench" ], [ "https://github.com/cov-lineages/constellations" ], [ "https://github.com/4dn-dcic/Rpairix" ], [ "https://github.com/yuifu/millefy" ], [ "https://github.com/timolassmann/kalign" ], [ "https://github.com/chenchao666/Bone-Age-Assessment" ], [ "https://github.com/psychopa4/MSHPFNL" ], [ "https://github.com/AlexandrovLab/SigProfilerAssignment" ], [ "https://github.com/AlexandrovLab/SigProfilerAssignment" ], [ "https://github.com/MaterialsDiscovery/PyChemia" ], [ "https://github.com/AlexandrovLab/SigProfilerAssignment" ], [ "https://github.com/jiujiezz/tsnad" ], [ "https://github.com/AlexandrovLab/SigProfilerAssignment" ], [ "https://github.com/icbi-lab/nextNEOpi" ], [ "https://github.com/lz118/Multi-interactive-Dual-decoder" ], [ "https://github.com/524D/mzRecal" ], [ "https://github.com/hetio/xswap" ], [ "https://github.com/hetio/xswap" ], [ "https://github.com/jiantao/Tangram" ], [ "https://github.com/bozhubo/SeNic" ], [ "https://github.com/Damseh/VascularGraph" ], [ "https://github.com/jiujiezz/tsnad" ], [ "https://github.com/jiujiezz/tsnad" ], [ "https://github.com/ccbiolab/svpluscnv" ], [ "https://github.com/ablab/viralVerify" ], [ "https://github.com/lixiang117423/qPCRtools" ], [ "https://github.com/compbiomed/animalcules" ], [ "https://github.com/caiqi/Cascasde-3D" ], [ "https://github.com/zhenchengfang/PlasGUN" ], [ "https://github.com/mrcuizhe/interacCircos" ], [ "https://github.com/YYJ1anG/MFPSNet" ], [ "https://github.com/BobZwr/Cross-Reconstruction-Transformer" ], [ "https://github.com/BenoitMorel/AleRax" ], [ "https://github.com/CostaLab/CrossTalkeR" ], [ "https://github.com/Gu-Lab-RBL-NCI/QuagmiR" ], [ "https://github.com/darioelias/TEGA" ], [ "https://github.com/jiujiezz/tsnad" ], [ "https://github.com/lsaravia/mfsba" ], [ "https://github.com/chenchl19941118/Bi-STAT" ], [ "https://github.com/cbib/MIX" ], [ "https://github.com/jiantao/Tangram" ], [ "https://github.com/LyonsLab/coge" ], [ "https://github.com/NIB-SI/DiNAR" ], [ "https://github.com/LyonsLab/coge" ], [ "https://github.com/xmuyulab/Dice-XMBD" ], [ "https://github.com/LyonsLab/coge" ], [ "https://github.com/biosustain/multitfa" ], [ "https://github.com/DecodeGenetics/popSTR" ], [ "https://github.com/leihouyeung/SD2" ], [ "https://github.com/MC-E/TransCL" ], [ "https://github.com/LyonsLab/coge" ], [ "https://github.com/IBM/fold2seq" ], [ "https://github.com/refresh-bio/agc" ], [ "https://github.com/ablab/stringdecomposer" ], [ "https://github.com/Zyun-Y/DconnNet" ], [ "https://github.com/koelling/amplimap" ], [ "https://github.com/phenopolis/pheno4j" ], [ "https://github.com/NUIST-Videocoding/VCRNet" ], [ "https://github.com/KGerhardt/RecruitPlotEasy" ], [ "https://github.com/anuradhawick/MetaBCC-LR" ], [ "https://github.com/KirillKryukov/naf" ], [ "https://github.com/JhaKanchan15/PPI_GNN" ], [ "https://github.com/dvlab-research/Parametric-Contrastive-Learning" ], [ "https://github.com/lutteropp/QuartetScores" ], [ "https://github.com/eldronzhou/SDPR" ], [ "https://github.com/gengmufeng/CNCL-denoising" ], [ "https://github.com/yollct/spycone" ], [ "https://github.com/elyadlezmi/RNA2CM" ], [ "https://github.com/RitchieLabIGH/iMOKA" ], [ "https://github.com/DecodeGenetics/popSTR" ], [ "https://github.com/AllonKleinLab/SPRING" ], [ "https://github.com/raghavagps/toxinpred2" ], [ "https://github.com/DecodeGenetics/popSTR" ], [ "https://github.com/brinkmanlab/globecorr" ], [ "https://github.com/alexchwong/SpliceWiz" ], [ "https://github.com/YuxiangZhang-BIT/IEEE_TIP_SDEnet" ], [ "https://github.com/DecodeGenetics/popSTR" ], [ "https://github.com/23andMe/phasedibd" ], [ "https://github.com/Maclory/SPSR" ], [ "https://github.com/blekhmanlab/biomehorizon" ], [ "https://github.com/EBIBioSamples/biosamples-v4" ], [ "https://github.com/ivy9092111111/TT-U-Net" ], [ "https://github.com/stuchalk/OSDB" ], [ "https://github.com/schmeing/ReSeq" ], [ "https://github.com/danmaclean/bioruby-svgenes" ], [ "https://github.com/CGPxy/AAU-net" ], [ "https://github.com/hahnlab/CAFE5" ], [ "https://github.com/theislab/AutoGeneS" ], [ "https://github.com/Vini2/phables" ], [ "https://github.com/WMBEdmands/compMS2Miner" ], [ "https://github.com/hellosunking/Ktrim" ], [ "https://github.com/healthylaife/MIMIC-IV-Data-Pipeline" ], [ "https://github.com/fmfi-compbio/deepnano-blitz" ], [ "https://github.com/BoomShakaY/Win-CCReID" ], [ "https://github.com/maryamrabiee/SODA" ], [ "https://github.com/ModelEngineering/SBMLLint" ], [ "https://github.com/BorgwardtLab/ARDISS" ], [ "https://github.com/twestbrookunh/paladin" ], [ "https://github.com/frankkramer-lab/miseval" ], [ "https://github.com/juexinwang/GRGNN" ], [ "https://github.com/schallerdavid/pyrod" ], [ "https://github.com/jaak-s/macau" ], [ "https://github.com/neuropoly/axonseg" ], [ "https://github.com/opencb/cell-maps" ], [ "https://github.com/zxmboshi/DDL" ], [ "https://github.com/vvvwo/II-resampling" ], [ "https://github.com/Teoroo-CMC/PiNN" ], [ "https://github.com/fickludd/dinosaur" ], [ "https://github.com/theochem/B3DB" ], [ "https://github.com/theochem/B3DB" ], [ "https://github.com/koszullab/hicstuff" ], [ "https://github.com/zongnansu1982/drug-target-prediction" ], [ "https://github.com/micahvista/MAMnet" ], [ "https://github.com/bioXiaoheng/BallerMixPlus" ], [ "https://github.com/jotegui/BIDDSAT" ], [ "https://github.com/BIMSBbioinfo/netSmooth" ], [ "https://github.com/GCA-VH-lab/FlaGs" ], [ "https://github.com/GuoleiSun/VSS-CFFM" ], [ "https://github.com/outbig/DAFGA" ], [ "https://github.com/IlyaLab/gssnng" ], [ "https://github.com/theochem/B3DB" ], [ "https://github.com/nebfield/snpQT" ], [ "https://github.com/sfu-compbio/colormap" ], [ "https://github.com/kora-labs/chromax" ], [ "https://github.com/perf-project/PeRF" ], [ "https://github.com/Ha0Tang/SelectionGAN" ], [ "https://github.com/WenkeHuang/FCCL" ], [ "https://github.com/ncbi/GNorm2" ], [ "https://github.com/hakyimlab/ukbrest" ], [ "https://github.com/MolecularAI/REINVENT4" ], [ "https://github.com/Vicky123wzy/RetroScan" ], [ "https://github.com/theochem/B3DB" ], [ "https://github.com/brentp/hts-nim" ], [ "https://github.com/labstructbioinf/PiPred" ], [ "https://github.com/saschajung/RefBool" ], [ "https://github.com/PeihaoChen/regnet" ], [ "https://github.com/BimberLab/DISCVRSeq" ], [ "https://github.com/YuemingJin/STswinCL" ], [ "https://github.com/rwehrens/ptw" ], [ "https://github.com/OSS-Lab/MetQy" ], [ "https://github.com/Cwuwhu/FCD-GAN-pytorch" ], [ "https://github.com/ablab/stringdecomposer" ], [ "https://github.com/ninaqy/Flexible-PU" ], [ "https://github.com/ablab/stringdecomposer" ], [ "https://github.com/soedinglab/spacepharer" ], [ "https://github.com/ablab/stringdecomposer" ], [ "https://github.com/pinellolab/haystack_bio" ], [ "https://github.com/DotWang/DCN-T" ], [ "https://github.com/GeoVectorMatrix/Dif-Fusion" ], [ "https://github.com/FenyoLab/L1EM" ], [ "https://github.com/essex-lab/grand" ], [ "https://github.com/Ravel-Laboratory/speciateIT" ], [ "https://github.com/theochem/B3DB" ], [ "https://github.com/theochem/B3DB" ], [ "https://github.com/theochem/B3DB" ], [ "https://github.com/theochem/B3DB" ], [ "https://github.com/insilichem/esigen" ], [ "https://github.com/naim-panjwani/LocusFocus" ], [ "https://github.com/minoh0201/DeepMicro" ], [ "https://github.com/krumsieklab/MoDentify" ], [ "https://github.com/Sanofi-Public/LMR-SurfaceID" ], [ "https://github.com/florisvb/PyNumDiff" ], [ "https://github.com/biocorecrg/ExOrthist" ], [ "https://github.com/baoe/flas" ], [ "https://github.com/odenas/indexed_ms" ], [ "https://github.com/kundajelab/coda" ], [ "https://github.com/solonas13/maw" ], [ "https://github.com/zhaoyuzhi/SVCNet" ], [ "https://github.com/compgenome365/TCGA-Assembler-2" ], [ "https://github.com/misshie/bioruby-ucsc-api" ], [ "https://github.com/ncbi/BioREx" ], [ "https://github.com/yavyx/PaIntDB" ], [ "https://github.com/KijinKims/VirPipe" ], [ "https://github.com/BioJulia/BioStructures" ], [ "https://github.com/FactoDeepLearning/VerticalAttentionOCR" ], [ "https://github.com/xmengli999/CANet" ], [ "https://github.com/jingjin25/LFASR-FS-GAF" ], [ "https://github.com/SydneyBioX/MoleculeExperiment" ], [ "https://github.com/AggMan96/RK-Net" ], [ "https://github.com/ablab-nthu/Multi-CSAR" ], [ "https://github.com/sarbal/EGAD" ], [ "https://github.com/FOIL-NU/RainbowSTORM" ], [ "https://github.com/Genotek/ClassifyCNV" ], [ "https://github.com/idekerlab/pyNBS" ], [ "https://github.com/PoonLab/covizu" ], [ "https://github.com/eMetaboHUB/Forum-DiseasesChem" ], [ "https://github.com/chenyilun95/DSGN2" ], [ "https://github.com/zjy2050/HDCRL-ReID" ], [ "https://github.com/glycoinfo/GlycoCoO" ], [ "https://github.com/Bishop-Laboratory/correlationAnalyzeR" ], [ "https://github.com/alyssafrazee/derfinder" ], [ "https://github.com/ken0-1n/Genomon-ITDetector" ], [ "https://github.com/Clinical-Genomics/patientMatcher" ], [ "https://github.com/matthewcarlucci/DiscoRhythm" ], [ "https://github.com/CSB5/CaDRReS" ], [ "https://github.com/lipelopesoliveira/pyCOFBuilder" ], [ "https://github.com/xdweixia/GECMC" ], [ "https://github.com/MinzhuXie/H-PoPG" ], [ "https://github.com/LooseLab/Icarust" ], [ "https://github.com/ProwlerForNanopore/ProwlerTrimmer" ], [ "https://github.com/colabobio/sciviewer" ], [ "https://github.com/isugifNF/polishCLR" ], [ "https://github.com/louisgt/SodaPop" ], [ "https://github.com/cambridgeltl/MTL-Bioinformatics-2016" ], [ "https://github.com/0xTCG/biser" ], [ "https://github.com/JEFworks-Lab/STalign" ], [ "https://github.com/JEFworks-Lab/STalign" ], [ "https://github.com/KHanghoj/NGSremix" ], [ "https://github.com/JEFworks-Lab/STalign" ], [ "https://github.com/JEFworks-Lab/STalign" ], [ "https://github.com/DecodeGenetics/popSTR" ], [ "https://github.com/DecodeGenetics/popSTR" ], [ "https://github.com/CVMI-Lab/ST3D" ], [ "https://github.com/LANL-Bioinformatics/EDGE" ], [ "https://github.com/COL-IU/Graph2Pro" ], [ "https://github.com/yunzhang813/FUNNEL-GSEA-R-Package" ], [ "https://github.com/Blue1993/BAPA" ], [ "https://github.com/easezyc/deep-transfer-learning" ], [ "https://github.com/mutalyzer/description-extractor" ], [ "https://github.com/fwhelan/coinfinder" ], [ "https://github.com/wiederm/transformato" ], [ "https://github.com/ablab/stringdecomposer" ], [ "https://github.com/medicalinformatics/MainzellisteSEL" ], [ "https://github.com/wenqi006/SlideGraph" ], [ "https://github.com/KennthShang/PhaVIP" ], [ "https://github.com/clockor2/phylojs" ], [ "https://github.com/ablab/stringdecomposer" ], [ "https://github.com/ablab/stringdecomposer" ], [ "https://github.com/Mathelab/RaMP-DB" ], [ "https://github.com/mandricigor/isoem2" ], [ "https://github.com/pmckenz1/ipcoal" ], [ "https://github.com/slzarate/parliament2" ], [ "https://github.com/AntonioDeFalco/Adaptive-OCGP" ], [ "https://github.com/JEFworks-Lab/STalign" ], [ "https://github.com/JEFworks-Lab/STalign" ], [ "https://github.com/JEFworks-Lab/STalign" ], [ "https://github.com/JEFworks-Lab/STalign" ], [ "https://github.com/jag1g13/pycgtool" ], [ "https://github.com/ablab/stringdecomposer" ], [ "https://github.com/FangShancheng/ABINet-PP" ], [ "https://github.com/adamhockenberry/bacphlip" ], [ "https://github.com/DecodeGenetics/popSTR" ], [ "https://github.com/DecodeGenetics/popSTR" ], [ "https://github.com/KangchengHou/admix-kit" ], [ "https://github.com/biomed-AI/GraphSite" ], [ "https://github.com/Saoge123/ccgnet" ], [ "https://github.com/price0416/Simulome" ], [ "https://github.com/adamallo/SimPhy" ], [ "https://github.com/pdxgx/neoepiscope" ], [ "https://github.com/soeaver/Hier-R-CNN" ], [ "https://github.com/pranavkdm/R-PointHop" ], [ "https://github.com/ConesaLab/MultiBaC" ], [ "https://github.com/JLiangLab/DiRA" ], [ "https://github.com/JLiangLab/DiRA" ], [ "https://github.com/JLiangLab/DiRA" ], [ "https://github.com/JLiangLab/DiRA" ], [ "https://github.com/JLiangLab/DiRA" ], [ "https://github.com/amcdavid/HurdleNormal" ], [ "https://github.com/swsoyee/TCC-GUI" ], [ "https://github.com/JLiangLab/DiRA" ], [ "https://github.com/WGLab/Phen2Gene" ], [ "https://github.com/TalusBio/nf-encyclopedia" ], [ "https://github.com/hillerlab/IterativeErrorCorrection" ], [ "https://github.com/pulimeng/DeepDrug3D" ], [ "https://github.com/CSUBioGroup/GraphscoreDTA" ], [ "https://github.com/BIGslu/kimma" ], [ "https://github.com/dianzl/SODFormer" ], [ "https://github.com/jianlin-cheng/GenomeFlow" ], [ "https://github.com/sylvainprigent/stracking" ], [ "https://github.com/Richard-Packer/DeepPheWAS" ], [ "https://github.com/JLiangLab/DiRA" ], [ "https://github.com/elkebir-group/doubletD" ], [ "https://github.com/erasmus-center-for-biomics/Nimbus" ], [ "https://github.com/gstecher/CloneFinderAPI" ], [ "https://github.com/ChristopherWilks/snaptron" ], [ "https://github.com/gurkirt/3D-RetinaNet" ], [ "https://github.com/xmed-lab/SAHC" ], [ "https://github.com/AlexTS1980/COVID-CT-Mask-Net" ], [ "https://github.com/TinaLRJ/Multi-frame-infrared-small-target-detection-DTUM" ], [ "https://github.com/mathelab/RaMP-DB" ], [ "https://github.com/magnitov/pentad" ], [ "https://github.com/intervene-EU-H2020/synthetic_data" ], [ "https://github.com/nygenome/SCANVIS" ], [ "https://github.com/GOMC-WSU/MoSDeF-GOMC" ], [ "https://github.com/tdepke/CluMSID" ], [ "https://github.com/EBI-IntAct/IntactApp" ], [ "https://github.com/kaigelee/CSFCN" ], [ "https://github.com/LyonsLab/coge" ], [ "https://github.com/LyonsLab/coge" ], [ "https://github.com/LyonsLab/coge" ], [ "https://github.com/LyonsLab/coge" ], [ "https://github.com/TillMacher/apscale_gui" ], [ "https://github.com/SunPengChuan/wgdi" ], [ "https://github.com/ZhuMSLab/DecoMetDIA" ], [ "https://github.com/morispi/LRez" ], [ "https://github.com/yangao07/TideHunter" ], [ "https://github.com/JLiangLab/DiRA" ], [ "https://github.com/LieberInstitute/dotdotdot" ], [ "https://github.com/shuangj00/HARMONIES" ], [ "https://github.com/BorgwardtLab/reComBat" ], [ "https://github.com/ChrispinChaguza/RCandy" ], [ "https://github.com/aspuru-guzik-group/selfies" ], [ "https://github.com/mpicbg-scicomp/snakemake-workflows" ], [ "https://github.com/Proteomicslab57357/UniprotR" ], [ "https://github.com/hzi-bifo/RiboDetector" ], [ "https://github.com/xjtu-omics/IAGS" ], [ "https://github.com/JINJINT/ESCO" ], [ "https://github.com/wangweiSJTU/OTUR" ], [ "https://github.com/netZoo/netZooPy" ], [ "https://github.com/MicrobialDarkMatter/GraphMB" ], [ "https://github.com/Zafar-Lab/Margaret" ], [ "https://github.com/tlawrence3/tSFM" ], [ "https://github.com/rdiaz02/EvAM-Tools" ], [ "https://github.com/lbobay/CoreCruncher" ], [ "https://github.com/jyyulab/scMINER" ], [ "https://github.com/AnnekathrinSilvia/magnetique" ], [ "https://github.com/labstructbioinf/pLM-BLAST" ], [ "https://github.com/UGA-BSAIL/plant_3d_deep_learning" ], [ "https://github.com/mgleeming/synthedia" ], [ "https://github.com/xiaofeng94/RefineDNet-for-dehazing" ], [ "https://github.com/sing-group/compi" ], [ "https://github.com/taozh2017/RGBD-SODsurvey" ], [ "https://github.com/lightaime/deep_gcns_torch" ], [ "https://github.com/marianattestad/assemblytics" ], [ "https://github.com/divelab/MoleculeX" ], [ "https://github.com/facebookresearch/LaMCTS" ], [ "https://github.com/FOI-Bioinformatics/flextaxd" ], [ "https://github.com/mildpiggy/DEP2" ], [ "https://github.com/seqcode/miniMDS" ], [ "https://github.com/AndrasHartmann/OptPipe" ], [ "https://github.com/tsdat/tsdat" ], [ "https://github.com/brainiak/rt-cloud" ], [ "https://github.com/megvii-research/BasesHomo" ], [ "https://github.com/gtDMMB/RNAStructViz" ], [ "https://github.com/theislab/sc-pert" ], [ "https://github.com/SouthGreenPlatform/PyRice" ], [ "https://github.com/ay-lab/dcHiC" ], [ "https://github.com/epigenelabs/inmoose" ], [ "https://github.com/MattClarkson/CMakeCatchTemplate" ], [ "https://github.com/roblanf/SRHtests" ], [ "https://github.com/afujimoto/CAMPHORsomatic" ], [ "https://github.com/cvn001/transflow" ], [ "https://github.com/tlemane/kmdiff" ], [ "https://github.com/bioinfolabmu/piRNN" ], [ "https://github.com/izhbannikov/spm" ], [ "https://github.com/iqtree/decenttree" ], [ "https://github.com/stemylonas/DeepSurf" ], [ "https://github.com/C3BI-pasteur-fr/ReGaTE" ], [ "https://github.com/medvedevgroup/vargeno" ], [ "https://github.com/innate2adaptive/Decombinator" ], [ "https://github.com/TillMacher/TaxonTableTools" ], [ "https://github.com/vals/umis" ], [ "https://github.com/Askarbek-orakov/ASAR" ], [ "https://github.com/DWALab/Phindr3D" ], [ "https://github.com/EtienneCmb/tensorpac" ], [ "https://github.com/XiaoleiLiuBio/G2P" ], [ "https://github.com/SaraEl-Metwally/LightAssembler" ], [ "https://github.com/erhard-lab/price" ], [ "https://github.com/Lixy1997/Group-WSSS" ], [ "https://github.com/FridleyLab/spatialTIME" ], [ "https://github.com/NGSeq/ViraPipe" ], [ "https://github.com/aljpetri/isONform" ], [ "https://github.com/chaoning/GMAT" ], [ "https://github.com/treangenlab/Olivar" ], [ "https://github.com/nf-core/nanostring" ], [ "https://github.com/nawrockie/vadr" ], [ "https://github.com/StevenLiuWen/sRNN_TSC_Anomaly_Detection" ], [ "https://github.com/aatapa/RLScore" ], [ "https://github.com/spyflying/CMPC-Refseg" ], [ "https://github.com/reach2sbera/ldct_nonlocal" ], [ "https://github.com/bioinfo-ut/StrainSeeker" ], [ "https://github.com/niemasd/FAVITES" ], [ "https://github.com/Tarskin/LaCyTools" ], [ "https://github.com/saezlab/decoupler-py" ], [ "https://github.com/wangjun1996/VisFeature" ], [ "https://github.com/unipept/FragGeneScanRs" ], [ "https://github.com/W-L/deviaTE" ], [ "https://github.com/grigorisg9gr/polynomial_nets" ], [ "https://github.com/SchulzLab/ORNA" ], [ "https://github.com/ddarriba/ForeSeqs" ], [ "https://github.com/epilog-tool/epilog" ], [ "https://github.com/mjsull/chromatiblock" ], [ "https://github.com/gtluu/timsconvert" ], [ "https://github.com/evolbioinfo/gotree" ], [ "https://github.com/123xiaochen/VCFshiny" ], [ "https://github.com/spang-lab/adadmire" ], [ "https://github.com/gersteinlab/HiC-spector" ], [ "https://github.com/luojunwei/SLR" ], [ "https://github.com/connor-lab/vapor" ], [ "https://github.com/nasqar/NASQAR" ], [ "https://github.com/Xianhang/EDSC-pytorch" ], [ "https://github.com/dylanbeeber/crispRdesignR" ], [ "https://github.com/HuMingLab/SnapHiC" ], [ "https://github.com/welch-lab/pyliger" ], [ "https://github.com/OHNLP/MedTator" ], [ "https://github.com/DessimozLab/phylo-io" ], [ "https://github.com/FTD007/PInet" ], [ "https://github.com/wenguanwang/DHF1K" ], [ "https://github.com/syxiaa/Multiclass-Label-Noise-Filtering-Learning" ], [ "https://github.com/metagenlab/zDB" ], [ "https://github.com/iimog/bcgTree" ], [ "https://github.com/belowlab/IMMerge" ], [ "https://github.com/wuaipinglab/ImmuCC" ], [ "https://github.com/cov-lineages/scorpio" ], [ "https://github.com/akshaydudhane16/BIPNet" ], [ "https://github.com/evoldoers/historian" ], [ "https://github.com/khramts/assocplots" ], [ "https://github.com/mahaichuan/Versatile-Image-Compression" ], [ "https://github.com/vsbuffalo/scidataflow" ], [ "https://github.com/shbrief/AnVILWorkflow" ], [ "https://github.com/morrislab/phylosub" ], [ "https://github.com/ylab-hi/ScanNeo" ], [ "https://github.com/carjed/helmsman" ], [ "https://github.com/j3xugit/RaptorX-3DModeling" ], [ "https://github.com/jaswindersingh2/SPOT-RNA2" ], [ "https://github.com/human-analysis/neural-architecture-transfer" ], [ "https://github.com/dantaki/SV2" ], [ "https://github.com/mortazavilab/swan_vis" ], [ "https://github.com/changlin31/DS-Net" ], [ "https://github.com/mmundy42/mackinac" ], [ "https://github.com/XY-boy/TTST" ], [ "https://github.com/JLiangLab/SemanticGenesis" ], [ "https://github.com/MetaSys-LISBP/IsoCor" ], [ "https://github.com/alvinxhan/Phydelity" ], [ "https://github.com/QuKunLab/ATAC-pipe" ], [ "https://github.com/missuse/ragp" ], [ "https://github.com/dengsutao/glsan" ], [ "https://github.com/telatin/BamToCov" ], [ "https://github.com/statgenlmu/coala" ], [ "https://github.com/ncbi/vadr" ], [ "https://github.com/mdkarcher/phylodyn" ], [ "https://github.com/wangyuxin87/PERT" ], [ "https://github.com/nunofonseca/irap" ], [ "https://github.com/hezhujun/autofocus-rnn" ], [ "https://github.com/friedlanderlab/mirtrace" ], [ "https://github.com/ddiem-ri-4D/epiTCR" ], [ "https://github.com/icthrm/cwSDTWnano" ], [ "https://github.com/pierrepo/PBxplore" ], [ "https://github.com/WPC-WHU/GROR" ], [ "https://github.com/jind11/Deep-PICO-Detection" ], [ "https://github.com/prismformore/Multi-Task-Transformer" ], [ "https://github.com/FenyoLab/transposcope" ], [ "https://github.com/Jzy2017/TACL" ], [ "https://github.com/mebbert/VariantToolChest" ], [ "https://github.com/kr-colab/disperseNN2" ], [ "https://github.com/makovalab-psu/NoiseCancellingRepeatFinder" ], [ "https://github.com/andrewparkermorgan/argyle" ], [ "https://github.com/fmicompbio/mutscan" ], [ "https://github.com/maplesond/SPECTRE" ], [ "https://github.com/zbzhzhy/PZRes-Net" ], [ "https://github.com/HaploConduct/HaploConduct" ], [ "https://github.com/hklarner/PyBoolNet" ], [ "https://github.com/schatzlab/scikit-ribo" ], [ "https://github.com/rpeckner-broad/Specter" ], [ "https://github.com/DecodeGenetics/BamHash" ], [ "https://github.com/bihealth/WiPP" ], [ "https://github.com/binderh/CoxBoost" ], [ "https://github.com/NuttyLogic/BSBolt" ], [ "https://github.com/brentp/echtvar" ], [ "https://github.com/tkchafin/mrbait" ], [ "https://github.com/Ding-Liu/DeepDenoising" ], [ "https://github.com/ChrisMaherLab/INTEGRATE-Neo" ], [ "https://github.com/raphael-group/paste2" ], [ "https://github.com/BGI-shenzhen/PopLDdecay" ], [ "https://github.com/danlbek/Seed" ], [ "https://github.com/jermp/sshash" ], [ "https://github.com/mindazhao/pix-pix-warping-video-stabilization" ], [ "https://github.com/ylab-hi/ScanNeo2" ], [ "https://github.com/kr-colab/disperseNN2" ], [ "https://github.com/HpWang-whu/RoReg" ], [ "https://github.com/hellosunking/Msuite2" ], [ "https://github.com/kr-colab/disperseNN2" ], [ "https://github.com/liberjul/CONSTAXv2" ], [ "https://github.com/tjiiv-cprg/EPro-PnP-v2" ], [ "https://github.com/kr-colab/disperseNN2" ], [ "https://github.com/DirtyHarryLYL/Transferable-Interactiveness-Network" ], [ "https://github.com/zhanglabNKU/eCAMI" ], [ "https://github.com/phytest-devs/phytest" ], [ "https://github.com/csjunxu/Noisy-As-Clean" ], [ "https://github.com/CompSynBioLab-KoreaUniv/FunGAP" ], [ "https://github.com/greenelab/generic-expression-patterns" ], [ "https://github.com/borenstein-lab/MetaLAFFA" ], [ "https://github.com/togoid/togoid-config" ], [ "https://github.com/kr-colab/disperseNN2" ], [ "https://github.com/pedronachtigall/CodAn" ], [ "https://github.com/kr-colab/disperseNN2" ], [ "https://github.com/kr-colab/disperseNN2" ], [ "https://github.com/YuSugihara/MutMap" ], [ "https://github.com/johnlees/mandrake" ], [ "https://github.com/TobiTekath/DTUrtle" ], [ "https://github.com/bhklab/genefu" ], [ "https://github.com/kr-colab/disperseNN2" ], [ "https://github.com/samsledje/D-SCRIPT" ], [ "https://github.com/rosedu1/deconvSeq" ], [ "https://github.com/atiselsts/spacescanner" ], [ "https://github.com/kussell-lab/mcorr" ], [ "https://github.com/statisticalbiotechnology/quandenser" ], [ "https://github.com/siskac/discordant" ], [ "https://github.com/PoisonAlien/trackplot" ], [ "https://github.com/maickrau/MBG" ], [ "https://github.com/google/deepvariant" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/xgaoo/ClusterMap" ], [ "https://github.com/ushaham/BatchEffectRemoval" ], [ "https://github.com/biosustain/shu" ], [ "https://github.com/KosukeHamazaki/RAINBOWR" ], [ "https://github.com/pykeen/benchmarking" ], [ "https://github.com/iVis-at-Bilkent/pathway-mapper" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/ludvigla/semla" ], [ "https://github.com/AstraZeneca-NGS/disambiguate" ], [ "https://github.com/TheJacksonLaboratory/wn2vec" ], [ "https://github.com/AaronYll/DECban" ], [ "https://github.com/raoyongming/DynamicViT" ], [ "https://github.com/databio/IGD" ], [ "https://github.com/morispi/HG-CoLoR" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/lmrodriguezr/nonpareil" ], [ "https://github.com/OpenGene/repaq" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/mrazvan22/brain-coloring" ], [ "https://github.com/CuthbertCai/SRDA" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/ViTAE-Transformer/P3M-Net" ], [ "https://github.com/wuzhe71/DCN" ], [ "https://github.com/FischerJo/FAME" ], [ "https://github.com/zhjohnchan/M3AE" ], [ "https://github.com/DerKevinRiehl/TransposonUltimate" ], [ "https://github.com/jpquast/protti" ], [ "https://github.com/kunalkathuria/SVXplorer" ], [ "https://github.com/yphsieh/ItgDB" ], [ "https://github.com/usnistgov/thermo-extrap" ], [ "https://github.com/Caleydo/coral" ], [ "https://github.com/lmbxmu/DCFF" ], [ "https://github.com/ywflow/BubMask" ], [ "https://github.com/blanclist/CDNet" ], [ "https://github.com/jminnier/STARTapp" ], [ "https://github.com/Wangys-prog/prPred" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/nf-core/isoseq" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/ncbi/fcs" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/VCCRI/Ularcirc" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/federicogiorgi/corto" ], [ "https://github.com/tfzhou/MG-HumanParsing" ], [ "https://github.com/cccorn/AP-loss" ], [ "https://github.com/bioinfo-ut/PhenotypeSeeker" ], [ "https://github.com/elodiegermani/SAPHIR" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/insilichem/gaudi" ], [ "https://github.com/TravisWheelerLab/VIBES" ], [ "https://github.com/sculab/RASP" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/pantherdb/TreeGrafter" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/yfukai/laptrack" ], [ "https://github.com/gcappon/replay-bg" ], [ "https://github.com/ncbi/fcs" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/ncbi/fcs" ], [ "https://github.com/ncbi/fcs" ], [ "https://github.com/blackfeather-wang/ISDA-for-Deep-Networks" ], [ "https://github.com/yz-wang/UCL-Dehaze" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/zju3dv/pvnet" ], [ "https://github.com/younglululu/COCACOLA" ], [ "https://github.com/chunmeifeng/SANet" ], [ "https://github.com/Rappsilber-Laboratory/xiSPEC" ], [ "https://github.com/0liliulei/Mem3D" ], [ "https://github.com/nluhmann/BlastFrost" ], [ "https://github.com/RUBi-ZA/MD-TASK" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/RUBi-ZA/MD-TASK" ], [ "https://github.com/ncbi/icn3d" ], [ "https://github.com/RUBi-ZA/MD-TASK" ], [ "https://github.com/refresh-bio/Whisper" ], [ "https://github.com/ryought/hic_hiker" ], [ "https://github.com/kamimrcht/ELECTOR" ], [ "https://github.com/amcrisan/Adjutant" ], [ "https://github.com/naver/biobert-pretrained" ], [ "https://github.com/crowelab/clonomatch" ], [ "https://github.com/ctlab/GADMA" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/pgxcentre/genipe" ], [ "https://github.com/mlangill/microbiome_helper" ], [ "https://github.com/CAMI-challenge/OPAL" ], [ "https://github.com/ziyili20/TOAST" ], [ "https://github.com/liaoherui/StrainScan" ], [ "https://github.com/mlangill/microbiome_helper" ], [ "https://github.com/mlangill/microbiome_helper" ], [ "https://github.com/ChrisMaherLab/INTEGRATE-Vis" ], [ "https://github.com/ncbi/fcs" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/BackofenLab/CRISPRtracrRNA" ], [ "https://github.com/deruncie/GridLMM" ], [ "https://github.com/CRUiit/igb-mi-bundle" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/RUBi-ZA/MD-TASK" ], [ "https://github.com/UCSF-MS-DCC/TopoDB" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/hivdb/sierra-sars2" ], [ "https://github.com/shimlab/NanoSplicer" ], [ "https://github.com/IPK-BIT/isa4j" ], [ "https://github.com/Sciope/Sciope" ], [ "https://github.com/hiteshpatel379/PyWATER" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/schneebergerlab/plotsr" ], [ "https://github.com/JJAlmagro/subcellular_localization" ], [ "https://github.com/zjhthu/OANet" ], [ "https://github.com/ncbi/fcs" ], [ "https://github.com/ncbi/fcs" ], [ "https://github.com/ibe-uw/tiara" ], [ "https://github.com/ncbi/icn3d" ], [ "https://github.com/ncbi/icn3d" ], [ "https://github.com/Shen-Lab/GraphCL_Automated" ], [ "https://github.com/labgem/PPanGGOLiN" ], [ "https://github.com/eliberis/parapred" ], [ "https://github.com/bittremieux/spectrum_utils" ], [ "https://github.com/rega-cev/phylogeotool" ], [ "https://github.com/KerstenDoering/PubMedPortable" ], [ "https://github.com/SamStudio8/goldilocks" ], [ "https://github.com/gosling-lang/gos" ], [ "https://github.com/ncbi/icn3d" ], [ "https://github.com/ncbi/icn3d" ], [ "https://github.com/ncbi/icn3d" ], [ "https://github.com/qiime2/q2-feature-classifier" ], [ "https://github.com/ncbi/icn3d" ], [ "https://github.com/hw2hwei/SKAL" ], [ "https://github.com/YJulyXing/SECNVs" ], [ "https://github.com/aoliver44/taxaHFE" ], [ "https://github.com/ncbi/fcs" ], [ "https://github.com/FJD-CEPH/aCNViewer" ], [ "https://github.com/meringlab/FlashWeave" ], [ "https://github.com/he2016012996/CABnet" ], [ "https://github.com/dmirman/gazer" ], [ "https://github.com/egr95/R-codacore" ], [ "https://github.com/ZooPhy/geoboost2" ], [ "https://github.com/fmicompbio/monaLisa" ], [ "https://github.com/ailabstw/ezGeno" ], [ "https://github.com/sinAshish/Multi-Scale-Attention" ], [ "https://github.com/scvae/scvae" ], [ "https://github.com/mlangill/microbiome_helper" ], [ "https://github.com/ChristopherWilks/megadepth" ], [ "https://github.com/openbiox/UCSCXenaShiny" ], [ "https://github.com/ncbi/icn3d" ], [ "https://github.com/bvieth/powsimR" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/mlangill/microbiome_helper" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/RUBi-ZA/MD-TASK" ], [ "https://github.com/RUBi-ZA/MD-TASK" ], [ "https://github.com/RUBi-ZA/MD-TASK" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/mlangill/microbiome_helper" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/RealityBending/Pyllusion" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/LUMC/kPAL" ], [ "https://github.com/genssi-developer/GenSSI" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/mlangill/microbiome_helper" ], [ "https://github.com/rinikerlab/Ensembler" ], [ "https://github.com/horvatovichlab/MSIWarp" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/shwoo93/video_decaptioning" ], [ "https://github.com/mmic-lcl/Datasets-and-benchmark-code" ], [ "https://github.com/mmic-lcl/Datasets-and-benchmark-code" ], [ "https://github.com/mmic-lcl/Datasets-and-benchmark-code" ], [ "https://github.com/mmic-lcl/Datasets-and-benchmark-code" ], [ "https://github.com/Drinchai/BloodGen3Module" ], [ "https://github.com/xiaoyeye/GCNG" ], [ "https://github.com/mlangill/microbiome_helper" ], [ "https://github.com/HVision-NKU/Conv2Former" ], [ "https://github.com/gobics/uproc" ], [ "https://github.com/molbiodiv/biojs-io-biom" ], [ "https://github.com/JCVenterInstitute/PanGenomePipeline" ], [ "https://github.com/cartoonist/psi" ], [ "https://github.com/chentao1999/MedicalRelationExtraction" ], [ "https://github.com/Stephane-S/Simplot_PlusPlus" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/mmic-lcl/Datasets-and-benchmark-code" ], [ "https://github.com/BDI-pathogens/phyloscanner" ], [ "https://github.com/mmic-lcl/Datasets-and-benchmark-code" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/mmic-lcl/Datasets-and-benchmark-code" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/RUBi-ZA/MD-TASK" ], [ "https://github.com/IEDB/PEPMatch" ], [ "https://github.com/venguix/NeoRS" ], [ "https://github.com/GMOD/cram-js" ], [ "https://github.com/vanessajurtz/MetaPhinder" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/xytmhy/DID-ANet-Defocus-Deblurring" ], [ "https://github.com/phe-bioinformatics/snapperdb" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/whuang08/TreeScaper" ], [ "https://github.com/Teichlab/bbknn" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/mmic-lcl/Datasets-and-benchmark-code" ], [ "https://github.com/blaxterlab/blobology" ], [ "https://github.com/vlasmirnov/MAGUS" ], [ "https://github.com/vpc-ccg/pamir" ], [ "https://github.com/COMBINE-lab/simpleaf" ], [ "https://github.com/Reedwarbler/REPdenovo" ], [ "https://github.com/bergmanlab/mcclintock" ], [ "https://github.com/gjonwick/MAGI-Dock" ], [ "https://github.com/gagneurlab/concise" ], [ "https://github.com/Vini2/GraphBin" ], [ "https://github.com/lhc17/HoloNet" ], [ "https://github.com/jiqingxiaoxi/GLAPD" ], [ "https://github.com/COMBINE-lab/simpleaf" ], [ "https://github.com/SpatialTranscriptomicsResearch/st_pipeline" ], [ "https://github.com/COMBINE-lab/simpleaf" ], [ "https://github.com/Genomics-HSE/VGsim" ], [ "https://github.com/JmanJ/LSM_Worker" ], [ "https://github.com/dddzg/up-detr" ], [ "https://github.com/bergmanlab/mcclintock" ], [ "https://github.com/ksahlin/ultra" ], [ "https://github.com/openPupil/Open-PupilEXT" ], [ "https://github.com/mstsuite/MuST" ], [ "https://github.com/gifford-lab/DeepLigand" ], [ "https://github.com/BiodataAnalysisGroup/UMIc" ], [ "https://github.com/danini/magsac" ], [ "https://github.com/PSSUN/CircCode" ], [ "https://github.com/gjeschke/MMMx" ], [ "https://github.com/bihealth/scelvis" ], [ "https://github.com/noriakis/ggkegg" ], [ "https://github.com/bergmanlab/telr" ], [ "https://github.com/bergmanlab/mcclintock" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/healthyPlant/PhytoPipe" ], [ "https://github.com/muhammedtalo/COVID-19" ], [ "https://github.com/modsim/CADET-Match" ], [ "https://github.com/modsim/CADET-Match" ], [ "https://github.com/wells-wood-research/timed-design" ], [ "https://github.com/YonghaoXu/Txt2Img-MHN" ], [ "https://github.com/modsim/CADET-Match" ], [ "https://github.com/patrickbryant1/Umol" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/zx0223winner/HSDFinder" ], [ "https://github.com/bergmanlab/mcclintock" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/modsim/CADET-Match" ], [ "https://github.com/Candihub/pixel" ], [ "https://github.com/miRTop/mirGFF3" ], [ "https://github.com/statgen/savvy" ], [ "https://github.com/Kari-Genomics-Lab/iDeLUCS" ], [ "https://github.com/gem-pasteur/macsyfinder" ], [ "https://github.com/gem-pasteur/macsyfinder" ], [ "https://github.com/gem-pasteur/macsyfinder" ], [ "https://github.com/Alina-1997/visual-distortion-in-attack" ], [ "https://github.com/gem-pasteur/macsyfinder" ], [ "https://github.com/haddocking/disvis" ], [ "https://github.com/lh3/minimap" ], [ "https://github.com/blab/nextflu" ], [ "https://github.com/DecBayComp/TRamWAy" ], [ "https://github.com/ShuGuoJ/GiGCN" ], [ "https://github.com/NGS-lib/NGSplusplus" ], [ "https://github.com/CostaLab/scMEGA" ], [ "https://github.com/hugomailhot/MorphoLex-en" ], [ "https://github.com/sjteresi/TE_Density" ], [ "https://github.com/louiejtaylor/grabseqs" ], [ "https://github.com/saucermanlab/Netflux" ], [ "https://github.com/a-h-b/dadasnake" ], [ "https://github.com/roads/psiz" ], [ "https://github.com/SydneyBioX/scFeatures" ], [ "https://github.com/BenevolentAI/DeeplyTough" ], [ "https://github.com/PGP-UK/GenomeChronicler" ], [ "https://github.com/manuel-munoz-aguirre/PyHIST" ], [ "https://github.com/thiviyanT/torch-rgcn" ], [ "https://github.com/COMBINE-lab/simpleaf" ], [ "https://github.com/COMBINE-lab/simpleaf" ], [ "https://github.com/charliebudd/torch-content-area" ], [ "https://github.com/COMBINE-lab/simpleaf" ], [ "https://github.com/bittremieux/falcon" ], [ "https://github.com/tsudalab/ChemTS" ], [ "https://github.com/COMBINE-lab/simpleaf" ], [ "https://github.com/Cassie94/LSTD" ], [ "https://github.com/OpenFreeEnergy/kartograf" ], [ "https://github.com/BEAST2-Dev/nested-sampling" ], [ "https://github.com/Vivianstats/scLink" ], [ "https://github.com/bioinfo-ut/GenomeTester4" ], [ "https://github.com/jnalanko/VOMM" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/ZhifangDeng/MISSFormer" ], [ "https://github.com/craftGBD/craftGBD" ], [ "https://github.com/behinger/etcomp" ], [ "https://github.com/lin-lcx/HGCN" ], [ "https://github.com/openvax/mhcflurry" ], [ "https://github.com/dvklopfenstein/pmidcite" ], [ "https://github.com/jiupinjia/SkyAR" ], [ "https://github.com/sara-javadzadeh/FastViFi" ], [ "https://github.com/Shen-Lab/DeepAffinity" ], [ "https://github.com/chrisamiller/fishplot" ], [ "https://github.com/lh3/bfc" ], [ "https://github.com/bergmanlab/mcclintock" ], [ "https://github.com/bergmanlab/mcclintock" ], [ "https://github.com/bergmanlab/mcclintock" ], [ "https://github.com/kevinmcgregor/mdine" ], [ "https://github.com/iVis-at-Bilkent/chilay" ], [ "https://github.com/ablab/TandemTools" ], [ "https://github.com/malewins/SEQing" ], [ "https://github.com/dxmarkets/savoir" ], [ "https://github.com/sbgn/cd2sbgnml" ], [ "https://github.com/phnmnl/KubeNow-plugin" ], [ "https://github.com/kantorlab/hivmmer" ], [ "https://github.com/vaquerizaslab/tadtool" ], [ "https://github.com/meren/illumina-utils" ], [ "https://github.com/SaskiaFreytag/schex" ], [ "https://github.com/weizequan/LGNet" ], [ "https://github.com/bioinformatics-centre/bayesembler" ], [ "https://github.com/barahona-research-group/RamanSPy" ], [ "https://github.com/xlliu7/TadTR" ], [ "https://github.com/ggonnella/gfapy" ], [ "https://github.com/pmartR/pmartR" ], [ "https://github.com/danieljf24/hybrid_space" ], [ "https://github.com/modsim/CADET-Match" ], [ "https://github.com/modsim/CADET-Match" ], [ "https://github.com/modsim/CADET-Match" ], [ "https://github.com/modsim/CADET-Match" ], [ "https://github.com/cbg-ethz/BnpC" ], [ "https://github.com/COMBINE-lab/simpleaf" ], [ "https://github.com/yyoshiaki/VIRTUS" ], [ "https://github.com/agemagician/ProtTrans" ], [ "https://github.com/bergmanlab/mcclintock" ], [ "https://github.com/montilab/hypeR" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/syspremed/exploBATCH" ], [ "https://github.com/agis85/multimodal_brain_synthesis" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/FemeniasM/ExplorATEproject" ], [ "https://github.com/sshan-zhao/ACMNet" ], [ "https://github.com/gem-pasteur/macsyfinder" ], [ "https://github.com/visionjo/facerec-bias-bfw" ], [ "https://github.com/JosephKJ/iOD" ], [ "https://github.com/ccsb-scripps/ADCP" ], [ "https://github.com/danini/graph-cut-ransac" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/bigbio/py-pgatk" ], [ "https://github.com/dongbo-BUAA-VR/Pointfilter" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/jiang-junyao/IReNA" ], [ "https://github.com/gem-pasteur/macsyfinder" ], [ "https://github.com/gem-pasteur/macsyfinder" ], [ "https://github.com/gem-pasteur/macsyfinder" ], [ "https://github.com/lmbxmu/CLR-RNF" ], [ "https://github.com/tensorboy/PIDOptimizer" ], [ "https://github.com/iziamtso/P3D" ], [ "https://github.com/DrosophilaGenomeEvolution/TrEMOLO" ], [ "https://github.com/raoyongming/GFNet" ], [ "https://github.com/ZimmermanGroup/conformer-rl" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/EBISPOT/covoc" ], [ "https://github.com/anuradhawick/LRBinner" ], [ "https://github.com/andreasmang/claire" ], [ "https://github.com/tvpham/iq" ], [ "https://github.com/zhunzhong07/CamStyle" ], [ "https://github.com/jfmrod/mapseq" ], [ "https://github.com/PennChopMicrobiomeProgram/unassigner" ], [ "https://github.com/EnyaHermite/Picasso" ], [ "https://github.com/klamt-lab/straindesign" ], [ "https://github.com/seqan/needle" ], [ "https://github.com/liedllab/X-Entropy" ], [ "https://github.com/shervinea/enzynet" ], [ "https://github.com/williamgilpin/pypdb" ], [ "https://github.com/frankMusacchia/Annocript" ], [ "https://github.com/kelpforest-cameo/databaseui" ], [ "https://github.com/kbseah/genome-bin-tools" ], [ "https://github.com/mlpen/Nystromformer" ], [ "https://github.com/ShobiStassen/PARC" ], [ "https://github.com/HaploKit/vechat" ], [ "https://github.com/gbouras13/pharokka" ], [ "https://github.com/calico/solo" ], [ "https://github.com/ding-lab/CharGer" ], [ "https://github.com/abacus-gene/paml" ], [ "https://github.com/mi-erasmusmc/TreatmentPatterns" ], [ "https://github.com/usnistgov/pepr" ], [ "https://github.com/biomag-lab/hypocotyl-UNet" ], [ "https://github.com/a-ludi/dentist" ], [ "https://github.com/Oshlack/JAFFA" ], [ "https://github.com/Oshlack/JAFFA" ], [ "https://github.com/ucscGenomeBrowser/kent" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/zoecastillo/microbiomeExplorer" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/GMOD/jbrowse-jupyter" ], [ "https://github.com/blinard-BIOINFO/RAPPAS" ], [ "https://github.com/KennthShang/PhaBOX" ], [ "https://github.com/OpenGVLab/VideoMAEv2" ], [ "https://github.com/svalkiers/clusTCR" ], [ "https://github.com/Oshlack/JAFFA" ], [ "https://github.com/KoslickiLab/L2-UniFrac" ], [ "https://github.com/KoslickiLab/L2-UniFrac" ], [ "https://github.com/KoslickiLab/L2-UniFrac" ], [ "https://github.com/KoslickiLab/L2-UniFrac" ], [ "https://github.com/Oshlack/JAFFA" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/glample/tagger" ], [ "https://github.com/campanam/RatesTools" ], [ "https://github.com/jglamine/phage" ], [ "https://github.com/Rinoahu/SwiftOrtho" ], [ "https://github.com/Oshlack/JAFFA" ], [ "https://github.com/Oshlack/JAFFA" ], [ "https://github.com/yamada-lab/functree-ng" ], [ "https://github.com/MaayanLab/EnrichrBot" ], [ "https://github.com/Oshlack/JAFFA" ], [ "https://github.com/Christensen-Lab-Dartmouth/PyMethylProcess" ], [ "https://github.com/MW55/Natrix" ], [ "https://github.com/4dn-dcic/pairix" ], [ "https://github.com/ucsd-ccbb/VAPr" ], [ "https://github.com/compomics/COSS" ], [ "https://github.com/DessimozLab/pyHam" ], [ "https://github.com/Integrative-Transcriptomics/DamageProfiler" ], [ "https://github.com/lh3/bgt" ], [ "https://github.com/ucsd-ccbb/visJS2jupyter" ], [ "https://github.com/azankl/Ontoclick" ], [ "https://github.com/Oshlack/JAFFA" ], [ "https://github.com/KoslickiLab/L2-UniFrac" ], [ "https://github.com/jclachance/BOFdat" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/CompEvol/sampled-ancestors" ], [ "https://github.com/dewyman/TranscriptClean" ], [ "https://github.com/costasilvati/consexpression" ], [ "https://github.com/Graylab/GeoDock" ], [ "https://github.com/smithlabcode/walt" ], [ "https://github.com/RitataLU/ATACgraph" ], [ "https://github.com/NetherlandsMetabolomicsCentre/metitree" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/compomics/psm_utils" ], [ "https://github.com/BMILAB/AStrap" ], [ "https://github.com/schlegelp/tanglegram" ], [ "https://github.com/stjude/ChIPseqSpikeInFree" ], [ "https://github.com/jedforrest/BondGraphs" ], [ "https://github.com/zhyczy/FedTP" ], [ "https://github.com/Snitkin-Lab-Umich/regentrans" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/mourisl/Rcorrector" ], [ "https://github.com/MeHelmy/princess" ], [ "https://github.com/wty-ustc/e2style" ], [ "https://github.com/KoslickiLab/L2-UniFrac" ], [ "https://github.com/salzberg-lab/Balrog" ], [ "https://github.com/igvteam/igv-webapp" ], [ "https://github.com/olarerin/metaPlotR" ], [ "https://github.com/KoslickiLab/L2-UniFrac" ], [ "https://github.com/AlexandrovLab/SigProfilerMatrixGenerator" ], [ "https://github.com/brentp/combined-pvalues" ], [ "https://github.com/evolbioinf/fur" ], [ "https://github.com/ElofssonLab/PconsC4" ], [ "https://github.com/KoslickiLab/L2-UniFrac" ], [ "https://github.com/virus-evolution/gofasta" ], [ "https://github.com/dptech-corp/Uni-GBSA" ], [ "https://github.com/danis102/seqpac" ], [ "https://github.com/dstahlke/gnuplot-iostream" ], [ "https://github.com/juglab/EmbedSeg" ], [ "https://github.com/reymond-group/map4" ], [ "https://github.com/SysBioChalmers/RAVEN" ], [ "https://github.com/Caleydo/ordino" ], [ "https://github.com/sybila/biodivine-aeon-py" ], [ "https://github.com/mrborges23/delta_statistic" ], [ "https://github.com/ANGSD/ngsRelate" ], [ "https://github.com/LABIOQUIM/visualdynamics" ], [ "https://github.com/tyo-nu/MINE-Server" ], [ "https://github.com/RodrigoGantier/SPADE_E2VID" ], [ "https://github.com/gear-genomics/tracy" ], [ "https://github.com/yukiteruono/pbsim2" ], [ "https://github.com/ICEORY/PMF" ], [ "https://github.com/fukunagatsu/RIblast" ], [ "https://github.com/NBISweden/EMBLmyGFF3" ], [ "https://github.com/shenwei356/kmcp" ], [ "https://github.com/John-P/wsic" ], [ "https://github.com/dwinter/accuMUlate" ], [ "https://github.com/ge11232002/CNEr" ], [ "https://github.com/nioo-knaw/epiGBS2" ], [ "https://github.com/simonvh/fluff" ], [ "https://github.com/rderelle/Broccoli" ], [ "https://github.com/biocore/zebra_filter" ], [ "https://github.com/MolecularAI/aizynthfinder" ], [ "https://github.com/Edinburgh-Genome-Foundry/DNAChisel" ], [ "https://github.com/jheatmap/jheatmap" ], [ "https://github.com/refresh-bio/kmer-db" ], [ "https://github.com/Daniel-Liu-c0deb0t/block-aligner" ], [ "https://github.com/10XGenomics/scHLAcount" ], [ "https://github.com/jkimlab/msPIPE" ], [ "https://github.com/MolecularAI/aizynthfinder" ], [ "https://github.com/KIT-MBS/pydca" ], [ "https://github.com/MolecularAI/aizynthfinder" ], [ "https://github.com/qgao21/CoreDiff" ], [ "https://github.com/HajkD/biomartr" ], [ "https://github.com/salman-h-khan/PL-ZSD_Release" ], [ "https://github.com/orbkit/orbkit" ], [ "https://github.com/BTheDragonMaster/pikachu" ], [ "https://github.com/debbiemarkslab/DeepSequence" ], [ "https://github.com/phylo42/IPK" ], [ "https://github.com/fenglei104/DeepPROTACs" ], [ "https://github.com/LMSE/FYRMENT" ], [ "https://github.com/ZJULearning/SSG" ], [ "https://github.com/Phlya/coolpuppy" ], [ "https://github.com/bwringe/hybriddetective" ], [ "https://github.com/phac-nml/ecoli_serotyping" ], [ "https://github.com/developerpiru/BEAVR" ], [ "https://github.com/huiliucode/cafe_plugin" ], [ "https://github.com/jonathanking/sidechainnet" ], [ "https://github.com/MolecularAI/aizynthfinder" ], [ "https://github.com/tlemane/kmtricks" ], [ "https://github.com/galaxyproject/blend4php" ], [ "https://github.com/dingkeyan93/DISTS" ], [ "https://github.com/MolecularAI/aizynthfinder" ], [ "https://github.com/MolecularAI/aizynthfinder" ], [ "https://github.com/MolecularAI/aizynthfinder" ], [ "https://github.com/Xiangyang1984/Gcluster" ], [ "https://github.com/BenoitMorel/Asteroid" ], [ "https://github.com/breakerlab/dimpl" ], [ "https://github.com/dzhang32/ggtranscript" ], [ "https://github.com/MolecularAI/aizynthfinder" ], [ "https://github.com/cauyrd/ScanIndel" ], [ "https://github.com/rega-cev/virulign" ], [ "https://github.com/bio-ontology-research-group/mowl" ], [ "https://github.com/shaunpwilkinson/aphid" ], [ "https://github.com/VCCRI/CIDR" ], [ "https://github.com/ccdmb/predector" ], [ "https://github.com/dkoslicki/MetaPalette" ], [ "https://github.com/mdcao/japsa" ], [ "https://github.com/fgcz/rawrr" ], [ "https://github.com/sigven/pcgr" ], [ "https://github.com/keylabivdc/VIP" ], [ "https://github.com/loopasam/Brain" ], [ "https://github.com/lh3/fermikit" ], [ "https://github.com/KoslickiLab/YACHT" ], [ "https://github.com/KoslickiLab/YACHT" ], [ "https://github.com/KoslickiLab/YACHT" ], [ "https://github.com/KoslickiLab/YACHT" ], [ "https://github.com/wildrootlab/SHARCQ" ], [ "https://github.com/zhoudaquan/dvit_repo" ], [ "https://github.com/yihongxu/transcenter" ], [ "https://github.com/fgvieira/ngsLD" ], [ "https://github.com/ngs-fzb/MTBseq_source" ], [ "https://github.com/noriakis/CBNplot" ], [ "https://github.com/OmarOakheart/nPhase" ], [ "https://github.com/thuml/Transfer-Learning-Library" ], [ "https://github.com/OpenBioLink/OpenBioLink" ], [ "https://github.com/layumi/person-reid-3d" ], [ "https://github.com/stianlagstad/chimeraviz" ], [ "https://github.com/akiyamalab/restretto" ], [ "https://github.com/mojaveazure/angsd-wrapper" ], [ "https://github.com/wirriamm/plants-pipeline" ], [ "https://github.com/matsengrp/phip-viz" ], [ "https://github.com/ding-lab/msisensor" ], [ "https://github.com/SysBioInra/RBApy" ], [ "https://github.com/MetaSeek-Sequencing-Data-Discovery/metaseek" ], [ "https://github.com/HiLab-git/DAG4MIA" ], [ "https://github.com/ocbe-uio/TrajPy" ], [ "https://github.com/thohemp/6DRepNet360" ], [ "https://github.com/CBIIT/LDlinkR" ], [ "https://github.com/aistairc/DeepEventMine" ], [ "https://github.com/ryanlayer/gqt" ], [ "https://github.com/KoslickiLab/YACHT" ], [ "https://github.com/KoslickiLab/YACHT" ], [ "https://github.com/mani2012/BatchQC" ], [ "https://github.com/KoslickiLab/YACHT" ], [ "https://github.com/KoslickiLab/YACHT" ], [ "https://github.com/jwwangchn/BONAI" ], [ "https://github.com/dermasugita/Viola-SV" ], [ "https://github.com/danfenghong/IEEE_TNNLS_EGU-Net" ], [ "https://github.com/artedison/Edison_Lab_Shared_Metabolomics_UGA" ], [ "https://github.com/Snowfallingplum/SSAT" ], [ "https://github.com/ncbi-nlp/NegBio" ], [ "https://github.com/dputhier/libgtftk" ], [ "https://github.com/scoutzxb/CscoreTool" ], [ "https://github.com/MSingerLab/COMETSC" ], [ "https://github.com/kuanrongchan/STAGES" ], [ "https://github.com/MorrissyLab/mosaicMPI" ], [ "https://github.com/jcwang123/xboundformer" ], [ "https://github.com/ococrook/hdxstats" ], [ "https://github.com/tfzhou/MATNet" ], [ "https://github.com/wtjiang98/PSGAN" ], [ "https://github.com/bio-ontology-research-group/deepgo" ], [ "https://github.com/Genetalks/gtz" ], [ "https://github.com/compomics/cellmissy" ], [ "https://github.com/clovaai/wsolevaluation" ], [ "https://github.com/jgcri/fldgen" ], [ "https://github.com/danmcduff/iphys-toolbox" ], [ "https://github.com/wdecoster/methplotlib" ], [ "https://github.com/XiaoTaoWang/HiCLift" ], [ "https://github.com/ZhonghuiGu/HEAL" ], [ "https://github.com/dmis-lab/BERN2" ], [ "https://github.com/helxplatform/dug" ], [ "https://github.com/WansonChoi/HATK" ], [ "https://github.com/dphansti/Sushi" ], [ "https://github.com/LosicLab/STARChip" ], [ "https://github.com/JhuangLab/BioInstaller" ], [ "https://github.com/appliedbioinformatics/runBNG" ], [ "https://github.com/XiaoTaoWang/HiCLift" ], [ "https://github.com/XiaoTaoWang/HiCLift" ], [ "https://github.com/BigDataBiology/SemiBin" ], [ "https://github.com/XiaoTaoWang/HiCLift" ], [ "https://github.com/s-will/LocARNA" ], [ "https://github.com/PPOLYpubki/RD3D" ], [ "https://github.com/Gardner-BinfLab/TISIGNER-ReactJS" ], [ "https://github.com/parashardhapola/scarf" ], [ "https://github.com/thomasp85/PanViz" ], [ "https://github.com/pyMBE-dev/pyMBE" ], [ "https://github.com/bgruening/galaxy-rna-workbench" ], [ "https://github.com/TheJacksonLaboratory/Picky" ], [ "https://github.com/BauerLab/ngsane" ], [ "https://github.com/althonos/pyhmmer" ], [ "https://github.com/arseha/peakonly" ], [ "https://github.com/puzzlepaint/surfelmeshing" ], [ "https://github.com/bokulich-lab/q2-fondue" ], [ "https://github.com/LooseLab/minotourcli" ], [ "https://github.com/XiaoTaoWang/HiCLift" ], [ "https://github.com/XiaoTaoWang/HiCLift" ], [ "https://github.com/phylo42/PEWO" ], [ "https://github.com/JulienLajugie/GenPlay" ], [ "https://github.com/PeptoneLtd/ADOPT" ], [ "https://github.com/ch3cook-fdu/Vote2Cap-DETR" ], [ "https://github.com/blackrim/treePL" ], [ "https://github.com/mcahny/vps" ], [ "https://github.com/mafeiyang/ACTINN" ], [ "https://github.com/guigolab/ggsashimi" ], [ "https://github.com/jyangfsu/WQChartPy" ], [ "https://github.com/BIONF/phyloprofile" ], [ "https://github.com/MDU-PHL/ngmaster" ], [ "https://github.com/betsig/how_are_we_stranded_here" ], [ "https://github.com/richardmleggett/nextclip" ], [ "https://github.com/tk2/RetroSeq" ], [ "https://github.com/RL4M/PCRLv2" ], [ "https://github.com/eudoraleer/scasa" ], [ "https://github.com/XiaoTaoWang/HiCLift" ], [ "https://github.com/TaoHuang2018/Neighbor2Neighbor" ], [ "https://github.com/geraldinepascal/FROGS" ], [ "https://github.com/sheikhizadeh/pantools" ], [ "https://github.com/lseventeen/FR-UNet" ], [ "https://github.com/carrierlxk/AGNN" ], [ "https://github.com/cpockrandt/genmap" ], [ "https://github.com/XiaoTaoWang/HiCLift" ], [ "https://github.com/nyiuab/NBZIMM" ], [ "https://github.com/romanhaa/cerebroApp" ], [ "https://github.com/algbio/themisto" ], [ "https://github.com/Zian-Xu/Swin-MAE" ], [ "https://github.com/chung-lab/SCAFE" ], [ "https://github.com/skrakau/PureCLIP" ], [ "https://github.com/val-iisc/lsc-cnn" ], [ "https://github.com/twolinin/LongPhase" ], [ "https://github.com/ecogenomics/gtdbtk" ], [ "https://github.com/he-y/Awesome-Pruning" ], [ "https://github.com/ecogenomics/gtdbtk" ], [ "https://github.com/ecogenomics/gtdbtk" ], [ "https://github.com/alastair-droop/fqtools" ], [ "https://github.com/Vini2/GraphBin2" ], [ "https://github.com/PhHermann/LDJump" ], [ "https://github.com/ecogenomics/gtdbtk" ], [ "https://github.com/ecogenomics/gtdbtk" ], [ "https://github.com/vanallenlab/comut" ], [ "https://github.com/hillerlab/GenomeAlignmentTools" ], [ "https://github.com/phac-nml/mob-suite" ], [ "https://github.com/bmds-lab/Crackling" ], [ "https://github.com/phac-nml/mob-suite" ], [ "https://github.com/phac-nml/mob-suite" ], [ "https://github.com/scverse/ecosystem-packages" ], [ "https://github.com/phac-nml/mob-suite" ], [ "https://github.com/phac-nml/mob-suite" ], [ "https://github.com/ecogenomics/gtdbtk" ], [ "https://github.com/IEkAdN/BactSNP" ], [ "https://github.com/phac-nml/mob-suite" ], [ "https://github.com/COMBINE-lab/RapMap" ], [ "https://github.com/phac-nml/mob-suite" ], [ "https://github.com/s312569/clj-biosequence" ], [ "https://github.com/phac-nml/mob-suite" ], [ "https://github.com/alexlancaster/pypop" ], [ "https://github.com/dieterich-lab/circtools" ], [ "https://github.com/ksahlin/BESST" ], [ "https://github.com/GenomicParisCentre/aozan" ], [ "https://github.com/YuSugihara/QTL-seq" ], [ "https://github.com/pdddinakar/SemanticChangepointDetection" ], [ "https://github.com/indralab/gilda" ], [ "https://github.com/aim-uofa/depth" ], [ "https://github.com/Swart-lab/bleties" ], [ "https://github.com/trislett/TFCE_mediation" ], [ "https://github.com/GMOD/JBrowseR" ], [ "https://github.com/woolfson-group/isocket" ], [ "https://github.com/ecogenomics/gtdbtk" ], [ "https://github.com/burtonrj/CytoPy" ], [ "https://github.com/arosenfeld/immunedb" ], [ "https://github.com/Psy-Fer/buttery-eel" ], [ "https://github.com/akcorut/kGWASflow" ], [ "https://github.com/ISUgenomics/SequelTools" ], [ "https://github.com/ecogenomics/gtdbtk" ], [ "https://github.com/uclahs-cds/tool-NFTest" ], [ "https://github.com/yigbt/deepFPlearn" ], [ "https://github.com/rcavalcante/annotatr" ], [ "https://github.com/perishky/meffil" ], [ "https://github.com/vanderschaarlab/AutoPrognosis" ], [ "https://github.com/GuoBioinfoLab/CATT" ], [ "https://github.com/inincs/pyNCS" ], [ "https://github.com/XinhaoLi74/SmilesPE" ], [ "https://github.com/molgenis/NIPTeR" ], [ "https://github.com/smarco/WFA" ], [ "https://github.com/B-UMMI/chewBBACA" ], [ "https://github.com/ropensci/chirps" ], [ "https://github.com/npnl/PALS" ], [ "https://github.com/lifs-tools/jmzTab-m" ], [ "https://github.com/cast-genomics/haptools" ], [ "https://github.com/datapplab/SBGNview" ], [ "https://github.com/WatsonLab/MAGpy" ], [ "https://github.com/primer3-org/primer3" ], [ "https://github.com/researchmm/AOT-GAN-for-Inpainting" ], [ "https://github.com/LMSE/AYbRAH" ], [ "https://github.com/cbielow/PTXQC" ], [ "https://github.com/nygenome/conpair" ], [ "https://github.com/schenc3/InteractiveROSETTA" ], [ "https://github.com/thomas0809/MolScribe" ], [ "https://github.com/chemosim-lab/ProLIF" ], [ "https://github.com/MHH-RCUG/nf_wochenende" ], [ "https://github.com/MannLabs/alphapeptdeep" ], [ "https://github.com/ktr-hubrt/WSAL" ], [ "https://github.com/friend1ws/pmsignature" ], [ "https://github.com/Jasonkks/PTTR" ], [ "https://github.com/maxplanck-ie/parkour" ], [ "https://github.com/davidhoksza/MolArt" ], [ "https://github.com/GregoryFaust/samblaster" ], [ "https://github.com/ChaissonLab/LRA" ], [ "https://github.com/solgenomics/Tea" ], [ "https://github.com/seantuck12/MODISTools" ], [ "https://github.com/phylogeography/SPREAD" ], [ "https://github.com/bio-ontology-research-group/machine-learning-with-ontologies" ], [ "https://github.com/4ndr01d3/biosual" ], [ "https://github.com/Data2Dynamics/d2d" ], [ "https://github.com/HRanWang/Spatial-Re-Scaling" ], [ "https://github.com/jeffersonfparil/compare_genomes" ], [ "https://github.com/wmayner/pyphi" ], [ "https://github.com/deepmodeling/DMFF" ], [ "https://github.com/dkoslicki/CMash" ], [ "https://github.com/bene51/3Dscript" ], [ "https://github.com/VITA-Group/EnlightenGAN" ], [ "https://github.com/mcahny/Deep-Video-Inpainting" ], [ "https://github.com/masashitsubaki/CPI_prediction" ], [ "https://github.com/xin-huang/dadi-cli" ], [ "https://github.com/hujie-frank/SENet" ], [ "https://github.com/RegulatoryGenomicsGroup/chicdiff" ], [ "https://github.com/chainsawriot/rang" ], [ "https://github.com/huangnengCSU/minibusco" ], [ "https://github.com/Tarskin/HappyTools" ], [ "https://github.com/huangnengCSU/compleasm" ], [ "https://github.com/chenying2016/queries" ], [ "https://github.com/ddarriba/pll-modules" ], [ "https://github.com/smirarab/ASTRAL" ], [ "https://github.com/statgen/locuszoom" ], [ "https://github.com/riverlee/MitoSeek" ], [ "https://github.com/chunbolang/BAM" ], [ "https://github.com/blachlylab/mucor" ], [ "https://github.com/Rongtao-Xu/RepresentationLearning" ], [ "https://github.com/hoelzer/poseidon" ], [ "https://github.com/cosmo-team/cosmo" ], [ "https://github.com/brentp/goleft" ], [ "https://github.com/hellbelly/BS-Snper" ], [ "https://github.com/SAMtoBAM/MUMandCo" ], [ "https://github.com/rdk/p2rank" ], [ "https://github.com/CCChenhao997/DualGCN-ABSA" ], [ "https://github.com/asad/ReactionDecoder" ], [ "https://github.com/deng-lab/viroprofiler" ], [ "https://github.com/BrendelGroup/AEGeAn" ], [ "https://github.com/franciscozorrilla/metaGEM" ], [ "https://github.com/chjiao/PEHaplo" ], [ "https://github.com/PayamDiba/SERGIO" ], [ "https://github.com/gao-lab/GLUE" ], [ "https://github.com/oushujun/LTR_retriever" ], [ "https://github.com/isglobal-brge/methylclock" ], [ "https://github.com/nlesc-nano/CAT" ], [ "https://github.com/phnmnl/wft4galaxy" ], [ "https://github.com/schmeing/gapless" ], [ "https://github.com/AutoFlowResearch/SmartPeak" ], [ "https://github.com/GuipengLi/ChIA-PET2" ], [ "https://github.com/Zzh-tju/CIoU" ], [ "https://github.com/PheWAS/PheWAS" ], [ "https://github.com/NRshka/stvae-source" ], [ "https://github.com/shenwei356/seqkit" ], [ "https://github.com/nickduran/align-linguistic-alignment" ], [ "https://github.com/birtwistlelab/SPARCED" ], [ "https://github.com/davidkartchner/biomedical-entity-linking" ], [ "https://github.com/arendsee/phylostratr" ], [ "https://github.com/feltus/BDSS" ], [ "https://github.com/SlavovLab/DO-MS" ], [ "https://github.com/yeastrc/proxl-web-app" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/biodataganache/leapR" ], [ "https://github.com/Pbdas/epa-ng" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/carrierlxk/COSNet" ], [ "https://github.com/vivarium-collective/vivarium-core" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/jeya-maria-jose/KiU-Net-pytorch" ], [ "https://github.com/ebi-webcomponents/nightingale" ], [ "https://github.com/smirarab/pasta" ], [ "https://github.com/uclahs-cds/package-PipeVal" ], [ "https://github.com/JingZhang617/UCNet" ], [ "https://github.com/fnzhan/Illumination-Estimation" ], [ "https://github.com/LondonBiofoundry/basicsynbio" ], [ "https://github.com/tSchlegl/f-AnoGAN" ], [ "https://github.com/nfdi4cat/Ontology-Overview-of-NFDI4Cat" ], [ "https://github.com/lcalviell/ORFquant" ], [ "https://github.com/TGAC/RAMPART" ], [ "https://github.com/ay-lab/mustache" ], [ "https://github.com/ncbi/TPMCalculator" ], [ "https://github.com/vanheeringen-lab/genomepy" ], [ "https://github.com/Xinglab/DARTS" ], [ "https://github.com/hallamlab/TreeSAPP" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/PhanstielLab/plotgardener" ], [ "https://github.com/martin-steinegger/conterminator" ], [ "https://github.com/csmiller/EMIRGE" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/sanger-pathogens/Bio-Tradis" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/JDAI-CV/CoTNet" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/oncogenetics/LocusExplorer" ], [ "https://github.com/aitgon/vtam" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/vanvalenlab/kiosk-console" ], [ "https://github.com/WormBase/wormcells-viz" ], [ "https://github.com/veg/flea-pipeline" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/EpistasisLab/KRAGEN" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/PMCC-BioinformaticsCore/janis" ], [ "https://github.com/ncbi/SKESA" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/TheWebMonks/meshmonk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/jonastjoms/MANNERS-DB" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/Steinbeck-Lab/cheminformatics-microservice" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/sunwj/CAR" ], [ "https://github.com/dputhier/pygtftk" ], [ "https://github.com/NAL-i5K/GFF3toolkit" ], [ "https://github.com/pymzML/pymzML" ], [ "https://github.com/cerebis/bin3C" ], [ "https://github.com/cytoscape/cyjShiny" ], [ "https://github.com/jokergoo/rGREAT" ], [ "https://github.com/Ha0Tang/AttentionGAN" ], [ "https://github.com/gaocong13/Projective-Spatial-Transformers" ], [ "https://github.com/FATSLiM/fatslim" ], [ "https://github.com/hanna-xu/U2Fusion" ], [ "https://github.com/wenwenyu/TCM" ], [ "https://github.com/kamimrcht/REINDEER" ], [ "https://github.com/biocorecrg/MOP2" ], [ "https://github.com/aehrc/cvt2distilgpt2" ], [ "https://github.com/ISA-tools/OntoMaton" ], [ "https://github.com/danfenghong/IEEE_TIP_UIU-Net" ], [ "https://github.com/Psy-Fer/interARTIC" ], [ "https://github.com/hlei-ziyan/SPH3D-GCN" ], [ "https://github.com/vgteam/libhandlegraph" ], [ "https://github.com/cnapy-org/CNApy" ], [ "https://github.com/cnapy-org/CNApy" ], [ "https://github.com/cnapy-org/CNApy" ], [ "https://github.com/cnapy-org/CNApy" ], [ "https://github.com/cnapy-org/CNApy" ], [ "https://github.com/cnapy-org/CNApy" ], [ "https://github.com/g3viz/g3lollipop" ], [ "https://github.com/AstraZeneca/StarGazer" ], [ "https://github.com/psathyrella/partis" ], [ "https://github.com/gaitat/GenomeUPlot" ], [ "https://github.com/tripal/tripal_analysis_expression" ], [ "https://github.com/nigyta/dfast_core" ], [ "https://github.com/greenelab/pancancer-evaluation" ], [ "https://github.com/cnapy-org/CNApy" ], [ "https://github.com/cnapy-org/CNApy" ], [ "https://github.com/roblanf/minion_qc" ], [ "https://github.com/GATB/simka" ], [ "https://github.com/kexinhuang12345/DeepPurpose" ], [ "https://github.com/pachterlab/gget" ], [ "https://github.com/husonlab/megan-ce" ], [ "https://github.com/DongjoonLim/EvoLSTM" ], [ "https://github.com/Bayer-Group/cellenium" ], [ "https://github.com/crsl4/PhyloNetworks" ], [ "https://github.com/danielhuson/megan-ce" ], [ "https://github.com/swz30/MIRNetv2" ], [ "https://github.com/msproteomicstools/msproteomicstools" ], [ "https://github.com/TissueImageAnalytics/tiatoolbox" ], [ "https://github.com/krishnanlab/PyGenePlexus" ], [ "https://github.com/sid-krish/Rhometa" ], [ "https://github.com/materialsintelligence/matscholar" ], [ "https://github.com/GATB/bcalm" ], [ "https://github.com/BergmannLab/MONET" ], [ "https://github.com/brentp/duphold" ], [ "https://github.com/saeyslab/nichenetr" ], [ "https://github.com/Roestlab/massdash" ], [ "https://github.com/pachterlab/gget" ], [ "https://github.com/pachterlab/gget" ], [ "https://github.com/tensorflow/gan" ], [ "https://github.com/pachterlab/gget" ], [ "https://github.com/zhanxw/seqminer" ], [ "https://github.com/pachterlab/gget" ], [ "https://github.com/pachterlab/gget" ], [ "https://github.com/elixir-europe/biovalidator" ], [ "https://github.com/nf-core/airrflow" ], [ "https://github.com/beiko-lab/gengis" ], [ "https://github.com/pachterlab/gget" ], [ "https://github.com/zeeev/wham" ], [ "https://github.com/tripal/tripal_elasticsearch" ], [ "https://github.com/pachterlab/gget" ], [ "https://github.com/MoonBlvd/Detection-of-Traffic-Anomaly" ], [ "https://github.com/knights-lab/SHOGUN" ], [ "https://github.com/eeyhsong/EEG-Conformer" ], [ "https://github.com/getzlab/rnaseqc" ], [ "https://github.com/callmeray/PointMVSNet" ], [ "https://github.com/intermine/interMineR" ], [ "https://github.com/haddocking/pdb-tools" ], [ "https://github.com/marbl/MashMap" ], [ "https://github.com/linzhi2013/MitoZ" ], [ "https://github.com/egaffo/CirComPara2" ], [ "https://github.com/Annbless/DUTCode" ], [ "https://github.com/JiayuYANG/CVP-MVSNet" ], [ "https://github.com/djwooten/synergy" ], [ "https://github.com/cszn/DPIR" ], [ "https://github.com/pblischak/HyDe" ], [ "https://github.com/seqan/flexbar" ], [ "https://github.com/thomasvangurp/epiGBS" ], [ "https://github.com/MICCoM/SSAGES-public" ], [ "https://github.com/GeomScale/dingo" ], [ "https://github.com/AndersenLab/VCF-kit" ], [ "https://github.com/duartegroup/autodE" ], [ "https://github.com/jotech/gapseq" ], [ "https://github.com/gymreklab/TRTools" ], [ "https://github.com/FadyMohareb/cramer" ], [ "https://github.com/gitter-lab/ml4bio" ], [ "https://github.com/replikation/What_the_Phage" ], [ "https://github.com/uym2/TreeShrink" ], [ "https://github.com/neufeld/AXIOME3-GUI" ], [ "https://github.com/bioinfologics/sdg" ], [ "https://github.com/pmelsted/bifrost" ], [ "https://github.com/mschubert/clustermq" ], [ "https://github.com/KlugerLab/FIt-SNE" ], [ "https://github.com/SynBioDex/tyto" ], [ "https://github.com/dariober/ASCIIGenome" ], [ "https://github.com/SofieVG/FlowSOM" ], [ "https://github.com/biorack/magi" ], [ "https://github.com/yangao07/abPOA" ], [ "https://github.com/gymrek-lab/trtools" ], [ "https://github.com/malonge/RaGOO" ], [ "https://github.com/powellgenomicslab/scPred" ], [ "https://github.com/nf-core/circrna" ], [ "https://github.com/EESI/themetagenomics" ], [ "https://github.com/Vaa3D/vaa3d_tools" ], [ "https://github.com/lykaust15/DeepSimulator" ], [ "https://github.com/superxuang/caffe_3d_faster_rcnn" ], [ "https://github.com/bittremieux/ANN-SoLo" ], [ "https://github.com/frankvogt/vcf2gwas" ], [ "https://github.com/AnantharamanLab/ViWrap" ], [ "https://github.com/BioinformaticsToolsmith/Identity" ], [ "https://github.com/RodolfoAllendes/cline" ], [ "https://github.com/lmdu/dockey" ], [ "https://github.com/denoptim-project/DENOPTIM" ], [ "https://github.com/gjeunen/reference_database_creator" ], [ "https://github.com/AnantharamanLab/ViWrap" ], [ "https://github.com/AnantharamanLab/ViWrap" ], [ "https://github.com/AnantharamanLab/ViWrap" ], [ "https://github.com/AnantharamanLab/ViWrap" ], [ "https://github.com/AnantharamanLab/ViWrap" ], [ "https://github.com/edawson/gfakluge" ], [ "https://github.com/krishnanlab/PecanPy" ], [ "https://github.com/YifanDengWHU/DDIMDL" ], [ "https://github.com/MareesAT/GWA_tutorial" ], [ "https://github.com/YeoLab/MINES" ], [ "https://github.com/mlr-org/mlr3proba" ], [ "https://github.com/taowenmicro/ggClusterNet" ], [ "https://github.com/AnantharamanLab/ViWrap" ], [ "https://github.com/AnantharamanLab/ViWrap" ], [ "https://github.com/vibansal/HapCUT2" ], [ "https://github.com/bcgsc/orca" ], [ "https://github.com/HadrienG/InSilicoSeq" ], [ "https://github.com/lmdu/pyfastx" ], [ "https://github.com/BaselAbujamous/clust" ], [ "https://github.com/arzwa/wgd" ], [ "https://github.com/gabraham/flashpca" ], [ "https://github.com/josecamachop/MEDA-Toolbox" ], [ "https://github.com/ConesaLab/SQANTI3" ], [ "https://github.com/VCCRI/Sierra" ], [ "https://github.com/HIT-ImmunologyLab/DBSCAN-SWA" ], [ "https://github.com/hujiecpp/ISTR" ], [ "https://github.com/Knowledge-Graph-Hub/kg-phenio" ], [ "https://github.com/KristapsE/DP4-AI" ], [ "https://github.com/KamilSJaron/smudgeplot" ], [ "https://github.com/brettc/partitionfinder" ], [ "https://github.com/ZhaoZhibin/DL-based-Intelligent-Diagnosis-Benchmark" ], [ "https://github.com/compomics/ms2rescore" ], [ "https://github.com/rdkit/mmpdb" ], [ "https://github.com/LegumeFederation/gcvit" ], [ "https://github.com/Psy-Fer/SquiggleKit" ], [ "https://github.com/NX4/nx4" ], [ "https://github.com/Goodman-lab/DP5" ], [ "https://github.com/oschwengers/bakta" ], [ "https://github.com/monarch-initiative/fenominal" ], [ "https://github.com/evidenceontology/evidenceontology" ], [ "https://github.com/lmdu/krait" ], [ "https://github.com/parklab/bamsnap" ], [ "https://github.com/morispi/CONSENT" ], [ "https://github.com/CenterForMedicalGeneticsGhent/WisecondorX" ], [ "https://github.com/TUS-Satolab/PROP" ], [ "https://github.com/rgcgithub/clamms" ], [ "https://github.com/wanderine/BROCCOLI" ], [ "https://github.com/Roth-Lab/pyclone-vi" ], [ "https://github.com/schema-app/schema" ], [ "https://github.com/niuchuangnn/SPICE" ], [ "https://github.com/mutalyzer/mutalyzer" ], [ "https://github.com/SimonBiggs/electronfactors" ], [ "https://github.com/saketkc/pysradb" ], [ "https://github.com/Leotju/MGAN" ], [ "https://github.com/jtamames/SqueezeMeta" ], [ "https://github.com/theislab/scgen" ], [ "https://github.com/soedinglab/metaeuk" ], [ "https://github.com/COMBINE-lab/pufferfish" ], [ "https://github.com/biopragmatics/biomappings" ], [ "https://github.com/NVlabs/stylegan2" ], [ "https://github.com/NAL-i5K/tripal_eutils" ], [ "https://github.com/ctlab/phantasus" ], [ "https://github.com/RemiAllio/MitoFinder" ], [ "https://github.com/zqfang/GSEApy" ], [ "https://github.com/smith-chem-wisc/proteoform-suite" ], [ "https://github.com/vanheeringen-lab/seq2science" ], [ "https://github.com/biotite-dev/biotite" ], [ "https://github.com/LiLabAtVT/DeepTE" ], [ "https://github.com/MannLabs/alphamap" ], [ "https://github.com/sbmlteam/moccasin" ], [ "https://github.com/ialbert/biostar-central" ], [ "https://github.com/stephenslab/flashr" ], [ "https://github.com/privefl/bigsnpr" ], [ "https://github.com/bwrc/ctap" ], [ "https://github.com/unipept/unipept-visualizations" ], [ "https://github.com/chaofengc/IQA-PyTorch" ], [ "https://github.com/jdidion/atropos" ], [ "https://github.com/marbl/parsnp" ], [ "https://github.com/MannLabs/alphapeptstats" ], [ "https://github.com/matthiasbock/BooleSim" ], [ "https://github.com/mgalardini/pyseer" ], [ "https://github.com/uci-cbcl/UFold" ], [ "https://github.com/royfrancis/pophelper" ], [ "https://github.com/OpenWaterAnalytics/epanet-dev" ], [ "https://github.com/SJTU-LuHe/TransVOD" ], [ "https://github.com/dnbaker/dashing" ], [ "https://github.com/4dn-dcic/tibanna" ], [ "https://github.com/jcboyd/multi-cell-line" ], [ "https://github.com/stormliucong/doc2hpo" ], [ "https://github.com/weiyithu/NerfingMVS" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/BackofenLab/IntaRNA" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/mabessa/F3DAS" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/jrwnter/gruenifai" ], [ "https://github.com/evoldoers/biomake" ], [ "https://github.com/songlab-cal/tape" ], [ "https://github.com/AdmiralenOla/Scoary" ], [ "https://github.com/tlawrence3/FAST" ], [ "https://github.com/neurodata/neuroparc" ], [ "https://github.com/sys-bio/antimony" ], [ "https://github.com/macmanes-lab/Oyster_River_Protocol" ], [ "https://github.com/liuqk3/PUT" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/mozack/abra2" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/JingyunLiang/VRT" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/aiqm/torchani" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/smirarab/sepp" ], [ "https://github.com/deeptools/pyGenomeTracks" ], [ "https://github.com/hellloxiaotian/ADNet" ], [ "https://github.com/xvjiarui/GCNet" ], [ "https://github.com/AlanLuSun/High-quality-ellipse-detection" ], [ "https://github.com/MrGiovanni/ModelsGenesis" ], [ "https://github.com/Merck/BioPhi" ], [ "https://github.com/genenotebook/genenotebook" ], [ "https://github.com/ChristofferFlensburg/SuperFreq" ], [ "https://github.com/DeMarcoLab/fibsem" ], [ "http://github.com/SBRG/ssbio" ], [ "https://github.com/griff4692/calibrating-summaries" ], [ "https://github.com/microsoft/Cream" ], [ "https://github.com/sail-sg/volo" ], [ "https://github.com/romanhaa/Cerebro" ], [ "https://github.com/TBradley27/FilTar" ], [ "https://github.com/soumitag/multiSLIDE" ], [ "https://github.com/molecularsets/moses" ], [ "https://github.com/RenYurui/Global-Flow-Local-Attention" ], [ "https://github.com/oddt/oddt" ], [ "https://github.com/sanger-pathogens/snp-sites" ], [ "https://github.com/oddt/oddt" ], [ "https://github.com/xulabs/aitom" ], [ "https://github.com/neurogenomics/rworkflows" ], [ "https://github.com/tjiangHIT/cuteSV" ], [ "https://github.com/yoxu515/aot-benchmark" ], [ "https://github.com/tjiangHIT/cuteSV" ], [ "https://github.com/HazyResearch/hyena-dna" ], [ "https://github.com/oddt/oddt" ], [ "https://github.com/oddt/oddt" ], [ "https://github.com/AdamaJava/adamajava" ], [ "https://github.com/HelikarLab/COMO" ], [ "https://github.com/vgteam/libbdsg" ], [ "https://github.com/SGDDNB/ShinyCell" ], [ "https://github.com/oddt/oddt" ], [ "https://github.com/Valdes-Tresanco-MS/gmx_MMPBSA" ], [ "https://github.com/tjiangHIT/cuteSV" ], [ "https://github.com/YuLab-SMU/ggbreak" ], [ "https://github.com/tjiangHIT/cuteSV" ], [ "https://github.com/statgen/fivex" ], [ "https://github.com/Bobholamovic/CDLab" ], [ "https://github.com/awslabs/dgl-lifesci" ], [ "https://github.com/tjiangHIT/cuteSV" ], [ "https://github.com/tjiangHIT/cuteSV" ], [ "https://github.com/illumina/REViewer" ], [ "https://github.com/oddt/oddt" ], [ "https://github.com/jtleek/sva-devel" ], [ "https://github.com/tjiangHIT/cuteSV" ], [ "https://github.com/oddt/oddt" ], [ "https://github.com/oddt/oddt" ], [ "https://github.com/tjiangHIT/cuteSV" ], [ "https://github.com/omnideconv/immunedeconv" ], [ "https://github.com/veg/flea-web-app" ], [ "https://github.com/dvlab-research/Entity" ], [ "https://github.com/DasLab/RiboDraw" ], [ "https://github.com/wenbostar/PDV" ], [ "https://github.com/welch-lab/liger" ], [ "https://github.com/DataSlingers/clustRviz" ], [ "https://github.com/ggonnella/gfaviz" ], [ "https://github.com/ScienceToolkit/MiNA" ], [ "https://github.com/nmquijada/tormes" ], [ "https://github.com/ekg/seqwish" ], [ "https://github.com/sg-s/xolotl" ], [ "https://github.com/CIAT-DAPA/UsefulPlants-Indicator" ], [ "https://github.com/vertgenlab/gonomics" ], [ "https://github.com/qubekit/QUBEKit" ], [ "https://github.com/charite/jannovar" ], [ "https://github.com/qiime2/q2-longitudinal" ], [ "https://github.com/stephaneguindon/phyml" ], [ "https://github.com/arose/nglview" ], [ "https://github.com/mirnylab/cooler" ], [ "https://github.com/mirnylab/cooler" ], [ "https://github.com/mirnylab/cooler" ], [ "https://github.com/sallymmx/ActionCLIP" ], [ "https://github.com/CellDynamics/QuimP" ], [ "https://github.com/mirnylab/cooler" ], [ "https://github.com/mirnylab/cooler" ], [ "https://github.com/sys-bio/libOmexMeta" ], [ "https://github.com/mirnylab/cooler" ], [ "https://github.com/mirnylab/cooler" ], [ "https://github.com/mapleforest/HaploMerger2" ], [ "https://github.com/mirnylab/cooler" ], [ "https://github.com/griff4692/edu-sum" ], [ "https://github.com/OpenGene/GeneFuse" ], [ "https://github.com/BUStools/bustools" ], [ "https://github.com/bcgsc/btllib" ], [ "https://github.com/adamewing/methylartist" ], [ "https://github.com/FePhyFoFum/phyx" ], [ "https://github.com/bcgsc/btllib" ], [ "https://github.com/bcgsc/btllib" ], [ "https://github.com/chuiqin/irGSEA" ], [ "https://github.com/sdrogers/ms2ldaviz" ], [ "https://github.com/cozygene/FEAST" ], [ "https://github.com/dsehnal/LiteMol" ], [ "https://github.com/ADicksonLab/wepy" ], [ "https://github.com/miRTop/mirtop" ], [ "https://github.com/bcgsc/btllib" ], [ "https://github.com/bcgsc/btllib" ], [ "https://github.com/bcgsc/btllib" ], [ "https://github.com/bcgsc/btllib" ], [ "https://github.com/open2c/bioframe" ], [ "https://github.com/bcgsc/btllib" ], [ "https://github.com/wilhelm-lab/oktoberfest" ], [ "https://github.com/Edinburgh-Genome-Foundry/DnaFeaturesViewer" ], [ "https://github.com/brentp/vcfanno" ], [ "https://github.com/nclark-lab/RERconverge" ], [ "https://github.com/donaldlab/OSPREY_refactor" ], [ "https://github.com/JudasDie/SOTS" ], [ "https://github.com/JudasDie/SOTS" ], [ "https://github.com/JudasDie/SOTS" ], [ "https://github.com/JudasDie/SOTS" ], [ "https://github.com/JudasDie/SOTS" ], [ "https://github.com/JudasDie/SOTS" ], [ "https://github.com/biocore-ntnu/epic2" ], [ "https://github.com/JudasDie/SOTS" ], [ "https://github.com/JudasDie/SOTS" ], [ "https://github.com/ryanlayer/giggle" ], [ "https://github.com/a2iEditing/RNAEditingIndexer" ], [ "https://github.com/single-cell-genetics/cellsnp-lite" ], [ "https://github.com/HuiZeng/Image-Adaptive-3DLUT" ], [ "http://github.com/lidaof/eg-react" ], [ "https://github.com/IFMlab/ChemFlow" ], [ "https://github.com/maxplanck-ie/snakepipes" ], [ "https://github.com/ddarriba/modeltest" ], [ "https://github.com/menyifang/ADGAN" ], [ "https://github.com/uclahs-cds/pipeline-call-sSNV" ], [ "https://github.com/owkin/PyDESeq2" ], [ "https://github.com/isovic/graphmap" ], [ "https://github.com/gpertea/gffcompare" ], [ "https://github.com/icb-dcm/pyabc" ], [ "https://github.com/icb-dcm/pyabc" ], [ "https://github.com/icb-dcm/pyabc" ], [ "https://github.com/icb-dcm/pyabc" ], [ "https://github.com/JialeCao001/SipMask" ], [ "https://github.com/icb-dcm/pyabc" ], [ "https://github.com/icb-dcm/pyabc" ], [ "https://github.com/HikariTJU/LD" ], [ "https://github.com/icb-dcm/pyabc" ], [ "https://github.com/BaderLab/saber" ], [ "https://github.com/icb-dcm/pyabc" ], [ "https://github.com/amkozlov/raxml-ng" ], [ "https://github.com/weberlab-hhu/Helixer" ], [ "https://github.com/amkozlov/raxml-ng" ], [ "https://github.com/amkozlov/raxml-ng" ], [ "https://github.com/phenomecentre/nPYc-Toolbox" ], [ "https://github.com/amkozlov/raxml-ng" ], [ "https://github.com/sashahafner/ABM" ], [ "https://github.com/ruanjue/wtdbg2" ], [ "https://github.com/amkozlov/raxml-ng" ], [ "https://github.com/medema-group/bigslice" ], [ "https://github.com/PeikeLi/Self-Correction-Human-Parsing" ], [ "https://github.com/roblanf/sangeranalyseR" ], [ "https://github.com/POSTECH-CVLab/PyTorch-StudioGAN" ], [ "https://github.com/torchmd/torchmd-net" ], [ "https://github.com/amkozlov/raxml-ng" ], [ "https://github.com/SemBioProcess/SemGen" ], [ "https://github.com/amkozlov/raxml-ng" ], [ "https://github.com/amkozlov/raxml-ng" ], [ "https://github.com/BlueBrain/VessMorphoVis" ], [ "https://github.com/Illumina/canvas" ], [ "https://github.com/Nextomics/NextPolish" ], [ "https://github.com/Illumina/canvas" ], [ "https://github.com/VisDrone/VisDrone-Dataset" ], [ "https://github.com/Illumina/canvas" ], [ "https://github.com/Illumina/canvas" ], [ "https://github.com/Illumina/canvas" ], [ "https://github.com/Illumina/canvas" ], [ "https://github.com/Illumina/canvas" ], [ "https://github.com/Illumina/canvas" ], [ "https://github.com/comorment/containers" ], [ "https://github.com/NCATS-Tangerine/translator-knowledge-beacon" ], [ "https://github.com/tengteng95/Pose-Transfer" ], [ "https://github.com/imgag/ngs-bits" ], [ "https://github.com/imgag/ngs-bits" ], [ "https://github.com/imgag/ngs-bits" ], [ "https://github.com/cvg/pixel-perfect-sfm" ], [ "https://github.com/Project-MONAI/GenerativeModels" ], [ "https://github.com/imgag/ngs-bits" ], [ "https://github.com/imgag/ngs-bits" ], [ "https://github.com/imgag/ngs-bits" ], [ "https://github.com/imgag/ngs-bits" ], [ "https://github.com/imgag/ngs-bits" ], [ "https://github.com/xiaoli-dong/metaerg" ], [ "https://github.com/ICB-DCM/PESTO" ], [ "https://github.com/ICB-DCM/PESTO" ], [ "https://github.com/ICB-DCM/PESTO" ], [ "https://github.com/ICB-DCM/PESTO" ], [ "https://github.com/opencobra/Medusa" ], [ "https://github.com/jdblischak/workflowr" ], [ "https://github.com/ICB-DCM/PESTO" ], [ "https://github.com/ICB-DCM/PESTO" ], [ "https://github.com/ICB-DCM/PESTO" ], [ "https://github.com/mooreryan/iroki" ], [ "https://github.com/biofuture/Ublastx_stageone" ], [ "https://github.com/ICB-DCM/PESTO" ], [ "https://github.com/BlanchetteLab/DendroNet" ], [ "https://github.com/VDIGPKU/CBNetV2" ], [ "https://github.com/bonsai-team/matam" ], [ "https://github.com/brentp/cyvcf2" ], [ "https://github.com/maickrau/GraphAligner" ], [ "https://github.com/maickrau/GraphAligner" ], [ "https://github.com/maickrau/GraphAligner" ], [ "https://github.com/maickrau/GraphAligner" ], [ "https://github.com/maickrau/GraphAligner" ], [ "https://github.com/maickrau/GraphAligner" ], [ "https://github.com/maickrau/GraphAligner" ], [ "https://github.com/maickrau/GraphAligner" ], [ "https://github.com/TGAC/KAT" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/cafferychen777/ggpicrust2" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/iprada/Circle-Map" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/usnistgov/jarvis" ], [ "https://github.com/tanghaibao/jcvi" ], [ "https://github.com/urmi-21/MetaOmGraph" ], [ "https://github.com/YuLab-SMU/ggmsa" ], [ "https://github.com/digitalmethodsinitiative/dmi-tcat" ], [ "https://github.com/zhqingit/giremi" ], [ "https://github.com/sys-bio/vscode-antimony" ], [ "https://github.com/lanl/pybnf" ], [ "https://github.com/ryanlayer/samplot" ], [ "https://github.com/abyzovlab/CNVpytor" ], [ "https://github.com/abyzovlab/CNVpytor" ], [ "https://github.com/szpiech/selscan" ], [ "https://github.com/abyzovlab/CNVpytor" ], [ "https://github.com/abyzovlab/CNVpytor" ], [ "https://github.com/abyzovlab/CNVpytor" ], [ "https://github.com/lindenb/jvarkit" ], [ "https://github.com/abyzovlab/CNVpytor" ], [ "https://github.com/mossmatters/HybPiper" ], [ "https://github.com/abyzovlab/CNVpytor" ], [ "https://github.com/pangenome/odgi" ], [ "https://github.com/yiluheihei/microbiomeMarker" ], [ "https://github.com/philres/ngmlr" ], [ "https://github.com/uwrit/leaf" ], [ "https://github.com/icbi-lab/scirpy" ], [ "https://github.com/abyzovlab/CNVpytor" ], [ "https://github.com/millanek/Dsuite" ], [ "https://github.com/UCLA-VAST/tapa" ], [ "https://github.com/iqtree/iqtree2" ], [ "https://github.com/iqtree/iqtree2" ], [ "https://github.com/iqtree/iqtree2" ], [ "https://github.com/wyp1125/MCScanX" ], [ "https://github.com/iqtree/iqtree2" ], [ "https://github.com/iqtree/iqtree2" ], [ "https://github.com/iqtree/iqtree2" ], [ "https://github.com/iqtree/iqtree2" ], [ "https://github.com/iqtree/iqtree2" ], [ "https://github.com/julie-forman-kay-lab/IDPConformerGenerator" ], [ "https://github.com/shijieS/SST" ], [ "https://github.com/qiyunzhu/woltka" ], [ "https://github.com/MIC-DKFZ/TractSeg" ], [ "https://github.com/Bioconductor/Contributions" ], [ "https://github.com/volkamerlab/TeachOpenCADD" ], [ "https://github.com/ZhangGongjie/Meta-DETR" ], [ "https://github.com/jameshadfield/phandango" ], [ "https://github.com/xia-lab/MetaboAnalystR" ], [ "https://github.com/treangen/MetAMOS" ], [ "https://github.com/Kinggerm/GetOrganelle" ], [ "https://github.com/CCICB/CRUX" ], [ "https://github.com/nf-core/mag" ], [ "https://github.com/monarch-initiative/MAxO" ], [ "https://github.com/monarch-initiative/MAxO" ], [ "https://github.com/monarch-initiative/MAxO" ], [ "https://github.com/monarch-initiative/MAxO" ], [ "https://github.com/monarch-initiative/MAxO" ], [ "https://github.com/monarch-initiative/MAxO" ], [ "https://github.com/biocommons/hgvs" ], [ "https://github.com/monarch-initiative/MAxO" ], [ "https://github.com/monarch-initiative/MAxO" ], [ "https://github.com/dmis-lab/biobert" ], [ "https://github.com/Illumina/Pisces" ], [ "https://github.com/ksahlin/strobealign" ], [ "https://github.com/CostaLab/reg-gen" ], [ "https://github.com/biojs/biojs" ], [ "https://github.com/biojs/biojs" ], [ "https://github.com/sahahn/BPt_app" ], [ "https://github.com/biojs/biojs" ], [ "https://github.com/biojs/biojs" ], [ "https://github.com/biojs/biojs" ], [ "https://github.com/biojs/biojs" ], [ "https://github.com/lh3/miniasm" ], [ "https://github.com/dereneaton/ipyrad" ], [ "https://github.com/BlueBrain/NeuroMorphoVis" ], [ "https://github.com/biojs/biojs" ], [ "https://github.com/biojs/biojs" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/Image-Py/imagepy" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/ChiLiubio/microeco" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/yatisht/usher" ], [ "https://github.com/LooseLab/minotourapp" ], [ "https://github.com/carpentries-incubator/ml4bio-workshop" ], [ "https://github.com/brentp/mosdepth" ], [ "https://github.com/EBIvariation/CMAT" ], [ "https://github.com/OpenTreeOfLife/phylesystem-api" ], [ "https://github.com/spglib/spglib" ], [ "https://github.com/debbiemarkslab/evcouplings" ], [ "https://github.com/iossifovlab/gpf" ], [ "https://github.com/griffithlab/GenVisR" ], [ "https://github.com/NVlabs/PWC-Net" ], [ "https://github.com/bigbio/proteomics-metadata-standard" ], [ "https://github.com/imagej/imglib" ], [ "https://github.com/biocore/calour" ], [ "https://github.com/open-mmlab/mmediting" ], [ "https://github.com/open-mmlab/mmediting" ], [ "https://github.com/open-mmlab/mmediting" ], [ "https://github.com/open-mmlab/mmediting" ], [ "https://github.com/beagle-dev/beagle-lib" ], [ "https://github.com/inbo/data-publication" ], [ "https://github.com/open-mmlab/mmediting" ], [ "https://github.com/open-mmlab/mmediting" ], [ "https://github.com/open-mmlab/mmediting" ], [ "https://github.com/open-mmlab/mmediting" ], [ "https://github.com/bigdatagenomics/mango" ], [ "https://github.com/morrislab/phylowgs" ], [ "https://github.com/labsyspharm/ashlar" ], [ "https://github.com/labsquare/cutevariant" ], [ "https://github.com/Knowledge-Graph-Hub/kg-microbe" ], [ "https://github.com/pezmaster31/bamtools" ], [ "https://github.com/jerryji1993/DNABERT" ], [ "https://github.com/hakyimlab/MetaXcan" ], [ "https://github.com/stjude/proteinpaint" ], [ "https://github.com/open2c/cooltools" ], [ "https://github.com/beast-dev/beast-mcmc" ], [ "https://github.com/wyang17/SQuIRE" ], [ "https://github.com/ndierckx/NOVOPlasty" ], [ "https://github.com/ndierckx/NOVOPlasty" ], [ "https://github.com/ndierckx/NOVOPlasty" ], [ "https://github.com/ndierckx/NOVOPlasty" ], [ "https://github.com/ndierckx/NOVOPlasty" ], [ "https://github.com/ndierckx/NOVOPlasty" ], [ "https://github.com/ndierckx/NOVOPlasty" ], [ "https://github.com/ndierckx/NOVOPlasty" ], [ "https://github.com/hall-lab/svtools" ], [ "https://github.com/biojava/biojava" ], [ "https://github.com/biojava/biojava" ], [ "https://github.com/biojava/biojava" ], [ "https://github.com/Martinsos/edlib" ], [ "https://github.com/biojava/biojava" ], [ "https://github.com/biojava/biojava" ], [ "https://github.com/biojava/biojava" ], [ "https://github.com/biojava/biojava" ], [ "https://github.com/biojava/biojava" ], [ "https://github.com/xiaochuanle/MECAT" ], [ "https://github.com/prody/ProDy" ], [ "https://github.com/genotoul-bioinfo/dgenies" ], [ "https://github.com/prody/ProDy" ], [ "https://github.com/prody/ProDy" ], [ "https://github.com/prody/ProDy" ], [ "https://github.com/prody/ProDy" ], [ "https://github.com/prody/ProDy" ], [ "https://github.com/prody/ProDy" ], [ "https://github.com/prody/ProDy" ], [ "https://github.com/oushujun/EDTA" ], [ "https://github.com/CellProfiler/CellProfiler-Analyst" ], [ "https://github.com/CellProfiler/CellProfiler-Analyst" ], [ "https://github.com/Illumina/ExpansionHunter" ], [ "https://github.com/CellProfiler/CellProfiler-Analyst" ], [ "https://github.com/CellProfiler/CellProfiler-Analyst" ], [ "https://github.com/CellProfiler/CellProfiler-Analyst" ], [ "https://github.com/CellProfiler/CellProfiler-Analyst" ], [ "https://github.com/cns-iu/ccf-organ-vr-gallery#readme" ], [ "https://github.com/CellProfiler/CellProfiler-Analyst" ], [ "https://github.com/cns-iu/hra-organ-gallery-in-vr" ], [ "https://github.com/CellProfiler/CellProfiler-Analyst" ], [ "https://github.com/chgibb/PHAT" ], [ "https://github.com/hafen/trelliscopejs" ], [ "https://github.com/schatzlab/genomescope" ], [ "https://github.com/rrwick/Bandage" ], [ "https://github.com/gpertea/gffread" ], [ "https://github.com/benjjneb/dada2" ], [ "https://github.com/cevo-public/cov-spectrum-website" ], [ "https://github.com/NeuroTechX/moabb" ], [ "https://github.com/marbl/mash" ], [ "https://github.com/imbs-hl/ranger" ], [ "https://github.com/biocore-NTNU/pyranges" ], [ "https://github.com/dnanexus-rnd/GLnexus" ], [ "https://github.com/YosefLab/scVI" ], [ "https://github.com/legumeinfo/lis_context_viewer" ], [ "https://github.com/vgteam/sequenceTubeMap" ], [ "https://github.com/Franck-Dernoncourt/NeuroNER" ], [ "https://github.com/bigdataprocessor/bigdataprocessor2" ], [ "https://github.com/EpistasisLab/Aliro" ], [ "https://github.com/zwdzwd/sesame" ], [ "https://github.com/fritzsedlazeck/Sniffles" ], [ "https://github.com/vaquerizaslab/fanc" ], [ "https://github.com/kassonlab/gmxapi" ], [ "https://github.com/flairNLP/flair" ], [ "https://github.com/mit-han-lab/temporal-shift-module" ], [ "https://github.com/microsoft/Bringing-Old-Photos-Back-to-Life" ], [ "https://github.com/cortex-lab/Rigbox" ], [ "https://github.com/ComparativeGenomicsToolkit/hal" ], [ "https://github.com/seqan/seqan" ], [ "https://github.com/biothings/biothings_explorer" ], [ "https://github.com/ccsb-scripps/AutoDock-Vina" ], [ "https://github.com/biothings/biothings_explorer" ], [ "https://github.com/AbnerHqC/GaitSet" ], [ "https://github.com/biothings/biothings_explorer" ], [ "https://github.com/biothings/biothings_explorer" ], [ "https://github.com/biothings/biothings_explorer" ], [ "https://github.com/biothings/biothings_explorer" ], [ "https://github.com/biothings/biothings_explorer" ], [ "https://github.com/biothings/biothings_explorer" ], [ "https://github.com/SmartDataAnalytics/PyKEEN" ], [ "https://github.com/IMSY-DKFZ/simpa" ], [ "https://github.com/pykeen/pykeen" ], [ "https://github.com/ICB-DCM/AMICI" ], [ "https://github.com/ICB-DCM/AMICI" ], [ "https://github.com/ICB-DCM/AMICI" ], [ "https://github.com/ICB-DCM/AMICI" ], [ "https://github.com/ICB-DCM/AMICI" ], [ "https://github.com/ICB-DCM/AMICI" ], [ "https://github.com/ICB-DCM/AMICI" ], [ "https://github.com/AMICI-dev/AMICI" ], [ "https://github.com/RTXteam/RTX" ], [ "https://github.com/ICB-DCM/AMICI" ], [ "https://github.com/mahyarnajibi/SNIPER" ], [ "https://github.com/ICB-DCM/pyPESTO" ], [ "https://github.com/ICB-DCM/pyPESTO" ], [ "https://github.com/ICB-DCM/pyPESTO" ], [ "https://github.com/ICB-DCM/pyPESTO" ], [ "https://github.com/ICB-DCM/pyPESTO" ], [ "https://github.com/icb-dcm/pypesto" ], [ "https://github.com/ICB-DCM/pyPESTO" ], [ "https://github.com/ICB-DCM/pyPESTO" ], [ "https://github.com/ICB-DCM/pyPESTO" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/spacegraphcats/spacegraphcats" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/dfguan/purge_dups" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/magicDGS/ReadTools" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/opencobra/cobratoolbox" ], [ "https://github.com/cggh/panoptes" ], [ "https://github.com/broadinstitute/oncotator" ], [ "https://github.com/afm-spm/TopoStats" ], [ "https://github.com/biopragmatics/bioregistry" ], [ "https://github.com/Illumina/manta" ], [ "https://github.com/Illumina/strelka" ], [ "https://github.com/voxelmorph/voxelmorph" ], [ "https://github.com/PacificBiosciences/FALCON" ], [ "https://github.com/mdbloice/Augmentor" ], [ "https://github.com/igvteam/igv" ], [ "https://github.com/igvteam/igv" ], [ "https://github.com/igvteam/igv" ], [ "https://github.com/igvteam/igv" ], [ "https://github.com/igvteam/igv" ], [ "https://github.com/hms-dbmi/UpSetR" ], [ "https://github.com/igvteam/igv" ], [ "https://github.com/igvteam/igv" ], [ "https://github.com/igvteam/igv" ], [ "https://github.com/cfzd/Ultra-Fast-Lane-Detection-v2" ], [ "https://github.com/ssadedin/bpipe" ], [ "https://github.com/soedinglab/hh-suite" ], [ "https://github.com/lh3/minimap2" ], [ "https://github.com/lh3/minimap2" ], [ "https://github.com/lh3/minimap2" ], [ "https://github.com/lh3/minimap2" ], [ "https://github.com/lh3/minimap2" ], [ "https://github.com/lh3/minimap2" ], [ "https://github.com/lh3/minimap2" ], [ "https://github.com/lh3/minimap2" ], [ "https://github.com/riboviz/riboviz" ], [ "https://github.com/whatshap/whatshap" ], [ "https://github.com/samtools/samtools" ], [ "https://github.com/pcm-dpc/COVID-19" ], [ "https://github.com/pcm-dpc/COVID-19" ], [ "https://github.com/pcm-dpc/COVID-19" ], [ "https://github.com/pcm-dpc/COVID-19" ], [ "https://github.com/pcm-dpc/COVID-19" ], [ "https://github.com/pcm-dpc/COVID-19" ], [ "https://github.com/pcm-dpc/COVID-19" ], [ "https://github.com/pcm-dpc/COVID-19" ], [ "https://github.com/arq5x/lumpy-sv" ], [ "https://github.com/cdcgov/microbetrace" ], [ "https://github.com/tyiannak/pyAudioAnalysis" ], [ "https://github.com/ablab/spades" ], [ "https://github.com/ablab/spades" ], [ "https://github.com/ablab/spades" ], [ "https://github.com/ablab/spades" ], [ "https://github.com/ablab/spades" ], [ "https://github.com/ablab/spades" ], [ "https://github.com/ablab/spades" ], [ "https://github.com/ablab/spades" ], [ "https://github.com/theislab/anndata" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/NCATS-Gamma/robokop" ], [ "https://github.com/ecomontec/ecoSound-web" ], [ "https://github.com/ewels/MultiQC" ], [ "https://github.com/davidemms/OrthoFinder" ], [ "https://github.com/MVIG-SJTU/AlphaPose" ], [ "https://github.com/EpistasisLab/tpot" ], [ "https://github.com/sokrypton/ColabFold" ], [ "https://github.com/OpenTreeOfLife/opentree" ], [ "https://github.com/samtools/BCFtools" ], [ "https://github.com/facebookresearch/Detectron" ], [ "https://github.com/facebookresearch/Detectron" ], [ "https://github.com/facebookresearch/Detectron" ], [ "https://github.com/facebookresearch/Detectron" ], [ "https://github.com/facebookresearch/Detectron" ], [ "https://github.com/facebookresearch/Detectron" ], [ "https://github.com/facebookresearch/Detectron" ], [ "https://github.com/facebookresearch/Detectron" ], [ "https://github.com/COMBINE-lab/salmon" ], [ "https://github.com/OpenGene/fastp" ], [ "https://github.com/theislab/Scanpy" ], [ "https://github.com/deepchem/deepchem" ], [ "https://github.com/vgteam/vg" ], [ "https://github.com/vgteam/vg" ], [ "https://github.com/vgteam/vg" ], [ "https://github.com/vgteam/vg" ], [ "https://github.com/vgteam/vg" ], [ "https://github.com/vgteam/vg" ], [ "https://github.com/vgteam/vg" ], [ "https://github.com/vgteam/vg" ], [ "https://github.com/pachyderm/pachyderm" ], [ "https://github.com/broadinstitute/gatk" ], [ "https://github.com/broadinstitute/gatk" ], [ "https://github.com/broadinstitute/gatk" ], [ "https://github.com/broadinstitute/gatk" ], [ "https://github.com/broadinstitute/gatk" ], [ "https://github.com/broadinstitute/gatk" ], [ "https://github.com/broadinstitute/gatk" ], [ "https://github.com/broadinstitute/gatk" ], [ "https://github.com/CSSEGISandData/COVID-19" ], [ "https://github.com/galaxyproject/galaxy" ], [ "https://github.com/galaxyproject/galaxy" ], [ "https://github.com/galaxyproject/galaxy" ], [ "https://github.com/galaxyproject/galaxy" ], [ "https://github.com/galaxyproject/galaxy" ], [ "https://github.com/galaxyproject/galaxy" ], [ "https://github.com/galaxyproject/galaxy" ], [ "https://github.com/galaxyproject/galaxy" ] ], "hovertemplate": "Time of Existence (days)=%{x}
Normalized Total Entropy=%{y}
Repository URL=%{customdata[0]}
GitHub Open Issues (log)=%{marker.color}", "legendgroup": "", "marker": { "color": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 0.6931471805599453, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.0986122886681098, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.3862943611198906, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.6094379124341005, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.791759469228055, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 1.9459101490553132, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.0794415416798357, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.1972245773362196, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.302585092994046, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.3978952727983707, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.4849066497880004, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.5649493574615367, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.6390573296152584, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.70805020110221, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.772588722239781, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.833213344056216, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.8903717578961645, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.9444389791664403, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 2.995732273553991, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.044522437723423, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.091042453358316, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1354942159291497, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.1780538303479458, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.218875824868201, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.258096538021482, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.295836866004329, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.332204510175204, 3.367295829986474, 3.367295829986474, 3.367295829986474, 3.367295829986474, 3.367295829986474, 3.367295829986474, 3.367295829986474, 3.367295829986474, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4011973816621555, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4339872044851463, 3.4657359027997265, 3.4657359027997265, 3.4657359027997265, 3.4657359027997265, 3.4657359027997265, 3.4657359027997265, 3.4657359027997265, 3.4657359027997265, 3.4657359027997265, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.49650756146648, 3.5263605246161616, 3.5263605246161616, 3.5263605246161616, 3.5263605246161616, 3.5263605246161616, 3.5263605246161616, 3.5263605246161616, 3.5263605246161616, 3.5263605246161616, 3.5263605246161616, 3.5263605246161616, 3.5263605246161616, 3.5263605246161616, 3.5263605246161616, 3.5263605246161616, 3.5263605246161616, 3.5263605246161616, 3.5263605246161616, 3.5263605246161616, 3.5263605246161616, 3.5263605246161616, 3.5553480614894135, 3.5553480614894135, 3.5553480614894135, 3.5553480614894135, 3.5553480614894135, 3.5553480614894135, 3.5553480614894135, 3.5553480614894135, 3.5553480614894135, 3.5553480614894135, 3.5553480614894135, 3.58351893845611, 3.58351893845611, 3.58351893845611, 3.58351893845611, 3.58351893845611, 3.610917912644224, 3.610917912644224, 3.610917912644224, 3.610917912644224, 3.610917912644224, 3.610917912644224, 3.6375861597263857, 3.6375861597263857, 3.6375861597263857, 3.6375861597263857, 3.6375861597263857, 3.6375861597263857, 3.6375861597263857, 3.6375861597263857, 3.6375861597263857, 3.6375861597263857, 3.6375861597263857, 3.6375861597263857, 3.6635616461296463, 3.6635616461296463, 3.6635616461296463, 3.6635616461296463, 3.6635616461296463, 3.6635616461296463, 3.6635616461296463, 3.6635616461296463, 3.6635616461296463, 3.6635616461296463, 3.6635616461296463, 3.6635616461296463, 3.6635616461296463, 3.6635616461296463, 3.6635616461296463, 3.6635616461296463, 3.6635616461296463, 3.6635616461296463, 3.688879454113936, 3.688879454113936, 3.688879454113936, 3.688879454113936, 3.688879454113936, 3.688879454113936, 3.688879454113936, 3.688879454113936, 3.688879454113936, 3.688879454113936, 3.688879454113936, 3.688879454113936, 3.688879454113936, 3.713572066704308, 3.713572066704308, 3.713572066704308, 3.713572066704308, 3.713572066704308, 3.713572066704308, 3.713572066704308, 3.713572066704308, 3.713572066704308, 3.713572066704308, 3.713572066704308, 3.737669618283368, 3.737669618283368, 3.737669618283368, 3.737669618283368, 3.737669618283368, 3.737669618283368, 3.737669618283368, 3.737669618283368, 3.737669618283368, 3.737669618283368, 3.737669618283368, 3.737669618283368, 3.737669618283368, 3.7612001156935624, 3.7612001156935624, 3.7612001156935624, 3.7612001156935624, 3.7612001156935624, 3.7612001156935624, 3.7612001156935624, 3.7612001156935624, 3.7612001156935624, 3.7612001156935624, 3.7612001156935624, 3.7612001156935624, 3.784189633918261, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.80666248977032, 3.828641396489095, 3.828641396489095, 3.828641396489095, 3.828641396489095, 3.8501476017100584, 3.8501476017100584, 3.871201010907891, 3.871201010907891, 3.8918202981106265, 3.8918202981106265, 3.8918202981106265, 3.8918202981106265, 3.8918202981106265, 3.8918202981106265, 3.8918202981106265, 3.8918202981106265, 3.8918202981106265, 3.8918202981106265, 3.8918202981106265, 3.8918202981106265, 3.8918202981106265, 3.8918202981106265, 3.8918202981106265, 3.8918202981106265, 3.8918202981106265, 3.912023005428146, 3.912023005428146, 3.912023005428146, 3.912023005428146, 3.912023005428146, 3.912023005428146, 3.912023005428146, 3.912023005428146, 3.912023005428146, 3.912023005428146, 3.9318256327243257, 3.9318256327243257, 3.9318256327243257, 3.9318256327243257, 3.951243718581427, 3.951243718581427, 3.970291913552122, 3.970291913552122, 3.970291913552122, 3.970291913552122, 3.970291913552122, 3.9889840465642745, 4.007333185232471, 4.007333185232471, 4.007333185232471, 4.007333185232471, 4.007333185232471, 4.007333185232471, 4.007333185232471, 4.007333185232471, 4.007333185232471, 4.007333185232471, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.02535169073515, 4.04305126783455, 4.04305126783455, 4.04305126783455, 4.04305126783455, 4.04305126783455, 4.04305126783455, 4.04305126783455, 4.04305126783455, 4.04305126783455, 4.04305126783455, 4.04305126783455, 4.04305126783455, 4.060443010546419, 4.060443010546419, 4.060443010546419, 4.060443010546419, 4.060443010546419, 4.060443010546419, 4.060443010546419, 4.060443010546419, 4.060443010546419, 4.060443010546419, 4.060443010546419, 4.060443010546419, 4.060443010546419, 4.060443010546419, 4.060443010546419, 4.060443010546419, 4.060443010546419, 4.060443010546419, 4.060443010546419, 4.060443010546419, 4.060443010546419, 4.060443010546419, 4.060443010546419, 4.060443010546419, 4.060443010546419, 4.060443010546419, 4.060443010546419, 4.060443010546419, 4.060443010546419, 4.07753744390572, 4.07753744390572, 4.07753744390572, 4.07753744390572, 4.0943445622221, 4.110873864173311, 4.110873864173311, 4.110873864173311, 4.127134385045092, 4.127134385045092, 4.127134385045092, 4.143134726391533, 4.1588830833596715, 4.1588830833596715, 4.1588830833596715, 4.1588830833596715, 4.1588830833596715, 4.1588830833596715, 4.1588830833596715, 4.1588830833596715, 4.1588830833596715, 4.1588830833596715, 4.1588830833596715, 4.1588830833596715, 4.174387269895637, 4.189654742026425, 4.189654742026425, 4.189654742026425, 4.204692619390966, 4.204692619390966, 4.204692619390966, 4.204692619390966, 4.204692619390966, 4.219507705176107, 4.219507705176107, 4.219507705176107, 4.219507705176107, 4.219507705176107, 4.219507705176107, 4.219507705176107, 4.219507705176107, 4.219507705176107, 4.219507705176107, 4.23410650459726, 4.248495242049359, 4.248495242049359, 4.248495242049359, 4.248495242049359, 4.248495242049359, 4.248495242049359, 4.248495242049359, 4.248495242049359, 4.248495242049359, 4.248495242049359, 4.276666119016055, 4.276666119016055, 4.276666119016055, 4.276666119016055, 4.276666119016055, 4.276666119016055, 4.276666119016055, 4.276666119016055, 4.276666119016055, 4.290459441148391, 4.30406509320417, 4.30406509320417, 4.30406509320417, 4.30406509320417, 4.30406509320417, 4.30406509320417, 4.30406509320417, 4.30406509320417, 4.30406509320417, 4.30406509320417, 4.30406509320417, 4.330733340286331, 4.330733340286331, 4.343805421853684, 4.343805421853684, 4.343805421853684, 4.382026634673881, 4.382026634673881, 4.406719247264253, 4.406719247264253, 4.430816798843313, 4.465908118654584, 4.477336814478207, 4.477336814478207, 4.477336814478207, 4.477336814478207, 4.48863636973214, 4.48863636973214, 4.499809670330265, 4.51085950651685, 4.532599493153256, 4.553876891600541, 4.553876891600541, 4.59511985013459, 4.59511985013459, 4.61512051684126, 4.6443908991413725, 4.6443908991413725, 4.663439094112067, 4.672828834461906, 4.672828834461906, 4.672828834461906, 4.672828834461906, 4.672828834461906, 4.672828834461906, 4.68213122712422, 4.68213122712422, 4.68213122712422, 4.68213122712422, 4.709530201312334, 4.709530201312334, 4.709530201312334, 4.718498871295094, 4.718498871295094, 4.718498871295094, 4.718498871295094, 4.718498871295094, 4.718498871295094, 4.718498871295094, 4.718498871295094, 4.718498871295094, 4.718498871295094, 4.7535901911063645, 4.7535901911063645, 4.7535901911063645, 4.7535901911063645, 4.7535901911063645, 4.7535901911063645, 4.7535901911063645, 4.7535901911063645, 4.7535901911063645, 4.7535901911063645, 4.770684624465665, 4.770684624465665, 4.770684624465665, 4.770684624465665, 4.770684624465665, 4.770684624465665, 4.770684624465665, 4.770684624465665, 4.770684624465665, 4.770684624465665, 4.770684624465665, 4.770684624465665, 4.770684624465665, 4.770684624465665, 4.770684624465665, 4.770684624465665, 4.770684624465665, 4.770684624465665, 4.770684624465665, 4.770684624465665, 4.770684624465665, 4.770684624465665, 4.770684624465665, 4.770684624465665, 4.770684624465665, 4.770684624465665, 4.770684624465665, 4.770684624465665, 4.770684624465665, 4.770684624465665, 4.770684624465665, 4.770684624465665, 4.770684624465665, 4.770684624465665, 4.770684624465665, 4.770684624465665, 4.770684624465665, 4.770684624465665, 4.770684624465665, 4.770684624465665, 4.770684624465665, 4.770684624465665, 4.770684624465665, 4.770684624465665, 4.770684624465665, 4.770684624465665, 4.770684624465665, 4.770684624465665, 4.770684624465665, 4.770684624465665, 4.770684624465665, 4.770684624465665, 4.770684624465665, 4.770684624465665, 4.770684624465665, 4.770684624465665, 4.770684624465665, 4.770684624465665, 4.770684624465665, 4.770684624465665, 4.770684624465665, 4.770684624465665, 4.770684624465665, 4.770684624465665, 4.770684624465665, 4.770684624465665, 4.770684624465665, 4.77912349311153, 4.77912349311153, 4.795790545596741, 4.812184355372417, 4.882801922586371, 4.882801922586371, 4.90527477843843, 4.919980925828125, 4.927253685157205, 4.9344739331306915, 4.9344739331306915, 4.9344739331306915, 4.9344739331306915, 4.9344739331306915, 4.9344739331306915, 4.9344739331306915, 4.9344739331306915, 4.9344739331306915, 4.955827057601261, 5.049856007249537, 5.099866427824199, 5.117993812416755, 5.117993812416755, 5.117993812416755, 5.117993812416755, 5.117993812416755, 5.117993812416755, 5.117993812416755, 5.117993812416755, 5.123963979403259, 5.147494476813453, 5.209486152841421, 5.214935757608986, 5.214935757608986, 5.214935757608986, 5.214935757608986, 5.214935757608986, 5.214935757608986, 5.214935757608986, 5.214935757608986, 5.2574953720277815, 5.288267030694535, 5.298317366548036, 5.459585514144159, 5.459585514144159, 5.459585514144159, 5.459585514144159, 5.459585514144159, 5.459585514144159, 5.459585514144159, 5.459585514144159, 5.4638318050256105, 5.480638923341991, 5.480638923341991, 5.480638923341991, 5.480638923341991, 5.480638923341991, 5.480638923341991, 5.480638923341991, 5.480638923341991, 5.480638923341991, 5.480638923341991, 5.480638923341991, 5.480638923341991, 5.480638923341991, 5.480638923341991, 5.480638923341991, 5.480638923341991, 5.480638923341991, 5.480638923341991, 5.480638923341991, 5.480638923341991, 5.480638923341991, 5.480638923341991, 5.480638923341991, 5.480638923341991, 5.480638923341991, 5.480638923341991, 5.480638923341991, 5.484796933490655, 5.497168225293202, 5.645446897643238, 5.659482215759621, 5.673323267171493, 5.6937321388027, 5.700443573390687, 5.71042701737487, 5.802118375377063, 5.802118375377063, 5.802118375377063, 5.802118375377063, 5.802118375377063, 5.802118375377063, 5.802118375377063, 5.802118375377063, 5.831882477283517, 5.849324779946859, 6.345636360828596, 6.437751649736401, 6.6895992691789665, 6.6895992691789665, 6.6895992691789665, 6.6895992691789665, 6.6895992691789665, 6.6895992691789665, 6.6895992691789665, 6.6895992691789665, 6.818924065275521, 7.1929342212158, 7.1929342212158, 7.1929342212158, 7.1929342212158, 7.194436851100335, 7.194436851100335, 7.194436851100335, 7.194436851100335, 7.582738488914411, 7.731053144007127, 7.731053144007127, 7.731053144007127, 7.731053144007127, 7.731053144007127, 7.731053144007127, 7.731053144007127, 7.731053144007127 ], "coloraxis": "coloraxis", "opacity": 0.5, "symbol": "circle" }, "mode": "markers", "name": "", "showlegend": false, "type": "scattergl", "x": [ null, 2527, 2465, 22, 101, 144, 567, 1656, 293, 222, 1192, 171, 1539, 2257, 147, 1050, 509, 2, 877, 678, 348, 297, null, 159, 991, 0, 907, 1224, 0, 799, 18, 1408, 1408, 1408, 99, 1020, 139, 213, 1167, 352, 1544, 65, 263, 1884, 0, 695, 436, 1, 11, 377, 3336, 598, 285, 558, 1043, 122, 684, 170, 257, null, null, 862, 1592, 185, 17, 131, 338, 0, 574, 599, 375, 688, 883, 180, 688, 368, 10, 758, 1, null, null, 519, 266, 0, 862, 862, 3728, 346, 389, 1077, 763, 426, 675, 236, 440, 1795, 356, 191, 314, 899, 52, 161, 623, 447, 812, 829, 155, 0, 149, 1726, 862, 539, 675, 53, 900, 553, 402, 996, 1, 477, 1040, 590, 246, 4353, 25, 969, 603, 614, 489, 529, 261, 0, 456, 23, 380, 830, 830, 830, 830, 1330, 778, 1424, 0, 13, 516, 0, 734, 362, 57, 60, 19, 206, 668, null, 15, 0, 269, 669, 912, 543, 228, 345, 26, 112, 881, 526, 1060, 596, 383, 588, 309, 42, 0, 348, 904, 1595, 2865, 2865, 2865, 129, 214, 83, 718, 323, 815, 5, 388, 937, 2, 1103, 371, 274, 139, 1, 0, 0, 1442, 87, 1043, 1424, 607, 2865, 0, 395, 1654, 0, 578, 394, 73, 792, 1420, 772, 535, 1, 288, 87, 23, 1408, 471, 854, 47, 142, 467, 209, 0, 1768, 0, 381, 468, 893, 767, 496, 217, 3421, 0, 303, 1263, 1263, 1263, 915, 1263, 312, 312, 674, 312, 312, 1273, 404, 418, 685, 1285, 576, 873, 1339, 1309, 1, 509, 934, 621, 109, 234, 226, 1309, 533, 280, 280, 280, 280, 533, 987, 240, 840, 268, 1680, 55, 158, 675, 209, 1049, 949, 376, 107, 28, 82, 706, 953, 924, 1, 0, 879, null, 177, 824, 603, 1424, 682, 274, 53, 408, 313, 124, 0, 109, 253, 301, 909, 0, 281, null, 1786, 4, 638, 1317, 616, 750, 1537, 2095, 550, 225, 19, 63, 658, 1, 80, 382, 2885, 527, 55, 668, null, 273, 96, 1396, 1128, 234, 1481, 37, 1143, 1377, 366, 6585, 240, 263, 372, 237, 0, 402, 177, 542, 152, 349, 1741, 2891, 44, 376, 0, 0, 0, 1330, 542, 918, 1654, 529, 571, 115, 285, 225, 547, 35, 40, 1099, 519, 1544, 1101, 360, 96, null, 559, 1578, 987, 107, 587, 699, 238, 338, 0, 259, 1654, 177, 2296, 7, 267, 648, 842, 0, 37, null, 764, 1027, 2847, 343, 0, 71, 66, 0, 53, 503, 1723, 597, 965, 279, 18, 1018, 820, 11, 338, 0, 0, null, 646, 7, 368, 100, 806, 951, 1, 496, 0, 601, 650, 862, 0, 665, 1285, 1297, 103, 1280, 354, 84, 262, 0, 0, 306, 1150, 316, 1616, 0, 278, 161, 931, 2186, 54, 469, 1587, 449, 1824, 1678, 379, 993, 656, 72, 2098, 481, 0, 138, 149, null, 445, 1022, 590, 1144, 0, 686, 328, 0, 685, 298, 182, 343, 0, null, 95, 671, 407, 336, 239, 910, 242, 238, 434, 1139, 272, 463, 312, 0, 445, 312, 76, 1419, 431, 377, 17, 601, 427, 87, 692, 678, 602, 502, 1343, 1769, 453, 426, 511, 707, 0, 2137, 103, 985, 203, 697, 1017, 342, 177, 161, 312, 312, 13, null, 790, 0, 987, 2658, 393, 1290, 1290, 1290, 1290, 203, 128, 133, 944, 169, 280, 17, null, 305, 96, 280, 0, 280, 374, 1286, 146, 1925, 808, 0, 259, 542, 952, 226, null, 1402, 195, 413, 531, 125, 455, 1468, 3193, 170, 118, 32, 267, 202, 154, 895, 156, 761, 125, 2464, 1145, 325, 991, 961, 125, 680, 692, 747, 997, 937, 937, 937, 937, 215, 215, 215, 215, 895, 949, 1521, 166, 1446, 560, 1147, 1147, 774, 145, 1147, 1959, 1079, 1959, 0, 575, 1948, 124, 672, 425, 186, 259, 175, 73, 111, 182, 1736, 281, 0, 110, 714, 26, 293, 1150, 3357, 275, 532, 656, 1160, 11, 266, 593, 51, 307, 872, 1671, 1305, 6, 1, 516, 482, 69, 14, 926, 28, 218, 488, 484, 171, 328, 1927, 162, 277, 2024, 804, 61, 420, 504, 515, 20, 539, 1463, 1117, 13, 978, 199, 1600, 1959, 349, 316, 863, 646, 455, 0, 2686, 1147, 2326, 526, 264, 1959, 364, 720, 1380, null, 64, 276, 523, 0, 37, 199, 980, 454, 0, 280, 337, 670, 172, 794, 429, 1095, 156, 109, 51, 1177, 77, 144, 341, 1023, 1, 145, 393, 262, 157, 600, 9, 1621, 1315, 634, 1426, 312, 1061, 3, 404, 570, 1396, 38, 10, 1000, null, 1274, 42, 22, 2416, 213, 113, 566, 448, 746, 167, 60, 128, 1519, 358, 852, 1024, 585, null, 1571, 96, 507, 406, 0, 1104, 10, 402, 879, 0, 208, 3, 584, 1563, 1928, 16, 1928, 1928, 1928, 733, 223, 27, 1893, 537, 7, 1408, 162, 0, 62, 684, 2208, 1080, 818, 1467, 43, null, null, 196, 546, 476, 1582, 554, 612, 124, 11, 393, 11, 11, 11, 9, 11, 1, 8, 1002, 11, 320, 180, 11, 586, 390, 1967, 747, 11, 11, 766, 199, 1078, 58, 105, 1722, 1171, 1171, 1171, 130, 2050, 2127, 1561, 469, 1171, 373, 1990, 1990, 419, 89, 1990, 781, 698, 243, 515, 1990, 1206, 636, 713, 127, 1099, 1184, 233, 558, 743, 1045, 0, 459, 247, 34, 204, 4, 498, 267, 185, 1067, 579, 596, 135, 0, 0, 1290, 1290, 1290, 1290, 285, 621, 791, 431, 280, 452, 868, 4, 305, 281, 210, 1816, 791, 734, 368, 200, 99, 1513, 328, 164, 1112, 1550, 761, 59, 678, 272, 830, 830, 830, 830, 357, 176, 550, 325, 167, 1784, 1, 407, null, 133, 307, 1153, 335, 1656, 90, 681, 63, 84, 62, 365, 215, 215, 937, 937, 937, 937, 759, 0, 187, 215, 215, 424, 1120, 1160, 253, 1135, 74, 216, 740, 1102, 863, 237, 1473, 1231, 1535, 425, 2935, 1718, 957, 0, 340, 786, 27, 2276, 875, 603, null, 168, 13, 160, 2111, 4, 12, 146, 35, 2010, 578, 11, 11, 2092, 875, 0, 1221, 11, 1666, 11, 11, 156, 11, 481, 11, 11, 90, 74, 742, 1338, 431, 295, 187, null, 1240, 11, 1554, 1690, 1211, 471, 1560, 1762, 1762, 1629, 1233, 834, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 390, 601, 1762, 1762, 1762, 1762, 1762, 39, 1128, 491, 644, 1762, 1380, 454, 1579, null, 126, 232, 6, 539, 2, null, 147, 1263, 1263, 1263, 1847, 1263, 233, 1348, 1134, 990, 804, 2271, 463, 762, 1058, 105, 1261, 289, 448, 78, 385, 140, 59, 754, 2313, 458, 1858, 436, 310, 99, 443, 1119, 307, 282, 536, 1066, 1106, 428, 1176, 985, 0, 102, 468, 20, 460, 515, 1380, 264, 1009, 1637, 342, 181, 388, 23, 1767, 853, 791, 299, 912, 1422, 1157, 204, 1428, 1565, 260, 87, 0, 0, 1536, 1068, 725, 0, 1359, 796, 272, 1458, 489, 34, null, 449, 1094, 744, 1029, 1029, 1029, 1029, 1567, 1, 384, 688, 21, 657, 1722, 808, 942, 504, 732, 482, 820, 1905, 4258, null, 2318, 864, 744, 492, 706, 485, 1, 221, 1594, 429, 1888, 70, 213, 1, 1082, 1641, 0, 754, 234, 606, 2408, null, 405, 2394, 152, 302, 1029, 1029, 1029, 1029, 413, 755, 65, null, 169, 238, 1737, 993, 1762, 1762, 1762, 642, 304, 1451, 878, 233, 1762, 1762, 1762, 1762, 948, 1762, 1762, 1762, 1022, 1762, 1762, 1762, 1084, 853, 190, 7, 982, 1762, 258, 659, 1762, 1153, 61, 1756, 292, 56, 1126, 468, 0, 28, 85, 69, 44, 331, 217, 1285, 435, 0, 594, 466, 5, 161, 0, 314, 141, 1030, 1762, 8, 376, 361, 499, 786, 1342, 387, 1327, 162, 363, 1344, 216, 184, 1959, 1959, 1959, 1959, 280, 193, 82, 659, 993, 398, 544, 546, 275, 2566, 359, 2470, 0, 5, 22, 26, 45, 1086, 849, 209, 632, 1581, 35, 38, 146, 407, 1209, 281, 672, 97, 2280, 65, 1680, 303, 8, 0, 1855, 694, 207, 182, 651, 1095, 109, 729, 315, 12, 548, 509, 900, 541, 31, 412, 104, 506, 805, 930, 2, null, 315, 56, 565, 0, 276, 1762, 419, 1762, 959, 1762, 1762, 1762, 1762, 548, 548, 548, 548, 656, 0, 234, 0, 159, 377, 576, 739, 482, 1, 210, 1147, 1163, 1147, 1147, 315, null, 1358, 1143, 1067, 566, 262, 4, 548, 548, 548, 1147, 1623, 1762, 1762, 307, 120, 1170, 931, 62, 1, 203, 1269, 298, 288, 541, 391, 5, 751, 256, 832, 245, 590, null, 172, 1871, 1918, 582, 1628, 92, 2987, 188, 97, 970, 1762, 1762, 2350, 0, 1762, 468, 713, 1762, 1762, 918, 1762, 1762, 1762, 294, 1, 0, 231, 132, 940, 1038, 273, 0, 487, 106, 818, 54, 275, 390, 2110, 38, 701, 326, 397, 218, 10, 203, 849, 461, 2078, 1057, 667, 2051, 289, 689, 797, 33, 2128, 713, 683, 517, 285, 511, 966, 1, 853, 561, 2209, 14, 228, 691, 0, 559, 2669, 1295, 0, 337, 20, 153, 826, 281, 59, 0, null, 7, 209, 0, 984, 1112, 324, 373, 561, 517, 564, 1680, 1559, 746, 842, 199, 652, 11, 400, 1265, 235, 533, 440, 144, null, 174, 856, 216, 436, 1329, 328, 261, 1106, 973, 210, 1069, null, 361, 1563, 920, 308, 3351, 187, 405, 534, 616, 125, 850, 263, 200, 839, 506, 373, 1161, 11, 174, 532, 792, 236, 53, 8, 1488, 742, 880, 609, 503, 466, 253, 11, 203, 0, 799, 1837, 2, 377, 312, 357, 439, 111, 1994, 41, 497, 643, 484, 2580, 1990, 210, 1990, 1990, 353, 1990, 11, 11, 11, 351, null, 0, 1179, 399, 48, null, 205, 11, 927, 197, 470, 1541, 641, 11, 1527, 193, 1047, 869, 593, 5, 292, 516, 391, 632, 480, 351, 12, 418, 1612, 1, 934, 516, 118, 11, 11, 396, 891, 881, 2197, 147, 1190, 396, 11, 633, 7, 69, 862, 862, 1712, 862, 862, 283, 0, 1339, 0, 1305, 60, 59, 1007, 8, 993, 467, 703, 170, null, 9, 2865, 2865, 183, 2444, 1023, 1171, 1064, 1171, 1586, 2865, 2865, 1778, 1171, 1228, 283, 601, 354, 5120, 75, 435, 1249, 256, 2462, 1371, 2291, 393, 2543, 1855, 4452, 163, 1438, 173, 1917, 165, 201, 273, 1470, 61, 328, 389, 845, 1624, 365, 1354, 1928, 1928, 1928, 387, 1928, 976, 468, 98, 157, 4, 49, 1058, 325, 858, 272, 680, 8, 592, 169, 433, 565, 694, 937, 1492, 651, 956, 796, 495, 1171, 363, 755, 66, 859, 1762, 1762, 1762, 1762, 24, 1408, 1762, 1762, 522, 395, 1762, 1762, 171, 1254, 1762, 1762, 0, 1408, 4, 1148, 903, 906, 762, 981, 3, 870, 657, 1408, 0, 241, 648, 610, 0, 70, 413, 1762, 1762, 493, 28, 642, 1189, 41, 0, 0, 1762, 671, 730, 159, 740, 106, 3261, 8, 89, 1168, 384, 1762, 1762, 742, 1762, 761, 822, 270, 275, 108, 1408, 305, 70, 209, 1147, 121, 481, 3, 517, 191, 376, 124, 1828, 465, 5504, 297, 2331, 196, 1828, 395, 774, 20, 648, 291, 237, 3966, 720, 1758, 1828, 291, 779, 315, 774, 2201, 2477, 922, 1011, 449, 472, 0, 1134, 585, 778, 133, 531, 700, 807, 700, 517, 280, 631, 2128, 700, 763, 700, 798, 959, 628, 118, 1565, 1565, 2331, 1939, 894, 131, 287, 2680, 481, 1141, 2331, 1527, 1828, 2331, 303, 517, 774, 0, 517, 1216, 517, 264, 840, 517, 530, 638, 1565, 65, 434, 774, 1565, 1313, 517, 255, 1091, 1121, 3059, 4095, 361, 110, 1177, 502, 795, 1483, 109, 468, 370, 2002, 453, 746, 278, 1165, 1744, 2010, 1351, 315, 84, 2, 155, 1462, 182, 700, 216, 340, 483, 216, 686, 338, 2810, 180, 1122, 806, 424, 0, 637, 820, 543, 1108, 401, 2290, 153, 0, 570, 1254, 921, 1697, 207, 1221, 475, 975, 1471, 738, 31, 231, 1182, 347, 12, 1692, 826, 0, 5190, 1408, 2134, 1950, 2172, 0, 0, 1485, 469, 164, 129, 1169, 1445, 1517, 652, 1029, 71, 426, 1663, 517, 1093, 1953, 33, 730, 94, 414, 356, 2483, 1311, 622, 1642, 247, 16, 289, 14, 1040, 34, 173, null, 850, 0, null, 388, 774, 240, 774, 774, 170, 774, 181, 942, 1348, 3566, 1242, 2783, 124, 1476, 215, 546, 688, 364, 478, 526, 1591, 3114, 3504, 2224, 929, 664, 3639, 652, 266, 2214, 92, 261, 1095, 573, 226, 28, 0, 364, 275, 460, 163, 389, 325, 325, 623, 793, 802, 640, 474, 191, 303, 33, 389, 261, 1697, 215, 726, 1055, 325, 325, 185, 19, 1144, 25, 908, 3837, 450, 2525, 365, 217, 168, 5363, 223, 1958, 387, 96, 1200, 737, 343, 103, 549, 299, null, 179, 381, 92, 2944, 1037, 575, 681, 714, 979, 1573, 2482, null, 0, 133, 324, 964, 1426, 154, 856, 1107, 183, 1745, 297, 1749, 450, 48, 292, 35, 294, 1284, 276, 0, 398, 284, 1842, 235, 191, 215, 640, 910, 815, 25, 875, 99, 1159, 215, 206, 616, 931, 233, 1700, 257, 259, 694, 3180, 13, 272, 954, 4, 1069, 87, 700, 700, 700, 700, 436, 965, 2488, 873, 178, 856, 1925, 299, 0, 1387, 555, 2157, 651, 831, 247, 1154, 304, 325, 2660, 325, 325, 1223, 351, 590, 1092, 1736, 875, 5, 1258, 1903, 583, 537, 87, 2746, 351, 473, 232, 1198, 914, 738, 531, 3316, 908, 908, 908, 908, 527, 11, 958, 253, 1427, 0, 332, 335, 319, 959, 592, 1217, 488, 2038, 770, 173, 214, null, null, 933, 609, 499, 137, 336, 170, 3781, 2, 652, 493, 521, 0, 527, 752, 0, 987, 488, 165, 543, 3113, 764, 514, 444, 498, 1035, 664, 501, 204, 195, 875, 785, 785, 785, 785, 676, 130, 504, 393, 393, 393, 393, 135, 1199, 2572, 811, 402, 957, 343, 666, null, 13, 235, 65, null, 1103, 126, 1201, 1205, 434, 869, 510, 427, 0, 2450, 1407, 470, 96, 2, 836, 1375, 654, 902, 852, 0, 1021, 1394, 452, 1052, 454, 291, 1674, 563, 0, 392, 3033, 217, 494, 54, 1030, 0, 0, 0, 2944, 203, 872, 181, 0, 128, 84, 488, 1203, 1453, 0, 1858, 3056, 0, 945, 2331, 2331, 2331, 2331, 2103, 1024, 121, 88, 1944, 521, 871, 925, 273, 345, 590, 1503, 1322, 601, 553, 2356, 175, 605, 785, 531, 785, 785, 785, 1039, 233, 305, 863, 1089, 168, 657, 666, 884, 1619, 1592, 272, 494, 1645, 698, 1425, 2415, 337, 1385, 705, 389, 2572, 1767, 1282, 325, 1318, 845, 353, 1141, 700, 749, 515, 1751, 17, 481, 164, 1828, 1828, 1828, 1828, 157, 1333, 84, 1321, 2559, null, 900, 31, 357, 432, 3668, null, 495, 0, 425, 18, 408, 159, 644, 314, 351, 583, 973, 1859, 782, 212, 117, 756, 97, 1565, 1565, 1565, 1129, 1706, 495, 1648, 21, 1848, 751, 1336, 382, 775, 450, 0, 25, 208, 517, 1808, 1002, 1715, 563, 559, 84, 262, 1807, 242, 915, 315, 571, 375, 1428, 105, 237, 777, 1036, 431, 476, 116, 476, 476, 317, 237, 322, 393, 393, 476, 163, 2333, 298, 1267, 743, 791, 1824, 2255, 167, 736, 1063, 1612, 2142, 1170, 875, 748, 0, 1220, 393, 237, 393, 1234, 1356, 550, 987, 0, 237, 1420, 237, 237, 2085, 237, 927, 1136, null, 485, 619, 1193, 3429, 217, 476, 153, 165, 328, 1172, 323, 1915, 878, 1967, 886, 459, 2, 237, 476, 476, 476, 1614, 99, 1565, 65, 48, 105, 1274, 199, 843, 404, 286, 1327, 384, 663, 488, 1374, 1418, 342, 291, 908, 908, 908, 388, 190, 343, 468, 1216, 1217, 162, 885, 118, 315, 2570, 1440, 261, 2337, 1732, 810, 819, 198, 575, 397, 205, 1322, 808, null, 1155, 0, 318, 35, 82, 607, 203, 1272, 1846, 1206, 691, 526, 232, 1208, 100, 2363, 380, 2460, 348, 0, 1752, 674, 2281, 2466, 1539, 1562, 1921, 458, 1797, 1, 497, 272, 459, 356, 419, 793, 292, 3, 987, 30, 90, 521, 1564, 0, 1175, 2388, 557, 1690, 761, 1863, 633, 118, 1319, 38, 28, 777, 1532, 1378, 508, 70, 430, 0, 2452, 1, 874, 451, 676, 2123, 297, 1688, 1481, 1342, 2172, 418, 26, 1202, 402, 428, 1211, 556, 572, 353, 120, 740, 15, 1035, null, 240, 1132, 2541, 177, 2122, 162, 347, 1299, 670, 421, 1682, 367, 48, 852, 290, null, null, 1428, 1405, 1425, 1119, 608, 2347, 725, 1571, 38, 795, 1351, 869, 2492, 878, 0, 369, 878, 1417, 314, 1470, 1035, 745, 878, 878, 0, 0, 571, 78, 2321, 449, 187, 59, 2141, 689, 1557, 905, 52, 1437, 102, 1011, 1665, 35, 377, 731, 379, 636, 1129, 417, 1651, 1013, 1929, 2432, 2, 310, 674, 150, 593, 702, 189, 1087, 2425, 679, 535, 54, 91, 3558, 358, 1848, 1279, 429, 654, 519, 2370, 1631, 1343, 533, 1313, 664, 437, 1923, 985, null, 1506, 2375, 391, 1531, 140, 325, 984, 1569, 433, 268, 975, 2522, 299, 875, 728, 1178, 340, 185, 1867, 891, 1486, 216, 564, 936, 1719, 557, 460, 489, 1106, 305, 1957, 834, 535, 342, 972, 414, 282, 49, 588, 684, 310, 1014, 35, 1836, 1543, 702, 525, 23, 2215, 2672, 1399, 2082, 2321, 2321, 75, 1058, 939, 21, 605, 2179, null, 419, 132, 917, 158, 1136, 502, 2082, 2082, 2082, 1034, 1112, 664, 26, 2654, 2555, 234, 1135, 1137, 2707, 1793, 1122, 1451, 866, 1316, 889, 1383, 657, 236, 1987, 1300, 1527, 677, 629, 226, 3042, 1527, 829, 205, 4903, 1887, 426, 2321, 1, 452, 3445, 1125, 2253, 506, 711, 114, 167, 323, 368, 145, 141, 2283, 205, 1345, 1181, 369, 2893, 1133, 230, 4318, 896, 1874, 272, 360, 628, 550, 792, 450, null, 812, 1141, 829, 1451, 1065, 246, 352, 1291, 235, 2290, 859, 1654, 1708, 1039, 2435, 1278, 1701, 246, 212, 454, 275, 116, 550, 743, 540, 431, 152, 486, 3391, 2561, 1256, 1113, 2593, 435, 423, 369, 639, 1035, 887, 635, 1236, 478, 1050, 1529, 1169, 209, 421, 1432, 3149, 4918, 2330, 28, 807, 211, 1451, 325, 462, 2214, 818, 2321, 2321, 372, 892, 1175, 1382, 2938, 885, 2795, 225, 1173, 3787, 3320, 1844, 194, 1533, 536, 2082, 2082, 2082, 2082, 2226, 2321, 2321, 2051, 954, 157, 2051, 1849, 227, 439, 495, 485, 27, 1768, 834, 146, 130, 441, 878, 1732, 644, 650, 798, 276, 2607, 1426, 1569, 845, 20, 2701, 485, 1076, 1861, 991, 0, 954, 2, 2234, 293, 2016, 1194, 1566, 739, 864, 3474, 1014, 1293, 110, 88, 1180, 212, 803, 278, 2152, 1767, 1161, 1434, 248, 59, 520, 1462, 170, 610, 758, 1512, 413, 1271, 2130, 1099, 770, 38, 878, 878, 878, 878, 3073, 137, 455, 1602, 100, 565, 1315, 3280, 633, 1163, 16, 655, 561, 333, 1022, 145, 260, 585, 917, 113, 436, 1570, 599, 357, 1891, 1234, 372, 120, 846, 1313, 877, 98, 968, 548, 71, 385, 151, 474, 408, 379, 328, 266, 623, 1020, 22, 1162, 568, 155, 1100, 715, 1091, 28, 1116, 64, 916, 1039, 325, 657, 2816, 1446, 2854, 204, 849, 18, 574, 1625, 351, 861, 2385, 2617, 1766, 2401, 2617, 1307, 209, 2232, 1061, 227, 1700, 1166, 1245, 2084, 2945, 1937, 1119, 2232, 241, 1336, 3473, 1165, 266, 2535, 384, 1937, 2232, 1937, 2603, 640, 2617, 1323, 1365, 2617, 1398, 327, 618, 1937, 2232, 1798, 583, 98, 188, 844, 2045, 36, 1765, 888, 2408, 2837, 1899, 1426, 187, 1887, 1439, 1318, 1706, 2575, 615, 2056, 365, null, 971, 885, 2617, 2594, 690, 2329, 346, 343, 467, 595, 1260, 144, 478, 1492, 0, 373, 2242, 727, 1374, 2182, 897, 921, 1736, 1065, 902, 2683, 689, 2496, 2092, 1483, 2666, 416, 610, 116, 653, 653, 653, 653, 1893, 1015, 661, 3248, 3248, 3248, 3248, 1594, 4166, 1370, 0, 620, 2617, 1461, 567, 1276, 1153, 1731, 147, 586, 872, 1854, 1265, 561, 1893, 1672, 1541, 844, 182, 783, 2378, 2840, 1097, 1893, 2583, 434, 1893, 3211, 73, 601, 1615, 3248, 690, 1215, 256, 777, 644, 887, 887, 887, 887, 1371, 451, 0, 1433, 488, 375, 169, 1204, 1364, 394, 421, 1051, 3144, 1351, 4210, 278, 92, 425, 2173, 232, 3248, 3248, 3248, 2281, 410, 2090, 2088, 2617, 140, 1711, 264, 116, 752, 112, 1072, 308, 2155, 2695, 118, 496, 188, 2684, 208, 328, 1891, 286, 616, 820, 3508, 59, 457, 588, 1479, 1049, 662, 628, 3809, 2269, 80, 1553, 218, 2232, 2232, 2232, 2232, 421, 653, 1164, 779, 2405, 314, 706, 54, 572, 97, 473, 954, 314, 901, 901, 653, 718, 901, 182, 704, 1373, 297, 330, 155, 587, 1065, 813, 901, 3020, 1089, 653, 821, 848, 427, 1937, 1937, 1937, 1937, 320, 285, 1022, 256, 1726, 450, 2329, 161, 889, 627, 329, 623, 1157, 684, 690, 808, 5264, 764, 317, 87, 984, 1871, 653, 1759, 20, 1527, 651, 98, 546, 1166, 614, 3339, 515, 837, 852, 466, 2120, 483, 156, 628, 1158, 502, 126, 2617, 314, 22, 314, 901, 241, 1555, 1290, 314, 727, 601, 145, 1185, 561, 105, 0, 141, 1833, 1247, 314, 901, 781, 1217, 1457, 445, 308, 282, 267, 1005, 1342, 121, 1131, 539, 225, 1490, 137, 1571, 1944, 494, 598, 0, 1028, 736, 890, 853, 871, 1833, 0, 508, 887, 887, 3550, 887, 1893, 887, 1695, 424, 2141, 314, 314, 901, 405, 350, 1893, 1893, 189, 709, 497, 1892, 367, 704, 739, 0, 120, 324, 1300, 2113, 747, 1893, 1455, 814, 1031, 901, 3094, 2383, 3094, 111, 3094, 907, 3334, 692, 137, 3094, 244, 817, 1089, 429, 1124, 1123, 537, 863, 1021, 1085, 367, 1127, 1056, 1033, 875, 877, 384, 1000, 3334, 628, 600, 3334, 1146, 725, 644, 3334, 857, 575, 1514, 2981, 561, 3125, 631, 464, 285, 2200, 567, 717, 356, 1593, 795, 425, 558, 1122, 2078, 1789, 3237, 218, 402, 967, 2154, 1372, 1442, 0, 531, 1723, 2659, 875, 875, 3068, 1515, 660, 1058, 306, 797, 1673, 744, 36, 889, 875, 703, 628, 328, 171, 1406, 593, 369, 1580, 266, 220, 875, 2413, 929, 258, 113, 2541, 286, 2876, 1554, 769, 1089, -1, 1089, 1727, 1089, 2444, 115, 281, 1338, 1059, 2249, 875, 875, 875, 875, 880, 1892, 343, 1156, 579, 1618, 1504, 102, 1926, 337, 2699, 800, 181, 3454, 498, 772, 693, 2500, 778, 245, 298, 463, 582, 0, 1944, 198, 987, 441, 1528, 1191, 450, 289, 1331, 1158, 819, 2101, 1811, 1067, 1725, 1115, 17, 1495, 895, 240, 1356, 604, 738, 326, 1108, 627, 627, 2119, 627, 627, 3334, 3334, 1496, 2990, 434, 1329, 515, 1335, 2524, 2008, 1718, 1089, 2767, 123, 436, 384, 1089, 1089, 1347, 524, 1261, 1267, 194, 627, 627, 627, 627, 2228, 1089, 1114, 279, 3334, 3334, 1107, 564, 1218, 895, 2388, 1882, 259, 24, 951, 715, 715, 715, 715, 715, 2659, 2134, 715, 864, 605, 2647, 1037, 448, 1047, 647, 569, 1114, 699, 715, 87, 299, 2541, 2649, 761, 138, 944, 493, 1347, 1010, 552, 154, 1179, 1443, 2635, 648, 3094, 3094, 3094, 3094, 962, 1714, 1004, 876, 2375, 715, 615, 369, 292, 421, 1871, 1284, 1478, 1135, 67, 370, 273, 2635, 733, 904, 1473, 1082, 1597, 1732, 366, 622, 596, 386, 624, 2264, 1091, 1097, 2948, 561, 734, 1614, 621, 2708, 306, 1367, 1498, 396, 4024, 607, 1467, 1294, 561, 2431, 1944, 55, 695, 1024, 365, 2636, 1213, 1049, 1361, 413, 3127, 1070, 2829, 609, 802, 2074, 771, 460, 0, 524, 1500, 308, 1411, 103, 276, 737, 3244, 1478, 4160, 187, 3, 693, 2551, 2829, 961, 73, 251, 2253, 977, 1788, 2366, 2866, 2373, 946, 2898, 347, 352, 1661, 966, 253, 361, 442, 1780, 772, 1563, 875, 3227, 705, 1721, 154, 3656, 3035, 959, 1842, 917, 745, 1869, 1896, 793, 214, 1236, 517, 1395, 952, 501, 221, 14, 1218, 1577, 281, 161, 297, 473, 2029, 690, 1353, 1433, 41, 604, 3660, 3244, 2898, 777, 1936, 439, 1292, 650, 623, 3275, 483, 425, 646, 1139, 572, 971, 363, 1765, 1046, 1848, 1631, 135, 1233, 2977, 698, 466, 2042, 897, 2072, 1536, 850, 1273, 385, 546, 428, 2229, 2658, 907, 437, 448, 363, 520, 973, 363, 1296, 128, 363, 1432, 228, 544, 257, 2549, 968, 1448, 1269, 363, 1194, 363, 363, 1559, 1414, 1508, 4134, 363, 1089, 1197, 2018, 1839, 1362, 2478, 1213, 1376, 2298, 1436, 1232, 1249, 478, 1612, 881, 2880, 1436, 553, 1723, 730, 161, 767, 1210, 1392, 1436, 4383, 1889, 1436, 1426, 805, 1436, 366, 645, 2242, 1, 363, 1480, 1302, 791, 1473, 837, 522, 1614, 9, 1696, 1326, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 425, 1436, 719, 1436, 1472, 1436, 1271, 119, 969, 2379, 524, 1436, 3703, 2082, 2210, 1436, 285, 1436, 1436, 1080, 1145, 719, 1436, 719, 719, 606, 917, 1436, 1744, 503, 127, 2423, 445, 926, 2628, 1436, 2628, 3099, 2628, 1453, 523, 1269, 826, 358, 161, 2207, 1436, 2263, 2237, 2104, 1483, 1088, 2237, 2237, 2113, 719, 1436, 1436, 1436, 302, 1758, 1967, 1436, 2628, 796, 1436, 1078, 1246, 784, 1821, 1554, 1436, 882, 239, 1335, 719, 719, 702, 3099, 3099, 214, 2455, 1039, 1963, 1106, 1527, 688, 1049, 3099, 3099, 3099, 2861, 3099, 1280, 273, 384, 719, 951, 2658, 1039, 2554, 779, 940, 2286, 484, 344, 1232, 2237, 1930, 1951, 3099, 2296, 1436, 1436, 1436, 2237, 1436, 1436, 2628, 2628, 2628, 1436, 2237, 1436, 1436, 1436, 2211, 1436, 3410, 2993, 1436, 1436, 1436, 2237, 1182, 575, 1436, 1436, 27, 976, 976, 976, 976, 420, 410, 2237, 2, 767, 2174, 2211, 1611, 90, 498, 1436, 1436, 1436, 976, 3098, 976, 1436, 976, 1436, 2628, 1896, 408, 2280, 1791, 1436, 1436, 181, 1506, 1436, 1266, 1940, 1436, 1436, 976, 1445, 1436, 1378, 727, 2275, 3622, 686, 1308, 1967, 502, 361, 727, 2748, 727, 1115, 387, 866, 3622, 1419, 1101, 1700, 1149, 1003, 1739, 552, 1432, 1271, 456, 1120, 3622, 2069, 781, 1422, 2088, 2088, 972, 435, 2088, 219, 2069, 429, 3622, 2069, 2069, 2069, 2069, 2069, 2088, 491, 399, 2890, 828, 4078, 4078, 4078, 234, 4078, 3346, 749, 3327, 2723, 154, 727, 799, 1660, 1815, 524, 3267, 1688, 2060, 785, 1190, 1486, 707, 432, 727, 727, 408, 727, 675, 515, 727, 2175, 538, 2652, 882, 2744, 529, 2069, 2069, 2069, 2069, 2069, 2069, 410, 196, 1494, 488, 3181, 1671, 94, 1159, 2249, 2749, 146, 3622, 3622, 3622, 999, 2503, 296, 1365, 1906, 1242, 715, 821, 2437, 4495, 1685, 185, 151, 341, 623, 2157, 2846, 541, 2088, 2088, 2088, 2088, 1644, 727, 777, 1360, 3622, 1773, 2069, 634, 180, 2069, 498, 305, 4078, 2357, 426, 1090, 2471, 2069, 1871, 367, 2069, 1023, 4078, 4078, 4078, 706, 425, 54, 1485, 710, 1347, 2069, 918, 778, 1890, 1485, 371, 1137, 3459, 88, 1255, 1461, 1289, 2212, 3355, null, 632, 1339, 1041, 1791, 572, 952, 1864, 2165, 3153, 746, 565, 585, 2016, 3102, 3102, 8544, 2069, 766, 2069, 2069, 767, 2562, 653, 346, 1226, 3102, 888, 888, 888, 888, 3102, 2069, 662, 1641, 2116, 2020, 3102, 3102, 1294, 643, 3102, 422, 1320, 5205, 691, 1498, 2654, 2445, 1587, 2546, 1093, 3102, 888, 797, 2069, 3589, 2366, 1855, 232, 2839, 1303, 295, 2069, 742, 976, 2246, 1106, 778, 506, 718, 2069, 2069, 3476, 1855, 917, 888, 223, 2342, 1903, 888, 2069, 3801, 1848, 954, 888, 1370, 1039, 1379, 5072, 1126, 429, 2964, 2997, 728, 1335, 3234, 340, 2771, 389, 2196, 593, 1098, 2086, 2779, 1056, 467, 1611, 3162, 2411, 3116, 552, 1118, 1452, 2651, 1029, 2329, 1324, 842, 640, 1452, 764, 1452, 68, 3616, 441, 2730, 1511, 99, 1924, 594, 1493, 1600, 2149, 2576, 2733, 702, 106, 1465, 1452, 1197, 1397, 37, 1452, 1452, 1452, 1567, 790, 622, 230, 1452, 1454, 746, 1580, 2919, 407, 1030, 2037, 2561, 1344, 2675, 539, 600, 2060, 634, 634, 634, 634, 196, 269, 848, 2934, 2372, 828, 1373, 1498, 1493, 1004, 2555, 1498, 1534, 695, 1112, 2658, 2224, 1152, 950, 1730, 269, 1780, 413, 2094, 634, 634, 2055, 634, 634, 711, 1298, 245, 2196, 894, 1606, 658, 1075, 848, 952, 706, 243, 434, 546, 1389, 1778, 1983, 3114, 972, 970, 623, 2031, 883, 415, 811, 1637, 1600, 2806, 1342, 2148, 1529, 883, 883, 1210, 883, 5006, 624, 776, 1476, 670, 1171, 1716, 323, 1586, 1357, 738, 702, 970, 1337, 883, 883, 876, 1618, 537, 496, 4541, 482, 847, 1744, 751, 1960, 2612, 953, 2205, 2253, 144, 958, 883, 196, 3188, 1170, 779, 1110, 1953, 883, 2276, 969, 1729, 231, 519, 1533, 228, 1021, 2726, 1771, 2726, 2726, 1490, 1457, 855, 2726, 2726, 117, 2415, 2306, 1168, 2306, 2306, 652, 2306, 2306, 2726, 21, 2306, 1311, 2306, 1369, 2306, 8635, 2486, 1836, 4646, 1726, 125, 1849, 1086, 783, 2621, 1183, 723, 2726, 647, 3368, 713, 898, 605, 2726, 997, 1747, 2210, 3409, 458, 1519, 1961, 895, 1254, 1041, 2537, 1604, 2103, 2315, 1070, 1110, 1990, 5534, 1136, 1869, 3568, 1470, 1121, 1091, 1636, 757, 972, 653, 1447, 360, 2284, 2042, 2304, 1805, 3737, 2391, 1242, 173, 727, 4136, 714, 531, 3819, 696, 2506, 2179, 1773, 567, 759, 1333, 554, 971, 345, 360, 1784, 360, 1895, 2847, 4440, 2650, 930, 551, 598, 187, 777, 3610, 2768, 2137, 1496, 2832, 306, 1945, 268, 3904, 2224, 1915, 378, 809, 2557, 1550, 1676, 464, 1357, 1689, 1018, 1336, 3254, 229, 3059, 2386, 1500, 240, 1872, 958, 2189, 3232, 1667, 1841, 2484, 1667, 1667, 699, 1356, 1667, 713, 932, 4650, 1474, 604, 359, 1079, 84, 433, 1553, 1262, 1531, 2626, 2370, 2187, 3824, 1667, 1801, 1457, 2029, 1667, 1667, 3729, 1667, 13, 1667, 1667, 3390, 1673, 1667, 1807, 985, 1387, 1667, 1667, 133, 1667, 2147, 2017, 1667, 1882, 1667, 1667, 1667, 1667, 1667, 732, 1667, 811, 1667, 1667, 1667, 1667, 1667, 1055, 1667, 3061, 4502, 876, 3561, 3379, 1322, 913, 2363, 1422, 474, 1737, 1271, 864, 3333, 129, 1300, 445, 1982, 1690, 1690, 1690, 1690, 1690, 1690, 1513, 72, 5768, 1137, 2658, 2540, 1112, 1690, 1690, 2038, 2456, 1544, 866, 2971, 1227, 315, 3585, 2971, 734, 3140, 1510, 919, 1217, 972, 2943, 848, 829, 2306, 171, 866, 866, 1915, 866, 3807, 866, 866, 2380, 2010, 1742, 866, 1458, 1205, 866, 1360, 2220, 715, 2545, 365, 2213, 3035, 2532, null, 278, 278, 205, 1547, 834, 2216, 1417, 1679, 2012, 1186, 3339, 1790, 2452, 2072, 683, 1594, 1653, 2250, 1262, 1689, 4829, 3718, 1213, 1286, 2700, 3357, 2256, 2315, 2072, 1214, 1217, 1325, 1147, 4530, 1047, 278, 2968, 848, 673, 730, 804, 970, 2021, 1047, 673, 673, 673, 673, 673, 2229, 1476, 1435, 1497, 267, 1812, 1365, 673, 673, 3011, 1071, 2654, 1918, 2063, 2205, 2463, 3636, 1506, 1584, 1355, 1081, 847, 2879, 1990, 3702, 693, 2515, 2318, 1126, 1912, 1185, 2879, 1644, 978, 4494, 2482, 1001, 2006, 3837, 978, 859, 1815, 1648, 1061, 507, 1830, 1695, 1753, 249, 2241, 1771, 2319, 2531, 1442, 691, 1757, 2885, 1749, 3042, 2647, 1668, 2540, 1121, 1365, 2042, 4640, 2303, 2886, 1894, 3381, 961, 2732, 3643, 826, 3036, 2468, 1037, 2507, 2366, 286, 1750, 2924, 590, 1568, 120, 4394, 4394, 4394, 2954, 4394, 4394, 4394, 778, 4394, 4394, 4394, 4394, 4394, 199, 4448, 741, 608, 2045, 1478, 5878, 1946, 12, 4394, 3200, 4394, 4394, 4394, 4394, 4394, 4394, 4394, 258, 4394, 4394, 4394, 4394, 4394, 4394, 1943, 4394, 4394, 2414, 1129, 908, 1345, 1657, 1046, 2477, 3059, 710, 1360, 86, 1188, 450, 1048, 840, 963, 1863, 501, 2724, 3059, 2724, 1858, 825, 2088, 855, 2088, 157, 2724, 2724, 3883, 1731, 3581, 1192, 2724, 1326, 2088, 1001, 2088, 708, 820, 1087, 2088, 2088, 1099, 2724, 3081, 2088, 2724, 2724, 2088, 2059, 1059, 858, 2343, 2272, 2187, 934, 376, 1625, 1560, 2007, 2038, 611, 2191, 1776, 4391, 2559, 3594, 3145, 3132, 3132, 3132, 115, 2661, 3132, 3132, 1527, 3132, 3132, 6, 3132, 11, 1857, 1960, 1737, 1246, 5162, 1737, 1737, 1019, 2677, 2285, 1011, 2775, 2126, 1737, 1737, 1737, 1737, 2816, 1737, 1102, 2611, 3134, 2372, 3358, 722, 722, 722, 722, 722, 722, 876, 722, 722, 2992, 2054, 2126, 870, 2508, 1816, 2939, 2533, 756, 1381, 594, 896, 3125, 2573, 2573, 2573, 2573, 241, 2573, 2573, 1074, 2573, 606, 2573, 2700, 1986, 2700, 2700, 2052, 2700, 1462, 1168, 2700, 1604, 602, 3036, 1144, 1186, 2700, 3038, 2700, 2700, 1569, 1504, 1450, 1504, 1488, 1504, 1504, 1504, 1504, 1504, 1504, 1166, 1425, 904, 3316, 3316, 3316, 762, 657, 3316, 3316, 3316, 3316, 3316, 535, 1427, 1427, 1427, 1427, 1579, 2633, 1427, 1427, 1427, 2406, 1113, 1427, 1164, 1538, 2600, 3233, 2453, 2453, 2453, 2453, 2453, 2453, 2453, 2453, 3458, 2562, 470, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 1928, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 4981, 1177, 338, 3831, 838, 990, 2340, 2436, 1773, 1773, 3857, 1773, 1773, 1773, 4048, 1773, 3799, 1773, 2037, 1479, 3294, 1827, 1741, 1773, 1841, 1773, 5259, 5259, 5259, 4204, 5259, 5259, 5259, 5259, 5259, 1694, 869, 1508, 2170, 2748, 2071, 516, 3305, 2446, 2099, 2905, 1038, 2235, 2488, 2488, 2488, 2488, 2488, 2488, 3999, 2488, 2488, 1254, 1838, 1108, 3655, 2628, 2628, 93, 2628, 2628, 2628, 2628, 1431, 3206, 2328, 2628, 2628, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 2602, 1343, 1343, 1343, 1343, 1558, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 2009, 3275, 2434, 3093, 3825, 4044, 2924, 4796, 3394, 1522, 1976, 5336, 3066, 1404, 1404, 1404, 1404, 5469, 3765, 1404, 1404, 1404, 1404, 2312, 1710, 2624, 1599, 1335, 5572, 1232, 2848, 500, 2692, 6501, 1496, 2957, 2957, 2957, 2957, 2957, 2957, 2957, 2957, 1982, 5422, 5422, 5422, 3376, 5422, 5422, 5422, 5422, 5422, 802, 4989, 2257, 4989, 4989, 4989, 4989, 4989, 4989, 4989, 1946, 5572, 5572, 2629, 5572, 5572, 5572, 5572, 1007, 5572, 1007, 5572, 1153, 2648, 2962, 2669, 2685, 3449, 1265, 2617, 2287, 3605, 2247, 2543, 2506, 2922, 2941, 939, 1804, 3131, 3017, 3175, 3290, 9306, 2230, 1932, 759, 2918, 4501, 4314, 1487, 1475, 1487, 933, 1487, 1487, 1487, 1487, 1487, 1487, 2211, 1947, 2211, 3201, 3201, 3201, 3201, 3201, 3201, 3201, 3201, 2497, 3201, 1316, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 2730, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 1690, 4188, 4188, 4188, 4188, 1042, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 2287, 2472, 2587, 1323, 2238, 2311, 2255, 1728, 2583, 4964, 4964, 4964, 4964, 4964, 2042, 4964, 4964, 4964, 278, 4651, 4933, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 1897, 3647, 5686, 1594, 1594, 1594, 1594, 1594, 1594, 1594, 1594, 3529, 2254, 3342, 4911, 4911, 4911, 4911, 4911, 4911, 4911, 4911, 2536, 1580, 1580, 1580, 1580, 1580, 1580, 1580, 1580, 1580, 1580, 1580, 1580, 1580, 1580, 1580, 1580, 1580, 1580, 1580, 1580, 1580, 1580, 1580, 1580, 1580, 1580, 1580, 1305, 3274, 2892, 1116, 3033, 1098, 4217, 4463, 2095, 2095, 2095, 2095, 2095, 2095, 2095, 2095, 3283, 2437, 2721, 3211, 3578, 3578, 3578, 3578, 3578, 3578, 3578, 3578, 3605, 3509, 3509, 3509, 3509, 3509, 3509, 3509, 3509, 1129, 6456, 6456, 6456, 6456, 6456, 6456, 6456, 6456 ], "xaxis": "x", "y": [ null, 0.24629871895508815, 0.00025350862956168604, 0.007284859667808939, 0, 0.3263921776439682, 0.0036243366772167546, 0.2827769749982975, 0.16138078506609008, 0.09528071297679085, 0.07400239371582207, 0.17269543191125453, 0.03073781065333598, 0.09240697859243845, 0.0912529681962703, 0.15469132271056574, 0.08289924289278267, 0.1453659556289036, 0.0767418528691019, 0.007804874729086555, 0.09478730965048862, 0.012191630357195588, null, 0.2456260711933229, 0.024966143121414534, 0.05305283920180215, 0.07299005110022899, 0.015306035721463985, 0, 0.06444230307429911, 0.010517153791092292, 0.06984794142204033, 0.06984794142204033, 0.06984794142204033, 0.3603852665768059, 0.029493845806338525, 0.00765271311303036, 0.07393636222419656, 0.10541013279660776, 0.04436411941167047, 0.03270685708200887, 0, 0.09884162989171172, 0.018065717830425, 0.27097010020077045, 0.02264346153038004, 0.07030670729170624, 0.17120586793616907, 0.15320352630016806, 0.06718980852835685, 0.14828956777628938, 0.026079849535954644, 0.04227939175491656, 0.0014078253193925622, 0.29018382137717535, 0, 0.19224429100900045, 0.07920353534681546, 0.1835556008891884, null, null, 0.19150243339522613, 0.11209177502055316, 0.07699298827471544, 0.24208666300955092, 0.16861623236945142, 0.011215850963259857, 0.4315602842833155, 0.019817941828351917, 0.0031382118089912855, 0.002233443980897863, 0.001178136693443351, 0.06426929964744627, 0.26066521805631254, 0.055910144351845666, 0.1576595350690526, 0.06523404301660057, 0.011422619800805492, 0.06200603438001686, null, null, 0.019220485956043816, 0.10809458209195474, 0, 0.19150243339522613, 0.19150243339522613, 0.013891804269125878, 0.10458535725112351, 0.05085651413897299, 0.1933966291294958, 0.0816661406566386, 0.048226839740840896, 0.0068242356767923016, 0.23120012983729288, 0.1238768990764726, 0.012576506436944336, 0.02025127494603115, 0.07045974341403129, 0.15698385203589768, 0.01698617650402548, 0.1501618775562714, 0.261937382193252, 0.06293827213724722, 0.09001811752011739, 0.017397764452587446, 0.0982483939512827, 0.0025832925924787536, 0.04501161659363921, 0.11189647351056062, 0.0015664763522569558, 0.19150243339522613, 0.044988057179581056, 0.03728006108982427, 0.013424157463046002, 0.006328771516996353, 0.15204290166700965, 0.17635468785073172, 0.1902091367413677, 0.3168463877422204, 0.09606536073956838, 0.09451370798702788, 0.02109742039711374, 0.09695953833698392, 0.11317661667993588, 0.31101594096910035, 0.21247180160176127, 0.20373606396215108, 0.06317974559532064, 0.0975446187689526, 0.20065900757777697, 0.02656308662160633, 0.21528338701906527, 0.12363274904743136, 0.035833827665592184, 0.1548715925549119, 0.28949346313983587, 0.28949346313983587, 0.28949346313983587, 0.28949346313983587, 0.06972594552269348, 0.24932809762251965, 0.021209709390079486, 0.04515220956583619, 0.08826053105270706, 0.12290436393499396, 0.2642962150478205, 0.05865957327189799, 0.02390620199411196, 0.06653339541189014, 0.000988789804950832, 0, 0.06530822358768922, 0.15527389979719836, null, 0.09880979474747108, 0, 0.2982510589743154, 0.0031376458412215617, 0.20823952507667975, 0.13588646943204966, 0.2597832790973617, 0.10993401329785936, 0.014490560589924904, 0.18413311112664552, 0.05216311056774996, 0.05454475882946116, 0.013941006181418704, 0.036154116710598906, 0.14616929699986983, 0.08988209113289723, 0.14282780519277466, 0.07866488115437373, 0.20441196217315707, 0.0743042823579926, 0.15837791265709103, 0.15639045904232743, 0.009432900033572904, 0.009432900033572904, 0.009432900033572904, 0, 0.06528945830270895, 0.4955380299191111, 0.07847051112325336, 0.07230977281137614, 0.0036389701323410674, 0.32501121082417705, 0.202426206022772, 0, 0.07861246804056847, 0.0778320857328939, 0.26914490033233396, 0.2885371611968266, 0.06969835207135107, 0.38925802694642736, 0.2633717400035994, 0.18671580550142297, 0.032460306719445976, 0.02161057583964722, 0, 0.031399780745424606, 0.1554892065900719, 0.009432900033572904, 0, 0.0051343987494358295, 0.12295396000320412, 0.3380592266393558, 0.4986390428838092, 0.08991203258682337, 0.10642182406892228, 0.19024998060030365, 0.014904847476276066, 0.14494864326929888, 0.12780920781634336, 0.4056390622295664, 0.0008291647080233891, 0.18865035470957991, 0.14731332493238633, 0.06984794142204033, 0.002629468416426925, 0.1472567132808281, 0.1210086161390028, 0.04368847434628496, 0.026003533842383953, 0.14117456671661222, 0.2393997302464188, 0.1247910121224134, 0, 0.16372776453104582, 0.13305035305125867, 0.03290892530968322, 0.04991561388269771, 0.0969857438061636, 0.0275217592399473, 0.028945461074319796, 0.019792412747797004, 0.06316318121129064, 0.03964695254267954, 0.03964695254267954, 0.03964695254267954, 0.028253460462855425, 0.03964695254267954, 0.03766431584647091, 0.03766431584647091, 0.11084511905895374, 0.03766431584647091, 0.03766431584647091, 0.07881858279586766, 0.006141348520126336, 0.024021522819804367, 0.12483561064263048, 0.05881278700382144, 0.18839271145658776, 0.1664326953783259, 0.07103685902111129, 0.035167671756508735, 0.0002242670913548258, 0.0903831101925228, 0.01426937715389015, 0.05490885462525745, 0.008558783776914458, 0.025995314871709644, 0.05656920693879773, 0.05630011387368252, 0.03869211161750662, 0.04552430114700787, 0.04552430114700787, 0.04552430114700787, 0.04552430114700787, 0.011762340490272992, 0.04222538785541309, 0.12950575889703853, 0.04085156946899055, 0.1385126291951736, 0.02614946360496019, 0.13633040501926302, 0.05708870196298289, 0.04119842983611213, 0.0004109276332410524, 0.04090818857767853, 0.023604770029064855, 0.014818762512280014, 0.2279857383472042, 0, 0.025098136622152312, 0.0027775681726295047, 0.023458806301874923, 0.17439887016013744, 0.27382426502872714, 0.31251498884448636, 0.25351587644447354, null, 0.10226744159342732, 0.06638362762767891, 0.11685299720896844, 0, 0.04042167567354126, 0.2229651385329838, 0.022866250989744888, 0.043279386490252925, 0.1571573511226721, 0.16172587850958578, 0, 0, 0.1377177416751642, 0.011463827320237784, 0.1151249358654719, 0.19956496871783183, 0.08002032055768565, null, 0.0361867715608417, 0.30963973363113717, 0.2251378724581647, 0.01959295106205768, 0.051126141375826245, 0.01190321449489795, 0.08720201454240335, 0.07884140280309009, 0.062108020139596785, 0.2058003424297924, 0.19604490965810512, 0.17951790422189082, 0.21847847149542524, 0.3328435812167589, 0.11031812984057349, 0.24327575662070408, 0.06982820053240205, 0.24165282195355553, 0.056513757805554926, 0.029381118459652217, null, 0.2556957505576518, 0.16823997479110825, 0.138451167225856, 0.18105004360631147, 0.1908979810650308, 0.20627692167702, 0.0837964198920925, 0.24137836265390844, 0.009297988462064775, 0.1398838227270633, 0.03023938947471469, 0.02249725407894584, 0.048693921656872405, 0.208132939482968, 0.044288475560867006, 0.11569224309222, 0.2089662311986623, 0.107958088924941, 0, 0.2186578417525821, 0, 0.1005615637535496, 0.007632606181889128, 0.09565792574328004, 0.17769918190738787, 0.047311030457093735, 0.2572848767180653, 0.08517017611277787, 0.002703630701235325, 0.14233193225083984, 0.06082807810943756, 0.011747295460881364, 0.04506967397157809, 0.1441247900807409, 0.07540631117643092, 0.09523516302550332, 0.0032013278588373844, 0.024955808034018017, 0.04070482985104216, 0.05462926332627897, 0.1792476786360393, 0.050062362221417585, 0.1261111744760134, 0.2910872958256857, 0.2383842849312108, 0.14808877879712187, null, 0.04637960435170538, 0.12637411717136016, 0.03607827785408087, 0.14537591090868204, 0.12307188274087325, 0.03969077337840477, 0.17941920364728486, 0.07404129320240693, 0.11502403278123306, 0.02573731984932664, 0.04899763388791169, 0.20948588557999, 0.3388718946560919, 0.04575973275352853, 0.15725856606497438, 0.11346953420400124, 0.11192700958475886, 0.11732848755284292, 0.02804739042852744, null, 0.004117587907086961, 0.07715286067750311, 0.0812884825421228, 0.022140496539037803, 0.3312535226027318, 0.095270071068367, 0.04706789037484518, 0.08600622288827182, 0.044269604669319465, 0.12627340594159134, 0.016237242776527588, 0.04108983596247085, 0.026433964820581295, 0.10412897060554176, 0.12994521517354193, 0.03472308003973406, 0.04543592049228165, 0.076320583199431, 0.1645227267456162, 0, 0, null, 0.021575989629679476, 0.05312562366142064, 0.07560881714406684, 0, 0.26633636197747607, 0.013163597690176464, 0.011966543883145529, 0.0685856564941416, 0.20247012919783133, 0.021623559612123203, 0.20386584775396815, 0.12286066901524356, 0.29583638929116374, 0.10993032522150284, 0.09686870141135231, 0.17697707666486803, 0.10777306643630706, 0.10025952017444928, 0.0503273481107667, 0.005388744048584867, 0.13813033658108476, 0, 0, 0.035957545035826176, 0.1640696574282268, 0.4191367326706799, 0.0467827314885387, 0, 0.022350092326948803, 0.08109409115310563, 0.03578907163312958, 0.08165667717216789, 0.23595035626944183, 0.18556016423908983, 0.04583463054034148, 0.13808643126668788, 0.044051223370388845, 0.0789763290073202, 0.33394356512868195, 0.06735620527347846, 0.253755709481487, 0.25036639224544277, 0.015292844372881902, 0.189497643494197, 0.3016219123180735, 0.1940357738903037, 0.00560011211100782, null, 0.0741736881346564, 0.1796508037385814, 0.10074969737149136, 0.08080296654146016, 0.23540144625755116, 0.28613777980392946, 0.1039639292469598, 0.033247210014378574, 0.008387005643718037, 0.03516731749195732, 0.154895747446226, 0.08976741695927669, 0.1357504440226577, null, 0.06782904211594463, 0.12131444069744048, 0.1309048084720456, 0.04968860545646181, 0.0011194933373084488, 0.193219971174118, 0.001813308275477472, 0.06920135319433304, 0.07002801572532386, 0.021386270947416425, 0.11836214071371676, 0.15500946357883985, 0.03766431584647091, 0, 0.04310162659106669, 0.03766431584647091, 0.29014166832520655, 0.008912933168633516, 0, 0.03812151279238059, 0.04057351777505318, 0.11817457590063948, 0.09836225837052666, 0.08105458022579827, 0.057090013970749344, 0.01675630315004938, 0.1838713555207667, 0.0411962947380518, 0.0004036977220201547, 0.0653460728751357, 0.01626327181387765, 0.10204938330370662, 0.0966199917207366, 0.09943492226355607, 0.0006993006993006993, 0.4347104272111943, 0.10169172445361542, 0.06957032255368564, 0.09736001438155688, 0.22723846239149956, 0.08796558287510234, 0.26027250814071917, 0.04108930658631308, 0.3199305353492524, 0.03766431584647091, 0.03766431584647091, 0.07869878600043648, null, 0.03531690988926602, 0.1542052140470126, 0.19934196572615095, 0.04324480895367368, 0.052536494188319766, 0.013619238667497627, 0.013619238667497627, 0.013619238667497627, 0.013619238667497627, 0.012037926773877649, 0.0681879044196062, 0.04799607516482458, 0.018150786866899613, 0.09230446816711396, 0.04552430114700787, 0.08694080296888006, null, 0.20505791741472332, 0.06107928129568254, 0.04552430114700787, 0.11101094647249214, 0.04552430114700787, 0.06160143914819179, 0.1272009031975234, 0.09303597080411698, 0.03893638396211833, 0.10234590957595573, 0.0010820632088507144, 0.07946977711256951, 0.01786706320630552, 0.07154511191358863, 0.054749600892667435, null, 0.08190594532115578, 0.1281615271154206, 0.15376056196849552, 0.15225232029358207, 0.1988102027498893, 0.08540474784596033, 0.03806266240373899, 0.02046481711327325, 0.022912124022011662, 0.09060224452457706, 0.10063585442381406, 0.1373576377912183, 0.09225629605610804, 0.12486416569865638, 0.3071728638455058, 0.2869584354614601, 0.058567327315691795, 0.34605965779111597, 0.06295207640039602, 0.08564640187438904, 0.08140430681281736, 0.06810927013752047, 0.00807038481327353, 0.0380804694753331, 0.26482254043901615, 0.005198533506201986, 0.02137100742507975, 0.03617455482641536, 0, 0, 0, 0, 0.06754815629651477, 0.06754815629651477, 0.06754815629651477, 0.06754815629651477, 0.01063479489163173, 0.16462287327704508, 0.02699968084557903, 0.08068923972434955, 0, 0.008185843906257158, 0.08024543604467489, 0.08024543604467489, 0.002370953042725071, 0.000041617368002596635, 0.08024543604467489, 0.037613061638663736, 0.058901076526086595, 0.037613061638663736, 0.2306604403397572, 0.17523110820085577, 0.004634394408163469, 0.4858038663733305, 0.04590127373780672, 0.115085895628699, 0.04287312390779952, 0.10065166695512914, 0.07471863122763817, 0.029372976160547425, 0.12050646347767338, 0.13064731370590862, 0.00638862392625813, 0.21042055874141824, 0.12934102967912856, 0.100968046355733, 0.15544016823726772, 0.02179936626081598, 0.027201955185269935, 0.14984123013390882, 0.01862701278787159, 0.02994512117427165, 0.08906065703744434, 0.20284742742630713, 0.02445930245577018, 0.003364472790335707, 0.16444775410999132, 0.024657229736651787, 0.29368598355215336, 0.0034606524488650877, 0.08445358845362409, 0.07255526735667191, 0.1115652361517258, 0.044127529156565426, 0.1684650014716509, 0.1298539806651338, 0.02572258183518542, 0.12826558337452082, 0.3212502828712331, 0.01886195751872121, 0.1823014378809343, 0.19400963511099328, 0.16126249957125732, 0.020379157851195717, 0.12160550271303255, 0.06780988109885226, 0.017359373420124388, 0.08063308112572708, 0.23211579377529667, 0.07021952433688361, 0.101635401019851, 0.17081347681825929, 0.004423322414952752, 0.008519244827224317, 0.08739741618715155, 0.1640960391041497, 0.01895218495820934, 0.14830715101538988, 0.08857421956694897, 0.0920789983170216, 0.15999114288250643, 0.15169960996000909, 0.08431246199882104, 0.037613061638663736, 0.1883096342963587, 0.37402420313199, 0.05991399954282106, 0.05602885310013628, 0.3693172909008311, 0.14158409412923273, 0.032257241779272826, 0.08024543604467489, 0.010980857647104748, 0.19483093473982804, 0.14580860512859858, 0.037613061638663736, 0.04466332979216126, 0.1774272579524181, 0.004256454683064223, null, 0.02132048351753063, 0, 0.2531442817670407, 0.07488394361770445, 0, 0.05001824640408813, 0.0580607565408263, 0.01522236966793173, 0.16405629808122618, 0.1853777582790102, 0.010720817483142143, 0.08057709413631207, 0.06543337603137817, 0.004833197730653753, 0.1362084237463979, 0.05011194923929891, 0.006184535884656032, 0.03111519184383124, 0.10031864965306996, 0.1205796753808514, 0.016719288297728715, 0.16801985538595723, 0.026990457882762404, 0.010075706623477553, 0.38120643123175674, 0.18321449853168137, 0.12813435029471631, 0.24402588922696236, 0.010503837110921838, 0.06041552747771171, 0.027442351420840595, 0.13202372847480037, 0.03887899245937484, 0.016422443577681953, 0.026854290032287148, 0.04456613002027793, 0.03116099998317023, 0.20924396454630936, 0.43426698013261744, 0.04947558727995138, 0.15411521627109506, 0, 0.04610701305768406, 0.1622175023656375, null, 0.07068190071824687, 0.13240848521449575, 0.10648262296883096, 0.04399538477441602, 0.015205341640277856, 0.1534922799369217, 0, 0.00043492512056502, 0.0031315561418986493, 0.08913092110788512, 0, 0.30976099742456153, 0.05391266336171931, 0.04750333648128267, 0.032202704014525685, 0.01844240382753349, 0.012907563447377451, null, 0.10441199831186362, 0.3755011752262721, 0.08018088352564613, 0.1646273978378519, 0.06955075976579653, 0.21298876855162344, 0.0853710274994879, 0.003329572631119228, 0.01661441835207233, 0.07023679895332252, 0.04442092644255423, 0.25956890447959124, 0.032953192864488313, 0.03997104912484436, 0.06404561829176614, 0, 0.06404561829176614, 0.06404561829176614, 0.06404561829176614, 0.1730560993354937, 0.03348715310856092, 0.08776806269498219, 0.24019880666670043, 0.25005125344675855, 0.14061416278150063, 0.1576247842143392, 0.15659116221786176, 0, 0, 0.03127853952250842, 0.044496602895741186, 0.11823634210165, 0.23059880825513712, 0.03266458608696522, 0.019419714756524632, null, null, 0.19341591347598588, 0.1453754286977773, 0.0874184289841118, 0.01841627101897876, 0.06041029509685067, 0.2465748007775535, 0.08511833422545292, 0.13554030633600128, 0.03264369481740233, 0.13554030633600128, 0.13554030633600128, 0.13554030633600128, 0.05674625135663257, 0.13554030633600128, 0.07239656272521215, 0, 0.11717766291434008, 0.13554030633600128, 0.27178289568185804, 0.13866569217923785, 0.13554030633600128, 0.04962525957949201, 0.11502564821496408, 0.1296057607260142, 0.06377414127612073, 0.13554030633600128, 0.13554030633600128, 0.09911326759793072, 0.05400878428406154, 0.12978677387556747, 0.1897844156711153, 0.13962002275903165, 0.03119490040627008, 0.042214459061002046, 0.042214459061002046, 0.042214459061002046, 0.24573643230969913, 0.05478535754900735, 0.054147356639615965, 0.19163233944520985, 0.11189710160080374, 0.042214459061002046, 0.0012569523610256549, 0.07634702601376886, 0.07634702601376886, 0.0004136168196793616, 0.07892404494357179, 0.07634702601376886, 0.04029433282487047, 0.021127313750781515, 0.016592925939214173, 0.0312418568642072, 0.07634702601376886, 0.0036520129465654385, 0.005011193952949475, 0.041886223989838225, 0.16358630066785537, 0.04218675330003082, 0.02970558334920963, 0.0827289220617583, 0.01996644342334032, 0.09850758583721528, 0.04167546211683289, 0.2389397478037502, 0.14023021127054747, 0.015232969492682717, 0.13634378869838584, 0.08691944533667424, 0.30897187204231147, 0.1720045678143897, 0.1091684686071468, 0.253300374426021, 0.23858751998357167, 0.007154303440407882, 0.11240851202827036, 0.12300970264823231, 0.09133332488798251, 0.08334667145345404, 0.013619238667497627, 0.013619238667497627, 0.013619238667497627, 0.013619238667497627, 0.2176310467934689, 0.016825491466233654, 0.19648398667840855, 0.12535209759964258, 0.04552430114700787, 0.25367141017952716, 0.1146194712035912, 0, 0.04303837007138719, 0.0036144251787138433, 0.11166423918338132, 0.05848984031981686, 0.1737081035907031, 0.07251970254271753, 0.19991614195771415, 0.030555498168172154, 0, 0.1500114784580101, 0.07443238572586429, 0.15622542582228183, 0.2747046276629037, 0.05146176543562889, 0.020560859298738677, 0.03120925599276756, 0.0035224258370304307, 0.052372401968711395, 0.28949346313983587, 0.28949346313983587, 0.28949346313983587, 0.28949346313983587, 0.11076895147023384, 0.21808848504536685, 0.0023597831240245656, 0.06748277814345603, 0.013977766272484704, 0.07055902468802477, 0.010735187799654914, 0.06975311802057957, null, 0.14208190905720824, 0.005716559485653384, 0.04606576870287133, 0.3922031386305609, 0.07171410831351646, 0.041421636342495446, 0.3642493140567495, 0.0533868059674681, 0.056084564934104505, 0, 0.1933083141150902, 0.06754815629651477, 0.06754815629651477, 0, 0, 0, 0, 0.07822100297741275, 0.06558351946870712, 0.019676489671717527, 0.06754815629651477, 0.06754815629651477, 0.18465763586136055, 0.09359500415917547, 0.1297573500926434, 0.08793824636821085, 0.010537821932287212, 0.053402850604733536, 0.17005773289175152, 0.058761742602501985, 0.26445895140961073, 0, 0.09733433479500105, 0.26891604198649327, 0.04920218435329916, 0.029709898086069643, 0.08560475623872983, 0.04940300837219437, 0.0027130560874068553, 0.07886427119634717, 0.10851163399482844, 0.066317452424776, 0.11250410709551892, 0.0908522254249816, 0.29406488567452677, 0.17346763515025387, 0.0666924707314226, null, 0, 0.22668526022613383, 0.027224876391756626, 0.00959285156744569, 0.1166318088949582, 0.08803638489375246, 0.02919288585154387, 0, 0.05744064358084208, 0.000049827552563443666, 0.13554030633600128, 0.13554030633600128, 0.09828117819108562, 0.0144904093140426, 0.05749906245896208, 0.020032397160080827, 0.13554030633600128, 0.24203629532597207, 0.13554030633600128, 0.13554030633600128, 0.12749139632649667, 0.13554030633600128, 0.13134996538249877, 0.13554030633600128, 0.13554030633600128, 0.1481075403307845, 0.14812951869296273, 0.15092628684079426, 0.04824307071863168, 0.06101650528804003, 0.0014629053310907284, 0.13463418432078417, null, 0.19553400233170887, 0.13554030633600128, 0.0652115639633153, 0.06748480717750084, 0.13927139610942188, 0.07694552338697581, 0.03324022590197674, 0.036302269323647315, 0.036302269323647315, 0.017761018456652324, 0.023014643327693485, 0.03310828914464048, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.042147076621744856, 0.021578863497840467, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0, 0.004202566118258673, 0, 0.007657952050410097, 0.036302269323647315, 0.07760632629198976, 0.18434105958183253, 0.11347677799747162, null, 0.1979507077632641, 0.1332766298423993, 0.006116985446028743, 0.0937973607491614, 0.24323385470447317, null, 0.04428608764883419, 0.03964695254267954, 0.03964695254267954, 0.03964695254267954, 0.06068340555523672, 0.03964695254267954, 0.17853423029698787, 0.036392808733354536, 0.32598499380015017, 0.002950736332695101, 0.001554388463775609, 0.012787497275598265, 0.009712503673155242, 0.025300333480165277, 0.11892653388541348, 0.03190211998720614, 0.03429009326110032, 0.041256087722093285, 0.023852475435397095, 0.0007025487093462665, 0.19233012665087384, 0.001225292399969782, 0, 0.10600394479184648, 0.026780743493091605, 0.1561112303129271, 0.04888058421206902, 0.05472209159915305, 0.07390483159647775, 0.3959291762837418, 0.06915540790622834, 0.149076122089591, 0.11333689046032398, 0.014182412016490694, 0.24509354179087064, 0.046625764699791995, 0.02311558627215596, 0.1964405306104983, 0.1310172469786906, 0.11514613880700292, 0.2355150370870371, 0.026930984269715717, 0.0531516078958651, 0.3257678525916239, 0.09181843910129764, 0.004450157385267341, 0.15737646793230947, 0, 0, 0.01957930809577602, 0.30307156834989696, 0.048541417579804846, 0.06187553562503949, 0.02651859925497999, 0.041683437398911526, 0, 0.07787159910540944, 0.11166067880949924, 0.07293564531524896, 0.017000130250447113, 0.06478740464911278, 0.07956901822399301, 0.04963000996073054, 0.045851481651689424, 0.13773014596137206, 0.25958960743737586, 0, 0, 0.04466777366448863, 0.12425092756200164, 0.11923826352321153, 0.20254442487887475, 0.110258923564494, 0.20590180330058383, 0.004777793929328382, 0.07243426337226029, 0.00021799786888778824, 0.20888579844336855, null, 0.061275330229945045, 0.008613093351483801, 0.08444407773766775, 0.035157198873638516, 0.035157198873638516, 0.035157198873638516, 0.035157198873638516, 0.03534614591470291, 0.04017925682094439, 0.3765760094206174, 0.059829581856681, 0.07167542025660664, 0.08011103882160797, 0.07872188254628738, 0.27644843756028764, 0.047524681795966285, 0.08814572703048867, 0.16188847718038807, 0.038341431133944, 0.06572681573235956, 0.07169763576028841, 0.03188947597991181, null, 0.046220375376636605, 0.21753295460338, 0.26947824474258003, 0.050395095084404186, 0.08843194636959772, 0.20855533818244895, 0.05862444919866015, 0.03666151335774688, 0.00826259688427846, 0.1611938010956757, 0.25004425522664964, 0.04218827781713215, 0.13689579966000806, 0.2674889588293935, 0.054786152457371194, 0.1078110048171082, 0.20185836774375823, 0.2277730825066918, 0, 0.05728611426412275, 0.01161581951092196, null, 0.02649836493736334, 0.06046856576273166, 0.04207613029716117, 0.16810335338282384, 0.035157198873638516, 0.035157198873638516, 0.035157198873638516, 0.035157198873638516, 0.04517708629387569, 0.11288346878660054, 0.24275438998306997, null, 0.10082116287805123, 0.2328858784871476, 0.03921949487472283, 0.19734160955210983, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.3592392496697598, 0.03272674714613966, 0.0784604376859593, 0.037774148223966394, 0.3951608773781821, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.054730420530009885, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.06863427389224337, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.061058577820200056, 0.027301202233340604, 0.045850919018082865, 0, 0.020780757927501267, 0.036302269323647315, 0.10970313722002568, 0.02899920435249379, 0.036302269323647315, 0.17965198822026326, 0.1006912047319581, 0.10297515810072716, 0.10122217342295288, 0.07378559391468417, 0.007662839266990357, 0.0559707009890652, 0.05863537100450448, 0.1903410299462447, 0.2160527194280077, 0.017939814982128374, 0, 0.045440266093260503, 0.3460151285013351, 0.12140991704410502, 0.2803198479476655, 0.04218409670668434, 0.11808049103973307, 0.029214758042874277, 0.017458693480206344, 0.0937903582957436, 0.01818560737350144, 0.003049207868922505, 0.030035635882814764, 0.07671611240731716, 0.036302269323647315, 0, 0.09498840267145398, 0.016872683265385904, 0.188882359584671, 0.01232462590281058, 0.17678754274099848, 0.14160434528857552, 0.05010296278857642, 0.2472288004143939, 0.03754411502958171, 0.07278748467550715, 0, 0.18154076466776256, 0.037613061638663736, 0.037613061638663736, 0.037613061638663736, 0.037613061638663736, 0.00312296281188635, 0.11151902700617156, 0.01953495690552317, 0.46737715597095575, 0.11892634295721972, 0.1594674045689216, 0.1223098976857135, 0.0999271871255428, 0.27746363552425996, 0.10695205601216291, 0.11797575067297812, 0.018316620465237337, 0.3696913946426805, 0.006920376125178692, 0, 0.2924725196180471, 0.2515406818540296, 0.207073241911025, 0.21002473001346308, 0.048888984901268175, 0.06616904912262624, 0.010833733628960738, 0.11564246298817264, 0.03266201443047066, 0.05576388752386072, 0.010491598294761977, 0.11838631462882544, 0, 0.2432267095266213, 0, 0.006203945446770523, 0.06853083606169434, 0.013660318669184749, 0.018838385789363542, 0.02333942015555237, 0.1731306098439828, 0.011144912041961656, 0.07275960847004491, 0.29311167730079524, 0.025563735458234454, 0.12189978605890378, 0.0488763269664941, 0.1772686183238418, 0.05209904542656053, 0.11547454302240708, 0.1290723113519361, 0.032152726964169806, 0.014161515072273706, 0.00047625463292987194, 0.05111484821879756, 0.1445714857137657, 0.05932943452492652, 0.24014442523620003, 0.1477793284288624, 0.25652879481912155, 0.1158636710744578, 0.423743933990154, null, 0.24438867366400857, 0.3238270884034612, 0.23907764542628324, 0.13043156708280246, 0.05056551945367959, 0.036302269323647315, 0.11042754552649688, 0.036302269323647315, 0.1156960719953535, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.032152726964169806, 0.032152726964169806, 0.032152726964169806, 0.032152726964169806, 0.004463860902422139, 0.29601875699478863, 0, 0, 0.10642046826522043, 0.1806438252275838, 0.21599660030391316, 0.045941949935653086, 0.002438908242545027, 0, 0.17116529614852743, 0.08024543604467489, 0.003923994685612796, 0.08024543604467489, 0.08024543604467489, 0.013660714334548152, null, 0.059539338261361395, 0.05689595050215844, 0.15222390664148627, 0.0834397651806361, 0.10492680580743882, 0.1377511633949055, 0.032152726964169806, 0.032152726964169806, 0.032152726964169806, 0.08024543604467489, 0.025085278828364515, 0.036302269323647315, 0.036302269323647315, 0.03036515400749534, 0.0013593492108284842, 0.33577574206251615, 0.08376362004454022, 0.13616795415604374, 0.1705294141642539, 0.1815672462637253, 0.08349827767629348, 0.14288231885911137, 0.07119411586376322, 0.04234468753378887, 0.13392858058388665, 0.00881500117195335, 0.18225997493053747, 0.03384668578048567, 0.12048651297782222, 0.3179930205959533, 0.08286808361104821, null, 0.08557072793698671, 0.0043009764718657095, 0.04945377630335357, 0.06422876266317966, 0, 0.031441686772120774, 0.03333652153696364, 0.04817141447095017, 0.14477364661060074, 0.06442874832629227, 0.036302269323647315, 0.036302269323647315, 0.01182988711801854, 0, 0.036302269323647315, 0.018613211407706637, 0.17929463056859898, 0.036302269323647315, 0.036302269323647315, 0.23157162207321583, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.25644840430293164, 0.23090016359155555, 0.08833983375535534, 0.026593211944374737, 0.2906526909242855, 0.004313629207350345, 0.04178631987351057, 0.06393347928633086, 0.03355332827614303, 0.006998760647672995, 0.04485304901802862, 0.09097036231835744, 0.08994291499634771, 0.28568920382272023, 0.04827877496353451, 0.06807415402546277, 0.1487361244596448, 0.060220519573853375, 0.15914097811930544, 0.03066813913020152, 0.2586870872356015, 0.05699286152425539, 0, 0.21020275245173164, 0.0322976997441995, 0.01056870537246726, 0.040494797219359425, 0.016212262376493487, 0.008090105348876709, 0.04280156545701988, 0.06869407968813365, 0.05840043404373209, 0.01715985540020054, 0.022557432938556325, 0.016197737913638384, 0.06155600728403719, 0.08744274604698725, 0.04255517529118533, 0.36132766116652176, 0.09025263444920792, 0.002435668287507599, 0.1510548344349398, 0.24337036257866235, 0.05946367132119596, 0.037889984301133654, 0.0033902775868625288, 0.1820258303295274, 0.21040805827073644, 0.03471752390775973, 0.07915504498241537, 0.022760543639054887, 0, 0.008116722574995438, 0.2126535075257892, 0.4402410118609203, 0.11360155827973584, 0.16596611645503728, 0.3939917827168204, 0.07741273536255155, null, 0.09732776797688798, 0, 0, 0, 0.007230671907932896, 0.11537902339941342, 0.24163544774020176, 0.2922508669057684, 0.05444820462722916, 0.007593410456855411, 0.1943301091211531, 0.01783905734941797, 0.0887270726515272, 0.014753335271366548, 0.1333937581394877, 0.03270580616944229, 0, 0.03339405946417142, 0.007850951467073838, 0.009350257012488927, 0.1897879771361367, 0.2816186743303535, 0.14374788733690583, null, 0.007122107962336572, 0.05533310233700856, 0.0007183903459240408, 0.0445920002511903, 0.1525334014434921, 0.10727714012242048, 0.4139820107353486, 0.004779020396579571, 0.007761491573922687, 0.1283947648261963, 0.13086742935807608, null, 0.11419278147386928, 0.07727921026865602, 0.0986201800786518, 0.05120972970977775, 0.015029042732996972, 0.22316595891608568, 0.3388189728568299, 0.045059159045178675, 0.3899410635720254, 0.05153746708570144, 0.25357233260644885, 0, 0.053171115297502944, 0.11278746153605644, 0.027189475180840778, 0.04893987889237771, 0.061403111012001486, 0.13554030633600128, 0.16015697624886335, 0.11462644992835865, 0.01829765773656203, 0.05745465367925966, 0.21267698924442463, 0.1813958999559896, 0, 0.209478209152686, 0.3102627845802829, 0.08530669810715236, 0.09555727398269588, 0.11621618880346024, 0.025161793052030368, 0.13554030633600128, 0.14291126957847114, 0.2795820736648264, 0.09326805720981082, 0.20154999600096596, 0.07127038978789024, 0.031272451587438674, 0.08160810885296989, 0.3031345489888856, 0.01878893835763156, 0.08702596067959836, 0.17930383249603132, 0.00955487926467696, 0.0022872210451947875, 0.07839331136175988, 0.06377338625917477, 0.010025807243421662, 0.07634702601376886, 0.16746632914986828, 0.07634702601376886, 0.07634702601376886, 0.24466118725413455, 0.07634702601376886, 0.03160118136521826, 0.13554030633600128, 0.13554030633600128, 0, null, 0, 0.03755468861302362, 0.10391231544004896, 0, null, 0.04966520822063278, 0.13554030633600128, 0.05517427662553612, 0.13372024358018209, 0.18967396650475396, 0.03425619390899277, 0.006956964722689719, 0.13554030633600128, 0.04325975580440647, 0.02556704004572529, 0.008980115090723611, 0, 0.3195574742578248, 0.33029624850731626, 0.04108241368636321, 0.105850604687473, 0.1850839423456175, 0.16031986060100725, 0.0010138124316609615, 0.30257594509042696, 0.23743990598783823, 0.1163584763153632, 0.09540155235383677, 0.13670592375437737, 0.03276262053214586, 0.03047244563007995, 0.11730856962349216, 0.13554030633600128, 0.13554030633600128, 0.26532616624918226, 0.08777027976121272, 0.13135406363896537, 0.04289990353424019, 0.09252012389360284, 0.01223914737292299, 0.3179344113576336, 0.13554030633600128, 0.07713653482288187, 0.22527259217959889, 0.0797818731491366, 0.19150243339522613, 0.19150243339522613, 0.09784509967054808, 0.19150243339522613, 0.19150243339522613, 0.0978727149463822, 0.3381226371455279, 0.057173302786194015, 0, 0.007249380971082942, 0, 0.050225652873900455, 0.05903098802392141, 0.16528392561936306, 0.07743434581238257, 0.12901777493595568, 0.015945100042364466, 0.04879051418098913, null, 0.10312102275430958, 0.009432900033572904, 0.009432900033572904, 0.07647836354407977, 0.022303082162615888, 0.12469675036010072, 0.042214459061002046, 0.004388758070759705, 0.042214459061002046, 0.03261364571887879, 0.009432900033572904, 0.009432900033572904, 0.16456342904408375, 0.042214459061002046, 0.1367669692026018, 0.10277336862595084, 0.11497544498525251, 0.24866756756843375, 0.001053421036858659, 0.18070842518151553, 0.030265111075824587, 0.17638428165778108, 0.12005114502639971, 0.07335433119004885, 0.025761426810702533, 0.03284196360690295, 0.05129121738774915, 0.018325751618923577, 0.007828451425860328, 0.001270217768031618, 0.10526284050783992, 0.05275016458992108, 0.25436580441604517, 0.07735802295676587, 0.06878572471568617, 0.04345921411170986, 0.13691074415943694, 0.13252545596675852, 0.04986702748212477, 0.012071349971263108, 0.0932744523449464, 0.07830101415628479, 0.04185636012229671, 0.05897594773396865, 0.06549684881774832, 0.06404561829176614, 0.06404561829176614, 0.06404561829176614, 0.05289519499741362, 0.06404561829176614, 0.31328319792787485, 0.07349735297427148, 0, 0.22862833485574124, 0.06040774885690537, 0.11834532036609204, 0.010164098323760336, 0.11641940138487532, 0.02903285935216658, 0.19299765344873543, 0.003532182634207895, 0.001837466052592822, 0, 0.10367530827844236, 0.07871624785994326, 0.043604948701819565, 0.06051162734865626, 0, 0.04974701547303514, 0.10572468123025412, 0.05529965117043803, 0.014891398912683198, 0.02138060144860853, 0.042214459061002046, 0.01460469899867372, 0.12044957753040449, 0.401467669161404, 0.02847914933892439, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0, 0.06984794142204033, 0.036302269323647315, 0.036302269323647315, 0.08448051587882993, 0.1283745047826927, 0.036302269323647315, 0.036302269323647315, 0.006948351690900072, 0.035777122157032604, 0.036302269323647315, 0.036302269323647315, 0, 0.06984794142204033, 0.048977317718401234, 0.023521557170234807, 0.079399007542565, 0.04723903069635074, 0.029138184409220457, 0.06983571989224562, 0.18757075547431387, 0.03940544971084177, 0.08518723690337807, 0.06984794142204033, 0.13390542144890022, 0.033544330908751, 0.05974888223400462, 0.3089410706273439, 0.022222348781807327, 0.07358044621214574, 0.10952852057247124, 0.036302269323647315, 0.036302269323647315, 0.030530285256079977, 0, 0, 0.06939861474452687, 0.1276210565950959, 0.08607354564202205, 0.03866890209124388, 0.036302269323647315, 0.0653881500852908, 0.07600661850138056, 0.15237885387159564, 0.01521749011920506, 0.001808870394958541, 0.03403340041718222, 0.13950153066429466, 0.17188726055717066, 0.031479375110673495, 0, 0.036302269323647315, 0.036302269323647315, 0.1563560574558968, 0.036302269323647315, 0.07879820753127853, 0.01123835874548427, 0.039239120164668545, 0.1469330609244794, 0.07177942376159978, 0.06984794142204033, 0.011463594416093048, 0.09029103730746545, 0.13449011271969588, 0.07748268390641698, 0.05791915475283186, 0.07084757137177791, 0, 0.05676809918423199, 0.0968239954817464, 0.1353197428130878, 0.15087306416668736, 0.002397146254974303, 0.044613154852575734, 0.013943601503978557, 0.5101040122306606, 0.003958431407046379, 0.019971459571766145, 0.002397146254974303, 0.01602919366224026, 0.033609064975122664, 0.17407885306936033, 0.1837773788623774, 0.3009158221533329, 0.012847375747502877, 0.1590206264018238, 0.02226139139193448, 0.09010032621399353, 0.002397146254974303, 0.14406399035937, 0.12608646301791823, 0.05329615145289806, 0.033609064975122664, 0.09167848965951318, 0.08822029866329292, 0.0509318999541556, 0.0904513712897586, 0.2773470963643296, 0.14435773761883858, 0.31639929161566305, 0.1451019193838165, 0.0873869728448875, 0.0025546085212275987, 0.123459443503835, 0.1331249698294187, 0.011152492002376276, 0.1187040459013712, 0.011152492002376276, 0.05676809918423199, 0.0990843662677372, 0.3543194782000673, 0.03294055374891905, 0.011152492002376276, 0.0965923128514437, 0.011152492002376276, 0.14049439975959754, 0.02283101076475975, 0.00416199979405151, 0.08002291250309555, 0.03260477771991432, 0.03260477771991432, 0.003958431407046379, 0.07579313931974639, 0.23415592500918897, 0.0257429828036158, 0.1604092710394972, 0.013334445750733252, 0.032280727388326845, 0.14978784376070747, 0.003958431407046379, 0.03757041187788414, 0.002397146254974303, 0.003958431407046379, 0.10079990427822666, 0.05676809918423199, 0.033609064975122664, 0.05345778819140138, 0.05676809918423199, 0.10186406654432915, 0.05676809918423199, 0.1952918093702323, 0.001622536586474076, 0.05676809918423199, 0.00486000962547618, 0.21716069573998265, 0.03260477771991432, 0.10855784572984543, 0.13045540069588535, 0.033609064975122664, 0.03260477771991432, 0.1483960167814979, 0.05676809918423199, 0.121480557446165, 0.298357949746506, 0.04469924303746762, 0.039775087342996486, 0.0170720274230655, 0.2255226906513689, 0.0023949053780616104, 0.02038431159251408, 0.06207891221263973, 0.10343900292298557, 0, 0.31360895865858507, 0.02449844430133478, 0.10070955131424436, 0.021601316999813363, 0.302687257900757, 0.12189109957741608, 0.08264668929439618, 0.017467414497599396, 0.014359911835844426, 0.05596889342493997, 0.04009190614970371, 0.07159089885395171, 0.008063691531110778, 0.14034564136043504, 0.026420513192197834, 0.10651161759027478, 0.03445750237390324, 0.034052064468445276, 0.09749785467680534, 0.06802973822024994, 0.028753085871751943, 0.047162235422461146, 0.04034261728532815, 0.025893203284552625, 0.05418796019663512, 0.023449949842963964, 0.1298349173134374, 0.10217793000448788, 0.0985564495963472, 0.11473564013781672, 0.00011221879739678448, 0.26083021727124023, 0.0035198568523001576, 0.08832468801694637, 0.05628491623526653, 0, 0.10111481586551088, 0, 0.018138538329611938, 0.11515830085295271, 0, 0.004083130551671198, 0.08343088314250607, 0.018768917232498055, 0.01384808771279296, 0.24369148024743337, 0.021918513591224185, 0.047683856016449186, 0.01957112437506512, 0.10511279982924868, 0.021482291779887804, 0.19734191288857497, 0.1389199930374008, 0.0011748443580625932, 0.04580157528981593, 0.07354560796110965, 0.05901779061972806, 0.1239025837434356, 0.018014144724402006, 0.0019605406043272937, 0.00217579255025309, 0.4287590814586814, 0.26538829327486496, 0.036270663068867545, 0.0016119050684634466, 0.0374679791091258, 0.26501370812701314, 0.029705435349362416, 0.09712831163613482, 0.02236686262003444, 0.0294283586704492, 0.007182860355510819, 0.2302505101485879, 0.046266864818698406, 0.02839194823888357, 0.05676809918423199, 0.11670374999957456, 0.1035956192451622, 0.040807538544478106, 0.04100472837835228, 0.4904614663632495, 0.1478609254012668, 0.25752010618215054, 0.024363713688607513, 0.31030773377051524, 0.242359998163438, 0.006424423279197634, 0.2264797667159729, 0.4239794248028867, 0.15488284741740516, 0.17940797563191685, 0.031503903718859, 0.04300937484095061, 0.13048726985115733, null, 0.03240213257348973, 0, null, 0.10494637956532026, 0.033609064975122664, 0.12227421485074028, 0.033609064975122664, 0.033609064975122664, 0.13709075172644913, 0.033609064975122664, 0.0400439086016515, 0.321866060853868, 0.03221831763603957, 0.013463993457154716, 0.02871020486294094, 0.0023371153815671484, 0.4161981526848473, 0.02681297374321264, 0.2511356969100563, 0.10743993268706668, 0.11042614383934636, 0.06194104621476158, 0.21837994870578523, 0.14560829540539877, 0, 0.021832674168530217, 0.08294393560095958, 0.0002571204600528404, 0.06638384731655081, 0.1849864341813633, 0.015001494864155676, 0.07129152213976403, 0.0010240159625932263, 0.0873255284581866, 0.08817186164435742, 0.1466780034488152, 0.1126745875736685, 0.0006151346285903502, 0.09451307475429722, 0.0343006597825118, 0.3906004407549435, 0.1558288747112164, 0.15289054329640933, 0.1371375757484379, 0.32977749913016874, 0.2877717637872836, 0.06814332953146976, 0.06814332953146976, 0.07030187804204403, 0.007923167101563934, 0.06033178768722123, 0.08224468652835777, 0.047317801736775064, 0.28821751853602, 0.07723883070079376, 0, 0.002800741446707679, 0.06421681862764683, 0.019824532284861845, 0.05269565136927437, 0.16279329579076182, 0.016315560948058676, 0.06814332953146976, 0.06814332953146976, 0.14272342407777264, 0.06930970903087087, 0.09477002217907712, 0.13920204626732136, 0.0158913301942355, 0.140739413694924, 0.16383095641010637, 0.2177832812159944, 0.007711100776272271, 0.1599996104569517, 0.13936528062567655, 0.022000020053757716, 0.2768804521524147, 0.04088640238875661, 0.0675404727162045, 0.10116719305146991, 0.06798182982506391, 0.24057757101729116, 0.10238705917965864, 0.08317026702609473, 0.11932203888554692, 0.05776059370447196, null, 0.1207978246993478, 0.0059515742760373235, 0.3329485119984006, 0.039194622945898774, 0.06697359920584073, 0.032097120943655445, 0.07247691272159147, 0.029947486627537406, 0.05804065199651048, 0.02749287133686634, 0.0017984634265756998, null, 0.0229149694086767, 0.05241153552229229, 0.15598622382121846, 0.09944254528628522, 0.2909845252255749, 0.3364753593731318, 0.05704882792989194, 0, 0.17620231981354656, 0.15536400773750816, 0.39939464930393304, 0.04244042873645501, 0.14667338071307526, 0.18860155099091444, 0.18527065732484993, 0.1016868262553312, 0.03948553513010107, 0.023614034039666727, 0.07079278462260663, 0.15347862958472097, 0.31701557668115615, 0.04718960106661481, 0.01428622027056061, 0.012738359777951383, 0.03651264195326959, 0.092319785005108, 0.042685476151089224, 0.0636813974882176, 0.21608288890151828, 0.227198136201452, 0.02995572059557933, 0.09882232842118746, 0.02932439900615992, 0.019974305538492464, 0.012965447805739569, 0, 0.06546907143738885, 0.1557623343922072, 0.1064503325276694, 0.35562357138914175, 0.14960987220936933, 0.08110428711107803, 0.026786665919197008, 0.3420192178195208, 0.20691401380551572, 0.030013116895403435, 0.06617688450207063, 0.027741202753818982, 0.04807869988515578, 0.011152492002376276, 0.011152492002376276, 0.011152492002376276, 0.011152492002376276, 0.019606669683306467, 0, 0.10305839626948812, 0.3052480633568658, 0.01634853767031713, 0.055067036357463295, 0.05373201398179979, 0.0014647290404295802, 0, 0.13669808944644807, 0.0039319030978221745, 0.11606230828139594, 0.1042703080419835, 0.013958500721354464, 0.0046508001823925985, 0.09892043053949658, 0.02060381489575798, 0.06814332953146976, 0.06124320990368922, 0.06814332953146976, 0.06814332953146976, 0.01522159581322782, 0.08566522082180339, 0.05084042764600785, 0.5106713298979234, 0.0025848592628562044, 0.06073931299126752, 0.14343356559105985, 0.043211762869236336, 0.0923288246044151, 0.013939038158255196, 0.006185745292875126, 0.1345996148838646, 0.07780655455313798, 0, 0.23419640141295903, 0.028742551624213734, 0.006610999812368467, 0.03068318447165527, 0.010037818762616014, 0.16066727455643412, 0.10071299742733172, 0.0158913301942355, 0.0158913301942355, 0.0158913301942355, 0.0158913301942355, 0.03418174687276802, 0.19200816058632583, 0.09106070381968684, 0, 0.030685453135052783, 0.027138088742486417, 0.11081069728091482, 0, 0.018056448395463692, 0.053303588304116654, 0.037760378359605086, 0.14252622555072944, 0.16719716975279533, 0.0828505301123024, 0.02402742827565748, 0, 0.03019011965999093, null, null, 0.02030735753862336, 0.10440655152790676, 0.06553394765912864, 0.2944744293029268, 0.001335488155268701, 0.3729677325936378, 0.05800550008710811, 0.14114859610213043, 0.03548753382014988, 0.0027621512229087613, 0.12626838839169482, 0.0948684586773368, 0.01578442311185851, 0.11670286513814812, 0.02002118029775312, 0.20142123013521063, 0.04358824203819421, 0.01829087812931707, 0.1157975147894971, 0.1828426836878727, 0.060258543093177, 0.1472725175520273, 0.06882964034445879, 0.001735598299878286, 0.07120465345818543, 0.1631591022400095, 0.1214330096048708, 0.09086701781337508, 0.2578142291846008, 0.19014027832812289, 0.03212231882748529, 0.03212231882748529, 0.03212231882748529, 0.03212231882748529, 0.1860594323551396, 0.06773308530215318, 0.08864948296344698, 0.07452563563170027, 0.07452563563170027, 0.07452563563170027, 0.07452563563170027, 0.06324826170204341, 0.16573161656691157, 0.11226478465288818, 0.005283347732542668, 0.10346035031904176, 0.08113932447065324, 0.0767922723340136, 0.13094418361832685, null, 0.0018276351309034684, 0.01223221253301686, 0.06557545688925447, null, 0.15117759978621725, 0.16126882069425888, 0.02344530725789681, 0.021084662597313272, 0.06756216271640209, 0.17426249892386578, 0.08460412694533564, 0.16580794914488986, 0.13949481680790496, 0.01943895930935599, 0.03130048465830395, 0.08254151272412971, 0.1528575832811189, 0.3296315007155282, 0.10119956727909354, 0.0363176541125234, 0.00896997871247485, 0.0768197638059677, 0.04586527909609806, 0, 0.17214599302150238, 0.1355129330090209, 0.11171898767526188, 0.19369296325742796, 0.09363989865172208, 0.1392345242554747, 0.07125691785218516, 0.06104068943379092, 0.11026376530246414, 0.032142521272383734, 0.025269449333831615, 0.06725432532495713, 0.08333732434096343, 0.03595211182076484, 0.02659426796841285, 0.13809771382396954, 0.0478407682244369, 0, 0.039194622945898774, 0.017340922808960147, 0.14821710857111076, 0.28745679968708354, 0.1419861752626975, 0.04371434663782044, 0.14308532907349825, 0, 0.05888985370412757, 0.06556097627309085, 0.11193668416495332, 0.029498051996446367, 0.010599376474719232, 0.06420786889997819, 0.48943106283267374, 0.003958431407046379, 0.003958431407046379, 0.003958431407046379, 0.003958431407046379, 0.014486420820631169, 0.05599668203267916, 0.03436482539091585, 0.2515520185936398, 0.01256362012703029, 0.1698123034379388, 0.07618017468109939, 0.17679585491642028, 0.10762692198751854, 0, 0.15839928589762917, 0.0373372211593767, 0.08541635042287786, 0.0026728995159537336, 0.0968614790849195, 0.02069108899127739, 0.07291601565255458, 0.06679105271698718, 0.03212231882748529, 0.08808411917416172, 0.03212231882748529, 0.03212231882748529, 0.03212231882748529, 0.1983394802905306, 0.101526669376495, 0.018509999127792012, 0.1142309059547086, 0.097696910828634, 0.0673119690829212, 0.06118540937985627, 0.1619650268264567, 0.08155068176782687, 0.046524731778523, 0.06857959749122512, 0, 0.1355214789817763, 0.04073927670486777, 0.13127456853994865, 0.03540065879263221, 0.01725835658256379, 0.0010729673981691647, 0.0013045287431617603, 0.02849478588705944, 0.32036194089538517, 0.01760093141404234, 0.1958579076394516, 0.06324074929694931, 0.06814332953146976, 0.04838423979599936, 0.0069878063007308075, 0.16386745513457726, 0.28984592185989344, 0.1686904707279867, 0.11971112733467004, 0.008148032787374011, 0.04616451282059197, 0.19562178181462783, 0.095168493531165, 0.113344255766237, 0.002397146254974303, 0.002397146254974303, 0.002397146254974303, 0.002397146254974303, 0.08707773753881111, 0.010762363435316532, 0.009666944241827544, 0.06477011331039287, 0.06471231329761941, null, 0.004125008685038874, 0.5283208335737187, 0.04543213671775079, 0.05310486146791106, 0.03943520468794625, null, 0.04806497089184087, 0.01641117894191072, 0.1188812922619228, 0.2191009303738725, 0.27637851329564894, 0.15352858771885436, 0.02449991362150703, 0.1494959420141036, 0.17859044577047078, 0.046490028588421495, 0.10596973884027108, 0.13962056911714707, 0.045348157066236655, 0.06449970320668329, 0.07072821873336493, 0.08709032202052176, 0.09124454903785756, 0.03260477771991432, 0.03260477771991432, 0.03260477771991432, 0.2570129067056823, 0.027289659669501205, 0.12334030754730405, 0.10214803368419434, 0.07616719604321395, 0.04682111740409561, 0.08726404703974099, 0.029955588932956696, 0.1565736812854996, 0.12245059287833748, 0.07380230775495686, 0, 0.2002028584710623, 0.05499005198065052, 0.0773023835227484, 0.03115862319789508, 0.021910171390484904, 0.12719819356701362, 0.005248094595904957, 0.0023756605787366527, 0.21310917611194785, 0.002885802546495862, 0.08692186471214704, 0.12445713303319791, 0.025525813199677536, 0.16589854294771153, 0.01868235285339359, 0.041862220095266384, 0, 0.3496622792604985, 0.07531365664883316, 0.018515912700259547, 0.03901436279757643, 0.1567150651160899, 0.07425365320023534, 0.16404704137182918, 0.07425365320023534, 0.07425365320023534, 0.01719879290378794, 0.07531365664883316, 0.015199867478322531, 0.07452563563170027, 0.07452563563170027, 0.07425365320023534, 0.21362762127317403, 0.12259772544894196, 0, 0.05970489801540751, 0.044365346416405986, 0.02219096564253036, 0.13674575685441195, 0.024023094802703236, 0.1683348322810101, 0.040272994856268694, 0.04708475821825524, 0.013656846846583144, 0.0017535195406658975, 0.06555823570381292, 0.014953921641872491, 0.19678568517610037, 0.05026606136784445, 0.022489248020178015, 0.07452563563170027, 0.07531365664883316, 0.07452563563170027, 0.029920708448232223, 0.040409499643583285, 0.09503342327734116, 0.011440854483005438, 0.08523496772669327, 0.07531365664883316, 0.01095689269716452, 0.07531365664883316, 0.07531365664883316, 0.029514367740333503, 0.07531365664883316, 0.009877799518238526, 0.09166379276025016, null, 0.07770715816302702, 0.005328343318744277, 0.0814530193659115, 0.03530805787473813, 0.05873834433032594, 0.07425365320023534, 0.3773083509084578, 0.09227136418140083, 0.0021805941182773216, 0.029427238322998824, 0.009913289108392924, 0.2519910187270559, 0.21149720746997255, 0.07146151690354383, 0.03272210426473608, 0.014356756616379689, 0.15651790488582004, 0.07531365664883316, 0.07425365320023534, 0.07425365320023534, 0.07425365320023534, 0.02756196405569727, 0.090494142700321, 0.03260477771991432, 0.03567577209784775, 0.046771472300324135, 0.17925659369954533, 0.07904424929997618, 0.21381091946248224, 0.06429862466047086, 0.13702568239550264, 0.038367286250576, 0.030485874232923826, 0.03550123871800865, 0.03324996172637847, 0.185726714205574, 0.08303331683449187, 0.002174209653784739, 0.33484059980666037, 0.22329654092507137, 0.0158913301942355, 0.0158913301942355, 0.0158913301942355, 0.2625060912291453, 0.2520594918801175, 0.0932722621337818, 0.14030943067094895, 0.07604921460236148, 0.05563745675854488, 0.21789803711823907, 0.05167138232087347, 0.006238628824626727, 0.11768928813053246, 0.037156530070024466, 0.0074263049304689474, 0.07476095881565517, 0.056626836748973834, 0.09110719824172464, 0.22085172199974187, 0.22968506187792495, 0.17416464664401, 0.08560631923630121, 0, 0.13816281075623646, 0.07076377977041408, 0.11208947773112404, null, 0.12514523556193238, 0, 0.07989729965039145, 0.1558245199430294, 0, 0.2922387629998213, 0.15631770082064134, 0.09545914632994822, 0.1154761122402603, 0.1217757870126175, 0.11842068825764696, 0.17915071699284196, 0.1011641980198823, 0.19651835711254984, 0.21500273256316432, 0.07522614949378692, 0.06269533630851144, 0.006155424213921193, 0.058073167062635975, 0.32893443785408066, 0.0334744671439718, 0.28184582754736803, 0.08240600813397256, 0.04299060788016472, 0.09651791133619098, 0.02922647078893056, 0.1735819091537373, 0.02664739486321172, 0.016703591009797982, 0.1687661297381873, 0.20186035126666857, 0.14286665729122003, 0.05310221325853979, 0.02799839769668684, 0.09219553122990992, 0.0350625830651531, 0.17117335095467617, 0, 0.001041727234681611, 0.020172106195087785, 0.09781089090731392, 0.048294237498479595, 0.016790649626655735, 0.3306325805176449, 0.05070289880540728, 0.07059638290303684, 0.018279273195862436, 0.020512727973396417, 0.013678742886370816, 0.07874218423958676, 0.04813364661644633, 0.0423729787140903, 0.06997197827158669, 0.04318303442316321, 0.0927498795434629, 0.015671287706847278, 0.12586694793524308, 0.03257239505207778, 0.10780849782217838, 0.22090401052411496, 0.18760501288743017, 0.020040816292878395, 0.020850927606851533, 0, 0.1162407847031319, 0.08888456440465008, 0.14144126980638186, 0.04188889330669854, 0.003353440113354633, 0.01521354707326681, 0.012915999249619406, 0.08265859093742159, 0.12106852265463836, 0.1586570450786893, 0.15213733320996112, 0.2477260614453174, 0.18648417215585333, 0.033860858925203983, 0.014979632841067602, 0.36463697092247055, 0.0642940189187127, 0.1264305756474311, 0.04340118850788305, 0.018485702687175237, 0.11268732009109042, 0.06103619686626356, null, 0.08179691778907457, 0.06769567555676224, 0.0898252994807053, 0.2038838117101623, 0.0011918894051943815, 0.04670425232187252, 0.1596869193587118, 0.01529272861160205, 0.02772060590102814, 0.20718439020421583, 0.09682144725352118, 0.013865689911735356, 0.1322578349860574, 0.0038766602555632495, 0.28416268225128855, null, null, 0.01834650172701113, 0.028048819323915612, 0.22190684994107532, 0.15705691825830567, 0.04601576381140527, 0.00913168758371773, 0.09465407770668376, 0.061521465624390606, 0.08097709158279699, 0.14699376334482547, 0.06031107844986579, 0.2768602763645026, 0.005703288483247212, 0.33570052301244474, 0.02052385593891124, 0.028611014358832464, 0.33570052301244474, 0.05624330439405129, 0.02587702693015585, 0.042103203266290946, 0.08055108785133565, 0.09900616254097117, 0.33570052301244474, 0.33570052301244474, 0.021608117079206592, 0, 0.04594182872301069, 0.01114445594526077, 0.03439587697714731, 0.09278842552450946, 0.28640033498205103, 0.032164604164493876, 0.0591624687794224, 0.005338663762915331, 0.013562962628319693, 0.060979552166753256, 0.08477384432415212, 0.07104744371395268, 0.04359543739486279, 0.09916744524151742, 0.02648177628781093, 0, 0.04058599341099233, 0.1305343281132801, 0.0642167080831157, 0.05125940137971485, 0.06184332954059817, 0.01071259977134012, 0.08202339763845365, 0.002096448205651234, 0.1486089438656591, 0.035647765365306644, 0.03539087823830172, 0.2151628289732002, 0.013451645284519882, 0.3782544367548116, 0.06579654689200347, 0.08915331621080666, 0.16434250949782966, 0.11289544726501936, 0.065473683230006, 0.025753527536109495, 0.0857257006941813, 0.03207979784336439, 0.028900421198439143, 0.006252923870088005, 0.27722537098401506, 0.0036184471027252496, 0.033323664377657936, 0.06524391959781217, 0.05091254470442897, 0.007829494120789003, 0.018954168101793352, 0.017250659404620682, 0.04036838911869082, 0.15943858271452285, 0.0572047347888124, 0.041651293727937314, 0.22938111887539353, 0.12462907356675353, 0.12470376403586383, null, 0.01796099872048673, 0.3330628548716003, 0.03569113369841504, 0.18502454134933125, 0.30298121127630573, 0.03451952043606879, 0.000914934969631287, 0.28604686191928863, 0.03203774556141722, 0.047351947513226536, 0.14417207054211517, 0.11887862316550649, 0.016707461817329527, 0.16960634107359196, 0.012075941323363178, 0.01922470121030296, 0.057337752668073366, 0.12506743598394557, 0.018593958196037444, 0.0269812046190672, 0.02804591460165401, 0.13535620252073366, 0.007915150935069944, 0.20952667539391345, 0.03369897402599175, 0.08780156187242016, 0.10967293348246228, 0.025834362329395056, 0.05649455623709709, 0.05773870691392768, 0.005142797256628031, 0.1374484921125629, 0.06087164448347334, 0.1316951436196622, 0.09673787714357587, 0.1486387092296704, 0.22547085568337363, 0.09680476576854784, 0.16616339506737113, 0.049002262440349026, 0.10094007473995592, 0.07129843311999338, 0.04116326639366996, 0.06813684304883388, 0.061651732679897056, 0, 0.027581024619732608, 0.17211858919871875, 0.05379039390419817, 0.06005527923786799, 0.02569703520072392, 0.00824598814215128, 0.03439587697714731, 0.03439587697714731, 0.49261406801712576, 0.16927718229370187, 0.022446981224648103, 0.1430621562726385, 0.07230537103970293, 0.2403611611331492, null, 0.16235464073869593, 0, 0.11150065903648612, 0.05224713459943517, 0.09984070927966586, 0.03289725623190477, 0.00824598814215128, 0.00824598814215128, 0.00824598814215128, 0.11448336464391969, 0.025755045586814188, 0.1086055774577117, 0.19235131871919017, 0.009512207384777318, 0.050393605890071975, 0.3486781332513084, 0.02446894715888415, 0.05202708019103785, 0.07964393681237815, 0.07021361758578012, 0.1464608403273756, 0.055358055707709304, 0.057270165568045275, 0.03558428290549383, 0.09943554866838172, 0.1645032663432405, 0.0017319602067342656, 0.06138189622838551, 0.03905874411135738, 0.10195286517960515, 0.05046422529441604, 0.08687298433157745, 0.17374696765676134, 0.20082938177044823, 0.05503985465747056, 0.03289867347968119, 0.025601526022199225, 0.194808679478999, 0.05222472990111033, 0.05438722915315843, 0.028453676498944657, 0.03439587697714731, 0.19354825088214964, 0.0904624302453748, 0.11069796890628944, 0.1202152496744118, 0.2618670516442223, 0.08559617054320039, 0.07454671261033917, 0.031085850372674296, 0.15335886377691532, 0.09199908221074704, 0.1539658042756231, 0.07075387698444364, 0.011558020523330456, 0.07557908088272021, 0.31947934222226193, 0.022375398322472113, 0.025183783892266436, 0.10465385136454096, 0.01331006048257335, 0.0013689683053973026, 0.03879115351988332, 0.02206396270578968, 0.07587387607522311, 0.003812592885110556, 0.4275728797513982, 0.06471203166539824, 0.06032289198377444, 0.005465570126766862, 0.32957557851775066, 0.10839543673486449, null, 0.0005568863387817797, 0.1732383234129029, 0.026917893407569463, 0.055358055707709304, 0.03540807646801865, 0.4398487891387585, 0.05799138624207933, 0.054127461003873265, 0.1439215688359523, 0.005029073087214159, 0.05582790753703695, 0, 0.009005960971597182, 0.1299349612305907, 0.04292004940172963, 0.06973839595441159, 0.07397833204533527, 0.1922983748581073, 0.1743758045367501, 0.011543000031928706, 0.013184294951921985, 0.10967960772761104, 0.015434814438966216, 0.0890163963963411, 0.2528758788214814, 0.0071199985498291716, 0.11756023229735288, 0.23854764275165155, 0.009570499543498374, 0.10232514608298802, 0.06962666302579248, 0.008382307900611907, 0.03200187465848217, 0.044275803313453536, 0.1457707055988341, 0.30739779958201396, 0.1636120346269125, 0.10409827386503612, 0.030419344727519625, 0.08232040108030077, 0.00815690049810518, 0.08496923061268614, 0.09327378295159625, 0.05367011507188098, 0.13041035336028464, 0.04013563637996727, 0.2183662791550848, 0.27577837502767805, 0.14264055237470152, 0.06264110552808623, 0.0006085638879664726, 0, 0.1086451217611088, 0.16666666666666666, 0.03744446731245064, 0.008820351270540804, 0.02998818794543557, 0.011199725445329968, 0.022442465194411947, 0.03439587697714731, 0.03439587697714731, 0.06363801313988851, 0.0038244421579919662, 0.015151823688340144, 0.05615761007568144, 0.06655952286337563, 0.011500370803805685, 0.1566802362853657, 0.024499245202301186, 0.012684072120678454, 0.08641958172984997, 0.06100407328496368, 0.0784176581951917, 0.1213880693744748, 0.010579312179829915, 0.12296872617356348, 0.00824598814215128, 0.00824598814215128, 0.00824598814215128, 0.00824598814215128, 0.031434343666628825, 0.03439587697714731, 0.03439587697714731, 0.011623104796646582, 0.18141326571067423, 0.2072806101836096, 0.008388337245367411, 0.05766025895954526, 0.21765510834396196, 0.04419914734313262, 0.018181481652256835, 0.069434603141176, 0.4953324633114163, 0.27472175073021876, 0.22577629835906593, 0.11948818763084164, 0.08678589468867559, 0, 0.0314013217912865, 0.07063125897385461, 0.0956692568264476, 0.028014694687600462, 0.1129837668789594, 0.08448894165109416, 0.012383294864564146, 0.07231558095768538, 0.09611533846969626, 0.018459488556643977, 0.21930496516547757, 0.007801579731658578, 0.3000403111626701, 0.01296839744324809, 0.09752639597283026, 0.2809738658058242, 0.13019391256048535, 0.09762802102808749, 0.14436259592953302, 0.03832998682087568, 0.09740836053967672, 0.09107926218247636, 0.04277365182312241, 0.1858934854265412, 0.04258354333476387, 0.11844931215915903, 0.07282617847943558, 0.021193993818091516, 0.2844947208904755, 0.08103598747444123, 0.12395978606975568, 0.04430447720216739, 0.05471192043775147, 0.14349570638176185, 0.21347328912246857, 0.09417444429653696, 0.10846203252182252, 0.10124924124301028, 0.11601336716686836, 0.007006133536682699, 0.08394758318503728, 0.05417718510374636, 0.003042907952882575, 0.12719367592485917, 0.2243791469626279, 0.0015696587113916175, 0.2050902522507236, 0.0940281155523794, 0.1805397673003598, 0.03571520709791757, 0.0008868947385707789, 0.003822984238868795, 0.34695069432425174, 0.33570052301244474, 0.33570052301244474, 0.33570052301244474, 0.33570052301244474, 0.01703020669157724, 0, 0.05928167361730499, 0.06810752958086054, 0.2246993869867321, 0.04810155908537588, 0.13459195504262647, 0.06749564405295216, 0.02758910122083024, 0.024419876783772557, 0.023563022235131865, 0.11381414497385764, 0.04940762585671564, 0.05720361501954438, 0.12800615802203136, 0.03883118400816661, 0.16759588266818246, 0.06987274438151649, 0.05238082471913809, 0.06432566668232297, 0.18100623159527632, 0.0875352151086776, 0.02824051442949984, 0.010155485059423812, 0.10130580829708484, 0.0848401943472152, 0.06887052148266744, 0.07072884841970276, 0.0026804845568679423, 0.008439827525428434, 0.19174254616761385, 0.11297907722992637, 0.20176502806608185, 0.01593966746872729, 0.3666063795729903, 0.10688285333968917, 0.06704094052073485, 0.02475556065076057, 0.018565748946480165, 0.08330944829658436, 0.039304056304693226, 0.09768294447884698, 0.2767240658273735, 0.014184185105113996, 0.1304681029260623, 0.004079679791507727, 0.012080998619031051, 0.04853742285952035, 0.003411572538506695, 0.10315188994565253, 0, 0.4662574148631656, 0.026853417549254025, 0.06525122677099553, 0.06337865866605238, 0.3442079459221161, 0.2814270171548823, 0.04351180705671047, 0.023117435615545804, 0.033869622991479255, 0.05818469292847803, 0.0020479537175935253, 0.16473987323304684, 0.07742621840361999, 0.011184112088571316, 0.14581832624814253, 0.33000409866715497, 0.022927858568832872, 0.08891812254078045, 0.019565970324185725, 0.012920431515223296, 0.0334286848409537, 0.019565970324185725, 0.10186286277424568, 0.06149878769265521, 0.024391325121881614, 0.017898929931934496, 0.09818941194820976, 0.02128717220727642, 0.012976869383722797, 0.012121746466450667, 0.01200794619212906, 0.06777265510683123, 0.02037394244074793, 0.024070516398523756, 0.024391325121881614, 0.029367047104861547, 0.0024117750959441286, 0.1828853216492861, 0.039088672277433525, 0.03709572500207331, 0.03408891824497937, 0.06774594889310294, 0.02037394244074793, 0.024391325121881614, 0.02037394244074793, 0.032983142184094635, 0.08489369561981215, 0.019565970324185725, 0.028070077591315273, 0.07995823447252562, 0.019565970324185725, 0.04634670405689662, 0.0069699916366471526, 0.0101044775681972, 0.02037394244074793, 0.024391325121881614, 0.07707692541905148, 0.0694571123471241, 0.2163761241655399, 0.00969527193625515, 0.03678494797817307, 0.011542283803858591, 0.20487333453064893, 0.14830133213599572, 0.08129293794336402, 0.05477059823177218, 0.032662338287037976, 0.07196697373644355, 0.02109731478895564, 0.0008790014498297011, 0.010539421694552764, 0.06972142336621014, 0.06364733548331811, 0.028118450928442777, 0.05056933673971895, 0.1028624769176293, 0.03690096108427863, 0.0003078904889973826, null, 0.2940375385840363, 0.04221396548406824, 0.019565970324185725, 0.07804135813817449, 0.011255922033186686, 0.0015006435165372015, 0.06915988775469056, 0.044279860983421473, 0.31057409070259157, 0.015797757173203496, 0.034956899958612044, 0.12955262881897472, 0.10375553660446994, 0.015949782465622314, 0.009643985400459172, 0.16363457883127278, 0.07393369448511629, 0.10471313964456536, 0.009204418480153284, 0.00006932458897600828, 0.14876636278299335, 0.13033719574105038, 0.1705734754779543, 0.08367648547805875, 0.03091299862847371, 0.014796509033355328, 0, 0.04536845676770606, 0.2544581823665755, 0.1771901300729686, 0.03166174798093422, 0.10967573462205572, 0.3148994864566309, 0.08925024475157996, 0.010231310976537103, 0.010231310976537103, 0.010231310976537103, 0.010231310976537103, 0.04262866802003986, 0.0445129985657348, 0.21945522357097272, 0.01282436402997614, 0.01282436402997614, 0.01282436402997614, 0.01282436402997614, 0.07231587467006602, 0.05755765431902533, 0.08997417551847715, 0, 0.06958447986267313, 0.019565970324185725, 0.02238733042565154, 0.05068879100084935, 0.02119034070381228, 0.07458713478701492, 0.1764626264928114, 0.06082293600348082, 0.12134618806205996, 0.09022007449562744, 0.029062504297403053, 0.0829491415419633, 0.05216583733552743, 0.04262866802003986, 0.10722433120754646, 0.04446947817160176, 0.058718003163945896, 0.2910726025761117, 0.015834369961000648, 0.08011731692226166, 0.03934118314919176, 0.03056612140557826, 0.04262866802003986, 0.040987737966493555, 0.06607235955373532, 0.04262866802003986, 0.001795656293957175, 0.1310339282426372, 0.10209348106522537, 0.07370604332579339, 0.01282436402997614, 0.03241084289095517, 0.006574739909203291, 0.18965432115088143, 0.08910312453479509, 0.0387703224834021, 0.009313972200470947, 0.009313972200470947, 0.009313972200470947, 0.009313972200470947, 0.09207928848849858, 0.06738264129347445, 0, 0.0571762343648144, 0.09088588640702255, 0.1429970672318413, 0.033730609206036606, 0.06898687374139213, 0.0005496750422208598, 0.1335392653305479, 0.03706703435410555, 0.12101147014718348, 0.11332453249268146, 0.031298490171940994, 0.007089354472801739, 0.03838653491136287, 0.1695873609955177, 0.08432251665425347, 0.06645205813853855, 0.16786852340135028, 0.01282436402997614, 0.01282436402997614, 0.01282436402997614, 0.03286410435751933, 0.10923270947536742, 0.034143240090698794, 0.03246841980027589, 0.019565970324185725, 0.10632163412642524, 0.009020976892691698, 0.04318412331304507, 0.09317785264499467, 0.11138473042204268, 0.01735047579845008, 0.01647746895337871, 0.0013253445341260444, 0.020747315634161018, 0.045001861686445585, 0.0375291998001309, 0.004097202425663312, 0.002844024619619758, 0.07703654799824868, 0.11617622501838112, 0.0013618358774259204, 0.031109081011468965, 0.008745806352223474, 0.32872848425191126, 0.12276728572376108, 0.013830071364892125, 0.24064373571647152, 0.28106510535965706, 0.03789616124389256, 0.03214847514623388, 0.10370195958677676, 0.09836369291640376, 0.008974194421855623, 0.06368477284213417, 0.006184911907643329, 0.02461430823699223, 0.03023172246547725, 0.012293500879603231, 0.024391325121881614, 0.024391325121881614, 0.024391325121881614, 0.024391325121881614, 0.0905643973986464, 0.010231310976537103, 0.15512672299009253, 0.18730468005787715, 0.03238406988236257, 0.06493751775574329, 0.007824679451482503, 0.03702961556043573, 0.088959247909909, 0.03717339467229019, 0.002260817329957645, 0.01281956197055202, 0.06493751775574329, 0.049916174008230355, 0.049916174008230355, 0.010231310976537103, 0.07447112951788946, 0.049916174008230355, 0.07333580455572261, 0.09624794291493102, 0.09599388562928012, 0.07231115572974947, 0.1359774828016162, 0.02170732513806663, 0.02188257369547166, 0.096854588161916, 0.13439115456108738, 0.049916174008230355, 0.04180841087929547, 0.08271686534092618, 0.010231310976537103, 0.08630985047894492, 0.006968511369384008, 0.05074851603497391, 0.02037394244074793, 0.02037394244074793, 0.02037394244074793, 0.02037394244074793, 0.07424008311868166, 0.03490717321118543, 0.1136144168483307, 0.01409296079742648, 0.009129809921847134, 0.2604814260238155, 0.013232582550377852, 0.04047349293464545, 0.11490049996130114, 0.05166506535514933, 0.003997334565440783, 0.03393288129989366, 0.014370695280953897, 0.2246364427732972, 0.08574296197542099, 0.01394504399247006, 0.0048696700654503175, 0.08857132100741762, 0.02877348503752864, 0.0987394673093611, 0.07933141348550588, 0.017419655567641152, 0.010231310976537103, 0.018789614488405087, 0.008549469050755806, 0.04405094253644196, 0.02429974083151293, 0.016850560709096168, 0.15537144285094515, 0.007510301940954852, 0.06438815773040316, 0.02872622288960719, 0.02371182290391926, 0.004057179183498289, 0.07656888604843426, 0.12761872845431746, 0.008356266258205555, 0.16388150052541595, 0.1538009622089712, 0.056344452404119665, 0.09331256058463812, 0.07140882299308282, 0.01328214577351658, 0.019565970324185725, 0.06493751775574329, 0.2539067558068455, 0.06493751775574329, 0.049916174008230355, 0.15136817955351484, 0.035933004303428655, 0.11847423728646736, 0.06493751775574329, 0.12113844504210988, 0.17034006218474915, 0.12949899200199147, 0.02937077627205187, 0.16480685684701393, 0.052152083923466486, 0.08818841243066425, 0.18557346990713555, 0.0141129260750969, 0.02026528271798783, 0.06493751775574329, 0.049916174008230355, 0.02240025767587113, 0.13776381712754823, 0.0950294183115738, 0.03384200375410774, 0.04072469773777898, 0.07926979585985722, 0.01842742570288462, 0.07285272011768747, 0.03881473349881469, 0.02753795945452183, 0.05087138309744063, 0.0035802350113452843, 0.2864578978685745, 0.05255773243304067, 0.5007400846069533, 0.02740445851337501, 0.03660131288277351, 0.07711458398739358, 0.014204103148165049, 0.014157768171330815, 0.20265902443647985, 0.05838895268414931, 0.09126311884717483, 0.0581850426444373, 0.005482798874061205, 0.04444924434392277, 0, 0.1815429134598464, 0.009313972200470947, 0.009313972200470947, 0.007690730368008326, 0.009313972200470947, 0.04262866802003986, 0.009313972200470947, 0.04220335175542183, 0.19792948473428532, 0.10416669928481748, 0.06493751775574329, 0.06493751775574329, 0.049916174008230355, 0.011815520414440351, 0.006760355603478927, 0.04262866802003986, 0.04262866802003986, 0.0459507064484375, 0.1508346250634164, 0.07998945427994555, 0.043163532017117215, 0, 0, 0.03602623041217114, 0.06571855059624825, 0.16121857121415087, 0.04258901316914763, 0.006443429420948038, 0.01256446804531743, 0.24583132039345656, 0.04262866802003986, 0.08150969081702424, 0.06998684956261966, 0.03040388059254656, 0.049916174008230355, 0.004763895608651897, 0.028192116206510923, 0.004763895608651897, 0.03881671416554972, 0.004763895608651897, 0.06997985414305295, 0.011789447729425997, 0.2648904861592003, 0.10448179815354748, 0.004763895608651897, 0.0447403380765242, 0.03298551399071594, 0.1328760395852529, 0.06860076022077093, 0.013390825676997531, 0.009175701361315214, 0.1807655108177681, 0.09423910035466038, 0.1716145897922823, 0.02112530202092029, 0.01630417326805068, 0.0023569056960510153, 0.1819078212289406, 0.01955874302031683, 0.1071319885792025, 0.0024864288554920966, 0.23334332648812808, 0.011860988157068849, 0.011789447729425997, 0.01442692526702962, 0.14490328024607724, 0.011789447729425997, 0.04455615433772517, 0.03342078794016979, 0.26110488261273324, 0.011789447729425997, 0.37822520622466793, 0.01189656546231948, 0.07333643564394336, 0.0006910028193084819, 0.06419970718461086, 0.0025176702742303225, 0.005688404911004638, 0.026075084859990428, 0.33919799260501876, 0.03817128827708601, 0.03526693840500582, 0.007744353560738099, 0.027476687195814906, 0.2349838702159995, 0.03077266597368177, 0.05199103963580195, 0, 0.03876806926174993, 0.02894801110601633, 0.1439116276086714, 0.09213341300026692, 0.12478607453522111, 0.1302764308179503, 0.06049634049153042, 0.050590976769830216, 0.014849350318146102, 0.1093874167271006, 0.23632415654442193, 0.0220885167477589, 0.03993857660262614, 0.07315355084435145, 0.032606989302412306, 0.032606989302412306, 0.01758872974302457, 0.058348749681212814, 0.146820022183171, 0.01779306191081013, 0.1060070491660222, 0.08078806180851789, 0.11825973824750428, 0.08257267011155582, 0.16584210347991782, 0.08738249945534965, 0.032606989302412306, 0.021391030237130265, 0.0734025841050714, 0.04168157307598939, 0.05199333215924903, 0.006566375208104111, 0.09622779649421916, 0.0999762006788652, 0.006502049644008554, 0.015561583226580949, 0.03837292841525027, 0.032606989302412306, 0.05764346890317068, 0.12464456090447612, 0.03123666736061011, 0.10412648670216217, 0.016063952135311466, 0.05174214743790593, 0.06640342569043996, 0.01950749941426942, 0.2727926502795051, 0.1328760395852529, 0.23726556276044705, 0.1328760395852529, 0.006430867455277773, 0.1328760395852529, 0.001710632317126223, 0.11774941223152616, 0.168733818334792, 0.0047458877195756975, 0.07149012722040861, 0.03715157993013501, 0.032606989302412306, 0.032606989302412306, 0.032606989302412306, 0.032606989302412306, 0.027874441295176106, 0.015450365759257316, 0.19019465634416985, 0.05851101061881621, 0.03810945336737099, 0.05741744797985657, 0.06293028747976931, 0.18060306119679304, 0.007630419036485622, 0.1411806106727469, 0.01471110398456898, 0.0019867678317692684, 0.0652950705667456, 0.003153614613074718, 0.27846010313376607, 0.03641240969297444, 0.04342374578406236, 0.08631361821097865, 0.1859470377422851, 0.07665306299649202, 0.11829473523107475, 0.0330067463932103, 0.10690913819283744, 0, 0.05370146537647559, 0.07222907092419946, 0.09059088032145828, 0.011838867644371222, 0.033365411226749284, 0.058465674891575635, 0.006216011485382782, 0.026291105241947065, 0.05806915523820791, 0.022302967117036734, 0.05232576169011387, 0.11014674353787444, 0.012720672326789332, 0.0558177665592997, 0.03154187126351994, 0.009539377910601304, 0, 0.038526392491177654, 0.011865756508287351, 0.2966699736299019, 0.1019771975345115, 0.08857056286671246, 0.051485701533617305, 0.02896696484298948, 0.09235804152386728, 0.0204442097469098, 0.0204442097469098, 0.026944671454250356, 0.0204442097469098, 0.0204442097469098, 0.011789447729425997, 0.011789447729425997, 0.026495130398477545, 0.004971494147632351, 0.03088136693342521, 0.03218958721607145, 0.07094833425844488, 0.0497023707131138, 0.09140530824844972, 0.008713943907358832, 0.025802497526581196, 0.1328760395852529, 0.052383367991702685, 0.2319238029112994, 0.17058622980460014, 0.032121449761560054, 0.1328760395852529, 0.1328760395852529, 0.007933683812516716, 0.002564856704283386, 0.05457948564555073, 0.0003345446682121478, 0.10037098570020415, 0.0204442097469098, 0.0204442097469098, 0.0204442097469098, 0.0204442097469098, 0.014340892900096595, 0.1328760395852529, 0.03110576565457372, 0.016825488097970843, 0.011789447729425997, 0.011789447729425997, 0.04671814721762476, 0.0092265992886148, 0.017347672791073073, 0.17172177038340475, 0.07423756359725035, 0.022380879264325755, 0.02401958219713949, 0.00500989153541407, 0.09934310057004256, 0.1811881477331988, 0.1811881477331988, 0.1811881477331988, 0.1811881477331988, 0.1811881477331988, 0.05226061133956691, 0.02660106710409595, 0.1811881477331988, 0.01880339545657647, 0.09128482199742614, 0.36002529882349843, 0.11242330085702974, 0, 0.03010827249196398, 0.12346484674249056, 0.001722070468910067, 0.03825253683517477, 0.023309385392557357, 0.1811881477331988, 0.22088193144261783, 0.04645673110570793, 0.06224234023679871, 0.030859371600425994, 0.06402177561516606, 0.1909305408933547, 0.057401142200163194, 0.046691720221830206, 0.007933683812516716, 0.09034400963328072, 0.08743464073862292, 0.09650215110480204, 0.030276037667045588, 0.02760193351128918, 0.01144201034456734, 0.0614481807117854, 0.004763895608651897, 0.004763895608651897, 0.004763895608651897, 0.004763895608651897, 0.059194765843992365, 0.09358663176839216, 0, 0.011419288193729489, 0.09445601041346809, 0.1811881477331988, 0.02165528702270841, 0.03810226608453978, 0.09205724598544442, 0.04242480937217688, 0.03894753989327596, 0.12273662994266904, 0.05407215810309007, 0.0785061294784132, 0.2203227248076732, 0.016483689306139894, 0.04614569799251925, 0.018184253584798343, 0.03413452307444258, 0.03329516442174826, 0.026067831381344123, 0.02412223692180477, 0.13269395870644926, 0.006314085768200959, 0.08332172769351738, 0.0148336767321529, 0.0019669515671282807, 0.12080830865361716, 0.15441025024467045, 0.02551435133040408, 0.1718544314546674, 0.052371717792081114, 0.013847951201462335, 0.004002765289358139, 0.14484375495149496, 0.07186921401472143, 0.010876713045895268, 0.01123593163392167, 0.23788575789858113, 0.0030774118963742196, 0.030490950175068737, 0.00002004902445985412, 0.029746856231698395, 0.15218830695380017, 0.07574854722109867, 0.08847421405845884, 0.012098734482691793, 0.03105539696231221, 0.03149145938380507, 0.08016074092570435, 0.004658777772641525, 0.015241906627498292, 0.2087992549383919, 0.04551292851712298, 0.02049618568555862, 0.07223570414456897, 0.00970435048097544, 0.002507606685685888, 0.24770257410245788, 0.07989387308332553, 0.029414214856838556, 0.03502944837833256, 0.012077357757809916, 0.04759015624147733, 0.050510745290544376, 0.14419812721660427, 0, 0.06551572120239016, 0.03754961020653224, 0.130198069884126, 0.19278761325452903, 0.21471007728123823, 0.12710296151218872, 0.05692931229712726, 0.0033403174741233905, 0.12940980252089584, 0.0201642466828162, 0.04546519103351111, 0.3540458069199037, 0.14957178584031283, 0.020177665415508243, 0.021663933577645223, 0.05724310737593593, 0.0010941279139241376, 0.02830592359429343, 0.003805373259547069, 0.03889771239622401, 0.10219499601591532, 0.08840660337347726, 0.03348540272214774, 0.1779217658646201, 0.02368994187044867, 0.022560734365240795, 0.07069228520935358, 0.07975611337079366, 0.3061155444021358, 0.12845601630633596, 0.18184956866981355, 0.0924181261023219, 0.26477969687736097, 0.1336090497435445, 0.04510445916274771, 0.07931058275310342, 0.013476426117450455, 0.001309008591357785, 0.055838157429862575, 0.186369923091824, 0, 0.005421842974760051, 0.01339120685777048, 0.10321492808146748, 0.02589325147361408, 0.0506608949111426, 0.20242814089251815, 0.022603058933570647, 0.1972628801312483, 0.21399690551995185, 0.11023722409061572, 0.020597465387334472, 0.16483833873839132, 0.15216304108793335, 0.0807755476831901, 0.02579896731012364, 0.07248140543070775, 0.07704551823658916, 0.03620318219192432, 0.012438104393460887, 0.17604596685937982, 0.1247697577268703, 0.045825093975904854, 0.12344496555288333, 0.08391805973271475, 0.002861135828416773, 0.008760426052590205, 0.044744310602401416, 0.05962738080705589, 0.015501834364428124, 0.037750914417456614, 0.0033403174741233905, 0.05176446750236214, 0.08710352183619216, 0.003623111214947082, 0.12894174919828535, 0.029034680145428707, 0.01657378783327537, 0.014870980071148772, 0.003902892770722928, 0.27306461506745744, 0, 0.040062949745927334, 0.03766144036827013, 0.040387439838442125, 0.0037384654093751903, 0.10974085005606436, 0.02019950050629178, 0.025857826945685437, 0.05432422310772231, 0.014289858515443146, 0.1892985513795833, 0.01111041940404442, 0.0071075009621797735, 0.01843258383184894, 0.21692969946772997, 0.012732507418991396, 0.13509975320702275, 0.12675636256593367, 0.006178693280831467, 0.08296441533637915, 0.0252684605963641, 0.33080756700477, 0.024321968736213374, 0.03372564177228215, 0.09016080465881354, 0.11400184289668512, 0.06989094078464543, 0.108565013936321, 0.01791487640203325, 0.10974085005606436, 0.10803475887153488, 0.06828018535570507, 0.10974085005606436, 0.05958686481477047, 0.04677832479352594, 0.10974085005606436, 0.027471505455462293, 0.002206786188100934, 0.06212424412937416, 0.0055527782322260895, 0.004750301230604346, 0.01247114095087308, 0.052303967588158584, 0.0029046960057465643, 0.10974085005606436, 0.016989308467554913, 0.10974085005606436, 0.10974085005606436, 0.012149631453960584, 0.025775792889236555, 0.019976648129460425, 0.030859314825130255, 0.10974085005606436, 0.031145305358998187, 0.054157462284035854, 0.0378858822700932, 0.09665831706320913, 0.07423443115001471, 0.1155152618871554, 0.06575807264395621, 0.06293388731618214, 0.006953667434770009, 0.022930731874070492, 0.185174441132045, 0.0861629721327058, 0.06434154215716145, 0.03750176474826208, 0.0009383715932890668, 0.007141386481961312, 0.022930731874070492, 0.016799358818641585, 0.13738502127832403, 0.009394956041078128, 0.1984971444153545, 0.112757262383045, 0.04390142343729011, 0.09473583821231014, 0.022930731874070492, 0.046597367120195944, 0.10367984738258508, 0.022930731874070492, 0.00724392891337557, 0.29667608647750615, 0.022930731874070492, 0.04817841726872954, 0.2889583222543169, 0.02536512778621555, 0.036216819527518894, 0, 0.028489405456532984, 0.006894664062576711, 0.2458143046567476, 0.022908998463307063, 0.01346040602145023, 0, 0.056459077966780034, 0.2888910859490446, 0.025366634706283496, 0.06690425445673398, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.04963754524267707, 0.022930731874070492, 0.239115934021726, 0.022930731874070492, 0.05572219648345469, 0.022930731874070492, 0.09865329583103472, 0.009623349719320084, 0.4180571992903202, 0.08723969977991318, 0.088852624759651, 0.022930731874070492, 0.040056865155209107, 0.013888432090535294, 0.03379377642940558, 0.022930731874070492, 0.04935447552206479, 0.022930731874070492, 0.022930731874070492, 0.04954380301642569, 0.0412263958654697, 0.239115934021726, 0.022930731874070492, 0.239115934021726, 0.239115934021726, 0.03579159304355423, 0.10308441990482596, 0.022930731874070492, 0.015818089920275853, 0.034677172538631326, 0.12297189692426586, 0.032023963627644474, 0.47227857982109417, 0.0257930618090802, 0.09245339027658556, 0.022930731874070492, 0.09245339027658556, 0.01265052951012907, 0.09245339027658556, 0.027088912064069062, 0.107038058354045, 0.005439930675205733, 0.0912463992397636, 0, 0.008031467401374014, 0.005753874197928592, 0.022930731874070492, 0.04228881502854192, 0.23943546789866177, 0.005360113052449042, 0.0683478071563706, 0.045877070282448855, 0.23943546789866177, 0.23943546789866177, 0.0035719656819246247, 0.239115934021726, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.006993337254682698, 0.07704072027355971, 0.031296110906526106, 0.022930731874070492, 0.09245339027658556, 0.01107808522933992, 0.022930731874070492, 0.010972870821835226, 0.1265290214464939, 0.02812917299179731, 0.04621705172389719, 0.022733434386635255, 0.022930731874070492, 0.06177174392299718, 0.1529780807509862, 0.10089695453385304, 0.239115934021726, 0.239115934021726, 0.014166043114946044, 0.01265052951012907, 0.01265052951012907, 0.03882945216119339, 0.012880960764129205, 0.1339809508067818, 0.07003297152724479, 0.01907791060215592, 0.023527367064511775, 0.06584708976895165, 0.04711073490469331, 0.01265052951012907, 0.01265052951012907, 0.01265052951012907, 0.06128250063784128, 0.01265052951012907, 0.26539270463651365, 0.1912126521287478, 0.16353224860077195, 0.239115934021726, 0.0876246261249608, 0.08387172728795605, 0.18949757288140212, 0.013348379654087328, 0.08646413775320004, 0.1035318074316067, 0.05825488100583635, 0.1193151800982495, 0.11696374761078458, 0.0698105346692266, 0.23943546789866177, 0.03109258487404807, 0.019484744183799325, 0.01265052951012907, 0.02983517213419885, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.23943546789866177, 0.022930731874070492, 0.022930731874070492, 0.09245339027658556, 0.09245339027658556, 0.09245339027658556, 0.022930731874070492, 0.23943546789866177, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.030203329443569783, 0.022930731874070492, 0.04227871974369861, 0.01123320514151848, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.23943546789866177, 0.00966218369324854, 0.1240503865436606, 0.022930731874070492, 0.022930731874070492, 0.436080894170585, 0, 0, 0, 0, 0.15938194707497708, 0.18440815262704363, 0.23943546789866177, 0.4524686270816433, 0.06191658887265052, 0.05307865723284613, 0.018472976259629223, 0.03210485840695945, 0.0952737689636866, 0.0013768732576489166, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0, 0.005246833500507532, 0, 0.022930731874070492, 0, 0.022930731874070492, 0.09245339027658556, 0.025430905563551272, 0.032075862002374084, 0.006209427866243167, 0.16716499994430192, 0.022930731874070492, 0.022930731874070492, 0.2121541419588165, 0.0021037947730827384, 0.022930731874070492, 0.036449024684735064, 0.10673083648843427, 0.022930731874070492, 0.022930731874070492, 0, 0.20507575385120935, 0.022930731874070492, 0.06930123387897587, 0.07542699072436551, 0.03331687924351708, 0.005020249358884414, 0.2706372389564073, 0.024715303843811123, 0.02650279187604645, 0.0588351991825614, 0.08373274978652105, 0.07542699072436551, 0.008842803692967976, 0.07542699072436551, 0.06641580243335081, 0.2903698879623917, 0.111406914124298, 0.005020249358884414, 0.07228632940796222, 0.0009186200074497636, 0.0006233506820155846, 0.009386923647391904, 0.057739804697939774, 0.016697124167679014, 0.09926407331494262, 0.006029940797365743, 0.03433627905997357, 0.059332532011763695, 0.14590897770229508, 0.005020249358884414, 0.00603286021358431, 0.05304753747900519, 0.0017451279610147755, 0.035965620513809755, 0.035965620513809755, 0.09489081615933671, 0.07628534193455977, 0.035965620513809755, 0.04332930959236336, 0.00603286021358431, 0.017953210714090916, 0.005020249358884414, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.035965620513809755, 0.018399257196502546, 0.425197080613928, 0.0568208437748731, 0.01692827367806729, 0.0016104038432420353, 0.0016104038432420353, 0.0016104038432420353, 0.05096771871200408, 0.0016104038432420353, 0.03586073112258177, 0.1769963639291796, 0.005746770450027849, 0.01043404586000738, 0.36522566770678383, 0.0013530605955811245, 0.0430080509737976, 0.12122527458762726, 0.022041564807046863, 0.16861547443662953, 0.006685484621000559, 0.0480465540000144, 0.027518298405711617, 0.017139181114423287, 0.04568084983650392, 0.1289107007308402, 0.09303748098040077, 0.03469294491762997, 0.07542699072436551, 0.07542699072436551, 0.08289859434641049, 0.07542699072436551, 0.14162381118998635, 0.02795998417475475, 0.07542699072436551, 0.00980525178380703, 0.06171099204788691, 0.17037369238491276, 0.20041683342331348, 0.041501623683693055, 0.008981659111399472, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0, 0.025774863596110028, 0.0033930514884607, 0.15639082394073797, 0.027369715469417504, 0.01668494667015754, 0.09628278149371251, 0.12380695480573464, 0.01326876562781879, 0.12388753580404, 0.1294749909273392, 0.005020249358884414, 0.005020249358884414, 0.005020249358884414, 0.05342647408409775, 0.027082580047151087, 0.005198734879147005, 0.07679227764798416, 0.24069167192189755, 0.009854455952128596, 0.11693443175513084, 0.028471955576639885, 0.02839551693711494, 0.06860186347679835, 0.07355695937478708, 0.16433489991401737, 0.1490198612592043, 0.00662236342830435, 0.1153136817854906, 0.01983830378666962, 0.016635774209392898, 0.09628924090896576, 0.035965620513809755, 0.035965620513809755, 0.035965620513809755, 0.035965620513809755, 0.2260865859763306, 0.07542699072436551, 0.009127692558335648, 0.08226724315261937, 0.005020249358884414, 0.04794458177875867, 0.00603286021358431, 0.2668861832113206, 0.3335977129136254, 0.00603286021358431, 0.11008561868490808, 0.01956420220138471, 0.0016104038432420353, 0.0657415156166496, 0.01859886171604934, 0.023498786842691747, 0.02974536695130536, 0.00603286021358431, 0.006208571348364418, 0.1306598005883493, 0.00603286021358431, 0.043722406315948155, 0.0016104038432420353, 0.0016104038432420353, 0.0016104038432420353, 0.17858336472373124, 0.11388931979679962, 0.016262562504141653, 0.006449074334538524, 0.1866302057068897, 0.039147924700571456, 0.00603286021358431, 0.03362876114225402, 0.013270166686093637, 0.02516159816919017, 0.10777269359311208, 0.07184701904254528, 0.011793187391389471, 0.1043261365522338, 0.4369905240636789, 0.04923166129564919, 0.02668253018197054, 0.036503697050310945, 0.05948128427976354, 0.08023576420917293, null, 0.16005683119305938, 0.019635080623465095, 0.017469220231220366, 0.028379152649767737, 0.008681857909378381, 0.01790534822974702, 0.1036502048019776, 0.058142207886769694, 0.02085289195806779, 0.038833997188362696, 0.12384442551299706, 0.21290772665891172, 0.03229538980177659, 0.02867995710798479, 0.02867995710798479, 0.00044569338309965, 0.00603286021358431, 0.04392805989293901, 0.00603286021358431, 0.00603286021358431, 0.03765828977027093, 0.02714886642141536, 0.018452541025491542, 0.07997397672840437, 0.012541307018994663, 0.02867995710798479, 0.042401491685281845, 0.042401491685281845, 0.042401491685281845, 0.042401491685281845, 0.02867995710798479, 0.00603286021358431, 0.06685053376184501, 0.14440859965710873, 0.014811673681389186, 0.049757753639487805, 0.02867995710798479, 0.02867995710798479, 0.013272333572162197, 0.0009786762014126107, 0.02867995710798479, 0.017200174360218545, 0.05867339862814275, 0.017017489451030068, 0.03598734930093462, 0.009125945087148151, 0.052291923021446925, 0.06330101810315521, 0.09786086397789298, 0.02503205606947013, 0.04250384339413691, 0.02867995710798479, 0.042401491685281845, 0.014237273533847442, 0.00603286021358431, 0.06806874931252338, 0.010435447077872544, 0.0032901603782309113, 0.07669751917810755, 0.15540296537876003, 0.08815119047705258, 0.01588257084955206, 0.00603286021358431, 0.015293114861437288, 0.04812051591717531, 0.14341000729581124, 0.10315348962222184, 0.11818732172843606, 0.1263443380942843, 0.009695032460554294, 0.00603286021358431, 0.00603286021358431, 0.20211804407501568, 0.09824279785943502, 0.05417456131277227, 0.042401491685281845, 0.10797677063889168, 0.013986493839887438, 0.07031540299096094, 0.042401491685281845, 0.00603286021358431, 0.0029629680317590774, 0.04006846973007976, 0.07112662126990969, 0.042401491685281845, 0.07975002934747939, 0.029424061124918487, 0.04521774482557587, 0.020833737167938605, 0.06833536341304909, 0.23588846480823095, 0.005511034573134499, 0.00689873373688415, 0.04184228579442001, 0.4508949637043931, 0.07686790224138057, 0.014344702156328878, 0.0034857497036701896, 0.07189964002763906, 0.03665161529813117, 0.06178965495769397, 0.05008661531388324, 0.11775257160761196, 0.016874763014348107, 0.02768601120860385, 0.0193322268257727, 0.08758238775923864, 0.022124857469277084, 0.10153723826185589, 0.021245470884427273, 0.20085484370790868, 0.06030759242736569, 0.026374455861875992, 0.0031232375476886376, 0.015587812440876503, 0.015560520128590305, 0.037807152141715504, 0.0708257221455652, 0.031003597111187213, 0.026374455861875992, 0.0685886938552298, 0.026374455861875992, 0.15547852138252044, 0.02325543234819522, 0.00864714866425794, 0.016215653383906986, 0.01302872940667433, 0.10075417412324138, 0.07458800947545337, 0.08908164656846976, 0.008916534353924421, 0.13506180073132962, 0.03154054357222251, 0.06640037150619245, 0.0677711942217545, 0.009097291451433042, 0.0749937203514909, 0.02000292992729825, 0.026374455861875992, 0.003889113693291, 0.033690716102658336, 0.16505297349976736, 0.026374455861875992, 0.026374455861875992, 0.026374455861875992, 0.05706949606398119, 0.08049626818301035, 0.041587743320893635, 0.05046687973686706, 0.026374455861875992, 0.08775327546572965, 0.05927095958786653, 0.013442899972035929, 0.07327895012813605, 0.0935804728615642, 0.02373036733380363, 0.0521729776374902, 0.01575303444830939, 0.05926204757014914, 0.004834371001440546, 0.04968685130812526, 0.002364031956560848, 0.0978021508764043, 0.003783214751287124, 0.003783214751287124, 0.003783214751287124, 0.003783214751287124, 0.04555118358506948, 0.019643584497106556, 0.12663663966322353, 0.11224673248510948, 0.07030466972857437, 0.08881763590783212, 0.05251624703387625, 0.017632664524334138, 0.0007684207831243534, 0.0499942971680629, 0.026156025324039538, 0.046667857291056256, 0.0327116086627872, 0.08070173548239992, 0.17385746168883098, 0.007492863342558998, 0.020313888604308616, 0.03282013126289057, 0.11446730324143328, 0.07500019622860608, 0.3759203124780271, 0.07400107403498384, 0.08414682127932972, 0.06108097215340764, 0.003783214751287124, 0.003783214751287124, 0.05936181784781847, 0.003783214751287124, 0.003783214751287124, 0.010954320649976297, 0.01629944672774272, 0.217685529354702, 0.027551078772618837, 0, 0.03924076820460802, 0.14733058597327675, 0.027349051856572347, 0.04404461468300514, 0.030371231765708388, 0.07344341314229552, 0.12522173713448334, 0.0557659693901245, 0.08537236276249409, 0.08238379303919889, 0.1482515517695968, 0.05175865289981433, 0.011906056518326182, 0.02769483248397846, 0.01082342394123728, 0.17321123507148184, 0.0755731488749746, 0.00181107853124136, 0.2837740948692561, 0.0901172118584406, 0.028857979684549357, 0.008152707769096343, 0.05655149483008753, 0.028676356934883733, 0.05470844317626322, 0.15239402010967876, 0.00181107853124136, 0.00181107853124136, 0.01964679742432552, 0.00181107853124136, 0.008532371127381548, 0.2057411195741148, 0.03828514969995771, 0.03173572380969707, 0.13891298069120506, 0.04825021958229456, 0.04109016022129147, 0.0830669274655348, 0.00976177522312578, 0.015892418226134797, 0.12418553588587286, 0.01706018058707788, 0.033726854214512166, 0.19246245870415035, 0.00181107853124136, 0.00181107853124136, 0.007597217140873966, 0.0075094530650742595, 0.04202095966993101, 0.029111664567713247, 0.03878219789181754, 0.017715210848995498, 0.0064591008510616514, 0.05632176555251757, 0.08201913105605375, 0.02592900469524627, 0.05590170490172818, 0.07711361821643793, 0.03968475553545459, 0.3248685897325073, 0.04374583446923317, 0.014802573972582243, 0.00181107853124136, 0.015241798365115066, 0.01920267202368178, 0.020030956442331552, 0.1226882871789763, 0.19077297129642865, 0.0145087465294121, 0.00181107853124136, 0.08069578449584815, 0.021859097411524364, 0.004799420860418983, 0, 0.07454348628599622, 0.0977320974381894, 0.39939464930393304, 0.0067976047485995275, 0.015296821614298248, 0, 0.015296821614298248, 0.015296821614298248, 0.09012443027439242, 0.04040757544581821, 0.10535526309093414, 0.015296821614298248, 0.015296821614298248, 0.045490856008400866, 0.0027020911604888403, 0.0467749370571179, 0.09638435368123364, 0.0467749370571179, 0.0467749370571179, 0.08137143865923245, 0.0467749370571179, 0.0467749370571179, 0.015296821614298248, 0.027539212745672247, 0.0467749370571179, 0.018623156893826327, 0.0467749370571179, 0.04653525333669598, 0.0467749370571179, 0.0021956548484210045, 0.05740411831116618, 0.05073375442111725, 0.012142387209371558, 0.015883010778165195, 0.2207115545129333, 0.03444351821550742, 0.06393119980809586, 0.11296412020782085, 0.02348637043586146, 0.003632421689968372, 0.026293502835847384, 0.015296821614298248, 0.03628300507373733, 0.020591564494112764, 0.12156752947042591, 0.026960819951983895, 0.1387524694367056, 0.015296821614298248, 0.12055494903808432, 0.05204378439351723, 0.04037149246193385, 0.026657955155270356, 0.02121188912663956, 0.015441993816311715, 0.051895059811987394, 0.10974513470614806, 0.0861015468259815, 0.03035227018127891, 0.001202171848538282, 0.044407290743572206, 0.0281614331920542, 0.01528121374288686, 0.010659424612902296, 0.05612836594279661, 0.0657043924260588, 0.006751196908610445, 0.10295516063784116, 0.00014716401864109214, 0.019762218358221048, 0.14825108234542983, 0.0056593891175263, 0.06807491501595772, 0.03370232527005458, 0.04546898165645051, 0.030390734901747964, 0.2944741092880956, 0.023146963134937845, 0.02674661546837821, 0.0004492470593145163, 0.03827214364529403, 0.17179875570491462, 0.06382686895301837, 0.0031005728389094885, 0.020662156653648837, 0.00560438443378316, 0.021842112910402636, 0.0051111860644663795, 0.0015984378811235425, 0.10597641654891785, 0.07704490705959009, 0.024070565360511456, 0.013614371589130626, 0.07404330087261933, 0.03786585578365443, 0.020949664868795948, 0.018929742718289302, 0.04861794574313586, 0.016002314824003928, 0.13685318300177526, 0.04968571725540026, 0.02514016483580876, 0.11388552445559358, 0.056211890858779805, 0.11388552445559358, 0.00945677866567079, 0.042909106080158, 0.06851295591266358, 0.01829700610666975, 0.008067191743840772, 0.13520679240280234, 0.035678954295961476, 0.01301379087165884, 0.024996211215922676, 0.15552060675432594, 0.054610789733422045, 0.13463761128990265, 0.05301791546173805, 0.003305137104135841, 0.02709209352744111, 0.001478653191634472, 0.06720791742470432, 0.010680009240136836, 0.08837736713116652, 0.06866281459927075, 0.02248855359020899, 0.02756245028328184, 0.07174845351467458, 0.01938099599743637, 0.012306168216681, 0.0461210430231508, 0.11950290249886106, 0.006069475194835009, 0.1070533394692612, 0.05296624135639487, 0.05335254682366511, 0.04916264066234935, 0.015145916143585469, 0.01526003344727547, 0.00940473860910438, 0.008867302380334152, 0.012358935881242143, 0.02764570498105501, 0.03453487735066683, 0.004180699388256403, 0.00951892369568464, 0.08195870986193839, 0.04582959859339593, 0.00951892369568464, 0.00951892369568464, 0.1960975469080572, 0.028684447661680566, 0.00951892369568464, 0.08654903057884542, 0.009602653600099483, 0.0200484415873601, 0.10810081151296748, 0.11710944637975708, 0.07738189837018453, 0.01608375011560452, 0.18112981181683405, 0.005746090674189469, 0.058361357037108055, 0.01629147094230803, 0.0082240334697587, 0.06786109553415648, 0.04042928808051449, 0.017140499864197304, 0.012415135796485129, 0.00951892369568464, 0.03503001405113212, 0.006042125288113315, 0.15278551724254133, 0.00951892369568464, 0.00951892369568464, 0.006893810985034236, 0.00951892369568464, 0.1262634333412313, 0.00951892369568464, 0.00951892369568464, 0.008928246788847207, 0.014645531380801524, 0.00951892369568464, 0.03956370432238248, 0.025154809294560484, 0.094136027810757, 0.00951892369568464, 0.00951892369568464, 0.033286482058361794, 0.00951892369568464, 0.011103716426707148, 0.1296194002326537, 0.00951892369568464, 0.022773626462970417, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.01861779587009978, 0.00951892369568464, 0.041849912123918045, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.17949763523811949, 0.00951892369568464, 0.03348385565665097, 0.01617917858350893, 0.13009966955340915, 0.02474893052516974, 0.02007821442098244, 0.02608067751278634, 0.1033554112523552, 0.016502157004075757, 0.03370049361176585, 0.004905625820324974, 0.0346936293268183, 0.043010255059535235, 0.061254203481824185, 0.11597016699008898, 0.014597348919293507, 0.03247999856396663, 0.07128911865616974, 0.06844953189541096, 0.030664366587156856, 0.030664366587156856, 0.030664366587156856, 0.030664366587156856, 0.030664366587156856, 0.030664366587156856, 0.01792029914423354, 0.1230112891101658, 0.0013680192700528237, 0.04219771901751885, 0.06000812871447593, 0.01899381643967187, 0.029339502594384132, 0.030664366587156856, 0.030664366587156856, 0.008483110922736086, 0.019175257481453455, 0.019580212586910173, 0.01549165569542093, 0.001289527130329832, 0.002721322352964491, 0.022727329186811578, 0.03531516226024028, 0.001289527130329832, 0.0180664087307937, 0.022128325194657707, 0.0231546216783506, 0.03189800687924929, 0.05955653801067739, 0.17789712604854008, 0.055694026838317985, 0.004449350959643224, 0.04068633717552284, 0.01718717171144301, 0.010208212233335416, 0.01549165569542093, 0.01549165569542093, 0.028797018348719772, 0.01549165569542093, 0.007981644999174902, 0.01549165569542093, 0.01549165569542093, 0.02644694562097949, 0.028886117118682535, 0.000979839263995084, 0.01549165569542093, 0.0035069630395657006, 0.06018506860734292, 0.01549165569542093, 0.05390808073464, 0.021273956838881995, 0.15195573475703145, 0.028270992297296144, 0.48603655500601106, 0.06196916284542939, 0.04130245986340184, 0.08031397982338491, null, 0.060592578328009794, 0.3314878084900474, 0.13875008934520955, 0.021038165559290552, 0.07093505076967369, 0.09875638206707688, 0.0904179015955097, 0.006857470633828415, 0.010200138965269789, 0.04937847664292382, 0.048275097253411024, 0.011310005537565096, 0.015476635785528612, 0.011107267014760796, 0.016289251848852018, 0.04168396668499297, 0.01684118530900243, 0.02999416231604673, 0.012921187980261484, 0.04151029652501827, 0.056253781447686065, 0.05198178611318935, 0.06359401828399806, 0.05921661695029513, 0.010772731004697543, 0.02730549229486953, 0.03171064172255217, 0.07374752651119773, 0.011107267014760796, 0.14810135487357143, 0.0590315453190236, 0.018537962323799204, 0.05871102440291913, 0.00013774915186541822, 0.030307600279280627, 0.03893095406425154, 0.04957457423222888, 0.04466209129691982, 0.06376408197736864, 0.015974007528309797, 0.030541391187052968, 0.025553884660254784, 0.004489373789960848, 0.17533461093056976, 0.06376408197736864, 0.06376408197736864, 0.06376408197736864, 0.06376408197736864, 0.06376408197736864, 0.07519936979140988, 0.11089439677449404, 0.26533637593698645, 0, 0.05547807544511994, 0.024620149940191575, 0.045165021838338947, 0.06376408197736864, 0.06376408197736864, 0.050177104982348585, 0.11890598836635212, 0.06452680743541434, 0.0401261080241799, 0.08559587142756395, 0.018056276616048816, 0.03365902880322503, 0.008372108583740566, 0.024587114371940492, 0.059000447727317475, 0.10415239500757334, 0.02620713293706264, 0.04433502636353207, 0.0896399080956984, 0.07980789472031005, 0.01493293786142665, 0.02879333367066021, 0.005374747783145345, 0.05322499876882477, 0.02558610978553654, 0.11081290615975158, 0.04908007943439359, 0.0896399080956984, 0.02663099335057299, 0.00519077679339753, 0.0406961127416064, 0.01504094821342774, 0.019339361674659356, 0.03444195906070049, 0.016640396907918496, 0.02723201851135594, 0.15021643526607403, 0.010358722665841234, 0.10502196067536386, 0.015328716806428626, 0.04660861168977191, 0.03282934719431412, 0.025384946730768604, 0.045654752380413235, 0.030056628513980974, 0.0024291545755959886, 0.09444912300315782, 0.005745605574763302, 0.009181137976489406, 0.017969759449337312, 0.10208244518053398, 0.03637303322488853, 0.010140131928377514, 0.0026153928094993237, 0.04873364965750955, 0.009448786843080034, 0.011089689865893563, 0.00737560497410508, 0.038464722589603595, 0.03205705805811215, 0.006018475847684288, 0.009336747636901885, 0.050230115427575744, 0.010755549234264928, 0.007451550980377784, 0.012922881169839391, 0.013890817544764818, 0.022469184004325547, 0.02178142167405253, 0.0026507721296255542, 0.05689273514790457, 0.016295818252029127, 0.15261496436899405, 0.01300590376111036, 0.04963973138697816, 0, 0.08035537980103116, 0.016785804841068105, 0.002269953255960699, 0.02040632075097413, 0.09687535475488138, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.021523467882462663, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.02143817059841736, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.03308999748747163, 0.01334981035990391, 0.08960195584939575, 0.05474234082690406, 0.007131196302384795, 0.011536312109072258, 0.00425797863096701, 0.02588433312001304, 0.1733300447371062, 0.01646838222077105, 0.04662420884477931, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.0864344417936011, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.001528020554150035, 0.01646838222077105, 0.01646838222077105, 0.0052163401226650264, 0.014165680751562416, 0.02217927256594314, 0.04685472681820602, 0.054255672421072675, 0.09072564340550736, 0.01701491364969028, 0.04530049234299156, 0.028964420192786805, 0.014898306738714178, 0.09879723982517195, 0.008579772333796728, 0.17076350449200384, 0.0005096711337021711, 0.008460473964172769, 0.0035127131090604575, 0.016406187280774677, 0.05558537373032668, 0.025866986266385436, 0.0670018129074885, 0.025866986266385436, 0.01226499788611612, 0.03022565926397062, 0.12203017871385304, 0.030414619730159312, 0.12203017871385304, 0.12651747422929133, 0.025866986266385436, 0.025866986266385436, 0.007268577702983611, 0.025735670439255832, 0.03799481620256519, 0.061956905832895856, 0.025866986266385436, 0.008559205597320143, 0.12203017871385304, 0.15289822089515986, 0.12203017871385304, 0.02117754838553582, 0.04432614847221509, 0.018044519859538703, 0.12203017871385304, 0.12203017871385304, 0.007530276362568934, 0.025866986266385436, 0.07047910319751856, 0.12203017871385304, 0.025866986266385436, 0.025866986266385436, 0.12203017871385304, 0.012990167758331396, 0.014282428834459572, 0.00997994212578704, 0.003948647869265661, 0.025352910413933227, 0.022664628584789768, 0.02327979525302564, 0.02343349022523347, 0.16603287346365422, 0.20359396495813925, 0.027121585307361994, 0.017481406830360858, 0.02092449198045353, 0.0020578138660280565, 0.023149229151822864, 0.00939702782727755, 0.05452552087398051, 0.04034913241903639, 0.009736809349105553, 0.02340921095321425, 0.02340921095321425, 0.02340921095321425, 0.003998139645412918, 0.003870072403617483, 0.02340921095321425, 0.02340921095321425, 0.0015550093651554174, 0.02340921095321425, 0.02340921095321425, 0, 0.02340921095321425, 0.004582677287159726, 0.05890665233214639, 0.005081632749593248, 0.007615644145662147, 0.03471232388338215, 0.015983836314855053, 0.007615644145662147, 0.007615644145662147, 0.0504795682079837, 0.0016573519432676444, 0.08683116958585266, 0.00694312790062753, 0.022010427679796742, 0.03381151344021187, 0.007615644145662147, 0.007615644145662147, 0.007615644145662147, 0.007615644145662147, 0.04637031844659938, 0.007615644145662147, 0.031766387399974935, 0.041747525192546424, 0.03322277825950955, 0.008184438609485473, 0.0036246155985302174, 0.009722721259923166, 0.009722721259923166, 0.009722721259923166, 0.009722721259923166, 0.009722721259923166, 0.009722721259923166, 0.1801925948740495, 0.009722721259923166, 0.009722721259923166, 0.004249689470514668, 0.027719634278133894, 0.03299638636206853, 0.04061206506256185, 0.00630829813364081, 0.03195272583155419, 0.001833523400799161, 0.025829314004825386, 0.04158930680845846, 0.06978171486491733, 0.03220068097985773, 0.06540839235582309, 0.09996028668771142, 0.022595163584800265, 0.022595163584800265, 0.022595163584800265, 0.022595163584800265, 0.007979698834319995, 0.022595163584800265, 0.022595163584800265, 0.01436328084712758, 0.022595163584800265, 0.07815334116560484, 0.022595163584800265, 0.05281609240983789, 0.062433404779731416, 0.05281609240983789, 0.05281609240983789, 0.021354632810420687, 0.05281609240983789, 0.05480614287460783, 0.050072437703448366, 0.05281609240983789, 0.027169257758367676, 0.014451850539563415, 0.01293218736310736, 0.017132069401847784, 0.028460735683252664, 0.05281609240983789, 0.011688759962736238, 0.05281609240983789, 0.05281609240983789, 0.02182521359132771, 0.02197271204527254, 0.20198866623410003, 0.02197271204527254, 0, 0.02197271204527254, 0.02197271204527254, 0.02197271204527254, 0.02197271204527254, 0.02197271204527254, 0.02197271204527254, 0.004631256727599274, 0.08163417740141, 0.018980896061717767, 0.0019666478772252267, 0.0019666478772252267, 0.0019666478772252267, 0.03368607695219069, 0.036750904146202946, 0.0019666478772252267, 0.0019666478772252267, 0.0019666478772252267, 0.0019666478772252267, 0.0019666478772252267, 0.011210950922021104, 0.01752457971832588, 0.01752457971832588, 0.01752457971832588, 0.01752457971832588, 0.0400613074693402, 0.03503262471414155, 0.01752457971832588, 0.01752457971832588, 0.01752457971832588, 0.012740069032623076, 0.026943118182131028, 0.01752457971832588, 0.01740422383013736, 0.007812589043790797, 0.001708338221895188, 0.05011414853411304, 0.05707302954662524, 0.05707302954662524, 0.05707302954662524, 0.05707302954662524, 0.05707302954662524, 0.05707302954662524, 0.05707302954662524, 0.05707302954662524, 0.001493398716108481, 0.0059853851575233, 0.04522660020312077, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.11108936913513127, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.017666235521113256, 0.0030296936766715235, 0.06557525588688844, 0.009431173725876294, 0.2283777962740383, 0.005647075772227786, 0.0028839028415285415, 0.02827749334258858, 0.055605912642806794, 0.055605912642806794, 0.01674160883763875, 0.055605912642806794, 0.055605912642806794, 0.055605912642806794, 0.005177744268692736, 0.055605912642806794, 0.12573610752096395, 0.055605912642806794, 0.01223290973380824, 0.03422569421503845, 0.03871437598535121, 0.004853701004618567, 0.018123700270766745, 0.055605912642806794, 0.1143434608943285, 0.015554358700969948, 0.007988169234168967, 0.007988169234168967, 0.007988169234168967, 0.04086632300091984, 0.007988169234168967, 0.007988169234168967, 0.007988169234168967, 0.007988169234168967, 0.007988169234168967, 0.01955986807117794, 0.05749767479137141, 0.02715697654584468, 0.011831017790711888, 0.3615363735826327, 0.009953393760471784, 0.021811217175616186, 0.03629456904800606, 0.010495313667112163, 0.0071988542107006125, 0.1105424260026907, 0.011943534361969248, 0.021146873983080704, 0.014654731482613767, 0.014654731482613767, 0.014654731482613767, 0.014654731482613767, 0.014654731482613767, 0.014654731482613767, 0.011645662652315434, 0.014654731482613767, 0.014654731482613767, 0.2057975021505074, 0.003144600920310244, 0.039868403643187715, 0.0015284073349544844, 0.39807932773905647, 0.39807932773905647, 0.04876134076084317, 0.39807932773905647, 0.39807932773905647, 0.39807932773905647, 0.39807932773905647, 0.09429824246369348, 0.01911486706306571, 0.0073820823830996465, 0.39807932773905647, 0.39807932773905647, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.013070479687149496, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.06935274504312093, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.002556071205956201, 0.008371007786647162, 0.0916084047139579, 0.02008137316220706, 0.028583339290311843, 0.004046063882193466, 0.009662788485302382, 0.003580553496643614, 0.022956600738671007, 0.01801213222223905, 0.02130955492406913, 0.0093887538503825, 0.02834465602182048, 0.0056916431533282205, 0.0056916431533282205, 0.0056916431533282205, 0.0056916431533282205, 0.01701557542289519, 0.011554738262425212, 0.0056916431533282205, 0.0056916431533282205, 0.0056916431533282205, 0.0056916431533282205, 0.016724851093398288, 0.03151161222957171, 0.059464407519851104, 0.014277897538935843, 0.012014247474755055, 0.038994737133441475, 0.020199331376263344, 0.01907878554308654, 0.006720521167455199, 0.046596333649786555, 0.002197615886998254, 0.06303316015135199, 0.02009967722652291, 0.02009967722652291, 0.02009967722652291, 0.02009967722652291, 0.02009967722652291, 0.02009967722652291, 0.02009967722652291, 0.02009967722652291, 0.02024956585193917, 0.0016663256557977776, 0.0016663256557977776, 0.0016663256557977776, 0.02553548925171607, 0.0016663256557977776, 0.0016663256557977776, 0.0016663256557977776, 0.0016663256557977776, 0.0016663256557977776, 0.002094515775728472, 0.006304140709115534, 0.019831223494507742, 0.006304140709115534, 0.006304140709115534, 0.006304140709115534, 0.006304140709115534, 0.006304140709115534, 0.006304140709115534, 0.006304140709115534, 0.0108718962501635, 0.020195747745761973, 0.020195747745761973, 0.014094459524173866, 0.020195747745761973, 0.020195747745761973, 0.020195747745761973, 0.020195747745761973, 0.001593587237155552, 0.020195747745761973, 0.001593587237155552, 0.020195747745761973, 0.007627028290467392, 0.03867669092540473, 0.0023807239459534236, 0.022336260674529925, 0.06925722524309158, 0.04908255325329174, 0.009854791705242956, 0.024805813187888652, 0.03366349646977638, 0.03339276144125983, 0.02547162148725052, 0.04095847902046688, 0.017736077197375032, 0.009310683748667706, 0.01333664299980446, 0.02173055890938208, 0.008562336511859253, 0.007916635474916067, 0.03220182144644233, 0.03791213341547027, 0.003847146514012491, 0.0017019739767072677, 0.018124656285181964, 0.03966627616545023, 0.056199319576245285, 0.00947760116314942, 0.01948180407886499, 0.001047723973941075, 0.017450333661160375, 0.02064928807295091, 0.017450333661160375, 0.17411204528651947, 0.017450333661160375, 0.017450333661160375, 0.017450333661160375, 0.017450333661160375, 0.017450333661160375, 0.017450333661160375, 0.01470097351838262, 0.02604681290419763, 0.01470097351838262, 0.0073298878269482705, 0.0073298878269482705, 0.0073298878269482705, 0.0073298878269482705, 0.0073298878269482705, 0.0073298878269482705, 0.0073298878269482705, 0.0073298878269482705, 0.004813144869040221, 0.0073298878269482705, 0.03715141289427054, 0.020701535744789477, 0.020701535744789477, 0.020701535744789477, 0.020701535744789477, 0.020701535744789477, 0.020701535744789477, 0.020701535744789477, 0.020701535744789477, 0.020701535744789477, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.01929468301470394, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.16723387651956104, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.010366476104433907, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.007680376808288565, 0.005374157800949811, 0.010663729193922111, 0.012040650454622366, 0.012118764600706492, 0.007613129572816975, 0.09246040316566724, 0.03644979339867889, 0.07242739681783601, 0.002688975418692129, 0.002688975418692129, 0.002688975418692129, 0.002688975418692129, 0.002688975418692129, 0.07345057739442588, 0.002688975418692129, 0.002688975418692129, 0.002688975418692129, 0.20637686359723895, 0.00483655888048156, 0.009970768029258526, 0.05959265640060041, 0.05959265640060041, 0.05959265640060041, 0.05959265640060041, 0.05959265640060041, 0.05959265640060041, 0.05959265640060041, 0.05959265640060041, 0.0026210406813000535, 0.014985146531576989, 0.007717510343197455, 0.00029715882888146965, 0.00029715882888146965, 0.00029715882888146965, 0.00029715882888146965, 0.00029715882888146965, 0.00029715882888146965, 0.00029715882888146965, 0.00029715882888146965, 0.011969881612524411, 0.0177776951931714, 0.015399074434520146, 0.0016746436910735597, 0.0016746436910735597, 0.0016746436910735597, 0.0016746436910735597, 0.0016746436910735597, 0.0016746436910735597, 0.0016746436910735597, 0.0016746436910735597, 0.036115936682784754, 0.020300281722145645, 0.020300281722145645, 0.020300281722145645, 0.020300281722145645, 0.020300281722145645, 0.020300281722145645, 0.020300281722145645, 0.020300281722145645, 0.020300281722145645, 0.020300281722145645, 0.020300281722145645, 0.020300281722145645, 0.020300281722145645, 0.020300281722145645, 0.020300281722145645, 0.020300281722145645, 0.020300281722145645, 0.020300281722145645, 0.020300281722145645, 0.020300281722145645, 0.020300281722145645, 0.020300281722145645, 0.020300281722145645, 0.020300281722145645, 0.020300281722145645, 0.020300281722145645, 0.020300281722145645, 0.013535592068135696, 0.005131939808398285, 0.0021486138832626095, 0.011981098606869717, 0.023790557287004105, 0.04244691177444493, 0.013537245851222, 0.003919706443693032, 0.023989619414967966, 0.023989619414967966, 0.023989619414967966, 0.023989619414967966, 0.023989619414967966, 0.023989619414967966, 0.023989619414967966, 0.023989619414967966, 0.009876841333241857, 0.06894344938469264, 0.01095643861877658, 0.005143967599912293, 0.006508395464997265, 0.006508395464997265, 0.006508395464997265, 0.006508395464997265, 0.006508395464997265, 0.006508395464997265, 0.006508395464997265, 0.006508395464997265, 0.002972374783258976, 0.0012542272580606075, 0.0012542272580606075, 0.0012542272580606075, 0.0012542272580606075, 0.0012542272580606075, 0.0012542272580606075, 0.0012542272580606075, 0.0012542272580606075, 0.004178014200396529, 0.0013115051905183714, 0.0013115051905183714, 0.0013115051905183714, 0.0013115051905183714, 0.0013115051905183714, 0.0013115051905183714, 0.0013115051905183714, 0.0013115051905183714 ], "yaxis": "y" }, { "alignmentgroup": "True", "bingroup": "x", "hovertemplate": "Time of Existence (days)=%{x}
count=%{y}", "legendgroup": "", "marker": { "color": "rgb(3, 35, 51)" }, "name": "", "offsetgroup": "", "opacity": 0.5, "showlegend": false, "type": "histogram", "x": [ null, 2527, 2465, 22, 101, 144, 567, 1656, 293, 222, 1192, 171, 1539, 2257, 147, 1050, 509, 2, 877, 678, 348, 297, null, 159, 991, 0, 907, 1224, 0, 799, 18, 1408, 1408, 1408, 99, 1020, 139, 213, 1167, 352, 1544, 65, 263, 1884, 0, 695, 436, 1, 11, 377, 3336, 598, 285, 558, 1043, 122, 684, 170, 257, null, null, 862, 1592, 185, 17, 131, 338, 0, 574, 599, 375, 688, 883, 180, 688, 368, 10, 758, 1, null, null, 519, 266, 0, 862, 862, 3728, 346, 389, 1077, 763, 426, 675, 236, 440, 1795, 356, 191, 314, 899, 52, 161, 623, 447, 812, 829, 155, 0, 149, 1726, 862, 539, 675, 53, 900, 553, 402, 996, 1, 477, 1040, 590, 246, 4353, 25, 969, 603, 614, 489, 529, 261, 0, 456, 23, 380, 830, 830, 830, 830, 1330, 778, 1424, 0, 13, 516, 0, 734, 362, 57, 60, 19, 206, 668, null, 15, 0, 269, 669, 912, 543, 228, 345, 26, 112, 881, 526, 1060, 596, 383, 588, 309, 42, 0, 348, 904, 1595, 2865, 2865, 2865, 129, 214, 83, 718, 323, 815, 5, 388, 937, 2, 1103, 371, 274, 139, 1, 0, 0, 1442, 87, 1043, 1424, 607, 2865, 0, 395, 1654, 0, 578, 394, 73, 792, 1420, 772, 535, 1, 288, 87, 23, 1408, 471, 854, 47, 142, 467, 209, 0, 1768, 0, 381, 468, 893, 767, 496, 217, 3421, 0, 303, 1263, 1263, 1263, 915, 1263, 312, 312, 674, 312, 312, 1273, 404, 418, 685, 1285, 576, 873, 1339, 1309, 1, 509, 934, 621, 109, 234, 226, 1309, 533, 280, 280, 280, 280, 533, 987, 240, 840, 268, 1680, 55, 158, 675, 209, 1049, 949, 376, 107, 28, 82, 706, 953, 924, 1, 0, 879, null, 177, 824, 603, 1424, 682, 274, 53, 408, 313, 124, 0, 109, 253, 301, 909, 0, 281, null, 1786, 4, 638, 1317, 616, 750, 1537, 2095, 550, 225, 19, 63, 658, 1, 80, 382, 2885, 527, 55, 668, null, 273, 96, 1396, 1128, 234, 1481, 37, 1143, 1377, 366, 6585, 240, 263, 372, 237, 0, 402, 177, 542, 152, 349, 1741, 2891, 44, 376, 0, 0, 0, 1330, 542, 918, 1654, 529, 571, 115, 285, 225, 547, 35, 40, 1099, 519, 1544, 1101, 360, 96, null, 559, 1578, 987, 107, 587, 699, 238, 338, 0, 259, 1654, 177, 2296, 7, 267, 648, 842, 0, 37, null, 764, 1027, 2847, 343, 0, 71, 66, 0, 53, 503, 1723, 597, 965, 279, 18, 1018, 820, 11, 338, 0, 0, null, 646, 7, 368, 100, 806, 951, 1, 496, 0, 601, 650, 862, 0, 665, 1285, 1297, 103, 1280, 354, 84, 262, 0, 0, 306, 1150, 316, 1616, 0, 278, 161, 931, 2186, 54, 469, 1587, 449, 1824, 1678, 379, 993, 656, 72, 2098, 481, 0, 138, 149, null, 445, 1022, 590, 1144, 0, 686, 328, 0, 685, 298, 182, 343, 0, null, 95, 671, 407, 336, 239, 910, 242, 238, 434, 1139, 272, 463, 312, 0, 445, 312, 76, 1419, 431, 377, 17, 601, 427, 87, 692, 678, 602, 502, 1343, 1769, 453, 426, 511, 707, 0, 2137, 103, 985, 203, 697, 1017, 342, 177, 161, 312, 312, 13, null, 790, 0, 987, 2658, 393, 1290, 1290, 1290, 1290, 203, 128, 133, 944, 169, 280, 17, null, 305, 96, 280, 0, 280, 374, 1286, 146, 1925, 808, 0, 259, 542, 952, 226, null, 1402, 195, 413, 531, 125, 455, 1468, 3193, 170, 118, 32, 267, 202, 154, 895, 156, 761, 125, 2464, 1145, 325, 991, 961, 125, 680, 692, 747, 997, 937, 937, 937, 937, 215, 215, 215, 215, 895, 949, 1521, 166, 1446, 560, 1147, 1147, 774, 145, 1147, 1959, 1079, 1959, 0, 575, 1948, 124, 672, 425, 186, 259, 175, 73, 111, 182, 1736, 281, 0, 110, 714, 26, 293, 1150, 3357, 275, 532, 656, 1160, 11, 266, 593, 51, 307, 872, 1671, 1305, 6, 1, 516, 482, 69, 14, 926, 28, 218, 488, 484, 171, 328, 1927, 162, 277, 2024, 804, 61, 420, 504, 515, 20, 539, 1463, 1117, 13, 978, 199, 1600, 1959, 349, 316, 863, 646, 455, 0, 2686, 1147, 2326, 526, 264, 1959, 364, 720, 1380, null, 64, 276, 523, 0, 37, 199, 980, 454, 0, 280, 337, 670, 172, 794, 429, 1095, 156, 109, 51, 1177, 77, 144, 341, 1023, 1, 145, 393, 262, 157, 600, 9, 1621, 1315, 634, 1426, 312, 1061, 3, 404, 570, 1396, 38, 10, 1000, null, 1274, 42, 22, 2416, 213, 113, 566, 448, 746, 167, 60, 128, 1519, 358, 852, 1024, 585, null, 1571, 96, 507, 406, 0, 1104, 10, 402, 879, 0, 208, 3, 584, 1563, 1928, 16, 1928, 1928, 1928, 733, 223, 27, 1893, 537, 7, 1408, 162, 0, 62, 684, 2208, 1080, 818, 1467, 43, null, null, 196, 546, 476, 1582, 554, 612, 124, 11, 393, 11, 11, 11, 9, 11, 1, 8, 1002, 11, 320, 180, 11, 586, 390, 1967, 747, 11, 11, 766, 199, 1078, 58, 105, 1722, 1171, 1171, 1171, 130, 2050, 2127, 1561, 469, 1171, 373, 1990, 1990, 419, 89, 1990, 781, 698, 243, 515, 1990, 1206, 636, 713, 127, 1099, 1184, 233, 558, 743, 1045, 0, 459, 247, 34, 204, 4, 498, 267, 185, 1067, 579, 596, 135, 0, 0, 1290, 1290, 1290, 1290, 285, 621, 791, 431, 280, 452, 868, 4, 305, 281, 210, 1816, 791, 734, 368, 200, 99, 1513, 328, 164, 1112, 1550, 761, 59, 678, 272, 830, 830, 830, 830, 357, 176, 550, 325, 167, 1784, 1, 407, null, 133, 307, 1153, 335, 1656, 90, 681, 63, 84, 62, 365, 215, 215, 937, 937, 937, 937, 759, 0, 187, 215, 215, 424, 1120, 1160, 253, 1135, 74, 216, 740, 1102, 863, 237, 1473, 1231, 1535, 425, 2935, 1718, 957, 0, 340, 786, 27, 2276, 875, 603, null, 168, 13, 160, 2111, 4, 12, 146, 35, 2010, 578, 11, 11, 2092, 875, 0, 1221, 11, 1666, 11, 11, 156, 11, 481, 11, 11, 90, 74, 742, 1338, 431, 295, 187, null, 1240, 11, 1554, 1690, 1211, 471, 1560, 1762, 1762, 1629, 1233, 834, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 1762, 390, 601, 1762, 1762, 1762, 1762, 1762, 39, 1128, 491, 644, 1762, 1380, 454, 1579, null, 126, 232, 6, 539, 2, null, 147, 1263, 1263, 1263, 1847, 1263, 233, 1348, 1134, 990, 804, 2271, 463, 762, 1058, 105, 1261, 289, 448, 78, 385, 140, 59, 754, 2313, 458, 1858, 436, 310, 99, 443, 1119, 307, 282, 536, 1066, 1106, 428, 1176, 985, 0, 102, 468, 20, 460, 515, 1380, 264, 1009, 1637, 342, 181, 388, 23, 1767, 853, 791, 299, 912, 1422, 1157, 204, 1428, 1565, 260, 87, 0, 0, 1536, 1068, 725, 0, 1359, 796, 272, 1458, 489, 34, null, 449, 1094, 744, 1029, 1029, 1029, 1029, 1567, 1, 384, 688, 21, 657, 1722, 808, 942, 504, 732, 482, 820, 1905, 4258, null, 2318, 864, 744, 492, 706, 485, 1, 221, 1594, 429, 1888, 70, 213, 1, 1082, 1641, 0, 754, 234, 606, 2408, null, 405, 2394, 152, 302, 1029, 1029, 1029, 1029, 413, 755, 65, null, 169, 238, 1737, 993, 1762, 1762, 1762, 642, 304, 1451, 878, 233, 1762, 1762, 1762, 1762, 948, 1762, 1762, 1762, 1022, 1762, 1762, 1762, 1084, 853, 190, 7, 982, 1762, 258, 659, 1762, 1153, 61, 1756, 292, 56, 1126, 468, 0, 28, 85, 69, 44, 331, 217, 1285, 435, 0, 594, 466, 5, 161, 0, 314, 141, 1030, 1762, 8, 376, 361, 499, 786, 1342, 387, 1327, 162, 363, 1344, 216, 184, 1959, 1959, 1959, 1959, 280, 193, 82, 659, 993, 398, 544, 546, 275, 2566, 359, 2470, 0, 5, 22, 26, 45, 1086, 849, 209, 632, 1581, 35, 38, 146, 407, 1209, 281, 672, 97, 2280, 65, 1680, 303, 8, 0, 1855, 694, 207, 182, 651, 1095, 109, 729, 315, 12, 548, 509, 900, 541, 31, 412, 104, 506, 805, 930, 2, null, 315, 56, 565, 0, 276, 1762, 419, 1762, 959, 1762, 1762, 1762, 1762, 548, 548, 548, 548, 656, 0, 234, 0, 159, 377, 576, 739, 482, 1, 210, 1147, 1163, 1147, 1147, 315, null, 1358, 1143, 1067, 566, 262, 4, 548, 548, 548, 1147, 1623, 1762, 1762, 307, 120, 1170, 931, 62, 1, 203, 1269, 298, 288, 541, 391, 5, 751, 256, 832, 245, 590, null, 172, 1871, 1918, 582, 1628, 92, 2987, 188, 97, 970, 1762, 1762, 2350, 0, 1762, 468, 713, 1762, 1762, 918, 1762, 1762, 1762, 294, 1, 0, 231, 132, 940, 1038, 273, 0, 487, 106, 818, 54, 275, 390, 2110, 38, 701, 326, 397, 218, 10, 203, 849, 461, 2078, 1057, 667, 2051, 289, 689, 797, 33, 2128, 713, 683, 517, 285, 511, 966, 1, 853, 561, 2209, 14, 228, 691, 0, 559, 2669, 1295, 0, 337, 20, 153, 826, 281, 59, 0, null, 7, 209, 0, 984, 1112, 324, 373, 561, 517, 564, 1680, 1559, 746, 842, 199, 652, 11, 400, 1265, 235, 533, 440, 144, null, 174, 856, 216, 436, 1329, 328, 261, 1106, 973, 210, 1069, null, 361, 1563, 920, 308, 3351, 187, 405, 534, 616, 125, 850, 263, 200, 839, 506, 373, 1161, 11, 174, 532, 792, 236, 53, 8, 1488, 742, 880, 609, 503, 466, 253, 11, 203, 0, 799, 1837, 2, 377, 312, 357, 439, 111, 1994, 41, 497, 643, 484, 2580, 1990, 210, 1990, 1990, 353, 1990, 11, 11, 11, 351, null, 0, 1179, 399, 48, null, 205, 11, 927, 197, 470, 1541, 641, 11, 1527, 193, 1047, 869, 593, 5, 292, 516, 391, 632, 480, 351, 12, 418, 1612, 1, 934, 516, 118, 11, 11, 396, 891, 881, 2197, 147, 1190, 396, 11, 633, 7, 69, 862, 862, 1712, 862, 862, 283, 0, 1339, 0, 1305, 60, 59, 1007, 8, 993, 467, 703, 170, null, 9, 2865, 2865, 183, 2444, 1023, 1171, 1064, 1171, 1586, 2865, 2865, 1778, 1171, 1228, 283, 601, 354, 5120, 75, 435, 1249, 256, 2462, 1371, 2291, 393, 2543, 1855, 4452, 163, 1438, 173, 1917, 165, 201, 273, 1470, 61, 328, 389, 845, 1624, 365, 1354, 1928, 1928, 1928, 387, 1928, 976, 468, 98, 157, 4, 49, 1058, 325, 858, 272, 680, 8, 592, 169, 433, 565, 694, 937, 1492, 651, 956, 796, 495, 1171, 363, 755, 66, 859, 1762, 1762, 1762, 1762, 24, 1408, 1762, 1762, 522, 395, 1762, 1762, 171, 1254, 1762, 1762, 0, 1408, 4, 1148, 903, 906, 762, 981, 3, 870, 657, 1408, 0, 241, 648, 610, 0, 70, 413, 1762, 1762, 493, 28, 642, 1189, 41, 0, 0, 1762, 671, 730, 159, 740, 106, 3261, 8, 89, 1168, 384, 1762, 1762, 742, 1762, 761, 822, 270, 275, 108, 1408, 305, 70, 209, 1147, 121, 481, 3, 517, 191, 376, 124, 1828, 465, 5504, 297, 2331, 196, 1828, 395, 774, 20, 648, 291, 237, 3966, 720, 1758, 1828, 291, 779, 315, 774, 2201, 2477, 922, 1011, 449, 472, 0, 1134, 585, 778, 133, 531, 700, 807, 700, 517, 280, 631, 2128, 700, 763, 700, 798, 959, 628, 118, 1565, 1565, 2331, 1939, 894, 131, 287, 2680, 481, 1141, 2331, 1527, 1828, 2331, 303, 517, 774, 0, 517, 1216, 517, 264, 840, 517, 530, 638, 1565, 65, 434, 774, 1565, 1313, 517, 255, 1091, 1121, 3059, 4095, 361, 110, 1177, 502, 795, 1483, 109, 468, 370, 2002, 453, 746, 278, 1165, 1744, 2010, 1351, 315, 84, 2, 155, 1462, 182, 700, 216, 340, 483, 216, 686, 338, 2810, 180, 1122, 806, 424, 0, 637, 820, 543, 1108, 401, 2290, 153, 0, 570, 1254, 921, 1697, 207, 1221, 475, 975, 1471, 738, 31, 231, 1182, 347, 12, 1692, 826, 0, 5190, 1408, 2134, 1950, 2172, 0, 0, 1485, 469, 164, 129, 1169, 1445, 1517, 652, 1029, 71, 426, 1663, 517, 1093, 1953, 33, 730, 94, 414, 356, 2483, 1311, 622, 1642, 247, 16, 289, 14, 1040, 34, 173, null, 850, 0, null, 388, 774, 240, 774, 774, 170, 774, 181, 942, 1348, 3566, 1242, 2783, 124, 1476, 215, 546, 688, 364, 478, 526, 1591, 3114, 3504, 2224, 929, 664, 3639, 652, 266, 2214, 92, 261, 1095, 573, 226, 28, 0, 364, 275, 460, 163, 389, 325, 325, 623, 793, 802, 640, 474, 191, 303, 33, 389, 261, 1697, 215, 726, 1055, 325, 325, 185, 19, 1144, 25, 908, 3837, 450, 2525, 365, 217, 168, 5363, 223, 1958, 387, 96, 1200, 737, 343, 103, 549, 299, null, 179, 381, 92, 2944, 1037, 575, 681, 714, 979, 1573, 2482, null, 0, 133, 324, 964, 1426, 154, 856, 1107, 183, 1745, 297, 1749, 450, 48, 292, 35, 294, 1284, 276, 0, 398, 284, 1842, 235, 191, 215, 640, 910, 815, 25, 875, 99, 1159, 215, 206, 616, 931, 233, 1700, 257, 259, 694, 3180, 13, 272, 954, 4, 1069, 87, 700, 700, 700, 700, 436, 965, 2488, 873, 178, 856, 1925, 299, 0, 1387, 555, 2157, 651, 831, 247, 1154, 304, 325, 2660, 325, 325, 1223, 351, 590, 1092, 1736, 875, 5, 1258, 1903, 583, 537, 87, 2746, 351, 473, 232, 1198, 914, 738, 531, 3316, 908, 908, 908, 908, 527, 11, 958, 253, 1427, 0, 332, 335, 319, 959, 592, 1217, 488, 2038, 770, 173, 214, null, null, 933, 609, 499, 137, 336, 170, 3781, 2, 652, 493, 521, 0, 527, 752, 0, 987, 488, 165, 543, 3113, 764, 514, 444, 498, 1035, 664, 501, 204, 195, 875, 785, 785, 785, 785, 676, 130, 504, 393, 393, 393, 393, 135, 1199, 2572, 811, 402, 957, 343, 666, null, 13, 235, 65, null, 1103, 126, 1201, 1205, 434, 869, 510, 427, 0, 2450, 1407, 470, 96, 2, 836, 1375, 654, 902, 852, 0, 1021, 1394, 452, 1052, 454, 291, 1674, 563, 0, 392, 3033, 217, 494, 54, 1030, 0, 0, 0, 2944, 203, 872, 181, 0, 128, 84, 488, 1203, 1453, 0, 1858, 3056, 0, 945, 2331, 2331, 2331, 2331, 2103, 1024, 121, 88, 1944, 521, 871, 925, 273, 345, 590, 1503, 1322, 601, 553, 2356, 175, 605, 785, 531, 785, 785, 785, 1039, 233, 305, 863, 1089, 168, 657, 666, 884, 1619, 1592, 272, 494, 1645, 698, 1425, 2415, 337, 1385, 705, 389, 2572, 1767, 1282, 325, 1318, 845, 353, 1141, 700, 749, 515, 1751, 17, 481, 164, 1828, 1828, 1828, 1828, 157, 1333, 84, 1321, 2559, null, 900, 31, 357, 432, 3668, null, 495, 0, 425, 18, 408, 159, 644, 314, 351, 583, 973, 1859, 782, 212, 117, 756, 97, 1565, 1565, 1565, 1129, 1706, 495, 1648, 21, 1848, 751, 1336, 382, 775, 450, 0, 25, 208, 517, 1808, 1002, 1715, 563, 559, 84, 262, 1807, 242, 915, 315, 571, 375, 1428, 105, 237, 777, 1036, 431, 476, 116, 476, 476, 317, 237, 322, 393, 393, 476, 163, 2333, 298, 1267, 743, 791, 1824, 2255, 167, 736, 1063, 1612, 2142, 1170, 875, 748, 0, 1220, 393, 237, 393, 1234, 1356, 550, 987, 0, 237, 1420, 237, 237, 2085, 237, 927, 1136, null, 485, 619, 1193, 3429, 217, 476, 153, 165, 328, 1172, 323, 1915, 878, 1967, 886, 459, 2, 237, 476, 476, 476, 1614, 99, 1565, 65, 48, 105, 1274, 199, 843, 404, 286, 1327, 384, 663, 488, 1374, 1418, 342, 291, 908, 908, 908, 388, 190, 343, 468, 1216, 1217, 162, 885, 118, 315, 2570, 1440, 261, 2337, 1732, 810, 819, 198, 575, 397, 205, 1322, 808, null, 1155, 0, 318, 35, 82, 607, 203, 1272, 1846, 1206, 691, 526, 232, 1208, 100, 2363, 380, 2460, 348, 0, 1752, 674, 2281, 2466, 1539, 1562, 1921, 458, 1797, 1, 497, 272, 459, 356, 419, 793, 292, 3, 987, 30, 90, 521, 1564, 0, 1175, 2388, 557, 1690, 761, 1863, 633, 118, 1319, 38, 28, 777, 1532, 1378, 508, 70, 430, 0, 2452, 1, 874, 451, 676, 2123, 297, 1688, 1481, 1342, 2172, 418, 26, 1202, 402, 428, 1211, 556, 572, 353, 120, 740, 15, 1035, null, 240, 1132, 2541, 177, 2122, 162, 347, 1299, 670, 421, 1682, 367, 48, 852, 290, null, null, 1428, 1405, 1425, 1119, 608, 2347, 725, 1571, 38, 795, 1351, 869, 2492, 878, 0, 369, 878, 1417, 314, 1470, 1035, 745, 878, 878, 0, 0, 571, 78, 2321, 449, 187, 59, 2141, 689, 1557, 905, 52, 1437, 102, 1011, 1665, 35, 377, 731, 379, 636, 1129, 417, 1651, 1013, 1929, 2432, 2, 310, 674, 150, 593, 702, 189, 1087, 2425, 679, 535, 54, 91, 3558, 358, 1848, 1279, 429, 654, 519, 2370, 1631, 1343, 533, 1313, 664, 437, 1923, 985, null, 1506, 2375, 391, 1531, 140, 325, 984, 1569, 433, 268, 975, 2522, 299, 875, 728, 1178, 340, 185, 1867, 891, 1486, 216, 564, 936, 1719, 557, 460, 489, 1106, 305, 1957, 834, 535, 342, 972, 414, 282, 49, 588, 684, 310, 1014, 35, 1836, 1543, 702, 525, 23, 2215, 2672, 1399, 2082, 2321, 2321, 75, 1058, 939, 21, 605, 2179, null, 419, 132, 917, 158, 1136, 502, 2082, 2082, 2082, 1034, 1112, 664, 26, 2654, 2555, 234, 1135, 1137, 2707, 1793, 1122, 1451, 866, 1316, 889, 1383, 657, 236, 1987, 1300, 1527, 677, 629, 226, 3042, 1527, 829, 205, 4903, 1887, 426, 2321, 1, 452, 3445, 1125, 2253, 506, 711, 114, 167, 323, 368, 145, 141, 2283, 205, 1345, 1181, 369, 2893, 1133, 230, 4318, 896, 1874, 272, 360, 628, 550, 792, 450, null, 812, 1141, 829, 1451, 1065, 246, 352, 1291, 235, 2290, 859, 1654, 1708, 1039, 2435, 1278, 1701, 246, 212, 454, 275, 116, 550, 743, 540, 431, 152, 486, 3391, 2561, 1256, 1113, 2593, 435, 423, 369, 639, 1035, 887, 635, 1236, 478, 1050, 1529, 1169, 209, 421, 1432, 3149, 4918, 2330, 28, 807, 211, 1451, 325, 462, 2214, 818, 2321, 2321, 372, 892, 1175, 1382, 2938, 885, 2795, 225, 1173, 3787, 3320, 1844, 194, 1533, 536, 2082, 2082, 2082, 2082, 2226, 2321, 2321, 2051, 954, 157, 2051, 1849, 227, 439, 495, 485, 27, 1768, 834, 146, 130, 441, 878, 1732, 644, 650, 798, 276, 2607, 1426, 1569, 845, 20, 2701, 485, 1076, 1861, 991, 0, 954, 2, 2234, 293, 2016, 1194, 1566, 739, 864, 3474, 1014, 1293, 110, 88, 1180, 212, 803, 278, 2152, 1767, 1161, 1434, 248, 59, 520, 1462, 170, 610, 758, 1512, 413, 1271, 2130, 1099, 770, 38, 878, 878, 878, 878, 3073, 137, 455, 1602, 100, 565, 1315, 3280, 633, 1163, 16, 655, 561, 333, 1022, 145, 260, 585, 917, 113, 436, 1570, 599, 357, 1891, 1234, 372, 120, 846, 1313, 877, 98, 968, 548, 71, 385, 151, 474, 408, 379, 328, 266, 623, 1020, 22, 1162, 568, 155, 1100, 715, 1091, 28, 1116, 64, 916, 1039, 325, 657, 2816, 1446, 2854, 204, 849, 18, 574, 1625, 351, 861, 2385, 2617, 1766, 2401, 2617, 1307, 209, 2232, 1061, 227, 1700, 1166, 1245, 2084, 2945, 1937, 1119, 2232, 241, 1336, 3473, 1165, 266, 2535, 384, 1937, 2232, 1937, 2603, 640, 2617, 1323, 1365, 2617, 1398, 327, 618, 1937, 2232, 1798, 583, 98, 188, 844, 2045, 36, 1765, 888, 2408, 2837, 1899, 1426, 187, 1887, 1439, 1318, 1706, 2575, 615, 2056, 365, null, 971, 885, 2617, 2594, 690, 2329, 346, 343, 467, 595, 1260, 144, 478, 1492, 0, 373, 2242, 727, 1374, 2182, 897, 921, 1736, 1065, 902, 2683, 689, 2496, 2092, 1483, 2666, 416, 610, 116, 653, 653, 653, 653, 1893, 1015, 661, 3248, 3248, 3248, 3248, 1594, 4166, 1370, 0, 620, 2617, 1461, 567, 1276, 1153, 1731, 147, 586, 872, 1854, 1265, 561, 1893, 1672, 1541, 844, 182, 783, 2378, 2840, 1097, 1893, 2583, 434, 1893, 3211, 73, 601, 1615, 3248, 690, 1215, 256, 777, 644, 887, 887, 887, 887, 1371, 451, 0, 1433, 488, 375, 169, 1204, 1364, 394, 421, 1051, 3144, 1351, 4210, 278, 92, 425, 2173, 232, 3248, 3248, 3248, 2281, 410, 2090, 2088, 2617, 140, 1711, 264, 116, 752, 112, 1072, 308, 2155, 2695, 118, 496, 188, 2684, 208, 328, 1891, 286, 616, 820, 3508, 59, 457, 588, 1479, 1049, 662, 628, 3809, 2269, 80, 1553, 218, 2232, 2232, 2232, 2232, 421, 653, 1164, 779, 2405, 314, 706, 54, 572, 97, 473, 954, 314, 901, 901, 653, 718, 901, 182, 704, 1373, 297, 330, 155, 587, 1065, 813, 901, 3020, 1089, 653, 821, 848, 427, 1937, 1937, 1937, 1937, 320, 285, 1022, 256, 1726, 450, 2329, 161, 889, 627, 329, 623, 1157, 684, 690, 808, 5264, 764, 317, 87, 984, 1871, 653, 1759, 20, 1527, 651, 98, 546, 1166, 614, 3339, 515, 837, 852, 466, 2120, 483, 156, 628, 1158, 502, 126, 2617, 314, 22, 314, 901, 241, 1555, 1290, 314, 727, 601, 145, 1185, 561, 105, 0, 141, 1833, 1247, 314, 901, 781, 1217, 1457, 445, 308, 282, 267, 1005, 1342, 121, 1131, 539, 225, 1490, 137, 1571, 1944, 494, 598, 0, 1028, 736, 890, 853, 871, 1833, 0, 508, 887, 887, 3550, 887, 1893, 887, 1695, 424, 2141, 314, 314, 901, 405, 350, 1893, 1893, 189, 709, 497, 1892, 367, 704, 739, 0, 120, 324, 1300, 2113, 747, 1893, 1455, 814, 1031, 901, 3094, 2383, 3094, 111, 3094, 907, 3334, 692, 137, 3094, 244, 817, 1089, 429, 1124, 1123, 537, 863, 1021, 1085, 367, 1127, 1056, 1033, 875, 877, 384, 1000, 3334, 628, 600, 3334, 1146, 725, 644, 3334, 857, 575, 1514, 2981, 561, 3125, 631, 464, 285, 2200, 567, 717, 356, 1593, 795, 425, 558, 1122, 2078, 1789, 3237, 218, 402, 967, 2154, 1372, 1442, 0, 531, 1723, 2659, 875, 875, 3068, 1515, 660, 1058, 306, 797, 1673, 744, 36, 889, 875, 703, 628, 328, 171, 1406, 593, 369, 1580, 266, 220, 875, 2413, 929, 258, 113, 2541, 286, 2876, 1554, 769, 1089, -1, 1089, 1727, 1089, 2444, 115, 281, 1338, 1059, 2249, 875, 875, 875, 875, 880, 1892, 343, 1156, 579, 1618, 1504, 102, 1926, 337, 2699, 800, 181, 3454, 498, 772, 693, 2500, 778, 245, 298, 463, 582, 0, 1944, 198, 987, 441, 1528, 1191, 450, 289, 1331, 1158, 819, 2101, 1811, 1067, 1725, 1115, 17, 1495, 895, 240, 1356, 604, 738, 326, 1108, 627, 627, 2119, 627, 627, 3334, 3334, 1496, 2990, 434, 1329, 515, 1335, 2524, 2008, 1718, 1089, 2767, 123, 436, 384, 1089, 1089, 1347, 524, 1261, 1267, 194, 627, 627, 627, 627, 2228, 1089, 1114, 279, 3334, 3334, 1107, 564, 1218, 895, 2388, 1882, 259, 24, 951, 715, 715, 715, 715, 715, 2659, 2134, 715, 864, 605, 2647, 1037, 448, 1047, 647, 569, 1114, 699, 715, 87, 299, 2541, 2649, 761, 138, 944, 493, 1347, 1010, 552, 154, 1179, 1443, 2635, 648, 3094, 3094, 3094, 3094, 962, 1714, 1004, 876, 2375, 715, 615, 369, 292, 421, 1871, 1284, 1478, 1135, 67, 370, 273, 2635, 733, 904, 1473, 1082, 1597, 1732, 366, 622, 596, 386, 624, 2264, 1091, 1097, 2948, 561, 734, 1614, 621, 2708, 306, 1367, 1498, 396, 4024, 607, 1467, 1294, 561, 2431, 1944, 55, 695, 1024, 365, 2636, 1213, 1049, 1361, 413, 3127, 1070, 2829, 609, 802, 2074, 771, 460, 0, 524, 1500, 308, 1411, 103, 276, 737, 3244, 1478, 4160, 187, 3, 693, 2551, 2829, 961, 73, 251, 2253, 977, 1788, 2366, 2866, 2373, 946, 2898, 347, 352, 1661, 966, 253, 361, 442, 1780, 772, 1563, 875, 3227, 705, 1721, 154, 3656, 3035, 959, 1842, 917, 745, 1869, 1896, 793, 214, 1236, 517, 1395, 952, 501, 221, 14, 1218, 1577, 281, 161, 297, 473, 2029, 690, 1353, 1433, 41, 604, 3660, 3244, 2898, 777, 1936, 439, 1292, 650, 623, 3275, 483, 425, 646, 1139, 572, 971, 363, 1765, 1046, 1848, 1631, 135, 1233, 2977, 698, 466, 2042, 897, 2072, 1536, 850, 1273, 385, 546, 428, 2229, 2658, 907, 437, 448, 363, 520, 973, 363, 1296, 128, 363, 1432, 228, 544, 257, 2549, 968, 1448, 1269, 363, 1194, 363, 363, 1559, 1414, 1508, 4134, 363, 1089, 1197, 2018, 1839, 1362, 2478, 1213, 1376, 2298, 1436, 1232, 1249, 478, 1612, 881, 2880, 1436, 553, 1723, 730, 161, 767, 1210, 1392, 1436, 4383, 1889, 1436, 1426, 805, 1436, 366, 645, 2242, 1, 363, 1480, 1302, 791, 1473, 837, 522, 1614, 9, 1696, 1326, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 1436, 425, 1436, 719, 1436, 1472, 1436, 1271, 119, 969, 2379, 524, 1436, 3703, 2082, 2210, 1436, 285, 1436, 1436, 1080, 1145, 719, 1436, 719, 719, 606, 917, 1436, 1744, 503, 127, 2423, 445, 926, 2628, 1436, 2628, 3099, 2628, 1453, 523, 1269, 826, 358, 161, 2207, 1436, 2263, 2237, 2104, 1483, 1088, 2237, 2237, 2113, 719, 1436, 1436, 1436, 302, 1758, 1967, 1436, 2628, 796, 1436, 1078, 1246, 784, 1821, 1554, 1436, 882, 239, 1335, 719, 719, 702, 3099, 3099, 214, 2455, 1039, 1963, 1106, 1527, 688, 1049, 3099, 3099, 3099, 2861, 3099, 1280, 273, 384, 719, 951, 2658, 1039, 2554, 779, 940, 2286, 484, 344, 1232, 2237, 1930, 1951, 3099, 2296, 1436, 1436, 1436, 2237, 1436, 1436, 2628, 2628, 2628, 1436, 2237, 1436, 1436, 1436, 2211, 1436, 3410, 2993, 1436, 1436, 1436, 2237, 1182, 575, 1436, 1436, 27, 976, 976, 976, 976, 420, 410, 2237, 2, 767, 2174, 2211, 1611, 90, 498, 1436, 1436, 1436, 976, 3098, 976, 1436, 976, 1436, 2628, 1896, 408, 2280, 1791, 1436, 1436, 181, 1506, 1436, 1266, 1940, 1436, 1436, 976, 1445, 1436, 1378, 727, 2275, 3622, 686, 1308, 1967, 502, 361, 727, 2748, 727, 1115, 387, 866, 3622, 1419, 1101, 1700, 1149, 1003, 1739, 552, 1432, 1271, 456, 1120, 3622, 2069, 781, 1422, 2088, 2088, 972, 435, 2088, 219, 2069, 429, 3622, 2069, 2069, 2069, 2069, 2069, 2088, 491, 399, 2890, 828, 4078, 4078, 4078, 234, 4078, 3346, 749, 3327, 2723, 154, 727, 799, 1660, 1815, 524, 3267, 1688, 2060, 785, 1190, 1486, 707, 432, 727, 727, 408, 727, 675, 515, 727, 2175, 538, 2652, 882, 2744, 529, 2069, 2069, 2069, 2069, 2069, 2069, 410, 196, 1494, 488, 3181, 1671, 94, 1159, 2249, 2749, 146, 3622, 3622, 3622, 999, 2503, 296, 1365, 1906, 1242, 715, 821, 2437, 4495, 1685, 185, 151, 341, 623, 2157, 2846, 541, 2088, 2088, 2088, 2088, 1644, 727, 777, 1360, 3622, 1773, 2069, 634, 180, 2069, 498, 305, 4078, 2357, 426, 1090, 2471, 2069, 1871, 367, 2069, 1023, 4078, 4078, 4078, 706, 425, 54, 1485, 710, 1347, 2069, 918, 778, 1890, 1485, 371, 1137, 3459, 88, 1255, 1461, 1289, 2212, 3355, null, 632, 1339, 1041, 1791, 572, 952, 1864, 2165, 3153, 746, 565, 585, 2016, 3102, 3102, 8544, 2069, 766, 2069, 2069, 767, 2562, 653, 346, 1226, 3102, 888, 888, 888, 888, 3102, 2069, 662, 1641, 2116, 2020, 3102, 3102, 1294, 643, 3102, 422, 1320, 5205, 691, 1498, 2654, 2445, 1587, 2546, 1093, 3102, 888, 797, 2069, 3589, 2366, 1855, 232, 2839, 1303, 295, 2069, 742, 976, 2246, 1106, 778, 506, 718, 2069, 2069, 3476, 1855, 917, 888, 223, 2342, 1903, 888, 2069, 3801, 1848, 954, 888, 1370, 1039, 1379, 5072, 1126, 429, 2964, 2997, 728, 1335, 3234, 340, 2771, 389, 2196, 593, 1098, 2086, 2779, 1056, 467, 1611, 3162, 2411, 3116, 552, 1118, 1452, 2651, 1029, 2329, 1324, 842, 640, 1452, 764, 1452, 68, 3616, 441, 2730, 1511, 99, 1924, 594, 1493, 1600, 2149, 2576, 2733, 702, 106, 1465, 1452, 1197, 1397, 37, 1452, 1452, 1452, 1567, 790, 622, 230, 1452, 1454, 746, 1580, 2919, 407, 1030, 2037, 2561, 1344, 2675, 539, 600, 2060, 634, 634, 634, 634, 196, 269, 848, 2934, 2372, 828, 1373, 1498, 1493, 1004, 2555, 1498, 1534, 695, 1112, 2658, 2224, 1152, 950, 1730, 269, 1780, 413, 2094, 634, 634, 2055, 634, 634, 711, 1298, 245, 2196, 894, 1606, 658, 1075, 848, 952, 706, 243, 434, 546, 1389, 1778, 1983, 3114, 972, 970, 623, 2031, 883, 415, 811, 1637, 1600, 2806, 1342, 2148, 1529, 883, 883, 1210, 883, 5006, 624, 776, 1476, 670, 1171, 1716, 323, 1586, 1357, 738, 702, 970, 1337, 883, 883, 876, 1618, 537, 496, 4541, 482, 847, 1744, 751, 1960, 2612, 953, 2205, 2253, 144, 958, 883, 196, 3188, 1170, 779, 1110, 1953, 883, 2276, 969, 1729, 231, 519, 1533, 228, 1021, 2726, 1771, 2726, 2726, 1490, 1457, 855, 2726, 2726, 117, 2415, 2306, 1168, 2306, 2306, 652, 2306, 2306, 2726, 21, 2306, 1311, 2306, 1369, 2306, 8635, 2486, 1836, 4646, 1726, 125, 1849, 1086, 783, 2621, 1183, 723, 2726, 647, 3368, 713, 898, 605, 2726, 997, 1747, 2210, 3409, 458, 1519, 1961, 895, 1254, 1041, 2537, 1604, 2103, 2315, 1070, 1110, 1990, 5534, 1136, 1869, 3568, 1470, 1121, 1091, 1636, 757, 972, 653, 1447, 360, 2284, 2042, 2304, 1805, 3737, 2391, 1242, 173, 727, 4136, 714, 531, 3819, 696, 2506, 2179, 1773, 567, 759, 1333, 554, 971, 345, 360, 1784, 360, 1895, 2847, 4440, 2650, 930, 551, 598, 187, 777, 3610, 2768, 2137, 1496, 2832, 306, 1945, 268, 3904, 2224, 1915, 378, 809, 2557, 1550, 1676, 464, 1357, 1689, 1018, 1336, 3254, 229, 3059, 2386, 1500, 240, 1872, 958, 2189, 3232, 1667, 1841, 2484, 1667, 1667, 699, 1356, 1667, 713, 932, 4650, 1474, 604, 359, 1079, 84, 433, 1553, 1262, 1531, 2626, 2370, 2187, 3824, 1667, 1801, 1457, 2029, 1667, 1667, 3729, 1667, 13, 1667, 1667, 3390, 1673, 1667, 1807, 985, 1387, 1667, 1667, 133, 1667, 2147, 2017, 1667, 1882, 1667, 1667, 1667, 1667, 1667, 732, 1667, 811, 1667, 1667, 1667, 1667, 1667, 1055, 1667, 3061, 4502, 876, 3561, 3379, 1322, 913, 2363, 1422, 474, 1737, 1271, 864, 3333, 129, 1300, 445, 1982, 1690, 1690, 1690, 1690, 1690, 1690, 1513, 72, 5768, 1137, 2658, 2540, 1112, 1690, 1690, 2038, 2456, 1544, 866, 2971, 1227, 315, 3585, 2971, 734, 3140, 1510, 919, 1217, 972, 2943, 848, 829, 2306, 171, 866, 866, 1915, 866, 3807, 866, 866, 2380, 2010, 1742, 866, 1458, 1205, 866, 1360, 2220, 715, 2545, 365, 2213, 3035, 2532, null, 278, 278, 205, 1547, 834, 2216, 1417, 1679, 2012, 1186, 3339, 1790, 2452, 2072, 683, 1594, 1653, 2250, 1262, 1689, 4829, 3718, 1213, 1286, 2700, 3357, 2256, 2315, 2072, 1214, 1217, 1325, 1147, 4530, 1047, 278, 2968, 848, 673, 730, 804, 970, 2021, 1047, 673, 673, 673, 673, 673, 2229, 1476, 1435, 1497, 267, 1812, 1365, 673, 673, 3011, 1071, 2654, 1918, 2063, 2205, 2463, 3636, 1506, 1584, 1355, 1081, 847, 2879, 1990, 3702, 693, 2515, 2318, 1126, 1912, 1185, 2879, 1644, 978, 4494, 2482, 1001, 2006, 3837, 978, 859, 1815, 1648, 1061, 507, 1830, 1695, 1753, 249, 2241, 1771, 2319, 2531, 1442, 691, 1757, 2885, 1749, 3042, 2647, 1668, 2540, 1121, 1365, 2042, 4640, 2303, 2886, 1894, 3381, 961, 2732, 3643, 826, 3036, 2468, 1037, 2507, 2366, 286, 1750, 2924, 590, 1568, 120, 4394, 4394, 4394, 2954, 4394, 4394, 4394, 778, 4394, 4394, 4394, 4394, 4394, 199, 4448, 741, 608, 2045, 1478, 5878, 1946, 12, 4394, 3200, 4394, 4394, 4394, 4394, 4394, 4394, 4394, 258, 4394, 4394, 4394, 4394, 4394, 4394, 1943, 4394, 4394, 2414, 1129, 908, 1345, 1657, 1046, 2477, 3059, 710, 1360, 86, 1188, 450, 1048, 840, 963, 1863, 501, 2724, 3059, 2724, 1858, 825, 2088, 855, 2088, 157, 2724, 2724, 3883, 1731, 3581, 1192, 2724, 1326, 2088, 1001, 2088, 708, 820, 1087, 2088, 2088, 1099, 2724, 3081, 2088, 2724, 2724, 2088, 2059, 1059, 858, 2343, 2272, 2187, 934, 376, 1625, 1560, 2007, 2038, 611, 2191, 1776, 4391, 2559, 3594, 3145, 3132, 3132, 3132, 115, 2661, 3132, 3132, 1527, 3132, 3132, 6, 3132, 11, 1857, 1960, 1737, 1246, 5162, 1737, 1737, 1019, 2677, 2285, 1011, 2775, 2126, 1737, 1737, 1737, 1737, 2816, 1737, 1102, 2611, 3134, 2372, 3358, 722, 722, 722, 722, 722, 722, 876, 722, 722, 2992, 2054, 2126, 870, 2508, 1816, 2939, 2533, 756, 1381, 594, 896, 3125, 2573, 2573, 2573, 2573, 241, 2573, 2573, 1074, 2573, 606, 2573, 2700, 1986, 2700, 2700, 2052, 2700, 1462, 1168, 2700, 1604, 602, 3036, 1144, 1186, 2700, 3038, 2700, 2700, 1569, 1504, 1450, 1504, 1488, 1504, 1504, 1504, 1504, 1504, 1504, 1166, 1425, 904, 3316, 3316, 3316, 762, 657, 3316, 3316, 3316, 3316, 3316, 535, 1427, 1427, 1427, 1427, 1579, 2633, 1427, 1427, 1427, 2406, 1113, 1427, 1164, 1538, 2600, 3233, 2453, 2453, 2453, 2453, 2453, 2453, 2453, 2453, 3458, 2562, 470, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 1928, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 4981, 1177, 338, 3831, 838, 990, 2340, 2436, 1773, 1773, 3857, 1773, 1773, 1773, 4048, 1773, 3799, 1773, 2037, 1479, 3294, 1827, 1741, 1773, 1841, 1773, 5259, 5259, 5259, 4204, 5259, 5259, 5259, 5259, 5259, 1694, 869, 1508, 2170, 2748, 2071, 516, 3305, 2446, 2099, 2905, 1038, 2235, 2488, 2488, 2488, 2488, 2488, 2488, 3999, 2488, 2488, 1254, 1838, 1108, 3655, 2628, 2628, 93, 2628, 2628, 2628, 2628, 1431, 3206, 2328, 2628, 2628, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 2602, 1343, 1343, 1343, 1343, 1558, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 1343, 2009, 3275, 2434, 3093, 3825, 4044, 2924, 4796, 3394, 1522, 1976, 5336, 3066, 1404, 1404, 1404, 1404, 5469, 3765, 1404, 1404, 1404, 1404, 2312, 1710, 2624, 1599, 1335, 5572, 1232, 2848, 500, 2692, 6501, 1496, 2957, 2957, 2957, 2957, 2957, 2957, 2957, 2957, 1982, 5422, 5422, 5422, 3376, 5422, 5422, 5422, 5422, 5422, 802, 4989, 2257, 4989, 4989, 4989, 4989, 4989, 4989, 4989, 1946, 5572, 5572, 2629, 5572, 5572, 5572, 5572, 1007, 5572, 1007, 5572, 1153, 2648, 2962, 2669, 2685, 3449, 1265, 2617, 2287, 3605, 2247, 2543, 2506, 2922, 2941, 939, 1804, 3131, 3017, 3175, 3290, 9306, 2230, 1932, 759, 2918, 4501, 4314, 1487, 1475, 1487, 933, 1487, 1487, 1487, 1487, 1487, 1487, 2211, 1947, 2211, 3201, 3201, 3201, 3201, 3201, 3201, 3201, 3201, 2497, 3201, 1316, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 2136, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 2730, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 1690, 4188, 4188, 4188, 4188, 1042, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 2287, 2472, 2587, 1323, 2238, 2311, 2255, 1728, 2583, 4964, 4964, 4964, 4964, 4964, 2042, 4964, 4964, 4964, 278, 4651, 4933, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 1897, 3647, 5686, 1594, 1594, 1594, 1594, 1594, 1594, 1594, 1594, 3529, 2254, 3342, 4911, 4911, 4911, 4911, 4911, 4911, 4911, 4911, 2536, 1580, 1580, 1580, 1580, 1580, 1580, 1580, 1580, 1580, 1580, 1580, 1580, 1580, 1580, 1580, 1580, 1580, 1580, 1580, 1580, 1580, 1580, 1580, 1580, 1580, 1580, 1580, 1305, 3274, 2892, 1116, 3033, 1098, 4217, 4463, 2095, 2095, 2095, 2095, 2095, 2095, 2095, 2095, 3283, 2437, 2721, 3211, 3578, 3578, 3578, 3578, 3578, 3578, 3578, 3578, 3605, 3509, 3509, 3509, 3509, 3509, 3509, 3509, 3509, 1129, 6456, 6456, 6456, 6456, 6456, 6456, 6456, 6456 ], "xaxis": "x3", "yaxis": "y3" }, { "alignmentgroup": "True", "bingroup": "y", "hovertemplate": "Normalized Total Entropy=%{y}
count=%{x}", "legendgroup": "", "marker": { "color": "rgb(3, 35, 51)" }, "name": "", "offsetgroup": "", "opacity": 0.5, "showlegend": false, "type": "histogram", "xaxis": "x2", "y": [ null, 0.24629871895508815, 0.00025350862956168604, 0.007284859667808939, 0, 0.3263921776439682, 0.0036243366772167546, 0.2827769749982975, 0.16138078506609008, 0.09528071297679085, 0.07400239371582207, 0.17269543191125453, 0.03073781065333598, 0.09240697859243845, 0.0912529681962703, 0.15469132271056574, 0.08289924289278267, 0.1453659556289036, 0.0767418528691019, 0.007804874729086555, 0.09478730965048862, 0.012191630357195588, null, 0.2456260711933229, 0.024966143121414534, 0.05305283920180215, 0.07299005110022899, 0.015306035721463985, 0, 0.06444230307429911, 0.010517153791092292, 0.06984794142204033, 0.06984794142204033, 0.06984794142204033, 0.3603852665768059, 0.029493845806338525, 0.00765271311303036, 0.07393636222419656, 0.10541013279660776, 0.04436411941167047, 0.03270685708200887, 0, 0.09884162989171172, 0.018065717830425, 0.27097010020077045, 0.02264346153038004, 0.07030670729170624, 0.17120586793616907, 0.15320352630016806, 0.06718980852835685, 0.14828956777628938, 0.026079849535954644, 0.04227939175491656, 0.0014078253193925622, 0.29018382137717535, 0, 0.19224429100900045, 0.07920353534681546, 0.1835556008891884, null, null, 0.19150243339522613, 0.11209177502055316, 0.07699298827471544, 0.24208666300955092, 0.16861623236945142, 0.011215850963259857, 0.4315602842833155, 0.019817941828351917, 0.0031382118089912855, 0.002233443980897863, 0.001178136693443351, 0.06426929964744627, 0.26066521805631254, 0.055910144351845666, 0.1576595350690526, 0.06523404301660057, 0.011422619800805492, 0.06200603438001686, null, null, 0.019220485956043816, 0.10809458209195474, 0, 0.19150243339522613, 0.19150243339522613, 0.013891804269125878, 0.10458535725112351, 0.05085651413897299, 0.1933966291294958, 0.0816661406566386, 0.048226839740840896, 0.0068242356767923016, 0.23120012983729288, 0.1238768990764726, 0.012576506436944336, 0.02025127494603115, 0.07045974341403129, 0.15698385203589768, 0.01698617650402548, 0.1501618775562714, 0.261937382193252, 0.06293827213724722, 0.09001811752011739, 0.017397764452587446, 0.0982483939512827, 0.0025832925924787536, 0.04501161659363921, 0.11189647351056062, 0.0015664763522569558, 0.19150243339522613, 0.044988057179581056, 0.03728006108982427, 0.013424157463046002, 0.006328771516996353, 0.15204290166700965, 0.17635468785073172, 0.1902091367413677, 0.3168463877422204, 0.09606536073956838, 0.09451370798702788, 0.02109742039711374, 0.09695953833698392, 0.11317661667993588, 0.31101594096910035, 0.21247180160176127, 0.20373606396215108, 0.06317974559532064, 0.0975446187689526, 0.20065900757777697, 0.02656308662160633, 0.21528338701906527, 0.12363274904743136, 0.035833827665592184, 0.1548715925549119, 0.28949346313983587, 0.28949346313983587, 0.28949346313983587, 0.28949346313983587, 0.06972594552269348, 0.24932809762251965, 0.021209709390079486, 0.04515220956583619, 0.08826053105270706, 0.12290436393499396, 0.2642962150478205, 0.05865957327189799, 0.02390620199411196, 0.06653339541189014, 0.000988789804950832, 0, 0.06530822358768922, 0.15527389979719836, null, 0.09880979474747108, 0, 0.2982510589743154, 0.0031376458412215617, 0.20823952507667975, 0.13588646943204966, 0.2597832790973617, 0.10993401329785936, 0.014490560589924904, 0.18413311112664552, 0.05216311056774996, 0.05454475882946116, 0.013941006181418704, 0.036154116710598906, 0.14616929699986983, 0.08988209113289723, 0.14282780519277466, 0.07866488115437373, 0.20441196217315707, 0.0743042823579926, 0.15837791265709103, 0.15639045904232743, 0.009432900033572904, 0.009432900033572904, 0.009432900033572904, 0, 0.06528945830270895, 0.4955380299191111, 0.07847051112325336, 0.07230977281137614, 0.0036389701323410674, 0.32501121082417705, 0.202426206022772, 0, 0.07861246804056847, 0.0778320857328939, 0.26914490033233396, 0.2885371611968266, 0.06969835207135107, 0.38925802694642736, 0.2633717400035994, 0.18671580550142297, 0.032460306719445976, 0.02161057583964722, 0, 0.031399780745424606, 0.1554892065900719, 0.009432900033572904, 0, 0.0051343987494358295, 0.12295396000320412, 0.3380592266393558, 0.4986390428838092, 0.08991203258682337, 0.10642182406892228, 0.19024998060030365, 0.014904847476276066, 0.14494864326929888, 0.12780920781634336, 0.4056390622295664, 0.0008291647080233891, 0.18865035470957991, 0.14731332493238633, 0.06984794142204033, 0.002629468416426925, 0.1472567132808281, 0.1210086161390028, 0.04368847434628496, 0.026003533842383953, 0.14117456671661222, 0.2393997302464188, 0.1247910121224134, 0, 0.16372776453104582, 0.13305035305125867, 0.03290892530968322, 0.04991561388269771, 0.0969857438061636, 0.0275217592399473, 0.028945461074319796, 0.019792412747797004, 0.06316318121129064, 0.03964695254267954, 0.03964695254267954, 0.03964695254267954, 0.028253460462855425, 0.03964695254267954, 0.03766431584647091, 0.03766431584647091, 0.11084511905895374, 0.03766431584647091, 0.03766431584647091, 0.07881858279586766, 0.006141348520126336, 0.024021522819804367, 0.12483561064263048, 0.05881278700382144, 0.18839271145658776, 0.1664326953783259, 0.07103685902111129, 0.035167671756508735, 0.0002242670913548258, 0.0903831101925228, 0.01426937715389015, 0.05490885462525745, 0.008558783776914458, 0.025995314871709644, 0.05656920693879773, 0.05630011387368252, 0.03869211161750662, 0.04552430114700787, 0.04552430114700787, 0.04552430114700787, 0.04552430114700787, 0.011762340490272992, 0.04222538785541309, 0.12950575889703853, 0.04085156946899055, 0.1385126291951736, 0.02614946360496019, 0.13633040501926302, 0.05708870196298289, 0.04119842983611213, 0.0004109276332410524, 0.04090818857767853, 0.023604770029064855, 0.014818762512280014, 0.2279857383472042, 0, 0.025098136622152312, 0.0027775681726295047, 0.023458806301874923, 0.17439887016013744, 0.27382426502872714, 0.31251498884448636, 0.25351587644447354, null, 0.10226744159342732, 0.06638362762767891, 0.11685299720896844, 0, 0.04042167567354126, 0.2229651385329838, 0.022866250989744888, 0.043279386490252925, 0.1571573511226721, 0.16172587850958578, 0, 0, 0.1377177416751642, 0.011463827320237784, 0.1151249358654719, 0.19956496871783183, 0.08002032055768565, null, 0.0361867715608417, 0.30963973363113717, 0.2251378724581647, 0.01959295106205768, 0.051126141375826245, 0.01190321449489795, 0.08720201454240335, 0.07884140280309009, 0.062108020139596785, 0.2058003424297924, 0.19604490965810512, 0.17951790422189082, 0.21847847149542524, 0.3328435812167589, 0.11031812984057349, 0.24327575662070408, 0.06982820053240205, 0.24165282195355553, 0.056513757805554926, 0.029381118459652217, null, 0.2556957505576518, 0.16823997479110825, 0.138451167225856, 0.18105004360631147, 0.1908979810650308, 0.20627692167702, 0.0837964198920925, 0.24137836265390844, 0.009297988462064775, 0.1398838227270633, 0.03023938947471469, 0.02249725407894584, 0.048693921656872405, 0.208132939482968, 0.044288475560867006, 0.11569224309222, 0.2089662311986623, 0.107958088924941, 0, 0.2186578417525821, 0, 0.1005615637535496, 0.007632606181889128, 0.09565792574328004, 0.17769918190738787, 0.047311030457093735, 0.2572848767180653, 0.08517017611277787, 0.002703630701235325, 0.14233193225083984, 0.06082807810943756, 0.011747295460881364, 0.04506967397157809, 0.1441247900807409, 0.07540631117643092, 0.09523516302550332, 0.0032013278588373844, 0.024955808034018017, 0.04070482985104216, 0.05462926332627897, 0.1792476786360393, 0.050062362221417585, 0.1261111744760134, 0.2910872958256857, 0.2383842849312108, 0.14808877879712187, null, 0.04637960435170538, 0.12637411717136016, 0.03607827785408087, 0.14537591090868204, 0.12307188274087325, 0.03969077337840477, 0.17941920364728486, 0.07404129320240693, 0.11502403278123306, 0.02573731984932664, 0.04899763388791169, 0.20948588557999, 0.3388718946560919, 0.04575973275352853, 0.15725856606497438, 0.11346953420400124, 0.11192700958475886, 0.11732848755284292, 0.02804739042852744, null, 0.004117587907086961, 0.07715286067750311, 0.0812884825421228, 0.022140496539037803, 0.3312535226027318, 0.095270071068367, 0.04706789037484518, 0.08600622288827182, 0.044269604669319465, 0.12627340594159134, 0.016237242776527588, 0.04108983596247085, 0.026433964820581295, 0.10412897060554176, 0.12994521517354193, 0.03472308003973406, 0.04543592049228165, 0.076320583199431, 0.1645227267456162, 0, 0, null, 0.021575989629679476, 0.05312562366142064, 0.07560881714406684, 0, 0.26633636197747607, 0.013163597690176464, 0.011966543883145529, 0.0685856564941416, 0.20247012919783133, 0.021623559612123203, 0.20386584775396815, 0.12286066901524356, 0.29583638929116374, 0.10993032522150284, 0.09686870141135231, 0.17697707666486803, 0.10777306643630706, 0.10025952017444928, 0.0503273481107667, 0.005388744048584867, 0.13813033658108476, 0, 0, 0.035957545035826176, 0.1640696574282268, 0.4191367326706799, 0.0467827314885387, 0, 0.022350092326948803, 0.08109409115310563, 0.03578907163312958, 0.08165667717216789, 0.23595035626944183, 0.18556016423908983, 0.04583463054034148, 0.13808643126668788, 0.044051223370388845, 0.0789763290073202, 0.33394356512868195, 0.06735620527347846, 0.253755709481487, 0.25036639224544277, 0.015292844372881902, 0.189497643494197, 0.3016219123180735, 0.1940357738903037, 0.00560011211100782, null, 0.0741736881346564, 0.1796508037385814, 0.10074969737149136, 0.08080296654146016, 0.23540144625755116, 0.28613777980392946, 0.1039639292469598, 0.033247210014378574, 0.008387005643718037, 0.03516731749195732, 0.154895747446226, 0.08976741695927669, 0.1357504440226577, null, 0.06782904211594463, 0.12131444069744048, 0.1309048084720456, 0.04968860545646181, 0.0011194933373084488, 0.193219971174118, 0.001813308275477472, 0.06920135319433304, 0.07002801572532386, 0.021386270947416425, 0.11836214071371676, 0.15500946357883985, 0.03766431584647091, 0, 0.04310162659106669, 0.03766431584647091, 0.29014166832520655, 0.008912933168633516, 0, 0.03812151279238059, 0.04057351777505318, 0.11817457590063948, 0.09836225837052666, 0.08105458022579827, 0.057090013970749344, 0.01675630315004938, 0.1838713555207667, 0.0411962947380518, 0.0004036977220201547, 0.0653460728751357, 0.01626327181387765, 0.10204938330370662, 0.0966199917207366, 0.09943492226355607, 0.0006993006993006993, 0.4347104272111943, 0.10169172445361542, 0.06957032255368564, 0.09736001438155688, 0.22723846239149956, 0.08796558287510234, 0.26027250814071917, 0.04108930658631308, 0.3199305353492524, 0.03766431584647091, 0.03766431584647091, 0.07869878600043648, null, 0.03531690988926602, 0.1542052140470126, 0.19934196572615095, 0.04324480895367368, 0.052536494188319766, 0.013619238667497627, 0.013619238667497627, 0.013619238667497627, 0.013619238667497627, 0.012037926773877649, 0.0681879044196062, 0.04799607516482458, 0.018150786866899613, 0.09230446816711396, 0.04552430114700787, 0.08694080296888006, null, 0.20505791741472332, 0.06107928129568254, 0.04552430114700787, 0.11101094647249214, 0.04552430114700787, 0.06160143914819179, 0.1272009031975234, 0.09303597080411698, 0.03893638396211833, 0.10234590957595573, 0.0010820632088507144, 0.07946977711256951, 0.01786706320630552, 0.07154511191358863, 0.054749600892667435, null, 0.08190594532115578, 0.1281615271154206, 0.15376056196849552, 0.15225232029358207, 0.1988102027498893, 0.08540474784596033, 0.03806266240373899, 0.02046481711327325, 0.022912124022011662, 0.09060224452457706, 0.10063585442381406, 0.1373576377912183, 0.09225629605610804, 0.12486416569865638, 0.3071728638455058, 0.2869584354614601, 0.058567327315691795, 0.34605965779111597, 0.06295207640039602, 0.08564640187438904, 0.08140430681281736, 0.06810927013752047, 0.00807038481327353, 0.0380804694753331, 0.26482254043901615, 0.005198533506201986, 0.02137100742507975, 0.03617455482641536, 0, 0, 0, 0, 0.06754815629651477, 0.06754815629651477, 0.06754815629651477, 0.06754815629651477, 0.01063479489163173, 0.16462287327704508, 0.02699968084557903, 0.08068923972434955, 0, 0.008185843906257158, 0.08024543604467489, 0.08024543604467489, 0.002370953042725071, 0.000041617368002596635, 0.08024543604467489, 0.037613061638663736, 0.058901076526086595, 0.037613061638663736, 0.2306604403397572, 0.17523110820085577, 0.004634394408163469, 0.4858038663733305, 0.04590127373780672, 0.115085895628699, 0.04287312390779952, 0.10065166695512914, 0.07471863122763817, 0.029372976160547425, 0.12050646347767338, 0.13064731370590862, 0.00638862392625813, 0.21042055874141824, 0.12934102967912856, 0.100968046355733, 0.15544016823726772, 0.02179936626081598, 0.027201955185269935, 0.14984123013390882, 0.01862701278787159, 0.02994512117427165, 0.08906065703744434, 0.20284742742630713, 0.02445930245577018, 0.003364472790335707, 0.16444775410999132, 0.024657229736651787, 0.29368598355215336, 0.0034606524488650877, 0.08445358845362409, 0.07255526735667191, 0.1115652361517258, 0.044127529156565426, 0.1684650014716509, 0.1298539806651338, 0.02572258183518542, 0.12826558337452082, 0.3212502828712331, 0.01886195751872121, 0.1823014378809343, 0.19400963511099328, 0.16126249957125732, 0.020379157851195717, 0.12160550271303255, 0.06780988109885226, 0.017359373420124388, 0.08063308112572708, 0.23211579377529667, 0.07021952433688361, 0.101635401019851, 0.17081347681825929, 0.004423322414952752, 0.008519244827224317, 0.08739741618715155, 0.1640960391041497, 0.01895218495820934, 0.14830715101538988, 0.08857421956694897, 0.0920789983170216, 0.15999114288250643, 0.15169960996000909, 0.08431246199882104, 0.037613061638663736, 0.1883096342963587, 0.37402420313199, 0.05991399954282106, 0.05602885310013628, 0.3693172909008311, 0.14158409412923273, 0.032257241779272826, 0.08024543604467489, 0.010980857647104748, 0.19483093473982804, 0.14580860512859858, 0.037613061638663736, 0.04466332979216126, 0.1774272579524181, 0.004256454683064223, null, 0.02132048351753063, 0, 0.2531442817670407, 0.07488394361770445, 0, 0.05001824640408813, 0.0580607565408263, 0.01522236966793173, 0.16405629808122618, 0.1853777582790102, 0.010720817483142143, 0.08057709413631207, 0.06543337603137817, 0.004833197730653753, 0.1362084237463979, 0.05011194923929891, 0.006184535884656032, 0.03111519184383124, 0.10031864965306996, 0.1205796753808514, 0.016719288297728715, 0.16801985538595723, 0.026990457882762404, 0.010075706623477553, 0.38120643123175674, 0.18321449853168137, 0.12813435029471631, 0.24402588922696236, 0.010503837110921838, 0.06041552747771171, 0.027442351420840595, 0.13202372847480037, 0.03887899245937484, 0.016422443577681953, 0.026854290032287148, 0.04456613002027793, 0.03116099998317023, 0.20924396454630936, 0.43426698013261744, 0.04947558727995138, 0.15411521627109506, 0, 0.04610701305768406, 0.1622175023656375, null, 0.07068190071824687, 0.13240848521449575, 0.10648262296883096, 0.04399538477441602, 0.015205341640277856, 0.1534922799369217, 0, 0.00043492512056502, 0.0031315561418986493, 0.08913092110788512, 0, 0.30976099742456153, 0.05391266336171931, 0.04750333648128267, 0.032202704014525685, 0.01844240382753349, 0.012907563447377451, null, 0.10441199831186362, 0.3755011752262721, 0.08018088352564613, 0.1646273978378519, 0.06955075976579653, 0.21298876855162344, 0.0853710274994879, 0.003329572631119228, 0.01661441835207233, 0.07023679895332252, 0.04442092644255423, 0.25956890447959124, 0.032953192864488313, 0.03997104912484436, 0.06404561829176614, 0, 0.06404561829176614, 0.06404561829176614, 0.06404561829176614, 0.1730560993354937, 0.03348715310856092, 0.08776806269498219, 0.24019880666670043, 0.25005125344675855, 0.14061416278150063, 0.1576247842143392, 0.15659116221786176, 0, 0, 0.03127853952250842, 0.044496602895741186, 0.11823634210165, 0.23059880825513712, 0.03266458608696522, 0.019419714756524632, null, null, 0.19341591347598588, 0.1453754286977773, 0.0874184289841118, 0.01841627101897876, 0.06041029509685067, 0.2465748007775535, 0.08511833422545292, 0.13554030633600128, 0.03264369481740233, 0.13554030633600128, 0.13554030633600128, 0.13554030633600128, 0.05674625135663257, 0.13554030633600128, 0.07239656272521215, 0, 0.11717766291434008, 0.13554030633600128, 0.27178289568185804, 0.13866569217923785, 0.13554030633600128, 0.04962525957949201, 0.11502564821496408, 0.1296057607260142, 0.06377414127612073, 0.13554030633600128, 0.13554030633600128, 0.09911326759793072, 0.05400878428406154, 0.12978677387556747, 0.1897844156711153, 0.13962002275903165, 0.03119490040627008, 0.042214459061002046, 0.042214459061002046, 0.042214459061002046, 0.24573643230969913, 0.05478535754900735, 0.054147356639615965, 0.19163233944520985, 0.11189710160080374, 0.042214459061002046, 0.0012569523610256549, 0.07634702601376886, 0.07634702601376886, 0.0004136168196793616, 0.07892404494357179, 0.07634702601376886, 0.04029433282487047, 0.021127313750781515, 0.016592925939214173, 0.0312418568642072, 0.07634702601376886, 0.0036520129465654385, 0.005011193952949475, 0.041886223989838225, 0.16358630066785537, 0.04218675330003082, 0.02970558334920963, 0.0827289220617583, 0.01996644342334032, 0.09850758583721528, 0.04167546211683289, 0.2389397478037502, 0.14023021127054747, 0.015232969492682717, 0.13634378869838584, 0.08691944533667424, 0.30897187204231147, 0.1720045678143897, 0.1091684686071468, 0.253300374426021, 0.23858751998357167, 0.007154303440407882, 0.11240851202827036, 0.12300970264823231, 0.09133332488798251, 0.08334667145345404, 0.013619238667497627, 0.013619238667497627, 0.013619238667497627, 0.013619238667497627, 0.2176310467934689, 0.016825491466233654, 0.19648398667840855, 0.12535209759964258, 0.04552430114700787, 0.25367141017952716, 0.1146194712035912, 0, 0.04303837007138719, 0.0036144251787138433, 0.11166423918338132, 0.05848984031981686, 0.1737081035907031, 0.07251970254271753, 0.19991614195771415, 0.030555498168172154, 0, 0.1500114784580101, 0.07443238572586429, 0.15622542582228183, 0.2747046276629037, 0.05146176543562889, 0.020560859298738677, 0.03120925599276756, 0.0035224258370304307, 0.052372401968711395, 0.28949346313983587, 0.28949346313983587, 0.28949346313983587, 0.28949346313983587, 0.11076895147023384, 0.21808848504536685, 0.0023597831240245656, 0.06748277814345603, 0.013977766272484704, 0.07055902468802477, 0.010735187799654914, 0.06975311802057957, null, 0.14208190905720824, 0.005716559485653384, 0.04606576870287133, 0.3922031386305609, 0.07171410831351646, 0.041421636342495446, 0.3642493140567495, 0.0533868059674681, 0.056084564934104505, 0, 0.1933083141150902, 0.06754815629651477, 0.06754815629651477, 0, 0, 0, 0, 0.07822100297741275, 0.06558351946870712, 0.019676489671717527, 0.06754815629651477, 0.06754815629651477, 0.18465763586136055, 0.09359500415917547, 0.1297573500926434, 0.08793824636821085, 0.010537821932287212, 0.053402850604733536, 0.17005773289175152, 0.058761742602501985, 0.26445895140961073, 0, 0.09733433479500105, 0.26891604198649327, 0.04920218435329916, 0.029709898086069643, 0.08560475623872983, 0.04940300837219437, 0.0027130560874068553, 0.07886427119634717, 0.10851163399482844, 0.066317452424776, 0.11250410709551892, 0.0908522254249816, 0.29406488567452677, 0.17346763515025387, 0.0666924707314226, null, 0, 0.22668526022613383, 0.027224876391756626, 0.00959285156744569, 0.1166318088949582, 0.08803638489375246, 0.02919288585154387, 0, 0.05744064358084208, 0.000049827552563443666, 0.13554030633600128, 0.13554030633600128, 0.09828117819108562, 0.0144904093140426, 0.05749906245896208, 0.020032397160080827, 0.13554030633600128, 0.24203629532597207, 0.13554030633600128, 0.13554030633600128, 0.12749139632649667, 0.13554030633600128, 0.13134996538249877, 0.13554030633600128, 0.13554030633600128, 0.1481075403307845, 0.14812951869296273, 0.15092628684079426, 0.04824307071863168, 0.06101650528804003, 0.0014629053310907284, 0.13463418432078417, null, 0.19553400233170887, 0.13554030633600128, 0.0652115639633153, 0.06748480717750084, 0.13927139610942188, 0.07694552338697581, 0.03324022590197674, 0.036302269323647315, 0.036302269323647315, 0.017761018456652324, 0.023014643327693485, 0.03310828914464048, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.042147076621744856, 0.021578863497840467, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0, 0.004202566118258673, 0, 0.007657952050410097, 0.036302269323647315, 0.07760632629198976, 0.18434105958183253, 0.11347677799747162, null, 0.1979507077632641, 0.1332766298423993, 0.006116985446028743, 0.0937973607491614, 0.24323385470447317, null, 0.04428608764883419, 0.03964695254267954, 0.03964695254267954, 0.03964695254267954, 0.06068340555523672, 0.03964695254267954, 0.17853423029698787, 0.036392808733354536, 0.32598499380015017, 0.002950736332695101, 0.001554388463775609, 0.012787497275598265, 0.009712503673155242, 0.025300333480165277, 0.11892653388541348, 0.03190211998720614, 0.03429009326110032, 0.041256087722093285, 0.023852475435397095, 0.0007025487093462665, 0.19233012665087384, 0.001225292399969782, 0, 0.10600394479184648, 0.026780743493091605, 0.1561112303129271, 0.04888058421206902, 0.05472209159915305, 0.07390483159647775, 0.3959291762837418, 0.06915540790622834, 0.149076122089591, 0.11333689046032398, 0.014182412016490694, 0.24509354179087064, 0.046625764699791995, 0.02311558627215596, 0.1964405306104983, 0.1310172469786906, 0.11514613880700292, 0.2355150370870371, 0.026930984269715717, 0.0531516078958651, 0.3257678525916239, 0.09181843910129764, 0.004450157385267341, 0.15737646793230947, 0, 0, 0.01957930809577602, 0.30307156834989696, 0.048541417579804846, 0.06187553562503949, 0.02651859925497999, 0.041683437398911526, 0, 0.07787159910540944, 0.11166067880949924, 0.07293564531524896, 0.017000130250447113, 0.06478740464911278, 0.07956901822399301, 0.04963000996073054, 0.045851481651689424, 0.13773014596137206, 0.25958960743737586, 0, 0, 0.04466777366448863, 0.12425092756200164, 0.11923826352321153, 0.20254442487887475, 0.110258923564494, 0.20590180330058383, 0.004777793929328382, 0.07243426337226029, 0.00021799786888778824, 0.20888579844336855, null, 0.061275330229945045, 0.008613093351483801, 0.08444407773766775, 0.035157198873638516, 0.035157198873638516, 0.035157198873638516, 0.035157198873638516, 0.03534614591470291, 0.04017925682094439, 0.3765760094206174, 0.059829581856681, 0.07167542025660664, 0.08011103882160797, 0.07872188254628738, 0.27644843756028764, 0.047524681795966285, 0.08814572703048867, 0.16188847718038807, 0.038341431133944, 0.06572681573235956, 0.07169763576028841, 0.03188947597991181, null, 0.046220375376636605, 0.21753295460338, 0.26947824474258003, 0.050395095084404186, 0.08843194636959772, 0.20855533818244895, 0.05862444919866015, 0.03666151335774688, 0.00826259688427846, 0.1611938010956757, 0.25004425522664964, 0.04218827781713215, 0.13689579966000806, 0.2674889588293935, 0.054786152457371194, 0.1078110048171082, 0.20185836774375823, 0.2277730825066918, 0, 0.05728611426412275, 0.01161581951092196, null, 0.02649836493736334, 0.06046856576273166, 0.04207613029716117, 0.16810335338282384, 0.035157198873638516, 0.035157198873638516, 0.035157198873638516, 0.035157198873638516, 0.04517708629387569, 0.11288346878660054, 0.24275438998306997, null, 0.10082116287805123, 0.2328858784871476, 0.03921949487472283, 0.19734160955210983, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.3592392496697598, 0.03272674714613966, 0.0784604376859593, 0.037774148223966394, 0.3951608773781821, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.054730420530009885, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.06863427389224337, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.061058577820200056, 0.027301202233340604, 0.045850919018082865, 0, 0.020780757927501267, 0.036302269323647315, 0.10970313722002568, 0.02899920435249379, 0.036302269323647315, 0.17965198822026326, 0.1006912047319581, 0.10297515810072716, 0.10122217342295288, 0.07378559391468417, 0.007662839266990357, 0.0559707009890652, 0.05863537100450448, 0.1903410299462447, 0.2160527194280077, 0.017939814982128374, 0, 0.045440266093260503, 0.3460151285013351, 0.12140991704410502, 0.2803198479476655, 0.04218409670668434, 0.11808049103973307, 0.029214758042874277, 0.017458693480206344, 0.0937903582957436, 0.01818560737350144, 0.003049207868922505, 0.030035635882814764, 0.07671611240731716, 0.036302269323647315, 0, 0.09498840267145398, 0.016872683265385904, 0.188882359584671, 0.01232462590281058, 0.17678754274099848, 0.14160434528857552, 0.05010296278857642, 0.2472288004143939, 0.03754411502958171, 0.07278748467550715, 0, 0.18154076466776256, 0.037613061638663736, 0.037613061638663736, 0.037613061638663736, 0.037613061638663736, 0.00312296281188635, 0.11151902700617156, 0.01953495690552317, 0.46737715597095575, 0.11892634295721972, 0.1594674045689216, 0.1223098976857135, 0.0999271871255428, 0.27746363552425996, 0.10695205601216291, 0.11797575067297812, 0.018316620465237337, 0.3696913946426805, 0.006920376125178692, 0, 0.2924725196180471, 0.2515406818540296, 0.207073241911025, 0.21002473001346308, 0.048888984901268175, 0.06616904912262624, 0.010833733628960738, 0.11564246298817264, 0.03266201443047066, 0.05576388752386072, 0.010491598294761977, 0.11838631462882544, 0, 0.2432267095266213, 0, 0.006203945446770523, 0.06853083606169434, 0.013660318669184749, 0.018838385789363542, 0.02333942015555237, 0.1731306098439828, 0.011144912041961656, 0.07275960847004491, 0.29311167730079524, 0.025563735458234454, 0.12189978605890378, 0.0488763269664941, 0.1772686183238418, 0.05209904542656053, 0.11547454302240708, 0.1290723113519361, 0.032152726964169806, 0.014161515072273706, 0.00047625463292987194, 0.05111484821879756, 0.1445714857137657, 0.05932943452492652, 0.24014442523620003, 0.1477793284288624, 0.25652879481912155, 0.1158636710744578, 0.423743933990154, null, 0.24438867366400857, 0.3238270884034612, 0.23907764542628324, 0.13043156708280246, 0.05056551945367959, 0.036302269323647315, 0.11042754552649688, 0.036302269323647315, 0.1156960719953535, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.032152726964169806, 0.032152726964169806, 0.032152726964169806, 0.032152726964169806, 0.004463860902422139, 0.29601875699478863, 0, 0, 0.10642046826522043, 0.1806438252275838, 0.21599660030391316, 0.045941949935653086, 0.002438908242545027, 0, 0.17116529614852743, 0.08024543604467489, 0.003923994685612796, 0.08024543604467489, 0.08024543604467489, 0.013660714334548152, null, 0.059539338261361395, 0.05689595050215844, 0.15222390664148627, 0.0834397651806361, 0.10492680580743882, 0.1377511633949055, 0.032152726964169806, 0.032152726964169806, 0.032152726964169806, 0.08024543604467489, 0.025085278828364515, 0.036302269323647315, 0.036302269323647315, 0.03036515400749534, 0.0013593492108284842, 0.33577574206251615, 0.08376362004454022, 0.13616795415604374, 0.1705294141642539, 0.1815672462637253, 0.08349827767629348, 0.14288231885911137, 0.07119411586376322, 0.04234468753378887, 0.13392858058388665, 0.00881500117195335, 0.18225997493053747, 0.03384668578048567, 0.12048651297782222, 0.3179930205959533, 0.08286808361104821, null, 0.08557072793698671, 0.0043009764718657095, 0.04945377630335357, 0.06422876266317966, 0, 0.031441686772120774, 0.03333652153696364, 0.04817141447095017, 0.14477364661060074, 0.06442874832629227, 0.036302269323647315, 0.036302269323647315, 0.01182988711801854, 0, 0.036302269323647315, 0.018613211407706637, 0.17929463056859898, 0.036302269323647315, 0.036302269323647315, 0.23157162207321583, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.25644840430293164, 0.23090016359155555, 0.08833983375535534, 0.026593211944374737, 0.2906526909242855, 0.004313629207350345, 0.04178631987351057, 0.06393347928633086, 0.03355332827614303, 0.006998760647672995, 0.04485304901802862, 0.09097036231835744, 0.08994291499634771, 0.28568920382272023, 0.04827877496353451, 0.06807415402546277, 0.1487361244596448, 0.060220519573853375, 0.15914097811930544, 0.03066813913020152, 0.2586870872356015, 0.05699286152425539, 0, 0.21020275245173164, 0.0322976997441995, 0.01056870537246726, 0.040494797219359425, 0.016212262376493487, 0.008090105348876709, 0.04280156545701988, 0.06869407968813365, 0.05840043404373209, 0.01715985540020054, 0.022557432938556325, 0.016197737913638384, 0.06155600728403719, 0.08744274604698725, 0.04255517529118533, 0.36132766116652176, 0.09025263444920792, 0.002435668287507599, 0.1510548344349398, 0.24337036257866235, 0.05946367132119596, 0.037889984301133654, 0.0033902775868625288, 0.1820258303295274, 0.21040805827073644, 0.03471752390775973, 0.07915504498241537, 0.022760543639054887, 0, 0.008116722574995438, 0.2126535075257892, 0.4402410118609203, 0.11360155827973584, 0.16596611645503728, 0.3939917827168204, 0.07741273536255155, null, 0.09732776797688798, 0, 0, 0, 0.007230671907932896, 0.11537902339941342, 0.24163544774020176, 0.2922508669057684, 0.05444820462722916, 0.007593410456855411, 0.1943301091211531, 0.01783905734941797, 0.0887270726515272, 0.014753335271366548, 0.1333937581394877, 0.03270580616944229, 0, 0.03339405946417142, 0.007850951467073838, 0.009350257012488927, 0.1897879771361367, 0.2816186743303535, 0.14374788733690583, null, 0.007122107962336572, 0.05533310233700856, 0.0007183903459240408, 0.0445920002511903, 0.1525334014434921, 0.10727714012242048, 0.4139820107353486, 0.004779020396579571, 0.007761491573922687, 0.1283947648261963, 0.13086742935807608, null, 0.11419278147386928, 0.07727921026865602, 0.0986201800786518, 0.05120972970977775, 0.015029042732996972, 0.22316595891608568, 0.3388189728568299, 0.045059159045178675, 0.3899410635720254, 0.05153746708570144, 0.25357233260644885, 0, 0.053171115297502944, 0.11278746153605644, 0.027189475180840778, 0.04893987889237771, 0.061403111012001486, 0.13554030633600128, 0.16015697624886335, 0.11462644992835865, 0.01829765773656203, 0.05745465367925966, 0.21267698924442463, 0.1813958999559896, 0, 0.209478209152686, 0.3102627845802829, 0.08530669810715236, 0.09555727398269588, 0.11621618880346024, 0.025161793052030368, 0.13554030633600128, 0.14291126957847114, 0.2795820736648264, 0.09326805720981082, 0.20154999600096596, 0.07127038978789024, 0.031272451587438674, 0.08160810885296989, 0.3031345489888856, 0.01878893835763156, 0.08702596067959836, 0.17930383249603132, 0.00955487926467696, 0.0022872210451947875, 0.07839331136175988, 0.06377338625917477, 0.010025807243421662, 0.07634702601376886, 0.16746632914986828, 0.07634702601376886, 0.07634702601376886, 0.24466118725413455, 0.07634702601376886, 0.03160118136521826, 0.13554030633600128, 0.13554030633600128, 0, null, 0, 0.03755468861302362, 0.10391231544004896, 0, null, 0.04966520822063278, 0.13554030633600128, 0.05517427662553612, 0.13372024358018209, 0.18967396650475396, 0.03425619390899277, 0.006956964722689719, 0.13554030633600128, 0.04325975580440647, 0.02556704004572529, 0.008980115090723611, 0, 0.3195574742578248, 0.33029624850731626, 0.04108241368636321, 0.105850604687473, 0.1850839423456175, 0.16031986060100725, 0.0010138124316609615, 0.30257594509042696, 0.23743990598783823, 0.1163584763153632, 0.09540155235383677, 0.13670592375437737, 0.03276262053214586, 0.03047244563007995, 0.11730856962349216, 0.13554030633600128, 0.13554030633600128, 0.26532616624918226, 0.08777027976121272, 0.13135406363896537, 0.04289990353424019, 0.09252012389360284, 0.01223914737292299, 0.3179344113576336, 0.13554030633600128, 0.07713653482288187, 0.22527259217959889, 0.0797818731491366, 0.19150243339522613, 0.19150243339522613, 0.09784509967054808, 0.19150243339522613, 0.19150243339522613, 0.0978727149463822, 0.3381226371455279, 0.057173302786194015, 0, 0.007249380971082942, 0, 0.050225652873900455, 0.05903098802392141, 0.16528392561936306, 0.07743434581238257, 0.12901777493595568, 0.015945100042364466, 0.04879051418098913, null, 0.10312102275430958, 0.009432900033572904, 0.009432900033572904, 0.07647836354407977, 0.022303082162615888, 0.12469675036010072, 0.042214459061002046, 0.004388758070759705, 0.042214459061002046, 0.03261364571887879, 0.009432900033572904, 0.009432900033572904, 0.16456342904408375, 0.042214459061002046, 0.1367669692026018, 0.10277336862595084, 0.11497544498525251, 0.24866756756843375, 0.001053421036858659, 0.18070842518151553, 0.030265111075824587, 0.17638428165778108, 0.12005114502639971, 0.07335433119004885, 0.025761426810702533, 0.03284196360690295, 0.05129121738774915, 0.018325751618923577, 0.007828451425860328, 0.001270217768031618, 0.10526284050783992, 0.05275016458992108, 0.25436580441604517, 0.07735802295676587, 0.06878572471568617, 0.04345921411170986, 0.13691074415943694, 0.13252545596675852, 0.04986702748212477, 0.012071349971263108, 0.0932744523449464, 0.07830101415628479, 0.04185636012229671, 0.05897594773396865, 0.06549684881774832, 0.06404561829176614, 0.06404561829176614, 0.06404561829176614, 0.05289519499741362, 0.06404561829176614, 0.31328319792787485, 0.07349735297427148, 0, 0.22862833485574124, 0.06040774885690537, 0.11834532036609204, 0.010164098323760336, 0.11641940138487532, 0.02903285935216658, 0.19299765344873543, 0.003532182634207895, 0.001837466052592822, 0, 0.10367530827844236, 0.07871624785994326, 0.043604948701819565, 0.06051162734865626, 0, 0.04974701547303514, 0.10572468123025412, 0.05529965117043803, 0.014891398912683198, 0.02138060144860853, 0.042214459061002046, 0.01460469899867372, 0.12044957753040449, 0.401467669161404, 0.02847914933892439, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0.036302269323647315, 0, 0.06984794142204033, 0.036302269323647315, 0.036302269323647315, 0.08448051587882993, 0.1283745047826927, 0.036302269323647315, 0.036302269323647315, 0.006948351690900072, 0.035777122157032604, 0.036302269323647315, 0.036302269323647315, 0, 0.06984794142204033, 0.048977317718401234, 0.023521557170234807, 0.079399007542565, 0.04723903069635074, 0.029138184409220457, 0.06983571989224562, 0.18757075547431387, 0.03940544971084177, 0.08518723690337807, 0.06984794142204033, 0.13390542144890022, 0.033544330908751, 0.05974888223400462, 0.3089410706273439, 0.022222348781807327, 0.07358044621214574, 0.10952852057247124, 0.036302269323647315, 0.036302269323647315, 0.030530285256079977, 0, 0, 0.06939861474452687, 0.1276210565950959, 0.08607354564202205, 0.03866890209124388, 0.036302269323647315, 0.0653881500852908, 0.07600661850138056, 0.15237885387159564, 0.01521749011920506, 0.001808870394958541, 0.03403340041718222, 0.13950153066429466, 0.17188726055717066, 0.031479375110673495, 0, 0.036302269323647315, 0.036302269323647315, 0.1563560574558968, 0.036302269323647315, 0.07879820753127853, 0.01123835874548427, 0.039239120164668545, 0.1469330609244794, 0.07177942376159978, 0.06984794142204033, 0.011463594416093048, 0.09029103730746545, 0.13449011271969588, 0.07748268390641698, 0.05791915475283186, 0.07084757137177791, 0, 0.05676809918423199, 0.0968239954817464, 0.1353197428130878, 0.15087306416668736, 0.002397146254974303, 0.044613154852575734, 0.013943601503978557, 0.5101040122306606, 0.003958431407046379, 0.019971459571766145, 0.002397146254974303, 0.01602919366224026, 0.033609064975122664, 0.17407885306936033, 0.1837773788623774, 0.3009158221533329, 0.012847375747502877, 0.1590206264018238, 0.02226139139193448, 0.09010032621399353, 0.002397146254974303, 0.14406399035937, 0.12608646301791823, 0.05329615145289806, 0.033609064975122664, 0.09167848965951318, 0.08822029866329292, 0.0509318999541556, 0.0904513712897586, 0.2773470963643296, 0.14435773761883858, 0.31639929161566305, 0.1451019193838165, 0.0873869728448875, 0.0025546085212275987, 0.123459443503835, 0.1331249698294187, 0.011152492002376276, 0.1187040459013712, 0.011152492002376276, 0.05676809918423199, 0.0990843662677372, 0.3543194782000673, 0.03294055374891905, 0.011152492002376276, 0.0965923128514437, 0.011152492002376276, 0.14049439975959754, 0.02283101076475975, 0.00416199979405151, 0.08002291250309555, 0.03260477771991432, 0.03260477771991432, 0.003958431407046379, 0.07579313931974639, 0.23415592500918897, 0.0257429828036158, 0.1604092710394972, 0.013334445750733252, 0.032280727388326845, 0.14978784376070747, 0.003958431407046379, 0.03757041187788414, 0.002397146254974303, 0.003958431407046379, 0.10079990427822666, 0.05676809918423199, 0.033609064975122664, 0.05345778819140138, 0.05676809918423199, 0.10186406654432915, 0.05676809918423199, 0.1952918093702323, 0.001622536586474076, 0.05676809918423199, 0.00486000962547618, 0.21716069573998265, 0.03260477771991432, 0.10855784572984543, 0.13045540069588535, 0.033609064975122664, 0.03260477771991432, 0.1483960167814979, 0.05676809918423199, 0.121480557446165, 0.298357949746506, 0.04469924303746762, 0.039775087342996486, 0.0170720274230655, 0.2255226906513689, 0.0023949053780616104, 0.02038431159251408, 0.06207891221263973, 0.10343900292298557, 0, 0.31360895865858507, 0.02449844430133478, 0.10070955131424436, 0.021601316999813363, 0.302687257900757, 0.12189109957741608, 0.08264668929439618, 0.017467414497599396, 0.014359911835844426, 0.05596889342493997, 0.04009190614970371, 0.07159089885395171, 0.008063691531110778, 0.14034564136043504, 0.026420513192197834, 0.10651161759027478, 0.03445750237390324, 0.034052064468445276, 0.09749785467680534, 0.06802973822024994, 0.028753085871751943, 0.047162235422461146, 0.04034261728532815, 0.025893203284552625, 0.05418796019663512, 0.023449949842963964, 0.1298349173134374, 0.10217793000448788, 0.0985564495963472, 0.11473564013781672, 0.00011221879739678448, 0.26083021727124023, 0.0035198568523001576, 0.08832468801694637, 0.05628491623526653, 0, 0.10111481586551088, 0, 0.018138538329611938, 0.11515830085295271, 0, 0.004083130551671198, 0.08343088314250607, 0.018768917232498055, 0.01384808771279296, 0.24369148024743337, 0.021918513591224185, 0.047683856016449186, 0.01957112437506512, 0.10511279982924868, 0.021482291779887804, 0.19734191288857497, 0.1389199930374008, 0.0011748443580625932, 0.04580157528981593, 0.07354560796110965, 0.05901779061972806, 0.1239025837434356, 0.018014144724402006, 0.0019605406043272937, 0.00217579255025309, 0.4287590814586814, 0.26538829327486496, 0.036270663068867545, 0.0016119050684634466, 0.0374679791091258, 0.26501370812701314, 0.029705435349362416, 0.09712831163613482, 0.02236686262003444, 0.0294283586704492, 0.007182860355510819, 0.2302505101485879, 0.046266864818698406, 0.02839194823888357, 0.05676809918423199, 0.11670374999957456, 0.1035956192451622, 0.040807538544478106, 0.04100472837835228, 0.4904614663632495, 0.1478609254012668, 0.25752010618215054, 0.024363713688607513, 0.31030773377051524, 0.242359998163438, 0.006424423279197634, 0.2264797667159729, 0.4239794248028867, 0.15488284741740516, 0.17940797563191685, 0.031503903718859, 0.04300937484095061, 0.13048726985115733, null, 0.03240213257348973, 0, null, 0.10494637956532026, 0.033609064975122664, 0.12227421485074028, 0.033609064975122664, 0.033609064975122664, 0.13709075172644913, 0.033609064975122664, 0.0400439086016515, 0.321866060853868, 0.03221831763603957, 0.013463993457154716, 0.02871020486294094, 0.0023371153815671484, 0.4161981526848473, 0.02681297374321264, 0.2511356969100563, 0.10743993268706668, 0.11042614383934636, 0.06194104621476158, 0.21837994870578523, 0.14560829540539877, 0, 0.021832674168530217, 0.08294393560095958, 0.0002571204600528404, 0.06638384731655081, 0.1849864341813633, 0.015001494864155676, 0.07129152213976403, 0.0010240159625932263, 0.0873255284581866, 0.08817186164435742, 0.1466780034488152, 0.1126745875736685, 0.0006151346285903502, 0.09451307475429722, 0.0343006597825118, 0.3906004407549435, 0.1558288747112164, 0.15289054329640933, 0.1371375757484379, 0.32977749913016874, 0.2877717637872836, 0.06814332953146976, 0.06814332953146976, 0.07030187804204403, 0.007923167101563934, 0.06033178768722123, 0.08224468652835777, 0.047317801736775064, 0.28821751853602, 0.07723883070079376, 0, 0.002800741446707679, 0.06421681862764683, 0.019824532284861845, 0.05269565136927437, 0.16279329579076182, 0.016315560948058676, 0.06814332953146976, 0.06814332953146976, 0.14272342407777264, 0.06930970903087087, 0.09477002217907712, 0.13920204626732136, 0.0158913301942355, 0.140739413694924, 0.16383095641010637, 0.2177832812159944, 0.007711100776272271, 0.1599996104569517, 0.13936528062567655, 0.022000020053757716, 0.2768804521524147, 0.04088640238875661, 0.0675404727162045, 0.10116719305146991, 0.06798182982506391, 0.24057757101729116, 0.10238705917965864, 0.08317026702609473, 0.11932203888554692, 0.05776059370447196, null, 0.1207978246993478, 0.0059515742760373235, 0.3329485119984006, 0.039194622945898774, 0.06697359920584073, 0.032097120943655445, 0.07247691272159147, 0.029947486627537406, 0.05804065199651048, 0.02749287133686634, 0.0017984634265756998, null, 0.0229149694086767, 0.05241153552229229, 0.15598622382121846, 0.09944254528628522, 0.2909845252255749, 0.3364753593731318, 0.05704882792989194, 0, 0.17620231981354656, 0.15536400773750816, 0.39939464930393304, 0.04244042873645501, 0.14667338071307526, 0.18860155099091444, 0.18527065732484993, 0.1016868262553312, 0.03948553513010107, 0.023614034039666727, 0.07079278462260663, 0.15347862958472097, 0.31701557668115615, 0.04718960106661481, 0.01428622027056061, 0.012738359777951383, 0.03651264195326959, 0.092319785005108, 0.042685476151089224, 0.0636813974882176, 0.21608288890151828, 0.227198136201452, 0.02995572059557933, 0.09882232842118746, 0.02932439900615992, 0.019974305538492464, 0.012965447805739569, 0, 0.06546907143738885, 0.1557623343922072, 0.1064503325276694, 0.35562357138914175, 0.14960987220936933, 0.08110428711107803, 0.026786665919197008, 0.3420192178195208, 0.20691401380551572, 0.030013116895403435, 0.06617688450207063, 0.027741202753818982, 0.04807869988515578, 0.011152492002376276, 0.011152492002376276, 0.011152492002376276, 0.011152492002376276, 0.019606669683306467, 0, 0.10305839626948812, 0.3052480633568658, 0.01634853767031713, 0.055067036357463295, 0.05373201398179979, 0.0014647290404295802, 0, 0.13669808944644807, 0.0039319030978221745, 0.11606230828139594, 0.1042703080419835, 0.013958500721354464, 0.0046508001823925985, 0.09892043053949658, 0.02060381489575798, 0.06814332953146976, 0.06124320990368922, 0.06814332953146976, 0.06814332953146976, 0.01522159581322782, 0.08566522082180339, 0.05084042764600785, 0.5106713298979234, 0.0025848592628562044, 0.06073931299126752, 0.14343356559105985, 0.043211762869236336, 0.0923288246044151, 0.013939038158255196, 0.006185745292875126, 0.1345996148838646, 0.07780655455313798, 0, 0.23419640141295903, 0.028742551624213734, 0.006610999812368467, 0.03068318447165527, 0.010037818762616014, 0.16066727455643412, 0.10071299742733172, 0.0158913301942355, 0.0158913301942355, 0.0158913301942355, 0.0158913301942355, 0.03418174687276802, 0.19200816058632583, 0.09106070381968684, 0, 0.030685453135052783, 0.027138088742486417, 0.11081069728091482, 0, 0.018056448395463692, 0.053303588304116654, 0.037760378359605086, 0.14252622555072944, 0.16719716975279533, 0.0828505301123024, 0.02402742827565748, 0, 0.03019011965999093, null, null, 0.02030735753862336, 0.10440655152790676, 0.06553394765912864, 0.2944744293029268, 0.001335488155268701, 0.3729677325936378, 0.05800550008710811, 0.14114859610213043, 0.03548753382014988, 0.0027621512229087613, 0.12626838839169482, 0.0948684586773368, 0.01578442311185851, 0.11670286513814812, 0.02002118029775312, 0.20142123013521063, 0.04358824203819421, 0.01829087812931707, 0.1157975147894971, 0.1828426836878727, 0.060258543093177, 0.1472725175520273, 0.06882964034445879, 0.001735598299878286, 0.07120465345818543, 0.1631591022400095, 0.1214330096048708, 0.09086701781337508, 0.2578142291846008, 0.19014027832812289, 0.03212231882748529, 0.03212231882748529, 0.03212231882748529, 0.03212231882748529, 0.1860594323551396, 0.06773308530215318, 0.08864948296344698, 0.07452563563170027, 0.07452563563170027, 0.07452563563170027, 0.07452563563170027, 0.06324826170204341, 0.16573161656691157, 0.11226478465288818, 0.005283347732542668, 0.10346035031904176, 0.08113932447065324, 0.0767922723340136, 0.13094418361832685, null, 0.0018276351309034684, 0.01223221253301686, 0.06557545688925447, null, 0.15117759978621725, 0.16126882069425888, 0.02344530725789681, 0.021084662597313272, 0.06756216271640209, 0.17426249892386578, 0.08460412694533564, 0.16580794914488986, 0.13949481680790496, 0.01943895930935599, 0.03130048465830395, 0.08254151272412971, 0.1528575832811189, 0.3296315007155282, 0.10119956727909354, 0.0363176541125234, 0.00896997871247485, 0.0768197638059677, 0.04586527909609806, 0, 0.17214599302150238, 0.1355129330090209, 0.11171898767526188, 0.19369296325742796, 0.09363989865172208, 0.1392345242554747, 0.07125691785218516, 0.06104068943379092, 0.11026376530246414, 0.032142521272383734, 0.025269449333831615, 0.06725432532495713, 0.08333732434096343, 0.03595211182076484, 0.02659426796841285, 0.13809771382396954, 0.0478407682244369, 0, 0.039194622945898774, 0.017340922808960147, 0.14821710857111076, 0.28745679968708354, 0.1419861752626975, 0.04371434663782044, 0.14308532907349825, 0, 0.05888985370412757, 0.06556097627309085, 0.11193668416495332, 0.029498051996446367, 0.010599376474719232, 0.06420786889997819, 0.48943106283267374, 0.003958431407046379, 0.003958431407046379, 0.003958431407046379, 0.003958431407046379, 0.014486420820631169, 0.05599668203267916, 0.03436482539091585, 0.2515520185936398, 0.01256362012703029, 0.1698123034379388, 0.07618017468109939, 0.17679585491642028, 0.10762692198751854, 0, 0.15839928589762917, 0.0373372211593767, 0.08541635042287786, 0.0026728995159537336, 0.0968614790849195, 0.02069108899127739, 0.07291601565255458, 0.06679105271698718, 0.03212231882748529, 0.08808411917416172, 0.03212231882748529, 0.03212231882748529, 0.03212231882748529, 0.1983394802905306, 0.101526669376495, 0.018509999127792012, 0.1142309059547086, 0.097696910828634, 0.0673119690829212, 0.06118540937985627, 0.1619650268264567, 0.08155068176782687, 0.046524731778523, 0.06857959749122512, 0, 0.1355214789817763, 0.04073927670486777, 0.13127456853994865, 0.03540065879263221, 0.01725835658256379, 0.0010729673981691647, 0.0013045287431617603, 0.02849478588705944, 0.32036194089538517, 0.01760093141404234, 0.1958579076394516, 0.06324074929694931, 0.06814332953146976, 0.04838423979599936, 0.0069878063007308075, 0.16386745513457726, 0.28984592185989344, 0.1686904707279867, 0.11971112733467004, 0.008148032787374011, 0.04616451282059197, 0.19562178181462783, 0.095168493531165, 0.113344255766237, 0.002397146254974303, 0.002397146254974303, 0.002397146254974303, 0.002397146254974303, 0.08707773753881111, 0.010762363435316532, 0.009666944241827544, 0.06477011331039287, 0.06471231329761941, null, 0.004125008685038874, 0.5283208335737187, 0.04543213671775079, 0.05310486146791106, 0.03943520468794625, null, 0.04806497089184087, 0.01641117894191072, 0.1188812922619228, 0.2191009303738725, 0.27637851329564894, 0.15352858771885436, 0.02449991362150703, 0.1494959420141036, 0.17859044577047078, 0.046490028588421495, 0.10596973884027108, 0.13962056911714707, 0.045348157066236655, 0.06449970320668329, 0.07072821873336493, 0.08709032202052176, 0.09124454903785756, 0.03260477771991432, 0.03260477771991432, 0.03260477771991432, 0.2570129067056823, 0.027289659669501205, 0.12334030754730405, 0.10214803368419434, 0.07616719604321395, 0.04682111740409561, 0.08726404703974099, 0.029955588932956696, 0.1565736812854996, 0.12245059287833748, 0.07380230775495686, 0, 0.2002028584710623, 0.05499005198065052, 0.0773023835227484, 0.03115862319789508, 0.021910171390484904, 0.12719819356701362, 0.005248094595904957, 0.0023756605787366527, 0.21310917611194785, 0.002885802546495862, 0.08692186471214704, 0.12445713303319791, 0.025525813199677536, 0.16589854294771153, 0.01868235285339359, 0.041862220095266384, 0, 0.3496622792604985, 0.07531365664883316, 0.018515912700259547, 0.03901436279757643, 0.1567150651160899, 0.07425365320023534, 0.16404704137182918, 0.07425365320023534, 0.07425365320023534, 0.01719879290378794, 0.07531365664883316, 0.015199867478322531, 0.07452563563170027, 0.07452563563170027, 0.07425365320023534, 0.21362762127317403, 0.12259772544894196, 0, 0.05970489801540751, 0.044365346416405986, 0.02219096564253036, 0.13674575685441195, 0.024023094802703236, 0.1683348322810101, 0.040272994856268694, 0.04708475821825524, 0.013656846846583144, 0.0017535195406658975, 0.06555823570381292, 0.014953921641872491, 0.19678568517610037, 0.05026606136784445, 0.022489248020178015, 0.07452563563170027, 0.07531365664883316, 0.07452563563170027, 0.029920708448232223, 0.040409499643583285, 0.09503342327734116, 0.011440854483005438, 0.08523496772669327, 0.07531365664883316, 0.01095689269716452, 0.07531365664883316, 0.07531365664883316, 0.029514367740333503, 0.07531365664883316, 0.009877799518238526, 0.09166379276025016, null, 0.07770715816302702, 0.005328343318744277, 0.0814530193659115, 0.03530805787473813, 0.05873834433032594, 0.07425365320023534, 0.3773083509084578, 0.09227136418140083, 0.0021805941182773216, 0.029427238322998824, 0.009913289108392924, 0.2519910187270559, 0.21149720746997255, 0.07146151690354383, 0.03272210426473608, 0.014356756616379689, 0.15651790488582004, 0.07531365664883316, 0.07425365320023534, 0.07425365320023534, 0.07425365320023534, 0.02756196405569727, 0.090494142700321, 0.03260477771991432, 0.03567577209784775, 0.046771472300324135, 0.17925659369954533, 0.07904424929997618, 0.21381091946248224, 0.06429862466047086, 0.13702568239550264, 0.038367286250576, 0.030485874232923826, 0.03550123871800865, 0.03324996172637847, 0.185726714205574, 0.08303331683449187, 0.002174209653784739, 0.33484059980666037, 0.22329654092507137, 0.0158913301942355, 0.0158913301942355, 0.0158913301942355, 0.2625060912291453, 0.2520594918801175, 0.0932722621337818, 0.14030943067094895, 0.07604921460236148, 0.05563745675854488, 0.21789803711823907, 0.05167138232087347, 0.006238628824626727, 0.11768928813053246, 0.037156530070024466, 0.0074263049304689474, 0.07476095881565517, 0.056626836748973834, 0.09110719824172464, 0.22085172199974187, 0.22968506187792495, 0.17416464664401, 0.08560631923630121, 0, 0.13816281075623646, 0.07076377977041408, 0.11208947773112404, null, 0.12514523556193238, 0, 0.07989729965039145, 0.1558245199430294, 0, 0.2922387629998213, 0.15631770082064134, 0.09545914632994822, 0.1154761122402603, 0.1217757870126175, 0.11842068825764696, 0.17915071699284196, 0.1011641980198823, 0.19651835711254984, 0.21500273256316432, 0.07522614949378692, 0.06269533630851144, 0.006155424213921193, 0.058073167062635975, 0.32893443785408066, 0.0334744671439718, 0.28184582754736803, 0.08240600813397256, 0.04299060788016472, 0.09651791133619098, 0.02922647078893056, 0.1735819091537373, 0.02664739486321172, 0.016703591009797982, 0.1687661297381873, 0.20186035126666857, 0.14286665729122003, 0.05310221325853979, 0.02799839769668684, 0.09219553122990992, 0.0350625830651531, 0.17117335095467617, 0, 0.001041727234681611, 0.020172106195087785, 0.09781089090731392, 0.048294237498479595, 0.016790649626655735, 0.3306325805176449, 0.05070289880540728, 0.07059638290303684, 0.018279273195862436, 0.020512727973396417, 0.013678742886370816, 0.07874218423958676, 0.04813364661644633, 0.0423729787140903, 0.06997197827158669, 0.04318303442316321, 0.0927498795434629, 0.015671287706847278, 0.12586694793524308, 0.03257239505207778, 0.10780849782217838, 0.22090401052411496, 0.18760501288743017, 0.020040816292878395, 0.020850927606851533, 0, 0.1162407847031319, 0.08888456440465008, 0.14144126980638186, 0.04188889330669854, 0.003353440113354633, 0.01521354707326681, 0.012915999249619406, 0.08265859093742159, 0.12106852265463836, 0.1586570450786893, 0.15213733320996112, 0.2477260614453174, 0.18648417215585333, 0.033860858925203983, 0.014979632841067602, 0.36463697092247055, 0.0642940189187127, 0.1264305756474311, 0.04340118850788305, 0.018485702687175237, 0.11268732009109042, 0.06103619686626356, null, 0.08179691778907457, 0.06769567555676224, 0.0898252994807053, 0.2038838117101623, 0.0011918894051943815, 0.04670425232187252, 0.1596869193587118, 0.01529272861160205, 0.02772060590102814, 0.20718439020421583, 0.09682144725352118, 0.013865689911735356, 0.1322578349860574, 0.0038766602555632495, 0.28416268225128855, null, null, 0.01834650172701113, 0.028048819323915612, 0.22190684994107532, 0.15705691825830567, 0.04601576381140527, 0.00913168758371773, 0.09465407770668376, 0.061521465624390606, 0.08097709158279699, 0.14699376334482547, 0.06031107844986579, 0.2768602763645026, 0.005703288483247212, 0.33570052301244474, 0.02052385593891124, 0.028611014358832464, 0.33570052301244474, 0.05624330439405129, 0.02587702693015585, 0.042103203266290946, 0.08055108785133565, 0.09900616254097117, 0.33570052301244474, 0.33570052301244474, 0.021608117079206592, 0, 0.04594182872301069, 0.01114445594526077, 0.03439587697714731, 0.09278842552450946, 0.28640033498205103, 0.032164604164493876, 0.0591624687794224, 0.005338663762915331, 0.013562962628319693, 0.060979552166753256, 0.08477384432415212, 0.07104744371395268, 0.04359543739486279, 0.09916744524151742, 0.02648177628781093, 0, 0.04058599341099233, 0.1305343281132801, 0.0642167080831157, 0.05125940137971485, 0.06184332954059817, 0.01071259977134012, 0.08202339763845365, 0.002096448205651234, 0.1486089438656591, 0.035647765365306644, 0.03539087823830172, 0.2151628289732002, 0.013451645284519882, 0.3782544367548116, 0.06579654689200347, 0.08915331621080666, 0.16434250949782966, 0.11289544726501936, 0.065473683230006, 0.025753527536109495, 0.0857257006941813, 0.03207979784336439, 0.028900421198439143, 0.006252923870088005, 0.27722537098401506, 0.0036184471027252496, 0.033323664377657936, 0.06524391959781217, 0.05091254470442897, 0.007829494120789003, 0.018954168101793352, 0.017250659404620682, 0.04036838911869082, 0.15943858271452285, 0.0572047347888124, 0.041651293727937314, 0.22938111887539353, 0.12462907356675353, 0.12470376403586383, null, 0.01796099872048673, 0.3330628548716003, 0.03569113369841504, 0.18502454134933125, 0.30298121127630573, 0.03451952043606879, 0.000914934969631287, 0.28604686191928863, 0.03203774556141722, 0.047351947513226536, 0.14417207054211517, 0.11887862316550649, 0.016707461817329527, 0.16960634107359196, 0.012075941323363178, 0.01922470121030296, 0.057337752668073366, 0.12506743598394557, 0.018593958196037444, 0.0269812046190672, 0.02804591460165401, 0.13535620252073366, 0.007915150935069944, 0.20952667539391345, 0.03369897402599175, 0.08780156187242016, 0.10967293348246228, 0.025834362329395056, 0.05649455623709709, 0.05773870691392768, 0.005142797256628031, 0.1374484921125629, 0.06087164448347334, 0.1316951436196622, 0.09673787714357587, 0.1486387092296704, 0.22547085568337363, 0.09680476576854784, 0.16616339506737113, 0.049002262440349026, 0.10094007473995592, 0.07129843311999338, 0.04116326639366996, 0.06813684304883388, 0.061651732679897056, 0, 0.027581024619732608, 0.17211858919871875, 0.05379039390419817, 0.06005527923786799, 0.02569703520072392, 0.00824598814215128, 0.03439587697714731, 0.03439587697714731, 0.49261406801712576, 0.16927718229370187, 0.022446981224648103, 0.1430621562726385, 0.07230537103970293, 0.2403611611331492, null, 0.16235464073869593, 0, 0.11150065903648612, 0.05224713459943517, 0.09984070927966586, 0.03289725623190477, 0.00824598814215128, 0.00824598814215128, 0.00824598814215128, 0.11448336464391969, 0.025755045586814188, 0.1086055774577117, 0.19235131871919017, 0.009512207384777318, 0.050393605890071975, 0.3486781332513084, 0.02446894715888415, 0.05202708019103785, 0.07964393681237815, 0.07021361758578012, 0.1464608403273756, 0.055358055707709304, 0.057270165568045275, 0.03558428290549383, 0.09943554866838172, 0.1645032663432405, 0.0017319602067342656, 0.06138189622838551, 0.03905874411135738, 0.10195286517960515, 0.05046422529441604, 0.08687298433157745, 0.17374696765676134, 0.20082938177044823, 0.05503985465747056, 0.03289867347968119, 0.025601526022199225, 0.194808679478999, 0.05222472990111033, 0.05438722915315843, 0.028453676498944657, 0.03439587697714731, 0.19354825088214964, 0.0904624302453748, 0.11069796890628944, 0.1202152496744118, 0.2618670516442223, 0.08559617054320039, 0.07454671261033917, 0.031085850372674296, 0.15335886377691532, 0.09199908221074704, 0.1539658042756231, 0.07075387698444364, 0.011558020523330456, 0.07557908088272021, 0.31947934222226193, 0.022375398322472113, 0.025183783892266436, 0.10465385136454096, 0.01331006048257335, 0.0013689683053973026, 0.03879115351988332, 0.02206396270578968, 0.07587387607522311, 0.003812592885110556, 0.4275728797513982, 0.06471203166539824, 0.06032289198377444, 0.005465570126766862, 0.32957557851775066, 0.10839543673486449, null, 0.0005568863387817797, 0.1732383234129029, 0.026917893407569463, 0.055358055707709304, 0.03540807646801865, 0.4398487891387585, 0.05799138624207933, 0.054127461003873265, 0.1439215688359523, 0.005029073087214159, 0.05582790753703695, 0, 0.009005960971597182, 0.1299349612305907, 0.04292004940172963, 0.06973839595441159, 0.07397833204533527, 0.1922983748581073, 0.1743758045367501, 0.011543000031928706, 0.013184294951921985, 0.10967960772761104, 0.015434814438966216, 0.0890163963963411, 0.2528758788214814, 0.0071199985498291716, 0.11756023229735288, 0.23854764275165155, 0.009570499543498374, 0.10232514608298802, 0.06962666302579248, 0.008382307900611907, 0.03200187465848217, 0.044275803313453536, 0.1457707055988341, 0.30739779958201396, 0.1636120346269125, 0.10409827386503612, 0.030419344727519625, 0.08232040108030077, 0.00815690049810518, 0.08496923061268614, 0.09327378295159625, 0.05367011507188098, 0.13041035336028464, 0.04013563637996727, 0.2183662791550848, 0.27577837502767805, 0.14264055237470152, 0.06264110552808623, 0.0006085638879664726, 0, 0.1086451217611088, 0.16666666666666666, 0.03744446731245064, 0.008820351270540804, 0.02998818794543557, 0.011199725445329968, 0.022442465194411947, 0.03439587697714731, 0.03439587697714731, 0.06363801313988851, 0.0038244421579919662, 0.015151823688340144, 0.05615761007568144, 0.06655952286337563, 0.011500370803805685, 0.1566802362853657, 0.024499245202301186, 0.012684072120678454, 0.08641958172984997, 0.06100407328496368, 0.0784176581951917, 0.1213880693744748, 0.010579312179829915, 0.12296872617356348, 0.00824598814215128, 0.00824598814215128, 0.00824598814215128, 0.00824598814215128, 0.031434343666628825, 0.03439587697714731, 0.03439587697714731, 0.011623104796646582, 0.18141326571067423, 0.2072806101836096, 0.008388337245367411, 0.05766025895954526, 0.21765510834396196, 0.04419914734313262, 0.018181481652256835, 0.069434603141176, 0.4953324633114163, 0.27472175073021876, 0.22577629835906593, 0.11948818763084164, 0.08678589468867559, 0, 0.0314013217912865, 0.07063125897385461, 0.0956692568264476, 0.028014694687600462, 0.1129837668789594, 0.08448894165109416, 0.012383294864564146, 0.07231558095768538, 0.09611533846969626, 0.018459488556643977, 0.21930496516547757, 0.007801579731658578, 0.3000403111626701, 0.01296839744324809, 0.09752639597283026, 0.2809738658058242, 0.13019391256048535, 0.09762802102808749, 0.14436259592953302, 0.03832998682087568, 0.09740836053967672, 0.09107926218247636, 0.04277365182312241, 0.1858934854265412, 0.04258354333476387, 0.11844931215915903, 0.07282617847943558, 0.021193993818091516, 0.2844947208904755, 0.08103598747444123, 0.12395978606975568, 0.04430447720216739, 0.05471192043775147, 0.14349570638176185, 0.21347328912246857, 0.09417444429653696, 0.10846203252182252, 0.10124924124301028, 0.11601336716686836, 0.007006133536682699, 0.08394758318503728, 0.05417718510374636, 0.003042907952882575, 0.12719367592485917, 0.2243791469626279, 0.0015696587113916175, 0.2050902522507236, 0.0940281155523794, 0.1805397673003598, 0.03571520709791757, 0.0008868947385707789, 0.003822984238868795, 0.34695069432425174, 0.33570052301244474, 0.33570052301244474, 0.33570052301244474, 0.33570052301244474, 0.01703020669157724, 0, 0.05928167361730499, 0.06810752958086054, 0.2246993869867321, 0.04810155908537588, 0.13459195504262647, 0.06749564405295216, 0.02758910122083024, 0.024419876783772557, 0.023563022235131865, 0.11381414497385764, 0.04940762585671564, 0.05720361501954438, 0.12800615802203136, 0.03883118400816661, 0.16759588266818246, 0.06987274438151649, 0.05238082471913809, 0.06432566668232297, 0.18100623159527632, 0.0875352151086776, 0.02824051442949984, 0.010155485059423812, 0.10130580829708484, 0.0848401943472152, 0.06887052148266744, 0.07072884841970276, 0.0026804845568679423, 0.008439827525428434, 0.19174254616761385, 0.11297907722992637, 0.20176502806608185, 0.01593966746872729, 0.3666063795729903, 0.10688285333968917, 0.06704094052073485, 0.02475556065076057, 0.018565748946480165, 0.08330944829658436, 0.039304056304693226, 0.09768294447884698, 0.2767240658273735, 0.014184185105113996, 0.1304681029260623, 0.004079679791507727, 0.012080998619031051, 0.04853742285952035, 0.003411572538506695, 0.10315188994565253, 0, 0.4662574148631656, 0.026853417549254025, 0.06525122677099553, 0.06337865866605238, 0.3442079459221161, 0.2814270171548823, 0.04351180705671047, 0.023117435615545804, 0.033869622991479255, 0.05818469292847803, 0.0020479537175935253, 0.16473987323304684, 0.07742621840361999, 0.011184112088571316, 0.14581832624814253, 0.33000409866715497, 0.022927858568832872, 0.08891812254078045, 0.019565970324185725, 0.012920431515223296, 0.0334286848409537, 0.019565970324185725, 0.10186286277424568, 0.06149878769265521, 0.024391325121881614, 0.017898929931934496, 0.09818941194820976, 0.02128717220727642, 0.012976869383722797, 0.012121746466450667, 0.01200794619212906, 0.06777265510683123, 0.02037394244074793, 0.024070516398523756, 0.024391325121881614, 0.029367047104861547, 0.0024117750959441286, 0.1828853216492861, 0.039088672277433525, 0.03709572500207331, 0.03408891824497937, 0.06774594889310294, 0.02037394244074793, 0.024391325121881614, 0.02037394244074793, 0.032983142184094635, 0.08489369561981215, 0.019565970324185725, 0.028070077591315273, 0.07995823447252562, 0.019565970324185725, 0.04634670405689662, 0.0069699916366471526, 0.0101044775681972, 0.02037394244074793, 0.024391325121881614, 0.07707692541905148, 0.0694571123471241, 0.2163761241655399, 0.00969527193625515, 0.03678494797817307, 0.011542283803858591, 0.20487333453064893, 0.14830133213599572, 0.08129293794336402, 0.05477059823177218, 0.032662338287037976, 0.07196697373644355, 0.02109731478895564, 0.0008790014498297011, 0.010539421694552764, 0.06972142336621014, 0.06364733548331811, 0.028118450928442777, 0.05056933673971895, 0.1028624769176293, 0.03690096108427863, 0.0003078904889973826, null, 0.2940375385840363, 0.04221396548406824, 0.019565970324185725, 0.07804135813817449, 0.011255922033186686, 0.0015006435165372015, 0.06915988775469056, 0.044279860983421473, 0.31057409070259157, 0.015797757173203496, 0.034956899958612044, 0.12955262881897472, 0.10375553660446994, 0.015949782465622314, 0.009643985400459172, 0.16363457883127278, 0.07393369448511629, 0.10471313964456536, 0.009204418480153284, 0.00006932458897600828, 0.14876636278299335, 0.13033719574105038, 0.1705734754779543, 0.08367648547805875, 0.03091299862847371, 0.014796509033355328, 0, 0.04536845676770606, 0.2544581823665755, 0.1771901300729686, 0.03166174798093422, 0.10967573462205572, 0.3148994864566309, 0.08925024475157996, 0.010231310976537103, 0.010231310976537103, 0.010231310976537103, 0.010231310976537103, 0.04262866802003986, 0.0445129985657348, 0.21945522357097272, 0.01282436402997614, 0.01282436402997614, 0.01282436402997614, 0.01282436402997614, 0.07231587467006602, 0.05755765431902533, 0.08997417551847715, 0, 0.06958447986267313, 0.019565970324185725, 0.02238733042565154, 0.05068879100084935, 0.02119034070381228, 0.07458713478701492, 0.1764626264928114, 0.06082293600348082, 0.12134618806205996, 0.09022007449562744, 0.029062504297403053, 0.0829491415419633, 0.05216583733552743, 0.04262866802003986, 0.10722433120754646, 0.04446947817160176, 0.058718003163945896, 0.2910726025761117, 0.015834369961000648, 0.08011731692226166, 0.03934118314919176, 0.03056612140557826, 0.04262866802003986, 0.040987737966493555, 0.06607235955373532, 0.04262866802003986, 0.001795656293957175, 0.1310339282426372, 0.10209348106522537, 0.07370604332579339, 0.01282436402997614, 0.03241084289095517, 0.006574739909203291, 0.18965432115088143, 0.08910312453479509, 0.0387703224834021, 0.009313972200470947, 0.009313972200470947, 0.009313972200470947, 0.009313972200470947, 0.09207928848849858, 0.06738264129347445, 0, 0.0571762343648144, 0.09088588640702255, 0.1429970672318413, 0.033730609206036606, 0.06898687374139213, 0.0005496750422208598, 0.1335392653305479, 0.03706703435410555, 0.12101147014718348, 0.11332453249268146, 0.031298490171940994, 0.007089354472801739, 0.03838653491136287, 0.1695873609955177, 0.08432251665425347, 0.06645205813853855, 0.16786852340135028, 0.01282436402997614, 0.01282436402997614, 0.01282436402997614, 0.03286410435751933, 0.10923270947536742, 0.034143240090698794, 0.03246841980027589, 0.019565970324185725, 0.10632163412642524, 0.009020976892691698, 0.04318412331304507, 0.09317785264499467, 0.11138473042204268, 0.01735047579845008, 0.01647746895337871, 0.0013253445341260444, 0.020747315634161018, 0.045001861686445585, 0.0375291998001309, 0.004097202425663312, 0.002844024619619758, 0.07703654799824868, 0.11617622501838112, 0.0013618358774259204, 0.031109081011468965, 0.008745806352223474, 0.32872848425191126, 0.12276728572376108, 0.013830071364892125, 0.24064373571647152, 0.28106510535965706, 0.03789616124389256, 0.03214847514623388, 0.10370195958677676, 0.09836369291640376, 0.008974194421855623, 0.06368477284213417, 0.006184911907643329, 0.02461430823699223, 0.03023172246547725, 0.012293500879603231, 0.024391325121881614, 0.024391325121881614, 0.024391325121881614, 0.024391325121881614, 0.0905643973986464, 0.010231310976537103, 0.15512672299009253, 0.18730468005787715, 0.03238406988236257, 0.06493751775574329, 0.007824679451482503, 0.03702961556043573, 0.088959247909909, 0.03717339467229019, 0.002260817329957645, 0.01281956197055202, 0.06493751775574329, 0.049916174008230355, 0.049916174008230355, 0.010231310976537103, 0.07447112951788946, 0.049916174008230355, 0.07333580455572261, 0.09624794291493102, 0.09599388562928012, 0.07231115572974947, 0.1359774828016162, 0.02170732513806663, 0.02188257369547166, 0.096854588161916, 0.13439115456108738, 0.049916174008230355, 0.04180841087929547, 0.08271686534092618, 0.010231310976537103, 0.08630985047894492, 0.006968511369384008, 0.05074851603497391, 0.02037394244074793, 0.02037394244074793, 0.02037394244074793, 0.02037394244074793, 0.07424008311868166, 0.03490717321118543, 0.1136144168483307, 0.01409296079742648, 0.009129809921847134, 0.2604814260238155, 0.013232582550377852, 0.04047349293464545, 0.11490049996130114, 0.05166506535514933, 0.003997334565440783, 0.03393288129989366, 0.014370695280953897, 0.2246364427732972, 0.08574296197542099, 0.01394504399247006, 0.0048696700654503175, 0.08857132100741762, 0.02877348503752864, 0.0987394673093611, 0.07933141348550588, 0.017419655567641152, 0.010231310976537103, 0.018789614488405087, 0.008549469050755806, 0.04405094253644196, 0.02429974083151293, 0.016850560709096168, 0.15537144285094515, 0.007510301940954852, 0.06438815773040316, 0.02872622288960719, 0.02371182290391926, 0.004057179183498289, 0.07656888604843426, 0.12761872845431746, 0.008356266258205555, 0.16388150052541595, 0.1538009622089712, 0.056344452404119665, 0.09331256058463812, 0.07140882299308282, 0.01328214577351658, 0.019565970324185725, 0.06493751775574329, 0.2539067558068455, 0.06493751775574329, 0.049916174008230355, 0.15136817955351484, 0.035933004303428655, 0.11847423728646736, 0.06493751775574329, 0.12113844504210988, 0.17034006218474915, 0.12949899200199147, 0.02937077627205187, 0.16480685684701393, 0.052152083923466486, 0.08818841243066425, 0.18557346990713555, 0.0141129260750969, 0.02026528271798783, 0.06493751775574329, 0.049916174008230355, 0.02240025767587113, 0.13776381712754823, 0.0950294183115738, 0.03384200375410774, 0.04072469773777898, 0.07926979585985722, 0.01842742570288462, 0.07285272011768747, 0.03881473349881469, 0.02753795945452183, 0.05087138309744063, 0.0035802350113452843, 0.2864578978685745, 0.05255773243304067, 0.5007400846069533, 0.02740445851337501, 0.03660131288277351, 0.07711458398739358, 0.014204103148165049, 0.014157768171330815, 0.20265902443647985, 0.05838895268414931, 0.09126311884717483, 0.0581850426444373, 0.005482798874061205, 0.04444924434392277, 0, 0.1815429134598464, 0.009313972200470947, 0.009313972200470947, 0.007690730368008326, 0.009313972200470947, 0.04262866802003986, 0.009313972200470947, 0.04220335175542183, 0.19792948473428532, 0.10416669928481748, 0.06493751775574329, 0.06493751775574329, 0.049916174008230355, 0.011815520414440351, 0.006760355603478927, 0.04262866802003986, 0.04262866802003986, 0.0459507064484375, 0.1508346250634164, 0.07998945427994555, 0.043163532017117215, 0, 0, 0.03602623041217114, 0.06571855059624825, 0.16121857121415087, 0.04258901316914763, 0.006443429420948038, 0.01256446804531743, 0.24583132039345656, 0.04262866802003986, 0.08150969081702424, 0.06998684956261966, 0.03040388059254656, 0.049916174008230355, 0.004763895608651897, 0.028192116206510923, 0.004763895608651897, 0.03881671416554972, 0.004763895608651897, 0.06997985414305295, 0.011789447729425997, 0.2648904861592003, 0.10448179815354748, 0.004763895608651897, 0.0447403380765242, 0.03298551399071594, 0.1328760395852529, 0.06860076022077093, 0.013390825676997531, 0.009175701361315214, 0.1807655108177681, 0.09423910035466038, 0.1716145897922823, 0.02112530202092029, 0.01630417326805068, 0.0023569056960510153, 0.1819078212289406, 0.01955874302031683, 0.1071319885792025, 0.0024864288554920966, 0.23334332648812808, 0.011860988157068849, 0.011789447729425997, 0.01442692526702962, 0.14490328024607724, 0.011789447729425997, 0.04455615433772517, 0.03342078794016979, 0.26110488261273324, 0.011789447729425997, 0.37822520622466793, 0.01189656546231948, 0.07333643564394336, 0.0006910028193084819, 0.06419970718461086, 0.0025176702742303225, 0.005688404911004638, 0.026075084859990428, 0.33919799260501876, 0.03817128827708601, 0.03526693840500582, 0.007744353560738099, 0.027476687195814906, 0.2349838702159995, 0.03077266597368177, 0.05199103963580195, 0, 0.03876806926174993, 0.02894801110601633, 0.1439116276086714, 0.09213341300026692, 0.12478607453522111, 0.1302764308179503, 0.06049634049153042, 0.050590976769830216, 0.014849350318146102, 0.1093874167271006, 0.23632415654442193, 0.0220885167477589, 0.03993857660262614, 0.07315355084435145, 0.032606989302412306, 0.032606989302412306, 0.01758872974302457, 0.058348749681212814, 0.146820022183171, 0.01779306191081013, 0.1060070491660222, 0.08078806180851789, 0.11825973824750428, 0.08257267011155582, 0.16584210347991782, 0.08738249945534965, 0.032606989302412306, 0.021391030237130265, 0.0734025841050714, 0.04168157307598939, 0.05199333215924903, 0.006566375208104111, 0.09622779649421916, 0.0999762006788652, 0.006502049644008554, 0.015561583226580949, 0.03837292841525027, 0.032606989302412306, 0.05764346890317068, 0.12464456090447612, 0.03123666736061011, 0.10412648670216217, 0.016063952135311466, 0.05174214743790593, 0.06640342569043996, 0.01950749941426942, 0.2727926502795051, 0.1328760395852529, 0.23726556276044705, 0.1328760395852529, 0.006430867455277773, 0.1328760395852529, 0.001710632317126223, 0.11774941223152616, 0.168733818334792, 0.0047458877195756975, 0.07149012722040861, 0.03715157993013501, 0.032606989302412306, 0.032606989302412306, 0.032606989302412306, 0.032606989302412306, 0.027874441295176106, 0.015450365759257316, 0.19019465634416985, 0.05851101061881621, 0.03810945336737099, 0.05741744797985657, 0.06293028747976931, 0.18060306119679304, 0.007630419036485622, 0.1411806106727469, 0.01471110398456898, 0.0019867678317692684, 0.0652950705667456, 0.003153614613074718, 0.27846010313376607, 0.03641240969297444, 0.04342374578406236, 0.08631361821097865, 0.1859470377422851, 0.07665306299649202, 0.11829473523107475, 0.0330067463932103, 0.10690913819283744, 0, 0.05370146537647559, 0.07222907092419946, 0.09059088032145828, 0.011838867644371222, 0.033365411226749284, 0.058465674891575635, 0.006216011485382782, 0.026291105241947065, 0.05806915523820791, 0.022302967117036734, 0.05232576169011387, 0.11014674353787444, 0.012720672326789332, 0.0558177665592997, 0.03154187126351994, 0.009539377910601304, 0, 0.038526392491177654, 0.011865756508287351, 0.2966699736299019, 0.1019771975345115, 0.08857056286671246, 0.051485701533617305, 0.02896696484298948, 0.09235804152386728, 0.0204442097469098, 0.0204442097469098, 0.026944671454250356, 0.0204442097469098, 0.0204442097469098, 0.011789447729425997, 0.011789447729425997, 0.026495130398477545, 0.004971494147632351, 0.03088136693342521, 0.03218958721607145, 0.07094833425844488, 0.0497023707131138, 0.09140530824844972, 0.008713943907358832, 0.025802497526581196, 0.1328760395852529, 0.052383367991702685, 0.2319238029112994, 0.17058622980460014, 0.032121449761560054, 0.1328760395852529, 0.1328760395852529, 0.007933683812516716, 0.002564856704283386, 0.05457948564555073, 0.0003345446682121478, 0.10037098570020415, 0.0204442097469098, 0.0204442097469098, 0.0204442097469098, 0.0204442097469098, 0.014340892900096595, 0.1328760395852529, 0.03110576565457372, 0.016825488097970843, 0.011789447729425997, 0.011789447729425997, 0.04671814721762476, 0.0092265992886148, 0.017347672791073073, 0.17172177038340475, 0.07423756359725035, 0.022380879264325755, 0.02401958219713949, 0.00500989153541407, 0.09934310057004256, 0.1811881477331988, 0.1811881477331988, 0.1811881477331988, 0.1811881477331988, 0.1811881477331988, 0.05226061133956691, 0.02660106710409595, 0.1811881477331988, 0.01880339545657647, 0.09128482199742614, 0.36002529882349843, 0.11242330085702974, 0, 0.03010827249196398, 0.12346484674249056, 0.001722070468910067, 0.03825253683517477, 0.023309385392557357, 0.1811881477331988, 0.22088193144261783, 0.04645673110570793, 0.06224234023679871, 0.030859371600425994, 0.06402177561516606, 0.1909305408933547, 0.057401142200163194, 0.046691720221830206, 0.007933683812516716, 0.09034400963328072, 0.08743464073862292, 0.09650215110480204, 0.030276037667045588, 0.02760193351128918, 0.01144201034456734, 0.0614481807117854, 0.004763895608651897, 0.004763895608651897, 0.004763895608651897, 0.004763895608651897, 0.059194765843992365, 0.09358663176839216, 0, 0.011419288193729489, 0.09445601041346809, 0.1811881477331988, 0.02165528702270841, 0.03810226608453978, 0.09205724598544442, 0.04242480937217688, 0.03894753989327596, 0.12273662994266904, 0.05407215810309007, 0.0785061294784132, 0.2203227248076732, 0.016483689306139894, 0.04614569799251925, 0.018184253584798343, 0.03413452307444258, 0.03329516442174826, 0.026067831381344123, 0.02412223692180477, 0.13269395870644926, 0.006314085768200959, 0.08332172769351738, 0.0148336767321529, 0.0019669515671282807, 0.12080830865361716, 0.15441025024467045, 0.02551435133040408, 0.1718544314546674, 0.052371717792081114, 0.013847951201462335, 0.004002765289358139, 0.14484375495149496, 0.07186921401472143, 0.010876713045895268, 0.01123593163392167, 0.23788575789858113, 0.0030774118963742196, 0.030490950175068737, 0.00002004902445985412, 0.029746856231698395, 0.15218830695380017, 0.07574854722109867, 0.08847421405845884, 0.012098734482691793, 0.03105539696231221, 0.03149145938380507, 0.08016074092570435, 0.004658777772641525, 0.015241906627498292, 0.2087992549383919, 0.04551292851712298, 0.02049618568555862, 0.07223570414456897, 0.00970435048097544, 0.002507606685685888, 0.24770257410245788, 0.07989387308332553, 0.029414214856838556, 0.03502944837833256, 0.012077357757809916, 0.04759015624147733, 0.050510745290544376, 0.14419812721660427, 0, 0.06551572120239016, 0.03754961020653224, 0.130198069884126, 0.19278761325452903, 0.21471007728123823, 0.12710296151218872, 0.05692931229712726, 0.0033403174741233905, 0.12940980252089584, 0.0201642466828162, 0.04546519103351111, 0.3540458069199037, 0.14957178584031283, 0.020177665415508243, 0.021663933577645223, 0.05724310737593593, 0.0010941279139241376, 0.02830592359429343, 0.003805373259547069, 0.03889771239622401, 0.10219499601591532, 0.08840660337347726, 0.03348540272214774, 0.1779217658646201, 0.02368994187044867, 0.022560734365240795, 0.07069228520935358, 0.07975611337079366, 0.3061155444021358, 0.12845601630633596, 0.18184956866981355, 0.0924181261023219, 0.26477969687736097, 0.1336090497435445, 0.04510445916274771, 0.07931058275310342, 0.013476426117450455, 0.001309008591357785, 0.055838157429862575, 0.186369923091824, 0, 0.005421842974760051, 0.01339120685777048, 0.10321492808146748, 0.02589325147361408, 0.0506608949111426, 0.20242814089251815, 0.022603058933570647, 0.1972628801312483, 0.21399690551995185, 0.11023722409061572, 0.020597465387334472, 0.16483833873839132, 0.15216304108793335, 0.0807755476831901, 0.02579896731012364, 0.07248140543070775, 0.07704551823658916, 0.03620318219192432, 0.012438104393460887, 0.17604596685937982, 0.1247697577268703, 0.045825093975904854, 0.12344496555288333, 0.08391805973271475, 0.002861135828416773, 0.008760426052590205, 0.044744310602401416, 0.05962738080705589, 0.015501834364428124, 0.037750914417456614, 0.0033403174741233905, 0.05176446750236214, 0.08710352183619216, 0.003623111214947082, 0.12894174919828535, 0.029034680145428707, 0.01657378783327537, 0.014870980071148772, 0.003902892770722928, 0.27306461506745744, 0, 0.040062949745927334, 0.03766144036827013, 0.040387439838442125, 0.0037384654093751903, 0.10974085005606436, 0.02019950050629178, 0.025857826945685437, 0.05432422310772231, 0.014289858515443146, 0.1892985513795833, 0.01111041940404442, 0.0071075009621797735, 0.01843258383184894, 0.21692969946772997, 0.012732507418991396, 0.13509975320702275, 0.12675636256593367, 0.006178693280831467, 0.08296441533637915, 0.0252684605963641, 0.33080756700477, 0.024321968736213374, 0.03372564177228215, 0.09016080465881354, 0.11400184289668512, 0.06989094078464543, 0.108565013936321, 0.01791487640203325, 0.10974085005606436, 0.10803475887153488, 0.06828018535570507, 0.10974085005606436, 0.05958686481477047, 0.04677832479352594, 0.10974085005606436, 0.027471505455462293, 0.002206786188100934, 0.06212424412937416, 0.0055527782322260895, 0.004750301230604346, 0.01247114095087308, 0.052303967588158584, 0.0029046960057465643, 0.10974085005606436, 0.016989308467554913, 0.10974085005606436, 0.10974085005606436, 0.012149631453960584, 0.025775792889236555, 0.019976648129460425, 0.030859314825130255, 0.10974085005606436, 0.031145305358998187, 0.054157462284035854, 0.0378858822700932, 0.09665831706320913, 0.07423443115001471, 0.1155152618871554, 0.06575807264395621, 0.06293388731618214, 0.006953667434770009, 0.022930731874070492, 0.185174441132045, 0.0861629721327058, 0.06434154215716145, 0.03750176474826208, 0.0009383715932890668, 0.007141386481961312, 0.022930731874070492, 0.016799358818641585, 0.13738502127832403, 0.009394956041078128, 0.1984971444153545, 0.112757262383045, 0.04390142343729011, 0.09473583821231014, 0.022930731874070492, 0.046597367120195944, 0.10367984738258508, 0.022930731874070492, 0.00724392891337557, 0.29667608647750615, 0.022930731874070492, 0.04817841726872954, 0.2889583222543169, 0.02536512778621555, 0.036216819527518894, 0, 0.028489405456532984, 0.006894664062576711, 0.2458143046567476, 0.022908998463307063, 0.01346040602145023, 0, 0.056459077966780034, 0.2888910859490446, 0.025366634706283496, 0.06690425445673398, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.04963754524267707, 0.022930731874070492, 0.239115934021726, 0.022930731874070492, 0.05572219648345469, 0.022930731874070492, 0.09865329583103472, 0.009623349719320084, 0.4180571992903202, 0.08723969977991318, 0.088852624759651, 0.022930731874070492, 0.040056865155209107, 0.013888432090535294, 0.03379377642940558, 0.022930731874070492, 0.04935447552206479, 0.022930731874070492, 0.022930731874070492, 0.04954380301642569, 0.0412263958654697, 0.239115934021726, 0.022930731874070492, 0.239115934021726, 0.239115934021726, 0.03579159304355423, 0.10308441990482596, 0.022930731874070492, 0.015818089920275853, 0.034677172538631326, 0.12297189692426586, 0.032023963627644474, 0.47227857982109417, 0.0257930618090802, 0.09245339027658556, 0.022930731874070492, 0.09245339027658556, 0.01265052951012907, 0.09245339027658556, 0.027088912064069062, 0.107038058354045, 0.005439930675205733, 0.0912463992397636, 0, 0.008031467401374014, 0.005753874197928592, 0.022930731874070492, 0.04228881502854192, 0.23943546789866177, 0.005360113052449042, 0.0683478071563706, 0.045877070282448855, 0.23943546789866177, 0.23943546789866177, 0.0035719656819246247, 0.239115934021726, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.006993337254682698, 0.07704072027355971, 0.031296110906526106, 0.022930731874070492, 0.09245339027658556, 0.01107808522933992, 0.022930731874070492, 0.010972870821835226, 0.1265290214464939, 0.02812917299179731, 0.04621705172389719, 0.022733434386635255, 0.022930731874070492, 0.06177174392299718, 0.1529780807509862, 0.10089695453385304, 0.239115934021726, 0.239115934021726, 0.014166043114946044, 0.01265052951012907, 0.01265052951012907, 0.03882945216119339, 0.012880960764129205, 0.1339809508067818, 0.07003297152724479, 0.01907791060215592, 0.023527367064511775, 0.06584708976895165, 0.04711073490469331, 0.01265052951012907, 0.01265052951012907, 0.01265052951012907, 0.06128250063784128, 0.01265052951012907, 0.26539270463651365, 0.1912126521287478, 0.16353224860077195, 0.239115934021726, 0.0876246261249608, 0.08387172728795605, 0.18949757288140212, 0.013348379654087328, 0.08646413775320004, 0.1035318074316067, 0.05825488100583635, 0.1193151800982495, 0.11696374761078458, 0.0698105346692266, 0.23943546789866177, 0.03109258487404807, 0.019484744183799325, 0.01265052951012907, 0.02983517213419885, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.23943546789866177, 0.022930731874070492, 0.022930731874070492, 0.09245339027658556, 0.09245339027658556, 0.09245339027658556, 0.022930731874070492, 0.23943546789866177, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.030203329443569783, 0.022930731874070492, 0.04227871974369861, 0.01123320514151848, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0.23943546789866177, 0.00966218369324854, 0.1240503865436606, 0.022930731874070492, 0.022930731874070492, 0.436080894170585, 0, 0, 0, 0, 0.15938194707497708, 0.18440815262704363, 0.23943546789866177, 0.4524686270816433, 0.06191658887265052, 0.05307865723284613, 0.018472976259629223, 0.03210485840695945, 0.0952737689636866, 0.0013768732576489166, 0.022930731874070492, 0.022930731874070492, 0.022930731874070492, 0, 0.005246833500507532, 0, 0.022930731874070492, 0, 0.022930731874070492, 0.09245339027658556, 0.025430905563551272, 0.032075862002374084, 0.006209427866243167, 0.16716499994430192, 0.022930731874070492, 0.022930731874070492, 0.2121541419588165, 0.0021037947730827384, 0.022930731874070492, 0.036449024684735064, 0.10673083648843427, 0.022930731874070492, 0.022930731874070492, 0, 0.20507575385120935, 0.022930731874070492, 0.06930123387897587, 0.07542699072436551, 0.03331687924351708, 0.005020249358884414, 0.2706372389564073, 0.024715303843811123, 0.02650279187604645, 0.0588351991825614, 0.08373274978652105, 0.07542699072436551, 0.008842803692967976, 0.07542699072436551, 0.06641580243335081, 0.2903698879623917, 0.111406914124298, 0.005020249358884414, 0.07228632940796222, 0.0009186200074497636, 0.0006233506820155846, 0.009386923647391904, 0.057739804697939774, 0.016697124167679014, 0.09926407331494262, 0.006029940797365743, 0.03433627905997357, 0.059332532011763695, 0.14590897770229508, 0.005020249358884414, 0.00603286021358431, 0.05304753747900519, 0.0017451279610147755, 0.035965620513809755, 0.035965620513809755, 0.09489081615933671, 0.07628534193455977, 0.035965620513809755, 0.04332930959236336, 0.00603286021358431, 0.017953210714090916, 0.005020249358884414, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.035965620513809755, 0.018399257196502546, 0.425197080613928, 0.0568208437748731, 0.01692827367806729, 0.0016104038432420353, 0.0016104038432420353, 0.0016104038432420353, 0.05096771871200408, 0.0016104038432420353, 0.03586073112258177, 0.1769963639291796, 0.005746770450027849, 0.01043404586000738, 0.36522566770678383, 0.0013530605955811245, 0.0430080509737976, 0.12122527458762726, 0.022041564807046863, 0.16861547443662953, 0.006685484621000559, 0.0480465540000144, 0.027518298405711617, 0.017139181114423287, 0.04568084983650392, 0.1289107007308402, 0.09303748098040077, 0.03469294491762997, 0.07542699072436551, 0.07542699072436551, 0.08289859434641049, 0.07542699072436551, 0.14162381118998635, 0.02795998417475475, 0.07542699072436551, 0.00980525178380703, 0.06171099204788691, 0.17037369238491276, 0.20041683342331348, 0.041501623683693055, 0.008981659111399472, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0.00603286021358431, 0, 0.025774863596110028, 0.0033930514884607, 0.15639082394073797, 0.027369715469417504, 0.01668494667015754, 0.09628278149371251, 0.12380695480573464, 0.01326876562781879, 0.12388753580404, 0.1294749909273392, 0.005020249358884414, 0.005020249358884414, 0.005020249358884414, 0.05342647408409775, 0.027082580047151087, 0.005198734879147005, 0.07679227764798416, 0.24069167192189755, 0.009854455952128596, 0.11693443175513084, 0.028471955576639885, 0.02839551693711494, 0.06860186347679835, 0.07355695937478708, 0.16433489991401737, 0.1490198612592043, 0.00662236342830435, 0.1153136817854906, 0.01983830378666962, 0.016635774209392898, 0.09628924090896576, 0.035965620513809755, 0.035965620513809755, 0.035965620513809755, 0.035965620513809755, 0.2260865859763306, 0.07542699072436551, 0.009127692558335648, 0.08226724315261937, 0.005020249358884414, 0.04794458177875867, 0.00603286021358431, 0.2668861832113206, 0.3335977129136254, 0.00603286021358431, 0.11008561868490808, 0.01956420220138471, 0.0016104038432420353, 0.0657415156166496, 0.01859886171604934, 0.023498786842691747, 0.02974536695130536, 0.00603286021358431, 0.006208571348364418, 0.1306598005883493, 0.00603286021358431, 0.043722406315948155, 0.0016104038432420353, 0.0016104038432420353, 0.0016104038432420353, 0.17858336472373124, 0.11388931979679962, 0.016262562504141653, 0.006449074334538524, 0.1866302057068897, 0.039147924700571456, 0.00603286021358431, 0.03362876114225402, 0.013270166686093637, 0.02516159816919017, 0.10777269359311208, 0.07184701904254528, 0.011793187391389471, 0.1043261365522338, 0.4369905240636789, 0.04923166129564919, 0.02668253018197054, 0.036503697050310945, 0.05948128427976354, 0.08023576420917293, null, 0.16005683119305938, 0.019635080623465095, 0.017469220231220366, 0.028379152649767737, 0.008681857909378381, 0.01790534822974702, 0.1036502048019776, 0.058142207886769694, 0.02085289195806779, 0.038833997188362696, 0.12384442551299706, 0.21290772665891172, 0.03229538980177659, 0.02867995710798479, 0.02867995710798479, 0.00044569338309965, 0.00603286021358431, 0.04392805989293901, 0.00603286021358431, 0.00603286021358431, 0.03765828977027093, 0.02714886642141536, 0.018452541025491542, 0.07997397672840437, 0.012541307018994663, 0.02867995710798479, 0.042401491685281845, 0.042401491685281845, 0.042401491685281845, 0.042401491685281845, 0.02867995710798479, 0.00603286021358431, 0.06685053376184501, 0.14440859965710873, 0.014811673681389186, 0.049757753639487805, 0.02867995710798479, 0.02867995710798479, 0.013272333572162197, 0.0009786762014126107, 0.02867995710798479, 0.017200174360218545, 0.05867339862814275, 0.017017489451030068, 0.03598734930093462, 0.009125945087148151, 0.052291923021446925, 0.06330101810315521, 0.09786086397789298, 0.02503205606947013, 0.04250384339413691, 0.02867995710798479, 0.042401491685281845, 0.014237273533847442, 0.00603286021358431, 0.06806874931252338, 0.010435447077872544, 0.0032901603782309113, 0.07669751917810755, 0.15540296537876003, 0.08815119047705258, 0.01588257084955206, 0.00603286021358431, 0.015293114861437288, 0.04812051591717531, 0.14341000729581124, 0.10315348962222184, 0.11818732172843606, 0.1263443380942843, 0.009695032460554294, 0.00603286021358431, 0.00603286021358431, 0.20211804407501568, 0.09824279785943502, 0.05417456131277227, 0.042401491685281845, 0.10797677063889168, 0.013986493839887438, 0.07031540299096094, 0.042401491685281845, 0.00603286021358431, 0.0029629680317590774, 0.04006846973007976, 0.07112662126990969, 0.042401491685281845, 0.07975002934747939, 0.029424061124918487, 0.04521774482557587, 0.020833737167938605, 0.06833536341304909, 0.23588846480823095, 0.005511034573134499, 0.00689873373688415, 0.04184228579442001, 0.4508949637043931, 0.07686790224138057, 0.014344702156328878, 0.0034857497036701896, 0.07189964002763906, 0.03665161529813117, 0.06178965495769397, 0.05008661531388324, 0.11775257160761196, 0.016874763014348107, 0.02768601120860385, 0.0193322268257727, 0.08758238775923864, 0.022124857469277084, 0.10153723826185589, 0.021245470884427273, 0.20085484370790868, 0.06030759242736569, 0.026374455861875992, 0.0031232375476886376, 0.015587812440876503, 0.015560520128590305, 0.037807152141715504, 0.0708257221455652, 0.031003597111187213, 0.026374455861875992, 0.0685886938552298, 0.026374455861875992, 0.15547852138252044, 0.02325543234819522, 0.00864714866425794, 0.016215653383906986, 0.01302872940667433, 0.10075417412324138, 0.07458800947545337, 0.08908164656846976, 0.008916534353924421, 0.13506180073132962, 0.03154054357222251, 0.06640037150619245, 0.0677711942217545, 0.009097291451433042, 0.0749937203514909, 0.02000292992729825, 0.026374455861875992, 0.003889113693291, 0.033690716102658336, 0.16505297349976736, 0.026374455861875992, 0.026374455861875992, 0.026374455861875992, 0.05706949606398119, 0.08049626818301035, 0.041587743320893635, 0.05046687973686706, 0.026374455861875992, 0.08775327546572965, 0.05927095958786653, 0.013442899972035929, 0.07327895012813605, 0.0935804728615642, 0.02373036733380363, 0.0521729776374902, 0.01575303444830939, 0.05926204757014914, 0.004834371001440546, 0.04968685130812526, 0.002364031956560848, 0.0978021508764043, 0.003783214751287124, 0.003783214751287124, 0.003783214751287124, 0.003783214751287124, 0.04555118358506948, 0.019643584497106556, 0.12663663966322353, 0.11224673248510948, 0.07030466972857437, 0.08881763590783212, 0.05251624703387625, 0.017632664524334138, 0.0007684207831243534, 0.0499942971680629, 0.026156025324039538, 0.046667857291056256, 0.0327116086627872, 0.08070173548239992, 0.17385746168883098, 0.007492863342558998, 0.020313888604308616, 0.03282013126289057, 0.11446730324143328, 0.07500019622860608, 0.3759203124780271, 0.07400107403498384, 0.08414682127932972, 0.06108097215340764, 0.003783214751287124, 0.003783214751287124, 0.05936181784781847, 0.003783214751287124, 0.003783214751287124, 0.010954320649976297, 0.01629944672774272, 0.217685529354702, 0.027551078772618837, 0, 0.03924076820460802, 0.14733058597327675, 0.027349051856572347, 0.04404461468300514, 0.030371231765708388, 0.07344341314229552, 0.12522173713448334, 0.0557659693901245, 0.08537236276249409, 0.08238379303919889, 0.1482515517695968, 0.05175865289981433, 0.011906056518326182, 0.02769483248397846, 0.01082342394123728, 0.17321123507148184, 0.0755731488749746, 0.00181107853124136, 0.2837740948692561, 0.0901172118584406, 0.028857979684549357, 0.008152707769096343, 0.05655149483008753, 0.028676356934883733, 0.05470844317626322, 0.15239402010967876, 0.00181107853124136, 0.00181107853124136, 0.01964679742432552, 0.00181107853124136, 0.008532371127381548, 0.2057411195741148, 0.03828514969995771, 0.03173572380969707, 0.13891298069120506, 0.04825021958229456, 0.04109016022129147, 0.0830669274655348, 0.00976177522312578, 0.015892418226134797, 0.12418553588587286, 0.01706018058707788, 0.033726854214512166, 0.19246245870415035, 0.00181107853124136, 0.00181107853124136, 0.007597217140873966, 0.0075094530650742595, 0.04202095966993101, 0.029111664567713247, 0.03878219789181754, 0.017715210848995498, 0.0064591008510616514, 0.05632176555251757, 0.08201913105605375, 0.02592900469524627, 0.05590170490172818, 0.07711361821643793, 0.03968475553545459, 0.3248685897325073, 0.04374583446923317, 0.014802573972582243, 0.00181107853124136, 0.015241798365115066, 0.01920267202368178, 0.020030956442331552, 0.1226882871789763, 0.19077297129642865, 0.0145087465294121, 0.00181107853124136, 0.08069578449584815, 0.021859097411524364, 0.004799420860418983, 0, 0.07454348628599622, 0.0977320974381894, 0.39939464930393304, 0.0067976047485995275, 0.015296821614298248, 0, 0.015296821614298248, 0.015296821614298248, 0.09012443027439242, 0.04040757544581821, 0.10535526309093414, 0.015296821614298248, 0.015296821614298248, 0.045490856008400866, 0.0027020911604888403, 0.0467749370571179, 0.09638435368123364, 0.0467749370571179, 0.0467749370571179, 0.08137143865923245, 0.0467749370571179, 0.0467749370571179, 0.015296821614298248, 0.027539212745672247, 0.0467749370571179, 0.018623156893826327, 0.0467749370571179, 0.04653525333669598, 0.0467749370571179, 0.0021956548484210045, 0.05740411831116618, 0.05073375442111725, 0.012142387209371558, 0.015883010778165195, 0.2207115545129333, 0.03444351821550742, 0.06393119980809586, 0.11296412020782085, 0.02348637043586146, 0.003632421689968372, 0.026293502835847384, 0.015296821614298248, 0.03628300507373733, 0.020591564494112764, 0.12156752947042591, 0.026960819951983895, 0.1387524694367056, 0.015296821614298248, 0.12055494903808432, 0.05204378439351723, 0.04037149246193385, 0.026657955155270356, 0.02121188912663956, 0.015441993816311715, 0.051895059811987394, 0.10974513470614806, 0.0861015468259815, 0.03035227018127891, 0.001202171848538282, 0.044407290743572206, 0.0281614331920542, 0.01528121374288686, 0.010659424612902296, 0.05612836594279661, 0.0657043924260588, 0.006751196908610445, 0.10295516063784116, 0.00014716401864109214, 0.019762218358221048, 0.14825108234542983, 0.0056593891175263, 0.06807491501595772, 0.03370232527005458, 0.04546898165645051, 0.030390734901747964, 0.2944741092880956, 0.023146963134937845, 0.02674661546837821, 0.0004492470593145163, 0.03827214364529403, 0.17179875570491462, 0.06382686895301837, 0.0031005728389094885, 0.020662156653648837, 0.00560438443378316, 0.021842112910402636, 0.0051111860644663795, 0.0015984378811235425, 0.10597641654891785, 0.07704490705959009, 0.024070565360511456, 0.013614371589130626, 0.07404330087261933, 0.03786585578365443, 0.020949664868795948, 0.018929742718289302, 0.04861794574313586, 0.016002314824003928, 0.13685318300177526, 0.04968571725540026, 0.02514016483580876, 0.11388552445559358, 0.056211890858779805, 0.11388552445559358, 0.00945677866567079, 0.042909106080158, 0.06851295591266358, 0.01829700610666975, 0.008067191743840772, 0.13520679240280234, 0.035678954295961476, 0.01301379087165884, 0.024996211215922676, 0.15552060675432594, 0.054610789733422045, 0.13463761128990265, 0.05301791546173805, 0.003305137104135841, 0.02709209352744111, 0.001478653191634472, 0.06720791742470432, 0.010680009240136836, 0.08837736713116652, 0.06866281459927075, 0.02248855359020899, 0.02756245028328184, 0.07174845351467458, 0.01938099599743637, 0.012306168216681, 0.0461210430231508, 0.11950290249886106, 0.006069475194835009, 0.1070533394692612, 0.05296624135639487, 0.05335254682366511, 0.04916264066234935, 0.015145916143585469, 0.01526003344727547, 0.00940473860910438, 0.008867302380334152, 0.012358935881242143, 0.02764570498105501, 0.03453487735066683, 0.004180699388256403, 0.00951892369568464, 0.08195870986193839, 0.04582959859339593, 0.00951892369568464, 0.00951892369568464, 0.1960975469080572, 0.028684447661680566, 0.00951892369568464, 0.08654903057884542, 0.009602653600099483, 0.0200484415873601, 0.10810081151296748, 0.11710944637975708, 0.07738189837018453, 0.01608375011560452, 0.18112981181683405, 0.005746090674189469, 0.058361357037108055, 0.01629147094230803, 0.0082240334697587, 0.06786109553415648, 0.04042928808051449, 0.017140499864197304, 0.012415135796485129, 0.00951892369568464, 0.03503001405113212, 0.006042125288113315, 0.15278551724254133, 0.00951892369568464, 0.00951892369568464, 0.006893810985034236, 0.00951892369568464, 0.1262634333412313, 0.00951892369568464, 0.00951892369568464, 0.008928246788847207, 0.014645531380801524, 0.00951892369568464, 0.03956370432238248, 0.025154809294560484, 0.094136027810757, 0.00951892369568464, 0.00951892369568464, 0.033286482058361794, 0.00951892369568464, 0.011103716426707148, 0.1296194002326537, 0.00951892369568464, 0.022773626462970417, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.01861779587009978, 0.00951892369568464, 0.041849912123918045, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.00951892369568464, 0.17949763523811949, 0.00951892369568464, 0.03348385565665097, 0.01617917858350893, 0.13009966955340915, 0.02474893052516974, 0.02007821442098244, 0.02608067751278634, 0.1033554112523552, 0.016502157004075757, 0.03370049361176585, 0.004905625820324974, 0.0346936293268183, 0.043010255059535235, 0.061254203481824185, 0.11597016699008898, 0.014597348919293507, 0.03247999856396663, 0.07128911865616974, 0.06844953189541096, 0.030664366587156856, 0.030664366587156856, 0.030664366587156856, 0.030664366587156856, 0.030664366587156856, 0.030664366587156856, 0.01792029914423354, 0.1230112891101658, 0.0013680192700528237, 0.04219771901751885, 0.06000812871447593, 0.01899381643967187, 0.029339502594384132, 0.030664366587156856, 0.030664366587156856, 0.008483110922736086, 0.019175257481453455, 0.019580212586910173, 0.01549165569542093, 0.001289527130329832, 0.002721322352964491, 0.022727329186811578, 0.03531516226024028, 0.001289527130329832, 0.0180664087307937, 0.022128325194657707, 0.0231546216783506, 0.03189800687924929, 0.05955653801067739, 0.17789712604854008, 0.055694026838317985, 0.004449350959643224, 0.04068633717552284, 0.01718717171144301, 0.010208212233335416, 0.01549165569542093, 0.01549165569542093, 0.028797018348719772, 0.01549165569542093, 0.007981644999174902, 0.01549165569542093, 0.01549165569542093, 0.02644694562097949, 0.028886117118682535, 0.000979839263995084, 0.01549165569542093, 0.0035069630395657006, 0.06018506860734292, 0.01549165569542093, 0.05390808073464, 0.021273956838881995, 0.15195573475703145, 0.028270992297296144, 0.48603655500601106, 0.06196916284542939, 0.04130245986340184, 0.08031397982338491, null, 0.060592578328009794, 0.3314878084900474, 0.13875008934520955, 0.021038165559290552, 0.07093505076967369, 0.09875638206707688, 0.0904179015955097, 0.006857470633828415, 0.010200138965269789, 0.04937847664292382, 0.048275097253411024, 0.011310005537565096, 0.015476635785528612, 0.011107267014760796, 0.016289251848852018, 0.04168396668499297, 0.01684118530900243, 0.02999416231604673, 0.012921187980261484, 0.04151029652501827, 0.056253781447686065, 0.05198178611318935, 0.06359401828399806, 0.05921661695029513, 0.010772731004697543, 0.02730549229486953, 0.03171064172255217, 0.07374752651119773, 0.011107267014760796, 0.14810135487357143, 0.0590315453190236, 0.018537962323799204, 0.05871102440291913, 0.00013774915186541822, 0.030307600279280627, 0.03893095406425154, 0.04957457423222888, 0.04466209129691982, 0.06376408197736864, 0.015974007528309797, 0.030541391187052968, 0.025553884660254784, 0.004489373789960848, 0.17533461093056976, 0.06376408197736864, 0.06376408197736864, 0.06376408197736864, 0.06376408197736864, 0.06376408197736864, 0.07519936979140988, 0.11089439677449404, 0.26533637593698645, 0, 0.05547807544511994, 0.024620149940191575, 0.045165021838338947, 0.06376408197736864, 0.06376408197736864, 0.050177104982348585, 0.11890598836635212, 0.06452680743541434, 0.0401261080241799, 0.08559587142756395, 0.018056276616048816, 0.03365902880322503, 0.008372108583740566, 0.024587114371940492, 0.059000447727317475, 0.10415239500757334, 0.02620713293706264, 0.04433502636353207, 0.0896399080956984, 0.07980789472031005, 0.01493293786142665, 0.02879333367066021, 0.005374747783145345, 0.05322499876882477, 0.02558610978553654, 0.11081290615975158, 0.04908007943439359, 0.0896399080956984, 0.02663099335057299, 0.00519077679339753, 0.0406961127416064, 0.01504094821342774, 0.019339361674659356, 0.03444195906070049, 0.016640396907918496, 0.02723201851135594, 0.15021643526607403, 0.010358722665841234, 0.10502196067536386, 0.015328716806428626, 0.04660861168977191, 0.03282934719431412, 0.025384946730768604, 0.045654752380413235, 0.030056628513980974, 0.0024291545755959886, 0.09444912300315782, 0.005745605574763302, 0.009181137976489406, 0.017969759449337312, 0.10208244518053398, 0.03637303322488853, 0.010140131928377514, 0.0026153928094993237, 0.04873364965750955, 0.009448786843080034, 0.011089689865893563, 0.00737560497410508, 0.038464722589603595, 0.03205705805811215, 0.006018475847684288, 0.009336747636901885, 0.050230115427575744, 0.010755549234264928, 0.007451550980377784, 0.012922881169839391, 0.013890817544764818, 0.022469184004325547, 0.02178142167405253, 0.0026507721296255542, 0.05689273514790457, 0.016295818252029127, 0.15261496436899405, 0.01300590376111036, 0.04963973138697816, 0, 0.08035537980103116, 0.016785804841068105, 0.002269953255960699, 0.02040632075097413, 0.09687535475488138, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.021523467882462663, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.02143817059841736, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.03308999748747163, 0.01334981035990391, 0.08960195584939575, 0.05474234082690406, 0.007131196302384795, 0.011536312109072258, 0.00425797863096701, 0.02588433312001304, 0.1733300447371062, 0.01646838222077105, 0.04662420884477931, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.0864344417936011, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.01646838222077105, 0.001528020554150035, 0.01646838222077105, 0.01646838222077105, 0.0052163401226650264, 0.014165680751562416, 0.02217927256594314, 0.04685472681820602, 0.054255672421072675, 0.09072564340550736, 0.01701491364969028, 0.04530049234299156, 0.028964420192786805, 0.014898306738714178, 0.09879723982517195, 0.008579772333796728, 0.17076350449200384, 0.0005096711337021711, 0.008460473964172769, 0.0035127131090604575, 0.016406187280774677, 0.05558537373032668, 0.025866986266385436, 0.0670018129074885, 0.025866986266385436, 0.01226499788611612, 0.03022565926397062, 0.12203017871385304, 0.030414619730159312, 0.12203017871385304, 0.12651747422929133, 0.025866986266385436, 0.025866986266385436, 0.007268577702983611, 0.025735670439255832, 0.03799481620256519, 0.061956905832895856, 0.025866986266385436, 0.008559205597320143, 0.12203017871385304, 0.15289822089515986, 0.12203017871385304, 0.02117754838553582, 0.04432614847221509, 0.018044519859538703, 0.12203017871385304, 0.12203017871385304, 0.007530276362568934, 0.025866986266385436, 0.07047910319751856, 0.12203017871385304, 0.025866986266385436, 0.025866986266385436, 0.12203017871385304, 0.012990167758331396, 0.014282428834459572, 0.00997994212578704, 0.003948647869265661, 0.025352910413933227, 0.022664628584789768, 0.02327979525302564, 0.02343349022523347, 0.16603287346365422, 0.20359396495813925, 0.027121585307361994, 0.017481406830360858, 0.02092449198045353, 0.0020578138660280565, 0.023149229151822864, 0.00939702782727755, 0.05452552087398051, 0.04034913241903639, 0.009736809349105553, 0.02340921095321425, 0.02340921095321425, 0.02340921095321425, 0.003998139645412918, 0.003870072403617483, 0.02340921095321425, 0.02340921095321425, 0.0015550093651554174, 0.02340921095321425, 0.02340921095321425, 0, 0.02340921095321425, 0.004582677287159726, 0.05890665233214639, 0.005081632749593248, 0.007615644145662147, 0.03471232388338215, 0.015983836314855053, 0.007615644145662147, 0.007615644145662147, 0.0504795682079837, 0.0016573519432676444, 0.08683116958585266, 0.00694312790062753, 0.022010427679796742, 0.03381151344021187, 0.007615644145662147, 0.007615644145662147, 0.007615644145662147, 0.007615644145662147, 0.04637031844659938, 0.007615644145662147, 0.031766387399974935, 0.041747525192546424, 0.03322277825950955, 0.008184438609485473, 0.0036246155985302174, 0.009722721259923166, 0.009722721259923166, 0.009722721259923166, 0.009722721259923166, 0.009722721259923166, 0.009722721259923166, 0.1801925948740495, 0.009722721259923166, 0.009722721259923166, 0.004249689470514668, 0.027719634278133894, 0.03299638636206853, 0.04061206506256185, 0.00630829813364081, 0.03195272583155419, 0.001833523400799161, 0.025829314004825386, 0.04158930680845846, 0.06978171486491733, 0.03220068097985773, 0.06540839235582309, 0.09996028668771142, 0.022595163584800265, 0.022595163584800265, 0.022595163584800265, 0.022595163584800265, 0.007979698834319995, 0.022595163584800265, 0.022595163584800265, 0.01436328084712758, 0.022595163584800265, 0.07815334116560484, 0.022595163584800265, 0.05281609240983789, 0.062433404779731416, 0.05281609240983789, 0.05281609240983789, 0.021354632810420687, 0.05281609240983789, 0.05480614287460783, 0.050072437703448366, 0.05281609240983789, 0.027169257758367676, 0.014451850539563415, 0.01293218736310736, 0.017132069401847784, 0.028460735683252664, 0.05281609240983789, 0.011688759962736238, 0.05281609240983789, 0.05281609240983789, 0.02182521359132771, 0.02197271204527254, 0.20198866623410003, 0.02197271204527254, 0, 0.02197271204527254, 0.02197271204527254, 0.02197271204527254, 0.02197271204527254, 0.02197271204527254, 0.02197271204527254, 0.004631256727599274, 0.08163417740141, 0.018980896061717767, 0.0019666478772252267, 0.0019666478772252267, 0.0019666478772252267, 0.03368607695219069, 0.036750904146202946, 0.0019666478772252267, 0.0019666478772252267, 0.0019666478772252267, 0.0019666478772252267, 0.0019666478772252267, 0.011210950922021104, 0.01752457971832588, 0.01752457971832588, 0.01752457971832588, 0.01752457971832588, 0.0400613074693402, 0.03503262471414155, 0.01752457971832588, 0.01752457971832588, 0.01752457971832588, 0.012740069032623076, 0.026943118182131028, 0.01752457971832588, 0.01740422383013736, 0.007812589043790797, 0.001708338221895188, 0.05011414853411304, 0.05707302954662524, 0.05707302954662524, 0.05707302954662524, 0.05707302954662524, 0.05707302954662524, 0.05707302954662524, 0.05707302954662524, 0.05707302954662524, 0.001493398716108481, 0.0059853851575233, 0.04522660020312077, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.11108936913513127, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.0059853851575233, 0.017666235521113256, 0.0030296936766715235, 0.06557525588688844, 0.009431173725876294, 0.2283777962740383, 0.005647075772227786, 0.0028839028415285415, 0.02827749334258858, 0.055605912642806794, 0.055605912642806794, 0.01674160883763875, 0.055605912642806794, 0.055605912642806794, 0.055605912642806794, 0.005177744268692736, 0.055605912642806794, 0.12573610752096395, 0.055605912642806794, 0.01223290973380824, 0.03422569421503845, 0.03871437598535121, 0.004853701004618567, 0.018123700270766745, 0.055605912642806794, 0.1143434608943285, 0.015554358700969948, 0.007988169234168967, 0.007988169234168967, 0.007988169234168967, 0.04086632300091984, 0.007988169234168967, 0.007988169234168967, 0.007988169234168967, 0.007988169234168967, 0.007988169234168967, 0.01955986807117794, 0.05749767479137141, 0.02715697654584468, 0.011831017790711888, 0.3615363735826327, 0.009953393760471784, 0.021811217175616186, 0.03629456904800606, 0.010495313667112163, 0.0071988542107006125, 0.1105424260026907, 0.011943534361969248, 0.021146873983080704, 0.014654731482613767, 0.014654731482613767, 0.014654731482613767, 0.014654731482613767, 0.014654731482613767, 0.014654731482613767, 0.011645662652315434, 0.014654731482613767, 0.014654731482613767, 0.2057975021505074, 0.003144600920310244, 0.039868403643187715, 0.0015284073349544844, 0.39807932773905647, 0.39807932773905647, 0.04876134076084317, 0.39807932773905647, 0.39807932773905647, 0.39807932773905647, 0.39807932773905647, 0.09429824246369348, 0.01911486706306571, 0.0073820823830996465, 0.39807932773905647, 0.39807932773905647, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.013070479687149496, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.06935274504312093, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.02383417038186429, 0.002556071205956201, 0.008371007786647162, 0.0916084047139579, 0.02008137316220706, 0.028583339290311843, 0.004046063882193466, 0.009662788485302382, 0.003580553496643614, 0.022956600738671007, 0.01801213222223905, 0.02130955492406913, 0.0093887538503825, 0.02834465602182048, 0.0056916431533282205, 0.0056916431533282205, 0.0056916431533282205, 0.0056916431533282205, 0.01701557542289519, 0.011554738262425212, 0.0056916431533282205, 0.0056916431533282205, 0.0056916431533282205, 0.0056916431533282205, 0.016724851093398288, 0.03151161222957171, 0.059464407519851104, 0.014277897538935843, 0.012014247474755055, 0.038994737133441475, 0.020199331376263344, 0.01907878554308654, 0.006720521167455199, 0.046596333649786555, 0.002197615886998254, 0.06303316015135199, 0.02009967722652291, 0.02009967722652291, 0.02009967722652291, 0.02009967722652291, 0.02009967722652291, 0.02009967722652291, 0.02009967722652291, 0.02009967722652291, 0.02024956585193917, 0.0016663256557977776, 0.0016663256557977776, 0.0016663256557977776, 0.02553548925171607, 0.0016663256557977776, 0.0016663256557977776, 0.0016663256557977776, 0.0016663256557977776, 0.0016663256557977776, 0.002094515775728472, 0.006304140709115534, 0.019831223494507742, 0.006304140709115534, 0.006304140709115534, 0.006304140709115534, 0.006304140709115534, 0.006304140709115534, 0.006304140709115534, 0.006304140709115534, 0.0108718962501635, 0.020195747745761973, 0.020195747745761973, 0.014094459524173866, 0.020195747745761973, 0.020195747745761973, 0.020195747745761973, 0.020195747745761973, 0.001593587237155552, 0.020195747745761973, 0.001593587237155552, 0.020195747745761973, 0.007627028290467392, 0.03867669092540473, 0.0023807239459534236, 0.022336260674529925, 0.06925722524309158, 0.04908255325329174, 0.009854791705242956, 0.024805813187888652, 0.03366349646977638, 0.03339276144125983, 0.02547162148725052, 0.04095847902046688, 0.017736077197375032, 0.009310683748667706, 0.01333664299980446, 0.02173055890938208, 0.008562336511859253, 0.007916635474916067, 0.03220182144644233, 0.03791213341547027, 0.003847146514012491, 0.0017019739767072677, 0.018124656285181964, 0.03966627616545023, 0.056199319576245285, 0.00947760116314942, 0.01948180407886499, 0.001047723973941075, 0.017450333661160375, 0.02064928807295091, 0.017450333661160375, 0.17411204528651947, 0.017450333661160375, 0.017450333661160375, 0.017450333661160375, 0.017450333661160375, 0.017450333661160375, 0.017450333661160375, 0.01470097351838262, 0.02604681290419763, 0.01470097351838262, 0.0073298878269482705, 0.0073298878269482705, 0.0073298878269482705, 0.0073298878269482705, 0.0073298878269482705, 0.0073298878269482705, 0.0073298878269482705, 0.0073298878269482705, 0.004813144869040221, 0.0073298878269482705, 0.03715141289427054, 0.020701535744789477, 0.020701535744789477, 0.020701535744789477, 0.020701535744789477, 0.020701535744789477, 0.020701535744789477, 0.020701535744789477, 0.020701535744789477, 0.020701535744789477, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.01929468301470394, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.16723387651956104, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.010366476104433907, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.0010753182169258078, 0.007680376808288565, 0.005374157800949811, 0.010663729193922111, 0.012040650454622366, 0.012118764600706492, 0.007613129572816975, 0.09246040316566724, 0.03644979339867889, 0.07242739681783601, 0.002688975418692129, 0.002688975418692129, 0.002688975418692129, 0.002688975418692129, 0.002688975418692129, 0.07345057739442588, 0.002688975418692129, 0.002688975418692129, 0.002688975418692129, 0.20637686359723895, 0.00483655888048156, 0.009970768029258526, 0.05959265640060041, 0.05959265640060041, 0.05959265640060041, 0.05959265640060041, 0.05959265640060041, 0.05959265640060041, 0.05959265640060041, 0.05959265640060041, 0.0026210406813000535, 0.014985146531576989, 0.007717510343197455, 0.00029715882888146965, 0.00029715882888146965, 0.00029715882888146965, 0.00029715882888146965, 0.00029715882888146965, 0.00029715882888146965, 0.00029715882888146965, 0.00029715882888146965, 0.011969881612524411, 0.0177776951931714, 0.015399074434520146, 0.0016746436910735597, 0.0016746436910735597, 0.0016746436910735597, 0.0016746436910735597, 0.0016746436910735597, 0.0016746436910735597, 0.0016746436910735597, 0.0016746436910735597, 0.036115936682784754, 0.020300281722145645, 0.020300281722145645, 0.020300281722145645, 0.020300281722145645, 0.020300281722145645, 0.020300281722145645, 0.020300281722145645, 0.020300281722145645, 0.020300281722145645, 0.020300281722145645, 0.020300281722145645, 0.020300281722145645, 0.020300281722145645, 0.020300281722145645, 0.020300281722145645, 0.020300281722145645, 0.020300281722145645, 0.020300281722145645, 0.020300281722145645, 0.020300281722145645, 0.020300281722145645, 0.020300281722145645, 0.020300281722145645, 0.020300281722145645, 0.020300281722145645, 0.020300281722145645, 0.020300281722145645, 0.013535592068135696, 0.005131939808398285, 0.0021486138832626095, 0.011981098606869717, 0.023790557287004105, 0.04244691177444493, 0.013537245851222, 0.003919706443693032, 0.023989619414967966, 0.023989619414967966, 0.023989619414967966, 0.023989619414967966, 0.023989619414967966, 0.023989619414967966, 0.023989619414967966, 0.023989619414967966, 0.009876841333241857, 0.06894344938469264, 0.01095643861877658, 0.005143967599912293, 0.006508395464997265, 0.006508395464997265, 0.006508395464997265, 0.006508395464997265, 0.006508395464997265, 0.006508395464997265, 0.006508395464997265, 0.006508395464997265, 0.002972374783258976, 0.0012542272580606075, 0.0012542272580606075, 0.0012542272580606075, 0.0012542272580606075, 0.0012542272580606075, 0.0012542272580606075, 0.0012542272580606075, 0.0012542272580606075, 0.004178014200396529, 0.0013115051905183714, 0.0013115051905183714, 0.0013115051905183714, 0.0013115051905183714, 0.0013115051905183714, 0.0013115051905183714, 0.0013115051905183714, 0.0013115051905183714 ], "yaxis": "y2" } ], "layout": { "barmode": "overlay", "coloraxis": { "colorbar": { "title": { "text": "GitHub Open Issues (log)" } }, "colorscale": [ [ 0, "rgb(3, 35, 51)" ], [ 0.09090909090909093, "rgb(13, 48, 100)" ], [ 0.18181818181818185, "rgb(53, 50, 155)" ], [ 0.2727272727272727, "rgb(93, 62, 153)" ], [ 0.3636363636363637, "rgb(126, 77, 143)" ], [ 0.4545454545454546, "rgb(158, 89, 135)" ], [ 0.5454545454545454, "rgb(193, 100, 121)" ], [ 0.6363636363636364, "rgb(225, 113, 97)" ], [ 0.7272727272727273, "rgb(246, 139, 69)" ], [ 0.8181818181818182, "rgb(251, 173, 60)" ], [ 0.9090909090909092, "rgb(246, 211, 70)" ], [ 1, "rgb(231, 250, 90)" ] ] }, "font": { "size": 13 }, "height": 400, "legend": { "tracegroupgap": 0 }, "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "white", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "white", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "fillpattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "white", "showlakes": true, "showland": true, "subunitcolor": "#C8D4E3" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "white", "polar": { "angularaxis": { "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "ticks": "" }, "bgcolor": "white", "radialaxis": { "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "white", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "showbackground": true, "ticks": "", "zerolinecolor": "#EBF0F8" }, "yaxis": { "backgroundcolor": "white", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "showbackground": true, "ticks": "", "zerolinecolor": "#EBF0F8" }, "zaxis": { "backgroundcolor": "white", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "showbackground": true, "ticks": "", "zerolinecolor": "#EBF0F8" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6", "ticks": "" }, "baxis": { "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6", "ticks": "" }, "bgcolor": "white", "caxis": { "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 } } }, "title": { "text": "Software entropy over time for PubMed GitHub repositories", "y": 0.8, "yanchor": "bottom", "yref": "container" }, "width": 700, "xaxis": { "anchor": "y", "autorange": true, "domain": [ 0, 0.7363 ], "range": [ -678.084080145724, 9983.084080145723 ], "title": { "text": "Project duration (days)" }, "type": "linear" }, "xaxis2": { "anchor": "y2", "autorange": true, "domain": [ 0.7413, 1 ], "matches": "x2", "range": [ 0, 775.7894736842105 ], "showgrid": true, "showline": false, "showticklabels": false, "ticks": "" }, "xaxis3": { "anchor": "y3", "autorange": true, "domain": [ 0, 0.7363 ], "matches": "x", "range": [ -678.084080145724, 9983.084080145723 ], "showgrid": true, "showticklabels": false, "type": "linear" }, "xaxis4": { "anchor": "y4", "domain": [ 0.7413, 1 ], "matches": "x2", "showgrid": true, "showline": false, "showticklabels": false, "ticks": "" }, "yaxis": { "anchor": "x", "autorange": true, "domain": [ 0, 0.7326 ], "range": [ -0.04535450159019254, 0.5736753351639112 ], "title": { "text": "Software entropy" }, "type": "linear" }, "yaxis2": { "anchor": "x2", "autorange": true, "domain": [ 0, 0.7326 ], "matches": "y", "range": [ -0.04535450159019254, 0.5736753351639112 ], "showgrid": true, "showticklabels": false, "type": "linear" }, "yaxis3": { "anchor": "x3", "autorange": true, "domain": [ 0.7426, 1 ], "matches": "y3", "range": [ 0, 534.7368421052631 ], "showgrid": true, "showline": false, "showticklabels": false, "ticks": "" }, "yaxis4": { "anchor": "x4", "domain": [ 0.7426, 1 ], "matches": "y3", "showgrid": true, "showline": false, "showticklabels": false, "ticks": "" } } }, "image/png": "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AgggYGcBwls7zy5jQwABBBBAAAEEEEAAAQQQQAABBBBAAAG3FSC8ddupo+MIIIAAAggggAACCCCAAAIIIIAAAgggYGcBwls7zy5jQwABBBBAAAEEEEAAAQQQQAABBBBAAAG3FSC8ddupo+MIIIAAAggggAACCCCAAAIIIIAAAgggYGcBwls7zy5jQwABBBBAAAEEEEAAAQQQQAABBBBAAAG3FSC8ddupo+MIIIAAAggggAACCCCAAAIIIIAAAgggYGcBwls7zy5jQwABBBBAAAEEEEAAAQQQQAABBBBAAAG3FSC8ddupo+MIIIAAAggggAACCCCAAAIIIIAAAgggYGcBwls7zy5jQwABBBBAAAEEEEAAAQQQQAABBBBAAAG3FSC8ddupo+MIIIAAAggggAACCCCAAAIIIIAAAgggYGcBwls7zy5jQwABBBBAAAEEEEAAAQQQQAABBBBAAAG3FSC8ddupo+MIIIAAAggggAACCCCAAAIIIIAAAgggYGcBwls7zy5jQwABBBBAAAEEEEAAAQQQQAABBBBAAAG3FSC8ddupo+MIIIAAAggggAACCCCAAAIIIIAAAgggYGcBwls7zy5jQwABBBBAAAEEEEAAAQQQQAABBBBAAAG3FSC8ddupo+MIIIAAAggggAACCCCAAAIIIIAAAgggYGcBwls7zy5jQwABBBBAAAEEEEAAAQQQQAABBBBAAAG3FSC8ddupo+MIIIAAAggggAACCCCAAAIIIIAAAgggYGeB/wdoWuFFRHVsiwAAAABJRU5ErkJggg==", "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "df[\"GitHub Open Issues (log)\"] = np.log(\n", " df[\"GitHub Open Issues\"].apply(\n", " # move 0's to None to avoid divide by 0\n", " lambda x: x if x > 0 else None\n", " )\n", ")\n", "\n", "fig = px.scatter(\n", " df.dropna(subset=\"GitHub Open Issues (log)\").sort_values(\n", " by=\"GitHub Open Issues (log)\"\n", " ),\n", " x=\"Time of Existence (days)\",\n", " y=\"Normalized Total Entropy\",\n", " hover_data=[\"Repository URL\"],\n", " width=700,\n", " height=400,\n", " title=\"Software entropy over time for PubMed GitHub repositories\",\n", " marginal_x=\"histogram\",\n", " marginal_y=\"histogram\",\n", " opacity=0.5,\n", " color=\"GitHub Open Issues (log)\",\n", " color_continuous_scale=px.colors.sequential.thermal,\n", ")\n", "\n", "fig.update_layout(\n", " font=dict(size=13),\n", " title={\"yref\": \"container\", \"y\": 0.8, \"yanchor\": \"bottom\"},\n", " xaxis_title=\"Project duration (days)\",\n", " yaxis_title=\"Software entropy\",\n", ")\n", "fig.write_image(\"images/software-information-entropy-open-issues.png\")\n", "fig.show()" ] }, { "cell_type": "markdown", "id": "b4a1238c-c9bc-4837-9a7b-d90fa7b7e7b7", "metadata": {}, "source": [ "```{bibliography}\n", "---\n", "style: unsrt\n", "filter: docname in docnames\n", "labelprefix: SB\n", "---\n", "```" ] } ], "metadata": { "kernelspec": { "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.11.9" } }, "nbformat": 4, "nbformat_minor": 5 }